diff --git a/module-2/Intro-Scipy/your-code/.ipynb_checkpoints/main-checkpoint.ipynb b/module-2/Intro-Scipy/your-code/.ipynb_checkpoints/main-checkpoint.ipynb new file mode 100644 index 00000000..ebd9ea27 --- /dev/null +++ b/module-2/Intro-Scipy/your-code/.ipynb_checkpoints/main-checkpoint.ipynb @@ -0,0 +1,757 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Before your start:\n", + "- Read the README.md file\n", + "- Comment as much as you can and use the resources (README.md file)\n", + "- Happy learning!" + ] + }, + { + "cell_type": "code", + "execution_count": 28, + "metadata": {}, + "outputs": [], + "source": [ + "#import numpy and pandas\n", + "\n", + "import pandas as pd\n", + "import numpy as np\n", + "from scipy.stats import tmean\n", + "from scipy.stats import mode" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Challenge 1 - The `stats` Submodule\n", + "\n", + "This submodule contains statistical functions for conducting hypothesis tests, producing various distributions and other useful tools. Let's examine this submodule using the KickStarter dataset. Load the data using Ironhack's database (db: kickstarter, table: projects)." + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Book1.csv main.ipynb\r\n" + ] + } + ], + "source": [ + "ls" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "metadata": {}, + "outputs": [], + "source": [ + "# Your code here:\n", + "data = pd.read_csv('Book1.csv')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now print the `head` function to examine the dataset." + ] + }, + { + "cell_type": "code", + "execution_count": 25, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
IDnamecategorymain_categorycurrencydeadlinegoallaunchedpledgedstatebackerscountryusd pledgedusd_pledged_realusd_goal_real
01000002330The Songs of Adelaide & AbullahPoetryPublishingGBP2015-10-091000.02015-08-11 12:12:280.0failed0.0GB0.00.01533.95
11000003930Greeting From Earth: ZGAC Arts Capsule For ETNarrative FilmFilm & VideoUSD2017-11-0130000.02017-09-02 04:43:572421.0failed15.0US100.02421.030000.00
21000004038Where is Hank?Narrative FilmFilm & VideoUSD2013-02-2645000.02013-01-12 00:20:50220.0failed3.0US220.0220.045000.00
31000007540ToshiCapital Rekordz Needs Help to Complete AlbumMusicMusicUSD2012-04-165000.02012-03-17 03:24:111.0failed1.0US1.01.05000.00
41000011046Community Film Project: The Art of Neighborhoo...Film & VideoFilm & VideoUSD2015-08-2919500.02015-07-04 08:35:031283.0canceled14.0US1283.01283.019500.00
\n", + "
" + ], + "text/plain": [ + " ID name \\\n", + "0 1000002330 The Songs of Adelaide & Abullah \n", + "1 1000003930 Greeting From Earth: ZGAC Arts Capsule For ET \n", + "2 1000004038 Where is Hank? \n", + "3 1000007540 ToshiCapital Rekordz Needs Help to Complete Album \n", + "4 1000011046 Community Film Project: The Art of Neighborhoo... \n", + "\n", + " category main_category currency deadline goal \\\n", + "0 Poetry Publishing GBP 2015-10-09 1000.0 \n", + "1 Narrative Film Film & Video USD 2017-11-01 30000.0 \n", + "2 Narrative Film Film & Video USD 2013-02-26 45000.0 \n", + "3 Music Music USD 2012-04-16 5000.0 \n", + "4 Film & Video Film & Video USD 2015-08-29 19500.0 \n", + "\n", + " launched pledged state backers country usd pledged \\\n", + "0 2015-08-11 12:12:28 0.0 failed 0.0 GB 0.0 \n", + "1 2017-09-02 04:43:57 2421.0 failed 15.0 US 100.0 \n", + "2 2013-01-12 00:20:50 220.0 failed 3.0 US 220.0 \n", + "3 2012-03-17 03:24:11 1.0 failed 1.0 US 1.0 \n", + "4 2015-07-04 08:35:03 1283.0 canceled 14.0 US 1283.0 \n", + "\n", + " usd_pledged_real usd_goal_real \n", + "0 0.0 1533.95 \n", + "1 2421.0 30000.00 \n", + "2 220.0 45000.00 \n", + "3 1.0 5000.00 \n", + "4 1283.0 19500.00 " + ] + }, + "execution_count": 25, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Your code here:\n", + "data.head()\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Import the `mode` function from `scipy.stats` and find the mode of the `country` and `currency` column." + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
countrycurrency
0USUSD
\n", + "
" + ], + "text/plain": [ + " country currency\n", + "0 US USD" + ] + }, + "execution_count": 27, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Your code here:\n", + "\n", + "\n", + "\n", + "data[['country','currency']].mode()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The trimmed mean is a function that computes the mean of the data with observations removed. The most common way to compute a trimmed mean is by specifying a percentage and then removing elements from both ends. However, we can also specify a threshold on both ends. The goal of this function is to create a more robust method of computing the mean that is less influenced by outliers. SciPy contains a function called `tmean` for computing the trimmed mean. \n", + "\n", + "In the cell below, import the `tmean` function and then find the 75th percentile of the `goal` column. Compute the trimmed mean between 0 and the 75th percentile of the column. Read more about the `tmean` function [here](https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.tmean.html#scipy.stats.tmean)." + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "nan" + ] + }, + "execution_count": 29, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Your code here:\n", + "\n", + "percen_75 = np.quantile(data['goal'],0.75)\n", + "tmean(data['goal'],(data['goal'].min(),percen_75))\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "#### SciPy contains various statistical tests. One of the tests is Fisher's exact test. This test is used for contingency tables. \n", + "\n", + "The test originates from the \"Lady Tasting Tea\" experiment. In 1935, Fisher published the results of the experiment in his book. The experiment was based on a claim by Muriel Bristol that she can taste whether tea or milk was first poured into the cup. Fisher devised this test to disprove her claim. The null hypothesis is that the treatments do not affect outcomes, while the alternative hypothesis is that the treatment does affect outcome. To read more about Fisher's exact test, see:\n", + "\n", + "* [Wikipedia's explanation](http://b.link/test61)\n", + "* [A cool deep explanation](http://b.link/handbook47)\n", + "* [An explanation with some important Fisher's considerations](http://b.link/significance76)\n", + "\n", + "Let's perform Fisher's exact test on our KickStarter data. We intend to test the hypothesis that the choice of currency has an impact on meeting the pledge goal. We'll start by creating two derived columns in our dataframe. The first will contain 1 if the amount of money in `usd_pledged_real` is greater than the amount of money in `usd_goal_real`. We can compute this by using the `np.where` function. If the amount in one column is greater than the other, enter a value of 1, otherwise enter a value of zero. Add this column to the dataframe and name it `goal_met`." + ] + }, + { + "cell_type": "code", + "execution_count": 41, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "0 0\n", + "1 0\n", + "2 0\n", + "3 0\n", + "4 0\n", + " ..\n", + "45095 0\n", + "45096 0\n", + "45097 0\n", + "45098 0\n", + "45099 0\n", + "Name: goal_met, Length: 45100, dtype: int64" + ] + }, + "execution_count": 41, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Your code here:\n", + "\n", + "data['goal_met'] = np.where(data['usd_goal_real'] < data['usd_pledged_real'],1,0)\n", + "data.goal_met" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Next, create a column that checks whether the currency of the project is in US Dollars. Create a column called `usd` using the `np.where` function where if the currency is US Dollars, assign a value of 1 to the row and 0 otherwise." + ] + }, + { + "cell_type": "code", + "execution_count": 45, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "0 0\n", + "1 1\n", + "2 1\n", + "3 1\n", + "4 1\n", + " ..\n", + "45095 1\n", + "45096 0\n", + "45097 1\n", + "45098 1\n", + "45099 1\n", + "Name: usd, Length: 45100, dtype: int64" + ] + }, + "execution_count": 45, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Your code here:\n", + "\n", + "\n", + "data['usd'] = np.where(data['currency'] == 'USD',1,0)\n", + "data.usd" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now create a contingency table using the `pd.crosstab` function in the cell below to compare the `goal_met` and `usd` columns." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Import the `fisher_exact` function from `scipy.stats` and conduct the hypothesis test on the contingency table that you have generated above. You can read more about the `fisher_exact` function [here](https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.fisher_exact.html#scipy.stats.fisher_exact). The output of the function should be the odds ratio and the p-value. The p-value will provide you with the outcome of the test." + ] + }, + { + "cell_type": "code", + "execution_count": 53, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "(2.6504557486134566, 0.0)" + ] + }, + "execution_count": 53, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Your code here:\n", + "from scipy.stats import fisher_exact\n", + "\n", + "ct = pd.crosstab(data['goal_met'],data['usd'] )\n", + "\n", + "oddsratio, pvalue = fisher_exact(ct)\n", + "\n", + "oddsratio, pvalue\n", + "\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Challenge 2 - The `interpolate` submodule\n", + "\n", + "This submodule allows us to interpolate between two points and create a continuous distribution based on the observed data.\n", + "\n", + "In the cell below, import the `interp1d` function and first take a sample of 10 rows from `kickstarter`. " + ] + }, + { + "cell_type": "code", + "execution_count": 55, + "metadata": {}, + "outputs": [], + "source": [ + "# Your code here:\n", + "from scipy.interpolate import interp1d\n", + "\n", + "kickstarter = pd.read_csv('Book1.csv')\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 59, + "metadata": {}, + "outputs": [], + "source": [ + "rand = kickstarter.drop_duplicates(subset=['backers']).sample(10)\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Next, create a linear interpolation of the backers as a function of `usd_pledged_real`. Create a function `f` that generates a linear interpolation of backers as predicted by the amount of real pledged dollars." + ] + }, + { + "cell_type": "code", + "execution_count": 60, + "metadata": {}, + "outputs": [], + "source": [ + "# Your code here:\n", + "\n", + "f = interp1d(rand['backers'], rand['usd_pledged_real'])" + ] + }, + { + "cell_type": "code", + "execution_count": 61, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 61, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "f" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now create a new variable called `x_new`. This variable will contain all integers between the minimum number of backers in our sample and the maximum number of backers. The goal here is to take the dataset that contains few obeservations due to sampling and fill all observations with a value using the interpolation function. \n", + "\n", + "Hint: one option is the `np.arange` function." + ] + }, + { + "cell_type": "code", + "execution_count": 69, + "metadata": {}, + "outputs": [ + { + "ename": "KeyError", + "evalue": "'backster'", + "output_type": "error", + "traceback": [ + "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[0;31mKeyError\u001b[0m Traceback (most recent call last)", + "\u001b[0;32m~/opt/anaconda3/lib/python3.8/site-packages/pandas/core/indexes/base.py\u001b[0m in \u001b[0;36mget_loc\u001b[0;34m(self, key, method, tolerance)\u001b[0m\n\u001b[1;32m 2894\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 2895\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_engine\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mget_loc\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mcasted_key\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 2896\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mKeyError\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0merr\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", + "\u001b[0;32mpandas/_libs/index.pyx\u001b[0m in \u001b[0;36mpandas._libs.index.IndexEngine.get_loc\u001b[0;34m()\u001b[0m\n", + "\u001b[0;32mpandas/_libs/index.pyx\u001b[0m in \u001b[0;36mpandas._libs.index.IndexEngine.get_loc\u001b[0;34m()\u001b[0m\n", + "\u001b[0;32mpandas/_libs/hashtable_class_helper.pxi\u001b[0m in \u001b[0;36mpandas._libs.hashtable.PyObjectHashTable.get_item\u001b[0;34m()\u001b[0m\n", + "\u001b[0;32mpandas/_libs/hashtable_class_helper.pxi\u001b[0m in \u001b[0;36mpandas._libs.hashtable.PyObjectHashTable.get_item\u001b[0;34m()\u001b[0m\n", + "\u001b[0;31mKeyError\u001b[0m: 'backster'", + "\nThe above exception was the direct cause of the following exception:\n", + "\u001b[0;31mKeyError\u001b[0m Traceback (most recent call last)", + "\u001b[0;32m\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[0;31m# Your code here:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m----> 2\u001b[0;31m \u001b[0mx_new\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mnp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0marange\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrand\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m'backster'\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mmin\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0mrand\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m'backster'\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mmax\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", + "\u001b[0;32m~/opt/anaconda3/lib/python3.8/site-packages/pandas/core/frame.py\u001b[0m in \u001b[0;36m__getitem__\u001b[0;34m(self, key)\u001b[0m\n\u001b[1;32m 2900\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mcolumns\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mnlevels\u001b[0m \u001b[0;34m>\u001b[0m \u001b[0;36m1\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 2901\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_getitem_multilevel\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mkey\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 2902\u001b[0;31m \u001b[0mindexer\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mcolumns\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mget_loc\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mkey\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 2903\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mis_integer\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mindexer\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 2904\u001b[0m \u001b[0mindexer\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0;34m[\u001b[0m\u001b[0mindexer\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", + "\u001b[0;32m~/opt/anaconda3/lib/python3.8/site-packages/pandas/core/indexes/base.py\u001b[0m in \u001b[0;36mget_loc\u001b[0;34m(self, key, method, tolerance)\u001b[0m\n\u001b[1;32m 2895\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_engine\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mget_loc\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mcasted_key\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 2896\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mKeyError\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0merr\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 2897\u001b[0;31m \u001b[0;32mraise\u001b[0m \u001b[0mKeyError\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mkey\u001b[0m\u001b[0;34m)\u001b[0m \u001b[0;32mfrom\u001b[0m \u001b[0merr\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 2898\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 2899\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mtolerance\u001b[0m \u001b[0;32mis\u001b[0m \u001b[0;32mnot\u001b[0m \u001b[0;32mNone\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", + "\u001b[0;31mKeyError\u001b[0m: 'backster'" + ] + } + ], + "source": [ + "# Your code here:\n", + "x_new = np.arange(rand['backster'].min(),rand['backster'].max())\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Plot function f for all values of `x_new`. Run the code below." + ] + }, + { + "cell_type": "code", + "execution_count": 72, + "metadata": {}, + "outputs": [ + { + "ename": "NameError", + "evalue": "name 'x_new' is not defined", + "output_type": "error", + "traceback": [ + "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)", + "\u001b[0;32m\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[1;32m 4\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mpyplot\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0mplt\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 5\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m----> 6\u001b[0;31m \u001b[0mplt\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mplot\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mx_new\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mf\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mx_new\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", + "\u001b[0;31mNameError\u001b[0m: name 'x_new' is not defined" + ] + } + ], + "source": [ + "# Run this code:\n", + "\n", + "%matplotlib inline\n", + "import matplotlib.pyplot as plt\n", + "\n", + "plt.plot(x_new, f(x_new))" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Next create a function that will generate a cubic interpolation function. Name the function `g`." + ] + }, + { + "cell_type": "code", + "execution_count": 74, + "metadata": {}, + "outputs": [], + "source": [ + "# Your code here:\n", + "\n", + "g = interp1d(rand['backers'], rand['usd_pledged_real'], 'cubic')" + ] + }, + { + "cell_type": "code", + "execution_count": 75, + "metadata": {}, + "outputs": [ + { + "ename": "NameError", + "evalue": "name 'x_new' is not defined", + "output_type": "error", + "traceback": [ + "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)", + "\u001b[0;32m\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[0;31m# Run this code:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 2\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m----> 3\u001b[0;31m \u001b[0mplt\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mplot\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mx_new\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mg\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mx_new\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", + "\u001b[0;31mNameError\u001b[0m: name 'x_new' is not defined" + ] + } + ], + "source": [ + "# Run this code:\n", + "\n", + "plt.plot(x_new, g(x_new))" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Bonus Challenge - The Binomial Distribution\n", + "\n", + "The binomial distribution allows us to calculate the probability of k successes in n trials for a random variable with two possible outcomes (which we typically label success and failure). \n", + "\n", + "The probability of success is typically denoted by p and the probability of failure is denoted by 1-p.\n", + "\n", + "The `scipy.stats` submodule contains a `binom` function for computing the probabilites of a random variable with the binomial distribution. You may read more about the binomial distribution [here](http://b.link/binomial55)\n", + "\n", + "* In the cell below, compute the probability that a dice lands on 5 exactly 3 times in 8 tries.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "metadata": {}, + "outputs": [], + "source": [ + "# Your code here:\n", + "\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "* Do a simulation for the last event: do a function that simulate 8 tries and return a 1 if the result is 5 exactly 3 times and 0 if not. Now launch your simulation." + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "# Your code here:\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "* Launch 10 simulations and represent the result in a bar plot. Now launch 1000 simulations and represent it. What do you see?" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "# Your code here:\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.5" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/module-2/Intro-Scipy/your-code/Book1.csv b/module-2/Intro-Scipy/your-code/Book1.csv new file mode 100644 index 00000000..c2ee3fc3 --- /dev/null +++ b/module-2/Intro-Scipy/your-code/Book1.csv @@ -0,0 +1,45101 @@ +ID,name,category,main_category,currency,deadline,goal,launched,pledged,state,backers,country,usd pledged,usd_pledged_real,usd_goal_real +1000002330,The Songs of Adelaide & Abullah,Poetry,Publishing,GBP,2015-10-09,1000.00,2015-08-11 12:12:28,0.00,failed,0,GB,0.00,0.00,1533.95 +1000003930,Greeting From Earth: ZGAC Arts Capsule For ET,Narrative Film,Film & Video,USD,2017-11-01,30000.00,2017-09-02 04:43:57,2421.00,failed,15,US,100.00,2421.00,30000.00 +1000004038,Where is Hank?,Narrative Film,Film & Video,USD,2013-02-26,45000.00,2013-01-12 00:20:50,220.00,failed,3,US,220.00,220.00,45000.00 +1000007540,ToshiCapital Rekordz Needs Help to Complete Album,Music,Music,USD,2012-04-16,5000.00,2012-03-17 03:24:11,1.00,failed,1,US,1.00,1.00,5000.00 +1000011046,Community Film Project: The Art of Neighborhood Filmmaking,Film & Video,Film & Video,USD,2015-08-29,19500.00,2015-07-04 08:35:03,1283.00,canceled,14,US,1283.00,1283.00,19500.00 +1000014025,Monarch Espresso Bar,Restaurants,Food,USD,2016-04-01,50000.00,2016-02-26 13:38:27,52375.00,successful,224,US,52375.00,52375.00,50000.00 +1000023410,Support Solar Roasted Coffee & Green Energy! SolarCoffee.co,Food,Food,USD,2014-12-21,1000.00,2014-12-01 18:30:44,1205.00,successful,16,US,1205.00,1205.00,1000.00 +1000030581,Chaser Strips. Our Strips make Shots their B*tch!,Drinks,Food,USD,2016-03-17,25000.00,2016-02-01 20:05:12,453.00,failed,40,US,453.00,453.00,25000.00 +1000034518,SPIN - Premium Retractable In-Ear Headphones with Mic,Product Design,Design,USD,2014-05-29,125000.00,2014-04-24 18:14:43,8233.00,canceled,58,US,8233.00,8233.00,125000.00 +100004195,STUDIO IN THE SKY - A Documentary Feature Film (Canceled),Documentary,Film & Video,USD,2014-08-10,65000.00,2014-07-11 21:55:48,6240.57,canceled,43,US,6240.57,6240.57,65000.00 +100004721,Of Jesus and Madmen,Nonfiction,Publishing,CAD,2013-10-09,2500.00,2013-09-09 18:19:37,0.00,failed,0,CA,0.00,0.00,2406.39 +100005484,Lisa Lim New CD!,Indie Rock,Music,USD,2013-04-08,12500.00,2013-03-09 06:42:58,12700.00,successful,100,US,12700.00,12700.00,12500.00 +1000055792,The Cottage Market,Crafts,Crafts,USD,2014-10-02,5000.00,2014-09-02 17:11:50,0.00,failed,0,US,0.00,0.00,5000.00 +1000056157,G-Spot Place for Gamers to connect with eachother & go pro!,Games,Games,USD,2016-03-25,200000.00,2016-02-09 23:01:12,0.00,failed,0,US,0.00,0.00,200000.00 +1000057089,Tombstone: Old West tabletop game and miniatures in 32mm.,Tabletop Games,Games,GBP,2017-05-03,5000.00,2017-04-05 19:44:18,94175.00,successful,761,GB,57763.78,121857.33,6469.73 +1000064368,Survival Rings,Design,Design,USD,2015-02-28,2500.00,2015-01-29 02:10:53,664.00,failed,11,US,664.00,664.00,2500.00 +1000064918,The Beard,Comic Books,Comics,USD,2014-11-08,1500.00,2014-10-09 22:27:52,395.00,failed,16,US,395.00,395.00,1500.00 +1000068480,Notes From London: Above & Below,Art Books,Publishing,USD,2015-05-10,3000.00,2015-04-10 21:20:54,789.00,failed,20,US,789.00,789.00,3000.00 +1000070642,Mike Corey's Darkness & Light Album,Music,Music,USD,2012-08-17,250.00,2012-08-02 14:11:32,250.00,successful,7,US,250.00,250.00,250.00 +1000071625,Boco Tea,Food,Food,USD,2012-06-02,5000.00,2012-05-03 17:24:32,1781.00,failed,40,US,1781.00,1781.00,5000.00 +1000072011,CMUK. Shoes: Take on Life Feet First.,Fashion,Fashion,USD,2013-12-30,20000.00,2013-11-25 07:06:11,34268.00,successful,624,US,34268.00,34268.00,20000.00 +1000081649,MikeyJ clothing brand fundraiser,Childrenswear,Fashion,AUD,2017-09-07,2500.00,2017-08-08 01:20:20,1.00,failed,1,AU,0.00,0.81,2026.10 +1000082254,Alice in Wonderland in G Minor,Theater,Theater,USD,2014-06-15,3500.00,2014-05-16 10:10:38,650.00,failed,12,US,650.00,650.00,3500.00 +1000087442,Mountain brew: A quest for alcohol sustainability,Drinks,Food,NOK,2015-02-25,500.00,2015-01-26 19:17:33,48.00,failed,3,NO,6.18,6.29,65.55 +1000091520,The Book Zoo - A Mini-Comic,Comics,Comics,USD,2014-11-12,175.00,2014-10-23 17:15:50,701.66,successful,66,US,701.66,701.66,175.00 +1000102741,Matt Cavenaugh & Jenny Powers make their 1st album! ,Music,Music,USD,2011-01-06,10000.00,2010-12-07 23:16:50,15827.00,successful,147,US,15827.00,15827.00,10000.00 +1000103948,Superhero Teddy Bear,DIY,Crafts,GBP,2016-01-05,12000.00,2015-12-06 20:09:06,0.00,failed,0,GB,0.00,0.00,17489.65 +1000104688,Permaculture Skills,Webseries,Film & Video,CAD,2014-12-14,17757.00,2014-11-14 18:02:00,48905.00,successful,571,CA,43203.25,42174.03,15313.04 +1000104953,Rebel Army Origins: The Heroic Story Of Major Gripes,Comics,Comics,GBP,2016-01-28,100.00,2015-12-29 16:59:29,112.38,successful,27,GB,167.70,160.60,142.91 +100011318,My Moon - Animated Short Film,Animation,Film & Video,USD,2017-05-03,50000.00,2017-04-03 17:11:33,57577.31,successful,840,US,10120.00,57577.31,50000.00 +1000115172,Daily Brew Coffee,Food Trucks,Food,GBP,2015-03-31,3500.00,2015-03-01 18:06:32,21.00,failed,1,GB,32.42,31.09,5181.12 +1000117861,Ledr workbook: one tough journal!,Product Design,Design,USD,2016-10-08,1000.00,2016-09-07 13:14:26,47266.00,successful,549,US,11253.00,47266.00,1000.00 +1000120151,Feather Cast Furled Fly Fishing Leaders,Product Design,Design,AUD,2015-08-22,2000.00,2015-07-23 03:09:43,2000.00,successful,18,AU,1473.62,1427.35,1427.35 +1000120287,BB130A,Public Art,Art,USD,2013-03-24,25000.00,2013-02-12 01:07:28,1395.00,failed,30,US,1395.00,1395.00,25000.00 +100012079,Chris Eger Band - New Nashville Record!,Music,Music,USD,2014-08-13,12000.00,2014-07-14 22:35:51,13260.00,successful,92,US,13260.00,13260.00,12000.00 +1000129669,Squatch Watchers,Webseries,Film & Video,USD,2013-08-23,10000.00,2013-07-24 21:40:13,1373.37,failed,54,US,1373.37,1373.37,10000.00 +1000131947,Arrows & Sound Debut Album,Indie Rock,Music,USD,2012-05-19,4000.00,2012-04-19 01:04:31,8641.34,successful,157,US,8641.34,8641.34,4000.00 +1000132945,Zen in America: a film on Zen Buddhism in North America,Documentary,Film & Video,USD,2013-10-21,10000.00,2013-09-21 23:00:54,15663.00,successful,213,US,15663.00,15663.00,10000.00 +1000134913,Galaxy: Winnie and Friends,Illustration,Art,USD,2016-01-27,3000.00,2015-12-23 21:47:29,17.00,failed,2,US,17.00,17.00,3000.00 +1000146991,Help Scott Reynolds Make a New Record!,Indie Rock,Music,USD,2012-09-02,15000.00,2012-08-03 18:43:16,17499.99,successful,277,US,17499.99,17499.99,15000.00 +1000149007,Unschooling To University Book Project,Nonfiction,Publishing,CAD,2018-01-19,3000.00,2017-11-20 18:15:14,592.00,live,24,CA,185.65,472.88,2396.36 +1000153208,Phil Younger - Slow Down (Official Music Video),Music,Music,USD,2016-12-20,2100.00,2016-12-09 20:27:02,2100.00,successful,34,US,83.00,2100.00,2100.00 +"1000160286,""""""THE RETURN"""" book project"",Photography,Photography,USD,2013-12-13,15000.00,2013-11-13 00:34:20,23907.00,successful,232,US,23907.00,23907.00,15000.00" +1000170964,Penny Bingo Playing Card Game fun for the whole family!,Tabletop Games,Games,USD,2017-03-27,1500.00,2017-03-02 04:01:43,856.00,failed,25,US,324.00,856.00,1500.00 +"1000171141,""The Please, Please Me: Studio Premiere"",Pop,Music,USD,2012-09-01,10000.00,2012-07-15 03:27:33,12656.00,successful,181,US,12656.00,12656.00,10000.00" +1000182258,WE ARE ONE: STREET MUSIC OF NEW ORLEANS,Documentary,Film & Video,USD,2013-10-01,2500.00,2013-08-27 20:17:27,0.00,failed,0,US,0.00,0.00,2500.00 +1000183112,Hot Chicken Takes Over.,Restaurants,Food,USD,2014-10-16,40000.00,2014-09-16 02:31:08,63401.00,successful,855,US,63401.00,63401.00,40000.00 +1000184224,Star and the Snowman,Narrative Film,Film & Video,USD,2013-02-23,8000.00,2013-01-24 06:04:05,9401.00,successful,154,US,9401.00,9401.00,8000.00 +1000190427,Seas of Iron,Tabletop Games,Games,USD,2013-07-19,3000.00,2013-06-19 03:16:33,8105.00,successful,218,US,8105.00,8105.00,3000.00 +1000197321,(In)visible Empire Tees,Public Art,Art,USD,2016-01-02,1200.00,2015-11-22 22:47:44,90.00,failed,4,US,90.00,90.00,1200.00 +1000201265,I'LL SEE YOU IN MY DREAMS - narrative feature film,Narrative Film,Film & Video,USD,2014-02-05,60000.00,2014-01-11 00:57:14,61365.16,successful,632,US,61365.16,61365.16,60000.00 +100020143,H2O The Underwater Portraits,People,Photography,USD,2017-10-30,9500.00,2017-09-25 17:17:43,6.00,failed,2,US,5.00,6.00,9500.00 +1000202062,SkateFrames-Photo frame made from recycled skateboard wood,Art,Art,USD,2015-05-08,7500.00,2015-04-08 02:53:18,3.00,failed,3,US,3.00,3.00,7500.00 +1000212914,A Teacher's Travels in China,Photography,Photography,USD,2012-05-13,4000.00,2012-04-18 23:34:56,4866.17,successful,71,US,4866.17,4866.17,4000.00 +1000216800,Mothers Into Living Fit Yoga DVD for Moms and Babies,Family,Film & Video,USD,2014-06-19,11000.00,2014-05-20 17:18:29,11055.00,successful,51,US,11055.00,11055.00,11000.00 +1000217634,Mobile barbecue & catering trailer,Food Trucks,Food,USD,2014-10-23,13750.00,2014-09-24 03:35:33,1.00,failed,1,US,1.00,1.00,13750.00 +1000226576,Following the Call - A Novel,Fiction,Publishing,USD,2016-02-01,13500.00,2016-01-02 08:06:07,0.00,failed,0,US,0.00,0.00,13500.00 +1000227361,UNDERWATER,Film & Video,Film & Video,USD,2012-03-26,9500.00,2012-02-13 19:00:37,9660.00,successful,121,US,9660.00,9660.00,9500.00 +1000230071,The Fanalyzers: Views from the Stands,Webseries,Film & Video,USD,2013-10-18,60000.00,2013-09-18 20:20:00,635.00,failed,5,US,635.00,635.00,60000.00 +1000232288,Empires at Sea,Tabletop Games,Games,USD,2015-06-23,25000.00,2015-05-24 12:47:52,37199.00,successful,448,US,37199.00,37199.00,25000.00 +1000233415,Teachers In The Sky,Documentary,Film & Video,USD,2016-06-18,250000.00,2016-04-19 23:53:22,65.00,failed,2,US,65.00,65.00,250000.00 +1000234595,Fashion removeable decoration jewel accessory hells shoes,Accessories,Fashion,EUR,2016-10-13,12000.00,2016-09-13 11:59:57,137.00,failed,2,IT,0.00,150.73,13202.34 +1000235465,TO RUSSIA WITH LOVE AND SIMON,Art,Art,USD,2016-06-22,5000.00,2016-05-23 18:10:04,587.00,failed,8,US,587.00,587.00,5000.00 +1000235643,HIIT Bottle™,Drinks,Food,USD,2015-04-27,15000.00,2015-03-13 18:33:08,124998.00,successful,2784,US,124998.00,124998.00,15000.00 +"1000243793,""""""JurassicJurassix"""" by The Guilt"",Rock,Music,USD,2015-04-09,850.00,2015-02-23 00:10:28,485.00,failed,13,US,485.00,485.00,850.00" +1000245024,Safer Home,Hardware,Technology,CAD,2015-07-03,50000.00,2015-06-03 05:52:43,0.00,failed,0,CA,0.00,0.00,39739.31 +"1000252415,""Pantochino Productions: """"Cinderella Skeleton, the Musical"""""",Theater,Theater,USD,2011-07-08,15000.00,2011-05-09 15:08:51,15425.00,successful,144,US,15425.00,15425.00,15000.00" +1000256230,Shreddit - Privacy on Reddit,Software,Technology,GBP,2017-07-02,2000.00,2017-06-02 12:20:21,0.00,failed,0,GB,0.00,0.00,2579.35 +"1000256760,""Raise the Woof, expanding the love (Canceled)"",Design,Design,CAD,2015-08-07,15000.00,2015-07-08 21:46:53,700.00,canceled,6,CA,553.32,535.09,11466.14" +"1000257563,""""""Flying"""" Carpets from Azerbaijan, Iran and Turkey/Anatolia"",Weaving,Crafts,GBP,2015-04-29,5000.00,2015-03-30 19:55:31,2.00,failed,1,GB,2.98,3.09,7716.41" +1000260691,Gizbee™ Unlimited Removable Storage for Your Travel Photos,Gadgets,Technology,USD,2016-03-25,87000.00,2016-02-29 20:30:27,2030.00,canceled,15,US,2030.00,2030.00,87000.00 +1000261018,Diposta - liberating people from their postal mailbox.,Web,Technology,USD,2016-08-23,100000.00,2016-07-24 13:18:36,141.00,failed,3,US,100.00,141.00,100000.00 +1000268182,My Future Just Passed - Debut CD - Jazz Trio,Jazz,Music,USD,2014-12-03,4000.00,2014-11-03 21:11:44,4795.00,successful,95,US,4795.00,4795.00,4000.00 +"1000278154,""Loot and Recruit - A quirky, combative, deck building game"",Tabletop Games,Games,USD,2015-04-10,13000.00,2015-03-10 13:19:18,2453.00,canceled,65,US,2453.00,2453.00,13000.00" +1000282287,Babe Ruth's Family Kitchen - Gourmet Hot Dogs and Condiments,Food,Food,USD,2015-10-13,25000.00,2015-09-08 00:59:36,0.00,canceled,0,US,0.00,0.00,25000.00 +1000291122,VOTE (anyone but) TRUMP Candle,Product Design,Design,GBP,2016-08-24,500.00,2016-07-12 17:31:42,218.00,failed,6,GB,174.83,288.03,660.62 +"1000291263,""""""It's Complicated"""" by Ariana Salome"",Ready-to-wear,Fashion,USD,2016-06-09,68000.00,2016-05-10 22:52:00,0.00,failed,0,US,0.00,0.00,68000.00" +1000294559,Secular Solstice 2014,Festivals,Theater,USD,2014-10-27,7500.00,2014-10-02 01:50:58,8157.01,successful,164,US,8157.01,8157.01,7500.00 +1000320473,Uncommon Rhythm - Season One,Film & Video,Film & Video,USD,2013-09-13,29700.00,2013-08-15 11:16:24,10410.00,failed,76,US,10410.00,10410.00,29700.00 +1000328150,Legacy of Svarog | a Unique 3D Action RPG and Adventure Game,Video Games,Games,USD,2015-10-30,50000.00,2015-08-31 06:33:31,1410.00,failed,38,US,1410.00,1410.00,50000.00 +1000328328,ANVIL Beard,Fashion,Fashion,GBP,2015-02-06,2000.00,2014-12-15 19:13:37,61.00,failed,9,GB,95.87,93.44,3063.58 +1000331311,AWE - Antediluvian Wars: Extermination Tactical Card Game,Tabletop Games,Games,USD,2014-08-31,13000.00,2014-08-01 00:02:17,1811.00,failed,34,US,1811.00,1811.00,13000.00 +1000332383,Road to the Shire,Documentary,Film & Video,USD,2012-02-14,4000.00,2012-01-11 20:13:55,4045.00,successful,29,US,4045.00,4045.00,4000.00 +1000333671,Spiral Electric Skylab Recording,Rock,Music,USD,2015-02-26,500.00,2015-02-04 18:54:23,1540.00,successful,31,US,1540.00,1540.00,500.00 +1000334074,The Locals Only Shirt,Fashion,Fashion,USD,2012-05-18,500.00,2012-05-01 07:11:25,754.82,successful,36,US,754.82,754.82,500.00 +"1000335422,""""""Where is Home?"""" Anthology"",Anthologies,Comics,CAD,2014-07-10,4000.00,2014-06-10 00:09:47,4944.50,successful,153,CA,4523.37,4646.65,3759.05" +"1000338818,""Diet! No thanks, I'd rather lose weight"",Publishing,Publishing,EUR,2016-10-30,10000.00,2016-08-31 18:13:01,88.00,failed,9,DE,22.35,97.62,11092.99" +1000339877,The Onrust Project and Two Row Treaty of 1613,Theater,Theater,USD,2013-06-16,5000.00,2013-04-17 00:58:02,110.00,failed,2,US,110.00,110.00,5000.00 +1000340977,My Coffee Box,Drinks,Food,USD,2014-06-16,3000.00,2014-05-17 22:43:36,1027.00,failed,18,US,1027.00,1027.00,3000.00 +1000344383,¿Tu Sabes? (You Know?) a music collaboration by Daya & Edu,Music,Music,USD,2012-12-13,4500.00,2012-10-30 08:53:03,409.00,failed,10,US,409.00,409.00,4500.00 +1000348690,The Silence of Hollowind - Urban Fantasy RPG,Tabletop Games,Games,EUR,2017-11-23,5000.00,2017-10-24 16:58:01,11238.00,successful,346,IT,5509.51,13347.43,5938.52 +1000348776,P/O/V Comic and Literary Anthology,Comics,Comics,USD,2012-03-06,4289.00,2012-01-21 18:25:26,474.00,failed,14,US,474.00,474.00,4289.00 +"1000354338,""""""Little Shop of Horrors"""" at the Browncoat Theatre!"",Theater,Theater,USD,2012-08-14,2000.00,2012-06-30 20:05:26,2075.00,successful,40,US,2075.00,2075.00,2000.00" +10003650,Glyscian Debut Album Recording (Canceled),Rock,Music,USD,2012-05-26,15000.00,2012-03-27 04:25:46,151.00,canceled,4,US,151.00,151.00,15000.00 +1000374001,The Dark Waters Project,Indie Rock,Music,USD,2013-04-07,10000.00,2013-02-20 01:48:42,10414.00,successful,113,US,10414.00,10414.00,10000.00 +1000386601,Los Angeles International Student Film Festival,Film & Video,Film & Video,USD,2014-04-03,1500.00,2014-03-04 17:24:51,1932.99,successful,29,US,1932.99,1932.99,1500.00 +1000389241,Bob Contemplates Ending It All,Shorts,Film & Video,USD,2014-01-27,3000.00,2013-12-18 20:54:02,3755.00,successful,52,US,3755.00,3755.00,3000.00 +1000392220,The Girls Bathroom,Webseries,Film & Video,USD,2011-07-31,2000.00,2011-07-06 16:35:45,2252.99,successful,45,US,2252.99,2252.99,2000.00 +100039820,Best Spray Bottle Ever - SureShot,Gadgets,Technology,CAD,2015-03-07,25000.00,2015-02-05 16:57:21,3.00,failed,3,CA,2.41,2.36,19632.48 +1000399155,New Lasagna,Restaurants,Food,USD,2014-10-17,5000.00,2014-08-18 11:13:15,0.00,failed,0,US,0.00,0.00,5000.00 +1000405957,Just Another Reality Show: Season 3,Webseries,Film & Video,USD,2014-05-11,500.00,2014-04-10 23:04:22,756.00,successful,8,US,756.00,756.00,500.00 +1000413719,Backroads EP Processing Costs,Electronic Music,Music,USD,2012-10-26,200.00,2012-10-11 23:32:24,274.05,successful,14,US,274.05,274.05,200.00 +1000415969,Disaster Area: A Podcast,Radio & Podcasts,Publishing,USD,2016-12-28,1000.00,2016-11-28 17:58:04,1055.00,successful,19,US,0.00,1055.00,1000.00 +1000422671,Titanium EDC Bottle Opener,Product Design,Design,USD,2016-11-20,500.00,2016-10-21 16:23:31,156.00,failed,4,US,1.00,156.00,500.00 +1000427280,Fishtacular - The Ultimate Fishing Tool (Canceled),Apps,Technology,CAD,2015-05-25,50000.00,2015-04-23 20:04:12,11336.00,canceled,19,CA,9240.74,9110.34,40183.24 +"1000428719,""""""Eat Like A Gilmore"""" Cookbook"",Cookbooks,Food,USD,2016-04-17,20000.00,2016-03-14 12:39:29,47273.00,successful,1261,US,47273.00,47273.00,20000.00" +10004373,Bad Example (A Southern Trailer Park Fairy Tale) Indie Short,Shorts,Film & Video,USD,2017-05-08,1800.00,2017-04-03 23:25:55,22.00,failed,2,US,7.00,22.00,1800.00 +100044420,PATTY AT THE PARTY - a mumblecore horror feature,Webseries,Film & Video,USD,2010-07-04,5000.00,2010-04-29 07:14:32,50.00,failed,3,US,50.00,50.00,5000.00 +1000445513,Bold Threadz,Fashion,Fashion,USD,2012-09-20,5400.00,2012-08-02 04:47:11,5858.00,successful,131,US,5858.00,5858.00,5400.00 +1000450327,Happy Fix USA,Apparel,Fashion,USD,2014-10-01,1750.00,2014-08-17 17:06:42,1805.00,successful,25,US,1805.00,1805.00,1750.00 +1000454605,Be part of the next SMB Project album,Indie Rock,Music,USD,2012-03-24,1000.00,2012-02-12 17:33:14,1455.00,successful,41,US,1455.00,1455.00,1000.00 +1000465399,DAYTRADER - A Financial Board Game,Tabletop Games,Games,USD,2013-03-13,19500.00,2013-02-05 16:16:06,20269.00,successful,491,US,20269.00,20269.00,19500.00 +1000468345,iRNinja - Control your TV with a simple press of a button,Gadgets,Technology,USD,2017-06-14,500.00,2017-05-10 16:00:18,74.00,failed,6,US,261.00,74.00,500.00 +1000476123,Mama's Meatballs,Food,Food,USD,2014-08-07,100.00,2014-07-08 18:52:26,0.00,failed,0,US,0.00,0.00,100.00 +"1000479996,""Ebony Child:Music Artist drops New Album, Comic Book, & Film"",Pop,Music,USD,2016-05-21,10000.00,2016-04-21 01:46:25,10.00,failed,1,US,10.00,10.00,10000.00" +1000481607,Alpha Omega E.P.,Metal,Music,USD,2016-09-30,1000.00,2016-09-05 22:34:26,472.00,failed,13,US,0.00,472.00,1000.00 +1000490852,Carriage,Art,Art,USD,2017-12-24,8000.00,2017-11-24 18:06:35,8360.00,successful,121,US,605.00,8360.00,8000.00 +1000491057,AllThis TV,Comedy,Film & Video,USD,2017-04-09,50000.00,2017-03-10 01:12:32,40.00,failed,3,US,20.00,40.00,50000.00 +1000491830,The Legendary YD 2016 Tour,Hip-Hop,Music,USD,2016-05-18,6325.00,2016-03-19 21:51:03,10.00,failed,2,US,10.00,10.00,6325.00 +1000499845,MEMORY LANE ,Documentary,Film & Video,USD,2010-11-08,20000.00,2010-10-09 22:48:40,270.00,failed,4,US,270.00,270.00,20000.00 +"1000509854,""Jane Brown... a story of courage, survival and love"",Periodicals,Publishing,USD,2011-12-31,25000.00,2011-10-31 23:01:57,0.00,failed,0,US,0.00,0.00,25000.00" +1000514796,CASE:Lynk - Your EMERGENCY iPhone Charge & Sync Cord,Product Design,Design,USD,2012-10-11,125000.00,2012-09-06 06:59:37,3012.00,failed,67,US,3012.00,3012.00,125000.00 +100051531,Cat - Pre-Professional Ballerina,Dance,Dance,USD,2014-10-06,3400.00,2014-08-07 13:24:34,0.00,failed,0,US,0.00,0.00,3400.00 +1000519001,Wordwright: re·de·fin·ing word play,Tabletop Games,Games,USD,2015-12-29,2000.00,2015-11-21 14:12:27,14794.00,successful,624,US,14794.00,14794.00,2000.00 +1000521061,SERiNO'S PiZZA ROLLiNG PiZZA LAB (Food Truck),Food Trucks,Food,USD,2014-09-30,20000.00,2014-09-01 23:39:19,0.00,failed,0,US,0.00,0.00,20000.00 +1000521421,A photobook of life in Japan,Photography,Photography,USD,2013-03-14,3200.00,2013-02-12 03:11:43,568.00,failed,11,US,568.00,568.00,3200.00 +1000524949,Operation: Make Stuff,Video Games,Games,USD,2012-10-18,200.00,2012-09-18 04:46:06,306.72,successful,36,US,306.72,306.72,200.00 +1000535116,Xi3: Help us Usher in the Post-PC Era,Technology,Technology,USD,2012-10-28,250000.00,2012-09-28 09:33:59,90771.00,failed,120,US,90771.00,90771.00,250000.00 +1000537760,help our wood shop buy a lathe & hopefully a laser engraver,Public Art,Art,USD,2014-11-13,650.00,2014-10-24 21:50:32,0.00,failed,0,US,0.00,0.00,650.00 +1000542390,Spirits Asunder,Film & Video,Film & Video,GBP,2015-03-31,500.00,2015-03-01 05:52:30,5.00,failed,1,GB,7.72,7.40,740.16 +1000543883,Store Facades - Paintings out of Pittsburgh,Painting,Art,USD,2013-03-30,800.00,2013-02-28 03:02:09,1062.57,successful,20,US,1062.57,1062.57,800.00 +1000545028,Trackside - Independent documentary featuring Marshals,Documentary,Film & Video,GBP,2014-03-02,5000.00,2014-01-24 12:49:11,5037.00,successful,47,GB,8345.98,8447.09,8385.04 +"1000549881,""Brandi Emma promotes her new, 5-song EP because of YOU! Pre-Order Right Here :)"",Indie Rock,Music,USD,2010-07-12,10000.00,2010-06-12 01:44:53,4006.00,failed,44,US,4006.00,4006.00,10000.00" +1000551777,Gantish - Online Reward Chart Creator for Parents,Software,Technology,EUR,2015-09-16,4000.00,2015-08-17 15:37:03,282.00,failed,12,IE,313.30,322.02,4567.62 +1000553538,URBNPOP / CHRIS HAMER SKETCHBOOK,Art Books,Publishing,USD,2012-07-18,1400.00,2012-06-18 16:58:21,2535.00,successful,49,US,2535.00,2535.00,1400.00 +1000558429,Sellegg start up classified site,Web,Technology,USD,2016-03-20,15000.00,2016-03-02 02:13:52,25.00,failed,1,US,25.00,25.00,15000.00 +1000566862,Farmer Brown's Analogy Farm Game for ages three and above,Games,Games,USD,2013-10-30,25000.00,2013-09-27 03:32:14,65.00,failed,3,US,65.00,65.00,25000.00 +1000567557,The Seven Rays,World Music,Music,USD,2012-04-09,3000.00,2012-02-24 02:52:41,260.00,failed,8,US,260.00,260.00,3000.00 +100056789,Four Short Stories and Ten Love Poems,Publishing,Publishing,USD,2017-08-25,3000.00,2017-07-11 17:43:09,3165.00,successful,33,US,225.00,3165.00,3000.00 +100057323,David LaRocca: Star Spawn,Illustration,Art,USD,2015-10-22,650.00,2015-09-21 14:44:46,2354.50,successful,53,US,2354.50,2354.50,650.00 +1000577059,Calendars for Cats,Photobooks,Photography,USD,2015-12-29,1000.00,2015-11-29 14:56:30,95.00,failed,3,US,95.00,95.00,1000.00 +10005784,DOGMA - Short Film,Drama,Film & Video,GBP,2015-03-20,750.00,2015-03-06 15:13:20,756.00,successful,15,GB,1153.31,1122.89,1113.98 +1000581546,Project U-Neek,Art,Art,GBP,2013-05-08,1500.00,2013-04-08 01:06:32,1515.50,successful,19,GB,2320.27,2331.32,2307.48 +1000581804,Architecture & Design Website,Architecture,Design,GBP,2014-09-28,500.00,2014-08-29 19:47:50,0.00,failed,0,GB,0.00,0.00,803.32 +1000586849,#NotMyPresident Protest Tees,Apparel,Fashion,USD,2016-12-22,2500.00,2016-11-22 04:46:10,25.00,failed,1,US,30.00,25.00,2500.00 +1000590709,Musical Light Suit,Hardware,Technology,USD,2011-06-28,6000.00,2011-05-19 09:09:15,20.00,failed,2,US,20.00,20.00,6000.00 +1000598804,Gone In 61 Seconds,Tabletop Games,Games,USD,2017-11-08,1000.00,2017-11-03 13:44:35,875.00,failed,14,US,420.00,875.00,1000.00 +1000600012,YA science-fiction/comedy book series: Zeek Kim'lo,Young Adult,Publishing,GBP,2016-06-16,10000.00,2016-05-17 01:05:02,1.00,failed,1,GB,1.44,1.43,14287.14 +1000600526,Rising Star - Unsigned Artist Compilation Album,Hip-Hop,Music,GBP,2013-02-22,600.00,2013-01-08 22:32:01,0.00,failed,0,GB,0.00,0.00,917.77 +1000600868,Musical stage (escenario musical),Latin,Music,MXN,2017-04-17,18000.00,2017-03-03 22:34:24,10.00,failed,1,MX,0.00,0.53,955.82 +1000602156,HYDRA DICE,Games,Games,USD,2012-06-06,12000.00,2012-05-07 07:42:47,3100.66,failed,89,US,3100.66,3100.66,12000.00 +1000620551,Islamic World - Strategic gaming with Islamic values,Mobile Games,Games,GBP,2014-08-19,1925.00,2014-07-20 12:52:57,293.00,failed,5,GB,500.63,485.72,3191.15 +1000624031,Hangar 1 Foundation,Flight,Technology,USD,2014-10-18,8500.00,2014-09-03 19:40:43,1355.00,failed,4,US,1355.00,1355.00,8500.00 +1000627718,Adele's Heart is Going to Edinburgh,Theater,Theater,USD,2012-06-18,7500.00,2012-05-14 14:33:11,8315.00,successful,67,US,8315.00,8315.00,7500.00 +1000629643,ODIN: Android 'Smart' Projector to Carry in Your Pocket,Hardware,Technology,USD,2014-07-08,250000.00,2014-05-28 13:54:18,268192.00,successful,561,US,268192.00,268192.00,250000.00 +1000638156,Jenny's Photography - Start own business and travel!!,Fine Art,Photography,GBP,2014-08-29,500.00,2014-07-30 18:14:06,10.00,failed,1,GB,16.98,16.58,829.12 +1000639526,Kaleidoscope Man,Film & Video,Film & Video,GBP,2012-12-22,60000.00,2012-11-15 22:46:18,5487.00,failed,90,GB,8715.62,8854.28,96821.04 +1000644119,Operación Douve,Action,Film & Video,EUR,2016-05-01,100.00,2016-03-02 19:09:05,20.00,failed,2,ES,21.77,22.85,114.27 +1000648117,42 Sketches 2013,Art Books,Publishing,USD,2013-04-07,1000.00,2013-03-18 21:16:10,2883.50,successful,78,US,2883.50,2883.50,1000.00 +"1000648918,""ADVENT SAGA, DIGITAL TACTICAL CARD GAME"",Video Games,Games,USD,2014-07-31,70000.00,2014-07-01 16:01:41,15542.11,failed,260,US,15542.11,15542.11,70000.00" +100065084,One Man's Opinion Of Moonlight Song Collection,Music,Music,USD,2017-06-29,1450.00,2017-06-14 19:57:18,1647.00,successful,33,US,0.00,1647.00,1450.00 +"1000650960,""Crap Amidst Hilarity, vol. 1"",Playing Cards,Games,USD,2016-03-22,7500.00,2016-01-22 01:36:45,942.25,failed,55,US,942.25,942.25,7500.00" +"1000654344,""Packable, Fashionable & Protective; the ULTIMATE sun hat."",Fashion,Fashion,USD,2014-06-07,36000.00,2014-05-01 17:36:59,91003.67,successful,750,US,91003.67,91003.67,36000.00" +1000654409,Echo-Fuel: Make Echo Portable with Universal Charging Base!,Hardware,Technology,USD,2017-12-07,50000.00,2017-11-04 19:46:50,4237.00,failed,12,US,4384.00,4237.00,50000.00 +1000656794,VoxCube - 8x8x8 RGB LED chainable cubes,Makerspaces,Technology,AUD,2016-04-01,129000.00,2016-03-02 00:15:02,11601.50,failed,32,AU,8267.42,8910.52,99078.34 +1000659557,New world disorder,Punk,Music,USD,2016-07-05,5000.00,2016-06-05 18:46:18,0.00,failed,0,US,0.00,0.00,5000.00 +"1000674477,""""""GENERATION FX"""" a documentary film."",Documentary,Film & Video,USD,2012-12-09,100000.00,2012-10-10 04:57:11,8085.00,failed,37,US,8085.00,8085.00,100000.00" +"1000682368,""Rack and Ruin, Out of Orbit 3"",Fiction,Publishing,GBP,2015-06-17,2500.00,2015-05-18 21:52:36,1315.00,failed,29,GB,2068.07,2082.74,3959.58" +1000684975,Help me prepare for an upcoming art show,Painting,Art,USD,2016-04-24,1200.00,2016-03-10 21:25:41,2.00,failed,2,US,2.00,2.00,1200.00 +"1000694855,STREETFIGHTERZ WHEELIE MURICA,Film & Video,Film & Video,USD,2014-09-20,6500.00,2014-08-06 21:28:36,555.00,undefined,0,""N,0"""""",,555.00,6500.00" +1000697657,The Forever Rechargeable Talking Super Capacitor Flashlight,Hardware,Technology,CAD,2013-10-23,2000.00,2013-09-23 23:36:49,656.00,failed,18,CA,636.78,628.47,1916.08 +1000699196,COVENANT,Jazz,Music,USD,2014-12-07,32000.00,2014-11-07 18:02:15,4670.00,failed,42,US,4670.00,4670.00,32000.00 +1000707541,Elephant Gun Media Blitzkrieg,Music,Music,USD,2011-11-04,777.00,2011-10-20 23:51:42,923.00,successful,36,US,923.00,923.00,777.00 +1000710630,Our Shared Stories: An Afghan Diary,Anthologies,Publishing,USD,2016-08-20,7500.00,2016-07-06 16:22:04,9500.00,successful,86,US,880.00,9500.00,7500.00 +1000719127,The Gentle Art Of Tutelage,Narrative Film,Film & Video,USD,2013-03-20,50000.00,2013-01-19 18:38:31,2161.00,failed,26,US,2161.00,2161.00,50000.00 +"1000725978,""Air Bonsai | Create your """"little star"""""",Product Design,Design,USD,2016-03-01,80000.00,2016-01-21 12:18:00,843743.00,successful,3784,US,843743.00,843743.00,80000.00" +"1000727191,""Canadian Invasion's """"Choose Your Own Adventure"""" Album"",Pop,Music,USD,2010-12-20,2000.00,2010-10-26 01:17:27,2036.00,successful,38,US,2036.00,2036.00,2000.00" +1000727905,Wrist Covers,Product Design,Design,USD,2015-04-24,9500.00,2015-02-23 19:39:59,0.00,failed,0,US,0.00,0.00,9500.00 +1000741180,High Stakes: A Short Film,Shorts,Film & Video,USD,2013-11-03,5000.00,2013-10-09 21:55:16,5120.00,successful,81,US,5120.00,5120.00,5000.00 +1000741387,Fomatek: Foam Laptop Desks & Music Stands Elevate your Gear.,Product Design,Design,USD,2015-09-26,10000.00,2015-08-27 22:02:59,805.00,failed,10,US,805.00,805.00,10000.00 +1000752960,100 Risings,Documentary,Film & Video,GBP,2014-07-10,500.00,2014-06-10 10:36:20,10.00,failed,1,GB,16.81,17.12,856.00 +1000754401,Sky Scrapers Project,Tabletop Games,Games,USD,2015-06-16,50000.00,2015-05-17 21:44:40,1825.00,failed,32,US,1825.00,1825.00,50000.00 +1000758916,Keys to the Moon's First Full Length Album!,Music,Music,USD,2016-10-01,4000.00,2016-09-01 15:32:07,4629.00,successful,37,US,15.00,4629.00,4000.00 +1000761521,KILOS.,Thrillers,Film & Video,USD,2018-02-06,5000.00,2017-12-23 20:34:31,310.00,live,4,US,200.00,310.00,5000.00 +1000767040,Strait Jacket – Tangle Prevention For Headphones,Product Design,Design,USD,2016-11-23,30000.00,2016-10-24 03:35:51,1041.00,canceled,46,US,549.00,1041.00,30000.00 +1000770149,Worrisome Wilf's Beastly Bedtime,Children's Books,Publishing,GBP,2013-06-12,5500.00,2013-05-13 13:59:23,5721.00,successful,140,GB,8787.83,8937.95,8592.68 +"1000772297,""Airfoil Click Pen: Aviation Inspired, for gel & rollerball"",Product Design,Design,USD,2014-10-05,5000.00,2014-09-09 20:17:23,26407.00,successful,327,US,26407.00,26407.00,5000.00" +"1000776914,""VLC for the new Windows 8 User Experience (""""Metro"""")"",Software,Technology,GBP,2012-12-29,40000.00,2012-11-29 13:54:50,47056.86,successful,3080,GB,75365.14,75379.02,64074.84" +1000777557,Raise funds for the new JonathanGluck and the Wayward Kind album!,Rock,Music,USD,2010-09-19,4000.00,2010-07-30 23:23:15,30.00,failed,2,US,30.00,30.00,4000.00 +1000781363,The Spider and the Fly,Children's Books,Publishing,USD,2014-07-09,19650.00,2014-06-09 09:10:06,20313.00,successful,164,US,20313.00,20313.00,19650.00 +1000781512,Knock Down Drag Out,Shorts,Film & Video,USD,2012-01-10,800.00,2011-12-09 00:23:22,850.00,successful,19,US,850.00,850.00,800.00 +1000785030,Day of the Dead Tyrion Lannister Calavera Vinyl Stickers,Illustration,Art,USD,2015-01-17,275.00,2015-01-03 04:12:23,642.00,successful,40,US,642.00,642.00,275.00 +1000786724,Harold VS The Horde,Video Games,Games,USD,2015-01-18,14000.00,2014-12-19 07:49:11,113.00,failed,18,US,113.00,113.00,14000.00 +1000788629,Camille Peruto - NEW ALBUM,Pop,Music,USD,2016-07-06,15000.00,2016-05-07 00:02:52,18009.00,successful,69,US,18009.00,18009.00,15000.00 +100078996,APP - CUSTOM SHOES/ Calzado Personalizado - MADAME MARIAN,Apps,Technology,MXN,2016-12-21,55000.00,2016-11-19 04:05:23,56680.00,successful,24,MX,2.45,2739.22,2658.03 +1000802137,Tye's Photographic Journey.,People,Photography,USD,2015-12-12,2500.00,2015-11-12 07:06:24,0.00,failed,0,US,0.00,0.00,2500.00 +1000804307,Ropw,Games,Games,USD,2017-09-22,2000.00,2017-08-23 09:59:23,3.69,failed,3,US,0.00,3.69,2000.00 +1000804742,The Chelsea Chronicle Podcast,Audio,Journalism,GBP,2017-02-24,10000.00,2017-01-25 16:21:21,337.50,failed,15,GB,115.05,423.72,12554.61 +"1000810416,Wildlife Inspired T-Shirts; Help Me To Help Wildlife,Apparel,Fashion,GBP,2017-07-31,200.00,2017-07-06 17:49:08,15.00,failed,1,GB,19.40,19.72,262.92" +1000811882,The Sword of Asumi Visual Novel,Video Games,Games,GBP,2014-11-10,2500.00,2014-10-19 20:35:23,3097.00,successful,107,GB,4983.78,4848.23,3913.65 +1000823935,Wax Stacks LP Record Crates,Design,Design,USD,2015-07-15,35000.00,2015-06-15 17:55:05,39209.00,successful,120,US,39209.00,39209.00,35000.00 +1000827504,The JANIS JOPLIN Project (Canceled),Photography,Photography,USD,2012-08-21,11000.00,2012-07-10 02:31:19,75.00,canceled,1,US,75.00,75.00,11000.00 +1000827890,Throw Over Car Door Dent Protector,Design,Design,USD,2017-03-01,5000.00,2017-02-02 23:49:26,45.00,failed,2,US,0.00,45.00,5000.00 +1000834930,Strawberry Fields Café and Patisserie,Food,Food,CAD,2017-01-23,50000.00,2016-12-01 21:16:27,0.00,failed,0,CA,0.00,0.00,38112.66 +1000844246,Tofu: Stylish T-Shirts that are Made by Freedom,Apparel,Fashion,USD,2015-08-10,3000.00,2015-07-22 15:31:10,23079.00,successful,140,US,23079.00,23079.00,3000.00 +1000850525,American Confines vol 1: Cincinnati in 52,Photobooks,Photography,USD,2016-07-20,17500.00,2016-06-20 08:10:03,656.00,failed,14,US,615.00,656.00,17500.00 +1000853310,Good Company,Shorts,Film & Video,USD,2012-02-27,500.00,2012-01-28 04:22:17,5.00,failed,1,US,5.00,5.00,500.00 +"1000865260,""Launch """"Romeo and Juliet in Yiddish"""" in New York City"",Film & Video,Film & Video,USD,2011-06-10,5000.00,2011-05-17 22:17:10,0.00,failed,0,US,0.00,0.00,5000.00" +1000869383,The Case of the Silent Girl - a dark Sherlock Holmes tale,Comics,Comics,SEK,2016-07-18,4450.00,2016-06-18 20:16:00,8503.00,successful,47,SE,409.54,986.03,516.03 +1000883509,Chasing Blue at The Trans Theatre Festival,Festivals,Theater,USD,2016-06-01,4000.00,2016-04-29 19:53:22,4813.00,successful,105,US,4813.00,4813.00,4000.00 +1000885772,Mooli London | Designer Camera & Tech Bag - The Hampton,Product Design,Design,GBP,2015-10-10,15000.00,2015-09-04 16:33:23,15267.00,successful,85,GB,23358.14,23576.92,23164.59 +100089599,CLOTHING LABEL WITH A 90's STATE OF MIND - MADE IN FRANCE,Apparel,Fashion,EUR,2016-12-18,3286.00,2016-11-18 18:51:27,3776.00,successful,44,FR,427.94,3944.43,3432.57 +1000896053,The Ultimate Custom Shark Rig,Product Design,Design,USD,2015-04-24,8000.00,2015-03-25 14:58:46,0.00,failed,0,US,0.00,0.00,8000.00 +1000916036,Conference Paradigm Shift Meeting #3,Performance Art,Art,EUR,2017-12-13,700.00,2017-10-14 08:25:55,85.00,failed,4,FR,88.86,100.35,826.42 +1000918505,Dynamic Faces Match,Games,Games,USD,2017-02-23,15000.00,2017-01-24 20:46:15,0.00,canceled,0,US,0.00,0.00,15000.00 +100091944,Climbing 4 Kidz,Film & Video,Film & Video,CAD,2014-05-08,38875.00,2014-04-09 22:39:16,0.00,failed,0,CA,0.00,0.00,35895.66 +1000922108,Tugboat Collective's Inaugural Season,Theater,Theater,USD,2012-10-11,9000.00,2012-09-12 05:32:06,10046.00,successful,115,US,10046.00,10046.00,9000.00 +1000932522,Geocaching Trading Cards - History Series II,Games,Games,USD,2013-03-03,1500.00,2013-02-01 20:14:41,1620.00,successful,52,US,1620.00,1620.00,1500.00 +1000937140,The FUN n' EASY CookBook For Children's Well.....Fun Cooking,Publishing,Publishing,USD,2012-12-09,3500.00,2012-11-07 19:53:01,0.00,failed,0,US,0.00,0.00,3500.00 +1000940032,Space Trucker,Video Games,Games,USD,2016-12-08,150.00,2016-11-08 08:20:27,165.00,successful,7,US,25.00,165.00,150.00 +1000942804,High,Documentary,Film & Video,USD,2016-07-02,5250.00,2016-06-02 04:55:34,0.00,failed,0,US,0.00,0.00,5250.00 +1000953875,Club Wick3d,Video Games,Games,USD,2015-03-23,300000.00,2015-01-22 22:28:42,1.00,failed,1,US,1.00,1.00,300000.00 +1000968500,Modern Handmade Ceramics: Paper & Clay,Ceramics,Art,USD,2013-05-24,3000.00,2013-05-10 04:48:33,4386.00,successful,94,US,4386.00,4386.00,3000.00 +1000983983,Join me in completing my first Solo Project CD!,Pop,Music,USD,2011-09-30,2000.00,2011-08-09 23:19:09,170.00,failed,7,US,170.00,170.00,2000.00 +1000987760,Emotional Makayla: Mommy's Birthday Gift!,Children's Books,Publishing,USD,2017-02-19,3000.00,2017-01-05 19:10:03,91.00,failed,4,US,20.00,91.00,3000.00 +1000988678,Ashley's Beauty Tool Organizer Kit,Crafts,Crafts,USD,2014-08-30,7000.00,2014-08-06 21:31:52,0.00,failed,0,US,0.00,0.00,7000.00 +"1000988864,""Alaska Bug Bites, LLC - Farmers Markets Launch"",Vegan,Food,USD,2017-04-01,2000.00,2017-02-22 18:32:07,2164.77,successful,52,US,525.00,2164.77,2000.00" +1000992739,Quick Query - Relaunch!,Playing Cards,Games,USD,2014-08-18,750.00,2014-07-19 19:02:26,1207.00,successful,56,US,1207.00,1207.00,750.00 +"1000997384,""Quick, The Clockwork Knight Volume #2"",Comics,Comics,USD,2014-06-03,2000.00,2014-04-16 05:25:22,2585.00,successful,105,US,2585.00,2585.00,2000.00" +1001000566,WrittenWitheArt,Publishing,Publishing,USD,2014-03-05,1500.00,2014-02-04 01:30:08,1500.00,successful,26,US,1500.00,1500.00,1500.00 +"100101389,""Uptown Juice Company: Local, cold-pressed goodness"",Food,Food,USD,2014-04-01,25000.00,2014-02-25 00:15:17,30066.00,successful,161,US,30066.00,30066.00,25000.00" +100101652,Objecthood: A Story of an Imagined Economy (Canceled),Art Books,Publishing,USD,2011-08-12,15000.00,2011-07-22 00:28:16,25.00,canceled,1,US,25.00,25.00,15000.00 +1001019464,Strain Wars: Playing cards,Playing Cards,Games,USD,2016-07-31,5000.00,2016-07-16 11:18:43,176.00,failed,6,US,100.00,176.00,5000.00 +1001020080,Wood Floor Fundraiser,Dance,Dance,USD,2015-08-16,1200.00,2015-08-11 17:13:30,1205.00,successful,21,US,1205.00,1205.00,1200.00 +100102338,Water Purification System Using Solar Evacuated Tube,Product Design,Design,USD,2016-04-28,150.00,2016-04-08 23:36:17,218.00,successful,15,US,218.00,218.00,150.00 +1001028167,Steel Cathedrals- Short poems for the digital age.,Poetry,Publishing,GBP,2013-07-28,4000.00,2013-06-28 23:17:04,20.00,failed,1,GB,30.66,30.30,6060.97 +1001033266,The Chameleon Chronicles: Colors of Fate,Fiction,Publishing,USD,2014-12-23,500.00,2014-12-03 04:26:07,1.00,failed,1,US,1.00,1.00,500.00 +1001035783,Once Were Ghosts - Ephemeral 7-Song EP,Indie Rock,Music,USD,2011-06-14,1000.00,2011-04-15 09:00:07,0.00,failed,0,US,0.00,0.00,1000.00 +1001042227,Via Chic–OneClutch™,Product Design,Design,USD,2015-08-14,75000.00,2015-06-30 03:47:54,1736.00,failed,21,US,1736.00,1736.00,75000.00 +1001043181,Afraid So Galileo Album,Rock,Music,USD,2016-06-26,5500.00,2016-05-27 11:39:38,0.00,failed,0,US,0.00,0.00,5500.00 +1001048123,Paterson Falls Film Festival,Film & Video,Film & Video,USD,2013-05-03,1500.00,2013-04-03 03:09:07,1612.00,successful,27,US,1612.00,1612.00,1500.00 +1001052357,Spilt Milk,Graphic Novels,Comics,AUD,2017-01-08,18000.00,2016-12-09 04:00:31,832.00,failed,23,AU,375.22,623.55,13490.22 +1001057158,Thailand country side,Photography,Photography,USD,2014-10-25,17000.00,2014-08-26 21:23:18,35.00,failed,2,US,35.00,35.00,17000.00 +1001064677,Equinox: my first comic (genre: fantasy),Comics,Comics,USD,2011-06-04,5150.00,2011-04-25 21:36:40,5965.50,successful,97,US,5965.50,5965.50,5150.00 +1001077166,Student Operated Fabrication Lab,Fabrication Tools,Technology,USD,2012-07-11,5000.00,2012-06-11 13:55:42,5000.00,successful,57,US,5000.00,5000.00,5000.00 +1001086968,Nurse Mare Foals: Born to Die,Documentary,Film & Video,USD,2015-01-06,20000.00,2014-12-07 19:45:47,22421.00,successful,383,US,22421.00,22421.00,20000.00 +1001087429,The Bird Nerd,Comedy,Film & Video,GBP,2014-07-03,400.00,2014-06-03 16:00:20,1065.00,successful,36,GB,1783.51,1825.79,685.74 +1001087682,Funky Grits - fast casual diner pairing music with the menu!,Restaurants,Food,USD,2015-10-01,100000.00,2015-09-03 17:32:07,1600.00,failed,13,US,1600.00,1600.00,100000.00 +1001093391,The Great Kentucky Goblin Spree,Film & Video,Film & Video,USD,2014-03-21,5500.00,2014-02-19 21:04:07,6614.00,successful,88,US,6614.00,6614.00,5500.00 +1001097057,Help Put Community-Building Art in Austin's Patterson Park,Public Art,Art,USD,2017-04-13,5000.00,2017-03-08 17:54:13,7259.00,successful,26,US,300.00,7259.00,5000.00 +1001110351,Kingdoms of Erden: King of the Mountain,Tabletop Games,Games,USD,2017-07-27,1000.00,2017-06-26 15:52:31,745.00,canceled,52,US,316.00,745.00,1000.00 +1001115961,Made From Scratch,Restaurants,Food,USD,2015-08-31,25000.00,2015-08-01 18:33:56,0.00,failed,0,US,0.00,0.00,25000.00 +1001116225,Pierced Hearts Tattoo Boutique Start Up,Art,Art,USD,2015-05-13,5000.00,2015-03-14 12:40:11,0.00,failed,0,US,0.00,0.00,5000.00 +1001126692,Pole Diversity: A Showcase of Acrobatic Dance (Part Two),Performances,Dance,USD,2015-09-19,450.00,2015-08-19 21:02:03,160.00,failed,4,US,160.00,160.00,450.00 +1001128468,The McKenzie Project,Photography,Photography,CAD,2017-06-01,500.00,2017-04-17 17:54:33,1845.00,successful,30,CA,153.82,1364.34,369.74 +1001132597,A New Omni-Wheel. A mechanical innovation created for robots,Hardware,Technology,USD,2016-06-24,3500.00,2016-05-25 16:19:03,107.00,failed,7,US,107.00,107.00,3500.00 +1001135664,BrewStick ~ carboy ruler,Food,Food,USD,2014-03-24,22500.00,2014-02-22 22:45:11,50.00,failed,2,US,50.00,50.00,22500.00 +1001136944,Open Fiesta Arts Store dreaming big in San Antonio,Sculpture,Art,USD,2016-03-05,5000.00,2016-01-20 00:50:26,52.00,failed,4,US,52.00,52.00,5000.00 +1001137002,Opening Portals DVD,Documentary,Film & Video,GBP,2014-03-28,2000.00,2014-02-26 10:27:50,0.00,failed,0,GB,0.00,0.00,3326.62 +1001143049,Nutty Nations: Re-Imagining Learning Through Games,Mobile Games,Games,USD,2014-12-01,25000.00,2014-10-24 12:24:36,18431.00,canceled,71,US,18431.00,18431.00,25000.00 +1001149306,Night Terrors: Garden of Limbo,Fiction,Publishing,USD,2014-01-05,350.00,2013-12-06 20:23:31,1067.00,successful,14,US,1067.00,1067.00,350.00 +100114978,Inclusive Toolkit: tools for iOS & OS X app accessibility,Software,Technology,GBP,2015-06-13,5500.00,2015-05-13 13:20:01,7157.00,successful,184,GB,11147.99,11335.49,8711.08 +1001156528,Greek4Fun,Video Games,Games,USD,2012-05-09,12000.00,2012-04-09 15:07:15,686.00,failed,14,US,686.00,686.00,12000.00 +1001157858,Hood's Up Brewery,Drinks,Food,USD,2015-06-21,28000.00,2015-05-15 20:39:33,12024.00,failed,62,US,12024.00,12024.00,28000.00 +1001159174,Fooju Dance Collaborative,Performances,Dance,USD,2014-12-21,1500.00,2014-11-21 08:02:19,1900.00,successful,47,US,1900.00,1900.00,1500.00 +1001165113,CHRIS CRITELLI RECORDS HIS DEBUT EP!,Pop,Music,USD,2013-09-05,10000.00,2013-08-06 04:02:22,11713.00,successful,195,US,11713.00,11713.00,10000.00 +10011702,Piero Marsili,Documentary,Film & Video,GBP,2016-08-09,10000.00,2016-06-30 17:51:08,0.00,failed,0,GB,0.00,0.00,12966.80 +1001181420,Sleeping in a Truck,Rock,Music,USD,2009-07-15,10000.00,2009-06-20 22:15:06,10328.00,successful,65,US,10328.00,10328.00,10000.00 +1001188527,Design Your Own Leatherjacket,Fashion,Fashion,EUR,2016-06-14,2000.00,2016-05-29 22:04:54,2028.00,successful,7,DE,2254.15,2282.32,2250.81 +1001190550,Sanfilippo Wing it!,Accessories,Fashion,EUR,2016-06-26,10000.00,2016-05-15 22:43:59,855.00,failed,25,DE,966.76,952.04,11134.99 +1001216413,Road Runner multisport smartphone carrier,Product Design,Design,EUR,2017-03-09,59000.00,2017-01-22 16:53:55,4021.00,failed,50,FR,917.10,4264.68,62575.57 +1001217929,LEGO Imagination Lab,Animation,Film & Video,USD,2014-03-16,2500.00,2014-02-14 23:56:40,1186.69,failed,15,US,1186.69,1186.69,2500.00 +1001218320,Arkham Source Book,Games,Games,USD,2012-08-12,800.00,2012-06-13 05:33:44,45.00,failed,3,US,45.00,45.00,800.00 +1001223817,Finishing & Festival Funds - The Final Stage - short film,Shorts,Film & Video,USD,2016-09-18,2000.00,2016-08-29 22:44:12,310.00,failed,9,US,75.00,310.00,2000.00 +1001227372,Lonely House Films: Adam Hope,Film & Video,Film & Video,USD,2012-06-09,3397.98,2012-05-10 07:43:31,50.00,failed,1,US,50.00,50.00,3397.98 +1001228129,Adult Colour Debut Album,Rock,Music,USD,2017-06-24,2200.00,2017-05-25 22:27:33,2415.00,successful,52,US,355.00,2415.00,2200.00 +1001230250,Open A.I.R.,Art,Art,USD,2010-07-12,3000.00,2010-05-12 21:45:14,3125.00,successful,55,US,3125.00,3125.00,3000.00 +1001242672,At Home in Maine: A Film Series About Homebirth and Midwives,Documentary,Film & Video,USD,2011-09-15,10000.00,2011-08-01 17:35:43,1765.00,failed,34,US,1765.00,1765.00,10000.00 +1001243185,The FUSIONproject,Documentary,Film & Video,USD,2011-04-24,5000.00,2011-03-24 00:08:46,100.00,failed,1,US,100.00,100.00,5000.00 +1001243867,Lego Batman: Zombie Genesis Series,Animation,Film & Video,GBP,2013-06-04,125.00,2013-05-14 10:17:24,242.00,successful,19,GB,371.54,376.94,194.70 +1001244864,Digitizing My Family,Family,Film & Video,USD,2014-12-06,3500.00,2014-11-05 15:50:51,3585.00,successful,43,US,3585.00,3585.00,3500.00 +"100124630,""""""Progress"""" The Steampunk Series - Season 2"",Film & Video,Film & Video,USD,2015-09-05,40000.00,2015-08-06 03:19:15,733.00,failed,18,US,733.00,733.00,40000.00" +1001251896,Winter Writing Residency,Art,Art,USD,2012-02-15,1000.00,2012-01-28 19:07:32,1145.00,successful,21,US,1145.00,1145.00,1000.00 +1001259618,DOME Shades: Sunglasses for Big Heads,Accessories,Fashion,USD,2015-03-31,10000.00,2015-02-25 21:13:42,3238.00,failed,36,US,3238.00,3238.00,10000.00 +1001263250,A Portrait a Day 365 Challenge,Painting,Art,USD,2014-12-25,30000.00,2014-11-25 17:43:46,1152.00,failed,9,US,1152.00,1152.00,30000.00 +1001265769,XPUMP | TURN ANY SOUND SOURCE INTO A HOME THEATER EXPERIENCE,Sound,Technology,USD,2016-10-21,25000.00,2016-09-06 10:00:03,227673.00,successful,2278,US,16679.00,227673.00,25000.00 +1001270191,Complete Paine's Skatepark,Public Art,Art,USD,2013-04-03,10000.00,2013-03-14 22:01:25,11511.10,successful,177,US,11511.10,11511.10,10000.00 +1001279854,Westward #8,Comic Books,Comics,USD,2014-07-31,2500.00,2014-06-25 17:27:43,2611.00,successful,75,US,2611.00,2611.00,2500.00 +"1001288451,""Paperback & Kindle available, but get it for less here!"",Fiction,Publishing,GBP,2017-07-09,50.00,2017-06-09 02:20:24,33.00,failed,6,GB,2.58,42.81,64.87" +1001292387,TIBA Putt: A personal approach to improve your putting,Product Design,Design,USD,2014-05-14,9225.00,2014-04-14 04:54:04,1076.00,failed,32,US,1076.00,1076.00,9225.00 +1001295591,Ghost Herds: Rescuing horses and horse people in Kentucky,Nonfiction,Publishing,USD,2013-02-25,2200.00,2013-01-26 03:06:59,2510.00,successful,31,US,2510.00,2510.00,2200.00 +100130008,Gideon's Epic Forge,Sculpture,Art,USD,2014-08-30,550.00,2014-07-31 23:40:01,708.00,successful,23,US,708.00,708.00,550.00 +1001302417,Survyval Breakthrough Hoodie,Apparel,Fashion,EUR,2017-07-01,20000.00,2017-05-22 11:38:07,1.00,failed,1,IT,0.00,1.14,22824.02 +"1001302832,""The Farmer, the Bean and the Holy Roast"",Food,Food,USD,2013-02-21,3500.00,2013-01-22 22:58:00,1278.00,failed,29,US,1278.00,1278.00,3500.00" +1001303993,A Jessica Rabbit Production,Music,Music,USD,2012-07-16,1300.00,2012-06-28 05:56:40,625.00,failed,10,US,625.00,625.00,1300.00 +1001304256,FINAL HOURS!!! Kira Kira Rainbow Unicorn Stickers!,Stationery,Crafts,AUD,2016-01-17,250.00,2016-01-02 09:03:53,1009.00,successful,39,AU,734.39,709.07,175.69 +1001328623,Belleflower - A Feature Film,Narrative Film,Film & Video,USD,2014-05-28,2500.00,2014-05-07 23:32:26,3863.37,successful,42,US,3863.37,3863.37,2500.00 +1001333672,Mutant Plants: A Guide (Canceled),Nonfiction,Publishing,GBP,2013-08-03,1000.00,2013-07-04 11:17:47,55.00,canceled,6,GB,83.34,85.39,1552.55 +1001338336,MAB MINDZ AT SOUND SET 2014,Apparel,Fashion,USD,2014-05-09,1500.00,2014-04-22 02:33:09,247.00,failed,9,US,247.00,247.00,1500.00 +1001338443,Lei,Film & Video,Film & Video,GBP,2016-04-17,370.00,2016-03-24 18:44:13,495.00,successful,17,GB,703.20,711.71,531.98 +"1001339505,""""""The Get Back"""" an adaptation of Wrong Becomes Me"",Narrative Film,Film & Video,USD,2010-08-03,9000.00,2010-06-24 13:34:32,171.00,failed,8,US,171.00,171.00,9000.00" +1001340544,The Bicycle Bus,Public Art,Art,USD,2013-03-25,4500.00,2013-02-20 20:45:04,5263.00,successful,107,US,5263.00,5263.00,4500.00 +100134337,Danger! Extreme Lawn Darts (Canceled),Video Games,Games,USD,2012-05-30,10000.00,2012-05-15 21:11:19,60.00,canceled,3,US,60.00,60.00,10000.00 +1001344493,My 1st Cookbook (for children),Children's Books,Publishing,USD,2013-07-29,3800.00,2013-06-29 02:37:50,272.00,failed,9,US,272.00,272.00,3800.00 +1001347176,The Book of Maxwell,Print,Journalism,USD,2017-08-07,1500.00,2017-07-12 23:47:37,1804.00,successful,33,US,500.00,1804.00,1500.00 +1001348491,Glory of the Three Kingdoms - Guandu Core Set,Tabletop Games,Games,USD,2012-12-07,7000.00,2012-10-23 14:43:27,7782.00,successful,130,US,7782.00,7782.00,7000.00 +1001352451,The Great Apple Pie,Farmer's Markets,Food,CAD,2014-08-15,15.00,2014-07-16 05:03:30,6.00,failed,2,CA,5.59,5.50,13.76 +1001353002,The Project Unknown (Canceled),Video Games,Games,NOK,2015-11-07,50000.00,2015-09-08 18:59:12,5.00,canceled,1,NO,0.60,0.58,5767.28 +1001353112,It belongs to the world: Ackermann's Repository of Arts!,Fashion,Fashion,USD,2013-07-05,5000.00,2013-06-05 02:50:48,0.00,failed,0,US,0.00,0.00,5000.00 +1001366443,SEVEN DEVILS - Feature Film,Thrillers,Film & Video,USD,2017-05-12,7000.00,2017-03-13 08:36:48,810.00,failed,10,US,0.00,810.00,7000.00 +1001368898,Riposte (Canceled),Video Games,Games,EUR,2015-11-18,15000.00,2015-10-19 20:10:12,1030.00,canceled,28,NL,1168.94,1100.86,16031.98 +"1001373564,""Chill Puck - Keep your beverage colder, longer."",Product Design,Design,USD,2013-05-08,7500.00,2013-04-10 02:00:27,41759.00,successful,1127,US,41759.00,41759.00,7500.00" +1001377540,Heroes And Other Strangers at FringeNYC,Theater,Theater,USD,2011-07-02,1971.00,2011-05-30 05:52:57,2308.50,successful,53,US,2308.50,2308.50,1971.00 +1001404128,Project World,Photography,Photography,GBP,2014-04-30,20000.00,2014-03-26 00:45:57,25.00,failed,2,GB,41.20,42.19,33751.86 +1001407622,Quadrato Retractable Knife - Make 100,Product Design,Design,USD,2017-11-21,5350.00,2017-11-07 22:41:41,2670.00,failed,35,US,753.00,2670.00,5350.00 +1001423755,Single Track - contemporary art gallery and espresso bar,Art,Art,GBP,2013-11-22,9900.00,2013-10-23 21:08:11,10015.00,successful,85,GB,16151.58,16225.19,16038.88 +1001432466,The Great Fly Cup Bake Off,Events,Food,GBP,2015-09-08,250.00,2015-08-09 20:29:42,340.00,successful,17,GB,526.83,524.38,385.58 +"1001435839,""Un Amour Oublie """"a love forgotten"""""",Animation,Film & Video,USD,2015-06-10,5000.00,2015-05-11 19:37:54,0.00,failed,0,US,0.00,0.00,5000.00" +1001442355,In the Loop: A Resource Strategy Game for Tomorrow's Leaders,Tabletop Games,Games,USD,2015-08-07,10000.00,2015-07-08 14:01:20,14414.00,successful,102,US,14414.00,14414.00,10000.00 +1001442379,The Contractors - Create 3D Model: Prop Asset Model #1,Video Games,Games,USD,2017-05-26,2000.00,2017-05-05 12:47:05,2348.00,successful,17,US,340.00,2348.00,2000.00 +100144828,Sasha's Fashion Show - Spectacle,Fashion,Fashion,USD,2014-03-21,1750.00,2014-03-03 21:40:06,2190.00,successful,51,US,2190.00,2190.00,1750.00 +1001468086,Bass River Press,Poetry,Publishing,USD,2015-04-05,2000.00,2015-03-06 19:58:58,325.00,failed,6,US,325.00,325.00,2000.00 +100147142,Betul Soykan Records Joaquin Turina Violin Works CD Project,Classical Music,Music,USD,2014-09-24,2250.00,2014-08-25 02:33:39,40.00,failed,4,US,40.00,40.00,2250.00 +1001473842,Food truck for the world.,Food Trucks,Food,USD,2015-09-15,2000.00,2015-08-31 17:28:20,0.00,failed,0,US,0.00,0.00,2000.00 +1001476723,Publishing The Occupy Portraits,Photography,Photography,USD,2014-07-09,60000.00,2014-05-10 07:23:53,10820.00,failed,71,US,10820.00,10820.00,60000.00 +1001484182,Daweyu Hills – Crop to Cup,Drinks,Food,USD,2015-10-15,25000.00,2015-09-15 21:01:47,25816.00,successful,172,US,25816.00,25816.00,25000.00 +1001490622,TimeChat™ (Canceled),Apps,Technology,AUD,2014-10-24,33000.00,2014-09-23 21:05:58,1110.00,canceled,5,AU,991.48,976.08,29018.64 +1001494526,Dream Project,Art,Art,EUR,2017-11-06,200000.00,2017-09-07 18:55:55,0.00,failed,0,DE,0.00,0.00,233081.22 +"100149523,Duncan Woods - Chameleon EP,Music,Music,AUD,2015-08-25,4500.00,2015-08-04 12:05:17,4767.00,undefined,0,""N,0"""""",,3402.08,3211.53" +1001498884,Peripheral vision - short film,Shorts,Film & Video,AUD,2015-06-02,250.00,2015-05-08 10:16:59,842.00,successful,17,AU,671.75,649.89,192.96 +1001502333,Pimax: The World's First 8K VR Headset,Hardware,Technology,USD,2017-11-03,200000.00,2017-09-19 19:02:23,4236618.49,successful,5946,US,608194.00,4236618.49,200000.00 +1001503577,i do it 4 oakland,Public Art,Art,USD,2013-12-11,4800.00,2013-11-11 23:17:02,5080.20,successful,102,US,5080.20,5080.20,4800.00 +1001508135,Florida: A Broken Kingdom,Fiction,Publishing,USD,2014-08-15,7000.00,2014-07-16 22:27:34,0.00,failed,0,US,0.00,0.00,7000.00 +1001513743,Help start Jacksonville's FIRST Paint Your Own Pottery Store,Ceramics,Art,USD,2014-11-04,8000.00,2014-09-25 00:57:10,100.00,failed,1,US,100.00,100.00,8000.00 +1001516983,Baby Boom Baby Bag,Fashion,Fashion,GBP,2013-09-28,1500.00,2013-08-28 18:58:44,279.00,failed,12,GB,434.35,447.80,2407.55 +1001523858,Eunoë,Metal,Music,MXN,2017-04-17,7000.00,2017-02-26 23:55:38,10.00,failed,1,MX,0.00,0.53,371.71 +1001524172,Scar Tissue,Photography,Photography,USD,2011-07-24,6000.00,2011-06-09 14:43:02,6022.00,successful,20,US,6022.00,6022.00,6000.00 +1001527526,STAGNANT POOL enters post-production,Shorts,Film & Video,CAD,2013-12-25,7500.00,2013-11-25 20:31:21,8422.00,successful,96,CA,8008.11,7897.60,7033.01 +1001529115,I Am Pro-movement:,Apparel,Fashion,USD,2016-02-15,20000.00,2015-12-17 23:37:18,1591.00,failed,6,US,1591.00,1591.00,20000.00 +1001529854,Billion Dollar Project,Graphic Design,Design,AUD,2016-01-16,200.00,2015-12-17 10:38:26,0.00,failed,0,AU,0.00,0.00,140.55 +1001542282,You in a novel,Publishing,Publishing,EUR,2015-11-09,1000000.00,2015-09-10 23:03:21,10.00,failed,1,IT,11.18,10.76,1076403.09 +1001543887,Peak View Brewing Company,Drinks,Food,USD,2016-10-10,15000.00,2016-09-10 14:25:04,15018.00,successful,145,US,1015.00,15018.00,15000.00 +1001548662,Audience of Death (Canceled),Fiction,Publishing,USD,2015-04-17,4500.00,2015-03-03 00:58:03,0.00,canceled,0,US,0.00,0.00,4500.00 +1001556760,Finding Black Love: The Documentary,Documentary,Film & Video,USD,2012-04-01,15000.00,2012-02-01 23:40:14,785.00,failed,13,US,785.00,785.00,15000.00 +"1001560762,"""""" The Patch, Organics """""",Comics,Comics,USD,2014-12-23,65000.00,2014-11-23 03:21:18,50.00,failed,2,US,50.00,50.00,65000.00" +1001565620,Virtual Addiction Recovery Website & Phone App/ Saving life,Apps,Technology,USD,2015-06-28,8500.00,2015-04-29 16:49:07,0.00,failed,0,US,0.00,0.00,8500.00 +1001566226,Fatnek Clothing Sublimation Series of T-shirts.,Fashion,Fashion,GBP,2013-08-01,600.00,2013-07-02 21:53:59,138.00,failed,7,GB,209.93,209.10,909.15 +1001567779,Titanium Whiskey Glass - The EPIC Drinking Glass,Product Design,Design,USD,2014-07-27,999.00,2014-06-27 17:24:06,13757.00,successful,75,US,13757.00,13757.00,999.00 +1001570537,WHAT CHILDREN DO - A Feature Length Comedy,Comedy,Film & Video,USD,2016-03-25,15000.00,2016-02-23 20:40:21,15040.33,successful,192,US,15040.33,15040.33,15000.00 +1001573862,College Spring Break Review,Web,Technology,USD,2015-03-28,9000.00,2015-02-26 19:35:55,0.00,failed,0,US,0.00,0.00,9000.00 +1001575705,Tall Tales: An evening of dance with ChoreoJoey,Performances,Dance,USD,2016-08-07,3000.00,2016-07-21 05:18:26,5.00,failed,1,US,0.00,5.00,3000.00 +1001576108,Light Comes In,Music,Music,USD,2016-06-25,7000.00,2016-05-28 07:33:13,7453.00,successful,138,US,7336.00,7453.00,7000.00 +1001578248,WOOD FIRED OVEN FOR OUR GROWING COMMUNITY,Spaces,Food,EUR,2015-11-21,20000.00,2015-10-22 23:10:38,185.00,failed,9,IT,210.14,195.73,21159.99 +100158537,The Traps - 2nd Record Vinyl Release,Indie Rock,Music,GBP,2015-08-01,2000.00,2015-06-09 13:59:01,2712.00,successful,80,GB,4140.00,4208.17,3103.37 +1001591110,Rocky Horror Saved My Life - A Fan Documentary,Documentary,Film & Video,USD,2013-11-01,50000.00,2013-09-02 02:06:49,66554.56,successful,665,US,66554.56,66554.56,50000.00 +1001600663,CLEX - 4 in 1 Smart Device (Canceled),Gadgets,Technology,USD,2016-07-18,50000.00,2016-06-13 22:56:06,5650.00,canceled,22,US,5650.00,5650.00,50000.00 +100161658,Songs of the Damned Jake Brock's Latest Album.,Rock,Music,USD,2012-10-13,15000.00,2012-08-24 15:28:07,130.00,failed,4,US,130.00,130.00,15000.00 +100162622,Circa Vitae requests crowd fundage to record our full length album... TO VINYL!!!,Indie Rock,Music,USD,2009-11-01,2000.00,2009-08-06 23:19:55,80.00,failed,4,US,80.00,80.00,2000.00 +1001639879,Stiletto Red's New EP,Rock,Music,USD,2014-07-12,3500.00,2014-06-12 01:24:01,1005.00,failed,19,US,1005.00,1005.00,3500.00 +1001639910,Bucks County: the Movie,Film & Video,Film & Video,USD,2011-04-12,10000.00,2011-02-25 17:34:45,0.00,failed,0,US,0.00,0.00,10000.00 +1001650469,LazerShirts! Not Just Another Shirt,Design,Design,USD,2011-10-01,7000.00,2011-09-01 20:44:42,8952.22,successful,207,US,8952.22,8952.22,7000.00 +"1001656127,""Country Christian album titled """"I Believe"""""",Country & Folk,Music,USD,2013-11-13,5000.00,2013-10-28 16:41:11,140.00,failed,4,US,140.00,140.00,5000.00" +1001664105,Colors Do-it-Yourself Art Party,Art,Art,USD,2017-11-06,500.00,2017-10-16 19:27:29,0.00,failed,0,US,0.00,0.00,500.00 +1001685760,Wholesters- A new way to Whold your things!,Fashion,Fashion,USD,2011-05-29,1.00,2011-04-29 01:03:16,566.00,successful,3,US,566.00,566.00,1.00 +1001687258,Stamped,Apps,Technology,USD,2016-01-22,500.00,2015-11-23 15:36:49,0.00,failed,0,US,0.00,0.00,500.00 +1001689284,STEER: A Wearable Device That Can Save Your Life,Wearables,Technology,EUR,2017-07-31,5000.00,2017-07-20 16:11:56,32374.00,successful,287,IE,3253.95,38421.55,5934.01 +1001696224,Ripple Analysis: Bringing Animation to Life,Product Design,Design,USD,2014-05-15,40000.00,2014-04-22 17:47:55,326.00,failed,4,US,326.00,326.00,40000.00 +1001704257,Croc2Pop - Where kids manage dad's digital addiction,Apps,Technology,USD,2014-08-20,1000.00,2014-07-21 21:25:58,0.00,failed,0,US,0.00,0.00,1000.00 +1001708060,Carolina's Hottest,Webseries,Film & Video,USD,2016-03-08,500000.00,2016-01-08 03:05:04,0.00,failed,0,US,0.00,0.00,500000.00 +100171056,TULIPS,Photobooks,Photography,USD,2014-12-19,18000.00,2014-11-12 21:35:13,18625.00,successful,167,US,18625.00,18625.00,18000.00 +1001711592,Ignis Fatuus Comic Project,Comics,Comics,USD,2014-04-11,1000.00,2014-03-12 17:05:26,1.00,failed,1,US,1.00,1.00,1000.00 +1001714289,HoodRatz,Shorts,Film & Video,USD,2012-06-26,800.00,2012-05-30 23:40:22,1072.00,successful,18,US,1072.00,1072.00,800.00 +1001723373,Kingdom: The Space Exploration RPG,Tabletop Games,Games,USD,2013-01-27,6000.00,2012-11-28 23:48:07,4636.00,failed,76,US,4636.00,4636.00,6000.00 +1001726950,Leonard Hodgins - Components,Indie Rock,Music,CAD,2015-05-22,3500.00,2015-04-07 22:00:52,51.00,failed,2,CA,40.87,41.80,2868.85 +1001732009,DotPen : Redefines drawing and writing for smart devices,Product Design,Design,USD,2014-08-09,25000.00,2014-06-30 21:17:10,39693.00,suspended,647,US,39693.00,39693.00,25000.00 +"100173367,""Deluxe RPG """"Handbrain"""" Screen"",Tabletop Games,Games,USD,2017-06-02,19400.00,2017-05-15 15:35:26,37522.00,successful,1053,US,111.00,37522.00,19400.00" +100173829,La Press: Make Soap at Home in 2 minutes. No Chemicals!,Gadgets,Technology,CAD,2017-11-11,40000.00,2017-09-12 05:11:01,0.00,failed,0,CA,86.46,0.00,31343.05 +1001751835,C R O S S T O W N - help us finish our feature film,Narrative Film,Film & Video,USD,2012-12-21,12500.00,2012-11-06 20:33:20,12857.00,successful,32,US,12857.00,12857.00,12500.00 +1001762923,Spicing it Up at Whipped & Beaten Culinary Works,Food,Food,USD,2013-03-21,2500.00,2013-02-19 16:02:28,3712.00,successful,125,US,3712.00,3712.00,2500.00 +1001768094,Grilling with Beer cookbook,Nonfiction,Publishing,USD,2011-03-28,28000.00,2011-01-27 04:47:46,3775.00,failed,40,US,3775.00,3775.00,28000.00 +1001778275,The Womanhood Short Film Fundraiser,Shorts,Film & Video,USD,2011-06-19,500.00,2011-05-15 16:53:11,600.00,successful,25,US,600.00,600.00,500.00 +1001780885,Sunrise Diaries,Art,Art,USD,2012-12-14,5500.00,2012-11-14 17:34:18,7498.77,successful,118,US,7498.77,7498.77,5500.00 +1001786083,Me and my Tommy,Nonfiction,Publishing,USD,2015-05-08,25000.00,2015-03-09 17:08:23,0.00,failed,0,US,0.00,0.00,25000.00 +"1001787855,""First Solo exhibition in a recognised gallery, next step up!"",Painting,Art,NZD,2015-05-10,10900.00,2015-04-01 22:08:55,11066.00,successful,26,NZ,8298.24,8226.90,8103.49" +1001796633,Bromotion,Documentary,Film & Video,USD,2012-08-10,4000.00,2012-07-07 02:09:14,296.00,failed,12,US,296.00,296.00,4000.00 +100181036,FILM PROJECT: A HISTORY OF COMING OUT,Documentary,Film & Video,USD,2013-07-21,20000.00,2013-06-21 22:31:28,756.00,failed,9,US,756.00,756.00,20000.00 +1001813414,Off grid electricity (Canceled),Product Design,Design,AUD,2016-07-03,15000.00,2016-05-29 05:57:49,217.00,canceled,7,AU,156.69,163.07,11272.26 +1001814122,Savage Thunderscape!,Tabletop Games,Games,USD,2015-06-20,7500.00,2015-05-17 17:49:01,9125.00,successful,182,US,9125.00,9125.00,7500.00 +1001817414,THE MC TYPE: BAD TATTOOS VOL. 3,Hip-Hop,Music,USD,2013-06-20,1000.00,2013-05-21 19:19:16,1221.00,successful,54,US,1221.00,1221.00,1000.00 +1001820357,No Man Is An Island,Shorts,Film & Video,USD,2014-01-05,25000.00,2013-11-21 00:10:50,25712.00,successful,148,US,25712.00,25712.00,25000.00 +100182282,Completion of the history of Kent,Nonfiction,Publishing,GBP,2013-11-24,30000.00,2013-10-25 13:50:55,11.00,failed,1,GB,17.81,17.98,49034.03 +1001823329,Grandkids Record a Full-length Album!,Indie Rock,Music,USD,2011-12-06,7500.00,2011-11-05 22:21:10,8739.01,successful,145,US,8739.01,8739.01,7500.00 +10018239,Borders,Drama,Film & Video,GBP,2016-04-08,3500.00,2016-02-25 17:40:34,40.00,failed,2,GB,55.93,56.30,4926.39 +1001838811,FIREWATER,Shorts,Film & Video,USD,2012-04-11,750.00,2012-03-15 21:16:40,865.00,successful,20,US,865.00,865.00,750.00 +1001839289,Annulus: Ring of Light,Documentary,Film & Video,USD,2012-03-12,1000.00,2012-02-11 13:57:50,91.00,failed,6,US,91.00,91.00,1000.00 +1001842762,Gospel Jazz Independant Artist - CD Project,Music,Music,USD,2011-06-18,7000.00,2011-05-19 21:34:49,100.00,failed,1,US,100.00,100.00,7000.00 +1001846249,Ugly Cartoons (Poorly Drawn) for Miserable People!,Comics,Comics,USD,2016-11-10,5000.00,2016-10-11 17:20:41,20.00,failed,3,US,0.00,20.00,5000.00 +1001856035,The Daisy Dare Project (Canceled),Mixed Media,Art,USD,2011-12-10,2000.00,2011-11-04 23:49:23,0.00,canceled,0,US,0.00,0.00,2000.00 +1001857288,Occupy the Left Forum Zine,Journalism,Journalism,USD,2012-04-12,1287.00,2012-03-13 01:45:25,227.00,failed,9,US,227.00,227.00,1287.00 +1001863639,Last Man Standing - Card/board Game Survival,Tabletop Games,Games,GBP,2016-10-24,3500.00,2016-08-25 18:13:25,45.00,canceled,1,GB,59.30,54.67,4251.91 +1001878319,DANCING CLASSROOMS GRVA 2013,Dance,Dance,USD,2013-02-10,6000.00,2013-01-11 13:37:11,6000.00,successful,63,US,6000.00,6000.00,6000.00 +100188605,Daily Bread: Stories from Rural Greece,Photobooks,Photography,USD,2015-03-19,10000.00,2015-02-17 19:45:23,10290.00,successful,61,US,10290.00,10290.00,10000.00 +1001892879,Monsters - A Short film by Christina Morris,Shorts,Film & Video,USD,2017-08-27,2500.00,2017-08-02 07:20:02,2575.00,successful,14,US,20.00,2575.00,2500.00 +1001899204,Black Knight Brick Built BBQ Grill,Food,Food,GBP,2014-10-09,15000.00,2014-08-25 19:19:14,0.00,failed,0,GB,0.00,0.00,24051.18 +1001904214,MKP - The Smart & Versatile Touch Screen Keyboard For All,Gadgets,Technology,GBP,2015-06-21,1700000.00,2015-04-22 22:40:38,970.00,canceled,4,GB,1444.02,1525.47,2673502.45 +1001904397,Boating with Clyde: Adventures on the Puget Sound,Shorts,Film & Video,USD,2011-03-06,7500.00,2011-01-20 03:50:44,8294.63,successful,116,US,8294.63,8294.63,7500.00 +1001916592,Beyond the Victory recording their debut EP,Rock,Music,USD,2012-11-14,800.00,2012-09-25 03:26:57,815.00,successful,14,US,815.00,815.00,800.00 +1001923268,DayStay,Apps,Technology,USD,2017-06-25,15000.00,2017-05-26 17:33:40,30.00,failed,6,US,0.00,30.00,15000.00 +1001924624,THE LEAGUE OF HONOR,Comics,Comics,USD,2012-10-23,60000.00,2012-08-24 07:09:47,320.00,failed,6,US,320.00,320.00,60000.00 +100194308,making more bringpacks,Product Design,Design,USD,2014-09-15,15000.00,2014-08-16 06:00:13,935.00,failed,23,US,935.00,935.00,15000.00 +1001951313,Projecteo: The tiny Instagram projector.,Product Design,Design,USD,2012-12-19,18000.00,2012-11-14 12:19:49,87207.50,successful,2789,US,87207.50,87207.50,18000.00 +100196479,Digital Aristocracy: A Commoner's Guide to Digital Riches,Nonfiction,Publishing,USD,2012-05-29,2000.00,2012-05-09 19:17:25,0.00,failed,0,US,0.00,0.00,2000.00 +1001967967,It's Time to Move On,Illustration,Art,USD,2017-06-14,2500.00,2017-05-15 16:28:45,185.00,failed,8,US,0.00,185.00,2500.00 +"1001973436,""Lazy Glamour: Eco-Underwear - soft, sustainable, and US-made"",Fashion,Fashion,USD,2014-04-17,20000.00,2014-03-18 21:28:18,1034.00,failed,21,US,1034.00,1034.00,20000.00" +1001975568,Saber Design Apparel,Apparel,Fashion,USD,2017-03-17,500.00,2017-02-15 22:16:57,0.00,failed,0,US,0.00,0.00,500.00 +1001979324,Capturing the Soul of a Town,Documentary,Film & Video,USD,2017-11-30,10000.00,2017-10-21 00:00:14,2935.00,failed,44,US,336.00,2935.00,10000.00 +1001981525,YOU - soft organic cotton underwear that gives back.,Apparel,Fashion,GBP,2017-12-11,20000.00,2017-11-10 19:01:10,20339.00,successful,213,GB,1435.92,27208.27,26754.78 +1001988165,StoryBox - What will you make today?,Mixed Media,Art,USD,2014-02-06,3000.00,2014-01-07 14:46:31,1189.00,failed,29,US,1189.00,1189.00,3000.00 +1001989065,Cyberines #1,Comic Books,Comics,USD,2014-11-16,550.00,2014-10-26 20:29:05,3318.00,successful,149,US,3318.00,3318.00,550.00 +1001991458,Poems For Apostates & tales of a young Scientologist,Poetry,Publishing,USD,2014-05-31,10000.00,2014-05-01 17:47:49,101.00,failed,2,US,101.00,101.00,10000.00 +1001994928,Screening of Mr Turner,Movie Theaters,Film & Video,GBP,2015-03-15,175.00,2015-01-31 11:38:54,41.00,failed,5,GB,61.79,60.90,259.93 +1002004487,Senior Project Short Film: Home,Shorts,Film & Video,USD,2012-09-19,3000.00,2012-08-15 03:42:20,165.00,failed,5,US,165.00,165.00,3000.00 +1002005884,Treasure Trapped,Documentary,Film & Video,GBP,2013-01-05,5500.00,2012-12-06 14:04:39,5539.69,successful,116,GB,8927.74,8932.68,8868.68 +1002007289,Suburban Daze,Narrative Film,Film & Video,USD,2013-11-25,25000.00,2013-10-26 01:12:44,1185.00,failed,16,US,1185.00,1185.00,25000.00 +1002027893,Flyover Farm,Food,Food,USD,2012-05-07,5500.00,2012-04-16 08:36:41,6510.00,successful,133,US,6510.00,6510.00,5500.00 +1002029488,FOCUS ON THE FANS: Lions Tour 2017,Nonfiction,Publishing,GBP,2017-05-20,15000.00,2017-04-20 13:07:50,40.00,failed,2,GB,32.07,51.36,19261.39 +1002031061,Zero Dark Thirty: Watches that make a difference,Product Design,Design,USD,2017-02-10,35000.00,2017-01-01 07:06:04,9123.00,failed,69,US,1008.00,9123.00,35000.00 +1002042898,Baby Names NOT to Name Your Newborn,Nonfiction,Publishing,USD,2015-09-14,3000.00,2015-08-05 21:42:58,80.00,failed,2,US,80.00,80.00,3000.00 +1002045558,Faithful: A Lesbian Mormon Story,Documentary,Film & Video,USD,2017-06-30,14500.00,2017-05-01 17:16:23,14875.00,successful,106,US,1635.00,14875.00,14500.00 +1002058532,LAZER EDGE Series eBike - Starting at $499!,Technology,Technology,USD,2016-04-22,10000.00,2016-03-08 23:50:06,17771.00,successful,27,US,17771.00,17771.00,10000.00 +1002058739,American Dart Football - Where You can be the Quarterback!!,Games,Games,USD,2012-07-01,6055.00,2012-05-17 14:46:48,0.00,canceled,0,US,0.00,0.00,6055.00 +1002071867,InteliShake - Smart sports drinks bottle + built-in storage,Product Design,Design,USD,2014-11-13,20000.00,2014-10-13 10:24:42,20563.00,successful,244,US,20563.00,20563.00,20000.00 +100207951,Face-To-Face: Short Film (Canceled),Shorts,Film & Video,USD,2012-07-14,600.00,2012-06-27 02:33:00,10.00,canceled,1,US,10.00,10.00,600.00 +1002085616,Bailey the Golden Retriever Calendar,Animals,Photography,USD,2014-12-11,3000.00,2014-11-25 20:56:19,797.00,failed,27,US,797.00,797.00,3000.00 +1002087593,Paintings and Portraits! (Custom paintings),Painting,Art,USD,2014-11-20,350.00,2014-11-07 01:31:39,161.00,failed,2,US,161.00,161.00,350.00 +1002089437,The Spun Monkey Dyeworks and Lounge,Art,Art,USD,2011-02-17,4000.00,2011-01-18 16:02:54,4600.00,successful,76,US,4600.00,4600.00,4000.00 +1002096459,Reusable Giant Coloring Poster in BLACK,Product Design,Design,CAD,2017-11-27,8000.00,2017-10-28 11:05:36,946.00,failed,18,CA,532.42,734.81,6214.07 +1002098978,Lux3 – Wellness Lamp,Product Design,Design,EUR,2016-05-05,150000.00,2016-03-21 17:23:46,491.00,failed,16,IT,553.34,561.07,171405.06 +1002100913,The Living Puppets: Novel,Fiction,Publishing,USD,2011-05-16,200.00,2011-04-16 22:26:09,0.00,failed,0,US,0.00,0.00,200.00 +1002105969,A Romantic Christmas,Illustration,Art,GBP,2012-12-09,200.00,2012-11-26 20:58:06,58.00,failed,2,GB,92.98,93.49,322.39 +1002109548,Projects of Earth: And They Call Us MONSTERS A Story of Bias,Comic Books,Comics,USD,2017-09-11,800.00,2017-08-21 19:20:41,947.00,successful,50,US,217.00,947.00,800.00 +"1002117681,""Yemanja Caribbean Restaurant, Bar, and Hostel"",Food,Food,USD,2012-09-21,15000.00,2012-08-22 18:29:37,16656.00,successful,160,US,16656.00,16656.00,15000.00" +1002117994,Eucalyptus Wear - Environmental Clothing Company,Apparel,Fashion,USD,2015-11-27,1500.00,2015-10-28 20:34:44,0.00,failed,0,US,0.00,0.00,1500.00 +100212057,Jazz Funeral For Coney Island,Digital Art,Art,USD,2011-02-19,3000.00,2011-01-20 14:40:37,3005.33,successful,46,US,3005.33,3005.33,3000.00 +"1002122038,""Self Illusion's """"Best Friend/Worst Enemy"""" EP"",Rock,Music,USD,2012-01-02,3000.00,2011-11-29 08:00:09,200.00,failed,4,US,200.00,200.00,3000.00" +1002125056,Blak.Woman.Dynamik-ReBoRn,Theater,Theater,USD,2012-02-07,6500.00,2011-12-24 22:20:59,1810.00,failed,21,US,1810.00,1810.00,6500.00 +1002125164,Cause Art Gallery,Art,Art,USD,2014-07-16,4000.00,2014-07-01 01:27:06,0.00,failed,0,US,0.00,0.00,4000.00 +"100212849,""ThailandMike No.1, Portfolio, hiccup tour guide & Sketchbook"",Journalism,Journalism,USD,2016-05-17,2500.00,2016-04-16 14:45:26,3184.00,successful,27,US,3184.00,3184.00,2500.00" +1002131859,Midwest Side Stories,Country & Folk,Music,USD,2016-09-12,20.00,2016-08-10 16:47:26,5075.00,successful,152,US,1380.00,5075.00,20.00 +1002132449,Pentimento a documentary about Rene Gimpel ,Documentary,Film & Video,USD,2011-01-20,22000.00,2010-12-21 05:50:06,0.00,failed,0,US,0.00,0.00,22000.00 +1002132537,Mike Moreno Group - Fall 2011 Release,Jazz,Music,USD,2011-05-15,8000.00,2011-04-08 15:56:53,9137.00,successful,106,US,9137.00,9137.00,8000.00 +1002133517,SANSIN_Band EP,Rock,Music,USD,2015-08-01,400.00,2015-07-02 01:51:05,0.00,failed,0,US,0.00,0.00,400.00 +1002139381,Tales from Sheepland: from the imagination of a child,Children's Books,Publishing,USD,2014-09-09,2000.00,2014-07-31 00:54:00,2522.00,successful,51,US,2522.00,2522.00,2000.00 +1002139540,The Kindness of Strangers,Nonfiction,Publishing,USD,2014-09-15,3021.00,2014-08-31 20:40:19,113.00,failed,5,US,113.00,113.00,3021.00 +1002140523,Maybe It's Poison,Tabletop Games,Games,USD,2017-10-21,25000.00,2017-09-21 17:00:19,7069.00,failed,191,US,3874.00,7069.00,25000.00 +1002151750,Smart Dive Buddy: Smartphone Dive Camera & Computer,Hardware,Technology,USD,2014-07-26,15000.00,2014-06-26 07:50:37,3877.00,failed,34,US,3877.00,3877.00,15000.00 +1002181673,Final Fantasy 8 (VIII) - What Happened Next?,Fiction,Publishing,GBP,2017-06-26,20000.00,2017-04-28 21:03:48,40.00,failed,4,GB,30.88,51.91,25956.16 +1002182970,iPhone Skin Made From Real Apple Wood,Product Design,Design,USD,2012-06-28,500.00,2012-05-29 16:48:45,838.01,successful,31,US,838.01,838.01,500.00 +1002183790,The Man in the Field,Horror,Film & Video,GBP,2018-01-08,850.00,2017-12-21 11:19:18,413.00,live,11,GB,13.39,563.32,1159.38 +1002187988,Unmasking Mental Health Photographic Project (Canceled),Photography,Photography,GBP,2013-05-16,300.00,2013-03-27 20:54:31,0.00,canceled,0,GB,0.00,0.00,457.02 +1002189572,GoalZidia | Let's Reach Our Goals Together,Web,Technology,USD,2015-04-23,18000.00,2015-03-19 21:01:22,410.00,failed,4,US,410.00,410.00,18000.00 +1002191351,Mongol Art World Tour _ Save The Art,Performance Art,Art,USD,2015-02-18,25000.00,2015-01-19 11:47:04,1250.00,failed,9,US,1250.00,1250.00,25000.00 +1002191592,My Darling June,Shorts,Film & Video,USD,2012-09-25,600.00,2012-09-05 02:28:47,10.00,failed,1,US,10.00,10.00,600.00 +"1002193030,""Monster Mob, the fun card game for all the monster family."",Playing Cards,Games,GBP,2016-07-21,5000.00,2016-06-21 22:29:45,80.00,failed,6,GB,29.17,104.76,6547.50" +1002193523,Blacklivesmatter Series,Painting,Art,USD,2015-03-19,1100.00,2015-02-17 17:34:54,0.00,failed,0,US,0.00,0.00,1100.00 +1002208176,Sorensen Glass Studio,Art,Art,USD,2015-09-11,10000.00,2015-07-28 05:01:00,10050.00,successful,32,US,10050.00,10050.00,10000.00 +1002211518,FREE SUPERCOMPUTER,Software,Technology,USD,2014-11-11,98000.00,2014-10-04 02:46:26,1.00,failed,1,US,1.00,1.00,98000.00 +1002222234,Kings & Astronauts Documentary,Documentary,Film & Video,USD,2012-08-06,7500.00,2012-06-22 02:14:25,691.00,failed,21,US,691.00,691.00,7500.00 +"1002222363,""""""MUSIC OVER FAME"""" (NO DIVA DJS) T-Shirt"",Art,Art,USD,2016-03-18,5000.00,2016-02-17 18:55:29,33.00,failed,4,US,33.00,33.00,5000.00" +1002226766,GLAMAZON: Publishing Campaign! (Canceled),Fiction,Publishing,USD,2014-08-09,16000.00,2014-06-10 23:15:37,375.00,canceled,5,US,375.00,375.00,16000.00 +1002234028,æmp:dance / amiti perry + company,Dance,Dance,USD,2011-05-30,3500.00,2011-05-18 20:06:41,3520.00,successful,30,US,3520.00,3520.00,3500.00 +100224840,Flutter & Flow Knitting Book,Knitting,Crafts,USD,2017-03-01,2000.00,2017-02-13 16:42:14,2025.00,successful,38,US,80.00,2025.00,2000.00 +1002250421,Spiele für iOS und Android / Games for Android and iOS,Mobile Games,Games,EUR,2015-06-24,2000.00,2015-06-03 17:12:38,1.00,canceled,1,DE,1.09,1.12,2240.39 +1002264833,Sci-Fi Janitors VS the Redbull Soapbox Race,Webseries,Film & Video,USD,2012-05-13,2500.00,2012-05-03 21:51:06,2708.00,successful,40,US,2708.00,2708.00,2500.00 +1002269200,Redemption,Hip-Hop,Music,USD,2013-04-11,2000.00,2013-03-12 17:27:11,0.00,failed,0,US,0.00,0.00,2000.00 +1002272545,Course: Make a Stunning Fantasy RPG with GameMaker Studio,Video Games,Games,USD,2016-08-13,10200.00,2016-07-14 00:01:11,20709.50,successful,1258,US,11973.50,20709.50,10200.00 +100227845,Secret Behavior Magazine,Art Books,Publishing,USD,2014-08-05,16000.00,2014-07-14 22:22:21,17563.00,successful,136,US,17563.00,17563.00,16000.00 +1002287054,Michale Graves “Vagabond Acoustic” Extremely Limited Edition,Rock,Music,USD,2013-05-27,2500.00,2013-05-06 01:54:34,12413.00,successful,240,US,12413.00,12413.00,2500.00 +1002289150,Odyssey Skateboards Launch,Graphic Design,Design,USD,2014-12-20,700.00,2014-11-20 06:55:12,341.00,failed,5,US,341.00,341.00,700.00 +1002294238,PoolPooj,Nonfiction,Publishing,USD,2015-09-03,15000.00,2015-08-04 17:38:06,0.00,failed,0,US,0.00,0.00,15000.00 +1002295749,Help Momma Root's Bake Shop Make The Big Move!,Small Batch,Food,USD,2017-06-30,5500.00,2017-05-31 03:06:33,275.00,canceled,2,US,0.00,275.00,5500.00 +1002299677,A Dark Forest,Comic Books,Comics,GBP,2015-06-28,200.00,2015-05-14 16:00:06,1097.00,successful,89,GB,1719.14,1713.93,312.48 +1002304874,Shoot For Thrill or Shoot To Kill? Political Sculpture,Sculpture,Art,USD,2015-04-01,500.00,2015-02-04 18:51:00,1745.00,successful,23,US,1745.00,1745.00,500.00 +100230798,The Structure,Installations,Art,USD,2015-03-19,1000.00,2015-02-17 12:07:49,0.00,failed,0,US,0.00,0.00,1000.00 +1002308373,Money Shot,Film & Video,Film & Video,USD,2013-09-18,4000.00,2013-09-04 05:15:51,4279.00,successful,60,US,4279.00,4279.00,4000.00 +1002312219,Vagabond: The Search for My Homeless Father,Documentary,Film & Video,USD,2014-08-10,5000.00,2014-07-11 17:42:33,131.00,failed,6,US,131.00,131.00,5000.00 +1002342607,Earthreads...the Fabric of the Future,Apparel,Fashion,USD,2016-05-01,13500.00,2016-04-01 05:33:22,1383.00,failed,54,US,1383.00,1383.00,13500.00 +1002344676,NO! - A game of quick moves and stolen turns,Tabletop Games,Games,CAD,2015-05-27,10000.00,2015-04-27 19:00:30,3969.00,failed,120,CA,3259.30,3189.75,8036.65 +"1002355670,""Amateur Prose: A book of poetry, stories and original art."",Illustration,Art,USD,2015-03-15,2300.00,2015-02-13 05:52:14,2455.00,successful,58,US,2455.00,2455.00,2300.00" +1002363227,Little Boy Wonder - A Short Film,Film & Video,Film & Video,USD,2013-02-17,3250.00,2013-02-01 23:13:39,3606.00,successful,43,US,3606.00,3606.00,3250.00 +100236770,JUDGED...The Irreverent Party Game,Games,Games,USD,2016-12-26,22500.00,2016-11-26 02:30:08,345.00,failed,8,US,147.00,345.00,22500.00 +1002368838,Starting A Herb Garden,Food,Food,AUD,2014-11-22,4500.00,2014-10-23 01:30:31,0.00,failed,0,AU,0.00,0.00,3835.01 +1002371950,PHANTOM-LIMBED: A Romantic Comedy,Film & Video,Film & Video,USD,2012-09-15,5000.00,2012-08-16 09:38:37,5975.00,successful,40,US,5975.00,5975.00,5000.00 +1002372799,The Comfy - The Blanket...That's A Sweatshirt!!,Fashion,Fashion,USD,2017-10-29,50000.00,2017-09-29 01:46:27,1525.00,canceled,29,US,1060.00,1525.00,50000.00 +"1002379225,""The World's First Genuine, Intuitively-controlled Skateboard"",Technology,Technology,USD,2017-06-15,5000.00,2017-05-01 18:37:51,61416.00,canceled,103,US,13700.00,61416.00,5000.00" +1002382304,Defenders of the Realm: Minions,Tabletop Games,Games,USD,2013-08-27,25000.00,2013-08-07 01:07:19,91972.50,successful,622,US,91972.50,91972.50,25000.00 +1002383422,Matt Whistler The movie - Feature Film,Film & Video,Film & Video,USD,2011-07-08,5000.00,2011-06-08 03:32:03,200.00,failed,9,US,200.00,200.00,5000.00 +1002384825,The Undoing Trilogy,Film & Video,Film & Video,USD,2010-12-10,50000.00,2010-10-11 20:07:32,0.00,failed,0,US,0.00,0.00,50000.00 +1002388106,R.A.D. (Canceled),Video Games,Games,USD,2015-12-21,6000.00,2015-11-21 19:38:19,31.00,canceled,4,US,31.00,31.00,6000.00 +1002400187,The Guardians of Salus: Book #1 in the Halix series,Young Adult,Publishing,USD,2017-07-23,500.00,2017-06-03 22:46:42,525.00,successful,7,US,0.00,525.00,500.00 +1002405311,Blakes Burgers,Restaurants,Food,USD,2015-04-29,25000.00,2015-03-30 19:30:52,0.00,failed,0,US,0.00,0.00,25000.00 +1002407161,Build a traditional tipi.,DIY,Crafts,USD,2014-09-03,2750.00,2014-08-04 22:42:31,20.00,failed,1,US,20.00,20.00,2750.00 +1002416983,The Legend of White Woman Creek,Country & Folk,Music,USD,2014-07-16,2500.00,2014-06-21 19:58:41,3100.00,successful,96,US,3100.00,3100.00,2500.00 +1002418598,To Develop A New Worlds Hottest Chilli.,Community Gardens,Food,AUD,2015-10-29,900.00,2015-09-29 12:02:16,55.00,failed,4,AU,38.67,38.98,637.89 +10024216,Rock The Audition-In Concert/Sheri Sanders,Theater,Theater,USD,2011-09-27,5000.00,2011-09-02 09:33:06,0.00,failed,0,US,0.00,0.00,5000.00 +"1002421792,""""""Fragile"""" Stephanie Mathias' First EP!"",Pop,Music,USD,2016-09-16,3000.00,2016-08-15 14:20:16,3000.00,successful,60,US,986.00,3000.00,3000.00" +1002436709,Second Scene Culture City Project,Documentary,Film & Video,USD,2012-09-30,10000.00,2012-08-31 15:28:11,377.00,failed,13,US,377.00,377.00,10000.00 +1002444966,Agrandissement de la brasserie,Drinks,Food,CHF,2016-04-08,2300.00,2016-03-09 21:23:43,3837.00,successful,32,CH,3858.26,4009.53,2403.42 +100245014,Small Footprints (Canceled),Painting,Art,USD,2011-01-30,7000.00,2010-12-31 07:52:40,50.00,canceled,1,US,50.00,50.00,7000.00 +1002451969,GO FAR: The Christopher Rush Story (2),Documentary,Film & Video,USD,2012-02-13,5500.00,2012-01-21 05:51:28,11001.00,successful,66,US,11001.00,11001.00,5500.00 +1002453633,Esquilo: Simple IoT Development - WiFi + Web IDE + Cloud,DIY Electronics,Technology,USD,2015-06-10,10000.00,2015-05-11 15:52:34,23447.00,successful,298,US,23447.00,23447.00,10000.00 +1002455585,T-Bone & the Cherry Hogs,Shorts,Film & Video,USD,2012-12-16,3000.00,2012-11-16 01:05:14,0.00,failed,0,US,0.00,0.00,3000.00 +1002456171,Random Table Wiki,Tabletop Games,Games,USD,2015-04-09,500.00,2015-03-10 15:30:31,501.00,successful,26,US,501.00,501.00,500.00 +"1002478333,""Natural face, feet, and body scrubs"",Crafts,Crafts,USD,2016-01-18,120.00,2015-12-19 01:01:55,120.00,successful,1,US,120.00,120.00,120.00" +1002484986,LDS Home Teaching App (Visiting Teaching Too),Apps,Technology,USD,2014-10-17,45000.00,2014-09-02 15:36:36,895.00,failed,71,US,895.00,895.00,45000.00 +"1002490303,""Mother, I am going"",Shorts,Film & Video,GBP,2013-07-31,3000.00,2013-07-02 13:20:39,3396.00,successful,35,GB,5166.22,5145.77,4545.73" +1002492289,Fritz: A Robotic Puppet,Technology,Technology,USD,2013-05-01,25000.00,2013-04-01 05:25:13,41136.55,successful,236,US,41136.55,41136.55,25000.00 +10024998,Casper & The Bad Spirits LP Funding,Indie Rock,Music,USD,2014-12-16,5000.00,2014-11-13 04:16:22,5189.00,successful,59,US,5189.00,5189.00,5000.00 +1002500521,New Abstract artist. If you love art this is for you!,Painting,Art,GBP,2017-01-06,10000.00,2016-12-02 10:48:07,0.00,canceled,0,GB,0.00,0.00,12363.38 +1002511877,Minecraft Hungergames,Video Games,Games,GBP,2014-12-20,250.00,2014-11-20 16:27:14,3.00,failed,1,GB,4.68,4.66,388.40 +1002512911,WORLD FAIR,Documentary,Film & Video,USD,2013-03-19,13000.00,2013-02-07 18:42:15,15435.55,successful,251,US,15435.55,15435.55,13000.00 +1002514543,Campbell Glassworks Co.,Sculpture,Art,USD,2015-09-13,2500.00,2015-08-14 23:04:18,660.00,failed,12,US,660.00,660.00,2500.00 +1002515281,Zen-Tek Aquaponics- runs on air,Technology,Technology,AUD,2015-09-13,10000.00,2015-08-13 11:26:57,1245.00,failed,6,AU,903.58,904.99,7269.03 +"1002519316,""Your poem, by me."",Poetry,Publishing,CAD,2015-10-31,1000.00,2015-10-01 20:00:32,55.00,failed,3,CA,40.98,41.66,757.52" +1002520944,Burning Manc Festival,Metal,Music,GBP,2016-11-26,1800.00,2016-11-13 19:39:02,2250.00,successful,85,GB,541.88,2840.30,2272.24 +1002521611,Airlock bike helmet,Wearables,Technology,USD,2017-02-01,150000.00,2017-01-02 16:55:59,590.00,failed,7,US,0.00,590.00,150000.00 +1002522073,Lampenschirme und Objekte aus französischer Handarbeit,Embroidery,Crafts,EUR,2016-12-31,3500.00,2016-12-01 20:39:18,31.00,failed,2,AT,0.00,32.83,3706.14 +1002524565,THE WOODS,Film & Video,Film & Video,USD,2010-11-22,5000.00,2010-09-23 03:48:43,0.00,failed,0,US,0.00,0.00,5000.00 +1002538085,Green Lizzie: The only container truly adapted for recycling,Product Design,Design,SEK,2017-03-25,1700000.00,2017-02-24 09:06:26,40835.00,failed,34,SE,761.14,4579.92,190666.32 +1002554777,A Better Morrissey Birthday Mix,Music,Music,USD,2011-06-14,500.00,2011-05-15 19:58:28,0.00,failed,0,US,0.00,0.00,500.00 +1002560995,A Ride for Suicide 2015,Documentary,Film & Video,USD,2015-01-31,12000.00,2014-12-02 05:09:20,4370.00,failed,25,US,4370.00,4370.00,12000.00 +1002570423,Suzanne Iris Mayer Solo Art Show (Canceled),Art,Art,USD,2014-08-27,2600.00,2014-06-28 18:14:08,0.00,canceled,0,US,0.00,0.00,2600.00 +1002571103,3mm Aluminum Pick Plectrum,Music,Music,CAD,2014-03-24,1.00,2014-02-22 23:28:33,20.00,successful,9,CA,17.99,18.12,0.91 +1002585330,Tara Normal,Comics,Comics,USD,2013-11-05,4000.00,2013-10-01 03:58:48,9047.00,successful,226,US,9047.00,9047.00,4000.00 +1002586292,Photoshop for illustrators and designers.,Graphic Design,Design,USD,2013-10-18,15000.00,2013-09-03 19:24:11,926.00,failed,16,US,926.00,926.00,15000.00 +"1002590077,""Profound Fatigue, produced by Flying Deer Theater (revised)"",Theater,Theater,USD,2011-06-11,900.00,2011-05-12 06:16:29,1010.00,successful,8,US,1010.00,1010.00,900.00" +1002597730,Dungeons Heroes,Video Games,Games,EUR,2017-02-28,750.00,2017-01-11 02:13:55,13.00,failed,2,FR,8.49,13.73,792.38 +1002599057,Dear Atlantas,Film & Video,Film & Video,USD,2018-02-16,2000.00,2017-12-18 02:48:27,5.00,live,1,US,5.00,5.00,2000.00 +1002599773,Wizard Survival - Canceled Dec 1st 2015 (Canceled),Tabletop Games,Games,AUD,2015-12-03,12000.00,2015-11-05 05:08:49,5422.00,canceled,91,AU,3894.63,3967.51,8780.92 +1002599863,Turn your messy Arduino projects into a clean design for 2$,DIY Electronics,Technology,CAD,2016-02-08,1000.00,2015-12-10 18:48:28,3035.00,successful,88,CA,2236.44,2179.85,718.24 +1002611685,Painting an entire favela in Rio de Janeiro,Public Art,Art,USD,2013-10-31,100000.00,2013-09-24 07:44:13,116655.41,successful,1711,US,116655.41,116655.41,100000.00 +1002617687,OPEN The TANK,Music,Music,USD,2016-02-28,57000.00,2016-02-06 15:39:33,61315.00,successful,694,US,61315.00,61315.00,57000.00 +1002621189,Reed - Bringing Tablet Reading Up to Speed,Product Design,Design,USD,2011-12-28,5000.00,2011-11-28 19:41:24,35.00,failed,2,US,35.00,35.00,5000.00 +1002624093,Flags of the world,Painting,Art,USD,2012-03-19,4000.00,2012-01-29 11:46:06,1040.00,failed,19,US,1040.00,1040.00,4000.00 +1002629894,Art Calendar 2018,Illustration,Art,MXN,2018-01-06,1000.00,2017-12-21 05:34:12,0.00,live,0,MX,0.00,0.00,52.32 +"100263139,""Mover Kit: get kids moving, building & coding"",Product Design,Design,USD,2016-06-10,50000.00,2016-05-11 14:23:14,129311.00,successful,1822,US,129311.00,129311.00,50000.00" +1002633138,The VolksDangler: Hack your pockets,Product Design,Design,USD,2015-05-25,14000.00,2015-04-25 15:42:26,24428.00,successful,264,US,24428.00,24428.00,14000.00 +100264379,P-LINK : Guitar Pickup Interchange System,Product Design,Design,AUD,2016-09-30,75000.00,2016-08-18 16:31:22,13863.00,failed,89,AU,1139.94,10556.66,57112.40 +1002646104,The Book Of Bare Bones 2,Illustration,Art,GBP,2016-09-30,1000.00,2016-08-04 21:00:09,2552.00,successful,141,GB,1251.30,3308.01,1296.24 +1002646572,ProFitstick | Feel the Power,Product Design,Design,EUR,2016-07-31,35000.00,2016-06-21 01:32:57,2321.00,failed,40,IE,1756.84,2589.30,39045.94 +1002651584,the mailboxes forthcoming album!,Music,Music,USD,2012-08-02,2000.00,2012-07-03 22:03:15,2037.19,successful,37,US,2037.19,2037.19,2000.00 +1002664274,Rocket Ranger Reloaded,Video Games,Games,USD,2014-12-18,89999.00,2014-11-13 01:01:38,90715.00,successful,942,US,90715.00,90715.00,89999.00 +1002674727,Write my Estimate - have your estimate written anywhere!,Apps,Technology,USD,2015-11-28,10000.00,2015-09-29 00:32:08,0.00,failed,0,US,0.00,0.00,10000.00 +1002681356,PortsCenter,Webseries,Film & Video,USD,2011-12-17,7000.00,2011-10-18 07:36:03,1448.00,failed,41,US,1448.00,1448.00,7000.00 +1002684709,So You Like the Neighborhood,Comedy,Film & Video,USD,2016-06-02,5000.00,2016-05-03 22:36:28,5772.15,successful,65,US,5772.15,5772.15,5000.00 +1002692211,SparkLab: the educational build-mobile!,Hardware,Technology,USD,2012-03-24,25000.00,2012-02-22 02:22:35,31275.60,successful,426,US,31275.60,31275.60,25000.00 +1002710067,Karma Gets A Face Lift!,Shorts,Film & Video,USD,2011-05-23,1500.00,2011-04-23 01:56:53,0.00,failed,0,US,0.00,0.00,1500.00 +1002715554,a restaurant going against the grain in colchester essex,Restaurants,Food,GBP,2016-06-06,10000.00,2016-05-07 13:09:27,11290.00,successful,167,GB,16355.07,16261.68,14403.62 +1002717273,Bull & Dragon's Pop-Up Restaurant Project,Food,Food,USD,2013-09-07,34000.00,2013-07-29 23:29:10,596.00,failed,14,US,596.00,596.00,34000.00 +1002717707,MAY THE TORQUE BE WITH YOU,Graphic Design,Design,USD,2015-01-17,1400.00,2014-12-19 17:24:22,1.00,failed,1,US,1.00,1.00,1400.00 +1002720451,Stage one & Stage two Music theatre,Music,Music,USD,2014-08-13,300000.00,2014-07-14 20:47:06,0.00,failed,0,US,0.00,0.00,300000.00 +1002721954,Phochron XA Film Camera Shutter Speed Tester,Camera Equipment,Technology,USD,2016-11-17,8500.00,2016-10-18 22:40:38,16998.00,successful,135,US,9699.00,16998.00,8500.00 +1002723323,Vivian the Dog Moves to Brooklyn,Children's Books,Publishing,USD,2016-07-07,10080.00,2016-06-07 13:30:59,20330.00,successful,545,US,19011.00,20330.00,10080.00 +1002723555,Darkghost Assignments: The Book Brothers,Fiction,Publishing,USD,2012-12-02,1675.00,2012-11-12 19:17:04,0.00,failed,0,US,0.00,0.00,1675.00 +1002724533,This Mick's Life,Nonfiction,Publishing,USD,2014-08-09,4399.00,2014-07-10 07:15:44,5688.00,successful,62,US,5688.00,5688.00,4399.00 +1002728217,Free soap from starting soap maker!,Crafts,Crafts,USD,2014-08-19,10.00,2014-07-20 07:38:32,36.00,successful,16,US,36.00,36.00,10.00 +1002734991,Nice Set of Shells~~ Handmade Seashell Jewelry,Jewelry,Fashion,USD,2017-10-21,500.00,2017-09-21 02:28:35,145.00,failed,3,US,100.00,145.00,500.00 +1002740336,Shattered & Restored,Film & Video,Film & Video,USD,2016-07-25,62700.00,2016-05-26 19:43:36,1041.00,failed,7,US,754.00,1041.00,62700.00 +1002745522,Barry County Milk,Farms,Food,USD,2014-09-21,500000.00,2014-08-12 17:50:08,5.00,failed,1,US,5.00,5.00,500000.00 +1002746950,The Giant Communist,Shorts,Film & Video,USD,2011-07-18,1000.00,2011-06-08 19:58:14,10.00,failed,1,US,10.00,10.00,1000.00 +1002749658,Surf Right - A Documentary Inspired by Cold Water Surfers,Documentary,Film & Video,USD,2013-04-11,100000.00,2013-03-12 19:02:25,17679.00,failed,153,US,17679.00,17679.00,100000.00 +100275914,Can You Survive: TREASURE ISLAND (Choose Your Path),Children's Books,Publishing,USD,2013-09-09,500.00,2013-08-19 15:32:10,950.01,successful,18,US,950.01,950.01,500.00 +1002762500,Talega Holiday: Annual Halloween Light Show!,Public Art,Art,USD,2013-09-19,1000.00,2013-08-30 18:56:46,1100.00,successful,14,US,1100.00,1100.00,1000.00 +1002767552,Help me publish my picture (kids) books!,Mixed Media,Art,USD,2012-10-03,750.00,2012-09-08 21:28:41,810.00,successful,22,US,810.00,810.00,750.00 +1002768509,Moon's Eye View - Save The World,Film & Video,Film & Video,USD,2012-07-02,5000.00,2012-06-21 15:56:27,355.00,failed,12,US,355.00,355.00,5000.00 +"1002770238,""How safe is your food, makeup, and household products?"",Software,Technology,USD,2017-03-12,7000.00,2017-02-11 00:19:44,1006.00,failed,3,US,0.00,1006.00,7000.00" +1002772966,Geek Seekers,Webseries,Film & Video,USD,2012-02-08,5000.00,2012-01-19 18:26:50,7375.51,successful,138,US,7375.51,7375.51,5000.00 +1002777672,Quern - Undying Thoughts,Video Games,Games,GBP,2015-07-19,20000.00,2015-06-04 01:04:00,25114.00,successful,1372,GB,38181.74,38862.93,30949.21 +1002780789,Nabil & Karim | Anise K ~ Bicentenary Album,Music,Music,USD,2017-07-24,40000.00,2017-06-24 03:37:44,41224.95,successful,393,US,2000.00,41224.95,40000.00 +1002783462,Destroy All Slackers - An Animated Feature Film,Animation,Film & Video,USD,2013-01-18,75000.00,2012-12-19 23:35:06,1195.00,failed,17,US,1195.00,1195.00,75000.00 +100278912,Sheet Musica Project (Canceled),Classical Music,Music,USD,2014-09-04,2000.00,2014-08-05 20:02:38,95.00,canceled,4,US,95.00,95.00,2000.00 +1002789295,Seeker Aerial Video Drone,Camera Equipment,Technology,USD,2014-11-20,20000.00,2014-10-21 15:54:41,5043.00,failed,10,US,5043.00,5043.00,20000.00 +1002789956,Quikceipt! Paperless Solutions,Apps,Technology,USD,2014-08-31,150000.00,2014-08-01 20:55:49,50.00,failed,1,US,50.00,50.00,150000.00 +1002799755,Mini Army custom minifigures (Canceled),Digital Art,Art,USD,2016-06-11,800.00,2016-05-20 00:03:41,0.00,canceled,0,US,0.00,0.00,800.00 +1002810193,Splendid Entities: The Catalog Project,Photography,Photography,USD,2010-08-20,2500.00,2010-07-05 07:56:00,4331.00,successful,47,US,4331.00,4331.00,2500.00 +1002812438,Champion of Children vol. 1: I'm Known as the Champ Fund,Comics,Comics,USD,2012-05-31,5000.00,2012-05-01 20:37:36,2580.00,failed,79,US,2580.00,2580.00,5000.00 +100281397,Dragonfly,Conceptual Art,Art,CAD,2015-12-26,49786.00,2015-11-26 20:55:07,0.00,failed,0,CA,0.00,0.00,35858.54 +1002835689,The Ale House String Band's Debut Album,Country & Folk,Music,USD,2013-06-01,3000.00,2013-05-01 02:06:04,3216.00,successful,75,US,3216.00,3216.00,3000.00 +1002840021,New Cornell Hurd Band CD...Great new songs you'll love!,Country & Folk,Music,USD,2013-06-08,8000.00,2013-05-09 04:58:45,9408.00,successful,111,US,9408.00,9408.00,8000.00 +1002843911,DodecaheDRONE: An RPG of post-apocalyptic Robots & d12s,Tabletop Games,Games,USD,2012-06-06,2400.00,2012-05-01 07:00:34,2695.00,successful,83,US,2695.00,2695.00,2400.00 +1002854072,Spycup turns your iPhone into a hidden camera (Canceled),Gadgets,Technology,CAD,2015-12-19,5000.00,2015-11-19 17:26:34,6672.00,canceled,115,CA,5006.57,4810.38,3604.90 +1002854457,FOLLOW ME - HELP US GET BARNEY,Fantasy,Film & Video,USD,2015-04-01,3000.00,2015-03-02 00:25:20,50.00,failed,1,US,50.00,50.00,3000.00 +1002856989,Da-dome Roller Skating Rink of Brooklyn New York,Festivals,Theater,USD,2015-08-10,300000.00,2015-07-11 03:10:14,0.00,failed,0,US,0.00,0.00,300000.00 +1002857267,Tankwork: Cooperative Tank Action,Video Games,Games,USD,2015-12-16,10000.00,2015-11-16 20:00:28,1745.00,failed,30,US,1745.00,1745.00,10000.00 +1002864290,Winter in Mind EP Funding,Music,Music,USD,2012-11-10,2500.00,2012-10-11 04:12:26,3151.26,successful,88,US,3151.26,3151.26,2500.00 +1002868550,12 Day Commision Spree #1! Get some custom hand-drawn art!,Illustration,Art,USD,2016-08-21,444.00,2016-08-09 23:30:37,65.00,failed,3,US,57.00,65.00,444.00 +"1002877175,""Charlene Kaye makes a new record - """"Animal Love"""""",Music,Music,USD,2011-07-15,20000.00,2011-06-15 16:37:44,33535.05,successful,342,US,33535.05,33535.05,20000.00" +1002884058,Top Chefs Opening Shakewell Bar & Kitchen!,Food,Food,USD,2013-08-22,100000.00,2013-07-23 18:18:09,102937.00,successful,443,US,102937.00,102937.00,100000.00 +1002884302,Fruity Sunset adorable objets d'arts with a fruit motif.,Product Design,Design,CAD,2016-09-04,390.00,2016-08-05 15:12:26,342.00,canceled,4,CA,166.02,263.95,301.00 +1002885178,The Lonely Himalayas,Documentary,Film & Video,USD,2014-03-06,3000.00,2014-02-04 03:43:40,3551.00,successful,60,US,3551.00,3551.00,3000.00 +1002886944,Phrenic's Interactive Comic & Alternate Reality Game,Webcomics,Comics,USD,2014-11-12,15000.00,2014-10-13 09:01:33,1356.00,failed,27,US,1356.00,1356.00,15000.00 +1002894446,Carnival Arts Exhibit at Miami International Airport,Art,Art,USD,2013-01-27,5000.00,2012-12-28 21:50:10,5001.31,successful,35,US,5001.31,5001.31,5000.00 +1002899845,The Unassisted EP 'Revolution',Indie Rock,Music,GBP,2013-11-19,750.00,2013-09-20 00:21:51,822.00,successful,20,GB,1307.00,1331.71,1215.07 +1002904556,The Dead of Night,Horror,Film & Video,USD,2017-06-24,3500.00,2017-05-22 16:55:28,1.00,failed,1,US,0.00,1.00,3500.00 +1002907198,WazUpio,Music,Music,USD,2016-05-09,1000.00,2016-04-15 18:27:43,1.00,failed,1,US,1.00,1.00,1000.00 +1002909435,Daggermond,Video Games,Games,USD,2017-04-23,20000.00,2017-03-24 19:52:00,1.00,failed,1,US,25.00,1.00,20000.00 +1002910237,Choose Your Fate - The film that puts YOU in charge,Film & Video,Film & Video,USD,2010-08-16,3500.00,2010-05-25 15:49:22,547.80,failed,10,US,547.80,547.80,3500.00 +1002911532,Lock It Jeans,Fashion,Fashion,USD,2013-02-15,20000.00,2012-12-27 22:40:33,165.00,failed,2,US,165.00,165.00,20000.00 +1002914380,Dos Pueblos Tecnicos,Experimental,Theater,USD,2014-09-02,500.00,2014-08-23 02:09:32,500.00,successful,6,US,500.00,500.00,500.00 +1002919742,GEEKHOLDER - Holds phone/tablet over laptop screen,Design,Design,USD,2015-04-12,12000.00,2015-02-21 15:04:09,359.00,failed,41,US,359.00,359.00,12000.00 +1002933346,Maze Slime,Video Games,Games,USD,2016-04-01,300.00,2016-02-01 21:39:05,11.00,failed,2,US,11.00,11.00,300.00 +1002937987,Long Range MURS Band GPS Tracker & Smartphone Communicator,Technology,Technology,USD,2017-03-21,40000.00,2017-02-14 17:03:14,47554.50,successful,91,US,3745.00,47554.50,40000.00 +"1002938908,""Local Edition Book, """"The Mortgage Game"""". Print On Demand"",Nonfiction,Publishing,USD,2015-03-16,50000.00,2015-02-14 15:48:19,0.00,canceled,0,US,0.00,0.00,50000.00" +1002939824,SINS - The Roleplaying Game,Tabletop Games,Games,GBP,2017-09-19,5000.00,2017-08-20 13:40:27,29498.00,successful,706,GB,17885.46,40023.34,6784.08 +1002944526,CAKEHOUSE :Layer Studios Comics Zine.,Comics,Comics,USD,2017-04-05,1000.00,2017-03-06 16:34:16,1100.65,successful,29,US,0.00,1100.65,1000.00 +1002946462,Courant x Montero Hawaiian shirts (Canceled),Apparel,Fashion,GBP,2016-07-09,5000.00,2016-06-13 16:39:05,195.00,canceled,8,GB,277.98,260.58,6681.45 +1002957206,CLEAN READS Monthly Book Box Subscription Launch,Fiction,Publishing,USD,2017-03-30,4500.00,2017-02-13 01:53:18,60.00,canceled,2,US,5.00,60.00,4500.00 +1002958908,1of10: T-Shirt To Protest Trump / Putin Connection,Fashion,Fashion,USD,2017-05-15,216.00,2017-04-28 07:04:58,0.00,failed,0,US,0.00,0.00,216.00 +1002959927,DOCTOR WHO: THE MENACE OF FOONF,Science Fiction,Film & Video,USD,2017-09-09,700.00,2017-07-26 01:17:26,796.00,successful,14,US,0.00,796.00,700.00 +1002965096,Bird's Eye View 1892 Map of Atlanta - 1000 Piece Puzzle,Puzzles,Games,USD,2016-09-15,1000.00,2016-08-15 02:33:22,3388.00,successful,126,US,1444.00,3388.00,1000.00 +1002966619,The Prelude to the Conversation,R&B,Music,USD,2014-09-29,2000.00,2014-08-25 18:59:22,160.00,failed,7,US,160.00,160.00,2000.00 +100296818,New Social Network,Web,Technology,GBP,2014-11-15,5000.00,2014-10-16 00:10:16,0.00,failed,0,GB,0.00,0.00,7841.17 +1002981465,Autopsy of a Dying Man,Publishing,Publishing,GBP,2016-12-09,55000.00,2016-10-25 11:10:29,0.00,failed,0,GB,0.00,0.00,69190.22 +1002984666,Art Lovers Place,Painting,Art,USD,2015-02-20,41000.00,2015-01-21 00:43:29,0.00,failed,0,US,0.00,0.00,41000.00 +1002985353,Bona Dea Gluten Free Goodness,Food,Food,USD,2012-02-01,8000.00,2011-12-22 18:43:31,8540.00,successful,107,US,8540.00,8540.00,8000.00 +1002987150,How I Got Beat-Up By The FBI When I Was Four Years Old,Print,Journalism,USD,2014-12-19,160.00,2014-11-19 16:58:47,6.00,failed,1,US,6.00,6.00,160.00 +1002997533,Pony Death Ride is making an album!,Music,Music,USD,2012-09-01,1200.00,2012-07-30 18:12:11,1360.48,successful,35,US,1360.48,1360.48,1200.00 +"100301082,""Feliz año nuevo, mamá."",Theater,Theater,MXN,2018-02-04,49000.00,2017-12-06 03:36:06,1000.00,live,2,MX,53.52,52.32,2563.83" +1003011722,Help Kasper release his newest mixtape! (Canceled),Hip-Hop,Music,USD,2012-03-23,2000.00,2012-02-22 03:03:29,0.00,canceled,0,US,0.00,0.00,2000.00 +100301303,Love Animals - Debut EP Project,Music,Music,USD,2013-03-14,1200.00,2013-02-12 20:28:44,35.00,failed,2,US,35.00,35.00,1200.00 +1003014108,The Unknown: Arizona,Documentary,Film & Video,USD,2016-04-13,3500.00,2016-03-15 22:42:54,5.00,failed,1,US,5.00,5.00,3500.00 +100301891,Bridge of Sighs Short Film -- Part 2,Shorts,Film & Video,USD,2012-11-16,1400.00,2012-11-08 19:55:58,1405.00,successful,12,US,1405.00,1405.00,1400.00 +"1003023003,The Making of Ashley Kelley's Debut Album,Music,Music,USD,2015-04-09,3500.00,2015-03-10 20:06:13,3576.00,undefined,0,""N,0"""""",,3576.00,3500.00" +1003036680,Legendary Steamboat Springs Band records an album-- after 30 years!,Country & Folk,Music,USD,2010-08-01,5500.00,2010-07-14 15:13:31,1310.00,failed,14,US,1310.00,1310.00,5500.00 +1003053633,Luxury Timepiece System: a Minimal Everyday Watch System,Fashion,Fashion,USD,2017-11-21,35000.00,2017-10-19 15:35:54,8230.00,failed,30,US,1560.00,8230.00,35000.00 +1003074300,REST STOP & RESTAURANT,Restaurants,Food,CAD,2015-06-02,150000.00,2015-05-05 03:55:30,1.00,failed,1,CA,0.82,0.80,120000.00 +1003074363,Maree v. State: Not Just A Documentary,Documentary,Film & Video,USD,2011-10-21,10000.00,2011-09-21 03:58:17,10210.00,successful,84,US,10210.00,10210.00,10000.00 +1003075861,Girdy! A Webcomic,Webcomics,Comics,USD,2016-05-31,3000.00,2016-04-01 18:50:54,12.00,failed,3,US,12.00,12.00,3000.00 +1003083361,Magic Tower,Video Games,Games,CAD,2015-10-14,2500.00,2015-09-14 23:33:37,1.00,failed,1,CA,0.75,0.77,1933.94 +1003087682,Da Stooges in WipeOut by the Surfaris,Music Videos,Film & Video,USD,2015-07-01,15000.00,2015-05-17 19:02:10,0.00,failed,0,US,0.00,0.00,15000.00 +1003095315,The Lobster Art Project,Sculpture,Art,USD,2013-12-08,750.00,2013-11-08 13:11:01,313.00,failed,9,US,313.00,313.00,750.00 +1003104071,One GuitarMan Band,Music,Music,EUR,2018-01-17,2000.00,2017-12-18 00:02:46,0.00,live,0,IT,0.00,0.00,2427.39 +1003111955,QUARTZ Bottle - Water Purification in a Self-Cleaning Bottle,Technology,Technology,USD,2017-12-07,30000.00,2017-11-07 13:57:16,1374021.00,successful,12758,US,56023.00,1374021.00,30000.00 +1003118035,The Creative MiND Challenge (Canceled),Shorts,Film & Video,USD,2009-12-02,4500.00,2009-10-28 22:07:31,0.00,canceled,0,US,0.00,0.00,4500.00 +1003122437,Following Racine: The East Africa Safari Rally,Fiction,Publishing,USD,2015-10-31,4444.00,2015-10-06 22:50:06,4574.00,successful,42,US,4574.00,4574.00,4444.00 +1003125430,Sky Lounge: A Visual EP,Music Videos,Film & Video,USD,2014-11-06,5000.00,2014-09-07 23:01:42,85.00,failed,5,US,85.00,85.00,5000.00 +1003127225,AcneDust™ Organic Acne Treatment -Acne Dust Sleep Powder,Fashion,Fashion,USD,2016-06-18,45000.00,2016-05-04 00:05:51,284.00,failed,18,US,284.00,284.00,45000.00 +"1003130892,Butter Side Down Debut Album,Music,Music,USD,2015-11-26,6000.00,2015-11-02 22:09:19,7007.80,undefined,0,""N,0"""""",,7007.80,6000.00" +1003138593,The Legendary Cobo,Documentary,Film & Video,USD,2012-08-06,45000.00,2012-06-07 00:06:19,11687.50,failed,150,US,11687.50,11687.50,45000.00 +10031522,Storm Hollow: Call to Adventure,Tabletop Games,Games,USD,2017-11-09,35000.00,2017-10-25 18:01:31,3904.00,canceled,63,US,2950.00,3904.00,35000.00 +1003155427,Philip & Brittany Burton - NEW ALBUM - Nothing to Fear,Music,Music,USD,2013-12-16,1000.00,2013-11-14 21:34:56,1000.00,successful,18,US,1000.00,1000.00,1000.00 +1003165056,Mason-ry Silicone Koozie,Product Design,Design,USD,2014-08-08,7500.00,2014-07-09 16:48:16,15720.00,successful,660,US,15720.00,15720.00,7500.00 +1003166589,Shirts for the East Idaho Aquarium,Illustration,Art,USD,2013-12-20,5000.00,2013-11-20 03:51:07,318.00,failed,10,US,318.00,318.00,5000.00 +1003167050,PS Pi,DIY Electronics,Technology,USD,2017-03-30,5000.00,2017-02-28 06:54:12,0.00,canceled,0,US,0.00,0.00,5000.00 +1003169165,New LP Release by The Shape Of The Earth,Indie Rock,Music,USD,2011-09-08,4500.00,2011-08-04 06:14:01,4603.50,successful,66,US,4603.50,4603.50,4500.00 +1003182869,RinseKit: The Revolutionary Portable Shower,Gadgets,Technology,USD,2016-06-03,30000.00,2016-05-04 19:27:57,396299.00,successful,2412,US,396299.00,396299.00,30000.00 +1003189373,Unusual Heroes (Canceled),Video Games,Games,GBP,2012-12-03,70000.00,2012-11-03 19:09:11,1087.00,canceled,36,GB,1752.69,1740.20,112064.55 +1003190758,Singularity,Comic Books,Comics,USD,2015-07-16,8500.00,2015-06-01 00:17:10,1579.00,failed,14,US,1579.00,1579.00,8500.00 +1003202814,TALUVA: DELUXE VERSION,Tabletop Games,Games,USD,2015-01-02,15000.00,2014-12-03 09:17:22,103114.50,successful,637,US,103114.50,103114.50,15000.00 +"1003216930,""Calvin Thomas: Making the """"October Sky"""" Album!"",Music,Music,USD,2017-11-30,8000.00,2017-10-16 20:21:35,2393.00,failed,43,US,0.00,2393.00,8000.00" +1003217096,Wilmer Wilson IV Summer Art Residency at NLS,Art,Art,USD,2013-05-28,2750.00,2013-04-15 21:58:15,2820.00,successful,62,US,2820.00,2820.00,2750.00 +1003228594,Gladys Sings,Children's Books,Publishing,USD,2015-05-04,4500.00,2015-03-05 03:48:25,4569.00,successful,31,US,4569.00,4569.00,4500.00 +1003229159,The 2012 Lake George Music Festival,Classical Music,Music,USD,2012-05-26,1000.00,2012-04-12 19:13:44,526.00,failed,12,US,526.00,526.00,1000.00 +100324011,Seeking Shelter Vol 3: Rescue Animals Ho!,Webcomics,Comics,USD,2015-04-10,50.00,2015-03-11 13:49:36,439.00,successful,20,US,439.00,439.00,50.00 +1003240719,Boutique Disco Flash Québec,Music,Music,CAD,2015-06-24,425000.00,2015-04-29 17:32:40,1.00,failed,1,CA,0.83,0.81,343712.09 +1003249516,The Fail Safe Project's First Full Length Album,Rock,Music,USD,2012-11-11,3500.00,2012-10-12 01:10:27,4176.00,successful,84,US,4176.00,4176.00,3500.00 +1003259197,Through Your Door - Feature Film Finishing Funds,Narrative Film,Film & Video,USD,2012-07-09,5000.00,2012-06-07 01:55:57,5040.18,successful,48,US,5040.18,5040.18,5000.00 +"1003262687,""Decorative Oxygen Tank Bags by AmariJade, Inc."",Fashion,Fashion,USD,2014-02-27,10000.00,2014-01-29 21:28:34,216.00,failed,8,US,216.00,216.00,10000.00" +1003276918,fig Films Presents: Bear Down (Canceled),Documentary,Film & Video,USD,2013-03-04,70000.00,2013-01-09 13:57:31,1081.00,canceled,25,US,1081.00,1081.00,70000.00 +1003279532,Commit Suicide,Nonfiction,Publishing,USD,2015-11-01,100000.00,2015-10-02 15:09:13,15.00,failed,1,US,15.00,15.00,100000.00 +100328540,The Scarf Cuff,Fashion,Fashion,USD,2014-04-06,5000.00,2014-03-07 20:13:49,585.00,failed,5,US,585.00,585.00,5000.00 +1003293246,Behold The Uprising EP,Music,Music,USD,2013-03-12,1500.00,2013-01-11 04:15:53,240.77,failed,14,US,240.77,240.77,1500.00 +1003294350,We Did It For You! - a historical musical (Canceled),Theater,Theater,USD,2011-10-21,21500.00,2011-09-21 04:04:05,630.00,canceled,3,US,630.00,630.00,21500.00 +1003298216,JOHNNY STRANGE,Comics,Comics,USD,2011-09-05,9000.00,2011-06-07 08:57:37,250.00,failed,8,US,250.00,250.00,9000.00 +1003308182,The Panini Company,Restaurants,Food,GBP,2016-03-18,275000.00,2016-02-17 18:44:21,3.00,failed,3,GB,4.33,4.35,398394.83 +1003312804,Legendary Warriors Productions,Film & Video,Film & Video,USD,2016-02-26,25000.00,2015-12-28 23:45:03,1.00,failed,1,US,1.00,1.00,25000.00 +"1003329858,""A Statue of the """"DOC"""" to the U.S.Marines, The Corpsman!"",Sculpture,Art,USD,2014-04-05,117000.00,2014-03-06 22:20:30,125.00,failed,3,US,125.00,125.00,117000.00" +1003330319,StageCoach Mary,Documentary,Film & Video,USD,2016-04-29,30000.00,2016-03-30 11:55:56,4.00,failed,4,US,4.00,4.00,30000.00 +1003338175,Knot App,Apps,Technology,USD,2016-04-08,4860.00,2016-03-09 03:38:57,0.00,failed,0,US,0.00,0.00,4860.00 +"1003343308,""PowerBark-""""Meal on the Run for the Dog on the Go"""""",Food,Food,USD,2014-06-13,5000.00,2014-05-14 23:03:53,2186.00,failed,25,US,2186.00,2186.00,5000.00" +1003346672,Tenacious Exclusive Scott Tolleson Uncle Argh NOIR Mini Qee,Product Design,Design,USD,2012-05-02,7770.00,2012-03-08 00:41:11,8660.00,successful,156,US,8660.00,8660.00,7770.00 +1003353231,Centennial Armenian Genocide T-Shirt,Apparel,Fashion,USD,2015-04-15,6000.00,2015-03-14 00:41:29,55.00,failed,3,US,55.00,55.00,6000.00 +1003356565,mini flashlights and fire starters,Art,Art,USD,2016-02-26,4500.00,2016-01-27 22:12:08,136.00,failed,3,US,136.00,136.00,4500.00 +"1003357844,""""""It's bigger on the inside"""""",Architecture,Design,USD,2015-10-19,35000.00,2015-09-19 05:27:42,249.00,failed,9,US,249.00,249.00,35000.00" +1003362350,Lololi,Digital Art,Art,USD,2016-08-23,6907.00,2016-07-24 20:01:29,10.00,canceled,2,US,0.00,10.00,6907.00 +1003362537,Jordon Bould Butcher Blocks,Product Design,Design,USD,2016-02-13,5000.00,2015-12-30 02:40:06,5850.00,successful,44,US,5850.00,5850.00,5000.00 +1003365384,WE ARE NOT ALONE,Shorts,Film & Video,USD,2010-10-17,3000.00,2010-09-17 20:36:22,265.00,failed,7,US,265.00,265.00,3000.00 +1003366986,SOMASOL Vegan Balms Production Space (Canceled),DIY,Crafts,USD,2016-04-10,2000.00,2016-03-11 22:32:52,0.00,canceled,0,US,0.00,0.00,2000.00 +1003367610,Aleppo - Make Soap Not War,Crafts,Crafts,DKK,2017-07-13,55000.00,2017-06-19 08:34:15,20320.00,suspended,60,DK,3059.73,3119.10,8442.45 +1003378025,Hackchain - The World's First Wearable Wifi Jammer,Wearables,Technology,USD,2017-11-10,30000.00,2017-10-11 03:53:25,994.00,suspended,15,US,557.00,994.00,30000.00 +1003381,SoMo: The Mixtape,Pop,Music,USD,2012-07-19,10000.00,2012-06-21 04:45:57,1159.00,failed,30,US,1159.00,1159.00,10000.00 +1003405223,The 2016 Living in Georgina Calendar (Canceled),Calendars,Publishing,CAD,2015-12-12,2500.00,2015-11-24 16:09:45,185.00,canceled,13,CA,138.24,132.56,1791.34 +1003413226,The Little Women Graphic Novel Project,Comics,Comics,USD,2012-09-02,6000.00,2012-08-03 16:00:54,5325.00,failed,188,US,5325.00,5325.00,6000.00 +1003413796,Joy Ike is Recording Her 3rd Full-Length Album! Lets Do It!,Pop,Music,USD,2012-07-16,10000.00,2012-06-06 08:00:33,12760.31,successful,242,US,12760.31,12760.31,10000.00 +100341575,Lotus earring,Jewelry,Fashion,USD,2017-09-21,100.00,2017-09-15 05:49:27,14.00,failed,2,US,26.00,14.00,100.00 +1003424923,The Adults,Drama,Film & Video,USD,2014-11-04,4000.00,2014-10-06 03:10:39,4266.00,successful,28,US,4266.00,4266.00,4000.00 +100343348,Bohemian Book Project,Children's Books,Publishing,USD,2011-06-18,3000.00,2011-05-19 17:24:46,3026.75,successful,41,US,3026.75,3026.75,3000.00 +1003434687,The Viking Hood - Alive and Kicking!,Apparel,Fashion,NOK,2016-03-18,20000.00,2016-02-17 12:35:18,20050.00,successful,30,NO,2330.43,2402.95,2396.96 +1003436789,A Tenor's Journey To The German Lands,Classical Music,Music,USD,2015-07-01,1000.00,2015-05-07 09:01:19,1000.00,successful,9,US,1000.00,1000.00,1000.00 +"1003441266,""Vanilley Bean Treats! For life's """"sweet"""" moments!"",Food,Food,USD,2012-12-25,1500.00,2012-11-20 01:41:51,100.00,failed,3,US,100.00,100.00,1500.00" +"1003442902,""Wheeling, Careening, and Wandering through the EMP"",Dance,Dance,USD,2014-04-11,850.00,2014-03-12 09:05:06,875.00,successful,24,US,875.00,875.00,850.00" +1003447204,Fireball Newsflash Crosswords 2015-16,Puzzles,Games,USD,2015-04-04,8450.00,2015-03-18 01:30:11,8376.00,failed,369,US,8376.00,8376.00,8450.00 +1003449040,Kung Fu Bellydance Masters ????????,Narrative Film,Film & Video,USD,2012-02-19,10000.00,2012-01-20 03:26:57,10451.52,successful,76,US,10451.52,10451.52,10000.00 +1003456090,Academia de Música impulsarte.org,Music,Music,MXN,2017-04-22,70000.00,2017-03-23 19:03:01,10.00,failed,1,MX,0.00,0.53,3687.32 +1003458038,ONE WORLD - ONE YEAR,Documentary,Film & Video,USD,2014-08-14,68000.00,2014-07-15 07:07:57,507.00,failed,4,US,507.00,507.00,68000.00 +1003458646,Living Coaster - a beverage coaster that grows plants!,Product Design,Design,USD,2017-06-23,8000.00,2017-05-24 02:42:25,4545.66,failed,74,US,157.66,4545.66,8000.00 +1003462608,Naturalia - Young Adult Book! Surprise for my girlfriend,Young Adult,Publishing,EUR,2016-07-03,5000.00,2016-06-03 01:04:20,166.00,failed,4,BE,184.61,183.76,5535.01 +10034684,Chop Sooey Charm Pins,Art,Art,USD,2016-12-21,520.00,2016-11-20 18:13:11,583.00,successful,11,US,272.00,583.00,520.00 +1003478705,The Wheelhouse: A Farm to Table Restaurant in St Joseph IL,Restaurants,Food,USD,2016-09-15,10000.00,2016-08-16 16:57:46,10205.00,successful,43,US,4435.00,10205.00,10000.00 +1003480324,Galaxy of Trian: New Order,Tabletop Games,Games,USD,2017-05-25,38000.00,2017-05-02 17:05:31,165519.00,successful,1631,US,38716.00,165519.00,38000.00 +1003481542,Air.Air! ~ Portable Air Quality Detector,Technology,Technology,USD,2013-10-20,20000.00,2013-09-03 15:26:16,21613.47,successful,292,US,21613.47,21613.47,20000.00 +1003481744,CONDUIT Sports - Dynamic Bone Conducting Headphones,Wearables,Technology,USD,2017-05-15,50000.00,2017-04-10 21:11:10,106213.00,successful,1052,US,2478.00,106213.00,50000.00 +10034874,Igneos: The Last Phoenix - Aerial Combat Adventure Game,Video Games,Games,CAD,2015-02-19,40000.00,2015-01-15 17:02:09,5840.00,canceled,173,CA,4873.92,4688.50,32113.04 +"1003490202,""Artlysium Presents """"The Broken World Project"""" by Bryan Hill"",Performance Art,Art,USD,2016-03-07,11000.00,2016-02-06 08:11:21,0.00,canceled,0,US,0.00,0.00,11000.00" +1003490559,Urban Diverse Podcast,Journalism,Journalism,USD,2017-02-04,500.00,2016-12-16 20:51:33,1.00,canceled,1,US,1.00,1.00,500.00 +100349058,IronSaga,Video Games,Games,CAD,2016-08-15,500.00,2016-07-14 18:34:26,64.00,canceled,5,CA,32.17,49.83,389.29 +1003494681,ONE,Shorts,Film & Video,USD,2014-10-12,10000.00,2014-08-30 09:06:44,1050.00,failed,8,US,1050.00,1050.00,10000.00 +1003497710,Tableau Vivant of The Delirium Constructions - GLOBAL TOUR,Performance Art,Art,USD,2012-06-30,100000.00,2012-05-31 17:47:33,50230.00,failed,257,US,50230.00,50230.00,100000.00 +1003499986,Seth's Pineapple Mango Salsa,Vegan,Food,USD,2014-12-31,5000.00,2014-11-27 01:10:44,125.00,failed,2,US,125.00,125.00,5000.00 +1003500295,Day X,Photobooks,Photography,GBP,2016-12-20,2000.00,2016-11-22 10:11:17,2249.00,successful,38,GB,61.68,2754.88,2449.87 +1003500859,I Can't Believe It's Not Potato Salad ! (Canceled),Cookbooks,Food,GBP,2014-08-10,10.00,2014-07-11 13:35:05,12.00,canceled,3,GB,20.59,20.03,16.69 +1003503289,One Day at a Time: 365 Days of Photographs,Photography,Photography,USD,2013-07-03,10850.00,2013-06-03 01:17:13,1890.00,failed,49,US,1890.00,1890.00,10850.00 +1003506524,Free World Brand Clothing Co.,Fashion,Fashion,USD,2014-10-24,1500.00,2014-09-24 07:34:48,0.00,failed,0,US,0.00,0.00,1500.00 +"1003506965,""""""Planet Hell"""" - Post-Apocalyptic Web Series"",Webseries,Film & Video,USD,2014-07-02,40000.00,2014-05-03 01:23:20,5.00,failed,1,US,5.00,5.00,40000.00" +1003509297,Little Falcon Needs Your Help!,Music,Music,USD,2012-04-24,3000.00,2012-03-25 19:22:09,725.50,failed,12,US,725.50,725.50,3000.00 +1003514666,Customizable 3D Printed Miniatures,Tabletop Games,Games,USD,2015-06-19,30000.00,2015-05-20 17:30:49,3351.00,failed,59,US,3351.00,3351.00,30000.00 +1003515712,Short Defender ©,Video Games,Games,USD,2015-06-17,250000.00,2015-05-18 23:34:39,75.00,failed,1,US,75.00,75.00,250000.00 +"1003521001,""HEYA Toothbrush Holder...simple & clean, keep bacteria away!"",Product Design,Design,USD,2016-05-18,2000.00,2016-04-21 10:28:36,58.00,failed,5,US,58.00,58.00,2000.00" +1003523496,Imminent,Shorts,Film & Video,USD,2011-10-02,5000.00,2011-09-02 06:46:25,5002.00,successful,47,US,5002.00,5002.00,5000.00 +1003523631,She Had Love On Her Tongue & Death In Her Eye,Art Books,Publishing,USD,2015-09-25,8994.00,2015-08-26 21:07:39,3139.00,failed,49,US,3139.00,3139.00,8994.00 +1003523647,Pocket Parking Meter,Apps,Technology,USD,2015-02-26,4000.00,2015-02-11 17:46:11,7.00,failed,3,US,7.00,7.00,4000.00 +1003525413,Mechabrick - A Minifig/Mecha board game and models,Tabletop Games,Games,GBP,2013-11-13,13000.00,2013-10-14 21:22:35,20459.00,successful,301,GB,32643.10,32873.26,20888.23 +1003533888,Cat Cafe Mad: Coffee Shop Remodel & Expansion & Real Food,Spaces,Food,USD,2017-06-19,9500.00,2017-05-19 07:37:04,10752.00,successful,285,US,0.00,10752.00,9500.00 +1003538517,Pollock l’acchiappa-panzane,Video,Journalism,EUR,2015-08-01,10000.00,2015-06-30 08:04:34,11516.99,successful,228,IT,12682.18,12600.78,10941.04 +1003539829,Unconditional Hope - A Survivors Story.,Documentary,Film & Video,USD,2012-12-29,40000.00,2012-11-26 21:14:51,45155.00,successful,411,US,45155.00,45155.00,40000.00 +1003548564,Finishing The Amish Appeal,Fiction,Publishing,USD,2012-02-28,3500.00,2012-02-18 17:08:00,520.00,failed,8,US,520.00,520.00,3500.00 +1003558634,Gamerline Clothing (Starter Business need your help!!),Product Design,Design,GBP,2016-06-13,1000.00,2016-04-14 01:09:48,0.00,failed,0,GB,0.00,0.00,1428.71 +1003560849,Fake Logo is Making Real Music (Canceled),Hip-Hop,Music,USD,2013-08-12,1000.00,2013-07-10 07:05:07,0.00,canceled,0,US,0.00,0.00,1000.00 +1003561048,Sports And The City,Webseries,Film & Video,USD,2012-09-01,10000.00,2012-08-13 20:00:27,2350.00,failed,38,US,2350.00,2350.00,10000.00 +1003561611,Vyu360™ 4K ProCam,Camera Equipment,Technology,USD,2016-11-15,9000.00,2016-10-13 22:24:27,30126.00,successful,164,US,3035.00,30126.00,9000.00 +1003568124,The Justifier,Comic Books,Comics,USD,2017-04-06,1555.00,2017-03-07 02:00:59,1.00,failed,1,US,0.00,1.00,1555.00 +1003570206,Sinners III Supernatural/Horror Comic - Night at the Motel,Comic Books,Comics,GBP,2016-12-07,1200.00,2016-11-04 00:42:13,1346.00,successful,84,GB,537.09,1693.27,1509.60 +1003572906,EZ Master: Double Boiler Attachment for Stand Mixer,Design,Design,USD,2012-07-09,100000.00,2012-05-11 01:49:38,4737.00,failed,40,US,4737.00,4737.00,100000.00 +"1003583457,""Shakespeare!! To fund or not to fund, that is the Question?"",Plays,Theater,USD,2015-04-11,250.00,2015-03-12 20:22:39,251.00,successful,8,US,251.00,251.00,250.00" +1003583595,The Monkey's Other Paw,Publishing,Publishing,USD,2012-09-23,2200.00,2012-08-24 02:14:08,250.00,failed,7,US,250.00,250.00,2200.00 +100358406,Charlie vs Goliath,Documentary,Film & Video,USD,2016-09-02,40000.00,2016-08-03 21:54:32,40546.00,successful,267,US,25.00,40546.00,40000.00 +100359228,Wireless Touchpad for Console Gaming Controllers (Canceled),DIY Electronics,Technology,USD,2014-08-14,100000.00,2014-07-12 18:13:57,162.00,canceled,3,US,162.00,162.00,100000.00 +"1003596506,""New Madysin Hatter EP, To Be Titled """"Pretty Little Fool"""""",Pop,Music,USD,2010-12-01,1800.00,2010-09-21 01:30:38,2179.00,successful,30,US,2179.00,2179.00,1800.00" +1003616594,Release The Black Heart Album.,Metal,Music,DKK,2015-07-16,10000.00,2015-06-16 14:26:40,375.00,failed,5,DK,56.35,54.72,1459.24 +"1003629045,Chase Goehring debut EP,Music,Music,USD,2016-03-21,3000.00,2016-02-23 03:09:49,3660.38,undefined,0,""N,0"""""",,3660.38,3000.00" +1003637092,Bad Day Blues...,Blues,Music,GBP,2016-09-12,3000.00,2016-08-13 23:00:20,70.00,failed,2,GB,0.00,92.23,3952.67 +100365021,Pappino - Dein Foto auf einem recyceltem Kartonrahmen,Product Design,Design,EUR,2015-05-27,2500.00,2015-05-12 10:05:08,218.00,failed,15,DE,243.26,239.15,2742.49 +1003665581,Durango Falls TV Show,Film & Video,Film & Video,USD,2018-01-20,10000.00,2017-11-21 10:56:11,1.00,live,1,US,0.00,1.00,10000.00 +"1003666213,""""""The Coach"""" The Life and Times of Shawn Tompkins"",Documentary,Film & Video,USD,2011-10-26,45000.00,2011-09-11 03:20:34,1.00,failed,1,US,1.00,1.00,45000.00" +1003666645,Life Online,Film & Video,Film & Video,USD,2012-05-06,300000.00,2012-04-06 17:22:29,1.00,failed,1,US,1.00,1.00,300000.00 +1003666946,The Promise - Tempus Films,Drama,Film & Video,GBP,2015-03-27,1000.00,2015-02-25 22:23:15,1106.00,successful,21,GB,1707.80,1645.22,1487.54 +1003674692,Grace & Gentle Playing Cards By Lunzi,Playing Cards,Games,HKD,2017-09-24,32000.00,2017-08-25 03:29:17,74489.00,successful,216,HK,2859.81,9536.67,4096.89 +1003677068,Kingdom: The Angelic War Card Game,Tabletop Games,Games,USD,2014-02-21,27000.00,2014-01-07 17:01:03,38186.00,successful,603,US,38186.00,38186.00,27000.00 +1003708660,April Alayne Studio.,Illustration,Art,USD,2016-06-02,15000.00,2016-05-01 18:21:06,18280.00,successful,249,US,18280.00,18280.00,15000.00 +1003709180,ULTRA WAY COOL TEACHING PUPPETS,Performance Art,Art,USD,2015-12-10,2000.00,2015-11-10 16:47:42,2688.00,successful,30,US,2688.00,2688.00,2000.00 +100371737,Chain Mail Creations,Crafts,Crafts,USD,2014-11-16,750.00,2014-10-17 15:47:44,240.00,failed,6,US,240.00,240.00,750.00 +1003723279,3D Film - The Perfect Divorce,Shorts,Film & Video,USD,2013-10-30,4000.00,2013-10-04 20:47:45,200.00,failed,1,US,200.00,200.00,4000.00 +1003725305,Raise The Silver Horse International Film Festival In Sweden,Festivals,Film & Video,SEK,2017-05-30,13000.00,2017-04-30 17:59:33,200.00,canceled,1,SE,22.59,23.03,1496.63 +1003727338,An Above Average Grilled Cheese,Bacon,Food,USD,2014-08-09,20.00,2014-07-10 05:18:38,0.00,failed,0,US,0.00,0.00,20.00 +100372771,A Big Dream of a Little Man - Alex Oddman's Debute Album,Music,Music,USD,2017-01-19,1.00,2016-12-20 22:01:21,7.00,canceled,1,US,7.00,7.00,1.00 +1003742402,Supplicant - The Age of Dissidence,Fiction,Publishing,USD,2014-09-01,3000.00,2014-08-02 06:15:04,15.00,failed,1,US,15.00,15.00,3000.00 +1003743392,Diarios de Viaje: Película,Experimental,Film & Video,EUR,2016-03-12,1115.00,2016-02-11 15:26:01,2.00,failed,2,ES,2.26,2.26,1257.61 +100375774,Sandia Creek Sustainable Farms & Community Support Project,Community Gardens,Food,USD,2016-06-11,175000.00,2016-05-12 05:42:53,120.00,canceled,4,US,120.00,120.00,175000.00 +1003757970,Alé Garza's H.A.R.D.CORE!!!,Comics,Comics,USD,2011-11-01,25000.00,2011-10-02 12:11:11,0.00,failed,0,US,0.00,0.00,25000.00 +1003760463,Kind Minds & Wise Souls... Launch Our Next Collection!!!,Fashion,Fashion,USD,2013-09-25,20000.00,2013-08-26 19:45:52,110.00,failed,4,US,110.00,110.00,20000.00 +1003761602,Bring the Seattle Geekly podcast back!,Radio & Podcasts,Publishing,USD,2013-09-13,3000.00,2013-08-14 19:28:12,3368.00,successful,76,US,3368.00,3368.00,3000.00 +1003769496,Galactic Princess,Video Games,Games,GBP,2014-03-16,20000.00,2014-02-14 21:00:46,34180.00,successful,2108,GB,56812.70,56359.86,32978.27 +1003770739,La Feria Concreta: A Documentary Film Installation,Documentary,Film & Video,USD,2014-05-05,10000.00,2014-04-05 21:15:53,11515.91,successful,91,US,11515.91,11515.91,10000.00 +1003775701,Tears of a Clown,Film & Video,Film & Video,GBP,2017-09-06,10000.00,2017-08-07 03:00:14,18.00,canceled,1,GB,23.47,23.78,13213.88 +1003775790,Debut Original Album by Mindy Stratton,Faith,Music,USD,2015-02-15,5000.00,2015-01-09 21:29:00,5475.00,successful,24,US,5475.00,5475.00,5000.00 +1003778636,Night_Rider,Horror,Film & Video,USD,2014-06-28,600.00,2014-06-23 01:04:15,200.00,failed,2,US,200.00,200.00,600.00 +1003793542,Xybears The Last Heroes,Science Fiction,Film & Video,USD,2014-12-10,1000000.00,2014-10-11 20:43:46,25.00,failed,1,US,25.00,25.00,1000000.00 +1003794504,ARCHIVE The WarHood Odyssey,Comic Books,Comics,USD,2016-03-31,1000.00,2016-03-01 14:39:40,1215.00,successful,36,US,1215.00,1215.00,1000.00 +100379732,VAUDEZILLA! Chicago Burlesque Coloring Book by Matt Hansel,Illustration,Art,USD,2015-01-30,600.00,2014-12-31 19:29:31,1026.00,successful,37,US,1026.00,1026.00,600.00 +1003801298,Homestyle: Video Installation at Delicious Spectacle,Art,Art,USD,2014-04-11,700.00,2014-04-02 19:38:26,702.00,successful,11,US,702.00,702.00,700.00 +1003804028,4 Color Press for 5th Street Garment Company,Fashion,Fashion,USD,2013-10-11,800.00,2013-09-11 22:51:41,0.00,failed,0,US,0.00,0.00,800.00 +1003804552,Maltese Brewing Company,Drinks,Food,USD,2015-03-01,10000.00,2015-01-30 02:23:13,10164.00,successful,53,US,10164.00,10164.00,10000.00 +1003813966,Hollow,Video Games,Games,USD,2013-11-14,60.00,2013-10-15 22:08:20,198.00,successful,24,US,198.00,198.00,60.00 +1003819770,GrandLo Café,Drinks,Food,USD,2018-01-19,25000.00,2017-11-20 19:54:51,9097.00,live,38,US,3438.00,9097.00,25000.00 +1003829191,The Perfect Plan,Drama,Film & Video,EUR,2016-02-13,3000.00,2016-01-14 23:24:57,0.00,failed,0,DE,0.00,0.00,3328.78 +1003830843,Dionysius Games - Indy Games for everyone.,Tabletop Games,Games,USD,2012-04-23,450.00,2012-03-23 23:12:00,607.00,successful,25,US,607.00,607.00,450.00 +1003832819,Desktop CNC Compact Mill & Drill (Canceled),Gadgets,Technology,USD,2015-05-10,65000.00,2015-04-10 20:19:15,175.00,canceled,3,US,175.00,175.00,65000.00 +1003835559,EZ-CARSEAT making child car seats EZ (Canceled),Fabrication Tools,Technology,USD,2016-06-30,60000.00,2016-05-25 21:13:03,446.00,canceled,21,US,446.00,446.00,60000.00 +100385010,Music Production,Electronic Music,Music,GBP,2016-03-13,1000.00,2016-02-12 12:37:08,0.00,failed,0,GB,0.00,0.00,1448.71 +1003851620,Markus Mann Music - CD production and Tour,Pop,Music,USD,2011-11-04,12000.00,2011-10-05 17:09:41,175.00,failed,5,US,175.00,175.00,12000.00 +1003856570,Tropical Bat Houses,Design,Design,USD,2013-03-04,2000.00,2013-02-02 00:06:34,2516.24,successful,56,US,2516.24,2516.24,2000.00 +1003865687,Wade in the Water Gallery,Fine Art,Photography,USD,2014-06-30,2000.00,2014-06-03 04:43:20,15.00,failed,2,US,15.00,15.00,2000.00 +1003865949,Woodland Banners Poetry Walk,Installations,Art,USD,2015-07-30,1400.00,2015-06-30 00:01:21,1671.00,successful,43,US,1671.00,1671.00,1400.00 +1003868419,No Soul To Take's 2nd EP Record,Music,Music,USD,2012-02-13,600.00,2012-01-04 10:18:33,0.00,failed,0,US,0.00,0.00,600.00 +1003884132,Cowgirls Vs Cthonimon,Video Games,Games,GBP,2017-04-28,2000.00,2017-03-29 10:52:56,417.00,canceled,24,GB,168.40,539.56,2587.82 +"1003886618,""""""Home is Where The Jug Is"""" Decal, T-shirt, Trophy & Tailgate"",Graphic Design,Design,USD,2013-09-20,4040.00,2013-09-06 23:24:16,5198.00,successful,70,US,5198.00,5198.00,4040.00" +1003889504,Battle for Orion 2,Video Games,Games,USD,2016-09-01,5000.00,2016-08-02 12:22:47,71.00,failed,5,US,15.00,71.00,5000.00 +1003899141,Pretty the Ugly at AWP,Poetry,Publishing,USD,2014-01-20,800.00,2014-01-14 03:40:04,200.00,failed,7,US,200.00,200.00,800.00 +1003900292,HOMEBOUND the film...Transforming the image of Latinos.,Documentary,Film & Video,USD,2011-01-29,150000.00,2010-12-29 07:38:10,23098.00,failed,135,US,23098.00,23098.00,150000.00 +1003901425,Nepenthe: A Short Film,Horror,Film & Video,USD,2015-02-21,550.00,2015-01-21 16:30:13,590.00,successful,12,US,590.00,590.00,550.00 +"1003904501,""""""Jesus and the Homeless Woman"""" From clay to Bronze"",Sculpture,Art,USD,2012-04-09,16000.00,2012-02-29 19:45:38,5846.00,failed,8,US,5846.00,5846.00,16000.00" +1003906010,English for Immigrant Children - English as a 2nd Language,Children's Books,Publishing,USD,2014-12-11,24000.00,2014-11-08 01:03:22,626.00,canceled,6,US,626.00,626.00,24000.00 +1003909472,Audio the Heroin-Chic Cyber-Doll,Electronic Music,Music,USD,2013-09-28,7500.00,2013-08-19 18:50:27,210.00,failed,2,US,210.00,210.00,7500.00 +1003928652,Self Produce My Debut Album,Indie Rock,Music,USD,2013-05-10,400.00,2013-03-11 20:17:54,5.00,failed,1,US,5.00,5.00,400.00 +1003928906,The Bizarre Case of the Globular Gullet,Animation,Film & Video,USD,2015-11-10,400000.00,2015-10-10 04:29:19,24165.00,failed,17,US,24165.00,24165.00,400000.00 +1003933374,Earth Wall II - Rammed Earth Sculpture,Art,Art,USD,2011-04-28,3500.00,2011-03-28 20:34:35,4540.00,successful,63,US,4540.00,4540.00,3500.00 +1003938077,Two Boys and a Bow Tie Tour,Music,Music,USD,2012-04-29,2200.00,2012-03-30 09:03:59,4746.69,successful,59,US,4746.69,4746.69,2200.00 +"1003940608,""""""Inches"""" - A Short Film"",Shorts,Film & Video,USD,2013-05-06,1500.00,2013-04-06 20:11:01,376.00,failed,14,US,376.00,376.00,1500.00" +1003946946,TeslaTronix- Tesla Power For The Masses,Hardware,Technology,USD,2013-03-07,2500.00,2013-02-05 01:27:47,38946.01,successful,463,US,38946.01,38946.01,2500.00 +1003953048,Lightbook (Canceled),Hardware,Technology,USD,2015-07-27,80000.00,2015-06-22 22:37:30,0.00,canceled,0,US,0.00,0.00,80000.00 +1003953996,Wood Gifts That Make a personal Memory,Jewelry,Fashion,USD,2017-12-31,2500.00,2017-12-01 16:46:29,161.00,failed,4,US,1.00,161.00,2500.00 +1003957942,Impaycent Minds,Apparel,Fashion,USD,2017-07-04,10000.00,2017-06-04 06:54:21,0.00,canceled,0,US,0.00,0.00,10000.00 +100395799,INSPIRE X SOUND,Experimental,Film & Video,CAD,2014-11-07,2000.00,2014-10-08 23:09:33,2020.00,successful,59,CA,1806.07,1766.97,1749.48 +1003960110,Pastor Damien Season One,Webseries,Film & Video,USD,2013-11-03,20000.00,2013-10-04 15:38:17,225.00,failed,3,US,225.00,225.00,20000.00 +100396408,Speculative Relationships: A Sci-fi Romance Comics Anthology,Anthologies,Comics,USD,2014-06-05,9000.00,2014-05-06 01:10:28,11357.00,successful,516,US,11357.00,11357.00,9000.00 +1003967599,Veteran Art by David Geig,Mixed Media,Art,USD,2016-04-01,2000.00,2016-03-02 16:22:26,80.00,failed,2,US,80.00,80.00,2000.00 +1003973953,Marketplace for Crowdfunded Products,Web,Technology,USD,2017-05-12,19000.00,2017-04-12 12:06:38,3214.00,failed,48,US,691.00,3214.00,19000.00 +1003974659,Note to Self,Art,Art,USD,2013-06-27,900.00,2013-05-28 16:20:39,6.00,failed,2,US,6.00,6.00,900.00 +1003983201,Orillia Summer Theatre 2016,Theater,Theater,CAD,2016-03-31,1100.00,2016-02-21 21:24:11,1115.00,successful,17,CA,809.90,855.85,844.34 +1003990867,Maria Sweet sings!,Indie Rock,Music,USD,2012-08-27,1000.00,2012-08-09 21:21:55,270.00,failed,4,US,270.00,270.00,1000.00 +100399282,Aurora - Chronicles of a Hero,Science Fiction,Film & Video,USD,2017-12-12,50000.00,2017-11-12 01:49:41,1008.00,failed,19,US,696.00,1008.00,50000.00 +"1003997707,""Pretty Girls, The movie (Canceled)"",Narrative Film,Film & Video,USD,2013-05-09,125000.00,2013-03-25 02:21:32,281.00,canceled,10,US,281.00,281.00,125000.00" +1004008910,AJ'S HANDMADE STYLES,DIY,Crafts,USD,2015-10-28,200.00,2015-09-28 17:47:53,0.00,failed,0,US,0.00,0.00,200.00 +1004010327,Kickstart My Art,Digital Art,Art,GBP,2014-08-30,100.00,2014-07-31 21:37:43,3.00,failed,3,GB,5.08,4.89,162.96 +"1004013077,Spencer Capier Instrumental Project 2015,Music,Music,CAD,2014-10-10,4000.00,2014-09-10 22:51:01,4760.00,undefined,0,""N,0"""""",,4251.14,3572.39" +1004015081,PALADIN: Warriors of Charlemagne,Tabletop Games,Games,USD,2017-08-25,10000.00,2017-07-18 18:58:01,82769.00,successful,1516,US,9228.00,82769.00,10000.00 +1004020983,John Lennon Give Peace A Chance Book,Nonfiction,Publishing,CAD,2014-02-23,10000.00,2014-01-24 18:31:49,1895.00,failed,24,CA,1704.98,1704.44,8994.42 +1004025520,Jessica's Jewelry,Jewelry,Fashion,USD,2015-05-22,300.00,2015-04-22 09:18:19,0.00,failed,0,US,0.00,0.00,300.00 +1004027294,The Creative Community,Photography,Photography,USD,2010-08-15,3500.00,2010-06-14 21:52:21,1632.00,failed,26,US,1632.00,1632.00,3500.00 +1004030065,Green Light Radio broadcasts the Arise Festival 2014,Radio & Podcasts,Publishing,USD,2014-06-26,500.00,2014-04-28 20:25:22,5.00,failed,1,US,5.00,5.00,500.00 +1004065093,Poetry Isn't Safe: a new Best Reading Ever Film,Documentary,Film & Video,USD,2014-01-02,4000.00,2013-11-26 19:20:04,630.00,failed,13,US,630.00,630.00,4000.00 +"1004070621,""1 Man, 10 Days, 100+ Canvases"",Painting,Art,USD,2012-11-09,10000.00,2012-10-05 10:13:37,100.00,failed,1,US,100.00,100.00,10000.00" +1004080416,(BT) Block Tower,Live Games,Games,USD,2014-09-01,2000.00,2014-07-03 23:17:07,0.00,failed,0,US,0.00,0.00,2000.00 +10040833,Versa-Tool,Product Design,Design,USD,2013-09-18,2000.00,2013-08-14 09:31:49,4201.00,successful,215,US,4201.00,4201.00,2000.00 +1004084377,DreamAfrica,Animation,Film & Video,USD,2014-02-14,50000.00,2014-01-15 23:43:20,396.00,failed,7,US,396.00,396.00,50000.00 +"1004088982,""Failure, You Are Not My Jacket"",Nonfiction,Publishing,USD,2017-04-21,10000.00,2017-03-15 05:26:13,520.00,failed,6,US,101.00,520.00,10000.00" +1004091259,A R&B Project in need of pledges (Canceled),Music,Music,USD,2011-10-21,15000.00,2011-09-21 19:21:32,0.00,canceled,0,US,0.00,0.00,15000.00 +1004094650,Imagine You Could Build Anything,Architecture,Design,USD,2016-09-29,30000.00,2016-08-30 21:16:00,0.00,canceled,0,US,0.00,0.00,30000.00 +1004097002,Dayz To Come + You = New Worship Project,Rock,Music,USD,2014-04-21,1000.00,2014-03-12 17:12:45,41.00,failed,4,US,41.00,41.00,1000.00 +"1004098791,""Healthy, Sustainable Clothing"",Apparel,Fashion,USD,2017-11-01,6000.00,2017-10-02 16:24:22,8312.00,successful,85,US,126.00,8312.00,6000.00" +1004109096,New York Travel & Sightseeing for All - A Video Blog,Webseries,Film & Video,USD,2014-10-12,6000.00,2014-09-16 19:36:16,0.00,failed,0,US,0.00,0.00,6000.00 +1004112120,The MagPi Magazine - From Virtual to Reality,Journalism,Journalism,GBP,2012-12-31,6000.00,2012-11-29 20:01:04,29576.33,successful,616,GB,47368.74,47377.46,9611.23 +100411349,E Coin Mining and Rig-Building Workshop,Hardware,Technology,USD,2018-01-06,3100.00,2017-11-22 20:28:28,225.00,live,9,US,75.00,225.00,3100.00 +"1004125151,""Loquat """"We Could Be Arsonists"""" Short Film/Music Video"",Film & Video,Film & Video,USD,2012-11-17,2000.00,2012-10-18 20:06:57,6625.00,successful,74,US,6625.00,6625.00,2000.00" +"1004126342,LUKAS LIGETI'S 50TH BIRTHDAY FESTIVAL: ORIGINAL NEW MUSIC!,Music,Music,USD,2015-06-11,5000.00,2015-05-15 02:12:35,6370.00,undefined,0,""N,0"""""",,6370.00,5000.00" +1004126907,Unique Collage's,Photography,Photography,USD,2015-03-12,5000.00,2015-02-10 23:54:55,0.00,failed,0,US,0.00,0.00,5000.00 +100413062,Corey’s Coffee Bar,Food,Food,USD,2013-02-22,6000.00,2013-01-23 20:31:25,10.00,failed,1,US,10.00,10.00,6000.00 +1004131124,Inhale Sunrises.,Web,Technology,USD,2015-04-14,250000.00,2015-04-08 02:47:05,0.00,failed,0,US,0.00,0.00,250000.00 +1004138236,Sons of Odin Fantasy Football,Tabletop Games,Games,EUR,2017-12-07,4000.00,2017-11-17 19:06:53,2547.00,failed,35,ES,1679.41,2990.70,4696.82 +1004152737,Chimera Station - Euro Edition,Tabletop Games,Games,EUR,2017-04-28,5000.00,2017-03-31 11:57:59,5040.00,successful,78,BE,2008.38,5508.74,5465.02 +1004156743,Ghetto Love written by Weedie,Fiction,Publishing,USD,2015-09-29,8000.00,2015-09-09 19:06:23,0.00,failed,0,US,0.00,0.00,8000.00 +"1004167304,""Ping 2: Attack of the Spheres / Wii U, PS3, Steam"",Video Games,Games,USD,2013-11-18,20000.00,2013-10-19 00:02:18,926.87,failed,64,US,926.87,926.87,20000.00" +1004189486,Loud Bicycle: Car horn for your bike,Product Design,Design,USD,2013-01-13,43000.00,2012-12-07 00:29:00,52837.51,successful,600,US,52837.51,52837.51,43000.00 +1004192678,VINCE DURDEN: World's Most Eco-Friendly Backpack,Accessories,Fashion,USD,2016-11-11,2000.00,2016-10-12 20:17:59,5189.00,successful,77,US,886.00,5189.00,2000.00 +1004198028,2000 Miles,Comedy,Film & Video,USD,2014-06-17,5000.00,2014-05-29 23:34:45,0.00,failed,0,US,0.00,0.00,5000.00 +1004203496,Black Mint Playing Cards,Playing Cards,Games,USD,2016-03-02,10000.00,2016-02-01 17:42:32,125808.40,successful,2140,US,125808.40,125808.40,10000.00 +1004211205,The Holiday Experience 2014 - A Jazzy Christmas Celebration,Jazz,Music,USD,2014-11-14,5000.00,2014-10-29 23:32:34,5000.00,successful,43,US,5000.00,5000.00,5000.00 +1004216021,Renwick Ally Album by Ryan Angell aka Andrew Juco,Pop,Music,USD,2015-09-05,10000.00,2015-08-06 02:29:13,0.00,failed,0,US,0.00,0.00,10000.00 +1004218067,The Amphibious Red Couch,Mixed Media,Art,USD,2012-05-26,250.00,2012-05-18 07:43:26,305.00,successful,18,US,305.00,305.00,250.00 +1004220301,Rabbitwild - A Shelter in the Wilderness,Anthologies,Publishing,USD,2014-08-31,5000.00,2014-07-24 15:25:19,1.00,failed,1,US,1.00,1.00,5000.00 +1004220332,Leah Stein Dance Company 10th Anniversary Concert,Dance,Dance,USD,2012-03-21,5000.00,2012-02-20 13:38:05,5255.00,successful,97,US,5255.00,5255.00,5000.00 +1004226383,Parthia Saffron - To your door one thread @ a time!,Small Batch,Food,CAD,2014-08-07,4000.00,2014-07-16 20:30:32,115.00,failed,6,CA,107.21,105.35,3664.35 +1004236435,The Atari ST and the Creative People vol. 2,Anthologies,Publishing,EUR,2017-10-21,30000.00,2017-09-21 20:00:16,18827.50,canceled,336,DE,8274.42,21849.25,34814.90 +1004249231,Upcycled planters,Woodworking,Crafts,USD,2015-03-21,2000.00,2015-02-19 19:31:06,0.00,failed,0,US,0.00,0.00,2000.00 +"1004255433,The Battle For Breukelen: A Neighborhood Epic,Film & Video,Film & Video,USD,2015-11-07,6000.00,2015-10-10 18:45:24,6695.00,undefined,0,""N,0"""""",,6695.00,6000.00" +1004261287,Youth Education TV Talk Show,Film & Video,Film & Video,USD,2017-08-18,7500.00,2017-07-19 03:43:05,0.00,failed,0,US,0.00,0.00,7500.00 +"1004269025,""Mango, Pineapple & Habanero Toe Curling HOT Lava Sauce"",Small Batch,Food,USD,2017-02-02,3000.00,2016-12-19 17:43:54,635.00,failed,30,US,54.00,635.00,3000.00" +1004275298,Epic Backpacking Dynasty: The Global Millennial Revolution,Web,Journalism,USD,2014-08-17,110000.00,2014-07-18 01:05:47,0.00,failed,0,US,0.00,0.00,110000.00 +1004275497,The Ainsley Band Uk Tour,Indie Rock,Music,GBP,2014-03-17,250.00,2014-02-14 20:33:38,525.00,successful,21,GB,872.64,865.68,412.23 +1004286651,Fantuckfastic Onesies,Performance Art,Art,USD,2015-12-18,600.00,2015-11-18 11:38:54,20.00,failed,2,US,20.00,20.00,600.00 +"1004298993,""""""Tamboura Plays Violin"""" - a collection of Pop & classical!"",Music,Music,USD,2015-03-28,2750.00,2015-02-11 19:28:27,2926.00,undefined,0,""N,0"""""",,2926.00,2750.00" +1004303528,iWISH: Sigil Magic,Art,Art,USD,2013-01-07,3000.00,2012-12-17 18:17:42,1870.00,failed,39,US,1870.00,1870.00,3000.00 +1004304382,Mars Transit game by Funspace Circle of Friends & Bo Regard,Tabletop Games,Games,EUR,2015-11-12,28000.00,2015-10-06 19:16:06,2174.00,failed,14,DE,2443.68,2340.10,30139.29 +"1004304591,""Orbs CCG, the asynchronous digital collectible card game!"",Video Games,Games,USD,2013-08-24,40000.00,2013-07-17 06:19:10,7508.46,canceled,74,US,7508.46,7508.46,40000.00" +1004307461,Self Sufficient Water Filtration System. First Of Its Kind!,Design,Design,GBP,2017-08-09,200.00,2017-07-10 17:28:47,230.00,successful,4,GB,19.34,298.52,259.59 +"1004307530,""""""Sawyer The Dinosaur"""" Children's Book"",Children's Books,Publishing,USD,2013-12-22,1000.00,2013-11-22 01:18:41,10.00,failed,2,US,10.00,10.00,1000.00" +"1004317441,""The Magician's Cat, Print edition of the eBook!"",Children's Books,Publishing,USD,2014-05-07,4500.00,2014-04-17 18:11:47,4653.00,successful,111,US,4653.00,4653.00,4500.00" +100433895,The Berwyn Project EP by The MC Type & thewoods,Hip-Hop,Music,USD,2017-08-02,2500.00,2017-07-09 05:17:52,2520.50,successful,73,US,971.00,2520.50,2500.00 +1004339642,UNDIVE DARK SEA 500m,Product Design,Design,HKD,2017-08-25,250000.00,2017-07-28 08:34:21,670763.00,successful,181,HK,12694.69,85744.62,31957.87 +1004349656,IVIOU The future of buying and selling online,Apps,Technology,USD,2017-04-05,70000.00,2017-03-06 18:11:25,0.00,failed,0,US,0.00,0.00,70000.00 +1004353925,Rustic Reclaimed Furniture 100% hand made,Woodworking,Crafts,USD,2015-12-03,10000.00,2015-11-03 02:50:36,0.00,failed,0,US,0.00,0.00,10000.00 +1004356539,The Lonesome Days 1st Studio Album!,Country & Folk,Music,USD,2017-04-21,15000.00,2017-03-21 17:04:48,23000.00,successful,348,US,5422.00,23000.00,15000.00 +1004367374,League of Legends Cosplay,DIY,Crafts,USD,2014-08-25,500.00,2014-07-09 15:22:54,0.00,failed,0,US,0.00,0.00,500.00 +100437007,Lose Like a Human (2017),Film & Video,Film & Video,GBP,2017-07-21,800.00,2017-06-21 14:15:56,920.00,successful,28,GB,560.41,1195.26,1039.35 +1004372197,Animal Playing Cards,Playing Cards,Games,CAD,2016-03-04,2800.00,2016-02-03 01:14:40,782.00,failed,5,CA,558.62,582.89,2087.06 +1004377000,Entertain Us - The Photobook by Lois Golding,Photobooks,Photography,GBP,2015-05-23,1500.00,2015-04-23 19:11:25,1570.00,successful,60,GB,2343.93,2395.41,2288.61 +"1004379805,""Seeing Swiss: Pictures, People, and a World of Engineering"",Places,Photography,USD,2014-12-18,700.00,2014-11-18 02:06:46,985.00,successful,14,US,985.00,985.00,700.00" +100438743,Love. Guts. High School.,Theater,Theater,USD,2012-04-16,2500.00,2012-03-13 03:46:00,2667.00,successful,71,US,2667.00,2667.00,2500.00 +1004394288,CAFE GANGSTER,Webseries,Film & Video,USD,2014-09-24,15000.00,2014-08-25 12:13:43,1220.00,failed,17,US,1220.00,1220.00,15000.00 +1004399460,Rivers Monroe Fall Tour 2016,Pop,Music,USD,2016-10-24,25.00,2016-10-10 03:20:18,1310.00,successful,20,US,0.00,1310.00,25.00 +"1004402863,Nightingale Noel - An A Cappella Holiday CD,Music,Music,USD,2015-12-11,1200.00,2015-11-11 21:02:55,1585.00,undefined,0,""N,0"""""",,1585.00,1200.00" +1004405723,Golf Alpha Yankee: An LGBT Human Rights Documentary,Documentary,Film & Video,USD,2014-08-18,30000.00,2014-06-29 08:42:27,42060.63,successful,439,US,42060.63,42060.63,30000.00 +1004405919,Colombian art gallery in LA: The Magic Realism strikes back!,Mixed Media,Art,USD,2014-10-04,25000.00,2014-09-04 23:03:31,1141.50,failed,69,US,1141.50,1141.50,25000.00 +10044110,Can't Turn Back Now,Hip-Hop,Music,USD,2015-05-04,650.00,2015-04-04 01:35:25,2.00,failed,2,US,2.00,2.00,650.00 +1004434782,DIY BOXCAT by Rato Kim - The Vinyl Art Toy Platform,DIY,Crafts,USD,2018-01-06,2023.00,2017-12-04 17:26:58,3128.00,live,77,US,190.00,3128.00,2023.00 +1004436383,Ten Animal Masks in 10 Weeks,Performance Art,Art,USD,2010-05-29,2000.00,2010-02-28 01:17:03,421.00,failed,13,US,421.00,421.00,2000.00 +1004448951,A Dancer Descended Mount Kenya - A Memoir,Nonfiction,Publishing,USD,2014-12-15,11678.00,2014-11-15 04:03:33,4640.00,failed,23,US,4640.00,4640.00,11678.00 +1004451940,Streetest Miami - Support Our New Sports Apparel Line,Apparel,Fashion,USD,2016-09-09,9500.00,2016-08-02 02:12:49,0.00,canceled,0,US,0.00,0.00,9500.00 +1004456764,Press Start Bar,Drinks,Food,USD,2014-06-02,50000.00,2014-05-03 15:18:04,18483.00,failed,81,US,18483.00,18483.00,50000.00 +1004457833,Zombme,Video Games,Games,GBP,2015-06-11,5000.00,2015-06-10 19:03:39,20.00,failed,1,GB,30.71,30.97,7743.29 +1004458643,T-Shirt Design Startup,Graphic Design,Design,USD,2015-10-17,4000.00,2015-09-17 01:02:42,60.00,failed,1,US,60.00,60.00,4000.00 +1004468122,Zisil,Mobile Games,Games,USD,2017-08-25,1000.00,2017-06-26 18:28:17,30.00,failed,3,US,0.00,30.00,1000.00 +1004473432,Faceless Neil,Animation,Film & Video,USD,2013-01-14,6500.00,2012-12-05 19:22:40,10120.50,successful,116,US,10120.50,10120.50,6500.00 +1004480789,StarBird lands on Earth with the debut album There's No Time,Rock,Music,USD,2014-06-06,5000.00,2014-05-05 03:34:17,5480.00,successful,66,US,5480.00,5480.00,5000.00 +"100448936,""Bryan Wilton, From Print to Audio"",Publishing,Publishing,USD,2017-01-31,1000.00,2017-01-01 21:40:59,50.00,failed,1,US,50.00,50.00,1000.00" +1004493837,Downtown Murals,Public Art,Art,USD,2016-10-01,7500.00,2016-09-07 21:25:12,8900.33,successful,99,US,171.00,8900.33,7500.00 +1004500333,Zombie USB Keychain (Zed 1.0),Technology,Technology,USD,2012-07-26,5000.00,2012-06-26 01:16:25,5060.00,successful,172,US,5060.00,5060.00,5000.00 +1004506986,Skullgarden Linocut Print Project,Illustration,Art,USD,2013-12-01,500.00,2013-11-01 20:30:28,3090.00,successful,84,US,3090.00,3090.00,500.00 +1004511073,Soundtrack: The Story of the DJ,Documentary,Film & Video,USD,2014-02-12,105000.00,2014-01-13 10:32:11,11944.00,failed,193,US,11944.00,11944.00,105000.00 +1004513718,Give in to Sweet Surrender,Small Batch,Food,USD,2015-02-18,5000.00,2015-01-19 02:28:05,100.00,failed,1,US,100.00,100.00,5000.00 +1004516410,The Alaina Blair CD-Tour Project,Indie Rock,Music,USD,2013-03-01,10000.00,2013-02-07 08:03:33,1.00,failed,1,US,1.00,1.00,10000.00 +100452386,Cemetery Angels - A Photographic Book,Photobooks,Photography,USD,2015-11-25,3000.00,2015-10-26 18:49:36,300.00,failed,1,US,300.00,300.00,3000.00 +1004551323,Sledge Leather's reply to(insert large-ass metal label here),Music,Music,USD,2012-12-18,10667.00,2012-11-09 20:24:17,1220.00,failed,30,US,1220.00,1220.00,10667.00 +100455559,KENSAKU SHINOHARA : AT MANA TO SPRING 2014,Performance Art,Art,USD,2014-01-12,1000.00,2013-12-13 06:58:42,1390.00,successful,51,US,1390.00,1390.00,1000.00 +1004559427,Help me exhibit at an art show by Geordanna the Artist,Painting,Art,USD,2015-10-22,1300.00,2015-10-05 21:25:08,1486.00,successful,4,US,1486.00,1486.00,1300.00 +1004560254,ExoSkeleton Assault Squad and Hura Technocracy - 15mm Sci-Fi,Tabletop Games,Games,USD,2014-08-01,1750.00,2014-07-02 05:01:42,4245.00,successful,93,US,4245.00,4245.00,1750.00 +1004597770,MoAR - An Online Multiplayer Fighting Game,Video Games,Games,USD,2013-04-01,75000.00,2013-03-07 13:16:47,5396.00,failed,53,US,5396.00,5396.00,75000.00 +1004598628,Esperanza: A Gang Intervention (Photo Documentary),People,Photography,USD,2016-05-06,6000.00,2016-04-06 18:02:59,14006.00,successful,127,US,14006.00,14006.00,6000.00 +1004598691,Jakten på makten - Brädspelet om svensk politik - 2016,Tabletop Games,Games,SEK,2016-07-19,50000.00,2016-06-19 10:23:56,10327.00,failed,26,SE,740.99,1197.54,5798.11 +100459896,How To Create A Liberal America,Nonfiction,Publishing,USD,2012-08-31,30000.00,2012-08-01 13:55:23,8651.98,failed,161,US,8651.98,8651.98,30000.00 +"100459984,""Cooking With Fire, The Disaster Cookbook"",Nonfiction,Publishing,USD,2013-03-07,1500.00,2013-01-28 20:16:38,1692.00,successful,42,US,1692.00,1692.00,1500.00" +1004600408,Paragon - Short Film (Canceled),Shorts,Film & Video,USD,2010-07-31,10000.00,2010-06-12 02:19:25,0.00,canceled,0,US,0.00,0.00,10000.00 +"1004619032,""""""Violet Tendencies"""" (starring Mindy Cohn) on DVD"",Shorts,Film & Video,USD,2010-12-17,10000.00,2010-11-30 07:10:40,11610.00,successful,106,US,11610.00,11610.00,10000.00" +1004621325,Disgruntled Decks: The Original Card Game For Veterans.,Playing Cards,Games,USD,2016-03-03,15000.00,2016-02-02 12:39:32,147526.00,successful,3527,US,147526.00,147526.00,15000.00 +1004621740,We Come From The Sea - An Ambitious Short Film,Shorts,Film & Video,USD,2011-01-26,20000.00,2010-12-24 22:56:53,3355.00,failed,26,US,3355.00,3355.00,20000.00 +1004637630,Elemental - and the burning city,Comic Books,Comics,GBP,2014-07-27,1500.00,2014-05-28 12:39:23,1500.00,successful,27,GB,2530.08,2523.85,2523.85 +1004638242,Sol McNally Photography,People,Photography,USD,2015-10-17,2000.00,2015-09-17 23:28:55,2.00,failed,2,US,2.00,2.00,2000.00 +1004641424,45 LED Packlight - Lets You Bend Light Where You Need It,Product Design,Design,USD,2011-09-24,7000.00,2011-07-26 18:03:52,32766.90,successful,530,US,32766.90,32766.90,7000.00 +100464296,FlowPaw : Learn computer coding by building your own gizmos,Technology,Technology,GBP,2014-11-20,19500.00,2014-10-21 23:33:24,20970.00,successful,145,GB,33780.46,32885.86,30580.56 +1004648273,On Home Ground,Documentary,Film & Video,USD,2014-10-25,10000.00,2014-09-24 17:16:53,3440.00,failed,27,US,3440.00,3440.00,10000.00 +1004649506,Pixel Press: Draw Your Own Video Game,Video Games,Games,USD,2013-06-14,100000.00,2013-05-07 06:56:52,108950.86,successful,2256,US,108950.86,108950.86,100000.00 +"1004666737,""Sexy Action Accounting Myths, a short film"",Experimental,Film & Video,USD,2014-12-12,1450.00,2014-11-13 16:55:07,1507.00,successful,42,US,1507.00,1507.00,1450.00" +1004668657,Moment: Make Your iPhone 7 A Better Camera,Product Design,Design,USD,2017-04-08,500000.00,2017-02-07 17:50:13,767897.09,successful,5149,US,269.00,767897.09,500000.00 +1004671073,Poetry Will Never Be The Same,Poetry,Publishing,USD,2013-02-23,3000.00,2013-01-24 09:51:16,987.00,failed,35,US,987.00,987.00,3000.00 +1004671876,Post Election Student Voices of Hope & Resistance,Art,Art,USD,2016-12-22,2000.00,2016-12-08 04:31:06,3818.00,successful,67,US,1785.00,3818.00,2000.00 +1004686676,Ion: A Music Detecting Mood Light with Bluetooth Low Energy,Hardware,Technology,USD,2014-05-01,20000.00,2014-04-01 17:55:29,74026.00,successful,405,US,74026.00,74026.00,20000.00 +1004687584,Bringing Patrizi's Back: A family food truck experience,Food,Food,USD,2013-03-02,30000.00,2013-01-25 18:06:17,40062.00,successful,117,US,40062.00,40062.00,30000.00 +1004692921,Musical Help for Trouble with Numbers (one of many),Classical Music,Music,USD,2016-02-19,500.00,2016-02-18 04:29:22,0.00,failed,0,US,0.00,0.00,500.00 +1004696424,Fused By Defiance Album 2015,Rock,Music,USD,2015-02-19,500.00,2015-01-19 10:49:52,665.00,successful,17,US,665.00,665.00,500.00 +1004697378,Rolling : a real journey (Canceled),Documentary,Film & Video,USD,2011-03-03,160000.00,2011-01-12 15:53:11,10.00,canceled,1,US,10.00,10.00,160000.00 +1004698783,Go Mobile Drool Central,Food Trucks,Food,USD,2016-04-02,25000.00,2016-03-03 09:59:00,1708.00,failed,16,US,1708.00,1708.00,25000.00 +1004727949,Awfully Sudden-The Album,Indie Rock,Music,USD,2012-12-01,2500.00,2012-11-01 21:08:44,2500.50,successful,57,US,2500.50,2500.50,2500.00 +1004749427,BEYOND PARALLEL: Print Edition Run for coming-of-age novel,Fiction,Publishing,GBP,2013-07-11,2743.00,2013-06-11 14:49:03,1139.00,failed,49,GB,1770.41,1720.86,4144.26 +1004752143,The 'i don't want to apply for x-factor' Music Project,Pop,Music,GBP,2015-07-01,6500.00,2015-06-01 12:11:21,2180.00,failed,30,GB,3333.44,3405.98,10155.46 +1004756907,Off the beaten track,Photography,Photography,GBP,2015-04-21,60000.00,2015-03-07 00:35:01,1.00,failed,1,GB,1.53,1.51,90716.66 +1004760459,LOVERS LOST - Feature Film,Narrative Film,Film & Video,CAD,2014-05-31,10000.00,2014-05-01 23:13:08,13065.00,successful,122,CA,11917.85,11959.90,9154.16 +1004763680,Coon's Age Volume One,Graphic Novels,Comics,USD,2015-02-19,3000.00,2015-01-19 19:59:55,169.00,failed,6,US,169.00,169.00,3000.00 +1004766153,Let Us Make Man (Canceled),Shorts,Film & Video,USD,2011-11-21,3000.00,2011-10-13 08:34:12,55.00,canceled,2,US,55.00,55.00,3000.00 +1004781384,Might As Well Live: Dorothy Parker Does Hollywood Fringe,Plays,Theater,USD,2015-06-03,3000.00,2015-05-02 23:00:01,4656.00,successful,56,US,4656.00,4656.00,3000.00 +1004783664,Traditional Astrophotography: A window to Cygnus,Photography,Photography,USD,2012-03-25,2000.00,2012-02-09 05:52:32,3053.00,successful,43,US,3053.00,3053.00,2000.00 +1004784584,Hole in the Wall - Hector Records His Debut Studio Album!,Rock,Music,USD,2014-08-10,1000.00,2014-07-11 17:05:56,1045.00,successful,20,US,1045.00,1045.00,1000.00 +1004807406,Lighten Up,Music,Music,USD,2016-03-13,500.00,2016-02-12 02:30:46,1.00,failed,1,US,1.00,1.00,500.00 +1004808301,Surrender to Spirit Creative Writing Project - Phase 1,Fiction,Publishing,USD,2012-09-08,2500.00,2012-07-10 23:39:01,60.00,failed,3,US,60.00,60.00,2500.00 +1004812579,Newton's Wildlife Adventures,Children's Books,Publishing,GBP,2014-08-13,3000.00,2014-07-14 18:26:39,13.00,failed,4,GB,22.26,21.70,5007.01 +1004814701,The Secret Tomato Project,Farms,Food,USD,2015-08-06,1000.00,2015-07-30 01:13:55,1531.00,successful,42,US,1531.00,1531.00,1000.00 +1004814890,XSTINK,Video Games,Games,USD,2012-02-28,2500.00,2012-01-14 06:20:26,125.00,failed,4,US,125.00,125.00,2500.00 +1004817817,Opening an online-gallery for great Dinosaur Art and Artists,Mixed Media,Art,USD,2013-06-03,999.00,2013-05-04 00:45:59,1653.00,successful,28,US,1653.00,1653.00,999.00 +1004820376,Meditation: 8 Simple Techniques for Beginners,Nonfiction,Publishing,EUR,2017-02-20,110.00,2017-01-30 18:18:26,5.00,failed,1,AT,0.00,5.30,116.70 +1004830984,Qi Aerista: The Ultimate Wi-Fi-Enabled Smart Tea Maker,Product Design,Design,HKD,2016-12-15,600000.00,2016-11-15 16:51:13,1343877.00,successful,1180,HK,35693.05,173126.48,77295.68 +100483818,The Art of Mitch Foust 2017 Yearbook,Art Books,Publishing,USD,2017-06-02,5000.00,2017-05-01 12:41:36,10177.00,successful,79,US,5957.00,10177.00,5000.00 +1004846489,Bring Victorian to Life.,Pop,Music,USD,2013-10-22,4000.00,2013-10-15 04:23:16,4542.83,successful,21,US,4542.83,4542.83,4000.00 +1004851582,Chat's Choice Gaming,Live Games,Games,USD,2017-12-01,10000.00,2017-10-30 23:57:45,0.00,failed,0,US,0.00,0.00,10000.00 +1004856971,Thank You Letters from Krys,Publishing,Publishing,USD,2014-12-05,1000.00,2014-11-05 23:30:51,0.00,failed,0,US,0.00,0.00,1000.00 +"1004859669,""MargOH! in """"What makes a legend drink more? London Style"""""",Theater,Theater,USD,2010-12-21,1200.00,2010-10-31 16:44:31,110.00,failed,4,US,110.00,110.00,1200.00" +1004866875,Original paintings from £10,Painting,Art,GBP,2015-07-29,500.00,2015-06-29 12:12:07,92.00,failed,4,GB,144.88,143.30,778.79 +1004871321,OPUNTIA,Documentary,Film & Video,USD,2016-07-15,15000.00,2016-06-15 16:30:47,17933.00,successful,117,US,16699.00,17933.00,15000.00 +1004889267,Debut Hip-Hop Album by MikelWJ,Music,Music,USD,2011-12-26,210.00,2011-10-27 01:44:53,5.00,failed,1,US,5.00,5.00,210.00 +1004911835,The Shattered Shards 3D Printable Fantasy War Games Scenery,Tabletop Games,Games,GBP,2017-11-21,500.00,2017-11-06 19:06:08,5231.00,successful,86,GB,2277.01,6971.32,666.35 +1004921259,Temple Flower | Vibrant Activewear and Yoga Apparel,Apparel,Fashion,USD,2015-03-12,20000.00,2015-02-10 14:15:41,22665.00,successful,103,US,22665.00,22665.00,20000.00 +1004922401,Scorned starring American Idol alum & 2x Grammy nominee Chip,Shorts,Film & Video,USD,2012-02-03,4500.00,2012-01-09 01:13:10,0.00,failed,0,US,0.00,0.00,4500.00 +"1004930345,""The """"Here I AM' Project"",Hip-Hop,Music,USD,2014-05-15,500.00,2014-04-15 02:48:15,76.00,failed,3,US,76.00,76.00,500.00" +1004941506,Maori MBT Awareness Centre,Web,Journalism,CAD,2017-10-18,2000000.00,2017-08-19 22:13:55,2242.00,failed,19,CA,1160.67,1794.46,1600768.37 +100495978,A Weekly Video Series,Animation,Film & Video,USD,2016-03-26,500.00,2016-02-25 18:51:16,2.00,failed,2,US,2.00,2.00,500.00 +1004959988,Bike Pouch,Product Design,Design,USD,2012-06-21,31400.00,2012-05-22 22:11:38,1004.00,failed,27,US,1004.00,1004.00,31400.00 +1004964278,GLOBAL INTERSECTION 13: A World of Materials and Methods,Mixed Media,Art,USD,2013-09-22,2100.00,2013-08-23 19:31:04,175.00,failed,3,US,175.00,175.00,2100.00 +1004968643,Zombie T-Shirts & Hoodies,Fashion,Fashion,USD,2012-06-09,3000.00,2012-05-10 20:47:18,0.00,failed,0,US,0.00,0.00,3000.00 +1004972393,AlwaysRemembered.com The new way to remember our loved ones,Web,Technology,AUD,2017-05-15,100000.00,2017-04-15 09:17:40,0.00,failed,0,AU,18.93,0.00,74371.56 +1004979544,Moustache Bow Tie Project for Mo Bros & Mo Sistas,Fashion,Fashion,USD,2012-11-28,500.00,2012-10-24 20:51:48,1162.00,successful,44,US,1162.00,1162.00,500.00 +"100497966,""My first official music video for my single """"Forever"""""",Hip-Hop,Music,USD,2013-07-31,700.00,2013-07-01 20:54:31,0.00,failed,0,US,0.00,0.00,700.00" +1004982490,Personalized Children's Book (Canceled),Publishing,Publishing,USD,2015-06-17,30000.00,2015-05-18 19:07:37,6353.00,canceled,141,US,6353.00,6353.00,30000.00 +1004988635,Prelude - Psychological Survival Horror Game,Video Games,Games,MXN,2017-10-27,5000.00,2017-09-27 09:39:31,5050.00,successful,25,MX,25.12,262.20,259.61 +1004989778,Our Bible App,Product Design,Design,USD,2016-10-02,40000.00,2016-08-29 20:52:45,2328.11,failed,45,US,0.00,2328.11,40000.00 +1004990910,Een leven lang FLOW,Nonfiction,Publishing,EUR,2016-10-30,10000.00,2016-10-06 18:39:49,10317.00,successful,56,NL,3540.04,11444.64,11092.99 +1004999687,Garment Collective: Ethically sourced. Redemptively Made.,Apparel,Fashion,USD,2015-01-25,20000.00,2014-12-08 19:25:43,26695.00,successful,296,US,26695.00,26695.00,20000.00 +1005000674,In The Beginning by Mark Barnes,World Music,Music,USD,2016-04-04,2000.00,2016-03-14 00:37:14,772.00,failed,20,US,772.00,772.00,2000.00 +10050058,The Challis Effect: Your Heart Was Built On A Graveyard....,Rock,Music,USD,2012-05-14,3500.00,2012-04-14 01:26:12,0.00,failed,0,US,0.00,0.00,3500.00 +1005008262,A:LOG,Design,Design,USD,2013-06-28,20000.00,2013-05-29 04:01:45,30673.00,successful,775,US,30673.00,30673.00,20000.00 +1005009188,Maui to Maine 2017 | CLAYBOURNE TOUR,Music,Music,USD,2017-05-12,2000.00,2017-03-13 20:48:09,2000.00,successful,16,US,155.00,2000.00,2000.00 +1005014904,Worlds of Adventure: Fantasy Realms,Tabletop Games,Games,GBP,2016-08-15,10000.00,2016-07-15 07:55:38,294.00,failed,15,GB,213.36,384.79,13087.98 +1005018489,Perfect Boots - Fernando Berlin,Footwear,Fashion,EUR,2015-10-16,20000.00,2015-09-16 21:12:51,34411.00,successful,79,DE,38934.75,39090.97,22720.04 +1005020458,Tiddly Trailer Bar Co.,Drinks,Food,USD,2018-01-02,9500.00,2017-11-03 21:36:22,9500.00,live,36,US,0.00,9500.00,9500.00 +1005023399,The Dihydrogen Monoxide Conspiracy,Documentary,Film & Video,USD,2016-04-07,25000.00,2016-02-22 15:13:55,16680.01,failed,502,US,16680.01,16680.01,25000.00 +1005027414,3D survival Kit,Product Design,Design,USD,2015-12-17,500.00,2015-11-02 01:23:58,1919.00,successful,43,US,1919.00,1919.00,500.00 +1005030157,Tons Of Music For A Buck!!!,Rock,Music,USD,2015-08-15,1.00,2015-07-16 23:41:20,113.00,successful,13,US,113.00,113.00,1.00 +1005036020,Adoree - European Promo Tour (Summer 2011),Electronic Music,Music,USD,2011-06-19,15000.00,2011-05-20 17:12:04,845.00,failed,20,US,845.00,845.00,15000.00 +1005037455,Read The Bible in 1 Year Card System,Nonfiction,Publishing,USD,2013-08-31,4500.00,2013-08-02 21:29:59,145.00,failed,11,US,145.00,145.00,4500.00 +1005040851,Rob Wiley Custom Leatherwork,Fashion,Fashion,USD,2015-04-27,20000.00,2015-03-28 02:47:24,540.00,failed,4,US,540.00,540.00,20000.00 +1005044737,Entropy: Lovecraftian horror meets sci-fy,Webcomics,Comics,USD,2017-12-16,4500.00,2017-11-11 22:51:02,305.00,canceled,10,US,195.00,305.00,4500.00 +1005051188,N3ON LOVE official launch,Video Games,Games,USD,2016-03-03,450.00,2016-02-01 08:26:12,115.00,failed,4,US,115.00,115.00,450.00 +1005053619,Famous Paintings - a tribute to another art form (Canceled),Photography,Photography,USD,2012-06-01,10000.00,2012-04-02 22:30:20,0.00,canceled,0,US,0.00,0.00,10000.00 +1005063605,LittleRP - Affordable Flexible Open 3D Resin Printer,3D Printing,Technology,USD,2014-09-10,25000.00,2014-08-11 17:03:52,118923.50,successful,290,US,118923.50,118923.50,25000.00 +1005072084,Fallen Guardian Angels Film Project,Narrative Film,Film & Video,USD,2012-04-23,1001.00,2012-03-09 03:51:18,670.00,failed,5,US,670.00,670.00,1001.00 +"1005072752,""Monocrane Reversible Leather Book Bag, with Photochromic Ink"",Product Design,Design,CAD,2017-07-21,5000.00,2017-06-21 18:53:07,6382.00,successful,34,CA,1653.96,5066.69,3969.51" +"1005080604,""a hilarious film called """"mooo"""""",Shorts,Film & Video,USD,2013-11-01,1600.00,2013-09-30 19:49:33,1760.00,successful,37,US,1760.00,1760.00,1600.00" +"1005081073,""Hi! Please help me publish """"The Wizard's Legacy""""!"",Fiction,Publishing,USD,2017-12-06,2000.00,2017-11-06 06:26:09,128.00,failed,5,US,50.00,128.00,2000.00" +1005097329,Bondurant Brothers Distillery,Drinks,Food,USD,2014-11-04,20000.00,2014-10-05 19:16:40,750.00,failed,9,US,750.00,750.00,20000.00 +1005100517,My Summer as a Goth 2016 Finishing Funds,Narrative Film,Film & Video,USD,2016-08-18,50000.00,2016-07-04 01:45:19,20677.00,failed,189,US,2805.00,20677.00,50000.00 +100510248,Without You,Film & Video,Film & Video,GBP,2013-03-17,2000.00,2013-02-05 13:23:56,15.00,failed,2,GB,23.55,22.77,3036.61 +1005103612,Duo: A DIY twin lens reflex camera for instant film,Product Design,Design,USD,2013-02-20,10000.00,2013-01-11 19:58:29,19711.00,successful,115,US,19711.00,19711.00,10000.00 +1005115850,Western Sydney Arts Academy,Art,Art,AUD,2015-01-22,100000.00,2014-11-23 02:42:52,16.00,failed,3,AU,13.82,12.65,79032.64 +1005116416,Pursu. Passion. Career.,Technology,Technology,USD,2017-05-15,52000.00,2017-04-20 23:42:45,153.00,failed,2,US,153.00,153.00,52000.00 +1005116685,Crazy Train,Children's Books,Publishing,USD,2015-09-28,4500.00,2015-08-29 17:58:48,0.00,failed,0,US,0.00,0.00,4500.00 +1005125521,1862 Railway mania in the Eastern Counties,Tabletop Games,Games,GBP,2013-07-16,12000.00,2013-06-30 13:21:19,18312.00,successful,139,GB,27862.86,27944.45,18312.22 +1005127698,MY LIFE AS I SEE IT,Nonfiction,Publishing,USD,2012-11-09,5000.00,2012-10-02 01:06:57,51.00,failed,3,US,51.00,51.00,5000.00 +1005129219,PongCaddie - Save Your Balls With Our Beer Pong Nets,Product Design,Design,USD,2016-04-06,25000.00,2016-03-07 19:03:03,7068.00,failed,78,US,7068.00,7068.00,25000.00 +1005136256,Julia Fanning's Debut EP,Pop,Music,USD,2015-07-26,6000.00,2015-06-29 20:47:46,7591.00,successful,70,US,7591.00,7591.00,6000.00 +100513718,Sprite Lamp - Dynamic lighting for 2D art,Video Games,Games,AUD,2013-12-13,6000.00,2013-11-13 00:05:38,30353.80,successful,547,AU,28480.84,27135.53,5363.85 +1005139968,Z Day by Lena Pendleton,Fiction,Publishing,USD,2016-07-26,900.00,2016-06-11 07:34:00,140.00,failed,3,US,140.00,140.00,900.00 +1005149661,The road to Italy!,Classical Music,Music,USD,2015-03-13,4300.00,2015-01-27 05:32:14,1046.00,failed,10,US,1046.00,1046.00,4300.00 +1005150398,Models & Me © : The App (Canceled),Apps,Technology,EUR,2016-01-30,1500.00,2015-12-11 19:42:34,0.00,canceled,0,IE,0.00,0.00,1680.30 +1005151341,Immersive Cinema,Film & Video,Film & Video,USD,2012-04-14,2000.00,2012-03-15 23:26:45,0.00,failed,0,US,0.00,0.00,2000.00 +1005155704,BBQ Dragon - The Barbecue & Fire Supercharger!,Product Design,Design,USD,2013-06-01,100000.00,2013-04-29 14:12:44,103307.65,successful,854,US,103307.65,103307.65,100000.00 +1005157364,Dineamics,Apps,Technology,USD,2015-04-28,1000.00,2015-04-14 18:00:17,35.00,failed,3,US,35.00,35.00,1000.00 +1005163765,The UNEARTHING,Dance,Dance,USD,2011-12-20,14000.00,2011-11-10 18:30:24,14401.00,successful,261,US,14401.00,14401.00,14000.00 +1005175741,UNCLE SAMta – FINAL HOURS,Animation,Film & Video,USD,2014-07-05,100000.00,2014-06-09 15:27:17,25877.00,failed,118,US,25877.00,25877.00,100000.00 +1005181228,You Know You Like It,Music Videos,Film & Video,GBP,2016-11-07,1500.00,2016-10-17 22:00:16,1520.00,successful,25,GB,487.56,1924.25,1898.93 +"1005185256,Local Music Connection,Music,Music,USD,2015-12-18,1500.00,2015-11-18 21:50:04,69.00,undefined,0,""N,0"""""",,69.00,1500.00" +1005191083,IGLOO GLASS - World's Coolest Beer Glass,Product Design,Design,EUR,2016-12-23,40000.00,2016-11-17 18:38:04,10310.00,failed,183,IE,6221.51,10769.87,41784.18 +1005202790,Treasure Book Covers,Mixed Media,Art,GBP,2015-06-13,4500.00,2015-05-14 16:15:26,0.00,failed,0,GB,0.00,0.00,7127.25 +1005205097,We Came To Sweat,Dance,Dance,USD,2011-05-03,2223.00,2011-04-11 09:17:10,2845.00,successful,97,US,2845.00,2845.00,2223.00 +100520530,Finish El Toro The Tot Food Trailer!!,Food,Food,USD,2013-04-28,28000.00,2013-03-29 06:37:11,28036.00,successful,75,US,28036.00,28036.00,28000.00 +100520798,MadJacks | Ski Pain-Free | Walk Normally | Affordably,Product Design,Design,USD,2017-12-29,8000.00,2017-11-14 09:09:01,9502.00,successful,53,US,398.00,9502.00,8000.00 +1005211667,Phil KIng and Leeland,Indie Rock,Music,USD,2013-06-01,7000.00,2013-05-02 00:50:04,0.00,failed,0,US,0.00,0.00,7000.00 +"1005217119,""Elbows & Knees: the """"Crippled By a Crush"""" EP"",Indie Rock,Music,USD,2012-03-01,850.00,2012-01-28 00:52:08,900.00,successful,32,US,900.00,900.00,850.00" +1005217515,Broadway Comes To Denver: Scholarship fund,Theater,Theater,USD,2010-04-03,3600.00,2010-01-03 09:25:12,3661.00,successful,30,US,3661.00,3661.00,3600.00 +1005220066,Bedroom Behavior Lingerie,Apparel,Fashion,USD,2017-09-30,12000.00,2017-08-31 23:05:33,5800.00,failed,9,US,10.00,5800.00,12000.00 +"100522240,DO NOT DUPLICATE - Selected by 2015 Devon Film Commision,Film & Video,Film & Video,GBP,2015-04-10,1500.00,2015-03-11 22:07:00,277.00,undefined,0,""N,0"""""",,404.18,2188.69" +100522710,Hollander & Lexer F/W13 Women's Clothing Project (Canceled),Fashion,Fashion,USD,2013-06-10,35000.00,2013-05-11 19:38:31,391.00,canceled,6,US,391.00,391.00,35000.00 +1005227930,My Parka | World's Most Elegant Authentic & Functional Parka,Apparel,Fashion,USD,2017-02-06,25000.00,2016-12-08 19:00:10,10618.00,canceled,35,US,1656.00,10618.00,25000.00 +1005235197,For Love of Libya,Journalism,Journalism,USD,2011-11-14,2000.00,2011-09-18 17:24:58,2095.00,successful,40,US,2095.00,2095.00,2000.00 +1005236469,Amazing Tales of The Wasted Lands inaugural issue pre-sale!,Fiction,Publishing,USD,2017-08-19,5000.00,2017-07-20 10:15:10,6442.00,successful,139,US,429.00,6442.00,5000.00 +1005236629,GEEX Season One!,Webseries,Film & Video,USD,2013-08-22,70000.00,2013-07-18 19:02:57,9908.00,failed,139,US,9908.00,9908.00,70000.00 +1005237669,The Old Soul of a Lion,Film & Video,Film & Video,USD,2014-10-14,3000000.00,2014-08-15 20:16:22,4.00,failed,2,US,4.00,4.00,3000000.00 +1005239027,Between a Rock and Hard Place (Canceled),Mobile Games,Games,AUD,2016-07-06,20000.00,2016-05-08 17:31:40,0.00,canceled,0,AU,0.00,0.00,15029.68 +1005240043,Sleep-A-Board,Product Design,Design,USD,2017-10-26,10000.00,2017-09-26 01:49:47,320.00,failed,7,US,200.00,320.00,10000.00 +1005240050,Kevin Woody - First Solo Album,Country & Folk,Music,USD,2015-07-19,14000.00,2015-06-19 17:34:17,14200.00,successful,78,US,14200.00,14200.00,14000.00 +1005247768,Norman Einstein's NORMANTHOLOGY,Nonfiction,Publishing,USD,2012-09-07,2000.00,2012-08-08 23:39:04,2661.32,successful,111,US,2661.32,2661.32,2000.00 +100524873,PRESIDENT OF THE UNITED STATES (Suspended),Academic,Publishing,USD,2015-10-25,5500.00,2015-08-26 05:54:42,0.00,suspended,0,US,0.00,0.00,5500.00 +10052511,Please Donate Money For My First Music Video Shooting in September,Country & Folk,Music,USD,2010-09-17,5000.00,2010-08-18 05:29:35,0.00,failed,0,US,0.00,0.00,5000.00 +1005251354,Kronos at the Pino Family Ranch,Sculpture,Art,USD,2013-10-05,3000.00,2013-09-05 22:27:28,3299.00,successful,51,US,3299.00,3299.00,3000.00 +100525355,The Stolen Crystals,Video Games,Games,EUR,2016-06-02,500.00,2016-05-03 18:27:47,15.00,failed,2,FR,17.20,16.73,557.70 +1005254734,Bicycle protection on the move. (Canceled),Product Design,Design,USD,2015-09-23,40000.00,2015-09-01 09:55:43,20670.00,canceled,86,US,20670.00,20670.00,40000.00 +1005260657,Low Shoulders - A Short Film,Shorts,Film & Video,USD,2011-05-03,5000.00,2011-04-03 19:50:05,5350.51,successful,118,US,5350.51,5350.51,5000.00 +1005272778,The Endless Whispers Cycle Featurettes,Thrillers,Film & Video,USD,2014-12-03,5800.00,2014-10-24 16:29:33,5825.00,successful,39,US,5825.00,5825.00,5800.00 +1005276297,Dexter's Etsy Shop Expansion,Accessories,Fashion,USD,2016-09-04,200.00,2016-08-05 22:31:41,205.00,successful,5,US,25.00,205.00,200.00 +1005283757,Inflatable Jake band T-shirts,Fashion,Fashion,USD,2016-11-22,360.00,2016-11-14 21:18:46,22.00,failed,2,US,21.00,22.00,360.00 +1005286348,WANTED: THE BEST TASTING FUDGE ON EARTH (Canceled),Food,Food,AUD,2014-12-16,800.00,2014-10-17 00:17:35,0.00,canceled,0,AU,0.00,0.00,654.34 +1005287592,Artisan Vinegar,Vegan,Food,USD,2017-06-08,3000.00,2017-05-09 18:17:42,149.00,failed,3,US,0.00,149.00,3000.00 +1005292230,Saga of the Splintered Realm,Tabletop Games,Games,USD,2014-04-13,1000.00,2014-03-14 01:53:41,3438.13,successful,99,US,3438.13,3438.13,1000.00 +1005300534,Make COOLRUNNINGS first physical release a reality.,Indie Rock,Music,USD,2011-09-07,2100.00,2011-06-09 23:06:42,3173.00,successful,82,US,3173.00,3173.00,2100.00 +1005302689,51st Studios Unplugged: Wood Headphones featuring Bluetooth,Hardware,Technology,USD,2014-05-08,60000.00,2014-04-08 22:09:47,45687.01,failed,108,US,45687.01,45687.01,60000.00 +1005313842,Will the Film,Film & Video,Film & Video,USD,2016-09-22,10000.00,2016-08-23 18:48:45,10600.00,successful,245,US,2605.00,10600.00,10000.00 +1005346286,Edgar Wallace Jr. (Gets Saxy in the studio for new C.D.),Jazz,Music,USD,2012-03-10,18000.00,2012-01-19 10:20:04,0.00,failed,0,US,0.00,0.00,18000.00 +"1005349963,""Cirsova 2017 (#s 5 & 6): Lovecraft, Swords and Space Ships!"",Zines,Publishing,USD,2017-02-25,2000.00,2017-01-25 17:53:56,2517.00,successful,136,US,1057.00,2517.00,2000.00" +1005351933,LEGO My Chess Set,Product Design,Design,USD,2014-10-01,1250.00,2014-09-01 21:00:54,1504.00,successful,42,US,1504.00,1504.00,1250.00 +1005359874,Feeding Fingers - Their first double album,World Music,Music,USD,2010-12-01,7000.00,2010-10-17 19:15:21,1550.00,failed,16,US,1550.00,1550.00,7000.00 +1005359971,Telemetry Webisodes,Indie Rock,Music,USD,2015-05-17,2000.00,2015-04-17 20:42:45,2040.00,successful,32,US,2040.00,2040.00,2000.00 +1005361089,Songs Without Words,Indie Rock,Music,USD,2011-11-12,5000.00,2011-09-13 16:23:09,5170.00,successful,68,US,5170.00,5170.00,5000.00 +1005361310,Chris Custom Built PC's,Gadgets,Technology,USD,2015-04-04,7000.00,2015-02-03 02:49:43,0.00,failed,0,US,0.00,0.00,7000.00 +1005364432,Code name: Interstellar (Canceled),Festivals,Theater,USD,2016-05-03,3000000.00,2016-03-04 04:30:08,0.00,canceled,0,US,0.00,0.00,3000000.00 +1005373425,Make a Record with Ben Cyllus - be a part of the new project,Indie Rock,Music,USD,2011-05-14,13000.00,2011-03-30 20:47:57,10375.00,failed,59,US,10375.00,10375.00,13000.00 +"1005383742,""STILL MOTION presents """"Moments Defined"""" NYC"",Dance,Dance,USD,2014-05-01,25000.00,2014-03-18 21:41:46,27431.00,successful,97,US,27431.00,27431.00,25000.00" +1005387641,Letters from Basic Training,Anthologies,Publishing,USD,2014-08-16,1000.00,2014-07-17 01:28:13,50.00,failed,1,US,50.00,50.00,1000.00 +1005393309,A Major Factor,Film & Video,Film & Video,USD,2013-02-04,3500.00,2013-01-08 09:38:38,5.00,failed,1,US,5.00,5.00,3500.00 +1005393753,A watch that INSPIRES your life.,Fashion,Fashion,AUD,2014-09-21,10000.00,2014-08-07 16:43:13,4233.00,failed,54,AU,3935.27,3721.32,8791.21 +1005393893,Affordable Computer Controlled Quilting System Add-On,Technology,Technology,USD,2017-12-31,52000.00,2017-12-01 15:43:33,1053.00,failed,3,US,5.00,1053.00,52000.00 +1005395063,The ManBoy LP by OLIVER MANNING,Indie Rock,Music,GBP,2015-03-13,2000.00,2015-02-11 16:10:22,2292.00,successful,94,GB,3493.28,3387.78,2956.17 +1005397520,REDS.box - Get your privacy back in the cloud,Hardware,Technology,EUR,2016-02-18,50000.00,2016-01-19 12:01:32,33916.00,failed,209,DE,36950.77,37633.01,55479.73 +"1005400392,""The ODYSSEY by Homer - Amazing Youth Actors, Giant Puppets!"",Theater,Theater,USD,2013-02-22,2700.00,2013-02-08 01:49:05,2752.00,successful,30,US,2752.00,2752.00,2700.00" +1005413300,NAMM Marketing -keeping up with the big dogs,Sound,Technology,USD,2014-06-26,2800.00,2014-06-12 01:59:07,545.00,failed,11,US,545.00,545.00,2800.00 +1005414218,Debut EP Album Promotion,R&B,Music,USD,2014-11-26,5500.00,2014-10-27 17:46:28,131.00,failed,5,US,131.00,131.00,5500.00 +1005420341,Doodle: The Creatively Interactive Children's Book.,Children's Books,Publishing,USD,2014-09-26,15000.00,2014-08-27 23:40:57,65.00,failed,9,US,65.00,65.00,15000.00 +1005421547,The Green Lamp Prototype (Canceled),Hardware,Technology,USD,2015-10-04,500.00,2015-09-04 19:06:35,0.00,canceled,0,US,0.00,0.00,500.00 +1005422939,A Ninjutsu Pencil Holder,Design,Design,CAD,2014-11-18,500.00,2014-11-01 21:21:41,423.00,failed,24,CA,377.84,375.67,444.05 +1005423973,Bocusini - World's first plug & play 3D Food Printing System,3D Printing,Technology,EUR,2015-06-11,30000.00,2015-05-12 09:42:41,40581.00,successful,149,DE,45283.87,45531.66,33659.83 +"1005426415,""The Conservative Theatre Festival: Columbus, OH, 1/7/17"",Festivals,Theater,USD,2016-07-31,1200.00,2016-07-01 14:49:01,11.00,failed,1,US,0.00,11.00,1200.00" +1005457160,Spread the Love,Food,Food,USD,2014-10-08,7000.00,2014-09-08 22:53:59,0.00,failed,0,US,0.00,0.00,7000.00 +1005465883,How To Run Fast,Documentary,Film & Video,USD,2017-05-10,12500.00,2017-04-10 21:21:18,1225.00,failed,16,US,10.00,1225.00,12500.00 +1005469380,Fashion wear for Sweater Weather!100% Wool Hoodie & Sweaters,Fashion,Fashion,USD,2014-04-06,21000.00,2014-02-05 01:52:23,2425.00,canceled,28,US,2425.00,2425.00,21000.00 +1005477477,Aivot,Wearables,Technology,MXN,2017-01-27,72083.00,2016-11-28 23:23:35,200.00,failed,3,MX,0.00,9.48,3414.96 +1005478066,FashionRider Show & Tell - Video Documentary,Film & Video,Film & Video,GBP,2013-05-24,16000.00,2013-04-24 13:29:04,0.00,failed,0,GB,0.00,0.00,24158.24 +100548130,SHRED. Pro Rider Snowboard game.,Video Games,Games,USD,2016-01-14,10000.00,2015-12-15 07:50:38,21.00,failed,2,US,21.00,21.00,10000.00 +1005482513,The Riddle of the Sphinx,Art Books,Publishing,USD,2012-11-02,2000.00,2012-10-12 11:50:59,2315.00,successful,17,US,2315.00,2315.00,2000.00 +1005484231,Weekend Love,Hip-Hop,Music,USD,2013-08-08,8000.00,2013-07-09 22:50:23,51.00,failed,2,US,51.00,51.00,8000.00 +1005488729,Los Angeles Women's Theatre Festival - 24th Anniversary!,Theater,Theater,USD,2017-01-14,10000.00,2016-11-30 09:27:20,10196.50,successful,67,US,0.00,10196.50,10000.00 +1005488974,Gender neutral pair dance - exploring gender roles in dance,Dance,Dance,GBP,2015-12-16,2000.00,2015-11-22 16:26:24,819.61,failed,24,GB,1245.10,1222.20,2982.40 +1005515884,Illusions of Reality,Digital Art,Art,GBP,2015-03-16,7000.00,2015-02-14 11:16:18,200.00,failed,6,GB,307.90,297.06,10397.17 +100551656,Daniel: an Ordinary Tragedy: a new musical,Musical,Theater,USD,2015-05-04,1000.00,2015-03-29 22:57:04,1100.00,successful,17,US,1100.00,1100.00,1000.00 +1005519605,Glass Paradise,Art,Art,GBP,2015-08-13,3000.00,2015-07-30 21:18:12,3440.00,successful,81,GB,5371.42,5378.36,4690.43 +1005520873,THE GENESIS COLLECTION,Painting,Art,USD,2012-02-26,500.00,2012-01-27 21:29:12,0.00,failed,0,US,0.00,0.00,500.00 +1005523562,Tail Feather Belts (Canceled),Ready-to-wear,Fashion,USD,2015-04-13,800.00,2015-03-04 00:36:30,375.00,canceled,18,US,375.00,375.00,800.00 +"1005529974,""Attention, a life in Extremes"",Documentary,Film & Video,GBP,2013-04-18,20000.00,2013-03-19 09:54:37,1624.00,failed,41,GB,2453.43,2492.82,30699.80" +1005536083,The Journey West ~ a novel based on a true story (Canceled),Fiction,Publishing,USD,2015-05-01,12000.00,2015-04-01 01:23:05,0.00,canceled,0,US,0.00,0.00,12000.00 +1005556588,Medieval Trading MMO (Canceled),Video Games,Games,NOK,2015-03-27,700000.00,2015-02-25 16:44:10,0.00,canceled,0,NO,0.00,0.00,87903.26 +1005556843,North State Grocery Documentary (Canceled),Documentary,Film & Video,USD,2015-10-21,5000.00,2015-09-21 17:46:12,0.00,canceled,0,US,0.00,0.00,5000.00 +100555757,Covalence: A Molecule Building Game,Tabletop Games,Games,USD,2015-11-05,7500.00,2015-10-06 09:24:22,38317.00,successful,1447,US,38317.00,38317.00,7500.00 +1005574462,Professor Vogel's Alternative History Machine I&A Issue III,Art Books,Publishing,USD,2011-08-31,800.00,2011-08-09 08:57:17,2800.00,successful,54,US,2800.00,2800.00,800.00 +1005580823,Monadnock Gymnastics,Spaces,Dance,USD,2016-06-21,50000.00,2016-05-22 02:30:03,675.00,failed,10,US,675.00,675.00,50000.00 +100558945,Banaau - getting to the next level,Music,Music,EUR,2016-07-10,600.00,2016-06-05 14:52:54,609.00,successful,14,IT,245.51,677.70,667.68 +1005596335,The Purveyor (Canceled),Webseries,Film & Video,USD,2012-08-09,60000.00,2012-07-10 13:42:39,775.00,canceled,14,US,775.00,775.00,60000.00 +1005604448,Solo Art Show Miami,Mixed Media,Art,CAD,2016-11-13,9800.00,2016-10-14 05:29:45,683.00,failed,11,CA,0.00,505.36,7251.20 +1005610030,Cinema Verde,Film & Video,Film & Video,USD,2011-03-06,5000.00,2011-02-09 01:28:41,301.00,failed,12,US,301.00,301.00,5000.00 +1005616872,The Dousing Sauce Story,Food,Food,USD,2015-06-01,25000.00,2015-04-08 07:55:56,100.00,failed,3,US,100.00,100.00,25000.00 +1005617151,The King's Guild,Tabletop Games,Games,USD,2017-09-21,20000.00,2017-08-22 19:02:23,84138.42,successful,1588,US,37933.00,84138.42,20000.00 +1005618996,Masters of the Tooniverse Podcast (Suspended),Webseries,Film & Video,USD,2013-07-02,3200.00,2013-05-30 19:24:22,3226.00,suspended,24,US,3226.00,3226.00,3200.00 +1005636833,The Nostalgic Restoration of Your Youth,Art,Art,USD,2014-08-10,10000.00,2014-07-11 21:20:51,0.00,failed,0,US,0.00,0.00,10000.00 +"1005653464,SA-4 Studios,Music,Music,USD,2015-03-25,5000.00,2015-01-24 18:33:14,0.00,undefined,0,""N,0"""""",,0.00,5000.00" +"1005657932,""""""Beast of Spearpointe"""" book 1 of 10 New Epic Fantasy Series"",Fiction,Publishing,USD,2013-05-02,4000.00,2013-03-18 00:59:13,4088.00,successful,88,US,4088.00,4088.00,4000.00" +1005682456,Ekosofi - Life made again (Canceled),DIY,Crafts,SEK,2015-04-19,120000.00,2015-03-28 10:56:01,0.00,canceled,0,SE,0.00,0.00,13844.98 +1005691353,Napa Valley Private Label Wine,Drinks,Food,USD,2015-07-15,25000.00,2015-06-15 21:14:25,476.00,failed,12,US,476.00,476.00,25000.00 +1005692400,Humans Wanted: A SF Anthology,Anthologies,Publishing,USD,2016-07-16,10000.00,2016-06-16 17:59:39,10277.00,successful,252,US,2279.00,10277.00,10000.00 +"1005696498,""Ian Mahan new album """"Little Moments"""""",Pop,Music,USD,2013-01-19,3000.00,2012-12-12 20:22:45,3155.00,successful,15,US,3155.00,3155.00,3000.00" +1005696636,GBS Detroit Presents Daniel Harrison and the $2 Highway,Indie Rock,Music,USD,2013-06-08,1200.00,2013-05-23 21:05:24,1525.00,successful,22,US,1525.00,1525.00,1200.00 +1005701123,A pot of coffee,Drinks,Food,USD,2014-08-09,10.00,2014-07-10 17:01:42,11.00,successful,2,US,11.00,11.00,10.00 +1005707504,Cancelled (Canceled),Product Design,Design,CAD,2015-08-16,35000.00,2015-07-08 14:11:23,1731.00,canceled,22,CA,1368.29,1320.57,26701.25 +"1005715738,""The first coffee pod for FrenchPress, ColdBrew & Aeropress"",Product Design,Design,EUR,2015-08-06,35000.00,2015-07-06 09:09:21,2051.90,canceled,31,IT,2279.81,2244.99,38293.64" +1005722741,Pet Beds,DIY,Crafts,USD,2015-03-11,200.00,2015-02-09 18:02:16,1.00,failed,1,US,1.00,1.00,200.00 +1005724342,Radiate Portable Campfire- Tailgate Ready- Made in the USA,Product Design,Design,USD,2017-06-06,13150.00,2017-05-02 23:07:09,2901.00,canceled,60,US,2211.00,2901.00,13150.00 +100572504,Paprika: The Short Film,Shorts,Film & Video,USD,2017-06-18,20000.00,2017-05-19 23:52:33,302.00,failed,7,US,272.00,302.00,20000.00 +"1005725530,""ARKTOS: Ultra-Thin, Affordable Classic Watches"",Accessories,Fashion,AUD,2017-10-17,10000.00,2017-09-17 03:20:04,795.00,canceled,4,AU,527.27,624.07,7849.91" +1005731433,Darker Shade of Fado,World Music,Music,GBP,2014-03-31,2500.00,2014-02-19 22:00:40,2515.00,successful,21,GB,4207.75,4167.84,4142.98 +1005733913,Life & Career Changing Dream Camera Goal!,Photography,Photography,USD,2015-03-01,2000.00,2015-01-30 02:27:08,50.00,failed,1,US,50.00,50.00,2000.00 +"1005739445,""lightbulb terrarium, hand made mini terrariums."",Design,Design,EUR,2014-09-14,1500.00,2014-08-15 23:03:58,51.00,failed,2,NL,68.13,65.55,1927.80" +1005745574,DSW74NEWS LIVE BROADCASTING,Journalism,Journalism,USD,2016-09-14,15000.00,2016-08-10 23:06:33,0.00,canceled,0,US,0.00,0.00,15000.00 +1005756530,Dead Burger by Abomination Films!,Film & Video,Film & Video,USD,2012-07-01,5000.00,2012-05-02 06:17:49,5178.00,successful,33,US,5178.00,5178.00,5000.00 +"1005765270,""""""Star in a movie like 'Entourage'"""" The 420 Crew (Canceled)"",Drama,Film & Video,USD,2014-08-17,150000.00,2014-07-18 20:13:28,5.00,canceled,1,US,5.00,5.00,150000.00" +100576591,Nina Jo Smith’s PEOPLE PLACES & SINGS CD,Country & Folk,Music,USD,2012-03-16,3500.00,2012-02-15 21:32:21,3500.00,successful,51,US,3500.00,3500.00,3500.00 +1005773136,GRITS on wheels in Los Angeles! Ya'll come an get it!,Food Trucks,Food,USD,2016-08-24,15000.00,2016-07-25 02:29:25,1190.00,failed,15,US,100.00,1190.00,15000.00 +1005787932,Hotdog Yogatote,Product Design,Design,USD,2014-04-02,19000.00,2014-03-03 21:39:30,4809.00,failed,91,US,4809.00,4809.00,19000.00 +1005790478,Travel Far: A... Guide to the Out-of-Body Experience...,Nonfiction,Publishing,USD,2015-04-12,4000.00,2015-03-07 08:52:50,225.00,canceled,4,US,225.00,225.00,4000.00 +1005800160,Who is Nellie Bly?,Painting,Art,USD,2012-08-05,3000.00,2012-07-06 05:17:04,3100.00,successful,21,US,3100.00,3100.00,3000.00 +100580052,Get It On The Shelf!,Fiction,Publishing,USD,2011-07-03,5500.00,2011-05-04 01:30:42,35.00,failed,3,US,35.00,35.00,5500.00 +1005801266,Nahla's Oasis,Children's Books,Publishing,USD,2017-05-16,50000.00,2017-04-06 01:49:30,11974.00,failed,33,US,423.00,11974.00,50000.00 +"1005808602,""Help Us Record Our Debut EP """"Mayday"""""",Music,Music,USD,2011-06-23,1250.00,2011-04-24 02:03:17,10.00,failed,1,US,10.00,10.00,1250.00" +1005820080,The Million Pound Shirt,Fashion,Fashion,GBP,2015-11-25,1000000.00,2015-10-21 22:00:04,10.00,failed,1,GB,15.47,15.05,1505185.36 +1005820753,tipstir,Food,Food,USD,2011-08-14,1000.00,2011-07-15 19:32:29,0.00,failed,0,US,0.00,0.00,1000.00 +"1005824767,""ChileFornia- An anecdotal view of identity, immigration & diversity"",Journalism,Journalism,USD,2010-10-30,8000.00,2010-08-18 21:03:40,0.00,failed,0,US,0.00,0.00,8000.00" +"1005825129,""""""Revolutionary Love"""""",Film & Video,Film & Video,USD,2012-03-16,4000.00,2012-02-15 18:18:52,30.00,failed,2,US,30.00,30.00,4000.00" +1005829490,Marcus Starr Solo Album Funding Campaign,Blues,Music,CAD,2017-08-04,1500.00,2017-07-05 16:03:54,1545.00,successful,16,CA,103.92,1228.92,1193.13 +1005831906,Colorful & Challenging Jigsaw Puzzles,Puzzles,Games,USD,2017-07-24,1000.00,2017-06-24 19:09:31,0.00,failed,0,US,0.00,0.00,1000.00 +1005838041,The Creative Side - A Photography Webseries,Webseries,Film & Video,USD,2011-10-24,2000.00,2011-09-26 22:15:25,125.00,failed,3,US,125.00,125.00,2000.00 +1005838632,The Last Dictator,Film & Video,Film & Video,EUR,2015-11-13,700000.00,2015-09-14 17:36:42,20.00,failed,1,BE,22.68,21.53,753482.16 +"1005843591,""""""Projection"""" a short film"",Shorts,Film & Video,USD,2011-06-18,5000.00,2011-05-03 22:19:58,1367.00,failed,20,US,1367.00,1367.00,5000.00" +1005844450,Bungee Workout Barcelona,Workshops,Dance,EUR,2017-11-30,4000.00,2017-10-31 17:11:15,20.00,failed,1,ES,0.00,23.77,4753.98 +1005848496,The 1st Motion Tracking DIY Smart Home Security Camera,Gadgets,Technology,USD,2016-12-31,25000.00,2016-11-01 02:54:32,81510.00,successful,565,US,7235.00,81510.00,25000.00 +1005862247,Veterans,Photography,Photography,USD,2012-08-15,5000.00,2012-07-09 05:39:06,5637.00,successful,87,US,5637.00,5637.00,5000.00 +1005863674,MY VERY FIRST KICKSTARTER,Movie Theaters,Film & Video,USD,2014-08-12,6500.00,2014-07-13 20:08:35,27.00,failed,2,US,27.00,27.00,6500.00 +1005870420,This Song Is About You,Music,Music,USD,2014-07-11,40000.00,2014-06-11 23:35:00,0.00,failed,0,US,0.00,0.00,40000.00 +1005871270,Telemedicine wound care provider locator,Technology,Technology,USD,2016-10-09,50000.00,2016-09-09 00:22:31,261.00,failed,5,US,231.00,261.00,50000.00 +1005887854,Knock On Wood,Woodworking,Crafts,USD,2016-01-13,900.00,2015-12-23 19:28:34,25.00,failed,2,US,25.00,25.00,900.00 +1005889641,NERO: RFID Blocking Wallet Leather or Kevlar + Carbon Fiber,Product Design,Design,GBP,2014-11-06,500.00,2014-09-12 15:52:05,6755.00,successful,286,GB,10936.67,10686.09,790.98 +1005898097,TeleSound: The Sound Messenger,Product Design,Design,USD,2013-03-30,100000.00,2013-02-28 09:56:23,14757.00,failed,269,US,14757.00,14757.00,100000.00 +100590427,Keepers of the Kingdom,Photo,Journalism,GBP,2014-10-03,10500.00,2014-09-03 01:32:52,1579.62,failed,62,GB,2621.17,2537.87,16869.64 +1005909550,Pointe Blank T-Shirt Refresh,Rock,Music,USD,2013-03-10,1100.00,2013-02-08 22:27:19,25.00,failed,1,US,25.00,25.00,1100.00 +"1005924399,""My Journey With God-Inspirational book on faith, forgiveness"",Nonfiction,Publishing,USD,2017-11-26,2500.00,2017-11-11 20:08:19,0.00,failed,0,US,0.00,0.00,2500.00" +1005925256,The GoShelf™ - corner shelf self installation system,Product Design,Design,USD,2015-08-08,50000.00,2015-07-09 17:53:48,0.00,failed,0,US,0.00,0.00,50000.00 +1005926310,Trash Talk Death Match,Playing Cards,Games,USD,2015-11-05,10000.00,2015-10-06 19:43:26,2022.00,failed,59,US,2022.00,2022.00,10000.00 +1005933132,Fresh Vintage inspired Automotive Streetwear Collection SCC,Apparel,Fashion,EUR,2017-01-18,5999.00,2016-12-19 17:24:29,118.00,failed,2,NL,0.00,125.46,6378.12 +1005940775,A Postcard From Lily Dale,Documentary,Film & Video,USD,2014-03-28,10000.00,2014-02-26 15:44:18,13135.00,successful,78,US,13135.00,13135.00,10000.00 +1005944574,Luna Game Engine,Video Games,Games,CAD,2016-07-14,80000.00,2016-06-14 03:38:29,0.00,failed,0,CA,0.00,0.00,62179.39 +"1005948073,""""""Written and Directed by Elaine May"""" T-Shirts"",Apparel,Fashion,USD,2017-02-06,1250.00,2017-01-07 04:11:17,3065.00,successful,108,US,548.00,3065.00,1250.00" +"1005948816,""Kevin Dillard solo cd """"Symptoms of The Human Condition"""""",World Music,Music,USD,2011-04-04,5500.00,2011-02-02 13:27:50,300.00,failed,8,US,300.00,300.00,5500.00" +1005949551,Oh When The Blues - Oldham Athletic Photography Book,Photobooks,Photography,GBP,2016-12-04,2200.00,2016-11-06 12:24:48,2451.01,successful,103,GB,875.02,3083.38,2767.61 +1005956476,Lucky's,Food Trucks,Food,USD,2015-09-09,5000.00,2015-08-09 01:38:28,460.00,failed,4,US,460.00,460.00,5000.00 +1005958623,Project Penny,Crafts,Crafts,USD,2014-09-25,5.00,2014-09-10 19:11:33,29.00,successful,8,US,29.00,29.00,5.00 +1005962404,Lilah's Guide to Hoyle,Fiction,Publishing,USD,2016-08-18,6500.00,2016-07-19 09:16:50,139.00,canceled,4,US,67.00,139.00,6500.00 +1005963962,US Army Navy Marines Air Force - Special Challenge Coin,Product Design,Design,USD,2013-12-17,840.00,2013-11-20 12:27:38,141.00,canceled,8,US,141.00,141.00,840.00 +"1005967498,""Multi-function kids chair with a """"one for one"""" concept."",Gadgets,Technology,USD,2016-12-10,125000.00,2016-11-10 22:49:30,16.00,failed,1,US,16.00,16.00,125000.00" +1005969894,Ximphonic Versus,Comics,Comics,USD,2014-05-22,30000.00,2014-04-07 23:21:11,1131.00,failed,34,US,1131.00,1131.00,30000.00 +1005979441,Mottainai,Tabletop Games,Games,USD,2015-06-04,5000.00,2015-05-19 18:59:23,66988.00,successful,2485,US,66988.00,66988.00,5000.00 +1005983610,Model T Tintypes,Photography,Photography,USD,2012-04-01,24850.00,2012-03-01 07:49:59,1211.00,failed,7,US,1211.00,1211.00,24850.00 +1005987521,GROTTO: an artist's book,Art,Art,USD,2016-10-31,9000.00,2016-10-01 07:25:49,9194.00,successful,138,US,340.00,9194.00,9000.00 +1005987818,Sticky Boo Yum Yum | All Things Marshmallow,Food,Food,USD,2013-10-29,2350.00,2013-09-29 17:18:57,570.00,failed,38,US,570.00,570.00,2350.00 +1005998229,Music & Song Production for Athena Creese Recording Artist,Pop,Music,USD,2012-08-23,3000.00,2012-07-24 04:53:19,0.00,failed,0,US,0.00,0.00,3000.00 +1005999335,wecemat – The ecologic automated flush adapter,Technology,Technology,EUR,2016-07-23,40000.00,2016-06-23 14:07:08,7750.00,failed,26,LU,8235.00,8612.55,44451.85 +1006008989,War for the Overworld,Video Games,Games,GBP,2013-01-03,150000.00,2012-11-29 19:11:23,211371.50,successful,8351,GB,338527.51,338589.87,240280.65 +1006030031,Our Own End's New EP!!,Rock,Music,USD,2012-07-28,1200.00,2012-06-28 23:30:21,1307.00,successful,40,US,1307.00,1307.00,1200.00 +1006032032,Buddy day in Heidepark Soltau (Suspended),People,Photography,EUR,2015-06-11,200.00,2015-05-12 11:06:35,13.00,suspended,3,DE,14.51,14.59,224.40 +100603923,The sexiest lingerie greeting cards ever...,Accessories,Fashion,USD,2017-07-26,50000.00,2017-06-26 17:10:57,0.00,failed,0,US,0.00,0.00,50000.00 +1006042643,Opal Zine - Issue 03.,Mixed Media,Art,USD,2012-11-17,75.00,2012-10-04 21:40:31,75.00,successful,3,US,75.00,75.00,75.00 +1006048821,Pure Me,Apparel,Fashion,USD,2017-05-02,900.00,2017-03-03 20:20:57,0.00,failed,0,US,0.00,0.00,900.00 +1006053807,Para Doc Film,Documentary,Film & Video,USD,2012-04-11,55000.00,2012-02-11 21:29:02,0.00,failed,0,US,0.00,0.00,55000.00 +1006061306,Back in the Soviet Bloc - a 6-part tv series,Documentary,Film & Video,USD,2012-01-27,5000.00,2012-01-13 10:26:22,5358.00,successful,76,US,5358.00,5358.00,5000.00 +1006062529,Demons force (Light novel),Comics,Comics,EUR,2016-04-04,3500.00,2016-02-29 17:19:26,6.00,failed,2,AT,6.56,6.82,3977.05 +1006069219,Fighting Fear & Doing Discipline,Publishing,Publishing,USD,2016-07-08,4250.00,2016-06-23 00:45:15,1.00,failed,1,US,0.00,1.00,4250.00 +100607048,Noor would love to draw,Public Art,Art,EUR,2015-06-07,846.00,2015-05-16 06:46:25,435.00,failed,16,NL,496.32,488.07,949.21 +1006071976,Hand Crafted Illustrations For Tea Towel Design,Illustration,Art,NZD,2014-11-22,1750.00,2014-10-23 06:35:48,728.00,failed,10,NZ,580.70,572.33,1375.79 +1006075060,Rounds. Set design campaign.,Plays,Theater,GBP,2016-02-14,700.00,2016-02-05 03:10:02,966.00,successful,34,GB,1391.44,1379.23,999.44 +"1006075634,""eyeForce VR Headset, no black parts, 210° field of view"",Technology,Technology,USD,2016-10-04,50000.00,2016-08-17 09:58:04,48907.00,canceled,79,US,13567.00,48907.00,50000.00" +100608135,Shell-Shock,Video Games,Games,USD,2014-12-26,15000.00,2014-11-26 00:26:44,56.00,failed,2,US,56.00,56.00,15000.00 +100608193,Tactile Turn Mover & Shaker Pens - New Materials,Product Design,Design,USD,2014-08-22,30000.00,2014-07-22 18:00:21,81981.00,successful,829,US,81981.00,81981.00,30000.00 +1006086571,Record Original Tunes at the Wood & Stone Studio,Music,Music,USD,2012-01-30,5400.00,2011-12-16 16:57:12,645.00,failed,6,US,645.00,645.00,5400.00 +1006094961,Raggedy Edge: Deja Vu,Music,Music,USD,2013-04-25,2000.00,2013-03-26 01:11:36,360.00,failed,8,US,360.00,360.00,2000.00 +1006096554,Elena´s Allerlei,Painting,Art,EUR,2017-11-19,1000.00,2017-10-20 09:49:08,55.00,failed,1,AT,0.00,65.32,1187.70 +"100609913,""Martin Persil, la cantine vegan à roulettes !"",Vegan,Food,EUR,2016-02-15,7500.00,2016-01-11 18:30:49,9172.00,successful,193,FR,10019.67,10177.20,8321.96" +1006106331,Launch Alligator Bites and Open Wide to Possibility!,Software,Technology,USD,2010-05-08,7000.00,2010-02-07 18:41:02,2002.00,failed,42,US,2002.00,2002.00,7000.00 +1006106807,OCD DUMP,Apps,Technology,EUR,2017-06-20,20000.00,2017-05-21 16:18:47,1.00,failed,1,IE,0.00,1.12,22346.12 +1006111903,Wild Cards- Playing Card Games,Tabletop Games,Games,USD,2011-10-14,1000.00,2011-09-14 23:11:39,1155.23,successful,37,US,1155.23,1155.23,1000.00 +"1006130738,""Dread: Shoot 'Em Up | For Desktop, Mobile, & Oculus Rift"",Video Games,Games,USD,2014-10-21,35000.00,2014-09-11 17:57:03,3805.00,failed,41,US,3805.00,3805.00,35000.00" +100613576,Funding a Veterans second chance,Food Trucks,Food,USD,2015-01-23,60000.00,2014-11-24 18:47:00,30.00,failed,3,US,30.00,30.00,60000.00 +1006135954,BANQUETTE,Webseries,Film & Video,USD,2010-08-08,3000.00,2010-06-03 02:30:16,895.00,failed,10,US,895.00,895.00,3000.00 +1006139757,Comicverse: Under Fire!,Comics,Comics,USD,2014-12-18,400.00,2014-11-23 21:39:26,673.00,successful,22,US,673.00,673.00,400.00 +1006151423,Pirates Lagoon,Tabletop Games,Games,USD,2017-08-19,3000.00,2017-07-27 22:11:12,470.00,failed,10,US,393.00,470.00,3000.00 +1006155697,GAME TIME: TIC-TOCK TIC-TOCK ANTHOLOGY,Anthologies,Comics,USD,2017-03-24,5000.00,2017-02-22 05:42:22,1686.00,failed,30,US,135.00,1686.00,5000.00 +1006158361,'One Native'... Social Architecture for Social Concerns,Documentary,Film & Video,USD,2017-05-25,2500.00,2017-04-25 04:10:29,68.00,failed,2,US,18.00,68.00,2500.00 +1006159793,CHF Woodcrafts Handcrafted Art,Woodworking,Crafts,USD,2016-03-22,2000.00,2016-01-23 00:04:37,102.00,failed,2,US,102.00,102.00,2000.00 +1006171908,PHOENIX FearCON 5 International Independent Horror Film Fest,Film & Video,Film & Video,USD,2012-08-20,15000.00,2012-06-21 01:50:50,265.00,failed,10,US,265.00,265.00,15000.00 +100617198,AniCareWorld - app and online platform,Design,Design,GBP,2017-07-22,88000.00,2017-06-21 10:28:10,21.00,failed,2,GB,0.00,27.50,115236.04 +"1006177892,""Take HOTWIRE Action Romantic Comedy to $11,000"",Shorts,Film & Video,USD,2013-11-23,7500.00,2013-10-22 09:31:31,11026.00,successful,148,US,11026.00,11026.00,7500.00" +1006178455,Explore the Amazon with me!,Webseries,Film & Video,CAD,2014-03-28,9500.00,2014-02-26 07:56:44,10.00,failed,1,CA,9.03,9.06,8606.63 +1006188207,The Space Between Worlds: Auctumnalis,Fiction,Publishing,USD,2015-03-19,2500.00,2015-02-17 20:54:11,170.00,failed,4,US,170.00,170.00,2500.00 +1006190763,Solecon Buy.Sell.Trade,Apps,Technology,USD,2015-09-05,55000.00,2015-08-06 22:40:06,0.00,failed,0,US,0.00,0.00,55000.00 +1006194922,Military Wallet by Bench Built,Design,Design,USD,2016-08-19,1000.00,2016-07-15 14:25:48,7582.00,successful,267,US,1803.00,7582.00,1000.00 +100619872,Picture Their Faces Photo Booth: Bringing smiles to all!,Photography,Photography,USD,2014-08-08,1500.00,2014-07-09 20:10:33,0.00,failed,0,US,0.00,0.00,1500.00 +100620160,Darklands: Starter Hosts,Tabletop Games,Games,GBP,2017-01-17,10000.00,2017-01-04 18:39:25,15806.00,successful,157,GB,3517.86,19406.25,12277.77 +1006207132,Survey for a Change,Web,Journalism,CAD,2015-03-07,5000.00,2015-01-06 09:56:13,0.00,failed,0,CA,0.00,0.00,3926.50 +"1006207268,""Portakali """"Discussions in the Dark"""""",Music,Music,USD,2012-04-23,600.00,2012-03-24 00:52:23,673.21,successful,16,US,673.21,673.21,600.00" +1006211704,ssk (Canceled),Art Books,Publishing,USD,2012-04-19,4500.00,2012-03-05 21:42:54,35.00,canceled,1,US,35.00,35.00,4500.00 +1006213538,Yakana,Drinks,Food,MXN,2017-05-16,100000.00,2017-04-06 16:59:43,103035.08,successful,87,MX,0.00,5501.07,5339.03 +1006225522,Negative Space,Video Games,Games,USD,2017-12-17,7000.00,2017-11-17 03:58:42,680.00,failed,23,US,610.00,680.00,7000.00 +1006230786,The Sleep Sensei - Fall Asleep Faster Without Medication,DIY Electronics,Technology,USD,2014-12-16,25000.00,2014-10-27 20:45:07,2666.00,failed,57,US,2666.00,2666.00,25000.00 +1006239815,The Cage (SENIOR THESIS PROJECT) (Canceled),Shorts,Film & Video,USD,2013-01-04,1200.00,2012-12-05 07:44:47,315.00,canceled,19,US,315.00,315.00,1200.00 +1006243575,Double-Sided PLUSH Terrain Mats by Cigar Box Battle Mats,Tabletop Games,Games,USD,2017-09-01,1500.00,2017-07-26 03:33:50,71293.00,successful,391,US,2791.00,71293.00,1500.00 +1006244792,The Firebird Band New Album (www.firebirdband.com),Indie Rock,Music,USD,2015-08-09,15000.00,2015-07-10 22:41:38,15102.00,successful,97,US,15102.00,15102.00,15000.00 +1006247883,hello (Canceled),Faith,Music,USD,2016-03-16,15000.00,2016-01-16 08:02:07,47.00,canceled,2,US,47.00,47.00,15000.00 +1006248646,Linkme: The Ultimate Collaborative Platform,Mixed Media,Art,USD,2014-06-02,10000.00,2014-05-03 20:04:40,910.00,failed,9,US,910.00,910.00,10000.00 +100625301,Decisions,Narrative Film,Film & Video,USD,2012-11-09,1000.00,2012-10-24 00:02:38,367.00,failed,7,US,367.00,367.00,1000.00 +1006257581,Born For This,Hip-Hop,Music,USD,2015-12-01,3500.00,2015-11-02 17:48:28,0.00,failed,0,US,0.00,0.00,3500.00 +1006259122,Eastern Beach Fireworks Extravaganza,Festivals,Theater,NZD,2015-10-08,8000.00,2015-09-08 09:33:55,30.00,failed,3,NZ,18.83,20.09,5358.34 +1006259457,New Music Video!,Music,Music,USD,2017-06-01,150.00,2017-05-22 19:34:50,1.00,failed,1,US,0.00,1.00,150.00 +100626161,Cable Label,Gadgets,Technology,USD,2017-06-30,3000.00,2017-05-31 17:51:32,1019.77,failed,29,US,195.77,1019.77,3000.00 +100626163,Designed Sculptural Jewellery Collection,Design,Design,GBP,2016-10-02,10000.00,2016-09-02 21:01:11,1.00,canceled,1,GB,0.00,1.23,12329.39 +1006282460,Help support for full length recording,Indie Rock,Music,USD,2011-10-08,1500.00,2011-09-03 16:16:28,402.00,failed,9,US,402.00,402.00,1500.00 +1006292661,Creative coping,Painting,Art,USD,2016-06-13,2000.00,2016-05-19 04:18:46,322.00,failed,7,US,322.00,322.00,2000.00 +1006294866,Luxurious handcrafted candles made from 100% soy wax,Crafts,Crafts,USD,2013-11-22,500.00,2013-10-23 17:42:58,215.00,failed,7,US,215.00,215.00,500.00 +"1006298706,""Murder for Xmas 2014: """"Gray Shadows Under a Harvest Moon"""""",Anthologies,Publishing,USD,2014-11-28,600.00,2014-10-29 13:14:29,280.00,failed,5,US,280.00,280.00,600.00" +1006300664,Ethically conscious clothes that will outlast you.,Fashion,Fashion,USD,2016-10-18,20000.00,2016-08-19 02:08:08,220.00,canceled,2,US,120.00,220.00,20000.00 +"1006300866,""Backslash About Presents """"EPISODE 13"""""",Shorts,Film & Video,USD,2013-12-27,1500.00,2013-11-12 20:52:59,30.00,failed,2,US,30.00,30.00,1500.00" +1006312961,The Shepherd,Children's Books,Publishing,USD,2015-10-13,2750.00,2015-09-13 04:22:19,433.00,failed,10,US,433.00,433.00,2750.00 +1006324710,Hermagedon - An epic old school fighting game,Mobile Games,Games,USD,2016-11-03,5000.00,2016-10-04 08:57:58,0.00,canceled,0,US,0.00,0.00,5000.00 +"1006327667,Letters to the Wild - EP,Music,Music,USD,2014-10-31,2000.00,2014-10-02 22:48:31,2560.00,undefined,0,""N,0"""""",,2560.00,2000.00" +1006335039,Official CITY SLEEPS Unreleased Album Kickstarter!,Music,Music,USD,2013-06-08,1000.00,2013-05-10 09:29:58,1381.00,successful,43,US,1381.00,1381.00,1000.00 +"1006346512,""""""Witchcraft Blue"""" (A Burlesque Documentary)"",Documentary,Film & Video,USD,2017-07-15,2500.00,2017-06-22 21:57:36,3215.00,successful,64,US,515.00,3215.00,2500.00" +"1006355624,""The Beauty of the Manson """"Villa Reale di Monza"""" (Italy)"",Photobooks,Photography,EUR,2017-07-02,9000.00,2017-05-03 19:44:20,415.00,failed,3,IT,0.00,473.60,10270.81" +100635918,World's first wirelessly charged earbuds,Hardware,Technology,EUR,2016-05-26,50000.00,2016-04-26 09:00:26,172228.00,successful,1068,DE,193622.51,192343.26,55839.72 +100636650,'FLIP' the Bird & Cat Game (Canceled),Playing Cards,Games,USD,2015-08-05,8000.00,2015-07-06 17:04:18,1393.00,canceled,45,US,1393.00,1393.00,8000.00 +1006373401,Ikuzi Dolls - Beautiful Black Dolls (Canceled),Product Design,Design,USD,2015-10-12,36000.00,2015-09-10 16:01:46,6074.00,canceled,56,US,6074.00,6074.00,36000.00 +1006376324,Orio Isamu - A humorous manga tale of 1st time intimacy,Comic Books,Comics,USD,2017-12-30,3700.00,2017-11-30 17:21:50,588.00,failed,31,US,0.00,588.00,3700.00 +"1006377345,""STEVERA Belt, Metal-free, Bulge-free, Pinch-free, Unisex"",Accessories,Fashion,USD,2014-07-09,30000.00,2014-06-09 19:27:26,1321.00,failed,28,US,1321.00,1321.00,30000.00" +1006390923,The Witch,Shorts,Film & Video,USD,2014-09-08,5950.00,2014-08-09 04:16:09,6035.00,successful,38,US,6035.00,6035.00,5950.00 +1006391233,Majora's Mask Replica (Canceled),Video Games,Games,CAD,2016-07-28,4000.00,2016-06-28 13:23:44,255.00,canceled,2,CA,195.18,193.53,3035.82 +1006393926,SPARE ME 5-1 Automotive Rescue Tool,Product Design,Design,USD,2015-05-01,25000.00,2015-03-10 23:30:40,1345.00,failed,23,US,1345.00,1345.00,25000.00 +1006394666,The Family Soup Bowl,Tabletop Games,Games,USD,2015-05-01,2500.00,2015-03-18 19:11:03,0.00,failed,0,US,0.00,0.00,2500.00 +1006405499,UK Salmon Laders,Woodworking,Crafts,GBP,2015-09-02,200.00,2015-08-03 17:55:44,0.00,failed,0,GB,0.00,0.00,304.53 +10064113,I AM SOUL RAP (Canceled),Hip-Hop,Music,USD,2010-10-06,5000.00,2010-08-06 00:15:22,160.00,canceled,3,US,160.00,160.00,5000.00 +1006427820,Follow my Lied: Fund an Artist,Classical Music,Music,USD,2013-06-08,2500.00,2013-05-08 01:03:56,2570.00,successful,26,US,2570.00,2570.00,2500.00 +1006429259,BaggaBox,Design,Design,USD,2017-05-08,7500.00,2017-04-07 17:33:14,8039.99,successful,121,US,841.99,8039.99,7500.00 +1006446157,Jazz Legend John Danser's New Band,Jazz,Music,USD,2012-05-02,1000.00,2012-04-02 16:54:04,25.00,failed,1,US,25.00,25.00,1000.00 +"1006456319,""Rosaline Fashions: Eco-Friendly line of Accessories, Jewelry & Custom Fashion"",Fashion,Fashion,USD,2010-12-13,1500.00,2010-09-14 07:02:23,88.00,failed,6,US,88.00,88.00,1500.00" +1006461045,JP SilverBamboo: The first self-cleaning towel with Silver,Product Design,Design,CAD,2016-10-04,20000.00,2016-09-01 06:20:01,18028.60,failed,66,CA,1486.64,13584.96,15070.45 +1006462050,Leif Garrett - The Musical,Theater,Theater,GBP,2013-11-27,75000.00,2013-11-07 08:08:42,0.00,failed,0,GB,0.00,0.00,122585.07 +1006466755,The Quiet Pictures Experiment,Art,Art,USD,2012-10-22,3000.00,2012-09-20 04:24:48,3285.00,successful,57,US,3285.00,3285.00,3000.00 +1006476938,Moon Far Ocean Deep,Theater,Theater,USD,2010-08-30,2500.00,2010-07-30 01:04:56,2710.00,successful,46,US,2710.00,2710.00,2500.00 +10064783,WarmUp: A High-Protein Coffee,Drinks,Food,USD,2016-12-14,8000.00,2016-11-14 18:55:34,8599.00,successful,200,US,932.00,8599.00,8000.00 +1006486524,Gold Digger (Canceled),Fashion,Fashion,USD,2013-09-13,6000.00,2013-09-03 17:51:21,0.00,canceled,0,US,0.00,0.00,6000.00 +"1006492574,""TheXLC Pre-Printed MDF Wargame Terrain. Quick, Robust, 28mm"",Tabletop Games,Games,GBP,2014-11-22,2500.00,2014-11-01 10:46:09,7553.00,successful,97,GB,12076.68,11855.10,3923.97" +1006495792,Polar - The First Do-It-All Social and Business Meeting App,Apps,Technology,GBP,2016-08-27,30000.00,2016-07-28 20:48:11,1.00,failed,1,GB,0.00,1.33,39851.75 +1006506366,SIGNOOS - Free EDU Series for Deaf Schools around the world.,Animation,Film & Video,USD,2016-02-29,685500.00,2016-01-02 03:57:23,865.00,failed,19,US,865.00,865.00,685500.00 +1006506481,Albumen Portraits,Photography,Photography,USD,2013-02-22,1250.00,2013-01-23 04:56:06,12.50,failed,2,US,12.50,12.50,1250.00 +1006507504,Ellis Rugby - British Isles Pioneer Rugby Collection,Fashion,Fashion,GBP,2013-05-11,500.00,2013-04-11 00:39:23,3681.00,successful,89,GB,5619.68,5607.69,761.71 +1006513291,Innervation (short film),Shorts,Film & Video,USD,2014-03-28,1500.00,2014-02-24 22:21:31,340.00,failed,10,US,340.00,340.00,1500.00 +1006519656,Bucket of Doom - The death-dodging party game,Tabletop Games,Games,GBP,2014-10-08,15000.00,2014-09-17 10:01:34,15336.01,successful,563,GB,24904.29,24589.94,24051.18 +1006522756,PLEASE SUPPORT A TOUR OF SPUN THROUGH SHADOWS,Immersive,Theater,GBP,2014-11-23,1200.00,2014-10-24 10:19:00,1645.00,successful,27,GB,2639.92,2581.97,1883.51 +1006567596,The Melody of Choice,Shorts,Film & Video,USD,2012-06-01,25000.00,2012-05-04 00:33:47,30255.00,successful,44,US,30255.00,30255.00,25000.00 +1006576901,BEING SPECIAL: A Differently-Abled Documentary & Book...,Documentary,Film & Video,USD,2012-06-22,25000.00,2012-05-08 17:41:49,0.00,canceled,0,US,0.00,0.00,25000.00 +1006597254,SMALL HANDS,Shorts,Film & Video,AUD,2014-12-08,6500.00,2014-11-10 09:28:33,7672.00,successful,98,AU,6622.10,6344.17,5375.01 +"100659984,""Sea of Glass, by Warbler (Canceled)"",Rock,Music,USD,2015-07-31,6100.00,2015-06-01 18:17:23,0.00,canceled,0,US,0.00,0.00,6100.00" +1006607395,Arrangement - A Short Film,Shorts,Film & Video,USD,2012-06-01,1000.00,2012-05-02 00:56:23,1227.01,successful,36,US,1227.01,1227.01,1000.00 +1006614415,Angie Pittman to Vienna for danceWEB!,Workshops,Dance,USD,2015-05-25,3100.00,2015-03-26 18:41:28,3194.00,successful,33,US,3194.00,3194.00,3100.00 +1006617922,VOICE MEMOS FINAL PRODUCTION AND RELEASE,Pop,Music,USD,2017-02-05,5000.00,2016-12-07 02:20:56,180.00,failed,4,US,17.00,180.00,5000.00 +1006623404,The Club,Documentary,Film & Video,USD,2011-10-22,15000.00,2011-08-23 17:49:09,15827.00,successful,171,US,15827.00,15827.00,15000.00 +1006623565,Zwim - Smart Swimming Goggles,Wearables,Technology,USD,2017-12-02,50000.00,2017-10-17 13:02:19,16569.00,canceled,49,US,11565.00,16569.00,50000.00 +1006626339,In the Middle of the Middle East,Documentary,Film & Video,USD,2016-12-09,40000.00,2016-11-13 22:23:18,455.00,canceled,10,US,30.00,455.00,40000.00 +1006633486,The Bacon Diet,Nonfiction,Publishing,USD,2009-12-05,1000.00,2009-11-06 19:42:19,10.00,failed,2,US,10.00,10.00,1000.00 +1006634155,Chocolatey Wonders,Product Design,Design,GBP,2013-09-16,6000.00,2013-07-18 22:46:17,1172.00,failed,35,GB,1778.21,1877.48,9611.69 +1006634329,Tain Collins Band- 2nd Album- Finally!,Rock,Music,USD,2014-06-03,4000.00,2014-05-09 17:13:40,180.00,failed,7,US,180.00,180.00,4000.00 +1006641104,The Voting App - It's in YOUR hands!,Apps,Technology,USD,2014-06-11,50000.00,2014-05-12 18:11:46,7697.00,failed,85,US,7697.00,7697.00,50000.00 +1006645996,The Die: A Comedy Horror Short Film,Shorts,Film & Video,USD,2011-10-07,1000.00,2011-09-07 02:07:41,100.00,failed,2,US,100.00,100.00,1000.00 +1006651105,Sharkskin Apparel - Performance Gear Built to Dominate!,Fashion,Fashion,USD,2014-04-18,30000.00,2014-03-19 20:51:28,0.00,canceled,0,US,0.00,0.00,30000.00 +1006663687,Stellar Young's Second Full-Length Studio Album,Indie Rock,Music,USD,2014-09-19,2750.00,2014-08-20 08:52:06,3682.93,successful,101,US,3682.93,3682.93,2750.00 +1006664631,The Package III DVD,Animation,Film & Video,GBP,2016-09-22,150.00,2016-08-23 19:33:08,0.00,failed,0,GB,0.00,0.00,194.61 +1006664751,Dedication has no limitation,Documentary,Film & Video,GBP,2014-11-09,26500.00,2014-10-10 14:06:03,1566.00,failed,16,GB,2532.08,2451.51,41484.68 +100666726,Transgenders Revisited,Documentary,Film & Video,USD,2014-05-28,400000.00,2014-03-30 19:41:41,1710.00,failed,22,US,1710.00,1710.00,400000.00 +1006670860,PRAISE,Performance Art,Art,USD,2013-08-07,1800.00,2013-06-28 21:51:52,596.00,failed,18,US,596.00,596.00,1800.00 +1006675756,Nature Album Tamiasciurus,Public Art,Art,USD,2015-05-10,600.00,2015-04-10 06:12:07,910.00,successful,14,US,910.00,910.00,600.00 +"1006677878,""Drumpf: Rise Up, Libertonia! 18+ RPG"",Video Games,Games,USD,2017-10-26,5000.00,2017-09-26 02:11:21,615.00,failed,45,US,210.00,615.00,5000.00" +1006679476,SANKOFA DANCE THEATER Harvest Fest,Dance,Dance,USD,2012-03-16,6000.00,2012-02-02 06:00:48,8185.00,successful,104,US,8185.00,8185.00,6000.00 +1006683354,SnoMat,Technology,Technology,USD,2014-10-08,20000.00,2014-09-08 20:14:21,15.00,failed,2,US,15.00,15.00,20000.00 +1006684765,Chalk One Up Inspirations Poster Project!,Publishing,Publishing,USD,2012-09-06,5000.00,2012-08-07 15:57:31,120.00,failed,5,US,120.00,120.00,5000.00 +1006692649,Insteeter.com,Web,Technology,EUR,2016-02-11,8000.00,2016-01-12 20:12:13,0.00,failed,0,IT,0.00,0.00,9019.98 +100669275,Chicano Art-Adan Hernandez-A Journey Into Chicano Noir,Digital Art,Art,USD,2010-12-22,100000.00,2010-11-22 01:28:00,0.00,failed,0,US,0.00,0.00,100000.00 +1006696072,WILD WEST SPACE GUN PROP,Product Design,Design,USD,2013-03-23,450.00,2013-02-13 06:19:19,941.00,successful,7,US,941.00,941.00,450.00 +1006700073,Dying For Success!,Nonfiction,Publishing,USD,2010-11-08,3000.00,2010-09-24 18:56:40,0.00,failed,0,US,0.00,0.00,3000.00 +1006701693,The Cursed Series (Canceled),Film & Video,Film & Video,USD,2014-10-18,2000000.00,2014-09-13 11:09:47,831.00,canceled,14,US,831.00,831.00,2000000.00 +"1006704286,""App Remake, Monster in the Marsh for iPhone"",Video Games,Games,USD,2013-12-30,5000.00,2013-11-30 19:36:54,25.00,failed,1,US,25.00,25.00,5000.00" +10067082,ATEMPORAL,Plays,Theater,MXN,2016-12-26,20000.00,2016-11-26 20:18:51,0.00,failed,0,MX,0.00,0.00,968.29 +1006737628,Art Work and Ministry,Illustration,Art,USD,2015-05-13,500.00,2015-04-13 03:02:31,507.00,successful,7,US,507.00,507.00,500.00 +1006741652,Vegan & Proud Wristbands WEBSITE,Accessories,Fashion,USD,2015-11-02,2000.00,2015-09-18 22:38:06,46.00,failed,5,US,46.00,46.00,2000.00 +1006748617,Jerry Springle,Pop,Music,USD,2014-08-08,25000.00,2014-07-09 18:23:09,181.00,failed,8,US,181.00,181.00,25000.00 +100675027,Aeolians of Oakwood University: Live Recording 2013,Music,Music,USD,2013-04-16,15000.00,2013-03-20 01:04:14,17135.00,successful,148,US,17135.00,17135.00,15000.00 +1006762219,CRUISIN CARDS,Games,Games,USD,2014-03-06,30000.00,2014-02-04 23:07:40,1.00,failed,1,US,1.00,1.00,30000.00 +1006762726,Off the Record - Pilot,Comedy,Film & Video,USD,2015-05-31,5500.00,2015-05-21 05:49:26,5650.00,successful,80,US,5650.00,5650.00,5500.00 +1006763072,DisEnchanted,Webseries,Film & Video,USD,2012-02-17,3500.00,2012-01-18 21:01:13,3553.00,successful,46,US,3553.00,3553.00,3500.00 +1006765909,Path Architecture: Movement that Drives Design,Nonfiction,Publishing,USD,2012-07-29,7500.00,2012-06-29 20:07:41,132.00,failed,6,US,132.00,132.00,7500.00 +1006767911,Math Castle,Games,Games,USD,2016-01-25,10000.00,2016-01-04 13:27:24,130.00,failed,2,US,130.00,130.00,10000.00 +1006769193,A Beautiful Tragedy,Film & Video,Film & Video,USD,2012-05-07,11000.00,2012-04-12 20:30:31,11178.00,successful,43,US,11178.00,11178.00,11000.00 +1006803949,Harrogate Skate Jam 2017,Public Art,Art,GBP,2017-06-09,950.00,2017-05-12 16:45:18,25.00,failed,1,GB,32.35,31.88,1211.49 +1006808293,KAiROS Debut Album Release,Jazz,Music,USD,2017-06-08,5000.00,2017-05-09 23:59:26,1765.00,failed,25,US,15.00,1765.00,5000.00 +1006817722,Publishing my dream fantasy novel,Fiction,Publishing,GBP,2014-05-21,1500.00,2014-04-21 19:08:15,151.00,failed,7,GB,253.55,254.29,2526.10 +1006821111,Cards4Humanity,Games,Games,USD,2017-05-11,55000.00,2017-04-11 13:39:59,11062.00,failed,127,US,1075.00,11062.00,55000.00 +"1006835138,""Oh, Fudge!"",Food,Food,USD,2011-11-16,5000.00,2011-09-17 03:51:54,1440.55,failed,63,US,1440.55,1440.55,5000.00" +100684299,Holly Renee,Fiction,Publishing,USD,2013-06-14,10000.00,2013-05-15 02:11:04,15.00,failed,2,US,15.00,15.00,10000.00 +1006858038,The World's First App to Make Beach Goers Dreams Come True!,Apps,Technology,USD,2016-04-25,36779.00,2016-03-11 18:27:33,6144.00,canceled,49,US,6144.00,6144.00,36779.00 +1006862039,Kronk the Neanderthal,Comic Books,Comics,CAD,2016-11-30,1500.00,2016-10-31 05:03:59,1711.00,successful,59,CA,556.30,1286.18,1127.57 +1006866696,Spheres of Power: A New Pathfinder Magic System,Tabletop Games,Games,USD,2013-09-01,1500.00,2013-08-04 01:13:52,39557.16,successful,966,US,39557.16,39557.16,1500.00 +1006871160,Ninjas For Natives,Documentary,Film & Video,USD,2015-03-26,140000.00,2015-03-04 19:11:24,0.00,failed,0,US,0.00,0.00,140000.00 +1006879647,The Game 1.0 english version.,Young Adult,Publishing,CHF,2016-05-12,4000.00,2016-04-12 09:08:07,16.00,failed,5,CH,16.79,16.47,4117.56 +1006879706,Meg's Senior Thesis Film Fundraiser!,Film & Video,Film & Video,USD,2010-08-08,1000.00,2010-06-19 17:01:15,1631.00,successful,19,US,1631.00,1631.00,1000.00 +1006879870,The Adventures of Toffy and Olly,Children's Books,Publishing,USD,2014-05-03,8500.00,2014-04-03 17:48:59,1211.00,failed,15,US,1211.00,1211.00,8500.00 +1006881332,All-In-One Music Industry Social Directory,Music,Music,GBP,2017-01-22,5000.00,2016-12-28 11:31:07,100.00,canceled,1,GB,122.71,125.41,6270.38 +1006881955,Thane of East County,Film & Video,Film & Video,USD,2014-07-24,20000.00,2014-06-24 21:05:15,25000.00,successful,160,US,25000.00,25000.00,20000.00 +1006884820,The JJ Project,Documentary,Film & Video,USD,2013-08-31,22000.00,2013-08-01 17:20:56,824.00,failed,19,US,824.00,824.00,22000.00 +"1006885199,""Orrery Lamp: A Minimal, Dimmable Solar System"",Product Design,Design,USD,2017-09-20,25000.00,2017-08-21 13:45:14,51807.00,successful,168,US,14138.00,51807.00,25000.00" +1006885357,Escape from Alcatraz — A New Mystery Rummy Game,Tabletop Games,Games,USD,2014-07-04,10000.00,2014-06-06 23:24:48,13574.00,successful,359,US,13574.00,13574.00,10000.00 +1006890111,Swimmerix: Super Accurate and Easy-To-Use Swim Tracker,Product Design,Design,GBP,2016-03-11,24000.00,2016-02-09 14:01:05,5667.00,canceled,52,GB,8223.13,8099.42,34301.39 +1006900956,The DREAMline Project Outreach Advocacy Awareness Dreamers,Apparel,Fashion,USD,2016-09-08,1000.00,2016-08-09 00:43:03,55.00,failed,2,US,5.00,55.00,1000.00 +1006906467,Clothe the Dancers in CreatureTube,Dance,Dance,USD,2015-10-02,300.00,2015-09-17 03:44:00,457.00,successful,9,US,457.00,457.00,300.00 +1006908172,Back to Back to the Future: The Comic,Comics,Comics,USD,2010-09-20,2500.00,2010-08-21 21:27:36,451.00,failed,18,US,451.00,451.00,2500.00 +1006912477,The Lost Play of William Shakespeare,Musical,Theater,USD,2015-10-22,3000.00,2015-09-22 05:01:46,0.00,failed,0,US,0.00,0.00,3000.00 +1006916666,The Food Truck Diaries,Documentary,Film & Video,AUD,2014-07-19,15000.00,2014-05-20 00:23:21,14.50,failed,3,AU,13.58,13.64,14108.35 +1006925601,When I Leave,Drama,Film & Video,USD,2017-03-11,3000.00,2017-01-26 03:00:44,3653.50,successful,43,US,905.00,3653.50,3000.00 +1006927409,Gray's at New Designers,Fashion,Fashion,GBP,2015-04-04,2500.00,2015-02-03 13:04:55,2565.00,successful,38,GB,3867.92,3742.67,3647.82 +1006933983,Let the Sun Shine In...Always & Forever with Sun LifeLight!,Hardware,Technology,USD,2014-07-09,150000.00,2014-06-09 17:05:34,7333.00,failed,20,US,7333.00,7333.00,150000.00 +1006938081,Collabortive map for PokemonGo you can trust,Video Games,Games,USD,2016-07-22,10000.00,2016-07-15 18:08:31,23.00,failed,4,US,20.00,23.00,10000.00 +1006938422,Playdoughs Republik Poetic Ramblings of a Modern Foolosopher,Poetry,Publishing,USD,2012-10-21,7770.00,2012-08-22 00:52:10,78.77,failed,8,US,78.77,78.77,7770.00 +1006945199,Have your Cake and Eat it too!,Food,Food,USD,2016-12-05,10000.00,2016-11-05 20:16:29,0.00,canceled,0,US,24.00,0.00,10000.00 +1006946922,World's Biggest Dick Drawing,Art,Art,USD,2014-08-21,100.00,2014-07-22 02:55:44,677.00,successful,61,US,677.00,677.00,100.00 +1006947711,The Holy Trinity Series,Fiction,Publishing,USD,2017-04-07,9000.00,2017-03-08 19:01:50,51.00,failed,2,US,50.00,51.00,9000.00 +"1006957330,""Harmony Acres Soap Co. - Go Ahead, Get Smelly!"",Crafts,Crafts,USD,2013-09-26,9500.00,2013-08-27 02:56:15,2722.00,failed,46,US,2722.00,2722.00,9500.00" +"1006971960,""partners we""""ll remain"",Country & Folk,Music,USD,2016-11-01,6000.00,2016-10-02 21:16:03,1.00,failed,1,US,0.00,1.00,6000.00" +1006991848,The Cheating Heart: Love or Lust,Drama,Film & Video,USD,2016-04-20,10000.00,2016-03-21 05:53:14,2.00,failed,2,US,2.00,2.00,10000.00 +1006997833,Not Of This World (Student Film Project),Shorts,Film & Video,GBP,2013-11-17,4200.00,2013-10-18 13:09:25,170.00,failed,4,GB,271.55,275.42,6804.37 +1007002522,Midnight Persons comic: Issue #0,Comic Books,Comics,USD,2016-05-26,4500.00,2016-04-26 16:56:06,4661.00,successful,100,US,4661.00,4661.00,4500.00 +1007005370,BRINK Mag,Periodicals,Publishing,USD,2012-02-27,1593.00,2012-02-02 21:02:03,0.00,failed,0,US,0.00,0.00,1593.00 +1007011953,Sanga,Video Games,Games,USD,2013-12-18,25000.00,2013-11-18 18:49:45,4666.00,failed,44,US,4666.00,4666.00,25000.00 +1007013403,WBOS presents Boogie Nights the Musical,Musical,Theater,GBP,2014-08-16,5000.00,2014-07-17 00:38:08,0.00,failed,0,GB,0.00,0.00,8288.71 +1007013670,Chinese Seal Carving,Crafts,Crafts,USD,2011-11-03,2500.00,2011-10-04 01:03:30,2607.00,successful,31,US,2607.00,2607.00,2500.00 +100701747,Life With Hope Web Series,Webseries,Film & Video,USD,2012-08-09,3000.00,2012-07-26 21:37:38,3081.00,successful,26,US,3081.00,3081.00,3000.00 +1007021695,Broschüre Maultiermuseum Schweiz,Letterpress,Crafts,CHF,2015-12-15,6500.00,2015-10-16 17:52:50,560.00,failed,10,CH,589.34,563.54,6541.08 +1007023657,DAGON,Animation,Film & Video,EUR,2015-08-30,30000.00,2015-07-01 18:09:58,8468.00,failed,93,IT,9477.09,9431.63,33413.90 +1007025362,PARAPLEGICSLIST A new horror thriller film,Narrative Film,Film & Video,USD,2011-08-28,15000.00,2011-06-29 22:56:24,25.00,failed,1,US,25.00,25.00,15000.00 +1007030316,Keeping It Free For Kids,Classical Music,Music,USD,2016-01-02,3000.00,2015-12-03 08:57:06,430.00,failed,5,US,430.00,430.00,3000.00 +1007034926,Let me draw your Anime Style Portrait!!,Illustration,Art,EUR,2017-01-09,100.00,2016-11-30 12:52:31,181.00,successful,7,ES,63.61,192.96,106.61 +1007035613,The Cardboard Box - Take my own play to fringe festival!,Theater,Theater,GBP,2013-05-27,500.00,2013-04-12 16:44:21,65.00,canceled,7,GB,99.61,99.03,761.79 +1007043144,FLEXXBALL™ - The Playful Sculpture,Product Design,Design,USD,2017-03-31,4800.00,2017-03-01 18:43:55,1691.00,canceled,21,US,777.00,1691.00,4800.00 +1007045506,Beach City Con: A Steven Universe Fan Convention,Festivals,Film & Video,USD,2016-10-31,7000.00,2016-09-01 06:00:29,24056.00,successful,264,US,9517.00,24056.00,7000.00 +10070457,Incpin Media,Publishing,Publishing,USD,2017-03-19,2500.00,2017-02-17 03:05:01,0.00,failed,0,US,0.00,0.00,2500.00 +1007054028,ArtSi After School Program,Art,Art,USD,2014-11-20,1200.00,2014-10-21 12:55:28,30.00,failed,1,US,30.00,30.00,1200.00 +100705658,Coffee With A Purpose,Drinks,Food,USD,2015-12-09,14500.00,2015-11-09 22:22:05,15130.00,successful,65,US,15130.00,15130.00,14500.00 +100705975,Custom Folded Book Art,Art,Art,USD,2015-03-29,700.00,2015-02-27 01:27:30,460.00,failed,7,US,460.00,460.00,700.00 +1007061311,Edinburgh Fringe Festival or Bust...Little Prince Mash Up!,Theater,Theater,USD,2014-01-29,20000.00,2013-12-31 18:22:14,650.00,failed,8,US,650.00,650.00,20000.00 +1007062718,Catholic Social Teaching: A New Synthesis,Nonfiction,Publishing,USD,2015-11-15,5000.00,2015-10-16 20:57:36,150.00,failed,4,US,150.00,150.00,5000.00 +1007066609,HD & Pixel Video Game Assets Commercially Licensed Monthly,Video Games,Games,USD,2017-10-14,500.00,2017-08-15 20:52:52,75.00,failed,3,US,25.00,75.00,500.00 +1007079209,A Fistful of Water (Chronicles of Marsdenfel: Book 3),Fiction,Publishing,USD,2013-11-16,300.00,2013-10-29 01:18:00,33.00,failed,2,US,33.00,33.00,300.00 +1007080260,Love New York Apparel,Fashion,Fashion,USD,2013-11-18,20000.00,2013-09-19 22:06:02,0.00,failed,0,US,0.00,0.00,20000.00 +1007081088,Sanctuary/Purgatory Book,Fine Art,Photography,USD,2016-07-01,250.00,2016-06-01 15:22:37,0.00,failed,0,US,0.00,0.00,250.00 +1007083051,Rolling Art into LIfe,Conceptual Art,Art,USD,2012-04-12,8000.00,2012-02-27 19:42:40,300.00,failed,2,US,300.00,300.00,8000.00 +1007087321,Bound Notebooks,Design,Design,GBP,2016-06-01,2000.00,2016-05-02 10:16:45,2303.00,successful,58,GB,3364.90,3323.76,2886.46 +1007098692,Double V - Debut EP,Electronic Music,Music,USD,2013-05-11,100.00,2013-04-11 22:35:09,101.00,successful,7,US,101.00,101.00,100.00 +1007104392,SandBoxCheck: Testing Malware Analysis Tools,Technology,Technology,GBP,2014-11-30,50000.00,2014-10-31 21:09:50,11.00,failed,2,GB,17.58,17.25,78428.91 +"10071048,""YELLOW, A short film"",Narrative Film,Film & Video,CAD,2017-04-26,20000.00,2017-03-27 21:12:34,23400.00,successful,255,CA,2123.30,17149.14,14657.38" +100710934,Hawaii Musician Alx Kawakami is Recording His Debut Album!,Music,Music,USD,2016-07-01,12000.00,2016-06-01 09:01:38,24255.00,successful,136,US,24255.00,24255.00,12000.00 +1007112532,LoopBall: the first Bluetooth connected sport ball !,Technology,Technology,EUR,2017-08-04,45000.00,2017-06-20 09:33:21,4422.00,failed,48,FR,961.88,5248.04,53406.12 +1007121454,Nail Art and Photos Printed on your Nails w/ Embellishments,Art,Art,USD,2014-01-14,20000.00,2013-12-15 02:53:49,6.00,failed,2,US,6.00,6.00,20000.00 +1007121953,MNEMOSYNE - What If You Could Explore Someone's Memories?,Shorts,Film & Video,USD,2012-09-30,30000.00,2012-08-21 04:26:05,4666.00,failed,83,US,4666.00,4666.00,30000.00 +1007125880,We're finally releasing our 2nd album!! Can you believe it??,Rock,Music,USD,2017-09-18,750.00,2017-08-18 20:00:54,190.00,failed,8,US,0.00,190.00,750.00 +1007127395,Beer Inspired Recycling,DIY,Crafts,USD,2014-09-12,275.00,2014-08-29 22:56:08,394.00,successful,21,US,394.00,394.00,275.00 +1007127613,Snack Attack: A Cartoon Food Art Book,Art Books,Publishing,USD,2016-09-29,25100.00,2016-09-02 12:35:29,7662.50,failed,76,US,2881.00,7662.50,25100.00 +1007132696,With His Presence,Faith,Music,USD,2015-10-21,1250.00,2015-09-21 17:01:14,855.00,failed,7,US,855.00,855.00,1250.00 +1007146401,Patriot Playing Cards,Product Design,Design,USD,2017-11-09,15000.00,2017-10-10 03:39:35,1062.00,failed,44,US,144.00,1062.00,15000.00 +1007160049,Orbis Terrarum RPG,Tabletop Games,Games,GBP,2013-11-30,2000.00,2013-10-31 16:16:37,4687.00,successful,122,GB,7516.07,7660.88,3268.99 +1007161697,HUMAN CONDITION,Film & Video,Film & Video,GBP,2014-12-21,7000.00,2014-11-01 15:20:18,18.00,failed,5,GB,28.78,27.96,10875.14 +100716183,Famous Zombies! The High Suspense & Strategy Game!,Tabletop Games,Games,USD,2014-08-28,1750.00,2014-07-29 23:29:00,1973.00,successful,53,US,1973.00,1973.00,1750.00 +"1007163014,""""""The Establishment"""" Feature Film entertainment project"",Drama,Film & Video,CAD,2015-04-30,200000.00,2015-03-02 21:55:20,0.00,failed,0,CA,0.00,0.00,166389.35" +"1007170928,""A través del arte """" Identidad y Bíodiversidad de Chiapas""""."",Painting,Art,MXN,2017-02-23,200000.00,2016-12-26 23:17:54,150.00,failed,1,MX,0.00,7.62,10155.38" +1007173468,The EZ CYCLING SYSTEM Refreshes Your Old Water Supply,Fabrication Tools,Technology,USD,2016-10-19,3000.00,2016-09-19 01:29:45,4205.00,successful,84,US,317.00,4205.00,3000.00 +1007176355,Help local people in Nepal with art and fitness.,Art,Art,CAD,2015-01-15,500.00,2014-12-16 21:09:31,6.00,failed,2,CA,5.19,4.99,415.45 +1007181717,IN THE DARK - A Horror Anthology,Anthologies,Comics,USD,2013-10-31,30000.00,2013-09-26 01:00:04,75350.55,successful,1588,US,75350.55,75350.55,30000.00 +1007184915,yep Threads,Apparel,Fashion,USD,2015-07-07,5500.00,2015-06-07 06:03:29,9613.00,successful,110,US,9613.00,9613.00,5500.00 +1007186692,Help THE VANITY BELLES record their DEBUT RECORD,Music,Music,USD,2011-11-26,10000.00,2011-10-10 21:02:44,10446.00,successful,114,US,10446.00,10446.00,10000.00 +1007194211,Under The Deep,Documentary,Film & Video,USD,2013-03-03,3000.00,2013-02-01 09:06:00,25.00,failed,1,US,25.00,25.00,3000.00 +1007202487,Jackster: Make Any Headset Wireless,Gadgets,Technology,USD,2017-09-18,5000.00,2017-08-17 16:22:26,18594.00,successful,368,US,3040.00,18594.00,5000.00 +1007204515,Beauty in the Dark,Fine Art,Photography,USD,2016-08-08,10000.00,2016-07-24 18:11:57,0.00,failed,0,US,0.00,0.00,10000.00 +1007206863,The Aweful Dead,Art Books,Publishing,USD,2017-11-03,4200.00,2017-10-04 06:32:03,4371.00,successful,70,US,1541.00,4371.00,4200.00 +"1007216026,""The Steel & Flint Pen, Worlds Finest Soft-Close Magnetic Pen"",Product Design,Design,GBP,2016-12-16,12000.00,2016-11-15 12:54:45,18096.38,successful,267,GB,2087.39,22518.58,14932.43" +1007217653,QUIUBO,Sound,Technology,MXN,2017-11-13,2400000.00,2017-10-01 19:39:35,27296.00,failed,24,MX,442.58,1433.46,126037.18 +"1007222830,""Wood Ornaments - Lasers, Christmas, Cthulhu, Platypus"",Crafts,Crafts,USD,2012-12-04,250.00,2012-11-22 00:34:49,303.00,successful,18,US,303.00,303.00,250.00" +1007232979,Collabrative Fashion Film,Experimental,Film & Video,CAD,2016-05-26,1000.00,2016-04-26 19:26:25,100.00,failed,1,CA,78.86,76.70,767.05 +1007234641,Turn any ordinary pillow into a Cozy Animal Friend,Product Design,Design,USD,2013-07-10,25000.00,2013-06-07 00:58:15,495.00,failed,13,US,495.00,495.00,25000.00 +1007241349,Zzyzx Summer Tour,Music,Music,USD,2013-06-05,500.00,2013-05-06 20:53:19,190.00,failed,7,US,190.00,190.00,500.00 +100724397,Sara-Jayne Berrill Dance,Performances,Dance,GBP,2016-12-20,500.00,2016-11-20 14:40:44,550.00,successful,16,GB,253.14,673.71,612.47 +100724658,Meet Jesus H. da Vinci,Fiction,Publishing,USD,2014-01-14,18250.00,2013-12-17 22:24:12,667.00,failed,10,US,667.00,667.00,18250.00 +1007247216,Ultima Force Animated Trailer,Animation,Film & Video,USD,2014-01-01,40000.00,2013-12-02 19:37:08,15.00,failed,2,US,15.00,15.00,40000.00 +1007254417,The Pet Print Project,Illustration,Art,GBP,2013-04-17,500.00,2013-03-18 22:34:40,2746.00,successful,75,GB,4150.55,4215.08,767.50 +1007262299,Make Your Mark,Painting,Art,USD,2014-09-04,500.00,2014-08-28 01:24:59,525.50,successful,8,US,525.50,525.50,500.00 +1007262788,This Is A Lifetime 'Warrior' EP Release,Music,Music,USD,2014-07-03,3000.00,2014-06-03 22:25:27,535.00,failed,17,US,535.00,535.00,3000.00 +"1007262945,""Tubix - the all metal, modular pill holder"",Product Design,Design,GBP,2015-05-09,20000.00,2015-04-09 08:03:40,7217.00,failed,194,GB,10699.10,11337.50,31418.88" +1007266579,Pedal Whip Multitool,Hardware,Technology,USD,2018-01-05,1500.00,2017-12-06 19:20:22,464.00,live,6,US,0.00,464.00,1500.00 +1007266950,American Outdoorsman and Woman Painting Series,Painting,Art,USD,2013-01-24,4500.00,2012-11-27 22:52:51,107.00,failed,2,US,107.00,107.00,4500.00 +100727022,DIY Nail Stamps (Canceled),Accessories,Fashion,CAD,2015-10-11,5000.00,2015-09-11 06:50:39,0.00,canceled,0,CA,0.00,0.00,3867.87 +1007273151,Skybrawler: An Epic-Scale RPG Platformer (PC Game),Video Games,Games,USD,2011-02-22,3675.00,2011-01-08 23:15:14,3800.00,successful,52,US,3800.00,3800.00,3675.00 +1007290270,Wiener Dog Internationals,Narrative Film,Film & Video,USD,2014-05-24,5000.00,2014-04-24 01:18:30,5130.00,successful,23,US,5130.00,5130.00,5000.00 +100729444,Pändo Makes an Album!,Indie Rock,Music,USD,2016-07-24,600.00,2016-07-14 17:31:07,920.00,successful,25,US,885.00,920.00,600.00 +"100729837,""""""Enough."""" Film"",Drama,Film & Video,USD,2016-12-11,6000.00,2016-11-11 00:26:16,6945.00,successful,112,US,515.00,6945.00,6000.00" +"100730862,""The Whole Works: Women-Driven, American Made."",Apparel,Fashion,USD,2014-11-29,35000.00,2014-10-29 16:33:04,38016.12,successful,174,US,38016.12,38016.12,35000.00" +1007311371,The Forgotten: Documenting the Rohingya,Documentary,Film & Video,GBP,2013-08-20,9875.00,2013-07-23 22:52:26,505.00,failed,16,GB,771.71,785.04,15351.01 +1007319222,New Short Film by Michael Weeks,Shorts,Film & Video,USD,2010-12-21,4000.00,2010-11-21 02:34:48,1145.00,failed,13,US,1145.00,1145.00,4000.00 +1007320182,Ghost Long Board,Product Design,Design,USD,2017-05-07,25000.00,2017-04-07 17:36:30,825.00,canceled,3,US,825.00,825.00,25000.00 +1007337083,Blind Album - Maria Hatcher,Indie Rock,Music,GBP,2016-05-16,1000.00,2016-04-06 13:20:57,1658.00,successful,39,GB,2364.58,2415.47,1456.86 +1007343920,RRED: navigation révolutionnaire / revolutionary navigation,Gadgets,Technology,EUR,2016-03-09,25000.00,2016-02-08 08:27:18,2231.00,failed,40,FR,2489.64,2474.19,27725.10 +1007352842,Senie's building a studio for self released Folk album's,Country & Folk,Music,USD,2017-01-04,12000.00,2016-12-05 00:34:47,382.00,failed,8,US,7.00,382.00,12000.00 +1007356096,South of Here: Photographs of Louisiana and the Gulf Coast,Photography,Photography,USD,2012-08-18,4000.00,2012-07-24 00:07:51,5164.09,successful,78,US,5164.09,5164.09,4000.00 +1007356461,Meridian #1,Comics,Comics,USD,2017-11-15,4500.00,2017-10-01 22:25:07,1228.00,failed,40,US,112.00,1228.00,4500.00 +1007375303,Her Days,Comedy,Film & Video,GBP,2016-12-13,250.00,2016-11-28 14:18:51,0.00,failed,0,GB,0.00,0.00,311.09 +100737979,Plans,Apps,Technology,USD,2017-01-17,15000.00,2016-11-28 19:58:22,486.00,canceled,14,US,25.00,486.00,15000.00 +1007385804,Pop Warner Salinas Cardinal Cheer,Documentary,Film & Video,USD,2012-10-21,6000.00,2012-09-26 10:31:30,636.00,failed,6,US,636.00,636.00,6000.00 +1007387680,MSPI Life: No dairy. No soy. No regrets.,Nonfiction,Publishing,USD,2015-11-16,2500.00,2015-10-15 06:21:53,2637.00,successful,35,US,2637.00,2637.00,2500.00 +1007390091,Transformational Art,Digital Art,Art,USD,2013-12-27,30000.00,2013-10-28 18:56:33,1.00,failed,1,US,1.00,1.00,30000.00 +1007391052,The Garden Stand Personal Hydroponic Planter System,Product Design,Design,USD,2013-09-05,300000.00,2013-08-06 01:57:09,625.00,failed,4,US,625.00,625.00,300000.00 +1007403960,THE BIG RED FLAG BOOK analyzes common relationship risks.,Nonfiction,Publishing,USD,2014-10-13,5000.00,2014-08-29 05:13:52,2345.00,failed,33,US,2345.00,2345.00,5000.00 +100741369,Adventure Tape - The Ultimate Rescue Solution For Your Gear,Fabrication Tools,Technology,GBP,2017-11-03,15000.00,2017-10-04 13:01:00,45183.00,successful,1502,GB,1718.75,59230.76,19663.62 +1007415790,DNA Pens - Unique British writing instruments,Product Design,Design,GBP,2014-04-07,2500.00,2014-03-03 18:20:28,4071.00,successful,97,GB,6816.46,6811.34,4182.84 +1007415840,WOLVES OF SUMMER: The Complete Collection,Graphic Novels,Comics,USD,2015-01-10,4000.00,2014-12-01 06:02:55,4210.00,successful,91,US,4210.00,4210.00,4000.00 +100742490,Beyond The Bougainvillea - A Short Film,Drama,Film & Video,GBP,2015-09-18,1500.00,2015-08-19 17:44:19,1568.00,successful,32,GB,2443.80,2453.41,2347.01 +1007434135,Perspectives Foundation,People,Photography,AUD,2015-07-21,70000.00,2015-05-22 05:14:05,200.00,failed,2,AU,158.55,145.30,50853.61 +1007437933,Mario Runs in the 90's 2,Music Videos,Film & Video,USD,2017-03-06,500.00,2017-02-04 22:34:32,0.00,failed,0,US,0.00,0.00,500.00 +1007438311,Ivion: Fighting Game + Card Game,Tabletop Games,Games,USD,2017-05-25,19000.00,2017-04-27 17:00:04,21797.00,successful,212,US,9914.00,21797.00,19000.00 +1007447362,Dew of Senira - 3D animation,Animation,Film & Video,USD,2016-03-07,10000.00,2016-01-27 15:00:43,61.00,failed,3,US,61.00,61.00,10000.00 +1007448252,KILLING THE apologetic GIRL,Comedy,Film & Video,USD,2015-02-23,4200.00,2015-02-09 23:19:43,202.00,failed,4,US,202.00,202.00,4200.00 +1007452207,The Vanity of Life,Fiction,Publishing,USD,2012-04-18,3412.00,2012-03-19 19:18:03,3740.87,successful,50,US,3740.87,3740.87,3412.00 +1007454373,YumElish SkinEdips - Gourmet Bean Dips (Canceled),Vegan,Food,USD,2015-12-07,15000.00,2015-10-08 12:28:26,725.00,canceled,24,US,725.00,725.00,15000.00 +1007459417,A Christmas Toy Story,Dance,Dance,USD,2013-12-14,10000.00,2013-11-27 02:25:47,10086.00,successful,39,US,10086.00,10086.00,10000.00 +1007463174,Brazilian pop artist Kiko London Tour support,Music,Music,USD,2017-04-17,8000.00,2017-03-14 19:22:11,1.00,failed,1,US,0.00,1.00,8000.00 +1007465692,The FingerPrint Lock,Product Design,Design,USD,2014-05-19,10000.00,2014-04-10 07:23:27,3246.00,failed,23,US,3246.00,3246.00,10000.00 +1007484429,SuperEngine,Mobile Games,Games,GBP,2015-12-31,120000.00,2015-12-01 21:10:18,0.00,failed,0,GB,0.00,0.00,178001.93 +100749093,Killshot,Drama,Film & Video,USD,2014-07-10,5500.00,2014-06-10 01:17:54,955.00,failed,23,US,955.00,955.00,5500.00 +1007494388,Solar Powered Light Clothing by Electron Wear,Fashion,Fashion,USD,2014-07-26,10000.00,2014-06-26 22:40:07,31.00,failed,4,US,31.00,31.00,10000.00 +"1007510708,""Horse Photography, Stock Photography and Love for my mom."",Animals,Photography,CAD,2015-06-25,5000.00,2015-05-26 04:46:45,0.00,failed,0,CA,0.00,0.00,4043.67" +1007512031,I-OpenR - Effortless Automation for Chicken Coop Doors,Hardware,Technology,USD,2017-02-15,5000.00,2016-12-23 22:59:15,476.00,failed,5,US,1.00,476.00,5000.00 +1007513533,Unity Fashion & Accessories,Accessories,Fashion,AUD,2014-09-25,5000.00,2014-09-18 23:29:49,0.00,failed,0,AU,0.00,0.00,4395.60 +1007527427,Car Wheel Lights With Your Logo & Future Smartphone Apps,Technology,Technology,USD,2013-12-25,100000.00,2013-11-25 20:01:45,12133.00,failed,38,US,12133.00,12133.00,100000.00 +1007529099,TIQÜE : find your happiness AMULET JEWELS,Jewelry,Fashion,EUR,2015-12-10,7500.00,2015-11-19 10:26:54,25.00,failed,1,ES,26.58,27.38,8212.52 +1007536352,Beards On Boards,Mixed Media,Art,USD,2012-07-30,500.00,2012-06-15 20:55:13,140.00,failed,4,US,140.00,140.00,500.00 +1007537970,Acky's Reloaded - Breakout Arkanoid Reimagined,Video Games,Games,USD,2014-09-03,10000.00,2014-08-07 20:40:23,1850.00,failed,44,US,1850.00,1850.00,10000.00 +1007541516,Warrior Legend - Manga Book,Comic Books,Comics,NOK,2017-11-13,17000.00,2017-10-20 19:43:30,1060.00,failed,3,NO,43.37,128.68,2063.71 +1007543210,Melody Zephyr and The Tracks Debut EP and MUSIC VIDEO!,Music,Music,USD,2011-12-02,5000.00,2011-11-05 18:05:35,450.00,failed,12,US,450.00,450.00,5000.00 +1007545243,JuJube : the Frasier Crane for your text messages,Software,Technology,USD,2016-10-16,25000.00,2016-09-16 15:23:43,0.00,failed,0,US,0.00,0.00,25000.00 +"1007556380,""Leather Sleeve for the 11"""" MacBook Air"",Product Design,Design,USD,2015-08-05,8000.00,2015-07-06 18:21:16,35.00,failed,1,US,35.00,35.00,8000.00" +1007566985,MAKEatx : a digital fabrication workshop,Hardware,Technology,USD,2011-03-06,5000.00,2011-01-05 06:42:17,5843.00,successful,58,US,5843.00,5843.00,5000.00 +1007573974,PlayThink,Architecture,Design,USD,2015-02-28,12500.00,2015-01-29 05:50:05,29.00,failed,4,US,29.00,29.00,12500.00 +1007588179,Help fund our hopes and dreams!,Rock,Music,USD,2012-02-14,1000.00,2011-12-16 03:43:12,260.00,failed,8,US,260.00,260.00,1000.00 +1007602723,Diss Jockey,Tabletop Games,Games,USD,2016-09-05,6000.00,2016-07-30 23:45:06,6001.00,successful,65,US,890.00,6001.00,6000.00 +1007607000,Digital Kirlian Photography Book,Photography,Photography,USD,2012-08-16,1000.00,2012-06-17 20:53:10,491.00,failed,17,US,491.00,491.00,1000.00 +1007612426,El Le Faunt & His Traveling Circus Vinyl Release,Music,Music,USD,2012-02-23,1500.00,2012-02-02 08:03:15,2025.00,successful,58,US,2025.00,2025.00,1500.00 +1007613086,Steel Unique - Stainless Steel Christmas Decorations,Product Design,Design,GBP,2016-11-12,650.00,2016-10-22 08:40:04,175.00,failed,5,GB,104.02,215.74,801.32 +1007622469,Nourish Roshambo,Food,Food,USD,2013-06-15,4500.00,2013-05-16 09:12:40,600.00,failed,12,US,600.00,600.00,4500.00 +100762302,Occupied Pleasures a Photo Book by Tanya Habjouqa,Photobooks,Photography,USD,2015-02-25,21150.00,2015-01-25 20:13:54,38206.00,successful,326,US,38206.00,38206.00,21150.00 +"1007626797,""ORIGO Boat - foldable, easy to transport, eco friendly boat."",Product Design,Design,USD,2015-07-22,120000.00,2015-06-05 20:00:05,48785.00,failed,60,US,48785.00,48785.00,120000.00" +1007629591,Jet Pilot,Video Games,Games,NZD,2014-09-28,15000.00,2014-08-29 00:16:33,3.00,failed,2,NZ,2.51,2.36,11787.82 +1007634693,Fotomodel Lisa van Li,Public Art,Art,EUR,2015-08-01,3000.00,2015-07-02 06:45:57,19.00,failed,2,DE,21.16,20.79,3282.31 +10076573,Draka Dragon Tour! Burning Man via Austin!,Public Art,Art,USD,2012-06-06,3350.00,2012-05-22 19:24:04,2595.00,failed,54,US,2595.00,2595.00,3350.00 +1007659850,New Clubroot & Swarms LP's on LoDubs!,Electronic Music,Music,USD,2011-07-22,5000.00,2011-06-22 20:53:34,7233.11,successful,118,US,7233.11,7233.11,5000.00 +1007664002,100% pure chicken breast jerky treats PETS,Small Batch,Food,USD,2015-09-26,6500.00,2015-08-27 02:24:20,47.00,failed,3,US,47.00,47.00,6500.00 +1007678722,#giftforGIFT,Festivals,Theater,GBP,2015-05-31,5000.00,2015-05-01 13:44:27,620.00,failed,22,GB,956.72,950.54,7665.65 +1007681578,Living Together,Drama,Film & Video,CAD,2017-11-01,3000.00,2017-10-02 19:46:15,295.00,canceled,11,CA,48.09,231.88,2358.12 +1007687147,Hydrosis Hydroponics,Community Gardens,Food,USD,2016-05-04,20000.00,2016-04-04 18:09:29,2.00,failed,2,US,2.00,2.00,20000.00 +1007688809,A Skyboat Audiobook of Harlan Ellison's Star Trek Teleplay,Radio & Podcasts,Publishing,USD,2016-03-19,15000.00,2016-02-18 01:36:56,21807.00,successful,391,US,21807.00,21807.00,15000.00 +1007692394,MAX & ELSA: NO MUSIC. NO CHILDREN.,Plays,Theater,USD,2015-04-29,3000.00,2015-04-08 19:51:02,4085.00,successful,88,US,4085.00,4085.00,3000.00 +1007694384,Automotive sculptures and parts.,Sculpture,Art,USD,2014-11-20,900.00,2014-11-04 21:03:21,40.00,failed,1,US,40.00,40.00,900.00 +1007697337,DEF Skateboards Ltd.,Design,Design,EUR,2016-05-15,6000.00,2016-04-15 19:32:48,7173.00,successful,120,IT,8081.53,8047.34,6731.36 +1007699457,Transform Heartbreak into Heartpower Book Tour,Nonfiction,Publishing,USD,2014-10-30,1267.00,2014-10-23 20:54:37,15.00,failed,2,US,15.00,15.00,1267.00 +1007699549,Triple Vision Playing Cards (Relaunch),Playing Cards,Games,CAD,2016-05-19,5000.00,2016-05-02 19:00:54,5514.00,successful,157,CA,4393.59,4207.23,3815.05 +1007700830,PHILE Magazine Issue No. 2 PRE-SALE,Art Books,Publishing,USD,2018-01-19,2500.00,2017-12-19 22:09:51,625.00,live,13,US,100.00,625.00,2500.00 +1007701013,Seneschal Medallion,Live Games,Games,USD,2014-05-30,440.00,2014-05-01 23:49:19,440.00,successful,7,US,440.00,440.00,440.00 +1007706991,Medical Flower Diary,Publishing,Publishing,USD,2017-09-13,35000.00,2017-07-15 01:11:52,22.00,failed,2,US,0.00,22.00,35000.00 +1007708012,VIKTER Gaming Desk,Product Design,Design,USD,2014-11-24,60000.00,2014-10-23 03:46:09,1383.00,failed,12,US,1383.00,1383.00,60000.00 +"1007709039,""Support the Alzheimer's/FTD Documentary """"Susan's Story"""""",Documentary,Film & Video,USD,2016-06-30,5000.00,2016-05-16 02:15:05,6652.00,successful,60,US,6652.00,6652.00,5000.00" +1007713990,Dorothy's Story--100 years and counting,Documentary,Film & Video,USD,2014-07-10,1250.00,2014-06-10 15:45:14,50.00,failed,1,US,50.00,50.00,1250.00 +1007715539,TORAE: ENTITLED KICKSTARTER,Music,Music,USD,2015-10-01,10000.00,2015-08-31 01:59:44,10295.00,successful,206,US,10295.00,10295.00,10000.00 +100772001,A Children's Book about Eating Vegetables (Canceled),Children's Books,Publishing,USD,2014-07-31,8000.00,2014-07-01 02:02:18,3436.00,canceled,40,US,3436.00,3436.00,8000.00 +1007727993,My Bro: Athletic Jerseys for Little Champs,Fashion,Fashion,USD,2014-04-05,16000.00,2014-03-05 12:37:30,2654.71,failed,70,US,2654.71,2654.71,16000.00 +1007731722,Pleasant Valley photography,Photography,Photography,USD,2014-11-27,100000.00,2014-10-28 22:26:11,25.00,failed,1,US,25.00,25.00,100000.00 +1007739150,FUBAR,Publishing,Publishing,USD,2012-04-12,2000.00,2012-02-12 18:37:50,366.00,failed,13,US,366.00,366.00,2000.00 +1007746177,VEG - Gaming Evolved,Fiction,Publishing,USD,2015-12-01,4000.00,2015-10-20 07:21:42,4296.00,successful,48,US,4296.00,4296.00,4000.00 +"1007749153,""""""Shoes"""""",Film & Video,Film & Video,USD,2012-05-25,79800.00,2012-04-12 19:39:34,210.00,failed,6,US,210.00,210.00,79800.00" +1007750244,Game Cave Vol 01: Fighting Junkies,Comics,Comics,USD,2013-10-17,500.00,2013-09-17 19:55:05,12577.00,successful,189,US,12577.00,12577.00,500.00 +1007753223,Blue Haus Grill,Food,Food,USD,2014-04-10,3000.00,2014-03-11 20:07:47,100.00,failed,1,US,100.00,100.00,3000.00 +100776736,Christmas Lights: Card Game,Tabletop Games,Games,CAD,2017-06-16,29500.00,2017-05-17 09:02:34,4592.00,failed,152,CA,0.00,3472.74,22309.61 +100776900,Gate Safety - Remote Wireless Visibility: Open or Closed?,Gadgets,Technology,USD,2017-03-05,75000.00,2017-01-04 02:22:26,250.00,failed,2,US,250.00,250.00,75000.00 +1007785522,Arbitus: In The Absence Of...,Fiction,Publishing,USD,2017-09-28,1200.00,2017-08-29 04:36:07,50.00,failed,2,US,0.00,50.00,1200.00 +1007786436,lamparas de dragon ball,Product Design,Design,MXN,2017-12-03,10000.00,2017-11-02 23:29:49,0.00,failed,0,MX,0.00,0.00,528.43 +1007789651,Paradise University Season 4,Horror,Film & Video,USD,2015-11-07,4000.00,2015-10-08 16:26:25,1605.00,failed,4,US,1605.00,1605.00,4000.00 +1007791648,City of Lights - Debut Album!,Rock,Music,USD,2011-08-16,2500.00,2011-07-02 18:41:25,2565.00,successful,13,US,2565.00,2565.00,2500.00 +"1007791691,""Silver Pickle, a food trailer"",Food Trucks,Food,USD,2015-06-11,3000.00,2015-05-21 15:13:15,3326.00,successful,55,US,3326.00,3326.00,3000.00" +1007794542,Lyonesse - Making Short Fiction Great Again,Fiction,Publishing,USD,2016-12-31,600.00,2016-12-01 06:27:04,1172.00,successful,37,US,0.00,1172.00,600.00 +1007805265,License to Operate,Documentary,Film & Video,USD,2013-10-04,50000.00,2013-09-04 20:44:12,50497.00,successful,97,US,50497.00,50497.00,50000.00 +100780551,WENDIGO CARNAGE - A Feature Length Horror Film in ULTRA HD,Horror,Film & Video,USD,2014-11-11,25000.00,2014-10-12 03:47:46,5186.00,failed,57,US,5186.00,5186.00,25000.00 +1007808471,OPEN 24/7,Ready-to-wear,Fashion,USD,2016-02-01,10000.00,2015-12-28 21:52:52,10339.00,successful,74,US,10339.00,10339.00,10000.00 +1007811196,The Turn at Badger Road: A collection of bizarre stories,Fiction,Publishing,USD,2013-08-20,15000.00,2013-08-12 23:20:37,0.00,canceled,0,US,0.00,0.00,15000.00 +1007813578,NEW Album - Sit at the Feet of Jesus,Country & Folk,Music,USD,2012-05-21,2300.00,2012-04-19 05:44:23,2916.00,successful,42,US,2916.00,2916.00,2300.00 +1007820815,The Life Story Project,Print,Journalism,USD,2014-11-03,2500.00,2014-10-04 03:14:42,100.00,failed,1,US,100.00,100.00,2500.00 +1007823886,Exile Saga - Once we were free,Video Games,Games,CAD,2014-11-07,20000.00,2014-10-03 19:53:39,2473.00,failed,71,CA,2224.52,2163.23,17494.75 +1007825941,The CopperStill band,Music,Music,USD,2017-10-29,2000.00,2017-10-19 18:25:49,0.00,canceled,0,US,0.00,0.00,2000.00 +"1007827671,""tabtag - glowing, removable and reusable MacBook stickers"",Graphic Design,Design,AUD,2014-06-30,5000.00,2014-05-12 10:20:15,10142.00,successful,315,AU,9494.40,9484.71,4675.96" +1007837102,DOPE CHAPEL,Art,Art,USD,2014-12-09,5000.00,2014-11-09 00:08:57,1996.00,failed,57,US,1996.00,1996.00,5000.00 +"1007842948,""""""Pipeliner's Blues"""" a new CD Project"",Country & Folk,Music,USD,2013-02-02,5750.00,2013-01-03 01:22:17,5904.00,successful,66,US,5904.00,5904.00,5750.00" +1007845710,Legendary Dice Throwers- the evolution of dice towers,Tabletop Games,Games,GBP,2016-07-29,8000.00,2016-07-14 17:00:09,9983.00,successful,205,GB,4320.23,13144.69,10533.66 +10078468,Art for Change Exhibition: igniting empathy & resilience,Mixed Media,Art,GBP,2013-03-21,1050.00,2013-03-04 14:20:57,233.00,failed,7,GB,350.31,353.76,1594.22 +1007849968,2014 Expedition to Lonely Dragon River : Epic Rewards,Documentary,Film & Video,USD,2014-04-11,50000.00,2014-03-12 05:22:01,120.00,failed,5,US,120.00,120.00,50000.00 +1007855968,Dungeon of Bricks - A modular adventure boardgame,Tabletop Games,Games,DKK,2016-11-18,150000.00,2016-10-19 14:02:55,1415.00,failed,14,DK,0.00,202.15,21429.80 +"1007873173,""""""I'd Eat Them Both"""" Live Comedy CD"",Theater,Theater,USD,2011-10-25,1000.00,2011-09-01 16:50:30,1036.00,successful,26,US,1036.00,1036.00,1000.00" +1007876558,Create It: A Children's Art Project,Public Art,Art,USD,2011-10-08,1500.00,2011-08-09 19:27:27,255.00,failed,4,US,255.00,255.00,1500.00 +1007877419,Pizzeria Boss - A tasty card game about pizza!,Tabletop Games,Games,USD,2017-10-19,500.00,2017-09-19 20:05:21,2302.00,successful,101,US,1304.00,2302.00,500.00 +1007881374,Explode Project #99,Mixed Media,Art,USD,2016-03-19,400000.00,2016-02-18 08:12:11,30.00,failed,3,US,30.00,30.00,400000.00 +"1007882169,""New Video Music """"Struck You"""" by City Kay"",Music Videos,Film & Video,EUR,2015-10-25,2500.00,2015-09-25 15:37:11,2538.00,successful,52,FR,2838.01,2796.11,2754.24" +1007884579,The Devil Whale's New Album: Teeth,Music,Music,USD,2011-03-02,3000.00,2011-01-26 17:08:21,4317.00,successful,52,US,4317.00,4317.00,3000.00 +1007900422,CHILLOOZIE – The World’s Chillest Coozie!,Product Design,Design,USD,2016-10-06,15000.00,2016-09-06 09:01:49,16181.20,successful,274,US,462.00,16181.20,15000.00 +1007907274,Help us finish Last Christmas,Drama,Film & Video,NOK,2015-06-15,1000.00,2015-05-16 15:32:52,1950.00,successful,14,NO,264.55,249.65,128.03 +1007922097,Metal Savior,Video Games,Games,USD,2012-06-29,50000.00,2012-05-15 20:37:06,460.00,failed,29,US,460.00,460.00,50000.00 +1007931218,Body Beautiful,Photography,Photography,USD,2013-10-21,9000.00,2013-09-21 04:10:53,262.00,failed,4,US,262.00,262.00,9000.00 +1007931376,The Keeper,Fiction,Publishing,USD,2013-12-26,2000.00,2013-11-26 00:57:29,56.00,failed,8,US,56.00,56.00,2000.00 +1007932118,Love the ART in YOU!,Theater,Theater,USD,2011-10-14,2000.00,2011-09-07 22:41:21,191.00,failed,8,US,191.00,191.00,2000.00 +1007950432,Self Discovery Through Art Journaling,Painting,Art,USD,2014-09-18,10000.00,2014-08-19 23:17:36,40.00,failed,2,US,40.00,40.00,10000.00 +1007952182,Axis saves Hip Hop One Download At A Time,Hip-Hop,Music,USD,2010-07-21,7000.00,2010-06-07 04:34:04,60.00,failed,2,US,60.00,60.00,7000.00 +1007954494,Full Breach,Film & Video,Film & Video,USD,2013-01-31,300.00,2012-12-12 22:22:05,45.00,failed,2,US,45.00,45.00,300.00 +1007962251,Harwood Hobbies Presents 28mm CULTIST Miniatures!,Tabletop Games,Games,CAD,2015-12-15,3200.00,2015-11-24 15:02:27,3337.24,successful,46,CA,2493.80,2391.26,2292.92 +1007964911,STATEMENT: Handmade Leather Bags. Built To Last.,Accessories,Fashion,USD,2014-08-18,15000.00,2014-07-19 18:24:57,7646.00,failed,53,US,7646.00,7646.00,15000.00 +1007966915,BirthdayBrain goes global! - Promotion of our Android-App,Apps,Technology,CHF,2016-11-27,10000.00,2016-09-28 20:15:13,2.00,failed,2,CH,0.00,1.98,9899.03 +1007968792,Martini Lunch,Shorts,Film & Video,USD,2012-10-28,7500.00,2012-10-02 18:03:24,8852.89,successful,76,US,8852.89,8852.89,7500.00 +1007972386,Space Mates,Video Games,Games,EUR,2016-05-24,2500.00,2016-04-24 14:01:47,6.00,failed,2,IT,6.73,6.70,2791.99 +1007978597,Faraday Kit: Learn by Making (Canceled),Hardware,Technology,USD,2015-06-11,96485.00,2015-05-12 16:26:15,85017.00,canceled,310,US,85017.00,85017.00,96485.00 +1007979618,2018 Robot Calendar,Illustration,Art,GBP,2017-09-27,750.00,2017-09-12 13:56:58,11868.00,successful,384,GB,1680.09,15889.89,1004.16 +100798059,Watcher - The Sophisticated Digital Detective,Product Design,Design,AUD,2015-06-19,150000.00,2015-05-05 18:00:36,1004.00,failed,12,AU,785.32,777.45,116153.01 +1007982476,GreediCompany,Fashion,Fashion,USD,2014-04-20,3000.00,2014-02-19 12:38:22,2.00,failed,1,US,2.00,2.00,3000.00 +10079869,Bravory - Ruin (Working Title) : Stage 1,Music,Music,GBP,2013-10-21,500.00,2013-08-22 14:34:07,101.00,failed,2,GB,158.19,163.34,808.60 +1007988914,The Mines of Light,Children's Books,Publishing,USD,2014-10-14,75000.00,2014-08-15 10:44:29,121166.59,successful,505,US,121166.59,121166.59,75000.00 +1007993089,Remedy Resolutions,Apps,Technology,USD,2014-07-25,4500.00,2014-07-18 20:52:54,4566.00,successful,47,US,4566.00,4566.00,4500.00 +1007995439,Cozy Log Cabin's Treeverb Studio~Sweet Sweat Lodge~phase II,Architecture,Design,USD,2015-09-30,1234.00,2015-09-04 02:57:07,530.00,failed,2,US,530.00,530.00,1234.00 +1008005812,The Re-Birth of Kennfluence Klothing LLC,Fashion,Fashion,USD,2016-07-25,500.00,2016-06-25 10:16:24,1.00,failed,1,US,0.00,1.00,500.00 +1008007903,Holding On To Who We Were,Rock,Music,USD,2017-10-09,1200.00,2017-09-09 12:23:17,1461.00,successful,29,US,203.00,1461.00,1200.00 +10080310,parasuicidal tendancies a performance of rebirth (Suspended),Art,Art,USD,2010-11-16,1000.00,2010-10-17 18:56:48,0.00,suspended,0,US,0.00,0.00,1000.00 +"100803420,""Well, That About Wraps It Up For The Sea"",Music,Music,GBP,2016-10-01,66.00,2016-09-09 13:33:23,612.00,successful,32,GB,236.36,754.56,81.37" +1008034954,Filling The Void: A One-Woman Theater Performance,Theater,Theater,USD,2013-03-29,3348.00,2013-03-07 06:10:12,4010.00,successful,71,US,4010.00,4010.00,3348.00 +1008038017,Elephant in the Room,Documentary,Film & Video,USD,2012-12-06,9900.00,2012-11-06 00:50:46,10127.00,successful,46,US,10127.00,10127.00,9900.00 +"1008038898,""Co-create SATKIRIN's new Kirtan CD, SACRED KISS"",World Music,Music,USD,2010-09-18,7000.00,2010-08-19 22:37:18,7000.00,successful,42,US,7000.00,7000.00,7000.00" +1008056669,Brew Hampshire,Documentary,Film & Video,USD,2014-07-05,8000.00,2014-06-05 23:55:16,8585.00,successful,97,US,8585.00,8585.00,8000.00 +1008071759,Shelter a pet (Canceled),Apparel,Fashion,USD,2016-02-03,2500.00,2016-01-04 03:55:39,112.00,canceled,10,US,112.00,112.00,2500.00 +1008076501,Nelo,Video Games,Games,USD,2016-03-27,25000.00,2016-02-26 09:08:34,38269.84,successful,1243,US,38269.84,38269.84,25000.00 +100807940,Dr. Doomsday,Graphic Novels,Comics,USD,2016-03-24,20000.00,2016-02-23 02:40:19,199.00,failed,9,US,199.00,199.00,20000.00 +1008085029,Impulse - Debut Album,Rock,Music,USD,2011-12-19,1000.00,2011-11-19 04:28:39,1635.00,successful,48,US,1635.00,1635.00,1000.00 +100809487,The Emilees Debut Album,Music,Music,USD,2012-05-31,2500.00,2012-04-11 23:04:58,3209.84,successful,91,US,3209.84,3209.84,2500.00 +1008098717,Wooden M&M Dispenser,Woodworking,Crafts,USD,2015-11-30,1000.00,2015-11-16 18:06:27,30.00,failed,2,US,30.00,30.00,1000.00 +"1008108430,""""""HEIRLOOM"""" The Launch of a Lifestyle Denim Brand"",Fashion,Fashion,USD,2014-04-21,45000.00,2014-03-07 16:38:24,1774.00,failed,23,US,1774.00,1774.00,45000.00" +1008109037,The Electron: Cellular dev kit with a global data plan,DIY Electronics,Technology,USD,2015-04-02,30000.00,2015-02-25 20:15:17,578478.33,successful,5564,US,578478.33,578478.33,30000.00 +1008111784,Megan Swansen Spring 2013,Fashion,Fashion,USD,2012-09-30,3000.00,2012-08-25 05:21:42,3068.00,successful,28,US,3068.00,3068.00,3000.00 +100811204,Maya - Jinn Possession in Pakistan,Horror,Film & Video,GBP,2015-06-30,800.00,2015-06-03 01:26:28,55.00,failed,1,GB,84.08,85.93,1249.90 +1008121300,Texas Women,Sculpture,Art,USD,2014-12-03,600.00,2014-10-07 00:28:16,1844.00,successful,65,US,1844.00,1844.00,600.00 +1008135768,STEMTera Breadboard - Arduino compatible built-in breadboard,DIY Electronics,Technology,USD,2016-10-28,35000.00,2016-09-28 12:31:52,67408.00,successful,1023,US,7572.00,67408.00,35000.00 +1008137613,Mobileproximity (Canceled),Flight,Technology,USD,2015-04-05,285000.00,2015-03-06 20:23:47,0.00,canceled,0,US,0.00,0.00,285000.00 +1008150076,A (Very) Different Kind of Book,Publishing,Publishing,USD,2017-08-18,11000.00,2017-07-24 16:18:39,11526.00,successful,37,US,179.00,11526.00,11000.00 +1008155790,My Name is Mudd,Ceramics,Art,USD,2015-10-12,5000.00,2015-09-12 02:53:57,2075.00,failed,21,US,2075.00,2075.00,5000.00 +1008160023,BendGame,Video Games,Games,USD,2014-08-26,500.00,2014-07-26 21:34:06,0.00,failed,0,US,0.00,0.00,500.00 +1008169564,Center Without Walls,Performance Art,Art,USD,2010-09-01,7500.00,2010-07-11 06:03:01,2875.00,failed,54,US,2875.00,2875.00,7500.00 +1008170875,Medieval Intercultural Interactions in Southern Italy,Academic,Publishing,GBP,2016-04-30,4420.00,2016-03-14 18:27:42,102.00,failed,3,GB,146.12,147.82,6405.52 +1008175271,Help Us Reopen the Osio Cinemas,Movie Theaters,Film & Video,USD,2015-09-03,70000.00,2015-07-27 07:54:54,76048.46,successful,621,US,76048.46,76048.46,70000.00 +1008176449,Twenty-Six: Poetic Affirmations for Women,Art Books,Publishing,USD,2018-02-04,5700.00,2017-12-31 03:54:17,223.00,live,5,US,105.00,223.00,5700.00 +1008192056,Thrusterz Compression Socks,Design,Design,USD,2017-09-06,5000.00,2017-07-25 19:21:05,8764.20,successful,177,US,1925.40,8764.20,5000.00 +1008199165,Preparing you for today and our future,Nonfiction,Publishing,USD,2017-09-23,15000.00,2017-08-24 20:02:08,100.00,failed,1,US,0.00,100.00,15000.00 +1008205683,Anaphase EP and Performance Launch at The Kessler 9/14/14,Music,Music,USD,2014-09-09,10000.00,2014-08-11 17:49:53,11300.00,successful,76,US,11300.00,11300.00,10000.00 +1008211376,SockTribe - Socks made Simple.,Footwear,Fashion,AUD,2015-07-28,10000.00,2015-06-23 07:12:39,385.00,failed,7,AU,299.48,278.88,7243.75 +1008211734,After the Party: Spring Break (Canceled),Documentary,Film & Video,USD,2015-03-16,1500.00,2015-03-02 19:01:42,20.00,canceled,1,US,20.00,20.00,1500.00 +1008213896,Through The Looking Glass:Shadows of My Past,Fiction,Publishing,USD,2016-06-29,5000.00,2016-05-30 21:15:24,1.00,failed,1,US,1.00,1.00,5000.00 +1008220139,Surrealist Coloring Book,Illustration,Art,USD,2015-11-06,3000.00,2015-10-07 08:51:43,36.00,failed,2,US,36.00,36.00,3000.00 +100822204,Freedom Ride Jacket | Revolutionizing Urban Cycling,Product Design,Design,USD,2018-01-20,20000.00,2017-11-21 15:02:31,55135.00,live,474,US,15459.00,55135.00,20000.00 +1008225216,OUTBUDDIES,Video Games,Games,EUR,2017-05-02,5000.00,2017-04-03 09:08:57,6542.00,successful,235,DE,158.76,7170.65,5480.47 +1008226142,DINNER DANCE — the choreographed meal [version HATCH],Performance Art,Art,USD,2013-06-14,3000.00,2013-05-15 21:10:00,3500.00,successful,35,US,3500.00,3500.00,3000.00 +1008228345,Michael Coleman - Precious Time - First album,Music,Music,USD,2012-09-25,5000.00,2012-09-05 20:35:36,5180.00,successful,82,US,5180.00,5180.00,5000.00 +1008244182,Scoop Sights Dairy-Free Ice Cream in stores near you!,Vegan,Food,USD,2015-12-09,12000.00,2015-11-09 18:00:05,13095.00,successful,182,US,13095.00,13095.00,12000.00 +"1008253437,""Lacrosse Video Game for PlayStation, Xbox, and PC"",Video Games,Games,USD,2013-11-16,210000.00,2013-10-14 08:57:59,120725.76,failed,1157,US,120725.76,120725.76,210000.00" +1008254661,Remedies for Recovery,Publishing,Publishing,USD,2015-09-13,1000.00,2015-08-14 14:58:39,0.00,failed,0,US,0.00,0.00,1000.00 +1008257895,Preventing Veteran Suicide/Amazing Grace Video (Canceled),Music Videos,Film & Video,USD,2015-10-30,3000.00,2015-09-30 21:56:28,47.00,canceled,3,US,47.00,47.00,3000.00 +1008262220,FUCT the WORLD (Tour),Theater,Theater,USD,2014-01-17,10000.00,2013-12-13 16:05:08,10195.77,successful,94,US,10195.77,10195.77,10000.00 +1008274839,Minimalist Star Wars Droid Prints,Graphic Design,Design,USD,2017-08-28,150.00,2017-08-05 00:01:39,358.00,successful,19,US,15.00,358.00,150.00 +1008275708,RAMAYANA - Inspired by true tale,Video Games,Games,USD,2012-04-16,10001.00,2012-02-16 07:45:19,40.00,failed,3,US,40.00,40.00,10001.00 +1008276476,Kickstand: a simple stand for iPads,Product Design,Design,USD,2014-02-03,2500.00,2013-12-30 22:59:33,823.00,failed,45,US,823.00,823.00,2500.00 +1008284937,Captain Pancake,Theater,Theater,GBP,2013-11-22,4000.00,2013-10-23 19:06:10,1376.00,failed,46,GB,2219.13,2229.24,6480.36 +1008286001,Community Gardens and Greens,Community Gardens,Food,GBP,2015-12-12,100000.00,2015-10-13 23:11:56,0.00,failed,0,GB,0.00,0.00,149120.19 +1008286247,Additale - Worldwide Progressive Story (Canceled),Technology,Technology,USD,2013-12-27,200.00,2013-12-20 01:14:10,0.00,canceled,0,US,0.00,0.00,200.00 +1008288733,Secure-Connect Outlet Safety,Product Design,Design,USD,2013-05-15,8000.00,2013-04-15 16:59:12,327.83,failed,16,US,327.83,327.83,8000.00 +1008292292,The Tale of Stan (Canceled),Fiction,Publishing,USD,2014-04-24,5000.00,2014-03-25 11:25:05,0.00,canceled,0,US,0.00,0.00,5000.00 +1008301721,Kahna Crosse 1 Lacrosse Inspired Sunglasses,Fashion,Fashion,USD,2014-11-04,9000.00,2014-10-06 19:59:18,1916.00,failed,26,US,1916.00,1916.00,9000.00 +1008303743,Card Counting. A strategic player vs. player game.,Tabletop Games,Games,USD,2013-08-18,9750.00,2013-07-15 22:31:37,21.00,failed,5,US,21.00,21.00,9750.00 +1008305754,Paper Airplane,Design,Design,USD,2014-11-27,10.00,2014-10-28 18:51:10,12.00,successful,3,US,12.00,12.00,10.00 +1008311896,TheOnlyOne (Canceled),Gaming Hardware,Games,EUR,2015-07-21,15000.00,2015-06-21 12:15:01,10.00,canceled,1,DE,11.35,10.94,16408.51 +1008321992,The Gourmet Grind - Gourmet Coffee Service,Drinks,Food,USD,2017-12-04,5500.00,2017-11-04 04:32:44,25.00,failed,1,US,0.00,25.00,5500.00 +1008342746,Bass Therapy | Spokane (dubstep/trance/electro/house),Electronic Music,Music,USD,2013-01-16,12000.00,2012-12-23 19:26:34,0.00,failed,0,US,0.00,0.00,12000.00 +1008367501,We Believe - Single & Music Video,Music,Music,USD,2017-06-29,2000.00,2017-06-09 19:31:37,2000.00,successful,30,US,476.00,2000.00,2000.00 +"1008374361,""Scorpius Dance Theatre's """"A Vampire Tale"""" UK Tour 2012"",Dance,Dance,USD,2012-08-20,5000.00,2012-07-21 10:53:16,5033.00,successful,52,US,5033.00,5033.00,5000.00" +1008375938,Olivia Rose DAYDREAMS Art Book,Art,Art,GBP,2016-08-24,450.00,2016-07-25 17:34:59,1839.45,successful,43,GB,0.00,2430.37,594.56 +1008389546,WhoaZone - Western Performance E-Zine,Zines,Publishing,USD,2016-09-27,10000.00,2016-09-17 22:58:42,1.00,failed,1,US,0.00,1.00,10000.00 +1008393454,Con Season - Season the First,Webseries,Film & Video,USD,2013-01-03,78000.00,2012-12-04 15:58:02,13250.00,failed,233,US,13250.00,13250.00,78000.00 +1008397415,Sasha Tech Savvy Loves to Code: A STEM Children's Book,Children's Books,Publishing,USD,2017-03-01,5000.00,2017-01-15 16:21:16,17602.00,successful,529,US,342.00,17602.00,5000.00 +1008399677,MAX MARTIN® MAN,Footwear,Fashion,USD,2016-05-22,75000.00,2016-04-07 13:14:01,28237.00,failed,42,US,28237.00,28237.00,75000.00 +1008402442,Healing the Spirit Documentary NewYork,Documentary,Film & Video,USD,2016-03-09,7000.00,2016-02-08 17:02:13,26.00,failed,2,US,26.00,26.00,7000.00 +1008417132,OSA - One Stop Application,Games,Games,USD,2012-08-05,60000.00,2012-07-06 00:03:02,226.00,failed,3,US,226.00,226.00,60000.00 +10084188,The Rebirth Consortium,Festivals,Theater,USD,2015-05-30,2600.00,2015-04-20 05:50:55,200.00,failed,2,US,200.00,200.00,2600.00 +1008418863,UNLOCK | A Book that Comes to LIFE!,Nonfiction,Publishing,USD,2017-06-10,5000.00,2017-04-11 15:00:22,3012.00,canceled,28,US,2745.00,3012.00,5000.00 +1008422580,Americaland: The Price of Free Dumb,Art Books,Publishing,USD,2013-06-28,1500.00,2013-05-29 19:01:36,2063.96,successful,68,US,2063.96,2063.96,1500.00 +100842436,Safe Survival of Common Natural Emergencies,Hardware,Technology,USD,2015-04-08,20000.00,2015-03-09 21:34:07,0.00,failed,0,US,0.00,0.00,20000.00 +1008432792,The Freakniks Debut Album: Infinite Love,Indie Rock,Music,USD,2013-10-11,1500.00,2013-09-18 23:38:08,1655.00,successful,52,US,1655.00,1655.00,1500.00 +1008433066,Make a record with Somewhere in Time,Rock,Music,USD,2015-01-13,5500.00,2014-12-16 00:19:25,5506.00,successful,71,US,5506.00,5506.00,5500.00 +1008435969,Rollspelsklubben,Live Games,Games,SEK,2017-08-05,7000.00,2017-06-06 18:47:25,7875.00,successful,89,SE,73.02,964.26,857.12 +100843721,DO Elephants Go To Heaven?,Documentary,Film & Video,USD,2015-03-05,50000.00,2015-02-03 13:02:09,57249.00,successful,581,US,57249.00,57249.00,50000.00 +1008441484,The Trial of Faith,Theater,Theater,USD,2017-11-30,5000.00,2017-11-01 20:01:01,5071.00,successful,39,US,110.00,5071.00,5000.00 +1008451628,Bring SERPENT to millions of readers,Fiction,Publishing,USD,2014-08-17,25000.00,2014-08-02 00:08:16,0.00,failed,0,US,0.00,0.00,25000.00 +1008452184,Accidentally On Purpose Productions Edinburgh Fringe 2014,Theater,Theater,GBP,2014-07-04,1000.00,2014-05-20 18:44:30,1026.00,successful,22,GB,1726.50,1758.93,1714.35 +"1008452863,""Nomsly - Fresh, Healthy Kids Lunches, Delivered To Your Door"",Food,Food,USD,2017-12-01,30000.00,2017-10-31 15:11:30,30977.00,successful,114,US,2196.00,30977.00,30000.00" +100845355,Anarkali Blossoms,Shorts,Film & Video,USD,2012-04-02,3500.00,2012-03-20 06:15:41,4000.00,successful,55,US,4000.00,4000.00,3500.00 +1008454668,The Enchanted Cottage,Spaces,Theater,USD,2016-02-08,48725.00,2015-12-21 20:00:49,1758.00,failed,27,US,1758.00,1758.00,48725.00 +1008457418,An Aesthetic Ethnography: The Land of Smiles,People,Photography,USD,2014-05-29,2500.00,2014-04-29 02:09:27,80.00,failed,2,US,80.00,80.00,2500.00 +1008467052,American Classic BBQ Food Truck,Food Trucks,Food,USD,2016-05-15,3000.00,2016-04-15 15:14:34,2.00,failed,2,US,2.00,2.00,3000.00 +1008468553,Good Food Truck,Food,Food,USD,2010-08-05,4200.00,2010-06-22 03:53:42,4410.00,successful,76,US,4410.00,4410.00,4200.00 +1008469727,Gone Tomorrow,Thrillers,Film & Video,CAD,2014-09-13,30000.00,2014-07-30 03:24:00,31850.00,successful,71,CA,29455.83,29012.57,27327.38 +1008472025,Help Me Change My Life & Become a Professional Photographer!,Photography,Photography,GBP,2014-08-16,30000.00,2014-07-17 09:49:50,0.00,failed,0,GB,0.00,0.00,49732.27 +1008477107,Great Grandparents of the United States,Photography,Photography,USD,2010-10-08,8000.00,2010-09-08 13:31:22,445.00,failed,5,US,445.00,445.00,8000.00 +100849105,Kissmymuffin,Apparel,Fashion,USD,2014-08-27,700.00,2014-07-28 18:26:36,0.00,failed,0,US,0.00,0.00,700.00 +1008491921,Beautiful Women Of Toronto,People,Photography,CAD,2015-06-26,20000.00,2015-05-27 20:02:22,1500.00,failed,1,CA,1218.45,1213.10,16174.69 +1008498698,PACEMAKER - A profound social film of the highest magnitude,Narrative Film,Film & Video,USD,2014-11-10,40000.00,2014-10-11 03:01:00,400.00,failed,5,US,400.00,400.00,40000.00 +1008500872,AdapDesk: The World's Best Portable Device Desk,Design,Design,USD,2017-05-13,15000.00,2017-03-14 15:46:40,324870.00,successful,1722,US,9702.00,324870.00,15000.00 +1008506121,I Forgot You Were There,Documentary,Film & Video,USD,2014-02-08,54000.00,2014-01-09 04:01:12,1488.00,failed,16,US,1488.00,1488.00,54000.00 +"1008511473,""A Music Video for """"FEMCEE"""" & """"LADIES NIGHT REMIX"""""",Hip-Hop,Music,USD,2015-07-27,2000.00,2015-06-29 17:58:03,0.00,failed,0,US,0.00,0.00,2000.00" +1008517036,The Women Around Jesus——Theatrical Project & Performance Kit,Drama,Film & Video,USD,2014-12-05,7997.00,2014-11-02 01:27:22,130.00,failed,2,US,130.00,130.00,7997.00 +1008523459,White Witch Paranormal Museum,Public Art,Art,USD,2015-02-21,15000.00,2015-01-22 02:34:57,30.00,failed,1,US,30.00,30.00,15000.00 +1008541493,elephant ballerina: dreams do come true.,Dance,Dance,USD,2012-03-27,1200.00,2012-01-27 03:51:59,1700.00,successful,30,US,1700.00,1700.00,1200.00 +1008548792,Not Parent Approved,Tabletop Games,Games,USD,2016-06-20,9999.00,2016-05-21 00:57:56,14075.00,successful,183,US,14075.00,14075.00,9999.00 +1008554654,Summer Shakespeare in the Park 2012,Performance Art,Art,USD,2012-08-19,1200.00,2012-07-18 00:40:34,1255.00,successful,26,US,1255.00,1255.00,1200.00 +"1008557091,""Knoxturnal makes """"Ode to A One Eyed Mule!"""""",Shorts,Film & Video,USD,2010-08-26,250.00,2010-07-18 01:35:31,340.00,successful,11,US,340.00,340.00,250.00" +1008563861,Sukkah Project: Built! (Canceled),Design,Design,USD,2011-10-12,4300.00,2011-09-30 03:13:04,532.00,canceled,25,US,532.00,532.00,4300.00 +1008570092,Rayne's Jaded Metals - custom jewelry,Jewelry,Fashion,USD,2016-03-30,5500.00,2016-02-29 17:17:47,3.00,failed,3,US,3.00,3.00,5500.00 +1008581356,khildLike Experience...,Hip-Hop,Music,USD,2015-02-01,2015.00,2015-01-02 22:27:06,2015.00,successful,13,US,2015.00,2015.00,2015.00 +1008586724,Fair Weather Golf Presents: 365 | Putting,Live Games,Games,USD,2014-07-23,20000.00,2014-06-23 02:09:23,181.00,failed,4,US,181.00,181.00,20000.00 +100858855,Getting the Art to the Gallery,Photography,Photography,USD,2012-05-03,1200.00,2012-04-03 00:37:40,20.00,failed,1,US,20.00,20.00,1200.00 +1008596379,Memory Maze - IOS/Android App to Help Improve Memory,Games,Games,USD,2015-06-19,10000.00,2015-05-20 16:58:04,0.00,failed,0,US,0.00,0.00,10000.00 +100860604,Handmade Environmentally Friendly Candles,Candles,Crafts,GBP,2014-07-03,10.00,2014-06-18 19:25:26,70.00,successful,2,GB,118.77,120.00,17.14 +1008610169,Room: The Evolution of Social Media,Apps,Technology,USD,2015-07-20,12000.00,2015-06-20 20:49:05,0.00,failed,0,US,0.00,0.00,12000.00 +1008619519,Prince on Politics,Film & Video,Film & Video,USD,2015-05-01,10000.00,2015-03-31 23:48:36,425.00,failed,8,US,425.00,425.00,10000.00 +"1008621854,""""""The Most Loved"""" A Love, A Story, A Life"",Nonfiction,Publishing,USD,2012-08-02,25000.00,2012-06-12 03:15:25,0.00,failed,0,US,0.00,0.00,25000.00" +1008636376,Aziah King's Stripper Stories,Nonfiction,Publishing,USD,2015-11-21,5000.00,2015-11-06 17:39:57,0.00,failed,0,US,0.00,0.00,5000.00 +1008644427,HEMING - Slim & elegant hand-stitched leather case. For iPad,Product Design,Design,USD,2014-04-08,10800.00,2014-02-21 15:15:11,10945.00,successful,140,US,10945.00,10945.00,10800.00 +1008646958,KARBON Watch: Customizable Wood & Stainless Steel Watches,Jewelry,Fashion,CAD,2016-05-16,15000.00,2016-04-11 17:22:37,111692.00,successful,558,CA,86003.46,85222.04,11445.14 +100865122,A Mate for Life,Fiction,Publishing,USD,2016-06-14,2200.00,2016-05-30 00:12:22,0.00,failed,0,US,0.00,0.00,2200.00 +1008651256,GO TREMBLEX! Perfect Harmony of Puzzle & Dexterity FUN!,Tabletop Games,Games,USD,2013-04-12,20000.00,2013-03-13 17:15:24,3033.00,failed,76,US,3033.00,3033.00,20000.00 +1008667332,Exposing offshore Britain,Web,Journalism,GBP,2016-10-30,500.00,2016-10-05 17:11:14,225.00,failed,2,GB,32.08,281.05,624.55 +100866883,The ORPHAN GIRL,Film & Video,Film & Video,USD,2014-08-23,38750.00,2014-07-25 06:16:34,51318.00,successful,263,US,51318.00,51318.00,38750.00 +"1008671527,The Fitness Mindset :-),Publishing,Publishing,EUR,2015-11-17,8000.00,2015-10-13 15:45:38,30.00,undefined,0,""N,0"""""",,32.06,8550.39" +"1008675685,Inspired & the Sleep EP - Eyelid Kid,Music,Music,USD,2015-10-30,2000.00,2015-10-04 21:48:11,2079.00,undefined,0,""N,0"""""",,2079.00,2000.00" +1008682450,Dragon 88: Jetsetter Smart Coats,Apparel,Fashion,USD,2017-08-04,25000.00,2017-06-20 08:58:45,2891.00,failed,10,US,2756.00,2891.00,25000.00 +100868253,Paracord Bracelets from The Cord Forge,Crafts,Crafts,USD,2014-08-16,150.00,2014-07-31 21:08:39,13.00,failed,1,US,13.00,13.00,150.00 +1008683670,Smokescreen - Short Film,Shorts,Film & Video,GBP,2013-05-11,100.00,2013-04-26 12:32:35,164.50,successful,13,GB,251.98,250.60,152.34 +1008685794,MegaTech™ backpack is the best for urban & travel everyday.,Product Design,Design,HKD,2017-12-27,60000.00,2017-11-27 18:20:10,4863.00,failed,9,HK,470.66,622.30,7677.94 +1008690768,Warriors of Lemuria,Video Games,Games,CAD,2015-04-22,5000.00,2015-03-23 13:31:41,1065.00,failed,20,CA,847.79,878.79,4125.75 +1008693101,Help SammyB Raise Funds for New York Fashion Week,Fashion,Fashion,USD,2012-07-10,10000.00,2012-06-15 17:36:47,1457.00,failed,22,US,1457.00,1457.00,10000.00 +1008700229,Sailpower v2.0: Fun Scale Combat in the Age of Sail,Tabletop Games,Games,USD,2013-05-05,5000.00,2013-04-02 18:41:39,11480.00,successful,92,US,11480.00,11480.00,5000.00 +"1008705746,Zephyra´s new full length; 'As The World Collapses',Metal,Music,SEK,2016-02-02,15000.00,2016-01-03 00:56:46,4262.00,failed,14,SE,504.95,506.15,1781.39" +1008706475,Interactions - the book,Photobooks,Photography,EUR,2016-05-12,1500.00,2016-04-22 15:19:17,1506.00,successful,26,BE,1701.67,1709.01,1702.20 +1008716395,Clotheshorse - Fashion.,Crafts,Crafts,USD,2013-01-05,5000.00,2012-12-06 22:58:50,690.00,failed,24,US,690.00,690.00,5000.00 +"1008722008,""""""Back to Life"""" music video Kickstarter Fund"",Shorts,Film & Video,USD,2013-06-30,4300.00,2013-05-31 20:56:03,4756.00,successful,101,US,4756.00,4756.00,4300.00" +1008722852,Serenity Designs,Apparel,Fashion,USD,2015-09-23,2000.00,2015-08-24 15:04:32,144.00,failed,2,US,144.00,144.00,2000.00 +1008725396,Oklahomo: Enforcer of Justice,Musical,Theater,USD,2014-06-09,65000.00,2014-04-25 16:04:56,3867.00,failed,41,US,3867.00,3867.00,65000.00 +100872615,Land of a Thousand Bridges June Millington autobiography,Nonfiction,Publishing,USD,2014-09-11,25000.00,2014-07-13 07:51:30,30585.11,successful,311,US,30585.11,30585.11,25000.00 +1008731222,Worst Night To Grow A Pair - Frankenhuffer's EPIC short,Shorts,Film & Video,USD,2012-04-08,15000.00,2012-03-06 21:52:50,15940.00,successful,165,US,15940.00,15940.00,15000.00 +1008742687,Demon Espionage,Tabletop Games,Games,SGD,2017-01-12,5000.00,2016-12-13 13:06:47,14140.00,successful,371,SG,4784.38,9913.76,3505.57 +"1008748515,""""""Caramel""""- An Australian Drama/Crime Short Film"",Shorts,Film & Video,AUD,2017-06-25,8000.00,2017-06-05 06:31:55,45.00,failed,1,AU,0.00,34.58,6147.70" +1008749119,Cheslie,Documentary,Film & Video,USD,2012-06-07,5000.00,2012-05-08 18:08:43,5249.00,successful,81,US,5249.00,5249.00,5000.00 +1008750417,Coco the Chocolate Cow,Children's Books,Publishing,USD,2014-10-23,6500.00,2014-09-23 05:06:39,390.00,failed,8,US,390.00,390.00,6500.00 +1008755896,12Tribz Jewish Inspired Tees,Apparel,Fashion,USD,2017-10-22,5000.00,2017-09-22 04:47:55,684.00,failed,6,US,648.00,684.00,5000.00 +1008762149,THE ORIGINAL MUSIC OF MAESTRO VLADIMIR PLESHAKOV,Classical Music,Music,USD,2010-10-26,6500.00,2010-09-11 22:35:11,0.00,failed,0,US,0.00,0.00,6500.00 +1008762310,God's Mercy: The Future of Ready-To-Wear Fashion,Fashion,Fashion,USD,2017-03-19,5000.00,2017-02-17 18:34:35,1051.00,failed,4,US,0.00,1051.00,5000.00 +1008762911,Hala - a short film,Narrative Film,Film & Video,USD,2015-09-02,15000.00,2015-08-03 17:00:56,24123.00,successful,272,US,24123.00,24123.00,15000.00 +1008769520,A Proper Welcome Home,Events,Food,USD,2014-08-01,200.00,2014-07-17 18:26:58,0.00,failed,0,US,0.00,0.00,200.00 +1008774793,The Voices of La Union - A Farming Rust Foundation Project,Video,Journalism,USD,2014-08-14,10000.00,2014-07-15 14:10:40,1586.00,failed,24,US,1586.00,1586.00,10000.00 +"1008777286,""""""The Sleepers"""" A Multimedia Collection of Short Stories"",Mixed Media,Art,USD,2014-03-16,300.00,2014-03-01 19:54:06,505.00,successful,11,US,505.00,505.00,300.00" +1008777638,Get GemStoNed,Art,Art,USD,2014-10-29,8000.00,2014-09-29 22:47:25,0.00,failed,0,US,0.00,0.00,8000.00 +1008778085,Outsiders ft aj aka Zhou - trying to find my way,Hip-Hop,Music,USD,2013-04-07,10000.00,2013-03-08 04:24:05,0.00,failed,0,US,0.00,0.00,10000.00 +1008789148,Öltester,Fabrication Tools,Technology,EUR,2016-07-03,85000.00,2016-06-03 10:21:22,970.00,failed,23,AT,1087.16,1073.79,94095.25 +1008790242,Michaela Hatfield Recording Fund,Country & Folk,Music,USD,2013-11-15,1000.00,2013-09-16 20:34:29,290.00,failed,15,US,290.00,290.00,1000.00 +100879523,The Happy Newspaper,Print,Journalism,GBP,2015-10-08,500.00,2015-09-08 17:55:20,1379.00,successful,73,GB,2094.63,2115.32,766.98 +1008808303,Parkway Center City Drama Presents: Boxes and Blind Dates,Theater,Theater,USD,2013-02-18,1000.00,2013-01-18 03:49:32,1601.00,successful,51,US,1601.00,1601.00,1000.00 +"1008815806,Into Winter: An Instrumental Christmas Experiment,Music,Music,USD,2014-10-11,2000.00,2014-09-10 23:23:40,2085.00,undefined,0,""N,0"""""",,2085.00,2000.00" +1008824835,GAME OF THRONES PREQUEL - The Lord of the North (Fan Film)),Fantasy,Film & Video,EUR,2016-10-26,1500.00,2016-09-26 16:51:21,224.00,failed,6,DE,1.12,244.65,1638.31 +"1008826259,""NORTH DRINKWARE : Mt. Hood, The Oregon Pint Glass"",Product Design,Design,USD,2015-03-05,15000.00,2015-02-01 14:38:37,531581.00,successful,5620,US,531581.00,531581.00,15000.00" +1008826903,Rockopolis,Tabletop Games,Games,EUR,2017-05-04,9000.00,2017-04-04 16:30:10,5137.00,canceled,145,IT,2221.22,5630.64,9864.85 +"1008853772,""The original watch brand: luxury, affordable and different."",Jewelry,Fashion,GBP,2016-12-15,20000.00,2016-11-15 17:00:07,3146.00,failed,30,GB,1961.80,3914.79,24887.38" +1008855015,Help save Studio 2 Leederville. Art space and event venue,Art,Art,AUD,2015-07-24,11000.00,2015-06-09 04:13:27,2039.00,failed,22,AU,1554.56,1481.29,7991.28 +1008856924,Man Among Legends,Comic Books,Comics,USD,2016-10-06,4000.00,2016-09-06 18:57:29,56.00,canceled,5,US,25.00,56.00,4000.00 +"1008863109,""ComfyPorts: """"Style without Spectacle"""" Video Game T-shirts"",Apparel,Fashion,USD,2016-11-15,700.00,2016-10-17 16:51:03,833.00,successful,24,US,25.00,833.00,700.00" +1008863508,Battle for the Heavens: The Bad Seed,Young Adult,Publishing,USD,2015-03-13,2500.00,2015-02-11 21:06:19,45.00,failed,3,US,45.00,45.00,2500.00 +1008869084,The Cheeseletes: Transforming the Mold of Education,Events,Food,USD,2017-03-12,7000.00,2017-01-11 18:00:52,8046.00,successful,86,US,0.00,8046.00,7000.00 +1008873636,Renny's Oki Doki Okinawan Food Truck Launch,Food,Food,USD,2012-05-20,4500.00,2012-05-03 03:38:00,10232.00,successful,110,US,10232.00,10232.00,4500.00 +1008876088,Half-Share: A sitcom where the Cocktail is always Half-Full!,Webseries,Film & Video,USD,2011-07-31,4500.00,2011-07-01 19:05:04,7241.69,successful,102,US,7241.69,7241.69,4500.00 +100887816,Warp and Weft: Poster Construction by Sonnenzimmer,Graphic Design,Design,USD,2012-07-09,15900.00,2012-06-08 15:38:19,20690.50,successful,401,US,20690.50,20690.50,15900.00 +"1008898266,""TALES OF MR. RHEE Volume 4: """"Everything Burns"""" KS Hardcover"",Graphic Novels,Comics,USD,2017-11-13,13000.00,2017-10-13 18:02:40,26650.13,successful,414,US,13701.13,26650.13,13000.00" +1008901539,Battle of Dallas——Biocyborg War 1,Tabletop Games,Games,USD,2018-01-16,2000.00,2017-12-19 07:32:41,52.00,canceled,6,US,0.00,52.00,2000.00 +1008902286,Leather: The Fabulous New Accessory for Life!,Crafts,Crafts,USD,2017-02-01,15000.00,2017-01-02 13:38:24,50.00,failed,1,US,0.00,50.00,15000.00 +1008903805,Altered Tomb Games - The Dragon War Legends,Video Games,Games,GBP,2014-06-05,35000.00,2014-05-06 13:53:00,105.00,failed,5,GB,177.21,176.67,58888.85 +1008904717,Big Bastards:80mm Troll Miniatures for 28mm scale games!,Tabletop Games,Games,USD,2015-10-14,1500.00,2015-09-14 02:35:04,3000.00,successful,70,US,3000.00,3000.00,1500.00 +1008905645,FOREVER - A Never Ending Short Film (Canceled),Shorts,Film & Video,CAD,2015-01-02,1500.00,2014-12-01 06:50:52,0.00,canceled,0,CA,0.00,0.00,1284.03 +100892321,Urban Explorer Adventure Game (Oculus Rift Support),Video Games,Games,USD,2014-05-03,75000.00,2014-04-02 22:20:58,3473.00,canceled,83,US,3473.00,3473.00,75000.00 +1008923900,Stalish Artisan Design Lamps for Design Event in Milan,Product Design,Design,EUR,2016-01-07,3500.00,2015-11-09 17:08:17,1.00,failed,1,IT,1.07,1.09,3801.33 +10089293,The Cherokee PEOPLE'S JOY Parade Returns for Our 3rd Year!,Performance Art,Art,USD,2011-05-04,2500.00,2011-04-01 04:38:01,2646.00,successful,66,US,2646.00,2646.00,2500.00 +1008929310,Sharing Their Stories: Documenting Crow Oral Histories,Documentary,Film & Video,USD,2013-10-14,2000.00,2013-08-15 15:24:28,2368.00,successful,46,US,2368.00,2368.00,2000.00 +"1008930901,""Record """"High Noon Over Camelot"""""",Indie Rock,Music,GBP,2014-04-07,2500.00,2014-02-15 17:24:34,5751.00,successful,202,GB,9577.31,9622.21,4182.84" +1008933869,A Gluten-Free For All,Food Trucks,Food,USD,2014-05-01,4000.00,2014-04-01 17:44:21,4665.00,successful,107,US,4665.00,4665.00,4000.00 +1008935713,CAJUN CHILDREN'S BOOK,Illustration,Art,USD,2016-02-12,3000.00,2016-01-13 00:08:16,1.00,failed,1,US,1.00,1.00,3000.00 +1008937002,Big Wild World (Canceled),Performance Art,Art,GBP,2013-06-14,5000.00,2013-04-15 22:49:35,0.00,canceled,0,GB,0.00,0.00,7811.52 +1008941852,The return of BABY UNIVERSE!,Immersive,Theater,USD,2015-01-01,15000.00,2014-12-04 21:37:34,11880.18,failed,46,US,11880.18,11880.18,15000.00 +"1008942787,""""""Lost & Found"""" - a story of hope"",Documentary,Film & Video,USD,2011-04-29,18000.00,2011-03-29 04:05:11,18007.00,successful,65,US,18007.00,18007.00,18000.00" +1008958133,Piano Meditations (Canceled),World Music,Music,USD,2012-07-14,1600.00,2012-06-14 05:04:41,15.00,canceled,1,US,15.00,15.00,1600.00 +1008961655,East vs. West Coast Graffiti Art Battle Vol 1,Art Books,Publishing,USD,2013-02-22,6000.00,2013-01-08 15:00:49,105.00,failed,7,US,105.00,105.00,6000.00 +1008978277,Covers Album & Udoroth's Return!,Metal,Music,USD,2016-10-10,12000.00,2016-09-02 14:13:48,32667.33,successful,504,US,18269.00,32667.33,12000.00 +1008978325,Kingdom Animalia (Canceled),World Music,Music,USD,2013-11-25,5000.00,2013-10-17 15:00:30,775.00,canceled,15,US,775.00,775.00,5000.00 +"10089834,""Return to Glory, an independent documentary feature film"",Documentary,Film & Video,USD,2011-06-20,25000.00,2011-04-21 23:41:22,2662.00,failed,18,US,2662.00,2662.00,25000.00" +1008990990,Welcome to TATE'S (comicbook fanmade webseries),Webseries,Film & Video,USD,2014-06-04,6525.00,2014-04-05 23:14:57,7389.00,successful,160,US,7389.00,7389.00,6525.00 +1009000641,THE INVITED- THE SERIES FUNDRAISER,Webseries,Film & Video,USD,2013-09-02,5000.00,2013-08-03 01:11:53,563.00,failed,16,US,563.00,563.00,5000.00 +1009004072,Not-so-tiny Folding House,Architecture,Design,GBP,2016-12-20,5000.00,2016-11-22 19:36:41,1408.00,failed,23,GB,183.81,1724.71,6124.67 +1009011535,Explore Moldova through Photos,Photography,Photography,USD,2013-02-12,3000.00,2013-01-16 00:16:26,36.00,failed,2,US,36.00,36.00,3000.00 +1009012995,Transparent Lawmaking Forum,Technology,Technology,USD,2012-04-08,91000.00,2012-03-09 20:07:52,261.00,failed,12,US,261.00,261.00,91000.00 +1009019620,Illuminated Revival,Product Design,Design,USD,2015-11-26,2500.00,2015-10-27 16:59:45,0.00,failed,0,US,0.00,0.00,2500.00 +100902107,A Series of Unfortunate Descents,Video Games,Games,USD,2014-05-17,20000.00,2014-04-17 01:39:38,140.00,failed,6,US,140.00,140.00,20000.00 +1009031730,Brazil Revisited: Photographing São Paulo,Photography,Photography,USD,2012-08-31,7500.00,2012-07-31 22:48:56,0.00,failed,0,US,0.00,0.00,7500.00 +1009032827,San Diego Public Market: It's Time!,Food,Food,USD,2012-08-24,92244.00,2012-08-08 19:41:49,146121.81,successful,1379,US,146121.81,146121.81,92244.00 +1009036678,Acquara (Short Film),Science Fiction,Film & Video,USD,2014-07-08,4500.00,2014-06-08 01:58:57,290.00,failed,9,US,290.00,290.00,4500.00 +1009038481,Food Prep Made Easy,Food,Food,USD,2017-02-25,50000.00,2017-01-26 02:52:47,155.00,failed,5,US,20.00,155.00,50000.00 +100903994,Een integer fotoboek van vrouwen en mannen met borstkanker,Photobooks,Photography,EUR,2014-07-19,9500.00,2014-06-17 17:53:29,216.00,failed,14,NL,292.44,290.30,12767.96 +1009041597,3D Bean™ | Lifelike Fine 3D Photo Figurines of Yourself,3D Printing,Technology,USD,2014-11-22,20000.00,2014-09-23 19:54:00,13020.00,failed,40,US,13020.00,13020.00,20000.00 +100904461,A view of the Manhattan skyline.,Painting,Art,USD,2015-06-12,1000.00,2015-05-13 14:14:10,1188.00,successful,16,US,1188.00,1188.00,1000.00 +"1009045070,""Senior Thesis TV show """"Take the Money & Run"""" (working Title)"",Television,Film & Video,USD,2016-03-04,800.00,2016-02-03 21:02:58,0.00,failed,0,US,0.00,0.00,800.00" +1009058925,Workshop Development Fund,Theater,Theater,USD,2010-05-30,1200.00,2010-04-24 18:56:26,245.00,failed,10,US,245.00,245.00,1200.00 +1009060415,Lalin Publishing project,Fiction,Publishing,USD,2015-06-10,1500.00,2015-05-11 14:30:45,0.00,failed,0,US,0.00,0.00,1500.00 +1009066950,My Parents Approve,Hip-Hop,Music,USD,2013-03-29,15000.00,2013-02-27 17:52:04,0.00,failed,0,US,0.00,0.00,15000.00 +1009083517,PediPocket: The Pinnacle of the Throw Blanket Experience!,Design,Design,USD,2017-08-05,65000.00,2017-06-21 00:47:04,1628.00,failed,21,US,1384.00,1628.00,65000.00 +1009083559,Deck of custom BICYCLE playing cards: Mr. BIG,Tabletop Games,Games,GBP,2013-12-13,10000.00,2013-11-13 22:32:56,877.25,failed,77,GB,1401.54,1427.28,16269.95 +1009084474,Motorpets,Games,Games,USD,2015-03-28,7000.00,2015-01-27 21:32:41,1170.00,failed,17,US,1170.00,1170.00,7000.00 +"1009098550,""Tri-Pack: Light Backpack, Sleeping Bag, and Pillow in One!"",Product Design,Design,USD,2017-06-13,55000.00,2017-05-14 17:14:53,354.00,canceled,4,US,249.00,354.00,55000.00" +"1009107346,""BRAND NEW GUYVER ALBUM """"Alien on Earth"""" + Extras"",Electronic Music,Music,GBP,2017-03-06,10000.00,2017-01-20 16:03:25,11727.00,successful,255,GB,2750.32,14255.15,12155.84" +1009109244,Penny Horrors,Webseries,Film & Video,USD,2013-12-05,22000.00,2013-11-05 16:37:33,16333.13,failed,195,US,16333.13,16333.13,22000.00 +1009111005,Project VOID,Games,Games,EUR,2015-10-08,500.00,2015-09-08 10:29:21,2.00,failed,2,NL,2.23,2.27,568.10 +1009126956,Release Costs For New Album!,Rock,Music,USD,2016-10-29,1000.00,2016-10-11 01:50:31,1.00,failed,1,US,0.00,1.00,1000.00 +1009135169,Taiwan is My Home: Stories of the Black and Latino Diaspora,Nonfiction,Publishing,USD,2013-12-04,5000.00,2013-11-05 01:31:52,6250.88,successful,83,US,6250.88,6250.88,5000.00 +1009138334,The Adventure of SEAWAY - A Short Film,Film & Video,Film & Video,USD,2014-03-03,4000.00,2014-02-03 21:12:35,4126.00,successful,44,US,4126.00,4126.00,4000.00 +1009139925,Modern Blank Canvas Masterpieces,Art,Art,USD,2014-12-20,10000.00,2014-11-20 10:23:42,0.00,failed,0,US,0.00,0.00,10000.00 +1009143503,The MATWORLD Show- Atlantic City Talk Radio With Passion,Audio,Journalism,USD,2016-02-24,12500.00,2016-01-25 15:35:38,126.00,failed,3,US,126.00,126.00,12500.00 +1009148508,FALLING TO PIECES : A Short Film Comedy about Grief,Shorts,Film & Video,USD,2014-08-09,25000.00,2014-07-10 15:36:15,25769.00,successful,231,US,25769.00,25769.00,25000.00 +"1009154287,""ZIPPELIN: An inflatable, one-of-a-kind travel bag by FREITAG"",Product Design,Design,EUR,2017-10-12,100000.00,2017-09-12 00:00:09,489019.45,successful,1071,DE,148197.14,577532.01,118100.01" +"1009154868,Help advance scientific guitar & bass design,Music,Music,USD,2016-03-12,5000.00,2016-02-11 01:42:44,121.00,undefined,0,""N,0"""""",,121.00,5000.00" +1009163954,The Jewel Tree,Product Design,Design,USD,2015-04-25,7000.00,2015-03-26 14:42:44,7338.00,successful,149,US,7338.00,7338.00,7000.00 +1009165923,The Garage wall of fame (Canceled),DIY,Crafts,USD,2014-08-22,500.00,2014-07-23 23:39:38,0.00,canceled,0,US,0.00,0.00,500.00 +1009171427,The Enchanted Forest,Performances,Dance,USD,2015-06-04,1000.00,2015-05-05 20:56:42,1195.00,successful,39,US,1195.00,1195.00,1000.00 +1009173491,Un toit entre nous et le ciel,Children's Books,Publishing,EUR,2017-11-25,650.00,2017-11-10 12:20:24,971.00,successful,36,FR,118.28,1154.03,772.52 +1009175601,Parametric Ceiling Object Tool for ARCHICAD,Apps,Technology,AUD,2016-07-23,10150.00,2016-06-23 00:59:05,11560.00,successful,31,AU,5497.13,8690.42,7630.43 +1009175761,Wayfarers All,Country & Folk,Music,GBP,2015-12-21,3500.00,2015-11-17 23:25:55,3535.00,successful,45,GB,5377.41,5270.69,5218.51 +1009180713,One Year Sentence,Shorts,Film & Video,USD,2014-01-08,1500.00,2013-12-07 17:09:21,1575.00,successful,25,US,1575.00,1575.00,1500.00 +1009193562,Human Trial - Short Film,Drama,Film & Video,USD,2017-03-17,12000.00,2017-02-15 21:41:33,0.00,failed,0,US,0.00,0.00,12000.00 +1009193965,Popcorn Expressionism,Art,Art,USD,2015-04-10,7500.00,2015-02-12 22:37:19,48.00,failed,2,US,48.00,48.00,7500.00 +1009203813,Noble Beast Classics — Creating Interactive Literature,Fiction,Publishing,USD,2013-12-13,67000.00,2013-11-14 22:15:17,5166.00,failed,151,US,5166.00,5166.00,67000.00 +1009207145,** GOLIATH **,Product Design,Design,CAD,2014-07-21,3850000.00,2014-06-21 22:34:21,285.00,failed,5,CA,263.41,264.67,3575408.62 +1009207392,M?ori Weaving with Erenora Puketapu-Hetet,Art Books,Publishing,NZD,2016-07-14,10000.00,2016-06-29 23:24:23,11416.00,successful,128,NZ,1966.69,8178.24,7163.84 +"1009210646,""Insurance Snoopers, Inc. (iSi)"",Software,Technology,USD,2014-12-09,4400.00,2014-10-10 23:50:02,4502.00,successful,32,US,4502.00,4502.00,4400.00" +1009213249,TheChildishGamerz: YouTube Gaming Channel (Equipment),Video Games,Games,GBP,2014-03-24,80.00,2014-03-04 01:10:00,100.00,successful,4,GB,167.45,166.33,133.06 +1009213409,The Carcass: Exodus,Tabletop Games,Games,USD,2016-04-08,1000.00,2016-03-09 20:49:30,15806.00,successful,376,US,15806.00,15806.00,1000.00 +1009216009,Mana Cookies...the stuff magic is made of!,Food,Food,USD,2013-05-22,3300.00,2013-04-22 04:37:59,5185.00,successful,71,US,5185.00,5185.00,3300.00 +1009216125,Jinxed Amethyst,Crafts,Crafts,USD,2015-05-28,5000.00,2015-04-28 18:49:20,0.00,failed,0,US,0.00,0.00,5000.00 +1009216959,Happy's Tech Lab,Video Games,Games,USD,2016-04-06,2000.00,2016-03-07 00:29:42,660.00,failed,18,US,660.00,660.00,2000.00 +"1009221859,""Zombie Novel """"Breakout Z- Virus in Beijing"""""",Fiction,Publishing,GBP,2015-07-02,500.00,2015-06-02 10:48:55,150.00,failed,9,GB,229.32,234.36,781.19" +"1009229049,""Carolyn German Songbook """"Go From Here"""" Sheet Music & Concert"",Musical,Theater,USD,2014-12-16,7000.00,2014-11-25 23:32:09,4176.00,failed,24,US,4176.00,4176.00,7000.00" +1009229949,JAWNS Notebook + Wallet,Product Design,Design,USD,2015-10-16,6200.00,2015-09-16 21:14:06,9748.00,successful,271,US,9748.00,9748.00,6200.00 +1009243994,Scenes of Chance II Miniature Edition,Tabletop Games,Games,USD,2015-10-31,600.00,2015-10-22 23:40:30,1651.00,successful,106,US,1651.00,1651.00,600.00 +1009252368,EKRt : Explanation Kills RRt A Tshirt Line © (Canceled),Apparel,Fashion,USD,2015-12-21,5000.00,2015-11-21 02:33:06,100.00,canceled,1,US,100.00,100.00,5000.00 +1009253715,A Single Ride,Dance,Dance,USD,2012-09-21,6000.00,2012-08-27 20:43:15,6710.00,successful,84,US,6710.00,6710.00,6000.00 +1009256578,Banana Dads,Digital Art,Art,SEK,2015-05-15,430.00,2015-04-20 16:24:47,807.00,successful,22,SE,93.45,96.97,51.67 +"1009260867,""Rude Story Cards. An easy, fun & outrageous party card game"",Tabletop Games,Games,CAD,2016-10-14,100.00,2016-08-15 19:16:59,121.00,canceled,4,CA,165.99,91.90,75.95" +1009262683,Just Cotton,Apparel,Fashion,USD,2014-05-23,6000.00,2014-04-23 18:14:01,59.00,failed,5,US,59.00,59.00,6000.00 +1009271436,The Modern Maker Pattern Manual: 1580-1640,Academic,Publishing,USD,2015-05-31,10000.00,2015-04-21 20:41:54,50653.00,successful,719,US,50653.00,50653.00,10000.00 +"100928312,""""""AISLE 2""""- Short film"",Shorts,Film & Video,USD,2013-07-20,7500.00,2013-06-20 16:21:39,7947.00,successful,49,US,7947.00,7947.00,7500.00" +1009283425,MissWickedGoat Art,Illustration,Art,AUD,2017-11-30,1000.00,2017-10-30 23:00:33,320.00,failed,5,AU,3.84,242.35,757.35 +"1009296511,""Batman Fan Film: """"Wayne"""""",Action,Film & Video,USD,2015-03-08,5000.00,2015-01-22 03:39:13,137.00,failed,5,US,137.00,137.00,5000.00" +1009297530,Tokens: A Short Film,Narrative Film,Film & Video,USD,2012-10-15,7500.00,2012-09-10 20:05:32,9186.00,successful,114,US,9186.00,9186.00,7500.00 +"1009312309,Mr. Pickles,Publishing,Publishing,USD,2015-05-01,3750.00,2015-04-01 16:36:51,230.00,undefined,0,""N,0"""""",,230.00,3750.00" +1009316604,The 2016 Drag Show: Welcome to Burlesque (Canceled),Theater,Theater,USD,2016-04-20,500.00,2016-04-11 22:52:31,20.00,canceled,1,US,20.00,20.00,500.00 +"1009317190,French Cuisine; A Traditional Experience,Cookbooks,Food,USD,2014-09-08,13730.00,2014-08-09 03:16:02,3984.00,failed,46,US,3984.00,3984.00,13730.00" +1009327162,FAITH: The Sci-Fi RPG Core Book and miniatures,Tabletop Games,Games,EUR,2017-04-20,41034.00,2017-03-21 15:59:56,70577.50,successful,687,ES,34873.32,75504.15,43898.37 +1009333717,AraPacis album 5 - System Deceive,Metal,Music,CAD,2015-07-17,500.00,2015-05-18 17:13:32,577.00,successful,16,CA,480.26,444.60,385.27 +"1009336170,""God, Fashion, Baking, and DIY Youtube Channel"",Webseries,Film & Video,USD,2015-09-28,500.00,2015-08-29 00:43:52,0.00,failed,0,US,0.00,0.00,500.00" +1009339859,Stone Teeth,Documentary,Film & Video,USD,2012-08-02,10000.00,2012-06-23 23:24:56,766.00,failed,13,US,766.00,766.00,10000.00 +1009343442,Apocalypse - Illustration project,Illustration,Art,CAD,2014-08-13,800.00,2014-07-09 16:02:55,0.00,failed,0,CA,0.00,0.00,733.94 +1009347869,Mobile Excellence Awards (Canceled),Web,Technology,USD,2016-01-08,10000.00,2015-11-19 20:48:25,300.00,canceled,1,US,300.00,300.00,10000.00 +1009358886,Cookie Bake Sale for College Classes!,Small Batch,Food,USD,2017-07-25,600.00,2017-06-25 02:18:08,631.00,successful,14,US,67.00,631.00,600.00 +"1009359658,""Stylizer Vsti """"Virtual Music Arranger"""""",Software,Technology,CAD,2014-03-25,35000.00,2014-01-24 19:15:39,1380.00,failed,13,CA,1241.62,1250.23,31708.64" +100936086,Four Past Sanity,Webseries,Film & Video,GBP,2014-03-29,1450.00,2014-03-14 21:42:20,41.00,failed,3,GB,68.16,67.94,2402.93 +"1009366663,""The Black Coat: """"The Blackest Dye"""""",Comics,Comics,USD,2013-01-05,16500.00,2012-12-02 19:41:25,17332.00,successful,292,US,17332.00,17332.00,16500.00" +1009369767,Wild Kingdom Playing Cards,Playing Cards,Games,USD,2016-07-29,3850.00,2016-06-28 19:41:28,9516.00,successful,326,US,4403.00,9516.00,3850.00 +1009375927,Everyone in the World is Special but You,Children's Books,Publishing,USD,2013-09-01,4000.00,2013-08-01 07:45:02,579.00,failed,18,US,579.00,579.00,4000.00 +1009381526,Pokeman,Playing Cards,Games,USD,2017-07-30,100.00,2017-06-30 21:04:50,0.00,failed,0,US,0.00,0.00,100.00 +1009384630,Let's launch a Pink Crush cakery stand!,Food,Food,USD,2010-10-29,545.00,2010-09-16 07:12:43,641.00,successful,28,US,641.00,641.00,545.00 +1009396068,Sugar Mill,Restaurants,Food,USD,2015-07-20,30000.00,2015-05-21 22:00:28,111.00,failed,1,US,111.00,111.00,30000.00 +1009397068,Open Source 5 axis CNC Router & Plasma Machine Plans 5'x10',Technology,Technology,USD,2011-04-07,16500.00,2011-02-25 21:45:14,2072.00,failed,66,US,2072.00,2072.00,16500.00 +1009402357,LIBRE: fragments de communautés isolées de la Roumanie,Documentary,Film & Video,CAD,2015-01-11,5000.00,2014-11-26 23:23:24,5062.00,successful,66,CA,4485.38,4206.07,4154.55 +1009420367,Save Kerry Lyn Dalton from Death Row,Documentary,Film & Video,USD,2013-05-01,40000.00,2013-04-01 19:07:18,60.00,failed,2,US,60.00,60.00,40000.00 +1009431073,Lift the Wings (Short Film) (Canceled),Shorts,Film & Video,USD,2013-03-09,250.00,2013-02-13 20:36:47,0.00,canceled,0,US,0.00,0.00,250.00 +1009444538,Help Support Lime Hollow's Forest Preschool,Mixed Media,Art,USD,2015-03-25,1000.00,2015-02-23 16:00:52,1240.00,successful,32,US,1240.00,1240.00,1000.00 +100946027,iRoo,Technology,Technology,USD,2013-07-12,7500.00,2013-06-12 18:02:36,400.00,failed,4,US,400.00,400.00,7500.00 +"1009461870,""Bookends: Vol. 1, 2, 3"",Rock,Music,USD,2014-03-23,3500.00,2014-02-21 05:53:26,5511.00,successful,59,US,5511.00,5511.00,3500.00" +1009463663,Seven Channel Graphic Equalizer Breakout Board for Arduino,DIY Electronics,Technology,USD,2014-07-04,1000.00,2014-06-06 02:57:28,2780.00,successful,120,US,2780.00,2780.00,1000.00 +1009469309,MAN ON THE MOON exhibit at Space Center Houston,Photography,Photography,USD,2012-10-12,30000.00,2012-09-12 12:31:24,10896.00,failed,171,US,10896.00,10896.00,30000.00 +1009472602,AlphaCor Athletics (Canceled),Apparel,Fashion,USD,2016-05-15,10000.00,2016-03-15 23:49:34,0.00,canceled,0,US,0.00,0.00,10000.00 +100947311,Albert Einstein: A Revolutionary,Documentary,Film & Video,USD,2012-11-24,20000.00,2012-10-25 00:24:02,20243.00,successful,82,US,20243.00,20243.00,20000.00 +"1009489171,""Edge Goalkeeping, a new approach to goalkeeper gloves"",Wearables,Technology,CAD,2015-04-04,2500.00,2015-03-16 16:07:38,346.00,failed,8,CA,270.66,273.22,1974.10" +"1009491514,""""""Sarah's War,"""" New Theatre on Americans and the Middle East"",Theater,Theater,USD,2011-12-11,12500.00,2011-10-14 12:19:41,2475.00,failed,42,US,2475.00,2475.00,12500.00" +1009505053,The United States of Autism,Documentary,Film & Video,USD,2012-05-04,10000.00,2012-03-05 22:02:56,10550.00,successful,199,US,10550.00,10550.00,10000.00 +1009517189,JumpDrum: A Whole New Way To Play The Drums!,Product Design,Design,USD,2017-03-23,37500.00,2017-02-21 12:59:22,6399.00,failed,39,US,1225.00,6399.00,37500.00 +1009522080,FlowlocoProductions,Hip-Hop,Music,CAD,2014-11-23,3000.00,2014-10-24 02:45:59,0.00,failed,0,CA,0.00,0.00,2632.27 +1009528252,Shape of the World,Video Games,Games,CAD,2015-07-01,75000.00,2015-06-01 15:17:05,79367.64,successful,1198,CA,63729.30,63080.31,59608.97 +1009528648,Mindblown Life,Video Games,Games,USD,2012-11-02,60000.00,2012-10-02 20:34:13,77522.47,successful,695,US,77522.47,77522.47,60000.00 +1009554564,Eden vs The Baby - A Children's book,Children's Books,Publishing,USD,2016-11-16,6200.00,2016-10-17 18:33:12,6569.00,successful,118,US,413.00,6569.00,6200.00 +1009555021,Rainbow Warriors Legend LED light installation New Mexico,Art,Art,USD,2013-09-20,25000.00,2013-08-21 04:12:41,26476.66,successful,133,US,26476.66,26476.66,25000.00 +1009557852,A year's worth of art - one day at a time,Art,Art,USD,2013-01-31,7000.00,2013-01-04 21:32:48,105.00,failed,2,US,105.00,105.00,7000.00 +"1009566520,""Launch the tour of """"Generation 9/11: So Far / So Close"""""",Theater,Theater,USD,2011-05-07,5000.00,2011-04-07 11:19:53,6025.03,successful,83,US,6025.03,6025.03,5000.00" +100957066,The Immortal Soul: God's Predestined Plan.,Nonfiction,Publishing,USD,2012-12-27,3000.00,2012-11-27 00:01:33,0.00,failed,0,US,0.00,0.00,3000.00 +1009575883,Autos a Escala: The Artbook,Art Books,Publishing,GBP,2016-06-28,8200.00,2016-05-14 08:41:42,1181.00,failed,30,GB,1704.49,1568.71,10891.94 +1009576558,Let's Put the Beef back in Beef Jerky!,Food,Food,USD,2012-03-01,2000.00,2012-01-31 04:41:17,381.00,failed,13,US,381.00,381.00,2000.00 +1009595907,Bohemian-Inspired and Modern Plus Size Clothes Sizes 14 - 30,Ready-to-wear,Fashion,USD,2017-01-19,18000.00,2016-12-15 18:42:57,18033.00,successful,116,US,5902.00,18033.00,18000.00 +1009612119,Metal Gear Solid: A History,Video Games,Games,GBP,2017-06-01,300.00,2017-05-02 14:10:27,0.00,failed,0,GB,0.00,0.00,385.60 +1009612408,BBQ ASAP Creative Kitchen for Customers & Students Alike,Food,Food,USD,2013-12-25,29000.00,2013-11-19 00:51:34,670.00,failed,15,US,670.00,670.00,29000.00 +1009612464,Lady of Drith (A Steampunk and Fantasy YA Novel),Young Adult,Publishing,USD,2016-05-04,1000.00,2016-04-04 17:46:36,251.00,failed,9,US,251.00,251.00,1000.00 +1009617891,JURNS - Showcasing the Next Generation of Scientists,Periodicals,Publishing,USD,2015-05-04,1000.00,2015-03-05 23:02:01,80.00,canceled,1,US,80.00,80.00,1000.00 +1009620717,Tale Of Tails,Publishing,Publishing,USD,2015-05-02,1.00,2015-04-02 18:40:40,0.00,failed,0,US,0.00,0.00,1.00 +"1009637307,""Rob Muzick's Debut Album """"Play It Cool"""""",Music,Music,USD,2013-03-28,2500.00,2013-02-26 20:15:26,3450.00,successful,39,US,3450.00,3450.00,2500.00" +100963764,The Guardians of Xegarath publishing,Publishing,Publishing,USD,2014-08-27,1800.00,2014-07-28 20:56:51,41.00,failed,4,US,41.00,41.00,1800.00 +"1009637899,""Hoping To Get Support For My First EP, """"Above & Beyond"""""",Electronic Music,Music,USD,2016-09-19,5000.00,2016-08-10 10:02:05,0.00,canceled,0,US,0.00,0.00,5000.00" +1009639028,Modern Holiday Children's Clothing by pupikdesign,Fashion,Fashion,USD,2012-12-22,6000.00,2012-11-21 02:57:06,61.00,failed,2,US,61.00,61.00,6000.00 +1009639152,The Art of PHP and MySQL Programming,Software,Technology,USD,2015-09-11,3000.00,2015-08-12 01:45:40,435.00,failed,21,US,435.00,435.00,3000.00 +1009660627,Tiem,Thrillers,Film & Video,USD,2016-11-28,16500.00,2016-10-27 01:22:34,251.00,failed,3,US,0.00,251.00,16500.00 +1009660880,Project O - Concept Watch O1 by Matthieu Keller,Product Design,Design,EUR,2016-03-12,25000.00,2016-01-27 13:46:11,8738.00,failed,31,FR,9477.18,9855.63,28197.61 +1009661017,Redefining Italian Luxury Watches - Filippo Loreti,Design,Design,EUR,2016-12-16,20000.00,2016-11-16 21:00:44,4809548.00,successful,18550,NL,239150.72,5020667.05,20877.92 +1009668749,Rezzimax® TUNER,Technology,Technology,USD,2017-08-23,10000.00,2017-07-24 18:01:38,126838.00,successful,609,US,26681.00,126838.00,10000.00 +1009678350,Dedication,Film & Video,Film & Video,USD,2017-10-12,1000.00,2017-08-13 19:26:36,0.00,failed,0,US,0.00,0.00,1000.00 +1009696636,SUPER HERO WEB SERIES - ALLEGIANCE OF POWERS,Webseries,Film & Video,USD,2012-12-15,500.00,2012-11-30 20:53:27,510.00,successful,4,US,510.00,510.00,500.00 +1009699318,Wheelchair/walker totes for nursing home residents,Crafts,Crafts,USD,2014-12-10,1000.00,2014-11-18 17:49:35,51.00,failed,3,US,51.00,51.00,1000.00 +10097005,Z-Kour - Survive any way you can....,Shorts,Film & Video,USD,2013-08-19,1500.00,2013-08-05 18:15:30,121.00,failed,6,US,121.00,121.00,1500.00 +1009705968,New Music for Worship by Tangled Blue,Music,Music,USD,2010-05-10,7000.00,2010-03-31 01:01:59,7060.00,successful,38,US,7060.00,7060.00,7000.00 +1009711955,Bicycle Classic Monsters Playing Cards,Playing Cards,Games,USD,2014-07-05,7500.00,2014-06-05 17:29:12,9878.00,successful,384,US,9878.00,9878.00,7500.00 +1009713929,Grump's Quest,Video Games,Games,GBP,2013-03-29,450000.00,2013-02-27 16:02:18,15800.00,failed,40,GB,24007.20,24086.10,685996.52 +1009722014,Vigilance,Comic Books,Comics,USD,2017-01-05,3000.00,2016-12-06 12:23:36,11.00,failed,2,US,0.00,11.00,3000.00 +1009723143,HONK NYC! 2016,World Music,Music,USD,2016-10-12,8000.00,2016-09-20 18:29:59,8016.00,successful,119,US,462.00,8016.00,8000.00 +1009734006,Autant de Montréalais,Fine Art,Photography,CAD,2017-05-30,10000.00,2017-03-31 15:57:50,10.00,failed,1,CA,0.00,7.39,7394.81 +1009735459,Sushi-go,Restaurants,Food,USD,2015-02-27,300000.00,2015-01-28 20:18:14,1.00,failed,1,US,1.00,1.00,300000.00 +1009736956,Wagnetic Leash,Product Design,Design,USD,2017-07-19,20000.00,2017-06-19 16:54:11,72.00,canceled,2,US,72.00,72.00,20000.00 +1009738552,LD West® Innovation-Driven Style for Modern Men & Women,Accessories,Fashion,CAD,2016-12-01,15000.00,2016-10-31 18:46:41,3881.00,failed,30,CA,294.95,2917.39,11275.65 +1009749695,MyCubeSat.com,Space Exploration,Technology,USD,2015-08-18,100.00,2015-07-19 03:48:27,135.00,successful,6,US,135.00,135.00,100.00 +1009757842,Insight,Shorts,Film & Video,GBP,2013-06-24,1000.00,2013-05-24 10:00:38,1149.00,successful,20,GB,1726.97,1753.26,1525.90 +100975953,A Few Brave Men: The Chosen Few,Plays,Theater,USD,2014-12-31,5000.00,2014-11-01 13:39:47,5000.00,successful,28,US,5000.00,5000.00,5000.00 +1009771343,CupShield. Spill proof your cup,Drinks,Food,CAD,2017-01-12,59000.00,2016-12-13 18:56:57,170.00,failed,6,CA,68.52,129.37,44897.65 +"1009774693,Universal Peace | Universal Justice,Music,Music,USD,2014-09-06,2500.00,2014-07-29 23:01:07,2720.00,undefined,0,""N,0"""""",,2720.00,2500.00" +1009783855,Project green to the mainstream,Crafts,Crafts,USD,2012-03-04,20000.00,2012-02-03 04:37:09,25.00,failed,1,US,25.00,25.00,20000.00 +100978413,A FORCE OF WOMEN,Public Art,Art,USD,2012-10-04,30000.00,2012-09-04 19:23:51,4971.00,failed,18,US,4971.00,4971.00,30000.00 +"1009787158,""""""This Complete Breakfast of the Gods"""" - the trade collection!"",Comics,Comics,USD,2010-12-01,2000.00,2010-09-28 09:36:16,2443.00,successful,43,US,2443.00,2443.00,2000.00" +"1009789780,""""""Exit Disclaimer: Science and Fiction Ahead"""""",Dance,Dance,USD,2012-09-30,5000.00,2012-08-31 04:34:59,5275.00,successful,68,US,5275.00,5275.00,5000.00" +1009802597,The Wishing Horse,Shorts,Film & Video,GBP,2013-01-03,200.00,2012-12-20 23:15:40,335.00,successful,22,GB,544.68,536.63,320.37 +1009805691,Spread recovery awareness to schools nationally,Young Adult,Publishing,USD,2014-08-07,7500.00,2014-07-08 17:19:41,0.00,failed,0,US,0.00,0.00,7500.00 +1009808881,Sweatpants That Look Like Dress Slacks: The Stealth Pant,Apparel,Fashion,HKD,2017-03-28,200000.00,2017-01-27 09:56:47,376429.00,successful,443,HK,6142.60,48443.34,25738.37 +1009809110,Objects,Software,Technology,USD,2013-12-05,20000.00,2013-11-05 20:21:09,280.00,failed,14,US,280.00,280.00,20000.00 +"1009809497,""The dime-sized FemtoBeacon - Wireless IMU, ARM Cortex M0+"",Hardware,Technology,USD,2015-06-11,500.00,2015-05-12 19:30:30,3801.00,successful,37,US,3801.00,3801.00,500.00" +1009810000,Unboard Numerica III - Ritual Virtuel,Performance Art,Art,CAD,2014-04-22,500.00,2014-04-02 20:03:47,0.00,failed,0,CA,0.00,0.00,453.80 +1009813249,The Tale of Tales,Theater,Theater,GBP,2013-05-02,3500.00,2013-04-02 13:45:17,10.00,failed,1,GB,15.19,15.55,5444.08 +1009826917,Reality Gaming (Canceled),Live Games,Games,USD,2015-12-23,485000.00,2015-11-23 19:35:16,0.00,canceled,0,US,0.00,0.00,485000.00 +100982845,The Brigadier automatic watch,Product Design,Design,USD,2015-03-29,18000.00,2015-02-12 17:33:45,122161.00,successful,458,US,122161.00,122161.00,18000.00 +1009837905,Titanium Tweezers - World's Best ...Guaranteed!,Design,Design,NZD,2016-05-26,4990.00,2016-04-26 11:59:41,147399.01,successful,1366,NZ,101074.46,99251.91,3360.04 +1009838790,EP Production Expenses,Music,Music,USD,2012-05-16,750.00,2012-04-02 01:12:38,750.00,successful,9,US,750.00,750.00,750.00 +1009840007,#SaveThePrevia,Film & Video,Film & Video,SEK,2017-06-12,350000.00,2017-05-08 11:22:25,0.00,failed,0,SE,0.00,0.00,40140.38 +100984199,Legends: True Explorers of the Wildest Regions,Journalism,Journalism,GBP,2015-02-24,15000.00,2014-12-26 19:09:53,3.00,failed,3,GB,4.67,4.63,23165.67 +1009851439,Tradition is a Temple: a motion picture of New Orleans music,Shorts,Film & Video,USD,2011-02-03,30650.00,2010-11-05 19:56:32,30752.00,successful,287,US,30752.00,30752.00,30650.00 +1009851957,University of Louisville NASA Student Launch 2013-2014,Technology,Technology,USD,2014-04-03,1500.00,2014-03-04 04:11:02,2313.00,successful,60,US,2313.00,2313.00,1500.00 +1009852492,HARP Sounding Rocket,Hardware,Technology,USD,2012-02-03,75000.00,2011-12-05 22:10:53,280.00,failed,9,US,280.00,280.00,75000.00 +1009854400,Written on Ice / Escrito sobre Hielo,Conceptual Art,Art,MXN,2017-01-01,2500.00,2016-11-30 18:01:22,8680.00,successful,22,MX,129.07,407.97,117.50 +1009854834,DESIGNER Diva / Why buy when you can rent a Designer Dress,Couture,Fashion,USD,2015-10-06,150000.00,2015-08-21 02:20:32,0.00,canceled,0,US,0.00,0.00,150000.00 +1009859288,Cheaper Than Therapy,Art Books,Publishing,USD,2016-02-04,1200.00,2016-01-05 21:41:16,70.00,failed,5,US,70.00,70.00,1200.00 +1009868211,For Members Only,Dance,Dance,USD,2012-09-01,4000.00,2012-07-05 20:23:30,4028.00,successful,53,US,4028.00,4028.00,4000.00 +1009872058,The Chap MINI...The REFILLABLE Lip Balm Tube and Holder,Design,Design,USD,2017-10-05,500.00,2017-09-05 21:03:26,603.00,successful,25,US,384.00,603.00,500.00 +1009887173,DEAD SYNCHRONICITY: TCT - A dark point and click adventure,Video Games,Games,USD,2014-04-12,45000.00,2014-03-12 20:28:13,51501.70,successful,1606,US,51501.70,51501.70,45000.00 +1009892642,Pro Tabletop Gaming Audio Collection,Tabletop Games,Games,USD,2013-12-01,25000.00,2013-10-26 01:00:14,32006.67,successful,426,US,32006.67,32006.67,25000.00 +1009892892,MORE BIKE LIFE,Documentary,Film & Video,CAD,2018-02-01,23000.00,2017-12-18 17:37:37,0.00,live,0,CA,0.00,0.00,18372.07 +"1009893949,""Kool Cable, All-in-one computer cable"",Product Design,Design,USD,2012-01-31,15000.00,2012-01-01 11:07:55,4.00,failed,4,US,4.00,4.00,15000.00" +1009900942,Lets bring fun to classroom and at home,Mobile Games,Games,AUD,2015-12-31,35000.00,2015-12-01 00:54:54,4.00,failed,2,AU,2.88,2.92,25579.19 +1009903557,Meet the Filmmakers of Forged As Their Movie Screens,Narrative Film,Film & Video,USD,2011-08-15,2500.00,2011-07-26 03:13:10,0.00,failed,0,US,0.00,0.00,2500.00 +1009920640,Sewing Studio,Crafts,Crafts,USD,2017-10-13,14440.00,2017-09-03 20:45:12,67.00,canceled,3,US,38.00,67.00,14440.00 +100992890,Squbo,Technology,Technology,GBP,2014-08-27,10000.00,2014-08-06 21:37:45,0.00,failed,0,GB,0.00,0.00,16582.37 +1009930823,Gluten free bakery and vegan ice cream shop,Vegan,Food,EUR,2016-12-14,40000.00,2016-11-14 13:57:06,1.00,failed,1,ES,0.00,1.04,41755.83 +1009936273,The Final Action of Ananias,Comedy,Film & Video,USD,2016-05-23,300.00,2016-05-13 21:58:05,425.67,successful,8,US,425.67,425.67,300.00 +1009942915,Pedestal Footwear: The Future of Performance Training.,Footwear,Fashion,USD,2016-12-17,10000.00,2016-11-16 12:31:49,79949.00,successful,1511,US,6325.00,79949.00,10000.00 +1009947936,Joseph Aaskov 2012 Tour,Country & Folk,Music,USD,2012-08-24,2500.00,2012-07-20 01:23:50,4305.05,successful,59,US,4305.05,4305.05,2500.00 +1009961099,Let's improve MR-CUP.COM . your source of inspiration,Graphic Design,Design,EUR,2017-09-13,8000.00,2017-08-07 15:08:42,8133.00,successful,101,FR,253.09,9729.52,9570.41 +"1009962856,""Flip 52 - playing cards with """"get to know you"""" questions"",Product Design,Design,USD,2013-10-19,1000.00,2013-09-19 19:46:54,2001.52,successful,166,US,2001.52,2001.52,1000.00" +1009968680,Wreck - Space Wars,Tabletop Games,Games,GBP,2014-08-14,5200.00,2014-07-15 01:10:01,43.00,failed,5,GB,73.62,71.77,8678.82 +1009986728,The Shadow Among the Light - A Short Film,Shorts,Film & Video,GBP,2015-09-10,2000.00,2015-08-11 11:20:17,0.00,failed,0,GB,0.00,0.00,3084.61 +"10100125,""Graymarket Design Bedding: Original Prints, Luxurious Cotton"",Product Design,Design,USD,2016-06-15,12500.00,2016-05-16 16:42:45,17391.00,successful,102,US,17391.00,17391.00,12500.00" +1010018624,The Creation Station Open Source CNC Router,Fabrication Tools,Technology,USD,2014-08-02,80000.00,2014-06-30 20:00:40,150986.00,successful,202,US,150986.00,150986.00,80000.00 +1010025177,David and his Dog : a graphic novel of adventure and mystery,Fiction,Publishing,GBP,2015-04-09,7500.00,2015-03-25 05:05:47,0.00,failed,0,GB,0.00,0.00,10943.47 +1010043252,Disciples Dark,Tabletop Games,Games,GBP,2016-07-28,10000.00,2016-06-13 18:50:32,705.00,failed,20,GB,486.11,928.28,13167.08 +1010046428,A Message for This Land: Help Fight Addiction through Music,Electronic Music,Music,USD,2016-10-17,20000.00,2016-09-17 00:16:15,5796.00,failed,74,US,3850.00,5796.00,20000.00 +1010049830,Grow Your Own World (Canceled),Nonfiction,Publishing,USD,2013-11-10,6500.00,2013-10-11 18:52:46,60.00,canceled,2,US,60.00,60.00,6500.00 +1010084894,The WaterSwitch™ - Water Damage Prevention and Conservation,Technology,Technology,USD,2013-05-25,100000.00,2013-04-25 01:04:58,1892.00,failed,5,US,1892.00,1892.00,100000.00 +1010093582,The Collection-A daring new experience of illusion & theatre,Theater,Theater,USD,2012-03-03,5000.00,2012-02-06 14:29:42,5360.00,successful,96,US,5360.00,5360.00,5000.00 +"1010094776,""Move over Kale, Moringa is Here!"",Drinks,Food,USD,2014-12-19,30000.00,2014-11-19 18:25:36,3575.00,failed,22,US,3575.00,3575.00,30000.00" +1010095783,Joy's ABC and Spelling - iOS Book,Mobile Games,Games,USD,2014-06-13,5000.00,2014-05-14 18:08:50,99.00,failed,7,US,99.00,99.00,5000.00 +1010099263,Craze Maze - An iOS game,Video Games,Games,USD,2012-05-20,15000.00,2012-04-20 00:25:16,51.00,failed,2,US,51.00,51.00,15000.00 +1010110715,Consume - Stickers and Pins,Mixed Media,Art,USD,2016-12-20,200.00,2016-11-23 22:20:16,20.00,canceled,2,US,0.00,20.00,200.00 +101011400,Foneeyes,Gadgets,Technology,EUR,2016-06-04,500.00,2016-05-05 16:45:18,76.00,failed,5,FR,87.25,85.91,565.20 +1010123464,The World's first App to drop music and get discovered!,Electronic Music,Music,EUR,2016-05-28,12000.00,2016-04-28 20:09:04,50.00,canceled,3,NL,56.53,55.77,13384.79 +101015450,A Beautiful New Blue Gem!,Wearables,Technology,USD,2016-04-13,22500.00,2016-02-23 23:23:12,3194.00,failed,35,US,3194.00,3194.00,22500.00 +1010155603,EL EVENTO: La historia de AWF (Artist Wrestling Federation),Documentary,Film & Video,USD,2012-03-28,15000.00,2012-02-22 17:05:29,832.12,failed,28,US,832.12,832.12,15000.00 +1010167148,Passengers,Shorts,Film & Video,USD,2012-05-23,1300.00,2012-05-08 11:39:16,75.00,failed,2,US,75.00,75.00,1300.00 +1010168979,3D MOVIE POSTERS!! (Canceled),Illustration,Art,USD,2013-09-27,1500.00,2013-08-28 01:45:31,254.00,canceled,5,US,254.00,254.00,1500.00 +"1010173138,""The SensClipper, the smarter nail clipper"",Product Design,Design,EUR,2016-07-29,22000.00,2016-06-29 10:39:49,4098.00,failed,228,NL,3047.49,4554.09,24448.52" +1010174442,Journey to Jacmel: A Photo Project with Heart,Fine Art,Photography,USD,2014-11-01,3500.00,2014-09-28 09:18:11,3784.00,successful,32,US,3784.00,3784.00,3500.00 +"1010178551,""Whole Women Win, Unleashing the Winner from Within"",Nonfiction,Publishing,USD,2014-08-22,6000.00,2014-07-23 19:59:19,105.00,failed,2,US,105.00,105.00,6000.00" +"1010186921,""Andy Warhol's 15 (Color Me, Warhol)"",Performances,Dance,USD,2015-03-08,11891.00,2015-02-06 14:50:33,12425.00,successful,291,US,12425.00,12425.00,11891.00" +1010197744,Island Of Mull,Photography,Photography,GBP,2017-02-27,100.00,2017-01-28 09:37:56,150.00,successful,8,GB,150.78,183.52,122.34 +101020438,Haley Builds Her First Bike,Product Design,Design,USD,2013-02-02,800.00,2013-01-08 08:14:51,340.33,failed,11,US,340.33,340.33,800.00 +1010206281,FLEXHANGER: A new generation of hangers,Product Design,Design,USD,2016-11-16,17500.00,2016-10-07 17:52:54,18131.00,successful,91,US,710.00,18131.00,17500.00 +1010207468,Kenophania: How A Song Is Created (Interactive Experience),Audio,Journalism,GBP,2017-11-19,1.00,2017-11-01 20:03:10,698.91,successful,89,GB,23.20,931.43,1.33 +1010211667,Help Fund Anti_Theory Videos!,Music,Music,USD,2010-11-08,5000.00,2010-09-24 02:05:33,0.00,failed,0,US,0.00,0.00,5000.00 +"1010217550,Solarboot-Havel-Tour,Music,Music,EUR,2015-05-31,2500.00,2015-05-14 23:05:51,2620.00,undefined,0,""N,0"""""",,2939.13,2804.51" +1010227672,Book of Guidance: The Adventure of Struggle,Poetry,Publishing,USD,2017-06-27,1000.00,2017-05-28 20:18:19,5.00,suspended,2,US,0.00,5.00,1000.00 +1010232859,Be Kind. Be Happy. Share this sticker with friends.,Design,Design,USD,2016-09-13,120.00,2016-08-16 17:30:18,0.00,canceled,0,US,0.00,0.00,120.00 +1010238204,Deathgate,Fiction,Publishing,USD,2011-11-09,800.00,2011-10-10 19:46:38,101.00,failed,2,US,101.00,101.00,800.00 +1010264989,Sam's Curious Quest,Children's Books,Publishing,USD,2016-08-10,30000.00,2016-07-11 21:08:56,0.00,canceled,0,US,0.00,0.00,30000.00 +1010269194,I LEAVE HERE,Shorts,Film & Video,USD,2011-05-23,200000.00,2011-02-21 12:24:39,6095.00,failed,90,US,6095.00,6095.00,200000.00 +101027253,MyUrban I.D The Ultimate Talent & Business Directory,Publishing,Publishing,USD,2015-02-19,49000.00,2015-01-20 23:52:24,0.00,failed,0,US,0.00,0.00,49000.00 +1010274488,Epic journeys of a scientific fantasy adventurer - eBook,Fiction,Publishing,CAD,2014-06-19,11250.00,2014-05-14 02:36:09,12801.00,successful,160,CA,11743.51,11837.43,10403.18 +"101028174,""Hot Spot, Cool Country: Biodiversity in the Philippines"",Children's Books,Publishing,USD,2015-04-06,5000.00,2015-03-04 17:47:31,579.00,canceled,2,US,579.00,579.00,5000.00" +1010293569,Help open Bud’s,Animation,Film & Video,USD,2017-01-11,3500.00,2016-12-12 23:48:34,35.00,failed,1,US,0.00,35.00,3500.00 +1010298631,Seven Sisters,Tabletop Games,Games,USD,2012-03-12,8000.00,2012-02-03 17:22:17,12000.10,successful,179,US,12000.10,12000.10,8000.00 +1010305368,Broken Glass - A Google Glass short film,Film & Video,Film & Video,GBP,2013-05-31,4000.00,2013-04-30 00:54:19,110.00,failed,5,GB,170.20,167.59,6094.31 +"1010306548,""David Dondero """"Golden Hits Volume 1"""" and """"This Guitar"""""",Country & Folk,Music,USD,2013-03-16,12000.00,2013-02-04 18:19:36,12876.00,successful,202,US,12876.00,12876.00,12000.00" +1010309316,Venture Manchester - Parkour Hub,Design,Design,GBP,2014-10-08,3000.00,2014-08-09 13:10:02,60.00,failed,3,GB,100.85,96.20,4810.24 +1010315242,PlayMe : Alice in Wonderdice,Tabletop Games,Games,USD,2015-03-30,5000.00,2015-02-18 21:40:22,28399.00,successful,544,US,28399.00,28399.00,5000.00 +1010316470,Rosie Clothing Craft supplies,Fashion,Fashion,EUR,2016-05-15,2000.00,2016-04-15 21:05:45,1.00,failed,1,BE,1.13,1.12,2243.79 +1010319456,A Legal Voyage 'To the Lighthouse',Nonfiction,Publishing,USD,2011-09-17,3200.00,2011-08-11 20:00:37,3.00,failed,1,US,3.00,3.00,3200.00 +1010321356,Steal The Scenery's Shot At The Big Apple!!,Music,Music,USD,2011-07-11,4100.00,2011-05-27 21:01:20,41.00,failed,2,US,41.00,41.00,4100.00 +1010324680,End Online - The Novel,Fiction,Publishing,AUD,2015-02-05,5000.00,2015-01-06 01:22:07,116.00,failed,7,AU,93.85,91.12,3927.73 +1010333399,Will The Creature From Dell Pond press vinyl? You decide!,Rock,Music,USD,2012-10-15,547.00,2012-09-15 08:30:44,900.11,successful,52,US,900.11,900.11,547.00 +1010345980,HMESQUAD,Hip-Hop,Music,USD,2016-10-08,15000.00,2016-09-09 01:13:52,0.00,failed,0,US,0.00,0.00,15000.00 +1010348191,Lymph Candy Deodorant,DIY,Crafts,USD,2016-12-02,5000.00,2016-11-02 00:51:22,11459.00,successful,368,US,1503.00,11459.00,5000.00 +1010352561,Survival 101 - What you need to know for when the SHTF !,DIY,Crafts,GBP,2016-08-04,3000.00,2016-07-05 23:35:09,100.00,failed,4,GB,33.26,131.54,3946.23 +1010353202,Cord Cuffs! This is the name that will be industry standard!,Technology,Technology,USD,2016-03-09,100000.00,2016-02-08 16:49:36,391.00,canceled,28,US,391.00,391.00,100000.00 +1010356524,Summer Lovin' Tanning Stencil Bikini by Infusion Swimwear,Fashion,Fashion,GBP,2015-06-11,4000.00,2015-05-12 18:48:35,432.00,failed,5,GB,666.30,669.02,6194.64 +1010358109,Justice For Fathers. A Gritty Northern Black Comedy Film.,Film & Video,Film & Video,GBP,2013-10-20,6000.00,2013-09-10 17:39:38,121.00,failed,4,GB,189.20,195.68,9703.24 +1010367581,The App of Holding,Tabletop Games,Games,USD,2017-04-26,110.00,2017-03-27 15:53:09,862.00,successful,140,US,237.00,862.00,110.00 +1010369479,Hands: The Story Of Work,Documentary,Film & Video,USD,2015-06-22,4000.00,2015-05-08 23:25:02,1.00,failed,1,US,1.00,1.00,4000.00 +1010378374,The Santa Series,People,Photography,USD,2016-10-03,500.00,2016-09-03 04:04:59,0.00,failed,0,US,0.00,0.00,500.00 +1010382203,New Music for You - Free Podcasts and Online Releases,Electronic Music,Music,EUR,2017-10-06,2800.00,2017-08-22 11:29:52,65.00,failed,3,DE,0.00,76.10,3277.96 +101038281,MY STUPID RAYGUN,Comics,Comics,USD,2013-04-29,3800.00,2013-03-20 02:48:45,3847.39,successful,84,US,3847.39,3847.39,3800.00 +1010385330,A Better Tool for Best Prints,Photography,Photography,USD,2010-03-15,2000.00,2009-12-22 02:06:38,0.00,failed,0,US,0.00,0.00,2000.00 +1010393893,The Dart,Web,Journalism,USD,2017-02-19,4279.00,2017-01-20 20:07:09,5877.00,successful,106,US,1685.00,5877.00,4279.00 +1010413306,Custom Wood Bird Feeder Architecture Project,Architecture,Design,USD,2014-08-13,100.00,2014-07-14 23:28:37,5.00,failed,1,US,5.00,5.00,100.00 +1010416435,Publishing My First Novel: Couple Friends,Fiction,Publishing,USD,2012-06-01,4000.00,2012-05-01 15:14:05,4082.00,successful,71,US,4082.00,4082.00,4000.00 +1010418454,Convert Your iPhone4 into a Wearable Action Sports Video Cam,Product Design,Design,USD,2012-01-16,10000.00,2011-12-16 03:26:43,2023.00,failed,38,US,2023.00,2023.00,10000.00 +1010431770,Personalized street number and/or name plates,Woodworking,Crafts,USD,2015-08-26,1000.00,2015-07-27 23:04:36,20.00,failed,1,US,20.00,20.00,1000.00 +1010435183,TWIN TAILS of Mason Beach (A Chapter Book for Young Readers),Children's Books,Publishing,USD,2014-05-01,8000.00,2014-03-19 22:49:31,81.00,canceled,5,US,81.00,81.00,8000.00 +"101043907,""cellphone wallet """"sportspocket """""",Accessories,Fashion,USD,2017-04-01,6000.00,2017-03-02 01:05:46,0.00,canceled,0,US,0.00,0.00,6000.00" +"1010440168,""Powerful, Simple, Elegant Jewelry for unique individuals"",Jewelry,Fashion,AUD,2016-12-19,8000.00,2016-11-19 09:42:50,1.00,canceled,1,AU,0.74,0.72,5737.23" +1010441842,Se Parte De Una Nueva Hazaña + Recibe algo Cool y Exclusivo! (video w/subtitles),World Music,Music,USD,2010-09-19,4300.00,2010-08-05 18:20:13,5237.88,successful,76,US,5237.88,5237.88,4300.00 +1010450782,Dino Run 2,Video Games,Games,USD,2013-12-06,175000.00,2013-11-05 16:18:28,83476.21,failed,1794,US,83476.21,83476.21,175000.00 +1010455121,The Pizza Grate,Food,Food,USD,2013-12-13,5000.00,2013-11-13 19:33:56,2914.00,failed,33,US,2914.00,2914.00,5000.00 +101045682,Evelyn's Bakery,Food,Food,USD,2013-10-31,20000.00,2013-10-01 20:03:43,775.00,failed,18,US,775.00,775.00,20000.00 +1010458159,RapidDisk (rxdsk): An Advanced Linux RAM Disk Module,Software,Technology,USD,2011-05-05,2500.00,2011-02-03 20:47:13,136.00,failed,7,US,136.00,136.00,2500.00 +1010470904,Skeleton Warriors Glyos Compatible Action Figures,Design,Design,USD,2014-06-24,45000.00,2014-06-02 19:00:51,50140.01,successful,878,US,50140.01,50140.01,45000.00 +1010485287,Driven By Hope: A true story of defying all odds,Nonfiction,Publishing,USD,2016-04-24,30000.00,2016-03-10 08:12:03,30230.00,successful,167,US,30230.00,30230.00,30000.00 +1010490795,Exodus,Video Games,Games,USD,2015-04-22,65000.00,2015-03-23 19:49:05,10038.00,failed,5,US,10038.00,10038.00,65000.00 +1010493504,Dole: A Documentary,Documentary,Film & Video,USD,2011-11-09,16000.00,2011-09-30 02:05:29,16159.00,successful,136,US,16159.00,16159.00,16000.00 +1010499354,Booze Books Chapter 2: Sherlock Holmes & Edgar Allan Poe,Product Design,Design,USD,2015-07-02,7500.00,2015-06-09 14:34:29,16397.00,successful,338,US,16397.00,16397.00,7500.00 +1010516592,A £13 Poem,Poetry,Publishing,GBP,2015-02-14,13.00,2015-02-08 20:04:19,125.49,successful,17,GB,191.26,192.95,19.99 +"1010520966,""Zsa Zsa Slipper, Shoe combination"",Accessories,Fashion,USD,2015-10-25,20000.00,2015-09-25 00:46:53,2860.00,failed,4,US,2860.00,2860.00,20000.00" +1010522754,Help fund theater education programs with The Primo Academy!,Theater,Theater,USD,2012-02-20,1000.00,2012-01-21 05:40:00,40.00,failed,3,US,40.00,40.00,1000.00 +101052958,Shelter Arcade Bar,Drinks,Food,USD,2016-01-09,25000.00,2015-12-10 15:19:15,25264.00,successful,147,US,25264.00,25264.00,25000.00 +1010533974,Studio and Equipment Funding,Comedy,Film & Video,USD,2017-09-01,50000.00,2017-07-03 17:24:04,20.00,failed,2,US,0.00,20.00,50000.00 +1010534216,Help MyVanityFashion Online Jewelry Business Grow,Jewelry,Fashion,USD,2015-06-18,1500.00,2015-05-19 23:43:43,0.00,failed,0,US,0.00,0.00,1500.00 +"1010535635,""NODE Chroma, a wireless color scanner for iOS and computers"",Hardware,Technology,USD,2012-12-08,15000.00,2012-11-05 05:12:38,39473.14,successful,273,US,39473.14,39473.14,15000.00" +1010543801,The NEXT LEVEL,Product Design,Design,USD,2014-10-06,49550.00,2014-09-05 02:25:13,1573.00,failed,20,US,1573.00,1573.00,49550.00 +1010554396,Life Size Pokemon!,Painting,Art,USD,2014-12-05,650.00,2014-11-05 16:20:42,150.00,failed,9,US,150.00,150.00,650.00 +1010555504,E.G. Romero Project || Just the beginning,Music,Music,USD,2017-01-06,2800.00,2016-11-30 15:00:23,3546.00,successful,40,US,76.00,3546.00,2800.00 +"1010557781,""""""A World of Art"""" Children's Book"",Children's Books,Publishing,USD,2015-05-02,500.00,2015-04-02 22:25:53,725.00,successful,18,US,725.00,725.00,500.00" +1010574576,Rat Bastard (The Movie),Thrillers,Film & Video,USD,2015-05-09,3000.00,2015-04-09 04:24:55,0.00,failed,0,US,0.00,0.00,3000.00 +"1010578706,""""""VICIOUS"""" A Kwanza Jones Fan Video Directed By A 15 Year Old"",Film & Video,Film & Video,USD,2013-03-14,500.00,2013-02-25 19:56:12,525.00,successful,13,US,525.00,525.00,500.00" +"1010584633,""""""A Fresh Start"""""",Shorts,Film & Video,USD,2011-09-25,3000.00,2011-08-28 21:27:52,3000.00,successful,24,US,3000.00,3000.00,3000.00" +1010591158,Oil & Water - A Documentary Film,Documentary,Film & Video,USD,2011-02-28,5000.00,2011-01-29 02:52:50,9661.00,successful,43,US,9661.00,9661.00,5000.00 +1010592822,Mike Giacolino's Solo Album Kickstarter!,Country & Folk,Music,USD,2013-01-10,2000.00,2012-12-11 03:58:13,2580.00,successful,51,US,2580.00,2580.00,2000.00 +"101059690,""Wife & Son's debut album """"This, That and The Other"""""",Indie Rock,Music,USD,2012-02-13,1500.00,2012-01-14 04:31:54,1601.11,successful,32,US,1601.11,1601.11,1500.00" +1010598232,FACTOR 9 : How could this happen?,Theater,Theater,GBP,2014-04-05,25000.00,2014-03-26 22:14:28,12347.25,failed,147,GB,20371.40,20658.63,41828.40 +1010599206,Skhy Zye - What Virtual Visit Truly Means,Software,Technology,USD,2016-10-12,50000.00,2016-09-12 17:31:45,1.00,failed,1,US,0.00,1.00,50000.00 +1010602030,Parecomic - a documentary graphic novel,Comics,Comics,USD,2012-04-23,8000.00,2012-02-23 21:40:45,8600.00,successful,143,US,8600.00,8600.00,8000.00 +1010602115,Port Terror - The future of mobile gaming is in your hands,Video Games,Games,USD,2015-09-21,70000.00,2015-08-22 03:09:17,52.00,failed,3,US,52.00,52.00,70000.00 +1010603558,Råvarene – Your Zero Waste Grocery Store,Food,Food,NOK,2016-05-04,210000.00,2016-04-12 18:46:42,230133.00,successful,330,NO,27970.43,28121.59,25661.39 +1010608289,Bike Sunglass Holding Device,Product Design,Design,USD,2014-04-13,10000.00,2014-03-14 11:16:13,660.00,failed,15,US,660.00,660.00,10000.00 +1010625322,Free Markets: Freedom Without Oppurtunity,Journalism,Journalism,AUD,2016-12-14,2000.00,2016-11-08 01:36:36,5.00,failed,1,AU,0.00,3.67,1466.28 +1010631065,The Vision : Not Just a 3D Printer... A DREAM,Hardware,Technology,USD,2012-06-28,25000.00,2012-05-27 08:20:12,65346.00,successful,81,US,65346.00,65346.00,25000.00 +1010635539,ABV - A Beer Voyage,Drinks,Food,USD,2015-08-13,5000.00,2015-07-14 16:46:41,5312.00,successful,77,US,5312.00,5312.00,5000.00 +1010636969,Confessions of a Mexpatriate: Chicago,Theater,Theater,USD,2013-10-01,2400.00,2013-09-17 00:12:45,2465.00,successful,59,US,2465.00,2465.00,2400.00 +1010641633,The Seder movie a Jewish Gay Coming-out story,Shorts,Film & Video,USD,2011-07-24,5000.00,2011-06-24 02:20:09,281.00,failed,8,US,281.00,281.00,5000.00 +1010643909,LinkUP! App for Business Professionals to meet,Software,Technology,AUD,2015-08-13,50000.00,2015-07-14 00:01:38,0.00,failed,0,AU,0.00,0.00,36935.81 +1010649633,Future Phenomena | Amanda Browder,Conceptual Art,Art,USD,2010-05-25,800.00,2010-03-24 02:00:01,1064.00,successful,25,US,1064.00,1064.00,800.00 +1010652075,Project Bloom: Handcrafted Wood Case for your Smartphone,Fashion,Fashion,CAD,2014-03-15,11000.00,2014-02-04 14:24:53,2937.00,failed,88,CA,2642.91,2622.09,9820.55 +101065733,Good vs Evil,Fiction,Publishing,CAD,2014-06-01,30000.00,2014-05-02 22:54:39,0.00,failed,0,CA,0.00,0.00,27462.47 +1010661105,4-stage installation free Reverse Osmosis water purifier,Technology,Technology,EUR,2016-09-23,40000.00,2016-08-09 12:27:11,9966.00,canceled,32,DE,5268.42,11175.90,44856.12 +1010666081,Discontinued,Hip-Hop,Music,USD,2014-10-26,18000.00,2014-09-26 20:09:32,21.00,failed,2,US,21.00,21.00,18000.00 +1010673178,Harry Potter Scarves - Homemade Knitted,Knitting,Crafts,EUR,2017-02-23,500.00,2017-01-26 16:55:23,260.00,failed,5,IE,0.00,275.83,530.45 +1010675304,People You Think You Know - an intimate look at U.S. / Iran relations,Documentary,Film & Video,USD,2010-03-21,5250.00,2010-02-17 00:33:17,5281.00,successful,45,US,5281.00,5281.00,5250.00 +1010682385,Share Lessons in OUR GEORGIA SCHOOL A WILDLIFE HABITAT,Children's Books,Publishing,USD,2011-02-11,3000.00,2010-12-28 14:20:02,52.00,failed,2,US,52.00,52.00,3000.00 +1010684429,The Freeport Theater of Awesome Wants to Make Some Noise!,Theater,Theater,USD,2014-06-06,6000.00,2014-05-07 04:23:55,680.00,failed,12,US,680.00,680.00,6000.00 +10106921,Earlids,Shorts,Film & Video,USD,2013-11-14,1300.00,2013-10-11 00:47:33,1700.00,successful,26,US,1700.00,1700.00,1300.00 +101069222,Seize the day,Photography,Photography,USD,2014-12-09,5000.00,2014-11-09 07:51:16,201.00,failed,5,US,201.00,201.00,5000.00 +1010692829,Bringing OUTSPOKKEN Clothing from my garage to the runway!,Fashion,Fashion,USD,2013-11-05,18000.00,2013-09-21 18:53:30,700.00,failed,5,US,700.00,700.00,18000.00 +1010693188,Alex and More,Mobile Games,Games,EUR,2016-03-14,5000.00,2016-02-13 16:35:29,6.00,failed,2,ES,6.78,6.77,5639.52 +"1010694326,Surrender,Music,Music,CAD,2015-01-30,5000.00,2014-12-29 01:27:30,5197.00,undefined,0,""N,0"""""",,4101.82,3946.33" +"1010695113,""""""Follow My Dream"""" The story of Dorian Harrington"",Film & Video,Film & Video,USD,2013-04-15,100000.00,2013-03-26 22:39:31,1.00,failed,1,US,1.00,1.00,100000.00" +"1010696622,""The """"Sparks"""" Project (Canceled)"",Sculpture,Art,USD,2013-04-15,72000.00,2013-03-16 09:19:50,50.00,canceled,1,US,50.00,50.00,72000.00" +1010696846,ERIK KYLE and the BEADS,Pop,Music,USD,2012-12-30,30000.00,2012-11-30 15:32:54,50.00,failed,1,US,50.00,50.00,30000.00 +1010701682,XPLUS Watches: Second Release,Product Design,Design,AUD,2015-10-29,10000.00,2015-09-30 00:56:12,16889.00,successful,114,AU,11874.70,11970.37,7087.67 +"1010707026,""New J Silly Album """"T.B.D."""" (Canceled)"",Hip-Hop,Music,USD,2012-06-07,1625.00,2012-05-24 17:55:58,0.00,canceled,0,US,0.00,0.00,1625.00" +1010707519,7 art shows by 7 emerging curators,Art,Art,USD,2016-03-25,21000.00,2016-02-19 22:00:30,21441.00,successful,114,US,21441.00,21441.00,21000.00 +1010725357,My first CD gained worldwide recognition. I'm excited about recording my next one!!!,Indie Rock,Music,USD,2010-09-13,4000.00,2010-07-30 06:19:44,200.00,failed,5,US,200.00,200.00,4000.00 +1010734087,Nerdy Vegan Cookbook,Vegan,Food,USD,2014-12-01,13000.00,2014-10-16 22:55:04,1.00,failed,1,US,1.00,1.00,13000.00 +1010740281,How is your word game? Can you write to create? Spit magic?,Tabletop Games,Games,USD,2017-03-03,426476.00,2017-01-02 19:20:29,515.00,failed,1,US,0.00,515.00,426476.00 +1010750239,Conflict Genesis,Video Games,Games,USD,2014-12-24,15000.00,2014-11-24 07:43:09,105.00,failed,5,US,105.00,105.00,15000.00 +1010755947,St Matthew Passion,Classical Music,Music,GBP,2015-03-29,5000.00,2015-02-28 13:42:30,46.00,failed,4,GB,71.01,68.09,7401.60 +1010757215,Dingbats* Notebooks,Product Design,Design,GBP,2016-09-16,15000.00,2016-08-02 20:59:39,240.00,failed,15,GB,0.00,316.21,19763.37 +1010758977,Medieval & Renaissance Luxury Cat and Dog collars,Product Design,Design,GBP,2014-06-16,50.00,2014-05-17 10:58:50,151.00,successful,9,GB,253.54,257.28,85.19 +"101076483,""90th Anniversary watch, automatic-made in Spain - Priceless"",Product Design,Design,EUR,2017-07-20,10000.00,2017-06-20 18:39:58,31927.00,successful,100,ES,18728.19,37169.37,11641.99" +1010766398,History of Punk Rock in Amarillo CIRCA 1986,Documentary,Film & Video,USD,2013-06-18,200.00,2013-04-19 15:42:38,1480.00,successful,10,US,1480.00,1480.00,200.00 +1010774236,descubriendo.me,Print,Journalism,EUR,2015-09-05,99000.00,2015-07-11 11:04:51,0.00,failed,0,ES,0.00,0.00,111553.07 +1010777129,ANTHROPIA : New album based on Cthulhu Mythos,Metal,Music,USD,2015-02-06,2000.00,2015-01-05 18:53:49,4608.00,successful,210,US,4608.00,4608.00,2000.00 +"1010778576,""Help Reissue The 77s """"Pray Naked"""" On CD & Vinyl"",Rock,Music,USD,2016-05-01,17000.00,2016-04-01 21:59:26,30586.00,successful,545,US,30586.00,30586.00,17000.00" +1010782860,Memri - An intuitive App designed with couples in mind,Apps,Technology,USD,2016-11-25,4000.00,2016-10-26 06:00:21,0.00,failed,0,US,0.00,0.00,4000.00 +1010798987,Baseball Training Bat - Balance Bat,Product Design,Design,USD,2016-06-11,2000.00,2016-04-12 15:50:47,241.00,failed,3,US,241.00,241.00,2000.00 +1010800390,Pitch in for the 17 ft tall world record Qubits® tower.,Makerspaces,Technology,USD,2016-12-25,2500.00,2016-11-30 18:34:46,896.00,failed,8,US,117.00,896.00,2500.00 +101080059,The Wars of Other Men: Film Fest & Con Promo Blitz,Shorts,Film & Video,USD,2012-01-13,3000.00,2011-12-14 20:03:31,6523.00,successful,101,US,6523.00,6523.00,3000.00 +1010803299,Dixie: A Historical Rockumentary,Documentary,Film & Video,USD,2011-07-27,6000.00,2011-04-28 23:13:26,220.00,failed,5,US,220.00,220.00,6000.00 +1010814650,Atticus Drake: A World War Two Story,Comic Books,Comics,CAD,2017-10-19,1100.00,2017-09-19 06:10:29,1518.50,successful,43,CA,30.37,1215.38,880.42 +1010820426,Rise of Cthulhu - Second Print Run,Tabletop Games,Games,USD,2015-09-17,2000.00,2015-08-18 16:56:27,14939.00,successful,509,US,14939.00,14939.00,2000.00 +1010822477,Finding Petronella,Nonfiction,Publishing,USD,2013-12-20,12000.00,2013-11-19 08:11:51,14051.11,successful,242,US,14051.11,14051.11,12000.00 +101082624,Plug-n-Play 3D printing attachment for CNC Mills,3D Printing,Technology,USD,2015-10-17,36500.00,2015-09-09 21:28:51,2676.00,failed,12,US,2676.00,2676.00,36500.00 +1010838745,Breaking Mythos,Conceptual Art,Art,USD,2017-05-27,3000.00,2017-04-27 15:17:28,417.00,failed,8,US,108.00,417.00,3000.00 +"1010871699,The Beginners Guide to being Unsuicidal; the one act,Theater,Theater,USD,2011-12-31,5000.00,2011-11-21 23:25:46,525.00,failed,10,US,525.00,525.00,5000.00" +1010876444,Ransomware immunizer,Software,Technology,EUR,2016-10-15,10500.00,2016-09-02 15:27:07,762.00,failed,7,IT,44.64,829.51,11430.31 +"1010880803,""""""The Colorful Word"""" -- a scripture coloring book and journal"",Art Books,Publishing,USD,2016-11-02,3600.00,2016-10-10 15:02:03,4603.00,successful,135,US,2083.00,4603.00,3600.00" +101088356,Fund my Sweet Potato Donut Stand in Vernonia Oregon,Small Batch,Food,USD,2015-08-08,400.00,2015-07-09 00:45:02,515.00,successful,14,US,515.00,515.00,400.00 +1010885456,Crafting our community,Woodworking,Crafts,USD,2014-10-31,16000.00,2014-10-01 06:01:16,0.00,failed,0,US,0.00,0.00,16000.00 +1010891738,Doko Roko,Video Games,Games,USD,2015-11-20,30000.00,2015-10-21 00:58:31,42469.00,successful,1987,US,42469.00,42469.00,30000.00 +1010901660,Fish Finder,Film & Video,Film & Video,USD,2014-10-13,30000.00,2014-08-14 23:40:06,1535.00,failed,12,US,1535.00,1535.00,30000.00 +1010907733,Sleeper and the Sleepless new album!,Pop,Music,USD,2013-04-04,3000.00,2013-03-05 23:43:30,3197.00,successful,79,US,3197.00,3197.00,3000.00 +"1010914895,""""""Eviva il Coltello!"""""",Shorts,Film & Video,USD,2010-08-09,1500.00,2010-07-04 16:12:45,215.00,failed,9,US,215.00,215.00,1500.00" +1010917350,The Singers Elite Vocal Big Band Inaugural Concert,Jazz,Music,USD,2012-10-04,27000.00,2012-09-04 02:29:05,680.00,failed,11,US,680.00,680.00,27000.00 +1010918879,Democracy for toddlers,Children's Books,Publishing,GBP,2013-11-21,2000.00,2013-10-22 22:37:01,2191.22,successful,121,GB,3541.46,3549.97,3240.18 +1010925782,Venexiana Dark playing cards,Playing Cards,Games,USD,2014-11-04,17000.00,2014-10-05 23:04:23,35317.00,successful,678,US,35317.00,35317.00,17000.00 +1010940637,The Soul Of Something,Art Books,Publishing,USD,2015-09-12,2000.00,2015-08-22 02:47:33,0.00,failed,0,US,0.00,0.00,2000.00 +1010942317,Hollywood Shakedown,Web,Journalism,USD,2014-08-20,3000.00,2014-07-21 22:39:28,0.00,failed,0,US,0.00,0.00,3000.00 +101095143,Amanda Palmer Presents: Tristan Allen's Debut EP (Recording/Release),Music,Music,USD,2010-09-20,3300.00,2010-09-17 05:56:40,8581.24,successful,437,US,8581.24,8581.24,3300.00 +1010953592,Wild Italy,Publishing,Publishing,GBP,2014-01-01,20000.00,2013-12-04 18:21:31,80.00,failed,4,GB,130.91,131.34,32835.33 +101096588,Estoy aqui,Thrillers,Film & Video,MXN,2017-06-17,8000.00,2017-05-18 21:14:01,8401.00,successful,17,MX,0.00,465.56,443.34 +10109773,Sword 'N' Board - Now coming to Wii U!,Video Games,Games,USD,2013-09-06,7500.00,2013-07-29 15:14:13,8585.82,successful,188,US,8585.82,8585.82,7500.00 +1010977620,Custer's Last Waistband,Public Art,Art,USD,2012-07-24,5700.00,2012-06-24 07:33:30,6060.01,successful,127,US,6060.01,6060.01,5700.00 +1010999300,Untethered VR Center. Stage 1.,Video Games,Games,CAD,2017-09-01,2200.00,2017-08-24 22:55:20,57.00,failed,3,CA,0.00,45.82,1768.35 +1011015466,Zodiac Noize,Pop,Music,USD,2015-03-23,10000.00,2015-02-21 04:58:57,22.00,failed,3,US,22.00,22.00,10000.00 +101102048,Hatstand,Dance,Dance,GBP,2013-11-01,500.00,2013-09-13 23:32:49,353.00,failed,13,GB,558.53,563.28,797.84 +101102517,The Assumer: A Psychological Thriller For The Next-Gen!,Comics,Comics,GBP,2013-09-04,25000.00,2013-07-21 15:53:06,25.00,canceled,1,GB,38.16,38.95,38945.66 +1011026447,AccelerRaiser,Web,Technology,USD,2015-03-07,50000.00,2015-01-21 02:23:31,0.00,failed,0,US,0.00,0.00,50000.00 +"1011027346,""Pete Wilde """"Smile"""" Music Video"",Indie Rock,Music,USD,2014-07-02,1000.00,2014-06-04 18:13:52,450.00,failed,14,US,450.00,450.00,1000.00" +"1011028494,""Music Video """"Eyes Of An Angel"""" By Brendan Hopkins"",Rock,Music,USD,2013-03-18,1500.00,2013-02-16 01:52:17,1500.00,successful,8,US,1500.00,1500.00,1500.00" +1011034244,Caribbean Permaculture Research Institute of Barbados,Food,Food,CAD,2014-10-02,50000.00,2014-08-27 15:59:40,21666.00,failed,113,CA,19742.45,19374.05,44710.72 +"1011036773,""The PIMA PROJECT / A,OG """"The Brand"""""",Fashion,Fashion,USD,2012-06-29,18000.00,2012-05-15 06:45:34,25.00,failed,1,US,25.00,25.00,18000.00" +1011048722,WITH OR WITHOUT'EM,Action,Film & Video,USD,2017-03-21,5000.00,2017-02-19 03:53:58,10.00,failed,1,US,0.00,10.00,5000.00 +1011057841,Photography Book - Olympic National Park,Photography,Photography,USD,2012-09-08,15000.00,2012-08-09 05:34:26,200.00,failed,2,US,200.00,200.00,15000.00 +1011059850,'Subways & Beignets' - The New Album by Sammy Crawford,Rock,Music,USD,2014-04-03,1000.00,2014-03-04 12:39:54,1128.00,successful,21,US,1128.00,1128.00,1000.00 +1011065149,Bring The Collection to Life!,Illustration,Art,USD,2013-10-05,3500.00,2013-09-05 21:55:45,50.00,failed,1,US,50.00,50.00,3500.00 +1011066640,FotoOps Creative Photographer and Videographer Platform,Photography,Photography,USD,2017-12-10,43000.00,2017-10-26 16:07:01,1074.00,failed,12,US,250.00,1074.00,43000.00 +101107140,The Classic-Tied Bow Tie,Accessories,Fashion,USD,2015-07-24,5000.00,2015-06-24 15:00:18,5530.00,successful,89,US,5530.00,5530.00,5000.00 +1011073287,ACTION! Master Class with Nicholas Ray,Documentary,Film & Video,USD,2013-01-02,35000.00,2012-12-03 22:33:46,12562.00,failed,101,US,12562.00,12562.00,35000.00 +1011076186,1128 Production House,Music,Music,USD,2012-03-14,55000.00,2012-01-14 13:28:32,1040.00,failed,4,US,1040.00,1040.00,55000.00 +1011077112,Film to Fund,Shorts,Film & Video,NZD,2016-02-12,6500.00,2016-01-13 09:34:46,0.00,failed,0,NZ,0.00,0.00,4319.80 +1011078798,Share the food truck love and get A Moveable Feast moving!,Food,Food,USD,2014-03-22,5000.00,2014-02-20 19:31:24,7052.38,successful,52,US,7052.38,7052.38,5000.00 +"1011079021,""Ed-U-Cards """"Games to Grow Up With"""" w/ Letterpress Editions"",Games,Games,USD,2012-12-22,30000.00,2012-11-17 04:32:01,297.00,canceled,11,US,297.00,297.00,30000.00" +1011080329,Bubbly,Comics,Comics,USD,2017-05-09,2500.00,2017-05-02 04:06:45,3030.00,successful,200,US,494.00,3030.00,2500.00 +1011085028,Hand Free Baby Bottle Holder! Feed your baby with one hand!,Design,Design,USD,2015-06-04,115000.00,2015-05-05 19:59:20,45.00,failed,1,US,45.00,45.00,115000.00 +1011085702,London: Travels of a Gen Y Alien,Comics,Comics,GBP,2013-07-07,3000.00,2013-05-23 15:54:16,5.00,failed,1,GB,7.58,7.55,4532.54 +1011091402,Love Beyond the Musical - National Tour,Musical,Theater,GBP,2015-07-10,400000.00,2015-06-10 11:01:14,30620.50,failed,123,GB,47016.60,47515.63,620703.57 +101109496,Shonen Boys Enamel Pins!,Graphic Design,Design,USD,2017-11-23,650.00,2017-11-02 19:42:50,1852.00,successful,45,US,2014.00,1852.00,650.00 +1011116615,Heart of the Beast,Narrative Film,Film & Video,USD,2014-05-11,4000.00,2014-04-17 20:54:47,4086.01,successful,74,US,4086.01,4086.01,4000.00 +1011121722,Just About Famous,Film & Video,Film & Video,USD,2010-06-15,1500.00,2010-04-14 06:03:01,1600.00,successful,25,US,1600.00,1600.00,1500.00 +1011122747,To Tell the Truth—I want to make 20 new collages this year,Art,Art,USD,2012-12-12,1500.00,2012-10-13 03:47:01,1500.00,successful,25,US,1500.00,1500.00,1500.00 +1011126082,Outdoor Apparel,Product Design,Design,USD,2014-10-27,2500.00,2014-09-27 20:47:53,1172.75,failed,6,US,1172.75,1172.75,2500.00 +1011131069,bookwormz.co.uk,Web,Technology,GBP,2015-11-05,50000.00,2015-10-01 11:01:17,2654.00,failed,12,GB,4022.36,4017.68,75691.06 +1011132760,Big Blue Life - PW Gopal's New Music Project,Music,Music,USD,2014-11-28,25000.00,2014-10-19 23:13:52,27620.00,successful,280,US,27620.00,27620.00,25000.00 +1011142474,The Rabbit Gallery,Art,Art,USD,2011-05-20,500.00,2011-04-21 02:00:07,836.33,successful,40,US,836.33,836.33,500.00 +1011147686,2012 Village Reclamation Festival,Public Art,Art,USD,2012-07-03,1200.00,2012-06-08 16:43:02,1225.00,successful,27,US,1225.00,1225.00,1200.00 +1011166533,The Sixth Chaos,Video Games,Games,USD,2014-11-10,10000.00,2014-10-09 07:16:53,261.00,failed,21,US,261.00,261.00,10000.00 +1011167515,All Divine Colors: Female Deities in Practice and Life,Art,Art,USD,2016-12-27,1500.00,2016-11-27 21:36:18,1930.00,successful,45,US,210.00,1930.00,1500.00 +1011168465,infunet: fun in a net,Games,Games,USD,2017-05-27,10000.00,2017-04-27 15:29:56,372.00,failed,10,US,252.00,372.00,10000.00 +1011170380,Nintendo Switch Replacement Shell - Atomic Purple,Gaming Hardware,Games,CAD,2017-09-11,2125.00,2017-08-12 16:13:11,3773.00,successful,99,CA,2717.27,3108.68,1750.84 +1011172958,Ringing Rocks Brewery Co,Food,Food,USD,2012-07-12,15000.00,2012-06-12 18:52:55,245.00,failed,10,US,245.00,245.00,15000.00 +1011174550,WHERE IS THE WORLD,Photobooks,Photography,GBP,2014-12-12,5000.00,2014-11-19 01:07:39,1549.00,failed,7,GB,2435.04,2433.43,7854.84 +"1011189410,""Feature Horror Film """"Wish"""""",Horror,Film & Video,USD,2017-06-28,50000.00,2017-05-29 03:58:06,91.00,failed,9,US,10.00,91.00,50000.00" +1011197154,House of Royalty alcohol on demand delivery app.,Apps,Technology,USD,2017-04-15,12000.00,2017-03-01 17:10:49,100.00,failed,3,US,75.00,100.00,12000.00 +1011198069,Eutheria,Fiction,Publishing,USD,2015-07-05,1500.00,2015-06-05 01:37:04,0.00,failed,0,US,0.00,0.00,1500.00 +1011198274,HAMMER HORROR: THE WARNER BROS YEARS,Documentary,Film & Video,USD,2015-11-18,22000.00,2015-10-19 23:52:20,32942.00,successful,586,US,32942.00,32942.00,22000.00 +1011198298,Fight For Freedom: True Story About Abuse And Homelessness,Film & Video,Film & Video,USD,2011-05-19,7000.00,2011-04-19 01:43:01,0.00,failed,0,US,0.00,0.00,7000.00 +101119993,Kick It! A Multimedia Kickstarter Anthology,Publishing,Publishing,USD,2013-07-01,100.00,2013-05-17 01:19:34,366.00,successful,14,US,366.00,366.00,100.00 +1011207993,Mega Project: A FUTURE Without Chemicals and Healthy Food.,Technology,Technology,USD,2015-10-31,250000.00,2015-09-17 03:46:52,75.00,canceled,2,US,75.00,75.00,250000.00 +1011214149,Discovering craft breweries in the USA,Drinks,Food,USD,2014-09-05,20000.00,2014-08-06 05:36:21,2.00,failed,1,US,2.00,2.00,20000.00 +1011224953,Journey to Dance Gallery Festival,Performances,Dance,USD,2014-09-05,2500.00,2014-08-22 17:14:56,1256.00,failed,12,US,1256.00,1256.00,2500.00 +1011228093,Boy King Islands' Super-Limited Edition New Album!,Indie Rock,Music,USD,2014-08-19,7200.00,2014-07-15 18:00:10,9002.00,successful,206,US,9002.00,9002.00,7200.00 +1011248931,The 8x8 Cookbook--Square Meals for Weeknight Dinner,Cookbooks,Food,USD,2015-10-30,20000.00,2015-09-30 17:35:07,21388.00,successful,404,US,21388.00,21388.00,20000.00 +1011252850,Peer Gynt,Plays,Theater,GBP,2017-07-07,4000.00,2017-06-26 17:08:55,4854.00,successful,97,GB,95.40,6260.08,5158.69 +1011257495,Underage Cooking,Film & Video,Film & Video,USD,2011-06-10,2500.00,2011-05-18 18:38:50,150.00,failed,2,US,150.00,150.00,2500.00 +1011270775,Mikeze - The E-life Manager,Apps,Technology,USD,2015-04-22,13000.00,2015-02-21 06:04:58,430.00,failed,8,US,430.00,430.00,13000.00 +1011277482,Local Legends,Horror,Film & Video,USD,2015-04-01,35000.00,2015-03-02 03:28:43,112.00,failed,6,US,112.00,112.00,35000.00 +1011279886,Flavors of India,Food,Food,USD,2013-02-24,20000.00,2013-02-09 01:10:31,275.00,failed,16,US,275.00,275.00,20000.00 +101128433,HackPolitik,Dance,Dance,USD,2013-06-16,5000.00,2013-05-17 01:00:29,5291.50,successful,109,US,5291.50,5291.50,5000.00 +"1011286592,""Artbook — Great Spirit, Great God"",Art Books,Publishing,USD,2017-06-14,20000.00,2017-05-15 22:56:22,550.00,failed,8,US,100.00,550.00,20000.00" +1011289637,SEPTEMBRYO: You were born for a reason Issue #2,Comic Books,Comics,CAD,2016-09-22,1300.00,2016-08-23 18:07:42,1313.00,successful,28,CA,38.73,1006.75,996.78 +1011294099,OUTFIT (Canceled),Apparel,Fashion,USD,2015-04-13,10000.00,2015-03-11 09:28:49,949.00,canceled,9,US,949.00,949.00,10000.00 +1011295553,Banded Together (Canceled),Apps,Technology,USD,2015-04-06,175000.00,2015-03-07 03:38:58,1.00,canceled,1,US,1.00,1.00,175000.00 +1011301652,Absolute Zero: Cyberpunk Science Fiction Novel,Fiction,Publishing,USD,2017-05-13,100.00,2017-04-28 20:33:12,615.00,successful,21,US,207.00,615.00,100.00 +1011304615,GROTESK MACABRE Animated playing cards!,Playing Cards,Games,USD,2015-11-05,15000.00,2015-10-06 23:04:43,31748.00,successful,606,US,31748.00,31748.00,15000.00 +1011319459,Murder: A Comedy,Narrative Film,Film & Video,USD,2011-06-02,3500.00,2011-03-11 09:58:34,100.00,failed,3,US,100.00,100.00,3500.00 +1011322019,ROMP! Magazine,Periodicals,Publishing,USD,2015-03-03,45000.00,2015-02-01 14:59:39,455.00,failed,14,US,455.00,455.00,45000.00 +1011325063,The Customer Experience Book,Publishing,Publishing,GBP,2017-10-14,9000.00,2017-09-14 11:21:00,9030.00,successful,110,GB,845.23,11907.27,11867.71 +1011335464,SAFE Wallet Case for iPhone 5 and iPhone 4/4s,Product Design,Design,USD,2013-01-03,217000.00,2012-11-21 16:50:28,16669.00,failed,170,US,16669.00,16669.00,217000.00 +"1011339921,""Video Watchdog Digital Archive for iPad, Android & Windows"",Periodicals,Publishing,USD,2013-12-24,147900.00,2013-11-25 19:59:59,74071.00,canceled,412,US,74071.00,74071.00,147900.00" +101134401,The Adventure Photo Challenge - from Australia to Estonia,Photography,Photography,GBP,2013-04-19,1000.00,2013-02-18 11:29:11,4181.00,successful,53,GB,6487.94,6417.79,1534.99 +1011348775,The Little Guy and the Creature,Children's Books,Publishing,USD,2017-07-01,4000.00,2017-06-13 22:05:29,4645.00,successful,68,US,2190.00,4645.00,4000.00 +"1011352051,""THC """"The High Concert"""""",Hip-Hop,Music,USD,2014-08-20,1400.00,2014-07-28 20:06:50,0.00,failed,0,US,0.00,0.00,1400.00" +1011357989,Incoginto Cinema Warriors XP (Season 2),Film & Video,Film & Video,USD,2011-10-10,4000.00,2011-08-31 02:52:54,4382.00,successful,56,US,4382.00,4382.00,4000.00 +1011362603,Get Mike the Pipe to Punk Rock Bowling 2015! (Canceled),Punk,Music,USD,2015-05-21,500.00,2015-05-14 21:33:32,70.00,canceled,3,US,70.00,70.00,500.00 +1011369637,There Will Be A Light: Stories of Great Lakes Lighthouses,Documentary,Film & Video,USD,2011-07-18,5014.00,2011-05-19 12:47:19,0.00,canceled,0,US,0.00,0.00,5014.00 +1011374245,Forests & Sands,Apparel,Fashion,USD,2016-01-17,19000.00,2015-12-18 22:37:05,125.00,failed,2,US,125.00,125.00,19000.00 +1011374497,Dracucat:The poker cards,Playing Cards,Games,EUR,2017-12-08,900.00,2017-11-08 18:18:25,329.00,failed,15,FR,157.86,386.31,1056.78 +1011381560,Melissa Joy's Debut Album,Music,Music,USD,2016-06-26,25000.00,2016-05-27 15:44:55,2381.00,failed,19,US,2381.00,2381.00,25000.00 +1011392707,Heaven in Hollywood,Faith,Music,USD,2014-07-06,3000.00,2014-05-27 18:32:52,130.00,failed,3,US,130.00,130.00,3000.00 +1011396416,The High Five's New Song!!,Pop,Music,USD,2013-06-21,1100.00,2013-06-12 19:23:46,25.00,failed,1,US,25.00,25.00,1100.00 +1011401237,Egidio Scognamillo: Realize a dream to change a life,World Music,Music,EUR,2016-02-14,2000.00,2016-01-05 15:46:50,0.00,failed,0,IT,0.00,0.00,2219.19 +1011403563,MetalFromNL guerilla tactics,Metal,Music,EUR,2014-07-25,60.00,2014-06-25 12:37:55,70.00,successful,2,NL,95.16,94.08,80.64 +"1011408693,""""""THE KING HAT REVIEW"""" THE STORY OF AMERICAN MUSIC"",Theater,Theater,USD,2011-11-02,10000.00,2011-09-03 19:27:27,701.00,failed,4,US,701.00,701.00,10000.00" +1011415506,Nocturne,Classical Music,Music,GBP,2017-07-16,2250.00,2017-06-04 19:43:42,3005.00,successful,56,GB,629.08,3904.07,2923.18 +1011421151,Crazy Ballers,Games,Games,GBP,2017-12-26,50000.00,2017-11-26 16:18:11,0.00,failed,0,GB,0.00,0.00,67586.75 +1011428880,Voter-Ed.com,Web,Technology,USD,2015-08-12,25000.00,2015-07-13 19:02:08,43.00,failed,2,US,43.00,43.00,25000.00 +1011430787,Courageous Lion Cinema's 2015 48 Hour Film,Film & Video,Film & Video,USD,2015-07-03,1000.00,2015-06-26 21:56:01,1435.00,successful,27,US,1435.00,1435.00,1000.00 +1011432526,Mythic Canvas Tote Bags (Canceled),Fashion,Fashion,USD,2012-08-08,300.00,2012-07-09 23:57:06,0.00,canceled,0,US,0.00,0.00,300.00 +1011432992,Predator limited edition neon ink poster,Art,Art,GBP,2017-02-27,1000.00,2017-01-28 14:12:26,31.00,failed,3,GB,62.82,37.93,1223.44 +1011435345,Pre-sale so we can print shirts for meagothy and StompyStomps (Canceled),Fashion,Fashion,USD,2010-11-05,950.00,2010-09-27 17:49:25,200.00,canceled,1,US,200.00,200.00,950.00 +"1011452232,""Nomad, The #1 rechargeable grill for nature lovers"",Product Design,Design,EUR,2016-06-27,100000.00,2016-05-28 11:31:14,321.00,failed,3,FR,359.11,357.43,111349.89" +101146343,Quatrix strategic board game (Canceled),Tabletop Games,Games,USD,2016-07-03,45000.00,2016-06-03 06:05:29,890.00,canceled,8,US,890.00,890.00,45000.00 +"1011467673,""The Brittle Box Candy that's """"Outside the box"""""",Small Batch,Food,USD,2014-06-20,175000.00,2014-05-21 15:20:01,335.00,failed,10,US,335.00,335.00,175000.00" +1011468686,TBounce,Mobile Games,Games,USD,2017-07-02,10000.00,2017-06-07 20:23:48,5.00,failed,1,US,0.00,5.00,10000.00 +1011468847,The Night Owl Society - Issue #1,Comics,Comics,USD,2014-01-11,4500.00,2013-11-12 23:04:53,5410.00,successful,155,US,5410.00,5410.00,4500.00 +1011477077,Quail Bell Look Book/Issue One,Periodicals,Publishing,USD,2013-05-12,500.00,2013-04-12 16:27:22,76.00,failed,5,US,76.00,76.00,500.00 +1011481501,poetry for the wounded,Poetry,Publishing,AUD,2014-10-01,8000.00,2014-08-12 02:15:14,100.00,failed,1,AU,92.77,87.52,7001.58 +1011483416,Bobby's Socks,Drama,Film & Video,USD,2014-08-18,25000.00,2014-07-19 20:17:39,235.00,failed,5,US,235.00,235.00,25000.00 +1011485219,Delectable Delights By Tara,Food,Food,AUD,2016-09-25,10.00,2016-08-26 13:06:34,50.00,successful,4,AU,15.25,38.07,7.61 +1011490698,Jayme Stone's Lomax Project,Country & Folk,Music,USD,2014-07-03,25000.00,2014-06-03 15:39:34,25391.26,successful,490,US,25391.26,25391.26,25000.00 +1011502029,Bash N Dash,Mobile Games,Games,GBP,2015-10-30,2000.00,2015-09-15 10:02:24,10.00,failed,5,GB,15.45,15.34,3067.96 +1011506154,Davey G Music,Music,Music,USD,2014-10-19,500.00,2014-09-22 20:16:25,0.00,failed,0,US,0.00,0.00,500.00 +"1011508551,EBENEZER Solo Record,Music,Music,USD,2015-05-30,8000.00,2015-04-20 17:33:24,8361.00,undefined,0,""N,0"""""",,8361.00,8000.00" +"1011510565,""Merry Musicals Presents: """" Father of his Country."""""",Film & Video,Film & Video,USD,2011-04-13,100000.00,2011-03-13 02:22:26,0.00,failed,0,US,0.00,0.00,100000.00" +1011518618,Taco Night,Events,Food,USD,2014-10-03,2000.00,2014-09-03 23:12:39,0.00,failed,0,US,0.00,0.00,2000.00 +1011519134,Bringing the World Peace Game to Saint Paul!,Live Games,Games,USD,2016-08-05,2400.00,2016-07-06 20:24:47,1225.00,failed,11,US,0.00,1225.00,2400.00 +1011524428,Bad Exorcists,Narrative Film,Film & Video,USD,2013-10-05,20000.00,2013-09-04 09:16:31,21965.41,successful,255,US,21965.41,21965.41,20000.00 +"1011541729,""Into The Rudder """"A documentary Film"""""",Documentary,Film & Video,USD,2011-09-09,8500.00,2011-08-03 05:33:53,275.00,failed,7,US,275.00,275.00,8500.00" +1011547848,Frederick Elton's Rock Album/Home Studio Start up,Rock,Music,GBP,2014-08-15,10000.00,2014-07-16 12:48:27,0.00,failed,0,GB,0.00,0.00,16690.03 +1011548579,Cooperstand Professional Multiple Instrument Stand,Product Design,Design,USD,2013-09-01,50000.00,2013-07-18 05:01:12,3459.00,canceled,25,US,3459.00,3459.00,50000.00 +1011554703,Free Range Chicken Coop for Rural Andean Farm. #VamosChicken,Farms,Food,GBP,2014-10-14,600.00,2014-08-19 20:06:24,608.00,successful,15,GB,1017.04,980.06,967.16 +1011559860,GINA: Smart coffee instrument / by GOAT STORY,Product Design,Design,USD,2016-12-17,50000.00,2016-10-18 14:00:50,501612.00,successful,2389,US,111992.00,501612.00,50000.00 +1011566779,Golfball Critters,Product Design,Design,USD,2015-05-26,10000.00,2015-04-21 22:16:20,305.00,failed,7,US,305.00,305.00,10000.00 +1011568164,Ez Edger,Design,Design,USD,2015-03-07,30000.00,2015-01-06 00:57:29,226.00,failed,9,US,226.00,226.00,30000.00 +101156819,Freddy's List - The Complete Marine Classifieds,Web,Technology,USD,2016-07-16,4700.00,2016-06-16 19:20:30,0.00,failed,0,US,0.00,0.00,4700.00 +1011574171,UFHO2 - A Turn-based Strategy Game,Games,Games,USD,2012-02-11,10000.00,2011-12-13 23:45:09,10872.79,successful,316,US,10872.79,10872.79,10000.00 +1011575016,Olga Dunn Dance Company's Sudden Move!,Spaces,Dance,USD,2014-11-11,25000.00,2014-09-12 15:36:05,352.00,failed,8,US,352.00,352.00,25000.00 +1011578240,OooWee SoulFood Restaurant,Food,Food,USD,2012-04-27,18000.00,2012-03-28 19:51:34,5.00,failed,1,US,5.00,5.00,18000.00 +101157845,LIMPET - SAFE - SECURE - STRONG,Product Design,Design,GBP,2017-12-06,10000.00,2017-11-15 10:25:25,1010.01,failed,22,GB,205.94,1354.99,13415.62 +1011584108,Cimmerian Space Realtime 3D Browser Game,Games,Games,GBP,2014-10-14,5000.00,2014-09-02 15:59:11,1360.00,failed,36,GB,2256.74,2192.24,8059.71 +101158548,Our Two Hands,Documentary,Film & Video,USD,2014-07-23,20000.00,2014-06-23 09:06:28,20491.01,successful,137,US,20491.01,20491.01,20000.00 +1011587111,Wild for Otters!,Film & Video,Film & Video,USD,2013-09-30,27000.00,2013-08-24 18:48:30,27846.00,successful,289,US,27846.00,27846.00,27000.00 +1011593107,Twilight FanMade Screentest,Film & Video,Film & Video,USD,2014-04-13,10000.00,2014-03-14 21:49:27,0.00,failed,0,US,0.00,0.00,10000.00 +1011598954,Santiago: The Fisherman (Canceled),Shorts,Film & Video,USD,2011-11-16,850.00,2011-10-27 05:12:11,52.00,canceled,2,US,52.00,52.00,850.00 +1011604031,MIS' ME,Fashion,Fashion,USD,2016-02-03,3000.00,2016-01-04 17:36:42,0.00,failed,0,US,0.00,0.00,3000.00 +"1011607665,""""""Dark Soul"""" transcription of book for e-book upload"",Publishing,Publishing,USD,2011-03-24,1500.00,2011-02-22 22:00:40,10.00,failed,1,US,10.00,10.00,1500.00" +"1011613838,""Edgemere Farm in Rockaway Beach, Needs Your Help!"",Farmer's Markets,Food,USD,2017-04-09,6000.00,2017-03-10 20:39:54,8821.77,successful,97,US,1735.00,8821.77,6000.00" +1011614416,Emerson ASB 2011 Documentary,Documentary,Film & Video,USD,2011-03-04,2000.00,2010-12-28 22:13:00,2000.00,successful,46,US,2000.00,2000.00,2000.00 +1011617014,Arcane Creations: A Rock Fashion Show 4 Starving Artists,Mixed Media,Art,USD,2011-08-29,5000.00,2011-06-30 21:54:05,0.00,failed,0,US,0.00,0.00,5000.00 +"1011619028,""Physical Release of """"XO"""" AND """"SINNER"""""",Electronic Music,Music,USD,2017-01-16,5000.00,2016-12-02 05:08:43,20.00,failed,2,US,20.00,20.00,5000.00" +1011623243,ROTO - No more lumpy shakes! (Canceled),Product Design,Design,EUR,2015-08-28,12500.00,2015-07-24 04:17:11,1394.00,canceled,71,NL,1523.79,1570.76,14084.98 +"1011626515,""Liberté, égalité, fraternité - Terror in Paris (Cannes Film)"",Film & Video,Film & Video,EUR,2015-12-16,200.00,2015-11-16 17:20:41,7.00,failed,3,DE,7.54,7.59,216.72" +1011629403,Kinging-It Clothing/ New Website,Apparel,Fashion,GBP,2016-01-16,2000.00,2015-12-17 19:52:19,2212.00,successful,68,GB,3329.77,3168.24,2864.59 +1011645519,Extra hands for mommy and daddy!,Design,Design,USD,2014-04-14,1000.00,2014-02-28 19:14:42,61.00,failed,4,US,61.00,61.00,1000.00 +1011653178,Positive Intention Workbook App,Publishing,Publishing,USD,2013-06-13,3000.00,2013-05-14 19:13:05,3105.00,successful,44,US,3105.00,3105.00,3000.00 +1011657117,Achieve Your Dream Kimono Look: Handmade Kimono Accessories,Accessories,Fashion,USD,2017-10-19,500.00,2017-09-19 21:12:11,607.00,successful,22,US,208.00,607.00,500.00 +1011660676,BIG BERTHA AND THE MAFIA COPS,Festivals,Film & Video,USD,2015-07-26,2700.00,2015-06-29 23:56:13,2.00,failed,2,US,2.00,2.00,2700.00 +1011664710,28 degrees taurus' new album and US tour 2010!,Rock,Music,USD,2010-06-04,700.00,2010-04-22 20:27:52,787.00,successful,21,US,787.00,787.00,700.00 +1011666608,Chasing a Feeling,Nonfiction,Publishing,USD,2014-03-08,7000.00,2014-01-07 21:43:40,432.00,failed,11,US,432.00,432.00,7000.00 +1011667256,SWITCH TAPS Interchangeable Beer Tap Handle & Growler System,Product Design,Design,USD,2014-02-03,10000.00,2013-12-20 07:01:19,8268.00,failed,61,US,8268.00,8268.00,10000.00 +101166915,Happy State co: Proudly saluting the Happy States of America,Fashion,Fashion,USD,2013-08-24,2000.00,2013-07-25 17:33:44,2030.40,successful,98,US,2030.40,2030.40,2000.00 +1011680616,BRING MISSING BACK TO LIFE,Theater,Theater,GBP,2015-03-29,5000.00,2015-03-16 17:32:09,11064.00,successful,507,GB,16312.33,16378.25,7401.60 +1011683270,State of the Art Conference (Canceled),Art,Art,USD,2014-06-04,2700.00,2014-05-20 18:34:16,151.00,canceled,2,US,151.00,151.00,2700.00 +1011684296,the underargument | underwear advocating individuality,Fashion,Fashion,GBP,2018-01-01,10000.00,2017-12-02 00:32:05,1907.75,canceled,30,GB,1034.28,2585.31,13551.60 +"1011687764,Best OnLine Classifieds; Ever / No More Spam,Web,Technology,USD,2014-09-20,6300.00,2014-08-21 19:56:10,0.00,failed,0,US,0.00,0.00,6300.00" +1011691456,After Life: True Tales of the Wandering Dead (Canceled),Nonfiction,Publishing,CAD,2013-11-02,7500.00,2013-09-20 18:35:26,2687.06,canceled,73,CA,2626.85,2570.12,7173.60 +101169168,C Stoddart 2016 Calendar,Photography,Photography,USD,2015-08-16,1550.00,2015-07-17 02:16:44,1591.00,successful,22,US,1591.00,1591.00,1550.00 +"1011703457,""Big Scary Lions, and Hopefully A Meerkat Or Two"",Animals,Photography,GBP,2014-10-20,9500.00,2014-09-05 01:07:00,0.00,failed,0,GB,0.00,0.00,15248.06" +1011705525,Matthew Rapp Music,Music,Music,USD,2014-10-05,500.00,2014-09-15 20:22:59,797.00,successful,30,US,797.00,797.00,500.00 +1011709031,Student Film: Palisades,Drama,Film & Video,USD,2017-03-12,200.00,2017-02-26 20:21:20,325.00,successful,9,US,250.00,325.00,200.00 +"1011709437,""""""REMEMBAH"""" The Zombie Rock Video with a Purpose! (Canceled)"",Rock,Music,USD,2011-08-11,10000.00,2011-06-27 19:12:21,25.00,canceled,1,US,25.00,25.00,10000.00" +1011715374,TiScribe-HL: The First Titanium/Copper/Brass Highlighter Pen,Product Design,Design,USD,2016-11-03,999.00,2016-10-14 22:44:32,16067.69,successful,204,US,7229.69,16067.69,999.00 +1011716069,The Normal Day A 2D RPG Game,Video Games,Games,EUR,2017-01-08,800.00,2016-12-10 17:01:07,201.00,failed,4,DE,0.00,214.29,852.88 +1011716354,The Greys Trilogy - Book One: Revelations,Fiction,Publishing,USD,2012-12-14,12000.00,2012-11-14 22:07:40,51.00,failed,3,US,51.00,51.00,12000.00 +1011718163,Detroit Portraits,Photography,Photography,USD,2011-12-31,6500.00,2011-12-01 22:13:19,6911.00,successful,134,US,6911.00,6911.00,6500.00 +1011723203,Options: A Novel,Fiction,Publishing,USD,2015-10-31,5000.00,2015-10-01 03:08:02,691.00,failed,17,US,691.00,691.00,5000.00 +1011724893,RapidDisk LX 2.0: an iSCSI Target Linux Distribution,Software,Technology,USD,2012-10-21,2500.00,2012-09-06 00:23:28,929.66,failed,27,US,929.66,929.66,2500.00 +1011729845,Vitality Cafe,Food,Food,USD,2015-04-01,50000.00,2015-03-02 18:33:57,25.00,failed,1,US,25.00,25.00,50000.00 +1011730509,0 Fans & Brand New: Develop/ Record/ Distribute Debut Album,Hip-Hop,Music,USD,2013-03-17,25000.00,2013-02-23 06:13:51,0.00,canceled,0,US,0.00,0.00,25000.00 +101173232,The Lasagne Project Support,Food,Food,GBP,2014-08-29,30.00,2014-07-30 11:04:53,1.00,failed,1,GB,1.70,1.66,49.75 +1011741938,THE RITE - MMA TV Show Pilot,Film & Video,Film & Video,USD,2012-08-10,67000.00,2012-07-10 00:42:46,1381.00,failed,21,US,1381.00,1381.00,67000.00 +1011754438,Native Phoenix Lingerie Calendar,Publishing,Publishing,USD,2014-03-04,5000.00,2014-02-02 02:14:01,296.00,failed,6,US,296.00,296.00,5000.00 +1011756178,Dress my dreams - by Crazy Dreams Factory,Fashion,Fashion,EUR,2017-03-10,5000.00,2017-02-08 10:56:07,0.00,failed,0,BE,0.00,0.00,5303.01 +1011761722,Freestyle magazine Issue 4,Art Books,Publishing,GBP,2013-05-27,15000.00,2013-04-17 20:04:08,15056.88,successful,97,GB,23007.84,22940.32,22853.66 +1011765723,iPlifier™ for iPhone 5,Product Design,Design,USD,2013-04-20,7500.00,2013-03-11 22:24:37,8576.00,successful,800,US,8576.00,8576.00,7500.00 +"1011767615,""""""ANGELA'S DREAM"""" SHORT FILM"",Shorts,Film & Video,USD,2011-07-10,8000.00,2011-06-10 22:31:26,587.00,failed,16,US,587.00,587.00,8000.00" +1011774563,MY SON,Shorts,Film & Video,USD,2013-12-19,3500.00,2013-11-19 04:17:14,3500.99,successful,53,US,3500.99,3500.99,3500.00 +"1011775473,""Befouled Maze of the Demi-Lich, 5e DnD Adventure Module"",Tabletop Games,Games,USD,2017-08-17,300.00,2017-07-18 00:57:55,2366.00,successful,139,US,563.00,2366.00,300.00" +1011784198,Through the Eyes of My Mother,Photobooks,Photography,USD,2018-01-05,500.00,2017-12-29 23:15:36,349.00,live,7,US,274.00,349.00,500.00 +1011785439,Into the Lantern Waste,Country & Folk,Music,USD,2014-09-28,2600.00,2014-08-29 20:02:04,4368.33,successful,127,US,4368.33,4368.33,2600.00 +1011785857,DualiFree Journal -politically free|No profit| pure info-,Journalism,Journalism,EUR,2017-06-28,19000.00,2017-05-21 20:32:58,1.00,failed,1,IT,0.00,1.14,21682.81 +1011793387,Brennin EP,Country & Folk,Music,USD,2015-09-16,6000.00,2015-08-27 19:01:23,6912.00,successful,88,US,6912.00,6912.00,6000.00 +"1011798944,""Triskèle """"IV"""" LP (Canceled)"",Metal,Music,CAD,2015-02-10,7500.00,2014-12-12 18:45:53,0.00,canceled,0,CA,0.00,0.00,5996.16" +1011806123,1st Affordable GLASS Luxury Swiss Mechanical Skeleton Watch,Accessories,Fashion,GBP,2017-07-27,21000.00,2017-06-27 21:10:41,8700.00,canceled,62,GB,2670.94,11392.65,27499.51 +1011810104,Nick Ladish 2012 EP Project,Indie Rock,Music,USD,2012-06-16,500.00,2012-05-16 04:43:44,125.00,failed,6,US,125.00,125.00,500.00 +101181018,Top Tier: American Heroes and the Dogs Who Love Them Film,Documentary,Film & Video,USD,2017-02-03,10000.00,2017-01-04 19:04:10,805.00,failed,16,US,195.00,805.00,10000.00 +1011815456,Exploring Our Children's Aptitudes and Interests,Performance Art,Art,USD,2014-09-06,1500.00,2014-08-07 01:37:49,0.00,failed,0,US,0.00,0.00,1500.00 +1011821460,Urban Snow - Ski and Snowboard Year Round in the Bay Area,Architecture,Design,USD,2017-11-27,20000.00,2017-10-28 03:44:13,21415.00,successful,208,US,2626.00,21415.00,20000.00 +1011825009,Darklands: Savage Hordes IV,Tabletop Games,Games,GBP,2017-09-06,5000.00,2017-08-23 17:25:49,33855.00,successful,203,GB,14454.90,44735.59,6606.94 +1011827283,Breakout: A Four-Issue Comic Book Mini-Series,Comics,Comics,USD,2013-04-12,6000.00,2013-03-13 18:01:15,1257.00,failed,32,US,1257.00,1257.00,6000.00 +1011830662,Red Sky Morning,Shorts,Film & Video,USD,2012-12-19,1500.00,2012-11-27 05:32:37,1525.00,successful,23,US,1525.00,1525.00,1500.00 +1011833151,Hesting Power Turbine,Hardware,Technology,USD,2014-09-29,5000.00,2014-08-01 00:41:26,100.00,failed,1,US,100.00,100.00,5000.00 +1011837866,Khmer Rouge Documentary,Documentary,Film & Video,AUD,2014-02-04,1500.00,2014-01-27 23:35:57,100.00,failed,1,AU,86.85,89.43,1341.44 +1011839035,The Crush Series,Film & Video,Film & Video,USD,2013-10-03,4500.00,2013-09-20 07:38:17,4631.00,successful,98,US,4631.00,4631.00,4500.00 +1011847451,Psycho-Manic: Interactive Music Video for iPad/iPhone,Film & Video,Film & Video,USD,2011-11-03,7100.00,2011-10-04 17:57:55,830.00,failed,6,US,830.00,830.00,7100.00 +1011848979,In Knead of more space.,Food,Food,USD,2012-10-25,3855.00,2012-09-25 22:36:34,1185.00,failed,26,US,1185.00,1185.00,3855.00 +1011850817,TWYN SYSTEM,Technology,Technology,USD,2015-03-06,20000.00,2015-02-01 19:02:49,1439.00,failed,26,US,1439.00,1439.00,20000.00 +1011852325,I just want to make pizza,Food,Food,USD,2014-08-09,200.00,2014-07-10 16:04:10,0.00,failed,0,US,0.00,0.00,200.00 +1011855553,The Adventures of Super Stretch-Yoga & Mindfulness for Kids,Apps,Technology,USD,2017-12-09,50000.00,2017-11-09 17:55:11,9299.00,failed,104,US,51.00,9299.00,50000.00 +1011860628,Flee the Scene,Tabletop Games,Games,NZD,2015-08-19,12000.00,2015-08-04 06:03:15,22966.00,successful,361,NZ,15126.99,15297.41,7993.07 +1011861248,BE defiA.N.T.,Hip-Hop,Music,USD,2012-12-27,30000.00,2012-11-27 23:20:32,372.00,failed,14,US,372.00,372.00,30000.00 +1011863247,Portland Lesbian & Gay Film Festival's Filmmaker Fund,Film & Video,Film & Video,USD,2011-09-24,1900.00,2011-08-25 19:59:48,1903.00,successful,35,US,1903.00,1903.00,1900.00 +"1011865092,""Crank Coffee, hand roasted, bike delivered, Portland,OR"",Food,Food,USD,2013-08-18,8500.00,2013-07-18 20:53:02,2281.00,failed,38,US,2281.00,2281.00,8500.00" +1011873918,Stage Play: Living in the Sisterhood,Plays,Theater,USD,2017-07-01,15000.00,2017-05-02 05:10:00,0.00,failed,0,US,0.00,0.00,15000.00 +1011885110,The Sara Chronicles series (Canceled),Fiction,Publishing,USD,2015-05-10,6000.00,2015-04-10 05:06:53,0.00,canceled,0,US,0.00,0.00,6000.00 +1011886894,iDrinks,Drinks,Food,CAD,2014-11-24,150.00,2014-11-03 19:33:21,0.00,failed,0,CA,0.00,0.00,131.61 +1011888845,Out of Bounds Feature Film,Film & Video,Film & Video,USD,2017-10-24,75000.00,2017-09-30 07:25:53,475.00,canceled,7,US,300.00,475.00,75000.00 +1011895837,RC Drone,Flight,Technology,USD,2015-05-06,200.00,2015-04-06 18:55:54,50.00,failed,2,US,50.00,50.00,200.00 +1011898828,A Strange and Marvellous Adventure - Film,Film & Video,Film & Video,GBP,2013-07-31,300.00,2013-06-18 11:48:19,335.00,successful,19,GB,526.31,507.61,454.57 +1011899709,Frontierville!,Performance Art,Art,USD,2012-04-08,5000.00,2012-03-09 06:11:24,5052.00,successful,98,US,5052.00,5052.00,5000.00 +101190811,The Renata Road - Feature Film,Narrative Film,Film & Video,GBP,2013-10-06,10000.00,2013-09-01 01:03:29,10317.00,successful,141,GB,16004.78,16485.31,15978.78 +"1011919830,""""""On The One"""" A Marvellous Book, about Prince, by Blule"",Art Books,Publishing,AUD,2017-11-02,83121.00,2017-10-03 13:09:51,102909.06,successful,285,AU,34063.49,79002.81,63811.61" +101193204,F O N E (an un-performable symphony) Special Edition CD,Classical Music,Music,USD,2013-04-27,8500.00,2013-02-26 01:28:43,11315.66,successful,210,US,11315.66,11315.66,8500.00 +1011939423,The Process - A USC Thesis Film,Thrillers,Film & Video,USD,2015-11-24,7000.00,2015-11-10 22:04:05,7749.00,successful,111,US,7749.00,7749.00,7000.00 +101194805,COLORxDEATH - alternative adult coloring book,Art,Art,USD,2016-12-21,2500.00,2016-10-22 21:47:10,1300.00,failed,30,US,514.00,1300.00,2500.00 +"1011952280,NHSOB Summer Festival 2015,Music,Music,GBP,2015-05-15,3000.00,2015-03-31 17:21:17,34.00,undefined,0,""N,0"""""",,53.41,4712.83" +1011953732,The Thin Gins want to make a free album,Rock,Music,USD,2012-04-20,1500.00,2012-03-21 02:30:42,1525.34,successful,22,US,1525.34,1525.34,1500.00 +1011962023,Help! I'm about to be a dad,Fiction,Publishing,GBP,2014-12-19,100000.00,2014-11-19 12:58:30,0.00,failed,0,GB,0.00,0.00,156479.83 +1011963518,My Dream is to Publish a Collection of Personal Visions,Nonfiction,Publishing,USD,2013-09-19,5000.00,2013-08-20 02:46:44,0.00,failed,0,US,0.00,0.00,5000.00 +1011965269,Chino Ramos & Orq: New Album & Holiday Collaboration,World Music,Music,USD,2012-09-05,15000.00,2012-08-06 20:38:55,40.00,canceled,1,US,40.00,40.00,15000.00 +1011967346,The ShamanCycle - a Giant 10-Person Eagle Bicycle,Sculpture,Art,USD,2013-06-21,9847.00,2013-05-07 03:10:16,12527.00,successful,120,US,12527.00,12527.00,9847.00 +1011971056,STACY,Shorts,Film & Video,USD,2014-04-25,10000.00,2014-03-26 20:20:51,10056.00,successful,38,US,10056.00,10056.00,10000.00 +1011996944,Drunkstruction: The Liver Killing Party Game,Tabletop Games,Games,USD,2015-10-05,2500.00,2015-08-31 22:31:40,2578.00,successful,50,US,2578.00,2578.00,2500.00 +1011996990,A New Fingerstyle guitar album by Lance Allen,Country & Folk,Music,USD,2016-09-29,1000.00,2016-08-30 18:14:45,3264.00,successful,78,US,1465.00,3264.00,1000.00 +1011998668,Stadium Re-boot!,Tabletop Games,Games,USD,2017-04-03,35.00,2017-02-17 22:24:58,4479.00,successful,82,US,1410.00,4479.00,35.00 +"101200382,""Investing In """"A Sick Summer"""" (Canceled)"",Hip-Hop,Music,USD,2016-05-28,800.00,2016-05-19 07:45:08,153.00,canceled,4,US,153.00,153.00,800.00" +1012003939,Feature-length indie comedy...STRONG script...GREAT film.,Shorts,Film & Video,USD,2011-01-22,10000.00,2010-12-23 04:02:38,900.00,failed,3,US,900.00,900.00,10000.00 +1012008898,Essays on Product Management,Nonfiction,Publishing,USD,2017-04-02,1000.00,2017-03-26 20:03:19,2884.42,successful,262,US,1766.00,2884.42,1000.00 +1012009393,Human origin and evolution,Nonfiction,Publishing,USD,2014-05-02,12000.00,2014-04-02 00:05:48,15.00,failed,1,US,15.00,15.00,12000.00 +10120159,JI EUM: A Rhythm Mobile Game for the Visually Impaired,Mobile Games,Games,USD,2015-12-22,1000.00,2015-12-01 02:59:02,1313.00,successful,36,US,1313.00,1313.00,1000.00 +1012016276,Degrees: Earth's beautiful landscape and wildlife,Nature,Photography,USD,2016-06-13,3000.00,2016-05-14 01:01:56,3075.00,successful,30,US,3075.00,3075.00,3000.00 +"1012018731,""3am """"The Devil's hour"""""",Horror,Film & Video,USD,2015-07-22,20000.00,2015-05-23 06:24:10,600.00,failed,5,US,600.00,600.00,20000.00" +1012028906,Apogaea 2012 Center Camp,Public Art,Art,USD,2012-05-28,1200.00,2012-04-28 05:45:43,1451.00,successful,45,US,1451.00,1451.00,1200.00 +"1012038570,""Find """"Youth-spirations"""" worldwide and film their lives"",Documentary,Film & Video,USD,2014-12-07,68000.00,2014-11-07 18:20:04,0.00,failed,0,US,0.00,0.00,68000.00" +1012042421,que Bottle: The Fashionable & Collapsible Travel Bottle,Product Design,Design,USD,2016-11-03,20000.00,2016-10-04 16:10:14,560785.50,successful,11610,US,2756.00,560785.50,20000.00 +1012051485,Tazed in the nuts for Mixtape Features (Canceled),Hip-Hop,Music,USD,2015-04-07,40000.00,2015-02-06 07:28:15,0.00,canceled,0,US,0.00,0.00,40000.00 +1012052985,MOVING ON–The Short Film,Science Fiction,Film & Video,USD,2015-07-01,5400.00,2015-05-28 19:44:25,5662.00,successful,43,US,5662.00,5662.00,5400.00 +"1012058337,Degobah Max,Music,Music,USD,2015-12-05,4500.00,2015-11-06 21:55:39,0.00,undefined,0,""N,0"""""",,0.00,4500.00" +1012060419,Self Replicating Blocks,Hardware,Technology,GBP,2013-12-28,6000.00,2013-11-28 09:59:15,216.00,failed,7,GB,350.26,354.62,9850.60 +1012070871,FATHOMS - an animated sci-fi film with heart,Animation,Film & Video,USD,2011-07-28,7500.00,2011-06-28 03:11:03,19631.22,successful,145,US,19631.22,19631.22,7500.00 +1012071398,AMERICAN DREAM: ILLUSION OR REALITY? A Documentary About the Pursuit of Success,Documentary,Film & Video,USD,2009-09-25,4000.00,2009-09-03 06:52:15,4100.00,successful,46,US,4100.00,4100.00,4000.00 +1012072717,Geef kleur aan de rode flat op Elevator Sessions! (Canceled),Music,Music,EUR,2015-03-05,70.00,2015-01-05 11:03:43,10.00,canceled,1,NL,12.00,10.96,76.74 +1012076836,Universal PWM Controller Kit,DIY Electronics,Technology,GBP,2014-08-27,500.00,2014-08-04 18:02:52,115.00,failed,10,GB,193.46,190.70,829.12 +"1012078896,""Wicked Boxer Brewing | First Brewery in Cypress, TX"",Drinks,Food,USD,2017-09-06,10000.00,2017-08-07 04:37:28,10200.00,successful,79,US,323.00,10200.00,10000.00" +"1012080573,""Miazzo's Digital Portraits, Unique Art"",Digital Art,Art,EUR,2017-11-30,40.00,2017-11-15 09:01:31,0.00,failed,0,ES,0.00,0.00,47.54" +1012098299,Stray,Comics,Comics,USD,2012-03-10,7000.00,2012-02-09 21:12:29,75.00,failed,5,US,75.00,75.00,7000.00 +1012101826,Niko makes really good spaghetti (Suspended),Small Batch,Food,USD,2015-06-07,1100.00,2015-04-08 06:03:35,2.00,suspended,2,US,2.00,2.00,1100.00 +101210533,LUXXIS First High Tech Water Bottle,Technology,Technology,AUD,2017-12-10,10000.00,2017-10-11 01:18:19,174.00,failed,2,AU,38.06,133.55,7675.19 +1012106584,Recording our full length!,Indie Rock,Music,USD,2011-03-08,2500.00,2011-01-07 18:51:14,2835.00,successful,39,US,2835.00,2835.00,2500.00 +1012115906,Happy People DGAF: The 3 Universal Laws of Happiness,Nonfiction,Publishing,USD,2016-05-24,5000.00,2016-03-25 04:03:53,56.00,failed,4,US,56.00,56.00,5000.00 +"1012124191,""Bring """"Avalon: A Steampunk Musical Romance"""" to the stage"",Theater,Theater,USD,2011-07-02,3500.00,2011-05-03 01:14:40,200.00,failed,3,US,200.00,200.00,3500.00" +1012134869,The Silent Sneakers,Footwear,Fashion,USD,2017-12-05,2500.00,2017-11-05 09:04:50,0.00,failed,0,US,0.00,0.00,2500.00 +1012142765,Custom - Celebrating Retro Gaming Art,Nonfiction,Publishing,CAD,2016-11-25,40000.00,2016-10-26 18:00:05,860.00,canceled,14,CA,644.55,637.46,29649.40 +1012164396,Departed Soles: Brewing Classic & Gluten Free beer in NJ!,Drinks,Food,USD,2015-05-29,17500.00,2015-04-29 14:50:37,20987.00,successful,192,US,20987.00,20987.00,17500.00 +1012165066,Blood and Dust: The Life and Undeath of Judd Glenny,Comics,Comics,USD,2014-05-31,3000.00,2014-05-01 09:00:55,3095.00,successful,68,US,3095.00,3095.00,3000.00 +1012175050,Uneasy Lies the Mind,Narrative Film,Film & Video,USD,2012-11-10,10000.00,2012-10-19 21:31:29,10001.00,successful,28,US,10001.00,10001.00,10000.00 +"1012175484,""Zero-electric, 100% self-powered equipment gym"",Product Design,Design,USD,2017-06-10,69000.00,2017-05-11 06:53:33,21.00,failed,2,US,0.00,21.00,69000.00" +1012176914,Power on the Positive Randomosity!,Film & Video,Film & Video,USD,2015-03-23,300.00,2015-02-21 01:55:03,635.00,successful,9,US,635.00,635.00,300.00 +1012184607,The FLUME - Dice Tower - Dice Case - Hardwood RNG Solution,Tabletop Games,Games,USD,2016-12-08,1000.00,2016-11-08 23:51:11,12730.00,successful,148,US,3413.00,12730.00,1000.00 +"1012186184,""I Hear Ya, Syria."",Graphic Design,Design,USD,2012-03-23,1000.00,2012-03-09 20:27:53,43.00,failed,2,US,43.00,43.00,1000.00" +"1012187325,""Undercover Apple's Debut EP """"Across the Ocean"""""",Electronic Music,Music,USD,2012-05-31,2000.00,2012-04-16 23:56:36,1431.00,failed,19,US,1431.00,1431.00,2000.00" +1012187395,Amores Santos in Italy,Documentary,Film & Video,EUR,2017-03-23,15000.00,2017-02-21 17:21:17,0.00,failed,0,IT,0.00,0.00,16207.46 +1012188660,DIY Crafting Kits for Cell Phone Cases and Charm Jewelry,Crafts,Crafts,USD,2014-02-04,22000.00,2013-12-06 20:48:50,3.00,canceled,2,US,3.00,3.00,22000.00 +1012205909,Black Circle Coffee Roasters,Drinks,Food,GBP,2017-01-01,60000.00,2016-12-02 18:16:18,340.00,failed,5,GB,32.56,420.36,74180.31 +"101221545,""Reversible, Reusable, Eco-friendly Gift Wrap"",Product Design,Design,USD,2015-09-26,15000.00,2015-08-24 13:23:49,905.00,failed,17,US,905.00,905.00,15000.00" +1012220416,Life Enlightened: An Exhibit To Elevate Your Spirit,Photography,Photography,USD,2011-04-04,2700.00,2011-01-03 16:47:26,524.00,failed,17,US,524.00,524.00,2700.00 +"1012221927,""Free For All, Time in the Library"",Documentary,Film & Video,USD,2017-10-30,15000.00,2017-09-30 16:37:41,8351.00,failed,77,US,2155.00,8351.00,15000.00" +1012238393,Welcome to Mommy's E-Z Baking,Food,Food,USD,2014-10-06,1500.00,2014-09-06 18:23:55,70.00,failed,4,US,70.00,70.00,1500.00 +1012243555,90 Days-The Life of a Plant,Food,Food,USD,2013-05-11,2500.00,2013-04-11 20:50:33,2910.00,successful,39,US,2910.00,2910.00,2500.00 +1012245341,CounterCULTureTee$,Apparel,Fashion,USD,2017-11-08,5000.00,2017-11-01 20:21:46,200.00,failed,4,US,150.00,200.00,5000.00 +1012247232,Life Doesn't Just Happen,Mixed Media,Art,USD,2014-11-30,7500.00,2014-10-25 22:00:59,352.00,failed,8,US,352.00,352.00,7500.00 +1012252305,Venti's Disaster,Comics,Comics,USD,2016-03-30,40000.00,2016-02-29 08:55:22,2.00,failed,2,US,2.00,2.00,40000.00 +"1012258065,""Lil League of Learning Heroes, Major's Mission!"",Mobile Games,Games,USD,2017-07-16,5000.00,2017-06-10 02:03:41,26.00,failed,2,US,0.00,26.00,5000.00" +1012261986,Impression CD de Territoires - 1er album de l'Oumigmag,Jazz,Music,CAD,2017-03-28,900.00,2017-03-07 19:57:38,1706.00,successful,40,CA,41.80,1278.57,674.51 +1012262613,CineBlock the gaming spot (Canceled),Video Games,Games,USD,2016-02-27,550000.00,2016-01-28 21:47:49,10002.00,canceled,3,US,10002.00,10002.00,550000.00 +1012263055,THOMAS WATKISS WELCOMES FUNDING FOR THE COMPLETION OF HIS VINYL SERIES!,Jazz,Music,USD,2010-10-09,5900.00,2010-07-12 05:39:53,1415.00,failed,8,US,1415.00,1415.00,5900.00 +1012264581,Alexa Anime Figurine & Games,Video Games,Games,GBP,2017-03-21,5000.00,2017-03-05 21:17:34,2988.00,canceled,43,GB,1506.39,3728.10,6238.46 +1012266426,«Grassroots» on wax: spread your love for vinyl,Music,Music,EUR,2014-07-26,2500.00,2014-06-12 10:01:40,156.00,failed,7,NL,210.99,208.96,3348.74 +1012291585,you're COLOR - A children's book about finding happiness,Children's Books,Publishing,USD,2011-06-26,1500.00,2011-05-26 20:18:22,2696.00,successful,50,US,2696.00,2696.00,1500.00 +1012293371,Chasing Unicorns,Narrative Film,Film & Video,USD,2016-04-17,88888.00,2016-03-13 18:47:38,2902.00,failed,62,US,2902.00,2902.00,88888.00 +"1012301495,""M&M Productions presents """"Give It To God"""" Stage Play"",Theater,Theater,USD,2012-07-01,10000.00,2012-06-01 21:32:01,250.00,failed,1,US,250.00,250.00,10000.00" +101231027,TireBuddy,Hardware,Technology,USD,2013-11-25,1800.00,2013-11-05 14:18:14,11.00,failed,2,US,11.00,11.00,1800.00 +1012312633,Celebrating Mom & Pop Shops Across America,Art Books,Publishing,USD,2012-09-27,7500.00,2012-08-28 21:21:36,1055.11,failed,30,US,1055.11,1055.11,7500.00 +1012313398,5 New Taiko Drums for Fushu Daiko,World Music,Music,USD,2012-04-20,3000.00,2012-03-21 03:45:41,5113.00,successful,59,US,5113.00,5113.00,3000.00 +1012319723,Insongniacs from Mardela Middle Senior High going to ICHSA's,Music,Music,USD,2012-01-26,2500.00,2012-01-09 15:45:29,380.00,failed,10,US,380.00,380.00,2500.00 +"1012321262,""Qüero: Handmade shoes you design, perfect fit using our app!"",Footwear,Fashion,USD,2017-12-03,25000.00,2017-10-31 15:20:03,26245.00,successful,107,US,2790.00,26245.00,25000.00" +1012325806,Corpse Hammer 32mm Miniature Game (Canceled),Tabletop Games,Games,USD,2012-11-16,14650.00,2012-10-01 22:03:48,867.00,canceled,10,US,867.00,867.00,14650.00 +1012328127,Cloud Runner,Video Games,Games,USD,2016-11-23,2000.00,2016-10-24 19:45:44,162.00,failed,7,US,135.00,162.00,2000.00 +1012331272,A silent piano for a music student,Music,Music,EUR,2017-04-17,5000.00,2017-02-16 16:20:46,0.00,failed,0,AT,0.00,0.00,5349.02 +1012334626,SUPERCOLOR,Art Books,Publishing,USD,2015-09-03,3500.00,2015-08-13 03:00:54,3640.00,successful,60,US,3640.00,3640.00,3500.00 +1012337490,Skinny Dipper -- Issue One,Zines,Publishing,USD,2017-04-26,5000.00,2017-03-27 04:39:23,6509.00,successful,143,US,1797.00,6509.00,5000.00 +1012337816,Chanelle's World: A Story Of A Gay Music Artist And Painter,Documentary,Film & Video,USD,2012-11-02,5000.00,2012-10-03 21:37:50,0.00,canceled,0,US,0.00,0.00,5000.00 +101234917,Modern Cornhole,Product Design,Design,USD,2015-10-21,10000.00,2015-09-21 18:28:54,26349.00,successful,120,US,26349.00,26349.00,10000.00 +"1012352519,""Sail Vicarious Travel DVD Series """"Sail the world through us"""""",Documentary,Film & Video,USD,2011-06-27,4000.00,2011-05-16 16:22:02,4250.00,successful,24,US,4250.00,4250.00,4000.00" +1012361752,Bar/Bat Mitzvah Training,Web,Technology,CAD,2014-09-12,25000.00,2014-07-14 18:59:48,0.00,failed,0,CA,0.00,0.00,22606.02 +1012364457,Off Constantly's Emmy Episode,Television,Film & Video,USD,2016-06-09,1000.00,2016-05-10 02:14:52,80.00,failed,2,US,80.00,80.00,1000.00 +"1012365705,""Girlz Who Dare 2 Dream """"2"""""",Performance Art,Art,USD,2016-02-26,5000.00,2016-01-27 18:04:15,1.00,failed,1,US,1.00,1.00,5000.00" +1012367179,Horsecore II (Title TBA) (Canceled),Metal,Music,USD,2014-06-23,7666.00,2014-04-24 02:10:10,1910.66,canceled,31,US,1910.66,1910.66,7666.00 +101237496,OPERATOR,Animation,Film & Video,USD,2016-02-28,10960.00,2016-01-29 20:53:16,12103.07,successful,197,US,12103.07,12103.07,10960.00 +1012376330,Illuminatio: Slavery of the System,Dance,Dance,USD,2013-05-30,5000.00,2013-04-30 09:46:49,1045.00,failed,20,US,1045.00,1045.00,5000.00 +1012377186,Subject Eve Storyboards (Canceled),Conceptual Art,Art,USD,2012-05-10,23436.00,2012-04-20 10:47:38,0.00,canceled,0,US,0.00,0.00,23436.00 +"1012379130,""Figchii: Chibi-styled stickers, pencil cases and notebooks"",Crafts,Crafts,CAD,2016-03-11,300.00,2016-02-11 17:06:16,203.00,failed,7,CA,145.95,153.17,226.36" +1012392028,The Sensiblists (Canceled),Design,Design,EUR,2014-07-21,7000.00,2014-06-10 12:51:59,46.00,canceled,3,NL,62.76,61.82,9407.97 +"1012399283,""""""The Woman in White"""""",Horror,Film & Video,USD,2018-01-27,1200.00,2017-12-16 19:50:55,429.00,live,13,US,35.00,429.00,1200.00" +"1012404766,""The Drifting Deltiologist does Tucson, AZ"",Photography,Photography,USD,2012-09-22,600.00,2012-08-23 22:05:24,125.00,failed,3,US,125.00,125.00,600.00" +1012413710,Party Cannon: A 21st Century Party Game,Product Design,Design,USD,2017-06-16,35000.00,2017-04-17 06:12:33,297.00,canceled,3,US,124.00,297.00,35000.00 +"1012414277,WE ARE WHO WE ARE BUT WHATEVER WE WANT TO BE!!!,Music,Music,USD,2015-08-31,3000.00,2015-07-13 17:09:24,0.00,undefined,0,""N,0"""""",,0.00,3000.00" +1012420754,Rhallen Campaign World,Tabletop Games,Games,USD,2016-11-04,1000.00,2016-09-20 20:29:08,100.00,failed,4,US,70.00,100.00,1000.00 +1012420844,Little Chief,Children's Books,Publishing,EUR,2015-04-25,500.00,2015-03-26 13:50:31,0.00,failed,0,IE,0.00,0.00,560.75 +1012421028,Tunnel Pack for Indoor Skydiving,Product Design,Design,USD,2015-11-30,50000.00,2015-10-31 16:35:02,7003.00,failed,36,US,7003.00,7003.00,50000.00 +1012422256,Thank You For Sharing,Music,Music,USD,2017-04-23,4500.00,2017-03-24 20:28:22,4930.00,successful,39,US,617.00,4930.00,4500.00 +1012438241,Bobbie 1S Robot.,Robots,Technology,EUR,2017-02-14,50000.00,2016-12-16 02:48:46,3086.00,failed,9,NL,984.95,3286.58,53249.84 +1012438389,One Sunday Night-A Short Film,Comedy,Film & Video,USD,2016-02-08,1750.00,2016-01-20 17:55:16,490.00,failed,5,US,490.00,490.00,1750.00 +1012443954,Introducing EXO - the next generation scissor,Product Design,Design,GBP,2017-12-28,54000.00,2017-11-09 16:50:30,83412.00,successful,791,GB,7256.99,112750.92,72993.69 +1012446920,Paul Bergmann and The Fair Moans Music Video,Country & Folk,Music,USD,2013-09-21,10000.00,2013-08-27 19:51:22,835.00,failed,8,US,835.00,835.00,10000.00 +1012448004,To Begin The World Over Again,Dance,Dance,USD,2012-09-16,9000.00,2012-08-17 15:18:52,9089.58,successful,158,US,9089.58,9089.58,9000.00 +1012449194,Sent-cerely,Crafts,Crafts,USD,2015-01-08,1500.00,2014-12-09 20:48:03,124.00,failed,6,US,124.00,124.00,1500.00 +"1012467487,""Vampress Girls, Book of Shadows - Rock Chronicles (Canceled)"",Comics,Comics,USD,2014-04-06,12000.00,2014-03-07 01:35:13,257.00,canceled,4,US,257.00,257.00,12000.00" +1012476244,Punnies,Art Books,Publishing,USD,2014-10-01,11000.00,2014-08-03 04:30:35,12023.00,successful,271,US,12023.00,12023.00,11000.00 +1012476651,CHAMPION A New Song & Music Video by Preston Powis,Pop,Music,USD,2014-11-11,20000.00,2014-10-11 23:48:00,2816.00,failed,17,US,2816.00,2816.00,20000.00 +1012480973,Cap´s & Stuff,Accessories,Fashion,DKK,2014-12-07,50000.00,2014-11-07 09:15:36,35.00,failed,1,DK,5.88,5.86,8370.30 +1012487499,The cover startup!,3D Printing,Technology,EUR,2015-08-15,2000.00,2015-07-16 17:31:45,36.00,failed,2,IT,39.60,40.61,2256.19 +1012488323,WAKE - A One Man Play at The Union Theatre,Theater,Theater,GBP,2017-09-03,1700.00,2017-08-04 12:14:55,1790.00,successful,41,GB,257.71,2365.28,2246.36 +1012495155,Through the Eye,Experimental,Film & Video,GBP,2015-02-13,2000.00,2015-01-14 23:29:08,0.00,failed,0,GB,0.00,0.00,3075.55 +1012497254,One Line - One World!,Graphic Design,Design,EUR,2017-03-22,20000.00,2017-02-10 13:24:13,1026.00,canceled,23,DE,949.09,1108.59,21609.94 +1012501347,Pants Exchange and Fake Up at the Tacoma Art Museum,Conceptual Art,Art,USD,2012-01-08,1500.00,2011-11-29 19:54:44,1500.00,successful,16,US,1500.00,1500.00,1500.00 +1012512108,Uncommon Action,Performance Art,Art,USD,2013-02-04,1000.00,2012-12-30 17:59:09,1130.00,successful,34,US,1130.00,1130.00,1000.00 +1012513938,THE NEXT BIG SOCIAL NETWORK - MY PRYME (Canceled),Web,Technology,AUD,2014-09-20,55000.00,2014-08-21 05:16:55,201.00,canceled,4,AU,187.67,176.70,48351.65 +1012533135,Live Forever - The Mylon Le Fevre Story,Nonfiction,Publishing,USD,2012-08-21,46000.00,2012-07-22 07:00:39,31920.00,failed,110,US,31920.00,31920.00,46000.00 +1012534180,When Reflection Isn't Enough. #BeBrighter,Product Design,Design,USD,2015-12-28,54000.00,2015-10-29 14:59:38,55867.00,successful,342,US,55867.00,55867.00,54000.00 +1012551391,GoLoud Promotions Presents....,Jazz,Music,GBP,2014-09-19,2500.00,2014-08-23 18:55:33,0.00,failed,0,GB,0.00,0.00,4085.17 +1012552416,Creating a Car Crash Analysis Studio,Documentary,Film & Video,SEK,2015-07-15,30000.00,2015-06-15 20:57:17,0.00,failed,0,SE,0.00,0.00,3496.22 +"101257201,""RevoCases, We See Charging Differently (Canceled)"",Gadgets,Technology,USD,2015-02-08,10000.00,2014-12-25 20:24:44,2276.00,canceled,24,US,2276.00,2276.00,10000.00" +1012572524,Copper Twist - Unique besoke industrial furniture & fittings,Crafts,Crafts,GBP,2016-11-26,2000.00,2016-10-27 18:54:55,0.00,failed,0,GB,0.00,0.00,2524.71 +1012575814,History Through VR,Apps,Technology,USD,2016-07-30,55000.00,2016-06-15 18:38:57,150.00,failed,2,US,100.00,150.00,55000.00 +1012581492,SHADOW OF A GUN — a feature film,Drama,Film & Video,USD,2016-07-03,20000.00,2016-06-03 21:11:36,20639.00,successful,188,US,20639.00,20639.00,20000.00 +1012585115,Kodacrome LP,Music,Music,USD,2017-12-02,5000.00,2017-11-03 00:18:41,5084.00,successful,39,US,1110.00,5084.00,5000.00 +1012591547,QC Connection Fantasy Football Podcast,Audio,Journalism,AUD,2016-01-30,550.00,2015-12-31 12:21:12,0.00,failed,0,AU,0.00,0.00,395.37 +"1012597536,""""""Zombie Fruit Eaters"""" The Worlds First FRUIT SPLATTER FILM!"",Horror,Film & Video,USD,2015-09-17,500.00,2015-07-19 04:36:35,20.00,failed,1,US,20.00,20.00,500.00" +1012603014,Forever Organic,Food,Food,USD,2014-10-17,30000.00,2014-09-17 21:20:52,30.00,failed,1,US,30.00,30.00,30000.00 +1012612441,Geek Dice,Tabletop Games,Games,USD,2013-04-06,15000.00,2013-02-05 22:41:19,22151.66,successful,560,US,22151.66,22151.66,15000.00 +"1012613651,""The Rumpl Puffe-, A Portable Battery-Powered Heated Blanket"",Product Design,Design,USD,2017-01-13,20000.00,2016-11-15 08:19:42,311730.42,successful,1297,US,10516.00,311730.42,20000.00" +101261959,The Native Sound,Music,Music,USD,2016-05-05,500.00,2016-04-05 02:50:23,1.00,failed,1,US,1.00,1.00,500.00 +1012646452,Ghost Hunter: Angels & Demons,Tabletop Games,Games,GBP,2017-06-25,2500.00,2017-06-01 20:00:00,3228.00,successful,190,GB,1123.15,4189.32,3244.52 +"1012654604,""Free Library for Kids, Teens, and Adults with little park"",Publishing,Publishing,USD,2013-07-22,1500.00,2013-06-07 14:23:31,687.00,failed,32,US,687.00,687.00,1500.00" +1012660567,Gemstone Hope Tree,Sculpture,Art,USD,2017-05-22,4500.00,2017-05-16 04:48:44,160.00,failed,2,US,50.00,160.00,4500.00 +1012662172,Conundrum Escape Rooms,Live Games,Games,USD,2015-11-28,2500.00,2015-11-03 03:41:59,2935.00,successful,24,US,2935.00,2935.00,2500.00 +1012665249,Rediscovering Reading. . . (Canceled),Photography,Photography,GBP,2014-08-14,150.00,2014-07-15 20:36:52,0.00,canceled,0,GB,0.00,0.00,250.35 +1012666914,Only you can help Peace Eden thrive! Support the Arts!,Fiction,Publishing,USD,2015-12-04,777.00,2015-11-13 05:49:10,0.00,failed,0,US,0.00,0.00,777.00 +1012669326,175 Faces of Tiffin,Art,Art,GBP,2013-04-08,2000.00,2013-02-27 20:18:42,2248.00,successful,59,GB,3415.71,3453.10,3072.15 +1012671431,Mirenda #4 (as well as #1-3),Comics,Comics,USD,2017-12-21,2000.00,2017-11-21 18:13:35,5928.00,successful,234,US,2491.00,5928.00,2000.00 +1012672579,Social Media : Extreme Trespassing Adventures (ETA EUROPE),Webseries,Film & Video,EUR,2016-09-30,25000.00,2016-08-14 01:53:18,0.00,failed,0,BE,0.00,0.00,27902.41 +1012673335,IllumiBowl Clip-On Toilet Night Light (Motion Activated),Gadgets,Technology,USD,2014-11-27,20000.00,2014-10-18 06:06:42,95399.00,successful,3297,US,95399.00,95399.00,20000.00 +101267519,The Chap Caddy....A Beautiful Oiled Leather Lip Balm Holder,Product Design,Design,USD,2017-02-22,500.00,2017-01-23 18:56:22,1050.00,successful,44,US,680.00,1050.00,500.00 +1012677561,Education in the South Pacific: American Samoa Documentary,Documentary,Film & Video,USD,2014-08-11,350.00,2014-07-22 03:02:33,50.00,failed,1,US,50.00,50.00,350.00 +1012677690,Large 4 inch CPO CHIEF LDO CWO Mustang Challenge Coin,Product Design,Design,USD,2014-07-22,2500.00,2014-07-07 23:00:45,40.00,failed,2,US,40.00,40.00,2500.00 +1012679116,Tien - Starboard Sessions CD,Rock,Music,USD,2010-10-14,3000.00,2010-09-14 22:42:49,4065.69,successful,108,US,4065.69,4065.69,3000.00 +1012680091,Ksuave Jeans/Ksuave Enterprises,Fashion,Fashion,USD,2015-08-19,5000.00,2015-07-21 23:24:02,110.00,failed,2,US,110.00,110.00,5000.00 +1012684121,RESORT THERESIENSTADT: FROM THE LIFE OF VACATIONERS,Documentary,Film & Video,USD,2012-06-08,28000.00,2012-05-09 19:44:00,3805.00,failed,14,US,3805.00,3805.00,28000.00 +101268943,The first customizable watch with a titanium dial.,Product Design,Design,CAD,2014-06-27,12500.00,2014-05-28 13:59:31,2377.00,canceled,19,CA,2191.15,2224.20,11696.45 +1012696379,Gryphon Knight Epic - Medieval Shmup,Video Games,Games,USD,2014-08-31,18000.00,2014-07-28 19:47:20,19801.50,successful,480,US,19801.50,19801.50,18000.00 +1012703048,Groundwalk - Sandals for Men and Women,Fashion,Fashion,USD,2012-06-26,1000.00,2012-06-05 20:33:54,6555.00,successful,164,US,6555.00,6555.00,1000.00 +"1012704793,Life In The Bus Lane,Film & Video,Film & Video,USD,2014-12-21,7500.00,2014-11-21 05:09:09,9329.00,undefined,0,""N,0"""""",,9329.00,7500.00" +1012707684,Cura Te Ipsum Year Two,Comics,Comics,USD,2013-06-28,5000.00,2013-05-29 17:59:59,9846.00,successful,116,US,9846.00,9846.00,5000.00 +101272268,Writing a children's book for my stepdaughter,Nonfiction,Publishing,USD,2015-12-06,200.00,2015-11-06 04:00:21,200.00,successful,1,US,200.00,200.00,200.00 +1012722799,Family Not Forgotten Greeting Cards,Publishing,Publishing,USD,2016-10-31,275000.00,2016-10-01 01:21:40,0.00,canceled,0,US,0.00,0.00,275000.00 +1012729087,Mintediva - Plus Size Clothing and Lingerie Boutique,Apparel,Fashion,GBP,2017-04-24,30000.00,2017-03-15 12:44:26,215.00,failed,3,GB,0.00,278.19,38817.36 +1012743333,Carter's Creations,DIY,Crafts,USD,2015-10-25,2500.00,2015-09-28 18:49:11,0.00,failed,0,US,0.00,0.00,2500.00 +"1012744036,An Oratorio for our Time - Last Stop Cafe,Music,Music,USD,2016-05-26,5000.00,2016-04-26 19:46:26,5170.00,successful,0,""N,0"""""",,5170.00,5000.00" +1012747058,Stories From The Green Cabin,Documentary,Film & Video,USD,2013-06-30,5000.00,2013-05-31 21:27:51,5070.00,successful,73,US,5070.00,5070.00,5000.00 +1012756075,HeroTrays - Gaming Trays for Heroclix and Quarriors!,Tabletop Games,Games,USD,2013-05-15,3500.00,2013-04-18 01:09:29,7102.50,successful,155,US,7102.50,7102.50,3500.00 +"1012757489,""America, through a glass darkly..."",Film & Video,Film & Video,USD,2011-01-05,2500.00,2010-11-16 00:29:00,0.00,failed,0,US,0.00,0.00,2500.00" +"1012759347,""Cleric attempts recovery of stolen gear, future world conquest"",Rock,Music,USD,2010-11-01,4000.00,2010-09-20 20:18:57,4154.80,successful,47,US,4154.80,4154.80,4000.00" +1012760089,Fab-straps: Apple watch - Smartwatch - Pebble watch -fashion,Accessories,Fashion,EUR,2015-08-05,3500.00,2015-06-26 07:04:41,1941.00,failed,21,BE,2175.29,2123.66,3829.36 +"1012768162,""""""The Dogs of Cape Verde"""" : Volunteer Service Calendar"",Photography,Photography,USD,2011-07-15,1200.00,2011-05-26 00:29:58,545.00,canceled,15,US,545.00,545.00,1200.00" +"101276956,""""""Burnt at the Steak: 8-time Award Winning Solo Musical Tour"",Musical,Theater,USD,2014-06-24,6000.00,2014-05-28 20:36:37,6990.00,successful,38,US,6990.00,6990.00,6000.00" +1012770851,Project Music! (Canceled),Photography,Photography,USD,2014-02-22,1500.00,2014-01-23 17:45:23,0.00,canceled,0,US,0.00,0.00,1500.00 +1012775577,Henderson Brewing - Beer Meet Keg,Drinks,Food,CAD,2015-12-31,55000.00,2015-11-02 22:32:23,55813.00,successful,188,CA,42668.70,40199.51,39613.94 +1012782986,Beauty Salon Owner Tool,Apps,Technology,USD,2014-10-26,50000.00,2014-08-27 15:08:57,10.00,failed,1,US,10.00,10.00,50000.00 +1012787929,Basic and Advanced Breakout Boards Plus More!,DIY Electronics,Technology,USD,2017-03-28,500.00,2017-03-03 13:13:56,3665.00,successful,124,US,232.00,3665.00,500.00 +"1012789444,""""""ONCE WE WANTED"""" - New Performance by Dan & Iu-Hui!"",Performance Art,Art,USD,2011-05-13,2400.00,2011-04-13 06:52:25,2431.00,successful,22,US,2431.00,2431.00,2400.00" +"1012790328,""Showt app""""Putting the Social back in social media"""""",Technology,Technology,USD,2015-04-09,20000.00,2015-02-17 18:42:17,0.00,failed,0,US,0.00,0.00,20000.00" +1012791990,The Gigolo,Shorts,Film & Video,GBP,2014-01-31,15000.00,2013-12-04 16:50:02,401.00,failed,4,GB,656.18,659.88,24683.64 +1012792588,Teen Self Esteem Program and Guidebook: Powerful You,Nonfiction,Publishing,CAD,2015-02-03,8000.00,2015-01-06 22:00:32,2484.00,failed,45,CA,2104.91,1995.98,6428.28 +101279635,GUMMER,Children's Books,Publishing,CAD,2015-07-12,750.00,2015-06-13 00:34:19,0.00,failed,0,CA,0.00,0.00,577.90 +10127972,Drift Plates X1 Bindings,Product Design,Design,USD,2011-05-21,3800.00,2011-05-04 07:10:17,150.00,failed,3,US,150.00,150.00,3800.00 +"1012799167,""Bad Unit, Issue #1, Visions of Prometheus"",Comics,Comics,USD,2012-11-09,6000.00,2012-10-10 16:32:31,345.00,failed,9,US,345.00,345.00,6000.00" +1012799858,The Type Deck - Typography Playing Cards printed by USPCC,Typography,Design,USD,2013-07-23,12000.00,2013-06-13 22:16:41,20604.02,successful,761,US,20604.02,20604.02,12000.00 +101280026,Nico Rivers' New Stripped-Down EP: To The Bone,Indie Rock,Music,USD,2012-12-13,1100.00,2012-11-13 07:15:56,1140.00,successful,52,US,1140.00,1140.00,1100.00 +"1012807897,Juliet Remembered,Film & Video,Film & Video,GBP,2016-02-06,6500.00,2016-01-07 13:44:33,6660.12,undefined,0,""N,0"""""",,9660.05,9427.80" +101280871,Making My Fiction Mainstream,Fiction,Publishing,USD,2013-02-15,3000.00,2013-01-16 05:05:15,0.00,failed,0,US,0.00,0.00,3000.00 +1012816525,All Together Now Showcase Documentary (Canceled),Documentary,Film & Video,USD,2011-03-15,10000.00,2011-03-07 22:35:25,110.00,canceled,9,US,110.00,110.00,10000.00 +1012817910,Zenith - Path of Fire,Shorts,Film & Video,GBP,2017-05-27,1500.00,2017-04-27 17:09:10,100.00,failed,1,GB,0.00,128.53,1928.02 +101282052,Alma Campirana - new album of vintage Mexican songs,Latin,Music,USD,2015-08-25,4000.00,2015-08-05 01:38:42,4617.00,successful,53,US,4617.00,4617.00,4000.00 +1012822702,Voices of Nepal: Stories of Hope,Photography,Photography,USD,2012-05-20,9000.00,2012-05-02 23:01:42,1012.00,failed,27,US,1012.00,1012.00,9000.00 +1012826158,Breath of the Titans,Fiction,Publishing,USD,2014-08-15,10000.00,2014-07-16 21:46:18,0.00,failed,0,US,0.00,0.00,10000.00 +1012837062,Blue Meet,Games,Games,EUR,2016-05-25,40000.00,2016-04-25 21:11:34,10.00,failed,1,DE,11.22,11.17,44671.77 +1012837575,FoldiMate: The Robotic Laundry Folding Machine,Technology,Technology,USD,2013-07-07,250000.00,2013-06-01 20:42:23,11818.00,failed,21,US,11818.00,11818.00,250000.00 +1012837921,The 2018 Demon Calendar,Art,Art,USD,2017-10-05,1500.00,2017-09-05 15:38:09,1500.00,successful,30,US,90.00,1500.00,1500.00 +1012838732,Jackboy's Dog Bakery - New Retail & Bakery,Restaurants,Food,USD,2015-05-18,145000.00,2015-04-09 17:00:33,295.00,failed,9,US,295.00,295.00,145000.00 +"1012844176,""Chemical free yet stops bugs, bad smells and kills disease"",Product Design,Design,AUD,2017-06-19,10000.00,2017-05-10 17:17:10,120.00,failed,2,AU,88.32,90.81,7567.73" +1012848844,An Artist Cookbook,Art Books,Publishing,USD,2016-01-29,10000.00,2015-11-30 21:37:09,70.00,failed,2,US,70.00,70.00,10000.00 +1012856657,The Many Deaths of Amanda Wallace: EarthJumper Series Book 1,Fiction,Publishing,USD,2015-06-26,6200.00,2015-04-27 18:29:03,601.00,failed,15,US,601.00,601.00,6200.00 +1012857119,From Photo to Table--Relaunch,Web,Technology,USD,2014-06-10,8000.00,2014-04-11 21:34:52,705.00,failed,23,US,705.00,705.00,8000.00 +1012862183,Revoltoso,Animation,Film & Video,CAD,2014-09-14,44000.00,2014-07-31 23:06:08,49458.00,successful,221,CA,45594.13,45051.92,40080.16 +101286868,Brumset,Film & Video,Film & Video,GBP,2014-03-29,250.00,2014-03-15 01:18:14,20.00,failed,1,GB,33.25,33.14,414.30 +"1012875352,""The Adventures Of Mopey, The Mini Horse."",Children's Books,Publishing,USD,2012-09-15,6000.00,2012-08-16 23:22:51,155.00,failed,6,US,155.00,155.00,6000.00" +1012886401,Buffalostar: The Quantum Cannon,Science Fiction,Film & Video,USD,2017-05-17,130000.00,2017-03-18 18:50:33,1.00,failed,1,US,0.00,1.00,130000.00 +1012886740,Storms & Solitude - A Solo-Circumnavigator's Tale - The Book,Nonfiction,Publishing,USD,2010-12-25,12000.00,2010-11-25 01:21:07,535.00,failed,6,US,535.00,535.00,12000.00 +1012889939,PARTY HARD!,Documentary,Film & Video,USD,2012-02-08,7250.00,2012-01-09 23:34:43,0.00,failed,0,US,0.00,0.00,7250.00 +1012895232,My Name is Sam Johnson,Theater,Theater,USD,2011-07-26,3000.00,2011-05-27 01:21:10,2115.00,failed,40,US,2115.00,2115.00,3000.00 +1012895442,Jason Winters Studio Worship Album,Rock,Music,USD,2013-01-02,4000.00,2012-11-13 23:15:08,4414.00,successful,84,US,4414.00,4414.00,4000.00 +1012901908,The Philadelphia Opera Collective presents Susannah,Classical Music,Music,USD,2011-08-01,1000.00,2011-06-02 17:34:15,1100.00,successful,11,US,1100.00,1100.00,1000.00 +101290303,Like Spinal Tap & Dr. Strangelove? You'll Love our Film!,Documentary,Film & Video,USD,2011-02-06,5000.00,2011-01-07 18:28:42,25.00,failed,1,US,25.00,25.00,5000.00 +1012908100,Christian Hip Hop and R&B Radio Station,Hip-Hop,Music,USD,2011-05-20,400000.00,2011-02-18 01:22:50,10.00,failed,1,US,10.00,10.00,400000.00 +1012924504,The Wondercult Fundraiser,Rock,Music,USD,2015-12-07,1500.00,2015-11-17 21:45:56,45.00,failed,3,US,45.00,45.00,1500.00 +1012926510,Mobile Game ''FaceFriends'',Mobile Games,Games,EUR,2016-09-04,180000.00,2016-08-05 16:00:40,0.00,failed,0,NL,0.00,0.00,202823.76 +1012934131,TEN FACES OF ANNA - POST-PRODUCTION,Webseries,Film & Video,GBP,2014-11-15,1000.00,2014-10-22 16:20:01,1005.00,successful,16,GB,1624.73,1576.08,1568.23 +1012937016,'Journeys to Somewhere Else' by John Avon,Illustration,Art,GBP,2014-07-21,24000.00,2014-06-17 15:59:18,90542.00,successful,901,GB,153759.41,153812.96,40771.26 +1012948256,Belle the christmas elf coloring book,Children's Books,Publishing,USD,2014-09-15,400.00,2014-07-17 06:54:19,10.00,failed,1,US,10.00,10.00,400.00 +1012951816,Frightful Things,Performances,Dance,USD,2015-10-19,6000.00,2015-10-02 20:00:10,6591.00,successful,95,US,6591.00,6591.00,6000.00 +101295302,Paleo Research (Canceled),Food,Food,USD,2014-07-16,200.00,2014-07-09 17:48:43,0.00,canceled,0,US,0.00,0.00,200.00 +1012964359,Souled on Memphis (Canceled),Apparel,Fashion,USD,2016-03-03,5000.00,2016-01-04 18:30:13,0.00,canceled,0,US,0.00,0.00,5000.00 +1012967459,The Kendama Dream - A Mockumentary Feature Film,Comedy,Film & Video,USD,2015-05-23,3000.00,2015-05-02 19:19:36,450.00,failed,11,US,450.00,450.00,3000.00 +1012978696,VEGAS LIGHTS,Hip-Hop,Music,USD,2015-06-25,2000.00,2015-05-26 22:33:51,0.00,failed,0,US,0.00,0.00,2000.00 +1012979017,Natalia Chase - Debut Worship Album,Faith,Music,USD,2017-03-08,8000.00,2017-01-29 05:02:14,8202.00,successful,114,US,244.00,8202.00,8000.00 +1012979343,Elena & Boo of Demolition String Band Make Duo Record,Country & Folk,Music,USD,2011-05-16,8000.00,2011-04-25 20:21:40,8195.00,successful,116,US,8195.00,8195.00,8000.00 +"1012995685,""Tina & Her Pony's New Record """"Champion"""" 2017"",Country & Folk,Music,USD,2017-05-01,15000.00,2017-04-01 14:47:23,15973.00,successful,256,US,833.00,15973.00,15000.00" +1012997610,JZ Hydroponics,Farms,Food,USD,2016-12-09,1000.00,2016-11-09 22:12:03,0.00,failed,0,US,0.00,0.00,1000.00 +1012999216,Three Snails,Crafts,Crafts,USD,2017-10-29,20000.00,2017-09-26 10:28:02,350.00,canceled,21,US,119.00,350.00,20000.00 +1012999778,First Album,Hip-Hop,Music,USD,2012-12-29,200.00,2012-11-29 01:28:49,0.00,failed,0,US,0.00,0.00,200.00 +1013006034,Intentional Excellence. What it is. How to get it.,Nonfiction,Publishing,USD,2017-07-01,3500.00,2017-06-01 16:19:02,935.00,failed,13,US,670.00,935.00,3500.00 +1013007973,Robotics Competition and WiFi Radix Receiver for RC Vehicles,Robots,Technology,USD,2014-11-15,70000.00,2014-10-21 22:39:36,744.00,failed,8,US,744.00,744.00,70000.00 +1013015364,GBS Detroit Presents Volcano and the New Radio Standard,Hip-Hop,Music,USD,2013-10-11,1200.00,2013-09-27 23:20:17,1275.00,successful,29,US,1275.00,1275.00,1200.00 +1013018482,The Talks - icebreaker card game,Playing Cards,Games,EUR,2016-11-09,2000.00,2016-09-30 12:51:37,46.00,failed,2,NL,30.32,50.16,2180.81 +101301890,Standing Up - Pre-Production,Comedy,Film & Video,USD,2015-12-02,30000.00,2015-10-29 05:04:07,4441.00,failed,46,US,4441.00,4441.00,30000.00 +1013019633,Nouveau Gemmes Playing Cards,Playing Cards,Games,EUR,2017-09-10,3800.00,2017-08-26 18:21:22,10449.00,successful,237,ES,7303.75,12500.15,4545.94 +101301964,Unwoman's Uncovered Vol 2: Lemniscate - Looping Cello covers,Pop,Music,USD,2013-02-15,6000.00,2012-12-31 17:54:54,14804.71,successful,668,US,14804.71,14804.71,6000.00 +1013020050,Blue Buddy. Professional Counseling,Apps,Technology,USD,2015-01-21,18000.00,2014-11-22 19:20:04,10.00,failed,1,US,10.00,10.00,18000.00 +1013021535,TEYR Debut Album - Far From The Tree,Country & Folk,Music,GBP,2016-03-08,4000.00,2016-02-07 13:40:01,4343.00,successful,120,GB,6298.30,6207.12,5716.90 +1013022907,Handmade Shopping Channel TV Street Team,Television,Film & Video,USD,2014-09-24,5000.00,2014-08-25 18:09:11,3.00,failed,3,US,3.00,3.00,5000.00 +1013024401,Starion Files,Film & Video,Film & Video,USD,2011-07-16,10000.00,2011-06-09 19:18:45,0.00,failed,0,US,0.00,0.00,10000.00 +1013031233,The QuickSnap Replaceable Cat Scratcher - Feline Innovations,Product Design,Design,USD,2016-08-23,10000.00,2016-07-19 18:51:14,22167.00,successful,457,US,5004.00,22167.00,10000.00 +101303414,FARFLUNG - Sci-Fi Role-Play After Dark,Tabletop Games,Games,USD,2016-12-01,1475.00,2016-11-03 01:02:40,16423.00,successful,529,US,7483.00,16423.00,1475.00 +1013038004,Worlds Hardest Game 3D,Video Games,Games,NOK,2015-12-06,900.00,2015-11-16 18:35:28,680.00,failed,4,NO,78.36,78.06,103.32 +1013040611,¡Derecho A La Vivienda!/A Right to Housing! Bushwick Gazette,Print,Journalism,USD,2015-06-09,1000.00,2015-05-27 23:40:33,1125.00,successful,30,US,1125.00,1125.00,1000.00 +1013042028,Hard Ride Clothing (Canceled),Apparel,Fashion,USD,2014-08-20,15000.00,2014-07-21 21:08:24,0.00,canceled,0,US,0.00,0.00,15000.00 +1013046013,Gravel Kings EP 2013,Country & Folk,Music,USD,2013-02-27,600.00,2013-01-30 01:51:40,679.00,successful,29,US,679.00,679.00,600.00 +1013055913,1 DAY LEFT - David Rothschild Debut EP,Country & Folk,Music,USD,2015-01-23,4000.00,2014-12-23 01:06:55,5088.00,successful,79,US,5088.00,5088.00,4000.00 +1013077529,Twice Fallen Movie,Shorts,Film & Video,USD,2011-09-05,10000.00,2011-07-07 20:43:22,50.00,failed,1,US,50.00,50.00,10000.00 +1013078852,Say Kimchi! Korean Food Comic,Comics,Comics,USD,2012-09-20,1500.00,2012-08-21 16:07:55,1755.00,successful,75,US,1755.00,1755.00,1500.00 +1013082969,Wargame Tabletops,Tabletop Games,Games,USD,2015-09-06,8000.00,2015-08-07 05:35:42,0.00,failed,0,US,0.00,0.00,8000.00 +"1013083729,""Jason McGuire Trio """"Tres Ratones Ciegos"""""",World Music,Music,USD,2015-11-12,10900.00,2015-10-06 22:59:09,15125.00,successful,105,US,15125.00,15125.00,10900.00" +1013086297,HIDEOUS PLASTIC - In stores everyone can hear you scream,Nonfiction,Publishing,AUD,2017-04-30,25000.00,2017-03-01 10:55:16,5670.00,failed,49,AU,192.17,4190.07,18474.73 +1013090893,The Hiking Initiative Hits the Road,Web,Journalism,USD,2017-01-19,1000.00,2016-11-20 04:18:52,52.00,failed,10,US,1.00,52.00,1000.00 +1013106890,Fluke - The Wealth Building Game of Accidental Inventions,Tabletop Games,Games,USD,2012-01-04,5000.00,2011-12-03 14:57:28,885.00,failed,8,US,885.00,885.00,5000.00 +1013109821,I don't like names (Suspended),Nonfiction,Publishing,USD,2014-08-20,11.00,2014-07-21 16:29:20,0.00,suspended,0,US,0.00,0.00,11.00 +1013110276,Crochet by butterfly (Canceled),Crochet,Crafts,USD,2015-04-24,200.00,2015-03-25 21:03:48,25.00,canceled,1,US,25.00,25.00,200.00 +1013111154,Guilin Bike Stand (Canceled),Product Design,Design,USD,2012-07-29,75000.00,2012-06-20 06:20:50,9051.00,canceled,39,US,9051.00,9051.00,75000.00 +1013115913,The Frontier Deck,Playing Cards,Games,USD,2014-07-08,28500.00,2014-06-05 18:01:45,29730.00,successful,620,US,29730.00,29730.00,28500.00 +1013118405,Cultivate Brilliance Clothing,Fashion,Fashion,USD,2014-10-31,1000.00,2014-10-01 19:32:23,1225.00,successful,21,US,1225.00,1225.00,1000.00 +10131266,Battle Tank Defence,Video Games,Games,GBP,2015-03-12,10000.00,2015-02-10 12:48:02,60.00,failed,4,GB,91.51,88.69,14780.87 +1013133208,Broken Biscuits - Fund my new tote bag design idea,Crafts,Crafts,GBP,2013-11-08,155.00,2013-09-24 21:19:10,91.00,failed,6,GB,145.82,146.33,249.24 +1013137829,Make 100: Little Landscapes,Art,Art,USD,2017-03-01,500.00,2017-01-30 19:07:13,550.00,successful,21,US,200.00,550.00,500.00 +1013147824,GORDON'S GRILL BBQ SAUCE,Small Batch,Food,USD,2014-08-08,15000.00,2014-07-09 19:02:34,10.00,failed,1,US,10.00,10.00,15000.00 +1013157280,MyTree Networking Site - Paint the Portrait of Your Life,Web,Technology,USD,2014-08-07,135000.00,2014-07-08 18:43:12,52.00,failed,6,US,52.00,52.00,135000.00 +1013161175,Project BABYSTEPS - Making ArtByCoylo a reality,Painting,Art,GBP,2015-04-10,3000.00,2015-02-09 02:51:16,45.00,failed,1,GB,68.59,65.66,4377.39 +1013165730,Full length album by Friends of the Jitney,Indie Rock,Music,USD,2011-02-28,3300.00,2011-01-26 05:57:22,920.00,failed,23,US,920.00,920.00,3300.00 +1013175256,Henlen: The Interchangeable Smartwatch,Product Design,Design,USD,2016-06-05,100000.00,2016-05-05 15:59:50,26271.00,failed,119,US,26271.00,26271.00,100000.00 +1013176158,So Far from Story Street: A Novel,Fiction,Publishing,USD,2012-11-25,3000.00,2012-10-26 17:15:01,3106.00,successful,17,US,3106.00,3106.00,3000.00 +1013179595,Sundays. A film about our future.,Narrative Film,Film & Video,USD,2012-07-20,50000.00,2012-06-14 11:18:22,51237.19,successful,425,US,51237.19,51237.19,50000.00 +"1013186170,""Pure, hand-poured, Canadian made, soy candles"",Candles,Crafts,CAD,2015-04-01,5000.00,2015-03-02 22:37:29,0.00,failed,0,CA,0.00,0.00,3954.44" +1013187774,Global Empowerment Project,Film & Video,Film & Video,USD,2015-05-15,25000.00,2015-03-16 20:12:34,27149.00,successful,215,US,27149.00,27149.00,25000.00 +1013189957,Tshirts & Other Treats,Apparel,Fashion,USD,2014-05-30,10000.00,2014-05-09 01:16:07,0.00,failed,0,US,0.00,0.00,10000.00 +1013190848,Iconic Wildflowers of the National Parks,Technology,Technology,USD,2012-05-20,7000.00,2012-03-21 06:36:51,373.00,failed,7,US,373.00,373.00,7000.00 +"1013208395,""NovA's """"The New Black"""" - A New Kind of Album"",Hip-Hop,Music,USD,2011-02-04,5000.00,2010-12-21 21:39:58,525.00,failed,2,US,525.00,525.00,5000.00" +1013211935,Justice Cammack's debut CD Last Goodbyes,Rock,Music,USD,2014-09-09,4500.00,2014-08-10 19:42:53,490.00,failed,16,US,490.00,490.00,4500.00 +1013227314,Missing Sibling 2013 Western US Tour,Indie Rock,Music,USD,2013-04-03,2500.00,2013-03-04 18:42:32,525.00,failed,7,US,525.00,525.00,2500.00 +1013228070,wedoo game - tabletop team culture transformation,Tabletop Games,Games,SEK,2015-01-24,10000.00,2014-11-30 14:29:50,2120.00,failed,12,SE,284.68,256.02,1207.64 +1013236914,By The Hand of His Grace,Fiction,Publishing,USD,2015-09-15,550.00,2015-08-17 18:28:34,10.00,failed,1,US,10.00,10.00,550.00 +101324219,Jr's Swim School for special needs,Architecture,Design,USD,2017-12-25,75000.00,2017-11-02 17:17:38,381.00,failed,11,US,146.00,381.00,75000.00 +"1013243732,""GROND """" Kallok of the Urughukai"""" Book One"",Comics,Comics,USD,2016-04-07,2300.00,2016-02-22 03:06:46,2774.00,successful,88,US,2774.00,2774.00,2300.00" +1013245029,Project is cancelled !!! (Canceled),Software,Technology,EUR,2016-01-07,10000.00,2015-12-08 23:06:48,0.00,canceled,0,DE,0.00,0.00,10860.95 +1013247303,Pressure Gas Lantern Reflective Globe,Technology,Technology,USD,2015-09-16,20000.00,2015-08-17 20:27:02,73.00,failed,3,US,73.00,73.00,20000.00 +1013247763,LavenderBear - Aromatic handmade teddy filled with lavender,Knitting,Crafts,EUR,2017-11-14,2500.00,2017-10-15 21:53:27,595.00,failed,14,DE,271.87,701.80,2948.74 +1013253084,Nouvelle Ere : un projet transmedia,Film & Video,Film & Video,EUR,2016-06-19,15000.00,2016-04-20 11:11:49,198.00,failed,5,FR,224.11,219.11,16598.98 +1013256750,CB South Marching Band Documentary Film,Documentary,Film & Video,USD,2013-07-26,3500.00,2013-06-06 18:48:42,3810.00,successful,80,US,3810.00,3810.00,3500.00 +"1013264780,""Day of Wrath """"Indy Feature Film"""""",Narrative Film,Film & Video,USD,2011-05-21,2000.00,2011-04-21 22:19:50,0.00,failed,0,US,0.00,0.00,2000.00" +1013265353,Pterofin - Wind/water power using natural energy currents.,Sculpture,Art,USD,2013-02-09,25000.00,2013-01-10 20:39:16,3798.00,failed,64,US,3798.00,3798.00,25000.00 +101327397,Mondo Fly Fishing - Unique Rods & Reels,Product Design,Design,USD,2017-09-20,15000.00,2017-08-21 15:33:46,19484.00,successful,38,US,4039.00,19484.00,15000.00 +1013286507,Why are you waiting? Spend Less Time in Line!,Apps,Technology,USD,2014-10-17,10000.00,2014-09-17 19:46:31,0.00,failed,0,US,0.00,0.00,10000.00 +1013291461,nmbr – Keype it Quick,Gadgets,Technology,USD,2017-09-01,4500.00,2017-08-02 18:44:41,444.00,canceled,24,US,16.00,444.00,4500.00 +1013293788,The Olivia Darlings present… An Aquatic Arts Revival!,Public Art,Art,USD,2013-06-17,10000.00,2013-05-15 21:42:19,3135.00,failed,88,US,3135.00,3135.00,10000.00 +1013301995,Bab(a/y)lon Rising: Media Art Mystic Rock-n-Roll Deep South,Art,Art,USD,2013-04-16,4000.00,2013-03-07 20:48:29,5192.13,successful,64,US,5192.13,5192.13,4000.00 +1013303827,Xavii's Upcoming Tour and Album Release Fundraiser!!!,Music,Music,USD,2012-06-14,450.00,2012-05-15 01:40:18,455.00,successful,29,US,455.00,455.00,450.00 +1013308308,One Bad Thing,Shorts,Film & Video,USD,2011-10-12,10000.00,2011-09-10 22:11:19,10050.00,successful,32,US,10050.00,10050.00,10000.00 +1013308411,Scottish Diaspora's John Muir-Still Documentary Wood Prints,People,Photography,GBP,2016-06-24,6000.00,2016-05-25 03:28:09,50.00,canceled,2,GB,72.55,68.52,8222.44 +1013310008,Walkin' Miles in my Shoes . . . you should come too!,Country & Folk,Music,USD,2013-11-10,3500.00,2013-10-11 06:03:54,4408.00,successful,50,US,4408.00,4408.00,3500.00 +1013311145,Telemetry Goes On Tour,Indie Rock,Music,USD,2011-12-17,2000.00,2011-11-17 17:51:18,2175.00,successful,41,US,2175.00,2175.00,2000.00 +1013319840,A woman's world and a man in-between,Publishing,Publishing,GBP,2017-01-31,4000.00,2016-12-27 21:21:05,200.00,failed,10,GB,142.44,249.75,4995.07 +1013324797,Shadowgirls Season One Hardcover,Comics,Comics,USD,2011-03-02,1200.00,2011-01-31 04:21:37,2075.00,successful,34,US,2075.00,2075.00,1200.00 +1013326103,Kreativ - A Cooperative Workspace,Art,Art,USD,2011-04-04,3000.00,2011-03-04 02:41:32,3235.67,successful,69,US,3235.67,3235.67,3000.00 +1013328423,AGENT 88 - THE WEB SERIES,Webseries,Film & Video,USD,2012-08-09,88000.00,2012-07-10 05:50:23,104701.12,successful,561,US,104701.12,104701.12,88000.00 +1013331139,Know This! with Ariana - Online Talk Show,Webseries,Film & Video,USD,2011-04-21,3500.00,2011-03-21 04:53:41,155.00,failed,4,US,155.00,155.00,3500.00 +1013351102,Buona Foto. (Suspended),Places,Photography,USD,2015-04-14,7500.00,2015-02-13 03:06:49,0.00,suspended,0,US,0.00,0.00,7500.00 +101336613,I am Thankful,Publishing,Publishing,USD,2018-02-06,3500.00,2017-12-08 18:19:48,50.00,live,1,US,50.00,50.00,3500.00 +1013367956,Original High School Dance Production: Nutcracker '41,Performances,Dance,USD,2014-11-08,1700.00,2014-09-24 03:01:13,2191.00,successful,15,US,2191.00,2191.00,1700.00 +1013369499,Don't go to Sleep: a story based on sleep paralysis,Horror,Film & Video,USD,2014-09-17,15000.00,2014-08-18 22:12:10,0.00,failed,0,US,0.00,0.00,15000.00 +1013373332,Kipod Creative DIY Wooden Toys : POM POM ANIMALS,Product Design,Design,CAD,2015-05-04,30000.00,2015-03-25 07:05:51,13794.00,failed,177,CA,10999.47,11397.17,24787.24 +1013374901,My Nine To Five (365 songs in 365 days),Music,Music,USD,2010-11-22,16000.00,2010-10-08 02:26:38,4769.54,failed,133,US,4769.54,4769.54,16000.00 +1013376278,Edwin Channels records second CD: Jeremiah 29.11,Music,Music,USD,2012-06-23,3000.00,2012-05-26 15:28:25,25.00,failed,1,US,25.00,25.00,3000.00 +1013378450,Alelna Quiala debut album: Soulmatics,Music,Music,USD,2011-09-10,23000.00,2011-07-22 07:03:30,1226.33,failed,19,US,1226.33,1226.33,23000.00 +"1013378925,""eGroov - First All Road, All-Wheel Drive Electric Scooter"",Product Design,Design,EUR,2015-11-13,59000.00,2015-09-29 19:48:26,27234.00,canceled,20,FR,30484.43,29314.76,63507.78" +1013384671,Tidal Tikes - Kids will LOVE to clean up!,Gadgets,Technology,USD,2017-12-22,25000.00,2017-10-23 23:35:20,181.00,failed,6,US,84.00,181.00,25000.00 +1013385092,Helpeddle,Technology,Technology,USD,2015-06-14,210000.00,2015-05-05 19:57:43,46.00,failed,6,US,46.00,46.00,210000.00 +1013385248,CYMBELINE - British rebellion in Downtown Durham,Theater,Theater,USD,2014-03-14,1500.00,2014-02-11 18:27:32,1787.00,successful,46,US,1787.00,1787.00,1500.00 +1013385948,Seraphina Bistro,Restaurants,Food,USD,2015-08-27,1000.00,2015-07-28 18:37:40,1085.00,successful,12,US,1085.00,1085.00,1000.00 +"1013389538,Make admission to the London Music Awards ceremony free!,Music,Music,CAD,2015-06-09,3500.00,2015-05-10 15:22:18,207.00,undefined,0,""N,0"""""",,168.25,2844.83" +1013390389,Unwinnable Weekly,Periodicals,Publishing,USD,2014-04-18,35000.00,2014-03-17 22:30:33,38890.36,successful,931,US,38890.36,38890.36,35000.00 +1013391683,Running of the Leaves convention 2014,Art,Art,USD,2014-04-29,2000.00,2014-02-28 11:19:53,2225.00,successful,37,US,2225.00,2225.00,2000.00 +1013395779,Using the Moral Imagination to STOP Harmful Behavior,Academic,Publishing,USD,2016-07-14,250.00,2016-06-14 16:40:14,1.00,failed,1,US,0.00,1.00,250.00 +1013401579,Snarky Scouts (at Crafty Bastards craft fair),Letterpress,Crafts,USD,2014-08-13,2900.00,2014-07-30 22:29:00,2992.00,successful,81,US,2992.00,2992.00,2900.00 +"1013403770,""Miss Suzy's Steamboat T-shirts & prints, for adults and kids"",Fashion,Fashion,USD,2015-10-09,150.00,2015-09-09 21:00:48,41.00,failed,3,US,41.00,41.00,150.00" +1013408690,Cmoar Virtual Reality Headset with integrated electronics,Hardware,Technology,USD,2015-03-30,100000.00,2015-02-13 20:31:59,120249.00,successful,539,US,120249.00,120249.00,100000.00 +1013411047,NanoClear: revolutionary fouling protection for aquariums,Technology,Technology,USD,2017-04-13,2000.00,2017-03-14 11:01:22,2075.00,successful,106,US,255.00,2075.00,2000.00 +1013414412,creat(i)ve (resist)ance,Art,Art,USD,2016-07-10,2500.00,2016-06-10 22:25:12,62.00,failed,2,US,62.00,62.00,2500.00 +1013415248,Sailor Guardian Planetary Bow Hard Enamel Pins,Accessories,Fashion,USD,2017-10-23,1500.00,2017-09-23 04:09:29,246.00,failed,9,US,65.00,246.00,1500.00 +1013415482,The rise of Myanmar's contemporary art,Film & Video,Film & Video,GBP,2014-06-27,450.00,2014-05-28 12:18:33,1.00,failed,1,GB,1.69,1.70,766.47 +1013418953,Rats The Movie,Film & Video,Film & Video,USD,2017-07-01,1200.00,2017-05-20 21:56:11,80.00,failed,2,US,80.00,80.00,1200.00 +1013420161,Living the Dream,Fiction,Publishing,USD,2015-09-20,18000.00,2015-08-21 02:47:10,0.00,failed,0,US,0.00,0.00,18000.00 +1013426137,Affinity mobile app/site: Nut/Peanut-Free,Apps,Technology,USD,2014-10-20,25000.00,2014-10-01 17:07:20,216.00,failed,9,US,216.00,216.00,25000.00 +"1013429244,""""""Them Guys"""" - The 21st Century version of Seinfeld!"",Webseries,Film & Video,USD,2011-06-06,750.00,2011-04-28 20:08:21,5.00,failed,1,US,5.00,5.00,750.00" +1013442531,What’s so Bunny?: A Card Game of Massive Bunny Reproduction,Games,Games,CAD,2015-09-25,40000.00,2015-08-26 18:33:32,0.00,canceled,0,CA,0.00,0.00,30045.82 +"1013447191,""...Place, or Thing"",Photography,Photography,USD,2013-06-23,200.00,2013-05-24 01:26:06,292.00,successful,10,US,292.00,292.00,200.00" +"1013448393,JR Magazine,Publishing,Publishing,USD,2015-08-13,1500.00,2015-07-14 23:47:10,0.00,undefined,0,""N,0"""""",,0.00,1500.00" +101345177,Join the Confetti Palooza,Crafts,Crafts,USD,2015-06-20,1000.00,2015-06-13 02:16:03,50.00,failed,4,US,50.00,50.00,1000.00 +1013454832,Book One: The Great Scrolls,Fiction,Publishing,USD,2014-06-05,550.00,2014-05-06 14:58:24,560.00,successful,7,US,560.00,560.00,550.00 +1013460627,Cast & Place: City of Dreams Pavilion,Architecture,Design,USD,2017-03-28,30000.00,2017-02-27 20:07:44,31448.50,successful,261,US,781.00,31448.50,30000.00 +1013464840,In need of studio equipment videos an distribution resources,Hip-Hop,Music,USD,2015-02-23,3700.00,2015-01-24 04:14:51,3.00,failed,3,US,3.00,3.00,3700.00 +1013465063,Welcome To Undershaw - Sherlock's Home,Publishing,Publishing,GBP,2016-09-04,500.00,2016-08-15 17:16:00,821.00,successful,32,GB,135.67,1094.04,666.28 +1013466522,'What Was Felt Back Then' A poetry anthology by Liam Fleming,Poetry,Publishing,CAD,2017-10-08,700.00,2017-09-26 06:43:31,1023.00,successful,30,CA,46.22,818.47,560.04 +1013477509,Caught at the Edge,Fiction,Publishing,USD,2014-07-11,4000.00,2014-06-11 02:07:49,0.00,failed,0,US,0.00,0.00,4000.00 +1013481997,RiVE: Technology for Distraction-Free Driving,Hardware,Technology,USD,2017-05-19,25000.00,2017-04-19 02:00:11,29273.50,successful,189,US,16535.00,29273.50,25000.00 +1013487714,Broadcast your event live online with a network TV look,Technology,Technology,USD,2014-09-24,47000.00,2014-08-15 12:35:06,0.00,failed,0,US,0.00,0.00,47000.00 +1013491047,The Sickness: Book 1,Fiction,Publishing,USD,2012-08-14,100000.00,2012-06-15 22:41:12,0.00,failed,0,US,0.00,0.00,100000.00 +1013495191,DEAD BLOOD,Comics,Comics,USD,2012-04-21,10000.00,2012-03-07 23:26:51,945.00,failed,10,US,945.00,945.00,10000.00 +1013495358,Help Halloween Carol get going (Canceled),Horror,Film & Video,USD,2015-06-25,700.00,2015-05-26 21:40:55,0.00,canceled,0,US,0.00,0.00,700.00 +1013498866,Enter the Moon,Fiction,Publishing,USD,2013-11-18,9600.00,2013-10-04 19:18:19,355.00,failed,11,US,355.00,355.00,9600.00 +"1013499846,""""""Bity"""" - Bitcoin app for iOS"",Technology,Technology,AUD,2014-06-29,7000.00,2014-06-15 02:14:05,5.00,failed,1,AU,4.71,4.68,6546.34" +101350028,C A S T L E K I N G S Magazine,Publishing,Publishing,USD,2014-03-15,15000.00,2014-02-13 16:34:06,2287.00,failed,32,US,2287.00,2287.00,15000.00 +1013503401,Potjie,Drama,Film & Video,GBP,2015-01-01,4500.00,2014-12-02 18:10:13,4843.00,successful,67,GB,7560.32,7477.46,6947.88 +1013505713,Christia's Couture Mobile Boutique,Apparel,Fashion,USD,2016-05-21,6500.00,2016-04-06 22:22:54,70.00,failed,1,US,70.00,70.00,6500.00 +1013507159,Pyramyd - The Game of Life,Tabletop Games,Games,EUR,2016-08-30,39000.00,2016-08-03 19:57:34,3101.00,canceled,35,IT,0.00,3470.93,43652.48 +1013526951,if... Pen,Gadgets,Technology,AUD,2016-07-29,65000.00,2016-06-13 16:00:25,32383.00,failed,227,AU,17774.23,24344.46,48864.83 +1013535993,Hornskov København - Handmade custom furfelt hats.,Accessories,Fashion,DKK,2015-07-01,50000.00,2015-06-01 19:30:06,75000.00,successful,50,DK,11045.09,11154.41,7436.27 +101353700,CATCH WILD is recording their OFFICIAL debut EP!,Rock,Music,USD,2011-07-20,3000.00,2011-05-21 23:34:42,4921.00,successful,45,US,4921.00,4921.00,3000.00 +101353888,Neighbors,Shorts,Film & Video,USD,2017-05-19,8000.00,2017-04-19 02:58:43,8335.00,successful,104,US,1690.00,8335.00,8000.00 +1013539499,Hitch Hammock,Product Design,Design,USD,2016-05-11,10000.00,2016-04-11 22:50:02,737.00,failed,7,US,737.00,737.00,10000.00 +1013547328,Signant Online,Video Games,Games,USD,2014-08-14,6000.00,2014-07-15 17:42:04,55.00,failed,2,US,55.00,55.00,6000.00 +1013547987,Help Pat The Human Get A Tour Van!,Rock,Music,USD,2011-05-31,1000.00,2011-05-16 19:50:01,1273.00,successful,28,US,1273.00,1273.00,1000.00 +1013549181,The Way of Seeming,Thrillers,Film & Video,USD,2015-06-23,38500.00,2015-05-21 07:28:11,2028.00,failed,16,US,2028.00,2028.00,38500.00 +1013550096,VIVID SSD: Ultra Fast & Portable Solid State Drive in Colour,Gadgets,Technology,AUD,2016-01-17,20000.00,2015-12-16 15:18:38,26708.00,successful,75,AU,19413.24,18768.80,14054.81 +1013550788,Steeping Pace,Performances,Dance,USD,2015-09-19,1000.00,2015-08-20 19:47:02,220.00,failed,5,US,220.00,220.00,1000.00 +1013553084,Hero Keeper (Canceled),Video Games,Games,GBP,2014-06-12,2000.00,2014-05-13 00:07:08,60.00,canceled,6,GB,101.11,101.77,3392.42 +1013556447,Let's get Wild Boy Hot Sauce into the Stores!,Small Batch,Food,USD,2014-06-27,5500.00,2014-05-28 11:37:09,367.00,failed,13,US,367.00,367.00,5500.00 +1013557476,Love/Hate: The Game 2015 (Canceled),Video Games,Games,EUR,2015-04-11,50000.00,2015-02-10 23:58:44,102.00,canceled,3,IE,115.61,110.30,54069.84 +1013579625,Elu: Book One 8000 BCE,Fiction,Publishing,USD,2014-09-25,1200.00,2014-08-26 14:05:41,5.00,failed,1,US,5.00,5.00,1200.00 +1013589243,Witching Hour Webseries (Canceled),Comedy,Film & Video,USD,2015-09-08,8000.00,2015-08-09 23:51:50,5699.21,canceled,119,US,5699.21,5699.21,8000.00 +1013590699,Southern Exposure: Men of Key West,Fine Art,Photography,USD,2016-07-10,18325.00,2016-06-06 22:41:15,3143.00,failed,33,US,3018.00,3143.00,18325.00 +1013606032,The Havel Collection,Translations,Publishing,USD,2012-11-09,2000.00,2012-10-09 16:05:49,2170.00,successful,35,US,2170.00,2170.00,2000.00 +1013612018,Forsaken Life,Video Games,Games,USD,2014-11-06,1000.00,2014-10-07 08:43:32,1585.00,successful,30,US,1585.00,1585.00,1000.00 +1013616350,Prospect Denim Co- Launch the Collection (Canceled),Fashion,Fashion,USD,2014-10-31,15000.00,2014-09-29 21:31:19,1229.00,canceled,11,US,1229.00,1229.00,15000.00 +1013617287,Hyundai Elantra Phone Holder,Product Design,Design,CAD,2014-03-30,3500.00,2014-01-29 15:52:31,46.00,failed,3,CA,41.48,41.73,3175.47 +1013619184,Arrow Up Outfitters,Apparel,Fashion,USD,2016-11-16,20000.00,2016-10-17 17:35:42,385.00,failed,8,US,0.00,385.00,20000.00 +1013630127,Helping out a poor photographer (Canceled),Photography,Photography,GBP,2015-05-16,500.00,2015-04-16 09:00:05,0.00,canceled,0,GB,0.00,0.00,782.01 +1013632147,Meemoes: no cost fix for global warming and the environment.,Web,Technology,AUD,2014-09-16,70000.00,2014-08-07 04:55:26,11.00,failed,2,AU,10.25,9.87,62819.71 +101363482,The Life Cube V2 at Burning Man,Public Art,Art,USD,2012-08-18,10000.00,2012-07-05 23:40:06,11513.00,successful,618,US,11513.00,11513.00,10000.00 +1013636471,The Bond,Shorts,Film & Video,USD,2013-05-16,10000.00,2013-04-15 17:00:35,15095.00,successful,216,US,15095.00,15095.00,10000.00 +1013644321,The Line Collection - Uncompromising Everyday Watches,Product Design,Design,GBP,2016-08-25,15000.00,2016-07-26 10:03:07,30867.00,successful,254,GB,2064.91,40782.97,19818.72 +1013661120,Bicycle Disc Brake Tab Attachment Fixture/jig,Fabrication Tools,Technology,CAD,2015-03-22,2500.00,2015-02-20 20:56:29,1005.00,failed,6,CA,808.11,803.42,1998.56 +101367606,PURITY BOOKMARKS - Heavy Linen Edition | Minimalist design,Product Design,Design,EUR,2017-01-02,7000.00,2016-12-12 20:14:09,14.00,canceled,1,AT,14.79,14.82,7412.27 +1013679672,Bao-B-Q Mobile Food,Food,Food,USD,2013-05-22,4500.00,2013-04-22 14:20:15,290.00,failed,9,US,290.00,290.00,4500.00 +1013680688,Exotic Custom Wooden Pens!,Woodworking,Crafts,CAD,2016-03-02,800.00,2016-02-01 04:31:08,3790.00,successful,41,CA,2709.26,2824.99,596.30 +101368510,EyeSpeak: Beyond Communication,Wearables,Technology,USD,2014-07-16,115000.00,2014-06-16 12:36:24,128181.89,successful,658,US,128181.89,128181.89,115000.00 +1013687062,AEthermancy (Æthermancy),Tabletop Games,Games,USD,2013-10-12,4750.00,2013-09-12 23:30:50,5066.72,successful,83,US,5066.72,5066.72,4750.00 +1013687630,Clash Fighter - Hyper Fast Real Time Fighting Game,Tabletop Games,Games,USD,2014-11-03,9000.00,2014-10-02 17:19:46,9148.00,successful,54,US,9148.00,9148.00,9000.00 +1013688970,Strawberry Pie,Food,Food,USD,2014-08-27,100.00,2014-07-28 19:49:47,0.00,failed,0,US,0.00,0.00,100.00 +101369165,Spitting Distance,Metal,Music,USD,2015-05-28,2000.00,2015-04-28 20:30:56,44.00,failed,2,US,44.00,44.00,2000.00 +1013693136,'Lunar Attraction' - Stop Motion Animated Short Film,Animation,Film & Video,GBP,2013-07-22,18000.00,2013-06-12 11:20:48,15111.00,failed,73,GB,23541.56,23270.60,27719.60 +10137007,Saali & The Ravenhearts,Music,Music,CAD,2014-12-25,19000.00,2014-11-25 18:31:28,450.00,failed,20,CA,400.74,385.21,16264.34 +1013702796,Code Red Music,Pop,Music,USD,2014-12-11,2000.00,2014-11-11 21:41:19,170.00,failed,4,US,170.00,170.00,2000.00 +1013704008,GASHCAT: Our Van is a Thirsty One,Indie Rock,Music,USD,2011-11-07,2000.00,2011-10-06 04:06:52,744.00,failed,15,US,744.00,744.00,2000.00 +1013709829,Everette Hartsoe's RAZOR: SCARS GRAPHIC NOVEL,Comics,Comics,USD,2013-07-01,999.00,2013-05-30 17:32:05,26759.00,successful,263,US,26759.00,26759.00,999.00 +1013715797,Gretchen E. Henderson's The House Enters the Street,Fiction,Publishing,USD,2012-07-04,1500.00,2012-06-02 20:24:52,1540.00,successful,34,US,1540.00,1540.00,1500.00 +1013728452,The Unconditional Album Project,Music,Music,USD,2014-03-05,15000.00,2014-02-03 06:34:29,1935.00,failed,6,US,1935.00,1935.00,15000.00 +1013741727,Subtle Body Immersion™ - A Mixed Media Art Project,Art,Art,USD,2011-09-09,6000.00,2011-07-26 05:08:44,225.00,failed,6,US,225.00,225.00,6000.00 +1013752325,WBSK-LP Basketball Radio,Technology,Technology,USD,2017-03-05,17000.00,2017-02-01 00:10:35,10.00,failed,1,US,0.00,10.00,17000.00 +1013753996,BlackBook4 Magazine,Photobooks,Photography,USD,2015-06-13,20000.00,2015-04-14 05:47:37,0.00,failed,0,US,0.00,0.00,20000.00 +"1013754926,""Come and """"Get Some""""! (Take Two)"",Webseries,Film & Video,USD,2010-12-16,5000.00,2010-11-16 04:19:01,5171.00,successful,48,US,5171.00,5171.00,5000.00" +1013770585,Solar Sound - A speaker powered by the sun,Sound,Technology,DKK,2015-03-11,1000.00,2015-02-09 22:21:31,15.00,failed,3,DK,2.28,2.13,141.73 +"1013775582,""shoot the short: """"un chismecito"""" or """"a little gossip"""""",Shorts,Film & Video,USD,2013-07-03,14000.00,2013-06-26 00:59:27,6630.00,failed,50,US,6630.00,6630.00,14000.00" +1013780162,Fiesta Equestria Friday and Saturday Night Concerts,Electronic Music,Music,USD,2013-03-23,8000.00,2013-02-20 01:36:04,11386.00,successful,49,US,11386.00,11386.00,8000.00 +1013783768,Novlr. Novel writing. Simply.,Software,Technology,GBP,2014-10-07,20000.00,2014-09-16 21:32:36,8873.77,failed,151,GB,14415.25,14228.31,32068.24 +1013804450,Denim Gym & Martial Arts Bag,Fashion,Fashion,SGD,2017-11-19,20000.00,2017-10-20 04:58:09,232.00,failed,4,SG,141.02,172.36,14858.84 +1013807369,Colonel Drummer And The Jelly Bean That Lost Its Bounce,Children's Books,Publishing,GBP,2014-11-19,2000.00,2014-10-20 13:47:12,20.00,failed,1,GB,32.18,31.36,3136.47 +1013809635,Yourwebcomics.com: an innovative webcomic community site.,Comics,Comics,USD,2011-12-01,12000.00,2011-11-01 03:00:32,0.00,failed,0,US,0.00,0.00,12000.00 +1013812374,Support a Project for the SonicLABS ((8)) Biennial,Digital Art,Art,USD,2017-09-15,2000.00,2017-08-17 15:05:22,21.00,failed,2,US,0.00,21.00,2000.00 +1013820110,The Art of Lighane,Illustration,Art,EUR,2016-10-01,3000.00,2016-09-01 19:01:18,4338.00,successful,97,DE,976.18,4832.51,3341.99 +1013854404,SERENDIP Spring Season 2013 DANCE or BUST!,Dance,Dance,USD,2013-04-30,1000.00,2013-03-05 20:28:22,1297.00,successful,22,US,1297.00,1297.00,1000.00 +1013856925,A paperback on the importance of family.,Publishing,Publishing,USD,2014-08-24,7000.00,2014-07-24 09:02:38,1.00,failed,1,US,1.00,1.00,7000.00 +1013870132,FIGHT LIKE A GIRL - Zolita's Next Music Video,Music Videos,Film & Video,USD,2017-04-14,5000.00,2017-03-30 22:48:39,1141.24,failed,29,US,366.00,1141.24,5000.00 +1013877535,Po!nt Game Controller,Gaming Hardware,Games,EUR,2016-02-27,250000.00,2015-12-29 01:44:18,845.00,failed,13,NL,927.15,926.96,274249.11 +"101387763,""Vegan Athletes Book - Expert Tips, Interviews & More!"",Vegan,Food,AUD,2015-11-21,10000.00,2015-10-22 23:07:24,6097.00,failed,144,AU,4432.11,4391.39,7202.54" +1013885573,The Penance of the Eagle,Documentary,Film & Video,USD,2011-07-29,14800.00,2011-06-14 14:23:04,15270.11,successful,65,US,15270.11,15270.11,14800.00 +1013893645,Building My Own Art Studio,Painting,Art,USD,2016-02-05,7000.00,2016-01-06 12:12:36,22.00,failed,3,US,22.00,22.00,7000.00 +1013919184,Help fund the printing of Katharos: The Shattered World,Comics,Comics,USD,2014-06-09,3000.00,2014-05-15 20:29:56,3077.00,successful,90,US,3077.00,3077.00,3000.00 +1013921884,Soulless,Comic Books,Comics,GBP,2017-11-07,200.00,2017-10-24 17:56:17,749.00,successful,76,GB,192.68,987.76,263.75 +1013923047,Spread the Spore! Fixing our Lab and Making a Workshop Space,Food,Food,USD,2016-12-15,25000.00,2016-11-15 22:12:39,25130.00,successful,130,US,276.00,25130.00,25000.00 +1013923506,FOREIGN KONCEPTS CARNIVAL. TAMPA . ORLANDO . MIAMI 2014,Performance Art,Art,USD,2014-05-03,4000.00,2014-04-03 18:48:24,0.00,canceled,0,US,0.00,0.00,4000.00 +1013929917,Tomorrow Jones,Comics,Comics,USD,2012-03-31,3600.00,2012-02-29 21:40:05,759.00,failed,49,US,759.00,759.00,3600.00 +1013934649,Continental Divide - a journey (Canceled),Fiction,Publishing,USD,2014-09-09,1000.00,2014-08-08 17:11:42,285.00,canceled,3,US,285.00,285.00,1000.00 +"1013935300,""NOISY LIGHTS part one, """"CAPTAIN FEROCE"""" the Concept Album !"",Music,Music,EUR,2016-03-03,50000.00,2016-02-02 14:24:18,2170.00,failed,3,FR,2353.91,2380.48,54849.82" +1013937522,Help fund The Pitchfork Disney @ The Nottingham New Theatre,Theater,Theater,GBP,2013-10-28,100.00,2013-10-12 12:12:17,101.00,successful,6,GB,161.42,161.16,159.57 +"101395214,""RESTORED MANSION , great food, FANTASTIC LOCATION"",Restaurants,Food,USD,2015-04-20,55000.00,2015-03-11 19:18:09,0.00,failed,0,US,0.00,0.00,55000.00" +1013953058,The 5 Day Workshirt-stink and stain resistant every day.,Product Design,Design,USD,2016-12-21,30000.00,2016-11-14 15:11:26,14274.00,canceled,201,US,4574.00,14274.00,30000.00 +101395376,The House Beautiful,Theater,Theater,GBP,2013-07-05,500.00,2013-05-26 18:54:56,50.00,failed,1,GB,75.65,74.85,748.54 +1013957162,ELEPHBO: Made by redesigned Cambodian cement bags,Accessories,Fashion,CHF,2016-07-10,20000.00,2016-06-04 14:10:42,34165.65,successful,206,CH,28468.33,34883.55,20420.25 +1013961121,Dysfunctional (Relaunch),Fiction,Publishing,USD,2017-01-01,75400.00,2016-12-01 20:10:41,0.00,failed,0,US,0.00,0.00,75400.00 +"1013966241,""Princess Eze's Debut Release - """"Light"""""",Music,Music,USD,2015-01-10,1000.00,2014-12-18 05:19:10,218.00,failed,10,US,218.00,218.00,1000.00" +1013970276,Terror Interceptor Mobile Video Game,Mobile Games,Games,USD,2014-11-26,5000.00,2014-09-27 01:55:00,11.00,failed,3,US,11.00,11.00,5000.00 +1013977072,Patter Fam Beef and Pork Rubs,Food,Food,USD,2012-12-04,5000.00,2012-11-04 19:37:11,1490.00,failed,44,US,1490.00,1490.00,5000.00 +1013987861,Tumble Mural Grows in Brooklyn,Public Art,Art,USD,2012-06-12,6500.00,2012-05-12 20:55:23,6687.00,successful,102,US,6687.00,6687.00,6500.00 +1013999702,This Is My Religion...The building of a lacrosse team.,Narrative Film,Film & Video,USD,2014-11-29,20000.00,2014-10-14 23:41:29,201.00,failed,3,US,201.00,201.00,20000.00 +1014012097,Candy From Strangers... Why not?,Food,Food,USD,2013-07-05,937.00,2013-06-05 04:48:32,210.00,failed,10,US,210.00,210.00,937.00 +1014022514,Bonnie Lemon,Food,Food,USD,2015-10-08,100000.00,2015-09-08 17:14:20,0.00,failed,0,US,0.00,0.00,100000.00 +1014036836,Join Our Journey: Public Art School Community Project,Public Art,Art,USD,2012-10-28,300.00,2012-10-22 18:50:57,300.00,successful,11,US,300.00,300.00,300.00 +1014042836,RALLY KOOIZE,Design,Design,USD,2015-04-05,400.00,2015-03-06 01:54:11,0.00,failed,0,US,0.00,0.00,400.00 +1014050357,Fantasy Revealed: End of the Modern world E-Book Novel,Fiction,Publishing,USD,2012-11-16,800.00,2012-09-29 01:23:23,25.00,failed,1,US,25.00,25.00,800.00 +1014062456,1/10 custom RC charity project,DIY Electronics,Technology,USD,2014-08-03,300.00,2014-07-14 19:23:48,162.00,failed,5,US,162.00,162.00,300.00 +101407199,Create Peace Projects Global Peace Exchange,Art,Art,USD,2010-12-25,5000.00,2010-12-17 22:54:37,6815.00,successful,79,US,6815.00,6815.00,5000.00 +"1014077376,Joseph in the Well's Debut EP - Indie String Pop,Music,Music,USD,2015-05-01,7500.00,2015-04-01 18:36:53,7705.00,undefined,0,""N,0"""""",,7705.00,7500.00" +1014087235,Shaktea Kombucha & Jack's Real Root Beer,Food,Food,USD,2013-08-05,30000.00,2013-06-18 22:02:24,21135.00,failed,127,US,21135.00,21135.00,30000.00 +"1014094330,Water Dissolving Book - Letting Go with Let Go Paper,Publishing,Publishing,CAD,2015-08-30,3000.00,2015-07-31 22:28:07,66.00,undefined,0,""N,0"""""",,49.89,2267.57" +1014095503,Blipper Bands - Safety wherever you go! - GPS Tracking Band,Gadgets,Technology,USD,2015-06-11,100000.00,2015-05-12 23:49:16,5066.00,failed,34,US,5066.00,5066.00,100000.00 +"1014100655,Iron Butterflies & Ugly Fish,Publishing,Publishing,USD,2015-04-15,5000.00,2015-02-14 20:03:56,10.00,undefined,0,""N,0"""""",,10.00,5000.00" +1014101413,Comic Geeks - A Web Series,Webseries,Film & Video,USD,2013-06-01,25000.00,2013-04-24 18:35:54,7040.00,failed,127,US,7040.00,7040.00,25000.00 +1014108305,The Empire Builders by Boris Vian,Theater,Theater,USD,2013-06-23,1000.00,2013-06-05 22:37:15,1023.00,successful,19,US,1023.00,1023.00,1000.00 +1014110420,Harvest Hut,Food,Food,AUD,2015-07-15,5000.00,2015-06-15 13:25:53,100.00,failed,1,AU,77.31,74.01,3700.69 +1014116653,Parasite Warz - A microscopic Real Time Strategy game,Video Games,Games,USD,2015-05-01,2000.00,2015-04-01 22:16:46,136.00,failed,11,US,136.00,136.00,2000.00 +1014123161,Beginning Our First Business Right (Canceled),Technology,Technology,USD,2014-12-16,800.00,2014-11-24 23:43:35,0.00,canceled,0,US,0.00,0.00,800.00 +1014124530,The Museum Of Camp,Web,Technology,USD,2014-12-24,12500.00,2014-10-25 16:49:11,0.00,failed,0,US,0.00,0.00,12500.00 +1014125729,iPin™: Laser Pointer + Wireless Presenter for iOS & Android,Technology,Technology,USD,2015-02-10,50000.00,2015-01-05 17:00:11,22064.00,canceled,448,US,22064.00,22064.00,50000.00 +1014129451,Love & Joy: An Orthodox Children's Calendar 2018,Calendars,Publishing,USD,2017-07-01,5750.00,2017-06-01 14:35:36,8131.00,successful,153,US,1534.00,8131.00,5750.00 +1014133501,Painting dance,Painting,Art,GBP,2016-10-16,3600.00,2016-09-16 22:27:40,4628.00,successful,73,GB,804.72,5640.46,4387.57 +1014139773,Luvloo Table Decals,Design,Design,USD,2012-01-05,3000.00,2011-11-06 19:48:37,791.00,failed,11,US,791.00,791.00,3000.00 +1014164299,Architecture Lobby presents San Precario Exhibition,Architecture,Design,USD,2014-08-12,1500.00,2014-07-22 18:17:21,2058.00,successful,46,US,2058.00,2058.00,1500.00 +"1014171516,""Awesome 'Possum, Volume 2"",Anthologies,Comics,USD,2015-10-14,3500.00,2015-09-14 18:03:41,3870.00,successful,119,US,3870.00,3870.00,3500.00" +"1014172784,""Adam Disaster Saga, you as a protagonist!"",Young Adult,Publishing,EUR,2017-03-28,5000.00,2017-01-27 15:09:01,61.00,failed,5,IT,0.00,65.21,5345.48" +1014178502,BHB PROJECT: Build Handmade Buffalo,Art,Art,USD,2014-03-17,3500.00,2014-02-24 20:16:45,3592.00,successful,115,US,3592.00,3592.00,3500.00 +1014185765,A photographic journey into Arctic research and culture.,Photo,Journalism,USD,2015-05-11,8000.00,2015-04-11 23:26:31,1305.00,canceled,27,US,1305.00,1305.00,8000.00 +1014187301,Tribs,Fiction,Publishing,USD,2014-03-17,20000.00,2014-02-15 13:24:45,50.00,failed,2,US,50.00,50.00,20000.00 +1014194961,Copper Rose,Sculpture,Art,USD,2014-09-27,1600.00,2014-08-27 19:05:01,20.00,failed,1,US,20.00,20.00,1600.00 +101419502,Midland Center for the Arts Venus in Fur at AACTFest 2017,Theater,Theater,USD,2017-04-15,3500.00,2017-03-08 22:57:17,3659.00,successful,62,US,0.00,3659.00,3500.00 +1014195859,100 Boomerangs - become a test pilot to help improve design,Product Design,Design,GBP,2013-09-20,5000.00,2013-08-21 05:09:18,110.00,canceled,3,GB,171.98,176.21,8009.74 +1014205679,All Rise: The Game With No Right Or Wrong Answers (Canceled),Mobile Games,Games,USD,2015-02-13,25000.00,2015-01-14 00:38:01,76.00,canceled,6,US,76.00,76.00,25000.00 +1014224916,Gomma Fashion: Laser Cut Accessories That Look Like A Tattoo,Fashion,Fashion,CAD,2014-01-18,7000.00,2013-11-19 20:23:45,8423.00,successful,147,CA,8072.60,7614.36,6327.97 +1014227114,Rise - The Quest for Physical Copies,Electronic Music,Music,CAD,2015-02-05,3000.00,2015-01-06 19:55:45,9793.25,successful,206,CA,8298.68,7869.22,2410.61 +1014231912,RETURN TO LOVE TOUR AND CD,World Music,Music,USD,2012-03-14,20000.00,2012-02-13 10:22:55,0.00,failed,0,US,0.00,0.00,20000.00 +1014234027,Full Frontal Nerdity DVD,Comedy,Film & Video,GBP,2014-12-04,3500.00,2014-11-03 10:21:43,13092.31,successful,421,GB,20940.73,20536.31,5490.02 +1014234055,Drawing pictures of cute animals doing awesome things.,Art,Art,USD,2014-08-14,100.00,2014-07-15 21:32:57,10.00,failed,2,US,10.00,10.00,100.00 +"1014239653,""Trumpet & Piano Chamber Music, Joe Foley & Bonnie Anderson"",Classical Music,Music,USD,2013-11-16,5000.00,2013-10-10 17:19:16,5364.00,successful,86,US,5364.00,5364.00,5000.00" +"1014243202,""The Op Shop. A roving, experimental art program in Hyde Park, Chicago."",Art,Art,USD,2010-09-22,2600.00,2010-08-08 06:37:54,2970.00,successful,59,US,2970.00,2970.00,2600.00" +"1014243887,""The girl, the bike and the dream (Canceled)"",Documentary,Film & Video,GBP,2013-07-12,5000.00,2013-06-12 23:42:11,10.00,canceled,1,GB,15.58,15.11,7554.24" +1014247407,Launch a local independent author's teen novel (Canceled),Young Adult,Publishing,CAD,2014-08-09,5000.00,2014-07-26 00:31:22,200.00,canceled,1,CA,186.26,183.49,4587.16 +1014247553,A photoessay book about living well with bipolar disorder.,Art Books,Publishing,USD,2009-10-30,1135.00,2009-08-20 01:51:02,1495.00,successful,31,US,1495.00,1495.00,1135.00 +1014261525,Delivery: A Short Film,Shorts,Film & Video,USD,2014-03-23,350.00,2014-03-04 21:01:54,555.00,successful,22,US,555.00,555.00,350.00 +1014263473,Big Wild World,Theater,Theater,GBP,2013-05-29,2000.00,2013-04-19 23:31:25,2372.00,successful,59,GB,3617.29,3613.93,3047.15 +1014270761,Darth Bootleg,Conceptual Art,Art,USD,2014-10-17,100.00,2014-09-17 22:45:09,445.00,successful,12,US,445.00,445.00,100.00 +1014271818,Artifice: A Smartphone View,Art Books,Publishing,USD,2014-11-16,26000.00,2014-10-16 02:18:25,1080.00,failed,17,US,1080.00,1080.00,26000.00 +1014272616,Sports in slow motion,Webseries,Film & Video,USD,2013-11-16,6000.00,2013-10-17 23:36:01,861.00,failed,22,US,861.00,861.00,6000.00 +1014283380,Coxman - Season 2,Webseries,Film & Video,USD,2014-05-10,16000.00,2014-03-31 16:51:43,16001.00,successful,97,US,16001.00,16001.00,16000.00 +1014293092,Fully independent insurance comparison,Web,Technology,EUR,2016-12-31,10000.00,2016-12-16 18:37:08,0.00,failed,0,NL,0.00,0.00,10588.96 +1014294013,SolMate: A Smart and Beautiful Solar Powered iPhone Casing.,Product Design,Design,USD,2012-01-31,100000.00,2011-12-13 08:01:02,17982.00,canceled,137,US,17982.00,17982.00,100000.00 +1014300441,ZED emergency,Apps,Technology,AUD,2015-12-18,500000.00,2015-11-18 01:00:59,531.00,failed,4,AU,377.86,378.39,356303.00 +"1014310639,""Studio Time, First [EP] & Guitar Giveaway - James Dwyer"",Music,Music,USD,2012-07-21,12000.00,2012-06-21 23:37:47,0.00,failed,0,US,0.00,0.00,12000.00" +1014315497,Kickstart our Root Cellar. Feed our community!,Farms,Food,USD,2015-07-15,25000.00,2015-06-15 15:00:31,13412.00,failed,173,US,13412.00,13412.00,25000.00 +101431778,Left at House!,Games,Games,USD,2011-04-11,491.00,2011-03-02 02:14:16,0.00,failed,0,US,0.00,0.00,491.00 +"1014328412,""""""JESTER AT LARGE"""" off-Broadway with hoaxer Alan Abel"",Theater,Theater,USD,2011-10-27,100000.00,2011-08-28 04:42:33,26.00,failed,1,US,26.00,26.00,100000.00" +1014332091,The Paul Polanski Project,Comedy,Film & Video,USD,2015-11-16,50000.00,2015-10-16 01:20:09,11191.00,failed,37,US,11191.00,11191.00,50000.00 +1014333611,Take Me With You,Science Fiction,Film & Video,USD,2014-07-31,11000.00,2014-07-01 16:59:09,13330.00,successful,173,US,13330.00,13330.00,11000.00 +1014345968,The Southside Strangler,Film & Video,Film & Video,USD,2014-11-22,75000.00,2014-09-23 20:17:20,58.00,failed,2,US,58.00,58.00,75000.00 +1014346802,Bears Brewing Co.,Drinks,Food,USD,2015-02-21,50000.00,2015-01-22 05:07:02,328.00,failed,9,US,328.00,328.00,50000.00 +1014356333,Who Shit In My Cat,Tabletop Games,Games,USD,2017-01-11,31000.00,2016-12-07 00:03:52,6503.00,failed,186,US,1724.00,6503.00,31000.00 +1014358539,Sourceology: Love is Consciousness,Nonfiction,Publishing,USD,2013-08-16,20000.00,2013-06-18 21:57:50,40.00,failed,1,US,40.00,40.00,20000.00 +1014359222,Iron Atrocity v.2,Music,Music,USD,2012-03-16,2500.00,2012-02-15 11:41:32,2514.83,successful,47,US,2514.83,2514.83,2500.00 +"1014370148,""Clear Conscience + You = NEW ALBUM """"Native Jane"""""",World Music,Music,USD,2012-03-03,6500.00,2012-02-02 10:49:02,2139.00,failed,59,US,2139.00,2139.00,6500.00" +1014374717,Patrick and Cris Make A Movie (and you get a copy),Narrative Film,Film & Video,USD,2010-07-25,50000.00,2010-06-04 19:17:02,5558.00,failed,42,US,5558.00,5558.00,50000.00 +101437480,[ours] Hyper-Localization of Sustainable Architecture,Nonfiction,Publishing,USD,2012-08-31,10000.00,2012-07-29 18:42:05,10311.00,successful,62,US,10311.00,10311.00,10000.00 +1014375612,Zona's Icelandic Fiber Residency,Textiles,Art,USD,2014-08-14,5000.00,2014-07-15 20:46:17,330.00,failed,7,US,330.00,330.00,5000.00 +1014375793,The Rough & Tumble,Graphic Novels,Comics,USD,2014-08-30,10000.00,2014-07-31 07:26:24,11355.01,successful,259,US,11355.01,11355.01,10000.00 +1014376016,Mobile App Application mobile So-ÜDRIV sharing community,Apps,Technology,CAD,2016-12-02,20000.00,2016-10-03 09:25:34,20.00,canceled,1,CA,0.00,15.03,15034.20 +1014376113,Green Thumb Juice - Juicing for Health - Reboot Approved!!!,Food Trucks,Food,CAD,2014-07-06,25000.00,2014-06-06 00:11:57,815.00,failed,15,CA,745.91,765.91,23494.03 +1014382498,MAGNETIC - A psychological sci-fi feature film,Narrative Film,Film & Video,USD,2013-10-23,7200.00,2013-09-25 07:21:37,10791.38,successful,262,US,10791.38,10791.38,7200.00 +1014386816,GPS for ADHD,Technology,Technology,USD,2014-09-27,75000.00,2014-08-28 16:02:18,180.00,failed,5,US,180.00,180.00,75000.00 +"1014386872,""""""Las Aventuras de Pasión"""" Come On An Adventure With Me!"",World Music,Music,USD,2012-02-14,10000.00,2012-01-10 07:13:30,7381.00,failed,68,US,7381.00,7381.00,10000.00" +1014389764,Design - Lichtschalter und Steckdosen für Fußballfans,Product Design,Design,EUR,2015-08-21,10000.00,2015-08-01 12:01:36,84.00,failed,4,DE,91.90,94.76,11280.95 +1014390208,The Willamette Valley Story,Documentary,Film & Video,USD,2015-05-15,1000.00,2015-04-02 16:46:41,0.00,failed,0,US,0.00,0.00,1000.00 +1014397131,Big trouble in My little World EP,Music,Music,USD,2016-02-03,450.00,2016-01-17 01:26:30,0.00,failed,0,US,0.00,0.00,450.00 +1014411511,DriftKit- travel lightly,Product Design,Design,USD,2016-06-02,30000.00,2016-05-03 13:30:59,4912.00,failed,64,US,4912.00,4912.00,30000.00 +1014422659,Nathanial Tarrant's Debut Album,Pop,Music,AUD,2014-08-31,15000.00,2014-08-01 12:23:26,225.00,failed,6,AU,209.90,210.71,14047.57 +1014428469,Asain Carp to Hydroponic Fertilizer / Animal Feed Supplement,Technology,Technology,USD,2015-04-12,190000.00,2015-02-11 22:28:48,0.00,failed,0,US,0.00,0.00,190000.00 +1014457718,Musik i Film,Music,Music,SEK,2017-04-30,1000.00,2017-03-29 12:57:32,8170.00,successful,32,SE,108.16,924.50,113.16 +1014458284,Music from Saharan Cellphones Volume 2 LP,World Music,Music,USD,2012-09-12,4000.00,2012-08-13 19:08:19,4390.21,successful,267,US,4390.21,4390.21,4000.00 +101446102,Wake Me When It's Over,Publishing,Publishing,USD,2012-03-01,5000.00,2012-01-30 18:19:56,5686.00,successful,78,US,5686.00,5686.00,5000.00 +1014481653,Turn to the Earth: contemplations of beauty,Photography,Photography,USD,2012-05-26,200.00,2012-05-04 02:57:02,86.00,failed,6,US,86.00,86.00,200.00 +1014481975,a Shot for Adventure,Film & Video,Film & Video,USD,2012-02-16,6000.00,2012-01-17 00:32:13,125.00,failed,9,US,125.00,125.00,6000.00 +1014484600,The Bike House coop 'zine,Nonfiction,Publishing,USD,2011-06-23,700.00,2011-06-11 06:05:25,1027.00,successful,25,US,1027.00,1027.00,700.00 +"1014499773,""Fist of Jesus' """"Once Upon a Time in Jerusalem"""" (Canceled)"",Film & Video,Film & Video,USD,2014-05-03,150000.00,2014-03-19 13:32:49,28066.51,canceled,383,US,28066.51,28066.51,150000.00" +1014499981,Hornhautentferner aus Ton,Pottery,Crafts,EUR,2017-02-28,300.00,2017-01-30 21:23:30,27.00,failed,3,DE,0.00,28.53,316.95 +1014502066,Baba Banda Singh Bahadur-The Game,Games,Games,AUD,2016-04-05,125000.00,2016-03-17 19:32:42,0.00,failed,0,AU,0.00,0.00,94119.42 +1014504468,Supersonic Festival 2015,Music,Music,GBP,2015-03-14,20000.00,2015-02-12 16:58:40,21220.00,successful,256,GB,32362.16,31518.28,29706.21 +1014505870,Mt Rainier Sculpted Collectible Home Decor,Sculpture,Art,USD,2014-10-01,14770.00,2014-08-28 08:32:53,6.00,failed,2,US,6.00,6.00,14770.00 +1014518705,Eduin and the Golden Scepter of the Incas,Narrative Film,Film & Video,USD,2012-06-06,39000.00,2012-05-03 15:10:19,28026.00,failed,104,US,28026.00,28026.00,39000.00 +1014523997,PlayOn (Suspended),Music,Music,USD,2016-04-30,20000.00,2016-03-31 19:06:04,0.00,suspended,0,US,0.00,0.00,20000.00 +101453305,HOLOS - Symbol for One Humanity,Public Art,Art,USD,2014-11-03,50000.00,2014-10-02 09:03:50,5391.00,failed,52,US,5391.00,5391.00,50000.00 +"101453314,Social Media Ruined My Life; A Short Film from Adam S Curtis,Shorts,Film & Video,USD,2013-03-14,3000.00,2013-02-25 21:11:57,3035.00,successful,42,US,3035.00,3035.00,3000.00" +"101453652,""""""The Naked Pixel"""" Fine Art Nudes collection. 3rd addition"",Photobooks,Photography,USD,2015-01-11,300.00,2014-12-12 19:21:57,125.00,failed,8,US,125.00,125.00,300.00" +1014569071,Search For Love Lost,Film & Video,Film & Video,USD,2011-12-18,25000.00,2011-11-18 22:49:54,25.00,failed,1,US,25.00,25.00,25000.00 +1014577403,Rock Paper Books - 30 artists reimagining the classics,Publishing,Publishing,USD,2016-03-18,20000.00,2016-02-23 15:16:58,25855.00,successful,395,US,25855.00,25855.00,20000.00 +1014585959,2VIDA LAUNCH - TURNING PASSIONATE ART DREAMS IN2 A LIFESTYLE,Public Art,Art,USD,2014-07-25,5000.00,2014-06-20 21:19:20,0.00,failed,0,US,0.00,0.00,5000.00 +1014610497,THE HUNT FOR A WITCH WITH LYME DISEASE,Print,Journalism,USD,2014-07-25,3000.00,2014-06-25 19:59:47,86.00,failed,8,US,86.00,86.00,3000.00 +1014610768,Of Gods and Men #1,Comic Books,Comics,USD,2016-08-18,3500.00,2016-07-19 01:00:08,3584.00,successful,77,US,950.00,3584.00,3500.00 +1014620304,3E - Be the Chooser of your own Adventurous Path,Comics,Comics,CAD,2014-01-08,9000.00,2013-12-09 21:34:28,2416.00,failed,43,CA,2270.72,2221.40,8275.10 +1014632933,Dungeonmans: The Heroic Adventure Roguelike,Video Games,Games,USD,2013-08-03,35000.00,2013-07-03 17:59:32,43155.01,successful,1468,US,43155.01,43155.01,35000.00 +1014638056,The Second Annual Women Sports Film Festival,Festivals,Film & Video,USD,2017-07-20,25000.00,2017-06-20 14:31:33,27080.00,successful,389,US,7760.00,27080.00,25000.00 +1014638860,Drag Seeker - Showcasing The Art of Drag,People,Photography,USD,2014-10-21,6800.00,2014-09-24 05:11:03,6856.00,successful,113,US,6856.00,6856.00,6800.00 +101466029,MITCH Collective Printing Press,Art,Art,USD,2011-07-24,3000.00,2011-06-09 18:05:31,3801.00,successful,85,US,3801.00,3801.00,3000.00 +1014671117,Chinese Zodiac (Constellation) Enamel Pin Series #2,Art,Art,USD,2017-09-09,906.00,2017-08-10 19:00:11,5192.00,successful,132,US,3410.00,5192.00,906.00 +1014677242,STOPPING DOMINOES - A NOVEL,Fiction,Publishing,USD,2017-09-03,8000.00,2017-07-25 01:10:50,0.00,failed,0,US,0.00,0.00,8000.00 +1014680652,Stories of the Maine Somali,People,Photography,USD,2015-02-14,5400.00,2015-01-15 04:45:32,394.00,failed,7,US,394.00,394.00,5400.00 +"1014685231,""""""Interlude"""" - A Hanafuda Card Deck by Kelly McKernan"",Playing Cards,Games,USD,2017-11-09,18500.00,2017-10-10 16:30:39,26126.00,successful,529,US,4900.00,26126.00,18500.00" +1014686065,Publish Poor Millionaires by Nathan Roberts & Michael Kimpur,Nonfiction,Publishing,USD,2014-08-09,5000.00,2014-07-07 04:53:18,5294.00,successful,75,US,5294.00,5294.00,5000.00 +1014692209,Orin Acute Universal Joint And Inot Ball Lock,Gadgets,Technology,CAD,2015-05-08,1000.00,2015-03-31 23:35:22,80.00,failed,5,CA,63.40,66.10,826.24 +1014694874,( BullyTube ),Web,Journalism,USD,2014-07-24,50000.00,2014-06-24 05:41:26,10.00,failed,1,US,10.00,10.00,50000.00 +1014696126,Paradise University Season 5,Webseries,Film & Video,USD,2017-01-06,10.00,2016-12-07 21:10:52,890.00,successful,3,US,0.00,890.00,10.00 +1014702475,Dead Film Society,Television,Film & Video,USD,2016-09-09,18000.00,2016-07-31 18:40:18,1820.50,failed,30,US,40.00,1820.50,18000.00 +1014708315,CREME DE LA CREME the artisan jam born at the Farmers Market,Food,Food,USD,2016-09-06,5000.00,2016-08-02 04:24:14,5209.00,successful,33,US,1410.00,5209.00,5000.00 +1014721567,CySec - Alliance Website,Technology,Technology,EUR,2015-06-30,200.00,2015-05-23 19:52:50,1.00,failed,1,DE,1.11,1.11,221.92 +1014722794,Audio Killer (Canceled),Horror,Film & Video,USD,2016-04-24,250000.00,2016-03-25 22:39:37,0.00,canceled,0,US,0.00,0.00,250000.00 +101472383,ArtPrize 2014 - Gun Lake,Painting,Art,USD,2014-07-25,800.00,2014-06-25 20:00:37,0.00,failed,0,US,0.00,0.00,800.00 +1014726603,Mr. Babes Needs A New Studio (& Maybe Even A Showroom),Painting,Art,USD,2016-04-04,4000.00,2016-03-14 22:59:21,0.00,failed,0,US,0.00,0.00,4000.00 +1014738284,EMBER wear Ski and Snow Sport Heated Gloves and Mittens,Wearables,Technology,GBP,2016-01-10,20000.00,2015-11-16 19:25:00,2550.00,failed,23,GB,3884.93,3654.71,28664.38 +1014739191,Wind - A Short Film,Narrative Film,Film & Video,USD,2015-03-20,600.00,2015-02-24 23:01:12,629.00,successful,10,US,629.00,629.00,600.00 +1014746686,Salt of the Earth: A Dead Sea Movie (Canceled),Film & Video,Film & Video,USD,2010-09-15,5000.00,1970-01-01 01:00:00,0.00,canceled,0,US,0.00,0.00,5000.00 +1014750154,SPEKTRA...A NEW ADVENTURE NOVEL,Fiction,Publishing,USD,2012-06-20,3000.00,2012-05-21 18:38:49,900.00,failed,16,US,900.00,900.00,3000.00 +"1014756598,""LIVING COLOR - A Black and White, Silent Film"",Shorts,Film & Video,USD,2014-07-06,6500.00,2014-05-28 06:29:36,635.00,failed,5,US,635.00,635.00,6500.00" +"1014767016,""Pasta Flyer:Traditional Italian,Japanese Style(Gluten Free!)"",Restaurants,Food,USD,2014-07-05,85000.00,2014-06-10 16:02:37,89300.22,successful,450,US,89300.22,89300.22,85000.00" +1014776957,Go for Gold! - An exhibition about the 2012 Olympic Games,Art,Art,USD,2012-07-27,2000.00,2012-07-12 18:02:37,2075.00,successful,22,US,2075.00,2075.00,2000.00 +1014781470,B.Bold B.Happy B.Small - New Record Project,Music,Music,USD,2014-07-02,13000.00,2014-06-02 18:39:19,13065.66,successful,86,US,13065.66,13065.66,13000.00 +1014793723,The Patricia Hope Story,Documentary,Film & Video,USD,2014-11-21,200000.00,2014-10-07 20:52:27,150.00,failed,2,US,150.00,150.00,200000.00 +1014800259,GORE VIDAL: The United States of Amnesia,Documentary,Film & Video,USD,2013-05-12,30000.00,2013-04-12 01:53:43,30123.00,successful,82,US,30123.00,30123.00,30000.00 +1014806881,Artesanías a mano Elizabet medina,Weaving,Crafts,MXN,2017-12-26,600.00,2017-11-10 01:44:44,0.00,failed,0,MX,0.00,0.00,30.41 +"1014812399,""Emily Branton """"There Is A Season"""""",Music,Music,USD,2016-08-28,5000.00,2016-07-29 04:24:19,437.00,failed,11,US,269.00,437.00,5000.00" +1014813411,YUMMA WEAR BY INTEGRESS INDUSTRIES INC. - ATHLETICA APPAREL,Apparel,Fashion,CAD,2018-02-01,200000.00,2017-12-28 00:15:18,50.00,live,1,CA,39.32,39.94,159757.17 +1014819105,Grandma Mabel's Chocolate Candy Kit,Food,Food,CAD,2017-01-04,40851.00,2016-12-01 06:16:24,3778.00,failed,47,CA,33.48,2849.60,30812.34 +1014826692,Sativinia Larp,Live Games,Games,GBP,2016-06-23,750.00,2016-05-24 14:55:37,50.00,failed,1,GB,72.55,68.52,1027.81 +1014836520,Dexmo: an exoskeleton for you to touch the digital world,Robots,Technology,USD,2014-11-23,200000.00,2014-10-24 21:59:13,55165.00,canceled,368,US,55165.00,55165.00,200000.00 +101483724,The Advent Storybook,Children's Books,Publishing,USD,2018-01-04,18500.00,2017-12-04 13:32:13,7554.00,live,85,US,784.00,7554.00,18500.00 +1014847992,Marines Vigil,Publishing,Publishing,USD,2012-04-24,25000.00,2012-02-24 23:26:42,270.00,failed,6,US,270.00,270.00,25000.00 +1014853432,Clip Calendar - Nature of the Shetland Islands,Nature,Photography,GBP,2015-11-15,1000.00,2015-10-26 13:53:45,1117.00,successful,42,GB,1710.50,1703.06,1524.67 +1014860443,Highways Idaho,Webseries,Film & Video,USD,2012-05-14,250.00,2012-04-30 23:13:00,0.00,failed,0,US,0.00,0.00,250.00 +1014865233,Midlands Movies Awards Event 2018,Festivals,Film & Video,GBP,2017-10-20,1000.00,2017-09-20 13:36:04,1050.00,successful,40,GB,135.18,1384.57,1318.63 +1014872232,LENOX,Theater,Theater,USD,2017-01-21,2000.00,2016-11-22 06:15:10,126.00,failed,8,US,0.00,126.00,2000.00 +101487250,Ember: the Magical Card Game,Tabletop Games,Games,GBP,2016-04-05,5000.00,2016-03-16 13:02:17,5775.50,successful,276,GB,8245.72,8129.24,7037.69 +1014876025,Cut Throat Freak Show in Edinburgh for the Fringe Festival!,Theater,Theater,USD,2012-07-08,300.00,2012-06-08 05:16:11,660.00,successful,11,US,660.00,660.00,300.00 +1014876408,Paperless Daily Operations & Jumpstart App/Portal,Apps,Technology,USD,2016-05-07,100000.00,2016-04-07 22:17:48,0.00,failed,0,US,0.00,0.00,100000.00 +1014878737,Lantern Kite - Safer Sky Lanterns,Product Design,Design,USD,2017-10-04,2000.00,2017-09-04 19:48:49,545.00,failed,15,US,50.00,545.00,2000.00 +101487901,The Productive,Digital Art,Art,USD,2012-01-12,10000.00,2011-12-14 17:54:24,10601.00,successful,94,US,10601.00,10601.00,10000.00 +1014879549,Election Rally - it's your turn to say your word (Canceled),Mobile Games,Games,GBP,2014-08-28,2000.00,2014-07-29 17:22:37,0.00,canceled,0,GB,0.00,0.00,3316.47 +1014882047,BLACKOUT,Theater,Theater,USD,2013-09-10,2000.00,2013-08-11 02:58:45,4135.00,successful,59,US,4135.00,4135.00,2000.00 +1014883524,Kim Jordan: Uncommon,Music,Music,USD,2012-04-04,17000.00,2012-02-29 03:02:45,3926.00,failed,45,US,3926.00,3926.00,17000.00 +1014885129,FROM THE GROUND UP,Music,Music,USD,2012-04-30,15000.00,2012-03-17 02:06:33,16231.22,successful,257,US,16231.22,16231.22,15000.00 +1014890448,Commodore Inn Sign Restoration Project,Mixed Media,Art,USD,2012-11-15,6000.00,2012-10-16 15:39:22,1487.00,failed,34,US,1487.00,1487.00,6000.00 +1014891898,One (The Godslayer Cycle Volume 1) Trade Paperback,Fiction,Publishing,USD,2012-03-03,5000.00,2012-02-02 21:59:00,10.00,failed,1,US,10.00,10.00,5000.00 +1014894092,Cubs: an Original Work,Plays,Theater,USD,2016-06-16,800.00,2016-06-02 07:58:09,875.00,successful,19,US,875.00,875.00,800.00 +1014904934,Laptop Mobile Game Console.,Mobile Games,Games,USD,2015-10-10,10000.00,2015-09-10 16:20:36,0.00,failed,0,US,0.00,0.00,10000.00 +101490755,Snowbroken (Canceled),Video Games,Games,CAD,2015-03-12,6500.00,2015-02-10 02:59:07,558.00,canceled,21,CA,445.46,438.20,5104.44 +1014911259,Uncorrupted Smut,Digital Art,Art,USD,2012-03-24,500.00,2012-02-24 00:47:12,773.00,successful,20,US,773.00,773.00,500.00 +1014911572,NIKKA - Your Digital Strongbox for Smart Security,Hardware,Technology,GBP,2014-11-24,30000.00,2014-10-26 18:26:00,1256.00,failed,9,GB,2020.78,1971.40,47087.63 +"1014923965,5 Ate 6 Productions,Film & Video,Film & Video,USD,2014-10-30,2000.00,2014-09-16 05:50:06,426.00,undefined,0,""N,0"""""",,426.00,2000.00" +1014927478,Fate of Persephone,Video Games,Games,USD,2016-11-20,1000.00,2016-10-21 06:36:25,209.00,failed,8,US,0.00,209.00,1000.00 +1014928963,Con Quién Andas - A Short Film,Shorts,Film & Video,USD,2012-05-11,4500.00,2012-04-11 00:40:45,4575.02,successful,46,US,4575.02,4575.02,4500.00 +1014934150,CYCLOPS,Theater,Theater,USD,2014-04-02,5000.00,2014-03-03 21:14:58,5177.00,successful,80,US,5177.00,5177.00,5000.00 +1014937664,Hummingbirds 2015 Calendar,Animals,Photography,USD,2014-10-08,200.00,2014-09-08 21:18:52,201.00,successful,8,US,201.00,201.00,200.00 +1014950961,Window,Shorts,Film & Video,USD,2011-11-20,13000.00,2011-10-06 21:24:23,2270.00,failed,16,US,2270.00,2270.00,13000.00 +"1014951236,""""""Balloon Man"""" Film"",Documentary,Film & Video,USD,2015-02-23,100000.00,2015-01-24 21:16:06,64.00,failed,5,US,64.00,64.00,100000.00" +"101495807,""Anime, manga, cosplay, costumes, LARPing, event center etc!"",Animation,Film & Video,USD,2015-05-25,20000.00,2015-04-10 19:39:41,0.00,failed,0,US,0.00,0.00,20000.00" +1014960767,The Hidden Treasure of New York. A photography art book,Photography,Photography,USD,2013-03-20,15000.00,2013-02-13 18:17:33,1.00,failed,1,US,1.00,1.00,15000.00 +1014962865,Bring The Big Cheese to the Playa,Public Art,Art,USD,2016-08-05,1000.00,2016-07-06 08:28:00,1113.00,successful,11,US,170.00,1113.00,1000.00 +101497047,Vindication: (May You live in) Interesting Times,Comics,Comics,USD,2015-07-01,3000.00,2015-05-22 21:48:23,3200.00,successful,79,US,3200.00,3200.00,3000.00 +101497198,Make-it-Yourself Sketching Lucida. Learn to Draw (Canceled),Interactive Design,Design,CAD,2015-09-09,24000.00,2015-07-20 19:29:32,960.00,canceled,16,CA,740.05,723.82,18095.45 +"1014979928,""""""Time, Served"""" - a portraiture exhibition."",Photography,Photography,GBP,2017-08-02,2000.00,2017-07-03 20:33:09,71.00,canceled,5,GB,92.48,93.34,2629.16" +1014980169,Just Cool Me (Canceled),Web,Technology,USD,2015-05-04,25000.00,2015-04-13 22:17:01,0.00,canceled,0,US,0.00,0.00,25000.00 +1014982951,Freedom Through Art | Drawings That Inspire,Illustration,Art,USD,2018-01-06,300.00,2017-12-07 19:27:15,65.00,live,4,US,22.00,65.00,300.00 +"1014983448,""""""Dancing With The Man In The Moon"""""",Rock,Music,USD,2013-06-18,1000.00,2013-05-20 01:30:06,350.00,failed,5,US,350.00,350.00,1000.00" +"101498404,""THE BROKEN ROBOTS NEXT ALBUM, """"THE ORBIT OF NIBIRU"""""",Music,Music,USD,2012-02-02,1500.00,2011-12-04 02:10:07,60.00,failed,3,US,60.00,60.00,1500.00" +1014989482,ILLUMINATION BLUEMINATTI,Documentary,Film & Video,USD,2013-04-13,20000.00,2013-02-12 09:22:54,0.00,failed,0,US,0.00,0.00,20000.00 +1014993943,Nevermind: Biofeedback Horror Game,Video Games,Games,USD,2014-11-03,75000.00,2014-10-08 20:56:02,76525.55,successful,1526,US,76525.55,76525.55,75000.00 +1015003252,Theo’s Grievance,Shorts,Film & Video,USD,2013-08-10,1550.00,2013-07-20 07:10:15,1600.00,successful,18,US,1600.00,1600.00,1550.00 +"1015003938,""A Far Off Land, A Fate RPG in Two Worlds"",Tabletop Games,Games,USD,2017-11-26,4000.00,2017-10-24 09:08:49,4641.00,successful,185,US,203.00,4641.00,4000.00" +"1015005872,""Little Free Libraries, Staunton VA"",Crafts,Crafts,USD,2014-08-27,260.00,2014-07-28 18:54:32,375.00,successful,36,US,375.00,375.00,260.00" +"1015006738,""""""Juke Your Mind"""" 2012 Mixed Media Exhibit"",Mixed Media,Art,USD,2012-01-28,10000.00,2011-12-29 18:35:44,13.00,failed,2,US,13.00,13.00,10000.00" +1015006792,Anime Resurrection creates Phoenix Risen manga,Graphic Novels,Comics,USD,2016-02-23,30000.00,2016-01-24 20:42:22,25.00,failed,3,US,25.00,25.00,30000.00 +1015011611,PROJECT CANCLED (Canceled),Art,Art,USD,2012-09-02,2000.00,2012-08-03 19:51:05,0.00,canceled,0,US,0.00,0.00,2000.00 +"1015013202,""Corporate Speak: An illustrated, humorous book of phrases"",Publishing,Publishing,USD,2014-07-16,8500.00,2014-06-26 14:42:12,20.00,failed,2,US,20.00,20.00,8500.00" +1015024630,Garden@Home – The new concept for urban gardening,Product Design,Design,CAD,2014-12-12,115000.00,2014-10-23 10:10:33,747.00,failed,13,CA,665.29,645.08,99309.15 +"1015024764,""Solomon Douglas plays at Lindy Dojo, Boston"",Jazz,Music,USD,2011-05-23,250.00,2011-05-07 09:57:55,400.00,successful,27,US,400.00,400.00,250.00" +1015025388,Gypsy Trails Gallery,Art,Art,USD,2012-09-22,30000.00,2012-07-24 20:13:06,7332.00,failed,89,US,7332.00,7332.00,30000.00 +1015025522,The Pen from Space - INFINITY,Product Design,Design,GBP,2016-05-04,10000.00,2016-03-29 19:00:03,24639.00,successful,437,GB,34797.01,35707.14,14492.12 +1015025906,The Realize The Dream Project! A NEW EP and my first TOUR!,Music,Music,USD,2013-07-21,11000.00,2013-06-21 14:00:44,11415.44,successful,267,US,11415.44,11415.44,11000.00 +1015028279,Streetmatic: The Ultimate Driving Watch by Blacklist,Product Design,Design,USD,2015-11-30,99000.00,2015-11-03 01:09:43,38129.00,canceled,72,US,38129.00,38129.00,99000.00 +"1015030205,""""""Steam Roller"""" Portland's Steamed Cheeseburgers go mobile!"",Food,Food,USD,2010-12-11,5000.00,2010-10-26 22:36:25,760.00,failed,20,US,760.00,760.00,5000.00" +1015032515,Confederate Flag Memorial (Suspended),Architecture,Design,USD,2015-09-08,100000.00,2015-07-10 03:46:35,31.00,suspended,3,US,31.00,31.00,100000.00 +1015032604,A Peacock Among Pigeons,Children's Books,Publishing,USD,2015-04-24,5000.00,2015-03-22 17:22:58,7775.00,successful,102,US,7775.00,7775.00,5000.00 +101503406,Help to finish Junkyard Skatepark,Interactive Design,Design,GBP,2014-10-31,2000.00,2014-10-16 10:27:00,2129.00,successful,61,GB,3384.59,3399.87,3193.87 +1015036065,Help the Heligoats hit the road,Indie Rock,Music,USD,2012-09-03,4500.00,2012-08-04 07:53:55,6331.00,successful,119,US,6331.00,6331.00,4500.00 +1015036742,Launch the Gudger Hot Shop: Bring Hot Glass back to the Whit,Art,Art,USD,2014-09-01,10362.00,2014-08-01 22:10:44,10848.66,successful,85,US,10848.66,10848.66,10362.00 +"1015045443,Support Nadine's Musical Venture,Music,Music,USD,2015-06-01,2100.00,2015-04-08 20:05:33,2101.00,undefined,0,""N,0"""""",,2101.00,2100.00" +1015059619,Pommello Sweats – Athletic Wear that Elevates Performance,Product Design,Design,CAD,2017-12-08,10000.00,2017-10-24 18:03:49,4235.00,canceled,30,CA,1499.77,3299.31,7790.59 +1015061699,Building The Ultimate Drum Studio,Music,Music,USD,2015-07-16,30000.00,2015-06-16 05:49:54,30828.00,successful,136,US,30828.00,30828.00,30000.00 +1015065192,Put Pi in the Sky!,Narrative Film,Film & Video,USD,2011-06-08,15000.00,2011-04-09 18:58:12,250.00,failed,8,US,250.00,250.00,15000.00 +1015071175,Thermal Safe,Product Design,Design,USD,2015-06-10,2000000.00,2015-04-22 03:54:47,665.00,failed,8,US,665.00,665.00,2000000.00 +1015071296,Matrix Effects,Theater,Theater,GBP,2013-04-26,100000.00,2013-02-25 23:33:23,393.00,failed,11,GB,596.43,608.17,154750.85 +1015075727,mariachi madness,Comedy,Film & Video,USD,2016-07-27,4250.00,2016-06-27 23:53:23,4367.00,successful,74,US,2554.00,4367.00,4250.00 +1015084722,Bear In Mind's Debut EP!,Rock,Music,GBP,2014-07-09,5000.00,2014-06-09 18:31:09,0.00,failed,0,GB,0.00,0.00,8560.03 +1015092284,THEY DANCE FULL FEATURE FILM,Film & Video,Film & Video,USD,2013-08-31,20000.00,2013-08-01 04:13:23,43.00,failed,3,US,43.00,43.00,20000.00 +"1015096971,""""""Well-Done, The Wellness Manifesto"""""",Nonfiction,Publishing,USD,2013-07-11,26000.00,2013-06-11 15:34:43,4111.00,failed,54,US,4111.00,4111.00,26000.00" +1015100088,Mobile Irish Poker,Apps,Technology,USD,2017-10-09,10000.00,2017-09-09 02:18:25,30.00,failed,2,US,25.00,30.00,10000.00 +"1015105577,""Kensa | The Hexagonal Brass Pen, Adaptable to You."",Product Design,Design,GBP,2016-11-08,2500.00,2016-10-10 13:39:56,11807.50,successful,216,GB,72.12,14947.72,3164.88" +"1015111904,""""""Cathy's second chance"""", a book worth reading"",Nonfiction,Publishing,USD,2012-07-25,1500.00,2012-06-25 13:18:03,40.00,failed,2,US,40.00,40.00,1500.00" +1015113084,(Un)spoiled - SUPPORT A DOCUMENTARY FILM ON THE FIGHT FOR MONGOLIA'S NATURAL WEALTH!,Documentary,Film & Video,USD,2010-08-17,6000.00,2010-06-28 17:31:58,7122.00,successful,88,US,7122.00,7122.00,6000.00 +1015126877,THE JESTER FROM TRANSYLVANIA,Fantasy,Film & Video,EUR,2016-07-11,35000.00,2016-06-11 20:53:35,435.00,failed,5,DE,491.42,484.07,38948.18 +1015127032,Backpage Shawty - Episode 3 (Drama Series),Drama,Film & Video,USD,2017-04-19,100.00,2017-03-20 04:01:35,1.00,failed,1,US,0.00,1.00,100.00 +"1015144447,""Young Up And Coming Country Band """"Six String Crossing""""!"",Music,Music,USD,2012-07-28,5000.00,2012-06-28 18:38:59,75.00,failed,2,US,75.00,75.00,5000.00" +1015145283,Toasteroid- First APP Controlled Smart Image Toaster,Product Design,Design,USD,2016-09-19,150000.00,2016-08-07 18:35:28,187849.00,successful,1967,US,10141.00,187849.00,150000.00 +1015145331,Screen Printing Lodge - Business & Apparel,Mixed Media,Art,USD,2014-09-25,40000.00,2014-08-26 19:05:42,391.00,failed,9,US,391.00,391.00,40000.00 +1015164698,Handcrafted Vintage Jewelry,Jewelry,Fashion,USD,2015-07-05,2000.00,2015-06-15 21:47:59,0.00,failed,0,US,0.00,0.00,2000.00 +1015171688,Sea + Air Backpack | Timeless Design Meets Durability,Apparel,Fashion,USD,2015-11-28,10000.00,2015-11-02 17:33:35,2312.50,canceled,20,US,2312.50,2312.50,10000.00 +1015178174,Blackdot Co. The New Age Renaissance,Fashion,Fashion,USD,2015-12-25,50000.00,2015-11-25 01:20:47,0.00,failed,0,US,0.00,0.00,50000.00 +1015180373,Double Ought 7 Liberty Memorial Project,Photography,Photography,USD,2012-09-30,6000.00,2012-09-12 18:32:25,25.00,failed,1,US,25.00,25.00,6000.00 +1015184031,Days Of Dinosaurs: Debut Album,Indie Rock,Music,DKK,2015-12-27,13500.00,2015-11-15 16:55:35,15305.00,successful,54,DK,2209.59,2232.81,1969.48 +1015190919,Educational Film on Child Marriage,Documentary,Film & Video,USD,2017-09-19,891000.00,2017-07-21 00:33:26,11.00,failed,2,US,10.00,11.00,891000.00 +"1015200374,""WIFE presents """"Abaddon"""""",Dance,Dance,USD,2012-01-19,1500.00,2012-01-11 16:37:49,2287.00,successful,63,US,2287.00,2287.00,1500.00" +1015202050,Theater for the New South Production of WOYZECK,Theater,Theater,USD,2011-08-25,500.00,2011-07-22 17:46:16,794.58,successful,20,US,794.58,794.58,500.00 +1015202552,Kill The Artist Hype The Trash,Rock,Music,USD,2014-08-21,3500.00,2014-07-22 17:07:37,4320.00,successful,66,US,4320.00,4320.00,3500.00 +101520644,The Taste Of Revenge. Western Feature Film,Narrative Film,Film & Video,GBP,2013-10-25,174000.00,2013-09-25 11:02:31,2090.00,failed,15,GB,3351.59,3379.96,281394.03 +"1015210528,""A Work of Art - Short, indie horror film"",Shorts,Film & Video,GBP,2013-07-27,300.00,2013-06-27 23:52:43,0.00,failed,0,GB,0.00,0.00,454.57" +1015211590,Colorpoker with dice to 4-99 years,Games,Games,EUR,2016-04-14,1000.00,2016-03-14 23:29:57,0.00,failed,0,ES,0.00,0.00,1128.40 +1015213950,Meowberus Plush,Crafts,Crafts,USD,2016-10-28,3000.00,2016-10-03 15:30:10,467.00,failed,14,US,320.00,467.00,3000.00 +1015214555,PitBoss,Restaurants,Food,GBP,2016-04-22,10000.00,2016-02-22 16:06:26,1.00,failed,1,GB,1.44,1.44,14377.94 +1015216303,Support the Cockasian Food Truck,Food,Food,USD,2014-01-01,5000.00,2013-11-18 22:44:21,501.00,failed,14,US,501.00,501.00,5000.00 +1015224683,MONUMENTAL NEW BREAKTHROUGHS IN SCIENCE,Academic,Publishing,AUD,2014-07-31,55000.00,2014-06-20 03:38:28,987.00,failed,8,AU,922.18,916.18,51053.56 +1015224726,High School Garage Band Reunion Documentary Film,Documentary,Film & Video,USD,2013-04-06,15000.00,2013-03-07 23:58:38,0.00,failed,0,US,0.00,0.00,15000.00 +1015226607,Make a Record With The Tyler Justin Band,Rock,Music,USD,2011-09-22,8500.00,2011-08-23 17:22:52,1730.00,failed,16,US,1730.00,1730.00,8500.00 +1015237778,Potato Salad 2,Bacon,Food,USD,2014-08-16,9.00,2014-07-17 23:19:12,0.00,failed,0,US,0.00,0.00,9.00 +101524232,Plus1 Sportswear,Fashion,Fashion,USD,2016-06-25,42600.00,2016-05-11 16:49:14,1370.00,failed,5,US,1370.00,1370.00,42600.00 +"101525189,""""""Sky"""" Join us and let's kick off the series first pilot!"",Webseries,Film & Video,USD,2012-08-25,2500.00,2012-08-06 21:43:12,2945.00,successful,39,US,2945.00,2945.00,2500.00" +1015257822,Farmer Freddy,Farms,Food,USD,2015-03-21,30000.00,2015-02-19 15:21:49,1.00,failed,1,US,1.00,1.00,30000.00 +1015258682,Tenor Guitars Swing! Let's make a CD.,Jazz,Music,USD,2011-07-25,2000.00,2011-06-25 20:54:49,3224.00,successful,43,US,3224.00,3224.00,2000.00 +101526142,National Film Orchestra,Theater,Theater,GBP,2013-02-24,30000.00,2013-01-25 12:15:29,25.00,failed,1,GB,39.57,37.59,45102.61 +1015272190,Fiber Optic Athletic Gear: Revolutionizing Sports and Safety,Product Design,Design,USD,2013-05-03,18223.00,2013-03-22 14:49:45,29041.00,successful,444,US,29041.00,29041.00,18223.00 +1015274683,Kids Make Life Cool Clothes,Childrenswear,Fashion,USD,2014-08-01,2000.00,2014-07-22 22:42:18,5.00,failed,1,US,5.00,5.00,2000.00 +101527535,Worship Music/ Música para Adorar,Pop,Music,USD,2015-07-24,5000.00,2015-05-25 23:36:13,1.00,failed,1,US,1.00,1.00,5000.00 +1015284117,Bad Dreams: Volume 1,Comics,Comics,USD,2013-12-04,15000.00,2013-11-04 18:45:54,4283.00,failed,95,US,4283.00,4283.00,15000.00 +1015300589,Fallen Angel,Publishing,Publishing,USD,2017-02-24,25000.00,2017-01-25 00:53:39,0.00,canceled,0,US,0.00,0.00,25000.00 +1015308485,Olivia's solo EP,Faith,Music,USD,2016-05-07,2800.00,2016-04-07 21:06:28,50.00,failed,2,US,50.00,50.00,2800.00 +10153096,The Life in Aggro T-Shirt and Hoodie Print Project,Comics,Comics,USD,2012-01-24,4000.00,2011-12-21 05:30:00,5566.23,successful,68,US,5566.23,5566.23,4000.00 +1015317165,The Four Positions of the Holy Spirit,Nonfiction,Publishing,USD,2013-10-31,6000.00,2013-09-16 13:17:17,250.00,failed,1,US,250.00,250.00,6000.00 +1015335110,The Legend of Joan of Arc - A Classics in Miniature® Film,Animation,Film & Video,USD,2017-06-09,15000.00,2017-05-04 20:17:50,12225.00,failed,41,US,356.00,12225.00,15000.00 +1015339630,take it away from me (Photo Book),Photography,Photography,USD,2010-08-26,1400.00,2010-07-16 17:53:55,150.00,failed,2,US,150.00,150.00,1400.00 +101534073,Shop Pockets Utility Tool Vest - Change the way you work!,Wearables,Technology,USD,2015-05-04,50000.00,2015-03-30 15:17:30,806.00,failed,6,US,806.00,806.00,50000.00 +1015341816,Afraid of Dark,Documentary,Film & Video,USD,2014-05-09,15000.00,2014-04-09 15:00:22,16276.00,successful,198,US,16276.00,16276.00,15000.00 +1015351174,The Rovr Vest: A New Layer for Travel and Commute,Product Design,Design,USD,2017-01-02,8000.00,2016-12-09 19:02:01,3426.00,canceled,61,US,1769.00,3426.00,8000.00 +1015354341,Unimportant Conversations,Comics,Comics,USD,2012-04-30,1000.00,2012-03-31 00:24:24,136.00,failed,9,US,136.00,136.00,1000.00 +1015357412,The Ho Truth,Webseries,Film & Video,USD,2012-09-23,18000.00,2012-08-24 19:50:01,255.50,failed,19,US,255.50,255.50,18000.00 +1015357640,LITTLE DICK,Webseries,Film & Video,USD,2013-06-15,2500.00,2013-05-14 18:14:51,75.00,failed,3,US,75.00,75.00,2500.00 +"1015362799,""LeCuir - Custom leather ipad/sling bag, iphone case & wallet"",Product Design,Design,USD,2013-10-13,6000.00,2013-09-13 20:35:46,2449.00,canceled,26,US,2449.00,2449.00,6000.00" +"1015365700,""VW """"Cult Generation"""" poster. Fantastic original drawings."",Design,Design,EUR,2016-05-19,250.00,2016-04-19 07:37:25,29.00,failed,1,DE,32.72,32.53,280.47" +1015372493,Ego Trip project on DunaPart showcase,Performances,Dance,EUR,2015-01-16,1300.00,2014-12-17 14:59:12,1670.00,successful,36,NL,2080.22,1935.20,1506.44 +1015375165,THE PENGUIN COUNTERS Documentary Film,Documentary,Film & Video,USD,2013-10-10,50000.00,2013-09-09 19:00:52,55223.00,successful,351,US,55223.00,55223.00,50000.00 +1015381354,Krimson Titan Customs: Project Onyx (Canceled),3D Printing,Technology,USD,2015-09-05,1200.00,2015-08-06 17:32:15,0.00,canceled,0,US,0.00,0.00,1200.00 +1015385304,Make Me The Most Epic Adventurer of All Time (Show),Comedy,Film & Video,USD,2014-10-03,50000.00,2014-09-03 01:43:40,1.00,failed,1,US,1.00,1.00,50000.00 +1015391940,Whose Serengeti?,Documentary,Film & Video,USD,2012-06-30,6500.00,2012-05-31 01:14:41,6510.00,successful,63,US,6510.00,6510.00,6500.00 +1015409774,SpinBlock Table Tennis Center,Games,Games,USD,2018-01-28,15000.00,2017-12-29 03:35:45,2445.00,live,30,US,1810.00,2445.00,15000.00 +1015413468,The Patch Whisky Project,Public Art,Art,USD,2013-03-19,3900.00,2013-02-25 23:24:29,4570.06,successful,66,US,4570.06,4570.06,3900.00 +1015417252,IF Anthology: CRIME published by Alterna Comics,Anthologies,Comics,USD,2017-10-02,1000.00,2017-09-21 03:01:09,4208.00,successful,161,US,169.00,4208.00,1000.00 +1015427142,Making a difference one step at a time by upcycling!,Fashion,Fashion,USD,2014-03-15,5000.00,2014-02-13 19:23:30,90.00,failed,5,US,90.00,90.00,5000.00 +"1015427647,""Seeding A """"Netcast"""""",Webseries,Film & Video,USD,2014-07-02,40000.00,2014-06-02 20:46:55,0.00,failed,0,US,0.00,0.00,40000.00" +1015429625,Waterless Glass Aquariums with 3D Printed Ocean Atmosphere,3D Printing,Technology,USD,2016-03-16,75000.00,2016-02-16 17:27:18,2.00,failed,2,US,2.00,2.00,75000.00 +1015431039,Thirsting Sinner: Thirsty for Truth Hungry for Righteousness,Nonfiction,Publishing,USD,2012-03-13,5000.00,2012-02-12 15:28:01,0.00,failed,0,US,0.00,0.00,5000.00 +1015437901,Help Sebastian Plano release TWO NEW Albums !,Music,Music,USD,2012-08-21,10000.00,2012-07-17 04:44:06,10412.00,successful,244,US,10412.00,10412.00,10000.00 +"1015442322,""Warner Robins Little Theatre Presents """"That Darn Plot"""""",Theater,Theater,USD,2014-03-16,2500.00,2014-01-15 03:12:44,610.00,failed,11,US,610.00,610.00,2500.00" +1015448692,Asteroid Artbook,Illustration,Art,EUR,2015-10-16,7500.00,2015-09-16 11:09:09,16694.00,successful,383,ES,18888.63,18964.42,8520.02 +"1015459707,""My book is titled"""" Daycare's Dirty Little Secrets"""""",Nonfiction,Publishing,USD,2012-06-07,1500.00,2012-05-08 00:38:55,200.00,failed,6,US,200.00,200.00,1500.00" +1015466274,Genesis,Film & Video,Film & Video,EUR,2015-09-01,5000000.00,2015-07-07 21:14:52,0.00,failed,0,IT,0.00,0.00,5568982.99 +1015471596,Out Of Line Drawings,Illustration,Art,NOK,2017-12-13,10000.00,2017-10-14 21:42:51,0.00,canceled,0,NO,0.00,0.00,1206.81 +1015474687,Long Road,Film & Video,Film & Video,USD,2014-04-09,2200.00,2014-03-10 21:16:02,230.00,failed,7,US,230.00,230.00,2200.00 +"10154884,""HALLE WANTS A JILT, FOR THE SECOND TIME"",Pop,Music,USD,2012-07-16,8000.00,2012-06-02 04:36:09,8792.00,successful,98,US,8792.00,8792.00,8000.00" +1015500034,University thesis on social innovation (app creation),Apps,Technology,EUR,2015-08-23,4000.00,2015-06-24 16:29:56,147.00,failed,27,IT,165.87,165.64,4507.19 +101550119,The Boy From Granite Falls book series,Fiction,Publishing,USD,2012-06-28,5000.00,2012-05-29 21:00:48,150.00,failed,1,US,150.00,150.00,5000.00 +1015511629,Regressia:album of Ukraine singer where Opera meets the Rock,Rock,Music,GBP,2014-03-29,1000.00,2014-01-28 18:10:26,63.00,failed,5,GB,103.94,104.40,1657.19 +1015512804,A choose-your-own-destiny film-noir web series,Webseries,Film & Video,USD,2010-06-02,6000.00,2010-03-04 19:25:12,105.00,failed,7,US,105.00,105.00,6000.00 +1015516319,SAVE. THE. BEES.,Farms,Food,USD,2014-09-12,3000.00,2014-08-13 15:20:11,3408.50,successful,127,US,3408.50,3408.50,3000.00 +1015518196,The Gravedogs - Working Title,Film & Video,Film & Video,GBP,2015-02-16,400.00,2015-01-29 23:50:05,40.00,failed,3,GB,60.68,61.50,615.03 +1015518637,John's Corner,Film & Video,Film & Video,USD,2016-04-09,863.00,2016-02-24 04:25:30,15.00,failed,1,US,15.00,15.00,863.00 +1015524059,Good Fellows - An iOS adventure game.,Video Games,Games,GBP,2015-05-08,780.00,2015-04-08 13:52:19,55.00,failed,2,GB,81.96,84.77,1202.26 +1015542510,Slime for a good time!,DIY,Crafts,USD,2017-06-04,5000.00,2017-04-05 16:15:55,53.00,failed,1,US,0.00,53.00,5000.00 +1015545865,How to Make a Reality Star - Season 1,Webseries,Film & Video,USD,2016-09-19,16000.00,2016-08-12 06:12:47,2311.00,failed,64,US,380.00,2311.00,16000.00 +1015557207,First Solo Album - Siempre Filiberto,Jazz,Music,USD,2014-11-22,15000.00,2014-10-23 01:02:03,330.00,failed,6,US,330.00,330.00,15000.00 +1015559733,Spatulearn: In Home Youth Cooking and Academic Lessons,Events,Food,USD,2015-02-23,5000.00,2015-01-09 22:56:36,568.00,failed,12,US,568.00,568.00,5000.00 +1015564152,Therapy: Memoir of a Survivor,Nonfiction,Publishing,USD,2016-09-10,3000.00,2016-08-11 19:05:15,0.00,failed,0,US,0.00,0.00,3000.00 +1015566986,Occupied : A photographic portrait of a movement,Photography,Photography,USD,2011-11-14,5600.00,2011-10-31 21:18:30,104.50,failed,3,US,104.50,104.50,5600.00 +1015567194,Makers Explore the Six Days of Creation,Art,Art,USD,2015-11-02,5000.00,2015-09-29 04:51:26,5146.00,successful,46,US,5146.00,5146.00,5000.00 +101557237,This Lingering Life,Theater,Theater,USD,2014-06-20,5000.00,2014-05-21 13:15:51,7575.00,successful,72,US,7575.00,7575.00,5000.00 +1015585471,Scenes of Arizona,Nature,Photography,USD,2017-09-30,5000.00,2017-08-30 17:44:01,64.00,failed,4,US,0.00,64.00,5000.00 +1015585982,Guided Imagery: Dan Campolieta's Debut CD as a composer!,Classical Music,Music,USD,2011-06-21,3000.00,2011-04-12 22:29:00,3805.00,successful,38,US,3805.00,3805.00,3000.00 +1015590830,Commissioning Lee Actor's Symphony No. 3,Classical Music,Music,USD,2013-05-14,1600.00,2013-04-09 09:02:07,2313.00,successful,25,US,2313.00,2313.00,1600.00 +1015592061,KANYE'S PUG CALENDAR - 2014% AWESOME,Calendars,Publishing,USD,2013-12-15,1500.00,2013-12-05 22:47:58,22706.00,successful,1094,US,22706.00,22706.00,1500.00 +10155950,25 The Movie,Film & Video,Film & Video,USD,2013-06-12,20000.00,2013-05-13 21:18:46,760.00,failed,7,US,760.00,760.00,20000.00 +1015600086,Sailors Din Seafood Restaurant,Food,Food,USD,2015-05-31,20000.00,2015-04-21 01:15:02,10.00,failed,1,US,10.00,10.00,20000.00 +10156032,Old Bat,Webseries,Film & Video,AUD,2015-07-05,6000.00,2015-06-05 10:56:42,800.00,failed,10,AU,618.08,597.55,4481.63 +"1015603282,""Gillian Harwin: Self-produced Double Album """"Lost n' Found""""!"",R&B,Music,USD,2014-07-09,5000.00,2014-06-06 18:13:35,2778.00,failed,59,US,2778.00,2778.00,5000.00" +1015606884,15 Minutes of Faye,Film & Video,Film & Video,USD,2011-04-20,3000.00,2011-03-10 09:37:46,3035.00,successful,17,US,3035.00,3035.00,3000.00 +1015615447,A Conversation with Samael,Comics,Comics,USD,2017-01-30,1000.00,2016-12-31 05:02:52,2204.00,successful,64,US,1245.00,2204.00,1000.00 +1015617618,Greatest of All Mountains,Tabletop Games,Games,USD,2015-08-13,12500.00,2015-07-12 04:03:38,6239.00,failed,145,US,6239.00,6239.00,12500.00 +1015621562,Fatherhood..987 Years of Experience (Canceled),Nonfiction,Publishing,USD,2014-12-24,5000.00,2014-11-21 18:29:05,0.00,canceled,0,US,0.00,0.00,5000.00 +1015622231,THE CANDIDATES - documentary,Film & Video,Film & Video,USD,2011-11-12,18000.00,2011-10-08 06:46:25,750.00,failed,11,US,750.00,750.00,18000.00 +1015625598,No Dings Car Door Protector,Product Design,Design,USD,2015-08-13,30000.00,2015-07-14 10:44:51,284.00,failed,5,US,284.00,284.00,30000.00 +1015629456,Faunus Fields: 2D Farming Sim/RPG on PC,Video Games,Games,USD,2016-04-20,7500.00,2016-03-21 16:47:37,535.00,failed,20,US,535.00,535.00,7500.00 +1015632675,Gallivant Playing Cards (Canceled),Playing Cards,Games,GBP,2016-04-28,5000.00,2016-03-29 17:55:10,1778.00,canceled,80,GB,2511.02,2598.47,7307.27 +1015637367,INKKAS - Shoes That Bring The World Together,Footwear,Fashion,USD,2014-12-28,25000.00,2014-11-28 00:55:16,105270.00,successful,848,US,105270.00,105270.00,25000.00 +1015639305,The Last March Of The Ents makes their debut EP,Rock,Music,USD,2010-10-13,250.00,2010-08-14 10:29:50,0.00,failed,0,US,0.00,0.00,250.00 +101565627,Ranch Hand Drone,Robots,Technology,USD,2014-11-29,4000.00,2014-10-30 19:32:39,1.00,failed,1,US,1.00,1.00,4000.00 +10156691,Robyn O'Brien Talk and Lunch!,Events,Food,USD,2015-03-12,4500.00,2015-02-11 03:27:34,105.00,failed,1,US,105.00,105.00,4500.00 +1015669838,Original Vintage Pixel Sticker Art,Illustration,Art,USD,2015-05-11,250.00,2015-04-11 08:26:25,5.00,failed,2,US,5.00,5.00,250.00 +10156784,Awesome Little Videos,Webseries,Film & Video,USD,2011-06-15,600.00,2011-05-25 16:26:14,30.00,failed,2,US,30.00,30.00,600.00 +1015680392,Hitched - A Social Game of Marriage and Family.,Video Games,Games,USD,2017-12-11,800.00,2017-11-11 00:45:49,0.00,failed,0,US,0.00,0.00,800.00 +1015685046,Organic Tattoo remains 10 days (Self use & custom designs),Accessories,Fashion,CAD,2016-01-01,6000.00,2015-12-07 18:21:46,100.00,failed,2,CA,74.84,70.89,4253.51 +1015688047,quia non numquam eius (Canceled),Film & Video,Film & Video,GBP,2013-04-23,27000.00,2013-03-14 00:56:34,1074.00,canceled,11,GB,1599.53,1662.02,41782.73 +1015693809,Our Orchards,Community Gardens,Food,USD,2015-04-25,60000.00,2015-02-24 21:34:46,60.00,failed,3,US,60.00,60.00,60000.00 +1015697491,Designer Brand With A Cause,Ready-to-wear,Fashion,GBP,2015-08-13,5000.00,2015-07-04 14:20:46,515.00,failed,7,GB,803.98,805.19,7817.39 +1015711851,Help The Rubbish Zoo make a New EP,Indie Rock,Music,USD,2012-02-22,1000.00,2012-01-23 19:30:15,1810.00,successful,31,US,1810.00,1810.00,1000.00 +1015714969,Dugout Sunflower Seed Dispenser,Product Design,Design,USD,2015-08-12,10000.00,2015-07-13 16:22:12,83.00,failed,3,US,83.00,83.00,10000.00 +1015721140,Artenol Magazine,Periodicals,Publishing,USD,2016-07-24,7500.00,2016-06-24 13:19:19,8251.00,successful,31,US,1556.00,8251.00,7500.00 +1015721460,POM (Peace of Mind),Video Games,Games,USD,2012-11-02,10000.00,2012-10-03 16:29:19,212.00,failed,3,US,212.00,212.00,10000.00 +1015725682,The Walking's Second Album,Rock,Music,USD,2014-09-25,3500.00,2014-08-26 21:58:12,926.00,failed,17,US,926.00,926.00,3500.00 +1015740092,Wooden Oven Peel,Food,Food,HKD,2017-09-15,60000.00,2017-08-01 09:36:26,284.00,failed,3,HK,36.37,36.33,7676.27 +1015742023,Jetpacks And Laser Guns new album!,Indie Rock,Music,USD,2013-06-08,1500.00,2013-05-09 23:41:13,1590.00,successful,19,US,1590.00,1590.00,1500.00 +1015743282,IT-Business Analytics Platform,Software,Technology,USD,2015-06-06,250000.00,2015-05-07 21:55:28,0.00,failed,0,US,0.00,0.00,250000.00 +"101574498,An OLD man with a rekindled dream!,Music,Music,USD,2014-12-12,3000.00,2014-11-12 18:48:50,1.00,undefined,0,""N,0"""""",,1.00,3000.00" +1015751005,Shiny Fun LED Hula Hoops!!!,Hardware,Technology,USD,2013-05-24,6000.00,2013-04-24 17:14:10,550.00,failed,2,US,550.00,550.00,6000.00 +1015753748,southernF.L.A,Apparel,Fashion,USD,2014-11-29,75000.00,2014-10-30 17:11:36,0.00,failed,0,US,0.00,0.00,75000.00 +1015770659,Help fund the Vintage Computer Festival Southeast 2.0!,Technology,Technology,USD,2014-05-04,2000.00,2014-04-07 18:56:05,3414.00,successful,63,US,3414.00,3414.00,2000.00 +"1015771770,THE POET,Film & Video,Film & Video,USD,2015-04-12,4000.00,2015-03-13 16:04:21,4592.00,undefined,0,""N,0"""""",,4592.00,4000.00" +"1015780858,""Caleb Mikesell - Music Video: """"Be Okay"""""",Music,Music,USD,2012-10-24,100.00,2012-10-04 20:29:23,100.00,successful,1,US,100.00,100.00,100.00" +1015781952,The Brigade - A Board Game of Fantasy Firefighting,Tabletop Games,Games,AUD,2017-08-31,20000.00,2017-08-01 20:09:21,144920.00,successful,2255,AU,5365.71,114997.62,15870.50 +1015786118,Pochecko-The Poker Based Strategy Board Game,Games,Games,USD,2013-04-22,10000.00,2013-03-26 23:26:59,490.00,failed,7,US,490.00,490.00,10000.00 +1015789062,Wild West Riot - Addictive conquest and control game!,Video Games,Games,GBP,2014-01-07,4000.00,2013-12-08 17:49:51,158.00,failed,11,GB,258.30,259.27,6563.73 +1015793083,Flowers in The Desert: The Search for Chile's Disappeared,Photography,Photography,USD,2012-06-28,10000.00,2012-05-29 17:36:04,13037.73,successful,125,US,13037.73,13037.73,10000.00 +1015797160,The Hedgehog & The Hare - Documentary Project on the CFAA,Documentary,Film & Video,USD,2013-05-09,15000.00,2013-04-18 23:23:28,18061.00,successful,160,US,18061.00,18061.00,15000.00 +1015797680,Organic Loom,Weaving,Crafts,USD,2015-02-27,20000.00,2015-01-28 21:04:14,1.00,failed,1,US,1.00,1.00,20000.00 +"1015800489,""Gabrielle's """"Breaking Free"""" Debut CD."",Rock,Music,USD,2012-04-10,6500.00,2012-02-26 00:15:29,6950.00,successful,78,US,6950.00,6950.00,6500.00" +1015801344,Blackout: The Strategy Card Game (Canceled),Tabletop Games,Games,USD,2013-09-22,25000.00,2013-08-23 20:50:46,1092.00,canceled,16,US,1092.00,1092.00,25000.00 +1015804125,Dirty Diaper Ale,Drinks,Food,USD,2014-08-25,60.00,2014-08-04 18:14:29,215.00,successful,11,US,215.00,215.00,60.00 +1015804134,Fusion Confusion --Mix of the most DELICOUS RECIPES,Food,Food,USD,2013-01-04,25000.00,2012-12-05 08:54:17,100.00,failed,1,US,100.00,100.00,25000.00 +1015804153,Touching Them Touching Me - A Love Song for the Dead C,Mixed Media,Art,USD,2012-02-16,3000.00,2012-01-17 00:14:31,3225.00,successful,77,US,3225.00,3225.00,3000.00 +"1015810074,""eNNOTATE - Change the way you Read, Annotate and Collaborate"",Software,Technology,SGD,2016-12-02,5000.00,2016-11-09 16:56:06,2047.00,failed,41,SG,100.74,1438.81,3514.44" +1015814996,{BIO}CIETY - How will you be remembered?,Technology,Technology,CAD,2014-03-06,20000.00,2014-02-04 22:30:19,38.00,failed,5,CA,34.19,34.60,18208.30 +"1015817713,""Surrealist Film """"The Dawn Before the Rest of the World"""""",Film & Video,Film & Video,USD,2011-05-07,35000.00,2011-03-07 08:56:20,50.00,failed,1,US,50.00,50.00,35000.00" +1015822703,Drop the Vote,Web,Journalism,USD,2016-06-25,1700.00,2016-05-26 01:03:55,87.00,failed,5,US,87.00,87.00,1700.00 +1015824824,Driving Me Mazy,Video Games,Games,GBP,2016-02-13,15000.00,2016-01-14 01:06:13,2.00,failed,2,GB,2.91,2.86,21416.64 +1015832213,The Farmer,Horror,Film & Video,GBP,2014-07-22,800.00,2014-06-22 01:24:12,240.00,failed,5,GB,409.15,407.71,1359.04 +1015833896,Sprawl War,Games,Games,GBP,2013-12-22,2700.00,2013-11-22 20:30:21,308.00,failed,13,GB,495.37,508.54,4458.02 +1015836748,The teaching food truck,Food Trucks,Food,USD,2017-08-22,1200.00,2017-07-23 14:12:43,40.00,failed,1,US,0.00,40.00,1200.00 +1015837603,The FRESHEST Unoffical SXSW Showcase in Austin,Hip-Hop,Music,USD,2013-03-02,3000.00,2013-02-02 01:20:03,1.00,failed,1,US,1.00,1.00,3000.00 +1015841871,B.O.S.S Music for the Grown & Sexy!,Pop,Music,USD,2011-10-22,10000.00,2011-09-22 19:54:59,775.25,failed,21,US,775.25,775.25,10000.00 +"101584497,""From the creators of """"LANES"""" comes """"SLEEPER HOLD"""""",Drama,Film & Video,USD,2016-09-13,22000.00,2016-08-29 00:44:15,157.00,canceled,4,US,137.00,157.00,22000.00" +1015847212,Blue Shelf Bookstore Indy writers (Canceled),Fiction,Publishing,EUR,2015-08-14,5000.00,2015-06-30 23:54:14,0.00,canceled,0,ES,0.00,0.00,5585.47 +1015866573,E.34: Design for Ability Green House,Architecture,Design,USD,2013-02-02,8000.00,2012-12-19 01:51:42,9126.88,successful,80,US,9126.88,9126.88,8000.00 +1015874934,Help fund Bombing Ibiza's new Album!,Rock,Music,USD,2014-01-28,2000.00,2013-12-23 23:08:38,5.00,failed,1,US,5.00,5.00,2000.00 +"1015875469,""Athens Slingshot Music, Art and Tech Festival - NEW!"",Mixed Media,Art,USD,2013-02-20,4000.00,2013-01-21 06:17:10,4696.00,successful,63,US,4696.00,4696.00,4000.00" +1015877909,West Canada - A Coffee Table Book,Nature,Photography,CAD,2016-07-04,1500.00,2016-06-04 05:40:24,677.00,failed,12,CA,517.77,520.21,1152.60 +1015884821,The Arduino PLAYBOT! An educational all-in-one project set!,DIY Electronics,Technology,CAD,2017-04-05,3000.00,2017-02-24 23:48:04,4635.00,successful,49,CA,2067.01,3456.12,2236.97 +1015887028,Return to Eden,Mixed Media,Art,USD,2012-06-20,2500.00,2012-05-21 20:17:53,200.00,failed,2,US,200.00,200.00,2500.00 +1015887900,Eco Sustainable Living,Architecture,Design,GBP,2015-03-05,12000.00,2015-02-03 09:45:53,2.00,failed,2,GB,3.02,3.04,18221.02 +1015889061,Deae ViaDesh Tea Lounge (Canceled),Vegan,Food,CAD,2014-12-26,15000.00,2014-11-06 18:40:01,382.00,canceled,9,CA,335.31,327.00,12840.27 +1015898649,News Northwest,Journalism,Journalism,USD,2010-12-12,7000.00,2010-10-04 04:16:10,1080.00,failed,4,US,1080.00,1080.00,7000.00 +101591223,Capharnaum - The Roleplaying Game,Tabletop Games,Games,GBP,2017-12-18,15000.00,2017-11-17 12:23:49,23502.50,successful,469,GB,14950.93,31453.25,20074.41 +1015918356,DashBurst: Where Social Media Meets Design,Publishing,Publishing,USD,2014-05-21,15000.00,2014-04-21 15:00:34,15529.00,successful,127,US,15529.00,15529.00,15000.00 +1015920359,Route 66 - Photography Book,Fine Art,Photography,EUR,2015-11-18,40000.00,2015-10-19 03:27:44,55.00,failed,1,ES,62.42,58.78,42751.94 +1015940100,Occult Detective Quarterly Presents,Anthologies,Publishing,USD,2017-12-20,2000.00,2017-11-20 01:11:09,2924.00,successful,75,US,1162.00,2924.00,2000.00 +1015940161,Sparrow on the Housetop: Our Battle with Loneliness,Nonfiction,Publishing,USD,2014-01-31,6999.00,2014-01-01 07:19:18,390.00,failed,7,US,390.00,390.00,6999.00 +101594255,Classroommate - Smart Management with G Suite,Software,Technology,HKD,2017-08-26,500000.00,2017-07-12 17:02:02,0.00,canceled,0,HK,0.00,0.00,63899.40 +1015945200,Coding School,Software,Technology,USD,2014-08-15,13500.00,2014-07-16 01:53:18,0.00,failed,0,US,0.00,0.00,13500.00 +1015947929,Create your own Customized Snap back baseball hats,Fashion,Fashion,GBP,2014-08-11,15000.00,2014-07-12 02:36:30,10.00,failed,1,GB,17.16,16.69,25035.05 +1015954830,Due West - New Music Project,Country & Folk,Music,USD,2013-05-25,20000.00,2013-04-26 22:09:10,31142.69,successful,310,US,31142.69,31142.69,20000.00 +1015956967,Sports Play at international theatre festival in Algeria,Theater,Theater,GBP,2013-09-10,7500.00,2013-08-16 10:48:27,16.00,failed,3,GB,24.83,25.33,11871.97 +1015963105,Colorocko Taco,Food Trucks,Food,USD,2017-04-22,5000.00,2017-03-23 19:36:25,5580.00,successful,44,US,1630.00,5580.00,5000.00 +1015964041,Dirt Cheap Christianwear,Apparel,Fashion,USD,2014-10-19,5000.00,2014-09-19 19:39:40,10.00,failed,1,US,10.00,10.00,5000.00 +1015969420,It's Not as If... (Women Fall from the Sky),Comedy,Film & Video,USD,2014-06-12,60000.00,2014-05-15 21:18:39,28118.00,failed,157,US,28118.00,28118.00,60000.00 +1015988806,Daye'La: First Solo Album - Broken Nights,Pop,Music,USD,2015-09-16,3800.00,2015-08-10 14:54:41,3801.00,successful,48,US,3801.00,3801.00,3800.00 +1016002984,PFSecurity,Software,Technology,MXN,2016-12-18,1850000.00,2016-11-18 01:53:43,0.00,failed,0,MX,0.00,0.00,89406.53 +1016005900,Twig: the amazing ultra-portable cable for your iPhone,Product Design,Design,USD,2012-07-27,50000.00,2012-05-28 23:23:30,168020.03,successful,4726,US,168020.03,168020.03,50000.00 +1016006227,Not Our Kind: Tales of (Not) Belonging - New Fiction Stories,Anthologies,Publishing,USD,2014-11-10,7000.00,2014-10-05 23:44:54,7437.50,successful,289,US,7437.50,7437.50,7000.00 +101600955,321: Fast Comics Vol. 2,Anthologies,Comics,USD,2015-11-18,12000.00,2015-10-05 17:27:27,22791.00,successful,494,US,22791.00,22791.00,12000.00 +"1016012769,""Fit Through Food , Getting fit in a fat paced world"",Food,Food,USD,2013-12-18,30000.00,2013-11-18 22:18:45,1230.00,canceled,9,US,1230.00,1230.00,30000.00" +1016021056,Reality TV,Art,Art,USD,2015-12-02,1500.00,2015-11-25 10:37:45,1560.00,successful,16,US,1560.00,1560.00,1500.00 +101603284,Heroes Of Metro City: Sidekicks & Storylines,Tabletop Games,Games,USD,2014-03-10,38500.00,2014-02-04 20:28:18,42292.00,successful,503,US,42292.00,42292.00,38500.00 +1016034596,A HUNGRY MODEL: in 2 short films,Shorts,Film & Video,USD,2014-01-30,13000.00,2013-12-31 19:49:00,13025.00,successful,45,US,13025.00,13025.00,13000.00 +101603930,Hardcore mudd run/concert post party,Music,Music,USD,2014-02-25,40000.00,2013-12-27 13:55:19,120.00,failed,2,US,120.00,120.00,40000.00 +1016048404,Innocent Rain (Album),Pop,Music,USD,2012-12-13,10000.00,2012-11-13 20:19:39,53.00,failed,2,US,53.00,53.00,10000.00 +1016052198,Revista DolceVita,Zines,Publishing,EUR,2016-06-12,13000.00,2016-05-13 11:46:52,447.00,failed,14,ES,510.64,503.06,14630.25 +1016053056,Elma Island: A First Novel,Fiction,Publishing,USD,2013-09-15,15000.00,2013-07-17 18:46:44,3.00,failed,1,US,3.00,3.00,15000.00 +1016053161,BIG PAPA AND THE TCB- SIX PACK OF COOL CD,Jazz,Music,USD,2013-01-28,3000.00,2012-12-29 04:38:47,3235.00,successful,68,US,3235.00,3235.00,3000.00 +1016062851,System Failure - Debut Album,Rock,Music,USD,2013-05-12,4250.00,2013-03-13 15:52:07,4440.00,successful,48,US,4440.00,4440.00,4250.00 +1016063376,Little Duck Bakery: Bringing Sweetness to our community!,Food,Food,USD,2012-12-15,22000.00,2012-10-16 06:52:50,875.00,canceled,6,US,875.00,875.00,22000.00 +1016083463,Insights Notebook,Typography,Design,USD,2016-01-27,8000.00,2016-01-07 00:05:25,1.00,failed,1,US,1.00,1.00,8000.00 +1016098786,SoccerBrawl! The future of action-sport gaming,Video Games,Games,GBP,2017-03-31,40000.00,2017-03-01 22:59:36,215.00,canceled,4,GB,236.21,268.67,49985.63 +1016109485,Family Dynamic Debut Demo,Rock,Music,USD,2013-05-25,3000.00,2013-04-30 00:06:30,3090.00,successful,54,US,3090.00,3090.00,3000.00 +1016124708,The Keep. Any Game. Anytime. Anywhere. (Canceled),Tabletop Games,Games,USD,2012-10-01,750000.00,2012-08-12 06:01:28,35045.00,canceled,166,US,35045.00,35045.00,750000.00 +1016125600,RICH Living Weekly Planner 2018,Calendars,Publishing,AUD,2017-10-16,22000.00,2017-09-24 22:10:36,10826.00,failed,138,AU,736.14,8498.31,17269.80 +1016125970,Platinum Championship Wrestling Documentary ,Documentary,Film & Video,USD,2011-05-30,10000.00,2011-04-15 15:41:44,200.00,failed,4,US,200.00,200.00,10000.00 +"1016129909,""Lifting The Gospel, LLC."",Apparel,Fashion,USD,2016-08-10,25000.00,2016-07-11 19:46:21,50.00,failed,1,US,50.00,50.00,25000.00" +1016129917,My first book “Firenze in Fiore” (Florence in Bloom) and I want you to have a copy!,Fiction,Publishing,USD,2010-10-21,3500.00,2010-08-22 02:26:24,0.00,failed,0,US,0.00,0.00,3500.00 +1016134549,I want to create the best burger money can buy.,Food,Food,CAD,2014-08-08,1500.00,2014-07-09 19:48:15,0.00,failed,0,CA,0.00,0.00,1374.13 +1016134832,How to Make a Freaking Apple Watch App - Using Swift iOS 8,Apps,Technology,USD,2014-12-02,20000.00,2014-10-29 15:00:56,21212.00,successful,427,US,21212.00,21212.00,20000.00 +"1016137246,""Hide """"It"""" in the Hideaway Koozie!"",Design,Design,USD,2015-01-11,60000.00,2014-11-12 22:02:11,29.00,failed,2,US,29.00,29.00,60000.00" +1016137891,Butcher's Guild Conference,Events,Food,USD,2014-09-19,750.00,2014-08-26 03:24:34,1000.00,successful,23,US,1000.00,1000.00,750.00 +1016145299,Zone 7 Street Arts Initiative,Public Art,Art,USD,2014-02-13,777.00,2014-01-30 21:23:57,42.00,failed,3,US,42.00,42.00,777.00 +1016157553,The Pita Boss Food Truck- We're Almost There!,Food Trucks,Food,USD,2014-07-18,3500.00,2014-06-18 21:28:47,615.00,failed,16,US,615.00,615.00,3500.00 +1016162015,UFO MUG,Product Design,Design,CAD,2015-12-05,2000.00,2015-11-05 15:35:36,41.00,failed,3,CA,31.40,30.01,1463.70 +1016169398,Time2Skate,Spaces,Dance,EUR,2015-06-19,50000.00,2015-05-20 19:48:37,25.00,failed,1,DE,28.24,28.25,56495.26 +1016174899,Printing Leipzig,Art,Art,USD,2012-11-02,5000.00,2012-10-19 15:07:07,5095.00,successful,66,US,5095.00,5095.00,5000.00 +1016182527,Custom Candles (Canceled),Candles,Crafts,USD,2014-08-06,1000.00,2014-07-07 22:15:00,0.00,canceled,0,US,0.00,0.00,1000.00 +101618485,FORTIFIED: Bike Seat Security with an Anti-theft Guarantee,Product Design,Design,USD,2015-06-01,8000.00,2015-04-02 17:57:21,28168.00,successful,658,US,28168.00,28168.00,8000.00 +1016188114,CLAUDE | The table leg with a stereo and LED lights built-in,Technology,Technology,EUR,2016-05-10,25000.00,2016-04-10 14:29:33,827.00,failed,26,IT,942.78,938.48,28370.08 +"1016189114,""Eve's Art World, Peter's Science World, Nicole's Music Worl"",Children's Books,Publishing,USD,2012-06-19,3000.00,2012-04-20 03:35:16,0.00,failed,0,US,0.00,0.00,3000.00" +1016190339,The T-Rex Ripper Staple and Nail Extractor (Canceled),Product Design,Design,USD,2015-02-21,50000.00,2014-12-23 04:46:25,7792.00,canceled,123,US,7792.00,7792.00,50000.00 +1016195226,EZKnobs for Underwater Strobes,Camera Equipment,Technology,USD,2017-10-20,3000.00,2017-09-20 05:03:30,550.00,failed,8,US,155.00,550.00,3000.00 +101619746,Jagermeister Showcase + Acoustic Rock Album ,Indie Rock,Music,USD,2011-05-17,8500.00,2011-04-21 09:38:06,85.00,failed,2,US,85.00,85.00,8500.00 +1016205225,I See Jesus (the film),Shorts,Film & Video,USD,2016-06-29,3000.00,2016-05-30 05:29:45,3010.00,successful,31,US,3010.00,3010.00,3000.00 +1016210580,INDIRA – THE FIRST INDIAN GRAND MUSICAL,Musical,Theater,EUR,2016-04-27,15000000.00,2016-02-27 13:08:01,15.00,failed,6,ES,16.59,17.10,17104542.97 +1016211179,ScratchJr: Coding for Young Kids,Technology,Technology,USD,2014-04-30,25000.00,2014-03-17 12:28:07,77474.74,successful,1384,US,77474.74,77474.74,25000.00 +1016214424,Airdrop Water Distiller,Hardware,Technology,USD,2015-02-06,10000.00,2015-01-07 00:21:05,1.00,failed,1,US,1.00,1.00,10000.00 +1016215262,Rudaea TCG - Trading Card Game,Tabletop Games,Games,CAD,2017-03-21,75000.00,2017-02-19 06:40:18,959.00,failed,19,CA,332.99,717.17,56087.35 +1016218298,Factious Waste: Post-apocalyptic miniatures skirmish game,Tabletop Games,Games,GBP,2017-10-22,2000.00,2017-10-06 10:58:37,1224.00,canceled,23,GB,2.65,1602.62,2618.66 +1016227209,Thai Promises,Shorts,Film & Video,USD,2013-08-27,8500.00,2013-07-22 22:48:31,9087.00,successful,44,US,9087.00,9087.00,8500.00 +1016228392,Fridhem Skolhuset Lönneberga,Spaces,Food,SEK,2017-03-15,150000.00,2017-02-13 11:31:43,30.00,failed,1,SE,3.36,3.40,17023.02 +"1016228922,""Monkeys In Space """"Flying Under the Influence"""" Tour"",Rock,Music,USD,2012-02-14,2000.00,2012-01-05 09:10:09,2766.00,successful,44,US,2766.00,2766.00,2000.00" +1016230240,Breathe Chelsea,Web,Journalism,GBP,2016-04-23,15000.00,2016-02-23 00:48:20,5.00,failed,1,GB,7.20,7.31,21921.81 +1016235108,Brenda Lewis Recording Project,Faith,Music,USD,2016-01-28,1000.00,2015-12-29 19:05:33,10.00,failed,1,US,10.00,10.00,1000.00 +1016242864,Ugo - a Pilgrimage & Novel,Fiction,Publishing,USD,2017-10-16,3192.00,2017-09-25 19:40:25,6824.00,successful,83,US,100.00,6824.00,3192.00 +1016261967,Small Batch Coffee for the Black,Drinks,Food,CAD,2015-02-16,10000.00,2015-01-17 02:15:46,76.00,failed,4,CA,63.51,61.01,8028.26 +1016262406,HennaDancer Brings Henna + Silly Knits to the Northeast,Mixed Media,Art,USD,2013-04-11,3500.00,2013-03-12 19:57:08,3787.00,successful,45,US,3787.00,3787.00,3500.00 +1016265131,Crabapple Cousins Plush Toys,Crafts,Crafts,USD,2016-08-25,9500.00,2016-07-21 17:57:04,19025.23,successful,382,US,2891.00,19025.23,9500.00 +1016265146,Recording the music of classical guitarist Augustin Barrios,Classical Music,Music,GBP,2014-03-09,2000.00,2014-02-07 12:13:36,2216.00,successful,53,GB,3613.84,3677.40,3318.95 +1016266787,Whiskey Tumblers made of century old Oak,Product Design,Design,GBP,2017-06-13,20000.00,2017-05-17 20:10:39,327.00,canceled,3,GB,535.91,417.55,25538.22 +1016273264,Moozgit's debut album!!!,Rock,Music,USD,2011-09-06,3500.00,2011-07-08 06:12:02,998.00,failed,17,US,998.00,998.00,3500.00 +101627618,Finding Faith,Documentary,Film & Video,USD,2012-06-19,4000.00,2012-05-17 02:25:37,4623.19,successful,32,US,4623.19,4623.19,4000.00 +101628093,Julia Fae: Young Adult Fairy Novel,Fiction,Publishing,USD,2012-11-01,9000.00,2012-10-02 18:30:50,3880.00,failed,81,US,3880.00,3880.00,9000.00 +1016285327,Life as a Burnt out Punk,Webseries,Film & Video,SEK,2014-11-22,150000.00,2014-10-23 22:40:07,35000.00,failed,23,SE,4844.12,4715.14,20207.74 +1016295491,MAKEASPLASH the multiway swimsuit that plays with your mood,Apparel,Fashion,EUR,2017-04-29,16000.00,2017-02-28 06:17:05,2127.00,failed,25,IT,0.00,2331.39,17537.51 +1016299001,Automated Futures,Documentary,Film & Video,USD,2013-07-01,3500.00,2013-06-07 20:21:52,4244.00,successful,114,US,4244.00,4244.00,3500.00 +1016300339,Inaside in the City,Dance,Dance,USD,2012-06-21,5000.00,2012-05-22 01:59:20,5816.00,successful,99,US,5816.00,5816.00,5000.00 +1016309179,Stay at Home,Webseries,Film & Video,USD,2013-06-21,7500.00,2013-05-17 21:43:15,7651.00,successful,137,US,7651.00,7651.00,7500.00 +1016315471,Experiments in Opera Festival on 1/16/12,Music,Music,USD,2011-12-22,2000.00,2011-11-30 13:38:23,2157.00,successful,59,US,2157.00,2157.00,2000.00 +1016317702,Toni J's Prizm - Focusing on the diversity of the world,Fiction,Publishing,USD,2016-06-16,12500.00,2016-05-17 19:54:47,0.00,failed,0,US,0.00,0.00,12500.00 +1016321076,The Digression State: Feature Film,Narrative Film,Film & Video,USD,2011-04-14,2000.00,2011-03-14 05:28:06,1201.00,failed,5,US,1201.00,1201.00,2000.00 +1016332080,The Hinckley Brothers Are Making A New Record!,Country & Folk,Music,USD,2015-10-17,30000.00,2015-09-17 17:25:45,30395.01,successful,74,US,30395.01,30395.01,30000.00 +1016334119,OKTV Series 2,Family,Film & Video,AUD,2014-12-15,96500.00,2014-11-14 03:45:58,1324.00,failed,7,AU,1150.26,1082.94,78930.15 +1016336238,The Cure For The Common Sermon,Nonfiction,Publishing,USD,2013-11-15,15000.00,2013-10-16 21:26:03,760.00,failed,7,US,760.00,760.00,15000.00 +"1016347829,""Layers: A Sketch, Ink and Keep-book (Canceled)"",Product Design,Design,USD,2011-09-11,20000.00,2011-07-13 06:16:13,345.00,canceled,11,US,345.00,345.00,20000.00" +1016351262,Paris through the Eyes of an Isomniac,Graphic Novels,Comics,USD,2017-02-24,1500.00,2017-01-25 17:15:54,1670.00,successful,9,US,165.00,1670.00,1500.00 +"1016353736,""""""Visions of Zosimos : Chaos Omen"""""",Video Games,Games,USD,2012-07-08,30000.00,2012-06-08 15:53:37,4412.00,failed,56,US,4412.00,4412.00,30000.00" +1016357821,XY - The secure iOS/Android Bluetooth tracking tag,Technology,Technology,USD,2014-04-21,45000.00,2014-02-20 06:00:13,205121.59,successful,4091,US,205121.59,205121.59,45000.00 +1016387751,Fanfare Volume 2,Comics,Comics,USD,2012-08-26,3000.00,2012-06-27 00:08:58,170.00,failed,3,US,170.00,170.00,3000.00 +1016391408,Penelope In The Divine Multi-Media Book (Canceled),Fiction,Publishing,USD,2011-09-01,150000.00,2011-07-03 16:26:25,305.00,canceled,8,US,305.00,305.00,150000.00 +101639992,Through Him First Designs (Poly Movement Inspired),Apparel,Fashion,USD,2014-07-27,1500.00,2014-06-27 09:52:19,2350.00,successful,45,US,2350.00,2350.00,1500.00 +101640075,Abandoned Places/Race Track Documentary,Film & Video,Film & Video,USD,2018-01-01,4000.00,2017-12-02 00:21:12,1.00,failed,1,US,0.00,1.00,4000.00 +1016412261,Powerpuff girls Vs Dexter - A Card Game,Playing Cards,Games,USD,2016-12-08,5000.00,2016-11-08 00:36:54,37.00,suspended,3,US,0.00,37.00,5000.00 +1016418105,Sounds Of The World,World Music,Music,EUR,2017-04-06,22000.00,2017-03-07 16:04:06,0.00,failed,0,NL,0.00,0.00,23386.09 +1016426412,Vermont Children's Television Show Pilot Featuring Mr. Chris,Family,Film & Video,USD,2016-11-14,27500.00,2016-10-11 19:30:30,29594.00,successful,267,US,8251.00,29594.00,27500.00 +1016429829,Gun Up Paintball Comic Issue 1: Breakout,Comic Books,Comics,USD,2014-06-02,4000.00,2014-05-03 17:24:06,1192.00,failed,26,US,1192.00,1192.00,4000.00 +"1016432558,""Knot Dice: Celtic Knot Games, Puzzles, and Art"",Tabletop Games,Games,USD,2015-05-01,25000.00,2015-04-02 15:00:21,97197.11,successful,2224,US,97197.11,97197.11,25000.00" +1016438168,The Convergents - A Comic Themed Card Game,Tabletop Games,Games,USD,2017-12-01,19500.00,2017-11-01 14:02:54,10216.00,canceled,157,US,6007.00,10216.00,19500.00 +1016438182,Crash'em - the Demolition Derby Party Game!,Tabletop Games,Games,EUR,2016-04-18,12500.00,2016-03-19 08:31:36,4890.00,failed,92,NL,5537.08,5507.63,14078.80 +1016438519,The Bear Goes Walkabout 2013 UK Opera Tour,Music,Music,GBP,2013-05-20,8000.00,2013-04-20 11:32:16,4790.00,failed,52,GB,7323.25,7232.37,12079.12 +1016446771,I Taught You Well,Children's Books,Publishing,USD,2016-05-06,4000.00,2016-04-07 11:03:36,46.00,failed,4,US,46.00,46.00,4000.00 +1016459724,Prong Shield V3,Product Design,Design,USD,2017-03-23,3000.00,2017-02-06 16:42:49,151.00,failed,3,US,0.00,151.00,3000.00 +1016466399,GBS Detroit Presents Names Unlisted,Indie Rock,Music,USD,2012-08-03,600.00,2012-07-18 21:54:57,680.00,successful,19,US,680.00,680.00,600.00 +"1016471142,""Swap Meets, Churches, & Broken Dreams"",Photography,Photography,USD,2013-06-30,525.00,2013-05-31 18:28:00,650.00,successful,13,US,650.00,650.00,525.00" +1016473158,Elysian Shadows Next-Gen 2D RPG for Dreamcast & Steam & OUYA,Video Games,Games,USD,2014-08-31,150000.00,2014-08-01 20:03:54,185322.67,successful,2282,US,185322.67,185322.67,150000.00 +1016495040,Help Get Band Tees & Pop Culture to Oz Comic Con,Events,Comics,AUD,2015-03-28,2000.00,2015-02-26 06:29:42,100.00,failed,3,AU,78.75,75.51,1510.12 +1016495593,Religious Drug Album,Hip-Hop,Music,USD,2014-01-18,7727.00,2013-12-19 01:41:17,670.00,failed,12,US,670.00,670.00,7727.00 +1016495739,Tempters: An Infernally Clever Board Game,Tabletop Games,Games,USD,2014-07-04,15000.00,2014-06-04 14:36:52,15060.00,successful,50,US,15060.00,15060.00,15000.00 +1016513635,Little Artistas Mural Van,Public Art,Art,USD,2016-04-23,10000.00,2016-04-07 16:05:19,10892.00,successful,55,US,10892.00,10892.00,10000.00 +1016519437,Collateral,Video Games,Games,USD,2013-08-11,15000.00,2013-07-12 20:21:22,16057.00,successful,300,US,16057.00,16057.00,15000.00 +101651950,Fly goggles fly! Finally a t-shirt that is more than useful,Ready-to-wear,Fashion,EUR,2016-11-20,10000.00,2016-10-18 20:39:24,304.00,failed,18,IT,109.78,322.00,10591.99 +1016524283,Desolation: The Broken (Canceled),Graphic Novels,Comics,AUD,2014-09-23,2000.00,2014-08-24 20:00:48,91.00,canceled,3,AU,84.78,80.00,1758.24 +1016525409,Hunger - Zombie Horror/Love Story Feature Film,Narrative Film,Film & Video,USD,2014-03-14,57000.00,2014-02-12 16:01:59,19926.00,failed,78,US,19926.00,19926.00,57000.00 +101652700,Kooperman on the Big Screen!,Comedy,Film & Video,CAD,2015-11-11,2870.00,2015-10-12 01:38:55,2870.00,successful,94,CA,2216.24,2157.08,2157.08 +1016528051,construir 10 CARRITOS PARA PEPENADORES,Mixed Media,Art,MXN,2017-01-29,80000.00,2016-12-30 07:45:05,0.00,failed,0,MX,0.00,0.00,3903.01 +1016537809,The design and implementation of a class-less economic state,Nonfiction,Publishing,USD,2012-03-15,4000.00,2012-01-16 00:52:29,0.00,failed,0,US,0.00,0.00,4000.00 +1016539731,Slip Grip - 100% Organic Beeswax Glasses Grip,Ready-to-wear,Fashion,USD,2014-10-01,5000.00,2014-08-08 23:51:03,0.00,failed,0,US,0.00,0.00,5000.00 +1016549487,SurfEasy | Plug in Privacy,Technology,Technology,USD,2011-09-19,12500.00,2011-08-15 15:24:59,69404.13,successful,1093,US,69404.13,69404.13,12500.00 +1016552789,The Life & Times of Uncle Bryan (Canceled),Documentary,Film & Video,USD,2011-03-04,1000.00,2011-02-02 04:41:38,0.00,canceled,0,US,0.00,0.00,1000.00 +1016554206,Aggressive vocals + EDM = Adamo Fiscella's new project,Electronic Music,Music,USD,2014-08-23,3800.00,2014-07-24 03:48:45,600.00,failed,5,US,600.00,600.00,3800.00 +101656401,the White Wolf,Video Art,Art,USD,2017-07-27,5000.00,2017-06-27 15:53:46,10249.00,successful,55,US,1525.00,10249.00,5000.00 +"1016565043,Epic - Be a Legend for One Night,Film & Video,Film & Video,USD,2014-10-10,6500.00,2014-09-10 21:23:51,2.00,undefined,0,""N,0"""""",,2.00,6500.00" +1016566206,Social behavior in technical communities,Wearables,Technology,USD,2014-07-27,4000.00,2014-06-27 22:47:40,65.00,failed,5,US,65.00,65.00,4000.00 +1016568508,Aquor: The Ultimate Outdoor Faucet & Garden Hose Connector,Product Design,Design,USD,2015-06-22,35000.00,2015-05-18 18:44:37,38668.00,successful,215,US,38668.00,38668.00,35000.00 +1016578965,Taking it to the next level.,Fashion,Fashion,USD,2015-04-17,10000.00,2015-03-17 23:43:36,0.00,failed,0,US,0.00,0.00,10000.00 +1016581867,The Crankset Project 2016 Calendar,Fine Art,Photography,USD,2015-10-01,2500.00,2015-09-08 17:57:25,85.00,failed,3,US,85.00,85.00,2500.00 +1016583750,colorspike - create in color,Gadgets,Technology,USD,2017-11-17,120000.00,2017-10-03 17:06:22,355212.00,successful,663,US,64001.00,355212.00,120000.00 +"1016585643,""In Her Image, Launch"",Documentary,Film & Video,USD,2011-12-31,10000.00,2011-11-19 05:47:31,0.00,failed,0,US,0.00,0.00,10000.00" +1016588955,House of Puff,Candles,Crafts,USD,2016-06-24,300.00,2016-05-25 20:47:49,40.00,failed,2,US,40.00,40.00,300.00 +101658918,The New Game- Treasure of Ernest Loy - PLUS,Games,Games,USD,2014-03-04,45000.00,2014-02-03 19:07:10,0.00,failed,0,US,0.00,0.00,45000.00 +1016595269,Bruised (A Prequel To Shanked) - A film on Domestic Violence,Shorts,Film & Video,GBP,2013-01-01,1000.00,2012-11-20 22:05:03,105.00,failed,7,GB,170.71,168.20,1601.87 +1016620462,SchoolDaze: We are live!!! #SupportUs&Give,Software,Technology,USD,2017-03-23,50000.00,2017-02-21 18:04:33,6321.00,failed,27,US,290.00,6321.00,50000.00 +1016630664,Bakes 'N' Shakes,Food,Food,GBP,2016-04-30,5000.00,2016-03-31 01:38:23,0.00,failed,0,GB,0.00,0.00,7246.06 +1016630794,City Animals independent cartoon series,Animation,Film & Video,USD,2017-01-09,12000.00,2016-12-10 02:18:20,0.00,failed,0,US,0.00,0.00,12000.00 +1016630987,Don't Walk Among the Dead - A Post Apocalyptic Short Film,Thrillers,Film & Video,CAD,2016-09-15,9800.00,2016-08-16 17:51:01,11102.00,successful,94,CA,908.40,8411.24,7424.80 +1016635916,LinkX - students hiring students,Makerspaces,Technology,USD,2016-03-20,100000.00,2016-01-20 16:04:10,31.00,failed,4,US,31.00,31.00,100000.00 +1016640557,DOWN AT THE WHISTLE STOP,Indie Rock,Music,USD,2013-12-19,10000.00,2013-11-19 04:02:26,0.00,failed,0,US,0.00,0.00,10000.00 +1016645441,The Men Of Narrow Fjord--A Collection by Derek Clarkson,Fashion,Fashion,USD,2012-02-03,5000.00,2011-12-05 20:52:21,5743.51,successful,106,US,5743.51,5743.51,5000.00 +1016645962,Sympic,Web,Technology,GBP,2015-02-25,3000.00,2015-01-26 22:07:46,2.00,failed,2,GB,3.00,3.09,4633.13 +1016646147,MARY LOSS OF SOUL: a supernatural thriller feature film,Horror,Film & Video,USD,2014-11-25,41500.00,2014-10-26 22:19:47,2435.00,canceled,46,US,2435.00,2435.00,41500.00 +1016650418,Supporting Travellers in Tennessee,Community Gardens,Food,USD,2017-10-15,600.00,2017-09-13 22:01:05,11.00,failed,2,US,0.00,11.00,600.00 +"1016661405,""X STAND-Multi-functional Laptop, Tablet, Smartphone Stand."",Product Design,Design,USD,2016-04-24,3500.00,2016-02-24 16:51:07,24836.90,successful,430,US,24836.90,24836.90,3500.00" +1016665592,The Most of Things: an unusual short film that needs that last bit of funding!,Shorts,Film & Video,USD,2010-04-17,500.00,2010-03-16 18:46:56,1270.00,successful,31,US,1270.00,1270.00,500.00 +1016666033,The Colorboration Project Chicago,Performance Art,Art,USD,2011-03-10,850.00,2011-02-08 19:05:24,875.00,successful,24,US,875.00,875.00,850.00 +1016668143,The Algorithm (Sci Fi Short),Shorts,Film & Video,AUD,2014-02-14,3500.00,2014-01-14 00:19:33,1371.00,failed,16,AU,1233.32,1238.26,3161.13 +1016669929,The Ochion Jewell Quartet's Debut Album,Indie Rock,Music,USD,2011-03-20,3600.00,2011-01-19 01:31:52,3706.00,successful,47,US,3706.00,3706.00,3600.00 +1016673585,Carter's Play by Josh McIlvain,Theater,Theater,USD,2012-04-26,4000.00,2012-03-27 03:45:00,4025.00,successful,68,US,4025.00,4025.00,4000.00 +1016676549,Newer way to Scale Fish!,Product Design,Design,USD,2015-12-04,8000.00,2015-11-04 22:01:36,0.00,failed,0,US,0.00,0.00,8000.00 +1016698081,Help National Lines record their first EP!,Rock,Music,USD,2015-03-01,4500.00,2015-01-22 08:17:11,4634.00,successful,52,US,4634.00,4634.00,4500.00 +1016708812,HOW BIG LITTLE IS,Documentary,Film & Video,USD,2013-11-15,15000.00,2013-10-16 00:42:06,18503.00,successful,308,US,18503.00,18503.00,15000.00 +1016716766,30/90 Gallery Show,Photography,Photography,USD,2016-01-23,800.00,2016-01-05 03:58:31,866.00,successful,20,US,866.00,866.00,800.00 +101671707,How The Hours Went,Documentary,Film & Video,USD,2016-09-25,6500.00,2016-08-26 04:11:16,336.00,failed,4,US,335.00,336.00,6500.00 +"1016728092,""Pulp: A smoky, sensuous, sexy story of 1950s lesbian life and love "",Theater,Theater,USD,2010-05-02,2000.00,2010-03-10 03:02:35,2225.00,successful,38,US,2225.00,2225.00,2000.00" +"101672906,""Don't compromise for convenience, take a fresh look ..."",Food,Food,GBP,2013-03-07,5000.00,2013-02-05 01:08:25,110.00,failed,4,GB,172.83,165.32,7514.39" +1016731523,Coffee Brake Mug: C(?????) D?s???. ?,Product Design,Design,USD,2016-04-18,56000.00,2016-03-16 14:42:35,35668.00,failed,691,US,35668.00,35668.00,56000.00 +1016740457,The Algernon Files 3.0,Tabletop Games,Games,USD,2014-08-02,2500.00,2014-07-04 00:19:04,2585.00,successful,117,US,2585.00,2585.00,2500.00 +1016749365,The Silent Playground of Magical Wishes!,Graphic Novels,Comics,USD,2015-02-06,10000.00,2015-01-06 23:06:50,325.00,failed,13,US,325.00,325.00,10000.00 +1016755401,To Paint The Sky's Next EP,Rock,Music,USD,2011-07-30,500.00,2011-05-19 04:19:38,220.00,failed,7,US,220.00,220.00,500.00 +1016755974,TK GO,Graphic Novels,Comics,GBP,2016-12-31,3500.00,2016-12-01 14:01:46,273.00,failed,11,GB,145.96,337.52,4327.18 +1016756535,Something To Do's NEW ALBUM!,Music,Music,USD,2012-04-22,5000.00,2012-03-08 15:57:09,5473.00,successful,119,US,5473.00,5473.00,5000.00 +1016760870,Pívol,Technology,Technology,MXN,2017-11-25,60000.00,2017-10-26 18:16:31,0.00,failed,0,MX,0.00,0.00,3213.02 +1016767907,Ultra Light Vaporizer Pocket Wallet Valet - AKA: PenPal,Crafts,Crafts,USD,2015-10-01,1000.00,2015-08-31 19:59:00,0.00,canceled,0,US,0.00,0.00,1000.00 +1016770882,Coffin Syrup - Enamel Pin Badge,Accessories,Fashion,SEK,2017-12-21,5380.00,2017-11-21 18:25:12,7290.00,successful,57,SE,257.70,869.94,642.01 +1016776921,Bring Sierra Lauren's EP To Life!,Indie Rock,Music,USD,2017-09-03,20000.00,2017-08-04 17:50:58,20920.00,successful,89,US,915.00,20920.00,20000.00 +1016781421,Fantasy Funding,Children's Books,Publishing,GBP,2015-10-02,675.00,2015-08-13 14:54:48,236.00,failed,16,GB,367.13,357.94,1023.78 +1016782717,New Album on Vinyl by The Ex-Girlfriends Club,Rock,Music,USD,2013-09-29,1500.00,2013-08-20 09:21:14,1590.00,successful,45,US,1590.00,1590.00,1500.00 +1016790310,SkyBoats - Sail the Skies,Video Games,Games,CAD,2016-08-12,1000.00,2016-07-13 23:11:29,1091.00,successful,53,CA,456.80,840.85,770.71 +101680437,The Most Extreme Party Girls Music Video,Music Videos,Film & Video,USD,2015-05-06,45000.00,2015-04-06 20:03:24,0.00,failed,0,US,0.00,0.00,45000.00 +1016811197,Nature's Angels inspires children to use their imagination.,Children's Books,Publishing,USD,2014-05-22,1450.00,2014-04-22 01:11:40,0.00,failed,0,US,0.00,0.00,1450.00 +1016814310,We make a movie and you get immortalized!,Shorts,Film & Video,USD,2009-12-29,3000.00,2009-09-30 22:18:06,3034.74,successful,39,US,3034.74,3034.74,3000.00 +1016816389,Give the Angels wings,Performances,Dance,CAD,2014-09-06,9000.00,2014-08-03 18:50:28,11791.00,successful,127,CA,10800.19,10661.90,8138.17 +101682275,HI,Apps,Technology,USD,2015-04-27,10000.00,2015-02-26 18:59:26,70.00,failed,4,US,70.00,70.00,10000.00 +101683642,Cerat: Luxury Pencils of Britain (Canceled),Stationery,Crafts,GBP,2015-07-15,1000.00,2015-06-14 13:01:06,94.00,canceled,6,GB,146.28,146.58,1559.36 +"1016838613,""""""The Kris and Berman Show"""" Adult Animated Series Pilot"",Animation,Film & Video,USD,2012-09-28,20000.00,2012-08-14 18:18:54,4315.00,failed,39,US,4315.00,4315.00,20000.00" +1016842478,The Visit,Shorts,Film & Video,USD,2012-11-17,1500.00,2012-10-18 22:01:36,1500.00,successful,13,US,1500.00,1500.00,1500.00 +1016845672,Classical meets Jazz in an album to inspire young musicians.,Classical Music,Music,CAD,2013-12-09,25000.00,2013-10-10 18:32:47,32444.00,successful,163,CA,31337.96,30449.55,23463.16 +1016855867,We Love Your Pets and People at FacesByPlaces.com,Web,Technology,USD,2014-10-04,20000.00,2014-09-04 04:03:55,0.00,failed,0,US,0.00,0.00,20000.00 +1016861769,Urban Tour Project,Product Design,Design,USD,2013-04-29,25000.00,2013-03-25 17:32:12,39217.00,successful,204,US,39217.00,39217.00,25000.00 +1016862158,Eight by Eight (Canceled),Apparel,Fashion,USD,2016-04-14,1000.00,2016-03-15 22:14:45,0.00,canceled,0,US,0.00,0.00,1000.00 +1016879264,Bintou: Giving Harlem Relevant Theatre ,Theater,Theater,USD,2010-05-22,2550.00,2010-03-25 03:11:22,0.00,failed,0,US,0.00,0.00,2550.00 +1016881185,City of Gray,Indie Rock,Music,USD,2012-11-09,7000.00,2012-10-10 21:53:12,7890.00,successful,122,US,7890.00,7890.00,7000.00 +"101688479,""REDD: The Most Bad Ass Indie SciFi Adventure Movie, EVER!"",Film & Video,Film & Video,USD,2012-06-03,5250.00,2012-05-01 02:23:46,5915.50,successful,96,US,5915.50,5915.50,5250.00" +1016888660,For My Brother (Canceled),Video Games,Games,USD,2014-07-22,150000.00,2014-06-18 09:01:20,31405.11,canceled,665,US,31405.11,31405.11,150000.00 +1016891532,Artizens,Video Games,Games,USD,2013-02-18,30000.00,2013-01-19 00:04:45,52616.00,successful,1558,US,52616.00,52616.00,30000.00 +1016896948,Follow the Westboro baptist church in a rainbow bus,Video,Journalism,USD,2014-09-09,1000.00,2014-07-11 18:41:02,21.00,failed,3,US,21.00,21.00,1000.00 +1016899157,Musée du cirque Gilles MAIGNANT : NICE CIRCUS CABARET,Performance Art,Art,EUR,2015-10-25,1000000.00,2015-08-26 19:38:53,100.00,failed,1,FR,115.34,110.17,1101697.72 +1016899944,Clean and Free,Apparel,Fashion,USD,2016-12-16,5000.00,2016-11-16 00:47:06,51.00,failed,2,US,0.00,51.00,5000.00 +1016904319,The Adventures of Melvin and Me,Comics,Comics,USD,2016-09-13,6500.00,2016-07-15 18:28:52,1621.00,failed,47,US,860.00,1621.00,6500.00 +1016916700,Celebrate Peace and Joy Day October 1 2014,Music,Music,USD,2014-08-10,5000.00,2014-06-26 21:14:55,146.00,failed,4,US,146.00,146.00,5000.00 +1016918437,My First Language Lesson by Chatterfun Media,Children's Books,Publishing,USD,2013-10-21,15000.00,2013-09-19 03:14:38,29.00,failed,1,US,29.00,29.00,15000.00 +1016927766,Jumpman Forever,Video Games,Games,USD,2013-12-21,20000.00,2013-11-22 19:23:29,20472.00,successful,236,US,20472.00,20472.00,20000.00 +1016931006,Here Comes Jason Lightning Tiger!,Music,Music,USD,2013-09-11,3000.00,2013-08-12 18:08:37,0.00,failed,0,US,0.00,0.00,3000.00 +1016931193,Daylight Hours,Video Games,Games,GBP,2016-08-24,200.00,2016-07-25 14:32:37,3.00,failed,2,GB,0.00,3.96,264.25 +1016931493,Milly Zantow: Recycling Pioneer,Installations,Art,USD,2015-05-06,5000.00,2015-04-06 16:41:17,1125.00,failed,16,US,1125.00,1125.00,5000.00 +1016933370,Manufacture of Bijouz Full Figured Fashion,Fashion,Fashion,USD,2012-11-08,2000.00,2012-09-24 09:42:13,100.00,failed,7,US,100.00,100.00,2000.00 +1016935126,Boneyard Pets V.3 - Punch Out 3D Dinosaur Puzzles Reinvented,Product Design,Design,USD,2015-06-12,5000.00,2015-05-13 22:07:23,10611.00,successful,165,US,10611.00,10611.00,5000.00 +1016942335,Culinary Mushroom Project,Small Batch,Food,USD,2014-08-09,500.00,2014-07-10 21:58:45,500.00,successful,11,US,500.00,500.00,500.00 +101695472,Shadow Of Valor: The Darkness Endures,Fantasy,Film & Video,GBP,2014-05-23,1000.00,2014-04-23 13:20:42,227.00,failed,8,GB,381.24,382.28,1684.07 +1016966315,15 Weeks of Field Study: Land Arts of the American West,Art,Art,USD,2017-09-05,3150.00,2017-08-06 19:06:39,706.00,failed,8,US,21.00,706.00,3150.00 +1016967387,Pretty Butch,Plays,Theater,SGD,2016-12-14,9000.00,2016-11-23 02:59:03,9124.00,successful,72,SG,266.25,6322.50,6236.57 +1016968400,Diva of Spiritual Voice/Hidden jewel from !NEW Album in USA,World Music,Music,USD,2012-07-18,80000.00,2012-06-18 21:58:50,100.00,failed,2,US,100.00,100.00,80000.00 +1016968508,The Road to Pannonia,Jazz,Music,USD,2017-11-15,5500.00,2017-09-20 03:46:04,5695.71,successful,65,US,0.00,5695.71,5500.00 +1016972003,Chocky Hendreth's Doppelgäng,Fashion,Fashion,GBP,2015-01-18,5000.00,2014-12-19 14:09:08,333.00,failed,7,GB,519.14,498.99,7492.32 +1016985196,Breaking The Chains,Drama,Film & Video,USD,2015-12-14,7500.00,2015-10-15 00:15:01,6.00,failed,2,US,6.00,6.00,7500.00 +"1016991246,""love, Pittsburgh"",Crafts,Crafts,USD,2017-06-21,5000.00,2017-06-01 13:44:22,8878.00,successful,105,US,6710.00,8878.00,5000.00" +1016995738,Rotary combustion engine,Fabrication Tools,Technology,USD,2016-05-24,17000.00,2016-03-25 22:39:28,115.00,failed,6,US,115.00,115.00,17000.00 +1016999424,Soulcraft Custom RPG Dice,Tabletop Games,Games,USD,2014-12-10,3000.00,2014-11-10 18:31:52,1319.00,failed,57,US,1319.00,1319.00,3000.00 +1017011422,Electric Car,Technology,Technology,MXN,2017-09-13,40000000.00,2017-08-19 01:19:23,510.00,failed,2,MX,0.00,28.87,2263980.08 +101701536,Crisis Averted: Party Card Game for Geeks and Know-it-Alls,Tabletop Games,Games,USD,2014-07-05,2500.00,2014-06-05 18:00:15,140.00,canceled,6,US,140.00,140.00,2500.00 +"1017015636,""Support """"Red Light, Green Light"""" in its second festival!"",Theater,Theater,USD,2012-08-02,1000.00,2012-07-23 22:55:19,25.00,failed,1,US,25.00,25.00,1000.00" +1017016615,The Singing Stream series,Documentary,Film & Video,USD,2015-09-05,5500.00,2015-08-06 15:41:25,6930.00,successful,105,US,6930.00,6930.00,5500.00 +1017019083,F*** You Kitty Jenkins,Comic Books,Comics,GBP,2014-10-30,1000.00,2014-09-30 19:19:47,1894.00,successful,87,GB,3074.78,3024.59,1596.93 +1017019316,STOCKHOLM - Uffe Persson 2017,Music Videos,Film & Video,SEK,2017-04-19,25000.00,2017-03-20 07:48:59,1350.00,failed,5,SE,0.00,149.83,2774.66 +1017025135,Madhouse Hospital,Horror,Film & Video,USD,2015-10-05,400.00,2015-09-05 15:34:33,0.00,failed,0,US,0.00,0.00,400.00 +1017028507,Blip Festival Tokyo 2012: A Photographic Documentary,Photography,Photography,USD,2012-09-13,4000.00,2012-08-14 23:53:26,4163.00,successful,95,US,4163.00,4163.00,4000.00 +1017041137,A Light Hazing,Public Art,Art,USD,2011-08-22,3000.00,2011-08-18 19:36:26,150.00,failed,2,US,150.00,150.00,3000.00 +1017060384,He's Still In The Blessing Business.,Faith,Music,USD,2016-04-04,10000.00,2016-02-07 03:16:58,5.00,failed,1,US,5.00,5.00,10000.00 +101706164,Rivers Of Time - A Documentary Film production (Canceled),Documentary,Film & Video,GBP,2015-09-16,35000.00,2015-07-18 11:32:23,4500.00,canceled,9,GB,7034.32,7041.04,54763.66 +1017068941,Wastebasket Whatnots: Jewelry and Gifts,Crafts,Crafts,USD,2011-10-24,5000.00,2011-09-24 06:11:14,100.00,failed,2,US,100.00,100.00,5000.00 +"1017072750,""Refined Casual Gear for Gents, Made in the USA"",Fashion,Fashion,USD,2013-01-03,20000.00,2012-12-04 17:03:06,30769.00,successful,217,US,30769.00,30769.00,20000.00" +1017076764,Proven Reality,Technology,Technology,USD,2015-10-01,100000.00,2015-08-19 17:11:20,253.00,failed,6,US,253.00,253.00,100000.00 +1017078653,The Tipping Documentary,Documentary,Film & Video,USD,2014-04-04,1550.00,2014-03-05 14:45:26,1767.00,successful,42,US,1767.00,1767.00,1550.00 +101708020,FAITHFUL NEIGHBORS,Comedy,Film & Video,USD,2017-05-25,201700.00,2017-04-25 21:25:24,11413.00,failed,64,US,2730.00,11413.00,201700.00 +1017085306,Atrebla Fashions: Women's Apparel,Fashion,Fashion,CAD,2014-05-01,5000.00,2014-04-04 23:54:03,60.00,failed,1,CA,54.39,54.72,4559.96 +1017093616,CawneQuest: New Reign - A Unique Fantasy Tabletop Card Game,Tabletop Games,Games,USD,2017-03-04,50000.00,2017-02-01 22:57:51,2176.00,failed,21,US,1607.00,2176.00,50000.00 +"1017106495,""""""Lil' G"""" Character Education Book Series"",Children's Books,Publishing,USD,2016-08-19,10000.00,2016-07-21 01:41:23,1.00,failed,1,US,0.00,1.00,10000.00" +1017108037,Tessel Jet Pack Backpack,Design,Design,USD,2013-06-02,17000.00,2013-05-01 06:07:05,56045.00,successful,846,US,56045.00,56045.00,17000.00 +1017108145,DUCK BEACH,Documentary,Film & Video,USD,2011-05-24,15000.00,2011-04-23 22:48:20,16346.00,successful,152,US,16346.00,16346.00,15000.00 +1017118969,Conspiracy Prophecy 2017 - PC Game,Video Games,Games,USD,2013-12-24,2500.00,2013-11-24 10:32:52,469.00,failed,44,US,469.00,469.00,2500.00 +1017121092,Wrestling Podcast for the 'Universe',Journalism,Journalism,GBP,2015-03-28,180.00,2015-02-26 22:53:42,4.00,failed,4,GB,6.19,5.92,266.46 +1017132344,Princes of the Universe: a Nino Malong Art Book,Art Books,Publishing,USD,2016-09-05,1200.00,2016-07-31 21:03:04,1670.00,successful,39,US,201.00,1670.00,1200.00 +1017142087,One Minute Gone: Manhattan Noir: a novel and backstory book,Fiction,Publishing,USD,2013-08-01,3000.00,2013-07-02 01:32:57,21.00,failed,3,US,21.00,21.00,3000.00 +"1017146342,""Be a part of An Films newest short film, 1901!"",Shorts,Film & Video,USD,2010-07-03,3150.00,2010-06-09 06:32:32,3487.00,successful,59,US,3487.00,3487.00,3150.00" +1017150197,Elegant Techology Jewelry: Ferrofluid Pendant,Jewelry,Fashion,USD,2015-04-19,2000.00,2015-03-20 04:19:00,640.00,failed,16,US,640.00,640.00,2000.00 +1017169328,Long Arm Quilting Machine Desperately Needed for Business,Quilts,Crafts,USD,2015-09-01,28893.00,2015-08-08 04:45:25,50.00,canceled,1,US,50.00,50.00,28893.00 +1017181934,Chlambrum Trilogy,Fiction,Publishing,AUD,2014-07-03,3000.00,2014-06-03 16:42:09,0.00,failed,0,AU,0.00,0.00,2805.57 +1017193221,Heirs of the Wizard King,Tabletop Games,Games,USD,2017-10-06,3500.00,2017-09-05 17:00:52,12020.00,successful,598,US,435.00,12020.00,3500.00 +"1017195583,""Knox - """"Daddy Shit"""" Music Video!"",Hip-Hop,Music,USD,2013-05-20,5000.00,2013-04-20 00:18:37,0.00,failed,0,US,0.00,0.00,5000.00" +1017195680,Community Spinning and fibre Group Wheel,Crafts,Crafts,GBP,2016-04-25,300.00,2016-03-26 20:55:14,306.00,successful,17,GB,431.89,447.20,438.44 +1017200721,Hacked at 17 - Teaching Teens Online Safety,Nonfiction,Publishing,USD,2018-01-16,20000.00,2017-11-22 12:11:36,1300.00,live,6,US,0.00,1300.00,20000.00 +101720873,T REXXXXXX! - A Multi-Media Kids Project,Music,Music,USD,2011-09-01,10000.00,2011-07-20 19:42:39,11665.00,successful,103,US,11665.00,11665.00,10000.00 +1017215218,NORTHWEST PINTS | Glass Etched with Pacific NW Personality,Glass,Crafts,USD,2017-09-07,10000.00,2017-08-08 16:42:13,2860.00,failed,52,US,1590.00,2860.00,10000.00 +1017217801,Pixel Shades by R A V E Z (Canceled),Wearables,Technology,GBP,2014-07-11,5800.00,2014-06-26 21:29:25,876.00,canceled,9,GB,1487.05,1499.72,9929.64 +101721955,Dragged to Evil - An adventure game based on a horror story,Video Games,Games,MXN,2017-02-17,150000.00,2017-01-03 08:46:52,8540.00,failed,19,MX,19.31,417.11,7326.37 +1017223437,Live On Tour Documentary (Canceled),Documentary,Film & Video,USD,2012-09-10,5000.00,2012-08-22 02:44:35,0.00,canceled,0,US,0.00,0.00,5000.00 +1017225613,Help us Launch Our NEW Harvest Apple Honey Wine Vinegar!,Food,Food,USD,2013-07-14,26000.00,2013-06-14 17:15:58,1125.00,failed,30,US,1125.00,1125.00,26000.00 +1017227990,Twin Peaks - black lodge heart enamel pin,Jewelry,Fashion,GBP,2017-09-07,150.00,2017-08-24 09:39:29,269.00,successful,27,GB,75.65,355.45,198.21 +"1017228340,""Bundle-pup: Cozy, Premium Scarves for Dogs!"",Pet Fashion,Fashion,USD,2017-11-09,10000.00,2017-10-10 16:11:02,1458.00,failed,28,US,415.00,1458.00,10000.00" +1017229672,Turn my words into music,Country & Folk,Music,USD,2012-05-10,30000.00,2012-04-10 04:22:33,0.00,failed,0,US,0.00,0.00,30000.00 +1017233400,The Realm of Gob,Video Games,Games,USD,2014-03-13,10000.00,2014-02-11 18:28:32,735.00,failed,6,US,735.00,735.00,10000.00 +1017240157,Disconnected - Web Series,Film & Video,Film & Video,USD,2012-11-16,3000.00,2012-10-17 02:15:08,3000.00,successful,34,US,3000.00,3000.00,3000.00 +1017244986,Renovación Vagón Escuela Primaria,Architecture,Design,MXN,2017-06-30,290000.00,2017-05-31 08:53:17,16720.00,canceled,14,MX,163.01,926.98,16078.06 +"1017252588,""My Debut EP - """"Shine!"""" - PHASE 1"",Pop,Music,USD,2018-01-09,5000.00,2017-12-10 22:44:19,5416.00,live,41,US,704.00,5416.00,5000.00" +1017254268,Nova Gam3: The Album,Hip-Hop,Music,USD,2013-02-01,7337.00,2012-12-05 08:12:21,13.00,failed,1,US,13.00,13.00,7337.00 +1017257432,Practical Plantoid Robotics: Easy to Build Organic Robots,Robots,Technology,USD,2017-09-09,5000.00,2017-08-10 02:13:11,5139.77,successful,66,US,1488.77,5139.77,5000.00 +1017259112,Jeff Miracola's Fantasy Art Acrylic Painting Technique Video,Painting,Art,USD,2015-09-08,8000.00,2015-08-09 18:59:09,23317.00,successful,447,US,23317.00,23317.00,8000.00 +1017265011,SIGNd- a revolutionary site for new artists to be discovered,Music,Music,USD,2016-05-29,200000.00,2016-03-30 02:44:19,0.00,failed,0,US,0.00,0.00,200000.00 +1017284207,GiftPrompt Mobile App,Apps,Technology,USD,2016-04-27,6000.00,2016-03-28 17:25:14,2.00,failed,2,US,2.00,2.00,6000.00 +1017289532,Exotic Wooden Belaying Pins For Pirate Cosplay,Crafts,Crafts,USD,2013-04-27,500.00,2013-04-07 21:32:05,515.00,successful,6,US,515.00,515.00,500.00 +1017293387,Nick Tyson (a fresh start),Music,Music,USD,2014-06-02,1500.00,2014-05-23 08:13:17,0.00,failed,0,US,0.00,0.00,1500.00 +1017294310,Brom - Malaise,Hip-Hop,Music,CAD,2017-07-26,2000.00,2017-06-26 17:34:44,2872.00,successful,49,CA,363.43,2289.72,1594.51 +1017297052,Pulp Productions Presents: Roomies,Webseries,Film & Video,USD,2012-07-21,2000.00,2012-06-21 18:46:56,50.00,failed,1,US,50.00,50.00,2000.00 +1017297465,Our Dream come true: Marasco's Candies,Food,Food,USD,2015-02-01,5000.00,2015-01-04 20:17:06,5083.00,successful,68,US,5083.00,5083.00,5000.00 +1017298128,My Vegan Sweet Tooth -- Bursting at the seams!,Food,Food,USD,2012-10-08,10000.00,2012-08-24 02:25:35,1508.00,failed,28,US,1508.00,1508.00,10000.00 +1017301556,Peat Reek - A short Scottish film about whisky smuggling,Shorts,Film & Video,GBP,2013-09-02,3300.00,2013-08-03 14:44:52,4010.00,successful,79,GB,6062.50,6246.88,5140.83 +1017305862,Hot Pants and Helmets: A Modern Roller Derby Story,Photography,Photography,USD,2012-05-31,500.00,2012-05-03 01:54:18,100.00,failed,6,US,100.00,100.00,500.00 +1017309392,Lulu & Kuis: Create your own luxury wool coat,Ready-to-wear,Fashion,GBP,2015-09-27,4000.00,2015-09-11 20:59:44,4000.00,successful,21,GB,6141.51,6066.86,6066.86 +1017317496,The vanishing springs of Florida,Photobooks,Photography,USD,2014-08-17,300.00,2014-07-18 22:54:07,0.00,failed,0,US,0.00,0.00,300.00 +1017331826,Monster Documentary,Documentary,Film & Video,USD,2012-01-21,5000.00,2011-11-22 03:43:31,230.00,failed,7,US,230.00,230.00,5000.00 +1017334345,Stone Skull's 28mm Tabletop Gaming Miniature Furniture,Tabletop Games,Games,USD,2016-04-01,3000.00,2016-03-02 15:36:35,76498.00,successful,810,US,76498.00,76498.00,3000.00 +1017338225,Bring the Music In: the Summer Januaries 1st Original Album,Country & Folk,Music,USD,2013-10-04,3500.00,2013-09-04 23:11:11,3709.00,successful,43,US,3709.00,3709.00,3500.00 +"1017343780,""Tuna Knobs, Stick ‘em to your tablet and it’s a controller."",Product Design,Design,EUR,2014-08-08,12500.00,2014-07-09 16:55:50,30665.00,successful,669,NL,41720.12,41054.17,16734.95" +1017346677,Rivanna River Basin Mural--by artist Kaki Dimock,Public Art,Art,USD,2013-07-27,8000.00,2013-07-01 17:54:28,11371.00,successful,112,US,11371.00,11371.00,8000.00 +1017350841,Songs of Petroleum - autobiography of Jan Lundberg,Nonfiction,Publishing,USD,2011-07-01,5000.00,2011-06-01 00:50:53,0.00,failed,0,US,0.00,0.00,5000.00 +1017352501,Le Cerbère en Vidéoclip!,Indie Rock,Music,CAD,2015-11-16,1000.00,2015-10-17 01:07:47,1115.00,successful,32,CA,862.61,837.53,751.15 +10173583,DESTINATION: CONCEPT ARTIST -an audio book,Conceptual Art,Art,USD,2011-12-02,1000.00,2011-11-18 06:01:12,401.00,failed,10,US,401.00,401.00,1000.00 +1017361698,My debut full-length album.,Indie Rock,Music,USD,2011-06-03,500.00,2011-05-04 00:49:17,525.00,successful,21,US,525.00,525.00,500.00 +1017371634,Reactions Through Spaces. An Interaction,Dance,Dance,USD,2014-04-06,2000.00,2014-02-05 16:07:39,2626.61,successful,36,US,2626.61,2626.61,2000.00 +1017374228,for the love of it all: an extended play album,R&B,Music,USD,2017-06-01,1000.00,2017-04-24 23:16:12,30.00,failed,1,US,0.00,30.00,1000.00 +1017375472,Cruce - Cortometraje/Shortfilm,Shorts,Film & Video,MXN,2017-05-08,15000.00,2017-04-03 20:57:06,18000.00,successful,18,MX,106.84,952.53,793.78 +1017382500,Japanese Anime Store (Canceled),Comic Books,Comics,USD,2016-03-31,50000.00,2016-03-01 00:55:29,5.00,canceled,1,US,5.00,5.00,50000.00 +1017383076,Going Green on a Electric Motorcycle,Film & Video,Film & Video,USD,2013-03-11,49777.00,2013-02-09 01:08:54,110.00,failed,2,US,110.00,110.00,49777.00 +1017383096,A Taste of Heaven & Hell,Nonfiction,Publishing,USD,2013-11-17,15000.00,2013-10-03 02:59:25,165.00,failed,4,US,165.00,165.00,15000.00 +101738386,E.P release,Indie Rock,Music,GBP,2014-05-31,1000.00,2014-04-01 09:30:09,1422.00,successful,153,GB,2365.00,2392.57,1682.54 +1017384940,Help me make an EP/CD!,Music,Music,USD,2012-08-08,450.00,2012-06-21 18:52:28,610.00,successful,22,US,610.00,610.00,450.00 +1017394060,Twenty Seconds...A True Account of Survival & Hope,Nonfiction,Publishing,USD,2015-03-26,12500.00,2015-02-24 17:46:21,218.00,canceled,3,US,218.00,218.00,12500.00 +1017398663,Mermaid Love,Fashion,Fashion,EUR,2015-06-11,500.00,2015-05-12 09:20:09,187.00,failed,4,DE,208.67,209.81,561.00 +1017405397,How To Deal with Life Difficulties (Canceled),Nonfiction,Publishing,USD,2016-03-06,12500.00,2016-02-05 07:07:52,0.00,canceled,0,US,0.00,0.00,12500.00 +"1017408264,l'église sur l'océan - The church on the ocean,Film & Video,Film & Video,GBP,2014-06-08,2500.00,2014-05-09 17:00:52,2925.00,undefined,0,""N,0"""""",,4961.41,4240.52" +1017410978,Grinidon: A Fantasy Graphic Novel,Graphic Novels,Comics,USD,2015-04-13,7000.00,2015-03-14 05:38:56,7668.00,successful,91,US,7668.00,7668.00,7000.00 +1017422757,Axel Fowley Music,Electronic Music,Music,EUR,2015-07-29,5000.00,2015-06-29 11:49:08,0.00,failed,0,AT,0.00,0.00,5483.48 +1017428577,Kool Vibe Music Group,Hip-Hop,Music,USD,2015-04-25,3000.00,2015-03-26 20:42:25,1.00,failed,1,US,1.00,1.00,3000.00 +101743080,Nora Evergla Designs,Apparel,Fashion,USD,2015-10-09,2300.00,2015-09-09 23:58:46,67.00,failed,3,US,67.00,67.00,2300.00 +1017435807,Penn State: We Are...Forever,Places,Photography,USD,2015-01-16,700.00,2015-01-02 23:14:14,0.00,failed,0,US,0.00,0.00,700.00 +1017448246,First Place Coffee,Food Trucks,Food,USD,2017-09-30,26000.00,2017-08-31 02:40:35,27643.66,successful,195,US,3513.66,27643.66,26000.00 +1017454,The Forest or: How I Learned to Love the Pine Beetle,Film & Video,Film & Video,USD,2015-04-26,1.00,2015-04-20 17:03:18,167.00,successful,9,US,167.00,167.00,1.00 +1017454272,WIU (World in Universe) (WIU.co),Games,Games,EUR,2015-04-14,100000.00,2015-03-17 00:36:16,4.00,failed,1,NL,4.20,4.33,108139.67 +1017456318,INCURSION: Faeblade,Fiction,Publishing,USD,2016-09-22,500.00,2016-08-23 00:05:21,679.00,successful,12,US,35.00,679.00,500.00 +"1017463092,""""""Neak Ta"""" - supporting experimental arts and music in Phnom Penh, Cambodia"",Art,Art,USD,2010-04-18,2500.00,2010-03-12 10:33:48,2570.00,successful,35,US,2570.00,2570.00,2500.00" +1017464144,Raven Bicycle Registry Smartphone Security System,Technology,Technology,USD,2013-12-12,36500.00,2013-11-12 08:52:16,4736.00,failed,33,US,4736.00,4736.00,36500.00 +1017468002,Marcus Lindsey Band For CMA Fest 2016,Country & Folk,Music,USD,2016-05-14,1500.00,2016-04-14 20:28:06,1500.00,successful,12,US,1500.00,1500.00,1500.00 +"1017474476,""Honey, Darling"",Horror,Film & Video,USD,2017-11-11,500.00,2017-10-12 02:51:26,1534.00,successful,47,US,51.00,1534.00,500.00" +1017475213,InProv Debut EP/DVD,Music,Music,USD,2012-08-06,1200.00,2012-07-07 05:05:41,20.00,failed,1,US,20.00,20.00,1200.00 +1017481629,Help Produce the Brand New ILLUS Album and Comic Book!,Hip-Hop,Music,USD,2011-01-08,7500.00,2010-11-09 03:40:33,565.00,failed,16,US,565.00,565.00,7500.00 +1017484485,Help VRTGO Kick-Off with KickStarter!,Electronic Music,Music,USD,2015-09-07,5000.00,2015-08-06 02:17:50,0.00,failed,0,US,0.00,0.00,5000.00 +1017489933,Streamer Room (Canceled),Live Games,Games,USD,2014-08-09,1000.00,2014-07-30 01:12:59,5.00,canceled,1,US,5.00,5.00,1000.00 +1017491279,Street Name Register (Canceled),Technology,Technology,AUD,2015-02-11,4500.00,2015-01-22 02:33:01,0.00,canceled,0,AU,0.00,0.00,3486.48 +1017497445,A2Z Med Review,Film & Video,Film & Video,USD,2015-05-02,1000.00,2015-03-03 03:45:15,0.00,failed,0,US,0.00,0.00,1000.00 +1017497680,BeYouNow,Tabletop Games,Games,EUR,2015-03-26,9000.00,2015-02-24 11:29:57,386.00,failed,3,NL,439.41,419.04,9770.40 +1017502930,Autism: Hearts of Angels...,People,Photography,GBP,2015-12-01,2850.00,2015-11-03 17:17:03,935.00,failed,11,GB,1442.91,1415.55,4314.78 +1017507083,'Little' - Short Film,Shorts,Film & Video,GBP,2014-03-24,1650.00,2014-03-10 18:07:24,1710.00,successful,54,GB,2858.38,2844.26,2744.47 +1017509045,Reason To Bake Gluten Free Cookies,Small Batch,Food,USD,2016-10-14,20000.00,2016-09-14 22:27:01,20772.00,successful,127,US,655.00,20772.00,20000.00 +1017512648,The BB-MT (big bite-multi tool),Product Design,Design,CAD,2015-10-17,1300.00,2015-09-22 02:55:26,40.00,failed,5,CA,30.24,30.61,994.87 +"1017513321,""Honor Finnegan's """"The Tiny Life"""""",Country & Folk,Music,USD,2011-12-29,3500.00,2011-11-29 00:36:01,3626.25,successful,98,US,3626.25,3626.25,3500.00" +"1017513528,""ibou pocket, the handy pouch for your handbag."",Fashion,Fashion,GBP,2014-04-04,5000.00,2014-03-05 11:21:41,7034.00,successful,189,GB,11714.35,11656.70,8285.97" +1017522319,Destruction Of A King's new EP + UK/EU Tour.,Rock,Music,USD,2011-11-16,1000.00,2011-10-29 22:30:39,1135.00,successful,20,US,1135.00,1135.00,1000.00 +1017523928,Vegan Cookies w/ QR Information / Promo / Fundraising Codes,Vegan,Food,USD,2015-08-12,5000.00,2015-07-13 17:53:48,45.00,failed,3,US,45.00,45.00,5000.00 +1017524619,Casa de los Amigos - the book,Nonfiction,Publishing,USD,2016-04-29,11500.00,2016-03-24 06:18:32,12100.00,successful,147,US,12100.00,12100.00,11500.00 +1017526751,Tipsy Tarts cake bakery (cake+liquor=delicious),Food,Food,USD,2014-10-22,3000.00,2014-09-22 19:36:28,65.00,failed,4,US,65.00,65.00,3000.00 +1017530164,Dungeon Forge - In my pocket,Tabletop Games,Games,EUR,2015-09-10,1500.00,2015-08-11 12:48:38,8386.00,successful,164,ES,9196.05,9449.33,1690.20 +10175303,Lunchbar with cocktailworkshops and tastings,Drinks,Food,EUR,2015-01-05,3500.00,2014-12-11 11:45:58,3500.00,successful,4,NL,4331.96,4134.53,4134.53 +1017533333,Immortal Prosperity: First Dragon & Phoenix Coloring Book,Art Books,Publishing,USD,2016-11-26,3888.00,2016-10-27 00:55:24,8377.00,successful,198,US,2414.00,8377.00,3888.00 +1017547220,Roll out zebra crossing,Technology,Technology,GBP,2015-08-10,1500.00,2015-07-11 08:28:53,20.00,failed,2,GB,30.77,31.27,2345.22 +1017556005,Adventures with Alwyn: Artistic Autistic Self-Expression,Art,Art,USD,2013-08-06,5000.00,2013-07-07 07:29:19,5804.00,successful,58,US,5804.00,5804.00,5000.00 +"1017557795,""MusíGlota, learn languages with your favorite music"",Apps,Technology,USD,2017-01-11,15000.00,2016-12-12 13:04:22,1147.00,failed,52,US,1536.00,1147.00,15000.00" +101755848,ELECTRA,Drama,Film & Video,USD,2015-03-23,52000.00,2015-02-21 22:56:20,970.00,failed,7,US,970.00,970.00,52000.00 +1017563105,The Lion In Winter,Theater,Theater,USD,2012-04-05,500.00,2012-03-05 23:28:42,503.00,successful,24,US,503.00,503.00,500.00 +1017563394,Stoofer - Meme Social Network,Web,Technology,EUR,2016-11-16,20250.00,2016-10-17 17:20:26,0.00,canceled,0,IT,0.00,0.00,21523.78 +"1017566406,""Hustling Series, Season Two"",Webseries,Film & Video,USD,2012-06-10,12000.00,2012-05-10 03:33:31,18295.00,successful,122,US,18295.00,18295.00,12000.00" +101756860,Nothing Personal - The Expansions!,Tabletop Games,Games,USD,2014-05-31,25000.00,2014-05-01 17:35:37,48466.84,successful,624,US,48466.84,48466.84,25000.00 +1017573335,The Car Project (Canceled),Crafts,Crafts,NOK,2015-10-18,20000.00,2015-09-18 20:36:12,0.00,canceled,0,NO,0.00,0.00,2395.90 +1017573801,Wax Fingers Makes an Album,Rock,Music,USD,2010-07-12,1800.00,2010-05-27 22:18:44,3412.00,successful,102,US,3412.00,3412.00,1800.00 +1017575898,Project Veri Gaming,Video Games,Games,USD,2016-08-30,20000.00,2016-07-31 00:16:17,0.00,canceled,0,US,0.00,0.00,20000.00 +101758077,DRUM - a short film,Shorts,Film & Video,GBP,2017-08-12,6000.00,2017-07-25 21:25:20,7530.00,successful,73,GB,793.76,9694.49,7724.69 +1017580790,Living Furniture | The table that grows your food,Product Design,Design,USD,2014-07-31,20000.00,2014-06-30 17:59:59,2252.00,failed,57,US,2252.00,2252.00,20000.00 +101758741,Fighting Lies,Fiction,Publishing,USD,2015-01-22,5500.00,2014-12-23 20:33:19,61.00,failed,3,US,61.00,61.00,5500.00 +1017594080,LOST UTOPIAS: THE BOOK,Art,Art,USD,2016-05-18,12700.00,2016-04-18 16:59:13,14925.00,successful,141,US,14925.00,14925.00,12700.00 +1017611137,Before the Court,Shorts,Film & Video,USD,2015-08-03,5000.00,2015-07-09 18:53:43,6005.00,successful,48,US,6005.00,6005.00,5000.00 +10176166,Natural Makes Scents,DIY,Crafts,CAD,2015-05-13,5000.00,2015-03-14 18:38:55,34.00,failed,3,CA,26.76,28.25,4153.86 +"1017621175,""American Aquarium - The Making of """"Burn.Flicker.Die."""""",Music,Music,USD,2012-01-11,20000.00,2011-11-12 16:29:49,23968.50,successful,337,US,23968.50,23968.50,20000.00" +1017628052,The Future Sausage,Publishing,Publishing,EUR,2017-05-14,25000.00,2017-04-03 14:27:54,25376.00,successful,133,NL,0.00,28367.97,27947.64 +"1017630206,""SLIM42 : Ultra Thin Watch, Pure Italian Design (Suspended)"",Product Design,Design,EUR,2016-01-16,20000.00,2015-12-07 14:14:44,2645.00,suspended,60,IT,2878.05,2858.72,21616.01" +1017637644,VORB: iOS Physics-Based Racing Platformer,Video Games,Games,USD,2011-02-22,8000.00,2011-01-16 08:25:37,45.00,failed,5,US,45.00,45.00,8000.00 +1017646245,Tailwind - Affordable Smart Home Automation Made Simple,Gadgets,Technology,CAD,2016-01-06,125000.00,2015-12-07 18:52:11,4698.00,failed,55,CA,3515.90,3330.50,88614.77 +1017647710,Nearbuds™ for AirPods™ - Magnetic clips with a safety strap.,Gadgets,Technology,CAD,2017-05-09,25000.00,2017-04-04 13:01:38,11230.00,failed,40,CA,25.54,8174.41,18197.70 +1017666936,Gathering of Guardians: Board Game,Tabletop Games,Games,USD,2014-09-14,25000.00,2014-08-12 19:34:10,1926.00,failed,24,US,1926.00,1926.00,25000.00 +1017667607,Creative Story Stones,Tabletop Games,Games,AUD,2015-09-01,6000.00,2015-08-06 23:31:15,6046.00,successful,33,AU,4450.48,4222.36,4190.24 +1017668655,ILLUS: Origin of the Mask: San Diego Comic Con Exclusive CD,Hip-Hop,Music,USD,2013-06-24,1000.00,2013-06-14 20:57:04,912.00,failed,25,US,912.00,912.00,1000.00 +1017670765,Bring Chess To Kids,Tabletop Games,Games,USD,2010-01-10,3000.00,2009-10-12 22:42:45,25.00,failed,1,US,25.00,25.00,3000.00 +101767263,3Doodler: The World's First 3D Printing Pen,Hardware,Technology,USD,2013-03-25,30000.00,2013-02-19 06:08:59,2344134.67,successful,26457,US,2344134.67,2344134.67,30000.00 +1017673489,Voyage to Crab Mountain prog 'n' roll album by Firegarden,Rock,Music,GBP,2017-10-14,250.00,2017-09-08 00:34:42,568.00,successful,28,GB,261.98,748.98,329.66 +1017673870,God Hates Astronauts: The Completely Complete Edition,Comics,Comics,USD,2013-03-20,15000.00,2013-02-18 17:31:17,75770.03,successful,1768,US,75770.03,75770.03,15000.00 +1017677782,Keep DVQ Alive!,Periodicals,Publishing,USD,2011-11-10,350.00,2011-10-11 00:40:22,665.00,successful,31,US,665.00,665.00,350.00 +1017679181,The Origins Of Pencil Man,Comics,Comics,USD,2013-03-05,500.00,2013-02-03 14:03:19,48.00,failed,3,US,48.00,48.00,500.00 +1017683260,Personalized Christmas Ornaments That Light Up,Ceramics,Art,USD,2016-11-29,250.00,2016-11-15 16:32:10,1.00,failed,1,US,0.00,1.00,250.00 +1017686466,House Kombucha: Bringin' It Fresh to YOU!,Food,Food,USD,2013-10-27,10000.00,2013-08-28 19:46:46,10076.00,successful,142,US,10076.00,10076.00,10000.00 +101771329,Family-operated Premier French Bakery & Cafe in SoCal,Food,Food,USD,2015-10-06,50000.00,2015-08-07 23:44:40,0.00,failed,0,US,0.00,0.00,50000.00 +1017716054,Globe - A spherical persistence of vision display,Product Design,Design,GBP,2017-11-10,20000.00,2017-10-11 20:22:44,21045.00,successful,50,GB,10474.58,27753.60,26375.48 +"1017718320,""Recycled wood functional art furniture, all natural colors"",Art,Art,USD,2014-12-04,10000.00,2014-11-04 03:04:39,0.00,failed,0,US,0.00,0.00,10000.00" +101772547,That Golden Pup: 2017 Calendar,Animals,Photography,USD,2016-10-18,3000.00,2016-10-02 18:03:54,6095.00,successful,244,US,2930.00,6095.00,3000.00 +1017729927,Launch the Peregrine,Sculpture,Art,USD,2012-09-22,1000.00,2012-08-23 20:02:52,30.00,failed,2,US,30.00,30.00,1000.00 +1017735286,Street pet fashion - Danie's Fashion,Pet Fashion,Fashion,GBP,2016-02-18,5000.00,2016-01-19 17:41:09,0.00,failed,0,GB,0.00,0.00,7138.88 +101773583,Catalpa: Edinburgh Fringe 2015,Theater,Theater,USD,2014-12-23,7200.00,2014-12-02 16:56:58,8670.00,successful,128,US,8670.00,8670.00,7200.00 +1017736573,Gallery Kaiela,Art,Art,AUD,2015-11-30,15000.00,2015-10-29 05:02:31,15116.00,successful,80,AU,10766.47,11061.03,10976.15 +1017740508,THE UNSTAINABLE® WORKWEAR COLLECTION,Apparel,Fashion,USD,2016-06-03,40000.00,2016-05-03 15:29:39,154788.00,successful,873,US,154788.00,154788.00,40000.00 +1017756425,How Will We Cross the Seas? - A 16mm Short Film,Shorts,Film & Video,USD,2011-11-14,1300.00,2011-10-28 20:21:24,2330.00,successful,61,US,2330.00,2330.00,1300.00 +1017763530,KINGS,Theater,Theater,USD,2013-03-30,500.00,2013-03-09 13:26:14,505.00,successful,6,US,505.00,505.00,500.00 +1017766707,Aussie 4x4 Free Mobile Game,Mobile Games,Games,AUD,2017-04-14,5000.00,2017-03-09 21:05:13,1135.00,failed,17,AU,193.54,853.96,3761.94 +1017771275,Red Eyes Playing Cards,Playing Cards,Games,USD,2016-10-05,10000.00,2016-09-05 19:03:28,4233.00,canceled,141,US,1773.00,4233.00,10000.00 +1017782025,The Golden Turd,Video Games,Games,GBP,2016-12-15,40000.00,2016-11-15 23:12:24,436.00,failed,23,GB,25.12,542.54,49774.77 +101778532,Invest in my future and help me pay for school,Music,Music,USD,2017-07-13,800.00,2017-06-13 17:24:38,0.00,suspended,0,US,0.00,0.00,800.00 +1017789955,Ulysses S. Grant Sculpture,Sculpture,Art,USD,2017-04-15,35000.00,2017-03-16 03:13:30,270.00,failed,2,US,20.00,270.00,35000.00 +1017793716,Around The Urinal: A Political Satire,Comics,Comics,USD,2012-04-01,10000.00,2012-03-02 23:18:03,130.00,failed,2,US,130.00,130.00,10000.00 +1017796321,Indie Invasion,Music,Music,USD,2017-08-25,4000.00,2017-07-22 20:48:08,4110.00,successful,61,US,0.00,4110.00,4000.00 +1017814305,Creative Braining Mobile App for Android (already on iPhone),Games,Games,USD,2012-08-09,2000.00,2012-07-10 17:16:14,2.00,failed,1,US,2.00,2.00,2000.00 +1017817510,Through the eyes of a veteran,Illustration,Art,USD,2016-12-07,8000.00,2016-10-08 03:18:02,0.00,failed,0,US,0.00,0.00,8000.00 +1017820952,Second City Coffee,Drinks,Food,GBP,2016-02-07,3000.00,2016-01-26 11:09:09,497.00,failed,13,GB,710.98,720.86,4351.29 +1017826516,Warehoused,Documentary,Film & Video,USD,2017-03-05,20000.00,2017-02-03 08:30:00,24770.00,successful,92,US,50.00,24770.00,20000.00 +"1017833132,""Dungeon in a Box - Your Monthly Dungeon Crawl, In a Box"",Tabletop Games,Games,USD,2017-12-05,4000.00,2017-11-09 18:55:53,54438.00,canceled,358,US,15424.00,54438.00,4000.00" +1017833625,Mule Light V2 - The Only Flashlight You Will Ever Need,Technology,Technology,USD,2016-04-17,150000.00,2016-03-15 17:50:28,158455.00,successful,1537,US,158455.00,158455.00,150000.00 +1017846362,Marks,Narrative Film,Film & Video,USD,2014-09-10,1500.00,2014-08-01 22:24:11,90.00,failed,5,US,90.00,90.00,1500.00 +"10178577,""MYTHOS: NECRONOMICON, Bicycle® Playing Cards"",Tabletop Games,Games,USD,2012-11-01,15000.00,2012-09-22 00:01:56,42660.66,successful,1193,US,42660.66,42660.66,15000.00" +1017865235,Crochet Business,Crochet,Crafts,USD,2017-02-09,1000.00,2017-01-10 13:41:14,10.00,failed,1,US,0.00,10.00,1000.00 +1017867670,Speedmaster Racing Seat with Motion Technology (Canceled),Product Design,Design,EUR,2016-05-04,130000.00,2016-03-30 08:54:15,6818.00,canceled,16,DE,7631.91,7790.93,148551.06 +"101787410,""""""Behind the scenes of famous art"""" - Wall Calendar 2015"",Illustration,Art,SEK,2014-11-28,6000.00,2014-10-29 11:35:24,0.00,failed,0,SE,0.00,0.00,808.31" +1017883045,Lovely Math - A Book of Fractals,Digital Art,Art,USD,2010-04-10,2500.00,2010-01-13 17:34:40,135.00,failed,3,US,135.00,135.00,2500.00 +"1017884272,""conversations, the book, screenplay, film"",Anthologies,Publishing,USD,2015-03-15,5500.00,2015-01-14 17:56:57,6.00,failed,2,US,6.00,6.00,5500.00" +1017885147,Scribble: A film made by first-graders.,Animation,Film & Video,USD,2016-02-10,1200.00,2016-01-12 15:00:25,2124.00,successful,51,US,2124.00,2124.00,1200.00 +101788707,The World's Best Running Shorts,Apparel,Fashion,USD,2016-09-17,10000.00,2016-07-19 16:55:18,69167.00,successful,1129,US,245.00,69167.00,10000.00 +1017909964,Sexy Suitcase,Sound,Technology,AUD,2015-06-08,2000.00,2015-05-09 13:29:06,0.00,failed,0,AU,0.00,0.00,1541.19 +1017911802,Weathered Notebooks,Product Design,Design,USD,2016-03-05,2600.00,2016-02-04 20:28:55,6121.00,successful,114,US,6121.00,6121.00,2600.00 +101792231,Mistress Death,Fantasy,Film & Video,AUD,2017-08-06,5275.00,2017-07-07 10:50:21,0.00,canceled,0,AU,0.00,0.00,4147.99 +1017924930,MY LIFE: Chasing the Dream. (Canceled),Documentary,Film & Video,USD,2010-12-02,22000.00,2010-11-02 20:01:29,2005.00,canceled,10,US,2005.00,2005.00,22000.00 +1017925111,Altar to Our Lady of the Shining Silver Sun,Digital Art,Art,USD,2012-04-09,3600.00,2012-03-11 17:22:46,3855.00,successful,63,US,3855.00,3855.00,3600.00 +101792802,Dekka Clothing Company,Apparel,Fashion,USD,2015-12-29,10000.00,2015-10-30 04:24:46,0.00,failed,0,US,0.00,0.00,10000.00 +1017941492,POPE Watch Co.,Design,Design,USD,2013-06-29,50000.00,2013-05-22 22:02:46,56523.00,successful,139,US,56523.00,56523.00,50000.00 +1017946115,NON COMPOS MENTIS (aka Jerry),Narrative Film,Film & Video,USD,2011-12-18,1000.00,2011-10-19 04:12:53,1140.00,successful,15,US,1140.00,1140.00,1000.00 +101795074,The Humans Are Coming - Short Film,Shorts,Film & Video,USD,2012-08-17,700.00,2012-07-03 02:14:13,930.00,successful,32,US,930.00,930.00,700.00 +1017958398,U-DICE : An universal electronic dice for most dice games,Tabletop Games,Games,USD,2015-04-23,8000.00,2015-04-03 18:30:51,5611.00,failed,97,US,5611.00,5611.00,8000.00 +1017959030,Drive with Lynk,Technology,Technology,USD,2013-06-02,750000.00,2013-03-26 03:27:22,81060.67,failed,945,US,81060.67,81060.67,750000.00 +1017960054,Stingrays Poetry Collection (Feel The Sting),Poetry,Publishing,USD,2016-12-14,700.00,2016-11-11 12:55:19,826.00,successful,27,US,70.00,826.00,700.00 +"101796597,""""""creature"""" an original dance opera for the digital age"",Dance,Dance,USD,2013-12-14,10000.00,2013-11-05 18:31:37,10287.00,successful,174,US,10287.00,10287.00,10000.00" +101797258,Cannibal Unicorn,Apparel,Fashion,EUR,2015-12-24,50000.00,2015-11-24 21:45:29,10.00,failed,2,DE,10.61,10.95,54735.14 +1017975172,Lecan I/O - The iPhone Dock Reinvented,Product Design,Design,USD,2017-05-18,12000.00,2017-04-04 18:05:09,18704.00,canceled,54,US,19121.00,18704.00,12000.00 +1017979035,Project Joytality,Music,Music,USD,2015-04-13,800.00,2015-03-24 18:49:05,817.00,successful,27,US,817.00,817.00,800.00 +1017984540,Linotype: The Film - Final Push,Documentary,Film & Video,USD,2011-09-10,20000.00,2011-08-11 04:35:06,26100.00,successful,360,US,26100.00,26100.00,20000.00 +1017986810,Carin Wear: No more leaks - control your bladder again,Wearables,Technology,EUR,2016-06-29,15000.00,2016-05-23 15:02:53,16087.00,successful,57,NL,18053.49,17912.86,16702.48 +1017987349,I Mons,Children's Books,Publishing,EUR,2016-02-16,2000.00,2016-01-17 20:23:03,0.00,failed,0,IT,0.00,0.00,2219.19 +101799307,Farming Food Justice: Cheerful Chicken Farm,Farms,Food,USD,2015-02-01,42500.00,2014-12-24 18:39:20,4771.00,failed,49,US,4771.00,4771.00,42500.00 +1017998338,:60 Poetry Collection,Poetry,Publishing,USD,2013-08-01,1500.00,2013-07-02 02:31:54,361.00,failed,12,US,361.00,361.00,1500.00 +1018005264,One Love/Screw U: Yard Girl Jewelry's First Collection,Fashion,Fashion,USD,2013-07-20,4000.00,2013-06-10 21:37:35,0.00,failed,0,US,0.00,0.00,4000.00 +1018010127,Video Coverage of Essen International Game Fair & Ludo Fact,Tabletop Games,Games,USD,2011-10-06,6500.00,2011-09-06 17:35:14,6969.04,successful,163,US,6969.04,6969.04,6500.00 +"101801331,""Trackable, Handcrafted Leather Products"",Product Design,Design,GBP,2016-09-25,50000.00,2016-08-16 13:55:51,8977.00,failed,53,GB,7461.36,11636.38,64812.17" +1018022806,Cup-O-Ghetti to Go!,Food Trucks,Food,USD,2014-08-21,10000.00,2014-07-22 01:13:21,3.00,failed,2,US,3.00,3.00,10000.00 +1018024241,Socialize,Web,Technology,EUR,2015-12-20,60000.00,2015-11-10 17:08:05,0.00,failed,0,IT,0.00,0.00,65682.16 +101802684,Donate $1 for Hip Hop,Television,Film & Video,USD,2014-09-18,1168.00,2014-08-19 07:41:23,1204.00,successful,66,US,1204.00,1204.00,1168.00 +1018031183,Over the Rainbow at Taonga Glass Studios,Art,Art,USD,2014-01-13,33333.00,2013-12-11 08:04:59,7735.00,failed,39,US,7735.00,7735.00,33333.00 +1018031776,Creating a promo for the Horror Film 'TRUST',Narrative Film,Film & Video,USD,2010-08-30,15000.00,2010-07-20 05:18:02,115.00,failed,3,US,115.00,115.00,15000.00 +1018032251,Dedication Damage (Feature Film),Drama,Film & Video,USD,2015-05-21,7900.00,2015-04-21 17:32:56,567.00,failed,14,US,567.00,567.00,7900.00 +1018037658,Scuttle: Handmade Cuteness,Product Design,Design,USD,2010-07-28,2500.00,2010-06-17 03:25:17,130.00,failed,5,US,130.00,130.00,2500.00 +1018038902,How to Lose a Race for Congress,Nonfiction,Publishing,USD,2012-09-06,10000.00,2012-08-07 00:51:47,25.00,failed,1,US,25.00,25.00,10000.00 +1018041454,WRIST MEMO,Product Design,Design,USD,2014-07-13,79000.00,2014-06-13 14:57:08,90.00,failed,2,US,90.00,90.00,79000.00 +1018051107,Tattered: a story of love and homelessness,Shorts,Film & Video,USD,2014-01-11,3500.00,2013-12-17 20:59:48,4652.00,successful,79,US,4652.00,4652.00,3500.00 +1018053755,Bobby's Biggest Bubble: A really BIG tale!,Children's Books,Publishing,USD,2012-06-01,5500.00,2012-05-02 23:40:47,5675.00,successful,79,US,5675.00,5675.00,5500.00 +1018057143,It's Different Every Day Calendar,Calendars,Publishing,USD,2014-11-20,5000.00,2014-10-20 17:42:46,6249.11,successful,151,US,6249.11,6249.11,5000.00 +"1018059160,""""""a collaboration of strangers, part II—the west coast"""""",Public Art,Art,USD,2016-07-01,3000.00,2016-06-01 20:26:42,3100.00,successful,30,US,3100.00,3100.00,3000.00" +1018061444,Kim Boekbinder presents: NOISEWITCH in San Francisco,Music,Music,USD,2016-03-04,1000.00,2016-02-18 21:53:27,1075.00,successful,28,US,1075.00,1075.00,1000.00 +1018066528,Corvallis Imagination Music and Art Festival 2014,Music,Music,USD,2014-08-14,2000.00,2014-07-10 02:22:56,395.00,failed,13,US,395.00,395.00,2000.00 +"1018070335,""90 days to Create an Album, Perform it Live & Film it all!"",Electronic Music,Music,GBP,2013-09-18,5000.00,2013-08-19 21:40:02,496.00,failed,7,GB,775.15,794.57,8009.74" +1018080814,UNIVERSAL PHONE LEASH (Canceled),Hardware,Technology,USD,2016-05-22,10000.00,2016-03-23 09:17:25,6.00,canceled,2,US,6.00,6.00,10000.00 +1018082719,CHARLAS / CONVERSATIONS,Shorts,Film & Video,MXN,2017-12-09,23000.00,2017-10-10 06:33:44,25006.00,successful,11,MX,0.00,1304.64,1199.98 +1018084382,Izcalli Youth Leadership Camp,Art,Art,USD,2015-05-16,2500.00,2015-04-16 04:40:04,2780.00,successful,40,US,2780.00,2780.00,2500.00 +1018101381,Mayan Empire inspired Dice,Tabletop Games,Games,USD,2012-03-02,3000.00,2012-02-01 22:04:40,746.00,failed,35,US,746.00,746.00,3000.00 +1018102044,Be a Turtle (and Other Secrets to a Happy Life),Webcomics,Comics,CAD,2017-03-04,10000.00,2017-02-01 16:14:58,23330.99,successful,334,CA,6372.09,17277.10,7405.21 +1018111765,The Chocolate Lab - Hand-Crafted Southern Artisan Candy Bars,Food,Food,USD,2012-10-17,9750.00,2012-09-14 16:45:04,9838.00,successful,98,US,9838.00,9838.00,9750.00 +1018116618,A.F.C FALL/WINTER 2011 LAUNCH (Canceled),Fashion,Fashion,USD,2011-09-05,3500.00,2011-08-04 23:53:51,50.00,canceled,2,US,50.00,50.00,3500.00 +"1018116873,""Lisa Redfern New CD """"A Living Prayer"""""",Country & Folk,Music,USD,2013-04-30,3000.00,2013-03-31 19:45:22,4525.00,successful,79,US,4525.00,4525.00,3000.00" +"1018120566,""""""25 years of the Mafia Game"""" Workshop"",Games,Games,USD,2012-10-29,10000.00,2012-09-28 20:38:13,100.00,failed,4,US,100.00,100.00,10000.00" +1018137347,Desoto Jones needs your help to release their second album!,Rock,Music,USD,2012-02-23,5000.00,2012-01-24 17:43:44,7731.33,successful,180,US,7731.33,7731.33,5000.00 +1018142290,Making My Way To Japan <3 (Canceled),Places,Photography,USD,2016-04-24,8000.00,2016-03-25 17:21:56,0.00,canceled,0,US,0.00,0.00,8000.00 +1018148257,INFESTED EARTH Issue 1,Comic Books,Comics,GBP,2015-09-29,2500.00,2015-08-25 01:00:16,2951.00,successful,96,GB,4631.29,4475.82,3791.79 +1018151520,Bachelorette: A Card Game for BFFs,Playing Cards,Games,USD,2016-11-18,2000.00,2016-10-11 23:10:35,20.00,canceled,1,US,20.00,20.00,2000.00 +101815450,The Deadlys: Elizabeth Figurine (Canceled),Sculpture,Art,USD,2011-07-05,5000.00,2011-06-05 18:45:50,75.00,canceled,3,US,75.00,75.00,5000.00 +1018159305,Maqoo || Underwear Revolution,Wearables,Technology,USD,2015-08-27,10000.00,2015-07-27 15:01:16,20848.00,successful,215,US,20848.00,20848.00,10000.00 +1018181261,The Wild Image Project Shows (Canceled),Photography,Photography,USD,2009-07-15,5000.00,2009-06-03 22:47:17,0.00,canceled,0,US,0.00,0.00,5000.00 +1018208682,Swing King,Product Design,Design,USD,2014-12-11,5000.00,2014-11-11 01:37:21,5145.00,successful,31,US,5145.00,5145.00,5000.00 +1018213109,A DAY OF HAVOC,Film & Video,Film & Video,USD,2013-01-26,5000.00,2012-12-27 20:22:50,430.00,failed,12,US,430.00,430.00,5000.00 +1018213927,Create & Orchestrate,Academic,Publishing,USD,2015-07-23,20000.00,2015-06-23 16:58:18,36192.00,successful,396,US,36192.00,36192.00,20000.00 +1018225437,A Burger,Food,Food,USD,2014-08-08,20.00,2014-07-09 05:52:21,0.00,failed,0,US,0.00,0.00,20.00 +1018237097,Jacqueline Rose's studio project,Country & Folk,Music,USD,2012-10-20,3000.00,2012-09-20 19:23:38,3493.00,successful,63,US,3493.00,3493.00,3000.00 +1018242373,Life Defies All Odds,Documentary,Film & Video,USD,2013-01-20,25000.00,2012-12-06 05:12:14,105.00,failed,3,US,105.00,105.00,25000.00 +1018245298,BellRoig Duet,Music,Music,USD,2015-02-12,21000.00,2015-01-13 23:50:15,2.00,failed,2,US,2.00,2.00,21000.00 +"1018250995,""""""If I had superpowers"""" Zine & Commissions"",Illustration,Art,MXN,2017-12-11,6000.00,2017-11-11 15:20:37,2620.00,failed,5,MX,0.00,136.69,313.04" +1018251181,Bully United Clothing,Fashion,Fashion,USD,2015-05-25,5000.00,2015-05-15 00:40:13,600.00,failed,1,US,600.00,600.00,5000.00 +1018254980,OIFIII vet seeks help to follow dream! (Canceled),Nature,Photography,USD,2014-08-22,700.00,2014-07-23 21:22:35,5.00,canceled,1,US,5.00,5.00,700.00 +1018255585,Fund an Award Winning Filmmaker and See the film at a festival near you,Shorts,Film & Video,USD,2009-11-28,1000.00,2009-08-30 23:45:47,20.00,failed,1,US,20.00,20.00,1000.00 +1018273566,Einsten Tananta: El Sonido de Tu Cruz,Faith,Music,USD,2015-04-12,7000.00,2015-03-09 20:05:58,242.00,failed,7,US,242.00,242.00,7000.00 +1018285699,ASIA CEO COMMUNITY,Web,Technology,HKD,2017-05-14,10000.00,2017-03-15 07:35:42,20.00,failed,2,HK,0.00,2.57,1284.95 +101828667,Devour Me. Debut Album.,Rock,Music,USD,2013-04-04,9500.00,2013-03-05 00:46:58,1885.00,failed,22,US,1885.00,1885.00,9500.00 +1018289640,The Broken Glass Behind the China Cabinet,Publishing,Publishing,USD,2012-09-28,3000.00,2012-07-30 20:57:58,25.00,failed,1,US,25.00,25.00,3000.00 +1018300212,Clinical Documentation Specialist Tool,Software,Technology,USD,2017-08-27,9500.00,2017-07-28 20:36:31,0.00,canceled,0,US,0.00,0.00,9500.00 +1018313087,Starting up my own little art business,Painting,Art,USD,2016-09-18,1300.00,2016-08-19 03:30:58,10.00,failed,1,US,10.00,10.00,1300.00 +1018323593,Group travel start up,Apps,Technology,USD,2017-06-21,50000.00,2017-05-22 17:33:53,20.00,failed,1,US,20.00,20.00,50000.00 +1018353815,Belladonna Springs,Film & Video,Film & Video,USD,2011-04-22,30000.00,2011-02-20 19:35:31,1025.00,failed,17,US,1025.00,1025.00,30000.00 +1018356884,Coffee Shea Whip Funding,DIY,Crafts,USD,2016-07-09,1400.00,2016-06-09 21:29:14,50.00,failed,5,US,50.00,50.00,1400.00 +1018362105,Remembering Nancy a short Sci-Fi Film,Science Fiction,Film & Video,GBP,2015-03-14,300.00,2015-02-12 19:49:44,870.00,successful,20,GB,1326.82,1292.22,445.59 +1018371609,HelloArtist,Public Art,Art,EUR,2017-01-21,7000.00,2016-12-07 11:32:03,512.00,failed,15,DE,107.58,546.87,7476.72 +1018374983,The Recollectors: Remembering Parents Lost to AIDS,Nonfiction,Publishing,USD,2014-04-17,10000.00,2014-04-02 04:35:55,13824.33,successful,235,US,13824.33,13824.33,10000.00 +1018386819,Hodgello's Blood,Graphic Novels,Comics,USD,2016-06-01,25000.00,2016-05-02 00:57:13,58.00,failed,4,US,58.00,58.00,25000.00 +1018389357,The Gem Collector Wii U,Video Games,Games,USD,2016-03-24,650.00,2016-02-23 04:03:21,874.00,successful,18,US,874.00,874.00,650.00 +1018400785,Johns herbs and spices,Small Batch,Food,USD,2014-10-27,10000.00,2014-09-27 06:32:37,0.00,failed,0,US,0.00,0.00,10000.00 +1018407688,Devil's Panties Devil Girl Plushie!,Comics,Comics,USD,2013-09-18,15000.00,2013-08-13 21:59:07,41376.14,successful,732,US,41376.14,41376.14,15000.00 +"1018409231,""Zen Spinning Top - Precise, Durable, Timeless"",Product Design,Design,USD,2016-06-28,5000.00,2016-05-19 23:03:00,5782.00,successful,196,US,5782.00,5782.00,5000.00" +1018418601,SURVIVE! ZOMBIELAND,Games,Games,CAD,2016-12-10,10000.00,2016-11-05 21:39:14,78.00,canceled,2,CA,0.00,58.33,7477.75 +1018423870,College Radio and Podcast Funding,Audio,Journalism,USD,2017-11-04,500.00,2017-09-20 08:32:31,32.00,failed,4,US,1.00,32.00,500.00 +1018424356,MommySwap.com (A Unique Childcare Solution),Web,Technology,USD,2015-03-30,10000.00,2015-03-04 16:50:56,200.00,failed,7,US,200.00,200.00,10000.00 +1018430883,PITZ QUATTRONE records original songs!,Music,Music,USD,2013-03-26,4500.00,2013-02-24 13:48:40,4660.00,successful,80,US,4660.00,4660.00,4500.00 +1018437435,Sophie & Howl pin,Art,Art,USD,2017-08-08,250.00,2017-07-24 22:55:22,642.00,successful,47,US,369.00,642.00,250.00 +1018438779,Yargis - Indie Space Game of the Year!,Video Games,Games,USD,2013-08-07,10000.00,2013-07-08 05:07:36,10452.00,successful,38,US,10452.00,10452.00,10000.00 +1018445022,Pink Gorilla presents LEVEL UP: Pixel Pub & Gaming Lounge,Video Games,Games,USD,2012-09-03,75000.00,2012-08-04 01:38:38,14410.00,failed,202,US,14410.00,14410.00,75000.00 +1018446318,Point B,Narrative Film,Film & Video,USD,2013-08-12,3500.00,2013-07-13 21:24:56,4680.69,successful,107,US,4680.69,4680.69,3500.00 +1018448676,Table of convenience for all man kind to use (Canceled),Graphic Design,Design,USD,2016-07-18,300000.00,2016-06-18 00:55:44,10.00,canceled,1,US,10.00,10.00,300000.00 +101845091,The Faetell Dress Shirt,Fashion,Fashion,USD,2012-07-07,5000.00,2012-06-07 18:42:23,1006.00,failed,7,US,1006.00,1006.00,5000.00 +1018466916,The Faux Montreux on vinyl,Indie Rock,Music,USD,2015-11-27,500.00,2015-09-28 16:57:24,315.00,failed,10,US,315.00,315.00,500.00 +1018476470,KIN COFFEE,Food,Food,USD,2016-04-21,14000.00,2016-03-22 19:46:08,5661.00,failed,87,US,5661.00,5661.00,14000.00 +"1018479538,""""""Istanbul'um"""" - Meine Herzensangelegenheit (Canceled)"",Photobooks,Photography,EUR,2015-12-14,3000.00,2015-11-24 11:55:04,0.00,canceled,0,DE,0.00,0.00,3250.80" +1018483266,Fall of Magic: 100 Foxes,Tabletop Games,Games,USD,2017-02-01,1750.00,2017-01-17 00:48:25,23993.17,successful,436,US,12829.19,23993.17,1750.00 +1018486946,Daymak Photon Scooter,Hardware,Technology,CAD,2015-07-27,30000.00,2015-06-18 18:10:03,35288.50,successful,68,CA,28688.20,27045.14,22992.03 +1018493485,The perspective of the little nation,World Music,Music,USD,2016-06-01,10000.00,2016-05-02 19:12:03,0.00,failed,0,US,0.00,0.00,10000.00 +"1018495520,""""""Not Just Plain..."""" Vanilla Extracts & Foodstuffs Startup"",Small Batch,Food,USD,2014-07-12,3500.00,2014-06-07 06:00:02,3712.00,successful,134,US,3712.00,3712.00,3500.00" +1018501922,Personal Handyman: Mobile on the go home repair (Canceled),Apps,Technology,USD,2015-06-06,4500.00,2015-05-07 11:14:47,0.00,canceled,0,US,0.00,0.00,4500.00 +"1018515072,The Secret Lives of Baba Segi's Wives; A Workshop Production,Plays,Theater,GBP,2015-12-14,3000.00,2015-11-15 14:29:36,3273.00,successful,46,GB,4986.42,4880.70,4473.61" +1018519090,Share A Sip (Canceled),Drinks,Food,USD,2015-09-12,100000.00,2015-08-13 17:00:36,0.00,canceled,0,US,0.00,0.00,100000.00 +1018520310,ElemenZ - the Dice Game of battling Alien Shamans,Tabletop Games,Games,GBP,2017-03-18,12000.00,2017-02-16 12:56:16,3919.00,canceled,102,GB,1082.88,4889.70,14972.30 +"1018526235,Cassandra- My Debut EP!,Music,Music,USD,2015-06-06,3000.00,2015-04-22 02:28:18,3000.00,undefined,0,""N,0"""""",,3000.00,3000.00" +1018528167,100 Sea Turtle Prints,Mixed Media,Art,USD,2017-02-14,500.00,2017-01-30 00:07:12,780.62,successful,81,US,145.99,780.62,500.00 +1018529083,All in one stamp,Stationery,Crafts,GBP,2014-09-06,3000.00,2014-08-07 11:23:15,174.00,failed,19,GB,293.60,282.45,4869.81 +1018535654,The New City Music videos Project,Hip-Hop,Music,USD,2016-10-17,50000.00,2016-08-18 05:00:14,0.00,failed,0,US,0.00,0.00,50000.00 +"1018545845,Let the Community get Vibey & Creative with music,Music,Music,GBP,2015-04-20,5000.00,2015-03-26 21:36:10,1.00,undefined,0,""N,0"""""",,1.51,7559.72" +"1018562069,""Your Chance to Support """"Date of a Lifetime"""" at NYMF!"",Theater,Theater,USD,2011-10-01,2000.00,2011-09-12 05:15:06,2025.00,successful,13,US,2025.00,2025.00,2000.00" +1018571166,4 Weeks - A Student Film,Narrative Film,Film & Video,USD,2012-08-12,5000.00,2012-07-13 12:58:37,35.00,failed,2,US,35.00,35.00,5000.00 +1018574123,Viola meets Mooresburg,Knitting,Crafts,CAD,2015-12-06,5000.00,2015-11-16 18:00:38,18846.50,successful,143,CA,14145.59,13792.81,3659.25 +1018582183,The Magnificent Race #2,Children's Books,Publishing,USD,2014-11-04,11333.00,2014-10-09 17:52:27,12083.00,successful,100,US,12083.00,12083.00,11333.00 +1018582469,New teen cult beauty brand - the positive side of beauty,Product Design,Design,GBP,2016-12-19,50000.00,2016-11-19 00:42:31,151.00,failed,5,GB,0.00,184.97,61246.74 +1018583969,VIRUS NOVEL,Fiction,Publishing,GBP,2013-08-01,2600.00,2013-07-02 00:13:43,21.00,failed,2,GB,31.94,31.82,3939.63 +1018587198,JUMP! Family Entertainment,Games,Games,USD,2015-08-14,75000.00,2015-07-15 04:40:35,25.00,failed,1,US,25.00,25.00,75000.00 +1018587435,Landscape Fine Art Photography Magazine,Photo,Journalism,USD,2016-12-01,20000.00,2016-11-01 15:02:40,651.00,failed,31,US,0.00,651.00,20000.00 +1018587838,Kintaro: Starship Map Poster & Miniature,Tabletop Games,Games,USD,2017-04-28,2000.00,2017-04-10 18:14:45,5628.00,successful,204,US,1175.00,5628.00,2000.00 +101859331,The Fight for System Haven - A 16-Bit Style Space Adventure!,Video Games,Games,GBP,2016-09-04,25000.00,2016-08-05 09:26:32,969.00,failed,19,GB,1893.81,1291.26,33314.23 +1018596948,Songs of Joy & Pain - Sutter Zachman's Debut Record,Music,Music,USD,2012-12-01,10000.00,2012-10-29 03:08:58,1296.00,canceled,15,US,1296.00,1296.00,10000.00 +1018596958,A Subtle Violence,Shorts,Film & Video,USD,2013-03-07,7500.00,2013-02-04 22:58:12,8035.00,successful,123,US,8035.00,8035.00,7500.00 +1018604200,People with the Occasional Appetite for a Biscuit,Photography,Photography,USD,2016-03-29,5000.00,2016-03-04 01:56:14,1142.00,failed,39,US,1142.00,1142.00,5000.00 +1018607549,100% All Natural Earth Friendly Green Candles,Crafts,Crafts,USD,2014-03-30,1250.00,2014-02-13 15:45:02,211.00,failed,11,US,211.00,211.00,1250.00 +1018613131,Monowalker Fatmate: The Ultimate Hiking Trailer,Product Design,Design,EUR,2016-04-17,25000.00,2016-03-27 18:55:38,32043.00,successful,40,DE,35781.69,36090.15,28157.59 +1018619714,Ah-Sitake HA! - Animal Ninjas Card Battling Game... of DOOM!,Tabletop Games,Games,CAD,2016-11-04,5.00,2016-10-11 19:05:10,239.00,successful,12,CA,92.00,177.92,3.72 +1018620632,Rachel Leigh Wiley's Debut Acoustic Album 2014,Country & Folk,Music,USD,2014-06-26,5000.00,2014-05-27 08:16:36,50.00,failed,1,US,50.00,50.00,5000.00 +1018638030,Wefre - Free Unlimited Music (Canceled),Apps,Technology,EUR,2016-02-14,3000.00,2016-01-15 17:40:03,423.00,canceled,23,ES,460.23,469.36,3328.78 +1018641183,Rainbow Fletcher's new work: When Jupiter and Saturn Met,Performances,Dance,USD,2014-06-06,3000.00,2014-05-13 18:52:08,3858.13,successful,64,US,3858.13,3858.13,3000.00 +1018642651,Deep Stuff with Sean,Conceptual Art,Art,USD,2014-12-08,100.00,2014-10-09 19:08:20,3.00,failed,2,US,3.00,3.00,100.00 +1018647039,The Albany Symphony records Derek Bermel's Migration Series,Classical Music,Music,USD,2015-05-19,10000.00,2015-04-14 21:26:37,10125.00,successful,48,US,10125.00,10125.00,10000.00 +1018650901,Artist Residency in Italy-summer 2017,Painting,Art,USD,2017-04-12,650.00,2017-03-13 21:25:21,1136.00,successful,19,US,50.00,1136.00,650.00 +1018656043,FIVE IN COMMON.,Film & Video,Film & Video,USD,2015-03-20,12000.00,2015-03-05 21:08:53,0.00,failed,0,US,0.00,0.00,12000.00 +"1018658216,""The Story of RAY the Buffalo, featuring his friend Emily"",Children's Books,Publishing,USD,2012-12-07,7770.00,2012-11-06 02:05:41,586.00,failed,11,US,586.00,586.00,7770.00" +1018660731,Romoss Powerful Charger Station for Family and Business,Gadgets,Technology,USD,2016-07-02,30000.00,2016-06-01 15:00:14,14085.00,failed,89,US,14085.00,14085.00,30000.00 +1018665193,Cody Collins EP launch,Country & Folk,Music,USD,2012-05-20,65000.00,2012-04-20 06:11:51,0.00,failed,0,US,0.00,0.00,65000.00 +1018665331,Back To Grass Roots,Farms,Food,USD,2014-11-06,10000.00,2014-10-07 20:27:55,0.00,failed,0,US,0.00,0.00,10000.00 +"101866662,""Chris Bartick's """"Moment of Sailing"""" Paintings, NY Harbor"",Painting,Art,USD,2014-07-01,1500.00,2014-05-15 03:46:30,200.00,failed,1,US,200.00,200.00,1500.00" +"1018672158,Struggle,Film & Video,Film & Video,CAD,2015-12-02,4100.00,2015-11-02 20:51:57,0.00,undefined,0,""N,0"""""",,0.00,3074.15" +1018672637,Steele Vs,Comics,Comics,USD,2014-05-02,3500.00,2014-04-02 06:01:55,3856.00,successful,120,US,3856.00,3856.00,3500.00 +1018673331,Love & Hope in the NICU,Publishing,Publishing,USD,2012-03-10,2500.00,2012-02-06 16:53:13,2665.00,successful,37,US,2665.00,2665.00,2500.00 +1018686464,Sunday Morning Pancake Mix,Food,Food,USD,2013-06-01,5000.00,2013-05-09 04:48:36,6475.00,successful,162,US,6475.00,6475.00,5000.00 +"101869441,""A K A """"Bobbi"""" a Documentary!"",Documentary,Film & Video,USD,2011-03-09,7500.00,2011-01-20 20:19:58,260.00,failed,8,US,260.00,260.00,7500.00" +1018695454,The Balls of Power,Film & Video,Film & Video,GBP,2013-06-01,4000.00,2013-05-09 20:59:53,55.00,failed,1,GB,85.13,85.67,6230.43 +101870565,Vista-Ville Skateboards,Product Design,Design,USD,2014-05-12,500.00,2014-04-12 00:03:15,100.00,failed,1,US,100.00,100.00,500.00 +1018708214,Undead Apparel :: Vintage Zombie T-Shirts,Fashion,Fashion,GBP,2013-09-03,10000.00,2013-08-01 23:12:11,2496.00,failed,74,GB,3802.68,3888.33,15578.27 +1018709389,MX Book of New Sherlock Holmes Stories Volume 6,Publishing,Publishing,GBP,2017-02-26,500.00,2017-01-27 11:04:28,3432.00,successful,141,GB,2754.20,4198.83,611.72 +1018712423,By George debut album,Indie Rock,Music,USD,2012-08-03,500.00,2012-07-06 02:32:44,510.00,successful,13,US,510.00,510.00,500.00 +1018717791,SERIEUX SUMMER 16,Apparel,Fashion,AUD,2017-02-28,3000.00,2017-02-08 10:26:38,5.00,failed,1,AU,0.00,3.79,2271.01 +1018720388,Warmin - first ceramic dish set for induction surfaces,Technology,Technology,EUR,2016-03-24,62000.00,2016-02-08 20:10:17,250.00,failed,6,IE,278.98,278.85,69154.75 +1018724477,Kokopelli Rising ~ New Mexico CORE Project for Burning Man,Public Art,Art,USD,2012-08-05,1500.00,2012-07-16 23:27:29,1520.00,successful,38,US,1520.00,1520.00,1500.00 +1018725614,Keith Karns Big Band Featuring: Rich Perry,Jazz,Music,USD,2016-06-20,5000.00,2016-05-21 05:46:19,5089.00,successful,130,US,5089.00,5089.00,5000.00 +1018731319,Pig Floyd's BBQ,Food Trucks,Food,USD,2015-09-18,5000.00,2015-07-20 16:06:06,1625.00,failed,9,US,1625.00,1625.00,5000.00 +1018734257,SEPOD,Hip-Hop,Music,USD,2014-06-25,225.00,2014-06-04 22:55:18,0.00,failed,0,US,0.00,0.00,225.00 +1018736762,Help Sail With Kings record an album!,Country & Folk,Music,CAD,2015-05-24,15000.00,2015-03-25 03:47:07,441.00,failed,9,CA,350.37,354.42,12054.97 +1018738674,siemless,Web,Technology,GBP,2015-06-20,5000.00,2015-05-21 21:44:11,610.00,failed,7,GB,946.78,959.32,7863.24 +1018744136,21 Revolutions,Publishing,Publishing,GBP,2014-02-11,5000.00,2013-12-13 16:12:38,5839.00,successful,187,GB,9552.42,9756.22,8354.36 +1018753342,The Drowsy Chaperone,Theater,Theater,USD,2012-01-30,2000.00,2011-12-31 11:46:21,2666.00,successful,32,US,2666.00,2666.00,2000.00 +1018753681,Zach Hurd - 4th Studio Album,Pop,Music,USD,2013-10-20,10000.00,2013-09-20 15:38:10,14546.00,successful,125,US,14546.00,14546.00,10000.00 +1018763841,Desolation: Chronicles of The Drifter,Webseries,Film & Video,USD,2013-11-09,1500.00,2013-10-10 17:11:20,55.00,failed,3,US,55.00,55.00,1500.00 +1018767724,Anne Hawksmoor - Time in the Tower,Children's Books,Publishing,USD,2012-08-23,19500.00,2012-07-09 22:45:08,19796.00,successful,160,US,19796.00,19796.00,19500.00 +1018770901,Prisoner of War - a first novel,Fiction,Publishing,USD,2012-08-22,10000.00,2012-07-23 23:29:35,7620.00,failed,85,US,7620.00,7620.00,10000.00 +1018771617,Affordable Maternity and Family Clothing,Apparel,Fashion,USD,2017-05-27,3500.00,2017-04-27 19:31:07,0.00,failed,0,US,0.00,0.00,3500.00 +1018774693,Launching First White Merlot,Drinks,Food,EUR,2014-08-11,2500.00,2014-07-24 16:52:15,11.00,failed,2,NL,14.81,14.73,3346.99 +1018777046,MK MK Concert Tour 2015,Rock,Music,USD,2015-02-28,10000.00,2015-01-17 04:27:30,503.00,failed,13,US,503.00,503.00,10000.00 +"1018780638,""Party On, Donner-Reed"",Rock,Music,USD,2011-08-28,6000.00,2011-07-14 22:57:28,2518.00,failed,32,US,2518.00,2518.00,6000.00" +1018784750,$2 Drawings and Portrait art.,Art,Art,USD,2015-05-07,450.00,2015-04-07 05:00:50,641.00,successful,41,US,641.00,641.00,450.00 +1018791443,I want to educate through my illustrations.,Art,Art,GBP,2017-04-26,1249.00,2017-04-06 14:08:04,101.00,failed,2,GB,0.00,130.69,1616.10 +"1018793592,""""""Dracula Now"""""",Horror,Film & Video,USD,2015-06-02,5000.00,2015-04-03 00:12:05,0.00,failed,0,US,0.00,0.00,5000.00" +1018800576,comPLAY - Powered by comDB,Video Games,Games,EUR,2017-10-13,1500.00,2017-09-11 16:02:13,40.00,canceled,2,IT,48.14,47.24,1771.50 +1018822517,Massive LEGO Truman Sports Complex,Sculpture,Art,USD,2014-08-21,16137.00,2014-07-19 23:53:29,1.00,failed,1,US,1.00,1.00,16137.00 +1018823489,Popeye's Chicken Recipe Challenge,Food,Food,USD,2014-08-15,500.00,2014-07-16 13:23:03,0.00,failed,0,US,0.00,0.00,500.00 +"1018824318,SUMMER AND SMOKE - Debut EP from The Lost Wayne,Music,Music,USD,2014-12-06,2000.00,2014-11-06 18:24:12,3102.00,undefined,0,""N,0"""""",,3102.00,2000.00" +10188328,Fat Granny Gears (Canceled),Product Design,Design,USD,2015-12-14,7900.00,2015-11-14 06:00:36,1626.00,canceled,19,US,1626.00,1626.00,7900.00 +"101884269,""432 The Drop Radio """"1st 432hz Healthy Music Radio Station"""""",Radio & Podcasts,Publishing,USD,2014-09-06,10000.00,2014-07-15 06:35:43,0.00,failed,0,US,0.00,0.00,10000.00" +"1018847041,""Hey Fartface,"",Hip-Hop,Music,USD,2012-05-22,600.00,2012-04-12 21:34:35,1230.00,successful,38,US,1230.00,1230.00,600.00" +1018853897,Flock of Doves Mosaic Wall,Public Art,Art,USD,2012-05-30,3500.00,2012-04-16 22:57:47,1.00,failed,1,US,1.00,1.00,3500.00 +101885555,Destiny is Judd Nelson: a new play at FringeNYC,Plays,Theater,USD,2014-08-02,3000.00,2014-07-19 06:13:01,3485.00,successful,55,US,3485.00,3485.00,3000.00 +1018857969,Lumigraphe: a Camera Obscura for your smartphone,Product Design,Design,EUR,2015-07-06,45000.00,2015-05-27 09:14:48,21664.00,failed,135,FR,23722.52,24231.31,50332.76 +1018868063,Starfall In Love,Shorts,Film & Video,USD,2016-01-04,14000.00,2015-12-05 03:12:59,112.00,failed,2,US,112.00,112.00,14000.00 +1018881640,Challenge Me!,Web,Technology,USD,2017-10-09,2570.00,2017-08-10 01:21:35,0.00,failed,0,US,0.00,0.00,2570.00 +1018883547,A Calling . . . Songs Beyond the Traffic,Music,Music,USD,2012-08-02,7500.00,2012-06-19 15:04:13,7798.00,successful,90,US,7798.00,7798.00,7500.00 +1018891738,No longer available (Canceled),Graphic Design,Design,USD,2012-05-07,2500.00,2012-04-02 20:17:02,0.00,canceled,0,US,0.00,0.00,2500.00 +1018893392,Ballers,Film & Video,Film & Video,USD,2012-02-29,16000.00,2012-01-04 04:14:23,0.00,failed,0,US,0.00,0.00,16000.00 +1018902853,When Good Meets Bad,Shorts,Film & Video,GBP,2013-10-13,10000.00,2013-09-13 01:19:10,501.00,failed,2,GB,788.15,811.18,16191.19 +"1018903761,""The Genealogy of the House of O’Reilly, Breifne, Co. Cavan"",Nonfiction,Publishing,GBP,2017-08-11,2900.00,2017-06-24 12:40:34,3088.00,successful,19,GB,0.00,4008.00,3763.99" +1018906481,Quiet Collective // Beanies,Fashion,Fashion,USD,2014-04-22,3500.00,2014-03-23 05:46:20,795.00,failed,16,US,795.00,795.00,3500.00 +1018911108,No More Eggnog,Children's Books,Publishing,CAD,2014-06-18,5000.00,2014-05-19 19:13:49,0.00,failed,0,CA,0.00,0.00,4623.64 +1018924175,Burning Memories,Drama,Film & Video,USD,2014-11-18,1500.00,2014-10-24 16:48:22,1665.00,successful,26,US,1665.00,1665.00,1500.00 +101892754,Sponsor Picto Elimination Challenge,Webseries,Film & Video,USD,2016-04-27,3000.00,2016-02-27 03:50:10,26.00,failed,2,US,26.00,26.00,3000.00 +1018929807,Unveiled Debut Album,Faith,Music,USD,2014-08-25,5500.00,2014-07-26 01:14:09,560.00,failed,9,US,560.00,560.00,5500.00 +1018932911,Bring to Light: Nuit Blanche New York,Art,Art,USD,2010-10-10,5000.00,2010-09-07 19:05:50,5036.00,successful,92,US,5036.00,5036.00,5000.00 +101893946,A Classical Mistake - Short Film,Shorts,Film & Video,USD,2014-04-03,8000.00,2014-03-04 00:12:17,215.00,failed,7,US,215.00,215.00,8000.00 +1018940576,JahWorX Reggae Music Tour,World Music,Music,USD,2015-09-26,1500.00,2015-07-28 01:40:32,0.00,failed,0,US,0.00,0.00,1500.00 +"101894167,""Ocutask | Real Projects, Real Time."",Apps,Technology,USD,2015-09-05,25000.00,2015-08-03 17:28:11,500.00,failed,1,US,500.00,500.00,25000.00" +"1018946788,""Operation Fierce, Fab and Fluffy #0 by Chunky Girl Comics"",Comics,Comics,USD,2012-03-30,2200.00,2012-02-29 23:09:11,800.00,failed,8,US,800.00,800.00,2200.00" +1018948197,An LP Album Legacy Project for a Dying Psychedelic Punk,Rock,Music,USD,2014-08-15,1850.00,2014-07-18 00:13:21,0.00,canceled,0,US,0.00,0.00,1850.00 +1018951446,'My Playground',Music,Music,USD,2013-08-13,840.00,2013-07-12 21:32:34,0.00,failed,0,US,0.00,0.00,840.00 +1018956621,Cary Ale House is YOUR hometown Brew Pub!,Restaurants,Food,USD,2015-12-11,25000.00,2015-11-11 19:41:23,4231.00,failed,35,US,4231.00,4231.00,25000.00 +1018957175,Box Truck Temple in NYC,Performance Art,Art,USD,2012-06-13,700.00,2012-06-07 17:22:44,774.00,successful,33,US,774.00,774.00,700.00 +1018964790,Shelters for Ocala (Canceled),Architecture,Design,USD,2016-07-13,135000.00,2016-06-13 18:06:26,37.00,canceled,3,US,37.00,37.00,135000.00 +1018968897,Nintendo Publications - Rogueport Edition,Fiction,Publishing,USD,2016-02-29,120.00,2016-01-30 19:47:36,0.00,failed,0,US,0.00,0.00,120.00 +1018974335,Falcon Fire Ceramics Studio,Ceramics,Art,USD,2016-05-14,5500.00,2016-04-14 18:25:10,1.00,failed,1,US,1.00,1.00,5500.00 +1019003966,CrITR 5i Modular Protective Case for iPhone,Camera Equipment,Technology,USD,2014-06-26,30000.00,2014-05-27 16:03:00,1116.00,failed,14,US,1116.00,1116.00,30000.00 +"1019012162,""Let's release Pig Latin on 10"""" red vinyl!!!"",Music,Music,USD,2012-08-28,1500.00,2012-08-13 19:15:14,605.00,failed,18,US,605.00,605.00,1500.00" +101901484,Painting our Memories,Painting,Art,USD,2014-10-03,3000.00,2014-09-03 02:53:44,2360.00,failed,19,US,2360.00,2360.00,3000.00 +1019024268,Zombie Temp Agency Actor Meals!,Narrative Film,Film & Video,USD,2011-10-12,525.00,2011-09-12 21:49:38,562.00,successful,17,US,562.00,562.00,525.00 +1019027156,A Movement,Shorts,Film & Video,GBP,2015-06-18,3000.00,2015-05-27 01:31:40,12.00,failed,1,GB,18.57,19.01,4751.50 +1019031457,The Dangerpod podcast needs new equipment,Radio & Podcasts,Publishing,USD,2015-12-12,850.00,2015-11-12 23:57:24,850.00,successful,6,US,850.00,850.00,850.00 +1019037448,Lines of art! Every line are important,Painting,Art,DKK,2015-04-27,20000.00,2015-03-28 11:42:13,0.00,canceled,0,DK,0.00,0.00,3005.44 +1019039281,The Apocrypha Adventure Card Game,Tabletop Games,Games,USD,2015-05-14,66666.00,2015-04-14 17:00:06,333661.99,successful,2477,US,333661.99,333661.99,66666.00 +1019040233,iHeartNote - Open Your Heart - The Art of Appreciation,Technology,Technology,USD,2014-03-10,52700.00,2014-02-08 20:02:26,300.00,failed,5,US,300.00,300.00,52700.00 +1019043170,Handcrafted leather wallet | key holder | card holder,Accessories,Fashion,EUR,2016-01-01,2000.00,2015-12-11 10:52:29,2102.00,successful,48,BE,2314.01,2282.97,2172.19 +1019043720,New Language Room E.P.,Rock,Music,USD,2011-10-17,5000.00,2011-09-12 02:19:03,5303.00,successful,38,US,5303.00,5303.00,5000.00 +1019043800,Quick Quests: TCG,Tabletop Games,Games,USD,2016-09-01,2500.00,2016-08-03 18:47:14,32.00,canceled,1,US,32.00,32.00,2500.00 +"1019045206,""Flash Glove a Personal Lighting Device """"Light up your world"""""",Product Design,Design,USD,2013-05-05,3229.00,2013-03-18 21:49:52,139.00,failed,1,US,139.00,139.00,3229.00" +1019047449,Give A Pallet A Home,Product Design,Design,GBP,2013-02-28,2140.00,2013-01-31 18:34:02,2273.00,successful,48,GB,3580.18,3417.27,3217.32 +1019048198,Musical Belch - Explosive Powerful Breathtaking Sonic Fun!!,Music,Music,USD,2015-11-30,500.00,2015-10-30 20:25:27,1.00,failed,1,US,1.00,1.00,500.00 +1019066731,Two Out Rally Flash-Based Character Creator,Video Games,Games,USD,2012-09-15,5000.00,2012-08-16 21:09:15,650.00,failed,14,US,650.00,650.00,5000.00 +1019073209,hidemybell: bike bell integrated/hidden in a Garmin-mount,Product Design,Design,EUR,2015-10-06,25000.00,2015-09-15 09:58:30,7324.50,failed,218,NL,8308.10,8322.07,28404.89 +1019078224,Creating 1000 Smiles with Happy Gift Cups,DIY,Crafts,USD,2015-01-02,12000.00,2014-11-24 22:41:22,550.00,failed,16,US,550.00,550.00,12000.00 +"1019079188,""The World's Best CARRY-ON - pack fast, fly easy, look cool."",Product Design,Design,USD,2015-10-23,20000.00,2015-08-24 19:15:40,846.00,failed,5,US,846.00,846.00,20000.00" +101908107,The Decline to Phoenix of Atlantic City -The Ultimate Future,Photo,Journalism,USD,2016-03-23,5000.00,2016-02-22 22:45:27,1.00,failed,1,US,1.00,1.00,5000.00 +1019090579,Hot Fyre Aluminum Stove,Product Design,Design,USD,2014-01-01,9440.00,2013-12-02 15:59:33,1336.00,failed,23,US,1336.00,1336.00,9440.00 +101909427,Nano Ninjas CLASS - FLL Project,Robots,Technology,USD,2015-01-16,500.00,2014-11-17 20:12:54,1304.00,successful,51,US,1304.00,1304.00,500.00 +"1019096993,""""""Photoetry""""- A Poetry Chapbook"",Poetry,Publishing,USD,2013-06-06,750.00,2013-05-07 03:32:25,0.00,failed,0,US,0.00,0.00,750.00" +1019103224,IntimateINK - Tattooed Colorado Women,Art Books,Publishing,USD,2014-02-15,6000.00,2014-01-16 23:57:19,211.00,failed,5,US,211.00,211.00,6000.00 +1019108891,Wreck and Ruin,Tabletop Games,Games,GBP,2017-11-02,22000.00,2017-10-03 20:06:59,9533.00,failed,224,GB,6766.65,12496.89,28839.98 +1019120611,CLARITY MUSIC | EP1,Indie Rock,Music,USD,2014-02-01,5000.00,2014-01-07 23:20:47,5700.00,successful,46,US,5700.00,5700.00,5000.00 +1019128309,Chibi Mood: Express Yourself in a Fun Way,Product Design,Design,USD,2017-08-07,5500.00,2017-07-08 22:29:52,0.00,failed,0,US,0.00,0.00,5500.00 +1019133815,Gayo Kopi,Drinks,Food,USD,2016-09-18,4000.00,2016-07-20 23:09:52,92.00,failed,2,US,0.00,92.00,4000.00 +101913480,FRUU.. Innovative REAL-fruit organic vegan lip balms!!,DIY,Crafts,GBP,2016-09-19,500.00,2016-08-21 21:34:13,762.00,successful,58,GB,91.53,988.61,648.69 +"1019135138,""LC Works, a design studio by Lemon Colly"",Fashion,Fashion,USD,2011-12-11,6000.00,2011-11-11 18:06:03,155.00,failed,3,US,155.00,155.00,6000.00" +1019135743,New York Roommates,Fiction,Publishing,USD,2012-02-11,20000.00,2011-12-16 23:45:46,0.00,failed,0,US,0.00,0.00,20000.00 +1019139297,Speak Low,Narrative Film,Film & Video,USD,2012-01-16,5500.00,2011-12-07 19:49:49,5625.01,successful,76,US,5625.01,5625.01,5500.00 +1019145084,Non-profit start up: merchandise fundraiser,Printing,Crafts,USD,2016-08-02,1100.00,2016-06-03 23:25:51,6.00,failed,1,US,6.00,6.00,1100.00 +1019155487,Jen Sygit- a New Album,Music,Music,USD,2017-12-01,15000.00,2017-10-31 00:32:51,15548.00,successful,244,US,0.00,15548.00,15000.00 +"1019163654,""M1911 Forever! Multi shoot, 3D printed Rubber Band Gun"",Gaming Hardware,Games,USD,2016-10-31,3000.00,2016-09-16 09:46:48,601.00,failed,15,US,46.00,601.00,3000.00" +1019180618,Polarized Floating Sunglasses Engineered for Life on Water,Product Design,Design,CAD,2017-06-30,1000.00,2017-05-31 02:18:36,17033.00,successful,184,CA,1105.63,13146.80,771.84 +1019198906,Scream in a Box!,Design,Design,USD,2016-04-23,30000.00,2016-04-06 22:04:29,120.00,failed,12,US,120.00,120.00,30000.00 +1019200855,Sex Worker Zine Project (Canceled),Publishing,Publishing,USD,2011-03-30,500.00,2011-02-13 01:01:53,0.00,canceled,0,US,0.00,0.00,500.00 +101920601,Make 100 : The Spotting Chart Project - WWII,Graphic Design,Design,USD,2017-02-09,800.00,2017-01-19 06:04:47,4915.00,successful,109,US,946.00,4915.00,800.00 +1019211606,Indiana Organic Honey Production,Food,Food,USD,2017-10-28,25000.00,2017-08-29 22:18:30,55.00,canceled,3,US,25.00,55.00,25000.00 +1019212408,Dungeon Time - A Cooperative Real Time Fantasy Card Game,Tabletop Games,Games,USD,2016-07-15,5000.00,2016-06-29 15:00:31,32527.00,successful,1277,US,22198.00,32527.00,5000.00 +1019217557,ELEMENTARY DRESS (Canceled),Fashion,Fashion,USD,2013-11-11,40000.00,2013-10-11 01:19:51,10.00,canceled,2,US,10.00,10.00,40000.00 +1019219630,World Business,Live Games,Games,USD,2015-03-01,8000.00,2015-01-30 04:04:31,7.00,failed,3,US,7.00,7.00,8000.00 +1019225057,Artists In Muskoka ~ The Co-op Studio & Gallery,Mixed Media,Art,CAD,2015-02-07,15000.00,2015-01-08 00:23:52,1.00,failed,1,CA,0.85,0.80,11992.32 +1019232530,Party finding app that will change the game forever,Apps,Technology,USD,2015-10-10,10000.00,2015-09-10 21:05:57,0.00,failed,0,US,0.00,0.00,10000.00 +1019236680,Escape From Pig Hill,Fiction,Publishing,USD,2014-02-24,1000.00,2014-01-18 02:20:00,347.00,failed,7,US,347.00,347.00,1000.00 +"1019240423,""Carnival of Souls: Symphony for Winds, Percussion, and more"",Classical Music,Music,USD,2012-08-08,10000.00,2012-07-09 21:37:07,3855.00,failed,22,US,3855.00,3855.00,10000.00" +1019266650,A lesson in Sustainability: The Harold Washington Greenwall,Public Art,Art,USD,2011-06-26,5000.00,2011-06-04 12:03:48,1883.01,failed,38,US,1883.01,1883.01,5000.00 +1019270278,KUMIITA – Educational programming toy for 0 year olds on up,Robots,Technology,USD,2017-05-20,30000.00,2017-04-20 16:00:10,35029.00,successful,158,US,22263.00,35029.00,30000.00 +"1019277739,""Andy D Records his Third Album """"Warcries"""""",Pop,Music,USD,2011-12-20,5000.00,2011-10-21 22:23:13,5566.31,successful,107,US,5566.31,5566.31,5000.00" +1019280022,Music can't be spelled w/o a U campaign,Music,Music,USD,2011-08-25,5000.00,2011-06-26 02:58:00,596.00,failed,16,US,596.00,596.00,5000.00 +101928493,SUNSET AND THE MOCKINGBIRD,Documentary,Film & Video,USD,2017-05-02,38000.00,2017-04-04 23:00:45,39558.00,successful,344,US,4803.00,39558.00,38000.00 +1019289383,Hondoo Outfitters LTD,Apparel,Fashion,USD,2015-03-13,3000.00,2015-02-09 18:51:55,336.00,failed,7,US,336.00,336.00,3000.00 +1019290025,Notebook Systems for Creative People,Product Design,Design,USD,2013-07-17,9300.00,2013-06-17 03:00:26,2478.00,failed,52,US,2478.00,2478.00,9300.00 +1019292123,The Cheshire Cat Cafe Llandudno #Wales1stcatcafe,Vegan,Food,GBP,2015-06-13,40000.00,2015-04-14 13:55:03,931.00,failed,37,GB,1361.19,1474.55,63353.29 +1019293481,Seagull (Thinking of you) Premiering at COIL Festival 2013,Theater,Theater,USD,2012-11-23,7000.00,2012-09-24 14:13:02,7140.00,successful,130,US,7140.00,7140.00,7000.00 +1019312548,The Downstrokes' West Coast Tour,Rock,Music,USD,2012-08-09,1000.00,2012-07-10 05:20:31,1125.00,successful,27,US,1125.00,1125.00,1000.00 +1019333913,Beyond Environment,Performance Art,Art,USD,2014-09-04,5000.00,2014-07-21 19:00:25,23.00,failed,5,US,23.00,23.00,5000.00 +1019334246,Don Quixote: 91 Paintings In 91 Days!,Painting,Art,USD,2012-11-19,3000.00,2012-10-20 17:52:19,4590.50,successful,63,US,4590.50,4590.50,3000.00 +1019334728,OpenAudioPal,Sound,Technology,USD,2014-07-03,15000.00,2014-06-03 17:11:37,150.00,failed,1,US,150.00,150.00,15000.00 +1019335623,An American in Compiègne,Photography,Photography,USD,2012-05-11,3925.00,2012-03-12 22:50:15,50.00,failed,1,US,50.00,50.00,3925.00 +1019338348,Bristol Improv goes to the Edinburgh Fringe Festival 2015!,Theater,Theater,GBP,2015-05-31,500.00,2015-05-01 20:18:58,915.00,successful,37,GB,1411.93,1402.81,766.57 +"101933876,""Premiere Ballet """"Song of Wyoming"""""",Dance,Dance,USD,2013-02-13,5000.00,2013-01-19 15:27:35,2195.00,failed,35,US,2195.00,2195.00,5000.00" +1019338833,WEB FILM DOC:MEET THE CREATORS of Made in the USA for Babies,Webseries,Film & Video,USD,2013-04-21,18500.00,2013-02-20 02:32:31,25.00,failed,1,US,25.00,25.00,18500.00 +1019343961,Send Punch Theatre to the CrisisArt Festival in Tuscany!,Theater,Theater,USD,2011-06-29,1000.00,2011-04-05 18:29:02,1050.00,successful,17,US,1050.00,1050.00,1000.00 +"1019344470,""Missy Moo, Where are you off to?"",Children's Books,Publishing,USD,2011-08-16,5616.00,2011-06-23 07:04:24,1654.00,failed,60,US,1654.00,1654.00,5616.00" +1019345922,Saints and Slayers,Animation,Film & Video,USD,2015-02-21,200000.00,2015-01-22 18:49:22,1.00,failed,1,US,1.00,1.00,200000.00 +1019349081,CUSTOMIZED SWISS MADE AUTOMATIC WATCH WITH TRILLION STYLES,Product Design,Design,USD,2016-09-12,50000.00,2016-08-08 11:47:52,90235.00,successful,155,US,5839.00,90235.00,50000.00 +1019350253,The Great Plains Album Debut,Indie Rock,Music,USD,2017-12-16,1000.00,2017-12-09 19:52:29,25.00,failed,1,US,0.00,25.00,1000.00 +1019352217,A DANCE FOR GRACE: The Movie,Narrative Film,Film & Video,USD,2011-09-06,80000.00,2011-07-08 22:41:56,792.00,failed,15,US,792.00,792.00,80000.00 +"1019357705,""Luxury watches, designed in Spain, 10 years warranty"",Product Design,Design,EUR,2017-03-15,4000.00,2017-02-13 19:07:28,4182.00,successful,17,ES,1500.45,4490.21,4294.79" +1019361242,The St. Paul Film Festival,Festivals,Film & Video,USD,2014-09-26,25000.00,2014-08-27 15:28:00,126.00,failed,5,US,126.00,126.00,25000.00 +1019364016,Some Celebrities Need Help,Documentary,Film & Video,USD,2013-08-08,5000.00,2013-06-19 20:28:48,137.00,failed,5,US,137.00,137.00,5000.00 +1019369035,Butty Vinyl Toy,Design,Design,USD,2011-12-16,6000.00,2011-10-17 19:43:37,280.00,failed,6,US,280.00,280.00,6000.00 +101937059,The Fantastic Clown Club,Shorts,Film & Video,USD,2011-08-05,2500.00,2011-07-06 11:25:51,5.00,failed,1,US,5.00,5.00,2500.00 +1019371047,LUXURY - Record #5,Indie Rock,Music,USD,2013-10-07,13000.00,2013-09-07 02:21:20,13906.98,successful,251,US,13906.98,13906.98,13000.00 +1019374246,WAXY CHUNKS,Photography,Photography,USD,2012-04-03,1200.00,2012-03-20 21:16:31,1655.00,successful,28,US,1655.00,1655.00,1200.00 +1019374939,Chasing the dream of being a writer,Fiction,Publishing,USD,2016-04-18,12000.00,2016-03-19 21:47:44,1.00,failed,1,US,1.00,1.00,12000.00 +1019385951,Chasing Portraits - A Feature Length Documentary Film,Documentary,Film & Video,USD,2015-05-04,20000.00,2015-04-06 15:02:06,22102.00,successful,173,US,22102.00,22102.00,20000.00 +1019391092,Start connecting with other creatives online today!,Technology,Technology,USD,2016-03-13,4000.00,2016-02-02 21:17:29,396.00,failed,12,US,396.00,396.00,4000.00 +1019405503,Traffic Courts unconstitutional Criminal Racketeering,Nonfiction,Publishing,USD,2015-08-05,40000.00,2015-07-06 22:27:13,10.00,failed,1,US,10.00,10.00,40000.00 +1019407135,Erstwhile Fairy Tale graphic novel,Comics,Comics,USD,2012-06-06,9750.00,2012-04-27 22:00:27,29403.00,successful,654,US,29403.00,29403.00,9750.00 +10194072,BETWEEN THE SHADES,Documentary,Film & Video,USD,2015-11-11,46000.00,2015-09-27 19:46:17,46375.00,successful,194,US,46375.00,46375.00,46000.00 +"1019411426,""Flagreenasaurus (Fla-green-a-saurus), the Green Tickle Troll"",Children's Books,Publishing,USD,2013-01-28,12000.00,2013-01-03 22:57:17,525.00,failed,12,US,525.00,525.00,12000.00" +1019413217,Free GreenMarket Farm Startup,Food,Food,USD,2012-03-31,5000.00,2012-02-27 17:10:15,0.00,failed,0,US,0.00,0.00,5000.00 +1019413615,Rockfest In The Park 2017 - Get ready for Action,Music,Music,USD,2016-11-02,200000.00,2016-09-03 19:45:51,435.00,failed,6,US,10.00,435.00,200000.00 +1019414086,Journey of Incredible Beauty,Art,Art,USD,2017-06-28,16000.00,2017-06-12 16:00:39,442.00,failed,9,US,382.00,442.00,16000.00 +101941587,Dahlia (Canceled),Video Games,Games,USD,2014-05-04,60000.00,2014-04-04 23:26:56,611.00,canceled,25,US,611.00,611.00,60000.00 +1019418537,Laura Frances Debut EP Pre-Sale,Music,Music,GBP,2017-10-03,800.00,2017-09-03 14:53:18,1017.00,successful,54,GB,200.73,1329.76,1046.03 +1019421460,Favela Firsthand: Stories from the Slums of Rio,Documentary,Film & Video,USD,2011-03-01,1825.00,2011-01-18 15:50:13,3146.00,successful,55,US,3146.00,3146.00,1825.00 +1019423578,Orion Key Holder,Product Design,Design,USD,2015-02-16,3000.00,2015-01-14 20:03:00,1121.00,failed,38,US,1121.00,1121.00,3000.00 +1019429275,A Tour of Sorts,Music,Music,USD,2012-05-29,5000.00,2012-04-28 04:41:54,5020.00,successful,53,US,5020.00,5020.00,5000.00 +"1019438475,""The SpaceBunker Project - space, science, maths, STEM"",Space Exploration,Technology,GBP,2015-04-08,1400.00,2015-03-09 18:55:54,945.00,failed,32,GB,1421.12,1378.88,2042.78" +1019449173,The Blooming: An Adoption Story (Canceled),Children's Books,Publishing,USD,2015-04-10,2500.00,2015-02-09 18:52:17,136.00,canceled,3,US,136.00,136.00,2500.00 +1019452705,Mystos: The Role Playing Game,Tabletop Games,Games,USD,2015-03-23,2850.00,2015-02-16 13:48:21,3160.00,successful,40,US,3160.00,3160.00,2850.00 +1019456211,Exit Press - A Zine And Art Book Publisher.,Art Books,Publishing,GBP,2015-06-19,1000.00,2015-05-20 13:07:06,43.00,failed,3,GB,67.26,68.10,1583.83 +1019464787,The Women of Oregon-Track&Field Pioneers-A History-1928-2012,Nonfiction,Publishing,USD,2012-04-15,6000.00,2012-02-16 08:22:42,6032.00,successful,72,US,6032.00,6032.00,6000.00 +1019467155,Randsburg: The Mojave Desert's Liveliest Ghost Town,Nonfiction,Publishing,USD,2013-02-18,3500.00,2013-01-19 00:57:30,30.00,canceled,2,US,30.00,30.00,3500.00 +1019468919,OF THIEVES AND ELVES (a fantasy novella by A.P. Stephens),Publishing,Publishing,USD,2012-01-05,1500.00,2011-11-05 23:57:58,1615.00,successful,23,US,1615.00,1615.00,1500.00 +"1019477333,""Missing Nevaeh """"In Dedication"""" Album"",Music,Music,USD,2011-07-22,600.00,2011-06-22 09:45:42,60.00,failed,3,US,60.00,60.00,600.00" +1019477715,Political PunchOut (Canceled),Video Games,Games,USD,2015-04-22,7500.00,2015-03-28 03:26:20,0.00,canceled,0,US,0.00,0.00,7500.00 +1019483724,Healthy Treats,Food,Food,USD,2014-09-03,3000.00,2014-07-25 23:25:23,2.00,failed,2,US,2.00,2.00,3000.00 +1019489526,Wearsafe: Wearable technology on a mission to save lives,Wearables,Technology,USD,2015-08-20,75000.00,2015-07-14 16:50:40,106084.50,successful,1107,US,106084.50,106084.50,75000.00 +1019491371,Wunderlannd Press Publishing Takes Over The World,Fiction,Publishing,USD,2014-08-13,15000.00,2014-07-14 03:45:08,30.00,failed,3,US,30.00,30.00,15000.00 +1019495661,generationnomad,Journalism,Journalism,USD,2012-08-05,1500.00,2012-07-06 00:58:35,2022.00,successful,27,US,2022.00,2022.00,1500.00 +1019495881,Micro Match,Food,Food,GBP,2016-02-12,20000.00,2016-01-13 14:27:29,20.00,failed,4,GB,29.08,29.01,29008.63 +1019498485,Overcoming Going Under: Post Production,Film & Video,Film & Video,USD,2010-04-20,5263.00,2010-01-21 00:03:11,130.00,failed,2,US,130.00,130.00,5263.00 +1019508379,High quality video game apparel (Canceled),Games,Games,USD,2016-06-17,35000.00,2016-05-23 21:53:54,31.00,canceled,1,US,31.00,31.00,35000.00 +1019512887,Monster Alphabet Coloring Book.,Illustration,Art,GBP,2017-09-10,800.00,2017-07-12 21:38:55,167.00,failed,9,GB,122.36,226.91,1087.02 +1019513661,CSULB Graphic Design BFA Show,Graphic Design,Design,USD,2013-04-27,3000.00,2013-02-26 02:35:14,4010.61,successful,50,US,4010.61,4010.61,3000.00 +1019514109,Dapper,Music,Music,USD,2016-03-18,286.00,2016-01-22 12:09:31,288.37,successful,16,US,288.37,288.37,286.00 +1019515801,Harper's Comics: Where everybody knows your secret identity!,Comics,Comics,USD,2014-10-18,80000.00,2014-08-19 03:04:08,225.00,failed,7,US,225.00,225.00,80000.00 +1019516480,Help Me Make A Studio Album,Country & Folk,Music,USD,2017-07-19,8000.00,2017-06-19 18:07:10,0.00,failed,0,US,0.00,0.00,8000.00 +1019521089,Patrick Cress' Yosemite Soundscapes,Electronic Music,Music,USD,2017-02-23,9999.00,2017-01-26 09:01:19,10393.00,successful,128,US,2031.00,10393.00,9999.00 +101952398,Contribute to the making of JT Hollis' FIRST FULL CD!,Rock,Music,USD,2011-03-06,3000.00,2011-02-04 22:54:23,206.00,failed,5,US,206.00,206.00,3000.00 +1019525713,Bring healthy and convenient pre-prepped meals to Williston!,Food,Food,USD,2017-11-06,12000.00,2017-10-07 23:24:28,12000.00,successful,11,US,50.00,12000.00,12000.00 +1019528310,TESTIMONIES: Stories of Refugee Children during WW II,Photography,Photography,USD,2012-10-12,2000.00,2012-09-05 17:23:10,3301.00,successful,42,US,3301.00,3301.00,2000.00 +1019531427,Recycled Lighted Bottles,Crafts,Crafts,USD,2014-08-11,5000.00,2014-07-12 00:30:51,0.00,failed,0,US,0.00,0.00,5000.00 +"1019543582,""Captains of Industry: Help fund our 1st CD, SAIL ON"",Jazz,Music,USD,2013-03-23,2500.00,2013-02-21 21:21:10,2910.00,successful,57,US,2910.00,2910.00,2500.00" +1019547173,Color Me Chincoteague: A coloring book for an island we love,Children's Books,Publishing,USD,2015-08-01,3000.00,2015-07-01 16:06:06,5230.00,successful,111,US,5230.00,5230.00,3000.00 +1019548548,On the Straight Path,Shorts,Film & Video,USD,2013-08-24,5000.00,2013-07-10 03:02:47,28.00,failed,2,US,28.00,28.00,5000.00 +"1019551488,""Pre-Historic Iron Art, making it's way to ArtPrize"",Sculpture,Art,USD,2013-08-25,5000.00,2013-07-11 23:28:26,701.00,failed,7,US,701.00,701.00,5000.00" +1019552425,An Adventure Poetry Book: You Had Me At Topography,Poetry,Publishing,USD,2016-09-24,1500.00,2016-08-10 22:35:41,2851.00,successful,84,US,233.00,2851.00,1500.00 +101956833,Wild Horse Freedom Project (Canceled),Documentary,Film & Video,USD,2014-10-19,5000.00,2014-09-19 18:35:08,870.00,canceled,13,US,870.00,870.00,5000.00 +1019571808,Amp Clothing Co. A brand based on self love& body positivity,Apparel,Fashion,USD,2017-10-27,10000.00,2017-09-27 21:32:11,32.00,failed,3,US,0.00,32.00,10000.00 +1019574764,Womens fancy hiphop clothing line!,Apparel,Fashion,USD,2015-07-10,9000.00,2015-05-28 16:20:03,0.00,failed,0,US,0.00,0.00,9000.00 +101957846,IceLiners,Product Design,Design,USD,2014-09-09,30000.00,2014-07-31 01:48:38,34617.00,successful,448,US,34617.00,34617.00,30000.00 +1019579897,Tori's Healing Products,Crafts,Crafts,USD,2014-09-07,3000.00,2014-08-08 01:31:48,12.00,failed,3,US,12.00,12.00,3000.00 +101958051,ECO~FRIG (Canceled),Hardware,Technology,USD,2014-01-04,101000.00,2013-11-20 01:18:18,115.00,canceled,3,US,115.00,115.00,101000.00 +1019591643,SIDES OF A HORN,Shorts,Film & Video,USD,2017-10-21,55000.00,2017-09-21 07:11:25,57045.00,successful,235,US,16346.00,57045.00,55000.00 +"1019592942,""He's Tried it alone before, this time I won't let him"",Couture,Fashion,USD,2015-08-02,4500.00,2015-07-03 05:49:11,0.00,canceled,0,US,0.00,0.00,4500.00" +1019597261,Vintage Postage Stamps into a Handmade Fine Writing pen.,Mixed Media,Art,USD,2013-11-26,2000.00,2013-11-01 19:07:22,2546.00,successful,23,US,2546.00,2546.00,2000.00 +"1019607876,""Eggs, Bunnies and a Giggling God"",Children's Books,Publishing,CAD,2016-12-16,7000.00,2016-10-17 01:09:26,156.00,failed,5,CA,95.07,116.65,5234.43" +1019608131,Sanctuary M. Bring more of the Outside In,Product Design,Design,AUD,2016-11-05,50000.00,2016-10-06 05:17:18,69534.00,successful,550,AU,27087.79,52881.59,38025.71 +1019613932,Cornbread Suicides (A Novel),Publishing,Publishing,USD,2014-10-31,500.00,2014-10-16 21:25:59,82.00,failed,7,US,82.00,82.00,500.00 +101962142,Big model of a house,Design,Design,GBP,2016-11-10,5000.00,2016-10-11 07:44:17,677.00,failed,2,GB,0.00,857.05,6329.75 +1019630140,Film Project La Familia Loyalty,Film & Video,Film & Video,USD,2012-09-28,10000.00,2012-08-29 01:35:15,200.00,failed,2,US,200.00,200.00,10000.00 +"1019635283,""Indie Film """"Bruises"""" from NICE Productions"",Narrative Film,Film & Video,USD,2013-03-31,1700.00,2013-03-01 17:19:12,161.00,failed,5,US,161.00,161.00,1700.00" +"1019636732,Love Letters to GOD,Publishing,Publishing,USD,2016-01-15,4789.00,2015-12-14 00:53:55,10.00,undefined,0,""N,0"""""",,10.00,4789.00" +1019645625,Record Label (Canceled),Music,Music,USD,2014-08-22,100000.00,2014-07-14 03:11:13,0.00,canceled,0,US,0.00,0.00,100000.00 +1019652433,Optical Illusion: Magical Cardboard Sculptures,Design,Design,USD,2017-01-26,7500.00,2016-12-29 23:44:07,827.00,failed,72,US,502.00,827.00,7500.00 +10196566,Ashley Has A Message To Share,Web,Journalism,USD,2015-12-17,2500.00,2015-11-17 18:26:10,55.00,failed,3,US,55.00,55.00,2500.00 +1019661678,Presidential Pareidolia,Digital Art,Art,USD,2017-05-14,66600.00,2017-04-14 23:13:10,0.00,failed,0,US,25.00,0.00,66600.00 +1019662165,Ghost Bros. Supernatural Investigations,Webseries,Film & Video,USD,2012-01-19,3000.00,2011-11-20 21:45:28,0.00,failed,0,US,0.00,0.00,3000.00 +1019666150,HEROD THE GREAT Comic,Comic Books,Comics,CAD,2017-07-25,9500.00,2017-06-20 06:45:06,9551.00,successful,51,CA,293.51,7614.61,7573.95 +1019667534,Construction of a Larp Inn,Live Games,Games,CAD,2014-10-27,8000.00,2014-09-27 02:27:48,4502.00,failed,23,CA,4064.29,3993.26,7095.97 +1019675780,Vibration - Post Production,Shorts,Film & Video,GBP,2016-05-16,1500.00,2016-04-26 23:05:54,1610.00,successful,30,GB,2324.11,2345.54,2185.28 +"1019686062,Fairest the Musical Full Cast Concept Album,Music,Music,USD,2015-06-22,4000.00,2015-05-23 06:35:07,0.00,undefined,0,""N,0"""""",,0.00,4000.00" +"101968728,""New Bet Williams CD, The 11th Hour"",Indie Rock,Music,USD,2013-01-04,12000.00,2012-12-05 00:25:23,19336.00,successful,177,US,19336.00,19336.00,12000.00" +1019689919,LifeQuote Posters,Graphic Design,Design,EUR,2014-08-25,800.00,2014-07-01 10:45:08,50.00,failed,1,NL,68.23,65.94,1055.03 +1019690660,Big Blue: A Dark Comedy,Shorts,Film & Video,USD,2012-04-19,3850.00,2012-03-20 22:29:07,2603.00,failed,25,US,2603.00,2603.00,3850.00 +1019693331,David Baroni New Vocal CD!,Faith,Music,USD,2014-08-16,3500.00,2014-07-17 17:16:00,3645.00,successful,53,US,3645.00,3645.00,3500.00 +1019693405,THE WHOLE GRITTY CITY - Launching the Film,Documentary,Film & Video,USD,2012-10-10,50000.00,2012-09-10 13:55:17,51173.00,successful,611,US,51173.00,51173.00,50000.00 +1019695103,The Sweet Remains record their sophomore studio album!,Rock,Music,USD,2012-10-12,10000.00,2012-09-12 22:37:41,15591.00,successful,133,US,15591.00,15591.00,10000.00 +"1019700597,""Mixed Eats Food Truck, we SPIKE your food!"",Food Trucks,Food,USD,2015-12-11,10000.00,2015-11-11 05:51:48,306.00,failed,3,US,306.00,306.00,10000.00" +1019701274,We Are All Foreigners,Photo,Journalism,EUR,2016-06-06,1000.00,2016-04-07 10:31:33,118.00,failed,8,IT,134.22,133.39,1130.40 +"1019714358,""Help Support The """"PhotoVoice"""" Project"",Photography,Photography,USD,2013-05-12,5000.00,2013-03-28 17:19:36,7806.00,successful,15,US,7806.00,7806.00,5000.00" +1019721657,Commission a new Horn Quartet,Classical Music,Music,USD,2015-12-23,3000.00,2015-11-23 15:29:58,1894.00,failed,40,US,1894.00,1894.00,3000.00 +"1019726860,New EP/Music Development,Music,Music,USD,2015-09-07,3000.00,2015-08-08 20:16:20,0.00,undefined,0,""N,0"""""",,0.00,3000.00" +1019728330,The Adventures of Killbot (Canceled),Video Games,Games,USD,2014-04-27,20000.00,2014-04-15 17:00:53,10.00,canceled,1,US,10.00,10.00,20000.00 +1019734972,Biographical Dictionary of Italian Generals/Admirals 1900-45,Nonfiction,Publishing,USD,2012-02-28,30000.00,2012-01-29 01:30:26,25.00,failed,1,US,25.00,25.00,30000.00 +1019736572,Zandrael: Being Human is Overrated,Young Adult,Publishing,USD,2016-12-06,4067.00,2016-11-14 18:27:38,4122.12,successful,49,US,1102.00,4122.12,4067.00 +1019741337,My three Gems,DIY,Crafts,USD,2014-08-21,500.00,2014-07-22 21:38:28,0.00,failed,0,US,0.00,0.00,500.00 +101974863,Backdraft: A New Kind of Young Adult Novel,Fiction,Publishing,USD,2012-08-13,5000.00,2012-07-14 11:23:33,50.00,failed,1,US,50.00,50.00,5000.00 +1019756278,Inno.vote - Secure Mobile Voting for America (Canceled),Software,Technology,USD,2016-07-09,50000.00,2016-06-09 22:21:04,3646.00,canceled,44,US,3646.00,3646.00,50000.00 +1019759030,The English Teacher,Documentary,Film & Video,GBP,2014-10-16,10844.00,2014-09-19 21:46:16,0.00,failed,0,GB,0.00,0.00,17479.89 +1019759522,Walk of Shame,Webseries,Film & Video,USD,2013-09-22,6500.00,2013-08-22 04:54:48,6775.00,successful,84,US,6775.00,6775.00,6500.00 +1019760396,Cajun Crate | Louisiana Monthly Subscription Box,Food,Food,USD,2016-06-18,20000.00,2016-05-04 00:00:37,21014.00,successful,248,US,21014.00,21014.00,20000.00 +1019768490,Servnote - Multipurpose Notebook App with Encryption,Apps,Technology,USD,2017-01-01,10000.00,2016-12-03 14:43:20,127.00,canceled,1,US,127.00,127.00,10000.00 +"1019768814,""""""Hog Heaven"""" BBQ Photographic Folio"",Photography,Photography,USD,2013-03-22,1500.00,2013-02-20 23:20:23,1000.00,failed,25,US,1000.00,1000.00,1500.00" +1019770517,Team 6040: GetoBotics,Robots,Technology,CAD,2016-02-29,500.00,2016-02-04 22:55:04,591.00,successful,5,CA,419.91,440.52,372.69 +1019770787,COOL Couture: CREATING. OUR. OWN. LIVES. (Canceled),Fashion,Fashion,USD,2013-11-29,50000.00,2013-10-15 03:03:57,0.00,canceled,0,US,0.00,0.00,50000.00 +1019773582,Facing Fanconi-A Documentary Film,Documentary,Film & Video,USD,2015-05-27,60000.00,2015-04-27 18:29:30,4040.00,failed,25,US,4040.00,4040.00,60000.00 +1019788059,CNC / 3D-Printer / Laser.. for everyone! EN/DE,Fabrication Tools,Technology,CHF,2016-02-11,800.00,2016-01-12 12:41:01,461.00,failed,46,CH,463.56,473.00,820.82 +1019795754,Keeping Hearts Project: 6 New Songs By Amanda Grace,Indie Rock,Music,USD,2014-03-04,800.00,2014-01-23 17:50:04,806.00,successful,6,US,806.00,806.00,800.00 +"101980141,""""""The Morning Stretch"""" - Juice & Smoothie Bar"",Food,Food,USD,2013-09-29,10000.00,2013-09-09 19:42:48,147.00,failed,4,US,147.00,147.00,10000.00" +1019818505,The Cosmotic Mission - VR Game,Video Games,Games,USD,2017-05-18,11040.00,2017-04-18 14:00:58,11212.00,successful,66,US,624.00,11212.00,11040.00 +1019821259,PLAYING IN COLOR,Ready-to-wear,Fashion,USD,2015-03-18,5000.00,2015-02-16 03:51:41,5031.00,successful,38,US,5031.00,5031.00,5000.00 +1019822951,Original Theater Piece Created by Students with Disabilities,Theater,Theater,USD,2011-09-30,2400.00,2011-08-24 22:09:44,2450.00,successful,43,US,2450.00,2450.00,2400.00 +"1019835891,""THE ORPHAN KILLER """"BEHIND THE MURDER"""" (KILLSTARTER)"",Film & Video,Film & Video,USD,2012-07-20,50000.00,2012-06-20 18:53:03,1211.00,canceled,21,US,1211.00,1211.00,50000.00" +1019836051,The Peace Wall: A 2012 Interactive Burning Man Project,Conceptual Art,Art,USD,2012-08-03,2500.00,2012-07-20 19:00:37,100.00,failed,1,US,100.00,100.00,2500.00 +1019837393,Talaiden Tactics,Tabletop Games,Games,USD,2014-10-19,25000.00,2014-09-19 23:01:56,1364.00,failed,52,US,1364.00,1364.00,25000.00 +1019839283,Smock sock,Crafts,Crafts,USD,2016-10-16,15000.00,2016-09-01 06:36:41,0.00,failed,0,US,0.00,0.00,15000.00 +"1019845566,""Prison, And How It Affects Our Youth."",Young Adult,Publishing,USD,2015-12-05,7000.00,2015-11-05 20:50:42,0.00,failed,0,US,0.00,0.00,7000.00" +101985258,Bruehol Brewing Taproom & Swag,Drinks,Food,USD,2017-01-05,2000.00,2016-12-06 23:12:56,2335.00,successful,23,US,0.00,2335.00,2000.00 +1019862001,LUCKY TORTOISE DUMPLING COMPANY,Restaurants,Food,EUR,2017-09-17,850.00,2017-08-18 19:17:14,240.00,failed,8,IE,70.67,287.06,1016.69 +1019871932,Taste of Asia,Food Trucks,Food,USD,2015-07-10,100000.00,2015-06-10 19:25:59,5.00,failed,1,US,5.00,5.00,100000.00 +1019872467,Ex's With Benefits - Bad Hotel,Punk,Music,USD,2014-12-08,8500.00,2014-10-24 19:49:25,985.00,failed,17,US,985.00,985.00,8500.00 +1019877481,Watermelon Tears (Canceled),Shorts,Film & Video,USD,2013-01-11,27500.00,2012-11-13 18:46:28,11703.84,canceled,119,US,11703.84,11703.84,27500.00 +1019879992,Främlingsleguanen (pilotprojekt),Theater,Theater,SEK,2016-02-29,20000.00,2016-01-05 14:32:58,21070.00,successful,28,SE,2497.59,2476.17,2350.42 +1019881007,Herbert + Garry,Children's Books,Publishing,USD,2012-09-28,1200.00,2012-08-29 03:28:50,1.50,failed,1,US,1.50,1.50,1200.00 +1019888534,Lezbian Assassins,Comics,Comics,USD,2011-09-01,2000.00,2011-07-03 10:24:14,152.00,failed,5,US,152.00,152.00,2000.00 +1019891842,Under Foot,Dance,Dance,GBP,2013-03-02,100.00,2013-01-03 18:59:08,100.00,successful,6,GB,163.11,150.29,150.29 +1019905278,HeART in aid of earthquake children victims in Italy-,Illustration,Art,EUR,2016-09-28,15000.00,2016-08-29 17:30:53,81.00,failed,3,IT,0.00,90.40,16741.45 +"1019910135,""Foam Brain Metal Pins - RPG Classes, Meeples and More!"",Tabletop Games,Games,USD,2014-07-04,1000.00,2014-06-24 17:01:30,12071.00,successful,298,US,12071.00,12071.00,1000.00" +"101992077,""SPORTS POPSICLES GATORADE FLAVORS 24"""" LONG"",Drinks,Food,USD,2014-08-08,5000.00,2014-07-22 22:22:25,0.00,failed,0,US,0.00,0.00,5000.00" +1019923936,New Orleans' Mardi Gras Unicorn Ride through NYC,Public Art,Art,USD,2011-06-18,4000.00,2011-05-19 03:17:16,4157.00,successful,88,US,4157.00,4157.00,4000.00 +1019929328,Macbeth,Plays,Theater,USD,2016-04-30,5500.00,2016-04-06 15:24:40,5516.00,successful,79,US,5516.00,5516.00,5500.00 +1019953928,Keepin' It Radio's Summer Heat Tour 2012,Music,Music,USD,2012-06-08,500.00,2012-04-24 21:36:34,0.00,failed,0,US,0.00,0.00,500.00 +1019954510,Bart Vargas in the Shangyuan Art Museum Residency Program,Art,Art,USD,2011-05-08,2000.00,2011-04-03 05:51:14,2689.00,successful,59,US,2689.00,2689.00,2000.00 +1019959725,Agatone Music - Debut Live Appearance (Canceled),Electronic Music,Music,GBP,2015-08-01,1500.00,2015-06-14 18:03:29,0.00,canceled,0,GB,0.00,0.00,2327.53 +"1019959738,""""""Welcome to Unity"""" Booster Club (Canceled)"",Documentary,Film & Video,USD,2014-07-05,30000.00,2014-05-17 02:56:12,4932.70,canceled,109,US,4932.70,4932.70,30000.00" +1019961266,Yeti Shaved Ice: Going Mobile,Food,Food,USD,2013-04-04,7000.00,2013-03-05 15:12:28,1271.00,failed,42,US,1271.00,1271.00,7000.00 +1019966318,TESLA feature film (final campaign),Narrative Film,Film & Video,CAD,2014-07-15,20000.00,2014-05-16 02:31:28,2977.00,failed,58,CA,2729.42,2770.59,18613.31 +1019973506,'Here I Am' Album Completion,Pop,Music,GBP,2016-04-27,8000.00,2016-03-28 12:08:50,51.00,failed,2,GB,72.09,74.53,11691.63 +1019978455,Perfect Storm or Perfect Opportunity? Kenya's Right to Food.,Documentary,Film & Video,USD,2012-04-29,19000.00,2012-03-30 23:21:29,380.00,canceled,8,US,380.00,380.00,19000.00 +1019979774,INJUSTICE CITY: HEROES AMONG US,Graphic Novels,Comics,USD,2015-02-21,68652.00,2015-01-22 15:42:49,1.00,failed,1,US,1.00,1.00,68652.00 +1019986113,The Lowell House - A Haunting Tale,Fiction,Publishing,USD,2012-12-15,1500.00,2012-11-15 19:33:00,15.00,failed,1,US,15.00,15.00,1500.00 +1019999021,ButterScotch: A Film Noir,Narrative Film,Film & Video,USD,2013-07-01,500.00,2013-06-01 01:50:27,1365.00,successful,22,US,1365.00,1365.00,500.00 +1020002976,Elk Attack Records Full Length Record,Indie Rock,Music,USD,2012-07-30,5000.00,2012-05-31 20:17:14,5678.00,successful,76,US,5678.00,5678.00,5000.00 +1020011037,Kicks on Route 66,Television,Film & Video,USD,2015-07-11,25000.00,2015-06-12 00:43:11,30121.00,successful,92,US,30121.00,30121.00,25000.00 +1020027760,The Gentleman Bank Robber: The Life Story of Rita Bo Brown,Documentary,Film & Video,USD,2012-08-02,2500.00,2012-07-03 23:29:57,2533.88,successful,77,US,2533.88,2533.88,2500.00 +1020030703,BLUES OF NEW YORK STATE,Photobooks,Photography,USD,2015-02-03,8000.00,2015-01-14 00:59:04,104.00,failed,2,US,104.00,104.00,8000.00 +1020035399,Consider Me One of the Weak,Comedy,Theater,USD,2017-10-02,1000.00,2017-08-30 02:51:33,1002.00,successful,10,US,25.00,1002.00,1000.00 +1020053719,Bring Cosmic Creamery's Amazing Ice Cream to You!,Food,Food,USD,2013-03-04,7500.00,2013-02-02 04:29:36,7717.00,successful,119,US,7717.00,7717.00,7500.00 +1020060251,Effective Meditation: A Self-Realization Empowerment Guide,Nonfiction,Publishing,USD,2017-02-09,2000.00,2017-01-19 03:46:14,0.00,failed,0,US,0.00,0.00,2000.00 +1020060808,Designated Driver The Game - Adult Drinking Game,Tabletop Games,Games,USD,2013-12-21,5000.00,2013-11-21 02:34:23,5287.00,successful,67,US,5287.00,5287.00,5000.00 +1020063206,Help make Ascent one of the greatest space games EVER!,Video Games,Games,AUD,2014-11-01,35000.00,2014-09-29 14:00:42,35334.00,successful,162,AU,30977.37,30371.33,30084.24 +1020065546,LOVE IS A DIRTY WORD,Theater,Theater,USD,2017-06-02,5000.00,2017-05-03 09:29:49,5415.00,successful,70,US,920.00,5415.00,5000.00 +1020083680,More Charlotte From A Tour Guide's Perspective,Nonfiction,Publishing,USD,2012-12-20,135.00,2012-11-20 17:31:32,150.00,successful,5,US,150.00,150.00,135.00 +102008749,The Junior Journal - Newspaper for Kids Written by Kids,Publishing,Publishing,USD,2014-11-29,3500.00,2014-10-29 23:24:57,318.00,failed,15,US,318.00,318.00,3500.00 +1020088111,13 Years in America,Fiction,Publishing,USD,2011-12-11,200.00,2011-10-25 04:37:37,323.00,successful,14,US,323.00,323.00,200.00 +1020089342,Streetmatic - The Ultimate Driving Watch by Blacklist,Product Design,Design,USD,2016-09-14,20000.00,2016-08-16 19:09:36,40293.00,successful,87,US,23028.00,40293.00,20000.00 +1020091432,Show Your Love for TT (A Valentines Fundraiser),Music,Music,USD,2016-02-21,75.00,2016-02-09 00:02:30,660.00,successful,16,US,660.00,660.00,75.00 +102009362,LULLABY - A Short Film,Shorts,Film & Video,USD,2012-11-17,50000.00,2012-10-15 06:04:46,5372.00,failed,65,US,5372.00,5372.00,50000.00 +1020102137,Help Across the Pondcast Reach Further Across the Pond,Audio,Journalism,USD,2017-08-30,250.00,2017-07-01 17:09:14,0.00,canceled,0,US,0.00,0.00,250.00 +1020103339,The Gypsy Journal,Journalism,Journalism,USD,2015-06-08,1500.00,2015-06-02 17:34:25,5.00,failed,1,US,5.00,5.00,1500.00 +102010949,Special Occasion Wreaths and More,DIY,Crafts,USD,2014-09-21,450.00,2014-08-22 16:54:29,0.00,failed,0,US,0.00,0.00,450.00 +1020125255,Catzenpup Automatic Wet Food Feeder For Cats & Dogs,Product Design,Design,USD,2014-12-17,50000.00,2014-11-17 19:04:11,11122.00,failed,46,US,11122.00,11122.00,50000.00 +1020129842,I Got MORE Yule Babe,Music,Music,USD,2012-01-02,7000.00,2011-12-02 19:28:02,325.00,failed,12,US,325.00,325.00,7000.00 +1020132430,World's Softest Sustainable Underwear & Loungewear,Apparel,Fashion,USD,2017-05-02,15000.00,2017-03-18 18:01:30,102843.00,successful,1069,US,29806.00,102843.00,15000.00 +1020134332,ST Drivers,Apps,Technology,USD,2014-09-26,30000.00,2014-08-27 03:28:54,0.00,failed,0,US,0.00,0.00,30000.00 +1020146237,Fistfoot: The Motion Picture,Narrative Film,Film & Video,USD,2013-07-24,150000.00,2013-05-25 07:57:27,103.00,failed,6,US,103.00,103.00,150000.00 +1020147040,Mail Order Gourmet Chocolate Covered Popcorn,Food,Food,USD,2014-08-14,5000.00,2014-07-15 00:18:37,0.00,failed,0,US,0.00,0.00,5000.00 +10201491,Traveling with Scrabble,Tabletop Games,Games,USD,2017-07-01,2000.00,2017-05-30 12:22:43,535.00,failed,5,US,103.00,535.00,2000.00 +1020158570,Pursuing The Monarchs,Documentary,Film & Video,EUR,2016-04-06,3000.00,2016-03-06 21:15:07,5158.00,successful,42,FR,5676.73,5861.03,3408.90 +1020164959,Incantation Season 1,Fantasy,Film & Video,GBP,2016-10-30,9000.00,2016-08-31 00:47:25,3.00,failed,2,GB,0.00,3.75,11241.85 +"1020171577,""""""Hugh & the World: A search for himself."""" (Canceled)"",Fine Art,Photography,USD,2016-03-12,1200.00,2016-02-11 03:11:55,0.00,canceled,0,US,0.00,0.00,1200.00" +1020172151,Snoozy - The Charity Alarm Clock App,Apps,Technology,USD,2015-03-26,7000.00,2015-02-24 19:10:00,963.00,failed,22,US,963.00,963.00,7000.00 +1020182973,Make 2 dreams come true.,Pop,Music,USD,2017-05-19,100000.00,2017-03-30 20:37:05,0.00,canceled,0,US,0.00,0.00,100000.00 +1020195301,Nykken and Bear - a new recording by Kari Tauring,World Music,Music,USD,2013-02-26,5000.00,2013-01-19 05:42:02,7290.11,successful,185,US,7290.11,7290.11,5000.00 +1020220283,Sare's Naturals Handmade in Harlem.,DIY,Crafts,USD,2014-08-12,5000.00,2014-07-13 15:02:45,48.00,failed,4,US,48.00,48.00,5000.00 +1020221466,TutYourSelf - Eine Plattform für Tutorien und Tutorials,Apps,Technology,EUR,2015-08-20,12000.00,2015-07-21 19:39:10,0.00,failed,0,DE,0.00,0.00,13537.14 +"1020229816,""Ironhands of the East, Dwarven origins."",Fiction,Publishing,USD,2014-07-31,7500.00,2014-07-01 16:59:58,16.00,failed,3,US,16.00,16.00,7500.00" +102023372,zombieXperience -the uk's biggest and best zombie experience,Games,Games,GBP,2013-09-12,9500.00,2013-08-13 16:29:08,138.00,canceled,8,GB,213.87,218.44,15037.83 +1020239373,Imperial Clothing Co.,Fashion,Fashion,USD,2011-09-23,2000.00,2011-08-24 23:27:37,130.00,failed,4,US,130.00,130.00,2000.00 +1020239946,Project Nacho,Food,Food,AUD,2014-08-31,10.00,2014-08-01 09:46:36,5.00,failed,2,AU,4.66,4.68,9.37 +"1020241944,""It is CD hardcopy time fam! """"Lost in Thought"""" coming to you"",Pop,Music,USD,2016-04-18,300.00,2016-03-19 04:40:35,790.00,successful,19,US,790.00,790.00,300.00" +1020244231,Perky Blenders Coffee Roaster,Drinks,Food,GBP,2016-03-04,3200.00,2016-02-03 17:07:30,2.00,failed,2,GB,2.88,2.83,4530.52 +1020248692,3MS (Multi Media Marketing),Music,Music,USD,2017-06-19,1000.00,2017-05-20 00:42:33,1.00,failed,1,US,0.00,1.00,1000.00 +102025421,Untitled Low-Budget Comedy about Low-Budget Filmmaking,Film & Video,Film & Video,USD,2013-07-16,2500.00,2013-06-17 21:22:55,834.00,failed,24,US,834.00,834.00,2500.00 +1020255217,THE HILL AND WOOD KICKSTARTER!,Indie Rock,Music,USD,2013-10-02,8000.00,2013-09-11 20:02:27,10590.11,successful,161,US,10590.11,10590.11,8000.00 +1020255788,LANTERN: The Ultimate Multifunctional Light!,Technology,Technology,CAD,2016-06-24,30000.00,2016-05-25 18:23:46,30628.60,successful,192,CA,23292.69,23549.59,23066.28 +1020256850,Fish and Game (Canceled),Video Games,Games,USD,2015-03-06,5000.00,2015-02-19 19:27:43,0.00,canceled,0,US,0.00,0.00,5000.00 +1020258677,THE PEN REST - Start tidying your desk now! - Just Perfect,Product Design,Design,GBP,2015-03-17,12500.00,2015-01-31 19:01:22,3701.00,canceled,64,GB,5578.02,5497.13,18566.38 +1020263455,Help to Stabilize the Shakey Tables!!!,Rock,Music,USD,2013-12-18,10000.00,2013-11-06 21:39:40,3013.00,failed,65,US,3013.00,3013.00,10000.00 +"1020276001,""Playing With Fire, an Erotic Photo Essay"",Art Books,Publishing,USD,2012-10-27,7000.00,2012-09-13 05:21:30,310.00,failed,5,US,310.00,310.00,7000.00" +1020281757,Book on Vegetarian choices for eating out in the US,Food,Food,USD,2013-04-26,2000.00,2013-02-25 18:35:15,80.00,failed,4,US,80.00,80.00,2000.00 +1020285465,The Dump Trike,Product Design,Design,USD,2012-07-28,5000.00,2012-06-16 00:22:02,82.00,failed,5,US,82.00,82.00,5000.00 +1020286603,Boek 'Hoge nood wordt deugd: verhaal van een Crohn-getuige',Nonfiction,Publishing,EUR,2015-05-20,3000.00,2015-04-20 21:53:16,3087.50,successful,73,NL,3336.59,3446.87,3349.19 +1020288031,You've Got to Believe,Film & Video,Film & Video,USD,2013-10-18,10000.00,2013-09-26 14:42:41,25.00,failed,1,US,25.00,25.00,10000.00 +1020302057,The Siege of Vermund: A Matter of Life and Death,Video Games,Games,USD,2013-11-08,75000.00,2013-10-09 21:10:54,360.00,failed,5,US,360.00,360.00,75000.00 +1020302464,Return of the Loving Dead - promotional trailer,Shorts,Film & Video,USD,2012-03-11,5000.00,2012-01-11 02:22:08,200.00,failed,1,US,200.00,200.00,5000.00 +1020303831,The Fair and the Foul -- Debut Album,Indie Rock,Music,USD,2012-02-26,3000.00,2012-01-16 23:35:47,3667.91,successful,82,US,3667.91,3667.91,3000.00 +1020305006,ChicagoFashionWeek,Fashion,Fashion,USD,2016-07-11,10000.00,2016-06-29 18:57:07,0.00,failed,0,US,0.00,0.00,10000.00 +1020307467,Hamidou Bangoura: An Autobiography (Canceled),Nonfiction,Publishing,USD,2014-08-25,5500.00,2014-07-16 20:08:47,1.00,canceled,1,US,1.00,1.00,5500.00 +1020312401,Annu-Art,Art,Art,CAD,2015-07-15,13000.00,2015-06-15 17:48:03,0.00,failed,0,CA,0.00,0.00,10016.95 +1020324581,Voice-Net,Software,Technology,EUR,2015-06-11,5000.00,2015-05-12 08:22:43,10.00,failed,1,DE,11.16,11.22,5609.97 +1020325526,Moonlight,Design,Design,USD,2016-12-10,1000.00,2016-11-10 04:32:59,1790.00,successful,14,US,390.00,1790.00,1000.00 +1020328630,Career Matchmaker & Job Searching app,Apps,Technology,CAD,2015-11-10,50000.00,2015-10-06 04:06:25,0.00,failed,0,CA,0.00,0.00,37579.86 +1020328920,Just Don't Bring One Home,Nonfiction,Publishing,USD,2012-07-17,30000.00,2012-06-17 02:14:40,450.00,failed,7,US,450.00,450.00,30000.00 +1020331612,The Vegabonds third album: The Vegabonds at Studio B,Music,Music,USD,2012-11-19,5000.00,2012-10-10 06:53:27,5250.00,successful,77,US,5250.00,5250.00,5000.00 +1020337741,This Train Is Definitely Crashing: CrewSC Away Days,Anthologies,Publishing,USD,2016-01-13,1250.00,2015-12-24 01:11:06,1415.00,successful,36,US,1415.00,1415.00,1250.00 +1020341298,13 Pocket Hi-Visibility Vest by AyeGear,Apparel,Fashion,GBP,2016-01-24,15000.00,2015-12-15 01:27:20,211.00,failed,5,GB,320.95,301.54,21436.84 +1020347268,The Verve Academy,Technology,Technology,GBP,2015-08-07,5000.00,2015-07-08 23:02:15,5141.00,successful,84,GB,8015.20,7977.22,7758.43 +1020351613,The stabilising gym plate,Product Design,Design,GBP,2017-07-08,750.00,2017-06-08 18:04:09,1.00,failed,1,GB,0.00,1.30,973.05 +1020356513,Support and contribute to the ART101010 PROJECT,Photography,Photography,USD,2010-10-04,10000.00,2010-08-29 12:46:35,80.00,failed,2,US,80.00,80.00,10000.00 +1020357088,Team AREND Wildlife Conservation UAV,Flight,Technology,USD,2014-03-30,20000.00,2014-02-28 22:26:35,22403.00,successful,213,US,22403.00,22403.00,20000.00 +1020359266,BARE REALITY: 100 women and their breasts,Photobooks,Photography,GBP,2014-10-11,10900.00,2014-09-06 00:16:29,31891.81,successful,907,GB,52489.03,51407.72,17570.16 +1020359451,Spinal Blast ??????????: Psychiatry meets Strategy RPG,Video Games,Games,USD,2015-07-10,60000.00,2015-06-10 02:34:36,3731.00,canceled,139,US,3731.00,3731.00,60000.00 +1020359636,The Inventors Crop,Gadgets,Technology,USD,2015-12-25,2500.00,2015-11-15 18:50:25,10.00,failed,1,US,10.00,10.00,2500.00 +"1020360328,""REIYACON - Rochester Cosplay, Anime, Entertainment"",Events,Comics,USD,2016-04-08,1000.00,2016-03-09 02:50:53,1519.00,successful,23,US,1519.00,1519.00,1000.00" +102036154,Legrand Legacy – An Homage to the JRPG Classics (PC),Video Games,Games,GBP,2016-12-16,85000.00,2016-11-16 22:00:06,65268.00,failed,769,GB,8273.92,81217.49,105771.38 +1020365114,Becoming Bitcoin: Why You Need Bitcoin (Free Film Screening),Technology,Technology,USD,2017-05-03,2250.00,2017-04-03 16:09:05,0.00,failed,0,US,0.00,0.00,2250.00 +1020374231,Merle 2000 EP Vinyl Re-release,Electronic Music,Music,USD,2014-08-10,3800.00,2014-07-11 20:25:18,2162.00,failed,64,US,2162.00,2162.00,3800.00 +1020379517,GoWAState.com Puts Travelers First with New Website,Publishing,Publishing,USD,2011-10-09,50000.00,2011-08-10 03:12:24,350.00,canceled,10,US,350.00,350.00,50000.00 +1020388736,Rockk Island,Television,Film & Video,USD,2017-07-25,84000.00,2017-06-06 18:30:18,3915.00,failed,17,US,2600.00,3915.00,84000.00 +"1020393491,""Join us in releasing """"Evening Lights"""" FREE online!"",Indie Rock,Music,USD,2011-08-15,2000.00,2011-06-09 06:43:45,2130.00,successful,39,US,2130.00,2130.00,2000.00" +1020393860,Printing Root & Branch - Book 2 - A Webcomic Graphic Novel,Graphic Novels,Comics,USD,2017-02-11,3500.00,2017-01-13 16:23:03,3535.00,successful,49,US,497.00,3535.00,3500.00 +1020396726,The United Continent - A Dystopian Novel,Fiction,Publishing,USD,2013-10-31,3000.00,2013-10-01 21:45:59,25.00,failed,1,US,25.00,25.00,3000.00 +1020405488,here.,Art,Art,USD,2013-03-17,6500.00,2013-02-16 00:20:50,6579.00,successful,39,US,6579.00,6579.00,6500.00 +1020421511,Raven Queen by Echo Chernik,Art,Art,USD,2014-02-16,8000.00,2014-01-14 03:00:14,21453.00,successful,223,US,21453.00,21453.00,8000.00 +1020433947,Acceleron Online,Video Games,Games,USD,2013-03-29,20000.00,2013-02-22 01:40:16,1065.00,failed,17,US,1065.00,1065.00,20000.00 +"1020446396,""Stilt City- A Bungalow Artist Space in The Rockaways, NYC"",Public Art,Art,USD,2015-01-01,60000.00,2014-11-19 23:14:29,18087.00,canceled,204,US,18087.00,18087.00,60000.00" +1020446625,A bull in a china shop,Crafts,Crafts,USD,2016-02-11,50000.00,2016-01-12 19:17:24,0.00,failed,0,US,0.00,0.00,50000.00 +1020450526,Airplane Designs,Art,Art,USD,2015-08-27,80000.00,2015-07-28 03:08:37,0.00,failed,0,US,0.00,0.00,80000.00 +"1020453875,""HJ-Story Vol. 1, 2 and NOW 3!"",Webcomics,Comics,CAD,2015-02-15,15000.00,2015-01-16 14:56:28,85558.30,successful,873,CA,71502.48,68688.42,12042.39" +1020465066,The Need For Geoengineering,Documentary,Film & Video,GBP,2015-02-02,325000.00,2015-01-03 00:14:28,2003.00,failed,4,GB,3121.16,3068.18,497832.51 +1020472252,Professionally/Unpofessional,Hip-Hop,Music,USD,2017-04-21,7500.00,2017-03-22 08:44:43,0.00,failed,0,US,0.00,0.00,7500.00 +1020472964,Bringing my dream to life,Food,Food,CAD,2014-08-23,25000.00,2014-07-09 02:26:13,0.00,failed,0,CA,0.00,0.00,23032.98 +1020487803,Reusable WOOL ECO DRYER balls without chemicals,Technology,Technology,GBP,2015-08-20,6000.00,2015-07-21 18:04:41,62.00,failed,3,GB,96.67,97.17,9403.50 +1020501833,Brawl in the Family: Volume One,Comics,Comics,USD,2012-08-02,10000.00,2012-07-03 05:06:06,56446.79,successful,951,US,56446.79,56446.79,10000.00 +1020507670,Three Stories About Love,Comics,Comics,USD,2014-03-26,7500.00,2014-02-24 20:20:26,1180.00,failed,10,US,1180.00,1180.00,7500.00 +1020509543,Cameron Calloway EP,R&B,Music,USD,2015-06-27,3000.00,2015-05-25 16:53:35,976.00,failed,30,US,976.00,976.00,3000.00 +"1020513009,""The Hooded Infinity Sport Towel - (Patent D 693,096)"",Product Design,Design,USD,2016-08-14,7000.00,2016-07-13 20:23:47,3746.00,failed,116,US,1264.00,3746.00,7000.00" +1020520678,Breathe,Documentary,Film & Video,USD,2017-05-21,30000.00,2017-04-29 00:55:29,100.00,failed,1,US,0.00,100.00,30000.00 +1020521649,The Greys Movie,Animation,Film & Video,USD,2014-11-01,40000.00,2014-10-02 03:14:35,4.00,failed,2,US,4.00,4.00,40000.00 +1020525028,Day of the Dead Marilyn Monroe Calavera Vinyl Stickers,Illustration,Art,USD,2015-12-22,250.00,2015-12-08 00:45:58,998.50,successful,69,US,998.50,998.50,250.00 +1020528773,Jagneaux's Crafts (Canceled),Candles,Crafts,USD,2016-04-21,3000.00,2016-03-26 07:34:05,0.00,canceled,0,US,0.00,0.00,3000.00 +1020530914,Dark Plague of the Bubonic Kenshi,Comic Books,Comics,USD,2015-12-05,500.00,2015-10-31 16:50:59,521.00,successful,26,US,521.00,521.00,500.00 +1020530931,A Drama About Young Refugees & Landmines in a Conflict Zone,Narrative Film,Film & Video,USD,2012-07-30,5019.00,2012-06-30 08:22:29,120.00,failed,4,US,120.00,120.00,5019.00 +1020537019,Jen Urban & The Box: Break it down & take it out!,Pop,Music,USD,2013-03-16,15000.00,2013-02-14 18:24:24,3476.00,failed,66,US,3476.00,3476.00,15000.00 +1020537879,Help Larry represent his music,Music,Music,USD,2016-07-02,1000.00,2016-06-02 19:50:49,100.00,failed,1,US,100.00,100.00,1000.00 +1020543369,MOON - Episode I: Christopher Robin,Film & Video,Film & Video,USD,2011-07-03,20000.00,2011-05-04 05:26:03,490.00,failed,11,US,490.00,490.00,20000.00 +1020550233,The Adventures Of Little Layney & Friends,Children's Books,Publishing,USD,2014-06-10,3000.00,2014-04-11 21:16:51,0.00,failed,0,US,0.00,0.00,3000.00 +1020550475,LHS Watch Party,Documentary,Film & Video,USD,2017-06-27,2000.00,2017-05-13 05:04:54,0.00,failed,0,US,0.00,0.00,2000.00 +1020555066,Drawn Away: A Cartoonist Tours America - a comic travelogue,Comics,Comics,USD,2014-04-18,2000.00,2014-03-19 00:03:52,2355.00,successful,79,US,2355.00,2355.00,2000.00 +1020555695,Document Florida's natural Springs,Photography,Photography,USD,2012-10-12,25000.00,2012-09-12 03:07:10,60.00,failed,3,US,60.00,60.00,25000.00 +"1020564977,""AfterMarket Percussion Products, Inc. (AMPP, Inc)"",Music,Music,USD,2018-01-14,19000.00,2017-11-30 16:19:17,851.00,live,14,US,0.00,851.00,19000.00" +1020566495,Hott Buns Baozi,Food,Food,USD,2011-10-06,600.00,2011-09-26 03:42:04,635.17,successful,25,US,635.17,635.17,600.00 +1020566690,SellSafer,Software,Technology,AUD,2015-02-27,1200.00,2015-02-07 01:54:46,1.00,failed,1,AU,0.78,0.78,939.41 +10205736,HuniePop: A Dating Puzzle RPG,Video Games,Games,USD,2013-11-01,20000.00,2013-10-02 23:42:51,53536.21,successful,1483,US,53536.21,53536.21,20000.00 +102057914,Snotbot: Help fund critical whale research with drones.,Robots,Technology,USD,2015-08-26,225000.00,2015-07-17 01:10:39,229819.91,successful,1739,US,229819.91,229819.91,225000.00 +1020579966,Dark Allies,Film & Video,Film & Video,USD,2010-08-17,3000.00,2010-07-16 21:16:53,3342.00,successful,40,US,3342.00,3342.00,3000.00 +1020580227,Video clip for my next clip TWO SIDES,Electronic Music,Music,AUD,2014-03-26,650.00,2014-02-25 00:10:07,670.00,successful,19,AU,601.37,619.28,600.79 +1020585941,Fruity Cakes (Canceled),Food Trucks,Food,USD,2014-08-04,15000.00,2014-07-10 21:41:37,0.00,canceled,0,US,0.00,0.00,15000.00 +1020586343,Hoosier goes to the market,Children's Books,Publishing,USD,2014-05-08,1500.00,2014-04-08 01:49:52,50.00,failed,2,US,50.00,50.00,1500.00 +1020591526,The Giant Gear Stick of Grooviness! Illust Book 8-12 yr olds,Children's Books,Publishing,NZD,2015-10-06,5000.00,2015-09-06 05:37:58,0.00,failed,0,NZ,0.00,0.00,3348.96 +1020593363,Apocalypse Now: Poems and Prose from the End of Days,Fiction,Publishing,USD,2012-12-03,4800.00,2012-11-09 23:32:25,5626.00,successful,226,US,5626.00,5626.00,4800.00 +1020599426,The Netherlands from above,Photography,Photography,EUR,2015-10-30,3000.00,2015-09-30 20:43:43,1.00,failed,1,NL,1.13,1.10,3305.09 +1020599945,The ultimate Perfect potato salad,Bacon,Food,CAD,2014-08-28,25.00,2014-07-29 21:32:34,0.00,failed,0,CA,0.00,0.00,23.03 +"1020603916,""Fear Experiment:Strangers who can't _,will _ in front of 700"",Art,Art,USD,2011-03-11,4000.00,2011-02-12 02:57:44,5111.90,successful,186,US,5111.90,5111.90,4000.00" +1020609640,Just-Me and Thinking-About-You,Children's Books,Publishing,USD,2017-10-04,500.00,2017-09-15 13:13:59,576.00,successful,13,US,158.00,576.00,500.00 +1020611990,Local Noir,Webseries,Film & Video,USD,2013-03-01,2000.00,2013-01-30 22:29:26,2265.00,successful,40,US,2265.00,2265.00,2000.00 +1020616269,Fishing For Compliments Playing Cards,Playing Cards,Games,GBP,2014-12-14,5900.00,2014-11-16 01:17:14,6049.00,successful,214,GB,9483.03,9465.46,9232.31 +"1020617370,""LusionBloom - The illusionary """"gravity defying"""" leaning vase"",Product Design,Design,USD,2011-06-17,6000.00,2011-04-08 07:20:46,697.00,failed,16,US,697.00,697.00,6000.00" +1020624044,Parody Board Games #gameon,Tabletop Games,Games,USD,2017-02-15,500.00,2017-01-11 15:18:05,216.00,failed,6,US,45.00,216.00,500.00 +1020627284,CELTIC INSPIRED: DESIGNED PLAYING CARDS,Graphic Design,Design,USD,2014-04-21,5000.00,2014-04-01 20:20:33,1445.00,failed,93,US,1445.00,1445.00,5000.00 +1020628996,Help a Local Band make their first video!,Rock,Music,USD,2013-03-31,3000.00,2013-03-01 18:22:12,280.00,failed,9,US,280.00,280.00,3000.00 +"1020640352,""Hannuka story """"The Princess, the Dragon, and the Baker"""""",Children's Books,Publishing,USD,2013-09-18,5000.00,2013-08-19 17:04:39,1163.00,failed,25,US,1163.00,1163.00,5000.00" +1020642922,BOT-LOGIC Hexapod with Arduino Powered 30 amp Robot Shield,Hardware,Technology,USD,2013-07-10,10000.00,2013-05-11 17:25:01,3508.00,failed,18,US,3508.00,3508.00,10000.00 +102064339,shio - otherworldly lights,Product Design,Design,USD,2012-07-26,10000.00,2012-06-26 02:05:07,13098.26,successful,106,US,13098.26,13098.26,10000.00 +10206527,Hell in Heaven: The Illusion of a Paradise,Fiction,Publishing,USD,2015-01-23,2000.00,2014-12-09 16:38:38,15.00,failed,1,US,15.00,15.00,2000.00 +1020653179,The Sign of Hope Project,Mixed Media,Art,USD,2011-07-13,6500.00,2011-06-08 07:29:19,6852.00,successful,27,US,6852.00,6852.00,6500.00 +1020664017,Fund FREE content on HDWP Books,Publishing,Publishing,USD,2012-07-16,10100.00,2012-06-15 13:56:12,510.00,failed,6,US,510.00,510.00,10100.00 +1020665989,Underwater Marine Artworks Collection,Public Art,Art,AUD,2014-05-23,18500.00,2014-04-23 07:47:46,636.00,failed,5,AU,594.90,586.45,17058.55 +1020673375,Atlas Road Crew EP,Rock,Music,USD,2012-09-13,4000.00,2012-08-14 18:59:54,4467.00,successful,93,US,4467.00,4467.00,4000.00 +1020673767,Save The Bees Seeds 100 Square Feet at a Time!,Farms,Food,CAD,2016-02-10,5000.00,2016-01-11 20:59:18,603.00,failed,26,CA,425.50,433.10,3591.18 +1020674060,Don't Die Phone Blocker,Apps,Technology,USD,2016-01-28,10000.00,2015-12-29 01:08:21,50.00,failed,2,US,50.00,50.00,10000.00 +1020677842,Muse photography: Tiffany vol. 2-FINE ART PIN UP,Photobooks,Photography,USD,2016-11-09,199.00,2016-11-03 23:38:18,815.00,successful,14,US,340.00,815.00,199.00 +1020691020,Mural to Represent the Freedom of Child Slaves,Painting,Art,USD,2013-06-26,3000.00,2013-06-10 22:44:09,10.00,failed,1,US,10.00,10.00,3000.00 +1020693166,PlantSnap: The App that Identifies Plants in an Instant,Apps,Technology,USD,2016-08-22,65000.00,2016-07-23 20:08:27,2386.00,failed,117,US,566.00,2386.00,65000.00 +1020694104,San Antonio Faces of Art,Photobooks,Photography,USD,2015-11-08,21000.00,2015-10-09 21:02:32,6805.00,failed,71,US,6805.00,6805.00,21000.00 +1020704364,Asylum- An insane card game!,Tabletop Games,Games,USD,2013-05-07,2000.00,2013-04-07 01:20:01,4320.00,successful,134,US,4320.00,4320.00,2000.00 +102070591,The Other Side,Nonfiction,Publishing,USD,2016-09-03,18000.00,2016-07-20 07:06:28,1.00,failed,1,US,0.00,1.00,18000.00 +1020706655,Help Kathryn Buy Recording Gear!,Pop,Music,USD,2016-11-09,1500.00,2016-10-05 12:34:09,110.00,failed,6,US,60.00,110.00,1500.00 +1020713708,LA RONDE L.A. - An Invitation-Only Pilot Production,Theater,Theater,USD,2012-06-11,6000.00,2012-05-12 20:29:01,6250.00,successful,25,US,6250.00,6250.00,6000.00 +1020715785,Knits+,DIY,Crafts,USD,2015-10-21,900.00,2015-09-21 17:50:41,0.00,failed,0,US,0.00,0.00,900.00 +1020718107,Flying Machines Debut Album,Rock,Music,USD,2015-05-16,5000.00,2015-04-01 19:58:19,1.00,failed,1,US,1.00,1.00,5000.00 +1020718177,Your Secret Sauce,Web,Technology,AUD,2017-11-15,25000.00,2017-10-16 09:24:45,26136.00,successful,144,AU,1775.02,19720.82,18863.65 +102072039,Sweet Seed Farm,Farms,Food,USD,2016-03-27,650.00,2016-02-26 20:55:21,1439.00,successful,22,US,1439.00,1439.00,650.00 +1020721729,Edensoles | Sole To Soul Comfort with Dynamic Customization,Product Design,Design,USD,2018-01-11,5000.00,2017-12-12 18:50:44,53099.00,live,962,US,1931.00,53099.00,5000.00 +1020744291,Space Buns Pins (With Lanyard Option!),Crafts,Crafts,USD,2017-12-21,700.00,2017-11-28 22:52:19,397.00,failed,17,US,158.00,397.00,700.00 +1020745205,WoodBED,DIY,Crafts,EUR,2017-07-01,11000.00,2017-05-02 21:41:11,70.00,failed,2,DE,21.79,79.88,12553.21 +1020745465,SECOND CHANCE - DEUXIÈME CHANCE,Shorts,Film & Video,EUR,2015-12-27,6000.00,2015-10-14 15:20:45,6388.00,successful,17,FR,7255.25,6954.59,6532.18 +"1020747385,""Manchesters Past, Present & Future"",Academic,Publishing,GBP,2016-01-10,3000.00,2015-12-11 08:32:06,0.00,failed,0,GB,0.00,0.00,4299.66" +1020747660,Flora As A Second Language (A Memoir),Publishing,Publishing,USD,2014-10-28,800.00,2014-10-16 22:55:05,1116.00,successful,26,US,1116.00,1116.00,800.00 +1020749444,Tweed Co.,Accessories,Fashion,CHF,2017-11-23,20000.00,2017-10-24 11:23:05,28087.50,successful,185,CH,717.11,28634.71,20389.65 +1020757917,Join my mission to create an epic song to inspire girls everywhere.,Country & Folk,Music,USD,2010-11-18,5000.00,2010-10-19 19:51:04,90.00,failed,5,US,90.00,90.00,5000.00 +1020765469,Spotlight Still Got It Players - Musical Production,Theater,Theater,USD,2011-10-29,2500.00,2011-08-30 15:26:33,256.00,failed,15,US,256.00,256.00,2500.00 +1020778618,OH Christmas Trees,Web,Technology,USD,2016-06-01,65000.00,2016-05-02 16:07:38,1256.00,failed,18,US,1256.00,1256.00,65000.00 +"1020796755,""Forests for 2mm, 6mm, 10mm & 15mm Wargames"",Tabletop Games,Games,GBP,2017-11-25,250.00,2017-10-26 14:19:34,1547.00,successful,22,GB,116.91,2086.59,337.20" +"1020823456,""""""The Folks of Flint...A Tribute"""""",People,Photography,USD,2017-07-18,12000.00,2017-06-18 18:59:44,13008.00,successful,107,US,3438.00,13008.00,12000.00" +1020825218,BRAVE: A Guide to Fearlessness,Apps,Technology,USD,2017-03-23,25000.00,2017-02-10 22:31:53,5905.00,failed,44,US,470.00,5905.00,25000.00 +"1020826609,""MyBookshelf.xyz Home to Little David, Renkatu and Happy Kat"",Children's Books,Publishing,USD,2015-10-25,25000.00,2015-09-08 17:01:47,175.00,failed,2,US,175.00,175.00,25000.00" +1020833443,VR Wonders - A first look at VR Tourism (Canceled),Art,Art,EUR,2016-05-02,100000.00,2016-03-03 20:20:39,0.00,canceled,0,ES,0.00,0.00,114270.04 +1020842213,MC Escher/Norman Rockwell Style Interlocking Baseball Poster,Digital Art,Art,USD,2014-07-21,4000.00,2014-06-06 22:54:08,0.00,canceled,0,US,0.00,0.00,4000.00 +"1020847392,""Stop-A-Spill, The Coolest Way To Save Your Desktop Workspace"",Product Design,Design,USD,2018-01-05,125000.00,2017-12-06 11:17:44,0.00,live,0,US,0.00,0.00,125000.00" +1020850057,The Nerds Among Us,Video Games,Games,USD,2012-06-06,6000.00,2012-05-03 20:09:58,701.66,failed,32,US,701.66,701.66,6000.00 +1020850482,Judges Guild Deluxe Collector's Edition,Tabletop Games,Games,USD,2016-04-06,40000.00,2016-03-05 16:19:53,115112.00,successful,874,US,115112.00,115112.00,40000.00 +1020851909,Everstar (Canceled),Video Games,Games,USD,2014-11-17,850000.00,2014-10-16 20:01:05,12002.50,canceled,203,US,12002.50,12002.50,850000.00 +1020867278,Help fund The Aaron Clift Experiment's second album!,Rock,Music,USD,2014-10-15,15000.00,2014-09-04 04:46:09,15494.00,successful,113,US,15494.00,15494.00,15000.00 +1020868422,K. Farley's Card Creations,Crafts,Crafts,USD,2016-03-24,250.00,2016-03-10 20:41:54,1.00,failed,1,US,1.00,1.00,250.00 +1020877136,TweS - Heating stand for cups,Product Design,Design,SEK,2016-03-09,100000.00,2016-01-29 20:47:50,1062.00,failed,6,SE,124.78,126.52,11913.27 +1020881883,Shabbos Safe Hotplate (So You Can Truly Rest on Shabbat),Food,Food,USD,2015-10-23,60500.00,2015-09-08 17:57:57,67141.00,successful,706,US,67141.00,67141.00,60500.00 +1020898549,Dancing in the Snow: Chamber Music by Deborah Kilmer et Alia,Classical Music,Music,USD,2013-09-13,2000.00,2013-08-14 15:03:56,2125.00,successful,30,US,2125.00,2125.00,2000.00 +1020899030,Misspent Youth RPG: Sell Out with Me!,Tabletop Games,Games,USD,2017-07-28,10000.00,2017-06-27 15:56:58,35652.00,successful,988,US,7174.00,35652.00,10000.00 +1020899760,Persuasive Technologies,Technology,Technology,EUR,2015-09-26,38000.00,2015-09-05 13:05:26,67.00,failed,1,FR,74.56,74.77,42407.87 +1020900819,Free internet Radio,Web,Technology,USD,2015-01-21,55000.00,2014-12-22 17:58:10,0.00,failed,0,US,0.00,0.00,55000.00 +1020906558,Cellz,Video Games,Games,CAD,2017-04-22,5000.00,2017-03-10 18:45:44,1.00,failed,1,CA,0.00,0.73,3664.35 +1020909497,The Michael Merton Network (Canceled),Webseries,Film & Video,USD,2016-01-03,4000.00,2015-12-04 23:44:59,50.00,canceled,1,US,50.00,50.00,4000.00 +1020917076,Declan - A universal accessory to solve a universal problem,Accessories,Fashion,USD,2015-12-09,8000.00,2015-11-04 16:00:27,25247.40,successful,693,US,25247.40,25247.40,8000.00 +1020919667,#Bully — How Bullies Win At Everyone Else's Expense,Comedy,Publishing,USD,2017-06-02,1000.00,2017-05-03 22:58:53,1605.00,successful,41,US,105.00,1605.00,1000.00 +1020921104,Blame Sydney's Next Album,Music,Music,USD,2013-03-13,1500.00,2013-02-01 19:30:59,1571.01,successful,35,US,1571.01,1571.01,1500.00 +1020923940,Task Force: Broadside - A game of Tactical Space Combat,Games,Games,USD,2011-05-23,8000.00,2011-03-20 05:45:10,642.00,failed,11,US,642.00,642.00,8000.00 +1020928451,No Scroll Email (Custom Timesaving Email Application),Software,Technology,USD,2009-09-03,4500.00,2009-06-08 09:22:38,110.00,failed,4,US,110.00,110.00,4500.00 +102092891,108 Gems of Asia - Book about prayers from ancient temples,Nonfiction,Publishing,GBP,2014-07-06,3700.00,2014-06-06 18:31:29,85.00,failed,3,GB,142.32,145.52,6334.42 +1020936867,leaning how to sew costums better (Canceled),Couture,Fashion,USD,2015-05-02,3000.00,2015-03-03 21:45:19,0.00,canceled,0,US,0.00,0.00,3000.00 +"1020944838,""Printing of Laura Michaels' Album """"Words of Wisdom."""""",Country & Folk,Music,USD,2011-08-16,5000.00,2011-06-17 20:59:29,5000.00,successful,43,US,5000.00,5000.00,5000.00" +"1020945925,""Help me """"Turn Up the Volume on God!"""" with my new book!"",Publishing,Publishing,USD,2017-07-06,10000.00,2017-06-06 14:42:29,0.00,failed,0,US,0.00,0.00,10000.00" +1020946076,City of Zombies: A Board Game that takes brains to survive,Tabletop Games,Games,GBP,2013-11-03,15000.00,2013-10-04 22:11:07,1652.44,canceled,50,GB,2676.92,2657.17,24120.41 +1020951290,The Secret Hitler Buddy Box,Tabletop Games,Games,CAD,2016-03-28,5500.00,2016-02-27 06:34:32,488.00,failed,9,CA,359.86,374.58,4221.68 +1020957507,Android navigation and settings page tools,Software,Technology,AUD,2014-06-14,500.00,2014-05-15 10:00:35,10.00,failed,1,AU,9.38,9.40,469.97 +1020957763,M.A.S.K. 31st Anniversary Voice Cast Reunion,Events,Comics,USD,2016-07-20,3000.00,2016-06-20 18:03:52,1294.00,failed,10,US,979.00,1294.00,3000.00 +1020969627,Runic Royalty Playing Cards | Updated based on your feedback,Playing Cards,Games,CAD,2017-03-03,6000.00,2017-02-01 15:29:22,3725.00,failed,100,CA,1135.58,2779.02,4476.28 +102097165,Goblyns Glen/Shadow Hills - A Family Halloween Experience,Theater,Theater,USD,2011-09-18,6500.00,2011-08-19 19:53:14,543.00,failed,14,US,543.00,543.00,6500.00 +1020972182,Voiceless,Shorts,Film & Video,CAD,2014-03-13,1000.00,2014-02-23 03:25:00,1086.00,successful,11,CA,977.08,979.53,901.96 +1020972490,SOLA - What if the last surviving human didn't want to live?,Narrative Film,Film & Video,GBP,2014-03-05,6000.00,2014-02-03 20:45:53,6353.00,successful,208,GB,10444.12,10654.03,10062.05 +1020973145,Help Kickstart a New Epic(k) Music Video on Kickstarter,Shorts,Film & Video,USD,2011-03-21,1000.00,2011-02-19 15:51:06,1125.00,successful,22,US,1125.00,1125.00,1000.00 +1020980810,Dogfight Elite: A historical MMO flight simulator,Video Games,Games,USD,2013-05-05,125000.00,2013-04-05 12:34:09,27060.00,failed,324,US,27060.00,27060.00,125000.00 +1020984423,Fat Pumpkin. Eat yourself happy!,Restaurants,Food,GBP,2014-10-10,30000.00,2014-09-10 20:06:54,0.00,failed,0,GB,0.00,0.00,48102.36 +1020994283,Feature film: CONFIDENTIAL from director of Loving Annabelle,Film & Video,Film & Video,USD,2014-12-26,100000.00,2014-11-25 19:57:43,105740.00,successful,308,US,105740.00,105740.00,100000.00 +"1020994659,""Botanica Restaurant, Market & Magazine"",Restaurants,Food,USD,2017-01-07,60000.00,2016-11-28 18:09:56,62000.00,successful,166,US,2050.00,62000.00,60000.00" +1020998676,Sundialer ~ The Round Sunbathing and Multi Purpose Mat,Product Design,Design,USD,2012-07-01,5000.00,2012-06-01 01:09:49,820.00,failed,8,US,820.00,820.00,5000.00 +10210001,Imperial Crusade Armada: A Unique Space Combat Game,Tabletop Games,Games,USD,2011-11-16,2000.00,2011-09-17 02:47:00,8016.00,successful,217,US,8016.00,8016.00,2000.00 +1021000826,GROUT EXPRESS - World's Best Tile Grout Cleaner (Canceled),Product Design,Design,USD,2016-04-05,22000.00,2016-03-01 17:01:40,96.00,canceled,3,US,96.00,96.00,22000.00 +1021004814,Wild Image Project 2010 Argentina Expedtion,Photography,Photography,USD,2010-04-26,3500.00,2010-01-26 20:13:18,0.00,failed,0,US,0.00,0.00,3500.00 +1021018819,Boba Time! A Collection of Cute Boba Accessories,Crafts,Crafts,USD,2017-10-31,6000.00,2017-10-09 07:23:50,1986.00,canceled,49,US,623.00,1986.00,6000.00 +1021025186,Peak Clothing,Apparel,Fashion,GBP,2017-07-18,1500.00,2017-06-18 16:59:35,160.00,failed,4,GB,19.17,207.87,1948.79 +1021025528,Tabletop Adapters,Tabletop Games,Games,DKK,2015-04-14,50000.00,2015-03-17 22:58:30,22565.00,failed,81,DK,3182.31,3270.67,7247.22 +1021036120,Nu Water,Drinks,Food,CAD,2015-02-23,20000.00,2015-01-24 02:05:57,10.00,failed,1,CA,8.12,8.03,16062.97 +1021042715,The Boxford Masques 'Joe Soap's Masquerade',Theater,Theater,GBP,2014-07-19,1000.00,2014-06-19 15:53:41,85.00,failed,4,GB,144.20,144.40,1698.80 +1021062253,ATNAS the South Pole Elf - Children's Book,Children's Books,Publishing,USD,2016-09-29,3098.00,2016-09-17 14:39:38,3098.00,successful,68,US,176.00,3098.00,3098.00 +1021063280,Voice Kite: Photo & Voice Legacy Preservation System,Software,Technology,USD,2014-12-13,10000.00,2014-11-13 00:36:22,11018.00,successful,154,US,11018.00,11018.00,10000.00 +"1021067368,""""""GLHF: A Canadian 'eSports' Story"""" (Toronto Premiere)"",Documentary,Film & Video,CAD,2014-06-23,300.00,2014-06-05 21:06:40,386.00,successful,22,CA,353.28,361.19,280.71" +1021070285,ONE LAST RUN records with FAME!,Rock,Music,USD,2013-11-18,7000.00,2013-10-25 02:15:31,7321.00,successful,61,US,7321.00,7321.00,7000.00 +"1021071422,""""""Step into Now"""" Hear it. Live it with Utah Girl."",Country & Folk,Music,USD,2011-07-11,10000.00,2011-05-27 19:20:00,10770.00,successful,125,US,10770.00,10770.00,10000.00" +1021078725,ADULT DOCUMENTARY,Performances,Dance,USD,2016-02-26,8000.00,2016-02-02 13:30:41,8282.00,successful,148,US,8282.00,8282.00,8000.00 +"1021080772,""Easy Battery, Hardware, Accessory Repair and Recycle Service"",Technology,Technology,USD,2015-05-31,10000.00,2015-05-01 18:46:30,0.00,failed,0,US,0.00,0.00,10000.00" +1021098415,Zombie Head Bowling,Mobile Games,Games,USD,2016-02-08,3000.00,2016-01-09 04:16:20,60.00,failed,2,US,60.00,60.00,3000.00 +1021103868,The Recipe Game,Playing Cards,Games,CAD,2015-05-31,1700.00,2015-04-29 22:32:23,196.00,failed,16,CA,161.87,156.80,1360.00 +1021105368,Kampf gegen das Bünzlitum,Tabletop Games,Games,CHF,2015-11-02,15000.00,2015-09-03 09:44:26,25001.00,successful,415,CH,26003.54,25079.50,15047.10 +1021110281,the Sound of Abandon,Photobooks,Photography,EUR,2015-07-24,2000.00,2015-06-24 09:51:49,140.00,failed,2,IT,157.98,153.15,2187.80 +"1021119939,""Move """"Anno Domini"""" into Preproduction."",Film & Video,Film & Video,USD,2013-06-17,55555.00,2013-05-20 09:59:01,2100.00,failed,10,US,2100.00,2100.00,55555.00" +1021133078,Palketto: Lifts you up above the show!,Product Design,Design,EUR,2016-09-09,42000.00,2016-07-11 16:22:12,241.00,canceled,8,IT,0.00,271.56,47325.54 +1021135750,beteSTRONG CASES | Waterproof case for Type One Diabetics,Product Design,Design,USD,2016-06-25,60000.00,2016-05-10 21:25:51,22356.00,failed,52,US,22356.00,22356.00,60000.00 +1021144570,Taiyaki Enamel Pin,Accessories,Fashion,USD,2017-12-10,300.00,2017-11-10 20:48:57,388.00,successful,23,US,136.00,388.00,300.00 +1021151231,Cigar Throttle: Smoke a Cigar While Riding Your Motorcycle.,Gadgets,Technology,USD,2014-09-10,13000.00,2014-08-11 18:43:32,925.00,failed,13,US,925.00,925.00,13000.00 +1021162464,Mutiny,Tabletop Games,Games,CAD,2013-10-09,2150.00,2013-09-09 16:02:13,1293.00,failed,31,CA,1242.22,1244.59,2069.50 +"1021166696,""I want to record a solo album """"The Natural """" and I will"",Pop,Music,USD,2014-04-25,10000.00,2014-03-11 21:30:15,25.00,failed,1,US,25.00,25.00,10000.00" +1021169510,Allium Market and Café Final Funding!,Food,Food,USD,2017-10-26,30000.00,2017-09-06 01:39:32,30054.00,successful,222,US,355.00,30054.00,30000.00 +1021174954,The Week At Night (Jazzalbum),Jazz,Music,EUR,2017-08-05,6000.00,2017-06-21 15:59:21,0.00,canceled,0,DE,0.00,0.00,7058.99 +1021188582,Island Fortress,Tabletop Games,Games,USD,2012-01-16,15000.00,2011-11-19 00:45:17,19829.00,successful,244,US,19829.00,19829.00,15000.00 +1021188689,Core Fresh Bar - Local Vegan Fresh Bar,Vegan,Food,CAD,2017-04-18,10000.00,2017-03-19 20:16:22,3.00,failed,3,CA,0.00,2.23,7422.25 +1021195612,Admissions,Film & Video,Film & Video,USD,2012-06-22,5000.00,2012-05-08 14:11:32,5226.26,successful,74,US,5226.26,5226.26,5000.00 +"1021196058,""Chinese Mandarin Characters """"The Adventures of Zhui Ya"""""",Publishing,Publishing,USD,2016-10-29,1000.00,2016-09-14 18:26:45,2319.00,successful,27,US,372.00,2319.00,1000.00" +"1021200178,""Miles & Trials: Dream Big, Run Fast"",Documentary,Film & Video,USD,2012-01-10,1200.00,2011-11-24 20:25:21,1835.00,successful,19,US,1835.00,1835.00,1200.00" +1021202066,NGUNS! Never Give Up Never Surrender!,Graphic Design,Design,USD,2015-05-01,16000.00,2015-04-01 18:47:57,0.00,failed,0,US,0.00,0.00,16000.00 +10212042,Baroque bows,Classical Music,Music,USD,2012-12-19,800.00,2012-11-19 17:55:12,25.00,failed,1,US,25.00,25.00,800.00 +1021205843,A Touch of Class: 7 New Classes for 5th Edition,Tabletop Games,Games,GBP,2017-05-05,1000.00,2017-04-03 18:59:08,67671.00,successful,2453,GB,7638.00,87562.59,1293.95 +1021206763,Local Ghost Haunts - Season 2,Webseries,Film & Video,USD,2011-12-21,10000.00,2011-10-22 20:14:48,0.00,failed,0,US,0.00,0.00,10000.00 +10212240,Los Maratones del Mundo,Video,Journalism,MXN,2017-05-15,80000.00,2017-03-25 05:13:16,0.00,failed,0,MX,0.00,0.00,4271.22 +"1021233626,""Wounded Hearts, Warming Hearts, Open Hearts, Pure Hearts"",Poetry,Publishing,USD,2015-12-31,10000.00,2015-12-01 04:40:17,330.00,failed,4,US,330.00,330.00,10000.00" +1021236216,Conduct the SC Phil - Off the stage and into the streets,Classical Music,Music,USD,2015-10-12,5000.00,2015-09-12 21:01:11,7005.00,successful,32,US,7005.00,7005.00,5000.00 +1021237183,Revealing the Subconscious,Digital Art,Art,USD,2014-07-23,3500.00,2014-06-23 00:31:52,892.00,failed,18,US,892.00,892.00,3500.00 +1021241055,City of Iron,Tabletop Games,Games,USD,2012-10-04,30000.00,2012-08-15 01:19:58,44703.00,successful,795,US,44703.00,44703.00,30000.00 +1021242831,Plume: the Omnibus,Comics,Comics,USD,2018-01-12,25000.00,2017-12-11 16:00:02,43085.00,live,842,US,27118.00,43085.00,25000.00 +1021245163,Day 165: A Supernatural War Comic,Comics,Comics,USD,2016-10-01,2000.00,2016-09-01 17:53:46,2565.00,successful,126,US,826.00,2565.00,2000.00 +1021260036,YOUMO - Your Smart Modular Power Strip,Hardware,Technology,EUR,2016-04-03,50000.00,2016-02-23 14:01:02,177412.01,successful,1945,DE,197140.88,201593.10,56814.95 +1021262707,Matts Last Hoora (Canceled),Documentary,Film & Video,CAD,2016-02-01,3000.00,2015-12-27 17:59:01,0.00,canceled,0,CA,0.00,0.00,2181.66 +102126342,Billards & Cords - authentic billiard ball cord stoppers,Product Design,Design,USD,2015-09-26,5500.00,2015-08-27 17:54:15,549.00,canceled,27,US,549.00,549.00,5500.00 +1021264368,JEFFREE 24SEVEN - First Solo Album,Hip-Hop,Music,USD,2012-07-09,3000.00,2012-06-09 00:21:38,3000.00,successful,21,US,3000.00,3000.00,3000.00 +1021264555,Purple Pixie Studio,Interactive Design,Design,USD,2015-12-15,50000.00,2015-11-10 17:55:58,1722.00,failed,14,US,1722.00,1722.00,50000.00 +1021266823,The Fox & Bear debut EP mix and master.,Rock,Music,USD,2012-07-13,1750.00,2012-06-13 23:25:52,1780.00,successful,37,US,1780.00,1780.00,1750.00 +"1021283887,""""""Made In Hawaii!"""" Bronze foundry fundraiser!"",Sculpture,Art,USD,2015-02-21,65000.00,2015-01-22 02:33:53,915.00,failed,12,US,915.00,915.00,65000.00" +1021298042,Huntercombe Barn Events & Weddings,Architecture,Design,GBP,2014-09-18,80000.00,2014-07-30 23:12:33,2.00,failed,1,GB,3.40,3.27,130725.36 +1021309408,APTEKA: Eastern European Kitchen + Bar,Restaurants,Food,USD,2015-05-04,40000.00,2015-04-03 15:16:20,50200.00,successful,430,US,50200.00,50200.00,40000.00 +1021316521,Temper Music Group - Industry Veterans Taking Music Back,Music,Music,USD,2012-01-10,10000.00,2011-12-10 14:07:55,0.00,canceled,0,US,0.00,0.00,10000.00 +1021322369,Capped,Product Design,Design,USD,2014-10-06,20000.00,2014-08-27 04:10:27,4720.00,failed,166,US,4720.00,4720.00,20000.00 +1021334183,SWIM IN STYLE,Fashion,Fashion,USD,2013-05-11,23000.00,2013-04-04 17:12:30,1082.00,failed,19,US,1082.00,1082.00,23000.00 +102133746,Help me turn my film maker dreams into reality. (Canceled),Family,Film & Video,GBP,2015-05-13,250000.00,2015-04-13 16:54:59,0.00,canceled,0,GB,0.00,0.00,392735.96 +1021339834,T.L. Tripp Photography: A Photo A Day Blog,Photography,Photography,USD,2012-04-01,1300.00,2012-02-22 08:52:59,0.00,failed,0,US,0.00,0.00,1300.00 +1021341417,CPBAJ Handcrafted furniture and jewelry.,Accessories,Fashion,USD,2016-04-11,5000.00,2016-02-26 22:36:23,6.00,failed,2,US,6.00,6.00,5000.00 +1021348106,Equipment Kick,Rock,Music,USD,2014-08-15,4000.00,2014-07-15 02:32:14,35.00,failed,3,US,35.00,35.00,4000.00 +"1021348227,""FOMA Seeks a Mastodon, Doo Dah, Doo Dah."",World Music,Music,USD,2015-10-02,750.00,2015-09-02 04:32:43,185.00,failed,7,US,185.00,185.00,750.00" +"1021349178,""Sierra and the Nomads, The EP"",Music,Music,USD,2012-09-08,2000.00,2012-08-09 06:51:34,2320.00,successful,35,US,2320.00,2320.00,2000.00" +1021350302,Social Network for People Nearby,Web,Technology,GBP,2017-02-14,3000.00,2016-12-16 17:17:05,130.00,failed,3,GB,18.81,161.51,3727.26 +1021354885,Desire to win - Lila in Rue de la Huchette,Art Books,Publishing,AUD,2017-12-15,10000.00,2017-10-31 16:11:46,1531.00,failed,14,AU,0.00,1175.07,7675.19 +1021363102,D. Antonio de Torres: 200 years of the father of the guitar,Documentary,Film & Video,EUR,2017-07-14,5000.00,2017-06-13 09:30:16,5926.00,successful,66,ES,604.02,6764.53,5707.50 +"1021375350,""""""Moments"""" A book of poetry and prose to inspire emotion"",Poetry,Publishing,USD,2014-11-21,2700.00,2014-10-22 15:44:16,50.00,failed,2,US,50.00,50.00,2700.00" +1021380645,LEGEND,Fiction,Publishing,CAD,2014-08-07,10000.00,2014-07-08 02:06:31,105.00,failed,2,CA,98.59,96.19,9160.86 +1021385877,SAGE VENOM - let's kickstart this short film!,Shorts,Film & Video,USD,2017-08-29,5000.00,2017-08-21 00:05:48,5805.00,successful,48,US,2770.00,5805.00,5000.00 +1021388557,BITE: Never break or lose your Apple EarPods again!,Product Design,Design,USD,2015-01-19,4000.00,2014-12-19 18:09:02,870.00,failed,93,US,870.00,870.00,4000.00 +1021390452,Fucking Outside the Box at VAULT festival 2014,Theater,Theater,GBP,2013-12-11,700.00,2013-11-21 18:28:46,700.00,successful,36,GB,1128.38,1138.90,1138.90 +1021393426,MILE... MILE & A HALF (a feature documentary),Documentary,Film & Video,USD,2012-09-28,78100.00,2012-07-30 09:10:32,85405.41,successful,814,US,85405.41,85405.41,78100.00 +1021401211,Second Life Night Vale Community Project,Live Games,Games,USD,2015-10-10,20000.00,2015-09-10 18:41:59,1.00,failed,1,US,1.00,1.00,20000.00 +1021401486,HOUND Feature Film,Experimental,Film & Video,GBP,2015-08-19,100.00,2015-07-22 14:24:39,0.00,failed,0,GB,0.00,0.00,156.73 +102140926,Kenya Boys (A Dance Documentary),Documentary,Film & Video,USD,2012-03-02,7000.00,2012-01-20 23:46:44,1460.00,failed,19,US,1460.00,1460.00,7000.00 +1021413936,Lego Candy Machine V4,Technology,Technology,USD,2017-01-23,110.00,2016-12-24 03:28:50,186.00,successful,12,US,60.00,186.00,110.00 +1021414921,Scout,Video Games,Games,USD,2015-09-21,1500.00,2015-08-22 22:59:04,68.00,failed,5,US,68.00,68.00,1500.00 +1021426548,3D Print - N - Pack,3D Printing,Technology,USD,2014-12-23,30000.00,2014-10-24 02:55:21,1163.00,failed,10,US,1163.00,1163.00,30000.00 +1021426935,Life Without the Bill of Rights,Animation,Film & Video,USD,2015-09-13,3500.00,2015-08-29 00:31:03,285.00,failed,4,US,285.00,285.00,3500.00 +1021427001,Help The Benedictions get their new record mastered.,Rock,Music,USD,2012-03-02,500.00,2012-02-01 15:43:29,1026.00,successful,46,US,1026.00,1026.00,500.00 +1021441525,The Alchemy of Art Book,Mixed Media,Art,CAD,2016-12-22,7770.00,2016-11-28 02:06:47,25.00,canceled,1,CA,0.00,18.50,5749.59 +1021453299,CareerBook- Connecting Veterans With Top Employers And More,Software,Technology,USD,2015-10-18,250000.00,2015-09-18 13:07:05,1.00,failed,1,US,1.00,1.00,250000.00 +1021455177,Child Musician,Children's Books,Publishing,USD,2011-07-06,12000.00,2011-05-07 05:48:40,180.00,failed,8,US,180.00,180.00,12000.00 +1021456295,EmmaGold Productions and CONSPIRACY FACT OR THEORY LIVE!!,Theater,Theater,CAD,2014-08-09,500.00,2014-07-12 18:55:55,0.00,failed,0,CA,0.00,0.00,458.72 +1021470865,The Novella First Album!,Rock,Music,USD,2015-03-28,2700.00,2015-02-23 16:42:55,436.00,failed,5,US,436.00,436.00,2700.00 +1021472556,To LoveThe Soul of A Woman Red Carpet Movie Premiere,Drama,Film & Video,USD,2016-10-01,15000.00,2016-09-06 01:59:13,0.00,canceled,0,US,0.00,0.00,15000.00 +1021478879,FRESH PRODUCE'd L.A.: Supporting New Works & New Artists.,Theater,Theater,USD,2014-06-12,10000.00,2014-05-13 15:50:57,10031.11,successful,135,US,10031.11,10031.11,10000.00 +1021482460,Fidgi Spinz Therapeutic Fidget Devices,Gadgets,Technology,CAD,2017-08-06,13950.00,2017-07-07 00:31:40,678.00,failed,10,CA,39.42,533.35,10973.88 +1021487405,Thunderdogs High School Robotics Team,Robots,Technology,USD,2016-01-09,5000.00,2015-11-10 16:57:35,199.00,failed,10,US,199.00,199.00,5000.00 +1021500091,House of Atreus premiering at Waterloo East Theatre,Theater,Theater,GBP,2012-12-19,2000.00,2012-11-19 16:43:50,2010.00,successful,39,GB,3268.09,3260.87,3244.65 +1021501745,Purpose Outfitters - Socks Dedicated to our Fallen Soldiers,Accessories,Fashion,USD,2015-07-25,15000.00,2015-06-22 18:24:52,15251.00,successful,86,US,15251.00,15251.00,15000.00 +1021503617,Getting Red Fly/Blue Bottle [ALL THE WAY!] home,Indie Rock,Music,USD,2009-09-29,2325.00,2009-08-18 04:36:55,2775.00,successful,58,US,2775.00,2775.00,2325.00 +1021504282,SolDataBank .·. The Marketplace Of Information And Knowledge,Software,Technology,EUR,2017-01-15,50000.00,2016-12-06 19:57:16,11.00,failed,2,ES,10.55,11.70,53159.82 +1021506060,MARKETING OF THE NEW LINA FOURO ALBUM AND MUSIC PROJECT,Pop,Music,USD,2012-06-14,75000.00,2012-05-15 20:02:19,25.00,failed,1,US,25.00,25.00,75000.00 +102151371,myWorkTime Pro,Apps,Technology,EUR,2014-11-07,7500.00,2014-10-23 07:25:40,630.00,failed,10,IE,801.53,780.76,9294.72 +"1021517539,""Shivae!, Dragons, and more Dragons!"",Graphic Novels,Comics,USD,2017-11-01,750.00,2017-10-02 20:39:49,945.00,successful,29,US,252.00,945.00,750.00" +1021531239,Debut EP from Redgrave Jones - Luckiest Girl In The World,Music,Music,USD,2017-07-15,7000.00,2017-06-24 05:08:20,7500.00,successful,123,US,1670.00,7500.00,7000.00 +"1021544927,""A house, a Home"",Photobooks,Photography,EUR,2015-10-29,1000.00,2015-09-29 18:11:54,1.00,failed,1,IT,1.12,1.10,1101.70" +1021545378,Barrett's Cookies & Biscuits,Events,Food,USD,2017-08-24,450.00,2017-07-25 20:00:00,540.00,successful,16,US,180.00,540.00,450.00 +1021546959,Pamper Hampers,Food,Food,EUR,2015-03-19,2000.00,2015-02-17 21:55:53,0.00,failed,0,IE,0.00,0.00,2155.20 +"1021554757,""""""Four Legged Sons: How dogs can save the world""""- documentary"",Documentary,Film & Video,GBP,2015-06-07,50000.00,2015-05-03 18:59:42,275.00,failed,7,GB,416.38,425.88,77432.94" +"1021555390,White Light Cemetery album pre-sale,Music,Music,USD,2015-08-20,1500.00,2015-07-21 04:20:23,1507.00,undefined,0,""N,0"""""",,1507.00,1500.00" +1021576313,A Cast of Thousands - The Fifth,Indie Rock,Music,USD,2017-05-09,1350.00,2017-04-09 19:15:03,2697.00,successful,51,US,0.00,2697.00,1350.00 +1021577417,Madera Wind Quintet: Five at Play Recording Project,Classical Music,Music,USD,2012-07-02,2860.00,2012-06-03 02:58:33,2946.73,successful,74,US,2946.73,2946.73,2860.00 +"1021577930,""Technology Overload-""""You can be in the Movie!"""""",Documentary,Film & Video,USD,2012-02-06,45000.00,2012-01-06 22:13:48,0.00,failed,0,US,0.00,0.00,45000.00" +1021579719,The Peculiar Tales of the S.S. Bungalow,Country & Folk,Music,USD,2013-11-27,14000.00,2013-10-28 21:09:54,14820.00,successful,138,US,14820.00,14820.00,14000.00 +1021584413,Curtis Wayne Jr. - Worship EP,Music,Music,USD,2012-08-01,4250.00,2012-07-02 22:18:47,4570.00,successful,48,US,4570.00,4570.00,4250.00 +1021587651,Finn,Children's Books,Publishing,USD,2016-06-03,3000.00,2016-05-05 02:27:53,24.00,failed,2,US,24.00,24.00,3000.00 +1021589622,Skin Deep High School Student Art Gallery (Canceled),Mixed Media,Art,CAD,2014-02-17,2000.00,2014-01-21 22:22:17,0.00,canceled,0,CA,0.00,0.00,1791.31 +102160419,Addiction Clothing - First line of Fashion t-shirts funding,Fashion,Fashion,GBP,2013-02-28,600.00,2013-02-14 22:53:33,232.00,failed,7,GB,363.84,348.79,902.05 +1021606428,Follow your dreams-Spain and Portugal- Photobook by Ada&Aga,Photobooks,Photography,EUR,2016-06-11,2800.00,2016-04-12 15:27:24,979.00,failed,7,DE,1117.10,1101.77,3151.13 +1021610384,Alsipian Reef Controller (ARC),Hardware,Technology,USD,2015-02-01,7500.00,2014-12-26 17:28:02,250.00,failed,3,US,250.00,250.00,7500.00 +1021611009,American Beatboxer,Documentary,Film & Video,USD,2012-10-31,5000.00,2012-09-20 21:30:41,300.00,failed,5,US,300.00,300.00,5000.00 +1021612455,Dimgaard Vol. XIII - 5E DnD Adventures,Tabletop Games,Games,USD,2016-11-14,60.00,2016-10-28 22:48:12,2342.00,successful,119,US,961.00,2342.00,60.00 +1021614644,Welcome to Hermosa - Music Video - Wise100Doors,Music Videos,Film & Video,USD,2015-04-18,5000.00,2015-03-19 19:35:18,5855.00,successful,89,US,5855.00,5855.00,5000.00 +1021615407,MODLINK - All-In-One multi-shield UNO based board,DIY Electronics,Technology,USD,2015-01-06,3000.00,2014-12-07 16:12:59,5064.00,successful,23,US,5064.00,5064.00,3000.00 +1021615722,Wicked Rabyt Startup,Candles,Crafts,USD,2014-03-09,500.00,2014-02-05 20:09:31,1008.00,successful,22,US,1008.00,1008.00,500.00 +1021617887,Absence of Love: Love is a Battle. Love is a War. A film by Billy Gerard Frank (Canceled),Narrative Film,Film & Video,USD,2010-08-06,25000.00,2010-06-20 23:52:10,725.00,canceled,13,US,725.00,725.00,25000.00 +1021626593,Equipment for video game journalism,Web,Journalism,CAD,2015-03-27,400.00,2015-03-07 02:16:46,0.00,failed,0,CA,0.00,0.00,319.77 +1021633932,Revive the Sparkedelica Balloon Temple!,Public Art,Art,USD,2011-05-15,400.00,2011-05-05 09:07:15,530.01,successful,33,US,530.01,530.01,400.00 +"1021640645,""20,000 Leagues Under the Sea Studio Album"",Music,Music,USD,2012-11-25,1850.00,2012-10-26 22:03:57,2117.78,successful,51,US,2117.78,2117.78,1850.00" +1021648707,The Nutcracker Twist,Performances,Dance,USD,2014-11-03,20000.00,2014-09-04 14:52:30,0.00,failed,0,US,0.00,0.00,20000.00 +1021654196,THE SUGAR TREE®,Food,Food,GBP,2015-01-17,25000.00,2014-12-18 19:55:27,731.00,failed,4,GB,1149.38,1095.38,37461.60 +1021662528,Mangia Macrina's Wood Fired Pizza is going Brick and Mortar,Restaurants,Food,USD,2016-08-01,20000.00,2016-06-29 05:04:29,21500.00,successful,117,US,2852.00,21500.00,20000.00 +1021665555,2matters1universe [ 2m1u ],Video Games,Games,USD,2014-04-26,2000.00,2014-02-25 13:36:32,0.00,failed,0,US,0.00,0.00,2000.00 +1021674539,DON'T MISS OUT ON LIFE WITH THE NOW WATCH,Accessories,Fashion,GBP,2017-02-15,6666.00,2017-01-16 07:27:18,537.00,failed,14,GB,35.35,667.18,8281.98 +1021680816,5KCo - Urbanwear Supporting Talented Entrepreneurial Artists,Apparel,Fashion,CAD,2016-12-14,15000.00,2016-11-15 09:19:04,3032.00,failed,35,CA,0.00,2267.25,11216.63 +1021684923,VARLET/American Hymns LP,Indie Rock,Music,USD,2013-07-25,6000.00,2013-06-25 21:30:31,10333.00,successful,85,US,10333.00,10333.00,6000.00 +102169109,workbike...the bike that works for you,Technology,Technology,CAD,2015-06-15,800000.00,2015-05-16 06:29:14,60.00,failed,1,CA,50.03,48.90,651943.61 +1021698380,The JAVA TEA Project,Food,Food,USD,2012-12-08,35000.00,2012-11-02 17:33:03,35465.41,successful,303,US,35465.41,35465.41,35000.00 +1021700523,Community Gaming store Start-up Warroom Gaming Stores,Tabletop Games,Games,GBP,2014-06-30,33000.00,2014-05-28 13:43:57,12.00,failed,4,GB,20.24,20.57,56573.69 +1021708337,Tiny Home Build- Disabled/Homless Veterans Community,Architecture,Design,USD,2014-12-23,10000.00,2014-11-23 14:17:34,125.00,failed,4,US,125.00,125.00,10000.00 +1021717834,SportKit: Accessorize your Olympus Air A01 digital camera,Camera Equipment,Technology,USD,2017-02-23,21700.00,2017-01-24 17:20:34,279.00,canceled,4,US,130.00,279.00,21700.00 +1021724088,Help Shwa Make A Record? Yes!,Indie Rock,Music,USD,2009-08-29,3500.00,2009-08-03 21:23:16,4564.75,successful,104,US,4564.75,4564.75,3500.00 +1021728085,Urban Hearth Needs a Permanent Kitchen and Dining Space,Food,Food,USD,2016-01-15,32000.00,2015-12-16 00:11:16,8276.00,failed,61,US,8276.00,8276.00,32000.00 +1021728385,My New Haircut Webseries,Webseries,Film & Video,USD,2012-02-17,20000.00,2012-01-03 02:26:20,1945.00,failed,53,US,1945.00,1945.00,20000.00 +1021731984,Crafty Devil Crochet Hooks,Crochet,Crafts,USD,2016-01-02,3000.00,2015-12-03 18:50:57,388.00,failed,8,US,388.00,388.00,3000.00 +1021734011,Baked Beans (Canceled),Food,Food,USD,2014-08-07,10.00,2014-07-08 18:12:05,0.00,canceled,0,US,0.00,0.00,10.00 +102173634,Maillot Ciclismo2005 10º Aniversario del Blog,Ready-to-wear,Fashion,EUR,2015-07-24,4500.00,2015-07-03 02:27:53,41681.00,successful,626,ES,46410.35,45594.86,4922.55 +1021737916,Miami or Bust 2012,Mixed Media,Art,USD,2012-12-01,1200.00,2012-11-09 05:28:48,1588.45,successful,40,US,1588.45,1588.45,1200.00 +"1021747056,""Chuck Limbrick """"I Made It"""" Gospel Album"",Music,Music,USD,2012-03-13,10000.00,2012-02-22 20:23:09,10260.00,successful,64,US,10260.00,10260.00,10000.00" +1021752617,The Pug Cafe,Food,Food,GBP,2015-08-19,35000.00,2015-07-20 20:50:20,0.00,failed,0,GB,0.00,0.00,54853.78 +102175288,The Bifold Wallet: Holding a Traveler's Essentials,Fashion,Fashion,USD,2017-11-20,200.00,2017-10-19 09:55:05,1041.00,successful,31,US,31.00,1041.00,200.00 +1021755199,Space Dubs: Arcade Style Shooter PC Game,Video Games,Games,USD,2017-02-28,150.00,2017-01-29 21:39:27,30.00,canceled,2,US,30.00,30.00,150.00 +1021758476,Spell It Out!© word fun game! Can you S-P-E-L-L I-T. O-U-T?,Tabletop Games,Games,USD,2014-08-09,10000.00,2014-07-10 02:02:56,0.00,failed,0,US,0.00,0.00,10000.00 +10217623,Craft Chocolate Week | Chocolate Tasting & Pairing Events,Events,Food,USD,2015-09-17,3300.00,2015-08-21 04:52:26,70.00,failed,3,US,70.00,70.00,3300.00 +1021763144,Vengeance for Misery,Fiction,Publishing,AUD,2016-05-16,8460.00,2016-04-16 10:16:52,77.00,failed,1,AU,59.38,55.66,6115.81 +1021772512,Beauford Delaney: Sharing a Master's Art with the World!,Painting,Art,USD,2016-05-24,5000.00,2016-04-25 14:22:15,6360.00,successful,77,US,6360.00,6360.00,5000.00 +"1021776941,""ALLIED FORCES: Historical Fiction meets the Super-Hero set, during WWII."",Comics,Comics,USD,2010-11-16,1200.00,2010-09-25 01:31:21,1565.00,successful,46,US,1565.00,1565.00,1200.00" +1021779971,Mississippi River Expedition: G'wine Back!,Music Videos,Film & Video,USD,2015-04-01,5000.00,2015-03-09 22:21:11,6572.00,successful,114,US,6572.00,6572.00,5000.00 +1021780974,Reach 4 The Starz,Music Videos,Film & Video,USD,2014-09-11,15000.00,2014-08-15 08:58:37,0.00,failed,0,US,0.00,0.00,15000.00 +1021790427,Fair Trade: The Movie,Film & Video,Film & Video,USD,2013-01-27,2000.00,2012-12-28 01:17:17,0.00,failed,0,US,0.00,0.00,2000.00 +1021794528,Saga of the Lost Spheres - Fantasy Fiction Serial - Season 1,Fiction,Publishing,USD,2013-08-19,10000.00,2013-07-09 16:13:43,2551.00,failed,31,US,2551.00,2551.00,10000.00 +1021794652,Blue Veils and Bright Stars,Jazz,Music,USD,2013-02-14,3500.00,2013-01-15 05:35:06,551.00,failed,7,US,551.00,551.00,3500.00 +1021808353,Bridal Fever (Horror Feature Film),Horror,Film & Video,GBP,2016-04-07,2500.00,2016-03-28 13:08:50,2636.00,successful,52,GB,3725.83,3710.27,3518.85 +1021808822,Rhythm Destruction - A Rhythm & Shmup game,Video Games,Games,USD,2012-10-05,2000.00,2012-09-05 21:24:46,2442.01,successful,143,US,2442.01,2442.01,2000.00 +102182222,The Efflorescent Present: Cultivate. Love. Now!,Art,Art,USD,2013-12-17,11000.00,2013-11-14 13:58:09,11012.00,successful,85,US,11012.00,11012.00,11000.00 +"1021823017,""Make 100 - """"Style Exploration"""" Prints"",Illustration,Art,USD,2017-03-13,200.00,2017-02-11 21:13:27,1098.00,successful,18,US,0.00,1098.00,200.00" +1021835499,On Pointe Ballet: Here is your chance to make your POINTE!,Workshops,Dance,USD,2014-09-07,2100.00,2014-08-08 21:04:31,375.00,failed,6,US,375.00,375.00,2100.00 +"10218361,""Affordable Kilts, Skirts, Shirts, and Festival Clothing."",Fashion,Fashion,USD,2015-03-26,1500.00,2015-02-24 22:45:04,0.00,failed,0,US,0.00,0.00,1500.00" +1021843086,Glow in the Dark Enamel LED Pins,Jewelry,Fashion,USD,2017-04-04,450.00,2017-03-14 18:29:16,2152.00,successful,81,US,1209.00,2152.00,450.00 +1021859713,Iclack - Magnetic hanging system (Canceled),Product Design,Design,EUR,2015-11-25,18000.00,2015-10-21 09:41:20,490.00,canceled,16,ES,555.45,518.42,19043.99 +1021863518,Dating application,Web,Technology,USD,2015-05-02,7000.00,2015-03-18 00:26:44,0.00,failed,0,US,0.00,0.00,7000.00 +1021865609,Help Emilio Record his new CD with Kickstarter! ( And get a Signed CD or MORE!) ,World Music,Music,USD,2010-05-08,15000.00,2010-03-17 19:19:23,240.00,failed,7,US,240.00,240.00,15000.00 +1021867132,Twenty Journey,Places,Photography,USD,2014-06-26,12000.00,2014-05-28 11:05:25,12402.00,successful,134,US,12402.00,12402.00,12000.00 +1021868833,Cowards & Carrots,Tabletop Games,Games,USD,2014-09-13,10000.00,2014-08-11 18:32:54,4590.00,failed,94,US,4590.00,4590.00,10000.00 +1021869200,Nick Noir,Apparel,Fashion,USD,2017-09-20,500.00,2017-08-21 19:55:46,114.00,failed,2,US,74.00,114.00,500.00 +1021872313,The Green Scheme,Food,Food,USD,2017-03-18,20000.00,2017-01-17 19:16:01,21.00,failed,2,US,20.00,21.00,20000.00 +1021873078,The Lady Jay Trilogy,Fiction,Publishing,USD,2012-09-30,7000.00,2012-08-31 01:28:25,350.00,failed,7,US,350.00,350.00,7000.00 +10218804,Bring Back Hazmat Hero,Apps,Technology,USD,2016-01-08,100000.00,2015-12-09 19:06:45,77.00,failed,5,US,77.00,77.00,100000.00 +1021881749,Time Clock Software,Software,Technology,USD,2017-02-27,20000.00,2016-12-29 18:29:04,11.00,failed,2,US,10.00,11.00,20000.00 +1021893064,Cthulhu Letterpress Holiday Card With Foil Stamp,Letterpress,Crafts,USD,2014-10-07,550.00,2014-09-11 17:08:20,9946.00,successful,374,US,9946.00,9946.00,550.00 +1021894248,MylaBox - A starting point for hardware projects,Hardware,Technology,USD,2013-11-15,5000.00,2013-10-06 05:23:14,686.00,failed,9,US,686.00,686.00,5000.00 +1021895582,The Strange Eyes of Dr. Myes,Narrative Film,Film & Video,USD,2013-05-02,45000.00,2013-04-01 16:13:12,46487.00,successful,441,US,46487.00,46487.00,45000.00 +1021901908,My Momma Taught Me How To Hustle,Art,Art,USD,2016-11-29,3000.00,2016-10-20 23:13:51,753.00,failed,25,US,0.00,753.00,3000.00 +1021916617,Eir's Garden Launch Campaign,Crafts,Crafts,USD,2016-12-15,4000.00,2016-11-15 17:14:43,4000.00,successful,34,US,222.00,4000.00,4000.00 +"1021924121,""CHRIS BARRIENTOS, MY DEBUT ALBUM"",Music,Music,USD,2012-07-26,25000.00,2012-06-26 03:53:26,206.00,failed,7,US,206.00,206.00,25000.00" +1021928266,Getting Jason Hodson Back On His Feet To Finish Album,Rock,Music,USD,2015-09-18,1000.00,2015-08-20 17:19:02,6.00,failed,2,US,6.00,6.00,1000.00 +102192889,Let's Go to Vietnam,Journalism,Journalism,USD,2014-04-23,10000.00,2014-03-24 03:29:29,11143.00,successful,243,US,11143.00,11143.00,10000.00 +102192933,Romeda: image processing on the cloud (Canceled),Web,Technology,CAD,2014-08-03,10000.00,2014-07-04 00:04:04,12.00,canceled,3,CA,11.27,10.99,9160.86 +1021941140,Mind of Megalio,Web,Journalism,USD,2015-06-29,400.00,2015-05-20 11:00:52,1.00,failed,1,US,1.00,1.00,400.00 +1021943671,Muffin Friends!,Illustration,Art,USD,2014-08-14,10.00,2014-07-16 10:33:13,6.00,failed,2,US,6.00,6.00,10.00 +1021949490,David James journey to discovery,Pop,Music,CAD,2014-11-27,5000.00,2014-11-09 04:44:12,5.00,failed,1,CA,4.37,4.39,4387.12 +1021959054,sister to sister children's book series,Children's Books,Publishing,USD,2015-07-23,900.00,2015-05-24 22:09:59,0.00,failed,0,US,0.00,0.00,900.00 +1021962250,eat burgers loose weight,Publishing,Publishing,GBP,2014-08-13,2500.00,2014-07-14 21:03:52,0.00,failed,0,GB,0.00,0.00,4172.51 +1021963839,Web Based Appointment Scheduling Made Easy,Software,Technology,USD,2015-04-02,10000.00,2015-03-03 00:20:34,0.00,failed,0,US,0.00,0.00,10000.00 +1021965848,The Animals,Mixed Media,Art,USD,2012-05-26,10000.00,2012-04-16 23:59:10,300.00,failed,2,US,300.00,300.00,10000.00 +1021967837,Persona Wars - Online Collectible Card Game & Social Network,Video Games,Games,USD,2012-12-09,45000.00,2012-11-09 15:29:59,768.00,failed,18,US,768.00,768.00,45000.00 +1021975950,¡Llévame!,Plays,Theater,MXN,2016-12-26,33000.00,2016-11-23 01:15:09,2300.00,failed,6,MX,0.00,111.35,1597.68 +1021979365,Kingdom(Graphic Novel) (Canceled),Comics,Comics,USD,2012-06-04,1500.00,2012-05-10 01:34:16,2.00,canceled,1,US,2.00,2.00,1500.00 +1021995554,John Snow vs Ice Zombie King,Games,Games,USD,2017-06-06,2000.00,2017-05-07 20:49:17,5.00,failed,1,US,0.00,5.00,2000.00 +1021998533,Austins Smoke House,Restaurants,Food,GBP,2014-11-06,60000.00,2014-10-10 15:55:28,0.00,failed,0,GB,0.00,0.00,94917.18 +1022008186,Make A Book Project,Publishing,Publishing,USD,2011-05-02,3200.00,2011-02-25 02:03:33,2305.00,failed,11,US,2305.00,2305.00,3200.00 +1022016221,Walking To My Friends,Documentary,Film & Video,USD,2014-09-01,10000.00,2014-07-04 01:51:59,1795.11,failed,37,US,1795.11,1795.11,10000.00 +1022027702,BrokenRail Debut Album w/ Shinedown/Crossfade Producer Rick Beato,Music,Music,USD,2010-05-27,22000.00,2010-04-24 08:33:59,100.00,failed,1,US,100.00,100.00,22000.00 +1022038321,Production for my 1st album,Hip-Hop,Music,USD,2012-03-01,650.00,2012-01-18 19:57:47,0.00,failed,0,US,0.00,0.00,650.00 +1022038365,TOP of the LINE: A Monster Fighting Comic!,Comics,Comics,USD,2013-12-08,6500.00,2013-11-14 23:17:48,8832.99,successful,237,US,8832.99,8832.99,6500.00 +"1022038651,""Art Exhibition """"The beauty and purity of nudity"""""",Art,Art,GBP,2013-09-13,1000.00,2013-08-19 22:52:58,1035.00,successful,12,GB,1617.50,1638.33,1582.93" +102204035,The Inspector Magnet,Technology,Technology,USD,2015-09-06,50000.00,2015-08-07 13:22:37,10.00,failed,1,US,10.00,10.00,50000.00 +1022044878,Help In Autistic Game Project by Rustic Toy Barn (Canceled),Games,Games,USD,2016-03-19,5000.00,2016-02-18 16:47:28,0.00,canceled,0,US,0.00,0.00,5000.00 +1022046093,Screwing Reinvented: The World's Best Deck Screw,Technology,Technology,USD,2013-10-31,100000.00,2013-09-30 20:23:29,109926.50,successful,610,US,109926.50,109926.50,100000.00 +1022048961,Discover the World,Journalism,Journalism,EUR,2017-04-15,15000.00,2017-03-01 12:57:52,2.00,failed,2,BE,0.00,2.14,16047.07 +1022051478,The Stranger: Book 1 - The Island,Fiction,Publishing,USD,2014-01-31,2500.00,2013-12-30 21:47:07,2621.00,successful,48,US,2621.00,2621.00,2500.00 +1022053101,WORLD'S 1st SELFIE CASE.,Gadgets,Technology,USD,2015-05-15,500.00,2015-04-15 18:18:15,21.00,failed,2,US,21.00,21.00,500.00 +1022063904,The Lonely Ones' Studio Album 2016,Country & Folk,Music,USD,2016-02-03,3000.00,2016-01-04 01:44:01,3376.00,successful,58,US,3376.00,3376.00,3000.00 +1022066721,Fantasy Tailgating Cross-Over Book by: Big Bob Snoor,Cookbooks,Food,USD,2016-09-23,25000.00,2016-08-24 19:27:35,0.00,failed,0,US,0.00,0.00,25000.00 +1022070061,Hard Bank Left - A Steampunk Novel,Fiction,Publishing,USD,2013-03-17,9000.00,2013-01-18 22:11:31,225.00,failed,5,US,225.00,225.00,9000.00 +1022073901,Student Design Fellowship for Be Original Americas,Design,Design,USD,2017-06-01,20000.00,2017-05-02 15:26:59,20901.00,successful,243,US,550.00,20901.00,20000.00 +1022078809,TODOS cantamos = EVERYONE sings.,Music,Music,USD,2014-08-04,25000.00,2014-06-05 17:34:01,6842.00,failed,57,US,6842.00,6842.00,25000.00 +1022084611,Bad/Love,Romance,Film & Video,USD,2014-08-10,15000.00,2014-07-11 15:03:04,0.00,failed,0,US,0.00,0.00,15000.00 +1022084657,A Kick in the Boots | All-Natural Seasoning with a Kick,Food,Food,USD,2015-10-21,5000.00,2015-09-21 17:34:00,752.00,failed,23,US,752.00,752.00,5000.00 +1022085567,Boyle's Card Boutique - Affordable quality cards/invitations,Crafts,Crafts,GBP,2014-12-18,500.00,2014-10-19 20:44:40,2.00,failed,2,GB,3.22,3.13,782.40 +1022094205,Beers & Beards TV (Canceled),Webseries,Film & Video,USD,2014-01-10,87400.00,2013-11-21 17:22:04,10.00,canceled,1,US,10.00,10.00,87400.00 +"1022095469,""One Million Dollars for the Real Santa, diverse picture book"",Children's Books,Publishing,USD,2014-07-29,10000.00,2014-06-29 16:19:21,0.00,canceled,0,US,0.00,0.00,10000.00" +1022100836,Building Cigar Box Guitars with students in the schools!,Performance Art,Art,USD,2015-05-03,10000.00,2015-03-04 21:26:59,10174.00,successful,28,US,10174.00,10174.00,10000.00 +1022104029,John Cardinale: Building an Action Karate Family,Performance Art,Art,USD,2017-08-31,1500.00,2017-08-01 19:37:04,50.00,failed,1,US,50.00,50.00,1500.00 +1022117704,Custom Made Suits & Shirts for Men,Apparel,Fashion,GBP,2016-03-23,25000.00,2016-02-22 18:03:54,976.00,failed,9,GB,1405.98,1379.10,35325.20 +1022120883,CarJokester,Comedy,Film & Video,USD,2015-03-13,10000.00,2015-02-11 06:19:06,1.00,failed,1,US,1.00,1.00,10000.00 +1022130701,Debut Solo Record 'This Distance Defeated' Needs Your Help!,Country & Folk,Music,USD,2012-01-17,3001.00,2011-12-08 12:52:38,3137.66,successful,29,US,3137.66,3137.66,3001.00 +1022140742,Craft Brew Underground,Drinks,Food,USD,2017-11-02,4000.00,2017-09-06 02:45:37,910.00,failed,13,US,0.00,910.00,4000.00 +1022149730,Artifas,Rock,Music,USD,2012-09-24,2000.00,2012-08-16 21:42:48,410.00,failed,7,US,410.00,410.00,2000.00 +"1022150789,""Making a green impact on our community, support Greenerdealz"",Film & Video,Film & Video,USD,2013-06-02,18000.00,2013-05-03 17:14:11,10.00,failed,1,US,10.00,10.00,18000.00" +1022155780,Rock of my Salvation Project,Sculpture,Art,USD,2015-03-18,10000.00,2015-02-16 19:10:39,0.00,failed,0,US,0.00,0.00,10000.00 +1022159330,Want MOORE in a Bag? Introducing the CONVERTIBLE BACKPACK,Accessories,Fashion,GBP,2014-08-02,5000.00,2014-07-01 16:16:13,6829.00,successful,36,GB,11627.53,11475.58,8402.09 +1022166018,OMG- we made it! Come look!,Music,Music,USD,2016-06-16,7500.00,2016-05-18 00:07:00,7700.00,successful,122,US,7655.00,7700.00,7500.00 +1022172175,Music Video Campaign,Pop,Music,USD,2014-10-22,500.00,2014-09-22 03:52:31,0.00,failed,0,US,0.00,0.00,500.00 +1022180178,Exclusive jewellery / Bisutería exclusiva a tu alcance,Crafts,Crafts,EUR,2016-05-04,1660.00,2016-04-04 17:35:10,1.00,failed,1,ES,1.14,1.14,1896.88 +1022180264,TheDarkhounds 2nd album,Indie Rock,Music,GBP,2018-02-22,5000.00,2017-12-24 09:23:19,0.00,live,0,GB,0.00,0.00,6819.89 +1022182657,StreetWood-One,Product Design,Design,EUR,2015-03-14,10500.00,2015-02-18 07:32:14,4279.00,failed,32,NL,4859.37,4611.04,11314.78 +1022185493,Hobby Hand,3D Printing,Technology,USD,2016-02-12,30000.00,2015-12-29 17:47:36,7072.00,failed,55,US,7072.00,7072.00,30000.00 +1022190736,The Last Five Years: The Muse Arts Production's Debut Show,Musical,Theater,USD,2015-04-23,5500.00,2015-02-22 07:40:07,2550.00,failed,36,US,2550.00,2550.00,5500.00 +1022195005,Releasing an Epic jazz Album (Canceled),Jazz,Music,USD,2011-03-21,8000.00,2011-02-19 01:47:15,20.00,canceled,1,US,20.00,20.00,8000.00 +1022198269,XXX,Fashion,Fashion,USD,2014-01-13,2014.00,2013-12-28 22:20:30,278.00,failed,6,US,278.00,278.00,2014.00 +1022201009,Cirque du Gay Gets Fringy in New Orleans,Theater,Theater,USD,2011-10-21,6000.00,2011-10-05 18:33:06,1129.44,failed,21,US,1129.44,1129.44,6000.00 +102220300,RABBITcharger: The inspired charger you've always needed.,Hardware,Technology,USD,2016-07-01,35000.00,2016-05-17 12:31:27,36587.72,successful,393,US,36587.72,36587.72,35000.00 +1022204399,Congruent Spaces Magazine,Periodicals,Publishing,USD,2011-09-20,83.00,2011-08-21 03:04:44,20.00,failed,1,US,20.00,20.00,83.00 +1022204726,Moanoir,Apps,Technology,GBP,2015-03-05,1000.00,2015-02-18 13:48:31,1.00,failed,1,GB,1.54,1.52,1518.42 +1022208317,Phone Bench,Product Design,Design,USD,2017-05-30,500.00,2017-05-15 17:30:36,75.00,failed,3,US,0.00,75.00,500.00 +1022209758,The worlds biggest Phrase Thesaurus,Nonfiction,Publishing,GBP,2012-12-22,5000.00,2012-11-22 10:41:05,225.00,failed,12,GB,357.97,363.08,8068.42 +"1022212406,""A Safe, Easy-to-use 3D Printing Pen and Booklet for Teaching"",3D Printing,Technology,USD,2017-05-15,7500.00,2017-03-31 03:03:32,721.00,suspended,15,US,790.00,721.00,7500.00" +1022217416,American as Cherry Pie: The Life of H. Rap Brown,Documentary,Film & Video,USD,2011-11-14,60000.00,2011-09-15 04:09:31,25.00,failed,1,US,25.00,25.00,60000.00 +1022223243,Content Marketing für Unternehmer,Nonfiction,Publishing,EUR,2016-08-20,5000.00,2016-07-21 10:37:59,1123.00,failed,6,DE,0.00,1267.87,5645.00 +102222623,ECLIPSED destination unknown,Journalism,Journalism,USD,2014-08-24,60000.00,2014-07-25 07:09:55,4.25,failed,1,US,4.25,4.25,60000.00 +1022228450,The Butterfly Fairy: A Supernatural Mystery Novel,Fiction,Publishing,USD,2012-08-09,850.00,2012-07-10 23:44:24,466.00,failed,8,US,466.00,466.00,850.00 +102223127,Brice's Brewing Company-Transform Your Beer Experience,Food,Food,USD,2015-07-07,50000.00,2015-06-07 06:05:37,8730.00,failed,44,US,8730.00,8730.00,50000.00 +1022237933,First solo art show in Philadelphia,Mixed Media,Art,USD,2014-01-27,200.00,2013-12-28 01:00:51,400.00,successful,10,US,400.00,400.00,200.00 +1022248389,Wildes of Port Press - American-made Letterpress Studio,Letterpress,Crafts,USD,2014-11-11,3500.00,2014-10-12 03:44:53,4076.00,successful,27,US,4076.00,4076.00,3500.00 +"1022254171,Help OrphanSporks Record Our Fourth Album!,Music,Music,USD,2016-05-14,2500.00,2016-04-11 07:20:59,1375.00,canceled,0,""N,0"""""",,1375.00,2500.00" +1022254417,Curated Theatrical Bellydance Conference Showcase 2013,Dance,Dance,USD,2013-07-02,950.00,2013-06-06 23:29:13,2381.00,successful,53,US,2381.00,2381.00,950.00 +1022264754,#IMissHashtagsAlready,Software,Technology,CAD,2014-08-05,25.00,2014-07-29 03:59:50,0.00,failed,0,CA,0.00,0.00,22.90 +1022286823,Streets Co.,Fashion,Fashion,USD,2014-04-12,1500.00,2014-02-11 19:10:45,645.00,failed,15,US,645.00,645.00,1500.00 +1022288835,El Capitan Film Restoration,Documentary,Film & Video,USD,2012-11-01,25000.00,2012-10-02 05:15:52,28720.42,successful,800,US,28720.42,28720.42,25000.00 +"1022292462,""DEAD ZONE 805! Zombie Apocalypse Halloween Haunt Ventura, CA"",Festivals,Theater,USD,2015-04-15,10000.00,2015-03-16 19:18:18,10076.00,successful,52,US,10076.00,10076.00,10000.00" +102229560,Vengeance Is Mine,Fiction,Publishing,USD,2013-04-28,5000.00,2013-03-26 01:04:50,25.00,failed,1,US,25.00,25.00,5000.00 +1022308784,Busty Barbarian Bimbos,Tabletop Games,Games,USD,2013-03-18,2500.00,2013-02-15 20:41:13,12780.68,successful,607,US,12780.68,12780.68,2500.00 +1022309270,Standardized Living: A New Play,Theater,Theater,USD,2014-02-07,5000.00,2014-01-08 20:51:08,5100.51,successful,82,US,5100.51,5100.51,5000.00 +1022309875,Maybe the Welders Brazilian Tour 2013,Indie Rock,Music,USD,2013-05-24,5000.00,2013-04-24 15:27:44,5075.00,successful,80,US,5075.00,5075.00,5000.00 +1022313066,Rube Blackjam 2: Deconstructing Rube,Narrative Film,Film & Video,USD,2012-06-29,500.00,2012-05-22 01:42:40,960.14,successful,21,US,960.14,960.14,500.00 +10223151,Fort Collins Knightly Nook chess club (Canceled),Tabletop Games,Games,USD,2016-06-04,125000.00,2016-05-03 18:09:39,0.00,canceled,0,US,0.00,0.00,125000.00 +"1022320658,""The Student Loan String Band's New Album """"Moonlit Toasters"""""",Country & Folk,Music,USD,2014-05-02,5000.00,2014-04-02 21:00:05,7287.00,successful,98,US,7287.00,7287.00,5000.00" +102232431,Food Brand That Supports US Farmers (Canceled),Film & Video,Film & Video,USD,2010-06-12,12500.00,2010-03-23 18:05:04,0.00,canceled,0,US,0.00,0.00,12500.00 +1022332489,Reproducing the Derek Prince video teachings,Television,Film & Video,EUR,2014-12-12,3500.00,2014-11-12 17:31:41,300.00,failed,2,NL,373.02,373.50,4357.52 +102233361,PRESA™ Fine | Mobile | Wallets (Canceled),Product Design,Design,USD,2014-09-09,15000.00,2014-08-05 09:12:59,4346.00,canceled,48,US,4346.00,4346.00,15000.00 +1022334253,Interstellar spacecraft,Space Exploration,Technology,USD,2016-02-20,111100.00,2016-01-21 00:40:59,78.00,failed,11,US,78.00,78.00,111100.00 +1022334581,Exploring Outdoor Areas Around Calgary (Canceled),Documentary,Film & Video,CAD,2015-06-08,5000.00,2015-05-09 22:40:04,0.00,canceled,0,CA,0.00,0.00,4064.05 +102233477,Shadows Comic Book,Comics,Comics,GBP,2013-06-24,1000.00,2013-04-25 13:48:36,70.00,failed,3,GB,106.65,106.81,1525.90 +1022336144,My Pals: An app for people struggling with mental illness,Apps,Technology,USD,2017-02-06,15000.00,2016-12-08 07:00:28,405.00,canceled,15,US,250.00,405.00,15000.00 +1022338653,HarveysJunkies,Food,Food,USD,2016-10-31,5000.00,2016-10-01 04:30:21,1.00,failed,1,US,0.00,1.00,5000.00 +1022339727,Tit for Tat,Shorts,Film & Video,USD,2013-04-26,1300.00,2013-03-26 23:31:58,287.25,failed,10,US,287.25,287.25,1300.00 +1022344825,WIJ Apparel,Apparel,Fashion,USD,2018-01-18,4000.00,2017-12-19 10:26:29,0.00,canceled,0,US,0.00,0.00,4000.00 +1022344911,Courageous,Film & Video,Film & Video,USD,2014-10-20,750.00,2014-10-02 21:00:28,750.00,successful,12,US,750.00,750.00,750.00 +1022355944,The Grey Project,R&B,Music,GBP,2017-08-22,30000.00,2017-07-13 16:47:52,105.00,failed,5,GB,109.24,134.64,38469.43 +1022357619,Nightscapes and Time-Lapses: From Field to Photoshop,Nature,Photography,CAD,2016-07-15,15000.00,2016-06-15 17:20:22,20294.47,successful,234,CA,13394.65,15773.72,11658.64 +1022359623,Merchants of Araby,Tabletop Games,Games,USD,2016-09-14,15000.00,2016-08-16 17:02:06,35133.00,successful,890,US,17677.00,35133.00,15000.00 +1022360584,NINETEEN: A Celebration of Creative Communities,Performance Art,Art,USD,2015-04-01,1600.00,2015-03-02 16:00:05,1615.00,successful,39,US,1615.00,1615.00,1600.00 +1022364416,LLANA (Canceled),Product Design,Design,USD,2016-04-18,50000.00,2016-03-14 02:05:35,5.00,canceled,1,US,5.00,5.00,50000.00 +1022380818,Flexybike,Product Design,Design,EUR,2017-08-07,50000.00,2017-06-23 04:00:32,2518.11,failed,10,NL,2121.15,2962.55,58824.91 +1022390796,Sustainable Neighborhood Fish Farm for Idora!,Food,Food,USD,2011-11-01,5000.00,2011-09-29 20:54:30,6631.00,successful,129,US,6631.00,6631.00,5000.00 +1022391184,Your Mothers Nuts,Food,Food,USD,2017-03-31,1100.00,2017-03-01 15:59:04,106.00,failed,4,US,0.00,106.00,1100.00 +1022404009,Pippi Longstocking the Musical makes Off-Broadway debut!,Theater,Theater,USD,2012-04-14,3000.00,2012-03-16 19:02:10,5326.00,successful,26,US,5326.00,5326.00,3000.00 +1022417491,Memories Corrupt: A Glitch Photography Art Exhibit,Photography,Photography,USD,2013-10-04,550.00,2013-09-25 07:57:24,1414.11,successful,62,US,1414.11,1414.11,550.00 +1022422714,Cirque du soleil Backstage,Documentary,Film & Video,USD,2012-04-19,30000.00,2012-03-20 22:28:19,35.00,failed,2,US,35.00,35.00,30000.00 +1022423975,M8 Fitness: Flipside Towels,Apparel,Fashion,USD,2015-04-04,20000.00,2015-03-05 08:00:36,2922.00,failed,33,US,2922.00,2922.00,20000.00 +1022431881,CHUBS: Pre-order the The Warhorse's new full-length album,Electronic Music,Music,USD,2016-09-01,200.00,2016-07-22 20:06:12,1081.00,successful,43,US,38.00,1081.00,200.00 +1022432706,Tranimated : a DIY resin art toy,DIY,Crafts,USD,2015-09-24,2500.00,2015-08-25 19:13:32,2663.00,successful,32,US,2663.00,2663.00,2500.00 +1022432708,Sindr: The Strike Anywhere Candle Holder,Product Design,Design,USD,2017-02-25,3200.00,2017-01-26 20:41:45,4014.00,successful,62,US,1966.00,4014.00,3200.00 +1022439200,Vino Veritas The Perfect Tool to Quality Wine & Experiences,Apps,Technology,CAD,2017-01-10,50000.00,2016-12-01 04:01:11,4336.00,failed,122,CA,1321.55,3299.60,38048.85 +1022442695,Battle Angels Project,Shorts,Film & Video,USD,2011-03-15,10000.00,2011-02-15 00:18:09,0.00,failed,0,US,0.00,0.00,10000.00 +1022444128,Fuse & Explode - Concert of Song & Dance,Performances,Dance,USD,2015-07-01,3000.00,2015-05-08 21:25:48,3000.00,successful,17,US,3000.00,3000.00,3000.00 +1022446154,BIN 1884 Cheese Bar,Food,Food,USD,2012-03-12,20000.00,2012-02-11 21:16:40,4930.00,failed,59,US,4930.00,4930.00,20000.00 +1022456560,Keep Phil Public,Public Art,Art,USD,2014-09-13,5000.00,2014-09-03 00:19:13,5000.00,successful,20,US,5000.00,5000.00,5000.00 +1022457172,Fotoskolan Göteborg Graduation book 2014,Photobooks,Photography,SEK,2014-11-27,5000.00,2014-10-31 19:40:26,5200.00,successful,12,SE,706.10,700.53,673.59 +1022463378,Travelogue for People visiting Japan for their First Time,Documentary,Film & Video,USD,2012-06-01,3500.00,2012-04-20 01:25:20,82.00,failed,3,US,82.00,82.00,3500.00 +102247516,Cristina Quinones & Music Heavy-Hitters Record Her Debut CD,Pop,Music,USD,2012-05-05,10000.00,2012-04-05 04:02:00,1201.00,failed,5,US,1201.00,1201.00,10000.00 +1022477370,Technophemera,Public Art,Art,USD,2014-08-01,9350.00,2014-07-02 00:39:32,9492.00,successful,93,US,9492.00,9492.00,9350.00 +102247977,SaltWaterCreations: Fine Ocean & Beach Photography,Nature,Photography,USD,2015-01-17,5000.00,2014-12-08 18:02:48,671.00,failed,9,US,671.00,671.00,5000.00 +1022485851,Catalyst Nonprofit Coffee Bar by Art Saint Louis,Spaces,Food,USD,2016-12-23,18000.00,2016-12-01 16:03:40,19195.00,successful,157,US,3095.00,19195.00,18000.00 +1022501006,iTapemeasure : iPhone case with a tape measure.,Product Design,Design,USD,2012-06-14,13500.00,2012-04-30 11:00:40,331.00,failed,6,US,331.00,331.00,13500.00 +"102250105,""The Baristas: Comedy, with Room for Cream."",Webseries,Film & Video,USD,2010-09-22,3000.00,2010-08-19 18:20:46,3660.00,successful,78,US,3660.00,3660.00,3000.00" +1022504075,Weston Super Sonic 2017: Sonic The Hedgehog Convention,Video Games,Games,GBP,2017-06-26,1000.00,2017-05-27 12:56:02,2300.00,successful,90,GB,1991.49,2984.96,1297.81 +1022513926,Smartfan3: Intelligent Climate Control For RV,Hardware,Technology,EUR,2017-10-08,30000.00,2017-09-08 13:06:11,977.00,failed,12,NL,118.07,1153.84,35430.00 +1022518377,A Great Expectancy Of Zombies,Fiction,Publishing,GBP,2013-07-10,500.00,2013-06-10 21:17:51,500.00,successful,7,GB,777.88,755.42,755.42 +"1022519276,""Morbidity: Experiment In The Macabre, The Dark, The Unkown"",Art,Art,USD,2012-06-14,6200.00,2012-05-03 17:26:26,0.00,failed,0,US,0.00,0.00,6200.00" +1022520367,Phenomena,Shorts,Film & Video,AUD,2017-08-15,2500.00,2017-07-31 07:37:45,4000.00,successful,24,AU,243.60,3166.56,1979.10 +"1022524480,""Dr. Fill's Water Tunnel, The All-Fill, No-Spill Water Funnel"",Product Design,Design,USD,2012-04-16,5000.00,2012-03-17 04:11:37,394.00,failed,48,US,394.00,394.00,5000.00" +1022526890,The Adventures Of Bronco Murphy,Comedy,Film & Video,USD,2014-08-05,9200.00,2014-07-05 05:38:44,658.00,failed,13,US,658.00,658.00,9200.00 +1022528509,Tissue4boogers,Music,Music,USD,2014-09-22,6000.00,2014-07-31 15:18:38,505.00,failed,14,US,505.00,505.00,6000.00 +1022530113,UNLUCKY GIRL,Film & Video,Film & Video,USD,2011-06-01,2600.00,2011-03-02 23:30:41,3110.00,successful,53,US,3110.00,3110.00,2600.00 +1022530229,Life after war. The story of Dubrovnik,Photobooks,Photography,GBP,2014-08-09,3000.00,2014-07-10 22:06:55,0.00,failed,0,GB,0.00,0.00,5007.01 +1022534317,Bring Slackbot to Life with Slackbot Bot!,Robots,Technology,USD,2015-02-26,150000.00,2015-01-27 23:33:28,760.00,failed,27,US,760.00,760.00,150000.00 +102254016,GameMate: The universal electronic dice and game clock,Tabletop Games,Games,USD,2016-10-01,5000.00,2016-08-25 18:49:14,9418.00,canceled,155,US,9227.00,9418.00,5000.00 +1022555274,Trial by Fire: Kyle R Andrews' Debut Album Project,Music,Music,USD,2011-09-09,1000.00,2011-08-10 07:05:58,1816.00,successful,58,US,1816.00,1816.00,1000.00 +"1022566013,""""""No Longer There"""" A short film in memoriam of Gary Shaivitz"",Shorts,Film & Video,USD,2013-12-07,3500.00,2013-11-07 17:56:52,3630.00,successful,39,US,3630.00,3630.00,3500.00" +1022573525,Le Niken ''Hitch Kitchen and Tailgate mobile unity'',Civic Design,Design,CAD,2017-06-20,33500.00,2017-04-21 19:09:31,20.00,failed,2,CA,7.42,15.12,25319.33 +1022575158,Taproot Ensemble brings Rock Plaza Central to the Stage,Theater,Theater,USD,2011-02-01,2500.00,2010-12-04 17:41:00,0.00,canceled,0,US,0.00,0.00,2500.00 +1022576045,Polygons | The Flat 4-in-1 Measuring Spoon,Product Design,Design,USD,2016-11-20,10000.00,2016-10-11 17:57:34,1022120.70,successful,36863,US,135121.00,1022120.70,10000.00 +1022577877,Soul Connection Adventure Pilot Episode Project,Television,Film & Video,USD,2014-08-28,30000.00,2014-07-29 18:11:00,1701.00,failed,22,US,1701.00,1701.00,30000.00 +1022581133,Seas - Smart Easy Affordable Security - Home alarm system,Gadgets,Technology,AUD,2017-06-02,7500.00,2017-05-03 17:14:35,3127.00,failed,32,AU,712.53,2311.67,5544.47 +"102258248,""Introducing... """"PROPOSAL"""""",Shorts,Film & Video,USD,2013-01-09,3500.00,2012-12-10 19:16:04,150.00,failed,6,US,150.00,150.00,3500.00" +1022584334,World's Most Enviromental Friendly Oil and grease Cleaner,Hardware,Technology,CAD,2017-06-15,7000.00,2017-05-16 20:41:03,15.00,failed,1,CA,0.00,11.34,5293.81 +1022588246,BLAZY-TACKLE Custom Fishing Lures (Canceled),Crafts,Crafts,GBP,2016-06-28,10000.00,2016-05-29 18:34:56,90.00,canceled,4,GB,131.59,119.55,13282.86 +1022589171,Raspberry Pi IoT Shield Family | Power to The Shields!,Hardware,Technology,USD,2016-12-17,50000.00,2016-11-07 14:22:18,57442.00,successful,609,US,3171.00,57442.00,50000.00 +1022591075,The Cleric's Vault,Fiction,Publishing,USD,2012-10-19,900.00,2012-09-19 22:32:13,526.00,failed,16,US,526.00,526.00,900.00 +1022601832,Redwolf's Eastern Pit Cuisine Catering and Consessions,Food,Food,USD,2013-06-08,27500.00,2013-05-02 17:36:41,50.00,failed,1,US,50.00,50.00,27500.00 +1022602887,Introducing Free Press Fashions & The Tea Shirt Journal,Journalism,Journalism,USD,2014-04-30,1000.00,2014-03-31 19:26:40,0.00,canceled,0,US,0.00,0.00,1000.00 +1022607412,Fantasy Font Forge: Magic Sigils,Tabletop Games,Games,USD,2015-09-30,200.00,2015-08-31 21:40:15,2538.00,successful,71,US,2538.00,2538.00,200.00 +1022611011,The Gates of Kintara - A Published Childrens Book AND App,Apps,Technology,CAD,2016-08-01,70000.00,2016-06-08 00:13:12,110.00,canceled,2,CA,84.87,84.47,53751.06 +1022611667,Hand painted scarfs and dresses on pure silk material,Design,Design,CAD,2016-06-29,15000.00,2016-05-30 20:22:27,1.00,failed,1,CA,0.77,0.77,11607.21 +1022621304,Chosen Gospel single 'Make me a Believer',World Music,Music,GBP,2013-09-03,450.00,2013-08-13 20:35:23,13.00,failed,3,GB,20.15,20.25,701.02 +1022626399,Safety first,People,Photography,USD,2015-12-17,70.00,2015-11-17 22:59:22,0.00,failed,0,US,0.00,0.00,70.00 +1022627018,ECO-FRIENDLY MOBILE FARM STAND FOR URBAN FOOD DESERTS,Farmer's Markets,Food,USD,2015-04-08,19000.00,2015-03-09 18:20:06,260.00,failed,6,US,260.00,260.00,19000.00 +1022638116,THE Handbook For Deplorable Americans,Publishing,Publishing,USD,2016-11-02,5000.00,2016-10-15 03:24:54,38.00,canceled,1,US,20.00,38.00,5000.00 +102264079,Art Holes: Pothole art in New Orleans,Art,Art,USD,2017-04-02,500.00,2017-03-26 23:54:20,197.00,failed,5,US,162.00,197.00,500.00 +1022644923,STAR SHIFT,Video Games,Games,EUR,2017-02-22,200000.00,2016-12-24 00:38:23,2001.00,failed,70,IT,229.63,2122.85,212179.08 +1022646519,BURIED VALUES: The Recovery! (next in the series),Fiction,Publishing,USD,2014-05-25,6783.00,2014-04-25 21:44:40,0.00,failed,0,US,0.00,0.00,6783.00 +1022651883,HO‘OMAU: A Story of Perseverance,Shorts,Film & Video,USD,2015-08-07,26495.00,2015-07-08 20:33:52,35090.99,successful,266,US,35090.99,35090.99,26495.00 +1022658648,Original Music Workshop Start Up Funds!,Music,Music,USD,2014-09-20,100000.00,2014-08-06 08:24:07,105165.80,successful,281,US,105165.80,105165.80,100000.00 +1022659245,bye-bye bicycle and locks of love,Mixed Media,Art,USD,2012-06-30,150.00,2012-06-08 18:26:29,0.00,failed,0,US,0.00,0.00,150.00 +1022663734,Adult Coloring Book!,Art Books,Publishing,USD,2015-05-18,2000.00,2015-04-21 22:43:56,1019.00,failed,28,US,1019.00,1019.00,2000.00 +1022667235,Fantasy Game Mats,Tabletop Games,Games,USD,2015-05-21,1500.00,2015-05-12 16:34:33,2616.00,successful,75,US,2616.00,2616.00,1500.00 +1022672897,Phillip Fox Band: A Country-Fried Rock'n'Roll Record,Country & Folk,Music,USD,2014-05-24,15000.00,2014-04-22 23:09:24,18000.00,successful,143,US,18000.00,18000.00,15000.00 +1022677531,Thero: The Magic Mug That Saves Your Tongue and Time,Product Design,Design,USD,2017-11-23,30000.00,2017-10-24 01:06:31,62957.00,successful,888,US,5171.00,62957.00,30000.00 +1022681138,LINKED (Canceled),Narrative Film,Film & Video,USD,2011-02-07,5000.00,2010-12-09 05:35:30,0.00,canceled,0,US,0.00,0.00,5000.00 +"1022685839,""Launch of Our Second Full Length Album, """"SQUIRT!"""""",Music,Music,USD,2012-04-02,1800.00,2012-02-28 01:11:33,1806.00,successful,14,US,1806.00,1806.00,1800.00" +1022687413,Electro-pop Band Nans & Nat Make Their Debut Album!,Pop,Music,USD,2011-07-20,2000.00,2011-06-20 06:53:04,3585.22,successful,55,US,3585.22,3585.22,2000.00 +1022688267,Super car ride along documentary.,Video,Journalism,GBP,2016-01-06,300.00,2015-12-07 17:22:21,0.00,failed,0,GB,0.00,0.00,437.24 +1022689448,Ash and Coal Separator,Product Design,Design,USD,2017-08-22,50000.00,2017-07-18 01:59:01,125.00,failed,5,US,50.00,125.00,50000.00 +"102269929,""""""The Booth"""""",Documentary,Film & Video,USD,2013-09-04,5000.00,2013-08-05 20:10:09,5795.00,successful,46,US,5795.00,5795.00,5000.00" +1022700939,Heroes of Karth: Deathmatch™,Tabletop Games,Games,CAD,2017-10-14,2000.00,2017-08-15 05:51:16,2484.00,successful,30,CA,301.39,1988.15,1600.77 +1022706111,Boston Typewriter Orchestra's New Album,Metal,Music,USD,2016-11-29,3000.00,2016-10-28 16:00:13,3329.00,successful,86,US,114.00,3329.00,3000.00 +1022707358,Manos Sucias - a Feature Film,Narrative Film,Film & Video,USD,2013-03-16,55000.00,2013-02-13 16:22:27,60483.00,successful,262,US,60483.00,60483.00,55000.00 +1022710732,Bring the American soul artist Johnny Rawls to Sweden,Blues,Music,SEK,2015-02-23,20000.00,2015-01-24 14:12:53,720.00,failed,6,SE,87.67,86.38,2399.32 +1022722215,Love & Loss,Hip-Hop,Music,USD,2016-02-05,1750.00,2016-01-06 04:33:03,0.00,failed,0,US,0.00,0.00,1750.00 +1022722471,The Adventures of Wook and Womp,Comic Books,Comics,USD,2015-04-18,3000.00,2015-03-19 19:29:48,3347.00,successful,17,US,3347.00,3347.00,3000.00 +1022724683,Pizza Chi Culinary plant-based gluten free Pizzas,Vegan,Food,USD,2016-10-01,13000.00,2016-08-29 20:35:00,156.00,failed,4,US,150.00,156.00,13000.00 +1022730860,From Sushi Guild to Sushi Gaming LTD,Video Games,Games,GBP,2017-08-15,350.00,2017-07-16 00:43:06,10.00,failed,1,GB,0.00,12.87,450.61 +1022736080,Stabile Z-Achse aus Alu für die Sperrholzfräse,Hardware,Technology,EUR,2017-06-17,6500.00,2017-04-18 17:37:08,1.00,failed,1,DE,0.00,1.12,7262.49 +1022746371,MatchMitt - original rugby fan merchandise (Canceled),Accessories,Fashion,GBP,2016-03-26,15000.00,2016-02-05 23:43:25,110.00,canceled,5,GB,160.44,157.41,21464.45 +"1022757465,""Electro/Techno Remix Music Video for """"Hire Me"""""",Film & Video,Film & Video,USD,2013-05-06,4000.00,2013-04-01 23:23:00,45.00,failed,3,US,45.00,45.00,4000.00" +1022759943,Mirari Brass is Recording a New CD!,Music,Music,USD,2015-05-01,10000.00,2015-04-01 22:06:35,11682.00,successful,98,US,11682.00,11682.00,10000.00 +1022762778,Tactile Keyboard For Your Android Smartphone,Gadgets,Technology,EUR,2016-06-28,20000.00,2016-05-24 18:26:50,19136.75,failed,81,DE,21493.59,21308.75,22269.98 +102276707,The Altamira's and The Light Bringer,Fiction,Publishing,USD,2016-02-28,3000.00,2016-01-29 23:25:37,15.00,failed,1,US,15.00,15.00,3000.00 +"1022776664,""Georgia's Finest Organic Farms, working today for tomorrow"",Food,Food,USD,2012-04-08,45000.00,2012-03-09 20:28:27,4844.00,failed,48,US,4844.00,4844.00,45000.00" +1022790149,Penn Counterparts' Newest Studio Album,Music,Music,USD,2017-06-07,4000.00,2017-05-08 02:06:18,4627.00,successful,49,US,25.00,4627.00,4000.00 +1022797399,Michelle Tomlinson is Making her Debut Music Video!,Music Videos,Film & Video,CAD,2014-11-27,1000.00,2014-10-28 05:02:19,2000.00,successful,50,CA,1781.94,1754.85,877.42 +"102279894,""This unique integral collar & lead makes """"Walkies a Doddle"""""",Product Design,Design,GBP,2013-06-15,20000.00,2013-05-16 12:15:40,22069.00,successful,41,GB,33636.69,34087.61,30891.85" +1022802422,'Chapel Perilous' - an interactive performance spectacle,Public Art,Art,USD,2012-08-05,6000.00,2012-07-06 19:27:50,6073.12,successful,125,US,6073.12,6073.12,6000.00 +1022803233,Wing Commander Orchestral Recording Volume 2,Music,Music,USD,2017-06-25,45000.00,2017-05-26 21:06:56,17956.00,failed,244,US,5909.00,17956.00,45000.00 +102280999,SKOWT,Music,Music,GBP,2015-04-03,75000.00,2015-03-04 18:59:16,757.00,failed,10,GB,1163.69,1104.56,109434.73 +1022812440,Moral (Thesis Short Film),Drama,Film & Video,USD,2017-11-16,2000.00,2017-10-26 03:22:14,60.00,failed,3,US,20.00,60.00,2000.00 +1022827199,Artful memories in just 2 hours,Painting,Art,USD,2017-03-24,8500.00,2017-02-22 05:15:17,0.00,failed,0,US,0.00,0.00,8500.00 +1022827601,@rty Apparel Designer outlet,Apparel,Fashion,GBP,2016-05-31,50000.00,2016-04-05 00:23:43,0.00,failed,0,GB,0.00,0.00,72161.53 +1022828798,LOVELAND: Everything You Ever Wanted To Know About Detroit Micro Real Estate...,Performance Art,Art,USD,2010-04-28,500.00,2010-04-13 05:27:58,572.00,successful,11,US,572.00,572.00,500.00 +1022838256,GRETHOR ALBUM !!!!!!!!!!!!!!!!!!!!!!,Rock,Music,USD,2012-11-22,3000.00,2012-10-13 04:52:14,0.00,failed,0,US,0.00,0.00,3000.00 +1022845100,F.E.M | Fully Expressed Mag,Periodicals,Publishing,USD,2017-08-29,25000.00,2017-06-30 04:55:26,150.00,failed,4,US,149.00,150.00,25000.00 +1022848286,Il Constantia,Shorts,Film & Video,GBP,2014-11-02,3500.00,2014-10-03 14:57:55,411.00,failed,9,GB,666.14,650.18,5536.84 +1022849490,The Life of Those Who Save (Canceled),Webseries,Film & Video,USD,2014-01-09,8000.00,2013-12-10 01:12:43,20.00,canceled,2,US,20.00,20.00,8000.00 +1022850298,THE LOO HOOK - Carbon Fiber Travel Aid,Product Design,Design,USD,2013-12-30,5000.00,2013-11-30 02:48:17,3865.00,failed,54,US,3865.00,3865.00,5000.00 +1022853525,Dear East Love West – Handmade Jewelry,Jewelry,Fashion,USD,2015-09-16,700.00,2015-08-26 21:51:13,815.00,successful,6,US,815.00,815.00,700.00 +1022855492,Honor Among Thieves,Shorts,Film & Video,USD,2013-02-02,5000.00,2012-12-04 02:33:58,100.00,failed,2,US,100.00,100.00,5000.00 +1022858071,Herron Collection Launch Fall 2015,Weaving,Crafts,USD,2015-07-02,30000.00,2015-06-02 22:59:48,6434.00,failed,51,US,6434.00,6434.00,30000.00 +1022859047,Vin Flo... a better way to pour resulting in a better taste!,Drinks,Food,USD,2017-04-10,55000.00,2017-02-24 00:13:44,60.00,failed,1,US,60.00,60.00,55000.00 +1022864607,The Anatomy Head for Artists,Art,Art,GBP,2016-03-29,4000.00,2016-02-23 21:30:41,593.00,failed,12,GB,846.90,848.56,5723.85 +1022865791,The Wretched Hive Bar,Comics,Comics,GBP,2015-09-21,200000.00,2015-08-22 09:15:57,70.00,failed,2,GB,109.83,106.24,303531.59 +1022867692,What da Blank,Tabletop Games,Games,CAD,2014-11-24,6000.00,2014-10-25 01:40:36,1338.00,failed,37,CA,1189.48,1173.99,5264.54 +1022869523,Pork.0,Documentary,Film & Video,USD,2015-03-02,6000.00,2015-01-31 01:35:04,7627.00,successful,104,US,7627.00,7627.00,6000.00 +1022870125,MY SISTER MAKES FUNNY NOISES (Canceled),Fiction,Publishing,USD,2012-02-28,5000.00,2012-01-29 23:24:00,25.00,canceled,2,US,25.00,25.00,5000.00 +1022872082,HEROIC: Boston Concrete Architecture 1957-1976,Nonfiction,Publishing,USD,2010-09-20,8000.00,2010-06-28 22:28:04,530.00,failed,9,US,530.00,530.00,8000.00 +1022874760,Out The Hood,Hip-Hop,Music,USD,2015-11-14,11000.00,2015-09-28 18:24:52,0.00,failed,0,US,0.00,0.00,11000.00 +1022876215,Overkill Apparel - Alternative & Skater clothing.,Fashion,Fashion,GBP,2014-04-24,6500.00,2014-03-25 22:14:11,97.00,failed,7,GB,159.86,163.04,10925.66 +1022887912,Full Counter,Tabletop Games,Games,GBP,2016-10-05,10000.00,2016-08-06 05:17:47,92.00,failed,10,GB,69.60,113.43,12329.39 +1022893589,Noctemis,Video Games,Games,USD,2013-02-04,5000.00,2013-01-05 21:16:22,12296.00,successful,450,US,12296.00,12296.00,5000.00 +1022911277,Pyramid Iphone dock,Product Design,Design,CAD,2014-03-29,15000.00,2014-02-27 19:24:10,28.00,failed,2,CA,25.25,25.40,13609.15 +1022913487,Wipe your bottom with ISIS,Graphic Design,Design,EUR,2014-11-13,6518.00,2014-10-15 18:24:44,38.00,failed,1,NL,48.36,47.26,8105.76 +1022916636,GRID Traveler: Magick Journey,Tabletop Games,Games,USD,2017-05-01,5500.00,2017-03-27 22:39:15,375.00,canceled,1,US,375.00,375.00,5500.00 +1022918712,POLLUTED ecological disaster meets human tragedy in China,Shorts,Film & Video,USD,2011-03-27,6000.00,2011-01-27 11:34:45,6506.00,successful,30,US,6506.00,6506.00,6000.00 +1022930489,Fi's Gormet Coffee,Drinks,Food,AUD,2015-04-14,70000.00,2015-03-17 00:26:11,0.00,failed,0,AU,0.00,0.00,54687.50 +1022934238,Super Simple Arduino Load Driver V2.0. Now control Polarity!,Technology,Technology,USD,2015-08-11,3500.00,2015-07-12 17:59:51,1607.00,failed,45,US,1607.00,1607.00,3500.00 +1022935061,Potato: The Legendary Guide,Food,Food,USD,2015-12-16,9001.00,2015-11-16 17:54:48,3.00,failed,2,US,3.00,3.00,9001.00 +1022935400,Cloud Tales: Publish First Book & Beta App in 90 Days,Publishing,Publishing,USD,2015-04-04,2800.00,2015-03-03 10:22:27,2969.00,successful,51,US,2969.00,2969.00,2800.00 +1022937964,Soldiery British Army Portraits Book & Exhibition,Photography,Photography,GBP,2017-07-19,2000.00,2017-06-19 21:52:04,1020.00,failed,3,GB,25.56,1325.17,2598.38 +1022940678,You Wanna Spork? Bring a Little Fun to the Dinner Table!!,Product Design,Design,USD,2015-02-14,13300.00,2015-01-15 23:08:37,164.69,failed,7,US,164.69,164.69,13300.00 +1022946333,Bellaport is making a DEBUT ALBUM!,Indie Rock,Music,USD,2012-01-07,2500.00,2011-12-08 20:51:05,2581.60,successful,31,US,2581.60,2581.60,2500.00 +1022948993,365 Days of New Music Live Acoustic Sessions,Music,Music,USD,2014-05-29,250.00,2014-04-29 19:55:28,816.10,successful,54,US,816.10,816.10,250.00 +1022956666,Don't Be A Victim!,Television,Film & Video,USD,2015-06-03,25000.00,2015-05-04 16:29:06,125.00,failed,2,US,125.00,125.00,25000.00 +1022963027,Earthrise Seasonal Calendar,Interactive Design,Design,USD,2017-11-05,6000.00,2017-10-06 15:46:39,264.00,canceled,4,US,0.00,264.00,6000.00 +1022963113,1864 Restoration - Saladee's Patent Deck of Playing Cards,Playing Cards,Games,USD,2016-02-24,20000.00,2016-02-04 01:43:23,20708.00,successful,260,US,20708.00,20708.00,20000.00 +"102296572,Enamel Pins; A Tribute to Tim Burton,Mixed Media,Art,CAD,2017-08-26,800.00,2017-07-27 21:18:36,152.00,failed,4,CA,105.53,122.18,643.04" +1022967218,Perfect Hem,Fashion,Fashion,USD,2012-03-14,20000.00,2012-02-14 00:36:30,10.00,failed,1,US,10.00,10.00,20000.00 +1022970478,Misplaced: The Collected Edition,Comics,Comics,USD,2017-04-28,3000.00,2017-03-29 17:49:11,5560.00,successful,139,US,2070.00,5560.00,3000.00 +1022971083,Technical Trade Room,Web,Technology,USD,2017-08-17,1000.00,2017-07-18 19:30:50,0.00,failed,0,US,0.00,0.00,1000.00 +1022981503,SHINKUKAN - The Kawaii Steampunk Android TCG (Canceled),Tabletop Games,Games,USD,2014-09-17,20000.00,2014-08-13 12:12:34,0.00,canceled,0,US,0.00,0.00,20000.00 +1022982461,'Trace'- Short Film,Shorts,Film & Video,GBP,2014-02-08,600.00,2014-01-10 19:50:53,704.60,successful,52,GB,1159.41,1177.30,1002.52 +1022983033,Origami Scorpion,Art,Art,USD,2016-03-26,10.00,2016-01-26 02:18:33,4.00,failed,2,US,4.00,4.00,10.00 +1022989863,Days with the Ambulance,People,Photography,GBP,2015-04-24,11500.00,2015-02-23 08:36:59,31.00,failed,3,GB,47.74,46.87,17387.36 +1022991842,Clayton Brook Grow to Share Project,Community Gardens,Food,GBP,2016-06-02,500.00,2016-04-03 22:47:15,54.00,failed,4,GB,76.84,77.93,721.62 +1022992663,Photobook of children enjoying the Minnesota outdoors.,Photography,Photography,USD,2012-10-18,1000.00,2012-09-18 03:51:55,0.00,failed,0,US,0.00,0.00,1000.00 +1023015531,COMBAT JACKS,Comics,Comics,USD,2012-06-17,550.00,2012-05-20 03:16:43,1722.00,successful,50,US,1722.00,1722.00,550.00 +1023018112,This Years RENT!,Theater,Theater,USD,2013-02-17,30000.00,2012-12-19 01:57:00,30.00,failed,3,US,30.00,30.00,30000.00 +"1023021941,""Kanude """"Wheels"""" music video"",Shorts,Film & Video,USD,2011-08-25,1951.00,2011-07-26 15:26:39,650.00,failed,13,US,650.00,650.00,1951.00" +1023029970,Helper Heels by Hope (Canceled),Product Design,Design,USD,2015-03-24,100000.00,2015-01-23 04:58:18,146.00,canceled,3,US,146.00,146.00,100000.00 +1023034005,TÙ - Stronger TÙgether,Pop,Music,CAD,2015-06-11,6350.00,2015-05-12 22:44:22,815.00,failed,15,CA,673.24,662.44,5161.34 +1023037010,Appear in Penarth (Oh) Cardiff comedy vid extended cut!,Comedy,Film & Video,GBP,2016-10-20,5000.00,2016-09-26 19:28:10,90.00,failed,4,GB,0.00,109.69,6093.85 +1023054408,The Accidental Artist (Canceled),Performance Art,Art,GBP,2015-08-24,1000.00,2015-07-05 18:19:39,0.00,canceled,0,GB,0.00,0.00,1539.12 +"1023061702,""Gearing up for the Summer, we need kitchen equipment!"",Food,Food,USD,2012-04-02,15000.00,2012-02-02 23:53:32,755.00,failed,14,US,755.00,755.00,15000.00" +102306602,D R I V R,Video Games,Games,USD,2017-03-24,350.00,2017-02-22 20:19:49,75.00,failed,5,US,0.00,75.00,350.00 +"1023072138,""The Final Wish Album, Music Video, and Tour"",Rock,Music,USD,2013-08-02,5000.00,2013-07-03 17:46:32,845.00,failed,15,US,845.00,845.00,5000.00" +"1023073498,""Scratch That """"Have your CAKE and PARTY too!"""""",Restaurants,Food,USD,2015-06-13,10000.00,2015-04-15 07:20:34,0.00,failed,0,US,0.00,0.00,10000.00" +1023076243,Zero to Hero,Nonfiction,Publishing,GBP,2014-05-26,2500.00,2014-05-06 17:58:55,0.00,failed,0,GB,0.00,0.00,4183.68 +1023088359,Creative Practices Institute (Canceled),Art,Art,CAD,2014-05-15,19000.00,2014-04-13 21:18:18,425.00,canceled,6,CA,387.29,390.73,17468.05 +1023089432,Venice Music Project -- join the excitement!,Classical Music,Music,USD,2013-08-31,10000.00,2013-07-19 09:31:28,10030.00,successful,46,US,10030.00,10030.00,10000.00 +1023090669,Youth Streaming Radio Station,Faith,Music,USD,2017-04-28,4500.00,2017-03-29 05:05:12,95.00,failed,3,US,45.00,95.00,4500.00 +1023090679,John Chuck & The Class Debut E.P.,Hip-Hop,Music,USD,2016-04-06,5000.00,2016-03-07 19:49:43,5612.00,successful,103,US,5612.00,5612.00,5000.00 +1023093552,LA ROCHELLE - THE SWASHBUCKLING WEBSERIES,Webseries,Film & Video,GBP,2013-07-05,3000.00,2013-05-30 10:43:44,25.00,failed,1,GB,37.57,37.43,4491.22 +1023096312,Randy And Sherri Miller,Faith,Music,USD,2015-04-04,5000.00,2015-03-05 21:58:05,26.00,failed,2,US,26.00,26.00,5000.00 +"1023101076,""""""Will Sing for Love"""""",Jazz,Music,USD,2012-12-02,1000.00,2012-11-02 00:13:28,2002.00,successful,35,US,2002.00,2002.00,1000.00" +1023102507,Key Note Therapy: The Sing2Live Choir - Live @ The OC Tanner,Performance Art,Art,USD,2013-02-22,50000.00,2013-01-23 18:11:40,430.00,failed,11,US,430.00,430.00,50000.00 +1023104951,The Adventures of Patch Hawkins!,Comics,Comics,USD,2013-09-09,4000.00,2013-08-10 01:13:22,4110.00,successful,74,US,4110.00,4110.00,4000.00 +1023111607,Hello Mr.,Journalism,Journalism,USD,2012-11-24,20000.00,2012-10-25 10:46:26,26131.00,successful,626,US,26131.00,26131.00,20000.00 +1023118920,Jill wants to teach your kids to cook (Canceled),Food,Food,USD,2015-11-30,14800.00,2015-11-10 15:00:48,1401.00,canceled,29,US,1401.00,1401.00,14800.00 +1023121204,Understanding Lady Language,Publishing,Publishing,AUD,2015-01-25,20000.00,2014-12-16 06:41:17,42.00,failed,1,AU,34.51,32.67,15555.73 +1023124747,How to Win the Internet (Feature Length Sketch Comedy Film),Film & Video,Film & Video,USD,2011-12-19,5000.00,2011-10-20 21:13:27,350.00,failed,7,US,350.00,350.00,5000.00 +10231318,Dungeon of Zaar: Fast-paced tactical multiplayer.,Video Games,Games,EUR,2016-11-01,25000.00,2016-09-27 10:54:53,26250.00,successful,553,FR,4375.67,29119.11,27732.48 +1023137071,All I want for my birthday is to sponsor 25 girls in Haiti,Fashion,Fashion,USD,2017-06-14,10000.00,2017-05-15 01:33:47,184.00,failed,4,US,0.00,184.00,10000.00 +1023139506,Wake up!!,Shorts,Film & Video,USD,2011-04-11,500.00,2011-03-18 09:43:57,592.00,successful,21,US,592.00,592.00,500.00 +1023142541,TheCreativeGames!: The Future Of Games!,Games,Games,CAD,2014-03-01,3500.00,2014-01-30 14:29:19,1.00,failed,1,CA,0.90,0.91,3186.45 +1023155611,Black Stags Custom Playing Cards,Playing Cards,Games,USD,2017-04-29,1100.00,2017-03-30 13:18:10,1272.00,successful,39,US,883.00,1272.00,1100.00 +1023168563,Store to Stove (S2S) application Suite,Product Design,Design,USD,2016-07-17,60000.00,2016-06-07 02:10:38,22.00,failed,3,US,2.00,22.00,60000.00 +102317981,Petrichorpaper Paper Mill and Artist Residency,Art,Art,USD,2016-08-18,41000.00,2016-07-09 08:40:08,3440.00,canceled,31,US,85.00,3440.00,41000.00 +1023183204,AMSTERFRANCE: A performance and research tour,Theater,Theater,USD,2011-08-08,2000.00,2011-07-18 01:41:52,2425.00,successful,48,US,2425.00,2425.00,2000.00 +1023185933,Mac'n Vegetarian Soul Food Truck,Food,Food,USD,2011-04-30,3000.00,2011-02-28 19:56:55,450.00,failed,10,US,450.00,450.00,3000.00 +1023189278,The Madness EP,Pop,Music,USD,2015-09-28,2000.00,2015-09-12 17:44:36,2030.00,successful,40,US,2030.00,2030.00,2000.00 +102319068,Wild Hands - Growing Like A Weed: A 3 Part Record Series,Rock,Music,USD,2017-06-07,14000.00,2017-05-08 17:28:44,14145.00,successful,125,US,1285.00,14145.00,14000.00 +1023192875,Help E.A.R.T. make a record!,Indie Rock,Music,USD,2012-04-13,1000.00,2012-03-14 02:20:06,1156.00,successful,18,US,1156.00,1156.00,1000.00 +"1023204622,""Quiet Enjoyment, a Novel of Gay Friends and AIDS"",Fiction,Publishing,USD,2016-07-17,6000.00,2016-06-17 15:58:27,5.00,failed,1,US,5.00,5.00,6000.00" +1023211490,Support Family Values in Mainstream Fiction,Fiction,Publishing,USD,2012-07-23,1474.00,2012-07-05 18:36:10,1539.00,successful,16,US,1539.00,1539.00,1474.00 +1023227661,16mm News Clips from 1950's Conversion to Digital Project,Documentary,Film & Video,USD,2015-04-18,4000.00,2015-03-19 04:41:16,193.00,failed,6,US,193.00,193.00,4000.00 +1023230531,Tio and Naven (2013),Film & Video,Film & Video,USD,2013-07-31,2000.00,2013-06-21 00:08:18,15.00,failed,1,US,15.00,15.00,2000.00 +1023238908,Taiko + Orchestra: Choreography of Sound,Classical Music,Music,USD,2014-12-06,6000.00,2014-11-06 20:01:16,6515.00,successful,55,US,6515.00,6515.00,6000.00 +10232390,Kids Tree House Bunk Beds,Product Design,Design,USD,2016-03-09,1600.00,2016-02-08 15:32:38,650.00,failed,34,US,650.00,650.00,1600.00 +1023252802,SportXast: Capture an Athlete being Great,Software,Technology,USD,2017-04-21,10000.00,2017-03-21 20:58:35,1323.00,failed,19,US,800.00,1323.00,10000.00 +1023253835,Self-Taught Artist Funding Fine Art Sculpture,Sculpture,Art,USD,2015-04-01,11000.00,2015-03-03 00:39:02,650.00,failed,6,US,650.00,650.00,11000.00 +1023256457,D34D will not be able to continue without your help.,Music,Music,USD,2014-10-13,2000.00,2014-09-13 07:26:14,1.00,failed,1,US,1.00,1.00,2000.00 +1023257753,THE EXECUTIVE BOARD MAKES ORIGINALS,Music,Music,USD,2012-05-15,3000.00,2012-04-15 07:09:06,3331.00,successful,73,US,3331.00,3331.00,3000.00 +1023259615,Capped Hawaii,Fashion,Fashion,USD,2014-01-12,2000.00,2013-11-28 03:20:46,182.00,failed,6,US,182.00,182.00,2000.00 +1023263262,Tattood Shoes,Fashion,Fashion,USD,2014-02-22,500.00,2014-01-23 21:25:21,1310.00,successful,37,US,1310.00,1310.00,500.00 +1023282874,To Walk On Water,Shorts,Film & Video,USD,2013-04-29,2500.00,2013-03-30 01:59:11,170.00,failed,4,US,170.00,170.00,2500.00 +1023292599,IDENTITY - An Open World Multiplayer Mobile Game,Mobile Games,Games,CAD,2015-07-29,51000.00,2015-06-14 21:41:50,0.00,failed,0,CA,0.00,0.00,39086.45 +"1023297061,""""""Joe in a Bottle""""//Mobile Cold Brew Coffee Truck"",Food Trucks,Food,USD,2017-03-05,25000.00,2017-02-03 22:15:15,3421.00,failed,33,US,1460.00,3421.00,25000.00" +"1023301684,""""""Pulse""""- a new album from """"Blind Focus"""" to support our cause"",Music,Music,CAD,2016-12-17,4000.00,2016-11-17 09:45:59,0.00,canceled,0,CA,0.00,0.00,2959.89" +1023311842,Hybrid Waterfall-Agile Scrum Planning,Web,Technology,USD,2014-09-06,13000.00,2014-08-07 21:15:36,955.00,failed,13,US,955.00,955.00,13000.00 +1023313245,Hip Hop Shakespearean (Canceled),Hip-Hop,Music,USD,2015-05-30,3000.00,2015-04-30 20:06:53,0.00,canceled,0,US,0.00,0.00,3000.00 +1023317079,Darkside Cinema Digital Conversion is underway!,Movie Theaters,Film & Video,USD,2014-07-13,45000.00,2014-06-13 05:39:57,56730.53,successful,739,US,56730.53,56730.53,45000.00 +1023320913,Grate Trivet: Magnetic Trivet with Heat Indicating features,Product Design,Design,USD,2014-10-22,10000.00,2014-08-23 01:37:12,2800.01,canceled,37,US,2800.01,2800.01,10000.00 +1023325541,Princess - An art book by @findyoursmile,Art Books,Publishing,USD,2017-08-07,2000.00,2017-07-07 05:55:19,27039.00,successful,452,US,6769.00,27039.00,2000.00 +1023329443,The Ultimate Air Cooled Race Engine,Technology,Technology,NZD,2014-03-03,40000.00,2014-02-10 18:13:19,165.00,failed,3,NZ,136.86,140.29,34010.71 +1023331720,Bronx River,Film & Video,Film & Video,USD,2011-04-23,15000.00,2011-03-23 17:10:49,0.00,failed,0,US,0.00,0.00,15000.00 +1023336156,Journey: Wrath of Demons,Tabletop Games,Games,USD,2013-11-23,55000.00,2013-10-17 02:00:27,425553.00,successful,1858,US,425553.00,425553.00,55000.00 +1023339848,Plus size Boudoir Lingerie for Glorious curves.,Apparel,Fashion,GBP,2017-01-14,5000.00,2016-12-15 18:15:19,1045.00,failed,31,GB,263.24,1283.03,6138.89 +1023343641,Superhero 5 Mile Run,Events,Comics,USD,2017-09-22,200.00,2017-08-23 05:05:08,48.00,failed,5,US,0.00,48.00,200.00 +1023350925,The Android's Astrological Companion,Art Books,Publishing,USD,2014-10-22,6000.00,2014-09-18 00:04:39,10492.22,successful,202,US,10492.22,10492.22,6000.00 +1023354132,Backcountry Boiler: Hot water from found fuel,Product Design,Design,USD,2011-06-11,20000.00,2011-05-11 11:06:46,60642.01,successful,563,US,60642.01,60642.01,20000.00 +1023367368,Travel-Man Dan: The Web Series,Webseries,Film & Video,USD,2013-05-06,2000.00,2013-04-05 18:11:58,906.00,failed,11,US,906.00,906.00,2000.00 +1023370956,WASTELAND PINEWOOD DERBY,Woodworking,Crafts,USD,2016-08-20,1500.00,2016-07-21 02:54:10,276.00,failed,10,US,215.00,276.00,1500.00 +1023375652,Spiritually Fit Kids audio books series (Canceled),Children's Books,Publishing,USD,2015-05-29,3000.00,2015-04-29 01:33:44,0.00,canceled,0,US,0.00,0.00,3000.00 +1023377588,Rockwell,Tabletop Games,Games,USD,2013-07-09,12000.00,2013-06-09 01:15:40,21852.00,successful,303,US,21852.00,21852.00,12000.00 +1023392658,word cup,Mobile Games,Games,GBP,2016-06-25,6500.00,2016-05-26 12:22:51,0.00,failed,0,GB,0.00,0.00,8633.86 +1023395167,Help Bradford Hastings make a new record and go on tour!!,Country & Folk,Music,USD,2011-04-29,6000.00,2011-03-30 21:33:44,2495.00,failed,15,US,2495.00,2495.00,6000.00 +1023409922,BUILDING a FARM,Film & Video,Film & Video,USD,2012-02-03,200000.00,2012-01-04 05:08:18,36.00,failed,3,US,36.00,36.00,200000.00 +1023418742,Body Language Swim,Apparel,Fashion,USD,2016-08-05,35000.00,2016-06-21 19:04:54,0.00,failed,0,US,0.00,0.00,35000.00 +1023422359,Lets make some homemade cards!,Art,Art,USD,2014-08-13,500.00,2014-07-14 22:52:19,0.00,failed,0,US,0.00,0.00,500.00 +1023423082,Kickstart Formantera - FMT (Canceled),Ready-to-wear,Fashion,NZD,2014-08-31,35000.00,2014-07-02 01:27:25,15759.00,canceled,63,NZ,13780.13,13069.33,29026.37 +1023426953,Zone Out Gaming Store - Expansion,Games,Games,GBP,2016-06-27,1500.00,2016-05-18 21:07:02,1500.00,successful,22,GB,2168.61,1992.43,1992.43 +1023432371,Paint racecar graffiti style,Painting,Art,EUR,2015-07-17,2500.00,2015-06-17 18:43:38,0.00,failed,0,NL,0.00,0.00,2722.24 +1023440162,SUPAY - a film about a love against all odds,Drama,Film & Video,EUR,2016-12-15,3000.00,2016-11-15 19:07:24,3000.00,successful,59,DE,0.00,3131.69,3131.69 +1023441131,Fertility in Focus | An IVF Planner,Product Design,Design,USD,2017-09-28,12500.00,2017-08-29 15:43:20,1020.00,failed,18,US,0.00,1020.00,12500.00 +1023444312,Tara Howley's debut Album - Traditional irish music and song,Country & Folk,Music,EUR,2015-03-12,4300.00,2015-02-10 17:57:47,5018.00,successful,109,IE,5687.40,5305.06,4545.98 +1023455031,Máquina de café (Suspended),Makerspaces,Technology,EUR,2015-08-23,1000.00,2015-06-24 17:22:46,0.00,suspended,0,ES,0.00,0.00,1126.80 +1023461115,Gold Claw GOLD Pan - Changing Your Mind about Outdoor Sports,Product Design,Design,USD,2016-10-12,20000.00,2016-09-06 14:17:52,20454.00,successful,354,US,44.00,20454.00,20000.00 +1023470027,The Patch,Art,Art,GBP,2015-08-01,2500.00,2015-07-03 01:24:23,12.00,failed,2,GB,18.83,18.62,3879.22 +"1023476889,""Dove Hagan: """"Elements of One Love"""""",Music,Music,USD,2011-10-17,5000.00,2011-09-17 22:18:27,50.00,failed,3,US,50.00,50.00,5000.00" +1023479577,Breaking The Girl - The Very Beginning,Fiction,Publishing,USD,2015-02-24,150.00,2015-02-18 19:43:17,1320.00,successful,27,US,1320.00,1320.00,150.00 +"1023484737,""Sumzine Magazine, Fashion with Integrity not Granola"",Fashion,Fashion,USD,2014-07-14,15000.00,2014-06-17 21:19:52,13793.00,failed,128,US,13793.00,13793.00,15000.00" +1023487866,The Rajah's Son & Princess Labam,Theater,Theater,USD,2014-09-03,6000.00,2014-07-27 15:48:10,6198.45,successful,29,US,6198.45,6198.45,6000.00 +1023506133,Archery Tag!!,Live Games,Games,USD,2016-11-24,20000.00,2016-10-25 17:47:57,16.00,failed,4,US,5.00,16.00,20000.00 +1023506359,Social-Hub,Apps,Technology,CAD,2015-02-02,195000.00,2014-12-04 22:05:30,51.00,failed,3,CA,44.81,40.98,156689.43 +1023507854,Official Rolling Smoke T-shirts,Restaurants,Food,USD,2015-01-06,700.00,2014-12-15 21:07:03,795.00,successful,20,US,795.00,795.00,700.00 +102351278,Vermont artisan seeking CNC mill for small business,Product Design,Design,USD,2015-09-03,5500.00,2015-08-04 03:10:38,96.00,failed,3,US,96.00,96.00,5500.00 +"1023513234,""""""Fall of Olympus - The New Suffering"""" A NEW ALBUM"",Rock,Music,USD,2012-08-22,3000.00,2012-07-23 01:28:48,345.00,failed,13,US,345.00,345.00,3000.00" +1023517954,Big Man,Documentary,Film & Video,USD,2011-11-05,10000.00,2011-09-10 03:01:27,120.00,failed,2,US,120.00,120.00,10000.00 +1023545472,Misfortune High Book 1,Comics,Comics,USD,2013-10-26,3000.00,2013-09-17 05:00:26,3912.00,successful,142,US,3912.00,3912.00,3000.00 +102354773,Paraordinary: Worst Cook to Best Paranormal Investigator!,Art,Art,USD,2015-08-28,15000.00,2015-06-29 21:23:37,551.00,failed,10,US,551.00,551.00,15000.00 +1023551169,The Bite-Sized Book of Bite-Sized Recipes,Cookbooks,Food,USD,2014-09-26,8500.00,2014-08-27 03:01:49,8952.00,successful,184,US,8952.00,8952.00,8500.00 +"1023562236,""Mosaic Mural at Best Friends Animal Society in Kanab, Utah"",Public Art,Art,USD,2012-05-19,675.00,2012-04-19 22:33:05,811.00,successful,8,US,811.00,811.00,675.00" +1023565812,The Temple 2012 redux,Public Art,Art,USD,2012-09-15,20000.00,2012-07-26 23:50:49,30253.00,successful,147,US,30253.00,30253.00,20000.00 +"102357040,""""""Til' Friend's Do Us Part"""""",Narrative Film,Film & Video,USD,2010-06-06,15000.00,2010-03-09 01:00:49,0.00,failed,0,US,0.00,0.00,15000.00" +1023570729,gitdrop,Software,Technology,USD,2013-07-25,17500.00,2013-06-25 14:20:59,271.00,failed,9,US,271.00,271.00,17500.00 +1023577489,Help 2Steel Girls of The Voice Make a Recording!,Music,Music,USD,2013-04-08,7000.00,2013-03-09 15:19:01,10525.00,successful,183,US,10525.00,10525.00,7000.00 +1023577789,SCRATCH: collaboratively designed nail polish wraps!,Fashion,Fashion,USD,2013-04-24,6000.00,2013-03-25 16:10:32,36865.37,successful,1089,US,36865.37,36865.37,6000.00 +1023580342,Craving Experience,People,Photography,USD,2015-06-30,1000.00,2015-06-05 05:53:16,0.00,failed,0,US,0.00,0.00,1000.00 +102358616,NO WAY OUT: Life and Death in No Man's Land,Photography,Photography,USD,2012-07-05,8500.00,2012-05-21 18:16:25,1666.00,failed,31,US,1666.00,1666.00,8500.00 +1023588914,NYFU - New York FUnctional FUrniture (Canceled),Design,Design,USD,2013-10-26,120000.00,2013-09-16 06:06:26,24644.00,canceled,168,US,24644.00,24644.00,120000.00 +1023589419,Feeed It - Android Mobile Game,Mobile Games,Games,EUR,2015-06-28,3500.00,2015-06-18 08:33:51,0.00,failed,0,AT,0.00,0.00,3883.58 +1023591298,KUMITE,Tabletop Games,Games,USD,2015-10-08,10000.00,2015-09-08 07:46:21,10311.00,successful,129,US,10311.00,10311.00,10000.00 +1023595090,The (Novel),Publishing,Publishing,USD,2016-01-24,12000.00,2016-01-09 02:35:34,0.00,failed,0,US,0.00,0.00,12000.00 +1023598050,Stee's Debut Album with your help,R&B,Music,USD,2017-03-30,15000.00,2017-02-08 16:04:09,1568.00,failed,15,US,718.00,1568.00,15000.00 +1023603369,gospel music videos,Music,Music,USD,2013-01-03,1500.00,2012-12-04 17:35:58,125.00,failed,3,US,125.00,125.00,1500.00 +1023605544,LABL Magazine - Ethical and Healthy Living Magazine (Vegan!),Journalism,Journalism,GBP,2013-03-11,500.00,2013-02-09 11:23:40,2.00,failed,1,GB,3.15,3.03,757.29 +"1023613654,""PiCE+, a metal outdoor case for the Raspberry Pi B+ & Camera"",Product Design,Design,GBP,2014-08-27,21300.00,2014-07-28 17:05:12,4418.00,failed,94,GB,7499.96,7326.09,35320.45" +1023615948,TESLA ARROW: VERY FIRST EP (Canceled),Pop,Music,CAD,2015-06-17,25000.00,2015-05-08 17:56:17,378.00,canceled,12,CA,313.76,308.04,20373.24 +"1023618852,"""""" Thicker Than Water """" A Feature Film"",Narrative Film,Film & Video,USD,2012-05-16,95000.00,2012-03-27 22:28:52,210.00,failed,5,US,210.00,210.00,95000.00" +102361894,I'm Back. Raspberry Pi unique Case for your Analog Cameras,Camera Equipment,Technology,EUR,2016-10-03,2000.00,2016-08-04 22:27:56,6367.00,successful,105,IT,1219.87,7092.81,2227.99 +1023620513,Love Come Alive: LIVE ALBUM!,Indie Rock,Music,USD,2011-12-09,12000.00,2011-10-14 23:46:13,13715.00,successful,58,US,13715.00,13715.00,12000.00 +1023622269,Hitchhiking and Couchsurfing: A Free YouTube Documentary,Documentary,Film & Video,USD,2012-08-05,1500.00,2012-07-11 00:58:14,450.00,failed,9,US,450.00,450.00,1500.00 +1023626548,Sea Life by Lucy Catherine at The Hope Theatre,Plays,Theater,GBP,2016-05-08,2000.00,2016-04-24 15:14:14,2389.00,successful,22,GB,3441.40,3442.21,2881.72 +1023633526,G.P.W.F.L.Y. So Fly - Music Video,Film & Video,Film & Video,USD,2011-08-23,3500.00,2011-07-13 21:42:48,100.00,failed,2,US,100.00,100.00,3500.00 +102363843,Marshmallow Mavericks,Robots,Technology,USD,2015-01-05,4300.00,2014-12-06 03:46:17,287.00,failed,5,US,287.00,287.00,4300.00 +1023638946,Breaux RIDING HOOD Capelet-Hoodie in 100% ALPACA,Accessories,Fashion,USD,2017-09-06,1280.00,2017-08-15 00:34:22,35.00,failed,2,US,35.00,35.00,1280.00 +1023639787,Tales of Mythica: Assertion (Canceled),Video Games,Games,USD,2014-05-29,150000.00,2014-04-09 19:06:47,2641.00,canceled,31,US,2641.00,2641.00,150000.00 +1023642397,Site turns school work into a supercharged social experience,Web,Technology,USD,2015-02-24,93770.00,2015-01-05 18:18:38,5000.00,canceled,1,US,5000.00,5000.00,93770.00 +"1023643788,""GABRIEL DE LYS, French luxury handbags"",Accessories,Fashion,EUR,2017-08-31,50000.00,2017-08-01 17:53:15,0.00,failed,0,FR,0.00,0.00,59599.73" +"1023646055,""C.Slack """"Appetizer E.P"""" | 2016 E.D.M and Hip-Hip"",Hip-Hop,Music,USD,2015-12-17,2500.00,2015-11-17 16:31:40,0.00,failed,0,US,0.00,0.00,2500.00" +102364890,A Special Family - picture book for children in the military,Children's Books,Publishing,USD,2014-06-01,8000.00,2014-04-28 15:34:58,8350.00,successful,33,US,8350.00,8350.00,8000.00 +102364927,Press Blackburn's Various Deficiencies Vol. 2 on Vinyl,Indie Rock,Music,USD,2011-10-01,2500.00,2011-08-31 10:14:50,1002.00,failed,29,US,1002.00,1002.00,2500.00 +1023655523,Pollo Don Pedro,Restaurants,Food,USD,2014-11-12,15000.00,2014-09-13 00:07:13,0.00,failed,0,US,0.00,0.00,15000.00 +1023658681,Afghanistan: Between Life and War,Photography,Photography,USD,2013-12-07,17000.00,2013-11-07 10:36:33,19455.00,successful,206,US,19455.00,19455.00,17000.00 +"1023665038,""Catch the Wind Worship - Vol. 2 (""""Gratitude Attitude"""")"",Music,Music,USD,2017-06-29,13000.00,2017-06-08 14:10:56,15096.11,successful,86,US,130.00,15096.11,13000.00" +102367219,Let's go Dutch - the video,Pop,Music,GBP,2015-12-29,3000.00,2015-11-29 04:29:57,230.00,failed,2,GB,347.13,341.17,4450.05 +1023676596,Fave: the ideal all-purpose knife!,Product Design,Design,USD,2015-05-06,1000.00,2015-04-01 12:41:49,77603.00,successful,883,US,77603.00,77603.00,1000.00 +1023677619,Chicago Transit Project,Art,Art,USD,2014-09-11,3999.00,2014-08-27 17:11:28,4399.40,successful,91,US,4399.40,4399.40,3999.00 +1023678642,Toggle: Thinnest Wood Sliding Camera Cover,Product Design,Design,USD,2018-02-01,1400.00,2017-12-05 17:51:35,890.00,live,53,US,201.00,890.00,1400.00 +1023678946,THE BIG BEAT: The Story Of Fats Domino & His Band,Documentary,Film & Video,USD,2013-10-14,20000.00,2013-08-15 17:22:43,23062.00,successful,209,US,23062.00,23062.00,20000.00 +1023702288,NO YOKE! Pysanky,Art,Art,USD,2015-04-01,3500.00,2015-02-27 00:44:20,62.00,failed,1,US,62.00,62.00,3500.00 +1023710182,Send Washington Master Chorale to Chorus America!,Classical Music,Music,USD,2014-04-05,15000.00,2014-03-08 14:13:12,16386.00,successful,167,US,16386.00,16386.00,15000.00 +"1023714455,""Skateboard Art - Pluto Boards. New company, female owned art"",Art,Art,USD,2016-12-15,10000.00,2016-11-15 19:04:24,0.00,failed,0,US,0.00,0.00,10000.00" +1023719647,Kid Fixis: Promoting Sarasota's Visual Art with Music,Mixed Media,Art,USD,2013-12-22,5000.00,2013-11-22 03:30:11,172.00,failed,5,US,172.00,172.00,5000.00 +1023720141,CUER: the UK's number one solar car team,Technology,Technology,GBP,2013-01-06,10000.00,2012-11-28 00:42:05,10524.10,successful,192,GB,16862.71,16969.98,16124.87 +1023730402,Intermission,Comedy,Film & Video,USD,2016-07-27,87000.00,2016-06-27 19:03:05,2290.00,failed,33,US,1075.00,2290.00,87000.00 +1023737526,Grab -A- Bag,Food,Food,USD,2017-08-02,17500.00,2017-07-03 10:22:58,1197.00,failed,19,US,1197.00,1197.00,17500.00 +1023739139,Five Million People. One Book.,Nonfiction,Publishing,USD,2011-01-20,3000.00,2010-11-21 04:32:55,4050.00,successful,51,US,4050.00,4050.00,3000.00 +1023739428,W. Three - Second Amd Guns T-Shirts (Canceled),Fashion,Fashion,USD,2013-06-01,3500.00,2013-04-02 00:32:06,132.00,canceled,3,US,132.00,132.00,3500.00 +102373986,Svelte Bass by CertainBass,Product Design,Design,USD,2017-01-31,3125.00,2017-01-21 03:04:01,21.00,failed,2,US,0.00,21.00,3125.00 +1023740969,Funding my 1st Book (Canceled),Fiction,Publishing,GBP,2013-09-05,400.00,2013-08-06 16:21:41,35.00,canceled,2,GB,53.47,54.52,623.13 +1023743280,The Perverted Alien (Slasher Film),Webseries,Film & Video,USD,2013-12-05,100.00,2013-11-05 23:06:58,10.00,failed,1,US,10.00,10.00,100.00 +102374446,A Hangover With Pim,Tabletop Games,Games,EUR,2015-10-07,10000.00,2015-09-07 19:02:28,123.00,failed,4,IT,137.13,139.75,11361.96 +1023748262,In Exchange for a Life: A Syringe Exchange Documentary,Documentary,Film & Video,USD,2011-11-09,12000.00,2011-10-10 22:28:11,14114.00,successful,199,US,14114.00,14114.00,12000.00 +1023748305,A man on a mission,Music,Music,USD,2012-02-01,3000.00,2012-01-01 22:39:21,160.00,failed,7,US,160.00,160.00,3000.00 +102375009,FC Tidewater Sharks - a new team for the WPSL,Documentary,Film & Video,USD,2012-07-03,35000.00,2012-06-19 17:30:04,10.00,failed,1,US,10.00,10.00,35000.00 +102375123,TRADITION TOUR 2011,Illustration,Art,USD,2011-04-21,900.00,2011-02-19 09:14:21,2049.00,successful,52,US,2049.00,2049.00,900.00 +1023751719,The suspended ceiling table,Product Design,Design,AUD,2015-01-08,65000.00,2014-12-09 01:33:14,2.00,failed,2,AU,1.67,1.63,52931.60 +1023754793,Techklo Self Clean Litter box,Product Design,Design,EUR,2017-06-17,150000.00,2017-05-18 00:38:20,790.00,failed,5,DE,769.26,882.67,167595.89 +1023757999,Publish two coffee table books by Michael Stokes,Photobooks,Photography,USD,2016-08-24,48250.00,2016-08-03 15:36:30,275269.00,successful,1860,US,30629.00,275269.00,48250.00 +1023758111,Ethel the Aardvark Goes Quantity Surveying (Canceled),Shorts,Film & Video,USD,2015-08-02,55000.00,2015-07-02 06:33:04,12125.00,canceled,83,US,12125.00,12125.00,55000.00 +1023760128,Eat the Pretty Ones,Documentary,Film & Video,USD,2011-05-28,10000.00,2011-03-28 21:48:43,0.00,failed,0,US,0.00,0.00,10000.00 +1023761117,Cruelty Free Kitchen,Vegan,Food,USD,2014-10-26,2000.00,2014-09-26 16:46:14,2045.00,successful,52,US,2045.00,2045.00,2000.00 +1023764114,Patriotic Mugs and Gifts,DIY,Crafts,USD,2017-08-09,12500.00,2017-07-10 20:38:03,28.00,failed,1,US,0.00,28.00,12500.00 +1023770351,Smart Wallet: Locator & Charger a Fashionable Tech Accessory,Hardware,Technology,USD,2014-09-08,35000.00,2014-08-06 04:03:11,36237.00,successful,315,US,36237.00,36237.00,35000.00 +1023780349,Red Hen Press Twentieth Anniversary Anthology,Publishing,Publishing,USD,2013-10-02,35000.00,2013-08-03 02:01:56,2420.55,failed,20,US,2420.55,2420.55,35000.00 +102378306,HydroLife Garden: The Clean Garden that Saves Water,Product Design,Design,USD,2015-08-07,27500.00,2015-07-07 17:46:03,3825.00,canceled,13,US,3825.00,3825.00,27500.00 +1023784308,ELLA the Movie,Comedy,Film & Video,USD,2014-07-08,5000.00,2014-06-24 03:14:07,9018.00,successful,48,US,9018.00,9018.00,5000.00 +"1023785458,""Welded Creatures, Sculptures and More!"",Sculpture,Art,USD,2014-11-22,500.00,2014-10-23 14:49:44,5.00,failed,1,US,5.00,5.00,500.00" +1023788139,An Agent Wants to Read My Novel Tip of the Spear!,Fiction,Publishing,USD,2013-01-03,650.00,2012-12-04 02:29:08,31.00,failed,3,US,31.00,31.00,650.00 +1023794481,Embedded,Documentary,Film & Video,USD,2013-04-12,10500.00,2013-03-13 17:49:45,11150.00,successful,181,US,11150.00,11150.00,10500.00 +1023796051,Project-Based Personal Finance,Nonfiction,Publishing,USD,2016-08-29,2000.00,2016-07-22 20:10:08,136.00,failed,4,US,60.00,136.00,2000.00 +102379760,The Thunderchickens,Comic Books,Comics,USD,2017-05-31,5000.00,2017-05-01 13:50:32,4057.00,failed,92,US,694.00,4057.00,5000.00 +1023799192,English Diction and Enunciation for North American Singers,Nonfiction,Publishing,USD,2013-12-24,1500.00,2013-11-24 16:06:17,1765.00,successful,38,US,1765.00,1765.00,1500.00 +102380288,MY AMERICAN GAME - You Only Live Once...make it count!,Video Games,Games,USD,2012-05-01,50000.00,2012-04-01 04:09:11,28755.00,canceled,83,US,28755.00,28755.00,50000.00 +"1023807897,""""""The Road To Matveevka"""""",Film & Video,Film & Video,USD,2017-05-24,31910.00,2017-04-24 18:54:03,50.00,failed,1,US,0.00,50.00,31910.00" +1023812217,Learned Monkey Bagels,Food,Food,USD,2012-08-27,20000.00,2012-07-18 21:31:03,8322.00,failed,87,US,8322.00,8322.00,20000.00 +1023814338,D.Adventure Automatic Watches,Product Design,Design,HKD,2017-01-14,200000.00,2016-12-05 17:03:24,36022.00,failed,22,HK,3600.93,4642.97,25778.51 +1023817113,Let 100 Detroiters Tell You Their Story,Documentary,Film & Video,USD,2010-02-01,8500.00,2009-11-22 21:09:15,35.00,failed,2,US,35.00,35.00,8500.00 +1023824574,Freeway Warrior,Tabletop Games,Games,SEK,2016-07-07,50000.00,2016-06-07 03:15:49,293485.00,successful,283,SE,36007.42,34312.49,5845.70 +1023824676,Rise Up Official KickStarter Trailer,Film & Video,Film & Video,USD,2013-10-24,25000.00,2013-09-24 17:41:54,50.00,failed,1,US,50.00,50.00,25000.00 +1023832726,Life Interrupted - a new scripted comedy series,Television,Film & Video,USD,2014-11-15,38000.00,2014-10-06 23:59:01,38081.01,successful,114,US,38081.01,38081.01,38000.00 +102384029,The Lemonade Bakery,Food,Food,USD,2015-05-02,25000.00,2015-04-02 22:07:30,18354.00,failed,117,US,18354.00,18354.00,25000.00 +"1023854765,""Longlasting, Durable, Wood Toys, Games, Furniture & More"",Woodworking,Crafts,USD,2017-12-28,1800.00,2017-12-16 11:49:35,95.00,failed,4,US,0.00,95.00,1800.00" +1023873527,S19: Gabardina o Trench ST PATRICK,Ready-to-wear,Fashion,MXN,2018-01-20,55000.00,2017-12-01 13:01:06,38250.00,live,34,MX,376.98,2001.36,2877.77 +1023877536,Swizzle Stik,Product Design,Design,USD,2012-05-17,16500.00,2012-04-17 17:50:22,9116.00,failed,250,US,9116.00,9116.00,16500.00 +1023881069,Sets for Noel Coward's The Vortex,Theater,Theater,USD,2012-06-06,3000.00,2012-05-07 19:56:27,10.00,failed,1,US,10.00,10.00,3000.00 +1023893542,Seed CPP's production of GOLDEN CHILD by DH Hwang,Theater,Theater,USD,2012-01-01,2000.00,2011-12-05 05:31:43,2215.00,successful,57,US,2215.00,2215.00,2000.00 +1023895606,WANTED: Son Of A Gun teddy bear outlaw,Photography,Photography,GBP,2014-08-10,10.00,2014-07-11 19:53:19,0.00,failed,0,GB,0.00,0.00,16.69 +"1023897532,""Support these """"Disgusting Bachelors"""" !"",Film & Video,Film & Video,USD,2011-08-19,5262.00,2011-07-20 23:54:48,6792.00,successful,62,US,6792.00,6792.00,5262.00" +1023899010,The Boss Planner: An Outspoken Guide to Getting Shit Done,Calendars,Publishing,USD,2016-10-30,18286.00,2016-09-30 18:00:38,21421.00,successful,390,US,8241.00,21421.00,18286.00 +1023911064,CATtv: A Short Comedy by Quinnipiac Film Students,Shorts,Film & Video,USD,2013-12-13,2000.00,2013-11-08 15:51:24,2190.01,successful,36,US,2190.01,2190.01,2000.00 +"1023914483,""B.Arren, LLC"",Fashion,Fashion,USD,2015-03-07,30000.00,2015-02-05 21:09:08,35.00,failed,1,US,35.00,35.00,30000.00" +102391852,The 'throw an egg at my brother' Challenge!,Video Art,Art,GBP,2015-02-12,15000.00,2015-01-13 23:29:38,7.00,failed,3,GB,10.62,10.76,23066.63 +1023920353,The Anime Emporium,Graphic Novels,Comics,CAD,2016-05-08,10000.00,2016-04-08 20:40:46,27.00,failed,4,CA,20.63,20.96,7762.77 +1023930243,Help make Big Phony's 6th Album,Indie Rock,Music,USD,2016-02-05,12000.00,2016-01-22 07:44:35,18500.00,successful,167,US,18500.00,18500.00,12000.00 +1023935838,Battle Poker - Poker with a Twist by g3 Games & more,Playing Cards,Games,USD,2017-06-07,20000.00,2017-05-08 04:44:56,145.00,failed,8,US,0.00,145.00,20000.00 +1023944691,We're Not So Different After All,Children's Books,Publishing,USD,2015-04-01,15000.00,2015-03-01 14:31:46,17588.00,successful,204,US,17588.00,17588.00,15000.00 +1023946068,Wind Spiele,Shorts,Film & Video,EUR,2016-01-10,400.00,2015-12-03 00:28:57,545.00,successful,9,DE,576.63,594.82,436.56 +1023949300,Dreamscape Music Video for up and coming Artist,Music Videos,Film & Video,GBP,2017-11-17,100.00,2017-11-05 19:14:33,105.00,successful,7,GB,85.00,138.56,131.96 +1023955132,Cohalen's Journey (Canceled),Nonfiction,Publishing,USD,2011-07-23,15000.00,2011-06-23 17:04:04,50.00,canceled,2,US,50.00,50.00,15000.00 +"1023961465,""Maverick, the album by WildBill"",Pop,Music,USD,2015-07-18,200000.00,2015-05-19 23:29:01,1.00,failed,1,US,1.00,1.00,200000.00" +1023962470,A Dark Skinnned Woman’s Revenge a solo play,Theater,Theater,USD,2013-09-06,7000.00,2013-07-19 00:09:29,20.00,failed,1,US,20.00,20.00,7000.00 +1023964736,Vietnam,Small Batch,Food,HKD,2016-11-17,100000.00,2016-10-19 08:52:25,0.00,failed,0,HK,0.00,0.00,12891.42 +1023969498,Life is Weird... the book,Nonfiction,Publishing,USD,2014-12-09,2100.00,2014-10-28 21:31:50,660.00,failed,19,US,660.00,660.00,2100.00 +1023973888,An Artist's Landscape (Working Title),Experimental,Film & Video,GBP,2016-03-19,750.00,2016-03-01 11:48:34,1101.00,successful,22,GB,1524.99,1555.72,1059.76 +1023982549,Three Little Monkeys Celebrate Christmas with their Mommies,Children's Books,Publishing,USD,2013-09-12,4600.00,2013-08-13 18:41:31,0.00,failed,0,US,0.00,0.00,4600.00 +1023983052,The CanvAs Project,Film & Video,Film & Video,GBP,2013-09-10,28260.00,2013-08-11 11:24:11,0.00,failed,0,GB,0.00,0.00,44733.59 +1023983154,Guitar Amp Mic Holder,Product Design,Design,USD,2017-01-12,4000.00,2016-12-13 19:21:56,0.00,failed,0,US,0.00,0.00,4000.00 +1023984566,Open Robotics Design Platform,DIY Electronics,Technology,USD,2016-05-25,10000.00,2016-04-25 17:50:52,2253.00,failed,35,US,2253.00,2253.00,10000.00 +1023987730,Guild Lords Card Game,Tabletop Games,Games,USD,2017-11-01,3000.00,2017-10-01 15:22:28,438.00,failed,13,US,201.00,438.00,3000.00 +1023992013,Leonard's Girlfriend is Dead,Film & Video,Film & Video,USD,2010-05-01,500.00,2010-04-21 01:02:42,1005.00,successful,27,US,1005.00,1005.00,500.00 +1023995029,Kandahar Tag's Modern Art from the Battlefield,Public Art,Art,USD,2013-12-09,20000.00,2013-10-10 15:33:07,425.00,canceled,9,US,425.00,425.00,20000.00 +1023996609,Ocean Air Shots,Places,Photography,USD,2014-10-25,800.00,2014-09-25 15:58:21,0.00,failed,0,US,0.00,0.00,800.00 +1024002077,GBS Detroit Presents Half Light Music,Rock,Music,USD,2012-06-02,600.00,2012-05-14 20:43:52,935.00,successful,21,US,935.00,935.00,600.00 +1024010705,The Hymns Project,Classical Music,Music,USD,2013-05-01,150000.00,2013-04-03 00:17:34,3635.00,failed,18,US,3635.00,3635.00,150000.00 +1024013,A Self-Help Book for the Leaders of the Next US Revolution,Nonfiction,Publishing,USD,2012-05-18,40000.00,2012-04-03 19:56:03,9758.05,failed,136,US,9758.05,9758.05,40000.00 +1024017940,CHOICES,Film & Video,Film & Video,USD,2011-06-26,5925.00,2011-05-19 03:46:04,968.00,failed,18,US,968.00,968.00,5925.00 +"1024018188,""""""YESTERDAY'S TICKET"""" - a love story between a father and son"",Narrative Film,Film & Video,USD,2012-08-21,25000.00,2012-06-22 02:44:55,465.00,failed,13,US,465.00,465.00,25000.00" +1024020321,Coffee Table Photo Binder of 'Black & White' Vintage Imagery,Photobooks,Photography,USD,2014-06-03,2200.00,2014-05-04 07:52:00,0.00,failed,0,US,0.00,0.00,2200.00 +1024025156,Good Day Beer (Canceled),Drinks,Food,CAD,2014-08-13,30000.00,2014-07-14 23:50:09,0.00,canceled,0,CA,0.00,0.00,27522.94 +1024028902,WildFlower- A plant based pop-up restaurant by Chef Ayinde,Food,Food,USD,2011-05-17,17000.00,2011-04-19 05:46:46,17159.55,successful,162,US,17159.55,17159.55,17000.00 +1024033763,Fork Boys,Hip-Hop,Music,USD,2016-05-17,2000.00,2016-03-18 17:40:26,3.00,failed,3,US,3.00,3.00,2000.00 +1024053474,Interaction : making the paranormal normal,Nonfiction,Publishing,USD,2016-08-02,5000.00,2016-06-03 01:56:50,500.00,failed,8,US,475.00,500.00,5000.00 +"1024054116,""Help us finish our new CD """"Blanket Over Me"""""",Country & Folk,Music,USD,2014-01-28,1600.00,2014-01-03 01:03:06,2255.00,successful,46,US,2255.00,2255.00,1600.00" +102405609,The Grump King (Children's Book),Children's Books,Publishing,USD,2016-08-01,10000.00,2016-07-02 21:32:45,10038.00,successful,105,US,2515.00,10038.00,10000.00 +1024056765,Good X Cell Phone Coloring Inserts and Cell Phone Case,Graphic Design,Design,USD,2017-04-28,2000.00,2017-03-14 14:51:59,8.00,failed,3,US,0.00,8.00,2000.00 +1024059270,Imagination Studio,Makerspaces,Technology,CAD,2015-04-01,100000.00,2015-03-02 23:54:24,256.00,failed,4,CA,204.64,202.47,79088.90 +1024067407,Coconut Oil Bath Bombs,DIY,Crafts,CAD,2016-09-10,2000.00,2016-08-11 23:17:32,180.00,canceled,10,CA,133.71,136.37,1515.27 +"1024080208,""Nuclear Family, Volume 1"",Comic Books,Comics,CAD,2017-10-13,4500.00,2017-09-13 15:30:31,636.00,failed,24,CA,140.28,508.84,3600.29" +"1024096554,""ZiPAC : Cable and Case in One for iPhone, Android and More"",Product Design,Design,CAD,2014-01-26,45000.00,2013-11-27 00:46:24,8845.00,failed,289,CA,8386.34,7900.85,40196.52" +1024099939,glow in the dark horseshoe game,Live Games,Games,USD,2015-06-30,15000.00,2015-06-01 06:01:51,30.00,failed,3,US,30.00,30.00,15000.00 +"1024103706,""BitGym: Interactive trails, tours and classes"",Design,Design,USD,2013-09-22,30000.00,2013-08-13 19:16:34,37049.00,successful,511,US,37049.00,37049.00,30000.00" +1024107843,Women's Expression through Bathroom Graffiti,Photography,Photography,USD,2014-04-02,1500.00,2014-03-03 19:56:51,300.00,failed,2,US,300.00,300.00,1500.00 +1024111758,My Dream of Writing Kids Books (Canceled),Children's Books,Publishing,USD,2014-07-22,20500.00,2014-07-14 16:49:31,0.00,canceled,0,US,0.00,0.00,20500.00 +1024116205,2017 Support - Soccer Sports Open Data,Software,Technology,EUR,2017-01-08,500.00,2016-12-09 16:48:37,6.00,failed,2,IT,0.00,6.40,533.05 +1024117571,ailsarocks - Combining fashion and gaming.,Fashion,Fashion,GBP,2014-01-26,5000.00,2013-11-27 19:39:42,21.00,failed,2,GB,33.92,34.56,8227.88 +1024117688,River rock accent mats,Crafts,Crafts,USD,2015-07-13,500.00,2015-07-08 05:26:30,22.00,failed,2,US,22.00,22.00,500.00 +1024121043,Steam Vegetables fast and quickly with a Micro-Steamer,Food,Food,USD,2014-12-21,15000.00,2014-11-21 08:49:57,0.00,failed,0,US,0.00,0.00,15000.00 +1024123455,Happy Hour With Tay & Samira,Web,Journalism,USD,2015-07-31,200.00,2015-06-03 18:25:11,0.00,failed,0,US,0.00,0.00,200.00 +"1024129272,""The Devil's Pool Comic - Issue #1 """"The Ground You Stand On"""""",Comics,Comics,USD,2013-05-08,2800.00,2013-04-09 21:24:04,3759.51,successful,99,US,3759.51,3759.51,2800.00" +1024130701,Electric Future,Technology,Technology,AUD,2015-05-28,10500.00,2015-04-28 03:51:41,102.00,failed,4,AU,79.79,78.04,8033.66 +"1024140961,Awesome Distraction's 3rd Studio Album,Music,Music,USD,2016-02-04,3500.00,2016-01-05 23:08:05,3645.00,undefined,0,""N,0"""""",,3645.00,3500.00" +1024146178,My Friend Death #3,Comic Books,Comics,USD,2014-08-20,250.00,2014-07-30 23:49:22,367.00,successful,13,US,367.00,367.00,250.00 +1024146247,Fleek Squad - The $wang Mixtape,Hip-Hop,Music,GBP,2015-11-11,52.00,2015-10-12 20:51:34,0.00,failed,0,GB,0.00,0.00,79.16 +102414959,Help us relocate Carmel Pop Shop Popcorn to Westfield IN.,Small Batch,Food,USD,2017-01-21,3000.00,2017-01-06 19:23:13,3062.00,canceled,28,US,710.00,3062.00,3000.00 +1024153385,Sportball Manager,Video Games,Games,USD,2015-03-26,15000.00,2015-02-25 00:28:58,3131.00,failed,42,US,3131.00,3131.00,15000.00 +1024162368,OVERSIZED Two,Dance,Dance,USD,2011-06-07,400.00,2011-05-15 23:43:58,475.00,successful,15,US,475.00,475.00,400.00 +1024165572,Let's get a demo cd made!!!,Rock,Music,USD,2010-10-16,550.00,2010-09-16 04:07:06,0.00,failed,0,US,0.00,0.00,550.00 +1024171104,Shirts Shirts Shirts (Canceled),Apparel,Fashion,USD,2014-08-08,10000.00,2014-07-09 17:38:02,0.00,canceled,0,US,0.00,0.00,10000.00 +1024171667,Hybrid House: A Zero Net Grid-Electric Retrofit Demo,Technology,Technology,USD,2014-12-20,50000.00,2014-11-22 18:50:41,2610.00,failed,5,US,2610.00,2610.00,50000.00 +102418742,The God Circle: The Search for the Logical Christian Faith,Nonfiction,Publishing,USD,2012-02-06,1000.00,2012-01-07 03:09:17,1088.00,successful,23,US,1088.00,1088.00,1000.00 +1024192369,The Ultimate innovation for travelers....,Product Design,Design,EUR,2017-08-26,1000.00,2017-06-27 09:24:16,2777.00,successful,104,IT,651.64,3310.17,1191.99 +1024205511,HELP CREATE ROBERT GILLIES' NEW RECORD!,Rock,Music,USD,2011-04-18,5500.00,2011-03-27 11:17:21,5644.84,successful,74,US,5644.84,5644.84,5500.00 +1024206640,okular,Apps,Technology,USD,2014-08-02,10000.00,2014-07-03 13:04:39,50.00,failed,2,US,50.00,50.00,10000.00 +1024208,2014 Black Star Dawn Patrol,Flight,Technology,USD,2014-09-11,1500.00,2014-08-12 23:53:52,150.00,failed,5,US,150.00,150.00,1500.00 +1024233893,All Natural Animal Winter Hats,Apparel,Fashion,USD,2017-12-14,10000.00,2017-11-16 19:18:08,535.00,canceled,8,US,435.00,535.00,10000.00 +1024240211,Swing the Fly Magazine,Publishing,Publishing,USD,2015-12-22,15000.00,2015-11-30 15:58:40,19556.00,successful,205,US,19556.00,19556.00,15000.00 +1024241943,Terroir New Music: The Inaugural Season,Classical Music,Music,USD,2017-12-30,10000.00,2017-11-06 05:08:54,10255.00,successful,203,US,399.00,10255.00,10000.00 +1024246847,Pillow Talk - Le Grind. A new pop / dance music video,Pop,Music,GBP,2015-05-18,500.00,2015-04-18 15:32:06,501.00,successful,12,GB,747.94,783.57,782.01 +"1024249482,""""""TALL MOUNTAIN"""": New Album by Seattle's GEMS"",Electronic Music,Music,USD,2012-12-30,4000.00,2012-11-30 22:05:07,4880.00,successful,62,US,4880.00,4880.00,4000.00" +1024251879,Rock And A Hard Place,Film & Video,Film & Video,USD,2014-01-17,50000.00,2013-12-11 23:58:49,65747.16,successful,399,US,65747.16,65747.16,50000.00 +1024255915,Project Zombie -Medieval Meets Zombies-,Webseries,Film & Video,USD,2012-07-05,550.00,2012-06-05 00:14:09,50.00,failed,1,US,50.00,50.00,550.00 +1024260257,Grand Piano for children,Kids,Music,USD,2015-07-10,20000.00,2015-06-10 00:26:05,11.00,failed,2,US,11.00,11.00,20000.00 +1024262699,KUSGAN (Documentary of a Filipino Hero),Documentary,Film & Video,USD,2012-08-02,6000.00,2012-07-11 03:33:44,6963.00,successful,74,US,6963.00,6963.00,6000.00 +1024270438,Erg - an inspirational journey into the heart of emptiness,Mixed Media,Art,USD,2016-03-20,6500.00,2016-02-19 16:31:53,6665.00,successful,41,US,6665.00,6665.00,6500.00 +1024281827,The Riposte,Video Games,Games,USD,2017-05-28,2200.00,2017-04-28 10:47:45,55.00,canceled,2,US,0.00,55.00,2200.00 +"1024286668,""""""What I Learned from Cancer"""": a publishing project"",Nonfiction,Publishing,CAD,2014-05-13,8000.00,2014-04-12 07:16:26,9077.00,successful,103,CA,8307.58,8345.13,7354.97" +1024301544,Season 1 of NYC Glitters,Webseries,Film & Video,USD,2011-12-01,6000.00,2011-10-14 20:16:11,1336.00,failed,59,US,1336.00,1336.00,6000.00 +1024306687,Wearable Kingdom - Costumes & Kids Wearables,Crafts,Crafts,USD,2016-09-15,500.00,2016-08-26 15:53:12,10.00,failed,1,US,0.00,10.00,500.00 +1024321283,3D scanner,3D Printing,Technology,USD,2015-08-14,110000.00,2015-06-15 11:56:55,16.00,failed,3,US,16.00,16.00,110000.00 +1024325078,The Gilded Cage - A Gothic Steampunk Operetta,Musical,Theater,NZD,2015-04-03,5000.00,2015-03-05 01:47:15,5001.00,successful,15,NZ,3765.88,3759.87,3759.12 +1024325647,The Alien,Webseries,Film & Video,USD,2016-01-12,25000.00,2015-12-13 20:04:37,135.00,failed,2,US,135.00,135.00,25000.00 +1024337234,Canyon Kids Record Double EP at the Pink Garter,Indie Rock,Music,USD,2013-09-03,4000.00,2013-08-13 19:04:00,4101.00,successful,45,US,4101.00,4101.00,4000.00 +1024343588,Life Screwed Up,Fiction,Publishing,USD,2015-03-30,3500.00,2015-03-15 21:00:33,0.00,failed,0,US,0.00,0.00,3500.00 +1024350504,Capturing the sky's and stars from Northumberland UK,Nature,Photography,GBP,2015-11-24,1000.00,2015-10-25 13:03:36,10.00,failed,1,GB,15.31,15.05,1505.19 +1024364486,Allegiance: A Realm Divided,Tabletop Games,Games,CAD,2014-04-29,50000.00,2014-03-26 19:23:23,83614.00,successful,1011,CA,74656.09,76255.36,45599.64 +1024367910,Real Estate Made EZ,Apps,Technology,USD,2014-09-20,4500.00,2014-08-16 02:40:55,0.00,failed,0,US,0.00,0.00,4500.00 +102436943,AFFLICTION: Salem 1692,Tabletop Games,Games,USD,2017-02-18,10000.00,2017-01-19 17:00:23,13843.00,successful,203,US,1418.00,13843.00,10000.00 +1024372156,Be a Hero! Help Super Giomar X Autism Art Projects,Art,Art,USD,2014-08-08,50.00,2014-07-09 20:41:27,86.00,successful,5,US,86.00,86.00,50.00 +1024372416,Mutant Meeples,Tabletop Games,Games,USD,2011-12-04,10000.00,2011-10-26 00:09:27,14329.00,successful,175,US,14329.00,14329.00,10000.00 +1024379968,1/32 Heinkel P.1077 Julia plastic kitset,Crafts,Crafts,NZD,2017-10-08,5800.00,2017-08-09 03:20:48,328.00,failed,6,NZ,240.40,234.19,4141.08 +1024384751,Mobile Mortar (Canceled),Mobile Games,Games,AUD,2014-12-27,10000.00,2014-10-28 07:03:08,0.00,canceled,0,AU,0.00,0.00,8114.91 +1024386712,The Banks Brand™,Apparel,Fashion,USD,2015-04-21,25000.00,2015-02-20 18:46:29,0.00,failed,0,US,0.00,0.00,25000.00 +1024392019,FBA Master Online Selling Book #1 - Selling on Amazon,Nonfiction,Publishing,USD,2015-03-09,1000.00,2015-02-07 01:38:15,1680.00,successful,49,US,1680.00,1680.00,1000.00 +1024420146,'A little or a lot' (5-Song Album),Music,Music,USD,2016-07-02,3000.00,2016-05-03 02:08:43,3010.00,successful,25,US,3010.00,3010.00,3000.00 +1024424125,Secrets of InGen: A Jurassic Park prequel fanfilm,Film & Video,Film & Video,USD,2011-11-13,8000.00,2011-09-29 00:13:40,0.00,failed,0,US,0.00,0.00,8000.00 +1024433405,Prekarious Tees,Apparel,Fashion,USD,2016-09-17,1000.00,2016-09-02 18:31:23,33.00,failed,3,US,0.00,33.00,1000.00 +1024434907,EL AVIÓN F-5 EN LATINOAMERICA,Nonfiction,Publishing,MXN,2017-01-29,49500.00,2016-12-18 16:17:16,0.00,canceled,0,MX,0.00,0.00,2414.99 +1024440098,AeroTrunk: Modern luggage trunk with drawers (Canceled),Product Design,Design,USD,2015-08-29,50000.00,2015-07-15 21:35:24,3662.00,canceled,12,US,3662.00,3662.00,50000.00 +1024447453,Asylum of Torture (haunted house) Expansion,Immersive,Theater,USD,2015-09-16,500.00,2015-08-26 23:10:32,58.00,failed,5,US,58.00,58.00,500.00 +1024465392,Quattro Di Cuori - Road To Cannes 2017,Shorts,Film & Video,EUR,2016-11-21,2000.00,2016-10-22 00:05:23,203.00,failed,13,IT,1.10,215.02,2118.40 +1024472916,Elvenroot Collapsible Dice Tower & Dice Case,Tabletop Games,Games,USD,2016-06-09,15000.00,2016-05-10 21:14:08,29206.00,successful,194,US,29206.00,29206.00,15000.00 +1024479019,UN-Official NO-Access PLAYA PASS,Graphic Design,Design,USD,2011-08-12,200.00,2011-07-03 13:35:29,376.77,successful,42,US,376.77,376.77,200.00 +1024479214,Help us get to D&AD New Blood?,Graphic Design,Design,GBP,2015-02-28,300.00,2015-01-16 12:39:45,373.00,successful,23,GB,568.34,566.37,455.53 +1024491677,Alexis Gideon - Video Musics II: Sun Wu-Kong,Music,Music,USD,2010-10-15,750.00,2010-09-11 00:58:32,795.00,successful,22,US,795.00,795.00,750.00 +1024494574,28mm Steampunk Inspired Heavy Weapons & Carriage Miniatures,Tabletop Games,Games,GBP,2013-05-05,600.00,2013-04-05 18:36:56,7295.00,successful,140,GB,11039.53,11222.04,922.99 +"1024495440,""Bedlam Rep Presents """"Not About Heroes"""""",Theater,Theater,USD,2010-06-30,5000.00,2010-04-02 15:00:24,150.00,failed,4,US,150.00,150.00,5000.00" +1024499716,PIAZZA Italian Restaurant's Wood-Fired Pizza Oven Project,Food,Food,USD,2013-07-02,15000.00,2013-05-16 18:06:12,5020.00,failed,14,US,5020.00,5020.00,15000.00 +1024501401,How Lion Became King of Tinga Tinga Land (Canceled),Children's Books,Publishing,GBP,2013-12-07,2000.00,2013-10-28 20:50:22,371.00,canceled,34,GB,599.86,603.62,3253.99 +"1024509505,""Produce a """"Mean"""" Feature Film"",Narrative Film,Film & Video,USD,2009-07-25,6000.00,2009-07-15 21:14:49,9610.00,successful,10,US,9610.00,9610.00,6000.00" +1024510363,Havana Spice fast casual Cuban cafe,Food,Food,USD,2013-05-31,5000.00,2013-05-16 18:55:05,434.00,failed,7,US,434.00,434.00,5000.00 +1024511855,Waking Dreams: vibraphonist Chris Dingman's debut album,Jazz,Music,USD,2011-01-18,4000.00,2010-12-12 16:34:55,5195.00,successful,73,US,5195.00,5195.00,4000.00 +1024512857,Artificial Intelligence Architecture,Art Books,Publishing,GBP,2013-11-14,1000.00,2013-10-15 18:36:02,70.00,failed,2,GB,111.84,112.48,1606.79 +1024519511,XML Games,Video Games,Games,GBP,2013-06-19,2000.00,2013-05-20 19:48:51,378.00,failed,13,GB,573.89,583.86,3089.18 +1024522022,LEGENDARY MONSTERS: Toys of Urban Legend and Folklore,Product Design,Design,USD,2013-03-09,25000.00,2013-02-05 20:36:04,14865.00,failed,174,US,14865.00,14865.00,25000.00 +1024530745,Horse Medicine . . . The Journey,Documentary,Film & Video,USD,2014-05-13,40000.00,2014-04-03 16:47:08,4538.44,failed,55,US,4538.44,4538.44,40000.00 +1024538068,LE[G]END CLOTHING (Canceled),Fashion,Fashion,USD,2012-06-08,2500.00,2012-05-09 01:25:58,30.00,canceled,1,US,30.00,30.00,2500.00 +1024551441,1b (Canceled),Shorts,Film & Video,USD,2013-11-09,25000.00,2013-10-16 22:28:56,2270.00,canceled,17,US,2270.00,2270.00,25000.00 +1024553118,The Walk Across North Dakota,Journalism,Journalism,USD,2011-05-04,850.00,2011-04-04 16:04:29,1155.00,successful,32,US,1155.00,1155.00,850.00 +1024561659,Primates: Amazing Behaviors Caught on Tape,Documentary,Film & Video,USD,2012-10-21,90000.00,2012-09-20 18:23:01,60.00,failed,3,US,60.00,60.00,90000.00 +1024562430,My Day... A Long Distance Lullaby,Children's Books,Publishing,USD,2015-10-28,500.00,2015-08-30 00:36:14,1917.00,successful,42,US,1917.00,1917.00,500.00 +1024567422,A Natural History of the Fantastic,Art Books,Publishing,USD,2015-07-28,4000.00,2015-06-28 00:30:33,12674.00,successful,199,US,12674.00,12674.00,4000.00 +1024570207,LA BODEGA - by Salts,Restaurants,Food,USD,2017-02-06,40000.00,2016-12-28 02:05:00,40350.00,successful,127,US,3220.00,40350.00,40000.00 +1024571180,Postcard from the Falls,Photography,Photography,USD,2012-11-12,750.00,2012-10-13 01:06:16,7.00,failed,1,US,7.00,7.00,750.00 +1024582936,The $1 Play What You Want Mystery Campaign RPG Project,Games,Games,USD,2015-12-17,1.00,2015-11-17 20:32:29,4773.91,successful,1499,US,4773.91,4773.91,1.00 +1024585185,The Moroccan Desk,Crafts,Crafts,USD,2017-03-27,300.00,2017-01-28 23:52:35,315.00,successful,9,US,197.00,315.00,300.00 +1024592029,Paint Abstract With Light,Art,Art,USD,2015-03-09,300.00,2015-02-12 22:28:03,687.00,successful,23,US,687.00,687.00,300.00 +102459759,The Electromagnetic Particle Accelerator Technology,Technology,Technology,USD,2015-05-14,200000.00,2015-04-14 14:53:12,0.00,failed,0,US,0.00,0.00,200000.00 +1024598396,RHYTHMAGIC,Music,Music,USD,2012-04-11,3000.00,2012-02-20 20:26:59,175.00,failed,5,US,175.00,175.00,3000.00 +1024599748,Scott Straka Art: The Book,Art,Art,USD,2015-07-06,300.00,2015-06-22 18:03:24,1638.00,successful,39,US,1638.00,1638.00,300.00 +1024599812,Rock Star!,Children's Books,Publishing,USD,2014-11-05,7000.00,2014-10-06 23:56:29,7282.00,successful,97,US,7282.00,7282.00,7000.00 +1024604181,WarHost Games,Tabletop Games,Games,USD,2016-03-26,1000.00,2016-02-25 19:34:22,23.00,failed,5,US,23.00,23.00,1000.00 +1024610804,Barely Eating Project - 2018 Calendar,Calendars,Publishing,GBP,2017-10-25,1000.00,2017-09-25 18:26:16,12.00,canceled,1,GB,32.38,15.71,1309.33 +102462679,Launch 'Evan Michael Industry' into the Fashion World!,Fashion,Fashion,USD,2012-10-17,6500.00,2012-09-07 21:45:30,6520.00,successful,45,US,6520.00,6520.00,6500.00 +1024644844,Professor Grownup: Cthulhu Album For Kids,Kids,Music,USD,2017-01-18,10000.00,2016-12-19 14:56:17,5022.00,failed,177,US,565.00,5022.00,10000.00 +1024644932,Start my own Etsy store,DIY,Crafts,USD,2017-08-18,110.00,2017-08-08 19:37:50,122.00,successful,3,US,122.00,122.00,110.00 +102465096,Custom Skincare Shop,Product Design,Design,AUD,2016-09-15,10000.00,2016-08-11 01:16:44,6672.00,failed,27,AU,160.21,5010.51,7509.76 +1024654048,ChildrenFirstGambit,Documentary,Film & Video,USD,2015-11-16,25000.00,2015-10-14 02:34:09,280.00,failed,4,US,280.00,280.00,25000.00 +1024655039,Flaulis Clothing or Fashions,Apparel,Fashion,USD,2016-05-18,15000.00,2016-04-18 00:50:54,1.00,failed,1,US,1.00,1.00,15000.00 +1024657901,SERVICIO SOCIAL - JUNTOS POR UN MEJOR FUTURO,Apps,Technology,MXN,2017-04-28,7000.00,2017-04-13 01:33:12,3000.00,canceled,1,MX,0.00,158.03,368.73 +1024670145,Blackwood e-Journal App,Literary Journals,Publishing,USD,2014-09-03,50000.00,2014-08-04 22:53:53,90.00,failed,3,US,90.00,90.00,50000.00 +1024678599,Rainbow Glitter Gemstone Enamel Pin,Accessories,Fashion,GBP,2017-09-28,220.00,2017-08-29 09:05:54,455.00,successful,34,GB,157.17,609.19,294.55 +1024684548,Ebony's Blade Animated 2/3,Animation,Film & Video,USD,2011-12-25,1000.00,2011-10-26 10:15:29,25.00,failed,1,US,25.00,25.00,1000.00 +1024686387,HELLAS: Action Deck,Tabletop Games,Games,USD,2011-07-05,3600.00,2011-06-05 21:16:16,2333.00,failed,53,US,2333.00,2333.00,3600.00 +102468752,FERN: Handcrafted American Furniture (Canceled),Design,Design,USD,2011-09-23,7000.00,2011-08-09 20:13:07,0.00,canceled,0,US,0.00,0.00,7000.00 +1024706216,Fairyland | A New Album by Emmy Law,Pop,Music,USD,2017-07-28,4000.00,2017-06-28 16:47:41,5937.00,successful,93,US,2024.00,5937.00,4000.00 +102471272,KnowFuture.org,Web,Technology,USD,2016-06-06,1500.00,2016-04-22 04:52:53,1.00,failed,1,US,1.00,1.00,1500.00 +1024713268,The History Boys at USC,Plays,Theater,USD,2015-01-11,4000.00,2014-12-22 21:53:30,4005.00,successful,33,US,4005.00,4005.00,4000.00 +1024714942,John brings Tanzania to New York,Art,Art,USD,2014-02-17,8000.00,2014-01-18 22:46:59,3920.00,failed,20,US,3920.00,3920.00,8000.00 +102472073,The Army Wives Movie,Drama,Film & Video,USD,2015-06-12,35000.00,2015-04-13 19:12:10,25.00,failed,1,US,25.00,25.00,35000.00 +1024729753,Fallen Guardian Angels - Educating Our Future!,Narrative Film,Film & Video,USD,2011-08-27,5000.00,2011-05-29 01:29:46,125.00,failed,2,US,125.00,125.00,5000.00 +1024729798,FRANK,Product Design,Design,USD,2012-03-23,3000.00,2012-02-02 15:22:13,23728.00,successful,863,US,23728.00,23728.00,3000.00 +1024731322,Die-Cut Vinyl Stickers (of a Girl I had a Crush On),Illustration,Art,USD,2013-06-13,250.00,2013-05-14 04:02:08,15.00,canceled,2,US,15.00,15.00,250.00 +10247437,The Shadow War Project,Theater,Theater,USD,2012-09-14,1000.00,2012-08-15 06:46:24,1136.00,successful,36,US,1136.00,1136.00,1000.00 +1024760792,Independent Music Ministry Support,Faith,Music,GBP,2017-12-24,5000.00,2017-11-04 12:26:53,5.00,failed,1,GB,6.53,6.76,6758.67 +"1024763360,""RAQUELA: CD, Video and Beyond"",Electronic Music,Music,USD,2013-02-07,13000.00,2012-12-11 00:07:07,1630.00,failed,19,US,1630.00,1630.00,13000.00" +1024768671,WHEEL OF FORTUNE - Solar outpost.... plus,Installations,Art,USD,2014-08-06,4000.00,2014-08-01 19:58:36,1421.00,failed,25,US,1421.00,1421.00,4000.00 +"1024769492,""Pursuit Magazine, Keeping the Press Free!"",Periodicals,Publishing,USD,2012-02-02,20000.00,2011-12-04 20:11:55,0.00,failed,0,US,0.00,0.00,20000.00" +1024777274,BE BETTER: Urban Foxes - Edinburgh Festival (Fringe),Festivals,Theater,GBP,2015-07-18,1300.00,2015-06-23 23:18:25,1644.00,successful,34,GB,2611.88,2544.03,2011.70 +1024777291,Karim - Outsider,Graphic Novels,Comics,CAD,2015-03-08,2000.00,2015-02-01 01:25:46,2031.00,successful,31,CA,1609.99,1594.94,1570.60 +1024777592,Save Lives with Parked Angel,Hardware,Technology,USD,2017-04-12,25000.00,2017-03-15 21:19:33,650.00,failed,5,US,115.00,650.00,25000.00 +1024781221,A comical journey into the minds of the Eruchalu's,Comedy,Film & Video,USD,2015-07-01,10000.00,2015-06-01 22:32:01,0.00,failed,0,US,0.00,0.00,10000.00 +"1024783165,""""""Jersey Pawn"""" Show"",Television,Film & Video,USD,2015-04-26,8000.00,2015-03-25 21:27:19,0.00,failed,0,US,0.00,0.00,8000.00" +1024799582,Flight of Fire Ignites the Skies With Their New Album!,Rock,Music,USD,2012-09-08,2400.00,2012-08-09 04:28:45,2845.00,successful,39,US,2845.00,2845.00,2400.00 +1024810360,Azure Sky Project,Video Games,Games,USD,2017-03-18,2500.00,2017-02-16 21:06:12,7.00,failed,3,US,0.00,7.00,2500.00 +1024821286,Rescue Net,Apps,Technology,USD,2015-11-14,300000.00,2015-10-16 19:28:47,0.00,failed,0,US,0.00,0.00,300000.00 +1024823405,Perris Cole Music,Pop,Music,USD,2015-03-10,6000.00,2015-02-08 03:24:24,0.00,failed,0,US,0.00,0.00,6000.00 +1024827215,CueCollar Advanced Pet Training System.,Technology,Technology,USD,2017-02-22,75000.00,2016-12-24 01:10:55,465.00,canceled,2,US,415.00,465.00,75000.00 +1024834063,Adventures of Permaculture Willi: The Glowing Labyrinth,Animation,Film & Video,USD,2014-07-16,8750.00,2014-06-16 14:50:23,22.00,failed,3,US,22.00,22.00,8750.00 +1024840743,THE COMMUNICATION: DESTINATION 102,Documentary,Film & Video,CAD,2013-12-19,15000.00,2013-11-19 18:54:39,0.00,failed,0,CA,0.00,0.00,14029.18 +1024851507,Yungen Rich Ent.,R&B,Music,USD,2017-05-28,3000.00,2017-04-28 06:00:22,10.00,failed,1,US,0.00,10.00,3000.00 +"1024855703,""2018, Isn't Life Grand? Nude Calendar Extravaganza"",Public Art,Art,USD,2017-11-26,500.00,2017-11-21 08:14:50,25.00,failed,2,US,25.00,25.00,500.00" +1024858646,apps for android and google.safety first and very innovative,Apps,Technology,CAD,2014-10-11,40000.00,2014-08-12 23:49:05,15.00,failed,1,CA,13.67,13.34,35580.86 +1024863709,Battle Realm - Real Tanks Online Game,Live Games,Games,USD,2016-08-20,150000.00,2016-07-21 19:36:29,501.00,failed,2,US,0.00,501.00,150000.00 +1024874385,The Arduino Compatible 4x4 Keypad Matrix Processor Set,Hardware,Technology,CAD,2014-04-23,2000.00,2014-03-24 22:58:11,2337.00,successful,36,CA,2082.78,2121.07,1815.21 +1024878295,The revolutionary T-shirt that makes you look better | MORPH,Apparel,Fashion,EUR,2016-08-21,12000.00,2016-07-22 06:31:14,21556.00,successful,327,BE,946.55,24336.71,13547.99 +102488152,My Third Studio Album,Music,Music,USD,2010-12-29,20000.00,2010-09-30 00:33:39,0.00,failed,0,US,0.00,0.00,20000.00 +102488740,Forever Indebted,Pop,Music,USD,2012-10-12,5000.00,2012-08-28 05:01:43,50.00,failed,5,US,50.00,50.00,5000.00 +1024890455,The Lost Treasures of Lady Goldfish,Mobile Games,Games,USD,2014-08-31,350.00,2014-08-01 02:36:23,360.00,successful,11,US,360.00,360.00,350.00 +1024891703,Air Freshener by Air Spice (Canceled),Product Design,Design,CAD,2015-11-12,2000.00,2015-10-13 22:29:46,436.00,canceled,4,CA,337.27,327.70,1503.19 +1024896828,Joe Morton's Debut Ep (Canceled),Music,Music,NZD,2014-07-16,12000.00,2014-06-16 02:56:38,100.00,canceled,2,NZ,86.67,86.81,10417.57 +"1024916120,""LoLGuidance, an expert system for League of Legends"",Games,Games,USD,2014-03-28,50000.00,2014-02-26 02:15:21,8.00,failed,3,US,8.00,8.00,50000.00" +"1024917213,""The Pearl - Pleasance Courtyard, Edinburgh Festival Fringe"",Theater,Theater,GBP,2013-07-18,3000.00,2013-06-18 21:13:36,3075.00,successful,75,GB,4831.04,4692.51,4578.06" +102491926,Hatched Handmade Baby Carriers- A Baby Wearing Start Up,Product Design,Design,USD,2016-06-16,3000.00,2016-05-17 23:21:09,3505.00,successful,32,US,3505.00,3505.00,3000.00 +1024929999,Screen the movie SICK & SICKER in New Hampshire,Documentary,Film & Video,USD,2011-10-03,1400.00,2011-09-20 23:00:46,0.00,failed,0,US,0.00,0.00,1400.00 +1024931763,Make100: Incredible exclusive posters,Digital Art,Art,EUR,2017-02-24,20.00,2017-01-25 23:35:39,0.00,failed,0,ES,0.00,0.00,21.22 +"1024934988,""""""BMW E36 Stance Works"""" - The Stance Story"",Documentary,Film & Video,EUR,2017-06-21,6000.00,2017-05-24 09:31:07,198.00,failed,2,DE,1.12,221.23,6703.84" +102493554,Dual Comfort Blanket,Product Design,Design,USD,2013-12-20,25000.00,2013-10-21 00:48:23,560.00,failed,10,US,560.00,560.00,25000.00 +"1024936024,""Derivatives - Collin Shook Trio's Debut, All Original Album"",Jazz,Music,USD,2012-05-08,500.00,2012-04-17 18:54:18,850.00,successful,24,US,850.00,850.00,500.00" +1024938609,Expanding My Lost Wax Jewelry Collection for Trade Show 2012,Fashion,Fashion,USD,2012-07-15,5000.00,2012-06-15 01:52:22,5291.50,successful,49,US,5291.50,5291.50,5000.00 +"1024944317,""The """"Write"""" Direction - {A Songwriter's Journey}"",Music,Music,USD,2015-05-13,2500.00,2015-04-28 23:58:00,0.00,undefined,0,""N,0"""""",,0.00,2500.00" +1024952744,The Craft Beer Kitchen,Food,Food,USD,2013-11-22,500.00,2013-11-08 00:15:03,726.00,successful,21,US,726.00,726.00,500.00 +1024959805,Davis Leatherworks - Card Wallets,Accessories,Fashion,USD,2015-12-18,2000.00,2015-11-18 22:15:56,983.00,failed,27,US,983.00,983.00,2000.00 +1024962320,Super Famicom: The Box Art Collection (Canceled),Video Games,Games,GBP,2014-09-28,27000.00,2014-08-29 16:20:47,21844.84,canceled,699,GB,36247.55,35096.62,43379.07 +1024963193,All New Adventures of Morph from Aardman Animations,Animation,Film & Video,GBP,2013-11-28,75000.00,2013-10-29 15:04:26,110648.81,successful,2654,GB,179067.72,180851.90,122585.07 +"1024963922,""White-Key, A Short Film by Nicholas Becher"",Thrillers,Film & Video,USD,2015-05-16,5000.00,2015-04-16 20:40:14,5506.00,successful,49,US,5506.00,5506.00,5000.00" +"1024964661,""wormport.com, the missing web utility: move data simply"",Web,Technology,USD,2017-09-14,11000.00,2017-08-15 16:51:25,113.00,failed,10,US,10.00,113.00,11000.00" +1024979956,PAESECHEVAI THE WEB SITE AND THE APP,Web,Technology,EUR,2017-04-08,5000.00,2017-02-07 19:31:36,140.00,failed,2,IT,0.00,148.82,5315.02 +"1024989802,Jackson Ruby: The Cassette Album,Music,Music,USD,2016-05-11,5000.00,2016-04-11 19:29:17,5296.00,successful,0,""N,0"""""",,5296.00,5000.00" +1024990638,15 (5ifteen),Film & Video,Film & Video,USD,2015-10-02,18000.00,2015-09-02 22:29:11,356.00,failed,4,US,356.00,356.00,18000.00 +1025001142,CHASING BACCHUS - A new wine and travel show for the web and television (Canceled),Film & Video,Film & Video,USD,2010-02-15,12000.00,2009-12-30 01:29:52,0.00,canceled,0,US,0.00,0.00,12000.00 +"1025001684,""Norse, of Course! Odur - Book 4 (Canceled)"",Children's Books,Publishing,USD,2014-05-21,2000.00,2014-04-21 21:55:24,200.00,canceled,4,US,200.00,200.00,2000.00" +1025004445,The T.A.G. Art Company,Art,Art,USD,2014-01-19,50000.00,2013-11-26 23:36:40,100.00,failed,1,US,100.00,100.00,50000.00 +"102502230,""The Walking Dead, Must Survive!!"",Mobile Games,Games,USD,2015-12-27,100000.00,2015-10-28 17:59:30,15.00,failed,2,US,15.00,15.00,100000.00" +1025023192,Vitam et Mortem (short film),Experimental,Film & Video,MXN,2018-02-22,6000.00,2017-12-24 04:10:40,1100.00,live,2,MX,0.00,57.56,313.94 +1025029146,Hog City Cereal Bar,Food,Food,USD,2014-09-04,40000.00,2014-08-05 18:19:51,0.00,failed,0,US,0.00,0.00,40000.00 +1025031863,i am not a good enough feminist,Mixed Media,Art,USD,2011-04-09,2000.00,2011-03-09 23:15:14,2413.00,successful,59,US,2413.00,2413.00,2000.00 +1025037334,CANNON FODDER- First ever Zombie action movie from Israel,Film & Video,Film & Video,USD,2011-12-18,15000.00,2011-11-03 16:55:32,1461.00,failed,13,US,1461.00,1461.00,15000.00 +1025042509,Shoot the Pier- A true Maine surf story,Documentary,Film & Video,USD,2012-04-09,5000.00,2012-03-10 00:35:27,2201.00,failed,42,US,2201.00,2201.00,5000.00 +1025042679,Ridgewood 11385: A Live Performance Art Piece.,Performance Art,Art,USD,2013-02-11,1500.00,2013-02-01 00:56:15,1716.00,successful,34,US,1716.00,1716.00,1500.00 +1025056047,Leon Claxton's Harlem in Havana - Production Campaign,Documentary,Film & Video,USD,2012-08-23,2000.00,2012-06-24 03:10:49,203.00,failed,4,US,203.00,203.00,2000.00 +1025057240,Our Single Lives .Com - The Webseries,Webseries,Film & Video,USD,2013-02-01,20000.00,2012-12-14 22:34:26,3040.00,failed,43,US,3040.00,3040.00,20000.00 +1025064587,Sketches Before They Were Cool,Illustration,Art,USD,2013-06-20,25.00,2013-05-30 20:31:42,864.00,successful,35,US,864.00,864.00,25.00 +1025070202,Print Action Anthology,Comics,Comics,USD,2014-05-15,400.00,2014-04-15 23:28:52,75.00,failed,4,US,75.00,75.00,400.00 +1025070954,Greenox - Self-sufficient indoor smart garden,Product Design,Design,EUR,2017-12-24,25000.00,2017-11-23 01:11:20,8314.00,failed,38,DE,6809.00,9970.98,29982.49 +1025077213,500MICS Distribution,Hip-Hop,Music,USD,2015-08-10,3675.00,2015-07-11 02:29:34,650.00,failed,14,US,650.00,650.00,3675.00 +"1025079651,""The Hug Project, loungewear with a mission"",Fashion,Fashion,EUR,2016-11-12,15000.00,2016-10-13 13:16:45,448.00,failed,7,FR,119.35,476.18,15943.54" +1025093482,A 3000 Mile Total Solar Eclipse Block Party in the USA,Narrative Film,Film & Video,USD,2016-03-30,120000.00,2016-02-29 14:18:40,87.00,failed,5,US,87.00,87.00,120000.00 +1025093535,Charis Lambs- Simplifying Bible Truths for Children,Children's Books,Publishing,USD,2014-10-15,20000.00,2014-09-15 05:06:41,3110.00,failed,17,US,3110.00,3110.00,20000.00 +1025095587,Weird Dancer,Dance,Dance,USD,2014-10-11,50000.00,2014-09-05 18:52:08,1045.00,failed,3,US,1045.00,1045.00,50000.00 +1025100843,Bigass Bass.,Crafts,Crafts,USD,2016-01-02,250.00,2015-11-18 20:31:40,473.00,successful,12,US,473.00,473.00,250.00 +1025108403,Gray Matter,Film & Video,Film & Video,USD,2012-01-21,9500.00,2011-11-27 18:01:27,10600.00,successful,128,US,10600.00,10600.00,9500.00 +1025115732,What Is The Color Of Your Heart?,Documentary,Film & Video,USD,2010-07-29,8888.00,2010-05-30 06:40:41,710.76,failed,13,US,710.76,710.76,8888.00 +102511854,Cloud - camera cover for your laptop,Design,Design,CAD,2015-11-08,1000.00,2015-09-29 17:31:52,658.00,failed,51,CA,493.64,494.55,751.60 +1025119182,KULCHA CARRIERS,Hip-Hop,Music,USD,2015-12-04,11000.00,2015-11-05 06:16:18,100.00,failed,1,US,100.00,100.00,11000.00 +1025122385,Kara Bean's Debut EP!,Pop,Music,USD,2017-08-28,850.00,2017-08-08 23:34:59,1191.00,successful,18,US,635.00,1191.00,850.00 +1025123590,The Pinch: An easy way to conserve up to 35% of energy use,Hardware,Technology,USD,2013-09-20,50000.00,2013-08-21 20:45:55,3208.00,failed,18,US,3208.00,3208.00,50000.00 +102512393,THE ULTIMATE PIZZ-ACO!!,Food,Food,USD,2014-11-05,19.00,2014-10-06 19:55:40,1.00,failed,1,US,1.00,1.00,19.00 +1025125197,The MAXIS 360 - Quickest & Easiest Camera Mount on Earth!,Product Design,Design,USD,2012-06-24,45000.00,2012-05-27 06:12:42,9780.00,failed,204,US,9780.00,9780.00,45000.00 +1025133983,SURVIVE THE DEAD (Canceled),Games,Games,USD,2013-07-07,55000.00,2013-06-07 18:02:05,1225.00,canceled,13,US,1225.00,1225.00,55000.00 +1025143327,Growing Trees From Seed: An Adventurous Web-Series!,Webseries,Film & Video,CAD,2013-10-09,1200.00,2013-09-09 21:50:45,81.00,failed,4,CA,77.82,77.97,1155.07 +1025143435,Nude Barre: Reinventing Underwear,Fashion,Fashion,USD,2011-09-17,1500.00,2011-09-07 16:48:12,1965.00,successful,34,US,1965.00,1965.00,1500.00 +1025146861,7Hills Distillery LLC Cincinnati Artisanal Spirits,Small Batch,Food,USD,2014-12-14,45000.00,2014-10-16 20:35:16,807.00,canceled,10,US,807.00,807.00,45000.00 +1025158427,GripGraphs ebook - visual material on government & politics,Academic,Publishing,USD,2015-06-04,8000.00,2015-05-01 02:43:29,1690.00,failed,25,US,1690.00,1690.00,8000.00 +1025158996,Sheridanway Full Length Album,Indie Rock,Music,USD,2017-05-05,4000.00,2017-04-05 17:27:36,390.00,failed,10,US,120.00,390.00,4000.00 +10251623,The Modern Alpha Magazine,Publishing,Publishing,GBP,2016-11-07,5000.00,2016-09-08 07:54:56,0.00,failed,0,GB,0.00,0.00,6329.75 +1025173556,Weston Fringe Festival,Art,Art,GBP,2013-01-19,21000.00,2012-12-10 20:20:15,151.00,failed,2,GB,242.42,238.88,33221.54 +1025189398,FAKKU x Toshio Maeda: Legend of the Overfiend,Comics,Comics,USD,2016-07-20,47000.00,2016-06-20 01:47:41,60021.00,successful,499,US,45502.00,60021.00,47000.00 +1025194287,The Pen island Game,Tabletop Games,Games,USD,2016-06-08,8000.00,2016-05-11 17:02:56,8292.01,successful,132,US,8292.01,8292.01,8000.00 +1025196149,Killer Ink: film featuring Peter Mayhew aka Chewbacca,Film & Video,Film & Video,USD,2010-09-16,10000.00,2010-07-29 02:28:56,20.00,failed,1,US,20.00,20.00,10000.00 +1025196393,The journey,Electronic Music,Music,AUD,2014-09-11,7500.00,2014-08-04 23:53:01,0.00,failed,0,AU,0.00,0.00,6789.79 +1025204902,SLAVES TO THE PAVEMENT IS GONNA HAVE AN ALBUM FINALLY?! RLY?,Rock,Music,USD,2012-01-13,600.00,2011-12-14 01:03:20,649.00,successful,12,US,649.00,649.00,600.00 +1025205399,Celestial Gateway,Video Games,Games,GBP,2014-11-13,1500.00,2014-10-14 18:19:00,125.00,failed,3,GB,201.49,195.68,2348.19 +1025207831,Sanctuarium,Animation,Film & Video,USD,2012-02-25,750.00,2012-02-03 02:22:29,860.00,successful,23,US,860.00,860.00,750.00 +1025208733,Contour Playing Cards (Canceled),Playing Cards,Games,USD,2015-09-12,10000.00,2015-08-13 22:00:05,1283.00,canceled,62,US,1283.00,1283.00,10000.00 +"1025208802,""""""MyMix"""" live audio app. No more bad audio at any event."",Apps,Technology,USD,2016-07-01,125000.00,2016-05-26 08:41:20,20.00,failed,1,US,20.00,20.00,125000.00" +1025214288,Brukim Sindaun: Human Trafficking in Papua New Guinea,Documentary,Film & Video,USD,2012-09-15,5000.00,2012-07-17 10:40:50,175.00,failed,6,US,175.00,175.00,5000.00 +1025214322,The Pallet Project,Woodworking,Crafts,USD,2015-03-06,50000.00,2015-02-05 02:06:14,2.00,failed,2,US,2.00,2.00,50000.00 +1025230757,Let's Get Our Store Opened!,Food,Food,USD,2013-08-02,15000.00,2013-07-03 07:00:43,6730.00,failed,31,US,6730.00,6730.00,15000.00 +102523131,Medusa Playing Cards Deck,Tabletop Games,Games,USD,2012-10-28,15000.00,2012-09-28 20:56:25,18789.00,successful,829,US,18789.00,18789.00,15000.00 +1025236556,Pole & Me : The most comfortable active wear in the world!,Apparel,Fashion,EUR,2016-01-31,10000.00,2015-12-13 23:58:58,10278.00,successful,153,FR,11298.63,11513.39,11201.97 +1025252636,Nefarious: Graphic Novel Volume 1,Graphic Novels,Comics,USD,2017-06-14,18000.00,2017-05-15 18:00:13,21153.00,successful,348,US,400.00,21153.00,18000.00 +1025255130,Pretzel's First Bath- A Children's Book of Dog Grooming,Children's Books,Publishing,USD,2015-06-13,2700.00,2015-05-14 23:45:24,455.00,failed,11,US,455.00,455.00,2700.00 +1025255987,Grace Love Music Video,Indie Rock,Music,USD,2011-02-09,500.00,2011-01-10 00:01:09,700.00,successful,22,US,700.00,700.00,500.00 +1025257013,VAMATIC™: Swiss Made Watches With a Changeable Look,Design,Design,USD,2018-01-18,45000.00,2017-12-05 15:30:02,20829.00,live,66,US,10788.00,20829.00,45000.00 +1025263639,A New Mike Brun Album,Indie Rock,Music,USD,2016-06-24,6500.00,2016-05-17 22:47:23,7490.00,successful,90,US,7490.00,7490.00,6500.00 +1025264242,INTA:LECT's Global Album Release,Hip-Hop,Music,USD,2014-06-15,10000.00,2014-05-16 03:50:45,25.00,failed,1,US,25.00,25.00,10000.00 +102526899,Printing Journey to an Untamed Land,Fiction,Publishing,USD,2014-01-30,4800.00,2013-12-31 15:30:20,1292.00,failed,30,US,1292.00,1292.00,4800.00 +1025270510,Stand Up and Stand Out,Nonfiction,Publishing,USD,2012-08-06,10000.00,2012-07-07 19:21:38,10016.00,successful,99,US,10016.00,10016.00,10000.00 +"1025278667,""""""Skid Markz"""" Community based TV show homed in U.K ran by you"",Webseries,Film & Video,GBP,2015-08-13,1000000.00,2015-07-14 13:06:27,0.00,failed,0,GB,0.00,0.00,1563477.17" +1025287273,Stretchys - Chainmail for everyone!,Fashion,Fashion,USD,2014-03-26,7500.00,2014-02-24 21:03:46,706.00,failed,39,US,706.00,706.00,7500.00 +1025287830,Mark Twain Day By Day Vol. IV (1905-1910),Nonfiction,Publishing,USD,2012-02-17,10000.00,2012-01-18 19:53:55,15.00,failed,2,US,15.00,15.00,10000.00 +"1025288095,""PMF Accidental Fur: Wild Animals, Sustainable Fashion"",Fashion,Fashion,USD,2016-05-10,10000.00,2016-04-10 02:51:09,2820.00,canceled,18,US,2820.00,2820.00,10000.00" +"1025290784,""Funding Fan Expo Canada 2016 """"Alice dans la Lune"""" artist"",Painting,Art,CAD,2016-05-12,650.00,2016-04-12 02:56:36,113.00,failed,6,CA,87.01,87.72,504.58" +102529987,Leadership Prep School Learning About Computers by Building,Hardware,Technology,USD,2017-02-20,1500.00,2017-01-31 20:11:37,1605.00,successful,16,US,145.00,1605.00,1500.00 +1025302744,Be @Tranquility with the taste and flavors of the Caribbean,Food,Food,USD,2013-10-30,85000.00,2013-09-15 23:17:53,375.00,failed,4,US,375.00,375.00,85000.00 +1025314583,Florida Local Feature Film - Sid (Sid Sid Sid Sid),Experimental,Film & Video,USD,2015-04-02,500.00,2015-02-01 08:39:14,0.00,failed,0,US,0.00,0.00,500.00 +1025314922,Uini Research and The House of Dimensions,Documentary,Film & Video,USD,2015-12-15,70000.00,2015-11-15 18:17:04,0.00,failed,0,US,0.00,0.00,70000.00 +"1025316203,""Connecting People, Cultures and Countries Through Art."",Mixed Media,Art,USD,2015-12-04,300.00,2015-11-04 01:50:47,325.00,successful,9,US,325.00,325.00,300.00" +1025323927,GotTheLight?,Product Design,Design,USD,2015-07-08,5000.00,2015-06-08 18:53:13,0.00,failed,0,US,0.00,0.00,5000.00 +1025326368,Protocols,Plays,Theater,GBP,2015-09-06,2000.00,2015-08-11 21:46:52,2015.00,successful,21,GB,3120.50,3107.75,3084.61 +1025328553,Oakand Fruitvale Girls Architects of Future Butterfly Effect,Illustration,Art,USD,2017-01-14,5000.00,2017-01-06 19:51:42,201.00,failed,3,US,0.00,201.00,5000.00 +1025339498,Flowsee Magazine,Periodicals,Publishing,USD,2013-01-12,25000.00,2012-12-13 14:43:26,8188.11,failed,62,US,8188.11,8188.11,25000.00 +1025343406,Let RAWR Wholefoods WHOLE Your Soul!,Food,Food,AUD,2017-05-29,10000.00,2017-04-29 10:37:08,2250.00,failed,17,AU,347.58,1663.34,7392.62 +"1025353346,""Report to the Rebbe ??""""?"",Apps,Technology,USD,2015-09-28,13500.00,2015-08-28 01:51:21,13603.00,successful,26,US,13603.00,13603.00,13500.00" +1025360411,Saint Graphic Novel,Comics,Comics,USD,2012-09-30,20000.00,2012-08-31 21:39:11,5.00,failed,1,US,5.00,5.00,20000.00 +1025370920,Hero Happy Hour: On The Rocks - Graphic Novel,Graphic Novels,Comics,USD,2014-10-01,6600.00,2014-09-01 06:00:25,6850.50,successful,195,US,6850.50,6850.50,6600.00 +1025372290,Four Moons Farm and Garden Greenhouse,Food,Food,USD,2014-01-07,6800.00,2013-12-13 00:17:32,2910.00,failed,36,US,2910.00,2910.00,6800.00 +1025372555,APOTHECIA,Comics,Comics,USD,2014-06-16,3000.00,2014-06-02 20:02:27,5994.00,successful,239,US,5994.00,5994.00,3000.00 +1025375118,Expanding Buzy Bee Art Shop,Painting,Art,USD,2014-02-28,20000.00,2013-12-30 22:07:11,10.00,failed,1,US,10.00,10.00,20000.00 +1025377334,Jack Ronin 2014 European Tour to End Racism,Indie Rock,Music,USD,2014-07-26,70000.00,2014-07-18 09:30:56,0.00,failed,0,US,0.00,0.00,70000.00 +"1025388776,""""""Backstage"""" the Musical: Production/Cast Recording!"",Theater,Theater,USD,2013-01-01,400.00,2012-12-14 00:28:54,817.00,successful,24,US,817.00,817.00,400.00" +1025393929,Towel Shorts and Skirts (Canceled),Apparel,Fashion,USD,2014-05-30,25000.00,2014-04-30 17:02:41,1215.00,canceled,23,US,1215.00,1215.00,25000.00 +102540608,NOCABLE: 3 In 1 Fast Wireless Magnetic iPhone Charging Kit,Gadgets,Technology,HKD,2017-07-05,100000.00,2017-06-05 18:18:04,30632.00,failed,110,HK,1228.65,3921.60,12802.29 +1025413005,Building youth resilience with horse based physical activity,Nonfiction,Publishing,CAD,2015-05-31,8000.00,2015-05-01 18:50:38,110.00,failed,2,CA,91.45,88.00,6400.00 +"1025432191,""Collin Shook's Debut Jazz Album """"Not Quite Up There Y.E.T"""""",Jazz,Music,USD,2011-07-04,1500.00,2011-05-29 00:54:57,325.00,failed,10,US,325.00,325.00,1500.00" +1025433393,UK Fish & Chips Blog,Food,Food,USD,2014-09-11,22.00,2014-09-08 23:36:22,1335.70,successful,143,US,1335.70,1335.70,22.00 +1025434294,The Story of Orakav Deathheart,Fiction,Publishing,USD,2015-07-29,5000.00,2015-06-29 13:19:08,25.00,failed,1,US,25.00,25.00,5000.00 +102543651,Perro Gringo - Gringo Dog Hotdog & Sandwich Shop,Food,Food,USD,2014-08-27,25000.00,2014-07-28 21:24:18,0.00,failed,0,US,0.00,0.00,25000.00 +"1025445231,""Toc19: Change The Story, Make It About You"",Product Design,Design,EUR,2017-08-25,20000.00,2017-07-26 15:56:59,71804.00,successful,355,IE,9620.78,84786.51,23616.10" +1025449476,Hot Mod 800 - Hot Rodded Valve Distortion Effect Pedal,Hardware,Technology,USD,2013-11-06,3500.00,2013-10-07 19:27:34,7518.00,successful,54,US,7518.00,7518.00,3500.00 +"1025450545,""Mazie Meadows Morning Show Podcast, Season 2"",Performance Art,Art,USD,2018-01-22,500.00,2017-12-23 00:14:45,500.00,live,1,US,25.00,500.00,500.00" +1025453958,MALALA Theatre Projects,Experimental,Theater,GBP,2015-05-08,1500.00,2015-03-15 16:32:25,1522.00,successful,15,GB,2243.98,2345.94,2312.03 +"1025458780,""Uncle Pizza Productions presents """"Waiting for Wiig"""""",Shorts,Film & Video,USD,2016-05-01,5000.00,2016-04-01 18:00:32,8395.00,successful,119,US,8395.00,8395.00,5000.00" +1025472580,Treefinger Productions,Immersive,Theater,USD,2016-06-09,50000.00,2016-04-20 00:00:18,0.00,failed,0,US,0.00,0.00,50000.00 +1025478875,Grey Duck,Tabletop Games,Games,USD,2017-02-15,5000.00,2017-01-16 21:05:43,1031.00,failed,57,US,686.00,1031.00,5000.00 +102548007,Et Tu? The Murder Mystery Evening Generator,Tabletop Games,Games,GBP,2013-01-10,8000.00,2012-12-13 23:59:44,8357.07,successful,408,GB,13467.07,13475.67,12899.90 +102548365,SINK - A Horror Short Film,Shorts,Film & Video,USD,2012-07-04,1300.00,2012-06-12 03:55:20,1315.00,successful,15,US,1315.00,1315.00,1300.00 +1025484741,Visual Art for an upcoming festival! (Canceled),Public Art,Art,USD,2012-06-16,3000.00,2012-05-22 01:11:10,25.00,canceled,1,US,25.00,25.00,3000.00 +1025488598,Shugga Wuggas Farm (Canceled),Farms,Food,USD,2015-02-02,5000.00,2014-12-04 04:29:04,1.00,canceled,1,US,1.00,1.00,5000.00 +1025494395,Publisher Editor for my novel,Fiction,Publishing,USD,2013-12-01,3500.00,2013-10-31 17:53:00,5.00,failed,1,US,5.00,5.00,3500.00 +1025496187,Bob & Jojo 2 monkeys in the jungle and the PIRATES,Children's Books,Publishing,DKK,2017-05-18,9999.00,2017-04-27 13:27:07,2160.00,failed,8,DK,20.58,324.50,1502.19 +1025496430,Of Places and People: A San Francisco Experience,Photobooks,Photography,USD,2015-02-15,4000.00,2015-01-13 16:29:46,6614.00,successful,145,US,6614.00,6614.00,4000.00 +1025502083,Assist Sublimation Pressworks in publishing a poetry book!,Poetry,Publishing,USD,2010-12-19,1000.00,2010-11-19 14:54:26,590.00,failed,18,US,590.00,590.00,1000.00 +1025502904,Kickstart Senior Discount's Kickstarter Donation,Film & Video,Film & Video,USD,2014-07-13,1000.00,2014-06-27 20:01:27,0.00,failed,0,US,0.00,0.00,1000.00 +"1025517444,Flashes: a novel by R. J. Weber,Publishing,Publishing,USD,2015-03-12,3000.00,2015-02-10 10:51:06,0.00,undefined,0,""N,0"""""",,0.00,3000.00" +1025550096,It Could Be Magic!,Nonfiction,Publishing,USD,2012-12-15,3000.00,2012-11-15 02:26:02,35.00,failed,2,US,35.00,35.00,3000.00 +1025550393,Underground Art Preserving Life Along the US & Mexico Border,Product Design,Design,USD,2015-06-02,2000.00,2015-05-11 23:58:29,325.00,failed,4,US,325.00,325.00,2000.00 +1025554776,High End Acrylic Command Board for Infinity,Tabletop Games,Games,EUR,2017-10-11,10000.00,2017-09-11 20:38:24,14195.00,successful,152,DE,1462.27,16764.30,11810.00 +1025568649,The Gift,Shorts,Film & Video,USD,2014-05-10,4500.00,2014-04-29 03:14:49,4560.00,successful,27,US,4560.00,4560.00,4500.00 +1025570211,Drinking Card Games - Playing Cards with a Twist,Playing Cards,Games,USD,2017-09-23,2200.00,2017-09-03 17:00:50,246.00,canceled,11,US,104.00,246.00,2200.00 +"1025574190,""The Last Prayer Of The Dying, 5E (5th ed) adventure module"",Tabletop Games,Games,GBP,2015-09-13,350.00,2015-08-14 00:37:18,1252.00,successful,166,GB,1947.67,1958.97,547.64" +"1025576318,""""""Ghost Ride""""-the trailer"",Narrative Film,Film & Video,USD,2010-06-21,5000.00,2010-05-11 19:26:56,300.00,failed,3,US,300.00,300.00,5000.00" +"1025580006,""Little Italy on Wheels, Gourmet Food Truck"",Food,Food,USD,2012-11-07,19000.00,2012-10-08 14:18:54,715.00,failed,6,US,715.00,715.00,19000.00" +1025580163,INGATHER: Stories of Chicago Chefs' Favorite Farmers (Canceled),Photography,Photography,USD,2010-07-18,15000.00,2010-06-10 16:46:21,3495.00,canceled,26,US,3495.00,3495.00,15000.00 +1025586350,Insanely Great President: Transforming the world one country,Publishing,Publishing,USD,2015-02-15,1000.00,2015-01-16 18:00:55,0.00,failed,0,US,0.00,0.00,1000.00 +1025596536,The Complete Artist: How to Succeed in the Creative Industry,Art Books,Publishing,CAD,2014-01-04,17800.00,2013-11-25 18:01:09,8716.00,failed,102,CA,8287.66,8013.98,16366.31 +1025604714,Pumpkins and Postcards,Graphic Design,Design,USD,2017-09-22,30.00,2017-08-23 20:30:25,43.00,successful,10,US,20.00,43.00,30.00 +102562125,Kaiden The Great,Children's Books,Publishing,USD,2017-11-09,5000.00,2017-10-10 00:11:28,30.00,failed,1,US,0.00,30.00,5000.00 +1025621421,Michael Cepress | 2013 Collection,Fashion,Fashion,USD,2013-02-08,50000.00,2013-01-18 23:14:31,52210.00,successful,539,US,52210.00,52210.00,50000.00 +"1025636614,""Greyscale Goods: beyond labels, just goods."",Fashion,Fashion,USD,2014-11-01,25000.00,2014-10-01 09:02:03,27529.55,successful,476,US,27529.55,27529.55,25000.00" +1025640847,WE LIFT,Technology,Technology,USD,2017-05-10,25000.00,2017-04-10 16:52:58,0.00,canceled,0,US,0.00,0.00,25000.00 +1025645783,BikeClip,Product Design,Design,EUR,2016-12-19,20000.00,2016-11-16 11:29:33,21683.00,successful,90,NL,8031.61,22650.16,20892.09 +1025646225,My Life Before I Decided To Commit Suicide,Nonfiction,Publishing,USD,2013-11-22,3000.00,2013-10-23 23:43:49,345.00,failed,14,US,345.00,345.00,3000.00 +102564858,Orbi - Kitchen Gadget For Perfect ‘Golden Egg’,Gadgets,Technology,USD,2017-02-24,5000.00,2017-01-10 15:31:04,9344.00,suspended,172,US,2226.00,9344.00,5000.00 +1025654402,THE SMOG RIDERS Dimensions of Madness,Tabletop Games,Games,EUR,2017-11-03,35000.00,2017-10-10 18:01:02,41684.00,canceled,502,ES,29071.06,48591.25,40799.67 +1025658636,Coin Pouch,Product Design,Design,USD,2014-04-17,500.00,2014-04-02 01:21:22,500.00,successful,5,US,500.00,500.00,500.00 +1025659236,GBS Detroit Presents Raven Love (Canceled),Indie Rock,Music,USD,2013-09-20,1200.00,2013-09-06 05:10:14,281.00,canceled,10,US,281.00,281.00,1200.00 +1025679259,A Book about World War II. The True Story of East Timor,Nonfiction,Publishing,AUD,2018-01-04,10500.00,2017-11-04 23:05:11,100.00,live,2,AU,0.00,78.41,8233.36 +1025684955,Rock'n Green Human Powered Electric Guitar,Product Design,Design,USD,2011-10-10,75000.00,2011-08-31 01:05:47,1.00,failed,1,US,1.00,1.00,75000.00 +1025686372,REBEL AQUAFIN: A Watch With A Mission.,Product Design,Design,USD,2017-09-14,40000.00,2017-08-15 13:52:32,102107.00,successful,217,US,18401.00,102107.00,40000.00 +1025690768,Rape Culture in India,Shorts,Film & Video,USD,2014-04-05,900.00,2014-03-06 22:07:35,1010.00,successful,11,US,1010.00,1010.00,900.00 +1025692791,Dramaternes Sommerproduktion 2017,Musical,Theater,DKK,2017-07-15,5000.00,2017-06-20 00:08:24,6300.00,successful,22,DK,22.59,986.24,782.73 +1025693749,Godly Acts : A Fine Art Series,Painting,Art,USD,2012-08-12,15000.00,2012-07-13 01:41:25,3040.00,failed,37,US,3040.00,3040.00,15000.00 +1025701043,The Peachy Printer - The First $100 3D Printer & Scanner!,3D Printing,Technology,CAD,2013-10-20,50000.00,2013-09-20 23:21:14,651091.16,successful,4420,CA,636502.52,623770.03,47901.90 +1025704145,Shit Happens // Season 2 (Canceled),Documentary,Film & Video,USD,2016-03-25,1500.00,2016-02-25 02:36:43,20.00,canceled,1,US,20.00,20.00,1500.00 +102571324,Doctor Strange - Sizzle Reel - Pitch for Development,Shorts,Film & Video,USD,2013-05-22,10000.00,2013-05-01 17:38:15,36.00,failed,3,US,36.00,36.00,10000.00 +102571936,Stare at the Clouds (Canceled),Mixed Media,Art,USD,2012-02-12,6000.00,2011-12-14 06:07:37,1.00,canceled,1,US,1.00,1.00,6000.00 +1025722498,PatentSlice.com-Automated Patent Drill-Down & Analysis Tool,Web,Technology,USD,2017-03-23,5000.00,2017-02-21 21:37:27,0.00,failed,0,US,0.00,0.00,5000.00 +"1025724502,""""""Wait 2 Die"""" - FIRE DOG 7"""" and CD * 21st Century Rocknroll!!"",Rock,Music,USD,2011-02-02,1000.00,2011-01-07 21:57:47,1098.00,successful,33,US,1098.00,1098.00,1000.00" +"1025731988,""rClock: An affordable, useful robot alarm clock (Canceled)"",Robots,Technology,AUD,2014-11-14,30000.00,2014-10-05 20:04:52,4199.00,canceled,15,AU,3642.72,3642.44,26023.59" +1025733989,Dominoes,Documentary,Film & Video,CAD,2014-08-21,10.00,2014-08-06 03:25:28,20.00,successful,6,CA,18.31,18.25,9.13 +1025734663,Prophet - The Game,Mobile Games,Games,SEK,2015-09-05,500000.00,2015-08-06 00:06:12,450.00,failed,2,SE,52.01,54.11,60122.17 +"1025740095,""Goat Cheese for Southern Maine, New Hampshire and Beyond!"",Food,Food,USD,2013-08-08,15000.00,2013-07-09 02:46:56,15280.00,successful,137,US,15280.00,15280.00,15000.00" +"1025743362,""To Record """"Proof Of Erdös"""""",Classical Music,Music,USD,2013-08-06,2000.00,2013-07-09 22:45:14,3013.00,successful,66,US,3013.00,3013.00,2000.00" +1025743596,A NEW KIND OF BEAUTIFUL,Music,Music,USD,2017-11-20,20187.00,2017-10-20 11:37:53,215.00,failed,3,US,0.00,215.00,20187.00 +"1025748188,Balloon,Film & Video,Film & Video,GBP,2014-08-08,800.00,2014-07-09 00:41:32,1020.00,undefined,0,""N,0"""""",,1714.03,1344.33" +1025750594,MRSter.com / For LGBT & straight couples planning a wedding,Publishing,Publishing,USD,2015-07-08,11400.00,2015-06-03 20:20:49,12025.00,successful,67,US,12025.00,12025.00,11400.00 +1025755611,The Wild Scotsman Project,Documentary,Film & Video,USD,2013-08-15,25000.00,2013-07-16 01:02:46,1015.00,failed,13,US,1015.00,1015.00,25000.00 +1025763799,words and music - an album by matt yaki,Music,Music,USD,2013-06-06,10000.00,2013-05-08 02:43:44,4696.00,failed,39,US,4696.00,4696.00,10000.00 +"1025774728,""Daddy Jack's """"A Taste of New Orleans"""" Premium Chicory Coffee"",Food,Food,USD,2014-04-05,25000.00,2014-02-19 14:35:41,1730.00,failed,22,US,1730.00,1730.00,25000.00" +"1025774936,""Threadbare, Brother's Musical Endeavor!"",World Music,Music,USD,2011-03-14,1200.00,2011-01-28 22:01:07,1229.00,successful,34,US,1229.00,1229.00,1200.00" +1025783776,Bela Bartok's Mikrokosmos for Classical Guitar,Classical Music,Music,USD,2015-08-23,2932.00,2015-06-24 19:20:44,854.00,failed,15,US,854.00,854.00,2932.00 +"1025786824,""Switch Aero System: One Bike, Two Rides"",Product Design,Design,USD,2013-07-04,20000.00,2013-06-03 04:37:29,49563.00,successful,277,US,49563.00,49563.00,20000.00" +1025788049,Roots 4 Good,Food,Food,USD,2013-04-26,1000.00,2013-02-25 00:34:06,183.00,failed,7,US,183.00,183.00,1000.00 +1025789480,RepRap Self-Replicating 3D Printer: Fuel The Revolution,Product Design,Design,USD,2011-11-24,1250.00,2011-10-25 19:28:38,2361.01,successful,7,US,2361.01,2361.01,1250.00 +1025800868,ZtoZ,Tabletop Games,Games,USD,2014-11-17,5000.00,2014-10-13 23:53:15,1123.00,failed,76,US,1123.00,1123.00,5000.00 +1025801831,JobMap,Apps,Technology,USD,2016-05-06,60000.00,2016-03-07 17:58:32,4.00,failed,2,US,4.00,4.00,60000.00 +1025806127,Aviary Review: Literary & Arts Journal,Publishing,Publishing,USD,2014-03-17,8000.00,2014-02-15 08:29:42,1410.00,failed,21,US,1410.00,1410.00,8000.00 +10258287,Those Guys Tour America! (Canceled),Music,Music,USD,2011-11-05,10000.00,2011-09-30 17:26:34,30.00,canceled,2,US,30.00,30.00,10000.00 +1025833929,Z-Torque Bicycle Cranks - Ride Faster ! Longer ! Easier !,Product Design,Design,USD,2012-10-16,50000.00,2012-09-16 01:35:40,2455.00,failed,46,US,2455.00,2455.00,50000.00 +1025841547,YWHW ON BROADWAY (Canceled),Theater,Theater,USD,2011-08-23,7500.00,2011-05-25 02:37:00,0.00,canceled,0,US,0.00,0.00,7500.00 +"1025844426,""Bsteady Car Mount by Bhold - Any Phone, Any Car"",Product Design,Design,USD,2015-10-30,5000.00,2015-09-29 07:38:00,10061.00,successful,265,US,10061.00,10061.00,5000.00" +1025852212,Blues Biography Elmore James,Documentary,Film & Video,CAD,2016-06-30,450.00,2016-05-31 02:06:33,1.00,failed,1,CA,0.77,0.77,348.22 +1025854145,Shelly Crane's Significance coming to the big screen!,Film & Video,Film & Video,USD,2013-03-05,50000.00,2013-01-28 23:23:19,17633.00,canceled,98,US,17633.00,17633.00,50000.00 +1025862770,Upcoming Music Artist,R&B,Music,USD,2017-04-09,1500.00,2017-02-23 08:11:00,25.00,failed,2,US,0.00,25.00,1500.00 +102587092,Bybee Circus Playing Cards,Playing Cards,Games,HKD,2017-06-16,10000.00,2017-05-17 03:45:42,570.00,failed,3,HK,0.00,73.07,1281.97 +1025875618,NeNe's Sweets Mobile Treats,Farmer's Markets,Food,USD,2016-04-26,6000.00,2016-03-27 07:44:10,176.00,failed,5,US,176.00,176.00,6000.00 +"102587742,""An amazing business lathe woodworking plan. Bowls, pins, ect"",Art,Art,USD,2016-10-14,2000.00,2016-09-15 07:35:47,151.00,failed,4,US,0.00,151.00,2000.00" +1025891484,Piece of Greece (Canceled),Sculpture,Art,GBP,2016-05-31,15000.00,2016-04-16 17:31:10,0.00,canceled,0,GB,0.00,0.00,21648.46 +1025892842,The Green Machine Experiment,Documentary,Film & Video,USD,2011-05-08,50000.00,2011-04-08 00:28:37,570.00,failed,4,US,570.00,570.00,50000.00 +1025895762,The Broken Few,Film & Video,Film & Video,USD,2015-05-22,20000.00,2015-04-22 23:41:17,605.00,failed,14,US,605.00,605.00,20000.00 +1025900558,A Transsexual wife and Husband's Dream (Canceled),Webseries,Film & Video,USD,2015-03-07,500.00,2015-02-05 23:59:52,0.00,canceled,0,US,0.00,0.00,500.00 +1025911217,Functional Steampunk Hat with Bluetooth Speakers Project,Apparel,Fashion,USD,2014-12-07,1250.00,2014-12-02 21:31:21,0.00,failed,0,US,0.00,0.00,1250.00 +1025914709,Operation Cosmic Jemima,Film & Video,Film & Video,USD,2013-06-22,500.00,2013-06-08 01:38:43,528.17,successful,15,US,528.17,528.17,500.00 +"1025925567,""Rose Windows LP """"The Sun Dogs"""" is almost finished!!"",Music,Music,USD,2012-05-19,2000.00,2012-05-04 01:54:14,2773.00,successful,60,US,2773.00,2773.00,2000.00" +102592982,HOT DANG! Help fund our debut album!!,Metal,Music,USD,2015-03-30,850.00,2015-02-04 20:13:23,1021.00,successful,30,US,1021.00,1021.00,850.00 +1025931817,Without Musicians,Journalism,Journalism,EUR,2016-05-27,200.00,2016-04-27 13:54:25,1.00,failed,1,IT,1.13,1.12,223.36 +1025934161,Three Dogs Eatery,Food Trucks,Food,USD,2017-08-11,35000.00,2017-07-12 19:06:00,100.00,canceled,1,US,100.00,100.00,35000.00 +102593615,REAL - A Guide for Living - more than just a meditation app,Apps,Technology,GBP,2015-12-02,20000.00,2015-10-28 20:35:42,20151.00,successful,200,GB,30937.66,30507.78,30279.17 +1025942363,Grassfed Lamb,Farms,Food,USD,2016-11-17,10000.00,2016-10-18 14:46:50,3.00,failed,2,US,0.00,3.00,10000.00 +1025943257,The Q-The Queer App Vision Fundraiser,Product Design,Design,USD,2015-05-10,40000.00,2015-04-10 23:52:59,60.00,failed,2,US,60.00,60.00,40000.00 +1025947904,Long island city new york art book (Canceled),Photography,Photography,USD,2013-11-07,10000000.00,2013-10-08 23:16:26,0.00,canceled,0,US,0.00,0.00,10000000.00 +1025949107,A Feast For Your Senses With Saavy Naturals,Product Design,Design,USD,2016-08-26,25000.00,2016-08-11 00:57:33,424.00,failed,13,US,84.00,424.00,25000.00 +1025951700,Opinions are OVERRATED,Apparel,Fashion,USD,2014-11-14,10000.00,2014-10-15 15:22:51,50.00,failed,2,US,50.00,50.00,10000.00 +"1025955180,#ROCKTHEVALLEY,Film & Video,Film & Video,USD,2015-11-20,3000.00,2015-09-21 17:26:04,0.00,undefined,0,""N,0"""""",,0.00,3000.00" +1025960193,TAHAANGA: The Fastest Drying Shirt on Earth,Apparel,Fashion,USD,2014-12-06,30000.00,2014-11-06 14:59:35,31122.00,successful,146,US,31122.00,31122.00,30000.00 +1025967050,Earthworm von Doom: Merch Pre-Order!,Metal,Music,USD,2016-12-23,500.00,2016-10-31 21:30:17,0.00,failed,0,US,0.00,0.00,500.00 +1025971961,Cycle Weather,Interactive Design,Design,DKK,2015-09-14,35000.00,2015-08-15 01:06:05,615.00,failed,18,DK,91.78,94.12,5356.60 +1025987645,The Magic of Romance,Fiction,Publishing,USD,2015-04-17,23000.00,2015-03-28 13:56:11,0.00,failed,0,US,0.00,0.00,23000.00 +1026001990,DOONUTZ be Hungry of Fun !,Games,Games,EUR,2016-12-24,50000.00,2016-11-23 00:29:49,612.00,failed,14,FR,0.00,645.11,52704.81 +"1026002447,""THEMATIX, the new generation in word games"",Puzzles,Games,CAD,2016-03-09,1000.00,2016-02-24 22:05:09,1070.00,successful,27,CA,779.65,807.36,754.55" +1026009769,FODI - The flat multi-purpose origami stand,Design,Design,CAD,2017-08-06,10000.00,2017-06-22 17:00:07,131270.50,successful,3067,CA,6524.94,103265.03,7866.58 +1026013818,Witch Way Home,Young Adult,Publishing,USD,2015-09-07,2000.00,2015-08-08 22:51:53,150.00,failed,2,US,150.00,150.00,2000.00 +1026015849,Breaker's End: A Graphic Novel,Comics,Comics,GBP,2013-08-21,5000.00,2013-07-22 18:10:44,1216.00,failed,60,GB,1856.21,1890.31,7772.67 +1026020547,The Tale of Perdita,Animation,Film & Video,USD,2013-05-23,5000.00,2013-04-23 07:07:41,1765.00,failed,34,US,1765.00,1765.00,5000.00 +1026027204,Finally! An Amazing Chai Latte In Your Dairy Aisle.,Food,Food,USD,2013-06-11,36000.00,2013-05-12 15:41:46,5032.00,failed,65,US,5032.00,5032.00,36000.00 +1026029140,Inside the Mind of Ana (Canceled),Film & Video,Film & Video,USD,2015-04-06,1000000.00,2015-02-05 02:42:49,0.00,canceled,0,US,0.00,0.00,1000000.00 +1026033626,Mobile Fitness Revolution: Gorilla Bow Resistance Workout,Product Design,Design,USD,2017-06-02,17000.00,2017-05-01 15:11:47,20908.00,successful,153,US,3468.00,20908.00,17000.00 +"1026034517,""Painting with Purpose IV, a mural project"",Public Art,Art,USD,2015-02-12,1300.00,2015-01-16 19:48:47,1410.00,successful,20,US,1410.00,1410.00,1300.00" +"1026034840,""World's 1st slow TV of Miniature, 3D Print, Model Train"",Mixed Media,Art,JPY,2017-12-18,300000.00,2017-11-18 13:20:58,13600.00,canceled,4,JP,116.34,119.97,2646.44" +1026038129,The America Poems,Poetry,Publishing,USD,2013-05-19,500.00,2013-04-19 15:11:57,650.00,successful,29,US,650.00,650.00,500.00 +1026038364,We Did It For You! - Women's Journey Through History,Theater,Theater,USD,2011-11-28,21000.00,2011-10-19 03:04:49,545.00,failed,3,US,545.00,545.00,21000.00 +1026040821,Violetta's Last Tango,Classical Music,Music,GBP,2013-12-01,5000.00,2013-10-24 21:30:28,135.00,failed,2,GB,219.30,220.66,8172.47 +1026045304,Regrowth T Shirts & Art,Fashion,Fashion,USD,2012-07-11,3000.00,2012-06-11 21:59:13,3050.00,successful,33,US,3050.00,3050.00,3000.00 +1026050035,DOUBLE RAINBOW - What Did It Mean?,Film & Video,Film & Video,CAD,2014-04-16,88000.00,2014-03-14 10:33:23,2614.00,failed,47,CA,2354.23,2374.42,79934.60 +1026056636,Rockabilly Valley Festival Septembre 2017 - Brussels Kart,Rock,Music,EUR,2016-04-23,15000.00,2016-02-25 17:38:55,0.00,failed,0,BE,0.00,0.00,17104.54 +1026060431,REMEN “His Standards” - Premium Men's Accessories,Product Design,Design,USD,2016-12-09,2000.00,2016-11-07 15:59:25,2134.00,successful,28,US,658.00,2134.00,2000.00 +1026069485,La crème de la crème,Comic Books,Comics,EUR,2015-11-24,1500.00,2015-10-10 03:48:02,0.00,failed,0,FR,0.00,0.00,1587.00 +1026071362,Blug,Shorts,Film & Video,USD,2013-07-05,9999.00,2013-06-08 04:40:55,0.00,failed,0,US,0.00,0.00,9999.00 +1026071869,THOMPSONIA! Eric & Suzy's first recording with Allegra!,Country & Folk,Music,USD,2015-02-24,12000.00,2015-01-09 04:05:23,12823.00,successful,203,US,12823.00,12823.00,12000.00 +1026077872,Caribbean Pizza Funding Campaign,Restaurants,Food,GBP,2017-01-13,25000.00,2016-11-14 21:39:29,0.00,failed,0,GB,0.00,0.00,30443.25 +1026080165,The Trouble With Dead Boyfriends goes to Premier Premieres!,Musical,Theater,USD,2017-05-31,4500.00,2017-05-01 15:58:28,4970.00,successful,79,US,895.00,4970.00,4500.00 +1026092175,Be Our Record Label! Back The New Album by The Blue News,Music,Music,USD,2013-05-26,15000.00,2013-04-26 00:05:07,206.00,canceled,5,US,206.00,206.00,15000.00 +1026093958,Zazu Wallet: Grocery Coupons on Autopilot,Apps,Technology,USD,2015-05-07,75000.00,2015-03-23 04:53:00,448.00,failed,16,US,448.00,448.00,75000.00 +1026096260,Completion of the 'Gallery of Kisses' Barcelona,Public Art,Art,EUR,2016-05-26,5000.00,2016-04-26 23:00:50,120.00,failed,2,ES,134.91,134.02,5583.97 +"1026100001,""The next best selling novel, """"The Elves of Aleanrahel."""""",Fiction,Publishing,USD,2012-07-28,15000.00,2012-06-28 02:49:35,40.00,failed,1,US,40.00,40.00,15000.00" +"1026100738,""Liberty Falls, 54321"",Plays,Theater,USD,2015-11-12,15000.00,2015-10-13 16:50:43,16465.00,successful,165,US,16465.00,16465.00,15000.00" +1026101666,Idyll - Psychological Horror/Thriller,Horror,Film & Video,USD,2014-11-19,400.00,2014-11-05 01:41:24,400.00,successful,1,US,400.00,400.00,400.00 +1026105027,Orn,Film & Video,Film & Video,USD,2011-06-08,3000.00,2011-05-09 10:37:58,225.00,failed,3,US,225.00,225.00,3000.00 +1026122546,Cattoo 30mm soft enamel pin,Illustration,Art,GBP,2017-08-09,200.00,2017-07-20 23:20:00,270.00,successful,31,GB,121.19,350.44,259.59 +"1026138284,Gas Station of Earthly Delights,Film & Video,Film & Video,USD,2014-06-12,5500.00,2014-05-13 18:11:26,7221.00,undefined,0,""N,0"""""",,7221.00,5500.00" +1026142428,The Longest Anecdote Ever Told,Fiction,Publishing,USD,2012-06-08,8500.00,2012-05-09 18:32:43,1095.00,failed,4,US,1095.00,1095.00,8500.00 +1026142748,The New Kid - A Short Film,Shorts,Film & Video,USD,2011-12-30,5000.00,2011-10-31 04:14:22,5725.00,successful,46,US,5725.00,5725.00,5000.00 +102614523,Spoken (Canceled),Apps,Technology,USD,2014-09-06,12000.00,2014-08-07 23:52:46,261.00,canceled,5,US,261.00,261.00,12000.00 +1026158172,Altai Pipeline in Siberia,People,Photography,CAD,2015-04-14,2500.00,2015-03-18 05:17:00,3057.00,successful,68,CA,2390.95,2507.59,2050.69 +1026164336,Trade Routes,Fiction,Publishing,EUR,2016-10-05,25000.00,2016-09-05 00:02:13,482.00,failed,6,IT,11.16,536.95,27849.88 +1026167578,Too Horrible To Mention,Narrative Film,Film & Video,USD,2013-12-04,900000.00,2013-10-05 14:35:59,70.00,failed,2,US,70.00,70.00,900000.00 +1026169288,The Dancake Van,Food,Food,USD,2014-02-23,15000.00,2014-01-09 22:26:18,3414.00,failed,124,US,3414.00,3414.00,15000.00 +1026172222,Half Mile Down,Immersive,Theater,USD,2014-08-18,500.00,2014-08-11 20:14:32,600.00,successful,19,US,600.00,600.00,500.00 +"102617333,""Rocksetta: Neural Network, Machine Learning MP3 Creation"",Electronic Music,Music,CAD,2016-12-26,30.00,2016-12-03 22:44:54,30.00,successful,3,CA,15.76,22.29,22.29" +1026181139,New Album: BRICK AND MORTAR. New Book: HITLESS WONDER.,Rock,Music,USD,2012-05-11,5000.00,2012-03-15 02:20:34,7140.00,successful,44,US,7140.00,7140.00,5000.00 +"1026182216,""Tim Halperin """"The Last Song"""" Music Video"",Music,Music,USD,2011-04-27,8000.00,2011-03-27 06:16:05,8265.00,successful,120,US,8265.00,8265.00,8000.00" +1026183893,Project: FUN NUN,Publishing,Publishing,USD,2014-04-04,700.00,2014-03-05 19:48:56,1101.00,successful,31,US,1101.00,1101.00,700.00 +"1026183973,""""""The Blackbook"""" Project"",Art,Art,USD,2014-09-02,3000.00,2014-08-01 20:09:15,3065.00,successful,30,US,3065.00,3065.00,3000.00" +"1026184808,""New C.D. """"Under the Radar"""" with music videos"",Country & Folk,Music,USD,2010-08-16,2000.00,2010-06-17 03:55:19,2000.00,successful,18,US,2000.00,2000.00,2000.00" +1026192421,Razor's Edge is a cutting edge new Russian Roulette effect.,Film & Video,Film & Video,USD,2014-03-14,5000.00,2014-02-12 04:46:00,5521.00,successful,44,US,5521.00,5521.00,5000.00 +1026198719,Dry Time: A Television Pilot,Television,Film & Video,USD,2016-06-12,8100.00,2016-05-13 16:02:09,0.00,failed,0,US,0.00,0.00,8100.00 +1026200446,Last call on 'Grand Street' (Feature Film),Narrative Film,Film & Video,USD,2012-01-28,20000.00,2011-12-01 23:37:26,26293.95,successful,203,US,26293.95,26293.95,20000.00 +1026200929,inCync - The Bluetooth Speaker that Goes With You Anywhere.,Technology,Technology,USD,2014-02-20,20000.00,2014-01-21 16:01:03,23459.00,successful,220,US,23459.00,23459.00,20000.00 +1026204931,THE NERDWAX PIZZA CLOTH,Product Design,Design,USD,2017-08-26,2500.00,2017-08-02 07:05:41,8665.00,successful,453,US,3765.00,8665.00,2500.00 +1026209540,Unapologetic Beauty: A Book Redefining Female Beauty,Art Books,Publishing,USD,2016-04-27,6000.00,2016-03-28 06:15:47,6221.00,successful,76,US,6221.00,6221.00,6000.00 +1026210085,Record Demo,Country & Folk,Music,CAD,2014-07-13,3000.00,2014-06-13 16:59:10,60.00,failed,2,CA,55.21,55.84,2792.00 +1026211393,A Drone for Graham,Video,Journalism,GBP,2015-04-14,1000.00,2015-03-27 18:08:13,1360.00,successful,32,GB,2024.52,2042.93,1502.16 +1026212400,Conversations with North Korea: Own a rare piece of history!,Conceptual Art,Art,USD,2015-08-27,1000.00,2015-07-08 07:08:34,4070.01,successful,94,US,4070.01,4070.01,1000.00 +1026215413,The Myth of Layla,Performance Art,Art,USD,2016-10-16,7000.00,2016-09-19 16:26:27,7000.00,successful,80,US,726.00,7000.00,7000.00 +"1026217708,""""""Mid-Way"""": A Book for Anyone Who Has Asked 'What If'"",Nonfiction,Publishing,USD,2011-04-01,3000.00,2011-02-07 23:06:35,0.00,canceled,0,US,0.00,0.00,3000.00" +1026228555,Halo 5: XBOX One Advert - Student Film,Film & Video,Film & Video,GBP,2014-04-23,300.00,2014-04-09 22:31:58,356.50,successful,35,GB,592.35,599.23,504.26 +1026230619,FoPo Food Powder - Saving almost expiring fruits DELICIOUSLY,Food,Food,SEK,2015-07-09,180000.00,2015-05-20 18:05:44,219786.50,successful,160,SE,26659.05,26124.32,21395.21 +1026232087,SIDEWAY:Side pocket to front. Back pack / bag game changer,Product Design,Design,AUD,2015-10-22,30000.00,2015-09-22 18:52:08,1531.00,canceled,11,AU,1096.73,1112.73,21803.91 +1026234031,World of the Dead,Tabletop Games,Games,USD,2012-12-21,5000.00,2012-11-21 00:30:05,8732.00,successful,114,US,8732.00,8732.00,5000.00 +102623587,Art Fort 321 & The Urban Monk Present: The Dispensary,Conceptual Art,Art,USD,2015-09-30,10000.00,2015-08-29 22:29:44,25.00,failed,1,US,25.00,25.00,10000.00 +1026241268,Services/Out Display Outages App.Software (Canceled),Software,Technology,USD,2014-05-30,40000.00,2014-05-02 06:36:47,25.00,canceled,1,US,25.00,25.00,40000.00 +1026252368,Protective case for playing card,Crafts,Crafts,HKD,2017-09-02,2000.00,2017-08-03 14:19:21,110.00,canceled,1,HK,14.08,14.09,256.16 +1026259312,Souls In The Headlights,Rock,Music,USD,2013-09-21,1500.00,2013-08-31 00:08:33,1540.00,successful,34,US,1540.00,1540.00,1500.00 +1026261165,The Perking House Coffee Company,Food Trucks,Food,USD,2016-02-03,1000.00,2016-01-04 18:49:27,0.00,failed,0,US,0.00,0.00,1000.00 +102626873,DELETE THIS PROJECT PLEASE (Canceled),Hardware,Technology,EUR,2016-07-14,5000.00,2016-06-14 06:26:12,5.00,canceled,1,BE,5.62,5.56,5564.03 +"1026270726,""Finishing Funds for """"Two Women"""""",Photography,Photography,USD,2011-04-12,5000.00,2011-01-11 18:00:25,5168.00,successful,42,US,5168.00,5168.00,5000.00" +1026271887,BEDU,Rock,Music,MXN,2017-11-18,80000.00,2017-10-12 03:31:01,82000.00,successful,24,MX,0.00,4404.81,4297.38 +1026274673,Jessica Manning Debut Album | What If I Run,Music,Music,USD,2016-02-21,10000.00,2016-01-22 19:21:56,11565.00,successful,147,US,11565.00,11565.00,10000.00 +1026275631,2LOW gives you 2 wheel drive low range at a push of a button,Gadgets,Technology,CAD,2016-03-25,30000.00,2016-02-25 00:01:23,511.00,failed,5,CA,372.34,392.23,23027.33 +102627605,Photo's without Copyright from Indonesia sight-seeing,Nature,Photography,EUR,2015-08-05,500.00,2015-07-15 23:39:26,1.00,failed,1,NL,1.10,1.09,547.05 +1026292063,Point Blank On Our Own (Canceled),Rock,Music,USD,2012-09-22,20000.00,2012-08-23 20:20:01,4323.00,canceled,57,US,4323.00,4323.00,20000.00 +1026294554,Mossy Creek Mushrooms,Farms,Food,USD,2015-02-09,1500.00,2015-01-20 20:34:42,5606.00,successful,121,US,5606.00,5606.00,1500.00 +1026302716,IISKO 2016,Pop,Music,USD,2016-04-22,10670.00,2016-03-23 21:01:19,10721.00,successful,57,US,10721.00,10721.00,10670.00 +1026305220,The Relaunch: Flying Not Falling: New Age Music Gone World!,World Music,Music,USD,2017-06-28,1850.00,2017-06-21 22:23:32,2475.00,successful,53,US,516.00,2475.00,1850.00 +1026306076,Children's Head Stabilizer,Product Design,Design,USD,2015-11-21,500.00,2015-09-22 21:26:30,0.00,failed,0,US,0.00,0.00,500.00 +1026309308,Katchem Books website build (Canceled),Graphic Design,Design,USD,2014-08-05,3500.00,2014-07-06 16:27:58,0.00,canceled,0,US,0.00,0.00,3500.00 +1026312770,Going Hollywood,Nonfiction,Publishing,USD,2011-06-11,5500.00,2011-05-12 05:51:49,5562.00,successful,125,US,5562.00,5562.00,5500.00 +"1026316369,""Corey Considine: Love, Death & Transformation"",Shorts,Film & Video,USD,2014-01-09,3700.00,2013-12-10 00:26:58,4277.00,successful,75,US,4277.00,4277.00,3700.00" +1026317724,The Advertisement Weather Shield,Product Design,Design,USD,2017-05-19,6000.00,2017-04-19 17:23:45,10.00,failed,1,US,25.00,10.00,6000.00 +1026323805,Notelion - Notes You Can ReLION,Web,Technology,USD,2016-03-29,29000.00,2016-02-28 19:46:56,2.00,failed,2,US,2.00,2.00,29000.00 +1026338131,The Boulder Food Park: Boulder's Food & Drink Venue,Food Trucks,Food,USD,2014-09-10,40000.00,2014-08-11 21:25:58,44182.20,successful,157,US,44182.20,44182.20,40000.00 +1026338859,No Cover Season 2,Webseries,Film & Video,USD,2012-01-01,1500.00,2011-11-08 04:33:14,240.00,failed,4,US,240.00,240.00,1500.00 +"1026349019,""Bonduran | Minimalist handcrafted wallet, from nature to you"",Product Design,Design,USD,2016-07-15,3000.00,2016-06-15 15:29:56,1260.00,failed,40,US,1190.00,1260.00,3000.00" +1026361632,Makayla Duvall's EP Fund!,Pop,Music,USD,2012-03-18,2000.00,2012-02-17 05:28:12,2285.00,successful,50,US,2285.00,2285.00,2000.00 +1026365262,The Loneliest Spacegirl Goes to APE,Comics,Comics,USD,2011-09-01,175.00,2011-08-09 03:01:50,950.01,successful,30,US,950.01,950.01,175.00 +1026378037,The Ryda - Sin City Diaries: Chapter 2,Music,Music,EUR,2016-12-01,650.00,2016-10-20 13:38:30,650.00,successful,7,DE,0.00,691.73,691.73 +1026388130,Sviper - One Handset / Multiple Smartphones,Apps,Technology,USD,2014-07-14,50000.00,2014-06-14 07:39:05,5.00,failed,1,US,5.00,5.00,50000.00 +1026390886,Help put Running For Daylight's debut album on vinyl!,Indie Rock,Music,USD,2012-04-19,3000.00,2012-03-20 00:46:52,355.00,failed,11,US,355.00,355.00,3000.00 +1026398446,Bee King Leather Craft and Heritage,Crafts,Crafts,USD,2015-09-02,6000.00,2015-08-03 18:55:54,108.00,failed,2,US,108.00,108.00,6000.00 +1026401624,Hoodratz In Space : Issue #4,Comics,Comics,USD,2017-05-03,1000.00,2017-04-03 01:32:33,300.00,failed,9,US,0.00,300.00,1000.00 +"1026404953,""Heroes of Issachar - Quest, Build Your Castle, Defend It"",Video Games,Games,USD,2013-12-25,35000.00,2013-11-20 06:03:13,3936.00,failed,86,US,3936.00,3936.00,35000.00" +1026413962,Awe of Despair,Video Games,Games,USD,2017-06-02,6000.00,2017-05-03 05:14:07,260.00,failed,10,US,100.00,260.00,6000.00 +1026419106,NYU GAP SHOW: THE PHYSICISTS,Theater,Theater,USD,2011-04-02,500.00,2011-03-01 05:58:33,66.00,failed,4,US,66.00,66.00,500.00 +1026425662,DIY Colored Hair Extensions for Dolls and their Girls,DIY,Crafts,USD,2016-03-20,5000.00,2016-02-19 21:58:03,0.00,canceled,0,US,0.00,0.00,5000.00 +1026429101,A Paper Internet,Art,Art,USD,2010-12-25,2000.00,2010-10-31 10:53:08,356.00,failed,8,US,356.00,356.00,2000.00 +1026432233,Harness Melodies (Canceled),Film & Video,Film & Video,USD,2012-03-29,20000.00,2012-02-28 00:59:18,1045.00,canceled,32,US,1045.00,1045.00,20000.00 +1026435270,Brendan's Bar,Music,Music,USD,2016-11-30,500000.00,2016-10-29 21:13:07,975.00,failed,6,US,975.00,975.00,500000.00 +1026437597,Night Terrors,Shorts,Film & Video,USD,2013-03-03,30000.00,2013-01-02 22:23:46,0.00,failed,0,US,0.00,0.00,30000.00 +1026440611,SleepSmart: The Smart Adjustable Pillow for Side Sleepers,Technology,Technology,USD,2017-06-22,50000.00,2017-05-23 15:02:51,87720.00,successful,596,US,25699.00,87720.00,50000.00 +1026446534,Drunk Craftings (Canceled),Ceramics,Art,USD,2015-04-24,900.00,2015-02-23 23:26:38,0.00,canceled,0,US,0.00,0.00,900.00 +"1026453697,""ActiVclip - walk, jog, or run with your iPhone - holds 1 key"",Technology,Technology,USD,2015-09-17,8999.00,2015-08-18 01:43:27,571.00,failed,29,US,571.00,571.00,8999.00" +1026472164,Pi Brewing Company,Drinks,Food,USD,2015-08-23,10000.00,2015-07-24 06:14:52,3402.00,failed,37,US,3402.00,3402.00,10000.00 +102648464,Foxwood,Woodworking,Crafts,EUR,2015-05-22,5000.00,2015-05-01 23:33:40,225.00,failed,3,NL,250.15,251.19,5581.98 +1026487093,School of Wizards & Witches! The Wizard Tower Tales,Tabletop Games,Games,GBP,2017-12-29,1000.00,2017-11-29 16:12:40,165.00,canceled,8,GB,160.01,223.04,1351.73 +1026488712,Modern Dread - A Horror Anthology of Modern Anxieties,Graphic Novels,Comics,USD,2017-10-27,7000.00,2017-10-10 16:04:55,11195.00,successful,346,US,2682.00,11195.00,7000.00 +1026494774,The Chrome Cranks launch PR campaign for new album!,Indie Rock,Music,USD,2012-04-30,4000.00,2012-03-31 17:30:08,4516.44,successful,95,US,4516.44,4516.44,4000.00 +1026499825,save the bees. swarm catching and bee removals. protect them,Food,Food,CAD,2016-04-01,10000.00,2016-02-19 21:42:09,1.00,failed,1,CA,0.73,0.77,7675.78 +1026501457,The Loom Debut Full-Length Album!,Indie Rock,Music,USD,2009-11-02,2500.00,2009-09-15 05:56:28,4165.00,successful,76,US,4165.00,4165.00,2500.00 +1026510072,HopFuse: The Ultimate Portable Beer/Tea/Water Infuser Bottle,Product Design,Design,USD,2015-10-29,1500.00,2015-09-14 21:11:02,3320.00,suspended,77,US,3320.00,3320.00,1500.00 +1026514485,Praise Apparel,Design,Design,USD,2015-05-19,7500.00,2015-04-19 14:39:26,176.00,failed,5,US,176.00,176.00,7500.00 +1026522515,A Country For Old Men,Web,Journalism,USD,2016-05-18,10000.00,2016-04-18 20:03:08,27.00,failed,3,US,27.00,27.00,10000.00 +1026528251,DESPERATE MEASURES - an independent feature film,Narrative Film,Film & Video,USD,2011-08-04,2500.00,2011-07-05 18:11:20,325.00,failed,14,US,325.00,325.00,2500.00 +1026528533,Help Save High School Theater,Plays,Theater,USD,2014-07-30,150.00,2014-06-30 22:53:59,15.00,failed,3,US,15.00,15.00,150.00 +102652880,Beach Bodies Travelling Exhibition,Photography,Photography,AUD,2014-08-25,6000.00,2014-07-11 04:53:28,1.00,failed,1,AU,0.94,0.93,5602.76 +"1026533523,""Perc, iconic cafe + espresso cups"",Product Design,Design,USD,2011-07-02,9000.00,2011-05-28 20:02:47,10322.40,successful,128,US,10322.40,10322.40,9000.00" +1026534747,KrabKlaw - The Multi-tool Inspired By Nature,Design,Design,USD,2015-12-11,4000.00,2015-10-27 00:37:44,567.00,failed,30,US,567.00,567.00,4000.00 +1026540761,Hoten,Shorts,Film & Video,USD,2013-01-30,6000.00,2012-12-31 20:30:10,2766.00,failed,22,US,2766.00,2766.00,6000.00 +102657655,The ART of Choices,Food Trucks,Food,USD,2014-07-29,7000.00,2014-07-15 04:18:32,261.00,failed,9,US,261.00,261.00,7000.00 +1026585863,Feltmeupdesigns Rainbow Doodle Birds Printed Tea Towel,Printing,Crafts,GBP,2015-06-25,850.00,2015-05-26 18:54:07,3215.00,successful,179,GB,4975.50,5056.06,1336.75 +1026585977,The Control's New EP!,Rock,Music,USD,2012-11-03,1000.00,2012-09-19 22:53:43,1000.00,successful,17,US,1000.00,1000.00,1000.00 +1026589061,Skookum: The Hunt for Bigfoot: a Feature Adventure/Horror,Narrative Film,Film & Video,USD,2013-05-13,9500.00,2013-03-14 10:01:41,2846.00,failed,39,US,2846.00,2846.00,9500.00 +1026592848,THINK DECK - Cards for reflection and self-discovery,Games,Games,USD,2016-10-21,2000.00,2016-09-20 21:00:28,5335.00,successful,139,US,2534.00,5335.00,2000.00 +102659429,UNSPOKEN,Fiction,Publishing,USD,2012-04-22,2000.00,2012-03-22 16:21:38,130.00,failed,4,US,130.00,130.00,2000.00 +1026598212,Numenera: Into the Ninth World,Tabletop Games,Games,USD,2015-09-10,20000.00,2015-08-05 18:04:36,417560.00,successful,3317,US,417560.00,417560.00,20000.00 +1026599040,Journey to becoming Ms. United States 2015 (Suspended),Couture,Fashion,USD,2015-07-03,5000.00,2015-06-12 15:31:47,0.00,suspended,0,US,0.00,0.00,5000.00 +102661219,Fern Teather - Debut Album!,Country & Folk,Music,GBP,2015-07-04,2000.00,2015-06-03 15:24:36,2280.00,successful,50,GB,3466.37,3538.01,3103.52 +1026617297,Shoecolate World's biggest chocolate high heel shoe,Food,Food,USD,2018-01-06,20000.00,2017-12-07 10:49:26,15.00,live,1,US,15.00,15.00,20000.00 +1026625473,Prints for Paint,Painting,Art,USD,2014-04-09,300.00,2014-03-10 21:08:34,381.00,successful,9,US,381.00,381.00,300.00 +1026629335,KADOMARU: The R-Line Card Sleeves,Tabletop Games,Games,USD,2016-04-21,5000.00,2016-03-22 06:24:32,2518.00,failed,79,US,2518.00,2518.00,5000.00 +1026630838,Rise of the Cult of Nagfa: A Pathfinder Adventure,Tabletop Games,Games,USD,2012-12-31,750.00,2012-11-22 00:23:07,3031.00,successful,57,US,3031.00,3031.00,750.00 +1026631893,Kickstart a Twitch Streamer (Canceled),Video Games,Games,CAD,2014-08-14,3000.00,2014-07-15 21:44:38,10.00,canceled,1,CA,9.32,9.17,2752.29 +1026634912,Home-built Hobbit House,Crafts,Crafts,USD,2013-11-30,1000.00,2013-10-31 18:26:53,1539.50,successful,58,US,1539.50,1539.50,1000.00 +1026637206,Create a Creature,Crochet,Crafts,CAD,2015-04-20,5000.00,2015-02-25 05:03:53,3.00,failed,2,CA,2.39,2.48,4125.75 +"1026637716,""""""What Would Lemmy Do?"""" music video by Joecephus & TGJM"",Film & Video,Film & Video,USD,2010-12-16,1500.00,2010-11-18 21:47:55,1525.00,successful,29,US,1525.00,1525.00,1500.00" +1026637861,Food service to you,Restaurants,Food,USD,2016-05-01,40000.00,2016-03-26 01:51:39,0.00,failed,0,US,0.00,0.00,40000.00 +1026638117,The AOA Presents: The Maiden of Orleans,Plays,Theater,USD,2015-03-12,250.00,2015-02-10 21:13:02,570.00,successful,10,US,570.00,570.00,250.00 +1026639853,Modernized Case to Ensure Student Achievement (Canceled),Product Design,Design,USD,2015-04-20,30000.00,2015-03-16 22:00:04,1361.00,canceled,10,US,1361.00,1361.00,30000.00 +102664199,GLTC Presents Robin Hood!!,Theater,Theater,USD,2013-08-10,400.00,2013-07-26 22:00:41,601.00,successful,22,US,601.00,601.00,400.00 +1026647712,Electra & Orestes Production Funding,Theater,Theater,USD,2011-05-23,500.00,2011-03-17 23:13:29,627.00,successful,20,US,627.00,627.00,500.00 +1026649227,The Studio,Music,Music,EUR,2016-01-10,3000000.00,2015-12-11 03:55:01,0.00,failed,0,FR,0.00,0.00,3274215.55 +1026651481,College Basketball Mobile Phone App Project,Software,Technology,USD,2012-11-18,1000.00,2012-10-19 04:13:06,50.00,failed,1,US,50.00,50.00,1000.00 +1026654680,Basslock 'Rise' EP,Electronic Music,Music,GBP,2014-01-01,500.00,2013-11-14 20:48:30,140.00,failed,5,GB,222.47,229.85,820.88 +1026656812,The Greatest Escape (Canceled),Animation,Film & Video,USD,2012-11-30,2000000.00,2012-10-01 21:06:05,0.00,canceled,0,US,0.00,0.00,2000000.00 +1026661338,Decisions (Everyone has Demons),Shorts,Film & Video,USD,2013-11-30,7500.00,2013-10-01 17:40:43,0.00,failed,0,US,0.00,0.00,7500.00 +1026665771,Barbarism or Tradition? Chhaupadi today,Documentary,Film & Video,GBP,2017-08-23,2000.00,2017-07-09 00:26:37,65.00,failed,2,GB,19.45,83.35,2564.63 +1026670616,Stone Mountain Station's Debut Full-Length Album,Rock,Music,USD,2013-07-03,8000.00,2013-06-03 22:02:03,8100.00,successful,77,US,8100.00,8100.00,8000.00 +1026676975,Race Pilots: The First African-American Fliers (Canceled),Documentary,Film & Video,USD,2013-07-05,7000.00,2013-06-24 19:40:41,485.00,canceled,7,US,485.00,485.00,7000.00 +1026680547,Greeting cards with scientists,Graphic Design,Design,USD,2017-10-05,3000.00,2017-09-05 13:45:28,65.00,failed,6,US,55.00,65.00,3000.00 +1026682583,Alone With Company,Shorts,Film & Video,USD,2015-04-08,5000.00,2015-03-09 00:00:31,6100.00,successful,44,US,6100.00,6100.00,5000.00 +1026698316,Open Closet Fashion Week,Fashion,Fashion,USD,2013-06-29,7500.00,2013-05-30 13:02:47,2575.00,failed,2,US,2575.00,2575.00,7500.00 +1026701306,Poetry4Teens,Music Videos,Film & Video,AUD,2016-02-24,1000.00,2016-01-25 04:50:31,1030.00,successful,4,AU,721.29,742.13,720.51 +"1026703443,""Mad Temple """"Animal"""" Music Video"",Film & Video,Film & Video,USD,2013-12-22,4000.00,2013-11-22 03:53:53,735.00,failed,7,US,735.00,735.00,4000.00" +"1026707446,""My Mom, My Man, and Me Pilot"",Webseries,Film & Video,USD,2014-05-21,8000.00,2014-04-26 12:56:37,1880.00,failed,15,US,1880.00,1880.00,8000.00" +1026708436,Untiled Neo-Noir,Thrillers,Film & Video,USD,2017-11-01,2000.00,2017-10-09 19:58:09,0.00,failed,0,US,0.00,0.00,2000.00 +102671049,Dustin's Caffeinated COWGIRL NINJA Niece #3 (42-page comic),Comic Books,Comics,USD,2017-10-12,580.00,2017-09-12 00:57:03,900.00,successful,69,US,71.00,900.00,580.00 +"1026716989,The Party on High Street's New ACOUSTIC album,Music,Music,CAD,2014-12-11,4500.00,2014-11-11 02:11:14,4500.00,undefined,0,""N,0"""""",,3886.01,3886.01" +"1026721751,""Death of a Myth, Light in the Darkness"",Fiction,Publishing,USD,2012-06-02,55000.00,2012-05-03 23:52:01,50.00,failed,1,US,50.00,50.00,55000.00" +1026725488,The Holy Land Project,Documentary,Film & Video,USD,2011-05-16,5000.00,2011-04-01 01:01:37,655.00,failed,10,US,655.00,655.00,5000.00 +"1026726508,The Bully Project,Film & Video,Film & Video,USD,2016-02-21,3300.00,2016-01-22 13:28:02,230.00,undefined,0,""N,0"""""",,230.00,3300.00" +1026730456,CLIPP | The Wallet To End Pocket Bulk,Accessories,Fashion,USD,2016-01-19,10000.00,2015-12-10 01:58:11,14287.00,successful,147,US,14287.00,14287.00,10000.00 +1026733787,The Scarlet Oak: The Greatest Adventures Begin in a Tavern,Tabletop Games,Games,USD,2014-12-06,75000.00,2014-10-22 13:00:23,5846.25,canceled,30,US,5846.25,5846.25,75000.00 +1026735199,Locked Up,Fiction,Publishing,USD,2014-05-22,700.00,2014-04-22 16:07:47,1058.00,successful,92,US,1058.00,1058.00,700.00 +"1026740303,""My Wallet, our planet."",Product Design,Design,EUR,2014-10-13,10000.00,2014-09-13 04:22:21,21.00,failed,2,NL,27.11,26.93,12822.98" +1026744324,Ögri og Hvítur Úlfur (Canceled),Narrative Film,Film & Video,CAD,2014-06-10,37747.00,2014-04-11 06:35:31,130.00,canceled,2,CA,119.33,119.83,34793.07 +1026769872,GAMER LOGIC - Retro Gaming-Inspired Designs,Video Games,Games,GBP,2014-09-30,670.00,2014-08-31 14:42:16,344.00,failed,21,GB,570.99,552.68,1076.44 +1026786612,The Summoned,Thrillers,Film & Video,USD,2014-10-04,5000.00,2014-08-15 23:03:56,50.00,failed,2,US,50.00,50.00,5000.00 +1026786900,Danger Kids Universe,Fiction,Publishing,USD,2013-08-23,55000.00,2013-07-24 12:12:51,25.00,failed,1,US,25.00,25.00,55000.00 +1026787511,Classic JRPG,Video Games,Games,USD,2015-10-08,500.00,2015-08-09 08:11:04,205.00,failed,6,US,205.00,205.00,500.00 +1026789020,Body of Deception-A Feature film set in Boston in the 1950's,Film & Video,Film & Video,USD,2017-04-03,100000.00,2017-02-17 20:02:03,25.00,failed,1,US,0.00,25.00,100000.00 +102679287,New laptop for future app/game making,Gadgets,Technology,GBP,2014-08-08,750.00,2014-07-09 17:37:10,0.00,failed,0,GB,0.00,0.00,1260.31 +1026795288,Real Carbon Fiber Comb,Product Design,Design,USD,2015-06-01,5000.00,2015-04-13 17:23:44,8904.00,successful,263,US,8904.00,8904.00,5000.00 +1026795345,Back Yard Heroes - The series (Canceled),Documentary,Film & Video,USD,2013-04-17,125000.00,2013-03-03 14:32:05,0.00,canceled,0,US,0.00,0.00,125000.00 +"1026799920,""HoverBars - We Don't Make Hoverboards, We Make Them Safer."",Gadgets,Technology,USD,2016-07-23,275000.00,2016-06-23 20:00:13,480.00,canceled,4,US,360.00,480.00,275000.00" +1026805612,Notes From a Red Nose - eBook About Theatre Clowning,Nonfiction,Publishing,USD,2015-03-06,3500.00,2015-02-02 19:33:17,475.00,failed,14,US,475.00,475.00,3500.00 +1026811270,Garden Harvest Portable Water Timer,Gadgets,Technology,USD,2016-11-21,8000.00,2016-10-22 15:47:47,0.00,failed,0,US,0.00,0.00,8000.00 +1026813689,SunMuffs™ - Ear Protection and Eyeware Accessory,Product Design,Design,USD,2016-02-20,3200.00,2016-01-21 12:10:11,3334.00,successful,96,US,3334.00,3334.00,3200.00 +1026818674,Help King of Prussia self-release their new album!,Indie Rock,Music,USD,2012-01-14,3500.00,2011-12-14 02:54:36,3580.00,successful,90,US,3580.00,3580.00,3500.00 +102682359,CleverShare,Web,Technology,EUR,2016-12-09,30000.00,2016-11-09 08:32:34,101.00,failed,2,DE,111.52,106.65,31676.98 +1026823684,If I build it they will become,Publishing,Publishing,USD,2014-08-20,13000.00,2014-07-21 16:04:07,10.00,failed,1,US,10.00,10.00,13000.00 +1026824262,Joe Young: New album! New music!,Music,Music,USD,2013-10-18,2500.00,2013-08-20 00:47:18,620.00,failed,13,US,620.00,620.00,2500.00 +1026829022,Help Bring an Urban Farm to Life in Houston,Farms,Food,USD,2017-05-27,10000.00,2017-04-27 17:33:24,79.00,failed,4,US,7.77,79.00,10000.00 +"102684791,""""""Painted Hearts"""" (Canceled)"",Film & Video,Film & Video,USD,2011-11-22,50.00,2011-09-23 16:32:35,0.00,canceled,0,US,0.00,0.00,50.00" +1026864342,Parma Città delle Muse,Civic Design,Design,EUR,2015-10-02,20000.00,2015-08-03 15:23:22,780.00,failed,9,IT,857.31,870.48,22319.93 +1026881595,Poland Fables,Illustration,Art,USD,2013-06-30,2000.00,2013-05-31 06:34:01,2011.64,successful,30,US,2011.64,2011.64,2000.00 +1026887932,VivaBoo tea infuser and Vivid Coral Pick food pick set,Product Design,Design,USD,2015-07-03,5000.00,2015-05-19 06:08:15,6696.00,successful,199,US,6696.00,6696.00,5000.00 +1026888869,Redshirts: A Starfinder Adventure Path (Levels 1-3),Tabletop Games,Games,USD,2017-09-02,1000.00,2017-07-04 00:49:05,7783.00,successful,304,US,570.00,7783.00,1000.00 +102690009,Plant-Life,Product Design,Design,USD,2017-11-01,10000.00,2017-09-26 23:54:07,2999.00,canceled,59,US,228.00,2999.00,10000.00 +1026908474,Equus Ferus Caballus Music Festival,Indie Rock,Music,USD,2014-07-05,1000.00,2014-06-25 21:43:33,36.00,failed,4,US,36.00,36.00,1000.00 +1026910156,After The World Forgets - A documentary,Documentary,Film & Video,USD,2012-01-09,10000.00,2011-11-10 20:44:28,10011.00,successful,51,US,10011.00,10011.00,10000.00 +"102691588,""Russian for Babies, Mommies & Daddies"",Children's Books,Publishing,USD,2014-06-25,3200.00,2014-05-21 15:04:11,3205.00,successful,23,US,3205.00,3205.00,3200.00" +1026916912,Automatic Cristmas Tree Feeder,Gadgets,Technology,USD,2016-11-22,150000.00,2016-09-23 19:39:35,251.00,suspended,11,US,75.00,251.00,150000.00 +1026917230,CONVERTIGO,Fashion,Fashion,USD,2013-07-01,60000.00,2013-05-17 04:27:48,3107.00,failed,23,US,3107.00,3107.00,60000.00 +"1026921666,""Thomas Ligotti """"Death Poems"""" Updated Deluxe Edition!"",Fiction,Publishing,USD,2013-05-03,5000.00,2013-04-03 01:25:40,5161.00,successful,75,US,5161.00,5161.00,5000.00" +1026927415,The Momentum Dryer & UpFlow Technology (Consumer Model),Product Design,Design,USD,2017-10-21,650000.00,2017-08-29 03:59:11,3126.00,failed,14,US,449.00,3126.00,650000.00 +1026929560,Microlending Film: A Documentary About Enterprising Women,Documentary,Film & Video,USD,2011-01-29,19999.00,2010-12-28 17:04:17,2551.00,failed,52,US,2551.00,2551.00,19999.00 +1026944061,Chiapas Emergente,Graphic Design,Design,MXN,2017-03-01,75000.00,2017-01-20 00:27:45,500.00,failed,1,MX,0.00,25.44,3816.02 +1026946731,Until We Sleep - Issue 1,Comic Books,Comics,USD,2015-03-02,3000.00,2015-01-31 19:52:02,3647.00,successful,69,US,3647.00,3647.00,3000.00 +1026948422,Making LP3 featuring the Tosca String Quartet,Indie Rock,Music,USD,2013-05-27,20000.00,2013-04-23 16:16:57,3722.00,failed,107,US,3722.00,3722.00,20000.00 +1026950245,Tooth Plushies by The Awkward Yeti,Webcomics,Comics,USD,2016-02-29,7500.00,2016-02-07 20:03:24,10930.00,successful,328,US,10930.00,10930.00,7500.00 +1026950275,Xenu's Space Opera,Spaces,Theater,USD,2015-06-02,500000.00,2015-04-03 17:34:53,24.00,failed,9,US,24.00,24.00,500000.00 +1026952639,Art Therapy Pedalers,Art,Art,USD,2014-08-06,6000.00,2014-07-07 19:45:39,6604.00,successful,95,US,6604.00,6604.00,6000.00 +102695291,The Small Stage January,Journalism,Journalism,USD,2018-02-01,60.00,2017-12-05 16:16:22,10.00,live,1,US,0.00,10.00,60.00 +1026954399,Job searching in San Francisco,Publishing,Publishing,USD,2015-02-21,10000.00,2015-01-27 10:12:59,71.00,failed,3,US,71.00,71.00,10000.00 +1026957989,HOPELESS - Zombie Feature Film (Canceled),Narrative Film,Film & Video,USD,2012-08-23,45000.00,2012-07-24 01:16:14,4214.00,canceled,83,US,4214.00,4214.00,45000.00 +1026958503,Postcard Project,Art,Art,USD,2015-11-29,350.00,2015-10-30 18:02:12,374.00,successful,17,US,374.00,374.00,350.00 +10269635,Follow the Rabbt,Public Art,Art,USD,2013-07-31,2500.00,2013-07-01 22:08:04,440.00,failed,7,US,440.00,440.00,2500.00 +1026969816,OpenTapp Alcohol Distribution App,Apps,Technology,USD,2016-03-07,60000.00,2016-01-07 13:45:21,23.00,failed,4,US,23.00,23.00,60000.00 +102697452,Shut-App!,Apps,Technology,USD,2016-08-25,10800.00,2016-07-26 12:01:23,11029.67,successful,332,US,2751.00,11029.67,10800.00 +1026976892,Your personal version of Drop Box you Control!,Web,Technology,USD,2014-08-10,50.00,2014-07-11 22:02:06,1.00,failed,1,US,1.00,1.00,50.00 +1026978574,CROSSING BLOOD LINES,Shorts,Film & Video,USD,2012-05-19,6000.00,2012-03-20 22:07:10,6015.00,successful,32,US,6015.00,6015.00,6000.00 +1026985969,Hackers Versus Banksters: A Visual Novel About Revenge,Video Games,Games,CAD,2016-04-15,1000.00,2016-03-16 16:35:49,441.00,failed,19,CA,331.87,342.36,776.34 +1026987518,Hashtag - Short Film,Science Fiction,Film & Video,USD,2014-12-05,40000.00,2014-11-05 20:52:07,44222.43,successful,284,US,44222.43,44222.43,40000.00 +1026988392,Project Cheese-Stick,Comedy,Film & Video,USD,2014-09-08,500.00,2014-08-10 07:47:52,35.00,failed,2,US,35.00,35.00,500.00 +1026993968,Andromeda PC/Steam/PS4/Xbox One,Video Games,Games,EUR,2016-07-15,30000.00,2016-05-16 23:15:20,13663.00,failed,493,ES,12649.28,15204.26,33384.15 +"1027002147,""The """"Mano-Matic"""" 3D printed Bionic Hand"",3D Printing,Technology,USD,2014-10-04,5000.00,2014-08-11 23:49:13,586.00,failed,10,US,586.00,586.00,5000.00" +102700417,Gulliver's Odyssey Survival Horror Adventure FPS (PC Game),Video Games,Games,USD,2014-10-02,900.00,2014-09-02 20:29:06,65.00,failed,6,US,65.00,65.00,900.00 +1027018266,Monkey Hangup Childrens' Clothes Hanger,Product Design,Design,USD,2017-06-24,44000.00,2017-05-25 05:49:36,152.00,failed,4,US,117.00,152.00,44000.00 +1027022192,Tiny House Family Website,Web,Journalism,USD,2015-01-26,2500.00,2014-12-24 18:22:33,191.00,failed,11,US,191.00,191.00,2500.00 +1027030540,Book 2047 (Canceled),Fiction,Publishing,GBP,2015-06-17,20000.00,2015-04-19 15:41:17,0.00,canceled,0,GB,0.00,0.00,31676.64 +1027032995,Swiftpaw Acrylic Charms,Crafts,Crafts,USD,2012-10-23,240.00,2012-10-09 19:35:34,338.00,successful,21,US,338.00,338.00,240.00 +1027038064,OVERTAKE AND SURPASS! A Revolutionary Poster. (Canceled),Digital Art,Art,USD,2016-01-02,2000.00,2015-12-03 23:31:14,0.00,canceled,0,US,0.00,0.00,2000.00 +1027040482,CounterCrop: The Modern Way to Grow Your Own Food,Food,Food,USD,2015-01-18,75000.00,2014-12-04 17:57:00,132911.00,successful,591,US,132911.00,132911.00,75000.00 +"1027043507,""Clem Snide - New Full Length Record - """"Songs For Mary"""""",Indie Rock,Music,USD,2012-05-04,10000.00,2012-04-04 16:18:00,20351.00,successful,312,US,20351.00,20351.00,10000.00" +10270441,Io-1 - A True LPT Parallel Port Cape For The Beaglebone.,Hardware,Technology,USD,2014-01-01,7400.00,2013-12-02 20:30:17,836.00,failed,13,US,836.00,836.00,7400.00 +1027052134,iGeekReviews.com domain and hosting aquisition.,Web,Technology,USD,2015-02-23,500.00,2015-01-29 04:06:01,7.00,failed,3,US,7.00,7.00,500.00 +1027055125,ARKCANARY II acoustic iPhone speaker,Product Design,Design,USD,2011-03-04,12000.00,2011-02-03 00:36:47,3090.00,failed,140,US,3090.00,3090.00,12000.00 +1027058088,Elite Encounter (VR laser tag fight in space),Video Games,Games,USD,2017-01-27,750.00,2016-12-28 18:15:48,0.00,failed,0,US,0.00,0.00,750.00 +1027063707,GabrielGuide Helia High heel insoles,Footwear,Fashion,EUR,2016-05-26,13000.00,2016-04-26 19:11:57,20.00,failed,1,NL,22.48,22.34,14518.33 +1027074509,ReveaLED - The UV LED Flash Light for Smartphones,Product Design,Design,USD,2016-02-25,5000.00,2016-01-23 01:08:06,45328.00,successful,1337,US,45328.00,45328.00,5000.00 +1027084756,I WISH,Nonfiction,Publishing,USD,2016-12-27,15000.00,2016-11-29 18:18:32,610.00,failed,15,US,0.00,610.00,15000.00 +"1027085473,""Large Red Interior, a play about the Matisse-Picasso rivalry"",Theater,Theater,USD,2013-02-07,50000.00,2013-01-08 19:29:32,50.00,failed,1,US,50.00,50.00,50000.00" +1027086225,Venture: The Investment Game,Mobile Games,Games,USD,2015-08-05,10000.00,2015-07-11 00:11:22,6.00,failed,2,US,6.00,6.00,10000.00 +"1027095904,""RENTED... to the DEAD issue 1 """"Zombies... 1000s of em!"""""",Comics,Comics,GBP,2013-08-02,800.00,2013-06-28 19:03:43,2083.00,successful,53,GB,3193.46,3156.25,1212.19" +1027098715,In Between The Notes,World Music,Music,USD,2012-05-15,3960.00,2012-04-14 10:04:57,1176.00,failed,30,US,1176.00,1176.00,3960.00 +1027102028,Wind & Rain Candle Shop,Candles,Crafts,USD,2015-04-18,1623.00,2015-03-19 01:37:45,126.00,failed,3,US,126.00,126.00,1623.00 +1027113627,The Angriest Guitar Player In The World's Debut Album,Country & Folk,Music,GBP,2016-02-02,4000.00,2016-01-03 21:58:27,867.00,failed,46,GB,1279.72,1261.73,5821.15 +1027115479,Public Interest Podcast- Revealing Our Humanity,Audio,Journalism,USD,2017-03-18,4000.00,2017-02-16 21:48:06,0.00,failed,0,US,0.00,0.00,4000.00 +1027124365,Truck Stop Skateboard Mount,Design,Design,USD,2016-03-04,2500.00,2016-02-03 19:26:11,70.00,failed,2,US,70.00,70.00,2500.00 +1027127954,The Field Hymnal - The Meaning of a Tree,Country & Folk,Music,USD,2017-06-24,2400.00,2017-05-25 17:06:55,2501.00,successful,77,US,726.00,2501.00,2400.00 +1027137858,Miss Percep's Inn,Narrative Film,Film & Video,USD,2015-12-24,4500.00,2015-11-24 23:47:37,4560.00,successful,84,US,4560.00,4560.00,4500.00 +"1027140196,""The Twerk Group: """"Twerkday"""" Issue #1"",Zines,Publishing,USD,2015-02-07,100000.00,2014-12-09 17:49:17,1.00,failed,1,US,1.00,1.00,100000.00" +1027142076,SCIONS OF MYSTRA - An Animated Graphic Adventure App,Young Adult,Publishing,AUD,2014-05-28,14000.00,2014-04-23 09:18:33,3220.00,failed,24,AU,3011.92,2993.96,13017.20 +1027144241,Silvon: Bedding Basics Reimagined,Product Design,Design,USD,2016-06-17,20000.00,2016-05-16 13:43:57,537823.50,successful,4730,US,537823.50,537823.50,20000.00 +1027145554,From Portland to Portugal: World Sketch Tour (Canceled),Painting,Art,USD,2011-04-10,5000.00,2011-02-09 00:25:57,35.00,canceled,2,US,35.00,35.00,5000.00 +1027147281,University Circle: Creating a Sense of Place,Film & Video,Film & Video,USD,2012-09-12,35000.00,2012-07-14 02:28:40,5801.12,failed,45,US,5801.12,5801.12,35000.00 +1027158021,STORY SQUAD! Heroes of Literacy! Smart Fun! BOOM!,Kids,Music,USD,2014-10-06,3500.00,2014-08-25 20:11:31,3915.00,successful,82,US,3915.00,3915.00,3500.00 +1027159767,Down State Left Musicals,Theater,Theater,USD,2013-10-17,11000.00,2013-09-12 19:48:53,11600.00,successful,72,US,11600.00,11600.00,11000.00 +1027161492,Waddle Slide - An App for iPhone and Android,Video Games,Games,USD,2011-04-24,1000.00,2011-03-17 03:19:59,16.00,failed,3,US,16.00,16.00,1000.00 +1027165828,Make/100: World Map Wire Art,Sculpture,Art,GBP,2017-05-07,2000.00,2017-04-07 01:51:22,1062.00,failed,10,GB,0.00,1365.48,2571.52 +1027165866,Little Magdeline (Film),Romance,Film & Video,USD,2014-11-14,400000.00,2014-10-02 23:56:38,666.00,failed,18,US,666.00,666.00,400000.00 +1027171292,Black Sun: Revolutionary Solar Collector,Technology,Technology,USD,2013-12-26,30000.00,2013-11-26 02:07:24,8390.00,failed,90,US,8390.00,8390.00,30000.00 +1027176754,Die Fette Wutz,Restaurants,Food,EUR,2017-02-10,150000.00,2016-12-13 19:24:17,50.00,failed,1,DE,0.00,53.15,159435.39 +1027178880,Kevilyn's start.,Art,Art,USD,2015-06-08,545.00,2015-05-04 19:42:03,0.00,failed,0,US,0.00,0.00,545.00 +1027179253,RIOT1394 - World | Graffiti-Book,Mixed Media,Art,EUR,2017-07-08,9500.00,2017-06-08 09:50:33,12089.00,successful,192,DE,280.49,13799.60,10844.25 +1027182615,The Uncanny Alley,Horror,Film & Video,USD,2014-06-29,12000.00,2014-05-30 18:20:18,12500.00,successful,132,US,12500.00,12500.00,12000.00 +1027191890,Echo Stains Live,Indie Rock,Music,USD,2015-01-31,1000.00,2015-01-01 07:56:10,21.00,failed,2,US,21.00,21.00,1000.00 +1027196538,Unconditional Love,Comedy,Film & Video,GBP,2015-01-16,300.00,2014-12-17 13:26:22,75.00,failed,5,GB,117.40,113.80,455.21 +1027215749,Unlock Your Skin's Beauty with Puruskin Derma Roller Kits!,Accessories,Fashion,USD,2017-01-23,10000.00,2016-12-12 23:13:29,3703.00,failed,98,US,689.00,3703.00,10000.00 +1027216188,Ben Garcia - Country Music Breakout Hispanic Artist,Country & Folk,Music,USD,2015-01-16,25000.00,2014-12-17 17:42:43,0.00,failed,0,US,0.00,0.00,25000.00 +"1027220157,""""""The Party"""":Debut Studio Album By Stella Nøva"",Indie Rock,Music,USD,2016-11-05,3500.00,2016-10-03 07:06:46,310.00,failed,7,US,10.00,310.00,3500.00" +1027220566,12 for '12 (3.0): Dangerous Games Novels,Fiction,Publishing,USD,2012-06-18,10000.00,2012-05-16 21:15:41,18001.87,successful,389,US,18001.87,18001.87,10000.00 +1027242401,Fishing on Facebook: A Writing Yoga Memoir,Nonfiction,Publishing,USD,2011-12-05,1000.00,2011-11-23 15:48:29,1102.00,successful,39,US,1102.00,1102.00,1000.00 +1027263169,California Drought Solution Database,Software,Technology,USD,2016-07-24,17000.00,2016-05-25 15:25:48,500.00,failed,1,US,500.00,500.00,17000.00 +1027265164,Smart Home Energy Saver and Generator,Hardware,Technology,EUR,2016-03-24,45000.00,2016-03-08 16:23:45,1.00,failed,1,NL,1.10,1.12,50192.96 +102726964,Pretty Girl Package,Fiction,Publishing,USD,2017-09-07,5000.00,2017-07-09 20:38:48,0.00,failed,0,US,0.00,0.00,5000.00 +1027270396,We make the future,Fashion,Fashion,CAD,2013-12-11,20000.00,2013-11-11 09:03:28,8958.42,failed,60,CA,8549.42,8407.71,18770.53 +1027271061,Faery Doorways Magazine,Periodicals,Publishing,USD,2015-09-03,2000.00,2015-08-20 23:42:45,275.00,failed,10,US,275.00,275.00,2000.00 +"1027275369,Help Parker Brown make his first solo album,Music,Music,USD,2016-05-21,3800.00,2016-04-21 16:14:28,5077.00,successful,0,""N,0"""""",,5077.00,3800.00" +1027288150,Ash and Adam's Podcast!,Webseries,Film & Video,USD,2012-04-21,500.00,2012-03-22 00:16:46,0.00,failed,0,US,0.00,0.00,500.00 +1027293716,Dale of Merchants: The Guild of Extraordinary Traders,Tabletop Games,Games,USD,2015-07-31,14000.00,2015-07-02 20:27:22,20859.60,successful,749,US,20859.60,20859.60,14000.00 +"1027295850,""All Natural, Gourmet Cotton Candy in over 100 Flavors!"",Food,Food,USD,2013-11-17,10000.00,2013-10-18 16:34:43,2928.00,failed,55,US,2928.00,2928.00,10000.00" +1027298226,Evoleros Fitness,Shorts,Film & Video,USD,2017-02-13,10000.00,2017-01-14 04:13:27,55.00,canceled,3,US,55.00,55.00,10000.00 +1027313199,Shirts and items for everyone to remember,Product Design,Design,USD,2012-09-17,700.00,2012-08-07 00:11:24,20.00,failed,1,US,20.00,20.00,700.00 +1027315721,I left my 'WATCH' in San Francisco...,Product Design,Design,USD,2012-10-10,15000.00,2012-09-12 17:02:24,25663.00,successful,100,US,25663.00,25663.00,15000.00 +"1027340857,""Kickstart """"Finder's Keepers"""" the movie (Canceled)"",Narrative Film,Film & Video,USD,2012-03-12,6582.00,2012-01-15 01:27:05,115.00,canceled,2,US,115.00,115.00,6582.00" +1027355870,Printmaking Special Artist Residency at Arquetopia,Art,Art,USD,2014-07-02,2700.00,2014-06-18 00:50:15,2720.00,successful,33,US,2720.00,2720.00,2700.00 +1027357082,Jeremy Caywood - First Full Length Album,Indie Rock,Music,USD,2014-07-26,4500.00,2014-06-23 06:27:54,2600.00,failed,64,US,2600.00,2600.00,4500.00 +1027359084,Watch Out for That Car,Documentary,Film & Video,USD,2013-06-14,170000.00,2013-04-15 21:10:06,52.00,failed,4,US,52.00,52.00,170000.00 +"1027366102,""IN THE NAME OF ART, I AM NOTHING & EVERYTHING"",Conceptual Art,Art,GBP,2017-04-25,9000.00,2017-02-24 13:10:39,1642.00,failed,15,GB,0.00,2124.60,11645.21" +102737445,Help to complete my biography,Nonfiction,Publishing,USD,2015-03-06,2500.00,2015-02-19 00:52:29,0.00,failed,0,US,0.00,0.00,2500.00 +1027391370,Writing in Pictures -- The Comic Zine for Unpublished Comics,Publishing,Publishing,USD,2011-03-28,1400.00,2011-02-16 04:03:00,371.00,failed,9,US,371.00,371.00,1400.00 +1027424768,King of Kings Bicycle Playing Cards Printed by USPCC,Tabletop Games,Games,USD,2013-08-25,15000.00,2013-07-26 22:59:54,15684.80,successful,369,US,15684.80,15684.80,15000.00 +"1027425030,""It's OLIVER! It's STEAMPUNK! Please sir, Kickstart our Show!"",Theater,Theater,USD,2013-11-26,5000.00,2013-10-30 18:54:23,5397.00,successful,93,US,5397.00,5397.00,5000.00" +"1027439926,""Ezy-Wrecking bar! Get the job done...quicker,easier,smarter"",Product Design,Design,AUD,2015-10-15,145000.00,2015-09-15 05:56:18,280.00,failed,2,AU,198.56,203.19,105224.96" +1027441074,Ruby Unleashed,Comedy,Film & Video,USD,2017-06-20,1000.00,2017-06-07 18:24:04,33.00,failed,3,US,22.00,33.00,1000.00 +1027443160,PUSHING THE LINE,Comedy,Film & Video,USD,2015-12-20,2500.00,2015-11-20 03:57:47,225.00,failed,6,US,225.00,225.00,2500.00 +1027449963,María Bonita Documental,Documentary,Film & Video,MXN,2017-06-18,75000.00,2017-05-14 01:02:47,76075.00,successful,65,MX,5.31,4215.85,4156.28 +1027453911,Lamanche Urban Farm,Food,Food,USD,2011-09-22,4000.00,2011-08-23 17:49:52,4425.00,successful,84,US,4425.00,4425.00,4000.00 +1027457246,LET'S SING,Kids,Music,USD,2014-07-20,159000.00,2014-06-18 05:25:04,851.00,failed,25,US,851.00,851.00,159000.00 +1027458856,Numenera: Strand,Science Fiction,Film & Video,SEK,2015-03-04,290000.00,2015-02-02 21:47:33,338988.00,successful,708,SE,40913.21,40441.89,34597.54 +1027461789,STENCIL LEGACY T-SHIRTS,Apparel,Fashion,USD,2017-09-24,2500.00,2017-08-25 19:02:30,33.00,failed,1,US,0.00,33.00,2500.00 +1027463356,Mean looking men with adorable puppies,Photobooks,Photography,USD,2014-10-02,5000.00,2014-09-02 18:32:55,0.00,failed,0,US,0.00,0.00,5000.00 +1027465171,Grandma's Pantry (Canceled),Food,Food,USD,2015-10-28,5000.00,2015-09-28 20:06:19,1.00,canceled,1,US,1.00,1.00,5000.00 +"1027467281,""""""Shades of Pink"""" One girl Idle group to rule them all!"",Documentary,Film & Video,USD,2014-04-18,150000.00,2014-03-19 17:55:16,80.00,failed,2,US,80.00,80.00,150000.00" +"1027470105,""Ikou ze! """"Let's Go!"""""",Shorts,Film & Video,USD,2011-08-13,850.00,2011-07-24 03:47:16,975.00,successful,12,US,975.00,975.00,850.00" +1027481790,The Amazing T.k's Suburban Nightmares,Video Games,Games,USD,2018-02-04,3500.00,2017-12-06 02:21:28,1315.00,live,7,US,1725.00,1315.00,3500.00 +"1027482190,Upstart new book set to rock science world!,Publishing,Publishing,GBP,2016-03-12,2600.00,2016-02-20 18:42:36,24.00,undefined,0,""N,0"""""",,34.77,3766.64" +1027488061,Cabelo Cosmetics,Ready-to-wear,Fashion,USD,2015-06-13,1500.00,2015-05-14 02:21:23,0.00,failed,0,US,0.00,0.00,1500.00 +1027490655,Gaming/Vlogs/Music/Art : YOUTUBE CHANNEL,Comedy,Film & Video,USD,2018-01-06,2000.00,2017-12-07 01:34:32,0.00,live,0,US,0.00,0.00,2000.00 +1027492045,NorthernSouthernTees,Apparel,Fashion,USD,2015-03-15,750.00,2015-02-13 22:45:10,25.00,failed,1,US,25.00,25.00,750.00 +1027494593,Tinker's Treasury at Crypticon Seattle!,Fashion,Fashion,USD,2014-03-30,1200.00,2014-02-28 22:16:38,197.00,failed,7,US,197.00,197.00,1200.00 +"1027499040,""GOVERRE - a chic, spill-proof, portable, stemless wine glass"",Design,Design,USD,2014-02-15,100000.00,2014-01-16 17:00:02,41542.00,failed,491,US,41542.00,41542.00,100000.00" +1027500883,What the Hell?!!: A Documentary on HELL,Documentary,Film & Video,USD,2011-07-19,25000.00,2011-05-20 04:51:05,0.00,failed,0,US,0.00,0.00,25000.00 +1027505386,Colourful Creations (Canceled),Painting,Art,GBP,2015-07-20,600.00,2015-06-18 12:46:12,0.00,canceled,0,GB,0.00,0.00,928.48 +1027508797,Its A Rib Thing,Food Trucks,Food,GBP,2015-05-30,25000.00,2015-04-30 23:26:11,100.00,failed,2,GB,153.39,153.31,38328.27 +1027515787,Con Nuestros Propios Esfuerzos (English Translation),Translations,Publishing,USD,2016-04-22,5000.00,2016-02-22 21:31:17,150.00,failed,4,US,150.00,150.00,5000.00 +1027518008,love of figs + love of chocolate = fab figs!,Food,Food,USD,2013-09-09,25000.00,2013-08-14 16:17:01,1901.00,failed,30,US,1901.00,1901.00,25000.00 +1027518099,TMTLAB - A short film based on a children's book (Canceled),Animation,Film & Video,USD,2014-01-31,70000.00,2014-01-01 15:47:28,100.00,canceled,1,US,100.00,100.00,70000.00 +102752491,Soul Bound,Fiction,Publishing,USD,2013-07-25,10500.00,2013-06-25 07:07:46,3.00,failed,3,US,3.00,3.00,10500.00 +1027525272,Elana Gleason in Recital on September 27th,Music,Music,USD,2014-09-13,650.00,2014-08-08 16:35:40,2573.00,successful,61,US,2573.00,2573.00,650.00 +1027527532,The Cheer Institute is Heading To Nationals!!,Performances,Dance,USD,2017-04-15,2500.00,2017-03-13 23:28:02,11.00,failed,2,US,0.00,11.00,2500.00 +102753123,Space Cadet. The Film.,Narrative Film,Film & Video,USD,2011-10-24,37000.00,2011-09-24 02:09:39,4527.13,failed,53,US,4527.13,4527.13,37000.00 +"1027534585,""1st Lactose Free Ready to Drink """"Butter"""" Coffee with Ghee"",Drinks,Food,CAD,2016-10-06,30000.00,2016-09-06 20:49:08,534.67,failed,15,CA,19.26,402.89,22605.68" +1027538957,Groovebox Studios Presents Nathan Kalish,Indie Rock,Music,USD,2014-01-12,1200.00,2013-12-16 18:32:22,1286.00,successful,51,US,1286.00,1286.00,1200.00 +1027543814,Arcana Rising: An Urban Fantasy Roleplaying Game,Tabletop Games,Games,USD,2013-05-24,1000.00,2013-04-24 01:45:05,1681.00,successful,91,US,1681.00,1681.00,1000.00 +1027544503,The Wrong Kind of Muslim: An Untold Story of Persecution,Nonfiction,Publishing,USD,2012-07-05,6000.00,2012-06-01 17:37:55,15114.86,successful,305,US,15114.86,15114.86,6000.00 +1027550524,Bullet Book - Carnet Bullet,Publishing,Publishing,EUR,2017-04-16,1000.00,2017-03-17 14:13:03,86.00,failed,5,FR,50.39,92.00,1069.80 +1027555266,Hydro Puppy,Product Design,Design,USD,2014-08-27,3000.00,2014-07-28 20:59:51,0.00,failed,0,US,0.00,0.00,3000.00 +10275572,20 cities | 20 mosaic maps,Digital Art,Art,EUR,2015-08-20,350.00,2015-07-21 17:17:58,1230.00,successful,22,NL,1331.51,1387.56,394.83 +1027571016,Raptured Apparel,Apparel,Fashion,USD,2016-06-09,3000.00,2016-05-10 00:16:25,1.00,failed,1,US,1.00,1.00,3000.00 +1027583123,CHINGU - new american | korean inspired,Food Trucks,Food,USD,2014-08-27,40000.00,2014-06-28 17:44:39,11425.00,failed,69,US,11425.00,11425.00,40000.00 +1027590221,Kiri - The Anonymous Computer,Software,Technology,GBP,2016-06-19,20000.00,2016-05-20 23:27:42,2950.00,failed,62,GB,4284.70,4042.70,27408.15 +1027596089,Winter Armor- Finest winter wear possible,Fashion,Fashion,HKD,2017-09-06,156000.00,2017-08-07 16:59:28,21090.00,failed,34,HK,525.62,2701.21,19980.53 +1027597283,Third Editions Books: your ultimate gamer library,Video Games,Games,EUR,2016-09-28,100000.00,2016-08-29 18:30:36,139296.00,successful,2044,FR,14686.15,155467.76,111609.63 +1027603690,The Sky is the Limit,Tabletop Games,Games,EUR,2016-01-11,2500.00,2015-12-12 22:59:01,2525.00,successful,49,NL,2760.32,2755.80,2728.51 +1027613317,Calling on God: Prayer Booth Ministry,Public Art,Art,USD,2015-08-28,6000.00,2015-07-29 23:00:03,6.00,failed,2,US,6.00,6.00,6000.00 +1027621154,Year of the Possum: The Green Grass Cloggers' 40th,Documentary,Film & Video,USD,2011-09-10,2750.00,2011-07-12 20:49:20,3170.50,successful,52,US,3170.50,3170.50,2750.00 +1027622318,Late Night @ North Texas - Season 1,Film & Video,Film & Video,USD,2012-11-07,3100.00,2012-10-08 22:43:11,3120.00,successful,59,US,3120.00,3120.00,3100.00 +1027634028,Knights of Kev'Lar - Issue 2,Comic Books,Comics,USD,2017-09-13,1000.00,2017-08-14 21:00:09,1419.00,successful,45,US,382.00,1419.00,1000.00 +1027637974,TAMAGEAR WINTER TECH SKI JACKET - Mountain Technical Gear,Apparel,Fashion,USD,2016-01-03,20000.00,2015-12-04 23:00:58,3745.00,failed,28,US,3745.00,3745.00,20000.00 +1027646788,Space Valley,Video Games,Games,USD,2017-04-26,51723.00,2017-02-25 20:59:04,46.00,failed,2,US,45.00,46.00,51723.00 +1027655906,Sacred Geometry for little ones,Children's Books,Publishing,USD,2017-06-25,10000.00,2017-05-26 03:14:08,25.00,failed,1,US,25.00,25.00,10000.00 +1027658185,A Devil's Tale: The whispering ring,Tabletop Games,Games,GBP,2017-04-18,2000.00,2017-03-19 17:45:09,60.00,canceled,3,GB,74.39,76.67,2555.65 +1027659536,Heimwaechter - Neighbourhood protects,Hardware,Technology,EUR,2017-09-17,40000.00,2017-08-18 15:33:02,1200.00,failed,11,DE,800.88,1435.32,47844.03 +1027668328,Wizard's Academy,Tabletop Games,Games,GBP,2015-04-17,30000.00,2015-03-18 18:00:35,42295.00,successful,679,GB,62701.80,63533.67,45064.67 +1027670641,The Unjust & Us - A Love Letter to Your Killer (Canceled),Documentary,Film & Video,CAD,2014-12-05,30000.00,2014-11-05 02:35:27,4237.00,canceled,33,CA,3754.46,3718.62,26329.65 +"1027675677,""MONSTER OF THE SKY - Mythic Tale of Love, Revenge, Closure"",Animation,Film & Video,USD,2013-02-22,25000.00,2013-01-15 18:10:48,29370.00,successful,333,US,29370.00,29370.00,25000.00" +"1027679440,""""""Wroclaw Melody"""" music video"",Music,Music,EUR,2015-02-08,500.00,2015-01-29 22:21:37,2.00,failed,1,NL,2.27,2.28,569.05" +1027689533,THRALL - Customizable Tabletop Card Game (Canceled),Tabletop Games,Games,USD,2015-06-17,1260.00,2015-05-18 16:24:16,602.00,canceled,11,US,602.00,602.00,1260.00 +1027702373,Realm Hunter: Quest for the Eternity Cube,Fiction,Publishing,USD,2013-01-08,9000.00,2012-11-10 01:13:11,350.00,failed,4,US,350.00,350.00,9000.00 +"1027708808,""Join Us & We to Record debut """"Love & Lust"""""",Music,Music,USD,2011-08-03,5000.00,2011-07-04 06:32:40,405.00,failed,7,US,405.00,405.00,5000.00" +1027718470,Be Dog-On,Product Design,Design,USD,2015-10-24,25000.00,2015-09-24 00:50:55,1.00,failed,1,US,1.00,1.00,25000.00 +1027721189,YoungBoard-The world’s first real solar electric skateboard,DIY Electronics,Technology,EUR,2016-06-27,25000.00,2016-05-28 18:52:06,25000.00,successful,14,DE,27967.71,27837.47,27837.47 +1027724396,Let me paint your Twitter Avatar & Favorite Tweet for the Twitter Diary 2010 Exhibit!,Painting,Art,USD,2010-02-15,2500.00,2010-01-01 03:37:51,165.00,failed,4,US,165.00,165.00,2500.00 +1027728171,Alyce Metallo's Second Album,Faith,Music,USD,2015-08-19,40000.00,2015-06-20 12:17:59,41583.00,successful,98,US,41583.00,41583.00,40000.00 +102773076,Where is my father?,Nonfiction,Publishing,USD,2016-03-31,3000.00,2016-03-01 14:58:22,291.00,failed,8,US,291.00,291.00,3000.00 +1027739962,Robogaia 2D Robotic Obstacle Detector,Hardware,Technology,USD,2014-10-06,39999.00,2014-08-27 02:36:26,2456.00,failed,24,US,2456.00,2456.00,39999.00 +1027742503,Zach & Prescott (Canceled),Webseries,Film & Video,USD,2013-07-08,45000.00,2013-06-08 03:00:44,1590.00,canceled,26,US,1590.00,1590.00,45000.00 +1027744614,My Ellen Degeneres Christmas Card (Play Video Below),Public Art,Art,USD,2014-08-22,5.00,2014-07-23 17:20:04,31.00,successful,3,US,31.00,31.00,5.00 +1027749111,Phone Swap,Shorts,Film & Video,USD,2013-08-01,1500.00,2013-07-15 23:02:40,1635.00,successful,26,US,1635.00,1635.00,1500.00 +1027749506,Wooden Robots - New music from Dave Wermers,Country & Folk,Music,USD,2013-03-28,500.00,2013-02-26 02:01:48,500.00,successful,12,US,500.00,500.00,500.00 +1027758812,Imagine a dating site for addicts & sponsors. Sponsorfinder,Web,Technology,USD,2015-08-01,20588.00,2015-07-08 17:04:24,5.00,failed,1,US,5.00,5.00,20588.00 +102776005,Dognuts - The incredibly simple dog leash,Design,Design,USD,2016-09-12,10000.00,2016-07-14 03:18:49,820.00,failed,22,US,490.00,820.00,10000.00 +1027763594,Daja Vu in The New York International Fringe Festival,Theater,Theater,USD,2011-08-19,4000.00,2011-07-23 01:51:00,4021.03,successful,67,US,4021.03,4021.03,4000.00 +1027764341,Ragtag Needs Robots!,Film & Video,Film & Video,USD,2012-11-11,80000.00,2012-09-30 23:44:15,84762.02,successful,957,US,84762.02,84762.02,80000.00 +102776884,The Table of Ancients,Film & Video,Film & Video,USD,2011-11-27,100000.00,2011-09-28 17:24:09,0.00,failed,0,US,0.00,0.00,100000.00 +102777002,Ferrocious: the ferrofluid sculpture that dances to sound,Product Design,Design,USD,2013-04-26,5000.00,2013-03-27 00:26:19,15528.00,successful,126,US,15528.00,15528.00,5000.00 +1027778208,Wheezy Kaufman ABC Coloring Book,Illustration,Art,USD,2017-03-25,500.00,2017-03-05 01:52:54,18.00,failed,1,US,0.00,18.00,500.00 +1027784577,Autobiography of The Gentle Bearman of EMO.,Nonfiction,Publishing,CAD,2014-05-22,3150.00,2014-04-22 04:35:38,0.00,failed,0,CA,0.00,0.00,2889.64 +1027785158,Tic-Tac-Bullshit! (Canceled),Tabletop Games,Games,USD,2014-12-06,10000.00,2014-11-03 21:13:47,3787.00,canceled,72,US,3787.00,3787.00,10000.00 +1027786962,Original Art Cards & Paintings to brighten your day!,Painting,Art,USD,2015-08-04,800.00,2015-07-05 21:34:58,61.00,failed,4,US,61.00,61.00,800.00 +"1027790802,""The Levicle Bike: for fun, for commuting, for everywhere"",Product Design,Design,NZD,2015-11-08,25000.00,2015-10-14 21:51:34,28260.00,successful,76,NZ,18832.12,18454.91,16326.00" +1027804912,Création d'une marque !,Apparel,Fashion,EUR,2016-07-16,200.00,2016-06-06 18:44:37,0.00,failed,0,FR,0.00,0.00,220.28 +1027818514,Our dream is to help build dreams!,Civic Design,Design,USD,2014-11-10,5000.00,2014-10-27 21:06:06,1300.00,failed,16,US,1300.00,1300.00,5000.00 +1027826950,BakTrax--Low Back Traction That Works!,Gadgets,Technology,USD,2017-06-13,7500.00,2017-05-23 05:56:30,0.00,failed,0,US,0.00,0.00,7500.00 +1027833039,Mutant: Elysium - rollspel om mänsklighetens sista dagar,Tabletop Games,Games,SEK,2016-11-10,50000.00,2016-10-20 09:54:27,584348.00,successful,718,SE,29621.21,64615.25,5528.83 +"1027833950,""Sunrise Sunset, a screenplay by Christopher Stacy"",Drama,Film & Video,USD,2015-06-17,100000.00,2015-05-19 21:33:11,330.00,failed,8,US,330.00,330.00,100000.00" +1027834368,Mermaid Fanny Packs,Fashion,Fashion,CAD,2016-11-03,1000.00,2016-10-12 17:46:21,400.00,failed,7,CA,0.00,297.77,744.44 +1027834457,Print Release of 13 Treasures - Book Three,Fiction,Publishing,USD,2012-05-03,500.00,2012-04-03 03:53:39,650.00,successful,21,US,650.00,650.00,500.00 +"1027836619,""A NEW13 MONTH CALENDER (MORE ACCURATE, EFFICIENT, AND IDEAL)"",Calendars,Publishing,USD,2015-05-02,100.00,2015-04-02 08:51:45,0.00,failed,0,US,0.00,0.00,100.00" +1027853389,Zero and One - Friendship and Forgiveness,Children's Books,Publishing,USD,2015-02-03,6000.00,2014-12-05 17:00:45,671.00,failed,11,US,671.00,671.00,6000.00 +102785661,Kristal Label Barware,Product Design,Design,USD,2014-08-13,9500.00,2014-07-14 02:34:29,5.00,failed,1,US,5.00,5.00,9500.00 +10278585,iRMimic - Making TV Simple Again!,Gadgets,Technology,USD,2016-08-01,75000.00,2016-06-30 23:37:48,1350.00,failed,8,US,960.00,1350.00,75000.00 +1027865749,GoBoards - take a whiteboard with you.,Product Design,Design,NZD,2016-10-14,40000.00,2016-09-12 22:59:15,4976.00,failed,19,NZ,1253.41,3530.08,28376.84 +1027873011,The Book of Beasts: A Monster and Demon-themed artbook,Illustration,Art,USD,2013-04-19,800.00,2013-03-20 01:47:51,1461.00,successful,61,US,1461.00,1461.00,800.00 +1027884194,Jacqueline's first piano solo album!,Classical Music,Music,HKD,2017-06-04,60000.00,2017-05-14 18:28:30,66490.00,successful,54,HK,2798.43,8527.97,7695.56 +1027900794,Project 5 Underwear Fall Collection,Fashion,Fashion,USD,2015-05-14,13500.00,2015-04-09 23:29:24,2711.00,failed,95,US,2711.00,2711.00,13500.00 +1027902230,Megan Prescott: Dumbbells and Donuts,Documentary,Film & Video,GBP,2016-07-22,8000.00,2016-06-22 11:39:52,1789.00,failed,58,GB,2437.21,2342.70,10476.00 +1027907322,UberIT Pro App,Apps,Technology,USD,2017-11-24,50000.00,2017-10-25 17:07:43,0.00,failed,0,US,0.00,0.00,50000.00 +1027909300,Cap-Stop Magnetic Bottle Opener,Woodworking,Crafts,USD,2016-11-17,7500.00,2016-10-18 17:19:03,10368.00,successful,157,US,5106.00,10368.00,7500.00 +1027913103,/Myoòt/,Shorts,Film & Video,USD,2016-01-16,420.00,2015-12-16 03:27:39,889.00,successful,22,US,889.00,889.00,420.00 +1027914034,Bebé PODPants: The Next BIG Thing In Infant Clothing,Childrenswear,Fashion,USD,2014-10-25,7000.00,2014-09-17 05:43:26,266.00,canceled,8,US,266.00,266.00,7000.00 +1027914228,JJ Heller's FIRST Full-Length Christmas Album,Music,Music,USD,2016-08-21,30000.00,2016-07-22 00:30:46,81071.00,successful,2089,US,5066.00,81071.00,30000.00 +1027922207,The Geek Store,Technology,Technology,USD,2014-06-29,150000.00,2014-04-30 16:50:28,11.00,failed,3,US,11.00,11.00,150000.00 +1027930641,DISNEYLAND- and its deepest and darkest secrets (Canceled),Documentary,Film & Video,USD,2015-09-15,20000.00,2015-08-26 22:10:46,0.00,canceled,0,US,0.00,0.00,20000.00 +"1027934952,""Monitor,TV,SolarPanel,Slat adjustable cart/dolly"",Gadgets,Technology,USD,2016-07-27,3300000.00,2016-07-20 23:06:52,0.00,failed,0,US,0.00,0.00,3300000.00" +1027939866,Shirts Inspired by Star Wars and...Home Alone?,Fashion,Fashion,USD,2012-12-01,300.00,2012-11-17 20:51:42,1284.00,successful,51,US,1284.00,1284.00,300.00 +"1027942406,""Tonald Drump: Make Amagica Great, Again! (RPG)"",Video Games,Games,USD,2016-09-17,10000.00,2016-08-18 21:02:29,197.00,failed,13,US,5.00,197.00,10000.00" +1027942418,Before I Leave,Shorts,Film & Video,USD,2016-04-04,2500.00,2016-03-03 06:56:53,4500.00,successful,27,US,4500.00,4500.00,2500.00 +1027942734,Clark: A gonzomentary art series (Canceled),Webseries,Film & Video,USD,2010-12-10,1000.00,2010-11-10 04:59:21,0.00,canceled,0,US,0.00,0.00,1000.00 +1027948584,Artist Expansion Takes Chicago,Public Art,Art,USD,2012-02-13,600.00,2012-01-11 18:50:56,5.00,failed,1,US,5.00,5.00,600.00 +1027953561,Fund Grey Faction Colourless set into true novel,Children's Books,Publishing,GBP,2014-10-31,500.00,2014-10-03 20:22:46,2.00,failed,2,GB,3.24,3.19,798.47 +1027955118,Make the new record REVOLUTIONARY ROAD.,Indie Rock,Music,USD,2012-05-11,3500.00,2012-04-19 20:40:26,700.00,failed,18,US,700.00,700.00,3500.00 +1027960067,Lightning In The Hand,Shorts,Film & Video,USD,2013-08-24,15000.00,2013-07-15 16:45:37,17326.00,successful,138,US,17326.00,17326.00,15000.00 +1027967867,Mental Trip,Film & Video,Film & Video,USD,2012-06-22,10000.00,2012-04-24 03:34:20,2955.00,failed,36,US,2955.00,2955.00,10000.00 +"1028003261,""Caravan's First Hafla June 22, 2012!! Yaaay!!"",Dance,Dance,USD,2012-05-29,700.00,2012-05-08 23:48:41,345.00,failed,13,US,345.00,345.00,700.00" +1028008131,A 2D SideScroller RPG Made by YOU (Canceled),Video Games,Games,USD,2015-01-01,20000.00,2014-12-02 22:02:51,9.00,canceled,2,US,9.00,9.00,20000.00 +"1028020088,""""""Rawhide -- Wind and Fire"""""",Film & Video,Film & Video,USD,2013-07-19,75000.00,2013-06-07 11:01:15,0.00,failed,0,US,0.00,0.00,75000.00" +"1028026144,""Free All-In-One eMail, Social Media, File share inbox | Nili"",Web,Technology,CAD,2015-01-02,14250.00,2014-11-03 22:07:40,2052.00,failed,7,CA,1821.79,1756.55,12198.25" +1028034228,Automated Milking System for Raw Milk Goat Dairy,Food,Food,USD,2013-02-28,2250.00,2013-02-01 00:22:46,2625.00,successful,59,US,2625.00,2625.00,2250.00 +1028050818,Ascended MMORPG player driven game content,Video Games,Games,USD,2013-10-07,100000.00,2013-09-07 07:01:43,5360.00,failed,5,US,5360.00,5360.00,100000.00 +"1028052051,""Steyelr, dress better."",Apps,Technology,USD,2015-01-29,24000.00,2014-12-26 18:00:25,937.00,failed,16,US,937.00,937.00,24000.00" +"1028052378,""Help Drive-In Theater Go Digital Before We """"Go Dark"""""",Theater,Theater,USD,2013-09-05,70000.00,2013-08-06 20:20:53,957.00,failed,27,US,957.00,957.00,70000.00" +1028052651,Hot Dogs (and the Button Shy Year End Roundup Sale),Tabletop Games,Games,USD,2016-12-17,500.00,2016-12-06 14:37:35,3916.00,successful,184,US,2331.00,3916.00,500.00 +1028053350,Genius Cards,Tabletop Games,Games,USD,2018-01-22,9876.00,2017-12-23 17:34:57,2030.00,live,64,US,1130.00,2030.00,9876.00 +"1028060668,""Surviving Death, A Documentary"",Documentary,Film & Video,USD,2013-02-07,4900.00,2012-12-29 09:02:25,992.00,failed,14,US,992.00,992.00,4900.00" +102806245,Humans of Steven Universe - An Enamel Pin Set!,Product Design,Design,USD,2017-09-02,1400.00,2017-08-15 18:07:57,58.00,canceled,3,US,58.00,58.00,1400.00 +1028067960,The Great Short Film Project 2011,Shorts,Film & Video,USD,2011-10-01,2000.00,2011-09-01 17:44:23,2080.00,successful,51,US,2080.00,2080.00,2000.00 +1028077435,Jewel Saga Blitz,Mobile Games,Games,USD,2015-03-07,500.00,2015-02-05 22:07:43,1.00,failed,1,US,1.00,1.00,500.00 +"1028080022,""ProgressCharter: Evaluate, Analyze, Change"",Apps,Technology,USD,2017-11-09,25000.00,2017-10-10 14:20:15,5.00,failed,1,US,0.00,5.00,25000.00" +1028089348,Handle & Kate,Product Design,Design,AUD,2018-02-15,10000.00,2017-12-18 22:14:06,828.00,live,5,AU,38.26,651.87,7872.78 +1028095161,The Changeling Storm,Young Adult,Publishing,CAD,2017-04-06,15000.00,2017-03-07 03:31:10,751.00,failed,14,CA,0.00,559.99,11184.85 +1028098557,Con-Ip Control. Your Computer is The Cloud,Technology,Technology,EUR,2015-12-17,68500.00,2015-11-17 19:27:29,1095.00,failed,19,ES,1174.20,1186.54,74226.58 +1028105056,The Room,Shorts,Film & Video,USD,2012-03-30,3500.00,2012-02-29 21:34:02,25.00,failed,1,US,25.00,25.00,3500.00 +1028114635,Maddy Hatters Tea Cart,Drinks,Food,USD,2015-04-19,6000.00,2015-03-20 22:40:10,0.00,failed,0,US,0.00,0.00,6000.00 +1028150535,crochet creations,Crochet,Crafts,CAD,2015-01-30,5000.00,2014-12-01 17:40:31,331.00,failed,4,CA,289.91,261.25,3946.33 +1028164130,MindfulMovesTV,Television,Film & Video,USD,2016-01-22,12000.00,2015-12-11 02:19:09,14061.00,successful,77,US,14061.00,14061.00,12000.00 +1028164900,pilgrim's companion,Indie Rock,Music,USD,2014-08-18,5000.00,2014-07-18 19:13:23,5241.11,successful,82,US,5241.11,5241.11,5000.00 +"1028168145,""Rock, Cane, Fat & Grain wants to feed you!"",Food,Food,USD,2013-11-06,20000.00,2013-10-07 16:38:45,2855.00,failed,18,US,2855.00,2855.00,20000.00" +102816945,iPetsi.com The new Face of Social Networking (Canceled),Graphic Design,Design,GBP,2014-10-17,50000.00,2014-09-17 02:28:01,0.00,canceled,0,GB,0.00,0.00,80597.06 +1028176650,Sitenel.com - Real Time Monitoring (Canceled),Web,Technology,USD,2016-03-10,8500.00,2016-02-09 22:27:13,0.00,canceled,0,US,0.00,0.00,8500.00 +1028185439,Unison : One of us & Conffessions of a obessive heart poems,Fiction,Publishing,USD,2016-06-27,5000.00,2016-04-28 14:30:46,1.00,failed,1,US,1.00,1.00,5000.00 +1028190954,Shelter the Schmee,Spaces,Theater,USD,2013-12-29,20000.00,2013-12-02 20:03:58,21742.78,successful,236,US,21742.78,21742.78,20000.00 +102820460,GeX - Centralised Gaming Platform,Games,Games,EUR,2018-02-16,40000.00,2017-12-18 20:39:19,566.00,live,9,IE,277.28,686.95,48547.81 +1028215945,Gimme Shade: Self-Driving Umbrella Base,Product Design,Design,USD,2017-10-24,150000.00,2017-09-19 16:26:35,4370.00,canceled,29,US,0.00,4370.00,150000.00 +1028223225,Haven: Titan Command,Tabletop Games,Games,GBP,2016-09-23,13500.00,2016-08-24 20:07:08,9047.85,failed,212,GB,5442.66,11738.56,17514.73 +1028223901,The Grab Bag Game,Playing Cards,Games,USD,2015-06-27,6200.00,2015-04-28 01:29:40,100.00,failed,3,US,100.00,100.00,6200.00 +1028224036,Pok-Egg-o Usb Power packs,DIY Electronics,Technology,CAD,2016-11-13,4000.00,2016-09-14 22:18:08,185.00,failed,7,CA,0.00,136.88,2959.67 +1028229436,WOODIE | All-in-one Italian Power Hub.,Product Design,Design,EUR,2015-08-01,65000.00,2015-07-01 18:28:54,24319.00,failed,159,IT,27216.98,26607.51,71116.75 +1028233301,Enascentia - High Fantasy TRPG for Savage Worlds,Tabletop Games,Games,EUR,2015-08-23,4000.00,2015-07-24 18:03:29,7280.00,successful,131,IT,7969.83,8203.09,4507.19 +1028236803,FLECTR 360 – the first bike reflector with 360° visibility,Product Design,Design,EUR,2017-12-30,3000.00,2017-11-22 17:14:12,81722.00,successful,2116,DE,14828.34,98434.15,3613.50 +1028238244,Forward Motion's First EP,Jazz,Music,USD,2010-06-01,1000.00,2010-04-28 07:05:13,1482.00,successful,32,US,1482.00,1482.00,1000.00 +"1028249010,""""""Bart Starr"""" Music Video"",Shorts,Film & Video,USD,2011-10-19,3500.00,2011-09-02 04:01:12,150.00,failed,2,US,150.00,150.00,3500.00" +1028252250,Gutter Bunny Project: Global Cycling Experience (Canceled),Art,Art,USD,2010-08-24,4800.00,2010-07-20 03:38:47,85.00,canceled,4,US,85.00,85.00,4800.00 +1028254233,Klog Stopper™: Catch hair and jewelry!,Product Design,Design,USD,2016-07-23,3800.00,2016-06-15 20:11:08,2439.00,canceled,100,US,1917.00,2439.00,3800.00 +1028259978,Keplero Luxury Wallet - Strong RFID-Blocking,Gadgets,Technology,USD,2015-08-29,10000.00,2015-06-30 06:01:29,582634.00,successful,3792,US,582634.00,582634.00,10000.00 +1028269801,La abuela María,Small Batch,Food,EUR,2015-12-31,4000.00,2015-12-01 10:07:22,0.00,failed,0,ES,0.00,0.00,4354.78 +1028270538,Battery Case Steroid With Front Speakers For iPhone & Galaxy,Product Design,Design,USD,2015-04-25,75000.00,2015-03-11 16:05:04,25467.00,failed,125,US,25467.00,25467.00,75000.00 +1028273619,One Year at Whiplash,Art Books,Publishing,USD,2015-11-11,15000.00,2015-10-12 15:44:46,8941.00,failed,187,US,8941.00,8941.00,15000.00 +102827387,SONO Pillow - A New Class of Comfort,Product Design,Design,GBP,2016-09-23,6375.00,2016-08-08 18:00:42,20828.00,successful,540,GB,562.09,27021.98,8270.84 +1028274367,Oculus Rift: Step Into the Game,Gaming Hardware,Games,USD,2012-09-01,250000.00,2012-08-01 16:51:23,2437429.75,successful,9522,US,2437429.75,2437429.75,250000.00 +1028274924,Co-Produce Broadway Stars at Benefit honoring Judith Light,Theater,Theater,USD,2010-11-16,5000.00,2010-10-27 03:58:48,353.00,failed,13,US,353.00,353.00,5000.00 +1028284894,(90) A Street Production of 'Waiting for Godot',Theater,Theater,USD,2013-07-13,800.00,2013-06-22 17:41:43,800.00,successful,17,US,800.00,800.00,800.00 +1028287584,Alzheimer's: A Beautiful Spirit Celebrated,Nonfiction,Publishing,USD,2012-02-29,15000.00,2011-12-31 01:43:37,500.00,failed,8,US,500.00,500.00,15000.00 +"1028289828,""The Imani """"Talking Story"""" Youth Workshop Tour"",Performance Art,Art,USD,2012-07-03,20000.00,2012-05-16 20:57:03,6421.00,failed,69,US,6421.00,6421.00,20000.00" +"1028298156,""KARAS """"The Winged One"""" (Mythological Fantasy) Movie Trailer"",Fantasy,Film & Video,USD,2016-03-11,50000.00,2016-01-11 19:16:31,28225.00,canceled,84,US,28225.00,28225.00,50000.00" +1028311448,Personalized Embroidered Pet Felt Christmas Stocking,Embroidery,Crafts,USD,2017-07-05,20.00,2017-06-28 00:25:28,49.00,successful,3,US,36.00,49.00,20.00 +1028311655,Gallipoli 2015 - Ride of Reconciliation,Documentary,Film & Video,GBP,2015-03-04,18000.00,2015-02-02 01:00:56,398.00,failed,10,GB,599.39,604.33,27331.53 +102832222,STEAMBITE (Short Film),Action,Film & Video,USD,2016-03-13,4000.00,2016-02-12 21:24:58,770.00,failed,23,US,770.00,770.00,4000.00 +1028347199,Kevin J. Cope - Debut Guitar/Composition CD,Classical Music,Music,USD,2015-02-03,5000.00,2015-01-03 19:04:07,5912.00,successful,148,US,5912.00,5912.00,5000.00 +1028354639,Kingdom Come,Music,Music,CAD,2015-05-14,15000.00,2015-04-14 01:47:13,1.00,failed,1,CA,0.80,0.83,12461.58 +102835607,Framed,Shorts,Film & Video,EUR,2017-01-11,5200.00,2016-12-11 19:30:15,6200.00,successful,84,ES,1711.12,6609.81,5543.71 +1028358836,LaPizzeria - True Italian Taste,Restaurants,Food,USD,2015-08-07,30000.00,2015-07-08 00:17:41,0.00,failed,0,US,0.00,0.00,30000.00 +1028374059,Easy Leveling Fryer Stand (ELF Stand),Product Design,Design,USD,2017-08-15,6000.00,2017-06-16 22:00:21,914.00,failed,8,US,414.00,914.00,6000.00 +1028377633,iKready!,Web,Technology,USD,2015-06-02,12000.00,2015-05-13 21:57:03,650.00,failed,4,US,650.00,650.00,12000.00 +"1028380529,""The Sapphire Wave, a Sci-Fi / Fantasy Novel"",Fiction,Publishing,CAD,2015-04-29,75000.00,2015-03-30 00:20:05,10.00,failed,1,CA,7.94,8.32,62396.01" +"1028387584,""Love, Peace, and Harmony"",Kids,Music,USD,2014-12-14,10000.00,2014-12-01 19:33:00,27.00,failed,3,US,27.00,27.00,10000.00" +1028391628,LiRon 21|Ergonomically designed underwear for men and women,Fashion,Fashion,USD,2014-08-10,40000.00,2014-07-11 21:04:39,0.00,failed,0,US,0.00,0.00,40000.00 +1028393316,Chinese Zodiac (Constellation) Enamel Pin Series #1,Art,Art,USD,2017-05-05,1320.00,2017-04-05 16:59:37,7159.00,successful,194,US,2993.00,7159.00,1320.00 +102841219,Born in Stone,Fine Art,Photography,CAD,2014-06-28,13000.00,2014-05-28 19:28:32,0.00,failed,0,CA,0.00,0.00,12223.79 +1028428265,Women and Meds,Documentary,Film & Video,USD,2013-09-18,25000.00,2013-08-19 15:52:21,3900.00,failed,68,US,3900.00,3900.00,25000.00 +1028429105,BR Photography - Naturschutz,Nature,Photography,EUR,2018-01-28,5000.00,2017-11-29 20:37:38,461.00,live,11,DE,59.52,559.51,6068.48 +102843392,Cognitive Dissonance,Rock,Music,USD,2017-03-29,3000.00,2017-02-27 15:44:59,5802.66,successful,111,US,1531.66,5802.66,3000.00 +1028436435,Spidercover - Enhance your iPad control in every situation,Product Design,Design,EUR,2017-06-25,180.00,2017-05-16 10:20:31,68.00,canceled,1,IT,74.32,77.60,205.42 +1028439016,@Chelt52 - Year 2! (Canceled),Web,Technology,GBP,2014-12-20,700.00,2014-11-18 23:11:59,30.00,canceled,2,GB,47.16,46.61,1087.51 +1028440340,Drinking Card Games,Playing Cards,Games,USD,2016-07-19,1600.00,2016-06-19 01:03:57,563.00,failed,32,US,356.00,563.00,1600.00 +1028443106,Expanding the Bubble in Mobile VR/AR through TelePresence,Web,Journalism,USD,2015-10-21,25000.00,2015-10-06 09:06:43,0.00,failed,0,US,0.00,0.00,25000.00 +1028460202,Bringing AMBER & ASHES to USA will change lives. PLEASE :),Rock,Music,USD,2013-02-15,2000.00,2013-01-16 12:05:52,0.00,failed,0,US,0.00,0.00,2000.00 +1028461326,Nightmare Web Series,Webseries,Film & Video,GBP,2014-03-04,100.00,2014-02-18 23:48:33,274.50,successful,38,GB,461.05,460.34,167.70 +1028462675,vitamingum - Chewing gum infused with 12 different vitamins!,Food,Food,CAD,2015-04-01,15000.00,2015-03-02 23:23:36,15.00,failed,1,CA,11.99,11.86,11863.33 +1028464995,The Amy Angel Series,Comics,Comics,CAD,2013-12-07,1500.00,2013-10-08 23:01:47,220.00,failed,3,CA,213.56,206.48,1407.79 +1028470141,WOOM iPad 2 Case = Cover+Carry+Convert (Canceled),Technology,Technology,USD,2011-10-18,50000.00,2011-08-19 18:47:18,1060.00,canceled,11,US,1060.00,1060.00,50000.00 +1028472079,Forgotten Detroit,Places,Photography,USD,2014-10-03,3500.00,2014-09-03 22:37:30,0.00,failed,0,US,0.00,0.00,3500.00 +1028475856,The Adventures of Feather Deer stop motion series (Canceled),Animation,Film & Video,USD,2014-06-04,35000.00,2014-05-05 18:02:50,1214.00,canceled,29,US,1214.00,1214.00,35000.00 +1028497868,THE LIGHT CAVALRY RECORDING,Classical Music,Music,USD,2012-12-27,2000.00,2012-11-27 15:48:51,2135.00,successful,30,US,2135.00,2135.00,2000.00 +1028502271,Nocturnal instincts,Fiction,Publishing,USD,2015-06-11,4000.00,2015-05-12 21:06:19,0.00,failed,0,US,0.00,0.00,4000.00 +1028505641,Whiskey Lab: Better Than a Barrel,Product Design,Design,USD,2016-01-09,40000.00,2015-12-03 06:38:52,16724.77,failed,149,US,16724.77,16724.77,40000.00 +1028509365,String As My Canvas,Mixed Media,Art,USD,2013-09-02,5000.00,2013-07-04 05:52:07,145.00,failed,1,US,145.00,145.00,5000.00 +"1028517343,""""""Friends Of Fate"""" a Sci-fi Thriller"",Publishing,Publishing,AUD,2014-05-16,1600.00,2014-04-16 05:35:55,255.00,failed,3,AU,239.47,238.67,1497.57" +1028527693,My upcoming new Sound Healing CD: Good as Gold!,World Music,Music,USD,2015-03-16,5656.00,2015-02-14 22:08:33,5859.00,successful,71,US,5859.00,5859.00,5656.00 +102853111,Exotic Gourmet Mostly Natural Fudge Expansion,Food,Food,USD,2015-06-12,10000.00,2015-05-13 17:41:12,380.00,failed,5,US,380.00,380.00,10000.00 +1028531946,ETCETERA THE GAME (Canceled),Video Games,Games,USD,2016-02-22,15000.00,2016-01-08 00:22:01,30.00,canceled,1,US,30.00,30.00,15000.00 +1028542870,CAMS Standard & Mini Camera Plates & Sling Straps,Product Design,Design,USD,2017-12-12,20000.00,2017-11-02 13:23:17,3116.00,failed,36,US,1605.00,3116.00,20000.00 +"1028548122,""Geniocity.com, The Magazine of Creativity & Innovation"",Journalism,Journalism,USD,2011-07-30,10000.00,2011-06-30 16:36:31,1212.00,failed,20,US,1212.00,1212.00,10000.00" +1028549662,VOICES OF HOPE - A Prison Documentary,Documentary,Film & Video,USD,2015-06-10,10000.00,2015-05-11 16:53:44,0.00,failed,0,US,0.00,0.00,10000.00 +1028563456,mdesigns,Apparel,Fashion,USD,2015-04-30,1500.00,2015-03-09 11:56:44,0.00,failed,0,US,0.00,0.00,1500.00 +1028564139,Phoebe's Reading Room - Rescue Adoption Center,Mixed Media,Art,USD,2017-07-18,5000.00,2017-06-28 20:46:06,5.00,failed,1,US,5.00,5.00,5000.00 +102857329,The Swing Arm - The Worlds Best Outdoor Heating System,Product Design,Design,USD,2016-03-28,50000.00,2016-02-12 21:05:10,1018.00,failed,10,US,1018.00,1018.00,50000.00 +1028574828,TealBot Designs LLC Apparel,Fashion,Fashion,USD,2012-06-14,2500.00,2012-05-15 05:20:27,2827.00,successful,58,US,2827.00,2827.00,2500.00 +"1028578367,""The TestingAlpha """"Noob To Pro"""" Drone Course"",Web,Technology,USD,2016-09-23,5000.00,2016-08-24 23:19:25,0.00,canceled,0,US,0.00,0.00,5000.00" +"1028579071,""DEMO Proyect BLADE: BEU now, RPG later by Kiishu Rave"",Video Games,Games,MXN,2017-04-05,30000.00,2017-03-06 19:59:10,0.00,failed,0,MX,0.00,0.00,1598.72" +1028589286,Fuh Que High Coo fArt (haiku illustrated),Illustration,Art,USD,2016-01-31,500.00,2015-12-02 22:03:40,0.00,failed,0,US,0.00,0.00,500.00 +1028590517,Yarn Skein Enamel Pins,Accessories,Fashion,USD,2017-09-13,350.00,2017-08-14 17:33:28,1786.93,successful,74,US,334.93,1786.93,350.00 +1028599568,Bonnie Bowers........SO very off Broadway.,World Music,Music,USD,2013-09-01,2000.00,2013-08-02 00:47:51,411.00,failed,9,US,411.00,411.00,2000.00 +1028602387,Perpetual Solar Flywheel Energy Storage by Energiestro,Technology,Technology,USD,2014-07-17,475000.00,2014-06-17 13:45:44,82998.00,failed,38,US,82998.00,82998.00,475000.00 +1028602895,Stonenova Comics,Webcomics,Comics,USD,2016-01-03,9000.00,2015-12-03 15:40:13,37.00,failed,4,US,37.00,37.00,9000.00 +102860361,The Diabetic Journal,Technology,Technology,GBP,2013-02-12,7500.00,2013-01-13 15:45:08,7743.32,successful,380,GB,12494.26,11992.13,11615.30 +1028605439,CHRISTA WELLS: New Album!,Indie Rock,Music,USD,2012-12-14,15000.00,2012-11-14 14:55:48,15911.00,successful,173,US,15911.00,15911.00,15000.00 +"1028614956,Journeys; a set of regional pokemon polaroid enamel pins,Accessories,Fashion,CAD,2018-01-03,1900.00,2017-12-04 16:14:01,5550.00,live,121,CA,88.26,4436.45,1518.78" +1028629765,African Mission Trip for Children and PHOTOGRAPHY,People,Photography,USD,2015-08-03,4000.00,2015-07-13 18:51:11,0.00,failed,0,US,0.00,0.00,4000.00 +1028647247,ICE Block Cooler™ - The COOLER cooler,Product Design,Design,USD,2012-01-27,25000.00,2011-12-05 22:02:07,2230.00,failed,19,US,2230.00,2230.00,25000.00 +1028651925,Sculpting Sojourner,Sculpture,Art,USD,2012-11-18,17950.00,2012-10-18 19:01:12,5495.00,failed,45,US,5495.00,5495.00,17950.00 +1028656863,Mother's Day Short,Shorts,Film & Video,USD,2014-04-10,7500.00,2014-03-26 06:08:46,670.00,failed,18,US,670.00,670.00,7500.00 +1028662149,Geburt 4-in-1 Diaper Bag,Fashion,Fashion,USD,2017-10-12,10000.00,2017-09-12 06:03:07,3786.00,failed,48,US,178.00,3786.00,10000.00 +1028663771,Secured Mobile Video - Police Body Camera (Canceled),Camera Equipment,Technology,USD,2014-12-08,220000.00,2014-10-09 21:35:20,0.00,canceled,0,US,0.00,0.00,220000.00 +1028667334,Wild Thing ( A story about a girl becoming her own hero ),Fiction,Publishing,CAD,2015-08-01,10000.00,2015-07-02 06:45:34,0.00,canceled,0,CA,0.00,0.00,7644.09 +10286681,Orion's Representative,Publishing,Publishing,USD,2012-07-22,38484.00,2012-06-22 15:56:57,35.00,failed,2,US,35.00,35.00,38484.00 +1028671347,Children's Nutcracker Production,Dance,Dance,USD,2017-10-24,600.00,2017-10-03 20:17:21,139.00,failed,6,US,100.00,139.00,600.00 +1028675390,WisconsinsVoice.org,Web,Journalism,USD,2015-06-05,4000.00,2015-05-06 02:33:24,931.00,failed,18,US,931.00,931.00,4000.00 +1028677833,LAUREN Album Release,Pop,Music,USD,2012-12-14,7500.00,2012-11-17 14:20:42,250.00,failed,3,US,250.00,250.00,7500.00 +"1028680539,""Domitianus - A Life of Sadism, Murder, and Misanthropy"",Fiction,Publishing,USD,2017-06-06,1100.00,2017-05-07 23:16:33,275.00,failed,13,US,50.00,275.00,1100.00" +"1028691308,Help BETHANY record a NEW single in Nash!,Music,Music,USD,2016-05-08,3500.00,2016-04-04 23:32:00,3502.13,successful,0,""N,0"""""",,3502.13,3500.00" +102871869,You are worth it!,Literary Journals,Publishing,USD,2015-02-02,2000.00,2015-01-03 01:44:22,105.00,failed,1,US,105.00,105.00,2000.00 +1028721181,SWAEON - Swiss Watches AEON Swiss Made Chronographs,Product Design,Design,GBP,2015-02-01,20000.00,2014-12-30 23:02:44,2320.00,failed,12,GB,3612.24,3553.76,30635.85 +1028728783,Fare-Bargaining Car Service App/People's Car Service App,Apps,Technology,USD,2015-11-29,100000.00,2015-10-30 21:58:46,0.00,canceled,0,US,0.00,0.00,100000.00 +1028731122,Cross of Fire Saga Adventure Path for Pathfinder RPG,Tabletop Games,Games,USD,2014-11-05,8000.00,2014-09-25 21:57:39,3954.00,canceled,83,US,3954.00,3954.00,8000.00 +1028732659,VIRATA Automatic Watches - VRT1.7 and VRT1.8,Product Design,Design,USD,2016-12-20,10000.00,2016-11-19 18:39:42,10000.00,successful,13,US,513.00,10000.00,10000.00 +102873528,A Culinary Odyssey,Publishing,Publishing,USD,2011-12-21,10000.00,2011-11-09 18:51:11,10022.00,successful,158,US,10022.00,10022.00,10000.00 +1028736716,Class & Respectability,Hip-Hop,Music,USD,2014-05-07,20000.00,2014-04-23 00:07:27,0.00,failed,0,US,0.00,0.00,20000.00 +"1028758385,""Failures' Union: """"Sinker"""" Album on LP"",Music,Music,USD,2010-02-22,2000.00,2010-01-19 18:13:58,2170.35,successful,61,US,2170.35,2170.35,2000.00" +102877739,EARTHY: 360º Flowing Aqua Lamp,Product Design,Design,USD,2017-01-31,25000.00,2016-12-17 00:24:59,21097.00,canceled,105,US,17778.00,21097.00,25000.00 +1028778587,Imagination Realization: 2nd album Imaginary Spotlight,Country & Folk,Music,USD,2014-04-14,5000.00,2014-02-13 22:33:38,100.00,failed,1,US,100.00,100.00,5000.00 +"1028782310,""Come help support my art storybook """"The Road to War"""""",Art Books,Publishing,USD,2014-04-15,5000.00,2014-02-14 01:40:10,620.00,canceled,18,US,620.00,620.00,5000.00" +"1028795275,""RampPro: A safe, easy way to load your toys into your truck!"",Product Design,Design,USD,2015-07-19,150000.00,2015-06-19 02:22:00,2801.00,failed,8,US,2801.00,2801.00,150000.00" +"1028800634,""Crucible for OUYA, PC, Mac, Android, and iOS"",Video Games,Games,USD,2014-08-01,10000.00,2014-06-30 22:37:24,10320.00,successful,121,US,10320.00,10320.00,10000.00" +1028804983,Pumpkin Head a film by Jeff Torrice,Shorts,Film & Video,USD,2011-02-01,2600.00,2010-12-10 21:24:26,2625.00,successful,25,US,2625.00,2625.00,2600.00 +1028810435,Artesian Well Mosaic in Ashland Wisconsin,Public Art,Art,USD,2014-06-12,1200.00,2014-05-13 01:28:44,1426.11,successful,45,US,1426.11,1426.11,1200.00 +1028811462,Brew Ha Ha! The crafty game for beer lovers,Tabletop Games,Games,USD,2016-06-01,15000.00,2016-05-01 18:04:16,16790.00,successful,334,US,16790.00,16790.00,15000.00 +102881321,H-TEN Subscription 2016,Web,Journalism,CAD,2016-01-02,1500.00,2015-12-03 13:36:29,1500.00,successful,12,CA,1122.17,1063.38,1063.38 +1028818190,The Blend's Tenth's Anniversary CD,Music,Music,USD,2012-05-30,1750.00,2012-04-15 16:22:42,2075.00,successful,47,US,2075.00,2075.00,1750.00 +1028825073,Del in Time,Fiction,Publishing,CAD,2015-05-23,10000.00,2015-04-23 06:08:26,50.00,failed,1,CA,40.76,40.18,8036.65 +1028827847,Tuna burger,Food,Food,GBP,2016-10-17,40000.00,2016-09-07 23:25:35,22.00,failed,3,GB,0.00,26.81,48750.76 +1028828516,NanoBeam: helping makers build the smallest things,DIY Electronics,Technology,USD,2014-12-01,12000.00,2014-10-17 23:26:40,27242.00,successful,440,US,27242.00,27242.00,12000.00 +"1028829432,""From flower to seed, let's help save this weed in Oregon!"",Farms,Food,USD,2015-06-23,30000.00,2015-06-02 16:51:11,57.00,failed,1,US,57.00,57.00,30000.00" +1028831108,The Promised Land,Plays,Theater,USD,2017-12-16,12000.00,2017-11-03 23:11:03,13312.70,successful,96,US,4357.70,13312.70,12000.00 +1028844872,2 GUYS & A GAL needs to be made!,Shorts,Film & Video,USD,2012-09-10,3500.00,2012-08-05 00:13:20,1000.00,failed,10,US,1000.00,1000.00,3500.00 +"1028857241,""Tholos, A Universal Sizing App"",Apps,Technology,USD,2016-11-16,71309.00,2016-10-17 03:03:05,0.00,failed,0,US,0.00,0.00,71309.00" +1028857749,Pocket Sketching syllabus and two books,Art,Art,USD,2017-04-14,30000.00,2017-03-15 22:36:34,900.00,failed,20,US,435.00,900.00,30000.00 +1028863578,Photojournalism - Documenting a medical team in Guatemala,Documentary,Film & Video,USD,2012-11-04,3000.00,2012-10-05 22:05:08,68.00,failed,5,US,68.00,68.00,3000.00 +1028868309,Rick And Morty Ball Fondlers,Accessories,Fashion,USD,2017-08-25,950.00,2017-07-26 05:23:54,1071.00,successful,28,US,10.00,1071.00,950.00 +1028871123,Endurance Card Game (Canceled),Playing Cards,Games,USD,2015-08-30,900.00,2015-07-31 04:33:03,252.00,canceled,19,US,252.00,252.00,900.00 +"1028874114,""Help put the """"Penhollow Chronicles"""" in print (Canceled)"",Fiction,Publishing,USD,2015-06-18,2500.00,2015-05-19 19:06:45,0.00,canceled,0,US,0.00,0.00,2500.00" +1028876781,Arora Skate Co. Original Skateboard Deck Art Release,Product Design,Design,USD,2012-11-16,5000.00,2012-10-17 18:05:42,5043.00,successful,56,US,5043.00,5043.00,5000.00 +1028883974,Help Bandit create their first EP!,Indie Rock,Music,USD,2014-04-13,8000.00,2014-03-18 22:07:22,8444.00,successful,233,US,8444.00,8444.00,8000.00 +1028890004,Cabuya Casting Handlines - Fishing Made Simple,Product Design,Design,USD,2017-05-12,15000.00,2017-04-12 21:01:00,18135.00,successful,480,US,6702.00,18135.00,15000.00 +1028891948,Men of Game Development 2015,Games,Games,USD,2014-06-08,3000.00,2014-05-14 19:46:56,6200.53,successful,174,US,6200.53,6200.53,3000.00 +1028892935,That Elephant Keyboard,Mobile Games,Games,USD,2015-12-03,35000.00,2015-11-03 22:54:38,0.00,failed,0,US,0.00,0.00,35000.00 +1028897198,J:son Flies | The most realistic fishing flies in the world,Product Design,Design,SEK,2017-08-30,300000.00,2017-07-31 16:24:38,19236.00,failed,22,SE,95.46,2419.26,37730.15 +1028897444,Egg Salad,Food,Food,CAD,2014-08-06,25.00,2014-07-07 22:50:01,0.00,failed,0,CA,0.00,0.00,22.90 +1028902401,Pro Pinball: Timeshock! - The ULTRA Edition,Video Games,Games,GBP,2013-09-14,40000.00,2013-07-31 22:00:26,49349.51,successful,1203,GB,75682.35,79055.35,64077.92 +"1028904985,""Bart w/ band Budwig, free single and pre-order the NEW ALBUM"",Country & Folk,Music,USD,2015-09-10,3000.00,2015-08-11 19:20:20,4732.00,successful,153,US,4732.00,4732.00,3000.00" +1028905199,Spectacular Papua New Guinea,Photography,Photography,USD,2012-01-23,12000.00,2011-12-09 01:38:51,414.00,failed,6,US,414.00,414.00,12000.00 +1028907131,Community Living: A Documentary,Documentary,Film & Video,USD,2010-11-04,1200.00,2010-10-20 06:12:24,1270.00,successful,32,US,1270.00,1270.00,1200.00 +1028908003,An Indie Pop- Rock album by Paul Mills,Indie Rock,Music,USD,2012-07-14,5000.00,2012-06-14 06:12:55,25.00,failed,1,US,25.00,25.00,5000.00 +102891225,The Pro Voice Project - A Documentary,Documentary,Film & Video,USD,2013-10-31,32000.00,2013-10-02 04:57:46,32437.97,successful,663,US,32437.97,32437.97,32000.00 +1028929144,Zacki Almost Saves the Zoo: Stop Motion Web Series and Games,Animation,Film & Video,USD,2015-06-22,20000.00,2015-05-22 23:47:57,0.00,failed,0,US,0.00,0.00,20000.00 +1028938536,Magniglass: Electronic Glasses for Medical and Personal Use,Wearables,Technology,USD,2014-10-30,4500.00,2014-09-30 04:02:12,4726.00,successful,11,US,4726.00,4726.00,4500.00 +1028942795,All in 1: A Parliament of Supplements,Tabletop Games,Games,USD,2017-03-25,300.00,2017-03-18 00:18:19,1203.00,successful,90,US,181.00,1203.00,300.00 +1028944677,The Solitary Arms,Shorts,Film & Video,USD,2012-01-01,1000.00,2011-12-02 21:50:31,1010.00,successful,6,US,1010.00,1010.00,1000.00 +1028946219,Think or Drink! The Fast Paced Party Drinking Game,Tabletop Games,Games,USD,2016-01-03,50000.00,2015-12-04 08:03:08,0.00,failed,0,US,0.00,0.00,50000.00 +1028948110,Sightline to record album for 10 year anniversary.,Indie Rock,Music,USD,2014-10-09,1000.00,2014-09-09 16:37:27,5.00,failed,1,US,5.00,5.00,1000.00 +1028949035,Poems and Love Notes For Someone Special,Poetry,Publishing,CAD,2015-02-14,20000.00,2015-01-24 01:19:18,1.00,failed,1,CA,0.81,0.80,16056.52 +1028950771,Hope Amid Despair in Jordan's Za'atari Refugee Camp,Documentary,Film & Video,USD,2015-10-07,8500.00,2015-09-06 20:52:28,9217.00,successful,47,US,9217.00,9217.00,8500.00 +1028951326,The Endless Road (A Fan Film Inspired by Fallout),Shorts,Film & Video,USD,2012-08-26,5000.00,2012-07-27 22:19:17,2020.00,failed,26,US,2020.00,2020.00,5000.00 +1028957908,AI Project,Robots,Technology,USD,2017-09-09,100000.00,2017-07-11 00:45:40,15.00,failed,2,US,0.00,15.00,100000.00 +1028973254,Crap Drawings,Illustration,Art,GBP,2012-12-16,1.00,2012-11-16 18:55:52,144.05,successful,17,GB,228.26,233.70,1.62 +1028975824,The Cornerstone Market,Food,Food,USD,2014-05-26,10000.00,2014-04-26 18:20:46,1426.00,failed,7,US,1426.00,1426.00,10000.00 +1028982201,Daisy's Cupcake Company,Food,Food,USD,2016-07-12,3000.00,2016-05-13 23:14:11,26.00,failed,2,US,26.00,26.00,3000.00 +1028989849,KATIE SCULLIN - PIECES,Music,Music,USD,2016-10-08,18000.00,2016-09-07 15:22:29,20747.00,successful,148,US,1200.00,20747.00,18000.00 +1028997654,After Reset RPG,Video Games,Games,USD,2013-12-11,900000.00,2013-11-11 10:41:59,47939.00,failed,1362,US,47939.00,47939.00,900000.00 +"1028998661,The Easyhook Driver Bit; Cuphook Installation Made Easy,Hardware,Technology,USD,2014-09-28,25000.00,2014-07-30 02:22:52,590.00,failed,35,US,590.00,590.00,25000.00" +1029000350,BRING HISTORY BACK (Canceled),Art,Art,USD,2014-08-14,75000.00,2014-07-15 14:06:22,1.00,canceled,1,US,1.00,1.00,75000.00 +1029007461,Her Eyes and My Voice Periodical Issue 3,Art Books,Publishing,GBP,2014-02-07,450.00,2014-01-08 10:25:40,714.00,successful,24,GB,1170.76,1165.73,734.71 +1029008236,Real magic wand,DIY,Crafts,EUR,2017-05-19,1000.00,2017-03-20 19:15:59,0.00,failed,0,FR,0.00,0.00,1117.91 +1029011637,Bold Bees,Fashion,Fashion,USD,2012-09-14,3000.00,2012-08-15 21:38:21,496.00,failed,11,US,496.00,496.00,3000.00 +1029011780,Great Expectations Game,Video Games,Games,USD,2015-10-09,400.00,2015-08-10 19:10:22,103.00,failed,4,US,103.00,103.00,400.00 +1029017677,Animal Party Fun: Cute Enamel Pins For The Kids,Graphic Design,Design,SGD,2017-05-25,1500.00,2017-04-25 18:41:17,0.00,failed,0,SG,0.00,0.00,1084.99 +1029028607,RAMEN 100 CHALLENGE,Graphic Design,Design,USD,2017-02-28,2000.00,2017-01-27 20:26:27,307.00,failed,7,US,177.00,307.00,2000.00 +"1029031025,""Anthony Mulcahy Music - """"This Functional"""""",Country & Folk,Music,USD,2011-12-01,5000.00,2011-10-09 18:42:33,1770.00,failed,37,US,1770.00,1770.00,5000.00" +"1029039509,""Bravery Test's New Album: """"Godspeed"""""",Rock,Music,USD,2015-11-10,5000.00,2015-10-20 21:36:19,6020.00,successful,103,US,6020.00,6020.00,5000.00" +1029040661,Muse Photography: MARIE STARR- Fine art nudes,Photobooks,Photography,USD,2016-10-03,199.00,2016-09-28 04:04:33,385.00,successful,9,US,215.00,385.00,199.00 +1029050896,Blind Side,World Music,Music,USD,2016-04-27,2500.00,2016-03-28 23:29:44,1.00,failed,1,US,1.00,1.00,2500.00 +102905092,The Sky is Calling - Incredible Expandable Tour,Pop,Music,USD,2013-10-30,15000.00,2013-10-08 23:16:19,16817.06,successful,454,US,16817.06,16817.06,15000.00 +1029057576,ecoaventure,Young Adult,Publishing,MXN,2017-05-11,30000.00,2017-04-11 05:33:12,0.00,canceled,0,MX,0.00,0.00,1587.55 +1029058987,Taco Padilla,Restaurants,Food,USD,2017-09-05,30000.00,2017-07-07 23:50:35,1.00,failed,1,US,0.00,1.00,30000.00 +1029066992,Supergirl: Stranger in a Strange land (Canceled),Shorts,Film & Video,USD,2012-02-01,3000.00,2011-12-22 03:21:18,595.00,canceled,16,US,595.00,595.00,3000.00 +102907201,The B Suits - The New Alternative to your Bikini,Fashion,Fashion,USD,2014-03-22,6999.00,2014-02-26 04:27:35,340.00,failed,10,US,340.00,340.00,6999.00 +1029078427,This Side of Freedom: Life After Clemency,Journalism,Journalism,USD,2016-08-25,3000.00,2016-07-26 22:21:42,233.00,failed,12,US,45.00,233.00,3000.00 +102908158,Mine Upgrade,Games,Games,AUD,2015-10-10,3000.00,2015-09-10 13:55:16,30.00,failed,2,AU,21.19,21.77,2177.07 +1029083556,ONE LONG NIGHT,Music,Music,USD,2013-04-12,11900.00,2013-03-19 14:33:40,0.00,failed,0,US,0.00,0.00,11900.00 +1029088224,Film Festival of the Godless,Film & Video,Film & Video,USD,2012-08-23,100.00,2012-07-24 02:50:01,132.00,successful,5,US,132.00,132.00,100.00 +1029088354,uTenants,Software,Technology,USD,2016-08-04,100000.00,2016-07-05 16:50:40,2.00,failed,2,US,0.00,2.00,100000.00 +1029088517,Morris the reversible fish,Product Design,Design,USD,2016-12-21,25000.00,2016-11-21 21:37:08,46080.00,successful,807,US,1079.00,46080.00,25000.00 +102909092,EventMate App: Network Your Dreams to Reality,Apps,Technology,USD,2017-09-07,10000.00,2017-08-08 19:53:54,10096.01,successful,86,US,4031.01,10096.01,10000.00 +1029093898,2nd Annual Cambridge Jazz Festival,Jazz,Music,USD,2015-07-02,5000.00,2015-06-02 23:38:29,5575.00,successful,40,US,5575.00,5575.00,5000.00 +1029107569,PLUME VOLUME 3 - HARDCOVER COLLECTION,Webcomics,Comics,USD,2016-11-25,7500.00,2016-10-26 16:59:51,26094.00,successful,534,US,9892.00,26094.00,7500.00 +"1029109299,""dDiiLLiiAaNn will make a 7"""" vinyl EP!"",World Music,Music,USD,2011-03-05,1050.00,2011-01-09 02:41:41,1055.00,successful,18,US,1055.00,1055.00,1050.00" +"102911383,AVES: Bicycle playing cards; Fine Art deck inspired by Birds,Playing Cards,Games,USD,2014-10-07,10000.00,2014-09-01 18:00:29,23924.00,successful,780,US,23924.00,23924.00,10000.00" +1029116807,From Cowboy Trails to Soldier Tales: Chaplain Dann's Journey,Nonfiction,Publishing,USD,2016-07-13,650.00,2016-06-13 03:53:05,1001.00,successful,22,US,744.00,1001.00,650.00 +1029116943,Bourbon Barrel Pens from 12 different bourbons!,Woodworking,Crafts,USD,2017-09-01,1000.00,2017-08-02 20:21:28,6095.00,successful,102,US,433.00,6095.00,1000.00 +1029120373,Defending Chinatown (Canceled),Documentary,Film & Video,USD,2012-10-07,10000.00,2012-09-07 18:43:26,245.00,canceled,10,US,245.00,245.00,10000.00 +1029125355,SUBZERO - extreme architecture made of snow,Art,Art,EUR,2016-02-01,4400.00,2015-12-04 11:54:09,4411.00,successful,26,DE,4673.94,4941.19,4928.87 +"1029126374,""Uni-Met, Metric System For Kids"",Product Design,Design,CHF,2017-07-06,35000.00,2017-05-22 18:23:46,589.00,failed,8,CH,94.56,612.01,36367.04" +1029126868,The Hasty Pastry Graphic Novel: Book One~,Comics,Comics,USD,2013-07-13,1000.00,2013-06-14 16:11:59,2783.00,successful,83,US,2783.00,2783.00,1000.00 +102912736,Minecraft Animation,Animation,Film & Video,USD,2016-03-14,700.00,2016-02-13 16:22:53,26.00,failed,2,US,26.00,26.00,700.00 +1029132241,SPOT the party,Apps,Technology,USD,2015-10-29,25000.00,2015-09-29 16:32:28,0.00,failed,0,US,0.00,0.00,25000.00 +"1029135876,""ExO, connectez vos enceintes à tous les équipements audio"",Sound,Technology,EUR,2016-07-29,10000.00,2016-06-29 13:01:57,12158.00,successful,39,FR,8436.40,13511.14,11112.96" +102914789,SWITCH KICK™ Quick Release Bass Drum Beater,Product Design,Design,USD,2015-01-19,10000.00,2014-12-18 19:07:06,11143.00,successful,143,US,11143.00,11143.00,10000.00 +1029150990,HWG Press Waves Series,Anthologies,Publishing,USD,2015-12-04,2000.00,2015-11-03 22:40:37,40.00,failed,2,US,40.00,40.00,2000.00 +1029151630,Tiffany Chimere Shoes - A Cinderella Story! (Canceled),Fashion,Fashion,USD,2015-04-07,6000.00,2015-03-05 00:48:43,5.00,canceled,1,US,5.00,5.00,6000.00 +102915243,Massage eBook guide,Nonfiction,Publishing,USD,2015-04-27,375.00,2015-04-20 20:06:35,0.00,failed,0,US,0.00,0.00,375.00 +1029153651,QuikMobi Creating Customizable Native Mobile Apps,Apps,Technology,USD,2014-09-13,10000.00,2014-08-29 20:34:29,45.00,failed,3,US,45.00,45.00,10000.00 +"1029156571,""Latin Heritage Cards: """"Learn It, Dream It, Make It..."""""",Tabletop Games,Games,USD,2011-03-14,2000.00,2010-12-14 05:41:43,0.00,failed,0,US,0.00,0.00,2000.00" +1029175122,Gothic Themed Animated Youtube Channel: Death Addicts,Animation,Film & Video,USD,2016-05-29,30000.00,2016-04-29 00:26:56,0.00,canceled,0,US,0.00,0.00,30000.00 +1029183655,The InsideOut Merch Campaign,Apparel,Fashion,USD,2016-03-25,3000.00,2016-01-25 19:33:25,0.00,failed,0,US,0.00,0.00,3000.00 +1029186235,Ultimate Super Mario Soldier Cosplay,Crafts,Crafts,USD,2014-09-29,250.00,2014-09-04 00:32:43,1.00,failed,1,US,1.00,1.00,250.00 +1029191361,Join the Pretty Girls Club,Fashion,Fashion,USD,2014-07-31,15000.00,2014-07-01 00:29:43,7.00,failed,2,US,7.00,7.00,15000.00 +"1029194242,""Black Rock Ice (acrylic, oil, encaustic and printmaking)"",Mixed Media,Art,USD,2014-09-19,2700.00,2014-09-08 05:16:31,692.00,failed,10,US,692.00,692.00,2700.00" +1029195524,Handmade Leather Wallets by Colored Red Leather Goods,Product Design,Design,USD,2017-04-19,1500.00,2017-03-20 19:23:21,2913.00,successful,39,US,250.00,2913.00,1500.00 +1029205593,Rebecca is making her first EP!,Pop,Music,USD,2012-04-27,3500.00,2012-03-28 03:19:32,5804.00,successful,94,US,5804.00,5804.00,3500.00 +1029218589,Chalk Visions:San Francisco,Public Art,Art,USD,2015-11-28,22500.00,2015-09-29 10:06:50,111.00,failed,3,US,111.00,111.00,22500.00 +1029226760,Fantasy Bras: Bring a Fairy Tale to Life! Couture Lingerie.,Couture,Fashion,USD,2015-02-13,2000.00,2015-01-24 18:52:08,5.00,failed,1,US,5.00,5.00,2000.00 +"1029229918,""Libro """"Sol Negro"""" - Un libro de Irgar"",Fiction,Publishing,MXN,2017-06-29,20000.00,2017-05-30 21:30:06,0.00,failed,0,MX,0.00,0.00,1108.83" +1029233492,The End of the World Route 66 Tour,Photography,Photography,USD,2012-10-13,33795.00,2012-08-14 01:39:06,0.00,failed,0,US,0.00,0.00,33795.00 +102923383,DREXEL - New album in the works!,Rock,Music,USD,2012-04-27,3000.00,2012-02-27 04:44:50,3615.97,successful,80,US,3615.97,3615.97,3000.00 +"1029237274,""""""Sara, Exponential"""" Horror/Thriller/Noir Feature Film"",Horror,Film & Video,GBP,2015-05-18,20000.00,2015-04-08 02:19:00,266.00,failed,10,GB,396.75,416.03,31280.30" +1029240429,Smart fetch/treat toys from Paww …It's a whole new ballgame!,Product Design,Design,USD,2015-05-14,20000.00,2015-04-14 19:36:27,40345.00,successful,1195,US,40345.00,40345.00,20000.00 +1029240860,The Stationery Club | Personalised Monthly Surprise Boxes,Design,Design,GBP,2015-07-20,724.00,2015-07-01 10:12:01,877.00,successful,20,GB,1379.42,1357.12,1120.36 +"1029242674,""Odd Society Clothing: """"Normal Never Made History"""""",Fashion,Fashion,USD,2011-12-30,2000.00,2011-11-15 00:10:43,25.00,failed,2,US,25.00,25.00,2000.00" +1029243292,Tournament Madness,Live Games,Games,USD,2016-09-03,100000.00,2016-08-04 05:46:45,1000.00,canceled,5,US,0.00,1000.00,100000.00 +1029252289,Body Pos Project,Web,Journalism,USD,2016-10-10,10000.00,2016-09-21 12:06:00,10189.00,successful,203,US,1532.00,10189.00,10000.00 +1029252404,Ricky! A Fleece That Shrinks!,Fashion,Fashion,USD,2012-02-06,2000.00,2012-01-12 18:07:06,442.00,failed,5,US,442.00,442.00,2000.00 +1029266275,Help the Rise of the Broken raise funds to tour summer 2012,Music,Music,USD,2012-05-04,2500.00,2012-03-05 19:09:53,70.00,failed,4,US,70.00,70.00,2500.00 +1029274366,Vaughan Oliver Archive,Graphic Design,Design,GBP,2017-12-08,80000.00,2017-11-08 14:01:23,91642.00,successful,948,GB,0.00,122943.39,107324.93 +1029275724,A Tour Bus For The Coup,Music,Music,USD,2012-09-23,30000.00,2012-08-14 18:07:46,40281.99,successful,808,US,40281.99,40281.99,30000.00 +1029277178,Aqua-View: Your Robotic Connection To An Underwater World!,Robots,Technology,USD,2014-09-20,30000.00,2014-07-22 20:22:18,226.00,failed,4,US,226.00,226.00,30000.00 +1029280926,Lightning Stick Ultimate Baseball/Softball Hitting Trainer,Product Design,Design,USD,2014-04-03,60000.00,2014-02-17 21:22:16,285.00,failed,8,US,285.00,285.00,60000.00 +102929114,Firecrafted Ceramics and Handmade Porcelain Jewelry,Ceramics,Art,USD,2014-11-06,5500.00,2014-10-07 20:26:52,5658.00,successful,98,US,5658.00,5658.00,5500.00 +1029294067,A cliff hanger novel for the young and young at heart.,Fiction,Publishing,USD,2013-09-18,8750.00,2013-08-18 19:35:33,4378.50,failed,60,US,4378.50,4378.50,8750.00 +1029297597,VO-Viginti Octo Luxury Automatic Moon Phase Watch,Product Design,Design,HKD,2018-01-22,100000.00,2017-12-23 14:12:50,203112.00,live,121,HK,10974.36,25959.46,12780.86 +1029299449,Punkeez,Footwear,Fashion,USD,2015-11-29,16000.00,2015-10-29 23:03:15,1326.00,failed,35,US,1326.00,1326.00,16000.00 +1029309961,Jacqueline Hairston Chorale@Carnegie Hall 2012,Classical Music,Music,USD,2011-12-06,3000.00,2011-10-07 19:39:48,5.00,failed,1,US,5.00,5.00,3000.00 +1029314536,HydraSatch: Neoprene messenger bag with liquid reservoir,Accessories,Fashion,USD,2017-11-08,15000.00,2017-10-04 20:40:34,2884.00,failed,45,US,690.00,2884.00,15000.00 +1029320763,The World's First Protein & Probiotic Oatmeal,Food,Food,USD,2017-12-02,5000.00,2017-10-27 23:21:22,970.00,failed,21,US,0.00,970.00,5000.00 +1029321442,HELUSHKA,Product Design,Design,USD,2015-10-23,4500.00,2015-08-24 17:48:04,0.00,failed,0,US,0.00,0.00,4500.00 +10293236,Jason Fordham's Lords of the North Kingdom: Blood and Stone,Fiction,Publishing,USD,2014-12-26,3600.00,2014-11-24 19:01:16,110.00,failed,4,US,110.00,110.00,3600.00 +"1029352123,""""""Grotesque"""" deck of playing cards - UnitedCardists2014"",Graphic Design,Design,USD,2014-03-16,16000.00,2014-02-14 23:04:15,45381.50,successful,851,US,45381.50,45381.50,16000.00" +1029361210,Art exhibition fundraiser,Art,Art,USD,2010-08-13,1500.00,2010-07-31 07:31:24,175.00,failed,9,US,175.00,175.00,1500.00 +1029362655,Peace of the Earth Farm-Soil Rehab & Infrastructure Project,Food,Food,USD,2012-03-04,12000.00,2012-01-13 23:26:51,4816.00,failed,56,US,4816.00,4816.00,12000.00 +1029367581,Harmony,Playing Cards,Games,EUR,2017-11-01,7700.00,2017-09-29 23:52:06,457.00,failed,17,DE,348.41,532.73,8975.93 +1029376572,Moth Theater Lives,Plays,Theater,USD,2014-10-05,40000.00,2014-09-05 09:00:45,40153.00,successful,73,US,40153.00,40153.00,40000.00 +1029382283,The 99% of us,People,Photography,USD,2015-05-01,1600.00,2015-04-01 19:29:04,0.00,failed,0,US,0.00,0.00,1600.00 +1029384072,building a recording studio.,Music,Music,GBP,2015-06-18,25000.00,2015-05-19 15:26:35,0.00,failed,0,GB,0.00,0.00,39595.81 +1029387161,OFF THE RECORD (Canceled),Narrative Film,Film & Video,USD,2012-03-11,20000.00,2012-02-10 20:21:10,0.00,canceled,0,US,0.00,0.00,20000.00 +1029391723,The Kobolds EP: Theatrical Innovations in Innovative Music,Indie Rock,Music,USD,2010-05-31,1200.00,2010-04-24 00:42:26,1201.00,successful,24,US,1201.00,1201.00,1200.00 +1029410977,Nothing for Christmas,Pop,Music,USD,2012-12-12,1000.00,2012-11-26 18:52:26,1200.00,successful,59,US,1200.00,1200.00,1000.00 +1029417144,Make a Splash! Pre-Buy the Sync or Swim DVD TODAY!,Documentary,Film & Video,USD,2011-01-06,5000.00,2010-12-07 22:40:21,10086.67,successful,193,US,10086.67,10086.67,5000.00 +1029417605,Glyph,Tabletop Games,Games,USD,2017-03-29,24500.00,2017-02-28 18:48:58,35703.00,successful,490,US,20617.00,35703.00,24500.00 +"1029422949,""""""Luzia"""" - Completing the Journey"",Shorts,Film & Video,USD,2011-11-20,7800.00,2011-10-24 05:39:01,417.00,failed,15,US,417.00,417.00,7800.00" +1029429429,Dreamhack (Canceled),Tabletop Games,Games,USD,2013-10-20,2500.00,2013-09-20 05:30:07,97.00,canceled,3,US,97.00,97.00,2500.00 +1029443247,Ballads from the Boardroom. Wisdom from the Washroom,Literary Journals,Publishing,USD,2017-05-10,500.00,2017-04-25 17:25:01,20.00,failed,2,US,0.00,20.00,500.00 +1029446138,Guerilla Grillin - Extreme BBQ,Food,Food,USD,2011-09-02,3000.00,2011-08-03 09:53:28,21.00,failed,3,US,21.00,21.00,3000.00 +1029447591,GlowHatters | Faux Neon Hats,Fashion,Fashion,USD,2013-07-17,250.00,2013-06-12 03:42:26,2351.00,successful,86,US,2351.00,2351.00,250.00 +1029456158,linkinglewiscounty.com,Web,Journalism,USD,2015-10-18,5000.00,2015-09-18 07:07:21,1.00,failed,1,US,1.00,1.00,5000.00 +1029458900,Screaming Piegasm!,Food,Food,USD,2011-05-14,1100.00,2011-04-14 18:37:09,110.00,failed,2,US,110.00,110.00,1100.00 +1029472186,B.E.Z Stylz Clothing (n.)(pron. be easy styles),Fashion,Fashion,USD,2012-07-11,10000.00,2012-06-11 22:55:09,0.00,failed,0,US,0.00,0.00,10000.00 +1029472892,Communism: The Great Misundestanding,Nonfiction,Publishing,USD,2017-07-28,7000.00,2017-06-27 20:08:46,185.00,failed,2,US,0.00,185.00,7000.00 +1029475850,Nomadic Sojourns Journal,Publishing,Publishing,USD,2012-06-06,11000.00,2012-05-07 22:41:39,670.00,failed,18,US,670.00,670.00,11000.00 +"1029481185,""bitwarden - Open Source, Cross Platform Password Manager"",Software,Technology,USD,2017-01-02,49000.00,2016-11-21 14:35:37,7016.01,failed,285,US,2590.00,7016.01,49000.00" +"1029482962,""Flip 'N Fly """"Presidential Smackdown"""""",Games,Games,USD,2016-09-01,5500.00,2016-08-11 03:10:24,108.00,failed,4,US,98.00,108.00,5500.00" +1029489685,Dhaba—bringing Indian Street Food to Cincinnati,Food,Food,USD,2017-04-09,2500.00,2017-03-29 21:46:43,2938.00,successful,104,US,210.00,2938.00,2500.00 +1029493393,Locked Memories,Shorts,Film & Video,USD,2013-11-16,1000.00,2013-10-17 00:08:18,0.00,failed,0,US,0.00,0.00,1000.00 +1029493666,Rumour and Reflection,Dance,Dance,GBP,2013-06-24,500.00,2013-05-25 12:10:26,15.00,failed,1,GB,22.62,22.89,762.95 +1029500715,Harambe World's Tallest Statue,Public Art,Art,USD,2016-11-25,20000000.00,2016-09-26 18:08:01,1.00,canceled,1,US,0.00,1.00,20000000.00 +1029513391,Farewell to Balloon Town,Children's Books,Publishing,USD,2016-09-21,10000.00,2016-08-22 22:59:40,6.00,failed,2,US,0.00,6.00,10000.00 +1029520148,Aerial Art Jungle Gym (Canceled),Performance Art,Art,USD,2013-11-05,30000.00,2013-09-16 06:24:58,0.00,canceled,0,US,0.00,0.00,30000.00 +1029523558,The Hipp Goes Digital,Film & Video,Film & Video,USD,2013-09-20,15000.00,2013-07-22 15:27:45,16957.34,successful,173,US,16957.34,16957.34,15000.00 +1029524274,Signalongnow.com (Canceled),Family,Film & Video,USD,2014-09-07,20900.00,2014-08-24 22:01:18,3573.00,canceled,87,US,3573.00,3573.00,20900.00 +1029526532,Lesbian Space Pirate Dating Simulator (Canceled),Video Games,Games,USD,2015-11-23,500.00,2015-10-05 19:39:51,65.00,canceled,4,US,65.00,65.00,500.00 +"102954154,""U. S. Army C.I.D. Report on Phenix City, Alabama"",Graphic Novels,Comics,USD,2017-05-19,100.00,2017-04-19 08:21:00,226.00,successful,10,US,75.00,226.00,100.00" +"102954672,""Smoking Barrel by Christopher Harmason for (PC,Web Browsers)"",Video Games,Games,USD,2013-07-07,295500.00,2013-06-07 19:17:49,0.00,failed,0,US,0.00,0.00,295500.00" +1029553288,InPixls.com - Search and Discover Pictures by Location,Technology,Technology,USD,2013-06-08,20000.00,2013-04-09 05:07:14,60.00,failed,3,US,60.00,60.00,20000.00 +1029553675,New Twitch/Youtube! Help me get started!,Mixed Media,Art,USD,2014-08-09,1000.00,2014-07-11 21:45:40,5.00,failed,1,US,5.00,5.00,1000.00 +1029562103,Noodle Pi - The Complete Raspberry Pi Pocket Computer,Technology,Technology,CAD,2017-08-17,1024.00,2017-07-11 09:01:21,13111.00,successful,100,CA,0.00,10358.69,809.04 +1029563991,The Tuck™: Stop the Flop on Your Belt,Fashion,Fashion,USD,2013-12-19,30000.00,2013-11-19 14:54:47,30947.00,successful,362,US,30947.00,30947.00,30000.00 +102956544,Help get the new Options EP mastered! (Canceled),Indie Rock,Music,USD,2011-07-18,160.00,2011-06-18 20:40:30,0.00,canceled,0,US,0.00,0.00,160.00 +1029570129,Treehouse Festival,Music,Music,USD,2016-09-22,10000.00,2016-08-23 10:03:10,11102.00,successful,188,US,0.00,11102.00,10000.00 +1029574148,KP1 - Custom-Length Paintball Pants,Apparel,Fashion,USD,2017-01-16,4000.00,2016-12-07 22:55:01,7465.00,successful,59,US,4790.00,7465.00,4000.00 +1029586763,Sad Girls Club Season IV,Webseries,Film & Video,USD,2015-08-12,3000.00,2015-07-13 00:59:06,3171.00,successful,75,US,3171.00,3171.00,3000.00 +1029609667,Champagne's Sweets Brooklyn's Finest Sweets!,Food,Food,USD,2014-05-30,8000.00,2014-03-31 23:25:13,510.00,failed,8,US,510.00,510.00,8000.00 +1029611192,Hurricane House: The Musical,Theater,Theater,USD,2012-10-31,18500.00,2012-10-01 12:31:42,1135.00,failed,22,US,1135.00,1135.00,18500.00 +102961192,Justin Fox Trio 2015 production and recording fund,Rock,Music,USD,2014-12-15,4000.00,2014-10-26 07:11:03,4275.00,successful,42,US,4275.00,4275.00,4000.00 +1029624752,Doodle Art to Color Returns!,Art Books,Publishing,USD,2014-06-29,25.00,2014-06-14 18:50:10,25.50,successful,3,US,25.50,25.50,25.00 +1029626960,Sometime After 83 Album Release,Hip-Hop,Music,USD,2014-10-16,750.00,2014-09-28 20:51:37,1004.00,successful,33,US,1004.00,1004.00,750.00 +1029630516,Panda Stickers,Illustration,Art,USD,2016-03-19,300.00,2016-01-19 19:48:56,427.00,successful,22,US,427.00,427.00,300.00 +"1029633311,""Somi's First """"Live in Concert"""" Album!"",Music,Music,USD,2011-04-03,13700.00,2011-03-02 06:32:19,14315.00,successful,103,US,14315.00,14315.00,13700.00" +1029637627,My Indian Kitchen,Cookbooks,Food,NZD,2017-10-11,7500.00,2017-09-11 06:36:37,11894.00,successful,186,NZ,68.99,8492.07,5354.85 +"1029638618,""D.Top's First Album """"Technetium: The Value Of Love"""""",Pop,Music,USD,2014-06-14,35000.00,2014-05-24 00:25:48,200.00,failed,1,US,200.00,200.00,35000.00" +1029642600,The Quilliad Press and Issue 6,Publishing,Publishing,CAD,2015-10-21,2400.00,2015-09-21 22:20:23,2485.00,successful,28,CA,1878.93,1901.74,1836.69 +1029650194,Dawn of Lions - Rise of mixed martial arts in West Africa,Documentary,Film & Video,USD,2014-06-30,22000.00,2014-05-16 02:27:20,810.00,canceled,15,US,810.00,810.00,22000.00 +1029655413,Maury Rosenberg for President of the U.S.A.,Pop,Music,USD,2015-06-20,49999.00,2015-04-21 07:13:15,1.00,failed,1,US,1.00,1.00,49999.00 +1029659995,Princess RomComm (Suspended),Live Games,Games,USD,2015-03-10,80.00,2015-02-08 01:05:43,33.00,suspended,2,US,33.00,33.00,80.00 +1029683052,Play Board Game Cafe,Tabletop Games,Games,CAD,2017-08-13,10000.00,2017-07-13 16:13:13,5201.00,failed,40,CA,737.16,4109.19,7900.77 +1029691331,Salt of the earth Y mas,Vegan,Food,USD,2015-04-19,50000.00,2015-02-18 21:23:14,1.00,failed,1,US,1.00,1.00,50000.00 +"1029696807,""Series of Sculptures: """"Housing and the Domestic Life"""""",Sculpture,Art,USD,2013-01-29,400.00,2012-11-30 19:31:50,10.00,failed,1,US,10.00,10.00,400.00" +"1029701428,""""""L.A. SOUNDTRACK"""" on vinyl"",Electronic Music,Music,USD,2015-02-20,2250.00,2015-01-18 20:24:00,2429.00,successful,79,US,2429.00,2429.00,2250.00" +1029709392,Broadcastcast our young generation with postitive messages,Video Games,Games,USD,2014-03-26,3000.00,2014-02-24 22:05:17,0.00,canceled,0,US,0.00,0.00,3000.00 +1029709783,Benjamin Brush - the Smart Music Toothbrush for everyone,Product Design,Design,USD,2017-10-19,10000.00,2017-09-19 08:59:14,16449.00,successful,166,US,3475.00,16449.00,10000.00 +1029714364,METHOD RESTAURANT,Restaurants,Food,USD,2015-10-25,350000.00,2015-09-25 03:02:26,1690.00,failed,11,US,1690.00,1690.00,350000.00 +1029716664,Gold Star KIA DOW Memorial Flag,Design,Design,USD,2016-09-24,40000.00,2016-08-25 12:06:29,91.00,failed,3,US,41.00,91.00,40000.00 +1029724175,Steampunk Watch movement Jewelry & Accessories,Accessories,Fashion,USD,2016-10-27,1000.00,2016-09-27 17:16:14,1528.00,successful,39,US,266.00,1528.00,1000.00 +1029725321,BowTiquesbyDave,Accessories,Fashion,USD,2016-09-14,5000.00,2016-08-15 19:09:59,11.00,failed,2,US,0.00,11.00,5000.00 +1029728336,Nordista Freeze's New Album,Indie Rock,Music,USD,2017-02-13,7000.00,2017-01-30 07:16:52,7967.13,successful,183,US,29.00,7967.13,7000.00 +1029737659,The Violet Ascension Tarot,Illustration,Art,USD,2017-06-24,5000.00,2017-05-23 17:47:07,5580.00,successful,98,US,2915.00,5580.00,5000.00 +1029739008,Costumes of Identity,Documentary,Film & Video,USD,2016-05-21,3000.00,2016-04-22 23:22:13,56.00,failed,2,US,56.00,56.00,3000.00 +102974049,FC Cincinnati Supporters Flag. Wave it Proud! #JunctaJuvant,Civic Design,Design,USD,2016-03-14,4000.00,2016-03-04 00:08:48,4000.00,successful,34,US,4000.00,4000.00,4000.00 +1029749282,ASTROBASE COMMAND,Video Games,Games,CAD,2013-12-20,145000.00,2013-11-20 15:57:35,33068.00,failed,769,CA,31690.33,30927.80,135615.41 +1029759309,The Noughts and Exes Brand New Album,Indie Rock,Music,USD,2012-05-05,10000.00,2012-04-05 03:39:30,12278.00,successful,90,US,12278.00,12278.00,10000.00 +1029759767,Cry Help,Nonfiction,Publishing,USD,2017-09-24,475.00,2017-07-26 22:32:53,1.00,failed,1,US,0.00,1.00,475.00 +1029761859,Royal Cups - Personalized cups made to order,Glass,Crafts,USD,2016-06-23,3000.00,2016-05-09 02:43:00,165.00,failed,9,US,165.00,165.00,3000.00 +1029762769,Nationwide Crochet Buisness and Classes,Crochet,Crafts,USD,2015-10-12,2000.00,2015-09-12 01:27:58,0.00,failed,0,US,0.00,0.00,2000.00 +1029768479,PARADIGM - It's a Coffee Table shaped like a Truck,Design,Design,USD,2014-07-08,41500.00,2014-05-09 00:50:11,180.00,canceled,3,US,180.00,180.00,41500.00 +"1029798205,""~Homage~ respectfully sourced, inspired local fare"",Restaurants,Food,USD,2015-12-21,25000.00,2015-11-22 22:18:34,6880.00,failed,20,US,6880.00,6880.00,25000.00" +1029801958,FRIENDS (The Ice Breaking Game),Playing Cards,Games,USD,2016-06-15,500.00,2016-05-16 18:56:52,525.00,successful,13,US,525.00,525.00,500.00 +1029803652,Barracuda: Collapsible Luggage + Tray + GPS + USB Charger,Product Design,Design,USD,2015-05-29,20000.00,2015-04-14 11:44:34,1252222.00,successful,3397,US,1252222.00,1252222.00,20000.00 +102980854,Debra's Corner Salon goes Mobile,Fashion,Fashion,USD,2017-10-18,12000.00,2017-09-18 06:29:23,615.00,failed,7,US,285.00,615.00,12000.00 +1029810742,LINJA shoes: Dutch Innovation & Italian Perfection,Footwear,Fashion,EUR,2016-10-14,25000.00,2016-09-23 21:01:38,35582.00,successful,224,NL,24688.71,39147.13,27504.87 +"1029816016,""Trials """"A Dying Dream"""" Music Video"",Shorts,Film & Video,USD,2012-06-02,700.00,2012-05-02 22:29:15,401.00,failed,9,US,401.00,401.00,700.00" +1029835639,Everybody Game,Webseries,Film & Video,USD,2012-11-25,3000.00,2012-10-26 21:02:19,3031.00,successful,79,US,3031.00,3031.00,3000.00 +1029845933,Lunar Industrialization,Space Exploration,Technology,CAD,2017-12-18,100000.00,2017-10-19 17:37:36,26.00,suspended,6,CA,0.00,20.47,78721.56 +1029859980,Summer song: new single and bright video for The Crack,Rock,Music,GBP,2016-10-23,3000.00,2016-08-24 21:11:24,111.00,failed,4,GB,78.82,134.85,3644.49 +1029877173,Sabine - The Elegant Aluminum Sound Amplifier for iPad mini,Product Design,Design,USD,2013-09-19,10000.00,2013-08-20 20:32:44,1626.00,canceled,66,US,1626.00,1626.00,10000.00 +1029879432,LONER : COMIC SEASON ONE,Comics,Comics,GBP,2013-07-12,30000.00,2013-06-12 18:47:28,501.00,failed,2,GB,780.51,756.93,45325.44 +1029885351,The Marriage Saver,Technology,Technology,EUR,2015-08-31,35000.00,2015-07-02 23:03:09,160.00,failed,5,NL,178.15,178.21,38982.88 +"1029889175,""THE WISDOM, FAITH, AND HOPE BOOK SERIES"",Publishing,Publishing,USD,2013-07-01,1500.00,2013-05-29 02:18:01,26.00,failed,2,US,26.00,26.00,1500.00" +1029891615,MyFishID by Kosmic eKonsulting,Apps,Technology,USD,2014-10-10,10000.00,2014-09-10 16:52:09,60.00,failed,3,US,60.00,60.00,10000.00 +1029898830,Extra BBQ Sauce,Shorts,Film & Video,GBP,2018-01-10,1500.00,2017-11-14 19:47:53,0.00,canceled,0,GB,0.00,0.00,2045.97 +1029902643,Fundraiser for the Northwest High School Film Festival,Festivals,Film & Video,USD,2017-05-14,3200.00,2017-04-17 18:09:01,846.00,failed,16,US,0.00,846.00,3200.00 +1029906847,28mm SKELETONS - Miniatures,Tabletop Games,Games,USD,2017-11-18,1500.00,2017-10-19 21:08:41,3580.00,successful,53,US,1471.00,3580.00,1500.00 +"1029907067,""""""The Hawaiian Room"""" Film - completion effort"",Documentary,Film & Video,USD,2014-02-20,20000.00,2014-01-11 11:01:40,22035.00,successful,153,US,22035.00,22035.00,20000.00" +"1029909424,""Kids create """"The Wizard of Oz"""" in the Sierra Foothills!"",Theater,Theater,USD,2013-05-23,500.00,2013-03-24 18:11:42,560.00,successful,4,US,560.00,560.00,500.00" +1029910291,The Cruso Project,Animation,Film & Video,USD,2013-12-18,1000.00,2013-11-19 00:29:43,1013.00,successful,26,US,1013.00,1013.00,1000.00 +1029912690,Fire Fighter Vodka: American-Made Vodka,Drinks,Food,USD,2014-05-30,45000.00,2014-04-29 15:30:27,14150.00,failed,34,US,14150.00,14150.00,45000.00 +1029916092,Posers #1/ Average Jo #1,Comics,Comics,USD,2013-06-08,2000.00,2013-05-09 01:20:27,1373.00,failed,35,US,1373.00,1373.00,2000.00 +1029917712,Outta Mi Soul 2 / Mastering,Music,Music,USD,2017-12-18,5000.00,2017-11-18 21:40:25,25.00,canceled,2,US,25.00,25.00,5000.00 +1029918277,Burn: The Card Game,Tabletop Games,Games,USD,2016-11-11,6000.00,2016-09-27 14:54:29,1229.00,failed,31,US,196.00,1229.00,6000.00 +1029922438,Gabe & Benny Record a New EP,Music,Music,USD,2013-08-02,1000.00,2013-07-03 01:36:17,1541.00,successful,32,US,1541.00,1541.00,1000.00 +1029935672,The Kindling Maker (Canceled),Product Design,Design,CAD,2014-03-26,10000.00,2014-02-24 01:37:49,901.00,canceled,13,CA,810.50,816.27,9059.61 +"1029937477,""Quo vadis, Canis? Where is it all going to end, dog?"",Documentary,Film & Video,EUR,2015-06-21,35000.00,2015-05-12 07:57:12,1192.00,failed,28,DE,1330.14,1335.28,39206.90" +1029940360,Frankie's Saturn Return photo show and book project. <3,Photography,Photography,USD,2010-11-10,3000.00,2010-11-01 22:09:57,4450.01,successful,62,US,4450.01,4450.01,3000.00 +"1029960966,""REBATEnsemble Presents: """"The Tempest"""" by William Shakespeare"",Plays,Theater,USD,2016-08-13,1050.00,2016-07-05 14:06:28,1296.00,successful,30,US,0.00,1296.00,1050.00" +"1029962292,""AntFarm Cafe and Bakery, a healthy community choice"",Food,Food,USD,2012-12-04,30000.00,2012-11-04 19:32:44,32093.00,successful,301,US,32093.00,32093.00,30000.00" +1029963069,Hobo Coins - Series II,Games,Games,USD,2017-11-26,8000.00,2017-11-05 18:00:17,42286.00,successful,865,US,24068.00,42286.00,8000.00 +1029969423,On Teenage Angst,Poetry,Publishing,USD,2012-07-01,1200.00,2012-06-01 18:02:47,1355.00,successful,30,US,1355.00,1355.00,1200.00 +1029974393,Fossil Fuel- The energy that is killing us.,Sculpture,Art,USD,2014-11-22,25000.00,2014-09-23 19:53:42,25.00,failed,1,US,25.00,25.00,25000.00 +1029975819,My Only Son: Film on Veterans Battle with Schizophrenia,Shorts,Film & Video,USD,2013-06-16,1200.00,2013-06-01 05:07:46,121.00,failed,6,US,121.00,121.00,1200.00 +1029976212,Fancy King Collection Deck (Canceled),Playing Cards,Games,USD,2016-04-05,600.00,2016-03-11 23:03:33,1326.00,canceled,36,US,1326.00,1326.00,600.00 +1029978099,River F.C.,Games,Games,GBP,2016-06-03,2000.00,2016-05-04 17:16:20,3.00,failed,1,GB,4.41,4.33,2886.46 +1029980241,OpenSource Tutorials,Software,Technology,USD,2012-08-10,2500.00,2012-06-26 01:02:25,2543.00,successful,46,US,2543.00,2543.00,2500.00 +1029985984,STARTUP EUROPE - TRANSLATED AND FREE PORTUGUESE EDITION,Publishing,Publishing,NOK,2017-02-16,30000.00,2017-01-17 13:41:11,1800.00,failed,2,NO,176.10,216.26,3604.25 +1029997848,Scruffy Little Herbert - Online Shopping at your fingertips,Product Design,Design,GBP,2015-09-16,800.00,2015-08-17 18:34:46,869.00,successful,47,GB,1359.54,1359.70,1251.74 +1030002616,UnderGrove Plushies by Spritelings,Crafts,Crafts,USD,2016-07-31,5000.00,2016-07-01 17:16:27,7098.67,successful,169,US,1799.00,7098.67,5000.00 +1030003821,The Bastard King,Video Games,Games,USD,2016-06-20,6000.00,2016-05-26 16:53:34,8.00,failed,4,US,8.00,8.00,6000.00 +103001694,Death Couture. (Canceled),Photography,Photography,USD,2012-09-13,1000.00,2012-08-14 03:37:14,0.00,canceled,0,US,0.00,0.00,1000.00 +1030022390,The Sugarless Organicookie,Food,Food,USD,2010-07-03,500.00,2010-05-17 21:34:56,20.00,failed,2,US,20.00,20.00,500.00 +1030023004,Latin Food Truck...,Food Trucks,Food,USD,2014-08-13,30000.00,2014-07-14 23:27:55,0.00,failed,0,US,0.00,0.00,30000.00 +1030025420,Sounds of New York,Music,Music,USD,2015-10-27,1.00,2015-10-20 23:22:33,40.00,successful,7,US,40.00,40.00,1.00 +1030026049,Loss4Words Productions Summer Music Festival 2015,Music,Music,USD,2015-04-04,10000.00,2015-03-06 02:09:35,0.00,failed,0,US,0.00,0.00,10000.00 +1030028348,Effective Building Envelope Energy Calculator,Apps,Technology,CAD,2014-10-18,25000.00,2014-09-03 01:10:27,0.00,failed,0,CA,0.00,0.00,22301.52 +"1030028761,""MaryBeth Schroeder's Rock Album, Art & Literature."",Rock,Music,USD,2012-12-06,7500.00,2012-11-06 06:00:41,3582.38,failed,60,US,3582.38,3582.38,7500.00" +1030038586,Amazing Tales from Beyond ,Fiction,Publishing,USD,2010-07-04,1240.00,2010-05-23 06:48:12,0.00,failed,0,US,0.00,0.00,1240.00 +1030045285,Berserkon - Deathless,Games,Games,USD,2013-03-03,9950.00,2013-01-21 03:49:10,14900.00,successful,178,US,14900.00,14900.00,9950.00 +1030052120,Minq Vaadka. Going Down. This August.,Theater,Theater,USD,2011-07-04,5000.00,2011-05-29 15:20:54,5111.00,successful,45,US,5111.00,5111.00,5000.00 +1030052708,Frontier Quest: Survival on the Pioneer,Playing Cards,Games,USD,2015-04-19,5000.00,2015-03-20 10:40:12,318.00,failed,12,US,318.00,318.00,5000.00 +"1030052828,""44,530 Days: a poster to visualize your life"",Art,Art,USD,2016-04-13,1000.00,2016-04-03 17:47:03,158.00,failed,14,US,158.00,158.00,1000.00" +1030055052,How Are you Being? A Parody of A One Man Show,Comedy,Theater,USD,2017-11-27,1500.00,2017-10-28 18:32:45,100.00,failed,1,US,100.00,100.00,1500.00 +1030072480,Nervosa Documentary,Documentary,Film & Video,GBP,2015-11-09,110.00,2015-10-28 00:20:32,115.00,successful,10,GB,176.28,175.07,167.46 +103007934,Thek (Canceled),Children's Books,Publishing,DKK,2016-03-23,60000.00,2016-02-22 20:29:06,0.00,canceled,0,DK,0.00,0.00,8977.60 +"103008189,""CAKE Comedy Tour ASHEVILLE, NC!"",Music,Music,USD,2017-04-10,1000.00,2017-03-20 23:11:40,1136.00,successful,11,US,0.00,1136.00,1000.00" +103008276,Kamikaze Queens SXSW + West Coast Tour 2012,Rock,Music,USD,2012-02-22,3000.00,2012-01-23 21:24:59,3657.69,successful,72,US,3657.69,3657.69,3000.00 +1030086405,Strengf Clothing,Apparel,Fashion,USD,2016-08-22,10000.00,2016-07-23 07:36:47,600.00,failed,13,US,327.00,600.00,10000.00 +1030092499,Thoughtform - A Psychological Thriller,Shorts,Film & Video,USD,2013-07-01,7500.00,2013-06-01 20:42:08,1693.00,failed,26,US,1693.00,1693.00,7500.00 +1030099194,Untitled Gay Rights Film (Canceled),Shorts,Film & Video,USD,2015-07-26,1500.00,2015-05-27 20:57:17,75.00,canceled,3,US,75.00,75.00,1500.00 +1030102235,Boneshop's Epic 6mm Titan Wall & Modular City System,Tabletop Games,Games,EUR,2015-12-12,2000.00,2015-11-08 15:38:10,2557.00,successful,22,DE,2746.52,2770.76,2167.20 +1030119189,POWERQUBE - The 21st Century solution to the power strip,Hardware,Technology,USD,2013-07-14,75000.00,2013-06-14 23:30:31,98001.00,successful,2148,US,98001.00,98001.00,75000.00 +1030137815,1776: Days of Revolution,Theater,Theater,USD,2012-08-02,5000.00,2012-07-03 14:27:39,1970.00,failed,24,US,1970.00,1970.00,5000.00 +1030140500,Text N Drive No More (Canceled),Apps,Technology,USD,2015-06-15,200000.00,2015-04-16 17:19:11,10.00,canceled,2,US,10.00,10.00,200000.00 +1030140705,Out The Closet But Unequal! (Canceled),Documentary,Film & Video,USD,2016-03-31,80000.00,2016-02-26 21:04:37,0.00,canceled,0,US,0.00,0.00,80000.00 +103014299,Fayre,Events,Food,CAD,2015-01-18,300.00,2014-11-19 17:31:36,0.00,failed,0,CA,0.00,0.00,241.04 +1030148567,Yeti Press 2014 Subscription!,Comics,Comics,USD,2013-10-12,10000.00,2013-09-07 13:57:49,12069.00,successful,200,US,12069.00,12069.00,10000.00 +"1030167456,""City of 1,000 Easels"",Public Art,Art,USD,2011-10-15,700.00,2011-09-28 17:19:23,2.00,failed,1,US,2.00,2.00,700.00" +"1030168594,""Tutu and the Pirates / HotLips Messiah split 7"""" EP"",Rock,Music,USD,2012-09-01,1000.00,2012-08-02 19:15:04,1366.66,successful,52,US,1366.66,1366.66,1000.00" +"1030170134,""The Content of Character Book Series, Volume I, 1750 - 1940"",Art Books,Publishing,USD,2013-11-07,10000.00,2013-10-08 03:00:03,67.00,canceled,1,US,67.00,67.00,10000.00" +1030170827,I Dreamed a Dream Project!,Theater,Theater,USD,2014-05-07,25000.00,2014-04-07 20:41:08,25910.00,successful,131,US,25910.00,25910.00,25000.00 +1030174300,Be a part of Shiloh's new recording.,Music,Music,USD,2011-03-26,20000.00,2011-02-25 00:51:22,21460.00,successful,187,US,21460.00,21460.00,20000.00 +"1030175996,The Leading Edge: Expanding Consciousness,Publishing,Publishing,USD,2015-10-18,5000.00,2015-09-18 05:23:31,2.00,undefined,0,""N,0"""""",,2.00,5000.00" +1030182610,Ballz Pancake Balls. Join the pancake revolution!,Food,Food,USD,2015-12-01,7500.00,2015-10-27 23:31:58,2236.00,failed,28,US,2236.00,2236.00,7500.00 +1030183126,Art Exhibition,Painting,Art,USD,2012-06-17,1800.00,2012-05-18 17:24:42,1870.00,successful,31,US,1870.00,1870.00,1800.00 +103019281,NA (Canceled),Electronic Music,Music,USD,2013-03-04,5000.00,2013-02-02 02:25:58,80.00,canceled,3,US,80.00,80.00,5000.00 +103019704,Malty the Bear,Food,Food,USD,2017-03-08,1000.00,2017-02-06 19:00:48,7265.50,successful,238,US,595.00,7265.50,1000.00 +1030198366,REMEMBER JIMI - a film about the fans of Jimi Hendrix,Documentary,Film & Video,USD,2011-08-26,1000.00,2011-07-27 07:36:10,0.00,failed,0,US,0.00,0.00,1000.00 +1030203578,LostForArt,Illustration,Art,USD,2017-06-29,1000.00,2017-05-30 03:27:28,1.00,failed,1,US,0.00,1.00,1000.00 +1030205998,Laser Cut Holiday Greetings,Graphic Design,Design,USD,2012-11-24,1000.00,2012-11-16 00:23:06,1727.00,successful,34,US,1727.00,1727.00,1000.00 +1030207585,Holy Terror Farm Organic Applejack (Canceled),Food,Food,USD,2012-03-03,45000.00,2012-01-24 02:12:01,2006.00,canceled,10,US,2006.00,2006.00,45000.00 +1030214482,Glitch: What is Real?,Film & Video,Film & Video,USD,2011-10-15,1500.00,2011-08-31 17:39:44,30.00,failed,1,US,30.00,30.00,1500.00 +1030220007,Breaking Camp and Advancing with The New Album,Pop,Music,GBP,2013-04-27,750.00,2013-03-27 21:12:32,1000.00,successful,31,GB,1518.20,1555.45,1166.59 +1030221409,Handcrafted Dice Trays,Games,Games,CAD,2016-02-20,1000.00,2016-01-25 15:59:20,15620.00,successful,81,CA,11061.27,11531.08,738.23 +1030227800,Mixed Personality Disorders,Theater,Theater,USD,2012-05-25,1500.00,2012-04-25 17:29:01,1625.11,successful,33,US,1625.11,1625.11,1500.00 +"1030230510,""""""Maybe I'm Evil Music"""" Video"",Music Videos,Film & Video,USD,2015-02-08,1500.00,2015-01-19 23:24:46,2180.00,successful,47,US,2180.00,2180.00,1500.00" +"1030235554,Love's in Need Of Love; Now.,World Music,Music,USD,2013-03-13,12000.00,2013-02-08 23:58:25,12306.00,successful,122,US,12306.00,12306.00,12000.00" +1030240677,Elmwood Apparel - Classic USA Made Woolen Sweaters,Apparel,Fashion,USD,2017-09-24,20000.00,2017-08-20 19:52:58,320.00,failed,3,US,90.00,320.00,20000.00 +103024154,Exotic Inlayed End Grain Cutting and Serving Boards,Product Design,Design,USD,2015-03-08,4000.00,2015-02-04 02:12:24,4234.00,successful,23,US,4234.00,4234.00,4000.00 +103024994,HELP SAVE EARTH and support The Glowflies second ALBUM!!!,Rock,Music,USD,2011-11-07,4000.00,2011-09-08 13:49:48,4010.00,successful,26,US,4010.00,4010.00,4000.00 +1030252468,Adventure Doom,Experimental,Film & Video,USD,2015-07-01,10000.00,2015-06-01 19:35:36,0.00,failed,0,US,0.00,0.00,10000.00 +1030257221,TOUCH,Nonfiction,Publishing,AUD,2014-01-03,7500.00,2013-12-04 01:16:22,40.00,failed,2,AU,36.58,35.98,6747.03 +1030258165,VIKTOR LUNA S/S 2011 FASHION SHOW!,Fashion,Fashion,USD,2010-06-30,3000.00,2010-05-27 03:15:06,1125.00,failed,23,US,1125.00,1125.00,3000.00 +1030264462,The Audrey Amaka Storybooks,Publishing,Publishing,USD,2013-06-22,4400.00,2013-05-23 20:34:40,11414.00,successful,139,US,11414.00,11414.00,4400.00 +"1030265459,TIME OUT Season One,Film & Video,Film & Video,USD,2015-09-03,7500.00,2015-08-24 20:48:13,222.00,undefined,0,""N,0"""""",,222.00,7500.00" +1030269686,Uncovering the Mysterious Origin of 1000 Island Dressing,Documentary,Film & Video,USD,2011-07-30,23500.00,2011-06-30 02:07:18,121.00,failed,7,US,121.00,121.00,23500.00 +1030270475,Sackcloth & Ashes - Restoration Fashion,Fashion,Fashion,USD,2013-01-18,10000.00,2012-12-19 12:33:55,1629.00,failed,32,US,1629.00,1629.00,10000.00 +"1030275895,""Rushin Steele """"The Living Room Sessions Vol.1"""""",Country & Folk,Music,USD,2013-12-15,3000.00,2013-10-31 17:24:01,350.00,failed,11,US,350.00,350.00,3000.00" +103027618,ONEclassic2: DECT Wireless Speakers That Sound 200K Setup,Product Design,Design,HKD,2016-11-30,25000.00,2016-11-07 04:05:20,104820.00,canceled,18,HK,5085.36,13515.57,3223.52 +1030277494,Hollywood 101,Film & Video,Film & Video,USD,2011-12-28,60000.00,2011-10-29 00:50:43,45.00,failed,2,US,45.00,45.00,60000.00 +"1030288982,""Expanding my afforable, custom, crochet shop for baby & kids"",Crochet,Crafts,USD,2016-02-23,300.00,2016-01-24 23:02:38,39.00,failed,3,US,39.00,39.00,300.00" +1030297562,The Convergent Evolution of Flight Pin Set,Accessories,Fashion,USD,2017-08-16,900.00,2017-08-01 18:01:22,3345.00,successful,115,US,1610.00,3345.00,900.00 +103030342,C-Bite Horticultural Stake and Plant Support System,Design,Design,USD,2014-04-12,10000.00,2014-03-13 20:59:49,434.00,failed,10,US,434.00,434.00,10000.00 +"1030306161,""Oh, So Violent! Records T-Shirts!"",Fashion,Fashion,USD,2012-09-26,300.00,2012-08-27 23:32:11,302.00,successful,5,US,302.00,302.00,300.00" +1030308258,The Melodic Boys sharing traditional West-African music,World Music,Music,EUR,2016-02-19,7000.00,2016-01-12 20:57:22,13.00,failed,2,NL,14.19,14.42,7767.16 +1030309546,Kidz Krap,Illustration,Art,USD,2014-09-04,500.00,2014-08-07 18:23:35,8.00,failed,2,US,8.00,8.00,500.00 +1030313515,Draw & ScreenPrint fluorescent colors on streetware clothing,Printing,Crafts,EUR,2015-01-10,900.00,2014-12-11 11:47:58,0.00,failed,0,NL,0.00,0.00,1042.92 +1030315535,It's time for some Action!,Country & Folk,Music,USD,2010-05-13,1750.00,2010-04-26 03:11:22,1940.46,successful,70,US,1940.46,1940.46,1750.00 +1030319069,Perspectives of the Great War (World War One) 1914 - 1918,Photobooks,Photography,EUR,2017-04-30,20000.00,2017-03-01 10:39:54,3576.00,failed,73,DE,414.02,3919.63,21921.89 +103032047,Envision: Life Visions for the Creative Contemporary,Interactive Design,Design,USD,2017-02-17,3000.00,2017-01-18 18:22:27,412.00,failed,6,US,330.00,412.00,3000.00 +1030324515,With Love - Doctoral Writing/Recording Project (Canceled),Jazz,Music,USD,2013-01-21,8000.00,2012-12-07 17:44:12,1490.00,canceled,15,US,1490.00,1490.00,8000.00 +1030325909,SOMArts Curatorial Residency,Art,Art,USD,2017-06-01,15000.00,2017-04-19 19:38:47,6505.00,failed,59,US,225.00,6505.00,15000.00 +1030327288,SXSW,Hip-Hop,Music,USD,2016-03-26,4000.00,2016-02-25 07:44:34,1.00,failed,1,US,1.00,1.00,4000.00 +1030332734,BETWEEN,Fiction,Publishing,USD,2012-09-05,6000.00,2012-08-06 22:29:41,345.00,failed,9,US,345.00,345.00,6000.00 +1030346465,Runic Royalty LIMITED RUN Playing Cards - One week only,Playing Cards,Games,CAD,2017-03-11,4000.00,2017-03-04 02:11:50,4227.00,successful,105,CA,1483.84,3174.62,3004.13 +1030347879,The Moribund Mouse,Children's Books,Publishing,USD,2014-07-22,1250.00,2014-06-22 05:31:45,1395.00,successful,22,US,1395.00,1395.00,1250.00 +1030361467,Help Driftless Pony Club Finish Their Album!,Indie Rock,Music,USD,2016-06-11,10000.00,2016-05-12 23:52:33,18988.75,successful,713,US,18988.75,18988.75,10000.00 +1030362374,Bridges Album 2016,Music,Music,USD,2016-01-25,23000.00,2015-12-26 01:10:51,30803.00,successful,294,US,30803.00,30803.00,23000.00 +103037220,Ceyda Tanc Dance: Tour in Turkey,Dance,Dance,GBP,2014-02-24,3500.00,2014-01-22 09:51:39,3685.00,successful,123,GB,6053.93,6160.46,5851.18 +1030372581,The Better Way? Transit in Toronto,Nonfiction,Publishing,CAD,2014-11-16,25000.00,2014-10-07 20:24:55,0.00,failed,0,CA,0.00,0.00,22202.49 +1030390771,Cross-Country Steampunk Caravan to STEAMSTOCK!,Music,Music,USD,2013-02-01,9500.00,2012-12-14 23:16:10,10611.00,successful,151,US,10611.00,10611.00,9500.00 +"103040133,""""""Short Trackin': The Roots of Racing"""" A Documentary Film"",Documentary,Film & Video,USD,2011-04-13,30000.00,2011-02-11 03:06:52,0.00,failed,0,US,0.00,0.00,30000.00" +1030403693,Life of Christ Series,Illustration,Art,USD,2012-08-01,450.00,2012-07-02 20:25:04,296.00,failed,14,US,296.00,296.00,450.00 +1030411402,Become a successful reader with PageVoyagers new technology,Software,Technology,USD,2016-12-29,10000.00,2016-11-29 06:05:09,222.00,failed,7,US,214.00,222.00,10000.00 +1030413377,English Garden Hand Made exclusive Cards & gifts,Art,Art,GBP,2013-08-22,200.00,2013-07-23 14:24:37,34.00,failed,3,GB,51.96,52.85,310.91 +10304147,The Stretching & Flexing Workout Bar,Product Design,Design,USD,2015-04-18,1500.00,2015-03-21 01:06:28,0.00,failed,0,US,0.00,0.00,1500.00 +1030429399,Youngstown: A Photographic Perspective,Photography,Photography,USD,2009-12-10,1500.00,2009-09-13 22:14:48,0.00,failed,0,US,0.00,0.00,1500.00 +1030433945,Hit the Lights: A Short Film (Canceled),Shorts,Film & Video,USD,2010-10-26,2000.00,2010-09-28 11:01:08,45.00,canceled,2,US,45.00,45.00,2000.00 +"103043647,""Railroads, a boutique wooden board game"",Tabletop Games,Games,USD,2014-07-25,4000.00,2014-06-25 20:27:59,22025.00,successful,164,US,22025.00,22025.00,4000.00" +1030438447,Get Me In the Brentwood Art Festival,Illustration,Art,USD,2014-09-12,300.00,2014-08-29 18:34:46,335.00,successful,8,US,335.00,335.00,300.00 +1030438763,Genneo - Power Through Motion,Technology,Technology,USD,2013-11-20,100000.00,2013-10-21 09:01:48,15000.00,failed,90,US,15000.00,15000.00,100000.00 +1030448148,J.Artisans | Leather goods made by hand,Product Design,Design,SGD,2017-11-17,3000.00,2017-11-01 13:33:35,5299.00,successful,36,SG,3395.93,3906.95,2211.90 +1030448552,Matching funds for noisivelvet/mobile garden Edit Date: July 16!!,Hardware,Technology,USD,2010-08-01,15000.00,2010-06-30 01:54:14,240.00,failed,7,US,240.00,240.00,15000.00 +1030463374,IDIOTS KILL,Shorts,Film & Video,USD,2013-07-22,3000.00,2013-07-09 00:01:14,3756.00,successful,55,US,3756.00,3756.00,3000.00 +1030466684,Shakespeare for Bullies,Film & Video,Film & Video,USD,2015-08-30,16000.00,2015-07-31 21:00:00,5274.42,failed,52,US,5274.42,5274.42,16000.00 +1030472238,Gregg Arthur - Las Vegas and L.A. Showcases (Canceled),Jazz,Music,USD,2012-08-10,10000.00,2012-07-11 19:53:00,350.00,canceled,3,US,350.00,350.00,10000.00 +"1030480858,""Hen Ogledd Glass, Glassblowing Furnace Fundraiser"",Glass,Crafts,GBP,2017-04-15,5500.00,2017-03-16 20:51:21,5613.00,successful,108,GB,0.00,7172.43,7028.04" +1030483522,Plures Mentis (Many Minds),Video Games,Games,USD,2016-04-21,50000.00,2016-02-22 23:38:54,21.00,failed,4,US,21.00,21.00,50000.00 +1030485382,Apprivoise-moi Fox Enamel Pins,Illustration,Art,USD,2017-09-01,300.00,2017-08-17 08:48:34,753.00,successful,30,US,394.00,753.00,300.00 +1030486138,The Adventures of Superstoner,Comics,Comics,USD,2014-03-06,4000.00,2014-02-04 00:02:53,1601.00,failed,23,US,1601.00,1601.00,4000.00 +1030487195,SCHÜSCHU - Creative toy and smart storage solution,Product Design,Design,EUR,2015-12-09,39500.00,2015-11-09 12:00:11,32115.00,canceled,60,DE,34495.31,35166.00,43252.60 +1030488062,Venturi Belt: The BELT Adjusted,Accessories,Fashion,USD,2016-12-31,12500.00,2016-11-14 16:00:32,198423.20,successful,3037,US,2285.00,198423.20,12500.00 +1030488210,Kingdom of Wildlife,Video Games,Games,USD,2017-04-26,100000.00,2017-02-25 09:02:22,1.00,failed,1,US,0.00,1.00,100000.00 +1030490490,Arrested Development Season 4 Celebratory Screen Print,Art,Art,GBP,2013-05-27,3000.00,2013-04-30 19:18:56,21.00,failed,2,GB,32.58,32.00,4570.73 +1030493553,The Gospel Of The Gutter Queen,Music,Music,USD,2013-08-26,13000.00,2013-07-24 22:45:34,14510.37,successful,240,US,14510.37,14510.37,13000.00 +1030494981,Prayer - a conceptual art Installation of grass and violins,Conceptual Art,Art,USD,2010-07-01,7500.00,2010-05-25 23:07:57,2171.00,failed,22,US,2171.00,2171.00,7500.00 +1030506468,The Road To Apocalypse- Revelation film,Film & Video,Film & Video,USD,2013-05-31,20000.00,2013-05-01 09:23:46,5.00,failed,1,US,5.00,5.00,20000.00 +1030507127,NAUGHTY GEARS,Tabletop Games,Games,EUR,2017-05-22,10000.00,2017-05-02 17:54:13,95604.00,successful,819,ES,13614.50,107037.78,11195.95 +1030507842,THE ROSE CLOTH / PAJ NTAUB,Narrative Film,Film & Video,USD,2011-07-23,40000.00,2011-06-22 20:17:44,1815.00,failed,29,US,1815.00,1815.00,40000.00 +1030516649,Flight Commander Launch - First Modules,Technology,Technology,USD,2012-04-07,40850.00,2012-03-08 22:47:19,1306.00,failed,7,US,1306.00,1306.00,40850.00 +1030518750,Cigar Box Mandolin,Crafts,Crafts,CAD,2014-05-28,1000.00,2014-03-31 23:16:43,0.00,failed,0,CA,0.00,0.00,922.85 +1030522451,Bridge Commander 2,Video Games,Games,USD,2013-11-30,15000.00,2013-10-01 22:26:18,2110.00,failed,33,US,2110.00,2110.00,15000.00 +1030528251,ERATL la niña anfi-héroe. Cómic por Adrián Medina,Comics,Comics,MXN,2017-12-11,62000.00,2017-11-11 09:04:11,2600.00,failed,8,MX,15.77,135.65,3234.73 +"1030531210,""My Family-tee, an artistic study & documentation of family"",Art,Art,USD,2011-04-07,12000.00,2011-03-07 00:16:49,25.00,failed,1,US,25.00,25.00,12000.00" +1030535322,Arc Island - A brave new civilization,Design,Design,USD,2011-06-08,50000.00,2011-04-09 21:15:37,14984.00,failed,76,US,14984.00,14984.00,50000.00 +1030536859,The next Canadian World Series Of Darts champion (Canceled),Live Games,Games,CAD,2015-04-26,100000.00,2015-02-25 03:12:09,0.00,canceled,0,CA,0.00,0.00,83194.68 +"103053795,""keep the*kickplate*project, the only gallery in town, alive!"",Photography,Photography,GBP,2013-09-15,750.00,2013-08-21 00:11:14,770.50,successful,40,GB,1204.65,1234.30,1201.46" +1030542247,Glitterati Gals Burlesque 2013 Tour!,Dance,Dance,USD,2013-06-22,2500.00,2013-04-23 05:30:18,30.00,failed,2,US,30.00,30.00,2500.00 +1030545339,Krar Introspective Volume 2,World Music,Music,GBP,2017-04-29,17000.00,2017-03-30 12:25:25,252.00,failed,6,GB,273.11,326.07,21997.08 +"1030546745,""Übermut // MOD ready Guitar pedal, Find Your Tone."",Product Design,Design,USD,2014-01-19,5500.00,2013-12-20 19:59:38,8248.00,successful,55,US,8248.00,8248.00,5500.00" +1030547670,The Local Show,Comedy,Film & Video,USD,2015-11-15,1000.00,2015-10-16 10:28:30,0.00,failed,0,US,0.00,0.00,1000.00 +103054885,'Finished' | A Short Film,Shorts,Film & Video,GBP,2017-04-17,2250.00,2017-03-28 18:00:18,2305.00,successful,45,GB,491.07,2945.39,2875.11 +1030557024,Rainbow Video Cube Project,Film & Video,Film & Video,USD,2015-05-05,100.00,2015-04-27 19:24:06,109.00,successful,4,US,109.00,109.00,100.00 +1030573587,The 50 States Capitals,Places,Photography,USD,2015-02-28,30000.00,2015-01-14 22:35:29,1.00,failed,1,US,1.00,1.00,30000.00 +1030578925,Nonich: High Fashion and Philanthropy is the only way,Apparel,Fashion,USD,2018-01-07,35000.00,2017-12-08 17:45:01,510.00,live,5,US,0.00,510.00,35000.00 +"1030582715,""""""Battle Spades"""" Playing Cards"",Playing Cards,Games,USD,2014-09-11,8000.00,2014-08-12 21:56:32,586.00,failed,29,US,586.00,586.00,8000.00" +1030584964,Help Plague Bubonika buy an ambulance! (Canceled),Punk,Music,USD,2015-11-14,4000.00,2015-10-15 21:12:48,80.00,canceled,3,US,80.00,80.00,4000.00 +103058875,The Woman of the Mountain,Fantasy,Film & Video,USD,2014-09-22,6000.00,2014-07-24 05:24:39,7655.00,successful,95,US,7655.00,7655.00,6000.00 +1030590373,Elemental Fusion,Software,Technology,USD,2017-02-24,6000.00,2017-01-25 00:32:57,25.00,failed,1,US,25.00,25.00,6000.00 +1030593499,Firelight Diner & Bakery,Restaurants,Food,USD,2016-05-08,5000.00,2016-03-09 20:25:49,0.00,failed,0,US,0.00,0.00,5000.00 +103060965,Hitler's Daughter,Documentary,Film & Video,GBP,2013-08-17,50000.00,2013-07-15 13:20:07,3910.00,failed,33,GB,5906.36,6078.22,77726.65 +1030610292,Devour Brewing Company,Drinks,Food,USD,2014-12-04,10000.00,2014-11-04 14:44:13,901.00,failed,12,US,901.00,901.00,10000.00 +1030611531,Love.Maybe,Comic Books,Comics,USD,2016-05-12,6800.00,2016-04-12 02:57:33,46.00,failed,12,US,46.00,46.00,6800.00 +1030611541,'MOJO' by Jez Butterworth,Comedy,Theater,AUD,2017-05-27,2800.00,2017-04-10 10:11:23,3410.00,successful,47,AU,206.25,2520.88,2069.93 +"1030611926,""Expansion of Educational, Edible Gardens & their Programming"",Food,Food,USD,2013-06-09,16500.00,2013-04-10 16:57:58,160.00,failed,4,US,160.00,160.00,16500.00" +103061268,Generations (Senior Project),Plays,Theater,USD,2014-09-30,500.00,2014-08-31 16:03:20,606.00,successful,18,US,606.00,606.00,500.00 +1030615968,Martha Cipolla for President!: The Musical,Musical,Theater,USD,2017-01-13,3500.00,2016-12-14 05:20:22,3565.00,successful,41,US,22.00,3565.00,3500.00 +1030624959,CTWay,Web,Technology,EUR,2015-12-17,5000.00,2015-11-17 07:59:22,0.00,failed,0,NL,0.00,0.00,5418.00 +1030625114,EZ-Latch for Childproofing Cabinets - KiddoPro,Product Design,Design,USD,2017-03-11,15000.00,2017-02-09 03:01:14,1200.00,failed,25,US,820.00,1200.00,15000.00 +103062678,Rustic Furniture,Woodworking,Crafts,USD,2015-02-26,3000.00,2015-01-27 18:50:39,1.00,failed,1,US,1.00,1.00,3000.00 +103063677,Girrion Book 1 The Chrysalis & the Stone Issue #3,Comic Books,Comics,USD,2016-02-04,5000.00,2016-01-05 14:00:09,7891.00,successful,328,US,7891.00,7891.00,5000.00 +"1030649557,""""""American Flag"""" Movement - Music Video & Art Venture"",Music Videos,Film & Video,USD,2016-03-22,15000.00,2016-02-05 21:51:27,1376.00,failed,19,US,1376.00,1376.00,15000.00" +1030656801,Toronto Community Festival (Canceled),Festivals,Theater,CAD,2014-08-15,10000.00,2014-07-16 22:49:28,2000.00,canceled,1,CA,1864.56,1834.86,9174.31 +1030675344,Help Ali ROCK!- Ali Grayson's Sophomore Studio Album,Music,Music,USD,2012-01-08,7777.00,2011-12-07 22:26:42,8017.77,successful,72,US,8017.77,8017.77,7777.00 +1030676585,Tales From the Magician's Skull,Fiction,Publishing,USD,2017-11-02,5000.00,2017-10-06 08:40:17,36820.00,successful,808,US,1078.00,36820.00,5000.00 +"1030686699,""Eco Eatery - Delicious Goodness from REAL food, quick!"",Food,Food,AUD,2015-03-31,100000.00,2015-02-07 02:23:05,1400.00,failed,22,AU,1089.77,1057.08,75505.89" +1030700996,Pappyland 20th Anniversary TV Special,Television,Film & Video,USD,2017-02-25,15000.00,2017-01-26 22:00:19,1082.00,canceled,15,US,486.00,1082.00,15000.00 +1030708389,BitMan,Video Games,Games,GBP,2015-07-06,20000.00,2015-06-06 19:34:19,116.00,failed,4,GB,178.16,180.00,31035.18 +1030709470,Sweetness of Beeing - Expanding the Apiary,Food,Food,USD,2014-03-27,825.00,2014-02-25 20:19:50,2139.00,successful,45,US,2139.00,2139.00,825.00 +1030709490,Gyu Don (Beef Bowl) Food Cart,Food,Food,USD,2014-02-23,1500.00,2014-01-24 03:59:34,1500.00,successful,9,US,1500.00,1500.00,1500.00 +1030711457,Top This Ramen,Cookbooks,Food,USD,2014-09-07,500.00,2014-07-11 09:35:19,150.00,failed,3,US,150.00,150.00,500.00 +1030711639,To welcome back to Italy The National help us buy starlights,Indie Rock,Music,EUR,2016-06-05,150.00,2016-04-27 10:20:08,57.00,suspended,8,IT,64.26,64.43,169.56 +103073143,LD Magazine (Canceled),Publishing,Publishing,USD,2012-12-23,10000.00,2012-10-24 22:35:16,0.00,canceled,0,US,0.00,0.00,10000.00 +103073674,Golden California Season 2,Webseries,Film & Video,USD,2013-03-16,4215.00,2013-02-13 03:31:18,5461.00,successful,87,US,5461.00,5461.00,4215.00 +1030738489,Electronic Dance Music (Canceled),Electronic Music,Music,USD,2015-03-07,1000.00,2015-02-07 20:05:03,0.00,canceled,0,US,0.00,0.00,1000.00 +1030739192,WRITE NOW,Nonfiction,Publishing,USD,2016-04-16,25000.00,2016-03-02 20:54:25,1.00,failed,1,US,1.00,1.00,25000.00 +1030748037,Cthulhu Wars VF,Tabletop Games,Games,USD,2014-12-24,40000.00,2014-11-21 20:35:36,162485.00,successful,479,US,162485.00,162485.00,40000.00 +1030749384,Stellar Frontiers,Tabletop Games,Games,USD,2017-02-13,500.00,2017-01-14 21:45:59,219.00,canceled,8,US,85.00,219.00,500.00 +1030752385,Laura Thurston's 2018 Album - Long Overdo,Country & Folk,Music,USD,2018-01-02,7000.00,2017-12-03 17:12:28,2282.00,live,31,US,255.00,2282.00,7000.00 +1030766872,The Real Roswell Story,Documentary,Film & Video,USD,2016-09-23,40000.00,2016-08-24 00:43:37,0.00,canceled,0,US,0.00,0.00,40000.00 +1030773901,Take Flip The Script back to the communities it represents,Public Art,Art,USD,2013-04-03,12000.00,2013-03-14 20:01:07,2780.00,failed,37,US,2780.00,2780.00,12000.00 +"103078135,""10,000 THINGS"",Indie Rock,Music,USD,2012-10-05,9500.00,2012-09-15 06:44:51,10.00,failed,1,US,10.00,10.00,9500.00" +1030782947,The Wayfarers - The Story of the Fusgeyers,Documentary,Film & Video,USD,2014-05-24,160000.00,2014-04-09 17:48:34,50.00,failed,2,US,50.00,50.00,160000.00 +1030785174,Mobtown Modern's Project 20 Remix,Hip-Hop,Music,USD,2011-03-13,4000.00,2011-01-13 00:47:35,1160.00,failed,33,US,1160.00,1160.00,4000.00 +1030786058,Voices of Extreme - Tour 2017,Rock,Music,USD,2017-07-25,10000.00,2017-06-25 23:48:06,1507.00,failed,52,US,1009.00,1507.00,10000.00 +1030788234,Cripple Creek Barbeque: A small company with a big conscience. ,Food,Food,USD,2010-12-11,7500.00,2010-09-12 05:19:49,3760.00,failed,78,US,3760.00,3760.00,7500.00 +"1030801953,""Join me creating my new CD """"Bright Side of My Life"""""",Jazz,Music,USD,2014-02-12,4500.00,2014-01-11 14:50:27,5028.00,successful,76,US,5028.00,5028.00,4500.00" +1030803406,The Immigrant - a view from the other side.,Comics,Comics,USD,2011-02-22,5000.00,2010-12-09 20:21:39,395.00,failed,15,US,395.00,395.00,5000.00 +1030805115,INK & FASHION,Art Books,Publishing,GBP,2015-11-20,10000.00,2015-10-11 22:30:50,111.00,failed,5,GB,170.02,169.24,15246.69 +1030807798,Backers Choose the Topic of This Six Episode Podcast!,Radio & Podcasts,Publishing,USD,2017-07-20,100.00,2017-06-29 23:37:43,0.00,failed,0,US,0.00,0.00,100.00 +1030811652,The Crafty Hubby Rebirth,Woodworking,Crafts,USD,2014-12-01,5000.00,2014-11-01 16:17:33,76.00,failed,3,US,76.00,76.00,5000.00 +1030812989,Fund a new Deadly awards!,Music,Music,AUD,2014-09-15,50000.00,2014-07-23 02:16:02,6699.00,failed,153,AU,6266.71,6011.85,44871.22 +1030816837,Angel of Darkness: The Legend of Lilith,Narrative Film,Film & Video,USD,2013-09-09,10000.00,2013-08-03 04:03:49,1178.00,failed,28,US,1178.00,1178.00,10000.00 +1030820746,Humble Burger,Restaurants,Food,USD,2015-09-04,8000.00,2015-08-14 04:03:19,14256.00,successful,218,US,14256.00,14256.00,8000.00 +"1030838872,""Father by Nature, Daddy by Choice-Teenage Fatherhood Legacy"",Publishing,Publishing,USD,2013-09-14,500.00,2013-08-15 01:26:20,0.00,failed,0,US,0.00,0.00,500.00" +1030847373,Carrie's Corner Christmas Cards,Stationery,Crafts,EUR,2016-11-28,50.00,2016-11-19 11:37:46,51.00,successful,4,IE,22.26,54.27,53.21 +1030847798,Endica VII The Dream King,Video Games,Games,USD,2013-07-01,1400.00,2013-05-24 20:22:07,1845.17,successful,90,US,1845.17,1845.17,1400.00 +"1030854667,""When I Grow Up, I Want To Be a Jayhawk"",Children's Books,Publishing,USD,2015-12-15,10000.00,2015-11-15 21:00:43,13131.00,successful,186,US,13131.00,13131.00,10000.00" +1030864120,Avoda (Canceled),Apps,Technology,CAD,2015-01-31,50000.00,2014-12-12 21:26:56,0.00,canceled,0,CA,0.00,0.00,40176.78 +1030865528,Collection Day (Sci-fi Action Dramatic Short),Shorts,Film & Video,USD,2013-09-01,9000.00,2013-08-07 20:11:48,10926.00,successful,303,US,10926.00,10926.00,9000.00 +1030871552,Life Music... Full Length Album,Music,Music,USD,2011-03-26,13000.00,2011-02-25 00:09:19,0.00,failed,0,US,0.00,0.00,13000.00 +103087365,HeliBags® - Custom Bags for RC Helicopters,Product Design,Design,GBP,2013-07-18,80000.00,2013-06-08 09:03:49,2505.00,failed,37,GB,3908.17,3822.68,122081.49 +"1030876789,""""""Woodies"""" Handcrafted pens/pencils with a capacitive stylus"",Product Design,Design,USD,2011-12-15,12000.00,2011-11-05 00:07:29,786.00,canceled,9,US,786.00,786.00,12000.00" +1030877671,Enchanted Stories - Make your own story,Fiction,Publishing,USD,2014-04-11,5000.00,2014-03-12 20:52:57,0.00,failed,0,US,0.00,0.00,5000.00 +"1030879617,YAY! Your Amazing Year: YOU CAN! Life Coach Yourself Happy!,Publishing,Publishing,GBP,2015-12-15,4650.00,2015-11-15 20:12:04,0.00,undefined,0,""N,0"""""",,0.00,6934.09" +1030885190,Papa Chef - Ingredients Fight Back,Video Games,Games,CAD,2015-12-27,3500.00,2015-11-27 19:04:19,83.00,failed,2,CA,62.45,59.78,2520.89 +1030885256,A Medium Plus Handbook: Savvy Wine Studies,Academic,Publishing,USD,2016-05-02,10000.00,2016-04-01 20:29:02,10761.00,successful,163,US,10761.00,10761.00,10000.00 +1030889309,Military Memorial Pen,Woodworking,Crafts,USD,2017-04-16,5500.00,2017-03-22 16:17:47,376.00,failed,5,US,275.00,376.00,5500.00 +1030921106,Proyecto 3er Espacio,Dance,Dance,USD,2012-03-12,4000.00,2012-01-16 16:32:15,805.00,failed,18,US,805.00,805.00,4000.00 +1030921271,El Caballero del Castillo roto,Children's Books,Publishing,EUR,2017-11-05,3700.00,2017-10-06 17:24:08,4422.00,successful,139,ES,209.24,5153.43,4312.00 +1030931299,Burning a 1996 Jeep Grand Cherokee,Experimental,Film & Video,USD,2014-08-08,1500.00,2014-07-23 02:30:56,0.00,failed,0,US,0.00,0.00,1500.00 +1030932367,visions cafe (Canceled),Restaurants,Food,AUD,2016-01-04,100000.00,2015-12-15 08:18:41,0.00,canceled,0,AU,0.00,0.00,70091.82 +1030934342,The Magazine: The Book (Year One),Nonfiction,Publishing,USD,2013-12-19,48000.00,2013-11-21 00:05:00,56484.51,successful,1467,US,56484.51,56484.51,48000.00 +1030938972,Memoirs of a Manwhore Album,Rock,Music,USD,2013-03-09,4500.00,2013-02-07 19:27:12,4587.00,successful,62,US,4587.00,4587.00,4500.00 +1030941669,STALE.AMBUSH.WOMAN. dance theater by Sarah Hogland,Performances,Dance,USD,2015-04-06,915.00,2015-03-07 02:27:07,1080.00,successful,34,US,1080.00,1080.00,915.00 +1030944434,Desktop Trebuchet: Get Medieval on Some Gumballs,Design,Design,USD,2015-05-03,1600.00,2015-04-03 05:47:56,7000.00,successful,91,US,7000.00,7000.00,1600.00 +1030947582,Rate My Artist Residency goes to Madrid,Art,Art,USD,2015-03-02,880.00,2015-02-06 04:20:01,917.00,successful,31,US,917.00,917.00,880.00 +1030949379,Confero,Tabletop Games,Games,USD,2014-09-09,20000.00,2014-08-09 06:59:45,228.00,failed,6,US,228.00,228.00,20000.00 +1030960821,My Cookie Dough Dessert Store - London,Food,Food,GBP,2016-10-08,25000.00,2016-09-08 15:07:27,3530.00,failed,6,GB,33.54,4319.52,30591.52 +1030965069,WAYA: Hardwood Headphone Wrapper,Design,Design,USD,2014-07-28,25.00,2014-07-03 20:47:41,1305.25,successful,140,US,1305.25,1305.25,25.00 +1030967037,Simon - The solar self-watering system!,Gadgets,Technology,EUR,2017-12-11,38000.00,2017-11-11 16:22:59,966.00,failed,9,DE,0.00,1140.46,44862.64 +1030971145,Alolan Vulpix and Ninetales Pokemon Pins,Mixed Media,Art,USD,2017-08-30,800.00,2017-08-05 03:38:36,208.00,failed,6,US,44.00,208.00,800.00 +1030972994,Walk the Honey Road with Balyolu,Food,Food,USD,2012-02-26,35000.00,2012-01-27 09:13:01,41593.00,successful,274,US,41593.00,41593.00,35000.00 +1030973550,PAO-the first family entertainment treadmill in the world,Hardware,Technology,USD,2015-05-20,50000.00,2015-03-31 02:42:55,4432.00,canceled,15,US,4432.00,4432.00,50000.00 +1030975507,The Wellswood Project,Product Design,Design,GBP,2017-11-27,30000.00,2017-10-19 07:33:49,50.00,failed,1,GB,23.74,67.44,40463.99 +1030975690,Let Go,Shorts,Film & Video,USD,2012-10-23,1500.00,2012-10-03 18:25:26,2312.58,successful,55,US,2312.58,2312.58,1500.00 +1030980951,Egg on Bread News,Journalism,Journalism,USD,2009-10-24,1600.00,2009-08-23 19:02:36,1752.13,successful,21,US,1752.13,1752.13,1600.00 +1030983418,The Adventures of Sabrina Michaela – Me & My Big Sis,Children's Books,Publishing,USD,2017-04-15,1000.00,2017-03-16 18:07:28,114.00,failed,3,US,0.00,114.00,1000.00 +1030992942,The Ninja Crusade 2nd Edition,Tabletop Games,Games,USD,2015-11-05,12000.00,2015-10-06 15:59:49,16744.00,successful,355,US,16744.00,16744.00,12000.00 +103099327,Sherry Truck,Performance Art,Art,USD,2011-12-21,13000.00,2011-10-22 18:28:52,1791.19,failed,47,US,1791.19,1791.19,13000.00 +1030995270,Awkward Compliments Card Game,Playing Cards,Games,USD,2016-09-01,12500.00,2016-07-30 17:45:46,997.00,failed,32,US,290.00,997.00,12500.00 +1030996098,Contemporary Interchangeable Cuff by LAVAL,Product Design,Design,USD,2016-12-15,10000.00,2016-11-15 19:48:30,10200.00,successful,45,US,200.00,10200.00,10000.00 +1030999599,Super Charger Overdrive Pedal,Music,Music,USD,2015-08-08,1000.00,2015-07-09 21:00:04,459.00,failed,8,US,459.00,459.00,1000.00 +1031001558,THE COLOUR OF HER SCREAM - A Short Film,Film & Video,Film & Video,USD,2011-08-17,17000.00,2011-06-18 03:25:51,609.00,failed,9,US,609.00,609.00,17000.00 +1031006059,Archeden.com,Mixed Media,Art,USD,2015-01-20,10000.00,2014-11-21 19:52:59,66.00,failed,4,US,66.00,66.00,10000.00 +1031013448,'Mannequin' Short,Shorts,Film & Video,GBP,2014-11-16,1000.00,2014-10-17 11:50:45,0.00,failed,0,GB,0.00,0.00,1568.23 +1031014170,Versus Comic Restaurant,Food,Food,USD,2014-05-11,150000.00,2014-03-12 17:36:55,303.00,failed,6,US,303.00,303.00,150000.00 +1031014271,My Wife's Dream,Dance,Dance,USD,2014-07-26,25000.00,2014-05-31 01:54:34,141.00,failed,6,US,141.00,141.00,25000.00 +1031016205,Go Kart,Technology,Technology,AUD,2014-08-23,2000.00,2014-07-24 10:58:30,0.00,failed,0,AU,0.00,0.00,1867.59 +1031022158,ZAP MAMA: New Album and 2015 US Tour,World Music,Music,USD,2015-03-03,5000.00,2015-02-01 23:02:09,5355.00,successful,54,US,5355.00,5355.00,5000.00 +1031027165,kittybiome: kitty microbiomes for cat health and biology,Technology,Technology,USD,2015-06-10,3000.00,2015-05-11 21:58:14,23183.00,successful,229,US,23183.00,23183.00,3000.00 +1031031586,SAINTVON NEXT HOT STREET WEAR BRAND. HELP ME DESIGN A DREAM,Apparel,Fashion,USD,2016-03-26,30000.00,2016-01-26 22:03:13,1.00,failed,1,US,1.00,1.00,30000.00 +1031033139,Bouteilles or vin rosé / Bottles of rose wine (Suspended),Drinks,Food,EUR,2016-02-14,10000.00,2015-12-16 19:13:18,0.00,suspended,0,FR,0.00,0.00,11095.95 +1031035337,Women's March Commemorative Political Buttons,Graphic Design,Design,USD,2017-03-24,500.00,2017-02-22 20:46:00,171.00,failed,10,US,0.00,171.00,500.00 +1031038881,Xpress - Street Dance,Workshops,Dance,GBP,2014-08-24,2500.00,2014-07-25 20:14:45,2.00,failed,2,GB,3.41,3.32,4145.59 +1031051,Write Your First Piece of Music In 14 Steps Video Course,Film & Video,Film & Video,USD,2017-07-08,6000.00,2017-06-08 23:00:30,50.00,failed,5,US,20.00,50.00,6000.00 +1031052691,Curtis Customs -Wood Automotive Gear (Canceled),Woodworking,Crafts,USD,2015-08-14,35000.00,2015-07-15 07:31:32,5.01,canceled,1,US,5.01,5.01,35000.00 +1031055175,Próximo disco de Ramona,Indie Rock,Music,MXN,2017-05-02,60000.00,2017-04-01 01:12:02,17860.00,failed,32,MX,133.48,937.24,3148.61 +1031065624,j-Pad Girls: Media Art project from Tokyo Japan KAWAII J-Pop,Pop,Music,USD,2012-10-13,2500.00,2012-09-13 21:21:56,575.00,failed,6,US,575.00,575.00,2500.00 +1031067410,Michelle Popela's Debut EP,Rock,Music,USD,2014-11-01,10000.00,2014-10-02 21:30:24,10355.00,successful,48,US,10355.00,10355.00,10000.00 +1031080024,Familiar Features,Art,Art,USD,2015-09-03,75000.00,2015-08-07 00:59:06,0.00,failed,0,US,0.00,0.00,75000.00 +1031080332,Jack Hammer the Web Series,Webseries,Film & Video,USD,2011-11-04,5000.00,2011-09-15 17:35:04,963.55,failed,32,US,963.55,963.55,5000.00 +1031083617,Inspire Care & Share - Victoria Ivory Pearl vs Selfishness,Children's Books,Publishing,AUD,2013-12-24,5500.00,2013-11-28 01:26:08,1.00,failed,1,AU,0.92,0.89,4899.78 +"1031084940,""CFA-10036 Open, Hackable, Linux + ARM Embedded GPIO Module"",Hardware,Technology,USD,2013-02-16,30000.00,2013-01-10 01:10:44,12184.58,failed,121,US,12184.58,12184.58,30000.00" +"1031086865,""Mary Elizabeth: Live, Love, Dream"",Pop,Music,NOK,2015-11-01,40000.00,2015-09-10 21:13:07,43010.00,successful,52,NO,5216.98,5039.78,4687.08" +1031093054,ZOUASSI: Deluxe Hardcover Art Book,Digital Art,Art,USD,2017-04-12,13000.00,2017-03-13 03:21:57,2300.00,failed,44,US,0.00,2300.00,13000.00 +1031094744,Act Out Young Performers Fund Drive,Theater,Theater,USD,2017-07-07,20000.00,2017-06-09 17:26:11,1005.00,canceled,5,US,505.00,1005.00,20000.00 +1031103369,Eclectic Games - The Games Room Expansion (Deluxe Edition),Tabletop Games,Games,GBP,2015-10-01,5000.00,2015-09-02 21:00:05,15021.01,successful,280,GB,23123.33,22782.58,7583.57 +103110619,The Love Notes Documentary,Documentary,Film & Video,USD,2012-06-16,7500.00,2012-05-19 17:07:48,0.00,failed,0,US,0.00,0.00,7500.00 +1031108422,Hollywood... Here I GO!!!,Pop,Music,USD,2017-07-20,1.00,2017-06-29 17:01:15,616.00,successful,4,US,400.00,616.00,1.00 +1031110447,New Books about Borders and Democracy by CrimethInc.,Nonfiction,Publishing,USD,2017-03-01,10000.00,2017-01-31 18:59:28,17397.22,successful,333,US,3786.00,17397.22,10000.00 +1031116841,1 oz copper zombie rings / 90% silver quarter rings.,Jewelry,Fashion,USD,2017-05-11,200.00,2017-04-11 23:34:26,1019.50,successful,28,US,159.00,1019.50,200.00 +"1031119415,""""""Killer In Me"""" the Feature Film"",Narrative Film,Film & Video,USD,2014-03-17,15000.00,2014-02-15 02:28:09,414.00,failed,8,US,414.00,414.00,15000.00" +1031121831,Help The Keep Calm make a new record!,Indie Rock,Music,USD,2012-05-13,2000.00,2012-04-13 18:20:35,2025.00,successful,32,US,2025.00,2025.00,2000.00 +1031125022,Rich Mullins: A Ragamuffin's Legacy (a feature length film),Narrative Film,Film & Video,USD,2011-06-24,90000.00,2011-03-25 14:40:35,32190.00,failed,214,US,32190.00,32190.00,90000.00 +1031125235,Back the Mari Mack album project!,Indie Rock,Music,USD,2009-09-26,5000.00,2009-08-19 01:15:12,1874.00,failed,37,US,1874.00,1874.00,5000.00 +1031127181,Chivalry Contego,Fashion,Fashion,USD,2013-12-16,8000.00,2013-11-01 18:00:57,9281.00,successful,81,US,9281.00,9281.00,8000.00 +1031127227,Paleo Project,Documentary,Film & Video,USD,2016-04-14,1500.00,2016-03-14 15:30:49,1646.00,successful,20,US,1646.00,1646.00,1500.00 +1031130767,Mayan TRIcycle: a Burning Man 2012 Project,Public Art,Art,USD,2012-05-24,4000.00,2012-04-09 22:19:01,4378.00,successful,125,US,4378.00,4378.00,4000.00 +1031133046,PitoSofrito Food Truck,Food Trucks,Food,USD,2016-09-21,75000.00,2016-08-22 05:27:25,156.00,failed,5,US,150.00,156.00,75000.00 +1031133235,Mi Primer Libro Independiente,Fiction,Publishing,MXN,2017-12-30,17000.00,2017-11-30 23:36:58,100.00,failed,1,MX,0.00,5.16,877.78 +"1031136087,""""""Heels over Head n Love"""" A journey of 365 days of handstands"",Literary Journals,Publishing,USD,2014-09-01,5000.00,2014-08-04 00:56:21,86.65,failed,5,US,86.65,86.65,5000.00" +1031141398,The House of Minority,Documentary,Film & Video,GBP,2016-05-01,2500.00,2016-04-21 09:50:48,120.00,failed,5,GB,172.57,173.91,3623.03 +1031147567,The Secret Seekers Society,Fiction,Publishing,USD,2012-11-02,900.00,2012-10-03 19:34:43,1125.00,successful,52,US,1125.00,1125.00,900.00 +1031150132,Blooky: Wireless Bluetooth Password Key,Hardware,Technology,USD,2015-01-12,250000.00,2014-11-13 00:41:31,4001.00,failed,40,US,4001.00,4001.00,250000.00 +1031150189,East Asian Village for 28mm Gamers,Tabletop Games,Games,USD,2013-05-04,8000.00,2013-04-04 03:00:20,60501.00,successful,241,US,60501.00,60501.00,8000.00 +1031157984,Pushee Pieces - A simple and deep strategy micro-game.,Tabletop Games,Games,USD,2014-12-01,500.00,2014-11-05 00:54:19,2311.00,successful,196,US,2311.00,2311.00,500.00 +1031194134,Want to build a satellite but dont have a NASA sized budget?,Space Exploration,Technology,GBP,2013-10-31,3000.00,2013-10-01 10:57:01,3146.00,successful,97,GB,5080.72,5020.03,4787.06 +1031197510,Design & construct an architectural concept beach house,Architecture,Design,AUD,2015-09-10,1100000.00,2015-07-21 13:03:29,0.00,canceled,0,AU,0.00,0.00,776836.16 +1031201895,Original Jazz Ensemble Works Based on Peter and the Wolf,Jazz,Music,USD,2014-05-11,4000.00,2014-04-18 01:07:51,4508.00,successful,51,US,4508.00,4508.00,4000.00 +1031203253,The Little Bird's Journey,Children's Books,Publishing,USD,2013-04-23,10000.00,2013-02-22 01:49:38,20.00,failed,2,US,20.00,20.00,10000.00 +1031204801,Broken Pancreas,Photography,Photography,USD,2010-06-25,7500.00,2010-05-04 21:05:30,7981.70,successful,78,US,7981.70,7981.70,7500.00 +1031204909,The Dred Roberts/Dai Murasaki Solo Album!,Music,Music,GBP,2015-04-01,300.00,2015-03-02 18:19:16,431.00,successful,34,GB,665.28,638.02,444.10 +1031205386,Help us to our first Retail space & some commercial equip,Restaurants,Food,USD,2015-06-04,125000.00,2015-04-15 19:44:10,4025.00,failed,3,US,4025.00,4025.00,125000.00 +1031209170,Living History Magazine,Periodicals,Publishing,CAD,2016-03-20,500.00,2016-02-19 01:30:04,620.00,successful,9,CA,447.49,466.59,376.28 +1031221948,SHATTERED,Shorts,Film & Video,USD,2011-04-30,2500.00,2011-03-31 00:12:48,75.00,failed,2,US,75.00,75.00,2500.00 +103122456,Latin Artist Needs Support to Advance His Career (Canceled),Latin,Music,USD,2016-02-07,8000.00,2016-01-08 00:28:31,0.00,canceled,0,US,0.00,0.00,8000.00 +1031242403,Guitar Stream Guitar Lessons Live Stream (Canceled),Rock,Music,USD,2016-06-20,250.00,2016-05-21 07:27:15,0.00,canceled,0,US,0.00,0.00,250.00 +1031249788,A Failed Pursuit: Issue One,Comics,Comics,GBP,2013-05-30,800.00,2013-04-30 11:00:37,925.00,successful,26,GB,1435.18,1409.31,1218.86 +1031253534,Making professional Recordings From My Home Studio,Pop,Music,GBP,2017-09-16,1918.00,2017-07-18 09:47:34,21.00,canceled,1,GB,0.00,28.49,2602.37 +1031254392,Waiting to Die! hopefully,Punk,Music,USD,2016-08-04,1500.00,2016-07-05 18:01:54,50.00,failed,2,US,50.00,50.00,1500.00 +1031264585,RecordStudio for ALL,Music,Music,EUR,2015-12-23,48000.00,2015-11-23 20:53:26,0.00,failed,0,DE,0.00,0.00,52545.73 +1031266165,Those Bloody Yanks! - Debut Album,Electronic Music,Music,USD,2012-01-02,4096.00,2011-12-03 02:45:29,0.00,failed,0,US,0.00,0.00,4096.00 +1031285521,Wal-Mart Towns: A Portrait of the American Economy,Journalism,Journalism,USD,2013-09-20,8000.00,2013-08-21 00:27:12,2391.00,failed,22,US,2391.00,2391.00,8000.00 +1031287463,UV RAILED DOORKNOB,Technology,Technology,USD,2016-04-24,110000.00,2016-02-24 22:31:28,2.00,failed,2,US,2.00,2.00,110000.00 +1031289614,Miniatures production in resin or metal,Gaming Hardware,Games,USD,2016-11-09,10000.00,2016-10-10 03:46:27,1.00,failed,1,US,0.00,1.00,10000.00 +1031292834,Floornumber7® | Knitwear for the future entrepreneur.,Ready-to-wear,Fashion,USD,2014-09-26,35000.00,2014-08-17 08:50:11,180.00,canceled,1,US,180.00,180.00,35000.00 +1031292890,NOA - News Over Audio (the audio newspaper app),Audio,Journalism,EUR,2017-07-12,20000.00,2017-06-12 15:08:48,52.00,failed,4,IE,47.02,59.36,22830.01 +1031301176,Morynga Teas & Sprinkles - All Natural~ Handmade~ Delicious!,Food,Food,GBP,2013-03-29,3000.00,2013-02-12 23:31:06,1654.33,failed,39,GB,2613.83,2521.92,4573.31 +"1031317221,""""""Memory Foam Confessions"""" & 15 Other Amazing Films"",Shorts,Film & Video,USD,2013-11-16,8000.00,2013-10-03 00:32:02,8141.00,successful,92,US,8141.00,8141.00,8000.00" +103132077,PowderJet Snowboards - Do More With Less,Product Design,Design,USD,2012-11-23,6000.00,2012-10-24 18:35:39,7565.00,successful,78,US,7565.00,7565.00,6000.00 +"1031324540,""Addiction / Denial Documentary """"Not Me"""""",Documentary,Film & Video,USD,2015-04-30,20000.00,2015-03-16 16:48:55,20591.00,successful,163,US,20591.00,20591.00,20000.00" +1031327917,MUSIC WITH A CAUSE,Music,Music,USD,2015-09-10,50000.00,2015-08-11 20:53:58,0.00,failed,0,US,0.00,0.00,50000.00 +1031328050,HIO Wallpad Drop-in PoE In-wall Universal Android Controller,Technology,Technology,USD,2014-05-08,40000.00,2014-04-08 09:00:51,15465.00,failed,113,US,15465.00,15465.00,40000.00 +1031328397,Chocolate! Handmade From Bean To Bar.,Food,Food,USD,2011-07-10,20000.00,2011-04-11 22:33:01,13306.00,failed,123,US,13306.00,13306.00,20000.00 +1031328406,Sound Machine,Pop,Music,USD,2017-01-09,4000.00,2016-11-10 00:25:50,10.00,canceled,1,US,0.00,10.00,4000.00 +1031330661,Project Humanity,Experimental,Film & Video,USD,2016-12-04,5000.00,2016-11-04 19:32:50,5.00,failed,1,US,5.00,5.00,5000.00 +1031332235,The Self,Shorts,Film & Video,USD,2011-07-31,3000.00,2011-07-01 23:15:29,3030.00,successful,20,US,3030.00,3030.00,3000.00 +1031341463,Squad Goals,Comedy,Film & Video,USD,2016-06-19,500.00,2016-05-20 20:45:06,170.00,failed,4,US,170.00,170.00,500.00 +1031354770,BLOCK FOX- PRIVACY TOOL,Hardware,Technology,USD,2016-10-14,500.00,2016-09-14 19:35:21,176.00,failed,8,US,45.00,176.00,500.00 +1031356553,The Chivalrous Society on the Cutting Edge of Normal ®?,Bacon,Food,USD,2014-09-28,250000.00,2014-09-10 16:35:50,0.00,failed,0,US,0.00,0.00,250000.00 +1031359904,412 MADE art and design team debuts work in New York City.,Art,Art,USD,2015-02-18,8000.00,2015-01-28 06:42:41,11247.00,successful,86,US,11247.00,11247.00,8000.00 +1031368860,Live it Apparel T-Shirts---Don't just say it....wear it!,Fashion,Fashion,USD,2012-03-21,13200.00,2012-02-05 16:02:18,0.00,failed,0,US,0.00,0.00,13200.00 +1031397601,Panzermadels: Tank Dating Simulator,Video Games,Games,USD,2015-06-19,1500.00,2015-05-30 05:39:05,4379.00,successful,182,US,4379.00,4379.00,1500.00 +103139841,Botanical Sounds from Plants (Canceled),Electronic Music,Music,CAD,2014-10-25,1000.00,2014-09-25 17:43:48,0.00,canceled,0,CA,0.00,0.00,887.00 +103140318,The Voice of an Angel Healing Mantra Album,World Music,Music,USD,2015-10-02,2700.00,2015-09-10 13:54:19,3666.11,successful,100,US,3666.11,3666.11,2700.00 +1031405469,15% of The Seagull Flies to Edinburgh,Plays,Theater,GBP,2014-07-31,2000.00,2014-06-10 14:38:27,2025.00,successful,38,GB,3403.22,3407.20,3365.13 +1031412043,The Overlord,Fiction,Publishing,USD,2014-05-16,5000.00,2014-03-17 22:41:43,0.00,failed,0,US,0.00,0.00,5000.00 +1031413639,Monitoreo Ambiental Ciudadano,Hardware,Technology,MXN,2016-12-18,350000.00,2016-11-18 18:38:21,3900.00,failed,3,MX,0.00,188.48,16914.75 +1031422269,Tech Support and Training For The Elderly,Technology,Technology,GBP,2016-03-02,8500.00,2016-02-06 03:11:10,6.00,failed,2,GB,8.75,8.49,12034.21 +1031427963,Broken | Short Drama Film,Drama,Film & Video,GBP,2016-02-27,500.00,2016-02-01 19:54:25,565.00,successful,22,GB,804.84,799.92,707.89 +1031430073,Kids Craft Kits,Crafts,Crafts,USD,2017-08-04,500.00,2017-07-25 04:45:45,125.00,failed,1,US,125.00,125.00,500.00 +1031434403,Beauty Lies In Life and Love,Nonfiction,Publishing,USD,2016-12-25,3000.00,2016-10-26 21:55:11,50.00,failed,2,US,0.00,50.00,3000.00 +103144708,Saint Elizabeths Hospital: Voices from Within,Documentary,Film & Video,USD,2010-08-07,5000.00,2010-06-22 13:03:50,6017.00,successful,131,US,6017.00,6017.00,5000.00 +1031452872,Vague Pains,Art,Art,USD,2017-06-10,300.00,2017-05-31 02:13:28,953.00,successful,25,US,53.00,953.00,300.00 +1031460426,Leonardo | The Game of Art and Death | Plague Edition,Tabletop Games,Games,USD,2015-12-25,48000.00,2015-11-10 16:45:41,24543.00,canceled,163,US,24543.00,24543.00,48000.00 +1031468190,DISTRIKT 501c3 Art Grant | A new stage-installation.,Public Art,Art,USD,2017-07-06,75000.00,2017-06-02 07:45:58,83380.32,successful,492,US,26.00,83380.32,75000.00 +1031472757,Tao Cipher - Broken Wills Remain,Hip-Hop,Music,USD,2012-12-04,2000.00,2012-10-05 08:43:32,15.00,failed,2,US,15.00,15.00,2000.00 +1031479554,Freedom Ecologically underarm pads,Accessories,Fashion,SEK,2017-10-17,6800000.00,2017-08-18 17:41:39,2005.00,failed,13,SE,99.16,245.68,833241.43 +1031481438,Texas Tears - Habanero Sauce - Help Our Company Grow!,Small Batch,Food,USD,2014-11-02,1000.00,2014-10-03 19:29:55,2674.00,successful,89,US,2674.00,2674.00,1000.00 +1031484042,Gentlemen Robots: Sophisticated Automatons,Video Games,Games,USD,2013-11-08,1500.00,2013-10-04 22:34:30,2321.99,successful,58,US,2321.99,2321.99,1500.00 +"1031484589,""""""Baby's Getting Up,"""" video by Two Plush Two Productions"",Shorts,Film & Video,USD,2011-06-11,1500.00,2011-05-12 17:50:02,1600.00,successful,28,US,1600.00,1600.00,1500.00" +1031487313,Music app ( Pupilize) is the next big thing for the World.,Music,Music,USD,2017-02-07,5000000.00,2017-01-08 06:49:52,0.00,failed,0,US,0.00,0.00,5000000.00 +"103148807,""uGame: For u, By u"",Video Games,Games,USD,2013-01-02,16000.00,2012-12-14 21:05:41,301.00,failed,7,US,301.00,301.00,16000.00" +1031494781,Royal DNA,Experimental,Film & Video,USD,2016-05-03,10000.00,2016-04-19 00:15:35,0.00,failed,0,US,0.00,0.00,10000.00 +1031494914,Castles of England,Photography,Photography,GBP,2013-07-15,10000.00,2013-06-08 16:42:06,44.00,failed,5,GB,68.65,67.14,15260.19 +1031509587,FULL MOON MUSIC FESTIVAL ~ FEATURING MANY MUSICIANS,Rock,Music,CAD,2015-05-03,444.00,2015-03-04 21:56:43,145.00,failed,2,CA,115.77,119.81,366.85 +"1031512868,""Mage Rage - Alcohol, Magic, Puzzles, Do you need more?"",Video Games,Games,AUD,2014-03-31,10000.00,2014-02-19 02:36:49,2053.00,failed,47,AU,1859.36,1899.17,9250.69" +1031533775,World FC - Exploring the Beautiful Game,Documentary,Film & Video,USD,2013-11-25,63000.00,2013-10-11 15:40:05,4233.00,failed,46,US,4233.00,4233.00,63000.00 +1031534318,Depressed Millionaire (Canceled),Hip-Hop,Music,USD,2015-06-02,25000.00,2015-05-04 17:40:46,0.00,canceled,0,US,0.00,0.00,25000.00 +103153533,Soul Night White Party,Events,Food,USD,2015-02-26,40000.00,2015-01-27 16:54:53,0.00,failed,0,US,0.00,0.00,40000.00 +1031538639,La cuna de los colonizadores extremeños,Photography,Photography,EUR,2015-08-24,350.00,2015-06-25 00:33:51,0.00,failed,0,ES,0.00,0.00,394.38 +1031543668,Flute: An Animated Gay Fairytale,Animation,Film & Video,USD,2013-03-20,3000.00,2013-01-29 02:21:27,1046.00,failed,43,US,1046.00,1046.00,3000.00 +1031555498,Divergence: Online,Video Games,Games,USD,2013-09-01,15000.00,2013-08-02 23:12:12,19626.00,successful,116,US,19626.00,19626.00,15000.00 +1031562461,Camp Myth #1: Phoenix Watching,Children's Books,Publishing,USD,2012-06-19,4000.00,2012-05-15 05:00:57,6150.00,successful,126,US,6150.00,6150.00,4000.00 +1031570878,SolarBoost - Make Your Own USB Solar Mobile Charger,DIY Electronics,Technology,USD,2016-04-27,5000.00,2016-03-28 19:02:43,5956.00,successful,78,US,5956.00,5956.00,5000.00 +1031571011,Living Dolls - Printed edition -Italian and English -,Graphic Novels,Comics,EUR,2017-03-08,1000.00,2017-02-06 07:45:45,1365.00,successful,94,IT,787.41,1447.72,1060.60 +1031579200,PTSD Guardian Clock,Technology,Technology,USD,2015-12-26,50000.00,2015-11-11 01:33:29,350.00,failed,4,US,350.00,350.00,50000.00 +1031580020,Faire Play: The best camp in the land!,Games,Games,USD,2013-04-04,3500.00,2013-03-05 18:07:46,12295.00,successful,51,US,12295.00,12295.00,3500.00 +1031581659,FROSTBURN - Lords of the Trident's new album!,Metal,Music,USD,2014-11-01,3000.00,2014-09-23 18:25:52,5824.00,successful,159,US,5824.00,5824.00,3000.00 +1031582870,Sing in Harmony with Your Family and Community!,Music,Music,USD,2015-10-02,7500.00,2015-09-02 00:04:16,10556.00,successful,115,US,10556.00,10556.00,7500.00 +"1031594734,""""""Locksmith"""" An Action/Mystery Graphic Novel"",Comics,Comics,USD,2011-07-03,1200.00,2011-04-04 03:36:52,156.00,failed,10,US,156.00,156.00,1200.00" +1031597215,Future Brunch Extravaganza,Restaurants,Food,CAD,2015-09-18,5000.00,2015-08-19 20:34:37,10.00,failed,2,CA,7.63,7.68,3838.18 +1031601040,MADPROPS iPhone/Phone/iPad/Tablet Stand: Fits in Your Wallet,Design,Design,USD,2014-09-18,30000.00,2014-08-04 22:40:34,278.00,failed,15,US,278.00,278.00,30000.00 +103160340,Fantasy Football Shirt,Fashion,Fashion,USD,2012-09-06,2500.00,2012-08-15 17:33:56,280.00,failed,15,US,280.00,280.00,2500.00 +1031605210,W.A.N.T: Weaponized Adorables Negotiation Team book project,Art Books,Publishing,USD,2013-07-25,3500.00,2013-06-25 15:44:52,5122.42,successful,132,US,5122.42,5122.42,3500.00 +1031611346,CURSE OF THE MAYANS,Comics,Comics,USD,2013-02-01,35000.00,2012-12-21 21:01:24,3994.00,failed,128,US,3994.00,3994.00,35000.00 +1031611376,The Faded Cover: Where Books Want to Go to Be Adopted,Fiction,Publishing,USD,2014-06-21,20000.00,2014-05-22 22:42:31,31.00,failed,3,US,31.00,31.00,20000.00 +1031617207,The Blitz Mask,Apparel,Fashion,USD,2015-10-23,115440.00,2015-09-13 16:24:40,225.00,failed,6,US,225.00,225.00,115440.00 +1031623791,Star Wars: Elimination [REDUX],Fantasy,Film & Video,USD,2017-08-03,5000.00,2017-07-04 07:26:06,145.00,failed,2,US,45.00,145.00,5000.00 +"1031624424,""Qto-X, a revolutionary magnetic light"",Product Design,Design,USD,2016-04-13,99.00,2016-03-29 19:57:00,81.00,failed,38,US,81.00,81.00,99.00" +1031628306,GENTLE RAIN,Animation,Film & Video,USD,2011-09-15,45000.00,2011-06-17 00:07:12,11035.00,failed,51,US,11035.00,11035.00,45000.00 +1031632877,Aventure Patagonienne,Places,Photography,EUR,2017-05-11,200.00,2017-03-27 17:10:53,50.00,failed,1,FR,0.00,54.38,217.52 +103165193,Bringing your graphic novels to life!,Sculpture,Art,USD,2015-05-30,800.00,2015-05-04 16:41:23,25.00,failed,1,US,25.00,25.00,800.00 +1031652438,The Rapture Dilemma,Video,Journalism,USD,2014-09-30,250000.00,2014-08-28 20:46:00,72.00,failed,4,US,72.00,72.00,250000.00 +103166051,Painter 3D (Suspended),3D Printing,Technology,EUR,2015-06-16,25000.00,2015-05-17 01:21:13,10116.00,suspended,8,IE,11542.03,11430.12,28247.63 +1031662098,Battlegrounds virtual tabletop Content Drive #1 (Redux),Tabletop Games,Games,USD,2016-07-28,2500.00,2016-07-20 01:59:20,3391.00,successful,32,US,2944.00,3391.00,2500.00 +1031663961,The Lite Bros. Series,Comics,Comics,USD,2017-05-09,10000.00,2017-04-09 02:20:51,0.00,failed,0,US,25.00,0.00,10000.00 +1031667900,The Visit by Friedrich Durrenmatt ,Theater,Theater,USD,2010-07-06,500.00,2010-06-08 00:34:38,570.00,successful,15,US,570.00,570.00,500.00 +1031668355,My Lite- Swiss Army Knife of LED Lights,Camera Equipment,Technology,USD,2014-07-14,1000.00,2014-06-23 19:46:19,2481.00,successful,20,US,2481.00,2481.00,1000.00 +1031671865,NEON ICONS Photography Series - Solo Show,Photography,Photography,USD,2012-04-27,1550.00,2012-04-13 00:04:00,416.00,failed,19,US,416.00,416.00,1550.00 +1031675873,Call and Response I: Leonard Nimoy,Art,Art,USD,2011-03-18,1800.00,2011-03-10 05:26:46,590.00,failed,16,US,590.00,590.00,1800.00 +1031685482,You Sparkle Inside: A Kids' Book + Commissions & Co-creation,Children's Books,Publishing,USD,2018-01-02,2000.00,2017-12-06 23:08:51,6083.00,successful,133,US,1054.00,6083.00,2000.00 +1031686125,The buns of war: cake and death in the trenches of WW1,Nonfiction,Publishing,GBP,2012-12-05,3500.00,2012-10-31 10:01:34,278.12,failed,13,GB,448.22,445.25,5603.23 +1031691680,King Drew a Royal Documentary (Canceled),Documentary,Film & Video,USD,2016-04-13,10000.00,2016-03-14 13:57:48,55.00,canceled,1,US,55.00,55.00,10000.00 +1031694548,Printing My Art on to Fabric and Sewing it Up in to Dresses!,Fashion,Fashion,USD,2011-05-30,5000.00,2011-04-27 05:42:56,255.00,failed,7,US,255.00,255.00,5000.00 +"1031715271,""Train of Thought - short film by Emerson,NYU,Parsons"",Shorts,Film & Video,USD,2013-05-03,1200.00,2013-04-15 02:18:31,2055.00,successful,4,US,2055.00,2055.00,1200.00" +"1031715562,""Cyber-Sentinelle, votre Protection Rapprochée sur Internet"",Web,Technology,EUR,2016-05-25,3800.00,2016-04-25 18:11:08,4252.50,successful,122,FR,4773.26,4749.17,4243.82" +1031720907,The Blackbird Stainless Steel Safety Razor (Canceled),Design,Design,USD,2015-07-11,30000.00,2015-06-11 15:58:32,12300.00,canceled,69,US,12300.00,12300.00,30000.00 +1031729487,Rosebuds Academy,Crafts,Crafts,USD,2017-05-21,4000.00,2017-04-21 03:12:37,400.00,failed,4,US,200.00,400.00,4000.00 +"1031735562,""The Oldani Orchid, Novel (Canceled)"",Fiction,Publishing,USD,2014-08-10,24000.00,2014-07-11 17:55:14,0.00,canceled,0,US,0.00,0.00,24000.00" +1031737548,Descendants (Canceled),Video Games,Games,USD,2014-12-25,900000.00,2014-11-25 01:46:16,489.00,canceled,15,US,489.00,489.00,900000.00 +1031742546,Transmedia Gallery Space STIFF 2015,Festivals,Film & Video,USD,2015-04-20,5500.00,2015-03-21 14:26:15,5692.00,successful,76,US,5692.00,5692.00,5500.00 +1031742612,The Cloud #1 is ready to be unleashed!,Comics,Comics,USD,2012-12-01,1200.00,2012-11-11 01:29:10,32.00,failed,3,US,32.00,32.00,1200.00 +1031759112,My Mama the Lawyer- a children's book,Children's Books,Publishing,AUD,2015-11-03,3000.00,2015-09-24 02:08:00,1225.00,failed,5,AU,874.39,875.31,2143.62 +1031761393,The Divine Collection - Precious Jewellery with Power,Jewelry,Fashion,GBP,2016-05-07,4000.00,2016-04-07 13:48:11,4327.00,successful,88,GB,6128.16,6234.60,5763.44 +1031763635,Community Organic Pit Garden (Walipini),Community Gardens,Food,USD,2015-08-29,50000.00,2015-06-30 23:31:44,5.00,failed,1,US,5.00,5.00,50000.00 +1031766771,Graffiblocks - The Combo Kit - Build Paint Draw Erase,Interactive Design,Design,USD,2017-05-26,20000.00,2017-04-25 16:11:44,15108.00,failed,196,US,987.00,15108.00,20000.00 +1031769306,MAESTRO collection by SYLVIO,Couture,Fashion,USD,2014-10-24,77777.00,2014-09-24 01:58:23,0.00,failed,0,US,0.00,0.00,77777.00 +"1031770908,""“Lithuania, Siberia and Dreams”: a documentary film project"",Documentary,Film & Video,USD,2011-06-08,3000.00,2011-05-04 09:59:56,1354.00,failed,13,US,1354.00,1354.00,3000.00" +10317787,Buttons: The Game,Video Games,Games,USD,2017-07-06,3000.00,2017-06-06 09:58:28,51.00,failed,6,US,15.00,51.00,3000.00 +1031786886,BAFreedom USA,Photography,Photography,USD,2014-03-20,3000.00,2014-02-18 15:43:27,3720.00,successful,57,US,3720.00,3720.00,3000.00 +10317886,Dragons in the Library,Children's Books,Publishing,USD,2013-02-23,550.00,2013-02-05 22:15:20,3804.00,successful,104,US,3804.00,3804.00,550.00 +1031791614,Taming Wild: Pura Vida,Film & Video,Film & Video,USD,2017-12-08,20000.00,2017-11-08 20:44:59,23343.00,successful,222,US,2200.00,23343.00,20000.00 +1031794733,NutShell Politics,Apps,Technology,USD,2014-11-03,15000.00,2014-10-03 17:18:50,0.00,failed,0,US,0.00,0.00,15000.00 +1031800090,Spindle Cards,Illustration,Art,CAD,2014-02-26,700.00,2014-01-27 20:39:07,1391.00,successful,29,CA,1254.79,1251.12,629.61 +1031821575,Apollo Rising,Fiction,Publishing,USD,2017-10-11,3000.00,2017-09-11 17:34:53,1194.00,failed,17,US,53.00,1194.00,3000.00 +103182310,Mojave Desert Lighthouse Restoration Project Joshua Tree,Architecture,Design,USD,2017-12-07,2500.00,2017-11-07 23:59:08,2776.77,successful,42,US,249.77,2776.77,2500.00 +1031827961,SQueo: Advanced Waterproof Bluetooth Speaker,Hardware,Technology,USD,2014-08-23,90000.00,2014-07-24 00:53:33,92022.60,successful,631,US,92022.60,92022.60,90000.00 +1031835308,FUBAR 2: Empire of the Rising Dead.,Comics,Comics,USD,2011-09-09,3000.00,2011-08-03 17:28:50,6015.50,successful,135,US,6015.50,6015.50,3000.00 +1031839686,Red Sauce Meatball Truck,Food,Food,USD,2013-09-21,12000.00,2013-08-25 04:02:42,170.00,failed,5,US,170.00,170.00,12000.00 +1031839775,Rethinking Cuban Civil Society,Documentary,Film & Video,USD,2015-09-14,6000.00,2015-08-13 07:27:05,6050.00,successful,44,US,6050.00,6050.00,6000.00 +"103184035,""Paleoful - Paleo-Friendly, Gluten-Free, Vegan Baking Mixes"",Food,Food,USD,2015-05-12,50000.00,2015-04-07 20:18:01,16122.00,canceled,80,US,16122.00,16122.00,50000.00" +1031842436,Rock Climbing My Way through the Southeast in 2 weeks,Action,Film & Video,USD,2015-04-02,5000.00,2015-03-03 03:21:42,5.00,failed,1,US,5.00,5.00,5000.00 +1031844515,Profane Sass and the Veggie Oil Bus Tour!,Music,Music,USD,2012-02-09,3500.00,2011-12-27 19:10:32,3560.00,successful,43,US,3560.00,3560.00,3500.00 +1031857847,Rise of the Zombies,Theater,Theater,USD,2013-09-11,1000.00,2013-08-27 21:53:12,1000.00,successful,15,US,1000.00,1000.00,1000.00 +1031860012,The School of Doing: Lessons from Gerald Freedman,Academic,Publishing,USD,2017-08-23,20000.00,2017-07-25 16:29:52,27188.00,successful,339,US,1835.00,27188.00,20000.00 +1031862234,Opera Prima,Rock,Music,EUR,2016-12-01,1000.00,2016-10-22 18:15:47,90.00,failed,2,ES,59.97,95.78,1064.20 +1031872147,OOSYNAPSE: Big Data Platform Connecting People & Information,Apps,Technology,CAD,2017-05-29,25000.00,2017-05-02 05:13:45,6402.00,failed,17,CA,80.55,4734.16,18487.02 +1031890680,Before Tonight: A Musical Nativity ,Music,Music,USD,2010-12-05,1500.00,2010-11-05 18:59:54,2575.00,successful,28,US,2575.00,2575.00,1500.00 +1031892056,Deborah Daring Returns!,Comic Books,Comics,CAD,2016-10-16,1000.00,2016-09-15 08:42:09,2772.00,successful,119,CA,85.19,2095.40,755.92 +1031895513,MEN=MONEY WOMEN=SEX,Webseries,Film & Video,USD,2014-03-05,10000.00,2014-02-03 17:04:56,0.00,failed,0,US,0.00,0.00,10000.00 +"1031898077,""""""AMERIKA: a notebook in three parts"""" A Feature-Length Film"",Narrative Film,Film & Video,USD,2010-11-18,20000.00,2010-09-09 06:01:59,2141.10,failed,30,US,2141.10,2141.10,20000.00" +1031903516,ALPHA PLANNER,Design,Design,EUR,2016-12-01,13000.00,2016-11-01 17:53:09,112.00,failed,7,ES,73.46,119.19,13834.64 +1031909727,The new and exciting UNDERGROUND INK ARMY clothing line,Fashion,Fashion,USD,2013-06-17,5000.00,2013-05-18 02:01:33,160.00,failed,3,US,160.00,160.00,5000.00 +"1031919747,""""""DEALERS"""" Card Game"",Tabletop Games,Games,USD,2016-04-05,20000.00,2016-03-06 21:28:41,2175.00,failed,28,US,2175.00,2175.00,20000.00" +103193060,A Cure for the Common Cuff Link,Accessories,Fashion,USD,2014-09-06,3500.00,2014-07-23 03:03:31,250.00,failed,7,US,250.00,250.00,3500.00 +"1031931836,""The Backhand: Truely, hands -freedom (Canceled)"",Wearables,Technology,USD,2014-06-26,43000.00,2014-05-27 21:29:48,100.00,canceled,1,US,100.00,100.00,43000.00" +1031942625,Dash On Houston Soccer,Nonfiction,Publishing,USD,2015-12-04,2500.00,2015-11-10 00:11:33,0.00,failed,0,US,0.00,0.00,2500.00 +"1031944525,""KNOCK-DOWN, DRAG-OUT"",Shorts,Film & Video,USD,2013-05-17,6500.00,2013-04-02 02:32:55,355.00,failed,8,US,355.00,355.00,6500.00" +"1031946651,""Ed, a short film"",Horror,Film & Video,USD,2016-11-19,808.00,2016-11-02 15:51:06,1560.00,successful,17,US,1285.00,1560.00,808.00" +1031950002,Jakarta Fixed Festival coverage,Documentary,Film & Video,USD,2012-07-16,2500.00,2012-06-26 00:53:57,2551.00,successful,25,US,2551.00,2551.00,2500.00 +1031953904,Hero Or Villain (Canceled),Food Trucks,Food,USD,2014-07-27,15000.00,2014-05-28 01:42:15,90.00,canceled,3,US,90.00,90.00,15000.00 +1031968291,Dissolution,Thrillers,Film & Video,USD,2015-05-22,1500.00,2015-04-07 18:22:05,0.00,failed,0,US,0.00,0.00,1500.00 +1031970285,The Meat Box - de vleeseter droom!,Food,Food,EUR,2016-06-30,1500.00,2016-06-14 12:20:20,0.00,failed,0,NL,0.00,0.00,1670.25 +1031979175,Epic Picture Book of Animals,Children's Books,Publishing,USD,2013-05-11,5000.00,2013-04-11 22:21:40,455.00,failed,16,US,455.00,455.00,5000.00 +1031979587,Arcade Coffee Roasters: Tasting Room,Drinks,Food,USD,2017-04-11,15000.00,2017-03-12 01:44:18,18961.00,successful,204,US,4195.00,18961.00,15000.00 +1031980969,Labyrinth of Dreams - Aether,Public Art,Art,USD,2011-08-01,5000.00,2011-07-19 01:13:17,590.00,failed,13,US,590.00,590.00,5000.00 +1031981103,Aceblade: Vegas Vigilante,Comics,Comics,USD,2013-03-24,2750.00,2013-02-22 20:03:22,3166.00,successful,45,US,3166.00,3166.00,2750.00 +1031990111,Mud Guppy,Apparel,Fashion,USD,2015-03-02,4500.00,2015-02-09 19:01:58,102.00,failed,3,US,102.00,102.00,4500.00 +1031991917,Repast: the Food History Magazine,Periodicals,Publishing,USD,2017-05-11,20000.00,2017-04-11 15:10:36,24016.00,successful,310,US,1045.00,24016.00,20000.00 +1031992014,More Than A Mile - Documentary (Production Fund),Documentary,Film & Video,AUD,2016-04-30,12000.00,2016-03-20 04:36:05,1176.00,failed,15,AU,900.72,866.94,8846.30 +103199237,The Snow Child,Immersive,Theater,GBP,2015-10-26,1500.00,2015-09-17 19:15:12,1623.00,successful,54,GB,2491.06,2489.65,2300.97 +1032000358,Help Me Get To Seattle and Record,Rock,Music,USD,2015-02-20,3500.00,2015-01-19 22:49:48,165.00,failed,5,US,165.00,165.00,3500.00 +1032003851,Project Remedium,Video Games,Games,CAD,2017-04-23,10000.00,2017-03-14 21:08:50,10440.00,successful,283,CA,2383.61,7651.15,7328.69 +1032006277,equalrides (Canceled),Interactive Design,Design,EUR,2015-08-03,30000.00,2015-06-29 22:11:28,3490.00,canceled,38,DE,3897.58,3818.42,32823.12 +1032006428,HEAD BALL COACH-What football coaching is REALLY like?,Fiction,Publishing,USD,2014-09-21,50000.00,2014-08-07 16:12:17,5.00,failed,1,US,5.00,5.00,50000.00 +1032018077,The Sneaker Game - a combination memory + trivia game,Tabletop Games,Games,EUR,2016-02-04,45000.00,2015-12-21 07:59:37,11536.00,failed,49,NL,12456.28,12922.59,50408.87 +1032021548,Motive Tees,Apparel,Fashion,USD,2017-04-12,2000.00,2017-03-13 01:06:43,10.00,failed,1,US,0.00,10.00,2000.00 +1032023943,Super Dwarf Madness,Video Games,Games,USD,2013-11-12,12000.00,2013-09-13 23:55:30,5900.00,failed,115,US,5900.00,5900.00,12000.00 +1032027380,Code Blocks - A Video Game to teach programming to everyone!,Video Games,Games,USD,2013-03-29,2000.00,2013-02-27 01:11:06,300.00,failed,13,US,300.00,300.00,2000.00 +1032040262,The Second Renaissance,Fiction,Publishing,USD,2016-08-05,2000.00,2016-06-06 02:10:33,5.00,failed,1,US,5.00,5.00,2000.00 +1032043049,The Public House,Restaurants,Food,USD,2015-10-04,100000.00,2015-08-05 12:20:05,51.00,failed,1,US,51.00,51.00,100000.00 +1032049915,Tree Sculpture Project - Guitar,Sculpture,Art,USD,2013-08-08,5000.00,2013-07-09 20:23:24,50.00,failed,2,US,50.00,50.00,5000.00 +1032050059,Your Photo World Map,Graphic Design,Design,EUR,2017-03-19,20000.00,2017-02-17 16:00:03,1400.00,failed,34,DE,619.94,1512.70,21609.94 +1032063874,Prevention Intervention-Poorhouse Millionaires CD Release,Country & Folk,Music,USD,2012-10-24,2800.00,2012-09-24 23:22:56,562.00,failed,17,US,562.00,562.00,2800.00 +1032064560,Alternative Facts: The Card Game of Unbelievable Beliefs,Playing Cards,Games,USD,2017-03-08,5000.00,2017-02-06 02:03:09,198.00,failed,8,US,36.00,198.00,5000.00 +103207178,Roots of Happiness,Documentary,Film & Video,USD,2010-05-21,3500.00,2010-05-05 07:52:21,200.00,failed,1,US,200.00,200.00,3500.00 +1032073297,K.Milele New York Fashion Week Presentation,Apparel,Fashion,USD,2015-09-09,5000.00,2015-09-04 02:43:17,20.00,failed,1,US,20.00,20.00,5000.00 +1032076075,Ellie – A dark suspense short film,Shorts,Film & Video,CAD,2015-08-23,3000.00,2015-07-31 05:13:12,5275.00,successful,85,CA,4074.78,3974.83,2260.57 +1032081837,Arriving As A Sweet App for your Phone soon...,Apps,Technology,GBP,2014-10-11,20000.00,2014-08-12 22:59:38,71.00,failed,4,GB,119.13,114.45,32238.83 +103208393,WHOSE STREETS?,Photography,Photography,GBP,2015-02-09,5000.00,2014-12-11 18:54:16,455.00,failed,20,GB,712.96,699.69,7688.88 +"1032085670,""Get Away Soul """"EP"""" Choyce Love"",R&B,Music,USD,2014-09-04,2500.00,2014-08-05 19:00:45,304.00,failed,9,US,304.00,304.00,2500.00" +1032089220,Underprivileged kids connect with teachers,Apps,Technology,USD,2016-11-25,5000.00,2016-10-26 06:59:26,0.00,failed,0,US,0.00,0.00,5000.00 +1032091559,Iceland Exhibit by Photographer Noah Bryant,Art,Art,USD,2015-10-22,6500.00,2015-09-22 17:49:55,1715.00,failed,28,US,1715.00,1715.00,6500.00 +"1032097147,""""""American Outlier: A Walk Across America"""""",Documentary,Film & Video,USD,2013-05-04,50000.00,2013-04-04 01:02:58,150.00,failed,4,US,150.00,150.00,50000.00" +1032097527,Chameleon ºººº dress up with fun!,Childrenswear,Fashion,EUR,2017-08-06,10000.00,2017-07-07 21:34:32,25.00,failed,3,FR,28.35,29.41,11764.98 +1032097845,Knitting Neighbors Together,Knitting,Crafts,USD,2015-02-15,250.00,2015-01-08 06:33:00,1346.00,successful,60,US,1346.00,1346.00,250.00 +1032112314,OpOccupyBBC (Canceled),Art,Art,GBP,2014-12-02,500.00,2014-11-10 22:42:42,15.00,canceled,1,GB,23.79,23.53,784.29 +1032114717,God? The Musical - A multimedia dramatic comedic musical,Theater,Theater,USD,2011-09-01,40000.00,2011-06-03 18:03:51,50.00,failed,1,US,50.00,50.00,40000.00 +1032116708,Croft (Canceled),Drama,Film & Video,GBP,2016-06-22,5000.00,2016-05-21 02:51:23,0.00,canceled,0,GB,0.00,0.00,6852.04 +1032121365,LPLC TOO - Internet Of Things Microprocessor,Hardware,Technology,GBP,2014-10-13,2000.00,2014-09-23 19:33:16,2051.00,successful,46,GB,3353.27,3306.09,3223.88 +1032122126,The Black Sari Vol. I: A Graphic Novel,Graphic Novels,Comics,USD,2017-10-26,7000.00,2017-10-04 17:57:53,7400.00,successful,192,US,2022.00,7400.00,7000.00 +103212526,EPHYRAN,Tabletop Games,Games,EUR,2017-07-11,5000.00,2017-06-20 19:59:41,8392.25,successful,327,FR,6492.44,9579.76,5707.50 +1032125296,Grandpa Ed's Workshop,Crafts,Crafts,USD,2014-02-06,1000.00,2014-01-07 05:00:54,1341.00,successful,23,US,1341.00,1341.00,1000.00 +"1032137803,""Real Life Music EP single """"SCRIPTURES"""" Music Video Project"",Music,Music,USD,2013-05-09,10000.00,2013-04-09 20:41:06,145.00,failed,5,US,145.00,145.00,10000.00" +"1032142081,""Plug Perfect - Baby proof your electrical outlets, perfectly"",Gadgets,Technology,USD,2016-06-02,5000.00,2016-04-18 19:34:54,7099.00,successful,115,US,7099.00,7099.00,5000.00" +1032150548,Down With Friends a Dramedy,Comedy,Film & Video,USD,2016-03-30,25000.00,2016-02-29 16:45:22,361.00,failed,11,US,361.00,361.00,25000.00 +1032155596,FMC_Clothing,Design,Design,USD,2016-01-20,10000.00,2015-12-16 23:30:03,242.00,failed,5,US,242.00,242.00,10000.00 +1032165893,Robotic Snake Arm,Robots,Technology,USD,2017-10-01,45650.00,2017-08-11 18:10:26,0.00,failed,0,US,0.00,0.00,45650.00 +"1032171419,""MobFreeApp, your home mobile free again"",Apps,Technology,EUR,2016-09-04,60000.00,2016-08-05 17:20:29,50.00,failed,1,NL,0.00,56.34,67607.92" +1032173987,RADICALLY UNIQUE FOOTWEAR: The Coolest Pair You'll Ever Wear,Footwear,Fashion,USD,2015-12-05,5000.00,2015-11-04 14:45:26,46886.00,successful,479,US,46886.00,46886.00,5000.00 +1032174586,STRAY a feature film,Narrative Film,Film & Video,USD,2013-07-01,50000.00,2013-06-01 03:53:29,50400.00,successful,136,US,50400.00,50400.00,50000.00 +1032181585,Draw Blood: Redux - A Classic Monster Card Game,Tabletop Games,Games,USD,2013-11-12,1000.00,2013-11-05 16:43:25,2442.00,successful,86,US,2442.00,2442.00,1000.00 +1032200647,Masino Collection : Elegant & Stylish Jewelry,Jewelry,Fashion,USD,2015-07-28,5000.00,2015-05-29 18:47:06,382.00,failed,6,US,382.00,382.00,5000.00 +1032202181,Atmosfear,Live Games,Games,NZD,2015-08-05,8000.00,2015-07-06 22:24:53,542.00,failed,4,NZ,362.71,356.23,5257.97 +1032210830,Dr. Shocker's Vault of Horror,Documentary,Film & Video,USD,2012-12-25,9999.00,2012-10-26 22:32:56,12850.00,successful,110,US,12850.00,12850.00,9999.00 +1032213880,Doggie Style,Vegan,Food,USD,2016-05-27,6000.00,2016-05-02 00:47:24,6338.00,successful,131,US,6338.00,6338.00,6000.00 +1032220057,Project Rend: Professional mastering and duplication of Rend's music.,Rock,Music,USD,2010-10-02,1500.00,2010-07-07 01:31:08,0.00,failed,0,US,0.00,0.00,1500.00 +1032222040,Ingot - Smartphone Super Accessory,Product Design,Design,GBP,2017-09-09,10000.00,2017-08-10 17:14:42,1672.00,canceled,67,GB,967.41,2271.86,13587.69 +"1032228055,""Don Ray Band - The making of """"Kickstands Up"""" (Canceled)"",Rock,Music,USD,2013-05-02,5000.00,2013-03-31 20:13:54,375.00,canceled,7,US,375.00,375.00,5000.00" +1032228824,A Million Head Machine (Canceled),Music,Music,USD,2015-11-05,50000.00,2015-10-06 14:47:59,0.00,canceled,0,US,0.00,0.00,50000.00 +"1032231803,""Maps: Here, There, Everywhere"",Academic,Publishing,USD,2015-05-23,50000.00,2015-04-23 07:25:23,0.00,failed,0,US,0.00,0.00,50000.00" +1032232211,Big Bracket - Oversized Tournament Bracket,Product Design,Design,USD,2013-04-19,7500.00,2013-03-20 21:25:54,533.00,failed,9,US,533.00,533.00,7500.00 +"103223637,""Planning Vegan Mashup, Season Two"",Film & Video,Film & Video,USD,2013-07-28,15000.00,2013-06-28 12:01:01,16029.00,successful,334,US,16029.00,16029.00,15000.00" +1032241405,'MARTIN BOWSFIELD',Shorts,Film & Video,USD,2011-08-16,3000.00,2011-08-02 02:30:54,3030.00,successful,17,US,3030.00,3030.00,3000.00 +1032246545,Midwest Maize: History of Corn in the Heartland,Nonfiction,Publishing,USD,2012-05-08,12000.00,2012-03-24 01:00:07,462.00,failed,8,US,462.00,462.00,12000.00 +1032248200,The First Organic Perfumes Collection. Your Success.,Product Design,Design,CHF,2015-09-24,19999.00,2015-08-28 21:00:25,1083.00,failed,7,CH,1138.91,1105.71,20418.39 +103226451,The Merciless Beauty,Shorts,Film & Video,GBP,2014-11-08,1700.00,2014-10-09 16:51:29,220.00,failed,3,GB,353.51,344.40,2661.28 +"1032280705,""OUTSTANDING SNEAKERS, HYBRIDS & DRESS SHOES"",Footwear,Fashion,GBP,2017-06-26,37000.00,2017-05-23 14:43:42,146.00,failed,2,GB,188.55,189.48,48018.90" +1032286614,CARD Adapter - The First Travel Adapter with TYPE C Charger,Product Design,Design,SGD,2017-05-06,15000.00,2017-03-22 19:30:24,80628.00,successful,852,SG,29151.76,57260.14,10652.65 +1032297391,CHRISTMAST EVERYDAY Clothing Launches Epic First Season,Fashion,Fashion,USD,2011-10-01,2500.00,2011-08-08 14:39:19,162.00,failed,6,US,162.00,162.00,2500.00 +1032297569,Finding Bischop,Documentary,Film & Video,USD,2013-08-16,5250.00,2013-07-17 19:57:30,1.63,failed,1,US,1.63,1.63,5250.00 +1032314482,Feed Our Tour!!!,Music,Music,USD,2012-03-22,500.00,2012-02-21 07:07:03,755.00,successful,30,US,755.00,755.00,500.00 +1032314962,the leo (Canceled),Food,Food,USD,2014-08-09,1500.00,2014-07-10 05:19:35,0.00,canceled,0,US,0.00,0.00,1500.00 +1032319811,sunflowers and trees!,Painting,Art,USD,2014-09-07,1000.00,2014-08-08 17:52:39,0.00,failed,0,US,0.00,0.00,1000.00 +1032334735,CAMP WANATACHI: A New Musical,Music,Music,USD,2010-06-30,5000.00,2010-05-25 05:54:33,10300.50,successful,85,US,10300.50,10300.50,5000.00 +1032351345,Kris Thomas' First Studio Project!,Music,Music,USD,2013-09-28,10000.00,2013-08-29 20:15:50,10606.50,successful,56,US,10606.50,10606.50,10000.00 +1032361325,The Art Of Fa'Ness,Music,Music,USD,2016-08-05,15000.00,2016-06-21 21:37:42,0.00,failed,0,US,0.00,0.00,15000.00 +1032368432,Best gift for Mother's day,Art,Art,USD,2017-05-03,300.00,2017-03-24 02:00:56,55.00,failed,1,US,55.00,55.00,300.00 +1032369882,The Sawmill Capo,Product Design,Design,USD,2013-09-12,50000.00,2013-08-08 02:21:37,9756.00,failed,143,US,9756.00,9756.00,50000.00 +1032374489,THE CHRONICLES OF RUBIDJAD ISLAND - An epic ocean odyssey,Children's Books,Publishing,USD,2012-11-21,35000.00,2012-10-18 18:10:49,800.00,canceled,3,US,800.00,800.00,35000.00 +1032379258,LITTLE OWL MULTI TOOL,Design,Design,GBP,2014-11-21,30000.00,2014-09-24 04:57:31,795.00,failed,45,GB,1299.78,1246.75,47047.02 +1032379351,Confession,Film & Video,Film & Video,GBP,2014-03-19,500.00,2014-02-17 18:13:12,235.00,failed,7,GB,393.55,387.49,824.46 +1032381113,radioSTROBE: The World's First Off-Camera Speedlight System,Camera Equipment,Technology,USD,2015-06-10,280000.00,2015-05-04 16:00:18,5407.00,canceled,15,US,5407.00,5407.00,280000.00 +1032384267,World's most compact saw: Rust-proof & ideal for backpacking,Product Design,Design,USD,2017-04-25,10000.00,2017-04-04 01:38:23,1704.00,failed,67,US,551.00,1704.00,10000.00 +1032385435,Visions of Hope and Fear: MacDonald Illustrated,Art,Art,USD,2012-06-29,1000.00,2012-06-09 14:44:28,2945.00,successful,42,US,2945.00,2945.00,1000.00 +1032385492,The Shelter Church Studio Documentary Film,Documentary,Film & Video,USD,2011-06-21,10000.00,2011-03-22 04:22:26,400.00,failed,10,US,400.00,400.00,10000.00 +1032387252,Help us have a kitchen,DIY,Crafts,CAD,2014-09-03,5000.00,2014-08-04 19:58:35,52.00,failed,2,CA,47.63,47.80,4596.43 +1032387884,HEXES,Playing Cards,Games,CAD,2015-06-05,6000.00,2015-05-29 21:33:35,120.00,failed,2,CA,96.35,96.00,4800.00 +1032421742,Ready to start and TM a completely unique T-Shirt brand.,Fashion,Fashion,CAD,2014-01-05,3500.00,2013-12-06 09:13:49,0.00,canceled,0,CA,0.00,0.00,3218.09 +"1032430093,""Green Beetle Shop, Fun Insect Inspired Art"",Design,Design,USD,2014-07-17,2500.00,2014-07-07 16:02:56,2626.00,successful,38,US,2626.00,2626.00,2500.00" +1032452731,[NAME REMOVED DUE TRADEMARK DISPUTE ] CONTEXT PROFILE:,Wearables,Technology,USD,2014-11-14,50000.00,2014-10-15 00:21:00,8422.00,failed,40,US,8422.00,8422.00,50000.00 +103245860,Inventive Apparel,Apparel,Fashion,SEK,2016-03-04,40000.00,2016-02-05 13:19:44,0.00,failed,0,SE,0.00,0.00,4700.85 +1032462527,A revolutionary slip-resistance system:a transparent varnish,Technology,Technology,EUR,2015-11-17,25000.00,2015-09-18 18:58:27,60.00,failed,1,IT,67.85,64.13,26719.96 +1032462771,Bus money needed (Suspended),Thrillers,Film & Video,GBP,2014-10-23,5.00,2014-09-23 01:17:14,0.00,suspended,0,GB,0.00,0.00,8.03 +1032464600,Watch Movement Jewellery and cuff links,Accessories,Fashion,GBP,2013-02-08,200.00,2013-01-09 23:58:34,24551.00,successful,790,GB,39639.63,38795.57,316.04 +1032468426,MODEL E -The World's Most Advanced Activewear Pants,Apparel,Fashion,USD,2016-08-26,30000.00,2016-07-12 15:03:48,13263.00,canceled,41,US,15351.00,13263.00,30000.00 +1032470007,LED Streets - A Percussive Dream-Pop Album,Electronic Music,Music,USD,2015-04-01,1800.00,2015-03-07 20:13:12,39.00,failed,3,US,39.00,39.00,1800.00 +1032476985,Whale Research & Education: SatTags & STEM,Technology,Technology,USD,2015-12-26,60000.00,2015-11-11 20:43:18,501.00,failed,11,US,501.00,501.00,60000.00 +1032478229,Help make a feature film noir! - Old Chicago Souls,Narrative Film,Film & Video,USD,2012-02-01,10000.00,2011-12-11 08:42:23,10416.00,successful,117,US,10416.00,10416.00,10000.00 +"1032479822,""Desierto Verde Farm, growing together"",Farms,Food,USD,2018-01-25,7000.00,2017-12-16 03:54:33,155.00,live,5,US,5.00,155.00,7000.00" +1032488007,An Online Mall for college Textbooks,Software,Technology,USD,2017-02-28,200000.00,2017-02-13 20:35:56,28.00,failed,1,US,0.00,28.00,200000.00 +"1032489802,""Co-Produce """"And, of the Other"""" [A New Short Video Work]"",Film & Video,Film & Video,USD,2011-04-03,750.00,2011-03-04 16:59:15,0.00,canceled,0,US,0.00,0.00,750.00" +"1032492336,""Zillion Wallet - The World's Smartest, Slimmest Wallet"",Technology,Technology,USD,2017-06-29,20000.00,2017-05-15 14:42:11,13543.00,failed,143,US,472.00,13543.00,20000.00" +1032492626,Save Me From This Upcoming Election,Print,Journalism,USD,2016-11-26,500000.00,2016-09-27 05:57:05,0.00,canceled,0,US,0.00,0.00,500000.00 +1032494178,ShiteSocks,Footwear,Fashion,GBP,2017-09-15,20000.00,2017-08-11 11:32:20,131.00,failed,7,GB,168.97,178.00,27175.39 +"1032494930,""Phoenix, Volume 1"",Comics,Comics,CAD,2014-03-20,9000.00,2014-02-18 20:44:50,612.00,failed,10,CA,557.98,546.38,8035.00" +1032496844,Sonic Decanter - Makes Every Wine Better!,Product Design,Design,USD,2014-11-25,85000.00,2014-10-21 10:14:56,139412.00,successful,895,US,139412.00,139412.00,85000.00 +"1032513315,Signs and Signals' Debut EP: Human Again,Music,Music,USD,2015-03-22,6000.00,2015-02-20 18:07:28,6297.00,undefined,0,""N,0"""""",,6297.00,6000.00" +1032525043,The Festival of Words,Public Art,Art,USD,2012-10-25,3500.00,2012-09-19 01:19:03,3886.00,successful,83,US,3886.00,3886.00,3500.00 +1032535790,Senpai Magazine Fall Issue Limited Print Run,Periodicals,Publishing,USD,2011-09-06,8500.00,2011-07-08 06:58:25,190.00,failed,6,US,190.00,190.00,8500.00 +1032536288,Tmagx: Wash your tablewares without detergent (Canceled),Design,Design,USD,2015-10-03,5000.00,2015-09-03 01:37:46,873.00,canceled,7,US,873.00,873.00,5000.00 +1032548637,Shattered Me Down,Film & Video,Film & Video,USD,2013-08-26,500.00,2013-07-27 04:48:20,0.00,failed,0,US,0.00,0.00,500.00 +1032555300,Federal Wake Board Park,Design,Design,USD,2013-12-21,50000.00,2013-11-06 05:01:04,1636.00,failed,12,US,1636.00,1636.00,50000.00 +1032566003,ShineLine: Light Up Letter Display,Product Design,Design,USD,2017-10-25,900.00,2017-09-25 18:32:35,225.00,failed,8,US,0.00,225.00,900.00 +1032567140,Synthetica,Shorts,Film & Video,GBP,2015-02-04,1000.00,2015-01-05 18:59:36,1042.00,successful,60,GB,1597.29,1596.13,1531.79 +1032568766,Hunter Magnet Gaming (Canceled),Live Games,Games,USD,2014-11-30,1500.00,2014-10-31 19:28:32,6.00,canceled,2,US,6.00,6.00,1500.00 +1032575953,Hollywood Musical! - The Release!,Narrative Film,Film & Video,USD,2013-08-31,50001.00,2013-08-01 10:40:23,15680.00,failed,62,US,15680.00,15680.00,50001.00 +1032577527,Chess eBook for the hobby player with great design!,Nonfiction,Publishing,GBP,2012-12-10,200.00,2012-10-31 10:48:50,68.00,failed,9,GB,109.09,109.61,322.39 +1032578887,Mini Wallet + Silver ion Card,Product Design,Design,EUR,2016-11-18,750.00,2016-10-19 00:49:34,951.00,successful,27,IT,222.84,1010.82,797.18 +"1032579845,Metro760 LGBT Newspaper for the Palm Springs CA area,Publishing,Publishing,USD,2015-02-28,7500.00,2015-02-06 20:12:28,0.00,undefined,0,""N,0"""""",,0.00,7500.00" +1032584221,Blood and Shadows Publishing Project,Fiction,Publishing,USD,2013-06-18,2000.00,2013-05-19 13:28:08,2076.00,successful,19,US,2076.00,2076.00,2000.00 +1032588946,Help Save This 162 year old State Agricultural Fair Grounds,Public Art,Art,USD,2016-07-16,85000.00,2016-06-16 19:11:46,10.00,failed,1,US,0.00,10.00,85000.00 +1032594563,Restore an 1889 Steam Fire Engine from Provincetown MA,Public Art,Art,USD,2015-04-06,40000.00,2015-02-05 20:47:44,25.00,failed,1,US,25.00,25.00,40000.00 +1032612150,Project Helvetica,Graphic Design,Design,USD,2015-06-04,2.00,2015-05-13 22:19:42,2.00,successful,2,US,2.00,2.00,2.00 +1032635467,Engines Under Ursus Season Two Write And Record,Radio & Podcasts,Publishing,EUR,2014-12-08,250.00,2014-11-08 19:03:45,0.00,failed,0,IE,0.00,0.00,311.25 +1032638886,A Very Brady Nightmare,Shorts,Film & Video,USD,2012-05-24,12750.00,2012-04-24 21:08:20,25.00,failed,1,US,25.00,25.00,12750.00 +"103264180,""Bryan McPherson's New Album, """"Wedgewood"""""",Country & Folk,Music,USD,2015-01-13,7500.00,2014-12-14 19:01:23,10528.00,successful,147,US,10528.00,10528.00,7500.00" +1032644420,Hardback Art-nude Photography Book,Photography,Photography,GBP,2014-03-22,40000.00,2014-02-20 21:21:04,160.00,failed,2,GB,266.91,266.13,66532.49 +1032645935,Cancelled (Canceled),Design,Design,USD,2015-06-05,100000.00,2015-05-06 12:29:08,3105.00,canceled,17,US,3105.00,3105.00,100000.00 +"1032663342,""Hold On Another Day: """"Songs For Project Believe In Me"""""",Music,Music,USD,2012-10-10,8500.00,2012-09-10 23:30:09,8832.33,successful,181,US,8832.33,8832.33,8500.00" +1032670185,LET'S PUT ON A SHOW!,Theater,Theater,USD,2013-05-09,1000.00,2013-04-08 22:18:29,1085.00,successful,22,US,1085.00,1085.00,1000.00 +1032675809,View Into The Interracial World ,Documentary,Film & Video,USD,2010-01-29,36000.00,2009-11-01 02:27:54,180.00,failed,3,US,180.00,180.00,36000.00 +1032675974,A Story of In-Happiness,Narrative Film,Film & Video,USD,2014-06-15,55000.00,2014-05-14 02:16:01,450.00,failed,8,US,450.00,450.00,55000.00 +1032693559,THE SKIN Sublimation Sinema's First Horror Short,Shorts,Film & Video,USD,2013-04-05,7000.00,2013-03-06 02:08:56,446.00,failed,17,US,446.00,446.00,7000.00 +1032712655,project HOPE.,Photography,Photography,USD,2012-09-16,3000.00,2012-08-17 16:44:41,3050.00,successful,35,US,3050.00,3050.00,3000.00 +1032714109,GUARDIN' ROOTS: More then just a play!,Theater,Theater,USD,2012-06-16,1500.00,2012-05-27 23:41:01,1670.00,successful,35,US,1670.00,1670.00,1500.00 +1032717462,Tales Of Bugaloo,Children's Books,Publishing,GBP,2016-05-27,1000.00,2016-04-27 11:24:22,0.00,failed,0,GB,0.00,0.00,1464.75 +1032722137,Bean there done that coffee,Food Trucks,Food,GBP,2014-07-18,10600.00,2014-06-18 10:47:35,0.00,failed,0,GB,0.00,0.00,18111.92 +1032724551,Triathlon Film,Documentary,Film & Video,USD,2015-03-12,75000.00,2015-02-10 18:01:11,75203.00,successful,317,US,75203.00,75203.00,75000.00 +1032725100,No Pony Wants To Make An Album For You!,Indie Rock,Music,USD,2011-07-10,800.00,2011-05-26 21:53:45,502.60,failed,11,US,502.60,502.60,800.00 +1032728184,me.te.o - When space meets time,Product Design,Design,USD,2016-12-21,15000.00,2016-11-21 15:13:30,2131.00,failed,12,US,578.00,2131.00,15000.00 +1032732748,coming apart at the stitches... (Canceled),Art Books,Publishing,USD,2015-05-28,10000.00,2015-04-27 10:48:29,10.00,canceled,1,US,10.00,10.00,10000.00 +10327390,Roger Dawson's New CD Project,Music,Music,USD,2014-02-09,2500.00,2013-12-11 06:04:45,162.00,failed,5,US,162.00,162.00,2500.00 +1032741164,A new album by Alice Watts,Music,Music,GBP,2014-11-03,5000.00,2014-10-03 18:03:07,8000.00,successful,133,GB,12966.28,12655.62,7909.77 +103274256,Mukagee band has gone viral,Rock,Music,USD,2012-09-06,2000.00,2012-08-07 10:10:45,5.00,failed,1,US,5.00,5.00,2000.00 +1032743478,Chosen Academy of Beauty,Fashion,Fashion,USD,2017-09-19,20000.00,2017-07-27 04:06:12,264.00,failed,2,US,0.00,264.00,20000.00 +1032751832,Pocket Fit - The Fitness Towel,Product Design,Design,EUR,2016-12-02,16000.00,2016-10-30 18:03:57,108.00,failed,6,DE,45.05,114.93,17027.25 +"1032753050,""Gourmet Gamer Web Show. Video Games, Food, and Puppets!"",Webseries,Film & Video,USD,2012-02-14,2800.00,2012-01-09 22:15:40,2825.43,successful,89,US,2825.43,2825.43,2800.00" +1032774457,STR8 from LA,Hip-Hop,Music,USD,2014-01-20,2000.00,2013-12-21 14:59:13,20.00,failed,1,US,20.00,20.00,2000.00 +1032775774,Epoch - Early Inventors (Canceled),Tabletop Games,Games,EUR,2015-06-10,25000.00,2015-05-14 22:10:51,4833.00,canceled,92,NL,5428.25,5422.60,28049.86 +"1032782947,Villain EP,Music,Music,USD,2015-05-14,1500.00,2015-04-14 18:37:43,436.00,undefined,0,""N,0"""""",,436.00,1500.00" +1032784315,The Wild Ones Magazine,Journalism,Journalism,USD,2012-07-07,6500.00,2012-06-08 00:15:25,380.00,failed,7,US,380.00,380.00,6500.00 +1032784419,The Bromley Boys Movie,Film & Video,Film & Video,GBP,2013-07-22,100000.00,2013-05-23 10:04:17,635.00,failed,12,GB,962.78,977.89,153997.78 +"1032788358,""Juno Wilson, An Emerging Crooner, Produced By Don Randi"",Jazz,Music,USD,2017-10-11,40000.00,2017-09-11 03:12:07,700.00,failed,10,US,175.00,700.00,40000.00" +"1032788854,""Kimono Jeans?- """"NISHIKI"""""",Apparel,Fashion,USD,2014-08-15,1000.00,2014-07-16 02:12:15,582.00,failed,15,US,582.00,582.00,1000.00" +1032793816,The new Wozniak record!,Indie Rock,Music,GBP,2014-02-23,1000.00,2014-01-24 17:20:59,1117.00,successful,62,GB,1850.80,1867.36,1671.77 +1032796894,Holmgång - a short film,Drama,Film & Video,GBP,2016-05-15,3000.00,2016-05-03 23:31:33,4295.00,successful,46,GB,6275.18,6257.19,4370.57 +1032800866,That's Not Right: A Mistaken Cabaret,Theater,Theater,USD,2012-10-26,500.00,2012-09-26 15:27:04,725.00,successful,12,US,725.00,725.00,500.00 +1032801583,American Promise,Documentary,Film & Video,USD,2012-03-14,50000.00,2012-02-13 13:32:45,50698.00,successful,280,US,50698.00,50698.00,50000.00 +1032802474,Rama: Prince of Power,Theater,Theater,AUD,2015-05-09,1500.00,2015-03-12 20:13:06,1877.00,successful,16,AU,1430.87,1501.72,1200.10 +103280326,Works X,Performance Art,Art,USD,2015-10-23,2000.00,2015-10-01 01:21:05,2000.00,successful,12,US,2000.00,2000.00,2000.00 +"1032803514,Vibeful,Film & Video,Film & Video,USD,2015-06-28,8000.00,2015-05-29 20:34:23,0.00,undefined,0,""N,0"""""",,0.00,8000.00" +1032803584,Miniature Fabric Art,Graphic Design,Design,USD,2014-07-04,550.00,2014-06-04 04:33:49,20.00,failed,1,US,20.00,20.00,550.00 +1032810742,No More Hopeless,Faith,Music,USD,2014-10-17,5000.00,2014-09-17 06:00:37,1961.00,failed,27,US,1961.00,1961.00,5000.00 +1032810748,A Fairytale for Humanity (Canceled),Fiction,Publishing,USD,2012-02-04,2500.00,2012-01-05 00:13:15,0.00,canceled,0,US,0.00,0.00,2500.00 +1032812961,Sweet Tooth Dragon. A new children experience.,Mobile Games,Games,USD,2014-11-22,4500.00,2014-10-23 21:26:19,81.00,failed,5,US,81.00,81.00,4500.00 +1032828934,NOMagons Crafts Set,Crafts,Crafts,GBP,2013-04-25,2000.00,2013-03-26 00:29:27,0.00,failed,0,GB,0.00,0.00,3095.02 +1032831948,Twisted Goblin Armouries LARP.,Crafts,Crafts,GBP,2018-02-06,1000.00,2017-12-08 15:40:56,1296.00,live,17,GB,508.40,1767.71,1363.98 +1032838326,One Plastic Pollution Solution,Crafts,Crafts,USD,2015-11-21,5000.00,2015-10-21 22:01:33,135.00,failed,3,US,135.00,135.00,5000.00 +1032840025,The Kola Borehole,Drama,Film & Video,GBP,2015-05-07,1500.00,2015-05-05 16:32:26,1.00,failed,1,GB,1.52,1.54,2312.03 +1032845106,GPeSpionage - The TrueLife Spy Game ... Real.Personal.Global,Apps,Technology,USD,2015-09-03,400000.00,2015-07-05 23:42:37,34.00,canceled,1,US,34.00,34.00,400000.00 +1032851638,Take Flight with the PHOENIX STAGE COMPANY!,Theater,Theater,USD,2010-09-01,1650.00,2010-07-17 17:50:38,2020.00,successful,27,US,2020.00,2020.00,1650.00 +1032853293,Time is a Tree,Photography,Photography,USD,2011-04-15,5000.00,2011-03-15 08:02:45,3084.65,failed,53,US,3084.65,3084.65,5000.00 +103285583,Our Lady of Lourdes Debut in NYC (Canceled),Fashion,Fashion,USD,2012-08-25,2500.00,2012-07-10 23:25:51,0.00,canceled,0,US,0.00,0.00,2500.00 +1032858432,FIPE #one - The smart remote control for your bike,Product Design,Design,EUR,2016-09-22,75000.00,2016-08-18 20:50:36,1675.00,failed,44,DE,325.89,1878.35,84105.23 +1032865159,The Bicycle King (Cykelkungen),Shorts,Film & Video,SEK,2016-08-07,25000.00,2016-07-08 00:18:49,1100.00,failed,5,SE,164.00,130.16,2958.16 +1032865718,Cemetery Confidential,Nonfiction,Publishing,USD,2017-10-12,20000.00,2017-09-12 00:30:41,30.00,failed,1,US,0.00,30.00,20000.00 +1032874960,Photo diary: 30 days in Europe (Canceled),Photobooks,Photography,CAD,2016-01-19,5000.00,2015-11-20 21:45:09,0.00,canceled,0,CA,0.00,0.00,3528.33 +1032876154,Lost And Found: Nothing But Ballads,Indie Rock,Music,USD,2013-10-31,6791.00,2013-10-03 23:35:26,10168.82,successful,310,US,10168.82,10168.82,6791.00 +1032879663,ASTRYD EP/MIXTAPE,Pop,Music,USD,2016-06-27,6500.00,2016-06-09 02:26:02,1.00,failed,1,US,1.00,1.00,6500.00 +"1032880303,""""""It's Never Too Late"""" A powerful film based on a true story."",Film & Video,Film & Video,USD,2014-03-25,10000.00,2014-01-26 04:43:03,25.00,failed,1,US,25.00,25.00,10000.00" +1032889406,Elsa Cross - New Album Produced by Hunt Sales,Music,Music,USD,2017-04-23,15000.00,2017-02-22 23:50:12,2003.00,failed,29,US,0.00,2003.00,15000.00 +1032892221,Strippy Comics: The Book,Comic Books,Comics,USD,2015-04-01,5000.00,2015-03-02 22:37:00,5335.00,successful,54,US,5335.00,5335.00,5000.00 +103289266,The Verkos Show,Television,Film & Video,AUD,2016-09-28,25000.00,2016-08-29 02:04:00,1.00,failed,1,AU,0.00,0.76,19037.47 +1032892837,New Joe Rut Album: Live From the Great American Music Hall,Indie Rock,Music,USD,2011-08-05,4000.00,2011-07-06 23:05:38,4510.86,successful,56,US,4510.86,4510.86,4000.00 +1032904224,Smile's the Word,Apparel,Fashion,USD,2016-04-29,300.00,2016-02-29 03:19:34,460.00,successful,8,US,460.00,460.00,300.00 +1032908534,Art Series: oil paintings (Canceled),Painting,Art,USD,2015-10-15,10000.00,2015-09-15 01:08:53,0.00,canceled,0,US,0.00,0.00,10000.00 +1032912049,Racquet Magazine,Literary Journals,Publishing,USD,2016-06-19,50000.00,2016-05-16 19:39:14,55059.00,successful,643,US,55059.00,55059.00,50000.00 +"103291224,""Meylin's debut solo album """"Another Day"""" (Canceled)"",Pop,Music,USD,2013-03-14,6000.00,2013-02-12 19:11:17,1770.00,canceled,25,US,1770.00,1770.00,6000.00" +1032916088,AlexSo-Rough Day,Pop,Music,USD,2012-09-12,1000.00,2012-08-13 19:41:30,0.00,failed,0,US,0.00,0.00,1000.00 +1032920626,R.L.C.N.N,Film & Video,Film & Video,USD,2012-04-07,850.00,2012-03-13 22:46:26,292.00,failed,9,US,292.00,292.00,850.00 +"1032938400,""The Silent Surfer, The Worlds first interactive feature film"",Documentary,Film & Video,USD,2011-03-17,57000.00,2011-01-07 22:37:26,195.00,failed,8,US,195.00,195.00,57000.00" +"103293945,""Quiet Enjoyment, a Gay Novel"",Fiction,Publishing,USD,2015-10-23,2500.00,2015-09-23 17:39:52,110.00,failed,2,US,110.00,110.00,2500.00" +1032953676,Era of Battles,Tabletop Games,Games,USD,2017-10-03,10000.00,2017-08-19 20:02:06,4191.00,failed,21,US,1090.00,4191.00,10000.00 +1032957362,Miki's Mini Comics vol. 1,Comic Books,Comics,GBP,2017-03-18,3500.00,2017-02-16 13:13:22,14101.01,successful,667,GB,2603.14,17593.71,4366.92 +1032957541,Help Happily Ever Inked,Art,Art,AUD,2016-05-08,15000.00,2016-04-08 00:06:57,2260.00,failed,10,AU,1708.84,1646.27,10926.57 +1032959457,The Mystic Grill is becoming a reality!,Food,Food,USD,2014-01-29,30000.00,2013-12-30 22:35:48,1270.00,failed,34,US,1270.00,1270.00,30000.00 +1032966918,LilyPad ~ Using Light to Power All Our Mobile Devices,Hardware,Technology,USD,2011-10-03,27000.00,2011-08-29 02:33:58,104482.00,successful,547,US,104482.00,104482.00,27000.00 +103297388,Lao / Hmong Project,Narrative Film,Film & Video,USD,2012-02-03,33000.00,2012-01-04 19:21:23,10.00,failed,2,US,10.00,10.00,33000.00 +1032975245,Pizza & Bread - The Ultimate Baking Stone,Product Design,Design,USD,2015-08-24,9500.00,2015-07-06 16:45:05,1528.00,failed,41,US,1528.00,1528.00,9500.00 +"103298112,""""""V"""" Is For Vulnerose Volitation"",Pop,Music,USD,2011-04-18,3000.00,2011-02-16 02:19:07,35.00,failed,2,US,35.00,35.00,3000.00" +103298380,Acoustic Blink 182 Tribute Album,Punk,Music,USD,2015-03-10,3000.00,2015-02-08 09:56:35,0.00,failed,0,US,0.00,0.00,3000.00 +1032984413,Current: A Short Film.,Shorts,Film & Video,GBP,2016-01-07,600.00,2015-11-08 21:00:40,632.00,successful,27,GB,951.22,921.12,874.48 +1032992368,Alternative Library Space for New Recording Studio,Music,Music,USD,2014-02-28,2800.00,2014-01-14 03:12:40,753.00,failed,22,US,753.00,753.00,2800.00 +1032993842,FILE 13,Narrative Film,Film & Video,USD,2011-10-22,3000.00,2011-09-22 06:09:27,4131.00,successful,47,US,4131.00,4131.00,3000.00 +1032995547,JAZZMAICA: Ska Reggae and all that Jazz!,Documentary,Film & Video,USD,2013-05-10,18000.00,2013-04-10 01:34:19,1025.00,failed,11,US,1025.00,1025.00,18000.00 +1032997071,Zellic,Fiction,Publishing,AUD,2014-12-06,2500.00,2014-11-06 07:51:05,0.00,failed,0,AU,0.00,0.00,2067.31 +1033001055,Country Standard Time Goes to Nashville,Web,Journalism,USD,2014-08-04,5500.00,2014-07-09 00:35:59,1020.00,failed,3,US,1020.00,1020.00,5500.00 +103300576,Mudblood and The Book of Spells ? Harry Potter Fan Film,Fantasy,Film & Video,GBP,2014-12-01,40000.00,2014-11-01 20:56:18,8530.00,canceled,143,GB,13638.83,13379.97,62743.13 +1033015733,Rock N' Roll Through America,Blues,Music,USD,2014-12-14,500.00,2014-11-14 01:04:50,142.00,failed,20,US,142.00,142.00,500.00 +1033018636,The family feeding bracelets!,Accessories,Fashion,USD,2017-10-28,5000.00,2017-09-13 19:38:29,122.00,failed,4,US,101.00,122.00,5000.00 +1033026703,Ready To Live Album,Hip-Hop,Music,USD,2017-04-04,2000.00,2017-03-07 08:47:41,0.00,failed,0,US,0.00,0.00,2000.00 +1033028145,The Paper Trail,Music Videos,Film & Video,USD,2014-12-20,500.00,2014-11-20 21:58:35,515.00,successful,11,US,515.00,515.00,500.00 +1033029227,Gourmet Sliders Revitalizing a Hoboken Landmark!,Food,Food,USD,2013-07-17,15000.00,2013-06-17 15:18:37,1135.00,failed,20,US,1135.00,1135.00,15000.00 +1033038910,Turtle Run and ERAS: Fung MiniComics,Comics,Comics,USD,2013-04-27,100.00,2013-03-28 16:55:32,521.00,successful,31,US,521.00,521.00,100.00 +1033039418,Artist Button & Magnet Sets,Conceptual Art,Art,USD,2013-08-07,100.00,2013-07-08 21:52:36,250.00,successful,23,US,250.00,250.00,100.00 +1033044771,M1 Tank Platoon for ArmA 3,Video Games,Games,GBP,2016-04-07,2000.00,2016-03-08 17:21:33,91.00,failed,5,GB,129.30,128.09,2815.08 +1033069887,The Last Session DVD,Theater,Theater,GBP,2012-11-15,1400.00,2012-10-31 01:11:57,1954.00,successful,112,GB,3096.34,3103.46,2223.56 +1033075604,The Dogs of East Town Village Photography Book,Photography,Photography,USD,2012-12-13,1513.00,2012-11-13 16:56:15,70.00,failed,2,US,70.00,70.00,1513.00 +1033077401,Soul Bohème - Bringing Beauty To The Basics <3,Apparel,Fashion,USD,2016-10-07,5000.00,2016-08-08 20:32:12,3.00,failed,3,US,0.00,3.00,5000.00 +1033078172,My Whole Kitchen,Food,Food,USD,2017-03-17,10000.00,2017-02-15 23:28:05,10400.00,successful,38,US,0.00,10400.00,10000.00 +1033078541,In the City Game Series (Canceled),Tabletop Games,Games,USD,2013-09-08,7500.00,2013-08-07 23:42:24,3875.00,canceled,37,US,3875.00,3875.00,7500.00 +"1033078579,""""""That One Night in Time""""- A Same-Sex Love Story"",Shorts,Film & Video,USD,2013-11-21,3500.00,2013-10-24 22:28:00,960.00,failed,9,US,960.00,960.00,3500.00" +1033082791,Traditional Enchilada sauce-Organic Edition (Canceled),Food,Food,USD,2014-04-12,50000.00,2014-03-13 15:45:45,76.00,canceled,3,US,76.00,76.00,50000.00 +1033086579,Lone Cosmonaut,Shorts,Film & Video,GBP,2014-03-21,2500.00,2014-02-19 16:37:38,2719.00,successful,92,GB,4549.05,4483.40,4122.28 +"1033090445,""The making of """"Dogrobe: A Dog's Wardrobe"""" photo book."",Photography,Photography,USD,2013-11-19,3500.00,2013-10-20 23:12:31,3680.00,successful,30,US,3680.00,3680.00,3500.00" +1033090631,EXCLUSIVE HANDCRAFTED SCARVES,Accessories,Fashion,USD,2016-02-13,5000.00,2016-01-04 18:13:05,241.00,failed,3,US,241.00,241.00,5000.00 +1033098921,Beautiful Big White,Documentary,Film & Video,CAD,2015-08-11,3862.00,2015-07-12 21:50:12,0.00,failed,0,CA,0.00,0.00,2960.75 +1033099739,Samurai Gaijin Vol 1,Comics,Comics,USD,2013-08-27,3000.00,2013-07-20 03:56:45,899.00,failed,17,US,899.00,899.00,3000.00 +1033099742,Great Adaptations - a children's book about evolution,Children's Books,Publishing,USD,2014-03-14,25000.00,2014-02-12 16:59:27,52026.59,successful,1620,US,52026.59,52026.59,25000.00 +1033109447,lecreativo.com (A unique online gallery),Art,Art,GBP,2016-09-29,7500.00,2016-09-14 11:17:27,0.00,failed,0,GB,0.00,0.00,9721.83 +1033109842,Prototypo | Streamlining font creation,Web,Technology,GBP,2014-05-09,12000.00,2014-04-08 16:32:05,34133.37,successful,1670,GB,56570.18,57557.58,20235.06 +1033114039,C&G (Canceled),Art,Art,EUR,2015-07-13,29000.00,2015-06-05 12:45:16,0.00,canceled,0,FR,0.00,0.00,31578.03 +"1033117214,""The Good, The Bad, The Evil LP"",Hip-Hop,Music,CAD,2016-10-03,5000.00,2016-09-04 00:07:25,0.00,failed,0,CA,0.00,0.00,3767.61" +1033118481,Ohio Bison Sloppy Joes: Seconds by Jane Elaine,Food Trucks,Food,USD,2014-12-01,6000.00,2014-11-12 20:53:41,6184.00,successful,57,US,6184.00,6184.00,6000.00 +1033120,Fields of Fire: Miniatures rules for modern combat,Tabletop Games,Games,USD,2013-04-16,2500.00,2013-03-23 01:01:24,2575.00,successful,35,US,2575.00,2575.00,2500.00 +1033123915,CHEAT DAY (One Last Thing),Shorts,Film & Video,USD,2012-08-16,1500.00,2012-07-26 22:07:06,1616.03,successful,18,US,1616.03,1616.03,1500.00 +1033129158,Commuters,Webseries,Film & Video,USD,2013-06-30,14982.00,2013-05-31 15:46:01,15281.00,successful,95,US,15281.00,15281.00,14982.00 +1033130733,ZEBRAS - THE MOVIE (Canceled),Film & Video,Film & Video,AUD,2014-02-20,900000.00,2014-01-21 22:03:09,21916.00,canceled,46,AU,19256.88,19655.61,807174.89 +1033131158,Woodwear - The Mammoth Watch Collection,Fashion,Fashion,USD,2014-11-14,5000.00,2014-10-15 00:34:53,5015.00,successful,51,US,5015.00,5015.00,5000.00 +"1033138839,""QuiverGrip . . . Simple, Safe, Secure Surf board Storage"",Product Design,Design,USD,2017-07-19,7500.00,2017-06-19 17:55:51,9904.00,successful,139,US,629.00,9904.00,7500.00" +1033144006,Hobie - your personal time lapse tool,Product Design,Design,GBP,2015-09-26,10000.00,2015-08-22 07:29:56,26155.00,successful,773,GB,41035.75,39669.66,15167.14 +1033145727,Quest Keys - The Adventurer's Bottle Opener!,Design,Design,USD,2016-12-17,3500.00,2016-11-11 23:59:53,6808.00,successful,162,US,2850.00,6808.00,3500.00 +1033151108,Urban Day Bag - The Modern Office and Travel Bag,Product Design,Design,USD,2017-11-23,11800.00,2017-10-23 18:59:32,5185.00,canceled,49,US,1803.00,5185.00,11800.00 +1033155804,Tales of 1947 - A Play (Canceled),Theater,Theater,GBP,2014-03-12,10000.00,2014-02-19 00:29:22,110.00,canceled,4,GB,184.76,182.54,16594.76 +1033157766,HalloWEEn Tales Vol. 1 - a fiction magazine for kids,Children's Books,Publishing,USD,2014-09-07,3000.00,2014-07-29 01:42:23,326.00,failed,10,US,326.00,326.00,3000.00 +1033159692,The Trump Dump,Gadgets,Technology,CAD,2017-09-08,25000.00,2017-08-09 02:51:30,1400.00,canceled,30,CA,1112.15,1158.27,20683.38 +1033164017,Our Harambee - Good Eye Video travels to Kenya to create videos for non-profits!,Documentary,Film & Video,USD,2010-05-01,10000.00,2010-04-07 12:26:56,11100.00,successful,92,US,11100.00,11100.00,10000.00 +1033179974,Promo,Hip-Hop,Music,USD,2016-07-05,6000.00,2016-06-05 00:02:39,0.00,failed,0,US,0.00,0.00,6000.00 +1033181268,My Debut Album,Music,Music,USD,2018-01-01,1500.00,2017-12-11 21:34:39,5.00,failed,1,US,5.00,5.00,1500.00 +1033185321,MNML Wallet - The World's Slimmest RFID Leather Wallet,Product Design,Design,CAD,2017-09-08,25000.00,2017-07-10 11:08:36,29375.00,successful,153,CA,789.75,24302.97,20683.38 +"1033191626,""Metro6, a beautifully made film. Rolling to a stop near you."",Animation,Film & Video,USD,2017-09-02,60000.00,2017-07-25 03:19:36,47706.00,failed,146,US,510.00,47706.00,60000.00" +1033192334,Undead Apocalypse: War of the Damned (Canceled),Tabletop Games,Games,USD,2013-07-09,50000.00,2013-06-03 17:03:18,12560.00,canceled,172,US,12560.00,12560.00,50000.00 +1033195361,Heated Eye Pad: Relief for Digital Eye Strain,Wearables,Technology,USD,2017-04-29,50000.00,2017-02-28 05:18:15,1102.00,failed,8,US,327.00,1102.00,50000.00 +1033210505,Jewel of the Pile - Jewelry created with recycled materials,Jewelry,Fashion,USD,2014-07-31,10000.00,2014-07-11 01:27:11,10.00,failed,2,US,10.00,10.00,10000.00 +"1033219825,Becca Smith's First Original Album,Music,Music,USD,2014-11-22,2500.00,2014-10-23 03:51:01,2540.00,undefined,0,""N,0"""""",,2540.00,2500.00" +1033225277,SofViCK: Create Your Own LED-installed Alien Toy Figures,Sculpture,Art,USD,2017-06-01,3000.00,2017-05-08 19:00:09,4340.00,canceled,102,US,174.00,4340.00,3000.00 +1033243837,MazzMuse - The Recording Project,Music,Music,USD,2013-12-19,16000.00,2013-11-19 19:00:37,17777.10,successful,242,US,17777.10,17777.10,16000.00 +103324484,ICE CHIME - a dynamic winter sculpture,Sculpture,Art,USD,2011-01-16,7500.00,2010-11-17 16:21:46,755.00,failed,14,US,755.00,755.00,7500.00 +"103324733,""Chaosmos: As the Universe Ends, the Hunt Begins!"",Tabletop Games,Games,USD,2014-02-03,40000.00,2014-01-02 23:57:44,136361.60,successful,1667,US,136361.60,136361.60,40000.00" +1033259347,Silver Linings Art Exhibition,Art,Art,GBP,2014-07-04,50.00,2014-06-14 19:54:20,65.00,successful,4,GB,110.13,111.43,85.72 +1033278953,Stormdeck - Sparking inspiration for graphic designers,Graphic Design,Design,GBP,2015-08-05,5000.00,2015-07-01 16:03:58,11895.00,successful,503,GB,18709.45,18457.31,7758.43 +1033284314,Atomic Dice: Machined Aluminum Polyhedral Gaming Dice,Tabletop Games,Games,USD,2014-02-20,4250.00,2014-01-18 01:35:08,2465.00,failed,76,US,2465.00,2465.00,4250.00 +103328551,FitBricks,Product Design,Design,CAD,2014-12-06,19000.00,2014-10-31 00:16:13,295.00,failed,7,CA,263.91,254.75,16407.60 +1033288127,ALTAR: A New Feature-Length Horror Film,Horror,Film & Video,USD,2014-10-02,40000.00,2014-09-02 18:02:20,40976.00,successful,127,US,40976.00,40976.00,40000.00 +"1033289373,""""""The Recording Of The Century"""", by Martin Bisi"",Rock,Music,EUR,2015-10-08,3000.00,2015-09-12 02:39:23,5052.11,successful,88,DE,5663.27,5740.19,3408.59" +1033289651,Reloadable string pack for weed wackers and professionals,Product Design,Design,USD,2015-02-04,30000.00,2015-01-05 23:46:03,1.00,failed,1,US,1.00,1.00,30000.00 +1033289766,GIFT OF TEARS,Theater,Theater,USD,2014-03-29,30000.00,2014-01-28 04:59:55,95.00,failed,3,US,95.00,95.00,30000.00 +1033294451,A Chicago Vandercook Letterpress Studio,Design,Design,USD,2011-05-02,9750.00,2011-02-07 22:55:56,1256.00,failed,14,US,1256.00,1256.00,9750.00 +"1033299499,""""""BLOODSUCKERS"""""",Theater,Theater,USD,2012-09-20,10000.00,2012-08-21 02:06:53,117.00,failed,10,US,117.00,117.00,10000.00" +1033311681,NOUFLEX - a complete fitness system,Product Design,Design,USD,2017-01-01,30000.00,2016-11-30 04:07:37,2852.00,failed,14,US,0.00,2852.00,30000.00 +1033313968,COME OUT SWINGIN'!,Musical,Theater,USD,2016-05-18,1000.00,2016-05-03 22:34:12,1460.00,successful,38,US,1460.00,1460.00,1000.00 +1033318900,INFALLIBILITY at Fringe NYC,Theater,Theater,USD,2013-07-13,5000.00,2013-06-03 18:19:56,5935.13,successful,106,US,5935.13,5935.13,5000.00 +1033323145,LAUNCH By Lisa Conlin & Raena Rasmussen,Performances,Dance,USD,2016-08-05,7500.00,2016-07-06 03:51:43,7581.00,successful,31,US,40.00,7581.00,7500.00 +"1033325024,""Vinhos Deluxe Edition: Like fine wine, age has improved it!"",Tabletop Games,Games,USD,2016-02-25,30000.00,2016-01-29 06:57:58,268801.94,successful,2213,US,268801.94,268801.94,30000.00" +103333692,Our first Studio Recording,Rock,Music,USD,2015-02-02,10000.00,2014-12-19 22:30:05,80.00,failed,4,US,80.00,80.00,10000.00 +1033350825,Under The Influence: The Game,Playing Cards,Games,USD,2017-08-08,25000.00,2017-07-18 15:36:39,2651.00,canceled,31,US,1275.00,2651.00,25000.00 +1033353584,Highway Hustle - An Epic Road Building Tile Game (Canceled),Tabletop Games,Games,AUD,2014-04-26,15000.00,2014-03-27 08:21:04,2739.00,canceled,31,AU,2508.80,2536.11,13888.89 +1033358066,Drop Scream,Apps,Technology,USD,2015-10-14,30000.00,2015-09-15 23:34:11,0.00,failed,0,US,0.00,0.00,30000.00 +1033362735,Wreckhead Clothing,Apparel,Fashion,GBP,2018-01-17,1500.00,2017-12-18 00:23:55,5.00,live,1,GB,0.00,6.82,2045.97 +1033368704,Seek N' Sneak - Your robust robotic pet.,Robots,Technology,EUR,2015-07-19,10000.00,2015-06-04 08:46:54,4973.00,failed,30,DE,5550.42,5439.97,10939.00 +"1033370834,""Blacklist Watches: Swiss Made, Limited Production (Canceled)"",Product Design,Design,USD,2014-09-07,25000.00,2014-07-30 21:24:52,18458.00,canceled,48,US,18458.00,18458.00,25000.00" +1033374858,Slurricane #8,Comics,Comics,USD,2015-02-16,1500.00,2015-01-17 22:59:35,8454.00,successful,222,US,8454.00,8454.00,1500.00 +1033379330,goldno.8 Customizable Handbags,Accessories,Fashion,USD,2016-10-07,25000.00,2016-09-07 17:29:20,27190.00,successful,169,US,4170.00,27190.00,25000.00 +1033379680,Coil Accelerator (Coilgun) Research Project [EWS],DIY Electronics,Technology,USD,2015-03-04,1000.00,2015-02-17 09:53:02,100.00,failed,1,US,100.00,100.00,1000.00 +1033385683,Mjolnir Woods,Woodworking,Crafts,USD,2016-09-30,50000.00,2016-09-15 18:22:37,1.00,failed,1,US,0.00,1.00,50000.00 +1033386590,Bringing Sausage Heaven Down the Earth,Small Batch,Food,USD,2015-09-14,10000.00,2015-08-15 06:26:08,1.00,failed,1,US,1.00,1.00,10000.00 +1033389769,Silent Pain Game - Jeu du Silence (english-français),Tabletop Games,Games,EUR,2017-10-25,500.00,2017-09-05 18:02:42,0.00,canceled,0,FR,0.00,0.00,580.25 +1033394179,Let Bob Party,Public Art,Art,USD,2015-06-06,350.00,2015-05-23 07:16:04,65.00,failed,2,US,65.00,65.00,350.00 +1033396048,HI BABYBOO! \\\ Video Series & App for little kids.,Film & Video,Film & Video,USD,2013-11-25,150000.00,2013-10-30 16:03:59,49553.00,failed,238,US,49553.00,49553.00,150000.00 +1033402796,Underground Confessional,Theater,Theater,USD,2012-09-15,1000.00,2012-08-14 04:09:14,0.00,failed,0,US,0.00,0.00,1000.00 +"103340454,""Support, Support, Support """"The Preface""""!!!"",Hip-Hop,Music,USD,2011-03-17,1500.00,2011-01-06 06:19:16,0.00,failed,0,US,0.00,0.00,1500.00" +1033409930,The Rose Saga,Fiction,Publishing,USD,2017-10-20,1600.00,2017-09-13 17:02:21,150.00,failed,2,US,0.00,150.00,1600.00 +1033424586,Avalon's Food Sustainability Project,Food,Food,USD,2013-02-12,3000.00,2013-01-22 21:03:24,3887.00,successful,58,US,3887.00,3887.00,3000.00 +1033438506,Help Killing Monroe recored an EP,Music,Music,USD,2014-03-25,5800.00,2014-03-15 19:32:07,0.00,failed,0,US,0.00,0.00,5800.00 +1033445868,Lè Chlothar Bakery is the dream! Help make it come true!!,Restaurants,Food,USD,2015-09-18,10000.00,2015-08-19 03:06:43,20.00,canceled,1,US,20.00,20.00,10000.00 +1033464412,How to get the best performance out of a student,Academic,Publishing,USD,2015-04-04,2000.00,2015-03-09 18:51:00,0.00,failed,0,US,0.00,0.00,2000.00 +1033465069,In All Directions Photography (Canceled),Places,Photography,USD,2016-05-14,15000.00,2016-04-14 00:51:08,0.00,canceled,0,US,0.00,0.00,15000.00 +1033465746,Camless Engine,Technology,Technology,USD,2017-12-07,15000.00,2017-11-07 04:35:11,91.00,failed,6,US,30.00,91.00,15000.00 +1033475617,The Lams of Ludlow Street: The Photobook,Photobooks,Photography,USD,2015-03-06,28000.00,2015-02-04 20:00:59,33191.00,successful,185,US,33191.00,33191.00,28000.00 +1033478652,Musical Therapy,Faith,Music,USD,2014-10-05,10000.00,2014-08-06 21:39:25,25.00,failed,1,US,25.00,25.00,10000.00 +"1033480872,""FML! The Game - Life's a Joke, Laugh!"",Tabletop Games,Games,USD,2016-11-30,9999.00,2016-11-06 13:14:06,10365.00,successful,131,US,4040.00,10365.00,9999.00" +1033485325,One Love T-Shirts,Fashion,Fashion,USD,2012-03-13,3950.00,2012-02-07 06:31:45,25.00,failed,1,US,25.00,25.00,3950.00 +1033487202,NYE B-Movie Ball,Art,Art,USD,2011-11-19,3000.00,2011-10-29 01:33:39,3001.00,successful,25,US,3001.00,3001.00,3000.00 +1033489692,Stellarum,Video Games,Games,GBP,2015-12-12,1000.00,2015-11-12 18:28:16,36.00,failed,8,GB,54.62,53.68,1491.20 +1033490140,Bering Sea Storm,Nonfiction,Publishing,USD,2015-03-29,85000.00,2015-02-27 06:01:23,0.00,failed,0,US,0.00,0.00,85000.00 +"1033491716,I Aint Stopping here,Music,Music,USD,2015-04-09,5000.00,2015-03-09 23:44:39,1.00,undefined,0,""N,0"""""",,1.00,5000.00" +1033496887,Flowers in the Snow-Don't Ever Tell,Film & Video,Film & Video,USD,2014-07-24,100000.00,2014-06-24 04:02:00,0.00,failed,0,US,0.00,0.00,100000.00 +1033505240,Lightup Lego Lamp 8x8 Base,Product Design,Design,USD,2015-02-14,500.00,2015-01-15 20:12:27,576.00,successful,13,US,576.00,576.00,500.00 +1033506171,Peabody Highlanders (89/90) Digital Yearbooks,Periodicals,Publishing,USD,2016-06-18,300.00,2016-05-19 18:34:31,40.00,failed,2,US,40.00,40.00,300.00 +1033517535,upLIFTing Apparel,Fashion,Fashion,USD,2013-07-21,2500.00,2013-06-21 01:43:30,3105.00,successful,28,US,3105.00,3105.00,2500.00 +"1033528489,""Positive / Negative Magazine, Edition 7"",Publishing,Publishing,USD,2013-11-14,2000.00,2013-10-15 19:29:43,2346.00,successful,40,US,2346.00,2346.00,2000.00" +1033529082,Large Scale Ten Piece Emotional Watercolor Project,Painting,Art,USD,2012-07-30,300.00,2012-06-30 09:51:00,0.00,failed,0,US,0.00,0.00,300.00 +1033529637,Romance In The Outfield (Canceled),Film & Video,Film & Video,USD,2013-05-31,10000.00,2013-05-01 21:00:28,2800.00,canceled,3,US,2800.00,2800.00,10000.00 +1033530128,Hufflepuff Music Video,Film & Video,Film & Video,USD,2012-02-23,600.00,2012-01-23 23:06:47,688.00,successful,28,US,688.00,688.00,600.00 +103354559,Scarlett - Angel of Woe (Canceled),Comics,Comics,GBP,2016-03-29,3500.00,2016-03-01 22:20:12,1409.00,canceled,81,GB,1951.60,2016.23,5008.37 +1033546848,Quest: Awakening of Melior,Tabletop Games,Games,USD,2015-07-27,6500.00,2015-06-25 18:01:18,8076.00,successful,242,US,8076.00,8076.00,6500.00 +1033550095,BMX Ride,Video Games,Games,SEK,2015-05-21,350000.00,2015-04-15 08:26:50,2986.00,failed,25,SE,338.75,360.48,42253.18 +1033552956,Invisible Skin (Canceled),Shorts,Film & Video,USD,2015-08-19,5000.00,2015-07-20 22:37:32,0.00,canceled,0,US,0.00,0.00,5000.00 +1033558383,Petite Marie Organics: Natural Solutions for Skin Problems,Crafts,Crafts,GBP,2014-09-29,2000.00,2014-07-31 20:49:14,0.00,failed,0,GB,0.00,0.00,3213.26 +1033561144,A Soldier's Gift,Film & Video,Film & Video,USD,2015-05-13,75000.00,2015-04-03 02:28:03,33.00,failed,2,US,33.00,33.00,75000.00 +1033561396,Zen of the Dead,Publishing,Publishing,USD,2015-10-31,31.00,2015-10-01 03:56:50,435.00,successful,48,US,435.00,435.00,31.00 +1033562904,Java Paws: Coffee With a Conscience,Drinks,Food,USD,2014-10-04,60000.00,2014-09-04 00:41:22,70.00,failed,5,US,70.00,70.00,60000.00 +103356608,MonPets,Video Games,Games,USD,2012-06-24,60000.00,2012-05-05 15:48:16,180.00,failed,6,US,180.00,180.00,60000.00 +1033570110,ELEART,Product Design,Design,USD,2017-09-20,250.00,2017-09-01 14:46:50,15.00,failed,1,US,15.00,15.00,250.00 +"1033572673,""Mobile mounting system, wherever you are."",Product Design,Design,GBP,2015-09-25,12000.00,2015-08-26 12:30:32,640.00,failed,10,GB,1008.46,971.30,18211.90" +1033576266,Daimyo's Fall - A Treasure Hunting Deckbuilding Game,Tabletop Games,Games,EUR,2017-06-07,9200.00,2017-05-09 17:58:25,25319.00,successful,418,IT,6544.46,28296.66,10281.97 +1033576544,Sports Ear Protection Guard - Let kids play!!,Product Design,Design,USD,2014-04-06,25000.00,2014-03-07 18:05:15,815.00,failed,11,US,815.00,815.00,25000.00 +1033578658,Help PHILASIFER Fund his Tour and New Album !,Hip-Hop,Music,USD,2012-08-07,5000.00,2012-06-08 00:27:49,382.00,failed,12,US,382.00,382.00,5000.00 +103358480,Affordable local recording studio in a church in Nairne,Sound,Technology,AUD,2014-12-13,1500.00,2014-11-18 08:45:10,120.00,failed,2,AU,105.42,98.15,1226.89 +1033588197,At Odds Comic,Comics,Comics,USD,2012-07-02,2000.00,2012-06-02 02:08:49,70.00,failed,4,US,70.00,70.00,2000.00 +1033592876,Milqud - Fairy Tale Album,Rock,Music,GBP,2013-04-06,12500.00,2013-03-07 18:14:02,0.00,failed,0,GB,0.00,0.00,19200.93 +1033599317,Genuine Handcrafted Wood Earbuds,Technology,Technology,USD,2016-10-30,15000.00,2016-08-31 12:35:39,1316.00,failed,32,US,430.00,1316.00,15000.00 +1033604052,GRIT: Battle Race Card Game (Canceled),Tabletop Games,Games,USD,2012-11-12,20000.00,2012-10-02 18:44:35,120.00,canceled,4,US,120.00,120.00,20000.00 +1033609747,Fishy Trader (Canceled),Games,Games,GBP,2014-11-19,5000.00,2014-09-30 21:46:01,0.00,canceled,0,GB,0.00,0.00,7841.17 +1033611207,Bring inconnu magazine's Debut Issue to print!,Periodicals,Publishing,USD,2011-09-17,2000.00,2011-08-18 04:54:29,2856.00,successful,58,US,2856.00,2856.00,2000.00 +1033621508,Building An Empire Documentary,Documentary,Film & Video,GBP,2015-07-31,30015.00,2015-06-11 01:00:46,0.00,failed,0,GB,0.00,0.00,46750.88 +1033624931,Book of Fears EP,Indie Rock,Music,USD,2015-11-19,3000.00,2015-10-20 23:39:33,6533.00,successful,236,US,6533.00,6533.00,3000.00 +1033635328,What Will a .22 do?,Webseries,Film & Video,AUD,2014-12-25,4000.00,2014-11-25 12:41:49,0.00,failed,0,AU,0.00,0.00,3245.96 +1033636780,The Perils of Petunia PapSmear,Fiction,Publishing,USD,2012-10-28,500.00,2012-10-13 02:12:56,600.00,successful,12,US,600.00,600.00,500.00 +1033636964,ED vs IT: SOS,Film & Video,Film & Video,USD,2017-04-05,2800.00,2017-03-26 00:05:27,0.00,failed,0,US,0.00,0.00,2800.00 +1033638553,JOURNEY OM: Into the Heart of India • A Cinematic Pilgrimage,Documentary,Film & Video,USD,2015-04-24,15000.00,2015-03-15 06:19:57,26100.00,successful,303,US,26100.00,26100.00,15000.00 +1033649306,Gloop Magazine: News Publication for Tweens and Teens,Young Adult,Publishing,USD,2016-01-12,8000.00,2015-12-02 01:43:01,4943.00,failed,54,US,4943.00,4943.00,8000.00 +1033649469,Sassy Foot Fashion,Fashion,Fashion,USD,2017-07-21,20000.00,2017-06-18 23:33:39,0.00,failed,0,US,0.00,0.00,20000.00 +1033650420,Vision Illustrated: Fantastic Art And The Creative Process,Art Books,Publishing,USD,2016-10-07,10000.00,2016-09-07 01:31:21,1117.00,failed,35,US,310.00,1117.00,10000.00 +"1033651300,""The Wreckage, Debut EP"",Rock,Music,USD,2011-06-17,1000.00,2011-05-18 13:21:17,0.00,failed,0,US,0.00,0.00,1000.00" +1033652318,Help David Vincent complete his 1st TexMex Country CD,Music,Music,USD,2016-09-17,1500.00,2016-08-21 04:26:10,101.00,failed,2,US,0.00,101.00,1500.00 +1033654629,Lost Behind Stars,Video Games,Games,USD,2013-08-10,10000.00,2013-07-11 06:53:53,797.00,failed,48,US,797.00,797.00,10000.00 +1033655355,Restore Galveston Bay,Documentary,Film & Video,USD,2016-10-29,700.00,2016-10-02 12:41:15,725.00,successful,25,US,130.00,725.00,700.00 +1033658623,Mission Dolores Mural: Revealing SF's Hidden Mural,Art,Art,USD,2011-04-06,8299.00,2011-02-18 00:59:08,2169.00,failed,41,US,2169.00,2169.00,8299.00 +1033658730,Creation of Edwardian/1910 Costume to wear at WW1 Event,Fashion,Fashion,GBP,2014-06-30,200.00,2014-05-31 00:41:00,0.00,failed,0,GB,0.00,0.00,342.87 +1033660020,Dongers: A Wisconsin Thing,Food Trucks,Food,USD,2015-05-08,12000.00,2015-03-09 05:35:28,12662.00,successful,110,US,12662.00,12662.00,12000.00 +1033664477,PSY Gangnam Style Neo Pop Art: Limited Edition Campaign,Painting,Art,USD,2017-08-08,5795.00,2017-07-09 01:56:12,0.00,failed,0,US,0.00,0.00,5795.00 +1033666771,Wax & Wane,Comics,Comics,CAD,2016-11-01,5500.00,2016-10-02 04:33:43,6492.20,successful,143,CA,1217.58,4833.02,4094.39 +10336784,Art and Soul Boutique Line Expansion and Local Store Front,Childrenswear,Fashion,USD,2014-12-20,10000.00,2014-11-20 22:00:45,510.00,failed,12,US,510.00,510.00,10000.00 +1033681576,Community Theatre Elects Li'l Abner,Theater,Theater,USD,2012-05-14,5000.00,2012-04-16 22:45:34,1152.00,failed,18,US,1152.00,1152.00,5000.00 +1033681777,Paragon Bicycle® Playing Cards,Playing Cards,Games,GBP,2015-04-21,10000.00,2015-03-20 14:56:35,10561.00,successful,513,GB,15761.53,15967.64,15119.44 +1033684553,MusicDNA - Unique Music Memorabilia,Digital Art,Art,GBP,2014-06-22,500.00,2014-04-23 22:19:02,3762.00,successful,151,GB,6318.11,6407.66,851.63 +1033689032,Be a part of the James Peipon Quartet's debut album!,Country & Folk,Music,USD,2010-06-27,4000.00,2010-05-27 04:37:38,1970.00,failed,54,US,1970.00,1970.00,4000.00 +103369186,The Wholesome Child Nutrition Guide & Recipe Book,Cookbooks,Food,AUD,2016-08-12,45000.00,2016-07-13 04:35:40,45176.00,successful,407,AU,5271.81,34678.74,34543.64 +1033692502,Graphic Chart,Graphic Design,Design,USD,2013-09-06,2850.00,2013-08-10 18:16:45,31.00,failed,3,US,31.00,31.00,2850.00 +1033693168,Detroit Board and Beautify,Public Art,Art,USD,2015-09-11,2000.00,2015-07-13 00:37:18,2203.00,successful,38,US,2203.00,2203.00,2000.00 +1033703962,Chasing Stars,Animation,Film & Video,USD,2014-05-18,1000.00,2014-04-18 18:58:12,1496.00,successful,23,US,1496.00,1496.00,1000.00 +1033713393,Pest 1435 - Untote im mittelalterlichen Wien,Comic Books,Comics,EUR,2016-07-08,4000.00,2016-06-03 21:18:07,5430.00,successful,161,AT,5663.34,6011.03,4428.01 +1033719210,Spectrum Presents: Blood Brothers,Theater,Theater,USD,2012-11-04,1000.00,2012-10-05 22:00:08,1057.00,successful,11,US,1057.00,1057.00,1000.00 +103372022,Do Good. Drink Well.,Drinks,Food,USD,2015-03-18,15000.00,2015-02-16 15:17:23,18056.00,successful,231,US,18056.00,18056.00,15000.00 +1033723681,Untold stories and a unique digital magazine experience,Periodicals,Publishing,GBP,2014-10-05,3500.00,2014-09-05 12:54:56,612.00,failed,32,GB,1007.26,981.29,5611.94 +1033724155,Saving Utah,Photography,Photography,USD,2015-04-25,2135.00,2015-03-26 21:34:04,20.00,failed,2,US,20.00,20.00,2135.00 +1033734515,SoSwol- Gym Apparel From Soldiers to You!,Apparel,Fashion,USD,2014-12-20,1500.00,2014-11-20 03:31:21,73.00,failed,3,US,73.00,73.00,1500.00 +"1033740322,""Vinyls, The Movie"",Narrative Film,Film & Video,USD,2015-10-30,85000.00,2015-08-31 15:20:15,22.00,failed,2,US,22.00,22.00,85000.00" +1033751447,The Perfect Pan Cuts Pancake Cutter,Product Design,Design,USD,2016-09-22,40000.00,2016-08-23 05:38:09,0.00,canceled,0,US,0.00,0.00,40000.00 +1033760424,Fresh Flow Kingz Full Length Album (Canceled),Hip-Hop,Music,USD,2014-09-19,3500.00,2014-07-21 23:52:31,1.00,canceled,1,US,1.00,1.00,3500.00 +1033763476,The Drastic CHange Ministry,Hip-Hop,Music,USD,2013-10-04,1800.00,2013-09-04 17:31:37,161.00,failed,10,US,161.00,161.00,1800.00 +1033764012,Boost The POWER of Amie Martine : Book 2 in the Amie Series,Fiction,Publishing,USD,2017-01-31,900.00,2016-12-29 21:23:18,388.20,failed,21,US,130.20,388.20,900.00 +1033770540,Ultimate Potato Salad! (Suspended),Food,Food,GBP,2015-05-22,150000.00,2015-04-22 05:29:22,0.00,suspended,0,GB,0.00,0.00,234602.27 +1033782354,The Peculiar Book of Pumpkin Poetry,Children's Books,Publishing,USD,2015-10-24,20000.00,2015-09-24 02:57:41,2297.00,failed,33,US,2297.00,2297.00,20000.00 +1033789727,Feudi & The Scientist Debut Album,Hip-Hop,Music,AUD,2014-12-20,1100.00,2014-11-20 16:58:15,0.00,failed,0,AU,0.00,0.00,892.93 +1033804110,Help supply the kids with positive Hip Hop Music for FREE!,Hip-Hop,Music,USD,2010-10-09,5000.00,2010-09-09 20:44:40,0.00,failed,0,US,0.00,0.00,5000.00 +1033805855,Cork Toss,Live Games,Games,USD,2017-11-08,15000.00,2017-10-09 07:34:27,4197.00,failed,39,US,297.00,4197.00,15000.00 +103381371,The Christmas Department,Children's Books,Publishing,USD,2013-12-12,3000.00,2013-11-21 03:08:46,3070.00,successful,38,US,3070.00,3070.00,3000.00 +1033815325,Hunter's Weekend,Comedy,Film & Video,USD,2017-06-07,5000.00,2017-05-08 17:06:14,5135.01,successful,58,US,268.00,5135.01,5000.00 +1033817479,Elected The Game (Relaunch) (Canceled),Tabletop Games,Games,USD,2016-06-25,15000.00,2016-05-26 19:03:57,573.00,canceled,16,US,573.00,573.00,15000.00 +1033821670,Woby Design,Woodworking,Crafts,USD,2016-11-28,3500.00,2016-10-28 08:51:58,3548.00,successful,36,US,350.00,3548.00,3500.00 +1033825217,The Debut Portraits Album (Benn and Johnkew),Rock,Music,USD,2015-10-21,7500.00,2015-09-11 19:52:53,7875.97,successful,105,US,7875.97,7875.97,7500.00 +"1033833357,""Go-anywhere Blanket for Sports, Camping, Hanging Out"",Product Design,Design,USD,2014-11-16,15000.00,2014-10-02 02:25:42,17824.00,successful,257,US,17824.00,17824.00,15000.00" +1033835266,Porcelain Heart Music Video,Indie Rock,Music,USD,2012-05-26,2500.00,2012-04-26 17:57:20,1415.00,failed,16,US,1415.00,1415.00,2500.00 +1033836430,Sparks! - The kid's card game to bust boredom,Playing Cards,Games,USD,2015-06-28,150.00,2015-05-29 17:19:10,510.00,successful,25,US,510.00,510.00,150.00 +1033836732,VALISE II : COTE ATLANTIQUE,Art,Art,USD,2013-08-23,5000.00,2013-07-24 12:07:54,5560.00,successful,52,US,5560.00,5560.00,5000.00 +1033840086,Veterans' Voices : Mental Health and the Military,Theater,Theater,USD,2013-04-01,5000.00,2013-03-01 07:03:17,5145.00,successful,103,US,5145.00,5145.00,5000.00 +1033845336,Change the World One Mile at a Time with the Synergia App,Technology,Technology,USD,2015-03-06,30000.00,2015-01-05 19:49:03,492.00,failed,11,US,492.00,492.00,30000.00 +1033845447,Spookmart's Halloween 2017 Preorder,Festivals,Theater,USD,2017-04-18,10.00,2017-03-19 15:45:47,19.00,successful,1,US,19.00,19.00,10.00 +1033850331,CATALINA BY CAROLINE SACCONE SUMMER 2014 COLLECTION,Apparel,Fashion,USD,2014-05-10,18000.00,2014-04-10 01:54:43,1990.00,failed,22,US,1990.00,1990.00,18000.00 +"1033850816,""S U Z A N N E Ceremony, Headpieces and Accessories"",Accessories,Fashion,EUR,2016-12-28,3000.00,2016-11-28 17:04:39,855.00,failed,12,FR,15.89,901.25,3162.29" +1033861411,Car Seat Occupied Cover to Prevent Infant Heat Stroke,Product Design,Design,USD,2016-07-08,31500.00,2016-05-09 11:36:27,1.00,canceled,1,US,1.00,1.00,31500.00 +1033871807,Spread Goodness around Atlanta,Food,Food,USD,2011-08-04,7000.00,2011-06-20 17:59:25,8845.00,successful,172,US,8845.00,8845.00,7000.00 +1033874494,Waterproof Bluetooth Item Tracker for iPhone & Android.,Technology,Technology,CAD,2014-10-08,20000.00,2014-09-03 08:51:23,1616.00,canceled,38,CA,1484.41,1443.24,17861.93 +1033877346,Pi:Traffic Light Shield for Raspberry Pi 3,DIY Electronics,Technology,GBP,2017-08-18,5000.00,2017-07-19 16:52:10,5040.00,successful,42,GB,151.87,6488.74,6437.24 +103388839,Hero's Journey Home - Old School Fantasy Tabletop Card Game,Tabletop Games,Games,USD,2017-05-31,4200.00,2017-05-01 16:54:41,9469.00,successful,266,US,9282.00,9469.00,4200.00 +1033892297,UNTITLED (A Love Story),Conceptual Art,Art,USD,2015-03-04,2000.00,2015-02-22 20:55:43,2000.00,successful,14,US,2000.00,2000.00,2000.00 +1033900588,It is time to introduce AVA Dance Company to the world!,Performances,Dance,GBP,2014-10-05,7000.00,2014-08-28 06:00:32,7635.00,successful,129,GB,12635.92,12242.05,11223.88 +1033901674,Angel Lane EP! (Canceled),Music,Music,USD,2015-12-17,10000.00,2015-10-18 18:17:30,0.00,canceled,0,US,0.00,0.00,10000.00 +1033901875,My Name Is Sir Lanka,Fiction,Publishing,SEK,2015-12-20,6000.00,2015-11-20 05:41:59,1670.00,failed,4,SE,190.71,198.93,714.71 +1033907253,Operation Website Design: Help us create a new website!,Graphic Design,Design,USD,2014-12-05,5000.00,2014-11-05 20:55:49,0.00,canceled,0,US,0.00,0.00,5000.00 +1033913644,Space Princess Maggie,Children's Books,Publishing,USD,2016-01-23,7000.00,2015-12-24 10:10:10,12851.00,successful,66,US,12851.00,12851.00,7000.00 +1033922036,SUCCESS via astronomy-rules 4 personal & business-strategies,Nonfiction,Publishing,GBP,2016-06-15,25000.00,2016-04-22 17:29:09,0.00,failed,0,GB,0.00,0.00,35717.86 +"1033927979,""Father, (Sins of the)"",Thrillers,Film & Video,USD,2016-07-18,10000.00,2016-06-18 02:06:45,1110.00,failed,20,US,1085.00,1110.00,10000.00" +1033928847,Master of Spies card game,Tabletop Games,Games,USD,2017-04-26,3000.00,2017-03-27 17:32:59,4107.00,successful,80,US,836.00,4107.00,3000.00 +103393544,BLASON BLACK (marque de vêtement),Fashion,Fashion,EUR,2016-09-01,20000.00,2016-07-29 20:19:32,0.00,failed,0,FR,0.00,0.00,22385.89 +1033939229,Chaise Candie's Second Studio Album!,Music,Music,USD,2013-06-20,7500.00,2013-05-21 15:18:06,10111.00,successful,104,US,10111.00,10111.00,7500.00 +1033947460,Mies i100: The Ultimate Amplifier for Vinyl Lovers,Hardware,Technology,CAD,2014-03-13,30000.00,2014-02-11 18:52:01,45041.14,successful,141,CA,40837.57,40625.18,27058.72 +1033952486,The modular citywall project for tabletop games!,Tabletop Games,Games,EUR,2015-10-31,39990.00,2015-10-01 20:40:53,0.00,failed,0,DE,0.00,0.00,43445.20 +1033959953,CRAVE.Sustaining Our Food Heritage.,Events,Food,SGD,2016-10-17,50000.00,2016-09-17 20:43:50,20.00,failed,1,SG,0.00,14.34,35857.72 +1033963413,Super Smash Bros Las Vegas Official Tournament (Canceled),Video Games,Games,USD,2014-10-25,500.00,2014-08-26 01:26:33,0.00,canceled,0,US,0.00,0.00,500.00 +1033975682,LOVE SOMEBODY TEES,Fashion,Fashion,USD,2012-08-13,500.00,2012-07-28 00:27:18,80.00,failed,4,US,80.00,80.00,500.00 +1033978702,OUYA: A New Kind of Video Game Console,Gaming Hardware,Games,USD,2012-08-09,950000.00,2012-07-10 14:44:41,8596474.58,successful,63416,US,8596474.58,8596474.58,950000.00 +1033986854,HOPE Virtue Dolls,Crafts,Crafts,USD,2014-08-14,500.00,2014-07-15 23:32:24,1084.79,successful,28,US,1084.79,1084.79,500.00 +1033987668,SHORT FILM: The Midnight Voyage,Shorts,Film & Video,USD,2011-10-31,1500.00,2011-09-22 04:56:43,1548.00,successful,36,US,1548.00,1548.00,1500.00 +1033991776,Red Ash -Magicicada- by STUDIO4?,Animation,Film & Video,USD,2015-08-03,150000.00,2015-07-04 20:30:33,162882.47,successful,1869,US,162882.47,162882.47,150000.00 +1033991902,Oakland University's Gold Vibrations Debut Album,Pop,Music,USD,2014-06-02,6000.00,2014-04-18 00:06:41,1436.00,failed,23,US,1436.00,1436.00,6000.00 +103399224,CD’s BBQ,Food Trucks,Food,USD,2017-12-31,9800.00,2017-12-08 13:12:51,0.00,failed,0,US,0.00,0.00,9800.00 +1033996043,Ruach Rock,Rock,Music,USD,2010-04-09,5000.00,2010-03-03 04:54:25,5019.00,successful,56,US,5019.00,5019.00,5000.00 +"103401558,""Tyni Wallet RFID - Stylish , Slim and Secure."",Design,Design,USD,2016-09-15,1500.00,2016-08-09 18:30:34,48296.00,successful,1349,US,815.00,48296.00,1500.00" +1034015765,Furreal- fun beanies. (Canceled),Accessories,Fashion,NZD,2014-11-16,750.00,2014-10-17 19:16:31,158.00,canceled,6,NZ,126.27,125.16,594.11 +1034018955,The Mancos Project and Team Earth Elite Documentary,Documentary,Film & Video,USD,2012-09-01,14850.00,2012-07-11 21:20:05,2599.50,failed,31,US,2599.50,2599.50,14850.00 +1034025569,All Shoujo Eyes On Me,Apparel,Fashion,USD,2015-03-09,4840.00,2015-02-07 23:32:14,262.00,failed,15,US,262.00,262.00,4840.00 +1034025695,Collateral Damage- America's MIA Families,Documentary,Film & Video,USD,2013-11-06,235000.00,2013-10-02 00:09:35,955.00,failed,9,US,955.00,955.00,235000.00 +1034031515,REVENGE OVER LIFE DEATH OVER REVENGE - ZION EP/ALBUM,Hip-Hop,Music,USD,2016-02-26,50000.00,2015-12-28 00:27:56,30.00,canceled,1,US,30.00,30.00,50000.00 +103403827,Notes,Shorts,Film & Video,USD,2014-03-27,4000.00,2014-03-02 04:56:22,400.00,failed,6,US,400.00,400.00,4000.00 +1034042329,The Firesteel: A Novel,Fiction,Publishing,USD,2015-08-06,6500.00,2015-07-07 17:37:24,8220.37,successful,155,US,8220.37,8220.37,6500.00 +1034042757,INCLUSION ISLAND – A CHILDREN’S BOOK,Children's Books,Publishing,USD,2016-09-05,1000.00,2016-08-02 23:43:18,1452.00,successful,23,US,350.00,1452.00,1000.00 +1034056231,The Box comic book,Comic Books,Comics,USD,2014-07-08,1000.00,2014-06-07 01:29:38,1690.00,successful,38,US,1690.00,1690.00,1000.00 +1034057379,FM 999-3 Counter Zombie Operations at the Fireteam Level,Nonfiction,Publishing,USD,2013-06-19,200.00,2013-05-20 22:37:40,1308.00,successful,62,US,1308.00,1308.00,200.00 +1034073241,Sherryvallies (Canceled),Documentary,Film & Video,GBP,2015-05-31,10000.00,2015-05-01 22:20:01,2059.00,canceled,49,GB,3177.23,3156.72,15331.31 +1034084892,Suavenation EP by Nick Suave (formerly S.O.U.P.S.),Hip-Hop,Music,USD,2016-03-06,1000.00,2016-02-11 04:55:17,1.00,failed,1,US,1.00,1.00,1000.00 +1034086127,SLAG Mag: Issue 2-The Return,Art Books,Publishing,USD,2014-04-05,300.00,2014-03-10 18:11:06,305.00,successful,15,US,305.00,305.00,300.00 +1034089422,Tiny Zombies - The Cooperative Zombie Survival Game!,Tabletop Games,Games,USD,2013-04-18,25000.00,2013-03-19 17:03:53,1673.00,canceled,32,US,1673.00,1673.00,25000.00 +1034094182,The Evolution Game System,Tabletop Games,Games,USD,2015-05-24,40000.00,2015-04-09 17:28:14,279915.00,successful,5051,US,279915.00,279915.00,40000.00 +1034096980,An Epidemic of Distortions: REDEPLOYED - Veteran PTSD,Documentary,Film & Video,USD,2014-09-23,130000.00,2014-09-08 01:47:28,536.00,failed,9,US,536.00,536.00,130000.00 +1034098597,WRITE-ME-A-HIT where unknown songwriters competition,Music,Music,USD,2014-01-31,560000.00,2014-01-01 00:16:35,0.00,failed,0,US,0.00,0.00,560000.00 +1034100322,500 Views of Japan,Photobooks,Photography,CAD,2016-06-09,1000.00,2016-05-25 22:47:41,1011.00,successful,6,CA,768.85,793.07,784.44 +1034102932,Thrice Illustrious - Inaugural Enamel pin set,Graphic Design,Design,USD,2016-07-22,1370.00,2016-06-22 17:50:18,124.00,failed,4,US,124.00,124.00,1370.00 +1034105026,Klean Kup .,Product Design,Design,USD,2017-01-12,3000.00,2016-11-28 18:30:26,0.00,failed,0,US,0.00,0.00,3000.00 +1034108331,Amorous Wet: Walt Whitman in Love,Theater,Theater,USD,2012-07-23,650.00,2012-07-06 23:52:57,690.00,successful,16,US,690.00,690.00,650.00 +1034111516,Cosplay,Performance Art,Art,USD,2014-06-29,500.00,2014-05-30 23:47:23,40.00,failed,3,US,40.00,40.00,500.00 +1034113445,Prince Pangur the Fluffy: ReFluffed Edition!,Graphic Novels,Comics,USD,2017-05-05,5000.00,2017-04-05 16:00:05,7195.00,successful,88,US,1239.00,7195.00,5000.00 +"1034115748,""Mixing Accents, Blending Music, Making My First Record!"",World Music,Music,USD,2013-10-30,7000.00,2013-10-01 18:30:27,7587.00,successful,158,US,7587.00,7587.00,7000.00" +1034115822,Spook's music lifts the spirit,Electronic Music,Music,EUR,2015-09-01,5000.00,2015-07-03 10:16:39,25.00,failed,2,IT,27.66,27.84,5568.98 +1034128428,Nasty Rhymes and Rope to début quality prints at Asylum,Art,Art,AUD,2015-03-03,700.00,2015-02-17 23:56:20,80.00,failed,5,AU,62.29,62.69,548.55 +1034134142,Trial Batch,Small Batch,Food,USD,2017-10-11,600.00,2017-09-11 18:00:32,260.00,failed,15,US,190.00,260.00,600.00 +1034134370,Cry Wolf,Games,Games,CAD,2014-07-12,35000.00,2014-06-12 20:43:48,25.00,failed,1,CA,22.94,23.27,32573.29 +"1034136092,Steam Productions,Music,Music,USD,2015-06-03,5000.00,2015-05-04 07:02:05,0.00,undefined,0,""N,0"""""",,0.00,5000.00" +1034140194,Tickets to an Event,Public Art,Art,USD,2013-06-21,1500.00,2013-05-27 23:45:40,1520.00,successful,53,US,1520.00,1520.00,1500.00 +1034142413,Always Going Somewhere,Documentary,Film & Video,USD,2015-08-31,500.00,2015-07-24 19:21:10,640.00,successful,15,US,640.00,640.00,500.00 +"1034144745,""""""YOUR NAME"""" Graffiti Art"",Art,Art,EUR,2017-02-24,200.00,2017-02-04 20:32:36,471.00,successful,29,ES,221.60,499.68,212.18" +1034149276,Cosmos Harvesters: Futuristic Ballistic,Rock,Music,USD,2012-01-20,300.00,2011-12-21 03:48:15,4.00,failed,1,US,4.00,4.00,300.00 +"1034157304,""The Love, lost and Found"",Print,Journalism,USD,2016-07-29,2500.00,2016-06-29 00:05:45,0.00,failed,0,US,0.00,0.00,2500.00" +"1034159611,""Lux: The First, Ultra-Quality, 3-Axis Stabilizers"",Camera Equipment,Technology,CAD,2017-12-01,30000.00,2017-10-27 21:02:29,31988.00,successful,83,CA,2090.18,24846.98,23302.78" +1034167277,President Wars- A Card And Dice Battle Through The Centuries,Tabletop Games,Games,USD,2014-01-29,8500.00,2013-12-25 09:00:17,1270.00,failed,62,US,1270.00,1270.00,8500.00 +1034168116,I Heart Boy Book Launch ,Photography,Photography,USD,2011-01-25,2500.00,2010-12-26 21:09:35,416.00,failed,12,US,416.00,416.00,2500.00 +1034172347,Hudson Valley Circus Arts • Studio Launch!,Spaces,Dance,USD,2016-06-06,4500.00,2016-05-07 14:48:32,5782.00,successful,60,US,5782.00,5782.00,4500.00 +1034177974,S-117: A Halo Fan Short Film,Shorts,Film & Video,USD,2017-06-15,35000.00,2017-05-16 18:42:18,6497.00,failed,115,US,2068.00,6497.00,35000.00 +1034187704,Ciano Farmer Denim Co.,Fashion,Fashion,USD,2014-04-12,16000.00,2014-03-13 20:17:15,2363.00,failed,20,US,2363.00,2363.00,16000.00 +"1034190769,""One for the wall, a new T Shirt Line focusing on the Art"",Fashion,Fashion,GBP,2013-09-27,1000.00,2013-08-28 12:40:39,1847.00,successful,59,GB,2875.46,2976.54,1611.55" +"1034197042,""""""Pieces in Black:"""" Experimental Art Exhibit (Canceled)"",Mixed Media,Art,USD,2011-07-16,3412.00,2011-06-16 21:16:20,0.00,canceled,0,US,0.00,0.00,3412.00" +"1034203943,""Women of Fantasy.Women with Swords, Magic, and Kickass poses"",Photography,Photography,USD,2013-03-09,150.00,2013-02-27 18:39:49,667.00,successful,15,US,667.00,667.00,150.00" +1034204573,hush,Hip-Hop,Music,USD,2016-08-21,15000.00,2016-08-01 00:58:29,0.00,failed,0,US,0.00,0.00,15000.00 +1034210261,Zossom Smartphone Handbands,Product Design,Design,USD,2015-05-04,500.00,2015-04-04 18:40:02,972.00,successful,54,US,972.00,972.00,500.00 +1034214816,Strain Wars: The Collage Deck,Playing Cards,Games,USD,2017-06-25,2500.00,2017-05-22 21:49:48,416.00,failed,8,US,147.00,416.00,2500.00 +1034218756,Portmanteau/The Hemline Index: Help Us Get To EdFringe 2014,Festivals,Theater,GBP,2014-07-30,1200.00,2014-06-26 15:54:53,1501.00,successful,51,GB,2548.02,2525.53,2019.08 +1034219582,3D Printer filament cart,3D Printing,Technology,USD,2016-07-03,6000.00,2016-06-03 21:39:58,870.00,failed,3,US,870.00,870.00,6000.00 +1034222439,A Reportage Portfolio of a Famous Actor Behind the Scenes,Painting,Art,USD,2011-10-28,8500.00,2011-10-03 16:40:59,90.00,failed,1,US,90.00,90.00,8500.00 +1034226015,Fish of the World Acrylic Charms (Canceled),Crafts,Crafts,USD,2014-08-09,500.00,2014-07-10 20:40:02,107.00,canceled,6,US,107.00,107.00,500.00 +1034226130,Oi Polloi! Chow trailer.,Food,Food,USD,2014-05-17,13000.00,2014-05-02 03:33:51,800.00,failed,7,US,800.00,800.00,13000.00 +1034228326,UFITMEALS brought to you by UF Nutrition Graduates,Restaurants,Food,USD,2015-09-14,8000.00,2015-08-25 20:10:39,0.00,canceled,0,US,0.00,0.00,8000.00 +"1034234910,""Koze - Lightweight, Inflatable, and Amazing Comfort Anywhere"",Product Design,Design,USD,2016-06-12,4000.00,2016-04-13 00:43:48,132536.00,suspended,1806,US,132536.00,132536.00,4000.00" +"1034238306,""Completing """"Awesome Opossum"""""",Indie Rock,Music,USD,2012-08-31,515.00,2012-08-08 17:45:17,790.00,successful,30,US,790.00,790.00,515.00" +1034242712,LADIES OF LITERATURE: VOLUME 2 Illustration Anthology,Illustration,Art,USD,2015-04-22,18000.00,2015-03-20 17:37:16,39073.00,successful,939,US,39073.00,39073.00,18000.00 +1034245801,Rennie – An App for More Fun at Renaissance Festivals,Apps,Technology,USD,2017-11-01,40000.00,2017-10-02 19:17:08,40.00,canceled,2,US,20.00,40.00,40000.00 +1034248881,Delicious vapors labs in your pocket everywhere!,Software,Technology,USD,2015-05-10,1999.00,2015-04-20 17:00:15,0.00,failed,0,US,0.00,0.00,1999.00 +1034257509,Exciting new feature length MMA film - Fight to the Finish!,Narrative Film,Film & Video,USD,2013-10-31,10000.00,2013-10-01 05:43:21,100.00,failed,3,US,100.00,100.00,10000.00 +1034257523,3D Circuit Printing Kit,3D Printing,Technology,USD,2015-08-31,3500.00,2015-08-01 16:01:19,2450.00,failed,27,US,2450.00,2450.00,3500.00 +1034257529,Building a Home for JD Dance Company in North Long Beach,Spaces,Dance,USD,2017-06-24,2700.00,2017-06-10 00:13:55,400.00,failed,5,US,25.00,400.00,2700.00 +1034258247,The Lost Road to Hope Promotional Project,Fiction,Publishing,USD,2014-07-07,3800.00,2014-06-12 22:45:51,275.00,failed,4,US,275.00,275.00,3800.00 +"1034269887,""Dopning, dieter och drivkrafter. Självbiografi, Mats Kardell"",Nonfiction,Publishing,SEK,2015-04-17,85000.00,2015-03-18 12:29:20,30520.00,failed,76,SE,3522.22,3551.85,9892.12" +1034288962,Stoner Art,Art,Art,USD,2015-10-21,1000.00,2015-09-21 22:09:59,0.00,failed,0,US,0.00,0.00,1000.00 +1034291490,RoBoMo stage II - Automatic Electric Robot Lawnmower.,Hardware,Technology,USD,2013-05-20,2000.00,2013-03-21 18:41:31,1637.00,canceled,10,US,1637.00,1637.00,2000.00 +1034302399,Victoriana- A cooperative game of intrigue and investigation,Tabletop Games,Games,USD,2016-03-09,42000.00,2016-02-08 19:01:55,21220.00,canceled,398,US,21220.00,21220.00,42000.00 +1034303325,Drew Litton's 2017 Chicago Cubs Cartoon Calendar,Comics,Comics,USD,2016-12-02,4000.00,2016-11-02 13:13:12,7264.00,successful,193,US,1406.00,7264.00,4000.00 +103430819,Parcel Nest,Gadgets,Technology,AUD,2015-05-25,55000.00,2015-04-13 17:58:06,14150.00,failed,44,AU,10866.29,10826.32,42081.10 +1034312175,Amelia Earhart Flight Jacket,Apparel,Fashion,USD,2016-11-24,10000.00,2016-10-25 00:50:04,1310.00,failed,7,US,0.00,1310.00,10000.00 +1034314515,Living With Others,Film & Video,Film & Video,USD,2015-06-26,8000.00,2015-05-27 21:42:10,15206.00,successful,140,US,15206.00,15206.00,8000.00 +103431588,The PHISH-ing TRIP,Fiction,Publishing,USD,2016-07-01,1200.00,2016-06-16 01:26:20,138.00,failed,5,US,138.00,138.00,1200.00 +1034315928,Spirit Dragon Limited Edition Art Print,Digital Art,Art,USD,2017-03-01,400.00,2017-01-30 23:03:38,576.00,successful,10,US,0.00,576.00,400.00 +103431757,Acutas: Modern Playing Cards for a New Age,Playing Cards,Games,CAD,2017-01-16,6000.00,2016-12-17 20:56:16,1415.00,canceled,66,CA,1061.69,1058.18,4486.99 +1034340178,Dickhead,Plays,Theater,USD,2016-03-16,4000.00,2016-03-01 21:08:44,4216.00,successful,31,US,4216.00,4216.00,4000.00 +1034347620,Coming Over Music Video by LA Laura,Music Videos,Film & Video,USD,2016-08-31,1300.00,2016-08-01 23:21:58,108.00,failed,1,US,0.00,108.00,1300.00 +"1034353955,""Forged in Steel, a card driven strategy game for 2-4 players"",Tabletop Games,Games,USD,2015-02-03,15000.00,2015-01-06 03:40:18,20998.00,successful,253,US,20998.00,20998.00,15000.00" +1034355233,Jersey Shore Slots App for Android & iPhones/iPads,Mobile Games,Games,USD,2016-05-30,1400.00,2016-04-30 19:39:18,0.00,failed,0,US,0.00,0.00,1400.00 +1034355788,Fashion Design Womenswear – Master Collection,Ready-to-wear,Fashion,GBP,2017-09-11,500.00,2017-07-13 11:25:10,550.00,successful,18,GB,190.21,747.32,679.38 +1034358147,Parked 3D - NEW AppTV!!!,Product Design,Design,USD,2012-04-28,150000.00,2012-03-29 02:05:03,383.00,failed,20,US,383.00,383.00,150000.00 +10343646,HEALT-SHIRT,Fashion,Fashion,EUR,2016-08-06,70000.00,2016-07-07 00:31:22,100.00,failed,1,IT,0.00,111.58,78105.82 +1034365370,Ambyr D'Amato: Recording New Songs with Friends!,Music,Music,USD,2012-12-23,6500.00,2012-11-21 05:22:25,6547.00,successful,65,US,6547.00,6547.00,6500.00 +1034367534,Wanna be Rain Perry's icing on the cake?,Pop,Music,USD,2012-08-19,100.00,2012-07-15 09:03:42,340.00,successful,6,US,340.00,340.00,100.00 +1034368210,American 1320 Apparel,Apparel,Fashion,USD,2016-02-17,750.00,2016-01-28 02:00:29,55.00,failed,1,US,55.00,55.00,750.00 +1034368217,the Driftwood Singers make a record,Music,Music,USD,2010-07-10,400.00,2010-05-13 04:24:18,152.00,failed,2,US,152.00,152.00,400.00 +1034369631,Poetry for the Children of God,Children's Books,Publishing,USD,2016-02-16,20000.00,2015-12-18 01:35:18,0.00,failed,0,US,0.00,0.00,20000.00 +1034374550,SQUIRMISH: The Card Game of Brawling Beasties (Canceled),Tabletop Games,Games,USD,2016-06-12,14000.00,2016-05-13 13:37:13,4516.00,canceled,66,US,4516.00,4516.00,14000.00 +1034378419,Silly Time Productions: Season 1,Webseries,Film & Video,USD,2012-07-13,5250.00,2012-06-13 03:07:45,10.00,failed,1,US,10.00,10.00,5250.00 +"1034383338,""""""Scare Bear T"""""",Apparel,Fashion,USD,2014-07-01,1800.00,2014-06-10 09:32:59,192.00,failed,8,US,192.00,192.00,1800.00" +103439781,Disneyland Book of Secrets 2015 (Independent Magic),Nonfiction,Publishing,USD,2014-08-20,10000.00,2014-07-21 20:26:22,5.00,failed,1,US,5.00,5.00,10000.00 +1034400428,Kate's Desserts & Catering,Food,Food,USD,2015-03-07,28000.00,2015-02-05 01:59:11,101.00,failed,2,US,101.00,101.00,28000.00 +1034401456,Graffiti Station Clothing,Apparel,Fashion,USD,2015-09-10,5000.00,2015-08-11 22:25:54,0.00,failed,0,US,0.00,0.00,5000.00 +1034421321,Meritocracy - The Historical Card Game,Playing Cards,Games,CAD,2017-05-17,10000.00,2017-04-17 04:22:17,650.00,failed,9,CA,0.00,479.03,7369.74 +"1034427172,""Get Josh """"Mr. Skullhead"""" Nite to London. Kingdom of Loathing"",Graphic Novels,Comics,GBP,2014-10-17,3000.00,2014-10-07 15:58:37,76.00,failed,4,GB,121.43,122.51,4835.82" +1034433900,The Truth Behind Life Insurance,Nonfiction,Publishing,USD,2014-08-10,12000.00,2014-07-16 20:19:30,7.50,failed,1,US,7.50,7.50,12000.00 +1034443558,Fire and Flora: A seriously fun card game ... FOR SCIENCE!,Tabletop Games,Games,USD,2013-08-09,23000.00,2013-07-09 09:02:30,4778.00,failed,73,US,4778.00,4778.00,23000.00 +"1034448170,""""""Helter Skelter"""" by Bryan Cassiday"",Fiction,Publishing,USD,2011-07-16,5000.00,2011-06-16 02:51:52,0.00,failed,0,US,0.00,0.00,5000.00" +1034452493,Quattro - Album Recording,Music,Music,USD,2012-01-15,12000.00,2011-12-16 18:51:22,14472.18,successful,132,US,14472.18,14472.18,12000.00 +103445528,The Xtractiv Cooling System (Canceled),Technology,Technology,CAD,2015-03-13,15000.00,2015-02-11 21:44:05,0.00,canceled,0,CA,0.00,0.00,11779.49 +1034461257,Financiacion de Equipo de Edicion de video,Webseries,Film & Video,EUR,2016-09-05,2300.00,2016-07-07 01:56:53,5.00,failed,1,ES,5.57,5.63,2591.64 +1034464228,The International - a video tripod (Canceled),Product Design,Design,USD,2015-12-15,100000.00,2015-11-13 06:00:30,79875.00,canceled,73,US,79875.00,79875.00,100000.00 +103446627,G.A.F. about D.I.L.L.I.G.A.F.,Product Design,Design,USD,2014-06-18,3500.00,2014-05-19 17:06:04,6235.00,successful,25,US,6235.00,6235.00,3500.00 +1034469308,eKET,Apps,Technology,GBP,2015-04-28,18000.00,2015-03-27 17:59:34,0.00,failed,0,GB,0.00,0.00,27779.06 +103447196,Shadow World - Book 1: Black,Fiction,Publishing,USD,2018-01-28,75000.00,2017-12-29 01:11:14,0.00,live,0,US,0.00,0.00,75000.00 +1034476060,Brandon Ward: October 2013,Nonfiction,Publishing,USD,2013-11-05,7500.00,2013-10-08 18:30:30,0.00,failed,0,US,0.00,0.00,7500.00 +"103447756,""Raydioo The Debut Album """"Ready For War"""""",Music,Music,USD,2012-08-15,3000.00,2012-07-16 23:17:34,10.00,failed,1,US,10.00,10.00,3000.00" +1034483023,Serpent | Stylish Racing Gaming/Office Chair (Suspended),Product Design,Design,USD,2015-10-13,7000.00,2015-08-14 01:37:12,840.00,suspended,2,US,840.00,840.00,7000.00 +1034490633,Happybutton Cartoons,Illustration,Art,USD,2016-03-31,500.00,2016-03-03 23:47:02,1.00,failed,1,US,1.00,1.00,500.00 +1034492631,Radio Toxic: Underground Bass Web Radio Station,Radio & Podcasts,Publishing,CAD,2014-12-05,10000.00,2014-11-05 23:05:29,1555.00,failed,12,CA,1371.36,1364.75,8776.55 +1034494518,Help Us (Bargain Bin Heroes) Release Our 1st EP!,Punk,Music,USD,2015-09-22,500.00,2015-08-23 18:48:09,546.00,successful,29,US,546.00,546.00,500.00 +"103449821,""Valencia: The Movies, Chapter 12 (Valentine's Day!)"",Shorts,Film & Video,USD,2011-09-06,500.00,2011-08-25 20:47:58,595.00,successful,28,US,595.00,595.00,500.00" +1034501419,ARM based WAV sound player / recorder module for AVR/ARM ..,Hardware,Technology,USD,2015-07-19,700.00,2015-06-29 16:18:19,962.00,successful,21,US,962.00,962.00,700.00 +1034501467,Elmos: The smallest carry-on air purifier,Design,Design,USD,2014-10-31,2000.00,2014-10-02 00:15:43,5056.00,successful,73,US,5056.00,5056.00,2000.00 +1034520758,Organic Mini Pies (Canceled),Food,Food,USD,2015-12-29,20000.00,2015-12-01 02:29:51,0.00,canceled,0,US,0.00,0.00,20000.00 +1034520994,T. L. Wortherly Records Debut CD Relationship Advice,Music,Music,USD,2012-07-30,4000.00,2012-06-30 14:27:04,550.00,failed,2,US,550.00,550.00,4000.00 +1034531450,COMBINATION - An exciting family card game with a new twist!,Tabletop Games,Games,USD,2014-09-01,2000.00,2014-07-28 01:41:59,2014.00,successful,62,US,2014.00,2014.00,2000.00 +1034531649,Saxophone,Theater,Theater,USD,2014-12-24,5000.00,2014-11-24 01:14:55,5316.00,successful,63,US,5316.00,5316.00,5000.00 +"1034539612,Batman Dead End; A Ten Year Retrospective,Film & Video,Film & Video,USD,2013-03-28,12500.00,2013-02-26 16:03:32,13675.00,successful,213,US,13675.00,13675.00,12500.00" +"1034541274,""Tech, Please!--A Funny Book About Things I Don't Understand"",Publishing,Publishing,USD,2016-12-09,3000.00,2016-11-16 17:59:52,1155.00,failed,38,US,455.00,1155.00,3000.00" +1034543887,Help A Wanted Awakening Get A Trailer For Their 1st US Tour,Music,Music,USD,2012-09-15,750.00,2012-08-16 19:14:10,780.00,successful,14,US,780.00,780.00,750.00 +1034552968,Ryan's BBQ,Food,Food,USD,2016-06-04,15500.00,2016-04-22 20:02:13,250.00,failed,3,US,250.00,250.00,15500.00 +1034554436,The Ultimate Bucket List Planner - Time to Get Inspired!,Graphic Design,Design,GBP,2015-08-31,985.00,2015-08-03 17:03:06,66.00,failed,7,GB,103.10,100.49,1499.79 +"1034558644,""Potomac Chocolate: Craft Chocolate from Woodbridge, VA"",Small Batch,Food,USD,2017-09-29,15000.00,2017-09-06 13:48:07,17308.00,successful,153,US,2243.00,17308.00,15000.00" +1034559077,Shock Treatment,Festivals,Theater,USD,2014-06-11,1500.00,2014-05-20 19:35:16,1726.00,successful,25,US,1726.00,1726.00,1500.00 +1034559175,Folapp.com - The Worlds First Folder Generating Website,Web,Technology,AUD,2017-04-22,750.00,2017-03-23 03:55:58,24.00,failed,3,AU,15.42,17.93,560.37 +1034560608,Couchers: Season 2 (formerly Couch Surfers),Webseries,Film & Video,USD,2012-06-25,8000.00,2012-05-25 15:01:58,8530.00,successful,80,US,8530.00,8530.00,8000.00 +"103456314,""""""Leonard the Lonely Astronaut"""" - Andrew Osenga"",Indie Rock,Music,USD,2011-05-07,15000.00,2011-03-22 03:06:35,18860.17,successful,365,US,18860.17,18860.17,15000.00" +1034574875,Gateway: Uprising (Canceled),Tabletop Games,Games,USD,2015-05-24,40000.00,2015-04-24 22:09:59,9882.00,canceled,127,US,9882.00,9882.00,40000.00 +1034577892,Tauntlee Twins: Twin Troubles,Fiction,Publishing,USD,2016-02-15,3000.00,2015-12-17 17:30:16,26.00,failed,1,US,26.00,26.00,3000.00 +1034581426,Landmark (Canceled),Shorts,Film & Video,USD,2012-05-09,1500.00,2012-03-30 23:24:24,0.00,canceled,0,US,0.00,0.00,1500.00 +"103459373,""iBoPlanet """"X"""" Factor"",Software,Technology,USD,2012-03-11,35000.00,2012-01-11 23:29:33,2450.00,failed,29,US,2450.00,2450.00,35000.00" +1034594032,Dive Ink exploring the unknown,Fashion,Fashion,USD,2014-04-11,20000.00,2014-02-10 21:12:42,1405.00,failed,22,US,1405.00,1405.00,20000.00 +"1034594578,""""""Escape The 80's"""" Room Adventure (South Philly)"",Live Games,Games,USD,2015-06-30,10000.00,2015-05-18 20:49:04,150.00,failed,3,US,150.00,150.00,10000.00" +1034600762,Bandolier (Canceled),Video Games,Games,USD,2015-05-17,25000.00,2015-04-17 23:04:11,8.00,canceled,1,US,8.00,8.00,25000.00 +"1034600893,""Healthier & Happier Air Filters HOMES,HOSPITALS,SCHOOLS ETC"",Technology,Technology,USD,2017-04-18,5000.00,2017-03-04 03:27:42,70.00,failed,4,US,35.00,70.00,5000.00" +1034606453,Bobby Joe: The Movie (a DVD extravaganza),Comedy,Film & Video,USD,2017-12-08,3500.00,2017-11-08 19:24:29,3506.00,successful,11,US,50.00,3506.00,3500.00 +1034614232,Firsthand Weather Fundraiser,Web,Journalism,USD,2014-07-05,500.00,2014-06-28 23:04:54,690.00,successful,41,US,690.00,690.00,500.00 +1034616454,an Emotion (concept album),Music,Music,USD,2017-06-09,2000.00,2017-05-10 00:34:44,70.00,failed,3,US,0.00,70.00,2000.00 +1034618277,Cops and Monsters - Trapped,Webseries,Film & Video,GBP,2017-03-07,1200.00,2017-01-11 16:51:12,1764.00,successful,31,GB,133.64,2144.29,1458.70 +1034624357,Hungry Hog BBQ,Food Trucks,Food,GBP,2015-09-18,5000.00,2015-07-20 15:50:01,10.00,failed,2,GB,15.60,15.65,7823.38 +1034625299,Taking on the NFL: The National Martial Arts League,Movie Theaters,Film & Video,USD,2016-10-01,50000.00,2016-09-01 00:45:27,300.00,failed,4,US,0.00,300.00,50000.00 +"1034629324,""Australian Made, All Natural Virtually Painless Hair Removal"",Product Design,Design,AUD,2015-05-08,45000.00,2015-04-08 00:39:48,506.00,failed,6,AU,385.37,400.38,35606.90" +"1034630006,""EMDO can do, your Energy Manager for Renewable Energy"",Hardware,Technology,CHF,2016-01-16,3000.00,2015-11-17 15:58:28,4042.00,successful,25,CH,4013.56,3989.73,2961.21" +1034654196,Airportwifibot - kostenloses WLAN an Flughäfen - Chatbot,Software,Technology,EUR,2017-02-28,2200.00,2017-02-22 17:09:25,26.00,failed,2,DE,1.06,27.47,2324.30 +"1034658591,""Merry Musicals Presents: """"Father of his Country."""""",Film & Video,Film & Video,USD,2012-03-27,25000.00,2012-02-26 01:23:47,0.00,failed,0,US,0.00,0.00,25000.00" +"1034660063,""The Zstand - Sleek, Sexy Technology"",Gadgets,Technology,USD,2016-01-06,70000.00,2015-12-07 19:48:28,24472.00,failed,26,US,24472.00,24472.00,70000.00" +1034660570,The Hitchhiker - Relaunch,Hardware,Technology,USD,2015-10-24,50000.00,2015-09-09 00:52:53,25.00,failed,1,US,25.00,25.00,50000.00 +1034662323,The Shamrock Drafthouse Theater,Spaces,Theater,USD,2015-04-17,109225.00,2015-03-18 18:33:02,4635.00,failed,37,US,4635.00,4635.00,109225.00 +1034666693,Teamotions Creative Tea Label Design Project,Product Design,Design,USD,2012-01-13,5000.00,2011-12-14 03:50:24,525.00,failed,12,US,525.00,525.00,5000.00 +1034666945,Small Unmanned Aerial System (SUAS) - Phase II,Technology,Technology,USD,2012-01-10,85000.00,2011-12-09 22:14:35,2566.00,failed,16,US,2566.00,2566.00,85000.00 +1034673230,Compare Tv Providers Survey and Statistics,Publishing,Publishing,USD,2016-06-03,500.00,2016-04-04 17:33:01,2.00,failed,1,US,2.00,2.00,500.00 +"1034683768,""Short Film """"My Beautiful Malady"""""",Shorts,Film & Video,USD,2011-12-10,2450.00,2011-11-10 22:22:20,2511.00,successful,37,US,2511.00,2511.00,2450.00" +1034686092,Red Rooster Recording Project,Rock,Music,USD,2014-08-01,150000.00,2014-06-16 21:46:34,120.00,failed,3,US,120.00,120.00,150000.00 +1034686988,American Spoken History as told by those who lived it,Documentary,Film & Video,USD,2013-09-21,21400.00,2013-08-22 22:23:39,3586.00,failed,31,US,3586.00,3586.00,21400.00 +1034690233,Common Land!,Performance Art,Art,GBP,2014-03-18,60.00,2014-02-28 20:12:26,61.00,successful,6,GB,101.71,100.58,98.93 +1034691842,afterlife record service: a vinyl maintenance initiative.,Music,Music,USD,2015-05-29,1000.00,2015-04-29 05:58:48,1.00,failed,1,US,1.00,1.00,1000.00 +1034696988,Outcast Reboot HD,Video Games,Games,USD,2014-05-07,600000.00,2014-04-07 17:05:51,268964.32,failed,5194,US,268964.32,268964.32,600000.00 +1034712837,Equine Art by Lavender's Exhibition Start Up,Painting,Art,CAD,2016-10-02,155.00,2016-09-02 02:32:20,785.00,successful,9,CA,118.52,591.52,116.80 +103471620,Graffiti Art: Restoring Color to a Community,Public Art,Art,USD,2013-04-17,1200.00,2013-03-18 19:03:19,75.00,failed,2,US,75.00,75.00,1200.00 +103471711,The Chipotle Challenge Documentary,Food,Food,USD,2014-12-10,529.00,2014-11-10 19:29:25,0.00,failed,0,US,0.00,0.00,529.00 +1034718386,Garage Sale Mania: a humorous book about garage saling!,Fiction,Publishing,USD,2015-03-19,2850.00,2015-02-17 05:28:13,355.00,failed,9,US,355.00,355.00,2850.00 +1034727036,The Tube Open Movie,Animation,Film & Video,USD,2012-05-16,22000.00,2012-04-16 19:54:11,40233.72,successful,1031,US,40233.72,40233.72,22000.00 +"1034738910,""Seattle, why don't we watch Firefly together?"",Film & Video,Film & Video,USD,2011-02-17,800.00,2011-01-18 08:30:13,1621.43,successful,57,US,1621.43,1621.43,800.00" +1034746373,THESIS WATCHES - Make a Statement,Product Design,Design,USD,2015-11-22,45000.00,2015-09-23 14:46:11,45386.00,successful,280,US,45386.00,45386.00,45000.00 +1034757067,Anatomy Cards: A Human Anatomy Collaborative Project,Nonfiction,Publishing,USD,2012-06-24,2000.00,2012-05-25 22:56:09,571.00,failed,15,US,571.00,571.00,2000.00 +1034762769,Trapped Magic | A Dark Fantasy Short Film (Relaunch),Fantasy,Film & Video,GBP,2015-06-19,1100.00,2015-06-09 01:15:22,1140.00,successful,54,GB,1740.76,1805.57,1742.22 +1034771295,Joe Trufant: New Album,Hip-Hop,Music,USD,2015-05-26,6000.00,2015-04-26 01:58:24,6055.00,successful,54,US,6055.00,6055.00,6000.00 +1034773344,Bird's Eye Aerial Photography and Video,Experimental,Film & Video,USD,2014-09-11,5000.00,2014-08-12 17:34:21,60.00,failed,2,US,60.00,60.00,5000.00 +1034776522,Coolest T-shirt/Sweatshirt Created and Printed By Oleksiy,Ready-to-wear,Fashion,EUR,2016-02-02,1500.00,2016-01-01 01:47:38,25.00,failed,1,IT,27.32,28.00,1680.30 +1034777435,Our Family Law Childhoods,Nonfiction,Publishing,USD,2015-08-21,5500.00,2015-07-22 21:35:53,115.00,failed,1,US,115.00,115.00,5500.00 +"103477745,""Tasseomancy's In a Glass, Darkly"",Country & Folk,Music,USD,2011-03-12,3000.00,2011-02-10 22:49:20,3457.77,successful,77,US,3457.77,3457.77,3000.00" +1034777512,Community Greenhouse,Vegan,Food,USD,2014-08-10,1500.00,2014-07-11 16:39:23,11.00,failed,3,US,11.00,11.00,1500.00 +10347903,Help 'Love Light The Way' globally this Christmas!,Shorts,Film & Video,GBP,2012-11-30,1000.00,2012-11-17 01:14:30,25.00,failed,3,GB,39.62,40.04,1601.64 +1034796811,NYT Ad Challenging John Roberts to File in His Own Court,Print,Journalism,USD,2015-02-02,60000.00,2015-01-03 00:41:25,225.00,failed,3,US,225.00,225.00,60000.00 +1034798397,Roger McKenzie's Total Frenzy Comics #1,Anthologies,Comics,USD,2015-12-16,3000.00,2015-11-16 19:08:34,3400.00,successful,88,US,3400.00,3400.00,3000.00 +"1034806948,""Press Thurlow's Limited Edition 7"""" Vinyl"",Electronic Music,Music,USD,2011-10-08,2500.00,2011-09-08 06:51:55,1140.00,failed,32,US,1140.00,1140.00,2500.00" +"1034808157,""Noel Coward's 1932 """"Words And Music"""" at Sadler's Wells"",Theater,Theater,GBP,2013-07-03,5000.00,2013-06-03 09:28:00,460.00,failed,10,GB,698.91,688.65,7485.37" +1034819609,Redefining Luxury Footwear,Footwear,Fashion,CAD,2016-07-17,30000.00,2016-05-27 23:42:35,6442.00,failed,34,CA,4523.05,4914.93,22888.53 +1034827232,CONIGLIETTA DI PASQUA,Public Art,Art,EUR,2016-10-28,2000.00,2016-09-28 21:39:29,1.00,failed,1,IT,0.00,1.09,2184.41 +1034833963,Chasing Bubbles - a Documentary,Documentary,Film & Video,USD,2014-07-11,45000.00,2014-06-11 16:42:17,50708.45,successful,585,US,50708.45,50708.45,45000.00 +1034837753,Places,Film & Video,Film & Video,USD,2013-07-17,3500.00,2013-06-17 22:40:13,3560.00,successful,38,US,3560.00,3560.00,3500.00 +1034842048,En omfattande bok om kostrelaterade sjukdomar,Publishing,Publishing,SEK,2016-12-19,38150.00,2016-11-25 11:24:44,2500.00,canceled,4,SE,269.26,270.73,4131.38 +1034846704,Eulogy Tour Project,Art,Art,USD,2016-06-25,3500.00,2016-06-08 05:35:13,4623.00,successful,101,US,4623.00,4623.00,3500.00 +1034847465,Support the Preservation & Evolution of the Project Lodge!,Art,Art,USD,2012-02-18,8000.00,2012-01-06 23:44:22,9007.02,successful,208,US,9007.02,9007.02,8000.00 +1034851570,Persian Fire and Steel: Historical Firearms of Iran,Nonfiction,Publishing,EUR,2017-03-02,20000.00,2017-01-03 17:59:13,5405.00,failed,26,DE,463.08,5710.39,21130.03 +1034854064,Piece for a Pound,Illustration,Art,GBP,2015-04-08,200.00,2015-03-09 16:14:41,162.00,failed,43,GB,243.62,236.38,291.83 +1034854948,The Game Pad (New Generation Gaming Community Center),Live Games,Games,USD,2014-07-18,500000.00,2014-06-18 18:33:27,0.00,canceled,0,US,0.00,0.00,500000.00 +"1034856550,""The Making of the Movie """"A Story of Faith"""""",Narrative Film,Film & Video,USD,2013-08-07,250000.00,2013-07-08 22:52:39,532.00,failed,4,US,532.00,532.00,250000.00" +1034856723,Dreamnetics (The Novel),Fiction,Publishing,USD,2014-10-26,2168.00,2014-09-21 09:33:35,1151.00,failed,12,US,1151.00,1151.00,2168.00 +1034859365,Haircare you can wear (Canceled),Fashion,Fashion,USD,2016-04-01,20000.00,2016-02-11 20:00:18,30.00,canceled,1,US,30.00,30.00,20000.00 +1034862045,Visions of Fantastic Realms - Calendar Project,Illustration,Art,USD,2012-01-01,5000.00,2011-12-14 03:40:58,245.00,failed,10,US,245.00,245.00,5000.00 +1034863374,Pea Green Coffee Cup: Vol 1 (200+ Collected Strips),Comics,Comics,USD,2012-12-12,2500.00,2012-11-07 16:28:25,2824.00,successful,58,US,2824.00,2824.00,2500.00 +1034869032,Nikola Tesla vs Thomas Edison T-shirts (Canceled),Fashion,Fashion,USD,2013-10-06,3000.00,2013-09-06 00:28:40,431.00,canceled,11,US,431.00,431.00,3000.00 +1034872985,The Tempers - Vol. 2 EP,Pop,Music,USD,2011-08-03,2000.00,2011-05-25 21:21:10,2110.00,successful,17,US,2110.00,2110.00,2000.00 +1034873911,The Big Coffee Table Book Of Pretty Girls in Ugly Pictures,Photobooks,Photography,AUD,2015-01-24,20000.00,2014-12-10 17:23:44,413.00,failed,13,AU,340.33,321.23,15555.73 +"1034875351,""PROJECT: PRINT THE BOOK- """"INVESTIGATING THE PSYCHE"""""",Nonfiction,Publishing,USD,2014-10-13,3500.00,2014-09-13 16:27:14,25.00,failed,1,US,25.00,25.00,3500.00" +1034876008,The Doubleclicks' New Album: Love Problems,Music,Music,USD,2017-03-14,35000.00,2017-02-13 14:46:41,72406.76,successful,1870,US,30403.76,72406.76,35000.00 +1034880966,Perfume Solids,DIY,Crafts,USD,2014-08-10,3000.00,2014-07-11 22:50:35,361.00,failed,24,US,361.00,361.00,3000.00 +1034886526,Maine Takes New York - Send Our Musicians to CMJ,World Music,Music,USD,2010-10-20,1500.00,2010-09-24 15:18:12,1541.00,successful,47,US,1541.00,1541.00,1500.00 +1034895638,Port Southern Leather Sandals,Footwear,Fashion,USD,2016-10-30,20000.00,2016-09-30 04:28:20,72.00,failed,3,US,0.00,72.00,20000.00 +"1034897284,""""""Handmade"""", the new album by Terry Matsuoka!"",Indie Rock,Music,USD,2013-10-03,3500.00,2013-09-04 23:18:08,4007.00,successful,56,US,4007.00,4007.00,3500.00" +1034902341,Cardistry-Con 2016,Performance Art,Art,USD,2016-05-02,20000.00,2016-04-02 16:50:05,43312.00,successful,593,US,43312.00,43312.00,20000.00 +1034904766,Brian The Bold,Webseries,Film & Video,USD,2012-01-14,1000.00,2011-12-15 03:56:51,1105.00,successful,17,US,1105.00,1105.00,1000.00 +1034910047,Bra Build,Fashion,Fashion,GBP,2016-09-30,50000.00,2016-08-31 05:00:53,328.00,canceled,19,GB,21.00,425.17,64812.17 +"1034911660,""The Neutron Drivers brand new EP, pressing/production costs!"",Rock,Music,USD,2011-06-04,1000.00,2011-05-05 03:31:16,1036.00,successful,19,US,1036.00,1036.00,1000.00" +1034914476,Pinellas Park,Experimental,Film & Video,USD,2015-05-13,500.00,2015-04-28 00:37:36,170.00,failed,4,US,170.00,170.00,500.00 +1034915911,Cerro Strata,Art,Art,USD,2014-08-18,1000.00,2014-07-13 17:36:28,0.00,failed,0,US,0.00,0.00,1000.00 +103492863,The Chronicles of Brixton,Interactive Design,Design,GBP,2014-09-16,500.00,2014-09-06 21:25:05,575.00,successful,17,GB,938.10,939.59,817.03 +1034930082,The Boonville Space Program: ECLIPSE 2012 Mission,Space Exploration,Technology,USD,2012-04-16,3000.00,2012-03-09 00:57:08,4125.00,successful,65,US,4125.00,4125.00,3000.00 +1034932859,Hrothgar's Hoard: The Paladin's Keep,Tabletop Games,Games,USD,2016-10-18,5000.00,2016-09-16 18:10:16,7703.00,successful,70,US,4798.00,7703.00,5000.00 +1034950677,Primahood: Magenta,Graphic Novels,Comics,USD,2016-07-16,4200.00,2016-06-16 14:59:15,4646.00,successful,104,US,4080.00,4646.00,4200.00 +1034958394,It's Just One Of Those Days,Fiction,Publishing,USD,2013-12-27,1100.00,2013-11-19 02:02:09,147.00,failed,7,US,147.00,147.00,1100.00 +103495980,The Pockiteer - A Pocket Sling Belt,Fashion,Fashion,USD,2013-07-24,20000.00,2013-06-24 22:16:20,1917.00,failed,28,US,1917.00,1917.00,20000.00 +1034968283,The Savvy Planner,Calendars,Publishing,CAD,2016-12-04,500.00,2016-11-04 15:24:22,46.00,failed,1,CA,0.00,34.91,379.45 +1034969742,CotFG: New Media Art and Sound Summit 2012,Music,Music,USD,2012-06-01,8888.00,2012-04-23 19:41:22,8938.00,successful,134,US,8938.00,8938.00,8888.00 +103498062,Beast,Drama,Film & Video,USD,2015-02-22,10000.00,2015-01-23 09:25:19,10128.00,successful,45,US,10128.00,10128.00,10000.00 +1034989667,Underneath - Short Film,Shorts,Film & Video,USD,2017-04-27,7500.00,2017-03-30 03:14:12,7859.00,successful,45,US,0.00,7859.00,7500.00 +1034995777,Caught Dreaming: The Play,Festivals,Theater,USD,2017-07-12,8500.00,2017-06-11 21:24:53,8601.00,successful,20,US,150.00,8601.00,8500.00 +1035001718,Mama Calendar: 2015 Edition,Calendars,Publishing,USD,2014-12-08,300.00,2014-11-08 23:01:32,351.00,successful,14,US,351.00,351.00,300.00 +1035007432,These Students Deserve This Kids' Dog Book,Children's Books,Publishing,USD,2014-05-08,4000.00,2014-04-08 14:50:05,4345.00,successful,24,US,4345.00,4345.00,4000.00 +1035010775,NEW BRIAR ROSE ALBUM PRODUCED BY CHRIS TSANGARIDES,Metal,Music,USD,2014-06-15,20000.00,2014-05-01 10:34:16,220.00,failed,7,US,220.00,220.00,20000.00 +1035015202,Hackers Versus Banksters (Relaunch),Video Games,Games,CAD,2016-04-27,300.00,2016-04-20 16:57:04,650.00,successful,16,CA,507.79,518.84,239.46 +1035018498,E-Quad. Small Electric Powered Offroad Vehicle,Product Design,Design,NZD,2014-10-27,9000.00,2014-08-28 01:14:48,632.00,failed,7,NZ,527.09,493.33,7025.21 +1035020256,Dock Desk by Flint Alley,Product Design,Design,USD,2017-01-08,3000.00,2016-12-19 21:29:35,389.00,canceled,1,US,0.00,389.00,3000.00 +1035020508,Love. Life. No Sat Nav!,Immersive,Theater,GBP,2014-12-07,500.00,2014-11-07 12:26:56,535.00,successful,28,GB,853.89,840.47,785.48 +103502200,Yak Wool Baselayers - From Tibet to the World,Fashion,Fashion,NZD,2016-12-13,50000.00,2016-11-13 20:53:34,78017.50,successful,411,NZ,4680.47,54687.72,35048.37 +1035033973,L Wigs to the next level,Art,Art,USD,2013-07-27,10000.00,2013-06-21 02:09:26,52.00,failed,5,US,52.00,52.00,10000.00 +1035035721,French American football really exists !,Webseries,Film & Video,EUR,2017-12-03,5500.00,2017-10-04 13:50:06,15.00,failed,1,FR,5.85,17.61,6458.13 +103504035,Living With Lola,Comedy,Theater,USD,2017-03-14,1000.00,2017-01-13 05:42:39,56.00,failed,2,US,0.00,56.00,1000.00 +1035046906,Pure Slo - Wakeboards & Wakesurfs Handmade in France,Product Design,Design,EUR,2015-06-26,15000.00,2015-05-27 22:38:41,18124.00,successful,131,FR,19846.15,20302.45,16802.96 +1035053968,Barons in the Attic Needs You... YES YOU!!!!,Indie Rock,Music,USD,2011-07-20,2000.00,2011-06-05 15:20:16,2254.84,successful,49,US,2254.84,2254.84,2000.00 +1035055384,X-Stand™: The Simplest Standing Desk for Laptops,Product Design,Design,USD,2016-09-08,5000.00,2016-08-11 06:28:50,6202.00,successful,68,US,375.00,6202.00,5000.00 +1035061240,LISERSTILLE - THE DEATH LIGHT ALBUM,Rock,Music,DKK,2015-01-08,15000.00,2014-12-08 17:17:08,46655.00,successful,86,DK,7722.19,7408.38,2381.86 +1035062988,Fund Our 48 Hour Film Project! (Canceled),Shorts,Film & Video,USD,2011-08-16,1000.00,2011-08-02 19:30:23,25.00,canceled,1,US,25.00,25.00,1000.00 +1035063516,WINNERS a short film,Shorts,Film & Video,USD,2013-03-09,5000.00,2013-02-07 17:01:54,5256.11,successful,84,US,5256.11,5256.11,5000.00 +1035068114,The Secret Life of Marionettes.,Shorts,Film & Video,GBP,2013-01-31,200.00,2013-01-01 19:46:08,225.00,successful,11,GB,363.53,356.26,316.68 +"1035068673,""Hogg Maulies pre-release their new album """"August Rain."""""",Country & Folk,Music,USD,2012-08-05,7800.00,2012-07-09 05:38:24,8940.00,successful,68,US,8940.00,8940.00,7800.00" +1035071905,BBQ in B&W,Photobooks,Photography,USD,2015-02-03,5000.00,2014-12-05 03:22:14,0.00,failed,0,US,0.00,0.00,5000.00 +1035074261,Enjoy The Old Children's Home: Historic Preservation,Architecture,Design,USD,2016-09-05,1100000.00,2016-08-04 13:22:21,1.00,failed,1,US,0.00,1.00,1100000.00 +1035075811,DELTA Game,Tabletop Games,Games,NZD,2017-05-15,120000.00,2017-04-10 14:44:35,853.00,failed,9,NZ,22.20,587.63,82667.40 +1035104238,Orson Welles Weekend: Creative Genius From the Beginning,Theater,Theater,USD,2013-12-02,15180.00,2013-11-01 23:00:11,725.00,failed,20,US,725.00,725.00,15180.00 +"103510542,""High on Stress presents """"leaving mpls"""" our 4th studio album!"",Rock,Music,USD,2014-03-15,4000.00,2014-02-12 19:04:57,4621.00,successful,108,US,4621.00,4621.00,4000.00" +1035107771,One-verse-theater,Printing,Crafts,SEK,2017-06-09,9000.00,2017-05-10 14:51:35,255.00,failed,2,SE,0.00,29.20,1030.42 +1035110928,Little Red Radio Mid-West Tour,Music,Music,USD,2011-04-16,1800.00,2011-03-13 18:40:56,0.00,failed,0,US,0.00,0.00,1800.00 +"1035113152,""Create Luxury Sustainable Fashion - Womenswear, eco friendly"",Fashion,Fashion,GBP,2016-07-04,850.00,2016-06-04 00:32:08,1.00,failed,1,GB,1.44,1.30,1103.84" +"1035118100,""An Inspirational Story of Faith, Hope & Happy Healing"",Graphic Design,Design,USD,2017-01-02,10000.00,2016-12-23 17:35:10,760.00,failed,10,US,390.00,760.00,10000.00" +1035119117,Obstacle Race Documentary (Canceled),Documentary,Film & Video,USD,2013-05-18,10000.00,2013-04-18 03:56:09,151.00,canceled,4,US,151.00,151.00,10000.00 +1035140659,Bring the Seahawk Mask to Seattle,Art,Art,USD,2014-11-10,14575.00,2014-09-15 00:13:02,14653.44,successful,352,US,14653.44,14653.44,14575.00 +1035141523,The mining heritage of Barnsley,Photography,Photography,GBP,2014-07-23,2500.00,2014-06-24 00:48:07,5.00,failed,1,GB,8.51,8.49,4247.01 +1035146715,Big Sur T-Shirt - Castaway Co. (Canceled),Apparel,Fashion,USD,2015-06-19,1400.00,2015-05-20 01:32:52,0.00,canceled,0,US,0.00,0.00,1400.00 +1035153670,The Last Days of Dixie Square,Art,Art,USD,2010-11-01,11160.00,2010-10-11 05:01:06,6981.00,failed,30,US,6981.00,6981.00,11160.00 +"1035160088,""GeoGuru - An awesome, interactive way to learn geography"",Mobile Games,Games,EUR,2016-11-05,30000.00,2016-10-06 01:08:46,6.00,failed,2,IT,5.60,6.54,32712.17" +1035169532,A World Apart,Drama,Film & Video,USD,2016-09-23,700.00,2016-09-06 17:38:09,902.00,successful,17,US,0.00,902.00,700.00 +1035170406,'Rebel Rebel' UWTSD Fine Art Degree Show 2016,Art,Art,GBP,2016-04-26,500.00,2016-04-05 00:12:32,708.00,successful,29,GB,1007.41,1034.71,730.73 +1035177726,The 720 Watch (Canceled),Technology,Technology,USD,2014-06-22,110000.00,2014-05-13 07:23:56,4496.00,canceled,92,US,4496.00,4496.00,110000.00 +1035183933,Sarah Miles - New EP!,Pop,Music,USD,2014-06-05,10000.00,2014-05-06 18:39:00,10562.00,successful,173,US,10562.00,10562.00,10000.00 +1035202496,The Revolutionary Pet Bowl - Introducing...Just Fed Bowl,Product Design,Design,USD,2016-08-12,25000.00,2016-06-28 15:10:49,4300.00,failed,19,US,340.00,4300.00,25000.00 +1035209834,Pigs Can Fly (a picture book series),Children's Books,Publishing,USD,2011-02-23,8000.00,2011-01-24 22:46:25,92.00,failed,4,US,92.00,92.00,8000.00 +1035212895,Deadly Delia's Dozen: The Movie Trailer!,Film & Video,Film & Video,USD,2012-12-20,2000.00,2012-11-20 19:17:30,25.00,failed,1,US,25.00,25.00,2000.00 +1035220785,Choose Your 90's Adventure,Immersive,Theater,USD,2015-07-09,3000.00,2015-06-09 02:49:19,3176.00,successful,47,US,3176.00,3176.00,3000.00 +1035228894,Wolf at the Door - American Castles Release,Indie Rock,Music,USD,2011-11-01,1750.00,2011-09-17 17:16:22,1257.00,failed,28,US,1257.00,1257.00,1750.00 +1035229317,Dawn Luxe...Comes the Dawn,Electronic Music,Music,USD,2013-05-31,7600.00,2013-04-09 01:33:38,19.00,failed,1,US,19.00,19.00,7600.00 +1035233227,Modular Art,Art,Art,CAD,2017-03-01,5000.00,2017-02-09 04:39:12,20.00,failed,1,CA,15.26,14.92,3730.23 +1035237171,Grand Rapids: Capturing a Journey Through Time,Places,Photography,USD,2014-08-17,650.00,2014-08-02 21:25:47,850.00,successful,11,US,850.00,850.00,650.00 +"1035247111,""SONDI: Stylish, customisable and connected Alarm Clock"",Product Design,Design,GBP,2014-01-10,200000.00,2013-12-11 12:12:12,6257.00,failed,67,GB,10294.12,10267.31,328186.28" +1035248459,High Performance Django Videos,Web,Technology,USD,2015-11-05,8000.00,2015-10-06 18:30:11,6726.00,failed,55,US,6726.00,6726.00,8000.00 +1035260698,Native American Dance,Performances,Dance,USD,2016-07-29,1000.00,2016-06-29 19:04:03,53.00,failed,6,US,10.00,53.00,1000.00 +1035266809,Rock Bottom,Documentary,Film & Video,CAD,2014-12-31,325000.00,2014-11-11 23:20:52,10.00,failed,1,CA,8.83,8.56,278205.79 +"1035268419,""Is Your Art Killing You? Paint: Make It Fun, Make It Safe"",Documentary,Film & Video,USD,2013-05-23,7300.00,2013-04-23 19:19:05,2459.44,failed,24,US,2459.44,2459.44,7300.00" +1035278536,YouLoox - Awesome Holographic Computer (Suspended),Hardware,Technology,CAD,2016-05-27,3000000.00,2016-03-28 04:00:19,1301.00,suspended,9,CA,980.82,997.93,2301142.90 +"1035279760,""TheFamilyHarp Records Debut Album, """"My Anchor Holds"""""",Rock,Music,USD,2014-07-07,10000.00,2014-05-23 13:12:32,430.00,failed,11,US,430.00,430.00,10000.00" +1035279774,Jerry: An Affordable Personal Robot,Robots,Technology,USD,2016-06-18,20000.00,2016-05-14 22:50:36,3290.00,failed,15,US,3290.00,3290.00,20000.00 +"1035289569,""Teddi's """"Rejuvenate with Joy"""" Book!"",Publishing,Publishing,CAD,2015-06-02,500.00,2015-05-03 21:03:30,609.00,successful,10,CA,501.22,487.20,400.00" +"1035290883,""Project Beyond: """"Space Jam 2.0"""""",Film & Video,Film & Video,USD,2013-10-29,500.00,2013-10-04 03:45:36,500.49,successful,20,US,500.49,500.49,500.00" +1035296074,An Aquaponic System For The Future (Canceled),Farms,Food,GBP,2015-02-17,100000.00,2015-02-04 23:08:22,100.00,canceled,1,GB,150.32,153.76,153756.27 +1035309452,A Faith Worth Fighting For,Shorts,Film & Video,USD,2011-02-18,1000.00,2011-01-04 05:59:53,0.00,failed,0,US,0.00,0.00,1000.00 +1035313081,Rise of Metropolis - Fanfilm,Shorts,Film & Video,USD,2012-04-03,12872.00,2012-02-27 15:56:06,120.00,failed,6,US,120.00,120.00,12872.00 +1035319838,Electric Children Orchestra Project,Music,Music,USD,2012-12-19,1900.00,2012-11-28 03:42:54,2077.00,successful,40,US,2077.00,2077.00,1900.00 +103532165,Presentación de Zimbabwe México en el Cervantino,World Music,Music,MXN,2017-10-05,8000.00,2017-09-18 19:10:30,600.00,failed,1,MX,0.00,32.44,432.50 +10353282,Exodus: Edge of Extinction. Forge your space empire.,Tabletop Games,Games,USD,2015-02-05,28000.00,2015-01-15 17:09:30,94586.00,successful,1077,US,94586.00,94586.00,28000.00 +1035330015,Matano: Fair Trade Sports Apparel for the Everyday Athlete,Apparel,Fashion,USD,2016-07-06,20000.00,2016-05-31 15:01:49,6717.00,failed,82,US,6717.00,6717.00,20000.00 +1035334296,Then & Now + After All (Two Poetry Books),Poetry,Publishing,USD,2012-07-19,200.00,2012-06-19 01:52:59,0.00,failed,0,US,0.00,0.00,200.00 +1035338176,YOUR Cards: Pick-a-card Motivation Game,Games,Games,USD,2015-04-11,10000.00,2015-03-12 01:07:42,0.00,failed,0,US,0.00,0.00,10000.00 +1035350139,Support A Parent,Web,Technology,USD,2016-02-04,200000.00,2016-01-05 22:11:26,75.00,failed,2,US,75.00,75.00,200000.00 +1035350926,Join The Choir To Create A New Studio Album & Live Album,Music,Music,USD,2013-11-01,25000.00,2013-10-01 07:04:43,54268.50,successful,791,US,54268.50,54268.50,25000.00 +1035361775,Tabby: a modern flat pack coffee table,Product Design,Design,USD,2014-10-16,23000.00,2014-09-16 15:55:42,872.00,failed,18,US,872.00,872.00,23000.00 +1035368411,Jessica takes stage as the Spicy & Brassy Bette Davis,Theater,Theater,USD,2011-08-22,2000.00,2011-07-13 02:13:57,2240.00,successful,42,US,2240.00,2240.00,2000.00 +1035368809,Splendid Letterpress Cards for the Thoroughly Modern,Publishing,Publishing,GBP,2013-03-09,1500.00,2013-02-07 13:45:31,1145.00,failed,33,GB,1792.95,1734.19,2271.87 +1035375822,The steampunk graphic novel- Uncharted Air,Graphic Novels,Comics,USD,2014-06-04,30000.00,2014-05-05 22:35:11,1241.00,failed,26,US,1241.00,1241.00,30000.00 +1035376986,Becoming California: A Public Television Documentary,Documentary,Film & Video,USD,2014-06-14,30000.00,2014-05-15 05:03:54,4580.00,failed,27,US,4580.00,4580.00,30000.00 +1035379360,Tree Top Hideaway Hotel Treehouse In Stunning Woodland,Architecture,Design,GBP,2017-10-16,10000.00,2017-09-21 13:14:17,262.00,failed,4,GB,337.96,345.48,13186.35 +1035390647,ONE | Laptop and Camera Bag System,Product Design,Design,USD,2012-01-08,10000.00,2011-11-19 02:13:57,29078.00,successful,298,US,29078.00,29078.00,10000.00 +1035393109,In a Room on Broad St (Capezio A.C.E Awards),Dance,Dance,USD,2013-07-15,5000.00,2013-06-15 01:06:58,5150.00,successful,22,US,5150.00,5150.00,5000.00 +"1035395381,""Ogre Mage - """"Lady of the Land"""" music video"",Film & Video,Film & Video,USD,2011-08-18,1000.00,2011-07-19 06:48:06,35.00,failed,2,US,35.00,35.00,1000.00" +1035400992,THE TREES - A Film Exploring The Evil of Domestic Violence,Narrative Film,Film & Video,USD,2014-10-17,50000.00,2014-09-17 20:30:24,65212.00,successful,160,US,65212.00,65212.00,50000.00 +103540565,The Cord Stash – Portable Cable Management System,Product Design,Design,USD,2013-06-23,2500.00,2013-05-24 20:03:00,2777.51,successful,78,US,2777.51,2777.51,2500.00 +103540570,Brim Swap KAPS,Apparel,Fashion,USD,2017-06-16,50000.00,2017-05-02 06:30:01,0.00,failed,0,US,0.00,0.00,50000.00 +1035407463,Tarnished (The Back Cover),Fiction,Publishing,USD,2013-06-02,300.00,2013-05-08 20:16:46,470.00,successful,19,US,470.00,470.00,300.00 +"1035410477,""1, 2, 3 You Please"",Shorts,Film & Video,USD,2016-01-16,25000.00,2015-12-15 15:36:55,27677.00,successful,196,US,27677.00,27677.00,25000.00" +1035412662,Reveries,Classical Music,Music,CAD,2015-11-30,20000.00,2015-10-21 17:01:53,28645.00,successful,146,CA,21995.62,21477.84,14995.88 +1035419437,LA VINTAGE FARMHOUSE PICTORIAL JOURNAL & BRAND STORY,Photobooks,Photography,USD,2015-03-22,10000.00,2015-01-21 18:28:09,0.00,failed,0,US,0.00,0.00,10000.00 +1035427255,TMZ Hollywood Tour ~ Video,Shorts,Film & Video,USD,2014-08-18,40000.00,2014-07-16 21:40:54,1.75,failed,1,US,1.75,1.75,40000.00 +1035429252,What Happened to My Child? A Mother's Courageous Journey,Nonfiction,Publishing,USD,2016-09-14,8500.00,2016-08-15 21:24:27,8727.00,successful,96,US,200.00,8727.00,8500.00 +1035446162,BattleChess,Games,Games,USD,2017-12-12,10000.00,2017-11-12 01:29:45,175.00,canceled,16,US,168.00,175.00,10000.00 +1035446414,The Urbano's Circus Goodwill Tour,Theater,Theater,USD,2010-07-31,2500.00,2010-06-30 03:13:25,325.00,failed,7,US,325.00,325.00,2500.00 +1035446472,Polaris Slingshot working man's review,Video,Journalism,USD,2014-12-12,31500.00,2014-10-28 22:14:29,20.00,failed,1,US,20.00,20.00,31500.00 +1035452459,ONEday - Personalized jewelry from Amsterdam - Commissions,Jewelry,Fashion,EUR,2018-01-10,7800.00,2017-11-28 18:04:37,0.00,live,0,NL,0.00,0.00,9466.82 +1035458993,LED by garageCube,Hardware,Technology,CHF,2017-10-06,15000.00,2017-09-06 17:14:01,176125.00,successful,157,CH,61449.74,179717.55,15305.97 +1035461173,Focus Forward.,Photography,Photography,USD,2013-02-01,25000.00,2013-01-16 21:59:07,0.00,failed,0,US,0.00,0.00,25000.00 +1035463024,Erin Atlantis Book One,Fiction,Publishing,USD,2011-02-03,12000.00,2011-01-01 18:24:43,120.00,failed,4,US,120.00,120.00,12000.00 +1035478870,Meet The World's First Electric Walking Bike (Canceled),Product Design,Design,EUR,2016-04-13,250000.00,2016-03-14 21:31:38,2030.00,canceled,3,NL,2263.53,2290.65,282100.18 +"1035478906,""Snapz role play costumes, comics and toys."",Product Design,Design,USD,2015-05-06,60000.00,2015-03-27 04:31:13,9220.00,failed,78,US,9220.00,9220.00,60000.00" +1035486699,Personalized Songs Made for Every Occasion,Music,Music,USD,2017-09-20,2500.00,2017-08-21 21:57:59,100.00,failed,1,US,0.00,100.00,2500.00 +"1035493986,""""""Harlem Hellfighter, An American In Paris"""""",Film & Video,Film & Video,USD,2011-10-18,5000.00,2011-08-19 07:32:51,385.00,failed,12,US,385.00,385.00,5000.00" +1035501670,The Confident Bra - The Bra that boost your Confidence,Apparel,Fashion,USD,2015-12-31,4000.00,2015-12-01 18:59:43,551.00,failed,9,US,551.00,551.00,4000.00 +1035501979,Mark of Satan,Shorts,Film & Video,USD,2013-12-05,7000.00,2013-11-05 03:02:31,8450.00,successful,43,US,8450.00,8450.00,7000.00 +1035507556,Zombie Fest 2016,Public Art,Art,USD,2016-10-14,500.00,2016-09-13 22:36:56,580.00,successful,22,US,80.00,580.00,500.00 +1035521468,beerlab - Open Source Misadventures in Microbrewing,Food,Food,GBP,2012-12-02,23000.00,2012-10-31 16:04:21,397.00,failed,20,GB,635.81,635.57,36821.21 +103552267,GLACÉ women shoes: 3 in 1 stiletto heel heights.,Footwear,Fashion,EUR,2016-08-29,30000.00,2016-07-15 07:20:02,7650.00,canceled,59,FR,2111.58,8562.60,33578.83 +1035529366,The Beast,Public Art,Art,USD,2014-04-12,5000.00,2014-03-16 20:59:27,5020.00,successful,91,US,5020.00,5020.00,5000.00 +1035537900,MADEINLOVE is a new french graphic condoms brand.,Product Design,Design,EUR,2016-07-31,50000.00,2016-06-30 20:46:30,3422.00,failed,81,FR,873.81,3817.58,55779.91 +1035541596,Artist's Dream,Painting,Art,USD,2012-08-23,30000.00,2012-07-09 23:51:20,35.00,failed,2,US,35.00,35.00,30000.00 +1035551736,Precious Souls,Design,Design,USD,2014-07-16,5000.00,2014-07-09 01:04:54,10.00,failed,1,US,10.00,10.00,5000.00 +1035557495,Timothy Eli and The Nephillim Testament,Children's Books,Publishing,USD,2016-03-04,20000.00,2016-02-04 06:57:12,20.00,failed,1,US,20.00,20.00,20000.00 +1035561259,Modern American Clothing,Apparel,Fashion,USD,2014-07-03,43000.00,2014-06-03 20:59:26,2.00,failed,2,US,2.00,2.00,43000.00 +1035566636,LokDon,Software,Technology,USD,2015-08-30,50000.00,2015-07-31 17:23:41,0.00,failed,0,US,0.00,0.00,50000.00 +1035567917,Industrial Empires (Canceled),Tabletop Games,Games,USD,2012-05-27,125000.00,2012-05-05 11:56:42,180.00,canceled,3,US,180.00,180.00,125000.00 +1035578410,'ART',Plays,Theater,USD,2015-01-06,5000.00,2014-12-20 20:47:03,5070.00,successful,46,US,5070.00,5070.00,5000.00 +1035586107,Business Start-Up Advice,Web,Technology,GBP,2015-08-15,1100000.00,2015-07-06 19:05:05,0.00,failed,0,GB,0.00,0.00,1723975.80 +1035606170,Cauliflower for Al Jordan at ZomBcon!,Fiction,Publishing,USD,2010-10-28,400.00,2010-09-15 22:41:12,110.00,failed,5,US,110.00,110.00,400.00 +1035607756,WoodieHub | Rethink how you see powerstrips,Product Design,Design,EUR,2016-08-01,15000.00,2016-06-28 17:21:18,23690.00,successful,143,IT,22694.94,26428.52,16733.97 +"1035609915,""Corner Office Workstation of Vexation, Annoyance & Victory"",Sculpture,Art,USD,2013-08-12,213.00,2013-07-29 21:14:43,266.16,successful,25,US,266.16,266.16,213.00" +1035611145,Cuffi's Earbandz,Accessories,Fashion,USD,2016-09-23,1000.00,2016-07-25 18:46:57,55.00,failed,4,US,0.00,55.00,1000.00 +1035613402,Lake Eerie -Now On Demand,Horror,Film & Video,USD,2016-05-17,250.00,2016-05-04 18:44:49,2880.00,successful,8,US,2880.00,2880.00,250.00 +"1035624715,""""""I know why there was water on Mars. Do you?"""" Trailer"",Fiction,Publishing,USD,2013-12-05,12555.00,2013-11-12 01:39:53,1301.00,failed,20,US,1301.00,1301.00,12555.00" +1035627608,SIEGLO: City Lights Project,Product Design,Design,AUD,2016-10-27,5000.00,2016-09-27 01:12:24,1781.00,failed,22,AU,648.31,1348.63,3786.16 +10356302,Ninchanese: a Gamified Chinese Learning Web App,Video Games,Games,EUR,2015-08-02,15000.00,2015-06-22 15:36:29,20853.00,successful,314,FR,23673.19,22815.35,16411.56 +1035633689,U.F.O.(You Find Opponents) Gaming Arena (Canceled),Video Games,Games,USD,2014-08-28,100000.00,2014-07-14 23:20:12,0.00,canceled,0,US,0.00,0.00,100000.00 +1035644658,Noble Timepieces - Limited Swiss Movement Watches,Product Design,Design,USD,2014-06-08,20000.00,2014-05-09 09:31:50,20762.00,successful,73,US,20762.00,20762.00,20000.00 +1035645281,Picture of Earth from Super High Altitude,Nature,Photography,USD,2017-10-25,6000.00,2017-09-25 10:12:40,40.00,failed,3,US,0.00,40.00,6000.00 +1035659909,Stranded: One man vs. a town of hill billy cannibals,Comics,Comics,USD,2012-07-20,30000.00,2012-06-05 22:36:09,106.00,canceled,5,US,106.00,106.00,30000.00 +1035663966,TIME AROUND US: CUBA 2012 -360°photo/video timelapse project,Photography,Photography,USD,2012-07-01,6000.00,2012-05-25 06:03:08,811.00,failed,14,US,811.00,811.00,6000.00 +1035667550,LOTUSEATER: a streetwear brand,Fashion,Fashion,USD,2013-04-25,10000.00,2013-03-16 00:57:24,0.00,failed,0,US,0.00,0.00,10000.00 +1035673085,Digital Republishing of the Journal of Salesian Studies,Periodicals,Publishing,USD,2014-01-25,2200.00,2013-12-27 21:39:20,2485.00,successful,24,US,2485.00,2485.00,2200.00 +1035679433,Taxidermy Automata Art,Art,Art,GBP,2017-10-13,8000.00,2017-09-03 18:23:32,80.00,failed,5,GB,439.01,106.18,10618.11 +1035679493,I Like You. - a feature film by HiChristina! (Canceled),Film & Video,Film & Video,USD,2010-11-12,16000.00,2010-10-13 21:09:56,1484.23,canceled,47,US,1484.23,1484.23,16000.00 +1035684357,From Bedrooms to Billions: The Amiga Years!,Documentary,Film & Video,GBP,2015-03-29,50000.00,2015-02-27 13:18:51,95299.01,successful,2395,GB,148154.67,141072.95,74015.96 +1035686556,Ivy Sapphire Writes,Children's Books,Publishing,USD,2015-10-15,500.00,2015-09-15 02:52:51,0.00,failed,0,US,0.00,0.00,500.00 +1035687000,These Old Streets Album,Indie Rock,Music,USD,2012-06-04,750.00,2012-05-05 19:19:55,850.00,successful,25,US,850.00,850.00,750.00 +1035691102,Playing Dr.,Documentary,Film & Video,USD,2017-04-02,8000.00,2017-02-19 19:52:47,431.00,failed,6,US,150.00,431.00,8000.00 +"1035692269,""The 180 Tour Comes to Bayard, NE"",Music,Music,USD,2011-10-18,5000.00,2011-09-19 21:35:31,5000.00,successful,6,US,5000.00,5000.00,5000.00" +1035697438,LOVE SUPERSTAR! A Magical Musical Journey,Pop,Music,USD,2013-07-05,15000.00,2013-06-05 17:02:13,15631.00,successful,134,US,15631.00,15631.00,15000.00 +1035698253,Iridium,Theater,Theater,GBP,2016-08-04,500.00,2016-07-05 17:53:53,600.00,successful,21,GB,308.63,789.25,657.70 +103569964,Tis The Best Christmas Play Ever,Theater,Theater,USD,2012-11-12,6000.00,2012-10-17 22:20:42,0.00,failed,0,US,0.00,0.00,6000.00 +1035710614,Kubonets - Crafted hardwood magnets. (Canceled),Design,Design,USD,2014-07-19,12000.00,2014-06-26 18:48:34,480.00,canceled,11,US,480.00,480.00,12000.00 +1035712114,El Método PIGS - un corto de Boris Kozlov,Shorts,Film & Video,EUR,2017-10-23,10000.00,2017-09-23 00:24:32,10044.00,successful,67,ES,0.00,11656.03,11604.97 +103572708,Puhu Leather Watchbands for Any Watches and AppleWatches,Design,Design,USD,2017-03-11,10000.00,2017-01-10 22:48:12,170.00,failed,2,US,0.00,170.00,10000.00 +1035729032,Cult of Messiah,Apparel,Fashion,USD,2015-01-16,3000.00,2014-12-17 00:16:28,545.00,failed,11,US,545.00,545.00,3000.00 +1035730472,2012 A Love Not Lost EP!,Rock,Music,USD,2011-09-15,4500.00,2011-08-01 22:28:18,335.00,failed,9,US,335.00,335.00,4500.00 +1035731258,Be part of something GREAT. Believe in OIKOS Software.,Software,Technology,USD,2015-02-27,18000.00,2015-01-28 18:57:22,1.00,canceled,1,US,1.00,1.00,18000.00 +1035739082,Paradox,Shorts,Film & Video,USD,2011-05-17,3000.00,2011-03-26 09:24:04,0.00,failed,0,US,0.00,0.00,3000.00 +1035744047,WyvernsTales Launch Event,Live Games,Games,GBP,2016-05-15,2000.00,2016-04-15 12:13:46,338.00,failed,10,GB,478.17,492.42,2913.71 +1035746426,StyliStorm - Perfection for every artist (Capacitive Stylus),Product Design,Design,USD,2011-10-21,7500.00,2011-09-11 13:37:47,576.00,canceled,10,US,576.00,576.00,7500.00 +1035749501,EAROS: Hearing Protection That’s Music to Your Ears,Product Design,Design,USD,2017-02-25,99000.00,2017-01-15 20:28:43,208884.00,successful,2561,US,430.00,208884.00,99000.00 +1035760687,Livestream Live With MAN3,Webseries,Film & Video,USD,2015-09-18,3500.00,2015-08-19 20:21:57,0.00,failed,0,US,0.00,0.00,3500.00 +1035786701,Mercenary: The Novel,Fiction,Publishing,USD,2016-08-23,6500.00,2016-07-24 01:11:27,21.00,failed,3,US,0.00,21.00,6500.00 +1035789367,No Kisses For Free Trailer Project,Shorts,Film & Video,USD,2012-01-07,3000.00,2011-11-08 15:26:34,675.00,failed,9,US,675.00,675.00,3000.00 +1035792061,Brilli: Brilliant LED lighting at your fingertips,Gadgets,Technology,CAD,2015-01-13,20000.00,2014-12-09 17:05:08,451.00,failed,3,CA,394.69,374.74,16618.20 +"1035805287,""'Alice Does Wonderland' - 24 x 30"""" Fine Art Giclée Print"",Mixed Media,Art,USD,2017-02-05,600.00,2017-01-06 06:59:49,96.00,failed,3,US,0.00,96.00,600.00" +1035805929,ABDL PVC Crib,DIY,Crafts,USD,2016-08-25,550.00,2016-07-26 07:58:03,0.00,canceled,0,US,0.00,0.00,550.00 +1035806994,Sapphire Castle & The Land of Gems Board Game,Tabletop Games,Games,USD,2015-10-08,2000.00,2015-09-08 19:11:16,1.00,failed,1,US,1.00,1.00,2000.00 +1035810264,Singer Songwriter to Rap Artist,Hip-Hop,Music,USD,2015-08-06,100.00,2015-07-07 04:26:37,0.00,failed,0,US,0.00,0.00,100.00 +1035813986,Warlords & Sellswords- An Army Building Card Game,Tabletop Games,Games,USD,2015-03-21,15000.00,2015-02-18 18:48:33,5671.00,failed,117,US,5671.00,5671.00,15000.00 +1035819559,Double Dots: An Innovative Puzzle Game For IOS,Video Games,Games,USD,2013-11-09,550.00,2013-10-26 00:57:08,35.00,failed,3,US,35.00,35.00,550.00 +1035820876,GENECY # 2 : The Cosmic Theatre Continues!,Comics,Comics,USD,2011-05-08,4000.00,2011-02-06 08:00:37,440.00,failed,13,US,440.00,440.00,4000.00 +103582339,Droughtland,Documentary,Film & Video,USD,2014-11-06,19000.00,2014-10-22 21:30:44,150.00,failed,2,US,150.00,150.00,19000.00 +"1035823916,""Nice 2 Meet U, Marcos - A Novel"",Fiction,Publishing,USD,2014-01-26,3500.00,2013-12-20 04:15:04,3646.00,successful,77,US,3646.00,3646.00,3500.00" +1035825367,Help build the Puff Truck! Pizza Puff Food Truck Chicago,Food Trucks,Food,USD,2017-02-28,5000.00,2017-01-25 06:28:38,260.00,failed,5,US,0.00,260.00,5000.00 +1035841529,Sydney Wayser's Lonely Hearts Club Van,Indie Rock,Music,USD,2010-01-19,5000.00,2009-10-21 20:10:26,5048.00,successful,58,US,5048.00,5048.00,5000.00 +1035856086,GodZ - Unleash Your Power (Canceled),Games,Games,GBP,2013-02-27,47000.00,2013-01-28 15:33:18,732.00,canceled,21,GB,1156.66,1100.50,70660.75 +1035863743,The Basement,Video Games,Games,USD,2015-01-08,8000.00,2014-12-05 22:22:40,406.00,failed,26,US,406.00,406.00,8000.00 +1035863853,Not A Villain: Book 1,Comics,Comics,USD,2012-06-20,8000.00,2012-05-18 06:42:51,9207.99,successful,148,US,9207.99,9207.99,8000.00 +1035875636,Vertical Axis Wind Turbine with Airfoils,Hardware,Technology,USD,2014-07-30,220000.00,2014-05-31 00:06:56,1795.00,failed,20,US,1795.00,1795.00,220000.00 +1035877463,It's Better In Italian - A USC Documentary Thesis,Documentary,Film & Video,USD,2013-05-04,12000.00,2013-04-04 04:24:21,12942.00,successful,148,US,12942.00,12942.00,12000.00 +1035878573,Ginger And The Moon,Children's Books,Publishing,GBP,2017-11-19,12000.00,2017-10-20 17:39:53,362.00,failed,14,GB,107.00,482.44,15992.32 +1035882318,Help match our 2nd NEA grant for Glory Denied,Classical Music,Music,USD,2015-11-12,2500.00,2015-10-26 14:06:42,2650.00,successful,29,US,2650.00,2650.00,2500.00 +1035891051,Cast Off - A Game of Amusingly Inappropriate Casting,Tabletop Games,Games,CAD,2014-05-18,25000.00,2014-04-18 00:01:57,1181.00,failed,28,CA,1075.01,1083.39,22933.68 +"1035891052,""""""Bucking the System"""" CD for Buck Malen"",Rock,Music,USD,2016-12-23,880.00,2016-11-23 00:00:19,120.00,failed,6,US,20.00,120.00,880.00" +1035895249,SOCAL ICON 2012 Solo Vocal Competition,Music,Music,USD,2012-02-06,4000.00,2012-01-12 22:24:42,355.00,failed,9,US,355.00,355.00,4000.00 +1035897242,Phace,Illustration,Art,USD,2012-02-07,20000.00,2012-01-08 08:30:26,0.00,failed,0,US,0.00,0.00,20000.00 +103589842,Plug 'N' IoT,Hardware,Technology,EUR,2015-07-22,35000.00,2015-06-22 10:34:59,2048.00,failed,22,NL,2324.97,2240.31,38286.51 +"1035900566,""Flicked® Smart Lamps - no wires, no worries (Canceled)"",Technology,Technology,AUD,2015-10-15,40000.00,2015-09-15 13:57:33,2458.00,canceled,13,AU,1748.62,1783.74,29027.58" +1035900780,VOTA House Party Contest for Lynnea Fredrickson,Music,Music,USD,2011-05-21,1000.00,2011-04-21 15:47:47,200.00,failed,2,US,200.00,200.00,1000.00 +1035901108,>1 - A sci-fi film about the walls that stand between us,Science Fiction,Film & Video,USD,2015-10-06,10000.00,2015-09-06 02:44:59,6695.00,failed,79,US,6695.00,6695.00,10000.00 +1035917594,Bigfoot and Mother Nature Calling,Fiction,Publishing,USD,2012-05-26,20000.00,2012-04-25 01:40:08,1265.00,failed,15,US,1265.00,1265.00,20000.00 +1035920013,3 Still Standing - The Launch!,Documentary,Film & Video,USD,2014-10-21,19500.00,2014-09-11 18:55:00,24780.00,successful,201,US,24780.00,24780.00,19500.00 +1035923274,Australian Truck Simulator,Games,Games,AUD,2015-05-17,200000.00,2015-03-18 22:55:39,200.00,failed,4,AU,152.58,157.65,157654.11 +1035930744,I hate the potato salad guy t-shirt (Canceled),Apparel,Fashion,USD,2014-08-10,25.00,2014-07-11 20:54:56,26.00,canceled,2,US,26.00,26.00,25.00 +1035937123,Within the Four Walls: A Portrait of Nepali Women,Documentary,Film & Video,USD,2011-12-26,8000.00,2011-11-21 09:12:28,8241.00,successful,30,US,8241.00,8241.00,8000.00 +1035943743,SPALTING CREEK STUDIO: UNIQUE TURNED OBJECTS OF CHARACTER,Sculpture,Art,USD,2016-11-18,1000.00,2016-10-19 02:00:22,2539.00,successful,32,US,934.00,2539.00,1000.00 +1035944804,Help Fund Circe Link's New Album : Bird's Amazing Odyssey...,Music,Music,USD,2015-04-08,4000.00,2015-03-09 17:00:27,16806.00,successful,203,US,16806.00,16806.00,4000.00 +1035944820,The Marijn novel for the world,Fiction,Publishing,EUR,2014-05-29,4000.00,2014-04-29 01:11:37,269.00,failed,10,NL,372.14,366.03,5442.77 +1035947721,Newport Documentary,Documentary,Film & Video,USD,2012-10-20,5000.00,2012-09-15 01:51:14,2065.00,failed,92,US,2065.00,2065.00,5000.00 +1035949641,PB Lakes High School produces Disney's Aladdin the Musical,Theater,Theater,USD,2013-10-30,13689.00,2013-09-23 23:55:51,521.00,failed,10,US,521.00,521.00,13689.00 +1035953482,The Grind,Restaurants,Food,USD,2014-08-17,15000.00,2014-07-18 02:38:13,0.00,failed,0,US,0.00,0.00,15000.00 +1035955859,Sustainable Ethanol Fuel Using Trash and Mushrooms,Technology,Technology,USD,2016-06-16,1000.00,2016-05-17 07:06:53,456.00,failed,7,US,456.00,456.00,1000.00 +1035957931,Beautiful Shesham hidden compartment puzzle boxes,Woodworking,Crafts,GBP,2015-05-17,500.00,2015-04-17 17:40:05,108.00,failed,5,GB,160.35,168.91,782.01 +1035959325,Friendcards! A game to remember favors owed by your friends!,Playing Cards,Games,USD,2015-06-02,1000.00,2015-05-03 22:36:41,0.00,failed,0,US,0.00,0.00,1000.00 +1035961270,Botte Di Arte,Woodworking,Crafts,USD,2017-07-20,5000.00,2017-06-20 06:56:12,0.00,failed,0,US,0.00,0.00,5000.00 +1035964041,Shisha Simulator 2016 (Canceled),Video Games,Games,EUR,2016-02-04,15000.00,2016-01-05 00:47:15,1.00,canceled,1,DE,1.09,1.12,16802.96 +1035964831,The Uncovered Project,Zines,Publishing,USD,2014-09-30,2000.00,2014-08-30 18:31:13,255.00,failed,2,US,255.00,255.00,2000.00 +"1035980418,""""""The Beauty of the Homeless Heart"""""",Art,Art,USD,2012-09-08,15000.00,2012-08-09 22:26:42,1280.00,failed,12,US,1280.00,1280.00,15000.00" +1035980968,The New Neighbor,Film & Video,Film & Video,USD,2012-11-06,5330.00,2012-10-02 00:08:30,6499.00,successful,69,US,6499.00,6499.00,5330.00 +"1035987156,""Dia de los Muertos (Day of the Dead) Sandpainting—Tieton, WA"",Art,Art,USD,2011-10-30,500.00,2011-10-14 00:49:30,720.00,successful,15,US,720.00,720.00,500.00" +103599386,Profugo: Every Thread Has A Tale,Fashion,Fashion,USD,2013-05-04,10000.00,2013-04-01 20:45:35,11641.00,successful,163,US,11641.00,11641.00,10000.00 +1035998850,A Big Man's Game: The Earl Boykins Story,Documentary,Film & Video,USD,2015-09-12,42000.00,2015-08-13 22:32:38,66.00,failed,4,US,66.00,66.00,42000.00 +1036003216,THE GREATEST COMIC QUIZ BOOK IN THE MULTIVERSE.,Comics,Comics,GBP,2013-08-17,5000.00,2013-07-18 11:34:05,539.00,failed,25,GB,817.79,837.89,7772.67 +103600525,The Resistance: Endgame (Canceled),Fiction,Publishing,USD,2016-01-08,8500.00,2015-11-09 03:36:26,0.00,canceled,0,US,0.00,0.00,8500.00 +1036005615,'YOURS!' Magazine - Made by You. Made for You.,Publishing,Publishing,USD,2012-01-30,4000.00,2011-12-31 05:04:55,0.00,failed,0,US,0.00,0.00,4000.00 +1036007218,Designed Butterfly Pillows,Fashion,Fashion,USD,2014-08-06,4000.00,2014-07-07 19:23:39,698.00,canceled,12,US,698.00,698.00,4000.00 +1036018529,Sarvi Dock - A universal dock for Apple and Android devices.,Product Design,Design,USD,2017-12-01,20000.00,2017-10-17 19:12:47,38187.00,successful,732,US,4680.00,38187.00,20000.00 +1036018889,Liena's Story - A Mobile Turn-based RPG (Canceled),Video Games,Games,USD,2013-06-19,30000.00,2013-05-20 18:14:30,590.00,canceled,21,US,590.00,590.00,30000.00 +1036023371,Fool's Gold,Art Books,Publishing,USD,2012-12-22,20000.00,2012-11-19 18:51:55,10376.00,failed,82,US,10376.00,10376.00,20000.00 +103602496,Odyssey: ARGONAUTS,Tabletop Games,Games,GBP,2016-04-22,1200.00,2016-04-07 20:55:00,6039.00,successful,88,GB,8552.79,8682.84,1725.35 +1036025445,Tritium Everlasting Light-Source Keychain,Product Design,Design,CAD,2017-10-28,1000.00,2017-09-28 17:32:32,8395.00,successful,164,CA,2464.88,6598.81,786.04 +1036026550,Black Adam App,Apps,Technology,USD,2015-03-24,5000.00,2015-02-07 14:17:44,2.00,failed,1,US,2.00,2.00,5000.00 +"1036026889,Unknown Era - LAST WEEK TO HELP US HIT OUR TARGET!,Music,Music,GBP,2015-08-20,1000.00,2015-07-11 11:56:41,1400.00,undefined,0,""N,0"""""",,2194.15,1567.25" +1036029505,Geek World: A Documentary - Geeks Around the Globe,Documentary,Film & Video,USD,2014-01-20,65000.00,2013-12-19 03:28:31,185.00,failed,7,US,185.00,185.00,65000.00 +1036030277,Grow,Product Design,Design,USD,2015-04-20,10000.00,2015-03-20 23:00:32,8164.00,failed,38,US,8164.00,8164.00,10000.00 +"1036041373,""Indie Album Music Remix, Videos & Ads"",Electronic Music,Music,GBP,2017-07-17,550.00,2017-06-19 18:14:30,16.00,failed,1,GB,0.00,20.79,714.55" +"1036052473,""New News 2, news aggregator with a twist"",Apps,Technology,USD,2015-04-10,50000.00,2015-03-11 05:49:22,141.00,failed,4,US,141.00,141.00,50000.00" +1036055682,Namespace (Canceled),Mobile Games,Games,GBP,2015-03-18,100.00,2015-02-08 13:58:17,100.00,canceled,17,GB,152.41,148.53,148.53 +1036056064,HOME: The Movie,Film & Video,Film & Video,USD,2014-03-24,40000.00,2014-01-27 21:37:18,2474.00,failed,22,US,2474.00,2474.00,40000.00 +1036064005,Send Respect: The Joy of Aides to Festivals,Documentary,Film & Video,USD,2012-07-26,500.00,2012-06-11 23:30:52,370.00,failed,8,US,370.00,370.00,500.00 +103606628,The Book of Dahlia,Fiction,Publishing,USD,2012-08-01,1000.00,2012-07-02 22:40:10,1230.00,successful,13,US,1230.00,1230.00,1000.00 +1036076152,Historical Pergola,Public Art,Art,USD,2015-07-08,95000.00,2015-05-09 00:56:16,101.00,failed,2,US,101.00,101.00,95000.00 +1036081890,Slang N' Friendz,Tabletop Games,Games,USD,2017-10-06,10000.00,2017-09-06 17:20:53,12637.00,successful,165,US,2040.00,12637.00,10000.00 +1036088605,H.O.M.W : Era of duels (Free 3D game),Mobile Games,Games,CAD,2017-09-23,300000.00,2017-08-09 22:06:11,5.00,failed,1,CA,3.95,4.02,241157.56 +1036096391,Villains Need Love - Art Book,Art Books,Publishing,EUR,2016-11-09,5000.00,2016-10-10 19:03:47,26538.00,successful,668,ES,3159.13,28937.18,5452.03 +1036099088,a GOOD gift,Graphic Design,Design,USD,2012-01-05,10000.00,2011-11-06 17:33:10,91.00,failed,6,US,91.00,91.00,10000.00 +1036103643,Wine and Alchemy - we have a World of music to share,World Music,Music,USD,2014-09-06,5000.00,2014-07-08 22:36:19,9046.00,successful,272,US,9046.00,9046.00,5000.00 +1036110914,Change the World,Documentary,Film & Video,USD,2015-05-02,15000.00,2015-03-23 16:36:29,365.00,failed,4,US,365.00,365.00,15000.00 +1036118033,Baxter tShirt,Digital Art,Art,USD,2014-10-03,510.00,2014-09-03 19:49:25,95.00,failed,2,US,95.00,95.00,510.00 +1036124063,Casual Games the Web Series,Webseries,Film & Video,USD,2014-10-03,10000.00,2014-09-03 17:01:21,3165.00,failed,28,US,3165.00,3165.00,10000.00 +1036124759,Rare Fish don't come in tins,Graphic Design,Design,EUR,2016-04-30,1100.00,2016-03-31 12:08:01,246.00,failed,8,FR,277.78,281.10,1256.97 +1036137055,INTERSTITIAL THEATRE' S Mobile Screen /Video Art/ Tour 2013,Video Art,Art,USD,2013-04-04,5000.00,2013-03-05 06:00:14,5080.00,successful,93,US,5080.00,5080.00,5000.00 +1036147131,HEX,Electronic Music,Music,CAD,2014-07-06,1000.00,2014-06-22 07:54:49,1286.00,successful,31,CA,1194.52,1208.53,939.76 +103614881,Coin Jam. A comedy webseries.,Webseries,Film & Video,USD,2011-08-10,7500.00,2011-07-11 16:23:12,57.00,failed,4,US,57.00,57.00,7500.00 +1036153335,MagSphere & MagBounce Flash Diffusers - by MagMod,Product Design,Design,USD,2014-12-04,50000.00,2014-10-29 15:10:02,310348.00,successful,2322,US,310348.00,310348.00,50000.00 +1036167768,Cheap art!,Painting,Art,USD,2009-08-08,550.00,2009-07-09 02:32:29,1550.00,successful,38,US,1550.00,1550.00,550.00 +1036179524,Wuffle The Big Nice Wolf Year 1 - Softcover Edition,Comics,Comics,USD,2014-08-18,10.00,2014-07-19 23:05:38,163.00,successful,16,US,163.00,163.00,10.00 +"1036191195,""Sex, Drugs & Video Games! The 90s Virgin story- London & LA"",Video Games,Games,EUR,2015-11-25,52500.00,2015-10-21 14:18:45,3757.00,canceled,82,ES,4258.83,3974.90,55544.98" +1036202724,Whisper Node,Hardware,Technology,AUD,2016-04-13,15000.00,2016-03-14 22:25:21,15245.00,successful,187,AU,11531.42,11744.09,11555.35 +"1036215591,""Hidden Children """"Memoirs of child survivors of the Holocaust"""""",Documentary,Film & Video,USD,2009-11-24,5000.00,2009-08-28 04:33:33,276.00,failed,6,US,276.00,276.00,5000.00" +1036220288,Pine Tar Baseball 1915: Dice Simulation Featuring Babe Ruth,Tabletop Games,Games,USD,2016-08-31,250.00,2016-08-04 16:04:55,824.00,successful,23,US,0.00,824.00,250.00 +103622383,Rise of Bones: the series,Film & Video,Film & Video,USD,2016-07-16,2000.00,2016-06-21 04:43:07,0.00,failed,0,US,0.00,0.00,2000.00 +1036227300,Stereotypically Me (Canceled),Fiction,Publishing,USD,2012-04-27,600.00,2012-03-28 22:05:46,25.00,canceled,1,US,25.00,25.00,600.00 +1036229879,Apama: The Undiscovered Animal Volume 2,Anthologies,Comics,USD,2016-11-01,7000.00,2016-09-29 06:53:47,11196.00,successful,196,US,1833.00,11196.00,7000.00 +1036239101,Print Release of Matchbox Girls,Fiction,Publishing,USD,2012-02-16,350.00,2012-01-08 21:49:42,4440.00,successful,110,US,4440.00,4440.00,350.00 +1036239815,'Hands of Flame',Documentary,Film & Video,USD,2011-12-22,12500.00,2011-11-19 16:17:52,276.00,failed,10,US,276.00,276.00,12500.00 +"1036241639,""Pet Turtles - or - """"We Lost Mom's Gravestone"""""",Comedy,Film & Video,USD,2017-02-14,17500.00,2016-12-31 01:23:07,4395.25,failed,53,US,5.00,4395.25,17500.00" +1036244654,EVERGREEN: THE ROAD TO MARIJUANA LEGALIZATION,Documentary,Film & Video,USD,2013-03-19,12000.00,2013-02-19 21:30:43,385.00,failed,13,US,385.00,385.00,12000.00 +1036252462,Happy unicorn,Playing Cards,Games,USD,2015-09-12,25000.00,2015-08-13 07:31:08,723.00,failed,6,US,723.00,723.00,25000.00 +1036258929,Copyrighting a set of Card Faery Divas Paintings,Painting,Art,USD,2013-08-12,200.00,2013-07-13 19:43:23,2035.00,successful,2,US,2035.00,2035.00,200.00 +1036262608,Sutures Monster Building Card Game,Tabletop Games,Games,USD,2015-11-02,1000.00,2015-10-01 21:30:14,1596.00,successful,35,US,1596.00,1596.00,1000.00 +1036271211,Kaderick,Young Adult,Publishing,EUR,2016-05-22,299.00,2016-04-22 06:37:30,0.00,failed,0,BE,0.00,0.00,333.92 +1036288991,The Liaisons: a new twist on the old standards,Jazz,Music,USD,2016-01-01,5000.00,2015-11-09 20:12:08,5630.00,successful,116,US,5630.00,5630.00,5000.00 +1036290316,Problems vs. Solutions Tour: Rock Tuba Journalism,Music,Music,USD,2013-03-08,10000.00,2013-02-06 03:02:21,520.00,failed,17,US,520.00,520.00,10000.00 +1036292057,The Testimonials,Fiction,Publishing,USD,2012-06-02,100000.00,2012-05-03 05:36:03,7515.00,failed,2,US,7515.00,7515.00,100000.00 +1036294793,Crazy Jane Misbehaves: Rule-Breaking New Music,Classical Music,Music,USD,2013-11-01,1200.00,2013-10-02 23:01:52,1250.00,successful,28,US,1250.00,1250.00,1200.00 +103629928,Smart Golf,Hardware,Technology,USD,2015-06-15,20000.00,2015-05-01 02:54:18,21966.00,successful,61,US,21966.00,21966.00,20000.00 +103630103,CALI RUSH Movie,Documentary,Film & Video,USD,2012-05-01,10000.00,2012-03-14 04:34:52,10170.00,successful,91,US,10170.00,10170.00,10000.00 +1036312069,Realistic Trump Bobble Head,Art,Art,USD,2017-12-15,15000.00,2017-11-04 23:31:56,150.00,canceled,2,US,150.00,150.00,15000.00 +1036313787,Will Knit For Food,Publishing,Publishing,USD,2011-07-14,3000.00,2011-06-23 14:35:20,300.00,failed,5,US,300.00,300.00,3000.00 +"103631505,""Love, the Middle Eastern Project"",World Music,Music,USD,2013-10-06,12000.00,2013-09-06 19:01:25,3804.81,failed,70,US,3804.81,3804.81,12000.00" +1036323963,CRUSHED: A Feature Film,Narrative Film,Film & Video,AUD,2014-04-01,35000.00,2014-03-05 23:00:48,36325.25,successful,290,AU,32453.77,33603.38,32377.43 +1036325228,earCaddy: The Simple Phone Stand & Ear-Bud Holder,Product Design,Design,USD,2015-02-11,2800.00,2015-01-07 23:04:29,166.00,failed,4,US,166.00,166.00,2800.00 +103632933,Calli Dollinger and The Dusters Fall Tour Fund,Indie Rock,Music,USD,2011-10-13,2000.00,2011-09-08 01:57:59,2065.00,successful,41,US,2065.00,2065.00,2000.00 +1036329616,Matsuri Enamel Pins,Art,Art,USD,2016-12-08,2000.00,2016-11-08 17:50:58,7877.00,successful,253,US,1967.00,7877.00,2000.00 +103633460,Bluewater Beacon - Cloud Based Recruiting Management,Web,Technology,USD,2014-09-08,240000.00,2014-07-28 00:59:13,0.00,failed,0,US,0.00,0.00,240000.00 +1036334620,Killing the Innocent,Nonfiction,Publishing,USD,2016-10-08,19500.00,2016-08-09 17:05:09,807.00,failed,9,US,424.00,807.00,19500.00 +1036336211,Hood Hopping,Photo,Journalism,EUR,2015-01-08,7500.00,2014-12-09 12:28:01,71.00,failed,4,NL,87.51,83.87,8859.70 +1036336316,Ereb Altor,Tabletop Games,Games,SEK,2017-12-03,150000.00,2017-11-03 15:04:42,256022.00,successful,528,SE,19315.74,30131.58,17653.70 +1036339289,Scars are Beautiful,Photobooks,Photography,CAD,2015-01-04,5000.00,2014-11-25 18:45:45,0.00,failed,0,CA,0.00,0.00,4230.12 +103634340,A Yorkshire man Lost in Europe. A Video Diary,Webseries,Film & Video,GBP,2016-06-03,4000.00,2016-05-04 09:27:15,0.00,failed,0,GB,0.00,0.00,5772.92 +1036362577,A Tree in the Winter,Shorts,Film & Video,USD,2016-02-19,2500.00,2016-01-20 06:49:37,2700.00,successful,32,US,2700.00,2700.00,2500.00 +1036362652,The Wild Palms,Country & Folk,Music,USD,2016-09-04,3500.00,2016-07-21 19:31:08,30.00,failed,1,US,0.00,30.00,3500.00 +"10363753,""""""Building The Highway 2 Mars"""" Documentary"",Documentary,Film & Video,USD,2012-07-05,55500.00,2012-06-05 01:57:30,0.00,failed,0,US,0.00,0.00,55500.00" +1036378032,Endless - A Tactical Fantasy Miniatures Game,Tabletop Games,Games,USD,2012-11-12,15000.00,2012-10-05 09:48:54,23783.01,successful,182,US,23783.01,23783.01,15000.00 +1036384463,BWW Studios Supporting Young Artists,Public Art,Art,USD,2014-09-30,2000.00,2014-09-03 21:07:36,155.00,failed,2,US,155.00,155.00,2000.00 +"1036385786,""Please help fund my first full length album, """"Second Wind""""!"",Indie Rock,Music,USD,2012-12-02,800.00,2012-11-01 21:18:04,955.00,successful,34,US,955.00,955.00,800.00" +1036409012,Fall River Posters,Art,Art,USD,2012-08-23,925.00,2012-07-31 16:55:38,6580.75,successful,149,US,6580.75,6580.75,925.00 +1036414408,Bicycle Bakery Mixes: Grain Free-Gluten Free-Paleo-Vegan,Food,Food,USD,2014-07-22,18750.00,2014-06-21 00:19:19,2162.00,failed,37,US,2162.00,2162.00,18750.00 +1036415983,Aikyam : Onnu,Music,Music,USD,2018-03-03,10000.00,2018-01-02 08:11:58,174.00,live,3,US,174.00,174.00,10000.00 +1036418221,Bullets not paint,Art,Art,USD,2012-07-09,4000.00,2012-06-07 08:37:33,0.00,failed,0,US,0.00,0.00,4000.00 +1036419426,HOPPER: IN HIS OWN WORDS,Documentary,Film & Video,USD,2012-06-01,35000.00,2012-05-02 18:57:03,9385.88,failed,69,US,9385.88,9385.88,35000.00 +"1036421301,""Be part of Martín Loyato quartet new record """"The Itinerant"""""",Jazz,Music,USD,2011-09-04,4800.00,2011-07-20 02:33:30,1182.00,failed,30,US,1182.00,1182.00,4800.00" +"1036423813,""Lanikai Brewing Company - Brewery located in Kailua, Hawaii"",Drinks,Food,USD,2015-03-01,20000.00,2015-01-30 19:14:36,34697.00,successful,287,US,34697.00,34697.00,20000.00" +1036425569,Reel In The Closet,Documentary,Film & Video,USD,2014-10-31,15000.00,2014-10-01 23:43:02,20019.00,successful,127,US,20019.00,20019.00,15000.00 +1036425751,You are a Priest Forever,Shorts,Film & Video,USD,2012-07-15,2000.00,2012-06-15 16:00:04,2325.00,successful,20,US,2325.00,2325.00,2000.00 +1036428659,Sound and Fury concert # 2,Classical Music,Music,USD,2015-03-06,500.00,2015-02-19 18:42:12,505.00,successful,5,US,505.00,505.00,500.00 +1036448243,Chamber Orchestra On Tour,Classical Music,Music,USD,2015-08-06,10000.00,2015-07-07 01:18:40,620.00,failed,11,US,620.00,620.00,10000.00 +"1036451893,""Big Picture Calendar Poster 2016, 365 different colors"",Design,Design,GBP,2015-12-01,1000.00,2015-11-05 20:03:24,66.00,failed,3,GB,101.78,99.92,1513.96" +1036455862,Target Paintball Mobile Paintballing,Live Games,Games,USD,2015-09-29,30000.00,2015-08-15 22:56:13,166.00,failed,3,US,166.00,166.00,30000.00 +1036460955,PCLIPPY: The Human Social Network - Photo Book,Art Books,Publishing,USD,2016-12-18,29.00,2016-11-18 18:45:19,39.00,successful,3,US,0.00,39.00,29.00 +1036464581,Lilia- A short film,Shorts,Film & Video,USD,2011-03-07,3500.00,2010-12-07 15:08:29,6880.00,successful,96,US,6880.00,6880.00,3500.00 +"103646589,""Tend, a Fun Environmental Public Participatory Art Endeavor"",Art,Art,USD,2011-08-04,1500.00,2011-07-05 14:39:54,565.00,failed,14,US,565.00,565.00,1500.00" +1036472754,eyot magazine,Publishing,Publishing,GBP,2016-03-09,200.00,2016-02-08 22:47:48,237.00,successful,17,GB,343.70,338.73,285.84 +1036477781,Breathe Boston,Shorts,Film & Video,USD,2015-05-15,2000.00,2015-04-15 02:51:11,26.00,failed,2,US,26.00,26.00,2000.00 +1036478924,of Love: A Short Film About Relationships,Shorts,Film & Video,USD,2013-07-26,10000.00,2013-06-21 17:03:51,2036.00,failed,12,US,2036.00,2036.00,10000.00 +1036481976,You + Esh FOREVER,Indie Rock,Music,USD,2012-03-24,3000.00,2012-02-08 04:31:36,3241.00,successful,65,US,3241.00,3241.00,3000.00 +1036482419,Vuvuzela - Recording First EP. (We have a harp. You don't.),Indie Rock,Music,USD,2011-08-24,2150.00,2011-08-06 04:23:58,2220.43,successful,50,US,2220.43,2220.43,2150.00 +"1036491058,""Feature Film """"Still and Forever"""""",Narrative Film,Film & Video,USD,2014-02-06,40000.00,2014-01-07 06:34:54,225.00,failed,3,US,225.00,225.00,40000.00" +1036496590,Prickly Pig Barbecue Sauce & Dry Rubs - tangy and spicy!,Small Batch,Food,USD,2015-05-22,12000.00,2015-04-24 01:13:59,12197.00,successful,99,US,12197.00,12197.00,12000.00 +"103650164,""Der König von Maauwa - Roman, Zukunft, Nachhaltigkeit"",Fiction,Publishing,EUR,2017-05-09,7500.00,2017-04-09 11:54:45,0.00,failed,0,DE,0.00,0.00,8156.96" +"1036502300,The social change of a life time,Music,Music,USD,2015-08-19,1500.00,2015-07-20 19:40:08,0.00,undefined,0,""N,0"""""",,0.00,1500.00" +1036502572,Snakes of Panama,Nonfiction,Publishing,USD,2011-07-03,4900.00,2011-05-29 18:54:29,602.00,failed,10,US,602.00,602.00,4900.00 +1036503706,Java Paradigm: A Foreigner's Liaison,Mixed Media,Art,USD,2013-06-22,1100.00,2013-05-23 06:56:29,187.00,failed,9,US,187.00,187.00,1100.00 +1036512525,VOLTARA: BATTLE FOR THE GALAXY,Animation,Film & Video,USD,2016-05-31,1500.00,2016-04-26 21:36:11,0.00,failed,0,US,0.00,0.00,1500.00 +1036517309,Robotic-Man & B.R.U.C.E #1,Comics,Comics,USD,2017-08-15,2500.00,2017-06-16 05:37:33,0.00,canceled,0,US,0.00,0.00,2500.00 +1036530435,Elroy Ball 35 Song Double Album and 2 Music Videos,Country & Folk,Music,USD,2015-04-23,75000.00,2015-02-22 07:13:51,1.00,failed,1,US,1.00,1.00,75000.00 +1036532902,PICTURE BERLIN's International Festival celebrates 5 years,Photography,Photography,USD,2014-05-31,7000.00,2014-05-01 17:03:27,7094.00,successful,98,US,7094.00,7094.00,7000.00 +1036532951,Revtek Roller: The Fitness Revolution,Product Design,Design,USD,2015-11-15,25000.00,2015-10-16 00:01:18,5926.00,failed,65,US,5926.00,5926.00,25000.00 +1036534752,Most Basic of Truths : A book about creating peace!,Children's Books,Publishing,USD,2014-03-01,300.00,2014-01-24 12:36:28,1110.00,successful,33,US,1110.00,1110.00,300.00 +"1036556111,""WRITTEN (Chicago Independent Film) Feature Film, Movie"",Film & Video,Film & Video,USD,2017-05-01,6500.00,2017-04-01 20:50:57,675.00,failed,4,US,575.00,675.00,6500.00" +103655766,IPAD HOLOGRAM 3D REFLECTOR (Canceled),Video Art,Art,USD,2015-10-04,1000.00,2015-09-04 22:07:11,101.00,canceled,4,US,101.00,101.00,1000.00 +1036562057,Two Parrots Coffee (Canceled),Television,Film & Video,USD,2015-12-28,25000.00,2015-11-28 03:41:26,0.00,canceled,0,US,0.00,0.00,25000.00 +1036565108,Cryptozoologist,Documentary,Film & Video,USD,2017-11-24,60000.00,2017-09-25 23:12:30,4315.00,failed,53,US,781.00,4315.00,60000.00 +1036566446,UNDEAD: a love story,Film & Video,Film & Video,USD,2011-09-19,5000.00,2011-08-20 04:43:27,5286.00,successful,52,US,5286.00,5286.00,5000.00 +1036572650,Burrito Barn - A Make Your Own Burrito Concept Restaurant,Restaurants,Food,USD,2015-03-15,60000.00,2015-01-14 01:01:34,1.00,failed,1,US,1.00,1.00,60000.00 +1036577948,Oculus VR Support for the Freespace Space Combat Sim,Video Games,Games,USD,2016-09-02,6000.00,2016-07-04 00:21:15,520.00,canceled,2,US,520.00,520.00,6000.00 +"1036602533,""Competio: Affordable, accessible online horse shows"",Web,Technology,GBP,2016-01-05,20000.00,2015-12-01 21:14:54,118.00,failed,6,GB,177.34,171.98,29149.42" +1036604322,What I Didn't Expect While She Was Expecting,Webseries,Film & Video,USD,2015-06-01,5000.00,2015-04-28 04:10:25,25.00,failed,1,US,25.00,25.00,5000.00 +1036608704,Dragon's Chain,Crafts,Crafts,EUR,2014-10-23,1500.00,2014-09-23 19:29:37,530.00,failed,4,NL,681.36,670.93,1898.85 +1036609888,Odie Vice - Buy One Supply One,Apparel,Fashion,USD,2014-10-19,300.00,2014-09-17 22:34:01,26.00,failed,3,US,26.00,26.00,300.00 +1036610395,Dolce Vizio,Spaces,Food,USD,2015-04-16,23000.00,2015-03-02 21:03:22,142.00,failed,7,US,142.00,142.00,23000.00 +103661728,StickFibe - Worlds First Wearable Adhesive MicroFiber Cloth,Product Design,Design,USD,2017-12-09,3000.00,2017-11-09 01:26:05,275.00,canceled,13,US,146.00,275.00,3000.00 +1036621323,Portrait of a STREET LIFE,Fiction,Publishing,USD,2013-10-13,1750.00,2013-09-05 04:25:00,1815.00,successful,16,US,1815.00,1815.00,1750.00 +1036627200,Carp Fishing App,Apps,Technology,GBP,2015-06-17,10000.00,2015-05-18 23:11:23,0.00,failed,0,GB,0.00,0.00,15838.32 +1036636808,Deus Sunday Mass Fundraiser BBQ for SXSW Tour 2.17.13,Rock,Music,USD,2013-02-19,100.00,2013-02-12 23:32:35,370.00,successful,7,US,370.00,370.00,100.00 +1036642616,The Album Project: Dreams Come True,Music,Music,USD,2012-09-16,50000.00,2012-08-17 19:10:31,600.00,failed,11,US,600.00,600.00,50000.00 +1036647445,Sonic Underground Season 2,Television,Film & Video,GBP,2017-11-11,500000.00,2017-09-12 00:32:32,221.00,failed,4,GB,131.98,291.63,659787.28 +1036656832,O.N.E.S. - Blogue Lifestyle,Web,Journalism,CAD,2017-06-20,3500.00,2017-05-07 18:30:58,905.00,failed,22,CA,36.63,684.00,2645.30 +1036660274,ubirX: Same-Day On-Demand Pickup & Delivery (ubirX.com),Apps,Technology,USD,2015-07-16,12000.00,2015-06-16 06:46:58,0.00,failed,0,US,0.00,0.00,12000.00 +1036662973,ScoutOut,Apps,Technology,USD,2016-06-04,90000.00,2016-05-05 03:47:40,0.00,failed,0,US,0.00,0.00,90000.00 +1036666366,Trans* monthly subscription gift basket/ Box,Product Design,Design,GBP,2014-11-23,120000.00,2014-09-24 21:59:19,22.00,failed,3,GB,36.04,34.53,188350.52 +103667591,Hugo Pieters Paintings,Painting,Art,CAD,2016-05-01,5000.00,2016-04-01 02:39:52,10.00,failed,1,CA,7.64,7.76,3882.29 +1036676650,Twisted Tuesday,Film & Video,Film & Video,USD,2014-06-08,7000.00,2014-04-10 00:41:42,0.00,failed,0,US,0.00,0.00,7000.00 +1036682648,Aikido of Vancouver Mat Donation,Art,Art,USD,2015-01-16,3500.00,2014-12-16 02:43:27,1682.00,failed,13,US,1682.00,1682.00,3500.00 +1036688393,The Bedroom Window - Original Cast Recording,World Music,Music,USD,2010-10-18,5000.00,2010-09-18 05:00:50,5200.00,successful,48,US,5200.00,5200.00,5000.00 +1036691160,Stories & lessons about becoming a long-term traveling RVer,Nonfiction,Publishing,USD,2017-07-01,650.00,2017-06-01 08:58:25,825.00,successful,21,US,28.00,825.00,650.00 +1036694255,HIDING BLAME: a short film about loss and recrimination,Film & Video,Film & Video,USD,2013-08-29,7000.00,2013-07-30 08:05:31,7011.00,successful,47,US,7011.00,7011.00,7000.00 +1036695747,One Man Kru Collaboration CD/Wrestling DVD 2 Disc Set,Hip-Hop,Music,USD,2013-07-01,10000.00,2013-05-02 21:18:55,70.00,failed,2,US,70.00,70.00,10000.00 +1036707480,Amy Lavere: Best of Both Worlds Tour,Music,Music,USD,2011-11-06,10000.00,2011-10-16 18:01:35,10405.99,successful,138,US,10405.99,10405.99,10000.00 +1036711765,Grind - the album,Music,Music,AUD,2017-11-01,500.00,2017-10-03 04:52:34,830.00,successful,16,AU,97.82,637.19,383.85 +1036713619,Fit Biz Magazine - The Magazine for Fitness Business Owners,Journalism,Journalism,USD,2016-06-01,5000.00,2016-05-02 00:36:08,390.00,failed,11,US,390.00,390.00,5000.00 +1036714724,An Open Letter of Apology to the Olive Trees,Experimental,Film & Video,EUR,2016-12-21,4444.00,2016-11-21 19:45:45,0.00,failed,0,FR,0.00,0.00,4642.22 +103671746,RECLAIMING YOUR LIFE AFTER A BRAIN INJURY,Film & Video,Film & Video,USD,2011-04-12,15000.00,2011-03-02 19:35:26,1750.00,failed,5,US,1750.00,1750.00,15000.00 +1036720132,Universal Eco-Friendly Lid,Product Design,Design,USD,2015-12-09,10000.00,2015-11-09 23:09:48,471.00,failed,9,US,471.00,471.00,10000.00 +1036732340,Holodad - A Sci-Fi feature-length Family Movie,Science Fiction,Film & Video,USD,2015-04-30,25000.00,2015-03-31 17:55:37,7854.00,failed,69,US,7854.00,7854.00,25000.00 +1036733103,Painting Your Future Bright!,Painting,Art,GBP,2014-04-01,100.00,2014-03-28 22:00:00,0.00,failed,0,GB,0.00,0.00,165.72 +1036738201,Ghost Stories For Real Or What?! (Canceled),Anthologies,Publishing,CAD,2014-12-20,4500.00,2014-11-05 02:06:30,10.00,canceled,1,CA,8.86,8.63,3881.99 +1036738346,Let Brett Play: The Story Of A Special Needs Football Player (Suspended),Documentary,Film & Video,USD,2011-09-08,17400.00,2011-08-24 13:54:07,544.00,suspended,17,US,544.00,544.00,17400.00 +1036755986,21Pictures: An app to revolutionise online dating,Apps,Technology,GBP,2015-10-02,15000.00,2015-09-02 07:59:06,1830.00,failed,35,GB,2817.10,2775.59,22750.71 +103675769,Very British Insults Posters,Graphic Design,Design,GBP,2017-12-03,500.00,2017-11-03 17:17:48,119.00,failed,3,GB,180.62,159.65,670.78 +10367591,International Workers Day--The People's Liberation Big Band,Jazz,Music,USD,2011-05-03,1300.00,2011-04-18 20:51:52,1311.00,successful,26,US,1311.00,1311.00,1300.00 +1036764794,MAMA'Z BA-B: The StagePlay,Plays,Theater,USD,2015-04-19,2000.00,2015-02-18 18:19:46,126.00,failed,3,US,126.00,126.00,2000.00 +"103677093,""Journal of a Single Girl through Italy: Art, Food, Fashion"",Journalism,Journalism,CAD,2014-08-30,1000.00,2014-07-31 02:25:00,7.00,failed,3,CA,6.48,6.44,919.29" +1036771861,Saragarhi: Scenes of Bravery and Valour (Canceled),Conceptual Art,Art,GBP,2016-05-20,15000.00,2016-04-20 17:05:29,2810.00,canceled,23,GB,4019.33,4093.76,21852.83 +1036780726,Extraordinary Vision Magazine: iTunes #1 Outdoor Photo Mag,Periodicals,Publishing,NZD,2015-11-23,57000.00,2015-11-02 08:17:38,17276.00,failed,289,NZ,11712.78,11290.03,37250.03 +1036782690,Surrogate Son of Sandino,Nonfiction,Publishing,USD,2013-12-09,25000.00,2013-10-10 22:46:56,0.00,failed,0,US,0.00,0.00,25000.00 +1036801882,Princess ZahriZella: How I Found My Lost Imagination,Children's Books,Publishing,USD,2014-08-31,15000.00,2014-08-01 23:20:43,15480.00,successful,108,US,15480.00,15480.00,15000.00 +"1036815728,""Living ideas, not only requirements on paper for mobile apps"",Software,Technology,EUR,2015-06-11,100000.00,2015-05-12 06:25:38,53.00,failed,4,DE,59.14,59.47,112199.45" +1036822504,The End of Ever After and Second Star Till Morning Tour,Music,Music,USD,2016-03-04,10000.00,2016-01-04 15:12:07,668.00,canceled,24,US,668.00,668.00,10000.00 +1036825626,SYMBOLIC BOXING,Graphic Design,Design,USD,2012-02-04,100000.00,2011-12-06 11:52:11,0.00,failed,0,US,0.00,0.00,100000.00 +1036828921,Help Fund LELAND's Next Two Music Videos and Trip to SXSW!,Pop,Music,USD,2014-12-20,20000.00,2014-11-20 18:51:19,1920.00,failed,25,US,1920.00,1920.00,20000.00 +1036831797,Cuba Documentary - They Were Named After Saints,Documentary,Film & Video,USD,2013-06-14,11000.00,2013-05-15 23:31:55,11044.00,successful,94,US,11044.00,11044.00,11000.00 +1036837456,The Heartless Webseries,Webseries,Film & Video,USD,2013-12-27,8000.00,2013-11-27 18:23:59,633.00,failed,14,US,633.00,633.00,8000.00 +1036849778,PARAGODS the Web Series,Webseries,Film & Video,USD,2013-05-13,5000.00,2013-04-22 19:52:48,855.00,failed,16,US,855.00,855.00,5000.00 +1036853379,Princess Lucinda: The Movie,Shorts,Film & Video,USD,2012-09-29,10000.00,2012-08-30 00:53:15,945.00,failed,24,US,945.00,945.00,10000.00 +103685345,BRILLIANCE IS RECORDING A 4TH ALBUM!!!,Music,Music,USD,2013-09-30,3827.00,2013-08-21 22:39:18,20.00,failed,1,US,20.00,20.00,3827.00 +1036853880,Felix Culpa: An Adaptive Athlete's Journey to Competition,Documentary,Film & Video,USD,2015-01-19,2500.00,2014-12-30 23:14:44,2671.00,successful,37,US,2671.00,2671.00,2500.00 +1036856472,Someone is Living in This House,Theater,Theater,USD,2011-02-07,2500.00,2011-01-06 06:50:52,2600.00,successful,25,US,2600.00,2600.00,2500.00 +"1036857802,""Zahatar: Acoustic String Band's """"The Little Country"""" album"",Country & Folk,Music,USD,2014-07-05,8000.00,2014-06-02 16:00:51,10525.00,successful,196,US,10525.00,10525.00,8000.00" +"1036859368,""""""Ezekiel"""" Ethiopia Orphan Documentary (Canceled)"",Documentary,Film & Video,USD,2011-06-27,5600.00,2011-05-18 22:26:55,3575.00,canceled,29,US,3575.00,3575.00,5600.00" +103686736,Coffee Shop: North,Art Books,Publishing,GBP,2015-10-01,10000.00,2015-09-01 17:55:52,10031.00,successful,134,GB,15478.36,15214.16,15167.14 +1036872632,Vulpés - your smart apparel,Wearables,Technology,EUR,2016-05-07,60000.00,2016-03-23 18:38:22,2341.50,failed,18,DE,2632.65,2657.14,68088.20 +1036873119,Vincent Van Gogh Action Figure,Product Design,Design,CAD,2017-03-16,20000.00,2017-01-30 14:13:21,142693.00,successful,3215,CA,688.74,107167.10,15020.65 +1036888865,Lucie's Luminaries LuLu Body & Scent Essentials,Candles,Crafts,USD,2015-03-31,2000.00,2015-03-07 20:23:51,1.00,failed,1,US,1.00,1.00,2000.00 +1036902631,Seven Inches of Heaven with husband&wife,Music,Music,USD,2012-11-04,1700.00,2012-10-05 06:01:05,2138.69,successful,97,US,2138.69,2138.69,1700.00 +1036906641,Silver Ghosts 2 and friends. Day of the dead animal pendants,Jewelry,Fashion,USD,2014-11-12,450.00,2014-10-23 19:28:38,1340.00,successful,17,US,1340.00,1340.00,450.00 +1036911962,Big Whiskey 1st Album (Canceled),Country & Folk,Music,CAD,2014-12-31,600.00,2014-12-01 06:03:24,0.00,canceled,0,CA,0.00,0.00,513.61 +1036912101,Frontline General: Spearpoint 1943 Eastern Front,Tabletop Games,Games,USD,2013-07-01,16000.00,2013-06-01 06:03:25,10027.00,failed,142,US,10027.00,10027.00,16000.00 +1036915954,GamePhoenix TV,Webseries,Film & Video,USD,2017-11-24,400.00,2017-11-14 02:50:47,0.00,failed,0,US,0.00,0.00,400.00 +"1036916627,""Ny inspelningsutrustning till Ja, jaja. Podcast."",Radio & Podcasts,Publishing,SEK,2015-09-27,1500.00,2015-08-25 01:20:31,8300.00,successful,41,SE,993.49,991.60,179.21" +1036920769,Diamondsong - Escape: Unique Fantasy Series,Fiction,Publishing,USD,2018-02-01,1500.00,2017-12-31 14:41:24,712.00,live,30,US,363.00,712.00,1500.00 +1036929597,Wash Baby Bottles Fast And Effortlessly With Bottle Genie,Product Design,Design,USD,2015-07-16,75000.00,2015-06-16 19:31:04,37.00,canceled,1,US,37.00,37.00,75000.00 +1036933551,New dynamic heroes & villians for the 21st century,Illustration,Art,USD,2011-07-19,5000.00,2011-06-04 06:27:24,0.00,failed,0,US,0.00,0.00,5000.00 +1036935693,Untold Stories: Faces of Alang,People,Photography,USD,2016-09-19,12500.00,2016-08-22 17:32:52,150.00,canceled,2,US,150.00,150.00,12500.00 +1036941304,LEILA'S FIRST FULL-LENGTH ALBUM!,Music,Music,USD,2012-07-21,2800.00,2012-06-21 01:02:26,3444.01,successful,90,US,3444.01,3444.01,2800.00 +103694237,Singletary St. Soul-The Instrumental Album,Music,Music,USD,2017-01-29,5000.00,2016-12-30 00:09:08,50.00,failed,1,US,0.00,50.00,5000.00 +1036946517,Save Nature,Nature,Photography,USD,2016-07-12,2000000.00,2016-05-13 21:59:33,20.00,failed,1,US,20.00,20.00,2000000.00 +1036946915,Low Tide Toss: Vintage Beach Game Revamped,Games,Games,USD,2013-05-31,10000.00,2013-05-01 22:57:19,10560.00,successful,218,US,10560.00,10560.00,10000.00 +1036946986,Unknown Realm: An 8-bit RPG for PC and Commodore 64,Video Games,Games,USD,2017-01-19,65536.00,2016-12-15 18:01:10,126343.00,successful,1246,US,44598.00,126343.00,65536.00 +1036947910,THE BLACK PEANUT,Animation,Film & Video,USD,2015-04-20,20000.00,2015-02-19 12:09:08,20234.00,successful,79,US,20234.00,20234.00,20000.00 +1036950516,Throttle Gear Apparel Co. Flagship Store,Apparel,Fashion,USD,2016-01-09,25000.00,2015-11-11 00:18:29,688.82,failed,10,US,688.82,688.82,25000.00 +1036958961,Battlestation: Humanity's Last Hope,Video Games,Games,USD,2015-09-14,25000.00,2015-08-13 08:33:38,14402.00,failed,607,US,14402.00,14402.00,25000.00 +1036959435,Family Game Night,Tabletop Games,Games,USD,2014-10-02,200000.00,2014-09-02 23:42:44,7.00,failed,1,US,7.00,7.00,200000.00 +1036960058,I Sing The Body Electric,Thrillers,Film & Video,USD,2016-06-21,5000.00,2016-04-22 22:08:22,0.00,failed,0,US,0.00,0.00,5000.00 +103696439,Biodiversity Awareness Through ART,Public Art,Art,MXN,2017-05-31,25000.00,2017-05-01 22:16:56,0.00,failed,0,MX,0.00,0.00,1341.85 +1036971507,Time Served - Life after Lockup,Documentary,Film & Video,USD,2010-11-29,5000.00,2010-10-15 17:29:53,28.00,failed,1,US,28.00,28.00,5000.00 +1036972181,Spirit Track (short film) festival marketing,Shorts,Film & Video,AUD,2014-05-07,900.00,2014-04-07 02:50:08,190.00,failed,3,AU,176.53,177.95,842.93 +1036976037,Schoolyard Snodown!,Video Games,Games,USD,2013-12-02,3000.00,2013-11-05 19:01:26,1040.00,failed,19,US,1040.00,1040.00,3000.00 +1036978831,In Transit,Documentary,Film & Video,USD,2014-02-21,25000.00,2014-01-22 02:45:17,25196.01,successful,321,US,25196.01,25196.01,25000.00 +103698006,Pledge to bring the future of fun and learning to life,Product Design,Design,USD,2012-12-16,25000.00,2012-11-14 21:57:50,25585.00,successful,123,US,25585.00,25585.00,25000.00 +"1036980077,Summer Kick Starter,Music,Music,USD,2015-05-25,6500.00,2015-05-05 15:40:54,0.00,undefined,0,""N,0"""""",,0.00,6500.00" +103698569,Swift 2 ** LIVE ** Bootcamp Style Training Class (Canceled),Software,Technology,USD,2015-11-02,10750.00,2015-10-05 03:05:01,0.00,canceled,0,US,0.00,0.00,10750.00 +1036985792,Creature Collection,Apparel,Fashion,USD,2017-10-12,25000.00,2017-09-12 22:39:06,5986.75,canceled,304,US,3504.00,5986.75,25000.00 +1036995428,Nobel Savages Los Angeles,Apparel,Fashion,USD,2015-04-03,1800.00,2015-02-27 05:03:34,0.00,failed,0,US,0.00,0.00,1800.00 +103700196,The Vegan Roadie,Vegan,Food,USD,2014-09-08,7500.00,2014-08-06 16:36:35,11525.11,successful,173,US,11525.11,11525.11,7500.00 +103700495,Sideshow Love,Music,Music,USD,2013-08-23,10000.00,2013-07-22 16:53:45,30431.00,successful,401,US,30431.00,30431.00,10000.00 +1037007700,Help Fund New EP,Rock,Music,USD,2012-04-09,7000.00,2012-02-09 23:38:37,20.00,failed,1,US,20.00,20.00,7000.00 +1037008738,Yoga Fan Girl,Art Books,Publishing,USD,2013-04-09,3000.00,2013-02-08 23:55:08,3000.02,successful,37,US,3000.02,3000.02,3000.00 +1037010291,just art here,Public Art,Art,USD,2012-05-19,20000.00,2012-03-21 03:53:47,3186.00,failed,52,US,3186.00,3186.00,20000.00 +1037022319,Teradle :: Multi Function Tool :: 13+ Functions,Product Design,Design,USD,2015-06-14,5000.00,2015-05-15 17:29:15,1720.00,failed,49,US,1720.00,1720.00,5000.00 +1037036058,The Workbench,Nonfiction,Publishing,GBP,2013-02-16,8000.00,2013-01-17 22:14:41,775.00,failed,27,GB,1245.19,1185.45,12236.91 +1037038051,Magic Documentary (Canceled),Documentary,Film & Video,USD,2012-11-16,700.00,2012-09-18 00:33:54,90.00,canceled,5,US,90.00,90.00,700.00 +1037047712, Second Life Second Chance (my very first album ),Pop,Music,USD,2010-07-17,4000.00,2010-06-22 12:34:36,953.00,failed,19,US,953.00,953.00,4000.00 +1037047783,Whetstone: A magazine on global food origin and culture,Farms,Food,USD,2016-02-27,50000.00,2016-02-01 11:15:57,17316.00,failed,172,US,17316.00,17316.00,50000.00 +1037058379,MovieCar Ride In Theatre,Makerspaces,Technology,USD,2016-06-17,100000.00,2016-04-18 17:52:05,0.00,failed,0,US,0.00,0.00,100000.00 +1037061385,handmadecows is ready to expand!,Crafts,Crafts,USD,2017-03-05,1100.00,2017-01-19 00:22:23,1303.00,successful,32,US,31.00,1303.00,1100.00 +"1037068258,""""""Skip To My Lou,"""" a NEW play by Steve Romagnoli"",Plays,Theater,USD,2016-02-06,10000.00,2016-01-01 22:40:37,1908.00,failed,5,US,1908.00,1908.00,10000.00" +1037068438,Treehouse Namibia - Baumhaus Namibia,Architecture,Design,EUR,2015-12-09,21500.00,2015-11-12 09:40:35,225.00,failed,5,DE,242.21,246.38,23542.55 +"103707234,""Lavien Multi-Use Leather Leash-For Pet Lovers,by Pet Lovers."",Product Design,Design,USD,2014-11-05,10000.00,2014-09-16 10:24:41,1048.00,failed,38,US,1048.00,1048.00,10000.00" +1037072991,Help The Harbinger Release an EP!,Rock,Music,USD,2011-05-11,500.00,2011-04-11 09:22:43,0.00,failed,0,US,0.00,0.00,500.00 +1037073434,Master Mathematics as a Universal Language!,Academic,Publishing,USD,2015-12-24,32500.00,2015-11-24 00:05:58,0.00,failed,0,US,0.00,0.00,32500.00 +1037088797,THE BEEBO BRINKER CHRONICLES: A 1950s Lesbian Pulp Festival!,Performance Art,Art,USD,2011-09-11,2200.00,2011-08-11 17:06:15,2275.00,successful,45,US,2275.00,2275.00,2200.00 +1037093731,Harmony Studio's Animation's,Animation,Film & Video,USD,2015-04-12,1500.00,2015-03-12 23:00:28,20.00,failed,2,US,20.00,20.00,1500.00 +1037095267,'THE NORMAN CONQUESTS',Theater,Theater,GBP,2014-05-31,1000.00,2014-04-22 15:21:05,1153.00,successful,37,GB,1936.34,1939.97,1682.54 +1037096118,Water Literacy School Courtyard,Civic Design,Design,USD,2015-05-01,65000.00,2015-04-09 20:34:29,73017.00,successful,546,US,73017.00,73017.00,65000.00 +1037103516,Personalised Children's Books,Children's Books,Publishing,GBP,2014-10-28,20000.00,2014-09-10 19:46:05,473.00,failed,11,GB,760.99,755.35,31938.68 +1037104182,Struggle After Faith,Poetry,Publishing,USD,2013-05-25,2000.00,2013-04-25 19:27:57,0.00,failed,0,US,0.00,0.00,2000.00 +1037105000,Appalachian Trail hike,Publishing,Publishing,USD,2011-05-30,6500.00,2011-04-01 21:53:45,30.00,failed,1,US,30.00,30.00,6500.00 +1037111564,Original Forex Friends - The Trading Handbook,Publishing,Publishing,GBP,2015-05-29,49000.00,2015-04-29 01:35:05,767.00,failed,16,GB,1164.61,1170.24,74761.22 +1037118234,Kraftlyn-Legacy - Life Treasures Conservation Display System,Product Design,Design,USD,2013-10-08,85000.00,2013-09-07 00:58:34,3769.00,failed,27,US,3769.00,3769.00,85000.00 +"1037130265,""""""Headphones, please."""" an album by David Goodier and more!"",Indie Rock,Music,USD,2017-09-05,900.00,2017-08-22 05:49:28,1070.00,successful,36,US,160.00,1070.00,900.00" +"1037131270,""""""Sole Desire"""" - New Worship Album"",Pop,Music,USD,2012-04-17,3500.00,2012-03-18 08:01:21,4192.00,successful,46,US,4192.00,4192.00,3500.00" +1037132109,Community Payback (Comedy) (Canceled),Shorts,Film & Video,GBP,2014-03-21,300.00,2014-02-19 22:33:40,0.00,canceled,0,GB,0.00,0.00,494.67 +1037139771,The Spotter,Narrative Film,Film & Video,USD,2012-04-21,3400.00,2012-02-21 04:41:55,300.00,failed,6,US,300.00,300.00,3400.00 +1037140009,The Pop Open Shopping Bag,Product Design,Design,USD,2016-05-13,15000.00,2016-04-13 17:28:45,1326.00,failed,16,US,1326.00,1326.00,15000.00 +"1037143481,""Custom Handmade Jeans, Bow Ties, & Goods - by Dealt Denim"",Apparel,Fashion,USD,2017-03-13,1703.00,2017-02-11 21:27:55,950.00,failed,5,US,494.00,950.00,1703.00" +1037143637,WIN-WIN! SAVING ELEPHANTS FROM POACHING BY HELPING HUMANS!,Nonfiction,Publishing,USD,2015-05-11,25000.00,2015-03-12 16:18:37,0.00,failed,0,US,0.00,0.00,25000.00 +103714657,UnHoly #1,Comics,Comics,USD,2016-10-01,5800.00,2016-09-20 04:42:21,27982.99,successful,291,US,12810.00,27982.99,5800.00 +1037147348,Send Ste 'Beard' Lea to Japan for a radio show.,Radio & Podcasts,Publishing,GBP,2014-03-15,2000.00,2014-01-14 13:18:47,15.00,failed,2,GB,24.75,24.73,3297.83 +"1037152151,""Neal E. Boyd's """"My Christmas Wish"""" Album"",Music,Music,USD,2013-03-23,21000.00,2013-02-11 03:10:39,4346.00,failed,59,US,4346.00,4346.00,21000.00" +"1037157389,""Little wings children's series, book one."",Children's Books,Publishing,USD,2016-10-20,20000.00,2016-08-21 17:43:45,0.00,failed,0,US,0.00,0.00,20000.00" +1037171235,Baby Ghosts Make Their Debut Album,Rock,Music,USD,2011-11-24,1200.00,2011-10-25 07:57:43,1248.24,successful,37,US,1248.24,1248.24,1200.00 +1037181402,CreativeMornings: support the volunteers who make it happen!,Technology,Technology,USD,2016-04-10,50000.00,2016-03-10 21:41:19,86284.20,successful,2011,US,86284.20,86284.20,50000.00 +10371880,Am I Perfect?,Documentary,Film & Video,AUD,2014-03-02,2000.00,2014-01-27 11:21:21,106.00,failed,4,AU,92.06,96.79,1826.32 +1037196398,Grape and Stein Designs,Product Design,Design,CAD,2016-01-17,7500.00,2015-12-18 16:55:47,65.00,failed,1,CA,47.11,45.87,5292.50 +1037200738,The Dad Initiative (Canceled),Journalism,Journalism,USD,2014-05-19,30000.00,2014-04-04 17:28:50,0.00,canceled,0,US,0.00,0.00,30000.00 +1037207426,Midnight Giant's Album 'Last of the Gentlemen',Music,Music,USD,2012-01-28,20000.00,2012-01-06 20:46:12,117.00,failed,6,US,117.00,117.00,20000.00 +1037211469,Zenith Comics Presents: Heroic #2,Comic Books,Comics,USD,2014-12-22,7000.00,2014-11-21 01:02:30,7470.00,successful,173,US,7470.00,7470.00,7000.00 +103721404,Solaris Flashlight- 1100 Lumen Output LED Flashlight,Product Design,Design,USD,2016-01-13,7850.00,2015-12-23 04:28:38,5872.00,failed,36,US,5872.00,5872.00,7850.00 +"103721613,""Start-X: Smart Phone Remote Starter, No Monthly Fees."",Technology,Technology,USD,2017-11-27,2000.00,2017-11-20 21:40:54,197.00,failed,4,US,187.00,197.00,2000.00" +1037218443,Community Game Lounge,Video Games,Games,USD,2014-09-30,60000.00,2014-08-12 20:21:26,0.00,failed,0,US,0.00,0.00,60000.00 +1037223177,Cryptic passion,Film & Video,Film & Video,USD,2015-05-31,3000000.00,2015-04-20 17:37:16,0.00,failed,0,US,0.00,0.00,3000000.00 +1037230888,Koorier - Make Money While Traveling (Canceled),Apps,Technology,USD,2016-08-01,3500.00,2016-06-02 02:01:00,709.00,canceled,28,US,709.00,709.00,3500.00 +1037231230,ScR'z - Apparel with a Purpose!,Fashion,Fashion,USD,2015-09-19,2500.00,2015-07-21 21:29:18,0.00,failed,0,US,0.00,0.00,2500.00 +1037233693,Catarina's Collection Enamel Pin,Crafts,Crafts,USD,2016-11-21,700.00,2016-10-21 19:03:08,4502.00,successful,150,US,902.00,4502.00,700.00 +"1037246644,""BinStrap, Keeping the Lid on Rubbish! (Canceled)"",Product Design,Design,EUR,2015-06-27,120000.00,2015-05-28 22:31:17,111.00,canceled,5,IE,120.72,123.17,133151.36" +1037246803,Sockshin - amazing football sock,Design,Design,USD,2018-01-27,60000.00,2017-12-18 22:06:16,316.00,live,7,US,153.00,316.00,60000.00 +1037247999,Albuquerque Underground 'Zine-Local Music! (Canceled),Zines,Publishing,USD,2016-01-20,6000.00,2015-12-21 01:12:56,50.00,canceled,2,US,50.00,50.00,6000.00 +1037248541,Matez,Technology,Technology,GBP,2015-02-07,2000.00,2015-01-08 10:04:33,2.00,failed,2,GB,3.03,3.08,3075.55 +1037249151,Din Nästa Mardröm,Painting,Art,SEK,2014-12-04,8500.00,2014-11-07 10:52:22,21714.00,successful,62,SE,2943.97,2886.66,1129.99 +103725071,Retrospective of a Grassroot Griot,Art,Art,USD,2013-03-01,1000.00,2013-01-10 05:22:14,1020.00,successful,13,US,1020.00,1020.00,1000.00 +1037251302,Vulcan Forge-Teaching the art of Blacksmithing.,Art,Art,USD,2014-05-01,2575.00,2014-04-01 19:47:12,126.00,failed,5,US,126.00,126.00,2575.00 +1037251811,NetSec,Software,Technology,EUR,2015-10-10,5000.00,2015-08-11 08:22:21,55.00,failed,2,AT,60.31,62.48,5680.01 +1037252958,SHOP STARTER! - help me open a real store in St Leonards.,Accessories,Fashion,GBP,2016-07-19,3000.00,2016-06-29 16:18:03,3326.00,successful,26,GB,853.46,4355.40,3928.50 +1037258011,Five Nights in Habana (Canceled),Places,Photography,USD,2015-10-20,400.00,2015-09-11 21:38:50,0.00,canceled,0,US,0.00,0.00,400.00 +1037259659,The Exotic Tea Book,Food,Food,AUD,2017-03-19,10000.00,2017-01-18 09:25:07,31.00,failed,2,AU,0.00,23.62,7619.05 +103726524,CRAZY ARMS © for your Miniature Brick Figures,Product Design,Design,USD,2015-08-04,15000.00,2015-07-03 18:21:26,17917.00,successful,436,US,17917.00,17917.00,15000.00 +1037272349,Cupcakes,Small Batch,Food,CAD,2014-08-28,20.00,2014-07-14 18:15:46,0.00,failed,0,CA,0.00,0.00,18.43 +"1037274408,""""""Set With Stars"""" - 20 The Remix"",Music,Music,USD,2013-09-23,850.00,2013-09-03 19:45:39,1075.00,successful,10,US,1075.00,1075.00,850.00" +1037276072,DJ Sona project: high technical board and helmet,DIY,Crafts,EUR,2017-08-11,300.00,2017-06-12 23:11:14,40.00,failed,2,BE,0.00,47.06,352.95 +1037281697,Shift of the Ages: The Maya on 2012 and our future,Documentary,Film & Video,USD,2011-06-14,125000.00,2011-04-23 23:23:26,34656.46,failed,271,US,34656.46,34656.46,125000.00 +"1037283009,""Paula Cole: New Independent Album, """"Raven"""""",Music,Music,USD,2012-10-30,50000.00,2012-09-22 17:43:19,75258.05,successful,911,US,75258.05,75258.05,50000.00" +1037287180,New CHUBBY Brick Toys! 6cm Action Minifigure - FATBRICK,Product Design,Design,USD,2016-01-04,2000.00,2015-11-05 07:33:02,6537.00,successful,71,US,6537.00,6537.00,2000.00 +1037288243,Petey the Pretty Bird shirts { version 2.0 } the sequel,Apparel,Fashion,USD,2015-01-18,37.00,2014-12-31 00:50:16,15.00,failed,1,US,15.00,15.00,37.00 +"1037291132,""Vision2Victory MIND,BODY,SOUL EXP: the Hampton Roads tour"",Festivals,Theater,USD,2017-05-05,70000.00,2017-04-28 21:59:39,0.00,failed,0,US,0.00,0.00,70000.00" +1037292816,The New Hotstrings Acoustic Digital Enhancer (Canceled),Technology,Technology,USD,2014-05-19,550000.00,2014-03-20 18:31:12,341.00,canceled,11,US,341.00,341.00,550000.00 +"1037292870,""Soccerella ? Women's Football Tees ? It's Our Game, Wear It!"",Apparel,Fashion,GBP,2015-12-05,300.00,2015-11-25 20:27:59,308.00,successful,15,GB,466.14,466.86,454.73" +1037299859,ConsultMe,Apps,Technology,GBP,2015-07-26,10000.00,2015-06-26 18:52:33,0.00,failed,0,GB,0.00,0.00,15575.84 +1037309310,Babyation: Re-Imagining the Breast Pump for Today's Mom,Technology,Technology,USD,2016-03-24,50000.00,2016-02-23 14:02:38,81045.00,successful,427,US,81045.00,81045.00,50000.00 +1037312198,Bringing Healthcare Home,Documentary,Film & Video,USD,2014-05-03,3000.00,2014-04-03 19:54:30,3520.00,successful,52,US,3520.00,3520.00,3000.00 +1037313507,Milané Noir: Empowering the Modern Woman,Ready-to-wear,Fashion,USD,2016-03-02,3000.00,2016-01-02 04:54:59,3310.00,successful,58,US,3310.00,3310.00,3000.00 +103732253,Orion Bang Button,Film & Video,Film & Video,EUR,2017-02-02,1300.00,2017-01-24 22:35:26,0.00,failed,0,DE,0.00,0.00,1396.33 +1037322577,Open qPCR: DNA Diagnostics for Everyone,Hardware,Technology,USD,2014-12-05,50000.00,2014-11-04 18:00:57,202701.59,successful,484,US,202701.59,202701.59,50000.00 +1037325241,Online Short film Homanje,Drama,Film & Video,EUR,2016-11-28,1000.00,2016-10-29 09:57:45,259.00,failed,5,NL,88.35,275.63,1064.20 +1037325751,Canto III - The Armory Show,Sculpture,Art,USD,2015-03-04,12000.00,2015-02-06 01:11:08,12336.00,successful,60,US,12336.00,12336.00,12000.00 +"1037328206,""CONCEPTUAL HEIST #1: The Sci-fi, Jazzpunk, Art Heist Comic."",Webcomics,Comics,CAD,2017-04-06,4550.00,2017-03-07 00:29:10,5659.66,successful,145,CA,449.35,4220.16,3392.74" +1037330501,A Chaotic Affair,Sculpture,Art,USD,2013-06-16,2000.00,2013-05-17 03:58:09,2673.56,successful,49,US,2673.56,2673.56,2000.00 +"1037332111,""VIOLENT MAE new album """"KID""""!!!"",Indie Rock,Music,USD,2015-08-07,5000.00,2015-07-08 16:12:28,6055.00,successful,123,US,6055.00,6055.00,5000.00" +1037335658,Mudjackin',Narrative Film,Film & Video,USD,2011-07-22,20000.00,2011-06-07 11:02:47,20120.97,successful,175,US,20120.97,20120.97,20000.00 +1037342267,Men Cook Too - Easy to Follow Recipes for Men Cookbook,Nonfiction,Publishing,USD,2013-12-02,3000.00,2013-10-30 23:06:23,3074.00,successful,66,US,3074.00,3074.00,3000.00 +1037342363,Gabriella Rossetti: Taste. Spirit. Style. Womens sizes 12-22,Fashion,Fashion,USD,2013-08-08,20000.00,2013-07-09 17:03:03,14368.00,failed,42,US,14368.00,14368.00,20000.00 +1037344973,Samurai Song,Video Games,Games,USD,2013-08-15,11475.00,2013-07-16 19:57:43,32.00,failed,4,US,32.00,32.00,11475.00 +1037352677,Boy Culture Brings The First Natural Athletic Skate Brand,Fashion,Fashion,USD,2014-04-18,25000.00,2014-02-17 13:57:11,888.00,failed,25,US,888.00,888.00,25000.00 +1037360287,Siesta Pillow - Worlds First Adjustable Memory Foam Pillow,Product Design,Design,USD,2017-01-05,8000.00,2016-12-01 04:22:06,9055.00,successful,100,US,1857.00,9055.00,8000.00 +"1037364910,""BoneHawk's Debut Full-Length Record, """"Albino Rhino"""""",Rock,Music,USD,2014-04-01,4000.00,2014-02-22 18:02:02,4291.00,successful,80,US,4291.00,4291.00,4000.00" +1037368819,THE SKY HAS FALLEN - New Action Horror Film,Narrative Film,Film & Video,USD,2012-11-25,1000.00,2012-10-24 03:30:21,2856.00,successful,17,US,2856.00,2856.00,1000.00 +1037369156,PUSH TURN MOVE - Interface Design in Electronic Music,Nonfiction,Publishing,DKK,2017-05-22,50000.00,2017-04-18 15:31:45,650572.00,successful,1430,DK,17753.47,97880.42,7522.64 +1037381696,Linotype: The Film,Shorts,Film & Video,USD,2010-12-17,8000.00,2010-11-17 17:08:08,24915.50,successful,279,US,24915.50,24915.50,8000.00 +103740549,Retail,Comedy,Film & Video,USD,2016-05-10,60000.00,2016-04-10 05:04:31,3.00,failed,3,US,3.00,3.00,60000.00 +103741109,Jilt for Fame,Fashion,Fashion,USD,2013-05-30,5000.00,2013-04-30 20:16:23,60.00,failed,2,US,60.00,60.00,5000.00 +1037411700,Experimental Quartz Drive,Technology,Technology,USD,2014-11-08,600.00,2014-10-09 18:29:39,120.00,failed,8,US,120.00,120.00,600.00 +1037413380,Journey Temples - Video Game Concept,Video Games,Games,USD,2015-04-15,400.00,2015-02-14 03:04:40,520.00,successful,14,US,520.00,520.00,400.00 +1037413660,Mississippi River Project | A Gathering of Stories,Public Art,Art,USD,2016-05-23,7000.00,2016-04-21 13:18:17,10559.99,successful,83,US,10559.99,10559.99,7000.00 +"1037414302,""Golda Meir: True Grit - """"Flash History"""" Biography Series"",Nonfiction,Publishing,USD,2013-06-07,9000.00,2013-05-01 21:32:11,660.00,failed,15,US,660.00,660.00,9000.00" +1037422696,Holly's Hot Stuff,Food Trucks,Food,USD,2014-09-18,9999.00,2014-08-19 22:59:32,70.00,failed,4,US,70.00,70.00,9999.00 +1037422843,Juventud Press Launch,Young Adult,Publishing,USD,2015-03-27,3000.00,2015-02-13 18:26:11,805.00,failed,19,US,805.00,805.00,3000.00 +1037423518,Internet Of Things Remote Alarm System,Technology,Technology,USD,2014-11-04,50000.00,2014-10-06 16:21:28,81.00,failed,4,US,81.00,81.00,50000.00 +1037425763,The Beginning of the End,Fiction,Publishing,USD,2015-03-19,2500.00,2015-02-17 23:45:31,111.00,canceled,2,US,111.00,111.00,2500.00 +"103742833,""do right card, pay it forward tracker"",Product Design,Design,USD,2013-10-05,15000.00,2013-08-06 02:30:13,1163.00,failed,104,US,1163.00,1163.00,15000.00" +1037431937,Video Documentation of the Sailing Vessel Impulse,Webseries,Film & Video,USD,2014-08-09,1000.00,2014-07-04 21:09:46,345.00,failed,4,US,345.00,345.00,1000.00 +1037435617,Createures: Flip 5 Game Cards. Draw Art. Critique. Improve.,Tabletop Games,Games,USD,2016-11-15,12500.00,2016-10-13 18:12:45,5400.00,failed,76,US,909.00,5400.00,12500.00 +1037449528,Karen and Caron Multiple languages,Comics,Comics,USD,2017-08-26,1500.00,2017-07-12 01:30:45,1405.00,failed,53,US,180.00,1405.00,1500.00 +"1037452068,""Join me on the """"I Am! I Can!"""" journey"",Music,Music,USD,2013-07-15,5000.00,2013-06-15 15:07:53,20.00,failed,1,US,20.00,20.00,5000.00" +1037463193,WildEdge Brewing Collective,Drinks,Food,USD,2016-10-23,15000.00,2016-09-23 14:50:44,17387.00,successful,117,US,10354.00,17387.00,15000.00 +1037464875,Galaxy Ties | Creative Ties Designed to Be Remarkable,Accessories,Fashion,USD,2017-08-05,1500.00,2017-07-06 03:12:22,24311.00,successful,481,US,248.00,24311.00,1500.00 +1037472507,Dashkin: a game of high speed challenges through Brackenwood,Video Games,Games,USD,2011-08-17,20000.00,2011-07-15 06:31:23,27333.33,successful,483,US,27333.33,27333.33,20000.00 +"1037484014,""Beyond Color - """"Comedy"""""",Shorts,Film & Video,USD,2011-04-12,10000.00,2011-01-11 04:53:26,10.00,failed,1,US,10.00,10.00,10000.00" +103748974,Cosmic Alert! Western Zodiac Octopus Acrylic Charms,Art,Art,USD,2015-05-20,850.00,2015-04-25 05:30:57,1488.00,successful,36,US,1488.00,1488.00,850.00 +1037492931,Wilkey’s 1st Graphic Novel ,Comics,Comics,USD,2011-02-23,5000.00,2011-01-24 06:01:57,5075.00,successful,59,US,5075.00,5075.00,5000.00 +1037495928,Zombie Character Meeples!,Tabletop Games,Games,USD,2014-12-12,6500.00,2014-12-04 00:36:53,8752.00,successful,237,US,8752.00,8752.00,6500.00 +1037496117,The Fox Tarot by Fox on an Island,Illustration,Art,CAD,2017-02-11,5000.00,2017-01-12 19:51:24,5226.00,successful,19,CA,0.00,3995.72,3822.92 +"1037502737,""SNOWBOARD Better, Easier, Safer, and Funner || LUMBOS™"",Product Design,Design,USD,2016-01-07,15000.00,2015-11-18 17:04:00,20753.00,successful,115,US,20753.00,20753.00,15000.00" +"1037503865,""Leda, a 3D Feature Film"",Thrillers,Film & Video,USD,2016-10-22,35000.00,2016-09-10 00:12:10,18177.00,failed,130,US,1176.00,18177.00,35000.00" +1037509106,Tom Brislin's First Solo Album,Music,Music,USD,2011-07-25,6000.00,2011-06-25 19:54:24,11804.00,successful,171,US,11804.00,11804.00,6000.00 +1037511356,Flat White Ceramics,Pottery,Crafts,USD,2016-05-31,5000.00,2016-04-27 05:09:52,332.00,failed,12,US,332.00,332.00,5000.00 +1037518357,Mobile Emergency Response Plans,Apps,Technology,USD,2014-08-16,105000.00,2014-07-17 23:26:04,0.00,failed,0,US,0.00,0.00,105000.00 +1037528931,On a High Hill: a new Anna Fritz record!,Country & Folk,Music,USD,2016-02-23,15930.00,2016-01-29 01:52:12,17227.33,successful,297,US,17227.33,17227.33,15930.00 +1037529544,Bountiful Chalk Art Festival - Magic on the Sidewalk,Public Art,Art,USD,2015-04-11,3000.00,2015-03-12 21:53:43,360.00,failed,3,US,360.00,360.00,3000.00 +1037531192,Shark Bait,Documentary,Film & Video,USD,2014-10-08,65000.00,2014-09-23 15:59:42,25.00,failed,1,US,25.00,25.00,65000.00 +1037532803,Living Room Short Film,Experimental,Film & Video,USD,2014-07-03,1500.00,2014-06-03 04:55:57,1505.00,successful,30,US,1505.00,1505.00,1500.00 +"1037534603,""Boss Snake: Cold Blood, Cold Streets noir one-shot"",Comics,Comics,USD,2013-10-23,2500.00,2013-09-23 07:01:01,7540.00,successful,222,US,7540.00,7540.00,2500.00" +1037539551,Eric George's Self-Titled Album,Country & Folk,Music,USD,2014-06-21,6000.00,2014-05-27 21:21:31,7985.53,successful,138,US,7985.53,7985.53,6000.00 +"1037548628,""RICHARD CHEESE """"LIVE AT THE NORTH POLE"""" 2013 CHRISTMAS CD"",Music,Music,USD,2012-12-26,25025.00,2012-12-08 06:46:57,6769.00,canceled,198,US,6769.00,6769.00,25025.00" +1037548932,Colorful Quotes Poster Series Vol.1,Graphic Design,Design,USD,2016-02-03,5000.00,2016-01-04 21:26:17,270.00,failed,6,US,270.00,270.00,5000.00 +103754989,Jason's CD Recording Budget,Music,Music,USD,2017-04-25,3500.00,2017-03-07 22:04:10,20.00,failed,2,US,10.00,20.00,3500.00 +1037568896,Hione - High end and affordable Bluetooth Headphones,Technology,Technology,SEK,2016-12-31,650000.00,2016-12-01 19:12:28,18400.00,canceled,20,SE,2102.07,2039.87,72060.49 +1037569159,Cakestarter,Food,Food,USD,2010-05-03,7500.00,2010-02-27 23:16:22,7609.33,successful,163,US,7609.33,7609.33,7500.00 +1037570792,The Rebecca West EP and Merch,Music,Music,USD,2012-07-19,7300.00,2012-06-19 23:23:20,9569.13,successful,209,US,9569.13,9569.13,7300.00 +1037572853,Togapants,Apparel,Fashion,USD,2014-09-06,50000.00,2014-08-07 19:44:56,103.00,failed,6,US,103.00,103.00,50000.00 +1037579427,Help Buy Gemstones for Positive Energy Bracelets,Jewelry,Fashion,CAD,2014-08-03,999.00,2014-07-08 20:59:12,1.00,failed,1,CA,0.94,0.92,915.17 +1037580258,Artist in Residence Program in Italy,Photography,Photography,USD,2011-04-30,8000.00,2011-03-11 16:12:09,615.00,failed,9,US,615.00,615.00,8000.00 +1037583262,Finds your Friend,Apps,Technology,EUR,2016-12-31,55000.00,2016-11-28 17:07:23,10.00,failed,1,ES,10.59,10.59,58239.27 +103759199,DesignLiner a Modern Multi-Tool Stainless Steel Ruler,Product Design,Design,CAD,2015-01-16,6000.00,2014-12-17 01:02:09,51251.00,successful,881,CA,44318.48,42584.96,4985.46 +"1037592156,TPOI_1,Film & Video,Film & Video,USD,2014-11-09,5000.00,2014-09-10 21:45:24,0.00,undefined,0,""N,0"""""",,0.00,5000.00" +1037599571,Fierce the Movie,Shorts,Film & Video,USD,2011-03-03,1000.00,2011-01-17 06:57:55,1197.00,successful,28,US,1197.00,1197.00,1000.00 +1037608645,Documenting the Misfit Economy,Webseries,Film & Video,USD,2012-04-12,17500.00,2012-03-13 19:30:11,17503.00,successful,162,US,17503.00,17503.00,17500.00 +1037621123,A Door Me,Public Art,Art,USD,2012-01-04,2500.00,2011-12-05 00:45:20,1143.00,failed,14,US,1143.00,1143.00,2500.00 +1037625215,The Servant #1,Comic Books,Comics,USD,2014-11-09,500.00,2014-10-09 19:45:08,1000.00,successful,50,US,1000.00,1000.00,500.00 +1037628594,The Yung Chakra Indigo Project,Hip-Hop,Music,USD,2015-12-09,3000.00,2015-11-09 20:40:01,0.00,failed,0,US,0.00,0.00,3000.00 +1037628786,Mana Playing Cards No.3 : SYBIL,Design,Design,CAD,2014-09-05,30000.00,2014-08-06 21:00:52,47104.00,successful,662,CA,43161.42,43302.08,27578.60 +1037632435,Summit Of The Elements,Documentary,Film & Video,USD,2013-09-12,29000.00,2013-08-13 03:26:56,71.00,failed,5,US,71.00,71.00,29000.00 +1037649065,MistiDoesArt - building a pop-surrealist art career,Mixed Media,Art,USD,2014-12-10,859.00,2014-11-10 22:40:30,0.00,failed,0,US,0.00,0.00,859.00 +1037651602,Conspiracy Wearables: 3D-Printed ETLE Universe Rings,Jewelry,Fashion,USD,2015-05-06,1500.00,2015-04-07 14:13:41,1550.00,successful,39,US,1550.00,1550.00,1500.00 +1037657578,The Reprogramming of Jeremy,Drama,Film & Video,USD,2017-11-02,3500.00,2017-09-28 15:06:30,3652.00,successful,49,US,1351.00,3652.00,3500.00 +1037662560,BUSH BAR - a device to assit in playing paIntball (Canceled),Product Design,Design,CAD,2015-06-29,35000.00,2015-06-01 23:38:29,0.00,canceled,0,CA,0.00,0.00,27817.52 +1037670307,Collaborative News on Africa,Web,Journalism,GBP,2015-01-21,10000.00,2014-12-22 23:44:05,47.00,failed,8,GB,73.44,70.43,14984.64 +1037675812,New EP / Music Development,Pop,Music,USD,2015-04-22,3000.00,2015-03-18 16:00:22,177.00,failed,5,US,177.00,177.00,3000.00 +"1037681413,""Reinventing Sceince And Gaming, on YouTube!"",Film & Video,Film & Video,USD,2014-07-16,10000.00,2014-06-16 15:37:46,6.00,failed,2,US,6.00,6.00,10000.00" +1037684391,American Nomad is Making an Album Produced By Laurie Lewis!,Country & Folk,Music,USD,2013-07-05,8500.00,2013-05-06 21:31:54,10025.00,successful,150,US,10025.00,10025.00,8500.00 +1037684694,Theatre 'Portable' Royal (Canceled),Musical,Theater,GBP,2015-01-25,15000.00,2014-12-26 21:39:56,0.00,canceled,0,GB,0.00,0.00,22576.76 +1037685682,NOBLE TASK,Documentary,Film & Video,USD,2016-08-17,100000.00,2016-06-18 01:08:33,0.00,failed,0,US,0.00,0.00,100000.00 +103768816,YAWN 'Open Season' on VINYL,Indie Rock,Music,USD,2012-05-06,2400.00,2012-04-06 22:11:03,2551.00,successful,38,US,2551.00,2551.00,2400.00 +1037699162,The Incidental Purge -- Music for Screen and Stage,Classical Music,Music,USD,2015-02-16,13000.00,2015-01-15 09:01:04,13219.00,successful,224,US,13219.00,13219.00,13000.00 +1037702235,Aliens and Farm,Mobile Games,Games,USD,2014-05-26,25000.00,2014-04-26 18:45:33,112.00,failed,4,US,112.00,112.00,25000.00 +"1037713096,""Pilot """"Who is Martin"""""",Comedy,Film & Video,USD,2017-04-19,10000.00,2017-03-20 18:57:27,1436.00,failed,31,US,25.00,1436.00,10000.00" +1037719992,Cute Snoots: Snake Enamel Pins,Crafts,Crafts,USD,2017-06-20,1000.00,2017-05-22 16:33:20,8081.00,successful,234,US,2129.00,8081.00,1000.00 +1037720423,The Ebook on Creative Container Home Construction.,Publishing,Publishing,USD,2013-12-23,10000.00,2013-10-24 19:09:45,791.00,failed,18,US,791.00,791.00,10000.00 +"1037720832,""Titans of PS 271, a Christian film"",Film & Video,Film & Video,USD,2013-09-12,10000.00,2013-08-13 15:52:07,3715.00,failed,40,US,3715.00,3715.00,10000.00" +1037722902,Remodeling for the EVOL Cakes Bakery,Food,Food,USD,2012-02-28,5475.00,2012-01-24 03:53:45,5534.00,successful,71,US,5534.00,5534.00,5475.00 +1037724335,HonestGamers: The Reviews (2012 Edition),Video Games,Games,USD,2012-04-02,40000.00,2012-03-03 01:26:28,175.00,failed,4,US,175.00,175.00,40000.00 +1037727712,Two Rivers,Thrillers,Film & Video,USD,2014-09-02,4000.00,2014-08-03 05:55:44,158.00,failed,14,US,158.00,158.00,4000.00 +1037748141,Denali Solo Winter Ascent & 25 Years of Arctic Exploration,Documentary,Film & Video,USD,2013-01-23,9000.00,2012-11-24 20:42:35,13498.00,successful,130,US,13498.00,13498.00,9000.00 +1037749008,Topia Online (Canceled),Video Games,Games,USD,2013-01-09,50000.00,2012-12-10 20:25:43,27578.65,canceled,706,US,27578.65,27578.65,50000.00 +1037776023,Cardaroma - Cards with savory aroma! (Canceled),Food,Food,USD,2014-09-20,10.00,2014-08-21 18:14:33,15.00,canceled,3,US,15.00,15.00,10.00 +1037779224,Urban+Ade. Refreshment grown and crafted by Evensong Farm.,Food,Food,USD,2013-10-21,5000.00,2013-09-21 16:25:28,5065.00,successful,45,US,5065.00,5065.00,5000.00 +1037784934,GALANT TIMEPIECES: Luxury and exclusive designs,Product Design,Design,EUR,2017-03-09,10000.00,2017-02-07 00:53:57,119.00,failed,1,ES,128.36,126.21,10606.03 +"103778780,""Sarah Sartain at FreeRange, London."",Photography,Photography,GBP,2015-06-18,250.00,2015-05-19 20:34:36,338.00,successful,8,GB,531.19,535.34,395.96" +103778874,Celestial- Discover the answers of the unknown,Publishing,Publishing,USD,2016-02-06,15000.00,2015-12-08 00:49:52,0.00,failed,0,US,0.00,0.00,15000.00 +1037792683,Bamboo Straws & Coconut bowls from Panda Packaging!,Vegan,Food,GBP,2017-05-11,250.00,2017-04-06 21:43:23,126.00,failed,5,GB,0.00,162.01,321.44 +1037794535,PHONEMOTE - Control your TV and Open and Close your Garage,Technology,Technology,USD,2016-11-09,15000.00,2016-10-10 19:31:59,805.00,failed,25,US,261.00,805.00,15000.00 +1037800057,Skullavera - Handmade Gypsum Skulls,Design,Design,EUR,2016-10-06,5000.00,2016-09-06 18:21:18,821.00,failed,10,IT,78.15,914.59,5569.98 +1037806887,OutdoorDivvy: Peer-to-Peer Gear Sharing for the Outdoors,Web,Technology,USD,2014-11-19,20000.00,2014-09-20 02:43:04,106.00,failed,6,US,106.00,106.00,20000.00 +10378150,Indescribable,Narrative Film,Film & Video,USD,2011-10-20,2500.00,2011-09-20 21:44:45,2745.00,successful,34,US,2745.00,2745.00,2500.00 +1037822602,Phil's Camino. Life is bigger than we may even dream...,Documentary,Film & Video,USD,2014-09-01,57500.00,2014-08-06 21:07:09,9852.00,failed,117,US,9852.00,9852.00,57500.00 +1037835332,Thank You For Coming,Food,Food,USD,2012-04-21,10000.00,2012-03-22 21:11:00,10951.01,successful,203,US,10951.01,10951.01,10000.00 +1037846166,Yodelling with Yodellynne - A collection of yodelling songs,Music,Music,GBP,2017-07-04,3125.00,2017-06-04 17:43:16,512.00,failed,19,GB,12.89,660.31,4030.23 +"1037847499,""""""Sketches"""" - A new classical guitar album!"",Classical Music,Music,USD,2014-05-03,1500.00,2014-03-10 17:42:13,1602.00,successful,35,US,1602.00,1602.00,1500.00" +"1037852425,""Amanda Lamb - """"Love Is a Superpower"""" EP"",Pop,Music,USD,2011-09-01,5000.00,2011-07-18 10:01:02,1455.00,failed,10,US,1455.00,1455.00,5000.00" +1037857253,PGI 14 (Canceled),Documentary,Film & Video,GBP,2013-06-12,20000.00,2013-05-13 10:51:02,0.00,canceled,0,GB,0.00,0.00,31246.09 +1037859515,The Woodsmen - A Bigfoot Short Film,Horror,Film & Video,CAD,2017-08-18,11500.00,2017-07-19 21:44:14,14287.00,successful,101,CA,411.06,11287.82,9085.88 +1037861642,Theater Acting College for Olivia,Theater,Theater,USD,2014-08-18,30000.00,2014-07-19 06:29:52,10.00,failed,1,US,10.00,10.00,30000.00 +1037868251,FORMER NASA ENGINEER DESIGNS THE ULTIMATE FITNESS PRODUCT,Product Design,Design,USD,2017-01-07,40000.00,2016-11-28 10:46:12,41864.00,successful,117,US,435.00,41864.00,40000.00 +1037868940,ReallySend,Software,Technology,EUR,2016-04-15,42000.00,2016-03-16 16:58:15,3056.00,failed,34,FR,3395.19,3448.39,47392.83 +1037879037,New Living Wall Planters - Grow Your Own Veggies,Food,Food,USD,2015-11-03,11700.00,2015-09-04 04:53:20,12953.00,successful,156,US,12953.00,12953.00,11700.00 +1037887032,The Undergraduate Scholarship Quarterly,Periodicals,Publishing,USD,2017-05-04,10000.00,2017-04-19 19:13:55,0.00,failed,0,US,25.00,0.00,10000.00 +1037892335,The Conduit,Narrative Film,Film & Video,USD,2012-11-28,16500.00,2012-10-29 22:17:09,16800.01,successful,110,US,16800.01,16800.01,16500.00 +1037899474,Route 66 mural project at world’s first McDonald’s,Public Art,Art,USD,2012-09-23,3000.00,2012-08-09 17:31:36,1140.00,failed,12,US,1140.00,1140.00,3000.00 +1037899685,OPEN SPACE,Art,Art,USD,2015-08-02,7700.00,2015-07-03 22:43:03,8417.75,successful,135,US,8417.75,8417.75,7700.00 +1037901917,Playing Nature a special project of the 5th Moscow Biennale,Conceptual Art,Art,GBP,2013-09-21,3500.00,2013-09-07 13:54:33,1.00,failed,1,GB,1.56,1.61,5640.43 +1037910792,Blackstone Heist Vinyl Release,Rock,Music,USD,2015-08-20,2000.00,2015-07-21 23:33:26,113.32,failed,7,US,113.32,113.32,2000.00 +1037913301,Latitude Wine Bar Build-Out,Food,Food,USD,2013-04-21,20000.00,2013-03-22 18:53:18,670.00,failed,11,US,670.00,670.00,20000.00 +1037916472,Historical Novel,Nonfiction,Publishing,EUR,2016-10-21,200.00,2016-09-19 22:10:53,250.00,successful,7,NL,0.00,272.15,217.72 +1037919840,YELLOW Post Production Fund,Narrative Film,Film & Video,USD,2013-03-30,1500.00,2013-03-15 19:49:23,1560.00,successful,21,US,1560.00,1560.00,1500.00 +1037926619,Kllabo - Inventing gone viral,Apps,Technology,USD,2015-07-21,537600.00,2015-05-22 02:43:20,45.00,failed,3,US,45.00,45.00,537600.00 +"1037930818,""""""Strawberries In Wintertime"""" book"",Nonfiction,Publishing,USD,2015-10-06,10000.00,2015-09-18 18:34:25,10012.00,successful,111,US,10012.00,10012.00,10000.00" +1037945369,Körút - A different kind of yoga bag.,Product Design,Design,CAD,2013-10-14,35000.00,2013-09-11 17:24:05,14072.00,failed,128,CA,13568.02,13667.44,33993.78 +1037954776,Monsta x eras minimal art enamel pins,Product Design,Design,USD,2018-02-01,10000.00,2017-12-12 01:32:23,0.00,live,0,US,0.00,0.00,10000.00 +"103796961,""PLZ DONATE TO MY SHORT FILM ($,£,€,CHF,¥,DHs, ...) "",Shorts,Film & Video,USD,2010-11-05,2100.00,2010-10-06 19:29:15,2140.00,successful,16,US,2140.00,2140.00,2100.00" +1037971912,CTR Clothing Line,Fashion,Fashion,USD,2012-11-02,2500.00,2012-10-14 00:10:30,0.00,failed,0,US,0.00,0.00,2500.00 +1037980010,Stacked's 25 Days of KickStarter!,Food,Food,USD,2014-12-23,15000.00,2014-11-27 18:06:42,15164.00,successful,140,US,15164.00,15164.00,15000.00 +1037984441,Irie Jamboree - My life in Jamaica...,Film & Video,Film & Video,SEK,2015-04-05,12000000.00,2015-02-04 08:08:28,8.00,failed,1,SE,0.96,0.91,1359034.18 +1037993231,Sordid Dystopia - A Victorian Post-Apocalyptic RPG,Games,Games,USD,2012-02-26,500.00,2012-01-25 03:40:09,2165.00,successful,35,US,2165.00,2165.00,500.00 +"103799368,""Under The Jackfruit Tree, a Novel"",Publishing,Publishing,USD,2017-11-05,1500.00,2017-09-06 21:52:09,1510.00,successful,10,US,0.00,1510.00,1500.00" +1037997513,The Laptop Stand You've Been Waiting For | The Tiny Tower,Product Design,Design,USD,2016-10-24,35000.00,2016-08-25 02:24:40,156076.00,successful,1416,US,46555.00,156076.00,35000.00 +"103799974,""(Untitled, Not-So-Secret) Mike Mattison Solo Album"",Rock,Music,USD,2013-08-17,5000.00,2013-07-17 15:16:19,16452.77,successful,213,US,16452.77,16452.77,5000.00" +1038000179,Tube Shoot,Video Games,Games,USD,2013-05-19,15000.00,2013-04-19 22:25:21,1241.00,failed,30,US,1241.00,1241.00,15000.00 +1038004733,Poppin (Canceled),Mobile Games,Games,USD,2015-02-28,600.00,2015-01-29 23:19:51,0.00,canceled,0,US,0.00,0.00,600.00 +1038013094,Hillbilly : forgotten america,Documentary,Film & Video,USD,2017-10-25,8000.00,2017-09-25 22:51:22,240.00,failed,6,US,0.00,240.00,8000.00 +1038014123,Sweater Back Playing Cards,Playing Cards,Games,USD,2015-12-01,5000.00,2015-11-01 17:02:15,1060.00,failed,49,US,1060.00,1060.00,5000.00 +1038021224,Ritalin Boy wax!,Rock,Music,CAD,2016-10-25,2000.00,2016-08-26 13:45:30,2590.00,successful,31,CA,239.81,1934.42,1493.76 +1038024122,Classifieds done differently. And we http://kickingitforward,Web,Technology,NOK,2015-08-07,3000000.00,2015-07-13 20:48:17,5.00,failed,1,NO,0.62,0.61,363046.69 +1038027314,Space Cadets: Away Missions,Tabletop Games,Games,USD,2015-02-20,40000.00,2015-01-21 17:48:17,146296.00,successful,1304,US,146296.00,146296.00,40000.00 +103803037,Bringing Great BBQ to the Masses,Food,Food,USD,2013-06-30,16000.00,2013-05-16 22:01:37,2673.00,failed,22,US,2673.00,2673.00,16000.00 +1038032247,The Half-Blind Dovetail Project,Sculpture,Art,USD,2012-07-01,500.00,2012-06-01 01:49:38,1917.00,successful,10,US,1917.00,1917.00,500.00 +1038040033,Here's To You (Canceled),Fiction,Publishing,USD,2014-09-09,5000.00,2014-07-11 23:17:58,0.00,canceled,0,US,0.00,0.00,5000.00 +1038042896,Shoes transform from flats to high heels in seconds,Footwear,Fashion,EUR,2017-06-17,100000.00,2017-05-02 17:51:02,292344.00,successful,1535,DE,9903.14,326637.69,111730.60 +1038044822,Key Kubby-Simplify Your Life (Canceled),Product Design,Design,USD,2013-04-27,10000.00,2013-03-18 18:30:22,2707.00,canceled,31,US,2707.00,2707.00,10000.00 +1038045407,Cost-share a product shoot,Photography,Photography,AUD,2017-10-06,2600.00,2017-09-08 05:39:12,0.00,failed,0,AU,0.00,0.00,2021.14 +1038046483,Pure Baby a product worth using.,DIY,Crafts,USD,2016-09-30,25756.00,2016-08-31 00:38:56,0.00,failed,0,US,0.00,0.00,25756.00 +1038050045,Imminent Threat: A Documentary Film,Documentary,Film & Video,USD,2011-10-28,30000.00,2011-09-28 00:32:36,9940.00,failed,74,US,9940.00,9940.00,30000.00 +1038056777,Play like Mozart,Classical Music,Music,USD,2016-03-27,15000.00,2016-02-26 12:14:29,1.00,failed,1,US,1.00,1.00,15000.00 +1038057477,Hand Puppet Horror Audiobook,Children's Books,Publishing,USD,2012-08-25,1199.00,2012-07-26 04:36:21,282.00,failed,12,US,282.00,282.00,1199.00 +1038067416,Montana Harvest,Fiction,Publishing,USD,2012-01-12,5000.00,2011-11-13 09:44:16,75.00,failed,2,US,75.00,75.00,5000.00 +1038069418,Save your planet,Animation,Film & Video,CAD,2014-04-23,50000.00,2014-02-25 13:46:43,7144.00,failed,35,CA,6424.97,6483.94,45380.29 +1038076429,Prima Materia,Sculpture,Art,USD,2013-04-16,500.00,2013-02-22 21:45:17,655.11,successful,19,US,655.11,655.11,500.00 +1038080446,The Salem Curse,Tabletop Games,Games,USD,2014-06-01,500.00,2014-04-26 15:34:19,769.00,successful,34,US,769.00,769.00,500.00 +1038087677,NEW ALBUM by New Orleans musician Billy Franklin,Music,Music,USD,2012-06-07,2000.00,2012-05-08 23:29:31,2040.00,successful,30,US,2040.00,2040.00,2000.00 +1038092501,The Cologne Wallet,Accessories,Fashion,USD,2015-08-08,6000.00,2015-07-09 17:56:51,85.00,failed,2,US,85.00,85.00,6000.00 +1038093385,All Who Are,Web,Technology,USD,2016-04-15,30000.00,2016-03-16 19:48:14,0.00,failed,0,US,0.00,0.00,30000.00 +1038096932,Bring Back Norwich Playfest,Pop,Music,GBP,2015-06-26,150000.00,2015-05-27 13:31:32,0.00,failed,0,GB,0.00,0.00,235897.27 +103810244,Anything's Pastable Food Truck,Food,Food,USD,2013-09-21,40000.00,2013-08-14 19:57:36,620.00,failed,10,US,620.00,620.00,40000.00 +1038103095,Where the Mangos Grow - A Short Film,Shorts,Film & Video,USD,2013-01-04,3500.00,2012-11-20 23:45:22,4195.00,successful,109,US,4195.00,4195.00,3500.00 +"1038109817,""Tesla Coil Keychain, T Shirts & Posters"",Product Design,Design,USD,2014-09-11,2000.00,2014-08-12 21:57:38,798.00,failed,33,US,798.00,798.00,2000.00" +1038116946,Nicolas Maldonado at Catalina Jazz Club!,Music,Music,USD,2015-06-17,380.00,2015-05-27 23:38:57,422.00,successful,13,US,422.00,422.00,380.00 +1038123887,NERDCORE™ T-Shirts inspired by Video Games and Nerd Culture.,Fashion,Fashion,USD,2014-01-31,12000.00,2013-12-17 19:40:27,2883.00,failed,72,US,2883.00,2883.00,12000.00 +1038125554,The Kiss (Lego Mosaic),Conceptual Art,Art,USD,2012-05-17,2732.80,2012-04-17 00:37:57,25.00,failed,1,US,25.00,25.00,2732.80 +"1038127639,""Press """"Start"""" on 8 Bit Bakeshop"",Restaurants,Food,USD,2016-07-09,275000.00,2016-06-04 18:06:26,313.00,failed,12,US,312.00,313.00,275000.00" +1038130464,Lift The Decade Debut Full-Length Record,Indie Rock,Music,USD,2012-12-22,1500.00,2012-10-23 22:30:32,1537.00,successful,23,US,1537.00,1537.00,1500.00 +1038133180,Compulsion,Narrative Film,Film & Video,USD,2016-11-09,400.00,2016-10-10 16:52:38,630.00,successful,12,US,130.00,630.00,400.00 +1038133501,Camp Belvidere... A Short Film,Shorts,Film & Video,USD,2013-09-24,16250.00,2013-08-20 18:46:08,16599.00,successful,88,US,16599.00,16599.00,16250.00 +1038138004,HELLO TODAY - Capitalist Collages,Mixed Media,Art,USD,2015-04-17,5000.00,2015-03-18 20:57:37,7102.00,successful,128,US,7102.00,7102.00,5000.00 +1038142400,Console Warz,Video Games,Games,GBP,2014-05-10,45000.00,2014-04-10 12:29:29,189.00,failed,12,GB,316.49,317.69,75640.42 +"1038142662,""Thank You, 5"",Comedy,Film & Video,USD,2016-03-14,10000.00,2016-02-13 22:00:01,11000.99,successful,98,US,11000.99,11000.99,10000.00" +1038144341,Apps No Ads - ¡¡Aplicaciones sin anuncios!! - ONL,Software,Technology,MXN,2017-08-07,5500.00,2017-07-13 03:24:02,0.00,failed,0,MX,0.00,0.00,305.64 +1038146107,ELECTRIC INDIANS ART EXHIBIT,Conceptual Art,Art,USD,2013-04-22,3950.00,2013-03-22 23:13:22,0.00,failed,0,US,0.00,0.00,3950.00 +"1038160954,""SIGNED Men’s Child Labor-Free, Sustainable Shirts"",Apparel,Fashion,USD,2018-02-02,20000.00,2017-12-04 22:17:43,70.00,live,1,US,0.00,70.00,20000.00" +103816621,RAW Fidget Spinner,Product Design,Design,USD,2017-06-06,2000.00,2017-05-07 20:26:05,2092.00,successful,35,US,128.00,2092.00,2000.00 +1038179225,the Newer York,Publishing,Publishing,USD,2011-08-12,4000.00,2011-06-30 20:09:22,4045.00,successful,48,US,4045.00,4045.00,4000.00 +103818918,A global network for monitoring the sounds of nature,Sound,Technology,USD,2016-10-06,80000.00,2016-09-01 17:59:25,2954.00,failed,32,US,925.00,2954.00,80000.00 +1038191250,Circle Jerk,Video Art,Art,USD,2014-10-30,1700.00,2014-09-30 05:49:32,1725.00,successful,48,US,1725.00,1725.00,1700.00 +1038192433,Under My Skin,Art,Art,USD,2014-05-23,750.00,2014-04-23 18:26:17,1161.00,successful,24,US,1161.00,1161.00,750.00 +103820126,Congo Square Theatre's production of BULRUSHER,Theater,Theater,USD,2012-05-03,4000.00,2012-03-19 20:48:24,4826.00,successful,30,US,4826.00,4826.00,4000.00 +1038205080,Storm Cloud (Canceled),Hip-Hop,Music,USD,2012-03-04,3000.00,2012-02-03 07:22:25,0.00,canceled,0,US,0.00,0.00,3000.00 +1038207649,Help Mercy Bell Make an EP,Indie Rock,Music,USD,2011-01-16,5000.00,2010-12-06 20:37:49,8000.80,successful,163,US,8000.80,8000.80,5000.00 +1038213774,Aerial Photography Business Taking Realty to new Heights,Photography,Photography,USD,2014-09-10,32000.00,2014-08-11 21:03:07,15.00,failed,1,US,15.00,15.00,32000.00 +1038215767,video amateur,Experimental,Film & Video,EUR,2016-10-19,25000.00,2016-09-19 11:46:09,0.00,canceled,0,BE,0.00,0.00,27215.03 +1038222210,Download Your Dream,Digital Art,Art,USD,2016-09-07,3500.00,2016-08-08 17:49:29,10.00,failed,1,US,0.00,10.00,3500.00 +"1038230457,""Another Wrong Turn, A Mother's Love"",Fiction,Publishing,USD,2018-01-03,3500.00,2017-11-04 03:52:01,0.00,live,0,US,0.00,0.00,3500.00" +1038231327,Angels Creek Cafe,Food,Food,USD,2016-01-25,5500.00,2015-12-14 18:41:36,200.00,failed,2,US,200.00,200.00,5500.00 +1038237559,True Competitors Mobile App- Changing Sick Children's Lives,Apps,Technology,USD,2017-06-26,55000.00,2017-05-27 07:29:59,67.00,failed,6,US,65.00,67.00,55000.00 +1038238939,American Ninja Warrior Course,Woodworking,Crafts,USD,2016-07-27,100.00,2016-07-06 01:27:49,5.00,failed,1,US,0.00,5.00,100.00 +1038248418,Strawbees Hovercraft: World's Fastest Recycled Toy,Gadgets,Technology,USD,2017-07-16,70000.00,2017-06-01 16:51:28,82450.00,successful,375,US,17637.00,82450.00,70000.00 +1038254804,Rebirth Garments: Queer Fashion for All Bodies and Abilities,Apparel,Fashion,USD,2016-09-16,25000.00,2016-08-15 07:17:45,27884.00,successful,445,US,356.00,27884.00,25000.00 +1038255162,Louis the XVII: Diamonds in the Rough Music Video,Music Videos,Film & Video,USD,2015-09-03,750.00,2015-08-20 02:58:31,978.00,successful,17,US,978.00,978.00,750.00 +1038261084,Bunny Up Bunny Adventures!,Journalism,Journalism,USD,2014-10-06,5000.00,2014-09-06 22:19:32,1.00,failed,1,US,1.00,1.00,5000.00 +"1038261105,""""""CIRCUIT PRINTS"""""",Graphic Design,Design,EUR,2017-09-10,200.00,2017-08-21 21:23:24,40.00,canceled,1,ES,47.05,47.85,239.26" +1038274939,Pure Slacklines: movement simplified.,Product Design,Design,GBP,2012-12-19,2500.00,2012-12-05 23:55:28,3616.00,successful,49,GB,5820.11,5866.32,4055.81 +1038276790,This Iz My Story: Andy Finch and Jim Rippey,Documentary,Film & Video,USD,2011-05-15,3000.00,2011-04-15 13:50:26,3205.00,successful,34,US,3205.00,3205.00,3000.00 +1038278331,2nd Episode of The Immigration Lawyer- The Asylum/H4 curse,Fiction,Publishing,USD,2013-05-28,75000.00,2013-03-29 05:58:46,130.00,failed,3,US,130.00,130.00,75000.00 +1038279041,Healthy Life Therapy Online Makeover,Food,Food,USD,2016-06-29,8000.00,2016-06-09 14:43:09,1.00,failed,1,US,1.00,1.00,8000.00 +1038292717,'Something's In The Living Room'- a physical theatre show,Experimental,Theater,USD,2015-11-18,6800.00,2015-10-23 17:42:00,7110.00,successful,52,US,7110.00,7110.00,6800.00 +"1038295197,""Bucks County Brewery. Good Beer, Good Citizens"",Food,Food,USD,2013-10-25,15000.00,2013-09-20 12:54:55,3471.00,failed,61,US,3471.00,3471.00,15000.00" +1038295664,Taller de confección de prendas. (Dressmaking workshop).,Apparel,Fashion,EUR,2016-03-22,22500.00,2016-01-22 13:58:00,0.00,canceled,0,ES,0.00,0.00,25096.48 +1038298532,the HuncHBack Stand for your mobile devices and raspberry pi,Product Design,Design,USD,2015-04-26,2000.00,2015-03-27 01:42:31,1276.00,failed,25,US,1276.00,1276.00,2000.00 +1038301997,Discover Vinyl,Music,Music,USD,2017-11-11,1000.00,2017-09-27 00:12:05,206.00,failed,5,US,26.00,206.00,1000.00 +"1038302721,""Family fun! 101 step by step robotics projects, DVD."",Family,Film & Video,USD,2017-06-16,2300.00,2017-05-17 21:51:06,1.00,failed,1,US,0.00,1.00,2300.00" +103830292,Help us play Mario Party on the Gamecube! (Suspended),Video Games,Games,USD,2015-04-08,32.00,2015-03-09 18:31:35,1.00,suspended,1,US,1.00,1.00,32.00 +1038309030,The EIFLE S Smart-Mirror W/Front-Facing Camera! (Canceled),Software,Technology,USD,2016-03-25,200000.00,2016-01-25 15:17:42,4248.00,canceled,16,US,4248.00,4248.00,200000.00 +103831313,SUBTLE ANGELS: SAMANTHA- FINE ART NUDES,Fine Art,Photography,USD,2016-08-08,199.00,2016-08-02 02:42:39,435.00,successful,10,US,299.00,435.00,199.00 +"1038316993,""KanZen Clothing, fun, stylish and hopes to inspire."",Ready-to-wear,Fashion,GBP,2015-02-20,50000.00,2015-01-21 14:05:22,1.00,failed,1,GB,1.51,1.54,76878.13" +1038332003,JackHawk 9000 - Titanium Bottle Opener Sunglasses,Product Design,Design,USD,2012-07-05,15000.00,2012-05-24 18:02:24,26783.38,successful,273,US,26783.38,26783.38,15000.00 +1038340011,BURDANOVA (Un sueño creado por Sentimientos),Pop,Music,MXN,2017-09-18,54000.00,2017-07-20 21:57:36,0.00,failed,0,MX,0.00,0.00,3033.71 +1038340439,YOGI: Yoga Cards for Joyful Learning!,Playing Cards,Games,EUR,2016-06-20,5000.00,2016-05-16 20:17:24,5324.00,successful,157,IT,6019.91,5891.53,5532.99 +1038343842,Phoenix Racing Stands: Innovative Motorcycle Stands,Technology,Technology,USD,2015-09-16,35000.00,2015-08-12 17:10:53,37065.00,successful,60,US,37065.00,37065.00,35000.00 +1038344423,The Rabbit Stu,Fiction,Publishing,USD,2014-11-07,2500.00,2014-09-08 23:51:48,2650.00,successful,12,US,2650.00,2650.00,2500.00 +103834814,Unspeakably Wonderful - A new feature film,Drama,Film & Video,GBP,2016-06-22,23800.00,2016-05-23 21:08:01,7823.00,failed,53,GB,11345.92,10720.70,32615.70 +"1038349029,""""""Single In Seattle"""" finding love in the Emerald City"",Documentary,Film & Video,USD,2011-08-01,5200.00,2011-06-17 20:37:27,357.00,failed,5,US,357.00,357.00,5200.00" +1038357149,STACY LOMMAN : NY - SPR. '12 FASHION SHOW & CONCERT!,Fashion,Fashion,USD,2011-09-01,10000.00,2011-07-19 23:56:46,11300.00,successful,67,US,11300.00,11300.00,10000.00 +1038358090,ATELIER-MAYER.COM - Website & Magazine,Fashion,Fashion,USD,2012-11-29,30000.00,2012-10-29 18:36:36,0.00,failed,0,US,0.00,0.00,30000.00 +1038358785,Real Wheel!,Art,Art,USD,2012-05-19,5000.00,2012-04-19 22:47:15,5157.00,successful,91,US,5157.00,5157.00,5000.00 +1038362657,Portland's Pulp & Deckle Papermaking Studio is Going Mobile,Art,Art,USD,2016-08-04,10500.00,2016-06-06 06:11:16,11688.00,successful,101,US,2384.00,11688.00,10500.00 +1038362907,DIY Garage,Makerspaces,Technology,USD,2015-02-28,40000.00,2015-01-29 01:01:34,132.00,failed,3,US,132.00,132.00,40000.00 +1038363585,Life in Glass,Sculpture,Art,USD,2011-12-26,10000.00,2011-11-28 19:00:02,10240.00,successful,97,US,10240.00,10240.00,10000.00 +1038366544,Hahn-ted Acres,Immersive,Theater,USD,2014-09-12,100000.00,2014-07-14 21:51:49,100.00,failed,1,US,100.00,100.00,100000.00 +1038369113,New Design For All Generators,Product Design,Design,USD,2014-12-01,1000000.00,2014-10-31 23:42:05,10.00,failed,1,US,10.00,10.00,1000000.00 +103836920,THE CENTER: ACT I - AXIS,Video Games,Games,USD,2015-12-09,20000.00,2015-11-04 11:11:36,713.00,failed,24,US,713.00,713.00,20000.00 +1038371032,Art of the places - Arte dei Luoghi,Video Art,Art,EUR,2016-03-13,30000.00,2016-02-12 21:59:08,84.00,failed,5,IT,94.81,94.74,33837.13 +1038372715,The dream of 7yr old Juel to make a change and be a writer,Children's Books,Publishing,USD,2015-03-31,5000.00,2015-03-11 04:21:21,0.00,failed,0,US,0.00,0.00,5000.00 +1038373,Little Drops of Heaven Bakery goes to the Farmers Market!,Food,Food,USD,2012-07-07,3300.00,2012-06-07 13:59:17,3673.50,successful,73,US,3673.50,3673.50,3300.00 +1038376101,Royal Things Jewelry at August 2013 Trade Show,Fashion,Fashion,USD,2013-07-21,3000.00,2013-06-18 03:16:51,3200.00,successful,15,US,3200.00,3200.00,3000.00 +103838167,Sole Survivor - surviving the impact of isolation,Documentary,Film & Video,GBP,2016-08-22,100000.00,2016-07-13 12:57:17,13.00,failed,4,GB,14.39,17.18,132124.83 +103838472,Website Expressing the Ripple Effect with Quotes,Design,Design,USD,2015-10-08,50000.00,2015-09-08 18:53:27,0.00,failed,0,US,0.00,0.00,50000.00 +1038394306,Danny Luis - Debut Worship Album,Faith,Music,USD,2016-08-02,12500.00,2016-07-03 00:12:59,13390.00,successful,117,US,1550.00,13390.00,12500.00 +1038396343,Pauli Caspieri watches - Deep Ocean automatic dive watch,Product Design,Design,SEK,2017-09-30,380000.00,2017-08-19 08:39:17,62100.00,canceled,15,SE,4709.66,7619.16,46622.91 +1038401508,The Wood Chip: A Display of Nature's Beauty,Product Design,Design,USD,2014-07-18,1500.00,2014-06-18 02:22:32,138.00,failed,5,US,138.00,138.00,1500.00 +1038416653,Build Your Dreams,Design,Design,USD,2012-08-22,65000.00,2012-07-28 03:46:39,23468.00,failed,245,US,23468.00,23468.00,65000.00 +1038418119,Handy Stand,Product Design,Design,USD,2016-07-01,16000.00,2016-06-01 23:10:13,0.00,failed,0,US,0.00,0.00,16000.00 +"103841959,""""""Chest Quest"""" <-- Mobile Game"",Video Games,Games,USD,2014-03-18,500.00,2014-02-26 02:15:37,688.00,successful,9,US,688.00,688.00,500.00" +1038420496,Vegan Edible Fruit Arrangements Desserts,Vegan,Food,USD,2017-12-18,41400.00,2017-11-18 04:27:07,0.00,failed,0,US,0.00,0.00,41400.00 +"1038433399,""""""Reflections Of Brownie"""" a new tribute to Clifford Brown"",Jazz,Music,USD,2011-12-12,15000.00,2011-10-31 05:06:16,4635.00,failed,20,US,4635.00,4635.00,15000.00" +1038444295,THE ABSENCE OF STRANGERS,Narrative Film,Film & Video,GBP,2012-12-01,15000.00,2012-11-01 22:35:26,960.00,failed,9,GB,1543.87,1536.89,24013.83 +1038445798,Race for the Iron Throne E-Book,Publishing,Publishing,USD,2015-11-04,15000.00,2015-10-05 14:08:51,9744.00,failed,172,US,9744.00,9744.00,15000.00 +"1038447872,""Hope Hymns, Volume 1"",Music,Music,USD,2012-04-01,14800.00,2012-02-01 15:51:08,18027.00,successful,286,US,18027.00,18027.00,14800.00" +1038449812,The Polar Pom-Pom Project,Art,Art,USD,2013-03-31,5800.00,2013-03-01 06:00:19,7780.00,successful,59,US,7780.00,7780.00,5800.00 +"1038450475,""Drop - Virtualize the """"I was here"""" (Canceled)"",Apps,Technology,AUD,2015-08-20,150000.00,2015-07-21 06:03:21,55.00,canceled,2,AU,40.47,40.33,109994.87" +1038456852,Whole Farm,Farms,Food,USD,2016-04-01,25000.00,2016-02-01 17:12:55,0.00,failed,0,US,0.00,0.00,25000.00 +1038456920,Simonetta & FourEver - Share This Music For Eternity!,Classical Music,Music,USD,2013-06-01,5000.00,2013-05-02 16:41:31,5337.00,successful,96,US,5337.00,5337.00,5000.00 +1038457923,Antique rustic style furniture,Woodworking,Crafts,USD,2017-08-01,2000.00,2017-07-17 22:53:25,0.00,failed,0,US,0.00,0.00,2000.00 +1038475973,On the Rocks (Canceled),Webseries,Film & Video,USD,2010-08-09,10000.00,2010-06-29 20:08:17,625.00,canceled,5,US,625.00,625.00,10000.00 +1038483011,Greek Delights,Food Trucks,Food,USD,2015-12-19,10000.00,2015-11-19 03:57:29,0.00,failed,0,US,0.00,0.00,10000.00 +1038483077,Amazing Grace-Concert Movie,Festivals,Film & Video,EUR,2016-08-10,200.00,2016-07-11 20:51:58,0.00,failed,0,AT,0.00,0.00,223.16 +1038488247,Beyond Eden Records with Grammy Nominated David Ivory,Rock,Music,USD,2012-07-14,8000.00,2012-05-31 14:45:35,1718.00,failed,37,US,1718.00,1718.00,8000.00 +1038493924,MARCUSWALKERS.COM (Canceled),Fashion,Fashion,USD,2014-08-08,20000.00,2014-06-09 21:09:36,0.00,canceled,0,US,0.00,0.00,20000.00 +"1038499241,""RBS """"Wash-Pak"""""",Design,Design,USD,2014-07-31,35000.00,2014-07-01 02:48:03,1320.00,failed,20,US,1320.00,1320.00,35000.00" +1038504879,The $1 Book Of Poems,Poetry,Publishing,USD,2017-08-31,150.00,2017-08-01 18:00:41,185.00,successful,24,US,29.00,185.00,150.00 +103850567,Ferrofluid Magician,Product Design,Design,USD,2016-11-09,3000.00,2016-10-05 13:24:18,7931.00,successful,189,US,3796.00,7931.00,3000.00 +1038511503,Rise and Shine,Performances,Dance,USD,2014-10-01,5000.00,2014-08-23 07:16:23,5350.02,successful,46,US,5350.02,5350.02,5000.00 +1038517825,Adventures of Boo and Piglet,Anthologies,Publishing,USD,2014-11-15,9234.00,2014-10-16 20:50:07,1160.00,failed,13,US,1160.00,1160.00,9234.00 +1038519033,Project Mak-a-Doodle,Web,Technology,USD,2015-05-13,7500.00,2015-04-22 18:42:33,0.00,failed,0,US,0.00,0.00,7500.00 +1038532582,Vinland: Forging a Maine Cuisine With 100% Local Ingredients,Food,Food,USD,2013-07-26,40000.00,2013-06-19 04:16:12,45023.00,successful,366,US,45023.00,45023.00,40000.00 +1038532984,No Pun Intended,Digital Art,Art,USD,2013-03-31,250.00,2013-02-19 19:09:44,262.00,successful,8,US,262.00,262.00,250.00 +"1038539798,""Limited Supplies | Minimising Quantity, Maximising Quality"",Apparel,Fashion,GBP,2015-09-29,3000.00,2015-09-04 13:02:38,104.00,failed,3,GB,159.12,157.74,4550.14" +1038543417,Make Your Own Soft Drink Brand (Canceled),Drinks,Food,GBP,2014-07-23,530000.00,2014-06-23 14:22:04,1628.00,canceled,7,GB,2769.83,2765.65,900365.24 +"1038545024,""""""PITCH BLACK MILK""""- A film about a young girl's self discovery."",Shorts,Film & Video,USD,2011-01-05,3000.00,2010-10-07 08:22:32,203.00,failed,6,US,203.00,203.00,3000.00" +1038545756,Tail - A wide purpose user controlled tracking application,Technology,Technology,USD,2016-08-08,25000.00,2016-06-09 21:34:12,125.00,failed,5,US,50.00,125.00,25000.00 +1038553051,British Rail Corporate Identity Manual,Graphic Design,Design,GBP,2015-12-22,40000.00,2015-11-22 23:56:11,55102.00,successful,886,GB,83707.55,82157.18,59640.07 +1038559406,Zombie-Proof Trade Paperback Collection,Comics,Comics,USD,2016-04-22,2000.00,2016-04-08 16:04:23,3061.00,successful,63,US,3061.00,3061.00,2000.00 +"1038576191,""Lady V Designs- handmade crafts, jewellery and gifts"",Crafts,Crafts,GBP,2015-03-19,300.00,2015-02-17 19:43:46,0.00,failed,0,GB,0.00,0.00,445.59" +1038577734,Hitman Heaven,Film & Video,Film & Video,USD,2015-04-02,15000.00,2015-02-01 00:38:45,0.00,failed,0,US,0.00,0.00,15000.00 +1038583805,FrisBuild,DIY Electronics,Technology,USD,2016-07-03,1000.00,2016-06-13 16:40:56,1061.00,successful,24,US,1061.00,1061.00,1000.00 +103858589,Partial Reality Gaming Center,Games,Games,USD,2013-06-16,5000.00,2013-05-17 16:42:37,117.00,failed,5,US,117.00,117.00,5000.00 +1038587073,Better Luck Next Time (Canceled),Poetry,Publishing,USD,2011-01-23,40373.60,2010-12-24 18:06:07,246.00,canceled,3,US,246.00,246.00,40373.60 +1038599599,Help Us Record Our New CD!!!!,Rock,Music,USD,2012-01-09,15000.00,2011-11-10 10:41:32,1792.00,failed,17,US,1792.00,1792.00,15000.00 +1038600361,I Love You to the Moon and Back!,Children's Books,Publishing,USD,2014-10-15,8000.00,2014-09-15 07:55:33,8611.00,successful,175,US,8611.00,8611.00,8000.00 +"1038605907,""Joy to the World! Children's CD Holiday Gift, Book to Follow"",Kids,Music,USD,2015-12-08,7500.00,2015-11-10 06:10:52,8492.00,successful,181,US,8492.00,8492.00,7500.00" +1038608482,Nadine's Kitchen,Restaurants,Food,USD,2016-05-07,40000.00,2016-03-23 18:39:22,3875.00,failed,50,US,3875.00,3875.00,40000.00 +1038608633,USS Coral Sea (CVB/CVA/CV-43) Commemorative Challenge Coin,Conceptual Art,Art,USD,2015-08-08,2100.00,2015-07-24 23:17:50,2500.00,successful,56,US,2500.00,2500.00,2100.00 +1038610502,Simple CO2 Monitor,Gadgets,Technology,EUR,2015-05-27,500.00,2015-04-27 21:32:01,1703.00,successful,34,NL,1851.74,1868.18,548.50 +1038615333,The Chronicles of the Tal Nor issue #1,Comic Books,Comics,USD,2015-08-18,4000.00,2015-07-14 01:00:19,4028.00,successful,86,US,4028.00,4028.00,4000.00 +1038620202,Chantale Gagne's New Quartet CD,Jazz,Music,USD,2014-04-26,8000.00,2014-03-28 15:30:05,9370.00,successful,73,US,9370.00,9370.00,8000.00 +1038621559,A Las Barricadas - A Boardgame of Social Conflict,Tabletop Games,Games,USD,2012-05-08,3500.00,2012-03-24 00:41:26,9243.00,successful,205,US,9243.00,9243.00,3500.00 +1038626964,Jacob Szekely Album II,Jazz,Music,USD,2017-05-22,3500.00,2017-04-27 19:21:53,2581.00,failed,62,US,145.00,2581.00,3500.00 +1038629341,Freedom Graphics,Apparel,Fashion,USD,2017-01-31,1500.00,2016-12-02 01:11:27,0.00,failed,0,US,0.00,0.00,1500.00 +"1038630895,""""""Traveling Trashball"""" goes to ArtPrize!"",Illustration,Art,USD,2011-09-15,2500.00,2011-08-16 04:02:59,2500.00,successful,41,US,2500.00,2500.00,2500.00" +1038630951,Project Life Saver,Gadgets,Technology,USD,2017-05-26,4000.00,2017-04-26 21:52:48,71.00,canceled,4,US,10.00,71.00,4000.00 +1038635301,Noble Deck - Premium Playing Cards,Playing Cards,Games,USD,2016-09-03,8500.00,2016-08-02 16:57:55,10193.00,successful,342,US,873.00,10193.00,8500.00 +1038637124,Be a part of The Paper Melody's next chapter: EP and Videos,Rock,Music,USD,2012-01-17,2000.00,2011-12-18 22:33:05,2908.00,successful,61,US,2908.00,2908.00,2000.00 +1038637873,THE KICKASS ANNOUNCES FULL US TOUR AFTER AN 8 YEAR HIATUS!,Rock,Music,USD,2012-05-31,6000.00,2012-05-03 18:41:51,706.00,failed,21,US,706.00,706.00,6000.00 +103863973,Astromino- Dominoes of the Universe,Tabletop Games,Games,USD,2012-03-27,14500.00,2012-02-21 23:51:30,485.00,failed,6,US,485.00,485.00,14500.00 +1038639896,The Trouble With Uncle Max,Thrillers,Film & Video,USD,2015-06-15,15000.00,2015-05-20 12:12:03,430.00,failed,8,US,430.00,430.00,15000.00 +1038652573,The Australian Collection,Crafts,Crafts,USD,2013-03-18,1500.00,2013-02-21 21:19:17,6485.00,successful,81,US,6485.00,6485.00,1500.00 +1038652690,Young Author's Quest for a New Computer!,Young Adult,Publishing,USD,2016-09-02,500.00,2016-08-03 22:14:53,0.00,failed,0,US,0.00,0.00,500.00 +1038656803,Five Sea Shanties for Brass Quintet,Classical Music,Music,USD,2014-04-07,2500.00,2014-03-13 21:21:04,3405.00,successful,52,US,3405.00,3405.00,2500.00 +1038659700,Photo of Grant and Hazel eating cake with bare hands,Digital Art,Art,USD,2014-07-27,10.00,2014-07-17 03:55:07,6.00,failed,2,US,6.00,6.00,10.00 +1038660841,Make Linkin Park Great Again - Hybrid Theory Style,Metal,Music,EUR,2017-04-06,1000000.00,2017-02-25 20:24:17,62.00,failed,2,DE,6.35,65.91,1063004.26 +1038669075,World's largest singing Tesla Stage by Arc Attack and Nexus ,Performance Art,Art,USD,2011-05-10,32000.00,2011-03-09 21:20:10,200.00,canceled,6,US,200.00,200.00,32000.00 +1038671044,Naked Lungs First Publication,Poetry,Publishing,GBP,2013-04-17,175.00,2013-04-04 13:11:31,0.00,failed,0,GB,0.00,0.00,268.62 +1038690382,You Are a Dark God: Desolation Road,Video Games,Games,USD,2015-08-21,800.00,2015-07-22 02:38:09,1421.00,successful,62,US,1421.00,1421.00,800.00 +1038692635,Decyfer Down- New Album Release 2015,Rock,Music,USD,2015-01-23,40000.00,2014-12-14 19:12:44,15188.00,failed,298,US,15188.00,15188.00,40000.00 +1038696202,ALLNEWITEMS.COM (Canceled),Web,Technology,GBP,2015-11-20,5000.00,2015-10-21 11:44:28,0.00,canceled,0,GB,0.00,0.00,7623.35 +"1038700135,""'One Life, One Death, Two Snails' - [a short film]"",Comedy,Film & Video,GBP,2016-04-20,2200.00,2016-04-03 20:42:02,2752.66,successful,59,GB,3916.74,3957.76,3163.15" +"1038703212,X-Orb; Puzzle/Shooter. iOS & Android with Kindle.,Mobile Games,Games,GBP,2014-07-20,4500.00,2014-06-20 06:09:48,2.00,failed,2,GB,3.40,3.40,7644.61" +"1038725951,""X-Treme Beanbag Billiards Toss - """"The Next Generation"""""",Mobile Games,Games,USD,2015-08-30,25000.00,2015-07-01 06:10:24,24985.00,canceled,114,US,24985.00,24985.00,25000.00" +1038727311,Sex Boss,Shorts,Film & Video,USD,2013-10-01,2500.00,2013-09-11 23:50:42,2597.00,successful,77,US,2597.00,2597.00,2500.00 +"1038742466,""Budding Artist, Budding Writer Children's Alphabet Book"",Children's Books,Publishing,USD,2014-01-15,7500.00,2013-12-01 01:57:04,1017.00,failed,9,US,1017.00,1017.00,7500.00" +1038745188,Latino/a Rising,Anthologies,Publishing,USD,2014-11-02,10000.00,2014-09-16 14:06:46,10476.00,successful,321,US,10476.00,10476.00,10000.00 +1038755268,KFHox Full Length Album & Music Video,Indie Rock,Music,USD,2011-09-09,7000.00,2011-06-11 00:42:39,2022.00,failed,40,US,2022.00,2022.00,7000.00 +1038755793,YumiTums Cookbook,Cookbooks,Food,GBP,2017-11-17,5500.00,2017-09-18 14:45:29,64.00,failed,2,GB,0.00,84.45,7257.66 +1038758394,Showpaper Issue 63,Art Books,Publishing,USD,2009-10-08,800.00,2009-09-23 05:06:24,911.11,successful,7,US,911.11,911.11,800.00 +"1038761532,the studio,Film & Video,Film & Video,GBP,2015-03-31,3000.00,2015-02-17 23:50:31,0.00,undefined,0,""N,0"""""",,0.00,4440.96" +1038772194,Proximat- The Virtual Reality Spatial Proximity Mat (VR Mat),Gadgets,Technology,USD,2016-10-02,500.00,2016-09-02 17:58:33,209.00,failed,4,US,0.00,209.00,500.00 +1038773027,1/6th scale Booty Babe Art Doll / Statues by Spencer Davis,Product Design,Design,USD,2014-01-16,15000.00,2013-12-12 23:24:13,29231.88,successful,182,US,29231.88,29231.88,15000.00 +1038773677,Self-Starting Students Putting on a Production of WASP,Theater,Theater,USD,2013-02-01,150.00,2012-12-28 20:47:37,205.00,successful,6,US,205.00,205.00,150.00 +1038774649,daftmusic.com,Mixed Media,Art,GBP,2016-05-01,20000.00,2016-04-01 11:39:39,20.00,failed,1,GB,28.69,28.98,28984.25 +"103877840,""""""Stanzas Of My Life""""...Musically yours, Debra Marie"",Jazz,Music,USD,2012-09-20,7000.00,2012-08-19 22:01:47,7060.00,successful,18,US,7060.00,7060.00,7000.00" +1038780492,Das Tal - PvP Sandbox MMO,Video Games,Games,EUR,2015-06-10,50000.00,2015-05-12 08:00:52,32826.00,failed,520,DE,36630.15,36830.59,56099.72 +1038780813,The School of Belonging: Empathy in Practice,Nonfiction,Publishing,USD,2013-07-02,25000.00,2013-05-28 23:07:25,1346.00,failed,15,US,1346.00,1346.00,25000.00 +1038791938,Bubblized Saitama The Puncher Vinyl Stickers,Illustration,Art,EUR,2016-03-23,200.00,2016-02-22 21:37:15,202.00,successful,11,FR,224.84,225.31,223.08 +103879955,Debateball Free Mobile App in IOS and Android (Canceled),Apps,Technology,USD,2015-11-21,5700.00,2015-10-22 19:30:37,1.00,canceled,1,US,1.00,1.00,5700.00 +1038802973,Laughing is better than sex (Canceled),Public Art,Art,USD,2014-03-20,25000.00,2014-02-18 19:51:22,0.00,canceled,0,US,0.00,0.00,25000.00 +1038807465,Lock-on Table Tray... Easier dining with children!,Product Design,Design,USD,2014-10-08,30000.00,2014-09-08 16:00:09,22421.00,failed,316,US,22421.00,22421.00,30000.00 +"1038817818,""Part 2 of """"Gazing at the World Through Binocular Eyes"""""",Indie Rock,Music,USD,2012-11-30,1999.00,2012-11-09 22:33:49,2165.00,successful,27,US,2165.00,2165.00,1999.00" +1038825181,Beaudry Bros Brewing,Food,Food,USD,2014-03-15,1200.00,2014-02-13 17:06:06,1445.00,successful,25,US,1445.00,1445.00,1200.00 +1038829523,Cthulhu Chew - Lovecraftian Silicone Teething Toy for Babies,Product Design,Design,NZD,2014-09-07,4500.00,2014-08-03 13:13:41,1453.00,canceled,43,NZ,1236.65,1186.51,3674.67 +"1038834148,""""""III: Doom in Bloom"""" Double LP Gatefold"",Metal,Music,USD,2014-05-15,2000.00,2014-04-15 06:09:02,2387.00,successful,62,US,2387.00,2387.00,2000.00" +"1038845934,""ZOMBIE OVERKILL DEATH SQUAD (hit'em hard, hit'em fast comic)"",Comics,Comics,USD,2014-07-21,2500.00,2014-06-21 03:33:12,35.00,failed,3,US,35.00,35.00,2500.00" +1038846138,Neuroscience Jewellery and Sculpture,Art,Art,AUD,2015-04-03,1500.00,2015-03-04 23:32:58,4440.00,successful,40,AU,3458.68,3394.75,1146.88 +1038853564,Help Love Lake Make Their 2nd Album!,Indie Rock,Music,USD,2012-10-02,2500.00,2012-08-23 01:59:13,2596.00,successful,33,US,2596.00,2596.00,2500.00 +1038853649,Detrich Burgess and Freedom Album Release,Photography,Photography,USD,2013-05-11,2500.00,2013-03-13 18:32:10,72.00,failed,3,US,72.00,72.00,2500.00 +1038855498,Greetings from Earth--Arrival,Comics,Comics,USD,2012-05-25,3000.00,2012-03-27 18:42:07,1.08,failed,1,US,1.08,1.08,3000.00 +1038861021,Last Frontier: The Vesuvius Incident & The Artifact -Reprint,Tabletop Games,Games,USD,2012-10-07,10000.00,2012-09-11 06:24:29,26546.00,successful,285,US,26546.00,26546.00,10000.00 +1038870447,Photo Exhibition - BOND BOUND(2),Photography,Photography,USD,2011-03-24,250.00,2011-03-14 19:04:50,295.00,successful,6,US,295.00,295.00,250.00 +1038871235,Pisces Pottery Studio Renovation,Ceramics,Art,USD,2016-08-11,5000.00,2016-07-12 04:07:27,16.00,failed,2,US,16.00,16.00,5000.00 +"1038875468,""Minnesota Made Sweatshirt, by Minnesotans"",Apparel,Fashion,USD,2016-02-10,30000.00,2016-01-11 18:15:27,43595.00,successful,425,US,43595.00,43595.00,30000.00" +1038879808,Synergy (Canceled),Hip-Hop,Music,USD,2016-05-01,800.00,2016-03-31 00:57:45,0.00,canceled,0,US,0.00,0.00,800.00 +1038880271,Held Up: The Short Film (Kickstarter Part 2) (Canceled),Shorts,Film & Video,USD,2012-04-09,1250.00,2012-03-27 21:59:52,1495.00,canceled,14,US,1495.00,1495.00,1250.00 +1038884769,Anansi the Spider - An African Folktale,Plays,Theater,USD,2014-11-20,3000.00,2014-11-07 07:24:24,497.00,failed,17,US,497.00,497.00,3000.00 +1038887181,Shadow Black Gaming & Community Center (Canceled),Games,Games,USD,2016-01-15,300000.00,2015-12-16 22:20:24,0.00,canceled,0,US,0.00,0.00,300000.00 +1038888833,Man of Sorrows Book,Publishing,Publishing,USD,2017-03-27,1000.00,2017-02-25 18:53:34,1.00,failed,1,US,0.00,1.00,1000.00 +1038896938,CaskNCanvas Image Portfolio Kickstarter,Public Art,Art,USD,2014-04-26,1000.00,2014-04-02 21:40:22,76.00,failed,4,US,76.00,76.00,1000.00 +1038901634,Symbaroum: Karvosti - The Witch Hammer,Tabletop Games,Games,SEK,2017-04-10,50000.00,2017-03-20 17:57:19,616263.00,successful,687,SE,14458.32,68366.56,5546.87 +1038907160,Pressdiv: A Fan Club For WordPress Developers,Web,Technology,GBP,2015-06-26,16050.00,2015-05-29 23:49:49,10.00,failed,1,GB,15.35,15.73,25241.01 +103891076,Accidental Buspreneur & Conductor,Nonfiction,Publishing,USD,2012-03-31,6700.00,2012-03-23 21:41:06,250.00,failed,8,US,250.00,250.00,6700.00 +1038913700,HOODS - THE MUSICAL: Robin Hood with a Chicago Twist,Musical,Theater,GBP,2014-05-31,35000.00,2014-04-30 12:10:56,9220.00,failed,98,GB,15502.23,15513.01,58888.85 +1038919390,Eye - TAKE YOUR PHONE TO THE NEXT LEVEL,Gadgets,Technology,USD,2017-04-15,95000.00,2017-03-01 17:29:13,659301.00,successful,4062,US,18769.00,659301.00,95000.00 +1038926365,Broken & Lost Phones Are a Thing of The Past,Gadgets,Technology,CAD,2016-06-08,2000.00,2016-05-19 04:18:53,4848.00,successful,79,CA,3760.54,3802.95,1568.87 +1038928256,Palm Desert Sculpture Symposium,Sculpture,Art,USD,2014-07-07,50000.00,2014-05-08 01:21:56,823.00,failed,20,US,823.00,823.00,50000.00 +1038936280,Calm Waters Coffee Roasters,Drinks,Food,USD,2015-05-01,15000.00,2015-04-01 14:01:11,16156.00,successful,158,US,16156.00,16156.00,15000.00 +1038936624,Wired Sheep,Video Games,Games,GBP,2015-06-11,5000.00,2015-05-12 11:06:03,20.00,failed,2,GB,30.85,30.97,7743.29 +103893730,The Jet Set Backpack,Product Design,Design,USD,2015-12-20,60000.00,2015-11-20 15:11:02,13668.00,failed,25,US,13668.00,13668.00,60000.00 +1038942573,This Road - Red Brick Rhoades' first full-length album!,Country & Folk,Music,USD,2015-05-22,2000.00,2015-04-22 01:07:20,2090.00,successful,45,US,2090.00,2090.00,2000.00 +1038942601,Bring Paris to Baton Rouge!,Art,Art,USD,2015-01-13,15000.00,2014-11-14 20:09:34,15371.00,successful,125,US,15371.00,15371.00,15000.00 +1038943539,HELIPORT™ Lightning Dock for iPhone and Apple Devices,Product Design,Design,USD,2016-01-02,10000.00,2015-11-23 17:55:24,3128.00,failed,41,US,3128.00,3128.00,10000.00 +1038945654,Corner of Montana Cafe,Restaurants,Food,USD,2015-06-17,10000.00,2015-05-18 22:57:16,0.00,failed,0,US,0.00,0.00,10000.00 +1038957973,The Shannon Mares Project,Music,Music,USD,2011-05-08,4500.00,2011-03-23 02:41:26,511.00,failed,9,US,511.00,511.00,4500.00 +"1038977245,""Fashion Art Show, Los Angeles, CA"",Art,Art,USD,2013-10-16,5000.00,2013-09-11 23:00:42,10.00,failed,1,US,10.00,10.00,5000.00" +"1038981987,""WheelAir®, the cushion that cools all manual wheelchairs"",Hardware,Technology,GBP,2017-07-01,30000.00,2017-06-01 10:42:18,10521.00,failed,95,GB,1774.47,13568.66,38690.21" +"1038989839,""Critters: 30 Songs, 30 Animals, 30 Minutes."",Electronic Music,Music,USD,2012-05-23,2000.00,2012-04-23 20:55:28,2611.00,successful,70,US,2611.00,2611.00,2000.00" +103899621,Des Chauves-Souris et des Hommes : Le livre,Mixed Media,Art,EUR,2016-02-05,5000.00,2016-01-21 15:18:46,941.00,failed,31,FR,1029.90,1054.11,5600.99 +1038997678,Hammer Guardian,Mobile Games,Games,EUR,2017-02-24,2000.00,2017-01-25 08:21:59,0.00,failed,0,ES,0.00,0.00,2121.79 +1038998185,JOACHIM HORSLEY VIA HAVANA: Music Video and Album Series,World Music,Music,USD,2017-11-10,30000.00,2017-10-10 02:45:57,31093.00,successful,258,US,100.00,31093.00,30000.00 +"1039008290,""Creating Film, Music & Photography, Because We Can!"",Documentary,Film & Video,USD,2012-06-22,30000.00,2012-05-08 19:50:19,751.00,failed,13,US,751.00,751.00,30000.00" +103901088,SimWorldRPG,Video Games,Games,CAD,2016-10-14,2500.00,2016-08-15 21:40:16,4.00,failed,2,CA,0.00,3.04,1898.83 +1039022542,Waterlife – an Underwater Fine Art Photo Exhibition & Book,Fine Art,Photography,SEK,2016-08-20,24000.00,2016-07-21 15:01:23,25230.00,successful,37,SE,224.17,3001.46,2855.14 +1039030465,The Cartoon Cat Limited Edition Silk Screened Print,Illustration,Art,USD,2015-09-07,2000.00,2015-08-13 03:47:10,815.00,failed,16,US,815.00,815.00,2000.00 +1039032135,Sodo | Natural Modern Functional Bath Mat,Product Design,Design,USD,2017-09-09,25000.00,2017-08-10 05:33:29,11551.00,failed,162,US,6661.00,11551.00,25000.00 +1039035335,Project Eat Good Live Good:Taste of Heaven Cafe,Restaurants,Food,USD,2014-10-29,50000.00,2014-08-30 17:08:51,6.00,failed,2,US,6.00,6.00,50000.00 +1039038721,Anna Ash ? Recording Project ? 2011 ?,Indie Rock,Music,USD,2011-01-01,6000.00,2010-11-20 20:34:51,6042.02,successful,113,US,6042.02,6042.02,6000.00 +"1039045127,""Intra-net(s): outdoor platforms for family, friends and fun"",Product Design,Design,USD,2015-02-21,12000.00,2015-01-17 04:08:17,2166.00,failed,20,US,2166.00,2166.00,12000.00" +1039065957,Three Jerks Jerky: The Original Filet Mignon Beef Jerky™,Food,Food,USD,2013-08-29,20000.00,2013-07-30 15:00:14,45663.01,successful,641,US,45663.01,45663.01,20000.00 +10390745,Conjure Trading Card Game - Updated Listing,Tabletop Games,Games,AUD,2014-04-04,2000.00,2014-03-15 05:07:29,8390.00,successful,61,AU,7579.23,7761.33,1850.14 +1039076874,Start your family revolution with missmo!,Gadgets,Technology,AUD,2017-12-30,50000.00,2017-11-30 20:00:34,756.00,failed,4,AU,0.00,592.80,39206.46 +1039079644,ABACUS @ Sundance Film Fest 2012,Performance Art,Art,USD,2011-12-10,18200.00,2011-11-03 19:51:23,18550.00,successful,217,US,18550.00,18550.00,18200.00 +1039085628,iShampoo Pet Brush,Product Design,Design,USD,2016-11-08,31790.00,2016-10-07 03:52:16,72.00,failed,5,US,67.00,72.00,31790.00 +1039087035,UNHEARD: The Voices of Iraq,Audio,Journalism,USD,2017-10-04,6000.00,2017-08-25 09:28:02,6000.00,successful,76,US,660.00,6000.00,6000.00 +1039088065,Dream Catcher: Photography Book (Canceled),Photography,Photography,USD,2013-10-31,6000.00,2013-10-11 21:47:34,144.00,canceled,15,US,144.00,144.00,6000.00 +1039093969,Jada Sundae Book Series,Children's Books,Publishing,USD,2016-10-03,1500.00,2016-09-03 00:47:35,0.00,canceled,0,US,0.00,0.00,1500.00 +"1039093987,New EP/Music Development,Music,Music,USD,2016-01-07,3800.00,2015-11-24 15:29:35,257.00,undefined,0,""N,0"""""",,257.00,3800.00" +1039097319,Open Letters - The Next Fifty Issues,Periodicals,Publishing,USD,2017-05-05,2500.00,2017-04-07 16:33:16,2503.00,successful,48,US,305.00,2503.00,2500.00 +1039097949,This has been removed (Canceled),Art,Art,USD,2016-03-25,3750.00,2016-01-25 20:00:47,175.00,canceled,4,US,175.00,175.00,3750.00 +1039104091,Stop the abuse and killing...at risk art,Graphic Design,Design,USD,2014-08-14,89000.00,2014-07-15 02:25:01,0.00,failed,0,US,0.00,0.00,89000.00 +1039105368,IKUSGARRI,Accessories,Fashion,EUR,2017-11-09,25000.00,2017-10-17 05:26:06,6570.00,failed,36,FR,0.00,7656.72,29135.15 +1039110891,Marvelous Macarons,Food,Food,USD,2017-09-13,1000.00,2017-08-14 22:30:04,250.00,failed,5,US,125.00,250.00,1000.00 +1039112090,Art After Dark Exhibition Event Project,Public Art,Art,USD,2015-05-19,4000.00,2015-03-20 20:40:13,17.00,failed,3,US,17.00,17.00,4000.00 +1039113549,Dia de los Muertos Coloring Book by Edgy Brothers,Art Books,Publishing,USD,2017-08-10,1000.00,2017-07-11 21:00:06,2689.00,successful,94,US,1479.00,2689.00,1000.00 +1039117476,The Lonely: An Original Graphic Novel (Canceled),Comics,Comics,USD,2010-06-01,3000.00,2010-03-29 02:46:20,0.00,canceled,0,US,0.00,0.00,3000.00 +1039118481,Spoken Language Instructional Content Development System,Software,Technology,USD,2011-12-03,40000.00,2011-10-04 00:27:46,195.00,failed,7,US,195.00,195.00,40000.00 +1039127952,Nasty Woman Strikes Back,Apparel,Fashion,USD,2017-03-09,3000.00,2017-02-07 15:53:36,3191.00,successful,116,US,53.00,3191.00,3000.00 +1039131196,South Wing,Film & Video,Film & Video,USD,2013-02-27,150.00,2013-01-28 07:40:33,235.00,successful,6,US,235.00,235.00,150.00 +103913399,MobileHeroapp.com,Apps,Technology,USD,2016-08-28,150000.00,2016-06-29 08:37:23,5.00,canceled,1,US,5.00,5.00,150000.00 +1039135390,Kurt Hills Fantasy Atlas,Tabletop Games,Games,USD,2016-05-09,2500.00,2016-04-13 15:56:47,10291.00,successful,173,US,10291.00,10291.00,2500.00 +1039136242,Technology and Science Summer Camp for Students,Technology,Technology,USD,2014-06-17,3750.00,2014-06-04 03:48:26,401.00,failed,13,US,401.00,401.00,3750.00 +1039143181,Peace Through Pyramids,Performance Art,Art,USD,2012-06-16,20000.00,2012-04-17 17:31:13,21716.00,successful,167,US,21716.00,21716.00,20000.00 +1039149627,Lion & Company: Quest for the Album,Indie Rock,Music,USD,2016-02-01,5000.00,2015-12-23 00:41:03,5665.43,successful,87,US,5665.43,5665.43,5000.00 +1039154543,Hungry Gods,Fiction,Publishing,USD,2014-08-07,500.00,2014-07-08 23:06:15,1182.00,successful,23,US,1182.00,1182.00,500.00 +1039154564,A Tribute To Michael Jackson,Dance,Dance,USD,2014-09-07,1500.00,2014-08-08 21:40:29,124.00,failed,9,US,124.00,124.00,1500.00 +1039157554,Outdoorsmen - The Film,Documentary,Film & Video,USD,2011-09-12,729.00,2011-08-11 09:13:23,804.00,successful,10,US,804.00,804.00,729.00 +1039158686,Rocko: Dawn of the Shred (Canceled),Video Games,Games,USD,2012-02-05,18000.00,2011-12-07 21:05:20,291.00,canceled,11,US,291.00,291.00,18000.00 +"1039164647,""""""CLOSE"""" - Megan Makeever's third album"",Music,Music,USD,2013-03-12,2000.00,2013-02-15 18:42:18,2059.00,successful,55,US,2059.00,2059.00,2000.00" +1039182388,Bright Side of Life,Film & Video,Film & Video,USD,2017-01-06,62000.00,2016-11-07 05:23:36,166.00,failed,7,US,25.00,166.00,62000.00 +1039183017,Addie's Wish Upon a Star,Children's Books,Publishing,USD,2017-02-22,400.00,2017-02-01 01:30:43,23.00,failed,1,US,23.00,23.00,400.00 +1039190933,Grindhouse Championship Wrestling,Performance Art,Art,USD,2013-03-03,3000.00,2013-01-06 23:27:17,3.00,failed,2,US,3.00,3.00,3000.00 +1039194256,Amelia and the Animals: Photographs by Robin Schwartz,Photobooks,Photography,USD,2014-05-31,15000.00,2014-05-01 21:40:52,30805.00,successful,236,US,30805.00,30805.00,15000.00 +1039198337,ELEPHANT LINE,Film & Video,Film & Video,USD,2012-12-14,5000.00,2012-11-14 20:43:41,7036.00,successful,62,US,7036.00,7036.00,5000.00 +1039202568,Pie Heaven,Shorts,Film & Video,USD,2011-11-27,8000.00,2011-10-18 17:21:49,8015.22,successful,142,US,8015.22,8015.22,8000.00 +103920696,Seeing-Eye Parrot - The Feathered shall lead the Blind!,Video Games,Games,USD,2012-05-19,10000.00,2012-04-17 00:28:42,103.00,failed,2,US,103.00,103.00,10000.00 +1039211944,Let's Publish! The Boy in the Book,Fiction,Publishing,USD,2016-04-18,1000.00,2016-03-19 04:33:48,130.00,failed,2,US,130.00,130.00,1000.00 +1039219386,Vermont Studio Center Residency September 2012,Mixed Media,Art,USD,2012-05-16,2800.00,2012-04-16 20:29:17,330.00,failed,5,US,330.00,330.00,2800.00 +1039220333,$10 Fantasy Art Paintings,Mixed Media,Art,USD,2016-01-08,70.00,2015-12-09 05:24:04,130.00,successful,5,US,130.00,130.00,70.00 +1039226993,The Sign in Sidney Brustein's Window by Lorraine Hansberry,Theater,Theater,USD,2013-05-06,1450.00,2013-04-11 16:49:49,1608.00,successful,55,US,1608.00,1608.00,1450.00 +1039240602,The Film Dailies - Live From The Walnut Room,Documentary,Film & Video,USD,2009-09-15,500.00,2009-08-15 19:52:42,730.00,successful,8,US,730.00,730.00,500.00 +103924206,Sex Ed with DB: Podcast Equipment!,Sound,Technology,USD,2017-07-16,550.00,2017-07-05 17:43:34,750.00,successful,29,US,60.00,750.00,550.00 +1039242096,Pagina de flores,Crafts,Crafts,MXN,2017-04-15,200000.00,2017-03-16 01:21:42,10.00,failed,1,MX,0.00,0.53,10620.22 +1039248192,Brighton Shakespeare Company,Theater,Theater,GBP,2016-06-16,3500.00,2016-04-27 23:07:10,3550.00,successful,24,GB,5149.25,5071.94,5000.50 +1039249060,The Good Blonde,Shorts,Film & Video,USD,2015-06-05,5000.00,2015-05-06 01:14:43,6020.00,successful,49,US,6020.00,6020.00,5000.00 +103925148,Dice Tray for Liar's dice,Gaming Hardware,Games,USD,2017-04-29,15000.00,2017-03-30 03:49:25,16.00,failed,2,US,0.00,16.00,15000.00 +103925447,ProMaxScore (Canceled),Software,Technology,CAD,2015-06-13,20000.00,2015-05-19 03:22:43,0.00,canceled,0,CA,0.00,0.00,16298.59 +1039255022,LISTEN TO MY HEART,Performance Art,Art,USD,2011-08-02,500.00,2011-07-03 05:40:51,45.00,failed,2,US,45.00,45.00,500.00 +"1039255675,""NoTaLiHo. The """"No Taste Like Home"""" App."",Events,Food,EUR,2016-03-18,20000.00,2016-02-13 19:42:48,523.00,failed,19,DE,591.20,589.89,22558.09" +1039263538,REDUX - A mid century inspired fabric collection by Sarah B.,Design,Design,USD,2016-10-12,15000.00,2016-09-07 06:00:43,1050.00,canceled,10,US,150.00,1050.00,15000.00 +1039271578,Aquaculture for tomorrow,Technology,Technology,USD,2014-05-04,2250.00,2014-04-04 02:31:32,232.00,failed,13,US,232.00,232.00,2250.00 +103927884,JiffyLight (Suspended),Gadgets,Technology,USD,2015-03-15,1000.00,2015-02-13 02:58:07,1384.00,suspended,58,US,1384.00,1384.00,1000.00 +1039282542,Piqapoo - The best way to collect dog poop - hands-free!,Product Design,Design,USD,2016-12-31,15000.00,2016-11-01 18:35:47,35910.00,successful,650,US,19687.00,35910.00,15000.00 +103928384,FastBrush,Product Design,Design,MXN,2017-06-14,250000.00,2017-05-15 21:07:21,0.00,failed,0,MX,0.00,0.00,13896.61 +1039288234,The MAIA Mural Project - Clean Water for Children of Gaza,Mixed Media,Art,USD,2011-06-21,5000.00,2011-06-06 06:20:41,230.00,failed,8,US,230.00,230.00,5000.00 +1039294759,Strain Wars: The Board Game,Tabletop Games,Games,USD,2016-11-25,43762.00,2016-10-26 14:35:35,302.00,failed,8,US,96.00,302.00,43762.00 +1039307096,More Beautiful Than Before: fibre arts and journalling,Nonfiction,Publishing,CAD,2014-05-08,900.00,2014-04-08 20:15:13,900.00,successful,15,CA,820.21,831.02,831.02 +1039309126,Disco debut de Say Ocean: Mejores Tiempos.,Rock,Music,MXN,2016-12-16,65000.00,2016-11-15 16:55:15,74250.00,successful,64,MX,121.06,3647.04,3192.69 +"1039310391,""""""P L I N K"""" a robot on a hero's journey"",Publishing,Publishing,USD,2010-12-21,9500.00,2010-11-05 23:52:04,0.00,failed,0,US,0.00,0.00,9500.00" +1039315062,The Lemonade Maker,Performance Art,Art,USD,2011-06-12,9000.00,2011-04-28 19:42:50,160.00,failed,5,US,160.00,160.00,9000.00 +"1039315701,""""""J-Flex"""" by Luke Ice: The Most Forgiving Putter In The World"",Product Design,Design,USD,2015-02-25,20000.00,2015-01-26 14:23:23,6050.00,failed,55,US,6050.00,6050.00,20000.00" +1039341001,Creeps Creature Feature Television Show,Film & Video,Film & Video,USD,2012-08-29,7500.00,2012-07-30 22:00:35,410.00,failed,4,US,410.00,410.00,7500.00 +1039346206,FREE kids learning iOS app,Video Games,Games,GBP,2013-08-16,7500.00,2013-07-17 17:11:43,1.00,failed,1,GB,1.51,1.56,11725.71 +1039353049,Heating and Cooling Massages with App Control.,Apps,Technology,USD,2015-04-20,25000.00,2015-03-21 02:43:30,25.00,failed,1,US,25.00,25.00,25000.00 +1039359158,Pedal Zombies: Feminist Bicycle Science Fiction,Anthologies,Publishing,USD,2015-08-04,6000.00,2015-07-07 23:31:00,6554.00,successful,229,US,6554.00,6554.00,6000.00 +1039360569,iM3d: Computer algorithm generated and 3D printed maze,Tabletop Games,Games,USD,2014-07-24,300.00,2014-06-24 01:10:30,591.00,successful,15,US,591.00,591.00,300.00 +1039360818,Grilled Corn,Small Batch,Food,USD,2014-08-07,10.00,2014-07-08 19:02:16,21.00,successful,4,US,21.00,21.00,10.00 +1039362464,RELAUNCH: Rococo x Pokemon Pokeball Hard Enamel Pins,Accessories,Fashion,USD,2017-12-06,1300.00,2017-11-14 18:21:37,944.00,failed,41,US,301.00,944.00,1300.00 +1039365272,Complete Website Management System,Web,Technology,GBP,2016-12-16,200000.00,2016-11-16 19:01:24,1.00,canceled,1,GB,0.00,1.24,248873.85 +103937533,DREAD,Horror,Film & Video,USD,2017-07-07,1000.00,2017-06-07 04:41:17,0.00,failed,0,US,0.00,0.00,1000.00 +1039385571,THE LONELY LITTLE HORSE: A CHINESE ADOPTION STORY,Children's Books,Publishing,USD,2012-03-24,5000.00,2012-01-25 02:44:31,1.00,failed,1,US,1.00,1.00,5000.00 +1039388427,15mm - 20mm WW3 Cold War Urban tabletop wargame terrain,Tabletop Games,Games,AUD,2017-08-19,600.00,2017-07-20 03:12:56,8078.50,successful,24,AU,0.00,6393.75,474.87 +1039388561,Nocturne: an evolving dance work to premiere in NYC and Mpls,Performances,Dance,USD,2016-03-01,4200.00,2016-01-31 08:15:44,7347.00,successful,77,US,7347.00,7347.00,4200.00 +1039395492,Uncle Johns Country Gravy,Food,Food,USD,2016-02-03,15000.00,2015-12-05 20:43:59,75.00,failed,2,US,75.00,75.00,15000.00 +1039398922,#NUGGET: 28 Days of Self-discovery,Nonfiction,Publishing,USD,2016-10-16,500.00,2016-09-16 03:52:48,1120.00,successful,28,US,275.00,1120.00,500.00 +1039407053,Collage Timeline,Mixed Media,Art,CAD,2015-08-09,350.00,2015-06-10 13:31:53,0.00,failed,0,CA,0.00,0.00,268.32 +1039413001,The Last Great Romantic Comedy,Shorts,Film & Video,USD,2012-05-28,2000.00,2012-04-28 20:30:11,2025.00,successful,14,US,2025.00,2025.00,2000.00 +1039413074,CW Creations,DIY,Crafts,USD,2015-11-25,600.00,2015-10-26 17:10:37,0.00,failed,0,US,0.00,0.00,600.00 +103941331,Things & Stuff,Film & Video,Film & Video,USD,2012-02-09,30000.00,2012-01-10 17:49:50,50.00,failed,2,US,50.00,50.00,30000.00 +1039418257,Basis: Bone and Sprite Integration System,Video Games,Games,USD,2013-08-09,5000.00,2013-07-10 05:15:53,573.00,failed,11,US,573.00,573.00,5000.00 +1039424225,Pins Collective,Wearables,Technology,USD,2016-03-31,75000.00,2016-03-01 12:00:11,102066.00,successful,1042,US,102066.00,102066.00,75000.00 +1039424442,Cardholder Playing Cards (Canceled),Playing Cards,Games,USD,2015-02-06,12000.00,2015-01-07 19:35:03,534.00,canceled,32,US,534.00,534.00,12000.00 +1039428183,Python - World’s Smallest Titanium Tactical EDC Micro Blade,Product Design,Design,USD,2018-01-03,3000.00,2017-12-13 07:57:16,1255.00,canceled,29,US,1255.00,1255.00,3000.00 +1039439216,Transforming E-commerce,Web,Technology,USD,2017-07-30,50000.00,2017-05-31 02:41:38,20.00,failed,1,US,0.00,20.00,50000.00 +1039448814,Draft Day - Filming the Internet Basketball Tourney,Documentary,Film & Video,USD,2011-03-16,18700.00,2011-02-14 04:57:49,570.00,failed,3,US,570.00,570.00,18700.00 +103945580,O Holy River (a novella) (Canceled),Fiction,Publishing,USD,2011-08-29,1500.00,2011-07-30 04:37:37,350.03,canceled,10,US,350.03,350.03,1500.00 +1039457373,Triatholight with Cree! The Longest Lasting Emergency Light!,Gadgets,Technology,USD,2015-11-14,5000.00,2015-09-15 18:00:22,6144.00,successful,132,US,6144.00,6144.00,5000.00 +1039473449,MyTask - iPhone protection tailored to your lifestyle.,Product Design,Design,USD,2014-04-22,25000.00,2014-03-18 14:03:14,13786.00,canceled,79,US,13786.00,13786.00,25000.00 +1039475289,Evolution Contemporary Music Series 2012-13,Classical Music,Music,USD,2012-09-22,8000.00,2012-08-23 00:20:03,8351.00,successful,135,US,8351.00,8351.00,8000.00 +103949416,Sketch A Day Project,Illustration,Art,GBP,2014-12-11,7000.00,2014-11-11 19:46:18,8556.00,successful,113,GB,13603.34,13441.21,10996.78 +1039499004,Working Title: Sex Factor Project,Film & Video,Film & Video,GBP,2016-07-29,50000.00,2016-05-30 14:04:20,10.00,failed,1,GB,0.00,13.17,65835.39 +1039507125,Freak Scene Restaurant,Restaurants,Food,GBP,2018-01-01,22000.00,2017-12-12 09:12:40,6831.00,failed,45,GB,0.00,9257.10,29813.53 +103950745,Combatzone Scenery,Tabletop Games,Games,GBP,2014-10-19,1000.00,2014-09-21 18:04:16,3839.50,successful,81,GB,6254.29,6162.62,1605.06 +1039513321,Saplings: The Carolina Young Artists' Magazine Launch,Literary Journals,Publishing,USD,2014-08-07,800.00,2014-07-24 16:49:05,45.00,failed,2,US,45.00,45.00,800.00 +"1039519099,""Tubman City News - Your Voice, Your Baltimore"",Web,Journalism,USD,2015-11-01,17600.00,2015-09-11 14:40:41,226.00,failed,2,US,226.00,226.00,17600.00" +1039520081,H.I.M™ Homeless in a Mercedes (a true life interactive book),Nonfiction,Publishing,USD,2014-02-04,14500.00,2014-01-25 00:32:49,0.00,failed,0,US,0.00,0.00,14500.00 +1039526841,Immigrant's Nightmare board game & mobile app,Mobile Games,Games,USD,2018-02-02,50000.00,2017-12-04 05:22:22,29.00,live,1,US,0.00,29.00,50000.00 +"1039527544,""""""Buyers Remorse II."""" The hunt for """"Ray Clark""""!"",Thrillers,Film & Video,USD,2015-05-04,15000.00,2015-03-05 21:48:11,0.00,failed,0,US,0.00,0.00,15000.00" +1039527829,Make/100 MusicCloth® city map,Technology,Technology,SGD,2018-01-31,1000.00,2018-01-01 05:35:01,382.00,live,9,SG,285.63,287.91,753.69 +1039537893,Dallas Vuse Webseries,Webseries,Film & Video,USD,2017-08-30,1000.00,2017-07-31 05:03:33,1.00,failed,1,US,0.00,1.00,1000.00 +1039540702,Unlucky,Comics,Comics,CAD,2015-09-20,3000.00,2015-08-21 21:28:04,1110.00,failed,19,CA,847.02,833.77,2253.44 +1039542122,The Deep Eynde Untitled (2012),Rock,Music,USD,2011-09-25,4000.00,2011-07-27 16:08:39,4274.21,successful,43,US,4274.21,4274.21,4000.00 +1039543892,Dahlia Vol 1 - The Wastelands,Graphic Novels,Comics,GBP,2017-02-24,600.00,2017-01-25 01:00:39,1118.00,successful,36,GB,245.10,1403.61,753.28 +1039549413,Waste Disposal 3,Animation,Film & Video,GBP,2017-08-18,5950.00,2017-07-19 18:36:02,96.00,failed,7,GB,32.73,123.60,7660.32 +1039554968,Bittersweet Candy Bowl: Starting Over,Comics,Comics,USD,2012-09-21,14000.00,2012-08-24 01:52:28,35495.23,successful,355,US,35495.23,35495.23,14000.00 +1039557670,Minuteman Cafe,Drinks,Food,USD,2017-02-08,25000.00,2017-01-09 06:08:43,142.00,failed,4,US,0.00,142.00,25000.00 +1039559542,In Tension :: Accessory Design Collection,Accessories,Fashion,USD,2014-10-30,4000.00,2014-08-31 07:09:59,500.00,failed,8,US,500.00,500.00,4000.00 +1039567376,Pin+Ball,Mobile Games,Games,USD,2017-03-22,200.00,2017-02-20 02:27:23,210.00,successful,7,US,0.00,210.00,200.00 +"1039568821,""Storage Box - Lockable, Airtight, Rugged"",Product Design,Design,USD,2016-10-14,10000.00,2016-09-14 18:41:51,45.00,failed,1,US,0.00,45.00,10000.00" +1039578344,An Awkward Situation,Shorts,Film & Video,USD,2011-08-09,1500.00,2011-07-11 19:30:29,100.00,failed,1,US,100.00,100.00,1500.00 +1039579823,The Fylls want to record their first-ever demo/EP!,Indie Rock,Music,USD,2011-12-11,4000.00,2011-10-12 14:25:30,4000.00,successful,18,US,4000.00,4000.00,4000.00 +1039579996,MICHAEL DILLARD BAND - WAKE-UP CALL,Indie Rock,Music,USD,2016-10-26,7500.00,2016-09-26 15:40:59,8096.00,successful,90,US,1524.00,8096.00,7500.00 +1039600636,Local Legends Festival,Indie Rock,Music,USD,2016-04-08,10000.00,2016-02-08 23:10:17,2834.00,failed,41,US,2834.00,2834.00,10000.00 +1039601737,Bedtime Bedding - Create amazing bedtime stories,Product Design,Design,GBP,2015-05-30,16000.00,2015-04-20 20:03:56,13949.00,failed,94,GB,20864.40,21385.64,24530.10 +1039607074,Eastern Equatoria Youth Music Project,World Music,Music,CAD,2014-02-25,5000.00,2014-01-24 19:53:47,130.00,failed,3,CA,116.96,116.93,4497.21 +1039619803,Soccer is Passion,Documentary,Film & Video,USD,2014-06-12,15000.00,2014-05-13 19:00:24,150.00,failed,3,US,150.00,150.00,15000.00 +1039626652,Privacy PJS: Adaptive Medical Clothing by Karing Kreations,Product Design,Design,USD,2016-10-26,9600.00,2016-09-26 19:21:12,10130.00,successful,33,US,0.00,10130.00,9600.00 +1039630808,Christmas Blasphemy: The Unexpected Side of Evil.,Fiction,Publishing,MXN,2017-12-11,66000.00,2017-11-08 01:08:33,10.00,failed,1,MX,0.00,0.52,3443.42 +103963936,Perception,Video Games,Games,USD,2015-06-25,150000.00,2015-05-26 15:01:51,168041.85,successful,4357,US,168041.85,168041.85,150000.00 +"1039641986,""ENCHANTED - Bridal, Prom, & Floral Boutique (ALL IN ONE)"",Apparel,Fashion,USD,2014-12-17,69000.00,2014-10-18 18:27:48,100.00,canceled,1,US,100.00,100.00,69000.00" +1039643526,Ballven Fuel Cell - A titanium and stainless steel hip flask,Product Design,Design,GBP,2016-11-13,9600.00,2016-10-04 13:01:36,24574.00,canceled,174,GB,5982.73,30294.89,11834.90 +1039643863,Star Trails Downtown,Art,Art,USD,2012-04-16,6000.00,2012-03-18 18:07:49,7535.00,successful,114,US,7535.00,7535.00,6000.00 +"1039650002,""Getting """"Marionette"""" to the Thespis Festival"",Theater,Theater,USD,2012-07-31,2500.00,2012-06-21 06:51:34,381.00,failed,12,US,381.00,381.00,2500.00" +1039659997,Potter Shop EV,Technology,Technology,USD,2014-12-15,15000.00,2014-11-13 01:00:05,5.00,failed,1,US,5.00,5.00,15000.00 +1039662169,Celebrate St. Patrick's Day with Darrah Carr Dance!,Dance,Dance,USD,2013-04-06,1500.00,2013-03-07 19:49:01,1750.00,successful,19,US,1750.00,1750.00,1500.00 +1039673470,2016 Atlanta Film Festival,Festivals,Film & Video,USD,2015-12-16,40000.00,2015-11-06 15:26:39,41225.00,successful,267,US,41225.00,41225.00,40000.00 +103967661,Chamber Of Terror Haunted House,Experimental,Theater,USD,2015-07-18,3500.00,2015-05-19 17:50:44,630.00,failed,15,US,630.00,630.00,3500.00 +"1039688724,""""""Kassa V - The Album"""" I Do It For Hip-Hop!"",Hip-Hop,Music,USD,2013-02-10,5134.00,2013-01-09 18:25:47,0.00,failed,0,US,0.00,0.00,5134.00" +1039688978,SassyDrinking,Art,Art,USD,2015-03-14,300.00,2015-02-17 18:42:02,12.00,failed,3,US,12.00,12.00,300.00 +1039689830,Spice at a Glance,Food,Food,USD,2015-12-06,3000.00,2015-11-06 08:42:11,383.00,failed,14,US,383.00,383.00,3000.00 +1039696518,Paper Trail,Film & Video,Film & Video,USD,2014-06-08,100000.00,2014-05-07 03:54:31,5.00,failed,1,US,5.00,5.00,100000.00 +103970282,A World of Dew - A Samurai Noir Role-Playing Game,Tabletop Games,Games,USD,2014-06-09,2000.00,2014-05-13 21:06:15,22202.00,successful,528,US,22202.00,22202.00,2000.00 +1039709199,Brazalete-porta sombras de maquillaje,Product Design,Design,MXN,2017-06-06,55000.00,2017-04-27 19:03:06,0.00,failed,0,MX,0.00,0.00,3020.15 +1039710525,The Clock That Make Seasons Come Together,Printing,Crafts,USD,2015-06-08,5550.00,2015-05-09 23:54:30,0.00,failed,0,US,0.00,0.00,5550.00 +1039716699,Author on a Mission: Writing to Stop Dysfunction,Art Books,Publishing,USD,2017-04-05,11500.00,2017-03-07 01:44:29,1.00,failed,1,US,0.00,1.00,11500.00 +"1039721591,Big Dumb Buildings - Gregg Standridge and Brian Eads,Music,Music,USD,2015-10-23,3500.00,2015-09-23 01:47:13,3574.57,undefined,0,""N,0"""""",,3574.57,3500.00" +1039723183,YOSH: Your Own Super Hopper,Video Games,Games,GBP,2015-03-15,500.00,2015-02-13 01:34:44,100.00,failed,6,GB,152.51,148.53,742.66 +1039726837,The Shovells,Plays,Theater,USD,2017-08-26,50000.00,2017-07-27 20:03:02,0.00,failed,0,US,0.00,0.00,50000.00 +1039730493,Metroryde technology for riders and independent operators,Apps,Technology,USD,2016-12-21,200000.00,2016-11-08 05:58:12,155.00,canceled,6,US,0.00,155.00,200000.00 +"1039731842,""Spirit House, A Unique Folk Album"",Music,Music,USD,2014-12-18,6000.00,2014-11-15 15:54:41,6175.00,undefined,0,""N,0"""""",,6175.00,6000.00" +1039732311,The Pioneer : Contemporary designs for any occasion,Product Design,Design,AUD,2015-12-16,2000.00,2015-11-26 21:37:08,4777.00,successful,25,AU,3472.66,3404.12,1425.21 +1039733455,Army Ants needs your help to record first Album!!,Rock,Music,USD,2015-10-03,1000.00,2015-09-03 16:23:45,40.00,failed,3,US,40.00,40.00,1000.00 +1039735444,BC Buds Episode #2,Webseries,Film & Video,CAD,2014-12-12,2300.00,2014-11-14 07:37:32,865.00,failed,6,CA,764.15,746.98,1986.18 +1039736735,jelly,Fashion,Fashion,USD,2012-03-15,500.00,2012-02-10 10:25:23,510.37,successful,16,US,510.37,510.37,500.00 +1039739263,The Adventures of The Queen Bee Madison Rayne,Graphic Novels,Comics,USD,2017-12-27,5000.00,2017-11-27 17:05:20,321.00,failed,16,US,34.00,321.00,5000.00 +1039740749,The _______ Plot,Fiction,Publishing,USD,2011-12-11,5000.00,2011-11-11 02:55:02,30.00,failed,1,US,30.00,30.00,5000.00 +1039749070,Change For A Dollar becomes a Children's Book!,Children's Books,Publishing,USD,2012-05-12,3000.00,2012-04-12 18:25:03,759.00,failed,18,US,759.00,759.00,3000.00 +1039755341,The Deep Listening Project,Video Art,Art,USD,2016-02-13,5000.00,2015-12-15 03:20:26,25.00,failed,1,US,25.00,25.00,5000.00 +"1039757141,""10,000 Songs for Japan!"",Music,Music,USD,2012-09-30,3000.00,2012-08-16 17:41:11,3005.00,successful,51,US,3005.00,3005.00,3000.00" +1039757520,HEART | Minimalistic Clutch Bag & MacBook Sleeve,Accessories,Fashion,HKD,2017-01-07,100000.00,2016-11-08 18:03:48,590.00,failed,2,HK,38.68,76.08,12895.57 +103976287,52 Weeks of Digital Art from Found Objects,Digital Art,Art,USD,2014-10-03,10000.00,2014-09-03 19:11:37,0.00,failed,0,US,0.00,0.00,10000.00 +103977097,Some Photos Of That Day Book - Jamie Livingston's Polaroids,Photobooks,Photography,USD,2017-08-08,35622.00,2017-07-08 08:03:45,35907.00,successful,273,US,1677.00,35907.00,35622.00 +1039775832,Tech In A Box | One Click Computer Repair! Save on repairs!,Software,Technology,CAD,2017-01-08,11000.00,2016-12-09 00:30:03,9.00,canceled,1,CA,0.00,6.85,8370.75 +1039782380,Inspiring Art in Southern WI,Art,Art,USD,2012-06-17,2500.00,2012-05-18 02:31:24,290.00,failed,8,US,290.00,290.00,2500.00 +1039787121,Men's Performance Shorts | Eagle Rock WERKSHOP®,Apparel,Fashion,USD,2016-06-11,15000.00,2016-05-03 04:09:03,25954.00,successful,199,US,25954.00,25954.00,15000.00 +1039788769,The Peetleberry Pumpkinhead Children's Book Series,Children's Books,Publishing,USD,2013-05-16,7500.00,2013-04-16 21:03:11,175.00,failed,4,US,175.00,175.00,7500.00 +"1039791305,""THE PREMIERE UNVEILING OF """"UTTER NONSENSE"""" THE BOOK."",Fiction,Publishing,USD,2013-01-01,1500.00,2012-11-28 11:02:16,1590.00,successful,34,US,1590.00,1590.00,1500.00" +1039793295,The Marley Biscuit (Canceled),Food,Food,USD,2016-08-22,10000.00,2016-06-23 22:10:49,20.00,canceled,1,US,20.00,20.00,10000.00 +1039796729,Dutch Lion Amsterdam,Apparel,Fashion,EUR,2015-04-13,15000.00,2015-02-23 17:08:47,51.00,failed,2,NL,58.04,55.15,16220.95 +1039801390,Sunshine & Puppies/Flavor Savor,Rock,Music,USD,2017-02-01,100.00,2017-01-02 00:17:31,184.00,successful,8,US,135.00,184.00,100.00 +1039806499,Perseveration,Shorts,Film & Video,USD,2011-11-01,5000.00,2011-09-16 06:18:00,302.00,failed,4,US,302.00,302.00,5000.00 +103981002,Heroes Among Us: Digital Comic Reference Encyclopdia,Comics,Comics,USD,2011-08-27,4000.00,2011-07-13 13:52:51,25.00,failed,1,US,25.00,25.00,4000.00 +1039814576,The Story Of Us - Working Title - Dan Rad,Drama,Film & Video,GBP,2016-03-30,300.00,2016-02-19 19:02:28,300.00,successful,15,GB,429.10,429.29,429.29 +1039816914,COLONEL LIBERTY - a short film,Shorts,Film & Video,USD,2012-09-01,3000.00,2012-07-03 17:22:14,843.00,failed,19,US,843.00,843.00,3000.00 +1039824492,Altered,Shorts,Film & Video,USD,2012-11-25,2500.00,2012-10-11 15:10:11,627.00,failed,15,US,627.00,627.00,2500.00 +1039827490,Borinquen: An Anthology for Puerto Rico,Anthologies,Comics,USD,2017-12-26,2200.00,2017-12-06 18:04:50,1412.00,failed,67,US,240.00,1412.00,2200.00 +1039830102,AE3D Repair Cafe,3D Printing,Technology,CAD,2017-04-15,25000.00,2017-02-14 08:57:59,6.00,failed,2,CA,0.00,4.45,18555.63 +"1039830685,""Blacktop Theatre Company's """"PUN: (n) a play on words"""""",Theater,Theater,USD,2011-06-02,1000.00,2011-03-22 14:59:26,1571.00,successful,30,US,1571.00,1571.00,1000.00" +1039834512,VV-BOX: Stay Healthy. Stay Connected.,Product Design,Design,USD,2015-11-07,20000.00,2015-10-08 16:26:49,2140.00,failed,22,US,2140.00,2140.00,20000.00 +1039841000,ASINSMITH: THE WEBSITE TO NOT TAKE OVER THE WORLD,Art,Art,USD,2013-06-16,1000.00,2013-05-29 22:27:54,1629.00,successful,64,US,1629.00,1629.00,1000.00 +1039852379,MechIES -- The Online Mech Battle Arena -- (Canceled),Video Games,Games,USD,2013-07-29,30000.00,2013-06-26 18:03:16,2575.00,canceled,8,US,2575.00,2575.00,30000.00 +1039859012,Moonlite - A Bedtime Story Projector For Your Mobile Phone,Children's Books,Publishing,USD,2017-01-13,20000.00,2016-12-06 15:19:02,345700.00,successful,5142,US,26402.00,345700.00,20000.00 +1039863995,git:deck playing cards,Playing Cards,Games,EUR,2017-11-09,5000.00,2017-10-10 23:27:31,8499.00,successful,338,DE,369.70,9904.79,5827.03 +1039866108,Aunt Barbie's Kitchen,Food,Food,USD,2015-05-25,3000.00,2015-03-26 15:10:27,1.00,failed,1,US,1.00,1.00,3000.00 +1039870970,Kick-starting My Business,Photography,Photography,GBP,2014-08-18,540.00,2014-07-19 17:50:19,0.00,failed,0,GB,0.00,0.00,895.18 +1039878447,Luna's Cosmic Candles,Crafts,Crafts,USD,2017-04-20,300.00,2017-03-21 02:11:32,105.00,failed,5,US,45.00,105.00,300.00 +1039880818,Michelangelo's Battle of Cascina: 2D to 3D - Warrior #03,Sculpture,Art,USD,2014-08-16,100.00,2014-07-17 22:16:01,47.00,failed,4,US,47.00,47.00,100.00 +1039880915,River City - A Novel by Cindy Ray,Fiction,Publishing,USD,2014-11-01,2000.00,2014-10-02 20:20:21,70.00,failed,3,US,70.00,70.00,2000.00 +1039885462,twenty-four magazine,Periodicals,Publishing,USD,2012-02-24,4000.00,2012-02-01 16:11:28,5259.01,successful,165,US,5259.01,5259.01,4000.00 +"1039894465,Soldier boy,Publishing,Publishing,USD,2016-04-03,3500.00,2016-03-05 04:57:05,0.00,undefined,0,""N,0"""""",,0.00,3500.00" +1039895327,iSchool,Technology,Technology,EUR,2017-07-01,20000.00,2017-06-01 14:45:27,0.00,failed,0,IT,223.54,0.00,22824.02 +1039901588,Miriam Hobbs Debut Album,R&B,Music,USD,2016-04-03,14650.00,2016-03-04 00:21:47,5086.00,failed,49,US,5086.00,5086.00,14650.00 +"1039902664,""""""I Woke A Zombie"""" short film"",Shorts,Film & Video,USD,2012-05-22,100000.00,2012-04-22 23:14:16,15.00,failed,1,US,15.00,15.00,100000.00" +"1039906842,""""""One Step Closer"""" Documentary (Canceled)"",Documentary,Film & Video,USD,2014-09-16,1500000.00,2014-07-18 19:10:07,126.00,canceled,3,US,126.00,126.00,1500000.00" +103991020,World Knowledge,Publishing,Publishing,USD,2013-01-13,17800.00,2012-12-14 03:15:38,0.00,failed,0,US,0.00,0.00,17800.00 +1039910847,Savory Kitchens Flavor Infused Organic EVOO Olive Oils,Food,Food,USD,2014-10-26,18444.00,2014-09-26 18:14:12,10.00,failed,1,US,10.00,10.00,18444.00 +1039919720,Creating spell-books for action figures.,Sculpture,Art,USD,2014-07-27,100.00,2014-07-17 00:54:46,120.00,successful,3,US,120.00,120.00,100.00 +1039928008,Cute Kid Project: LAWMAN,Shorts,Film & Video,USD,2011-08-08,5000.00,2011-05-10 00:13:18,5031.00,successful,50,US,5031.00,5031.00,5000.00 +1039935091,Deon-Couture Debut Line (Canceled),Fashion,Fashion,USD,2013-01-16,8000.00,2012-12-17 22:57:21,0.00,canceled,0,US,0.00,0.00,8000.00 +1039940191,XAM?N: 100% AGAVE,Drinks,Food,USD,2016-08-15,20000.00,2016-07-06 06:48:29,0.00,failed,0,US,145.00,0.00,20000.00 +1039960157,Ix Style Fashion Products That Give Back,Accessories,Fashion,USD,2016-11-19,25000.00,2016-10-20 21:59:55,260.00,failed,5,US,0.00,260.00,25000.00 +1039962115,World's Oldest Alphabet,Academic,Publishing,USD,2016-04-15,28000.00,2016-03-11 03:33:03,32423.00,successful,47,US,32423.00,32423.00,28000.00 +1039968019,Michael Colyar's Momma,Theater,Theater,USD,2016-09-14,25000.00,2016-08-15 23:33:15,110.00,canceled,2,US,10.00,110.00,25000.00 +1039972904,Buzz & Growl - Cleveland's New Fashion Incubator,Fashion,Fashion,USD,2010-12-06,10000.00,2010-10-07 15:43:17,11002.25,successful,139,US,11002.25,11002.25,10000.00 +1039978116,SUPPORT: Annie Hayworth - Songs Getting Me Through Eternity,Theater,Theater,USD,2013-03-13,5800.00,2013-02-21 03:19:04,1765.00,failed,30,US,1765.00,1765.00,5800.00 +1039979791,Versatility by R. Wilson,Apparel,Fashion,USD,2014-11-07,1000.00,2014-10-08 01:44:31,25.00,failed,1,US,25.00,25.00,1000.00 +1039980434,Closure: The Hunt for Justice in the Case of Fen MacIntosh,Documentary,Film & Video,CAD,2016-08-14,75000.00,2016-07-15 17:18:07,25115.00,failed,177,CA,4898.44,19553.88,58393.02 +1039989725,CHATTAHOOCHEE: WHO OWNS WATER?,Documentary,Film & Video,USD,2013-03-09,18000.00,2013-02-06 16:12:13,13904.82,failed,124,US,13904.82,13904.82,18000.00 +1039998511,Races to Places LIVE - Dakar Rally 2018 - ft. Lyndon Poskitt,Documentary,Film & Video,GBP,2017-11-23,36500.00,2017-10-24 17:04:54,48206.00,successful,565,GB,11129.31,64243.83,48643.32 +1040005421,Stuff and Things (Art Book),Illustration,Art,USD,2017-02-22,2500.00,2017-01-30 15:09:03,2659.00,successful,58,US,320.00,2659.00,2500.00 +1040018821,South Brooklyn Post,Journalism,Journalism,USD,2012-01-21,25000.00,2011-12-03 05:11:59,3502.00,failed,38,US,3502.00,3502.00,25000.00 +1040035337,OMI Bottle | Stylish Bottle with Pill Dispenser,Product Design,Design,USD,2017-12-24,15000.00,2017-11-14 16:01:19,4972.00,failed,120,US,1683.00,4972.00,15000.00 +1040057293,Environmentally Friendly Disposable Dinnerware,Crafts,Crafts,USD,2014-09-04,5000.00,2014-07-21 20:40:59,164.00,failed,8,US,164.00,164.00,5000.00 +1040061915,Reduction,Hip-Hop,Music,USD,2014-02-01,7500.00,2014-01-02 23:31:12,7571.00,successful,23,US,7571.00,7571.00,7500.00 +1040063131,Real Men Rise Up,Action,Film & Video,USD,2015-05-06,170000.00,2015-04-06 18:12:31,25.00,failed,2,US,25.00,25.00,170000.00 +1040071291,The Trial of Johann Vickers (Blog Serial Novel),Fiction,Publishing,USD,2013-08-30,4000.00,2013-07-26 19:06:23,1653.01,failed,23,US,1653.01,1653.01,4000.00 +1040077705,Red (Velvet) Panda,Crafts,Crafts,USD,2017-07-15,6500.00,2017-06-12 01:52:38,986.00,failed,37,US,523.00,986.00,6500.00 +1040078030,HighLight: Your Home is Your Canvas,Hardware,Technology,USD,2017-01-15,45000.00,2016-12-16 08:30:01,1612.00,failed,8,US,592.00,1612.00,45000.00 +1040083802,My Little Disappointment Music Video Fundraiser,Pop,Music,USD,2013-11-08,8000.00,2013-10-04 04:07:45,358.00,failed,9,US,358.00,358.00,8000.00 +1040084367,Internätt cafe ( Y-town cafe). Internet cafe.,Food,Food,SEK,2016-01-31,30000.00,2015-12-18 18:19:26,1000.00,failed,4,SE,116.98,118.76,3562.78 +"1040099959,The Preview,Music,Music,USD,2015-11-24,3000.00,2015-09-25 19:15:06,0.00,undefined,0,""N,0"""""",,0.00,3000.00" +104010900,PlantPots - Effortless Hydroponics,Product Design,Design,USD,2017-06-01,2000.00,2017-05-02 01:51:53,3079.77,successful,48,US,145.00,3079.77,2000.00 +104011555,Explicit Gps,Gadgets,Technology,USD,2015-02-22,7000.00,2015-01-23 21:00:02,21.00,failed,3,US,21.00,21.00,7000.00 +104011711,OMNIVORE SALT—A family recipe that makes food taste better,Food,Food,USD,2013-09-08,30000.00,2013-07-30 04:14:40,141467.00,successful,3057,US,141467.00,141467.00,30000.00 +1040117533,Batman Beyond: RESURGENCE,Action,Film & Video,USD,2015-08-05,5000.00,2015-07-06 19:26:32,467.00,failed,17,US,467.00,467.00,5000.00 +1040118405,Rossling & Co - Ultra-Thin Watches & Tweed Straps,Product Design,Design,USD,2013-11-21,19200.00,2013-10-22 17:07:07,170002.50,successful,1280,US,170002.50,170002.50,19200.00 +1040122381,Be Mine - AJ Raggs' First Demo CD!,Jazz,Music,USD,2014-09-16,2000.00,2014-07-28 03:02:06,674.00,failed,26,US,674.00,674.00,2000.00 +"1040129148,""""""The World Behind My Eyes"""" - Student Documentary"",Documentary,Film & Video,GBP,2016-12-19,300.00,2016-11-19 22:17:17,302.00,successful,14,GB,83.07,369.93,367.48" +1040168236,Unique handmade clothing made by Gabriele,Apparel,Fashion,SEK,2017-06-01,50000.00,2017-05-02 14:33:48,100.00,failed,2,SE,0.00,11.51,5756.26 +1040169502,Man's Best Roommate,Film & Video,Film & Video,USD,2011-02-28,3500.00,2011-01-29 00:03:50,0.00,failed,0,US,0.00,0.00,3500.00 +104017071,Rhino Slider EVO - Motorized Camera Slider,Product Design,Design,USD,2015-05-22,50000.00,2015-04-07 17:53:16,417062.00,successful,414,US,417062.00,417062.00,50000.00 +1040184140,The Running Joke: Movie t-shirts!,Apparel,Fashion,USD,2017-01-29,250.00,2016-12-28 06:08:22,401.60,successful,19,US,0.00,401.60,250.00 +1040185496,Help Friends and Family Release Their Debut Album,Rock,Music,USD,2013-04-09,7000.00,2013-03-08 21:54:03,8058.55,successful,205,US,8058.55,8058.55,7000.00 +1040186559,ResolutionGFX Tshirts! (Canceled),Fashion,Fashion,USD,2013-03-26,1000.00,2013-02-24 02:47:18,25.00,canceled,2,US,25.00,25.00,1000.00 +1040188617,Just the Ticket (Canceled),Tabletop Games,Games,GBP,2016-04-28,1000.00,2016-03-29 23:31:56,849.00,canceled,83,GB,1199.02,1240.77,1461.45 +1040191707,LifeFlix - Mac software rescues memories from MiniDV tapes,Technology,Technology,USD,2013-07-12,10000.00,2013-06-12 20:41:54,1789.00,failed,72,US,1789.00,1789.00,10000.00 +1040194751,THE LITTLE FREE LIBRARY PROJECT,Public Art,Art,USD,2012-09-04,5000.00,2012-08-03 06:11:44,5000.00,successful,67,US,5000.00,5000.00,5000.00 +"1040195065,""""""VHS"""" - A Feature Film"",Film & Video,Film & Video,USD,2011-04-19,17500.00,2011-03-19 06:00:26,18561.00,successful,182,US,18561.00,18561.00,17500.00" +1040200459,Hippinie Beanie Scarf (Canceled),Product Design,Design,USD,2016-02-12,50000.00,2015-12-14 22:02:51,2373.00,canceled,19,US,2373.00,2373.00,50000.00 +1040207752,Help Ketzali Increase Employment for Artisans in Guatemala,Product Design,Design,USD,2015-07-15,8500.00,2015-07-06 18:43:05,8946.00,successful,125,US,8946.00,8946.00,8500.00 +104021306,Potato Salad That's Better Than That Other Guy's,Small Batch,Food,USD,2014-08-07,15.00,2014-07-08 18:09:04,15.00,successful,1,US,15.00,15.00,15.00 +1040214063,All 'bout Trees: Ethical Apparel,Fashion,Fashion,USD,2013-11-02,30000.00,2013-10-03 20:04:37,1641.00,failed,34,US,1641.00,1641.00,30000.00 +1040219190,ImperioDeck,Playing Cards,Games,USD,2017-12-21,8000.00,2017-11-21 05:03:58,10512.00,successful,241,US,4165.00,10512.00,8000.00 +1040224617,Far Out Isn't Far Enough: The Tomi Ungerer Story,Documentary,Film & Video,USD,2012-01-07,85000.00,2011-11-23 19:35:09,86133.00,successful,146,US,86133.00,86133.00,85000.00 +1040232257,Lucifer's rise,Fantasy,Film & Video,EUR,2015-11-29,5000.00,2015-09-30 17:40:25,0.00,failed,0,FR,0.00,0.00,5451.02 +1040235407,find phone service,Apps,Technology,USD,2015-02-12,500.00,2015-01-13 00:37:57,0.00,failed,0,US,0.00,0.00,500.00 +1040239768,The Protestors at Standing Rock - Their Testimonies,Documentary,Film & Video,USD,2016-11-29,3000.00,2016-11-13 20:15:35,5000.00,successful,74,US,0.00,5000.00,3000.00 +10402600,Sapere Aude,Music,Music,USD,2015-09-12,600.00,2015-08-13 20:45:46,0.00,failed,0,US,0.00,0.00,600.00 +"1040260274,""CAT ATTACK, the card game - 'cauze cats top the foodchain!"",Playing Cards,Games,EUR,2015-07-27,5000.00,2015-05-28 12:08:46,194.00,failed,10,DE,211.00,212.76,5483.48" +"1040269331,""Abandoned Beauty, Detroit in Ruins, an exploration of the city as it stands today."",Photography,Photography,USD,2010-05-10,6000.00,2010-04-10 23:31:33,260.00,failed,5,US,260.00,260.00,6000.00" +104027351,The 5th Dimension,Fine Art,Photography,USD,2013-12-05,20000.00,2013-11-05 23:02:28,33132.00,successful,512,US,33132.00,33132.00,20000.00 +104027697,Adventures of Kratos Learning games,Mobile Games,Games,USD,2016-08-19,50.00,2016-07-20 16:27:22,0.00,failed,0,US,0.00,0.00,50.00 +1040277726,Tangramatic 39?: The 1920s~30s Watch Revamp,Product Design,Design,AUD,2014-12-13,18500.00,2014-11-11 21:48:04,19689.00,successful,53,AU,17076.99,16104.20,15131.69 +1040277973,Misting Water Bottle Hydrate and Stay Cool,Drinks,Food,CAD,2017-12-09,250000.00,2017-11-09 15:15:22,265.00,failed,5,CA,0.00,207.60,195848.02 +1040281907,Hot Video Countdown: Pilot Pitch for The CW (Canceled),Television,Film & Video,USD,2015-04-14,10000.00,2015-03-14 08:27:20,12.00,canceled,1,US,12.00,12.00,10000.00 +1040287573,Today's Hero Issue 1,Comics,Comics,USD,2013-03-30,1500.00,2013-02-07 14:15:42,1683.01,successful,52,US,1683.01,1683.01,1500.00 +1040288012,Equal Xchange Records Again!,Hip-Hop,Music,USD,2012-07-23,1500.00,2012-05-24 19:08:27,1500.00,successful,35,US,1500.00,1500.00,1500.00 +1040288736,Help Hilton Park get a touring vehicle!!,Country & Folk,Music,USD,2015-07-04,5000.00,2015-06-14 00:26:31,0.00,failed,0,US,0.00,0.00,5000.00 +"1040296354,""Be Still, My Beating Heart (Canceled)"",Narrative Film,Film & Video,USD,2011-07-29,50000.00,2011-06-14 07:32:05,55.00,canceled,3,US,55.00,55.00,50000.00" +1040306112,Pink me! Bakery (Canceled),Restaurants,Food,USD,2015-10-05,300000.00,2015-08-06 00:28:03,0.00,canceled,0,US,0.00,0.00,300000.00 +1040313626,FIRST Robotics Team 2152 S*M*A*S*H - Our 2014 Build Season!,Technology,Technology,USD,2014-02-26,1000.00,2014-01-27 21:21:23,2050.81,successful,25,US,2050.81,2050.81,1000.00 +1040316088,Public New Arts 2011 Exhibition Catalogue Fundraiser,Nonfiction,Publishing,USD,2011-04-17,1000.00,2011-03-17 17:34:37,509.00,failed,16,US,509.00,509.00,1000.00 +1040316580,The Verge - Short Film,Film & Video,Film & Video,GBP,2016-08-30,10000.00,2016-07-17 13:20:40,10200.00,successful,171,GB,0.00,13549.60,13283.92 +1040323360,The Sunglasses That Will Change The Business Forever,Accessories,Fashion,EUR,2015-09-18,100000.00,2015-08-19 19:09:04,189851.66,successful,9086,ES,210319.54,216792.46,114190.45 +10403248,Take Off Your Socks - Disappearing Type 1 Diabetes,Nonfiction,Publishing,USD,2015-06-21,11000.00,2015-05-22 04:12:33,285.00,failed,6,US,285.00,285.00,11000.00 +104032503,Top Secret - a game about the Snowden leaks,Video Games,Games,GBP,2015-10-23,8000.00,2015-09-23 17:06:49,8832.00,successful,418,GB,13712.31,13604.86,12323.24 +1040328883,Treachery In Beatdown City: A new way to beat-em-up!,Video Games,Games,USD,2014-05-07,49000.00,2014-04-07 21:05:53,50473.38,successful,1249,US,50473.38,50473.38,49000.00 +1040329409,Clothing the Workers: Researching Victorian Clothing,Apparel,Fashion,GBP,2014-07-29,2000.00,2014-06-29 21:46:34,176.00,failed,9,GB,299.82,296.13,3365.13 +1040331789,How Jamaica Conquered the World,Radio & Podcasts,Publishing,GBP,2013-06-07,10000.00,2013-05-06 22:40:17,10242.00,successful,41,GB,15946.76,15953.02,15576.08 +104033492,Instant Imaginary Friend,Live Games,Games,USD,2015-06-01,50000.00,2015-04-27 21:29:16,33.00,failed,2,US,33.00,33.00,50000.00 +1040335337,King's Favor - A Game of Courtly Intrigue,Tabletop Games,Games,USD,2014-03-30,40000.00,2014-02-26 20:37:13,4400.12,failed,91,US,4400.12,4400.12,40000.00 +1040336674,Court-métrage: Amour Machine,Science Fiction,Film & Video,CAD,2015-01-22,2500.00,2014-12-23 23:06:08,2570.00,successful,53,CA,2215.10,2064.92,2008.68 +"1040361271,""March, My Darlings: A Journey to Rediscover Local Music"",Documentary,Film & Video,USD,2014-05-21,700.00,2014-05-06 00:53:54,1662.00,successful,38,US,1662.00,1662.00,700.00" +1040361349,The FLOTE iPad stand floats your device for hands-free use.,Product Design,Design,USD,2012-01-14,30000.00,2011-11-15 03:09:46,33356.00,successful,162,US,33356.00,33356.00,30000.00 +104036178,Channel 2020,Film & Video,Film & Video,USD,2012-11-27,3000.00,2012-10-24 18:34:39,4437.31,successful,105,US,4437.31,4437.31,3000.00 +1040365293,Sign Me Up,Apps,Technology,USD,2014-09-09,40000.00,2014-07-11 21:54:56,0.00,failed,0,US,0.00,0.00,40000.00 +1040369079,Mud Butt Wipes: Flushable and Biodegradable Bathroom Wipes,Technology,Technology,USD,2016-02-19,15000.00,2016-01-20 17:47:51,247.00,failed,7,US,247.00,247.00,15000.00 +"1040372035,""""""One Way Out"""" a Chochkey Production"",Shorts,Film & Video,USD,2011-01-23,1500.00,2010-12-03 04:45:41,1744.00,successful,30,US,1744.00,1744.00,1500.00" +1040372224,Art Studio Pod...,Painting,Art,GBP,2015-08-09,2000.00,2015-06-10 20:35:20,0.00,failed,0,GB,0.00,0.00,3126.95 +1040372980,Charles Wilson: The Future of Knitwear,Fashion,Fashion,GBP,2012-12-29,7500.00,2012-11-24 14:02:01,9022.00,canceled,120,GB,14386.47,14452.08,12014.03 +1040375338,KeyPop - Turn Any Key Into A Bottle Opener!,Product Design,Design,USD,2016-04-21,1200.00,2016-03-02 14:59:02,3134.00,successful,120,US,3134.00,3134.00,1200.00 +1040385721,Deimos at the Edinburgh Fringe,Theater,Theater,GBP,2013-03-04,3100.00,2013-01-03 03:34:46,322.00,failed,14,GB,523.52,483.93,4658.92 +"1040386403,""Beach Stroller™ Training sled for mom, dad & kids health"",Product Design,Design,USD,2016-05-19,15000.00,2016-04-13 16:57:22,15.00,failed,4,US,15.00,15.00,15000.00" +1040387615,Occupy Wall Street Media,Public Art,Art,USD,2011-10-09,12000.00,2011-09-29 17:38:14,75690.32,successful,1696,US,75690.32,75690.32,12000.00 +"1040388915,""Poncho, an open world puzzle-platformer"",Video Games,Games,GBP,2014-10-02,22500.00,2014-09-03 21:30:13,8235.20,failed,415,GB,13659.70,13230.94,36149.22" +1040396379,Kitchen Shop*Eat*Learn,Food,Food,USD,2013-12-23,56000.00,2013-11-23 13:05:02,4061.00,failed,19,US,4061.00,4061.00,56000.00 +1040406777,The Art of Baking with Henrietta of Key West,Film & Video,Film & Video,USD,2011-07-03,20000.00,2011-05-19 05:45:35,30.00,failed,2,US,30.00,30.00,20000.00 +1040409278,SHE - by Project 7 Contemporary Dance Company,Dance,Dance,USD,2013-06-27,5000.00,2013-05-13 14:36:48,7100.00,successful,90,US,7100.00,7100.00,5000.00 +1040422214,Youtubers for us all.,Video Games,Games,USD,2015-09-02,500.00,2015-08-03 04:31:33,1.00,failed,1,US,1.00,1.00,500.00 +1040429239,Gold Brogue Shoes for men/women Full leather,Footwear,Fashion,GBP,2014-09-09,2200.00,2014-08-10 10:41:18,5951.00,successful,12,GB,9982.92,9660.09,3571.20 +1040435252,FML I'm 20-something (SARCASM),Experimental,Theater,USD,2016-04-13,500.00,2016-03-14 16:15:32,22.00,failed,2,US,22.00,22.00,500.00 +1040445296,LinuxonAndroid - To the Next Level!,Software,Technology,GBP,2013-03-22,600.00,2013-02-20 10:05:55,1058.00,successful,50,GB,1636.98,1606.36,910.98 +1040450126,FRIDAY- Feature Documentary,Documentary,Film & Video,GBP,2013-07-17,20000.00,2013-06-15 10:49:46,21612.00,successful,135,GB,33939.99,32980.31,30520.37 +1040468175,the hunter's rifle,Fiction,Publishing,USD,2015-04-08,2000.00,2015-03-09 18:55:02,0.00,failed,0,US,0.00,0.00,2000.00 +"1040470952,""""""EXECUTIVES"""""",Television,Film & Video,USD,2014-09-02,50000.00,2014-07-26 12:27:17,135.00,failed,4,US,135.00,135.00,50000.00" +1040487949,Home Grown Crickets,Farms,Food,USD,2015-08-05,15000.00,2015-07-06 17:12:33,80.00,failed,3,US,80.00,80.00,15000.00 +1040491523,Creations From Alpaca Fiber,DIY,Crafts,USD,2014-09-03,300.00,2014-08-04 20:38:50,61.00,failed,5,US,61.00,61.00,300.00 +1040500273,MidNight FistFight,Shorts,Film & Video,USD,2012-03-15,3000.00,2012-02-21 17:25:16,3455.00,successful,60,US,3455.00,3455.00,3000.00 +1040503552,Kensei: Samurai Tabletop Wargame,Tabletop Games,Games,EUR,2017-05-28,6000.00,2017-05-12 21:00:44,31934.50,successful,399,ES,13753.57,35821.09,6730.23 +1040512460,Love Strange,Indie Rock,Music,USD,2013-05-08,2000.00,2013-04-08 19:08:45,2557.57,successful,38,US,2557.57,2557.57,2000.00 +104052837,Portal dimesions | A sandbox game,Video Games,Games,MXN,2017-08-24,10373.00,2017-07-25 20:28:18,0.00,canceled,0,MX,0.00,0.00,587.64 +1040541288,THE NIGHTMARE GALLERY - Horror Film Starring Amber Benson,Horror,Film & Video,USD,2017-07-04,12500.00,2017-06-04 18:57:38,17145.00,successful,183,US,1870.00,17145.00,12500.00 +1040545577,Single Bulb Hero: An animated short film,Animation,Film & Video,USD,2011-08-07,3000.00,2011-07-08 07:28:09,3535.00,successful,30,US,3535.00,3535.00,3000.00 +1040548529,SheLifts - the #1 Female Bodybuilding HUB (Canceled),Web,Technology,SEK,2014-12-18,13000.00,2014-11-13 21:28:26,0.00,canceled,0,SE,0.00,0.00,1686.95 +1040557008,Blunt Trama Official T-Shirts! (Canceled),Hip-Hop,Music,USD,2015-03-26,200.00,2015-02-24 23:03:55,0.00,canceled,0,US,0.00,0.00,200.00 +1040567028,LIGHTFALL,Comics,Comics,USD,2013-09-14,15000.00,2013-08-15 19:09:51,350.00,failed,3,US,350.00,350.00,15000.00 +1040567464,BY BOCA Créations - Sellerie-Maroquinerie,Accessories,Fashion,EUR,2016-01-22,25000.00,2015-12-13 20:49:14,310.00,failed,8,FR,340.78,335.05,27020.02 +1040574927,Photography of Birds from Texas Area,Nature,Photography,USD,2015-05-30,7500.00,2015-03-31 21:39:59,10.00,failed,1,US,10.00,10.00,7500.00 +104057689,Depression the true story (working title) (Canceled),Film & Video,Film & Video,GBP,2013-03-02,80000.00,2013-01-31 15:08:12,0.00,canceled,0,GB,0.00,0.00,120230.24 +1040585951,Lilith's Game,Fiction,Publishing,USD,2012-05-28,5000.00,2012-03-29 22:07:57,10.00,failed,1,US,10.00,10.00,5000.00 +1040588521,Oak Bones - A Short Film,Shorts,Film & Video,USD,2016-04-14,3000.00,2016-03-15 16:21:56,3410.00,successful,49,US,3410.00,3410.00,3000.00 +1040590349,Video Trailer for Te Kauhanga: A Tale of Space(s),Film & Video,Film & Video,NZD,2014-07-11,350.00,2014-06-18 08:46:35,375.00,successful,7,NZ,324.95,330.69,308.64 +1040591594,Requiem for Emily,Shorts,Film & Video,USD,2011-08-03,13500.00,2011-06-20 20:08:00,16291.00,successful,48,US,16291.00,16291.00,13500.00 +1040615408,The Joust - A short film about doing the one thing you must.,Shorts,Film & Video,USD,2012-10-02,10000.00,2012-09-02 06:26:04,6154.00,failed,27,US,6154.00,6154.00,10000.00 +1040615427,LiveStar,Music,Music,USD,2016-01-30,15000.00,2015-12-01 03:57:26,0.00,failed,0,US,0.00,0.00,15000.00 +1040615915,The First Feature Film on Human Trafficking within the US,Narrative Film,Film & Video,USD,2011-08-19,50000.00,2011-07-19 12:01:28,2066.00,failed,24,US,2066.00,2066.00,50000.00 +104062884,Help me get a dinosaur suit so that I can chase my moped!,Art,Art,USD,2014-11-17,6000.00,2014-10-09 21:47:50,35.00,failed,3,US,35.00,35.00,6000.00 +1040629737,Youth Rising: Middle East - A Come&Live! Documentary,Documentary,Film & Video,USD,2016-06-16,21000.00,2016-05-17 20:53:48,21149.00,successful,135,US,21149.00,21149.00,21000.00 +1040634226,Documentary: Nobody Told Us Anything,Documentary,Film & Video,GBP,2014-07-18,5000.00,2014-06-04 16:14:39,345.00,failed,12,GB,577.77,589.49,8543.36 +1040635551,Café,Food,Food,USD,2017-03-24,10000.00,2017-02-22 21:22:17,25.00,failed,1,US,0.00,25.00,10000.00 +1040653402,The coolest Cell Phone Stand as big as a credit card,Product Design,Design,EUR,2015-11-16,500.00,2015-11-04 18:48:03,57.00,failed,10,IT,62.78,60.92,534.40 +"1040659274,""""""Who Stole The Soul?"""" - Feature Length Music Documentary"",Documentary,Film & Video,USD,2010-08-26,10000.00,2010-07-12 22:48:23,2310.00,failed,14,US,2310.00,2310.00,10000.00" +1040660740,Lavender Hills Of Hope,Crafts,Crafts,USD,2015-04-04,250.00,2015-02-03 22:34:18,55.00,failed,1,US,55.00,55.00,250.00 +1040665613,Jimi Hoffman and The .338's / Ordinary Sinner,Country & Folk,Music,USD,2012-10-06,5000.00,2012-08-13 21:02:43,300.00,failed,1,US,300.00,300.00,5000.00 +1040671075,Oxford Steels - Safety Shoes for Well-dressed Professionals,Footwear,Fashion,USD,2017-11-04,1500.00,2017-10-05 01:40:18,2340.00,successful,17,US,700.00,2340.00,1500.00 +104067202,Earth-Shot Weed Control: The Organic Way to Eliminate Weeds,Design,Design,USD,2015-08-14,5000.00,2015-07-10 17:20:23,5055.00,successful,28,US,5055.00,5055.00,5000.00 +1040690729,Support LRMC's Imaginations Unleashed Performance!,Classical Music,Music,USD,2014-04-25,15500.00,2014-03-21 19:07:30,16450.00,successful,64,US,16450.00,16450.00,15500.00 +1040695557,Nine Fourteen (Canceled),Narrative Film,Film & Video,USD,2012-04-27,500000.00,2012-02-27 14:38:13,2951.00,canceled,28,US,2951.00,2951.00,500000.00 +1040696455,Messy Cards by Joker Greeting,Product Design,Design,USD,2017-06-15,5000.00,2017-05-16 18:56:29,5744.00,successful,339,US,807.00,5744.00,5000.00 +1040697419,SOSTIENI ORGANICA ARTE E DESIGN A BASE DI FLUORITE NATURALE,Civic Design,Design,EUR,2016-06-18,4000.00,2016-05-19 10:27:56,0.00,failed,0,IT,0.00,0.00,4426.39 +1040699870,New Music: A Classical Guitar Commission Adventure!,Classical Music,Music,USD,2013-06-12,2500.00,2013-05-13 18:45:00,550.00,failed,15,US,550.00,550.00,2500.00 +1040700419,The Fifth Expedition,Video Games,Games,EUR,2016-03-04,12000.00,2016-02-03 16:50:46,861.00,failed,41,DE,938.72,944.51,13163.96 +1040700748,Art Under Glass,Painting,Art,USD,2012-03-31,5000.00,2012-03-01 22:54:35,10000.00,successful,59,US,10000.00,10000.00,5000.00 +1040703900,Edfringe support - What a Gay Play,Plays,Theater,GBP,2014-07-17,1000.00,2014-07-10 01:27:21,1000.00,successful,24,GB,1713.37,1708.67,1708.67 +1040707643,Regenerative Design: An American Dialogue,Photography,Photography,USD,2012-10-06,3000.00,2012-09-06 18:42:01,3003.00,successful,41,US,3003.00,3003.00,3000.00 +1040717699,PowerDrive - The Ultimate USB Drive for iOS with Power Juice,Gadgets,Technology,USD,2014-07-13,100000.00,2014-06-13 03:38:04,8723.00,failed,66,US,8723.00,8723.00,100000.00 +1040720878,Sheepdog Coffee Co. - Roasted to Order Coffee with a Purpose,Drinks,Food,CAD,2017-02-12,1200.00,2017-01-13 19:02:28,540.00,canceled,8,CA,144.60,412.88,917.50 +1040722842,Paranormal Romance-Arched Wing,Film & Video,Film & Video,USD,2012-05-19,3500.00,2012-04-09 00:43:11,101.00,failed,2,US,101.00,101.00,3500.00 +1040727176,Searching for Tookoolito. An Inuk Woman's Arctic Expedition.,Plays,Theater,CAD,2015-03-31,8000.00,2015-03-01 06:16:54,8114.00,successful,40,CA,6487.16,6417.27,6327.11 +1040735612,Caveman Chuck wants to EVOLVE,Mobile Games,Games,EUR,2017-08-01,15000.00,2017-06-05 10:32:37,11.00,failed,2,AT,0.00,13.05,17802.04 +1040744965,Oxford Street Melbourne | Boutique Luxury Basics & Sleepwear,Apparel,Fashion,AUD,2016-04-10,3000.00,2016-03-07 22:59:50,3255.00,successful,15,AU,2421.63,2507.51,2311.07 +1040745462,Heart of Fire,Documentary,Film & Video,AUD,2015-04-06,20000.00,2015-02-05 13:44:31,442.00,failed,11,AU,344.90,337.95,15291.69 +1040753161,INO - Coffee With a Twist,Food,Food,GBP,2013-02-26,100000.00,2012-12-28 02:19:32,6345.00,failed,51,GB,10231.23,9539.20,150342.03 +"1040754641,""Wildman Classic Pinup Calendar, and help Wounded Warriors"",Calendars,Publishing,USD,2015-07-23,2500.00,2015-07-03 07:41:19,321.00,failed,5,US,321.00,321.00,2500.00" +1040755992,Phantom Power - The Photo Book,Photobooks,Photography,USD,2017-02-28,5000.00,2017-01-26 02:31:59,5240.00,successful,59,US,1180.00,5240.00,5000.00 +1040765111,American style food truck,Food Trucks,Food,USD,2015-12-24,75000.00,2015-10-25 06:18:04,0.00,failed,0,US,0.00,0.00,75000.00 +1040773979,The Balance of Human Rights and Politics in Immigration,Journalism,Journalism,USD,2013-07-10,300.00,2013-06-25 01:23:46,335.00,successful,7,US,335.00,335.00,300.00 +1040780348,You Are My Hope - The Single by Chris Olson and Wisdom Moon,Music,Music,USD,2012-09-30,1100.00,2012-09-07 18:58:58,1160.00,successful,19,US,1160.00,1160.00,1100.00 +1040784548,Haptica Braille Watch,Product Design,Design,USD,2011-03-04,150000.00,2011-02-02 20:01:29,56300.00,failed,390,US,56300.00,56300.00,150000.00 +1040787416,BandVann: A gaming app in need of fuel,Video Games,Games,USD,2014-06-08,65000.00,2014-05-09 04:23:34,10.00,failed,2,US,10.00,10.00,65000.00 +1040789007,Josh Schurr Wants To Make A Full-Length Album!!,Indie Rock,Music,USD,2012-02-04,5000.00,2011-12-06 19:15:27,5935.00,successful,82,US,5935.00,5935.00,5000.00 +1040790612,Iselia's Northeast Summer Tour,Music,Music,USD,2011-07-24,1100.00,2011-05-24 14:23:46,316.66,failed,12,US,316.66,316.66,1100.00 +1040791125,Share your TOP 10 with your friends and the world!,Web,Technology,EUR,2016-03-25,55000.00,2016-01-25 22:08:16,15.00,failed,1,DE,16.20,17.15,62875.83 +1040793807,Life Support: How Wall Street is Killing the American Dream,Documentary,Film & Video,USD,2018-01-10,35000.00,2017-11-11 04:44:40,375.00,live,11,US,55.00,375.00,35000.00 +1040807537,The Stygian Garden of Abelia Prem,Tabletop Games,Games,USD,2015-03-04,2000.00,2015-02-02 07:10:27,2477.00,successful,135,US,2477.00,2477.00,2000.00 +1040825716,BLACK LULLABY - Joshua Hoffine's First Film,Shorts,Film & Video,USD,2013-11-11,7000.00,2013-10-11 00:58:30,9527.00,successful,185,US,9527.00,9527.00,7000.00 +1040825968,Eventual Source,Video Games,Games,USD,2015-05-06,1000.00,2015-04-06 19:49:24,1.00,failed,1,US,1.00,1.00,1000.00 +1040841227,The 6th Annual ECNY Awards,Performance Art,Art,USD,2010-03-06,1200.00,2010-02-05 00:24:20,0.00,failed,0,US,0.00,0.00,1200.00 +1040844962,Playing with Fire & Keeping Our Kids Safe,Nonfiction,Publishing,USD,2012-07-09,10000.00,2012-06-09 22:28:52,75.00,failed,3,US,75.00,75.00,10000.00 +1040849833,James Burkett Music,Music,Music,USD,2013-07-25,1000.00,2013-06-25 03:51:28,1310.00,successful,19,US,1310.00,1310.00,1000.00 +1040858232,Shelby's Parfaits,Restaurants,Food,CAD,2014-12-02,550000.00,2014-10-03 00:55:12,0.00,failed,0,CA,0.00,0.00,482710.20 +1040867973,Dreamer (Canceled),World Music,Music,USD,2015-01-21,50000.00,2014-12-22 18:22:09,0.00,canceled,0,US,0.00,0.00,50000.00 +1040871117,GEARHEAD MAGAZINE #20 HOT RODS ROCK AND ROLL & POP CULTURE,Zines,Publishing,USD,2017-08-22,5500.00,2017-08-01 17:12:05,6486.00,successful,87,US,0.00,6486.00,5500.00 +104087453,BoardSeat - Who's On Your Board?,Web,Technology,USD,2015-12-13,175000.00,2015-11-17 12:44:47,58369.00,failed,216,US,58369.00,58369.00,175000.00 +1040878107,PicassoBot - The Portrait Sketching Robot Kit,Robots,Technology,USD,2014-06-14,10000.00,2014-05-18 01:42:14,13415.00,successful,100,US,13415.00,13415.00,10000.00 +"1040879252,""Klaus the Mouse, a Christian Children's Book"",Children's Books,Publishing,USD,2013-07-12,30000.00,2013-06-11 13:24:38,330.00,failed,12,US,330.00,330.00,30000.00" +"1040896161,Shadow Dancing by Gary Cooper,Publishing,Publishing,USD,2015-08-08,5000.00,2015-07-09 00:06:20,158.00,undefined,0,""N,0"""""",,158.00,5000.00" +1040896271,The Ark: a VR film about the world's most endangered animal,Documentary,Film & Video,USD,2015-10-08,21500.00,2015-09-08 14:38:51,35864.00,successful,459,US,35864.00,35864.00,21500.00 +1040898337,Lentus-H wants to change the world through water,Product Design,Design,EUR,2016-07-17,31892.00,2016-06-02 20:57:08,1709.00,failed,32,NL,1839.41,1882.28,35125.67 +1040902902,Want to cherish A Record of Music by The Good Things?,Indie Rock,Music,USD,2012-11-23,1300.00,2012-10-22 23:54:09,1379.33,successful,42,US,1379.33,1379.33,1300.00 +1040904160,FAU Graphic Design Exhibition Spring 2014,Graphic Design,Design,USD,2014-04-11,500.00,2014-03-12 14:20:26,1012.00,successful,24,US,1012.00,1012.00,500.00 +1040907855,Making my mom's dream a reality,Restaurants,Food,USD,2016-04-02,750000.00,2016-02-02 14:13:53,20.00,failed,1,US,20.00,20.00,750000.00 +1040913780,To Design and Build a New Cargo Bicycle Frame from Scratch,Design,Design,USD,2014-12-18,10000.00,2014-11-18 19:34:09,3210.00,failed,46,US,3210.00,3210.00,10000.00 +1040914912,Professional Training Opportunity in NYC,Dance,Dance,USD,2010-07-03,2000.00,2010-05-31 06:11:46,2515.00,successful,30,US,2515.00,2515.00,2000.00 +1040918078,Bicycle Viola Playing Cards by USPCC,Playing Cards,Games,USD,2015-06-07,3500.00,2015-05-28 20:16:15,2360.00,failed,130,US,2360.00,2360.00,3500.00 +1040930897,Bear vs Gorilla vs CEO vs Hippie NEW half deck,Tabletop Games,Games,USD,2014-05-12,100.00,2014-05-02 19:09:33,240.00,successful,15,US,240.00,240.00,100.00 +1040935556,New Life - The Game (Canceled),Games,Games,GBP,2016-06-21,15000.00,2016-05-22 12:46:25,97.00,canceled,10,GB,140.68,132.93,20556.11 +1040938464,Out of the Blue: A Collection of Campfire Tales,Anthologies,Comics,USD,2015-10-31,666.00,2015-10-03 23:58:58,2930.00,successful,98,US,2930.00,2930.00,666.00 +104094314,Worlds in Peril: Be the Hero you Want to Be!,Tabletop Games,Games,USD,2014-05-12,6000.00,2014-04-09 17:04:54,20953.20,successful,730,US,20953.20,20953.20,6000.00 +1040952247,Video Comics,Technology,Technology,USD,2012-11-04,50000.00,2012-10-05 22:58:05,60.00,failed,2,US,60.00,60.00,50000.00 +1040953443,2 Tin Bean Cans F#¢king. A comic by Johnny J. Segura .,Comics,Comics,USD,2014-01-02,300.00,2013-12-03 03:42:55,511.00,successful,17,US,511.00,511.00,300.00 +104096337,Boxed In With You,Film & Video,Film & Video,USD,2014-09-10,280000.00,2014-07-30 02:02:35,7657.00,failed,83,US,7657.00,7657.00,280000.00 +1040966681,The History of the Lyons Carnival Club,Documentary,Film & Video,USD,2012-02-22,1200.00,2012-01-09 21:46:30,1200.00,successful,18,US,1200.00,1200.00,1200.00 +1040969259,RyteMeow Social Video App Digital Property Android and Apple,Apps,Technology,USD,2015-08-05,50000.00,2015-07-08 15:14:00,1894.00,failed,24,US,1894.00,1894.00,50000.00 +1040970170,Prostitute Laundry,Nonfiction,Publishing,USD,2015-10-31,8500.00,2015-10-05 09:13:52,27842.32,successful,626,US,27842.32,27842.32,8500.00 +1040973969,Be Apart OF Our Film Making Journey On Our Short Film Entitled ''Love Lost'',Shorts,Film & Video,USD,2010-08-08,1500.00,2010-07-03 18:59:17,0.00,failed,0,US,0.00,0.00,1500.00 +1040978199,2014-2015 Intercollegiate Fundraiser for Polo Balls!,Live Games,Games,USD,2014-07-12,8986.00,2014-06-12 16:38:51,800.00,failed,6,US,800.00,800.00,8986.00 +1040979621,signage connectors and signage equipment (Canceled),Gadgets,Technology,GBP,2016-07-02,2500.00,2016-06-02 18:23:23,10.00,canceled,1,GB,14.49,12.99,3246.58 +1040986384,We Are Connected: Virunga (Canceled),Animals,Photography,USD,2015-02-28,13000.00,2015-01-30 05:13:45,0.00,canceled,0,US,0.00,0.00,13000.00 +1040987076,Payoff Pitch Baseball 1933 Baseball Season,Tabletop Games,Games,USD,2015-10-19,250.00,2015-10-01 16:16:45,2397.00,successful,47,US,2397.00,2397.00,250.00 +1040993503,House of Angels,Webseries,Film & Video,USD,2012-04-22,6000.00,2012-02-22 21:48:23,6718.00,successful,16,US,6718.00,6718.00,6000.00 +1040994081,BroomStache: Bristling with Personality.,Product Design,Design,USD,2013-05-17,15000.00,2013-04-06 10:29:57,15584.00,successful,124,US,15584.00,15584.00,15000.00 +1041009061,Year Round Co. Home Textile Product Launch,Printing,Crafts,USD,2015-04-08,4500.00,2015-03-09 16:53:31,4860.00,successful,28,US,4860.00,4860.00,4500.00 +1041013320,ANGUS DAWSON'S SECRET SHOWCASE,Electronic Music,Music,AUD,2014-04-25,3000.00,2014-03-26 09:54:40,3401.00,successful,68,AU,3109.55,3160.49,2787.84 +1041028670,Alive In Hell,Games,Games,AUD,2015-08-26,120.00,2015-06-27 06:17:56,10.00,failed,1,AU,7.72,7.14,85.64 +1041039489,Marring,Drama,Film & Video,USD,2015-07-11,15000.00,2015-07-01 17:45:44,0.00,failed,0,US,0.00,0.00,15000.00 +1041042198,Tidal River Brewing Company,Drinks,Food,USD,2015-06-27,10000.00,2015-05-28 21:26:37,11921.00,successful,120,US,11921.00,11921.00,10000.00 +"1041050775,""Getting to Know God, An Artist's Journey"",Publishing,Publishing,USD,2012-10-22,8500.00,2012-09-12 16:12:40,285.00,failed,6,US,285.00,285.00,8500.00" +1041056290,MECHA-UDE: Japanese Animation,Animation,Film & Video,USD,2016-11-05,25000.00,2016-10-01 15:16:10,67918.00,successful,999,US,10340.00,67918.00,25000.00 +1041061408,Bring Digital Cinema to New Hampshire's Oldest Theater,Film & Video,Film & Video,USD,2013-07-11,10000.00,2013-06-11 23:00:16,12465.00,successful,145,US,12465.00,12465.00,10000.00 +1041062476,Tinker Dice - Steampunk Metal Dice,Tabletop Games,Games,USD,2013-08-25,1000.00,2013-08-02 08:15:03,25469.67,successful,582,US,25469.67,25469.67,1000.00 +1041067546,Secret Identity Show - The Series,Webseries,Film & Video,USD,2014-04-08,22000.00,2014-02-22 11:05:40,23480.00,successful,133,US,23480.00,23480.00,22000.00 +1041091113,The 52Teas Reboot: We Are Making Extraordinary Teas!,Drinks,Food,USD,2015-04-13,5000.00,2015-03-11 03:11:57,8338.00,successful,128,US,8338.00,8338.00,5000.00 +1041105339,SHOWERLEBRITY SHOWER CURTAIN,Product Design,Design,GBP,2013-06-27,54000.00,2013-05-28 14:53:08,0.00,failed,0,GB,0.00,0.00,82398.72 +1041105432,Highway 58 (Keating/Ibarra/Dennery),Shorts,Film & Video,USD,2013-08-15,1100.00,2013-07-31 18:00:53,1305.00,successful,36,US,1305.00,1305.00,1100.00 +1041105796,Cider Riot!,Food,Food,USD,2013-07-25,17047.00,2013-06-25 17:11:41,20686.00,successful,254,US,20686.00,20686.00,17047.00 +104110712,erreur,Playing Cards,Games,EUR,2017-02-27,4000.00,2017-02-01 16:31:16,0.00,canceled,0,FR,0.00,0.00,4226.01 +1041108974,How much should a memory cost?,People,Photography,GBP,2017-01-15,100.00,2016-12-16 07:12:17,7.00,failed,3,GB,2.51,8.59,122.78 +1041109774,Place of Nightmares,Video Games,Games,USD,2015-03-08,550.00,2015-01-22 01:37:40,5.00,failed,1,US,5.00,5.00,550.00 +10411119,Wondermark’s Jigsaw Puzzles of Fictional Victorian Charts,Webcomics,Comics,USD,2014-10-09,11511.00,2014-09-09 23:17:53,23798.45,successful,502,US,23798.45,23798.45,11511.00 +104111235,NOSTALGIA: A One-Of-A-Kind Non-Fiction Motion Picture,Film & Video,Film & Video,USD,2011-05-03,50000.00,2011-03-03 21:11:58,400.00,failed,4,US,400.00,400.00,50000.00 +1041127473,Yousic,Apps,Technology,EUR,2016-03-06,4000.00,2016-02-05 23:46:31,1.00,failed,1,BE,1.11,1.11,4436.02 +1041133887,Lords Of Arendye,Video Games,Games,USD,2018-02-24,20000.00,2017-12-26 17:58:09,111.00,canceled,3,US,10.00,111.00,20000.00 +1041148459,Shattered - Tale of the Forgotten King,Video Games,Games,EUR,2016-12-06,80000.00,2016-11-01 14:48:19,110670.70,successful,1929,FR,3103.07,116857.12,84471.94 +1041148897,ESPORTS EXPRESS - StarCraft 2,Publishing,Publishing,USD,2014-12-19,8000.00,2014-11-19 20:35:46,1542.00,failed,93,US,1542.00,1542.00,8000.00 +"1041149647,""Penny Park: Omaha, NE: Summer 1989"",Rock,Music,USD,2013-04-25,4000.00,2013-03-26 00:44:09,5906.00,successful,123,US,5906.00,5906.00,4000.00" +1041154307,Puanui Irrigation Project,Performance Art,Art,USD,2012-05-28,5000.00,2012-05-25 21:18:37,26.00,failed,2,US,26.00,26.00,5000.00 +1041160275,MOMENTUM - Vlogs of Cycling the Silk Road Granting Loans!,Webseries,Film & Video,AUD,2016-07-26,5000.00,2016-06-26 09:11:20,6389.00,successful,68,AU,2827.56,4803.04,3758.83 +1041161506,gokey: keeping your keys safe on the go,Product Design,Design,USD,2012-05-14,10000.00,2012-04-04 20:24:18,13171.00,successful,371,US,13171.00,13171.00,10000.00 +1041162480,Art Glass Visions - Tiny Gifts of Beauty and Art,Glass,Crafts,USD,2015-11-10,800.00,2015-10-19 03:44:18,1761.00,successful,30,US,1761.00,1761.00,800.00 +1041168295,Conjure Your World,Mobile Games,Games,USD,2016-12-27,40000.00,2016-11-12 06:16:50,0.00,failed,0,US,0.00,0.00,40000.00 +"1041169676,""The Oswald Chronicles """"Passing Queens"""""",Comics,Comics,USD,2017-04-05,500.00,2017-03-06 23:48:28,1527.00,successful,41,US,420.00,1527.00,500.00" +104117858,Especially Mysterious Letters,Conceptual Art,Art,USD,2011-01-31,2000.00,2010-12-05 16:23:29,3956.00,successful,122,US,3956.00,3956.00,2000.00 +1041188548,Richard Move presents XXYY & Martha@20 at New York Live Arts,Performances,Dance,USD,2017-02-09,20000.00,2017-01-10 15:08:30,25801.00,successful,124,US,4361.00,25801.00,20000.00 +1041191835,Plié: On My Knees,Documentary,Film & Video,GBP,2015-05-31,5000.00,2015-04-02 22:20:10,5174.00,successful,60,GB,7688.95,7932.42,7665.65 +"1041195855,""Our Life's Work Entertainment """"Re-Imagining"""""",Webseries,Film & Video,USD,2017-09-21,8000.00,2017-08-17 02:09:33,0.00,failed,0,US,0.00,0.00,8000.00" +1041203288,Jordan DePaul- EP,Country & Folk,Music,USD,2014-04-05,2500.00,2014-02-24 14:13:31,1295.00,failed,29,US,1295.00,1295.00,2500.00 +1041209015,PROJECT WILD THING: A feature-length documentary,Documentary,Film & Video,GBP,2012-12-06,30000.00,2012-11-01 11:12:28,32715.88,successful,683,GB,52613.53,52375.58,48027.66 +1041218511,The Creek When He Came Back,Narrative Film,Film & Video,USD,2012-05-29,10000.00,2012-05-03 20:51:14,10010.00,successful,84,US,10010.00,10010.00,10000.00 +1041219335,Kreative Flash Kards,Printing,Crafts,USD,2015-08-28,5890.00,2015-08-07 22:48:12,1.00,failed,1,US,1.00,1.00,5890.00 +1041223964,I'd like to exchange my pencil with your pen.,Apps,Technology,EUR,2014-10-07,35000.00,2014-08-28 21:04:51,1.00,failed,1,NL,1.32,1.26,44233.25 +1041245446,The Four Elements Line,Jewelry,Fashion,USD,2015-07-21,10000.00,2015-06-11 22:28:34,64.00,failed,6,US,64.00,64.00,10000.00 +"1041248261,KittyHawk; 3 GoPro cameras 1 UAV ultimate quadcopter drone,Camera Equipment,Technology,USD,2015-08-10,75000.00,2015-07-10 10:52:33,4690.00,canceled,3,US,4690.00,4690.00,75000.00" +1041258324,CAMARD LZR bike frame,Product Design,Design,EUR,2017-04-21,16000.00,2017-03-15 12:52:25,5651.77,failed,10,IT,34.91,6046.29,17116.88 +1041259352,Tea Lovers Festival: 10 Years!,Events,Food,USD,2015-04-04,2000.00,2015-03-05 18:42:29,2388.00,successful,41,US,2388.00,2388.00,2000.00 +1041261013,Crystal stone Cold Soaps !,Product Design,Design,USD,2017-06-13,1500.00,2017-05-08 21:51:32,120.00,failed,6,US,40.00,120.00,1500.00 +"1041263534,""snap and dress llc, the easy way to dress in a snap"",Ready-to-wear,Fashion,USD,2015-08-30,5000.00,2015-07-01 00:00:02,380.00,failed,4,US,380.00,380.00,5000.00" +1041263736,PIONEERS: FIRST WOMEN FILMMAKERS,Film & Video,Film & Video,USD,2016-11-18,44000.00,2016-10-18 22:22:53,49857.50,successful,604,US,17162.50,49857.50,44000.00 +104126383,Missing Peace,Documentary,Film & Video,USD,2010-11-06,19500.00,2010-10-05 02:43:46,590.00,failed,25,US,590.00,590.00,19500.00 +1041267629,ART X NUDE X BOOK,Photobooks,Photography,EUR,2017-07-19,2250.00,2017-06-19 19:11:18,2720.00,successful,69,FR,699.81,3166.62,2619.45 +1041267959,Invasion of the Blue Pirates Graphic Novel,Comics,Comics,USD,2012-01-01,50000.00,2011-11-02 04:53:03,0.00,failed,0,US,0.00,0.00,50000.00 +1041268578,Incredulous,Shorts,Film & Video,USD,2014-08-30,6000.00,2014-08-04 19:43:10,681.00,failed,8,US,681.00,681.00,6000.00 +1041270132,Facing Chemo,Photography,Photography,USD,2013-05-05,22000.00,2013-04-04 23:19:15,22289.00,successful,116,US,22289.00,22289.00,22000.00 +1041278467,Bring Andy to NYC (Suspended),Crafts,Crafts,USD,2015-02-19,200.00,2015-01-17 00:08:06,40.00,suspended,3,US,40.00,40.00,200.00 +1041281036,Happiness with colors,Art,Art,USD,2018-01-04,3000.00,2017-12-05 20:09:13,0.00,live,0,US,0.00,0.00,3000.00 +1041288012,'Workshy' Youth Th. Script - Stage to Script Publication,Theater,Theater,GBP,2014-03-31,300.00,2014-03-26 16:00:51,301.00,successful,18,GB,496.61,498.82,497.16 +1041293010,Huez* Cycling Clothing Built For Performance and Style,Apparel,Fashion,GBP,2014-12-31,10000.00,2014-12-01 08:07:37,10368.00,successful,74,GB,16224.44,16007.91,15439.72 +1041295923,Sweet Apple Pie Fries!,Food,Food,USD,2014-09-13,250000.00,2014-07-30 18:47:30,4271.00,failed,23,US,4271.00,4271.00,250000.00 +1041299368,Railyard Community Art Garden,Food,Food,USD,2013-04-29,2000.00,2013-03-22 03:14:52,2127.00,successful,74,US,2127.00,2127.00,2000.00 +1041301460,Maggie's Cookies,Food,Food,USD,2014-08-06,20.00,2014-07-07 21:51:09,192.00,successful,17,US,192.00,192.00,20.00 +104130196,Co:Lab – An Artist’s Adventure in Collaborative Making,Art,Art,USD,2011-02-27,3800.00,2011-01-28 07:12:12,10527.11,successful,138,US,10527.11,10527.11,3800.00 +1041303482,BRUISER #1,Photobooks,Photography,USD,2016-09-10,4000.00,2016-08-11 00:11:04,173.00,canceled,5,US,115.00,173.00,4000.00 +1041307396,Quote van de Dag,Calendars,Publishing,EUR,2014-09-30,2000.00,2014-08-31 14:14:50,0.00,failed,0,NL,0.00,0.00,2523.21 +1041313518,Handmade beauty box With natural ingredients,DIY,Crafts,EUR,2016-05-29,1500.00,2016-04-29 17:48:36,108.00,failed,5,FR,122.40,120.46,1673.10 +1041314257,Official Trump Presidency Survival Kit,Product Design,Design,USD,2017-04-15,35000.00,2017-03-01 16:25:14,3142.00,canceled,19,US,612.00,3142.00,35000.00 +1041319197,CLIPP - The Wallet to End Pocket Bulk,Product Design,Design,CAD,2015-06-15,35000.00,2015-05-15 15:51:56,12164.00,failed,136,CA,10176.08,9912.80,28522.53 +1041321064,Guernsey Folklore,Documentary,Film & Video,GBP,2015-05-12,3500.00,2015-04-12 18:49:36,835.00,failed,24,GB,1221.72,1311.74,5498.30 +1041335945,“Static” A Progressive Rock Album by Dave Kerzner,Rock,Music,USD,2016-12-07,17000.00,2016-11-07 16:58:57,22782.44,successful,414,US,4201.00,22782.44,17000.00 +104133706,ANANKE: The Prologue,Graphic Novels,Comics,USD,2016-11-07,20000.00,2016-10-03 19:03:27,20913.00,successful,283,US,445.00,20913.00,20000.00 +1041342586,AirBridge: Revolutionize the way you use iPhone/iPad,Product Design,Design,USD,2012-10-20,500000.00,2012-09-05 21:48:29,69980.78,failed,499,US,69980.78,69980.78,500000.00 +1041347392,Healing Art-- Paying It Forward,Painting,Art,USD,2014-11-09,250.00,2014-10-30 05:07:56,0.00,failed,0,US,0.00,0.00,250.00 +1041358690,The S. Helmes and W. Gaglione Rubber Stamp Archive,Mixed Media,Art,USD,2016-07-23,13000.00,2016-05-24 17:53:11,3552.00,failed,58,US,2709.00,3552.00,13000.00 +1041366166,Food Truck Festivals - Bringing you gourmet food on wheels!,Food,Food,USD,2013-05-24,15000.00,2013-04-09 16:01:54,1739.00,canceled,28,US,1739.00,1739.00,15000.00 +1041374277,Help Get Dean a new Camera Lens.........,People,Photography,CAD,2014-11-24,1300.00,2014-10-25 18:57:49,101.00,failed,1,CA,89.97,88.62,1140.65 +1041377195,Forest of Eden - Feature Film - Science Fiction Thriller,Film & Video,Film & Video,USD,2013-02-24,500.00,2013-02-14 19:55:04,26.00,failed,3,US,26.00,26.00,500.00 +1041381601,Drum performance in Unity Temple (Frank Lloyd Wright),Documentary,Film & Video,USD,2017-09-20,5000.00,2017-08-20 17:20:11,850.00,failed,10,US,50.00,850.00,5000.00 +1041383721,Faith and Rainbows,Young Adult,Publishing,CAD,2016-09-21,500.00,2016-07-23 08:39:22,48.20,failed,5,CA,15.27,36.96,383.38 +1041388261,Wild Animal Tour,Indie Rock,Music,USD,2016-06-20,4500.00,2016-05-26 21:26:52,4673.38,successful,54,US,4673.38,4673.38,4500.00 +"1041408672,""A new play, Pits and Perverts, bring it to London and Wales!"",Theater,Theater,GBP,2013-08-19,5000.00,2013-07-11 14:55:21,1935.00,failed,23,GB,2876.02,3008.02,7772.67" +1041418398,Rising Sun: Episode 1 - A Computer Story Game,Video Games,Games,USD,2012-10-05,100.00,2012-09-25 16:29:35,488.00,successful,93,US,488.00,488.00,100.00 +1041421385,Comedy TV pilot to be shopped to the networks,Film & Video,Film & Video,USD,2013-11-20,3200.00,2013-10-21 17:37:50,10.00,failed,1,US,10.00,10.00,3200.00 +"104142697,""TOPEEDOBOT """"The all metal foldable 3D printer""""."",3D Printing,Technology,EUR,2016-07-16,5000.00,2016-07-01 05:06:40,1691.00,canceled,4,NL,1879.41,1862.46,5506.97" +1041437229,Walking Without My Cane,Nonfiction,Publishing,USD,2017-09-19,7000.00,2017-08-17 01:02:20,7235.79,successful,58,US,0.00,7235.79,7000.00 +1041449201,Liderazgo SOBRESALIENTE,Nonfiction,Publishing,MXN,2017-12-16,11000.00,2017-11-30 23:56:41,2800.00,failed,6,MX,64.72,143.51,563.78 +1041449589,Andy & Chaz Bugger off to America FEATURE FILM (Canceled),Narrative Film,Film & Video,USD,2011-08-28,50000.00,2011-06-29 19:34:21,5275.00,canceled,68,US,5275.00,5275.00,50000.00 +1041450458,Spirit Of The Arctic - Adventures In The Last Frontier,Nonfiction,Publishing,USD,2010-12-08,5000.00,2010-11-08 00:19:57,5190.00,successful,40,US,5190.00,5190.00,5000.00 +104146088,Art Mina Clothing Line from small art studio,Illustration,Art,USD,2017-11-02,645.00,2017-10-03 19:17:59,0.00,failed,0,US,0.00,0.00,645.00 +"1041466445,""Melissa Crabtree C.D. Project """"The Day I Fell in the Water"""""",Country & Folk,Music,USD,2012-01-21,10800.00,2011-11-22 18:35:15,11788.22,successful,234,US,11788.22,11788.22,10800.00" +"1041468005,""DJ's of PDX (Portland, Oregon) Volume #1 (Canceled)"",Documentary,Film & Video,USD,2010-02-09,2000.00,2009-11-25 08:43:31,100.00,canceled,1,US,100.00,100.00,2000.00" +1041470327,Fire Petal Books,Children's Books,Publishing,USD,2010-03-21,6000.00,2010-02-06 09:40:50,390.00,failed,14,US,390.00,390.00,6000.00 +1041473111,Rosie - Short Film,Drama,Film & Video,GBP,2016-10-08,350.00,2016-09-20 10:45:28,35.00,failed,4,GB,0.00,42.83,428.28 +1041475835,RapidMath: Educational material for rapid mental mathematics,Technology,Technology,USD,2014-03-05,2500.00,2014-01-19 19:54:01,26675.10,successful,1106,US,26675.10,26675.10,2500.00 +1041485085,American Beauty,Photography,Photography,USD,2012-03-11,20000.00,2012-02-10 06:55:10,201.00,failed,2,US,201.00,201.00,20000.00 +1041491090,Mother's Day Dream,Drama,Film & Video,USD,2016-09-25,5500.00,2016-08-26 20:36:33,230.00,failed,3,US,230.00,230.00,5500.00 +1041491229,Roboblanket - Self Assembling Robotic Pool Cover (Canceled),Robots,Technology,CAD,2014-08-18,250000.00,2014-07-14 18:34:54,13.00,canceled,5,CA,12.11,11.86,228164.64 +1041491543,The Circle of Life,Fiction,Publishing,USD,2012-05-04,15000.00,2012-04-04 06:01:16,120.00,failed,3,US,120.00,120.00,15000.00 +"1041493517,""Quality, Handmade, Sustainable Furniture for EVERY Home"",Product Design,Design,USD,2013-05-28,14500.00,2013-04-26 21:51:36,14675.00,successful,78,US,14675.00,14675.00,14500.00" +1041498346,Healing Centre's in Canada !! Let's make this Dream Happen!,Literary Journals,Publishing,CAD,2015-09-11,3800.00,2015-08-12 02:18:38,60.00,failed,2,CA,45.65,45.24,2865.11 +1041499992,Adventures of the Elderly,Film & Video,Film & Video,USD,2013-10-25,2000.00,2013-08-27 23:48:48,0.00,failed,0,US,0.00,0.00,2000.00 +1041502707,San Francisco Rave Documentary,Documentary,Film & Video,USD,2011-02-04,20000.00,2010-12-21 19:27:26,27864.28,successful,327,US,27864.28,27864.28,20000.00 +1041504526,THE MORGEN LOVE CAMPAIGN SHOOT,Photography,Photography,USD,2010-08-16,4500.00,2010-07-23 08:07:31,1025.00,failed,2,US,1025.00,1025.00,4500.00 +1041505231,The City of God - An American Opera in 2 Acts,Theater,Theater,USD,2012-02-01,5500.00,2012-01-02 02:18:30,5500.00,successful,42,US,5500.00,5500.00,5500.00 +1041511591,Little Literary Classics Cloth Books,Crafts,Crafts,USD,2013-05-31,400.00,2013-05-10 00:05:32,1794.00,successful,41,US,1794.00,1794.00,400.00 +1041516683,Make my day : Digitalize donation for homeless people,Technology,Technology,EUR,2017-05-27,300000.00,2017-04-27 18:23:45,0.00,failed,0,FR,0.00,0.00,336511.50 +1041520602,Demolition City,Tabletop Games,Games,GBP,2016-06-08,500.00,2016-05-09 15:33:20,20.00,failed,1,GB,28.86,28.81,720.18 +1041520622,Mermaid Swim Set. Help us Bring Kids' Imaginations to Life!,Product Design,Design,CAD,2015-06-11,31245.00,2015-05-12 17:11:44,2101.00,failed,31,CA,1735.57,1707.71,25396.24 +"1041521854,""Tiny Points of Light: Vinyl Release, Videos and Kit."",Electronic Music,Music,NZD,2014-08-22,7000.00,2014-08-01 12:07:17,430.00,failed,8,NZ,365.51,361.83,5890.27" +104152677,TVÅL - Minimum Ingredient ECO Soap,Crafts,Crafts,SEK,2017-11-21,20000.00,2017-10-27 01:12:22,1010.00,failed,5,SE,0.00,121.61,2408.19 +1041534646,Peach Cobbler,Food,Food,USD,2014-10-25,20.00,2014-09-25 22:03:06,32.00,successful,3,US,32.00,32.00,20.00 +1041535846,100 Days of India,Photography,Photography,USD,2014-01-08,3250.00,2013-12-23 19:18:37,6855.27,successful,84,US,6855.27,6855.27,3250.00 +"1041537275,""""""Andrew's Christmas"""" : a children's book for people of faith"",Children's Books,Publishing,USD,2012-11-25,2000.00,2012-10-26 00:21:11,0.00,failed,0,US,0.00,0.00,2000.00" +1041537640,Blue Mood Books - Do be do the fabulous Zen Detective Novels,Fiction,Publishing,AUD,2016-04-09,3800.00,2016-03-11 01:20:06,50.00,failed,2,AU,37.10,38.52,2927.36 +1041542380,The David Bowie Tarot,Digital Art,Art,USD,2015-11-27,650.00,2015-09-28 22:07:39,2285.00,successful,43,US,2285.00,2285.00,650.00 +1041543197,Petal Puppets First Tour,Performance Art,Art,USD,2014-05-21,3326.00,2014-04-24 00:50:56,3801.00,successful,52,US,3801.00,3801.00,3326.00 +1041547937,Smokey - The Indomitable Kitty,Print,Journalism,USD,2016-05-28,5500.00,2016-04-13 20:49:20,475.00,failed,7,US,475.00,475.00,5500.00 +1041555204,The Trading Tortoise,Mixed Media,Art,USD,2012-05-06,13325.00,2012-04-17 02:27:43,26881.10,successful,395,US,26881.10,26881.10,13325.00 +1041563427,The UNDIVIDED Wallet,Product Design,Design,USD,2017-09-29,5000.00,2017-08-30 17:03:34,20426.00,successful,614,US,1105.00,20426.00,5000.00 +1041577791,Epic Choreographer Showcase Premiere,Dance,Dance,USD,2013-05-04,500.00,2013-04-19 17:55:37,141.00,failed,6,US,141.00,141.00,500.00 +104158072,Vincent and The Dissidents,Young Adult,Publishing,USD,2017-12-16,8000.00,2017-11-16 18:05:50,8020.00,successful,70,US,1810.00,8020.00,8000.00 +1041586789,LVMBRE Poemario/Recetario Juan José R. Echevarría,Cookbooks,Food,MXN,2018-01-04,140041.00,2017-11-10 02:08:11,142443.00,live,12,MX,555.22,7354.93,7230.91 +"1041598921,""""""The 36"""" A Short Thesis Film"",Shorts,Film & Video,USD,2011-04-03,1036.00,2011-03-15 21:53:45,1371.00,successful,17,US,1371.00,1371.00,1036.00" +1041608014,Wowka: World's Smallest Portable Clothes Dryer (Suspended),Design,Design,USD,2015-10-02,3000.00,2015-09-02 02:19:27,2632.00,suspended,32,US,2632.00,2632.00,3000.00 +1041623369,Pastry - Short Film,Shorts,Film & Video,GBP,2015-04-14,5000.00,2015-03-05 14:05:10,5100.00,successful,86,GB,7832.24,7660.99,7510.78 +1041623448,Spellbound and Spindles: Fairy Tale Anthologies,Fiction,Publishing,USD,2013-07-27,12000.00,2013-06-27 20:56:52,15953.00,successful,394,US,15953.00,15953.00,12000.00 +"104164239,""The """"Everything"""" Fishing Lure"",Product Design,Design,USD,2013-07-20,144500.00,2013-06-20 21:35:53,400.00,failed,11,US,400.00,400.00,144500.00" +1041644419,Visual Philosophy Final Push!,Art,Art,USD,2013-10-24,14400.00,2013-09-24 19:06:42,14783.50,successful,86,US,14783.50,14783.50,14400.00 +1041645701,The Great Sport City,Documentary,Film & Video,USD,2015-09-03,5000.00,2015-08-04 15:24:52,1165.00,failed,27,US,1165.00,1165.00,5000.00 +104164975,Proyecto SAE Aerodesign 2018 Clase Avanzada,Flight,Technology,MXN,2017-12-23,24500.00,2017-10-24 04:24:25,0.00,failed,0,MX,0.00,0.00,1241.83 +104166062,Father 'n' Son,Shorts,Film & Video,EUR,2016-03-31,17000.00,2016-03-01 13:45:30,336.00,failed,5,IT,367.07,384.11,19434.35 +104167005,Leg&Go - Everything a first bike should be!,Product Design,Design,USD,2015-08-06,60000.00,2015-06-22 16:37:23,76268.00,successful,217,US,76268.00,76268.00,60000.00 +104167092,Quiet night,Sculpture,Art,USD,2011-04-06,1750.00,2011-03-11 23:54:05,5.00,failed,1,US,5.00,5.00,1750.00 +1041673582,ToasT,Theater,Theater,USD,2011-12-14,13500.00,2011-11-14 19:11:47,15021.00,successful,177,US,15021.00,15021.00,13500.00 +1041673988,Funnelcake Wedding 2011 - Viking inspired Bridal collection,Fashion,Fashion,USD,2010-06-02,2500.00,2010-04-22 05:56:52,80.00,failed,3,US,80.00,80.00,2500.00 +"1041674290,""The Mootsa Gootsa Society, Players for World Peace"",Live Games,Games,USD,2016-09-11,10000.00,2016-08-12 16:39:01,0.00,failed,0,US,0.00,0.00,10000.00" +1041682173,Left to Rot New RPG & FPS GENRE!!!!,Video Games,Games,USD,2012-05-07,41000.00,2012-03-08 17:25:05,189.00,failed,10,US,189.00,189.00,41000.00 +1041683694,My Artwork Explosion.,Painting,Art,GBP,2014-07-31,2500.00,2014-06-16 20:27:37,680.00,failed,5,GB,1153.74,1144.15,4206.42 +1041684928,rpfind,Video Games,Games,USD,2017-09-21,2000.00,2017-08-07 04:02:37,138.00,failed,4,US,15.00,138.00,2000.00 +1041687102,amphiro b1: Energy feedback where it's most helpful!,Gadgets,Technology,GBP,2014-12-18,20000.00,2014-11-18 14:48:59,30663.00,successful,232,GB,48202.56,47981.41,31295.97 +1041689456,All Natural Tomato Ketchup Launch,Food,Food,USD,2012-03-09,3522.00,2012-01-25 06:05:16,1056.00,failed,26,US,1056.00,1056.00,3522.00 +1041692841,The Living Buddha,Documentary,Film & Video,USD,2012-01-29,15000.00,2011-12-30 23:08:25,280.00,failed,6,US,280.00,280.00,15000.00 +1041695272,BIRCH | Wooden Water Bottle Made Sustainably From Nature,Product Design,Design,USD,2016-04-15,30000.00,2016-03-15 16:59:48,12377.00,canceled,262,US,12377.00,12377.00,30000.00 +1041697,HOME?O Roof System: Building a Prototype Shelter,Design,Design,USD,2013-11-27,4000.00,2013-11-06 21:09:06,4630.00,successful,285,US,4630.00,4630.00,4000.00 +1041698085,Atlas: Virtual Reality Made Real,Technology,Technology,USD,2013-08-22,125000.00,2013-07-23 17:43:57,16338.01,failed,193,US,16338.01,16338.01,125000.00 +"1041705482,""""""The District"""" freecountry Lacrosse Socks"",Product Design,Design,USD,2011-09-19,1200.00,2011-08-20 21:44:58,1308.00,successful,26,US,1308.00,1308.00,1200.00" +"1041708793,Serena Gabriel's first CD!!!!!!: Diving Deep,Music,Music,USD,2016-05-01,3500.00,2016-03-25 17:20:21,3787.00,successful,0,""N,0"""""",,3787.00,3500.00" +1041712056,Ali Tomineek: February 31st,Hip-Hop,Music,USD,2013-06-15,3600.00,2013-05-16 14:52:08,4610.00,successful,79,US,4610.00,4610.00,3600.00 +"1041712548,""""""Maine from the Inside"""""",Nonfiction,Publishing,USD,2013-10-22,15000.00,2013-09-22 18:00:21,3185.00,failed,50,US,3185.00,3185.00,15000.00" +1041713774,Support CPIT For Season 2 and Locations.,Film & Video,Film & Video,GBP,2013-02-02,700.00,2013-01-03 01:21:14,0.00,failed,0,GB,0.00,0.00,1106.14 +1041715977,POVERTY clothing,Apparel,Fashion,USD,2014-11-19,9000.00,2014-10-20 16:32:46,0.00,failed,0,US,0.00,0.00,9000.00 +1041717194,Kenosha Festival of Cartooning,Comics,Comics,USD,2012-05-23,10000.00,2012-04-19 13:26:31,13600.00,successful,98,US,13600.00,13600.00,10000.00 +1041717562,Giap and the Last Ironing Board Factory,Documentary,Film & Video,USD,2012-05-04,5000.00,2012-04-03 20:03:35,11145.00,successful,195,US,11145.00,11145.00,5000.00 +1041722767,Christian Meeting,Web,Technology,USD,2015-02-01,50000.00,2015-01-17 01:10:02,26.00,failed,2,US,26.00,26.00,50000.00 +1041723340,Where's My Money? A Play by John Patrick Shanley,Performance Art,Art,USD,2012-04-10,2000.00,2012-03-21 18:22:47,2068.68,successful,38,US,2068.68,2068.68,2000.00 +1041727216,The Olympia Fund,Documentary,Film & Video,USD,2010-09-22,25000.00,2010-07-21 21:28:25,45.00,failed,2,US,45.00,45.00,25000.00 +1041737619,Synchronous (Canceled),Webcomics,Comics,USD,2015-10-05,10100.00,2015-09-05 06:25:32,25.00,canceled,1,US,25.00,25.00,10100.00 +1041741950,Hot & Bothered,Webseries,Film & Video,USD,2017-06-26,3000.00,2017-05-22 14:05:53,3454.00,successful,69,US,0.00,3454.00,3000.00 +1041744808,Portland Loves Pints Season 1,Webseries,Film & Video,USD,2013-04-14,10000.00,2013-02-28 03:48:28,1439.00,failed,26,US,1439.00,1439.00,10000.00 +1041747321,Aerial Rave: A high energy shonen style comic!,Comics,Comics,USD,2010-04-20,7500.00,2010-01-21 07:08:56,666.00,failed,23,US,666.00,666.00,7500.00 +1041747713,Yvonnick Debut Solo Album,Jazz,Music,USD,2012-10-23,3000.00,2012-09-18 00:54:57,3190.00,successful,33,US,3190.00,3190.00,3000.00 +1041758020,Sprinkle Me Pink! Boutique,Crafts,Crafts,USD,2015-07-30,10000.00,2015-06-15 21:36:19,13.00,failed,1,US,13.00,13.00,10000.00 +1041759286,Deathfist Ninja GKaiser - American tokusatsu film!,Film & Video,Film & Video,USD,2010-08-02,6000.00,2010-06-23 10:47:23,30.00,failed,1,US,30.00,30.00,6000.00 +1041760581,L.A. 48 Hour Film Project - NickTek Productions,Shorts,Film & Video,USD,2012-07-05,140.00,2012-06-21 23:24:27,140.00,successful,3,US,140.00,140.00,140.00 +1041765320,The Village TV Network Launch Fund,Webseries,Film & Video,USD,2016-07-17,6000.00,2016-06-21 19:43:30,140.00,failed,5,US,80.00,140.00,6000.00 +1041765851,Zapp 2 Learn:Helping to solve the literacy crisis in schools,Apps,Technology,GBP,2015-10-03,35000.00,2015-09-03 19:56:54,103.00,failed,1,GB,157.65,158.00,53688.39 +1041771977,50 Friends Deli,Food,Food,USD,2015-09-09,60000.00,2015-08-10 18:06:48,0.00,failed,0,US,0.00,0.00,60000.00 +1041779205,THIEVES IN THE NIGHT // SHORT FILM,Shorts,Film & Video,GBP,2014-01-16,7000.00,2013-12-26 13:27:53,7065.00,successful,99,GB,11551.27,11615.86,11508.99 +1041788293,The Quiet Girl's Guide to Violence,Shorts,Film & Video,USD,2012-06-15,7000.00,2012-05-16 16:13:03,10575.00,successful,188,US,10575.00,10575.00,7000.00 +1041793282,Null of Hope - Retro Gaming Evolved,Video Games,Games,USD,2016-03-15,50000.00,2016-02-14 11:16:34,763.00,failed,39,US,763.00,763.00,50000.00 +1041800576,The Book of the Hakutaku: a Bestiary of Japanese Monsters,Illustration,Art,USD,2017-11-01,3000.00,2017-10-01 08:53:48,87978.00,successful,1003,US,13465.00,87978.00,3000.00 +1041804993,PreHunt Worlds 1st Hunting App for Locating Big Game Animals,Apps,Technology,USD,2016-07-08,30000.00,2016-06-08 20:41:46,1025.00,canceled,3,US,1025.00,1025.00,30000.00 +1041806635,Electronic Poetry CD of Cuban Authors,Poetry,Publishing,USD,2014-02-03,3000.00,2013-12-10 20:31:45,0.00,failed,0,US,0.00,0.00,3000.00 +1041811454,HOARDCORE DUNGEONS,Video Games,Games,GBP,2017-07-20,5000.00,2017-06-20 19:45:57,1863.00,failed,53,GB,818.98,2420.39,6495.95 +1041813089,Shapes 2,Video Games,Games,GBP,2015-10-22,6000.00,2015-09-10 23:50:23,1.00,failed,1,GB,1.54,1.54,9242.43 +10418165,Anne of Green Gardens: Miniature Gardening,Publishing,Publishing,USD,2013-10-15,2050.00,2013-09-15 23:05:41,2055.00,successful,49,US,2055.00,2055.00,2050.00 +1041825161,Lewis J. Smith's first EP,Country & Folk,Music,GBP,2013-08-04,500.00,2013-07-04 13:16:37,892.00,successful,47,GB,1351.66,1384.88,776.28 +1041830568,YOU Are The Reason Why!,Music,Music,USD,2011-05-07,10000.00,2011-04-07 01:51:01,10216.00,successful,137,US,10216.00,10216.00,10000.00 +1041838265,Simply Finesse Cupcakes & Treats,Food,Food,USD,2014-08-18,10000.00,2014-06-19 23:44:36,16.00,failed,3,US,16.00,16.00,10000.00 +1041840086,The Filmmaker's Workbook & Accompanying Short Film,Academic,Publishing,USD,2015-06-26,3200.00,2015-05-27 01:39:01,3270.00,successful,12,US,3270.00,3270.00,3200.00 +104184502,Halcyon Trails Portland Coloring Book,Illustration,Art,USD,2016-03-01,5500.00,2016-02-01 00:48:38,2050.00,failed,42,US,2050.00,2050.00,5500.00 +1041846552,Ensoulment,Documentary,Film & Video,USD,2013-07-04,11000.00,2013-05-15 20:51:09,11111.00,successful,87,US,11111.00,11111.00,11000.00 +1041846701,T's & C's Coffee,Drinks,Food,GBP,2017-03-25,16500.00,2017-02-24 00:51:47,41.00,failed,4,GB,0.00,51.24,20619.07 +1041851351,Search for the BEST TACO in Mexico,Video,Journalism,AUD,2014-08-28,2000.00,2014-08-13 00:32:02,0.00,failed,0,AU,0.00,0.00,1867.59 +1041876560,Netflix And Chill The Game (Canceled),Video Games,Games,USD,2016-07-20,5000.00,2016-06-20 10:27:45,482.00,canceled,14,US,482.00,482.00,5000.00 +"1041878070,""Help me to study abroad in Florence, Italy (Fashion Design)"",Ready-to-wear,Fashion,USD,2017-06-19,2000.00,2017-05-19 21:16:07,51.00,failed,8,US,7.00,51.00,2000.00" +1041882251,Gentlemen's Bar,Accessories,Fashion,USD,2016-07-16,4000.00,2016-06-16 20:31:11,613.00,failed,25,US,433.00,613.00,4000.00 +"104188227,""How it Looks, How it Lasts: Kodachrome & the Digital Age"",Documentary,Film & Video,USD,2012-03-10,2500.00,2012-02-03 23:01:23,3508.00,successful,72,US,3508.00,3508.00,2500.00" +1041886011,Cave Women Album!,Music,Music,USD,2012-05-19,3000.00,2012-04-09 19:44:23,3683.99,successful,78,US,3683.99,3683.99,3000.00 +104189865,Diamond in the Rough,Shorts,Film & Video,USD,2015-03-26,2500.00,2015-01-26 00:51:02,181.00,failed,3,US,181.00,181.00,2500.00 +1041900100,Flight 870: the 2016 Solar Eclipse,Documentary,Film & Video,USD,2017-04-15,14000.00,2017-03-16 04:03:49,6160.00,failed,18,US,50.00,6160.00,14000.00 +1041909479,¡Viajemos por Nuevo México!,Tabletop Games,Games,USD,2013-12-09,8000.00,2013-10-25 19:30:50,3585.00,failed,83,US,3585.00,3585.00,8000.00 +1041915897,ST4 Hybrid Synthesizer/Tracker,Sound,Technology,EUR,2016-02-17,30000.00,2016-01-20 21:56:41,31533.00,successful,76,NL,34350.05,34988.85,33287.84 +1041932769,MEET THE TROVERTS a book for little introverts & extroverts,Children's Books,Publishing,AUD,2018-01-06,18000.00,2017-12-07 00:44:07,2971.00,live,49,AU,171.37,2339.00,14171.00 +1041938582,Payaso: A Dramatic Short Film,Drama,Film & Video,USD,2014-09-06,1300.00,2014-08-12 00:41:11,230.00,failed,4,US,230.00,230.00,1300.00 +1041954777,In The Voice Of Our Mothers (VOOM),Theater,Theater,USD,2012-02-17,10000.00,2011-12-19 19:27:59,10296.00,successful,83,US,10296.00,10296.00,10000.00 +1041967958,Mama Needs a New Miter Saw..,Woodworking,Crafts,USD,2014-11-11,300.00,2014-09-27 04:49:08,55.00,failed,4,US,55.00,55.00,300.00 +1041968938,Gamer Kingdom,Games,Games,USD,2016-10-08,50000.00,2016-09-09 18:01:18,10.00,failed,1,US,0.00,10.00,50000.00 +"1041975001,""New Dane Vannatter CD """"Give Me Something Real"""""",Music,Music,USD,2015-07-03,10000.00,2015-06-03 12:22:01,11040.00,successful,90,US,11040.00,11040.00,10000.00" +1041981313,Game Changer,Anthologies,Comics,USD,2016-03-28,5000.00,2016-02-25 20:02:01,1082.00,failed,31,US,1082.00,1082.00,5000.00 +1041983411,Take your taste buds on an incredible journey...,Food,Food,USD,2013-11-11,200000.00,2013-09-12 15:39:38,100.00,failed,1,US,100.00,100.00,200000.00 +1041984192,Don't Be Stock: The best shoelaces ever.,Accessories,Fashion,CAD,2016-05-26,15000.00,2016-04-26 17:13:59,5604.00,failed,56,CA,4419.09,4298.53,11505.71 +1041989429,The Observatory Project,Art,Art,USD,2013-05-25,7000.00,2013-04-26 03:59:30,7116.00,successful,92,US,7116.00,7116.00,7000.00 +1041994971,Henry and the Wolf Doctor,Narrative Film,Film & Video,CAD,2013-11-09,60000.00,2013-10-18 21:16:01,20.00,failed,1,CA,19.36,19.11,57339.45 +1042004760,Pixel Hero: Conquest,Playing Cards,Games,USD,2017-12-26,15000.00,2017-11-14 22:26:25,245.00,failed,5,US,200.00,245.00,15000.00 +104200770,Project BonBon | Welcome to the Sweet Life.,Food,Food,GBP,2017-04-30,100.00,2017-03-31 21:37:34,91.00,canceled,10,GB,24.88,117.75,129.39 +1042012970,VISAKAI Leggings: No more Visible Panty Lines.,Apparel,Fashion,USD,2017-12-11,10000.00,2017-11-15 16:38:40,11059.00,successful,107,US,640.00,11059.00,10000.00 +1042014845,My-Baby-Book App (Canceled),Apps,Technology,USD,2014-12-05,7500.00,2014-11-05 01:07:16,0.00,canceled,0,US,0.00,0.00,7500.00 +1042018170,Caterwaul,Film & Video,Film & Video,USD,2011-03-28,6000.00,2011-02-23 22:44:04,6138.00,successful,59,US,6138.00,6138.00,6000.00 +1042024980,Brusbro farm AB,Farms,Food,SEK,2017-03-21,300000.00,2017-01-27 17:39:29,2255.00,failed,4,SE,113.42,255.47,33987.79 +1042032482,Artisan Wrought Iron Hand Crafted Wine Caddy (Canceled),Product Design,Design,USD,2014-10-31,2500.00,2014-09-26 19:30:48,56.00,canceled,3,US,56.00,56.00,2500.00 +1042032705,Tome of Trade,Tabletop Games,Games,USD,2013-03-23,120.00,2013-02-21 19:12:57,420.33,successful,46,US,420.33,420.33,120.00 +1042037315,Cover art and editing for Science Fiction Ebook,Fiction,Publishing,USD,2013-07-09,2000.00,2013-06-09 22:31:41,877.00,failed,30,US,877.00,877.00,2000.00 +1042038975,Bruno goes to Guinea,World Music,Music,USD,2012-01-04,6600.00,2011-12-05 07:50:14,10300.00,successful,65,US,10300.00,10300.00,6600.00 +1042041609,Still Have Questions,Film & Video,Film & Video,USD,2012-01-02,3000.00,2011-12-06 22:15:16,3005.00,successful,8,US,3005.00,3005.00,3000.00 +1042041982,RADIO WARS-The Historic Battles That Redefined Radio,Documentary,Film & Video,USD,2011-07-21,5000.00,2011-06-21 01:44:28,200.00,failed,2,US,200.00,200.00,5000.00 +1042056437,Wayward Orbit,Tabletop Games,Games,CAD,2017-10-20,4500.00,2017-10-13 17:00:44,3114.11,failed,37,CA,232.32,2492.48,3601.73 +1042067596,Lava & Ice Arcade Adventure,Video Games,Games,USD,2013-01-27,10000.00,2012-12-28 22:05:50,0.00,failed,0,US,0.00,0.00,10000.00 +1042081930,ConFlict of Destiny - Book Series - Publishing,Fiction,Publishing,USD,2012-10-25,3000.00,2012-09-25 01:46:57,0.00,failed,0,US,0.00,0.00,3000.00 +1042086897,Caroline Cotter's new album!,Music,Music,USD,2013-05-21,8500.00,2013-04-21 15:30:12,11212.33,successful,215,US,11212.33,11212.33,8500.00 +1042090880,'S Lands Glorie (The Nation's Glory),Photo,Journalism,EUR,2015-10-10,500.00,2015-09-10 23:48:36,1.00,failed,1,BE,1.12,1.14,568.00 +1042091075,Selling Compliance : Training System for Police,Publishing,Publishing,USD,2015-07-30,50000.00,2015-06-30 17:45:55,110.00,failed,2,US,110.00,110.00,50000.00 +"104209137,Restoring Hope,Film & Video,Film & Video,USD,2015-05-01,7000.00,2015-04-01 01:26:44,0.00,undefined,0,""N,0"""""",,0.00,7000.00" +1042097761,Bring Panama hats Baskets Vases and Flowers to the World,Crafts,Crafts,USD,2015-03-29,500.00,2015-03-09 03:06:21,901.00,successful,20,US,901.00,901.00,500.00 +1042102893,SteamKeg - GPS / Real-Time Racing Games,Video Games,Games,USD,2012-04-25,25000.00,2012-03-21 00:01:26,1084.00,failed,22,US,1084.00,1084.00,25000.00 +1042103809,TK Jingles LIVE 2017: The Desolation of Song,Comedy,Music,USD,2017-02-10,5000.00,2017-01-17 22:20:50,9016.00,successful,167,US,2282.00,9016.00,5000.00 +1042104140,Allentown Public Theatre: This story must be told,Theater,Theater,USD,2011-05-02,1500.00,2011-03-12 17:14:56,1710.00,successful,30,US,1710.00,1710.00,1500.00 +1042130394,Neuroeconomics: an Applied Information Theory,Nonfiction,Publishing,USD,2014-01-26,3000.00,2013-12-27 19:16:03,747.00,failed,9,US,747.00,747.00,3000.00 +1042133749,Reportage sur la gentrification,Documentary,Film & Video,CAD,2016-07-29,300.00,2016-05-30 17:00:40,990.77,successful,42,CA,361.49,751.95,227.69 +1042148620,Bride & Groom cards game,Playing Cards,Games,EUR,2017-03-01,5000.00,2017-02-02 23:30:54,30.00,failed,3,DE,10.79,31.70,5282.51 +104214951,All Fixed Up - a Red Piggy Press book app,Children's Books,Publishing,USD,2012-08-10,15000.00,2012-07-11 23:59:49,17294.00,successful,204,US,17294.00,17294.00,15000.00 +1042153675,Broken Telephone The Game,Tabletop Games,Games,CAD,2014-03-17,250.00,2014-02-25 22:43:21,58.00,failed,6,CA,52.16,51.78,223.19 +"1042153945,""The Splendiferous, Clara-Themed, Babywearing Stunt Baby"",DIY,Crafts,USD,2015-03-20,60.00,2015-02-18 04:51:11,10.00,failed,1,US,10.00,10.00,60.00" +1042159274,The Stepford Wife Takes A Knife a film by Maddison Cameron,Horror,Film & Video,AUD,2016-10-19,13000.00,2016-09-19 02:31:46,250.00,failed,1,AU,0.00,190.74,9918.36 +1042165560,Weddings & Events YouTube Channel {The Lianess} (Canceled),Experimental,Film & Video,USD,2015-02-03,10240.00,2015-01-10 01:21:58,125.00,canceled,2,US,125.00,125.00,10240.00 +1042173120,WEE build guitars from sustainable sources (Canceled),Crafts,Crafts,USD,2014-09-08,7300.00,2014-07-29 22:42:18,0.00,canceled,0,US,0.00,0.00,7300.00 +1042173144,Euphoria Candles (Canceled),Candles,Crafts,USD,2015-05-06,1000.00,2015-04-06 21:02:53,10.00,canceled,1,US,10.00,10.00,1000.00 +"1042173663,""Help Sherwood Point Grill, in Sturgeon Bay, Wisconsin"",Restaurants,Food,USD,2016-08-16,5000.00,2016-08-04 13:06:44,1707.00,failed,27,US,275.00,1707.00,5000.00" +1042177669,Ignatz: A Neck-Through Guitar That Redefines Superstrat!,Product Design,Design,USD,2016-02-10,1500.00,2016-01-11 22:19:56,6292.00,successful,18,US,6292.00,6292.00,1500.00 +1042193299,PorcelainAttire,Apparel,Fashion,USD,2016-11-23,500.00,2016-10-19 19:47:22,23.00,failed,4,US,1.00,23.00,500.00 +1042200896,Media Gamer Nation,Live Games,Games,GBP,2014-11-13,250.00,2014-10-14 20:35:36,0.00,failed,0,GB,0.00,0.00,391.36 +1042207310,Yolllan.com (Canceled),Web,Technology,GBP,2015-05-14,9000.00,2015-04-04 13:27:59,0.00,canceled,0,GB,0.00,0.00,14138.49 +1042208764,The Basement,Horror,Film & Video,USD,2015-05-07,12000.00,2015-04-07 18:24:19,12311.00,successful,106,US,12311.00,12311.00,12000.00 +1042213169,“El Padre de La Patria”,Documentary,Film & Video,USD,2013-07-17,150000.00,2013-06-17 20:11:42,230.00,failed,6,US,230.00,230.00,150000.00 +1042213331,Stone's Throw,Experimental,Theater,GBP,2016-06-25,600.00,2016-06-15 16:42:14,600.00,successful,8,GB,851.27,796.97,796.97 +1042215364,Tres Marias - Nice to Meat CD-Produktion 2017,Rock,Music,EUR,2017-08-12,1105.00,2017-07-08 16:05:23,562.77,failed,23,DE,286.61,660.69,1297.27 +1042221189,Jon Burr BIG BAND!,Jazz,Music,USD,2013-01-03,2000.00,2012-11-17 04:50:51,2151.00,successful,33,US,2151.00,2151.00,2000.00 +1042222300,Kerrith Writes a Bassoon Solo!,Music,Music,USD,2017-01-16,500.00,2016-12-17 00:01:28,520.00,successful,13,US,10.00,520.00,500.00 +1042226218,WiCarL: Replace your NXT/EV3 Brick for making RC lego cars,Robots,Technology,USD,2017-09-05,1500.00,2017-07-22 06:17:38,905.00,failed,12,US,200.00,905.00,1500.00 +1042228183,bb (Canceled),Fiction,Publishing,GBP,2014-01-27,4000.00,2013-12-18 21:05:48,10.00,canceled,1,GB,16.32,16.46,6582.30 +1042239333,The Adventures of Miss Mae & Fat Boy,Children's Books,Publishing,GBP,2017-08-09,5000.00,2017-06-10 01:47:46,0.00,failed,0,GB,0.00,0.00,6489.63 +1042243290,Homemade Dog Treats with Gluten Free Option,Small Batch,Food,USD,2014-12-08,750.00,2014-11-08 15:31:13,112.00,failed,5,US,112.00,112.00,750.00 +1042243724,Electronic Live Mouse Trap with alerts very convenient!,Technology,Technology,USD,2016-07-14,15000.00,2016-06-14 20:02:29,64.00,canceled,1,US,64.00,64.00,15000.00 +1042244773,The Trish Hill Show,Television,Film & Video,USD,2015-12-01,30000.00,2015-11-02 23:59:22,0.00,failed,0,US,0.00,0.00,30000.00 +1042256538,Tribal Hunger - Indie iOS for Casual & Hardcore Gamers,Games,Games,USD,2012-10-08,10000.00,2012-08-09 19:32:36,2070.00,failed,37,US,2070.00,2070.00,10000.00 +1042258680,Apocalyptest,Animation,Film & Video,USD,2015-12-01,10000.00,2015-11-01 05:05:36,815.00,failed,6,US,815.00,815.00,10000.00 +1042266639,Earl & Eva Tucker's Free Little Library,Literary Journals,Publishing,USD,2014-08-22,5000.00,2014-07-23 18:03:24,0.00,failed,0,US,0.00,0.00,5000.00 +"1042266764,""Sought After By A """"Famous Jackson!"""""",Journalism,Journalism,USD,2016-02-07,5000.00,2015-12-09 04:21:54,0.00,failed,0,US,0.00,0.00,5000.00" +1042273842,The Gripstar: The most versatile clip out there.,Product Design,Design,GBP,2013-12-19,6500.00,2013-11-04 19:00:25,9388.00,successful,474,GB,14949.90,15356.18,10632.21 +1042286705,Make Lightsaber Battle Great Again! (& Other Combat),Action,Film & Video,USD,2017-10-12,3000.00,2017-09-12 07:32:39,25.00,failed,1,US,0.00,25.00,3000.00 +104229234,The Boy at the Edge of Everything NEXT STAGE RESIDENT SHOW,Plays,Theater,USD,2015-01-24,700.00,2014-12-30 23:45:44,1225.00,successful,18,US,1225.00,1225.00,700.00 +1042294911,Mr. Adams Hawaiian Adventures,Children's Books,Publishing,USD,2013-09-07,20000.00,2013-07-10 03:09:56,2574.00,failed,33,US,2574.00,2574.00,20000.00 +1042296219,Scrappy Shakespeare: A Midsummer Night's Dream,Plays,Theater,USD,2015-07-16,3300.00,2015-06-16 19:24:36,3315.00,successful,49,US,3315.00,3315.00,3300.00 +"1042303229,""Feature Film: Don't Fall in, Love (2011)"",Film & Video,Film & Video,USD,2011-07-13,2200.00,2011-06-13 23:32:06,177.00,failed,5,US,177.00,177.00,2200.00" +1042303696,ART OF SHOES,Design,Design,EUR,2016-06-26,5000.00,2016-04-27 00:20:01,560.00,failed,5,FR,629.56,623.56,5567.49 +1042309825,TizzyCakes Cupcakery!,Food,Food,USD,2012-06-30,1000.00,2012-05-31 01:51:11,75.00,failed,3,US,75.00,75.00,1000.00 +1042310840,Revolutionary scheduling - change the world (Canceled),Technology,Technology,AUD,2014-08-24,100000.00,2014-06-25 13:12:25,5.00,canceled,1,AU,4.71,4.67,93379.40 +1042314573,PHP CONTROLLER. Bring out the best from your projects!,Robots,Technology,EUR,2017-05-31,149.00,2017-05-01 23:14:24,237.00,successful,3,IT,0.00,265.84,167.13 +1042329716,Growing the Guerrilla Garden,Food,Food,USD,2013-08-31,2000.00,2013-08-01 21:27:50,2114.00,successful,46,US,2114.00,2114.00,2000.00 +1042331243,Fine Art Nude,People,Photography,USD,2015-07-08,5000.00,2015-06-08 17:05:12,0.00,failed,0,US,0.00,0.00,5000.00 +1042334621,Alive and Modern: Bring Life to Your Desk (Canceled),Product Design,Design,USD,2013-11-29,4500.00,2013-10-30 02:15:24,2790.00,canceled,21,US,2790.00,2790.00,4500.00 +"1042337007,""He Died Laughing, Inc."",Experimental,Theater,USD,2017-02-17,50000.00,2017-01-16 00:53:59,0.00,failed,0,US,0.00,0.00,50000.00" +104233792,Tasting elegant South African Wines by Clubspot Beverage Co,Events,Food,USD,2015-05-09,50000.00,2015-04-09 01:41:01,0.00,failed,0,US,0.00,0.00,50000.00 +1042346922,Podcast: The New Social Media,Apps,Technology,USD,2017-05-03,50000.00,2017-04-03 20:56:12,65.00,failed,1,US,65.00,65.00,50000.00 +1042353389,ivee Sleek: Wi-Fi Voice-Activated Assistant,Hardware,Technology,USD,2013-07-21,40000.00,2013-06-18 07:46:01,159606.32,successful,901,US,159606.32,159606.32,40000.00 +1042354251,True Bible Church!,Conceptual Art,Art,USD,2014-01-25,3800.00,2013-12-26 22:28:57,4641.70,successful,127,US,4641.70,4641.70,3800.00 +1042357094,Sounds of the Season Holiday CD,Classical Music,Music,USD,2013-05-19,3000.00,2013-04-19 14:24:47,3876.00,successful,93,US,3876.00,3876.00,3000.00 +1042358294,Pacific Coast Highway Tour - Harp Power!,Indie Rock,Music,USD,2012-03-10,2500.00,2012-02-19 01:42:19,2611.00,successful,42,US,2611.00,2611.00,2500.00 +104236534,The life of Central Park,Photography,Photography,USD,2012-11-01,5000.00,2012-10-02 21:43:20,30.00,failed,1,US,30.00,30.00,5000.00 +1042367666,NORTH CAROLINA,Film & Video,Film & Video,USD,2017-05-20,16500.00,2017-04-20 01:42:56,11388.00,canceled,98,US,180.00,11388.00,16500.00 +1042369899,Exposure Short Horror Film,Film & Video,Film & Video,GBP,2016-12-02,1500.00,2016-11-13 21:10:28,1591.00,successful,59,GB,122.24,2008.41,1893.53 +1042381232,Toothache Creek Cafe - Gulf Coast Home Cookin',Restaurants,Food,USD,2015-12-17,105000.00,2015-11-02 15:09:13,326.00,failed,5,US,326.00,326.00,105000.00 +1042393891,Rethinking the Water Bottle!!!,Product Design,Design,USD,2015-10-28,70000.00,2015-09-28 19:31:34,1755.00,failed,69,US,1755.00,1755.00,70000.00 +1042394919,Dancing for College Tuition (Without Showing my Buns),Dance,Dance,USD,2014-08-21,3000.00,2014-08-01 00:55:26,25.00,failed,3,US,25.00,25.00,3000.00 +1042395671,Fallen Land: A Post-Apocalyptic Board Game,Tabletop Games,Games,USD,2016-09-05,30500.00,2016-07-21 07:00:59,62177.00,successful,662,US,5688.00,62177.00,30500.00 +1042396494,A digital book needs a 'paperback' make over ,Fiction,Publishing,USD,2010-07-28,3000.00,2010-06-15 00:32:45,265.00,failed,10,US,265.00,265.00,3000.00 +1042403101,First-ever one of a kind detailed huge prints MPLS MN,Art,Art,USD,2017-03-11,100000.00,2017-02-09 03:37:48,0.00,failed,0,US,0.00,0.00,100000.00 +1042410063,Guitar school to make learning the guitar accessible to all,Software,Technology,GBP,2014-09-09,3000.00,2014-08-10 19:50:15,20.00,failed,2,GB,33.55,32.47,4869.81 +1042412954,Indiana Tenderloin Concession,Food Trucks,Food,USD,2015-07-28,20.00,2015-06-28 02:56:14,70.00,successful,2,US,70.00,70.00,20.00 +"1042414789,""Adam & Paul Save the Whole, Entire Apartment Complex"",Webseries,Film & Video,USD,2013-08-10,12000.00,2013-07-11 21:21:51,2408.00,failed,63,US,2408.00,2408.00,12000.00" +"1042420222,""Bicycle Pedal Pockets, Bike Pedal Covers, by Crumbleton Inc."",Product Design,Design,USD,2014-05-24,5000.00,2014-04-09 01:52:54,665.00,failed,24,US,665.00,665.00,5000.00" +"1042425440,""Momo Art Fest - Support Local Artist, Musicians & more"",Art,Art,USD,2015-02-21,989.00,2015-01-25 23:26:15,27.00,failed,3,US,27.00,27.00,989.00" +104243394,Masterful Magic: The First Magic Masterclass,Film & Video,Film & Video,USD,2018-01-18,30000.00,2017-12-19 20:17:31,7954.00,live,140,US,1875.00,7954.00,30000.00 +1042465235,Armageddon War: Armored Combat in the End War,Tabletop Games,Games,USD,2017-06-03,16000.00,2017-05-04 18:02:35,50345.00,successful,408,US,19075.00,50345.00,16000.00 +1042475170,Mousy & pals (Canceled),Animation,Film & Video,USD,2011-01-19,20000.00,2010-12-20 04:50:24,425.00,canceled,3,US,425.00,425.00,20000.00 +1042483315,Lysistrata by Aristophanes - The Original Burlesque Comedy,Comedy,Theater,USD,2017-09-22,500.00,2017-09-12 19:09:22,31.00,failed,2,US,30.00,31.00,500.00 +1042488281,Selfportrait Book by Mike Basich,Photography,Photography,USD,2014-11-04,3000.00,2014-10-15 07:10:27,6396.10,successful,111,US,6396.10,6396.10,3000.00 +1042490905,Into the Right Hands: Finding Perspective,Painting,Art,USD,2013-09-18,10260.00,2013-08-24 02:53:37,30.00,failed,3,US,30.00,30.00,10260.00 +1042491304,21st CENTURY TANK GIRL: a book by Hewlett & Martin & Co,Comics,Comics,GBP,2014-04-30,57000.00,2014-03-31 18:59:48,174130.09,successful,3414,GB,289724.29,293860.69,96192.79 +1042496875,The Arcade Parade,Public Art,Art,USD,2011-10-15,777.00,2011-10-01 16:29:30,1033.00,successful,27,US,1033.00,1033.00,777.00 +1042499707,CZFerro - spYke 60ml,Product Design,Design,USD,2015-10-21,3300.00,2015-10-14 21:30:34,3541.00,successful,29,US,3541.00,3541.00,3300.00 +1042499829,Office Light Installation at Lawndale Art Center,Public Art,Art,USD,2011-11-17,3500.00,2011-10-30 01:37:44,3511.00,successful,29,US,3511.00,3511.00,3500.00 +1042504935,TeraGlass: Own Personal Head Mounted Display,Hardware,Technology,USD,2016-03-03,42750.00,2016-01-28 23:04:58,42760.00,successful,58,US,42760.00,42760.00,42750.00 +1042510664,Brain Bludgeoner,Video Games,Games,USD,2012-01-22,10500.00,2011-11-23 09:35:48,1.00,failed,1,US,1.00,1.00,10500.00 +104251690,Saving Energy Just Got Easier!,Technology,Technology,USD,2015-06-02,800.00,2015-04-23 14:20:13,2153.00,successful,31,US,2153.00,2153.00,800.00 +"1042530303,""THE VIDEO CRAZE """"Where Were You In '82?"""""",Documentary,Film & Video,USD,2013-03-06,8282.00,2013-02-04 21:24:35,12767.01,successful,158,US,12767.01,12767.01,8282.00" +1042534126,Send Art Teacher to Art Residency in Panama (Canceled),Art,Art,USD,2014-06-22,4000.00,2014-05-23 14:32:32,1291.00,canceled,26,US,1291.00,1291.00,4000.00 +1042543055,The Prison Body Workout DVD Program,Film & Video,Film & Video,USD,2015-05-01,20000.00,2015-03-28 16:29:38,521.00,failed,8,US,521.00,521.00,20000.00 +1042545171,Southern Ties,Fashion,Fashion,USD,2011-09-18,4750.00,2011-08-19 16:04:36,395.00,failed,6,US,395.00,395.00,4750.00 +1042549484,All Natural Batana Oil Products for Hair & Skin,Accessories,Fashion,USD,2016-11-30,75000.00,2016-10-31 21:00:04,0.00,failed,0,US,0.00,0.00,75000.00 +1042550355,Future Reset's 'So Alive' - MUSIC VIDEO,Film & Video,Film & Video,GBP,2013-07-08,1000.00,2013-06-28 19:57:33,1000.00,successful,9,GB,1533.11,1510.85,1510.85 +"1042552835,""Heroes: Police, Fire, Military"",Documentary,Film & Video,USD,2015-04-06,250000.00,2015-03-08 19:49:24,7012.00,failed,63,US,7012.00,7012.00,250000.00" +1042556575,Magic Element Plush Toys,Crafts,Crafts,USD,2015-03-20,2000.00,2015-02-18 18:03:47,8060.00,successful,116,US,8060.00,8060.00,2000.00 +1042563971,The Last Rite,Animation,Film & Video,USD,2012-05-11,250000.00,2012-03-27 21:18:00,30.00,failed,2,US,30.00,30.00,250000.00 +"1042565336,Ticket Buddy,Music,Music,GBP,2016-04-05,1000.00,2016-03-06 17:13:26,0.00,undefined,0,""N,0"""""",,0.00,1407.54" +1042567341,Foaming At The Mouth Productions - Of Mice And Men,Theater,Theater,USD,2011-08-01,30000.00,2011-05-23 23:25:23,13985.00,canceled,44,US,13985.00,13985.00,30000.00 +1042572178,The JimBox Universal Foodwrap Dispenser,Product Design,Design,GBP,2014-10-09,80000.00,2014-09-09 14:54:52,1251.00,failed,23,GB,2029.83,2005.87,128272.96 +1042572413,Mixed Media Illustrations,Mixed Media,Art,CAD,2017-01-24,50.00,2017-01-10 01:36:26,0.00,canceled,0,CA,0.00,0.00,38.11 +1042582643,Sin Eater Ilustrations / Liam Irons Art work,Illustration,Art,GBP,2017-12-23,450.00,2017-11-08 20:31:31,148.00,failed,7,GB,25.02,200.06,608.28 +1042582771,live cartoons,Animation,Film & Video,AUD,2014-04-27,5000.00,2014-02-26 21:32:27,13.00,failed,4,AU,11.73,12.04,4629.63 +1042583863,Create and Release Project: Releasing of the Pack,Art,Art,USD,2015-09-24,100.00,2015-08-26 00:46:26,118.00,successful,2,US,118.00,118.00,100.00 +1042584372,3rd Annual San Francisco Green Film Festival,Film & Video,Film & Video,USD,2013-04-01,5000.00,2013-03-02 05:09:05,5072.00,successful,78,US,5072.00,5072.00,5000.00 +1042584627,The Dirty Girls Social Club Film Development Travel Project,Narrative Film,Film & Video,USD,2013-02-23,3000.00,2013-01-24 19:28:06,3200.00,successful,52,US,3200.00,3200.00,3000.00 +104259795,Anne of Green Gables the Kitten Easy Reader Book Project,Children's Books,Publishing,USD,2014-01-24,13800.00,2013-12-31 23:05:42,131.00,failed,5,US,131.00,131.00,13800.00 +1042602981,Pocket Ops - Deduction and Area Control,Tabletop Games,Games,USD,2017-06-27,5000.00,2017-06-06 18:02:40,24090.00,successful,1154,US,6781.00,24090.00,5000.00 +1042611816,Help Support Muzik Of The Sith,Music,Music,USD,2016-04-29,500.00,2016-02-29 21:17:33,1.00,failed,1,US,1.00,1.00,500.00 +1042615374,Voodoo Sauce: The Greatest BBQ Sauce Known To Man,Food,Food,USD,2012-08-20,5000.00,2012-07-21 07:01:07,7110.00,successful,139,US,7110.00,7110.00,5000.00 +1042616526,COOL-ARM Chair Arm Covers,Product Design,Design,USD,2017-03-06,10000.00,2017-02-04 02:07:08,0.00,failed,0,US,0.00,0.00,10000.00 +1042619788,80's Retro Brick Bluetooth Handset,Product Design,Design,USD,2012-08-12,150000.00,2012-07-13 06:01:20,8671.00,failed,105,US,8671.00,8671.00,150000.00 +1042625615,Loud Paintings T - Shirt EP: Volume 1,Apparel,Fashion,USD,2016-04-09,200.00,2016-03-10 02:07:16,479.00,successful,19,US,479.00,479.00,200.00 +1042626705,Help ! The best way to help and be helped,Apps,Technology,EUR,2016-11-23,35000.00,2016-10-24 18:32:08,120.00,failed,2,FR,0.00,127.10,37071.95 +"1042630513,""Lionbreaks Records on Wax! 12"""" Vinyl - My Amnesia"",Electronic Music,Music,USD,2013-07-28,600.00,2013-06-28 04:35:46,10.00,failed,1,US,10.00,10.00,600.00" +1042636652,OUT OF THE VILLAGE : a short film about the impact of Ebola,Shorts,Film & Video,USD,2015-02-02,22000.00,2015-01-22 00:04:25,23431.00,successful,108,US,23431.00,23431.00,22000.00 +"1042641164,""MiniU - A 3D-printed, hand-painted, unique Mini-You!"",Product Design,Design,USD,2014-09-26,14780.00,2014-09-01 08:48:47,5881.00,failed,64,US,5881.00,5881.00,14780.00" +1042642941,The Gift,Film & Video,Film & Video,USD,2013-05-08,3000.00,2013-04-17 01:55:27,3370.00,successful,37,US,3370.00,3370.00,3000.00 +1042645418,The Rooftop Paintings,Conceptual Art,Art,USD,2010-09-19,880.00,2010-08-20 02:44:22,220.00,failed,5,US,220.00,220.00,880.00 +"1042651788,""""""Secrets of the CitySpire - Book 1, A Familiar Love Song"""""",Fiction,Publishing,USD,2012-05-19,1500.00,2012-04-19 22:06:06,10.00,failed,1,US,10.00,10.00,1500.00" +1042656053,Wizards! Werewolves! Vampires! GOAT MEN! It's a CLUSTERF@#K,Comics,Comics,USD,2015-10-09,5000.00,2015-09-09 18:59:05,5076.00,successful,73,US,5076.00,5076.00,5000.00 +1042658946,Central Square Detective Agency Episode 3: World Premiere,Shorts,Film & Video,USD,2012-01-18,900.00,2011-12-20 20:37:20,1350.66,successful,35,US,1350.66,1350.66,900.00 +1042661415,Wild Rumpus Commissioning Project,Music,Music,USD,2012-11-01,5800.00,2012-10-02 00:31:58,6140.00,successful,154,US,6140.00,6140.00,5800.00 +104266575,The 'Out'port Pride Parade Float,Art,Art,CAD,2014-07-01,300.00,2014-06-10 18:50:58,305.00,successful,8,CA,278.99,286.79,282.09 +1042669121,Bothy Industries workshop kickstart,Woodworking,Crafts,GBP,2015-02-08,500.00,2015-01-09 14:30:12,686.00,successful,18,GB,1035.45,1054.91,768.89 +1042671795,Modeste Clothing FW '16- Reimagining Modern Modesty,Ready-to-wear,Fashion,USD,2016-05-07,15000.00,2016-03-08 17:41:08,1.00,failed,1,US,1.00,1.00,15000.00 +"1042671845,""Lucky's Coffee Garage: On the Green in Lebanon, NH"",Drinks,Food,USD,2017-08-11,15000.00,2017-07-12 16:16:13,15380.00,successful,142,US,0.00,15380.00,15000.00" +1042672318,My son broke my laptop while recording my album!,Hip-Hop,Music,USD,2016-05-31,500.00,2016-05-04 20:20:03,0.00,failed,0,US,0.00,0.00,500.00 +1042679349,The Harrowing - A Supernatural Horror Short Film,Horror,Film & Video,USD,2016-11-17,24625.00,2016-10-18 18:00:40,15700.00,failed,47,US,2424.00,15700.00,24625.00 +1042681835,Rammed Earth Elephants,Art,Art,GBP,2014-06-06,3500.00,2014-05-16 19:22:37,3602.00,successful,44,GB,6041.31,6060.50,5888.89 +1042681974,The Wedge Between Us,Comedy,Film & Video,USD,2014-07-17,832.00,2014-06-30 22:13:01,1124.63,successful,36,US,1124.63,1124.63,832.00 +1042683842,Journey 2 Basic Skills,Software,Technology,GBP,2017-05-05,35000.00,2017-04-05 11:37:41,5060.00,failed,6,GB,0.00,6547.36,45288.10 +104268478,Haven: 10 Year Promise,Comics,Comics,USD,2012-06-12,500.00,2012-05-13 18:56:18,717.01,successful,23,US,717.01,717.01,500.00 +1042686750,The Weezy,Product Design,Design,USD,2014-08-09,1000.00,2014-07-10 20:54:44,25.00,failed,1,US,25.00,25.00,1000.00 +1042699091,Brandhout (Canceled),Design,Design,EUR,2015-03-26,10000.00,2015-02-24 07:13:41,55.00,canceled,1,NL,62.61,59.71,10856.00 +1042699273,Gestalt: Modern playing cards for modern times,Design,Design,USD,2013-10-21,10000.00,2013-09-09 06:00:24,4577.00,failed,236,US,4577.00,4577.00,10000.00 +1042704216,Pirate's Booty - The Card Game of Plundering your Friends,Tabletop Games,Games,USD,2013-08-08,1500.00,2013-07-09 22:26:25,2126.00,successful,66,US,2126.00,2126.00,1500.00 +"10427174,""Hunt'n Shrooms! The Mushroom Hunting Game, Cards + Art"",Tabletop Games,Games,USD,2013-03-26,5900.00,2013-03-01 18:22:55,77.00,canceled,5,US,77.00,77.00,5900.00" +1042721916,RoyalCreativity.com,Graphic Design,Design,USD,2015-09-18,4000.00,2015-08-24 03:44:30,0.00,failed,0,US,0.00,0.00,4000.00 +104272967,Gods Among Us,Documentary,Film & Video,USD,2016-11-19,60000.00,2016-10-18 19:12:24,60029.50,successful,211,US,11213.50,60029.50,60000.00 +"1042729896,""Revenge of the Electric Drag Car """"Warp Factor III"""" Camaro EV"",Documentary,Film & Video,USD,2013-06-03,5000.00,2013-04-29 21:39:31,126.00,failed,6,US,126.00,126.00,5000.00" +1042734767,HELIUM Custom Jewelry for Women: Rise Above,Jewelry,Fashion,USD,2014-07-04,5000.00,2014-06-04 19:13:56,25.00,failed,1,US,25.00,25.00,5000.00 +"1042738456,""Help Launch DOM 104.7FM, All Local Radio in Denver!"",Music,Music,USD,2016-05-07,25000.00,2016-03-31 21:57:19,25010.00,successful,273,US,25010.00,25010.00,25000.00" +1042749871,The World’s Brightest Cycling Jacket. By NOOR America.,Technology,Technology,USD,2016-02-18,99500.00,2016-01-19 14:00:44,12398.00,failed,67,US,12398.00,12398.00,99500.00 +1042750289,The Glacier Bottle,Product Design,Design,USD,2017-07-13,55000.00,2017-06-13 19:11:58,10402.00,canceled,128,US,4310.00,10402.00,55000.00 +1042751332,25 NYC Chocolate Walking Tours: 3 books in 4 months!,Publishing,Publishing,USD,2011-05-12,15000.00,2011-02-26 08:35:20,15365.00,successful,46,US,15365.00,15365.00,15000.00 +1042752871,Get Bill Murray to the Potato Salad Party! the Documentary,Documentary,Film & Video,USD,2014-08-13,10.00,2014-07-14 17:29:20,34.00,successful,7,US,34.00,34.00,10.00 +"1042769006,""Gone Away, Home: A Novel"",Fiction,Publishing,USD,2014-03-03,5000.00,2014-01-02 23:00:01,513.00,failed,5,US,513.00,513.00,5000.00" +104277402,CodeBots - The Game for Little Programmers,Tabletop Games,Games,USD,2015-07-06,2000.00,2015-05-07 17:24:58,869.00,failed,35,US,869.00,869.00,2000.00 +1042791005,Know Your Place: Essays on the Working Class,Nonfiction,Publishing,GBP,2017-05-31,7000.00,2017-05-01 16:25:37,9955.00,successful,476,GB,2277.82,12795.63,8997.43 +1042802237,A PLACE THAT FEELS LIKE HOME! A comic styled storybook!,Graphic Novels,Comics,USD,2014-10-26,1300.00,2014-09-26 16:39:06,168.00,failed,10,US,168.00,168.00,1300.00 +1042803537,CrounLidz... because Royalty deserves a Croun.,Fashion,Fashion,USD,2014-01-22,11000.00,2013-12-18 16:16:59,1048.11,failed,25,US,1048.11,1048.11,11000.00 +1042820312,Brand G Putter,Product Design,Design,GBP,2013-06-13,25000.00,2013-05-14 00:51:34,73.00,failed,2,GB,112.13,114.05,39057.62 +1042821553,Nephilim,Fiction,Publishing,GBP,2016-04-30,10000.00,2016-03-28 20:12:38,30.00,failed,2,GB,42.40,43.48,14492.12 +1042824812,Trees And Queens T-Shirts!,Music,Music,GBP,2015-08-15,350.00,2015-07-25 10:25:58,67.00,failed,5,GB,103.90,105.01,548.54 +1042828396,CCA + Wattis WBA3: Architecture in the Expanded Field,Public Art,Art,USD,2012-02-15,2500.00,2012-01-15 16:29:59,4242.00,successful,77,US,4242.00,4242.00,2500.00 +"1042829625,""""""Well Received"""" a comedy about the suicide of a true ARTIST"",Narrative Film,Film & Video,USD,2012-09-27,69000.00,2012-08-25 01:32:23,0.00,failed,0,US,0.00,0.00,69000.00" +"1042834618,""""""My Friend, Death"""" Graphic Novel"",Comics,Comics,USD,2011-07-12,1000.00,2011-06-12 18:32:24,95.00,failed,4,US,95.00,95.00,1000.00" +1042838362,You scribble + Me draw = Your art.,Illustration,Art,CAD,2017-04-03,1250.00,2017-03-04 01:27:32,30.00,canceled,1,CA,22.47,22.37,932.07 +1042848899,Citizen King: We the People Have Woken Up,Publishing,Publishing,USD,2013-05-05,5000.00,2013-03-06 05:02:25,75.00,failed,3,US,75.00,75.00,5000.00 +"1042854564,""The Ladies Room, a photo book of gal pals doing what they do behind the bathroom door"",Photography,Photography,USD,2009-11-21,550.00,2009-08-24 18:37:01,900.00,successful,23,US,900.00,900.00,550.00" +104285939,Baobab Flowers Documentary,Documentary,Film & Video,USD,2016-07-07,4500.00,2016-05-23 17:13:54,5175.00,successful,101,US,5020.00,5175.00,4500.00 +1042863457,New Ted Leo Album,Music,Music,USD,2017-03-24,85000.00,2017-02-22 15:20:30,165104.84,successful,3187,US,60494.00,165104.84,85000.00 +1042863913,Eastern University's Shark Tank Hosted by Enactus,Events,Comics,USD,2015-03-28,1200.00,2015-02-26 18:43:06,0.00,suspended,0,US,0.00,0.00,1200.00 +1042867827,Project Elliott - A Virtual Pet game,Video Games,Games,GBP,2016-02-29,5000.00,2016-01-28 22:41:36,30.00,failed,6,GB,43.03,42.47,7078.94 +1042868792,Valve/Tube Hi-Fi Stereo Headphone Amplifier,Sound,Technology,GBP,2015-11-23,1500.00,2015-10-26 22:09:40,3257.00,successful,83,GB,4987.57,4902.39,2257.78 +1042881013,Custom UDS Smokers,Product Design,Design,USD,2014-11-28,2750.00,2014-11-13 19:26:27,5.00,failed,1,US,5.00,5.00,2750.00 +10428885,Poker Apparel and Novelty Items,Ready-to-wear,Fashion,USD,2014-08-19,2500.00,2014-07-20 04:32:31,1.00,failed,1,US,1.00,1.00,2500.00 +1042889175,A Year of Painting,Painting,Art,USD,2012-01-20,36000.00,2011-12-21 19:47:55,10.00,failed,1,US,10.00,10.00,36000.00 +1042890715,RUN STINKY RUN - Chasing Film Distributors,Film & Video,Film & Video,USD,2013-08-01,10000.00,2013-07-02 22:15:01,760.00,failed,23,US,760.00,760.00,10000.00 +1042893373,A Lovely Tale,Photography,Photography,USD,2011-12-05,1200.00,2011-11-05 01:02:57,1229.00,successful,31,US,1229.00,1229.00,1200.00 +1042900244,Gonohe International Music Festival,World Music,Music,USD,2013-07-30,1000.00,2013-07-09 00:49:42,3000.00,successful,26,US,3000.00,3000.00,1000.00 +1042900453,Last Stand of the African Elephant,Documentary,Film & Video,USD,2011-02-19,50000.00,2011-01-05 02:13:40,0.00,failed,0,US,0.00,0.00,50000.00 +1042909688,Descending Grace,Fantasy,Film & Video,USD,2015-06-12,1000.00,2015-05-26 05:37:05,0.00,failed,0,US,0.00,0.00,1000.00 +1042910306,Mother's Day Father's Day Custom Wood Photo Piece!,Woodworking,Crafts,USD,2014-11-30,300.00,2014-10-01 23:07:44,54.00,failed,2,US,54.00,54.00,300.00 +"1042911058,""Custom laser engraved glass,wood and more..."",Glass,Crafts,USD,2015-05-20,16000.00,2015-04-20 16:49:47,545.00,failed,7,US,545.00,545.00,16000.00" +"104291195,""Graham and Aaron Ord unique debut CD """"Bouquet Of Kindness"""""",Music,Music,CAD,2016-11-17,1500.00,2016-10-18 18:58:57,1750.00,successful,48,CA,474.91,1294.86,1109.88" +"104291495,""The Universal Cannabinoid, A Guide To The Cure (Canceled)"",Documentary,Film & Video,USD,2016-06-15,1100.00,2016-05-17 03:22:26,0.00,canceled,0,US,0.00,0.00,1100.00" +1042915541,Sudden Impact - the Music of Kelly Beaman (Canceled),Jazz,Music,USD,2014-08-27,7500.00,2014-06-28 05:13:31,495.00,canceled,16,US,495.00,495.00,7500.00 +1042916825,The Donostia Weekly,Zines,Publishing,AUD,2015-05-25,1425.00,2015-05-11 19:09:46,1430.00,successful,18,AU,1134.40,1094.11,1090.28 +104292153,Genzo - Augmented Reality Computer,Wearables,Technology,USD,2015-06-13,50000.00,2015-04-14 02:17:42,36.00,failed,2,US,36.00,36.00,50000.00 +1042925965,Hatch,Web,Technology,USD,2016-05-16,5000.00,2016-04-16 00:55:12,3.00,failed,3,US,3.00,3.00,5000.00 +"1042927366,""Santeria, Politics, and Spirituality in Cuba"",Art Books,Publishing,USD,2011-08-25,3500.00,2011-07-16 17:29:26,3905.00,successful,30,US,3905.00,3905.00,3500.00" +1042930184,Miss Bullard's School For Former Ladies,Video Games,Games,USD,2017-11-12,2000.00,2017-10-10 21:00:01,3911.00,successful,183,US,248.00,3911.00,2000.00 +1042930779,From Hemsbach to Gambia by Car,Public Art,Art,EUR,2016-05-08,2500.00,2016-04-21 14:22:53,2770.00,successful,41,DE,3148.71,3143.41,2837.01 +1042932098,Road to Greatness,Photography,Photography,USD,2015-03-08,1000.00,2015-02-06 16:26:16,100.00,failed,4,US,100.00,100.00,1000.00 +1042944226,Bringing back paper planners w/ a twist! And MORE!,Crafts,Crafts,USD,2017-09-13,700.00,2017-08-29 04:55:07,36.00,failed,3,US,0.00,36.00,700.00 +"1042952571,""""""The Marking"""" A short film."",Shorts,Film & Video,USD,2013-08-28,400.00,2013-07-29 21:50:26,0.00,failed,0,US,0.00,0.00,400.00" +"104295364,""""""pre-boarding"""" - Short Film"",Narrative Film,Film & Video,USD,2014-08-01,3000.00,2014-07-21 22:29:00,3006.00,successful,44,US,3006.00,3006.00,3000.00" +1042955123,Lives forever Changed: What Every Adult Should Know,Nonfiction,Publishing,USD,2012-01-18,12750.00,2011-11-25 16:06:46,0.00,failed,0,US,0.00,0.00,12750.00 +1042956331,HELP stop spousal ABUSE - Secrets Don't Die,Nonfiction,Publishing,USD,2011-08-07,4800.00,2011-06-23 18:36:56,50.00,failed,1,US,50.00,50.00,4800.00 +10429602,Beaver Stomper! a retro video game project,Video Games,Games,USD,2012-05-05,640.00,2012-04-17 06:25:01,156.00,failed,4,US,156.00,156.00,640.00 +"1042960698,""""""A Journey Through Latin America"""" CD"",Classical Music,Music,USD,2012-05-09,2900.00,2012-04-09 20:20:36,3530.00,successful,81,US,3530.00,3530.00,2900.00" +1042984754,Shaman to Sphinx,Photography,Photography,USD,2012-11-16,16500.00,2012-10-18 18:11:36,10.00,failed,1,US,10.00,10.00,16500.00 +"1042994471,""""""Mascots"""" the movie"",Shorts,Film & Video,USD,2010-10-15,2500.00,2010-09-20 22:31:19,425.00,failed,6,US,425.00,425.00,2500.00" +1042998708,Moth Empire,Publishing,Publishing,USD,2011-12-24,3000.00,2011-10-25 06:23:00,0.00,failed,0,US,0.00,0.00,3000.00 +1042999495,FabriFaction 2012 - a Fotofest 2012 Biennial Special Event,Performance Art,Art,USD,2012-04-17,1500.00,2012-03-23 21:06:03,10.00,failed,1,US,10.00,10.00,1500.00 +1043011440,Wormwood Rock Fest,Rock,Music,EUR,2016-05-22,48000.00,2016-03-23 18:16:38,100.00,failed,5,ES,112.43,111.68,53606.13 +1043011683,Adams Apple Juice Bar & Café,Spaces,Food,USD,2017-02-17,10000.00,2017-01-07 07:23:08,1876.00,failed,39,US,410.00,1876.00,10000.00 +"1043022268,""FIRE & BONE 5: Tiny, Digitally Captured, Metal Animal Skulls"",Product Design,Design,USD,2017-07-12,5000.00,2017-06-06 16:33:43,38042.00,successful,560,US,16387.00,38042.00,5000.00" +1043023880,Artistic Tours of National Parks: Northern Route & Islands,Public Art,Art,USD,2013-09-13,150000.00,2013-07-20 02:48:05,11.00,failed,2,US,11.00,11.00,150000.00 +1043036276,Fashion Collection: Wrapping the Enrapture,Fashion,Fashion,USD,2012-03-07,1500.00,2012-02-15 23:18:56,1607.00,successful,16,US,1607.00,1607.00,1500.00 +1043041625,Hellfrost Atlas Map Sheets,Games,Games,GBP,2016-03-21,1200.00,2016-03-07 12:04:01,2607.00,successful,58,GB,3709.99,3683.71,1695.61 +1043045570,Feature film 'Qualia' : the brain is a machine a ghost could operate.,Shorts,Film & Video,USD,2010-03-31,15250.00,2010-02-04 00:08:51,8134.00,failed,23,US,8134.00,8134.00,15250.00 +104304631,The Debt Collector,Shorts,Film & Video,USD,2011-10-24,8250.00,2011-09-21 19:02:21,8740.00,successful,125,US,8740.00,8740.00,8250.00 +1043064891,Immortal Mist - Handmade Natural Quartz Bridal Crowns,Accessories,Fashion,GBP,2015-09-13,5000.00,2015-08-14 10:55:54,174.00,failed,6,GB,271.80,272.25,7823.38 +1043068018,SCARLET SAILS - NEW ALBUM - FUTURE FROM THE PAST,Music,Music,USD,2017-03-31,14000.00,2017-03-01 16:11:39,27524.99,successful,601,US,4305.00,27524.99,14000.00 +104307035,Compound parabolic solar crucible & Stirling engine system,Technology,Technology,USD,2015-09-30,9750.00,2015-08-31 19:20:05,50.00,failed,2,US,50.00,50.00,9750.00 +1043075524,BADOET (Clown) in English The Scariest Indonesian Clown Horr,Horror,Film & Video,AUD,2015-10-23,10500.00,2015-09-23 07:31:13,11.00,failed,1,AU,7.85,7.99,7631.37 +1043076252,Façades: The Web Series,Webseries,Film & Video,USD,2016-03-02,8000.00,2016-02-01 15:05:19,8170.00,successful,43,US,8170.00,8170.00,8000.00 +1043080646,Now! With More Dog Barks (Compact Disc),Music,Music,USD,2012-03-29,2000.00,2012-02-28 20:00:24,2296.42,successful,50,US,2296.42,2296.42,2000.00 +"1043096063,""Throw a Pie, Fund an Album!"",Rock,Music,USD,2011-12-25,2500.00,2011-11-10 15:19:13,2520.00,successful,61,US,2520.00,2520.00,2500.00" +1043099386,Effetti letterecci - Un caso di malasanità,Fiction,Publishing,EUR,2015-07-19,2000.00,2015-06-19 13:42:52,0.00,failed,0,IT,0.00,0.00,2187.80 +1043101202,traveling show,Art,Art,USD,2011-03-04,80000.00,2011-01-18 01:58:08,3999.00,failed,43,US,3999.00,3999.00,80000.00 +1043107643,Spiced: Cryogenic Ground Spice Blends,Food,Food,USD,2016-05-31,11000.00,2016-05-01 15:16:25,80.00,failed,3,US,80.00,80.00,11000.00 +104311039,Ninepin Bowling app for Windows Phone,Video Games,Games,USD,2013-04-11,2000.00,2013-03-12 06:40:43,44.00,failed,7,US,44.00,44.00,2000.00 +"1043114309,""Regroup Nation: the """"How To"""" of Never Giving Up"",Nonfiction,Publishing,USD,2017-02-15,27643.00,2017-01-16 07:55:37,5326.00,failed,59,US,246.00,5326.00,27643.00" +1043114488,Storage Rescue. People before profit.,Film & Video,Film & Video,USD,2013-06-21,40000.00,2013-05-22 00:59:23,2113.00,failed,33,US,2113.00,2113.00,40000.00 +1043116818,One song for each month of the year,Pop,Music,USD,2012-11-01,2500.00,2012-10-01 16:07:53,3200.00,successful,69,US,3200.00,3200.00,2500.00 +1043120018,El Arrullo Sideral - Libro sonoro de Jaime Ades,Music,Music,MXN,2017-08-02,80000.00,2017-06-13 02:41:29,8465.00,canceled,14,MX,0.00,475.35,4492.36 +1043128761,Magfest,Live Games,Games,USD,2017-02-15,50000.00,2017-01-18 06:28:28,0.00,canceled,0,US,0.00,0.00,50000.00 +1043134114,Awesometown - A Feature Film Presentation,Comedy,Film & Video,USD,2014-06-09,500.00,2014-05-20 05:04:51,925.00,successful,17,US,925.00,925.00,500.00 +1043139422,DS'tone Art - Space Game Mats Wave 3,Tabletop Games,Games,USD,2016-10-03,1000.00,2016-09-12 19:58:02,366.00,failed,9,US,190.00,366.00,1000.00 +"1043143156,""Spread Oats,Spread Love... Spread Karma"",Farmer's Markets,Food,USD,2015-08-16,7500.00,2015-07-02 16:54:55,90.00,failed,5,US,90.00,90.00,7500.00" +1043144289,Where's Wallet: The Smart Wallet You'll Never Lose,Product Design,Design,USD,2015-03-22,30000.00,2015-02-10 13:26:50,38179.00,canceled,608,US,38179.00,38179.00,30000.00 +1043153293,Bienvenue / Welcome : Discussions on Montreal's Street Art,Documentary,Film & Video,CAD,2014-12-23,10000.00,2014-11-18 00:53:24,10026.50,successful,89,CA,8882.50,8649.50,8626.64 +1043160117,The SKULLGARDEN Coloring Book,Illustration,Art,USD,2016-03-01,3400.00,2016-01-30 00:54:35,18559.00,successful,740,US,18559.00,18559.00,3400.00 +1043180478,PrintSafeColors: Print your own Color Swatches,Graphic Design,Design,EUR,2017-11-15,1500.00,2017-10-16 15:56:20,38.00,failed,7,NL,0.00,44.82,1769.24 +1043181077,Sperminator,Video Games,Games,USD,2012-01-13,7500.00,2011-12-14 06:25:10,500.00,failed,1,US,500.00,500.00,7500.00 +1043186408,Mumbles and Grumbles: Cowboy Hustle,Shorts,Film & Video,USD,2010-08-01,5000.00,2010-05-17 20:43:21,5060.00,successful,45,US,5060.00,5060.00,5000.00 +1043191090,Politics with Allies,Tabletop Games,Games,USD,2017-04-25,20000.00,2017-03-21 18:05:36,554.00,failed,23,US,127.00,554.00,20000.00 +1043191529,Electric Spinning Wheel,Crafts,Crafts,USD,2014-07-19,25000.00,2014-05-20 17:46:24,1622.00,failed,21,US,1622.00,1622.00,25000.00 +1043196374,BarProwl,Web,Technology,USD,2014-09-28,10000.00,2014-08-29 20:34:42,0.00,failed,0,US,0.00,0.00,10000.00 +1043199589,Community Youth Culinary Arts,Events,Food,USD,2015-03-09,1000.00,2015-01-24 00:48:00,0.00,failed,0,US,0.00,0.00,1000.00 +104320102,Voltaware (Canceled),Apps,Technology,GBP,2015-02-27,75000.00,2015-02-04 13:15:11,1553.00,canceled,21,GB,2334.50,2398.42,115828.33 +1043204069,TONBO: The World's First Personal Flying Fan,Technology,Technology,SGD,2016-12-19,50000.00,2016-11-19 05:37:58,1167.00,failed,9,SG,354.53,806.55,34556.64 +1043211851,COLOR,Games,Games,GBP,2013-10-24,5000.00,2013-09-24 14:13:30,470.00,failed,37,GB,753.12,760.09,8086.04 +1043215943,Hungry Chameleons iPhone App Game,Video Games,Games,USD,2012-06-15,3500.00,2012-05-19 05:20:59,4794.00,successful,61,US,4794.00,4794.00,3500.00 +1043234896,Urban Tribes,Tabletop Games,Games,USD,2017-03-30,5000.00,2017-02-28 16:12:06,13084.00,successful,161,US,9757.00,13084.00,5000.00 +1043242304,Halley's (R)Evolutionary Cello Album,Classical Music,Music,USD,2011-02-01,2000.00,2010-12-08 00:36:41,2165.00,successful,42,US,2165.00,2165.00,2000.00 +1043242709,The Alchemy of Fool's Gold (Canceled),Nonfiction,Publishing,USD,2013-11-25,32000.00,2013-11-02 00:05:24,735.00,canceled,9,US,735.00,735.00,32000.00 +1043244879,MALADY A Dark Love Story Feature film,Narrative Film,Film & Video,GBP,2013-03-13,10000.00,2013-02-11 18:36:46,0.00,failed,0,GB,0.00,0.00,15145.78 +1043247919,MAGANETS,Games,Games,USD,2017-11-11,1000.00,2017-10-09 15:56:48,339.00,canceled,14,US,250.00,339.00,1000.00 +1043248316,forgotten souldiers,Art Books,Publishing,USD,2012-08-12,15000.00,2012-06-13 13:57:57,1.00,failed,1,US,1.00,1.00,15000.00 +1043248500,The Boston Cocktail Summit,Food,Food,USD,2012-03-04,25000.00,2012-02-01 12:53:55,3362.00,failed,48,US,3362.00,3362.00,25000.00 +1043264972,The Sheagles Coming To Your City,Rock,Music,USD,2013-03-14,8000.00,2013-02-12 02:03:09,3175.00,failed,32,US,3175.00,3175.00,8000.00 +104327593,HelloSock,Footwear,Fashion,GBP,2015-03-23,8000.00,2015-02-21 02:02:33,33.00,failed,1,GB,50.99,49.09,11900.33 +1043279502,Operation BouncyBall (Canceled),Shorts,Film & Video,USD,2010-11-14,500.00,2010-10-15 02:53:43,0.00,canceled,0,US,0.00,0.00,500.00 +1043280845,Bye Bye Bully Video Game - How to Help the Bullied!,Mobile Games,Games,USD,2015-02-15,124444.00,2015-01-16 14:45:01,121.00,failed,4,US,121.00,121.00,124444.00 +"1043283715,""""""DEAD BITE"""" - student zombie film"",Horror,Film & Video,GBP,2017-10-10,4000.00,2017-09-10 18:51:25,126.00,failed,5,GB,6.60,167.24,5309.05" +"1043284324,""Adhamiya Blues: Band of Brothers, Modern Warfare"",Drama,Film & Video,USD,2018-01-13,50000.00,2017-11-24 13:01:29,0.00,live,0,US,0.00,0.00,50000.00" +1043290733,Tukklight | Add Keychain Light & Bottle Opener to your TUKK,Product Design,Design,USD,2016-10-09,2000.00,2016-09-09 22:04:14,1495.69,canceled,45,US,467.69,1495.69,2000.00 +1043295981,Doddl: The Future of Children's Cutlery.,Product Design,Design,GBP,2015-06-02,10000.00,2015-05-03 12:30:20,11023.00,successful,296,GB,16689.88,16899.70,15331.31 +1043299270,Infused Sea Salts,Small Batch,Food,USD,2014-09-23,6000.00,2014-08-24 22:43:59,20.00,failed,2,US,20.00,20.00,6000.00 +1043299967,A mortal man and the Appalachian Trail,Nonfiction,Publishing,USD,2012-05-31,3000.00,2012-05-08 02:59:27,100.00,failed,2,US,100.00,100.00,3000.00 +1043305885,** Excited to release my first original song RagDoll **,Pop,Music,GBP,2014-09-11,1500.00,2014-08-12 15:10:55,1671.00,successful,36,GB,2803.74,2712.49,2434.91 +1043307408,TutorHub.ca = Craigslist for tutoring & education (Canceled),Academic,Publishing,CAD,2016-02-15,1000.00,2016-01-16 22:48:11,1150.00,canceled,7,CA,799.88,835.45,726.48 +1043314936,Children's Mobile Boutique Renovation & Expansion,Childrenswear,Fashion,USD,2017-01-24,500.00,2016-11-25 21:00:07,21.00,failed,2,US,0.00,21.00,500.00 +1043320094,100% Natural & Handmade Christmas House from the woods.,Woodworking,Crafts,CAD,2016-12-22,10000.00,2016-11-22 05:57:03,0.00,failed,0,CA,0.00,0.00,7399.73 +1043322957,The 9th Annual Broad Humor Film Festival,Film & Video,Film & Video,USD,2013-11-25,5000.00,2013-11-01 22:12:49,5156.50,successful,73,US,5156.50,5156.50,5000.00 +1043324508,PATCHY SANDERS RECORDS THEIR DEBUT ALBUM!,Indie Rock,Music,USD,2013-03-04,15000.00,2013-02-02 23:13:51,15276.09,successful,141,US,15276.09,15276.09,15000.00 +1043327596,edeeyou |e-d-u| Professional Learning for Educators,Web,Technology,USD,2017-05-25,22000.00,2017-05-04 23:24:34,1145.00,failed,7,US,45.00,1145.00,22000.00 +"1043329089,""""""The Mailman and the Fly"""""",Children's Books,Publishing,USD,2015-09-09,3500.00,2015-07-31 08:41:37,4.00,failed,1,US,4.00,4.00,3500.00" +"1043339009,""""""Gonna Come Down"""" - My First Solo CD!"",Music,Music,USD,2012-02-16,1000.00,2012-01-17 14:01:33,2100.00,successful,75,US,2100.00,2100.00,1000.00" +1043340351,Help TCCO raise funds to record a CD to support our mission,Classical Music,Music,USD,2015-03-09,2500.00,2015-02-09 21:41:30,50.00,failed,2,US,50.00,50.00,2500.00 +1043344201,Pop-up Burger bar,Events,Food,AUD,2014-08-11,2000.00,2014-07-12 00:53:51,5.00,failed,1,AU,4.70,4.66,1864.28 +"1043359063,""""""The Blackest Shine"""" by The Pons - Exclusive Pre-Order Event"",Indie Rock,Music,USD,2011-08-13,2500.00,2011-07-14 18:42:14,3185.00,successful,55,US,3185.00,3185.00,2500.00" +1043364280,Toby's Island!,Video Games,Games,CAD,2014-03-31,20000.00,2014-03-01 21:41:30,20993.05,successful,773,CA,18861.36,19046.50,18145.53 +"1043374117,Phantom Galaxy,Music,Music,CAD,2015-04-25,2000.00,2015-03-26 18:58:20,1.00,undefined,0,""N,0"""""",,0.83,1663.89" +1043385803,ORA Smart Glass,Wearables,Technology,USD,2014-10-28,100000.00,2014-08-29 10:59:38,104656.00,successful,224,US,104656.00,104656.00,100000.00 +"1043386801,""Limited Edition Art Apparel: """"Arkado"""" Tee"",Apparel,Fashion,USD,2014-08-14,1900.00,2014-07-15 20:03:18,1937.00,successful,43,US,1937.00,1937.00,1900.00" +104338978,Wonders of our country,Photography,Photography,USD,2014-09-28,120.00,2014-08-29 22:02:23,0.00,failed,0,US,0.00,0.00,120.00 +1043392197,Otome game where people die for.,Digital Art,Art,EUR,2015-10-11,150.00,2015-09-11 09:43:12,0.00,failed,0,NL,0.00,0.00,170.40 +1043394529,Do or Dye,Product Design,Design,USD,2015-06-26,500.00,2015-06-11 18:01:33,36.00,failed,1,US,36.00,36.00,500.00 +1043396576,Our World's Story,Nonfiction,Publishing,USD,2015-04-30,10000.00,2015-04-03 03:18:47,2101.00,failed,9,US,2101.00,2101.00,10000.00 +1043398602,Beautiful,Film & Video,Film & Video,USD,2012-08-11,12000.00,2012-07-12 03:43:30,13828.00,successful,82,US,13828.00,13828.00,12000.00 +104340664,The Future of the Gaming Trigger A.K.A. The Pistol Trigger,Video Games,Games,USD,2014-03-29,8000.00,2014-02-28 00:00:23,0.00,canceled,0,US,0.00,0.00,8000.00 +1043413388,Autism is Art,Art Books,Publishing,USD,2013-02-23,6250.00,2013-01-24 23:26:37,1022.00,failed,20,US,1022.00,1022.00,6250.00 +1043431989,ARTWORK ISOMETRIC TOURIST ROUTE MAPS COLLECTION,Conceptual Art,Art,EUR,2017-01-17,25000.00,2016-12-08 17:28:56,162.00,failed,10,ES,6.43,172.24,26579.91 +1043432906,The Fancy Hamburger inc.,Restaurants,Food,USD,2015-06-03,20000.00,2015-05-04 17:49:00,0.00,failed,0,US,0.00,0.00,20000.00 +1043438389,Spec & Mortar: Commercial Real Estate Sharing,Web,Technology,USD,2015-08-02,2500.00,2015-06-15 21:21:26,45.00,failed,3,US,45.00,45.00,2500.00 +1043439648,EMP SHIELD - CAN YOUR ELECTRONICS TAKE A HIT?,Product Design,Design,USD,2013-07-15,52000.00,2013-05-31 10:23:44,3891.00,failed,40,US,3891.00,3891.00,52000.00 +104344008,The BellyFULL Kit ~ eat happily ever after!,Food,Food,USD,2012-01-21,25000.00,2011-12-16 17:38:01,25785.00,successful,150,US,25785.00,25785.00,25000.00 +1043453730,Nico Padden is Making an EP!,Music,Music,USD,2012-12-20,800.00,2012-11-29 18:32:57,1800.00,successful,37,US,1800.00,1800.00,800.00 +"1043458370,""""""The Boy Who Cried Girl"""""",Documentary,Film & Video,USD,2014-01-19,5000.00,2013-12-19 00:29:42,1434.11,failed,32,US,1434.11,1434.11,5000.00" +1043461862,The Voting App - Voter Information SUPER App & API,Software,Technology,USD,2014-03-23,850000.00,2014-01-22 16:01:52,635.00,failed,34,US,635.00,635.00,850000.00 +1043464235,Spell The Game,Mobile Games,Games,USD,2014-11-27,10000.00,2014-10-28 17:59:04,377.00,failed,14,US,377.00,377.00,10000.00 +1043482997,FM 999-4 Counter-Zombie Operations: Squad and Platoon,Nonfiction,Publishing,USD,2013-03-07,200.00,2013-02-05 01:17:38,1075.00,successful,84,US,1075.00,1075.00,200.00 +"1043492339,""Bobby Paltauf's New Album """"Young American"""""",Music,Music,USD,2012-11-18,15000.00,2012-09-20 19:53:56,650.00,failed,19,US,650.00,650.00,15000.00" +1043497532,Hey Yun - the Web Series (Canceled),Webseries,Film & Video,USD,2014-05-01,10000.00,2014-04-10 15:43:13,1769.00,canceled,31,US,1769.00,1769.00,10000.00 +1043508262,Community Circus Teacher Training - Help Change Lives!,Performance Art,Art,GBP,2014-04-11,4500.00,2014-03-12 14:03:54,4876.00,successful,151,GB,8115.39,8158.21,7529.11 +1043524831,Doo rags with velcro,Product Design,Design,USD,2015-04-01,6000.00,2015-03-02 22:40:16,0.00,failed,0,US,0.00,0.00,6000.00 +1043526010,India Meets String Quartet,Classical Music,Music,USD,2011-11-15,800.00,2011-10-13 22:58:04,890.00,successful,25,US,890.00,890.00,800.00 +1043530361,Manhattan Mushroom Co. Eco-Tech urban Mushroom Farm NYC,Farms,Food,USD,2016-03-08,96300.00,2016-02-09 00:13:26,1775.00,failed,20,US,1775.00,1775.00,96300.00 +1043530401,Pig and Pepper Baking Co. Brick and Mortar,Restaurants,Food,USD,2017-05-01,7000.00,2017-03-29 17:22:42,9020.00,successful,98,US,1085.00,9020.00,7000.00 +1043539538,10mm Ogre Mammoth Riders from Black Gate Miniatures,Tabletop Games,Games,GBP,2017-07-17,500.00,2017-06-26 15:23:44,7058.00,successful,81,GB,820.40,9169.69,649.60 +1043547911,BRAWLIN',Film & Video,Film & Video,USD,2012-10-11,2500.00,2012-09-11 06:45:27,220.00,failed,4,US,220.00,220.00,2500.00 +1043548601,Outdoor Stone Chess Set,Sculpture,Art,USD,2014-01-16,1200.00,2013-12-17 23:33:04,76.00,failed,4,US,76.00,76.00,1200.00 +"1043561213,""Future Hits: Two New Albums - Fun, Educational & Bilingual!"",Kids,Music,USD,2014-12-17,20782.00,2014-11-17 15:50:52,20960.00,successful,192,US,20960.00,20960.00,20782.00" +1043561432,An Amazing Album with a Proven Track Record,Hip-Hop,Music,USD,2012-08-12,25000.00,2012-06-28 23:51:34,60.00,failed,2,US,60.00,60.00,25000.00 +1043566422,Hidden City,Nonfiction,Publishing,USD,2013-07-29,83259.00,2013-06-29 01:04:33,281.00,failed,5,US,281.00,281.00,83259.00 +1043567144,Keaspeatzle,Food,Food,CAD,2014-08-08,50.00,2014-07-09 18:29:13,0.00,failed,0,CA,0.00,0.00,45.80 +1043568922,Be part of a musical Journey and get some cool rewards as well. ,Music,Music,USD,2010-10-05,5500.00,2010-08-21 02:29:36,5.00,failed,1,US,5.00,5.00,5500.00 +"1043572452,""The Archangel Michael Project, 7 inch Action Figure"",Art,Art,USD,2014-07-18,85000.00,2014-06-18 20:52:30,4314.00,failed,71,US,4314.00,4314.00,85000.00" +1043579473,FALL/WINTER 2011 COLLECTION: RAIN DOGS,Fashion,Fashion,USD,2011-04-14,5500.00,2011-03-14 01:50:55,5522.00,successful,29,US,5522.00,5522.00,5500.00 +1043584695,Britain's Lost Ghosts - The search for UK's lost hauntings,Nonfiction,Publishing,GBP,2014-07-06,2000.00,2014-06-06 11:11:29,406.00,failed,12,GB,679.78,695.07,3424.01 +1043587194,Moog for Scifi Audiobook/Soundtrack by Boy Eats Drum Machine,Radio & Podcasts,Publishing,USD,2016-09-22,1650.00,2016-08-23 22:23:07,2102.00,successful,42,US,0.00,2102.00,1650.00 +"1043589650,""Raise Capital for Marketing, Adoptee-A Childhood of Torment"",Publishing,Publishing,USD,2016-06-11,10000.00,2016-04-27 23:17:05,0.00,canceled,0,US,0.00,0.00,10000.00" +"1043589713,""Showbeast's First Full Length Episode: """"Something Big"""""",Film & Video,Film & Video,USD,2011-09-07,2200.00,2011-07-24 03:47:49,2305.00,successful,65,US,2305.00,2305.00,2200.00" +104358985,DayJob Illustration Book,Illustration,Art,GBP,2013-04-18,500.00,2013-03-19 01:18:17,1949.00,successful,42,GB,2945.89,2991.70,767.50 +1043597597,PORTRAGRAM PROJECT - GIVE A VOICE TO ARTISTS,Documentary,Film & Video,CAD,2017-05-04,20000.00,2017-04-04 08:24:59,851.00,failed,3,CA,0.00,617.97,14523.27 +1043598167,The Gates of Misery,Anthologies,Comics,CAD,2014-10-01,3500.00,2014-08-26 15:19:38,3940.00,successful,68,CA,3596.95,3523.20,3129.75 +1043604494,True Man Of Honor Comic Book Series,Comic Books,Comics,USD,2017-03-12,3000.00,2017-01-26 05:05:13,0.00,canceled,0,US,0.00,0.00,3000.00 +1043610755,DreamKeepers Box: A STEAM Subscription Box for Kids,Product Design,Design,USD,2016-05-26,7500.00,2016-04-26 17:30:09,15341.00,successful,134,US,15341.00,15341.00,7500.00 +1043616625,How To Be A Manly Man,Young Adult,Publishing,USD,2015-08-21,3013.00,2015-07-22 20:32:49,3158.00,successful,5,US,3158.00,3158.00,3013.00 +1043616819,Choose a Kidzooz for a Healthy Snooze!,Childrenswear,Fashion,USD,2014-07-23,10000.00,2014-06-23 15:55:07,818.00,failed,11,US,818.00,818.00,10000.00 +"1043625908,""Limited Run, Art Poster Magazine"",Digital Art,Art,USD,2010-11-19,850.00,2010-10-25 20:43:56,870.00,successful,29,US,870.00,870.00,850.00" +1043629990,Idris Ackamoor & The Pyramids European Tour 2013,World Music,Music,USD,2013-12-31,1200.00,2013-11-18 23:15:51,1295.00,successful,19,US,1295.00,1295.00,1200.00 +1043651549,A Stone's Throw,Musical,Theater,GBP,2017-07-16,2000.00,2017-06-21 15:12:40,2160.00,successful,46,GB,63.68,2806.25,2598.38 +1043655507,Mood Tees (Canceled),Apparel,Fashion,USD,2016-05-17,20000.00,2016-03-18 22:51:57,0.00,canceled,0,US,0.00,0.00,20000.00 +1043658267,All Hands on Deck! - A Game of Pirate Crewbuilding,Tabletop Games,Games,USD,2015-12-13,7000.00,2015-11-17 13:24:25,10601.02,successful,385,US,10601.02,10601.02,7000.00 +1043667667,The Dark Centuries (Canceled),Video Games,Games,USD,2014-07-17,100000.00,2014-06-17 18:03:35,517.00,canceled,15,US,517.00,517.00,100000.00 +1043671697,TNJ Comics,Comics,Comics,USD,2015-05-01,30000.00,2015-03-14 15:35:30,20.00,failed,1,US,20.00,20.00,30000.00 +1043680003,Cork Malaysian Night 2018: Kampung,Theater,Theater,EUR,2017-08-17,2000.00,2017-07-08 04:54:55,10.00,failed,1,IE,0.00,11.74,2348.00 +1043681137,Oklahoma Nation Film Project,Documentary,Film & Video,USD,2013-11-21,25000.00,2013-10-22 16:11:49,1480.00,failed,25,US,1480.00,1480.00,25000.00 +1043683192,FREYJA - A Short Film,Drama,Film & Video,USD,2016-11-19,15000.00,2016-10-20 03:48:53,16228.00,successful,20,US,340.00,16228.00,15000.00 +1043689512,A Deck of Skeletons. Vintage Playing Cards.,Playing Cards,Games,USD,2014-10-09,6000.00,2014-09-09 23:44:58,7623.00,successful,259,US,7623.00,7623.00,6000.00 +1043698186,here in SF : a photo adventure,Fine Art,Photography,USD,2015-04-10,150.00,2015-03-18 23:42:35,601.00,successful,19,US,601.00,601.00,150.00 +1043702450,Tetraedergame,Tabletop Games,Games,EUR,2014-06-05,30000.00,2014-05-06 18:08:11,291.00,failed,10,NL,403.78,396.98,40926.02 +"1043707095,""Impala, music, and thumos (Canceled)"",Documentary,Film & Video,USD,2014-07-13,50000.00,2014-05-14 20:18:07,0.00,canceled,0,US,0.00,0.00,50000.00" +1043709979,Dilemma - by Braintree Games (Canceled),Tabletop Games,Games,USD,2014-07-14,14000.00,2014-06-10 16:17:12,4050.00,canceled,85,US,4050.00,4050.00,14000.00 +1043730444,Cotton and Kudzu - The Next Step,DIY,Crafts,USD,2014-09-17,2400.00,2014-08-18 21:11:55,55.00,failed,2,US,55.00,55.00,2400.00 +1043739901,OCCUPY. My Life & Times in a Postmodern Global Revolution,Journalism,Journalism,USD,2011-12-06,140.00,2011-11-22 00:43:23,45.00,failed,4,US,45.00,45.00,140.00 +1043743498,Too Many Bones: Undertow,Tabletop Games,Games,USD,2017-11-10,50000.00,2017-10-17 16:59:59,882088.50,successful,4955,US,350437.00,882088.50,50000.00 +1043743887,The Judge,Apps,Technology,USD,2016-07-30,1000.00,2016-06-30 02:03:47,0.00,failed,0,US,0.00,0.00,1000.00 +1043745757,Seeds of Hope,Farms,Food,USD,2014-10-03,5000.00,2014-09-03 17:21:38,35.00,failed,3,US,35.00,35.00,5000.00 +104375280,V-Infinity: A book about moving into space,Publishing,Publishing,USD,2016-11-02,9000.00,2016-10-05 19:51:49,31.00,failed,2,US,0.00,31.00,9000.00 +1043753534,The Reclaimer: Industrial Grade Mini Shredder,Fabrication Tools,Technology,USD,2017-01-06,2300.00,2016-12-07 05:54:44,1589.00,failed,6,US,0.00,1589.00,2300.00 +1043754285,Morning Munchies,Software,Technology,USD,2014-12-10,5000.00,2014-11-10 02:13:58,0.00,failed,0,US,0.00,0.00,5000.00 +1043762284,Meet The Composer,Radio & Podcasts,Publishing,USD,2013-12-20,8000.00,2013-11-25 19:31:44,16060.77,successful,293,US,16060.77,16060.77,8000.00 +104376657,Full Bio Nexus (Canceled),Comics,Comics,USD,2011-09-24,9000.00,2011-08-05 18:07:47,0.00,canceled,0,US,0.00,0.00,9000.00 +1043780290,Book Demon (Spotify for books),Software,Technology,USD,2014-02-21,3330.00,2014-01-22 18:22:42,90.00,failed,7,US,90.00,90.00,3330.00 +"1043787087,""""""2015 No Excuses"""" Campaign"",Hip-Hop,Music,USD,2015-06-14,3000.00,2015-04-21 23:28:06,1.00,failed,1,US,1.00,1.00,3000.00" +104378789,3WEEKS the Opera,Theater,Theater,USD,2012-08-19,7000.00,2012-07-20 03:14:10,8444.00,successful,65,US,8444.00,8444.00,7000.00 +1043796,ZipDo,Web,Technology,USD,2014-08-16,35750.00,2014-07-12 21:40:49,1.00,failed,1,US,1.00,1.00,35750.00 +1043797615,HEJMDAL OAK - COAT HOOK,Product Design,Design,DKK,2014-12-15,235000.00,2014-11-05 23:02:38,7560.00,failed,6,DK,1270.93,1247.85,38789.12 +1043798474,Platonics - Polyhedrons cast in solid brass and bronze,Product Design,Design,EUR,2016-02-06,6000.00,2015-12-23 10:48:56,27611.00,successful,197,ES,30141.83,31131.33,6764.98 +1043806698,CJay's Smokehouse Smoker Trailer,Food Trucks,Food,USD,2017-02-26,42875.00,2017-01-27 22:05:33,412.00,failed,4,US,0.00,412.00,42875.00 +1043810786,Lethal Pleasure,Documentary,Film & Video,USD,2011-07-17,50500.00,2011-06-02 05:36:55,0.00,failed,0,US,0.00,0.00,50500.00 +1043817652,Steens breakfast truck food truck,Food Trucks,Food,USD,2016-06-29,100000.00,2016-06-13 18:45:56,1.00,failed,1,US,1.00,1.00,100000.00 +1043818187,Darren's Instrumental Rock EP,Rock,Music,USD,2010-03-01,800.00,2010-01-29 14:47:58,800.00,successful,7,US,800.00,800.00,800.00 +104382240,Dope Boy Fresh - Cut From A Different Cloth,Fashion,Fashion,GBP,2014-08-27,7000.00,2014-06-28 18:38:51,110.00,failed,1,GB,187.38,182.41,11607.66 +1043833445,David's Tent Colorado,Faith,Music,USD,2015-08-01,5000.00,2015-06-22 23:33:17,100.00,failed,2,US,100.00,100.00,5000.00 +1043849511,Seikatsu,Video Games,Games,GBP,2018-01-13,1000.00,2017-11-14 19:28:07,3.00,live,2,GB,0.00,4.09,1363.98 +10438513,seaGrass - Burning Man 2013,Sculpture,Art,USD,2013-06-12,10000.00,2013-05-03 18:23:34,10544.00,successful,149,US,10544.00,10544.00,10000.00 +1043856364,MYSTERY 5,Fiction,Publishing,USD,2014-11-27,3000.00,2014-10-27 22:20:03,10.00,failed,6,US,10.00,10.00,3000.00 +1043860268,Park Life: A final year student film project... with Robots,Shorts,Film & Video,GBP,2014-02-17,250.00,2014-01-30 12:05:11,260.00,successful,6,GB,430.95,433.64,416.97 +1043860964,The Grain Deck 2nd Edition Playing Cards - Printed By EPCC,Playing Cards,Games,GBP,2014-11-18,5000.00,2014-10-14 23:29:01,1532.00,failed,94,GB,2469.51,2402.53,7841.17 +1043863652,KRAZIE KRAFTS: wine glass globes are a glass of happiness,Glass,Crafts,USD,2014-09-12,1000.00,2014-08-31 17:43:21,0.00,failed,0,US,0.00,0.00,1000.00 +1043865570,Bodhidharma Ensemble: Chinese & Indian music collaboration,World Music,Music,USD,2012-11-26,2500.00,2012-09-27 20:48:18,3353.00,successful,53,US,3353.00,3353.00,2500.00 +1043877812,GamerMag | Issue 1,Publishing,Publishing,GBP,2016-08-19,500.00,2016-07-20 23:35:41,7.00,failed,3,GB,0.00,9.16,654.40 +1043883337,A message in the stone.,Design,Design,EUR,2016-02-09,5000.00,2016-01-05 18:44:22,171.00,failed,5,IT,185.89,192.80,5637.49 +1043888198,Reportage über Gründung einer Band bis hin zur ersten LP,Rock,Music,EUR,2015-09-05,13000.00,2015-07-22 08:01:56,0.00,failed,0,DE,0.00,0.00,14648.38 +1043891587,The Cliff and the Road,Shorts,Film & Video,CAD,2014-04-20,10000.00,2014-03-26 05:43:25,10115.22,successful,107,CA,9031.54,9180.63,9076.06 +1043902615,Handcrafted Tibetan Stitch Markers,Knitting,Crafts,USD,2014-08-10,4500.00,2014-07-11 20:29:38,4615.00,successful,65,US,4615.00,4615.00,4500.00 +1043902713,Creatures of the Night,Shorts,Film & Video,USD,2013-04-12,1000.00,2013-03-16 00:51:13,1300.00,successful,18,US,1300.00,1300.00,1000.00 +"1043906985,""""""The Principle"""" Starring Academy Award® Nominee Sharon Stone"",Drama,Film & Video,USD,2016-02-02,60000.00,2015-12-04 20:28:49,21406.00,failed,77,US,21406.00,21406.00,60000.00" +1043907823,Ladies First Jazz Big Band CD Project,Jazz,Music,USD,2015-01-23,4500.00,2014-12-09 01:34:53,407.00,failed,12,US,407.00,407.00,4500.00 +1043908983,My Wall Art (Canceled),Painting,Art,USD,2014-11-15,120.00,2014-10-16 16:36:35,0.00,canceled,0,US,0.00,0.00,120.00 +1043913755,Fix the Farm,Farms,Food,USD,2015-02-13,30000.00,2015-01-14 05:46:06,0.00,failed,0,US,0.00,0.00,30000.00 +1043914816,Like starting over The Web Cast And Tv Show,Film & Video,Film & Video,USD,2013-09-28,1500.00,2013-08-06 05:13:35,0.00,failed,0,US,0.00,0.00,1500.00 +1043918067,Precisione Spin - Italian designed minimalist fidget spinner,Product Design,Design,USD,2017-07-24,10000.00,2017-06-14 20:27:33,1923.00,canceled,65,US,57.00,1923.00,10000.00 +1043920313,Josh Adams Band's Debut Album!!,Country & Folk,Music,USD,2014-11-12,9000.00,2014-10-13 19:39:39,0.00,failed,0,US,0.00,0.00,9000.00 +1043929501,Farewell to Balloon Town (Relaunch),Children's Books,Publishing,USD,2016-11-26,2500.00,2016-10-27 01:58:37,1.00,failed,1,US,0.00,1.00,2500.00 +1043932750,Creative Closeups of Western Colorado (Canceled),Photography,Photography,USD,2012-07-23,1700.00,2012-06-23 01:44:01,110.00,canceled,3,US,110.00,110.00,1700.00 +1043932772,Wedgwood on the Green,Experimental,Theater,USD,2017-08-14,4000.00,2017-07-18 22:35:08,4060.00,successful,40,US,275.00,4060.00,4000.00 +1043936826,CNC Plasma cutter table help us to help others,Fabrication Tools,Technology,USD,2015-03-18,12000.00,2015-02-02 23:54:09,1.00,failed,1,US,1.00,1.00,12000.00 +"1043958487,""‘Movie Night’: a romantic-comedy, horror, action Feature Film"",Shorts,Film & Video,USD,2009-11-15,6000.00,2009-09-25 00:48:04,0.00,failed,0,US,0.00,0.00,6000.00" +"1043960163,""Scrambler, A Mystery Novel Involving a Lighthouse"",Fiction,Publishing,USD,2016-07-20,1500.00,2016-06-20 16:22:04,125.00,failed,6,US,60.00,125.00,1500.00" +1043964335,Missy Mazzoli's Vespers for a New Dark Age,Classical Music,Music,USD,2015-01-16,6000.00,2014-12-15 22:38:34,6272.00,successful,78,US,6272.00,6272.00,6000.00 +1043976252,24 By Foot,Shorts,Film & Video,USD,2013-10-24,1000.00,2013-10-11 18:18:20,1010.00,successful,24,US,1010.00,1010.00,1000.00 +1043990749,RepublicanSingles Exclusive Pre-Sale,Interactive Design,Design,USD,2015-09-03,5000.00,2015-08-04 01:08:31,0.00,failed,0,US,0.00,0.00,5000.00 +"104399171,""Cultural Activities Center """"Save Our Stage"""""",Art,Art,USD,2014-03-28,65000.00,2014-01-27 21:23:08,6637.00,failed,49,US,6637.00,6637.00,65000.00" +10439987,Mad Squad - physics-based Co-op Action-Platformer (Canceled),Video Games,Games,EUR,2015-09-06,6000.00,2015-08-07 05:35:43,570.00,canceled,10,AT,618.85,642.28,6760.79 +1043998760,Leap of Champions,Video Games,Games,EUR,2017-05-27,15000.00,2017-04-26 14:32:16,45.00,failed,5,IT,38.01,50.48,16825.57 +10440002,Entrevistas científicas,Web,Journalism,MXN,2017-10-28,18000.00,2017-09-28 02:03:45,10.00,failed,1,MX,0.00,0.53,947.62 +104400278,Imagination and thought provoking. Philosophy of The Art.,Photography,Photography,GBP,2013-05-12,15000.00,2013-03-27 07:45:12,2670.00,failed,3,GB,4053.59,4067.52,22851.22 +1044005258,Yumr App - the Tinder of food,Restaurants,Food,CAD,2015-04-16,5000.00,2015-03-17 22:18:21,0.00,failed,0,CA,0.00,0.00,4101.39 +1044013708,Tacoma: City of Destiny--a fake documentary by Scott Bateman,Comedy,Film & Video,USD,2016-09-30,5000.00,2016-08-31 23:56:58,1468.00,canceled,22,US,694.00,1468.00,5000.00 +1044014575,ZOMBIE MOVIE - American Dead,Film & Video,Film & Video,USD,2011-07-11,4000.00,2011-04-12 00:44:40,125.00,failed,4,US,125.00,125.00,4000.00 +1044019703,Privacy Legion,Apps,Technology,USD,2014-09-08,50000.00,2014-08-09 01:04:30,6.00,failed,1,US,6.00,6.00,50000.00 +1044026253,SISTERS OF THE ACADEMY,Horror,Film & Video,USD,2015-03-27,500000.00,2015-01-28 18:35:10,0.00,failed,0,US,0.00,0.00,500000.00 +1044038340,GLORY GEARS (The Ultimate Cycling Strategy Game),Tabletop Games,Games,USD,2016-12-16,10000.00,2016-11-15 15:14:47,10506.00,successful,133,US,0.00,10506.00,10000.00 +1044039369,Obsidian Dusk - Dark Elves for Fantasy Football,Tabletop Games,Games,EUR,2017-08-24,3000.00,2017-07-25 21:59:36,119318.71,successful,1065,IT,47662.34,140892.11,3542.41 +1044042367,Innovative system for inspiring young musicians to practise,Music,Music,AUD,2014-05-18,19194.00,2014-04-18 00:35:16,0.00,failed,0,AU,0.00,0.00,17698.48 +104405059,Høj på DokumentAar,Documentary,Film & Video,DKK,2015-07-24,12000.00,2015-06-24 22:08:53,975.00,failed,5,DK,147.65,142.94,1759.27 +1044057794,They Live Inside of My Head,Accessories,Fashion,USD,2014-07-07,250.00,2014-06-24 18:39:31,82.00,failed,6,US,82.00,82.00,250.00 +1044077716,BROOKLYN THE EP,Hip-Hop,Music,USD,2015-05-17,15000.00,2015-04-17 02:28:55,1.00,failed,1,US,1.00,1.00,15000.00 +1044089558,Emerge MX: Design Criticism,Periodicals,Publishing,MXN,2017-09-29,35000.00,2017-08-31 20:37:57,41480.00,successful,73,MX,109.41,2281.88,1925.40 +104409176,Little Sikhs Animated Educational Videos (Canceled),Animation,Film & Video,USD,2015-03-26,6000.00,2015-02-09 17:24:51,100.00,canceled,1,US,100.00,100.00,6000.00 +1044107515,Scarf showcases a scenic skyline by Allmylight,Fashion,Fashion,USD,2017-07-08,15000.00,2017-06-08 21:59:42,30.00,failed,1,US,30.00,30.00,15000.00 +"1044113722,Debut EP by Ben Noke: Tease,Music,Music,GBP,2015-09-23,2500.00,2015-08-21 14:09:44,3000.00,undefined,0,""N,0"""""",,4552.97,3794.14" +104412396,Afro-Cuban Funk Recording Sessions,World Music,Music,USD,2011-09-24,3500.00,2011-07-26 21:35:44,100.00,failed,1,US,100.00,100.00,3500.00 +1044125571,Whiteboard - Bringing Content into the Conversation,Apps,Technology,USD,2014-11-27,5000.00,2014-10-28 20:17:40,30.00,failed,2,US,30.00,30.00,5000.00 +1044126185,Widows Sons Masonic Riders Spinning Challenge Coin,Art,Art,USD,2017-12-14,1000.00,2017-11-14 21:26:30,1194.00,successful,19,US,28.00,1194.00,1000.00 +1044131531,Blackspotted - Dutch Pirate short film (Canceled),Action,Film & Video,EUR,2015-07-26,3000.00,2015-07-05 22:15:24,0.00,canceled,0,NL,0.00,0.00,3290.09 +1044131685,Ten Foot Holographs - Visible to the Naked Eye,Technology,Technology,USD,2011-12-07,5000.00,2011-10-08 19:55:06,660.00,failed,14,US,660.00,660.00,5000.00 +1044142751,The Skinny Wallet: Redesigned Wallet for NOW Generation,Fashion,Fashion,CAD,2013-11-01,12000.00,2013-09-22 22:21:15,4968.00,failed,245,CA,4824.61,4764.55,11508.58 +1044144234,Save Our Music School!,Kids,Music,GBP,2017-05-07,1000.00,2017-04-07 00:20:03,21.00,failed,3,GB,0.00,27.00,1285.76 +1044144924,The Chroma Anthology,Comics,Comics,GBP,2013-04-18,5000.00,2013-03-19 17:25:42,632.00,failed,25,GB,954.78,970.11,7674.95 +104415066,The Arrival of Princess Gloria - Chronicles of a Princess,Children's Books,Publishing,USD,2015-05-24,2000.00,2015-03-24 23:44:54,65.00,failed,3,US,65.00,65.00,2000.00 +"1044160155,There Are Stars - an album by Cassidy Mackie,Music,Music,AUD,2015-06-12,1500.00,2015-05-12 01:44:04,2355.15,undefined,0,""N,0"""""",,1814.86,1155.89" +1044165634,Beauty and the Beast,Plays,Theater,GBP,2014-11-30,4500.00,2014-10-31 19:04:22,4592.00,successful,63,GB,7339.57,7202.91,7058.60 +1044179109,Recording debut album,Rock,Music,USD,2014-04-07,18000.00,2014-02-26 07:39:01,18630.00,successful,108,US,18630.00,18630.00,18000.00 +1044179951,Becoming Arnold,Experimental,Film & Video,CAD,2015-11-01,900.00,2015-10-02 05:22:15,15.00,failed,1,CA,11.18,11.36,681.77 +1044179967,The Best Of Adam Paul Williams,Faith,Music,USD,2015-03-21,5.00,2015-02-19 14:41:20,230.00,successful,12,US,230.00,230.00,5.00 +1044180551,Snapit: Instantly share your images with every event guest,Photography,Photography,GBP,2017-06-09,10000.00,2017-05-10 05:53:45,31.00,failed,3,GB,32.39,39.53,12752.50 +1044182336,Never a Lost Moment,People,Photography,USD,2015-08-22,15000.00,2015-06-23 20:59:58,28.00,failed,1,US,28.00,28.00,15000.00 +1044187004,Hubris Reed: Luxury Custom Suits and Shirts made by hand,Fashion,Fashion,USD,2013-06-09,15000.00,2013-05-10 00:13:52,15072.00,successful,27,US,15072.00,15072.00,15000.00 +1044188260,ActingShowcase.com,Apps,Technology,USD,2015-05-27,100000.00,2015-04-27 18:06:47,0.00,failed,0,US,0.00,0.00,100000.00 +1044190166,The Collection,Comic Books,Comics,USD,2015-05-06,1000.00,2015-04-06 14:05:15,2886.00,successful,132,US,2886.00,2886.00,1000.00 +1044192741,Open Source Mobile Phone Sync and Backup Platform (Canceled),Software,Technology,USD,2013-12-26,25000.00,2013-11-26 18:09:33,416.00,canceled,24,US,416.00,416.00,25000.00 +1044194244,A Different Light,Documentary,Film & Video,USD,2017-02-21,10000.00,2017-01-22 19:19:07,0.00,failed,0,US,0.00,0.00,10000.00 +"104420453,""Cuchina Safe™ Glass Cookware - Cook, Eat & Live Healthy"",Product Design,Design,USD,2016-06-03,25000.00,2016-04-26 13:23:16,1661.00,failed,14,US,1661.00,1661.00,25000.00" +"1044205906,""Victory at Sea. A Naval War Game for mobile, PC & Mac"",Video Games,Games,GBP,2013-05-31,25000.00,2013-05-01 12:00:56,311.00,failed,21,GB,481.46,473.83,38089.43" +1044206242,Amber Janae Swimwear Spring 2015 Collection,Apparel,Fashion,USD,2014-11-29,10000.00,2014-10-30 22:09:59,2116.00,failed,14,US,2116.00,2116.00,10000.00 +1044208024,Adventure Backpacks & Bags,Fashion,Fashion,GBP,2013-12-07,1600.00,2013-11-07 10:33:14,2427.00,successful,49,GB,3904.69,3948.72,2603.19 +1044218210,Why do gay men cheat?,Documentary,Film & Video,CAD,2014-11-23,11000.00,2014-10-24 17:15:57,21.00,failed,2,CA,18.67,18.43,9651.66 +1044221382,Ace of Axes Patch,Accessories,Fashion,USD,2017-06-21,315.00,2017-05-22 19:28:56,110.00,failed,6,US,10.00,110.00,315.00 +1044225745,Anto’s Design - Fashionable and Unique Men’s Shoes,Footwear,Fashion,USD,2015-04-03,3000.00,2015-03-04 01:41:06,1616.00,failed,27,US,1616.00,1616.00,3000.00 +1044230780,Redemption,Narrative Film,Film & Video,USD,2012-08-25,11000.00,2012-06-26 19:13:21,11440.00,successful,67,US,11440.00,11440.00,11000.00 +104423367,Brand New,Romance,Film & Video,USD,2016-08-01,250000.00,2016-06-11 03:28:24,0.00,failed,0,US,0.00,0.00,250000.00 +1044235401,Sirius Black and the Secret Keeper Live Action Series,Film & Video,Film & Video,USD,2012-09-02,10000.00,2012-07-19 15:38:52,1899.00,failed,69,US,1899.00,1899.00,10000.00 +1044256020,Geared for Life,Documentary,Film & Video,USD,2013-12-30,3000.00,2013-11-20 01:53:51,4895.00,successful,48,US,4895.00,4895.00,3000.00 +1044261098,Djinesin,Fiction,Publishing,USD,2014-01-01,1000.00,2013-12-02 23:15:09,50.00,failed,5,US,50.00,50.00,1000.00 +1044263065,Cape Town Documentary,Documentary,Film & Video,USD,2015-10-10,10000.00,2015-09-10 17:23:43,10.00,failed,1,US,10.00,10.00,10000.00 +"10442652,""""""NIGHTS LIKE THIS"""" - ALBUM & VIDEO(S) - Be a part of it!"",Country & Folk,Music,USD,2013-10-06,5000.00,2013-09-07 02:49:52,1170.00,failed,13,US,1170.00,1170.00,5000.00" +104426600,Photography Department Catalog,Art Books,Publishing,USD,2010-01-01,2500.00,2009-10-13 00:35:52,0.00,failed,0,US,0.00,0.00,2500.00 +"1044268657,Dragonstorm (US Power Metal),Music,Music,USD,2016-03-23,7000.00,2016-02-13 00:55:22,25.00,undefined,0,""N,0"""""",,25.00,7000.00" +1044281605,Digital or Die: A Campaign for The Historic Polk Theatre,Movie Theaters,Film & Video,USD,2015-06-29,82000.00,2015-05-01 08:00:45,18102.00,failed,180,US,18102.00,18102.00,82000.00 +1044285020,Wolf Pack Alpha - 3D Printed miniatures,Tabletop Games,Games,USD,2017-06-20,1000.00,2017-05-21 02:14:23,1310.00,successful,42,US,135.00,1310.00,1000.00 +1044292185,DREADLINE,Video Games,Games,USD,2013-02-01,167000.00,2013-01-03 06:03:48,23408.01,failed,629,US,23408.01,23408.01,167000.00 +1044296593,The Edge of Heaven RPG,Tabletop Games,Games,USD,2014-10-03,2500.00,2014-09-03 10:11:10,475.00,failed,12,US,475.00,475.00,2500.00 +1044298174,1 in 3,Shorts,Film & Video,USD,2014-04-05,5000.00,2014-03-06 22:55:15,5396.00,successful,45,US,5396.00,5396.00,5000.00 +1044298758,Launch Flameing Daeth Fearies Regional Tour,Rock,Music,USD,2013-05-31,4500.00,2013-05-01 01:57:38,4577.70,successful,128,US,4577.70,4577.70,4500.00 +1044299164,VOTA House Party Contest for Troy Stickels,Music,Music,USD,2011-04-30,1000.00,2011-03-31 14:54:43,1000.00,successful,1,US,1000.00,1000.00,1000.00 +"1044313562,""""""KNOWING"""" - Award Winning short is headed to film festivals"",Shorts,Film & Video,USD,2011-04-03,4000.00,2011-01-03 16:35:29,0.00,failed,0,US,0.00,0.00,4000.00" +1044325027,Naturlich Beauty Organic Skin Care & Health Products,DIY,Crafts,USD,2017-05-23,150000.00,2017-04-13 20:24:55,0.00,failed,0,US,0.00,0.00,150000.00 +1044328347,Final Quest Part II The Rise of Dormai (Canceled),Games,Games,GBP,2013-11-16,800.00,2013-10-17 09:16:05,0.00,canceled,0,GB,0.00,0.00,1296.07 +1044329913,Just Show Up: 10 Paintings by Anon A. Mister,Painting,Art,USD,2013-01-29,15000.00,2012-11-30 21:11:43,1255.00,failed,22,US,1255.00,1255.00,15000.00 +10443302,Sugar Girl is on the move!!!,Food,Food,USD,2012-03-27,20000.00,2012-01-27 14:34:16,180.00,failed,4,US,180.00,180.00,20000.00 +1044334643,LA TRAVERSEE / De L'Océan,Photo,Journalism,EUR,2017-04-29,2000.00,2017-04-03 16:38:10,121.00,canceled,3,FR,63.93,132.63,2192.19 +"1044340213,""Counters for MTG, DCI Legal Overlay Cards by White Cactus"",Playing Cards,Games,USD,2014-05-12,500.00,2014-05-01 00:21:05,19.00,canceled,2,US,19.00,19.00,500.00" +1044343407,Staging History: Performance art in the Arab world,Performance Art,Art,GBP,2014-10-28,15000.00,2014-09-18 12:58:32,17158.00,successful,109,GB,27906.49,27400.19,23954.01 +1044344672,Straton Speciale watch - a taste of the 70's!,Product Design,Design,CHF,2018-01-04,15000.00,2017-11-30 17:59:30,196303.00,live,316,CH,61383.17,201111.58,15367.44 +1044351970,-SOF- Military Gaming Unit The Experience,Games,Games,CAD,2014-09-01,50.00,2014-07-26 07:34:45,2.00,failed,1,CA,1.86,1.84,45.96 +1044354594,Easy and interchangeable : magnetic wallpaper,Product Design,Design,EUR,2017-07-13,15000.00,2017-05-29 07:04:51,7677.00,failed,57,FR,638.42,8763.30,17122.51 +1044355566,Charisma vs. Poverty: The Twenty-Sided Die Story Collection,Fiction,Publishing,USD,2013-07-01,2500.00,2013-05-31 23:59:27,7166.00,successful,231,US,7166.00,7166.00,2500.00 +"1044358532,""Eyeris Wide Pre-sale (Album, Tshirt, Hat pin)"",Rock,Music,USD,2017-04-01,1000.00,2017-01-31 16:17:32,1100.00,successful,23,US,120.00,1100.00,1000.00" +1044376477,Wisdom Paper,Mixed Media,Art,USD,2016-01-18,420.00,2015-12-19 00:40:29,4.20,failed,1,US,4.20,4.20,420.00 +1044382739,Uncle Mike's Bake Shoppe: A New Atmosphere in De Pere,Food,Food,USD,2012-12-30,20000.00,2012-11-19 03:09:41,1485.00,failed,31,US,1485.00,1485.00,20000.00 +1044389390,Thought Space Apparel: Operation Summer Shirt Launch!,Fashion,Fashion,USD,2012-07-22,700.00,2012-06-27 21:51:18,2722.00,successful,60,US,2722.00,2722.00,700.00 +1044397859,Hot Noodles Cold Sake: Its All About The Ramen,Events,Food,USD,2016-08-11,15000.00,2016-07-12 00:23:15,7551.00,failed,22,US,470.00,7551.00,15000.00 +1044398061,Piece of Work,Nonfiction,Publishing,USD,2015-09-27,7500.00,2015-08-27 00:11:17,130.00,failed,4,US,130.00,130.00,7500.00 +104441670,Kick Start Our Barnsley 'Tarn' Tee-Shirt Appeal,Fashion,Fashion,GBP,2014-05-10,999.00,2014-04-10 10:00:34,0.00,failed,0,GB,0.00,0.00,1679.22 +1044419200,A Ride Home (Canceled),Romance,Film & Video,GBP,2014-06-29,9800.00,2014-05-21 20:02:01,1438.00,canceled,32,GB,2418.20,2465.24,16800.67 +1044427793,Save the Rhino Sculpture,Sculpture,Art,USD,2015-12-17,25000.00,2015-11-17 20:00:22,550.00,failed,8,US,550.00,550.00,25000.00 +1044427798,CARIBE 2.0: A Bigger Brighter Better Caribe in NE Mpls!,Food,Food,USD,2012-06-14,50000.00,2012-05-15 04:49:17,21092.00,failed,185,US,21092.00,21092.00,50000.00 +1044434971,Blob Wars- splitting your way to basic math skills.,Academic,Publishing,USD,2016-02-09,550.00,2016-02-04 05:22:06,30.00,failed,2,US,30.00,30.00,550.00 +1044442515,Juan In A Million: Animation,Animation,Film & Video,USD,2012-08-16,4000.00,2012-07-20 00:04:30,1065.00,failed,8,US,1065.00,1065.00,4000.00 +1044443584,The Barry Lopez Visiting Writer in Ethics and Community,Academic,Publishing,USD,2015-03-02,25000.00,2015-01-01 21:07:56,30111.00,successful,192,US,30111.00,30111.00,25000.00 +"1044444398,""Give """"Six Wings,"""" a Paranormal Rom-Com, Some Eyeballs!"",Fiction,Publishing,USD,2015-06-27,1000.00,2015-05-28 07:27:08,1016.00,successful,13,US,1016.00,1016.00,1000.00" +"1044451733,""Lois Weaver: The Book, by Lois Weaver & Jen Harvie"",Art Books,Publishing,GBP,2014-09-05,10000.00,2014-07-23 14:51:17,12248.00,successful,281,GB,20918.30,19959.26,16295.93" +1044467395,SeaTalkie keeps you SAFE and CONNECTED during water sports,Gadgets,Technology,HKD,2017-08-26,38888.00,2017-07-26 13:51:53,66485.00,successful,67,HK,1451.80,8496.70,4969.84 +1044469822,Vigilante Project - Stay Vigilant!,Comics,Comics,USD,2013-03-15,1800.00,2013-02-22 19:30:32,2989.00,successful,72,US,2989.00,2989.00,1800.00 +1044471077,Eli Porter/Iron Mic Documentary: 'People's Champion',Documentary,Film & Video,USD,2011-09-02,10000.00,2011-07-19 08:16:37,696.00,failed,20,US,696.00,696.00,10000.00 +"1044473950,""""""Ice Queen"""" Winter Shoot by Dupris Photography"",Photography,Photography,USD,2013-11-30,3200.00,2013-10-31 03:08:13,3376.00,successful,10,US,3376.00,3376.00,3200.00" +1044494132,Get Josh to UN Climate Negotiations!,Photography,Photography,USD,2011-11-13,3000.00,2011-11-03 06:52:02,3070.00,successful,86,US,3070.00,3070.00,3000.00 +1044496809,GBS Detroit Presents Stone Clover,Indie Rock,Music,USD,2013-03-23,1200.00,2013-03-05 22:41:34,3837.50,successful,94,US,3837.50,3837.50,1200.00 +1044501129,HIERARCHY LOST,Shorts,Film & Video,USD,2011-05-16,22000.00,2011-04-01 18:14:28,1315.00,failed,15,US,1315.00,1315.00,22000.00 +1044506748,Retro Kid & Retro Robot Flashcards - You Want These Cards!,Tabletop Games,Games,USD,2014-11-01,1000.00,2014-10-02 03:15:31,191.00,failed,10,US,191.00,191.00,1000.00 +1044509177,The Geonarrative Project,Fiction,Publishing,USD,2012-12-20,800.00,2012-11-20 16:00:47,1010.13,successful,39,US,1010.13,1010.13,800.00 +"1044513944,""Talking MMA Book, Featuring 40+ Interviews with UFC Fighters"",Nonfiction,Publishing,USD,2014-01-06,1818.00,2013-12-07 21:00:11,105.00,failed,5,US,105.00,105.00,1818.00" +1044514553,Coal Train Railroad debuts at Lincoln Center...with a baby!,Country & Folk,Music,USD,2010-12-18,2000.00,2010-11-18 16:27:32,2155.00,successful,49,US,2155.00,2155.00,2000.00 +1044517043,Put The I Heart People Tour On The Road,Indie Rock,Music,USD,2011-08-01,1500.00,2011-07-06 03:05:49,1800.00,successful,41,US,1800.00,1800.00,1500.00 +1044518689,Girls Make Games Presents: Interfectorem!,Video Games,Games,USD,2015-08-19,10000.00,2015-07-20 00:36:36,12701.32,successful,407,US,12701.32,12701.32,10000.00 +1044529152,LOST UTOPIAS: NORTH AMERICAN SITES,Photography,Photography,USD,2013-07-23,10000.00,2013-06-23 17:47:08,10559.00,successful,115,US,10559.00,10559.00,10000.00 +1044530,Mind of Mirrors,Comics,Comics,USD,2013-05-04,30000.00,2013-04-04 15:00:24,32050.00,successful,444,US,32050.00,32050.00,30000.00 +10445322,The Adventures Of BooBoo The Cat - A Bedtime Story,Children's Books,Publishing,GBP,2017-02-28,1800.00,2017-01-31 20:41:53,10.00,failed,2,GB,6.29,12.23,2202.19 +1044532306,World in Pieces Music Video (Canceled),Music Videos,Film & Video,USD,2015-03-11,2500.00,2015-02-11 21:30:00,0.00,canceled,0,US,0.00,0.00,2500.00 +"1044537833,""PIETRO VENEZIANI, Made in Italy, top comfort, best fit"",Ready-to-wear,Fashion,EUR,2016-07-20,12500.00,2016-06-20 17:28:41,565.00,failed,5,IT,456.69,622.29,13767.43" +1044540866,El vengador de Dios,Film & Video,Film & Video,EUR,2016-09-30,4000.00,2016-08-31 11:30:29,0.00,failed,0,ES,0.00,0.00,4464.39 +1044544112,Dave's Desserts,Cookbooks,Food,GBP,2016-01-13,3000.00,2015-12-14 16:30:48,35.00,failed,1,GB,53.24,50.16,4299.66 +1044555419,Ocean Rebel - Water Sport Clothing (Canceled),Fashion,Fashion,USD,2013-10-13,7000.00,2013-09-03 19:38:00,82.00,canceled,2,US,82.00,82.00,7000.00 +1044555535,Wolfpaq App – Post less. Do More. (Canceled),Apps,Technology,USD,2016-05-01,50000.00,2016-04-02 00:17:44,192.00,canceled,5,US,192.00,192.00,50000.00 +1044559948,Grow anything with the Haut Potager Kitchen Garden Kit,Product Design,Design,EUR,2017-11-09,10000.00,2017-09-27 19:35:35,2766.00,canceled,17,FR,966.69,3223.51,11654.06 +104457047,Vixen Nurse Watches - Designer Nurse Watches,Jewelry,Fashion,AUD,2017-07-23,10000.00,2017-06-23 12:48:39,1973.00,failed,17,AU,1076.88,1570.86,7961.78 +1044578139,Great Hand-drawn Pet Portraits! (with Prints),Illustration,Art,USD,2015-07-05,400.00,2015-06-05 14:56:21,504.00,successful,21,US,504.00,504.00,400.00 +104458395,Dare to Dream - Vision Board Kit by The Youth Coach,Stationery,Crafts,AUD,2015-12-21,35500.00,2015-11-19 03:03:46,65.00,failed,1,AU,46.06,47.20,25780.68 +1044587285,Destined Legends: Battle Set,Tabletop Games,Games,USD,2012-11-19,10000.00,2012-10-20 06:00:45,23300.00,successful,327,US,23300.00,23300.00,10000.00 +1044588998,Book a kennel online,Web,Technology,GBP,2015-03-14,20000.00,2015-01-13 08:06:47,5.00,failed,1,GB,7.58,7.43,29706.21 +1044590982,Song of the Levy,Fiction,Publishing,USD,2013-10-17,2000.00,2013-09-17 21:46:27,0.00,failed,0,US,0.00,0.00,2000.00 +1044593498,Help Fund Butter Plugin!,Graphic Design,Design,GBP,2017-08-10,99.00,2017-07-11 06:22:56,101.00,successful,3,GB,0.00,131.09,128.49 +1044596928,PEAR CIDER AND CIGARETTES,Comics,Comics,USD,2012-08-04,16500.00,2012-06-25 01:43:38,29474.17,successful,250,US,29474.17,29474.17,16500.00 +1044602503,That Ass Music Video,Hip-Hop,Music,USD,2016-12-18,20000.00,2016-11-08 20:37:36,0.00,failed,0,US,0.00,0.00,20000.00 +1044604580,Essence of Eternity,Action,Film & Video,USD,2014-11-17,25000.00,2014-10-03 22:08:04,11482.00,failed,56,US,11482.00,11482.00,25000.00 +1044608986,Land of Make Believe,Theater,Theater,USD,2011-11-27,3000.00,2011-11-02 16:07:24,195.00,failed,4,US,195.00,195.00,3000.00 +1044609182,Keep Calm and Love MYSELF,Nonfiction,Publishing,GBP,2017-01-10,12000.00,2016-12-11 13:57:25,0.00,failed,0,GB,0.00,0.00,14612.76 +1044610960,Manos: The Shirts of Fate,Printing,Crafts,USD,2014-09-01,250.00,2014-07-18 14:53:30,327.00,successful,18,US,327.00,327.00,250.00 +1044612978,HARMONY FOR ELEPHANTS A book with an album of unique music,Nature,Photography,GBP,2016-04-19,20000.00,2016-02-29 11:02:57,23816.00,successful,164,GB,33040.15,34242.50,28755.88 +1044617682,Who Do You See?:Relief Reduction fine art print series.,Art,Art,USD,2014-02-24,1500.00,2014-01-25 01:49:56,1525.00,successful,12,US,1525.00,1525.00,1500.00 +1044627650,A Pen in the Pen Publishing,Publishing,Publishing,USD,2017-05-23,3500.00,2017-05-11 21:04:15,20.00,failed,1,US,20.00,20.00,3500.00 +104463705,Britchy's first studio album together!,Country & Folk,Music,USD,2013-02-11,3000.00,2013-01-09 20:26:35,3089.00,successful,59,US,3089.00,3089.00,3000.00 +1044637218,Bare Metal IoT and Raspberry Pi,Software,Technology,USD,2014-12-11,10000.00,2014-11-21 16:31:22,340.00,failed,18,US,340.00,340.00,10000.00 +1044643723,Calling all Comanches! 2014 CHS Comanche Family Picnic,Events,Food,USD,2014-09-11,500.00,2014-08-12 17:37:26,75.00,failed,2,US,75.00,75.00,500.00 +1044647720,Dwindle - A Psychological Survival Video Game,Video Games,Games,USD,2016-07-10,35000.00,2016-06-10 20:02:26,11934.00,failed,161,US,11198.00,11934.00,35000.00 +1044655183,'F&$king Classy!',Comedy,Film & Video,USD,2015-05-09,5000.00,2015-04-09 22:35:13,313.00,failed,9,US,313.00,313.00,5000.00 +"10446638,""""""guys like us"""" (Canceled)"",Webseries,Film & Video,USD,2015-02-27,6000.00,2015-01-28 02:58:08,0.00,canceled,0,US,0.00,0.00,6000.00" +"1044667837,""ArtBnB - Like Airbnb, but for Art"",Art,Art,GBP,2016-03-16,15000.00,2016-02-10 11:09:40,3479.14,failed,135,GB,5019.20,5040.26,21730.63" +1044668324,Wild Night - The Story of My Life,Pop,Music,USD,2015-07-27,1900.00,2015-06-27 04:27:27,10.00,failed,1,US,10.00,10.00,1900.00 +1044670313,Resurrection Base Bin Studios,Music,Music,CAD,2015-08-08,60000.00,2015-07-09 23:03:07,3381.00,failed,48,CA,2657.14,2592.00,45998.16 +1044672226,Uncharted,Shorts,Film & Video,USD,2012-10-09,3000.00,2012-09-09 19:02:51,3325.00,successful,14,US,3325.00,3325.00,3000.00 +1044673042,U.R.I - DEBUT E.P. PRODUCTION,Indie Rock,Music,GBP,2014-11-05,4500.00,2014-10-01 17:44:13,4843.00,successful,188,GB,7867.11,7661.40,7118.79 +"1044686326,""The River Runs Through Us, a Six-Part Public Radio Series"",Radio & Podcasts,Publishing,USD,2013-04-07,600.00,2013-02-21 22:52:18,886.00,successful,25,US,886.00,886.00,600.00" +104469169,Truth issue #2,Comics,Comics,USD,2013-03-25,650.00,2013-02-20 17:11:26,847.00,successful,21,US,847.00,847.00,650.00 +1044713540,Sow A Seed of HOPE,Apparel,Fashion,USD,2014-06-02,500.00,2014-05-19 22:21:56,167.00,failed,7,US,167.00,167.00,500.00 +"1044722399,""Fretboard Mojo """"Kat Unplugged"""" Women's tank"",Fashion,Fashion,USD,2012-10-30,1500.00,2012-10-25 23:38:35,50.00,failed,1,US,50.00,50.00,1500.00" +1044723762,Katchup Dip Cups,Food,Food,USD,2015-09-15,10000.00,2015-09-05 00:39:28,0.00,failed,0,US,0.00,0.00,10000.00 +"1044724530,""Roots Rhythm and Dub- New Album """"Patience"""" (Canceled)"",Rock,Music,USD,2015-03-03,11250.00,2015-01-16 15:21:29,40.00,canceled,2,US,40.00,40.00,11250.00" +1044728606,Empowered by Finda Kpakiwa,Accessories,Fashion,USD,2016-05-12,20000.00,2016-04-12 23:16:05,460.00,failed,9,US,460.00,460.00,20000.00 +1044732592,Ebony Kiss Indy Comic,Comics,Comics,USD,2012-11-21,9500.00,2012-10-12 06:00:49,3638.00,failed,122,US,3638.00,3638.00,9500.00 +1044733100,Treeverse,Documentary,Film & Video,USD,2011-03-06,5000.00,2011-02-07 16:47:09,8280.00,successful,107,US,8280.00,8280.00,5000.00 +1044735004,They Need (US),Hip-Hop,Music,CAD,2015-01-19,1000.00,2014-12-20 23:02:41,85.00,failed,2,CA,73.36,68.30,803.47 +1044736775,Bringing Back Spring/Summer Steeze,Fashion,Fashion,USD,2013-01-28,2500.00,2012-12-29 00:36:45,0.00,failed,0,US,0.00,0.00,2500.00 +1044736910,Callie Bobsin Debut EP,Music,Music,USD,2012-10-27,6000.00,2012-09-12 18:13:00,6040.00,successful,35,US,6040.00,6040.00,6000.00 +104474405,AUTHENTIC TUSCAN SALAD DRESSING COMPANY,Small Batch,Food,USD,2015-10-11,50000.00,2015-09-11 00:16:17,50.00,failed,1,US,50.00,50.00,50000.00 +1044754819,ZenCam - The Mindful Disposable Camera,Apps,Technology,GBP,2014-12-02,5000.00,2014-11-03 19:01:11,1325.00,failed,57,GB,2119.29,2078.37,7842.89 +1044761792,RoVa4D Full Color Blender 3D Printer,3D Printing,Technology,CAD,2016-08-24,25000.00,2016-07-26 22:45:15,216288.98,successful,84,CA,27244.69,167874.09,19403.91 +1044765415,Table tennis car window stickers (ping pong),Graphic Design,Design,USD,2016-07-16,90.00,2016-06-16 18:47:23,775.00,successful,30,US,517.00,775.00,90.00 +"1044767479,""Caruca - A Single Rider, Electric Golf Scooter/Cart"",Hardware,Technology,USD,2016-05-14,20000.00,2016-04-04 21:46:26,20001.00,successful,83,US,20001.00,20001.00,20000.00" +1044770950,Taking a Chance on Love (TACOL),Shorts,Film & Video,USD,2014-09-17,7500.00,2014-08-18 22:11:41,8360.00,successful,51,US,8360.00,8360.00,7500.00 +1044771584,Magic: The Gathering™ | Snapcardster: Snap cards faster,Playing Cards,Games,EUR,2017-03-02,6000.00,2017-01-30 09:04:36,6171.37,successful,121,DE,749.91,6520.06,6339.01 +"1044781129,Olsec and Skine - Recording Studio - RVA,Music,Music,USD,2016-03-01,5000.00,2016-01-31 03:56:39,0.00,undefined,0,""N,0"""""",,0.00,5000.00" +1044790807,Mid Life Crisis 2,Comedy,Film & Video,USD,2015-08-13,7000.00,2015-08-05 17:39:20,2020.00,failed,3,US,2020.00,2020.00,7000.00 +104480663,Sean Michel - Roots Gospel Record,Music,Music,USD,2016-08-01,20000.00,2016-07-05 21:44:15,20565.00,successful,228,US,1705.00,20565.00,20000.00 +1044812909,Danny Bautista Debut Album,Faith,Music,USD,2014-10-02,20000.00,2014-09-02 18:20:44,35.00,failed,2,US,35.00,35.00,20000.00 +1044816055,Dogs on Film,Art Books,Publishing,USD,2014-10-23,7000.00,2014-09-22 22:29:03,7450.00,successful,141,US,7450.00,7450.00,7000.00 +1044820100,Artistic Nude Website And Studio,Painting,Art,USD,2017-07-09,500.00,2017-06-24 21:45:48,1905.00,successful,19,US,1485.00,1905.00,500.00 +1044823625,Smart Notebooks: Building a Better Shared Document.,Software,Technology,USD,2012-09-01,65000.00,2012-07-30 14:58:00,2285.66,failed,51,US,2285.66,2285.66,65000.00 +1044830862,Joli - bringing downtown dining to NW 65th St in Seattle,Restaurants,Food,USD,2016-01-10,30000.00,2015-12-11 18:36:01,10936.00,failed,45,US,10936.00,10936.00,30000.00 +1044831480,Brotherhood of Steel T-45d Power Armor,Crafts,Crafts,EUR,2015-08-06,250.00,2015-06-07 22:00:08,10.00,failed,1,NL,11.11,10.94,273.53 +1044831924,DISASTERINK APPAREL,Graphic Design,Design,USD,2012-02-27,1200.00,2012-01-28 03:57:36,60.00,failed,2,US,60.00,60.00,1200.00 +1044832191,The Wish Road Tour 2016,Music,Music,GBP,2016-05-14,300.00,2016-04-06 19:03:29,300.00,successful,5,GB,427.85,437.06,437.06 +1044843111,Frostbite Freestyle Sled (Canceled),Product Design,Design,USD,2014-01-25,42000.00,2013-12-26 17:15:37,408.00,canceled,11,US,408.00,408.00,42000.00 +"1044844437,""Fase Supply Co - Affordable, stylish clothing for everyone"",Apparel,Fashion,GBP,2017-06-16,1000.00,2017-05-18 10:33:33,0.00,failed,0,GB,0.00,0.00,1276.91" +1044854511,Geek Theater: Anthology of Science Fiction & Fantasy Plays,Theater,Theater,USD,2014-05-06,3500.00,2014-04-04 21:02:37,3942.00,successful,131,US,3942.00,3942.00,3500.00 +1044857970,Tomboy Princess,Fashion,Fashion,USD,2014-10-24,3500.00,2014-09-24 22:28:05,0.00,failed,0,US,0.00,0.00,3500.00 +1044858721,Castle Dracula,Video Games,Games,USD,2012-10-06,985.00,2012-09-06 23:21:04,1673.00,successful,50,US,1673.00,1673.00,985.00 +1044864258,Fearless Food- A Teaching Kitchen for Everyone,Food,Food,USD,2014-04-19,5500.00,2014-03-20 14:01:11,7306.00,successful,146,US,7306.00,7306.00,5500.00 +1044865965,The Island - A first person survival and role playing game,Video Games,Games,USD,2017-01-19,50000.00,2016-12-20 10:05:08,81.00,failed,9,US,18.00,81.00,50000.00 +1044870144,Opening surfing museum on long Island,Woodworking,Crafts,USD,2014-10-15,25000.00,2014-09-15 17:37:59,140.00,failed,5,US,140.00,140.00,25000.00 +1044870202,Sam Corner Productions Presents: 'Task Force Arkham',Film & Video,Film & Video,GBP,2015-11-22,200.00,2015-10-13 22:10:29,35.00,failed,3,GB,53.66,52.68,301.04 +1044871143,Joe's Gas Tank Stand,Product Design,Design,USD,2013-09-25,3000.00,2013-08-21 14:06:31,57.00,failed,7,US,57.00,57.00,3000.00 +"1044872106,""Activate: Jesus Christ, Master Of Cool!"",Fashion,Fashion,USD,2013-09-07,5000.00,2013-07-29 21:42:24,1.00,failed,1,US,1.00,1.00,5000.00" +1044878485,Rich in Color,People,Photography,USD,2016-03-17,145.00,2016-02-15 18:16:31,145.00,successful,7,US,145.00,145.00,145.00 +1044889667,Digital Overload,Radio & Podcasts,Publishing,USD,2015-07-01,3500.00,2015-06-01 02:14:43,0.00,failed,0,US,0.00,0.00,3500.00 +1044893400,Cop Watch Live,Apps,Technology,CAD,2015-05-01,66000.00,2015-04-01 19:41:22,2360.00,failed,7,CA,1861.11,1949.93,54531.93 +1044903975,Painted Yosemite: A Collective Journey,Painting,Art,USD,2016-01-31,4000.00,2015-12-31 02:24:43,35.00,failed,3,US,35.00,35.00,4000.00 +104490583,2ski Brewski,Drinks,Food,USD,2015-09-05,50000.00,2015-08-06 03:04:53,50.00,failed,1,US,50.00,50.00,50000.00 +1044905839,TRIPeSTIK LED Staffs,Technology,Technology,USD,2015-12-06,20000.00,2015-11-06 16:16:50,695.00,failed,6,US,695.00,695.00,20000.00 +1044915078,CC (Campus Connect),Apps,Technology,USD,2016-12-11,18000.00,2016-11-11 01:02:14,95.00,canceled,4,US,30.00,95.00,18000.00 +1044920732,Exposición Niñ@ siempre,People,Photography,MXN,2017-09-25,16666.00,2017-08-26 17:03:44,10.00,failed,1,MX,0.00,0.55,916.82 +"1044922583,Lyrical Strings Duo; A Violin and Classical Guitar Album,Classical Music,Music,USD,2012-02-04,2500.00,2012-01-05 23:14:13,4488.01,successful,126,US,4488.01,4488.01,2500.00" +1044940150,Butch Cassidy's Dry gulch,Shorts,Film & Video,USD,2012-09-06,3000.00,2012-08-07 03:27:49,902.00,failed,7,US,902.00,902.00,3000.00 +1044941797,Third Eye Children (Canceled),Video,Journalism,USD,2016-06-17,25000.00,2016-04-18 17:07:43,51.00,canceled,2,US,51.00,51.00,25000.00 +1044945337,How Philly Moves,Dance,Dance,USD,2011-03-27,25000.00,2011-02-25 13:57:14,26270.83,successful,617,US,26270.83,26270.83,25000.00 +"1044955394,""""""Requiem for Butterflies"""""",Narrative Film,Film & Video,USD,2013-09-07,90000.00,2013-07-29 22:26:53,30.00,failed,3,US,30.00,30.00,90000.00" +1044957815,LidSitter - A Brand New Way to Organize Your Kitchen!,Product Design,Design,USD,2016-04-15,3500.00,2016-02-15 17:50:32,29783.00,successful,628,US,29783.00,29783.00,3500.00 +1044962802,Scotch & Candy,Apparel,Fashion,USD,2016-12-01,5000.00,2016-11-01 19:45:03,52.00,failed,3,US,51.00,52.00,5000.00 +1044964159,20 Fantasy Football teams - New Pro Elves & Orcs & 18 more,Tabletop Games,Games,USD,2014-06-13,25500.00,2014-04-29 15:54:00,46000.00,successful,277,US,46000.00,46000.00,25500.00 +"1044965809,""Stand & Bring It """"The TV Show"""""",World Music,Music,USD,2015-06-30,3000.00,2015-05-13 06:06:44,1.00,failed,1,US,1.00,1.00,3000.00" +1044967807,Save The Glazov Gang,Webseries,Film & Video,USD,2015-05-28,3000.00,2015-04-27 21:13:01,6810.00,successful,89,US,6810.00,6810.00,3000.00 +1044968868,Caramia Caramels,Small Batch,Food,CAD,2016-11-25,13000.00,2016-10-26 15:30:49,22960.00,successful,364,CA,3801.33,17018.75,9636.05 +1044969165,Poetry in Public- Spoken Word DVD,Film & Video,Film & Video,USD,2012-02-22,5000.00,2012-01-23 01:44:20,45.00,failed,3,US,45.00,45.00,5000.00 +1044970667,3Deep : The Sonic Toothbrush,Gadgets,Technology,USD,2017-02-09,15000.00,2017-01-10 16:47:58,25415.50,successful,416,US,2674.00,25415.50,15000.00 +1044978575,Coming To You Live...An Original Comedic Webseries,Webseries,Film & Video,USD,2014-11-15,3000.00,2014-10-01 20:10:44,0.00,failed,0,US,0.00,0.00,3000.00 +1044982581,One Pretty Minute EP Completion,Rock,Music,USD,2012-05-25,1200.00,2012-05-07 21:40:03,0.00,failed,0,US,0.00,0.00,1200.00 +1044983732,Envelope bag,Design,Design,EUR,2016-03-07,16000.00,2016-02-06 13:03:20,1.00,failed,1,ES,1.12,1.11,17744.06 +1044990094,Mystic Misfit Oracle screen print Deck and coloring book,Illustration,Art,USD,2017-05-11,450.00,2017-04-11 15:17:06,1649.00,successful,39,US,356.00,1649.00,450.00 +1044999438,Bart and Cara,Webseries,Film & Video,USD,2012-06-11,10000.00,2012-05-03 01:08:47,2250.00,failed,20,US,2250.00,2250.00,10000.00 +1045026215,Survival Project,Video Games,Games,GBP,2017-08-31,250.00,2017-07-19 19:19:20,16.00,failed,2,GB,0.00,20.71,323.65 +1045028148,What's in Blossom's Purse?,Shorts,Film & Video,USD,2011-08-20,2250.00,2011-07-20 06:09:11,120.00,failed,3,US,120.00,120.00,2250.00 +1045031729,The Bandrum: A New Folk Instrument,Country & Folk,Music,USD,2014-11-30,28.00,2014-10-08 01:47:37,165.00,successful,29,US,165.00,165.00,28.00 +1045038464,Jack Palms II: This Is Life and Other eBooks,Fiction,Publishing,USD,2011-10-08,4000.00,2011-09-08 18:05:55,7167.00,successful,92,US,7167.00,7167.00,4000.00 +1045038891,Swish N Swerve Clothing Brand,Apparel,Fashion,USD,2015-02-17,10000.00,2015-01-20 21:08:44,0.00,failed,0,US,0.00,0.00,10000.00 +"1045040250,""Help me release my 17-Trk Self-Produced Album!!! """"Underdog"""""",Hip-Hop,Music,USD,2012-11-09,1000.00,2012-10-15 21:00:02,10.00,failed,1,US,10.00,10.00,1000.00" +1045041641,A Dog's World: A strategy board game about dogs,Tabletop Games,Games,USD,2015-07-01,20000.00,2015-06-01 05:55:42,3548.00,failed,66,US,3548.00,3548.00,20000.00 +1045047578,Black Revolt,Apparel,Fashion,USD,2017-02-26,5000.00,2017-01-27 23:21:36,1.00,failed,1,US,0.00,1.00,5000.00 +1045047802,Shawn Myers' Debut Full Length Album,Music,Music,USD,2013-07-13,8000.00,2013-06-13 19:08:37,50.00,failed,1,US,50.00,50.00,8000.00 +1045049451,Turf Dancing Video Mixtape (Canceled),Dance,Dance,USD,2011-10-14,3000.00,2011-08-30 19:10:44,0.00,canceled,0,US,0.00,0.00,3000.00 +1045052697,Transformer Table,Hardware,Technology,CAD,2014-11-24,50000.00,2014-09-25 22:05:02,7043.00,failed,25,CA,6363.42,6179.70,43871.19 +104505694,Following the Moth,Children's Books,Publishing,USD,2012-07-10,8000.00,2012-06-12 20:12:58,770.00,failed,12,US,770.00,770.00,8000.00 +1045066931,The Gods We Create,Nonfiction,Publishing,USD,2012-09-12,6000.00,2012-08-13 23:54:36,50.00,failed,1,US,50.00,50.00,6000.00 +1045069108,100 Custom Vinyl Toy Project (Canceled),Art,Art,USD,2011-05-14,3500.00,2011-03-24 20:35:40,0.00,canceled,0,US,0.00,0.00,3500.00 +1045071482,The Highway Is for Gamblers (Canceled),Film & Video,Film & Video,USD,2014-10-21,165000.00,2014-09-24 13:50:25,32232.30,canceled,201,US,32232.30,32232.30,165000.00 +1045077437,AMERICA'S DARK SECRETS,Documentary,Film & Video,USD,2011-08-21,500.00,2011-07-22 01:34:39,0.00,failed,0,US,0.00,0.00,500.00 +"1045077927,""Thinking Cleaner, Wifi for iRobot® Roomba® 700 & 800 series"",Gadgets,Technology,EUR,2015-10-31,85000.00,2015-09-18 01:06:57,33486.00,failed,285,NL,37792.15,36379.24,92344.13" +1045080057,THE EXPANSION OF THE UNIVERSE IS NOT SPEEDING UP,Academic,Publishing,USD,2017-05-10,2000.00,2017-04-20 13:10:46,250.00,canceled,1,US,250.00,250.00,2000.00 +1045084312,Edward Burlingame Hill: Discovered & Recorded,Classical Music,Music,USD,2014-03-25,30000.00,2014-02-21 16:37:57,31410.00,successful,153,US,31410.00,31410.00,30000.00 +1045086352,Original and hand printed designs by Artist/Philanthropist,Fashion,Fashion,USD,2013-09-20,12000.00,2013-08-21 21:31:40,50.00,failed,1,US,50.00,50.00,12000.00 +1045096061,Beggars: A Musical Inspired by Thrice,Science Fiction,Film & Video,USD,2015-03-24,20000.00,2015-02-22 02:58:18,1.00,failed,1,US,1.00,1.00,20000.00 +1045104339,Faces of Places: Circle the Sahara,Photobooks,Photography,USD,2017-10-22,3500.00,2017-08-31 05:15:04,3865.00,successful,54,US,698.00,3865.00,3500.00 +1045129908,Multimedia production® & Online artist community,Art,Art,CAD,2015-12-18,250000.00,2015-11-26 06:22:31,0.00,failed,0,CA,0.00,0.00,179134.42 +104514789,Free Online Education for Everyone At UNI24x7,Web,Technology,GBP,2016-04-02,8000.00,2016-03-03 09:24:07,0.00,failed,0,GB,0.00,0.00,11260.31 +1045151433,Opening Animation for Winter's Edge: Grand Company,Video Art,Art,CHF,2017-03-31,300.00,2017-02-22 22:04:34,541.00,successful,8,CH,482.22,540.73,299.85 +"1045154440,""Wicked Awesome Prints, Just For You."",Painting,Art,USD,2016-09-06,200.00,2016-08-07 23:28:01,1.00,failed,1,US,0.00,1.00,200.00" +1045154826,Final Boss: The card game,Tabletop Games,Games,EUR,2017-08-27,9000.00,2017-07-28 19:00:36,24114.00,successful,717,ES,13243.70,28743.76,10727.95 +1045158184,Painting in Las Vegas,Art,Art,USD,2014-05-07,10000.00,2014-04-07 21:06:05,0.00,failed,0,US,0.00,0.00,10000.00 +1045170734,Explorations of the Five Senses,Fiction,Publishing,USD,2012-10-05,750.00,2012-09-05 06:22:26,251.00,failed,11,US,251.00,251.00,750.00 +1045179683,Tales of the Forgotten,Music,Music,USD,2016-03-11,17300.00,2016-02-10 03:00:02,3600.00,failed,100,US,3600.00,3600.00,17300.00 +1045210328,SAVER : Enamel pins to #SaveRohingyas,Fashion,Fashion,SGD,2017-11-15,450.00,2017-09-26 18:59:38,50.00,failed,4,SG,0.00,36.87,331.79 +1045214533,Madafo,Fashion,Fashion,USD,2014-05-01,2000.00,2014-04-01 12:49:18,110.00,failed,2,US,110.00,110.00,2000.00 +1045214973,DIY Dimmable LED Panel Instruction Videos,Technology,Technology,USD,2012-05-24,150.00,2012-05-09 02:42:22,396.00,successful,38,US,396.00,396.00,150.00 +1045219370,Relancer une exploitation viticole à Vouvray,Drinks,Food,EUR,2015-12-05,210000.00,2015-10-06 15:07:43,0.00,failed,0,FR,0.00,0.00,229950.51 +1045220974,Katonah Halloween Parade 10/27 3-5,Public Art,Art,USD,2013-10-22,2000.00,2013-10-17 01:07:43,2040.00,successful,33,US,2040.00,2040.00,2000.00 +1045222719,Ki-eL (Possible Self Titled),Music,Music,GBP,2014-03-13,500.00,2014-02-11 02:11:46,20.00,failed,3,GB,32.82,33.19,829.74 +"1045224536,""Fuzzballs Super Awesome Kawaii Shirts, Necklaces & Keyrings"",Apparel,Fashion,GBP,2015-07-03,1650.00,2015-06-08 16:59:32,1502.00,failed,54,GB,2293.53,2346.69,2577.92" +1045225046,Carl and Dio's Musical Adventure Through Ireland (Canceled),Music,Music,USD,2015-03-26,27000.00,2015-02-24 21:22:57,0.00,canceled,0,US,0.00,0.00,27000.00 +1045239258,GET REAL- Not now....but soon.Be dumb for a little longer.,Art,Art,USD,2012-02-20,2500.00,2012-01-11 20:57:06,20.00,failed,2,US,20.00,20.00,2500.00 +1045244184,Slut Cousin,Shorts,Film & Video,USD,2013-10-28,2000.00,2013-10-04 08:26:19,2025.00,successful,44,US,2025.00,2025.00,2000.00 +1045254237,All in 1: The Crowdsong - Creating a song together,Country & Folk,Music,MXN,2017-04-07,800.00,2017-03-31 16:34:38,396.00,failed,4,MX,10.57,21.10,42.63 +1045264965,THE iNTANG!BLES (™) Webcomics Entrepreneur Cartoon Series,Webcomics,Comics,USD,2014-07-07,57500.00,2014-06-07 00:18:03,2135.00,failed,9,US,2135.00,2135.00,57500.00 +1045268102,Sm?k'd Eatery & Market,Bacon,Food,USD,2015-01-06,35000.00,2014-11-07 18:33:20,3530.00,failed,20,US,3530.00,3530.00,35000.00 +1045284187,Ana Banana,Small Batch,Food,USD,2015-07-01,150.00,2015-06-01 19:45:45,170.00,successful,9,US,170.00,170.00,150.00 +1045284207,Kickstart LostBoysComedy,Film & Video,Film & Video,USD,2012-08-20,300.00,2012-07-11 05:59:28,0.00,failed,0,US,0.00,0.00,300.00 +1045287550,Undead or Alive volume 1 by Steve Bryant and Jason Millet,Graphic Novels,Comics,USD,2015-05-06,12000.00,2015-04-06 02:30:05,7157.00,failed,161,US,7157.00,7157.00,12000.00 +1045296493,GrowUp! An aquaponic urban farm for London,Food,Food,GBP,2013-03-28,15000.00,2013-02-26 19:14:43,16467.34,successful,300,GB,24908.74,24936.54,22714.54 +1045305565,CAPTURE Psychological Thriller Feature set in 1972,Narrative Film,Film & Video,USD,2011-08-11,4000.00,2011-07-26 18:20:27,4000.00,successful,50,US,4000.00,4000.00,4000.00 +1045305570,The Awefull Show: The Show That's Full of Awesome,Webseries,Film & Video,USD,2015-01-15,90000.00,2014-12-16 01:04:04,0.00,failed,0,US,0.00,0.00,90000.00 +1045311136,Letters to god,Publishing,Publishing,USD,2014-10-29,5500.00,2014-09-29 22:54:02,0.00,failed,0,US,0.00,0.00,5500.00 +"1045312019,""""""Vindicate Me."""" My First Feature."",Narrative Film,Film & Video,USD,2013-05-22,2000.00,2013-04-22 18:16:53,2391.00,successful,41,US,2391.00,2391.00,2000.00" +1045315646,Ham and Cheese Toastie (Suspended),Bacon,Food,AUD,2015-05-20,10.00,2015-05-10 16:27:37,0.00,suspended,0,AU,0.00,0.00,7.88 +1045321788,A traditional Model-A hot rod built in an untraditional way.,Interactive Design,Design,USD,2014-09-28,20000.00,2014-08-29 17:41:38,291.00,failed,8,US,291.00,291.00,20000.00 +1045327566,building a innovative coworking,Web,Technology,EUR,2017-12-25,30000.00,2017-11-25 09:58:57,0.00,failed,0,IT,0.00,0.00,35978.99 +1045329877,Universal boop zone support poles,Conceptual Art,Art,USD,2012-08-07,200.00,2012-07-17 02:03:48,200.00,successful,3,US,200.00,200.00,200.00 +1045334415,Rag Rug Loom,Textiles,Art,USD,2017-02-10,800.00,2017-01-11 02:38:55,816.00,successful,16,US,100.00,816.00,800.00 +1045345904,Support for releasing 7 inch split (Dead End Alaska/Sons),Rock,Music,USD,2012-04-13,200.00,2012-02-28 09:57:21,200.00,successful,17,US,200.00,200.00,200.00 +1045348224,Ella Riley's building a chocolate factory!,Food,Food,GBP,2014-10-31,25000.00,2014-10-02 17:16:21,1576.00,failed,31,GB,2551.31,2516.77,39923.35 +1045348291,Mission to bring music lovers a festival to remember,Electronic Music,Music,USD,2017-04-30,50000.00,2017-03-26 15:08:27,2.00,failed,2,US,25.00,2.00,50000.00 +1045354513,Prison Parents,Documentary,Film & Video,NOK,2017-04-09,2000.00,2017-03-24 18:47:37,8300.00,successful,15,NO,909.33,969.20,233.54 +"1045357071,""ICE MADE CLEAR - Tastes Better, Melts Slower, Looks Stunning"",Product Design,Design,USD,2017-12-21,50000.00,2017-11-21 17:00:49,83032.00,successful,713,US,33407.00,83032.00,50000.00" +1045375701,Church of Equality physical location,Family,Film & Video,USD,2018-01-16,1000.00,2017-12-17 12:06:58,0.00,live,0,US,0.00,0.00,1000.00 +1045376820,Strange but True,Film & Video,Film & Video,USD,2013-07-01,5000.00,2013-06-01 01:46:45,0.00,failed,0,US,0.00,0.00,5000.00 +104537950,Last 2 Standing,Tabletop Games,Games,USD,2015-08-22,6000.00,2015-07-23 16:52:47,854.00,failed,8,US,854.00,854.00,6000.00 +1045383139,Locals,Drinks,Food,USD,2015-04-29,60000.00,2015-03-30 19:23:47,0.00,failed,0,US,0.00,0.00,60000.00 +"1045386522,""Orchestra Recording """"Glaciers"""" """"Swamp"""" """"Angels"""" """"Reef"""""",Classical Music,Music,USD,2013-08-13,35586.00,2013-06-14 23:52:08,7746.00,failed,48,US,7746.00,7746.00,35586.00" +1045391675,Coasters and Tissue Boxes for a Honeymoon :),DIY,Crafts,USD,2015-03-02,20.00,2015-01-31 18:07:54,1.00,failed,1,US,1.00,1.00,20.00 +"1045392297,""""""It's Sooo Hostile!"""" an unromantic comedy"",Shorts,Film & Video,USD,2011-10-23,500.00,2011-09-30 02:34:40,1117.00,successful,31,US,1117.00,1117.00,500.00" +"1045401555,""""""Dreamin' of You"""" needs support with funding. Love is Love!"",Film & Video,Film & Video,USD,2012-07-04,300000.00,2012-05-17 02:08:34,100.00,failed,3,US,100.00,100.00,300000.00" +1045401865,Angus McKay Instrumental Album,Music,Music,USD,2016-11-10,200.00,2016-10-27 14:34:40,475.23,successful,14,US,275.00,475.23,200.00 +"1045414183,""O'tatmo - Interactive LED Lightband for Concerts, Festivals."",Product Design,Design,EUR,2016-12-21,40000.00,2016-11-16 18:30:33,1313.00,canceled,23,FR,360.14,1371.57,41784.18" +1045417402,the shirt dudes,Fashion,Fashion,USD,2015-04-08,20000.00,2015-03-09 03:34:46,1.00,failed,1,US,1.00,1.00,20000.00 +1045419888,Family Craft's - Teaching Wood Working to Children,Woodworking,Crafts,USD,2015-03-19,10000.00,2015-02-17 22:43:28,0.00,failed,0,US,0.00,0.00,10000.00 +104542013,Bridge of Mud & Feathers,Performance Art,Art,USD,2013-10-20,10200.00,2013-09-21 19:28:52,18355.51,successful,136,US,18355.51,18355.51,10200.00 +1045420459,Making our short film 'REUNITED' Oscar Eligible,Shorts,Film & Video,USD,2010-09-14,750.00,2010-08-27 06:27:54,1499.00,successful,19,US,1499.00,1499.00,750.00 +"104542744,""""""Why Do You Run?"""" The Release of Laura Sully's Debut album"",Pop,Music,USD,2011-09-02,3000.00,2011-08-12 17:29:46,4211.00,successful,66,US,4211.00,4211.00,3000.00" +1045434368,This is For YOU,Rock,Music,EUR,2017-01-13,60000.00,2016-11-14 23:56:50,0.00,failed,0,IT,0.00,0.00,63965.88 +104544794,Jasper The Colossal's first full-length album!,Indie Rock,Music,USD,2012-06-10,2000.00,2012-04-30 06:00:11,3400.52,successful,77,US,3400.52,3400.52,2000.00 +1045448699,OperationVR Arcade2,Video Games,Games,USD,2017-10-11,110000.00,2017-09-27 06:59:47,22.00,failed,1,US,0.00,22.00,110000.00 +"1045457444,""A+E @ Bunker 2, The Pleasance - Edinburgh"",Festivals,Theater,GBP,2015-05-07,1500.00,2015-04-07 17:05:46,1550.75,successful,63,GB,2313.00,2390.26,2312.03" +"1045464390,CHIZZLED FITNESS,Film & Video,Film & Video,USD,2015-06-15,7995.00,2015-05-16 20:07:28,7995.00,undefined,0,""N,0"""""",,7995.00,7995.00" +1045472649,Your Treasure Box Look Book Production,Fashion,Fashion,USD,2013-12-20,1000.00,2013-12-05 20:47:22,0.00,failed,0,US,0.00,0.00,1000.00 +1045477529,Jessi McNeal is Making a New Record,Country & Folk,Music,USD,2014-11-06,7800.00,2014-10-07 04:45:29,7805.00,successful,99,US,7805.00,7805.00,7800.00 +1045484405,Double Radiance beams in 2012,Mixed Media,Art,USD,2011-11-30,1880.00,2011-10-03 21:23:13,2790.00,successful,32,US,2790.00,2790.00,1880.00 +"104548604,""Kyle Thornton & The Company """"Space To Move,"""" Album"",R&B,Music,USD,2014-08-30,5000.00,2014-08-01 04:31:16,0.00,canceled,0,US,0.00,0.00,5000.00" +"1045488544,""""""Simple Lines"""" Dave Martinez Debut EP"",Country & Folk,Music,USD,2012-03-11,600.00,2012-02-11 00:07:54,136.06,failed,8,US,136.06,136.06,600.00" +1045493910,The Little Dragon who could not fly,Children's Books,Publishing,GBP,2017-06-04,8214.00,2017-05-03 12:50:04,353.00,failed,3,GB,29.68,450.16,10474.90 +1045500705,Zombicide: Black Plague,Tabletop Games,Games,USD,2015-07-07,125000.00,2015-06-08 20:59:38,4079204.52,successful,20915,US,4079204.52,4079204.52,125000.00 +1045503582,Flabby Animal Case : Cutest Way To Relieve Stress On The Go!,Product Design,Design,HKD,2017-08-26,40000.00,2017-07-27 00:53:43,2145.00,suspended,12,HK,274.73,274.13,5111.95 +1045504865,Face of Hecarim Reaper of Souls,Art,Art,USD,2015-04-26,4000.00,2015-03-27 19:57:23,0.00,failed,0,US,0.00,0.00,4000.00 +1045509147,Weeping Lilly,Film & Video,Film & Video,USD,2012-06-16,150000.00,2012-04-17 06:07:50,110.00,failed,1,US,110.00,110.00,150000.00 +1045513982,Be A Buddy Not A Bully (Anti-Bullying Stage Play TOUR),Plays,Theater,USD,2015-11-04,2000.00,2015-10-05 20:26:31,2410.00,successful,59,US,2410.00,2410.00,2000.00 +1045521644,Monster Chronicles,Tabletop Games,Games,EUR,2014-05-30,6000.00,2014-04-30 17:29:36,5.00,failed,1,NL,6.93,6.80,8164.15 +1045525907,Real Life Hustle: Get Money Team (Pilot),Hip-Hop,Music,USD,2013-07-01,50000.00,2013-06-07 00:46:35,0.00,failed,0,US,0.00,0.00,50000.00 +104553220,The Wise Guys,Documentary,Film & Video,USD,2014-06-05,15000.00,2014-05-06 13:56:25,3400.00,failed,56,US,3400.00,3400.00,15000.00 +"1045535920,""The Alma's Call to Arms - make it bigger, make it better!"",Theater,Theater,GBP,2016-08-20,2000.00,2016-07-31 10:25:01,2170.00,successful,45,GB,52.92,2867.11,2642.50" +1045548222,GOLD BALLS Ultra Senior tennis documentary,Documentary,Film & Video,USD,2014-05-04,25000.00,2014-04-04 03:36:41,26399.50,successful,230,US,26399.50,26399.50,25000.00 +1045555170,Roy Stryker - Introducing America to Americans,Photobooks,Photography,USD,2017-10-31,48000.00,2017-10-01 22:08:07,2.00,failed,1,US,0.00,2.00,48000.00 +1045563401,Soap bars that join together - STACK,Product Design,Design,USD,2012-03-14,9000.00,2012-02-08 09:34:55,17921.19,successful,1113,US,17921.19,17921.19,9000.00 +"1045572352,""Get """"At Sundown"""" to the Edinburgh Fringe"",Theater,Theater,USD,2010-05-30,6600.00,2010-03-08 02:04:52,6610.00,successful,112,US,6610.00,6610.00,6600.00" +1045574545,Templar Intrigue - A Werewolf type game by @tastyminstrel,Tabletop Games,Games,USD,2013-11-20,5000.00,2013-11-12 00:41:12,17157.71,successful,3301,US,17157.71,17157.71,5000.00 +1045575743,What About the Heart?,Photography,Photography,GBP,2014-10-31,3500.00,2014-10-01 09:30:15,795.00,failed,29,GB,1291.42,1269.56,5589.27 +1045581517,Winter Chemistry,Shorts,Film & Video,USD,2014-04-26,5500.00,2014-04-08 04:25:25,5520.00,successful,43,US,5520.00,5520.00,5500.00 +"1045587154,""""""A Little Love"""""",Music,Music,USD,2012-09-19,15000.00,2012-08-03 07:07:09,15861.00,successful,94,US,15861.00,15861.00,15000.00" +1045588631,Reap (Canceled),Comic Books,Comics,USD,2015-02-28,2000.00,2015-01-20 19:43:26,0.00,canceled,0,US,0.00,0.00,2000.00 +104559525,Asian Elephant Conservation Documentary ,Documentary,Film & Video,USD,2010-03-07,10000.00,2009-12-07 19:22:37,10710.00,successful,152,US,10710.00,10710.00,10000.00 +1045597033,The Mona Lisa Project,Performance Art,Art,USD,2018-02-11,10279.00,2017-12-13 06:19:38,75.00,live,5,US,7.00,75.00,10279.00 +104561320,The Other Brothers 'Jones' EP & Merch PREORDER,Music,Music,USD,2017-09-27,1.00,2017-08-28 02:10:03,2280.00,successful,44,US,685.00,2280.00,1.00 +1045614402,Conscientiously Exploring the Olympic Peninsula,Nonfiction,Publishing,USD,2012-07-25,5000.00,2012-05-26 01:27:04,298.00,failed,10,US,298.00,298.00,5000.00 +1045620782,Expanding Eyebeam's Public Presence in Chelsea,Digital Art,Art,USD,2012-07-06,25000.00,2012-06-11 15:05:16,26561.01,successful,317,US,26561.01,26561.01,25000.00 +104562843,Royalty-Free Trap Music Videos,Electronic Music,Music,USD,2017-01-28,3000.00,2016-11-29 05:18:04,0.00,canceled,0,US,3.00,0.00,3000.00 +1045634135,sustainable flower nationwide CSA ,Software,Technology,USD,2010-03-29,2000.00,2009-12-31 17:45:33,2625.00,successful,30,US,2625.00,2625.00,2000.00 +1045649431,One Day in December,Romance,Film & Video,USD,2015-11-29,35000.00,2015-10-21 10:59:22,6059.00,failed,70,US,6059.00,6059.00,35000.00 +10456565,Alpha Strike's CD/Vinyl pressing & Release Party,Rock,Music,USD,2014-10-01,2500.00,2014-08-27 02:17:16,265.00,failed,5,US,265.00,265.00,2500.00 +1045660409,Mad Monkey Organic,Crafts,Crafts,USD,2016-01-29,8000.00,2015-11-30 19:24:12,0.00,failed,0,US,0.00,0.00,8000.00 +1045665294,LIMELIGHT - Enhancing Mobile Photography,Product Design,Design,USD,2016-04-01,25000.00,2016-02-29 23:46:32,2153.00,failed,61,US,2153.00,2153.00,25000.00 +1045667166,Danger in the Reeds,Webseries,Film & Video,USD,2013-06-27,8000.00,2013-05-28 12:36:12,9285.00,successful,68,US,9285.00,9285.00,8000.00 +1045678600,ArmorTap: Make Any Internet Connection Private and Secure,Hardware,Technology,USD,2017-10-24,100000.00,2017-09-09 00:27:58,865.00,failed,7,US,522.00,865.00,100000.00 +1045686694,Hearing Your Voice: Jazz singer/songwriter Melissa Stylianou,Jazz,Music,USD,2010-11-06,13500.00,2010-09-22 06:01:09,13695.00,successful,152,US,13695.00,13695.00,13500.00 +1045689015,Joshua Light Show: Liquid Loops II,Animation,Film & Video,USD,2011-06-17,10000.00,2011-05-03 00:19:12,10502.00,successful,159,US,10502.00,10502.00,10000.00 +1045689761,The Rebirth Of The Deluxe Phoenixwallets™,Product Design,Design,USD,2017-08-03,2500.00,2017-06-21 11:20:11,1128.00,canceled,58,US,284.00,1128.00,2500.00 +104569405,'The Baja Documentaries'- Series1- The Little Team from Cabo,Documentary,Film & Video,USD,2015-04-03,125000.00,2015-03-04 12:39:40,0.00,failed,0,US,0.00,0.00,125000.00 +1045706628,DeepFlight Hydrobatics Expedition,Technology,Technology,USD,2012-08-26,45000.00,2012-07-17 18:51:39,3530.00,failed,43,US,3530.00,3530.00,45000.00 +1045707177,Perfume Collectibles - Vintage Bottles - History of Perfume,Translations,Publishing,EUR,2016-05-26,13000.00,2016-04-26 19:57:43,1.00,failed,1,IT,1.12,1.12,14518.33 +"10457111,""""""Spam"""" The Music Recording Studio"",Kids,Music,GBP,2014-08-23,10000.00,2014-07-09 00:21:41,0.00,failed,0,GB,0.00,0.00,16582.37" +"1045711419,""""""TEMPTED TO DEATH"""" Deliverance Theatre Ministry"",Theater,Theater,USD,2011-02-28,4000.00,2011-01-03 03:37:33,25.00,failed,1,US,25.00,25.00,4000.00" +1045719715,Justin & Elly Heckel DEBUT ALBUM!,Faith,Music,USD,2014-11-09,4000.00,2014-10-10 20:47:51,225.00,failed,8,US,225.00,225.00,4000.00 +1045724704,Just a Stitch Away.,Apparel,Fashion,USD,2018-01-20,6400.00,2017-12-21 02:13:27,53.00,live,3,US,25.00,53.00,6400.00 +"1045724999,""Homer's Iliad, Book I: A New Translation"",Poetry,Publishing,USD,2017-10-09,1000.00,2017-09-09 20:02:53,90.00,failed,4,US,60.00,90.00,1000.00" +1045726740,Help turn my Where's Kayla script into a short film,Shorts,Film & Video,USD,2013-04-19,3500.00,2013-03-18 17:17:56,4310.00,successful,40,US,4310.00,4310.00,3500.00 +"1045732673,""The Shark-Xmas Book:""""The 12 Days of a Great White Christmas"""""",Publishing,Publishing,USD,2015-10-25,14549.00,2015-09-24 19:04:46,18709.43,successful,297,US,18709.43,18709.43,14549.00" +1045739472,Donald Braswell - Tenor Extraordinaire - New Album!!,Music,Music,USD,2014-12-07,45000.00,2014-10-08 20:28:21,6.00,canceled,1,US,6.00,6.00,45000.00 +1045740933,Help LifeBlood Record,Rock,Music,USD,2011-07-08,1000.00,2011-05-09 22:37:35,1441.00,successful,19,US,1441.00,1441.00,1000.00 +1045749249,The Many Encounters of Bosley Bear,Children's Books,Publishing,USD,2016-01-01,20000.00,2015-11-24 02:08:10,101.00,failed,2,US,101.00,101.00,20000.00 +1045752160,I AM STIGMA FREE,Music Videos,Film & Video,USD,2015-10-24,2000.00,2015-10-08 23:26:47,2235.00,successful,35,US,2235.00,2235.00,2000.00 +1045757629,parillaworks: wooden boxes,Woodworking,Crafts,USD,2015-08-20,600.00,2015-07-21 01:32:35,3744.00,successful,42,US,3744.00,3744.00,600.00 +1045759801,We are having a Veterans' Appreciation Program,Events,Food,USD,2014-09-22,500.00,2014-08-22 18:21:53,41.00,failed,4,US,41.00,41.00,500.00 +1045768923,Gooseberry Fool - Feature Film,Drama,Film & Video,GBP,2014-08-29,20000.00,2014-08-04 20:40:11,1297.00,failed,26,GB,2181.89,2150.73,33164.75 +1045770997,Bethezda,Apparel,Fashion,USD,2016-11-25,10000.00,2016-10-26 03:47:58,167.00,failed,4,US,0.00,167.00,10000.00 +1045781120,Open Source Industrial Data Dashboards - Machine Run Time,Hardware,Technology,USD,2013-06-18,5000.00,2013-05-24 17:01:24,465.00,failed,6,US,465.00,465.00,5000.00 +1045781653,Salvators' Winery & Restaurant,Food,Food,USD,2012-03-08,3500000.00,2012-01-08 21:28:40,125.00,failed,2,US,125.00,125.00,3500000.00 +1045782332,Big Angry Monsters,Tabletop Games,Games,USD,2013-12-17,20000.00,2013-11-13 20:29:32,3594.00,failed,61,US,3594.00,3594.00,20000.00 +"1045784902,""Dreams that Soar - Narrative, Abstract Impressionist paintings about skydiving."",Painting,Art,USD,2010-08-21,55000.00,2010-07-15 01:37:39,1285.00,failed,17,US,1285.00,1285.00,55000.00" +1045784937,Last Man(s) on Earth Feature of Epic Proportions ,Film & Video,Film & Video,USD,2011-03-27,1100.00,2011-02-25 16:22:39,1150.00,successful,12,US,1150.00,1150.00,1100.00 +1045792044,The MPLS Henrys Need to Get to Austin ,Rock,Music,USD,2010-03-16,350.00,2010-02-23 00:19:22,857.06,successful,22,US,857.06,857.06,350.00 +1045804495,New engine technology for airplanes: the HyRcraft,Flight,Technology,EUR,2016-03-05,1000.00,2016-02-04 20:19:53,1.00,failed,1,IT,1.09,1.11,1109.00 +1045805684,Within- A First Novel,Fiction,Publishing,USD,2012-04-01,3380.00,2012-02-01 02:31:38,972.00,failed,18,US,972.00,972.00,3380.00 +1045817415,Why We TRi (Canceled),Documentary,Film & Video,USD,2014-12-27,6000.00,2014-10-28 01:56:52,0.00,canceled,0,US,0.00,0.00,6000.00 +1045817665,Love Glasses,Crafts,Crafts,USD,2017-08-31,3000.00,2017-08-01 08:26:33,0.00,failed,0,US,0.00,0.00,3000.00 +"10458188,""Tales of New Babbage, Vol. 1"",Fiction,Publishing,USD,2011-09-15,1000.00,2011-07-26 18:14:07,1035.00,successful,25,US,1035.00,1035.00,1000.00" +1045821945,Inktree,Stationery,Crafts,USD,2016-11-17,7000.00,2016-10-18 01:57:36,373.00,failed,8,US,295.00,373.00,7000.00 +1045828662,Terra Cotta - Explore a huge underworld.,Video Games,Games,USD,2013-02-24,10000.00,2013-01-25 22:18:11,585.00,failed,26,US,585.00,585.00,10000.00 +1045833330,Untitled experimental EP by Livesosa and Zone Beats,Hip-Hop,Music,USD,2013-10-03,4000.00,2013-09-03 20:39:02,0.00,canceled,0,US,0.00,0.00,4000.00 +104583539,Inverted Eights,Tabletop Games,Games,USD,2017-08-25,9900.00,2017-07-26 18:02:24,501.00,failed,24,US,231.00,501.00,9900.00 +1045839171,Stamped Books: Let's Get Letterpressing,Publishing,Publishing,USD,2011-10-01,1600.00,2011-08-29 07:18:00,1795.00,successful,37,US,1795.00,1795.00,1600.00 +1045871053,Subject X,Video Games,Games,USD,2013-10-31,15000.00,2013-10-01 23:20:12,111.00,failed,3,US,111.00,111.00,15000.00 +1045880773,CENTS - Feature Film,Narrative Film,Film & Video,USD,2014-02-09,60000.00,2014-01-09 13:39:17,61468.24,successful,645,US,61468.24,61468.24,60000.00 +1045887874,Mechonomic Boom,Video Games,Games,GBP,2016-02-29,1000.00,2016-01-27 00:25:32,75.00,failed,6,GB,107.29,106.18,1415.79 +104588903,Keeping Kids Safe Online. A unique game for 9-13 years olds,Apps,Technology,GBP,2014-12-23,30000.00,2014-10-24 22:21:42,0.00,failed,0,GB,0.00,0.00,46607.73 +1045916240,Pfennig Bakery Opening in Lakeview,Restaurants,Food,USD,2014-01-09,5000.00,2013-12-04 00:20:33,5365.00,successful,104,US,5365.00,5365.00,5000.00 +104592072,THE FALL OF PRINCES-- A Novel of New York in the Eighties,Fiction,Publishing,USD,2014-02-13,20000.00,2014-01-14 02:50:02,2025.00,failed,13,US,2025.00,2025.00,20000.00 +104592348,Breast Cancer Mission Impossible,Video,Journalism,USD,2017-07-05,1000.00,2017-05-06 02:02:31,20.00,failed,1,US,20.00,20.00,1000.00 +1045934691,Sackville Art Magazine,Art,Art,USD,2010-09-01,2000.00,2010-07-17 07:04:38,290.00,failed,3,US,290.00,290.00,2000.00 +1045944707,The Ultimate Hockey Bag & Hockey Inspired Backpack,Product Design,Design,USD,2016-07-14,10000.00,2016-06-14 15:51:31,73530.00,successful,438,US,48041.00,73530.00,10000.00 +"104594507,""Support Moto Buu, Malawi's only Rock Band!"",Music,Music,GBP,2016-01-21,250.00,2015-12-22 12:26:17,250.00,successful,9,GB,372.85,358.07,358.07" +1045947986,Vindicated Studio Project,Faith,Music,USD,2017-07-18,1350.00,2017-06-18 16:42:52,1350.00,successful,8,US,325.00,1350.00,1350.00 +"1045950469,""Finish """"As Long As I Have Breath"""" - A Worship Album"",Faith,Music,USD,2017-07-07,1200.00,2017-06-07 20:45:55,130.00,failed,4,US,10.00,130.00,1200.00" +1045951384,The Cosmic Wishroom (Canceled),Apps,Technology,USD,2016-05-04,14000.00,2016-03-20 03:27:43,0.00,canceled,0,US,0.00,0.00,14000.00 +1045951767,Attack On Kitten,Video Games,Games,USD,2017-04-25,50000.00,2017-03-21 16:03:50,9049.00,failed,203,US,4385.00,9049.00,50000.00 +1045955279,Alice and Lewis: A Film about the Real Alice,Narrative Film,Film & Video,USD,2016-12-31,15000.00,2016-11-21 18:21:37,16690.00,successful,105,US,1235.00,16690.00,15000.00 +1045964469,Sea Urchins Book II,Comics,Comics,USD,2015-05-04,3850.00,2015-03-05 02:39:17,3855.00,successful,45,US,3855.00,3855.00,3850.00 +1045971566,What are you doing now?,Apps,Technology,EUR,2016-04-15,35000.00,2016-02-16 19:03:12,11.00,failed,2,DE,12.34,12.41,39494.03 +1045974773,Stockingfoot Knits,Accessories,Fashion,USD,2015-10-10,2500.00,2015-09-10 21:39:06,4161.00,successful,68,US,4161.00,4161.00,2500.00 +1045975158,Icarus and Daphne,Shorts,Film & Video,USD,2011-01-14,20000.00,2010-11-30 01:56:22,0.00,failed,0,US,0.00,0.00,20000.00 +1045978518,LIL-CON #3 UPGRADE,Tabletop Games,Games,USD,2015-12-08,1200.00,2015-11-07 18:17:09,68.00,failed,3,US,68.00,68.00,1200.00 +1045980648,A Man in La Mancha (feature film),Drama,Film & Video,USD,2017-12-07,376000.00,2017-11-07 08:25:10,5886.00,failed,34,US,240.00,5886.00,376000.00 +1045981773,Protein Coffee K-Cups,Drinks,Food,CAD,2017-05-06,2000.00,2017-04-06 22:57:03,602.00,failed,3,CA,50.00,438.20,1455.82 +"1045984,""Ninja Boy 2, Life after Death"",Comic Books,Comics,USD,2017-06-03,10000.00,2017-05-04 17:25:04,15387.00,successful,155,US,6790.00,15387.00,10000.00" +"1045984424,""Red, White, Blue, & Green (Canceled)"",Film & Video,Film & Video,USD,2014-04-16,45000.00,2014-03-17 20:10:37,26484.00,canceled,108,US,26484.00,26484.00,45000.00" +104598705,VERONIKA:The Siberian's Tale - The Movie (A Teaser),Film & Video,Film & Video,USD,2013-10-09,35000.00,2013-09-09 18:28:28,3371.00,failed,25,US,3371.00,3371.00,35000.00 +1045991827,CHICAGO Photo Project: The Raw Side of the Chi (Canceled),Photography,Photography,USD,2014-01-19,6000.00,2013-12-20 17:12:25,0.00,canceled,0,US,0.00,0.00,6000.00 +1045995450,YEAR OF THE SNAKE,Shorts,Film & Video,GBP,2013-02-19,800.00,2013-02-12 19:54:05,40.00,failed,1,GB,63.20,61.18,1223.69 +1045999444,Samples of Different Playing Cards Back Designs By J.N.D.,Playing Cards,Games,USD,2016-06-27,100.00,2016-06-16 22:39:29,593.00,successful,26,US,593.00,593.00,100.00 +1046008988,Haggle Groceries,Food,Food,AUD,2015-06-19,10000.00,2015-05-20 02:44:00,150.00,failed,5,AU,120.21,116.15,7743.53 +1046012594,End of the Line - Post-Apocalyptic Family Survival,Tabletop Games,Games,USD,2016-03-16,21000.00,2016-02-15 17:58:55,24173.65,successful,391,US,24173.65,24173.65,21000.00 +1046014500,Live techno music radio station,Electronic Music,Music,USD,2017-09-17,2500.00,2017-08-18 19:40:28,1.00,failed,1,US,0.00,1.00,2500.00 +1046014695,Hooligan livin,Hip-Hop,Music,USD,2016-02-09,2000.00,2015-12-11 04:38:22,0.00,failed,0,US,0.00,0.00,2000.00 +1046021803,Duck & Weave,Mobile Games,Games,GBP,2014-09-06,500.00,2014-08-07 20:00:44,8.00,failed,4,GB,13.50,12.99,811.64 +1046022501,IceCu - A Drink Chiller That Works (Canceled),Product Design,Design,USD,2016-06-09,10000.00,2016-05-10 22:07:18,1089.00,canceled,25,US,1089.00,1089.00,10000.00 +1046022726,The Woodshed needs hardware,Sculpture,Art,USD,2012-09-04,3000.00,2012-08-15 21:44:38,3696.88,successful,46,US,3696.88,3696.88,3000.00 +104602905,Kunsthaus Mosaic Art Show Project,Conceptual Art,Art,USD,2013-09-19,12500.00,2013-08-20 04:46:39,0.00,failed,0,US,0.00,0.00,12500.00 +1046039999,SnapCount,Video Games,Games,USD,2014-06-19,25000.00,2014-05-20 02:31:17,556.00,failed,15,US,556.00,556.00,25000.00 +1046047661,The Black Genocide: A Transnational Epidemic,Documentary,Film & Video,USD,2017-07-29,80000.00,2017-06-26 17:40:36,314.00,failed,9,US,0.00,314.00,80000.00 +"1046061719,""Thanks Dave - Baseball, the Mariners, and Memories"",Nonfiction,Publishing,USD,2013-01-22,5000.00,2012-12-23 03:32:04,80.00,failed,4,US,80.00,80.00,5000.00" +1046063450,PARIHUG: Hug Loved Ones From Anywhere In The World,Technology,Technology,USD,2017-05-17,30000.00,2017-04-10 14:00:03,53415.00,successful,389,US,4725.00,53415.00,30000.00 +1046064220,The cardboard DRUMKIT,Product Design,Design,EUR,2016-07-24,50000.00,2016-06-21 00:05:53,64783.00,successful,514,FR,32543.24,71993.11,55564.82 +"1046069019,""Julian Allen's Debut Record, """"Could U Be"""""",Music,Music,USD,2016-12-14,8000.00,2016-11-14 08:29:37,10105.00,successful,248,US,0.00,10105.00,8000.00" +1046069607,GETTING TO KNOW GOD...GETTING TO KNOW YOU,Nonfiction,Publishing,USD,2015-10-30,2000.00,2015-09-14 23:35:29,0.00,failed,0,US,0.00,0.00,2000.00 +1046070289,You Won't Believe This,Video Art,Art,USD,2015-01-30,500.00,2015-01-09 21:32:49,101.00,failed,2,US,101.00,101.00,500.00 +1046071553,YOU CAN DID IT,Graphic Novels,Comics,USD,2014-12-14,2400.00,2014-11-14 19:08:46,2540.88,successful,48,US,2540.88,2540.88,2400.00 +1046077994,Greenhouse for Community Garden / Invernadero Para Jardín,Food,Food,USD,2012-07-06,3500.00,2012-06-06 23:41:11,5195.00,successful,23,US,5195.00,5195.00,3500.00 +1046079519,Tapestry Comfort Girth for Horses - Breathes with your horse,Product Design,Design,CAD,2014-12-04,30000.00,2014-11-04 18:46:36,8820.00,failed,61,CA,7815.52,7740.92,26329.65 +"1046083229,Perception of Power,Film & Video,Film & Video,USD,2014-12-29,3500.00,2014-11-29 16:31:53,2.00,undefined,0,""N,0"""""",,2.00,3500.00" +1046085122,Keys to the Capitals (Canceled),Tabletop Games,Games,USD,2016-04-18,100000.00,2016-03-19 06:32:22,232.00,canceled,12,US,232.00,232.00,100000.00 +1046091694,Meet Mario,Narrative Film,Film & Video,USD,2014-06-16,10000.00,2014-04-17 18:54:46,11141.00,successful,78,US,11141.00,11141.00,10000.00 +1046093855,Lost Horizon Adventures Game & Hobby,Tabletop Games,Games,USD,2014-07-25,11000.00,2014-06-25 18:44:51,2523.00,failed,32,US,2523.00,2523.00,11000.00 +1046094940,Cute Animal Paper Clips,Stationery,Crafts,USD,2016-12-22,10000.00,2016-11-22 18:58:50,150.00,failed,3,US,0.00,150.00,10000.00 +"1046105884,""Trail Mix Tube - snack healthy always, everywhere"",Food,Food,EUR,2016-08-04,5000.00,2016-07-05 14:15:40,10165.00,successful,319,IE,6794.03,11340.06,5577.99" +1046111174,La Factrie (Canceled),Mixed Media,Art,CAD,2016-08-19,12500.00,2016-06-21 20:16:03,0.00,canceled,0,CA,0.00,0.00,9732.17 +1046114069,Entre 2 Mundos,Television,Film & Video,EUR,2016-03-02,1000.00,2016-02-01 08:35:50,76.00,failed,8,ES,82.31,83.37,1097.00 +1046119026,Help new R&B / Pop that's clean for the easy listener,Pop,Music,USD,2016-09-15,2500.00,2016-08-17 01:46:54,25.00,failed,1,US,25.00,25.00,2500.00 +1046121509,Little Indians : Skincare for babies,Accessories,Fashion,EUR,2017-07-06,10000.00,2017-06-06 11:23:15,5333.00,failed,81,NL,119.47,6086.02,11412.01 +1046126709,Caitlin Jemma & The Goodness Full Length Album & Promo Tour,Country & Folk,Music,USD,2015-05-04,6000.00,2015-03-23 23:40:30,3398.00,failed,37,US,3398.00,3398.00,6000.00 +"1046130440,""Hanging Origami Cranes For """"The Wild Place"""" - Providence, RI"",Art,Art,USD,2014-05-23,10.00,2014-05-15 21:10:04,10.00,successful,1,US,10.00,10.00,10.00" +1046130503,Dominion - Episode 1,Video Games,Games,GBP,2012-12-20,325000.00,2012-11-20 10:52:58,2562.00,failed,43,GB,4164.99,4156.39,527255.03 +1046140108,BARBARIAN/BAT FOR LASHES NORTH AMERICAN TOUR 2013,Indie Rock,Music,USD,2013-08-19,3000.00,2013-07-31 00:59:16,3010.00,successful,44,US,3010.00,3010.00,3000.00 +"1046141694,""Rebecca Arscotts #1 Full Length Studio Album """"Seize the Day"""""",Music,Music,USD,2012-02-03,3000.00,2011-12-05 12:22:24,3280.00,successful,35,US,3280.00,3280.00,3000.00" +"1046143656,""Ideal Timepiece, the must-have iPhone dock"",Design,Design,USD,2012-04-17,66000.00,2012-03-08 19:54:13,2165.00,failed,24,US,2165.00,2165.00,66000.00" +"1046158700,""THE LEIGHTON EXPLOSION, my poetryprosepoetry book!!!!"",Poetry,Publishing,USD,2013-03-27,3500.00,2013-02-01 03:45:10,3500.25,successful,93,US,3500.25,3500.25,3500.00" +"1046161804,Cthulhu Gold & Silver Ingots; From the Ruins of Innsmouth,Conceptual Art,Art,USD,2014-08-20,20000.00,2014-07-21 00:31:16,687.00,failed,10,US,687.00,687.00,20000.00" +1046165144,ShutterEaze - Movement made Eazy,Technology,Technology,USD,2013-05-24,65000.00,2013-04-09 03:06:23,1971.00,failed,8,US,1971.00,1971.00,65000.00 +1046169402,Little Sissy Wrestling Apparel: Casual T-shrts & hoodies,Apparel,Fashion,USD,2016-03-23,10000.00,2016-02-22 17:36:28,262.00,failed,6,US,262.00,262.00,10000.00 +1046177671,Essential oils carry case made of cherry wood.,Woodworking,Crafts,USD,2014-11-28,10000.00,2014-10-29 20:43:00,11.00,failed,2,US,11.00,11.00,10000.00 +1046179822,Madas,Footwear,Fashion,GBP,2015-04-18,5000.00,2015-03-04 20:13:12,0.00,failed,0,GB,0.00,0.00,7559.72 +1046180187,The Road to Literacy,Art Books,Publishing,USD,2014-03-22,9000.00,2014-02-20 01:36:16,2055.00,failed,57,US,2055.00,2055.00,9000.00 +1046181838,THE FRESH HANDBOOK- Fitness & Health Website,Nonfiction,Publishing,GBP,2015-11-15,35000.00,2015-09-16 18:21:27,0.00,failed,0,GB,0.00,0.00,53363.42 +1046191056,Devilstone Brewing Co.,Small Batch,Food,GBP,2016-02-14,12500.00,2016-01-15 11:34:49,308.00,failed,5,GB,443.70,439.75,17847.20 +"1046192232,""""""SICK"""" the Music Video! Pop Artist, Leah McKendrick"",Pop,Music,USD,2012-06-22,1600.00,2012-06-11 22:35:28,1600.00,successful,8,US,1600.00,1600.00,1600.00" +1046200570,Ukrainian patriotic clothing,Apparel,Fashion,USD,2015-07-30,6000.00,2015-06-30 15:41:52,523.00,failed,8,US,523.00,523.00,6000.00 +1046205526,Immersive Experience | Live Quest | Enigma Quests London,Live Games,Games,GBP,2015-08-21,3500.00,2015-07-31 19:00:08,4419.00,successful,82,GB,6896.21,6925.68,5485.38 +1046207431,The Irish Light: A Book of Landscape Photographs,Photography,Photography,USD,2012-07-05,11000.00,2012-06-05 02:22:00,39383.00,successful,341,US,39383.00,39383.00,11000.00 +1046207842,The Best Way to Catch a Snake,Art,Art,GBP,2015-12-07,2500.00,2015-11-07 02:50:47,1690.01,failed,19,GB,2599.98,2561.67,3789.43 +1046213800,Mermy for Mermay: Pin flair for the mermaid in all of us.,Accessories,Fashion,USD,2017-06-01,300.00,2017-05-12 20:40:55,300.00,successful,11,US,56.00,300.00,300.00 +1046224473,Farmers Cookies,Restaurants,Food,USD,2015-10-03,35000.00,2015-08-04 18:10:10,0.00,failed,0,US,0.00,0.00,35000.00 +104622661,Haunt the House,Tabletop Games,Games,CAD,2017-11-03,8000.00,2017-10-10 15:02:37,45817.84,successful,1015,CA,7913.18,36014.65,6288.32 +1046230768,Honolulu Haze (Canceled),Narrative Film,Film & Video,USD,2013-07-07,500000.00,2013-05-08 18:00:16,70.00,canceled,2,US,70.00,70.00,500000.00 +1046235166,Duel,Science Fiction,Film & Video,USD,2016-03-06,10000000.00,2016-01-06 15:00:11,100.00,failed,2,US,100.00,100.00,10000000.00 +"1046236570,""Murray State Racers: """"Extending the stay to San Jose"""""",Nonfiction,Publishing,USD,2016-10-19,2000.00,2016-09-19 21:57:01,2000.00,successful,26,US,400.00,2000.00,2000.00" +1046239660,•LiveJackets (Prototype 2),Wearables,Technology,GBP,2017-07-01,3000.00,2017-06-01 21:28:26,51.00,failed,3,GB,0.00,65.77,3869.02 +1046245744,Pulse Hip Hop Spring Showcase,Dance,Dance,USD,2014-04-07,500.00,2014-03-06 23:09:12,616.00,successful,18,US,616.00,616.00,500.00 +"1046250173,""Slicks Travel System: One Backpack, Limitless Possibilities."",Product Design,Design,CHF,2016-03-04,80000.00,2016-01-19 14:01:59,530792.00,successful,2045,CH,528639.91,534296.99,80528.27" +104625872,Littoral - artist charts beach litter to save marine life,Mixed Media,Art,GBP,2015-05-05,3000.00,2015-04-07 11:54:17,997.00,failed,23,GB,1487.06,1536.73,4624.06 +1046260725,CatCall A Cappella's 3rd Studio Album,Music,Music,USD,2016-02-25,11000.00,2016-01-11 11:35:16,11119.00,successful,78,US,11119.00,11119.00,11000.00 +1046285964,Donald Trump Presidential Stress Cube,Fiction,Publishing,USD,2016-01-30,38000.00,2015-12-11 20:46:42,10.00,failed,1,US,10.00,10.00,38000.00 +1046290508,Writing is Fun-damental.com - Sponsorship & Guest Posters,Web,Technology,USD,2014-10-31,50000.00,2014-09-16 22:51:48,0.00,failed,0,US,0.00,0.00,50000.00 +1046292604,PC (and NPC) Hit Point Trackers (Canceled),Tabletop Games,Games,USD,2015-06-22,600.00,2015-05-29 01:52:29,16.00,canceled,1,US,16.00,16.00,600.00 +1046295997,SPIDER CHESS 360,Tabletop Games,Games,USD,2015-10-08,15000.00,2015-09-08 18:53:09,41.00,failed,3,US,41.00,41.00,15000.00 +1046298705,Ocean Predator Diver Series - Stranger Watches,Product Design,Design,USD,2016-08-01,20000.00,2016-06-27 23:20:39,21907.00,successful,52,US,10279.00,21907.00,20000.00 +1046304162,DIY Desktop CNC Router Kits!,Technology,Technology,USD,2011-06-11,2650.00,2011-05-12 09:38:29,11.00,failed,3,US,11.00,11.00,2650.00 +1046311228,Justice For Michael Brown Project,Web,Journalism,USD,2014-09-09,4987.00,2014-08-19 19:22:54,36.00,failed,4,US,36.00,36.00,4987.00 +1046324429,The Great PNW,Fashion,Fashion,USD,2013-01-04,2500.00,2012-12-05 04:26:44,8512.58,successful,197,US,8512.58,8512.58,2500.00 +104632833,Morning Star and The Key,Publishing,Publishing,USD,2016-05-13,26000.00,2016-04-13 13:37:00,21.00,failed,2,US,21.00,21.00,26000.00 +"1046340865,""Tikiwi, a """"Kiwi style"""" Food Truck in France!"",Food Trucks,Food,EUR,2015-12-14,10000.00,2015-10-25 19:27:21,0.00,failed,0,FR,0.00,0.00,10836.00" +"1046341720,""Meteor 2.0! A Real Time, Co-operative Card Game 1-5 Players"",Tabletop Games,Games,USD,2015-11-06,5000.00,2015-10-15 15:44:34,22269.00,successful,863,US,22269.00,22269.00,5000.00" +1046342463,Crossover Countdown with T-Ran and Chad,Pop,Music,USD,2016-02-20,3000.00,2016-01-21 20:16:21,0.00,failed,0,US,0.00,0.00,3000.00 +1046347838,Slander Free Website AACR.ME Abolish Abortions Carter Busted,Journalism,Journalism,USD,2015-12-30,1000.00,2015-11-30 19:14:56,0.00,canceled,0,US,0.00,0.00,1000.00 +1046353609,PROJECT IS CANCELLED,Animation,Film & Video,USD,2012-08-23,1000.00,2012-07-24 01:14:45,0.00,failed,0,US,0.00,0.00,1000.00 +104635615,Feral (Video Game),Video Games,Games,USD,2014-09-04,30000.00,2014-07-31 23:53:06,412.01,failed,17,US,412.01,412.01,30000.00 +1046358681,Let's publish : Whn Vwls G Mssng ,Children's Books,Publishing,USD,2011-04-02,3500.00,2011-02-14 03:05:53,550.00,failed,13,US,550.00,550.00,3500.00 +1046361003,END RUNNER,Games,Games,USD,2017-12-01,2000.00,2017-10-29 21:48:07,238.00,failed,5,US,137.00,238.00,2000.00 +1046364679,Ohio Winters (my debut album),Music,Music,USD,2012-12-14,500.00,2012-12-09 01:10:21,1188.70,successful,31,US,1188.70,1188.70,500.00 +1046365190,Waves Lover Magazine,Photobooks,Photography,USD,2015-03-26,600.00,2015-02-24 17:35:59,0.00,failed,0,US,0.00,0.00,600.00 +1046365936,PremoPlugz Functioning Audio Jewelry,Fashion,Fashion,USD,2012-11-17,5000.00,2012-10-03 22:14:08,611.00,failed,15,US,611.00,611.00,5000.00 +1046373699,Hemp Beer,Drinks,Food,USD,2015-10-10,500000.00,2015-09-10 20:29:59,0.00,failed,0,US,0.00,0.00,500000.00 +1046382734,Micro Marvels -Visualizing the amazing world of microbiology,Animation,Film & Video,USD,2013-06-09,135000.00,2013-05-10 16:54:20,815.00,failed,26,US,815.00,815.00,135000.00 +1046383741,The World's First Book On Artblock,Nonfiction,Publishing,USD,2016-10-26,38000.00,2016-09-26 05:49:41,1.00,failed,1,US,0.00,1.00,38000.00 +1046391543,Miriams Well On The Road,World Music,Music,USD,2011-02-13,500.00,2011-01-14 00:31:47,520.00,successful,8,US,520.00,520.00,500.00 +1046393840,PRVKE 21 | The Best Bag For Everyday Carry & Camera Gear,Product Design,Design,USD,2016-09-17,20000.00,2016-08-09 02:40:15,413738.00,successful,2000,US,65789.00,413738.00,20000.00 +1046394646,Hingetown Hoedown 2016 - Bluegrass & Folk Festival!,Country & Folk,Music,USD,2016-08-06,5000.00,2016-07-17 18:53:55,495.00,canceled,9,US,0.00,495.00,5000.00 +1046404815,New Art Project : It's That mè It's true,Painting,Art,EUR,2017-04-24,3000.00,2017-02-23 21:35:55,1.00,failed,1,IT,0.00,1.09,3279.01 +1046413053,La Petite Coquette - Sexy Lingerie Shop,Apparel,Fashion,EUR,2016-11-03,5000.00,2016-10-03 21:52:09,77.00,failed,3,IT,0.00,85.42,5546.50 +1046414584,Sipper- Gegen Ekelbilder auf Kippenpäckchen,Design,Design,EUR,2017-03-18,2000.00,2017-01-19 16:54:23,0.00,failed,0,DE,0.00,0.00,2160.99 +"1046429759,""Renaissance, The Project -The Fair -The TV Series"",Comedy,Film & Video,USD,2015-10-10,1200000.00,2015-08-11 22:10:51,55.00,failed,2,US,55.00,55.00,1200000.00" +1046436651,Slimmest RFID Blocking Front Pocket Minimalist Travel Wallet,Product Design,Design,USD,2017-10-10,5000.00,2017-09-05 22:02:00,38837.00,successful,1119,US,2725.00,38837.00,5000.00 +1046443221,CNC - 3D Druck Erweiterung - 3D Printer Extension - Tool,Technology,Technology,EUR,2017-08-11,30000.00,2017-06-27 21:04:42,55.00,failed,4,DE,0.00,64.71,35294.95 +1046458262,SAFE - a book exploring London's queer performance scene,Art Books,Publishing,GBP,2016-03-14,1500.00,2016-02-13 11:38:00,1585.00,successful,36,GB,2292.91,2296.20,2173.06 +1046461199,Musician payment for Harrison Bankhead's next recording,Jazz,Music,USD,2013-01-18,1500.00,2012-12-19 23:05:19,1528.00,successful,58,US,1528.00,1528.00,1500.00 +1046464969,Derrick for Mobile - Save the Shark!,Mobile Games,Games,GBP,2016-12-05,5500.00,2016-11-10 09:16:03,5870.43,successful,169,GB,3244.55,7385.02,6919.02 +104647254,The Stay Home Dadcast,Mixed Media,Art,USD,2012-03-09,550.00,2012-02-08 16:53:39,290.00,failed,11,US,290.00,290.00,550.00 +1046477809,SHEBORG MASSACRE LTD EDITION PREORDER BUNDLES,Science Fiction,Film & Video,AUD,2016-12-13,975.00,2016-11-13 03:56:37,1418.00,successful,38,AU,441.15,1039.59,714.81 +1046479054,Enlighten Mints with Green Tea - Antioxidant Wisdom,Food,Food,USD,2011-12-31,8000.00,2011-12-01 06:46:32,100.00,failed,5,US,100.00,100.00,8000.00 +1046483611,Atonement Chronicles: Fall of Nations - An Indie RPG,Video Games,Games,USD,2012-11-01,100000.00,2012-10-02 10:00:26,1950.00,failed,91,US,1950.00,1950.00,100000.00 +1046484672,Blog Camp,Journalism,Journalism,USD,2012-03-25,600.00,2012-02-24 07:31:12,0.00,failed,0,US,0.00,0.00,600.00 +"1046487940,""BBP Publishing: """"Marin"""" by Katherine Agard"",Art Books,Publishing,USD,2014-12-01,750.00,2014-11-17 21:29:34,809.00,successful,28,US,809.00,809.00,750.00" +1046491028,Edge of Bounds: Surviving Abuse,Nonfiction,Publishing,USD,2014-07-04,25000.00,2014-06-04 19:49:05,0.00,failed,0,US,0.00,0.00,25000.00 +1046494067,Pugmire Fantasy Tabletop RPG,Tabletop Games,Games,USD,2016-03-08,15000.00,2016-01-28 18:00:07,193404.00,successful,3239,US,193404.00,193404.00,15000.00 +1046496093,DARREN CONNELLY,Drama,Film & Video,AUD,2016-08-07,300000.00,2016-07-08 03:45:03,0.00,failed,0,AU,0.00,0.00,230290.93 +1046501805,A WordPress Guide - Create Beautiful Blogs and Websites!,Publishing,Publishing,USD,2013-07-21,900.00,2013-06-06 07:10:19,33.00,failed,4,US,33.00,33.00,900.00 +1046510284,Rock for Hawc 2016 Calendar,Calendars,Publishing,USD,2015-12-25,400.00,2015-10-27 18:37:35,400.00,successful,4,US,400.00,400.00,400.00 +1046517247,Northeast Alabama Professional Flag Football League,Live Games,Games,USD,2016-08-15,5000.00,2016-07-07 19:54:45,0.00,canceled,0,US,0.00,0.00,5000.00 +"1046522722,""Save a battery, save the environment: ReVolt3000"",Hardware,Technology,USD,2014-11-14,7000.00,2014-10-15 05:01:16,811.00,failed,8,US,811.00,811.00,7000.00" +1046523867,Concord Comics Universe!,Comic Books,Comics,USD,2017-01-11,2500.00,2016-12-12 02:10:57,183.00,failed,5,US,110.00,183.00,2500.00 +"1046525668,""""""iRemember Now"""" Vintage Music Therapy Kits for memory help"",Music,Music,USD,2016-02-28,60000.00,2016-01-29 21:16:22,1176.00,failed,9,US,1176.00,1176.00,60000.00" +1046527114,Remembering Cap'n Jim at Burningman,Public Art,Art,USD,2012-06-26,10000.00,2012-05-12 17:10:08,10251.75,successful,198,US,10251.75,10251.75,10000.00 +1046542639,The Aruneus Project: High Fantasy meets the Zombie Apocalypse. A Unique RPG Setting!,Video Games,Games,USD,2010-06-18,7000.00,2010-04-29 04:43:47,397.00,failed,11,US,397.00,397.00,7000.00 +1046556068,PediGlide: The Ultimate Sedentary Sitting Solution,Product Design,Design,USD,2016-02-01,20000.00,2016-01-03 22:27:56,20637.00,successful,166,US,20637.00,20637.00,20000.00 +1046559673,We are producing a DVD documenting our first tour to Brazil!,Classical Music,Music,USD,2013-06-24,5000.00,2013-06-12 21:21:40,5550.00,successful,11,US,5550.00,5550.00,5000.00 +104656314,The Old Woman and the Shaggy Old Cat - Christmas Book,Children's Books,Publishing,USD,2015-05-20,65000.00,2015-04-20 00:34:30,0.00,failed,0,US,0.00,0.00,65000.00 +1046567430,NYC Blizzard 2015 PARTY IGLOO and AIR BnB HOTEL (Canceled),Games,Games,USD,2015-01-28,500.00,2015-01-26 16:40:02,203.00,canceled,11,US,203.00,203.00,500.00 +1046581052,Deepstill Unleashed,Narrative Film,Film & Video,USD,2012-08-01,4000.00,2012-07-03 01:03:35,515.00,failed,4,US,515.00,515.00,4000.00 +1046582363,Fate Core,Tabletop Games,Games,USD,2013-01-30,3000.00,2012-12-04 05:57:27,433365.57,successful,10103,US,433365.57,433365.57,3000.00 +1046583599,The Third Heaven: The Rise of Fallen Stars,Fiction,Publishing,USD,2013-05-29,3400.00,2013-04-29 17:37:53,40.00,failed,4,US,40.00,40.00,3400.00 +1046586406,The Oaxacan Weaver: A Documentary,Documentary,Film & Video,USD,2016-08-13,5000.00,2016-07-05 18:55:56,5760.00,successful,68,US,1280.00,5760.00,5000.00 +1046587678,Steven Universe Pride Enamel Pins,Art,Art,USD,2017-07-27,500.00,2017-07-06 22:04:04,543.00,successful,18,US,81.00,543.00,500.00 +1046592211,Our MelaNation,Webseries,Film & Video,USD,2016-10-04,5000.00,2016-08-05 16:50:14,0.00,failed,0,US,0.00,0.00,5000.00 +"1046592253,""""""Uusi Classic"""" Limited Edition Playing Cards"",Playing Cards,Games,USD,2014-11-29,30000.00,2014-11-01 15:00:08,57094.00,successful,1045,US,57094.00,57094.00,30000.00" +"1046592443,""Front Wheel Fat E-Bike 750, 1000 or 1250 Watt from $1099"",Technology,Technology,USD,2016-03-09,7500.00,2016-01-09 16:43:49,9643.00,successful,6,US,9643.00,9643.00,7500.00" +1046596889,Make Painting with Positivity Come Alive,Painting,Art,USD,2014-07-21,3000.00,2014-07-14 19:03:56,70.00,failed,3,US,70.00,70.00,3000.00 +1046597101,Lace Lockers™ Join the Revolution,Product Design,Design,GBP,2014-10-24,3500.00,2014-09-24 21:40:16,128.00,failed,11,GB,209.69,205.45,5617.71 +"104659943,""TYBELT: le """"couteau suisse"""" de la ceinture"",Accessories,Fashion,EUR,2016-05-04,5000.00,2016-03-20 16:31:04,2131.00,failed,21,FR,2401.58,2435.09,5713.50" +"104661425,""Print """"Led by a Mad Man"""" Vol 1 + 2"",Comics,Comics,USD,2014-05-02,600.00,2014-04-22 00:34:48,695.00,successful,10,US,695.00,695.00,600.00" +1046617272,Elevate Sports- Climbing Gym in Harrison,Architecture,Design,USD,2015-09-10,3300.00,2015-08-17 16:41:18,1119.00,failed,13,US,1119.00,1119.00,3300.00 +1046617646,LondynSkye Dreamers,Dance,Dance,USD,2013-12-18,4000.00,2013-10-19 20:10:55,81.00,failed,4,US,81.00,81.00,4000.00 +"104662449,""Be a Part of The Rankin Twins' """"???"""" EP"",Music,Music,USD,2011-03-04,8000.00,2011-02-02 07:32:14,10060.00,successful,57,US,10060.00,10060.00,8000.00" +"1046628047,""""""Cordial Kill"""" - a dark comedy crime film by Doctor Gaines"",Comedy,Film & Video,USD,2016-08-18,5000.00,2016-08-02 15:51:16,5822.00,successful,73,US,0.00,5822.00,5000.00" +1046631577,Time for a Miss Gabby Party-ALL KIDS invited!!,Music,Music,USD,2012-10-28,10000.00,2012-09-13 21:39:25,10281.00,successful,117,US,10281.00,10281.00,10000.00 +1046633137,To build a world class radio control track design,Design,Design,CAD,2014-05-09,8000.00,2014-04-24 03:15:30,170.00,failed,2,CA,154.28,156.97,7386.89 +"1046650450,""""""Amazing"""" Women Prisoners!"",Documentary,Film & Video,USD,2013-12-28,4500.00,2013-11-29 21:40:38,5731.00,successful,86,US,5731.00,5731.00,4500.00" +1046656674,RhinoBoss Virtual: A Fun New Way To Workout At Home,Product Design,Design,USD,2015-03-20,50000.00,2015-01-19 17:14:15,61622.00,successful,304,US,61622.00,61622.00,50000.00 +1046658160,Welo Opal Jewelry,Crafts,Crafts,USD,2014-08-25,1000.00,2014-08-12 19:35:21,0.00,failed,0,US,0.00,0.00,1000.00 +1046661960,SCI-FI RPG MODULAR ROOMS+MAPS+ARTPACK,Tabletop Games,Games,CAD,2017-01-23,1500.00,2016-12-10 05:39:03,2113.85,successful,56,CA,0.00,1611.29,1143.38 +104666774,The Spiritualist,Thrillers,Film & Video,USD,2014-12-20,6000.00,2014-10-21 04:50:55,185.00,failed,6,US,185.00,185.00,6000.00 +"1046680542,""Prison Works, giving back to the victims!"",Fashion,Fashion,USD,2014-05-15,5000.00,2014-04-15 15:07:04,100.00,failed,1,US,100.00,100.00,5000.00" +1046682749,Some Disney magic for Perth,Musical,Theater,AUD,2016-01-10,5000.00,2015-12-26 15:58:24,0.00,failed,0,AU,0.00,0.00,3433.12 +1046683977,'Fishfull Thinking',Small Batch,Food,USD,2014-10-24,20000.00,2014-09-09 19:18:33,1152.00,failed,19,US,1152.00,1152.00,20000.00 +1046691904,Let's Get NeedLove's Records Spinning!,Rock,Music,USD,2016-06-03,11750.00,2016-05-04 04:01:09,12134.00,successful,66,US,12134.00,12134.00,11750.00 +1046700365,Ridley Watkins™ - Chronograph With Ceramic Bezel & Time Zone,Product Design,Design,EUR,2015-09-09,40000.00,2015-07-26 16:22:16,17401.00,failed,116,AT,19105.94,19607.42,45071.95 +1046706158,Zipper house,Web,Technology,USD,2015-08-05,5000.00,2015-07-06 17:18:32,0.00,failed,0,US,0.00,0.00,5000.00 +1046706173,DoughEZ - The Precision Dough Rolling System (Canceled),Product Design,Design,USD,2014-11-01,10000.00,2014-09-16 17:53:18,800.00,canceled,9,US,800.00,800.00,10000.00 +1046707387,Bring The Ghost Word Part II To Life,Music,Music,GBP,2013-05-22,230.00,2013-04-22 15:00:43,26.00,failed,2,GB,39.60,39.26,347.27 +104671008,Make Us The First Ever UK Cheerleaders At Brit Bowl!,Performances,Dance,GBP,2016-08-22,900.00,2016-08-08 15:22:44,0.00,canceled,0,GB,0.00,0.00,1189.12 +1046710988,New Oil on Canvas Medium Creation,Painting,Art,USD,2016-02-22,5000.00,2016-01-27 00:38:19,20.00,failed,1,US,20.00,20.00,5000.00 +1046725233,A New Life for an Old School,Makerspaces,Technology,CAD,2015-09-04,20000.00,2015-08-06 16:56:47,20919.25,successful,56,CA,15859.39,15811.98,15117.16 +1046732902,NUKE~Wrestling|MMA|Boxing,Webseries,Film & Video,CAD,2016-03-03,400000.00,2016-02-02 19:43:26,0.00,failed,0,CA,0.00,0.00,298151.46 +104673298,Inspiration,Shorts,Film & Video,USD,2013-07-22,3500.00,2013-07-09 01:55:12,3545.00,successful,33,US,3545.00,3545.00,3500.00 +1046733058,Sanity Is Questionable Clothing Line,Ready-to-wear,Fashion,GBP,2015-08-02,9664.00,2015-07-06 21:53:53,33.00,failed,1,GB,51.39,51.21,14995.50 +1046734877,The Traveller's Guide to the Elemental Plane of Fire,Tabletop Games,Games,USD,2013-12-16,1500.00,2013-11-16 17:58:22,657.00,failed,34,US,657.00,657.00,1500.00 +1046738280,Katy Markey (Apollo Productions),Theater,Theater,GBP,2017-07-30,5000.00,2017-06-30 13:52:09,5163.00,successful,76,GB,0.00,6787.17,6572.89 +1046749371,Lights for Pirates!,Theater,Theater,USD,2012-06-07,5000.00,2012-04-15 02:42:52,5074.00,successful,38,US,5074.00,5074.00,5000.00 +1046749887,iVollie - Volume Regulator stops annoying TV Commercials!,Apps,Technology,CAD,2014-11-24,10000.00,2014-10-25 05:55:28,171.00,failed,8,CA,152.02,150.04,8774.24 +1046754249,BUILD A SPIN ART MACHINE THAT CREATES MONSTER WALL HANGINGS!,Art,Art,USD,2011-07-08,2000.00,2011-06-05 22:05:58,75.00,failed,2,US,75.00,75.00,2000.00 +1046763454,nfcTack 2.0 - Simplify Smartphone with NFC & Nano Suction,Product Design,Design,USD,2014-02-26,3000.00,2014-01-26 09:29:10,4702.00,successful,159,US,4702.00,4702.00,3000.00 +1046766519,Next Stop: Zombie,Video Games,Games,USD,2017-10-20,35000.00,2017-09-21 23:30:41,40.00,failed,2,US,0.00,40.00,35000.00 +1046770897,Camera and a Camel: Syria,Documentary,Film & Video,USD,2013-12-23,50000.00,2013-10-24 20:01:45,422.00,failed,12,US,422.00,422.00,50000.00 +1046780445,MillerDANCE Presents: OUT OF RUBBLE: The Phoenix Rising,Dance,Dance,USD,2011-12-08,500.00,2011-11-25 16:24:16,510.00,successful,8,US,510.00,510.00,500.00 +1046781159,Our Charley: From the Reservation to Washington,Documentary,Film & Video,USD,2015-04-01,82000.00,2015-03-02 03:39:22,125.00,failed,2,US,125.00,125.00,82000.00 +1046781265,The Sleep Sensei,Gadgets,Technology,USD,2015-06-22,2500.00,2015-05-09 07:14:19,2815.00,successful,67,US,2815.00,2815.00,2500.00 +1046781560,Studio time for first album,Hip-Hop,Music,USD,2015-05-13,500.00,2015-04-13 17:23:43,36.00,failed,2,US,36.00,36.00,500.00 +1046786734,MORDEO - Vampire and Werewolf Art Book,Art Books,Publishing,CAD,2017-11-02,7000.00,2017-10-03 02:55:56,9130.00,successful,178,CA,1957.86,7176.54,5502.28 +1046791608,A unique children's book for families going through divorce,Children's Books,Publishing,USD,2013-09-16,5000.00,2013-07-23 01:29:42,5036.00,successful,62,US,5036.00,5036.00,5000.00 +1046793353,Mobile Hero - Spend or Earn https://Mobileheroapp.com,Apps,Technology,USD,2015-10-28,100000.00,2015-09-28 17:10:56,0.00,canceled,0,US,0.00,0.00,100000.00 +104679357,Third Down - Some secrets aren't worth keeping,Shorts,Film & Video,USD,2010-12-27,8000.00,2010-09-28 22:54:48,8016.00,successful,106,US,8016.00,8016.00,8000.00 +1046796634,Venture Forth - Adventure Board Game,Tabletop Games,Games,USD,2011-06-01,10000.00,2011-05-01 20:45:06,4142.00,failed,71,US,4142.00,4142.00,10000.00 +1046804067,Feed Baby Tuck,Food,Food,USD,2014-08-26,750.00,2014-07-27 16:57:16,0.00,failed,0,US,0.00,0.00,750.00 +"1046805076,""Pajamas for PitBulls ~ keeping pibbles warm""""onesie""""at a time"",Pet Fashion,Fashion,CAD,2015-02-23,8000.00,2015-01-29 01:24:36,14839.00,successful,181,CA,11889.43,11917.92,6425.19" +1046806652,Rougher Than Diamonds,Documentary,Film & Video,USD,2012-03-28,8000.00,2012-02-27 22:06:02,126.00,failed,3,US,126.00,126.00,8000.00 +1046808024,The Ancient Wars (Canceled),Video Games,Games,USD,2012-06-22,12000.00,2012-05-23 00:25:17,50.00,canceled,1,US,50.00,50.00,12000.00 +104681161,Rubin Vase 3D Sticky Notes - Evolution Note Paper,Product Design,Design,USD,2017-04-25,3000.00,2017-03-21 11:07:07,573.00,failed,18,US,90.00,573.00,3000.00 +1046817846,Oncolos - A multiplayer game for cancer patients,Video Games,Games,USD,2012-06-02,50000.00,2012-05-01 06:00:45,3758.00,failed,34,US,3758.00,3758.00,50000.00 +1046840222,Quick Quests: TCG,Tabletop Games,Games,USD,2016-09-01,1000.00,2016-08-20 03:31:20,436.00,failed,16,US,304.00,436.00,1000.00 +"1046840569,""Super 8 Monster Dream Sequences By McQuary """"A Dozen Donuts"""""",Shorts,Film & Video,USD,2013-03-23,2500.00,2013-03-07 02:00:18,101.00,failed,4,US,101.00,101.00,2500.00" +1046851581,Market on the Mesa- The Serra Mesa Farmers Market,Farmer's Markets,Food,USD,2016-04-30,8000.00,2016-03-31 22:38:42,11092.00,successful,305,US,11092.00,11092.00,8000.00 +1046851749,If We Were to Plant a Tree,Children's Books,Publishing,USD,2014-05-05,5000.00,2014-04-21 16:03:15,5247.00,successful,105,US,5247.00,5247.00,5000.00 +1046859504,FIRE SIGN GIRLS,Webseries,Film & Video,USD,2012-05-28,450.00,2012-04-28 21:53:25,0.00,failed,0,US,0.00,0.00,450.00 +1046865615,Becoming Me,Nonfiction,Publishing,USD,2015-05-16,5000.00,2015-04-27 18:46:44,10.00,failed,1,US,10.00,10.00,5000.00 +1046868061,Celebrity runway designs in hand-woven Nepalese cashmere.,Accessories,Fashion,USD,2014-12-04,5000.00,2014-11-04 04:13:09,402.00,failed,2,US,402.00,402.00,5000.00 +1046877367,CALL GIRL: short film,Shorts,Film & Video,USD,2013-09-07,3500.00,2013-08-15 20:18:59,5647.32,successful,60,US,5647.32,5647.32,3500.00 +1046878989,Cloudbusting - the graphic novel,Illustration,Art,GBP,2013-12-13,600.00,2013-10-14 23:56:58,53.00,failed,4,GB,84.56,86.23,976.20 +1046882443,Taj Mahal made out of Cola,Conceptual Art,Art,CAD,2015-03-16,3000.00,2015-01-15 22:02:07,11.00,failed,3,CA,9.18,8.68,2367.42 +104690185,The Simon Keith Story,Nonfiction,Publishing,USD,2011-12-23,25000.00,2011-10-24 19:31:13,26185.00,successful,164,US,26185.00,26185.00,25000.00 +1046911946,[Adult] Ars Uberia: Interactive Fantasy Graphic Novel,Video Games,Games,USD,2016-07-17,2000.00,2016-06-17 04:54:39,700.00,failed,58,US,454.00,700.00,2000.00 +1046928719,NU Lifestyle Card Holder/Wallet - take what you need,Product Design,Design,USD,2013-07-12,15000.00,2013-06-12 04:34:59,20578.00,successful,238,US,20578.00,20578.00,15000.00 +104692947,UW Do the Research Shirts,Design,Design,USD,2013-05-18,1000.00,2013-05-13 03:48:49,1.00,failed,1,US,1.00,1.00,1000.00 +1046934395,GENRE - A card and dice game of crazy cross-genre adventure,Tabletop Games,Games,USD,2015-05-11,8000.00,2015-04-11 16:01:56,4585.00,failed,94,US,4585.00,4585.00,8000.00 +1046934735,The Story of Adventure Pug and the Worlds Beyond!,Children's Books,Publishing,USD,2013-06-16,3500.00,2013-05-17 00:29:45,0.00,failed,0,US,0.00,0.00,3500.00 +1046938272,me+you= awesomeness(squared),Children's Books,Publishing,USD,2012-03-05,35075.00,2012-02-01 15:43:27,50.00,failed,2,US,50.00,50.00,35075.00 +"1046938576,""""""GENERAL"""" "",Shorts,Film & Video,USD,2010-12-31,245680.00,2010-11-08 18:46:06,120.00,failed,3,US,120.00,120.00,245680.00" +1046943573,Tempest Watches-The first Affordable Forged Carbon Timepiece,Product Design,Design,GBP,2015-01-07,30000.00,2014-12-03 02:00:44,48489.00,successful,88,GB,75695.35,73445.93,45440.78 +1046944749,Ultimate Spoof Movie,Comedy,Film & Video,USD,2016-09-08,500.00,2016-08-09 11:59:09,129.00,failed,1,US,0.00,129.00,500.00 +1046948483,Rise Of The Tycoon,Video Games,Games,USD,2012-08-02,48000.00,2012-06-23 01:20:28,1556.00,failed,11,US,1556.00,1556.00,48000.00 +1046959343,Let's bring Chubby Charlies Pizza back!,Restaurants,Food,USD,2016-05-12,40000.00,2016-04-12 16:38:09,2.00,failed,2,US,2.00,2.00,40000.00 +1046964714,The Election Day Advent Calendar,Illustration,Art,USD,2012-08-13,20000.00,2012-07-20 05:07:52,20492.00,successful,536,US,20492.00,20492.00,20000.00 +1046967559,Trucks Shoes- Fresh Soul -,Fashion,Fashion,USD,2013-06-04,50000.00,2013-05-05 00:23:43,860.00,failed,27,US,860.00,860.00,50000.00 +1046975066,Leather Wallets with Ultra Slim Battery Bank (Canceled),Product Design,Design,USD,2016-05-25,8250.00,2016-04-25 18:37:57,1618.00,canceled,27,US,1618.00,1618.00,8250.00 +1046978844,A Girl In Words,Film & Video,Film & Video,GBP,2016-11-29,180.00,2016-11-03 20:03:23,650.00,successful,19,GB,183.52,820.53,227.22 +104698541,Feminist Zine Collection at WKU,Zines,Publishing,USD,2016-05-02,300.00,2016-04-05 10:37:59,200.00,failed,1,US,200.00,200.00,300.00 +1046988861,Marathon Farm - An Urban Agriculture Project,Food,Food,USD,2011-04-03,10000.00,2011-02-15 22:23:09,10001.00,successful,49,US,10001.00,10001.00,10000.00 +1046989171,Dryad Tea and SJ Tucker. Tea and Music Combined!,Food,Food,USD,2013-06-23,1200.00,2013-05-24 17:29:08,5201.00,successful,105,US,5201.00,5201.00,1200.00 +1046992641,Dark Asylum,Video Games,Games,GBP,2013-01-01,20000.00,2012-11-29 08:44:03,3254.00,failed,82,GB,5211.53,5212.49,32037.42 +"1046994190,""""""Tape"""" with Constantine, Gregory, and Rebecca"",Theater,Theater,USD,2011-06-06,5000.00,2011-05-02 20:36:36,5122.00,successful,69,US,5122.00,5122.00,5000.00" +104699512,Fire in the Hole Hotsauce wants to take over your kitchen!,Food,Food,USD,2013-12-21,3500.00,2013-11-21 02:57:53,895.00,failed,27,US,895.00,895.00,3500.00 +1046998180,A Yummy Future: Healthy Cooking Classes for Kids,Food,Food,USD,2015-06-17,5000.00,2015-05-28 18:42:23,4.00,failed,2,US,4.00,4.00,5000.00 +1046998294,Hellbound,Comics,Comics,USD,2014-05-14,1700.00,2014-04-01 18:17:31,623.00,failed,8,US,623.00,623.00,1700.00 +10470047,Fried Fashions Online Boutique,Apparel,Fashion,USD,2015-07-03,2500.00,2015-05-19 21:32:10,0.00,failed,0,US,0.00,0.00,2500.00 +"1047011024,""Let's finish Uncle Green/3 Lb Thrill's last record, Rycopa!"",Rock,Music,USD,2011-08-13,4000.00,2011-06-14 13:18:10,6899.00,successful,122,US,6899.00,6899.00,4000.00" +1047013275,Hannah the Great Books! Inspiring girls to be great!,Children's Books,Publishing,USD,2012-01-12,3999.00,2011-12-05 18:05:10,150.00,failed,4,US,150.00,150.00,3999.00 +1047015388,paintspark - An app for miniature painters to inspire,Tabletop Games,Games,GBP,2017-02-05,5000.00,2017-01-06 15:52:56,329.00,canceled,15,GB,22.20,410.00,6231.07 +1047022436,Wiggle Worm Wrap: Keep baby safe on ALL surfaces!,Design,Design,USD,2017-02-17,500.00,2017-01-18 23:33:24,69.00,failed,3,US,32.00,69.00,500.00 +1047028299,Original personalised illustrations,Illustration,Art,EUR,2016-02-26,600.00,2016-01-27 10:10:43,639.00,successful,26,IT,693.06,703.28,660.36 +1047030203,Æsir Gold Playing Cards and Prints,Playing Cards,Games,USD,2015-04-08,1500.00,2015-03-24 14:00:33,2174.00,successful,87,US,2174.00,2174.00,1500.00 +1047033843,Manta Ray Art Car,Public Art,Art,USD,2013-05-21,8000.00,2013-04-15 22:19:55,8059.00,successful,60,US,8059.00,8059.00,8000.00 +1047041588,Music in the Hall,Shorts,Film & Video,USD,2010-12-23,5000.00,2010-11-23 17:08:00,5061.00,successful,80,US,5061.00,5061.00,5000.00 +1047043636,Projector: The Last Outdoor Cinemas of Colorado (Canceled),Documentary,Film & Video,USD,2011-07-04,10000.00,2011-04-26 23:52:32,495.00,canceled,13,US,495.00,495.00,10000.00 +1047044665,Richie's Debut Album,Rock,Music,USD,2015-03-30,800.00,2015-02-28 20:33:24,800.00,successful,29,US,800.00,800.00,800.00 +1047047764,Hunter 2 The Hardcore Dungeon,Video Games,Games,EUR,2017-12-05,500.00,2017-10-29 18:09:29,502.00,successful,22,FR,4.64,589.45,587.10 +1047048100,House of Hounds - Debut Album,Rock,Music,USD,2011-02-01,1700.00,2010-12-17 04:23:14,1700.00,successful,27,US,1700.00,1700.00,1700.00 +1047053385,Bringing back R&B,Music,Music,USD,2012-03-07,3000.00,2012-02-06 18:47:37,817.00,failed,9,US,817.00,817.00,3000.00 +"1047060472,""E.T Scooter , World's most innovative electric transporter."",Technology,Technology,SEK,2014-12-12,4000000.00,2014-11-12 19:59:29,35.00,failed,2,SE,4.72,4.65,531483.77" +1047062318,Make Me Better,Web,Technology,NZD,2015-09-26,2000.00,2015-07-28 22:45:38,1.00,failed,1,NZ,0.66,0.64,1282.13 +1047071066,Ice (Canceled),Art,Art,USD,2015-03-29,1020.00,2015-02-12 11:18:51,0.00,canceled,0,US,0.00,0.00,1020.00 +1047073448,Animals in 3D,Crafts,Crafts,GBP,2014-09-17,510.00,2014-08-18 20:11:55,86.00,failed,2,GB,143.57,140.53,833.37 +1047073565,Plume Giant Makes a Record!,Music,Music,USD,2011-10-26,7500.00,2011-09-26 21:22:20,10365.70,successful,226,US,10365.70,10365.70,7500.00 +1047081730,Quantow Smartphone controlled Minicar,Gadgets,Technology,USD,2016-11-17,30000.00,2016-10-18 10:14:32,30694.00,successful,308,US,6781.00,30694.00,30000.00 +1047081919,Womack,Shorts,Film & Video,USD,2011-11-16,4230.00,2011-10-08 15:39:07,4486.15,successful,54,US,4486.15,4486.15,4230.00 +1047089333,C.S. Lewis Index,Web,Technology,USD,2015-08-26,90.00,2015-07-27 19:01:12,118.00,successful,14,US,118.00,118.00,90.00 +1047095628,EOS - The World's First All Terrain Hoverboard,Flight,Technology,USD,2015-10-01,78000.00,2015-09-01 04:24:42,7163.00,failed,11,US,7163.00,7163.00,78000.00 +104709590,Abyssian Knights : Anime Web Series,Webseries,Film & Video,CAD,2016-09-01,30000.00,2016-08-02 01:02:04,32049.31,successful,255,CA,77.51,24498.78,22932.27 +1047102553,Kolton Johnson's Music Album,Country & Folk,Music,USD,2017-12-24,1100.00,2017-11-09 00:07:19,260.00,failed,3,US,50.00,260.00,1100.00 +1047117406,INNOVATIVE EYEWEAR FOR A SUSTAINABLE FUTURE,Product Design,Design,GBP,2017-04-01,11000.00,2017-03-01 00:22:07,13088.00,successful,75,GB,2411.03,16258.18,13664.43 +1047117887,FreeRoading.com - The Ultimate Way to Road Trip Travel,Apps,Technology,USD,2018-01-28,28000.00,2017-11-29 17:59:19,15.00,live,1,US,15.00,15.00,28000.00 +1047120072,4 Horseman Zombie Shirt by Zombien Nation,Fashion,Fashion,USD,2013-07-19,1500.00,2013-06-18 18:12:26,50.00,failed,1,US,50.00,50.00,1500.00 +1047132616,WILLY MINIATURES FANTASY FOOTBALL DWARF TEAM,Tabletop Games,Games,EUR,2016-08-09,4000.00,2016-07-15 17:57:05,13307.00,successful,151,ES,9554.35,14847.92,4463.19 +104713913,Brotherz,Television,Film & Video,USD,2016-11-09,50000.00,2016-09-10 16:37:15,5.00,failed,1,US,5.00,5.00,50000.00 +104714061,Photo Novel for Kids,Children's Books,Publishing,USD,2011-10-27,1100.00,2011-09-27 17:40:09,112.00,failed,6,US,112.00,112.00,1100.00 +1047141150,Coming...Out of the Closet: A Documentary,Documentary,Film & Video,USD,2013-01-14,1000.00,2012-12-15 00:45:15,25.00,failed,1,US,25.00,25.00,1000.00 +1047141721,Steampunk Corsettry!,Fashion,Fashion,CAD,2015-07-15,3750.00,2015-07-08 01:42:18,8871.00,successful,33,CA,7038.41,6835.41,2889.51 +1047142255,Drum Ninja,Video Games,Games,EUR,2017-02-12,200000.00,2017-01-13 23:04:18,0.00,failed,0,FR,0.00,0.00,212999.35 +1047142536,Children's picture book-Hugo the flying firefighter,Children's Books,Publishing,AUD,2014-11-21,5000.00,2014-10-20 14:47:07,5030.00,successful,102,AU,4399.10,4382.68,4356.54 +1047147924,VirusREM™ | The worlds best USB based virus removal tool!,Technology,Technology,USD,2015-10-23,10000.00,2015-09-23 00:17:59,805.00,failed,14,US,805.00,805.00,10000.00 +1047160060,The FreshCap™ Hits the Beer Scene-CO2 INJECTION SYSTEM,Product Design,Design,USD,2012-11-09,5000.00,2012-10-10 05:55:47,57315.00,successful,390,US,57315.00,57315.00,5000.00 +104717305,U book-IT: Scheduling app that will change everything,Apps,Technology,USD,2014-05-25,10000.00,2014-04-25 17:49:45,37.00,failed,6,US,37.00,37.00,10000.00 +1047176586,The Palm Authority Project comes to Figment!,Public Art,Art,USD,2012-06-08,600.00,2012-05-16 23:53:52,623.00,successful,18,US,623.00,623.00,600.00 +1047189661,CHILLS: A short horror film,Shorts,Film & Video,USD,2011-12-25,4999.00,2011-11-15 17:29:19,265.00,failed,7,US,265.00,265.00,4999.00 +1047210120,Biosupremacy: an action adventure game based on alien life,Video Games,Games,CAD,2016-07-04,38500.00,2016-05-05 23:16:56,3635.00,failed,80,CA,2862.34,2793.15,29583.53 +"1047217400,""Chris & Maggie's First EP, """"Serendipity"""""",Music,Music,USD,2015-05-15,2000.00,2015-04-30 20:26:29,0.00,undefined,0,""N,0"""""",,0.00,2000.00" +1047217416,Exclusive 3D Mink Eyelashes,Fashion,Fashion,USD,2016-09-17,15000.00,2016-08-18 19:05:18,0.00,canceled,0,US,0.00,0.00,15000.00 +1047218194,Middle School (Grade 1-2) Band Composition Commission,Classical Music,Music,USD,2016-12-16,50.00,2016-10-21 05:41:12,50.00,successful,1,US,0.00,50.00,50.00 +"1047220983,Burlap Sac - Self Titled EP,Music,Music,CAD,2015-12-04,3000.00,2015-11-04 05:54:29,3366.14,undefined,0,""N,0"""""",,2523.91,2249.38" +1047221219,Minibantu Cameroon - Music Film,Music Videos,Film & Video,USD,2014-12-28,35000.00,2014-11-28 15:53:05,0.00,failed,0,US,0.00,0.00,35000.00 +1047223231,Gamers at the Enzian,Movie Theaters,Film & Video,USD,2014-07-29,1500.00,2014-06-28 06:29:49,1841.00,successful,18,US,1841.00,1841.00,1500.00 +104722997,BHOH - Bethany House of Hospitality Community Garden,Food,Food,USD,2012-08-16,600.00,2012-07-16 20:00:17,625.00,successful,20,US,625.00,625.00,600.00 +"1047240172,Umbrella Blvd help us press our new album,Music,Music,USD,2015-05-02,5000.00,2015-03-03 06:23:57,157.00,undefined,0,""N,0"""""",,157.00,5000.00" +1047240658,Lila's Loft,Product Design,Design,USD,2018-01-03,125000.00,2017-12-04 20:56:09,0.00,live,0,US,0.00,0.00,125000.00 +1047242946,Maven Makers: A Makerspace (It's Kinda Like a Gym),Makerspaces,Technology,USD,2014-11-10,25000.00,2014-10-11 22:34:49,1897.00,failed,29,US,1897.00,1897.00,25000.00 +"1047243070,""Michele McTierney Debut Music Album - """"A Work in Progress"""""",Music,Music,USD,2015-09-09,10000.00,2015-08-03 15:09:17,2781.00,failed,42,US,2781.00,2781.00,10000.00" +1047243122,Slant'd: a magazine that celebrates Asian American culture,Zines,Publishing,USD,2017-07-01,10000.00,2017-06-15 13:24:33,17555.71,successful,401,US,0.00,17555.71,10000.00 +"1047245525,""Philly's very own Tiki Bar, The Yachtsman!"",Food,Food,USD,2014-05-22,36700.00,2014-04-22 12:41:05,39295.00,successful,282,US,39295.00,39295.00,36700.00" +"1047247432,""Two girls, chasing their dreams..."",Painting,Art,USD,2014-03-23,2500.00,2014-02-11 20:46:43,166.00,failed,7,US,166.00,166.00,2500.00" +1047253056,SoftSkate - Foam Grip 'Beach Cruiser' Skateboard,Product Design,Design,USD,2012-07-28,5000.00,2012-06-25 22:14:50,5069.00,successful,35,US,5069.00,5069.00,5000.00 +1047262391,Help me get my books (Suspended),Illustration,Art,USD,2015-03-25,1000.00,2015-01-24 02:10:53,5.00,suspended,1,US,5.00,5.00,1000.00 +1047266381,Lion & Anvil Durable Goods,Fashion,Fashion,USD,2013-11-12,6000.00,2013-10-10 15:21:35,7026.00,successful,67,US,7026.00,7026.00,6000.00 +1047270681,Dogging,Shorts,Film & Video,GBP,2013-08-11,300.00,2013-07-12 20:57:54,880.00,successful,29,GB,1324.89,1375.82,469.03 +1047272668,Home Automation and the Internet of Things,Technology,Technology,USD,2014-11-10,500.00,2014-09-19 20:02:36,0.00,failed,0,US,0.00,0.00,500.00 +"1047277835,""Emily Books: Bigger, Better, Bookier"",Publishing,Publishing,USD,2015-04-02,40000.00,2015-03-03 20:05:49,41518.00,successful,730,US,41518.00,41518.00,40000.00" +104728007,Between Two Mountains,Documentary,Film & Video,GBP,2014-02-01,25000.00,2014-01-11 12:07:20,26860.71,successful,285,GB,44262.81,43854.94,40816.99 +1047284987,Tabletop Props: Tent,Tabletop Games,Games,USD,2015-01-29,9000.00,2015-01-19 15:00:21,13567.00,successful,326,US,13567.00,13567.00,9000.00 +1047297422,Ovid,Illustration,Art,USD,2013-04-27,9000.00,2013-03-28 21:12:19,9001.00,successful,68,US,9001.00,9001.00,9000.00 +1047298790,Bonadonna boutique (acrylic jewelry),Jewelry,Fashion,CAD,2014-07-23,3000.00,2014-06-23 01:20:08,10.00,failed,1,CA,9.29,9.29,2786.03 +1047306142,Visual Poetry - Imperfections Are Beauty,Photography,Photography,USD,2011-08-11,3000.00,2011-07-12 01:36:37,0.00,failed,0,US,0.00,0.00,3000.00 +"1047309428,""Sweet, Sweet Country: A Refugee's Tale"",Shorts,Film & Video,USD,2012-09-04,5000.00,2012-08-08 22:49:30,5005.00,successful,79,US,5005.00,5005.00,5000.00" +1047310324,Bald n Proud,Accessories,Fashion,SEK,2015-10-03,200000.00,2015-09-03 13:10:26,5.00,failed,1,SE,0.59,0.61,24517.92 +1047310912,Roddenberry Was Right,Comic Books,Comics,DKK,2016-08-19,150000.00,2016-07-20 10:03:00,570.00,canceled,6,DK,29.77,86.75,22829.31 +1047315166,Ireland: Beyond Gray Beyond Green,Photography,Photography,USD,2011-02-13,1000.00,2010-11-15 07:49:15,1000.00,successful,20,US,1000.00,1000.00,1000.00 +1047315704,Escape from the Abyss,Video Games,Games,USD,2016-01-03,1000.00,2015-12-04 19:32:34,6.00,failed,2,US,6.00,6.00,1000.00 +1047316686,Nothing (Canceled),Film & Video,Film & Video,USD,2013-07-28,500000.00,2013-06-25 00:21:26,36.00,canceled,3,US,36.00,36.00,500000.00 +1047329588,Creative Arts For Life,Art,Art,USD,2015-08-28,5000.00,2015-06-29 18:19:20,51.00,failed,3,US,51.00,51.00,5000.00 +1047330624,Debut album by Afrobeat/ Hip Hop band Pidgin English,Music,Music,USD,2011-06-02,6000.00,2011-05-03 19:03:38,125.00,failed,4,US,125.00,125.00,6000.00 +104733227,Oakland Gem in the Making - alaMar Kitchen & Bar,Food,Food,USD,2014-01-20,21900.00,2013-12-27 06:46:04,6340.00,failed,69,US,6340.00,6340.00,21900.00 +1047337165,Circus Bella All-Star Band CD: 3-years in the creation,Music,Music,USD,2011-03-19,6500.00,2011-02-16 21:12:21,6820.00,successful,115,US,6820.00,6820.00,6500.00 +1047337946,Dystopica: Comic Anthology + Soundtrack!,Anthologies,Comics,USD,2014-07-20,600.00,2014-06-20 15:28:58,658.00,successful,19,US,658.00,658.00,600.00 +1047338252,Farmington: A farming Game for Xbox and PC,Video Games,Games,USD,2011-11-27,3500.00,2011-10-28 20:52:20,5.00,failed,1,US,5.00,5.00,3500.00 +104734039,Bullying - just stop it!,Nonfiction,Publishing,USD,2014-10-18,2500.00,2014-08-19 23:05:38,0.00,failed,0,US,0.00,0.00,2500.00 +1047344244,EWA: a power bank with anti-lost and selfie functions,Hardware,Technology,USD,2015-03-14,20000.00,2015-01-28 06:34:42,1064.00,failed,29,US,1064.00,1064.00,20000.00 +1047347872,Yard Pan plus - patented lawn & garden tool,Product Design,Design,USD,2015-04-10,40000.00,2015-03-11 21:43:11,1505.00,failed,21,US,1505.00,1505.00,40000.00 +1047352898,A Fashion Challenge And Promotion,Fashion,Fashion,USD,2012-02-12,9000.00,2012-01-13 00:17:58,0.00,failed,0,US,0.00,0.00,9000.00 +1047353701,Paulinchens Jakobsweg - 880 km in Feuerwehr-Einsatzkleidung,Documentary,Film & Video,EUR,2015-08-23,6000.00,2015-07-08 17:52:31,6290.05,successful,97,DE,6942.04,7087.62,6760.79 +1047357453,I Wish You Where Here,Art Books,Publishing,USD,2012-12-01,6000.00,2012-11-01 05:00:18,7560.77,successful,68,US,7560.77,7560.77,6000.00 +104736177,First Visual Basic Game,Video Games,Games,AUD,2014-09-12,10.00,2014-08-13 19:55:11,23.00,successful,3,AU,21.31,20.82,9.05 +1047377471,keepingabreast by Jackie Rosenfeld,Theater,Theater,USD,2013-10-17,7700.00,2013-09-17 16:53:34,7825.00,successful,115,US,7825.00,7825.00,7700.00 +1047387329,Love For Blue Pottery,Ceramics,Art,GBP,2015-05-31,15000.00,2015-04-22 20:48:03,0.00,failed,0,GB,0.00,0.00,22996.96 +"1047397732,""Lantern Music """"Bible Songs"""" Album"",Pop,Music,USD,2012-12-23,2500.00,2012-11-20 17:54:39,3483.00,successful,57,US,3483.00,3483.00,2500.00" +104741744,Lao Children's Book: Xieng Mieng Adventures,Children's Books,Publishing,USD,2013-03-01,3000.00,2013-02-01 09:09:52,8944.00,successful,154,US,8944.00,8944.00,3000.00 +1047419535,The Buried Zikurat,Tabletop Games,Games,USD,2016-09-11,2000.00,2016-08-13 16:37:07,4486.00,successful,164,US,2766.00,4486.00,2000.00 +1047420767,The Cookening - A 2D Action Adventure Game,Video Games,Games,USD,2012-12-30,10000.00,2012-11-30 03:10:16,4489.00,failed,70,US,4489.00,4489.00,10000.00 +1047423325,From here to there,People,Photography,USD,2015-07-22,7000.00,2015-06-22 21:21:15,0.00,failed,0,US,0.00,0.00,7000.00 +1047423446,The Pier,Narrative Film,Film & Video,USD,2013-02-09,20000.00,2012-12-24 15:16:49,20339.13,successful,151,US,20339.13,20339.13,20000.00 +1047424557,Field of Screams-The Movie,Narrative Film,Film & Video,USD,2011-08-10,35000.00,2011-07-06 06:09:35,250.00,failed,3,US,250.00,250.00,35000.00 +1047429000,That Movie Kate,Film & Video,Film & Video,USD,2013-04-27,2000.00,2013-02-26 04:05:01,2005.64,successful,19,US,2005.64,2005.64,2000.00 +10474337,Silber Mini-Comics Subscriptions,Comic Books,Comics,USD,2014-11-16,250.00,2014-10-17 17:24:29,1354.00,successful,90,US,1354.00,1354.00,250.00 +1047442022,Mana BoardGame Tavern,Tabletop Games,Games,USD,2017-05-26,10000.00,2017-04-26 22:50:27,11301.17,successful,89,US,811.00,11301.17,10000.00 +1047444249,The Song Bird Project,Indie Rock,Music,USD,2012-05-04,5000.00,2012-03-05 19:14:12,501.00,failed,16,US,501.00,501.00,5000.00 +"1047446912,""Shuck - Market and Eatery - Fresh, Local, Simple."",Spaces,Food,USD,2015-04-29,20000.00,2015-04-09 19:53:49,0.00,failed,0,US,0.00,0.00,20000.00" +1047453526,Wine If You Want To,Documentary,Film & Video,USD,2016-05-07,20000.00,2016-04-07 21:56:10,5709.00,failed,56,US,5709.00,5709.00,20000.00 +1047454348,Recorder Magazine,Zines,Publishing,GBP,2017-02-12,7500.00,2017-01-13 15:06:51,7797.00,successful,148,GB,2800.19,9687.16,9318.16 +1047460349,Bodoki: the no-mess cutting board that does more!,Food,Food,USD,2014-01-08,5000.00,2013-12-09 18:45:09,31179.45,successful,570,US,31179.45,31179.45,5000.00 +1047480370,Becky Morford's Debut Album,Music,Music,USD,2015-03-08,10000.00,2015-01-28 04:25:01,10000.00,successful,96,US,10000.00,10000.00,10000.00 +1047483250,Esperance Tanker Jetty Book,Nonfiction,Publishing,AUD,2017-02-15,4000.00,2017-01-16 00:44:54,600.00,failed,11,AU,65.99,459.98,3066.54 +1047486561,Bounce!!!!!,Dance,Dance,USD,2012-05-27,350.00,2012-04-27 16:03:23,431.00,successful,10,US,431.00,431.00,350.00 +1047488574,Homo The Musical,Theater,Theater,USD,2012-01-07,5000.00,2011-12-08 17:51:43,5111.00,successful,21,US,5111.00,5111.00,5000.00 +1047493968,Inter-View,Zines,Publishing,GBP,2015-05-12,500.00,2015-04-02 18:19:46,530.00,successful,19,GB,787.62,832.60,785.47 +1047498340,Animal Parade,Art,Art,USD,2013-09-01,100.00,2013-08-08 17:36:46,705.00,successful,9,US,705.00,705.00,100.00 +1047501858,Random Trials - Issue #2,Comic Books,Comics,GBP,2014-10-05,300.00,2014-09-05 23:59:43,822.00,successful,58,GB,1352.89,1318.00,481.02 +1047506141,The Rise Project for Poise,Product Design,Design,USD,2015-01-02,5000.00,2014-12-03 21:15:58,1365.00,failed,17,US,1365.00,1365.00,5000.00 +1047515606,Thread Cages,Fiction,Publishing,USD,2017-10-15,14000.00,2017-09-15 23:24:43,550.00,failed,10,US,0.00,550.00,14000.00 +"1047516122,""The Art of Cooking with Michelle, Chloe and Mia"",Graphic Novels,Comics,USD,2014-11-27,10000.00,2014-10-27 23:55:33,10172.00,successful,181,US,10172.00,10172.00,10000.00" +1047518809,7 Deadly Spins,Horror,Film & Video,USD,2016-02-06,500.00,2016-01-07 03:22:15,120.00,failed,2,US,120.00,120.00,500.00 +1047523279,EcoMax Zero Waste Diaper!,Product Design,Design,USD,2014-10-24,10000.00,2014-09-24 21:35:07,527.00,failed,17,US,527.00,527.00,10000.00 +104752613,Get This Girl a Laptop,Gadgets,Technology,USD,2014-08-07,1400.00,2014-07-08 17:02:41,0.00,canceled,0,US,0.00,0.00,1400.00 +1047527126,Flaming Crab Games' Archetype Compendium for Pathfinder RPG,Tabletop Games,Games,USD,2015-07-01,15000.00,2015-06-01 08:09:09,3857.00,failed,132,US,3857.00,3857.00,15000.00 +1047531327,When 2 showgirls make shoes!,Footwear,Fashion,EUR,2017-05-11,20000.00,2017-04-11 18:07:44,21320.00,successful,78,FR,2206.41,23187.52,21751.90 +1047535721,Rosemary's Papeterie (Canceled),Graphic Design,Design,USD,2016-07-12,5000.00,2016-05-13 22:25:51,0.00,canceled,0,US,0.00,0.00,5000.00 +1047539099,BLOODSHOT : ENDANGERED SPECIES SPIT MIXTAPE,Hip-Hop,Music,USD,2012-02-02,300.00,2012-01-03 18:24:02,308.00,successful,23,US,308.00,308.00,300.00 +1047539679,Dance Pageants Singing Drama Theatre Competition,Performances,Dance,USD,2015-07-20,10000.00,2015-06-20 00:38:02,0.00,failed,0,US,0.00,0.00,10000.00 +1047553814,InaugurApp : il portale delle inaugurazioni,Apps,Technology,EUR,2016-10-02,1900.00,2016-09-02 16:22:04,11.00,failed,3,IT,5.58,12.25,2116.59 +1047555872,Ezy Planner,Product Design,Design,AUD,2017-11-11,10000.00,2017-10-12 05:06:46,10018.00,successful,55,AU,115.93,7559.04,7545.46 +1047557062,Environmental Studies Thesis: On Farm Composting,Food,Food,USD,2013-05-03,800.00,2013-04-04 05:53:40,1006.00,successful,13,US,1006.00,1006.00,800.00 +1047563668,The Chef Paul Tasting Room - The Sweet Savory Experience,Food,Food,USD,2013-02-25,50000.00,2013-01-11 03:26:16,2019.00,failed,17,US,2019.00,2019.00,50000.00 +1047566154,Holly Diane Pulliam's Debut Album,Music,Music,USD,2011-08-23,5000.00,2011-07-09 18:39:03,208.33,failed,8,US,208.33,208.33,5000.00 +1047566504,GRID Traveler Trinity Audiobook,Fiction,Publishing,USD,2018-01-12,3970.00,2017-12-13 18:07:32,1174.00,live,6,US,75.00,1174.00,3970.00 +1047569489,AirHooks - Secure your AirPods. No strings attached!,Wearables,Technology,GBP,2017-02-07,10000.00,2017-01-08 17:19:29,350.00,failed,27,GB,0.00,436.18,12462.15 +1047572449,Foster Faces,Apps,Technology,USD,2017-10-09,10000.00,2017-09-09 02:36:38,385.00,failed,7,US,25.00,385.00,10000.00 +1047574653,Met Soprano Danielle Talamantes Records Her Debut Album!,Classical Music,Music,USD,2013-07-28,8800.00,2013-06-28 16:16:02,12215.00,successful,138,US,12215.00,12215.00,8800.00 +1047582160,Sounds for beats,Hip-Hop,Music,USD,2017-02-05,5000.00,2016-12-07 01:39:45,0.00,failed,0,US,0.00,0.00,5000.00 +1047583101,The Talent DVD,Shorts,Film & Video,USD,2013-07-21,10000.00,2013-06-21 03:36:49,32.00,failed,14,US,32.00,32.00,10000.00 +1047590159,Cherokee Inc.,Fiction,Publishing,USD,2014-11-03,5000.00,2014-10-04 20:13:12,50.00,failed,1,US,50.00,50.00,5000.00 +1047596056,The Gloaming,Horror,Film & Video,GBP,2016-04-30,600.00,2016-03-12 18:36:50,645.00,successful,15,GB,920.79,934.74,869.53 +1047602852,kristina nicole designs sample jewelry collection,Fashion,Fashion,USD,2012-07-07,20000.00,2012-05-23 23:38:06,4350.00,failed,48,US,4350.00,4350.00,20000.00 +1047615377,Brothers and Sisters,Fiction,Publishing,USD,2013-04-27,60000.00,2013-03-28 00:42:15,0.00,failed,0,US,0.00,0.00,60000.00 +1047629826,Standard Issue - life and trials of an average soldier.,Nonfiction,Publishing,USD,2015-06-24,5500.00,2015-05-23 09:38:23,3367.00,failed,35,US,3367.00,3367.00,5500.00 +1047630837,Chuck Norris: Invasion Heaven (Canceled),Animation,Film & Video,USD,2015-05-15,23000.00,2015-04-15 17:34:45,3739.00,canceled,41,US,3739.00,3739.00,23000.00 +1047635562,Deadly Park,Comic Books,Comics,USD,2014-10-07,1500.00,2014-09-07 19:31:24,77.00,failed,4,US,77.00,77.00,1500.00 +1047644854,Leaves Russell is recording its debut full-length album,Indie Rock,Music,USD,2012-10-22,3000.00,2012-09-22 04:43:18,5000.00,successful,64,US,5000.00,5000.00,3000.00 +1047647137,Help Chris Garcia Produce His Debut EP 'First Light',Country & Folk,Music,GBP,2017-07-30,300.00,2017-06-30 19:25:25,350.00,successful,29,GB,68.68,460.10,394.37 +1047650583,IHeartTRC Food Truck,Food Trucks,Food,USD,2016-01-31,50000.00,2016-01-01 01:17:33,20.00,failed,1,US,20.00,20.00,50000.00 +1047657788,Middle Class Mischief: Rotten - Debut Album,Rock,Music,USD,2013-02-02,1500.00,2013-01-03 23:25:59,1585.00,successful,56,US,1585.00,1585.00,1500.00 +1047658276,Pimp Garden Gnomes,Product Design,Design,USD,2013-08-30,3000.00,2013-08-16 01:06:33,573.00,failed,25,US,573.00,573.00,3000.00 +104765852,Shannon by Alex Anico ACT I,Horror,Film & Video,USD,2016-10-13,7500.00,2016-09-13 18:47:59,2.00,canceled,1,US,0.00,2.00,7500.00 +1047662453,Chuck Gibson's New Album: What Pleases You,Music,Music,USD,2013-03-06,9500.00,2013-01-25 23:10:02,9720.00,successful,31,US,9720.00,9720.00,9500.00 +"104766343,""You get an awesome portrait, because you're really awesome!"",Illustration,Art,USD,2012-02-24,3.00,2012-01-25 10:02:04,79.00,successful,7,US,79.00,79.00,3.00" +1047663809,spiiknao (Canceled),Academic,Publishing,EUR,2016-01-31,20000.00,2016-01-08 01:14:47,569.00,canceled,13,ES,611.68,637.39,22403.94 +1047677170,Overflow: A Debut New York Solo Exhibition of Conceptual Art,Art,Art,USD,2012-04-08,5000.00,2012-03-13 23:02:06,5681.00,successful,130,US,5681.00,5681.00,5000.00 +1047677553,Me To U,Apps,Technology,GBP,2016-05-29,50000.00,2016-03-30 20:56:23,0.00,failed,0,GB,0.00,0.00,72161.53 +"1047678486,Happily After,Publishing,Publishing,USD,2015-06-10,4000.00,2015-05-11 23:45:21,0.00,undefined,0,""N,0"""""",,0.00,4000.00" +1047683894,Nurture Nature Center’s Urban Recycle Garden,Public Art,Art,USD,2013-05-26,8000.00,2013-04-26 04:00:24,9500.50,successful,107,US,9500.50,9500.50,8000.00 +1047685525,Its Super Effective Show (Canceled),Film & Video,Film & Video,GBP,2014-05-31,7000.00,2014-05-01 01:18:29,591.00,canceled,12,GB,993.69,994.38,11777.77 +1047688254,Kelley's Lip Smackin' Best Salsa,Food,Food,USD,2013-08-31,22500.00,2013-08-01 13:45:56,86.00,failed,4,US,86.00,86.00,22500.00 +1047706388,SecurNex Total privacy,Apps,Technology,CAD,2014-10-23,2000.00,2014-09-23 21:43:28,10.00,failed,4,CA,9.14,8.92,1784.12 +104770841,WHILL : World's Most Advanced Personal Mobility Device,Hardware,Technology,USD,2014-07-11,30000.00,2014-06-11 18:55:08,35527.00,successful,252,US,35527.00,35527.00,30000.00 +1047720160,Convictions: A Card Game,Tabletop Games,Games,USD,2018-01-03,7300.00,2017-12-04 23:56:32,60.00,live,4,US,30.00,60.00,7300.00 +1047720742,The Office for Lost Objects™,Product Design,Design,USD,2010-02-06,5500.00,2009-12-07 04:03:37,2131.00,failed,25,US,2131.00,2131.00,5500.00 +104772325,Book: Climbing Injuries Solved,Academic,Publishing,USD,2015-05-20,7250.00,2015-04-20 21:10:12,8033.00,successful,136,US,8033.00,8033.00,7250.00 +1047739319,Judge Weapon,Rock,Music,USD,2017-09-15,2000.00,2017-09-01 04:47:10,0.00,canceled,0,US,0.00,0.00,2000.00 +"1047743648,""Projecting pendant, a revolutionary piece of jewellery"",Product Design,Design,GBP,2013-04-18,20000.00,2013-03-19 07:23:08,2134.00,failed,25,GB,3223.91,3275.67,30699.80" +1047747151,pendulum® - a shelf system designed to enlarge your space,Design,Design,EUR,2017-03-01,5000.00,2017-01-20 11:34:01,5340.00,successful,27,AT,0.00,5641.72,5282.51 +1047754491,Tall Men and Women Clothing Line Launch,Fashion,Fashion,USD,2014-06-26,25000.00,2014-05-27 02:45:35,1.00,failed,1,US,1.00,1.00,25000.00 +1047757165,Universal Climate Change Social Network - Decarbonize Now,Apps,Technology,USD,2017-07-01,40000.00,2017-05-31 05:14:26,1070.00,canceled,12,US,255.00,1070.00,40000.00 +1047758637,Wallabout Film Festival 2016,Festivals,Film & Video,USD,2016-04-28,1500.00,2016-04-06 19:53:23,671.00,failed,22,US,671.00,671.00,1500.00 +1047760626,The Yellow Coat- A magically illustrated children's story.,Children's Books,Publishing,USD,2013-05-29,7700.00,2013-04-25 21:47:42,520.00,failed,16,US,520.00,520.00,7700.00 +1047764956,Screen the movie SICK & SICKER in Georgia & Send 100 DVDs,Documentary,Film & Video,USD,2012-04-05,495.00,2012-03-09 00:41:06,495.00,successful,4,US,495.00,495.00,495.00 +"1047765770,""Matt Ray - """"Minnesota Moon"""" - New Album, Original Music"",Country & Folk,Music,USD,2016-11-12,1000.00,2016-10-13 15:02:57,1450.00,successful,33,US,92.00,1450.00,1000.00" +1047772644,Recording of New Album 2018,Country & Folk,Music,GBP,2018-01-07,4000.00,2017-11-21 15:01:00,6706.00,live,139,GB,3219.20,9146.83,5455.91 +1047772916,'THROO MY LENS' (VIDEO SERIES) (Canceled),Film & Video,Film & Video,GBP,2015-06-22,200.00,2015-05-23 13:41:43,0.00,canceled,0,GB,0.00,0.00,314.53 +1047776749,Dream of Emerald Hill,Shorts,Film & Video,GBP,2015-02-02,4000.00,2015-01-03 04:11:20,4001.00,successful,41,GB,6234.52,6128.70,6127.17 +1047807624,TeganBLittle Art - Canon Pixma Pro-10,Illustration,Art,CAD,2015-10-30,1800.00,2015-09-30 02:49:36,1800.00,successful,8,CA,1350.39,1366.22,1366.22 +1047826454,Safe and Sound: Audioplux™ Helmet Speakers,Product Design,Design,CAD,2013-11-08,10000.00,2013-09-30 18:28:54,14123.00,successful,184,CA,13702.90,13508.37,9564.80 +1047832909,Wesley's Perceptions Design: the ultimate fashion in pedwear,Fashion,Fashion,USD,2014-01-21,60000.00,2013-11-22 20:44:20,0.00,failed,0,US,0.00,0.00,60000.00 +1047837964,BIT BANK,Web,Technology,EUR,2017-06-23,32000.00,2017-05-19 12:55:27,10.00,suspended,1,IT,11.16,11.17,35753.79 +1047860650,Adopt a School for Shared Shakes Artists in the Schools,Plays,Theater,USD,2014-11-05,500.00,2014-10-15 22:22:25,530.11,successful,9,US,530.11,530.11,500.00 +1047861971,Reckoning: The Card Game,Tabletop Games,Games,USD,2017-10-12,35000.00,2017-09-12 16:59:01,921.00,canceled,23,US,901.00,921.00,35000.00 +1047869884,The Life I Didin't See Comming,Nonfiction,Publishing,USD,2016-07-28,4500.00,2016-06-28 20:28:49,15.00,failed,1,US,0.00,15.00,4500.00 +"1047883056,""The Rogue Raven Board Game Pub - Bellingham, WA"",Restaurants,Food,USD,2016-12-02,1500.00,2016-11-02 21:04:16,5341.00,successful,106,US,2790.00,5341.00,1500.00" +1047895825,The Mind of a Debt-Free Student,Nonfiction,Publishing,USD,2015-01-23,3000.00,2014-12-22 23:10:03,3340.00,successful,27,US,3340.00,3340.00,3000.00 +104789749,Up-lifting Up-Fit!,Spaces,Theater,USD,2015-02-10,4000.00,2015-01-20 17:52:10,4685.00,successful,55,US,4685.00,4685.00,4000.00 +104790381,Alchemy of Divinity: BE your TRUE Self. Dance Event,Spaces,Dance,AUD,2014-12-19,575.00,2014-12-14 03:10:17,52.00,failed,4,AU,42.97,42.53,470.31 +1047910885,Barack Obama Cartoons,Comics,Comics,USD,2012-04-02,7000.00,2012-02-02 04:19:15,0.00,failed,0,US,0.00,0.00,7000.00 +1047911236,Scientist Podcast,Audio,Journalism,USD,2017-08-23,2500.00,2017-07-24 17:51:27,2591.00,successful,67,US,415.00,2591.00,2500.00 +"1047921701,""-Super Princess--Turns out """"Princess"""" is what you make of it"",Children's Books,Publishing,USD,2012-11-01,900.00,2012-10-07 08:35:13,1341.00,successful,45,US,1341.00,1341.00,900.00" +1047922016,The Monkey and the Mouse: Where's The Cheese?,Comics,Comics,GBP,2013-08-25,500.00,2013-07-26 17:24:55,900.00,successful,55,GB,1377.51,1394.87,774.93 +1047929490,Ring Veteran - Pro Wrestling TCG,Video Games,Games,USD,2015-02-26,64000.00,2015-01-27 02:00:57,5540.00,failed,62,US,5540.00,5540.00,64000.00 +1047930135,Dinosaur Island!,Video Games,Games,USD,2014-10-10,40000.00,2014-09-01 04:01:39,5027.00,failed,70,US,5027.00,5027.00,40000.00 +1047940620,We're Not Afraid,Drama,Film & Video,USD,2017-01-16,11000.00,2016-11-23 04:06:50,11075.00,successful,43,US,0.00,11075.00,11000.00 +1047944004,EAST/WEST Food Drive to better SERVE Artists!,Food,Food,USD,2009-10-31,2500.00,2009-10-01 13:32:54,2580.00,successful,28,US,2580.00,2580.00,2500.00 +"1047949960,Attention Nutters! The Pirate Party Brigade need your help!,Music,Music,GBP,2015-04-16,1000.00,2015-02-17 10:26:12,1035.00,undefined,0,""N,0"""""",,1554.73,1502.16" +1047950625,Online Aerial Photography Course by Flying IQ,Software,Technology,USD,2015-09-01,2250.00,2015-08-03 19:07:52,2250.00,successful,17,US,2250.00,2250.00,2250.00 +1047961351,Write/Peace (Canceled),Journalism,Journalism,USD,2012-04-20,25000.00,2012-03-21 20:53:31,105.00,canceled,5,US,105.00,105.00,25000.00 +1047967394,Colorful Custom Earphones,Wearables,Technology,USD,2015-12-02,3500.00,2015-11-02 21:00:32,210.00,failed,10,US,210.00,210.00,3500.00 +1047968675,UNTERMENSCH WWII Period Film,Shorts,Film & Video,USD,2010-11-18,800.00,2010-10-19 20:29:20,50.00,failed,3,US,50.00,50.00,800.00 +1047968859,OUT FOR VENGEANCE (2016) (Action/thriller feature film),Action,Film & Video,EUR,2016-10-19,20000.00,2016-09-19 05:03:01,2230.00,failed,7,NL,92.62,2427.58,21772.03 +"1047970385,""""""Postscript"""" - the brand new studio album from Ryan Cohen!"",Indie Rock,Music,USD,2012-11-27,2500.00,2012-11-06 02:45:28,2760.00,successful,56,US,2760.00,2760.00,2500.00" +1047971791,In The Forest Of Darkness,Shorts,Film & Video,USD,2011-09-16,3000.00,2011-08-29 02:05:55,0.00,failed,0,US,0.00,0.00,3000.00 +1047972973,Everyday Objects - 1 photo a day for 60 days,Photography,Photography,GBP,2014-09-06,3000.00,2014-07-08 22:44:48,10.00,failed,1,GB,17.14,16.23,4869.81 +1047975903,Batbear,Comic Books,Comics,USD,2015-05-08,1000.00,2015-04-08 23:56:41,1290.00,successful,44,US,1290.00,1290.00,1000.00 +1047984986,NaviSki-- Keeping the Earth green and the mountains white!,Design,Design,USD,2012-07-28,58000.00,2012-06-24 19:16:39,2437.00,failed,26,US,2437.00,2437.00,58000.00 +1047994484,THE DARK WEB 2017,Drama,Film & Video,USD,2017-03-18,25000.00,2017-03-11 22:07:38,25.00,failed,1,US,0.00,25.00,25000.00 +1047995828,SEW YOU Fabric Rose (Canceled),DIY,Crafts,USD,2016-01-16,8000.00,2015-12-17 20:42:41,159.00,canceled,3,US,159.00,159.00,8000.00 +1047998329,Resonant Bodies Festival End-of-Year Donation Extravaganza!,Classical Music,Music,USD,2018-01-01,5500.00,2017-11-27 03:55:42,5750.00,successful,62,US,90.00,5750.00,5500.00 +1048012191,Maid in Dubai,Fiction,Publishing,GBP,2013-06-19,7000.00,2013-05-20 20:18:37,508.00,failed,13,GB,771.26,784.65,10812.15 +"1048018839,""Helmet LED """"Tri-Beam"""""",Product Design,Design,NZD,2016-09-29,10000.00,2016-09-09 20:30:49,342.00,failed,11,NZ,60.47,248.37,7262.16" +1048019599,The Cry of the South,Fiction,Publishing,USD,2013-05-22,600.00,2013-04-22 20:23:31,605.00,successful,4,US,605.00,605.00,600.00 +1048023552,Filipino American Artist Directory 2017 Edition,Art,Art,USD,2017-12-17,3500.00,2017-11-17 22:07:44,4235.00,successful,66,US,650.00,4235.00,3500.00 +1048024137,Follicles of Me,Documentary,Film & Video,USD,2014-03-01,25000.00,2014-01-24 01:16:51,30.00,failed,2,US,30.00,30.00,25000.00 +1048034131,Get Ready for the SR15 Smartphone Robot (Canceled),Robots,Technology,USD,2014-11-14,945000.00,2014-10-15 05:34:13,4576.00,canceled,9,US,4576.00,4576.00,945000.00 +1048035002,Truth Collection - Expanding the Brand Inspired by YOU,Fashion,Fashion,USD,2012-04-03,15000.00,2012-02-18 03:32:41,1627.00,failed,31,US,1627.00,1627.00,15000.00 +1048036239,Lovely Haunting,Video Games,Games,USD,2015-03-14,25000.00,2015-02-02 03:20:41,502.00,failed,15,US,502.00,502.00,25000.00 +1048037186,Moon,Shorts,Film & Video,USD,2011-05-30,1000.00,2011-04-30 02:20:32,2276.00,successful,46,US,2276.00,2276.00,1000.00 +1048038796,Space Movers Board Game and Comic Adventure RELAUNCH,Tabletop Games,Games,USD,2014-11-17,20000.00,2014-10-14 16:00:47,26059.00,successful,357,US,26059.00,26059.00,20000.00 +1048040212,The Orlando Tech Community,Technology,Technology,USD,2017-02-17,165000.00,2017-01-18 15:32:26,47554.00,failed,223,US,17305.00,47554.00,165000.00 +"1048043359,""Ground Breaking Documentary - """"BERLIN ELECTRIC"""""",Documentary,Film & Video,USD,2013-12-31,15000.00,2013-12-03 06:30:37,240.00,failed,4,US,240.00,240.00,15000.00" +1048052583,Kumostat and Kumo Sensors (Canceled),Hardware,Technology,USD,2014-05-06,50000.00,2014-03-07 00:37:25,9673.00,canceled,95,US,9673.00,9673.00,50000.00 +1048062141,Control: Space,Tabletop Games,Games,USD,2016-09-28,7500.00,2016-09-01 05:58:17,3215.00,failed,44,US,65.00,3215.00,7500.00 +1048062661,The Serpentine Chain: A Buried Appalachian Secret,Painting,Art,USD,2014-11-16,12800.00,2014-09-27 04:51:41,16125.00,successful,69,US,16125.00,16125.00,12800.00 +1048064803,Flow Kinetic Light Sculpture,Sculpture,Art,GBP,2016-06-25,1000.00,2016-05-01 11:50:44,5.00,failed,1,GB,7.31,6.64,1328.29 +1048073331,Inka Nuts,Food,Food,USD,2014-08-01,500.00,2014-07-02 19:29:04,1568.00,successful,58,US,1568.00,1568.00,500.00 +1048076876,Hamac by Shelto,Product Design,Design,EUR,2017-05-31,8000.00,2017-05-01 20:34:57,409.00,failed,3,FR,0.00,458.78,8973.64 +"1048077988,""Straw Dogs Demo """"Marshall Drive"""""",Rock,Music,USD,2015-03-16,300.00,2015-02-14 22:51:18,41.00,failed,3,US,41.00,41.00,300.00" +1048082845,Special Edition Lathe Picture LP Of Blackhouse,Music,Music,CAD,2018-01-09,700.00,2017-11-10 23:22:45,440.00,live,5,CA,196.37,351.47,559.15 +1048083831,The Stir of the River,Film & Video,Film & Video,USD,2011-08-17,1000.00,2011-07-18 23:07:19,10.00,failed,2,US,10.00,10.00,1000.00 +1048084754,Wildbaby Co. | smart baby rompers that create jobs,Fashion,Fashion,USD,2017-11-16,30000.00,2017-10-17 17:00:53,11962.00,failed,79,US,4014.00,11962.00,30000.00 +"1048087166,""FULL PRODUCTION FILM: """"HEAVENLY DOORS"""""",Film & Video,Film & Video,USD,2011-09-13,100000.00,2011-08-13 15:11:51,56.00,failed,4,US,56.00,56.00,100000.00" +1048093000,Oil and Skin. Painting and tattooing as complements.,Mixed Media,Art,GBP,2015-02-27,2000.00,2015-01-28 18:55:20,1245.00,failed,17,GB,1879.71,1922.75,3088.76 +1048101930,Linda's Peace School,Children's Books,Publishing,USD,2013-07-25,3000.00,2013-06-25 16:32:06,0.00,failed,0,US,0.00,0.00,3000.00 +1048120066,Name Currently Evolving,Drinks,Food,USD,2016-11-08,2500.00,2016-10-18 21:02:11,50.00,canceled,1,US,0.00,50.00,2500.00 +"1048134478,""Pre-orders for """"The Chimera of Prague"""" a novel"",Fiction,Publishing,USD,2017-10-13,1000.00,2017-08-17 13:51:59,1289.00,successful,21,US,155.00,1289.00,1000.00" +1048137269,DARKEST PERU - 1920's Lovecraftian Style Novel,Fiction,Publishing,USD,2012-08-02,4000.00,2012-07-03 21:53:09,1066.00,failed,71,US,1066.00,1066.00,4000.00 +1048137581,If my glasses are so rosy-pink why are yours still B&W,Performance Art,Art,USD,2012-04-15,600.00,2012-03-01 08:03:06,655.00,successful,16,US,655.00,655.00,600.00 +1048139903,French National Police Film Project,Action,Film & Video,EUR,2017-06-20,2500.00,2017-05-16 16:32:45,4.00,failed,1,IE,0.00,4.47,2793.26 +"1048141256,""Surprise, Surprise!!! - A """"SURPRISING"""" Romantic Comedy!!!"",Shorts,Film & Video,USD,2011-03-15,31500.00,2011-02-13 21:09:46,0.00,failed,0,US,0.00,0.00,31500.00" +1048150083,Arrival in Hell: Remaking a Classic Point & Click Adventure,Video Games,Games,GBP,2016-10-06,13200.00,2016-09-06 09:00:25,2942.00,failed,118,GB,157.02,3627.31,16274.80 +"1048151462,""Those Manic Seas 7"""" record release project!"",Indie Rock,Music,USD,2013-02-06,450.00,2013-01-12 05:47:38,887.00,successful,30,US,887.00,887.00,450.00" +1048154369,Circle in a Square - A Lauren Kinhan Production,Jazz,Music,USD,2012-12-17,17000.00,2012-11-13 18:32:04,17556.00,successful,203,US,17556.00,17556.00,17000.00 +1048159538,Wongamania: Banana Economy - A Game of Economic Manipulation,Tabletop Games,Games,AUD,2015-12-18,10000.00,2015-11-19 13:40:10,15210.00,successful,373,AU,10792.47,10838.74,7126.06 +1048162084,Meducational - A card game for medics!,Playing Cards,Games,GBP,2017-11-12,400.00,2017-10-13 22:37:37,1223.00,successful,92,GB,0.00,1613.84,527.83 +1048171302,Macho Lara Worship Project,Music,Music,USD,2017-05-01,6500.00,2017-03-30 14:51:29,7017.00,successful,79,US,808.00,7017.00,6500.00 +1048174347,Peace 4 Paris,Apparel,Fashion,EUR,2015-12-17,15.00,2015-11-17 20:06:15,1.00,failed,1,FR,1.07,1.08,16.25 +"1048175604,Luke Fincher to perform in Saint Lucia 2015!,Music,Music,GBP,2015-04-13,2000.00,2015-03-30 19:40:34,200.00,undefined,0,""N,0"""""",,300.43,3004.31" +1048176400,Little Lady Boutique,Ready-to-wear,Fashion,AUD,2015-05-16,1500.00,2015-04-16 02:20:20,0.00,failed,0,AU,0.00,0.00,1182.41 +1048177008,80/20show,Webseries,Film & Video,USD,2012-10-09,6000.00,2012-09-11 04:52:46,6550.00,successful,89,US,6550.00,6550.00,6000.00 +104817726,Colin Leonard:: Debut EP:: Valleys.,Country & Folk,Music,USD,2013-11-21,4000.00,2013-10-21 21:03:03,4075.00,successful,40,US,4075.00,4075.00,4000.00 +1048180045,BIRMINGHAM'S FIRST AND ONLY PERMANENT DRIVE-IN MOVIE CINEMA,Movie Theaters,Film & Video,GBP,2016-12-22,20000.00,2016-10-26 21:04:05,35.00,canceled,3,GB,0.00,42.87,24498.70 +1048180345,Bucket King 3D 2.0 2-6 Player Dexterity Game by Stefan Dorra,Tabletop Games,Games,USD,2017-04-20,5000.00,2017-03-30 17:11:02,1917.00,canceled,52,US,1917.00,1917.00,5000.00 +104818455,Channel 19 in HD,Comedy,Film & Video,SEK,2014-11-19,11000.00,2014-10-20 23:23:20,3575.00,failed,19,SE,497.94,481.16,1480.48 +1048191370,boxity - decorative storage resembling city buildings,Printing,Crafts,DKK,2014-12-20,15000.00,2014-11-10 19:19:20,600.00,canceled,2,DK,100.40,98.54,2463.62 +1048191391,Brett Elizabeth Jenkins' Midwest Poetry Tour (Canceled),Poetry,Publishing,USD,2010-08-02,2468.00,2010-05-05 05:57:20,1247.72,canceled,26,US,1247.72,1247.72,2468.00 +1048194940,Oakman Open range farm,Farms,Food,USD,2015-06-25,5000.00,2015-05-26 23:44:52,0.00,failed,0,US,0.00,0.00,5000.00 +1048195349,Thank You for Your Support (Canceled),Design,Design,USD,2016-05-19,60000.00,2016-04-04 04:14:56,13283.14,canceled,145,US,13283.14,13283.14,60000.00 +104820554,Taylor's been selected to represent Canada at World Hip Hop,Performances,Dance,CAD,2014-07-10,3500.00,2014-06-17 06:19:34,75.00,failed,2,CA,69.10,70.48,3289.16 +1048233502,Porphyrophobia - A short film,Shorts,Film & Video,GBP,2013-09-08,2500.00,2013-08-09 22:19:38,2675.00,successful,90,GB,4133.21,4234.34,3957.32 +1048233962,MOSSLESS Magazine,Periodicals,Publishing,USD,2010-12-24,4000.00,2010-11-22 21:33:30,4776.55,successful,89,US,4776.55,4776.55,4000.00 +"1048235625,""Kinetic Love: a simple, tangible expression of love"",Product Design,Design,USD,2014-10-11,2800.00,2014-08-27 00:12:14,120.00,failed,5,US,120.00,120.00,2800.00" +1048239942,Steampunk Inspired Jewelry One Of A Kind Handmade Pieces,Jewelry,Fashion,USD,2016-11-24,1000.00,2016-10-29 01:10:24,540.00,failed,13,US,218.00,540.00,1000.00 +104824266,Art Barn (Canceled),Mixed Media,Art,USD,2014-07-24,10000.00,2014-06-21 01:45:15,560.00,canceled,10,US,560.00,560.00,10000.00 +1048245207,Barluath's Second Album,Country & Folk,Music,GBP,2014-10-20,2500.00,2014-09-20 12:38:33,3524.00,successful,49,GB,5810.92,5656.23,4012.65 +1048259680,CREATURES OF THE NIGHT (Canceled),Animation,Film & Video,USD,2015-10-20,300000.00,2015-09-20 00:52:12,5.00,canceled,1,US,5.00,5.00,300000.00 +1048274297,ART_ LIVE FREE OR DIE: John-Paul Zarba,Conceptual Art,Art,USD,2016-06-05,12400.00,2016-05-06 17:57:18,1055.00,failed,11,US,1055.00,1055.00,12400.00 +104827744,Greater Sandhill Crane Video,Documentary,Film & Video,USD,2012-03-27,57000.00,2012-02-11 03:13:54,20.00,failed,1,US,20.00,20.00,57000.00 +1048277991,Roots Mercantile - Vertical Succulent Art Installations,Mixed Media,Art,USD,2014-06-13,5000.00,2014-05-23 21:58:52,7.00,failed,3,US,7.00,7.00,5000.00 +1048286333,SOUTH PARK SUMMER FEST,Music,Music,USD,2012-08-24,7600.00,2012-07-27 22:43:33,75.00,failed,1,US,75.00,75.00,7600.00 +1048291575,The Endangered Species Print Project,Illustration,Art,USD,2009-12-13,2500.00,2009-09-14 23:41:52,0.00,failed,0,US,0.00,0.00,2500.00 +104829303,WicInk Apparel.,Apparel,Fashion,AUD,2017-08-20,1500.00,2017-07-11 05:47:11,20.00,failed,1,AU,0.00,15.83,1187.18 +"1048298266,""""""Mente"""" Western Noir Short Film"",Shorts,Film & Video,USD,2016-06-03,5000.00,2016-04-19 00:41:46,237.00,failed,12,US,237.00,237.00,5000.00" +1048304743,The Buckham Boot,Footwear,Fashion,USD,2015-11-01,20000.00,2015-10-02 01:36:09,31267.15,successful,135,US,31267.15,31267.15,20000.00 +1048308488,Collision Course,Plays,Theater,GBP,2016-10-16,350.00,2016-09-15 17:36:18,558.00,successful,31,GB,0.00,680.07,426.57 +1048310034,Tour Promotion and Recording,Music,Music,USD,2011-05-25,20000.00,2011-02-23 00:04:48,0.00,failed,0,US,0.00,0.00,20000.00 +1048312956,The Future of Fashion,Fashion,Fashion,USD,2012-07-27,20000.00,2012-06-12 05:57:37,7195.00,failed,36,US,7195.00,7195.00,20000.00 +1048313957,(UN)Cozy with my Toe-sies (Children's Book),Children's Books,Publishing,USD,2014-04-09,5000.00,2014-03-10 06:26:50,325.00,failed,7,US,325.00,325.00,5000.00 +1048315243,Unveiled: New Members New Music,Rock,Music,USD,2011-12-09,1000.00,2011-11-09 20:48:54,1025.00,successful,21,US,1025.00,1025.00,1000.00 +1048325132,GADZOOKS Children's Museum & Creative Play Website,Art,Art,USD,2015-07-23,20000.00,2015-06-23 14:26:04,0.00,failed,0,US,0.00,0.00,20000.00 +104832728,Semaphon SP-400 Semantic Phone Number Converter for Windows,Software,Technology,USD,2015-11-06,9000.00,2015-10-07 16:27:22,0.00,failed,0,US,0.00,0.00,9000.00 +1048331284,Pats for Cats in Hats,Photography,Photography,AUD,2014-10-25,50.00,2014-09-25 23:14:19,0.00,failed,0,AU,0.00,0.00,43.95 +1048336797,Shugga Wuggas Farm,Farms,Food,USD,2015-05-20,5500.00,2015-03-21 22:43:11,975.00,failed,9,US,975.00,975.00,5500.00 +1048336902,Amber's Haunt,Shorts,Film & Video,GBP,2014-03-15,750.00,2014-02-03 22:55:21,50.00,failed,1,GB,82.20,82.45,1236.69 +1048341964,KinderGarten : A collection of creepy stories by Shawn Coss,Anthologies,Comics,USD,2016-10-06,21000.00,2016-09-01 20:02:41,38287.70,successful,549,US,14258.69,38287.70,21000.00 +1048352894,The Boy Who Couldn't Lie,Children's Books,Publishing,USD,2012-10-02,8000.00,2012-09-01 20:21:38,681.00,failed,17,US,681.00,681.00,8000.00 +1048355197,Jimi Jaxon Hits The Road: Blog Tour and Label Release,Electronic Music,Music,USD,2014-06-05,11000.00,2014-05-06 09:00:03,3055.27,failed,42,US,3055.27,3055.27,11000.00 +1048360371,Flourish - A Women's Choir,World Music,Music,CAD,2015-12-16,15000.00,2015-11-16 03:22:17,100.00,failed,1,CA,75.08,71.65,10748.07 +"1048362865,""""""Pleasant Pastures"""" Pilot"",Film & Video,Film & Video,USD,2011-12-15,8000.00,2011-11-15 20:44:35,8265.00,successful,34,US,8265.00,8265.00,8000.00" +1048380489,Kytso Creative Notebook (Canceled),Product Design,Design,GBP,2015-06-20,11000.00,2015-05-21 22:57:47,316.00,canceled,16,GB,490.46,496.96,17299.13 +1048381137,FARM ATTACK: Action RPG Unusual Game,Video Games,Games,USD,2012-07-21,25000.00,2012-06-21 01:11:51,1222.00,failed,22,US,1222.00,1222.00,25000.00 +"1048385833,""Balarel, Ainsi va la Vie"",Dance,Dance,CAD,2017-04-23,2000.00,2017-03-23 23:41:09,2150.00,successful,65,CA,97.18,1575.67,1465.74" +1048387351,Cleft-Lip Repair In Thailand: A Study to Improve Care,Academic,Publishing,USD,2014-06-24,3500.00,2014-06-04 17:11:39,3835.63,successful,54,US,3835.63,3835.63,3500.00 +1048392215,KYTA PaintArt,Painting,Art,USD,2012-09-06,500.00,2012-08-07 04:40:22,0.00,failed,0,US,0.00,0.00,500.00 +1048399191,Trashbat Patches & Pins!!,Fashion,Fashion,USD,2012-05-24,85.00,2012-05-09 01:40:58,1002.94,successful,32,US,1002.94,1002.94,85.00 +1048407812,E.Y.E.S. 2,R&B,Music,USD,2014-09-18,3000.00,2014-08-19 02:04:33,0.00,failed,0,US,0.00,0.00,3000.00 +1048413862,Gallery for Incomparable Works of Art,Painting,Art,USD,2016-03-26,25000.00,2016-01-26 16:53:43,22.00,failed,4,US,22.00,22.00,25000.00 +104842473,Beyond the Revenge of Devil Spooks in Freak Show Land! ,Art,Art,USD,2011-05-16,1500.00,2011-04-16 06:29:54,25.00,failed,1,US,25.00,25.00,1500.00 +1048427119,Jay West Album,Music,Music,USD,2012-10-09,5000.00,2012-09-24 18:45:00,10.00,failed,1,US,10.00,10.00,5000.00 +1048435530,Take It!,Mobile Games,Games,SEK,2017-03-04,10000.00,2017-01-03 23:03:24,0.00,failed,0,SE,0.00,0.00,1107.36 +1048435688,Ravenna Creek Coffee,Drinks,Food,USD,2015-10-13,1000.00,2015-08-29 02:22:20,91.00,failed,3,US,91.00,91.00,1000.00 +1048441688,SOULDIER SUPPLY KITS // The box that changed the world!!,Fashion,Fashion,USD,2015-07-01,20000.00,2015-06-01 04:44:25,26628.00,successful,275,US,26628.00,26628.00,20000.00 +1048449485,Meet Sam Henry. A Little Light to Find your Way.,Product Design,Design,USD,2014-08-18,23000.00,2014-07-19 17:10:04,2944.00,failed,30,US,2944.00,2944.00,23000.00 +1048463305,Athens Burning: The Story of the GA Theatre & Athens Music,Documentary,Film & Video,USD,2011-01-10,3500.00,2010-11-26 23:30:59,757.00,failed,22,US,757.00,757.00,3500.00 +1048491007,I'm Picking Up Gourd Vibrations,Woodworking,Crafts,USD,2014-07-22,3000.00,2014-06-22 15:56:24,3069.00,successful,29,US,3069.00,3069.00,3000.00 +1048503969,MUSICOTERAPIA E DIDATTICA INCLUSIVA,World Music,Music,EUR,2016-10-30,2100.00,2016-10-27 09:03:45,1.00,failed,1,IT,0.00,1.11,2329.53 +1048506018,Cuspid Pro-A New Kind Of Nail Clipper,Product Design,Design,HKD,2017-06-19,100000.00,2017-05-18 15:08:58,130861.00,suspended,465,HK,3050.75,16777.48,12820.84 +1048506603,Cosplay Timelines: Five Years on the Convention Trail,Photography,Photography,CAD,2014-03-17,4500.00,2014-02-11 00:03:03,320.00,failed,5,CA,290.04,285.69,4017.50 +1048509847,Indigo Valley Short Film,Film & Video,Film & Video,USD,2017-06-19,13000.00,2017-05-25 18:14:07,14000.00,successful,143,US,1305.00,14000.00,13000.00 +1048516411,Dream it. Live it.,Apparel,Fashion,USD,2017-07-12,5000.00,2017-06-12 04:46:17,2.00,canceled,1,US,2.00,2.00,5000.00 +1048521282,Brave Songs: Voices for Justice,World Music,Music,USD,2014-08-08,3000.00,2014-07-03 23:58:14,3110.00,successful,57,US,3110.00,3110.00,3000.00 +"1048522248,""Public Health, Private Pain (Canceled)"",Documentary,Film & Video,USD,2012-09-10,50000.00,2012-08-16 00:55:50,11396.00,canceled,124,US,11396.00,11396.00,50000.00" +1048523728,The Black Tongue Lexicon,Performance Art,Art,USD,2015-07-05,9900.00,2015-06-05 20:25:22,3509.00,failed,21,US,3509.00,3509.00,9900.00 +1048527108,Mardi Gras - Local Workers Perspective,Documentary,Film & Video,USD,2014-02-02,2500.00,2013-12-30 22:25:09,10.00,failed,1,US,10.00,10.00,2500.00 +1048533758,Re-Creating my Norse Art from Deities & Demigods,Illustration,Art,USD,2012-02-06,2500.00,2012-01-06 18:36:15,2635.00,successful,54,US,2635.00,2635.00,2500.00 +1048539871,Gulliver's Gate - (This campaign is relocating) (Canceled),Design,Design,USD,2014-06-12,165000.00,2014-05-13 23:05:26,28074.00,canceled,106,US,28074.00,28074.00,165000.00 +1048544338,PLEASE TOUCH THE ARTWORK - Project for Art Accessibility,Art,Art,USD,2011-05-16,7500.00,2011-03-01 23:17:57,7661.00,successful,64,US,7661.00,7661.00,7500.00 +1048548763,Nature Photography,Nature,Photography,USD,2014-09-06,1500.00,2014-08-07 03:07:49,0.00,failed,0,US,0.00,0.00,1500.00 +1048557609,Ramen Rendezvous @ OFOSHO,Performance Art,Art,USD,2017-08-23,650.00,2017-08-11 15:09:19,1500.00,successful,28,US,866.00,1500.00,650.00 +1048559466,Lyme and Tick-borne Disease Podcast,Audio,Journalism,USD,2016-09-18,15000.00,2016-07-20 20:33:15,25.00,failed,1,US,0.00,25.00,15000.00 +1048564914,Installation: Model UNHCR Refugee Camp,Art,Art,USD,2017-03-03,300.00,2017-02-09 23:34:58,381.00,successful,9,US,150.00,381.00,300.00 +1048565852,Mealtime Sabotage,Tabletop Games,Games,USD,2013-07-17,4200.00,2013-06-17 18:36:19,4317.00,successful,86,US,4317.00,4317.00,4200.00 +1048572980,Équipements Studio d'enregistrement - Créations d'albums.,Music,Music,CAD,2016-10-09,2000.00,2016-09-09 21:03:07,0.00,failed,0,CA,0.00,0.00,1519.06 +1048573148,Poeticus Project: Anthology of Poetry,Poetry,Publishing,USD,2013-09-11,2000.00,2013-08-12 21:42:02,84.00,failed,4,US,84.00,84.00,2000.00 +1048573787,Single Release Kickstarter T's (Canceled),Apparel,Fashion,USD,2015-07-02,2600.00,2015-06-13 04:42:11,0.00,canceled,0,US,0.00,0.00,2600.00 +"104857521,""Michael Castro - """"For the Love of Music!"""""",Indie Rock,Music,USD,2010-10-31,8000.00,2010-09-29 19:41:08,8321.00,successful,86,US,8321.00,8321.00,8000.00" +1048577059,Swift & Co | Innovative Men's Footwear,Footwear,Fashion,GBP,2016-01-01,40000.00,2015-11-17 12:30:41,2246.00,failed,19,GB,3416.59,3273.48,58298.84 +1048577676,Love Songs for Nobody - (My First Full Album Release!),Music,Music,USD,2017-08-06,1300.00,2017-07-17 22:31:48,1522.00,successful,34,US,80.00,1522.00,1300.00 +"10485797,""To Publish """"Silent Submission"""" in Middle East & Europe!"",Nonfiction,Publishing,USD,2012-11-12,5000.00,2012-10-23 03:34:10,0.00,failed,0,US,0.00,0.00,5000.00" +1048590361,Tenkiv Nexus | Solving the Clean Water Crisis,Technology,Technology,USD,2017-02-04,50000.00,2017-01-05 20:18:37,50343.01,successful,299,US,5521.00,50343.01,50000.00 +1048596102,The Man Who Saved Nepal Saves Nicaragua: The Film,Documentary,Film & Video,USD,2014-11-15,10000.00,2014-10-18 00:03:56,10100.00,successful,48,US,10100.00,10100.00,10000.00 +1048608601,Dockit - The Perfect Dock For Apple Devices,Product Design,Design,CHF,2017-09-29,20000.00,2017-08-31 17:45:15,10162.00,canceled,32,CH,1718.61,10471.54,20609.21 +1048609910,GidBean - don't buy!,Web,Technology,CHF,2016-07-28,20000.00,2016-06-28 16:47:25,10.00,failed,1,CH,0.00,10.27,20535.99 +104861206,The Clandestine - Season 1,Webseries,Film & Video,USD,2012-06-01,5000.00,2012-04-19 13:04:04,7095.23,successful,161,US,7095.23,7095.23,5000.00 +1048624743,Looking for The Little Prince,Fantasy,Film & Video,USD,2015-05-02,650.00,2015-04-02 19:12:49,0.00,failed,0,US,0.00,0.00,650.00 +1048626562,How do young people relate to the Holocaust?,Nonfiction,Publishing,USD,2011-08-18,6500.00,2011-07-19 21:34:49,275.00,failed,5,US,275.00,275.00,6500.00 +1048627129,POSTURES: A Short Comedy,Shorts,Film & Video,USD,2011-07-14,2500.00,2011-06-07 16:18:38,3136.00,successful,67,US,3136.00,3136.00,2500.00 +1048638955,Does the Church Push or Pull?,Documentary,Film & Video,USD,2010-12-18,3500.00,2010-11-04 21:53:46,30.00,failed,1,US,30.00,30.00,3500.00 +1048647307,MyPiFi LED board FINAL HOURS,DIY Electronics,Technology,GBP,2014-07-11,800.00,2014-06-11 17:01:06,1300.00,successful,126,GB,2185.49,2225.61,1369.61 +1048649329,Lisa's Lovely Loot,Crafts,Crafts,GBP,2014-06-20,200.00,2014-05-21 20:04:05,72.00,failed,3,GB,121.08,122.68,340.77 +104865359,Fantasy Guyisland,Art,Art,USD,2018-02-11,25000.00,2017-12-28 18:23:49,0.00,live,0,US,0.00,0.00,25000.00 +1048659335,Fury : Outburst Control ! Heavy Weapons,Tabletop Games,Games,EUR,2015-07-25,5000.00,2015-06-10 19:59:57,6843.00,successful,93,FR,7747.30,7504.69,5483.48 +1048667159,Smakaball,Games,Games,USD,2015-02-12,75000.00,2015-01-23 03:54:29,22.00,failed,3,US,22.00,22.00,75000.00 +1048675858,Global Sustainability,Documentary,Film & Video,USD,2013-06-13,1500.00,2013-05-14 21:32:34,1731.00,successful,27,US,1731.00,1731.00,1500.00 +1048678381,Battle Nerds (Canceled),Tabletop Games,Games,USD,2012-11-23,3000.00,2012-10-24 21:01:48,365.00,canceled,16,US,365.00,365.00,3000.00 +"1048684591,""Finish """"Lunatics!"""" Pilot Episode!"",Animation,Film & Video,USD,2013-08-21,42000.00,2013-07-20 07:09:17,2081.00,failed,46,US,2081.00,2081.00,42000.00" +1048686670,Animal Soul,Art Books,Publishing,GBP,2016-02-24,22500.00,2016-01-22 18:54:49,22701.61,successful,390,GB,32189.63,31729.65,31447.86 +1048688015,Mundarte,Film & Video,Film & Video,MXN,2017-05-05,250000.00,2017-04-05 05:04:09,0.00,failed,0,MX,0.00,0.00,13119.23 +1048690589,FISHBOWL ~ The Party Game for Creativity AND Retention!,Tabletop Games,Games,USD,2014-11-27,8888.00,2014-10-29 04:00:12,2345.00,failed,41,US,2345.00,2345.00,8888.00 +1048690826,Silver Orphan - A social novel about the graying of America,Fiction,Publishing,USD,2013-10-03,8000.00,2013-09-03 15:25:17,0.00,failed,0,US,0.00,0.00,8000.00 +1048696745,Nathalia's Bilingual Children's Album,Kids,Music,USD,2012-04-09,1500.00,2012-03-10 01:37:21,2698.00,successful,64,US,2698.00,2698.00,1500.00 +1048722552,Cindi's Bead Works,DIY,Crafts,USD,2017-05-11,4000.00,2017-04-11 00:40:15,30.00,failed,1,US,30.00,30.00,4000.00 +1048728156,WiFi Motors,DIY Electronics,Technology,USD,2016-11-02,85000.00,2016-10-03 18:16:35,8296.00,failed,76,US,1668.00,8296.00,85000.00 +104872898,Mobile game startup for a CURE (DBA STRONG GAMES),Mobile Games,Games,CAD,2016-09-04,8000.00,2016-08-15 11:31:20,400.00,canceled,6,CA,38.60,308.71,6174.27 +"1048730321,""Camera Obscura, The Movie"",Comedy,Film & Video,USD,2017-03-11,1495.00,2017-02-22 07:50:05,1545.00,successful,23,US,50.00,1545.00,1495.00" +1048735238,Allie Rose Debut EP,Music,Music,USD,2012-05-16,1200.00,2012-04-21 17:42:19,1235.00,successful,23,US,1235.00,1235.00,1200.00 +1048751310,Game Reset: A comedy about the love of video games,Shorts,Film & Video,USD,2011-08-30,5000.00,2011-08-12 22:28:37,338.84,failed,8,US,338.84,338.84,5000.00 +1048762322,Propel Two Authors Towards the Future of Publishing,Fiction,Publishing,USD,2011-07-01,250.00,2011-06-01 16:55:01,305.00,successful,17,US,305.00,305.00,250.00 +1048770015,RED ICE- Colder and longer lasting ice and heat pack,Drinks,Food,USD,2017-12-29,5000.00,2017-12-09 07:36:26,2.00,failed,2,US,1.00,2.00,5000.00 +104877450,The CutnEdge Cartoons Collector's Edition Book,Comics,Comics,USD,2016-08-30,5000.00,2016-08-10 23:04:21,122.00,failed,5,US,0.00,122.00,5000.00 +104877576,Julia Nunes would be nothing without me,Music,Music,USD,2011-07-11,15000.00,2011-06-11 18:32:07,77888.08,successful,1685,US,77888.08,77888.08,15000.00 +"1048775903,""Video Game Design, and Science & Technology Summer Camps"",Video Games,Games,USD,2012-06-29,4000.00,2012-05-30 03:00:41,782.00,failed,24,US,782.00,782.00,4000.00" +1048782918,Pizza Card Game,Tabletop Games,Games,USD,2017-12-26,8000.00,2017-11-24 13:23:10,354.00,failed,10,US,281.00,354.00,8000.00 +1048785879,The Rocket Mass Heater Builder's Guide,Nonfiction,Publishing,USD,2016-04-12,12500.00,2016-03-12 00:27:59,46219.01,successful,901,US,46219.01,46219.01,12500.00 +104881165,The Break-Up Survial Kit,Product Design,Design,USD,2015-05-06,2000.00,2015-04-16 18:10:15,5.00,failed,5,US,5.00,5.00,2000.00 +1048812975,My Past Life,Horror,Film & Video,USD,2014-07-02,10000.00,2014-06-02 07:56:40,80.00,failed,7,US,80.00,80.00,10000.00 +1048813073,The Dreams of Many,Documentary,Film & Video,USD,2012-08-17,1000.00,2012-07-27 22:04:49,86.00,failed,4,US,86.00,86.00,1000.00 +1048820311,Vicker's Viscount 700 Series Reading Lamp Replica,Product Design,Design,USD,2014-04-09,3000.00,2014-04-02 05:24:10,3018.99,successful,55,US,3018.99,3018.99,3000.00 +1048823699,Beasts of Balance: New Edition & Battles Expansion,Tabletop Games,Games,USD,2017-08-08,50000.00,2017-07-11 08:45:07,396907.43,successful,3591,US,61576.15,396907.43,50000.00 +1048823858,Nothing To Declare,Tabletop Games,Games,GBP,2016-12-01,5500.00,2016-11-01 18:06:35,9692.00,successful,422,GB,4549.31,12234.75,6942.95 +1048826825,DeathTrapComic,Graphic Novels,Comics,USD,2016-09-09,6500.00,2016-08-10 01:55:19,6973.00,successful,62,US,3085.00,6973.00,6500.00 +1048831249,2017 Equine Fine Art Wall Calendar,Painting,Art,USD,2016-11-26,8358.00,2016-11-16 06:12:33,11761.11,successful,149,US,2903.00,11761.11,8358.00 +1048840164,San Benito Live,Video,Journalism,USD,2017-09-15,6000.00,2017-08-16 19:05:31,0.00,failed,0,US,0.00,0.00,6000.00 +1048842528,magugu toto: debut collection,Fashion,Fashion,USD,2011-09-03,7000.00,2011-08-04 18:19:04,10027.00,successful,59,US,10027.00,10027.00,7000.00 +1048845117,Super Fun Awesome Time,Tabletop Games,Games,USD,2017-12-24,250.00,2017-12-22 21:25:33,1590.00,successful,9,US,1590.00,1590.00,250.00 +1048849787,Make 100: Clay Animal Totems: Anteater Edition,Sculpture,Art,CAD,2017-02-19,240.00,2017-01-24 17:54:55,1118.00,successful,27,CA,101.51,852.85,183.08 +1048853854,Help finish Birth A.D.'s debut album!,Music,Music,USD,2012-05-12,2000.00,2012-04-12 05:00:26,2240.60,successful,79,US,2240.60,2240.60,2000.00 +1048858554,M&D (Canceled),Shorts,Film & Video,USD,2011-02-23,100000.00,2011-01-24 19:09:05,2159.00,canceled,41,US,2159.00,2159.00,100000.00 +1048867818,OMAR- NYC DESIGNER (Canceled),Fashion,Fashion,USD,2012-10-11,97000.00,2012-09-06 23:04:16,255.00,canceled,2,US,255.00,255.00,97000.00 +1048873459,Miami Smokers - Urban Bacon Smokehouse,Food,Food,USD,2014-01-03,25000.00,2013-12-04 11:20:06,6623.00,failed,75,US,6623.00,6623.00,25000.00 +1048873645,Fotoshooting,People,Photography,CHF,2018-01-10,10000.00,2017-12-11 17:38:54,10.00,canceled,1,CH,10.07,10.30,10296.96 +1048875770,Tangerine Dream Documentary,Documentary,Film & Video,EUR,2016-06-01,70000.00,2016-05-01 00:02:03,71726.83,successful,779,DE,81646.47,80004.05,78077.94 +1048884103,The ABCs and All of Me Early Reading APP Series,Apps,Technology,USD,2016-06-15,70000.00,2016-05-16 08:17:01,6915.00,failed,38,US,6915.00,6915.00,70000.00 +1048902318,Ascetic Parade Midwest Tour!,Rock,Music,USD,2011-06-13,300.00,2011-05-13 23:35:24,421.00,successful,16,US,421.00,421.00,300.00 +"1048906782,""Rocket City Darkroom, a community darkroom for Huntsville"",Fine Art,Photography,USD,2016-02-15,2000.00,2016-01-16 09:16:41,2326.01,successful,41,US,2326.01,2326.01,2000.00" +"104890945,""Havana Eats – Fuel The Fire, Fuel The Truck"",Food Trucks,Food,USD,2017-03-16,2500.00,2017-02-28 05:16:31,150.00,failed,2,US,0.00,150.00,2500.00" +1048918381,Passion for Poetry,Poetry,Publishing,USD,2013-12-09,500.00,2013-11-18 18:08:08,510.00,successful,11,US,510.00,510.00,500.00 +1048921447,Farewell to Balloon Town (Republish),Children's Books,Publishing,USD,2017-08-04,10175.00,2017-07-05 03:07:54,10.00,failed,1,US,0.00,10.00,10175.00 +104892396,The Organic Lens - A Photography Tour to Organic Farms,Photo,Journalism,USD,2017-03-20,10500.00,2017-03-13 03:07:42,543.00,failed,17,US,10.00,543.00,10500.00 +"1048928784,""Shards: The Crystals of Life - PC, WII U, XBOX,PS"",Games,Games,GBP,2014-06-07,15000.00,2014-05-08 20:37:01,50.00,canceled,4,GB,84.86,84.81,25443.13" +1048930614,Use Your Oui Oui,Comedy,Film & Video,USD,2015-07-27,5500.00,2015-06-27 15:54:53,5555.00,successful,17,US,5555.00,5555.00,5500.00 +1048930806,Karen Refugee Music Project: Bearing Witness Through the Beauty and Power of Song,World Music,Music,USD,2010-07-07,4030.00,2010-05-28 05:26:20,4030.00,successful,35,US,4030.00,4030.00,4030.00 +1048932926,Ticket Overflow,Technology,Technology,USD,2015-03-26,420.00,2015-02-24 19:21:37,522.00,successful,19,US,522.00,522.00,420.00 +1048932960,Build a Bar and Seating for Dudley's Bistro,Restaurants,Food,USD,2016-01-27,4500.00,2015-12-28 04:10:38,510.00,failed,5,US,510.00,510.00,4500.00 +"1048949258,""Funding needed to self publish memoir, My Bipolar Son."",Photography,Photography,USD,2010-10-07,3000.00,2010-08-13 23:10:25,105.00,failed,5,US,105.00,105.00,3000.00" +1048952952,How to draw Hands. 40 drawing tutorials.,Comic Books,Comics,CAD,2014-12-28,150.00,2014-11-10 18:59:57,183.00,successful,18,CA,161.45,156.65,128.40 +1048965281,SacPoe's New Year Donor Drive,Performance Art,Art,USD,2016-01-30,700.00,2016-01-20 23:33:43,371.00,failed,6,US,371.00,371.00,700.00 +1048968462,Edge of Atlantis - VR Fantasy Roguelike Action RPG Game,Video Games,Games,CAD,2017-05-19,10000.00,2017-04-19 01:36:26,10392.00,successful,45,CA,93.98,7658.63,7369.74 +1048969111,A Penned Heart,Poetry,Publishing,USD,2012-02-04,7000.00,2012-01-05 15:01:43,0.00,failed,0,US,0.00,0.00,7000.00 +104897392,Remembrance of Time,Video Games,Games,USD,2014-01-04,3000.00,2013-12-05 01:48:27,56.00,failed,8,US,56.00,56.00,3000.00 +1048977394,Build a village for the last healthy bee-population on earth,Civic Design,Design,NOK,2017-08-12,100000.00,2017-07-13 20:12:57,2822.70,canceled,23,NO,71.32,355.63,12598.90 +"104898305,""3 Graces, 100 L/E prints by artist Janice McLean"",Painting,Art,CAD,2018-02-11,2500.00,2017-12-13 22:31:34,0.00,canceled,0,CA,0.00,0.00,1996.96" +1048991635,SeezMics doesn't have your money... yet.,Mixed Media,Art,USD,2014-02-14,2000.00,2014-01-15 18:26:07,2842.00,successful,63,US,2842.00,2842.00,2000.00 +1048992592,Tremolo Train Tour,Country & Folk,Music,USD,2011-09-20,2000.00,2011-07-22 18:33:34,2098.00,successful,49,US,2098.00,2098.00,2000.00 +"1048995200,Amen - Evan Lamont's Debut Album,Music,Music,USD,2015-03-07,3000.00,2015-02-05 18:30:45,435.00,undefined,0,""N,0"""""",,435.00,3000.00" +1049001468,LEMON LIGHTS Debut Album + busking Tour 2016,World Music,Music,EUR,2016-01-01,3650.00,2015-11-03 16:01:03,3750.97,successful,24,DE,4137.35,4073.91,3964.25 +1049005830,The Dancing Doge,Webseries,Film & Video,USD,2015-12-20,64200.00,2015-11-20 21:56:07,10.00,failed,1,US,10.00,10.00,64200.00 +"1049010118,""The ManBuffer™ | Cooler, Cupholder, Armrest and more!"",Product Design,Design,USD,2014-11-12,10000.00,2014-10-15 03:02:23,10095.00,successful,67,US,10095.00,10095.00,10000.00" +1049017105,SNOW BLACK SUNDAY California Tour,Rock,Music,USD,2012-04-03,2000.00,2012-02-03 20:23:58,556.00,failed,4,US,556.00,556.00,2000.00 +1049020809,20th Anniversary Celebration Recording,Music,Music,USD,2014-05-04,10000.00,2014-04-04 02:44:23,981.00,failed,15,US,981.00,981.00,10000.00 +1049023038,Life ain't easy!,Plays,Theater,USD,2014-08-23,2500.00,2014-07-09 18:33:24,0.00,failed,0,US,0.00,0.00,2500.00 +"1049025318,""""""SISTERS"""" - Bonds Destroyed by the Unimaginable."",Shorts,Film & Video,USD,2013-08-07,5000.00,2013-07-08 20:20:15,5831.00,successful,85,US,5831.00,5831.00,5000.00" +1049028307,Legion of the Tropics,Webcomics,Comics,USD,2017-03-30,9000.00,2017-03-01 14:05:25,141.00,failed,6,US,30.00,141.00,9000.00 +104902972,Cooperative Press: indie fiber+fashion publishing,Publishing,Publishing,USD,2011-04-30,5000.00,2011-03-31 23:04:23,12480.00,successful,283,US,12480.00,12480.00,5000.00 +1049029890,BlockShop,Video Games,Games,USD,2016-08-06,3200.00,2016-07-07 23:28:12,0.00,canceled,0,US,0.00,0.00,3200.00 +1049034371,BluRock Cafe' - You will love it here!,Food,Food,USD,2014-01-01,30000.00,2013-11-25 23:31:19,1616.00,failed,22,US,1616.00,1616.00,30000.00 +1049034797,Joy Ride x JaKob Owens - Lizzy Ashliegh Music Video Funding,Music Videos,Film & Video,USD,2014-12-24,2600.00,2014-11-24 23:58:33,839.00,failed,28,US,839.00,839.00,2600.00 +1049035100,Public Radio is nothing without you...,Indie Rock,Music,USD,2011-03-18,8000.00,2010-12-18 19:43:16,8825.50,successful,142,US,8825.50,8825.50,8000.00 +1049037950,Spooky Cheddar | PYR?M?D MUS?C Album and Tour,Electronic Music,Music,USD,2012-06-29,750.00,2012-05-30 04:01:04,1061.66,successful,52,US,1061.66,1061.66,750.00 +1049041735,Keokuk Thermal Imaging Photography,Places,Photography,USD,2017-12-06,500.00,2017-11-21 03:47:01,2.00,failed,2,US,1.00,2.00,500.00 +1049058640,Newburgh: Portrait of a City Exhibition,Photography,Photography,USD,2012-06-05,4000.00,2012-05-06 18:12:14,4305.00,successful,85,US,4305.00,4305.00,4000.00 +1049062598,Premium Organic Olive Oil from Spain w/ California Heritage,Food,Food,USD,2014-04-09,20000.00,2014-03-09 22:57:07,21282.00,successful,174,US,21282.00,21282.00,20000.00 +1049068204,Buy hair and beauty products 24hrs from a vending machine,Wearables,Technology,USD,2015-05-01,5000.00,2015-04-01 04:13:00,0.00,canceled,0,US,0.00,0.00,5000.00 +"1049069940,Squimley and the Woolens Make a Record!,Music,Music,USD,2014-10-01,1500.00,2014-09-02 06:02:18,2345.34,undefined,0,""N,0"""""",,2345.34,1500.00" +1049071342,TinieBop's first album and Pirate Paradise Retreat,World Music,Music,EUR,2017-10-21,2000.00,2017-08-22 07:15:04,315.00,failed,9,BE,11.76,365.56,2320.99 +1049071546,Shelby's Turn,Narrative Film,Film & Video,USD,2012-10-06,20000.00,2012-09-06 01:56:51,85.00,failed,4,US,85.00,85.00,20000.00 +1049073984,A is for Aye-Aye: An Abecedarian Adventure,Shorts,Film & Video,USD,2014-05-27,14900.00,2014-04-23 14:45:32,15187.50,successful,94,US,15187.50,15187.50,14900.00 +1049075234,Happier Tummy,Restaurants,Food,USD,2017-10-01,6000.00,2017-08-27 22:39:15,1219.00,failed,25,US,187.00,1219.00,6000.00 +1049085860,Stay Calm & Carry On Album (Canceled),Rock,Music,USD,2012-06-14,5000.00,2012-04-15 08:36:31,125.00,canceled,4,US,125.00,125.00,5000.00 +1049087979,Chartreuse: Transatlantic Tour: Music of the Now in Norway,Classical Music,Music,USD,2012-12-26,2000.00,2012-12-12 06:43:15,2075.00,successful,48,US,2075.00,2075.00,2000.00 +1049100680,Eat a Bowl of Ramen in all 47 Prefectures of Japan,Restaurants,Food,USD,2014-10-13,4000.00,2014-08-14 01:36:37,0.00,canceled,0,US,0.00,0.00,4000.00 +1049115566,Kotaigrill: The modern welded steel hibachi grill,Product Design,Design,USD,2012-02-01,35000.00,2011-12-23 00:30:33,6805.00,failed,42,US,6805.00,6805.00,35000.00 +1049118941,TERRA. Share land. Share beauty.,Web,Technology,EUR,2016-06-30,77000.00,2016-05-22 14:46:55,1.00,failed,1,IT,1.12,1.11,85739.42 +1049124446,Rendezvous Photography Book Project,Animals,Photography,GBP,2016-06-16,16000.00,2016-05-04 12:12:01,6805.00,failed,71,GB,9992.89,9722.40,22859.43 +1049127103,a youtube series funny/action/Mystery/drama,Webseries,Film & Video,USD,2017-12-31,80000.00,2017-11-16 20:27:43,0.00,failed,0,US,0.00,0.00,80000.00 +1049132133,You Smell,Product Design,Design,USD,2011-12-30,10500.00,2011-11-30 03:57:01,5732.00,failed,101,US,5732.00,5732.00,10500.00 +"1049132590,""Children's Book For New Dad's """"Why Are You Crying?"""""",Children's Books,Publishing,USD,2012-11-30,10500.00,2012-10-16 17:38:58,686.21,failed,14,US,686.21,686.21,10500.00" +1049132869,Shower in public in a Shower Toga!!,Product Design,Design,USD,2017-06-17,14350.00,2017-05-08 20:26:48,14735.00,successful,181,US,107.00,14735.00,14350.00 +1049134235,Come With Me to the Ends of the Earth (Canceled),Documentary,Film & Video,USD,2009-12-02,2500.00,2009-09-14 02:27:27,0.00,canceled,0,US,0.00,0.00,2500.00 +1049134803,B. PULIDO’S NEWEST GRAPHIC NOVEL: LA MUERTA #1: VENGEANCE!,Comic Books,Comics,USD,2017-07-15,10000.00,2017-06-15 04:00:01,60146.66,successful,896,US,22032.00,60146.66,10000.00 +1049139244,Ouya BOOMz!,Video Games,Games,USD,2014-05-01,10000.00,2014-04-01 21:36:17,100.00,failed,1,US,100.00,100.00,10000.00 +1049155320,Custom Sneaker Box,Woodworking,Crafts,USD,2015-05-08,5400.00,2015-04-08 23:40:24,0.00,failed,0,US,0.00,0.00,5400.00 +1049158199,It's Not Just About Richard Grossman,Documentary,Film & Video,USD,2012-08-27,15000.00,2012-08-06 15:14:51,5165.00,failed,53,US,5165.00,5165.00,15000.00 +1049170070,On Demande App Services,Apps,Technology,USD,2015-04-10,15000.00,2015-03-11 06:48:07,0.00,failed,0,US,0.00,0.00,15000.00 +1049174799,CUBOS hardwood shape sorting toy (Made in Canada),Product Design,Design,CAD,2015-09-20,20000.00,2015-08-15 17:02:35,9340.00,failed,68,CA,7154.23,7015.70,15022.91 +1049176982,Kingdom of NPC,Games,Games,USD,2014-06-29,6000.00,2014-05-30 17:38:33,0.00,failed,0,US,0.00,0.00,6000.00 +1049184905,Press the new America Owns the Moon Record on Vinyl!,Indie Rock,Music,USD,2010-08-01,1500.00,2010-06-23 21:41:13,210.00,failed,12,US,210.00,210.00,1500.00 +1049188021,Collab: The Music App of Bringing Creative Minds Together.,Music,Music,USD,2017-04-08,15000.00,2017-03-09 04:25:08,25.00,failed,1,US,0.00,25.00,15000.00 +1049188885,Art and Gifts,Product Design,Design,USD,2014-10-22,1800.00,2014-09-30 15:32:28,1849.00,successful,24,US,1849.00,1849.00,1800.00 +"1049208481,""Notes on a Case of Melancholia, Or: A Little Death"",Graphic Novels,Comics,USD,2014-12-23,25000.00,2014-12-02 19:46:03,101591.11,successful,2272,US,101591.11,101591.11,25000.00" +1049209240,Airbnb Support Services Offering,Web,Technology,USD,2015-08-02,50000.00,2015-07-13 17:50:33,0.00,failed,0,US,0.00,0.00,50000.00 +"1049215920,""The Gentleman's Query, A Refined Coin Series - Coin #1"",Games,Games,USD,2015-06-01,1500.00,2015-05-11 13:15:31,342.00,failed,14,US,342.00,342.00,1500.00" +1049217968,The Tablebreaker: The Ultimate d20,Tabletop Games,Games,USD,2017-07-12,4500.00,2017-06-07 16:00:19,15210.00,successful,101,US,4509.00,15210.00,4500.00 +"1049223000,""Universal iphone, Smartphone & Tablet Tripod Mount"",Product Design,Design,USD,2014-01-21,5000.00,2013-12-02 17:51:45,417.00,failed,25,US,417.00,417.00,5000.00" +1049236036,GIOBBI,Documentary,Film & Video,USD,2016-05-21,10000.00,2016-03-22 01:31:28,471.00,failed,8,US,471.00,471.00,10000.00 +1049239472,PrepSail 'Learn to sail online',Web,Technology,AUD,2016-01-04,5000.00,2015-11-05 03:23:19,200.00,failed,2,AU,143.66,140.18,3504.59 +1049241208,CDSS Data Breach Readiness Assessment Tool Application,Apps,Technology,USD,2015-06-26,19320.00,2015-05-27 21:26:44,50.00,failed,2,US,50.00,50.00,19320.00 +1049245654,Sin's Virtue (Working Title (Canceled),Fiction,Publishing,CAD,2015-02-06,1000.00,2014-12-08 12:26:10,0.00,canceled,0,CA,0.00,0.00,803.54 +1049246419,Outside Man (Canceled),Webseries,Film & Video,USD,2011-10-12,5000.00,2011-09-02 22:41:32,0.00,canceled,0,US,0.00,0.00,5000.00 +1049246668,The Theatre Transplant Project,Performance Art,Art,USD,2013-01-11,2000.00,2012-12-11 00:35:39,2306.00,successful,31,US,2306.00,2306.00,2000.00 +1049249764,Help Me Give It Away,Fiction,Publishing,USD,2015-01-18,10.00,2014-12-02 21:29:17,90.00,successful,4,US,90.00,90.00,10.00 +1049257262,A software program designed for all languages.,Apps,Technology,USD,2017-04-29,5000.00,2017-02-28 21:17:55,0.00,canceled,0,US,0.00,0.00,5000.00 +1049267309,The Theatre Lab,Theater,Theater,USD,2012-07-06,1000.00,2012-06-19 06:47:22,1500.00,successful,32,US,1500.00,1500.00,1000.00 +1049268215,Hidden Heroes: The Board Game (Canceled),Tabletop Games,Games,SEK,2015-06-14,135000.00,2015-05-15 23:33:25,6003.00,canceled,13,SE,728.20,735.84,16548.17 +1049274120,LIGTHART's COMEBACK,Mixed Media,Art,EUR,2015-07-30,5000.00,2015-06-30 12:43:20,1625.00,failed,25,DE,1789.40,1782.13,5483.48 +"1049297427,""""""CAP-IT"""" - THE NEW HOME FOR YOUR HAT"",Product Design,Design,AUD,2016-12-01,50000.00,2016-11-01 09:31:06,1865.00,canceled,30,AU,284.99,1384.76,37125.04" +1049303449,Retro handmade Wallet by purely handmade,Crafts,Crafts,GBP,2016-11-29,200.00,2016-11-15 16:47:18,3.00,failed,3,GB,0.00,3.79,252.47 +1049309749,North Carolina BBQ Chips & Sauces ... Eastern style recipes,Farms,Food,USD,2015-02-18,99990.00,2015-01-17 02:08:42,270.00,failed,2,US,270.00,270.00,99990.00 +1049310736,Ti Cubes - The Ultimate Titanium Chilling Cubes,Product Design,Design,CAD,2013-12-06,2000.00,2013-11-06 18:19:02,5347.00,successful,133,CA,5125.79,5021.13,1878.11 +1049316069,Nature Nate's LLC invention for tasty healthy popped sorghum,Food,Food,USD,2016-02-28,5000.00,2016-01-29 22:04:40,738.00,failed,18,US,738.00,738.00,5000.00 +1049326558,Josh Cotts & The Music's Second Album!,Faith,Music,USD,2015-07-16,5000.00,2015-06-16 21:35:09,50.00,failed,1,US,50.00,50.00,5000.00 +104933532,Everything's Relative,Shorts,Film & Video,USD,2013-02-01,1100.00,2013-01-14 21:13:45,1350.00,successful,15,US,1350.00,1350.00,1100.00 +"1049337240,Viktoria Tocca LIVE at the Metropolitan Room,Music,Music,SEK,2015-04-05,50000.00,2015-03-03 19:38:07,53317.00,undefined,0,""N,0"""""",,6038.30,5662.64" +"1049337245,""Jump-start """"Sarah and the Suit"""" - April 26 @ Douglas Corner!"",Pop,Music,USD,2014-04-19,2000.00,2014-03-25 14:27:32,340.00,failed,11,US,340.00,340.00,2000.00" +1049339832,Cannons and Clouds are hitting the road!,Indie Rock,Music,USD,2011-05-02,1200.00,2011-04-17 02:29:39,1486.00,successful,24,US,1486.00,1486.00,1200.00 +104934887,Asteroids Minesweeper,Video Games,Games,EUR,2015-08-14,500.00,2015-07-15 12:00:36,57.00,failed,8,FR,62.74,63.67,558.55 +1049349387,Woman-owned: The magazine for women business owners,Periodicals,Publishing,USD,2012-08-10,45000.00,2012-06-26 23:47:10,596.00,failed,10,US,596.00,596.00,45000.00 +1049358311,MyBookTable 3,Web,Technology,USD,2016-09-30,5000.00,2016-08-27 22:28:22,9865.00,successful,227,US,695.00,9865.00,5000.00 +1049361332,The Ray Project: The Man Corporations Love to Hate,Documentary,Film & Video,USD,2010-12-23,18000.00,2010-11-10 02:32:51,3046.00,failed,38,US,3046.00,3046.00,18000.00 +1049361495,Medicaid Matriarch. Empowering healthcare providers!,Web,Technology,USD,2017-07-07,5000.00,2017-06-27 19:28:13,0.00,failed,0,US,0.00,0.00,5000.00 +"1049365957,""Rob Ernest & The Real Malloys """"Live from Old Town"""" Album"",Country & Folk,Music,USD,2013-01-09,1500.00,2012-11-12 23:53:19,2121.00,successful,49,US,2121.00,2121.00,1500.00" +104937500,A multiplayer game with an end goal,Video Games,Games,USD,2013-08-16,20000.00,2013-07-17 20:03:59,32.26,failed,4,US,32.26,32.26,20000.00 +1049383696,Air-Heart: Mirror's Edge - A Graphic Novel by Derik Diaz,Comics,Comics,USD,2011-12-30,2000.00,2011-10-31 21:04:49,715.11,failed,8,US,715.11,715.11,2000.00 +1049383914,Tee Fish by T. Fish,Fashion,Fashion,GBP,2014-10-24,250.00,2014-09-24 10:49:18,150.00,failed,6,GB,245.73,240.76,401.26 +104938422,At the Doorway,Illustration,Art,USD,2016-11-11,1500.00,2016-10-12 18:10:14,1771.00,successful,73,US,175.00,1771.00,1500.00 +1049391050,Up on the Hill,Music Videos,Film & Video,GBP,2015-06-16,4000.00,2015-05-17 22:17:29,4085.00,successful,48,GB,6424.37,6469.95,6335.33 +1049391307,We Need Greens for our Kitchenette LP (CD and download),Music,Music,GBP,2016-07-06,3000.00,2016-06-15 19:32:17,3478.00,successful,92,GB,2075.68,4516.65,3895.90 +1049393687,Afro Thunder,Fashion,Fashion,USD,2012-05-06,3000.00,2012-03-22 03:26:22,20.00,failed,1,US,20.00,20.00,3000.00 +1049401845,Akio & The Dream World,Children's Books,Publishing,GBP,2014-12-26,15000.00,2014-11-26 14:06:42,14.00,failed,2,GB,21.95,21.62,23159.58 +1049403900,First Official Music Video for 'TERRY' by Black Shoes,Music Videos,Film & Video,GBP,2017-05-17,1000.00,2017-04-17 17:24:39,83.00,failed,5,GB,31.30,108.01,1301.27 +1049415333,Ready To Play Storage solution for the game Small World,Tabletop Games,Games,USD,2014-11-17,2400.00,2014-10-25 08:28:45,5916.00,successful,44,US,5916.00,5916.00,2400.00 +1049419694,Wagner's Ring Cycle Operas Live For Everyone,Classical Music,Music,USD,2013-02-10,30000.00,2013-01-11 00:52:33,335.00,failed,7,US,335.00,335.00,30000.00 +1049422024,Living in Daddy's Closet,Fiction,Publishing,USD,2013-02-05,50000.00,2012-12-07 05:08:20,20.00,failed,1,US,20.00,20.00,50000.00 +1049427069,MALICE: Emergence,Science Fiction,Film & Video,USD,2016-08-20,5000.00,2016-07-17 16:49:38,5614.00,successful,49,US,1268.00,5614.00,5000.00 +1049429627,Hero of Legends,Video Games,Games,CAD,2015-05-04,50000.00,2015-04-09 20:02:01,1.00,failed,1,CA,0.80,0.83,41312.07 +104943137,Maricón,Documentary,Film & Video,USD,2014-08-20,25000.00,2014-07-21 11:12:18,905.00,failed,10,US,905.00,905.00,25000.00 +1049432208,BULL: Men's Fiction — New BULL relaunch,Fiction,Publishing,USD,2012-02-27,1100.00,2012-01-27 21:15:11,1723.00,successful,23,US,1723.00,1723.00,1100.00 +1049434236,HOUND *Feature Film*,Drama,Film & Video,GBP,2014-12-21,3500.00,2014-11-21 18:33:45,4114.43,successful,51,GB,6449.79,6392.14,5437.57 +1049440355,Transitions,Music,Music,USD,2011-09-16,5000.00,2011-08-06 14:17:02,30.00,failed,2,US,30.00,30.00,5000.00 +1049445142,Alleanza Comic,Comics,Comics,EUR,2015-10-21,300.00,2015-09-16 14:21:33,1.00,failed,1,ES,1.13,1.11,332.52 +1049451789,Wraptor - Take Control of Your MacBook Charger's Cords,Product Design,Design,USD,2014-11-28,75000.00,2014-10-29 01:30:06,1566.00,failed,50,US,1566.00,1566.00,75000.00 +1049452085,Eldritch Skies,Games,Games,USD,2011-05-12,5000.00,2011-02-10 12:38:44,6118.00,successful,140,US,6118.00,6118.00,5000.00 +"1049455035,""Heroes of Newerth Tournament at Gencon 2013, GenHoN Lives!"",Video Games,Games,USD,2013-08-24,1000.00,2013-08-05 21:54:23,51.00,failed,6,US,51.00,51.00,1000.00" +1049456500,Who’s your daddy,Web,Technology,EUR,2016-02-26,8500.00,2015-12-28 17:10:29,1.00,failed,1,FR,1.10,1.10,9355.05 +1049459131,TANKY DRONE: Insanely Fast FPV Racing Quadcopter,Flight,Technology,USD,2016-12-09,150000.00,2016-10-25 18:57:49,121668.00,failed,183,US,60391.00,121668.00,150000.00 +1049461870,Burlesque Love! Backlot Boudoir Productions Expansion Drive!,Theater,Theater,USD,2014-08-23,2500.00,2014-07-24 05:46:54,426.00,failed,9,US,426.00,426.00,2500.00 +1049483081,RPG & TableTop Gaming Audio Collection,Tabletop Games,Games,USD,2014-11-27,5000.00,2014-10-28 20:24:32,7199.00,successful,84,US,7199.00,7199.00,5000.00 +1049484635,Goon Squad Clothing: Street Wear For Everyone!,Apparel,Fashion,USD,2015-08-19,5000.00,2015-07-20 23:48:16,5162.00,successful,34,US,5162.00,5162.00,5000.00 +1049485557,Modernizm Art Zine #3: The Texas Issue,Periodicals,Publishing,USD,2011-09-13,650.00,2011-08-14 10:44:45,980.66,successful,34,US,980.66,980.66,650.00 +"1049498496,""Nate Fredrick """"Save Me One Last Dance"""" EP"",Music,Music,USD,2014-09-07,3500.00,2014-08-08 18:49:13,175.00,failed,4,US,175.00,175.00,3500.00" +1049501847,Vehicular Abstraction: A Public Art Car Experience,Public Art,Art,USD,2012-08-04,3000.00,2012-07-20 14:10:16,3161.00,successful,65,US,3161.00,3161.00,3000.00 +"1049512957,""""""TV Man: The Search for the Last Independent Dealer"""""",Documentary,Film & Video,USD,2011-03-10,132765.00,2010-12-11 00:01:24,125.00,failed,3,US,125.00,125.00,132765.00" +1049517498,Factotum of the City- A Documentary,Documentary,Film & Video,USD,2013-04-10,3500.00,2013-03-28 23:13:20,4452.00,successful,46,US,4452.00,4452.00,3500.00 +1049521101,Chicago Design Museum—2014 Summer Exhibition!,Design,Design,USD,2014-05-03,50000.00,2014-03-31 15:28:47,54659.00,successful,536,US,54659.00,54659.00,50000.00 +1049522400,All Walls Must Fall: A Tech-Noir Tactics Game,Video Games,Games,EUR,2017-04-19,15000.00,2017-03-22 08:41:48,36576.04,successful,1402,DE,17616.28,39129.22,16047.07 +1049524075,580 Media: Fund Our Next Wave of Podcasts,Radio & Podcasts,Publishing,USD,2017-08-24,10000.00,2017-07-31 07:57:17,1115.00,failed,6,US,0.00,1115.00,10000.00 +1049536671,Sex With Homeless Old Lady (Suspended),Comedy,Film & Video,USD,2015-08-27,10000.00,2015-06-28 19:28:35,0.00,suspended,0,US,0.00,0.00,10000.00 +1049536714,Tall Tails Puzzle Adventure,Puzzles,Games,USD,2014-06-19,150000.00,2014-05-19 19:22:37,115562.00,failed,305,US,115562.00,115562.00,150000.00 +1049544313,Balteus Belt,Apparel,Fashion,USD,2015-01-01,8000.00,2014-11-18 21:17:25,1563.00,failed,16,US,1563.00,1563.00,8000.00 +1049547431,Latin Jazz Big Band Album Featuring Hilario Duran,Music,Music,CAD,2014-05-09,6500.00,2014-03-10 00:18:34,0.00,failed,0,CA,0.00,0.00,6001.85 +"1049549589,""""""The Ultimate 7"""" Vol. 1 Graphic Novel"",Comics,Comics,USD,2013-02-14,2500.00,2012-12-16 20:28:16,4866.00,successful,84,US,4866.00,4866.00,2500.00" +1049551633,Tripty Project: Ethically Made in Bangladesh,Fashion,Fashion,USD,2015-09-11,22000.00,2015-08-10 17:29:09,34260.00,successful,206,US,34260.00,34260.00,22000.00 +1049561692,World Peace / Inner Peace 2016 Calander,Calendars,Publishing,USD,2016-01-02,122.00,2015-12-07 22:50:36,0.00,failed,0,US,0.00,0.00,122.00 +1049564847,Adventure on Demand Start up,Tabletop Games,Games,USD,2017-12-26,1500.00,2017-10-27 21:01:25,0.00,failed,0,US,0.00,0.00,1500.00 +1049566585,When Dragons Returned,Fiction,Publishing,USD,2016-03-01,3300.00,2016-02-02 09:44:11,40.00,failed,2,US,40.00,40.00,3300.00 +1049577827,Diary of a Dead Girl: An Anne Frank/Genocide Story (book),Fiction,Publishing,USD,2012-05-05,3000.00,2012-04-05 02:44:06,0.00,failed,0,US,0.00,0.00,3000.00 +1049579001,Glauqueland - Patrimoines oubliés,Art Books,Publishing,EUR,2015-07-03,8000.00,2015-05-27 06:49:47,4940.00,failed,106,FR,5409.40,5481.40,8876.76 +1049582476,Rory O'Keeffe is a Fussy Eater - Edinburgh Show,Theater,Theater,GBP,2014-04-17,906.00,2014-03-30 16:13:35,934.00,successful,54,GB,1554.01,1569.88,1522.82 +1049587885,Filmharmonic Brass: The Music of John Williams (Recording),Classical Music,Music,USD,2015-10-14,12500.00,2015-09-23 01:13:41,13685.99,successful,132,US,13685.99,13685.99,12500.00 +1049604529,Collection of Ten 100% Silk Chiffon Embroidered Dresses,Apparel,Fashion,USD,2018-01-09,50000.00,2017-12-10 00:30:06,0.00,live,0,US,0.00,0.00,50000.00 +1049609256,Mozart of Rap,Narrative Film,Film & Video,USD,2012-05-22,2000.00,2012-04-22 17:31:57,2126.00,successful,52,US,2126.00,2126.00,2000.00 +1049615016,Nakie. Change the way women experience panties,Apparel,Fashion,USD,2016-03-31,10000.00,2016-03-01 16:15:50,439.00,failed,14,US,439.00,439.00,10000.00 +1049624554,A Bicycle Built for Two Billion: A Memoir & Family Book Tour,Nonfiction,Publishing,USD,2015-01-01,8500.00,2014-11-25 06:52:21,10371.00,successful,189,US,10371.00,10371.00,8500.00 +1049629942,SearchNCU Storm Chasers,Action,Film & Video,USD,2014-10-21,2500.00,2014-08-22 22:19:27,50.00,failed,1,US,50.00,50.00,2500.00 +1049631640,The Obtineo Range: 100% Designed and Crafted in the UK,Product Design,Design,GBP,2014-04-23,7000.00,2014-03-24 18:52:48,10815.00,successful,122,GB,17831.06,18178.61,11766.09 +1049645450,Creating a Truly Sustainable Future,Academic,Publishing,USD,2014-11-19,20000.00,2014-10-20 20:23:22,150.00,failed,3,US,150.00,150.00,20000.00 +1049651375,The Apocalypse of John at NYC and Philly Fringe Festival,Theater,Theater,USD,2012-05-21,2000.00,2012-03-22 18:11:08,2220.00,successful,51,US,2220.00,2220.00,2000.00 +1049652474,MAGE: Create Mobile Games & Apps Without Any Coding,Apps,Technology,USD,2015-05-16,2500.00,2015-03-17 02:00:11,19136.00,successful,92,US,19136.00,19136.00,2500.00 +1049652863,The Question: A Survivor's Guide by Malachi Douglas,Nonfiction,Publishing,USD,2013-08-11,2600.00,2013-06-12 05:37:06,215.00,failed,7,US,215.00,215.00,2600.00 +1049655020,Kod? Magazine,Indie Rock,Music,USD,2011-02-28,3000.00,2010-12-16 20:26:02,0.00,failed,0,US,0.00,0.00,3000.00 +1049664423,Urban Garden Designs - Grow What You Eat,Woodworking,Crafts,USD,2015-08-20,5000.00,2015-07-21 22:51:04,5304.00,successful,29,US,5304.00,5304.00,5000.00 +1049664753,Pixel Wars,Video Games,Games,CAD,2015-09-17,1000.00,2015-08-18 20:29:53,42.00,failed,4,CA,32.05,32.24,767.64 +1049667912,BROADSHORE,Horror,Film & Video,AUD,2018-01-20,500000.00,2017-11-21 02:07:42,43.00,live,4,AU,3.78,33.85,393638.80 +1049672558,Jumbo Jets - Jet Set Expansion Set #2,Tabletop Games,Games,USD,2016-05-08,3950.00,2016-04-08 00:50:51,11323.00,successful,271,US,11323.00,11323.00,3950.00 +1049676614,Frozen,Theater,Theater,USD,2012-06-29,4000.00,2012-06-13 23:20:46,4000.00,successful,12,US,4000.00,4000.00,4000.00 +1049678470,Help Me Record My Second EP!,Music,Music,GBP,2015-06-15,200.00,2015-05-25 01:22:20,320.00,successful,14,GB,495.69,506.83,316.77 +1049680370,SMART OUTLET,Hardware,Technology,CAD,2014-10-25,20000.00,2014-09-25 14:00:39,22248.22,successful,246,CA,20101.48,19734.10,17739.93 +1049688491,ZAX Snax Food Truck,Food Trucks,Food,USD,2015-03-26,10000.00,2015-02-24 02:38:10,2000.00,failed,1,US,2000.00,2000.00,10000.00 +1049696426,The Vacay Watch,Product Design,Design,USD,2016-05-19,29800.00,2016-04-19 06:27:09,13627.00,failed,133,US,13627.00,13627.00,29800.00 +"1049701494,""UAV Drones, Collateral Damage and International Law"",Flight,Technology,USD,2015-08-05,5000.00,2015-07-06 17:28:34,130.00,failed,4,US,130.00,130.00,5000.00" +1049706432,Critical Chips- a contemporary comics essay zine,Comic Books,Comics,GBP,2016-11-01,3900.00,2016-10-03 14:50:25,5949.34,successful,428,GB,2884.06,7431.29,4871.47 +1049707479,Myrtle Beach Fit Body Boot Camp,Workshops,Dance,USD,2016-12-18,30000.00,2016-11-18 15:55:42,0.00,failed,0,US,0.00,0.00,30000.00 +1049707521,The Story of Modern India,Nonfiction,Publishing,USD,2013-11-14,3500.00,2013-10-15 12:12:03,888.00,failed,10,US,888.00,888.00,3500.00 +1049707790,4XSpaceTime,Video Games,Games,USD,2017-06-15,8000.00,2017-05-16 05:25:04,0.00,canceled,0,US,0.00,0.00,8000.00 +1049722283,Geometry (Canceled),Mixed Media,Art,EUR,2015-11-06,1000.00,2015-10-07 22:42:35,199.00,canceled,1,DE,222.55,216.19,1086.40 +1049730651,The Pizza Pack - The Creation of the Injection Molds,Product Design,Design,USD,2013-07-23,30000.00,2013-06-23 19:31:05,1621.00,failed,40,US,1621.00,1621.00,30000.00 +1049746479,A Bum's Life,Shorts,Film & Video,USD,2011-10-20,1500.00,2011-09-20 05:22:59,1771.78,successful,29,US,1771.78,1771.78,1500.00 +104977896,AVCO Youth Concerto Competition Winners Concert,Classical Music,Music,USD,2013-01-18,2500.00,2012-12-18 19:09:55,380.00,failed,6,US,380.00,380.00,2500.00 +1049781654,QR Poems,Digital Art,Art,USD,2012-03-29,500.00,2012-03-08 20:58:58,516.00,successful,13,US,516.00,516.00,500.00 +"1049782447,Evan Phillips - Silhouettes,Music,Music,USD,2015-02-12,3000.00,2015-01-22 21:31:58,3150.00,undefined,0,""N,0"""""",,3150.00,3000.00" +1049797624,Clothing eyewear - Pansy Rubia,Fashion,Fashion,HKD,2017-12-14,150000.00,2017-10-26 05:06:49,162.31,failed,1,HK,0.00,20.78,19202.46 +"1049801614,""COLUMBINE: Looking Back, Looking Back (Canceled)"",Documentary,Film & Video,USD,2013-11-14,8000.00,2013-10-15 18:48:50,301.00,canceled,12,US,301.00,301.00,8000.00" +1049810176,Acrylic Galaxy Paintings,Painting,Art,CAD,2015-05-15,800.00,2015-04-15 00:47:38,88.00,failed,4,CA,69.83,73.11,664.62 +1049813941,Arvo - The Tiny Time Watch,Fashion,Fashion,USD,2017-10-01,15000.00,2017-08-17 16:51:49,28868.00,successful,383,US,17461.00,28868.00,15000.00 +10498188,Aztec of the City Comic Book Issue # 4,Comics,Comics,USD,2017-06-21,10.00,2017-06-06 06:14:20,0.00,suspended,0,US,0.00,0.00,10.00 +1049841442,Matt Maggiacomo - When I Was Your Age (New Album!),Indie Rock,Music,USD,2011-08-11,1700.00,2011-06-22 19:03:29,4335.17,successful,112,US,4335.17,4335.17,1700.00 +1049841870,Vortex - MMORPG (Canceled),Video Games,Games,USD,2012-01-20,7500.00,2011-11-21 18:40:49,0.00,canceled,0,US,0.00,0.00,7500.00 +1049843747,SpaceTeam,Webseries,Film & Video,USD,2011-03-04,4000.00,2011-02-02 04:56:14,610.00,failed,8,US,610.00,610.00,4000.00 +10498455,Creative & inspirational place for web-designers,Graphic Design,Design,DKK,2014-12-12,30000.00,2014-11-12 23:29:53,0.00,failed,0,DK,0.00,0.00,5022.18 +1049852782,KILGORE,Shorts,Film & Video,USD,2012-04-24,10000.00,2012-03-25 06:53:26,9.00,failed,5,US,9.00,9.00,10000.00 +1049854048,Hungry Dogs is an Endless Running App,Games,Games,USD,2013-03-25,20000.00,2013-02-13 02:08:18,290.00,failed,7,US,290.00,290.00,20000.00 +10498580,Celestial Community Live,Music,Music,USD,2017-01-18,65000.00,2016-11-19 22:44:49,30.00,canceled,7,US,0.00,30.00,65000.00 +1049864637,CHRISTOPHER'S NEW YORK ORGANIC DEODORANT (Canceled),Ready-to-wear,Fashion,USD,2015-10-01,7500.00,2015-09-01 00:08:48,1607.00,canceled,30,US,1607.00,1607.00,7500.00 +1049877403,ayudar a iglesias o campañas en las calles,Faith,Music,MXN,2017-09-30,50000.00,2017-08-11 03:46:31,0.00,failed,0,MX,0.00,0.00,2703.14 +1049880541,YOU ARE HERE TIME BASED ARTS FESTIVAL (AKA THE MAZE),Conceptual Art,Art,USD,2012-07-15,15000.00,2012-05-16 15:14:47,15059.00,successful,98,US,15059.00,15059.00,15000.00 +1049882793,North Georgia Veteran's Outreach Center PSA 1,Webseries,Film & Video,USD,2015-03-08,20000.00,2015-01-08 21:10:40,31.00,failed,3,US,31.00,31.00,20000.00 +1049888576,Drone Mat,Hardware,Technology,AUD,2016-08-19,10000.00,2016-07-20 05:49:29,0.00,failed,0,AU,0.00,0.00,7613.25 +1049892858,Cats against Humans,Games,Games,USD,2015-05-03,1000.00,2015-04-03 21:25:23,110.00,failed,1,US,110.00,110.00,1000.00 +"1049895858,""BoostMe """"Entertain the World"""" App"",Apps,Technology,USD,2016-06-09,50000.00,2016-05-10 17:40:57,70.00,failed,2,US,70.00,70.00,50000.00" +1049898413,Residuum Factor: Neo-Genesis,Video Games,Games,GBP,2014-02-22,50000.00,2014-01-23 00:49:43,25.00,failed,1,GB,41.07,41.79,83588.28 +1049904387,Mr. Majid's Tea with Shirin - A new Graphic novel,Graphic Novels,Comics,GBP,2014-11-08,2000.00,2014-09-29 11:29:52,2473.00,successful,71,GB,4017.81,3871.38,3130.92 +1049905204,Carobella luxury shoes specialising in large sizes for woman,Footwear,Fashion,GBP,2016-07-14,1000.00,2016-06-14 19:38:01,0.00,failed,0,GB,0.00,0.00,1336.29 +1049910231,MIRABELLA - Turn an ordinary look into extraordinary style©,Accessories,Fashion,USD,2015-06-17,25000.00,2015-05-18 19:27:04,0.00,failed,0,US,0.00,0.00,25000.00 +1049910283,Light & Colors,Painting,Art,USD,2015-04-08,500.00,2015-03-09 19:50:44,0.00,failed,0,US,0.00,0.00,500.00 +1049915419,Shredded Mealz LLC.,Restaurants,Food,USD,2016-02-03,2080.00,2016-01-12 22:23:53,0.00,failed,0,US,0.00,0.00,2080.00 +1049918057,SolNigma Art Prints and Apparel,Digital Art,Art,USD,2015-03-26,5000.00,2015-01-25 02:40:38,50.00,failed,1,US,50.00,50.00,5000.00 +"1049923668,""The Approach & The Execution Album #2 """"Kings Among Runaways"""""",Rock,Music,USD,2013-11-01,3000.00,2013-09-25 01:10:59,3137.01,successful,78,US,3137.01,3137.01,3000.00" +1049934201,For the love of the breed - Car Decals,Art,Art,USD,2014-08-07,350.00,2014-07-08 18:51:03,31.00,failed,2,US,31.00,31.00,350.00 +1049934426,Jeans by Human Authenticity,Fashion,Fashion,USD,2012-07-21,13500.00,2012-06-16 05:46:44,2435.00,failed,26,US,2435.00,2435.00,13500.00 +1049954557,Learn from the Legends Poster,Graphic Design,Design,USD,2016-07-24,1000.00,2016-06-24 17:23:19,149.00,failed,2,US,149.00,149.00,1000.00 +1049969814,Residencia Gorila: A Space for Creative Artists in Tulum.,Mixed Media,Art,USD,2014-06-04,25000.00,2014-05-05 17:32:29,18578.00,canceled,63,US,18578.00,18578.00,25000.00 +1049985804,Avian CD project: New music for Soprano,Classical Music,Music,USD,2013-08-29,7850.00,2013-08-08 00:15:56,8521.00,successful,79,US,8521.00,8521.00,7850.00 +1049992157,Broken Spell - Card Deck Project,Design,Design,USD,2010-09-11,3000.00,2010-08-04 05:26:59,6711.00,successful,305,US,6711.00,6711.00,3000.00 +1050000442,Save the World's Largest Piece of Copper (28.2 tons),Public Art,Art,USD,2014-07-26,150000.00,2014-05-27 19:21:32,341.00,failed,15,US,341.00,341.00,150000.00 +"1050011850,""Old Sound ~ """"Rain Follows the Plow"""""",Country & Folk,Music,USD,2014-01-10,6000.00,2013-12-11 05:59:48,6602.00,successful,102,US,6602.00,6602.00,6000.00" +1050014411,Coconut Joez- An Urban Tale,Fiction,Publishing,USD,2012-08-05,100.00,2012-06-06 02:32:33,0.00,failed,0,US,0.00,0.00,100.00 +105001487,KNAID - Knowledge First Aid,Publishing,Publishing,EUR,2016-11-30,30000.00,2016-11-10 21:44:40,122.00,failed,8,FR,10.10,129.83,31926.10 +1050019128,THE FIRST AMENDMENT: FREEDOM FIGHTERS IN AMERICA (Canceled),Nonfiction,Publishing,USD,2011-05-19,5000.00,2011-04-19 07:54:00,0.00,canceled,0,US,0.00,0.00,5000.00 +1050020055,Songs Of Ascent,Publishing,Publishing,USD,2012-06-02,400.00,2012-05-01 22:29:34,420.00,successful,10,US,420.00,420.00,400.00 +1050023638,Darcy Donavan’s Make a Difference Album and Tour,Pop,Music,USD,2012-01-23,20000.00,2011-11-24 23:40:16,60.00,failed,2,US,60.00,60.00,20000.00 +"1050030737,""Side Street Steppers """"Sweetest Peaches"""" CD"",Country & Folk,Music,USD,2013-03-04,2000.00,2013-02-02 20:23:28,2433.00,successful,67,US,2433.00,2433.00,2000.00" +1050036770,The Tickle Monster Project,Children's Books,Publishing,USD,2013-08-14,7000.00,2013-07-15 23:39:14,10.00,failed,1,US,10.00,10.00,7000.00 +1050044665,LINK — The Magnetic Belt by Restrap,Product Design,Design,GBP,2015-06-01,7500.00,2015-04-30 13:06:08,54266.00,successful,1506,GB,83236.57,83196.88,11498.48 +1050045256,MIOPS: Smartphone Controllable High Speed Camera Trigger,Camera Equipment,Technology,USD,2014-08-28,75000.00,2014-07-14 22:36:49,377035.00,successful,1773,US,377035.00,377035.00,75000.00 +1050047799,Wouldn't it be great to stand next to a humpback whale?,Art,Art,CHF,2017-02-10,150000.00,2017-01-11 12:00:47,3944.00,canceled,11,CH,809.83,3929.07,149432.16 +1050051210,Eggs for Donuts,Documentary,Film & Video,USD,2012-05-01,1500.00,2012-03-29 04:05:44,60.00,failed,5,US,60.00,60.00,1500.00 +1050052640,Loan Strategy,Software,Technology,USD,2015-02-19,20000.00,2015-01-20 17:05:06,5.00,failed,1,US,5.00,5.00,20000.00 +1050062904,Confession: 5 PM or By Appointment,Shorts,Film & Video,USD,2014-04-18,2000.00,2014-04-03 23:05:55,2034.00,successful,36,US,2034.00,2034.00,2000.00 +1050063861,Letters To Him: Opening Doors,Fiction,Publishing,USD,2015-07-01,5000.00,2015-05-30 08:07:33,10.00,failed,1,US,10.00,10.00,5000.00 +1050068431,Video Game Download Subscription Service For PC,Video Games,Games,USD,2015-05-27,12000.00,2015-04-27 17:26:41,6.00,failed,2,US,6.00,6.00,12000.00 +1050072092,Battlesnbrawls,Hip-Hop,Music,USD,2015-02-20,10000.00,2015-01-21 05:50:51,0.00,failed,0,US,0.00,0.00,10000.00 +1050072424,The Great Alcohol Experiment,Nonfiction,Publishing,GBP,2016-09-05,2000.00,2016-08-06 02:21:16,10.00,failed,1,GB,13.34,13.33,2665.14 +1050073319,Nydeum Sense: One-Handed Keyboard & Air Mouse (Canceled),Hardware,Technology,USD,2016-06-16,100000.00,2016-05-17 18:23:28,9327.00,canceled,104,US,9327.00,9327.00,100000.00 +105007930,Handmade Poker Chip Tray by Solano Woodworks.,Tabletop Games,Games,USD,2012-09-14,500.00,2012-08-15 15:52:19,316.66,failed,10,US,316.66,316.66,500.00 +1050081559,Help Wild Alchemy Launch,Food,Food,GBP,2016-06-02,1000.00,2016-05-03 23:06:52,1088.00,successful,22,GB,1589.62,1570.23,1443.23 +1050089622,Project Venture - A Short Film About Survival,Shorts,Film & Video,GBP,2013-11-22,800.00,2013-10-23 21:46:58,1192.00,successful,30,GB,1922.39,1931.15,1296.07 +105009174,Korla,Documentary,Film & Video,USD,2014-09-07,10000.00,2014-08-08 03:36:30,10710.05,successful,74,US,10710.05,10710.05,10000.00 +1050092706,Lycans vs Vampires - The Full Fantasy Backgammon Collection,Tabletop Games,Games,USD,2018-01-14,600.00,2017-12-15 12:20:03,1618.00,live,17,US,1413.00,1618.00,600.00 +1050093488,Juan Night Stand: A Short Film,Shorts,Film & Video,USD,2013-01-12,7000.00,2012-11-28 23:01:29,7456.00,successful,82,US,7456.00,7456.00,7000.00 +1050098329,Youth Empowerment Performance Project (YEPP),Theater,Theater,USD,2011-07-16,3000.00,2011-05-28 22:15:53,4215.00,successful,63,US,4215.00,4215.00,3000.00 +1050100728,Fiber Lash Mascara By Daos,Fashion,Fashion,CAD,2016-12-18,20000.00,2016-11-23 21:40:06,0.00,failed,0,CA,0.00,0.00,14799.47 +1050102789,Mori's Family Adventures: Kids International Travel Book,Children's Books,Publishing,USD,2017-11-16,7500.00,2017-10-16 14:57:38,9101.00,successful,174,US,118.00,9101.00,7500.00 +1050110623,The Atlanta Hydro Food Project,Food,Food,USD,2013-02-25,35000.00,2013-01-26 01:33:14,100.00,failed,5,US,100.00,100.00,35000.00 +1050113470,Support HATCHED! Pace Freshman Cabaret at Joe's Pub!,Theater,Theater,USD,2012-04-20,2250.00,2012-04-12 17:58:17,3752.00,successful,86,US,3752.00,3752.00,2250.00 +"1050117842,""TRINAAD """"The sound of three Worlds"""" new album"",World Music,Music,EUR,2017-05-08,6500.00,2017-04-08 08:33:11,520.00,failed,9,FR,63.86,565.55,7069.37" +105011843,Punny Buns: Cute Plush Bunny Puns,Crafts,Crafts,USD,2015-05-05,7500.00,2015-03-31 15:41:48,15077.00,successful,280,US,15077.00,15077.00,7500.00 +1050129003,Teaching Computer Skills to America,Software,Technology,USD,2015-02-12,15000.00,2015-01-13 01:27:52,1.00,failed,1,US,1.00,1.00,15000.00 +1050130369,Anglia Ruskin Creative Writing Anthology,Anthologies,Publishing,GBP,2015-07-02,1000.00,2015-06-02 19:59:45,295.00,failed,14,GB,451.00,460.90,1562.38 +1050134233,eat&share (Canceled),Apps,Technology,AUD,2015-04-16,120000.00,2015-03-17 02:29:44,0.00,canceled,0,AU,0.00,0.00,93750.00 +1050135167,Good Glass Chicago,Product Design,Design,USD,2014-07-11,3500.00,2014-06-11 20:20:47,6245.00,successful,80,US,6245.00,6245.00,3500.00 +1050135418,Decent Pint - a site to discover new beer and new people,Web,Technology,GBP,2014-09-20,1000.00,2014-08-21 22:45:33,0.00,failed,0,GB,0.00,0.00,1630.84 +"1050135520,""Send my 3D animated short film """"Bot"""" to film festivals!"",Animation,Film & Video,USD,2010-11-21,1000.00,2010-10-22 01:23:38,256.00,failed,16,US,256.00,256.00,1000.00" +1050138201,Pressy - the Almighty Android Button!,Product Design,Design,USD,2013-10-14,40000.00,2013-08-28 21:22:37,695138.50,successful,28818,US,695138.50,695138.50,40000.00 +105013943,Uncharted Winds Music Festival,Classical Music,Music,USD,2015-12-09,235000.00,2015-11-09 05:24:57,0.00,failed,0,US,0.00,0.00,235000.00 +1050139758,KULT: Divinity Lost - Horror Roleplaying Game (RPG),Tabletop Games,Games,SEK,2016-03-31,95000.00,2016-02-25 15:01:18,2746655.75,successful,2733,SE,323530.97,339777.05,11752.04 +1050149309,It is time for a SARCASM font (Canceled),Art,Art,USD,2014-08-15,25.00,2014-07-16 22:18:52,0.00,canceled,0,US,0.00,0.00,25.00 +1050149326,Interactive Knowledge Maps,Web,Technology,EUR,2016-09-01,10000.00,2016-08-18 19:16:13,476.00,failed,21,FR,16.91,532.78,11192.94 +105015171,SAM ROY - A SHORT FILM,Shorts,Film & Video,USD,2014-06-16,1100.00,2014-05-17 02:50:58,130.00,failed,3,US,130.00,130.00,1100.00 +1050154798,Community Love Day,Community Gardens,Food,USD,2014-08-31,200.00,2014-08-01 19:31:49,10.00,failed,1,US,10.00,10.00,200.00 +1050158318,Feed the Mant Farm!,Performance Art,Art,USD,2010-08-20,100.00,2010-08-11 00:05:00,0.00,failed,0,US,0.00,0.00,100.00 +"1050163681,""Nuzzie, Bring Joy, Comfort and Happiness to Children."",Childrenswear,Fashion,USD,2015-11-13,36000.00,2015-10-12 15:00:37,1098.60,canceled,14,US,1098.60,1098.60,36000.00" +1050164773,CHING CHONG CHINAMAN,Theater,Theater,USD,2011-09-01,3500.00,2011-07-06 20:00:11,5135.00,successful,113,US,5135.00,5135.00,3500.00 +1050166821,Grandma's House,Documentary,Film & Video,USD,2017-10-05,65000.00,2017-09-05 18:13:09,0.00,failed,0,US,0.00,0.00,65000.00 +"1050167607,""""""FUEGO!!"""""",Digital Art,Art,USD,2013-01-04,8000.00,2012-11-13 22:32:47,0.00,failed,0,US,0.00,0.00,8000.00" +1050174480,Dorys - Boat Shoes with the Breathability of a Sandal,Footwear,Fashion,USD,2017-04-14,36000.00,2017-03-13 01:31:09,7539.00,failed,69,US,3370.00,7539.00,36000.00 +1050180309,Noni - Bilingual Digital and Experiential Learning Platform,Academic,Publishing,USD,2017-01-01,75000.00,2016-11-11 22:59:11,61.00,canceled,3,US,0.00,61.00,75000.00 +1050197064,SteamPunk and Makers Fair Signs and Set Pieces,Festivals,Theater,USD,2015-10-31,2500.00,2015-10-02 00:26:58,126.00,failed,3,US,126.00,126.00,2500.00 +1050199195,Empower the Vision..Quality Gospel Stage Play,Theater,Theater,USD,2010-11-14,7120.00,2010-09-26 20:33:14,0.00,failed,0,US,0.00,0.00,7120.00 +1050204344,GIFts 4 you!,Digital Art,Art,USD,2014-12-24,20.00,2014-11-24 21:34:37,1.00,failed,1,US,1.00,1.00,20.00 +1050217950,i3 Detroit: The Expansion (Canceled),Technology,Technology,USD,2011-09-29,25000.00,2011-07-31 03:13:35,10.00,canceled,2,US,10.00,10.00,25000.00 +1050220700,Apps to help students (Productivity & Health),Apps,Technology,MXN,2017-05-10,23000.00,2017-03-31 22:21:47,0.00,failed,0,MX,0.00,0.00,1217.12 +1050227997,LighterVault: Jumbo Lighter Sleeve with Stash Vault,Product Design,Design,USD,2015-05-23,7350.00,2015-04-23 03:48:34,1277.00,failed,34,US,1277.00,1277.00,7350.00 +1050228843,Extreme Cooking With..,Television,Film & Video,GBP,2015-07-03,4000.00,2015-06-03 23:12:44,0.00,failed,0,GB,0.00,0.00,6249.51 +1050233367,The Stargazer Adventure,DIY,Crafts,USD,2014-10-26,3000.00,2014-08-27 03:38:13,20.00,failed,1,US,20.00,20.00,3000.00 +1050238331,The E & C Motivation Project Presents Life 101,Theater,Theater,USD,2016-04-18,11000.00,2016-02-18 00:36:24,40.00,failed,2,US,40.00,40.00,11000.00 +1050238932,Frost Shirts (Canceled),Apparel,Fashion,USD,2015-05-24,120000.00,2015-04-09 02:58:10,0.00,canceled,0,US,0.00,0.00,120000.00 +1050241205,The Desperado | Waterproof Keyring Capsule.,Product Design,Design,AUD,2014-09-30,3000.00,2014-08-21 01:31:42,806.00,failed,43,AU,752.54,705.41,2625.59 +1050242694,Cmoar - We’ll be back on Monday! (Canceled),Hardware,Technology,GBP,2014-08-09,200000.00,2014-07-09 21:14:38,5974.00,canceled,54,GB,10235.67,9970.63,333800.65 +1050248264,Diamond In The Rough,Jazz,Music,USD,2013-11-27,40000.00,2013-09-28 22:27:26,125.00,failed,2,US,125.00,125.00,40000.00 +1050255293,Documenting The Bead Project,Documentary,Film & Video,USD,2015-08-19,30000.00,2015-07-20 02:50:39,960.00,failed,17,US,960.00,960.00,30000.00 +105025744,Transreal Trilogy + All the Visions,Fiction,Publishing,USD,2014-05-31,6000.00,2014-05-01 07:10:07,7318.00,successful,170,US,7318.00,7318.00,6000.00 +"1050266721,""""""you scare me"""", a disquieting memoir."",Publishing,Publishing,USD,2013-03-01,6000.00,2013-01-03 01:47:22,20.00,failed,2,US,20.00,20.00,6000.00" +1050268327,Restless Minds: Nightmares!,Anthologies,Comics,USD,2017-09-05,1400.00,2017-08-15 17:34:35,1490.00,successful,52,US,42.00,1490.00,1400.00 +1050269814,Rank of Hands,Tabletop Games,Games,USD,2017-08-27,5500.00,2017-07-28 23:14:34,1201.00,failed,18,US,215.00,1201.00,5500.00 +1050273431,J.M. Liebenau's STRANGE MYSTERIES-INCIDENT IN VANCOUVER - a short mockumentary film. (Canceled),Shorts,Film & Video,USD,2010-03-06,500.00,2010-01-06 15:19:10,0.00,canceled,0,US,0.00,0.00,500.00 +1050274923,Malevolent: Dawn of the Master Race (Canceled),Fiction,Publishing,USD,2014-08-07,1500.00,2014-07-08 17:38:09,0.00,canceled,0,US,0.00,0.00,1500.00 +1050286409,Death Runs in the Family: A Dark Zombedy About Family and Friendship. ,Fiction,Publishing,USD,2010-08-16,3000.00,2010-05-18 23:34:54,3025.00,successful,45,US,3025.00,3025.00,3000.00 +10502937,Technology and Kids..,Children's Books,Publishing,USD,2012-06-03,5000.00,2012-05-04 00:35:30,2.00,failed,2,US,2.00,2.00,5000.00 +1050300551,Earthhouse Foods,Food,Food,USD,2017-10-05,80000.00,2017-09-05 18:06:11,346.00,canceled,10,US,346.00,346.00,80000.00 +1050304493,Mingle Magazine,Periodicals,Publishing,USD,2011-07-02,15000.00,2011-05-03 03:08:43,0.00,failed,0,US,0.00,0.00,15000.00 +1050308290,b² = Smart Shirts for Growing Kids,Product Design,Design,USD,2014-10-12,12429.00,2014-09-12 03:58:22,31.00,failed,3,US,31.00,31.00,12429.00 +1050312526,Which Side - A Vegan Anarchist Podcast (2013 Season),Webseries,Film & Video,USD,2013-04-17,2000.00,2013-03-17 17:00:12,335.00,failed,16,US,335.00,335.00,2000.00 +1050318661,Cowboys of the Sky,Documentary,Film & Video,USD,2011-07-30,50000.00,2011-05-16 21:13:36,2710.00,failed,15,US,2710.00,2710.00,50000.00 +"1050318747,""Vol 2, Late Nite Doodles (coloring book)"",Art Books,Publishing,USD,2016-05-20,3000.00,2016-04-05 18:24:09,639.00,failed,18,US,639.00,639.00,3000.00" +1050319360,Blue-Rx: A 16ch Servo / PWM Bluetooth 4.0 Receiver,Hardware,Technology,USD,2013-05-27,7500.00,2013-04-22 18:38:22,11633.00,successful,175,US,11633.00,11633.00,7500.00 +1050319682,Gluttony Playing Cards,Playing Cards,Games,USD,2016-08-31,4000.00,2016-08-01 21:13:19,4097.00,successful,135,US,919.00,4097.00,4000.00 +1050320786,Charming The Snake Studio Recording Time,Rock,Music,CAD,2014-12-03,12000.00,2014-11-03 21:35:04,5.00,failed,1,CA,4.44,4.39,10531.86 +1050324675,New Camp,Indie Rock,Music,USD,2013-02-11,1080.00,2013-01-16 23:05:02,1483.02,successful,39,US,1483.02,1483.02,1080.00 +1050326222,Kepler: Your Best Home Gas Detector,Hardware,Technology,CAD,2014-08-30,30000.00,2014-07-31 15:00:59,61021.00,successful,576,CA,56253.77,56095.79,27578.60 +105033532,Minimal Artwork: Street Fighter Poster Prints (Canceled),Painting,Art,USD,2015-04-03,3000.00,2015-03-03 01:59:34,315.00,canceled,11,US,315.00,315.00,3000.00 +1050338924,Families Who Eat Together Stay Together!,Food,Food,GBP,2017-05-15,12000.00,2017-04-15 14:09:17,0.00,failed,0,GB,31.27,0.00,15615.24 +"1050342241,""$350 to help make an INDIVIDUALIST film, rather than an 'independent' film!"",Narrative Film,Film & Video,USD,2010-09-30,350.00,2010-07-03 00:46:08,735.36,successful,20,US,735.36,735.36,350.00" +1050343582,Love & Monsters Anthology,Comics,Comics,USD,2013-12-17,3500.00,2013-11-14 15:29:23,4181.31,successful,115,US,4181.31,4181.31,3500.00 +1050344391,Patternistic Coloring Book for Kids & Adults (Canceled),Art Books,Publishing,USD,2014-06-08,3000.00,2014-05-09 23:31:13,0.00,canceled,0,US,0.00,0.00,3000.00 +1050346064,Minoan - The Game,Mobile Games,Games,GBP,2016-04-16,1000.00,2016-03-17 18:06:00,781.00,failed,6,GB,1104.17,1122.92,1437.79 +1050346356,Shelby and the Bread Factory Short Film,Shorts,Film & Video,USD,2013-05-28,30000.00,2013-04-28 01:30:23,30262.00,suspended,277,US,30262.00,30262.00,30000.00 +1050347889,Autism Hero Designs Project,Graphic Design,Design,USD,2015-11-25,3620.00,2015-10-26 19:38:24,4435.00,successful,73,US,4435.00,4435.00,3620.00 +1050352242,Flowerfish Games,Video Games,Games,USD,2017-04-07,2500.00,2017-02-06 22:34:24,0.00,failed,0,US,0.00,0.00,2500.00 +1050355782,SPNIME: The Supernatural / Anime Fanbook,Art,Art,USD,2015-04-20,1350.00,2015-03-18 03:43:41,2391.00,successful,57,US,2391.00,2391.00,1350.00 +1050357610,Respect The Youth-Lady Cellie's first EP album (Canceled),World Music,Music,USD,2011-07-06,4000.00,2011-06-06 00:01:36,0.00,canceled,0,US,0.00,0.00,4000.00 +1050358230,frog: across the pond,Documentary,Film & Video,USD,2016-01-24,3000.00,2015-12-24 01:06:19,5293.00,successful,60,US,5293.00,5293.00,3000.00 +1050359502,Jumper - Unreal Engine 4 - First Person Puzzle Game,Video Games,Games,GBP,2015-11-23,100.00,2015-10-24 19:17:13,145.00,successful,5,GB,223.44,218.25,150.52 +1050360639,Sickle & Hatchet - A Webseries,Webseries,Film & Video,USD,2013-03-25,1500.00,2013-02-25 16:45:01,1560.00,successful,33,US,1560.00,1560.00,1500.00 +1050364057,Champagne Lounge )'( Open Mic Fundraiser,Music,Music,USD,2011-05-19,300.00,2011-02-17 03:56:37,445.00,successful,10,US,445.00,445.00,300.00 +1050365393,The Roaming Story,Fiction,Publishing,USD,2014-02-21,10000.00,2014-01-22 00:21:51,315.00,failed,19,US,315.00,315.00,10000.00 +"105036637,""VIDEO GAME PLAYERS ASSOCIATION Launching the new """"VGPA Society!"""""",Video Games,Games,USD,2009-12-21,1200.00,2009-11-19 10:33:09,20.00,failed,1,US,20.00,20.00,1200.00" +105036681,Bop Skizzum New Album,Indie Rock,Music,USD,2012-05-26,7500.00,2012-04-26 09:54:11,8515.00,successful,161,US,8515.00,8515.00,7500.00 +1050370344,The String Out,Shorts,Film & Video,USD,2013-05-05,7000.00,2013-04-05 09:07:40,7612.00,successful,49,US,7612.00,7612.00,7000.00 +1050375984,Rags to Riches: avant-garde | exclusive | tailored | fair,Fashion,Fashion,EUR,2015-11-17,25000.00,2015-10-08 12:36:37,50.00,failed,2,NL,56.36,53.44,26719.96 +"1050383797,""PROJECT SICK, The Sad SICK Truth"",Hip-Hop,Music,USD,2012-06-12,2200.00,2012-04-13 09:12:32,0.00,failed,0,US,0.00,0.00,2200.00" +"1050385296,""Swizzle Stool - Great for Meditation, Relaxation and Yoga"",Product Design,Design,USD,2016-12-12,12480.00,2016-11-12 15:00:15,1455.00,failed,9,US,99.00,1455.00,12480.00" +"105038828,""Short Film """"7,7,7"""""",Shorts,Film & Video,USD,2013-06-22,2000.00,2013-05-23 01:38:39,125.00,failed,2,US,125.00,125.00,2000.00" +1050397562,The Unluckiest Champion,Fiction,Publishing,USD,2015-03-31,200.00,2015-03-26 19:21:06,0.00,failed,0,US,0.00,0.00,200.00 +1050406866,CATTLE - AN AWESOME SCI-FI SHORT,Science Fiction,Film & Video,AUD,2016-09-03,5500.00,2016-07-08 03:32:22,0.00,canceled,0,AU,0.00,0.00,4177.43 +1050413070,Funding for School Play,Theater,Theater,USD,2013-03-11,400.00,2013-02-20 00:56:39,460.00,successful,12,US,460.00,460.00,400.00 +1050418854,Magnetic connection makes wiring a snap: Dyna-Snap!!,DIY Electronics,Technology,USD,2016-12-04,6500.00,2016-11-04 13:25:09,7348.00,successful,127,US,1831.00,7348.00,6500.00 +1050423168,Swaverse,Music,Music,USD,2015-07-04,10000.00,2015-06-04 22:44:46,0.00,failed,0,US,0.00,0.00,10000.00 +1050423886,Jay Remy Tour (Canceled),Electronic Music,Music,USD,2015-03-26,60000.00,2015-02-24 10:37:13,0.00,canceled,0,US,0.00,0.00,60000.00 +1050427038,Papa Possum's First Little Book of Satires,Poetry,Publishing,USD,2014-04-14,7500.00,2014-03-30 18:00:20,1065.00,failed,13,US,1065.00,1065.00,7500.00 +1050428980,The Call. (Working Title),Festivals,Film & Video,USD,2015-04-03,800.00,2015-03-04 19:07:45,326.00,failed,4,US,326.00,326.00,800.00 +1050429866,College Kids,Webseries,Film & Video,USD,2011-07-10,800.00,2011-06-10 23:19:35,0.00,failed,0,US,0.00,0.00,800.00 +1050443456,Emote - A Fine Art Photography Project,Photography,Photography,USD,2011-08-10,5500.00,2011-07-11 14:00:06,30.00,failed,2,US,30.00,30.00,5500.00 +1050448095,(APP) Fostering the Culture of Entrepreneurship,Apps,Technology,MXN,2017-07-10,4000000.00,2017-05-31 02:05:08,3129.00,failed,5,MX,5.40,177.35,226718.81 +105045188,Monk And Me: Excercising Influence,Jazz,Music,USD,2012-05-10,11000.00,2012-04-26 14:50:04,0.00,failed,0,US,0.00,0.00,11000.00 +1050451978,Black Lighthouse - T-Shirt Presale,Rock,Music,USD,2015-07-20,300.00,2015-06-10 02:07:12,325.00,successful,15,US,325.00,325.00,300.00 +"1050458803,Moab Grassroots Music Exchange venue,Music,Music,USD,2015-04-21,1260.00,2015-04-16 00:41:41,211.00,undefined,0,""N,0"""""",,211.00,1260.00" +1050463303,STARTING FROM SCRATCH,Publishing,Publishing,USD,2016-12-19,48000.00,2016-11-19 18:40:44,0.00,failed,0,US,0.00,0.00,48000.00 +1050464220,Heisted,Shorts,Film & Video,USD,2014-07-25,8000.00,2014-06-15 17:02:04,3759.19,failed,38,US,3759.19,3759.19,8000.00 +"1050464253,""S.O.S Album, and Tour"",Hip-Hop,Music,USD,2012-06-01,30000.00,2012-05-02 18:56:30,100.00,failed,1,US,100.00,100.00,30000.00" +1050467111,Mediacloud: Journalism by the people for the people,Web,Journalism,EUR,2017-04-16,80000.00,2017-02-15 21:43:50,0.00,canceled,0,ES,0.00,0.00,85584.38 +1050484665,Dulces Artesanales El Palmarito Handmade Sweets El Palmarito,Crafts,Crafts,MXN,2017-01-23,100000.00,2016-11-24 01:39:38,260.00,failed,2,MX,0.00,12.32,4737.54 +1050484882,Bi-Curious,Fantasy,Film & Video,GBP,2015-08-24,5000.00,2015-06-25 01:59:49,0.00,failed,0,GB,0.00,0.00,7695.62 +1050501926,You Want Me To Anyway song release,Indie Rock,Music,USD,2012-05-02,110.00,2012-04-02 16:31:26,111.00,successful,5,US,111.00,111.00,110.00 +1050502393,Rebel House Films,Shorts,Film & Video,CAD,2016-11-28,500.00,2016-11-13 07:14:51,0.00,canceled,0,CA,0.00,0.00,375.86 +1050504044,Bibs and Bunting -small business start-up (Canceled),Crafts,Crafts,NZD,2014-08-13,1000.00,2014-06-29 01:56:47,81.00,canceled,4,NZ,71.04,68.83,849.76 +"1050504659,""Help fund the first edition of """"Story(cycle)"""""",Comics,Comics,USD,2013-08-01,350.00,2013-07-08 18:48:43,1350.00,successful,40,US,1350.00,1350.00,350.00" +10505069,Pax Instruments T400 Temperature Datalogger,Hardware,Technology,USD,2014-10-11,6250.00,2014-09-11 15:40:00,13627.95,successful,126,US,13627.95,13627.95,6250.00 +1050509234,Panther Co. - American Made Manufacturing,Fashion,Fashion,USD,2015-06-30,15000.00,2015-05-31 00:07:53,15247.00,successful,139,US,15247.00,15247.00,15000.00 +1050511444,`AWAKEN` (The Sleeping Be-ing),Nonfiction,Publishing,USD,2015-07-18,20000.00,2015-06-18 20:17:41,250.00,failed,4,US,250.00,250.00,20000.00 +1050516795,Surreal World,Restaurants,Food,USD,2015-01-20,500000.00,2014-11-21 17:51:24,62.00,failed,5,US,62.00,62.00,500000.00 +105051823,Keyport Slide 2.0 - The Keychain Reinvented,Product Design,Design,USD,2013-03-23,75000.00,2013-02-21 22:00:09,153341.37,successful,2270,US,153341.37,153341.37,75000.00 +1050523510,Fight or Flight: A Party Game for Animals,Games,Games,USD,2017-08-07,5000.00,2017-07-08 01:12:47,1413.50,failed,39,US,1034.50,1413.50,5000.00 +1050527290,Fossilizing Poetry in New Zealand (Canceled),Mixed Media,Art,USD,2012-01-07,1250.00,2011-11-08 14:19:42,31.00,canceled,5,US,31.00,31.00,1250.00 +1050528095,Fantasy Fossils,Mixed Media,Art,USD,2013-01-02,2600.00,2012-12-03 13:32:34,435.00,failed,8,US,435.00,435.00,2600.00 +1050531301,THE SNACK POSTER: A new creation inspired by Japanese food,Graphic Design,Design,USD,2015-11-02,1500.00,2015-09-03 20:59:16,10735.00,successful,240,US,10735.00,10735.00,1500.00 +1050533077,Flip Flop Flippin: One man's look for character(s) on the AT,Documentary,Film & Video,USD,2011-03-03,4500.00,2011-02-01 18:40:18,7385.00,successful,125,US,7385.00,7385.00,4500.00 +105054109,Julefnat - En lille bog om kravlenisser,Nonfiction,Publishing,DKK,2016-12-24,50000.00,2016-11-19 16:13:10,178.00,failed,1,DK,25.40,25.24,7089.38 +1050542067,Family Secrets: The Witch Haven Chronicles,Fiction,Publishing,USD,2014-05-18,4000.00,2014-03-19 21:40:35,25.00,failed,3,US,25.00,25.00,4000.00 +1050543731,Inspire Me Candles: A Candle Company Started By a 7 Yr Old,Candles,Crafts,USD,2015-05-23,4000.00,2015-04-23 18:14:59,63.00,failed,4,US,63.00,63.00,4000.00 +105054687,t h e $ 1 V i o l i n S h o w,Music,Music,USD,2011-08-22,50.00,2011-06-23 01:10:02,110.00,successful,2,US,110.00,110.00,50.00 +"1050549314,""My Gift, a Copy of The Traveler's Legend of Dwylaa Endogarran plus more!"",Fiction,Publishing,USD,2010-08-08,10000.00,2010-06-24 22:01:51,0.00,failed,0,US,0.00,0.00,10000.00" +1050556697,The Good Ol' Days,Documentary,Film & Video,USD,2016-02-03,50000.00,2015-12-05 01:23:02,5.00,failed,1,US,5.00,5.00,50000.00 +"1050575795,""Made Immortal, Immortalizing those we miss."",Photography,Photography,USD,2014-04-25,50000.00,2014-03-11 15:58:01,12.00,failed,3,US,12.00,12.00,50000.00" +1050580707,Gaming Pod,Video Games,Games,USD,2014-09-24,20000.00,2014-08-25 00:20:19,321.00,failed,7,US,321.00,321.00,20000.00 +"1050584743,""When I Grow Up, I Want To Be a K-State Wildcat"",Children's Books,Publishing,USD,2016-11-09,8000.00,2016-10-10 21:54:29,9586.50,successful,133,US,2327.00,9586.50,8000.00" +"105059119,La Garita: Growing Up in the San Luis Valley,Publishing,Publishing,USD,2015-05-19,5000.00,2015-04-19 20:11:31,0.00,undefined,0,""N,0"""""",,0.00,5000.00" +1050591646,TeleRide,Video Games,Games,GBP,2013-10-09,6000.00,2013-09-09 10:18:07,10.00,failed,3,GB,15.63,15.98,9587.27 +"1050593358,""""""Safely Through"""": an EP by Cathy Little"",Indie Rock,Music,USD,2011-07-01,3000.00,2011-06-01 06:29:45,100.00,failed,3,US,100.00,100.00,3000.00" +1050617399,Book:The Wedding Killer,Fiction,Publishing,USD,2013-01-22,1500.00,2012-12-23 02:23:14,60.00,failed,3,US,60.00,60.00,1500.00 +1050619901,Left wing swing band Cats & Dinosaurs' new english album!,Jazz,Music,SEK,2017-12-02,9000.00,2017-11-02 18:09:23,1975.00,canceled,4,SE,23.86,232.44,1059.22 +1050619951,Speak in Silent Tongues,Mixed Media,Art,USD,2011-08-24,5000.00,2011-05-26 19:39:20,0.00,failed,0,US,0.00,0.00,5000.00 +1050623896,The Dictionary! Posters,Graphic Design,Design,USD,2017-02-20,1000.00,2017-01-21 10:25:04,312.00,canceled,9,US,199.00,312.00,1000.00 +1050629846,The Crueled Face of Afghan Kid,Nonfiction,Publishing,USD,2015-07-10,3500.00,2015-06-10 21:23:08,0.00,failed,0,US,0.00,0.00,3500.00 +1050633760,This Is My Generation,Photobooks,Photography,USD,2016-06-26,1000.00,2016-05-27 17:39:27,50.00,failed,1,US,50.00,50.00,1000.00 +1050638167,Meepillows - An assortment of colorful large plush meeples!,Tabletop Games,Games,USD,2015-09-13,15000.00,2015-08-14 00:00:19,57664.00,successful,932,US,57664.00,57664.00,15000.00 +1050640762,Help towards future pieces and my dream career in art...,Art,Art,GBP,2014-08-27,1000.00,2014-08-07 20:17:49,5.00,failed,1,GB,8.44,8.29,1658.24 +1050643943,Ron Short Debut CD Project (Canceled),Pop,Music,USD,2013-01-26,17000.00,2012-11-27 03:53:22,600.00,canceled,2,US,600.00,600.00,17000.00 +1050645643,Fowl Dog products keep your car clean and dogs contained.,Product Design,Design,USD,2016-10-18,25000.00,2016-09-20 15:45:58,6057.00,canceled,59,US,0.00,6057.00,25000.00 +"1050652460,""The Reality Wars, A Documentary Film"",Documentary,Film & Video,USD,2013-09-09,70000.00,2013-08-10 00:53:03,3403.00,failed,69,US,3403.00,3403.00,70000.00" +1050654302,Come Take a Walk With Me Season 2,Webseries,Film & Video,USD,2012-06-15,600.00,2012-05-01 18:47:59,940.00,successful,23,US,940.00,940.00,600.00 +1050677587,Sunny Square - a short film,Shorts,Film & Video,USD,2013-03-11,3500.00,2013-02-08 23:44:10,3576.00,successful,28,US,3576.00,3576.00,3500.00 +105068211,Fighting to Stop Welfare and Government Assistance Abuse,Documentary,Film & Video,USD,2014-03-24,500.00,2014-02-22 10:50:26,0.00,canceled,0,US,0.00,0.00,500.00 +1050689603,aiMe,Apps,Technology,EUR,2014-09-24,15000.00,2014-08-25 22:19:26,81.00,failed,6,NL,107.26,103.13,19098.06 +1050695560,This is your Wake Up Call,Fiction,Publishing,GBP,2013-09-02,50.00,2013-08-26 20:25:20,55.00,successful,2,GB,85.63,85.68,77.89 +1050710428,The World's First All Titanium Guitar - With No Body Or Neck,Music,Music,USD,2013-11-14,80000.00,2013-10-10 19:48:50,18860.00,failed,28,US,18860.00,18860.00,80000.00 +1050712807,oJo: World's most versatile car mount,Product Design,Design,CAD,2016-01-22,2000.00,2015-12-23 18:54:10,5873.00,successful,170,CA,4212.97,4144.38,1411.33 +1050715107,Synesthesia Artist Collective presents 'The House of Yes',Performance Art,Art,USD,2014-02-09,7300.00,2014-01-10 21:10:00,7730.00,successful,95,US,7730.00,7730.00,7300.00 +1050732470,ECM-Prototype (Canceled),Hardware,Technology,EUR,2016-06-23,3000.00,2016-05-24 15:38:57,35.00,canceled,1,DE,39.31,38.73,3319.80 +1050732941,LENDEMAIN DE VEILLE,Country & Folk,Music,CAD,2017-03-29,1.00,2017-01-30 05:12:44,5307.87,successful,118,CA,0.00,3978.02,0.75 +"1050738894,""Puzzle Book: The Bigger the Campaign, the Bigger the Book"",Puzzles,Games,USD,2017-01-14,5.00,2016-12-14 16:15:19,1317.00,successful,108,US,155.00,1317.00,5.00" +1050747301,The Story of the Zimbabwe Women Lawyers Association (ZWLA),Film & Video,Film & Video,USD,2013-01-16,2500.00,2013-01-09 22:10:15,1.00,failed,1,US,1.00,1.00,2500.00 +1050753768,Amphibia Performance Floating Sunglasses,Accessories,Fashion,USD,2015-11-12,50000.00,2015-10-13 17:08:32,11781.00,failed,72,US,11781.00,11781.00,50000.00 +"1050764872,""""""Awaken the Worshiper"""" Original Recording"",Faith,Music,USD,2015-05-12,3400.00,2015-04-02 01:44:21,3437.00,successful,28,US,3437.00,3437.00,3400.00" +1050771565,The Pro Lounge / Gaming Restaurant & eSport Event Hosting,Video Games,Games,USD,2017-08-01,200000.00,2017-06-13 06:21:48,75.00,failed,3,US,75.00,75.00,200000.00 +1050772818,Heroines in Sensible Shoes - 28mm miniatures for roleplaying,Tabletop Games,Games,GBP,2016-02-03,1500.00,2016-01-25 15:01:52,33429.00,successful,1030,GB,47689.97,48648.77,2182.93 +1050777057,Buck Shot,Shorts,Film & Video,USD,2012-06-01,2200.00,2012-05-01 16:31:38,2250.00,successful,39,US,2250.00,2250.00,2200.00 +1050777692,Kjærlighet CD Singel,Metal,Music,NOK,2015-12-08,2080.00,2015-10-09 10:46:57,270.00,failed,2,NO,32.86,31.00,238.78 +1050785665,About My Dog,Nonfiction,Publishing,USD,2016-11-21,25000.00,2016-10-22 05:33:25,436.00,failed,7,US,290.00,436.00,25000.00 +"1050790557,""Leicester's Days of Glory, a 360º Virtual Reality Experience"",Film & Video,Film & Video,GBP,2016-05-29,6000.00,2016-05-15 20:55:34,0.00,failed,0,""N,0"""""",,0.00,8659.38" +1050792216,PROTECTION ~ Ancient prayers for radical compassion,Electronic Music,Music,USD,2017-01-16,12121.00,2016-12-02 04:51:43,14859.12,successful,226,US,587.12,14859.12,12121.00 +1050799281,Otaak Band - Live in Chicago,World Music,Music,USD,2013-07-10,5000.00,2013-06-15 23:45:15,5327.00,successful,65,US,5327.00,5327.00,5000.00 +1050801202,The Tesla Tales,Academic,Publishing,GBP,2017-10-21,5000.00,2017-09-21 00:13:12,116.00,failed,5,GB,29.74,151.88,6546.64 +1050803370,Warning:Explicit Science,Webseries,Film & Video,USD,2012-01-27,3500.00,2011-12-28 08:04:16,0.00,failed,0,US,0.00,0.00,3500.00 +1050807175,Target Acquired,Photography,Photography,USD,2012-12-22,100000.00,2012-11-22 00:21:48,0.00,failed,0,US,0.00,0.00,100000.00 +1050812222,My Apocalypse,Art,Art,USD,2012-05-26,600.00,2012-04-26 03:18:52,1000.00,successful,30,US,1000.00,1000.00,600.00 +105081249,D'ARCI APPAREL || You know it's adorable. :],Fashion,Fashion,USD,2013-01-27,1000.00,2012-12-18 02:17:26,1395.00,successful,40,US,1395.00,1395.00,1000.00 +1050828586,Death Becomes Me - Gothic Urban Fantasy Novel & Photography,Fiction,Publishing,GBP,2016-06-05,18000.00,2016-05-08 14:00:30,1131.00,failed,34,GB,1631.99,1629.05,25926.51 +1050830225,Muzepit,Music,Music,USD,2015-06-11,20000.00,2015-05-12 22:15:57,0.00,failed,0,US,0.00,0.00,20000.00 +1050830333,Asheville Food & Environmental Film Festival (AFEFF),Food,Food,USD,2010-09-16,10000.00,2010-08-01 17:53:45,780.00,failed,8,US,780.00,780.00,10000.00 +1050832069,The Strength in Our Scars,Mixed Media,Art,USD,2015-04-01,2000.00,2015-03-02 18:34:18,2100.00,successful,38,US,2100.00,2100.00,2000.00 +1050833910,Limited edition of handmade hats made in italy,Accessories,Fashion,EUR,2017-06-10,10000.00,2017-04-26 21:32:17,95.00,failed,4,IT,65.16,106.09,11166.95 +"1050834102,""Her Influence-Empowering, Enlightening, and Enriching"",Graphic Design,Design,USD,2016-03-22,2000.00,2016-01-22 03:24:50,675.00,canceled,11,US,675.00,675.00,2000.00" +1050844759,10 Fold DVD 2015,Webseries,Film & Video,USD,2015-02-09,25000.00,2014-12-31 03:01:29,2.00,failed,1,US,2.00,2.00,25000.00 +1050852535,World’s First Minimalist Design Rectangular Tourbillon Watch,Product Design,Design,HKD,2018-01-29,380000.00,2017-12-20 08:01:33,173730.00,live,24,HK,0.00,22204.19,48567.27 +1050854493,Cloud Tribe,Webseries,Film & Video,USD,2012-09-12,450000.00,2012-08-10 19:47:14,20416.00,failed,69,US,20416.00,20416.00,450000.00 +1050870751,Tapestry: Life on Earth,Art,Art,GBP,2016-06-07,100000.00,2016-05-10 21:00:39,0.00,failed,0,GB,0.00,0.00,144036.18 +"1050875801,""Worlds End Comics presents """"Dignity Aside"""""",Comics,Comics,USD,2012-12-15,7500.00,2012-11-15 17:05:57,510.00,failed,5,US,510.00,510.00,7500.00" +1050876057,We Are Birds Documentary.... Independent Film,Documentary,Film & Video,USD,2012-02-09,8088.00,2012-01-07 08:45:16,190.00,failed,6,US,190.00,190.00,8088.00 +1050879801,Popplecopter Gremlins™. Journaltastic fun!,Mixed Media,Art,GBP,2017-08-25,2650.00,2017-07-26 12:03:56,0.00,failed,0,GB,0.00,0.00,3398.13 +1050892033,The Atlantis Chronicles,Fiction,Publishing,USD,2017-09-10,2000.00,2017-07-12 00:52:58,60.00,failed,3,US,20.00,60.00,2000.00 +1050897797,We Wish You A Merry Christmas,Music,Music,USD,2017-10-02,600.00,2017-08-18 19:49:34,29.00,failed,1,US,29.00,29.00,600.00 +1050908028,Charting Jazz: The Mastery of Bill Holman,Documentary,Film & Video,USD,2014-04-05,85000.00,2014-03-06 18:07:47,13334.00,failed,51,US,13334.00,13334.00,85000.00 +"1050909028,""Gripper and Stand for Kindle, Ipads and other tablets"",Product Design,Design,USD,2011-07-05,8000.00,2011-05-30 05:05:08,305.00,canceled,10,US,305.00,305.00,8000.00" +1050913910,Live CD/DVD Worship Recording,World Music,Music,USD,2012-04-10,5000.00,2012-03-13 19:18:44,300.00,failed,7,US,300.00,300.00,5000.00 +1050914734,GameSwap64 - Free Online Video Game Trading Community,Web,Technology,GBP,2014-09-10,9500.00,2014-08-06 09:45:54,0.00,canceled,0,GB,0.00,0.00,15421.08 +105091802,UuDrop,Apps,Technology,USD,2017-08-24,25000.00,2017-07-25 00:12:06,0.00,failed,0,US,0.00,0.00,25000.00 +1050923333,The Everyday Essential Clutch,Product Design,Design,CAD,2016-03-20,12500.00,2016-02-08 10:20:30,2593.00,failed,28,CA,1863.25,1951.38,9406.98 +1050931950,One Eye Open,Film & Video,Film & Video,USD,2014-03-15,180000.00,2014-01-14 18:56:15,8.00,failed,4,US,8.00,8.00,180000.00 +1050935328,Heart/Soul/Mind - a musical exploration,Country & Folk,Music,USD,2014-09-20,2500.00,2014-07-22 09:12:23,840.00,failed,15,US,840.00,840.00,2500.00 +1050943303,Little Baby's Ice Cream Funds for Responsible Packaging,Food,Food,USD,2012-07-10,5952.00,2012-06-15 06:03:09,6314.00,successful,151,US,6314.00,6314.00,5952.00 +10509660,Reclaim the Thunder Tour,World Music,Music,USD,2012-03-11,15000.00,2012-02-10 16:01:09,2357.00,failed,57,US,2357.00,2357.00,15000.00 +1050983554,Evolve and Endure,DIY,Crafts,USD,2017-07-01,5000.00,2017-06-02 02:06:58,25.00,failed,1,US,25.00,25.00,5000.00 +105098450,A Rift of Chaos - White Book (Canceled),Fiction,Publishing,USD,2013-03-26,15000.00,2013-02-10 00:17:12,0.00,canceled,0,US,0.00,0.00,15000.00 +1050989947,THE PRICE OF DESIRE film Eileen Gray E1027 Villa Restoration,Narrative Film,Film & Video,USD,2013-06-10,40000.00,2013-05-08 18:26:18,6646.00,failed,60,US,6646.00,6646.00,40000.00 +1050998985,The Labyrinth,Animation,Film & Video,USD,2013-09-12,123000.00,2013-08-13 16:04:02,2531.00,failed,20,US,2531.00,2531.00,123000.00 +"1051002025,""Be a part of my music, So my music can be a part of you"",Music,Music,USD,2014-11-30,10000.00,2014-10-29 20:01:33,1325.00,failed,16,US,1325.00,1325.00,10000.00" +1051003234,Dune MMO (Canceled),Video Games,Games,EUR,2015-03-02,1000000.00,2015-01-01 16:58:18,30.00,canceled,3,NL,36.50,32.89,1096298.89 +1051005241,TOOLETRIES Bathroom Travel Case,Product Design,Design,AUD,2014-07-21,10000.00,2014-06-11 00:58:43,48627.07,successful,666,AU,45469.53,45736.52,9405.57 +1051007249,Not Of This World - Student Film Project,Shorts,Film & Video,GBP,2013-09-25,2000.00,2013-09-05 23:09:30,0.00,failed,0,GB,0.00,0.00,3223.10 +1051014005,Darwin Carmichael is Going to Hell: The Book,Comics,Comics,USD,2013-12-11,12000.00,2013-11-11 07:42:24,22662.01,successful,505,US,22662.01,22662.01,12000.00 +105101595,PROJECT GENESIS (A Live Musical performance of Genesis),Performance Art,Art,USD,2014-03-07,52000.00,2014-01-06 21:25:42,3.00,failed,3,US,3.00,3.00,52000.00 +1051022232,2014 Reno Hip Hop Awards Show,Hip-Hop,Music,USD,2014-12-19,1500.00,2014-10-20 20:06:55,10.00,failed,1,US,10.00,10.00,1500.00 +"1051031294,""""""Zeitgeist"""" A Pedal Giant Animals Progressive Music Project"",Music,Music,USD,2015-05-27,7500.00,2015-04-27 13:59:59,7903.00,undefined,0,""N,0"""""",,7903.00,7500.00" +1051036112,Jackson's Run,Film & Video,Film & Video,USD,2011-08-11,10000.00,2011-06-12 03:39:02,230.00,failed,4,US,230.00,230.00,10000.00 +1051038700,A Quiet Night: An exercise in logical surrealism,Shorts,Film & Video,USD,2011-06-17,10000.00,2011-05-18 19:26:29,2142.00,failed,42,US,2142.00,2142.00,10000.00 +"1051047602,Red Letter EP,Music,Music,USD,2015-05-29,1500.00,2015-04-29 14:56:31,161.00,undefined,0,""N,0"""""",,161.00,1500.00" +1051058276,Technology Leadership Camp- Developing Online/Mobile Games,Software,Technology,USD,2015-04-25,12000.00,2015-02-24 00:57:24,150.00,failed,4,US,150.00,150.00,12000.00 +1051059751,ubiquitous TORONTO iphoneography documentary,Places,Photography,CAD,2016-02-14,3700.00,2016-01-13 19:07:36,3703.00,successful,24,CA,2604.53,2690.16,2687.98 +1051065034,Stolen Season - A Music Inspired Loose Leaf Tea Project,Small Batch,Food,USD,2015-02-28,2500.00,2015-01-29 05:42:00,5317.42,successful,106,US,5317.42,5317.42,2500.00 +1051067551,The Real Brother Radio Show Going Global,Radio & Podcasts,Publishing,USD,2013-07-11,3999.00,2013-06-11 06:26:06,0.00,failed,0,US,0.00,0.00,3999.00 +1051069948,Infinity [APYROS] Fountain Pen,Product Design,Design,AUD,2015-12-18,2000.00,2015-11-05 21:38:57,4500.00,successful,46,AU,3245.60,3206.73,1425.21 +1051071704,De Syria,Video Games,Games,USD,2012-03-15,100000.00,2012-02-14 23:40:49,50.00,failed,1,US,50.00,50.00,100000.00 +1051080517,Wolfie Complex Recording Its Debut Album!,Music,Music,USD,2011-07-16,5000.00,2011-04-17 22:13:20,5020.00,successful,42,US,5020.00,5020.00,5000.00 +1051084512,The adventures of Jim Dandy and Muddflapp,Documentary,Film & Video,USD,2013-11-27,1000.00,2013-10-28 17:50:09,5.00,failed,1,US,5.00,5.00,1000.00 +1051090089,Charlie Prankster A Board/Drinking game by givepranks.com,Games,Games,USD,2015-05-01,7000.00,2015-04-01 23:43:54,100.00,failed,2,US,100.00,100.00,7000.00 +1051091259,Summer: A Short Film,Shorts,Film & Video,USD,2010-08-02,5000.00,2010-06-17 03:24:14,6155.00,successful,52,US,6155.00,6155.00,5000.00 +1051091490,Help Us Help the Honey Bee and share in their gifts!,Farms,Food,USD,2016-03-24,500.00,2016-02-23 14:44:49,113.00,failed,7,US,113.00,113.00,500.00 +1051094777,Help MOON PALACE become a reality!,Indie Rock,Music,USD,2012-02-04,1500.00,2012-01-05 16:30:43,1600.77,successful,32,US,1600.77,1600.77,1500.00 +1051096896,Freezylist.com - Real Estate Reinvented for Property Owners,Web,Technology,USD,2016-11-24,25000.00,2016-10-25 14:39:06,180.00,failed,4,US,179.00,180.00,25000.00 +1051100482,Misconceptions of the Recovering Addict (Canceled),Documentary,Film & Video,USD,2015-11-22,10000.00,2015-10-22 00:31:12,800.00,canceled,6,US,800.00,800.00,10000.00 +1051101450,Jon Shain and Joe Newberry - Crow the Dawn,Country & Folk,Music,USD,2015-12-02,8000.00,2015-11-02 05:00:45,9370.00,successful,163,US,9370.00,9370.00,8000.00 +"1051112562,""Diversity conscious shopping app improves fairness,diversity"",Apps,Technology,USD,2015-08-21,5500.00,2015-07-21 22:02:02,584.00,failed,9,US,584.00,584.00,5500.00" +1051116711,Clarity: A Short Film,Shorts,Film & Video,USD,2014-06-16,7500.00,2014-05-20 10:32:16,7537.11,successful,44,US,7537.11,7537.11,7500.00 +1051139360,Vonnegut Kraft,Design,Design,USD,2012-03-18,6000.00,2012-02-17 21:30:11,6332.00,successful,73,US,6332.00,6332.00,6000.00 +1051144532,R.W. Fassbinder's Marilyn Monroe vs The Vampires,Performance Art,Art,USD,2016-11-30,2222.00,2016-10-27 12:33:21,2297.00,successful,19,US,342.00,2297.00,2222.00 +1051150097,Dein Radio Sonneberg mit 3D Chat Moderation,Music,Music,EUR,2017-07-24,10000.00,2017-07-09 01:37:07,0.00,failed,0,DE,0.00,0.00,11728.97 +1051154899,Undocumented: Funds for publishing of my fiction novel.,Fiction,Publishing,USD,2017-08-12,1000.00,2017-07-13 16:32:09,0.00,failed,0,US,40.00,0.00,1000.00 +1051159302,aMaz3D,Video Games,Games,USD,2012-08-15,30000.00,2012-07-16 03:44:51,660.00,failed,19,US,660.00,660.00,30000.00 +1051164277,Age of Champions World Premiere,Documentary,Film & Video,USD,2011-06-20,7500.00,2011-05-25 16:49:37,8065.00,successful,61,US,8065.00,8065.00,7500.00 +105116795,Dakota Jenna's EP: Everything I've Done,Country & Folk,Music,USD,2015-07-31,500.00,2015-06-13 05:53:12,1061.00,successful,27,US,1061.00,1061.00,500.00 +105117042,Seven Towers of Wonder,Publishing,Publishing,USD,2017-08-18,6000.00,2017-07-31 16:23:42,37637.00,successful,284,US,8803.00,37637.00,6000.00 +1051171427,Church Hymnal,Publishing,Publishing,USD,2012-03-04,20000.00,2012-01-04 05:03:49,0.00,failed,0,US,0.00,0.00,20000.00 +1051171848,Search for...Serenity,Poetry,Publishing,USD,2015-03-25,5000.00,2015-01-25 00:43:01,0.00,failed,0,US,0.00,0.00,5000.00 +1051175862,REWORK DESERTWEAR - THE WORLD'S BEST MODAL CASHMERE BANDANA,Accessories,Fashion,GBP,2017-07-02,50000.00,2017-06-02 12:48:37,380.00,canceled,5,GB,489.40,490.08,64483.68 +1051179668,The Living Trail -- a kid's book about the jewel of Austin,Children's Books,Publishing,USD,2012-12-04,1000.00,2012-11-04 23:14:58,275.00,failed,7,US,275.00,275.00,1000.00 +1051186352,Rising Phoenix inc,Fiction,Publishing,USD,2014-11-01,100000.00,2014-10-02 19:13:20,66.00,failed,6,US,66.00,66.00,100000.00 +1051189502,Junior Space 2017-2018 Program,Art,Art,AUD,2017-06-04,7500.00,2017-05-05 05:15:58,7516.00,successful,123,AU,602.14,5661.34,5649.29 +1051189576,PRISMS - Mainstream Cult EP,Electronic Music,Music,USD,2014-09-05,200.00,2014-08-06 02:19:33,248.00,successful,10,US,248.00,248.00,200.00 +1051190628,Star Wars : La Fin des Jedi / The End of the Jedi,Science Fiction,Film & Video,EUR,2017-12-08,27000.00,2017-10-09 14:03:58,176.00,failed,10,FR,134.94,206.66,31703.54 +1051195648,Talent budget needed for Horror film,Shorts,Film & Video,USD,2009-11-05,5000.00,2009-09-18 08:47:37,50.00,failed,1,US,50.00,50.00,5000.00 +1051196699,Siegfried the Weird White Peacock was written by kids.,Children's Books,Publishing,USD,2011-05-09,1000.00,2011-02-07 21:22:06,1191.00,successful,17,US,1191.00,1191.00,1000.00 +1051204692,New Jersey Renaissance Faire asks... DO YOU WANT MORE?!?,Festivals,Theater,USD,2014-06-16,11500.00,2014-05-15 19:58:18,21689.00,successful,154,US,21689.00,21689.00,11500.00 +1051208390,The Legacy,Shorts,Film & Video,USD,2016-02-19,50000.00,2015-12-21 17:04:01,0.00,failed,0,US,0.00,0.00,50000.00 +1051212142,The tastiest piece of Pecan Candy you ever tasted!,Small Batch,Food,USD,2016-08-19,5000.00,2016-07-20 00:14:02,3.00,failed,3,US,0.00,3.00,5000.00 +1051213130,Stray - A New Superhero Comic,Comics,Comics,USD,2013-11-08,8000.00,2013-10-09 14:57:47,11246.80,successful,332,US,11246.80,11246.80,8000.00 +1051223945,Phil Keaggy - Tune to Tune,Music,Music,USD,2015-11-18,30000.00,2015-10-19 14:50:53,32115.00,successful,590,US,32115.00,32115.00,30000.00 +1051235496,Paranormal Triangle Movie,Shorts,Film & Video,USD,2011-03-18,500.00,2011-01-21 21:52:07,26.00,failed,2,US,26.00,26.00,500.00 +1051236958,Casualidades del destino,Film & Video,Film & Video,EUR,2017-03-19,100.00,2017-03-05 16:12:53,1.00,failed,1,ES,0.00,1.08,108.05 +"105123841,""""""Fly- an iMEE -Artist"""" Campaign!"",Dance,Dance,USD,2011-07-23,3500.00,2011-06-23 19:18:32,5290.00,successful,49,US,5290.00,5290.00,3500.00" +1051245274,Live Warfare: Real-Life First-Person-Shooter Mobile App,Video Games,Games,USD,2013-12-22,44000.00,2013-11-22 00:36:16,10585.00,failed,40,US,10585.00,10585.00,44000.00 +"1051249070,""""""Diamond Matter"""" Phase 1--- Abstracts by Michael"",Painting,Art,USD,2012-10-01,5000.00,2012-09-01 00:08:55,0.00,failed,0,US,0.00,0.00,5000.00" +105125227,Callbacks,Webseries,Film & Video,USD,2012-07-09,1500.00,2012-06-09 19:38:28,487.00,failed,15,US,487.00,487.00,1500.00 +1051255283,The Dausage - a cross between a sausage and a doughnut,Food,Food,GBP,2015-06-30,2500.00,2015-06-10 18:15:14,766.00,failed,36,GB,1176.16,1196.78,3905.94 +1051255403,The Cost of Exploration - An Elite: Dangerous World Book,Fiction,Publishing,GBP,2012-12-02,3600.00,2012-11-19 21:28:28,3778.00,successful,198,GB,6050.56,6048.28,5763.32 +1051256692,Dinner With Fred - A Short Film About Chickens,Shorts,Film & Video,USD,2010-10-04,1000.00,2010-08-04 22:58:22,3976.00,successful,72,US,3976.00,3976.00,1000.00 +105125762,Alexandria Brewing Company,Drinks,Food,USD,2016-08-04,30000.00,2016-07-05 13:36:28,11643.00,failed,115,US,3261.00,11643.00,30000.00 +1051265689,Dreadlocks and the Three Bears,Family,Film & Video,USD,2017-11-18,10000.00,2017-09-19 21:44:54,1450.00,failed,8,US,0.00,1450.00,10000.00 +1051270278,The Dead Man Conspiracy (Canceled),Video Games,Games,USD,2013-11-08,60000.00,2013-10-08 23:49:05,88.00,canceled,4,US,88.00,88.00,60000.00 +"1051271609,Help Bring Bike Powered Concerts & Film Fests to Hawai'i,Music,Music,USD,2015-05-14,7500.00,2015-03-30 20:10:16,456.00,undefined,0,""N,0"""""",,456.00,7500.00" +1051273490,SEVEN - An abstract Docu-Drama,Documentary,Film & Video,GBP,2016-02-03,3000.00,2016-01-04 20:53:19,10.00,failed,1,GB,14.76,14.55,4365.86 +105128142,5ver The new Educational Youtube channel,Webseries,Film & Video,GBP,2015-07-06,1000.00,2015-05-07 22:38:11,0.00,failed,0,GB,0.00,0.00,1551.76 +1051284218,KiwiToKiwi prototype website - Peer to peer services NZ,Software,Technology,NZD,2018-01-11,5000.00,2017-12-13 22:11:41,34.74,live,3,NZ,0.00,25.21,3628.18 +1051296798,The Home-Cooked Sharing Platform For Everyone,Food,Food,USD,2015-12-03,25000.00,2015-11-03 18:04:23,0.00,failed,0,US,0.00,0.00,25000.00 +1051298294,Permanence,Shorts,Film & Video,USD,2012-11-02,5000.00,2012-09-18 17:48:19,5185.00,successful,45,US,5185.00,5185.00,5000.00 +1051314174,Armies of Riddle Mobile Card RPG Game iOS & Android & Win,Mobile Games,Games,CAD,2014-10-22,1000.00,2014-09-18 21:47:14,1002.00,successful,11,CA,911.89,893.84,892.06 +1051314486,Drawing Dead,Film & Video,Film & Video,USD,2014-10-11,15000.00,2014-09-11 04:09:39,152.00,failed,5,US,152.00,152.00,15000.00 +1051322534,Carbogen - Roth's Child (feature length album),Hip-Hop,Music,USD,2013-03-02,2800.00,2013-02-07 21:48:19,65.00,failed,5,US,65.00,65.00,2800.00 +1051323057,Nazo Bravo - MIGHTY HYE // The Debut Album,Music,Music,USD,2016-07-30,50000.00,2016-06-21 18:28:35,23128.00,failed,147,US,11269.00,23128.00,50000.00 +1051333202,Sppaces - Launch Your Apps From the Wallpaper,Apps,Technology,USD,2016-02-04,3000.00,2016-01-01 00:40:56,0.00,failed,0,US,0.00,0.00,3000.00 +1051336871,My Portuguese Autobiography,Young Adult,Publishing,USD,2015-04-03,100000.00,2015-04-01 19:38:46,0.00,failed,0,US,0.00,0.00,100000.00 +1051340900,PLANET X - Sci-Fi Short,Shorts,Film & Video,USD,2012-09-11,3000.00,2012-08-22 21:47:11,1410.00,failed,6,US,1410.00,1410.00,3000.00 +1051343283,The League of Mundoo - Graphic Novel,Graphic Novels,Comics,GBP,2016-10-20,300.00,2016-09-20 19:19:10,106.00,failed,8,GB,106.93,129.19,365.63 +1051346633,The Ship of Fools Liars Playing Card Game (Canceled),Playing Cards,Games,GBP,2014-06-29,1000.00,2014-06-04 18:46:17,52.00,canceled,3,GB,87.08,89.15,1714.35 +1051347054,Hale Dreamer: Get more sleep with a smart Android alarm dock,Product Design,Design,USD,2013-10-26,35000.00,2013-09-25 15:03:15,36666.00,successful,364,US,36666.00,36666.00,35000.00 +1051352304,Novel Generator,Software,Technology,EUR,2017-08-22,15.00,2017-08-07 18:43:58,95.00,successful,6,FR,0.00,112.18,17.71 +1051353919,F.O.U.R.- Factions Of Unruly Riots,Tabletop Games,Games,USD,2014-09-21,5000.00,2014-08-30 16:17:55,1033.00,failed,28,US,1033.00,1033.00,5000.00 +1051357222,OrdinaryMan,Shorts,Film & Video,USD,2012-06-16,12000.00,2012-04-17 23:50:56,14135.00,successful,64,US,14135.00,14135.00,12000.00 +1051358447,Otter Twin Magic: a children's book,Children's Books,Publishing,USD,2015-10-27,1250.00,2015-09-29 17:56:44,1500.00,successful,20,US,1500.00,1500.00,1250.00 +1051360646,The Lighthouse,Shorts,Film & Video,USD,2013-06-26,500.00,2013-06-06 22:31:47,745.00,successful,13,US,745.00,745.00,500.00 +"1051362633,""""""Evil is Back"",Documentary,Film & Video,EUR,2015-01-24,45000.00,2014-12-10 16:15:02,2015.00,failed,39,NL,2478.99,2277.97,50872.75" +1051370518,Nebraska Drone Video and Racing,Flight,Technology,USD,2016-05-07,4200.00,2016-04-07 01:10:50,37.00,failed,3,US,37.00,37.00,4200.00 +1051373097,Dodge ball,Mobile Games,Games,CAD,2014-06-04,200.00,2014-05-05 22:22:06,1.00,failed,1,CA,0.91,0.92,183.08 +1051373468,The Queen of England stole my parents,Shorts,Film & Video,USD,2013-03-23,12000.00,2013-02-11 10:21:15,12205.00,successful,106,US,12205.00,12205.00,12000.00 +1051374491,Mini Mug Shot - with Chilli Spike,Product Design,Design,GBP,2013-12-23,250.00,2013-12-16 07:53:22,23.00,failed,2,GB,37.49,37.98,412.78 +1051375483,Crazy Venus Fly Trap - Hard Enamel Pin,Art,Art,USD,2017-10-10,300.00,2017-09-20 18:21:50,45.00,failed,5,US,9.00,45.00,300.00 +1051379026,Child's Light,Shorts,Film & Video,USD,2014-12-09,12000.00,2014-11-08 19:54:11,100.00,failed,3,US,100.00,100.00,12000.00 +105138527,Origin Decanter,Product Design,Design,AUD,2017-12-22,7500.00,2017-11-12 21:59:05,27618.00,successful,345,AU,2880.65,21315.12,5788.38 +1051386547,Always Fresh Distributors,Food,Food,USD,2016-09-16,5000.00,2016-07-18 18:53:23,0.00,failed,0,US,0.00,0.00,5000.00 +"1051389163,""Produce the album """"Accumulated moments"""" by """"Trust the Finch"""""",Indie Rock,Music,USD,2013-06-29,7500.00,2013-04-30 01:28:34,50.00,failed,1,US,50.00,50.00,7500.00" +"10513942,""""""With the Kurds in Rojava, Syria"""" (Canceled)"",Web,Journalism,USD,2015-02-15,1250.00,2014-12-17 04:17:35,0.00,canceled,0,US,0.00,0.00,1250.00" +1051400861,Detective Grimoire: Adventure Game Win/Mac/Linux/iOS/Android,Video Games,Games,USD,2012-08-03,25000.00,2012-07-04 00:28:08,29611.06,successful,2009,US,29611.06,29611.06,25000.00 +1051403432,The Fire Within - Poetry Book (Canceled),Poetry,Publishing,CAD,2015-03-06,10000.00,2015-02-04 01:20:48,530.00,canceled,7,CA,416.23,425.16,8021.82 +1051405248,Tarabah Project,Technology,Technology,USD,2016-01-22,25000.00,2015-12-23 17:57:45,0.00,failed,0,US,0.00,0.00,25000.00 +"1051412155,""(Re)define, prioritize & plan the meaningful with Gerundivum"",Product Design,Design,EUR,2015-04-04,5850.00,2015-02-03 20:08:28,197.00,failed,2,NL,222.79,208.23,6183.47" +1051413536,5Julios Cuban Cuisine-A Mobile Taste of Cuba,Food Trucks,Food,USD,2014-08-12,18000.00,2014-07-19 21:34:45,2165.00,failed,25,US,2165.00,2165.00,18000.00 +1051414074,Penumbra: Fear the Bunny Lord!,Comic Books,Comics,GBP,2017-12-03,350.00,2017-11-12 15:34:42,365.00,successful,30,GB,108.16,489.67,469.55 +1051416160,Dimgaard Vol. XVI - 5E DnD Adventures,Tabletop Games,Games,USD,2017-03-27,30.00,2017-03-10 16:34:18,2094.00,successful,110,US,740.00,2094.00,30.00 +1051420663,Leaving Haven United States Tour,Rock,Music,USD,2012-09-12,5000.00,2012-08-22 07:47:09,5240.00,successful,66,US,5240.00,5240.00,5000.00 +1051434232,The Hit Girl,Narrative Film,Film & Video,USD,2012-05-17,5000.00,2012-04-17 00:49:34,6312.00,successful,103,US,6312.00,6312.00,5000.00 +1051434275,John Avon's Unstable!,Art,Art,GBP,2018-01-07,10000.00,2017-12-23 23:14:52,83199.01,live,1835,GB,80279.03,113481.57,13639.77 +1051435273,Crunk Witch's Sophmore Album PreSales,Electronic Music,Music,USD,2012-02-13,500.00,2012-01-14 03:28:16,1855.38,successful,65,US,1855.38,1855.38,500.00 +1051436120,The Mahee VBoard - The worlds first v-shaped snowboard,Product Design,Design,GBP,2012-12-28,71500.00,2012-11-28 10:28:11,1690.00,failed,6,GB,2710.08,2727.13,115378.41 +"1051437069,""A New York State Yankee in 21st Century """"'Mer'ca""""-The Book!"",Publishing,Publishing,USD,2011-08-22,500.00,2011-06-23 13:10:55,210.00,failed,4,US,210.00,210.00,500.00" +1051437653,Light Up Monster Heads in eight different colors and designs,Accessories,Fashion,USD,2015-03-09,15000.00,2015-01-08 06:07:12,51.00,failed,2,US,51.00,51.00,15000.00 +"1051441525,""The Bomb Shop: A new store in Rockford, IL."",Art,Art,USD,2010-10-15,3000.00,2010-09-19 07:52:20,140.00,failed,3,US,140.00,140.00,3000.00" +"1051445377,""Canyon High School presents """"Dirty Rotten Scoundrels"""""",Musical,Theater,USD,2015-02-22,2000.00,2015-01-13 20:26:00,3876.00,successful,47,US,3876.00,3876.00,2000.00" +1051455363,XCase - The Best Ultra Minimalist Case for iPhone,Product Design,Design,USD,2014-09-04,13000.00,2014-07-31 13:55:59,295.00,failed,7,US,295.00,295.00,13000.00 +1051455988,Ancoil (Canceled),Narrative Film,Film & Video,GBP,2015-10-24,20000.00,2015-09-14 17:24:33,0.00,canceled,0,GB,0.00,0.00,30679.55 +1051476762,The Goofies,Illustration,Art,USD,2014-03-27,50.00,2014-02-25 19:20:54,0.00,failed,0,US,0.00,0.00,50.00 +105147679,KISS for Nonprofits,Nonfiction,Publishing,USD,2015-06-19,10000.00,2015-05-05 08:27:20,100.00,failed,1,US,100.00,100.00,10000.00 +1051478781,SuperDeker - Advanced Hockey Training System,Technology,Technology,USD,2017-09-08,10000.00,2017-08-08 18:00:11,102167.00,successful,450,US,59637.00,102167.00,10000.00 +1051479787,Lucian Blaga - Caron's Boat,Publishing,Publishing,USD,2011-07-08,3500.00,2011-05-14 20:55:18,75.00,failed,1,US,75.00,75.00,3500.00 +1051482753,Hand crafted wooden and acrylic pens,Product Design,Design,USD,2014-07-06,3000.00,2014-06-06 00:35:49,70.00,failed,3,US,70.00,70.00,3000.00 +1051504088,Live Pub Hub,Apps,Technology,USD,2015-03-19,25000.00,2015-02-17 21:45:13,1.00,failed,1,US,1.00,1.00,25000.00 +1051511137,Everything You Didn't Say,Drama,Film & Video,GBP,2017-08-09,10000.00,2017-07-05 18:21:25,11021.00,successful,162,GB,411.70,14304.44,12979.26 +"1051519361,""Dapper Dan - """"Fly As I Wanna"""" Music Video"",Shorts,Film & Video,USD,2011-02-26,1000.00,2011-01-27 01:37:10,2195.00,successful,47,US,2195.00,2195.00,1000.00" +1051522130,Roaming Hunger Goes Mobile,Food,Food,USD,2010-11-04,5000.00,2010-10-05 06:43:24,0.00,failed,0,US,0.00,0.00,5000.00 +1051522416,THREE ROUNDS: THE NGO OKAFOR STORY,Documentary,Film & Video,USD,2012-01-20,50000.00,2011-11-21 23:40:51,651.00,failed,9,US,651.00,651.00,50000.00 +1051524533,Solar Rhyno Hot Water Heater,Technology,Technology,USD,2016-04-29,1900.00,2016-02-29 19:31:58,121.00,failed,4,US,121.00,121.00,1900.00 +1051528642,DC One Power Supply Unit,Hardware,Technology,USD,2014-08-20,35000.00,2014-07-21 18:54:19,1329.00,failed,18,US,1329.00,1329.00,35000.00 +1051541349,Jump! Mag Online Magazine for Connected Kids,Journalism,Journalism,GBP,2014-06-30,25000.00,2014-05-30 08:27:28,1257.00,failed,63,GB,2101.93,2154.94,42858.86 +1051550115,Fund a Unique Horror Film that Urges 'No Trespassing',Film & Video,Film & Video,USD,2011-08-29,15000.00,2011-06-30 21:57:41,1.00,failed,1,US,1.00,1.00,15000.00 +10515561,A History of Blues CD Compilation Project,Country & Folk,Music,USD,2012-07-19,1000.00,2012-06-19 16:06:19,1785.00,successful,13,US,1785.00,1785.00,1000.00 +1051557134,Samurai Octopi Hard Enamel Lapel Pin and Coloring Book Page,Illustration,Art,USD,2017-06-02,10.00,2017-05-25 03:09:57,637.00,successful,37,US,430.00,637.00,10.00 +"1051558836,""2 Guys, 1 Car, and 2,384 miles"",Documentary,Film & Video,USD,2015-09-30,500.00,2015-08-11 06:20:24,25.00,failed,1,US,25.00,25.00,500.00" +1051560732,Justin J Lopez Photography - PROJECT RETURN,People,Photography,USD,2014-11-20,10000.00,2014-10-21 10:20:05,0.00,failed,0,US,0.00,0.00,10000.00 +1051561606,Gaming Dice in Chocolate and Sugar,Food,Food,USD,2011-12-29,950.00,2011-11-29 06:27:01,16193.52,successful,530,US,16193.52,16193.52,950.00 +"1051569159,""Don't Knock It, Kickstart It! ~ Boys Vs. Girls Concept Album"",Theater,Theater,USD,2012-07-31,20000.00,2012-07-01 07:09:37,7792.00,failed,23,US,7792.00,7792.00,20000.00" +1051584276,ORCS: 2nd Printing,Art Books,Publishing,USD,2013-07-12,350.00,2013-06-07 03:18:45,952.00,successful,43,US,952.00,952.00,350.00 +1051591383,Sean Trainor's Debut Album!!!,Pop,Music,USD,2014-10-11,8000.00,2014-08-27 16:00:07,12645.00,successful,125,US,12645.00,12645.00,8000.00 +1051597076,First Lego Gun building set,Technology,Technology,EUR,2016-07-28,8000.00,2016-06-28 16:43:21,300.00,failed,5,DE,318.87,333.39,8890.37 +1051601926,Urban Reign Crewneck Sweater,Apparel,Fashion,USD,2016-11-26,675.00,2016-10-27 22:16:12,45.00,failed,1,US,0.00,45.00,675.00 +"1051607818,""Blood Stripe, A Spouse's Story"",Documentary,Film & Video,USD,2017-03-31,35000.00,2017-03-01 15:21:54,2686.00,failed,17,US,75.00,2686.00,35000.00" +105161267,Tasting NewYork,Food,Food,USD,2015-06-21,2000.00,2015-04-22 23:30:37,0.00,failed,0,US,0.00,0.00,2000.00 +1051616518,Dance Class,Documentary,Film & Video,USD,2012-05-30,7500.00,2012-04-30 23:38:56,9788.00,successful,101,US,9788.00,9788.00,7500.00 +1051619742,AeriCam Hollywood - 3 Axis Camera Stabilization System,Product Design,Design,USD,2014-04-04,25000.00,2014-02-18 20:02:42,41225.00,successful,17,US,41225.00,41225.00,25000.00 +1051626777,Ian's Shoe Lacing Cards,Playing Cards,Games,AUD,2016-10-30,12000.00,2016-09-30 21:24:26,2439.00,failed,85,AU,279.34,1873.99,9220.13 +1051631426,Fenerix - The knight (Canceled),Video Games,Games,GBP,2014-12-25,600.00,2014-11-20 15:37:26,2.00,canceled,2,GB,3.12,3.09,926.38 +1051639942,CONNECTING AFRICAN CONSERVATION SKILLS,Film & Video,Film & Video,GBP,2015-06-01,15000.00,2015-05-07 21:29:26,0.00,failed,0,GB,0.00,0.00,22996.96 +1051643956,Sweetie & The Toothaches CD project!,Music,Music,USD,2017-12-15,1500.00,2017-11-15 00:06:32,872.00,failed,13,US,260.00,872.00,1500.00 +1051654209,We Can't Be Friends: A Detroit music archiving project,Music,Music,USD,2013-03-11,1000.00,2013-02-09 22:00:44,1153.00,successful,51,US,1153.00,1153.00,1000.00 +1051656321,Get Busy - a comedic web series created for the web,Webseries,Film & Video,USD,2011-07-30,5000.00,2011-06-29 22:31:57,5177.69,successful,87,US,5177.69,5177.69,5000.00 +1051657727,The Last Encore,Musical,Theater,USD,2014-09-19,7000.00,2014-08-20 06:59:24,45.00,failed,2,US,45.00,45.00,7000.00 +1051660814,Get Medusa's Daughter - book and graphic novel - to print!,Comics,Comics,USD,2011-07-05,16000.00,2011-05-28 15:35:11,16904.48,successful,160,US,16904.48,16904.48,16000.00 +1051661266,pureZed. World's First & Finest 21st Century Sugar Dispenser,Product Design,Design,EUR,2017-04-18,25000.00,2017-02-28 18:59:50,833.00,canceled,17,DE,494.52,891.15,26745.12 +1051663761,Distance Education for Children in Refugee Camps,Shorts,Film & Video,CAD,2016-07-15,50000.00,2016-05-16 18:45:36,0.00,failed,0,CA,0.00,0.00,38862.12 +1051667997,Hangry Hippos,Tabletop Games,Games,USD,2016-12-17,12000.00,2016-11-17 21:34:14,2097.00,failed,68,US,1428.00,2097.00,12000.00 +105167111,The Beehive Collective's 10th Anniversary Poster Print Run!,Illustration,Art,USD,2010-12-07,5000.00,2010-11-22 15:04:55,380.00,canceled,4,US,380.00,380.00,5000.00 +105167689,Add-on Corner Shower Shampoo Shelf / Soap Dish Stone Resin,Product Design,Design,USD,2016-04-21,1200.00,2016-03-22 16:03:27,0.00,failed,0,US,0.00,0.00,1200.00 +1051685694,Community Flying Photography London,Photography,Photography,GBP,2014-09-03,5000.00,2014-08-04 20:33:21,1003.00,failed,16,GB,1687.31,1634.48,8147.97 +1051689414,John (Jon) Muir's Western Deserts Traverse.,Photography,Photography,AUD,2015-02-19,15750.00,2015-01-20 00:39:12,15940.00,successful,31,AU,13115.92,12506.87,12357.79 +105169588,Maine-iak Lobster,Food,Food,USD,2017-06-06,3000.00,2017-05-07 18:59:17,0.00,failed,0,US,0.00,0.00,3000.00 +1051697583,Crowd CMS - Help us Get Charities and Nonprofits Online,Software,Technology,GBP,2014-06-29,20000.00,2014-04-30 09:58:02,71.00,failed,6,GB,119.38,121.72,34287.09 +"1051709005,""""""THE LAST PLAYGROUND"""" - a UGA Production Class Webseries"",Webseries,Film & Video,USD,2012-02-28,500.00,2012-02-22 16:06:44,530.00,successful,19,US,530.00,530.00,500.00" +1051714941,Borderwinds Homestead Greenhouse & Rabbit Barn Upgrade.,Farms,Food,USD,2015-11-08,1600.00,2015-10-09 21:31:04,92.00,failed,4,US,92.00,92.00,1600.00 +1051720010,Peperless Future,Apps,Technology,USD,2016-12-10,3700.00,2016-11-10 19:58:07,0.00,failed,0,US,1.00,0.00,3700.00 +1051729897,The Oscilloscope Clock III Analog Version,DIY Electronics,Technology,USD,2015-07-26,1000.00,2015-06-26 02:57:38,9282.00,successful,33,US,9282.00,9282.00,1000.00 +1051730121,BE A PART OF FASHION HISTORY!!,Fashion,Fashion,USD,2010-07-16,12000.00,2010-06-10 00:30:18,0.00,failed,0,US,0.00,0.00,12000.00 +1051737169,Imagine! Dream! Explore! Wheel of the Year Children's Books,Children's Books,Publishing,USD,2011-12-12,1500.00,2011-10-13 18:58:58,2501.00,successful,39,US,2501.00,2501.00,1500.00 +1051737246,Ross Bennett Spring 12 Bridal Collection & Site Launch,Fashion,Fashion,USD,2012-02-24,12000.00,2012-01-30 07:44:15,2610.00,failed,22,US,2610.00,2610.00,12000.00 +105173892,Cosplay,Crafts,Crafts,GBP,2014-10-02,170.00,2014-08-12 16:58:11,20.00,failed,2,GB,33.56,32.13,273.13 +1051749068,Rise of the Elders: Cthulhu,Video Games,Games,EUR,2017-03-02,51000.00,2017-01-31 19:26:36,23598.00,failed,821,FR,2041.82,24931.33,53881.59 +1051758246,WUJ (Canceled),Dance,Dance,GBP,2014-09-14,60000.00,2014-08-15 15:32:01,0.00,canceled,0,GB,0.00,0.00,98044.02 +"1051758499,""Brooklinen: All the quality, only a fraction of the price!"",Product Design,Design,USD,2014-05-21,50000.00,2014-04-21 18:46:10,236888.00,successful,1733,US,236888.00,236888.00,50000.00" +10517675,SPQR BLUES 10th Anniversary GN!,Webcomics,Comics,USD,2015-11-07,8500.00,2015-10-08 20:25:21,11116.00,successful,192,US,11116.00,11116.00,8500.00 +1051771343,Fifth Season Collection : velvet loafer / slipper shoes,Fashion,Fashion,USD,2012-12-20,500.00,2012-11-29 21:37:36,1345.00,successful,44,US,1345.00,1345.00,500.00 +1051772917,Fiction Art - Limited Edition Film & TV Poster Prints,Digital Art,Art,GBP,2013-04-15,1375.00,2013-03-16 02:40:25,134.00,failed,5,GB,200.21,205.69,2110.61 +1051776765,Independent Broadcasting Company,Television,Film & Video,USD,2017-05-31,700000.00,2017-04-01 02:34:51,56.00,canceled,3,US,56.00,56.00,700000.00 +1051778138,Crazy Jane: New Works by Women Composers of Cascadia,Classical Music,Music,USD,2011-08-21,1500.00,2011-07-06 03:55:47,1545.00,successful,50,US,1545.00,1545.00,1500.00 +1051786193,On My Two Feet,Stationery,Crafts,AUD,2015-05-09,20000.00,2015-04-09 09:09:14,221.00,failed,4,AU,169.01,176.81,16001.28 +1051795978,Necktie Wash Bag,Fashion,Fashion,USD,2016-02-03,3000.00,2016-01-04 21:04:04,241.00,failed,20,US,241.00,241.00,3000.00 +1051816742,JUNGLE SQUAD,Children's Books,Publishing,GBP,2013-05-30,20000.00,2013-04-30 21:31:25,110.00,failed,3,GB,170.67,167.59,30471.55 +1051821208,Taste Kitchen - Mobile Food Trailer,Food,Food,USD,2011-07-07,4000.00,2011-06-07 01:02:04,4275.00,successful,37,US,4275.00,4275.00,4000.00 +1051827519,LampLink | Control any outlet with your existing wall switch,Hardware,Technology,USD,2015-07-20,50000.00,2015-05-21 00:00:39,2102.00,failed,27,US,2102.00,2102.00,50000.00 +105184761,Último Dragón Graphic Novel,Comics,Comics,USD,2013-09-02,35000.00,2013-07-04 10:02:16,4527.00,failed,50,US,4527.00,4527.00,35000.00 +1051858659,Solartab - The Premium Solar Charger,Product Design,Design,USD,2014-04-30,30000.00,2014-04-02 20:00:17,61419.00,successful,519,US,61419.00,61419.00,30000.00 +"1051862470,""Bravo, Max! & The American Road"",Rock,Music,USD,2011-07-08,6000.00,2011-05-09 20:19:01,6551.38,successful,82,US,6551.38,6551.38,6000.00" +105187753,Fight Frogs 2: Never Stop Frog Fighting,Comic Books,Comics,USD,2015-09-15,3600.00,2015-08-21 02:04:46,4453.45,successful,134,US,4453.45,4453.45,3600.00 +1051881033,Kaylee's Bucket List Children's Book,Children's Books,Publishing,USD,2018-01-06,5000.00,2017-12-07 00:00:24,10153.00,live,273,US,310.00,10153.00,5000.00 +1051886844,1001 Pugs,Animals,Photography,GBP,2014-07-31,2000.00,2014-07-01 16:23:00,0.00,failed,0,GB,0.00,0.00,3365.13 +1051887601,World's most advanced wall shelving system,Product Design,Design,USD,2013-01-05,100000.00,2012-12-06 22:29:31,4308.00,failed,64,US,4308.00,4308.00,100000.00 +1051894414,BioFarm Project,Farms,Food,EUR,2017-06-18,17500.00,2017-05-19 22:27:04,1.00,failed,1,IT,0.00,1.12,19552.85 +1051897865,The Moon is a Disco Ball Winter Wonderland Tour!,Music,Music,USD,2010-11-13,500.00,2010-10-18 22:04:20,501.00,successful,14,US,501.00,501.00,500.00 +1051898481,PasteSaver: a simple design for a daily problem solution,Design,Design,EUR,2015-11-25,2000.00,2015-10-26 22:44:36,1389.00,failed,90,IT,1530.39,1469.56,2116.00 +1051902102,CSA: Community Supported Art Writing in Philadelphia,Journalism,Journalism,USD,2014-10-15,1000.00,2014-09-15 19:45:02,1000.00,successful,26,US,1000.00,1000.00,1000.00 +1051903201,The River - A Short Film,Shorts,Film & Video,GBP,2014-10-25,3500.00,2014-10-10 21:56:26,3990.00,successful,87,GB,6451.47,6371.77,5589.27 +1051904465,Just Run (Canceled),Fashion,Fashion,USD,2013-12-21,20000.00,2013-11-21 06:12:21,0.00,canceled,0,US,0.00,0.00,20000.00 +"1051911416,The Real Life Music Fund: Nikko McFadden,Music,Music,USD,2015-03-27,3000.00,2015-02-17 04:12:19,3134.00,undefined,0,""N,0"""""",,3134.00,3000.00" +1051912266,Producing Red Roger,Film & Video,Film & Video,USD,2012-04-10,5000.00,2012-02-10 18:41:13,0.00,failed,0,US,0.00,0.00,5000.00 +1051914848,Leathercraft workshop,Crafts,Crafts,CAD,2014-08-31,5000.00,2014-08-01 01:54:17,1.00,failed,1,CA,0.92,0.92,4596.43 +1051922712,Rituel Cycling Apparel,Apparel,Fashion,AUD,2015-07-15,13000.00,2015-06-12 22:41:19,22060.00,successful,135,AU,17132.81,16327.44,9621.79 +1051924254,GRID 2.0 Bicycle® Playing Cards,Tabletop Games,Games,USD,2013-04-26,15000.00,2013-03-07 21:53:29,46092.27,successful,1378,US,46092.27,46092.27,15000.00 +1051927628,POEMS TO GET DEVI (FLIGHT-FREE!) ACROSS THE TASMAN SEA,Poetry,Publishing,USD,2015-04-20,1000.00,2015-03-21 11:50:19,1205.00,successful,35,US,1205.00,1205.00,1000.00 +10519394,The Hour Has Arrived,Public Art,Art,USD,2012-07-27,8000.00,2012-06-27 23:30:30,4160.00,failed,24,US,4160.00,4160.00,8000.00 +1051941402,Helping your well-being while making life efficient.,Product Design,Design,USD,2014-06-22,7000.00,2014-06-01 15:45:04,30.00,failed,4,US,30.00,30.00,7000.00 +1051943878,Between Friends and Family,Documentary,Film & Video,USD,2012-01-09,5800.00,2011-12-14 03:22:28,6330.00,successful,145,US,6330.00,6330.00,5800.00 +1051944571,Vorque Constantine: An ETA 2824-2 powered luxury watch,Jewelry,Fashion,SGD,2018-01-01,85000.00,2017-12-02 01:01:49,6420.00,failed,10,SG,4837.65,4835.07,64015.67 +1051947491,SaberLoc,Product Design,Design,AUD,2017-04-13,25000.00,2017-03-09 02:01:12,200.00,failed,2,AU,75.90,151.56,18945.13 +1051948680,Automatic 600 mechanical watch: Swiss Made Perfection,Design,Design,GBP,2016-05-18,19375.00,2016-04-18 23:02:40,20807.00,successful,65,GB,29550.19,30312.79,28226.57 +"1051952292,""Be Nice, Be Happy, Be Free, Just Be"",Children's Books,Publishing,USD,2017-04-10,4000.00,2017-03-11 01:27:01,0.00,failed,0,US,0.00,0.00,4000.00" +"1051957122,""Blithe Field - Two Hearted 12"""""",Electronic Music,Music,USD,2011-05-18,2100.00,2011-04-18 04:04:53,2317.50,successful,71,US,2317.50,2317.50,2100.00" +1051962425,NEW CLEAR Ingrown Hair Gel - with cooling camphor extracts.,Fashion,Fashion,USD,2017-11-30,5000.00,2017-10-30 23:48:52,45.00,failed,3,US,20.00,45.00,5000.00 +1051974612,Fathers Day Gift Sun Catchers,Art,Art,USD,2017-06-12,300.00,2017-05-17 03:50:54,144.00,failed,4,US,0.00,144.00,300.00 +1051975967,DOUBLES in SIZE with a ZIPPER,Product Design,Design,USD,2013-04-16,25000.00,2013-03-02 23:49:04,25269.00,successful,109,US,25269.00,25269.00,25000.00 +1051977416,Adbli-World's smallest and powerful wireless speaker! 1 inch,Product Design,Design,EUR,2016-02-04,15000.00,2015-12-16 11:13:49,1755.00,failed,21,IT,1931.67,1965.95,16802.96 +"105198666,""The Ultimate Surfs Up, AFTER A UNCERTAIN WIPE OUT !"",Art Books,Publishing,USD,2012-06-11,28000.00,2012-04-12 22:57:02,0.00,failed,0,US,0.00,0.00,28000.00" +1051988174,The world’s first smart computer screen controlled by apps,Hardware,Technology,EUR,2015-11-24,50000.00,2015-10-15 23:04:44,9123.00,failed,25,DE,10391.67,9652.13,52899.98 +1052007002,World's 1st Circular rotor blades for R/C helicopters,Technology,Technology,USD,2014-04-25,10000.00,2014-03-11 20:38:12,26.00,canceled,2,US,26.00,26.00,10000.00 +1052012055,RPG: Code your own text based game in 3 hours!,Software,Technology,USD,2016-11-18,200.00,2016-10-19 21:39:03,275.00,successful,17,US,20.00,275.00,200.00 +"1052014501,""B.L.O.W.W. 2011 Calendar: """"Fast Cars and Violent Women"""" Fundraiser"",Publishing,Publishing,USD,2010-11-06,1200.00,2010-10-07 17:03:57,1345.00,successful,53,US,1345.00,1345.00,1200.00" +1052016295,See What I See,Photography,Photography,GBP,2013-09-01,1500.00,2013-08-02 15:40:07,1596.50,successful,46,GB,2424.57,2487.07,2336.74 +1052017524,KATE CAN'T SWIM,Narrative Film,Film & Video,USD,2015-07-03,60000.00,2015-06-03 04:00:40,60985.00,successful,313,US,60985.00,60985.00,60000.00 +1052019884,Book: Community Based Rehabilitation:Spanish: Collaboration,Nonfiction,Publishing,USD,2014-05-22,6000.00,2014-04-22 14:09:01,3655.00,failed,40,US,3655.00,3655.00,6000.00 +1052021329,EMERGENCE ::: A Cascadian Comic Anthology,Comics,Comics,USD,2013-01-08,10000.00,2012-11-09 19:33:21,3140.00,failed,56,US,3140.00,3140.00,10000.00 +1052026636,Mother Nature's power supply,Hardware,Technology,CAD,2016-05-04,50000.00,2016-04-05 01:39:21,7.00,failed,3,CA,5.38,5.44,38822.89 +1052033837,Nexus + Custom Rom = Germanium 32,Hardware,Technology,EUR,2016-04-09,100000.00,2016-03-09 09:38:48,0.00,failed,0,DE,0.00,0.00,112840.07 +105204214,Portable Campfire - the CanFire™ from TheCampLab.com,Product Design,Design,USD,2015-12-30,79000.00,2015-11-24 14:32:24,1198.00,canceled,15,US,1198.00,1198.00,79000.00 +105204294,The Cards of Cthulhu - Beyond the Veil Expansion,Tabletop Games,Games,USD,2015-08-22,7000.00,2015-07-23 23:30:11,16784.00,successful,304,US,16784.00,16784.00,7000.00 +1052044104,Help Bring My Novel to Life,Publishing,Publishing,USD,2013-07-28,5200.00,2013-06-28 06:28:19,300.00,failed,9,US,300.00,300.00,5200.00 +"1052047687,""Rhinbecca, NY"",Experimental,Theater,USD,2015-12-18,7000.00,2015-11-29 23:20:05,8164.00,successful,133,US,8164.00,8164.00,7000.00" +1052052829,Every Muslim is Donald Trump's Cousin,Nonfiction,Publishing,USD,2017-05-22,1000.00,2017-05-02 15:21:29,1.00,failed,1,US,0.00,1.00,1000.00 +1052058406,Assist Thinning the Herd in Recording with Steve Albini.,Rock,Music,USD,2012-06-26,7500.00,2012-04-27 00:53:49,646.00,failed,12,US,646.00,646.00,7500.00 +1052062100,Get ANNA MAY WONG on public TV,Documentary,Film & Video,USD,2011-11-30,20000.00,2011-10-31 16:39:20,20195.00,successful,263,US,20195.00,20195.00,20000.00 +1052063158,Bringing Baby Funkadelic to life!,Childrenswear,Fashion,USD,2016-10-23,600.00,2016-10-03 22:05:23,718.00,successful,18,US,292.00,718.00,600.00 +1052071266,In honor Of An Airman,Crafts,Crafts,USD,2014-07-30,1000.00,2014-06-30 18:15:51,311.00,failed,9,US,311.00,311.00,1000.00 +1052078658,Zombie Overkill Death Squad 2017 Calendar,Calendars,Publishing,USD,2016-12-01,2000.00,2016-10-12 04:57:04,30.00,failed,2,US,0.00,30.00,2000.00 +"1052084284,""They Became Flesh: A game of God, Humanity, and the Fallen"",Games,Games,USD,2011-12-12,1500.00,2011-11-14 19:27:16,7434.00,successful,276,US,7434.00,7434.00,1500.00" +1052084635,Squidz Coloring Book,Illustration,Art,USD,2016-03-28,100.00,2016-02-27 22:44:11,430.00,successful,12,US,430.00,430.00,100.00 +1052089565,Launch Top Notch Performance Company,Spaces,Dance,USD,2016-07-21,3500.00,2016-06-16 18:04:14,1.00,failed,1,US,0.00,1.00,3500.00 +"1052092216,""""""Shut the Frak Up"""" & 3 More Fast-Paced Card Games"",Tabletop Games,Games,USD,2014-05-09,9600.00,2014-04-07 15:39:02,10335.00,successful,117,US,10335.00,10335.00,9600.00" +"1052097323,""""""Punk Women"""" Limited edition prints"",Art,Art,EUR,2017-01-02,50.00,2016-12-13 08:27:38,0.00,canceled,0,ES,0.00,0.00,52.94" +1052114575,Alex's Christmas CD,Music,Music,USD,2011-12-11,1400.00,2011-10-12 00:50:55,10.00,failed,1,US,10.00,10.00,1400.00 +1052119360,The Q: Vol.1 Graphic Novel,Comics,Comics,USD,2013-08-21,29000.00,2013-07-22 09:01:14,6305.00,failed,32,US,6305.00,6305.00,29000.00 +1052119481,All Original Ripoffs,Digital Art,Art,USD,2012-07-13,1500.00,2012-06-13 19:24:32,115.00,failed,3,US,115.00,115.00,1500.00 +1052122835,Exposing The Truth,Shorts,Film & Video,USD,2011-10-01,3500.00,2011-09-01 18:29:10,0.00,failed,0,US,0.00,0.00,3500.00 +1052138472,Elvis,Shorts,Film & Video,USD,2012-01-02,6000.00,2011-12-01 21:17:40,6564.00,successful,91,US,6564.00,6564.00,6000.00 +105215107,The CopyCat,Tabletop Games,Games,USD,2016-07-01,12000.00,2016-06-01 21:06:26,2037.00,failed,78,US,2037.00,2037.00,12000.00 +1052158506,Wizard Dodgeball,Tabletop Games,Games,USD,2014-09-02,42000.00,2014-08-01 18:59:22,4580.00,failed,125,US,4580.00,4580.00,42000.00 +1052172681,Create a Video Clip of Upcoming Book,Young Adult,Publishing,GBP,2015-12-22,250.00,2015-11-22 08:24:14,1.00,failed,1,GB,1.52,1.49,372.75 +1052186553,Ice Cream Clouds Enamel Pins - Make ice cream dreams reality,Art,Art,USD,2018-01-11,250.00,2017-12-12 20:23:13,157.00,live,6,US,88.00,157.00,250.00 +"1052192246,""Fire & Dice, a Game Store"",Tabletop Games,Games,USD,2014-11-06,5000.00,2014-10-07 01:11:15,750.00,failed,8,US,750.00,750.00,5000.00" +1052194002,DubsCup Travel Mug (Canceled),Product Design,Design,USD,2016-03-31,200.00,2016-03-09 10:00:57,660.00,canceled,18,US,660.00,660.00,200.00 +1052196984,Day in Tech History Project: 2012 Season,Technology,Technology,USD,2011-10-22,2000.00,2011-09-22 09:17:20,281.00,failed,13,US,281.00,281.00,2000.00 +1052197016,Sonus Raider,Technology,Technology,DKK,2014-11-28,200000.00,2014-10-29 06:42:24,1760.00,failed,5,DK,300.43,295.26,33552.54 +1052202980,Stories: capturing the extraordinary in the ordinary,Documentary,Film & Video,USD,2017-03-15,15000.00,2017-02-13 16:54:12,15231.00,successful,87,US,425.00,15231.00,15000.00 +"1052213293,""Blizzard at Sea - """"Individuation"""""",Music,Music,USD,2012-10-06,2000.00,2012-09-06 23:50:39,2017.00,successful,55,US,2017.00,2017.00,2000.00" +1052216331,THE SOUND OF DARKNESS,Thrillers,Film & Video,USD,2016-09-18,7000.00,2016-08-19 17:09:12,1094.00,failed,30,US,0.00,1094.00,7000.00 +1052220070,Christmas Disco - Christmas Comedy Song Production & Promo,Pop,Music,GBP,2014-09-13,1234.00,2014-07-15 17:06:28,0.00,failed,0,GB,0.00,0.00,2016.44 +1052221057,Murder Blood Bear Story - A Hollywood Fringe Solo Play,Theater,Theater,USD,2015-06-05,1500.00,2015-05-06 01:18:15,1960.00,successful,19,US,1960.00,1960.00,1500.00 +1052223020,Jogi Jogun: Song of a Punjabi Folk Tale,World Music,Music,CAD,2017-09-17,5000.00,2017-08-18 02:45:49,150.00,failed,3,CA,0.00,122.26,4075.31 +1052223841,My Cat Died and Other Poems,Poetry,Publishing,USD,2012-06-01,1050.00,2012-05-04 14:45:05,1307.00,successful,44,US,1307.00,1307.00,1050.00 +1052230096,THE DONUT SHOP: a short film by Theo Ogunyode,Shorts,Film & Video,USD,2011-01-28,10800.00,2010-10-30 20:58:46,100.00,failed,2,US,100.00,100.00,10800.00 +105223227,eCampus.pro - Formations en P.A.O. à prix démocratiques,Digital Art,Art,EUR,2015-09-25,50000.00,2015-07-27 10:35:35,2900.00,failed,11,BE,3184.14,3233.79,55755.03 +1052235870,Cattails | Open-world Cat & Wildlife Simulation Game,Video Games,Games,USD,2017-05-04,3210.00,2017-04-04 15:30:31,38311.00,successful,1210,US,823.00,38311.00,3210.00 +1052236604,Mullets of Hawaii (Canceled),People,Photography,USD,2015-08-10,10000.00,2015-07-07 07:50:18,0.00,canceled,0,US,0.00,0.00,10000.00 +1052241990,Passing Through Newspaper Zine,Conceptual Art,Art,USD,2014-12-05,600.00,2014-11-05 02:47:30,893.00,successful,21,US,893.00,893.00,600.00 +105224556,Make 100 Mini Meditations,Art,Art,GBP,2017-02-05,75.00,2017-01-06 13:19:55,173.00,successful,29,GB,20.97,215.60,93.47 +1052250548,Good can come from broken,Experimental,Film & Video,EUR,2017-01-08,2500.00,2016-12-09 19:06:46,244.00,failed,7,DE,21.56,260.13,2665.25 +1052254963,KranqIt Global,Technology,Technology,CAD,2017-01-01,100000.00,2016-11-02 18:13:37,15679.00,failed,17,CA,411.75,11826.07,75426.16 +1052267895,ZZK Records - Online Video Project,Music,Music,USD,2010-07-20,5000.00,2010-05-21 21:54:15,5413.43,successful,28,US,5413.43,5413.43,5000.00 +1052267948,The Monster Within: Taylor's Chronicle,Film & Video,Film & Video,USD,2017-10-07,10000.00,2017-08-08 18:58:43,1.00,failed,1,US,0.00,1.00,10000.00 +1052279113,D.P. The Director of Photography (Canceled),Comedy,Film & Video,USD,2015-02-24,32000.00,2014-12-26 16:22:10,920.00,canceled,19,US,920.00,920.00,32000.00 +105228151,Hand-Knitted Cuddly Baby Animals (Amigurumi),Knitting,Crafts,USD,2014-07-16,1000.00,2014-06-16 21:49:31,431.00,failed,15,US,431.00,431.00,1000.00 +1052282046,Louigi's Cafe ~ Where We share natural sun cycles and food.,Food,Food,USD,2014-01-17,36000.00,2014-01-08 16:27:09,201.00,failed,3,US,201.00,201.00,36000.00 +1052290294,Project Pinwheel,Public Art,Art,USD,2012-03-31,3800.00,2012-02-20 05:32:19,4066.33,successful,61,US,4066.33,4066.33,3800.00 +1052301248,Blood Ash,Fiction,Publishing,USD,2017-05-21,1400.00,2017-04-21 20:48:27,0.00,failed,0,US,10.00,0.00,1400.00 +1052303076,Comrades and Patriots,Tabletop Games,Games,USD,2015-11-06,1650.00,2015-10-22 14:37:00,2164.00,successful,59,US,2164.00,2164.00,1650.00 +1052307689,Twosomes (Canceled),Photography,Photography,USD,2010-08-11,5000.00,2010-05-13 16:16:14,37.00,canceled,3,US,37.00,37.00,5000.00 +1052310095,I Feel Like a Hero - Special Edition,Film & Video,Film & Video,USD,2012-11-18,300.00,2012-09-19 06:01:32,437.00,successful,21,US,437.00,437.00,300.00 +105231095,LuminAID Solar Inflatable Lantern and Phone Charger,Gadgets,Technology,USD,2017-03-06,15000.00,2017-02-07 12:05:15,279743.00,successful,3964,US,60129.00,279743.00,15000.00 +1052316207,Elevation 420 T-Shirts and Caps Launch!,Fashion,Fashion,USD,2012-11-18,6500.00,2012-10-19 21:26:55,20.00,failed,1,US,20.00,20.00,6500.00 +1052327618,Dog Darez,Web,Technology,USD,2016-06-22,100000.00,2016-05-23 20:28:54,3.00,failed,3,US,3.00,3.00,100000.00 +"1052341160,""Bloom. An ArtPrize display of color, shape, beauty."",Photography,Photography,USD,2011-08-29,700.00,2011-07-20 16:32:05,771.00,successful,19,US,771.00,771.00,700.00" +1052345010,The Labyrinth Painting Project,Painting,Art,USD,2015-07-06,1500.00,2015-06-07 17:26:55,1525.00,successful,17,US,1525.00,1525.00,1500.00 +1052347542,Power Up,Gadgets,Technology,GBP,2015-09-25,3450.00,2015-08-26 19:23:31,15.00,failed,1,GB,23.64,22.76,5235.92 +1052347618,The Music of WREST,Music,Music,USD,2011-05-24,7000.00,2011-04-11 21:49:49,7170.50,successful,103,US,7170.50,7170.50,7000.00 +105235219,ComeUnity,Web,Journalism,CAD,2016-06-20,18000.00,2016-05-06 08:43:46,0.00,failed,0,CA,0.00,0.00,13839.77 +105236250,Ro-World Connect,Web,Technology,EUR,2017-05-09,25000.00,2017-03-25 15:40:08,80.00,failed,5,DE,69.99,87.01,27189.87 +"1052367279,""""""Outside Paradise"""" (A Science Fiction, Western Drama)"",Shorts,Film & Video,USD,2012-07-16,3500.00,2012-05-17 00:50:23,580.00,failed,7,US,580.00,580.00,3500.00" +1052369229,Pretty Village,Documentary,Film & Video,GBP,2014-03-02,10000.00,2014-01-31 19:34:11,15022.00,successful,169,GB,24873.99,25192.02,16770.08 +1052370524,Building the NEST center for Arts & Entrepreneurship,Mixed Media,Art,USD,2013-03-07,5000.00,2013-02-05 00:24:37,316.00,failed,11,US,316.00,316.00,5000.00 +1052371729,Dreamscape Cinema Presents: Paranormal Lake,Narrative Film,Film & Video,USD,2012-12-21,25000.00,2012-11-06 18:54:36,375.00,failed,10,US,375.00,375.00,25000.00 +1052372862,The Great Dark (Canceled),Science Fiction,Film & Video,USD,2014-09-23,380000.00,2014-08-24 03:51:40,30.00,canceled,2,US,30.00,30.00,380000.00 +1052374462,Counter Stick,Product Design,Design,USD,2017-03-02,7200.00,2017-01-31 19:37:02,285.00,failed,6,US,50.00,285.00,7200.00 +1052375111,Project GREGORY,Civic Design,Design,GBP,2014-12-28,41000.00,2014-10-29 22:20:52,825.00,failed,39,GB,1330.60,1273.78,63302.87 +1052375430,Boylord: Genesis,Comic Books,Comics,USD,2016-02-27,1000.00,2016-01-25 17:41:31,2135.00,successful,65,US,2135.00,2135.00,1000.00 +1052387025,JWalking Designs - Active Apparel for All Women,Fashion,Fashion,USD,2013-10-16,5500.00,2013-09-16 13:33:23,725.00,failed,8,US,725.00,725.00,5500.00 +1052391664,Realistic survival simulation game (Canceled),Games,Games,USD,2013-06-14,500000.00,2013-05-16 04:37:06,71.02,canceled,3,US,71.02,71.02,500000.00 +105240088,Touchoo Creator - create & publish interactive books!,Technology,Technology,USD,2012-06-09,70000.00,2012-05-10 16:44:01,17454.00,failed,88,US,17454.00,17454.00,70000.00 +1052402272,Matheta Dance Premiere Performance!,Performances,Dance,USD,2017-09-27,1000.00,2017-08-28 23:01:04,1460.00,successful,33,US,130.00,1460.00,1000.00 +1052404207,PARTYBOSS! The Festival Card Game.,Tabletop Games,Games,USD,2016-10-12,4000.00,2016-09-12 22:08:08,4372.63,successful,82,US,641.00,4372.63,4000.00 +1052406614,UFO: The Otis Files Film Premiere,Comedy,Film & Video,USD,2017-05-01,500.00,2017-04-01 15:31:41,693.00,successful,29,US,171.00,693.00,500.00 +1052415160,Kikajo Ink Designs - From Paper to Product,Art,Art,USD,2016-06-16,1000.00,2016-05-17 07:59:31,1.00,failed,1,US,1.00,1.00,1000.00 +"1052421848,""Phonographic Music/iPod/Phone Player """"the Phonopod"""""",Sound,Technology,USD,2015-06-15,10000.00,2015-05-06 05:20:24,0.00,failed,0,US,0.00,0.00,10000.00" +1052422201,Ocha Boba Tea,Drinks,Food,USD,2016-05-28,10000.00,2016-04-28 23:54:09,180.00,failed,6,US,180.00,180.00,10000.00 +"1052425790,""Stellar Transformations, translation"",Young Adult,Publishing,NOK,2014-12-06,6000.00,2014-11-06 20:53:31,200.00,failed,2,NO,29.19,27.31,819.17" +1052429438,I'm Creating Cute Items,Stationery,Crafts,USD,2014-09-09,250.00,2014-08-10 20:12:03,11.00,failed,3,US,11.00,11.00,250.00 +1052432882,Adventures of Christopher Bosh in the Multiverse: Episode 2,Animation,Film & Video,USD,2014-11-23,7000.00,2014-10-23 14:37:36,7350.70,successful,57,US,7350.70,7350.70,7000.00 +1052444791,Music & Mileage,Country & Folk,Music,USD,2012-08-04,3000.00,2012-07-05 18:37:17,3205.00,successful,52,US,3205.00,3205.00,3000.00 +1052450034,Best European Travel Video,Documentary,Film & Video,USD,2016-05-24,4000.00,2016-04-24 07:52:58,5.00,failed,1,US,5.00,5.00,4000.00 +1052459849,Skin Revitalizing & Softening Set,Crafts,Crafts,USD,2016-02-01,18000.00,2015-12-07 22:13:56,225.00,failed,8,US,225.00,225.00,18000.00 +1052462915,Pure Steam - Pathfinder Compatible RPG Setting,Tabletop Games,Games,USD,2012-05-09,10800.00,2012-03-10 19:49:30,15060.66,successful,238,US,15060.66,15060.66,10800.00 +1052466878,12 ensemble - Debut Album,Classical Music,Music,GBP,2015-04-22,3000.00,2015-03-23 12:25:24,3367.00,successful,63,GB,5034.82,5090.72,4535.83 +1052467513,Blowback,Shorts,Film & Video,GBP,2017-07-20,500.00,2017-06-20 15:08:36,0.00,failed,0,GB,0.00,0.00,649.60 +"105248978,""Pat The Bunny """"Probably Nothing, Possibly Everything"""" LP"",Punk,Music,USD,2015-01-20,3500.00,2014-12-18 21:48:32,4350.00,successful,194,US,4350.00,4350.00,3500.00" +1052490906,The Adventures of Mindy the Wonderdog,Journalism,Journalism,USD,2015-02-26,1500.00,2015-01-27 03:41:25,187.00,failed,7,US,187.00,187.00,1500.00 +1052493130,Chibi Asian Adventurers Miniatures w/ Ninjas & More,Tabletop Games,Games,USD,2013-11-03,15000.00,2013-10-03 06:05:14,22342.00,successful,196,US,22342.00,22342.00,15000.00 +"10524939,""Godfrey, Donnell Rawlings, Corey Holcomb & more at Barclays"",Comedy,Film & Video,USD,2014-10-13,240000.00,2014-08-14 17:13:10,0.00,failed,0,US,0.00,0.00,240000.00" +1052500494,Why We Ride,Nonfiction,Publishing,USD,2013-04-29,20000.00,2013-04-08 17:17:28,26071.66,successful,306,US,26071.66,26071.66,20000.00 +1052510366,b e l a Bike - Why Does Great Design Have to be Expensive?,Product Design,Design,USD,2016-04-15,20000.00,2016-03-16 17:53:41,12.00,failed,4,US,12.00,12.00,20000.00 +1052510551,all the way home .. Blind Man Walking .. our first feature!,Narrative Film,Film & Video,USD,2012-09-01,24000.00,2012-08-19 13:31:15,1085.00,failed,20,US,1085.00,1085.00,24000.00 +1052510925,Deathless - a Comic Epic,Comics,Comics,USD,2012-08-08,5000.00,2012-07-06 02:00:01,7000.00,successful,115,US,7000.00,7000.00,5000.00 +1052513570,14 days//30 pounds,Publishing,Publishing,USD,2016-05-24,500.00,2016-05-03 14:29:15,0.00,failed,0,US,0.00,0.00,500.00 +1052537378,Chickpea Vegan Quarterly: Summer Subscription Drive,Periodicals,Publishing,USD,2012-07-12,2800.00,2012-06-27 09:27:15,5923.00,successful,164,US,5923.00,5923.00,2800.00 +1052541055,Spoken Word Written Put to Sound,Music,Music,USD,2017-04-04,65000.00,2017-03-13 13:19:22,14.00,failed,2,US,0.00,14.00,65000.00 +1052541791,Brookledge Follies 2014 Season and BEYOND!,Theater,Theater,USD,2014-01-05,34000.00,2013-12-06 19:33:48,53943.00,successful,276,US,53943.00,53943.00,34000.00 +1052542195,Paradise Falls,Video Games,Games,GBP,2014-11-15,4000.00,2014-10-18 19:07:39,2.00,failed,2,GB,3.22,3.14,6272.94 +1052545057,Bringing African Culture to the rest of the World.,Web,Technology,USD,2017-03-18,90000.00,2017-02-03 17:58:09,0.00,failed,0,US,0.00,0.00,90000.00 +1052545919,Belladonna #0,Comics,Comics,USD,2015-10-15,4300.00,2015-10-01 12:03:08,23892.00,successful,269,US,23892.00,23892.00,4300.00 +1052550189,My Father's Eye (Canceled),Photobooks,Photography,USD,2014-10-22,2500.00,2014-09-22 21:57:10,0.00,canceled,0,US,0.00,0.00,2500.00 +1052550258,The Littlest Soul Swallower,Children's Books,Publishing,USD,2016-05-05,6000.00,2016-04-05 23:00:14,7617.00,successful,103,US,7617.00,7617.00,6000.00 +1052555922,Cloud Based Project Analytics Dashboards,Software,Technology,USD,2017-03-05,10000000.00,2017-03-04 01:25:03,25.00,failed,1,US,25.00,25.00,10000000.00 +105256090,The Romantic: A Startling Discovery,Film & Video,Film & Video,USD,2013-05-19,250000.00,2013-04-09 00:19:32,10.00,failed,2,US,10.00,10.00,250000.00 +1052568821,Zippy's Printmaking Press,Mixed Media,Art,GBP,2016-05-30,800.00,2016-04-28 21:42:59,935.00,successful,30,GB,1363.40,1349.42,1154.58 +1052569583,La Perpetua Ignorancia del Sentido Común - Cortometraje,Shorts,Film & Video,MXN,2017-09-30,55000.00,2017-09-10 03:38:04,66100.00,successful,46,MX,2946.04,3573.55,2973.46 +1052572307,Publish Future Issues of B-Sides Magazine (Canceled),Zines,Publishing,USD,2014-08-25,5000.00,2014-07-27 00:04:34,0.00,canceled,0,US,0.00,0.00,5000.00 +1052574074,High Five China,Photography,Photography,USD,2015-01-02,100.00,2014-11-05 22:14:48,0.00,failed,0,US,0.00,0.00,100.00 +1052575104,THE REVENGE OF MAESTRO! -An album for you who love all music,Indie Rock,Music,USD,2012-09-01,22000.00,2012-07-03 01:16:48,90.00,failed,5,US,90.00,90.00,22000.00 +"1052581199,More Ice and Honey's First Studio Album,Music,Music,GBP,2015-10-02,4000.00,2015-09-02 18:58:07,4567.00,undefined,0,""N,0"""""",,6926.83,6066.86" +1052594871,S.A.S.S. - Smartphone Acoustic Shower Speaker (Canceled),Product Design,Design,USD,2014-01-18,7000.00,2013-11-19 16:53:35,664.00,canceled,34,US,664.00,664.00,7000.00 +"1052595894,""""""The Artist's Process"""" Eps 3. Web Series as TV Show Online!"",Webseries,Film & Video,USD,2011-01-30,999.00,2010-12-14 18:52:53,0.00,failed,0,US,0.00,0.00,999.00" +1052598193,Hunt of a Lifetime,Documentary,Film & Video,USD,2011-08-26,5600.00,2011-07-24 17:10:20,1085.00,failed,20,US,1085.00,1085.00,5600.00 +1052606696,Hydroponic Urban Farm and Research Facility,Farms,Food,USD,2014-11-30,160000.00,2014-10-31 09:31:33,100.00,failed,1,US,100.00,100.00,160000.00 +1052607490,Addicting New Game - Straight from the Stone Age,Games,Games,USD,2011-05-27,2407.00,2011-04-27 21:00:18,5145.00,successful,69,US,5145.00,5145.00,2407.00 +1052622061,Hail Seitan,Vegan,Food,USD,2015-08-06,5000.00,2015-07-09 23:18:24,324.00,failed,8,US,324.00,324.00,5000.00 +1052644435,4ARMS,Product Design,Design,USD,2014-09-01,227000.00,2014-08-01 13:21:00,2812.00,failed,8,US,2812.00,2812.00,227000.00 +105264836,Craft whisky Micro-Distillery - PHASE I,Drinks,Food,CAD,2015-02-02,5000.00,2014-12-12 16:21:57,45.00,failed,4,CA,39.26,36.16,4017.68 +1052648420,Narrative Encounters for Fate Accelerated Edition,Tabletop Games,Games,USD,2015-03-19,2500.00,2015-02-17 20:29:36,929.00,failed,59,US,929.00,929.00,2500.00 +"105264920,""Luminitsa Lamp, Milano Design Week - New York ICFF 2011"",Product Design,Design,USD,2011-07-24,30000.00,2011-05-25 22:33:28,31.00,failed,3,US,31.00,31.00,30000.00" +1052660856,Happiness is Beautiful : Let the Light Travel the World,Accessories,Fashion,USD,2016-05-06,50000.00,2016-04-06 20:37:02,4.00,failed,4,US,4.00,4.00,50000.00 +1052661591,The Girl Who Said Sorry,Children's Books,Publishing,CAD,2017-09-05,1522.00,2017-08-17 22:27:46,1524.00,successful,34,CA,422.47,1260.86,1259.20 +1052662492,iPhone App BlockZ,Mobile Games,Games,AUD,2014-08-30,500.00,2014-07-31 18:03:25,1.00,failed,1,AU,0.94,0.94,468.25 +1052667661,PillPots™: World's Greatest Pill Box And Titanium Cache,Design,Design,NZD,2015-02-18,7000.00,2015-01-20 11:59:16,109711.00,successful,568,NZ,85487.91,82857.03,5286.61 +1052673013,The World’s First Current Events Political Game System,Games,Games,USD,2013-02-19,90000.00,2013-01-20 03:49:59,2.00,failed,1,US,2.00,2.00,90000.00 +1052674769,Quilten: The quilt that takes care of your rest quality,Fashion,Fashion,EUR,2018-01-20,2180.00,2017-12-21 23:01:28,10.00,live,1,ES,11.84,12.14,2645.86 +1052678195,CHUMP! The Game That Takes You From Billions To Bust!,Mobile Games,Games,USD,2016-03-22,3800.00,2016-02-21 18:40:58,116.00,failed,4,US,116.00,116.00,3800.00 +1052680807,Brewing Pipe (Canceled),Product Design,Design,CAD,2016-05-15,35000.00,2016-04-15 06:05:50,414.00,canceled,7,CA,322.37,315.89,26705.33 +1052684207,Eleanor | 24 strangers find hope and beauty in one another,Narrative Film,Film & Video,USD,2015-07-25,50000.00,2015-06-05 15:02:07,52053.00,successful,196,US,52053.00,52053.00,50000.00 +1052685501,Sam Sweetmilk - Animated Sci-fi Comedy,Animation,Film & Video,USD,2013-12-02,33000.00,2013-11-02 01:40:58,21112.68,failed,635,US,21112.68,21112.68,33000.00 +1052688584,Ghosts of Banda Aceh: Photography Expedition,Photography,Photography,USD,2011-07-15,500.00,2011-07-05 19:48:00,1260.00,successful,30,US,1260.00,1260.00,500.00 +1052724077,BURN AWAY - Debut Album & Vids - Conceptual Art Montage,Indie Rock,Music,USD,2013-03-31,3000.00,2013-03-01 18:59:26,605.00,canceled,9,US,605.00,605.00,3000.00 +"1052726278,""Castalya """"Beyond The Bridge"""" (Canceled)"",Video Games,Games,GBP,2014-07-13,70000.00,2014-06-03 01:21:35,589.00,canceled,30,GB,986.98,1006.41,119607.01" +1052734430,Concord Community Garden,Community Gardens,Food,USD,2014-06-11,125.00,2014-05-12 05:32:50,125.00,successful,10,US,125.00,125.00,125.00 +1052740979,Modest Magic's Modular Terrain,Tabletop Games,Games,USD,2012-05-24,5000.00,2012-04-24 00:34:32,16478.12,successful,116,US,16478.12,16478.12,5000.00 +1052742759,BEAUTALITY,Webseries,Film & Video,GBP,2013-07-19,5000.00,2013-06-24 21:57:15,5207.00,successful,79,GB,8029.89,7945.98,7630.09 +1052744977,ZENTANGLE ME BABY ART PAINTINGS,Painting,Art,USD,2013-04-18,800.00,2013-03-19 05:00:32,610.00,failed,25,US,610.00,610.00,800.00 +1052753868,Camp Dude Retreat,Art,Art,USD,2015-05-31,15000.00,2015-05-11 00:15:59,670.00,failed,7,US,670.00,670.00,15000.00 +"1052761059,""FREEFORM OR DEATH, a documentary about WFMU"",Documentary,Film & Video,USD,2012-07-11,50000.00,2012-06-11 12:30:17,81639.86,successful,736,US,81639.86,81639.86,50000.00" +1052770766,Untold.Manifesto 365 confesiones,People,Photography,MXN,2017-04-23,35000.00,2017-03-14 19:03:38,550.00,failed,5,MX,28.06,28.97,1843.66 +"1052773572,Elwes,Music,Music,EUR,2016-02-09,3400.00,2016-01-10 12:40:41,56.00,undefined,0,""N,0"""""",,63.14,3833.49" +1052775326,A Doodle a Day,Illustration,Art,USD,2016-02-21,2000.00,2016-01-22 04:48:34,128.00,failed,4,US,128.00,128.00,2000.00 +105277776,Ultimate Dance Camp Takeover: National Tour,Workshops,Dance,USD,2016-07-03,15000.00,2016-05-19 20:26:23,2.00,failed,2,US,2.00,2.00,15000.00 +105277977,RUN FIGHT OR DIE! + NEW EXPANSION AND BIG BOX,Tabletop Games,Games,USD,2015-02-01,15000.00,2015-01-07 15:56:53,116868.15,successful,1321,US,116868.15,116868.15,15000.00 +1052787955,Laser Lapel #LZRLPL,Accessories,Fashion,USD,2014-09-15,10000.00,2014-08-16 02:05:03,3311.00,failed,22,US,3311.00,3311.00,10000.00 +1052787977,Official YoungDelta Music Fundraiser,Music,Music,USD,2016-07-19,5000.00,2016-05-20 17:36:18,2.00,failed,2,US,0.00,2.00,5000.00 +1052797179,Photo Expo: Selling Strength,People,Photography,EUR,2016-09-18,2000.00,2016-08-05 08:40:04,27.00,failed,5,NL,5.57,30.28,2242.81 +"105280430,""Debut album """"Ignition"""" by Sayonara DaVinci"",Rock,Music,USD,2015-02-22,7000.00,2015-01-23 00:37:09,1.00,failed,1,US,1.00,1.00,7000.00" +105280619,MagLOCK Bike Pedal - Magnetically Locking Bike Pedal,Product Design,Design,USD,2014-12-27,30000.00,2014-11-17 17:35:47,5670.00,failed,64,US,5670.00,5670.00,30000.00 +1052817886,2014 DICE Baseball Season Set,Tabletop Games,Games,USD,2015-05-29,500.00,2015-04-29 19:45:24,984.00,successful,32,US,984.00,984.00,500.00 +1052821295,Adele Carne Photography,Fine Art,Photography,GBP,2015-11-10,10000.00,2015-10-27 19:33:01,80.00,failed,4,GB,122.63,121.79,15223.71 +1052827516,Our Full Length Album and FEATURE Film '98 Proplems',Rock,Music,USD,2017-06-30,2600.00,2017-06-15 22:45:27,2783.00,successful,28,US,513.00,2783.00,2600.00 +1052829787,TarDisk for Windows | 256GB Storage Expansion Module,Hardware,Technology,USD,2015-11-11,5000.00,2015-10-07 18:37:05,5424.00,successful,52,US,5424.00,5424.00,5000.00 +105283000,Proppa??????,Video Games,Games,USD,2012-04-15,5000.00,2012-03-16 06:06:35,6186.00,successful,132,US,6186.00,6186.00,5000.00 +1052830150,ClockTHREE,Technology,Technology,USD,2010-12-18,1111.00,2010-11-16 13:32:22,3656.00,successful,25,US,3656.00,3656.00,1111.00 +1052855237,The Bayhead Horror,Shorts,Film & Video,USD,2012-11-02,5000.00,2012-10-11 16:37:38,5252.00,successful,88,US,5252.00,5252.00,5000.00 +1052856710,OUR LITTLE SECRET BIKINI INSERT,Ready-to-wear,Fashion,CAD,2016-09-03,5000.00,2016-07-26 09:33:36,6007.56,successful,176,CA,0.00,4636.54,3858.92 +1052858368,Mandium® Guitars powered by inspiration,Design,Design,EUR,2016-04-24,90000.00,2016-03-15 13:00:06,30239.00,failed,58,FR,33734.20,34481.62,102627.26 +1052863946,Children of the Air - DVD Funds,Shorts,Film & Video,USD,2011-09-23,2500.00,2011-08-24 17:39:43,340.00,failed,8,US,340.00,340.00,2500.00 +1052865125,100 days of good,Webseries,Film & Video,USD,2016-02-17,21500.00,2016-01-18 03:26:13,2.00,failed,2,US,2.00,2.00,21500.00 +1052867896,The Pedal Wheel: Expression control for ALL pedals and amps,Product Design,Design,USD,2013-07-18,8000.00,2013-06-18 04:13:22,65.00,failed,3,US,65.00,65.00,8000.00 +1052873488,MATCHA MUNCH - Organic Green Tea Kettle Corn,Food,Food,USD,2013-11-02,4444.00,2013-10-03 22:49:37,990.00,failed,28,US,990.00,990.00,4444.00 +1052877821,China through the Eyes of an American Woman,Web,Journalism,USD,2015-06-01,3000.00,2015-05-21 18:43:06,3.00,failed,1,US,3.00,3.00,3000.00 +1052885321,Please Don't Cry (At My Funeral) at the Fringe Festival,Festivals,Theater,GBP,2014-07-23,1000.00,2014-06-23 21:27:43,1255.00,successful,23,GB,2135.22,2132.00,1698.80 +1052885498,Our New Designs First Run Production,Fashion,Fashion,USD,2014-01-22,1500.00,2013-12-23 23:36:34,0.00,failed,0,US,0.00,0.00,1500.00 +1052887140,This Is My Canvas - Hand Painted Unique Tailored Pop Art.,Painting,Art,GBP,2015-03-05,2500.00,2015-02-03 16:45:00,15.00,failed,1,GB,22.62,22.78,3796.05 +1052889906,A Trip Down Memory Lane with Steve Zengel,Film & Video,Film & Video,USD,2013-04-29,4371.00,2013-03-30 05:03:04,425.00,failed,10,US,425.00,425.00,4371.00 +1052891075,Cooking Class in a Box [Exotic Cuisine Edition],Food,Food,USD,2010-07-13,200.00,2010-06-17 18:36:54,1820.44,successful,53,US,1820.44,1820.44,200.00 +1052894340,Victorian Bareknuckle League,Comic Books,Comics,GBP,2016-11-24,3300.00,2016-10-25 14:44:59,1458.00,failed,79,GB,843.94,1812.96,4103.41 +1052895879,Märchen Abenteuerlustige Tiere,Fiction,Publishing,EUR,2016-04-30,5000.00,2016-03-31 00:15:05,41.00,failed,4,AT,45.89,46.85,5713.50 +1052895881,Inspirational Affirmation Apparel,Apparel,Fashion,USD,2014-08-10,5000.00,2014-07-11 21:12:18,0.00,failed,0,US,0.00,0.00,5000.00 +1052896826,Wildly Silver,Taxidermy,Crafts,USD,2015-07-23,5464.00,2015-06-23 02:02:38,1.00,failed,1,US,1.00,1.00,5464.00 +1052897284,Movement Workshop Group's New Dance Short,Dance,Dance,USD,2012-09-06,3000.00,2012-08-07 04:54:06,3423.00,successful,88,US,3423.00,3423.00,3000.00 +105290108,Recreation: Organic Hand Printed Clothes from California,Apparel,Fashion,USD,2015-08-12,18000.00,2015-07-22 23:48:55,18462.00,successful,44,US,18462.00,18462.00,18000.00 +1052901726,ShortFellas Feature Film,Comedy,Film & Video,GBP,2015-12-01,570000.00,2015-10-15 20:01:27,24218.00,failed,86,GB,36990.25,36665.05,862956.46 +1052903434,Better Left Unsaid- A first of its kind Live Streamed Theatrical Event,Narrative Film,Film & Video,USD,2010-10-03,20000.00,2010-08-19 07:01:06,20605.00,successful,161,US,20605.00,20605.00,20000.00 +1052904803,Join the Kombucha Empire,Food,Food,USD,2013-09-30,15000.00,2013-09-09 05:32:29,5396.00,failed,115,US,5396.00,5396.00,15000.00 +1052911053,Ninjas vs Monsters: Take it OVER THE TOP!,Film & Video,Film & Video,USD,2011-11-05,15000.00,2011-09-16 18:25:29,17319.00,successful,140,US,17319.00,17319.00,15000.00 +1052917230,ll Lincoln-Line ll Cross-Country Train Tour + LIVE Album!!!,Fashion,Fashion,USD,2011-11-24,1900.00,2011-10-03 03:10:22,641.00,failed,21,US,641.00,641.00,1900.00 +1052920996,Freaks for the Freaks,Fiction,Publishing,USD,2012-11-10,500.00,2012-10-11 16:35:44,10.00,failed,1,US,10.00,10.00,500.00 +"1052925597,Debut Folk / Rock Album by The Blacklist Social!,Music,Music,CAD,2016-05-20,6000.00,2016-04-15 01:16:42,3628.00,failed,0,""N,0"""""",,2768.20,4578.06" +1052925966,Super Star,Rock,Music,USD,2013-02-16,8000.00,2013-01-17 16:40:49,90.00,failed,4,US,90.00,90.00,8000.00 +105293707,TheAlley - An Unopenable Pop-up Book,Children's Books,Publishing,USD,2012-03-11,3200.00,2012-01-31 12:09:24,3271.00,successful,53,US,3271.00,3271.00,3200.00 +1052937674,Redneck Invasion,Tabletop Games,Games,USD,2016-02-19,20000.00,2016-01-20 17:23:31,7883.00,failed,115,US,7883.00,7883.00,20000.00 +1052938529,Wonder Women,Documentary,Film & Video,GBP,2017-09-07,560.00,2017-08-08 16:39:33,10.00,failed,1,GB,13.06,13.21,739.98 +"105294035,""Say no to """"conflict gemstones and blood diamonds""""."",Jewelry,Fashion,DKK,2015-03-04,90000.00,2015-02-02 14:03:47,5.00,failed,1,DK,0.76,0.74,13241.33" +1052941610,House Of Waxy Wicks Handmade Candles (Canceled),Candles,Crafts,GBP,2015-07-01,3000.00,2015-06-01 21:16:33,0.00,canceled,0,GB,0.00,0.00,4687.13 +1052942094,Astral Dick,Theater,Theater,USD,2012-02-15,2000.00,2011-12-17 03:17:49,2101.69,successful,51,US,2101.69,2101.69,2000.00 +1052958707,Full Feature Film: Time to Die,Action,Film & Video,USD,2017-01-28,50000.00,2016-12-29 14:25:35,1.00,failed,1,US,1.00,1.00,50000.00 +1052959109,The Unseen Darkness Rising,Graphic Novels,Comics,USD,2017-02-14,2500.00,2017-01-15 23:59:48,931.00,failed,36,US,190.00,931.00,2500.00 +105295924,Radio show sharing info for your physical and mental health.,Web,Journalism,USD,2016-06-29,15560.00,2016-05-30 23:49:17,112.00,failed,4,US,112.00,112.00,15560.00 +1052962734,Palooka: a literary journal of underdog excellence,Publishing,Publishing,USD,2011-08-22,1200.00,2011-06-23 21:55:08,125.00,failed,5,US,125.00,125.00,1200.00 +1052977594,The Drink Spike: The cup holder for practically anywhere!,Product Design,Design,USD,2015-11-05,2000.00,2015-10-06 19:27:34,2503.00,successful,94,US,2503.00,2503.00,2000.00 +1052983801,Lease A Bee Hive & Get ALL the HONEY!,Farmer's Markets,Food,USD,2014-05-28,3000.00,2014-04-28 17:57:57,4715.00,successful,62,US,4715.00,4715.00,3000.00 +1052984171,Unite e-Sports Gamers and Sports on PerSources.com,Web,Journalism,USD,2015-05-15,10000.00,2015-04-15 05:48:49,0.00,failed,0,US,0.00,0.00,10000.00 +1052985235,Coterie Worklounge,Makerspaces,Technology,USD,2015-04-17,20000.00,2015-03-18 00:14:39,20069.00,successful,27,US,20069.00,20069.00,20000.00 +1052991727,SHORTFILM AIRBORNE,Action,Film & Video,DKK,2015-08-27,4000.00,2015-07-28 13:30:23,150.00,failed,1,DK,22.11,22.65,603.94 +1052992329,The Spike: a feature film,Drama,Film & Video,USD,2014-11-15,100000.00,2014-10-16 17:05:30,0.00,failed,0,US,0.00,0.00,100000.00 +1053000625,Ella May - Originals,Music,Music,EUR,2016-12-27,530.00,2016-10-28 18:48:59,810.00,successful,25,DE,250.63,853.82,558.67 +1053006961,Anilo Carbon Fiber Rings,Apparel,Fashion,USD,2016-09-30,1500.00,2016-09-03 18:26:06,1763.00,successful,35,US,497.00,1763.00,1500.00 +1053008183,Through Gay Eyes Documentary,Documentary,Film & Video,USD,2013-02-11,5030.00,2013-01-16 21:54:24,5307.00,successful,107,US,5307.00,5307.00,5030.00 +1053018236,Make It Go Away,Fiction,Publishing,USD,2014-10-22,1500.00,2014-09-17 22:26:08,1.00,failed,1,US,1.00,1.00,1500.00 +1053028577,The Last Holdouts,Documentary,Film & Video,USD,2011-07-06,4000.00,2011-06-07 15:19:17,4400.00,successful,30,US,4400.00,4400.00,4000.00 +105303935,Small Pottery Jar,Pottery,Crafts,USD,2012-04-15,22.00,2012-03-15 23:25:42,28.00,successful,3,US,28.00,28.00,22.00 +1053052564,Out Of The Attic: A Teddy Bear Adventure Comic,Comic Books,Comics,USD,2017-04-01,1500.00,2017-03-01 18:10:24,1503.00,successful,57,US,294.00,1503.00,1500.00 +1053055684,SleepMode,Wearables,Technology,USD,2016-11-29,3000.00,2016-10-30 17:01:45,289.00,failed,12,US,84.00,289.00,3000.00 +"1053057613,""""""Human"""" goes to the New Orleans Fringe Festival"",Theater,Theater,USD,2013-10-23,1500.00,2013-09-27 01:13:11,1625.00,successful,45,US,1625.00,1625.00,1500.00" +1053063875,Cannon Fodder,Fiction,Publishing,USD,2014-03-29,225.00,2014-02-27 01:20:34,266.00,successful,26,US,266.00,266.00,225.00 +1053068732,Ecorithmic: The Automatic Ecodriving System,Technology,Technology,GBP,2013-07-09,140000.00,2013-06-04 13:16:42,96.00,failed,6,GB,145.95,145.04,211518.70 +1053069621,The KD KiD,Cookbooks,Food,CAD,2014-08-10,100.00,2014-07-11 17:07:21,0.00,failed,0,CA,0.00,0.00,91.74 +1053069627,The Imperial Rooster are making a new album on CD and VINYL!,Country & Folk,Music,USD,2011-07-17,2400.00,2011-06-17 01:56:57,2700.00,successful,45,US,2700.00,2700.00,2400.00 +1053071936,Motivational and Inspirational Clothing,Apparel,Fashion,USD,2016-10-27,1000.00,2016-09-27 22:25:17,2.00,failed,2,US,0.00,2.00,1000.00 +"1053074869,""""""American Snowflake"""" 7/8-inch die-struck enamel pins"",Accessories,Fashion,USD,2017-05-29,12000.00,2017-05-01 04:54:31,1092.00,failed,25,US,295.00,1092.00,12000.00" +1053078835,Lil' Levi Comic World Domination!,Comics,Comics,USD,2013-10-05,10000.00,2013-09-05 00:37:40,172.00,failed,5,US,172.00,172.00,10000.00 +1053094867,Immortal Sojourn,Fiction,Publishing,USD,2015-10-04,3000.00,2015-09-04 14:58:03,140.00,failed,4,US,140.00,140.00,3000.00 +1053097103,Coil Spring Prosthetic Foot,Hardware,Technology,USD,2015-07-07,50000.00,2015-06-22 19:36:03,100.00,failed,1,US,100.00,100.00,50000.00 +105309752,David Joel's Artist-in-Residence,Painting,Art,USD,2011-10-28,2000.00,2011-09-28 23:51:31,2650.00,successful,20,US,2650.00,2650.00,2000.00 +1053098815,Weapon Test Dummies - An Action/Puzzle Tower Defense Game,Video Games,Games,USD,2012-06-15,12500.00,2012-05-16 06:08:48,82.00,failed,7,US,82.00,82.00,12500.00 +1053100291,Bobby Sparks II Debut Album,Jazz,Music,USD,2011-12-11,35000.00,2011-11-01 19:10:25,1077.00,failed,27,US,1077.00,1077.00,35000.00 +1053110057,Fish Tank - a short film,Shorts,Film & Video,USD,2012-07-01,2500.00,2012-06-01 11:44:44,2590.00,successful,65,US,2590.00,2590.00,2500.00 +1053115687,The soup slice sandwich trailer,Food Trucks,Food,USD,2016-09-14,25000.00,2016-08-15 03:33:07,511.00,failed,6,US,150.00,511.00,25000.00 +1053119617,The Painting,Film & Video,Film & Video,GBP,2014-03-09,350.00,2014-02-19 10:57:35,110.00,failed,3,GB,184.04,182.54,580.82 +1053119872,Everyone is a Millionaire!,Documentary,Film & Video,USD,2014-09-20,25000.00,2014-07-22 21:10:43,0.00,failed,0,US,0.00,0.00,25000.00 +1053120966,MAGNIJAR,Gadgets,Technology,USD,2017-01-13,10001.00,2016-11-29 07:18:47,140.00,canceled,2,US,100.00,140.00,10001.00 +"1053134208,""Cris Jones memorial, London"",Film & Video,Film & Video,GBP,2017-11-18,575.00,2017-09-19 19:34:34,1543.00,successful,37,GB,489.33,2056.35,766.30" +1053134734,Into The Woods - A Twin Peaks inspired art experience,Art Books,Publishing,GBP,2017-04-19,3500.00,2017-03-20 18:00:04,1731.00,canceled,48,GB,187.23,2211.91,4472.39 +1053148119,6Paint,Software,Technology,CAD,2015-09-10,100000.00,2015-08-11 18:58:02,0.00,failed,0,CA,0.00,0.00,75397.72 +1053160558,Elissa Case's First Album!,Pop,Music,USD,2012-08-16,5000.00,2012-07-17 18:46:00,1180.00,failed,17,US,1180.00,1180.00,5000.00 +1053163190,Nicholas Mudd - First Studio Album,Country & Folk,Music,USD,2017-11-18,2500.00,2017-10-19 23:38:26,4805.29,successful,31,US,653.29,4805.29,2500.00 +1053180192,Still Waters Street Theatre Project,Theater,Theater,USD,2011-08-06,800.00,2011-07-07 17:27:05,803.00,successful,13,US,803.00,803.00,800.00 +1053187861,Rich Kid Collective (Canceled),Apparel,Fashion,USD,2015-09-16,1000.00,2015-09-03 02:56:54,60.00,canceled,2,US,60.00,60.00,1000.00 +1053188992,The Folsom's Fiery Inferno Hot Sauce Project,Small Batch,Food,USD,2014-08-20,50.00,2014-07-21 00:25:45,100.00,successful,2,US,100.00,100.00,50.00 +1053190082,CLASSIC AND CHRONOGRAPH WATCHES by the Mont Royal Watch Co.,Product Design,Design,CAD,2017-10-13,30000.00,2017-09-13 16:04:21,43844.00,successful,167,CA,15060.59,35078.01,24001.92 +"1053190579,""Beazell's Cajun Foods Cookbook Version I (July,14)"",Cookbooks,Food,USD,2014-06-18,8000.00,2014-06-01 22:45:11,9136.00,successful,220,US,9136.00,9136.00,8000.00" +1053192629,INSIDEOUT (Canceled),Film & Video,Film & Video,USD,2014-11-07,1250000.00,2014-09-23 20:19:49,0.00,canceled,0,US,0.00,0.00,1250000.00 +1053206305,GRANDPARENTS LET'S TALK,Television,Film & Video,USD,2014-12-26,5000.00,2014-11-26 14:27:21,5.00,failed,1,US,5.00,5.00,5000.00 +1053209272,BowBlade—Where Video Gaming Meets Archery (Canceled),Video Games,Games,USD,2013-07-20,50000.00,2013-06-20 14:53:39,4832.00,canceled,48,US,4832.00,4832.00,50000.00 +1053209677,North Star Coffee - help us bring our coffee to the masses!,Drinks,Food,GBP,2015-06-13,20000.00,2015-05-14 11:31:46,20328.00,successful,252,GB,31856.68,32196.14,31676.64 +1053210308,High Visibility Tripod Safety Cover with LED lights,Product Design,Design,USD,2014-10-15,50000.00,2014-09-10 18:42:04,25.00,failed,1,US,25.00,25.00,50000.00 +1053219905,Crush the Skull - Horror/Comedy Feature Film,Horror,Film & Video,USD,2014-05-29,75000.00,2014-05-01 15:24:44,75311.27,successful,570,US,75311.27,75311.27,75000.00 +1053243779,The Campaign to Secure Fallujah,Nonfiction,Publishing,USD,2014-12-16,10000.00,2014-11-25 22:46:39,50.00,failed,1,US,50.00,50.00,10000.00 +"1053253360,""10-4, Good Buddy: A Miracle Story"",Publishing,Publishing,USD,2014-06-27,5000.00,2014-04-28 17:09:20,0.00,failed,0,US,0.00,0.00,5000.00" +1053256579,Grimoire,Comic Books,Comics,USD,2017-11-01,666.00,2017-10-16 17:34:32,587.00,failed,18,US,15.00,587.00,666.00 +1053258993,Dragonborn (Fantasy Novel),Fiction,Publishing,GBP,2015-08-09,1000.00,2015-07-10 22:42:30,1000.00,successful,19,GB,1537.58,1563.48,1563.48 +"1053262531,""The Field's of These People: """"What is going on out there?"""""",Documentary,Film & Video,USD,2016-07-16,24000.00,2016-07-07 16:38:21,59.00,failed,3,US,0.00,59.00,24000.00" +105327056,Revolve 2013 | 2014 Collection,Fashion,Fashion,GBP,2013-11-28,2000.00,2013-10-24 14:21:36,0.00,failed,0,GB,0.00,0.00,3268.94 +1053272497,High quality fabric prints of my illustrations. Useful Art.,Illustration,Art,USD,2014-03-19,1500.00,2014-02-17 16:12:00,0.00,failed,0,US,0.00,0.00,1500.00 +1053275081,The Rice Boy Book,Comics,Comics,USD,2011-04-24,6000.00,2011-03-09 07:31:40,16645.29,successful,266,US,16645.29,16645.29,6000.00 +1053276441,The Uncle Junior Project,Documentary,Film & Video,USD,2012-01-21,10000.00,2011-11-22 03:40:58,1151.00,failed,18,US,1151.00,1151.00,10000.00 +1053278673,MK3 : 5-in-1 Smart Outdoor Gadget,Gadgets,Technology,USD,2017-07-15,30000.00,2017-05-29 03:10:51,49442.00,successful,155,US,7608.00,49442.00,30000.00 +1053280283,The Election Channel,Web,Journalism,USD,2015-02-13,10000.00,2015-01-13 19:59:35,60.00,failed,3,US,60.00,60.00,10000.00 +1053280421,KalendarKards Memory Support System,Product Design,Design,USD,2016-09-13,25000.00,2016-07-15 18:01:03,687.00,failed,17,US,175.00,687.00,25000.00 +"1053290811,""The Miller's Wife, a new opera"",Classical Music,Music,GBP,2013-05-31,1570.00,2013-04-26 20:11:10,1614.00,successful,37,GB,2472.29,2459.05,2392.02" +"1053293415,""Foam Brain Dice: Metals II - More Colors, More Dice!"",Tabletop Games,Games,USD,2015-01-20,2000.00,2015-01-06 19:02:00,18685.00,successful,305,US,18685.00,18685.00,2000.00" +1053297656,August Heat,Shorts,Film & Video,USD,2012-05-21,2400.00,2012-04-16 23:04:40,1215.00,failed,7,US,1215.00,1215.00,2400.00 +"1053300125,""The Pheasant Plucker Cafe. Great Fun, Food and Friends."",Food Trucks,Food,AUD,2015-06-20,30000.00,2015-05-06 22:52:48,326.00,failed,9,AU,255.78,249.60,22969.14" +1053300500,An Unconventional Journey Through China,Nonfiction,Publishing,USD,2014-07-30,27500.00,2014-06-30 19:22:44,12.00,failed,3,US,12.00,12.00,27500.00 +"1053310678,""First Album by Go, Granny, Go!"",Rock,Music,USD,2012-06-02,1000.00,2012-04-03 01:10:11,1355.00,successful,24,US,1355.00,1355.00,1000.00" +1053312331,A Grain of Sand (Canceled),Shorts,Film & Video,USD,2011-07-23,1500.00,2011-06-23 05:19:03,15.00,canceled,1,US,15.00,15.00,1500.00 +1053318189,Images of Justice - The Nuremberg War Crimes Trials,Nonfiction,Publishing,USD,2014-05-19,20000.00,2014-04-19 20:37:18,4282.00,failed,58,US,4282.00,4282.00,20000.00 +1053324369,Shadows,Drama,Film & Video,GBP,2015-02-16,750.00,2015-01-20 17:56:06,828.00,successful,36,GB,1253.36,1273.10,1153.17 +1053333628,Game Of Thrones Parody T-Shirt (Canceled),Fashion,Fashion,USD,2014-06-29,500.00,2014-06-14 22:41:27,0.00,canceled,0,US,0.00,0.00,500.00 +1053345870,Dances For A Variable Population at Jacob's Pillow!,Dance,Dance,USD,2012-06-21,2100.00,2012-06-01 15:52:46,2245.00,successful,35,US,2245.00,2245.00,2100.00 +1053350713,Infused Spreads Kitchen & Storefront,Restaurants,Food,USD,2015-12-24,15000.00,2015-10-25 03:36:22,290.00,failed,8,US,290.00,290.00,15000.00 +105336089,the local flavor cafe,Restaurants,Food,USD,2015-04-17,15000.00,2015-03-18 00:49:07,0.00,failed,0,US,0.00,0.00,15000.00 +1053361501,THE HILLS FAMILY ENTERTAINMENT CENTER,Events,Food,USD,2016-11-21,250000.00,2016-10-10 19:21:39,1.00,failed,1,US,0.00,1.00,250000.00 +1053365303,HEADSPACES by Mr.Anderson,Indie Rock,Music,USD,2015-12-13,1700.00,2015-11-06 19:51:18,499.00,failed,6,US,499.00,499.00,1700.00 +1053365549,Arborealis: A Tree of Light,Sculpture,Art,USD,2010-08-14,600.00,2010-07-09 20:53:24,716.39,successful,29,US,716.39,716.39,600.00 +1053372680,Nello and Marko Fragassi Make Movies!,Film & Video,Film & Video,USD,2011-04-25,2000.00,2011-03-10 01:14:29,75.00,failed,3,US,75.00,75.00,2000.00 +105337955,Kyana,Pop,Music,EUR,2016-01-17,7900.00,2015-12-06 00:57:11,8098.00,successful,101,AT,8850.85,8752.32,8538.33 +1053380164,Bringing a laser quality polish to everyone!,Technology,Technology,USD,2014-08-02,1000.00,2014-07-03 23:14:31,2240.00,successful,109,US,2240.00,2240.00,1000.00 +1053381809,Lion O. King's first EP Freedom,Indie Rock,Music,EUR,2016-06-05,3000.00,2016-05-04 20:30:09,3133.00,successful,49,DE,3613.29,3541.55,3391.21 +1053383877,Pink Flamingo Lemonade,Film & Video,Film & Video,USD,2017-11-11,3000.00,2017-09-27 04:32:52,511.00,failed,11,US,0.00,511.00,3000.00 +1053401004,Energy Heroes,Video Games,Games,EUR,2016-08-26,50000.00,2016-07-27 12:28:52,110.00,canceled,3,FR,93.41,124.19,56449.97 +1053405600,TOOLS OF THE TRADE - A Fine Art Portrait Collection,Painting,Art,GBP,2016-03-03,12000.00,2016-02-02 19:14:31,3663.00,failed,31,GB,5222.58,5186.03,16989.47 +1053406753,Kyle's Krunch Gourmet Snacks,Farmer's Markets,Food,USD,2015-11-21,50000.00,2015-09-22 03:57:43,0.00,failed,0,US,0.00,0.00,50000.00 +1053409392,Galiano Island plant propagation greenhouse project,Farms,Food,CAD,2017-01-01,1200.00,2016-12-08 02:24:28,121.00,failed,4,CA,15.06,91.27,905.11 +1053413237,The Peace Agency Documentary Kickstarter Campaign!,Documentary,Film & Video,USD,2012-04-27,10000.00,2012-03-22 22:49:20,10804.45,successful,184,US,10804.45,10804.45,10000.00 +1053415621,Molly's Method - Short,Shorts,Film & Video,USD,2014-02-24,2500.00,2014-02-11 21:25:19,2585.00,successful,36,US,2585.00,2585.00,2500.00 +105342733,Say Cheese Thief,Apps,Technology,USD,2014-12-10,6300.00,2014-11-10 18:57:04,0.00,failed,0,US,0.00,0.00,6300.00 +"1053433070,""Pete L'Angelle """"It's Time to Get Serious"""""",Music,Music,USD,2011-05-22,3000.00,2011-03-22 00:20:21,50.00,failed,4,US,50.00,50.00,3000.00" +"1053445145,""WutDesk, Computer Case"",Hardware,Technology,AUD,2014-10-19,50000.00,2014-09-19 19:55:08,256.00,failed,3,AU,229.57,225.11,43967.64" +1053446958,sasquatch myth or real (Canceled),Webseries,Film & Video,USD,2015-10-24,157651.00,2015-08-25 03:52:18,0.00,canceled,0,US,0.00,0.00,157651.00 +105344963,Zombie Squirrel needs patching up and we need your help!,Crafts,Crafts,USD,2012-08-29,2000.00,2012-08-14 14:16:06,2506.08,successful,56,US,2506.08,2506.08,2000.00 +"1053456255,""Jagged Row: """"Back Again"""" EP and Music Video"",Rock,Music,USD,2012-11-01,11850.00,2012-09-30 22:27:08,12050.00,successful,65,US,12050.00,12050.00,11850.00" +1053462251,22 (Twenty Two),Music,Music,USD,2016-09-22,1000.00,2016-08-29 20:26:05,1089.00,successful,23,US,212.00,1089.00,1000.00 +105348003,Revolution in IT,Robots,Technology,GBP,2017-01-22,32148.00,2016-12-16 14:19:51,10.00,failed,1,GB,12.54,12.54,40316.03 +1053483003,Billy Boy The Clown! Docu-Horror Graphic Novel & Web-Series,Comics,Comics,USD,2013-11-18,15000.00,2013-10-10 19:47:26,107.00,failed,7,US,107.00,107.00,15000.00 +1053488770,Love Neighbors,Pop,Music,USD,2010-10-31,15000.00,2010-09-23 17:04:54,23016.95,successful,370,US,23016.95,23016.95,15000.00 +1053490850,The Mirror Altar - Poems and Novels.,Art,Art,GBP,2014-07-03,1000.00,2014-06-03 20:39:03,0.00,failed,0,GB,0.00,0.00,1714.35 +1053491534,Frida Kahlo's Coloring Book by Le Vent,Art Books,Publishing,USD,2017-09-08,2000.00,2017-08-09 00:44:50,245.00,failed,6,US,60.00,245.00,2000.00 +1053492509,John Wesley Satterfield and His Damn Fine Band's New Record!,Country & Folk,Music,USD,2012-02-23,12000.00,2011-12-25 21:50:24,12605.00,successful,62,US,12605.00,12605.00,12000.00 +1053494925,Longboard Lowdown (Canceled),Webseries,Film & Video,USD,2014-11-02,5000.00,2014-10-03 05:19:56,0.00,canceled,0,US,0.00,0.00,5000.00 +1053497697,The Pig Mask Project,Art,Art,USD,2011-02-23,60.00,2011-01-24 20:22:05,0.00,failed,0,US,0.00,0.00,60.00 +1053499409,Take It Straight Podcast,Radio & Podcasts,Publishing,USD,2015-09-04,2000.00,2015-08-04 01:09:11,220.00,failed,3,US,220.00,220.00,2000.00 +"1053505039,""Send Sea Pony Couture to """"Style X Fashion Show"""" @ SXSW !!"",Fashion,Fashion,USD,2011-03-16,1150.00,2011-02-16 12:47:47,1168.13,successful,36,US,1168.13,1168.13,1150.00" +1053509685,That Drinking Game,Playing Cards,Games,NOK,2016-09-30,25000.00,2016-08-31 19:07:12,26051.00,successful,80,NO,271.50,3235.47,3104.93 +"1053510408,""Frontier: 2170 Volume 02, """"First Blood"""" Pre-Orders"",Comics,Comics,USD,2013-04-07,350.00,2013-03-08 00:50:25,415.00,successful,16,US,415.00,415.00,350.00" +105351197,“Elusif” A Fashion Short Film,Shorts,Film & Video,USD,2011-12-25,15000.00,2011-10-26 20:17:25,0.00,failed,0,US,0.00,0.00,15000.00 +1053512411,Salt City Strangers Issue #2 Utah's Awesomest Superheroes,Comics,Comics,USD,2013-10-12,1000.00,2013-09-03 22:03:42,1120.00,successful,36,US,1120.00,1120.00,1000.00 +1053513419,Charggee: A New Way to Charge. Protect Your Mobile Devices.,Gadgets,Technology,GBP,2018-02-02,30000.00,2017-12-14 18:24:48,1680.00,live,9,GB,146.57,2291.48,40919.32 +1053517181,sculpIT: your Personal Trainer at your fingertips,Apps,Technology,USD,2015-09-12,5000.00,2015-08-04 16:37:00,0.00,failed,0,US,0.00,0.00,5000.00 +1053521466,Support High School Dance Team,Performances,Dance,USD,2016-04-05,10000.00,2016-03-21 17:04:39,15.00,failed,1,US,15.00,15.00,10000.00 +1053529450,ETL:Survival,Video Games,Games,USD,2016-05-29,100000.00,2016-03-30 01:48:54,60.00,failed,3,US,60.00,60.00,100000.00 +1053538584,SWYK - Sharing Wisdom & Your Knowledge Campaign,Apps,Technology,USD,2016-10-23,35000.00,2016-09-13 00:12:32,5731.00,failed,50,US,2368.00,5731.00,35000.00 +1053538918,400 Miles Away - EP by Chase Miller (Canceled),Pop,Music,USD,2013-04-05,1300.00,2013-03-06 09:09:16,0.00,canceled,0,US,0.00,0.00,1300.00 +1053542395,Dj Pope & Marc Evans - Live It Up,Music Videos,Film & Video,GBP,2014-08-13,350.00,2014-07-30 20:37:01,361.00,successful,22,GB,613.04,602.51,584.15 +1053545705,creating videogames,Technology,Technology,EUR,2015-08-15,4000.00,2015-06-16 07:29:40,41.00,failed,4,ES,45.95,46.25,4512.38 +1053546437,Airith - Death of a True Love,Shorts,Film & Video,USD,2012-03-31,40000.00,2012-03-01 22:10:17,20.00,failed,2,US,20.00,20.00,40000.00 +1053548044,Blue Current Brewery: Handcrafted American Sake,Drinks,Food,USD,2014-10-11,33000.00,2014-09-11 13:42:50,36724.13,successful,216,US,36724.13,36724.13,33000.00 +1053551857,TESLA'S ENGINE the movie,Festivals,Film & Video,USD,2014-07-05,2000.00,2014-06-05 16:54:19,2608.25,successful,53,US,2608.25,2608.25,2000.00 +105355435,Metamorphosing and Disarranging : Cycle,Installations,Art,USD,2015-03-30,1000.00,2015-03-15 14:41:24,1151.00,successful,33,US,1151.00,1151.00,1000.00 +1053590757,Writers' Room,Webseries,Film & Video,USD,2014-06-07,2000.00,2014-05-08 14:19:16,2655.00,successful,34,US,2655.00,2655.00,2000.00 +1053597981,Uni-cycling Across America (Suspended),Comics,Comics,USD,2015-11-23,5000.00,2015-10-24 05:43:15,20.00,suspended,1,US,20.00,20.00,5000.00 +1053604666,Showbread: Cancer,Rock,Music,USD,2012-04-25,43000.00,2012-02-25 02:00:53,50121.24,successful,776,US,50121.24,50121.24,43000.00 +1053607379,America's backyard,Photo,Journalism,USD,2017-02-28,7000.00,2017-01-13 20:03:14,60.00,failed,2,US,0.00,60.00,7000.00 +105360814,Ayúdame a financiar una canción con videoclip,Hip-Hop,Music,EUR,2016-04-28,3000.00,2016-02-28 15:06:53,500.00,failed,1,ES,546.62,570.15,3420.91 +"1053608622,""LAFAZA: Sustainable, Fair Trade Spices from Madagascar"",Farms,Food,USD,2015-06-04,30000.00,2015-04-30 09:46:34,31458.00,successful,238,US,31458.00,31458.00,30000.00" +1053612122,FIREBUG,Graphic Novels,Comics,GBP,2016-08-21,3000.00,2016-07-19 16:37:37,3119.00,successful,67,GB,149.49,4120.97,3963.74 +1053612607,Mystery Childrens Picture Book (Canceled),Children's Books,Publishing,USD,2011-05-31,50.00,2011-05-01 05:41:15,0.00,canceled,0,US,0.00,0.00,50.00 +1053613193,No Man Believes - A short movie from Eon Sea Productions,Shorts,Film & Video,USD,2010-06-30,500.00,2010-05-04 17:52:00,562.00,successful,16,US,562.00,562.00,500.00 +"1053618586,""""""Calling On You"""" Album - social change through music"",Pop,Music,USD,2017-01-19,10000.00,2016-12-20 14:49:02,11035.00,successful,114,US,350.00,11035.00,10000.00" +1053618615,Dick Pic,Comedy,Film & Video,USD,2015-09-05,2500.00,2015-08-06 22:15:23,3276.75,successful,53,US,3276.75,3276.75,2500.00 +1053619753,¡¡ MOON HONEY ?formerly twin killers? NEW ALBUM !!,Indie Rock,Music,USD,2013-11-20,5000.00,2013-10-21 20:34:28,5550.00,successful,118,US,5550.00,5550.00,5000.00 +1053627910,Mark Allen: Couture Bodybags (Canceled),Fashion,Fashion,USD,2013-06-10,5000.00,2013-05-10 00:30:20,5.00,canceled,1,US,5.00,5.00,5000.00 +1053632140,Help me bring a former WWE Diva to Wondercon (Canceled),Events,Comics,USD,2015-10-22,10000.00,2015-09-22 00:13:56,0.00,canceled,0,US,0.00,0.00,10000.00 +1053632558,Carrie's Kiln Kickstarter,Ceramics,Art,USD,2017-10-20,2500.00,2017-09-29 16:39:05,3170.00,successful,62,US,1375.00,3170.00,2500.00 +1053633163,NFT Hydroponic System Upgrade,Farms,Food,USD,2017-06-23,550.00,2017-05-24 23:57:54,26.00,failed,2,US,25.00,26.00,550.00 +1053636005,Do You Mind if? The Movie,Shorts,Film & Video,USD,2011-12-10,5000.00,2011-10-28 19:16:09,0.00,failed,0,US,0.00,0.00,5000.00 +1053642722,Boston Philharmonic Youth Orchestra Tour to the Netherlands,Classical Music,Music,USD,2013-05-16,35000.00,2013-04-16 00:55:37,45200.00,successful,258,US,45200.00,45200.00,35000.00 +1053648600,Smile Lines Project,Painting,Art,USD,2015-02-16,50000.00,2014-12-19 19:59:51,3457.00,failed,30,US,3457.00,3457.00,50000.00 +1053653337,Tarratine: A Quarterly of Creative & Critical Conversations,Periodicals,Publishing,USD,2012-02-28,2000.00,2012-01-29 05:53:51,2321.73,successful,65,US,2321.73,2321.73,2000.00 +1053664050,The Flight of Dragons | Live-Action Film (Canceled),Narrative Film,Film & Video,USD,2013-05-24,18000.00,2013-03-25 18:28:34,716.00,canceled,19,US,716.00,716.00,18000.00 +"1053665885,""A """"Spin"""" In The Right Direction"",Crafts,Crafts,USD,2016-04-11,350.00,2016-03-12 12:05:39,1062.00,successful,30,US,1062.00,1062.00,350.00" +1053666324,Whorror House Productions,Fiction,Publishing,USD,2015-03-16,2000.00,2015-02-02 20:15:06,25.00,failed,1,US,25.00,25.00,2000.00 +105366705,Student Built Lunar Rover Prototype for Google Lunar X PRIZE,Technology,Technology,USD,2012-07-26,200000.00,2012-07-05 23:29:18,2949.00,failed,80,US,2949.00,2949.00,200000.00 +1053672041,BlurPort: a new way to secure your data,Hardware,Technology,USD,2013-06-25,60000.00,2013-05-20 13:58:06,8354.00,failed,77,US,8354.00,8354.00,60000.00 +"1053681856,""The """"Radio Reunion"""" July 4th 2015 (Canceled)"",Radio & Podcasts,Publishing,USD,2015-07-25,1200.00,2015-06-25 20:31:25,100.00,canceled,1,US,100.00,100.00,1200.00" +1053682738,FORM5 Prosthetics (Alive With Five),3D Printing,Technology,USD,2016-08-12,1900.00,2016-07-13 03:12:45,652.00,failed,12,US,375.00,652.00,1900.00 +1053690392,Magnus 1st Full Length Album!!!,Rock,Music,USD,2013-03-24,1500.00,2013-02-22 06:32:05,0.00,failed,0,US,0.00,0.00,1500.00 +1053691631,NexKraft Minecraft server,Video Games,Games,EUR,2016-01-02,2000.00,2015-12-03 10:16:57,81.00,failed,2,BE,86.02,87.97,2172.19 +105369184,The World's Easiest Way To Talk Hands-Free.,Hardware,Technology,GBP,2014-11-11,34000.00,2014-10-08 23:12:43,106.00,failed,9,GB,170.04,165.94,53225.63 +1053692861,Deus Ex Machina,Tabletop Games,Games,USD,2016-08-05,8000.00,2016-07-12 22:00:53,19647.00,successful,393,US,12893.00,19647.00,8000.00 +1053709795,The Ruby Retreat,Crafts,Crafts,USD,2013-12-30,3000.00,2013-11-30 04:46:41,100.00,failed,3,US,100.00,100.00,3000.00 +1053716774,Bastards in Studio for New Album,Rock,Music,USD,2012-07-07,3000.00,2012-05-23 20:33:11,100.00,failed,4,US,100.00,100.00,3000.00 +1053718853,Handmade Custom Crocheted Beanies - For Whatever Look,Fashion,Fashion,USD,2012-07-21,6000.00,2012-06-23 04:05:25,145.00,failed,5,US,145.00,145.00,6000.00 +1053721624,Stevie Taybeck (the musical),Theater,Theater,USD,2011-10-20,2000.00,2011-09-20 19:33:54,301.00,failed,11,US,301.00,301.00,2000.00 +1053722423,GRID Cape Town Biennial 2015,Art,Art,EUR,2015-02-13,2000.00,2015-01-27 11:33:05,35.00,failed,2,NL,39.09,39.83,2276.19 +105372826,Printed and Handsewn Hail Santa Sweaters and Patches,Crafts,Crafts,USD,2015-11-22,1000.00,2015-11-08 23:11:20,6419.00,successful,172,US,6419.00,6419.00,1000.00 +1053732956,Aboard the Carousel,Narrative Film,Film & Video,USD,2011-05-17,8000.00,2011-03-25 03:23:39,10065.00,successful,94,US,10065.00,10065.00,8000.00 +1053733242,The Political Potato - by Potato Messenger (Canceled),Art,Art,AUD,2015-10-02,15000.00,2015-09-02 03:48:36,65.00,canceled,3,AU,46.38,45.71,10548.52 +1053739668,Bringing Hope to Africa,Documentary,Film & Video,USD,2012-03-09,10000.00,2012-02-01 04:37:10,0.00,failed,0,US,0.00,0.00,10000.00 +105374252,A photographer + a motorbike and the world,Nature,Photography,EUR,2016-07-24,4500.00,2016-06-24 13:35:47,1.00,failed,1,IT,1.13,1.11,5000.83 +1053750812,Illusion,Playing Cards,Games,EUR,2016-03-01,2400.00,2016-02-11 22:33:45,390.00,failed,13,ES,440.47,427.83,2632.79 +1053752020,Total Terrain Manager App For Tabletop Wargaming,Games,Games,GBP,2014-08-21,75.00,2014-07-22 02:03:17,29.00,failed,8,GB,49.22,48.07,124.33 +1053752807,The Armor Journal Magazine Goes In Print (Canceled),Nonfiction,Publishing,USD,2015-10-10,12000.00,2015-08-11 07:45:32,100.00,canceled,1,US,100.00,100.00,12000.00 +105375597,Books & Brews Carmel,Drinks,Food,USD,2017-05-22,10000.00,2017-04-22 02:16:25,10142.00,successful,25,US,2519.00,10142.00,10000.00 +105376113,The Practice and Influence of Elegance inside out,Nonfiction,Publishing,USD,2015-05-18,19900.00,2015-04-18 04:13:15,50.00,failed,1,US,50.00,50.00,19900.00 +1053768291,Kid Combat - the App!,Technology,Technology,USD,2013-08-05,25000.00,2013-06-21 14:11:25,5828.00,failed,14,US,5828.00,5828.00,25000.00 +1053780349,John C. Fremont High School-Community End of year Concert,World Music,Music,USD,2016-03-15,5000.00,2016-01-15 20:50:43,12.00,failed,3,US,12.00,12.00,5000.00 +1053780903,Clarity (a sound recording) (Canceled),Indie Rock,Music,USD,2014-07-27,3000.00,2014-05-28 05:12:34,0.00,canceled,0,US,0.00,0.00,3000.00 +1053783535,Drawing Notes Animated Short Film by Kryssen Robinson,Animation,Film & Video,USD,2015-07-20,100.00,2015-06-14 05:25:22,119.00,successful,7,US,119.00,119.00,100.00 +1053801519,Mendoza the Magnificent:The Man Who Revolutionized Boxing,Documentary,Film & Video,USD,2014-10-07,100000.00,2014-08-08 22:53:21,120.00,canceled,5,US,120.00,120.00,100000.00 +1053802916,The Horndribbles : Meeks and the Great Invention!,Children's Books,Publishing,USD,2013-12-10,9500.00,2013-11-08 03:02:09,10121.00,successful,91,US,10121.00,10121.00,9500.00 +1053803021,Atomic Robo Reprint Regalia!,Graphic Novels,Comics,USD,2015-06-05,70000.00,2015-05-14 16:37:51,184827.00,successful,1325,US,184827.00,184827.00,70000.00 +1053805447,Art Deco decorative panels,Sculpture,Art,GBP,2015-03-22,5000.00,2015-02-20 20:29:19,1.00,failed,1,GB,1.55,1.49,7437.71 +1053809076,Other Nikolaus Tales,Animation,Film & Video,GBP,2017-01-10,32000.00,2016-11-20 11:55:37,25.00,failed,3,GB,0.00,30.44,38967.36 +1053809129,No Sleep For The Lonely,Indie Rock,Music,USD,2013-03-06,5000.00,2013-02-04 22:14:43,270.00,failed,5,US,270.00,270.00,5000.00 +1053812107,Kings of the Monsters feature-length documentary,Documentary,Film & Video,USD,2010-06-21,3000.00,2010-05-10 20:24:56,20.00,failed,1,US,20.00,20.00,3000.00 +1053816339,Homeless Dogs of America,Animals,Photography,USD,2016-07-27,150000.00,2016-06-27 05:49:50,37.00,failed,4,US,11.00,37.00,150000.00 +1053821105,Libro/Cuaderno Mundo Chiquito,Publishing,Publishing,EUR,2016-07-31,5000.00,2016-06-18 12:34:21,6363.00,successful,243,ES,3912.16,7098.55,5577.99 +1053821134,Face Like Jason The Horror Tape,Hip-Hop,Music,USD,2013-10-20,2000.00,2013-09-19 02:07:51,10.00,failed,1,US,10.00,10.00,2000.00 +1053824923,Moonage,Comic Books,Comics,USD,2016-04-17,2000.00,2016-02-17 22:01:41,257.00,failed,12,US,257.00,257.00,2000.00 +1053825017,GREAT SCOTTS Post-Production & Distribution,Film & Video,Film & Video,USD,2013-04-01,150000.00,2013-03-13 16:03:08,105.00,failed,2,US,105.00,105.00,150000.00 +1053827733,SpacePilot Supplies (Canceled),Tabletop Games,Games,AUD,2014-09-07,95000.00,2014-08-03 10:46:50,515.00,canceled,6,AU,479.59,466.23,86003.98 +1053836368,TARK flexible motorcycle panniers for adventure riding,Product Design,Design,EUR,2016-06-27,40000.00,2016-05-29 08:17:34,4663.00,failed,16,AT,5182.99,5192.25,44539.96 +1053842813,World Agent BRAC - The Game To End Poverty (Canceled),Video Games,Games,USD,2014-04-12,50000.00,2014-03-13 04:35:42,14111.00,canceled,90,US,14111.00,14111.00,50000.00 +1053848874,Tamia Janelle EP Project (Canceled),Pop,Music,USD,2013-12-02,6000.00,2013-10-23 01:25:30,0.00,canceled,0,US,0.00,0.00,6000.00 +1053852753,PeltaPeeps- A game loosely based on gender & neural networks,Tabletop Games,Games,USD,2017-03-15,24000.00,2017-03-08 07:14:47,1156.00,failed,16,US,420.00,1156.00,24000.00 +"1053859025,""""""My Oh My"""" EP by Emilie Kirkpatrick"",Indie Rock,Music,USD,2011-09-04,4500.00,2011-08-05 21:55:42,4565.00,successful,82,US,4565.00,4565.00,4500.00" +1053859072,The Bread and Butter Band is Making Their Debut Album!,Country & Folk,Music,USD,2014-07-06,10000.00,2014-06-06 18:32:15,10391.00,successful,77,US,10391.00,10391.00,10000.00 +105386120,Blankets for Comfort,Crochet,Crafts,USD,2014-08-30,600.00,2014-07-31 00:58:33,0.00,failed,0,US,0.00,0.00,600.00 +"1053863924,""King Giant - """"Black Ocean Waves"""" on Vinyl"",Metal,Music,USD,2015-04-30,3500.00,2015-03-31 20:11:42,1937.00,failed,49,US,1937.00,1937.00,3500.00" +105386746,Maschinenfabrik CD/DVD Digipack,Electronic Music,Music,EUR,2017-05-22,1680.00,2017-05-05 00:32:39,446.66,failed,15,DE,219.70,500.08,1880.92 +1053867729,Fractal No. 1 - Waves in Tyranny (Canceled),Comic Books,Comics,USD,2015-11-06,6000.00,2015-10-07 01:02:07,536.00,canceled,15,US,536.00,536.00,6000.00 +1053875367,Bird Wall,Sculpture,Art,USD,2012-04-30,600.00,2012-04-21 07:01:26,1369.00,successful,27,US,1369.00,1369.00,600.00 +1053880229,Best Darn Fertilizer,Community Gardens,Food,USD,2015-08-22,50000.00,2015-07-23 04:35:37,13.00,failed,1,US,13.00,13.00,50000.00 +1053884125,Eschaton: A Cult Strategy Deck-Building Game (Canceled),Tabletop Games,Games,USD,2016-06-07,15000.00,2016-05-07 14:15:56,2877.00,canceled,40,US,2877.00,2877.00,15000.00 +1053900282,Project Starborn,Video Games,Games,USD,2013-09-14,35500.00,2013-08-13 15:07:20,607.00,failed,24,US,607.00,607.00,35500.00 +1053903888,Am I Crazy? My journey to determine if my memories are true.,Documentary,Film & Video,USD,2016-09-05,3000.00,2016-08-09 20:02:00,3826.00,successful,31,US,860.00,3826.00,3000.00 +1053905029,Pirate Pete's Voyage Children's Book,Children's Books,Publishing,USD,2017-08-25,15000.00,2017-07-26 17:30:58,18.00,canceled,1,US,0.00,18.00,15000.00 +1053910697,Custom burnt wall-mounted bottle openers,Crafts,Crafts,USD,2013-09-13,1200.00,2013-08-14 18:09:58,978.00,failed,14,US,978.00,978.00,1200.00 +1053913744,Colored Computer Housings Pressed From Original Molds!,Product Design,Design,USD,2015-04-03,10000.00,2015-03-04 01:18:41,94776.08,successful,797,US,94776.08,94776.08,10000.00 +1053915981,AMP Errand Electric Bicycle,Technology,Technology,USD,2016-12-03,50000.00,2016-11-03 16:27:17,2323.00,failed,8,US,3514.00,2323.00,50000.00 +1053916541,I Know You Love Me Mommy and Daddy,Children's Books,Publishing,USD,2014-10-15,11000.00,2014-09-15 22:34:53,2940.00,failed,64,US,2940.00,2940.00,11000.00 +1053918377,Instant Bingo New Album,Indie Rock,Music,USD,2016-11-24,2500.00,2016-10-25 01:55:13,2551.00,successful,45,US,445.00,2551.00,2500.00 +1053919393,Korean Scandinavian Clothing Brand,Couture,Fashion,DKK,2017-12-01,40000.00,2017-11-01 14:16:30,0.00,failed,0,DK,0.00,0.00,6388.04 +"10539276,""Mission: Katharsis - Miniatures, Tactical Board Game"",Tabletop Games,Games,GBP,2014-06-26,22000.00,2014-05-22 21:00:06,4162.50,canceled,81,GB,7009.97,7089.81,37471.68" +1053930159,2 Calendars (1) Through My Eyes (2) The World We Don't See,Nature,Photography,CAD,2015-01-29,3500.00,2014-12-30 21:50:13,500.00,failed,1,CA,430.00,394.63,2762.43 +"1053934843,""Soccer, Children and Health"",Documentary,Film & Video,USD,2015-12-12,25000.00,2015-11-12 21:11:42,0.00,failed,0,US,0.00,0.00,25000.00" +1053937341,Seal 6,Fashion,Fashion,USD,2014-10-30,1500.00,2014-09-30 21:47:40,0.00,failed,0,US,0.00,0.00,1500.00 +1053937753,Broad! (A Gentlelady's Magazine): Issue No. 1,Periodicals,Publishing,USD,2011-12-02,1500.00,2011-10-18 13:38:50,848.00,failed,14,US,848.00,848.00,1500.00 +1053950042,Uroboros,Film & Video,Film & Video,MXN,2017-08-10,200000.00,2017-07-11 00:23:04,164070.00,failed,43,MX,18.80,9117.53,11114.20 +105395482,Flav Martin's 30-Year Overnight Success Project,Rock,Music,USD,2013-11-13,7500.00,2013-10-14 18:24:19,7635.00,successful,31,US,7635.00,7635.00,7500.00 +1053969613,The Power of Difference,Publishing,Publishing,USD,2016-11-23,1500.00,2016-10-24 23:53:11,3104.00,successful,87,US,2063.00,3104.00,1500.00 +1053974829,Emergency Response Drone | A new perspective on saving lives,Flight,Technology,USD,2017-03-09,68000.00,2017-01-23 12:43:23,103.00,failed,2,US,107.00,103.00,68000.00 +1053977570,Send Adam Lion to Bang on a Can,Music,Music,USD,2017-06-02,2510.00,2017-04-09 21:48:01,2510.00,successful,16,US,120.00,2510.00,2510.00 +1053980057,My Name is Proxy Issue 3,Comic Books,Comics,USD,2017-07-22,1700.00,2017-07-04 22:42:09,1916.00,successful,77,US,261.11,1916.00,1700.00 +1053985943,Partner with the bees! Help us build Perone beehives,Farms,Food,USD,2015-02-14,1500.00,2015-01-15 20:56:35,391.00,failed,8,US,391.00,391.00,1500.00 +1053989547,Music...To The Sky (Canceled),World Music,Music,USD,2013-06-10,6500.00,2013-05-11 10:23:15,1050.00,canceled,29,US,1050.00,1050.00,6500.00 +1053991469,Nightfall: Escape (Canceled),Video Games,Games,USD,2015-06-21,20000.00,2015-05-12 07:59:48,1151.00,canceled,36,US,1151.00,1151.00,20000.00 +105399193,The Boing Heard 'Round the World,Documentary,Film & Video,USD,2012-07-18,7500.00,2012-06-18 23:53:18,8000.00,successful,89,US,8000.00,8000.00,7500.00 +1053998672,Squirt's Odyssey (Canceled),Mobile Games,Games,USD,2014-10-29,1000.00,2014-09-29 21:48:53,53.00,canceled,6,US,53.00,53.00,1000.00 +1054001675,Monster in the Marsh: 1980s Game Remake for iPhone,Video Games,Games,USD,2012-09-01,400.00,2012-08-02 00:26:54,2.00,failed,1,US,2.00,2.00,400.00 +"1054008468,""SparklesbyGem - unique, handmade Steampunk jewellery"",Fashion,Fashion,GBP,2014-05-18,300.00,2014-04-18 16:21:41,20.00,failed,1,GB,33.66,33.68,505.22" +1054009915,Red Rabbit,Shorts,Film & Video,USD,2011-07-22,5000.00,2011-06-22 01:01:00,5765.00,successful,38,US,5765.00,5765.00,5000.00 +1054009986,Season 2 of Green Gables Fables,Webseries,Film & Video,CAD,2015-03-20,10000.00,2015-02-18 22:58:56,15358.00,successful,355,CA,12338.28,12119.63,7891.41 +1054014860,Kids Creative Playful Wooden Toys,Product Design,Design,GBP,2017-07-29,1700.00,2017-06-29 19:46:42,565.00,failed,15,GB,0.00,742.74,2234.78 +1054016464,Lovee's Cakes - Vanilla Chocolate Covered Cheesecake Bites,Food,Food,USD,2013-11-17,2000.00,2013-10-18 06:59:59,10.00,failed,1,US,10.00,10.00,2000.00 +"1054028318,""Helping Homeless Writers with Street Pens: Volume 1, Vegas"",Anthologies,Publishing,USD,2018-02-12,9999.00,2017-12-23 08:51:45,64.00,live,6,US,10.00,64.00,9999.00" +1054031780,The Legend of the MoonFlower-A Children's Fairytale.,Children's Books,Publishing,CAD,2016-09-28,10000.00,2016-08-29 02:17:06,7.00,canceled,1,CA,0.00,5.32,7597.63 +1054032250,A Haunted Reality: A New Way To Experience Horror,Video Games,Games,USD,2012-07-06,17500.00,2012-06-06 01:20:47,361.00,failed,15,US,361.00,361.00,17500.00 +1054034060,Funds for Spring/Summer 2012 Desert Dwellers Collection,Fashion,Fashion,USD,2012-04-21,5000.00,2012-03-06 04:06:58,1183.00,failed,7,US,1183.00,1183.00,5000.00 +1054044985,The Ravaged Wasteland of Crifoth,Tabletop Games,Games,CAD,2017-11-12,100.00,2017-10-13 17:49:04,3366.00,successful,75,CA,286.88,2637.52,78.36 +1054052345,CARR MAGAZINE No.5,Periodicals,Publishing,USD,2013-06-27,9900.00,2013-05-28 04:09:26,854.30,failed,26,US,854.30,854.30,9900.00 +1054061301,Pogamat - Oversize Exercise Mat & Large Yoga Mat.,Product Design,Design,USD,2013-08-08,23000.00,2013-07-09 17:41:50,25510.00,successful,110,US,25510.00,25510.00,23000.00 +1054076258,PLUR ME,Apparel,Fashion,USD,2014-10-19,5000.00,2014-09-19 23:05:32,0.00,failed,0,US,0.00,0.00,5000.00 +1054076400,Forbidden Party Game,Tabletop Games,Games,USD,2017-03-22,30000.00,2017-02-20 13:53:35,1177.00,failed,30,US,627.00,1177.00,30000.00 +1054081086,Official Debut Album,Pop,Music,USD,2013-05-09,4000.00,2013-04-09 21:53:42,645.00,failed,11,US,645.00,645.00,4000.00 +1054081938,Split Chamber Rotary Engine,Technology,Technology,USD,2017-03-16,530000.00,2017-01-30 16:13:24,322.00,failed,11,US,0.00,322.00,530000.00 +1054088356,The Z-Enforcers,Animation,Film & Video,USD,2013-06-11,390000.00,2013-05-12 01:08:36,0.00,failed,0,US,0.00,0.00,390000.00 +"1054091411,""Kid Nichols NOT a dead baseball player, but a NJ Punk Band!"",Rock,Music,USD,2011-07-19,7000.00,2011-04-20 05:08:48,167.00,failed,6,US,167.00,167.00,7000.00" +1054106352,Misfits of London: The Gin Chronicles,Plays,Theater,GBP,2015-07-29,2500.00,2015-06-29 15:44:57,2549.00,successful,64,GB,4014.15,3970.28,3893.96 +1054109785,Send Matthew Peterson to Houston Opera Vista (Canceled),Classical Music,Music,USD,2011-02-25,800.00,2011-01-26 10:55:08,455.00,canceled,9,US,455.00,455.00,800.00 +1054114038,Crew Call: The Below-the-Line Podcast,Radio & Podcasts,Publishing,USD,2014-05-08,1845.00,2014-04-07 23:36:47,2512.00,successful,76,US,2512.00,2512.00,1845.00 +1054116651,Save the Lyric!,Movie Theaters,Film & Video,USD,2012-08-07,150000.00,2012-07-07 00:31:38,158692.13,successful,2324,US,158692.13,158692.13,150000.00 +1054121998,Whiskey Burn Live at The Church of Gageby DVD,Rock,Music,USD,2016-12-15,500.00,2016-11-15 01:34:00,528.00,successful,8,US,25.00,528.00,500.00 +1054131965,Glitter & High Heels-Escape into a field of magical melodies,Pop,Music,USD,2013-11-29,5000.00,2013-10-30 14:45:17,37.00,failed,2,US,37.00,37.00,5000.00 +"1054135507,""Dan Phelps' CD-""""Going Home"""" promo"",Blues,Music,USD,2014-07-05,1700.00,2014-06-05 05:19:57,205.00,failed,8,US,205.00,205.00,1700.00" +"1054138428,""The Leavitt Theatre, Ogunquit: Digital or Dark"",Theater,Theater,USD,2013-11-30,60000.00,2013-10-31 22:50:06,70800.33,successful,516,US,70800.33,70800.33,60000.00" +1054140240,How NOT to Use the Book of the Dead,Film & Video,Film & Video,USD,2013-09-10,100000.00,2013-07-12 01:48:24,62.66,failed,6,US,62.66,62.66,100000.00 +1054153061,Canterlot Gardens 2013!,Animation,Film & Video,USD,2013-04-02,20000.00,2013-02-26 02:11:42,5358.30,failed,80,US,5358.30,5358.30,20000.00 +1054158599,MUMBURGER by Sarah Kosar,Plays,Theater,GBP,2016-06-02,2500.00,2016-05-05 12:25:18,2663.00,successful,76,GB,3867.78,3843.32,3608.08 +1054159725,Oceans Blue | The Deep,Video Games,Games,USD,2017-10-18,1300.00,2017-09-18 01:38:02,242.00,failed,22,US,81.00,242.00,1300.00 +"105416756,""""""Mike Vasas III"""" Independent Record Release"",Music,Music,USD,2016-02-20,1575.00,2016-01-21 23:46:17,2741.00,undefined,0,""N,0"""""",,2741.00,1575.00" +1054174321,Welcome to Will County Brewing Company! Support local!,Drinks,Food,USD,2018-01-06,10000.00,2017-12-07 20:49:49,10819.00,live,150,US,900.00,10819.00,10000.00 +1054180402,Binghimons Caribbean Kitchen,Food,Food,USD,2013-07-25,10000.00,2013-06-25 00:53:03,882.33,failed,21,US,882.33,882.33,10000.00 +1054188919,Alea Tools: Magnetic Status Markers Color Boost,Tabletop Games,Games,USD,2013-06-28,750.00,2013-05-28 20:03:39,29196.00,successful,309,US,29196.00,29196.00,750.00 +1054206926,Aquaponics Farm Development: Commercial and Household,Farms,Food,USD,2014-09-08,50000.00,2014-08-09 09:25:54,49.00,canceled,5,US,49.00,49.00,50000.00 +1054212692,Transmitted Disease (a short film),Shorts,Film & Video,USD,2011-05-22,2000.00,2011-04-22 01:03:36,90.00,failed,5,US,90.00,90.00,2000.00 +1054213494,Ridge Iron Search & Rescue (SAR) Riggers EDC Belt Set,Product Design,Design,USD,2017-11-16,5000.00,2017-10-17 01:56:25,6547.00,successful,46,US,1725.00,6547.00,5000.00 +"1054215621,""Angels In America, by Theatre Shark in San Francisco"",Theater,Theater,USD,2011-01-18,5000.00,2010-11-18 20:07:03,6110.00,successful,64,US,6110.00,6110.00,5000.00" +1054220998,Smol Dragons Enamel Pins,Illustration,Art,USD,2017-09-06,1000.00,2017-08-07 18:12:48,1461.00,successful,52,US,362.00,1461.00,1000.00 +1054222651,Murderfist Television - A Late Night Sketch Comedy Special,Comedy,Film & Video,USD,2014-06-04,6500.00,2014-05-05 19:57:25,8612.49,successful,198,US,8612.49,8612.49,6500.00 +1054229684,BODY OF ART,Film & Video,Film & Video,USD,2012-09-07,800.00,2012-08-08 19:35:17,135.00,failed,5,US,135.00,135.00,800.00 +1054242327,The Liberation,Documentary,Film & Video,USD,2012-01-26,40000.00,2011-12-27 23:16:25,42008.99,successful,386,US,42008.99,42008.99,40000.00 +1054244112,Spirit-Cards,Games,Games,USD,2016-12-30,1000.00,2016-11-30 19:25:00,31.00,failed,5,US,0.00,31.00,1000.00 +"1054251554,""Exclusive """"Deluxe First Edition"""" Album"",Music,Music,USD,2015-08-17,5000.00,2015-08-10 18:12:10,5000.00,undefined,0,""N,0"""""",,5000.00,5000.00" +1054259541,The Lifestyle Tee: Re-inventing the T-Shirt. Made in USA.,Apparel,Fashion,USD,2016-07-02,10000.00,2016-06-02 01:43:26,348.00,failed,3,US,348.00,348.00,10000.00 +"1054262634,""STRIP'S– A completely different fast food concept, Olathe Ks"",Restaurants,Food,USD,2016-07-28,20000.00,2016-07-08 20:00:13,546.00,canceled,9,US,236.00,546.00,20000.00" +1054273355,Learning to Play,Theater,Theater,USD,2014-04-20,10000.00,2014-03-21 19:00:58,10901.00,successful,96,US,10901.00,10901.00,10000.00 +"1054276073,""(Teacher) Documentary, Jack teaches Buddhist Monks English"",Documentary,Film & Video,USD,2016-09-01,2390.00,2016-07-28 16:34:56,2773.00,successful,43,US,320.00,2773.00,2390.00" +1054277735,DIY Retro Wedding,DIY,Crafts,USD,2014-10-19,100.00,2014-09-19 20:10:18,0.00,failed,0,US,0.00,0.00,100.00 +1054287135,Fox Point Folk Festival,Country & Folk,Music,USD,2017-07-15,2750.00,2017-07-10 22:06:16,2845.00,successful,48,US,60.00,2845.00,2750.00 +"1054293131,""'Everything, Loads, All the Time, Forever' EP"",Music,Music,GBP,2017-05-22,600.00,2017-04-22 14:37:48,1128.00,successful,76,GB,43.51,1448.46,770.46" +1054293686,Avenger of Blood: Genesis Graphic Novel Act 1 Softcover Book,Comics,Comics,USD,2012-10-25,25400.00,2012-09-25 23:37:15,204.00,failed,9,US,204.00,204.00,25400.00 +105429713,KIWETIN,Tabletop Games,Games,CAD,2017-02-17,15000.00,2017-01-17 15:33:32,80373.00,successful,1357,CA,18638.47,61451.95,11468.77 +1054300631,LexiCon 2018 Tabletop Gaming and RPG Con - Are You Ready?,Tabletop Games,Games,USD,2017-10-31,5000.00,2017-10-04 01:52:49,8903.00,successful,114,US,5569.00,8903.00,5000.00 +1054307870,Book Covers for Rent,Graphic Design,Design,USD,2015-02-11,1500.00,2015-01-21 18:30:57,7.00,failed,3,US,7.00,7.00,1500.00 +"1054308430,""""""Nothing Special"""" is VERY special!"",Children's Books,Publishing,USD,2011-05-26,1600.00,2011-04-26 20:29:05,1600.00,successful,23,US,1600.00,1600.00,1600.00" +1054312656,All In: India (Canceled),Documentary,Film & Video,USD,2012-08-26,40000.00,2012-07-27 20:35:40,610.00,canceled,4,US,610.00,610.00,40000.00 +1054320519,Project Bigfoot,Product Design,Design,USD,2015-06-26,1500.00,2015-05-28 19:22:38,10.00,failed,1,US,10.00,10.00,1500.00 +"1054332953,Red Dirt East - Fine Contemporary Roots Music and Poetry,Music,Music,USD,2015-11-07,3800.00,2015-09-21 18:40:58,75.00,undefined,0,""N,0"""""",,75.00,3800.00" +1054335352,Miss Mina Murray's Little Book of Better Burlesque,Nonfiction,Publishing,USD,2016-01-23,500.00,2016-01-08 16:36:46,1305.00,successful,52,US,1305.00,1305.00,500.00 +1054336235,Rolled Wares,Restaurants,Food,USD,2016-03-06,89360.00,2016-02-06 03:26:16,0.00,failed,0,US,0.00,0.00,89360.00 +1054336456,TurtleCell - iPhone Case with Retractable Earbud/Headphones,Product Design,Design,USD,2013-08-05,50000.00,2013-06-21 01:21:40,19016.00,failed,146,US,19016.00,19016.00,50000.00 +1054337752,Living the Dialogue of Compassion,Photo,Journalism,USD,2015-02-26,10000.00,2015-01-26 22:48:22,3.00,failed,3,US,3.00,3.00,10000.00 +105434251,ORBIT case - turn your iPad Mini into an action cam..!,Product Design,Design,USD,2014-07-31,38500.00,2014-06-21 07:05:44,420.00,failed,15,US,420.00,420.00,38500.00 +1054343708,David Rasmussen Furniture Design - from ashes to production,Product Design,Design,USD,2012-07-14,15000.00,2012-06-14 19:51:23,15050.00,successful,106,US,15050.00,15050.00,15000.00 +1054345732,The SteadyWheel Camera Stabilizer,Product Design,Design,USD,2013-03-17,27000.00,2013-02-16 00:38:38,31904.01,successful,558,US,31904.01,31904.01,27000.00 +1054361907,ABL Denim: Adaptive Jeans,Fashion,Fashion,USD,2013-04-05,15000.00,2013-03-06 06:15:35,16413.00,successful,119,US,16413.00,16413.00,15000.00 +1054364934,Art as Fashion: A Mural Transformed into Handbags,Art,Art,USD,2009-10-15,4000.00,2009-08-31 15:10:05,4027.00,successful,29,US,4027.00,4027.00,4000.00 +"1054367339,""LiberBox, la livraison éco-responsable pour tous"",Hardware,Technology,EUR,2016-01-29,45000.00,2015-12-30 17:13:13,1.00,failed,1,FR,1.10,1.09,49140.05" +1054369104,We are trying to complete our second LP The Lavahop Theory.,Hip-Hop,Music,USD,2016-02-20,5000.00,2016-01-19 22:22:24,0.00,failed,0,US,0.00,0.00,5000.00 +1054373054,Experience Hawaiian Canoeing in Illinois,Hardware,Technology,USD,2014-04-03,6388.00,2014-03-04 15:07:58,591.00,failed,14,US,591.00,591.00,6388.00 +1054377391,Try A Gramme EP,Indie Rock,Music,USD,2015-04-16,1000.00,2015-03-14 05:02:06,1657.00,successful,51,US,1657.00,1657.00,1000.00 +1054377857,1876 Triplicate Dragon Playing Cards Restoration (Relaunch),Playing Cards,Games,USD,2016-11-09,10000.00,2016-10-25 23:48:23,10492.00,successful,133,US,4990.00,10492.00,10000.00 +1054378026,Reece Ran's WINTER,Fiction,Publishing,USD,2014-10-30,1.00,2014-09-19 07:25:19,0.00,failed,0,US,0.00,0.00,1.00 +105437805,Roller Dreams,Documentary,Film & Video,USD,2011-08-20,10000.00,2011-07-21 00:02:02,11102.00,successful,130,US,11102.00,11102.00,10000.00 +1054382452,24 on Sunset,Webseries,Film & Video,USD,2012-04-14,75000.00,2012-03-15 21:03:16,0.00,failed,0,US,0.00,0.00,75000.00 +105438772,Collection for publication of TPUN,Fiction,Publishing,USD,2017-04-08,2000.00,2017-03-24 05:07:03,135.00,failed,4,US,55.00,135.00,2000.00 +1054392874,15 Years of War: A groundbreaking new memoir,Nonfiction,Publishing,USD,2016-04-22,5000.00,2016-03-23 18:16:36,5092.00,successful,145,US,5092.00,5092.00,5000.00 +105439576,Bombay Pets Coffee Table Book,Art Books,Publishing,USD,2013-08-31,3500.00,2013-08-01 08:10:22,3822.50,successful,69,US,3822.50,3822.50,3500.00 +105439786,The Thread,Webseries,Film & Video,USD,2012-03-25,17500.00,2012-02-24 14:51:16,100.00,failed,1,US,100.00,100.00,17500.00 +1054398719,The Picture,Thrillers,Film & Video,USD,2015-01-02,500.00,2014-12-03 19:13:34,215.00,failed,4,US,215.00,215.00,500.00 +1054402523,Guards Against Insanity: A Naughty CAH Expansion Pack,Tabletop Games,Games,GBP,2016-06-25,10000.00,2016-05-26 16:00:24,8641.00,failed,363,GB,12625.53,11477.72,13282.86 +1054403018,Kickstarter 7th birthday memorable gift (Canceled),Crafts,Crafts,USD,2016-05-19,2000.00,2016-04-28 12:32:41,0.00,canceled,0,US,0.00,0.00,2000.00 +1054403504,Pirate Land - A Swashbuckling Mobile Game,Mobile Games,Games,USD,2014-05-08,2000.00,2014-04-08 01:35:29,173.00,failed,13,US,173.00,173.00,2000.00 +1054405076,A Man and His Dog - Landscape and Wildlife Photography,Nature,Photography,USD,2017-04-19,20238.00,2017-03-05 18:46:40,66.00,failed,4,US,15.00,66.00,20238.00 +1054405931,Leavin' Prophetstown Project (Canceled),R&B,Music,USD,2014-11-08,20000.00,2014-09-09 21:35:19,220.00,canceled,7,US,220.00,220.00,20000.00 +1054411199,Social Seismology: Predicting Protests with Social Media,Software,Technology,USD,2015-09-13,10000.00,2015-08-14 21:52:40,100.00,canceled,1,US,100.00,100.00,10000.00 +1054415357,M? ?p (??t?nd?d pl??),Pop,Music,USD,2015-06-27,5000.00,2015-05-28 04:39:41,0.00,failed,0,US,0.00,0.00,5000.00 +"1054422515,""""""The Secret Weapon"""""",Film & Video,Film & Video,USD,2014-08-23,25000.00,2014-07-15 20:20:21,9162.00,failed,154,US,9162.00,9162.00,25000.00" +1054435109,Cleveland Guardians of Beer,Product Design,Design,USD,2015-11-11,6000.00,2015-09-27 15:15:28,1911.00,failed,40,US,1911.00,1911.00,6000.00 +1054441773,My Masterless Melody,Comic Books,Comics,USD,2016-12-19,550.00,2016-11-14 22:03:18,1446.66,successful,38,US,985.00,1446.66,550.00 +1054444581,WEST PORTAL Monthly Comic Book Series,Comic Books,Comics,USD,2015-07-17,30000.00,2015-06-17 22:16:32,16257.00,failed,294,US,16257.00,16257.00,30000.00 +1054450389,Radiant,Tabletop Games,Games,USD,2016-09-30,17000.00,2016-08-30 13:12:24,5420.52,failed,170,US,286.00,5420.52,17000.00 +1054454040,Scum and Villainy,Apparel,Fashion,USD,2015-07-28,2000.00,2015-05-29 20:49:50,805.00,failed,15,US,805.00,805.00,2000.00 +1054455826,Season 4 of The Corner: Sustaining and Growing,Performance Art,Art,USD,2016-07-29,3000.00,2016-07-01 17:13:13,5449.00,successful,55,US,3211.00,5449.00,3000.00 +1054455866,The BluBug - IoT and Wireless Programming Shield,DIY Electronics,Technology,USD,2016-11-29,1000.00,2016-10-30 03:41:55,2542.00,successful,47,US,947.00,2542.00,1000.00 +1054456712,7th Annual CHESS FEST Fun-draiser!,Games,Games,USD,2014-04-20,5000.00,2014-02-19 00:36:36,5371.00,successful,45,US,5371.00,5371.00,5000.00 +1054461465,Tales Of American Kings,Fiction,Publishing,USD,2014-04-11,1400.00,2014-03-12 00:38:25,1539.00,successful,37,US,1539.00,1539.00,1400.00 +"105446270,""Code Name """"The Village"""""",Music,Music,USD,2015-09-04,6000.00,2015-08-20 21:48:19,0.00,undefined,0,""N,0"""""",,0.00,6000.00" +1054465467,BrasEduca - eEducation for Brasil (Canceled),Technology,Technology,USD,2015-07-11,20000.00,2015-06-11 19:02:01,0.00,canceled,0,US,0.00,0.00,20000.00 +"1054470624,""[e]speranza: a cross-cultural, compassion-building gallery"",Public Art,Art,USD,2012-09-19,10000.00,2012-08-20 09:04:55,1761.00,failed,30,US,1761.00,1761.00,10000.00" +1054480724,Luminoodle COLOR & BASECAMP: Versatile & Portable Lighting,Product Design,Design,USD,2016-04-22,25000.00,2016-03-22 16:39:57,408052.00,successful,5085,US,408052.00,408052.00,25000.00 +1054481440,Love in the Kitchen,Shorts,Film & Video,USD,2013-09-05,500.00,2013-08-22 05:29:17,519.00,successful,15,US,519.00,519.00,500.00 +1054487022,Cry Wolf: Post Production For An Off-Kilter Horror,Film & Video,Film & Video,USD,2013-02-16,12000.00,2013-01-17 15:32:58,1565.00,failed,20,US,1565.00,1565.00,12000.00 +1054490382,Care Cups - Caffeine with a Mission,Food,Food,USD,2014-07-26,8000.00,2014-07-16 18:35:54,10400.00,successful,153,US,10400.00,10400.00,8000.00 +1054504616,the inspiration project,Art,Art,USD,2012-11-02,500.00,2012-10-03 21:23:04,585.00,successful,27,US,585.00,585.00,500.00 +1054515469,ROCKET GIRL,Theater,Theater,USD,2012-02-24,68000.00,2012-01-15 04:01:11,400.00,failed,6,US,400.00,400.00,68000.00 +1054519711,X-Bus: The Movie,Film & Video,Film & Video,CAD,2013-11-25,22500.00,2013-10-24 07:49:12,282.00,failed,12,CA,274.11,266.67,21276.60 +1054524277,Frisky Monkey Ready to unleash their New Album,Electronic Music,Music,USD,2013-01-19,3000.00,2012-12-20 02:02:58,341.00,failed,9,US,341.00,341.00,3000.00 +"1054528439,""INTWO - stylish, yet comfortable."",Design,Design,EUR,2016-11-05,10000.00,2016-09-06 20:01:23,25875.00,successful,141,DE,6180.64,28214.24,10904.06" +1054530594,All Natural for Beautiful Original You,DIY,Crafts,USD,2014-07-31,5000.00,2014-07-11 22:17:29,30.00,failed,2,US,30.00,30.00,5000.00 +10545318,'The Rhythm in Blue' The Movie,Narrative Film,Film & Video,USD,2013-04-12,15000.00,2013-03-08 01:03:16,17045.00,successful,88,US,17045.00,17045.00,15000.00 +1054535785,Infinity Yoga Mats | The New Shape of Yoga,Product Design,Design,USD,2017-11-09,25000.00,2017-10-10 15:57:30,32072.00,successful,283,US,8030.00,32072.00,25000.00 +1054538591,I Cried Out and He Heard Me,Poetry,Publishing,USD,2013-02-17,10000.00,2013-01-18 18:34:37,50.00,failed,1,US,50.00,50.00,10000.00 +105454206,BEE AMAZED! Learn Who's Who in the Hive.,Puzzles,Games,USD,2015-06-04,15000.00,2015-04-29 21:02:42,16800.00,successful,144,US,16800.00,16800.00,15000.00 +1054544730,Enamel Pins Set: Twisted Tales,Accessories,Fashion,USD,2017-04-12,300.00,2017-03-22 02:04:45,203.00,canceled,8,US,203.00,203.00,300.00 +1054547580,Nature Art on Birch Bark Encore,Painting,Art,USD,2016-10-01,200.00,2016-09-11 01:39:59,118.00,failed,4,US,59.00,118.00,200.00 +1054548412,Young Film Photographer Needs Help!,Fine Art,Photography,USD,2017-06-05,830.00,2017-05-26 22:43:20,10.00,failed,1,US,0.00,10.00,830.00 +1054549027,The DREAMCATCHER - Electronic Lucid Dream Induction Device,Product Design,Design,USD,2016-09-03,5000.00,2016-08-04 04:48:12,465.00,failed,5,US,0.00,465.00,5000.00 +1054560570,TOM,Shorts,Film & Video,GBP,2014-12-14,500.00,2014-11-14 19:51:43,575.00,successful,28,GB,906.96,899.76,782.40 +1054561880,Kommienezuspadt Unified Apparel Company,Fashion,Fashion,USD,2012-01-23,5000.00,2011-11-24 18:00:58,226.00,failed,9,US,226.00,226.00,5000.00 +1054563665,Fast Heist Online Game,Games,Games,USD,2013-04-14,11000.00,2013-03-29 10:56:28,75.00,failed,1,US,75.00,75.00,11000.00 +1054564686,The World's Best Cookware - And It's Made of Crystal!,Hardware,Technology,USD,2016-06-10,50000.00,2016-05-27 15:36:01,478.00,failed,5,US,478.00,478.00,50000.00 +105456515,Foreigner: Migration into Europe 2015–16,People,Photography,GBP,2016-05-11,18000.00,2016-04-16 00:05:54,20479.00,successful,235,GB,28971.54,29507.37,25935.48 +1054579866,UnderFlex: The Fit and Comfort Revolution for Underwear,Apparel,Fashion,USD,2016-08-24,25000.00,2016-07-20 23:35:39,2093.00,canceled,36,US,659.00,2093.00,25000.00 +"1054581294,""Klik | Universal Magnetic Adapter (Micro, Lightning, Type-C)"",Gadgets,Technology,USD,2017-06-21,22500.00,2017-05-07 03:52:02,91.00,failed,7,US,45.00,91.00,22500.00" +"105459047,""Help Andreas Create - """"The City Lights"""" - EP"",Hip-Hop,Music,USD,2016-01-27,2500.00,2016-01-12 04:08:25,6.00,failed,1,US,6.00,6.00,2500.00" +1054595446,Moai - Affordable High-Resolution Laser SLA 3D printer,3D Printing,Technology,USD,2017-04-24,30000.00,2017-03-21 17:20:36,254412.00,successful,266,US,56808.00,254412.00,30000.00 +1054597975,Redesign Kids Bog. Sy bæredygtigt til børn af genbrugstøj.,Nonfiction,Publishing,DKK,2015-07-04,22000.00,2015-06-04 10:15:30,22755.00,successful,28,DK,3395.07,3410.47,3297.31 +1054600438,Deck of the Extraordinary Voyages,Tabletop Games,Games,USD,2012-10-05,13500.00,2012-09-05 02:16:10,32404.00,successful,891,US,32404.00,32404.00,13500.00 +105460240,The Great Amish Sock Adventure - A Mockumentary Short,Comedy,Film & Video,USD,2014-08-22,2000.00,2014-07-28 22:25:41,678.00,failed,36,US,678.00,678.00,2000.00 +105460340,DaNCEBUMS Buy Us More Snacks Tour,Performances,Dance,USD,2017-09-01,3500.00,2017-08-01 16:00:10,6311.00,successful,140,US,365.00,6311.00,3500.00 +1054609504,CARICATURES by CamellaGOart-Custom Order E-mail art to GO!,Art,Art,USD,2016-09-20,3000.00,2016-08-21 23:35:48,51.00,failed,2,US,0.00,51.00,3000.00 +1054613231,Castor's Easy Readers,Children's Books,Publishing,USD,2016-10-21,4500.00,2016-09-21 15:33:38,4778.00,successful,119,US,1033.00,4778.00,4500.00 +1054613937,Rap.com,Hip-Hop,Music,USD,2016-03-05,5000.00,2016-02-09 08:07:57,0.00,failed,0,US,0.00,0.00,5000.00 +1054615272,Ruination - 54mm Heroic Fantasy Battle Game,Tabletop Games,Games,GBP,2013-04-10,1000.00,2013-03-11 10:09:17,1178.00,successful,22,GB,1757.70,1809.50,1536.07 +1054624481,Harbour Bridges - Board Game of Sydney and Auckland,Tabletop Games,Games,NZD,2015-06-14,18000.00,2015-05-13 12:07:49,3385.00,failed,68,NZ,2490.72,2333.20,12406.95 +1054635980,Expanding Student's Horizons Through the Arts,Performance Art,Art,USD,2016-04-11,2000.00,2016-03-19 12:59:40,20.00,failed,1,US,20.00,20.00,2000.00 +"1054636515,""Making Dance Accessible to All, One Step at a Time"",Dance,Dance,USD,2014-03-16,2500.00,2014-02-28 19:33:03,36.00,failed,3,US,36.00,36.00,2500.00" +1054646858,In a Jam,Farmer's Markets,Food,AUD,2014-09-05,9000.00,2014-08-06 03:40:00,1.00,failed,1,AU,0.93,0.94,8428.54 +"1054650093,""Drop Proof screen protectors, no more cracked screens!"",Gadgets,Technology,USD,2017-06-23,500.00,2017-05-24 02:22:10,637.00,successful,25,US,29.00,637.00,500.00" +1054657017,Retreat Center / Yoga Studio website and ecommerce,Web,Technology,USD,2015-01-01,22000.00,2014-11-25 02:02:07,1.00,failed,1,US,1.00,1.00,22000.00 +1054658322,Allagash Vinyl Pressing,Metal,Music,CAD,2016-03-07,2200.00,2016-02-06 04:18:34,2286.00,successful,74,CA,1657.06,1724.89,1660.00 +1054660900,Food Friendly ABCs,Children's Books,Publishing,USD,2012-07-23,3000.00,2012-05-24 05:55:19,105.00,failed,4,US,105.00,105.00,3000.00 +1054664688,All Emotions in a Single Art Piece,Painting,Art,EUR,2015-06-17,4850.00,2015-05-18 21:16:53,0.00,failed,0,DE,0.00,0.00,5480.04 +1054666937,MY DINNER WITH THE KLINES,Art,Art,USD,2012-09-01,3000.00,2012-07-03 20:48:01,3132.00,successful,58,US,3132.00,3132.00,3000.00 +1054668365,La Petite Zelda goes to Paris,Children's Books,Publishing,USD,2011-05-26,7000.00,2011-04-26 21:07:10,11342.00,successful,141,US,11342.00,11342.00,7000.00 +1054669826,Divine Feminine Art Project: Burningman 2012 Fertility 2.0,Sculpture,Art,USD,2012-08-15,3000.00,2012-06-16 01:01:39,3030.00,successful,46,US,3030.00,3030.00,3000.00 +1054672256,Dreameets: A revolutionary pillow originated from nature,Product Design,Design,USD,2017-10-29,5000.00,2017-08-30 17:09:34,18040.00,successful,152,US,1286.00,18040.00,5000.00 +1054674808,Pixel Art - help support aspiring artists,Painting,Art,GBP,2014-11-04,3000.00,2014-10-05 20:56:58,201.00,failed,6,GB,321.00,317.97,4745.86 +1054677448,Jingle and Bella Save Christmas,Children's Books,Publishing,USD,2013-11-29,2000.00,2013-10-30 17:16:14,65.00,failed,6,US,65.00,65.00,2000.00 +1054681868,Human Rvolution,Apparel,Fashion,USD,2016-02-17,100000.00,2015-12-19 21:55:10,0.00,failed,0,US,0.00,0.00,100000.00 +1054683351,Giving voice to immigrant cultures,Classical Music,Music,USD,2012-02-22,5000.00,2012-01-03 10:10:20,180.00,failed,5,US,180.00,180.00,5000.00 +1054692022,The Tomb Of Naomi MiniComic,Comics,Comics,USD,2013-02-13,100.00,2013-01-14 17:44:44,801.00,successful,65,US,801.00,801.00,100.00 +1054699365,Biohazard 2012,Fiction,Publishing,USD,2012-07-07,8000.00,2012-06-07 20:01:21,952.99,failed,18,US,952.99,952.99,8000.00 +1054729877,Drag Jet Bike,Product Design,Design,GBP,2014-01-19,2000.00,2013-11-20 19:25:40,1127.00,failed,46,GB,1815.07,1860.47,3301.64 +1054730846,On The Glo - secretly reflective cycling beanies and snoods.,Knitting,Crafts,GBP,2015-11-24,2500.00,2015-10-23 11:34:35,4707.00,successful,167,GB,7262.24,7084.91,3762.96 +1054732374,Mermaids,Photography,Photography,USD,2012-09-27,2800.00,2012-08-28 19:07:45,3884.11,successful,61,US,3884.11,3884.11,2800.00 +1054739074,Ava Blue Bikini,Fashion,Fashion,EUR,2018-01-10,7000.00,2017-12-11 19:07:11,80.00,live,4,NL,64.75,97.10,8495.87 +1054744980,Art:Work,Art,Art,USD,2015-10-17,1050.00,2015-10-07 18:37:22,1915.00,successful,27,US,1915.00,1915.00,1050.00 +1054752124,North Hero,Music,Music,USD,2012-11-21,6500.00,2012-10-22 17:59:53,7282.59,successful,192,US,7282.59,7282.59,6500.00 +1054753275,Illustrated Guide to Greek/Roman Mythology for Children,Children's Books,Publishing,USD,2013-08-14,200.00,2013-07-15 20:28:33,1.00,failed,1,US,1.00,1.00,200.00 +"1054756637,""""""NATURE"""": beautiful hand crafted and original jewellery line"",Art,Art,GBP,2015-03-10,1800.00,2015-01-09 01:10:22,111.00,failed,5,GB,168.08,164.07,2660.56" +1054756661,411 Press Fundraiser,Journalism,Journalism,USD,2012-02-07,700.00,2011-12-09 04:32:23,950.00,successful,22,US,950.00,950.00,700.00 +1054757773,Paper Adventure: A FUN way for the whole family to game!,Tabletop Games,Games,USD,2017-11-28,25.00,2017-11-19 06:24:37,173.00,successful,40,US,129.00,173.00,25.00 +"1054761168,""Artist Residency in Toronto, Canada (Canceled)"",Photography,Photography,USD,2011-05-21,1200.00,2011-04-20 03:50:55,0.00,canceled,0,US,0.00,0.00,1200.00" +1054763597,Let's create a fantastic New York Diner in London!,Restaurants,Food,GBP,2014-12-28,70000.00,2014-10-29 23:06:18,0.00,canceled,0,GB,0.00,0.00,108078.06 +1054771521,Kickstart This is a Movement's New EP,Indie Rock,Music,USD,2011-08-20,500.00,2011-07-21 02:21:25,500.50,successful,16,US,500.50,500.50,500.00 +"1054792015,""Build an Audiobook Library of 55,000 Titles & Take on Amazon"",Fiction,Publishing,USD,2014-09-10,12000.00,2014-08-06 03:15:21,12806.00,successful,159,US,12806.00,12806.00,12000.00" +1054796771,My first mixtape showcasing fund,Hip-Hop,Music,USD,2014-09-29,15000.00,2014-08-30 06:31:23,2.00,failed,1,US,2.00,2.00,15000.00 +1054796884,42 Gram Soul - A paranormal webcomic adventure!,Comics,Comics,USD,2013-11-21,1000.00,2013-10-22 22:38:50,171.00,failed,6,US,171.00,171.00,1000.00 +1054799365,MILES,Action,Film & Video,USD,2014-03-22,40000.00,2014-02-20 07:22:26,43208.00,successful,190,US,43208.00,43208.00,40000.00 +1054805908,THE DRAWINGS OF BOB PEAK - NEW BOOK!,Art Books,Publishing,USD,2015-03-02,42000.00,2015-01-16 22:10:30,19836.00,failed,272,US,19836.00,19836.00,42000.00 +1054812766,GOOD GOOD TROUBLE ON BAD BAD ISLAND @ FRINGE NYC! ,Theater,Theater,USD,2010-08-21,800.00,2010-07-25 02:40:13,925.20,successful,25,US,925.20,925.20,800.00 +1054818588,Philosophy: the Game.,Tabletop Games,Games,USD,2016-08-24,2500.00,2016-07-25 01:02:35,2887.00,successful,119,US,501.00,2887.00,2500.00 +1054819632,The real italian pizza for everyone.,Food,Food,EUR,2015-12-16,150000.00,2015-10-17 12:50:19,0.00,failed,0,IT,0.00,0.00,162539.96 +1054823694,Crack the Books - Digital Books Evolved,Children's Books,Publishing,USD,2014-04-30,150000.00,2014-03-31 14:56:23,18769.00,failed,235,US,18769.00,18769.00,150000.00 +1054824399,Self publish my book Adventures with Jazzy,Children's Books,Publishing,CAD,2017-10-13,1000.00,2017-09-13 21:16:21,0.00,failed,0,CA,0.00,0.00,800.06 +1054828506,THE YEAR 2015 Calendar (Canceled),Graphic Design,Design,USD,2014-12-14,5000.00,2014-11-19 14:12:19,26.00,canceled,2,US,26.00,26.00,5000.00 +"1054836924,""Pinkerton's Episode one """"Secret Mission"""" (Canceled)"",Shorts,Film & Video,USD,2013-06-21,2000.00,2013-05-24 19:59:32,257.00,canceled,15,US,257.00,257.00,2000.00" +1054842968,A Midsummer Night's Dream,Romance,Film & Video,CAD,2014-05-30,520.00,2014-05-10 12:15:02,520.00,successful,6,CA,479.79,479.88,479.88 +1054849039,The Odds are Against Us: A Military-Fiction Anthology,Anthologies,Publishing,USD,2017-03-23,1000.00,2017-02-21 19:09:51,1269.00,successful,34,US,5.00,1269.00,1000.00 +1054851522,Esterbrook Luxury Pens and Fine Writing Instruments,Product Design,Design,USD,2015-03-04,10000.00,2015-01-28 04:34:21,1634.00,failed,32,US,1634.00,1634.00,10000.00 +1054852440,The Extreme Tour,Indie Rock,Music,USD,2016-07-01,1500.00,2016-06-06 16:32:11,1838.00,successful,24,US,1838.00,1838.00,1500.00 +1054854897,Keep Calm & Slither On: All in 1 Project,Tabletop Games,Games,USD,2017-03-22,77.00,2017-03-15 22:33:37,103.00,successful,8,US,48.00,103.00,77.00 +1054855667,Vail Ski Bunnies Provocative Pictorial Calendar (Canceled),Periodicals,Publishing,USD,2012-05-25,5750.00,2012-04-25 18:44:57,2735.02,canceled,17,US,2735.02,2735.02,5750.00 +1054860858,Shade's NSFW Rule34 Art Book! *Second Print Run*,Comic Books,Comics,USD,2016-02-27,4000.00,2016-02-06 00:39:31,2024.00,failed,52,US,2024.00,2024.00,4000.00 +1054867824,3 Song EP and Radio Show for Dave Allen,Country & Folk,Music,USD,2012-08-23,1500.00,2012-07-24 02:22:01,2300.00,successful,56,US,2300.00,2300.00,1500.00 +1054878288,TRUE REVIEW,Video Games,Games,USD,2017-07-20,2000.00,2017-06-20 17:29:59,50.00,failed,1,US,50.00,50.00,2000.00 +1054883692,A Painted House A Day- 183 Days of Art Houses,Mixed Media,Art,USD,2014-05-10,1200.00,2014-04-10 22:27:12,148.00,failed,4,US,148.00,148.00,1200.00 +1054889088,Little Red Brick House,Spaces,Theater,USD,2017-04-05,19000.00,2017-02-21 21:41:54,19176.00,successful,37,US,0.00,19176.00,19000.00 +1054907855,GRINDHOUSE MUSICAL: Featuring Local and JAWS: The Musical!,Theater,Theater,USD,2011-06-06,600.00,2011-05-07 20:10:21,600.00,successful,19,US,600.00,600.00,600.00 +1054912415,a quiet sip of coffee,Theater,Theater,USD,2010-12-13,4000.00,2010-11-25 07:11:06,4000.00,successful,29,US,4000.00,4000.00,4000.00 +1054914529,Minister of Self Defense,Narrative Film,Film & Video,USD,2012-01-16,1000.00,2011-12-17 01:49:34,110.00,failed,4,US,110.00,110.00,1000.00 +1054919350,We Shall Rise -The Last of Us Fan Film,Horror,Film & Video,USD,2016-12-04,5000.00,2016-10-05 20:27:44,5.00,failed,1,US,0.00,5.00,5000.00 +1054919638,Adorable Animal Enamel Pin Collection,Accessories,Fashion,USD,2017-09-07,4700.00,2017-08-14 19:21:21,5511.00,successful,108,US,573.00,5511.00,4700.00 +1054931033,Monster Feast,Animation,Film & Video,USD,2012-10-06,2000.00,2012-09-06 18:33:16,2210.37,successful,72,US,2210.37,2210.37,2000.00 +1054935396,SWW Adventures Presents: The Inca Trail,Publishing,Publishing,USD,2015-09-07,20000.00,2015-08-08 21:13:46,510.00,failed,2,US,510.00,510.00,20000.00 +1054941099,My Father's Book Of Southern Italian Peasant Food,Cookbooks,Food,USD,2015-04-13,27000.00,2015-03-14 00:42:06,79.00,failed,4,US,79.00,79.00,27000.00 +"1054950003,""Vieux Carre: from Binghamton, NY to Provincetown, MA"",Plays,Theater,USD,2014-09-01,5000.00,2014-08-15 02:36:30,5673.00,successful,68,US,5673.00,5673.00,5000.00" +1054954678,'Indivisible' Vol. 1,Comics,Comics,USD,2014-04-16,4000.00,2014-03-12 19:02:03,826.00,failed,51,US,826.00,826.00,4000.00 +1054965019,Hardcore & Lethal Issue 1,Comics,Comics,USD,2016-10-01,1500.00,2016-08-26 16:32:10,1548.00,successful,23,US,307.00,1548.00,1500.00 +1054966470,Fluffy Bunny Tea Party - A card game of ruthless politeness.,Tabletop Games,Games,USD,2011-10-10,4400.00,2011-09-06 15:35:40,5388.53,successful,151,US,5388.53,5388.53,4400.00 +1054980563,My God Is A Good One Yes Indeed (Canceled),Pop,Music,USD,2016-06-16,2000.00,2016-05-17 01:06:24,0.00,canceled,0,US,0.00,0.00,2000.00 +1054981188,Blackschmidt’s Treasure,Video Games,Games,USD,2014-10-30,10000.00,2014-10-09 03:50:44,402.00,failed,7,US,402.00,402.00,10000.00 +1054983814,Girrion Book 1 The Chrysalis & the Stone Issue 7,Graphic Novels,Comics,USD,2017-06-21,4400.00,2017-05-21 15:26:21,6357.33,successful,276,US,3055.00,6357.33,4400.00 +1054984310,Brave Girl - The Movie,Shorts,Film & Video,USD,2011-05-19,30000.00,2011-03-17 03:56:23,31239.00,successful,177,US,31239.00,31239.00,30000.00 +"1054989407,""Outrageous Conduct: Humor, Suspense with """"twists and burns"""""",Fiction,Publishing,USD,2012-07-26,6500.00,2012-06-26 00:28:07,45.00,failed,2,US,45.00,45.00,6500.00" +"1054989753,""SolAir - free driving on air, solar compressed air cars -"",Hardware,Technology,AUD,2014-09-08,85000.00,2014-07-25 02:15:32,11.00,failed,2,AU,10.37,9.96,76950.93" +"1054990035,""Mine, All Mine! - Countdown"",Tabletop Games,Games,USD,2015-01-19,1.00,2015-01-06 04:37:00,1281.00,successful,145,US,1281.00,1281.00,1.00" +1054992770,Identifying Sponge Disease on Florida Reefs,Technology,Technology,USD,2012-10-12,17600.00,2012-09-02 17:13:01,1280.00,failed,56,US,1280.00,1280.00,17600.00 +1054993828,Suicide Prevention Clothing Line Startup!,Art,Art,USD,2016-11-04,500.00,2016-10-05 01:04:23,1.00,failed,1,US,0.00,1.00,500.00 +1054994829,Outpost One,Science Fiction,Film & Video,USD,2014-07-19,205000.00,2014-05-20 05:20:18,50.00,failed,6,US,50.00,50.00,205000.00 +1054999254,Anthology of Stories from LGBT Nepal,Nonfiction,Publishing,USD,2013-06-27,4900.00,2013-05-28 03:49:11,7219.00,successful,149,US,7219.00,7219.00,4900.00 +"1055002005,""The David Birkenhead Project, Book 1"",Graphic Novels,Comics,USD,2014-06-21,20000.00,2014-05-17 04:52:18,2287.00,failed,38,US,2287.00,2287.00,20000.00" +1055002498,The Bridge That Brought Us Over: The History of Gospel Music,Plays,Theater,USD,2015-01-11,5000.00,2014-12-18 01:32:23,110.00,failed,4,US,110.00,110.00,5000.00 +1055014309,The GENESIS Artist Easel - Where your creations begin!,Product Design,Design,USD,2014-05-13,60000.00,2014-04-13 20:57:56,1179.00,failed,9,US,1179.00,1179.00,60000.00 +1055016757,As Long As There Are Animals,Animals,Photography,GBP,2014-08-24,15000.00,2014-07-23 19:26:46,25567.00,successful,173,GB,43665.76,42396.15,24873.56 +1055020063,Hora Infernal Webseries,Webseries,Film & Video,MXN,2017-07-23,30000.00,2017-06-23 18:07:02,30610.00,successful,35,MX,194.63,1725.38,1691.00 +1055031803,Oculus,Shorts,Film & Video,USD,2012-01-01,1500.00,2011-12-05 21:01:14,1580.00,successful,20,US,1580.00,1580.00,1500.00 +"1055033737,""Dead Rose Symphony """"The Destroying Angel"""""",Music,Music,USD,2013-11-10,3995.00,2013-10-06 23:17:26,290.00,failed,7,US,290.00,290.00,3995.00" +"1055042527,""""""E-Dogz"""" Mobile Culinary Community Center "",Food,Food,USD,2011-01-28,3000.00,2010-12-14 23:53:33,3342.00,successful,86,US,3342.00,3342.00,3000.00" +1055046978,MyTrack Navigator,Wearables,Technology,USD,2017-04-30,185000.00,2017-03-31 00:10:54,51.00,failed,2,US,1.00,51.00,185000.00 +1055047429,Album release for my deceased father's record: Antillano,World Music,Music,USD,2012-02-24,2000.00,2012-01-25 16:54:30,627.00,failed,18,US,627.00,627.00,2000.00 +1055056096,God’s Glory Bible - the Holy Bible Honoring God & Country,Nonfiction,Publishing,USD,2015-12-08,17500.00,2015-11-12 23:10:30,0.00,failed,0,US,0.00,0.00,17500.00 +1055056375,Mermaid Statues of Earth - A Beautiful Coffee Table Book,Public Art,Art,USD,2017-09-17,25000.00,2017-08-20 13:19:11,26370.00,successful,202,US,4270.00,26370.00,25000.00 +"1055068255,""""""The Rounds"""" by Justin Moriarty, presented by EggSalad"",Experimental,Theater,USD,2016-08-10,4000.00,2016-07-10 05:42:43,4018.00,successful,61,US,0.00,4018.00,4000.00" +1055068310,La Crosse SOUP er Student Fund,Civic Design,Design,USD,2015-12-08,10000.00,2015-11-07 10:41:33,11015.00,successful,96,US,11015.00,11015.00,10000.00 +1055069140,Grey Griffins: Night of Dragons,Fiction,Publishing,USD,2013-10-09,10000.00,2013-09-09 16:07:41,2314.00,failed,51,US,2314.00,2314.00,10000.00 +"105506916,""A mzungu movin' in ... Life in the slum of Kibera, Kenya."",Nonfiction,Publishing,SEK,2015-05-05,36000.00,2015-03-31 20:52:57,4821.00,failed,15,SE,560.79,582.03,4346.20" +1055071607,The Paper Free Office,Nonfiction,Publishing,AUD,2015-04-17,105000.00,2015-03-18 20:55:08,0.00,failed,0,AU,0.00,0.00,82031.25 +1055076541,The Canvas,Painting,Art,SEK,2015-02-24,20000.00,2015-01-22 01:34:37,10.00,failed,2,SE,1.23,1.20,2399.32 +1055081984,Leverage - A Multitool Reimagined,Product Design,Design,GBP,2016-04-01,1320.00,2016-03-02 15:06:27,2337.00,successful,125,GB,3258.09,3344.16,1888.87 +1055100588,Speculative Spirits: Apparel Inspired by Liquor + Fiction,Illustration,Art,USD,2015-12-04,5000.00,2015-11-03 22:31:03,5834.00,successful,81,US,5834.00,5834.00,5000.00 +1055111438,Putty Buddy: The 2-in-1 Putting Register,Product Design,Design,CAD,2015-03-21,15300.00,2015-02-19 15:00:52,1145.00,failed,17,CA,923.48,915.34,12231.19 +1055112560,Darkest Hour,Shorts,Film & Video,USD,2011-07-28,4000.00,2011-06-28 17:39:46,4052.47,successful,25,US,4052.47,4052.47,4000.00 +1055112987,Let's Launch Underpar's S/S 2012 Collection,Fashion,Fashion,USD,2011-05-06,5000.00,2011-02-04 03:51:07,5115.00,successful,35,US,5115.00,5115.00,5000.00 +1055118056,Team Synergy Vol. 1: Spellbound,Comics,Comics,USD,2017-02-25,3500.00,2017-01-13 18:00:47,4110.00,successful,121,US,195.00,4110.00,3500.00 +1055131023,Artisha K. - First Album,Faith,Music,USD,2016-07-09,5000.00,2016-06-09 02:21:00,360.00,failed,7,US,340.00,360.00,5000.00 +1055134635,My FIRST Big Be Fabulous Children's Diary,Publishing,Publishing,GBP,2017-09-30,7000.00,2017-08-31 22:45:25,94.00,canceled,4,GB,49.15,122.91,9152.72 +105514528,Scarf (Canceled),Narrative Film,Film & Video,USD,2012-01-01,5000.00,2011-11-22 23:29:53,100.00,canceled,1,US,100.00,100.00,5000.00 +1055157277,DJ's Brewery,Drinks,Food,USD,2016-01-03,30000.00,2015-11-28 00:55:12,0.00,failed,0,US,0.00,0.00,30000.00 +"1055158128,""A Butterfly's Kiss, a children's book by David Faustina"",Children's Books,Publishing,USD,2017-05-02,7650.00,2017-04-06 21:12:57,7670.00,successful,88,US,152.00,7670.00,7650.00" +105516547,The Typography of Music Lecture & Concert (Canceled),Classical Music,Music,USD,2012-02-21,1032.00,2012-01-17 03:31:20,24.00,canceled,1,US,24.00,24.00,1032.00 +1055167541,3-Squared - Newest Board Game Hit,Tabletop Games,Games,USD,2011-12-11,15000.00,2011-10-12 15:32:09,102.00,failed,6,US,102.00,102.00,15000.00 +1055167670,Exquisite Music,Music,Music,GBP,2016-04-24,34000.00,2016-03-25 21:42:27,1.00,failed,1,GB,1.41,1.46,49689.44 +"1055175727,""Help build the """"Big Gold Word Bubble"""""",Sculpture,Art,USD,2013-06-30,800.00,2013-06-03 19:44:49,940.30,successful,28,US,940.30,940.30,800.00" +105517959,Alpha Gaming,Video Games,Games,USD,2017-06-15,500.00,2017-05-16 20:39:45,0.00,failed,0,US,0.00,0.00,500.00 +1055180788,eDOTcore: a bit more than an Arduino Uno board,DIY Electronics,Technology,EUR,2017-04-26,2000.00,2017-03-22 21:03:36,32.00,failed,3,IT,34.42,34.98,2186.01 +1055181022,Floor Flora,Children's Books,Publishing,USD,2015-04-07,6000.00,2015-03-08 03:58:44,50.00,failed,1,US,50.00,50.00,6000.00 +105518273,12 HOURS - a short film (Canceled),Shorts,Film & Video,USD,2012-11-15,6500.00,2012-10-16 02:06:58,0.00,canceled,0,US,0.00,0.00,6500.00 +"1055188155,""UART HAT extra 1,2,4,8 UART for Raspberry Pi Zero B+ 2B 3B"",Technology,Technology,GBP,2016-08-30,1500.00,2016-07-25 12:35:01,330.00,failed,9,GB,35.47,438.37,1992.59" +1055188163,Phantom of the Opera Clash of Frankenstein. FUNNY VIDEO,Publishing,Publishing,USD,2015-04-01,12000.00,2015-03-02 18:32:42,0.00,canceled,0,US,0.00,0.00,12000.00 +1055194153,Horizon Video Games,Video Games,Games,USD,2015-07-10,120000.00,2015-06-05 06:03:13,25.00,failed,1,US,25.00,25.00,120000.00 +1055197426,Billy and the Last Strawberry: A Picture Book with ZOMBIES!,Children's Books,Publishing,USD,2016-11-17,5000.00,2016-10-26 20:39:00,401.00,canceled,19,US,196.00,401.00,5000.00 +1055198818,Cortlandt's Pizza Pub,Restaurants,Food,USD,2014-12-27,21400.00,2014-11-17 22:27:56,3550.00,failed,25,US,3550.00,3550.00,21400.00 +1055201018,HELP J BIZ R RAIZE FUNDZ FOR HIS FIRST NATIONAL TOUR IN 2015,Mixed Media,Art,USD,2015-04-30,2500.00,2015-03-20 02:35:53,100.00,canceled,1,US,100.00,100.00,2500.00 +1055201028,BCA Keystone Series,Technology,Technology,USD,2016-08-21,5000.00,2016-06-22 18:09:01,1243.00,failed,24,US,776.00,1243.00,5000.00 +1055220510,Still McFly: Limited Edition 30th Anniversary Series,Graphic Design,Design,USD,2015-10-08,6000.00,2015-09-25 21:11:13,2381.00,failed,37,US,2381.00,2381.00,6000.00 +1055225980,The next 3 issues of the Raging Pelican,Periodicals,Publishing,USD,2012-09-23,6000.00,2012-08-24 18:58:52,6556.00,successful,106,US,6556.00,6556.00,6000.00 +1055227661,Restless Minds: Imagination (A Comic Anthology)! (Canceled),Anthologies,Comics,USD,2016-03-04,4000.00,2016-02-03 23:09:49,1272.00,canceled,44,US,1272.00,1272.00,4000.00 +"105524566,""27, Memory Lane - The World Premiere!"",Narrative Film,Film & Video,GBP,2014-03-14,600.00,2014-01-24 14:44:03,352.00,failed,14,GB,583.24,584.14,995.69" +1055246463,Elder Gods,Theater,Theater,USD,2012-02-23,2000.00,2012-01-24 17:22:00,487.55,failed,11,US,487.55,487.55,2000.00 +1055251391,Derailed - The Feature Film,Drama,Film & Video,CAD,2017-01-14,2000.00,2016-12-15 16:25:12,2135.00,successful,17,CA,167.53,1596.62,1495.66 +1055252078,the4threalm.com Comic Universe,Comics,Comics,USD,2012-12-18,7500.00,2012-11-18 02:11:40,291.00,failed,7,US,291.00,291.00,7500.00 +"1055254169,""Ettendant, childrens smartdevice usage and reward app!"",Apps,Technology,USD,2014-07-05,30000.00,2014-06-05 22:34:42,4.00,failed,4,US,4.00,4.00,30000.00" +105525776,Symphony #1 - Jon Steadman,Classical Music,Music,GBP,2013-08-03,1000.00,2013-06-04 18:43:25,450.00,failed,12,GB,684.15,698.65,1552.55 +105525820,Insinuations: What happens in the woods stays in the woods,Film & Video,Film & Video,USD,2012-07-28,3500.00,2012-06-28 22:10:55,115.00,failed,6,US,115.00,115.00,3500.00 +1055261065,World's First Interchangeable Pet Leash System || DressPups,Product Design,Design,USD,2016-01-27,20000.00,2015-11-30 16:02:01,400.00,canceled,4,US,400.00,400.00,20000.00 +105526956,The Daily Life of The Stormtrooper,Video Art,Art,EUR,2015-10-30,2500.00,2015-09-30 20:55:03,10.00,failed,1,DE,11.25,11.02,2754.24 +1055272014,DJ Apoc - Event Horizon album,Electronic Music,Music,USD,2012-06-23,5000.00,2012-05-24 20:48:56,10.00,failed,1,US,10.00,10.00,5000.00 +1055272393,Rover Blower® (Canceled),Product Design,Design,USD,2014-05-24,250000.00,2014-04-19 16:39:16,0.00,canceled,0,US,0.00,0.00,250000.00 +1055297995,Sawtooth Mine & Milling,Public Art,Art,USD,2014-09-26,35000.00,2014-08-27 07:19:56,31.00,failed,3,US,31.00,31.00,35000.00 +1055299136,Red Revolutions Apparel,Fashion,Fashion,USD,2012-08-10,5000.00,2012-07-01 00:22:26,220.00,failed,4,US,220.00,220.00,5000.00 +1055315898,cafetière Camper,Food Trucks,Food,GBP,2017-08-23,10000.00,2017-07-24 23:21:52,31.00,failed,2,GB,27.29,39.75,12823.14 +1055321274,NV Bakes = Discover variety of CHOREOS with a TWISTS.,Food,Food,CAD,2014-04-14,3500.00,2014-03-11 04:08:54,0.00,failed,0,CA,0.00,0.00,3179.22 +105532940,The Unimaginable Journey Of Peter Ertel - a documentary film,Documentary,Film & Video,USD,2015-12-10,19000.00,2015-11-10 00:31:51,50.00,canceled,1,US,50.00,50.00,19000.00 +1055329443,Tape Wallet,Product Design,Design,USD,2015-09-24,500.00,2015-08-25 18:44:35,5.00,failed,1,US,5.00,5.00,500.00 +1055349856,@Bartschland,Documentary,Film & Video,USD,2016-04-08,70000.00,2016-03-09 20:01:55,81279.00,successful,286,US,81279.00,81279.00,70000.00 +1055351729,Baking up Artisan Bread and Community at the bake house,Food,Food,USD,2010-12-06,12528.00,2010-10-22 06:04:23,250.00,failed,5,US,250.00,250.00,12528.00 +1055352027,Ganndroids,Product Design,Design,USD,2012-02-11,15000.00,2012-01-23 06:51:34,51.00,failed,3,US,51.00,51.00,15000.00 +1055353676,THE NEW PUBLIC IS GOING PUBLIC,Documentary,Film & Video,USD,2013-10-04,4500.00,2013-09-18 17:58:26,4649.00,successful,33,US,4649.00,4649.00,4500.00 +"1055356501,""Scott Golf USA Designs, You Dream it, I build it !"",Interactive Design,Design,USD,2015-04-05,25000.00,2015-03-06 18:06:22,475.00,failed,4,US,475.00,475.00,25000.00" +1055363731,Code Lyoko: Rebirth (Canceled),Animation,Film & Video,USD,2015-12-07,2000.00,2015-11-07 02:19:00,176.00,canceled,4,US,176.00,176.00,2000.00 +1055364931,Taken out of the city,People,Photography,GBP,2015-08-31,3000.00,2015-08-01 23:28:46,0.00,failed,0,GB,0.00,0.00,4567.88 +1055368745,h.o.m.e.,Workshops,Dance,USD,2017-08-17,250.00,2017-08-03 05:08:29,300.00,successful,14,US,175.00,300.00,250.00 +1055369979,uDesign App,Design,Design,USD,2012-05-06,5500.00,2012-03-22 17:42:54,69.00,failed,5,US,69.00,69.00,5500.00 +"1055372766,""MIGHTY DICE - High Quality, Awesome Value, Totally Kick Ass!"",Tabletop Games,Games,USD,2017-09-27,500.00,2017-09-06 19:10:47,71873.00,successful,982,US,20719.00,71873.00,500.00" +1055375956,Unifying the Divide: Bridge Painting Project,Public Art,Art,USD,2012-04-15,1200.00,2012-03-16 14:33:31,1521.00,successful,44,US,1521.00,1521.00,1200.00 +1055376501,Organic Chicken and Vegetable Farm,Farms,Food,USD,2014-12-18,200.00,2014-11-18 08:53:52,1.00,failed,1,US,1.00,1.00,200.00 +1055382880,Neural Prosthetics SDK,Software,Technology,USD,2015-11-07,15000.00,2015-09-08 17:46:45,40.00,failed,3,US,40.00,40.00,15000.00 +1055398890,Yinger custom surfboards 2012/ 100% hand shaped surfboards,Product Design,Design,USD,2012-10-04,5000.00,2012-09-04 03:46:16,770.00,failed,11,US,770.00,770.00,5000.00 +1055404303,The Kings of the Wastelands Issue #2,Comic Books,Comics,USD,2015-06-19,2000.00,2015-05-20 03:00:27,2286.00,successful,44,US,2286.00,2286.00,2000.00 +1055404470,Shattered Snow,Fiction,Publishing,USD,2012-02-29,1000.00,2012-01-30 16:09:13,25.00,failed,1,US,25.00,25.00,1000.00 +1055411511,Picture Of Life In Virginia (Canceled),Webseries,Film & Video,USD,2015-03-21,5000.00,2015-02-19 05:12:21,0.00,canceled,0,US,0.00,0.00,5000.00 +"1055414548,""Restoration Project's """"Firm Foundation"""" Album Series"",Indie Rock,Music,USD,2013-09-08,10000.00,2013-08-09 07:50:13,10578.00,successful,160,US,10578.00,10578.00,10000.00" +1055415597,The Cloth of Kings and Queens,Fashion,Fashion,USD,2017-06-10,25000.00,2017-05-27 18:05:36,2.00,failed,2,US,0.00,2.00,25000.00 +"1055418220,""""""TITANIC"""" the complete witness accounts and rare files."",Nonfiction,Publishing,USD,2015-05-22,5000.00,2015-04-22 15:50:10,0.00,failed,0,US,0.00,0.00,5000.00" +"1055425388,""Arkis Vir, a 4X Turn-Based Strategy Game"",Video Games,Games,USD,2014-05-17,10000.00,2014-04-17 14:01:53,6617.00,failed,70,US,6617.00,6617.00,10000.00" +"1055436370,""Success by the Dozen, A Web Series"",Webseries,Film & Video,USD,2013-10-20,5000.00,2013-10-10 22:52:14,0.00,failed,0,US,0.00,0.00,5000.00" +1055438420,Jenn Rawling 'Take the Air',Country & Folk,Music,USD,2011-12-12,3000.00,2011-11-12 02:23:44,3382.00,successful,70,US,3382.00,3382.00,3000.00 +1055445463,Three Cups Deep,Nonfiction,Publishing,USD,2013-09-12,6000.00,2013-08-13 15:59:45,320.00,failed,10,US,320.00,320.00,6000.00 +1055454023,Ouija Planchette stickers,Mixed Media,Art,USD,2016-05-05,450.00,2016-04-05 07:03:55,20.00,failed,2,US,20.00,20.00,450.00 +1055465113,The Most General Law of Relativity Obliterates Dark Matter,Space Exploration,Technology,USD,2017-10-13,199.00,2017-09-19 05:21:02,260.00,successful,4,US,0.00,260.00,199.00 +1055474659,Chicken & Beef Presents Monkey Gang The Mockumentary,Film & Video,Film & Video,USD,2011-10-30,500.00,2011-10-20 08:44:57,601.00,successful,5,US,601.00,601.00,500.00 +1055475580,GIZMO : The Pet Bowl (Canceled),Product Design,Design,USD,2014-01-04,10000.00,2013-12-05 20:01:37,46.00,canceled,2,US,46.00,46.00,10000.00 +105548185,Reflex: Bringing back the analogue SLR camera,Product Design,Design,GBP,2017-12-07,100000.00,2017-11-07 09:16:37,131964.00,successful,464,GB,18541.44,177037.83,134156.16 +1055487156,Something NEVER before done! Fiction evolved.,Fiction,Publishing,USD,2016-08-10,5000.00,2016-07-11 16:58:35,1131.00,failed,11,US,500.00,1131.00,5000.00 +105548832,Mandalorian Helmet with Electronics,Crafts,Crafts,USD,2013-10-06,250.00,2013-09-06 02:47:46,325.00,successful,5,US,325.00,325.00,250.00 +"1055506228,""The Horse in Motion presents """"Attempts on her Life"""""",Theater,Theater,USD,2014-04-05,5000.00,2014-03-04 22:11:21,5085.00,successful,81,US,5085.00,5085.00,5000.00" +1055507954,PHOTO PHILOSOPHY BOOK-PRINTING OF 100 LARGE FORMAT ART BOOKS,Art Books,Publishing,USD,2014-04-06,11000.00,2014-03-03 20:09:19,144.00,failed,3,US,144.00,144.00,11000.00 +1055510638,Rapture at Pale Gate,Video Games,Games,AUD,2016-12-06,4053.00,2016-11-06 04:04:03,2587.00,failed,54,AU,1612.22,1931.75,3026.43 +1055510847,The Delivery,Graphic Novels,Comics,USD,2014-06-28,12000.00,2014-05-29 03:57:05,4210.00,failed,34,US,4210.00,4210.00,12000.00 +1055513726,Support through Passion (Suspended),Games,Games,USD,2015-11-20,5000.00,2015-10-21 00:54:25,0.00,suspended,0,US,0.00,0.00,5000.00 +1055518908,72 Hours - 1 Film,Shorts,Film & Video,USD,2013-05-30,500.00,2013-05-23 01:39:00,531.00,successful,7,US,531.00,531.00,500.00 +1055523090,VOTA House Party Tour Contest for Pastor David,Music,Music,USD,2011-03-20,1000.00,2011-02-19 00:00:48,1100.00,successful,1,US,1100.00,1100.00,1000.00 +"1055524960,""Voices of A Thousand Angels Takes Flight to Joplin, MO"",Music,Music,USD,2011-07-02,5000.00,2011-06-16 19:53:58,150.00,failed,2,US,150.00,150.00,5000.00" +1055530367,The Lomo'Instant Automat Camera,Product Design,Design,USD,2016-10-05,100000.00,2016-08-31 11:03:37,919925.81,successful,5645,US,77581.00,919925.81,100000.00 +1055536873,Mother of Invention,Anthologies,Publishing,AUD,2017-07-01,20000.00,2017-06-01 03:00:14,24387.55,successful,594,AU,3728.09,18547.08,15210.28 +105554446,Epic R.A.G.E.,Tabletop Games,Games,USD,2016-07-29,5000.00,2016-06-29 03:30:26,679.00,failed,11,US,379.00,679.00,5000.00 +"1055546837,""Purple Screw, 3D printed joint to improve DIY PVC structures"",DIY,Crafts,USD,2017-11-12,3000.00,2017-10-13 19:01:30,25.00,canceled,2,US,0.00,25.00,3000.00" +1055548258,JUST CAUSE - a new comedy about love and war,Theater,Theater,USD,2012-01-12,10000.00,2011-12-13 23:38:18,1155.00,failed,8,US,1155.00,1155.00,10000.00 +1055552289,Captured Island Photography: Unique Landscapes & Nature,Nature,Photography,CAD,2016-12-01,2500.00,2016-11-01 18:31:21,201.00,failed,9,CA,86.49,151.09,1879.28 +105555620,Inspirational Moments clean pop music for all with love,Pop,Music,USD,2016-06-02,95000.00,2016-05-03 12:47:57,0.00,failed,0,US,0.00,0.00,95000.00 +105556440,Rollendes Museum: Tribut an das Porsche Service-Team,Conceptual Art,Art,EUR,2017-11-07,8500.00,2017-10-08 11:18:31,165.00,failed,5,DE,111.46,192.29,9905.95 +1055566424,Portable Dual Arduino (TM) Micro XPlorerBoard,DIY Electronics,Technology,USD,2014-04-02,26800.00,2014-03-03 19:50:51,32920.29,successful,169,US,32920.29,32920.29,26800.00 +1055571312,Sandwich/cupcake shop,Food,Food,GBP,2017-11-06,5000.00,2017-10-07 00:28:13,19.00,failed,2,GB,0.00,25.06,6593.87 +1055573340,Razor Metal TV Canal de Video/Metal,Web,Journalism,MXN,2017-08-01,50000.00,2017-06-02 21:06:14,1610.00,failed,2,MX,0.00,90.41,2807.73 +"1055577291,""RARRR!! Monster-Building, City-Crushing Card Game (Canceled)"",Tabletop Games,Games,USD,2013-10-14,25000.00,2013-09-06 02:33:48,3917.00,canceled,146,US,3917.00,3917.00,25000.00" +1055580118,Quiver Gaming Mat,Tabletop Games,Games,USD,2014-08-18,5000.00,2014-07-17 17:01:50,46781.00,successful,520,US,46781.00,46781.00,5000.00 +"1055594093,""Richard Chanel album - to include """"Anna Maria"""" and other songs. Make it happen. "",Country & Folk,Music,USD,2010-09-16,2000.00,2010-06-22 22:03:00,422.00,failed,12,US,422.00,422.00,2000.00" +10556153,Get Keeper of the Black Stones out into the world!,Fiction,Publishing,USD,2012-07-07,5000.00,2012-06-07 22:56:12,0.00,failed,0,US,0.00,0.00,5000.00 +1055622575,Young Echoes,Indie Rock,Music,USD,2014-12-21,10.00,2014-11-21 17:43:34,25.00,successful,1,US,25.00,25.00,10.00 +1055622705,Castle Crawler RPG,Mobile Games,Games,USD,2017-01-03,20000.00,2016-12-04 03:44:53,0.00,canceled,0,US,0.00,0.00,20000.00 +1055635592,DREAM OUTDOOR KITCHEN...CELEBRATE LIFE THROUGH FOOD,Product Design,Design,CAD,2015-03-16,37500.00,2015-01-28 00:07:02,267.00,failed,5,CA,214.50,210.70,29592.80 +1055635873,Patch and Paisley... 2.0,Product Design,Design,USD,2016-02-01,2200.00,2016-01-07 17:12:53,1.00,failed,1,US,1.00,1.00,2200.00 +1055642080,ONEGROUND | Handmade Designer Quality Shoes for $99,Fashion,Fashion,USD,2014-10-21,50000.00,2014-09-16 20:56:51,52630.00,successful,308,US,52630.00,52630.00,50000.00 +1055645409,Adelaide the Photo Box: Vintage Trailer Photobooth,Photography,Photography,USD,2016-08-25,9000.00,2016-07-26 03:28:55,55.00,failed,4,US,25.00,55.00,9000.00 +1055649742,That's What She Said Magazine - Issue #14,Print,Journalism,GBP,2017-12-29,330.00,2017-11-14 17:56:47,0.00,canceled,0,GB,0.00,0.00,446.07 +1055662746,MAKE 100 Fritz Lang DANCE OF DEATH Fine Art Print lost film,Publishing,Publishing,USD,2018-01-05,1313.00,2018-01-01 09:30:55,3254.00,live,15,US,3254.00,3254.00,1313.00 +1055664413,Kiski Area Upper Elementary Makerspace,Makerspaces,Technology,USD,2015-11-03,10000.00,2015-09-28 13:57:44,19020.00,successful,53,US,19020.00,19020.00,10000.00 +1055668961,Dreamy Wedding Dress (Canceled),Couture,Fashion,USD,2014-11-03,200.00,2014-10-02 22:36:32,20.00,canceled,1,US,20.00,20.00,200.00 +"1055679812,""The Misty Mountain String Band's debut EP """"Went to the Well"""""",Country & Folk,Music,USD,2013-05-17,1500.00,2013-04-17 23:09:07,3327.00,successful,130,US,3327.00,3327.00,1500.00" +1055682093,Sunfae Boutique - Eco Friendly Jewelry & Accessories,Accessories,Fashion,USD,2015-05-21,500.00,2015-04-21 18:12:59,0.00,failed,0,US,0.00,0.00,500.00 +"1055683848,""StällDesk - The Standing Desk, Reinvented."",Product Design,Design,USD,2016-12-17,20000.00,2016-11-15 17:00:25,22825.00,successful,100,US,414.00,22825.00,20000.00" +1055687655,Firedance Jewelry - Artisan Earrings,Jewelry,Fashion,USD,2016-09-02,500.00,2016-08-03 16:51:01,306.00,failed,19,US,0.00,306.00,500.00 +1055688346,Cats in a Cradle by a bunch of cat lovers,Publishing,Publishing,USD,2016-01-07,20000.00,2015-12-08 22:53:32,21.00,failed,3,US,21.00,21.00,20000.00 +1055688634,Sun & Cobalt: Blogger Created Activewear,Apparel,Fashion,USD,2016-04-16,25000.00,2016-03-10 19:55:41,15539.00,failed,33,US,15539.00,15539.00,25000.00 +1055691586,The Dwelling of Barghest,Fiction,Publishing,USD,2015-11-15,1100.00,2015-11-10 14:16:28,0.00,failed,0,US,0.00,0.00,1100.00 +1055705699,Grilled Dogfish,Shorts,Film & Video,USD,2011-02-26,500.00,2011-01-27 03:55:13,695.00,successful,19,US,695.00,695.00,500.00 +1055713198,Cornservatory Lobby Renovation Project,Theater,Theater,USD,2013-07-31,4000.00,2013-07-01 16:39:17,5366.01,successful,89,US,5366.01,5366.01,4000.00 +1055716692,10•38 The Film,Shorts,Film & Video,USD,2014-05-10,20000.00,2014-04-10 17:01:08,20340.66,successful,175,US,20340.66,20340.66,20000.00 +1055717673,Steve Mitchell and the Music of the Susquehanna Valley,Documentary,Film & Video,USD,2012-06-19,8500.00,2012-05-31 13:05:43,8802.00,successful,118,US,8802.00,8802.00,8500.00 +1055721429,Art Show Featuring Photography By Ron Hayman,Photography,Photography,USD,2012-09-25,2500.00,2012-09-05 00:45:40,22.00,failed,2,US,22.00,22.00,2500.00 +1055725885,'Here's the Thing...' Across America,Webseries,Film & Video,USD,2011-07-17,12000.00,2011-06-12 20:45:10,12356.00,successful,90,US,12356.00,12356.00,12000.00 +1055731959,Arab/Jewish Citizens Theater Project / Pascal Rambert,Plays,Theater,EUR,2017-07-30,15000.00,2017-07-01 08:57:33,676.00,failed,20,DE,308.89,802.28,17802.04 +1055733542,GSA Painting and Printmaking Catalogue Fund,Painting,Art,GBP,2014-05-24,750.00,2014-04-29 10:14:43,1070.81,successful,46,GB,1797.82,1791.97,1255.10 +1055733680,N.by.Nuño,Fashion,Fashion,USD,2014-08-31,550.00,2014-08-01 00:38:03,0.00,failed,0,US,0.00,0.00,550.00 +1055736348,My Day Planner,Stationery,Crafts,USD,2016-12-12,42000.00,2016-11-12 23:33:00,61.00,canceled,5,US,0.00,61.00,42000.00 +1055740850,Sneaksheets,Footwear,Fashion,USD,2015-12-16,20000.00,2015-11-01 03:23:31,0.00,failed,0,US,0.00,0.00,20000.00 +1055744488,Apostle Of Humanity,Webseries,Film & Video,USD,2016-07-13,10000.00,2016-05-23 05:52:57,11.00,failed,2,US,1.00,11.00,10000.00 +1055747292,Shakespeare on Vacation,Theater,Theater,USD,2013-07-14,3000.00,2013-06-08 06:11:31,415.00,failed,10,US,415.00,415.00,3000.00 +"1055756969,""""""Beyond The Line"""" Documentary"",Film & Video,Film & Video,USD,2012-10-07,19000.00,2012-08-10 23:18:09,101.00,failed,3,US,101.00,101.00,19000.00" +1055763808,GODS OF MEN,Comics,Comics,USD,2011-11-15,300.00,2011-09-16 22:13:29,115.00,failed,7,US,115.00,115.00,300.00 +1055778722,New Shiloh record: Misses,Rock,Music,USD,2012-06-24,600.00,2012-05-25 05:42:38,1200.00,successful,28,US,1200.00,1200.00,600.00 +105577922,ANIME-Magazine Summer Season 2016,Periodicals,Publishing,EUR,2016-09-01,3500.00,2016-08-02 18:27:49,48.00,failed,4,DE,0.00,53.73,3917.53 +1055787913,rEvolve Disc Golf | Version 2.3,Technology,Technology,USD,2013-09-21,1000.00,2013-09-07 18:10:09,25.00,failed,2,US,25.00,25.00,1000.00 +"105579537,""D'arte- the start of a """"Must Have"""" Fine Art Collection"",Photography,Photography,USD,2014-02-21,500.00,2014-01-17 20:08:38,245.00,failed,5,US,245.00,245.00,500.00" +1055811582,Schutzhelfer (Canceled),Apps,Technology,EUR,2016-02-23,22500.00,2016-01-24 14:12:27,0.00,canceled,0,DE,0.00,0.00,24763.37 +1055820618,OpenROV - The Open Source Underwater Robot,Robots,Technology,USD,2012-08-01,20000.00,2012-06-29 19:03:33,111622.38,successful,484,US,111622.38,111622.38,20000.00 +1055841687,Gowanus Wild: a photo book,Photobooks,Photography,USD,2015-11-23,12000.00,2015-10-14 04:39:49,13229.00,successful,162,US,13229.00,13229.00,12000.00 +1055845409,DIY JEWELRY KITS: From our Award Winning Studio to Your Door,DIY,Crafts,USD,2017-06-25,4800.00,2017-06-02 16:19:25,100.00,failed,4,US,20.00,100.00,4800.00 +1055845574,The King of Spades browser-based MMORPG & Comic,Games,Games,CAD,2013-11-11,3000.00,2013-10-12 18:15:44,1648.00,failed,13,CA,1585.10,1574.92,2866.97 +1055847620,Houston LAN Party,Games,Games,USD,2010-11-20,1200.00,2010-09-21 09:32:25,0.00,failed,0,US,0.00,0.00,1200.00 +1055873083,Resonation - Debut Album!,Music,Music,GBP,2016-11-28,250.00,2016-10-29 23:34:31,396.00,successful,21,GB,171.74,499.89,315.59 +1055874220,Zucati Dice: Minimalist Metal Dice,Tabletop Games,Games,USD,2015-11-29,25000.00,2015-10-15 20:12:10,72663.00,successful,448,US,72663.00,72663.00,25000.00 +1055876237,Joel White And The Diamond Experience EP and Tour.,Music,Music,GBP,2017-07-17,2000.00,2017-06-18 10:31:36,758.00,failed,20,GB,97.13,984.79,2598.38 +1055880545,Make Love or Nothing at All,Narrative Film,Film & Video,USD,2013-06-15,20000.00,2013-05-01 06:06:17,165.00,failed,7,US,165.00,165.00,20000.00 +1055887775,First P(residency),Art,Art,USD,2012-03-15,4000.00,2012-01-25 05:10:34,4690.00,successful,70,US,4690.00,4690.00,4000.00 +105588905,Wheels in Motion,Indie Rock,Music,USD,2013-05-08,5000.00,2013-04-08 23:05:42,5175.00,successful,51,US,5175.00,5175.00,5000.00 +"1055890054,""Baltimore: A History, Block by Block, continued..."",Photography,Photography,USD,2013-11-11,8000.00,2013-09-12 15:57:38,8226.00,successful,128,US,8226.00,8226.00,8000.00" +1055894286,Mujeres de Manos Cálidas,Documentary,Film & Video,MXN,2017-08-26,30000.00,2017-07-27 19:09:01,33300.00,successful,61,MX,0.00,1867.01,1681.99 +1055900895,Pandora Teas and Herbals,Food,Food,USD,2012-10-14,1500.00,2012-09-14 06:27:49,100.00,failed,5,US,100.00,100.00,1500.00 +1055904963,WAVE presents: Four Baboons Adoring the Sun,Theater,Theater,USD,2013-02-13,2000.00,2013-01-09 19:55:15,505.00,failed,6,US,505.00,505.00,2000.00 +1055911580,NeoBonz,Games,Games,USD,2013-07-07,1000.00,2013-06-07 01:54:38,299.00,failed,13,US,299.00,299.00,1000.00 +1055918373,Mind'itiative: The Need-To-Know,Comics,Comics,USD,2010-02-01,6000.00,2009-12-23 19:26:49,0.00,failed,0,US,0.00,0.00,6000.00 +1055921554,Girl A,Drama,Film & Video,GBP,2017-02-01,700.00,2016-12-31 23:30:45,1520.60,successful,50,GB,0.00,1898.87,874.14 +1055923583,CRIMSON CREEK,Tabletop Games,Games,USD,2015-11-13,1000.00,2015-10-14 16:30:42,82704.00,successful,3022,US,82704.00,82704.00,1000.00 +1055925159,Bunker: Your 3D Printer's Perfect Companion,3D Printing,Technology,NZD,2016-10-15,95000.00,2016-08-31 18:01:18,66309.00,failed,295,NZ,11136.18,47519.71,68080.84 +1055925209,A Pineapple Republic,Documentary,Film & Video,USD,2014-10-07,45232.00,2014-08-23 03:38:27,145.00,failed,4,US,145.00,145.00,45232.00 +"1055936614,""Launch Dennis """"Youngblood"""" Taylor's Initial CD / LP"",Music,Music,USD,2014-04-22,12500.00,2014-04-01 03:10:01,1100.00,failed,23,US,1100.00,1100.00,12500.00" +1055963444,The 3 Hobbits Hole Cafe',Restaurants,Food,USD,2015-01-05,9000.00,2014-12-02 17:21:42,21.00,failed,2,US,21.00,21.00,9000.00 +1055979451,Help Will Abele Finish His First Full Length Album,Hip-Hop,Music,USD,2016-01-01,2500.00,2015-12-07 04:34:42,160.00,failed,3,US,160.00,160.00,2500.00 +10559946,The Residents: Talking Light 3D,Performance Art,Art,USD,2011-04-16,12480.00,2011-03-23 22:14:01,18729.35,successful,177,US,18729.35,18729.35,12480.00 +1055995302,Captain Naked and Nude Man,Webcomics,Comics,CAD,2016-06-20,15000.00,2016-04-21 17:28:30,28.00,failed,2,CA,22.04,21.53,11533.14 +1055996162,No Holds Card - Greetings From Assholes,Crafts,Crafts,USD,2016-11-19,3000.00,2016-10-24 17:57:04,3786.00,successful,103,US,776.00,3786.00,3000.00 +105600684,Arizona's backcountry,Places,Photography,USD,2015-12-19,8000.00,2015-11-19 10:10:50,10.00,failed,1,US,10.00,10.00,8000.00 +1056009477,Share your Videogames / Teile deine Videospiele,Video Games,Games,EUR,2015-11-07,900000.00,2015-09-08 21:57:50,7.00,failed,3,DE,7.81,7.53,968762.78 +1056010605,Owning a storefront one day (Avivya-Mika),Crafts,Crafts,USD,2016-09-30,2000.00,2016-08-31 17:38:56,0.00,failed,0,US,0.00,0.00,2000.00 +1056020695,The Social Way To Get A Job. Making Employment Human,Web,Technology,GBP,2015-12-11,16000.00,2015-11-11 20:14:55,16687.00,successful,133,GB,25219.75,25293.68,24252.35 +1056024506,SLFS Digital Deadline - Digital Projector Conversion,Theater,Theater,USD,2013-10-08,50000.00,2013-09-06 19:52:55,52518.19,successful,509,US,52518.19,52518.19,50000.00 +1056026530,A Vintage Soirée,Photography,Photography,GBP,2013-04-30,1250.00,2013-03-25 09:54:43,0.00,failed,0,GB,0.00,0.00,1944.31 +1056037974,2nd Street Eats.....Kitchen Rejuvenation Project!,Food,Food,USD,2013-06-07,7500.00,2013-05-08 04:50:01,9001.00,successful,23,US,9001.00,9001.00,7500.00 +1056051514,Twisted Princess,Photography,Photography,EUR,2015-05-21,8000.00,2015-04-16 00:10:39,0.00,failed,0,IE,0.00,0.00,8931.16 +1056053679,My Brother's Keeper The Series,Film & Video,Film & Video,USD,2012-08-21,30000.00,2012-06-22 06:53:03,0.00,failed,0,US,0.00,0.00,30000.00 +1056055339,Singled Out (Pilot Episode),Narrative Film,Film & Video,USD,2012-07-25,20000.00,2012-06-25 23:51:42,2311.00,failed,19,US,2311.00,2311.00,20000.00 +1056057191,Intermission - an Original Sitcom Pilot,Film & Video,Film & Video,USD,2012-11-16,2500.00,2012-10-17 00:34:05,2935.69,successful,109,US,2935.69,2935.69,2500.00 +1056058669,Nelson's Eagle Scout Project,Woodworking,Crafts,USD,2016-04-14,825.00,2016-03-15 18:38:54,851.00,successful,19,US,851.00,851.00,825.00 +"1056065286,""City As Muse, Rick Beerhorst, ArtPrize 2014"",Painting,Art,USD,2014-07-05,5000.00,2014-06-04 20:29:19,5627.99,successful,45,US,5627.99,5627.99,5000.00" +1056067331,Wasser Beer Company,Restaurants,Food,USD,2014-09-26,12300.00,2014-07-28 23:26:19,12896.27,successful,54,US,12896.27,12896.27,12300.00 +1056073057,The NutriTower - indoor gardening made easy!,Food,Food,CAD,2014-12-21,30000.00,2014-11-21 15:01:07,32229.00,successful,62,CA,28410.89,27802.80,25879.92 +1056076049,Tibetan bowls recordings+live sessions to meditate and relax,Music,Music,CAD,2017-01-29,4000.00,2017-01-14 09:48:38,0.00,failed,0,CA,0.00,0.00,3063.73 +105607830,Lil Al,Sculpture,Art,USD,2015-03-13,1500.00,2015-02-11 19:57:20,2060.00,successful,50,US,2060.00,2060.00,1500.00 +1056079191,NE Minneapolis Armory Art Show,Art,Art,USD,2013-11-16,15000.00,2013-09-30 02:04:35,1128.00,failed,22,US,1128.00,1128.00,15000.00 +1056080106,Kings & Krooks for RAS Clothing Co.,Apparel,Fashion,USD,2014-07-02,25000.00,2014-06-02 22:06:19,35.00,failed,3,US,35.00,35.00,25000.00 +1056081152,Missile Beach Party: Choking the Lightning Snake,Rock,Music,USD,2013-10-15,200.00,2013-09-15 18:53:28,388.00,successful,10,US,388.00,388.00,200.00 +1056082063,Fire & Bone: Make/100 - Arctic Fox Edition,Product Design,Design,USD,2017-02-28,500.00,2017-01-24 16:33:42,7893.00,successful,131,US,4508.00,7893.00,500.00 +1056083883,SACRED SIGHTS ~ INDIA,Photography,Photography,USD,2012-11-08,13000.00,2012-11-01 06:07:21,70.00,failed,2,US,70.00,70.00,13000.00 +1056086379,Bijou Art Cinemas' Totally Modern Digital Conversion,Film & Video,Film & Video,USD,2013-05-23,38713.00,2013-04-23 01:10:45,50208.97,successful,377,US,50208.97,50208.97,38713.00 +1056089617,Dream of the Wolf,Public Art,Art,USD,2013-12-17,300.00,2013-12-02 19:45:14,21.00,failed,2,US,21.00,21.00,300.00 +1056102579,44 foot Central Park Panoramic Print for gallery show,Photography,Photography,USD,2011-01-28,3300.00,2011-01-05 03:53:40,3725.00,successful,28,US,3725.00,3725.00,3300.00 +1056109575,Light Up Nicki Spaghetti!,Restaurants,Food,USD,2015-04-10,5000.00,2015-02-24 01:39:42,220.00,failed,4,US,220.00,220.00,5000.00 +1056113364,The Smash Brothers Series - Production,Documentary,Film & Video,USD,2011-11-01,8910.00,2011-09-02 02:57:24,8910.00,successful,42,US,8910.00,8910.00,8910.00 +1056119623,All About Vaughan Presents: The Vaughan Pizzeria Guide!!,Periodicals,Publishing,CAD,2014-04-26,4000.00,2014-03-27 20:43:28,3075.00,failed,6,CA,2753.85,2804.38,3647.97 +1056121100,Song & Dance: A Short Film Inspired by Andy Kaufman,Shorts,Film & Video,USD,2011-07-23,5500.00,2011-06-23 14:05:17,922.00,failed,19,US,922.00,922.00,5500.00 +"1056121475,""""""Have You Seen My Ghost"""" Presents: EXIST "",Rock,Music,USD,2011-03-03,1000.00,2011-02-01 21:57:24,120.00,failed,8,US,120.00,120.00,1000.00" +105612590,My Autobiography of my life GOD has granted me,Fiction,Publishing,USD,2016-06-19,90000.00,2016-04-20 03:05:48,0.00,failed,0,US,0.00,0.00,90000.00 +1056128233,Cyhyraeth's Debut Full Length Album,Metal,Music,USD,2013-12-29,10000.00,2013-11-14 02:30:00,252.00,failed,7,US,252.00,252.00,10000.00 +1056130982,Old-Fashioned Love Songs: Electric Theorbo & Countertenor,Classical Music,Music,USD,2012-06-23,5000.00,2012-05-24 22:55:19,5452.00,successful,70,US,5452.00,5452.00,5000.00 +1056131180,Space Technology Infused “Future” Denim - Kojima Genes,Apparel,Fashion,USD,2017-03-02,5000.00,2017-01-11 18:38:33,10706.00,successful,64,US,856.00,10706.00,5000.00 +"1056135281,Begin My Journey in Art,Music,Music,USD,2016-04-24,1500.00,2016-04-19 20:05:26,1.00,failed,0,""N,0"""""",,1.00,1500.00" +1056136525,Cerebrate - A Feature Length Fim by Cracka Smile,Drama,Film & Video,USD,2014-08-16,2000.00,2014-07-17 03:13:34,0.00,failed,0,US,0.00,0.00,2000.00 +1056140660,Video game for the people (Canceled),Video Games,Games,USD,2016-02-10,40000.00,2016-01-11 20:26:24,11.00,canceled,2,US,11.00,11.00,40000.00 +1056148173,United Kingdom,Photobooks,Photography,GBP,2015-02-05,15000.00,2015-01-06 19:05:56,10.00,failed,1,GB,15.29,15.32,22976.89 +"1056150968,""""""Something Evil"""" (Tentative Title)"",Fiction,Publishing,USD,2014-12-04,6000.00,2014-11-04 01:04:56,0.00,failed,0,US,0.00,0.00,6000.00" +1056154947,Curious Keyholes Playing Cards (NPCC),Playing Cards,Games,USD,2017-07-27,7200.00,2017-06-27 19:29:45,234.00,failed,15,US,159.00,234.00,7200.00 +1056155256,Six in One (Canceled),Film & Video,Film & Video,USD,2013-10-27,100000.00,2013-09-17 01:00:55,89.33,canceled,8,US,89.33,89.33,100000.00 +1056160589,42 +Oracle cards using my uniquely designed artwork.,Publishing,Publishing,AUD,2017-03-14,1200.00,2017-02-12 05:07:50,75.00,failed,1,AU,0.00,57.77,924.29 +1056161077,Alpha Fighters,Video Games,Games,EUR,2017-01-30,2000.00,2016-12-31 02:40:43,71.00,failed,4,NL,53.32,76.26,2148.20 +1056163292,i need a hero... (Canceled),Documentary,Film & Video,USD,2012-05-15,50000.00,2012-04-05 09:05:25,3450.00,canceled,48,US,3450.00,3450.00,50000.00 +"1056166884,""""""Better Than Cheesecake"""""",Food,Food,USD,2014-01-05,37500.00,2013-12-06 14:00:23,159.00,failed,6,US,159.00,159.00,37500.00" +1056168706,Tenor Eleven Miles Away: Song-of-the-Month Club,Classical Music,Music,USD,2011-10-08,5000.00,2011-09-08 02:16:42,980.00,failed,19,US,980.00,980.00,5000.00 +1056172001,EDINBURGH FRINGE FESTIVAL - DANCE STOPS TRAFFICKING 'AM I',Dance,Dance,GBP,2013-07-15,4000.00,2013-06-15 08:55:50,0.00,failed,0,GB,0.00,0.00,6104.07 +1056176973,Scallywag,Shorts,Film & Video,USD,2012-04-12,500.00,2012-03-25 20:18:52,500.00,successful,9,US,500.00,500.00,500.00 +1056178477,Free Music Forever,Music,Music,EUR,2016-06-19,5000.00,2016-05-20 16:10:44,25.00,failed,2,IE,22.49,27.66,5532.99 +1056187005,Keep the Art of Marionettes Alive With PUPPETWORKS!,Plays,Theater,USD,2015-11-30,5000.00,2015-10-26 17:08:38,5462.00,successful,73,US,5462.00,5462.00,5000.00 +1056195262,Lyonh{art Tees: an old biker's new road~liberated thru style,Fashion,Fashion,USD,2013-05-09,2500.00,2013-04-18 23:50:42,2651.00,successful,19,US,2651.00,2651.00,2500.00 +1056197366,The Royal Air Force Poster (with AAC and FAA),Graphic Design,Design,EUR,2016-11-28,2250.00,2016-10-11 17:04:13,1103.00,canceled,23,FR,156.70,1173.82,2394.46 +1056197898,Album release event,Pop,Music,CHF,2017-05-17,2000.00,2017-05-03 19:17:09,1.00,failed,1,CH,0.00,1.02,2047.25 +1056200992,Baby Joeys,Children's Books,Publishing,USD,2013-05-17,2500.00,2013-04-17 13:59:59,25.00,failed,1,US,25.00,25.00,2500.00 +1056212256,Boyz n the Wood Preview Trailer,Narrative Film,Film & Video,USD,2012-08-08,3500.00,2012-07-17 00:19:13,3827.00,successful,59,US,3827.00,3827.00,3500.00 +"1056219923,""FREE SPORTY LEE, AND LET THE WORLD LISTEN!"",Music,Music,USD,2013-03-15,7500.00,2013-02-13 21:40:55,7500.00,successful,39,US,7500.00,7500.00,7500.00" +1056220062,Never Forget SC - A Documentary,Documentary,Film & Video,USD,2015-07-09,15000.00,2015-06-09 07:29:48,3710.00,failed,51,US,3710.00,3710.00,15000.00 +1056225299,Problems - An animated music video,Animation,Film & Video,GBP,2014-01-20,200.00,2014-01-04 02:56:18,214.00,successful,13,GB,354.92,353.28,330.16 +1056242159,Custom Graffiti Art.,Painting,Art,USD,2017-08-08,40.00,2017-07-09 23:03:48,201.00,successful,4,US,215.00,201.00,40.00 +1056243335,Dungeon Tracker - Fitness RPG for iPhone and Apple Watch,Mobile Games,Games,AUD,2016-07-28,16500.00,2016-06-28 10:42:36,1032.00,failed,29,AU,412.07,775.82,12404.15 +1056243918,PiggyPop!,Mobile Games,Games,EUR,2015-10-01,10000.00,2015-09-01 13:15:34,101.00,failed,2,BE,113.52,112.72,11159.97 +1056244915,Please Advise - Short Film,Shorts,Film & Video,GBP,2013-10-04,400.00,2013-09-04 19:12:34,420.00,successful,18,GB,653.01,674.11,642.01 +1056267217,SMOKE - An NYU Thesis Film,Shorts,Film & Video,USD,2016-02-18,5000.00,2016-01-21 07:01:48,5216.00,successful,62,US,5216.00,5216.00,5000.00 +1056271423,The Ultimate Sports Car (Canceled),Hardware,Technology,USD,2016-02-01,75000.00,2015-12-03 18:52:57,6832.00,canceled,13,US,6832.00,6832.00,75000.00 +1056277266,Grant Hill-Album 2013-Murder On Sunset-Americana with Grit,Rock,Music,USD,2013-06-29,35000.00,2013-05-29 18:18:22,884.00,failed,9,US,884.00,884.00,35000.00 +1056279514,They Magazine,Design,Design,USD,2010-12-09,1250.00,2010-11-08 15:44:53,1251.66,successful,32,US,1251.66,1251.66,1250.00 +1056279560,Innocent When You Dream,Theater,Theater,USD,2013-06-08,3427.00,2013-05-24 14:29:24,4240.00,successful,98,US,4240.00,4240.00,3427.00 +1056290558,Oregon Sunstone...and the amazing people who mine it!,Publishing,Publishing,USD,2017-06-30,25000.00,2017-05-31 18:15:44,1462.00,failed,19,US,959.00,1462.00,25000.00 +1056290667,Stickers.Pub - The Stickers Marketplace,Graphic Design,Design,USD,2015-07-14,40000.00,2015-06-24 18:57:05,14.00,failed,1,US,14.00,14.00,40000.00 +1056291107,POSTCARDS FROM NOWHERE,Photography,Photography,USD,2012-05-10,7500.00,2012-04-16 23:41:44,28824.77,successful,879,US,28824.77,28824.77,7500.00 +1056296803,Healdsburg's Immigrants,Anthologies,Publishing,USD,2015-06-18,4500.00,2015-05-19 01:51:11,4735.00,successful,65,US,4735.00,4735.00,4500.00 +1056296806,Star Citizen YouTube Reviews,Film & Video,Film & Video,AUD,2014-08-07,35.00,2014-07-08 20:50:30,0.00,failed,0,AU,0.00,0.00,32.50 +1056297315,XO Audio Enclosures,Product Design,Design,USD,2017-10-28,5000.00,2017-09-28 00:02:34,341.00,failed,7,US,38.00,341.00,5000.00 +105629936,Custom Comicon Shoes,Footwear,Fashion,USD,2015-04-29,1000.00,2015-03-30 17:40:26,0.00,failed,0,US,0.00,0.00,1000.00 +"1056302680,""Farewell God, and thank you: ?? ? ?? (Canceled)"",Nonfiction,Publishing,USD,2012-04-11,13044.00,2012-02-11 22:59:51,0.00,canceled,0,US,0.00,0.00,13044.00" +1056309247,BUWWETS,Journalism,Journalism,USD,2012-10-20,5000.00,2012-09-06 13:22:50,3.00,failed,1,US,3.00,3.00,5000.00 +105631409,The Pyrates Collection (Canceled),Mixed Media,Art,USD,2014-07-30,6500.00,2014-06-30 01:13:47,50.00,canceled,1,US,50.00,50.00,6500.00 +105631631,Bubble Girl,Narrative Film,Film & Video,USD,2013-04-04,50000.00,2013-03-05 03:58:46,1195.00,failed,5,US,1195.00,1195.00,50000.00 +1056317452,Mr.Crappers Spritz2Go! Natural Bathroom Odor Eliminator,Crafts,Crafts,USD,2017-02-13,25000.00,2017-01-10 01:49:38,15.00,failed,1,US,0.00,15.00,25000.00 +105631790,Being Jack McGarvey Musical (Canceled),Theater,Theater,USD,2013-10-05,5000.00,2013-08-24 11:51:23,0.00,canceled,0,US,0.00,0.00,5000.00 +1056328082,COMMONALITY,Tabletop Games,Games,CAD,2014-08-13,23000.00,2014-07-14 00:13:51,753.00,failed,11,CA,702.40,690.83,21100.92 +10563348,HourlyRoomRental (Canceled),Web,Technology,USD,2016-01-28,60000.00,2015-12-29 15:27:12,500.00,canceled,1,US,500.00,500.00,60000.00 +1056338448,Gaming Centre North East,Video Games,Games,GBP,2015-07-30,150000.00,2015-06-30 20:03:45,11.00,failed,2,GB,17.28,17.13,233637.58 +1056340635,Sundown at Crimson (Canceled),Film & Video,Film & Video,USD,2011-05-24,800.00,2011-03-24 09:07:38,185.00,canceled,7,US,185.00,185.00,800.00 +105634732,Suzanne's Rockin Dance Album,Electronic Music,Music,USD,2012-05-21,15000.00,2012-03-22 16:49:43,15195.00,successful,137,US,15195.00,15195.00,15000.00 +1056352019,Inside the Panels: The Next Stage in Canadian Comics,Documentary,Film & Video,CAD,2016-07-17,5000.00,2016-06-04 20:02:46,61.00,failed,2,CA,45.83,46.54,3814.76 +1056354263,Always Authentic Customizations,Crafts,Crafts,USD,2016-03-31,3000.00,2016-02-25 04:42:28,56.00,failed,3,US,56.00,56.00,3000.00 +1056354989,Stages,Shorts,Film & Video,GBP,2013-09-22,7000.00,2013-08-23 18:52:13,0.00,failed,0,GB,0.00,0.00,11280.86 +1056355656,Dino-Day Art Book by Jeremy Haun,Illustration,Art,USD,2015-02-06,15000.00,2015-01-07 09:54:31,18809.00,successful,298,US,18809.00,18809.00,15000.00 +1056355971,Historia Venator (Canceled),Documentary,Film & Video,USD,2012-08-19,10000.00,2012-07-05 21:51:55,1737.23,canceled,20,US,1737.23,1737.23,10000.00 +1056365129,HellEyes Comic,Comic Books,Comics,CAD,2017-02-01,350.00,2016-12-03 04:14:47,688.00,successful,11,CA,229.68,526.96,268.08 +1056367423,Pranks Delivery - Stink Bombs & More Mailed Worldwide!,Crafts,Crafts,CAD,2016-04-27,500.00,2016-03-28 06:10:16,25.00,failed,2,CA,18.85,19.96,399.11 +1056367445,Purg #1,Graphic Novels,Comics,CAD,2016-01-19,500.00,2015-12-20 17:12:15,532.05,successful,18,CA,381.33,375.45,352.83 +1056367724,Beef Stick Mania,Small Batch,Food,USD,2016-12-22,1500.00,2016-11-22 01:42:46,2631.00,successful,65,US,857.00,2631.00,1500.00 +1056384919,FOREVER MAPLE LEAF EXHIBIT 2017,Art,Art,CAD,2017-06-02,75000.00,2017-04-17 22:10:22,1135.00,failed,10,CA,37.52,839.31,55461.07 +1056385759,All Natural Gourmet Sauces and Rubs going mainstream,Food,Food,USD,2014-04-09,2500.00,2014-03-10 17:42:58,333.00,failed,6,US,333.00,333.00,2500.00 +1056389239,100% Faith Jazz Gospel CD Recording Project 2012,Jazz,Music,USD,2012-05-05,30000.00,2012-04-05 05:20:19,1982.00,failed,24,US,1982.00,1982.00,30000.00 +1056395977,Agent Grayson: Battle for the Cowl (Batman Fan Film),Comics,Comics,USD,2017-03-09,500.00,2017-02-23 20:06:18,583.00,successful,19,US,121.00,583.00,500.00 +1056410567,The Well Ran Dry: Memoirs of a Motherless Child--The Play,Shorts,Film & Video,USD,2015-09-18,84750.00,2015-07-20 17:29:56,100.00,failed,1,US,100.00,100.00,84750.00 +1056411830,Westminster MA photography show: On Transience,Photography,Photography,GBP,2014-09-10,500.00,2014-08-11 12:02:25,525.99,successful,18,GB,882.36,853.82,811.64 +1056426604,Retail: Retell. Recycle. Rethink Exhibit,Product Design,Design,USD,2011-08-04,5000.00,2011-07-05 16:16:34,5596.42,successful,95,US,5596.42,5596.42,5000.00 +1056441054,Support Martay's Mission to Nashville,Hip-Hop,Music,USD,2012-05-18,870.71,2012-05-02 21:27:23,965.00,successful,24,US,965.00,965.00,870.71 +1056443267,Coaches IQ: Innovative Fantasy Sports Technology,Web,Technology,USD,2014-11-27,50000.00,2014-10-28 02:55:14,3475.00,failed,17,US,3475.00,3475.00,50000.00 +1056445369,Suffering Cassandra - Feature Film,Narrative Film,Film & Video,USD,2013-03-13,2500.00,2013-02-11 23:55:09,3110.00,successful,70,US,3110.00,3110.00,2500.00 +1056449055,Give The Greatest Gift of All: Self-Esteem & Self-Confidence,Jewelry,Fashion,CAD,2014-11-14,5000.00,2014-10-15 23:09:59,2081.00,failed,44,CA,1858.34,1828.33,4392.90 +1056456505,This is For You: A Chapbook of Gender-Free Love Poetry,Poetry,Publishing,USD,2015-03-30,500.00,2015-03-09 22:16:49,629.00,successful,30,US,629.00,629.00,500.00 +1056458597,Community Garden & Vegetarian Cafe,Community Gardens,Food,GBP,2016-08-06,10000.00,2016-06-07 15:06:16,50.00,failed,1,GB,0.00,64.83,12966.80 +1056460510,Fisch Needs Dough for his Cookies,Food,Food,USD,2014-10-25,15000.00,2014-09-25 00:03:41,786.00,failed,17,US,786.00,786.00,15000.00 +1056460945,Quelab,Technology,Technology,USD,2010-04-18,2500.00,2010-02-18 03:05:02,2685.08,successful,19,US,2685.08,2685.08,2500.00 +1056466194,Bio-Trimmings: Design Innovation Created From Food Science.,Jewelry,Fashion,GBP,2016-07-23,900.00,2016-06-23 16:20:17,39.00,failed,2,GB,0.00,51.35,1185.04 +1056467801,Poets on Poetry - Spring 2015 Edition of Grub Street Grackle,Literary Journals,Publishing,USD,2015-03-21,1800.00,2015-03-12 03:59:12,1814.00,successful,68,US,1814.00,1814.00,1800.00 +1056468179,Cobalt & Clay: Fire Us Up,Ceramics,Art,USD,2017-03-02,7500.00,2017-01-31 03:47:18,519.00,failed,8,US,258.00,519.00,7500.00 +1056481796,The Bridge Brewing Company,Drinks,Food,USD,2015-12-06,2595.00,2015-10-10 21:29:26,90.00,failed,2,US,90.00,90.00,2595.00 +1056482764,The First World,Comics,Comics,USD,2014-03-07,5500.00,2014-02-05 20:13:29,6341.00,successful,136,US,6341.00,6341.00,5500.00 +1056483718,50 Smiths (Canceled),Nonfiction,Publishing,USD,2011-07-26,9000.00,2011-04-27 04:51:38,130.00,canceled,3,US,130.00,130.00,9000.00 +1056490313,American Salvage - Debut Album,Rock,Music,USD,2015-05-08,1200.00,2015-04-14 17:48:06,1235.00,successful,29,US,1235.00,1235.00,1200.00 +1056490887,Concrete Fields: Infrared Tiffany Collection,Fashion,Fashion,USD,2014-11-01,325.00,2014-10-27 19:11:21,60.00,failed,1,US,60.00,60.00,325.00 +1056497375,Hollow Bones - A fine art photographic journey,Fine Art,Photography,USD,2016-07-27,5500.00,2016-06-27 19:21:19,1003.00,failed,9,US,600.00,1003.00,5500.00 +"1056502288,""CD Esma Redzepova: """"My last song"""""",World Music,Music,CHF,2017-05-06,20000.00,2017-03-11 20:54:01,1166.00,failed,17,CH,54.34,1156.75,19841.27" +105650337,Pura Mariposa: 88 Butterflies of Southern Costa Rica,Photobooks,Photography,USD,2015-08-15,11150.00,2015-07-16 01:13:13,11311.00,successful,67,US,11311.00,11311.00,11150.00 +1056505617,Music for kids,Music,Music,SEK,2015-07-11,100000.00,2015-06-20 12:57:56,0.00,failed,0,SE,0.00,0.00,11654.06 +1056518922,8_LAB Visual Arts Platform,Web,Technology,USD,2016-03-31,4000.00,2016-03-16 16:53:59,450.00,failed,8,US,450.00,450.00,4000.00 +1056519806,Perseus Eco-clothing,Apparel,Fashion,GBP,2017-03-12,5000.00,2017-01-31 18:01:04,472.00,failed,10,GB,354.60,583.40,6180.09 +1056531322,Amo Culina (Love Food),Cookbooks,Food,GBP,2015-09-13,6000.00,2015-08-14 15:34:54,1.00,failed,1,GB,1.56,1.56,9388.06 +1056533885,Agent Cayley - Math in Virtual Reality!,Software,Technology,USD,2016-05-13,125000.00,2016-03-29 03:24:54,1771.00,failed,12,US,1771.00,1771.00,125000.00 +1056544131,American Made Fight Shorts,Apparel,Fashion,USD,2015-02-21,4000.00,2015-01-22 22:33:45,4056.00,successful,42,US,4056.00,4056.00,4000.00 +1056545697,Anna Mystical Face Paintings & Balloons,Performance Art,Art,USD,2016-06-17,65000.00,2016-05-18 19:06:10,65.00,failed,4,US,65.00,65.00,65000.00 +"1056555874,""""""SIX"""" A Short Film By Bohemian Elite"",Shorts,Film & Video,USD,2011-10-03,1500.00,2011-08-19 16:17:07,1565.00,successful,37,US,1565.00,1565.00,1500.00" +1056561120,Solar Storm Warning System,Space Exploration,Technology,EUR,2017-02-12,200000.00,2017-01-13 09:58:48,1446.00,failed,6,DE,31.80,1539.99,212999.35 +1056563009,Don Cookie Galletas recien horneadas,Restaurants,Food,USD,2017-04-10,10000.00,2017-03-11 05:25:32,260.00,failed,1,US,0.00,260.00,10000.00 +1056568359,The Hodge Podge Flock A chicken story of diversity,Children's Books,Publishing,USD,2014-12-30,25000.00,2014-11-24 02:43:33,0.00,failed,0,US,0.00,0.00,25000.00 +1056594069,Stirring,Horror,Film & Video,USD,2017-03-18,13500.00,2017-02-01 13:16:24,13554.00,successful,149,US,1708.00,13554.00,13500.00 +1056599532,notextanddrive.com,Web,Technology,USD,2015-02-11,50000.00,2015-01-12 19:13:21,2.00,failed,2,US,2.00,2.00,50000.00 +1056600067,The Jason Echolls Podcast,Audio,Journalism,USD,2016-01-11,5000.00,2015-12-12 06:30:36,0.00,failed,0,US,0.00,0.00,5000.00 +1056608824,The Darkstar Theory - Novel,Fiction,Publishing,USD,2012-08-14,900.00,2012-07-06 23:10:42,437.00,failed,13,US,437.00,437.00,900.00 +1056610205,AfterMaster TV. Television Audio Reinvented.,Gadgets,Technology,USD,2015-12-22,200000.00,2015-11-18 16:00:36,316176.00,successful,1374,US,316176.00,316176.00,200000.00 +"1056630678,""""""Sorry, I'm Not Sorry"""""",Nonfiction,Publishing,USD,2012-10-06,200.00,2012-09-06 18:43:03,0.00,failed,0,US,0.00,0.00,200.00" +1056635477,TOENAIL NINJA,Design,Design,USD,2016-07-04,5000.00,2016-06-05 17:20:44,25.00,failed,1,US,25.00,25.00,5000.00 +1056639041,Broken Rice Food Truck,Food Trucks,Food,USD,2016-09-24,10000.00,2016-08-15 06:53:29,2753.00,failed,19,US,1476.00,2753.00,10000.00 +1056654081,Project Conversion: Twelve Months of Spiritual Promiscuity,Journalism,Journalism,USD,2010-12-06,3000.00,2010-11-06 16:05:46,85.00,failed,5,US,85.00,85.00,3000.00 +1056655365,La Rusa,Narrative Film,Film & Video,EUR,2015-09-24,17000.00,2015-08-25 22:11:36,5900.00,failed,68,ES,6762.13,6579.09,18956.71 +1056659337,Kenny Rogers and wife launch fashion line & Odd Ducks pilot,Fashion,Fashion,USD,2013-05-11,50000.00,2013-04-11 12:37:15,1046.00,failed,11,US,1046.00,1046.00,50000.00 +1056662276,Short attention span reader (Canceled),Periodicals,Publishing,USD,2013-04-17,15000.00,2013-02-21 05:28:56,0.00,canceled,0,US,0.00,0.00,15000.00 +105666596,Crochet for a type 1 diabetic,Crochet,Crafts,USD,2017-01-29,500.00,2016-12-30 02:57:14,5.00,failed,1,US,0.00,5.00,500.00 +105666957,Badlaav: A magazine about social change in India,Periodicals,Publishing,USD,2013-05-16,1500.00,2013-04-16 16:38:35,1741.00,successful,19,US,1741.00,1741.00,1500.00 +1056669910,Cape Cinema,Movie Theaters,Film & Video,USD,2017-02-02,250000.00,2016-12-04 00:45:21,25.00,failed,1,US,0.00,25.00,250000.00 +1056676422,Tell a Tale Faces and Feathers,Jewelry,Fashion,USD,2015-11-25,600.00,2015-11-11 18:52:22,1418.00,successful,40,US,1418.00,1418.00,600.00 +1056678414,Bischoff Graphic Design,Graphic Design,Design,USD,2014-09-29,6000.00,2014-07-31 01:41:58,0.00,failed,0,US,0.00,0.00,6000.00 +1056681037,Primaeval Designs,Tabletop Games,Games,USD,2017-02-22,3000.00,2017-02-01 14:59:01,7858.41,successful,66,US,2567.00,7858.41,3000.00 +1056681573,Kttl,Technology,Technology,CAD,2017-08-16,10000.00,2017-07-17 04:41:44,0.00,failed,0,CA,0.00,0.00,7900.77 +"1056687516,""""""Rhyme4aReason"""" West Coast Tour w/ PEACE OF MIND CREW!"",Hip-Hop,Music,USD,2011-11-25,4444.44,2011-10-10 04:21:06,290.00,failed,8,US,290.00,290.00,4444.44" +1056695339,Brainy3,Tabletop Games,Games,CAD,2015-07-16,79000.00,2015-06-09 06:43:37,2148.00,failed,25,CA,1724.02,1655.11,60872.25 +1056706349,The Alphabet of Dating,Fiction,Publishing,USD,2015-06-10,1500.00,2015-05-11 00:45:40,1951.00,successful,58,US,1951.00,1951.00,1500.00 +1056721748,Art Tasting's Downtown Community Garden Project!,Food,Food,USD,2011-08-13,1500.00,2011-05-15 16:44:12,165.00,failed,6,US,165.00,165.00,1500.00 +105673006,Ancient & traditional healthy recipes adapted for our times,Food,Food,USD,2011-04-07,10000.00,2011-03-07 15:15:38,10.00,failed,1,US,10.00,10.00,10000.00 +1056734398,$5 for a real 3d printed part (Canceled),Technology,Technology,USD,2015-05-07,500.00,2015-04-07 16:14:37,45.00,canceled,3,US,45.00,45.00,500.00 +1056739082,Megan & Dan,Film & Video,Film & Video,USD,2014-01-20,5150.00,2013-12-21 22:06:44,5416.00,successful,31,US,5416.00,5416.00,5150.00 +1056739902,Serita Cheeks- Live Sound Project,Music,Music,USD,2013-01-11,5000.00,2012-11-14 05:09:51,5935.00,successful,65,US,5935.00,5935.00,5000.00 +"105674750,""Missionaries, Pyres, and Harems in King Mwanga's Uganda"",Academic,Publishing,USD,2016-08-16,2000.00,2016-06-17 06:29:18,2.00,failed,2,US,1.00,2.00,2000.00" +105675920,SafeCell 360 Putting the Brakes on Distracted Driving,Apps,Technology,USD,2014-09-03,100000.00,2014-08-04 18:46:14,115.00,failed,5,US,115.00,115.00,100000.00 +1056760940,SEASONS Playing Cards - A Changing Series - printed by USPCC,Graphic Design,Design,USD,2014-10-01,35000.00,2014-08-27 22:55:43,64340.00,successful,668,US,64340.00,64340.00,35000.00 +1056761807,MAKERS OF EAST LONDON,Art Books,Publishing,GBP,2015-07-22,7500.00,2015-06-22 13:50:52,10167.00,successful,267,GB,16144.60,15733.03,11605.95 +1056766730,SITU Smart Food Nutrition Scale for iPad and Android tablets,Hardware,Technology,GBP,2014-05-02,35000.00,2014-04-02 14:30:10,39757.00,successful,621,GB,66240.36,67093.63,59065.75 +1056768634,Paranormal Albany - a Radio Documentary,Audio,Journalism,AUD,2016-12-14,2000.00,2016-11-14 15:03:56,2004.00,successful,11,AU,15.10,1469.21,1466.28 +10567713,Cr?n/Northern Bastard semi-U.S.Tour (Sept 2013),Rock,Music,USD,2013-08-25,1206.00,2013-07-15 19:55:39,312.00,failed,11,US,312.00,312.00,1206.00 +1056771573,Polly,Children's Books,Publishing,USD,2012-07-26,3600.00,2012-06-14 03:12:42,4667.00,successful,103,US,4667.00,4667.00,3600.00 +1056771685,Zweet ZombieZ,Tabletop Games,Games,USD,2016-03-18,10000.00,2016-02-17 09:48:15,163.00,failed,7,US,163.00,163.00,10000.00 +1056781139,Help fund Kenya's rising musical star & his debut EP!,World Music,Music,USD,2015-07-12,5000.00,2015-06-12 19:57:42,5325.00,successful,65,US,5325.00,5325.00,5000.00 +1056785051,For Your Art,People,Photography,USD,2016-06-25,5000.00,2016-05-26 22:24:41,1.00,failed,1,US,1.00,1.00,5000.00 +1056798144,Glow Ring Charger / Illuminated Ring Box,Jewelry,Fashion,CAD,2017-01-11,2375.00,2016-11-27 04:51:09,804.00,failed,6,CA,298.03,611.83,1807.32 +1056807587,Indigo Child,Music Videos,Film & Video,USD,2015-08-02,7000.00,2015-07-06 22:15:59,0.00,failed,0,US,0.00,0.00,7000.00 +1056813135,The Mortgage Market Can Be Fixed,Academic,Publishing,USD,2017-09-11,6825.00,2017-07-13 23:46:06,51.00,failed,2,US,0.00,51.00,6825.00 +1056815163,Help us get on the road faster!,Rock,Music,USD,2012-04-10,500.00,2012-02-10 00:12:05,20.00,failed,1,US,20.00,20.00,500.00 +"1056819973,""Picturing the South, A Photobook"",Photobooks,Photography,USD,2012-06-23,16000.00,2012-04-24 00:33:32,24152.00,successful,362,US,24152.00,24152.00,16000.00" +1056826940,Beagle: unleash a healthy home. (Canceled),Hardware,Technology,CAD,2015-11-21,65000.00,2015-10-22 13:58:14,40668.15,canceled,313,CA,31323.77,30469.88,48700.08 +105683218,Art of Distinction- Custom Bespoke Airbrush Artwork,Art,Art,GBP,2015-08-07,10000.00,2015-07-08 18:45:09,0.00,failed,0,GB,0.00,0.00,15516.87 +1056835858,Dinosaur Device - Pulse of the Planets,Electronic Music,Music,USD,2013-01-14,1800.00,2012-11-15 04:29:02,925.99,failed,37,US,925.99,925.99,1800.00 +1056847399,String & Nail,DIY,Crafts,USD,2015-08-12,10000.00,2015-07-13 01:48:42,0.00,failed,0,US,0.00,0.00,10000.00 +1056848468,Tempi - Smart Temperature and Humidity,Technology,Technology,USD,2015-02-24,20000.00,2015-02-06 22:58:08,55438.00,successful,957,US,55438.00,55438.00,20000.00 +105685094,The Jamie Me Bundle,Comics,Comics,GBP,2016-12-15,645.00,2016-11-30 18:52:00,839.00,successful,69,GB,231.83,1044.03,802.62 +"1056853105,""""""Dirty Filthy Diamonds""""--by DGDG"",Dance,Dance,USD,2014-02-14,3000.00,2014-01-15 17:32:45,3341.00,successful,62,US,3341.00,3341.00,3000.00" +"1056853453,""""""MOTTAINAI"""" - a new environmental music video!"",Film & Video,Film & Video,USD,2011-04-12,5000.00,2011-03-12 10:56:46,5538.45,successful,53,US,5538.45,5538.45,5000.00" +1056853805,Sky Parts,Narrative Film,Film & Video,CAD,2015-01-10,5500.00,2014-12-11 06:02:45,5545.00,successful,66,CA,4841.67,4607.40,4570.00 +1056866341,Power Ranger Helmet Casts,Sculpture,Art,USD,2014-07-03,3000.00,2014-06-03 20:33:08,26.00,failed,4,US,26.00,26.00,3000.00 +1056866818,Roller Rapper (Based on a True Story),Graphic Novels,Comics,USD,2014-10-21,13784.00,2014-09-21 21:06:26,69.00,failed,5,US,69.00,69.00,13784.00 +1056870323,Mental Calligraphy,Hip-Hop,Music,USD,2016-05-26,2500.00,2016-05-05 04:19:26,0.00,failed,0,US,0.00,0.00,2500.00 +1056873289,Unlimited Creative Corporations,Publishing,Publishing,USD,2013-01-18,2000.00,2012-12-19 11:49:27,1.00,failed,1,US,1.00,1.00,2000.00 +1056876655,Ira - Act 1: Pilgrimage,Video Games,Games,USD,2016-02-06,12000.00,2016-01-05 23:23:05,13143.00,successful,605,US,13143.00,13143.00,12000.00 +1056883431,All the Indifferent Children of the Earth,Theater,Theater,USD,2012-02-22,455.00,2012-01-22 23:24:57,663.00,successful,15,US,663.00,663.00,455.00 +1056886032,Palegain Born,Games,Games,USD,2011-08-28,3000.00,2011-07-18 02:06:02,650.00,failed,7,US,650.00,650.00,3000.00 +1056888054,Lost And Found Comes Alive!,Indie Rock,Music,USD,2012-06-25,20000.00,2012-05-29 19:27:28,67752.67,successful,1029,US,67752.67,67752.67,20000.00 +1056889166,38in38,Journalism,Journalism,AUD,2016-06-30,32000.00,2016-05-28 08:18:27,1731.00,failed,19,AU,1249.91,1294.98,23939.55 +"1056895446,""Classy """"Karma Candy"""" with wonder fruit gooseberry & spices."",Food,Food,USD,2014-04-19,18000.00,2014-03-19 23:23:38,2778.00,failed,24,US,2778.00,2778.00,18000.00" +1056899803,Memory Card Full: A Memoir,Publishing,Publishing,USD,2014-07-03,6500.00,2014-06-03 03:05:14,8150.00,successful,121,US,8150.00,8150.00,6500.00 +1056904196,American Prostitute,Shorts,Film & Video,USD,2012-03-17,6000.00,2012-02-16 01:33:31,1590.00,failed,25,US,1590.00,1590.00,6000.00 +1056906248,Baroque Voices: FEEL THE LOVE Concert - new work by M Smythe,Classical Music,Music,NZD,2015-04-19,4000.00,2015-03-30 10:55:10,4206.00,successful,40,NZ,3182.86,3182.51,3026.63 +105690868,Tribulation Trail,Theater,Theater,USD,2014-08-06,20000.00,2014-07-07 20:53:37,4590.00,failed,28,US,4590.00,4590.00,20000.00 +1056911365,Killing Counts: An Accidental Fire Chief Remembers Sarajevo,Nonfiction,Publishing,USD,2016-10-14,31370.00,2016-09-14 22:52:37,450.00,failed,7,US,5.00,450.00,31370.00 +"1056912369,""Humid Jungle, The Healthy Humidifier"",Product Design,Design,USD,2015-05-22,10000.00,2015-04-22 19:47:15,232.00,failed,3,US,232.00,232.00,10000.00" +105692126,Platformer RPG game low-poly style,Games,Games,MXN,2017-09-09,15000.00,2017-08-10 20:06:15,839.00,failed,3,MX,6.98,47.49,848.99 +105692547,Neo's Land : A New Beginning (Canceled),Video Games,Games,CAD,2013-10-09,100000.00,2013-09-09 16:25:53,15813.00,canceled,199,CA,15192.00,15220.91,96255.66 +1056931881,110 Hours (Canceled),Narrative Film,Film & Video,USD,2011-03-04,5500.00,2011-01-18 19:36:03,131.00,canceled,8,US,131.00,131.00,5500.00 +1056936514,Versa3D by CreateAll. 3D Print. Laser. Mill.,Fabrication Tools,Technology,USD,2016-09-18,100000.00,2016-07-20 05:19:32,7388.00,failed,9,US,8249.00,7388.00,100000.00 +1056942683,Rubies for Charity,Jewelry,Fashion,CAD,2017-09-08,1200.00,2017-08-24 20:08:35,0.00,failed,0,CA,0.00,0.00,992.80 +1056943286,Vein: From A Dream…,Music,Music,USD,2014-03-09,30001.00,2014-02-13 22:03:38,167.00,failed,5,US,167.00,167.00,30001.00 +1056949968,TreeSinger ART from Yellowstone reclaimed wood,Woodworking,Crafts,USD,2015-02-21,11920.00,2015-02-06 15:39:00,28.00,failed,4,US,28.00,28.00,11920.00 +1056959780,Darling Waste Trailer Bail Out!,Rock,Music,USD,2012-05-13,1000.00,2012-04-28 01:54:23,1030.00,successful,14,US,1030.00,1030.00,1000.00 +1056970779,Imaginality on Mobiles & More: Bring Learning to LIFE w/ AR,Apps,Technology,NZD,2014-07-27,120000.00,2014-06-26 22:38:44,4450.00,failed,23,NZ,3859.64,3772.47,101729.40 +1056973736,The Europe that you have not seen...yet,Documentary,Film & Video,EUR,2015-12-16,35000.00,2015-11-16 20:24:16,0.00,failed,0,IT,0.00,0.00,37925.99 +1056974136,Stop Thumbsucking with Innovation: Digit Tape Technology,Gadgets,Technology,USD,2017-12-28,8500.00,2017-11-28 16:59:46,307.00,failed,3,US,300.00,307.00,8500.00 +1056981666,Next Gen N64 Nintendo 64 Controller,Gaming Hardware,Games,USD,2017-09-08,13000.00,2017-08-09 18:55:01,166347.28,successful,5555,US,111287.78,166347.28,13000.00 +"105700248,Motivating Inner New DreamS (M-I-N-D-S),Film & Video,Film & Video,USD,2015-10-07,3000.00,2015-08-08 01:21:39,0.00,undefined,0,""N,0"""""",,0.00,3000.00" +1057017520,Gravity Balls,Mobile Games,Games,CAD,2014-08-31,100.00,2014-08-15 16:38:57,1.00,failed,1,CA,0.92,0.92,91.93 +1057018762,Curtis Crochet Crafts,Crochet,Crafts,GBP,2015-01-14,250.00,2014-12-15 20:12:59,50.00,failed,2,GB,78.59,75.87,379.34 +1057023693,SleeveNotes - A wearable holder for pen/pencils and notepads,Product Design,Design,USD,2015-07-16,15000.00,2015-06-16 21:22:41,129.00,failed,3,US,129.00,129.00,15000.00 +105702600,BODYART Funding Opportunity,Dance,Dance,USD,2011-12-09,3000.00,2011-11-09 19:46:59,3110.00,successful,48,US,3110.00,3110.00,3000.00 +105702849,Arcane: the audio book,Fiction,Publishing,USD,2013-02-01,1360.00,2013-01-02 00:30:53,25.00,failed,1,US,25.00,25.00,1360.00 +1057030775,Wriyon - WRIte Your Own (Canceled),Web,Technology,EUR,2015-02-26,5000.00,2015-01-27 09:41:33,3.00,canceled,2,IE,3.35,3.37,5620.00 +105703606,F.I.D.O. The Fully Integrated Dog Omni-Trainer,Product Design,Design,USD,2014-06-21,30000.00,2014-05-07 18:56:27,2741.00,failed,34,US,2741.00,2741.00,30000.00 +1057050014,We Are Cajun. (On est Cadien'.) A Documentary Film,Documentary,Film & Video,USD,2012-08-04,30000.00,2012-07-10 15:28:11,4784.01,failed,116,US,4784.01,4784.01,30000.00 +1057051304,THE MONSTER BRIDE - A West End Musical Workshop,Theater,Theater,GBP,2013-05-28,3000.00,2013-04-28 22:58:59,3983.00,successful,93,GB,6162.94,6068.41,4570.73 +1057053661,Forte Life: The Headphone That Redefines Your Expectations,Sound,Technology,USD,2014-09-22,10000.00,2014-08-08 17:06:27,92324.55,successful,1636,US,92324.55,92324.55,10000.00 +1057055169,Project Athena,Nonfiction,Publishing,USD,2012-04-12,50000.00,2012-03-13 05:24:13,2.00,failed,2,US,2.00,2.00,50000.00 +1057059160,The Ring Master,Fantasy,Film & Video,GBP,2015-09-22,4000.00,2015-08-26 19:00:42,4012.00,successful,19,GB,6321.80,6088.84,6070.63 +1057060387,On Guardian Mountain Take 2,Documentary,Film & Video,USD,2011-12-01,5000.00,2011-10-02 01:25:11,6226.00,successful,41,US,6226.00,6226.00,5000.00 +1057063666,KLIK Radio (Canceled),Music,Music,USD,2010-04-01,350.00,2010-02-22 01:16:34,0.00,canceled,0,US,0.00,0.00,350.00 +1057077050,Winter is Coming: Poems by Mary Welker 1980-1989,Poetry,Publishing,USD,2010-03-18,200.00,2010-02-16 04:06:08,0.00,failed,0,US,0.00,0.00,200.00 +1057079168,Original Drawings from $1,Illustration,Art,USD,2015-07-04,1.00,2015-06-16 21:25:51,834.00,successful,78,US,834.00,834.00,1.00 +"105707934,""Cliff, Superfan! - A Short Documentary"",Documentary,Film & Video,USD,2015-11-12,8000.00,2015-10-13 12:01:09,19275.00,successful,178,US,19275.00,19275.00,8000.00" +1057080056,Earth 5098,Fiction,Publishing,AUD,2015-02-24,4000.00,2015-01-25 01:22:21,7.00,failed,3,AU,5.62,5.48,3131.36 +1057081114,Sawmill Music: Hardwood Guitar Capos,Product Design,Design,USD,2014-11-22,10000.00,2014-10-21 12:41:54,11385.00,successful,194,US,11385.00,11385.00,10000.00 +1057082951,Left Turn - A Mobile Art Movement,Public Art,Art,USD,2011-10-17,8000.00,2011-09-02 01:48:56,645.00,failed,11,US,645.00,645.00,8000.00 +1057084289,Procesos en Diálogo 2017,Performance Art,Art,MXN,2017-09-26,70000.00,2017-08-12 21:09:48,3060.00,failed,9,MX,0.00,168.34,3850.81 +1057100578,Support my new cd project-Tony Ortiz,World Music,Music,USD,2011-05-02,8000.00,2011-01-31 20:01:11,250.00,failed,3,US,250.00,250.00,8000.00 +"1057103907,""Chasing Static, a conceptual album by Richie Pace Jr."",Indie Rock,Music,USD,2014-05-01,4000.00,2014-03-26 20:18:34,4300.00,successful,73,US,4300.00,4300.00,4000.00" +1057107145,Mermaid's Tea Party Art Print,Illustration,Art,USD,2015-08-12,250.00,2015-07-28 03:10:18,143.00,failed,7,US,143.00,143.00,250.00 +1057107617,BrownBox,Technology,Technology,USD,2014-08-15,15000.00,2014-06-30 17:03:41,0.00,failed,0,US,0.00,0.00,15000.00 +1057111146,W&R candles,Candles,Crafts,USD,2017-12-17,5000.00,2017-11-17 07:47:13,0.00,failed,0,US,0.00,0.00,5000.00 +1057118581,RECOIL - (Based on true events),Shorts,Film & Video,GBP,2016-07-11,10000.00,2016-06-11 01:43:23,10052.00,successful,43,GB,13238.36,13432.40,13362.91 +1057125365,NO MORE STOLEN COVERS!- Keep the covers in place all night!,Product Design,Design,USD,2013-08-12,5000.00,2013-07-13 16:45:38,1434.00,failed,14,US,1434.00,1434.00,5000.00 +1057125983,Formed on Wednesday's Golden Man Physical Release,Rock,Music,NZD,2017-04-12,1000.00,2017-03-13 03:58:46,1015.00,successful,14,NZ,20.77,710.88,700.38 +1057136113,Jelly Bean Candles,Art,Art,USD,2014-06-18,600.00,2014-05-19 22:31:27,160.00,failed,4,US,160.00,160.00,600.00 +1057138103,Media Fiasco Podcast,Performance Art,Art,USD,2012-08-03,4000.00,2012-07-14 01:39:56,0.00,failed,0,US,0.00,0.00,4000.00 +1057139728,Breathe Easy Infusion Chapmint (Canceled),Product Design,Design,USD,2015-04-24,250000.00,2015-02-23 20:31:43,0.00,canceled,0,US,0.00,0.00,250000.00 +"1057147757,""""""UNCOVERED ME"""""",Faith,Music,USD,2014-10-05,3000.00,2014-09-05 21:13:32,50.00,failed,1,US,50.00,50.00,3000.00" +1057159745,The Vista (Canceled),Fiction,Publishing,USD,2014-07-13,15000.00,2014-06-13 16:37:31,0.00,canceled,0,US,0.00,0.00,15000.00 +1057181191,Vertical Garden Prototype,Hardware,Technology,USD,2015-03-12,300.00,2015-02-10 01:45:52,310.00,successful,17,US,310.00,310.00,300.00 +1057184047,KRAZEDKNIGHT,Comics,Comics,USD,2012-02-27,6000.00,2012-01-28 01:11:36,91.00,failed,5,US,91.00,91.00,6000.00 +1057185537,Hold My Drink !,Web,Technology,EUR,2016-06-01,5000.00,2016-05-02 13:29:38,0.00,failed,0,FR,0.00,0.00,5577.00 +1057192023,CORN DOG BABY - A Short Film,Comedy,Film & Video,USD,2015-07-07,5500.00,2015-06-17 09:29:02,5600.00,successful,46,US,5600.00,5600.00,5500.00 +1057193189,Performing for Unity: first step World Championship,Performances,Dance,GBP,2015-03-23,3000.00,2015-03-05 18:31:14,107.00,failed,5,GB,164.32,159.17,4462.63 +1057202783,My Quality Time Self-Care Deck,Illustration,Art,USD,2017-07-08,500.00,2017-06-24 00:50:18,5012.00,successful,137,US,2713.00,5012.00,500.00 +1057207640,Hell Parade,Film & Video,Film & Video,USD,2011-04-09,5000.00,2011-03-09 09:02:53,5000.00,successful,37,US,5000.00,5000.00,5000.00 +1057210480,Gertrude Stein's 'Brewsie and Willie',Narrative Film,Film & Video,USD,2012-09-24,15000.00,2012-08-25 17:13:39,20150.00,successful,68,US,20150.00,20150.00,15000.00 +105721502,Dungeons On Demand: Volume 4 - 5E DnD Dungeon Adventures,Tabletop Games,Games,USD,2016-10-14,1000.00,2016-09-19 12:46:03,18726.46,successful,703,US,4558.00,18726.46,1000.00 +1057215077,OreZom Trails,Video Games,Games,USD,2012-10-20,5000.00,2012-09-25 07:01:06,5965.00,successful,284,US,5965.00,5965.00,5000.00 +1057230394,The Royal Road Project,Digital Art,Art,USD,2012-04-26,10000.00,2012-03-22 22:58:10,185.00,failed,4,US,185.00,185.00,10000.00 +1057236,The Life and Adventures of Sue Bee,Nonfiction,Publishing,USD,2012-03-25,25000.00,2012-02-24 01:31:04,0.00,failed,0,US,0.00,0.00,25000.00 +"1057245871,""MAGIK volume 1, a photo book."",Photography,Photography,USD,2012-08-05,5000.00,2012-07-06 00:11:39,200.00,failed,3,US,200.00,200.00,5000.00" +1057246934,The Threads of Fate and Destiny Expansion and Re-Release,Fiction,Publishing,USD,2017-07-02,3500.00,2017-05-23 20:54:33,0.00,canceled,0,US,0.00,0.00,3500.00 +1057249333,GIRLS WILL BE: Shorts designed to let girls be kids,Childrenswear,Fashion,USD,2014-03-31,24500.00,2014-02-27 13:19:37,30253.00,successful,668,US,30253.00,30253.00,24500.00 +1057250803,The IN-BEtween Project,Documentary,Film & Video,USD,2013-04-30,500.00,2013-04-11 21:07:18,501.00,successful,13,US,501.00,501.00,500.00 +1057259845,The Cake Bake Shop,Food,Food,USD,2014-05-24,50000.00,2014-04-24 19:40:57,462.00,failed,8,US,462.00,462.00,50000.00 +1057264593,Stars & Stripes Brewing,Drinks,Food,USD,2017-12-10,20000.00,2017-11-10 12:33:52,22300.00,successful,142,US,5740.00,22300.00,20000.00 +1057270481,Sigma: A Spy Action Series,Webseries,Film & Video,USD,2012-08-09,22000.00,2012-06-28 02:05:39,13886.00,failed,151,US,13886.00,13886.00,22000.00 +1057271904,Send Marie Danielle to record with Simone Felice.,Country & Folk,Music,USD,2014-10-12,2500.00,2014-09-12 06:14:37,2650.00,successful,28,US,2650.00,2650.00,2500.00 +1057272295,FOOD SYSTEMS: 2 1/2 films about a city's food ecosystem,Documentary,Film & Video,USD,2015-05-29,1500.00,2015-04-28 00:52:36,1578.00,successful,46,US,1578.00,1578.00,1500.00 +1057272474,Leagues of Gothic Horror,Tabletop Games,Games,GBP,2015-08-03,3500.00,2015-06-30 22:00:18,9012.00,successful,230,GB,14160.06,13983.80,5430.90 +1057275797,KAREN KUEHN - MAVERICK CAMERA - The Photographs & Stories,Photobooks,Photography,USD,2016-04-09,21000.00,2016-02-09 19:37:33,21831.00,successful,273,US,21831.00,21831.00,21000.00 +1057276933,Antenna - The Second Album,Music,Music,USD,2014-09-18,1000.00,2014-09-11 02:24:33,1269.71,successful,11,US,1269.71,1269.71,1000.00 +105727920,Dean's List Tutoring Concierge (Canceled),Software,Technology,USD,2016-03-16,50000.00,2016-02-16 17:40:34,0.00,canceled,0,US,0.00,0.00,50000.00 +1057282928,YoniVerse ~ Coloring Book!!!,Illustration,Art,USD,2016-01-03,1000.00,2015-12-04 01:01:25,388.00,failed,16,US,388.00,388.00,1000.00 +1057290950,Regression,Shorts,Film & Video,USD,2014-03-30,3500.00,2014-02-28 02:41:30,3595.00,successful,34,US,3595.00,3595.00,3500.00 +1057294102,Beating on the Chest of God,Publishing,Publishing,USD,2013-11-20,24000.00,2013-10-21 02:03:56,2663.00,failed,41,US,2663.00,2663.00,24000.00 +1057311605,Shifting Gears,Fiction,Publishing,USD,2016-02-18,1700.00,2016-01-20 04:44:47,351.00,failed,8,US,351.00,351.00,1700.00 +1057312161,Panorama: The Journal of Intelligent Travel (Canceled),Literary Journals,Publishing,GBP,2016-07-20,43000.00,2016-06-20 18:55:41,6779.00,canceled,195,GB,9733.90,8877.10,56308.52 +1057327729,Voyager,Theater,Theater,GBP,2016-05-24,1000.00,2016-04-25 14:30:03,1100.00,successful,16,GB,1584.57,1611.23,1464.75 +1057334639,FAUX (Canceled),Conceptual Art,Art,AUD,2015-09-12,3000.00,2015-07-14 05:39:42,0.00,canceled,0,AU,0.00,0.00,2180.71 +1057367238,Out in the Cold: Dispatches from an Alaskan Surf Safari,Nonfiction,Publishing,USD,2013-01-08,10000.00,2012-12-09 00:59:58,1344.00,failed,26,US,1344.00,1344.00,10000.00 +1057371921,Fall of the Realm's,Games,Games,AUD,2014-08-04,10000.00,2014-07-05 11:37:15,6.00,failed,2,AU,5.61,5.57,9285.05 +1057373626,Letters To Arts: The Dear Ivy Chapbook Project,Poetry,Publishing,USD,2015-05-17,300.00,2015-05-02 06:16:09,0.00,failed,0,US,0.00,0.00,300.00 +105737379,PyB Apparel,Apparel,Fashion,USD,2016-04-15,10000.00,2016-03-16 21:28:09,1160.00,failed,12,US,1160.00,1160.00,10000.00 +1057374918,iMasterCleanse,Film & Video,Film & Video,USD,2011-07-26,10000.00,2011-05-24 03:22:34,280.00,failed,6,US,280.00,280.00,10000.00 +1057381850,Whiskey Chasing,Documentary,Film & Video,USD,2017-04-01,20000.00,2017-03-05 00:18:08,9838.00,failed,57,US,209.00,9838.00,20000.00 +1057383531,MPLS PRIDE,Documentary,Film & Video,USD,2017-07-24,1597.00,2017-06-30 13:39:41,0.00,failed,0,US,0.00,0.00,1597.00 +1057385353,Madison Love - A Girl's Life Unlimited,Pop,Music,USD,2017-12-17,3000.00,2017-11-08 18:49:22,0.00,failed,0,US,0.00,0.00,3000.00 +1057396713,Girls Rock NL Camp Year Two!!,Kids,Music,CAD,2017-05-15,1000.00,2017-04-09 01:24:05,2465.00,successful,26,CA,29.84,1816.64,736.97 +1057399244,Secret Santa (Canceled),Stationery,Crafts,CAD,2014-11-29,800.00,2014-11-14 19:47:17,0.00,canceled,0,CA,0.00,0.00,702.12 +1057402859,Failure By Design,Fashion,Fashion,USD,2013-01-17,10000.00,2012-11-18 18:34:27,113.00,failed,3,US,113.00,113.00,10000.00 +105741053,Blizzel,Mobile Games,Games,EUR,2014-06-05,5000.00,2014-05-06 20:52:38,1.00,failed,1,NL,1.39,1.36,6821.00 +1057413767,KC BBQ Documentary,Documentary,Film & Video,USD,2012-09-19,50000.00,2012-08-20 05:50:26,4176.00,failed,54,US,4176.00,4176.00,50000.00 +1057415562,Skate Your Fate T-Shirt Project,Crafts,Crafts,USD,2013-07-26,500.00,2013-07-12 18:49:30,100.00,failed,4,US,100.00,100.00,500.00 +1057429416,DAYWATCH - A Wristwatch for Today,Accessories,Fashion,USD,2015-03-02,12000.00,2015-01-22 08:00:12,2648.00,failed,64,US,2648.00,2648.00,12000.00 +1057430752,Murder of a Post Office Manager - A Crime Novel,Fiction,Publishing,USD,2012-12-31,1200.00,2012-12-05 02:11:45,2020.88,successful,48,US,2020.88,2020.88,1200.00 +1057431669,ZelosLaser - Opensource Arduino Laser Engraver (Canceled),DIY Electronics,Technology,EUR,2015-06-02,15000.00,2015-05-12 04:37:27,5612.00,canceled,19,DE,6289.88,6295.57,16827.08 +1057435473,VIS - 'Useful Power',Gadgets,Technology,USD,2015-03-30,30000.00,2015-02-18 22:15:20,62367.00,successful,431,US,62367.00,62367.00,30000.00 +1057436157,Nerds of the North Calendar,Photobooks,Photography,NOK,2017-10-12,23000.00,2017-09-12 22:54:29,1260.00,failed,6,NO,107.86,159.34,2908.56 +1057438468,XtendaBrim -- Brim extension for baseball caps and visors.,Product Design,Design,USD,2011-11-05,10000.00,2011-09-16 19:39:48,40.00,failed,1,US,40.00,40.00,10000.00 +105744101,Comics Weekly Magazine,Comics,Comics,USD,2015-07-13,10000.00,2015-06-03 23:19:43,1014.00,failed,13,US,1014.00,1014.00,10000.00 +1057441073,UAV Drones & Collateral Damage Impact International Law,Flight,Technology,USD,2015-10-09,100.00,2015-09-09 16:08:52,100.00,successful,3,US,100.00,100.00,100.00 +1057449019,PuraAwaken,Fashion,Fashion,GBP,2017-09-07,3500.00,2017-07-31 12:36:06,18.00,failed,1,GB,0.00,23.78,4624.86 +1057451401,MagBak Case: World's thinnest car mount.,Product Design,Design,USD,2015-04-17,15000.00,2015-03-03 11:04:08,206450.00,successful,3594,US,206450.00,206450.00,15000.00 +1057452953,Gilded Devils,Tabletop Games,Games,USD,2015-11-09,20000.00,2015-10-10 15:46:58,2189.00,failed,56,US,2189.00,2189.00,20000.00 +1057458886,The Impossible Tour - Minneapolis,Rock,Music,USD,2011-09-06,1000.00,2011-08-07 21:09:34,915.06,failed,27,US,915.06,915.06,1000.00 +"1057465524,""Promote new, self-published historical novel set in Shanghai"",Publishing,Publishing,USD,2011-05-08,425.00,2011-03-23 04:35:43,535.00,successful,20,US,535.00,535.00,425.00" +1057467394,The Summer Help (documentary),Documentary,Film & Video,USD,2015-09-11,25000.00,2015-08-09 15:55:34,25282.00,successful,250,US,25282.00,25282.00,25000.00 +1057488050,15 Games,Tabletop Games,Games,USD,2018-01-05,1000.00,2017-12-31 13:53:53,1.00,canceled,1,US,0.00,1.00,1000.00 +"1057488478,""""""Blank Canvas""""....The possibilities are limitless!"",Design,Design,USD,2015-06-11,10000.00,2015-04-22 04:45:06,151.00,failed,2,US,151.00,151.00,10000.00" +1057491585,Online Japanese Purikura Photobooth with Social Features,Graphic Design,Design,AUD,2015-05-08,2000.00,2015-04-08 16:29:58,0.00,failed,0,AU,0.00,0.00,1582.53 +1057494148,VICE (Canceled),Electronic Music,Music,USD,2013-07-01,1000.00,2013-05-31 23:19:19,0.00,canceled,0,US,0.00,0.00,1000.00 +1057496823,SACRED REALMS- Video Game silkscreen art prints!,Illustration,Art,USD,2016-12-31,4000.00,2016-12-01 20:42:31,6176.00,successful,56,US,5601.00,6176.00,4000.00 +1057503827,www.video.game,Video Games,Games,EUR,2016-05-20,17777.00,2016-05-04 23:49:30,333.00,failed,8,FR,384.05,373.59,19943.91 +1057507645,Companion for IBD Website and Blog (Canceled),Web,Journalism,USD,2016-02-09,350.00,2016-01-26 19:14:07,0.00,canceled,0,US,0.00,0.00,350.00 +1057509052,Geto Geeks Apparel - Educated Fashion,Apparel,Fashion,USD,2014-05-16,5000.00,2014-04-26 12:43:00,1.00,failed,1,US,1.00,1.00,5000.00 +"1057512095,White Flag Album,Music,Music,USD,2015-12-01,7500.00,2015-11-10 02:58:02,8270.00,undefined,0,""N,0"""""",,8270.00,7500.00" +1057515774,Last Edition - Best Foot Forward [Debut Album!],Punk,Music,GBP,2015-10-25,500.00,2015-09-10 22:44:15,1203.00,successful,54,GB,1852.28,1845.38,766.99 +1057524081,Frisson Studio Album & West Coast Tour,Jazz,Music,USD,2017-06-24,5000.00,2017-05-05 20:26:35,621.00,failed,14,US,170.00,621.00,5000.00 +1057526219,Blue House Books Funding Project,Publishing,Publishing,USD,2017-09-04,800.00,2017-08-05 16:56:58,825.00,successful,18,US,260.68,825.00,800.00 +1057531470,Providence - A LitRPG Novel,Fiction,Publishing,USD,2017-03-24,1000.00,2017-02-24 12:21:20,25.00,canceled,1,US,25.00,25.00,1000.00 +1057533326,Walking On Eggshells,Performance Art,Art,USD,2016-08-09,2000.00,2016-07-15 17:30:01,5060.00,successful,51,US,1985.00,5060.00,2000.00 +1057536179,12 Short Films in a Year,Shorts,Film & Video,USD,2012-04-01,500.00,2012-02-03 00:40:28,520.99,successful,17,US,520.99,520.99,500.00 +1057541217,God's word and satans deception a book about salvation,Nonfiction,Publishing,USD,2017-02-08,5000.00,2017-01-09 00:17:12,0.00,failed,0,US,0.00,0.00,5000.00 +1057542956,Atlantis Fallen Print Edition,Fiction,Publishing,EUR,2016-10-01,2500.00,2016-09-05 16:00:21,3785.00,successful,118,IE,1188.22,4216.47,2784.99 +1057551004,Race is no excuse for ignorance,Fashion,Fashion,USD,2015-09-30,8000.00,2015-08-22 15:43:09,27.77,failed,1,US,27.77,27.77,8000.00 +1057555457,The Ragged Trousered Philanthropists - Feature Film,Narrative Film,Film & Video,GBP,2016-08-04,10000.00,2016-07-11 16:16:56,11434.73,successful,342,GB,25.91,15041.34,13154.09 +1057559519,Amend - Social Movement App,Apps,Technology,USD,2015-01-10,600000.00,2014-11-24 18:22:44,3567.00,failed,3,US,3567.00,3567.00,600000.00 +105756370,MENTAL | Edinburgh Festival Fringe 2017,Theater,Theater,GBP,2017-07-06,3991.00,2017-06-07 11:25:00,4296.00,successful,100,GB,914.15,5540.44,5147.09 +1057566801,Hurleyville Show,Shorts,Film & Video,USD,2013-04-20,120000.00,2013-03-06 15:37:17,31185.00,failed,41,US,31185.00,31185.00,120000.00 +"1057569152,""""""Mr. Confidential"""" reading at the York Theatre Co. May 13"",Theater,Theater,USD,2013-04-15,7250.00,2013-03-16 18:20:32,7340.00,successful,45,US,7340.00,7340.00,7250.00" +1057573340,When We Were Little: A Story about Growing Up,Shorts,Film & Video,USD,2012-08-18,2950.00,2012-07-12 06:33:25,3007.00,successful,20,US,3007.00,3007.00,2950.00 +1057573655,Dark Space the return,Fiction,Publishing,CHF,2015-07-29,6000.00,2015-06-19 21:44:53,5.00,failed,1,CH,5.42,5.19,6228.33 +105758108,Rossi Cree T-shirts,Apparel,Fashion,USD,2015-07-31,10000.00,2015-07-10 22:30:53,30.00,failed,1,US,30.00,30.00,10000.00 +"1057587349,""The Shirt Icon - t-shirts, hats, merch, oh my!"",Apparel,Fashion,USD,2018-01-03,1500.00,2017-12-04 20:28:35,71.00,live,4,US,25.00,71.00,1500.00" +1057594520,Faux Paw's First Album,Indie Rock,Music,USD,2012-07-24,1600.00,2012-06-08 16:17:09,2303.00,successful,59,US,2303.00,2303.00,1600.00 +1057595642,Love Transformed: A Recital,Classical Music,Music,USD,2012-04-22,500.00,2012-02-22 01:56:38,648.00,successful,12,US,648.00,648.00,500.00 +1057632659,99% Compostable iPhone 6/6s Case,Product Design,Design,AUD,2016-09-15,10000.00,2016-08-08 22:50:28,5084.00,failed,69,AU,2140.02,3817.96,7509.76 +1057632854,Based on a Totally True Story,Theater,Theater,USD,2013-09-22,3000.00,2013-08-23 01:56:33,3031.00,successful,60,US,3031.00,3031.00,3000.00 +1057638480,What Took You So Long to find Camel Cheese?,Food,Food,USD,2010-09-30,8000.00,2010-08-11 08:27:37,8312.00,successful,101,US,8312.00,8312.00,8000.00 +1057641268,Hustle,Comedy,Film & Video,USD,2016-11-11,11970.00,2016-10-11 16:35:22,13441.00,successful,259,US,4028.00,13441.00,11970.00 +1057647061,Super Rich Kids online store,Fashion,Fashion,EUR,2014-11-24,15000.00,2014-10-25 05:30:26,0.00,failed,0,NL,0.00,0.00,18724.49 +1057654780,AMELIA GUNN & THE WORLD OF STEAMPUNK,Webseries,Film & Video,USD,2012-04-17,5500.00,2012-03-16 04:03:37,527.00,failed,15,US,527.00,527.00,5500.00 +1057657556,Carrots on Fire!,Food,Food,USD,2014-08-20,20.00,2014-07-21 21:37:33,225.00,successful,9,US,225.00,225.00,20.00 +1057668745,The Waiter,Shorts,Film & Video,USD,2012-07-15,5000.00,2012-06-14 06:24:38,1154.00,failed,22,US,1154.00,1154.00,5000.00 +1057670628,The Double D Rack,Product Design,Design,USD,2015-10-22,24000.00,2015-09-28 21:29:02,2509.00,failed,18,US,2509.00,2509.00,24000.00 +1057672994,In the Hole: The Autobiography of Myron Piggie,Nonfiction,Publishing,USD,2015-05-20,10000.00,2015-03-24 16:13:14,59.00,failed,2,US,59.00,59.00,10000.00 +1057678357,Microwave Gourmet Homemade Chocolate Fudge Mix.,Food,Food,USD,2012-10-13,29500.00,2012-09-13 00:59:07,275.00,failed,5,US,275.00,275.00,29500.00 +1057680816,The Cuban Journey… continued.,Art,Art,GBP,2015-06-10,1750.00,2015-05-19 16:27:52,2202.00,successful,73,GB,3460.59,3410.15,2710.15 +1057682362,Jelly Grip Pro Tripod Mount,Camera Equipment,Technology,USD,2017-09-13,5000.00,2017-08-14 19:05:44,2893.00,failed,90,US,706.00,2893.00,5000.00 +1057702613,The Worlds Healthiest Nutrition Bar! 26g Protein!,Food,Food,USD,2017-03-10,47000.00,2017-02-08 22:18:44,544.00,failed,4,US,519.00,544.00,47000.00 +"1057709882,""Mobile Game """"The Redcoats are Coming, Again!"""""",Games,Games,USD,2011-07-24,2500.00,2011-07-04 05:32:43,2960.00,successful,70,US,2960.00,2960.00,2500.00" +1057717619,Shining city scape at night,Painting,Art,USD,2015-10-05,250.00,2015-09-05 03:57:15,0.00,failed,0,US,0.00,0.00,250.00 +1057718570,AuxiliA 6 Song Album,Metal,Music,USD,2013-12-09,1500.00,2013-11-20 02:45:08,1500.00,successful,25,US,1500.00,1500.00,1500.00 +1057723032,Oregon Baby™ Diapers,Wearables,Technology,USD,2015-04-13,12000.00,2015-03-14 16:59:35,904.00,failed,29,US,904.00,904.00,12000.00 +1057723356,MABLE toothbrush - first batch into the world!,Product Design,Design,USD,2014-11-07,6500.00,2014-10-07 01:45:05,554.00,failed,17,US,554.00,554.00,6500.00 +1057723554,Moozie's Orchestra Adventure,Children's Books,Publishing,USD,2013-04-13,8800.00,2013-03-14 00:42:00,250.00,failed,9,US,250.00,250.00,8800.00 +1057730602,Masque of the Red Death,Performances,Dance,USD,2015-10-31,8000.00,2015-09-01 17:17:14,8032.00,successful,37,US,8032.00,8032.00,8000.00 +1057730769,Unordnung war gestern - die Zukunft gehört dem PERSONAL DESK,Hardware,Technology,EUR,2015-06-30,25000.00,2015-06-12 11:42:30,0.00,failed,0,DE,0.00,0.00,27739.87 +1057737029,Frederica: The Life and Work of Frederica Mathewes-Green,Documentary,Film & Video,USD,2014-03-01,24000.00,2014-01-30 00:01:12,2703.00,canceled,43,US,2703.00,2703.00,24000.00 +1057743817,A Widening Gyre - Issue One,Periodicals,Publishing,USD,2012-02-16,1500.00,2012-01-26 13:26:29,1640.05,successful,67,US,1640.05,1640.05,1500.00 +1057751029,The Lock,Narrative Film,Film & Video,USD,2014-04-02,6000.00,2014-03-03 16:01:02,11776.11,successful,121,US,11776.11,11776.11,6000.00 +"1057752953,""Modulo: A simple, modular solution for building electronics."",DIY Electronics,Technology,USD,2015-06-03,10000.00,2015-05-05 17:01:34,51104.00,successful,315,US,51104.00,51104.00,10000.00" +"1057760169,""""""New World"""" A Progressive Rock Album by Dave Kerzner"",Rock,Music,USD,2014-08-06,17000.00,2014-06-27 06:30:59,31548.00,successful,598,US,31548.00,31548.00,17000.00" +1057768027,Doro,Video Games,Games,USD,2014-09-14,430.00,2014-08-25 23:56:54,5.00,failed,1,US,5.00,5.00,430.00 +"1057770044,""""""Ghost Guard"""" Glow-in-the-Dark Patch, Lapel Pin, T-Shirt"",Illustration,Art,USD,2016-02-23,3500.00,2016-01-25 18:59:39,4872.00,successful,146,US,4872.00,4872.00,3500.00" +105777423,EZ/LAB | Much more than a sneaker,Footwear,Fashion,EUR,2017-04-28,20000.00,2017-03-29 17:37:25,630.00,failed,4,ES,0.00,688.59,21860.07 +105777716,The Cornish Sea Garden,Crafts,Crafts,GBP,2014-04-17,1500.00,2014-03-18 20:30:41,385.00,failed,10,GB,640.43,647.11,2521.22 +1057777624,Mamut VR Protection,Product Design,Design,SEK,2016-09-21,3000.00,2016-08-22 16:51:28,23960.00,successful,85,SE,907.76,2804.08,351.09 +1057779650,B Clea Arts east coast tour with new inspirations and ideas!,Mixed Media,Art,USD,2013-04-08,34000.00,2013-03-13 18:16:52,0.00,failed,0,US,0.00,0.00,34000.00 +1057779663,Mini d20 Dice Earrings (10mm) - New Colors!,Tabletop Games,Games,USD,2017-04-25,500.00,2017-03-26 00:34:40,2994.00,successful,171,US,1257.00,2994.00,500.00 +1057779901,Encourage a love of Science: 8 year old wants a science room,Architecture,Design,USD,2014-08-21,2100.00,2014-07-22 19:37:08,409.00,failed,21,US,409.00,409.00,2100.00 +1057783808,Sweet Eats & Co: Vegan & Paleo Chocolate Chips & Bars,Food,Food,USD,2017-07-06,35000.00,2017-06-06 16:57:13,3064.00,failed,55,US,777.00,3064.00,35000.00 +1057790742,Cubicles: Deluxe Edition,Graphic Novels,Comics,USD,2016-05-04,2000.00,2016-04-12 17:24:48,4115.01,successful,118,US,4115.01,4115.01,2000.00 +1057795413,Fog is the Breath of the Ocean,Art Books,Publishing,USD,2016-04-11,7000.00,2016-02-11 15:02:10,7071.00,successful,59,US,7071.00,7071.00,7000.00 +105779837,ALBA DREAMS,Mixed Media,Art,GBP,2014-02-05,2000.00,2014-01-06 19:15:53,2010.00,successful,16,GB,3299.66,3281.69,3265.36 +1057803246,Help The Disciples Quartet Record their Next CD!,Country & Folk,Music,USD,2012-04-04,1000.00,2012-03-05 21:23:08,240.00,failed,3,US,240.00,240.00,1000.00 +1057817595,Singing in Harmony Project,Music,Music,USD,2012-06-22,500.00,2012-06-01 15:18:25,20.00,failed,1,US,20.00,20.00,500.00 +1057820834,Malandros: tales from the streets of old Rio,Tabletop Games,Games,GBP,2015-11-20,50.00,2015-10-21 13:02:08,1861.00,successful,180,GB,2879.72,2837.41,76.23 +1057821629,Yelena - A feature film about sex trafficking in London,Narrative Film,Film & Video,GBP,2013-05-01,40000.00,2013-04-01 19:03:17,0.00,failed,0,GB,0.00,0.00,62218.07 +1057823381,click.,Shorts,Film & Video,USD,2011-05-22,300.00,2011-04-28 23:29:38,300.00,successful,7,US,300.00,300.00,300.00 +1057827812,EyeShield -The Sun Blocking and Wallet case for iPhone 5/5S,Technology,Technology,USD,2014-02-01,10000.00,2013-12-18 22:55:25,729.00,failed,22,US,729.00,729.00,10000.00 +1057829042,Painter working towards first major solo show.,Painting,Art,USD,2010-12-31,5250.00,2010-12-01 02:37:09,25.00,failed,1,US,25.00,25.00,5250.00 +"1057832338,""Memoirs of an ordinary guy Not Rich, Not Famous, Just Truths"",Fiction,Publishing,GBP,2014-03-26,2500.00,2014-02-24 09:49:42,10.00,failed,1,GB,16.62,16.63,4158.28" +1057839392,Sensu Brush: A True Painting Experience on Your iPad,Product Design,Design,USD,2011-10-21,7500.00,2011-09-21 17:19:06,65823.87,successful,1816,US,65823.87,65823.87,7500.00 +105784383,Dog Broom,Product Design,Design,GBP,2017-09-28,50000.00,2017-08-29 13:35:37,186.00,failed,7,GB,42.51,249.03,66944.26 +1057847952,Childproof switch for your TV and Roku remotes - Tot Switch,Product Design,Design,USD,2013-04-04,30000.00,2013-03-05 15:49:20,1574.00,failed,69,US,1574.00,1574.00,30000.00 +1057850882,Boulder City Kids Club TV ,Film & Video,Film & Video,USD,2011-04-11,2500.00,2011-02-24 23:18:16,30.00,failed,1,US,30.00,30.00,2500.00 +1057851177,Setback,Narrative Film,Film & Video,USD,2011-06-21,12000.00,2011-05-07 03:31:12,10.00,failed,1,US,10.00,10.00,12000.00 +1057852710,The 400 years web project of William Shakespeare 's works,Publishing,Publishing,EUR,2015-11-11,24000.00,2015-10-02 09:10:24,96.00,failed,4,IT,107.18,103.33,25833.67 +1057855345,Hootie McBoutique's laser cut jewellery,Fashion,Fashion,GBP,2012-12-29,3000.00,2012-11-29 22:59:41,3095.00,successful,34,GB,4956.88,4957.79,4805.61 +105786693,Tea For Three (Free Viewing of Tea for Three for Backers),Animation,Film & Video,USD,2013-01-06,4500.00,2012-11-07 23:43:09,40.00,canceled,2,US,40.00,40.00,4500.00 +1057871333,Help finish Switch and Signal Skatepark,Civic Design,Design,USD,2017-12-10,11000.00,2017-11-15 00:07:06,13869.00,successful,224,US,2024.00,13869.00,11000.00 +1057873989,CRE81 RIDESHARE APP,Apps,Technology,USD,2015-09-19,350000.00,2015-08-20 14:43:18,56.00,failed,3,US,56.00,56.00,350000.00 +1057876668,Expect no mercy - the battle felons face in moving forward,Documentary,Film & Video,USD,2013-05-02,5000.00,2013-04-02 06:01:04,10.00,failed,1,US,10.00,10.00,5000.00 +1057878399,Ain't No Thang,Food,Food,USD,2016-06-30,100000.00,2016-05-31 21:20:31,0.00,failed,0,US,0.00,0.00,100000.00 +1057910545,JONATHAN TERRELL IS RECORDING A BRAND SPANKIN' NEW RECORD!!!!,Music,Music,USD,2010-10-21,50.00,2010-09-21 07:52:00,690.00,successful,14,US,690.00,690.00,50.00 +1057917505,Jade,Video Games,Games,EUR,2015-07-30,1400.00,2015-06-30 18:17:21,510.00,failed,63,FR,561.60,559.31,1535.37 +1057925827,Sanaa Sade Brand,Childrenswear,Fashion,USD,2016-12-29,50000.00,2016-11-29 20:17:31,352.00,failed,5,US,260.00,352.00,50000.00 +1057928561,Sacred Ordinary - Parks and Cafes 1993-2009,Art Books,Publishing,USD,2011-05-29,1700.00,2011-04-29 04:58:14,60.00,failed,3,US,60.00,60.00,1700.00 +"1057933916,Sleepz 4 Tha Rich Mixtape,Music,Music,USD,2015-04-04,5000.00,2015-03-05 05:18:10,1.00,undefined,0,""N,0"""""",,1.00,5000.00" +"1057935321,""""""Internet Piracy Film"""" (tentative title)"",Documentary,Film & Video,USD,2012-01-10,5000.00,2011-12-11 14:05:57,1.00,failed,1,US,1.00,1.00,5000.00" +1057937774,THE EDEN T,Apparel,Fashion,GBP,2017-11-09,2000.00,2017-09-30 19:00:59,2685.00,successful,70,GB,611.78,3540.91,2637.55 +1057938449,Make this a Good Monday,Apparel,Fashion,USD,2017-10-11,1000.00,2017-09-13 03:04:12,25.00,failed,1,US,0.00,25.00,1000.00 +1057944447,Fund an Album by the Futurenows!,Country & Folk,Music,USD,2011-06-02,1200.00,2011-05-12 18:58:31,1499.00,successful,37,US,1499.00,1499.00,1200.00 +1057968885,Red Violin Watch - 2nd Campaign,Product Design,Design,HKD,2017-11-12,180000.00,2017-10-13 04:31:03,8338.00,canceled,14,HK,860.97,1067.32,23041.18 +1057971809,FAIRY QUEST 2: OUTCASTS,Comics,Comics,USD,2014-03-19,60000.00,2014-02-12 21:43:08,86426.50,successful,1457,US,86426.50,86426.50,60000.00 +1057977149,Shuttered rock album by Jeremy Scherle,People,Photography,USD,2015-02-27,1750.00,2015-01-13 04:15:11,77.00,failed,5,US,77.00,77.00,1750.00 +1057979341,Whisper Audio Headphone Practice Amp for Guitar and Bass,Gadgets,Technology,USD,2015-03-09,7000.00,2015-02-07 16:37:25,48960.53,successful,1187,US,48960.53,48960.53,7000.00 +105798915,Rain's Story - A Different Type of Vampire Movie (Canceled),Narrative Film,Film & Video,USD,2013-05-20,12000.00,2013-04-20 03:09:34,331.00,canceled,11,US,331.00,331.00,12000.00 +1057990395,Villarreal Family Farm Expansion Project,Food,Food,USD,2011-12-06,20000.00,2011-10-07 22:55:41,17558.00,failed,73,US,17558.00,17558.00,20000.00 +1057994545,Äkta Desigs - handmade leather Iphone pouch,Accessories,Fashion,AUD,2015-03-14,1100.00,2015-02-17 01:05:22,85.00,failed,2,AU,66.01,65.48,847.39 +1058001538,The Marigold Tarot,Illustration,Art,CAD,2017-10-18,12210.00,2017-09-18 05:59:33,151847.00,successful,2463,CA,12160.89,121535.94,9772.69 +"1058002112,""Lillian-based on Edna St. Vincent Millay's poem, """"What Lips"""""",Shorts,Film & Video,USD,2011-08-24,11000.00,2011-07-25 11:12:27,2690.00,canceled,27,US,2690.00,2690.00,11000.00" +1058011953,FIND by SenseGiz- Never lose anything! Share/track via app.,Gadgets,Technology,USD,2014-05-15,30000.00,2014-04-25 19:00:55,1728.00,canceled,45,US,1728.00,1728.00,30000.00 +1058012569,Sadie Gustafson-Zook- Solo Album,Country & Folk,Music,USD,2017-07-03,5000.00,2017-06-03 04:35:20,5581.00,successful,75,US,750.00,5581.00,5000.00 +1058017744,Handmade glass art,Sculpture,Art,USD,2016-08-22,4300.00,2016-06-27 17:16:58,101.00,failed,3,US,0.00,101.00,4300.00 +"1058023346,""Tusk, a Maritime Adventure Novel"",Fiction,Publishing,USD,2015-10-28,2200.00,2015-09-28 22:15:34,2250.00,successful,21,US,2250.00,2250.00,2200.00" +"1058024834,""""""The Ride of My Life"""""",Documentary,Film & Video,USD,2012-10-23,20000.00,2012-09-23 15:35:52,5940.00,failed,87,US,5940.00,5940.00,20000.00" +1058026958,Embodies,Documentary,Film & Video,USD,2013-05-18,1000.00,2013-04-18 23:43:52,1450.00,successful,45,US,1450.00,1450.00,1000.00 +1058027433,Custom Made Collectible Card Gaming Accessories,Tabletop Games,Games,USD,2014-09-11,2000.00,2014-08-12 23:21:55,37.00,failed,4,US,37.00,37.00,2000.00 +"1058041931,""Japanese: The Game, a language-learning card game."",Tabletop Games,Games,USD,2014-02-06,5700.00,2014-01-02 22:49:07,128808.51,successful,2719,US,128808.51,128808.51,5700.00" +1058042479,Inside Gaming Podcast,Video Games,Games,EUR,2017-04-24,200.00,2017-04-04 21:48:40,0.00,canceled,0,DE,0.00,0.00,218.60 +1058045293,Msfts Clothing T-shirts Launch !,Fashion,Fashion,USD,2012-07-26,700.00,2012-06-26 02:02:29,60.00,failed,3,US,60.00,60.00,700.00 +1058051322,127 Minutes,Shorts,Film & Video,USD,2011-07-29,1500.00,2011-06-29 09:28:08,360.00,failed,12,US,360.00,360.00,1500.00 +1058058521,Denver's Zaniest Dad Band Wants to Record an Album!,Rock,Music,USD,2016-09-16,3500.00,2016-07-18 20:01:18,4056.00,successful,55,US,0.00,4056.00,3500.00 +1058062278,AfterEarth: The Fall. RPG - Create and Modify with us!,Tabletop Games,Games,USD,2012-10-17,35000.00,2012-09-12 07:20:11,6081.66,failed,190,US,6081.66,6081.66,35000.00 +1058067276,eXPLOR Cover Art,Fiction,Publishing,USD,2015-12-04,1299.00,2015-11-14 03:53:16,23.00,failed,2,US,23.00,23.00,1299.00 +1058067591,Gym Challenges,Apps,Technology,GBP,2016-10-13,17500.00,2016-09-13 17:24:13,0.00,canceled,0,GB,0.00,0.00,21414.06 +1058069720,YoBox: Your Personal Storage Management,Gadgets,Technology,USD,2015-01-31,20000.00,2014-12-17 04:19:49,21198.00,successful,98,US,21198.00,21198.00,20000.00 +1058070654,When The Ocean Met The Sky,Narrative Film,Film & Video,USD,2013-10-15,25000.00,2013-08-28 03:37:17,26772.00,successful,87,US,26772.00,26772.00,25000.00 +1058075325,AKW,Indie Rock,Music,USD,2014-06-04,8000.00,2014-04-25 20:53:30,8247.00,successful,108,US,8247.00,8247.00,8000.00 +1058077323,Random Cow Globe Planters,Installations,Art,USD,2014-09-21,1500.00,2014-08-07 20:34:04,126.00,failed,3,US,126.00,126.00,1500.00 +1058080406,cool t shirts that speak your mind UC-BS.com (brain storms),Apparel,Fashion,USD,2014-09-12,8000.00,2014-08-13 02:41:24,3.00,canceled,1,US,3.00,3.00,8000.00 +1058080887,Romesco Sauce,Food,Food,USD,2013-12-09,45000.00,2013-11-18 04:48:18,1470.00,failed,18,US,1470.00,1470.00,45000.00 +10580825,Reborn - TD,Games,Games,GBP,2015-12-22,85000.00,2015-10-23 23:23:58,20.00,failed,1,GB,30.86,29.82,126735.15 +1058082619,The Largest Sky Mural in the World!,Public Art,Art,USD,2011-12-04,50000.00,2011-10-05 18:23:10,0.00,failed,0,US,0.00,0.00,50000.00 +1058086157,Retracing The Cardiff Railway,Nonfiction,Publishing,GBP,2017-07-23,5000.00,2017-06-23 13:16:22,2216.00,failed,60,GB,813.50,2901.85,6547.50 +1058087065,Wonderful images of Oz Art Book,Comics,Comics,USD,2013-07-15,1200.00,2013-06-03 18:36:13,2626.00,successful,41,US,2626.00,2626.00,1200.00 +1058089936,Terrible Fucking People Podcast,Radio & Podcasts,Publishing,USD,2018-01-22,300.00,2017-12-08 19:32:44,230.00,live,7,US,55.00,230.00,300.00 +1058092158,Duder - Short Film,Shorts,Film & Video,USD,2013-05-11,3000.00,2013-04-11 10:16:22,3010.00,successful,31,US,3010.00,3010.00,3000.00 +"1058106319,""""""Why Do I Burn to Get These Songs Out There""""?"",Rock,Music,USD,2014-03-01,4500.00,2014-02-05 19:30:58,50.00,failed,1,US,50.00,50.00,4500.00" +1058112770,Casey Needs You,Fiction,Publishing,USD,2013-03-15,3500.00,2013-01-29 14:36:01,3566.00,successful,68,US,3566.00,3566.00,3500.00 +1058119599,Spread The Love Jams & Jellies,Small Batch,Food,USD,2015-05-21,23000.00,2015-04-21 02:40:23,23463.00,successful,136,US,23463.00,23463.00,23000.00 +1058120574,The President's Kitchen Cabinet,Shorts,Film & Video,USD,2014-06-27,10000.00,2014-05-26 05:28:04,12620.00,successful,139,US,12620.00,12620.00,10000.00 +105812190,New Year's Eve Live Global Virtual Reality,Experimental,Film & Video,USD,2016-12-14,50000.00,2016-11-21 00:31:26,60.00,failed,3,US,125.00,60.00,50000.00 +105812387,Aromatherapy Pillows and safety pin beaded lights,DIY,Crafts,USD,2016-12-24,1000.00,2016-11-28 18:05:41,0.00,failed,0,US,0.00,0.00,1000.00 +1058125625,RockHouse Live Memphis,Events,Food,USD,2016-02-18,25000.00,2016-01-19 17:07:32,0.00,failed,0,US,0.00,0.00,25000.00 +105812603,NO more Snore™ -The discrete intelligent anti-snore wearable,Wearables,Technology,GBP,2016-12-29,35000.00,2016-11-29 12:16:49,2792.00,canceled,86,GB,680.87,3437.41,43090.71 +1058128689,LITTLE FEET: COMING TO A THEATER NEAR YOU,Film & Video,Film & Video,USD,2014-04-17,35000.00,2014-03-18 11:25:01,76465.99,successful,575,US,76465.99,76465.99,35000.00 +1058129578,Heel so GooD,Footwear,Fashion,USD,2015-03-11,4000.00,2015-02-09 05:12:23,0.00,failed,0,US,0.00,0.00,4000.00 +1058147467,Video Game Rarity + Price Guide App from Digital Press,Technology,Technology,USD,2011-08-11,2600.00,2011-07-11 23:54:13,211.00,failed,5,US,211.00,211.00,2600.00 +1058153622,Natural Beauty of West Virginia,Nature,Photography,USD,2017-07-02,2250.00,2017-06-02 05:06:20,75.00,failed,3,US,25.00,75.00,2250.00 +"1058159543,""The """"in which our heroine..."""" Series"",Performance Art,Art,USD,2014-12-30,247.00,2014-11-11 08:42:32,115.00,failed,6,US,115.00,115.00,247.00" +1058159814,Just Jelly,Small Batch,Food,GBP,2015-12-12,5000.00,2015-11-21 11:33:34,10.00,failed,1,GB,15.29,14.91,7456.01 +1058164338,Terra Firma's Fall Workshop,Theater,Theater,USD,2010-11-15,3000.00,2010-10-06 06:44:54,3213.00,successful,39,US,3213.00,3213.00,3000.00 +105817064,Wife Beaters & Cut-Offs: Southern Summer Comfort Book Tour,Journalism,Journalism,USD,2012-06-02,1000.00,2012-05-03 23:35:32,1305.00,successful,47,US,1305.00,1305.00,1000.00 +1058181376,Cool or Cosy Bed Linen,Quilts,Crafts,AUD,2014-11-23,48000.00,2014-10-24 10:04:50,5.00,failed,1,AU,4.38,4.26,40906.77 +"1058183483,""""""The Event Horizon: Episode 1"""" for XboxOne, Xbox360 and PC"",Video Games,Games,USD,2014-05-17,50000.00,2014-04-17 07:10:55,512.00,failed,18,US,512.00,512.00,50000.00" +"1058188836,YouTube Kissing Show,Film & Video,Film & Video,GBP,2014-09-03,3500.00,2014-08-04 20:05:37,4142.83,undefined,0,""N,0"""""",,6751.13,5703.58" +1058194110,Rook: Effortless Expandable Storage for Your Devices,Hardware,Technology,USD,2015-09-02,100000.00,2015-08-03 15:53:22,7534.00,failed,48,US,7534.00,7534.00,100000.00 +1058194312,Noise Floor Music's Debut LP,Indie Rock,Music,USD,2010-05-31,2500.00,2010-03-02 20:21:42,132.00,failed,5,US,132.00,132.00,2500.00 +1058195741,Fireside: The first SmartFrame for your pictures and videos,Product Design,Design,USD,2014-12-03,100000.00,2014-10-28 15:57:11,40187.00,canceled,162,US,40187.00,40187.00,100000.00 +"1058205518,""Make """"The Ultimate Self Care Planner"""" Into A Physical Book!"",Digital Art,Art,USD,2017-09-14,575.00,2017-08-15 21:05:00,57.00,failed,2,US,0.00,57.00,575.00" +1058205854,DC TRAVELER The mobility solution for individuals and tours.,Product Design,Design,USD,2017-09-10,50000.00,2017-08-11 00:13:04,500.00,failed,1,US,500.00,500.00,50000.00 +1058208431,HUMAN SPIRIT ...the untold Haitian story,Documentary,Film & Video,USD,2014-11-03,12000.00,2014-10-04 04:44:56,0.00,failed,0,US,0.00,0.00,12000.00 +105821062,Draconic Treasures Ren Fest!,Crafts,Crafts,USD,2013-07-21,2000.00,2013-06-21 15:09:41,102.00,failed,3,US,102.00,102.00,2000.00 +1058230542,The Truth,Film & Video,Film & Video,USD,2015-05-16,10000.00,2015-04-16 23:37:15,0.00,failed,0,US,0.00,0.00,10000.00 +1058231901,AirBugCleaner,Hardware,Technology,CAD,2015-07-24,50000.00,2015-05-25 01:27:30,325.00,failed,5,CA,264.89,248.26,38194.18 +1058240403,Tucson Hop Shop...Your Craft Beer Destination.,Drinks,Food,USD,2015-07-23,10000.00,2015-07-08 14:39:07,13763.00,successful,82,US,13763.00,13763.00,10000.00 +1058250599,La Sorrentina: Mobile Wood Fired Oven Pizza Cart,Food Trucks,Food,USD,2015-07-15,11800.00,2015-06-05 00:22:14,12780.00,successful,127,US,12780.00,12780.00,11800.00 +1058267800,Sugar High: Introduction,Children's Books,Publishing,USD,2016-12-11,5000.00,2016-11-14 04:27:23,0.00,failed,0,US,0.00,0.00,5000.00 +1058272858,Technodoulia Dot Com @ FringeNYC,Theater,Theater,USD,2011-08-16,1500.00,2011-07-17 19:06:06,1786.00,successful,17,US,1786.00,1786.00,1500.00 +1058279714,halfbake,DIY,Crafts,GBP,2015-01-29,3100.00,2014-11-30 20:28:41,64.00,failed,3,GB,100.15,96.33,4665.86 +1058304551,MFA Thesis Show - Embodiment,Conceptual Art,Art,USD,2013-01-13,650.00,2012-12-14 22:26:41,795.00,successful,16,US,795.00,795.00,650.00 +1058306686,Green Hotel Finder - Search Globally for Sustainable Hotels,Apps,Technology,USD,2015-07-23,7500.00,2015-06-23 18:05:49,1.00,failed,1,US,1.00,1.00,7500.00 +1058312069,ninetynine tees,Design,Design,USD,2012-04-28,2000.00,2012-03-29 00:13:37,45.00,failed,2,US,45.00,45.00,2000.00 +1058316566,CANVAS TALE,Games,Games,USD,2016-09-22,5000.00,2016-08-18 23:33:12,30.00,failed,1,US,0.00,30.00,5000.00 +105831841,901 Very Good Cocktails: A Practical Guide,Nonfiction,Publishing,USD,2012-09-09,24000.00,2012-08-10 16:27:44,24000.00,successful,212,US,24000.00,24000.00,24000.00 +1058332033,The Averlock Archives,Nonfiction,Publishing,USD,2015-06-06,50000.00,2015-05-07 20:21:05,0.00,failed,0,US,0.00,0.00,50000.00 +1058335141,Paranormal Romance Trilogy Marketing Campaign,Fiction,Publishing,USD,2017-03-31,1700.00,2017-01-30 23:40:00,1700.00,successful,10,US,0.00,1700.00,1700.00 +1058338171,AstralKloudz Underground Radio,Hip-Hop,Music,CAD,2016-07-29,200.00,2016-06-29 07:12:52,0.00,failed,0,CA,0.00,0.00,151.79 +1058353500,Nightbloom Gardens - Deathwish,Mobile Games,Games,GBP,2018-01-02,4000.00,2017-12-08 02:09:43,0.00,failed,0,GB,0.00,0.00,5420.64 +1058353526,TIME AND SPACE DIED YESTERDAY,Art,Art,USD,2010-07-05,30000.00,2010-06-05 01:11:07,98.00,failed,12,US,98.00,98.00,30000.00 +105835932,Shattered Sands LitTees and Other Swag,Fiction,Publishing,USD,2016-10-07,2500.00,2016-09-06 18:38:03,541.00,canceled,16,US,347.00,541.00,2500.00 +1058364150,Free Yourself,Photography,Photography,USD,2013-10-06,1000.00,2013-09-06 00:10:50,1220.00,successful,29,US,1220.00,1220.00,1000.00 +1058369389,Cosplay Actually,Film & Video,Film & Video,GBP,2014-03-02,9900.00,2014-02-10 22:08:55,5050.00,failed,9,GB,8286.95,8468.89,16602.38 +1058370849,Woman in Sin - Music Video,Film & Video,Film & Video,USD,2011-05-24,2000.00,2011-04-27 23:15:23,3130.00,successful,39,US,3130.00,3130.00,2000.00 +105837407,First book publishing - Darkness,Fiction,Publishing,GBP,2017-12-30,7500.00,2017-10-31 07:37:05,1.00,failed,1,GB,0.00,1.36,10163.70 +"1058376015,Finding Normalcy and Love; After War,Nonfiction,Publishing,USD,2012-03-07,20000.00,2012-02-06 02:57:35,450.00,failed,3,US,450.00,450.00,20000.00" +1058379113,The Black Rock City International Post Office,Illustration,Art,USD,2010-11-29,1125.00,2010-09-23 23:33:33,1160.00,successful,24,US,1160.00,1160.00,1125.00 +1058386846,SKYBOX,Performances,Dance,USD,2017-10-14,12000.00,2017-09-14 16:22:29,12312.00,successful,179,US,1625.00,12312.00,12000.00 +1058390182,I'm Geeking Products *Updated 2/2/14*,Fashion,Fashion,USD,2014-02-06,1000.00,2014-01-22 00:10:46,447.00,failed,19,US,447.00,447.00,1000.00 +1058393895,Considering the Source Podcast - Moving to the Next Level,Radio & Podcasts,Publishing,USD,2015-12-26,2000.00,2015-11-26 17:10:48,2001.36,successful,23,US,2001.36,2001.36,2000.00 +1058394786,GREENVILLE MURAL PROJECT,Public Art,Art,USD,2013-03-03,650.00,2013-01-14 21:13:43,170.00,failed,11,US,170.00,170.00,650.00 +1058397,Mystery World Dizzy - A 'new' old game by The Oliver Twins,Video Games,Games,GBP,2017-11-14,12500.00,2017-10-15 17:16:04,28016.00,successful,483,GB,19038.89,36969.20,16494.68 +1058398961,West Coast Tour!,Rock,Music,USD,2012-10-14,1500.00,2012-09-14 23:43:17,1757.00,successful,53,US,1757.00,1757.00,1500.00 +1058407729,Journey Across America,Photo,Journalism,USD,2014-08-14,1000.00,2014-07-15 01:52:47,477.00,failed,14,US,477.00,477.00,1000.00 +"1058410862,""Citizen: Limited Edition Stars & Stripes Poster, 100/100"",Graphic Design,Design,USD,2015-04-28,3200.00,2015-04-06 18:05:28,81.00,failed,4,US,81.00,81.00,3200.00" +1058418340,Le Chat et la Chouette,Games,Games,EUR,2015-06-27,5000.00,2015-05-27 08:00:50,5175.00,successful,27,FR,5666.73,5742.15,5547.97 +1058423219,IV Parallels- Perpetuating Culture & Cultivating Community,Music,Music,USD,2012-01-01,2500.00,2011-11-17 23:56:53,0.00,failed,0,US,0.00,0.00,2500.00 +1058428000,MyMeApparel Gothik l 2013 Capsule Collection,Fashion,Fashion,USD,2013-08-20,2200.00,2013-08-13 18:16:09,0.00,failed,0,US,0.00,0.00,2200.00 +"1058430652,""""""Rodents of Unusual Size"""""",Documentary,Film & Video,USD,2013-05-04,20000.00,2013-03-24 23:53:27,24129.24,successful,363,US,24129.24,24129.24,20000.00" +1058432270,RIP - a place to remember,Technology,Technology,USD,2013-07-13,30000.00,2013-06-13 18:31:19,76.00,failed,6,US,76.00,76.00,30000.00 +1058436178,Leverage_ The Carbon Fiber Credit Card Sized Bottle Opener,Product Design,Design,USD,2012-10-13,2400.00,2012-09-13 19:23:10,29203.00,successful,876,US,29203.00,29203.00,2400.00 +1058452627,Teen Girl Of Steel,Action,Film & Video,EUR,2016-07-31,22000.00,2016-06-21 10:09:15,652.00,failed,8,FR,723.44,727.37,24543.16 +1058453548,Danny Claus,Theater,Theater,USD,2018-01-15,1500.00,2017-12-18 21:21:50,10.00,live,1,US,0.00,10.00,1500.00 +1058458244,Godbound: A Game of Divine Heroes,Tabletop Games,Games,USD,2016-03-31,8000.00,2016-03-01 06:02:08,43886.30,successful,1564,US,43886.30,43886.30,8000.00 +1058492439,Let's Explore the Universe (Canceled),Nature,Photography,USD,2014-08-14,11000.00,2014-07-10 09:18:48,0.00,canceled,0,US,0.00,0.00,11000.00 +1058495398,Myrddin Tales Episode 1 Presented by Better Bug Games,Video Games,Games,USD,2012-08-14,500.00,2012-07-15 02:41:17,70.00,failed,5,US,70.00,70.00,500.00 +1058498138,Journey Planet Issue Ten Printing,Periodicals,Publishing,USD,2011-07-15,300.00,2011-06-24 01:10:19,318.00,successful,17,US,318.00,318.00,300.00 +1058498313,Zeus Meditation Deck,Art,Art,USD,2015-10-01,2600.00,2015-09-01 17:10:48,3048.00,successful,50,US,3048.00,3048.00,2600.00 +"1058499111,""""""The Sanctioned"""" - Book 1 of the YA/Dystopia Series"",Fiction,Publishing,USD,2013-08-09,250.00,2013-07-25 03:44:41,250.00,successful,1,US,250.00,250.00,250.00" +1058499667,Rise To The Prize! (Game Show),Television,Film & Video,USD,2014-07-14,30000.00,2014-05-15 03:01:57,0.00,failed,0,US,0.00,0.00,30000.00 +1058500431,Kindola - The Fire Within,Fiction,Publishing,USD,2013-08-29,12100.00,2013-07-30 02:39:52,1.00,failed,1,US,1.00,1.00,12100.00 +1058501273,Music Box Ballerina (Canceled),Fine Art,Photography,USD,2014-07-13,5500.00,2014-06-11 03:33:21,85.00,canceled,4,US,85.00,85.00,5500.00 +1058503398,GYREO - The Ultimate Customisable Wireless Motion Gadget,Gadgets,Technology,GBP,2016-04-27,35000.00,2016-02-27 04:17:03,10611.00,canceled,362,GB,14787.76,15507.49,51150.90 +1058505781,The Lighthouse Bakery,Food,Food,USD,2014-08-01,2500.00,2014-06-10 20:42:54,50.00,failed,2,US,50.00,50.00,2500.00 +1058507040,Film Camera for young Entrepreneur,Experimental,Film & Video,USD,2015-06-25,5000.00,2015-05-26 10:07:19,0.00,failed,0,US,0.00,0.00,5000.00 +"1058510109,""Dirty Looks: On Location, a month of queer interventions"",Public Art,Art,USD,2012-06-02,14000.00,2012-05-07 19:35:28,14247.00,successful,272,US,14247.00,14247.00,14000.00" +1058510169,The Road Between,Drama,Film & Video,USD,2014-08-15,9800.00,2014-07-01 16:59:53,10175.00,successful,72,US,10175.00,10175.00,9800.00 +1058515838,Leadership Unleashed,Nonfiction,Publishing,USD,2016-08-12,1200.00,2016-06-26 00:47:44,146.00,failed,6,US,85.00,146.00,1200.00 +1058526440,Gold,Music,Music,USD,2016-08-05,10000.00,2016-06-06 14:01:03,15.00,failed,1,US,15.00,15.00,10000.00 +1058529512,What if Vegetables Were People,Children's Books,Publishing,AUD,2017-07-17,12000.00,2017-06-01 08:20:01,13402.00,successful,276,AU,0.00,10614.60,9504.20 +1058559092,Calhoun's Cowboys Go to the Teen Comedy Festival,Theater,Theater,USD,2013-07-01,1000.00,2013-05-29 21:42:34,1065.00,successful,23,US,1065.00,1065.00,1000.00 +1058571701,Budget your life,Apps,Technology,CAD,2017-01-15,20000.00,2016-12-16 19:58:47,5.00,canceled,1,CA,3.77,3.74,14956.63 +1058578085,Pre-order Sublimation Reader: Volume One Literary Periodical,Periodicals,Publishing,USD,2012-09-07,5000.00,2012-08-18 12:53:26,390.00,failed,10,US,390.00,390.00,5000.00 +1058579561,Wizards and Warriors Fantasy Card Game,Playing Cards,Games,USD,2015-12-19,500.00,2015-11-19 20:05:43,1.00,failed,1,US,1.00,1.00,500.00 +1058584162,An Encounter With The Messiah.,Film & Video,Film & Video,USD,2013-09-26,45000.00,2013-08-27 15:43:27,452.00,failed,14,US,452.00,452.00,45000.00 +1058597755,Evil genius industries egi/evilgeniusind egi,Apparel,Fashion,USD,2016-02-07,10987.00,2016-01-08 01:21:56,15.00,failed,1,US,15.00,15.00,10987.00 +1058603693,New Sound coming to Nashville,Music,Music,USD,2012-08-13,750.00,2012-06-26 22:45:02,0.00,failed,0,US,0.00,0.00,750.00 +1058607313,WHAT SHOULD BE THE FEAR: An album by Precious Gorgeous,Hip-Hop,Music,USD,2015-07-22,20000.00,2015-06-22 16:10:43,6420.00,failed,83,US,6420.00,6420.00,20000.00 +"1058612852,Enlightenment; Plain and Simple,Radio & Podcasts,Publishing,USD,2017-10-13,20000.00,2017-09-13 17:27:17,0.00,failed,0,US,0.00,0.00,20000.00" +1058615335,Medieval Mercs,Video Games,Games,USD,2015-05-12,3000.00,2015-04-12 09:57:56,173.00,failed,13,US,173.00,173.00,3000.00 +1058620561,Triggered: Dark Comedy Apparel,Apparel,Fashion,CAD,2017-01-12,1000.00,2016-12-13 18:48:16,0.00,failed,0,CA,0.00,0.00,760.98 +1058624353,Journeyman Kickboxing Movie!,Film & Video,Film & Video,USD,2011-09-13,3000.00,2011-07-15 05:19:28,0.00,failed,0,US,0.00,0.00,3000.00 +"105862753,""Sanctuary Bistro: A vegan Bistro in the East Bay, Ca"",Vegan,Food,USD,2013-09-10,25000.00,2013-07-12 15:56:38,27593.00,successful,298,US,27593.00,27593.00,25000.00" +1058630173,Motley Que takes Canadian BBQ to the U.S.,Food Trucks,Food,CAD,2015-03-07,5000.00,2015-01-09 03:26:46,196.00,failed,7,CA,165.84,153.92,3926.50 +1058634298,Diet Smoke Sketchbook,Illustration,Art,USD,2017-02-04,500.00,2017-01-05 23:27:07,540.00,successful,16,US,0.00,540.00,500.00 +"105863899,""""""Momentum"""" - The Series"",Television,Film & Video,USD,2015-09-14,20000.00,2015-08-14 07:39:36,20025.14,successful,33,US,20025.14,20025.14,20000.00" +1058639990,Niyama: The Next Generation of Yoga Pants,Apparel,Fashion,USD,2016-11-04,22000.00,2016-10-06 00:10:19,34203.00,successful,524,US,8317.00,34203.00,22000.00 +1058650390,Bring Horace the Tortoise: At the Water's Edge to Hardcover!,Children's Books,Publishing,USD,2013-12-04,250.00,2013-11-04 19:13:09,581.00,successful,11,US,581.00,581.00,250.00 +1058656089,Photograph Europe,Places,Photography,USD,2015-03-04,500.00,2015-01-03 16:43:14,28.00,failed,4,US,28.00,28.00,500.00 +1058658896,Let there be Dragons! Dragon themed chainmail jewelry!,Jewelry,Fashion,USD,2014-10-08,500.00,2014-08-09 22:42:22,2685.00,successful,41,US,2685.00,2685.00,500.00 +"105867281,""""""Big Animals""""-- Rebellious Circus Animal Puppets and Urban Wild-Animal Interventions"",Theater,Theater,USD,2010-09-12,3500.00,2010-08-13 18:18:22,20.00,failed,2,US,20.00,20.00,3500.00" +10586806,The Hitter System,Product Design,Design,USD,2013-10-14,75000.00,2013-08-30 01:15:30,320.00,failed,9,US,320.00,320.00,75000.00 +1058686150,Anterviews LIVE! (Canceled),Mixed Media,Art,GBP,2014-05-04,1000.00,2014-03-26 20:53:21,1305.22,canceled,54,GB,2153.45,2200.93,1686.26 +1058689742,Eternal Bliss Jewellery,Fashion,Fashion,GBP,2014-05-02,1000.00,2014-04-02 12:09:56,50.00,failed,2,GB,83.31,84.38,1687.59 +1058697855,Unearned Bounty,Video Games,Games,USD,2017-11-16,25000.00,2017-10-12 01:01:06,13393.55,failed,58,US,722.00,13393.55,25000.00 +1058699030,Braveheart Designs,Art,Art,USD,2012-10-07,1000.00,2012-09-07 22:45:27,766.00,failed,15,US,766.00,766.00,1000.00 +1058705450,A Boxing Comedy I Thought of While Drunk,Comedy,Film & Video,USD,2016-01-14,5000.00,2015-12-15 01:30:30,0.00,failed,0,US,0.00,0.00,5000.00 +1058706262,NeonBomb's Electronic Music: Volume 2,Music,Music,USD,2015-10-09,1000.00,2015-09-14 04:28:18,215.00,failed,7,US,215.00,215.00,1000.00 +"1058712305,""Bouncy """"Crazy Dice Tumbler"""""",Tabletop Games,Games,USD,2013-06-15,1200.00,2013-05-31 19:25:16,3531.75,successful,97,US,3531.75,3531.75,1200.00" +"1058722640,""In the heart of Rio de Janeiro: A look into the """"favelas"""""",Documentary,Film & Video,USD,2010-12-03,7000.00,2010-11-03 02:43:37,115.00,failed,3,US,115.00,115.00,7000.00" +1058735634,BOWL OF PASTA,Shorts,Film & Video,USD,2012-06-19,5000.00,2012-05-03 15:57:52,6075.18,successful,75,US,6075.18,6075.18,5000.00 +1058742049,In oorlog met mijzelf,Documentary,Film & Video,EUR,2014-10-01,10000.00,2014-08-19 14:57:08,105.00,failed,2,NL,140.65,132.47,12616.07 +1058745576,GrownUp KidStuff Chocolate Sauce,Food,Food,USD,2013-04-04,12000.00,2013-03-05 00:41:26,13280.00,successful,190,US,13280.00,13280.00,12000.00 +1058748741,Civil War : The Reckoning,Video Games,Games,CAD,2015-01-20,15000.00,2014-11-21 21:10:31,316.00,failed,13,CA,278.56,253.90,12052.06 +1058755192,HutanoWare HealthCare Software,Software,Technology,USD,2016-01-31,1200000.00,2015-12-02 19:31:46,100.00,failed,2,US,100.00,100.00,1200000.00 +1058756130,Kelley Donovan & Dancers in Transitional State in Cambridge!,Performances,Dance,USD,2018-01-24,500.00,2017-11-25 07:56:34,600.00,live,7,US,0.00,600.00,500.00 +1058764098,Sharing Ideas Through Materials (Canceled),Crafts,Crafts,USD,2011-04-05,9000.00,2011-02-04 01:17:05,490.00,canceled,12,US,490.00,490.00,9000.00 +1058765092,BUSH Magazine - Fashion + Lifestyle for All,Print,Journalism,CAD,2015-06-20,2000.00,2015-05-21 16:00:52,2057.00,successful,29,CA,1683.99,1663.57,1617.47 +1058781504,Mancinis pizza campaign to move to larger location,Restaurants,Food,USD,2014-10-30,8000.00,2014-09-15 18:26:12,9480.00,successful,63,US,9480.00,9480.00,8000.00 +1058786360,Yellow Kid,Shorts,Film & Video,USD,2013-11-24,3000.00,2013-10-10 00:33:28,275.00,failed,4,US,275.00,275.00,3000.00 +105879200,Kiss & Tell- A Short Film,Shorts,Film & Video,USD,2013-04-19,5000.00,2013-03-21 01:30:45,10.00,failed,1,US,10.00,10.00,5000.00 +1058795287,HOME an Evening of Dance & Poetry - DEBORAH BIRRANE DANCE,Dance,Dance,USD,2012-10-23,1200.00,2012-10-02 01:24:39,1710.00,successful,39,US,1710.00,1710.00,1200.00 +1058795815,Maximus Thor : Yellow Magic,Comedy,Film & Video,USD,2014-10-29,11111.00,2014-09-30 15:43:58,13669.87,successful,282,US,13669.87,13669.87,11111.00 +"1058798459,""Broadway Revealed, Behind the Theater Curtain"",People,Photography,USD,2014-06-20,17000.00,2014-05-20 18:13:21,19507.00,successful,107,US,19507.00,19507.00,17000.00" +1058810650,Heretic Project (Canceled),Punk,Music,USD,2015-05-20,500.00,2015-04-20 18:20:07,10.00,canceled,1,US,10.00,10.00,500.00 +"1058816602,""""""Ginger & Scott, In Love with Jackie & Roy"""""",Jazz,Music,USD,2010-05-01,15000.00,2010-02-12 07:29:13,3910.00,failed,52,US,3910.00,3910.00,15000.00" +1058821097,OMORI,Video Games,Games,USD,2014-06-05,22000.00,2014-04-21 21:40:10,203300.76,successful,5910,US,203300.76,203300.76,22000.00 +1058830070,Cat Motivational Tapes.,Nonfiction,Publishing,USD,2012-08-26,100.00,2012-07-27 23:08:55,1126.01,successful,112,US,1126.01,1126.01,100.00 +1058832538,The Escatones and Darwin's Finches July Tour!!,Rock,Music,USD,2011-06-05,1000.00,2011-05-06 03:53:34,320.00,failed,4,US,320.00,320.00,1000.00 +1058835427,Simple Swap,Apps,Technology,AUD,2017-12-03,25000.00,2017-11-03 06:02:35,25.00,failed,1,AU,19.30,18.79,18792.75 +1058859817,Spark Headphones : Smart Glow Headphones,Wearables,Technology,USD,2017-06-11,10000.00,2017-05-02 20:01:32,10144.00,successful,57,US,5909.00,10144.00,10000.00 +1058860098,dB Case - Acoustic case that naturally amplifies your iPhone,Product Design,Design,USD,2011-04-20,10000.00,2011-02-13 21:07:15,1299.00,failed,14,US,1299.00,1299.00,10000.00 +1058861568,ABANDONED feature documentary about senior citizens,Documentary,Film & Video,USD,2011-05-26,20000.00,2011-03-26 01:30:22,0.00,failed,0,US,0.00,0.00,20000.00 +1058864598,A Fire You Can't Put Out,Narrative Film,Film & Video,USD,2015-03-02,30000.00,2015-01-22 20:25:59,3315.00,failed,55,US,3315.00,3315.00,30000.00 +1058864743,The Retreat,Narrative Film,Film & Video,USD,2013-04-07,10000.00,2013-02-21 06:04:50,11448.00,successful,111,US,11448.00,11448.00,10000.00 +1058869683,Cuba: Branded - Life in Cuba,Journalism,Journalism,USD,2012-03-18,2500.00,2012-02-13 09:40:36,2517.00,successful,18,US,2517.00,2517.00,2500.00 +105887139,Love MKE. Blow Up a Car.,Narrative Film,Film & Video,USD,2012-10-04,10000.00,2012-09-12 22:45:40,10081.93,successful,96,US,10081.93,10081.93,10000.00 +1058877986,Majestic Wire Tree Sculptures By Andy Elliott,Sculpture,Art,GBP,2017-03-16,6000.00,2017-02-14 16:02:23,27338.00,successful,390,GB,329.86,33790.25,7416.11 +1058879062,Songwriter's Journey,Music,Music,USD,2014-10-09,800.00,2014-09-09 17:57:07,0.00,failed,0,US,0.00,0.00,800.00 +1058894648,Bike Balls Bicycle Light,Product Design,Design,CAD,2015-06-09,11784.00,2015-05-05 23:27:32,85662.79,successful,2177,CA,70366.46,69627.56,9578.15 +"1058897449,""The world's first, fastest & coolest always-in-focus lens"",Technology,Technology,USD,2017-07-28,30000.00,2017-07-06 16:00:02,69988.00,successful,286,US,53162.00,69988.00,30000.00" +1058897790,ZuraTi (Canceled),Product Design,Design,USD,2015-11-08,500.00,2015-10-08 04:54:42,583.00,canceled,17,US,583.00,583.00,500.00 +1058898068,The Legend of Sophie - The RPG adventure inspired by Zelda,Video Games,Games,EUR,2016-07-21,50000.00,2016-06-21 10:30:46,246.00,failed,16,DE,181.71,270.94,55069.72 +"1058903793,""Textiles Artist Residency at Arquetopia in Oaxaca, Mexico"",Textiles,Art,USD,2015-03-12,3000.00,2015-02-05 17:53:00,3427.00,successful,58,US,3427.00,3427.00,3000.00" +1058909486,TART issue 5 - Submerged part 2 -,Comics,Comics,USD,2015-04-22,2000.00,2015-04-01 15:23:31,6567.00,successful,188,US,6567.00,6567.00,2000.00 +10589207,ROCK ON! Humanistic rolls into the studio!,Rock,Music,USD,2012-06-29,3110.00,2012-05-30 01:39:53,250.00,failed,9,US,250.00,250.00,3110.00 +1058924675,RedRum Enigma Art,Apparel,Fashion,USD,2017-09-01,2000.00,2017-08-02 18:02:09,266.00,failed,4,US,56.00,266.00,2000.00 +1058934907,SUBTLE ANGELS: JENNIQUE VOL.3 - FINE ART NUDES,Fine Art,Photography,USD,2016-08-25,149.00,2016-08-20 01:17:19,620.00,successful,13,US,620.00,620.00,149.00 +1058938098,Sorty - The smart laundry cart,Product Design,Design,SEK,2016-10-08,100000.00,2016-09-23 20:28:41,4187.00,failed,19,SE,534.80,474.57,11334.27 +1058940056,SHOW LOVE PODCAST,Audio,Journalism,GBP,2017-10-11,2500.00,2017-09-11 18:26:51,2587.00,successful,68,GB,39.59,3433.63,3318.16 +1058941177,Help Personal Trainers find clients,Apps,Technology,USD,2015-06-26,3000.00,2015-05-27 02:24:30,100.00,failed,1,US,100.00,100.00,3000.00 +1058970228,Cthulhu's Aklo (Canceled),Tabletop Games,Games,EUR,2016-06-16,10000.00,2016-05-17 21:54:56,1955.00,canceled,36,IT,2210.84,2200.16,11254.04 +1058971772,No Cat Left Behind,Journalism,Journalism,USD,2017-08-14,3000.00,2017-07-15 00:23:57,314.00,failed,12,US,13.00,314.00,3000.00 +1058971883,A Community Library and Literacy Project in Dharavi,Children's Books,Publishing,USD,2014-02-27,1000.00,2014-01-28 20:52:16,4795.00,successful,32,US,4795.00,4795.00,1000.00 +1058971973,Teaching Veterans woodworking skills,Woodworking,Crafts,CAD,2015-08-26,55000.00,2015-07-27 17:58:34,1.00,failed,1,CA,0.77,0.75,41443.75 +1058972355,Diaspora / Mixed Media Exhibition / London,Art,Art,GBP,2013-04-18,300.00,2013-04-04 01:59:45,310.00,successful,6,GB,472.40,475.85,460.50 +105898658,1UZFE VVTI V8 Blower Manifold,Product Design,Design,NZD,2015-07-05,9000.00,2015-06-15 11:23:34,0.00,failed,0,NZ,0.00,0.00,6075.33 +1058987400,A Story About An Insane Guy That Wants A Bus (Canceled),Video,Journalism,USD,2016-08-21,20000.00,2016-06-22 10:25:30,0.00,canceled,0,US,0.00,0.00,20000.00 +1058988778,Sanguinary's First Album,Metal,Music,USD,2015-09-28,3000.00,2015-08-29 23:58:03,245.00,failed,7,US,245.00,245.00,3000.00 +1059001137,TRANSCENDENT (A Lovecraftian film seeking completion funds),Film & Video,Film & Video,USD,2012-06-17,3300.00,2012-05-18 18:56:23,5411.91,successful,73,US,5411.91,5411.91,3300.00 +1059002455,Walk with me daddy!,Children's Books,Publishing,USD,2012-03-13,5000.00,2012-02-12 04:40:21,240.00,failed,11,US,240.00,240.00,5000.00 +1059006994,QuadRKT - The future of drone racing,Flight,Technology,USD,2016-08-30,50000.00,2016-07-01 19:01:47,7187.00,failed,32,US,2150.00,7187.00,50000.00 +1059010461,KLIPPIES,Plays,Theater,GBP,2015-05-02,2500.00,2015-04-07 00:16:07,2605.00,successful,14,GB,3886.43,4015.23,3853.39 +1059012737,Poems from Undergrad: The Writing I Wrote in College,Poetry,Publishing,USD,2017-05-05,3050.00,2017-04-05 20:42:11,1.00,failed,1,US,0.00,1.00,3050.00 +1059012945,1-Hit Wonder - Pink Hard Enamel Gem Ring - Truly Outrageous!,Illustration,Art,GBP,2017-03-20,150.00,2017-03-13 00:59:39,228.00,successful,17,GB,15.81,284.47,187.15 +1059015090,How Jimmy Got Leverage,Shorts,Film & Video,USD,2011-10-08,12000.00,2011-09-05 05:19:13,14968.45,successful,141,US,14968.45,14968.45,12000.00 +1059020657,Losing It,Documentary,Film & Video,USD,2012-07-30,45000.00,2012-07-02 22:59:21,3456.00,failed,33,US,3456.00,3456.00,45000.00 +1059021975,Rivet Wars,Tabletop Games,Games,USD,2013-02-04,25000.00,2013-01-05 00:04:27,582316.00,successful,2464,US,582316.00,582316.00,25000.00 +1059037022,Accesibilidad advisor (Canceled),Apps,Technology,EUR,2016-01-09,2200.00,2015-12-10 20:52:51,0.00,canceled,0,ES,0.00,0.00,2401.09 +1059037150,Fun and affordable bath bombs by Bubble Hub.,Crafts,Crafts,GBP,2017-02-15,6000.00,2017-01-16 20:52:01,0.00,failed,0,GB,0.00,0.00,7454.53 +1059043953,Airships of Oberon,Tabletop Games,Games,CAD,2016-08-05,25000.00,2016-07-06 13:05:08,3205.60,canceled,44,CA,1074.02,2461.49,19196.81 +1059046032,Opera Ebony presents: A concert with Leona Mitchell,Classical Music,Music,USD,2012-03-15,15000.00,2012-02-15 04:00:32,15175.00,successful,63,US,15175.00,15175.00,15000.00 +1059047849,San Diego Ukulele Festival (Canceled),World Music,Music,USD,2012-10-08,50000.00,2012-08-22 01:58:29,3155.00,canceled,21,US,3155.00,3155.00,50000.00 +1059048501,THE ULTIMATE TRAVEL CHINO by Bluff Works,Apparel,Fashion,USD,2015-07-27,15000.00,2015-06-26 16:21:04,118447.00,successful,781,US,118447.00,118447.00,15000.00 +1059051758,The All Day Every Day Pant || PUBLIC REC,Apparel,Fashion,USD,2015-07-18,15000.00,2015-05-19 17:35:26,179078.00,successful,1339,US,179078.00,179078.00,15000.00 +1059052453,Green Goo a live action play just for kids!,Theater,Theater,USD,2013-07-19,500.00,2013-06-19 14:29:26,501.00,successful,16,US,501.00,501.00,500.00 +1059054139,Orson Welles On the Air Webseries ,Webseries,Film & Video,USD,2011-07-18,3000.00,2011-04-19 18:04:03,150.00,failed,2,US,150.00,150.00,3000.00 +1059058884,Weather Men,Plays,Theater,USD,2015-08-26,1000.00,2015-07-03 21:59:26,100.00,failed,6,US,100.00,100.00,1000.00 +1059059750,Worlds War One,Tabletop Games,Games,USD,2014-09-16,25000.00,2014-08-04 23:08:54,3098.00,failed,48,US,3098.00,3098.00,25000.00 +1059068312,The RFID123 Arduino Compatible RFID Reader - Decoder Set,DIY Electronics,Technology,CAD,2014-11-23,2000.00,2014-10-24 00:43:20,6420.00,successful,101,CA,5717.72,5633.06,1754.85 +"1059073277,""Release my full length album """"Annotations""""!"",Country & Folk,Music,USD,2010-10-08,1200.00,2010-09-17 23:46:30,1222.00,successful,8,US,1222.00,1222.00,1200.00" +1059076659,The Great Journey: An Epic Adventure.,Tabletop Games,Games,GBP,2017-10-13,5000.00,2017-09-13 13:25:49,50.00,canceled,1,GB,2.64,66.36,6636.32 +1059077882,Wanderlust - A Short Narrative Film,Shorts,Film & Video,USD,2011-03-26,4500.00,2011-01-28 19:29:00,4501.50,successful,37,US,4501.50,4501.50,4500.00 +105908078,The Mike Conway Studio Project: Gathering Support For My Next Album,Country & Folk,Music,USD,2010-10-06,5000.00,2010-08-22 23:18:50,0.00,failed,0,US,0.00,0.00,5000.00 +1059082184,We Love Ribbon (a digital craft book)fashion/interiors/gifts,DIY,Crafts,GBP,2015-04-30,3500.00,2015-03-21 12:40:43,1237.00,failed,39,GB,1826.93,1909.04,5401.48 +1059088109,Modern Goddess Oracle Deck,Publishing,Publishing,USD,2017-06-25,400.00,2017-05-26 19:49:28,232.00,failed,5,US,0.00,232.00,400.00 +1059088906,The only minimalist bracelet you need,Fashion,Fashion,SGD,2017-05-26,6000.00,2017-04-21 19:34:46,8143.00,successful,94,SG,2929.62,5890.05,4339.96 +105909933,Poem In Your Pocket: A Carry-and-Share Poetry Collection,Poetry,Publishing,USD,2016-03-01,1750.00,2016-01-20 23:19:44,98.00,canceled,5,US,98.00,98.00,1750.00 +1059111177,Nichole Ray's Debut Album,Pop,Music,USD,2015-03-18,8000.00,2015-02-17 02:00:47,1.00,failed,1,US,1.00,1.00,8000.00 +105912175,Valachio Avantiam - A Unique Modernistic Automatic Watch,Product Design,Design,CAD,2016-10-12,24800.00,2016-09-12 19:55:40,19509.00,failed,54,CA,10726.55,14817.71,18836.40 +1059125776,Alien Dice Acrylic Charms,Crafts,Crafts,USD,2012-07-27,415.00,2012-07-05 20:10:28,1026.00,successful,41,US,1026.00,1026.00,415.00 +1059137736,The Return of Charles Chocolates,Food,Food,USD,2012-11-11,50000.00,2012-10-12 21:49:20,53073.00,successful,400,US,53073.00,53073.00,50000.00 +1059144160,High School: The game of surviving public education,Tabletop Games,Games,USD,2013-03-09,27500.00,2013-01-08 23:47:03,265.00,failed,6,US,265.00,265.00,27500.00 +1059153967,The Creation of an Inspirational Photo Gallery,Photography,Photography,USD,2014-02-05,3000.00,2013-12-07 00:10:42,81.00,failed,3,US,81.00,81.00,3000.00 +1059162223,The Lycanthrope Club: Book II,Fiction,Publishing,USD,2015-02-11,3000.00,2015-01-12 05:25:00,949.00,failed,38,US,949.00,949.00,3000.00 +105916267,Help build my business! (Suspended) (Suspended) (Suspended),People,Photography,USD,2015-12-21,10000.00,2015-10-22 04:32:13,0.00,suspended,0,US,0.00,0.00,10000.00 +105917013,Dating on Purpose,Literary Journals,Publishing,USD,2015-12-19,2500.00,2015-11-19 22:15:29,0.00,failed,0,US,0.00,0.00,2500.00 +1059172089,telecollabing: Paris + LA,Mixed Media,Art,USD,2013-08-15,2300.00,2013-08-05 23:28:55,2325.00,successful,41,US,2325.00,2325.00,2300.00 +1059177158,Black Holes - A New Model (Canceled),Academic,Publishing,USD,2016-01-12,7780.00,2015-12-10 21:15:20,400.00,canceled,3,US,400.00,400.00,7780.00 +1059178240,¡QUE BIEN! - Las Palmas de Gran Canaria,Restaurants,Food,EUR,2018-01-28,15000.00,2017-12-15 19:55:21,840.00,live,9,ES,0.00,1019.50,18205.43 +1059181375,From the Darkness,Fine Art,Photography,USD,2014-10-05,3000.00,2014-09-01 16:45:03,0.00,failed,0,US,0.00,0.00,3000.00 +1059186952,MechFightAR - Augmented Reality Arcade/Strategy Mobile Game,Mobile Games,Games,USD,2017-07-31,25000.00,2017-06-01 15:51:46,227.00,failed,10,US,7.00,227.00,25000.00 +1059187569,Exclusive Leather Bags,Crafts,Crafts,EUR,2015-10-08,10000.00,2015-09-17 16:57:14,840.00,failed,3,NL,948.02,954.40,11361.96 +1059188438,Rad Clothing Co,Apparel,Fashion,USD,2015-11-08,5000.00,2015-10-09 03:14:30,200.00,failed,2,US,200.00,200.00,5000.00 +1059192052,RIDEYE: The Black Box Camera For Your Bike,Camera Equipment,Technology,USD,2013-10-16,32000.00,2013-09-11 04:36:56,83972.00,successful,558,US,83972.00,83972.00,32000.00 +1059194343,Weekend Riches | American Made Apparel for the brash.,Fashion,Fashion,USD,2013-12-09,8998.00,2013-11-01 03:13:37,893.00,canceled,20,US,893.00,893.00,8998.00 +1059201987,The Joyful Bear: The world's newest happiness expert,Nonfiction,Publishing,USD,2016-06-14,2000.00,2016-05-10 14:32:09,952.00,failed,20,US,952.00,952.00,2000.00 +1059205006,DREAMERS WEBSERIES,Webseries,Film & Video,USD,2013-06-28,5000.00,2013-06-17 20:52:17,5105.00,successful,21,US,5105.00,5105.00,5000.00 +1059206690,Channing & Quinn's TRAIN TOUR II,Pop,Music,USD,2011-07-04,500.00,2011-05-18 22:21:34,500.00,successful,21,US,500.00,500.00,500.00 +1059232644,Toilet Paper - A Short Film,Comedy,Film & Video,USD,2015-04-02,5000.00,2015-03-03 00:58:00,5324.00,successful,64,US,5324.00,5324.00,5000.00 +"1059234449,""30 second girl 1/6 Scale 20"""" Resin figure ( 3 piece kit )"",Sculpture,Art,USD,2014-05-10,1900.00,2014-04-05 03:51:55,0.00,canceled,0,US,0.00,0.00,1900.00" +"1059235221,""The NEW Sock Slide - Save Time, Money and Aggrevation"",Product Design,Design,USD,2014-08-15,7500.00,2014-07-16 01:10:25,2234.00,failed,70,US,2234.00,2234.00,7500.00" +1059237076,HPSCHD Dragonslayer t-shirt,Fashion,Fashion,USD,2013-12-10,500.00,2013-11-14 21:15:45,245.00,failed,7,US,245.00,245.00,500.00 +1059237825,Tune In TwosDaze,Film & Video,Film & Video,USD,2014-05-26,15000.00,2014-03-27 20:05:07,261.00,failed,13,US,261.00,261.00,15000.00 +1059246760,Massive Portable Programmable LED Sign Banner!,Digital Art,Art,USD,2017-09-17,1000.00,2017-08-18 18:35:20,0.00,failed,0,US,0.00,0.00,1000.00 +1059280053,JOHN FLECK IS WHO YOU WANT HIM TO BE,Documentary,Film & Video,USD,2015-08-20,5000.00,2015-07-21 00:04:57,5080.00,successful,35,US,5080.00,5080.00,5000.00 +1059288975,Around the World in 80 J's,Nonfiction,Publishing,USD,2013-09-20,500.00,2013-07-22 19:05:23,600.00,successful,12,US,600.00,600.00,500.00 +1059291249,Rebuilding the SGWA ring,Performance Art,Art,USD,2017-05-09,6600.00,2017-03-10 01:47:54,65.00,canceled,3,US,45.00,65.00,6600.00 +"1059300277,""Mommy, Will the World End Tonight?"",Theater,Theater,USD,2012-06-17,5500.00,2012-05-18 19:07:04,1440.00,failed,26,US,1440.00,1440.00,5500.00" +1059301179,JABONES ARTESANALES 100% NATURALES,DIY,Crafts,USD,2017-01-31,10000.00,2016-12-09 19:35:38,0.00,failed,0,US,0.00,0.00,10000.00 +1059307155,Calligraphy Tattoo Art Shirts: Halloween '13 Edition,Fashion,Fashion,USD,2013-10-01,900.00,2013-09-17 21:13:34,0.00,failed,0,US,0.00,0.00,900.00 +1059322921,Ideal Bacon Loaf,Bacon,Food,USD,2014-08-01,50.00,2014-07-22 18:23:35,0.00,failed,0,US,0.00,0.00,50.00 +1059330197,Longboard (Skateboard) Performance Land Paddle,Gadgets,Technology,USD,2016-03-18,10000.00,2016-02-17 16:14:11,782.00,failed,9,US,782.00,782.00,10000.00 +1059331290,SLY3D - Record 3D video with ANY smartphone (mysly3d.com),Technology,Technology,CAD,2016-01-31,2500.00,2015-12-03 05:03:39,4031.00,successful,19,CA,3020.85,2931.42,1818.05 +"1059337540,""Author Writes """"In Search of the New America - Part II"""""",Nonfiction,Publishing,USD,2014-05-19,10000.00,2014-04-04 02:51:55,852.00,failed,10,US,852.00,852.00,10000.00" +1059344609,Driftless Café,Restaurants,Food,USD,2015-01-01,35000.00,2014-12-04 01:34:49,40625.00,successful,287,US,40625.00,40625.00,35000.00 +1059344666,Hopesick,Country & Folk,Music,USD,2012-02-12,3300.00,2012-01-22 16:19:44,3435.00,successful,103,US,3435.00,3435.00,3300.00 +1059355488,The Hasslers Full-Length Album!,Country & Folk,Music,USD,2016-02-28,2500.00,2016-01-29 08:00:33,4205.00,successful,71,US,4205.00,4205.00,2500.00 +1059358189,L & T Clothing Company,Apparel,Fashion,USD,2017-08-18,11000.00,2017-07-19 01:55:15,0.00,failed,0,US,0.00,0.00,11000.00 +1059358547,Wicked Pacts,Tabletop Games,Games,USD,2017-09-01,2500.00,2017-08-02 04:14:17,5815.00,successful,197,US,136.00,5815.00,2500.00 +1059365455,Help Support a SongBird's Journey,Country & Folk,Music,USD,2015-07-14,5000.00,2015-05-15 18:58:02,61.00,failed,3,US,61.00,61.00,5000.00 +1059370726,Women's Empowerment Project: OutLoud Magazine,Periodicals,Publishing,USD,2012-08-01,9000.00,2012-06-30 04:46:11,3731.00,failed,58,US,3731.00,3731.00,9000.00 +1059382359,Chicago Photographer,Places,Photography,USD,2017-06-12,700.00,2017-04-13 02:43:00,1.00,failed,1,US,0.00,1.00,700.00 +1059385200,The Borderlands: A Villagers & Villains Game Expansion,Tabletop Games,Games,USD,2014-04-01,1500.00,2014-02-20 14:28:30,5905.00,successful,178,US,5905.00,5905.00,1500.00 +1059387083,Wall Decals Club - Happy Walls,Design,Design,GBP,2016-05-12,20000.00,2016-04-12 10:44:37,222.00,failed,30,GB,313.63,319.87,28817.20 +1059393091,Valhalla Meadery - a family run Washington Meadery,Drinks,Food,USD,2014-12-22,12000.00,2014-10-23 18:55:48,796.00,failed,11,US,796.00,796.00,12000.00 +"1059393119,Iris Bowl: Precision Machined Aluminum; Working Aperture,Product Design,Design,USD,2016-07-22,10000.00,2016-06-21 20:45:12,16185.00,successful,73,US,11719.00,16185.00,10000.00" +1059394044,Raw Fear-Season One,Documentary,Film & Video,USD,2012-12-01,5000.00,2012-11-01 01:53:44,250.00,failed,1,US,250.00,250.00,5000.00 +1059402868,Charlie's Adventures,Children's Books,Publishing,USD,2017-05-23,1500.00,2017-04-23 19:48:08,10.00,failed,1,US,35.00,10.00,1500.00 +1059403206,A Year with Sun and Moon: Student Observing Journal,Nonfiction,Publishing,USD,2014-04-22,4000.00,2014-03-24 15:28:40,1482.00,failed,51,US,1482.00,1482.00,4000.00 +1059404221,Juilliard Students Make Their First Album,Music,Music,USD,2011-07-08,5500.00,2011-05-04 13:43:29,25.00,failed,1,US,25.00,25.00,5500.00 +1059413902,Cheezy Bizness Food truck,Food Trucks,Food,USD,2016-06-19,15000.00,2016-05-05 08:07:53,51.00,failed,2,US,51.00,51.00,15000.00 +10594189,Seeing is Believing (Short Film),Shorts,Film & Video,GBP,2014-08-10,3000.00,2014-07-11 18:22:37,3000.00,successful,13,GB,5146.72,5007.01,5007.01 +1059424823,Endadaday: Demo CD Recording & Gigging Launch,Music,Music,CAD,2017-12-15,400.00,2017-11-06 23:53:27,500.00,successful,9,CA,47.02,391.70,313.36 +1059434389,Mississippi's Own: Sean Soul Music,Music,Music,USD,2017-09-03,5000.00,2017-07-28 05:22:09,100.00,failed,1,US,0.00,100.00,5000.00 +1059441167,Bring Post-Pop Artist Aaron Kai to Push + Pull Cafe!,Painting,Art,USD,2015-01-19,15000.00,2014-12-19 05:31:45,760.00,failed,10,US,760.00,760.00,15000.00 +105944316,The Worlds of Li Loo Neng ROUND TWO,Publishing,Publishing,USD,2016-08-07,400.00,2016-07-08 17:35:01,150.00,failed,2,US,150.00,150.00,400.00 +1059445285,Personalized NT's: Customize your own name tag!,Product Design,Design,USD,2015-11-17,1.00,2015-09-28 19:15:51,30.00,successful,5,US,30.00,30.00,1.00 +1059446798,The Drunk Whisperer,Webseries,Film & Video,USD,2014-02-09,2475.00,2014-01-10 00:28:23,2605.00,successful,52,US,2605.00,2605.00,2475.00 +"1059455669,""New soul and blues by """"vocalist extraordinaire"""""",Music,Music,USD,2011-08-26,6500.00,2011-07-27 00:18:18,8100.00,successful,118,US,8100.00,8100.00,6500.00" +"1059460537,""Digital Antique - New Album """"II"""" - Help us inspire you!"",Music,Music,USD,2012-02-24,3000.00,2012-01-25 00:58:27,3029.77,successful,80,US,3029.77,3029.77,3000.00" +1059470542,ReLAX - Short Film,Comedy,Film & Video,USD,2016-09-01,5000.00,2016-08-15 21:21:26,5175.00,successful,35,US,1190.00,5175.00,5000.00 +1059483308,OSMODRAMA : Storytelling with Scents - The Festival 2016,Art,Art,EUR,2015-12-16,35000.00,2015-11-18 12:12:04,36088.55,successful,156,DE,38473.81,39105.54,37925.99 +1059488684,Sexy Greek Mythology Calendar 2015-2016,Calendars,Publishing,USD,2014-09-05,5000.00,2014-07-07 00:04:25,179.02,failed,18,US,179.02,179.02,5000.00 +1059495760,Jig to a Milestone's New CD!,World Music,Music,USD,2015-08-12,1200.00,2015-07-13 16:39:08,1695.00,successful,42,US,1695.00,1695.00,1200.00 +1059496370,DIFFERENCES Movie,Narrative Film,Film & Video,USD,2014-01-13,10000.00,2013-12-14 18:10:37,0.00,failed,0,US,0.00,0.00,10000.00 +105950125,Urban Landscapes: City Weed Trees (Canceled),Photography,Photography,USD,2013-09-27,2000.00,2013-08-28 23:54:25,0.00,canceled,0,US,0.00,0.00,2000.00 +1059502729,Help bring Personal Development to developing people!,Academic,Publishing,GBP,2016-03-07,1.00,2016-02-03 13:30:19,5.00,successful,1,GB,7.21,7.15,1.43 +1059507407,Shakespeare on the Trapeze!,Theater,Theater,USD,2010-05-07,6000.00,2010-04-15 17:18:33,7856.97,successful,124,US,7856.97,7856.97,6000.00 +"1059517470,""""""Follow Close"""": a short film by Peter J. Brant"",Shorts,Film & Video,USD,2011-06-09,8500.00,2011-05-10 03:44:44,8765.00,successful,40,US,8765.00,8765.00,8500.00" +"1059520520,""""""The Awakening"""" Film Adaptation"",Drama,Film & Video,USD,2015-04-28,50000.00,2015-02-27 01:58:11,101.00,failed,2,US,101.00,101.00,50000.00" +1059538976,Sharp New DIE-CAST Display Case!!!,Product Design,Design,USD,2014-01-11,25000.00,2013-12-12 22:30:45,131.00,failed,4,US,131.00,131.00,25000.00 +105953916,Help Fund our Italian tour and an Incredible New Creation!,Dance,Dance,USD,2011-08-04,12000.00,2011-05-10 13:08:10,195.00,failed,4,US,195.00,195.00,12000.00 +1059544904,TPSP Productions Campaign,Film & Video,Film & Video,USD,2015-02-18,10000.00,2015-01-19 16:37:21,1152.44,failed,25,US,1152.44,1152.44,10000.00 +1059548094,midTown Celebrates Fall Festival - Diversity in Art,Performance Art,Art,USD,2015-09-16,10000.00,2015-08-17 16:15:45,0.00,failed,0,US,0.00,0.00,10000.00 +1059554583,Sacred/End of the World (Front Row Seats),Rock,Music,USD,2016-05-20,5000.00,2016-04-20 00:12:01,51.00,failed,2,US,51.00,51.00,5000.00 +105955953,GBS Detroit Presents Julie Haven,Indie Rock,Music,USD,2012-11-16,600.00,2012-10-31 20:40:48,1822.05,successful,55,US,1822.05,1822.05,600.00 +1059562211,Illustrated T's,Fashion,Fashion,GBP,2015-10-18,5000.00,2015-09-18 23:17:27,13.00,failed,1,GB,20.16,20.03,7702.02 +1059563183,Chuester UpCup,Product Design,Design,USD,2015-10-01,6000.00,2015-09-10 02:45:48,6161.00,successful,39,US,6161.00,6161.00,6000.00 +1059563658,Sustainable Clothing Company,Apparel,Fashion,USD,2018-01-21,2700.00,2017-12-22 23:42:57,0.00,live,0,US,0.00,0.00,2700.00 +1059564021,Collision,Experimental,Film & Video,USD,2016-02-24,4750.00,2016-01-25 18:58:34,5055.00,successful,72,US,5055.00,5055.00,4750.00 +1059566889,PepperJelly Co: Kickstart Our Cuban Sriracha Kitchen!,Food,Food,USD,2015-07-05,50000.00,2015-06-02 02:22:24,3805.00,canceled,45,US,3805.00,3805.00,50000.00 +1059577959,ReverseSell.com,Software,Technology,USD,2015-11-14,50000.00,2015-10-15 18:25:30,10.00,failed,1,US,10.00,10.00,50000.00 +"1059600237,""JAZZ GARCELLE: Debut EP project,Demo,& CD Release Party!"",Pop,Music,USD,2012-09-09,30000.00,2012-07-31 00:37:46,20.00,failed,2,US,20.00,20.00,30000.00" +1059601234,Disconnect,Narrative Film,Film & Video,USD,2011-02-27,450.00,2011-01-28 21:42:15,969.00,successful,31,US,969.00,969.00,450.00 +1059609859,Selling my chocolate chip cookies at a farmers market,Farmer's Markets,Food,NZD,2015-07-13,2000.00,2015-05-14 02:50:04,30.00,failed,1,NZ,22.07,19.66,1310.44 +"1059615379,""Championship Rock, Paper, Scissors Trading Card Game"",Tabletop Games,Games,USD,2013-02-02,15500.00,2013-01-03 22:48:27,210.00,failed,8,US,210.00,210.00,15500.00" +"1059621599,""Hog Bitz LLc, Food Truck, catering, events , pulled pork"",Food Trucks,Food,USD,2017-03-12,25000.00,2017-02-20 21:55:59,0.00,failed,0,US,0.00,0.00,25000.00" +"1059622573,""""""Come Let Us Reason Together"""": A 10 week Bible study."",Publishing,Publishing,CAD,2013-12-11,6500.00,2013-11-11 22:25:13,1206.00,failed,11,CA,1150.94,1131.86,6100.42" +1059626312,BucketList - Complete Lifetime Goals With Friends,Technology,Technology,USD,2014-07-12,20000.00,2014-06-17 05:05:14,18.00,failed,4,US,18.00,18.00,20000.00 +1059635845,Lily Among Thorns: A Love That Can't Be Won,Rock,Music,USD,2013-09-19,1000.00,2013-08-20 19:02:06,1037.00,successful,24,US,1037.00,1037.00,1000.00 +"1059637309,""Wither, Eve, Wither"",Shorts,Film & Video,USD,2013-07-27,3000.00,2013-06-27 05:50:40,3155.00,successful,37,US,3155.00,3155.00,3000.00" +1059638910,Dreamworld Pogie - A 'new' old game by The Oliver Twins,Games,Games,GBP,2017-01-14,6000.00,2016-12-15 21:51:42,28943.00,successful,601,GB,10114.41,35535.56,7366.66 +1059649505,Sacrifice Novel,Fiction,Publishing,USD,2014-10-05,3200.00,2014-09-05 00:32:13,525.00,failed,13,US,525.00,525.00,3200.00 +1059653201,Moving Windmills - Documentary Film,Documentary,Film & Video,USD,2012-01-08,40000.00,2011-11-29 14:50:35,111545.12,successful,376,US,111545.12,111545.12,40000.00 +"1059655537,""VGA Planets """"Nu"""", the official remake"",Video Games,Games,USD,2010-07-30,10000.00,2010-05-30 19:21:47,2433.00,failed,35,US,2433.00,2433.00,10000.00" +1059659770,Australia Relocation Photo Project,Places,Photography,USD,2018-01-17,1799.00,2018-01-02 02:49:14,0.00,live,0,US,0.00,0.00,1799.00 +1059659989,postTV : new platform for exhibiting and producing experimental video and performance,Webseries,Film & Video,USD,2010-04-27,1500.00,2010-03-29 00:07:01,53.00,failed,2,US,53.00,53.00,1500.00 +1059666394,Protect against sleepy driving and monitor pulse any where,Wearables,Technology,GBP,2015-05-16,70000.00,2015-04-01 14:20:15,11656.00,failed,120,GB,17244.54,18230.16,109481.06 +1059670579,Hosea Wear Design Project,Graphic Design,Design,USD,2014-03-16,5000.00,2014-02-03 20:39:01,5000.00,successful,14,US,5000.00,5000.00,5000.00 +1059672507,Reconciliation of a nation - the youth of Bahrain,Journalism,Journalism,GBP,2013-04-16,10000.00,2013-02-15 11:13:23,100.00,failed,1,GB,155.25,153.50,15349.90 +105968074,All My Nights,Digital Art,Art,MXN,2017-12-07,50000.00,2017-11-07 19:00:24,9139.00,canceled,6,MX,0.00,482.93,2642.15 +"1059682703,""Help Fund """"Mike C's"""" 1st Video. We need your Support!!"",Music,Music,USD,2011-07-07,3000.00,2011-06-07 04:47:08,0.00,failed,0,US,0.00,0.00,3000.00" +1059684643,B*tch Fest (Canceled),Art,Art,USD,2011-08-31,47000.00,2011-06-02 17:05:11,196.00,canceled,10,US,196.00,196.00,47000.00 +1059686453,Website launch for a shop geared to gamers geeks and nerds,Games,Games,USD,2017-08-17,5000.00,2017-07-28 05:56:16,0.00,failed,0,US,0.00,0.00,5000.00 +1059714945,This and That Gifts,Crafts,Crafts,CAD,2016-08-26,5000.00,2016-07-27 18:35:42,0.00,failed,0,CA,0.00,0.00,3880.78 +1059717665,Beeld 100-jarig bestaan Schaakclub Haren! (Canceled),Sculpture,Art,EUR,2015-09-08,2500.00,2015-07-10 22:06:06,0.00,canceled,0,NL,0.00,0.00,2817.00 +"105972202,""The Multi-Trillion Dollar Projects - Las Vegas, Nevada"",Architecture,Design,USD,2017-05-10,100000.00,2017-03-13 22:05:00,2.00,failed,2,US,0.00,2.00,100000.00" +1059729376,The mRide iPhone 4/4S Case,Product Design,Design,USD,2012-05-01,20000.00,2012-03-15 02:14:46,3899.00,failed,53,US,3899.00,3899.00,20000.00 +1059733808,Broken Water (A Film by Johnnie Mack),Science Fiction,Film & Video,USD,2017-01-06,15000.00,2016-11-22 09:47:31,178.00,failed,6,US,152.00,178.00,15000.00 +1059736492,The Ice Bandit,Product Design,Design,AUD,2017-06-27,2000.00,2017-05-18 08:35:21,6445.00,successful,200,AU,2111.05,4952.74,1536.92 +1059741931,The Ghost of John Wesley Powell,Illustration,Art,USD,2013-12-06,1800.00,2013-11-06 17:44:02,0.00,failed,0,US,0.00,0.00,1800.00 +"1059742302,""Blacula: Young. Black, and Undead"",Theater,Theater,USD,2012-10-15,2000.00,2012-08-16 21:44:15,2110.00,successful,61,US,2110.00,2110.00,2000.00" +1059744800,The RED,Film & Video,Film & Video,USD,2014-11-02,13790.00,2014-09-23 03:01:05,100.00,failed,2,US,100.00,100.00,13790.00 +1059749016,Arch Oboler's NIGHT OF THE AUK,Theater,Theater,USD,2012-07-08,4000.00,2012-06-08 13:58:59,4229.00,successful,55,US,4229.00,4229.00,4000.00 +105975539,Kangakey: The World's 1st stick-anywhere Pouch for your Key,Product Design,Design,USD,2017-09-16,6000.00,2017-08-12 14:46:01,6394.00,successful,87,US,999.00,6394.00,6000.00 +1059764206,A True Story - L.A. Sunshine (Canceled),Nonfiction,Publishing,USD,2011-07-20,11000.00,2011-04-21 05:28:29,610.00,canceled,11,US,610.00,610.00,11000.00 +1059764338,The Lonely Detective,Webseries,Film & Video,USD,2011-03-02,1051.00,2011-01-31 04:48:57,25.00,failed,1,US,25.00,25.00,1051.00 +1059768302,Vixens-ADULTS ONLY,Comic Books,Comics,USD,2014-10-20,3500.00,2014-09-05 17:12:52,10801.00,successful,196,US,10801.00,10801.00,3500.00 +1059771526,SkinnyMyLife,Web,Journalism,CAD,2016-01-19,27000.00,2015-12-10 16:41:47,0.00,failed,0,CA,0.00,0.00,19053.00 +105977446,Star Trek Raven: CGI Fund,Film & Video,Film & Video,USD,2014-07-27,10000.00,2014-07-02 03:01:13,529.50,failed,11,US,529.50,529.50,10000.00 +1059776352,Platinum the Dance Movie,Narrative Film,Film & Video,USD,2013-06-27,55000.00,2013-05-31 18:22:49,2655.00,failed,31,US,2655.00,2655.00,55000.00 +1059776762,Publishing A Romance Novel,Fiction,Publishing,USD,2017-02-22,1500.00,2017-01-23 22:22:29,31.00,canceled,1,US,31.00,31.00,1500.00 +1059780424,SLEEP goes to BAM Next Wave 2017!,Theater,Theater,USD,2017-07-01,8000.00,2017-05-22 15:25:30,8047.00,successful,30,US,0.00,8047.00,8000.00 +1059783500,DADDY MARKET RESEARCH: A Design Narrative,Conceptual Art,Art,USD,2010-03-13,200.00,2010-02-27 07:21:06,204.00,successful,8,US,204.00,204.00,200.00 +1059786669,Taking The Impulsive Outside Nebraska,Metal,Music,USD,2015-04-16,3000.00,2015-03-02 06:06:49,786.00,failed,13,US,786.00,786.00,3000.00 +1059818843,Specimen Board Game,Tabletop Games,Games,USD,2012-10-10,30000.00,2012-09-06 00:09:20,7204.00,failed,107,US,7204.00,7204.00,30000.00 +1059822376,World Tour: The Bad Cats See The World!,Children's Books,Publishing,USD,2014-12-01,750.00,2014-11-18 02:29:05,335.00,failed,11,US,335.00,335.00,750.00 +1059826181,Abbott Color Wheel,Graphic Design,Design,USD,2014-10-10,23100.00,2014-09-10 22:26:44,37193.21,successful,297,US,37193.21,37193.21,23100.00 +1059833774,Extremum: the most powerful keychain flashlight in the world,Product Design,Design,USD,2017-07-20,5000.00,2017-06-20 17:03:23,10700.00,successful,193,US,3012.00,10700.00,5000.00 +"1059839317,""RUBEN O - Affordable, made-to-measure pants have arrived"",Couture,Fashion,EUR,2014-07-29,20000.00,2014-06-24 08:58:12,26230.00,successful,156,NL,35676.30,35134.95,26789.90" +1059845445,Rumpl - The World's Best Blanket,Product Design,Design,USD,2014-01-18,15000.00,2013-12-04 09:03:32,216889.00,successful,1601,US,216889.00,216889.00,15000.00 +"1059847335,""""""I Am Plastic, Man"""" - 100% Recycled-Material Music Video"",Hip-Hop,Music,USD,2017-09-23,3000.00,2017-08-24 03:29:22,3044.00,successful,55,US,5.00,3044.00,3000.00" +1059848469,The Psych Squared Album,Indie Rock,Music,USD,2014-06-16,2500.00,2014-05-17 19:05:38,2580.43,successful,46,US,2580.43,2580.43,2500.00 +1059849703,T.R.A.C.E.,Video Games,Games,USD,2015-09-14,25000.00,2015-07-16 20:47:00,5.00,failed,1,US,5.00,5.00,25000.00 +1059851176,HomeField Advantage EP,Punk,Music,USD,2014-09-16,1000.00,2014-07-18 21:40:38,320.00,failed,9,US,320.00,320.00,1000.00 +1059866858,Interlace Playing Cards Printed by BOTH Bicycle & Legends!,Playing Cards,Games,USD,2014-07-19,28000.00,2014-06-17 02:30:52,5695.00,failed,184,US,5695.00,5695.00,28000.00 +1059867533,Sacramento Hashtag Project,Design,Design,USD,2014-01-25,2500.00,2013-12-24 17:59:55,2603.52,successful,55,US,2603.52,2603.52,2500.00 +1059877171,K&M Leadwork (Canceled),Crafts,Crafts,GBP,2015-02-04,7500.00,2015-01-05 20:19:05,0.00,canceled,0,GB,0.00,0.00,11488.44 +1059882416,Traditional Fiddle Duet CD--David Bragger & Susan Platz,Country & Folk,Music,USD,2017-09-14,7500.00,2017-08-15 06:35:12,8866.00,successful,169,US,215.00,8866.00,7500.00 +1059889144,Josh Rzepka's second jazz album!,Music,Music,USD,2011-04-23,7500.00,2011-03-08 05:49:37,10199.00,successful,79,US,10199.00,10199.00,7500.00 +1059893526,This Is She to tour with Lacuna Coil,Rock,Music,USD,2012-10-21,10000.00,2012-09-21 22:23:10,1710.00,failed,40,US,1710.00,1710.00,10000.00 +1059895172,ED Patch - Keeps Life Within Reach,Product Design,Design,USD,2015-07-18,10000.00,2015-06-18 03:00:55,1812.00,failed,51,US,1812.00,1812.00,10000.00 +1059896279,From Broken to Beautiful: Travis Hastings Live Worship Album,Music,Music,USD,2013-06-28,20000.00,2013-05-01 23:21:42,900.00,failed,13,US,900.00,900.00,20000.00 +1059898280,Speak No Evil - Issue #2,Comic Books,Comics,USD,2016-10-31,5000.00,2016-10-01 06:59:44,5246.00,successful,151,US,1237.00,5246.00,5000.00 +105990218,Hammered Heroes: A Card Battle Game,Tabletop Games,Games,USD,2017-06-10,30000.00,2017-05-11 16:14:10,5170.00,canceled,98,US,3739.00,5170.00,30000.00 +1059904012,Flip Flop Season Is Not Over!,Product Design,Design,USD,2013-10-19,15500.00,2013-08-30 06:23:47,238.00,failed,10,US,238.00,238.00,15500.00 +1059914132,THE Gluten free EMPORIUM LONDON,Food,Food,GBP,2014-04-02,90000.00,2014-03-03 01:14:34,256.00,failed,9,GB,428.64,424.24,149147.37 +10599172,Friends in Dark Places: A Mare Internum pin set,Accessories,Fashion,USD,2017-08-25,500.00,2017-07-26 04:01:18,8550.00,successful,206,US,2190.00,8550.00,500.00 +1059918199,Recycled Vintage & ThriftShopped TShirts & Apparel,Apparel,Fashion,USD,2016-04-18,5000.00,2016-03-19 22:58:21,21.00,failed,3,US,21.00,21.00,5000.00 +1059926906,Opera Singers Initiative,Classical Music,Music,USD,2017-04-08,50000.00,2017-02-07 20:00:23,155.00,failed,2,US,150.00,155.00,50000.00 +1059927444,Omega Clothing,Fashion,Fashion,USD,2012-08-27,6000.00,2012-07-28 20:08:04,222.00,failed,6,US,222.00,222.00,6000.00 +1059929671,MLM World CRM,Apps,Technology,EUR,2015-05-02,60000.00,2015-04-02 17:50:38,0.00,failed,0,NL,0.00,0.00,67325.71 +1059933508,Credit Real - Safe Trading Technology,Web,Technology,DKK,2015-03-28,300000.00,2015-02-26 23:28:56,0.00,failed,0,DK,0.00,0.00,43489.61 +1059939963,THE WORLD OF CALVANNA- RPG-CITIES OF CALVANNA (Canceled),Games,Games,USD,2012-01-03,5000.00,2011-12-04 04:11:02,110.00,canceled,4,US,110.00,110.00,5000.00 +1059940376,Day of the Dead Scarface Calavera Vinyl Stickers,Illustration,Art,USD,2016-05-25,250.00,2016-05-11 22:14:37,937.00,successful,58,US,937.00,937.00,250.00 +1059944861,Red Planet Rex - a voice controlled mobile adventure game,Games,Games,USD,2013-11-24,75000.00,2013-10-25 22:21:12,892.00,failed,19,US,892.00,892.00,75000.00 +1059945082,TheJackalBees: Have a listen?,Rock,Music,CAD,2016-04-01,3000.00,2016-03-02 06:53:44,51.00,failed,2,CA,37.68,39.15,2302.73 +1059947121,The ‘Binah’ Comics & Solilians 7-Inch Vinyl,Comics,Comics,USD,2013-04-25,2500.00,2013-03-26 16:16:02,3215.00,successful,52,US,3215.00,3215.00,2500.00 +1059961004,Geek I/O Series of Podcasts!,Publishing,Publishing,USD,2013-01-05,1000.00,2012-11-06 04:51:21,60.00,failed,3,US,60.00,60.00,1000.00 +1059970892,The Power of With. How the impossible can be possible,Children's Books,Publishing,USD,2015-12-31,5000.00,2015-12-01 22:51:11,180.00,failed,7,US,180.00,180.00,5000.00 +1059976316,The Dream of RubberRoo -Men's Fetish/Casual Rubber Apparel,Fashion,Fashion,CAD,2014-05-06,3000.00,2014-04-06 01:47:07,6171.00,successful,74,CA,5594.22,5698.06,2770.08 +1059979719,Chicken Sandwich - Make my dream come true!,Food,Food,AUD,2014-08-22,7.00,2014-07-23 23:13:17,9.00,successful,3,AU,8.44,8.38,6.52 +1059982462,Making The Three Radicals new LP,Indie Rock,Music,GBP,2013-07-07,15000.00,2013-06-07 02:05:05,6.00,failed,2,GB,9.19,9.07,22662.72 +1059985435,STEAMPUNK PENTALOGY - HAWTHORNE: MYSTIRIO ASTRONOMIKI,Fiction,Publishing,USD,2012-12-01,2500.00,2012-11-01 17:06:16,1.00,failed,1,US,1.00,1.00,2500.00 +1059990288,Human Origins - The Ongoing Dig At Oldupai Gorge,Documentary,Film & Video,USD,2012-02-07,25000.00,2012-01-08 09:45:53,35.00,failed,2,US,35.00,35.00,25000.00 +10599968,Desert Bighorn,Photography,Photography,USD,2013-12-14,15000.00,2013-11-21 18:15:33,25.00,failed,1,US,25.00,25.00,15000.00 +1060003823,AHR (All Hope Restored),Web,Technology,USD,2016-03-04,20000.00,2016-02-03 17:46:57,55.00,failed,1,US,55.00,55.00,20000.00 +"1060003940,""Help Us Publish """"A Nearly Pretentious Collection, Volume 2""""!"",Fiction,Publishing,USD,2016-03-19,250.00,2016-03-04 01:06:47,251.00,successful,10,US,251.00,251.00,250.00" +106000580,ManDrop - iPhone App Game,Software,Technology,USD,2012-09-26,20000.00,2012-09-06 00:10:31,1.00,failed,1,US,1.00,1.00,20000.00 +1060015566,Glasgow Rangers - The Blue Bear Rises,Documentary,Film & Video,GBP,2014-02-20,7000.00,2014-01-21 20:38:30,747.00,failed,10,GB,1226.14,1245.89,11675.03 +1060016336,The Wheel - Rung #2,Dance,Dance,USD,2013-10-25,2240.00,2013-09-10 07:13:03,2352.00,successful,59,US,2352.00,2352.00,2240.00 +1060018930,BADAXX : Firefighter / First Responder Multi-Utility Axe,Product Design,Design,USD,2015-01-10,75000.00,2014-12-11 01:49:09,113143.00,successful,493,US,113143.00,113143.00,75000.00 +1060019597,Yes You Can (Canceled),Web,Technology,GBP,2014-08-13,30000.00,2014-07-14 19:21:07,195.00,canceled,8,GB,333.86,325.46,50070.10 +1060030815,Experimental Film Virginia Artist Residency and Festival '16,Dance,Dance,USD,2016-06-28,12000.00,2016-05-19 20:45:30,12000.00,successful,46,US,12000.00,12000.00,12000.00 +1060031438,Makey Shell for Makey Makey (Canceled),Hardware,Technology,USD,2015-03-01,2500.00,2015-02-03 19:04:08,0.00,canceled,0,US,0.00,0.00,2500.00 +1060038956,Festejemos el Día del Niño con Cine Gratis.,Film & Video,Film & Video,MXN,2017-03-24,100000.00,2017-01-23 21:23:40,1300.00,failed,5,MX,9.26,68.76,5289.33 +1060039536,SONG: Just Another Day (Female Vocal Track),Pop,Music,USD,2013-03-09,175.00,2013-03-02 04:07:08,180.00,successful,7,US,180.00,180.00,175.00 +1060046555,Higher Film,Shorts,Film & Video,USD,2014-03-28,4000.00,2014-02-26 18:11:11,4015.00,successful,64,US,4015.00,4015.00,4000.00 +1060047204,Andoria,Tabletop Games,Games,USD,2017-01-02,10000.00,2016-12-03 18:59:20,8145.00,canceled,110,US,4048.00,8145.00,10000.00 +1060050336,Special Delivery,Tabletop Games,Games,USD,2012-03-31,15000.00,2012-02-25 06:11:25,156.00,failed,5,US,156.00,156.00,15000.00 +1060066067,USB-SPI Bridge,Hardware,Technology,USD,2016-08-11,8000.00,2016-07-12 21:58:10,435.00,failed,5,US,355.00,435.00,8000.00 +"106007323,""A custom clothing maker needs your support, & a new printer!"",Apparel,Fashion,USD,2015-05-07,22000.00,2015-04-16 18:36:26,500.00,canceled,1,US,500.00,500.00,22000.00" +1060075586,World Strike,Mobile Games,Games,USD,2016-05-03,12000.00,2016-03-08 19:36:11,31.00,failed,2,US,31.00,31.00,12000.00 +1060084882,Surrealist Student Photographer With An Obscure Style,Conceptual Art,Art,USD,2012-08-26,300.00,2012-07-27 20:32:12,408.00,successful,16,US,408.00,408.00,300.00 +"1060088038,""FOLLOW THAT BIRD RECORDS FIRST FULL LENGTH IN MARFA, TX"",Indie Rock,Music,USD,2012-06-16,3500.00,2012-04-17 19:44:52,4236.08,successful,72,US,4236.08,4236.08,3500.00" +"1060095007,""""""Wake Up & Retire Early, A Generations Guide To Retirement"""""",Documentary,Film & Video,USD,2014-08-09,11000.00,2014-07-10 04:16:31,0.00,canceled,0,US,0.00,0.00,11000.00" +1060096576,Donate to: The I Killed Everyone Trailer Fund!,Music,Music,USD,2012-01-04,1000.00,2011-11-04 23:32:57,1165.00,successful,27,US,1165.00,1165.00,1000.00 +1060097651,Jeremy Abram @ The Duplex New York,Musical,Theater,USD,2014-05-18,500.00,2014-05-12 19:41:31,595.00,successful,12,US,595.00,595.00,500.00 +1060102447,Mundane Erotica: An Unambigiously Adult Coloring Book,Illustration,Art,USD,2016-06-01,2200.00,2016-05-02 18:16:07,98.00,failed,7,US,98.00,98.00,2200.00 +1060106397,DragonPat. Un support de casque pour motard et autres.,Gadgets,Technology,EUR,2015-09-14,50000.00,2015-08-23 02:46:33,1104.00,failed,1,FR,1243.72,1260.66,57095.22 +1060111198,GigBlade: A Revolutionary Side-Carry Hybrid Guitar Gig Bag,Product Design,Design,USD,2014-03-06,30000.00,2014-02-04 15:02:23,71353.00,successful,525,US,71353.00,71353.00,30000.00 +1060111983,One Girl's Pursuit to High Fashion kasj silk,Couture,Fashion,USD,2016-03-07,18000.00,2016-01-07 22:57:03,1.00,failed,1,US,1.00,1.00,18000.00 +106012525,Kerak: Strategy Redefined,Tabletop Games,Games,CAD,2016-03-31,25000.00,2016-03-01 09:43:37,9294.92,failed,100,CA,6869.40,7134.57,19189.44 +1060130431,Chicken Suit,Shorts,Film & Video,USD,2012-08-25,8000.00,2012-07-26 22:41:48,9755.00,successful,176,US,9755.00,9755.00,8000.00 +1060132029,A Song A Day: For those too busy to discover new music,Web,Technology,USD,2015-10-29,25000.00,2015-09-29 13:04:29,14255.11,failed,371,US,14255.11,14255.11,25000.00 +1060135243,Tidy 20 Weekender,Music,Music,GBP,2014-07-23,40000.00,2014-06-11 19:07:28,60082.00,successful,669,GB,101006.50,102067.44,67952.09 +1060139330,The Jackson 5...Million,Documentary,Film & Video,USD,2012-03-07,67000.00,2012-02-03 01:15:12,2467.99,failed,46,US,2467.99,2467.99,67000.00 +1060140800,Ms. Bombshell Studio/Magazine,Photography,Photography,USD,2013-11-14,5000.00,2013-10-15 00:09:22,461.00,failed,9,US,461.00,461.00,5000.00 +1060142423,'Haunted',Documentary,Film & Video,USD,2010-08-18,14000.00,2010-06-18 02:44:56,0.00,failed,0,US,0.00,0.00,14000.00 +"1060144214,""The Craftsmen's Journal - The """"Re-restoration"""" Pilot Episode"",Film & Video,Film & Video,USD,2014-02-22,4500.00,2014-01-23 10:16:53,4540.00,successful,41,US,4540.00,4540.00,4500.00" +1060146777,Arch of Triumph and Disaster - Burning Man 2014,Sculpture,Art,USD,2014-05-23,7500.00,2014-04-24 22:09:50,7557.00,successful,122,US,7557.00,7557.00,7500.00 +"106014974,""Revolution, I Love You - We Choose to Go to the Moon"",Indie Rock,Music,USD,2011-07-21,750.00,2011-06-21 19:53:23,1067.00,successful,32,US,1067.00,1067.00,750.00" +1060150812,The Essential W.S. Merwin,Poetry,Publishing,USD,2016-12-02,50000.00,2016-10-25 00:00:23,57124.00,successful,430,US,6701.00,57124.00,50000.00 +1060166680,Inspired,Jazz,Music,USD,2014-07-21,7500.00,2014-06-21 07:01:06,8210.00,successful,94,US,8210.00,8210.00,7500.00 +1060168169,Gloom: A Dark Fairy Tale,Animation,Film & Video,USD,2012-10-22,3900.00,2012-09-12 18:01:48,470.00,failed,8,US,470.00,470.00,3900.00 +"1060169349,""Le Binôme""""à la française"""""",Fashion,Fashion,EUR,2016-04-20,3000.00,2016-03-21 16:28:20,481.00,failed,10,FR,542.07,541.75,3378.91" +1060171689,Bezel: First 3D Printed Jewelry E-store with Digital Try-On,Jewelry,Fashion,USD,2017-09-24,5000.00,2017-08-25 18:45:44,971.00,failed,9,US,466.00,971.00,5000.00 +1060181796,Build the Stage! for Chicago Chorale's Bach Mass in B Minor,Classical Music,Music,USD,2011-04-05,1000.00,2011-03-18 17:06:20,1910.00,successful,55,US,1910.00,1910.00,1000.00 +1060182297,Habit,Performance Art,Art,USD,2012-08-18,7500.00,2012-07-24 10:24:48,8527.11,successful,168,US,8527.11,8527.11,7500.00 +1060197697,The Edge of the Earth ~ Corsica,Art,Art,USD,2012-08-17,4300.00,2012-07-18 19:50:56,5005.00,successful,48,US,5005.00,5005.00,4300.00 +106021161,The Lattice Pen: 3D Printed. Titanium. Art.,Product Design,Design,EUR,2017-02-15,15000.00,2017-01-16 08:25:30,12056.00,failed,61,DE,2380.69,12839.60,15974.95 +106021436,Love's Labour's Lost,Shorts,Film & Video,GBP,2014-03-20,400.00,2014-02-26 23:57:49,423.00,successful,21,GB,704.88,697.49,659.57 +1060219091,Breakleague : ligue de breakdance,Dance,Dance,EUR,2016-07-25,10000.00,2016-05-26 17:22:44,10585.00,successful,112,FR,9282.50,11763.07,11112.96 +"1060225648,Food Therapy for Self Cure,Publishing,Publishing,USD,2016-02-09,2000.00,2016-01-07 17:50:54,211.00,undefined,0,""N,0"""""",,211.00,2000.00" +"106022992,""City of Mist, a noir RPG of modern-day legends"",Tabletop Games,Games,USD,2016-11-25,14000.00,2016-10-20 19:23:23,104313.42,successful,1762,US,9149.00,104313.42,14000.00" +1060232553,Be A Movie Hero of The Elder Theatre: Going Digital.,Theater,Theater,USD,2013-07-03,25000.00,2013-05-21 00:03:29,25817.00,successful,198,US,25817.00,25817.00,25000.00 +1060235284,Create Games & Apps Without Any Coding,Apps,Technology,USD,2016-04-02,1000.00,2016-02-02 03:00:40,11455.00,successful,76,US,11455.00,11455.00,1000.00 +106023551,Selfless Nation Designs,Apparel,Fashion,USD,2016-01-14,200.00,2015-12-15 17:33:10,200.00,successful,8,US,200.00,200.00,200.00 +1060238474,Museum of Non-Visible Art- Praxis & James Franco collaborate,Conceptual Art,Art,USD,2011-08-31,5000.00,2011-06-09 07:12:07,16197.01,successful,164,US,16197.01,16197.01,5000.00 +1060248495,Titan Travel Top,Product Design,Design,USD,2014-09-30,2000.00,2014-09-10 23:46:16,2136.01,successful,53,US,2136.01,2136.01,2000.00 +1060249445,ANML Athletics / Lifestyle & Performance Clothing Line,Apparel,Fashion,USD,2017-08-31,2000.00,2017-07-02 04:39:51,22.00,failed,1,US,22.00,22.00,2000.00 +"1060251143,""The Dolma Stone / Dolma Tasi Project, """"My American Version"""""",Sculpture,Art,USD,2013-09-09,24999.00,2013-08-01 18:32:11,425.00,failed,23,US,425.00,425.00,24999.00" +1060254630,Save SPP - A new game like Superpoke Pets (Canceled),Video Games,Games,USD,2012-03-07,40000.00,2012-02-04 18:23:23,2586.00,canceled,49,US,2586.00,2586.00,40000.00 +1060254874,Torero's - CROSS Grabado Tech+ Smart Wallet (Canceled),Wearables,Technology,CAD,2015-08-23,2500.00,2015-06-24 11:48:36,4065.00,canceled,57,CA,3297.98,3063.07,1883.81 +1060263496,Brock Lady: The EP Experience!,Indie Rock,Music,USD,2010-06-13,2200.00,2010-04-06 02:01:29,240.00,failed,4,US,240.00,240.00,2200.00 +10602672,The Poetry Brothel: New Orleans,Poetry,Publishing,USD,2010-11-01,2900.00,2010-08-05 06:53:05,2914.00,successful,57,US,2914.00,2914.00,2900.00 +1060267838,And She Saw Stars RAW Artists Debut,Fashion,Fashion,USD,2016-01-03,1333.00,2015-12-10 07:53:39,0.00,failed,0,US,0.00,0.00,1333.00 +1060268363,Millionairess Network,Apps,Technology,USD,2018-01-26,10000.00,2017-12-29 03:44:26,15.00,live,2,US,10.00,15.00,10000.00 +1060269709,RONZO The food of the future. World’s First Cricket Capsules,Food,Food,USD,2017-04-13,10000.00,2017-03-14 16:59:28,5380.00,canceled,97,US,4445.00,5380.00,10000.00 +1060269974,Third Sol Music Videos,Latin,Music,USD,2014-10-11,25000.00,2014-09-11 04:20:12,65.00,failed,2,US,65.00,65.00,25000.00 +1060270660,TEMPLATE: Issue 8.5 & Volume 1 Second Printing (Canceled),Comics,Comics,USD,2014-03-14,6000.00,2014-02-11 01:22:58,468.00,canceled,23,US,468.00,468.00,6000.00 +1060273892,Mission:Slothville,Documentary,Film & Video,USD,2012-04-15,1000.00,2012-03-16 06:59:59,248.00,failed,9,US,248.00,248.00,1000.00 +1060274093,Around the World in 80 Washing Lines,Public Art,Art,GBP,2016-04-14,1500.00,2016-03-15 11:11:03,105.00,failed,7,GB,151.03,148.89,2127.06 +1060274233,Day: One,Video Games,Games,USD,2017-06-21,350.00,2017-05-26 05:16:30,371.00,successful,22,US,45.00,371.00,350.00 +1060278074,Graphic Novel (Canceled),Comics,Comics,USD,2013-06-03,15380.00,2013-05-04 06:05:21,6310.00,canceled,35,US,6310.00,6310.00,15380.00 +1060281652,Gotta Try Them All- Flavors of my Town,Food,Food,USD,2015-04-09,500.00,2015-03-30 19:00:20,0.00,failed,0,US,0.00,0.00,500.00 +1060289409,Tektonix3D Card Building System,Tabletop Games,Games,USD,2012-05-01,28000.00,2012-03-18 21:58:11,240.00,failed,7,US,240.00,240.00,28000.00 +"1060309318,""Alexa brings """"a Bedtime Anthology"""" into your bedroom."",Music,Music,USD,2013-08-07,350.00,2013-07-08 18:02:50,386.00,successful,16,US,386.00,386.00,350.00" +1060309499,Channel8,R&B,Music,USD,2016-05-15,2000.00,2016-04-25 18:34:51,0.00,failed,0,US,0.00,0.00,2000.00 +1060309625,New Hollywood Film Star Interview and Political Radio Show,Audio,Journalism,USD,2017-02-16,5000.00,2017-01-17 14:44:32,1.00,failed,1,US,0.00,1.00,5000.00 +1060311217,Saint George and The Dragon,Graphic Novels,Comics,USD,2014-09-30,1750.00,2014-08-13 18:01:33,0.00,failed,0,US,0.00,0.00,1750.00 +1060314445,Accidentally on Purpose,Rock,Music,USD,2013-05-28,1900.00,2013-04-26 21:05:17,1000.00,failed,4,US,1000.00,1000.00,1900.00 +1060320926,Building a Streaming and Video Editing Media PC,Gaming Hardware,Games,USD,2015-06-20,1250.00,2015-05-31 18:39:54,25.00,failed,1,US,25.00,25.00,1250.00 +1060328659,Just S.T.A.R.T Girl Power because of GOD'S Power,Nonfiction,Publishing,USD,2016-08-27,5000.00,2016-07-28 18:28:32,53.00,failed,4,US,0.00,53.00,5000.00 +1060334004,The As Yet untitled Tarot Deck,Painting,Art,USD,2014-03-19,25000.00,2014-02-22 06:14:25,641.00,failed,11,US,641.00,641.00,25000.00 +1060338348,Get Scene Now (Canceled),Web,Technology,USD,2015-07-30,1000.00,2015-07-15 04:54:10,0.00,canceled,0,US,0.00,0.00,1000.00 +1060354301,Italian Coffee Shop,Food,Food,GBP,2016-06-12,20000.00,2016-05-13 21:09:50,21.00,failed,2,GB,30.32,30.00,28574.29 +1060362878,MEMOIRS OF A PARAPSYCHOLOGIST,Shorts,Film & Video,USD,2011-04-10,2500.00,2011-02-08 15:27:25,2544.00,successful,13,US,2544.00,2544.00,2500.00 +1060365846,Independent Radio 559,Radio & Podcasts,Publishing,USD,2015-03-03,15000.00,2015-01-17 00:24:18,2.00,failed,2,US,2.00,2.00,15000.00 +1060365997,Hotline Pliny: Long and Uncut,Hip-Hop,Music,USD,2015-11-20,100.00,2015-10-21 19:57:29,17.00,failed,2,US,17.00,17.00,100.00 +1060370338,The Great Surgeon,Animation,Film & Video,USD,2014-09-05,12000.00,2014-07-07 06:46:02,4806.00,failed,42,US,4806.00,4806.00,12000.00 +1060370798,Independent Hip hop music artist,Hip-Hop,Music,USD,2017-02-24,2000.00,2017-01-25 01:45:09,0.00,failed,0,US,0.00,0.00,2000.00 +106038439,NameName: The Watch & Bracelet can be customizer,Product Design,Design,GBP,2015-01-16,10000.00,2014-12-17 03:01:59,112.00,failed,1,GB,175.99,169.94,15173.59 +1060386518,The Doctor is Out... The final hours of HST.,Performance Art,Art,USD,2011-12-11,750.00,2011-11-11 01:44:05,51.00,failed,1,US,51.00,51.00,750.00 +"1060386645,""""""Sushi"""" Catnip Infused Toys For Cats with Exquisite Taste!"",Crafts,Crafts,USD,2016-10-04,3000.00,2016-09-04 21:29:57,12127.00,successful,340,US,198.00,12127.00,3000.00" +1060393118,A4 Numbered Hex Pad,Tabletop Games,Games,GBP,2014-01-12,300.00,2013-12-08 01:16:33,1461.00,successful,89,GB,2386.20,2402.09,493.24 +1060395489,The Paruus Histories: A Dark Fantasy Series,Fiction,Publishing,USD,2013-05-06,10000.00,2013-04-06 17:08:14,480.00,failed,13,US,480.00,480.00,10000.00 +1060400480,Gamer's on patrol,Webseries,Film & Video,AUD,2015-02-22,15000.00,2015-01-13 17:37:10,1.00,failed,1,AU,0.82,0.78,11742.60 +"1060400506,""Cling Nano Strips: Our STICKIEST, MOST VERSATILE Gel Pad Yet"",Product Design,Design,AUD,2017-08-18,3250.00,2017-07-18 16:19:56,27869.00,successful,1022,AU,701.50,22062.22,2572.83" +1060400554,Original Songs for Kids Who Rock! (Canceled),Rock,Music,USD,2012-06-08,2500.00,2012-04-09 01:15:00,121.00,canceled,3,US,121.00,121.00,2500.00 +"1060400566,The Common 'Taters & the Turn-Ups,Music,Music,USD,2014-12-29,1457.00,2014-12-04 15:07:39,756.00,undefined,0,""N,0"""""",,756.00,1457.00" +"1060410207,""River City Hymnal's First Full Length Album, """"Bloodlines"""""",Rock,Music,USD,2014-04-01,4700.00,2014-02-07 20:42:30,6295.80,successful,96,US,6295.80,6295.80,4700.00" +1060416543,Transforming Guyana's Mental Health System,Journalism,Journalism,CAD,2014-08-27,500.00,2014-07-14 22:50:21,1030.11,successful,31,CA,959.73,949.06,460.66 +1060417965,YAAWIN Cairns Anthology - Fact and Fiction,Anthologies,Publishing,AUD,2016-06-01,2000.00,2016-04-03 12:13:19,0.00,failed,0,AU,0.00,0.00,1448.86 +1060420154,Historic Cemetery Revival | Eagle Scout Project,Civic Design,Design,USD,2014-11-10,575.00,2014-10-03 04:18:44,1031.00,successful,16,US,1031.00,1031.00,575.00 +1060420469,Handbags made from 35mm Pre-run Hollywood Movies,Fashion,Fashion,USD,2011-02-16,6800.00,2011-01-05 02:05:35,7143.00,successful,86,US,7143.00,7143.00,6800.00 +1060426835,Stuffed: Bear Minimum,Children's Books,Publishing,USD,2016-05-31,6000.00,2016-05-01 05:13:58,8000.00,successful,127,US,8000.00,8000.00,6000.00 +1060428225,The incredible lightable screwdriver,Hardware,Technology,USD,2015-12-27,10000.00,2015-10-28 16:39:29,50.00,failed,2,US,50.00,50.00,10000.00 +1060428321,www.maliks-couture.com,Couture,Fashion,USD,2015-06-02,50000.00,2015-04-03 04:21:02,1.00,failed,1,US,1.00,1.00,50000.00 +1060429412,CIAO L.A. - A Photographic Memoir,Nonfiction,Publishing,USD,2010-06-13,1810.00,2010-05-07 22:47:24,2025.00,successful,22,US,2025.00,2025.00,1810.00 +1060432760,The Garden Of Eden (Canceled),Vegan,Food,AUD,2014-12-10,22000.00,2014-11-10 17:25:36,71.00,canceled,2,AU,61.28,58.71,18192.34 +1060439739,Angels in Houston,Plays,Theater,USD,2014-10-26,15000.00,2014-08-27 23:52:38,125.00,failed,2,US,125.00,125.00,15000.00 +1060452385,from Heaven to Earth,Children's Books,Publishing,USD,2012-08-08,4000.00,2012-07-07 05:26:16,320.00,failed,6,US,320.00,320.00,4000.00 +1060460433,Best Day Ever Comedy,Shorts,Film & Video,USD,2012-12-16,2101.00,2012-11-16 05:51:37,75.00,failed,1,US,75.00,75.00,2101.00 +1060461660,Bunny and Clive,Shorts,Film & Video,GBP,2016-04-24,5000.00,2016-03-25 16:58:13,9181.00,successful,61,GB,12946.36,13417.61,7307.27 +1060472393,BLACKPOOL album project,Music,Music,USD,2011-06-29,10000.00,2011-04-30 03:37:36,140.00,failed,3,US,140.00,140.00,10000.00 +1060475542,Better Angels -- A Hell of a Roleplaying Game by Greg Stolze,Games,Games,USD,2012-08-26,5000.00,2012-07-27 15:59:46,21593.34,successful,639,US,21593.34,21593.34,5000.00 +1060478773,La Vie Bohème jewelry for travelers,Accessories,Fashion,USD,2017-07-13,30000.00,2017-06-13 03:08:48,27.00,failed,3,US,25.00,27.00,30000.00 +1060481858,Nadir's Zenith Comic Book -- Issues #4 & #5,Comics,Comics,USD,2013-11-13,13000.00,2013-10-14 20:02:22,912.00,failed,38,US,912.00,912.00,13000.00 +1060484736,Occupy,Art Books,Publishing,USD,2012-03-04,15000.00,2012-01-04 00:27:12,15.00,failed,2,US,15.00,15.00,15000.00 +1060487177,Scent Of A Geek,Candles,Crafts,USD,2016-08-19,3500.00,2016-07-20 05:27:01,94.00,failed,7,US,47.00,94.00,3500.00 +1060500673,Quickdraw 2.0 Cable: LED Light Reversible USB iPhone Android,Product Design,Design,GBP,2015-10-01,20000.00,2015-09-01 09:29:58,28479.00,successful,873,GB,43944.60,43194.50,30334.28 +1060501589,I'm wanting better emergency response time,Apps,Technology,USD,2015-02-14,5000.00,2014-12-20 05:47:07,0.00,failed,0,US,0.00,0.00,5000.00 +1060503376,Zombie It's What's For Dinner,Shorts,Film & Video,USD,2011-08-26,200.00,2011-07-27 14:34:34,328.00,successful,13,US,328.00,328.00,200.00 +1060509071,Patterns In The Maze,Fiction,Publishing,USD,2011-12-15,400.00,2011-11-15 19:35:09,0.00,failed,0,US,0.00,0.00,400.00 +1060522669,The Shop out back. Let's go build something.,Fabrication Tools,Technology,USD,2015-04-18,80000.00,2015-03-18 23:41:42,1.00,failed,1,US,1.00,1.00,80000.00 +"1060525199,""Launch TWICWEAR, Personal Protection Gear 4 Women"",Apparel,Fashion,USD,2014-08-18,32000.00,2014-07-29 21:50:46,90.00,failed,3,US,90.00,90.00,32000.00" +1060529771,REFUGEE - a Human Film,Documentary,Film & Video,EUR,2015-10-12,250.00,2015-10-02 13:16:20,365.00,successful,4,NL,407.52,414.64,284.00 +1060530416,RemoteBoot - WiFi Remote Management Module for PCs,DIY Electronics,Technology,AUD,2015-12-15,1500.00,2015-11-16 20:12:06,17589.00,successful,431,AU,12537.39,12534.03,1068.91 +106053287,Cocktails Bakery - Alcohol Infused Treats Shipped Nationwide,Food,Food,USD,2015-03-22,17210.00,2015-02-20 19:22:47,1950.00,failed,5,US,1950.00,1950.00,17210.00 +1060535938,Renegades of the Galaxy - a brand new sci-fi movie!,Film & Video,Film & Video,GBP,2013-12-06,8000.00,2013-11-06 07:31:15,1036.00,canceled,19,GB,1654.96,1693.34,13075.95 +"1060551330,""Relaunch: Cat's Eye Gemstone Dice Sets, d6's, and d20's"",Tabletop Games,Games,USD,2016-04-16,8000.00,2016-04-01 19:16:49,8003.00,successful,102,US,8003.00,8003.00,8000.00" +1060551417,Zypic Apparel - Ready For The Next Step,Fashion,Fashion,USD,2012-06-02,5000.00,2012-05-03 20:29:14,20.00,failed,1,US,20.00,20.00,5000.00 +1060554375,DAMAGEDANCE Spring Season presents WannaBe,Dance,Dance,USD,2014-04-01,1500.00,2014-03-04 19:53:42,2323.00,successful,30,US,2323.00,2323.00,1500.00 +1060560825,Help me buy equipment to record/stream!,Games,Games,GBP,2014-07-13,600.00,2014-06-13 17:57:59,1.00,failed,1,GB,1.68,1.71,1025.20 +1060566548,WORLD'S BEST BATTERY BACKUP: EXO WEARABLE POWER!,Wearables,Technology,USD,2016-08-17,250000.00,2016-07-18 14:05:54,3417.00,canceled,34,US,945.00,3417.00,250000.00 +1060572896,USHERS: The Front Of House Musical (Canceled),Theater,Theater,GBP,2013-11-04,10000.00,2013-10-03 18:04:02,2065.14,canceled,31,GB,3335.80,3320.80,16080.27 +1060572913,Sconcy – The Stick-On Lamp (Canceled),Product Design,Design,USD,2016-08-01,15000.00,2016-06-25 05:06:40,5191.00,canceled,67,US,5191.00,5191.00,15000.00 +1060574967,Phonic Shop - Secret Sounds,Film & Video,Film & Video,USD,2016-09-02,4900.00,2016-08-03 01:22:01,5700.00,successful,54,US,0.00,5700.00,4900.00 +1060577652,GBS Detroit Presents Five Pound Snap,Rock,Music,USD,2013-09-06,1200.00,2013-08-23 00:24:52,1442.00,successful,40,US,1442.00,1442.00,1200.00 +1060579981,mighty stash pack™,Product Design,Design,USD,2017-05-21,1000.00,2017-04-21 02:14:03,17058.00,successful,422,US,7055.00,17058.00,1000.00 +1060582443,Super Cute Surprise Packages (Canceled),Crafts,Crafts,GBP,2016-06-22,900.00,2016-04-23 23:33:32,207.00,canceled,6,GB,297.01,283.67,1233.37 +1060585870,'This Is How We Know What Love Is' - Modo Stare debut album,Electronic Music,Music,GBP,2012-12-14,2500.00,2012-11-14 14:16:43,3140.00,successful,72,GB,4982.12,5061.50,4029.85 +"1060593853,""""""2 Catch a Thief"""""",Film & Video,Film & Video,USD,2012-09-30,10000.00,2012-09-03 18:22:35,701.01,failed,12,US,701.01,701.01,10000.00" +1060601594,Hydro Ag Systems - NSF Food Safe Hydroponic Growing System,Farms,Food,USD,2016-04-30,15000.00,2016-03-31 20:20:31,171.00,failed,4,US,171.00,171.00,15000.00 +1060605395,King of Hip Hop Soul (Canceled),Hip-Hop,Music,USD,2014-12-06,5000.00,2014-10-07 20:36:58,0.00,canceled,0,US,0.00,0.00,5000.00 +1060611009,Mimimi - An innovative feminine Rinser,Hardware,Technology,HKD,2017-11-15,78135.00,2017-10-01 15:02:58,80433.00,successful,32,HK,626.50,10295.95,10001.79 +1060623310,Girls Can Do It Better,Publishing,Publishing,USD,2015-07-01,450000.00,2015-06-01 22:28:19,0.00,failed,0,US,0.00,0.00,450000.00 +1060637349,Bottle Dock,Woodworking,Crafts,USD,2015-04-01,1500.00,2015-02-15 00:14:27,440.00,failed,10,US,440.00,440.00,1500.00 +1060645525,Kico Blok | Wooden Puzzle with Augmented Reality,Interactive Design,Design,USD,2017-11-08,5000.00,2017-10-04 15:12:54,5801.00,successful,101,US,1196.00,5801.00,5000.00 +1060646329,Vet Vittles - A Veterinary Approach to Pet Nutrition,Food,Food,USD,2016-05-28,34500.00,2016-04-28 02:33:10,521.00,failed,19,US,521.00,521.00,34500.00 +106064636,High Altitude Hunters Productions,Webseries,Film & Video,USD,2014-09-12,20000.00,2014-08-13 23:32:05,0.00,failed,0,US,0.00,0.00,20000.00 +106066260,Cervidae - Wordpress Website Template Pack,Web,Technology,GBP,2015-03-21,650.00,2015-02-19 17:53:31,0.00,failed,0,GB,0.00,0.00,966.90 +1060670951,Lads & Dads,Comedy,Film & Video,GBP,2014-09-18,7500.00,2014-08-19 09:57:31,4350.00,failed,51,GB,7276.50,7108.19,12255.50 +1060671615,Ikkari Fightwear: ‘8-bit Warrior’ Long-Sleeved Rash Guard,Comics,Comics,USD,2013-12-12,9900.00,2013-11-02 04:44:14,1105.00,failed,21,US,1105.00,1105.00,9900.00 +1060675708,Everlasting Beauty – Floral Jewelry,Jewelry,Fashion,CAD,2017-03-28,10000.00,2017-03-07 16:23:59,11.00,failed,2,CA,0.00,8.24,7494.57 +1060704796,The Carrie Belt,Accessories,Fashion,USD,2015-05-13,5000.00,2015-04-29 06:47:41,5000.00,successful,36,US,5000.00,5000.00,5000.00 +106070507,Death's Footsteps: A Graphic Fable of the Underworld,Graphic Novels,Comics,USD,2016-09-09,800.00,2016-08-10 20:44:19,14277.00,successful,477,US,615.00,14277.00,800.00 +1060710085,Giants & Oceans,Music,Music,USD,2014-05-16,2500.00,2014-05-02 23:39:14,150.00,failed,2,US,150.00,150.00,2500.00 +1060710689,Combo Studio Reversible USB cable for Apple iPod iPhone iPad,Design,Design,GBP,2015-03-20,5000.00,2015-02-18 15:26:04,904.00,canceled,49,GB,1389.63,1342.72,7426.55 +"1060711336,King of Britain - British ETA Championships,Music,Music,GBP,2016-01-15,2500.00,2015-12-16 19:11:16,0.00,undefined,0,""N,0"""""",,0.00,3583.05" +1060714534,Silvered Soda Souvenirs,Crafts,Crafts,USD,2014-04-22,1000.00,2014-04-02 20:02:35,411.00,failed,12,US,411.00,411.00,1000.00 +1060718741,Out of the Dark,Horror,Film & Video,GBP,2014-07-07,250.00,2014-06-14 01:08:38,252.50,successful,15,GB,424.15,432.28,428.00 +1060722382,The Creeps graphic novel (Canceled),Comics,Comics,USD,2013-07-17,8000.00,2013-06-17 23:21:47,275.00,canceled,6,US,275.00,275.00,8000.00 +1060726539,Griff The Winged Lion,Video Games,Games,USD,2016-10-08,15000.00,2016-09-08 02:07:27,1021.00,failed,48,US,25.00,1021.00,15000.00 +1060752815,Jester,Mixed Media,Art,USD,2016-01-06,15000.00,2015-12-07 06:49:39,25.00,failed,1,US,25.00,25.00,15000.00 +1060757813,My Dad the Superhero,Children's Books,Publishing,USD,2015-08-18,2000.00,2015-07-19 03:55:41,2190.00,successful,39,US,2190.00,2190.00,2000.00 +1060771060,illuminfo: A brand new reflection on your sporting data,Product Design,Design,GBP,2017-05-05,34000.00,2017-04-03 10:36:39,390.00,failed,5,GB,92.84,504.64,43994.15 +1060775405,New York Fashion Week Collection,Fashion,Fashion,USD,2013-07-04,3500.00,2013-06-04 22:31:59,395.00,failed,7,US,395.00,395.00,3500.00 +1060778161,Penny Bun Helps Save the World,Children's Books,Publishing,GBP,2017-10-01,10000.00,2017-09-01 09:40:23,10111.00,successful,63,GB,645.63,13220.45,13075.31 +1060781717,Direct Methanol Fuel Cells for Robotics and Flight.,Flight,Technology,USD,2017-03-15,700.00,2017-02-13 21:08:55,228.77,failed,17,US,105.00,228.77,700.00 +106078661,Help Anoop Desai Bring Back the Fidelity of the Human Voice!,Music,Music,USD,2011-04-07,10000.00,2011-03-07 20:16:49,12000.00,successful,126,US,12000.00,12000.00,10000.00 +106079679,LifE KiT Lifestyle: Our Story is Your Story | 2013 & Beyond,Fashion,Fashion,USD,2013-05-06,20000.00,2013-03-17 02:25:50,20948.00,successful,244,US,20948.00,20948.00,20000.00 +106079745,Weather Point - The World’s Smallest Weather Station,Gadgets,Technology,GBP,2015-06-08,15000.00,2015-05-09 11:38:12,37567.00,canceled,1806,GB,58118.88,58178.47,23229.88 +106079827,MD-Pen [Minimal & Durable pen],Product Design,Design,USD,2012-08-09,7500.00,2012-07-10 01:49:44,14660.00,successful,321,US,14660.00,14660.00,7500.00 +1060805384,ITalktoStrangers,Public Art,Art,GBP,2014-06-06,5100.00,2014-05-07 09:44:34,5451.50,successful,136,GB,9199.80,9172.36,8580.95 +"1060805643,""Elikah Album - Jake, Jo, Naomi & Eleanor"",Pop,Music,GBP,2013-06-01,1200.00,2013-04-14 12:38:39,2574.00,successful,171,GB,3948.88,4009.28,1869.13" +1060807915,DRACONIAN and KNIGHTS Playing Cards,Playing Cards,Games,USD,2017-11-01,12000.00,2017-09-28 17:56:44,20987.00,successful,366,US,18131.00,20987.00,12000.00 +1060816473,HAPPY MALLOWS! Simply the best Gourmet Marshmallows!,Food,Food,GBP,2017-12-17,75000.00,2017-11-17 18:39:17,565.00,failed,14,GB,619.00,756.14,100372.05 +106081732,Kundalini Remix Project,World Music,Music,USD,2013-07-11,5000.00,2013-05-27 20:45:53,0.00,failed,0,US,0.00,0.00,5000.00 +1060820445,Z-Day: A zombie Novel,Publishing,Publishing,USD,2014-09-01,1300.00,2014-07-18 00:35:03,291.00,failed,8,US,291.00,291.00,1300.00 +106082397,Elm City Dance Collective: The Masquerade Ball,Dance,Dance,USD,2011-10-01,3500.00,2011-09-01 14:29:20,3800.00,successful,70,US,3800.00,3800.00,3500.00 +1060826208,Domestica,Periodicals,Publishing,USD,2012-05-07,2000.00,2012-04-17 05:22:03,2090.00,successful,45,US,2090.00,2090.00,2000.00 +1060828669,ANTVR KIT: All-IN-ONE Universal Virtual Reality Kit,Hardware,Technology,USD,2014-06-23,200000.00,2014-05-14 13:26:19,260834.88,successful,681,US,260834.88,260834.88,200000.00 +1060844638,Mi ridai la vita,Faith,Music,EUR,2016-01-27,12000.00,2015-12-28 20:24:34,0.00,failed,0,IT,0.00,0.00,13104.01 +1060851467,Flourish & Multiply Studio Build,Photography,Photography,USD,2016-02-15,6000.00,2016-01-25 19:57:21,6830.00,successful,31,US,6830.00,6830.00,6000.00 +1060852789,Red Planet Sky - Escape LP,Electronic Music,Music,USD,2012-04-08,16000.00,2012-03-09 01:06:06,101.00,failed,2,US,101.00,101.00,16000.00 +1060862243,Official Dominion Case (Canceled),Tabletop Games,Games,USD,2014-05-01,66500.00,2014-03-26 22:51:54,12377.05,canceled,90,US,12377.05,12377.05,66500.00 +106086580,Your Aspergers Is Showing!,Documentary,Film & Video,USD,2013-06-22,2000.00,2013-04-23 02:34:40,750.00,failed,12,US,750.00,750.00,2000.00 +1060868063,Intrepid 8x10 Camera - An Affordable Large Format Camera,Product Design,Design,GBP,2017-06-24,18000.00,2017-05-25 13:49:17,220722.47,successful,473,GB,138215.47,286455.39,23360.54 +1060876801,Level Up Math,Software,Technology,USD,2016-06-11,50000.00,2016-04-20 22:16:10,151.00,failed,4,US,151.00,151.00,50000.00 +106088007,Rikki presents... K!ck$tart 2,Performance Art,Art,GBP,2014-09-22,120.00,2014-08-23 23:05:09,120.00,successful,6,GB,198.94,195.70,195.70 +1060887887,Snapixel Magazine - Digital to Print,Photography,Photography,USD,2011-07-01,6000.00,2011-05-26 03:12:38,1975.00,failed,28,US,1975.00,1975.00,6000.00 +"1060895088,""""""Simon Says"""" production fundraiser - Phase 1"",Narrative Film,Film & Video,USD,2011-08-01,5000.00,2011-07-02 20:12:49,561.00,failed,10,US,561.00,561.00,5000.00" +1060895173,No Where Else and Beyond(Neab) (Canceled),Video Games,Games,USD,2016-06-03,600.00,2016-05-24 23:09:22,125.00,canceled,2,US,125.00,125.00,600.00 +1060897178,Under 30 Productions Presents: Dog Sees God,Theater,Theater,USD,2011-08-17,400.00,2011-08-03 20:08:37,520.00,successful,14,US,520.00,520.00,400.00 +1060901064,Dissection Sequence,Narrative Film,Film & Video,USD,2011-08-01,1200.00,2011-07-12 04:30:51,110.00,failed,2,US,110.00,110.00,1200.00 +"1060903082,""""""Legends: Fantasy Violin"""" Live CD Release"",Classical Music,Music,USD,2017-09-26,1129.00,2017-09-18 09:19:59,1187.00,successful,23,US,181.00,1187.00,1129.00" +1060903339,ETHEL's Documerica — Make It Happen!,Classical Music,Music,USD,2012-11-23,10000.00,2012-10-24 15:53:11,12216.00,successful,110,US,12216.00,12216.00,10000.00 +1060903455,The Sleeping Prophet - A Musical Memoir of Edgar Cayce,Indie Rock,Music,USD,2011-06-18,16000.00,2011-05-09 00:55:04,790.00,failed,10,US,790.00,790.00,16000.00 +1060904411,Smoke Signal - A Safety System for 3D Printers,3D Printing,Technology,USD,2014-11-05,7000.00,2014-10-06 18:43:30,8969.01,successful,125,US,8969.01,8969.01,7000.00 +1060908973,Lu Hendrix Photography,Fine Art,Photography,USD,2015-04-16,250.00,2015-03-19 00:07:26,0.00,failed,0,US,0.00,0.00,250.00 +1060910010,Puzzle My Tune,Apps,Technology,GBP,2014-08-08,7500.00,2014-07-09 18:54:12,0.00,failed,0,GB,0.00,0.00,12603.14 +1060917356,Per Rimanere Qui (To Remain Here),Public Art,Art,USD,2012-04-10,2800.00,2012-03-21 05:11:42,2807.00,successful,53,US,2807.00,2807.00,2800.00 +1060921531,Real! - A fan movie of biblical proportions,Comedy,Film & Video,EUR,2015-12-30,60000.00,2015-10-31 00:04:47,4500.00,failed,65,IT,4917.67,4899.13,65321.76 +1060923121,THE 2016 Pothole Art Installation Project,Art,Art,USD,2016-03-25,1000.00,2016-02-24 17:13:57,15122.00,successful,312,US,15122.00,15122.00,1000.00 +"1060927306,""Nooremac - Building the """"LinkedIn"""" of Fashion... & More"",Fashion,Fashion,USD,2017-06-15,6500.00,2017-05-16 23:13:09,10.00,failed,2,US,0.00,10.00,6500.00" +1060928477,WOODBURN WATCHES: Custom Made Laser Engraved Wooden Watches,Accessories,Fashion,USD,2017-05-18,3500.00,2017-04-19 22:31:59,11813.50,successful,164,US,1315.00,11813.50,3500.00 +106092952,Grand Canyon Gravure,Mixed Media,Art,USD,2012-07-28,3025.00,2012-06-25 23:55:39,3576.00,successful,35,US,3576.00,3576.00,3025.00 +"1060934375,""""""Beautifully Broken"""" - A traumedy"",Performance Art,Art,USD,2012-09-17,8500.00,2012-08-14 01:03:31,120.00,failed,2,US,120.00,120.00,8500.00" +1060936711,Wool & Thimble Men's Apparel,Apparel,Fashion,USD,2017-11-08,25000.00,2017-10-09 22:36:14,4150.00,failed,18,US,0.00,4150.00,25000.00 +1060937980,Paper Doll Coloring Book,Children's Books,Publishing,USD,2012-04-13,2000.00,2012-03-22 02:58:26,4434.42,successful,181,US,4434.42,4434.42,2000.00 +"1060942332,""ALLEY ART: A Tour, A Showcase, & An Art Book!"",Public Art,Art,USD,2014-05-26,9500.00,2014-04-26 01:04:33,10051.38,successful,47,US,10051.38,10051.38,9500.00" +"1060946644,""""""Not Mine"""" CD Release"",World Music,Music,USD,2013-12-08,2500.00,2013-11-08 01:40:24,2748.00,successful,64,US,2748.00,2748.00,2500.00" +1060949271,Refugees welcome - door mat,Crafts,Crafts,AUD,2015-10-09,5000.00,2015-09-09 02:37:02,395.00,failed,14,AU,273.84,289.50,3664.61 +1060950173,Work Me Out,Apps,Technology,AUD,2017-10-19,7000.00,2017-09-19 22:56:00,5.00,failed,1,AU,4.01,3.92,5494.94 +1060956580,meerkats - wrist wallets,Jewelry,Fashion,EUR,2015-11-14,12000.00,2015-10-14 21:11:16,1437.00,failed,35,DE,1632.09,1535.86,12825.58 +"1060956861,""Steroid Abuse """"The Rise and Fall"""""",Documentary,Film & Video,USD,2014-10-14,15000.00,2014-09-14 01:47:38,31.00,failed,2,US,31.00,31.00,15000.00" +1060959532,Bastard Virtues -- a novel by Daulton Dickey,Art,Art,USD,2015-07-19,2500.00,2015-06-19 22:21:21,35.00,failed,3,US,35.00,35.00,2500.00 +"1060961165,""3countries,8cities,58days. A view inside the sneaker world."",Film & Video,Film & Video,USD,2011-08-23,18000.00,2011-07-24 19:13:16,10.00,failed,2,US,10.00,10.00,18000.00" +1060962963,Message TV,Documentary,Film & Video,AUD,2014-12-11,30000.00,2014-11-11 04:44:15,981.00,failed,16,AU,846.75,811.21,24807.74 +"1060968336,""LGBT Detroit: The Renovation of a Safe, Brave Space"",Civic Design,Design,USD,2016-07-03,10000.00,2016-06-06 20:29:07,11290.00,successful,73,US,11290.00,11290.00,10000.00" +1060975209,Music Studio For Free recording,Sound,Technology,USD,2014-08-23,3350.00,2014-07-24 04:33:01,60.00,failed,2,US,60.00,60.00,3350.00 +1060981545,What's Best for Me - College Degree or Skills Training,Web,Technology,USD,2016-12-31,150000.00,2016-11-17 01:35:49,75.00,failed,1,US,0.00,75.00,150000.00 +1060982909,PrayerMate for Android,Technology,Technology,GBP,2013-11-27,2500.00,2013-10-28 22:13:33,2765.00,successful,92,GB,4470.63,4519.30,4086.17 +1060988331,THE NEW GENTRY JOURNAL (Canceled),Publishing,Publishing,GBP,2015-07-12,50000.00,2015-05-13 19:22:00,8000.00,canceled,4,GB,12461.08,12474.86,77967.85 +"1060990591,""""""In Odin's Name"""" Concept Album Funding"",Rock,Music,USD,2012-10-26,3000.00,2012-09-26 05:40:11,71.00,failed,5,US,71.00,71.00,3000.00" +"1061011826,""Brighter Than a Thousand Suns """"The Demon Haunted World"""" Limited Color Vinyl Release!"",Music,Music,USD,2010-10-18,1500.00,2010-07-21 02:42:23,170.00,failed,5,US,170.00,170.00,1500.00" +1061015107,SpaceCooler,Comic Books,Comics,USD,2017-06-17,1500.00,2017-05-18 05:09:24,251.00,canceled,6,US,150.00,251.00,1500.00 +1061023250,Save this Historical Home,Architecture,Design,USD,2015-05-17,250000.00,2015-04-17 20:41:15,62.00,failed,5,US,62.00,62.00,250000.00 +1061039576,That Day: A Survivor's Story - Phase 1: Filming,Documentary,Film & Video,USD,2012-07-13,5000.00,2012-06-20 02:03:19,5413.00,successful,83,US,5413.00,5413.00,5000.00 +1061051311,Sunshine Juice Co.,Drinks,Food,USD,2014-06-29,15000.00,2014-05-30 16:15:53,19674.00,successful,209,US,19674.00,19674.00,15000.00 +1061051314,Sounds Like Recovery,Music,Music,USD,2010-09-11,25000.00,2010-08-03 02:06:19,674.00,failed,21,US,674.00,674.00,25000.00 +1061057797,Wait! Album Donations,Pop,Music,USD,2011-02-01,500.00,2010-12-26 06:42:28,561.00,successful,17,US,561.00,561.00,500.00 +106105820,'T.A.P.P.' - SOMETHING TO DANCE TO (Canceled),Music Videos,Film & Video,EUR,2015-02-14,12000.00,2015-01-15 21:50:12,0.00,canceled,0,NL,0.00,0.00,13557.64 +1061059270,The Little Nemo Masters Series Prints,Comics,Comics,USD,2017-04-03,5000.00,2017-03-04 23:59:49,5926.00,successful,67,US,685.00,5926.00,5000.00 +1061068722,International Mokuhanga Conference Book - Woodblock Today,Art,Art,USD,2011-06-30,1000.00,2011-05-23 00:12:50,0.00,failed,0,US,0.00,0.00,1000.00 +1061069378,Recording an album of original music,Country & Folk,Music,USD,2012-02-12,20000.00,2011-12-15 04:47:33,21075.99,successful,124,US,21075.99,21075.99,20000.00 +1061086289,2nd and 21st Amending the Future,Apparel,Fashion,USD,2017-05-17,5000.00,2017-03-18 07:20:10,110.00,failed,4,US,30.00,110.00,5000.00 +1061095911,Habitat Cycle Light,Gadgets,Technology,GBP,2017-11-28,8000.00,2017-10-19 21:16:05,118.00,failed,4,GB,9.23,159.16,10790.40 +1061097785,Visions of Mustang - Bringing Sight to the Forbidden Kingdom,Documentary,Film & Video,USD,2011-12-24,12000.00,2011-11-24 02:44:00,12211.10,successful,109,US,12211.10,12211.10,12000.00 +1061110292,Delilah – Limited Edition Prints by Djamila Knopf,Illustration,Art,EUR,2017-11-23,1500.00,2017-10-24 12:47:18,1991.00,successful,35,DE,157.72,2364.72,1781.56 +1061111812,Ninja Dice,Tabletop Games,Games,USD,2013-10-30,25000.00,2013-09-13 01:54:58,55294.00,successful,1420,US,55294.00,55294.00,25000.00 +1061113388,FB44 Den Flydende Læsesal (Canceled),Crafts,Crafts,DKK,2015-12-25,100000.00,2015-10-26 16:37:24,8350.00,canceled,7,DK,1233.36,1218.16,14588.74 +1061113469,Socialer,Journalism,Journalism,GBP,2014-09-04,20000.00,2014-08-05 16:55:07,0.00,failed,0,GB,0.00,0.00,32591.87 +1061114328,The Demon,Fiction,Publishing,USD,2016-08-24,7000.00,2016-06-25 14:59:29,172.00,failed,4,US,0.00,172.00,7000.00 +1061114720,Documenting the Braceros of our time.,Narrative Film,Film & Video,USD,2016-11-06,2000.00,2016-09-30 03:30:23,175.00,failed,5,US,50.00,175.00,2000.00 +"1061117582,""Ancien Soleil: Passion, Conception, Design, Style that Last."",Accessories,Fashion,AUD,2015-12-10,15000.00,2015-11-10 02:33:48,1783.00,failed,8,AU,1256.55,1286.16,10820.17" +"106111937,""I have a passion, A vision and I need help."",Photography,Photography,USD,2015-11-16,3000.00,2015-10-22 09:05:58,0.00,failed,0,US,0.00,0.00,3000.00" +1061125781,Try Hard Magazine,Fine Art,Photography,AUD,2014-09-30,2500.00,2014-08-24 11:23:45,3695.00,successful,61,AU,3442.33,3233.85,2187.99 +1061141081,BLUE X BAXTER - Measure Of Poetry/Quantum Physics/NEW ALBUM,Publishing,Publishing,USD,2012-06-19,3250.00,2012-04-20 19:41:54,415.00,failed,3,US,415.00,415.00,3250.00 +106115045,Idea generation business book,Publishing,Publishing,GBP,2014-07-29,2500.00,2014-05-30 20:11:06,25.00,failed,1,GB,41.80,42.06,4206.42 +1061151126,Captain In The Ocean : Debut Album,Pop,Music,EUR,2018-01-31,2000.00,2017-12-15 00:23:52,605.00,live,17,FR,334.99,734.29,2427.39 +1061159904,Works and Days - Book,Art Books,Publishing,USD,2014-09-23,6000.00,2014-08-24 19:08:21,7375.00,successful,102,US,7375.00,7375.00,6000.00 +1061166145,TradePefect - Your investing and options strategy app!,Apps,Technology,USD,2016-12-31,5000.00,2016-11-16 18:17:55,25.00,failed,5,US,5.00,25.00,5000.00 +1061168959,Wonderful woodburnings,Woodworking,Crafts,USD,2016-07-21,600.00,2016-06-21 12:52:58,61.00,failed,3,US,30.00,61.00,600.00 +1061173369,Músico Oaxaqueño en Europa Luis Zárate,Classical Music,Music,MXN,2017-06-06,35000.00,2017-05-20 07:43:08,0.00,failed,0,MX,0.00,0.00,1921.92 +1061177558,Discover THE LAST ARCHANGEL-An Apocalyptic Fantasy,Fiction,Publishing,USD,2013-06-06,6500.00,2013-05-07 00:40:50,50.00,failed,1,US,50.00,50.00,6500.00 +"1061178099,""Be Inspired and Inspire others """"Inspired Apparel"""""",Product Design,Design,USD,2016-02-10,1000.00,2016-01-11 19:41:16,1000.00,successful,3,US,1000.00,1000.00,1000.00" +106118515,Not Another Christmas (Canceled),Narrative Film,Film & Video,USD,2011-08-25,7500.00,2011-07-26 13:55:25,2650.00,canceled,20,US,2650.00,2650.00,7500.00 +1061194413,The Saga of Rex: The Animated Film Project,Animation,Film & Video,USD,2012-11-22,15000.00,2012-10-23 20:34:24,57875.66,successful,880,US,57875.66,57875.66,15000.00 +1061198751,Bring a smile: Dino-Clock-Clan,Children's Books,Publishing,GBP,2014-06-06,60000.00,2014-05-16 10:53:46,0.00,failed,0,GB,0.00,0.00,100952.32 +1061201257,RECOIL S2 - THE ULTIMATE EXERCISE DEVICE,Product Design,Design,HKD,2017-03-15,200000.00,2017-02-13 08:09:07,217122.00,successful,41,HK,2000.79,27968.47,25762.90 +1061212853,Free Wedding Dress,Fashion,Fashion,USD,2012-02-11,40000.00,2012-01-12 23:10:06,0.00,failed,0,US,0.00,0.00,40000.00 +106121735,Amaranthine Story Chapter I (Canceled),Video Games,Games,USD,2015-05-24,9000.00,2015-04-24 08:06:11,821.00,canceled,33,US,821.00,821.00,9000.00 +1061217775,Valor of Titans - Tabletop Wargaming on your Mobile Device,Games,Games,CAD,2015-03-30,24000.00,2015-02-27 11:36:07,1762.00,canceled,11,CA,1416.66,1393.55,18981.34 +1061230679,Raised by wolves is making its debut album!,Indie Rock,Music,USD,2011-09-20,5000.00,2011-08-16 04:21:07,5463.50,successful,48,US,5463.50,5463.50,5000.00 +1061247348,Fall and Recover: A Refugee Dance Film,Film & Video,Film & Video,USD,2013-08-01,8000.00,2013-06-02 02:52:44,8550.00,successful,92,US,8550.00,8550.00,8000.00 +1061258377,Alaina Olivia's Iconic Custom Design Shoes for Women,Fashion,Fashion,USD,2014-01-05,10000.00,2013-12-06 03:08:29,800.00,failed,2,US,800.00,800.00,10000.00 +1061269653,Parking Simulator (Canceled),Video Games,Games,USD,2015-06-27,350.00,2015-05-28 11:47:07,0.00,canceled,0,US,0.00,0.00,350.00 +1061269721,Sylver Spoon Dinner Theater at Texas Ski Ranch New Braunfels,Experimental,Theater,USD,2017-09-26,20000.00,2017-08-17 01:40:03,630.00,canceled,3,US,0.00,630.00,20000.00 +"106127107,""Vudu Sister's """"Bastard Children"""" post-production. (Canceled)"",Country & Folk,Music,USD,2011-11-11,3800.00,2011-09-12 03:29:09,727.00,canceled,19,US,727.00,727.00,3800.00" +10612718,Roger's Southernmost CD!,Country & Folk,Music,USD,2013-07-09,6371.00,2013-06-18 06:01:34,1197.00,failed,20,US,1197.00,1197.00,6371.00 +"1061273183,""Jason Terry: """"IF YOU DON'T LIKE THIS"""" (video)"",Country & Folk,Music,USD,2013-04-25,500.00,2013-03-26 20:28:02,512.00,successful,10,US,512.00,512.00,500.00" +1061275564,arcovertLA: Independent Film Festival. Live Score to Screen,Festivals,Film & Video,USD,2014-11-20,7500.00,2014-10-21 00:06:33,7515.00,successful,51,US,7515.00,7515.00,7500.00 +1061276058,Two White Guys Podcast LIVE IN PERSON!,Webseries,Film & Video,USD,2012-06-17,1000.00,2012-05-15 18:02:16,1231.00,successful,36,US,1231.00,1231.00,1000.00 +1061276139,Delicacies Delivered,Food,Food,USD,2012-05-25,8000.00,2012-03-26 23:06:49,125.00,failed,8,US,125.00,125.00,8000.00 +1061286685,Kink correcting hose,DIY,Crafts,USD,2015-01-31,3550.00,2015-01-12 22:15:45,844.00,failed,12,US,844.00,844.00,3550.00 +1061287919,PAPERBOYPOSSE - Durable Apparel for the Urban Jungle,Fashion,Fashion,GBP,2013-12-16,2000.00,2013-11-11 21:10:07,2117.00,successful,89,GB,3390.95,3462.83,3271.45 +1061290067,The 2014 Cut Paper Art Calendar,Art,Art,USD,2013-10-07,2200.00,2013-09-13 17:39:42,21625.00,successful,501,US,21625.00,21625.00,2200.00 +1061302124,ACF Live Album 2015,World Music,Music,USD,2015-03-23,1000.00,2015-02-21 22:56:24,1530.00,successful,34,US,1530.00,1530.00,1000.00 +1061303365,LOA SWIM | The Future Of Swimwear,Apparel,Fashion,USD,2016-05-06,15500.00,2016-04-06 20:37:10,579.00,failed,10,US,579.00,579.00,15500.00 +1061307418,My Father's Side,Shorts,Film & Video,GBP,2015-03-01,500.00,2015-02-22 17:43:02,1.00,failed,1,GB,1.54,1.52,759.21 +1061307788,The Retaken,Horror,Film & Video,USD,2015-05-07,100000.00,2015-04-07 23:07:06,2691.00,failed,19,US,2691.00,2691.00,100000.00 +1061312827,Our Leather's Pouches. Relaunch,Crafts,Crafts,CAD,2015-11-27,1000.00,2015-10-27 19:29:48,1044.00,successful,14,CA,792.88,782.20,749.23 +1061340742,Dodo Tool. A handy tool that can travel & stay sharp.,Product Design,Design,USD,2016-01-01,16000.00,2015-11-16 12:35:41,2190.00,canceled,53,US,2190.00,2190.00,16000.00 +1061341578,???? - Bulgaria Songbook,Music,Music,USD,2015-11-23,1.00,2015-10-22 17:47:51,45.00,successful,4,US,45.00,45.00,1.00 +1061354107,Learning Bento: Lets play with food!,Food,Food,USD,2014-12-31,100.00,2014-11-07 20:49:44,23.00,failed,6,US,23.00,23.00,100.00 +1061356268,Stephonne Presents: Caged Bird Sings Songs About Red Beard,Pop,Music,USD,2015-12-02,5000.00,2015-11-02 18:15:23,3305.00,failed,60,US,3305.00,3305.00,5000.00 +1061372007,Music Video Youtube.com/sincitycairo,Hip-Hop,Music,USD,2015-01-18,1000.00,2014-12-19 23:50:57,6.00,failed,2,US,6.00,6.00,1000.00 +1061377861,Retaliation,Action,Film & Video,GBP,2014-11-03,2500.00,2014-10-04 16:54:20,17.00,failed,3,GB,27.43,26.89,3954.88 +1061385907,Senior Film-Google Docs,Film & Video,Film & Video,USD,2013-01-24,1000.00,2012-12-31 20:56:57,1074.00,successful,45,US,1074.00,1074.00,1000.00 +"1061395664,""Pollo Diablo, the #1 Piri Piri Hot Sauce from Portugal"",Food,Food,USD,2015-06-14,1500.00,2015-05-15 20:59:13,3082.00,successful,80,US,3082.00,3082.00,1500.00" +1061396137,Diavolo Events - LAN und Messe Events,Video Games,Games,CHF,2015-10-01,45000.00,2015-09-03 23:51:23,0.00,failed,0,CH,0.00,0.00,45976.54 +"1061397161,Overcoming a Difficult Childhood w/ ASL Interpreter,Film & Video,Film & Video,USD,2015-06-22,3000.00,2015-05-12 03:40:29,0.00,undefined,0,""N,0"""""",,0.00,3000.00" +1061411214,Leaders of Tomorrow: A Look at Youth Entrepreneurship,Documentary,Film & Video,USD,2014-07-14,18000.00,2014-06-30 16:13:17,25.00,canceled,1,US,25.00,25.00,18000.00 +1061414980,Talk It Up TV,Webseries,Film & Video,USD,2012-06-02,15000.00,2012-04-18 04:46:34,15097.00,successful,42,US,15097.00,15097.00,15000.00 +1061419096,Rejuvination: Historic General Store to Community Art Space,Ceramics,Art,USD,2016-02-15,3400.00,2016-02-05 02:45:37,122.00,failed,5,US,122.00,122.00,3400.00 +106142188,Creature Cards - monstrous playing cards for games or rpgs,Tabletop Games,Games,USD,2012-11-22,10000.00,2012-10-23 02:59:49,12749.01,successful,550,US,12749.01,12749.01,10000.00 +1061424805,Posthuman: Sanctuary (Canceled),Video Games,Games,USD,2016-03-30,40000.00,2016-02-26 17:01:23,16190.00,canceled,962,US,16190.00,16190.00,40000.00 +"1061427416,""""""Dancing With the Spirits"""" - Documentary Film"",Documentary,Film & Video,USD,2010-08-01,12000.00,2010-05-05 01:55:18,2255.00,failed,42,US,2255.00,2255.00,12000.00" +1061429269,Windtech Small Wind Turbines: Building a Clean Energy Future,Technology,Technology,USD,2017-03-27,50000.00,2017-02-21 20:41:15,234.00,failed,13,US,11.00,234.00,50000.00 +1061438473,The Barn Fenton (Canceled),Restaurants,Food,USD,2014-12-02,50000.00,2014-11-12 03:31:12,65.00,canceled,2,US,65.00,65.00,50000.00 +"106144,""Robert Cooper Music's New Album """"Wayward Pines"""""",Music,Music,USD,2014-06-15,1800.00,2014-05-16 00:36:07,15.00,failed,1,US,15.00,15.00,1800.00" +1061440162,Day of the Dead Jimi Hendrix Calavera Vinyl Stickers,Illustration,Art,USD,2014-10-30,300.00,2014-10-15 04:04:21,467.00,successful,37,US,467.00,467.00,300.00 +106144929,Support Msafiri Zawose's Mbotela Album Production,World Music,Music,USD,2013-03-15,1000.00,2013-02-13 01:19:04,50.00,failed,1,US,50.00,50.00,1000.00 +1061456855,Monet redheaded stepchild,Art,Art,USD,2014-09-27,10.00,2014-08-28 23:18:40,0.00,failed,0,US,0.00,0.00,10.00 +1061458653,Solace SUP Boards-Stand Up Paddle Board Line,Product Design,Design,USD,2015-12-07,18500.00,2015-11-05 17:16:09,22017.00,successful,47,US,22017.00,22017.00,18500.00 +1061464404,ShieldStar Knights -The 1st Kids Innertainment Web Adventure,Webseries,Film & Video,CAD,2014-12-13,90000.00,2014-11-14 02:05:17,100.00,failed,1,CA,88.11,86.24,77612.97 +1061470532,RAINING FIRE: What Lies Beneath the Ashes (Canceled),Documentary,Film & Video,USD,2014-03-07,40000.00,2014-01-30 18:24:39,1110.00,canceled,3,US,1110.00,1110.00,40000.00 +1061470931,Mike at 100! Viewer Driven Travel Blog (Canceled),Video,Journalism,USD,2015-04-19,45000.00,2015-03-19 23:17:13,40.00,canceled,2,US,40.00,40.00,45000.00 +"1061471830,""Ryzia, a website for hosting independent music videos"",Music Videos,Film & Video,USD,2015-05-18,36000.00,2015-04-19 23:46:57,10727.00,failed,53,US,10727.00,10727.00,36000.00" +1061488532,Slotto,Product Design,Design,USD,2012-01-31,32250.00,2011-12-03 00:42:16,36058.00,successful,387,US,36058.00,36058.00,32250.00 +1061489905,These Treats Don't Suck: A Gluten Free Cookbook,Food,Food,USD,2012-10-28,8500.00,2012-10-05 00:18:25,15375.55,successful,366,US,15375.55,15375.55,8500.00 +"1061494687,""Justin Soileau's """"Simple Songs"""" An Exclusive Kickstarter EP"",Indie Rock,Music,USD,2012-01-20,500.00,2011-12-21 19:21:18,542.00,successful,25,US,542.00,542.00,500.00" +1061494838,Sleeper Hits Video and Photo,Film & Video,Film & Video,USD,2017-12-03,1000.00,2017-11-08 03:02:48,110.00,failed,3,US,0.00,110.00,1000.00 +1061500110,The Two Dollar Bill Documentary,Documentary,Film & Video,USD,2013-11-10,18200.00,2013-10-05 15:04:23,18489.00,successful,182,US,18489.00,18489.00,18200.00 +1061501895,Katutubong Filipino Project: Vanishing Indigenous Cultures,Photography,Photography,USD,2012-02-05,10800.00,2011-12-07 03:12:59,11056.33,successful,156,US,11056.33,11056.33,10800.00 +1061509420,London Style - Gangnam Style Remix,Pop,Music,GBP,2015-07-06,2000.00,2015-06-06 15:30:20,3.00,failed,1,GB,4.61,4.66,3103.52 +1061509914,MONOMANIA: Comic Book Issue #1,Comic Books,Comics,USD,2016-06-26,1000.00,2016-05-27 06:46:22,3067.00,successful,31,US,3067.00,3067.00,1000.00 +1061510135,The Atheist's Dictionary,Nonfiction,Publishing,USD,2013-11-02,21.00,2013-10-03 15:14:14,1225.67,successful,149,US,1225.67,1225.67,21.00 +1061510778,Professional Summer Musical Theatre Experience,Theater,Theater,USD,2013-03-26,1000.00,2013-02-26 22:02:27,1085.00,successful,7,US,1085.00,1085.00,1000.00 +1061514744,Rotating Fire Rooster,Performance Art,Art,USD,2017-05-10,1000.00,2017-04-10 02:26:02,1085.00,successful,22,US,75.00,1085.00,1000.00 +106151527,Help RUNAWAY RIOT Release Its 1st EP!,Music,Music,USD,2012-03-04,2000.00,2012-01-24 05:00:20,2013.00,successful,44,US,2013.00,2013.00,2000.00 +1061516065,From Grass to Grub,Farms,Food,USD,2016-08-01,5000.00,2016-06-22 18:01:02,125.00,failed,2,US,0.00,125.00,5000.00 +"1061517327,""Countryballs Merchandise - Mugs, t-shirts, teddies and more!"",Crafts,Crafts,NOK,2015-02-08,30000.00,2015-01-04 22:06:01,245.00,canceled,1,NO,32.33,32.22,3945.55" +1061520580,Hello Dixie,Games,Games,EUR,2016-01-23,150000.00,2015-12-24 23:01:15,3078.00,failed,48,BE,3368.12,3361.18,163800.16 +1061527480,Sweaty Palms -The Anthology about Anxiety,Anthologies,Comics,USD,2016-09-16,22500.00,2016-08-17 18:03:02,28339.00,successful,842,US,3326.00,28339.00,22500.00 +1061527535,SIMPLY AMPLIFIED 3D Printed SYMPHONY SHELLS,Product Design,Design,USD,2013-01-25,5000.00,2012-12-11 01:28:34,5312.00,successful,66,US,5312.00,5312.00,5000.00 +1061540722,Where Two Are Gathered,Shorts,Film & Video,USD,2010-12-07,1500.00,2010-11-07 05:03:05,1607.10,successful,23,US,1607.10,1607.10,1500.00 +1061541146,Time to Draw Boobs: Vol. II (Suspended),Art Books,Publishing,USD,2015-05-20,1000.00,2015-04-20 18:13:04,1400.52,suspended,18,US,1400.52,1400.52,1000.00 +1061554618,'Szapato' by AYR,Design,Design,AUD,2016-10-26,2845.00,2016-10-11 08:19:02,0.00,canceled,0,AU,0.00,0.00,2154.32 +"1061585854,""""""Trees Please"""" - A great idea for a new children's book!"",Children's Books,Publishing,USD,2014-07-03,15000.00,2014-05-19 22:39:54,236.00,failed,7,US,236.00,236.00,15000.00" +1061586680,Dark Thinker,Shorts,Film & Video,USD,2012-12-21,1000.00,2012-11-21 01:10:20,1627.00,successful,29,US,1627.00,1627.00,1000.00 +1061587054,iOgrapher GO for action cameras!,Product Design,Design,USD,2015-10-24,20000.00,2015-09-24 21:00:49,22245.00,successful,110,US,22245.00,22245.00,20000.00 +1061593035,Zombie Hunt 2 (Canceled),Video Games,Games,GBP,2014-09-06,1200.00,2014-07-08 17:45:44,0.00,canceled,0,GB,0.00,0.00,1947.93 +"1061593126,""Partage ta Vache #1 : Galloway bio, la ferme à la boucherie."",Farms,Food,EUR,2015-12-17,2000.00,2015-11-28 11:39:45,2977.00,successful,32,BE,3159.19,3225.88,2167.20" +1061595449,WeedBazaar - Marijuana Economics Simulator Game (Canceled),Video Games,Games,USD,2014-07-01,2500.00,2014-06-06 03:08:58,15.00,canceled,2,US,15.00,15.00,2500.00 +1061598031,Three Palms Brewing Start Up Project,Food,Food,USD,2012-07-19,10000.00,2012-06-19 03:55:27,735.00,failed,16,US,735.00,735.00,10000.00 +1061598983,Mayan 2012 Hoodie,Fashion,Fashion,USD,2012-02-25,300.00,2012-01-26 05:34:13,631.00,successful,15,US,631.00,631.00,300.00 +1061599485,A Dads Gaming PC (Canceled),DIY Electronics,Technology,USD,2014-08-27,7500.00,2014-07-28 05:04:32,3.00,canceled,3,US,3.00,3.00,7500.00 +1061605078,F!ck the veggies,Cookbooks,Food,EUR,2018-01-21,5000.00,2017-12-12 23:29:37,34.00,live,2,NL,34.16,41.27,6068.48 +1061610718,One Big Table,Food,Food,CAD,2014-10-04,2000.00,2014-09-04 23:56:24,2370.00,successful,23,CA,2169.74,2116.64,1786.19 +1061611449,Youth Classical Music Outreach Program,Classical Music,Music,USD,2016-01-15,25000.00,2015-11-21 22:18:39,2774.00,failed,10,US,2774.00,2774.00,25000.00 +1061618338,Space - The Ultimate Workspace Experience,Hardware,Technology,USD,2016-09-04,30000.00,2016-08-03 06:02:30,1857.00,failed,17,US,125.00,1857.00,30000.00 +"1061625100,""Flowers, [Ninja Funding]"",Illustration,Art,USD,2013-04-06,3000.00,2013-03-27 18:44:59,3081.00,successful,88,US,3081.00,3081.00,3000.00" +"1061627315,""It's not an arguement, it's a debate!"",Playing Cards,Games,USD,2015-03-12,500.00,2015-02-11 00:57:38,0.00,failed,0,US,0.00,0.00,500.00" +"1061652454,""LETS GET PHYSICAL! physical copies of """"Mixed Ape"""" by DWH"",Hip-Hop,Music,USD,2011-09-22,2000.00,2011-08-23 06:29:27,160.00,canceled,7,US,160.00,160.00,2000.00" +1061654139,Mirko Cro Socks,Footwear,Fashion,USD,2016-08-05,2000.00,2016-07-06 02:15:41,120.00,failed,4,US,120.00,120.00,2000.00 +1061668052,Dalot EU Tour 2011,Electronic Music,Music,USD,2011-09-03,2200.00,2011-08-04 20:38:12,2516.00,successful,24,US,2516.00,2516.00,2200.00 +1061669163,Penny Up The Wall for Iphone app store,Mobile Games,Games,GBP,2014-11-21,4500.00,2014-10-22 18:39:39,3.00,failed,1,GB,4.85,4.70,7057.05 +1061673400,Encourage kids to become determined dreamers like Ernie!,Children's Books,Publishing,GBP,2015-12-19,2275.00,2015-11-19 15:42:32,754.00,failed,45,GB,1145.71,1124.22,3392.03 +1061673988,Mini-Library for underprivileged children,Stationery,Crafts,USD,2015-10-09,400.00,2015-09-19 01:37:26,45.00,failed,5,US,45.00,45.00,400.00 +1061675889,Wholly Pillow: Premium Japanese Pillow with a Hole,Product Design,Design,USD,2017-10-06,10000.00,2017-09-04 17:32:44,12596.00,successful,85,US,3084.00,12596.00,10000.00 +1061680909,How Environmentalism Can Succeed eBook,Nonfiction,Publishing,USD,2012-05-26,3000.00,2012-04-26 01:25:30,3961.00,successful,44,US,3961.00,3961.00,3000.00 +1061681144,Comics Alive!,Photography,Photography,USD,2013-09-16,3500.00,2013-08-07 20:08:56,740.58,failed,30,US,740.58,740.58,3500.00 +1061681818,BoozeBrawl XV,Video Games,Games,SEK,2016-05-06,6000.00,2016-04-01 20:25:15,3650.00,failed,4,SE,447.58,449.67,739.19 +1061683436,Images of Earth a Large Format Film Printing Project,Photography,Photography,USD,2013-10-18,9750.00,2013-09-18 01:14:45,375.00,failed,8,US,375.00,375.00,9750.00 +1061686625,The Jims (band),Rock,Music,USD,2015-04-02,1000.00,2015-03-03 01:07:10,1.00,failed,1,US,1.00,1.00,1000.00 +1061691197,Help Dragzilla on Her Journey to Rupaul's Dragcon NYC Sept,Comics,Comics,USD,2017-07-30,3000.00,2017-06-15 02:37:20,22.00,failed,1,US,22.00,22.00,3000.00 +1061691401,100 Deluxe Dungeons,Tabletop Games,Games,USD,2014-03-20,750.00,2014-02-19 00:39:39,8814.44,successful,579,US,8814.44,8814.44,750.00 +106169259,KOL Keep On Lifting,Apparel,Fashion,AUD,2016-02-03,3000.00,2016-01-04 18:59:28,30.00,failed,1,AU,21.89,21.57,2156.57 +1061698130,Bring the Rocky Horror Picture Show back to Purchase!,Theater,Theater,USD,2013-09-25,350.00,2013-09-11 18:03:03,520.00,successful,21,US,520.00,520.00,350.00 +"1061700740,""Throw Like A Girl, a feature-length documentary"",Documentary,Film & Video,USD,2010-12-02,14000.00,2010-10-27 19:17:17,8721.00,failed,86,US,8721.00,8721.00,14000.00" +"1061706792,Zombie Shuffle feature film,Film & Video,Film & Video,USD,2014-05-12,5000.00,2014-04-09 16:12:49,5305.00,undefined,0,""N,0"""""",,5305.00,5000.00" +106170951,Rolix Stand - Wooden Portable Laptop Stand. (Canceled),Product Design,Design,GBP,2013-10-24,11000.00,2013-09-28 22:05:13,172.00,canceled,13,GB,276.03,278.16,17789.28 +1061709649,Windows and Mirrors: Glimpses and Reflections of Life,Web,Journalism,USD,2016-04-07,3500.00,2016-03-08 21:34:49,0.00,failed,0,US,0.00,0.00,3500.00 +1061714943,Pizza Perfect,Food Trucks,Food,USD,2015-04-29,60000.00,2015-03-30 18:06:17,50.00,failed,1,US,50.00,50.00,60000.00 +1061722954,Lunch With Wisdom,Events,Food,USD,2017-07-21,20000.00,2017-06-21 08:41:35,11.00,failed,2,US,11.00,11.00,20000.00 +1061739735,The First Book (Canceled),Fiction,Publishing,USD,2016-01-09,2000.00,2015-12-10 22:20:00,0.00,canceled,0,US,0.00,0.00,2000.00 +1061742610,Pacific Sky Power,Technology,Technology,USD,2013-05-02,5000.00,2013-04-02 17:07:58,6368.00,successful,73,US,6368.00,6368.00,5000.00 +1061756193,Drawn 2gether Project Fiction,Art,Art,USD,2014-03-27,300.00,2014-02-25 21:54:09,140.00,failed,3,US,140.00,140.00,300.00 +1061768402,Eclipse: The Worlds Lightest Pivoting Table Shade (Canceled),Product Design,Design,USD,2013-12-16,100000.00,2013-10-17 21:36:40,3462.00,canceled,27,US,3462.00,3462.00,100000.00 +1061777494,Party Play app,Apps,Technology,USD,2016-02-15,25000.00,2016-01-11 23:14:19,0.00,failed,0,US,0.00,0.00,25000.00 +1061777786,Design By Kasper Benjamin,Graphic Design,Design,DKK,2015-04-04,7500.00,2015-02-03 20:59:56,125.00,failed,2,DK,18.99,17.68,1061.02 +1061801440,Jungle Tales- A translation of Quiroga's Cuentos de la Selva,Translations,Publishing,USD,2012-09-06,7000.00,2012-08-07 02:47:04,7212.00,successful,66,US,7212.00,7212.00,7000.00 +1061820997,Tanya's Doll Designs,Crafts,Crafts,CAD,2017-02-23,9500.00,2017-01-24 20:00:03,19.00,failed,1,CA,0.00,14.49,7246.93 +1061821178,Ligiin Ukhaa: Artisan Style Cheese in Mongolia,Farms,Food,USD,2015-07-31,15000.00,2015-07-01 17:18:30,607.00,failed,12,US,607.00,607.00,15000.00 +1061825373,Raw Clay/Rough Diamond @Frontera and Beyond!,Theater,Theater,USD,2014-10-24,900.00,2014-10-02 08:02:36,1037.00,successful,18,US,1037.00,1037.00,900.00 +1061827087,THE MUSEUM OF THE HUMAN BODY,3D Printing,Technology,GBP,2016-07-13,20000.00,2016-06-22 09:01:41,63.00,failed,8,GB,89.40,84.19,26725.82 +1061827813,Less Than Six: A Dramatic Web Series,Webseries,Film & Video,USD,2013-05-06,8500.00,2013-04-06 00:55:28,1237.00,failed,18,US,1237.00,1237.00,8500.00 +1061827832,Cheeny,Food,Food,GBP,2016-05-16,50000.00,2016-04-16 13:13:07,251.00,failed,2,GB,355.16,365.67,72842.76 +1061838326,Hear Me Roar: A Season of Powerful Women,Plays,Theater,USD,2015-12-17,7000.00,2015-11-15 18:01:24,7164.00,successful,37,US,7164.00,7164.00,7000.00 +1061838793,Goobles & Goblins: An RPG for Kids and Adults,Tabletop Games,Games,USD,2014-10-18,1000.00,2014-09-18 23:22:36,1743.00,successful,84,US,1743.00,1743.00,1000.00 +10618465,Aion (e-on) The Smart Calendar,Web,Technology,USD,2017-09-02,250000.00,2017-07-19 20:28:38,0.00,failed,0,US,0.00,0.00,250000.00 +1061853312,Linsanity: the Movie,Documentary,Film & Video,USD,2013-02-16,117000.00,2013-01-15 19:46:34,167916.88,successful,2102,US,167916.88,167916.88,117000.00 +1061854330,untitled aunt jemima project (Suspended) (Suspended),Horror,Film & Video,USD,2015-12-02,30.00,2015-11-17 23:36:27,0.00,suspended,0,US,0.00,0.00,30.00 +106185583,Kickstart the clothing line company ARMOR PONY for fall.,Apparel,Fashion,USD,2014-07-10,5000.00,2014-06-10 23:06:12,5.00,failed,1,US,5.00,5.00,5000.00 +1061865327,The Cremators,Television,Film & Video,USD,2014-12-11,26000.00,2014-11-11 22:00:25,26681.00,successful,89,US,26681.00,26681.00,26000.00 +1061866390,Question 5:Hope you don't know the Answer/YA Dystopia Series,Young Adult,Publishing,USD,2014-09-16,3000.00,2014-08-17 21:07:10,106.00,failed,3,US,106.00,106.00,3000.00 +1061868381,Help Fit For Rivals Make Their Next Album.,Rock,Music,USD,2011-06-15,9500.00,2011-05-16 01:15:55,10264.97,successful,130,US,10264.97,10264.97,9500.00 +1061878953,Interstellar Comix,Comic Books,Comics,USD,2016-02-04,200.00,2016-01-06 07:14:13,493.00,successful,28,US,493.00,493.00,200.00 +106188474,Gemstone Lady's friends. One of a kind hand made jewllery,Crafts,Crafts,GBP,2016-04-10,50000.00,2016-03-11 19:07:10,0.00,failed,0,GB,0.00,0.00,70901.87 +1061887791,TALONG: Next Generation Puzzle Game (Canceled),Puzzles,Games,EUR,2015-07-11,3000.00,2015-05-12 05:12:59,140.00,canceled,14,DE,156.91,152.45,3266.69 +1061893300,Two Hearts,Film & Video,Film & Video,USD,2012-02-22,5000.00,2011-12-24 23:06:43,5342.00,successful,23,US,5342.00,5342.00,5000.00 +1061898730,GrayHaven Comics Phase Two,Comics,Comics,USD,2012-09-13,2000.00,2012-08-14 01:05:31,3430.00,successful,54,US,3430.00,3430.00,2000.00 +1061900099,Help The 3 Heads record their new album!,Rock,Music,USD,2012-01-06,6000.00,2011-11-07 20:23:31,8377.00,successful,120,US,8377.00,8377.00,6000.00 +1061901305,1-Week Photography Adventure in the Redwood Forests,Photography,Photography,USD,2013-06-30,1500.00,2013-05-31 03:37:41,552.00,failed,3,US,552.00,552.00,1500.00 +1061903708,The Prophecy Coin: Life's Game of Chance!,Games,Games,USD,2016-04-25,5000.00,2016-03-22 17:17:01,571.00,failed,32,US,571.00,571.00,5000.00 +1061918712,Unique design of leather bow-ties and watchband.,Product Design,Design,USD,2017-07-31,1000.00,2017-06-26 16:36:52,1094.00,successful,20,US,218.00,1094.00,1000.00 +1061924633,Eric Lichter's New Album Produced by Ken Stringfellow,Indie Rock,Music,USD,2012-04-22,8000.00,2012-03-02 06:06:26,9565.38,successful,138,US,9565.38,9565.38,8000.00 +1061929977,Food Animal Acrylic Phone Charms,Crafts,Crafts,USD,2016-04-13,100.00,2016-03-29 04:52:47,126.00,successful,8,US,126.00,126.00,100.00 +106193313,Safety BIB - The Baby in Hot Car Prevention System,Product Design,Design,USD,2015-07-31,2500.00,2015-07-01 21:02:54,91.00,failed,5,US,91.00,91.00,2500.00 +1061951380,Polyball,Video Games,Games,CAD,2015-05-02,10000.00,2015-04-07 23:00:31,1882.00,failed,102,CA,1508.18,1554.99,8262.41 +1061955755,A-WOL's Art In The Dark - See What the Hype is All About.,Performances,Dance,USD,2014-07-04,5000.00,2014-06-12 06:04:07,5073.00,successful,59,US,5073.00,5073.00,5000.00 +1061965557,MADMAX 2015 Tour,Hip-Hop,Music,USD,2014-12-12,5000.00,2014-11-12 00:33:35,127.00,failed,4,US,127.00,127.00,5000.00 +1061968467,Antiqued Bronze Bull Elk hat/vest pin,Crafts,Crafts,USD,2014-08-17,450.00,2014-07-18 01:15:10,7.00,failed,1,US,7.00,7.00,450.00 +1061968841,Dog Scratchin' Limited Edition Posters For Your Wall,Illustration,Art,USD,2013-07-23,550.00,2013-06-23 19:00:20,1013.00,successful,32,US,1013.00,1013.00,550.00 +1061972016,The Yellow Trolley: One Girl's Rescue Is One Man's Salvation!,Fiction,Publishing,USD,2010-11-13,1000.00,2010-10-14 19:58:48,145.00,failed,6,US,145.00,145.00,1000.00 +1061974734,FIVE BLOCKS AWAY - Proof of Concept Trailer,Narrative Film,Film & Video,USD,2013-10-09,12000.00,2013-09-09 09:21:36,14234.77,successful,91,US,14234.77,14234.77,12000.00 +1061989899,Studio for Artists,Painting,Art,USD,2016-11-30,5000.00,2016-11-01 01:42:45,50.00,failed,1,US,0.00,50.00,5000.00 +1061994869,Journey's End a novel,Fiction,Publishing,USD,2017-06-04,5000.00,2017-04-25 22:39:35,15.00,failed,1,US,15.00,15.00,5000.00 +"106200024,""Atu: Drum King. Drums, Dance and Spoken Word."",Experimental,Theater,USD,2017-01-24,6000.00,2016-12-27 20:24:54,0.00,failed,0,US,0.00,0.00,6000.00" +1062004216,Spudwhackers Spuds in Denver needs a new food truck!! Help!!,Food Trucks,Food,USD,2015-03-16,15000.00,2015-02-04 01:40:57,141.00,failed,4,US,141.00,141.00,15000.00 +1062011694,Maelstrom Playing Cards,Playing Cards,Games,GBP,2016-03-07,15000.00,2016-02-06 04:04:30,164.00,failed,9,GB,239.20,234.39,21438.37 +1062015339,Sweet Screams Bootique,Painting,Art,USD,2017-01-02,5000.00,2016-12-03 10:06:41,0.00,failed,0,US,0.00,0.00,5000.00 +1062015870,Library of Things: Bringing borrowing shops to the UK | #LoT,Civic Design,Design,GBP,2015-07-04,12000.00,2015-06-04 01:52:10,14485.00,successful,248,GB,22022.08,22477.23,18621.11 +1062023374,Labyrinth 2 Fan Film,Film & Video,Film & Video,USD,2014-12-18,20000.00,2014-11-18 04:49:39,24.00,failed,3,US,24.00,24.00,20000.00 +1062027343,Monchard watches - Skytoucher Automatic,Product Design,Design,SEK,2017-09-23,650000.00,2017-08-24 07:58:25,668226.00,successful,130,SE,30181.31,81760.19,79530.16 +1062028980,Bloom,Shorts,Film & Video,USD,2013-05-28,14000.00,2013-04-13 02:27:02,4449.00,failed,51,US,4449.00,4449.00,14000.00 +1062036068,A Study in Silhouette,Photography,Photography,USD,2011-06-27,5500.00,2011-05-28 02:56:11,25.00,failed,1,US,25.00,25.00,5500.00 +1062041717,Bamboxers: Affordable luxury men's underwear for REAL people,Apparel,Fashion,USD,2015-12-05,10000.00,2015-11-09 18:50:47,22918.00,successful,529,US,22918.00,22918.00,10000.00 +"1062047415,""The First-Ever Recording of Randall Thompson’s """"Requiem"""""",Classical Music,Music,USD,2013-01-04,19500.00,2012-11-05 18:01:31,900.00,failed,11,US,900.00,900.00,19500.00" +106204770,In Search of a Word is In Search of an EP!,Music,Music,USD,2011-10-29,500.00,2011-09-29 02:50:29,585.00,successful,16,US,585.00,585.00,500.00 +1062048422,Taste Of Horror,Tabletop Games,Games,EUR,2017-08-04,500.00,2017-07-05 16:00:44,2222.00,successful,27,ES,426.47,2637.08,593.40 +1062056057,Kitsune Music Academy,Web,Technology,CAD,2016-09-21,5000.00,2016-08-27 00:08:39,5179.00,successful,31,CA,642.08,3971.02,3833.77 +1062056957,MEDICI feature film,Thrillers,Film & Video,EUR,2017-05-21,60000.00,2017-04-17 18:40:25,15885.00,failed,10,IT,53.07,17784.77,67175.71 +1062069360,Dakota Bikini's (Suspended),Fashion,Fashion,USD,2012-07-07,4000.00,2012-06-07 00:35:35,25192.00,suspended,41,US,25192.00,25192.00,4000.00 +1062070401,LOBE LOVE- Hot Stone Massage Pillow,Design,Design,USD,2014-08-27,2500.00,2014-07-28 19:02:59,49.00,failed,6,US,49.00,49.00,2500.00 +1062072521,Flex Furniture - 4k TV Exactly When You Want It,Gadgets,Technology,USD,2017-10-08,30000.00,2017-09-08 18:18:18,25.00,failed,1,US,25.00,25.00,30000.00 +1062076609,Gaddis Gaming TableTopper™,Tabletop Games,Games,USD,2017-10-01,15000.00,2017-09-01 06:35:04,19666.00,successful,84,US,8823.00,19666.00,15000.00 +1062081148,ItsMe Chat - The Evolution of Text Messaging ...,Apps,Technology,USD,2015-05-02,300000.00,2015-03-03 00:22:00,0.00,failed,0,US,0.00,0.00,300000.00 +"1062085202,""3 in 1 Games: Rise of Robo-Man, BioShips and DesertFun"",Mobile Games,Games,USD,2014-10-29,65000.00,2014-09-30 20:44:29,0.00,failed,0,US,0.00,0.00,65000.00" +1062088084,Cute Stickers: Make This New Season Sticker Special!,Stationery,Crafts,AUD,2016-09-04,200.00,2016-08-05 06:33:32,262.00,successful,9,AU,36.55,199.00,151.91 +1062088260,1st printing - Green Sheep of the Family Clothing Company,Fashion,Fashion,USD,2011-04-25,5000.00,2011-03-16 07:34:59,40.00,failed,2,US,40.00,40.00,5000.00 +"1062096537,""""""Bloom"""" - A Short Film"",Shorts,Film & Video,GBP,2013-03-18,1750.00,2013-03-01 17:11:56,315.00,failed,14,GB,477.73,478.27,2657.03" +1062106955,Return To Neverland - The New Musical,Theater,Theater,GBP,2014-03-01,500.00,2014-01-30 19:38:16,10.00,failed,2,GB,16.57,16.77,838.50 +1062111432,Tibet's End?,Documentary,Film & Video,USD,2014-05-23,28000.00,2014-04-23 04:40:29,29073.00,successful,138,US,29073.00,29073.00,28000.00 +1062114968,Mii Tab: The World's First Cloud-Based e-Tab with Thumb Pay.,Technology,Technology,USD,2015-11-28,75000.00,2015-10-28 21:09:47,151.00,canceled,4,US,151.00,151.00,75000.00 +1062120436,The Tailor - an impeccably dressed loudspeaker,Product Design,Design,GBP,2013-06-12,14800.00,2013-05-13 09:50:10,1671.00,failed,4,GB,2566.77,2610.61,23122.11 +1062126011,KR2 car,Technology,Technology,USD,2015-04-23,100000.00,2015-03-24 17:03:47,0.00,failed,0,US,0.00,0.00,100000.00 +1062130717,SUICIDE HOTEL,Shorts,Film & Video,USD,2012-02-10,4000.00,2012-01-11 01:36:46,0.00,failed,0,US,0.00,0.00,4000.00 +1062132448,The Grenada Goat Dairy's School Project,Food,Food,USD,2012-09-28,55000.00,2012-08-14 17:53:02,63160.40,successful,368,US,63160.40,63160.40,55000.00 +"1062135966,""""""The Adventures of Zee"""" Issue 2"",Comic Books,Comics,USD,2014-09-08,350.00,2014-08-02 06:55:08,625.00,successful,26,US,625.00,625.00,350.00" +1062136655,AN IMPERFECT FORTRESS - A Novel,Fiction,Publishing,USD,2012-04-02,4600.00,2012-02-06 16:43:57,548.00,failed,13,US,548.00,548.00,4600.00 +1062141739,Geography - songs from a triangulated life,Music,Music,USD,2017-10-22,5000.00,2017-09-20 16:15:00,6220.00,successful,89,US,275.00,6220.00,5000.00 +1062147209,Revolution Hymns - an album by Andy Livingston,Indie Rock,Music,USD,2012-09-30,2500.00,2012-08-16 18:24:20,60.00,failed,3,US,60.00,60.00,2500.00 +1062150468,Rebecca Drysdale : The Album. (A New One Woman Show),Theater,Theater,USD,2012-01-06,5000.00,2011-11-07 10:56:57,718.00,failed,21,US,718.00,718.00,5000.00 +1062150680,ASHEN'S FILTH,Film & Video,Film & Video,USD,2011-07-10,3000.00,2011-06-05 04:35:02,0.00,failed,0,US,0.00,0.00,3000.00 +1062154589,AMAZING FRAMEABLE POSTCARDS,Design,Design,EUR,2016-05-15,12500.00,2016-04-05 13:02:18,2573.00,failed,33,IT,2933.56,2886.63,14023.67 +1062159788,KALI-Destroyer of Worlds: a dystopian scifi/horror novel,Fiction,Publishing,USD,2013-10-07,3500.00,2013-09-07 04:20:07,3687.00,successful,30,US,3687.00,3687.00,3500.00 +1062161031,Love & Teleportation - a sci-fi love story,Narrative Film,Film & Video,USD,2011-09-30,25000.00,2011-08-02 03:24:29,25903.00,successful,42,US,25903.00,25903.00,25000.00 +1062163322,CD of new works for wind ensemble by Matthew Taylor,Classical Music,Music,GBP,2017-09-24,4000.00,2017-08-25 19:23:35,4116.00,successful,41,GB,153.46,5510.85,5355.54 +106216880,Minor Motion Picture,Narrative Film,Film & Video,USD,2016-03-02,10000.00,2016-02-01 21:01:51,10226.00,successful,72,US,10226.00,10226.00,10000.00 +106217123,GILLS,Children's Books,Publishing,USD,2014-03-04,11000.00,2014-01-30 20:19:45,1013.00,failed,14,US,1013.00,1013.00,11000.00 +1062177306,Swan Song - The Music Anthology,Comics,Comics,CAD,2017-12-10,32000.00,2017-11-10 02:54:59,32644.00,successful,419,CA,478.65,25573.05,25068.55 +1062200309,EBR Radio,Journalism,Journalism,USD,2015-08-03,3000.00,2015-07-04 00:16:55,51.00,failed,2,US,51.00,51.00,3000.00 +1062203043,Mobile Showers For Homeless,Technology,Technology,USD,2016-12-13,85000.00,2016-10-24 18:59:29,10.00,failed,2,US,5.00,10.00,85000.00 +1062216885,Our Nest.,Illustration,Art,GBP,2015-09-28,400.00,2015-08-29 21:11:15,53.00,failed,3,GB,81.76,80.39,606.69 +1062224115,EpiFinder: Seizure and Epilepsy Patient Portal App,Software,Technology,USD,2017-12-09,10000.00,2017-11-06 17:00:58,11960.00,successful,46,US,7686.00,11960.00,10000.00 +1062236315,Felisfire - Planet of Alien Felines,Video Games,Games,USD,2015-12-08,3500.00,2015-11-08 07:54:32,7170.00,successful,86,US,7170.00,7170.00,3500.00 +1062241206,Nitro's Coffee,Drinks,Food,AUD,2015-05-11,5000.00,2015-04-11 09:32:13,105.00,failed,3,AU,80.94,84.01,4000.32 +1062250235,Look Them App - Missing person App,Software,Technology,SEK,2015-01-24,600000.00,2014-12-05 13:07:58,505.00,failed,4,SE,67.23,60.99,72458.52 +106225726,5 step cream cheese pie,Food,Food,USD,2014-07-24,100.00,2014-07-14 20:16:28,0.00,failed,0,US,0.00,0.00,100.00 +1062264294,We Are The Helpless - Feature Fim,Narrative Film,Film & Video,GBP,2014-04-27,20000.00,2014-03-28 15:01:00,20165.00,successful,133,GB,33439.85,34030.31,33751.86 +1062265434,Nomad's Official Bucket Scratch Map - New York City,Product Design,Design,USD,2013-12-18,12000.00,2013-11-22 06:09:12,12718.00,successful,111,US,12718.00,12718.00,12000.00 +1062268210,Photograph the Top 200 Prehistoric Mounds in the Ohio Valley,Nonfiction,Publishing,USD,2012-10-04,5000.00,2012-09-04 18:35:54,25.00,failed,1,US,25.00,25.00,5000.00 +1062268748,The Real Husbands of Birmingham,Webseries,Film & Video,USD,2016-12-31,1981.00,2016-11-22 08:10:17,0.00,failed,0,US,0.00,0.00,1981.00 +1062269971,Worship Production: A Documentary,Documentary,Film & Video,USD,2013-05-10,10000.00,2013-04-10 06:23:42,160.00,failed,4,US,160.00,160.00,10000.00 +1062271849,PennyGems Tokens For Netrunner,Gaming Hardware,Games,USD,2014-10-19,3500.00,2014-09-20 20:59:58,11550.00,successful,219,US,11550.00,11550.00,3500.00 +1062272797,It's Never About a Boy,Shorts,Film & Video,USD,2011-07-02,15000.00,2011-05-05 02:39:53,396.00,failed,11,US,396.00,396.00,15000.00 +"1062278864,""D-Key, Think outside the tool box. (Canceled)"",Product Design,Design,GBP,2014-06-06,9554.00,2014-05-07 07:37:33,1438.00,canceled,73,GB,2426.73,2419.49,16074.97" +1062294198,Man Cave Must Have,Crafts,Crafts,USD,2014-08-20,5000.00,2014-07-21 21:32:21,0.00,failed,0,US,0.00,0.00,5000.00 +1062296373,A Life Outside,Documentary,Film & Video,USD,2013-03-17,42000.00,2013-02-15 16:11:11,42995.00,successful,224,US,42995.00,42995.00,42000.00 +1062310606,Game review blog,Games,Games,AUD,2014-02-19,200.00,2014-01-20 00:42:55,25.00,failed,1,AU,21.95,22.42,179.37 +1062314309,The Friend Zone,Comedy,Film & Video,USD,2015-03-29,4000.00,2015-03-05 02:33:57,4025.00,successful,32,US,4025.00,4025.00,4000.00 +1062316855,So Long Davey - Support Their New Album in 2012,Rock,Music,USD,2012-03-08,5000.00,2012-01-11 09:24:58,1989.34,failed,28,US,1989.34,1989.34,5000.00 +1062318389,Stay N' Play Cafe,Restaurants,Food,USD,2017-12-29,18000.00,2017-11-19 07:00:46,131.00,failed,3,US,130.00,131.00,18000.00 +1062326276,Solar: Wind: Hydropower: Reshaping Renewable Energy.,Nonfiction,Publishing,GBP,2015-06-21,2000.00,2015-05-22 19:46:04,2055.00,successful,42,GB,3196.52,3231.79,3145.30 +1062334506,Preparing to Open an Inspirational Online Photo Art Gallery,Photography,Photography,USD,2012-12-27,5000.00,2012-11-17 00:59:45,40.00,failed,1,US,40.00,40.00,5000.00 +1062335432,Hibernum - The Medieval Italian Wine,Drinks,Food,USD,2015-03-28,12000.00,2015-02-26 10:29:37,831.00,failed,22,US,831.00,831.00,12000.00 +1062337111,Drive Them Back,Tabletop Games,Games,USD,2013-06-20,7230.00,2013-05-21 21:17:34,5378.00,failed,132,US,5378.00,5378.00,7230.00 +1062343807,Serveware Collection,Product Design,Design,USD,2017-12-14,2000.00,2017-11-14 12:29:08,2925.00,successful,57,US,40.00,2925.00,2000.00 +1062348876,Travesty,Narrative Film,Film & Video,USD,2012-01-01,17000.00,2011-11-21 22:42:49,100.00,failed,2,US,100.00,100.00,17000.00 +1062350021,The Call,Drama,Film & Video,USD,2015-12-17,5000.00,2015-11-17 20:25:52,12.00,failed,3,US,12.00,12.00,5000.00 +1062355348,Weaving Instructor . Bringing Saori to everybody .,Weaving,Crafts,AUD,2017-10-15,6000.00,2017-09-05 14:39:40,110.00,failed,5,AU,0.00,86.35,4709.95 +1062357891,Olympus Playing Cards Deck,Playing Cards,Games,USD,2015-12-16,9000.00,2015-11-11 16:07:23,3770.00,failed,158,US,3770.00,3770.00,9000.00 +10623589,Decoratable Knit Headbands,Knitting,Crafts,USD,2016-04-01,200.00,2016-03-02 15:21:42,1.00,failed,1,US,1.00,1.00,200.00 +1062367337,Stick Knights Online - Expansion!,Video Games,Games,USD,2012-10-26,2000.00,2012-10-01 17:49:24,103.00,failed,8,US,103.00,103.00,2000.00 +1062372771,Canvassing LA,Fashion,Fashion,USD,2013-01-01,7000.00,2012-11-30 09:52:21,880.00,failed,30,US,880.00,880.00,7000.00 +"1062381114,Raw Emotion,Music,Music,USD,2016-03-20,3000.00,2016-01-20 05:53:23,51.00,undefined,0,""N,0"""""",,51.00,3000.00" +1062381296,New Single/Music Development,Music,Music,USD,2015-12-14,1000.00,2015-11-10 21:12:59,345.00,failed,5,US,345.00,345.00,1000.00 +1062385528,Sweatshop Social: Make Plastic Bags A Thing of the Past in New York,Product Design,Design,USD,2010-06-10,3275.00,2010-04-23 20:50:30,125.00,failed,4,US,125.00,125.00,3275.00 +1062396033,Find Me Ink Tattoo Search Engine Start-Up,Web,Technology,USD,2015-10-03,30000.00,2015-09-03 20:53:27,0.00,failed,0,US,0.00,0.00,30000.00 +1062397920,The Linsanity Project: Jeremy Lin Inspired Shirt & Snapback,Fashion,Fashion,USD,2012-03-07,2500.00,2012-02-18 07:50:14,71.00,failed,4,US,71.00,71.00,2500.00 +1062399236,Extraordinary in the Everyday: Emerging Multi-Arts Show,Art,Art,USD,2012-06-02,1200.00,2012-05-03 07:25:33,215.00,failed,8,US,215.00,215.00,1200.00 +1062400993,EOM: Equal Opportunity Madness,Anthologies,Publishing,USD,2017-06-19,1000.00,2017-05-20 06:18:46,2039.00,successful,86,US,560.00,2039.00,1000.00 +1062402293,Chroma Squad - manager game with japanese-style super heroes,Video Games,Games,USD,2013-08-21,55000.00,2013-07-22 18:49:01,97148.34,successful,3964,US,97148.34,97148.34,55000.00 +1062402745,The faces of BACA (Bikers Against Child Abuse) (Canceled),People,Photography,USD,2014-06-18,28400.00,2014-05-19 23:14:42,375.00,canceled,6,US,375.00,375.00,28400.00 +1062422896,Zombie Nation Limited Edition Art Book,Art Books,Publishing,USD,2013-01-03,6000.00,2012-12-04 01:19:13,8504.99,successful,137,US,8504.99,8504.99,6000.00 +"1062425751,""Split the bar tab for the next Byzantine album, due out 2012"",Rock,Music,USD,2012-03-11,5000.00,2012-01-26 14:19:16,7977.66,successful,118,US,7977.66,7977.66,5000.00" +1062437169,I Am Dracula,Documentary,Film & Video,GBP,2014-09-08,30000.00,2014-07-28 23:14:34,1.00,failed,1,GB,1.70,1.62,48698.14 +1062441557,Aroma Mountain: Mountain-shaped Incense Holder,Product Design,Design,USD,2017-12-14,5000.00,2017-11-14 12:02:21,21685.00,successful,157,US,560.00,21685.00,5000.00 +1062450825,A Fetal Encounter,Shorts,Film & Video,USD,2012-06-15,440.00,2012-06-08 05:36:22,455.00,successful,10,US,455.00,455.00,440.00 +1062465195,Outsider Art Cart by Painted Brain,Mixed Media,Art,USD,2017-01-01,2500.00,2016-11-19 22:00:05,4022.00,successful,55,US,1220.00,4022.00,2500.00 +1062465950,Nothing Up My Sleeves Tour: Summer 2016,Spaces,Theater,USD,2015-09-20,100000.00,2015-07-22 21:05:56,25.00,failed,1,US,25.00,25.00,100000.00 +1062466302,Web Armory 2.0,Software,Technology,USD,2014-08-26,1000.00,2014-08-09 11:20:38,1743.00,successful,19,US,1743.00,1743.00,1000.00 +106246791,Bring an efficient incentive breath to your life anywhere.,Wearables,Technology,USD,2017-08-16,70000.00,2017-07-17 03:52:16,9834.00,failed,50,US,1654.00,9834.00,70000.00 +1062480032,Where Do Pearls Come From? (Canceled),Children's Books,Publishing,USD,2015-09-10,9000.00,2015-08-11 22:28:17,0.00,canceled,0,US,0.00,0.00,9000.00 +1062484881,Sister's Soul (Canceled),Fiction,Publishing,GBP,2015-02-16,15000.00,2015-01-17 19:20:34,0.00,canceled,0,GB,0.00,0.00,23063.44 +1062488730,Parallel (Canceled),Video Games,Games,USD,2016-07-18,500.00,2016-05-19 21:32:32,0.00,canceled,0,US,0.00,0.00,500.00 +"106249126,""Forty one pit bulls - a little book, with a big job"",Art Books,Publishing,USD,2013-04-07,19400.00,2013-03-08 00:41:49,26669.00,successful,367,US,26669.00,26669.00,19400.00" +1062494839,Motion Reactive Light Up LED Clothing,Wearables,Technology,USD,2017-06-01,15000.00,2017-04-28 09:02:33,2748.00,failed,24,US,1357.00,2748.00,15000.00 +1062503565,SENT FROM MY BATHROOM,Graphic Design,Design,USD,2013-06-07,1500.00,2013-05-06 05:54:08,25.00,failed,1,US,25.00,25.00,1500.00 +1062525723,titus andronicus,Theater,Theater,USD,2014-01-09,400.00,2013-12-02 19:10:52,950.00,successful,30,US,950.00,950.00,400.00 +"1062527661,""Edge Goalkeeping, new gloves technology and design"",Gaming Hardware,Games,CAD,2015-08-29,3500.00,2015-07-29 18:19:05,265.00,failed,4,CA,203.40,200.30,2645.50" +"1062533325,""""""Which Way"""" - NYC High School Dramatic Comedic"",Webseries,Film & Video,USD,2010-05-13,18000.00,2010-04-02 02:20:13,1086.00,failed,31,US,1086.00,1086.00,18000.00" +1062538071,Kingship - (CANCELED) (Canceled),Tabletop Games,Games,CAD,2015-09-27,3400.00,2015-08-28 21:31:02,2326.00,canceled,36,CA,1751.16,1756.93,2568.17 +1062541463,Machinimentary: Racial Discrimination in Skyrim,Documentary,Film & Video,USD,2014-05-10,200.00,2014-04-10 19:20:06,20.00,failed,4,US,20.00,20.00,200.00 +1062554503,Painted In Blood: Pictures of Chaos (Canceled),Rock,Music,USD,2013-08-03,800.00,2013-06-04 06:45:04,130.00,canceled,6,US,130.00,130.00,800.00 +1062568085,Yinzer Army Clothing Co. — ‘Burgh Inspired Apparel & Art,Fashion,Fashion,USD,2013-10-13,1750.00,2013-09-13 21:59:17,2249.00,successful,39,US,2249.00,2249.00,1750.00 +1062569076,The United States of Brooklyn,Apparel,Fashion,USD,2014-09-27,500.00,2014-07-29 21:19:01,26.00,failed,2,US,26.00,26.00,500.00 +1062574881,TODD M. THIEDE AUTHOR,Fiction,Publishing,USD,2014-10-29,2000.00,2014-09-29 16:49:39,1.00,failed,1,US,1.00,1.00,2000.00 +1062583291,Black Nepenthe / Ende Ende Support Fund,Electronic Music,Music,GBP,2013-07-31,1000.00,2013-07-01 20:40:21,62.00,failed,3,GB,94.31,93.95,1515.24 +1062592772,Rainbow 6 Siege I Let's Play Series (Suspended) (Suspended),Video Games,Games,EUR,2016-01-14,150.00,2015-12-15 19:35:35,0.00,suspended,0,IT,0.00,0.00,163.71 +1062593633,Ira: part of the Chronicles of the Damned series,Fiction,Publishing,USD,2011-05-02,4000.00,2011-01-31 04:56:22,40.00,failed,2,US,40.00,40.00,4000.00 +1062593827,First cartoon series focused on self development for kids,Animation,Film & Video,USD,2016-03-30,3300.00,2016-02-29 17:58:11,1.00,failed,1,US,1.00,1.00,3300.00 +1062596284,Discoveries Ink,Art,Art,USD,2016-12-15,19995.00,2016-11-15 06:28:43,124.00,failed,4,US,0.00,124.00,19995.00 +1062607833,Freddy Jacks Brawling Out Of The Depression,Nonfiction,Publishing,USD,2012-06-04,45000.00,2012-04-05 22:30:15,0.00,failed,0,US,0.00,0.00,45000.00 +106261331,Field Trip to the Sunrise: A Chicago Kids Adventure,Children's Books,Publishing,USD,2013-05-31,4000.00,2013-05-14 03:00:43,0.00,failed,0,US,0.00,0.00,4000.00 +1062615639,LN - The Label,Fashion,Fashion,AUD,2018-02-13,3000.00,2017-12-15 02:35:03,0.00,canceled,0,AU,0.00,0.00,2361.83 +"1062616557,""ROOF OF THE WORLD : A 4,000 Mile Himalayan Expedition"",Documentary,Film & Video,USD,2015-05-18,25000.00,2015-04-18 18:52:37,33270.00,successful,110,US,33270.00,33270.00,25000.00" +"1062624507,""The Epic Project: Madmen, Heroines & Bards"",World Music,Music,USD,2011-11-01,10000.00,2011-10-09 09:48:33,15555.00,successful,52,US,15555.00,15555.00,10000.00" +"1062632237,""James Douglas """"Still I Praise"""""",Music,Music,USD,2014-06-10,15000.00,2014-04-26 00:42:24,610.00,failed,5,US,610.00,610.00,15000.00" +1062641038,Jekyll & Hyde @ EdFringe 2016,Festivals,Theater,GBP,2016-08-05,1000.00,2016-07-07 13:41:19,81.00,failed,6,GB,12.86,106.55,1315.41 +1062645603,NOVA jewelry,Jewelry,Fashion,EUR,2017-05-24,2500.00,2017-04-23 10:42:19,1118.00,failed,33,BE,66.50,1251.71,2798.99 +1062647694,For the First Time,Thrillers,Film & Video,GBP,2015-04-23,150.00,2015-03-24 15:32:25,5.00,failed,1,GB,7.46,7.56,226.79 +1062649115,Westfalia Series,Young Adult,Publishing,USD,2014-08-08,225.00,2014-07-09 22:44:35,410.00,successful,12,US,410.00,410.00,225.00 +1062658592,MANOS: The Restoration,Narrative Film,Film & Video,USD,2012-02-04,10000.00,2011-12-24 20:45:25,48130.24,successful,818,US,48130.24,48130.24,10000.00 +106265906,The Hit,Shorts,Film & Video,USD,2012-08-23,1500.00,2012-07-24 01:01:45,1730.00,successful,19,US,1730.00,1730.00,1500.00 +106266222,Stage Play - What happens in church stays in church,Theater,Theater,USD,2012-03-07,21000.00,2012-02-07 00:54:54,0.00,failed,0,US,0.00,0.00,21000.00 +1062674062,The Spoon Benders Return to South Florida!,Rock,Music,USD,2011-12-31,550.00,2011-12-01 01:10:01,699.88,successful,22,US,699.88,699.88,550.00 +1062676253,Balcom Family History Library,Makerspaces,Technology,USD,2015-08-25,1500.00,2015-07-26 21:33:15,10.00,failed,1,US,10.00,10.00,1500.00 +1062692657,Musician Fighting To Record an Album Before It's Too Late!,Music,Music,USD,2013-09-12,45000.00,2013-08-12 18:07:05,51057.39,successful,892,US,51057.39,51057.39,45000.00 +1062718053,Interior Garden (1978),Film & Video,Film & Video,GBP,2016-06-15,130.00,2016-06-14 02:24:00,130.00,successful,12,GB,185.32,185.73,185.73 +"1062718295,""""""Mr. Gunderson's Home Economics"""" Short fictional novella"",Fiction,Publishing,USD,2014-01-29,1600.00,2013-12-30 20:18:32,5.00,failed,1,US,5.00,5.00,1600.00" +1062720172,Dimension Shifter - A minimalistic first person puzzel game,Video Games,Games,SEK,2016-06-09,15000.00,2016-05-11 13:46:26,235.00,canceled,6,SE,28.80,28.49,1818.67 +1062723679,OUR LOST - A Short Film,Shorts,Film & Video,USD,2013-11-27,5000.00,2013-11-06 23:51:04,5015.00,successful,33,US,5015.00,5015.00,5000.00 +1062728988,Be a SELL-OUT,Digital Art,Art,USD,2009-11-25,1000.00,2009-10-26 21:31:56,1460.00,successful,49,US,1460.00,1460.00,1000.00 +1062733559,MOVEMENT: A New York Narrative From the Waist-Down,Mixed Media,Art,USD,2014-11-12,40500.00,2014-10-11 20:55:55,2460.00,failed,16,US,2460.00,2460.00,40500.00 +"1062740000,""A Gift for our Community, A Hawaiian Sailing Canoe"",Woodworking,Crafts,USD,2015-01-27,5000.00,2015-01-02 02:00:22,5774.00,successful,81,US,5774.00,5774.00,5000.00" +1062745860,My Millionaire Network,Apps,Technology,USD,2014-11-15,20000.00,2014-10-16 03:11:27,0.00,failed,0,US,0.00,0.00,20000.00 +106274708,Remain Calm... A dark comedy about breaking stuff.,Shorts,Film & Video,CAD,2013-12-12,2000.00,2013-11-12 00:44:16,2701.00,successful,88,CA,2577.68,2534.96,1877.05 +1062754067,A Burning Circle,Shorts,Film & Video,USD,2012-03-07,2500.00,2012-02-22 23:31:43,3164.00,successful,55,US,3164.00,3164.00,2500.00 +1062757342,Same Same but Different Books (Canceled),Children's Books,Publishing,USD,2014-12-31,10000.00,2014-11-26 20:17:01,2123.00,canceled,19,US,2123.00,2123.00,10000.00 +106275803,For the Love of GUMBO,Food Trucks,Food,USD,2015-11-22,50000.00,2015-10-23 02:30:34,1.00,failed,1,US,1.00,1.00,50000.00 +1062759865,Realize a dream 1.0,Electronic Music,Music,EUR,2017-12-31,5000.00,2017-11-16 10:17:04,0.00,failed,0,IT,0.00,0.00,6022.50 +1062768922,Letters to My Lover: Journal of an Adulteress Woman,Nonfiction,Publishing,USD,2016-11-10,1500.00,2016-10-11 16:21:00,112.00,failed,5,US,64.00,112.00,1500.00 +1062771613,Nightmares - A new interactive horror series powered by you.,Horror,Film & Video,USD,2015-11-30,150000.00,2015-10-23 18:34:41,6543.00,canceled,42,US,6543.00,6543.00,150000.00 +1062777376,Hop Shop Brewing Company,Drinks,Food,USD,2015-05-21,25000.00,2015-04-21 09:01:43,12653.00,failed,97,US,12653.00,12653.00,25000.00 +1062778325,Trenton P's Blacklist album and Tour.,Hip-Hop,Music,USD,2016-04-20,20000.00,2016-03-20 23:55:29,3690.27,failed,46,US,3690.27,3690.27,20000.00 +1062787177,Limited edition: the BIERKINI,Accessories,Fashion,EUR,2014-07-04,150.00,2014-06-23 20:36:31,76.00,failed,13,NL,103.35,103.27,203.82 +1062787479,West Nile Virus (The Band),Music,Music,USD,2014-11-08,25000.00,2014-10-09 21:16:10,0.00,failed,0,US,0.00,0.00,25000.00 +106279344,mUm's Not In,Shorts,Film & Video,USD,2010-12-25,4000.00,2010-11-15 22:34:37,4610.00,successful,83,US,4610.00,4610.00,4000.00 +1062796751,Music Camp Mexico,Kids,Music,USD,2016-03-26,1500.00,2016-01-26 23:06:14,1.00,failed,1,US,1.00,1.00,1500.00 +1062805422,Surrealism meets authorities: Objection unwanted,Shorts,Film & Video,USD,2012-10-18,1300.00,2012-09-18 18:16:50,0.00,failed,0,US,0.00,0.00,1300.00 +"106280978,""Another Shade of Blue TV Series """"Your Ticket Into Show Biz"""""",Film & Video,Film & Video,USD,2012-05-31,30000.00,2012-05-01 21:46:21,445.00,failed,8,US,445.00,445.00,30000.00" +1062809925,Turn a Blind Eye,Narrative Film,Film & Video,GBP,2014-02-21,4000000.00,2013-12-23 22:36:10,0.00,failed,0,GB,0.00,0.00,6671447.87 +1062811521,The Wolf - A Short Motion Picture by Samuel Siegel,Shorts,Film & Video,GBP,2013-02-01,3000.00,2013-01-07 23:30:58,130.00,failed,2,GB,209.49,205.84,4750.14 +1062820973,Node {The Robot Dog Plush} (Canceled),Children's Books,Publishing,USD,2014-09-15,15000.00,2014-07-17 16:18:52,976.00,canceled,37,US,976.00,976.00,15000.00 +1062825209,Hammerhead Stainless Steel Spinner,Interactive Design,Design,USD,2017-01-08,3000.00,2016-12-09 11:49:42,3010.00,successful,68,US,512.00,3010.00,3000.00 +1062825415,TYDE vs TYGRA -- IRON BOWL GLADIATRIXES,Events,Comics,USD,2017-11-26,2500.00,2017-11-02 22:39:08,3458.00,successful,37,US,945.00,3458.00,2500.00 +"1062825689,""Beowülf//grendel, a new play at Purchase College"",Theater,Theater,USD,2012-02-15,400.00,2012-01-17 10:14:38,420.00,successful,17,US,420.00,420.00,400.00" +1062829793,Be waffle food truck,Food Trucks,Food,USD,2015-03-25,35000.00,2015-02-23 18:19:37,0.00,failed,0,US,0.00,0.00,35000.00 +1062841767,Bearlanders Trading Co 2012 New Designs Made in America,Fashion,Fashion,USD,2012-06-24,30000.00,2012-05-25 17:48:52,25.00,failed,1,US,25.00,25.00,30000.00 +"1062842188,""One shoe - many applixx, many possibilities"",Footwear,Fashion,EUR,2017-10-29,10000.00,2017-09-29 19:16:51,10636.00,successful,93,LU,1227.05,12398.44,11657.05" +1062857560,TabHandler: combination handle and stand for your tablet,Product Design,Design,USD,2013-04-05,8000.00,2013-03-06 23:29:02,1078.00,failed,24,US,1078.00,1078.00,8000.00 +106286460,Hand-crafted Leather Harnesses for Rats & Other Rodents,Pet Fashion,Fashion,GBP,2014-05-20,150.00,2014-04-30 14:00:17,162.00,successful,13,GB,272.38,272.82,252.61 +1062869989,Back Nine Golf Card Game - Fast paced. All ages. Family fun!,Playing Cards,Games,USD,2016-09-09,28000.00,2016-07-31 04:07:21,1930.00,failed,24,US,180.00,1930.00,28000.00 +1062879454,My Old Photograph -- Grandpa Never Told You These Stories,Documentary,Film & Video,USD,2016-04-08,6200.00,2016-02-09 23:37:12,407.00,failed,9,US,407.00,407.00,6200.00 +1062882819,FATblades - Ski in the Style & Comfort of Snowboard Boots!!!,Product Design,Design,CAD,2014-03-09,10000.00,2014-02-04 22:54:54,21559.00,successful,53,CA,19400.26,19445.30,9019.57 +1062884237,Let's Make Litter Disappear! An educational coloring book!,Children's Books,Publishing,USD,2015-09-14,20000.00,2015-08-17 17:58:58,689.00,failed,7,US,689.00,689.00,20000.00 +1062896459,New Euphonium Commissions,Classical Music,Music,USD,2013-03-07,2500.00,2013-02-05 16:27:07,5.00,failed,1,US,5.00,5.00,2500.00 +1062899742,Handcarved Kraken ring in sterling silver or 10k gold,Sculpture,Art,CAD,2017-11-18,1800.00,2017-10-18 12:47:44,1900.00,successful,14,CA,586.51,1495.12,1416.43 +"1062916749,""The Casey Jr. Ride's second record """"ERROR #404"""""",Rock,Music,EUR,2017-08-20,1600.00,2017-07-21 16:05:02,1667.00,successful,20,DE,100.11,1968.40,1889.29" +1062923480,ROLL PLAYER - Monsters & Minions Expansion (+ Reprint),Tabletop Games,Games,USD,2017-06-16,65000.00,2017-05-23 16:59:34,352820.00,successful,4616,US,125047.00,352820.00,65000.00 +1062926652,Let's get La Empanada Truck on the Road!,Food,Food,USD,2011-06-07,7500.00,2011-05-05 16:37:17,7699.10,successful,116,US,7699.10,7699.10,7500.00 +1062932195,Kickstart Rob's New YouTube Channel!,Webseries,Film & Video,USD,2014-05-08,1500.00,2014-04-08 01:09:10,283.00,failed,13,US,283.00,283.00,1500.00 +106293343,M & K Designs,Art,Art,USD,2014-08-08,1500.00,2014-07-09 17:25:27,0.00,failed,0,US,0.00,0.00,1500.00 +1062940213,Geosphere,Tabletop Games,Games,USD,2015-11-24,1000.00,2015-10-25 05:03:23,31.00,failed,2,US,31.00,31.00,1000.00 +1062942324,Lone Wolf - The Board Game,Tabletop Games,Games,USD,2014-12-05,30000.00,2014-11-05 19:31:41,36000.00,successful,404,US,36000.00,36000.00,30000.00 +1062945630,Showcase of Stars,Theater,Theater,USD,2012-03-02,7500.00,2012-02-01 02:13:08,0.00,failed,0,US,0.00,0.00,7500.00 +1062945643,Masters of the Low End's first album release,Music,Music,USD,2011-02-06,5000.00,2011-01-07 14:24:13,52.00,failed,2,US,52.00,52.00,5000.00 +1062951885,Superior Shoe Case: World's Smallest Universal Shoe-case!,Footwear,Fashion,USD,2015-05-26,5000.00,2015-05-06 23:55:13,290.00,canceled,8,US,290.00,290.00,5000.00 +1062952618,I Need Guitar Strings,Music,Music,EUR,2016-02-12,50.00,2016-01-19 19:19:05,6.00,failed,2,DE,6.54,6.76,56.37 +106295457,Mobile Apps Made Easy! iPhone & Android apps - no coding,Apps,Technology,CAD,2016-04-30,5000.00,2016-03-31 06:52:08,250.00,failed,1,CA,190.99,194.11,3882.29 +1062957996,Delightful. Simple. Humble. Cookbook,Cookbooks,Food,GBP,2017-11-30,20000.00,2017-10-31 18:23:55,1834.00,failed,49,GB,187.91,2473.70,26975.99 +1062963474,1's & 0's Gaming Center (Canceled),Video Games,Games,USD,2014-01-01,65000.00,2013-12-18 18:12:14,25.00,canceled,1,US,25.00,25.00,65000.00 +1062964162,Cornhole and Party Table in One!,Woodworking,Crafts,USD,2015-12-06,8000.00,2015-11-07 07:35:37,871.00,failed,5,US,871.00,871.00,8000.00 +"1062964226,""Wye Blocks: beauty, cubed"",Crafts,Crafts,USD,2012-12-17,20000.00,2012-11-17 19:37:22,6962.00,failed,48,US,6962.00,6962.00,20000.00" +"1062966541,""World’s first non-toxic, breathable, edible sanitizer"",Technology,Technology,USD,2015-12-22,150000.00,2015-12-07 17:56:52,35.00,failed,3,US,35.00,35.00,150000.00" +1062975472,Linkio: the $100 Smart Home Devices Solution,Hardware,Technology,EUR,2015-01-09,50000.00,2014-12-02 08:54:13,60175.00,successful,508,NL,74912.54,71084.31,59064.65 +1062981616,??? SCARLET REAGAN ??? Jewelry & Accessory Keepers,Product Design,Design,USD,2013-07-11,10000.00,2013-06-10 18:50:28,3148.00,failed,28,US,3148.00,3148.00,10000.00 +1062982594,Middle Ground,Shorts,Film & Video,USD,2014-01-03,3750.00,2013-12-04 19:37:23,3960.00,successful,29,US,3960.00,3960.00,3750.00 +1062983162,A Thousand Miles Long 10th Anniversary Re-Issue,Country & Folk,Music,USD,2016-07-09,1500.00,2016-06-09 19:18:19,25.00,failed,1,US,25.00,25.00,1500.00 +1062988679,Larkfield Community Garden & Learning Center,Community Gardens,Food,USD,2015-05-21,20000.00,2015-03-23 07:21:55,3803.00,failed,27,US,3803.00,3803.00,20000.00 +"1063002077,""Charles Mingus Festival & Memorial Park in Nogales, AZ"",Jazz,Music,USD,2012-03-06,16500.00,2012-02-06 20:30:05,16540.00,successful,73,US,16540.00,16540.00,16500.00" +1063008005,PEONIES: THE MUSIC VIDEO,Music,Music,USD,2012-07-16,5000.00,2012-06-22 15:32:09,5875.00,successful,60,US,5875.00,5875.00,5000.00 +1063015149,The Adapter of the texts for translation,Software,Technology,EUR,2017-01-31,100000.00,2016-12-02 12:00:05,0.00,failed,0,ES,0.00,0.00,107410.23 +1063015586,Theaters to Plazas : Chicago to Buenos Aires,Architecture,Design,USD,2016-02-21,2500.00,2016-01-26 23:53:30,1231.00,failed,10,US,1231.00,1231.00,2500.00 +1063023701,WHAT IS ENOUGH - a feature film about contentment (Canceled),Documentary,Film & Video,USD,2012-10-21,14000.00,2012-09-21 21:47:34,741.00,canceled,17,US,741.00,741.00,14000.00 +1063024247,History of Public Education in Los Angeles,Academic,Publishing,USD,2015-08-07,80000.00,2015-07-08 09:28:28,45.00,failed,1,US,45.00,45.00,80000.00 +1063027187,Handmade Pedalboards in Vintage Suitcases! @mywoodyboards,Product Design,Design,USD,2015-03-31,1500.00,2015-03-01 07:32:28,5.00,failed,1,US,5.00,5.00,1500.00 +1063028808,I Am Michael Watcher,Comics,Comics,USD,2014-04-19,2500.00,2014-03-20 16:38:30,1515.00,failed,42,US,1515.00,1515.00,2500.00 +1063035198,Glamour Bees!! A wondrous exciting children’s show - you and your kids get a copy!,Animation,Film & Video,USD,2010-12-24,8600.00,2010-10-25 03:50:48,8800.00,successful,32,US,8800.00,8800.00,8600.00 +1063036751,Lets keep the nostalgic ice cream truck going,Food,Food,USD,2013-02-17,8000.00,2013-01-03 01:55:43,10.00,failed,1,US,10.00,10.00,8000.00 +1063038651,Fifty-two,Nonfiction,Publishing,AUD,2016-02-19,4000.00,2016-01-01 12:55:19,4339.00,successful,48,AU,3168.03,3085.18,2844.14 +106303913,Harmonic Coalescence,Documentary,Film & Video,USD,2016-06-21,12500.00,2016-05-31 13:13:11,3593.00,failed,28,US,3593.00,3593.00,12500.00 +1063047512,RENT at the 2015 Edinburgh Festival Fringe,Musical,Theater,USD,2015-07-18,15000.00,2015-06-18 18:31:56,17015.33,successful,111,US,17015.33,17015.33,15000.00 +1063054997,Cafe St. Jorge,Food,Food,USD,2013-06-15,30000.00,2013-05-14 18:20:01,30381.00,successful,285,US,30381.00,30381.00,30000.00 +106305788,Designer Lids for Ridekick Trailers - Electric Bicycle Power,Product Design,Design,USD,2012-06-30,98000.00,2012-05-31 17:36:54,1753.00,failed,7,US,1753.00,1753.00,98000.00 +1063058727,Micrófonos para Video:12 Proyectos de Producción Audiovisual,Nonfiction,Publishing,MXN,2017-08-02,20000.00,2017-07-03 16:06:32,1270.00,failed,8,MX,16.55,71.32,1123.09 +106306710,Horror Film - The Newscaster (Canceled),Horror,Film & Video,USD,2014-09-13,15000.00,2014-08-04 02:39:27,4782.00,canceled,48,US,4782.00,4782.00,15000.00 +1063072364,April Gornik short documentary (Canceled),Documentary,Film & Video,USD,2011-02-12,7000.00,2011-01-13 22:46:17,50.00,canceled,1,US,50.00,50.00,7000.00 +1063088885,The Next Big Thing : Hunt or be Hunted,Shorts,Film & Video,USD,2013-05-18,4500.00,2013-04-18 06:00:53,627.00,failed,12,US,627.00,627.00,4500.00 +1063089442,Cycling the Mediterranean with Elizabeth - A Documentary,Documentary,Film & Video,USD,2012-08-08,35000.00,2012-08-01 18:11:37,2585.00,failed,18,US,2585.00,2585.00,35000.00 +1063097986,Base Boss by Reaper Miniatures,Games,Games,USD,2016-09-18,5000.00,2016-08-26 17:00:13,24089.57,successful,597,US,12350.94,24089.57,5000.00 +1063101211,CATHEDRALS – A Short Film to Benefit the Blind,Shorts,Film & Video,USD,2016-09-10,16000.00,2016-08-11 00:15:56,20685.99,successful,150,US,830.00,20685.99,16000.00 +1063108101,SoundScoopZ™,Gadgets,Technology,USD,2015-06-14,12000.00,2015-05-15 01:53:58,14232.00,successful,332,US,14232.00,14232.00,12000.00 +1063109834,Craft Beer Software to Market Brew Releases and Events,Web,Technology,USD,2017-11-26,10000.00,2017-11-01 18:44:20,0.00,failed,0,US,0.00,0.00,10000.00 +1063110745,Help me launch my first book signing tour!,Nonfiction,Publishing,USD,2015-09-07,10000.00,2015-07-09 06:11:43,0.00,failed,0,US,0.00,0.00,10000.00 +1063113876,Elle Fulton Jewelry,Jewelry,Fashion,CAD,2015-07-09,3400.00,2015-06-09 13:33:08,1639.00,failed,18,CA,1315.49,1289.94,2675.90 +1063127498,V.O.I.D. Sacred Warriors. The Side-Scrolling Action RPG Game,Video Games,Games,EUR,2015-08-17,499.00,2015-07-13 22:34:31,163.00,canceled,20,ES,181.89,183.88,562.92 +1063140269,Nova Blitz TCG - Real Time Digital Trading Card Game,Video Games,Games,USD,2015-08-21,40000.00,2015-07-20 17:10:10,51579.00,successful,465,US,51579.00,51579.00,40000.00 +1063143162,Preserving Afro-Caribbean Music: Leonor Dely & Millero Congo,World Music,Music,USD,2015-04-01,7100.00,2015-03-02 18:59:05,7751.00,successful,131,US,7751.00,7751.00,7100.00 +1063144614,ToolKIT - Werkzeug Sharing Plattform,Apps,Technology,EUR,2016-07-14,8000.00,2016-06-04 13:16:48,12.00,failed,3,DE,1.12,13.35,8902.44 +"1063144870,""CLik~Rip """"The amazing snowboard binding conversion"""""",Product Design,Design,USD,2015-03-18,5000.00,2015-02-17 00:37:56,1346.00,failed,23,US,1346.00,1346.00,5000.00" +1063149055,Return to Ivy & Innocence (Canceled),Publishing,Publishing,USD,2015-06-01,50000.00,2015-05-01 16:24:29,2015.00,canceled,6,US,2015.00,2015.00,50000.00 +1063155444,Drive in movies,Film & Video,Film & Video,GBP,2015-02-18,80000.00,2015-01-12 21:55:56,26.00,failed,2,GB,39.42,39.98,123005.01 +"1063158714,""""""Public Safety"""" - A New Original Web Series"",Webseries,Film & Video,USD,2011-01-29,750.00,2010-12-18 23:41:37,872.68,successful,13,US,872.68,872.68,750.00" +1063172139,THEO - A comical book about growing up with a disabilty.,Fiction,Publishing,USD,2012-03-03,3000.00,2012-01-03 17:27:16,0.00,canceled,0,US,0.00,0.00,3000.00 +1063173889,Recording An Album,Hip-Hop,Music,CAD,2014-03-22,400.00,2014-02-20 03:14:04,0.00,failed,0,CA,0.00,0.00,362.38 +106317924,10 Pairs Cats & Dogs,Tabletop Games,Games,SGD,2017-02-24,10000.00,2017-01-25 01:15:35,892.00,failed,20,SG,296.32,635.46,7124.03 +1063186781,The Nephew: a novel,Fiction,Publishing,USD,2012-08-21,2000.00,2012-07-22 01:16:51,5.00,failed,1,US,5.00,5.00,2000.00 +1063198520,Five Minutes To Air - a webseries,Webseries,Film & Video,USD,2013-04-20,800.00,2013-03-21 01:37:38,900.00,successful,11,US,900.00,900.00,800.00 +1063201110,DragonBall SQ (Canceled),Animation,Film & Video,USD,2013-05-20,2000.00,2013-03-21 00:52:52,10.00,canceled,2,US,10.00,10.00,2000.00 +1063207312,The ART of RADIO -,Radio & Podcasts,Publishing,USD,2014-11-14,1000.00,2014-10-15 22:52:05,0.00,failed,0,US,0.00,0.00,1000.00 +1063220763,Hawaii Street Art Graffiti Book: Volume One,Art Books,Publishing,USD,2015-03-17,2300.00,2015-02-15 02:02:07,2425.00,successful,57,US,2425.00,2425.00,2300.00 +1063236121,Evil Heaven (Rinnaeh Vart - volume 1),Young Adult,Publishing,EUR,2017-01-13,550.00,2016-11-14 23:59:22,860.00,successful,22,IT,266.00,916.84,586.35 +1063246825,The Puppet Master - A Very True Story (Canceled),Nonfiction,Publishing,USD,2014-08-24,6000.00,2014-07-25 12:35:05,0.00,canceled,0,US,0.00,0.00,6000.00 +1063249603,The Cool Cube,Gadgets,Technology,EUR,2015-07-13,15000.00,2015-06-13 13:33:14,505.00,failed,4,DE,568.33,549.89,16333.46 +1063253803,A Place for the Unwilling,Video Games,Games,EUR,2016-03-16,20000.00,2016-02-15 09:31:40,22329.60,successful,918,ES,25133.80,25185.65,22558.09 +"1063254576,Archy and Ramzy's American Adventure,Publishing,Publishing,USD,2015-04-19,2000.00,2015-02-18 05:06:31,25.00,undefined,0,""N,0"""""",,25.00,2000.00" +1063256502,Frozen Skies - A Savage Worlds Dieselpunk RPG,Tabletop Games,Games,GBP,2013-08-14,3000.00,2013-07-15 12:57:49,943.00,failed,60,GB,1424.48,1474.31,4690.28 +"1063258108,""ENDTIME, Book 1: A Graphic Novel Printing Project"",Comics,Comics,USD,2012-10-06,4000.00,2012-09-06 03:01:28,5121.00,successful,101,US,5121.00,5121.00,4000.00" +1063259763,Castielle's Debut Album.,Rock,Music,USD,2012-01-08,2000.00,2011-11-28 21:03:04,160.00,failed,2,US,160.00,160.00,2000.00 +106326430,Shivae Shinies! Acrylic Charms,Art,Art,USD,2017-05-16,220.00,2017-05-02 18:23:45,230.00,successful,12,US,200.00,230.00,220.00 +1063273252,Sublime Soccer (Canceled),Crafts,Crafts,GBP,2016-05-30,60000.00,2016-04-30 14:39:20,0.00,canceled,0,GB,0.00,0.00,86593.83 +1063280678,Miss Mia's Masterpiece,Painting,Art,USD,2016-05-04,1000.00,2016-04-19 19:12:07,1.00,failed,1,US,1.00,1.00,1000.00 +"106328882,""Fine Dock for iPhone 5 & iPad mini, Complete Dock for others"",Product Design,Design,USD,2012-11-30,40000.00,2012-10-01 23:14:12,25748.00,failed,325,US,25748.00,25748.00,40000.00" +"1063290186,""El Psicópata, Crónica de un Caso sin Resolver"",Documentary,Film & Video,USD,2017-12-16,10000.00,2017-11-16 20:58:54,195.00,failed,7,US,145.00,195.00,10000.00" +1063316101,Something Wonderful in My Back Yard or SWIMBY: The Musical,Musical,Theater,GBP,2015-12-17,10000.00,2015-11-09 11:30:57,1047.00,failed,32,GB,1575.83,1561.29,14912.02 +1063320541,Stories of the ZEST Awards,Journalism,Journalism,AUD,2014-02-21,2500.00,2014-01-21 23:09:45,26.00,failed,1,AU,22.85,23.32,2242.15 +106332255,ARCANUM playing cards (Canceled),Graphic Design,Design,USD,2014-10-07,5000.00,2014-09-16 10:09:15,1559.00,canceled,54,US,1559.00,1559.00,5000.00 +1063330342,Culinary Cultivation Project and Estrella Lip Balm,Farms,Food,USD,2016-10-26,10000.00,2016-08-27 21:39:33,23.00,failed,3,US,0.00,23.00,10000.00 +1063331348,Publish Stardust!!,Nonfiction,Publishing,GBP,2014-08-16,1500.00,2014-07-17 18:31:15,50.00,failed,1,GB,85.68,82.89,2486.61 +1063331675,Fundamental: simple chocolate for a complex world,Food,Food,USD,2013-08-16,13000.00,2013-07-17 03:31:12,1645.00,failed,41,US,1645.00,1645.00,13000.00 +1063336528,EnduraFit Premium Boxer Briefs - Men's Underwear You'll LOVE,Apparel,Fashion,USD,2015-11-07,2500.00,2015-10-08 00:57:58,3959.00,successful,110,US,3959.00,3959.00,2500.00 +1063336637,IceBlink Engine,Video Games,Games,USD,2012-12-09,500.00,2012-11-17 05:26:20,3094.00,successful,112,US,3094.00,3094.00,500.00 +1063340713,Apollo | Simple & efficient wallet cases for the iPhone,Product Design,Design,USD,2013-11-08,62500.00,2013-10-09 17:59:01,4934.00,failed,93,US,4934.00,4934.00,62500.00 +1063340929,Outback Adventures - an exciting new children's book series,Children's Books,Publishing,AUD,2015-11-06,10000.00,2015-10-07 03:21:28,130.00,failed,2,AU,92.01,92.89,7145.41 +1063341549,Blood Wedding,Theater,Theater,GBP,2015-07-25,2600.00,2015-06-24 14:45:25,785.00,failed,12,GB,1238.14,1222.70,4049.72 +1063347230,Need Capital For Web Development Company,Web,Technology,USD,2014-08-16,300.00,2014-07-29 21:26:11,0.00,failed,0,US,0.00,0.00,300.00 +1063350845,Lamp with emotions,Product Design,Design,CAD,2016-10-22,1000.00,2016-10-13 05:32:17,1312.00,canceled,7,CA,922.00,979.91,746.88 +106335611,Ablaze Jars- Vision Series lids with a magnifying lens!,Product Design,Design,USD,2014-11-04,40000.00,2014-10-05 14:42:25,191.00,failed,8,US,191.00,191.00,40000.00 +1063360012,Bandit's Run (A True Story),Nonfiction,Publishing,USD,2011-09-10,600.00,2011-08-26 04:18:29,135.00,failed,3,US,135.00,135.00,600.00 +1063362960,HeadFonez Hardcopies,Hip-Hop,Music,USD,2015-02-14,100.00,2015-01-31 00:43:55,360.00,successful,8,US,360.00,360.00,100.00 +1063365932,The Man of the Orchestra by The Corréa Sisters,Narrative Film,Film & Video,USD,2014-09-16,2000000.00,2014-08-14 00:33:53,1311.00,failed,9,US,1311.00,1311.00,2000000.00 +"1063368274,""The Black Firefighter, Series I"",Children's Books,Publishing,USD,2017-05-04,1000.00,2017-03-05 22:08:08,10.00,failed,1,US,0.00,10.00,1000.00" +1063381785,Timewhales for CMPS170,Video Games,Games,USD,2012-12-21,1540.00,2012-12-06 22:20:21,589.99,failed,34,US,589.99,589.99,1540.00 +1063390886,Wheelchair Boot,Design,Design,USD,2014-11-09,3800.00,2014-10-15 02:16:06,0.00,failed,0,US,0.00,0.00,3800.00 +1063392611,FreshFaced + WildEye Exhibition- The Photographers Gallery,Sculpture,Art,GBP,2014-06-18,350.00,2014-05-19 16:52:59,0.00,canceled,0,GB,0.00,0.00,596.34 +1063400459,The Winter Wonder - Victorian Christmas Video & E.P.,Music,Music,GBP,2013-11-23,18000.00,2013-11-07 20:30:55,15878.60,failed,136,GB,25546.33,25953.06,29420.42 +1063401363,Oakland: New Urban Eating,Cookbooks,Food,USD,2014-09-25,5000.00,2014-08-26 06:55:07,5141.00,successful,78,US,5141.00,5141.00,5000.00 +1063408604,The Journey of Junior Garcia,Documentary,Film & Video,USD,2016-02-25,23400.00,2016-01-26 04:02:21,345.00,failed,5,US,345.00,345.00,23400.00 +1063412973,PING 1.5+ Localization and Porting,Video Games,Games,USD,2015-05-09,700.00,2015-04-09 02:00:18,206.00,failed,11,US,206.00,206.00,700.00 +1063415710,Boy of the Wild,Narrative Film,Film & Video,USD,2016-08-25,8900.00,2016-07-26 02:50:02,1.00,failed,1,US,0.00,1.00,8900.00 +1063417003,Photo-folk,Places,Photography,EUR,2016-03-17,2600.00,2016-02-16 22:01:41,26.00,failed,2,IT,29.16,29.33,2932.55 +1063428415,Praying for a Miracle,Crafts,Crafts,USD,2013-07-27,28.00,2013-06-27 16:34:19,36.00,successful,15,US,36.00,36.00,28.00 +"1063438383,Starting 11 Magazine,Publishing,Publishing,USD,2016-01-07,1700.00,2015-12-08 23:12:42,0.00,undefined,0,""N,0"""""",,0.00,1700.00" +106344529,Shop Talk,Webseries,Film & Video,USD,2016-06-05,3000.00,2016-05-06 20:50:24,0.00,failed,0,US,0.00,0.00,3000.00 +106344690,Nayokenza's first tour,World Music,Music,USD,2012-03-01,4000.00,2012-01-12 19:56:16,5.00,failed,1,US,5.00,5.00,4000.00 +1063447670,University First Year Film - Not My Bag,Thrillers,Film & Video,GBP,2015-12-02,40.00,2015-11-10 21:41:26,102.00,successful,8,GB,153.72,154.42,60.56 +1063453408,Evil Guardian Angel- short,Shorts,Film & Video,USD,2011-04-21,1500.00,2011-03-21 19:56:21,1.00,failed,1,US,1.00,1.00,1500.00 +1063456720,FREE TO BE ME!!!,Nonfiction,Publishing,USD,2012-03-15,8500.00,2012-02-04 19:14:34,50.00,failed,1,US,50.00,50.00,8500.00 +106345785,Kickstarter Make 100: A Country Divine (Dispatch 1),Art,Art,USD,2017-02-04,2250.00,2017-01-05 15:03:36,2355.00,successful,56,US,10.00,2355.00,2250.00 +10634605,Everette Hartsoe's BADGIRL SKETCHBOOK vol.5,Comic Books,Comics,USD,2016-11-30,299.00,2016-11-16 00:49:22,161.00,canceled,8,US,0.00,161.00,299.00 +106346321,Extrospection Magazine,Periodicals,Publishing,USD,2014-05-04,11000.00,2014-04-05 01:47:02,0.00,failed,0,US,0.00,0.00,11000.00 +106346528,Custom Pretzels,Food,Food,USD,2015-05-29,5000.00,2015-04-29 20:09:41,0.00,failed,0,US,0.00,0.00,5000.00 +1063480135,Everything Zen: Depraved Journeys in Search of Inner Peace,Nonfiction,Publishing,USD,2017-11-22,6000.00,2017-10-23 21:51:41,239.00,failed,6,US,0.00,239.00,6000.00 +1063480495,Our Favorite Song (Moons) ~ Music Video,Hip-Hop,Music,USD,2015-04-30,500.00,2015-03-01 05:41:00,1.00,failed,1,US,1.00,1.00,500.00 +1063480916,The Magi and The Sleeping Star,Video Games,Games,USD,2013-11-29,200000.00,2013-10-30 04:18:36,5835.00,failed,128,US,5835.00,5835.00,200000.00 +1063483945,Luxurious & Elegant Silk Sleepwear for Women.,Apparel,Fashion,EUR,2016-06-22,6000.00,2016-05-03 11:11:07,2.00,failed,2,FR,2.29,2.21,6639.59 +106348536,Swagrabbit Shirt,Fashion,Fashion,USD,2013-07-22,1000.00,2013-06-07 00:39:55,21.00,failed,2,US,21.00,21.00,1000.00 +1063494628,Illustrated joke book,Comics,Comics,NOK,2016-04-06,100000.00,2016-03-07 11:16:26,0.00,failed,0,NO,0.00,0.00,12064.76 +1063498846,Insult Your Friends,Tabletop Games,Games,USD,2016-11-07,11000.00,2016-10-05 00:44:38,4610.69,canceled,168,US,3628.69,4610.69,11000.00 +1063504299,OKLIM,Comedy,Film & Video,EUR,2017-05-14,9000.00,2017-04-04 11:16:34,9067.00,successful,70,IT,106.79,10136.05,10061.15 +1063504588,BUGGED Screen Printed Posters,Illustration,Art,USD,2017-05-14,2000.00,2017-04-14 15:35:03,1470.00,failed,21,US,25.00,1470.00,2000.00 +1063510897,Cube Ghouls The Movie - Feed The Zombie,Shorts,Film & Video,USD,2010-07-25,5000.00,2010-06-10 00:38:33,365.00,failed,11,US,365.00,365.00,5000.00 +1063516016,RSVP- Let Plays and News,Video Games,Games,USD,2014-09-20,5000.00,2014-07-22 01:55:13,5.00,failed,1,US,5.00,5.00,5000.00 +1063517276,the angel collections,Nonfiction,Publishing,USD,2012-01-06,5000.00,2011-12-07 22:31:16,0.00,failed,0,US,0.00,0.00,5000.00 +1063518195,Fly Killer ELITE!,Video Games,Games,USD,2012-04-25,3300.00,2012-03-26 05:44:08,3342.00,successful,79,US,3342.00,3342.00,3300.00 +1063520340,The Book of Life,Academic,Publishing,AUD,2015-09-12,4000.00,2015-08-23 10:36:33,0.00,failed,0,AU,0.00,0.00,2907.61 +1063525614,Folk Is A Great Font. Let’s Complete It!,Typography,Design,USD,2011-11-19,3000.00,2011-10-17 15:21:12,3054.00,successful,64,US,3054.00,3054.00,3000.00 +1063526323,The Impossible Tour - San Francisco,Rock,Music,USD,2011-09-06,1000.00,2011-08-07 21:10:17,1170.01,successful,46,US,1170.01,1170.01,1000.00 +1063527172,Help Eric & Anxiety Put Out A Record,Rock,Music,USD,2012-06-15,3000.00,2012-05-16 14:53:28,3016.00,successful,51,US,3016.00,3016.00,3000.00 +106354256,Astronomy On The Road,Technology,Technology,USD,2011-05-05,8000.00,2011-04-03 05:26:05,8076.00,successful,63,US,8076.00,8076.00,8000.00 +1063565534,News.Sport.Weather iOS application,Technology,Technology,GBP,2013-09-27,7000.00,2013-08-28 22:30:31,22.00,failed,4,GB,34.25,35.45,11280.86 +1063569998,J. Irvin Dally: Tour 2012,Rock,Music,USD,2012-03-07,1000.00,2012-02-06 07:16:28,1020.00,successful,21,US,1020.00,1020.00,1000.00 +1063579056,Maelstrom - Thunderous Fantasy Naval Combat!,Video Games,Games,USD,2017-09-11,75000.00,2017-08-15 13:59:43,19568.00,canceled,211,US,440.00,19568.00,75000.00 +"106357999,New Music for the Magnetic Resonator Piano,Music,Music,USD,2015-04-19,3000.00,2015-03-24 20:15:37,3020.00,undefined,0,""N,0"""""",,3020.00,3000.00" +1063581031,The Mapping of Countries Yet to Come,Mixed Media,Art,USD,2011-10-17,2500.00,2011-08-18 21:50:55,490.50,failed,17,US,490.50,490.50,2500.00 +1063585514,TiBiner™: Ultimate Titanium Carabiner For Everyday Carry EDC,Design,Design,GBP,2015-01-07,4900.00,2014-12-09 11:59:04,33113.00,successful,498,GB,51626.53,50156.01,7421.99 +1063587792,On Our Way to a Proper Studio,Crafts,Crafts,USD,2016-07-15,2500.00,2016-06-13 19:29:02,590.00,failed,12,US,590.00,590.00,2500.00 +1063590968,Bhopal 84 - Production Completion & 30th Anniversary Shoot,Documentary,Film & Video,USD,2014-11-15,30000.00,2014-10-15 18:10:05,526.00,canceled,12,US,526.00,526.00,30000.00 +106359630,Panayides Group Recording 2nd Album,Jazz,Music,USD,2014-06-23,5000.00,2014-05-18 19:40:24,5020.00,successful,49,US,5020.00,5020.00,5000.00 +106360584,Major and the Monbacks Record Their Debut Full Length Album,Music,Music,USD,2015-02-07,8000.00,2015-01-08 17:52:33,11100.00,successful,142,US,11100.00,11100.00,8000.00 +"1063622678,""Scholb Premium Ales in Torrance, California"",Drinks,Food,USD,2015-09-14,10500.00,2015-08-15 22:26:09,14290.00,successful,122,US,14290.00,14290.00,10500.00" +1063624499,SPLIT Wallet - Push and see your cards appear in cascade.,Product Design,Design,EUR,2017-09-24,1000.00,2017-08-22 19:26:08,1647.00,successful,71,FR,1177.85,1944.44,1180.60 +1063630377,Skip Intro,Shorts,Film & Video,EUR,2017-12-29,500.00,2017-11-29 06:01:20,429.00,failed,26,FR,38.09,514.50,599.65 +1063632800,Help A LouSir Make His First Album,Hip-Hop,Music,USD,2014-11-15,3000.00,2014-10-16 21:41:20,110.00,failed,2,US,110.00,110.00,3000.00 +1063634420,Call Me,Television,Film & Video,USD,2014-08-31,25000.00,2014-07-22 03:04:12,0.00,failed,0,US,0.00,0.00,25000.00 +1063639880,Drone Collector and Drone Hunter Custom Die-Cut Decals,Graphic Design,Design,USD,2015-07-26,2015.00,2015-06-26 03:21:50,183.00,failed,7,US,183.00,183.00,2015.00 +1063654315,Bad News Pairs,Shorts,Film & Video,USD,2016-12-01,3000.00,2016-11-01 20:27:07,26.00,failed,2,US,25.00,26.00,3000.00 +"1063655388,""Passions Automobiles - Photos, tirages d'art - Art Pictures"",Photography,Photography,EUR,2015-10-08,6500.00,2015-09-18 12:12:00,60.00,failed,1,FR,67.85,68.17,7385.27" +1063659243,Lilac Cat Fashions: Handmade & Vintage Apparel,Apparel,Fashion,USD,2016-12-16,1200.00,2016-11-16 18:16:35,1400.00,successful,19,US,0.00,1400.00,1200.00 +106366909,GhostBook,Art,Art,USD,2013-03-06,3500.00,2013-02-04 22:34:27,30009.89,successful,629,US,30009.89,30009.89,3500.00 +1063672783,Brite Winter Festival 2011,Digital Art,Art,USD,2011-02-20,1000.00,2011-01-13 02:01:44,1199.00,successful,33,US,1199.00,1199.00,1000.00 +1063673261,Savannah Comic Con,Comics,Comics,USD,2017-11-16,5000.00,2017-10-05 15:31:00,17249.15,successful,244,US,2087.00,17249.15,5000.00 +1063677135,RawDaddy: The First Restaurant,Food,Food,USD,2012-11-12,175000.00,2012-10-05 22:06:55,7581.00,failed,76,US,7581.00,7581.00,175000.00 +1063677825,remote control ceiling light,Technology,Technology,AUD,2014-12-11,8000.00,2014-11-11 03:03:54,10.00,failed,1,AU,8.63,8.27,6615.40 +1063683598,Help my wife start an art business,Art,Art,USD,2015-02-28,5000.00,2015-01-29 18:08:35,1.00,failed,1,US,1.00,1.00,5000.00 +1063684463,La ludothèque des Baronnies et notre Fête Mondiale du Jeu,Live Games,Games,EUR,2017-05-03,800.00,2017-03-19 12:55:11,845.00,successful,41,FR,59.11,926.20,876.88 +"1063688877,""""""Dream a Little, Be BIG"""" Web Videos"",Webseries,Film & Video,AUD,2014-05-31,1000.00,2014-05-01 04:42:34,1000.00,successful,20,AU,924.14,933.53,933.53" +1063702296,Denim Matriarch's New Album,Music,Music,USD,2014-07-03,500.00,2014-06-03 20:50:01,535.00,successful,20,US,535.00,535.00,500.00 +1063712532,COCOA HERNANDO CHOCOLATE BOXES,Food,Food,GBP,2015-06-17,5000.00,2015-05-18 08:45:39,5652.00,successful,54,GB,8888.75,8951.82,7919.16 +1063714024,DIY Skatepark in Potsdam,Architecture,Design,EUR,2015-12-02,4500.00,2015-11-02 22:15:13,418.00,failed,15,DE,460.07,455.71,4905.92 +1063717721,TORGHUMOR - Charter,Comedy,Film & Video,SEK,2016-07-08,25000.00,2016-06-08 15:39:07,37657.00,successful,212,SE,4594.53,4402.63,2922.85 +1063718860,The World in Macro,Photography,Photography,USD,2011-10-23,123.00,2011-09-23 05:59:46,73.00,failed,4,US,73.00,73.00,123.00 +1063720036,Un P'tit 20 pour Grande Rivière (Canceled),Music,Music,CAD,2014-03-31,20000.00,2014-03-10 12:33:46,627.00,canceled,22,CA,565.52,568.86,18145.53 +"1063739394,""Down in the Hollar Corn maze, Pumpkin patch, and haunt!!!!"",Live Games,Games,USD,2016-03-20,50000.00,2016-02-19 20:58:40,1.00,failed,1,US,1.00,1.00,50000.00" +1063741479,Vassily Primakov records Rachmaninoff,Classical Music,Music,USD,2011-04-28,3000.00,2011-03-28 18:22:45,3745.00,successful,9,US,3745.00,3745.00,3000.00 +"1063745647,""""""carry coaster"""" the beverage coaster that goes were you go.!"",Product Design,Design,USD,2015-02-20,60000.00,2015-01-16 20:21:22,1.00,failed,1,US,1.00,1.00,60000.00" +1063747014,Indie film starring San Antonio's top comedians! (Canceled),Shorts,Film & Video,USD,2011-04-23,5000.00,2011-01-23 05:09:41,2345.00,canceled,13,US,2345.00,2345.00,5000.00 +1063747537,A novel Titled The Games We Play,Fiction,Publishing,USD,2016-01-17,7000.00,2015-12-18 06:36:37,0.00,failed,0,US,0.00,0.00,7000.00 +1063748243,Perceptions - a 16mm Film Experience,Shorts,Film & Video,USD,2011-02-27,5000.00,2011-01-28 02:19:58,1390.00,failed,16,US,1390.00,1390.00,5000.00 +1063755141,Watch-Africa,Film & Video,Film & Video,GBP,2014-07-14,500.00,2014-07-03 02:30:47,531.00,successful,20,GB,908.33,907.30,854.34 +106376403,Driven Diva Planner,Publishing,Publishing,USD,2017-12-21,15000.00,2017-12-07 04:21:11,60.00,failed,2,US,50.00,60.00,15000.00 +"1063764231,""Ultimate Cup. Parties, Tailgates, Beer Pong and other games"",Design,Design,USD,2014-11-26,30000.00,2014-10-27 01:13:25,117.00,canceled,7,US,117.00,117.00,30000.00" +1063778724,ZAQ Sky,Technology,Technology,USD,2017-09-20,30000.00,2017-08-21 17:44:59,3024.00,failed,67,US,4583.00,3024.00,30000.00 +1063784359,The Blazing Saddle Project,Documentary,Film & Video,USD,2014-01-19,30000.00,2013-12-05 01:42:49,70.00,failed,3,US,70.00,70.00,30000.00 +"1063789197,""Soul Embraced """"Mythos"""" cd"",Rock,Music,USD,2012-01-08,3000.00,2011-12-13 01:57:12,4085.00,successful,107,US,4085.00,4085.00,3000.00" +1063790237,Xavier Swim,Apparel,Fashion,AUD,2016-01-19,15000.00,2015-12-10 23:37:01,646.00,failed,18,AU,466.28,453.97,10541.11 +1063795468,Keys to the World -Season 1,Television,Film & Video,USD,2014-10-01,52000.00,2014-08-27 17:08:31,2712.00,failed,32,US,2712.00,2712.00,52000.00 +1063795985,Take Tarantula Records to the Next Level!,Music,Music,USD,2011-02-10,500.00,2011-01-11 08:14:54,0.00,failed,0,US,0.00,0.00,500.00 +106379805,Native Shout: Take Back Your Music!,Music,Music,USD,2009-11-07,6000.00,2009-08-09 20:53:15,345.00,failed,7,US,345.00,345.00,6000.00 +1063803787,Fund Fundamental: Debut Album Development & Future Projects,Jazz,Music,USD,2012-03-02,3000.00,2012-02-01 17:56:23,3720.00,successful,32,US,3720.00,3720.00,3000.00 +1063807631,FREE PUB TRIVIA to your favorite bar from Pub Trivia Nerds,Games,Games,USD,2013-08-30,3500.00,2013-07-01 20:36:46,2.00,canceled,1,US,2.00,2.00,3500.00 +1063815037,CHRISTMAS SLAY (Horror feature film) NO cgi gore,Film & Video,Film & Video,GBP,2013-06-02,7000.00,2013-04-18 07:37:17,7332.00,successful,101,GB,11261.15,11420.38,10903.26 +1063817141,Bake My Day,Food,Food,USD,2012-01-14,50000.00,2011-11-15 01:42:55,67.00,failed,7,US,67.00,67.00,50000.00 +1063827569,Cowboy RPG,Young Adult,Publishing,USD,2014-08-30,1000000.00,2014-07-31 22:04:24,10.00,failed,1,US,10.00,10.00,1000000.00 +1063831694,Vintage Snowflake Art,Conceptual Art,Art,USD,2013-08-28,325.00,2013-07-29 15:19:18,746.00,successful,18,US,746.00,746.00,325.00 +1063838931,Compassion Gallery: A Fine Art Photography Project,Fine Art,Photography,CAD,2016-11-22,45000.00,2016-10-13 04:25:03,46773.00,successful,118,CA,303.04,34669.78,33355.57 +1063848716,Lionstar International Tour 2015 (Canceled),World Music,Music,GBP,2015-02-02,50000.00,2015-01-03 19:55:42,0.00,canceled,0,GB,0.00,0.00,76589.62 +1063855295,Scratch Resistant Ceramic Cookware,Product Design,Design,CAD,2015-11-12,10000.00,2015-10-28 16:58:45,0.00,failed,0,CA,0.00,0.00,7515.97 +"1063860597,""""""Journey,"""" a CD"",Jazz,Music,USD,2012-04-01,2000.00,2012-02-16 04:49:27,2005.00,successful,50,US,2005.00,2005.00,2000.00" +1063863715,Chicas (Girls),Documentary,Film & Video,USD,2012-06-25,6000.00,2012-05-26 10:59:59,8225.00,successful,48,US,8225.00,8225.00,6000.00 +106386813,Red Lotus,Shorts,Film & Video,USD,2015-06-22,10000.00,2015-05-23 00:08:49,10750.00,successful,47,US,10750.00,10750.00,10000.00 +106387527,Making Music,Music,Music,GBP,2015-06-12,220.00,2015-05-13 14:04:57,116.00,failed,7,GB,180.69,179.64,340.70 +1063879515,Commando Brando: 80's Baby. 90's Kid. 2000's Psycho.,Comics,Comics,USD,2015-09-15,15000.00,2015-08-11 04:25:41,2.00,canceled,2,US,2.00,2.00,15000.00 +1063888472,Say Yes to The Tank!,Spaces,Theater,USD,2017-12-23,50000.00,2017-11-21 03:09:49,52737.00,successful,418,US,6750.00,52737.00,50000.00 +106389042,Forgotten Notions,Shorts,Film & Video,USD,2013-11-16,2700.00,2013-11-02 20:30:24,2716.00,successful,28,US,2716.00,2716.00,2700.00 +1063890966,The SPIRIT of Harry Karry,Comics,Comics,USD,2011-09-16,17500.00,2011-07-24 22:37:29,1290.00,failed,7,US,1290.00,1290.00,17500.00 +1063918550,In Search of....,Art,Art,USD,2013-12-06,5000.00,2013-11-06 23:28:04,630.00,failed,18,US,630.00,630.00,5000.00 +1063935778,''food4everyone'' broadcasting on-line! Cooking together.,Food,Food,GBP,2014-09-26,7000.00,2014-08-17 01:10:31,3.00,canceled,1,GB,5.01,4.89,11415.90 +1063936613,BOUFFANT BOUFFANT Fall/Winter 2012,Fashion,Fashion,USD,2012-10-18,1700.00,2012-09-18 18:04:09,2010.00,successful,35,US,2010.00,2010.00,1700.00 +1063938468,STIMULUS - Mariah Baker's Senior Honors Thesis Concert,Performances,Dance,USD,2017-03-28,1200.00,2017-02-23 21:41:55,1425.00,successful,15,US,110.00,1425.00,1200.00 +1063941390,The Atrocity Exhibition - 777 - The Witching Hour,Theater,Theater,USD,2015-03-30,1500.00,2015-01-29 07:51:37,1836.00,successful,40,US,1836.00,1836.00,1500.00 +1063942955,Starlight Vega - Visual Novel,Video Games,Games,USD,2015-05-22,3550.00,2015-04-21 22:45:23,22264.00,successful,988,US,22264.00,22264.00,3550.00 +1063947216,The Cosplay Studio Project,Photography,Photography,USD,2013-06-22,800.00,2013-05-31 22:09:00,1900.00,successful,60,US,1900.00,1900.00,800.00 +1063950127,Gamer Wars: Console Vs PC,Documentary,Film & Video,USD,2015-05-15,75000.00,2015-04-15 07:16:16,21.00,failed,2,US,21.00,21.00,75000.00 +1063956401,PAGE TURNER: Asian American Literary Festival (2011),Publishing,Publishing,USD,2011-10-30,5000.00,2011-10-05 23:29:14,13262.00,successful,107,US,13262.00,13262.00,5000.00 +"1063958188,""UNSEEN PORTRAITS OF MGM (Garbo,Horne,Taylor)"",Theater,Theater,USD,2011-09-10,1500.00,2011-08-12 18:25:47,2495.00,successful,24,US,2495.00,2495.00,1500.00" +1063967559,DANCING FRAME,Conceptual Art,Art,AUD,2017-10-18,20000.00,2017-09-08 10:53:56,711.00,failed,5,AU,351.47,558.13,15699.82 +1063984474,T Key,Fashion,Fashion,GBP,2017-06-02,5000.00,2017-05-03 12:09:39,1.00,failed,1,GB,0.00,1.29,6426.74 +1063987799,Let's make beautiful music together!,Music,Music,USD,2010-10-12,6000.00,2010-09-02 00:10:05,6645.00,successful,77,US,6645.00,6645.00,6000.00 +1063994956,A mother and child's perspective,Photobooks,Photography,USD,2017-02-09,1500.00,2017-01-10 03:58:56,380.00,failed,12,US,25.00,380.00,1500.00 +"1063997293,""Help Fund Foray, A Place For Essays on Adulthood"",Web,Journalism,USD,2016-01-28,600.00,2015-12-29 20:09:14,310.00,failed,12,US,310.00,310.00,600.00" +1064005677,Help fund our 3rd EP!,Rock,Music,USD,2014-08-15,2000.00,2014-06-16 15:52:03,2550.00,successful,20,US,2550.00,2550.00,2000.00 +"1064008922,""Transgender singer Tokyo Black-""""Steal The Night"""" MUSIC VIDEO"",Music,Music,USD,2012-05-25,3000.00,2012-04-25 22:57:54,180.00,failed,4,US,180.00,180.00,3000.00" +1064014949,Pizza franchise startup,Food,Food,USD,2015-07-07,100000.00,2015-05-28 03:27:21,200.00,failed,2,US,200.00,200.00,100000.00 +1064022168,VESTIGE,Film & Video,Film & Video,USD,2014-01-26,56000.00,2013-12-24 14:34:07,10.00,failed,1,US,10.00,10.00,56000.00 +1064025248,TRIBUTE TO ECUADORIAN TRADITIONAL CLASSIC MUSIC & DANCE 2O15,Latin,Music,USD,2015-08-09,30000.00,2015-06-11 08:20:13,0.00,failed,0,US,0.00,0.00,30000.00 +1064028761,TravelCare Mexico - The Secure Travel Solution in Mexico,Apps,Technology,USD,2016-06-02,75000.00,2016-04-18 17:52:04,3405.00,canceled,20,US,3405.00,3405.00,75000.00 +"1064033919,""Wake up the """"ez"""" way!"",Apps,Technology,CAD,2017-09-22,300.00,2017-08-23 13:02:55,300.00,successful,4,CA,0.00,244.52,244.52" +1064037381,They Call Me Merlin Sherlock,Fiction,Publishing,USD,2014-01-01,1000.00,2013-12-04 13:49:56,1009.00,successful,13,US,1009.00,1009.00,1000.00 +1064043380,F.I.T. Fitness Trainer,Live Games,Games,USD,2017-09-10,50000.00,2017-07-12 16:49:05,990.00,failed,4,US,0.00,990.00,50000.00 +"1064051297,""flyy, female & fabulous Magazine"",Periodicals,Publishing,USD,2012-11-24,500.00,2012-10-25 20:20:17,56.00,failed,4,US,56.00,56.00,500.00" +106405992,akasha art jewelry,Jewelry,Fashion,EUR,2017-06-28,18000.00,2017-05-29 16:12:06,588.00,failed,9,IT,173.30,671.03,20541.61 +"1064060224,""Relax, a short film"",Drama,Film & Video,USD,2017-05-27,1500.00,2017-05-10 01:41:31,1956.00,successful,32,US,300.00,1956.00,1500.00" +1064062178,Mama's Blue Kickstarter - Mama's Blue Dress' First CD!,Country & Folk,Music,USD,2012-08-05,3000.00,2012-06-13 23:34:17,3550.00,successful,48,US,3550.00,3550.00,3000.00 +1064076036,FeZZee- Awesome Apps for the fans of Music Festivals,Software,Technology,USD,2013-10-10,80000.00,2013-09-10 16:30:46,1040.00,canceled,18,US,1040.00,1040.00,80000.00 +106408053,Soda Tooth Presents SMart Box: Art Education for Kids!,Painting,Art,USD,2011-02-05,3657.00,2011-01-06 20:51:12,3782.00,successful,79,US,3782.00,3782.00,3657.00 +"106408226,""""""When The Rain Starts Falling"""" - a documentary about homeless orphans in Haiti"",Documentary,Film & Video,USD,2010-06-17,4000.00,2010-05-10 23:20:11,4880.00,successful,36,US,4880.00,4880.00,4000.00" +106408845,Pak Straps,Product Design,Design,USD,2017-11-24,3500.00,2017-10-25 14:06:56,1034.00,failed,24,US,756.00,1034.00,3500.00 +1064091759,Reminiscing the Fashion Future with JW. Posche Fashions,Ready-to-wear,Fashion,USD,2018-01-30,3500.00,2017-12-01 09:41:31,15.00,live,2,US,10.00,15.00,3500.00 +1064107062,Palki: A Cinematic Stage Drama,Plays,Theater,USD,2017-07-22,3500.00,2017-07-06 04:54:53,275.00,failed,7,US,0.00,275.00,3500.00 +1064110935,TITAN rings (Canceled),Jewelry,Fashion,EUR,2015-07-31,500.00,2015-07-01 20:38:43,5223.00,canceled,160,ES,5845.40,5728.04,548.35 +1064111219,Equipment for Seasonal Sessions in Community,People,Photography,USD,2014-11-28,5000.00,2014-10-29 07:38:23,0.00,failed,0,US,0.00,0.00,5000.00 +"1064117283,""Sausalito CA, Sea Lion Sculptor Al Sybrian Art Legacy Book"",Art Books,Publishing,USD,2011-09-02,20000.00,2011-08-03 02:37:15,0.00,failed,0,US,0.00,0.00,20000.00" +1064118203,Yo Soy Perù,Photography,Photography,EUR,2016-03-30,10000.00,2016-02-29 17:32:55,2.00,failed,2,IT,2.19,2.29,11431.97 +1064123865,54 Floral Clothing ALL OVER PRINT (Canceled),Apparel,Fashion,GBP,2014-12-01,250.00,2014-10-29 19:04:30,10.00,canceled,2,GB,16.13,15.69,392.14 +1064127689,Courage to Conquer Web Series,Webseries,Film & Video,USD,2017-02-02,15000.00,2016-12-30 07:44:38,0.00,failed,0,US,100.00,0.00,15000.00 +1064144761,PROP PAD Cover Your Prop!,Design,Design,USD,2016-05-06,100000.00,2016-04-06 17:08:40,104.00,failed,5,US,104.00,104.00,100000.00 +1064151838,'Window' By Ron Elisha,Plays,Theater,GBP,2017-08-04,1500.00,2017-07-05 12:48:50,1528.71,successful,48,GB,132.06,2009.61,1971.87 +1064152333,butt wasted. the party game for party people.,Tabletop Games,Games,USD,2017-06-17,20000.00,2017-04-18 15:05:27,25546.00,successful,217,US,340.00,25546.00,20000.00 +1064157648,WASDIO™ - The PC Game Controller for Action Games.,Video Games,Games,USD,2013-01-01,175000.00,2012-11-15 07:01:10,39284.70,failed,446,US,39284.70,39284.70,175000.00 +1064158897,Surfacing the Unheard: Venezuela,Art,Art,USD,2011-11-25,2000.00,2011-10-16 21:49:00,550.02,failed,24,US,550.02,550.02,2000.00 +1064159375,Carpe Diem Records Jonathan Leshnoff String Quartets,Classical Music,Music,USD,2016-02-04,8000.00,2015-12-06 19:11:35,8781.00,successful,50,US,8781.00,8781.00,8000.00 +1064172663,Carnival Funfair 2013 Calendar,Graphic Design,Design,USD,2012-11-16,3500.00,2012-10-17 22:41:13,56.00,failed,4,US,56.00,56.00,3500.00 +"1064176271,""Tom Killackey's 19% (Tax Free, Revenue Rich) Revolution!"",Nonfiction,Publishing,USD,2016-06-30,38000.00,2016-05-01 16:05:56,1.00,failed,1,US,1.00,1.00,38000.00" +1064176299,The Steel Wheels Show,Public Art,Art,USD,2013-09-30,3500.00,2013-08-01 00:38:06,3506.00,successful,10,US,3506.00,3506.00,3500.00 +1064178366,Build That Wall,Installations,Art,USD,2016-12-11,5525.00,2016-11-11 15:06:40,95.00,suspended,5,US,0.00,95.00,5525.00 +"106418161,""little yam, your little one's natural cooking adventure"",Cookbooks,Food,GBP,2017-08-01,60000.00,2017-06-20 10:06:59,1306.00,failed,19,GB,785.76,1716.84,78874.72" +"1064185378,""Flare Pro - Next Gen Light for Cycling, Hiking, and Running"",Product Design,Design,USD,2016-12-20,15000.00,2016-11-14 09:01:14,110761.00,successful,860,US,7042.00,110761.00,15000.00" +"1064194060,""So Much American Cheese: A 12"""" Record w/ so many Cameos"",Performance Art,Art,USD,2013-04-02,5500.00,2013-03-09 18:57:20,5531.32,successful,137,US,5531.32,5531.32,5500.00" +"1064194826,""An """"every man's"""" guide to the NFL"",Web,Journalism,USD,2014-08-31,30000.00,2014-08-17 22:12:35,0.00,failed,0,US,0.00,0.00,30000.00" +"1064200814,""STEVERA Belt, Fashion AND Comfort, low profile, metal-free"",Accessories,Fashion,USD,2016-05-11,7500.00,2016-04-11 18:56:59,1554.00,failed,34,US,1554.00,1554.00,7500.00" +1064202355,Toilet Bowl Love Tour 2011 (Canceled),Theater,Theater,USD,2011-05-23,5000.00,2011-04-01 05:15:27,590.00,canceled,13,US,590.00,590.00,5000.00 +1064203039,Chubby Pig's Big Barn Party,Children's Books,Publishing,USD,2012-11-03,11000.00,2012-09-19 04:18:18,0.00,failed,0,US,0.00,0.00,11000.00 +1064211323,An Observatory For Everyone,Photography,Photography,AUD,2014-08-15,525000.00,2014-06-16 14:11:17,7130.00,failed,23,AU,6703.77,6646.16,489373.60 +1064215641,Shadow Haunter enamel pin,Jewelry,Fashion,USD,2016-10-01,200.00,2016-09-24 01:29:11,78.00,failed,6,US,80.00,78.00,200.00 +"1064220172,""""""Life Starts Tomorrow"""""",Shorts,Film & Video,USD,2013-05-23,4000.00,2013-04-23 20:37:42,4021.00,successful,42,US,4021.00,4021.00,4000.00" +106422548,Bear Hunt,Drama,Film & Video,GBP,2017-04-10,1700.00,2017-03-11 21:30:49,1700.00,successful,26,GB,103.34,2131.96,2131.96 +106424316,CJ Armenta's Horror Series 2014,Fine Art,Photography,USD,2014-09-12,300.00,2014-09-05 19:09:36,1025.00,successful,15,US,1025.00,1025.00,300.00 +1064254540,Martin Monsterman- Graphic Novel,Comics,Comics,USD,2012-11-04,7000.00,2012-10-05 20:43:56,12011.00,successful,279,US,12011.00,12011.00,7000.00 +1064258690,Melissa Erin's Pursuit of Photographic Happiness,Photography,Photography,USD,2011-11-24,2245.00,2011-10-23 19:58:20,2395.00,successful,24,US,2395.00,2395.00,2245.00 +1064261982,Warning! Life Ahead,Nonfiction,Publishing,USD,2016-01-16,10000.00,2015-12-17 21:38:51,66.00,failed,2,US,66.00,66.00,10000.00 +1064263140,shop with pride,Product Design,Design,USD,2015-07-20,5000.00,2015-07-06 22:29:31,0.00,failed,0,US,0.00,0.00,5000.00 +"1064265976,""Essential NOLAS - Essential Oil, Organic, Vegan Products"",Candles,Crafts,USD,2016-05-07,7500.00,2016-04-01 23:52:21,0.00,canceled,0,US,0.00,0.00,7500.00" +1064276099,The Evolution (Canceled),Hip-Hop,Music,USD,2015-04-18,2000.00,2015-03-19 20:44:14,0.00,canceled,0,US,0.00,0.00,2000.00 +1064279969,Hull Breach!: Corporate Wars,Tabletop Games,Games,USD,2013-03-18,25000.00,2013-02-01 03:41:48,28344.17,successful,340,US,28344.17,28344.17,25000.00 +1064284191,Morrison Boomer recording 4th Studio Album,Music,Music,USD,2011-07-17,5000.00,2011-06-17 07:40:34,5435.85,successful,42,US,5435.85,5435.85,5000.00 +1064290496,Duty Free: A Documentary Film,Documentary,Film & Video,USD,2017-06-01,50000.00,2017-05-01 13:50:11,57823.13,successful,603,US,12199.00,57823.13,50000.00 +"1064292750,""Jupi's - Debut Album: """"IANO"""""",Music,Music,USD,2014-05-01,30000.00,2014-03-25 18:27:45,0.00,failed,0,US,0.00,0.00,30000.00" +1064299278,GENETIKA : Graphic Novel,Comics,Comics,USD,2012-12-02,5775.00,2012-11-02 01:36:37,7048.00,successful,135,US,7048.00,7048.00,5775.00 +1064299903,Rubber Duck - Short Youth Comedy Film,Film & Video,Film & Video,GBP,2014-02-02,500.00,2014-01-08 23:11:46,713.00,successful,27,GB,1169.12,1164.10,816.34 +1064306327,Kickstart Ryan Humbert's New Album! New Music!,Country & Folk,Music,USD,2011-03-16,10000.00,2011-02-04 07:22:50,10383.99,successful,125,US,10383.99,10383.99,10000.00 +1064311918,CROOKED and Other Oddities from Broken Eye Books,Fiction,Publishing,USD,2013-09-05,10000.00,2013-08-06 21:03:43,12005.00,successful,202,US,12005.00,12005.00,10000.00 +"1064315667,""Lockdown: A Zombie Ebook, Video, Photography and Art Project"",Fiction,Publishing,GBP,2013-05-06,1500.00,2013-04-06 18:20:03,160.00,failed,7,GB,243.65,246.13,2307.48" +1064321006,The Coven of the Trees,Fiction,Publishing,USD,2014-08-20,1000.00,2014-07-25 01:14:39,15.00,failed,2,US,15.00,15.00,1000.00 +1064323743,Voice in Motion,Documentary,Film & Video,CAD,2016-02-26,5000.00,2016-01-27 20:03:29,321.00,failed,7,CA,225.16,236.97,3691.13 +1064327549,Clonebay,Games,Games,USD,2015-04-02,3250.00,2015-03-17 22:18:22,0.00,failed,0,US,0.00,0.00,3250.00 +1064329414,Sona Circle - A Networking and Recruitment App for Refugees,Apps,Technology,GBP,2018-01-16,10000.00,2017-12-17 17:03:06,700.00,live,6,GB,666.18,954.78,13639.77 +"1064336917,""Image Retouching, Restoring, Design and Photography"",Photography,Photography,GBP,2015-10-28,8000.00,2015-10-06 23:55:54,0.00,failed,0,GB,0.00,0.00,12271.82" +1064348186,Newstock,Web,Journalism,EUR,2016-03-31,50000.00,2016-03-01 16:54:16,2.00,failed,2,IT,2.18,2.29,57159.84 +1064350231,bacon more bacon,Bacon,Food,CAD,2015-03-10,100.00,2015-01-09 16:34:50,2.00,failed,2,CA,1.69,1.57,78.53 +1064353512,Legend of Elanor,Video Games,Games,EUR,2015-12-31,15000.00,2015-12-01 14:19:27,127.00,failed,7,IT,134.45,138.26,16330.44 +1064374507,These Days: A Novel,Fiction,Publishing,USD,2012-07-30,10000.00,2012-07-09 17:53:09,23810.12,successful,961,US,23810.12,23810.12,10000.00 +1064379444,Harf Design,Apparel,Fashion,CAD,2017-06-01,30000.00,2017-05-02 22:16:35,2202.00,failed,40,CA,676.69,1628.34,22184.43 +1064384505,Real-time news generated by the community around the world,Journalism,Journalism,CAD,2017-07-26,55000.00,2017-06-26 21:53:19,1207.00,failed,18,CA,153.06,962.29,43849.16 +1064385213,b-ablehotels,Apps,Technology,USD,2016-09-18,97000.00,2016-08-04 14:20:26,7060.00,failed,38,US,100.00,7060.00,97000.00 +1064387868,Beyond the Deep,Science Fiction,Film & Video,CAD,2016-11-09,6000.00,2016-10-05 15:01:04,6038.00,successful,20,CA,598.05,4475.58,4447.41 +1064388253,DIY fully upgradeable windows 8 tablet how to guide,Technology,Technology,USD,2013-01-09,800.00,2012-12-10 18:27:28,2132.00,successful,128,US,2132.00,2132.00,800.00 +1064390030,Downtown Colorado Springs Holiday 3D Laser Show,Installations,Art,USD,2014-11-24,8500.00,2014-10-24 23:40:48,210.00,failed,10,US,210.00,210.00,8500.00 +1064394726,Pharaoh NAES EP!,Hip-Hop,Music,USD,2013-02-10,2500.00,2013-01-10 09:22:54,3056.00,successful,67,US,3056.00,3056.00,2500.00 +"1064404764,""Upcoming Artist """"Duby"""" trying to record his first album"",World Music,Music,USD,2012-06-10,10000.00,2012-04-11 14:08:17,0.00,failed,0,US,0.00,0.00,10000.00" +1064407407,Somethin's Wrong (and right) with Billy D and The Hoodoos,Rock,Music,USD,2012-05-15,9000.00,2012-04-09 21:41:25,780.00,failed,14,US,780.00,780.00,9000.00 +1064423015,The Bitter Pill,Shorts,Film & Video,USD,2012-03-01,2200.00,2012-02-11 05:37:04,2373.50,successful,57,US,2373.50,2373.50,2200.00 +1064437292,Humans of Nepal (Canceled),People,Photography,USD,2015-05-25,3500.00,2015-04-30 20:16:47,355.00,canceled,7,US,355.00,355.00,3500.00 +1064440942,ENREDO Urbano: An experimental urban installation,Public Art,Art,USD,2013-07-11,2250.00,2013-06-21 17:05:21,0.00,failed,0,US,0.00,0.00,2250.00 +1064441349,Pedal-Powered News,Journalism,Journalism,USD,2014-07-02,10000.00,2014-06-04 18:47:06,21328.27,successful,1016,US,21328.27,21328.27,10000.00 +1064443301,Blue Sole Shoe Line in Honor Of my Husband!,Fashion,Fashion,USD,2013-06-30,35000.00,2013-05-28 22:36:59,425.00,failed,11,US,425.00,425.00,35000.00 +1064443753,Professionally Producing/Recording my New Single,Pop,Music,USD,2014-06-02,500.00,2014-04-18 02:31:19,550.00,successful,5,US,550.00,550.00,500.00 +1064444470,THE HAIR OF THE DOG THAT BIT YOU,Film & Video,Film & Video,USD,2011-10-12,1000.00,2011-09-22 00:23:51,80.00,failed,4,US,80.00,80.00,1000.00 +1064446283,Fired Up!,Ceramics,Art,USD,2017-06-16,700.00,2017-05-17 15:41:23,335.00,failed,11,US,110.00,335.00,700.00 +106445328,Extreme Lowrider HD Remix,Video Games,Games,USD,2012-03-12,500.00,2012-01-12 18:04:37,51.00,failed,5,US,51.00,51.00,500.00 +1064454158,Cruel Universe,Tabletop Games,Games,USD,2016-09-06,100000.00,2016-08-07 19:32:35,11.00,failed,2,US,0.00,11.00,100000.00 +1064454636,Massage Across America a photobook,Photography,Photography,USD,2013-05-26,3000.00,2013-04-03 23:31:29,1318.00,failed,24,US,1318.00,1318.00,3000.00 +1064455562,Educational Soft Play.,Design,Design,GBP,2017-05-07,5000.00,2017-04-07 15:35:46,0.00,failed,0,GB,0.00,0.00,6428.80 +1064455788,The Daze of the Patient (The Waiting Room),Fiction,Publishing,USD,2015-04-25,3549.00,2015-02-24 19:33:09,12.00,failed,1,US,12.00,12.00,3549.00 +1064472182,Creatures and Creators,Illustration,Art,USD,2017-12-07,1500.00,2017-11-07 13:48:16,1529.00,successful,33,US,21.00,1529.00,1500.00 +106447493,Mission Bars: natural ingredients & free community fitness.,Vegan,Food,USD,2014-10-18,20000.00,2014-09-17 00:04:21,23643.00,successful,393,US,23643.00,23643.00,20000.00 +1064489986,Luggashelf - The Simplest Way to Pack and Unpack a Suitcase,Product Design,Design,USD,2015-09-10,20000.00,2015-07-27 23:05:17,20564.00,successful,443,US,20564.00,20564.00,20000.00 +1064496079,Cafe Uliano (Canceled),Food,Food,USD,2011-12-26,20000.00,2011-10-27 19:55:10,0.00,canceled,0,US,0.00,0.00,20000.00 +106449717,Adventure to a new beginning of deliciousness!,Food,Food,USD,2012-05-02,1200.00,2012-03-03 00:41:52,100.00,failed,1,US,100.00,100.00,1200.00 +1064498625,The element MK I - An Urban Design Watch,Product Design,Design,CAD,2014-05-17,32000.00,2014-04-10 18:08:14,5573.00,failed,39,CA,5101.40,5112.38,29355.11 +1064500231,Master of Spies,Tabletop Games,Games,USD,2016-03-30,7000.00,2016-02-29 16:02:31,4713.00,failed,103,US,4713.00,4713.00,7000.00 +1064501733,Spliff: Interpreted Common Lisp & Java,Software,Technology,USD,2017-07-14,20000.00,2017-07-07 01:19:40,101.00,failed,2,US,0.00,101.00,20000.00 +1064513138,Modern Monster Manual,Fiction,Publishing,USD,2012-06-16,8000.00,2012-05-17 13:15:25,13.37,failed,5,US,13.37,13.37,8000.00 +1064517909,BONSAI BREWING PROJECT,Food,Food,USD,2013-08-31,15000.00,2013-07-17 05:15:09,17803.00,successful,68,US,17803.00,17803.00,15000.00 +1064521895,Reverie,Fiction,Publishing,USD,2016-05-27,30000.00,2016-04-27 14:34:13,0.00,failed,0,US,0.00,0.00,30000.00 +1064522476,Operation Stella Polaris,Nonfiction,Publishing,SEK,2017-03-31,220000.00,2017-02-14 09:57:57,2655.00,failed,11,SE,33.59,297.78,24674.47 +1064522735,The Lost Travelers Recording Session,Indie Rock,Music,USD,2014-01-07,105.00,2013-12-31 02:12:20,105.00,successful,1,US,105.00,105.00,105.00 +"1064524982,""The Beach Master, Caddy Cooler"",Product Design,Design,USD,2015-07-02,150000.00,2015-06-02 02:56:24,960.00,failed,13,US,960.00,960.00,150000.00" +1064526336,MAPS presents Betaville on the Bowery,Public Art,Art,USD,2011-05-23,2500.00,2011-04-23 06:28:02,0.00,failed,0,US,0.00,0.00,2500.00 +106452731,Colors of Earth,Art,Art,USD,2017-10-06,4500.00,2017-09-11 05:47:43,25.00,canceled,1,US,0.00,25.00,4500.00 +1064533114,BOOMARU Business Cards,Apps,Technology,USD,2015-12-11,80000.00,2015-11-11 19:01:26,0.00,failed,0,US,0.00,0.00,80000.00 +1064533948,Zapocalypse: Pathogen,Fiction,Publishing,USD,2014-10-06,10000.00,2014-09-08 04:28:00,1842.00,failed,12,US,1842.00,1842.00,10000.00 +1064541081,Music is my life,R&B,Music,USD,2017-02-10,5000.00,2017-01-01 07:32:50,30.00,failed,1,US,0.00,30.00,5000.00 +1064541465,Coding Unicorn Shield for Raspberry and Arduino,DIY Electronics,Technology,EUR,2017-08-31,3300.00,2017-08-01 14:11:00,6759.00,successful,135,DE,423.54,8056.69,3933.58 +"1064543561,""""""The Summit"""" Forest Animals Giclee Print"",Digital Art,Art,USD,2012-07-07,2000.00,2012-06-07 03:35:15,5.00,failed,1,US,5.00,5.00,2000.00" +1064543889,Rochester Needs a Dessert Food Truck (Canceled),Food Trucks,Food,USD,2015-09-17,6500.00,2015-08-18 04:31:52,145.00,canceled,2,US,145.00,145.00,6500.00 +1064547643,Ghost Bikes Film: Portland to London,Documentary,Film & Video,USD,2010-07-04,2500.00,2010-05-14 16:13:11,3175.00,successful,70,US,3175.00,3175.00,2500.00 +"1064563288,""LIVING FEROCIOUSLY - magick, healing and urban shamanism"",Photobooks,Photography,USD,2017-10-31,15000.00,2017-10-01 15:33:34,40914.12,successful,452,US,7055.00,40914.12,15000.00" +1064564264,Noman's Land,Webseries,Film & Video,USD,2011-12-04,2500.00,2011-11-03 14:44:42,330.00,failed,6,US,330.00,330.00,2500.00 +106456429,'The Things We Leave Behind' for Call of Cthulhu,Tabletop Games,Games,GBP,2015-09-05,4500.00,2015-08-06 00:08:10,9200.00,successful,401,GB,14348.25,14189.21,6940.37 +1064575389,Island Festival,Music,Music,USD,2016-05-08,1200000.00,2016-03-09 22:27:36,0.00,failed,0,US,0.00,0.00,1200000.00 +"1064575922,Royal Redemption Enterprise,Publishing,Publishing,USD,2016-01-14,3700.00,2015-12-15 03:42:14,0.00,undefined,0,""N,0"""""",,0.00,3700.00" +"1064576792,""""""THE SEASHORE"""" for Nintendo Switch!"",Video Games,Games,USD,2017-09-14,10000.00,2017-08-15 20:49:15,624.00,failed,30,US,40.00,624.00,10000.00" +1064589309,Undead Legions - Resurrection,Video Games,Games,EUR,2015-12-05,3000.00,2015-11-05 20:47:42,3292.00,successful,70,DE,3604.62,3604.75,3285.01 +1064597208,18KFrames,Documentary,Film & Video,USD,2017-02-27,5000.00,2017-01-13 16:46:45,7170.00,successful,58,US,5875.00,7170.00,5000.00 +1064607464,ALKEN Watch Company - modern meets minimalistic design,Product Design,Design,USD,2016-03-02,5000.00,2016-02-01 09:34:01,5502.00,successful,36,US,5502.00,5502.00,5000.00 +1064608511,PHIRO: A Smart Robot For Kids - Learn To Code In 5 Ways,Robots,Technology,USD,2015-12-10,50000.00,2015-11-02 15:35:04,81380.00,successful,268,US,81380.00,81380.00,50000.00 +"1064615397,""Heavy UK Collective, Automotive Inspired Brand"",Apparel,Fashion,GBP,2017-06-02,500.00,2017-05-03 12:41:17,15.00,failed,1,GB,0.00,19.28,642.67" +1064616004,Help Save the Reef and Marine Life with this Project,Technology,Technology,GBP,2015-09-27,450000.00,2015-08-28 21:09:57,18.00,failed,5,GB,27.89,27.30,682521.39 +106462011,Johnny and Lyman: 6 Decades of a Life Together,Documentary,Film & Video,USD,2010-07-20,1075.00,2010-06-19 00:20:23,1076.00,successful,15,US,1076.00,1076.00,1075.00 +1064620519,THREE HIGHWAYS TO DENALI,Photography,Photography,USD,2010-05-10,3000.00,2010-02-09 17:53:50,4012.00,successful,78,US,4012.00,4012.00,3000.00 +106462159,Made in the USA Camo Pocket Shirts,Apparel,Fashion,USD,2017-08-11,1500.00,2017-07-12 17:51:48,0.00,failed,0,US,0.00,0.00,1500.00 +"1064636076,""Kidneythieves' new Full-Length, """"THE MEND"""""",Electronic Music,Music,USD,2016-02-02,45000.00,2015-12-17 01:08:45,75342.05,successful,1583,US,75342.05,75342.05,45000.00" +1064636395,Hawk & Honey Organics,Jewelry,Fashion,AUD,2016-08-13,1000.00,2016-06-14 04:39:39,99.00,failed,3,AU,39.08,75.37,761.32 +1064643626,Asgard funding help,Comics,Comics,USD,2010-12-26,8000.00,2010-10-27 13:55:59,135.00,failed,4,US,135.00,135.00,8000.00 +1064645446,Idea For Common Persoms's Affordable Budgeting Tool,Software,Technology,USD,2016-01-06,100000.00,2015-12-07 17:30:51,51.00,failed,2,US,51.00,51.00,100000.00 +1064646141,The C R E W . Classic - Rugged | Distinct | Clean,Fashion,Fashion,SGD,2016-10-15,20000.00,2016-09-15 07:00:15,16057.00,failed,85,SG,4240.95,11515.35,14343.09 +1064648921,REAPER - Agrarian Systems (Canceled),Technology,Technology,USD,2016-04-04,5000.00,2016-03-28 18:41:15,180.00,canceled,3,US,180.00,180.00,5000.00 +1064651230,BEHIND THE MIRRORS by Julio O. Ramos,Narrative Film,Film & Video,USD,2011-08-31,7000.00,2011-07-11 20:29:26,70.00,failed,3,US,70.00,70.00,7000.00 +1064656974,The Emoji Keyboard - Type Emoji on your Mac!,Technology,Technology,USD,2015-04-09,20000.00,2015-03-10 20:48:38,20986.28,successful,464,US,20986.28,20986.28,20000.00 +106466137,UNIT 44 - Issue #1 :: Area 51! Conspiracy! Humor!,Comics,Comics,USD,2013-09-27,2000.00,2013-08-28 17:21:31,2753.00,successful,105,US,2753.00,2753.00,2000.00 +1064661756,PickQuick,Music,Music,USD,2014-08-28,15000.00,2014-07-29 03:16:41,0.00,failed,0,US,0.00,0.00,15000.00 +1064665851,Angry Gnomes,Mobile Games,Games,USD,2014-09-10,3500.00,2014-08-11 19:42:51,181.00,failed,6,US,181.00,181.00,3500.00 +1064680760,Living in Sin: A Photo Series Based On Dante's Inferno ,Film & Video,Film & Video,USD,2011-04-18,3200.00,2011-03-13 04:01:14,50.00,failed,1,US,50.00,50.00,3200.00 +1064685221,The Venetia Fair Presents: Every Sick Disgusting Thought,Rock,Music,USD,2012-11-21,8000.00,2012-10-22 06:00:21,17657.13,successful,364,US,17657.13,17657.13,8000.00 +"1064685274,""Spider500P radio telescope, affordable professional research"",Space Exploration,Technology,EUR,2016-04-08,100000.00,2016-02-23 15:11:52,1397.00,failed,26,IT,1552.35,1587.41,113629.91" +1064686158,Full frame camera bag Kangourou FX Pro,Design,Design,EUR,2017-11-09,26500.00,2017-09-25 19:19:27,3465.00,failed,58,FR,615.43,4038.13,30883.26 +1064691821,REIGN Issue #1,Comics,Comics,USD,2012-12-01,50000.00,2012-10-02 02:39:03,100.00,failed,1,US,100.00,100.00,50000.00 +1064692462,Giant Playa Brain for Burning Man 2013,Public Art,Art,USD,2012-11-30,1000.00,2012-10-31 19:14:26,50.00,failed,3,US,50.00,50.00,1000.00 +1064706269,The Sanctity of Sanctuary: Paul Strauss and the Equinox Farm,Documentary,Film & Video,USD,2012-02-04,20000.00,2011-12-06 01:04:29,20070.88,successful,148,US,20070.88,20070.88,20000.00 +1064710196,The International Climate Wars: Economy & Ecology at Rio+20,Documentary,Film & Video,USD,2012-05-16,6000.00,2012-05-08 21:53:29,1275.00,failed,10,US,1275.00,1275.00,6000.00 +1064710933,Armageddon Power Systems - Mobile Power and Utility Can,Technology,Technology,USD,2015-08-01,2200.00,2015-07-02 02:35:49,20.00,failed,2,US,20.00,20.00,2200.00 +1064711855,Greg Adams and East Bay Soul III,Music,Music,USD,2014-11-01,35000.00,2014-09-21 23:02:06,35422.00,successful,183,US,35422.00,35422.00,35000.00 +1064728076,Didactique 2.0: Find the best tutors and teachers!,Apps,Technology,EUR,2015-05-20,8000.00,2015-04-20 00:22:13,10034.00,successful,120,NL,10843.50,11201.91,8931.16 +1064731191,A £7 Poem,Publishing,Publishing,GBP,2016-03-08,7.00,2016-03-01 12:02:20,153.00,successful,14,GB,211.92,218.67,10.00 +10647375,Running Bike (Suspended),Software,Technology,USD,2016-04-29,45000.00,2016-02-29 21:19:10,0.00,suspended,0,US,0.00,0.00,45000.00 +"1064742320,""""""The Santaland Diaries"""" by David Sedaris in Los Angeles 2014"",Plays,Theater,USD,2014-10-29,6000.00,2014-10-08 20:54:03,7140.00,successful,108,US,7140.00,7140.00,6000.00" +1064743577,Tim the 2D platformer,Video Games,Games,SEK,2016-11-14,2000.00,2016-10-15 10:41:23,0.00,failed,0,SE,0.00,0.00,216.38 +1064745891,Buried Alive - A Novel,Fiction,Publishing,AUD,2016-03-26,8000.00,2016-02-25 08:47:14,270.00,failed,7,AU,193.62,207.37,6144.39 +1064757959,Positive energy towards a positive cause,Music,Music,USD,2014-03-21,1000.00,2014-02-21 22:14:18,10.00,failed,1,US,10.00,10.00,1000.00 +1064761239,conflicted sin's,Comic Books,Comics,USD,2017-07-28,1000.00,2017-05-29 06:59:02,16.00,failed,2,US,0.00,16.00,1000.00 +1064763677,Profanity The Game,Games,Games,GBP,2017-07-07,1800.00,2017-06-07 23:03:01,304.00,canceled,27,GB,99.56,392.06,2321.41 +1064764262,Nanking Portraits // A Massacre 75 Years Later,Photography,Photography,USD,2012-11-15,5000.00,2012-10-16 01:18:19,7464.00,successful,69,US,7464.00,7464.00,5000.00 +1064773201,Sketchboard,Product Design,Design,USD,2012-09-10,3000.00,2012-08-08 23:35:29,8974.61,successful,198,US,8974.61,8974.61,3000.00 +1064775552,Barbarians of Lemuria: Mythic Edition,Tabletop Games,Games,GBP,2014-08-10,2000.00,2014-07-10 00:25:00,8356.50,successful,488,GB,14317.78,13947.03,3338.01 +"1064794983,""""""Divided we Stand"""" A Documentary Film on America's Diversity"",Documentary,Film & Video,USD,2012-12-10,25000.00,2012-11-10 01:07:17,10.00,failed,1,US,10.00,10.00,25000.00" +1064796515,Making Pi for everyone,Public Art,Art,USD,2014-08-23,50.00,2014-07-24 22:03:16,453.00,successful,23,US,453.00,453.00,50.00 +1064798113,Gluten Free Culinary Institute Facility,Food,Food,USD,2013-04-15,200000.00,2013-03-01 09:08:50,3448.00,failed,15,US,3448.00,3448.00,200000.00 +"1064808870,""David Rastrick's """"RastaJazz"""" EP - A Jazz-Reggae Journey"",Jazz,Music,AUD,2015-04-20,2000.00,2015-03-21 13:34:47,361.00,failed,12,AU,277.20,281.44,1559.21" +1064814593,Sapphire Grille,Restaurants,Food,USD,2015-04-08,85000.00,2015-03-09 22:28:38,75.00,failed,1,US,75.00,75.00,85000.00 +1064823824,UART HAT For Raspberry PI,DIY Electronics,Technology,CAD,2015-05-05,1500.00,2015-04-05 18:37:48,1583.00,successful,57,CA,1267.02,1307.94,1239.36 +1064826199,NaDA Nother Year,Publishing,Publishing,USD,2011-01-02,50.00,2010-12-01 20:07:46,50.00,successful,1,US,50.00,50.00,50.00 +1064829379,Hazewalker (Canceled),Video Games,Games,USD,2014-11-20,100000.00,2014-10-16 02:34:23,4943.00,canceled,94,US,4943.00,4943.00,100000.00 +1064834675,JUMPSTART OUR VISION Project!,Music,Music,USD,2012-06-14,2000.00,2012-05-15 01:35:05,2665.00,successful,36,US,2665.00,2665.00,2000.00 +1064844292,Eyewitness a Miracle,Documentary,Film & Video,USD,2013-05-30,2500.00,2013-05-04 01:25:20,412.00,failed,15,US,412.00,412.00,2500.00 +1064846106,Sandy Berry Blue Berry,Farms,Food,USD,2014-10-05,75000.00,2014-08-06 03:54:38,9.00,failed,3,US,9.00,9.00,75000.00 +1064854812,ENTERLINE,Music,Music,USD,2014-11-07,10500.00,2014-10-08 06:01:47,3115.00,failed,43,US,3115.00,3115.00,10500.00 +1064861657,Dream Your Dreams,Documentary,Film & Video,USD,2017-03-28,17000.00,2017-02-16 20:57:29,126.00,failed,3,US,0.00,126.00,17000.00 +1064873466,UMBRELLA TRIPOD,Product Design,Design,USD,2016-10-31,20000.00,2016-10-02 00:16:51,1.00,failed,1,US,0.00,1.00,20000.00 +106487431,DogDanner™ (Suspended),Pet Fashion,Fashion,USD,2015-01-01,10000.00,2014-11-27 00:22:35,5319.00,suspended,217,US,5319.00,5319.00,10000.00 +1064894138,Homemade Pizza,Food,Food,GBP,2015-12-19,20.00,2015-11-19 18:20:53,0.00,failed,0,GB,0.00,0.00,29.82 +1064897814,Savagefiddler Method Book,World Music,Music,USD,2013-12-14,2950.00,2013-11-14 21:40:55,3091.00,successful,59,US,3091.00,3091.00,2950.00 +1064907847,Hira Giri Nepali Coffee: every sip makes a difference!,Drinks,Food,USD,2015-07-08,20000.00,2015-06-08 22:00:22,2667.00,failed,20,US,2667.00,2667.00,20000.00 +1064908915,Deep Sea Dreamscape Enamel Pins,Accessories,Fashion,GBP,2017-08-07,1075.00,2017-07-08 19:08:11,2867.00,successful,108,GB,828.73,3721.15,1395.27 +1064912130,Anthony Viscounte Orchestra debut CD- mystical folk music!,Music,Music,USD,2011-06-25,2500.00,2011-06-04 22:49:40,2504.34,successful,24,US,2504.34,2504.34,2500.00 +"1064913693,""""""Split Screen Multiplayer"""" EP Project"",Electronic Music,Music,NZD,2013-12-31,950.00,2013-11-13 00:02:13,15.00,failed,3,NZ,12.43,12.44,788.12" +1064915592,The Classy Custom Deck Box for Magic: the Gathering,Tabletop Games,Games,USD,2016-03-20,2500.00,2016-02-19 23:14:27,2990.00,successful,52,US,2990.00,2990.00,2500.00 +1064922823,Revolt Music Conference & Album Release,Music,Music,USD,2014-10-01,9000.00,2014-09-10 16:32:18,405.00,failed,2,US,405.00,405.00,9000.00 +1064927393,Berry's Budget Board,Cookbooks,Food,GBP,2014-10-17,7500.00,2014-09-17 07:30:40,217.00,failed,8,GB,352.39,349.79,12089.56 +1064931977,Clay Hollis EP Album,Country & Folk,Music,USD,2016-03-13,8000.00,2016-01-28 02:11:05,8076.00,successful,32,US,8076.00,8076.00,8000.00 +106493567,138th Aviation Company Memorial Project,Civic Design,Design,USD,2015-12-13,75000.00,2015-11-14 03:32:34,1555.00,failed,11,US,1555.00,1555.00,75000.00 +1064936025,ELOCASO una película de Fernando Arpio (Canceled),Shorts,Film & Video,USD,2011-05-26,1000.00,2011-05-13 00:23:39,0.00,canceled,0,US,0.00,0.00,1000.00 +"1064937648,""Our Bodies, Our Bikes"",Nonfiction,Publishing,USD,2014-08-28,5000.00,2014-08-03 23:18:00,5388.00,successful,201,US,5388.00,5388.00,5000.00" +106495047,The Trunk Kaddy (Made in U.S.A.!),Design,Design,USD,2013-10-05,29785.00,2013-09-05 02:28:44,3582.00,failed,66,US,3582.00,3582.00,29785.00 +106495317,John Liner's Christmas Album Part 2,Music,Music,USD,2014-08-03,1000.00,2014-06-04 04:13:44,1305.00,successful,12,US,1305.00,1305.00,1000.00 +1064966556,Morissa Schwartz's First Feature Album,Indie Rock,Music,USD,2013-11-15,2500.00,2013-10-16 19:47:07,15.00,failed,1,US,15.00,15.00,2500.00 +106496682,What Happens After,Games,Games,USD,2016-08-24,4000.00,2016-07-25 16:28:12,2.00,failed,2,US,0.00,2.00,4000.00 +1064976991,Battle Systems™ Urban Apocalypse Terrain,Tabletop Games,Games,GBP,2015-10-19,21000.00,2015-09-18 21:00:16,186394.50,successful,1151,GB,289120.44,287122.99,32348.50 +1064978815,Wally Micro - The Minimal Wallet with a Few Surprises,Product Design,Design,USD,2015-11-14,4000.00,2015-10-08 16:20:05,33104.00,successful,851,US,33104.00,33104.00,4000.00 +1064985587,Thprks - Balance collection launch,Apparel,Fashion,NZD,2014-12-07,1500.00,2014-11-07 22:46:31,86.00,failed,3,NZ,66.06,67.15,1171.14 +1064987806,The Human Incubator: A New Musical,Musical,Theater,USD,2017-06-21,12000.00,2017-06-02 06:20:43,13109.00,successful,65,US,2554.00,13109.00,12000.00 +"1064995921,""Trillium Vein: The New ALBUM, BOOK & MOVIE! (Canceled)"",Music,Music,USD,2014-03-30,100000.00,2014-02-27 06:41:41,308.00,canceled,16,US,308.00,308.00,100000.00" +1065010485,Period BOMB Takes on the World!!!,Punk,Music,USD,2016-05-14,3000.00,2016-04-19 05:33:40,3033.00,successful,17,US,3033.00,3033.00,3000.00 +"1065015889,""Real Python: Advanced Web Development, featuring Django 1.6"",Software,Technology,USD,2014-01-15,3500.00,2013-12-13 00:46:11,50001.00,successful,1446,US,50001.00,50001.00,3500.00" +"1065016293,""""""Welcoming Home The Child"""" solo acoustic album (Canceled)"",Pop,Music,USD,2011-07-09,4000.00,2011-06-09 05:20:31,90.00,canceled,4,US,90.00,90.00,4000.00" +1065019768,NEW Askultura music! CD & vinyl,Punk,Music,USD,2015-03-02,8125.00,2015-02-02 21:38:19,2464.01,failed,45,US,2464.01,2464.01,8125.00 +1065021856,Boutros-Boutros Ghali Music Video,Hip-Hop,Music,GBP,2016-10-22,350.00,2016-08-23 15:48:49,28.57,failed,5,GB,13.04,34.71,425.19 +1065030822,Kidcare24 Die Revolution in der Kinderbetreuung,Web,Technology,EUR,2017-06-24,10000.00,2017-04-25 10:11:19,140.00,failed,8,DE,0.00,159.77,11412.01 +1065030872,The Maze,Video Games,Games,GBP,2015-05-01,80.00,2015-03-02 16:35:01,0.00,failed,0,GB,0.00,0.00,123.31 +1065040676,Help Produce Incan Abraham's Next Music Video,Indie Rock,Music,USD,2013-06-18,5000.00,2013-05-29 20:44:35,6523.33,successful,37,US,6523.33,6523.33,5000.00 +"1065050481,""Small batch artisan Hot Sauces, Salsas, and BBQ Sauces"",Food,Food,USD,2014-02-20,5000.00,2014-01-21 14:07:21,1880.00,failed,30,US,1880.00,1880.00,5000.00" +1065052905,Annie Mulz | Kyoto Jungle Collection | Holiday 12',Fashion,Fashion,USD,2012-11-17,7700.00,2012-10-18 16:21:20,8514.00,successful,102,US,8514.00,8514.00,7700.00 +1065054305,New Mouth of the South EP,Rock,Music,USD,2012-06-07,1000.00,2012-05-08 23:32:13,1010.00,successful,25,US,1010.00,1010.00,1000.00 +1065058880,Teen Photo Exhibition 2017,Art,Art,USD,2017-04-02,15000.00,2017-03-03 16:55:53,16910.00,successful,70,US,0.00,16910.00,15000.00 +"1065062824,""OJT Designs Fashion Brand Launch, A/W 14/15 Collection."",Fashion,Fashion,GBP,2013-09-17,120000.00,2013-08-19 23:14:39,20.00,failed,2,GB,31.26,32.04,192233.76" +1065063736,'Twas the Night Before Duckmas,Children's Books,Publishing,USD,2016-01-13,3500.00,2015-12-14 05:14:16,3515.00,successful,63,US,3515.00,3515.00,3500.00 +10650650,Horror-Film Verwirklichung und Entwicklung,Horror,Film & Video,EUR,2015-08-28,8000.00,2015-08-13 23:46:23,0.00,failed,0,DE,0.00,0.00,9014.39 +1065066036,Dame On The Train - A Film Noir TV Pilot,Television,Film & Video,USD,2017-10-19,17020.00,2017-08-20 22:20:56,1200.00,failed,18,US,405.00,1200.00,17020.00 +1065071589,Destiny Monsters,Video Games,Games,EUR,2016-02-07,7800.00,2016-01-08 16:59:44,6.00,failed,2,ES,6.49,6.76,8794.48 +1065078886,Visual Search (Canceled),Technology,Technology,USD,2014-11-30,25000.00,2014-10-16 21:51:40,12.00,canceled,4,US,12.00,12.00,25000.00 +"106508902,""""""Wenches Weep Too"""""",Poetry,Publishing,USD,2012-03-27,500.00,2012-01-27 22:45:22,1.00,failed,1,US,1.00,1.00,500.00" +1065090834,Skull Gent Men Supplies (Canceled),Crafts,Crafts,USD,2016-06-20,1000.00,2016-05-21 07:02:54,50.00,canceled,1,US,50.00,50.00,1000.00 +1065092316,EVE Online Control Panel,Gadgets,Technology,CAD,2015-11-09,9950.00,2015-10-19 20:51:51,7177.00,failed,28,CA,5557.35,5394.21,7478.39 +"1065093042,""Fountain's Debut Album """"From Eden"""""",Rock,Music,USD,2012-08-06,500.00,2012-07-07 00:56:24,10.00,failed,1,US,10.00,10.00,500.00" +1065104007,Send Lordd Virgil on TOUR!,Rock,Music,USD,2011-07-12,5000.00,2011-06-12 04:50:16,475.00,failed,12,US,475.00,475.00,5000.00 +1065117827,Waiting For The Movie To Start,Shorts,Film & Video,USD,2015-09-18,10000.00,2015-08-19 22:00:59,0.00,failed,0,US,0.00,0.00,10000.00 +1065127595,After the Infection,Shorts,Film & Video,USD,2013-04-19,3000.00,2013-03-19 00:33:17,3161.00,successful,81,US,3161.00,3161.00,3000.00 +1065131233,HotRod Popcorn----Let's get on the road.,Food Trucks,Food,USD,2015-04-29,4000.00,2015-03-30 14:53:39,4005.00,successful,55,US,4005.00,4005.00,4000.00 +1065134241,Eternal Revolution,Film & Video,Film & Video,USD,2013-03-10,500.00,2013-01-24 01:09:54,695.00,successful,27,US,695.00,695.00,500.00 +1065137634,Are You Here?,Public Art,Art,USD,2015-06-17,2200.00,2015-05-18 13:01:24,3230.00,successful,56,US,3230.00,3230.00,2200.00 +1065144499,GUNS TO URANUS wear,Fashion,Fashion,USD,2013-03-02,2000.00,2013-01-31 03:02:21,95.00,failed,2,US,95.00,95.00,2000.00 +1065153074,Rough and Ready Creek | From the mountains to the sea,Documentary,Film & Video,USD,2015-03-09,1500.00,2015-02-20 23:18:37,2095.00,successful,44,US,2095.00,2095.00,1500.00 +"1065155447,""Destined To Kneel, a Christian Country Music Project "",Country & Folk,Music,USD,2011-01-05,14600.00,2010-12-06 06:08:15,0.00,failed,0,US,0.00,0.00,14600.00" +1065163304,In Transit,Shorts,Film & Video,USD,2013-05-30,1500.00,2013-04-30 01:20:54,1625.00,successful,40,US,1625.00,1625.00,1500.00 +1065170030,Tattoo apprenticeship funding,Art,Art,GBP,2015-04-13,1000.00,2015-02-12 17:04:58,155.00,failed,7,GB,236.39,232.83,1502.16 +1065173055,Teve Music (Canceled),Webseries,Film & Video,USD,2012-05-03,40000.00,2012-04-03 02:08:24,0.00,canceled,0,US,0.00,0.00,40000.00 +1065173583, Help promote Strangefruit!,Fashion,Fashion,USD,2009-09-21,1500.00,2009-08-28 18:16:11,0.00,failed,0,US,0.00,0.00,1500.00 +"1065175803,""Charlotte, In Retrospect"",Film & Video,Film & Video,USD,2016-12-28,100.00,2016-11-28 22:17:52,0.00,failed,0,US,0.00,0.00,100.00" +106518075,Thingybot Delta 3D Printer (Canceled),3D Printing,Technology,USD,2016-02-03,5000.00,2016-01-04 23:36:20,30.00,canceled,2,US,30.00,30.00,5000.00 +"1065189592,""""""The Mime"""" (inspired by a true story) (Canceled)"",Shorts,Film & Video,USD,2011-08-07,10000.00,2011-07-08 07:12:22,0.00,canceled,0,US,0.00,0.00,10000.00" +1065190047,Dog Portraits,Painting,Art,GBP,2017-12-07,250.00,2017-11-01 17:06:35,285.00,successful,2,GB,26.41,382.35,335.39 +106520124,Oh Really!,Playing Cards,Games,USD,2016-08-28,30000.00,2016-06-29 01:17:44,129.00,failed,3,US,144.00,129.00,30000.00 +1065204951,Wild Midwest Music and Arts Festival,Music,Music,USD,2015-05-29,400.00,2015-04-29 22:56:29,1.00,failed,1,US,1.00,1.00,400.00 +1065206923,Partout Ici (Canceled),Print,Journalism,CAD,2015-07-04,20000.00,2015-05-05 19:37:08,0.00,canceled,0,CA,0.00,0.00,15740.59 +106520822,Pink Lemonade,Drinks,Food,USD,2014-07-31,31.00,2014-07-14 20:11:44,626.00,successful,68,US,626.00,626.00,31.00 +106520905,Bad Luck Amazon Giftcard,Art,Art,CAD,2014-04-07,1000.00,2014-03-14 18:46:55,1045.00,successful,31,CA,941.15,952.68,911.66 +"1065222501,""""""Reclaim"""" at Arts Depot Theatre with www.yourwrite.co"",Theater,Theater,GBP,2013-11-13,3000.00,2013-10-14 18:26:33,0.00,canceled,0,GB,0.00,0.00,4820.36" +1065223065,Jay Ackley's Community Financed Folk Initiative!,Country & Folk,Music,USD,2010-09-02,550.00,2010-07-26 01:12:44,880.00,successful,34,US,880.00,880.00,550.00 +106522781,Narrative Fashion,Ready-to-wear,Fashion,GBP,2014-10-05,3500.00,2014-09-05 12:50:27,15.00,failed,1,GB,24.69,24.05,5611.94 +1065235888,The Pittsburgh Black Hat Society / Witches Ball,Performance Art,Art,USD,2012-06-16,5000.00,2012-04-17 06:08:40,0.00,failed,0,US,0.00,0.00,5000.00 +1065237155,Mosaics (Canceled),Science Fiction,Film & Video,CAD,2014-08-03,35000.00,2014-06-04 04:59:56,1785.00,canceled,15,CA,1644.86,1635.21,32063.03 +1065237206,Kuwan,Documentary,Film & Video,USD,2013-12-18,1550.00,2013-11-18 23:56:10,1797.00,successful,23,US,1797.00,1797.00,1550.00 +106523867,pine straw innovation,Fabrication Tools,Technology,USD,2015-01-23,33000.00,2014-12-24 22:46:06,1.00,failed,1,US,1.00,1.00,33000.00 +"1065246090,""Ly Tartell and Her Shiny, Happy CD Adventure, Part 1"",Indie Rock,Music,USD,2010-08-21,6500.00,2010-07-20 03:18:00,9400.00,successful,116,US,9400.00,9400.00,6500.00" +"1065249597,SCiO: Your Sixth Sense. A Pocket Molecular Sensor For All !,Hardware,Technology,USD,2014-06-15,200000.00,2014-04-29 17:18:03,2762571.78,successful,0,""N,0"""""",,2762571.78,200000.00" +1065253535,GhostControl Inc. – A hilarious ghost-hunting simulation,Video Games,Games,GBP,2013-07-07,7500.00,2013-06-10 00:00:01,12165.77,successful,1134,GB,18926.98,18380.63,11331.36 +"1065254735,""Totempod: Very Personal Containers, wearable private carry"",Design,Design,USD,2016-01-08,8000.00,2015-12-09 01:04:17,466.00,failed,20,US,466.00,466.00,8000.00" +"1065262984,""Invisible Instrument: iPhone-based, gestural musical tool"",Technology,Technology,USD,2011-05-06,10000.00,2011-04-03 10:45:11,7436.01,failed,256,US,7436.01,7436.01,10000.00" +106526615,Starting Over. A documentary film about life after prison.,Documentary,Film & Video,USD,2013-07-27,2500.00,2013-07-17 17:32:50,25.00,canceled,1,US,25.00,25.00,2500.00 +"1065266340,""Wa, The Anime & Manga RPG"",Tabletop Games,Games,USD,2014-05-31,2000.00,2014-05-01 02:05:04,3566.00,successful,104,US,3566.00,3566.00,2000.00" +1065267053,The Living Graphic Novel - Starring You!,Graphic Novels,Comics,USD,2017-04-16,5000.00,2017-03-17 05:06:47,46.00,failed,6,US,12.00,46.00,5000.00 +1065277897,Relaunch Larry's Southwestern Sauces for Healthy Living,Food,Food,USD,2013-10-03,5000.00,2013-09-03 00:15:55,210.00,failed,7,US,210.00,210.00,5000.00 +1065280660,Spaced Nuts productions,Comics,Comics,USD,2015-07-23,1500.00,2015-06-23 06:37:18,0.00,failed,0,US,0.00,0.00,1500.00 +1065285257,SPeTRE,Comics,Comics,USD,2015-07-30,2000.00,2015-06-30 19:00:27,3.00,failed,1,US,3.00,3.00,2000.00 +106528561,BizArt,Art,Art,GBP,2015-03-15,2500.00,2015-02-13 23:22:37,0.00,failed,0,GB,0.00,0.00,3713.28 +1065290289,Help assemble NOW WE ARE SIX!,Music,Music,USD,2012-06-17,8000.00,2012-05-17 21:22:23,942.00,failed,22,US,942.00,942.00,8000.00 +1065295503,Ari and Gaelynn Make An Album!,Music,Music,USD,2013-02-04,3200.00,2012-12-06 08:35:37,4875.00,successful,134,US,4875.00,4875.00,3200.00 +1065319536,The Black Files Cartoon Show Project,Animation,Film & Video,USD,2014-07-27,3000.00,2014-06-25 00:48:09,95.00,failed,8,US,95.00,95.00,3000.00 +1065331990,The Word for WORD Bible Comic-Book 2: Joshua - Graphic Novel,Graphic Novels,Comics,GBP,2015-09-27,8000.00,2015-08-15 10:10:19,10336.00,successful,152,GB,16138.95,15676.76,12133.71 +1065334952,Viva La Casa,Documentary,Film & Video,GBP,2015-05-28,4000.00,2015-04-13 13:20:27,4120.00,successful,59,GB,6028.12,6286.05,6102.96 +1065339964,LeGrand Royale Garment Underwear Deluxe Fund,Ready-to-wear,Fashion,USD,2014-06-28,3500.00,2014-05-29 04:58:29,0.00,failed,0,US,0.00,0.00,3500.00 +1065341277,Leslie Jordan Show Spring Diversity Weekend - Eureka Springs,Theater,Theater,USD,2013-12-31,15000.00,2013-12-12 00:54:00,2081.00,failed,25,US,2081.00,2081.00,15000.00 +1065360501,MC Draperies Tour de Burn,Hip-Hop,Music,USD,2012-09-20,500.00,2012-08-11 23:05:21,48.00,failed,3,US,48.00,48.00,500.00 +1065373232,Illumination's First CD,Rock,Music,USD,2012-04-19,6000.00,2012-03-20 20:43:46,2026.00,failed,27,US,2026.00,2026.00,6000.00 +1065374159,YA'ALEH Debut Album,World Music,Music,USD,2013-03-08,5000.00,2013-01-22 20:12:59,5693.00,successful,78,US,5693.00,5693.00,5000.00 +1065384677,Bless His Soul - Songs for the King,Country & Folk,Music,USD,2012-06-24,8000.00,2012-05-25 05:14:16,0.00,failed,0,US,0.00,0.00,8000.00 +"10653923,""Way Down in Louisiana: Clifton Chenier, Cajun, Zydeco ...."",Nonfiction,Publishing,USD,2015-05-28,15000.00,2015-04-23 06:14:59,18072.00,successful,166,US,18072.00,18072.00,15000.00" +1065398519,Aquadeer Debut Record,Indie Rock,Music,USD,2013-01-02,2050.00,2012-12-07 02:04:11,2590.00,successful,56,US,2590.00,2590.00,2050.00 +1065405175,First Edition DUTCH CINEMA Festival London,Festivals,Film & Video,GBP,2015-05-16,650.00,2015-04-28 10:34:17,650.00,successful,9,GB,986.96,1016.61,1016.61 +1065410238,Wild Humans - Re-Wilding the Human Spirit,Dance,Dance,GBP,2017-07-20,1500.00,2017-06-20 16:50:10,45.00,failed,2,GB,0.00,58.46,1948.79 +1065417506,Support GREENART Advocacy & Making,Art,Art,USD,2015-05-31,880.00,2015-05-01 07:19:24,55.00,failed,1,US,55.00,55.00,880.00 +1065423640,Sweet Spot Hammock Hangers (Canceled),Product Design,Design,USD,2015-05-23,15000.00,2015-04-23 00:52:21,1290.00,canceled,11,US,1290.00,1290.00,15000.00 +1065424018,thepenpluspaper(Intro),Poetry,Publishing,USD,2017-01-10,1500.00,2016-12-09 11:02:13,0.00,failed,0,US,0.00,0.00,1500.00 +1065435737,JUGGERNAUT 2: SciFi StarPort Soundscapes by Darkraven Europe,Tabletop Games,Games,USD,2016-09-27,1000.00,2016-09-14 18:34:59,1114.00,successful,49,US,407.00,1114.00,1000.00 +1065437456,Clothing With A Voice,Apparel,Fashion,USD,2015-08-29,5000.00,2015-07-30 00:56:08,1900.00,failed,30,US,1900.00,1900.00,5000.00 +1065453604,Mother Earth Needs Our Help,Space Exploration,Technology,USD,2015-06-28,250000.00,2015-04-29 15:48:34,4.00,failed,2,US,4.00,4.00,250000.00 +1065456604,2400 hours,Documentary,Film & Video,USD,2017-01-08,11000.00,2016-12-08 10:00:01,7501.00,failed,35,US,535.00,7501.00,11000.00 +1065457496,The Old Ball Game,Tabletop Games,Games,CAD,2016-10-29,2000.00,2016-09-29 14:47:53,911.00,canceled,26,CA,252.65,678.18,1488.87 +"1065468326,""It's a Mad, Mad, Mad, Mad Book"",Nonfiction,Publishing,USD,2014-10-02,26000.00,2014-09-02 21:23:14,5762.55,failed,48,US,5762.55,5762.55,26000.00" +1065478972,Born Native,Apparel,Fashion,USD,2015-09-26,5000.00,2015-08-27 14:51:19,618.00,failed,8,US,618.00,618.00,5000.00 +1065478994,Bottom Of My Heart,Fashion,Fashion,USD,2017-04-01,500.00,2017-03-02 18:45:04,1.00,failed,1,US,0.00,1.00,500.00 +1065485319,PiPlay DeskCade,Hardware,Technology,USD,2015-11-14,3000.00,2015-10-15 20:51:41,5731.00,successful,86,US,5731.00,5731.00,3000.00 +"1065487089,""""""Mono no Aware"""": Japan meets metal."",Metal,Music,GBP,2013-12-24,7000.00,2013-11-23 13:09:24,495.00,failed,23,GB,801.24,817.30,11557.83" +1065487767,Goliathon: Let's make some Rock n Roll!,Rock,Music,USD,2012-05-04,3000.00,2012-04-04 02:55:27,3782.00,successful,41,US,3782.00,3782.00,3000.00 +1065492465,Green Drive (1:16 size modell),Technology,Technology,GBP,2014-08-10,20000.00,2014-07-11 18:11:37,69.00,failed,7,GB,118.37,115.16,33380.07 +"1065492859,""""""Destiny"""" a CD by Texas Guitar Legend Nathon Dees"",Country & Folk,Music,USD,2014-10-19,1500.00,2014-10-04 21:39:47,0.00,failed,0,US,0.00,0.00,1500.00" +1065492905,The Larry Eigner Project,Nonfiction,Publishing,USD,2014-01-24,5000.00,2013-12-25 00:09:12,5246.00,successful,106,US,5246.00,5246.00,5000.00 +1065493271,Cleva® MediTAG - Medical Digital USB I.D. Tag / Medical Tag,Wearables,Technology,GBP,2015-09-20,500.00,2015-08-21 08:57:13,562.00,successful,9,GB,881.30,852.92,758.83 +1065502540,Death On 6th Avenue,Horror,Film & Video,USD,2016-07-07,10000.00,2016-06-07 06:14:53,1.00,failed,1,US,1.00,1.00,10000.00 +"1065504154,""Publication of: """"Fairy Tales and Pixie Trails"""" by MCV Watson"",Children's Books,Publishing,USD,2011-07-12,1000.00,2011-06-21 16:14:03,130.00,failed,4,US,130.00,130.00,1000.00" +1065504411,The Quench Project in Haiti - Paintings of Hope and Renewal,Painting,Art,USD,2014-09-01,3500.00,2014-08-01 19:54:51,4108.00,successful,56,US,4108.00,4108.00,3500.00 +"1065509232,LUME Festival 2016,Music,Music,GBP,2016-05-12,3500.00,2016-04-11 12:42:02,3606.00,successful,0,""N,0"""""",,5195.74,5043.01" +1065514179,Doctor Who: The Classic Series Regenerated,Webseries,Film & Video,USD,2015-10-01,50000.00,2015-09-01 23:01:33,1811.00,failed,33,US,1811.00,1811.00,50000.00 +1065514267,Fate Breaker - Multiplayer Action RPG (PC/XBLA/PSN),Video Games,Games,USD,2013-12-16,25000.00,2013-11-16 18:28:54,606.00,canceled,17,US,606.00,606.00,25000.00 +1065517926,I Wear This For My Hero,Apparel,Fashion,USD,2016-09-28,20000.00,2016-08-29 17:57:08,0.00,failed,0,US,0.00,0.00,20000.00 +1065523310,The Goodie Box- natural treat for body and soul every month,DIY,Crafts,GBP,2016-10-02,4500.00,2016-09-12 21:23:45,50.00,canceled,1,GB,66.35,61.65,5548.23 +1065532110,The Rolling Ball - iPad / iPhone / Tablet video game app,Video Games,Games,USD,2012-07-02,28000.00,2012-06-02 22:30:21,1583.00,failed,21,US,1583.00,1583.00,28000.00 +1065532782,The B-Unstoppable Quadcopter Drone (Canceled),Robots,Technology,EUR,2015-10-14,30000.00,2015-09-14 21:43:11,1100.00,canceled,1,FR,1247.14,1249.60,34080.07 +1065536970,DS Racing Adventure UK (tm) (Canceled),Webseries,Film & Video,GBP,2014-10-05,200000.00,2014-09-05 23:45:47,0.00,canceled,0,GB,0.00,0.00,320682.41 +1065539494,Message From A Dummy-The Sequel!,Hip-Hop,Music,USD,2016-04-26,20000.00,2016-03-04 02:06:48,136.00,failed,5,US,136.00,136.00,20000.00 +1065542964,FreezyCream,Farmer's Markets,Food,USD,2015-06-29,2000.00,2015-06-08 18:43:54,2675.00,successful,31,US,2675.00,2675.00,2000.00 +1065550111,Documentary on Camp life In America,Documentary,Film & Video,GBP,2013-04-12,500.00,2013-02-11 20:24:29,20.00,failed,2,GB,31.60,30.72,768.04 +1065554301,(Re)Grow Your Brain: Return to function after brain injury,Nonfiction,Publishing,USD,2015-10-09,885.00,2015-08-25 20:37:50,50.00,failed,1,US,50.00,50.00,885.00 +"1065557019,""Waveform - bleep, techno and rave silkscreen prints."",Graphic Design,Design,GBP,2013-10-31,800.00,2013-10-01 14:17:21,5640.00,successful,158,GB,9108.47,8999.66,1276.55" +1065558086,Steve's Vengeance (Canceled),Video Games,Games,USD,2014-09-07,5000.00,2014-08-07 22:47:24,0.00,canceled,0,US,0.00,0.00,5000.00 +1065560953,Taco Burger.,Food,Food,USD,2015-10-11,3500.00,2015-09-11 15:48:31,10.00,failed,1,US,10.00,10.00,3500.00 +1065564163,The Echo Era's First Album.,Indie Rock,Music,USD,2013-05-25,8000.00,2013-04-25 20:14:23,1455.00,failed,15,US,1455.00,1455.00,8000.00 +1065574710,The Beer Tusk. The Tool that Shotguns a Beer Can Perfectly.,Product Design,Design,USD,2013-11-28,20000.00,2013-10-28 17:13:03,23324.67,successful,1430,US,23324.67,23324.67,20000.00 +"1065585910,""Cahoots Card Game of """"Co-opetition"""" 3-4 Players by Jay Treat"",Tabletop Games,Games,USD,2017-10-30,5000.00,2017-10-10 18:00:31,12776.00,successful,707,US,1258.00,12776.00,5000.00" +1065588094,For God Took Him - An Antediluvian Fantasy Novel,Fiction,Publishing,USD,2012-06-03,3500.00,2012-05-04 17:23:31,3580.97,successful,48,US,3580.97,3580.97,3500.00 +1065597409,The English Kit,Academic,Publishing,USD,2015-09-23,500.00,2015-08-24 14:36:46,35.00,failed,1,US,35.00,35.00,500.00 +1065605622,LOVE AT FIRST DISTANCE,Nonfiction,Publishing,EUR,2015-09-05,1000.00,2015-08-12 00:05:08,0.00,failed,0,ES,0.00,0.00,1126.80 +1065607853,Assassins creed: Subject 21 (Fan film),Shorts,Film & Video,GBP,2013-04-25,50.00,2013-03-26 21:22:08,107.80,successful,13,GB,164.32,166.82,77.38 +1065611687,Rekh & Datta: A Modern Block Print Collection,Fashion,Fashion,USD,2014-01-10,25000.00,2013-11-26 21:02:42,25636.44,successful,195,US,25636.44,25636.44,25000.00 +1065614794,Canvas of Dreams,Painting,Art,USD,2016-07-29,10000.00,2016-06-29 08:26:22,25.00,failed,1,US,0.00,25.00,10000.00 +1065627434,Government Corruption and The Food We Eat,Nonfiction,Publishing,USD,2015-05-30,7000.00,2015-03-31 01:04:55,15.00,failed,1,US,15.00,15.00,7000.00 +1065631291,CLEAVE Comic,Comic Books,Comics,USD,2017-07-31,1500.00,2017-07-01 23:17:59,2086.00,successful,51,US,182.00,2086.00,1500.00 +"1065632207,Major Langlands; The English Teacher,Documentary,Film & Video,GBP,2014-12-09,10000.00,2014-11-09 09:26:59,80.00,failed,2,GB,126.97,125.68,15709.69" +1065635730,This Everyday Life...,Photography,Photography,USD,2011-01-21,18000.00,2010-12-22 20:37:05,15.00,failed,1,US,15.00,15.00,18000.00 +1065638046,R.I.P. Zombie - IOS Mobile Game,Mobile Games,Games,USD,2015-05-15,100.00,2015-04-30 14:06:39,112.00,successful,5,US,112.00,112.00,100.00 +1065640047,Help Precision Studios Open! Make our dreams come true,Spaces,Dance,USD,2015-06-16,50000.00,2015-04-17 17:47:43,0.00,canceled,0,US,0.00,0.00,50000.00 +1065643633,PathSource - The App That Makes Young Americans Face Reality,Apps,Technology,USD,2014-10-24,20000.00,2014-09-24 17:04:23,15520.00,canceled,62,US,15520.00,15520.00,20000.00 +1065646311,Sound Of Thunder (Interactive RolePlay Experience),Comedy,Film & Video,USD,2015-10-30,100.00,2015-09-30 22:15:27,50.00,failed,2,US,50.00,50.00,100.00 +1065657656,Ghosts of the Kodiak's New EP Needs Your Help (Canceled),Rock,Music,USD,2015-05-02,2000.00,2015-04-01 02:02:05,139.00,canceled,6,US,139.00,139.00,2000.00 +1065661102,MATTER,Web,Journalism,USD,2012-03-24,50000.00,2012-02-22 14:00:17,140201.85,successful,2566,US,140201.85,140201.85,50000.00 +1065668057,Where Albatross Soar: GIVE 'EM THE BIRD!,Children's Books,Publishing,USD,2012-06-18,1500.00,2012-05-21 21:36:13,1566.00,successful,23,US,1566.00,1566.00,1500.00 +1065688733,Punch Cabbie - New EP,Metal,Music,USD,2014-10-16,2000.00,2014-09-16 16:05:20,2000.00,successful,13,US,2000.00,2000.00,2000.00 +1065690020,Balaams Donkey Album,Faith,Music,CAD,2016-06-19,35000.00,2016-05-18 08:46:43,5.00,failed,1,CA,3.88,3.84,26910.66 +1065700104,Just Breathe: Adults Living with Cystic Fibrosis,People,Photography,CAD,2014-08-06,7500.00,2014-07-07 21:08:13,12975.00,successful,78,CA,12182.53,11886.22,6870.65 +1065712624,Help Katie record with Dean Sams from Lonestar!,Country & Folk,Music,USD,2011-03-08,11000.00,2011-01-07 07:06:17,120.00,failed,5,US,120.00,120.00,11000.00 +1065715075,One Goal Football: The World's first crowd sourced sport,Live Games,Games,GBP,2017-12-23,2000.00,2017-11-30 17:55:09,2080.00,successful,4,GB,0.00,2811.61,2703.47 +106572097,The Love Project,Theater,Theater,GBP,2013-07-24,2000.00,2013-06-24 10:13:38,2131.00,successful,72,GB,3286.29,3281.69,3079.96 +"1065722122,Folk yes! Help Kickstart the Junebugs.,Music,Music,USD,2015-06-18,5000.00,2015-05-19 20:52:14,6307.00,undefined,0,""N,0"""""",,6307.00,5000.00" +1065736492,Realms of Goldesia - Player-Driven Virtual Reality MMORPG,Video Games,Games,USD,2013-11-14,900000.00,2013-10-09 15:00:22,23763.00,suspended,114,US,23763.00,23763.00,900000.00 +1065743050,A Basket Full of Miracles (Canceled),Performance Art,Art,USD,2012-01-31,8500.00,2011-12-16 02:27:56,100.00,canceled,1,US,100.00,100.00,8500.00 +1065743475,Religioncast,Audio,Journalism,USD,2015-06-06,1000.00,2015-05-07 22:44:53,1051.00,successful,15,US,1051.00,1051.00,1000.00 +"1065746071,""The Blume Collection, Activewear for Mums #Mamaste"",Apparel,Fashion,GBP,2017-07-08,800.00,2017-06-24 20:51:12,118.00,failed,4,GB,55.89,153.09,1037.92" +1065748931,English Tom in the Bookstore EP Fundraiser,Jazz,Music,USD,2012-05-06,1000.00,2012-03-17 01:43:00,1140.00,successful,10,US,1140.00,1140.00,1000.00 +1065759886,Dumpster Divers,Television,Film & Video,USD,2014-06-14,15000.00,2014-05-15 17:52:23,50.00,failed,1,US,50.00,50.00,15000.00 +"1065768860,""SIDEWINDER A Post Apocalyptic, Sci-fi, Western Graphic Novel"",Comics,Comics,USD,2013-02-15,10000.00,2013-01-16 01:54:03,182.00,failed,11,US,182.00,182.00,10000.00" +106577049,Developing a 21st Century Open-Source Building Toy,Sculpture,Art,USD,2013-04-06,4000.00,2013-03-07 14:34:46,4096.00,successful,62,US,4096.00,4096.00,4000.00 +1065771086,Casual Interests Podcast- Season 2,Radio & Podcasts,Publishing,USD,2016-12-15,500.00,2016-11-15 04:27:26,5.00,failed,1,US,0.00,5.00,500.00 +1065777512,Be True To You,Musical,Theater,USD,2014-09-14,3000.00,2014-08-20 21:10:57,3000.00,successful,34,US,3000.00,3000.00,3000.00 +106577790,Theater People: Season 2,Webseries,Film & Video,USD,2014-10-01,15000.00,2014-09-02 05:28:55,17825.23,successful,306,US,17825.23,17825.23,15000.00 +1065781445,Trismac - Break The Rules (Mixtape) Promo Fund,Hip-Hop,Music,USD,2015-04-27,275.00,2015-04-23 22:04:46,0.00,failed,0,US,0.00,0.00,275.00 +1065782174,KC's Audio/Video Productions,Rock,Music,USD,2014-08-17,10000.00,2014-07-18 22:02:38,0.00,failed,0,US,0.00,0.00,10000.00 +"106579105,""First-time Mom, Painter needs your stories to create series!"",Painting,Art,USD,2013-05-18,4000.00,2013-04-18 02:24:21,1705.00,failed,13,US,1705.00,1705.00,4000.00" +"1065801452,""Corey Adam """"No Joke"""" (all crowd work album, with no jokes)"",Music,Music,USD,2015-01-15,2000.00,2014-12-30 10:21:09,2665.00,undefined,0,""N,0"""""",,2665.00,2000.00" +"1065803817,""FC Aarau Frauen, """"Königsklasse mit bester Adresse"""""",Live Games,Games,CHF,2016-05-12,50000.00,2016-03-13 20:47:07,320.00,suspended,4,CH,325.54,329.40,51469.45" +1065808380,Bi-annual Publication,Periodicals,Publishing,USD,2015-04-17,20000.00,2015-03-18 03:16:14,1775.00,failed,18,US,1775.00,1775.00,20000.00 +106581109,Theme Park Studio - Create the Ultimate Theme Park!,Video Games,Games,USD,2013-05-20,80000.00,2013-04-12 07:40:27,101433.23,successful,1885,US,101433.23,101433.23,80000.00 +1065816507,Ray Noir - All Alone ft. Mariann Rosa Music Video,Music Videos,Film & Video,GBP,2015-11-30,3000.00,2015-11-04 13:45:31,3252.00,successful,86,GB,5015.21,4923.39,4541.88 +1065816896,Kyle's Solo EP!,Music,Music,USD,2015-07-22,750.00,2015-06-22 17:36:17,535.00,failed,13,US,535.00,535.00,750.00 +1065826610,Superior Dresser Mens AND Womens Fashion Magazines,Apparel,Fashion,GBP,2017-04-15,1000.00,2017-03-16 11:27:48,51.00,failed,2,GB,0.00,65.17,1277.82 +1065827,DeploymentFaces (Canceled),Photography,Photography,USD,2012-01-17,4600.00,2012-01-05 05:12:37,295.00,canceled,12,US,295.00,295.00,4600.00 +1065828280,Today is to Dance,Photobooks,Photography,AUD,2016-07-08,10500.00,2016-06-10 06:55:36,14730.00,successful,92,AU,11015.41,11069.36,7890.58 +1065828509,Project American Fork,Documentary,Film & Video,USD,2012-08-18,1500.00,2012-07-19 17:14:34,2494.00,successful,48,US,2494.00,2494.00,1500.00 +1065831175,It's just the beginning tour (Canceled),Hip-Hop,Music,USD,2015-04-05,35000.00,2015-03-06 03:26:21,0.00,canceled,0,US,0.00,0.00,35000.00 +1065834088,STATE LAW CO.,Fashion,Fashion,USD,2017-09-06,1000.00,2017-07-31 23:02:43,0.00,failed,0,US,0.00,0.00,1000.00 +10658356,Personal Security APP (Canceled),Apps,Technology,USD,2015-06-11,30000.00,2015-05-12 17:23:47,0.00,canceled,0,US,0.00,0.00,30000.00 +"106583603,""BizOps, Inc. is a uniquely scalable Multimedia Publisher"",Radio & Podcasts,Publishing,USD,2015-01-02,58000.00,2014-11-12 19:23:55,110.00,canceled,3,US,110.00,110.00,58000.00" +1065842926,Top Tier Cheesecake Cafe,Food,Food,USD,2013-08-11,27500.00,2013-07-02 20:15:56,970.00,failed,11,US,970.00,970.00,27500.00 +1065847527,Machinima Science Fiction Animated Series,Animation,Film & Video,USD,2011-04-01,15000.00,2011-02-18 06:26:19,10.00,failed,1,US,10.00,10.00,15000.00 +1065851403,Alto Mechanical Pencil,Product Design,Design,USD,2016-10-20,5000.00,2016-09-30 19:13:00,5116.00,successful,92,US,2384.00,5116.00,5000.00 +1065851699,Home Away From Here: Short Film - Psychological Thriller,Shorts,Film & Video,GBP,2014-04-06,250.00,2014-03-07 15:24:15,381.00,successful,15,GB,636.81,637.46,418.28 +1065851993,MIAMI JAZZ PROJECT: TEST OF TIME RECORDING,Jazz,Music,USD,2013-11-14,5500.00,2013-10-15 18:07:02,0.00,failed,0,US,0.00,0.00,5500.00 +1065859177,Gary Williams and his Big Band Wonderland Christmas Album,Jazz,Music,GBP,2015-03-31,15000.00,2015-02-26 03:48:57,17859.00,successful,86,GB,27576.44,26437.02,22204.79 +1065865071,SandvikFest 2014,Music,Music,GBP,2014-04-07,4500.00,2014-03-10 22:14:30,6250.00,successful,53,GB,10447.31,10457.10,7529.11 +1065867303,holmeside coffee MK4 new shop,Drinks,Food,GBP,2017-06-05,7500.00,2017-04-30 13:01:09,8012.00,successful,257,GB,3136.84,10217.30,9564.37 +1065875977,Rabbit Trails - The Play on Words Game,Playing Cards,Games,USD,2017-12-23,3000.00,2017-11-23 06:39:54,3042.00,successful,65,US,310.00,3042.00,3000.00 +1065877565,Poppin' Tags Thrift Shop,Ready-to-wear,Fashion,USD,2014-09-01,8000.00,2014-07-28 20:25:17,0.00,failed,0,US,0.00,0.00,8000.00 +1065899303,Steve's Magical Music Demo,Country & Folk,Music,CAD,2014-08-09,10000.00,2014-07-10 23:00:20,0.00,failed,0,CA,0.00,0.00,9174.31 +1065899824,UNSEEN Short Film,Shorts,Film & Video,USD,2016-06-29,1600.00,2016-05-30 16:53:19,26.00,failed,2,US,26.00,26.00,1600.00 +1065905308,The Orkney Boat: For the Journey and Return,Art,Art,GBP,2017-04-07,4000.00,2017-03-08 12:55:28,5145.00,successful,42,GB,1891.00,6391.22,4968.88 +"1065905907,Robert Baker's 440 Music Lesson Studio,Music,Music,USD,2015-07-24,3500.00,2015-06-24 07:26:33,5005.00,undefined,0,""N,0"""""",,5005.00,3500.00" +1065908052,Operation: X,Film & Video,Film & Video,CAD,2016-06-05,350000.00,2016-05-06 04:39:41,1.00,failed,1,CA,0.79,0.78,274552.87 +1065909562,Toastie's Gourmet Toast,Food Trucks,Food,USD,2014-11-22,6000.00,2014-10-20 22:55:40,1698.00,failed,20,US,1698.00,1698.00,6000.00 +106591873,The Able Child For Life - Project,Art,Art,SEK,2015-03-08,49000.00,2015-02-06 18:41:07,3251.00,failed,9,SE,393.09,375.55,5660.42 +1065919367,Reduce Frizz with Hair RePear - Ultimate T-Shirt Hair Towel,Fashion,Fashion,USD,2016-07-13,10000.00,2016-06-13 19:33:39,360.00,failed,11,US,323.00,360.00,10000.00 +1065922988,AcousticaElectronica,Electronic Music,Music,USD,2012-02-02,3450.00,2012-01-02 19:31:12,3840.00,successful,62,US,3840.00,3840.00,3450.00 +1065926943,gamerz world,Video Games,Games,USD,2015-04-22,6000.00,2015-04-07 22:15:31,28.00,failed,2,US,28.00,28.00,6000.00 +1065929753,Silence is GOLD (LIFES GOLD),Electronic Music,Music,USD,2014-06-09,5000.00,2014-04-10 07:41:35,85.00,failed,3,US,85.00,85.00,5000.00 +1065932044,Glossy Commencement Magazine 2013,Journalism,Journalism,USD,2013-05-14,250.00,2013-04-16 20:26:46,270.00,successful,12,US,270.00,270.00,250.00 +1065940433,Bearing Fruit (Canceled),Narrative Film,Film & Video,USD,2011-12-06,20000.00,2011-10-07 16:25:30,465.00,canceled,10,US,465.00,465.00,20000.00 +"1065940753,""Erebeto - The every-shoe, everyone solution for height gains"",Gadgets,Technology,USD,2015-07-01,7000.00,2015-06-01 17:55:36,0.00,failed,0,US,0.00,0.00,7000.00" +"1065943761,""Snapshot 2017: new year, new opera"",Classical Music,Music,USD,2017-01-28,7500.00,2017-01-05 18:09:53,9573.00,successful,101,US,186.00,9573.00,7500.00" +1065951310,The Fall of America,Documentary,Film & Video,USD,2014-09-20,50000.00,2014-08-21 20:58:05,0.00,failed,0,US,0.00,0.00,50000.00 +1065956109,New Work for the Desert,Dance,Dance,USD,2014-03-14,8000.00,2014-02-21 06:27:32,8636.33,successful,187,US,8636.33,8636.33,8000.00 +1065957718,Say No to Pi,Crafts,Crafts,USD,2011-07-12,300.00,2011-06-28 17:25:33,323.00,successful,22,US,323.00,323.00,300.00 +1065958274,Help Me Eat A Big Steak,Art,Art,USD,2016-11-14,72.00,2016-11-04 19:57:34,195.00,successful,15,US,150.00,195.00,72.00 +1065970028,The Organic Baker- Cowgirl's Organic Vegan Doughs!!,Food,Food,USD,2010-07-15,1000.00,2010-04-23 02:27:48,1020.00,successful,54,US,1020.00,1020.00,1000.00 +"1065971617,""Space rent, airbnb of your luggage"",Apps,Technology,EUR,2016-03-13,200000.00,2016-02-13 00:31:26,2012.00,failed,7,FR,2270.81,2269.34,225580.87" +"1065987537,""Maine Island Challenge Project ~ Get Your Own Little Piece of A Maine Island, USA"",Journalism,Journalism,USD,2010-04-24,68000.00,2010-01-25 03:57:44,212.00,failed,7,US,212.00,212.00,68000.00" +"1066007542,""""""Locate your local swingers"""" an app to bring us together!!"",Apps,Technology,USD,2016-02-14,15000.00,2016-01-15 18:17:00,15.00,failed,3,US,15.00,15.00,15000.00" +1066012475,Detective Rosalina Schultz (Canceled),Video Games,Games,USD,2013-11-08,4000.00,2013-10-09 00:24:29,430.00,canceled,27,US,430.00,430.00,4000.00 +1066020472,UFO: A DIY Turntable Strobe,Hardware,Technology,USD,2013-08-22,22500.00,2013-07-23 22:01:26,3248.00,failed,37,US,3248.00,3248.00,22500.00 +1066022910,Dale Ricardo Dreams,Crafts,Crafts,GBP,2016-09-05,850.00,2016-08-06 02:30:56,0.00,canceled,0,GB,0.00,0.00,1132.68 +1066030687,Stars From the Dust,Illustration,Art,USD,2010-12-29,5000.00,2010-09-30 02:10:55,0.00,failed,0,US,0.00,0.00,5000.00 +1066042195,Playdate,Horror,Film & Video,USD,2015-08-02,300000.00,2015-07-03 15:59:23,397.00,failed,5,US,397.00,397.00,300000.00 +1066047484,Bubble up the fountain for a Guinness World Record!,Public Art,Art,GBP,2015-04-19,20000.00,2015-02-18 22:56:32,0.00,failed,0,GB,0.00,0.00,30238.89 +1066049893,Cromlech: a dice and card game of magical battle,Tabletop Games,Games,USD,2015-11-16,6242.00,2015-10-16 16:16:22,6556.00,successful,114,US,6556.00,6556.00,6242.00 +1066074536,Adam:The High Life Series,Animation,Film & Video,USD,2012-08-23,500.00,2012-07-24 17:14:30,0.00,failed,0,US,0.00,0.00,500.00 +1066078389,Run to Live,Film & Video,Film & Video,USD,2013-07-06,3500.00,2013-06-14 03:59:18,3600.00,successful,8,US,3600.00,3600.00,3500.00 +1066082799,Piko Activewear,Fashion,Fashion,USD,2013-06-03,40000.00,2013-05-04 01:00:18,516.00,failed,6,US,516.00,516.00,40000.00 +1066094214,My Brothers Books.,Fiction,Publishing,USD,2014-04-25,5000.00,2014-03-26 21:29:07,6.00,failed,2,US,6.00,6.00,5000.00 +1066099056,Tesla vs Cthulhu: The Siege of Arkham - A Novel (Canceled),Fiction,Publishing,CAD,2015-05-09,8000.00,2015-04-13 18:02:08,3258.00,canceled,72,CA,2592.28,2706.65,6646.17 +"1066109210,""LAVA OPENERS: Bottle Opener, Wine Stopper, Cork Screw"",Product Design,Design,USD,2015-04-21,5000.00,2015-03-17 13:14:39,460.00,failed,7,US,460.00,460.00,5000.00" +1066118292,Electric Car Insider - Interactive App for Mobile and Tablet,Periodicals,Publishing,USD,2016-07-12,10000.00,2016-06-04 03:10:56,11548.00,successful,128,US,7250.00,11548.00,10000.00 +1066120010,Kailo Chic Home - Colorful Barware and Throw Pillows,Product Design,Design,USD,2017-09-01,3500.00,2017-08-02 04:52:41,4159.00,successful,118,US,28.00,4159.00,3500.00 +1066120283,Amigurumi Sluggies,Crochet,Crafts,USD,2016-02-07,350.00,2016-01-08 22:57:10,20.00,failed,2,US,20.00,20.00,350.00 +1066125574,Habitual Hermit Ensemble: Songs from Across a Seven Mile Sea,Music,Music,USD,2017-05-01,20000.00,2017-03-27 07:06:23,20446.00,successful,188,US,4338.00,20446.00,20000.00 +"1066126994,Brian O'Sullivan makes a BRAND NEW COMEDY ALBUM!,Music,Music,USD,2015-12-18,4000.00,2015-11-18 18:42:52,4010.00,undefined,0,""N,0"""""",,4010.00,4000.00" +106613209,REBELLION FRASE ONLINE FASHION BRAND,Fashion,Fashion,GBP,2014-03-20,2000.00,2014-02-18 20:34:49,56.00,failed,3,GB,94.06,92.34,3297.83 +1066137429,Pizza Kickstarter (Canceled),Food,Food,GBP,2014-08-07,10.00,2014-07-08 18:26:10,0.00,canceled,0,GB,0.00,0.00,16.80 +1066138088,Remembering my mother- a love story. (Canceled),Nonfiction,Publishing,USD,2014-10-04,5000.00,2014-09-04 01:29:26,135.00,canceled,6,US,135.00,135.00,5000.00 +1066152591,World's Fair 1893 - Board Game,Tabletop Games,Games,USD,2015-10-28,10000.00,2015-09-29 16:01:55,45468.00,successful,1431,US,45468.00,45468.00,10000.00 +1066168154,GX3: Everyone Games,Video Games,Games,USD,2014-09-19,80000.00,2014-08-25 17:39:44,97917.14,successful,999,US,97917.14,97917.14,80000.00 +"10661684,The Ames Project; Silhouette Children: A Documentary Film,Documentary,Film & Video,USD,2012-07-27,6000.00,2012-06-27 00:54:04,1495.00,failed,19,US,1495.00,1495.00,6000.00" +1066171657,The Teenage Textbook Musical Showcase,Musical,Theater,SGD,2017-09-24,4500.00,2017-09-06 04:47:17,5051.00,successful,40,SG,147.33,3719.71,3313.94 +1066172240,Rum & Bones: Second Tide,Tabletop Games,Games,USD,2016-04-29,80000.00,2016-04-11 21:01:01,917864.02,successful,5794,US,917864.02,917864.02,80000.00 +1066196260,FOIL Collectors Edition Playing Cards - w/ Gold Gilded Edges,Playing Cards,Games,USD,2017-02-22,2500.00,2017-02-11 20:00:07,4057.00,successful,75,US,2485.00,4057.00,2500.00 +1066200917,After The Day on the Road,Documentary,Film & Video,USD,2011-08-20,7000.00,2011-07-11 23:59:43,25.00,failed,1,US,25.00,25.00,7000.00 +1066218660,Dice Tower,Games,Games,EUR,2015-08-18,15000.00,2015-07-19 00:08:27,88.00,failed,2,AT,95.87,99.27,16921.43 +1066221382,Reklametafel Schriftzug für das Urania Theater in Köln,Theater,Theater,EUR,2017-11-28,2000.00,2017-10-29 00:17:45,1.00,failed,1,DE,0.00,1.19,2376.99 +1066221697,YJ JEEP WRANGLER BOLT ON HEADLIGHT CONVERSION KIT (Canceled),Product Design,Design,USD,2015-01-22,10000.00,2014-12-08 18:55:09,2857.00,canceled,4,US,2857.00,2857.00,10000.00 +1066247055,Purposely Living On Cloud 9,Nonfiction,Publishing,USD,2013-02-03,3333.00,2013-01-21 12:20:18,3517.00,successful,49,US,3517.00,3517.00,3333.00 +1066252223,Milk4 Cereal EP,Video Games,Games,USD,2016-07-15,115.00,2016-05-16 20:42:51,0.00,failed,0,US,0.00,0.00,115.00 +1066258389,Help Fund a Digital Version of Sky Dynasty on Tabletopia!,Tabletop Games,Games,USD,2015-09-20,100.00,2015-09-05 00:00:20,132.00,successful,11,US,132.00,132.00,100.00 +1066258775,High School Senior Media Final,Film & Video,Film & Video,USD,2016-04-23,27000.00,2016-03-09 05:08:32,0.00,failed,0,US,0.00,0.00,27000.00 +1066260259,Two Types of Sexism,Shorts,Film & Video,USD,2011-05-29,3300.00,2011-03-14 17:46:55,0.00,failed,0,US,0.00,0.00,3300.00 +1066263887,College Bound,Young Adult,Publishing,USD,2016-03-26,5000.00,2016-02-26 00:24:14,1.00,failed,1,US,1.00,1.00,5000.00 +1066270935,The World of Smog: On Her Majesty's Service,Tabletop Games,Games,USD,2014-11-09,25000.00,2014-10-30 20:00:36,101351.00,successful,1770,US,101351.00,101351.00,25000.00 +1066274708,La Belle et ses Bichons: Salto Road Trip,Action,Film & Video,USD,2015-07-09,500.00,2015-06-21 21:31:32,501.00,successful,13,US,501.00,501.00,500.00 +1066284186,Sad Girls Club plans the 1st millennial mental health tour!,Mixed Media,Art,USD,2017-07-01,20000.00,2017-06-01 14:20:09,3322.00,failed,58,US,188.00,3322.00,20000.00 +1066288676,Supermarket Of The Future (Canceled),Gadgets,Technology,USD,2016-07-20,100000.00,2016-06-20 17:27:18,0.00,canceled,0,US,0.00,0.00,100000.00 +1066292148,Coin Rings & Things - History at your Finger Tips,Crafts,Crafts,USD,2016-03-02,500.00,2016-02-01 06:52:02,2713.00,successful,47,US,2713.00,2713.00,500.00 +"1066295802,""WHO FAIR 2017: San Antonio,TX"",Events,Comics,USD,2015-03-24,100000.00,2015-02-22 23:47:54,2.00,failed,2,US,2.00,2.00,100000.00" +1066295960,Nature Boy,Narrative Film,Film & Video,USD,2016-04-14,4894.00,2016-03-20 15:04:39,4895.00,successful,37,US,4895.00,4895.00,4894.00 +1066307229,A Cry Farewell Album Recording,Rock,Music,USD,2011-07-01,8500.00,2011-05-16 04:47:46,150.00,failed,5,US,150.00,150.00,8500.00 +1066318739,True Frozen Shoulder - The Journeys,Nonfiction,Publishing,GBP,2015-05-10,5000.00,2015-04-24 04:51:23,70.00,failed,2,GB,104.51,109.97,7854.72 +"1066319085,""Jesse Barrera's 2nd Full Length Record """"From The Ground Up"""""",Music,Music,USD,2013-01-31,4500.00,2012-12-22 01:47:26,7641.01,successful,203,US,7641.01,7641.01,4500.00" +1066330576,A Blast in the Making: Bubble Soccer Marketing Video,Film & Video,Film & Video,USD,2016-10-14,1000.00,2016-09-19 05:04:18,287.00,failed,10,US,0.00,287.00,1000.00 +1066332624,Titanium Pocket Bit : Key Ring Screwdriver / EDC Multi-tool,Product Design,Design,USD,2015-07-30,2500.00,2015-06-29 16:00:07,91043.01,successful,5731,US,91043.01,91043.01,2500.00 +1066333657,The Muskoka Lamp,Product Design,Design,EUR,2015-08-31,60000.00,2015-07-31 00:26:39,512.00,failed,5,FR,567.25,570.26,66827.80 +1066343058,The DOORWAY,Music,Music,USD,2014-01-02,10000.00,2013-11-28 18:37:09,4185.00,failed,32,US,4185.00,4185.00,10000.00 +1066349211,In The Light ( A Tribute to Led Zeppelin ),Rock,Music,USD,2016-11-04,10000.00,2016-10-05 06:28:22,0.00,failed,0,US,0.00,0.00,10000.00 +1066364632,Melbourne street art,Fine Art,Photography,AUD,2015-01-14,655.00,2014-12-16 00:02:14,0.00,failed,0,AU,0.00,0.00,537.81 +1066390165,BlazeMusic.net,Apparel,Fashion,USD,2015-05-06,1000.00,2015-04-06 23:47:33,0.00,failed,0,US,0.00,0.00,1000.00 +"1066399874,""Monlink,Speed Charge & Sync Cable: know your charging power!"",Gadgets,Technology,CAD,2015-06-08,10000.00,2015-04-24 08:23:19,2139.00,failed,62,CA,1744.29,1738.60,8128.10" +1066400237,MADArt 2011 - Life After Dreams,Theater,Theater,USD,2011-04-12,2500.00,2011-02-09 15:34:28,3733.00,successful,40,US,3733.00,3733.00,2500.00 +1066400535,Basic Printer T-Shirts,Electronic Music,Music,USD,2012-08-07,200.00,2012-07-13 21:59:43,308.00,successful,16,US,308.00,308.00,200.00 +1066404227,Native Sun,Shorts,Film & Video,USD,2011-03-23,5000.00,2011-02-21 18:33:43,5050.05,successful,47,US,5050.05,5050.05,5000.00 +1066417732,Mashed Potatoes and Syrup,Shorts,Film & Video,USD,2012-10-15,500.00,2012-09-15 01:05:01,656.00,successful,19,US,656.00,656.00,500.00 +1066420317,Uprising - A Post-Apocalyptic Robot Comedy,Science Fiction,Film & Video,USD,2016-03-02,36800.00,2016-01-28 09:52:28,45243.00,successful,413,US,45243.00,45243.00,36800.00 +1066420709,The Starting Zone Podcast,Radio & Podcasts,Publishing,USD,2011-05-14,500.00,2011-04-14 18:54:30,565.00,successful,21,US,565.00,565.00,500.00 +1066421397,PaperHeart-A music video by Kristi Michele+Vitae Obscura,Film & Video,Film & Video,USD,2012-01-28,3668.00,2011-12-07 08:06:23,196.00,failed,6,US,196.00,196.00,3668.00 +1066422131,Double Masterpiece: A Nerdy & Dirty Comedy Hip Hop Album,Music,Music,USD,2011-04-25,1500.00,2011-03-24 06:04:38,2062.55,successful,62,US,2062.55,2062.55,1500.00 +1066446087,Nereus V – Vintage Dive / Tool Watch by Mavrik Watch Company,Design,Design,USD,2016-08-08,48000.00,2016-06-21 20:00:20,44429.00,canceled,120,US,44429.00,44429.00,48000.00 +106644923,Big Sur,Shorts,Film & Video,USD,2017-06-25,17000.00,2017-06-05 20:51:03,17091.73,successful,142,US,415.00,17091.73,17000.00 +1066460728,Savage Worlds Zombie Squad,Tabletop Games,Games,GBP,2017-03-02,1000.00,2017-01-31 20:51:40,8064.00,successful,163,GB,1977.97,9865.79,1223.44 +1066461961,Bay Area Metal T-Shirt,Product Design,Design,USD,2015-12-06,1000.00,2015-11-06 20:44:01,0.00,failed,0,US,0.00,0.00,1000.00 +1066470702,The Olympia Arts Perspective,Art,Art,USD,2011-04-02,3000.00,2011-03-01 00:25:11,3000.00,successful,44,US,3000.00,3000.00,3000.00 +1066486369,The Unlikely Story - From Homelessness To Prominence,Documentary,Film & Video,USD,2016-05-03,50000.00,2016-04-02 11:37:55,1582.00,failed,22,US,1582.00,1582.00,50000.00 +1066487621,d20 Dice Ties,Tabletop Games,Games,USD,2017-05-14,1000.00,2017-04-14 18:00:39,4407.00,successful,167,US,163.00,4407.00,1000.00 +1066495036,The Cereal Dating Chronicles,Film & Video,Film & Video,USD,2013-10-24,40000.00,2013-09-09 19:31:01,175.00,failed,3,US,175.00,175.00,40000.00 +1066501195,CONSUMED documentary exploring capitalism and sustainability,Documentary,Film & Video,USD,2011-08-20,25000.00,2011-07-21 09:03:45,820.00,failed,13,US,820.00,820.00,25000.00 +1066509300,Z Hunters,Action,Film & Video,AUD,2015-08-12,10000.00,2015-07-13 07:44:25,0.00,failed,0,AU,0.00,0.00,7387.16 +1066511853,MYTHIC: The Story Of Gods And Men (Canceled),Video Games,Games,USD,2012-06-10,80000.00,2012-04-26 06:35:10,4739.00,canceled,83,US,4739.00,4739.00,80000.00 +1066529054,The Global Network Of Your Common Interests,Apps,Technology,USD,2015-07-11,3500000.00,2015-06-11 19:36:40,550.00,failed,2,US,550.00,550.00,3500000.00 +1066542734,NINA B ROZE | Luxurious. Feminine. Activewear | MADE IN USA,Apparel,Fashion,USD,2015-06-22,20000.00,2015-05-11 17:33:02,29927.00,successful,152,US,29927.00,29927.00,20000.00 +1066566787,Live-Action/Machinima Hybrid,Webseries,Film & Video,USD,2013-03-29,5000.00,2013-02-27 01:02:29,27.00,failed,3,US,27.00,27.00,5000.00 +1066568546,Shaun Groves Christmas EP,Faith,Music,USD,2014-08-17,15540.00,2014-07-18 21:12:47,17960.00,successful,240,US,17960.00,17960.00,15540.00 +1066572000,Envelop: Reusable hand-dyed gift wrap cloths,Textiles,Art,USD,2017-09-20,100.00,2017-09-13 23:20:07,175.00,successful,10,US,0.00,175.00,100.00 +1066582949,Northmark,Video Games,Games,USD,2012-09-06,8000.00,2012-08-07 14:35:29,1140.15,failed,55,US,1140.15,1140.15,8000.00 +1066594183,Aurora - Twisted Robot Love Story,Narrative Film,Film & Video,USD,2013-05-26,50000.00,2013-04-26 15:30:51,56192.01,successful,357,US,56192.01,56192.01,50000.00 +1066600689,Help Build a TARDIS for Lexington Comic & Toy Con 2013!,Mixed Media,Art,USD,2013-01-28,200.00,2013-01-08 17:27:02,520.38,successful,39,US,520.38,520.38,200.00 +1066615603,Flash Photography Against Flash Floods,Photography,Photography,USD,2011-12-27,500.00,2011-10-28 23:14:32,605.00,successful,19,US,605.00,605.00,500.00 +1066625066,Dad's Favorite Dish,Food,Food,USD,2014-10-04,50.00,2014-08-05 18:16:38,0.00,failed,0,US,0.00,0.00,50.00 +106662651,Bandanimals - Unleash Your Wild Side!,Accessories,Fashion,CAD,2017-08-07,8000.00,2017-07-08 02:19:35,9965.00,successful,255,CA,1452.30,7839.05,6293.27 +1066630094,The Garageland Chronicles - The Feature Film,Narrative Film,Film & Video,USD,2017-11-02,3000.00,2017-10-01 20:38:23,6598.00,successful,110,US,1571.00,6598.00,3000.00 +1066637434,Real Context News,Journalism,Journalism,USD,2017-02-01,55555.00,2016-12-03 01:48:28,0.00,canceled,0,US,0.00,0.00,55555.00 +"1066642416,""Recordable Stuffed Animals, Custom Message Enclosed Within!"",Art,Art,USD,2015-02-27,20000.00,2015-01-13 17:44:08,3.00,failed,3,US,3.00,3.00,20000.00" +1066646029,theSaladBar: vegetable based nutrition bar!,Food,Food,USD,2015-11-19,10000.00,2015-10-20 18:15:25,10346.00,successful,170,US,10346.00,10346.00,10000.00 +"1066646874,""Buckbean Brewing Company's new canned beer, Tahoe Tessie IPA"",Food,Food,USD,2011-11-03,30000.00,2011-10-04 17:22:08,350.00,failed,11,US,350.00,350.00,30000.00" +1066652692,#luluzlemonade: fall friendsgiving!,Food,Food,USD,2014-11-18,1000.00,2014-10-29 12:44:49,2010.00,successful,39,US,2010.00,2010.00,1000.00 +"106665651,""Fine Art, Fine Fashion Made in Canada"",Apparel,Fashion,CAD,2016-09-23,15000.00,2016-08-24 23:07:44,15525.00,successful,27,CA,1361.60,11903.85,11501.30" +1066670512,Healing In Time,Film & Video,Film & Video,USD,2013-10-20,5900.00,2013-09-20 19:12:43,200.00,failed,2,US,200.00,200.00,5900.00 +1066672213,The Drizzle Bar: All-Natural Bacon Infused Organic EVOO,Bacon,Food,USD,2014-04-24,2800.00,2014-03-25 01:27:48,741.00,failed,25,US,741.00,741.00,2800.00 +1066677478,BIG HOSPITAL,Painting,Art,USD,2015-06-03,6500.00,2015-04-26 18:45:10,26417.00,successful,487,US,26417.00,26417.00,6500.00 +1066678068,On the Trail with Mike Schneider,Television,Film & Video,USD,2016-11-27,30000.00,2016-10-28 20:16:47,200.00,failed,3,US,0.00,200.00,30000.00 +"1066695988,""Have Blaster, Will Travel: A Bulldogs! Story Anthology"",Fiction,Publishing,USD,2012-04-29,1500.00,2012-04-03 15:21:39,4381.00,successful,207,US,4381.00,4381.00,1500.00" +1066705872,Vaudevival: Old is the new New,Dance,Dance,USD,2012-07-07,4000.00,2012-06-23 03:01:08,4029.73,successful,67,US,4029.73,4029.73,4000.00 +1066706710,Christian and Islamic Syncretism in 12th-Century Metaphysics,Academic,Publishing,EUR,2015-12-13,2000.00,2015-11-13 11:45:57,1305.00,failed,21,IT,1404.58,1414.10,2167.20 +1066733760,Geek Apparel,Apparel,Fashion,EUR,2016-02-04,25000.00,2015-12-16 10:02:31,1492.00,failed,21,FR,1642.20,1671.33,28004.93 +1066747672,An Englishman in Italy,Nonfiction,Publishing,EUR,2015-11-23,4500.00,2015-10-18 15:03:04,291.00,failed,12,IT,330.25,307.88,4761.00 +1066749250,What the Food?! game,Tabletop Games,Games,USD,2013-06-10,12000.00,2013-05-10 00:26:38,22601.08,successful,431,US,22601.08,22601.08,12000.00 +1066769487,FOURPLAY: TAMPA,Narrative Film,Film & Video,USD,2010-05-04,3500.00,2010-04-14 05:22:04,3505.00,successful,34,US,3505.00,3505.00,3500.00 +1066770663,The Back Button - What Happens When A 2015 Boy Goes to 1976,Family,Film & Video,USD,2014-11-24,5500.00,2014-10-25 00:33:06,0.00,failed,0,US,0.00,0.00,5500.00 +"1066777760,""Nailing an ArtPrize Landscape, Attracting an Appreciative Audience"",Painting,Art,USD,2010-10-06,1859.00,2010-09-20 17:42:58,520.00,failed,3,US,520.00,520.00,1859.00" +1066787751,Big Winners,Comedy,Film & Video,USD,2016-03-14,1500.00,2016-02-22 18:28:08,1971.00,successful,23,US,1971.00,1971.00,1500.00 +1066791064,Claddagh The Series,Webseries,Film & Video,USD,2013-03-31,5000.00,2013-01-30 19:46:51,50.00,failed,1,US,50.00,50.00,5000.00 +1066791163,Inspiration Without Expiration,Photography,Photography,GBP,2016-03-28,8000.00,2016-03-09 17:08:16,0.00,failed,0,GB,0.00,0.00,11447.71 +1066794478,Ginger Wabbit's Knitted Animals,Knitting,Crafts,USD,2014-08-29,300.00,2014-07-30 00:59:35,1000.00,successful,27,US,1000.00,1000.00,300.00 +106679752,Soy Yo,Photography,Photography,USD,2011-10-17,5000.00,2011-08-18 23:41:29,100.00,failed,3,US,100.00,100.00,5000.00 +1066799733,Art + Food: An Edible Urban Oasis (Canceled),Food,Food,USD,2011-04-12,5000.00,2011-02-10 22:51:22,963.00,canceled,21,US,963.00,963.00,5000.00 +"1066802858,""Magnetic Wood mount for Kindlefire, Iphone 4/4s, Ipad 3"",Product Design,Design,USD,2012-08-10,5000.00,2012-07-13 20:57:41,109.00,failed,3,US,109.00,109.00,5000.00" +1066806357,Busting Vegas Wide Open - How I Made $25k Gambling In 2014,Nonfiction,Publishing,USD,2015-03-15,100.00,2015-01-15 00:49:22,105.00,successful,5,US,105.00,105.00,100.00 +1066814512,64th Street Specialties,Small Batch,Food,USD,2014-10-26,45000.00,2014-09-26 21:29:47,435.00,failed,7,US,435.00,435.00,45000.00 +1066820608,Ben Travis Debut Album,Country & Folk,Music,USD,2016-11-02,3500.00,2016-10-03 18:17:36,136.00,failed,4,US,25.00,136.00,3500.00 +1066835737,Surviving the Zombie Apocalypse While Dating a Vampire,Fiction,Publishing,USD,2016-11-15,5000.00,2016-10-16 04:47:45,6210.00,successful,112,US,765.00,6210.00,5000.00 +"1066836547,""Jellybean Scoop - Support for Schools, Teachers & Students"",Web,Technology,CAD,2015-08-26,35000.00,2015-07-27 17:50:15,0.00,failed,0,CA,0.00,0.00,26373.30" +106684711,Game Over: Remix,Tabletop Games,Games,USD,2015-09-15,12000.00,2015-08-06 22:00:34,5058.00,failed,131,US,5058.00,5058.00,12000.00 +106684962,Lun Wah Tiki Bar Bathroom,Installations,Art,USD,2015-04-10,6000.00,2015-02-09 22:47:22,895.00,failed,14,US,895.00,895.00,6000.00 +1066860374,The Paris Positives Project,Mixed Media,Art,USD,2011-08-23,1000.00,2011-08-11 20:01:45,2115.00,successful,61,US,2115.00,2115.00,1000.00 +1066861265,buck,Apps,Technology,GBP,2014-11-23,20000.00,2014-10-24 06:08:42,4.00,failed,2,GB,6.42,6.28,31391.75 +1066867330,art show/projects,Painting,Art,USD,2017-02-12,10000.00,2016-12-22 06:22:57,10.00,failed,1,US,10.00,10.00,10000.00 +1066870289,Owl Adult Coloring Book,Illustration,Art,USD,2016-02-22,1000.00,2016-02-02 23:00:04,7.00,failed,3,US,7.00,7.00,1000.00 +1066872440,Light Painting DVD,Digital Art,Art,USD,2014-04-24,8000.00,2014-03-15 20:18:43,8999.00,successful,117,US,8999.00,8999.00,8000.00 +1066879957,Mac and Cheese,Small Batch,Food,USD,2014-07-29,10.00,2014-07-08 00:57:28,15.00,successful,2,US,15.00,15.00,10.00 +106688708,SOLDIERS' STORIES: Sharing Your Fathers' WWII Journey,Nonfiction,Publishing,USD,2016-04-30,10000.00,2016-03-29 16:42:00,10085.00,successful,99,US,10085.00,10085.00,10000.00 +1066888241,THONK - A Crowdsourced map of Scientific Evidence,Web,Technology,USD,2017-07-23,50000.00,2017-06-03 00:38:06,397.00,failed,13,US,163.00,397.00,50000.00 +1066891227,Cult: Awakening of the Old Ones,Video Games,Games,USD,2012-07-06,5000.00,2012-06-06 01:14:24,34026.89,successful,1267,US,34026.89,34026.89,5000.00 +1066891486,Road to a degree,Video Games,Games,USD,2016-07-17,5000.00,2016-05-18 17:00:26,60.00,failed,8,US,38.00,60.00,5000.00 +1066892418,Old-School MMO RPG (Canceled),Video Games,Games,USD,2012-11-19,20000.00,2012-10-05 22:03:37,2172.21,canceled,39,US,2172.21,2172.21,20000.00 +"1066893176,""""""Chicago Mazes,"""" a book where puzzles and art meet!"",Puzzles,Games,USD,2014-08-20,3500.00,2014-07-19 05:23:10,4333.00,successful,83,US,4333.00,4333.00,3500.00" +1066893758,Echoes of Eridu: Co-optional Roguelike Megaman-style action,Video Games,Games,USD,2014-05-11,20000.00,2014-04-11 12:31:00,20551.84,successful,572,US,20551.84,20551.84,20000.00 +1066900118,Kerrie Comilla's Debut Album!,Music,Music,USD,2012-02-22,3500.00,2012-01-18 02:02:28,700.00,failed,17,US,700.00,700.00,3500.00 +1066901634,Partner with your favorite Screws!,Performance Art,Art,USD,2015-04-21,15000.00,2015-03-27 05:02:22,3500.47,failed,19,US,3500.47,3500.47,15000.00 +1066903030,The Ambercrest Massacre,Movie Theaters,Film & Video,USD,2015-09-04,5000.00,2015-08-06 17:17:53,0.00,failed,0,US,0.00,0.00,5000.00 +1066904942,Ophelia Brown Publishing Launch: Make into Film Best Seller!,Young Adult,Publishing,USD,2017-07-01,2000.00,2017-05-11 14:56:48,100.00,failed,1,US,0.00,100.00,2000.00 +1066914827,The Skinny,Comedy,Film & Video,USD,2015-03-10,10000.00,2015-02-09 00:51:54,12153.00,successful,254,US,12153.00,12153.00,10000.00 +106691635,Danimal Lector - Upcoming Album/Features/Videos/Tour,Hip-Hop,Music,USD,2013-02-28,2000.00,2013-01-29 20:46:19,2035.00,successful,55,US,2035.00,2035.00,2000.00 +1066922572,Mei & Maio,Children's Books,Publishing,USD,2013-09-13,20000.00,2013-08-14 16:58:13,0.00,failed,0,US,0.00,0.00,20000.00 +1066924785,Custom wood signs made by Eric Parrillo,Woodworking,Crafts,USD,2016-07-31,5000.00,2016-06-29 02:21:57,6.00,failed,2,US,1.00,6.00,5000.00 +"1066929739,Just a taste... this is my first album.,Music,Music,USD,2016-01-04,8000.00,2015-12-04 08:02:28,0.00,undefined,0,""N,0"""""",,0.00,8000.00" +1066935020,The Light Restaurant and Unbar,Restaurants,Food,USD,2017-08-13,50000.00,2017-06-14 19:30:45,20.00,failed,1,US,0.00,20.00,50000.00 +1066935564,Pre Order the new Silver From the Flames CD HERE!!!!,Music,Music,USD,2012-09-27,1500.00,2012-08-28 19:17:58,1650.00,successful,40,US,1650.00,1650.00,1500.00 +106694093,RealBloodlines (Canceled),Television,Film & Video,USD,2014-08-11,20000.00,2014-07-27 19:06:53,12.00,canceled,3,US,12.00,12.00,20000.00 +"1066949939,""Siren Reef: Performance, Paintings, Sculptures and Video to Protect the Coral Reefs"",Theater,Theater,USD,2010-04-14,1500.00,2010-01-14 22:17:14,30.00,failed,2,US,30.00,30.00,1500.00" +1066951025,Bluewhale game controller - Release your Apple gaming power,Technology,Technology,USD,2015-06-12,50000.00,2015-05-12 14:31:53,453.00,canceled,8,US,453.00,453.00,50000.00 +1066961076,Fiddlin'-Old Time and Bluegrass Music Documentary,Documentary,Film & Video,USD,2016-09-12,15000.00,2016-07-26 19:42:06,23327.00,successful,106,US,1383.00,23327.00,15000.00 +"1066964083,""Commission """"Sapphire"""" - a new work for concert band"",Classical Music,Music,USD,2013-04-17,1000.00,2013-03-26 01:49:46,1210.00,successful,43,US,1210.00,1210.00,1000.00" +1066965197,Gravity,Mobile Games,Games,GBP,2017-03-15,4000.00,2017-02-13 18:49:06,0.00,failed,0,GB,0.00,0.00,4944.07 +1066967864,Essence Coffee Roasters,Drinks,Food,USD,2015-05-28,30000.00,2015-04-28 03:43:35,50.00,failed,2,US,50.00,50.00,30000.00 +10669693,Frozen Tiger - Project Management Portal,Technology,Technology,GBP,2015-03-14,100000.00,2015-02-12 10:09:30,0.00,canceled,0,GB,0.00,0.00,148531.03 +1066970594,JESUS CHRIST : CAPITAL DEFENDANT (Canceled),Documentary,Film & Video,USD,2012-02-13,40000.00,2012-01-14 16:24:49,2395.00,canceled,20,US,2395.00,2395.00,40000.00 +1066974391,Designs by NESSES,Graphic Design,Design,USD,2015-03-05,12500.00,2015-02-03 12:34:40,126.00,failed,3,US,126.00,126.00,12500.00 +1066978792,“The World We Are Creating: Toronto Edition” Book,Art Books,Publishing,CAD,2014-02-24,5500.00,2014-01-22 04:45:41,718.67,failed,15,CA,656.34,646.40,4946.93 +1066984402,LDAP Browser in Python+QT,Apps,Technology,CAD,2015-07-19,25000.00,2015-05-20 23:20:58,306.00,failed,13,CA,252.12,233.75,19097.09 +1066995153,The Sweeney Brothers Show,Musical,Theater,USD,2016-03-03,3500.00,2016-02-03 23:22:36,57.00,failed,3,US,57.00,57.00,3500.00 +1067000534,The Cycling Chicks Collection: Stylish Jewelry & Accessories,Accessories,Fashion,USD,2016-04-28,5500.00,2016-03-28 23:58:44,444.00,failed,5,US,444.00,444.00,5500.00 +1067002904,Highwayman: Winter Swarm by Michael Arnold (Canceled),Fiction,Publishing,GBP,2015-11-14,2000.00,2015-10-15 13:49:50,0.00,canceled,0,GB,0.00,0.00,3049.34 +1067012013,Dircky Dee and Dr.E Productions,Experimental,Film & Video,CAD,2015-04-19,25000.00,2015-02-18 22:58:04,0.00,failed,0,CA,0.00,0.00,20628.76 +1067013493,QUIKFIN: quick release for kiteboard and wakeboard fins,Product Design,Design,USD,2014-04-28,70000.00,2014-03-29 17:18:37,820.00,failed,14,US,820.00,820.00,70000.00 +1067013634,Tonight on Our Stage,Theater,Theater,CAD,2015-10-30,1500.00,2015-09-30 04:49:35,50.00,failed,2,CA,37.51,37.95,1138.52 +1067023255,Semester at Sea,Documentary,Film & Video,USD,2015-02-26,30000.00,2015-01-27 22:04:18,2.00,failed,2,US,2.00,2.00,30000.00 +1067027626,The Chatterton / McCright Duo CD,Classical Music,Music,USD,2015-10-25,5500.00,2015-09-25 21:12:58,5525.00,successful,38,US,5525.00,5525.00,5500.00 +1067031840,Play LA: The Movie,Film & Video,Film & Video,USD,2013-10-22,22000.00,2013-09-20 16:35:08,370.00,failed,7,US,370.00,370.00,22000.00 +106705268,Brother Bones: The Undead Avenger,Film & Video,Film & Video,USD,2017-08-06,100000.00,2017-06-07 22:56:14,6749.00,failed,79,US,1726.00,6749.00,100000.00 +1067066183,Band Promotional Photography. (Canceled),Photography,Photography,GBP,2013-12-24,1500.00,2013-10-25 14:12:12,1.00,canceled,1,GB,1.62,1.65,2476.68 +1067068062,Amazing sound quality via Bluetooth +KNOB,Product Design,Design,USD,2011-11-27,15000.00,2011-10-13 16:10:56,47574.00,successful,264,US,47574.00,47574.00,15000.00 +1067070825,The Undocumented Engineer,Nonfiction,Publishing,USD,2015-07-31,30000.00,2015-07-01 08:12:09,195.00,failed,5,US,195.00,195.00,30000.00 +106707588,COMIX: Beyond The Comic Book Pages - The Movie,Documentary,Film & Video,USD,2014-11-15,35000.00,2014-10-16 01:50:34,17486.00,failed,137,US,17486.00,17486.00,35000.00 +1067076197,Masters of Hawaiian Music Film Series 2016,Documentary,Film & Video,USD,2016-05-03,51000.00,2016-03-23 05:47:47,53332.00,successful,424,US,53332.00,53332.00,51000.00 +1067080573,FRONTIERS - Explore ? Discover ? Survive,Video Games,Games,USD,2013-07-17,50000.00,2013-06-17 16:49:02,157381.22,successful,4574,US,157381.22,157381.22,50000.00 +"1067082726,""Student IQMax Course, by The Wiseman Institute"",Software,Technology,USD,2014-09-07,3800.00,2014-08-08 11:53:35,6709.00,successful,54,US,6709.00,6709.00,3800.00" +10670860,It's our canvas!,Public Art,Art,USD,2015-08-09,6000.00,2015-07-10 21:42:59,0.00,failed,0,US,0.00,0.00,6000.00 +1067086673,Postcards from Lake Superior,Places,Photography,USD,2016-03-29,2500.00,2016-03-15 04:48:22,87.00,failed,4,US,87.00,87.00,2500.00 +1067087063,LabCandy - This Is What A Scientist Looks Like.,Interactive Design,Design,USD,2014-09-17,20000.00,2014-08-19 21:03:04,31035.00,successful,304,US,31035.00,31035.00,20000.00 +1067088207,Bight Lox,Sculpture,Art,USD,2014-09-14,1555.00,2014-08-15 21:31:26,0.00,failed,0,US,0.00,0.00,1555.00 +1067090627,SIMON SAYS,Documentary,Film & Video,USD,2012-05-26,40000.00,2012-04-26 03:25:12,1080.00,failed,4,US,1080.00,1080.00,40000.00 +1067105123,Gamer Sportswear - Cthulhu Gear,Games,Games,GBP,2014-07-30,500.00,2014-06-30 16:22:54,516.00,successful,9,GB,879.00,868.20,841.28 +1067113680,Thre3bound,Narrative Film,Film & Video,USD,2017-09-29,45850.00,2017-08-30 17:08:03,1521.00,failed,7,US,100.00,1521.00,45850.00 +1067115305,NeuroPlus: Improve Focus with Brain-Sensing Headset & Games,Wearables,Technology,USD,2017-10-27,100000.00,2017-09-19 16:00:10,138967.00,successful,516,US,2667.00,138967.00,100000.00 +1067128012,HermanboT - A wooden robot that wants to take over the world,Interactive Design,Design,USD,2015-11-11,2000.00,2015-10-12 19:39:40,52.00,canceled,3,US,52.00,52.00,2000.00 +1067130650,Dear Birthmothers: An outreach to adoptive moms,Nonfiction,Publishing,USD,2016-06-21,800.00,2016-06-07 07:47:59,2.00,failed,2,US,2.00,2.00,800.00 +1067131327,CopenhagenHammockAcademy,Architecture,Design,DKK,2016-09-17,10000.00,2016-08-18 20:06:32,405.00,failed,3,DK,0.00,60.92,1504.19 +1067142008,The website: WeControlCongress.us,Web,Technology,USD,2016-05-06,36000.00,2016-04-14 10:18:12,0.00,failed,0,US,0.00,0.00,36000.00 +1067143366,Praise Dome,Faith,Music,USD,2014-10-23,480000.00,2014-09-23 02:27:30,126.00,failed,3,US,126.00,126.00,480000.00 +1067147436,L0w1soft - Start up a young company,Mobile Games,Games,EUR,2016-02-17,2000.00,2016-01-18 17:18:40,55.00,failed,2,LU,60.03,61.03,2219.19 +1067151483,Misery Perfectum Eerie Vons Journey w Samhain Danzig Misfits,Documentary,Film & Video,USD,2015-05-05,75000.00,2015-03-06 04:05:23,11380.00,failed,170,US,11380.00,11380.00,75000.00 +"1067153768,""YOLKED """"Hatch A New Beginning"""" -- Healthy Fast Food"",Restaurants,Food,USD,2015-02-23,60000.00,2015-01-20 19:03:00,254.00,failed,9,US,254.00,254.00,60000.00" +"1067163623,""Coros LIVE, E-Paper Smartwatch, up to 6 Weeks Battery Life"",Wearables,Technology,USD,2015-04-21,20000.00,2015-03-22 13:55:10,7644.00,suspended,134,US,7644.00,7644.00,20000.00" +1067164307,service with a smile,Publishing,Publishing,USD,2016-07-01,15000.00,2016-06-01 23:00:31,0.00,failed,0,US,0.00,0.00,15000.00 +1067167274,Rate My Landlord,Web,Technology,AUD,2015-02-21,15000.00,2015-01-22 04:35:49,9.00,failed,5,AU,7.35,7.05,11742.60 +1067169715,Pack of Dogs Playing Cards: Pedigree Poker — USPCC Printed,Playing Cards,Games,USD,2014-10-26,10000.00,2014-09-26 22:30:25,11699.06,successful,260,US,11699.06,11699.06,10000.00 +1067184667,Millies Savory Teas - Comfort Food in a Broth,Food,Food,USD,2012-11-30,500.00,2012-10-31 08:43:29,1232.00,successful,36,US,1232.00,1232.00,500.00 +106719102,Comatose (Canceled),Animation,Film & Video,USD,2011-10-09,2200.00,2011-09-09 07:04:01,215.00,canceled,6,US,215.00,215.00,2200.00 +1067197373,Tales of a Small Town Collector,Documentary,Film & Video,CAD,2017-01-03,2000.00,2016-12-04 00:29:03,0.00,failed,0,CA,0.00,0.00,1508.52 +1067201923,Following The Past - A Supernatural Crime Story,Narrative Film,Film & Video,USD,2013-05-16,5000.00,2013-04-01 20:56:55,0.00,failed,0,US,0.00,0.00,5000.00 +1067203623,Jebadiah's Axe,Narrative Film,Film & Video,USD,2012-04-26,3000.00,2012-03-27 20:48:36,10.00,failed,1,US,10.00,10.00,3000.00 +106720388,Universe Game,Tabletop Games,Games,USD,2015-12-12,5000.00,2015-10-13 20:23:52,71.00,failed,3,US,71.00,71.00,5000.00 +"106720399,""Valenxe 4-in-1 Leggings, Tights, Shapewear as Pants."",Apparel,Fashion,CAD,2016-08-25,9000.00,2016-08-05 11:49:54,14628.00,successful,139,CA,2425.29,11353.62,6985.41" +1067204632,CART Mobile Art Gallery (Canceled),Art,Art,USD,2013-04-17,15000.00,2013-03-18 06:15:26,3055.00,canceled,53,US,3055.00,3055.00,15000.00 +"1067209349,Discover World,Publishing,Publishing,GBP,2015-04-20,1400.00,2015-02-28 06:15:33,0.00,undefined,0,""N,0"""""",,0.00,2116.72" +106721211,Maker Pipe. A better way to build.,Technology,Technology,USD,2015-10-23,100000.00,2015-09-23 06:28:34,15510.40,failed,110,US,15510.40,15510.40,100000.00 +1067214385,Forged Carbon Fiber Minimalist Wallet,Product Design,Design,USD,2016-02-23,15000.00,2016-01-21 19:33:55,824.00,failed,10,US,824.00,824.00,15000.00 +1067224287,NOLOSS: Anti-loss Leather Wallet,Product Design,Design,HKD,2017-09-30,46800.00,2017-08-31 10:52:01,46829.00,successful,63,HK,2143.00,5998.95,5995.23 +1067225272,Chris Wilhelm's New CD,Indie Rock,Music,USD,2011-06-07,2000.00,2011-05-08 23:32:01,2020.00,successful,29,US,2020.00,2020.00,2000.00 +1067227855,audiafauna's first full length studio album!!!,Hip-Hop,Music,USD,2011-02-01,8000.00,2010-11-19 21:30:37,8971.00,successful,127,US,8971.00,8971.00,8000.00 +1067241962,Holding present Trump accountable: documenting trump lies,Documentary,Film & Video,USD,2017-03-01,5000.00,2017-01-24 05:20:56,162.00,failed,1,US,162.00,162.00,5000.00 +1067244069,Lovely: A Poetry Book on Love and Loss,Poetry,Publishing,AUD,2017-11-14,6000.00,2017-10-31 13:51:41,6414.00,successful,82,AU,0.00,4839.66,4527.28 +1067256407,Armond Young :The Heaven Project (ep),Music,Music,USD,2015-12-19,15000.00,2015-11-19 00:27:14,0.00,failed,0,US,0.00,0.00,15000.00 +1067258212,Throttle Junkies Hardcore Clothing,Fashion,Fashion,USD,2015-10-29,20000.00,2015-09-29 18:22:42,105.00,failed,1,US,105.00,105.00,20000.00 +1067265551,Magigold World,Video Games,Games,USD,2015-04-04,5000.00,2015-03-05 18:54:03,0.00,failed,0,US,0.00,0.00,5000.00 +106726619,The Hand of Man,Public Art,Art,USD,2012-09-18,2500.00,2012-08-28 17:38:01,2618.00,successful,17,US,2618.00,2618.00,2500.00 +1067269923,Faultiere und Flamingos,Animals,Photography,EUR,2017-03-23,499.00,2017-02-21 22:02:21,10.00,failed,1,DE,0.00,10.80,539.17 +1067269932,Living Reflections: A Journal to Cultivate a Life of Praise!,Publishing,Publishing,USD,2016-07-27,5900.00,2016-07-06 18:15:40,6040.00,successful,69,US,373.00,6040.00,5900.00 +1067277063,The Lioness Oracle Tarot,Art,Art,USD,2016-10-30,5000.00,2016-09-30 17:06:35,5873.00,successful,108,US,2452.00,5873.00,5000.00 +1067277352,Benta Belts...Let one choose you,Accessories,Fashion,USD,2016-10-11,12000.00,2016-09-01 07:10:52,12159.00,successful,103,US,1891.00,12159.00,12000.00 +1067282279,TO BE A KING -- a Mafia novel set in Detroit,Fiction,Publishing,USD,2013-03-03,2500.00,2013-02-01 22:55:02,0.00,failed,0,US,0.00,0.00,2500.00 +1067282546,Chronicles of the Void Graphic Novel,Graphic Novels,Comics,GBP,2014-06-21,500.00,2014-05-22 00:27:56,78.00,failed,6,GB,131.17,132.85,851.63 +1067291160,Intentional Community for the overpriced land market in L.A.,Architecture,Design,USD,2016-08-14,750000.00,2016-06-17 01:49:54,611.00,failed,3,US,110.00,611.00,750000.00 +1067296258,Tha Movement Project,Hip-Hop,Music,USD,2014-09-12,5000.00,2014-08-13 16:27:12,15.00,failed,1,US,15.00,15.00,5000.00 +1067299294,Pepe Bigote Children's Books English & Spanish Short Stories,Children's Books,Publishing,USD,2014-07-13,6500.00,2014-06-19 00:34:34,4.00,failed,2,US,4.00,4.00,6500.00 +1067308064,Micro Wars,Games,Games,USD,2012-08-31,5500.00,2012-07-13 21:11:24,125.00,failed,4,US,125.00,125.00,5500.00 +1067308286,bikeCargo Grocery Bag Porter (Canceled),Gadgets,Technology,USD,2015-12-25,50000.00,2015-11-17 02:41:04,119.00,canceled,2,US,119.00,119.00,50000.00 +1067308701,Breathable x Water Proof hoodie w/10+ Practical Functions,Apparel,Fashion,USD,2016-01-01,25000.00,2015-11-12 17:16:15,124110.00,successful,1093,US,124110.00,124110.00,25000.00 +1067313182,Broke Folks Survival Guide,Publishing,Publishing,USD,2012-07-28,3500.00,2012-06-28 07:29:08,201.00,failed,8,US,201.00,201.00,3500.00 +"1067320337,""37 U.S. Navy Sailors Murdered, an American story"",Drama,Film & Video,USD,2015-07-10,2000000.00,2015-05-11 18:05:32,0.00,failed,0,US,0.00,0.00,2000000.00" +1067326498,5th Fridays @ The Bread,Hip-Hop,Music,USD,2014-08-29,1000.00,2014-08-15 04:36:42,0.00,failed,0,US,0.00,0.00,1000.00 +1067331691,Creative Literature & Arts Project,Art Books,Publishing,GBP,2015-07-30,2200.00,2015-06-29 12:53:37,25.00,failed,1,GB,39.37,38.94,3426.68 +1067332123,Het Oog des Meesters - Editie 5 - Nederlandse versie,Tabletop Games,Games,EUR,2017-11-12,2500.00,2017-10-10 16:15:35,9085.00,successful,77,BE,1891.91,10715.72,2948.74 +1067344228,Crossing Souls: An Adventure Between Life and Death,Video Games,Games,USD,2014-12-17,45000.00,2014-11-17 14:45:04,51983.99,successful,1752,US,51983.99,51983.99,45000.00 +1067344960,Don Quixote US Tour,Performances,Dance,USD,2015-08-22,12000.00,2015-07-22 04:05:03,15684.00,successful,80,US,15684.00,15684.00,12000.00 +1067346602,Chicken Family,Restaurants,Food,MXN,2017-01-12,120000.00,2016-11-28 06:51:32,11000.00,failed,2,MX,0.00,507.97,5541.45 +1067364513,Masontown's First Full-Length Album!,Country & Folk,Music,USD,2017-03-11,13000.00,2017-02-15 17:47:24,13338.00,successful,257,US,315.00,13338.00,13000.00 +1067365360,JJ Waller's Blackpool volume 01,Photobooks,Photography,GBP,2015-11-09,4800.00,2015-10-18 21:19:59,272.00,failed,12,GB,419.97,414.08,7307.38 +1067365635,NINJA SPHERE: Next Generation Control of Your Environment,Hardware,Technology,AUD,2014-01-12,115000.00,2013-11-13 03:33:33,702937.50,successful,1772,AU,659563.30,617858.40,101081.13 +1067387652,Janessa,Faith,Music,USD,2015-04-19,10000.00,2015-03-19 04:14:11,450.00,failed,9,US,450.00,450.00,10000.00 +1067395541,Chicago Street Life Photo & 4K Video Documentary,Documentary,Film & Video,USD,2014-11-27,10000.00,2014-10-28 21:18:27,221.00,failed,5,US,221.00,221.00,10000.00 +1067397590,Dutch Boy and The Electric Kid (Canceled),Drama,Film & Video,USD,2015-09-11,200000.00,2015-08-12 21:59:42,0.00,canceled,0,US,0.00,0.00,200000.00 +1067405091,Let the kids dance,Performances,Dance,USD,2016-01-16,475000.00,2015-11-17 21:16:40,6.00,failed,2,US,6.00,6.00,475000.00 +1067405399,Open Science Tracker,Software,Technology,USD,2010-12-25,1000.00,2010-09-26 20:50:06,1000.00,successful,24,US,1000.00,1000.00,1000.00 +"1067408133,""Master, duplicate and release """"A Place Of My Own"""""",Rock,Music,USD,2011-05-02,540.00,2011-04-02 02:51:20,610.00,successful,21,US,610.00,610.00,540.00" +1067410502,What's Grosser Than Gross? (Canceled),Tabletop Games,Games,USD,2015-04-26,25000.00,2015-03-27 17:22:21,800.00,canceled,8,US,800.00,800.00,25000.00 +1067415455,Flight Drum Tour and Festival,Music,Music,USD,2013-07-17,3500.00,2013-06-17 01:28:06,100.00,failed,3,US,100.00,100.00,3500.00 +1067418480,We're ready to go mobile!,Food,Food,USD,2014-01-07,5000.00,2013-11-28 00:40:07,215.00,failed,11,US,215.00,215.00,5000.00 +1067421886,Keeping Up Accessories,Fashion,Fashion,USD,2017-07-17,5000.00,2017-06-16 02:11:12,1103.00,failed,25,US,253.00,1103.00,5000.00 +1067430698,shadowtrain,Documentary,Film & Video,USD,2012-02-07,55000.00,2011-12-09 17:49:01,250.00,failed,7,US,250.00,250.00,55000.00 +1067432092,Im Baking Cookies,Food,Food,CAD,2014-07-30,20.00,2014-07-09 03:32:16,0.00,failed,0,CA,0.00,0.00,18.30 +1067435044,Open Weaves: Ricaurte Paja Toquilla Panama Hats,Accessories,Fashion,USD,2015-07-14,250.00,2015-07-04 16:12:52,310.00,successful,4,US,310.00,310.00,250.00 +"1067451060,""Major Motion Picture """"Asarum"""" (Canceled)"",Fantasy,Film & Video,USD,2015-02-27,300000.00,2015-01-28 20:46:10,1000.00,canceled,1,US,1000.00,1000.00,300000.00" +106745223,The Persian Empire (ROYAL EDITION)- Playing Card by Bicycle,Design,Design,USD,2013-11-15,13000.00,2013-10-16 22:13:43,4810.00,failed,209,US,4810.00,4810.00,13000.00 +1067452489,Munch Wagon- Food Truck,Food Trucks,Food,USD,2015-05-17,20000.00,2015-04-27 18:40:27,0.00,failed,0,US,0.00,0.00,20000.00 +1067452550,Moving Forward And Upward Only! No Looking Backward!,Events,Food,USD,2017-06-25,100000.00,2017-04-26 10:34:27,227.00,failed,9,US,142.00,227.00,100000.00 +1067453648,Project Muddy Pallet Cabin,Architecture,Design,USD,2014-10-17,20000.00,2014-09-17 00:38:10,1.00,failed,1,US,1.00,1.00,20000.00 +1067453693,camPAIN the Game,Tabletop Games,Games,USD,2012-01-27,27500.00,2011-12-19 12:54:21,311.00,failed,9,US,311.00,311.00,27500.00 +1067454397,Theodore's Big Screen Endeavor,Shorts,Film & Video,USD,2011-06-13,1000.00,2011-05-13 18:40:13,1065.49,successful,44,US,1065.49,1065.49,1000.00 +"1067455295,""Zyon Gooden's """"Soldier 2 Artist"""" Independent Solo Album"",Pop,Music,USD,2015-04-28,10000.00,2015-02-27 05:27:58,1541.00,failed,19,US,1541.00,1541.00,10000.00" +1067458699,The Debut Album from Circumnavigate!,Music,Music,GBP,2017-07-31,2000.00,2017-07-04 13:02:34,2067.00,successful,31,GB,19.50,2717.23,2629.16 +1067464444,ArchiNATI-An architecture festival for Cincinnati,Public Art,Art,USD,2011-09-15,1000.00,2011-08-25 17:57:43,1816.00,successful,13,US,1816.00,1816.00,1000.00 +106747179,Faces of Africa: A Book of Photos (Canceled),Photography,Photography,USD,2012-06-08,30000.00,2012-04-10 01:54:06,0.00,canceled,0,US,0.00,0.00,30000.00 +1067482125,Praxis Zero,Product Design,Design,USD,2012-01-04,24000.00,2011-12-13 17:25:49,11931.00,failed,21,US,11931.00,11931.00,24000.00 +1067486706,JustType - Self-learning virtual keyboard,Technology,Technology,SEK,2015-06-03,40000.00,2015-05-04 18:38:29,12071.00,failed,62,SE,1437.00,1449.55,4803.42 +"1067496018,""HQ: Headquarters Eugene, Oregon"",Comedy,Theater,USD,2017-11-01,5000.00,2017-09-02 09:51:16,5011.00,successful,38,US,70.00,5011.00,5000.00" +1067497271,Nemesis VR,Video Games,Games,GBP,2017-10-18,7000.00,2017-09-18 21:49:27,176.00,canceled,9,GB,0.00,232.08,9230.44 +1067499392,PoD - Portable Power on Demand (Suspended),Gadgets,Technology,USD,2014-08-14,1500.00,2014-07-15 01:01:27,8406.00,suspended,56,US,8406.00,8406.00,1500.00 +"1067503683,""""""A Bird Will Sing"""" - The New Album by Serena Jost"",Indie Rock,Music,USD,2010-09-18,10000.00,2010-06-21 22:00:26,10055.00,successful,123,US,10055.00,10055.00,10000.00" +1067507848,Tap'N'Trap: funny mobile game about no joking matter,Mobile Games,Games,CAD,2015-10-07,20000.00,2015-09-07 09:01:29,14.00,failed,1,CA,10.54,10.82,15460.73 +1067512820,The Institution Theater - 4 New Shows and 1 New Theater!,Theater,Theater,USD,2012-02-16,20000.00,2012-01-17 19:06:27,22415.71,successful,294,US,22415.71,22415.71,20000.00 +1067514891,Release the Skyline Album,Rock,Music,USD,2012-10-17,300.00,2012-09-17 22:17:39,301.00,successful,8,US,301.00,301.00,300.00 +1067517542,Endure,Faith,Music,USD,2014-12-13,2500.00,2014-11-12 19:51:18,2741.00,successful,17,US,2741.00,2741.00,2500.00 +1067520299,Crafteroid Alpha Demo,Video Games,Games,USD,2011-11-01,5000.00,2011-09-30 07:19:22,80.00,failed,5,US,80.00,80.00,5000.00 +1067532708,The Granny Whites Studio Album and Show Tour,Music,Music,USD,2013-01-20,1500.00,2012-11-21 06:01:22,1698.00,successful,50,US,1698.00,1698.00,1500.00 +1067534067,ESPER: The Horror Roleplaying Game,Tabletop Games,Games,USD,2012-09-22,8000.00,2012-08-23 02:27:02,231.00,failed,9,US,231.00,231.00,8000.00 +1067536813,LABYRINTH OUTBREAK: DEAD OF WINTER,Live Games,Games,AUD,2014-06-06,1600.00,2014-05-10 04:11:05,1945.00,successful,51,AU,1820.94,1815.72,1493.65 +1067537639,The Diary of a Love Tragedy,Nonfiction,Publishing,USD,2015-02-24,8000.00,2015-01-25 02:16:40,2.00,failed,2,US,2.00,2.00,8000.00 +"1067542627,""White/Omega 7"""""",Indie Rock,Music,USD,2013-01-02,1600.00,2012-12-03 23:52:41,1659.00,successful,27,US,1659.00,1659.00,1600.00" +1067547574,Art in a Suitcase,Art,Art,USD,2014-10-03,3000.00,2014-09-03 20:22:02,3783.00,successful,54,US,3783.00,3783.00,3000.00 +1067555907,Band Missing! Help us to remake it,Indie Rock,Music,EUR,2015-08-08,2000.00,2015-06-19 10:29:08,9.00,failed,2,IT,10.22,10.05,2234.19 +"1067560748,""""""Blackpine Falls"""" Horror/Fantasy Film"",Film & Video,Film & Video,USD,2016-03-13,400.00,2016-02-29 22:31:38,490.00,successful,9,US,490.00,490.00,400.00" +1067573445,Educational Rap Album,Hip-Hop,Music,USD,2012-11-24,15000.00,2012-10-25 22:14:47,50.00,failed,2,US,50.00,50.00,15000.00 +1067578981,Birch Plywood and Brass Knife Rack,Product Design,Design,AUD,2017-08-17,12000.00,2017-07-18 13:54:16,22.00,canceled,1,AU,0.00,17.42,9499.68 +"1067596384,""In Your Eyes 7"""" Record"",Pop,Music,USD,2011-06-13,600.00,2011-05-14 21:13:59,682.01,successful,39,US,682.01,682.01,600.00" +106759784,Rifiuti solidi umani,Poetry,Publishing,EUR,2017-10-15,20000.00,2017-09-15 14:31:03,1.00,failed,1,IT,0.00,1.18,23635.91 +1067604952,Grind. Pray. Clothing - Plant Seeds. Pray for Rain.,Apparel,Fashion,USD,2015-06-22,1000.00,2015-06-01 17:57:01,25.00,failed,1,US,25.00,25.00,1000.00 +1067605225,Jillion: An Open-Source JavaScript Framework for HTTP/2,Software,Technology,USD,2016-04-01,25000.00,2016-03-02 18:14:36,25.00,failed,2,US,25.00,25.00,25000.00 +1067623141,VULTURES! (Canceled),Tabletop Games,Games,USD,2015-04-26,6000.00,2015-03-27 16:23:07,855.00,canceled,22,US,855.00,855.00,6000.00 +1067626577,12L Motorcycle Tail Bag,Product Design,Design,USD,2017-10-12,8000.00,2017-09-12 12:30:59,19279.00,successful,199,US,1005.00,19279.00,8000.00 +1067627055,Hogger Logger,Tabletop Games,Games,USD,2014-09-15,9500.00,2014-08-12 17:04:06,12279.05,successful,341,US,12279.05,12279.05,9500.00 +1067631869,Sweet Violet Bride: A Nature-Inspired Wedding Magazine,Publishing,Publishing,USD,2013-07-15,10000.00,2013-06-10 15:07:29,1765.00,failed,28,US,1765.00,1765.00,10000.00 +1067634219,Steam (Suspended),Games,Games,USD,2015-06-19,10.00,2015-05-20 16:54:37,5.00,suspended,1,US,5.00,5.00,10.00 +1067636403,Lil Tea's Clothing,Apparel,Fashion,USD,2014-08-02,4500.00,2014-06-23 15:31:45,4500.00,successful,13,US,4500.00,4500.00,4500.00 +1067646314,Beer People: An exploration of Michigan beer and breweries,Documentary,Film & Video,USD,2011-10-19,750.00,2011-10-04 02:28:57,800.00,successful,29,US,800.00,800.00,750.00 +1067647990,Help The White Elephant Record Their Second Album,Indie Rock,Music,USD,2012-12-19,5000.00,2012-11-19 19:00:07,5360.00,successful,53,US,5360.00,5360.00,5000.00 +1067650757,UNICORN SKY POST PRODUCTION PROJECT,Narrative Film,Film & Video,USD,2014-02-14,1200.00,2014-01-16 16:54:47,1460.00,successful,39,US,1460.00,1460.00,1200.00 +1067654348,OTHERWORLD,Video Games,Games,USD,2016-02-03,5400.00,2016-01-04 21:08:04,22.00,failed,3,US,22.00,22.00,5400.00 +"1067657683,""Obsession: Pride, Intrigue, & Prejudice in Victorian England"",Tabletop Games,Games,USD,2017-12-13,15000.00,2017-11-13 12:28:24,36632.00,successful,645,US,359.00,36632.00,15000.00" +"1067668005,""The 'Broken' Trilogy...Shockingly, graphic London crime."",Fiction,Publishing,EUR,2017-06-09,9000.00,2017-05-19 17:07:05,1.00,failed,1,ES,0.00,1.12,10058.45" +1067672295,HÄNGAR - The worlds most comfortable travel footrest,Product Design,Design,CAD,2018-01-11,5000.00,2017-12-12 07:56:22,8125.00,live,105,CA,1036.70,6490.13,3993.93 +1067679115,www.SMARTPHONEDOCTOR.co.uk,Technology,Technology,GBP,2015-01-22,15000.00,2014-12-23 15:58:52,54.00,failed,4,GB,84.47,80.92,22476.96 +1067680299,The Polaris Experience - Concept Album & Performance,Electronic Music,Music,GBP,2014-11-02,3500.00,2014-10-04 01:03:34,1061.25,failed,38,GB,1720.06,1678.85,5536.84 +106768057,Tarantini Gabriele Milano,Fashion,Fashion,GBP,2015-07-22,7000.00,2015-06-30 21:05:20,0.00,failed,0,GB,0.00,0.00,10832.22 +1067694078,Skin Goods Co. - Classic Bags & Wallets. Premium Leather.,Design,Design,USD,2014-07-11,150.00,2014-07-04 00:59:13,6395.00,successful,38,US,6395.00,6395.00,150.00 +1067699359,Prints-4-Press,Art,Art,USD,2012-03-07,3500.00,2012-01-27 18:12:54,180.00,failed,3,US,180.00,180.00,3500.00 +1067704855,On the Trail of Trump,Immersive,Theater,CAD,2016-03-31,444000.00,2016-02-03 15:12:56,10.00,failed,1,CA,7.15,7.68,340804.42 +1067705676,Join the Brown Girl Movement!,Apparel,Fashion,USD,2014-08-25,25000.00,2014-07-26 00:35:39,195.00,failed,6,US,195.00,195.00,25000.00 +"1067720300,""Capturing California: A journey with a twist, YOU."",Photography,Photography,USD,2013-05-04,3000.00,2013-04-03 06:28:20,311.00,failed,7,US,311.00,311.00,3000.00" +106772267,Angelina's Bridal Consignment Boutique,Couture,Fashion,USD,2015-02-24,10000.00,2015-01-27 21:31:32,12.00,failed,3,US,12.00,12.00,10000.00 +1067734769,Smart Cargo for iPad™,Product Design,Design,USD,2013-08-09,10000.00,2013-06-10 16:59:18,45629.00,successful,1809,US,45629.00,45629.00,10000.00 +1067750934,The Art of You Too,Jazz,Music,USD,2016-01-29,3500.00,2015-12-30 09:00:29,50.00,failed,2,US,50.00,50.00,3500.00 +106776189,Raspberry Pi Micro-USB On / Off Power Switch Circuit,Hardware,Technology,USD,2013-03-08,1250.00,2013-02-16 01:43:35,5731.42,successful,241,US,5731.42,5731.42,1250.00 +1067770009,Quiescent - 'The Doldrums' EP,Music,Music,GBP,2014-12-01,350.00,2014-11-10 23:11:27,365.00,successful,35,GB,578.91,572.53,549.00 +1067773873,Adventures of Sparky - Search for the Butterfly Tattoo,Fiction,Publishing,USD,2014-06-28,1285.00,2014-05-23 20:51:55,5.00,failed,1,US,5.00,5.00,1285.00 +1067783824,The Chilly Bean,Food Trucks,Food,USD,2016-09-07,20000.00,2016-08-08 22:24:08,3055.00,failed,12,US,2910.00,3055.00,20000.00 +1067788691,Planting Seeds: 5 Ways to Empower Our Black Daughters,Nonfiction,Publishing,USD,2017-02-05,2200.00,2017-01-06 09:28:37,45.00,failed,2,US,0.00,45.00,2200.00 +1067790360,HuskrBot Team 6412,Technology,Technology,USD,2014-05-05,1500.00,2014-03-31 18:44:26,1532.00,successful,34,US,1532.00,1532.00,1500.00 +1067790807,My next horror/thriller novel (Canceled),Fiction,Publishing,GBP,2014-02-05,5000.00,2014-01-11 10:56:17,0.00,canceled,0,GB,0.00,0.00,8163.40 +1067791110,The Necromance Years Revisited EP (Canceled),Metal,Music,USD,2015-12-07,4000.00,2015-11-01 04:02:31,1048.13,canceled,23,US,1048.13,1048.13,4000.00 +1067805871,11:11 Peridot Portal : A Key to Evolving Consciousness,Art,Art,USD,2011-05-02,11110.00,2011-03-07 03:27:57,2496.11,failed,64,US,2496.11,2496.11,11110.00 +1067823536,ProtoZero - A Raspberry Pi Zero Prototyping Board,DIY Electronics,Technology,GBP,2016-01-22,500.00,2015-12-22 23:11:52,4782.00,successful,361,GB,7131.81,6849.24,716.15 +1067836426,The B.O.T.I. - Bigger on the Inside Proto-type,Technology,Technology,USD,2014-11-10,254560.00,2014-09-26 23:09:39,10.00,failed,1,US,10.00,10.00,254560.00 +1067837608,Custom printed Lego Minifigure with your Design,Graphic Design,Design,EUR,2016-02-04,3500.00,2016-01-05 01:24:12,273.00,failed,8,IE,296.46,305.81,3920.69 +"1067838105,""Murder as a Call to Love, the Zen of Forgiveness--the book"",Publishing,Publishing,USD,2011-06-08,7600.00,2011-03-09 22:04:13,4705.50,failed,77,US,4705.50,4705.50,7600.00" +1067838721,CIII: Even Celestina Gets The Blues,Indie Rock,Music,USD,2012-01-02,5000.00,2011-12-03 19:34:45,100.00,failed,1,US,100.00,100.00,5000.00 +1067846699,The 30 Day TRAVEL SOCK - GUARANTEED FOR LIFE - Wool Fresh,Footwear,Fashion,USD,2016-07-08,10000.00,2016-06-07 18:28:56,22241.00,suspended,516,US,22241.00,22241.00,10000.00 +"1067846854,""""""Faith & Justice"""" Series Season 1 Project"",Drama,Film & Video,USD,2014-07-07,7500.00,2014-06-07 04:03:53,1016.00,failed,29,US,1016.00,1016.00,7500.00" +1067849193,The Most Unique Mobile Game,Mobile Games,Games,CAD,2017-02-23,500.00,2017-01-24 00:56:19,26.00,failed,3,CA,18.76,19.83,381.42 +106785728,Elizabeth's Precious Kitty - A Stage Play,Theater,Theater,USD,2013-06-23,3500.00,2013-05-17 18:39:39,254.00,failed,11,US,254.00,254.00,3500.00 +1067864679,Three60 Beer brewing System,Technology,Technology,USD,2017-02-23,400000.00,2017-01-09 22:57:59,2016.00,failed,11,US,234.00,2016.00,400000.00 +106786825,One Take EP,Hip-Hop,Music,GBP,2015-07-17,2000.00,2015-06-17 00:11:46,0.00,failed,0,GB,0.00,0.00,3118.71 +1067870670,Dragon Grip,Product Design,Design,USD,2012-06-25,40000.00,2012-04-26 02:10:41,3498.00,failed,49,US,3498.00,3498.00,40000.00 +1067871168,ARTkids,Art,Art,USD,2013-08-28,3000.00,2013-07-29 18:48:06,3409.00,successful,71,US,3409.00,3409.00,3000.00 +1067873569,Kitty Guard,Product Design,Design,USD,2015-09-10,80000.00,2015-08-11 01:44:11,103.00,failed,3,US,103.00,103.00,80000.00 +1067874177,A Vulture's Tale - Graduation Film,Shorts,Film & Video,GBP,2014-04-22,700.00,2014-04-03 21:47:52,713.00,successful,26,GB,1185.93,1198.46,1176.61 +1067879723,PMNEWS for a better world - Por un mundo mejor,Web,Journalism,USD,2015-11-18,28000.00,2015-09-19 02:46:05,0.00,failed,0,US,0.00,0.00,28000.00 +"1067887012,Dreams to Reality,Publishing,Publishing,USD,2015-06-06,2000.00,2015-05-07 20:20:01,0.00,undefined,0,""N,0"""""",,0.00,2000.00" +1067889387,THE CABIN SISTERS - Zosia and Clara Mamet,Country & Folk,Music,USD,2013-06-09,32000.00,2013-05-26 21:56:45,2783.69,failed,80,US,2783.69,2783.69,32000.00 +1067892209,The Big Surprise,Children's Books,Publishing,USD,2014-10-27,3000.00,2014-09-27 17:33:29,100.00,failed,2,US,100.00,100.00,3000.00 +1067905053,MyFitDog - Best Fit Friend,Hardware,Technology,USD,2014-02-07,30000.00,2014-01-08 07:06:25,30088.00,successful,91,US,30088.00,30088.00,30000.00 +"1067908340,""Luke's WorldClass Heirloom Tomato Juice, Nectar, Bloody Mary"",Food,Food,USD,2013-06-01,7700.00,2013-04-18 13:56:17,751.00,failed,15,US,751.00,751.00,7700.00" +1067913232,Sondheim Alive,Musical,Theater,USD,2016-12-10,5000.00,2016-11-10 21:09:07,50.00,failed,1,US,0.00,50.00,5000.00 +1067924950,Pinhole Pro: Professional Pinhole Lens For DSLR & SLR Camera,Camera Equipment,Technology,CAD,2017-06-05,20000.00,2017-05-06 01:27:15,189051.00,successful,1905,CA,6909.72,139944.48,14804.94 +1067926490,Raqs Macabre (Dance Macabre),Performances,Dance,CAD,2014-07-10,4500.00,2014-06-04 18:58:03,4540.00,successful,33,CA,4167.88,4266.52,4228.93 +"1067930555,""Radian 2: Time Lapse, Motion, and Wireless Camera Control"",Hardware,Technology,USD,2015-06-05,153471.00,2015-05-07 18:58:56,272238.00,successful,916,US,272238.00,272238.00,153471.00" +1067948819,Quickguard >> full length bicycle mudguard,Product Design,Design,AUD,2017-11-11,30000.00,2017-10-12 08:23:56,35760.44,successful,496,AU,112.82,26982.90,22636.38 +1067961952,121C Boards: The Longboard Crafted From Rockets,Space Exploration,Technology,USD,2017-10-28,15000.00,2017-09-13 19:15:07,42492.50,successful,121,US,16811.00,42492.50,15000.00 +1067962580,Erik the Viking's Debut Full Length Studio Album,Country & Folk,Music,USD,2017-12-17,8000.00,2017-11-17 01:47:38,9260.00,successful,88,US,4525.00,9260.00,8000.00 +1067963856,Rural Uganda Stringed Instrument Preservation,World Music,Music,USD,2016-10-23,800.00,2016-09-23 17:32:39,825.00,successful,20,US,240.00,825.00,800.00 +1067984061,Confine,Art Books,Publishing,EUR,2017-09-01,8500.00,2017-07-03 09:30:50,9141.37,successful,287,IT,2325.33,10896.46,10131.95 +1067987398,THE BIG FREEZE,Music,Music,GBP,2015-09-09,11300.00,2015-08-10 15:18:49,60.00,failed,6,GB,92.97,92.54,17428.05 +1067989062,turnUP Watches - 1 Watch with 100 Interchangeble Combos,Fashion,Fashion,USD,2014-02-13,5000.00,2014-01-14 02:00:50,175.00,canceled,7,US,175.00,175.00,5000.00 +1067990444,MUM,Shorts,Film & Video,USD,2013-02-04,4000.00,2013-01-01 17:28:57,4348.00,successful,98,US,4348.00,4348.00,4000.00 +1067990710,Pokemon Adventures Online (Canceled),Video Games,Games,USD,2015-12-06,400.00,2015-11-06 23:47:23,80.00,canceled,5,US,80.00,80.00,400.00 +1067993914,THE BUS: Off Broadway to Westboro Baptist Church (Canceled),Theater,Theater,USD,2011-06-20,87500.00,2011-05-17 15:00:43,10380.00,canceled,125,US,10380.00,10380.00,87500.00 +1067996023,Journal of the Earth (Canceled),Periodicals,Publishing,USD,2012-10-05,57750.00,2012-09-05 21:49:54,1185.00,canceled,23,US,1185.00,1185.00,57750.00 +1067996069,Dopess Alliance - The UNI Project! Join our movement!,Music,Music,USD,2013-12-06,3500.00,2013-10-22 22:21:33,30.00,failed,2,US,30.00,30.00,3500.00 +1068002509,Daily Jobs,Technology,Technology,USD,2015-07-05,50000.00,2015-06-04 23:33:05,600.00,failed,1,US,600.00,600.00,50000.00 +1068013436,Child Eater,Shorts,Film & Video,USD,2012-01-30,5000.00,2011-12-01 14:26:32,5337.00,successful,78,US,5337.00,5337.00,5000.00 +1068016425,T is for T-Shirts: An Alpha-Sketch Project,Fashion,Fashion,USD,2012-07-06,7150.00,2012-06-06 23:27:52,4565.00,failed,37,US,4565.00,4565.00,7150.00 +1068016896,SO FUNNY,Narrative Film,Film & Video,USD,2013-05-31,43000.00,2013-05-04 16:53:03,47338.00,successful,349,US,47338.00,47338.00,43000.00 +"1068042028,""Times Nine/Slaymaker - Greatest Hits 7"""" !! (Canceled)"",Rock,Music,USD,2012-03-02,1000.00,2012-02-01 07:36:39,0.00,canceled,0,US,0.00,0.00,1000.00" +1068055256,ROOM FOR RENT THE SERIES,Film & Video,Film & Video,USD,2011-04-19,3000.00,2011-03-19 20:38:19,195.00,failed,11,US,195.00,195.00,3000.00 +"1068061107,""Tatch: Best way to attach any 10"""" tablet to any headrest."",Product Design,Design,USD,2013-11-18,7400.00,2013-10-17 18:38:29,850.00,failed,36,US,850.00,850.00,7400.00" +"1068061805,""Rock Musical eBook with BudaRest """"Too Much To Remember"""""",Rock,Music,USD,2013-03-11,1000.00,2013-02-09 14:26:19,1346.00,successful,53,US,1346.00,1346.00,1000.00" +1068074438,NEW MUSIC: A BRIDGE TO BEIJING,Classical Music,Music,USD,2013-03-31,3000.00,2013-02-23 06:05:45,4191.00,successful,61,US,4191.00,4191.00,3000.00 +1068074727,Introducing Teddy: a story about being yourself,Children's Books,Publishing,AUD,2015-09-14,10500.00,2015-08-08 05:58:14,20161.19,successful,435,AU,14773.61,14655.22,7632.48 +1068076867,Stolen,Mixed Media,Art,USD,2013-07-31,30000.00,2013-07-01 17:08:45,2521.00,failed,22,US,2521.00,2521.00,30000.00 +1068091126,Capital City Percussion Needs New Instruments,Music,Music,USD,2014-08-17,1000.00,2014-07-18 01:13:40,1033.00,successful,14,US,1033.00,1033.00,1000.00 +1068092491,Infinity Blanket,Product Design,Design,USD,2014-03-22,5000.00,2014-02-20 19:11:12,827.00,failed,13,US,827.00,827.00,5000.00 +1068100249,Migo—A Portable Internet-enabled 3D Printer,3D Printing,Technology,USD,2017-12-14,100000.00,2017-11-14 17:12:42,156967.00,successful,556,US,24531.00,156967.00,100000.00 +106810991,Normandy photo-realistic 28mm terrain,Tabletop Games,Games,GBP,2015-12-22,4000.00,2015-10-23 07:45:15,4924.50,successful,48,GB,7597.81,7342.44,5964.01 +1068110465,The Pink Couch Project,Photography,Photography,USD,2011-08-07,17500.00,2011-06-23 16:43:18,380.00,failed,10,US,380.00,380.00,17500.00 +1068120852,Lilith:An Intermedia Dance Experience,Dance,Dance,USD,2012-01-03,1000.00,2011-11-04 02:33:26,1155.00,successful,28,US,1155.00,1155.00,1000.00 +1068122080,1d100 - A Book of Lists,Tabletop Games,Games,USD,2013-07-25,350.00,2013-06-25 19:00:17,18208.01,successful,788,US,18208.01,18208.01,350.00 +1068126751,Stripop - Splits Bandages Open,Gadgets,Technology,USD,2018-01-04,10.00,2017-11-20 19:29:59,262.00,live,18,US,50.00,262.00,10.00 +1068127869,Future Bike: Live Challenge,Design,Design,GBP,2016-03-29,12000.00,2016-03-09 10:32:23,12081.00,successful,58,GB,17218.31,17287.47,17171.56 +"1068130027,""Westminster BA Fine Art Degree Show 2015 """"NAMES"""""",Mixed Media,Art,GBP,2015-05-16,1000.00,2015-04-16 17:30:20,1379.00,successful,54,GB,2035.67,2156.78,1564.02" +1068144554,The Willow: The World's First Hanging Car Window Pillow,Product Design,Design,USD,2017-11-18,2500.00,2017-10-17 15:02:30,2579.00,canceled,54,US,1444.00,2579.00,2500.00 +"1068147354,""BLEEN, The Graphic Novel"",Graphic Novels,Comics,USD,2016-07-27,3000.00,2016-06-12 22:29:33,356.00,failed,8,US,356.00,356.00,3000.00" +"1068149169,""""""Revenge & Retribution"""" Portfolio"",Film & Video,Film & Video,USD,2013-02-08,3000.00,2012-12-12 07:07:57,10.00,failed,1,US,10.00,10.00,3000.00" +"1068149721,""The """"Crit"""" d20 Dice in new Colors"",Gaming Hardware,Games,USD,2017-07-22,1000.00,2017-06-22 18:27:18,10920.00,successful,461,US,4450.00,10920.00,1000.00" +1068153265,Crochet Kidz Boutique,Crochet,Crafts,CAD,2014-07-23,2500.00,2014-06-23 22:51:40,151.00,failed,4,CA,140.36,140.23,2321.69 +1068153580,2ooUnique Mixtape & 5-Song EP,Hip-Hop,Music,USD,2016-09-07,5000.00,2016-08-08 22:17:20,1229.00,failed,22,US,120.00,1229.00,5000.00 +1068156823,ANTIQUE PRAYERS: Distribution for Faith Based Film,Narrative Film,Film & Video,USD,2015-07-27,4790.00,2015-06-26 10:41:19,331.00,failed,7,US,331.00,331.00,4790.00 +1068157186,The Wing Man,Shorts,Film & Video,USD,2013-11-28,4000.00,2013-10-29 18:47:07,1110.00,failed,8,US,1110.00,1110.00,4000.00 +1068160099,Prince Pangur Ban the Fluffy the Collected Series,Webcomics,Comics,USD,2015-06-14,8000.00,2015-05-15 16:00:37,12275.00,successful,219,US,12275.00,12275.00,8000.00 +106816185,Liberty: Deception Vol. 1 - A Sci-fi Comic Adventure,Graphic Novels,Comics,USD,2016-04-24,20000.00,2016-03-15 21:02:44,20947.00,successful,184,US,20947.00,20947.00,20000.00 +1068169493,The Air Force's Best Kept Secret: Fiction by Michael Kirk,Fiction,Publishing,USD,2012-06-30,4000.00,2012-05-16 16:43:26,10.00,failed,1,US,10.00,10.00,4000.00 +1068176368,The Friper,Crafts,Crafts,USD,2014-08-25,200.00,2014-08-05 19:34:48,30.00,failed,3,US,30.00,30.00,200.00 +"106817670,""""""Kayfabe: Game of Death,"""" a large scale performance work by Sam Mickens."",Theater,Theater,USD,2010-06-06,3500.00,2010-03-09 01:02:21,1205.00,failed,24,US,1205.00,1205.00,3500.00" +"1068185873,""FIVER! A New, Unique Mobile Social App. Give a FIVER!"",Apps,Technology,USD,2014-09-27,25000.00,2014-07-29 16:51:00,0.00,failed,0,US,0.00,0.00,25000.00" +1068188626,Drop's Circus,Performances,Dance,EUR,2017-04-16,2000.00,2017-02-15 02:38:32,0.00,failed,0,FR,0.00,0.00,2139.61 +1068189773,Artistic Spring Playing Cards,Playing Cards,Games,DKK,2015-05-14,35000.00,2015-04-21 19:28:38,36620.00,successful,215,DK,5301.56,5556.90,5311.08 +"10681968,""first book writing, Thriller, Fiction, Horror"",Fiction,Publishing,EUR,2017-07-31,3500.00,2017-07-01 12:46:40,65.00,canceled,3,FR,5.72,77.14,4153.81" +106819733,G's Diner,Food,Food,USD,2017-01-27,30000.00,2016-11-29 00:10:10,20.00,failed,2,US,0.00,20.00,30000.00 +106821588,Community Supported Cheese at Cyril's: SEPTEMBER,Food,Food,USD,2013-09-19,1480.00,2013-09-05 23:31:55,1600.00,successful,40,US,1600.00,1600.00,1480.00 +"10682249,""SunStream Earth, Clean Energy."",Technology,Technology,USD,2014-03-29,50000.00,2014-02-27 19:57:54,1816.00,failed,24,US,1816.00,1816.00,50000.00" +1068231390,HeyFood - the smart recipe app designed for you,Food,Food,GBP,2017-10-27,15000.00,2017-09-26 09:30:49,2215.00,failed,59,GB,925.23,2900.16,19639.93 +1068233286,Greedy pigs,Food Trucks,Food,GBP,2015-07-22,1500.00,2015-07-07 00:24:07,0.00,failed,0,GB,0.00,0.00,2321.19 +1068237187,The Allan Book,Comics,Comics,USD,2011-11-10,5500.00,2011-10-23 02:43:12,1445.69,failed,52,US,1445.69,1445.69,5500.00 +1068239038,THE MOON WALKER - A mechanical watch by OVD,Product Design,Design,HKD,2017-03-02,100000.00,2017-01-23 06:42:28,171570.00,successful,34,HK,12258.87,22097.01,12879.30 +"1068247511,""""""Through the Shadows"""" AND an acoustic hymns album!"",Rock,Music,USD,2013-06-02,6700.00,2013-05-06 16:38:08,7731.00,successful,61,US,7731.00,7731.00,6700.00" +"1068248742,""Revolver: A Road Trip Romance in Exile, Feature Film"",Narrative Film,Film & Video,USD,2013-11-16,99000.00,2013-10-18 15:02:47,105684.91,successful,1531,US,105684.91,105684.91,99000.00" +1068253291,Rogues and Scoundrels: Rethink the Recital,Music,Music,USD,2011-03-25,1500.00,2011-01-23 03:27:39,1520.00,successful,44,US,1520.00,1520.00,1500.00 +1068254558,22 Kings Makes an Album!,Music,Music,USD,2013-01-09,4500.00,2012-12-10 20:11:55,350.00,failed,6,US,350.00,350.00,4500.00 +1068256370,Couture Table (Canceled),Crafts,Crafts,USD,2012-03-23,800.00,2012-02-22 06:28:55,0.00,canceled,0,US,0.00,0.00,800.00 +1068257298,Test Tune & Track,Product Design,Design,USD,2014-08-03,550200.00,2014-06-04 18:55:09,0.00,failed,0,US,0.00,0.00,550200.00 +1068263368,Sustaining Beauty: Waste Glass as Gorgeous Glass,Sculpture,Art,USD,2012-06-03,3500.00,2012-04-04 20:35:29,3741.00,successful,24,US,3741.00,3741.00,3500.00 +1068265664,Island Wood + Titanium Alloy Sunglasses: Superior Comfort,Product Design,Design,USD,2016-11-04,10000.00,2016-09-20 17:30:48,6696.00,failed,74,US,555.00,6696.00,10000.00 +106826823,Horror Show,Comics,Comics,GBP,2014-10-21,2666.00,2014-09-21 23:40:09,3196.60,successful,130,GB,5207.05,5130.73,4279.09 +1068271559,Legendary Rupees,Crafts,Crafts,CAD,2014-01-20,600.00,2013-12-16 20:37:08,4707.00,successful,196,CA,4446.68,4255.11,542.40 +"1068283648,""Good Times lubricants ,No mess, No Stress,"",Product Design,Design,USD,2015-03-19,10000.00,2015-02-17 10:29:49,0.00,failed,0,US,0.00,0.00,10000.00" +1068285081,Foodez,Restaurants,Food,USD,2016-07-09,40000.00,2016-05-25 07:31:31,50.00,failed,1,US,0.00,50.00,40000.00 +"1068285784,""Pool-Pets! An exciting, underwater pool toy for children"",Interactive Design,Design,USD,2016-01-30,11500.00,2015-12-31 15:57:04,2076.00,failed,50,US,2076.00,2076.00,11500.00" +"1068292219,""Rock, Paper, Scissors: Advanced Tactics (Tabletop Game)"",Tabletop Games,Games,USD,2017-04-05,500.00,2017-03-16 18:03:36,51.00,canceled,4,US,0.00,51.00,500.00" +1068302812,Multi-Application Brackets: (MAB),Product Design,Design,USD,2016-07-09,250000.00,2016-06-07 16:38:10,0.00,failed,0,US,0.00,0.00,250000.00 +1068305346,Becoming a Certified Vegan Chef,Vegan,Food,USD,2015-01-27,3250.00,2015-01-13 18:18:51,38.00,failed,6,US,38.00,38.00,3250.00 +1068306169,Life size Gears of War prop gun: Hammer of Dawn,Art,Art,USD,2014-04-20,200.00,2014-03-31 20:15:53,0.00,failed,0,US,0.00,0.00,200.00 +1068314225,A Book at Midnight - Edgar Allan Poe Edition,Art,Art,GBP,2013-09-30,2500.00,2013-08-30 16:47:15,6598.00,successful,147,GB,10250.20,10590.01,4012.58 +"1068317094,""Student Makers Festival, Folkestone"",Design,Design,GBP,2013-11-02,2000.00,2013-09-18 22:04:02,2254.00,successful,59,GB,3582.84,3624.49,3216.05" +1068319973,Marketing and album release 2017,Hip-Hop,Music,USD,2017-04-21,100000.00,2017-03-27 07:21:56,0.00,failed,0,US,0.00,0.00,100000.00 +1068332045,Orgasmo de la Boca goes green!,Food,Food,USD,2010-10-31,900.00,2010-09-15 23:42:29,380.00,failed,14,US,380.00,380.00,900.00 +1068334307,The Great Discovery of Self & Selfie,Shorts,Film & Video,USD,2015-04-14,1000.00,2015-03-30 17:43:26,1785.00,successful,40,US,1785.00,1785.00,1000.00 +1068341355,Doubble Dippers - A Mobile Food Industry Revolution,Food Trucks,Food,USD,2015-04-04,35000.00,2015-02-27 21:02:25,200.00,failed,4,US,200.00,200.00,35000.00 +1068348361,The Keep System for Game Storage and Travel,Tabletop Games,Games,USD,2012-10-31,250000.00,2012-10-01 17:00:01,58602.00,failed,538,US,58602.00,58602.00,250000.00 +106835434,Todd the Zombie: The Movie (Canceled),Animation,Film & Video,GBP,2014-12-15,50000.00,2014-10-31 11:07:51,0.00,canceled,0,GB,0.00,0.00,78239.91 +1068359973,Everette Hartsoe's HELL RIOT #0-ZOMBIE HUNTER X EDITION,Comic Books,Comics,USD,2017-01-16,99.00,2017-01-01 03:09:13,4606.00,successful,84,US,1537.00,4606.00,99.00 +"1068377273,""Eduardo Arenas, Chicano Batman bassist, debuts solo album!"",World Music,Music,USD,2016-10-29,5500.00,2016-09-29 02:01:28,10260.00,successful,189,US,2003.00,10260.00,5500.00" +"1068378440,""Salvage, A World Premiere (Canceled)"",Theater,Theater,USD,2012-04-19,10000.00,2012-03-20 17:17:52,375.00,canceled,4,US,375.00,375.00,10000.00" +"1068381991,""""""Flipping the Switch"""" A Short Film"",Shorts,Film & Video,USD,2011-10-17,33000.00,2011-09-17 18:46:29,560.00,failed,12,US,560.00,560.00,33000.00" +"106839073,""LAST 24 HOURS!!! The Green Beetle Shop, Fun Insect Art"",Design,Design,USD,2014-07-04,9500.00,2014-06-04 17:27:07,5328.00,failed,59,US,5328.00,5328.00,9500.00" +1068410428,PHILOPHOBIA Feature Film,Horror,Film & Video,USD,2017-05-05,12000.00,2017-04-14 20:37:22,3200.00,failed,17,US,0.00,3200.00,12000.00 +106841576,Educate our kids about sustainable farming and nutrition!,Farms,Food,USD,2017-08-04,25000.00,2017-07-14 18:29:15,253.00,failed,6,US,0.00,253.00,25000.00 +1068428812,Valley of the Sun Publishing,Publishing,Publishing,USD,2016-10-18,71600.00,2016-08-19 01:14:37,19.00,failed,3,US,0.00,19.00,71600.00 +1068431281,Wall Socket 2.1 amp USB Charger w/ 180° Plug Rotation,Hardware,Technology,USD,2015-05-18,35000.00,2015-04-03 17:35:22,5799.00,canceled,45,US,5799.00,5799.00,35000.00 +1068433303,Rainbow Families Coloring Book,Children's Books,Publishing,USD,2012-07-01,10000.00,2012-06-01 02:00:22,3855.22,failed,71,US,3855.22,3855.22,10000.00 +1068437282,Double Chocolate Caramel Shortbread,Food,Food,GBP,2015-02-13,100.00,2015-01-14 19:48:32,31.00,failed,2,GB,47.07,47.67,153.78 +"1068438851,""""""Rogue Wing."""" An animated short by Dark Matter Video!"",Animation,Film & Video,USD,2011-06-12,4999.00,2011-04-13 22:33:07,7172.55,successful,89,US,7172.55,7172.55,4999.00" +1068454279,CURSE OF THE SUNSET STARLET film festival submission funds,Shorts,Film & Video,USD,2013-03-17,2250.00,2013-02-28 05:52:21,2575.00,successful,28,US,2575.00,2575.00,2250.00 +1068462945,Mystery Brewing Company: A Non-Traditional Approach to Artisanal Ales,Food,Food,USD,2010-07-24,40000.00,2010-05-16 17:11:10,44259.01,successful,243,US,44259.01,44259.01,40000.00 +"1068465546,""Dragon Pens: Jade Dragon, Fire Dragon, Dragon Egg"",Woodworking,Crafts,USD,2017-10-19,1500.00,2017-09-18 15:56:44,5544.00,successful,50,US,660.00,5544.00,1500.00" +1068472774,Tatanka,Documentary,Film & Video,USD,2012-12-25,11000.00,2012-11-28 22:23:35,13654.00,successful,151,US,13654.00,13654.00,11000.00 +1068473297,Isabelle's DIY Jewelry Studio Fund,Art,Art,USD,2014-06-20,235.00,2014-05-21 23:23:16,453.00,successful,18,US,453.00,453.00,235.00 +106847516,Fishbones by Jisuk Cho,Fiction,Publishing,USD,2014-03-11,1000.00,2014-02-09 19:57:37,10637.00,successful,289,US,10637.00,10637.00,1000.00 +10684812,SLEW HAMPSHIRE: A Tapestry of Transcendental Terror (with a Tacky Title) ,Narrative Film,Film & Video,USD,2010-09-01,15000.00,2010-08-04 08:10:00,16221.55,successful,79,US,16221.55,16221.55,15000.00 +"1068481940,""""""Waiting"""": A Soulful Journey into the Taboo"",Rock,Music,USD,2017-11-18,2000.00,2017-11-02 05:32:45,2085.10,successful,62,US,92.77,2085.10,2000.00" +"1068489168,""Kegels for Hegel Presents """"F*cking with Philosophers"""""",Conceptual Art,Art,USD,2013-04-17,500.00,2013-03-20 18:34:11,1048.66,successful,51,US,1048.66,1048.66,500.00" +"1068491740,""It's so much better when everyone is in, are you in? Incubus"",Narrative Film,Film & Video,USD,2014-08-07,30000.00,2014-07-08 21:49:24,0.00,failed,0,US,0.00,0.00,30000.00" +1068495286,Smart Energy Explorer (SEE),Apps,Technology,USD,2015-08-28,18000.00,2015-07-24 22:55:28,120.00,failed,3,US,120.00,120.00,18000.00 +1068495603,Gaming center,Video Games,Games,EUR,2016-06-22,70000.00,2016-05-23 19:44:55,2.00,failed,2,BE,2.24,2.21,77461.91 +"1068506954,""Help Fund Thurkills Vision's New Album """"The Light"""""",Metal,Music,USD,2015-06-28,4000.00,2015-05-09 23:56:40,4084.00,successful,40,US,4084.00,4084.00,4000.00" +1068509406,The Hungry Pedaler,Documentary,Film & Video,USD,2010-08-21,6500.00,2010-07-27 08:00:58,7772.45,successful,126,US,7772.45,7772.45,6500.00 +1068511373,I Heart It apparel,Fashion,Fashion,USD,2013-07-13,5000.00,2013-06-13 23:11:33,261.00,failed,8,US,261.00,261.00,5000.00 +1068513770,SquawkTALK - Craigslist Search - Fast and Easy,Web,Technology,USD,2015-04-15,2000.00,2015-03-16 17:07:22,45.00,failed,1,US,45.00,45.00,2000.00 +1068514299,Storyteller Notebook Collection,Product Design,Design,USD,2014-12-08,1000.00,2014-11-27 20:44:48,1041.00,successful,18,US,1041.00,1041.00,1000.00 +1068534171,Fish Hook Survival Bracelets,Fashion,Fashion,USD,2013-03-21,2500.00,2013-02-19 20:56:12,3714.00,successful,159,US,3714.00,3714.00,2500.00 +"1068550455,""Entrepreneur, The Movie"",Film & Video,Film & Video,USD,2016-12-01,1000.00,2016-11-16 07:37:45,1007.00,successful,11,US,103.00,1007.00,1000.00" +"1068551005,""Save the ENVIRONMENT & MONEY. Mobile coupon wallet, COUWALLA"",Apps,Technology,USD,2015-06-08,100000.00,2015-05-21 18:41:51,0.00,failed,0,US,0.00,0.00,100000.00" +1068554755,Travel Upstream - The definitive app for travel photography,Places,Photography,GBP,2016-07-15,100000.00,2016-06-15 10:47:04,10.00,failed,2,GB,0.00,13.36,133629.10 +1068557408,Lily Pad West Coast Edition,Public Art,Art,USD,2012-03-05,5000.00,2012-02-04 02:41:15,90.00,failed,5,US,90.00,90.00,5000.00 +1068559779,CONTRACT - An Episodic Novel,Fiction,Publishing,USD,2015-08-03,5000.00,2015-06-19 18:41:26,920.00,failed,12,US,920.00,920.00,5000.00 +106856138,All In One Reviews,Web,Technology,AUD,2014-11-20,5000.00,2014-10-21 10:15:30,0.00,failed,0,AU,0.00,0.00,4356.54 +1068574460,Giants in the Sky are making a new album,Indie Rock,Music,USD,2013-05-05,1000.00,2013-04-05 21:45:18,1195.00,successful,27,US,1195.00,1195.00,1000.00 +1068589023,Tearadactyl Running,Apparel,Fashion,USD,2016-04-07,10000.00,2016-03-08 16:00:33,842.00,failed,15,US,842.00,842.00,10000.00 +1068590488,The Mystery and Magic of the Warm Heart of Africa,Photography,Photography,USD,2014-01-07,2500.00,2013-12-06 22:18:13,2864.00,successful,37,US,2864.00,2864.00,2500.00 +1068590981,Boom: Exploring the Social Impact on Oil Boom Communities,Documentary,Film & Video,USD,2013-10-01,10000.00,2013-08-29 00:40:58,10517.00,successful,84,US,10517.00,10517.00,10000.00 +1068591299,Chamberlain's Fakery Cafe,Spaces,Food,USD,2016-07-22,5000.00,2016-07-07 05:26:33,121.00,failed,3,US,20.00,121.00,5000.00 +1068595967,Urban Street Photography Project,Photography,Photography,USD,2015-11-09,500.00,2015-09-10 20:24:05,0.00,failed,0,US,0.00,0.00,500.00 +1068608079,A Year In Analog: A 365 Instant Photo Project,Photography,Photography,USD,2013-04-28,1200.00,2013-04-08 23:56:36,447.00,failed,22,US,447.00,447.00,1200.00 +1068630566,The Dark Brotherhood Resurrection: Part 2 (Canceled),Video Games,Games,USD,2012-11-30,44000.00,2012-10-31 18:15:04,701.00,canceled,13,US,701.00,701.00,44000.00 +1068634954,Pirate Booty!,Music,Music,USD,2012-04-28,15000.00,2012-02-28 02:19:10,20.00,failed,1,US,20.00,20.00,15000.00 +1068642168,The Sheriff of Galway Bay,Shorts,Film & Video,GBP,2017-03-27,500.00,2017-03-07 14:52:29,770.00,successful,27,GB,6.14,962.22,624.82 +"1068643931,""Kitnetik: Dry, store, organise sports (running/cycling) kit"",Product Design,Design,GBP,2017-11-20,2200.00,2017-11-08 17:55:40,2467.00,successful,44,GB,107.99,3287.76,2931.93" +1068645001,New EP/Music Development,Rock,Music,USD,2015-04-23,3500.00,2015-03-18 16:20:34,1.00,failed,1,US,1.00,1.00,3500.00 +1068645804,Hellyfish,Shorts,Film & Video,USD,2012-02-27,10000.00,2012-02-01 06:34:43,10111.66,successful,137,US,10111.66,10111.66,10000.00 +1068646400,Recruitment Opportunity Management System (Hired Square),Software,Technology,CAD,2015-10-24,150000.00,2015-09-24 22:29:44,0.00,failed,0,CA,0.00,0.00,113851.99 +1068651902,Best Dog Gift Ever! - LeashPod Relaunched by Popular Demand,Hardware,Technology,USD,2017-01-31,1000.00,2016-12-02 20:41:03,246.00,failed,6,US,47.00,246.00,1000.00 +1068653809,EightOneSeven Store,Apparel,Fashion,USD,2014-10-06,6000.00,2014-09-06 04:41:30,0.00,failed,0,US,0.00,0.00,6000.00 +1068654675,The Green Mountain Upset,Documentary,Film & Video,USD,2013-10-06,15000.00,2013-09-06 16:56:59,15251.00,successful,103,US,15251.00,15251.00,15000.00 +1068662325,Vintage Theatre Needs Puppets!,Theater,Theater,USD,2011-11-13,3000.00,2011-10-04 17:45:11,3694.00,successful,44,US,3694.00,3694.00,3000.00 +1068670247,occupy the edge,Mixed Media,Art,USD,2012-08-20,2000.00,2012-07-21 21:27:23,0.00,failed,0,US,0.00,0.00,2000.00 +1068674720,Aliham Clothing Company Headwear Collection,Apparel,Fashion,USD,2015-01-18,1000.00,2014-12-19 23:10:04,0.00,failed,0,US,0.00,0.00,1000.00 +"1068678830,""Art Residency, Moscow, Russia"",Mixed Media,Art,CAD,2015-06-07,10000.00,2015-04-08 23:44:36,20.00,failed,1,CA,16.04,16.26,8128.10" +106868626,Service Dogs & The Lives They Touch,Nonfiction,Publishing,USD,2011-10-30,3500.00,2011-08-31 15:21:49,1753.00,failed,14,US,1753.00,1753.00,3500.00 +"1068687060,""Urban Munchkinz """"Little men with big boy attitudes"""""",Fashion,Fashion,USD,2013-12-04,20000.00,2013-11-04 18:13:22,5165.00,failed,32,US,5165.00,5165.00,20000.00" +1068696042,TKO Libations: Make Your Mark!!,Restaurants,Food,USD,2017-05-27,2000.00,2017-04-27 01:56:13,5545.00,successful,32,US,2420.00,5545.00,2000.00 +1068697174,Can We Make the World Smell Pretty? No Sweat!,Crafts,Crafts,USD,2014-10-28,86.00,2014-09-28 01:42:10,324.00,successful,17,US,324.00,324.00,86.00 +1068699979,Mountain Devil-Women's Ski & Snowboard Outerwear,Apparel,Fashion,USD,2017-12-12,50000.00,2017-11-12 00:46:43,637.00,failed,9,US,147.00,637.00,50000.00 +1068707400,Food Truck to cook anywhere such the many festivals in La.,Food Trucks,Food,USD,2015-06-05,30000.00,2015-05-06 22:45:08,10.00,failed,1,US,10.00,10.00,30000.00 +1068712311,A solo exhibition by Stuart Sandford,Photography,Photography,USD,2011-06-27,15000.00,2011-05-23 21:22:24,7972.00,failed,44,US,7972.00,7972.00,15000.00 +106871642,Innovative Motorcycle Stands by dynamoto,Product Design,Design,AUD,2015-09-30,29800.00,2015-08-19 10:42:47,31335.00,successful,67,AU,23121.49,22035.86,20956.40 +"1068722749,""Margate - """"Rock 'n Roll Reserve"""" EP"",Music,Music,USD,2011-04-30,2500.00,2011-03-31 19:28:12,3240.66,successful,48,US,3240.66,3240.66,2500.00" +1068727936,LYL,Apparel,Fashion,USD,2016-10-24,50000.00,2016-08-25 18:27:54,0.00,canceled,0,US,0.00,0.00,50000.00 +"1068739017,""Dr.Hans' first physical album, on vinyl + print and stickers"",Music,Music,GBP,2013-05-02,2000.00,2013-04-02 12:02:47,0.00,failed,0,GB,0.00,0.00,3110.90" +1068739342,Season 3 of Great Interviews. We're talking Shakespeare.,Theater,Theater,USD,2013-11-21,4500.00,2013-10-22 15:37:34,4875.50,successful,77,US,4875.50,4875.50,4500.00 +1068746852,UNTIL MY TIME IS UP (writing + photography project),Conceptual Art,Art,USD,2017-09-08,300.00,2017-08-09 16:41:20,540.00,successful,16,US,370.00,540.00,300.00 +1068750759,The Local Language Project Book,Nonfiction,Publishing,GBP,2014-03-09,2000.00,2014-01-18 15:48:59,85.00,failed,6,GB,138.89,141.06,3318.95 +"1068751681,""NANCE's Kickstarter - Album, Music Videos, Promo"",Hip-Hop,Music,USD,2017-08-06,7000.00,2017-07-07 00:14:22,10724.00,successful,102,US,220.00,10724.00,7000.00" +1068753088,Tibetan Stupa Peace Mandala~~Humboldt~One More Day,Public Art,Art,USD,2014-06-12,10008.00,2014-04-13 07:39:36,11044.22,successful,43,US,11044.22,11044.22,10008.00 +1068754166,Tales of Fallen London: The Silver Tree,Video Games,Games,USD,2012-09-02,10000.00,2012-08-03 11:25:52,45503.22,successful,1013,US,45503.22,45503.22,10000.00 +106875763,Maraschino Video Series,Sound,Technology,USD,2017-05-13,4000.00,2017-04-13 21:30:40,31382.00,successful,45,US,0.00,31382.00,4000.00 +1068762173,The Somber Ways (Canceled),Thrillers,Film & Video,USD,2014-08-29,10000.00,2014-07-30 03:09:12,0.00,canceled,0,US,0.00,0.00,10000.00 +106876575,The Hulfish Project: Art with Attitude,Webseries,Film & Video,USD,2015-12-02,50000.00,2015-10-28 22:06:33,17863.00,failed,73,US,17863.00,17863.00,50000.00 +1068768242,Totlly: The shopping list that tells you where to shop.,Software,Technology,USD,2014-11-19,40000.00,2014-10-20 21:04:51,2954.00,failed,28,US,2954.00,2954.00,40000.00 +1068768914,Eyeride - The Universal Motorcycle Head Up Display,Gadgets,Technology,NZD,2015-07-04,10000.00,2015-05-05 00:53:16,2305.00,failed,12,NZ,1737.66,1555.96,6750.37 +1068771117,All City Love apparel! Raising capital for summer 2014 line!,Fashion,Fashion,USD,2014-03-21,3500.00,2014-02-24 21:05:27,61.00,failed,4,US,61.00,61.00,3500.00 +1068776467,Debut 5 Song EP,R&B,Music,USD,2015-10-28,500.00,2015-09-29 00:00:40,0.00,failed,0,US,0.00,0.00,500.00 +1068778151,Automobile Boat Airplane Appreciation Portraits,Illustration,Art,USD,2017-01-17,100.00,2017-01-03 20:51:04,135.00,successful,3,US,0.00,135.00,100.00 +1068778803,HR Giger Instrumental Music Tribute Album,Rock,Music,USD,2013-06-10,4995.00,2013-04-26 20:08:51,240.00,failed,12,US,240.00,240.00,4995.00 +1068779366,The Peter Austin Noto Show,Film & Video,Film & Video,USD,2015-03-10,15000.00,2015-02-09 00:41:27,1.00,failed,1,US,1.00,1.00,15000.00 +1068785468,2 in 1 Tote : diaper bag and backpack for modern motherhood,Fashion,Fashion,USD,2017-06-04,30000.00,2017-04-20 18:11:04,625.00,failed,4,US,325.00,625.00,30000.00 +1068787027,VegANY Dough,Vegan,Food,USD,2015-08-29,10000.00,2015-07-30 19:53:45,20.00,failed,2,US,20.00,20.00,10000.00 +1068787797,Prototype for fuel-less Dynamo Vehicle.,Technology,Technology,USD,2015-03-18,150.00,2015-02-11 20:46:57,50.00,failed,2,US,50.00,50.00,150.00 +106879521,Vicious Cycle - Short Film,Shorts,Film & Video,GBP,2016-05-18,400.00,2016-04-27 15:08:15,510.00,successful,25,GB,739.75,743.00,582.74 +1068795522,The Green Globetrotter - Season One,Webseries,Film & Video,USD,2012-08-09,200000.00,2012-07-10 17:36:58,7972.00,failed,37,US,7972.00,7972.00,200000.00 +1068802488,Slingaball - converts any dog lead into a super ball thrower,Product Design,Design,GBP,2016-04-03,7000.00,2016-03-03 17:04:03,176.00,failed,14,GB,245.61,247.73,9852.77 +1068807859,Justice Group Hawaii - A Comedy Adventure with Superheroes,Comedy,Film & Video,USD,2017-07-15,15000.00,2017-06-14 22:01:08,1076.19,failed,13,US,20.00,1076.19,15000.00 +1068811174,Ben Honeycutt's NEW EP...and yours.,Pop,Music,USD,2011-10-31,12000.00,2011-09-21 03:38:52,12000.00,successful,80,US,12000.00,12000.00,12000.00 +1068827038,UnVeiled the series - a webseries about the Pagan community,Webseries,Film & Video,USD,2016-04-29,3000.00,2016-03-15 21:54:37,3285.00,successful,45,US,3285.00,3285.00,3000.00 +"1068829933,""Bring the I-Bike to market, and change the way you ride."",Technology,Technology,USD,2011-10-13,17000.00,2011-08-29 00:33:47,200.00,canceled,6,US,200.00,200.00,17000.00" +1068829993,The Encourage Sports Network episodes 1 thru 4,Action,Film & Video,USD,2015-09-06,2500.00,2015-08-28 22:07:19,0.00,failed,0,US,0.00,0.00,2500.00 +1068832759,Be A Part Of Kenny's Music Vision ,Country & Folk,Music,USD,2011-04-06,3000.00,2011-01-05 02:08:25,3035.00,successful,45,US,3035.00,3035.00,3000.00 +106884002,Luz en Latinoamérica: Documentary in Post-production,Documentary,Film & Video,USD,2014-09-02,6000.00,2014-07-22 15:06:54,7554.33,successful,111,US,7554.33,7554.33,6000.00 +1068852290,Dai Sai Sou (Canceled),Tabletop Games,Games,USD,2013-05-11,16000.00,2013-04-08 22:57:46,520.00,canceled,15,US,520.00,520.00,16000.00 +1068860248,Ares VPN,Software,Technology,USD,2016-11-29,30000.00,2016-09-30 07:31:37,1.00,failed,1,US,100.00,1.00,30000.00 +1068861758,Bubbleyes: All the products you love. In one place.,Apps,Technology,NOK,2015-05-29,100000.00,2015-04-29 09:17:58,1200.00,failed,8,NO,155.02,154.22,12851.49 +1068862344,Faxenev,Apps,Technology,USD,2016-04-13,5000.00,2016-02-23 02:54:04,5.00,failed,1,US,5.00,5.00,5000.00 +1068876619,Ably™ | Unbelievably odor & stain repellant natural apparel,Apparel,Fashion,USD,2016-07-04,20000.00,2016-05-05 20:35:26,540112.00,successful,4900,US,540112.00,540112.00,20000.00 +1068883621,Just Chillin Evening Relaxation Tea,Food,Food,USD,2015-08-12,2500.00,2015-07-13 17:43:20,14.00,failed,3,US,14.00,14.00,2500.00 +1068883979,Marbles: The Day in the Life of a Top Dog Marbleist,Comedy,Film & Video,USD,2017-04-13,70000.00,2017-02-27 22:48:48,300.00,canceled,1,US,0.00,300.00,70000.00 +1068888123,NicthePrincess's Favorite Things Enamel Pins,Art,Art,USD,2017-09-20,500.00,2017-08-21 18:12:21,900.00,successful,37,US,303.00,900.00,500.00 +1068900384,Ceiling Fan Booster,Technology,Technology,USD,2015-07-17,5000.00,2015-06-17 13:25:59,46.00,failed,4,US,46.00,46.00,5000.00 +1068902257,Nursing in Public Task Force Website,Web,Technology,USD,2015-11-14,10500.00,2015-10-15 06:39:57,1133.00,failed,23,US,1133.00,1133.00,10500.00 +1068909720,Spread love & connectivity with Mitchell Lawler's EP Day One,Hip-Hop,Music,CAD,2017-11-04,3000.00,2017-10-02 08:10:21,0.00,canceled,0,CA,0.00,0.00,2367.80 +1068910383,Warranty Software Application To Manage Purchases,Software,Technology,CAD,2015-09-24,10000.00,2015-08-25 19:02:12,0.00,failed,0,CA,0.00,0.00,7511.45 +1068910427,Pet Clinic Makes a New Record!,Rock,Music,USD,2014-05-06,5000.00,2014-04-09 04:40:56,5406.00,successful,96,US,5406.00,5406.00,5000.00 +1068916871,Off road Trailer for Camping,Product Design,Design,USD,2015-05-27,100000.00,2015-04-27 20:46:11,0.00,failed,0,US,0.00,0.00,100000.00 +1068920127,Fat Duck Inn Food Truck,Food Trucks,Food,USD,2014-08-22,39891.00,2014-07-18 22:07:51,7960.00,failed,20,US,7960.00,7960.00,39891.00 +1068925336,German people and their homes - Photobook,Photobooks,Photography,EUR,2015-06-16,33000.00,2015-05-17 10:28:39,0.00,failed,0,DE,0.00,0.00,37286.87 +"1068928740,""The Heritage Boot, by Ridgemont"",Footwear,Fashion,USD,2017-06-10,30000.00,2017-04-26 18:46:15,199764.00,successful,1457,US,10664.00,199764.00,30000.00" +1068936452,Send DarkDriveClinic on Tour!,Electronic Music,Music,USD,2012-05-29,2500.00,2012-05-09 06:40:35,3383.63,successful,51,US,3383.63,3383.63,2500.00 +1068941801,Help Deez Cakes!!!!,Restaurants,Food,USD,2016-09-14,5000.00,2016-07-16 02:05:08,1.00,failed,1,US,0.00,1.00,5000.00 +1068945821,MMA Cage Combat,Games,Games,CAD,2014-09-02,25000.00,2014-08-12 19:45:00,200.00,failed,2,CA,182.27,183.86,22982.17 +1068949853,Saving your Smartphones in Style : The Wise-Pet™ Family,Games,Games,USD,2012-09-08,50000.00,2012-07-25 16:01:30,72134.18,successful,113,US,72134.18,72134.18,50000.00 +"1068955530,""""""Joy"""", by Stephanie Martin, at Theatre Royal Stratford East"",Plays,Theater,GBP,2017-10-23,2500.00,2017-10-09 09:14:26,2550.00,successful,70,GB,105.83,3338.79,3273.32" +106896139,Akavita Infused Oils,Food,Food,USD,2014-09-26,12500.00,2014-08-27 11:33:24,25.00,failed,1,US,25.00,25.00,12500.00 +"1068961491,""Read it Again, Set ONE"",Children's Books,Publishing,USD,2012-09-21,35000.00,2012-08-07 03:42:17,1997.00,failed,17,US,1997.00,1997.00,35000.00" +106896235,Fix American Education,Documentary,Film & Video,USD,2011-06-30,1000.00,2011-05-31 04:05:27,0.00,failed,0,US,0.00,0.00,1000.00 +1068971077,Dance Dance Revolution: The Warrior's Path,Narrative Film,Film & Video,USD,2011-04-03,500.00,2011-03-11 03:46:06,15.00,failed,1,US,15.00,15.00,500.00 +"1068972527,""""""Bayless EP"""" Produced By Jon Steingard Of Hawk Nelson"",Rock,Music,USD,2013-07-11,5250.00,2013-06-11 23:08:48,5639.00,successful,80,US,5639.00,5639.00,5250.00" +"1068973859,""Angwish """"I Wanna Be Your Monkey"""" Music Video"",Indie Rock,Music,USD,2012-05-12,2000.00,2012-03-13 20:15:46,20.00,failed,2,US,20.00,20.00,2000.00" +1068977493,Zila : The red one (Canceled),Fiction,Publishing,CAD,2016-04-11,10000.00,2016-03-12 02:01:29,0.00,canceled,0,CA,0.00,0.00,7763.37 +1068978458,TIME IN BETWEEN - A feature film,Film & Video,Film & Video,USD,2013-04-11,15000.00,2013-03-09 18:48:11,2439.00,failed,29,US,2439.00,2439.00,15000.00 +"1068978908,""""""Sometimes Sleep"""" Making dreams happen, one child at a time."",Children's Books,Publishing,USD,2012-08-09,3000.00,2012-07-10 00:06:54,3350.00,successful,34,US,3350.00,3350.00,3000.00" +1068986510,Galaxy Battles (Canceled),Tabletop Games,Games,GBP,2014-07-23,5000.00,2014-06-24 05:19:03,1.00,canceled,1,GB,1.70,1.70,8494.01 +"1068993251,""The """"Jazz-A-Belles"""", an all-female 1920s-style jazz band"",Jazz,Music,USD,2011-09-23,4000.00,2011-08-09 02:47:18,400.00,failed,5,US,400.00,400.00,4000.00" +1069002814,VisAlertBand - Peace of Mind for Handicap/Medical Concerns,Accessories,Fashion,USD,2015-04-05,75000.00,2015-03-06 02:02:46,1176.00,failed,15,US,1176.00,1176.00,75000.00 +"1069003739,""Custom Fit Polos, T-Shirts and Washed Casual Button-Ups"",Apparel,Fashion,USD,2016-09-03,25000.00,2016-07-19 20:08:03,85517.00,successful,728,US,15537.00,85517.00,25000.00" +"1069006644,""""""Abstract Thoughts Of A Transitioned Mind"""""",Webseries,Film & Video,USD,2017-07-31,300.00,2017-06-01 20:34:38,50.00,failed,1,US,0.00,50.00,300.00" +1069007061,Explorers Map,Apps,Technology,USD,2015-01-22,3000.00,2014-12-23 21:40:48,36.00,failed,3,US,36.00,36.00,3000.00 +"1069008122,""FUBAR Collective @ The Other Art Fair, 2015"",Fine Art,Photography,GBP,2015-04-21,1500.00,2015-03-24 20:51:23,213.00,failed,12,GB,317.85,322.04,2267.92" +1069009109,I CAN AND I WILL - Help Launch Stubbz The Label,Ready-to-wear,Fashion,USD,2017-12-22,2000.00,2017-11-24 17:20:49,2155.00,successful,42,US,745.00,2155.00,2000.00 +1069013929,Facebook for Machines - www.MachinesBook.com,Software,Technology,EUR,2015-08-08,500000.00,2015-06-09 23:49:18,0.00,failed,0,IE,0.00,0.00,558546.88 +106902035,Build A Burger,Restaurants,Food,GBP,2014-10-23,100000.00,2014-09-23 21:04:38,1.00,failed,1,GB,1.63,1.61,160505.91 +1069022668,TalentTrackerHQ,Technology,Technology,AUD,2014-05-18,50000.00,2014-04-23 06:09:42,206.00,failed,4,AU,192.69,189.95,46104.20 +1069033545,Wheelchair Gazebo Swing,Interactive Design,Design,USD,2014-08-18,31500.00,2014-07-19 23:15:13,127.00,failed,4,US,127.00,127.00,31500.00 +1069034195,Vuelta: A Modern Mechanical Timepiece,Product Design,Design,USD,2012-04-05,20000.00,2012-02-14 06:57:28,98022.00,successful,264,US,98022.00,98022.00,20000.00 +1069039916,Ultimate Bias,Television,Film & Video,USD,2016-06-05,200000.00,2016-05-06 23:05:26,100.00,failed,1,US,100.00,100.00,200000.00 +1069041145,The Spaces We Inherit,Places,Photography,GBP,2017-05-26,3000.00,2017-04-26 13:24:24,3270.00,successful,45,GB,204.46,4198.98,3852.28 +1069045843,Paw vs Paw (Canceled),Web,Technology,USD,2016-03-17,10000.00,2016-02-16 17:49:51,0.00,canceled,0,US,0.00,0.00,10000.00 +1069048580,Glass Rules Everything Around Me,Sculpture,Art,USD,2015-11-20,2500.00,2015-11-05 17:57:03,2600.00,successful,14,US,2600.00,2600.00,2500.00 +1069062949,The Sho | Traveling Creative Workshop,Art,Art,USD,2014-07-18,20000.00,2014-07-12 05:29:53,10.00,failed,2,US,10.00,10.00,20000.00 +1069064970,A Start in Life.,Web,Technology,GBP,2015-08-06,22500.00,2015-07-07 20:00:27,0.00,failed,0,GB,0.00,0.00,34912.95 +1069069230,5 Fields Entrepreneur Training System,Publishing,Publishing,USD,2017-01-22,3500.00,2017-01-05 01:21:10,1175.00,failed,8,US,300.00,1175.00,3500.00 +1069071602,Pre-sale of our New Octopretzel CD!,Country & Folk,Music,USD,2010-11-25,4500.00,2010-10-26 06:21:21,4868.00,successful,109,US,4868.00,4868.00,4500.00 +106907628,Songs That Got Away: A Rock Album 40 Years in the Making,Rock,Music,USD,2013-05-03,5000.00,2013-04-03 02:40:02,10.00,failed,1,US,10.00,10.00,5000.00 +1069077099,A Spicy Quest,Nonfiction,Publishing,USD,2013-05-11,6000.00,2013-04-19 19:33:28,558.00,failed,11,US,558.00,558.00,6000.00 +1069078013,BECOMING BEYOND - a wilderness art documentary,Film & Video,Film & Video,USD,2017-11-02,15000.00,2017-10-03 19:01:55,15002.00,successful,45,US,392.00,15002.00,15000.00 +1069078533,The Rallyist Motorsport Art Gallery,Art,Art,GBP,2017-04-15,35000.00,2017-03-11 09:59:47,950.00,failed,6,GB,607.90,1213.93,44723.86 +1069086559,Hexibrix Minifig Stand for LEGO® Minifigures,Product Design,Design,USD,2015-07-01,5000.00,2015-06-01 18:00:55,7410.00,successful,155,US,7410.00,7410.00,5000.00 +1069088843,Phoenix Element: Normality Twisted,Fiction,Publishing,USD,2013-11-26,3000.00,2013-09-27 16:58:36,602.00,failed,13,US,602.00,602.00,3000.00 +1069093251,XI,Tabletop Games,Games,GBP,2013-09-15,7500.00,2013-08-16 20:23:14,515.00,failed,33,GB,799.23,825.00,12014.61 +1069093288,The tea cosy cafe,Small Batch,Food,GBP,2015-04-20,40000.00,2015-04-10 17:11:46,0.00,failed,0,GB,0.00,0.00,60477.77 +1069094660,I GRANT I AM A WOMAN: Shakespeare based Original Work on CD,Experimental,Theater,USD,2014-10-02,10000.00,2014-09-01 09:49:55,10595.00,successful,92,US,10595.00,10595.00,10000.00 +"1069114462,The Boltons - debut album,Music,Music,AUD,2015-09-17,7000.00,2015-08-18 12:35:53,7165.00,undefined,0,""N,0"""""",,5208.26,5088.32" +1069114844,Music & Masquerades: Gems of Danish Culture in Chicago,Classical Music,Music,USD,2014-01-23,5000.00,2014-01-02 22:51:48,6552.00,successful,124,US,6552.00,6552.00,5000.00 +"1069116567,""Opera SmackDown - CatieLeigh Laszweski AKA """"Asylum"""""",Classical Music,Music,USD,2014-03-14,500.00,2014-02-12 01:21:36,40.00,failed,2,US,40.00,40.00,500.00" +1069124716,Enter The Moon,Video Games,Games,EUR,2018-02-01,30000.00,2017-12-25 18:38:41,180.00,live,6,DE,213.52,218.47,36410.86 +1069132174,No Ordinary Son: A Journey through Death & Living Again,Nonfiction,Publishing,USD,2014-08-17,5000.00,2014-07-18 00:50:21,50.00,failed,1,US,50.00,50.00,5000.00 +"1069136447,La Chouette & Le Renard - ALBUM COMPLET - FEUX-FOLLETS,Music,Music,CAD,2015-10-11,2300.00,2015-08-12 19:19:38,2305.00,undefined,0,""N,0"""""",,1783.09,1779.22" +1069138641,Three in June,Shorts,Film & Video,USD,2014-10-18,7000.00,2014-09-18 23:34:53,7355.00,successful,67,US,7355.00,7355.00,7000.00 +1069140385,Hua Mulan--A Bilingual EBook,Children's Books,Publishing,USD,2014-08-09,17000.00,2014-07-10 17:38:29,18519.34,successful,157,US,18519.34,18519.34,17000.00 +1069140682,2017 Tomato Superstars!,Farms,Food,USD,2017-09-21,600.00,2017-09-14 23:37:18,2275.00,successful,76,US,695.00,2275.00,600.00 +"1069143792,""Printing for book: """"Getting the Music Out of Your Head"""""",Nonfiction,Publishing,USD,2013-04-15,1100.00,2013-04-06 04:21:52,0.00,failed,0,US,0.00,0.00,1100.00" +1069146202,Jeremy has a McCombOVER (A record & message that matters),Country & Folk,Music,USD,2013-03-03,15000.00,2013-02-01 00:31:22,16055.00,successful,151,US,16055.00,16055.00,15000.00 +1069173482,Booze Books,Product Design,Design,USD,2012-01-01,3000.00,2011-11-19 01:35:04,19016.52,successful,157,US,19016.52,19016.52,3000.00 +1069175983,'Into the Dark' - Forced Marriage film,Drama,Film & Video,GBP,2015-09-13,500.00,2015-08-01 13:10:18,6.00,failed,2,GB,9.36,9.39,782.34 +1069185456,Upgrading Tagli,Web,Journalism,EUR,2015-10-30,4000.00,2015-08-31 16:59:17,247.00,failed,12,IT,276.19,272.12,4406.79 +1069194832,Death Pact | Grant Richards' 4th Feature Film,Narrative Film,Film & Video,USD,2012-06-03,4624.00,2012-05-21 21:49:49,4765.00,successful,12,US,4765.00,4765.00,4624.00 +1069204607,Organic Panic - Worms meets Little Big Planet!,Video Games,Games,USD,2013-08-08,40000.00,2013-07-09 20:22:58,41334.43,successful,1399,US,41334.43,41334.43,40000.00 +1069209314,The Saarburg Festival,Classical Music,Music,USD,2017-07-10,1000.00,2017-06-10 10:35:53,1000.00,successful,14,US,0.00,1000.00,1000.00 +"1069211703,""TASTE: International Food Documentary Series, Part 1: Europe"",Food,Food,USD,2015-08-24,14500.00,2015-07-13 23:58:05,28315.00,successful,540,US,28315.00,28315.00,14500.00" +106921622,Stoners with a Time Machine (Webseries),Webseries,Film & Video,USD,2013-12-11,5000.00,2013-11-11 16:00:49,5181.82,successful,88,US,5181.82,5181.82,5000.00 +1069217785,Snag-a-Bid (Canceled),Web,Technology,USD,2014-08-20,50000.00,2014-07-21 20:02:06,2.00,canceled,1,US,2.00,2.00,50000.00 +1069219492,Seduced in the Dark: The Dark Duet (Volume 2),Fiction,Publishing,USD,2012-07-19,2500.00,2012-06-19 01:54:40,3331.00,successful,97,US,3331.00,3331.00,2500.00 +"1069219698,Everyday Experts,Publishing,Publishing,GBP,2015-09-25,1500.00,2015-08-26 19:45:01,0.00,undefined,0,""N,0"""""",,0.00,2276.49" +1069225097,'PLAY TIME' - A Horror Feature Film - Almost Complete,Horror,Film & Video,USD,2015-06-25,6000.00,2015-06-10 08:16:23,10.00,canceled,1,US,10.00,10.00,6000.00 +1069226293,Monsters - Printed edition Italian/English.,Graphic Novels,Comics,EUR,2016-09-27,300.00,2016-08-29 08:43:25,3536.00,successful,268,IT,49.27,3946.52,334.83 +1069230944,Live Theater for All,Web,Technology,USD,2015-08-01,15000.00,2015-06-02 06:01:44,0.00,failed,0,US,0.00,0.00,15000.00 +1069235239,Magic Cool Bus,Food,Food,USD,2015-08-20,100000.00,2015-07-21 03:46:52,0.00,failed,0,US,0.00,0.00,100000.00 +1069236658,Halfling Skeletons,Tabletop Games,Games,USD,2016-09-20,500.00,2016-08-15 02:53:52,5113.00,successful,80,US,1612.00,5113.00,500.00 +1069243415,restaurant in the making (Canceled),Restaurants,Food,USD,2015-07-27,85500.00,2015-07-17 03:02:05,0.00,canceled,0,US,0.00,0.00,85500.00 +1069249324,VGA Gallery: A Home for Video Games and New Media,Digital Art,Art,USD,2017-08-02,10000.00,2017-07-11 16:02:21,15010.00,successful,220,US,271.00,15010.00,10000.00 +1069250562,Raxis Saga (Canceled),Video Games,Games,CAD,2015-03-14,500.00,2015-02-12 19:01:39,322.00,canceled,12,CA,256.28,254.10,394.57 +1069258084,TROY SPEAKS,Film & Video,Film & Video,USD,2012-06-10,5500.00,2012-04-26 16:54:11,5500.00,successful,35,US,5500.00,5500.00,5500.00 +"106928803,""Dondorf """"Hundertjahrkarte"""" playing cards restoration"",Playing Cards,Games,USD,2017-05-08,5000.00,2017-04-22 20:00:02,17456.00,successful,107,US,10605.00,17456.00,5000.00" +1069294508,A Volunteer Life Project,Documentary,Film & Video,USD,2015-11-14,30000.00,2015-10-15 09:21:15,791.00,failed,12,US,791.00,791.00,30000.00 +1069301793,I Must Be Dead - Gas Mask Series,Photography,Photography,USD,2012-09-02,10000.00,2012-08-03 03:36:33,2183.78,failed,54,US,2183.78,2183.78,10000.00 +"1069307187,""Wolfley's Brewery, The lost art of beer style mead brewing."",Food,Food,USD,2014-02-10,15000.00,2013-12-12 16:44:46,1075.00,failed,29,US,1075.00,1075.00,15000.00" +1069307512,Peanut Butter Cookies (Canceled),Food,Food,CAD,2014-07-31,20.00,2014-07-11 17:48:07,0.00,canceled,0,CA,0.00,0.00,18.30 +"1069307781,""Legolas, by Laura"",Comedy,Film & Video,USD,2016-02-15,4800.00,2016-01-16 19:07:43,379.59,failed,13,US,379.59,379.59,4800.00" +1069315919,RDR SAVES THE ASTRONAUTS PC GAME,Video Games,Games,USD,2011-04-25,5000.00,2011-03-25 02:57:04,0.00,failed,0,US,0.00,0.00,5000.00 +1069317735,Adult ADHD Success,Publishing,Publishing,USD,2014-10-17,10000.00,2014-09-17 20:55:16,0.00,failed,0,US,0.00,0.00,10000.00 +1069322473,The Art Lady's Mobile Art School: Free Art in the Park,Public Art,Art,USD,2013-06-22,8000.00,2013-06-10 23:29:02,8075.00,successful,71,US,8075.00,8075.00,8000.00 +1069324661,fearch - Where Social Meets Search,Web,Technology,GBP,2015-09-26,7000.00,2015-08-27 00:17:44,0.00,failed,0,GB,0.00,0.00,10617.00 +1069335952,Patriot,Comics,Comics,USD,2012-04-02,6000.00,2012-03-03 23:23:56,1444.00,failed,29,US,1444.00,1444.00,6000.00 +1069337150,Life After - 2D adventure game,Video Games,Games,USD,2015-07-15,4500.00,2015-06-15 18:11:23,49.00,failed,3,US,49.00,49.00,4500.00 +1069344291,Starving Artists,Photography,Photography,USD,2016-02-07,50000.00,2015-12-09 05:39:06,52.00,failed,2,US,52.00,52.00,50000.00 +"1069346278,""Bullets Ammo Shells & Slugs. For LARP, Gaming or for Show."",Games,Games,GBP,2015-05-21,500.00,2015-04-21 13:50:14,0.00,failed,0,GB,0.00,0.00,782.01" +106934658,UnchARTed Studio Gallery: Restroom Accessibility Project,Public Art,Art,USD,2012-03-01,3000.00,2012-02-03 06:05:46,621.01,failed,11,US,621.01,621.01,3000.00 +1069348487,Kitty Cat Battle Jack (Canceled),Playing Cards,Games,USD,2015-03-10,5000.00,2015-02-08 03:37:31,0.00,canceled,0,US,0.00,0.00,5000.00 +1069348566,Key 2ool,Gadgets,Technology,HKD,2017-01-18,1000.00,2016-12-19 20:05:51,32222.00,successful,131,HK,261.67,4153.18,128.89 +1069349024,Brooklyn Hot Saucery,Small Batch,Food,USD,2017-04-05,4000.00,2017-03-28 17:05:32,40.00,failed,1,US,40.00,40.00,4000.00 +106935124,fun with ladies and lemonade,Comedy,Film & Video,CAD,2015-12-04,20000.00,2015-11-04 13:55:48,0.00,failed,0,CA,0.00,0.00,14995.88 +106935511,The Revive Project,Country & Folk,Music,USD,2011-03-15,8000.00,2011-01-28 01:52:34,9080.00,successful,59,US,9080.00,9080.00,8000.00 +1069365265,StaNako - exclusive Decor Art: Magic of stones and light,Product Design,Design,GBP,2015-10-02,5555.00,2015-08-26 12:04:47,884.00,failed,27,GB,1392.94,1340.78,8425.35 +10693755,Restaurant for feeding the homeless and seniors,Restaurants,Food,USD,2015-05-13,18000.00,2015-04-13 16:54:06,0.00,failed,0,US,0.00,0.00,18000.00 +1069379342,Hope for the Pants Size Challenged!,Fashion,Fashion,USD,2013-04-25,4400.00,2013-03-26 05:12:07,20.00,failed,1,US,20.00,20.00,4400.00 +1069385093,Lil' Pizza My Heart,Food Trucks,Food,USD,2015-07-30,2000.00,2015-07-09 04:11:21,0.00,failed,0,US,0.00,0.00,2000.00 +1069391009,Help us master our album!,Music,Music,USD,2011-08-15,600.00,2011-07-17 07:28:55,753.00,successful,21,US,753.00,753.00,600.00 +1069391529,Data science for business,Technology,Technology,USD,2016-03-18,25000.00,2016-02-17 17:19:25,34765.00,successful,320,US,34765.00,34765.00,25000.00 +1069394082,April Ventura & The Magnolias Record Their First Album,Rock,Music,USD,2012-01-01,3000.00,2011-11-09 22:48:22,250.00,failed,5,US,250.00,250.00,3000.00 +1069395043,Little Boxes,Painting,Art,USD,2013-08-29,2000.00,2013-07-30 20:31:15,7802.79,successful,150,US,7802.79,7802.79,2000.00 +1069403,Plastic Bottle Cutter,Product Design,Design,EUR,2016-04-23,8500.00,2016-02-23 12:59:27,356606.11,successful,7798,FR,396262.03,406638.97,9692.57 +1069403696,The Last Wind,Drama,Film & Video,USD,2014-07-28,2000.00,2014-06-26 08:07:19,15.00,failed,7,US,15.00,15.00,2000.00 +1069410028,Queen Giza's First EP,Music,Music,USD,2015-04-12,650.00,2015-03-13 15:41:27,1071.00,successful,35,US,1071.00,1071.00,650.00 +1069413465,Tall Tour II: Free live music at bike fun rides in Portland,Music,Music,USD,2011-07-09,1200.00,2011-06-09 02:05:34,1200.66,successful,36,US,1200.66,1200.66,1200.00 +106941373,Silo - A Board Game Destined to be a Video Game,Video Games,Games,USD,2012-08-07,25000.00,2012-07-24 02:21:16,6050.00,failed,103,US,6050.00,6050.00,25000.00 +1069455237,Burned Beauty - Keepsake Boxes,Art,Art,CAD,2017-01-10,2000.00,2016-12-09 22:28:12,245.00,failed,4,CA,0.00,186.44,1521.95 +1069459669,Hill's Handmade Candles,Candles,Crafts,USD,2015-10-20,300.00,2015-09-20 18:40:57,20.00,failed,2,US,20.00,20.00,300.00 +1069464898,Eeffoc iced coffee,Drinks,Food,CAD,2014-12-29,100000.00,2014-11-29 03:21:23,6.00,failed,3,CA,5.33,5.14,85601.78 +1069467191,My Mother Wore Combat Boots,Nonfiction,Publishing,USD,2015-08-26,25000.00,2015-07-27 20:10:07,843.00,failed,10,US,843.00,843.00,25000.00 +1069469767,Sword of Tortuga,Film & Video,Film & Video,USD,2014-02-26,50000.00,2014-01-12 19:51:47,50.00,failed,1,US,50.00,50.00,50000.00 +1069473155,The Pasta Gourmet on wheels,Food,Food,USD,2013-05-04,25000.00,2013-04-04 11:32:57,75.00,failed,4,US,75.00,75.00,25000.00 +106947703,Help FYFC Podcasts Buy a Harrier,Documentary,Film & Video,CAD,2014-10-21,4000000.00,2014-08-22 05:07:15,0.00,failed,0,CA,0.00,0.00,3568242.64 +1069480783,The Hunt - A Monster Hunter Handbook,Art Books,Publishing,USD,2013-06-29,700.00,2013-06-01 06:58:56,3282.00,successful,99,US,3282.00,3282.00,700.00 +1069484234,My First Album,R&B,Music,USD,2016-04-17,2000.00,2016-03-18 04:35:54,2000.00,successful,31,US,2000.00,2000.00,2000.00 +1069484922,Wandering Monsters High School RPG,Games,Games,USD,2011-12-02,1000.00,2011-11-11 17:47:45,1598.00,successful,54,US,1598.00,1598.00,1000.00 +1069487038,The Scott & Patti Show,Musical,Theater,USD,2014-09-18,5500.00,2014-07-20 18:11:15,6029.69,successful,129,US,6029.69,6029.69,5500.00 +106948937,Just Talk To Me,Publishing,Publishing,USD,2014-05-31,3000.00,2014-05-01 07:38:26,115.00,failed,2,US,115.00,115.00,3000.00 +1069490614,A poetic journey,Poetry,Publishing,GBP,2015-10-11,2000.00,2015-09-11 13:39:45,85.00,failed,1,GB,130.51,131.27,3088.61 +106949155,PAT REEDY & THE LONGTIME GONERS 2015 ALBUM!,Country & Folk,Music,USD,2015-04-17,5000.00,2015-03-03 14:21:21,5087.00,successful,74,US,5087.00,5087.00,5000.00 +1069491571,'Sty' Short Film,Shorts,Film & Video,GBP,2016-03-04,1200.00,2016-02-03 11:57:13,1715.00,successful,36,GB,2473.58,2428.08,1698.95 +1069495441,Redneck Ninjas,Animation,Film & Video,USD,2010-10-01,10000.00,2010-08-01 20:00:43,11440.00,successful,128,US,11440.00,11440.00,10000.00 +1069495742,Celebrate Your Life,Literary Journals,Publishing,USD,2014-12-24,3757.00,2014-12-09 23:05:02,0.00,failed,0,US,0.00,0.00,3757.00 +1069498236,Carmax Fraud,Journalism,Journalism,USD,2015-01-31,100000.00,2015-01-16 02:51:37,42.00,failed,2,US,42.00,42.00,100000.00 +"1069506682,""""""Bicycle Day"""" - An LSD Origin Story"",Shorts,Film & Video,USD,2012-11-16,6500.00,2012-09-17 22:54:33,705.00,failed,24,US,705.00,705.00,6500.00" +1069507309,Build web presence for heritage farm supply store,Web,Technology,USD,2014-08-13,1000.00,2014-07-14 22:44:17,0.00,failed,0,US,0.00,0.00,1000.00 +1069512374,AND THEN SHE IS THE DARKNESS,Horror,Film & Video,USD,2016-02-15,2500.00,2016-01-13 14:59:24,3535.00,successful,106,US,3535.00,3535.00,2500.00 +1069522658,CANELA Beauty And Wellness App With Online Courses,Technology,Technology,MXN,2017-01-09,10000.00,2016-11-23 22:26:22,0.00,canceled,0,MX,0.00,0.00,461.79 +1069542024,Power Stacker: Configurable USB Rechargeable Battery System,DIY Electronics,Technology,USD,2015-04-05,10000.00,2015-03-06 00:26:32,1400.00,canceled,15,US,1400.00,1400.00,10000.00 +1069544529,Blog 't Pure vrouwtje wordt boek t.v.v. vzw Bindkracht!,Nonfiction,Publishing,EUR,2015-07-29,1000.00,2015-06-29 19:36:42,10.00,failed,1,BE,11.17,10.97,1096.70 +1069556105,Next WAVE Seattle Butoh Festival 2011,Dance,Dance,USD,2011-05-31,3000.00,2011-04-28 03:17:23,3300.00,successful,50,US,3300.00,3300.00,3000.00 +106956042,Eat Well to Be Well,Cookbooks,Food,USD,2015-12-09,20000.00,2015-11-09 17:32:41,7965.00,failed,31,US,7965.00,7965.00,20000.00 +1069565084,Creating Transitions,Documentary,Film & Video,USD,2015-03-01,3000.00,2015-01-14 03:01:21,5175.00,successful,19,US,5175.00,5175.00,3000.00 +1069565404,Gym - custom drawings (Canceled),Crafts,Crafts,GBP,2014-08-06,50.00,2014-07-07 23:56:04,31.00,canceled,3,GB,53.19,52.09,84.02 +106956798,Morbid Anatomy REMIXED! T-Shirts and Posters,Fashion,Fashion,USD,2013-03-16,2600.00,2013-01-30 22:31:41,1724.00,failed,30,US,1724.00,1724.00,2600.00 +1069572383,Harperwoods: Define Your Kick. Custom Design Your Shoes.,Footwear,Fashion,USD,2017-01-03,20000.00,2016-11-26 18:47:04,29267.00,successful,140,US,7984.00,29267.00,20000.00 +106957491,A Winter Cocktail Kit from Woodward Extract Co.,Drinks,Food,USD,2017-12-15,5000.00,2017-11-18 03:59:11,11194.00,successful,198,US,4661.00,11194.00,5000.00 +1069575149,Olympus Lives: THE GOD SQUAD Descends on MN Fringe!,Theater,Theater,USD,2013-07-22,3000.00,2013-06-25 14:14:19,3027.00,successful,54,US,3027.00,3027.00,3000.00 +"106958289,""Children's book, """"Willy Wilmer and His Cool Wheelchair"""""",Children's Books,Publishing,USD,2013-09-30,500.00,2013-09-04 15:44:51,591.00,successful,5,US,591.00,591.00,500.00" +1069591676,Be part of the Jimmy Lee Jordan Album Project,Music,Music,USD,2013-11-10,10000.00,2013-10-16 04:03:15,3035.00,failed,47,US,3035.00,3035.00,10000.00 +1069596787,BackFlare,Wearables,Technology,USD,2017-08-31,50000.00,2017-08-01 16:41:12,2729.00,failed,21,US,110.00,2729.00,50000.00 +1069597759,Danyboard M0 | Electronic prototyping platform,DIY Electronics,Technology,EUR,2016-11-26,2000.00,2016-10-27 07:53:13,2832.00,successful,53,IT,618.57,3013.82,2128.41 +106960062,Zombie-Gram!,Crafts,Crafts,USD,2013-03-25,250.00,2013-02-23 19:31:20,25.00,failed,2,US,25.00,25.00,250.00 +1069603313,Lizzy's Kitchen,Restaurants,Food,USD,2016-08-05,1200.00,2016-07-06 16:05:07,13.00,failed,2,US,0.00,13.00,1200.00 +1069609467,No Food : No Power,Food Trucks,Food,USD,2015-07-16,215000.00,2015-06-01 17:49:25,270.00,failed,6,US,270.00,270.00,215000.00 +1069636103,Songs from the (quaking) Heart album & world bike-music tour,Country & Folk,Music,USD,2015-05-21,5000.00,2015-05-06 20:39:06,5479.00,successful,81,US,5479.00,5479.00,5000.00 +1069641050,Angel Attendant,Web,Technology,USD,2014-08-16,50000.00,2014-07-17 21:40:19,0.00,failed,0,US,0.00,0.00,50000.00 +106964956,Katie Howard Debut EP,Faith,Music,USD,2017-10-31,7000.00,2017-10-01 17:59:11,7075.00,successful,78,US,2010.00,7075.00,7000.00 +"1069653355,Runaway John - Debut EP,Music,Music,EUR,2015-05-08,7000.00,2015-04-08 22:28:28,8135.00,undefined,0,""N,0"""""",,9128.24,7854.67" +"1069659,""Alas for the Awful Sea: Myth, Mystery & Crime in 1800s UK"",Tabletop Games,Games,AUD,2017-02-22,800.00,2017-01-21 22:56:10,30881.00,successful,867,AU,1378.88,23712.66,614.30" +1069660079,Steel City Soils Compost Co-operative,Food,Food,USD,2016-10-24,10000.00,2016-09-21 23:19:44,11135.00,successful,127,US,100.00,11135.00,10000.00 +1069661676,Veggie States: Vegetables With Emotions,Digital Art,Art,USD,2017-09-02,3000.00,2017-08-03 21:30:15,250.00,failed,4,US,25.00,250.00,3000.00 +1069662107,If being honest is wrong.... I don't want to be right!!,Food,Food,USD,2014-08-15,1500.00,2014-07-15 20:52:48,0.00,failed,0,US,0.00,0.00,1500.00 +1069673702,Donald Trump Loves Hispanics! This shirt shows you do too!,Ready-to-wear,Fashion,USD,2016-05-16,5000.00,2016-05-06 21:22:10,54.00,failed,5,US,54.00,54.00,5000.00 +"1069687971,""BUTTAFLY- Innovative, ergonomic seat for Yoga and meditation"",Design,Design,GBP,2015-05-27,15000.00,2015-04-27 16:16:19,2813.00,failed,55,GB,4272.20,4291.90,22886.09" +1069689869,No Mans Land - A Superpowered Melee Against History,Shorts,Film & Video,USD,2012-11-12,1000.00,2012-10-13 08:04:37,40.00,failed,2,US,40.00,40.00,1000.00 +106969253,The International Space Station for you,Technology,Technology,USD,2011-10-08,300000.00,2011-09-08 21:10:29,232.00,failed,13,US,232.00,232.00,300000.00 +1069695656,The Heartland,Documentary,Film & Video,USD,2011-04-09,3000.00,2011-03-09 00:53:15,681.00,failed,15,US,681.00,681.00,3000.00 +1069699306,The Madonnalogues Variety Hour Starring Nadya Ginsburg,Comedy,Film & Video,USD,2015-05-09,10000.00,2015-04-09 22:54:13,11717.00,successful,162,US,11717.00,11717.00,10000.00 +1069700495,Hype - the domestic water-turbine (Canceled),Product Design,Design,GBP,2014-08-19,6800.00,2014-07-15 18:31:58,3.00,canceled,2,GB,5.14,4.97,11272.65 +1069700634,GLEE integrated dance and music therapy,Dance,Dance,USD,2015-10-04,10000.00,2015-09-14 18:31:45,75.00,failed,2,US,75.00,75.00,10000.00 +1069719659,Darin's First Novel - Streets of Blame Manuscript Editing,Fiction,Publishing,USD,2016-12-29,2000.00,2016-11-29 01:37:41,2067.00,successful,35,US,250.00,2067.00,2000.00 +1069720243,Legacy's Wake - Adventure Path (5th Edition),Tabletop Games,Games,USD,2015-10-01,3000.00,2015-09-01 15:22:03,8897.00,successful,116,US,8897.00,8897.00,3000.00 +1069720891,EXALTATION - A Short Senior Thesis Film,Shorts,Film & Video,USD,2013-07-14,3250.00,2013-06-24 22:52:04,356.72,failed,15,US,356.72,356.72,3250.00 +1069725187,The Book of Revelation - A Seminary Level Video Course,Documentary,Film & Video,USD,2014-06-02,15000.00,2014-05-19 21:05:57,21650.00,successful,69,US,21650.00,21650.00,15000.00 +1069730113,Mastermind's Workshop: A Game of Gnomish Tinkering,Tabletop Games,Games,USD,2016-06-22,16000.00,2016-05-19 18:51:02,8024.00,canceled,131,US,8024.00,8024.00,16000.00 +1069730226,The Keepers web series,Webseries,Film & Video,USD,2013-04-15,30000.00,2013-03-16 04:00:33,16669.00,failed,131,US,16669.00,16669.00,30000.00 +1069731583,Silicon Soldiers First Album: Ich Bin Die Maschine,Indie Rock,Music,USD,2016-05-12,1000.00,2016-04-12 17:48:16,1445.00,successful,35,US,1445.00,1445.00,1000.00 +106973205,GMOB.net,Software,Technology,USD,2014-02-20,9800.00,2014-01-21 19:58:38,2253.00,failed,25,US,2253.00,2253.00,9800.00 +"1069741478,""my Generation, a dance landscape"",Dance,Dance,USD,2011-05-31,1200.00,2011-05-02 16:35:19,1200.00,successful,26,US,1200.00,1200.00,1200.00" +1069744093,Help us build a roof over the old girl at Benton Rise Farm,Farmer's Markets,Food,AUD,2016-05-23,10000.00,2016-04-23 02:22:57,10705.00,successful,72,AU,8347.89,7721.44,7212.93 +1069751616,Tank Gunn's Custom Hat's and Tees,Fashion,Fashion,CAD,2015-01-01,25000.00,2014-12-02 23:43:27,34.00,failed,3,CA,29.74,29.10,21400.45 +1069756121,Two Shadows,Shorts,Film & Video,USD,2012-10-05,5300.00,2012-09-05 16:57:53,20.00,failed,1,US,20.00,20.00,5300.00 +1069758669,Sneaker Rush,Fashion,Fashion,USD,2012-07-17,5000.00,2012-06-12 05:50:43,15.00,failed,1,US,15.00,15.00,5000.00 +1069762348,Dream - on Tees,Childrenswear,Fashion,USD,2016-11-19,170417.00,2016-10-20 20:43:30,11.00,failed,2,US,0.00,11.00,170417.00 +1069769335,Help bring to life my new novel Yamakiri-Warrior of the Mist,Fiction,Publishing,NZD,2014-05-02,2500.00,2014-04-02 09:58:50,220.00,failed,6,NZ,190.90,190.29,2162.44 +"1069781518,""Logan - HERE WE GO album - Music about SOUND not """"packaging"""""",Music,Music,USD,2011-07-15,20000.00,2011-05-31 20:05:36,265.00,canceled,7,US,265.00,265.00,20000.00" +"1069784126,""New England Bridges - History, Social, Art and Words"",Nonfiction,Publishing,USD,2013-09-30,2000.00,2013-09-20 00:18:12,0.00,failed,0,US,0.00,0.00,2000.00" +1069786552,MEDAPTI - safer and more effective way to give medicine.,Product Design,Design,GBP,2017-04-06,30000.00,2017-03-08 21:02:03,1192.00,failed,40,GB,20.81,1480.73,37266.62 +1069788767,States - 2nd Full Length Album!,Indie Rock,Music,USD,2013-05-11,18000.00,2013-04-09 19:14:47,21248.00,successful,530,US,21248.00,21248.00,18000.00 +1069796177,Earthtones,Dance,Dance,USD,2012-05-18,2000.00,2012-04-18 19:37:25,2375.00,successful,37,US,2375.00,2375.00,2000.00 +"1069798338,""Super Jumping King """"The dark Prince returns"""""",Games,Games,EUR,2017-04-21,800.00,2017-03-22 15:59:01,11.00,failed,2,DE,0.00,11.77,855.84" +106980026,Jim Wynorski Monster Movie Double Feature,Horror,Film & Video,USD,2016-01-08,10000.00,2015-12-09 15:52:23,213.00,failed,3,US,213.00,213.00,10000.00 +1069802807,Cotton Mouth,Film & Video,Film & Video,USD,2015-03-03,13000.00,2015-02-06 17:31:52,13116.00,successful,73,US,13116.00,13116.00,13000.00 +1069811621,Joshua Hoffine Horror Photography Book,Art Books,Publishing,USD,2016-06-25,20000.00,2016-04-26 20:25:15,47233.01,successful,547,US,47233.01,47233.01,20000.00 +"1069814799,""""""Man with a Load of Mischief"""" — Let's bring it back!"",Theater,Theater,USD,2012-01-07,30500.00,2011-11-30 21:49:11,32215.00,successful,147,US,32215.00,32215.00,30500.00" +1069815002,Elves on the Naughty List,Fiction,Publishing,USD,2016-12-26,8600.00,2016-11-05 04:35:24,56.00,failed,3,US,51.00,56.00,8600.00 +"1069817098,""Radio Drive - Making a video for the song """"Never"""""",Indie Rock,Music,USD,2012-09-15,1200.00,2012-08-16 17:21:38,0.00,failed,0,US,0.00,0.00,1200.00" +1069825664,Who is John Doe?,Shorts,Film & Video,USD,2012-06-02,6000.00,2012-04-05 23:23:46,540.00,failed,5,US,540.00,540.00,6000.00 +1069864196,Ascension,Video Games,Games,USD,2014-07-06,7000.00,2014-05-22 03:09:45,41.00,failed,4,US,41.00,41.00,7000.00 +"1069865951,""Sabra JohnSin Burlesque in Austin, Tx"",Dance,Dance,USD,2014-03-14,4000.00,2014-02-11 02:00:12,5385.00,successful,98,US,5385.00,5385.00,4000.00" +1069866826,Bound Custom Journals,Design,Design,USD,2011-07-22,10000.00,2011-06-02 01:24:20,17140.00,successful,298,US,17140.00,17140.00,10000.00 +1069869219,Assist the Valley Lancers of Fresno become non profit,Music,Music,USD,2014-08-10,2000.00,2014-06-11 18:17:50,0.00,failed,0,US,0.00,0.00,2000.00 +1069869258,Alan Moore's Cinema Purgatorio,Comic Books,Comics,USD,2016-02-17,9100.00,2016-02-02 16:05:43,110333.00,successful,1621,US,110333.00,110333.00,9100.00 +1069872991,New Carts for Istanbul Street Food Vendors,Food,Food,USD,2015-05-17,1400.00,2015-04-17 18:10:47,2414.00,successful,62,US,2414.00,2414.00,1400.00 +1069881361,Owl,Wearables,Technology,USD,2016-07-14,20000.00,2016-06-14 13:48:53,621.00,canceled,7,US,651.00,621.00,20000.00 +1069882622,The Daily Non-Profit Blog,Web,Technology,USD,2014-08-08,1000.00,2014-07-09 19:04:47,14.00,failed,3,US,14.00,14.00,1000.00 +1069895866,Amethyst Falls: The Card Game.,Playing Cards,Games,USD,2015-07-01,28000.00,2015-06-01 06:01:01,610.00,failed,10,US,610.00,610.00,28000.00 +1069896898,SewBlack Sewing Truck,Apparel,Fashion,USD,2018-02-04,8800.00,2017-12-31 22:01:05,30.00,live,2,US,25.00,30.00,8800.00 +1069901806,Intelligent Power Distribution and Security System,DIY Electronics,Technology,USD,2015-09-13,12800.00,2015-08-14 18:41:55,1.00,failed,1,US,1.00,1.00,12800.00 +1069908133,Carolynne Good The UK's next big Country Music star!,Country & Folk,Music,GBP,2014-03-24,5000.00,2014-02-13 20:44:13,20.00,canceled,2,GB,32.90,33.27,8316.56 +1069910702,Deconstructing the World....one levitation at a time,Photobooks,Photography,GBP,2015-12-11,2500.00,2015-11-10 12:09:01,2582.88,successful,65,GB,3892.60,3915.06,3789.43 +1069918808,Barefoot From Buffalo,Dance,Dance,USD,2014-06-26,4000.00,2014-06-04 17:17:49,4506.00,successful,72,US,4506.00,4506.00,4000.00 +1069919049,Woodrow's Texas Ice House,Food,Food,USD,2013-06-20,110000.00,2013-05-21 06:45:13,1855.00,failed,13,US,1855.00,1855.00,110000.00 +1069919896,HIT! A Comic Book,Comics,Comics,USD,2013-02-10,3000.00,2013-01-01 06:01:19,4200.00,successful,81,US,4200.00,4200.00,3000.00 +1069921701,iolinker FPGA boards: Rewire and extend microcontroller IOs,DIY Electronics,Technology,EUR,2017-03-15,8200.00,2017-02-14 13:54:48,9063.00,successful,118,DE,359.05,9730.93,8804.33 +1069927188,Our Fight,Documentary,Film & Video,USD,2012-09-25,49500.00,2012-07-27 23:34:09,1796.00,failed,14,US,1796.00,1796.00,49500.00 +1069931467,March of the Ants,Tabletop Games,Games,USD,2014-06-04,20000.00,2014-04-29 17:39:25,73621.00,successful,1691,US,73621.00,73621.00,20000.00 +1069940092,The AnnieCan,Product Design,Design,USD,2016-10-16,17000.00,2016-09-16 00:27:45,564.00,failed,7,US,276.00,564.00,17000.00 +1069944081,LightSpike support your lightstands in the wind.,Camera Equipment,Technology,USD,2014-10-22,2900.00,2014-09-12 01:57:34,2987.00,successful,51,US,2987.00,2987.00,2900.00 +1069948858,The Great Grand Zeppelin Chase,Fiction,Publishing,USD,2013-06-16,2400.00,2013-05-17 22:47:55,0.00,failed,0,US,0.00,0.00,2400.00 +"1069957347,""""""RING OUT WILD BELLS!!!!"""""",Conceptual Art,Art,USD,2011-11-15,1500.00,2011-11-01 12:27:28,90.00,failed,4,US,90.00,90.00,1500.00" +106996752,Brip - All Messages in One Place,Technology,Technology,USD,2014-10-18,25000.00,2014-08-19 17:57:11,21.00,failed,3,US,21.00,21.00,25000.00 +1069969797,UV Pro Shoe Sanitizer - Eliminates 99% of Bacteria & Fungus,Product Design,Design,USD,2016-03-17,40000.00,2016-02-01 23:37:56,60990.00,successful,842,US,60990.00,60990.00,40000.00 +1069970612,Writer's Block: The Series (Canceled),Webseries,Film & Video,USD,2014-01-20,20000.00,2013-11-21 19:25:41,0.00,canceled,0,US,0.00,0.00,20000.00 +1069970639,The Hogfather - Your Kansas City Barbeque,Food,Food,USD,2012-01-01,15000.00,2011-11-28 23:00:59,40.00,failed,2,US,40.00,40.00,15000.00 +1069972645,PEAR CIDER AND CIGARETTES the animated movie,Animation,Film & Video,USD,2016-02-18,45000.00,2016-01-19 15:19:33,64279.00,successful,895,US,64279.00,64279.00,45000.00 +1069974566,Hearty Har Full Length Album,Indie Rock,Music,USD,2014-01-02,8000.00,2013-11-14 00:08:56,8070.43,successful,69,US,8070.43,8070.43,8000.00 +1069976852,But Now I See,Narrative Film,Film & Video,USD,2012-05-27,10000.00,2012-03-28 04:36:12,2.00,failed,1,US,2.00,2.00,10000.00 +1069986538,Fable & Faith commissioning ,Dance,Dance,USD,2011-01-22,10000.00,2010-11-23 21:04:42,975.00,failed,15,US,975.00,975.00,10000.00 +1069997991,Merkið á Mount Everest,Nonfiction,Publishing,DKK,2015-01-27,30000.00,2014-11-28 17:41:34,2000.00,failed,10,DK,336.04,303.73,4556.02 +1070000936,London Paella School,Food,Food,GBP,2017-10-31,18000.00,2017-10-04 15:11:12,240.00,failed,5,GB,0.00,314.62,23596.35 +1070006059,Billy Goat Ice Cream Co.,Small Batch,Food,USD,2014-12-10,5000.00,2014-11-20 22:45:11,1017.00,failed,18,US,1017.00,1017.00,5000.00 +1070012939,'Grassroots to Glory' First Solo Football Art Exhibition,Painting,Art,GBP,2013-08-26,15000.00,2013-08-05 23:08:16,0.00,failed,0,GB,0.00,0.00,23247.88 +1070017226,Wings,Animation,Film & Video,SEK,2017-08-02,45000.00,2017-07-03 13:18:42,1400.00,failed,5,SE,0.00,172.98,5560.09 +107001814,CAMBION: 'Sacred maze' exhibition on the occult and the mind,Performance Art,Art,GBP,2013-09-22,550.00,2013-09-09 19:04:58,0.00,failed,0,GB,0.00,0.00,886.35 +1070021505,Putting The Kevin Metis Saga in print in the UK,Fiction,Publishing,GBP,2013-10-04,1500.00,2013-09-04 19:34:34,5.00,failed,1,GB,7.77,8.03,2407.55 +1070021743,The Codex Horror Anthology,Fiction,Publishing,GBP,2017-01-15,650.00,2016-12-21 14:25:54,265.00,failed,12,GB,88.02,325.36,798.06 +1070039157,Rambler (25 Minute Short Film),Shorts,Film & Video,USD,2013-02-21,2000.00,2013-01-22 18:01:53,100.00,failed,1,US,100.00,100.00,2000.00 +"1070049159,Chasing Kairos- The Simple Truth about Active Contentment,Publishing,Publishing,USD,2015-04-27,5000.00,2015-04-13 15:57:06,646.00,undefined,0,""N,0"""""",,646.00,5000.00" +1070053661,Simple Clean Garage Floor Cleaner,Product Design,Design,USD,2016-02-13,29950.00,2016-01-14 01:46:31,1.00,failed,1,US,1.00,1.00,29950.00 +1070053792,Adonai Dance Company,Performances,Dance,USD,2015-04-20,32018.00,2015-03-21 09:50:12,1.00,failed,1,US,1.00,1.00,32018.00 +1070055150,Ross Bleckner: MY LIFE IN THE NEW YORK TIMES ~ Documentary,Documentary,Film & Video,USD,2013-03-12,10000.00,2013-02-05 06:06:21,81.00,failed,3,US,81.00,81.00,10000.00 +1070070090,The Ultimate Catholic Comic Book,Comic Books,Comics,USD,2016-11-23,10000.00,2016-10-25 01:53:25,12178.00,successful,224,US,1263.00,12178.00,10000.00 +1070080399,Saturnalia Summer Tour 2011,Rock,Music,USD,2011-06-22,1500.00,2011-05-25 03:23:03,0.00,failed,0,US,0.00,0.00,1500.00 +1070090266,Bad Spanish Whine,Animation,Film & Video,USD,2012-03-01,5000.00,2012-01-23 14:31:40,0.00,failed,0,US,0.00,0.00,5000.00 +1070098507,Rifiuto Positivo,DIY,Crafts,EUR,2016-01-22,80000.00,2015-12-18 18:46:46,6.00,failed,2,IT,6.51,6.48,86464.05 +1070101377,TRVLshirt - Say it with your shirt!,Fashion,Fashion,EUR,2016-12-04,3000.00,2016-10-25 16:54:29,188.00,failed,13,DE,0.00,198.51,3167.70 +1070101564,TINKER Steampunk Web Series Pilot,Webseries,Film & Video,USD,2013-09-01,20000.00,2013-07-26 03:00:44,11710.50,failed,144,US,11710.50,11710.50,20000.00 +1070105863,Great Star Theater,Theater,Theater,USD,2014-07-02,40000.00,2014-06-02 12:59:42,5245.00,failed,27,US,5245.00,5245.00,40000.00 +1070106267,ThunderCatfishing - Team ThunderTournament fishing webseries,Webseries,Film & Video,USD,2014-03-05,6500.00,2014-02-03 22:16:52,0.00,canceled,0,US,0.00,0.00,6500.00 +1070107067,The Serenity Oracle ~ a unique oracle deck,Art,Art,AUD,2017-01-29,2500.00,2016-12-23 10:50:30,4013.00,successful,47,AU,803.83,3066.40,1910.29 +1070111478,DiceCAM,Tabletop Games,Games,USD,2011-10-23,5000.00,2011-09-23 06:23:59,710.00,failed,13,US,710.00,710.00,5000.00 +1070116691,The Great Food Truck Quest,Food Trucks,Food,USD,2015-05-15,3500.00,2015-04-25 17:15:24,621.00,failed,5,US,621.00,621.00,3500.00 +107012178,Will Rising (a story of the Will rising to Consciousness),Young Adult,Publishing,USD,2014-07-25,1900.00,2014-06-25 06:55:11,40.00,failed,1,US,40.00,40.00,1900.00 +1070126004,The Seven Wonders of Denim McLeod,Young Adult,Publishing,USD,2014-07-22,30000.00,2014-06-22 20:37:49,0.00,failed,0,US,0.00,0.00,30000.00 +1070130628,The Master: A Portrait of Philip Seymour Hoffman (Canceled),Documentary,Film & Video,USD,2016-01-25,50000.00,2015-12-26 03:15:48,0.00,canceled,0,US,0.00,0.00,50000.00 +1070137426,LinkMe - Personalized Smart Message Wristband,Product Design,Design,USD,2013-05-05,100000.00,2013-03-06 06:10:36,35087.00,failed,265,US,35087.00,35087.00,100000.00 +107015861,Speed bump with security fence/ casse-vitesse avec barrière,Wearables,Technology,EUR,2017-02-26,110000.00,2016-12-28 12:17:14,11.00,failed,2,FR,0.00,11.62,116215.19 +1070160107,Someone's Watching (Thriller) Short Film,Thrillers,Film & Video,USD,2017-09-14,15000.00,2017-07-16 23:03:25,1.00,failed,1,US,0.00,1.00,15000.00 +1070176498,Drone Landing System,Flight,Technology,EUR,2016-07-16,45000.00,2016-06-21 16:38:08,679.00,failed,6,NL,402.04,747.85,49562.75 +1070177117,Building GeeKingdom,Crafts,Crafts,USD,2014-08-20,450.00,2014-07-21 20:57:37,745.00,successful,17,US,745.00,745.00,450.00 +1070184192,Lemon Jelly's Lost Horizons poster,Graphic Design,Design,GBP,2016-12-03,4000.00,2016-11-03 10:30:54,10093.00,successful,113,GB,2555.76,12697.03,5032.02 +107019567,Swirled Chocolate and Gummy Dice,Food,Food,USD,2016-02-02,250.00,2016-01-08 20:12:11,8010.00,successful,217,US,8010.00,8010.00,250.00 +1070207919,Farful Foolong from Oolong Panshoo and the Grey Bubble-Goo,Children's Books,Publishing,USD,2015-10-16,20000.00,2015-09-16 05:43:22,22415.00,successful,180,US,22415.00,22415.00,20000.00 +1070211709,American Bidet - Cleans you way better than toilet paper.,Product Design,Design,CAD,2018-01-30,449999.00,2017-12-11 23:32:01,3141.00,canceled,37,CA,1121.39,2508.99,359452.83 +1070212252,JELLY @ The Cockpit By Eugenie Rose Abbott and Mica Mono,Plays,Theater,GBP,2017-07-11,2200.00,2017-06-11 13:10:03,2235.00,successful,13,GB,50.97,2899.70,2854.29 +"1070218360,""Dollhouse: Gateway Songs, Volume 1 Book"",Webcomics,Comics,USD,2014-07-31,6350.00,2014-07-01 07:01:55,8163.39,successful,125,US,8163.39,8163.39,6350.00" +1070220921,Alphabet Flash Cards,Product Design,Design,USD,2015-02-22,5000.00,2015-01-23 16:04:30,147.00,failed,7,US,147.00,147.00,5000.00 +1070226175,Home #5 - Understanding,Comic Books,Comics,USD,2017-04-04,1500.00,2017-03-06 07:01:48,2209.00,successful,62,US,596.00,2209.00,1500.00 +1070228574,Killing Khaos' New Album,Metal,Music,USD,2014-12-13,600.00,2014-11-13 18:35:20,21.00,failed,2,US,21.00,21.00,600.00 +1070232940,Iron Mask ~ Slim Premium Magnetic Golf Club Headcovers,Product Design,Design,USD,2014-03-21,5000.00,2014-02-19 15:37:27,295.00,failed,4,US,295.00,295.00,5000.00 +1070245934,Beyond the Wand - A Feature Film by Plaid Shirt Productions,Narrative Film,Film & Video,USD,2011-09-03,30000.00,2011-07-05 21:46:30,273.00,failed,9,US,273.00,273.00,30000.00 +1070248012,Wonderama TV,Television,Film & Video,USD,2016-09-16,250000.00,2016-07-18 20:15:45,7775.00,canceled,15,US,0.00,7775.00,250000.00 +1070249225,Golden Grenade Records Their Debut EP,Rock,Music,USD,2012-03-02,4000.00,2012-01-31 21:06:15,10610.00,successful,126,US,10610.00,10610.00,4000.00 +"1070256145,""Airport Way debut album - """"Islaninsula"""""",Rock,Music,USD,2012-08-20,4000.00,2012-07-21 05:03:44,4650.00,successful,76,US,4650.00,4650.00,4000.00" +1070260142,jenea.jpg photography: the genesis,Fine Art,Photography,USD,2016-08-08,1500.00,2016-07-09 05:06:21,0.00,canceled,0,US,0.00,0.00,1500.00 +1070261944,Little Bee Pops 2.0: ZOMBIE APOPALYPSE,Food,Food,USD,2013-04-07,22000.00,2013-03-13 17:05:41,22420.00,successful,301,US,22420.00,22420.00,22000.00 +1070261970,Gridjuice (Canceled),DIY Electronics,Technology,USD,2015-07-15,2000.00,2015-06-15 17:23:27,0.00,canceled,0,US,0.00,0.00,2000.00 +1070268948,5BerScratcher – The 1st Genuine Carbon Fiber Back Scratcher,Product Design,Design,USD,2014-07-17,3000.00,2014-06-02 08:51:08,4570.00,successful,84,US,4570.00,4570.00,3000.00 +1070274116,Chimera Productions Theater Project: After Ashley,Theater,Theater,USD,2012-07-15,2000.00,2012-05-23 15:17:38,2020.00,successful,29,US,2020.00,2020.00,2000.00 +1070276794,SimyBall: Play stress away for enhanced relaxation,Hardware,Technology,EUR,2017-12-14,75000.00,2017-11-14 07:39:36,31869.00,failed,123,AT,13099.83,37624.41,88544.68 +1070279517,Da Book of Manifest (Canceled),Nonfiction,Publishing,USD,2012-07-14,7000.00,2012-05-15 07:05:47,0.00,canceled,0,US,0.00,0.00,7000.00 +1070284512,Emoji Book,Publishing,Publishing,USD,2017-03-03,40000.00,2017-02-01 14:03:00,15201.00,failed,184,US,10495.00,15201.00,40000.00 +1070293936,SingSquare - A music application for independent music.,Apps,Technology,USD,2016-01-05,10000.00,2015-12-04 00:42:02,350.00,canceled,8,US,350.00,350.00,10000.00 +1070300073,Boobs or bust,Fashion,Fashion,GBP,2014-09-06,50000.00,2014-08-07 01:20:20,10.00,failed,2,GB,16.86,16.23,81163.56 +1070301585,Equality.Education - Let's Close the Achievement Gap,Children's Books,Publishing,USD,2017-12-01,1000.00,2017-10-11 19:12:25,1182.00,successful,104,US,275.00,1182.00,1000.00 +1070304016,Mount Washington - Kennedy,Indie Rock,Music,NOK,2017-02-04,20000.00,2017-01-05 13:23:41,11655.00,failed,32,NO,125.29,1390.91,2386.81 +1070305182,Donahue Audio tube power amp 160,Product Design,Design,USD,2017-05-04,15000.00,2017-03-20 19:19:12,215.00,failed,5,US,5.00,215.00,15000.00 +1070305978,20 Oldschool and Vintage Poster Prints.,Graphic Design,Design,USD,2016-10-28,1.00,2016-09-28 23:12:42,40.00,successful,2,US,60.00,40.00,1.00 +1070311669,Alaska Fish Nutrition,Food,Food,USD,2015-02-20,300000.00,2014-12-22 21:31:16,200.00,failed,2,US,200.00,200.00,300000.00 +1070314970,Ceallaigh's Journal,Webseries,Film & Video,USD,2010-11-09,3865.00,2010-09-25 12:17:34,850.00,failed,5,US,850.00,850.00,3865.00 +1070330604,Uncle Sam's Revenge,Mobile Games,Games,USD,2014-11-30,30000.00,2014-10-31 17:12:25,595.00,failed,14,US,595.00,595.00,30000.00 +1070330765,Diamond Days,Narrative Film,Film & Video,USD,2012-07-08,6000.00,2012-06-07 23:45:44,7100.00,successful,36,US,7100.00,7100.00,6000.00 +107033455,African Bobo/Bwa Sun Mask Enamel Pin,Art,Art,USD,2016-11-23,350.00,2016-10-24 23:03:19,446.00,successful,18,US,134.00,446.00,350.00 +1070337855,Nature-Rx,Shorts,Film & Video,USD,2015-05-21,6500.00,2015-04-21 22:04:41,6691.00,successful,137,US,6691.00,6691.00,6500.00 +1070344295,Brighton Textile Design Graduates 2014,Design,Design,GBP,2014-05-24,750.00,2014-04-24 20:03:28,830.00,successful,43,GB,1397.05,1388.98,1255.10 +1070348875,Create Debut Music Video For A New Christian Country Artist,Music Videos,Film & Video,GBP,2014-09-06,650.00,2014-08-13 19:53:29,0.00,failed,0,GB,0.00,0.00,1055.13 +1070349911,Music School 'Springs' Into New Digital Recording!,Film & Video,Film & Video,USD,2012-12-09,3000.00,2012-10-10 18:14:05,4000.00,successful,48,US,4000.00,4000.00,3000.00 +1070355527,XCOM Meets Chess? - [FOR HARDCORE GAMERS ONLY],Video Games,Games,USD,2013-09-20,15000.00,2013-08-21 05:52:54,429.84,failed,25,US,429.84,429.84,15000.00 +107035762,Customer Only Reviews,Web,Technology,USD,2015-03-03,118000.00,2015-02-25 21:57:38,3.00,failed,3,US,3.00,3.00,118000.00 +1070361028,The Mustache Society,Narrative Film,Film & Video,USD,2017-06-15,5000.00,2017-05-26 00:01:56,0.00,failed,0,US,0.00,0.00,5000.00 +1070364625,H2O Space Bounty Hunter Issue #1,Comics,Comics,USD,2017-03-02,4800.00,2017-01-31 18:33:09,600.00,canceled,6,US,140.00,600.00,4800.00 +1070367191,Gil McKinney's First Album!,Music,Music,USD,2017-02-18,12000.00,2017-01-19 21:51:07,31958.00,successful,562,US,15941.00,31958.00,12000.00 +1070368399,Hidden Ely 2014 Photo Desk Calendar - Ely Cambridgeshire UK,Photography,Photography,GBP,2013-10-27,5000.00,2013-09-27 00:15:28,9.00,failed,1,GB,14.39,14.36,7978.43 +"1070375209,""Audience With Bannockburn - Be a Scots legend, join up now!"",Performance Art,Art,GBP,2014-06-06,7300.00,2014-05-07 20:39:58,7446.00,successful,73,GB,12565.67,12528.18,12282.53" +1070378661,Two Weeks Strait (Documentary),Documentary,Film & Video,CAD,2016-12-30,5000.00,2016-11-30 00:06:29,5125.00,successful,85,CA,0.00,3807.58,3714.71 +1070380393,Topdotspot,Web,Journalism,NOK,2015-10-03,7000.00,2015-09-03 20:33:55,0.00,failed,0,NO,0.00,0.00,865.49 +1070391218,Landscape Artist Looking To Expand Portfolio,Digital Art,Art,CAD,2017-03-08,2500.00,2017-02-22 01:16:33,0.00,failed,0,CA,0.00,0.00,1851.30 +1070394574,Ecobuddy: Nature's Guide,Apps,Technology,USD,2015-08-29,100000.00,2015-07-30 16:58:56,30.00,failed,6,US,30.00,30.00,100000.00 +"1070398443,""Green Game - We need a Green generation, not an Angry one"",Mobile Games,Games,USD,2014-10-24,80000.00,2014-09-26 01:00:19,9557.00,failed,27,US,9557.00,9557.00,80000.00" +107039878,The Companion Bible Project,Nonfiction,Publishing,USD,2013-02-24,1000.00,2013-01-25 00:59:57,5.00,failed,1,US,5.00,5.00,1000.00 +1070399005,The 8th Day (Canceled),Tabletop Games,Games,USD,2013-10-26,25000.00,2013-09-26 21:00:33,8393.00,canceled,97,US,8393.00,8393.00,25000.00 +1070399373,Prospect Gymnastics Designs New Facility,Design,Design,USD,2014-08-17,5000.00,2014-08-01 17:57:26,11885.00,successful,56,US,11885.00,11885.00,5000.00 +1070400869,Nichi Moisturize Serum,Fashion,Fashion,USD,2016-11-23,50000.00,2016-10-24 06:57:05,111.00,failed,2,US,0.00,111.00,50000.00 +1070403760,History of Progressive Era Sports Masters Thesis,Academic,Publishing,USD,2015-03-03,300.00,2015-01-27 18:20:00,3.00,failed,3,US,3.00,3.00,300.00 +"10704159,""Leftybooks, notebooks designed for left-handed minds"",Product Design,Design,EUR,2016-01-12,10000.00,2015-12-01 10:16:26,3198.00,failed,112,ES,3385.71,3490.31,10914.05" +1070416057,Sonicsgate - The Documentary Film,Documentary,Film & Video,USD,2009-11-30,5000.00,2009-09-01 22:07:13,5012.00,successful,66,US,5012.00,5012.00,5000.00 +1070416563,Chronicles of the Rift,Video Games,Games,USD,2014-05-20,1.00,2014-04-20 17:26:11,631.66,successful,53,US,631.66,631.66,1.00 +1070437200,Peedie chocs and desserts,Food,Food,GBP,2014-11-19,25000.00,2014-10-20 17:01:04,16.00,failed,2,GB,25.75,25.09,39205.85 +1070438630,Cubtab: Fun and Safe Email for Kids!,Technology,Technology,USD,2013-10-20,20000.00,2013-09-20 21:00:53,3078.00,failed,99,US,3078.00,3078.00,20000.00 +1070443800,Fund our debut album!,Rock,Music,USD,2011-09-01,150.00,2011-08-02 22:40:53,75.00,failed,6,US,75.00,75.00,150.00 +1070448278,Pam and Gay Ghost - Short (Funny) Horror Film,Comedy,Film & Video,USD,2014-06-01,4500.00,2014-05-15 23:38:33,1071.00,failed,29,US,1071.00,1071.00,4500.00 +1070455286,The Mad Scientist: a feature film,Narrative Film,Film & Video,USD,2011-07-19,10000.00,2011-05-20 11:52:35,10016.11,successful,147,US,10016.11,10016.11,10000.00 +1070463239,COP DAD - Magazine of the Exceptional Personal Experience,Periodicals,Publishing,USD,2012-03-08,1410.00,2012-02-04 00:21:10,1565.00,successful,50,US,1565.00,1565.00,1410.00 +1070472059,The 3rd War,Graphic Novels,Comics,USD,2016-09-30,5000.00,2016-08-31 20:50:52,1.00,failed,1,US,0.00,1.00,5000.00 +"1070481227,""SYREN Modern Dance, Michigan Tour 2015"",Performances,Dance,USD,2015-03-19,4000.00,2015-03-01 05:28:51,4025.00,successful,35,US,4025.00,4025.00,4000.00" +1070484470,Genius Posters + Postcards + Magnets,Graphic Design,Design,USD,2012-09-03,4000.00,2012-08-08 01:13:41,881.00,failed,29,US,881.00,881.00,4000.00 +"1070486510,""Introducing Ramthor©, The Defender!"",Games,Games,USD,2013-03-20,50000.00,2013-02-18 16:43:27,16576.00,failed,84,US,16576.00,16576.00,50000.00" +1070495002,Rashomon: Reloaded,Experimental,Theater,USD,2015-08-09,450.00,2015-07-14 20:55:52,450.00,successful,13,US,450.00,450.00,450.00 +1070509677,Chef to GO!!,Food,Food,USD,2012-05-05,40000.00,2012-03-06 19:36:45,10.00,failed,1,US,10.00,10.00,40000.00 +107051483,Slide out Bluetooth Speakers & Charger All-In-One Phone Case,Product Design,Design,USD,2017-10-03,120000.00,2017-08-04 09:09:11,6819.00,canceled,48,US,4718.00,6819.00,120000.00 +1070520535,Underwater photography gear,Fine Art,Photography,AUD,2016-09-18,2100.00,2016-08-19 03:12:12,0.00,canceled,0,AU,0.00,0.00,1603.67 +107052413,Firewalla: Complete Cyber Security Solution For Your Home,Gadgets,Technology,USD,2017-08-01,30000.00,2017-06-27 15:39:07,90583.00,successful,951,US,6665.00,90583.00,30000.00 +107052488,Pocket Jump: Jump Start your car and any device!,Technology,Technology,USD,2014-12-05,10000.00,2014-11-05 04:23:53,2945.00,failed,44,US,2945.00,2945.00,10000.00 +1070537735,Our Golden Hour,Children's Books,Publishing,USD,2014-04-05,5000.00,2014-03-06 17:38:38,5394.00,successful,95,US,5394.00,5394.00,5000.00 +1070537893,ChimeraRED - World's First Virtual Music Artist (Canceled),Music,Music,USD,2011-09-30,20000.00,2011-08-31 03:30:03,1.00,canceled,1,US,1.00,1.00,20000.00 +"1070540092,""The Missing Link, A Debut Novel"",Fiction,Publishing,USD,2014-02-06,10000.00,2014-01-07 23:30:33,650.00,failed,15,US,650.00,650.00,10000.00" +1070546880,Flying Adventures,Art Books,Publishing,DKK,2015-11-07,24000.00,2015-10-08 01:04:22,665.00,failed,2,DK,99.75,95.94,3462.65 +1070547989,I SAVED JAZZ PHOTOGRAPHY,Art Books,Publishing,USD,2012-12-08,23000.00,2012-10-09 00:00:14,25156.00,successful,222,US,25156.00,25156.00,23000.00 +"107054882,Threshold,Film & Video,Film & Video,USD,2015-08-09,1100.00,2015-07-20 20:48:35,256.00,undefined,0,""N,0"""""",,256.00,1100.00" +1070553860,Jet Rado - Debut EP,Indie Rock,Music,USD,2013-02-02,2000.00,2013-01-03 22:30:10,2066.00,successful,25,US,2066.00,2066.00,2000.00 +1070557758,Sequel to Confessions of a Suburban Cowboy Book,Print,Journalism,USD,2015-03-26,10000.00,2015-02-24 01:21:29,0.00,failed,0,US,0.00,0.00,10000.00 +1070559201,Dragon Valley - The Board Game,Tabletop Games,Games,USD,2011-08-15,16000.00,2011-06-21 15:15:03,20483.00,successful,278,US,20483.00,20483.00,16000.00 +"1070559418,'Misconception'; the almost completed short film. ,Shorts,Film & Video,USD,2010-07-16,1500.00,2010-06-16 02:26:07,20.00,failed,1,US,20.00,20.00,1500.00" +1070559517,Ecce Homo: Behold man. An exploration into Sacred Sexuality,Installations,Art,NZD,2015-07-14,4000.00,2015-06-14 12:57:37,410.00,failed,4,NZ,286.42,268.64,2620.89 +1070559807,2013 Holiday 3-CD Music Mix,World Music,Music,USD,2013-11-29,900.00,2013-10-30 17:00:40,1113.00,successful,36,US,1113.00,1113.00,900.00 +1070560167,More Business of Being Born - Ricki Lake and Abby Epstein,Documentary,Film & Video,USD,2011-07-14,100000.00,2011-06-14 19:03:55,121679.15,successful,1514,US,121679.15,121679.15,100000.00 +1070561493,VSR Creativity that sticks,Footwear,Fashion,EUR,2016-12-02,36000.00,2016-11-02 00:04:43,628.00,failed,15,NL,490.13,668.32,38311.32 +1070562691,Jo's Travel Journals,Literary Journals,Publishing,CAD,2016-01-01,1500.00,2015-12-02 22:43:57,0.00,failed,0,CA,0.00,0.00,1063.38 +1070569691,Closer Than You Think | The Cuban Artist Project,Documentary,Film & Video,USD,2014-06-13,42000.00,2014-05-14 19:02:47,42787.00,successful,211,US,42787.00,42787.00,42000.00 +107057035,The Cougars Cooking Show,Webseries,Film & Video,CAD,2014-08-18,1000.00,2014-07-19 18:11:48,1.00,failed,1,CA,0.93,0.91,912.66 +1070574912,Cards to the Heart,Playing Cards,Games,CAD,2017-10-25,12000.00,2017-09-25 18:30:42,12866.00,successful,242,CA,430.52,9979.83,9308.10 +1070575976,In This Economy - Capital Fringe Festival 2012,Theater,Theater,USD,2012-07-02,1200.00,2012-05-03 16:58:25,2486.00,successful,61,US,2486.00,2486.00,1200.00 +"1070577441,""A Christmas Tale, The next step"",Fiction,Publishing,USD,2013-11-07,15000.00,2013-10-03 21:49:28,510.00,failed,7,US,510.00,510.00,15000.00" +"1070579216,""Where is One? with Wibble, Dibble & Splattt"",Children's Books,Publishing,USD,2014-05-17,29000.00,2014-04-11 17:57:13,3679.00,failed,21,US,3679.00,3679.00,29000.00" +1070580586,Mountain Paw Prints | Clothing inspired by wild places,Apparel,Fashion,USD,2016-05-06,1160.00,2016-04-06 19:25:57,1960.00,successful,41,US,1960.00,1960.00,1160.00 +1070582746,Mr Sinky: Worlds Cleanest | Coolest Toothbrush Protector,Gadgets,Technology,USD,2015-10-02,5000.00,2015-09-02 06:45:39,3109.00,failed,25,US,3109.00,3109.00,5000.00 +1070583147,The 7 inch Bendy USB Charging Cable- Apple Certified,Product Design,Design,USD,2014-10-30,20000.00,2014-09-30 15:52:36,31261.00,successful,1280,US,31261.00,31261.00,20000.00 +1070586108,New Play 'Miss Valentine' Charms NYC!,Theater,Theater,USD,2013-03-08,5000.00,2013-02-06 15:54:02,5470.00,successful,49,US,5470.00,5470.00,5000.00 +1070597910,Valor in Disgrace - A novel by Anthony Park (Canceled),Fiction,Publishing,USD,2013-08-01,12000.00,2013-07-02 01:30:51,50.00,canceled,1,US,50.00,50.00,12000.00 +1070608036,Inner Goddess,Digital Art,Art,GBP,2017-04-28,5000.00,2017-03-26 22:51:25,1.00,failed,1,GB,0.00,1.29,6469.56 +1070615087,Come Wind - #CWRecord 2015,Indie Rock,Music,USD,2015-01-09,15000.00,2014-12-10 17:26:35,17078.00,successful,194,US,17078.00,17078.00,15000.00 +1070618347,THE ROTTEN DRAPES are recording their third album.,Indie Rock,Music,USD,2012-01-07,4500.00,2011-11-08 19:30:44,5.00,failed,2,US,5.00,5.00,4500.00 +1070631030,Innovative Device Turns Your Mailbox Into Fort Knox,Product Design,Design,USD,2014-10-10,50000.00,2014-09-10 20:09:42,569.00,failed,1,US,569.00,569.00,50000.00 +1070635278,TALES OF THE FANTASTIC - Stories about Fandom,Documentary,Film & Video,USD,2014-05-06,20000.00,2014-03-07 18:25:51,1.00,failed,1,US,1.00,1.00,20000.00 +"1070635455,""CRYAMORE! A True, First-Class Take on the Action-RPG Genre"",Video Games,Games,USD,2013-02-26,60000.00,2013-01-26 07:38:53,242309.32,successful,5909,US,242309.32,242309.32,60000.00" +1070636933,Reaper's Blood Hot Sauce,Small Batch,Food,USD,2015-09-07,11000.00,2015-08-08 02:44:08,0.00,failed,0,US,0.00,0.00,11000.00 +"1070640215,Reader Wanted,Film & Video,Film & Video,GBP,2015-01-15,1500.00,2014-12-16 20:42:48,1545.00,undefined,0,""N,0"""""",,2344.32,2276.04" +1070642368,Out of Province: GoPro for Jay Mick Foto,Photography,Photography,USD,2015-05-01,500.00,2015-04-01 07:47:51,91.00,failed,5,US,91.00,91.00,500.00 +1070646381,Yatsume,Fashion,Fashion,AUD,2016-05-21,6000.00,2016-04-21 20:43:34,0.00,failed,0,AU,0.00,0.00,4327.76 +1070654888,Love Health Hate Waste - Food Waste Reduction Project,Food,Food,GBP,2017-04-20,5000.00,2017-04-06 16:20:14,120.00,failed,8,GB,0.00,153.34,6389.12 +1070655065,GOTHIK,Playing Cards,Games,GBP,2016-03-23,500.00,2016-02-16 22:09:33,5078.00,successful,206,GB,7373.72,7175.26,706.50 +1070662419,An Awfully Big Adventure,Fiction,Publishing,USD,2012-02-29,12000.00,2011-12-31 10:21:18,70.00,failed,3,US,70.00,70.00,12000.00 +107067246,DELIRIUM - A Fantasy Short Movie,Fantasy,Film & Video,USD,2014-09-20,35000.00,2014-08-11 14:48:07,25.00,failed,3,US,25.00,25.00,35000.00 +1070679946,Around the World with Little Pim! (a holiday ebook for kids),Children's Books,Publishing,USD,2013-10-31,12000.00,2013-10-01 16:08:27,13362.00,successful,177,US,13362.00,13362.00,12000.00 +1070682627,KTF Press,Publishing,Publishing,USD,2014-06-19,8500.00,2014-05-20 16:43:38,0.00,failed,0,US,0.00,0.00,8500.00 +1070683260,REPAIR THE TOUR BUS!!,Rock,Music,USD,2011-04-26,1700.00,2011-04-06 03:13:23,85.00,failed,3,US,85.00,85.00,1700.00 +1070689900,Sport Specific Lip Balm. Sport Chappies,Accessories,Fashion,USD,2015-05-01,5500.00,2015-03-21 14:27:03,496.00,failed,20,US,496.00,496.00,5500.00 +1070690269,We The People - IOS and Android App,Apps,Technology,USD,2017-06-04,10000.00,2017-05-05 18:49:41,28.00,failed,2,US,28.00,28.00,10000.00 +1070693823,Monsters Are Fun -- Pledge & Get One!,Children's Books,Publishing,USD,2012-01-17,547.00,2011-11-18 04:48:07,429.00,failed,12,US,429.00,429.00,547.00 +1070694777,Save My Seoul: Post Production,Film & Video,Film & Video,USD,2016-03-02,40000.00,2016-02-01 20:11:52,47119.00,successful,531,US,47119.00,47119.00,40000.00 +1070694951,Dessert Restaurant and Cocoa Bar,Food,Food,USD,2016-03-24,5500.00,2016-02-23 10:14:39,570.00,failed,12,US,570.00,570.00,5500.00 +1070698195,The Boombox Documentary (Feature Film),Documentary,Film & Video,USD,2012-07-27,50000.00,2012-06-27 16:41:27,101.00,failed,5,US,101.00,101.00,50000.00 +1070702197,Oahu by Jeff Peterson,World Music,Music,USD,2015-10-21,10000.00,2015-09-21 08:01:32,15810.00,successful,128,US,15810.00,15810.00,10000.00 +1070707191,Get your own DIY Paper Mask,Crafts,Crafts,USD,2016-10-03,2500.00,2016-09-02 00:47:46,20490.00,successful,1032,US,296.00,20490.00,2500.00 +1070707811,We Are A Riot On A Crusade,Rock,Music,USD,2011-09-28,600.00,2011-08-19 01:48:57,625.00,successful,11,US,625.00,625.00,600.00 +1070710119,DuinoKit Tiny - ATTiny85 Arduino Discovery Learning Kit,DIY Electronics,Technology,USD,2018-02-04,5900.00,2017-12-21 00:17:37,3570.00,live,42,US,2685.00,3570.00,5900.00 +1070726515,Big Faces Republic Album #1 Performing & Touring Artists,Hip-Hop,Music,USD,2012-07-09,10000.00,2012-06-09 00:59:41,0.00,failed,0,US,0.00,0.00,10000.00 +"1070732536,""Johnny Hampton, Household Name, Accolades, Knighthood"",Nonfiction,Publishing,USD,2015-05-06,100000.00,2015-04-06 01:43:01,0.00,failed,0,US,0.00,0.00,100000.00" +"1070754406,""Stacey Unck - Album """"Through the Cracks"""""",Music,Music,USD,2012-06-22,3000.00,2012-05-23 01:36:08,3175.00,successful,67,US,3175.00,3175.00,3000.00" +1070756092,Local Legal,Apps,Technology,USD,2017-07-18,500000.00,2017-06-18 03:54:49,50.00,failed,1,US,0.00,50.00,500000.00 +1070760553,The Troubadour Farm,Performance Art,Art,USD,2016-12-19,7000.00,2016-11-19 22:34:36,2980.00,failed,39,US,590.00,2980.00,7000.00 +1070769846,Vortex Air Cooled Cycling Shirt,Product Design,Design,USD,2013-11-02,5000.00,2013-09-28 02:30:56,2062.00,failed,34,US,2062.00,2062.00,5000.00 +"1070775902,""""""Losing It All"""""",Nonfiction,Publishing,USD,2015-11-25,2750.00,2015-10-26 22:01:39,60.00,failed,3,US,60.00,60.00,2750.00" +1070775953,The World's First Monkey-Man,Shorts,Film & Video,USD,2015-03-24,2900.00,2015-02-22 04:55:24,25.00,failed,1,US,25.00,25.00,2900.00 +"1070776085,""A New Global, Universal Vision of Life on this Planet!"",Theater,Theater,USD,2014-02-14,9625.00,2014-01-15 18:37:04,411.00,failed,13,US,411.00,411.00,9625.00" +1070777339,The Wishes of the Fish King,Children's Books,Publishing,USD,2016-06-03,12500.00,2016-05-02 14:54:20,20618.00,successful,367,US,20618.00,20618.00,12500.00 +1070795697,DRIVR,Video Games,Games,USD,2017-02-19,350.00,2017-01-20 19:35:44,106.00,failed,8,US,10.00,106.00,350.00 +107079609,Showing off local youth's their creative art skills.,Art,Art,CAD,2014-10-23,750.00,2014-09-23 23:28:49,122.00,failed,4,CA,111.48,108.83,669.05 +"1070802237,""XCenter College Of Art, Music & Design"",Civic Design,Design,USD,2017-01-30,10000000.00,2016-12-01 03:27:13,0.00,failed,0,US,0.00,0.00,10000000.00" +1070809681,Pawshhtag | Premium Pet ID Tags,Pet Fashion,Fashion,CAD,2017-11-11,1000.00,2017-10-04 02:37:11,1094.00,successful,37,CA,228.90,857.23,783.58 +1070811526,Halo Toy,Product Design,Design,USD,2017-11-01,4000.00,2017-09-12 09:41:30,4249.00,successful,51,US,145.00,4249.00,4000.00 +107081643,Beautiful Earth and the people in it,Photography,Photography,USD,2016-04-01,20000.00,2016-02-26 18:55:33,1.00,failed,1,US,1.00,1.00,20000.00 +1070821470,Dark Masters Full Launch,Tabletop Games,Games,USD,2015-05-27,750.00,2015-04-27 20:50:32,815.00,successful,7,US,815.00,815.00,750.00 +1070845764,WILDFIRE SUPPRESSANT,Technology,Technology,USD,2017-01-22,300000.00,2016-12-23 01:01:19,120.00,failed,3,US,10.00,120.00,300000.00 +1070853556,Affirmations Mirror the talking mirror by MeyeVU Interactive,Hardware,Technology,USD,2012-02-29,20000.00,2012-01-30 09:07:46,3545.00,failed,74,US,3545.00,3545.00,20000.00 +1070864106,The Best-Crafted Metal Rose Ever: the perfect gift,Sculpture,Art,USD,2014-11-14,2000.00,2014-10-14 19:48:05,776.00,failed,5,US,776.00,776.00,2000.00 +1070866158,Gamer Nation Con 5: The Order of the Gamers,Tabletop Games,Games,USD,2017-11-23,4500.00,2017-10-27 15:04:22,10825.00,successful,114,US,6105.00,10825.00,4500.00 +1070870402,Color It Success,Documentary,Film & Video,USD,2013-12-18,1200000.00,2013-11-13 15:00:43,185.00,failed,4,US,185.00,185.00,1200000.00 +"1070883199,""iSpoon - A practical stand for iPad, iPhone and e-readers."",Product Design,Design,USD,2011-06-08,700.00,2011-05-09 16:04:35,24.00,failed,4,US,24.00,24.00,700.00" +1070883569,A Season of Love and Music (Spring 2014),Plays,Theater,USD,2014-05-20,11140.00,2014-04-18 22:52:36,3877.00,failed,46,US,3877.00,3877.00,11140.00 +1070886639,Luzonos Luminescent Rings,Product Design,Design,USD,2017-12-15,4000.00,2017-11-15 22:12:56,2135.00,canceled,51,US,260.00,2135.00,4000.00 +1070892797,Nutritious & Delicious Recipe Book,Cookbooks,Food,USD,2015-05-16,300.00,2015-04-11 13:04:41,0.00,failed,0,US,0.00,0.00,300.00 +1070896400,Cookies Galore 'n More - Operation: Farmer's Market 2014,Food,Food,USD,2014-03-16,750.00,2014-02-14 20:05:17,805.00,successful,14,US,805.00,805.00,750.00 +1070902697,the Blox TV,Video,Journalism,USD,2017-03-27,20000.00,2017-02-24 17:45:45,20028.00,successful,48,US,560.00,20028.00,20000.00 +1070918638,ZynVaded! EVO,Tabletop Games,Games,USD,2016-09-03,7700.00,2016-08-04 14:01:36,8499.00,successful,81,US,408.00,8499.00,7700.00 +10709198,TACK Socks: The world’s kindest footwear!,Footwear,Fashion,SEK,2015-12-24,80000.00,2015-11-26 21:38:59,9713.00,failed,27,SE,1118.82,1157.00,9529.48 +1070922782,-An Evolution of Inspiration-,Couture,Fashion,USD,2015-02-26,25000.00,2015-01-27 06:06:16,6960.00,failed,60,US,6960.00,6960.00,25000.00 +1070928653,BUSHWOOD records their second album!,Music,Music,USD,2012-10-05,1420.00,2012-08-13 23:05:45,1489.00,successful,38,US,1489.00,1489.00,1420.00 +1070935253,Folbot Black Edition Portable Kayak - Unfold New Adventures,Product Design,Design,USD,2014-10-02,25000.00,2014-09-02 17:19:10,31414.00,successful,51,US,31414.00,31414.00,25000.00 +1070943361,Indie development - collection,Video Games,Games,AUD,2016-01-11,50000.00,2015-12-07 11:20:53,101.00,failed,2,AU,74.13,69.35,34331.23 +1070950795,Moravian Philharmonic Orchestra Recording,Classical Music,Music,USD,2012-05-03,10000.00,2012-04-03 20:57:17,1060.00,failed,13,US,1060.00,1060.00,10000.00 +10709569,A Brand New LP from Rebekah Todd!,Country & Folk,Music,USD,2013-07-13,4800.00,2013-06-01 18:10:08,5923.00,successful,156,US,5923.00,5923.00,4800.00 +1070958030,the button is here. go out with your flair out. (Canceled),Printing,Crafts,USD,2015-05-05,5000.00,2015-04-20 20:14:03,0.00,canceled,0,US,0.00,0.00,5000.00 +1070972398,Kith of the Heresiarch,Fiction,Publishing,USD,2012-05-30,15000.00,2012-04-30 22:14:21,0.00,failed,0,US,0.00,0.00,15000.00 +1070973509,CULTIST SIMULATOR: BEHOLD OUR END,Video Games,Games,GBP,2017-10-01,30007.00,2017-09-01 10:59:28,82033.71,successful,4788,GB,10858.18,107261.65,39235.09 +1070983238,Jeff Bohannon -- SOMETHING COUNTRY -- The Album,Country & Folk,Music,USD,2016-05-13,3000.00,2016-04-13 21:48:38,375.00,failed,8,US,375.00,375.00,3000.00 +1070987900,Southern Cosmopolitan Baking Co.: It's GROW time!,Restaurants,Food,USD,2014-08-03,4000.00,2014-07-09 00:36:56,622.00,failed,7,US,622.00,622.00,4000.00 +1070991436,Welcome to Boon Hill,Video Games,Games,USD,2013-05-26,5000.00,2013-04-26 23:20:51,12930.91,successful,850,US,12930.91,12930.91,5000.00 +1070992520,CardFarm,Video Games,Games,USD,2013-04-26,30000.00,2013-03-17 17:28:09,685.00,failed,12,US,685.00,685.00,30000.00 +1070993107,Iceland Winter 2014 Artists-in-Residence & Book,Photography,Photography,CAD,2014-01-21,8250.00,2013-12-12 04:51:15,2520.00,failed,35,CA,2369.42,2278.07,7457.96 +1070996219,SEALED: a senior thesis film (Canceled),Shorts,Film & Video,USD,2011-02-21,2000.00,2010-11-23 06:32:35,382.00,canceled,10,US,382.00,382.00,2000.00 +1071009264,Apptimumdesign.com for Android and iOS easy design platform!,Web,Technology,USD,2015-01-02,7500.00,2014-12-02 20:41:30,0.00,failed,0,US,0.00,0.00,7500.00 +"1071011097,""Red Frog, Best Boots For a New World"",Footwear,Fashion,CAD,2016-06-30,11700.00,2016-05-23 05:04:28,14680.00,successful,87,CA,11196.01,11359.59,9053.63" +1071013351,Tomas Ferry Watch Co,Product Design,Design,USD,2014-08-22,14500.00,2014-07-03 04:08:52,27844.50,successful,352,US,27844.50,27844.50,14500.00 +1071015421,Unicorn Poo™,Tabletop Games,Games,USD,2015-03-05,12000.00,2015-02-17 14:10:47,13403.66,successful,627,US,13403.66,13403.66,12000.00 +1071027201,Sommarbio Falun,Film & Video,Film & Video,SEK,2015-08-09,8000.00,2015-07-04 23:40:47,10.00,failed,1,SE,1.18,1.18,947.62 +1071027898,GrantSource: Find Grants for Your Business in 2 Minutes,Apps,Technology,USD,2016-07-17,10000.00,2016-06-16 12:52:53,229.00,canceled,1,US,229.00,229.00,10000.00 +1071031894,Fire dept t-shirt,Ready-to-wear,Fashion,USD,2014-09-09,1000.00,2014-07-15 19:06:51,130.00,failed,3,US,130.00,130.00,1000.00 +"1071043194,""The terrorism called """"government"""""",Nonfiction,Publishing,EUR,2018-01-08,56100.00,2017-12-09 17:39:18,0.00,live,0,NL,0.00,0.00,68088.31" +"1071050455,""LEGACY, Bicycle® Playing Cards by 4PM DESIGNS"",Graphic Design,Design,USD,2014-03-14,30000.00,2014-01-28 17:59:24,21401.56,failed,443,US,21401.56,21401.56,30000.00" +1071054434,Harvest of Voices: Film Celebrating America's Farm Workers,Documentary,Film & Video,USD,2013-12-03,5000.00,2013-10-06 16:08:28,2500.00,canceled,14,US,2500.00,2500.00,5000.00 +"1071061855,""Custom Playmats for MTG, Yugioh, WoW Card Games"",Tabletop Games,Games,USD,2012-10-19,2000.00,2012-09-19 21:09:53,275.00,failed,4,US,275.00,275.00,2000.00" +1071063630,Making Life Sweeter,Food,Food,USD,2014-10-01,32260.00,2014-08-27 20:31:56,1905.00,failed,13,US,1905.00,1905.00,32260.00 +1071064655,Homestead (Canceled),Plays,Theater,GBP,2016-01-01,3000.00,2015-11-17 20:38:02,280.00,canceled,8,GB,425.93,408.09,4372.41 +107106499,The Habit (Canceled),Shorts,Film & Video,USD,2012-06-02,2000.00,2012-05-08 17:58:26,530.00,canceled,13,US,530.00,530.00,2000.00 +"1071067313,LEWD; an erotic text adventure,Video Games,Games,USD,2013-06-03,15000.00,2013-05-03 01:09:51,14309.36,failed,142,US,14309.36,14309.36,15000.00" +1071072732,Bittle Tree's Workshop,Graphic Design,Design,USD,2015-03-04,1000.00,2015-02-02 22:56:31,0.00,failed,0,US,0.00,0.00,1000.00 +1071074841,Pretty Kitty Rose Enamel Pins,Jewelry,Fashion,CAD,2017-10-10,100.00,2017-10-05 18:03:56,112.00,successful,2,CA,9.62,89.61,80.01 +1071084768,Maputnik - Visual Map Editor for Mapbox GL,Software,Technology,CHF,2016-10-21,4000.00,2016-09-21 19:38:34,6906.00,successful,58,CH,737.43,6944.89,4022.53 +1071084907,Forever Fresh Farm,Farms,Food,USD,2014-12-05,5000.00,2014-11-05 11:39:41,10.00,failed,1,US,10.00,10.00,5000.00 +1071090049,katana miniatures mulkis leviathan,Sculpture,Art,GBP,2013-05-30,270.00,2013-04-30 18:33:05,0.00,failed,0,GB,0.00,0.00,411.37 +1071091417,The Hijab Lab - Innovative Hijab for Muslim Women,Apparel,Fashion,USD,2016-10-24,8000.00,2016-09-21 15:24:49,8085.00,successful,134,US,340.00,8085.00,8000.00 +"1071093394,""""""Coming Home"""" from Tin Can Gin"",Country & Folk,Music,USD,2014-12-14,4000.00,2014-11-14 21:53:06,4837.00,successful,97,US,4837.00,4837.00,4000.00" +1071100089,Live Stream : The Red Pill. A Documentary.,Documentary,Film & Video,CAD,2018-01-11,10000.00,2017-12-12 23:52:28,5.00,live,1,CA,3.89,3.99,7987.86 +1071101238,A-Gents,Video Games,Games,USD,2016-03-13,3000.00,2016-02-12 12:02:18,500.00,failed,44,US,500.00,500.00,3000.00 +1071101589,INTO MYSTERY: Clue 10 I M Doc,Documentary,Film & Video,USD,2014-03-15,206757.00,2014-02-12 08:24:17,23205.11,failed,41,US,23205.11,23205.11,206757.00 +1071105419,Home Is Where You Park It,Art Books,Publishing,USD,2013-10-09,45000.00,2013-09-23 20:09:37,65676.00,successful,966,US,65676.00,65676.00,45000.00 +1071114248,Roof-Mounted 8 GGE CNG-Tank Case For Bi-fuel SUVs & LD-NGVs,3D Printing,Technology,USD,2014-09-12,25000.00,2014-07-29 18:03:16,925.00,canceled,5,US,925.00,925.00,25000.00 +1071115581,Bringing Happiness to the Masses Through Chocolate,Food,Food,USD,2013-08-28,7400.00,2013-07-29 04:24:50,575.00,failed,11,US,575.00,575.00,7400.00 +1071116610,The Frosted Cake Boutique - Cake Studio,Food,Food,CAD,2015-03-11,5000.00,2015-02-09 18:05:35,6.00,failed,2,CA,4.79,4.71,3926.50 +1071120266,Amazing Ops: Siege at Benghazi,Shorts,Film & Video,USD,2013-03-20,250000.00,2013-02-18 15:41:25,17487.00,failed,77,US,17487.00,17487.00,250000.00 +1071121789,Modern Carry Premium Leather Card Holder with Elastic Band,Product Design,Design,USD,2017-07-24,400.00,2017-07-12 23:07:42,850.00,successful,46,US,618.00,850.00,400.00 +1071123969,WHOSE HOUSE?!,Webseries,Film & Video,USD,2013-03-02,20900.00,2013-02-04 17:55:01,6323.00,failed,103,US,6323.00,6323.00,20900.00 +1071129158,CANVAS KOMBUCHA BREWING COMPANY! ~drinkart~,Drinks,Food,USD,2017-03-16,11000.00,2017-02-14 18:41:38,534.00,failed,7,US,87.00,534.00,11000.00 +"1071130172,""I Love You, Charlie"",Film & Video,Film & Video,USD,2012-04-04,1900.00,2012-03-06 08:54:15,315.00,failed,10,US,315.00,315.00,1900.00" +1071139195,LightDrive table lamp,Product Design,Design,USD,2012-11-11,125000.00,2012-10-02 09:03:01,17106.00,failed,62,US,17106.00,17106.00,125000.00 +1071140615,GBS Detroit Presents Brother Apollo,Indie Rock,Music,USD,2013-04-05,1200.00,2013-03-19 17:30:54,1685.00,successful,24,US,1685.00,1685.00,1200.00 +1071142259,Studio 301's BAT BOY at UC Davis,Theater,Theater,USD,2013-04-16,2500.00,2013-03-02 07:44:51,2540.69,successful,29,US,2540.69,2540.69,2500.00 +1071160149,Sins and Serenity: A Compilation,Poetry,Publishing,USD,2014-11-26,250.00,2014-10-31 03:10:59,50.00,failed,1,US,50.00,50.00,250.00 +107117384,Jurassic Hunter,Video Games,Games,AUD,2017-07-12,100000.00,2017-06-12 11:39:46,1209.00,failed,20,AU,139.98,938.15,77597.58 +1071184751,ME ASSURE A FISH - long sleeve shirts & apparel,Apparel,Fashion,AUD,2014-08-28,15000.00,2014-08-14 23:49:20,0.00,failed,0,AU,0.00,0.00,14006.91 +1071185828,Mermaid Princess Enamel Pins,Accessories,Fashion,USD,2017-07-12,600.00,2017-06-12 18:45:32,3011.00,successful,122,US,364.00,3011.00,600.00 +1071192902,Canvas Prints Live,Photography,Photography,USD,2017-11-24,800.00,2017-11-04 22:44:35,0.00,failed,0,US,0.00,0.00,800.00 +1071196422,Sister Kit - For Drew EP,Indie Rock,Music,USD,2017-02-13,3000.00,2017-01-13 21:16:44,3015.00,successful,68,US,706.00,3015.00,3000.00 +"107120198,""The PDX Broadsides' New Nerd Album: We Have """"Trust Issues"""""",Comedy,Music,USD,2017-05-12,4500.00,2017-04-12 03:01:08,12538.37,successful,318,US,2877.00,12538.37,4500.00" +1071206229,Hook'd on Phoenix - A Unique Crepe Food Truck,Food,Food,USD,2014-02-07,50000.00,2013-12-09 17:09:09,26.00,failed,2,US,26.00,26.00,50000.00 +1071206298,Real image fishing lures! Images were taken with a camera!,Product Design,Design,USD,2014-09-21,15000.00,2014-08-20 22:59:11,60.00,failed,5,US,60.00,60.00,15000.00 +1071217242,ASSASSINATION THEATER,Theater,Theater,USD,2014-04-21,15000.00,2014-03-22 01:18:00,15829.00,successful,90,US,15829.00,15829.00,15000.00 +1071219442,Quick Shacks - Off-site custom design & on-site assembly!,Architecture,Design,CAD,2014-07-28,15000.00,2014-06-28 11:50:26,0.00,failed,0,CA,0.00,0.00,13728.72 +1071219948,Bryan Clark: Southern Intermission (new CD),Indie Rock,Music,USD,2011-09-24,20000.00,2011-08-10 19:01:45,870.00,failed,12,US,870.00,870.00,20000.00 +1071220571,L'amore di Italia: A heart-breaking love story set in Italy!,Fiction,Publishing,USD,2010-10-20,4250.00,2010-08-12 23:24:37,0.00,failed,0,US,0.00,0.00,4250.00 +1071222061,WACKANOMORE™ weed trimming solution by Frog Head Plastics,Product Design,Design,USD,2015-01-28,78000.00,2014-12-19 16:54:58,33.00,failed,4,US,33.00,33.00,78000.00 +1071222266,Humans and Monsters,Games,Games,USD,2016-10-31,500.00,2016-10-01 14:48:30,155.00,canceled,21,US,10.00,155.00,500.00 +1071222492,The Furnace of Karl Maeser,Documentary,Film & Video,USD,2017-10-26,350.00,2017-09-26 16:45:52,120.00,failed,2,US,0.00,120.00,350.00 +1071227153,NAZ + MAALIK,Film & Video,Film & Video,USD,2013-12-04,35000.00,2013-11-04 15:35:05,37109.69,successful,365,US,37109.69,37109.69,35000.00 +107123029,Crossfire - A Short Film,Shorts,Film & Video,USD,2016-05-26,6500.00,2016-05-01 01:51:41,867.00,failed,13,US,867.00,867.00,6500.00 +1071231919,Another Epic Adventure,Video Games,Games,EUR,2015-10-29,15000.00,2015-09-29 20:05:54,272.00,failed,13,ES,304.46,299.66,16525.47 +1071234218,WAR IS HELL (a CHESS and CERBERUS dual kickstarter!),Comic Books,Comics,USD,2017-10-15,3200.00,2017-09-15 18:07:30,3755.00,successful,118,US,448.00,3755.00,3200.00 +1071236539,The Reading Effect! Read and Watch the Magic Begin!,Children's Books,Publishing,USD,2016-04-14,200.00,2016-03-30 00:57:15,201.00,successful,5,US,201.00,201.00,200.00 +1071242597,Fragile Dreams - Bittersweet music for the heart,Music,Music,USD,2011-01-24,3000.00,2010-12-20 23:37:00,3146.00,successful,49,US,3146.00,3146.00,3000.00 +1071244082,The Last Days of Las Vegas by Roy Hayes,Fiction,Publishing,USD,2013-10-28,17000.00,2013-09-27 09:13:40,490.00,failed,7,US,490.00,490.00,17000.00 +1071246136,Bringing Zen Into The City – Meditation Centre,Nonfiction,Publishing,SGD,2017-12-09,15000.00,2017-11-25 03:33:18,0.00,failed,0,SG,0.00,0.00,11139.99 +1071246894,FAYAWAY FINALLY FINISHES FULL LENGTH,Indie Rock,Music,USD,2015-09-04,2000.00,2015-08-05 22:50:23,2160.00,successful,34,US,2160.00,2160.00,2000.00 +1071247163,Aaralyn's 5th Birthday on Kaua'i,Photobooks,Photography,USD,2014-09-05,5500.00,2014-07-11 00:12:35,0.00,failed,0,US,0.00,0.00,5500.00 +1071248239,Of Mics and Men: The Summer of Ska,Documentary,Film & Video,USD,2017-03-05,10000.00,2017-02-03 20:57:41,1031.00,failed,31,US,210.00,1031.00,10000.00 +1071250933,Lexicon Pamphlet Series,Nonfiction,Publishing,USD,2011-12-18,2400.00,2011-11-18 23:59:53,2821.00,successful,111,US,2821.00,2821.00,2400.00 +1071252575,Creative Gamescapes Spaceship X,Tabletop Games,Games,USD,2013-09-09,5000.00,2013-08-05 00:31:22,13869.50,successful,104,US,13869.50,13869.50,5000.00 +1071258299,Holy Couture Clothing Co. - Ministry x Streetwear,Fashion,Fashion,USD,2013-09-09,7500.00,2013-08-13 02:57:12,246.00,failed,6,US,246.00,246.00,7500.00 +1071276904,Burnside Barbecue,Food,Food,USD,2017-11-16,10000.00,2017-10-17 03:02:32,1706.00,failed,20,US,0.00,1706.00,10000.00 +1071281902,Designing a Map for the Dallas Pedestrian Network,Graphic Design,Design,USD,2011-06-19,1200.00,2011-05-20 05:39:47,1230.00,successful,31,US,1230.00,1230.00,1200.00 +1071295169,The Large Scale Mariculture Meta-Concept and Climate Change,Nonfiction,Publishing,USD,2014-02-20,1500.00,2014-01-21 21:12:14,3.00,failed,1,US,3.00,3.00,1500.00 +1071297918,Zluoride Z: For a bit of flesh (Canceled),Video Games,Games,EUR,2015-12-02,75000.00,2015-11-02 12:29:08,1150.00,canceled,13,ES,1265.73,1253.73,81765.26 +1071301133,Art That Speaks,Mixed Media,Art,USD,2012-08-12,7500.00,2012-07-13 19:49:56,25.00,failed,1,US,25.00,25.00,7500.00 +1071305968,Pinch Rail - Poster Hanger (Canceled),Product Design,Design,USD,2014-07-10,10000.00,2014-06-10 02:02:51,310.00,canceled,8,US,310.00,310.00,10000.00 +1071314238,Marauder GR: A New Era Of Figure & Gaming Miniature Gear,Tabletop Games,Games,USD,2012-10-25,17000.00,2012-09-25 05:57:12,20746.00,successful,312,US,20746.00,20746.00,17000.00 +1071314955,Melanin: The God Particle,Documentary,Film & Video,USD,2014-08-08,25000.00,2014-07-09 15:53:25,1554.00,failed,48,US,1554.00,1554.00,25000.00 +1071315795,YOU ARE HERE: an environmental YouTube film,Documentary,Film & Video,USD,2010-10-01,2100.00,2010-08-26 02:15:43,2200.00,successful,65,US,2200.00,2200.00,2100.00 +1071319324,Density Playing Card Deck — Printed by USPCC,Graphic Design,Design,USD,2013-11-16,12000.00,2013-10-11 23:14:15,16222.00,successful,614,US,16222.00,16222.00,12000.00 +1071323221,EON Sports: Virtual Reality Video Game Football,Gadgets,Technology,USD,2014-12-19,50000.00,2014-11-04 14:22:37,12405.00,failed,30,US,12405.00,12405.00,50000.00 +1071333103,Super World Karts GP - 16-bit mode7 style karts!,Video Games,Games,AUD,2013-12-23,16000.00,2013-11-19 03:28:58,11704.10,failed,386,AU,10965.67,10426.82,14253.90 +1071334573,Blackout: Journey Into Darkness (Canceled),Tabletop Games,Games,USD,2015-06-21,21000.00,2015-05-21 01:26:01,48131.00,canceled,492,US,48131.00,48131.00,21000.00 +1071338931,The Ninja Book Box,Publishing,Publishing,GBP,2016-10-02,500.00,2016-09-02 08:51:16,1788.00,successful,43,GB,642.78,2204.50,616.47 +107135618,I'm Making An Album!!!,Metal,Music,CAD,2014-05-09,350.00,2014-03-10 22:10:50,2112.00,successful,66,CA,1904.92,1950.14,323.18 +1071374173,Coffin with a scratched ceiling,Web,Journalism,USD,2017-05-18,950.00,2017-05-08 20:16:21,51.00,failed,3,US,0.00,51.00,950.00 +1071377882,Loot Trap,Tabletop Games,Games,USD,2017-12-15,7500.00,2017-11-15 20:00:44,907.00,failed,38,US,118.00,907.00,7500.00 +1071378394,escape to the forest - moss gardens,Art,Art,AUD,2015-01-06,4500.00,2014-12-07 09:46:28,4815.00,successful,34,AU,4020.81,3921.01,3664.50 +"1071381367,""""""Rivendell"""" - fantasy string quartet album release"",Classical Music,Music,USD,2016-07-18,1600.00,2016-06-22 05:49:41,2150.00,successful,82,US,923.00,2150.00,1600.00" +1071384748,Point Mugu,Shorts,Film & Video,USD,2012-12-12,2000.00,2012-11-21 20:13:00,2690.00,successful,31,US,2690.00,2690.00,2000.00 +107142038,Art Postcard for You,Illustration,Art,USD,2015-03-01,300.00,2015-01-30 01:25:30,75.00,failed,8,US,75.00,75.00,300.00 +"1071438499,""9, Chemin des Gauchoirs - an open animated short film"",Shorts,Film & Video,GBP,2014-11-27,4000.00,2014-10-28 18:56:32,5202.00,successful,121,GB,8375.71,8165.00,6278.35" +1071441837,World Watches,Product Design,Design,SEK,2017-08-20,30000.00,2017-07-11 08:23:07,299.00,failed,1,SE,0.00,37.14,3726.75 +1071444498,Crooked,Action,Film & Video,USD,2016-03-12,675000.00,2016-03-02 00:43:30,0.00,failed,0,US,0.00,0.00,675000.00 +1071447964,Finding Myself...Facing Cancer,Print,Journalism,USD,2015-12-11,3500.00,2015-11-11 16:46:47,236.00,failed,6,US,236.00,236.00,3500.00 +1071451015,VideoJuke - A YouTube Video Jukebox Android/IOS,Apps,Technology,USD,2014-08-11,500.00,2014-07-12 00:54:48,515.00,successful,16,US,515.00,515.00,500.00 +1071451948,Hero Party Comic,Comics,Comics,USD,2012-09-12,4250.00,2012-08-15 18:19:24,7300.00,successful,176,US,7300.00,7300.00,4250.00 +"1071456060,""Ariel Upton's first full-length album, """"Circle of it All"""""",Pop,Music,USD,2013-12-08,6000.00,2013-11-08 14:09:50,9822.00,successful,154,US,9822.00,9822.00,6000.00" +1071456690,Traveling Treasures,Jewelry,Fashion,USD,2015-01-10,100.00,2014-12-11 10:04:38,10.00,failed,1,US,10.00,10.00,100.00 +1071467618,CATEGORY 5,Music,Music,USD,2015-02-15,30000.00,2015-01-16 23:25:21,1.00,failed,1,US,1.00,1.00,30000.00 +107146965,The man lost in himself,Painting,Art,USD,2010-10-02,2200.00,2010-08-05 06:08:07,25.00,failed,1,US,25.00,25.00,2200.00 +1071474450,Yacht Sentinel 6,Hardware,Technology,GBP,2017-08-04,5000.00,2017-07-05 20:45:50,447.00,failed,2,GB,0.00,587.62,6572.89 +1071476061,Virtuoso - Embedded Virtual Device Framework,Software,Technology,USD,2016-07-26,65535.00,2016-06-20 07:40:02,578.00,failed,12,US,520.00,578.00,65535.00 +1071483152,X: The First Album,Electronic Music,Music,USD,2012-03-28,1000.00,2012-02-12 10:01:45,383.87,failed,8,US,383.87,383.87,1000.00 +1071483345,Blackbridge | A Short Film about Brotherhood & Football,Drama,Film & Video,USD,2016-02-25,6000.00,2016-01-26 03:30:47,6010.44,successful,24,US,6010.44,6010.44,6000.00 +107148468,The Contemplation of Union (Canceled),Art,Art,USD,2011-08-19,5250.00,2011-07-05 19:56:19,0.00,canceled,0,US,0.00,0.00,5250.00 +"10714852,""Hickory Syrup for farmers markets! Breakfast, or meat glaze."",Farmer's Markets,Food,USD,2014-10-15,4500.00,2014-09-30 18:54:35,210.00,failed,7,US,210.00,210.00,4500.00" +"107149508,""Cosmic Exploration Conference Videos - Science, UFOs & ET"",Webseries,Film & Video,USD,2012-07-29,7500.00,2012-06-29 04:12:02,810.00,failed,7,US,810.00,810.00,7500.00" +1071501922,Insektenzuchtfarm Modell Rettenbach,Technology,Technology,EUR,2016-03-23,180000.00,2016-02-12 07:43:56,3.00,failed,3,AT,3.39,3.35,200771.86 +1071504066,A Vision and Dream completed...only with your help,Shorts,Film & Video,USD,2013-08-08,3800.00,2013-07-09 19:38:11,3801.00,successful,50,US,3801.00,3801.00,3800.00 +1071509436,What Are You Looking For?,Documentary,Film & Video,USD,2016-12-05,25000.00,2016-11-03 14:16:28,6887.00,failed,77,US,865.00,6887.00,25000.00 +1071510382,The Ascension of Angelina: Atahsaia,Fiction,Publishing,USD,2014-08-31,1000.00,2014-07-27 22:52:55,125.00,failed,3,US,125.00,125.00,1000.00 +1071514545,MogaMind,Apps,Technology,USD,2015-06-24,3000.00,2015-05-05 05:00:46,3143.00,successful,58,US,3143.00,3143.00,3000.00 +1071515283,SET III Cameo Creeps: Tiny Monster Paintings,Illustration,Art,USD,2017-11-02,10000.00,2017-10-03 16:45:53,15277.00,successful,186,US,5827.00,15277.00,10000.00 +1071520630,Maui Puffer Fish,Film & Video,Film & Video,USD,2014-08-08,100.00,2014-07-09 20:18:29,0.00,failed,0,US,0.00,0.00,100.00 +1071526801,Evelyn's Wake,Shorts,Film & Video,USD,2013-12-22,5500.00,2013-11-22 01:24:57,5835.00,successful,64,US,5835.00,5835.00,5500.00 +1071529073,Art in the Dark: Drop of a Hat,Dance,Dance,USD,2015-07-17,3000.00,2015-06-26 02:57:26,3805.45,successful,38,US,3805.45,3805.45,3000.00 +1071529118,Premier Beauty Schools,Fashion,Fashion,USD,2015-04-19,20000.00,2015-02-18 13:31:38,0.00,failed,0,US,0.00,0.00,20000.00 +107153674,Angela Vicente: Originals Album,Music,Music,USD,2016-08-17,12500.00,2016-07-18 17:05:50,14660.00,successful,196,US,345.00,14660.00,12500.00 +"1071541045,""Pi-LCD, a simple LCD interface board for your Raspberry Pi"",Technology,Technology,GBP,2015-10-12,600.00,2015-09-12 08:36:49,1017.00,successful,36,GB,1570.68,1570.56,926.58" +1071545648,Travel and Trade,Publishing,Publishing,USD,2011-03-24,8500.00,2011-02-22 18:13:44,100.00,failed,1,US,100.00,100.00,8500.00 +"1071549281,""Your iPhone, made out of Wood!"",Product Design,Design,USD,2012-04-08,10000.00,2012-03-09 23:42:09,379.00,failed,7,US,379.00,379.00,10000.00" +1071549375,Bloody Bones,Narrative Film,Film & Video,USD,2012-07-07,500.00,2012-06-07 03:04:45,1436.37,successful,39,US,1436.37,1436.37,500.00 +1071549508,Krantz - Banned by the Catholic Church & now in English!,Comics,Comics,USD,2014-03-13,2750.00,2014-02-11 04:04:03,3133.00,successful,78,US,3133.00,3133.00,2750.00 +107156686,The 4th Meeting (A Drama with Comedic Elements),Narrative Film,Film & Video,USD,2013-03-27,3500.00,2013-02-05 21:13:51,3672.00,successful,33,US,3672.00,3672.00,3500.00 +1071576100,Cold-Blooded Heroes,Fiction,Publishing,GBP,2017-04-18,30000.00,2017-03-19 07:43:10,11.00,failed,2,GB,0.00,14.06,38334.74 +1071578655,1-2-Simple Cooking,Webseries,Film & Video,USD,2011-09-24,6000.00,2011-09-10 00:26:14,6000.00,successful,64,US,6000.00,6000.00,6000.00 +1071580778,A Ride With Matt - Finish Line...,Documentary,Film & Video,USD,2013-09-02,12000.00,2013-08-03 02:50:50,14208.00,successful,126,US,14208.00,14208.00,12000.00 +1071588376,Fiery Sushi Takes the World By Storm!,Rock,Music,USD,2015-01-01,1000.00,2014-11-04 18:59:39,1150.00,successful,20,US,1150.00,1150.00,1000.00 +1071588960,Paul's Perky Produce,Food,Food,USD,2017-08-12,150000.00,2017-06-17 15:11:26,119.00,failed,2,US,100.00,119.00,150000.00 +1071591547,Hex Pen Incorporated,Gadgets,Technology,USD,2015-02-18,5600.00,2015-02-04 21:57:07,27.00,failed,3,US,27.00,27.00,5600.00 +1071605477,Halfpenny Pass - Two new singles and music videos,Hip-Hop,Music,GBP,2017-12-08,5000.00,2017-11-08 17:38:40,5042.00,successful,55,GB,0.00,6764.15,6707.81 +1071608644,Tin Windows: The Art of K.Anthony Lawler,Art,Art,USD,2014-05-16,1600.00,2014-04-15 18:17:19,2415.00,successful,31,US,2415.00,2415.00,1600.00 +1071612560,Pope.L: Flint Water at What Pipeline,Public Art,Art,USD,2017-09-06,12500.00,2017-08-07 23:34:06,17803.00,successful,164,US,1080.00,17803.00,12500.00 +"1071620360,""Salty Turtle Beer Company - Surf City, North Carolina"",Small Batch,Food,USD,2017-09-08,10000.00,2017-07-25 04:01:57,14803.00,successful,245,US,855.00,14803.00,10000.00" +1071630554,002303200: Fusing Math and Art,Art,Art,USD,2012-05-21,3500.00,2012-04-16 18:15:07,3992.00,successful,41,US,3992.00,3992.00,3500.00 +107163154,Pushing Binary Cards to the next level.,Publishing,Publishing,USD,2009-11-26,3500.00,2009-10-21 05:32:51,125.00,failed,2,US,125.00,125.00,3500.00 +1071632030,Pinol:Poems (Canceled),Publishing,Publishing,USD,2011-03-26,20000.00,2011-02-24 03:54:22,565.00,canceled,9,US,565.00,565.00,20000.00 +1071636082,Iwata the Game (iOS),Mobile Games,Games,USD,2015-09-22,500.00,2015-07-24 23:14:39,501.00,successful,16,US,501.00,501.00,500.00 +1071641813,Middle School Electric Orchestra (GMMS),Electronic Music,Music,USD,2015-12-03,6000.00,2015-11-03 23:42:51,7050.00,successful,63,US,7050.00,7050.00,6000.00 +1071658292,Le Cirque Mentale,Shorts,Film & Video,USD,2015-11-07,4000.00,2015-10-17 01:00:29,4240.00,successful,22,US,4240.00,4240.00,4000.00 +107165858,The Art of Climate Change,Mixed Media,Art,USD,2014-05-22,2500.00,2014-04-22 05:20:29,2547.00,successful,61,US,2547.00,2547.00,2500.00 +1071659681,Scythians-silver-Leather = HISTORY,DIY,Crafts,USD,2015-06-20,5000.00,2015-05-21 00:02:01,0.00,failed,0,US,0.00,0.00,5000.00 +1071663993,Estela,Narrative Film,Film & Video,USD,2012-03-28,10000.00,2012-02-16 07:50:55,2051.00,failed,26,US,2051.00,2051.00,10000.00 +1071675786,The Rocky Horror Show,Musical,Theater,USD,2015-03-20,5000.00,2015-03-04 18:32:20,5620.00,successful,68,US,5620.00,5620.00,5000.00 +1071677708,POP CULTURE ART Lemmy-Freddy-BuckRogers-EvelKnievel-TheyLive,Illustration,Art,USD,2013-09-27,2500.00,2013-08-23 03:18:58,2551.00,successful,33,US,2551.00,2551.00,2500.00 +1071688600,Banshee magazine,Publishing,Publishing,GBP,2017-06-09,800.00,2017-05-10 11:33:42,850.00,successful,10,GB,1.30,1083.96,1020.20 +1071689014,Help Britney record an EP (Canceled),Pop,Music,USD,2012-02-29,4500.00,2012-01-25 17:17:36,1151.00,canceled,5,US,1151.00,1151.00,4500.00 +1071709651,DENHAC: Denver's Collaborative Hackerspace,Makerspaces,Technology,USD,2015-07-04,10000.00,2015-05-22 02:27:27,1761.00,failed,18,US,1761.00,1761.00,10000.00 +1071710731,A Meal With Dad: A Short Film (Post-Production),Shorts,Film & Video,USD,2016-04-10,2500.00,2016-03-11 18:03:51,3115.00,successful,53,US,3115.00,3115.00,2500.00 +1071713381,Hip-Hop: The Gospel according to Mr. Jones,Hip-Hop,Music,USD,2015-10-08,7500.00,2015-09-08 03:27:24,65.00,failed,2,US,65.00,65.00,7500.00 +1071716167,The Cub wants YOU to hear the Leaf Piles EP! ,Indie Rock,Music,USD,2010-10-18,2000.00,2010-09-11 23:06:46,4411.10,successful,110,US,4411.10,4411.10,2000.00 +"1071743689,""""""Mysteries of Paris"""" Limited Ed. Book by Father Sebastiaan"",Nonfiction,Publishing,USD,2014-05-01,9999.00,2014-03-22 14:32:19,10379.00,successful,77,US,10379.00,10379.00,9999.00" +1071755250,Documentary of Supernatural Transformation in Ecuador,Documentary,Film & Video,USD,2013-03-11,1700.00,2013-02-09 04:57:29,176.00,failed,6,US,176.00,176.00,1700.00 +1071781898,HDR Wisconsin,Photography,Photography,USD,2012-06-23,10000.00,2012-05-24 00:31:05,65.00,failed,2,US,65.00,65.00,10000.00 +1071783264,DEMIURGOS: Path of the Leviathan,Video Games,Games,EUR,2017-08-09,8000.00,2017-07-10 05:45:04,4860.00,failed,209,DE,575.85,5717.78,9411.99 +1071787348,MMA MELEE: Sky's the limit,Documentary,Film & Video,USD,2012-03-15,8500.00,2012-01-30 19:00:29,50.00,failed,2,US,50.00,50.00,8500.00 +"1071789083,""""""Re-Made in America"""": Custom Designer Pieces Made in NYC"",Apparel,Fashion,USD,2015-12-26,2500.00,2015-12-12 23:01:43,2613.00,successful,17,US,2613.00,2613.00,2500.00" +1071800721,South Tacoma Little Free Library,Public Art,Art,USD,2014-06-07,250.00,2014-05-08 06:36:34,464.00,successful,32,US,464.00,464.00,250.00 +1071800871,Publish American Courtesan and Launch Antagonist Press,Fiction,Publishing,USD,2010-12-17,4500.00,2010-11-02 15:57:57,950.00,failed,24,US,950.00,950.00,4500.00 +107180103,Undergrad,Hip-Hop,Music,USD,2015-04-16,5620.00,2015-02-26 04:12:20,1.00,failed,1,US,1.00,1.00,5620.00 +1071819068,Freakvibe: Near Field Portable 2.1 Music Docking Station.,Hardware,Technology,USD,2012-12-09,90000.00,2012-10-26 01:09:09,10290.01,failed,102,US,10290.01,10290.01,90000.00 +107181930,Jet-Wings the Game,Video Games,Games,EUR,2017-01-26,5000.00,2016-12-17 22:29:44,57.00,failed,5,FR,0.00,60.88,5340.51 +1071825748,Duo Slim: Next Gen Hi-Fi Speaker & Battery iPhone Case,Gadgets,Technology,USD,2017-02-19,30000.00,2017-01-05 07:48:32,4419.00,canceled,53,US,588.00,4419.00,30000.00 +1071825919,27 Poems in 27 Days -- A Poet's Promise,Publishing,Publishing,USD,2014-12-06,750.00,2014-11-06 20:45:58,988.00,successful,23,US,988.00,988.00,750.00 +1071828437,JFK is going to ArtPrize,Sculpture,Art,USD,2014-10-13,400.00,2014-09-17 22:06:41,78.00,failed,2,US,78.00,78.00,400.00 +1071829747,Poison Apple Productions Presents: Peter Pan Jr!,Musical,Theater,USD,2014-07-01,3600.00,2014-05-28 01:50:35,3955.00,successful,61,US,3955.00,3955.00,3600.00 +"1071843750,""Last-Chance Glass, First-Time Herbs"",Glass,Crafts,USD,2015-07-27,15000.00,2015-06-27 18:19:52,570.00,failed,11,US,570.00,570.00,15000.00" +107184479,Ghosts of Jupiter: The Great Bright Horses,Rock,Music,USD,2016-10-17,5000.00,2016-09-21 16:45:17,6740.37,successful,112,US,395.00,6740.37,5000.00 +1071845816,LUMO - The world's finest city cycling apparel with lights,Product Design,Design,GBP,2016-10-14,30000.00,2016-09-13 09:47:10,19604.00,canceled,136,GB,7791.06,23988.64,36709.82 +1071847377,UNITE THE CULTURE WORLD MUSIC FESTIVAL,World Music,Music,USD,2013-11-25,7500.00,2013-10-24 19:24:44,36.00,failed,3,US,36.00,36.00,7500.00 +1071858223,The Beginners Guide to Being Gay- A compilation of advice,Nonfiction,Publishing,USD,2013-06-02,10000.00,2013-05-03 05:21:31,957.00,failed,15,US,957.00,957.00,10000.00 +"1071865533,""Road to Broadway: """"The Happy Ending"""" a new musical satire"",Theater,Theater,AUD,2014-05-11,25000.00,2014-04-10 06:41:06,25351.00,successful,124,AU,23778.35,23728.00,23399.48" +1071867796,Self-closing water taps for locations without infrastructure,Product Design,Design,CAD,2014-05-21,20000.00,2014-03-22 14:48:01,2216.00,failed,111,CA,1971.11,2032.84,18346.94 +1071871613,EDM: The Documentary,Documentary,Film & Video,USD,2014-01-12,60000.00,2013-12-03 19:45:37,0.00,failed,0,US,0.00,0.00,60000.00 +1071881567,A Case for Art,Art,Art,USD,2015-12-13,7200.00,2015-11-12 21:41:23,7611.00,successful,102,US,7611.00,7611.00,7200.00 +107188689,Zombie Hunter: Season Three,Webseries,Film & Video,USD,2013-02-17,50000.00,2013-01-18 14:17:00,10.00,failed,1,US,10.00,10.00,50000.00 +1071891980,Hidden at Underbelly - Edinburgh Fringe 2013,Theater,Theater,GBP,2013-06-16,2500.00,2013-05-17 14:45:17,2665.00,successful,55,GB,4057.83,4116.34,3861.48 +1071902610,Hopebooks,Literary Journals,Publishing,USD,2016-06-23,8000.00,2016-05-24 16:39:31,751.00,failed,12,US,751.00,751.00,8000.00 +1071908964,A Touch of Big 'O' - Help Me Help You Feel the Same,Painting,Art,CAD,2013-11-17,5000.00,2013-10-18 01:14:12,0.00,failed,0,CA,0.00,0.00,4743.38 +1071921543,Silk Road,Video Games,Games,USD,2016-02-23,1000.00,2016-01-24 21:17:07,60.00,failed,11,US,60.00,60.00,1000.00 +1071924887,RoBees! (Canceled),Games,Games,USD,2014-10-22,50000.00,2014-09-16 08:30:03,7671.00,canceled,78,US,7671.00,7671.00,50000.00 +1071928238,Quality Versus Quantity,Mixed Media,Art,USD,2012-06-09,2000.00,2012-05-10 16:40:30,650.00,failed,6,US,650.00,650.00,2000.00 +1071929641,No Sugar,Hip-Hop,Music,EUR,2016-02-02,500.00,2015-12-24 01:32:39,0.00,failed,0,NL,0.00,0.00,560.10 +1071932315,You Will Love Me (2nd attempt),Narrative Film,Film & Video,USD,2012-07-19,1000.00,2012-06-19 20:18:13,1620.00,successful,29,US,1620.00,1620.00,1000.00 +1071936220,Meta Dice,Tabletop Games,Games,USD,2015-09-04,2500.00,2015-08-05 13:14:59,5235.80,successful,187,US,5235.80,5235.80,2500.00 +1071936943,RIFTWALKER: Fascinating New RPG!,Video Games,Games,USD,2017-03-13,15000.00,2017-01-12 20:40:32,15.00,failed,2,US,0.00,15.00,15000.00 +1071938191,WSA:25 (London Degree Show 2016),Mixed Media,Art,GBP,2016-06-08,300.00,2016-04-30 15:10:05,315.00,successful,21,GB,461.23,453.71,432.11 +107194738,Elegy for a Revolutionary,Shorts,Film & Video,USD,2010-07-15,30000.00,2010-04-28 22:48:58,0.00,failed,0,US,0.00,0.00,30000.00 +1071955729,Dynamic Action,Art Books,Publishing,USD,2017-11-13,11000.00,2017-10-12 15:52:23,18305.00,successful,413,US,3148.00,18305.00,11000.00 +1071964455,Birdie's Message: A Short Film headed for Cannes,Shorts,Film & Video,USD,2011-07-15,1000.00,2011-06-15 08:53:24,0.00,failed,0,US,0.00,0.00,1000.00 +107196460,Arcade game machine… Try to Escape...,Video Games,Games,EUR,2015-06-26,500.00,2015-05-27 08:13:59,160.00,failed,9,FR,175.20,179.23,560.10 +"1071964829,""Firelight Flask: The First Ever """"Cheers-able"""" Flask"",Product Design,Design,USD,2017-12-15,70000.00,2017-10-17 18:20:28,78067.99,successful,484,US,11856.99,78067.99,70000.00" +1071970138,Colorize Castles Made of Sand pen & ink drawing,Illustration,Art,USD,2010-10-22,1500.00,2010-10-06 23:18:46,0.00,failed,0,US,0.00,0.00,1500.00 +"1071979039,""David Reynolds """"In Full Uniform"""" music video on Memorial Day"",Indie Rock,Music,USD,2012-06-01,3500.00,2012-05-09 19:49:34,3536.00,successful,53,US,3536.00,3536.00,3500.00" +"1071986226,""The Secret To Atheness, Book 1-3"",Fiction,Publishing,USD,2013-08-24,1500.00,2013-06-25 20:41:08,176.00,failed,3,US,176.00,176.00,1500.00" +1072008040,Lucia di Lammermoor at Winslow Hall Opera by Donizetti,Music,Music,GBP,2014-08-14,2500.00,2014-07-29 21:52:50,0.00,failed,0,GB,0.00,0.00,4172.51 +1072015385,Ginger's Healthy Habits - The Future of Snacking,Vegan,Food,USD,2017-01-10,30000.00,2016-12-01 20:53:34,30699.00,successful,110,US,1785.00,30699.00,30000.00 +1072021983,The Inner Party's New Shirts and More!,Music,Music,USD,2016-09-08,600.00,2016-08-09 21:07:04,645.00,successful,13,US,100.00,645.00,600.00 +"1072034601,""""""ART 4 EMPTY STORE FRONTS"""""",Installations,Art,USD,2014-06-21,25000.00,2014-05-22 18:06:22,526.11,failed,14,US,526.11,526.11,25000.00" +1072037792,Recording Bach's Greatest Harpsichord Concerto,Classical Music,Music,USD,2013-05-29,6500.00,2013-05-07 20:54:16,600.00,failed,6,US,600.00,600.00,6500.00 +1072048635,The 13 Portals (Canceled),Public Art,Art,USD,2013-09-13,12750.00,2013-07-15 14:31:12,25.00,canceled,3,US,25.00,25.00,12750.00 +1072054773,BlackOut Sauce,Food,Food,USD,2013-02-07,2000.00,2013-01-08 19:42:08,2656.00,successful,32,US,2656.00,2656.00,2000.00 +1072060794,The Vagrant Troubadour: Street Music 2008-2012,Nonfiction,Publishing,GBP,2013-04-10,400.00,2013-03-11 16:53:56,32.00,failed,5,GB,47.75,49.15,614.43 +107206217,mibo : A Full Featured Microscope Kit For Your Phone.,Hardware,Technology,USD,2014-03-08,6000.00,2014-02-01 10:14:44,7160.00,successful,242,US,7160.00,7160.00,6000.00 +1072063487,LAVI ULTRA THIN HIGH QUALITY LEATHER WALLET (Canceled),Accessories,Fashion,USD,2015-01-15,5000.00,2014-12-11 20:27:11,0.00,canceled,0,US,0.00,0.00,5000.00 +1072067517,Ragtime Piano n' a Pie Silent Movie Mystery Theater,Musical,Theater,USD,2016-12-06,10000.00,2016-11-05 23:54:33,100.00,failed,1,US,0.00,100.00,10000.00 +"107207387,""Bunny, the micro bakery and Wunder POP"",Small Batch,Food,USD,2015-04-06,20000.00,2015-02-27 19:45:11,34011.00,successful,278,US,34011.00,34011.00,20000.00" +1072075432,Anarchy Angling,Apparel,Fashion,USD,2014-08-14,1000.00,2014-07-15 21:13:17,0.00,failed,0,US,0.00,0.00,1000.00 +1072077894,Romantic Warfare Takes On Life,Music,Music,USD,2012-08-31,2000.00,2012-08-01 21:22:00,365.00,failed,16,US,365.00,365.00,2000.00 +1072088454,TiGr: Titanium Lock as Cool as your Bike,Product Design,Design,USD,2011-06-04,37500.00,2011-04-20 19:12:23,108065.00,successful,740,US,108065.00,108065.00,37500.00 +1072090775,The One Hundred,Comics,Comics,USD,2013-08-02,1200.00,2013-07-03 03:11:39,2107.00,successful,47,US,2107.00,2107.00,1200.00 +1072095460,EUTCo presents 'One Flew Over the Cuckoo's Nest',Plays,Theater,GBP,2015-01-04,1000.00,2014-11-05 14:16:06,1330.00,successful,31,GB,2127.58,2014.54,1514.69 +1072098773,becomingME The REVEAL Movement (Canceled),Fashion,Fashion,USD,2013-12-04,12000.00,2013-11-04 20:41:35,0.00,canceled,0,US,0.00,0.00,12000.00 +1072105124,Help 13th COOKIE take the next step!,Food,Food,USD,2012-03-15,5900.00,2012-03-09 00:48:51,95.00,failed,3,US,95.00,95.00,5900.00 +107210726,Dominik Dash & The Race to the Center of the Universe,Fiction,Publishing,USD,2017-04-01,5500.00,2017-03-02 00:23:19,1240.00,failed,5,US,1060.00,1240.00,5500.00 +1072109835,IN HIGH WATER,Documentary,Film & Video,USD,2015-09-17,4000.00,2015-08-18 08:57:21,407.00,failed,14,US,407.00,407.00,4000.00 +1072125534,Chick'n & Waffles,Restaurants,Food,USD,2017-01-13,100000.00,2016-12-04 03:26:40,0.00,failed,0,US,0.00,0.00,100000.00 +1072127738,Mythica 4: The Iron Crown - starring Kevin Sorbo,Fantasy,Film & Video,USD,2016-02-17,75000.00,2016-01-18 17:03:24,97867.00,successful,1736,US,97867.00,97867.00,75000.00 +1072128175,Rachel and the TreeSchoolers - by the makers of Signing Time,Film & Video,Film & Video,USD,2013-08-15,50000.00,2013-07-16 03:00:39,219188.21,successful,2348,US,219188.21,219188.21,50000.00 +"1072132112,""DoorPal Car Door Ding, Dent & Scratch Prevention"",Product Design,Design,USD,2016-08-06,85000.00,2016-07-07 20:22:30,1748.00,failed,15,US,1318.00,1748.00,85000.00" +1072136458,Drift Exhibition,Photography,Photography,GBP,2015-09-27,3500.00,2015-08-28 09:57:25,3878.66,successful,74,GB,6009.62,5882.82,5308.50 +1072141135,SERMAN BRANDS 1.0 - RFID Blocking Minimalist Wallet,Product Design,Design,USD,2016-07-31,5000.00,2016-07-01 22:17:44,14795.00,successful,411,US,8261.00,14795.00,5000.00 +1072151653,Ophidian 2360: Survival of the Fittest | Strategy Card Game,Tabletop Games,Games,USD,2016-03-23,18500.00,2016-02-20 08:04:32,9468.00,canceled,89,US,9468.00,9468.00,18500.00 +1072154711,Mungo Moves In: Rescue Cat Care Handbook,Publishing,Publishing,GBP,2014-09-20,20000.00,2014-08-30 02:40:37,20280.50,successful,47,GB,33651.81,33074.30,32616.85 +1072169570,Grizzlee Train Debut EP,Blues,Music,AUD,2014-08-30,3000.00,2014-07-31 06:49:20,3170.00,successful,34,AU,2974.15,2968.72,2809.51 +1072170201,Drawing Happy!,Painting,Art,USD,2014-07-18,820.00,2014-06-18 02:52:04,1683.00,successful,37,US,1683.00,1683.00,820.00 +1072175626,Rock Thiz Magazine Re Launch Project,Journalism,Journalism,USD,2014-05-24,500.00,2014-03-25 18:21:53,5.00,failed,1,US,5.00,5.00,500.00 +1072175929,Super Fun Time Awesome Party Band vinyl release,Punk,Music,USD,2014-07-10,1000.00,2014-06-10 02:58:17,65.00,failed,4,US,65.00,65.00,1000.00 +1072194949,The PORE Project (The Passion Of Repurposing Expo),Mixed Media,Art,USD,2017-08-08,5200.00,2017-07-10 04:42:13,0.00,canceled,0,US,0.00,0.00,5200.00 +"1072195151,""""""Diva Check"""" (Music is My life project)"",Music,Music,USD,2013-02-17,100000.00,2013-01-08 21:17:55,87.00,failed,8,US,87.00,87.00,100000.00" +1072198585,AMERICAN APPAREL EQUALITY SHIRT - RAISE AWARENESS,Apparel,Fashion,USD,2015-08-22,3750.00,2015-07-23 05:32:56,0.00,failed,0,US,0.00,0.00,3750.00 +1072209315,Guardian Light of The World,Video Games,Games,USD,2013-06-10,50000.00,2013-05-15 20:30:29,10.00,failed,1,US,10.00,10.00,50000.00 +10722105,Kassy Key & the Raindoggs are hitting the Road,Indie Rock,Music,USD,2012-09-30,1200.00,2012-08-31 01:42:07,30.00,failed,1,US,30.00,30.00,1200.00 +1072217456,TARTARUS - A Fantasy Noir Short Film,Film & Video,Film & Video,USD,2015-05-14,35000.00,2015-04-14 16:17:50,5941.00,failed,54,US,5941.00,5941.00,35000.00 +"1072217519,""The Act: circus, theatre and murder mystery"",Immersive,Theater,GBP,2015-02-18,3000.00,2015-01-21 13:27:18,3801.00,successful,58,GB,5728.91,5844.28,4612.69" +1072222473,Easel on Down the Road - 2015,Painting,Art,USD,2015-01-14,9560.00,2014-12-15 18:40:19,12421.00,successful,60,US,12421.00,12421.00,9560.00 +1072225422,Jaun (Suspended),Sound,Technology,USD,2015-01-02,3000.00,2014-11-27 19:46:55,0.00,suspended,0,US,0.00,0.00,3000.00 +1072235243,- The Happy Jesus Project -,Installations,Art,USD,2014-12-15,333.00,2014-12-03 21:11:04,28.00,failed,1,US,28.00,28.00,333.00 +1072239823,¡Celebridades a la pista!,Webseries,Film & Video,MXN,2017-01-07,250000.00,2016-12-08 01:26:14,0.00,failed,0,MX,0.00,0.00,11544.68 +1072252995,The Wedding Week,Children's Books,Publishing,GBP,2014-11-09,7800.00,2014-10-10 13:13:10,8215.00,successful,59,GB,13282.91,12860.25,12210.59 +1072256590,Junior Magazine Issue 2,Periodicals,Publishing,EUR,2017-05-11,5500.00,2017-04-10 20:33:28,5757.00,successful,100,IE,185.34,6261.28,5981.77 +1072275865,A TIME TO LIVE - FILM TRAILER,Shorts,Film & Video,USD,2012-04-15,5000.00,2012-03-16 13:01:23,0.00,failed,0,US,0.00,0.00,5000.00 +1072280330,fault milestone one -director's cut-,Video Games,Games,USD,2014-07-18,5000.00,2014-06-18 19:05:33,34662.99,successful,1137,US,34662.99,34662.99,5000.00 +1072286801,BEACH WEEK,Shorts,Film & Video,USD,2013-08-02,7500.00,2013-07-08 17:39:11,7565.00,successful,60,US,7565.00,7565.00,7500.00 +1072288476,Forgotten Roadside Stalls Of Australia,Photobooks,Photography,AUD,2014-09-28,3500.00,2014-08-29 14:02:18,20.00,failed,2,AU,18.72,17.50,3063.19 +107229698,Praias Co. | The sunglasses everyone will talk about,Accessories,Fashion,EUR,2016-04-11,5000.00,2016-03-10 19:39:06,37432.00,successful,861,ES,41080.80,42238.30,5642.00 +1072297590,ALLIE,Plays,Theater,GBP,2015-08-05,2000.00,2015-07-06 10:43:27,2010.00,successful,33,GB,3129.88,3118.89,3103.37 +"1072304546,""Redemption Searching for Salvation ,New Author, Great story"",Art Books,Publishing,USD,2015-07-10,10000.00,2015-05-11 19:09:16,0.00,failed,0,US,0.00,0.00,10000.00" +1072312605,Masters & release costs Oregon Donor Lp - by Mad Cyantis,Hip-Hop,Music,USD,2012-09-09,5000.00,2012-08-19 03:15:09,0.00,failed,0,US,0.00,0.00,5000.00 +107231833,Banzai! More than a game! Cute & parentfriendly game.,Tabletop Games,Games,GBP,2016-06-16,35000.00,2016-05-17 23:22:45,150.00,failed,4,GB,215.47,214.31,50005.00 +1072324835,100 Days To Get Thru,Literary Journals,Publishing,USD,2016-01-01,15000.00,2015-11-09 22:02:37,71.00,failed,3,US,71.00,71.00,15000.00 +1072340559,Creating Work Out of Passion | Book | Commissions,Nonfiction,Publishing,GBP,2017-12-13,500.00,2017-11-13 12:19:43,0.00,failed,0,GB,0.00,0.00,668.87 +"1072349736,""""""Realm of the Mole Men"""" A new film by Adventure Club SLO!"",Narrative Film,Film & Video,USD,2012-07-25,3000.00,2012-06-22 19:21:02,3170.00,successful,33,US,3170.00,3170.00,3000.00" +1072362467,Píccolo Print Project,Illustration,Art,USD,2013-02-16,2500.00,2013-01-17 15:05:19,2831.75,successful,96,US,2831.75,2831.75,2500.00 +"1072362748,""REVOLUTION OF BLACK STAR """"Kwame Nkrumah Biography"""""",Movie Theaters,Film & Video,USD,2016-06-21,300000.00,2016-04-22 03:37:37,15.00,failed,2,US,15.00,15.00,300000.00" +"1072365325,""Bang boy, die boy"",Film & Video,Film & Video,USD,2014-09-03,150000.00,2014-08-04 21:08:34,135.00,failed,22,US,135.00,135.00,150000.00" +1072382334,Chubby Charlie Changes Choices,Children's Books,Publishing,USD,2012-04-12,14000.00,2012-03-12 22:37:25,1.00,failed,1,US,1.00,1.00,14000.00 +"1072385417,""""""Simon Says"""" production - Phase 1"",Narrative Film,Film & Video,USD,2011-10-09,3000.00,2011-09-09 19:24:12,585.00,failed,9,US,585.00,585.00,3000.00" +1072389936,Thousand Springs - Korby Lenker's 7th studio album,Country & Folk,Music,USD,2015-11-06,18900.00,2015-10-07 15:17:45,21679.00,successful,254,US,21679.00,21679.00,18900.00 +107240033,The Journey of Starship JERICHO,Hip-Hop,Music,USD,2014-08-14,3000.00,2014-07-15 00:31:23,183.00,failed,8,US,183.00,183.00,3000.00 +"1072404109,""Flatout Jones new record, """"Never There, Never Back Again"""""",Rock,Music,USD,2012-07-19,200.00,2012-06-19 03:25:57,533.00,successful,19,US,533.00,533.00,200.00" +"1072407028,""The Union Electric is recording a new vinyl 7"""""",Electronic Music,Music,USD,2011-03-01,1350.00,2010-12-16 01:38:44,1423.00,successful,43,US,1423.00,1423.00,1350.00" +1072414028,Shiness,Video Games,Games,USD,2014-06-08,100000.00,2014-05-09 16:55:41,139865.34,successful,3028,US,139865.34,139865.34,100000.00 +107241617,WE WANT TO GO ON TOUR TO CALIFORNIA! NEED GAS AND MERCHANDIC,Rock,Music,USD,2013-11-21,3000.00,2013-10-22 19:52:54,30.00,failed,2,US,30.00,30.00,3000.00 +1072417051,Newborne County,Narrative Film,Film & Video,USD,2011-08-21,15000.00,2011-07-07 18:21:49,4782.69,failed,63,US,4782.69,4782.69,15000.00 +1072420909,Halfbike II,Product Design,Design,USD,2015-05-02,50000.00,2015-04-07 15:04:45,973764.00,successful,2416,US,973764.00,973764.00,50000.00 +1072422274,FUN ENVIRONMENTAL TRADING CARDS AND POSTERS,Graphic Design,Design,USD,2012-07-24,20162.00,2012-06-19 23:28:16,0.00,failed,0,US,0.00,0.00,20162.00 +1072422462,#earnyourturns New Zealand backcountry snow t-shirt,Apparel,Fashion,NZD,2014-09-05,650.00,2014-08-21 04:53:03,175.00,failed,7,NZ,147.69,145.13,539.06 +1072422950,LUM Apparel: Join the Interactive Generation of Clothing,Technology,Technology,USD,2013-07-17,10000.00,2013-06-12 16:35:39,22369.00,successful,406,US,22369.00,22369.00,10000.00 +1072423986,vesus zombie paintball,Live Games,Games,USD,2017-07-21,15000.00,2017-05-22 08:50:58,2.00,failed,2,US,0.00,2.00,15000.00 +107242693,Land and Sea,Graphic Design,Design,CAD,2016-07-01,2500.00,2016-06-01 00:00:09,0.00,failed,0,CA,0.00,0.00,1934.54 +1072427862,Paving The Weathered Road,Country & Folk,Music,USD,2010-07-24,5000.00,2010-04-25 21:15:37,120.00,failed,2,US,120.00,120.00,5000.00 +1072429706,Straight Wedding - An Independent Film,Narrative Film,Film & Video,USD,2013-08-18,5000.00,2013-06-20 01:11:29,1365.00,failed,31,US,1365.00,1365.00,5000.00 +"1072430236,The Box -- A Story of Love and Loss,Publishing,Publishing,USD,2016-05-30,4500.00,2016-04-30 13:26:24,618.00,failed,0,""N,0"""""",,618.00,4500.00" +1072433221,MooreBalls.com,Food,Food,USD,2016-08-11,100000.00,2016-07-12 20:56:36,100.00,failed,2,US,0.00,100.00,100000.00 +1072433508,A Flower Bucket,Design,Design,USD,2017-07-14,30000.00,2017-06-14 16:44:28,133.00,failed,4,US,100.00,133.00,30000.00 +"107243584,""Desolation, 1 of 3 in the series Apocalyptic Redemption"",Fiction,Publishing,USD,2015-07-25,15000.00,2015-06-25 02:33:45,0.00,failed,0,US,0.00,0.00,15000.00" +1072437201,Join the Never Daunted Radio Network in Taking Over the Web,Radio & Podcasts,Publishing,USD,2013-06-28,2000.00,2013-05-29 22:34:21,351.00,failed,8,US,351.00,351.00,2000.00 +1072441378,Printing out 4th Album,Music,Music,USD,2017-07-16,1000.00,2017-06-16 00:13:12,518.00,failed,7,US,218.00,518.00,1000.00 +1072447376,Stuff N Pillows,Product Design,Design,USD,2016-12-11,3200.00,2016-11-11 10:51:42,70.00,failed,3,US,25.00,70.00,3200.00 +1072456283,Capture the ocean in glass.,Art,Art,USD,2012-10-19,1200.00,2012-09-19 04:46:37,1784.00,successful,25,US,1784.00,1784.00,1200.00 +1072459334,Gabriel's Banff Centre residency,Sculpture,Art,USD,2013-08-02,2400.00,2013-07-12 22:28:04,3390.00,successful,48,US,3390.00,3390.00,2400.00 +10724633,Mate – An NYU Student Project,Shorts,Film & Video,USD,2011-12-05,800.00,2011-11-23 18:40:35,982.00,successful,22,US,982.00,982.00,800.00 +1072467753,Bring Space Fleet Command II to Apple Mobile devices.,Video Games,Games,USD,2012-08-12,2200.00,2012-07-17 03:21:05,11.00,failed,2,US,11.00,11.00,2200.00 +1072473981,Aluminum ??? Wallet (Canceled),Product Design,Design,USD,2014-11-15,6000.00,2014-10-16 22:16:29,4677.00,canceled,56,US,4677.00,4677.00,6000.00 +1072480684,Shakespeare Vs Cthulhu,Anthologies,Publishing,GBP,2016-02-01,5900.00,2015-12-21 13:57:34,7467.00,successful,219,GB,11146.84,10866.62,8586.19 +1072480771,The Jam Jar Car,Crafts,Crafts,GBP,2015-11-29,250.00,2015-11-09 16:38:55,0.00,failed,0,GB,0.00,0.00,378.49 +"1072486211,""Patriotic bead embroidery art for sale, gallery, orders"",Mixed Media,Art,USD,2015-09-29,36000.00,2015-08-30 02:24:43,0.00,failed,0,US,0.00,0.00,36000.00" +1072486684,UnBoxing Things With Special Guests!,Webseries,Film & Video,USD,2016-11-08,2500.00,2016-10-19 14:01:34,5.00,failed,1,US,0.00,5.00,2500.00 +"1072487672,""Urban Sun's push to complete their 2nd album """"Trunk Jam"""""",World Music,Music,USD,2011-02-04,5500.00,2010-12-21 18:19:48,5700.00,successful,92,US,5700.00,5700.00,5500.00" +1072491780,MyDarkWeb.com - Proof Of Concept,Software,Technology,USD,2015-05-13,10000.00,2015-04-13 21:57:19,0.00,failed,0,US,0.00,0.00,10000.00 +107250101,STRENGTH THROUGH DESIGN: Packaging the Third Reich,Art Books,Publishing,GBP,2014-03-18,30000.00,2014-02-16 23:01:04,385.00,failed,7,GB,644.76,634.83,49467.40 +1072501060,Stone County 2014 Calendar,Photography,Photography,USD,2013-10-25,5000.00,2013-09-25 22:10:59,46.00,failed,3,US,46.00,46.00,5000.00 +"1072501742,""Don Jiggy reggae music video,feel the vibes,feel the flow."",Film & Video,Film & Video,USD,2012-12-16,2500.00,2012-11-06 05:38:05,20.00,failed,1,US,20.00,20.00,2500.00" +1072507562,Kemono Academy (A furry/anime like dating sim!),Video Games,Games,USD,2017-03-02,8000.00,2017-01-01 13:12:54,730.00,failed,7,US,0.00,730.00,8000.00 +107252194,Shogun Big Box,Tabletop Games,Games,USD,2015-06-03,10000.00,2015-05-18 18:13:14,163255.00,successful,1879,US,163255.00,163255.00,10000.00 +"1072523785,""Sara P. Lovejoy's fashion collection, Bookish"",Fashion,Fashion,USD,2015-10-29,800.00,2015-09-29 02:05:54,959.00,successful,20,US,959.00,959.00,800.00" +1072527602,Cancelled Project,Accessories,Fashion,AUD,2016-06-09,1000.00,2016-05-10 04:36:09,13.00,failed,4,AU,9.58,9.62,740.08 +1072530638,Laser Music Videos,Webseries,Film & Video,USD,2017-09-04,20000.00,2017-08-15 03:53:39,780.00,failed,21,US,382.00,780.00,20000.00 +1072530993,A Modern Silent B&W Comedy,Shorts,Film & Video,USD,2011-03-26,1200.00,2011-01-26 00:29:40,0.00,failed,0,US,0.00,0.00,1200.00 +1072534785,Book - Retracing our steps - Fukushima exclusion zone,Fine Art,Photography,EUR,2016-07-31,25000.00,2016-06-16 02:37:40,26826.00,successful,175,FR,13511.30,29927.04,27889.96 +"1072538167,""Bronze Turtle Beer Bottle Openers - Athos, Porthos & Aramis"",Product Design,Design,USD,2013-05-11,850.00,2013-04-11 21:21:43,4736.00,successful,29,US,4736.00,4736.00,850.00" +1072562515,SHARK WARS,Documentary,Film & Video,AUD,2015-03-19,10000.00,2015-02-17 03:17:32,10432.00,successful,98,AU,8100.82,8036.36,7703.57 +1072566686,Dog-On Bag by Hazel's Handywork,Pet Fashion,Fashion,USD,2015-03-21,9500.00,2015-02-19 04:21:15,1.00,failed,1,US,1.00,1.00,9500.00 +1072569006,Santa Maria: First Voyage,Fiction,Publishing,USD,2014-08-09,100000.00,2014-07-10 18:49:21,0.00,failed,0,US,0.00,0.00,100000.00 +1072574915,Invisible: The Unseen World of Male Prostitution,Documentary,Film & Video,USD,2012-07-26,10000.00,2012-06-28 04:12:28,10047.00,successful,78,US,10047.00,10047.00,10000.00 +1072577099,Rogue Wizards RPG - Fantasy Roguelike Role Playing Game,Video Games,Games,USD,2014-11-12,70000.00,2014-10-06 10:27:06,74739.02,successful,1429,US,74739.02,74739.02,70000.00 +1072579853,The Account of Gold and Men at Coker Creek,Shorts,Film & Video,USD,2012-04-06,15000.00,2012-03-05 23:44:37,2950.00,failed,31,US,2950.00,2950.00,15000.00 +1072581960,Ernie the Sock Reindeer,Crafts,Crafts,USD,2012-10-26,250.00,2012-10-19 22:23:50,403.00,successful,8,US,403.00,403.00,250.00 +"107258334,""Derujinsky, From Negative to Positive 18 Bazaar Yrs 1950-68"",Photography,Photography,USD,2012-06-28,30000.00,2012-05-29 19:37:35,1423.00,canceled,18,US,1423.00,1423.00,30000.00" +1072585144,Gentleman's Sock Co.,Accessories,Fashion,CAD,2016-01-16,5000.00,2015-12-05 19:46:24,10705.00,successful,128,CA,8017.84,7554.16,3528.33 +1072588493,International I Check Coin Returns Day,Art,Art,USD,2011-08-08,350.00,2011-07-07 10:12:22,140.00,failed,5,US,140.00,140.00,350.00 +10725910,Volksturm 1945,Sculpture,Art,USD,2016-12-21,600.00,2016-11-21 17:16:47,155.00,failed,6,US,130.00,155.00,600.00 +1072591584,Eagle's Grasp Golf Putter,Product Design,Design,USD,2017-05-09,100000.00,2017-03-10 17:32:06,0.00,failed,0,US,0.00,0.00,100000.00 +1072592567,Chapter One,Shorts,Film & Video,USD,2011-05-02,6500.00,2011-04-15 04:44:22,2096.00,failed,17,US,2096.00,2096.00,6500.00 +1072592934,VoetbalDating.nl - Datingsite voor Voetbalfans,Web,Technology,EUR,2017-05-19,1000.00,2017-04-19 08:38:04,1000.00,successful,1,NL,106.47,1117.91,1117.91 +1072593197,ECO Space Station,Space Exploration,Technology,USD,2017-03-04,93000.00,2017-02-07 20:11:53,30.00,canceled,2,US,0.00,30.00,93000.00 +1072606048,My Art Show Project by Mike Rockmaker,Conceptual Art,Art,USD,2016-03-06,3000.00,2016-02-05 00:29:33,15.00,failed,1,US,15.00,15.00,3000.00 +1072606862,Light Anchor - Fire your assistant!,Camera Equipment,Technology,USD,2017-06-29,5000.00,2017-05-30 19:10:01,4010.00,failed,51,US,1030.00,4010.00,5000.00 +1072610342,Smitty's Homemade Ice Cream: Downtown Burlington Location,Spaces,Food,USD,2017-05-08,20000.00,2017-04-08 19:27:04,20385.00,successful,131,US,155.00,20385.00,20000.00 +1072617654,Lullabies from the Heart with Robert Robinson,Music,Music,USD,2013-10-01,22000.00,2013-09-06 06:57:22,22259.32,successful,146,US,22259.32,22259.32,22000.00 +1072622272,The Third Crack Coffee Company,Food,Food,USD,2013-08-09,10000.00,2013-07-10 18:53:17,1870.00,failed,25,US,1870.00,1870.00,10000.00 +1072625903,Rudy's new EP,Pop,Music,USD,2012-06-24,1000.00,2012-05-25 15:23:06,1175.00,successful,33,US,1175.00,1175.00,1000.00 +1072632512,The Standard Affiliates Summer 2013 EP- Title TBA,Rock,Music,USD,2013-05-29,200.00,2013-03-30 00:08:49,65.00,failed,7,US,65.00,65.00,200.00 +1072642661,Kafka's The Trial - an original stage adaptation,Immersive,Theater,USD,2016-06-20,3000.00,2016-05-17 01:26:09,3265.00,successful,75,US,3265.00,3265.00,3000.00 +1072644316,Toby's Christmas Cards,Publishing,Publishing,USD,2015-10-29,100.00,2015-09-29 21:49:22,15.00,failed,1,US,15.00,15.00,100.00 +1072644982,CURRENT OBSESSIONS an Exhibition by Christopher Cascio,Mixed Media,Art,USD,2014-11-07,1500.00,2014-10-17 01:44:50,1710.00,successful,15,US,1710.00,1710.00,1500.00 +1072647659,Life Kitchen,Food,Food,EUR,2016-08-31,120000.00,2016-08-01 13:25:13,25.00,failed,1,IE,0.00,27.98,134315.33 +1072653960,We The People Family Fest!,Music,Music,USD,2012-04-28,27000.00,2012-02-28 03:49:05,10.00,failed,1,US,10.00,10.00,27000.00 +"1072656922,""Washington, D.C. • Home Again, Photographs by Aboud Dweck"",Art Books,Publishing,USD,2016-09-09,23421.00,2016-08-10 14:11:54,5083.00,failed,34,US,1447.00,5083.00,23421.00" +107266211,FrankenDrone USV - The DIY Unmanned Surface Vehicle,Hardware,Technology,USD,2013-04-19,25000.00,2013-03-20 22:50:03,35.00,failed,5,US,35.00,35.00,25000.00 +1072667579,Skull Pals™ - World of Friendly Dead Skull Heroes & Villains,Sculpture,Art,USD,2017-01-21,10000.00,2016-12-22 09:19:32,142.00,failed,4,US,104.00,142.00,10000.00 +1072675304,Pocket Change to Jewelery - Coin Rings,Crafts,Crafts,USD,2014-10-24,500.00,2014-09-24 03:39:20,8742.00,successful,235,US,8742.00,8742.00,500.00 +"1072685811,""Help """"Squatters"""" Move In!"",Performance Art,Art,USD,2011-05-06,1500.00,2011-04-02 16:41:16,1885.00,successful,33,US,1885.00,1885.00,1500.00" +1072691686,KwanniE's Kitchen,Restaurants,Food,GBP,2015-02-11,20000.00,2015-01-22 21:54:05,161.00,failed,5,GB,244.03,247.58,30755.51 +1072715892,Dreams & Lullabies-Sophie Keats,Classical Music,Music,CAD,2017-10-10,3000.00,2017-09-10 16:32:27,10.00,failed,1,CA,8.22,8.00,2400.19 +1072718168,Prodigy Rings: Fully Customizable 3D-Printed Accessories,Product Design,Design,USD,2017-12-12,8000.00,2017-11-02 17:02:48,8412.00,successful,85,US,1781.00,8412.00,8000.00 +1072719368,6000 Stickers! Get Bernie's Name Out Into the Real World!,Graphic Design,Design,USD,2015-08-06,600.00,2015-07-22 21:29:46,777.37,successful,33,US,777.37,777.37,600.00 +107272467,Bringing Kyrstyn's Debut Album to the World!,Pop,Music,USD,2011-03-02,1800.00,2011-01-31 23:02:48,1941.00,successful,72,US,1941.00,1941.00,1800.00 +1072729040,Lennart Anderson lennartanderson.com website costs,Painting,Art,USD,2015-02-17,200.00,2015-01-10 15:43:07,200.00,successful,7,US,200.00,200.00,200.00 +1072732993,Groovebox Studios Presents Decades Past,Indie Rock,Music,USD,2013-10-19,1200.00,2013-10-04 17:13:58,1200.00,successful,24,US,1200.00,1200.00,1200.00 +1072734178,Professor Burns & the Lilac Field Making A Debut Album!!!,Music,Music,USD,2012-07-27,7000.00,2012-06-27 09:08:33,8025.00,successful,144,US,8025.00,8025.00,7000.00 +1072735957,Intelligent Design: The Series,Science Fiction,Film & Video,USD,2017-08-18,33000000.00,2017-07-04 09:00:01,14888.00,failed,73,US,5576.00,14888.00,33000000.00 +1072736325,Help me start my own E-Juice line (Suspended),Crafts,Crafts,USD,2015-04-06,5000.00,2015-02-05 21:24:07,0.00,suspended,0,US,0.00,0.00,5000.00 +1072754050,Scroll Ninja,Video Games,Games,USD,2011-05-29,15000.00,2011-03-30 11:20:53,1373.00,failed,35,US,1373.00,1373.00,15000.00 +1072762876,EVERMORE: A Student Film by Phil Tice,Shorts,Film & Video,USD,2013-07-20,350.00,2013-05-21 23:45:07,613.00,successful,11,US,613.00,613.00,350.00 +"1072772107,""Pullman Standard """"Diamond Hearts"""" Tour"",Rock,Music,USD,2017-09-02,8000.00,2017-07-04 19:27:56,30.00,failed,1,US,30.00,30.00,8000.00" +1072776803,Following The Music,Electronic Music,Music,USD,2015-05-24,1000.00,2015-03-25 18:50:04,101.00,failed,2,US,101.00,101.00,1000.00 +1072777354,Edison Watch Co,Accessories,Fashion,AUD,2016-12-05,15000.00,2016-11-05 08:00:14,15576.86,successful,85,AU,2613.34,11631.47,11200.72 +107277792,littleboy,Candles,Crafts,AUD,2015-06-04,600.00,2015-05-21 07:45:52,55.00,failed,1,AU,43.60,42.45,463.11 +1072784889,River Road EP,Country & Folk,Music,USD,2014-04-08,2800.00,2014-03-08 03:39:10,80.00,failed,3,US,80.00,80.00,2800.00 +1072786741,The Knuckled Comb from Fully Bearded: A Beard Comb,Product Design,Design,USD,2016-09-29,25500.00,2016-08-30 07:01:01,1308.00,failed,32,US,51.00,1308.00,25500.00 +1072788490,High Country BBQ,Restaurants,Food,USD,2014-08-20,2000.00,2014-07-21 22:12:28,30.00,failed,4,US,30.00,30.00,2000.00 +1072797527,Creeplings: spooky blind box collectible miniatures,Product Design,Design,USD,2016-09-18,15000.00,2016-08-04 22:59:31,15253.66,successful,209,US,1414.00,15253.66,15000.00 +1072800408,Two Graves: A Graphic Novel,Comics,Comics,USD,2013-08-16,6000.00,2013-07-17 19:39:57,2296.00,failed,14,US,2296.00,2296.00,6000.00 +1072808383,The Beauty of Art and Hope,Digital Art,Art,USD,2010-01-10,2260.00,2009-11-07 04:31:14,437.00,failed,10,US,437.00,437.00,2260.00 +"1072814979,""BEEP BOOP: Build, Battle, and Kick Bot!"",Playing Cards,Games,USD,2016-02-11,7700.00,2016-01-11 14:13:57,9293.69,successful,439,US,9293.69,9293.69,7700.00" +"1072819717,Captain and the Kid Album Launch,Music,Music,USD,2015-12-23,3500.00,2015-12-04 12:58:36,3814.00,undefined,0,""N,0"""""",,3814.00,3500.00" +"1072820264,""The Nutcracker NYC, A Contemporary Ballet (Canceled)"",Dance,Dance,USD,2012-11-15,5000.00,2012-10-31 15:17:25,1066.00,canceled,17,US,1066.00,1066.00,5000.00" +"1072823035,""Three Forks Bakery & Brewing Co - Fresh, Local, Fun"",Food,Food,USD,2014-02-08,30000.00,2014-01-09 07:08:39,41918.00,successful,363,US,41918.00,41918.00,30000.00" +1072827523,TuoCoffee & Teas,Drinks,Food,USD,2017-10-01,50000.00,2017-08-02 01:48:23,69.00,failed,3,US,0.00,69.00,50000.00 +1072831207,In Evidence,Photography,Photography,GBP,2015-03-12,500.00,2015-02-17 15:46:31,650.00,successful,21,GB,1003.06,960.76,739.04 +1072832224,My Name Is Mulan - Season One,Webseries,Film & Video,AUD,2014-10-09,2500.00,2014-09-11 09:33:29,886.00,failed,27,AU,812.76,771.64,2177.32 +1072840029,TECHnically Alive Sci-Fi short film (Canceled),Shorts,Film & Video,USD,2012-08-18,13000.00,2012-07-24 02:42:50,0.00,canceled,0,US,0.00,0.00,13000.00 +"1072863104,""TNG Tees:It's not just a Tee, It's a Realitee.."",Fashion,Fashion,USD,2013-12-26,5500.00,2013-11-24 08:19:13,95.00,failed,4,US,95.00,95.00,5500.00" +107286746,A Perfect Day: Music on a Mission to Help Kids LIVE WELL,Kids,Music,USD,2014-07-22,15000.00,2014-06-21 00:28:29,16001.00,successful,105,US,16001.00,16001.00,15000.00 +"1072876305,""Clean our Beaches - To keep a part of nature, natural."",Art,Art,USD,2014-10-24,75000.00,2014-09-24 01:01:19,5.00,failed,1,US,5.00,5.00,75000.00" +1072877052,We bought a chicken farm!,Farms,Food,USD,2016-01-15,650000.00,2015-12-16 13:01:27,10.00,failed,1,US,10.00,10.00,650000.00 +107288050,Resident Evil: Desolation,Horror,Film & Video,GBP,2016-10-18,20000.00,2016-08-19 18:11:56,0.00,canceled,0,GB,0.00,0.00,24375.38 +1072883991,White on White on Exotic via 5dMiii,Film & Video,Film & Video,USD,2012-03-16,5000.00,2012-03-02 23:44:44,115.60,failed,5,US,115.60,115.60,5000.00 +1072884937,Halfling Wars - Mobile RPG/Simulation Game,Video Games,Games,USD,2013-01-27,7000.00,2012-12-28 22:34:57,7914.00,successful,216,US,7914.00,7914.00,7000.00 +1072888140,MANZANAR: Story of an American Family,Theater,Theater,USD,2013-06-09,70000.00,2013-04-25 00:13:34,1986.00,failed,30,US,1986.00,1986.00,70000.00 +1072890629,Kitty in the Plush,Crafts,Crafts,USD,2014-11-08,6000.00,2014-10-09 12:03:51,2722.11,failed,72,US,2722.11,2722.11,6000.00 +1072891007,2016 Calendar: Vineyards of California's Central Coast,Photography,Photography,USD,2015-11-11,1800.00,2015-10-12 02:46:07,30.00,failed,2,US,30.00,30.00,1800.00 +1072906251,The Unsung Diva Debuts in New York!,Theater,Theater,USD,2011-07-07,1000.00,2011-06-07 21:36:53,1880.00,successful,38,US,1880.00,1880.00,1000.00 +1072913872,Evelyn's Room: an M.F.A. Thesis Film,Experimental,Film & Video,USD,2016-02-15,5000.00,2016-01-26 01:56:15,6280.00,successful,53,US,6280.00,6280.00,5000.00 +107291403,Minimalist Tape Dispenser,Product Design,Design,USD,2016-02-24,750.00,2016-02-03 02:31:02,2365.00,successful,98,US,2365.00,2365.00,750.00 +1072916582,Man and Woman Show,Sculpture,Art,USD,2012-03-01,8000.00,2012-01-09 02:55:26,150.00,failed,3,US,150.00,150.00,8000.00 +1072920269,Animated TV Pilot,Animation,Film & Video,USD,2018-01-03,7500.00,2017-12-04 14:31:54,7817.00,live,49,US,0.00,7817.00,7500.00 +1072928801,Traveling 3D Printing for cosplayers and LARPers,3D Printing,Technology,USD,2017-09-16,50000.00,2017-07-18 17:24:42,1.00,failed,1,US,0.00,1.00,50000.00 +1072929905,Old Stones,Comedy,Film & Video,USD,2014-08-17,3850.00,2014-07-18 23:15:39,4013.00,successful,33,US,4013.00,4013.00,3850.00 +1072931204,Deal With It! Card Game,Playing Cards,Games,USD,2016-12-29,7000.00,2016-12-09 01:06:13,305.00,failed,10,US,147.00,305.00,7000.00 +"1072943380,""""""Awkward Dance of the Flatworm"""""",Music,Music,USD,2011-10-29,15000.00,2011-09-14 15:39:49,21.66,failed,2,US,21.66,21.66,15000.00" +1072945269,Fishing with Friends Oceanic Opportunities,Publishing,Publishing,USD,2017-10-10,50000.00,2017-08-26 23:31:41,1.00,failed,1,US,0.00,1.00,50000.00 +1072949469,Jimeez Razor 5 Blade Platinum Coated Edges last 3x Longer,Product Design,Design,USD,2016-02-18,12800.00,2016-01-19 16:27:59,50.00,failed,2,US,50.00,50.00,12800.00 +1072954300,Bella Art Nail Designs,Installations,Art,USD,2014-06-14,10525.00,2014-05-15 21:19:09,110.00,failed,3,US,110.00,110.00,10525.00 +1072955782,Pinpoint Prize STARTUP,Web,Technology,AUD,2016-01-01,50000.00,2015-11-11 05:18:00,1.00,failed,1,AU,0.71,0.70,35045.91 +1072956580,Band play,Technology,Technology,USD,2015-12-20,5000.00,2015-10-21 05:43:44,0.00,failed,0,US,0.00,0.00,5000.00 +1072958983,How Many Stories in a Cupcake? (Canceled),Children's Books,Publishing,USD,2015-03-21,6000.00,2015-02-20 18:57:34,795.00,canceled,16,US,795.00,795.00,6000.00 +1072964234,Brett Hendrix Band's Debut Album,Country & Folk,Music,USD,2014-01-19,10000.00,2013-11-20 19:04:30,200.00,failed,5,US,200.00,200.00,10000.00 +1072966948,OUTSIDE THE GIARDINI: Projecting the Future of Architecture,Documentary,Film & Video,USD,2010-08-08,8000.00,2010-07-10 05:10:44,2110.00,failed,21,US,2110.00,2110.00,8000.00 +1072967746,The Evangelism Project,Nonfiction,Publishing,USD,2014-12-14,7000.00,2014-11-14 17:41:48,522.00,failed,5,US,522.00,522.00,7000.00 +1072968697,Lucky's Puccias & Pizzeria,Restaurants,Food,USD,2014-11-06,10000.00,2014-10-09 20:37:11,11276.00,successful,203,US,11276.00,11276.00,10000.00 +1072973203,Balancing the Scales,Documentary,Film & Video,USD,2011-07-04,10000.00,2011-05-05 06:17:46,0.00,failed,0,US,0.00,0.00,10000.00 +1072977998,Lift: A Metal Sculpture and an Epic Voyage,Public Art,Art,USD,2013-12-12,6700.00,2013-11-12 14:12:21,7001.09,successful,133,US,7001.09,7001.09,6700.00 +1072992591,Launch the Best Music Writing series as an indie press pub,Nonfiction,Publishing,USD,2012-01-31,15000.00,2011-12-15 01:24:32,17337.01,successful,392,US,17337.01,17337.01,15000.00 +1072999384,Big Daddy Warbucks Part 1 of 2 (Canceled),Comic Books,Comics,USD,2015-11-22,4500.00,2015-10-06 06:04:47,20.00,canceled,2,US,20.00,20.00,4500.00 +1073002281,Discover my paintings,Painting,Art,EUR,2015-12-16,2500.00,2015-11-26 20:26:43,0.00,failed,0,NL,0.00,0.00,2709.00 +"1073017948,""Rockz!™, an Earbud Accessory"",Design,Design,USD,2015-06-27,1000.00,2015-05-28 14:25:12,2865.00,successful,184,US,2865.00,2865.00,1000.00" +1073020295,Teleprompter for iPad and Tablet - 3D Printed,Camera Equipment,Technology,GBP,2017-10-22,2000.00,2017-09-22 01:00:54,391.00,failed,5,GB,27.04,511.95,2618.66 +1073026360,Wheatley's Robot Journey,Technology,Technology,USD,2014-03-01,2000.00,2014-01-30 23:14:24,112.00,failed,9,US,112.00,112.00,2000.00 +107303779,Fire The Government,Video Games,Games,USD,2012-07-16,30000.00,2012-06-16 17:09:25,152.00,failed,4,US,152.00,152.00,30000.00 +1073040113,Looking for the true happiness.,Games,Games,EUR,2015-11-17,12530.00,2015-09-18 08:49:08,50.00,failed,1,ES,56.54,53.44,13392.05 +1073058407,MariGold Bars: Gluten Free Way to Treat Yourself Well!,Food,Food,USD,2012-09-12,9800.00,2012-08-13 15:22:51,10869.30,successful,179,US,10869.30,10869.30,9800.00 +1073065391,Spots the Tortoise Children's Book Series written by a Child,Children's Books,Publishing,USD,2014-04-30,5000.00,2014-03-31 20:30:56,5315.00,successful,102,US,5315.00,5315.00,5000.00 +"1073065492,""""""Sundays on the Porch"""" Development Fund (Canceled)"",Documentary,Film & Video,USD,2010-03-13,20000.00,2010-01-12 01:24:18,520.00,canceled,7,US,520.00,520.00,20000.00" +1073067053,Man Hunt,Film & Video,Film & Video,USD,2013-11-07,300000.00,2013-10-08 18:56:06,105.00,failed,3,US,105.00,105.00,300000.00 +1073068304,Clara needs the Land of the Snow for her Dream,Dance,Dance,USD,2013-10-05,4000.00,2013-09-02 15:19:20,4260.00,successful,60,US,4260.00,4260.00,4000.00 +"1073079589,""The Mad Alchemist """"Analog Liquid Light Show"""" US Tour Film"",Rock,Music,USD,2015-07-23,1000.00,2015-06-21 23:37:25,185.00,failed,4,US,185.00,185.00,1000.00" +1073080741,Pucker Beauty Makeup Launch,Fashion,Fashion,USD,2010-09-13,1600.00,2010-08-14 09:24:38,135.00,failed,2,US,135.00,135.00,1600.00 +1073091037,Nuevo Entertainment Film Fund,Film & Video,Film & Video,USD,2014-04-30,10000.00,2014-03-26 17:58:24,2.00,failed,2,US,2.00,2.00,10000.00 +"1073094943,""Rocksteady Clothing Company, An Exclusive Online T-shirt Co."",Fashion,Fashion,USD,2013-08-27,17000.00,2013-07-28 03:52:50,130.00,failed,3,US,130.00,130.00,17000.00" +1073095855,Immoral Existence | Feature Film (Canceled),Narrative Film,Film & Video,USD,2012-03-11,4500.00,2012-02-10 15:14:48,251.00,canceled,9,US,251.00,251.00,4500.00 +1073096091,Infinite Manga - Volume 1,Graphic Novels,Comics,AUD,2015-08-11,10000.00,2015-07-07 14:41:41,529.00,failed,16,AU,396.46,390.78,7387.16 +1073099678,Pill Swallowing Device,Gadgets,Technology,USD,2018-01-17,10000.00,2017-12-23 18:17:50,260.00,live,10,US,170.00,260.00,10000.00 +"1073104639,SUNN - EP - Pre-vente,Music,Music,CAD,2016-05-04,4000.00,2016-03-25 16:56:43,4051.00,successful,0,""N,0"""""",,3145.43,3105.83" +107310951,The Stories From Soldiers Video Project,Film & Video,Film & Video,USD,2013-05-23,12500.00,2013-04-23 19:36:55,0.00,failed,0,US,0.00,0.00,12500.00 +1073114355,Endless Programming,Mobile Games,Games,USD,2017-03-13,6000.00,2017-02-11 06:59:13,1.00,failed,1,US,0.00,1.00,6000.00 +10731152,ReLuv Leather Re-NEW #leather #paint #repair #diy,Product Design,Design,USD,2016-03-26,3000.00,2016-02-25 23:51:00,180.00,failed,4,US,180.00,180.00,3000.00 +1073115699,Raveled,Webseries,Film & Video,USD,2014-10-30,50000.00,2014-09-15 04:37:47,4.00,failed,2,US,4.00,4.00,50000.00 +1073120579,Martin Clarke & Tilley Printing - A Short Documentary,Documentary,Film & Video,GBP,2016-04-20,1500.00,2016-03-21 15:32:35,1921.00,successful,35,GB,2780.64,2762.00,2156.69 +107312654,BELLE FORCE: an activewear line with a ballerina’s aesthetic,Apparel,Fashion,USD,2016-12-14,25000.00,2016-11-14 13:56:36,25749.00,successful,149,US,360.00,25749.00,25000.00 +1073129633,Patrick Coppolino: Comedy Special,Comedy,Film & Video,CAD,2015-10-23,1500.00,2015-09-23 20:26:37,1710.00,successful,25,CA,1291.94,1308.64,1147.93 +1073132029,Chiaroscuro: the Innovation of Light,Performance Art,Art,USD,2012-04-12,450.00,2012-03-27 00:43:05,565.00,successful,5,US,565.00,565.00,450.00 +1073133421,Drowning SeaWorld,Journalism,Journalism,USD,2015-02-07,330.00,2015-01-28 00:04:32,330.00,successful,13,US,330.00,330.00,330.00 +"1073140771,""New Solar Pons Book, Sherlock Holmes of Praed Street Returns"",Publishing,Publishing,USD,2017-10-07,500.00,2017-09-07 13:46:24,2898.50,successful,63,US,1280.00,2898.50,500.00" +"107314302,Album Release und Musik Video,Music,Music,EUR,2015-08-10,1700.00,2015-07-11 23:32:33,0.00,undefined,0,""N,0"""""",,0.00,1899.06" +1073143641,Need help revamping Wendy's Art Glass studio,Glass,Crafts,USD,2017-05-07,1200.00,2017-04-07 18:09:16,442.00,failed,9,US,0.00,442.00,1200.00 +1073149181,The Nominal/Noumenal Project: Portrait Concert/CD,Classical Music,Music,USD,2011-06-03,2000.00,2011-04-29 04:01:32,2260.00,successful,28,US,2260.00,2260.00,2000.00 +1073153820,Knightstalker,Comic Books,Comics,USD,2014-08-31,5000.00,2014-08-01 13:57:01,601.00,failed,40,US,601.00,601.00,5000.00 +1073155733,The First Artist,Drama,Film & Video,GBP,2015-04-05,600.00,2015-03-06 10:53:01,16.00,failed,2,GB,24.41,23.35,875.48 +10731567,Davin's Drumming,Illustration,Art,USD,2015-08-24,5000.00,2015-07-25 03:47:26,100.00,failed,1,US,100.00,100.00,5000.00 +1073160262,Creations To Colour,Art,Art,GBP,2015-06-03,250.00,2015-05-04 16:35:33,15.00,failed,3,GB,22.71,23.00,383.28 +1073177710,Mingling: Connect online to socialize offline,Web,Technology,EUR,2015-12-19,41000.00,2015-11-19 19:48:15,609.00,failed,10,NL,647.57,666.67,44882.81 +1073182831,BE A PART OF THE BRIAN-ALWYN'S DEBUT PROJECT,Pop,Music,USD,2013-01-28,500.00,2013-01-08 10:46:41,0.00,failed,0,US,0.00,0.00,500.00 +1073182880,Mettle of Honor,Action,Film & Video,USD,2014-07-20,50000.00,2014-06-20 04:50:47,361.00,failed,10,US,361.00,361.00,50000.00 +1073192660,EXPLORER+ fashionable backpack w/ 100% certified solar panel,Accessories,Fashion,EUR,2017-10-02,15000.00,2017-09-01 14:59:52,20008.00,successful,180,AT,10110.05,23423.36,17560.50 +1073203998,nexpaq: the first truly modular smartphone case,Hardware,Technology,USD,2015-05-30,50000.00,2015-04-29 14:58:56,279758.00,successful,1934,US,279758.00,279758.00,50000.00 +1073206775,Historical Biography about a woman born in the late 1890s.,Nonfiction,Publishing,USD,2016-07-22,25000.00,2016-06-22 20:25:34,0.00,failed,0,US,0.00,0.00,25000.00 +"1073212546,SHE; A CD of American Contemporary Song Cycles,Classical Music,Music,USD,2017-06-18,5000.00,2017-05-19 19:07:41,5126.00,successful,65,US,1900.00,5126.00,5000.00" +1073213507,Spill Mate Liquid Extractor Vacuum Attachment - Clean spills,Gadgets,Technology,USD,2015-05-13,85000.00,2015-04-13 14:50:55,2025.00,failed,42,US,2025.00,2025.00,85000.00 +"1073213518,""Mount Dream: Test Your $1,000,000 Idea For Just $100!"",Web,Technology,USD,2014-12-16,50000.00,2014-11-11 19:05:35,51070.00,successful,287,US,51070.00,51070.00,50000.00" +107321916,World food Vlog/Blog,Food,Food,AUD,2016-05-01,10000.00,2016-04-01 01:56:20,0.00,failed,0,AU,0.00,0.00,7371.91 +1073219281,Cool Mic: Open Source Audio Livestreaming App - Android,Sound,Technology,USD,2015-12-18,3000.00,2015-11-18 08:02:30,3122.00,successful,32,US,3122.00,3122.00,3000.00 +1073220124,Jackson Hole Antler Company,Crafts,Crafts,USD,2015-04-30,10000.00,2015-03-25 21:25:47,10722.00,successful,135,US,10722.00,10722.00,10000.00 +"1073234872,""A """"Vision"""" that must be seen."",Shorts,Film & Video,USD,2010-07-12,12100.00,2010-05-29 02:20:14,155.00,failed,5,US,155.00,155.00,12100.00" +1073242479,Europe Squeezed into 35mm,Photography,Photography,GBP,2013-07-02,600.00,2013-06-02 22:08:21,0.00,failed,0,GB,0.00,0.00,898.24 +"1073263621,""""""i'm Delicious®"""" Fashion / Home Design & different Designers"",Product Design,Design,EUR,2018-01-02,150000.00,2017-12-03 20:10:58,0.00,live,0,DE,0.00,0.00,180675.00" +"1073274042,""""""I'm Alright""""...an Enso Theatre Education production."",Plays,Theater,USD,2016-12-17,1500.00,2016-11-16 09:01:25,1766.00,successful,26,US,1105.00,1766.00,1500.00" +1073277414,X-01 Titanium Pen,Product Design,Design,GBP,2017-02-13,15000.00,2017-01-08 17:11:41,32671.00,successful,465,GB,332.98,40591.14,18636.32 +1073281466,Kebab NOLA,Restaurants,Food,USD,2014-06-29,4500.00,2014-06-15 01:00:46,7402.11,successful,97,US,7402.11,7402.11,4500.00 +"1073295253,""NEW CHILDREN'S SERIES """"A FAIRY'S TALE"""""",Film & Video,Film & Video,USD,2011-04-08,50000.00,2011-03-08 03:13:49,680.00,failed,6,US,680.00,680.00,50000.00" +1073298036,Dark Horse Deluxe - The Album,Music,Music,USD,2015-10-31,12000.00,2015-09-30 15:45:00,12525.00,successful,100,US,12525.00,12525.00,12000.00 +1073304439,Mountain Moosehead Production OCS Shorts,Shorts,Film & Video,USD,2012-12-08,7500.00,2012-11-06 20:53:48,375.00,failed,3,US,375.00,375.00,7500.00 +"1073307554,""""""My Blackened Whispers"""" Our call to arms Swords up VI.VI.VI."",Metal,Music,USD,2015-02-11,1375.00,2015-01-12 04:13:18,250.00,failed,5,US,250.00,250.00,1375.00" +"1073310377,""This Little Wild Bouquet: Environment, Place, & Perspective"",Nonfiction,Publishing,USD,2015-11-03,25000.00,2015-10-04 01:26:41,1727.00,canceled,9,US,1727.00,1727.00,25000.00" +1073313348,Please Be My Net?,Nonfiction,Publishing,USD,2015-05-09,20000.00,2015-04-09 23:34:52,0.00,failed,0,US,0.00,0.00,20000.00 +1073319194,A Nickel for your Story,Nonfiction,Publishing,USD,2015-04-16,8825.00,2015-03-17 20:13:05,8954.00,successful,61,US,8954.00,8954.00,8825.00 +1073325609,A Little E-Book on Self Defense,Nonfiction,Publishing,USD,2016-03-16,22000.00,2016-02-15 17:50:21,327.00,failed,9,US,327.00,327.00,22000.00 +1073327290,'MOTHER she's with you wherever you go' goes to FringeNYC,Theater,Theater,USD,2011-07-17,5000.00,2011-06-07 01:28:31,5001.00,successful,52,US,5001.00,5001.00,5000.00 +1073346309,The Nappers,Shorts,Film & Video,USD,2014-04-19,7000.00,2014-03-20 17:08:27,7620.00,successful,49,US,7620.00,7620.00,7000.00 +1073347005,Time to GROW BIG! Help us increase our organic footprint!,Farmer's Markets,Food,USD,2015-04-06,2184.00,2015-03-07 00:17:56,53.00,failed,1,US,53.00,53.00,2184.00 +107335116,TwinGiant Mini-Tour Fund!,Rock,Music,USD,2013-03-31,1000.00,2013-02-08 17:18:19,1055.16,successful,36,US,1055.16,1055.16,1000.00 +1073356456,Fading Mystery: Help TAARKA's 7th album take off!!,Country & Folk,Music,USD,2017-01-07,15000.00,2016-12-08 21:36:07,15615.00,successful,212,US,220.00,15615.00,15000.00 +1073357548,Global Recipe Database (Canceled),Apps,Technology,USD,2015-09-18,15000.00,2015-08-19 23:48:04,20.00,canceled,3,US,20.00,20.00,15000.00 +"1073364911,""The Kurin Project - Content Management, Simplified."",Software,Technology,USD,2014-09-07,12000.00,2014-08-08 23:44:15,0.00,canceled,0,US,0.00,0.00,12000.00" +1073374353,Creating Vision for Inner City Students at Wendell Phillips,Mixed Media,Art,USD,2011-08-23,1200.00,2011-07-29 04:04:44,125.00,failed,2,US,125.00,125.00,1200.00 +1073381783,ILLUSION all girls band being promoted by Solange Knowles,R&B,Music,USD,2015-03-31,1000.00,2015-03-01 06:03:33,1.00,failed,1,US,1.00,1.00,1000.00 +1073383487,Surviving the Storm: Solo Piano Album,Classical Music,Music,USD,2013-08-30,2600.00,2013-07-31 22:30:05,3180.00,successful,56,US,3180.00,3180.00,2600.00 +1073392712,Little mexico on the Go,Food,Food,USD,2016-04-27,95000.00,2016-03-28 22:49:16,1.00,failed,1,US,1.00,1.00,95000.00 +1073393125,The ONDA Cycle,Design,Design,USD,2013-03-29,30000.00,2013-02-07 02:19:03,23220.03,failed,84,US,23220.03,23220.03,30000.00 +1073395498,CONNECT TO: Connect with a Seattle short film!,Shorts,Film & Video,USD,2011-02-09,2500.00,2011-01-10 01:08:28,3530.42,successful,58,US,3530.42,3530.42,2500.00 +1073405675,Help David Record Bach,Classical Music,Music,USD,2010-07-05,5000.00,2010-04-14 17:23:18,2977.00,failed,66,US,2977.00,2977.00,5000.00 +1073407413,The End of the World Card Game,Tabletop Games,Games,USD,2013-12-19,10000.00,2013-11-19 22:02:26,2792.00,failed,34,US,2792.00,2792.00,10000.00 +1073407928,The Apocalypse Project,Mixed Media,Art,USD,2011-06-29,800.00,2011-05-30 22:16:46,342.00,failed,15,US,342.00,342.00,800.00 +107340907,My music project needs help!,Metal,Music,USD,2017-01-28,400.00,2016-12-29 06:06:50,25.00,failed,1,US,0.00,25.00,400.00 +1073411018,Addams Family: A New Musical,Musical,Theater,USD,2016-06-04,5000.00,2016-05-05 20:56:36,0.00,failed,0,US,0.00,0.00,5000.00 +"1073415245,""Mr. Junebug """"Don't Cry"""" Music Video"",Hip-Hop,Music,USD,2010-09-05,9500.00,2010-07-31 06:17:54,0.00,failed,0,US,0.00,0.00,9500.00" +1073421288,Buhpartment of Buhfense,Theater,Theater,USD,2011-08-25,500.00,2011-08-15 21:25:42,500.00,successful,11,US,500.00,500.00,500.00 +1073429985,The Underwater Bubble,Children's Books,Publishing,USD,2016-10-07,1500.00,2016-09-17 23:17:24,270.00,failed,8,US,195.00,270.00,1500.00 +1073437375,Carnal Orient,Shorts,Film & Video,USD,2014-07-15,4500.00,2014-05-16 19:04:37,5285.00,successful,169,US,5285.00,5285.00,4500.00 +107344117,Repackage the Nonesuch Dolls,Crafts,Crafts,USD,2013-02-02,5500.00,2013-01-02 23:53:46,6336.00,successful,117,US,6336.00,6336.00,5500.00 +1073450830,Hidden in the Sun's First Full Length Album!,Rock,Music,USD,2014-05-24,20000.00,2014-04-24 09:04:09,21048.00,successful,245,US,21048.00,21048.00,20000.00 +107345524,Fitness On Demand,Apps,Technology,USD,2014-10-19,12000.00,2014-09-19 20:03:22,136.00,failed,4,US,136.00,136.00,12000.00 +1073457576,XANH,Film & Video,Film & Video,USD,2016-10-03,5000.00,2016-09-07 04:41:25,7120.00,successful,98,US,350.00,7120.00,5000.00 +1073459136,The BuildingBlock: As simple as a gym in a box,Product Design,Design,USD,2016-02-04,20000.00,2016-01-05 14:59:34,20242.00,successful,85,US,20242.00,20242.00,20000.00 +1073459508,Coffee Franz,Apps,Technology,CAD,2015-10-19,45000.00,2015-08-20 03:44:14,100.00,failed,1,CA,76.35,76.53,34437.90 +1073460055,Burgers and Hot Dogs,Food,Food,USD,2014-08-10,11.00,2014-07-11 23:18:32,2.00,failed,2,US,2.00,2.00,11.00 +1073465691,RUSHMORE: Classic Hoodie Turns Hood Into Ultra Warm Collar,Product Design,Design,USD,2016-06-01,9000.00,2016-04-25 20:14:48,1230.00,canceled,15,US,1230.00,1230.00,9000.00 +1073465870,Elevate Sleeve: Raising Performance & Expectation,Fashion,Fashion,USD,2013-09-30,30000.00,2013-08-23 21:52:51,8395.00,failed,196,US,8395.00,8395.00,30000.00 +1073468462,A dolls closet too,Design,Design,USD,2016-03-20,2500.00,2016-02-19 01:56:28,0.00,failed,0,US,0.00,0.00,2500.00 +1073472146,Ellia and Sunrise,Children's Books,Publishing,USD,2017-02-12,2500.00,2017-01-13 15:37:33,5441.00,successful,74,US,3649.00,5441.00,2500.00 +1073475835,Alien Rage,Narrative Film,Film & Video,GBP,2015-03-21,500.00,2015-02-19 03:26:56,0.00,failed,0,GB,0.00,0.00,743.77 +"1073480469,""Cloop is easy, fast and portable. Keep cables untangled!"",Product Design,Design,USD,2014-12-19,15000.00,2014-11-19 02:05:53,1501.00,failed,53,US,1501.00,1501.00,15000.00" +107348138,Stalker Wear,Fashion,Fashion,USD,2012-07-07,5000.00,2012-06-07 02:48:55,30.00,failed,1,US,30.00,30.00,5000.00 +107348882,AutoAlerts,Apps,Technology,NZD,2015-04-07,10000.00,2015-03-24 11:30:52,10.00,failed,1,NZ,7.56,7.52,7518.23 +"1073496197,""Personalized Official Santa """"Nice List""""Certificate Christmas"",Art,Art,USD,2015-12-09,50.00,2015-12-02 21:05:58,0.00,failed,0,US,0.00,0.00,50.00" +107351749,Social fitness (Canceled),Apps,Technology,AUD,2015-08-12,10000.00,2015-07-13 22:54:34,0.00,canceled,0,AU,0.00,0.00,7387.16 +1073519014,Astrolabe Swiss Made Luxury watches,Accessories,Fashion,USD,2015-03-21,38000.00,2015-02-11 19:40:56,1.00,failed,1,US,1.00,1.00,38000.00 +1073521270,Your Prince Is In Another Castle,Nonfiction,Publishing,USD,2015-03-18,5000.00,2015-02-16 08:21:56,366.00,failed,13,US,366.00,366.00,5000.00 +107352266,ALL AT ONCE,Photography,Photography,USD,2013-06-19,4500.00,2013-05-20 22:19:57,4622.00,successful,68,US,4622.00,4622.00,4500.00 +1073522799,Children's book of Poems & Drawings by Ken Higginson,Children's Books,Publishing,USD,2015-08-08,1401.00,2015-07-07 18:02:13,1719.00,successful,44,US,1719.00,1719.00,1401.00 +1073535790,London Recruits,Documentary,Film & Video,GBP,2016-10-02,8000.00,2016-09-08 09:02:17,8603.00,successful,103,GB,0.00,10606.98,9863.51 +1073540632,Flirty Truffles.. Feed your need..,Food,Food,CAD,2014-08-13,2000.00,2014-08-06 18:54:36,100.00,failed,1,CA,91.63,91.74,1834.86 +1073542827,KICK It's Not How High. It's How Strong! Written & Performed,Plays,Theater,USD,2015-09-02,5000.00,2015-08-03 02:28:25,6080.00,successful,47,US,6080.00,6080.00,5000.00 +1073542994,Thai Girl Trekking,Nonfiction,Publishing,USD,2017-08-05,3000.00,2017-07-06 21:02:54,2370.00,failed,7,US,50.00,2370.00,3000.00 +1073543748,Fellow of the Craft - The Second Degree of Freemasonry,Nonfiction,Publishing,USD,2015-10-17,800.00,2015-09-17 22:39:28,1665.00,successful,40,US,1665.00,1665.00,800.00 +1073548585,Mali!,Publishing,Publishing,USD,2017-08-18,16.00,2017-06-19 17:56:14,0.00,failed,0,US,0.00,0.00,16.00 +"1073554282,""Free Hugs: It's More Than A Campaign, It's A Lifesyle"",Publishing,Publishing,USD,2013-02-05,3000.00,2012-12-23 02:36:07,1255.00,failed,36,US,1255.00,1255.00,3000.00" +1073558182,MAXBAGS Ultimate Grocery Bag Carrier,Product Design,Design,USD,2017-07-07,15000.00,2017-05-08 18:26:54,0.00,failed,0,US,0.00,0.00,15000.00 +1073563355,Onyx vs. M.O.P. Album produced by Snowgoons (Canceled),Hip-Hop,Music,USD,2015-12-22,30000.00,2015-11-22 16:04:56,9648.00,canceled,186,US,9648.00,9648.00,30000.00 +107356572,THE MONSTERS OF JIMMY CRUMB,Graphic Novels,Comics,USD,2014-07-18,4000.00,2014-06-18 15:10:16,5467.00,successful,190,US,5467.00,5467.00,4000.00 +1073575378,THE TERRITORY,Shorts,Film & Video,USD,2016-07-07,43000.00,2016-06-07 16:40:39,43255.00,successful,241,US,43255.00,43255.00,43000.00 +1073589555,SPLIT: The World's Only Earbuds with no Strings Attached,Design,Design,USD,2013-11-01,435000.00,2013-10-02 02:12:04,61537.00,failed,439,US,61537.00,61537.00,435000.00 +1073599573,Written Images,Experimental,Film & Video,USD,2014-06-19,20000.00,2014-05-20 23:01:13,215.00,failed,8,US,215.00,215.00,20000.00 +1073599731,Summer Youth Drama Camp at Historic Opera House,Theater,Theater,USD,2012-07-28,500.00,2012-06-28 05:32:25,570.00,successful,13,US,570.00,570.00,500.00 +1073605587,The Gorilla Deck of Playing Cards (Canceled),Playing Cards,Games,USD,2014-07-02,10000.00,2014-06-06 20:03:56,6048.00,canceled,247,US,6048.00,6048.00,10000.00 +"1073607818,""Aerist, Fair Weather Faux"",Indie Rock,Music,USD,2015-06-01,1600.00,2015-05-02 00:46:50,2046.00,successful,43,US,2046.00,2046.00,1600.00" +"1073608170,""""""Rainimals"""",Umbrella#Parapluie#animal#mode#urban#jungle#fun"",Accessories,Fashion,EUR,2015-09-11,9999.00,2015-07-13 18:48:36,0.00,canceled,0,FR,0.00,0.00,11266.86" +1073623980,Full On Horrorcore Hip-Hop Documentary,Documentary,Film & Video,USD,2013-05-25,10000.00,2013-03-27 05:48:47,50.00,failed,2,US,50.00,50.00,10000.00 +1073627330,Sgt Sasquatch: The Bigfoot of Liberty # 1 & 2,Comics,Comics,USD,2015-03-11,7200.00,2015-02-09 05:45:14,2200.00,failed,19,US,2200.00,2200.00,7200.00 +1073634820,Harvesting Peace with Fair Trade Palestinian Olive Oil,Food,Food,USD,2017-03-11,25000.00,2017-02-09 19:07:05,25483.00,successful,175,US,2827.00,25483.00,25000.00 +107364429,Help Howth Release Their New Album!,Indie Rock,Music,USD,2012-03-15,3000.00,2012-02-08 06:11:22,4368.77,successful,95,US,4368.77,4368.77,3000.00 +1073649948,Angel of Woe,Comics,Comics,GBP,2016-03-28,2500.00,2016-03-13 20:37:07,1416.00,failed,88,GB,2028.42,2026.24,3577.41 +1073652342,Durham Beard Supply Co.,Crafts,Crafts,USD,2017-05-01,9000.00,2017-03-27 15:17:47,660.00,failed,14,US,89.00,660.00,9000.00 +1073653334,Dreampunk Musical Theatre,Theater,Theater,USD,2012-10-09,5000.00,2012-09-11 07:34:26,5180.00,successful,52,US,5180.00,5180.00,5000.00 +1073661806,Live Fire / FPS Hybrid - Zombie Apocalypse Sim,Video Games,Games,USD,2012-06-04,25000.00,2012-05-05 00:33:05,7.00,failed,3,US,7.00,7.00,25000.00 +1073662724,The Fusion Wallet 2,Product Design,Design,GBP,2014-07-26,4000.00,2014-06-26 15:07:13,26496.00,successful,419,GB,44978.23,44581.29,6730.27 +"1073668489,""Terri Krul's New Jazz CD: """"In the Still of the Night"""""",Jazz,Music,USD,2013-06-09,8500.00,2013-04-10 20:03:56,1730.00,canceled,20,US,1730.00,1730.00,8500.00" +1073684409,Let's make a supercomputer,Gadgets,Technology,USD,2014-09-13,2500.00,2014-08-14 23:11:01,11.00,failed,3,US,11.00,11.00,2500.00 +1073685689,Macys Butterfly,Shorts,Film & Video,USD,2015-08-02,8500.00,2015-07-02 01:55:00,10080.00,successful,41,US,10080.00,10080.00,8500.00 +1073691333,bikeseatBOOST,Technology,Technology,USD,2015-07-19,80000.00,2015-06-19 18:59:54,765.00,failed,7,US,765.00,765.00,80000.00 +107369387,Selfies from the End of the World: Apocalyptic Fiction,Anthologies,Publishing,USD,2015-03-01,2500.00,2015-02-01 03:14:25,3085.00,successful,144,US,3085.00,3085.00,2500.00 +1073699010,make/100: 100 Portraits Painted on Porcelain,Ceramics,Art,GBP,2017-02-20,295.00,2017-01-18 19:25:30,0.00,canceled,0,GB,0.00,0.00,370.36 +1073703467,Pyramids Really Exist!: A Music Video and Public Art Mash-Up,Public Art,Art,USD,2012-10-07,5000.00,2012-09-07 21:49:11,5550.00,successful,88,US,5550.00,5550.00,5000.00 +1073705635,Hello I Love You,Comedy,Film & Video,USD,2015-05-08,10000.00,2015-04-06 16:46:50,10075.00,successful,50,US,10075.00,10075.00,10000.00 +"1073710598,""""""Lightchasers"""" - Daisy's Debut Full Length Album"",Music,Music,USD,2016-05-13,15000.00,2016-04-13 18:10:29,15600.50,successful,221,US,15600.50,15600.50,15000.00" +1073717365,Dream Hits (make a record),Indie Rock,Music,USD,2011-04-29,1000.00,2011-03-29 00:21:59,1725.00,successful,38,US,1725.00,1725.00,1000.00 +1073717593,Photochromia: Creating a future where garments respond,Apparel,Fashion,USD,2015-05-07,12000.00,2015-04-07 15:46:09,12389.00,successful,95,US,12389.00,12389.00,12000.00 +1073719376,Blackjack from a Dealers Perspective,Fiction,Publishing,USD,2015-06-07,100000.00,2015-04-08 04:18:35,25.00,failed,1,US,25.00,25.00,100000.00 +1073720972,PERCEVAL'S SECRET needs e-formatting and a book cover!,Fiction,Publishing,USD,2013-10-21,5850.00,2013-09-21 20:58:15,3194.00,failed,48,US,3194.00,3194.00,5850.00 +1073745805,Liz Sings Christmas,Music,Music,USD,2015-07-22,12500.00,2015-06-23 17:17:44,6780.95,failed,117,US,6780.95,6780.95,12500.00 +1073746309,Innerpeace 2-Layer Yoga Tops,Apparel,Fashion,USD,2017-06-01,10000.00,2017-05-02 22:15:47,308.00,failed,5,US,109.00,308.00,10000.00 +1073764045,Wonder's Very First Full-Length Record!,Indie Rock,Music,USD,2014-01-19,12000.00,2013-12-20 22:45:51,1381.00,failed,46,US,1381.00,1381.00,12000.00 +1073765702,2020Cam - The worlds leading High End Sports Action Camera,Photography,Photography,GBP,2017-07-07,5000.00,2017-06-16 22:33:32,5485.00,successful,19,GB,2832.49,7073.86,6448.37 +1073766237,Graphite Diamond Baseball and Softball Product Line,Apparel,Fashion,USD,2014-11-09,100000.00,2014-10-10 17:50:58,1.00,failed,1,US,1.00,1.00,100000.00 +1073782848,Naruto League Season 4,Action,Film & Video,USD,2016-02-18,500.00,2015-12-20 13:36:16,7.00,failed,1,US,7.00,7.00,500.00 +"1073786816,""MOOWON BOOK – Artisans, Vanishing Arts, Hidden Places"",Art Books,Publishing,USD,2015-10-09,32000.00,2015-09-09 22:45:49,36301.00,successful,340,US,36301.00,36301.00,32000.00" +1073788207,Playsurface: The Affordable Multi-Touch Computing Table,Technology,Technology,USD,2012-06-06,40000.00,2012-05-07 16:20:34,75554.01,successful,145,US,75554.01,75554.01,40000.00 +1073789765,Straight from the Pen: the movie,Documentary,Film & Video,USD,2015-03-04,3500.00,2015-01-03 09:08:52,125.00,failed,2,US,125.00,125.00,3500.00 +1073790025,Rekonect PRO,Design,Design,USD,2017-06-11,10000.00,2017-04-26 21:01:40,10442.00,successful,171,US,3885.00,10442.00,10000.00 +1073804742,Luminous Echo: The Forgotten King extended campaign,Tabletop Games,Games,CAD,2017-08-18,5000.00,2017-07-18 18:55:53,15918.00,successful,196,CA,846.20,12576.44,3950.38 +107380724,Robert Montgomery: Echoes of Voices in the High Towers,Art Books,Publishing,USD,2012-09-24,5000.00,2012-08-29 21:59:53,24461.01,successful,362,US,24461.01,24461.01,5000.00 +1073807815,Urinetown: The Musical,Musical,Theater,GBP,2015-12-20,1200.00,2015-11-10 17:20:36,25.00,failed,1,GB,37.68,37.28,1789.20 +107381448,Heart Healthy Beef,Farms,Food,USD,2014-09-15,50000.00,2014-08-16 17:49:16,40.00,failed,2,US,40.00,40.00,50000.00 +1073832185,The Harbor Story - A Senior Thesis Film,Shorts,Film & Video,USD,2011-10-15,3500.00,2011-09-14 19:01:21,270.00,failed,4,US,270.00,270.00,3500.00 +"1073833548,Our First EP!,Music,Music,USD,2015-01-20,2000.00,2014-11-21 19:37:27,2100.00,undefined,0,""N,0"""""",,2100.00,2000.00" +1073833829,DIPS - Drop In Planting System - Hassle Free Gardening,Product Design,Design,USD,2018-01-07,10000.00,2017-11-28 21:57:34,2024.00,live,10,US,666.00,2024.00,10000.00 +"1073841115,""REWIND: A Cinematic Horror game for PC, VR and Console"",Video Games,Games,EUR,2015-04-17,10000.00,2015-03-18 01:58:44,175.00,canceled,8,NL,184.17,189.24,10813.97" +1073843049,Tin,Comic Books,Comics,USD,2014-10-20,3500.00,2014-09-19 17:04:22,4172.50,successful,103,US,4172.50,4172.50,3500.00 +1073843994,OLAF scooters - Multifunctional hybrid folding kick scooters,Product Design,Design,CAD,2014-10-23,30000.00,2014-09-23 22:00:59,61132.00,successful,276,CA,55860.55,54533.45,26761.82 +1073846549,LEGEND OF THE FALLEN ANGELIC: ISSUE 1 ANGEL ANGER,Webcomics,Comics,USD,2016-05-15,2000.00,2016-04-15 04:26:13,116.00,failed,8,US,116.00,116.00,2000.00 +1073846676,Bring Halloween Back to NYC!,Public Art,Art,USD,2013-10-21,50000.00,2013-09-16 06:00:32,56030.77,successful,914,US,56030.77,56030.77,50000.00 +"107385004,""""""Mosaic 33"""" ------ Funding (Phase One)"",Shorts,Film & Video,USD,2011-10-27,600.00,2011-09-12 13:12:07,200.00,failed,5,US,200.00,200.00,600.00" +1073850418,Racing Apex (Canceled),Video Games,Games,GBP,2016-05-06,35000.00,2016-04-05 17:44:31,4282.84,canceled,181,GB,6096.34,6206.74,50722.43 +1073867635,The Rosedale Revue release their debut album!,Blues,Music,USD,2015-10-28,2000.00,2015-09-30 02:07:48,1035.00,failed,10,US,1035.00,1035.00,2000.00 +1073868977,Legends of Sleepy Hollow,Tabletop Games,Games,USD,2017-11-10,49000.00,2017-10-17 18:02:31,94026.00,successful,1318,US,36983.00,94026.00,49000.00 +1073872980,GoCuff - The Most Accessible iPhone/Android Fitness Case,Product Design,Design,USD,2013-08-24,8000.00,2013-07-25 01:29:00,16242.00,successful,467,US,16242.00,16242.00,8000.00 +1073877146,Sightreading: A Short Film,Shorts,Film & Video,USD,2017-09-12,2800.00,2017-08-10 04:32:52,3377.00,successful,24,US,221.00,3377.00,2800.00 +1073878280,INCOGNITO: A Fantasy Novel by a Young Author,Fiction,Publishing,USD,2011-04-12,3000.00,2011-01-11 18:04:22,847.00,failed,31,US,847.00,847.00,3000.00 +1073889349,The What If's In Life,Film & Video,Film & Video,USD,2015-03-12,200.00,2015-02-10 21:57:28,270.00,successful,8,US,270.00,270.00,200.00 +1073893215,MONIN. EL FOTÓGRAFO DEL INVIERNO,Documentary,Film & Video,MXN,2017-06-05,25000.00,2017-05-16 21:47:56,2850.00,failed,6,MX,0.00,156.50,1372.80 +1073900214,Bootux! Multiboot USB! Fires up your PC! You'll want one!,Hardware,Technology,USD,2014-04-14,10000.00,2014-03-05 07:33:12,855.00,canceled,12,US,855.00,855.00,10000.00 +107390639,Prospector,Tabletop Games,Games,CAD,2016-12-30,1500.00,2016-12-06 16:51:35,285.00,failed,7,CA,39.01,211.74,1114.41 +1073909300,Theater for the New City: Love N' Courage Benefit,Theater,Theater,USD,2012-02-14,1000.00,2012-01-31 20:08:22,0.00,failed,0,US,0.00,0.00,1000.00 +1073910956,Frost,Narrative Film,Film & Video,USD,2012-06-24,14000.00,2012-06-14 22:58:17,0.00,failed,0,US,0.00,0.00,14000.00 +1073912995,MIKS - When language learning becomes a game,Live Games,Games,EUR,2015-07-31,4000.00,2015-06-16 00:26:47,11.00,failed,3,FR,12.39,12.06,4386.78 +1073922624,Origins Juicery: Cold-Pressed at Its Best,Drinks,Food,USD,2015-11-08,6000.00,2015-10-12 18:26:27,6155.00,successful,44,US,6155.00,6155.00,6000.00 +1073930093,Set in Stone ( Funded ) nothing more than a shop now,Crafts,Crafts,USD,2015-12-22,1500.00,2015-10-23 06:53:15,35.00,failed,2,US,35.00,35.00,1500.00 +"1073932461,""The Biggest Room: Past, Present, & Future of the Astrodome"",Documentary,Film & Video,USD,2015-01-02,75000.00,2014-11-21 00:39:01,0.00,canceled,0,US,0.00,0.00,75000.00" +1073934487,Allston Xmas,Webseries,Film & Video,USD,2013-09-01,6000.00,2013-08-02 01:03:20,6620.00,successful,130,US,6620.00,6620.00,6000.00 +1073937001,Moovy : Built-in Solar + Battery Backpack & Shoulder Bag,Wearables,Technology,EUR,2017-09-14,20000.00,2017-08-08 15:00:26,105553.86,successful,405,FR,49480.57,126274.19,23926.02 +1073939292,Haywire Album Release,Hip-Hop,Music,USD,2015-02-28,150.00,2015-01-14 01:51:16,1.00,failed,1,US,1.00,1.00,150.00 +"1073944895,""Dedication, Desire & The Magic of Empowerment (Canceled)"",Nonfiction,Publishing,USD,2014-05-29,5000.00,2014-03-31 20:56:04,240.00,canceled,2,US,240.00,240.00,5000.00" +1073946694,Pug-let: The First Ever All-Pug Production of Hamlet,Plays,Theater,USD,2014-08-06,5000.00,2014-07-07 23:50:19,5035.69,successful,196,US,5035.69,5035.69,5000.00 +1073959829,BERNIE HATS,Apparel,Fashion,USD,2016-05-18,1800.00,2016-04-18 18:51:53,48.00,failed,3,US,48.00,48.00,1800.00 +"1073964154,""Christie Belanger's new EP """"After""""!"",Country & Folk,Music,USD,2013-03-10,5000.00,2013-02-08 02:28:24,5056.00,successful,112,US,5056.00,5056.00,5000.00" +107397253,Sigma'cappella's First Studio Album,Music,Music,USD,2017-01-28,10000.00,2016-12-02 06:04:41,1950.00,canceled,32,US,200.00,1950.00,10000.00 +107397476,HANDSOME - A Real CD of Love Songs,Music,Music,USD,2016-09-10,480.00,2016-08-11 10:18:25,577.00,successful,11,US,105.00,577.00,480.00 +1073980502,Eucharist Church Presents: Table Songs,Faith,Music,CAD,2015-06-05,7750.00,2015-05-05 17:12:46,8640.00,successful,109,CA,7097.20,6912.00,6200.00 +"1073983196,""Willam's BEATDOWN Season 4: More Rewards, More Episodes!"",Film & Video,Film & Video,USD,2016-12-11,20000.00,2016-11-27 22:15:36,26534.52,successful,587,US,8143.00,26534.52,20000.00" +1073996779,Painting of Your Favorite Erotic Scene,Painting,Art,USD,2015-12-18,2500.00,2015-11-20 17:42:18,195.00,failed,5,US,195.00,195.00,2500.00 +1073997199,SCHIZO,Film & Video,Film & Video,USD,2012-08-24,1500.00,2012-07-25 01:15:24,50.00,failed,1,US,50.00,50.00,1500.00 +107399883,Salvation Mountain Balloon,Documentary,Film & Video,USD,2011-10-16,3500.00,2011-09-13 03:16:56,3575.00,successful,74,US,3575.00,3575.00,3500.00 +1074005119,Pope Head: The Secret Life of Francis Bacon,Theater,Theater,GBP,2017-08-31,1200.00,2017-08-01 21:41:04,70.00,failed,3,GB,26.25,90.62,1553.52 +1074014497,Vegetarian Cookbook (Suspended),Cookbooks,Food,AUD,2014-11-13,100.00,2014-11-10 13:59:37,0.00,suspended,0,AU,0.00,0.00,86.75 +1074016639,Dthulhu - Bath Sculpture (Suspended) (Suspended) (Suspended),Sculpture,Art,USD,2015-11-26,6000.00,2015-10-27 19:11:55,2233.00,suspended,46,US,2233.00,2233.00,6000.00 +"1074016905,""Support our film """"Night Train"""""",Film & Video,Film & Video,USD,2011-05-28,3000.00,2011-05-13 06:29:55,3637.55,successful,90,US,3637.55,3637.55,3000.00" +1074017551,The Invisible Dog - Season 7,Art,Art,USD,2015-11-07,25000.00,2015-10-07 22:54:13,45439.69,successful,361,US,45439.69,45439.69,25000.00 +1074021872,Gears,Narrative Film,Film & Video,USD,2014-08-18,35000.00,2014-07-04 16:50:40,251.00,failed,9,US,251.00,251.00,35000.00 +"107402711,""Select Writings of Tammy Kevwitch - Poetry, Songs and Prose"",Poetry,Publishing,USD,2012-03-02,3750.00,2012-01-31 13:38:45,0.00,failed,0,US,0.00,0.00,3750.00" +1074028730,North Park Nuttery - Beer Glazed Nuts - Help me buy an oven,Small Batch,Food,USD,2015-04-16,3000.00,2015-03-16 22:08:38,4722.00,successful,88,US,4722.00,4722.00,3000.00 +1074029258,Mcmeows Cafe,Drinks,Food,USD,2015-02-04,100000.00,2014-12-16 00:20:51,1.00,failed,1,US,1.00,1.00,100000.00 +"1074043500,""""""Breaking Balls"""", The Perfect set of Pool Balls for Nerds"",Tabletop Games,Games,USD,2014-08-16,8500.00,2014-07-17 19:36:18,1200.00,failed,12,US,1200.00,1200.00,8500.00" +1074044546,LUXURY HANDCRAFTED LINGERIE - Made with love,Fashion,Fashion,USD,2014-09-22,10800.00,2014-08-13 16:59:37,11712.00,successful,148,US,11712.00,11712.00,10800.00 +1074044684,Burn the Witch!,Tabletop Games,Games,CAD,2017-05-19,3900.00,2017-05-12 17:06:48,580.00,failed,10,CA,273.06,427.44,2874.20 +1074058555,Steel Hawks F.I.R.S.T. Robotics Team 2601,Robots,Technology,USD,2015-01-01,8000.00,2014-11-02 05:05:02,8626.00,successful,47,US,8626.00,8626.00,8000.00 +107406102,Soldier Girl Movie - Independent Feature Filmmaking Debut!,Film & Video,Film & Video,USD,2011-04-23,4500.00,2011-03-22 23:13:32,4506.00,successful,28,US,4506.00,4506.00,4500.00 +107406211,Tail Flag,Gadgets,Technology,CAD,2016-08-25,8000.00,2016-07-26 21:01:26,61.00,failed,3,CA,0.00,47.35,6209.25 +1074069862,Keith Okie and Friends Debut Album,Music,Music,USD,2016-06-27,4000.00,2016-05-21 15:42:34,1816.00,failed,25,US,1800.00,1816.00,4000.00 +107407615,Unreal e-Sports Bar,Video Games,Games,EUR,2016-09-15,20000.00,2016-08-08 09:37:33,347.00,failed,12,ES,0.00,389.54,22451.98 +1074080102,ART AS WRENCH: A RAPPER'S FASHION TIMELINE,Fashion,Fashion,USD,2014-12-17,3200.00,2014-11-17 21:54:44,5334.00,successful,110,US,5334.00,5334.00,3200.00 +1074085482,West Side Stories: A Loving Tribute,Film & Video,Film & Video,USD,2011-06-14,10000.00,2011-04-30 16:34:12,664.00,failed,9,US,664.00,664.00,10000.00 +1074092371,SilentKeys: A Keyboard that Protects your Privacy & Security,Hardware,Technology,EUR,2016-07-05,50000.00,2016-05-31 15:55:57,110913.00,successful,743,FR,123135.70,122781.01,55350.15 +1074094705,AIMEE,Film & Video,Film & Video,USD,2017-02-18,3000.00,2017-01-19 22:09:12,295.00,failed,6,US,50.00,295.00,3000.00 +1074095182,Variety Showcase,Experimental,Theater,USD,2015-07-15,660.00,2015-06-15 22:05:00,0.00,failed,0,US,0.00,0.00,660.00 +1074095823,Raise the Grain Woodcrafts,Woodworking,Crafts,USD,2017-03-25,3300.00,2017-03-10 21:02:43,430.00,failed,7,US,10.00,430.00,3300.00 +1074098355,Bracero Brothers,Shorts,Film & Video,USD,2012-09-12,3000.00,2012-08-13 20:01:04,50.00,failed,2,US,50.00,50.00,3000.00 +1074113552,All Bare Theatre bring THE MAIDS to Edinburgh 2015,Plays,Theater,GBP,2015-07-01,2800.00,2015-06-01 14:14:58,3145.00,successful,79,GB,4809.02,4913.68,4374.66 +107411450,Project Ovary (18+),Video Games,Games,USD,2016-02-06,200000.00,2016-01-07 20:35:26,388.00,failed,13,US,388.00,388.00,200000.00 +1074117322,Education Application,Software,Technology,GBP,2014-08-11,650.00,2014-07-12 15:30:38,0.00,failed,0,GB,0.00,0.00,1084.85 +1074120416,Letters to Daniel - An Independent Feature (Canceled),Narrative Film,Film & Video,USD,2016-06-16,10000.00,2016-05-02 07:22:20,683.00,canceled,27,US,683.00,683.00,10000.00 +1074121437,WATUSI FILM (Canceled),Drama,Film & Video,USD,2016-04-30,400000.00,2016-03-01 08:51:53,0.00,canceled,0,US,0.00,0.00,400000.00 +107412572,Quote Clothing by Chann,Apparel,Fashion,USD,2015-06-10,5000.00,2015-05-11 19:41:07,0.00,failed,0,US,0.00,0.00,5000.00 +1074125725,The Good Among Us,Documentary,Film & Video,USD,2014-08-13,15000.00,2014-07-19 06:06:22,21.00,failed,3,US,21.00,21.00,15000.00 +1074129805,Briar Nexus,Web,Technology,CAD,2015-04-14,1500.00,2015-03-24 23:16:16,245.00,failed,7,CA,194.65,200.97,1230.42 +107414100,Transit App for the Twin Cities,Software,Technology,USD,2013-05-11,500.00,2013-04-09 04:53:04,714.00,successful,55,US,714.00,714.00,500.00 +1074146307,Pakka Pets,Video Games,Games,USD,2014-02-06,20000.00,2014-01-07 19:32:37,21164.69,successful,221,US,21164.69,21164.69,20000.00 +1074147264,Cube3d Counters - Mirco PLA Cubes for MTG & Tabletop Games.,Tabletop Games,Games,USD,2014-05-23,1000.00,2014-05-09 23:31:14,109.00,failed,8,US,109.00,109.00,1000.00 +1074155466,Two Kinds of People,Narrative Film,Film & Video,USD,2012-06-05,9350.00,2012-05-01 05:35:38,110.00,failed,5,US,110.00,110.00,9350.00 +1074165200,PartyTime,Hardware,Technology,USD,2014-09-11,10000.00,2014-08-12 07:08:21,1073.00,failed,24,US,1073.00,1073.00,10000.00 +1074166797,RIT Bow Tie,Apparel,Fashion,USD,2014-11-15,1400.00,2014-10-20 16:31:18,1493.00,successful,36,US,1493.00,1493.00,1400.00 +1074167087,My wardrobe App for Android and iOS,Apps,Technology,MXN,2017-09-02,6500000.00,2017-08-03 18:55:05,0.00,failed,0,MX,0.00,0.00,367376.93 +1074174226,STEMpowerkids Activity Kits,Technology,Technology,USD,2014-08-25,10000.00,2014-08-11 18:21:34,10119.00,successful,116,US,10119.00,10119.00,10000.00 +1074174586,Green economy board game,Tabletop Games,Games,USD,2011-10-11,15000.00,2011-08-27 03:34:22,15035.00,successful,84,US,15035.00,15035.00,15000.00 +1074177548,The Wager - A Short Film by Neil LaBute,Shorts,Film & Video,USD,2011-07-18,9000.00,2011-06-01 06:26:14,5307.00,failed,12,US,5307.00,5307.00,9000.00 +1074178149,100 Year of the Rooster Special Edition Ceramic Roosters,Ceramics,Art,EUR,2017-02-21,500.00,2017-01-27 13:43:27,560.00,successful,9,IE,207.62,594.10,530.45 +1074193624,For a Great Kaws,Indie Rock,Music,USD,2014-05-31,2500.00,2014-04-01 03:02:44,450.00,failed,19,US,450.00,450.00,2500.00 +1074199491,To the Max Photography (Canceled),Photography,Photography,USD,2015-03-07,10500.00,2015-01-21 00:14:04,0.00,canceled,0,US,0.00,0.00,10500.00 +1074200636,We Can Care,Web,Technology,USD,2017-03-05,60000.00,2017-01-04 01:33:58,27.00,failed,1,US,27.00,27.00,60000.00 +"1074207169,""Kidscapes,Firepits,Landscapes,Waterfalls"",Design,Design,USD,2015-03-28,15000.00,2015-02-26 02:30:31,0.00,failed,0,US,0.00,0.00,15000.00" +107421835,Queens Over Kings Goes To Hollywood,Music,Music,USD,2015-05-09,11000.00,2015-03-25 17:47:16,1504.00,failed,13,US,1504.00,1504.00,11000.00 +1074225331,John Cage Centennial: featuring The Vexations Project,Music,Music,USD,2012-09-15,900.00,2012-08-27 17:59:11,1420.00,successful,26,US,1420.00,1420.00,900.00 +107424096,Stories of Rape And Sexual Violence in India,People,Photography,USD,2016-01-29,18000.00,2015-12-15 05:25:12,37326.00,successful,421,US,37326.00,37326.00,18000.00 +107424460,Golden Age Horror Comic Book Cover Playing Cards,Playing Cards,Games,USD,2014-12-22,500.00,2014-11-22 07:32:09,1168.50,successful,79,US,1168.50,1168.50,500.00 +1074253929,The Script (short film),Shorts,Film & Video,USD,2011-10-13,500.00,2011-09-13 21:45:21,501.00,successful,6,US,501.00,501.00,500.00 +1074270396,Vintage Grille,Restaurants,Food,USD,2015-01-07,15000.00,2014-12-08 17:17:17,2841.00,failed,27,US,2841.00,2841.00,15000.00 +1074270937,American Style Bakery in NL,Small Batch,Food,EUR,2017-02-11,1000.00,2017-01-12 15:01:49,35.00,failed,2,NL,0.00,37.27,1065.00 +"1074274011,""Music Makers, World Shakers"",Music,Music,USD,2017-07-21,2800.00,2017-06-21 13:13:59,0.00,failed,0,US,0.00,0.00,2800.00" +1074274940,SKINNERS: Revolutionary Ultraportable Footwear with Silver,Product Design,Design,USD,2016-07-21,10000.00,2016-06-07 16:26:18,654557.00,successful,9624,US,241776.00,654557.00,10000.00 +"1074280250,""Yummiloo, an animated tv show for kids about eating well"",Animation,Film & Video,USD,2015-06-10,72000.00,2015-05-16 16:00:55,75115.00,successful,378,US,75115.00,75115.00,72000.00" +"1074285682,""Distributing Granmda, how do you know God is real?"",Children's Books,Publishing,USD,2012-10-06,5000.00,2012-09-06 00:59:11,25.00,failed,1,US,25.00,25.00,5000.00" +1074285796,Save Maison Martin Margiela!,Fashion,Fashion,USD,2015-04-21,1000.00,2015-03-22 22:07:51,0.00,failed,0,US,0.00,0.00,1000.00 +1074286257,Ballz Pancake Balls - Get a pair! (Canceled),Food,Food,USD,2015-12-01,64852.00,2015-10-21 22:19:58,140.00,canceled,5,US,140.00,140.00,64852.00 +1074288501,Shadow Era: Shattered Fates - Cross Platform Card Game,Video Games,Games,CAD,2013-12-12,50000.00,2013-11-12 06:14:35,78367.56,successful,1263,CA,74798.40,73550.03,46926.33 +1074295052,Cornerstep,Product Design,Design,USD,2018-01-18,25000.00,2017-12-19 23:10:10,200.00,live,2,US,0.00,200.00,25000.00 +1074302007,OOF-DAH! The Organic Farm Strategy Game,Tabletop Games,Games,USD,2017-09-26,500.00,2017-08-27 11:03:44,208.00,failed,10,US,61.00,208.00,500.00 +1074312321,To Belong – The Animated Series,Animation,Film & Video,SEK,2016-12-14,1300000.00,2016-11-15 18:00:35,101049.82,failed,272,SE,380.53,10776.00,138632.66 +"1074315107,""""""Mexico Creates Handmade Design"""""",Product Design,Design,MXN,2017-11-30,50000.00,2017-10-31 16:39:03,50000.00,successful,3,MX,0.00,2677.52,2677.52" +1074317279,Bandier JKT,Fashion,Fashion,DKK,2016-01-20,150000.00,2015-12-21 18:21:32,0.00,failed,0,DK,0.00,0.00,21725.91 +107432107,Medieval Combat table top game,Tabletop Games,Games,USD,2013-09-23,3000.00,2013-08-24 13:11:34,0.00,failed,0,US,0.00,0.00,3000.00 +1074323215,Same Love: The Documentary (Canceled),Documentary,Film & Video,USD,2014-05-01,8000.00,2014-03-26 16:58:53,296.00,canceled,12,US,296.00,296.00,8000.00 +1074341062,7 Inches & Other Delights - another record about records!,Rock,Music,USD,2013-12-10,2200.00,2013-11-01 03:57:57,2501.06,successful,68,US,2501.06,2501.06,2200.00 +1074343168,Support No Justice No Peas: Getting a Veggie in the Hood,Documentary,Film & Video,USD,2010-08-31,12500.00,2010-07-01 04:01:19,1291.00,failed,7,US,1291.00,1291.00,12500.00 +1074350329,Vanishing Point Ruler,Product Design,Design,EUR,2018-01-12,120.00,2017-12-03 09:25:44,4080.00,live,101,AT,1718.54,4951.88,145.64 +1074358295,New Regicide Album 2013,Rock,Music,USD,2013-02-11,6000.00,2012-12-13 06:03:15,420.00,failed,14,US,420.00,420.00,6000.00 +1074359212,The Winemakers of Paso Robles Large Format Photography Book,Art Books,Publishing,USD,2017-03-02,10000.00,2017-01-31 05:11:41,30517.00,successful,177,US,2660.00,30517.00,10000.00 +1074362140,Forgotten Identity (Canceled),Documentary,Film & Video,USD,2012-02-17,30000.00,2012-01-18 16:40:02,0.00,canceled,0,US,0.00,0.00,30000.00 +1074363901,exposing airlines notorious involuntary bumping practices,Apps,Technology,USD,2015-02-05,5000.00,2015-01-06 23:15:01,110.00,canceled,4,US,110.00,110.00,5000.00 +1074367099,Help with new things for seeyouinsleep (Canceled),Indie Rock,Music,USD,2009-07-14,500.00,2009-05-22 23:01:21,7.00,canceled,1,US,7.00,7.00,500.00 +1074374112,Bea - A Documentary Film,Documentary,Film & Video,USD,2015-03-01,35000.00,2015-01-30 15:00:31,36311.00,successful,310,US,36311.00,36311.00,35000.00 +1074389660,Forget The Label - Fashion Made By You ! (Canceled),Fashion,Fashion,GBP,2014-01-28,500.00,2014-01-14 08:37:51,0.00,canceled,0,GB,0.00,0.00,822.79 +"1074390768,""'The Slingsby Hornets' Ltd Ed (250) 7"""" Vinyl Single"",Rock,Music,GBP,2014-03-29,250.00,2014-02-27 19:04:05,268.00,successful,12,GB,446.88,444.13,414.30" +1074405592,CulSire (Kul-Sire) ~ Where Culture Meets Desire,Web,Technology,USD,2014-02-13,10000.00,2014-01-14 04:10:46,10131.00,successful,125,US,10131.00,10131.00,10000.00 +1074405865,Sculpting Photography,Photography,Photography,USD,2011-07-01,3000.00,2011-06-01 22:19:11,150.00,failed,3,US,150.00,150.00,3000.00 +1074411242,Desert in the City - Hardcover Book,Photography,Photography,EUR,2017-03-07,30000.00,2017-02-05 15:54:33,12590.00,failed,199,FR,1894.37,13352.99,31818.09 +"1074416711,""""""Lil John"""" Video Shoot...YEAAAAAAUHHHHH!"",Hip-Hop,Music,USD,2013-05-05,3000.00,2013-04-05 02:32:42,0.00,failed,0,US,0.00,0.00,3000.00" +107443875,Marathon Gold (This Generation's Gatorade But MG is Organic),Drinks,Food,USD,2017-02-18,20000.00,2017-01-19 14:17:12,22.00,canceled,2,US,5.00,22.00,20000.00 +1074445124,New Studio Album for Encouragement and Inspiration,Faith,Music,USD,2017-05-08,10000.00,2017-04-08 01:15:01,175.00,failed,3,US,200.00,175.00,10000.00 +1074446664,A DOG’S LIFE GAME – Be A Canine Hero!,Tabletop Games,Games,USD,2017-09-08,20000.00,2017-08-08 18:18:34,51286.02,successful,726,US,26918.00,51286.02,20000.00 +1074447293,Help Destroy an Insurgent Flash-Mob Musical,Theater,Theater,USD,2012-05-02,7000.00,2012-04-18 18:28:20,0.00,failed,0,US,0.00,0.00,7000.00 +1074462797,All Lives Matter*,Fashion,Fashion,USD,2015-09-25,5000.00,2015-09-10 01:58:14,0.00,failed,0,US,0.00,0.00,5000.00 +1074484037,Wild by Nature Photography,Nature,Photography,USD,2014-12-25,8000.00,2014-11-25 22:07:09,0.00,failed,0,US,0.00,0.00,8000.00 +1074488707,Science Fiction/Fantasy Bookstore & Bar: Worlds Of Wonder,Fiction,Publishing,USD,2015-03-06,45000.00,2015-02-04 02:11:00,12296.00,failed,130,US,12296.00,12296.00,45000.00 +1074492836,Kamala Tapes Limited Edition | Button Press Maker complete!,DIY,Crafts,USD,2016-04-21,500.00,2016-03-22 07:31:23,505.00,successful,15,US,505.00,505.00,500.00 +1074493716,English countryside colouring book,Nonfiction,Publishing,GBP,2015-10-10,2600.00,2015-09-15 13:47:17,49.00,failed,4,GB,75.70,75.67,4015.20 +1074494350,Robo Lamp,Product Design,Design,USD,2012-04-27,3500.00,2012-03-13 03:00:17,121.00,failed,6,US,121.00,121.00,3500.00 +1074495417,Haloed Houseplant Holiday Cards,Stationery,Crafts,USD,2016-11-10,1100.00,2016-10-19 19:58:17,1396.00,successful,40,US,322.00,1396.00,1100.00 +1074496717,The Light In Their Eyes,Film & Video,Film & Video,USD,2015-12-24,10000.00,2015-11-24 18:23:02,1076.00,failed,17,US,1076.00,1076.00,10000.00 +1074498127,American Dynasty: A Political Board Game,Tabletop Games,Games,USD,2016-11-09,25000.00,2016-10-11 15:02:36,7395.00,canceled,97,US,2405.00,7395.00,25000.00 +1074499629,The Love of Life,Film & Video,Film & Video,USD,2012-01-30,72000.00,2011-12-31 23:56:39,290.00,failed,6,US,290.00,290.00,72000.00 +1074502770,The Ghost Rebellion: Ministry of Peculiar Occurrences Book 5,Fiction,Publishing,USD,2015-11-16,6000.00,2015-10-17 03:30:44,21837.50,successful,419,US,21837.50,21837.50,6000.00 +"1074525397,""""""Young Love"""" The journey of a Young Girl with Big Dreams."",Country & Folk,Music,USD,2013-08-31,28000.00,2013-07-02 06:22:55,425.00,failed,7,US,425.00,425.00,28000.00" +1074527333,Urban farming - FRESH ELEMENTS,Community Gardens,Food,DKK,2016-07-24,300000.00,2016-06-24 06:41:42,5980.00,failed,10,DK,156.40,893.54,44826.30 +1074532702,ILL FONICS & SKIT SLAM HIP HOP ALBUM RAP THE ALMIGHTY,Hip-Hop,Music,GBP,2016-03-21,10000.00,2016-01-21 19:05:06,0.00,canceled,0,GB,0.00,0.00,14130.08 +"1074534312,""The Pokie - """"The Dirtiest Snuggie You've Ever Seen"""""",Product Design,Design,USD,2015-04-26,5000.00,2015-03-17 18:47:59,112.00,failed,3,US,112.00,112.00,5000.00" +1074555926,Groundwork: 20 Stops on an Inspiring Summer Tour (Canceled),Documentary,Film & Video,USD,2016-03-16,20000.00,2016-01-27 22:43:01,5855.00,canceled,49,US,5855.00,5855.00,20000.00 +1074560148,Honey Badger BBQ Sauce,Food,Food,USD,2012-08-31,40000.00,2012-08-01 09:15:31,49903.11,successful,1420,US,49903.11,49903.11,40000.00 +1074565725,The Pitch,Shorts,Film & Video,GBP,2016-11-11,7000.00,2016-10-12 13:05:01,644.50,failed,29,GB,261.11,815.91,8861.66 +1074571060,Live Chat 4 Sales - A New Communication,Software,Technology,USD,2015-05-15,12500.00,2015-03-31 22:30:44,610.00,failed,2,US,610.00,610.00,12500.00 +"1074573261,""A Great New Controversial Play - """"The Divide""""."",Plays,Theater,EUR,2016-02-28,2500.00,2016-01-31 23:43:06,1.00,failed,1,IE,1.08,1.10,2742.49" +1074576524,The Anxieties of Angie,Nonfiction,Publishing,USD,2014-05-19,5000.00,2014-03-20 01:44:50,0.00,failed,0,US,0.00,0.00,5000.00 +"1074577324,""Constant Rich, an online financial and business platform"",Web,Technology,EUR,2017-12-20,55000.00,2017-11-20 11:58:56,0.00,canceled,0,DE,0.00,0.00,65191.37" +1074582973,Nina Haigh Photography Gallery Exhibit and Vernissage,Photography,Photography,CAD,2014-03-25,700.00,2014-02-10 23:08:21,102.00,failed,5,CA,92.45,92.41,634.17 +107459621,Our Last Best Hope - An RPG to Save the World,Tabletop Games,Games,USD,2012-06-18,3000.00,2012-05-30 02:06:40,12620.00,successful,360,US,12620.00,12620.00,3000.00 +1074605639,Cornucopia,Software,Technology,USD,2015-11-08,100000.00,2015-09-09 00:54:24,100.00,failed,1,US,100.00,100.00,100000.00 +1074612671,Crafted Blessings - Inspirational Crafts For All Ages,Crafts,Crafts,USD,2014-12-11,2000.00,2014-11-11 20:23:42,380.00,failed,9,US,380.00,380.00,2000.00 +1074620658,What's The Worst That Can Happen? Stand Up Comedy on Bikes,Comedy,Film & Video,USD,2014-06-04,1250.00,2014-05-13 07:53:04,2303.00,successful,53,US,2303.00,2303.00,1250.00 +107462950,Help @Vita to record an album to come back his girl.,Comedy,Music,USD,2017-02-18,1.00,2017-01-19 20:11:37,0.00,failed,0,US,20.00,0.00,1.00 +1074646308,3D-printed rims (Canceled),Product Design,Design,EUR,2016-03-31,75000.00,2016-03-01 10:42:43,151.00,canceled,3,DE,164.96,172.62,85739.76 +1074653849,Gen Military Kit Exchange - Mobile Website.,Web,Technology,GBP,2016-11-07,8000.00,2016-10-05 11:01:10,423.00,canceled,24,GB,523.50,535.50,10127.61 +1074659746,The Wormworld Saga Treasure Chest,Comics,Comics,USD,2012-09-30,15000.00,2012-08-31 21:43:59,20562.81,successful,482,US,20562.81,20562.81,15000.00 +1074662614,A Market of Faith [Pre-Production],Documentary,Film & Video,USD,2011-01-16,1000.00,2010-11-23 03:11:59,55.00,failed,2,US,55.00,55.00,1000.00 +1074671935,The Ugly Truth & The Pretty Pink Demon - Young's Debut Album,Music,Music,USD,2012-08-02,50000.00,2012-06-28 08:02:11,400.00,canceled,3,US,400.00,400.00,50000.00 +1074681709,Ultimate Grip,Games,Games,GBP,2013-10-04,1500.00,2013-08-05 23:08:28,1.00,failed,1,GB,1.53,1.61,2407.55 +1074691039,Home: Snake Anthony’s Full Length Debut,Rock,Music,USD,2017-02-06,3000.00,2016-12-22 06:07:04,620.00,failed,11,US,45.00,620.00,3000.00 +1074692417,A CATERED AFFAIR,Theater,Theater,USD,2012-02-08,3500.00,2012-01-24 23:49:55,4278.93,successful,96,US,4278.93,4278.93,3500.00 +1074700702,BROWN HORNET OMNIVERSE,Webcomics,Comics,USD,2016-11-20,5000.00,2016-09-26 09:47:32,5374.00,successful,59,US,0.00,5374.00,5000.00 +107470585,JU-YUKI,Narrative Film,Film & Video,USD,2012-04-12,500.00,2012-03-23 22:55:50,25.00,failed,1,US,25.00,25.00,500.00 +1074707241,The Art of Blood,Conceptual Art,Art,USD,2017-04-20,100000.00,2017-03-21 01:35:41,1.00,failed,1,US,0.00,1.00,100000.00 +1074722217,EZ Walk- No Tug Training System,Hardware,Technology,USD,2015-12-10,135000.00,2015-11-10 00:31:21,1.00,failed,1,US,1.00,1.00,135000.00 +107472289,“Eden: Expressions in Gender” Exhibit Launch,Photography,Photography,USD,2012-12-23,3000.00,2012-12-13 14:40:12,3357.00,successful,53,US,3357.00,3357.00,3000.00 +1074725808,Support the Mind Made Up EP,Hip-Hop,Music,USD,2013-06-12,9999.00,2013-05-13 16:12:08,420.00,failed,7,US,420.00,420.00,9999.00 +1074732409,Comedy Biographies,Webseries,Film & Video,USD,2013-02-10,10000.00,2013-01-11 00:17:33,0.00,failed,0,US,0.00,0.00,10000.00 +1074732569,The Old South Curl: A Novel,Fiction,Publishing,USD,2012-09-07,3200.00,2012-07-24 14:01:35,0.00,failed,0,US,0.00,0.00,3200.00 +1074732822,Blab Telecom: Intelligent Communication in a unique App,Apps,Technology,GBP,2014-11-14,10000.00,2014-10-15 19:42:17,10.00,failed,2,GB,16.07,15.65,15654.60 +1074760321,Trickits App,Apps,Technology,USD,2014-07-16,19000.00,2014-07-01 05:08:07,19816.00,successful,246,US,19816.00,19816.00,19000.00 +1074761265,Kickstart The Untitled Show,Webseries,Film & Video,USD,2012-11-09,20.00,2012-09-10 17:23:34,0.00,failed,0,US,0.00,0.00,20.00 +1074765907,dnldr - music community website for artists and audiophiles,Music,Music,GBP,2017-02-03,2500.00,2017-01-04 14:09:39,15.00,failed,1,GB,18.46,18.73,3121.92 +107476703,Eye See Media FOOD Issue,Periodicals,Publishing,USD,2011-06-13,2500.00,2011-05-09 04:05:04,2510.00,successful,24,US,2510.00,2510.00,2500.00 +"107477273,""""""Bill Gates Math App"""" for iPhone and Android."",Technology,Technology,CAD,2014-04-30,2000000.00,2014-03-31 23:20:14,6.00,failed,2,CA,5.42,5.47,1823985.41" +1074779717,Caleb Plattner: Soon,Electronic Music,Music,USD,2015-10-07,2222.00,2015-09-07 22:53:17,2707.00,successful,56,US,2707.00,2707.00,2222.00 +1074784211,Business Development Game For Children,Children's Books,Publishing,USD,2017-03-31,10000.00,2017-03-24 06:36:49,0.00,canceled,0,US,0.00,0.00,10000.00 +107478805,Steinberg Duo's debut album of all-English violin sonatas,Classical Music,Music,GBP,2012-12-02,5000.00,2012-11-02 11:35:48,5076.00,successful,80,GB,8187.26,8126.28,8004.61 +1074791936,Redundant Clock,Product Design,Design,USD,2016-12-17,10000.00,2016-11-17 18:47:54,22214.00,successful,307,US,3599.00,22214.00,10000.00 +107479453,Waffle Street Creamery - BIG sexy Food,Food Trucks,Food,USD,2017-05-09,8000.00,2017-03-10 23:13:00,1862.00,failed,24,US,213.00,1862.00,8000.00 +107479781,For the Birds,Crafts,Crafts,USD,2015-07-01,200000.00,2015-05-19 22:10:22,10.00,failed,1,US,10.00,10.00,200000.00 +1074800106,SHIRT BAG! EXPECT MORE FROM YOUR CLOTHING!,Apparel,Fashion,USD,2014-05-30,8500.00,2014-04-30 19:12:49,649.00,failed,13,US,649.00,649.00,8500.00 +1074800880,Bloodstained: Ritual of the Night,Video Games,Games,USD,2015-06-13,500000.00,2015-05-11 18:58:41,5545991.70,successful,64867,US,5545991.70,5545991.70,500000.00 +"1074801327,""""""Baby With A Beard And Other Stories"""" Book Project"",Fiction,Publishing,USD,2014-09-18,8000.00,2014-08-16 03:08:10,2078.00,failed,39,US,2078.00,2078.00,8000.00" +107480135,Año Viejo.,Film & Video,Film & Video,MXN,2017-12-01,30000.00,2017-10-02 04:43:48,3950.00,failed,10,MX,8.22,211.52,1606.51 +1074802269,Signal short film,Science Fiction,Film & Video,GBP,2015-07-10,400.00,2015-06-10 19:33:26,59.00,failed,5,GB,90.59,91.55,620.70 +1074802966,Christopher Arnet & The Folk Opera,Country & Folk,Music,USD,2012-06-27,851.66,2012-05-23 01:34:31,45.02,failed,3,US,45.02,45.02,851.66 +1074810666,Kaleidospoke,Art,Art,USD,2011-05-14,5000.00,2011-04-14 17:24:46,60.00,failed,3,US,60.00,60.00,5000.00 +1074811422,TIDYLOOP · New Best Way to Tie,Product Design,Design,USD,2016-10-23,6300.00,2016-09-12 20:35:07,11259.00,successful,373,US,4188.00,11259.00,6300.00 +1074816190,Revealed: the photographs of Francesco Mellina,Publishing,Publishing,GBP,2014-09-12,10000.00,2014-08-13 09:33:13,10060.00,successful,211,GB,16875.26,16330.11,16232.71 +1074816951,BLACK GOLD - Full Length Album,Hip-Hop,Music,USD,2014-06-02,8700.00,2014-05-03 21:00:44,1110.00,failed,20,US,1110.00,1110.00,8700.00 +1074819822,Darknet: A Short Film by Chris Vukasin & Whitney Williams,Horror,Film & Video,USD,2016-12-16,4000.00,2016-11-16 01:08:48,4021.00,successful,14,US,258.00,4021.00,4000.00 +1074834277,God Bless America,Narrative Film,Film & Video,USD,2011-12-08,125000.00,2011-10-29 05:49:05,1260.00,failed,11,US,1260.00,1260.00,125000.00 +1074837693,Urban Collective: The Youth Project for the Music Industry (Canceled),Indie Rock,Music,USD,2010-12-02,20000.00,2010-10-15 03:30:34,2070.00,canceled,17,US,2070.00,2070.00,20000.00 +1074845911,Tech Wrap,Graphic Design,Design,USD,2013-03-02,750.00,2013-01-31 21:24:59,1009.00,successful,34,US,1009.00,1009.00,750.00 +107486679,People In Motion,Film & Video,Film & Video,USD,2011-05-08,7000.00,2011-03-22 23:01:43,10873.00,successful,172,US,10873.00,10873.00,7000.00 +"1074867173,""Mika in the Quake - Adventure, humor & a bad kitty!"",Comic Books,Comics,AUD,2015-07-25,200.00,2015-06-25 17:36:02,405.00,successful,21,AU,313.39,293.37,144.88" +1074869105,Harvest Hut (Canceled),Restaurants,Food,AUD,2015-07-08,15000.00,2015-06-08 18:00:47,120.00,canceled,2,AU,91.49,89.63,11204.06 +1074873950,Gambling & Hookers - a NSFW card game (Canceled),Tabletop Games,Games,GBP,2015-11-17,1300.00,2015-10-15 19:10:53,455.00,canceled,35,GB,694.96,693.72,1982.07 +1074874265,PLOP,Technology,Technology,EUR,2016-07-27,15000.00,2016-05-28 07:07:27,51.00,failed,2,IT,57.05,56.68,16669.44 +1074874654,Kinfolk Collective- Sock Brand Dedicated to Giving Back,Footwear,Fashion,USD,2015-08-08,10000.00,2015-07-09 01:05:52,496.00,failed,15,US,496.00,496.00,10000.00 +1074880502,Funding Help for Christian Inspirational Films,Shorts,Film & Video,USD,2011-01-02,1500.00,2010-12-03 18:05:34,1660.00,successful,11,US,1660.00,1660.00,1500.00 +1074893418,Cirque de Reflexions - Burning Man 2015,Art,Art,GBP,2015-07-03,4000.00,2015-06-03 19:14:31,4543.00,successful,37,GB,6906.89,7097.88,6249.51 +1074896245,Alice Re-Drawn: Adventures In Wonderland,Illustration,Art,USD,2015-05-26,3000.00,2015-04-11 16:23:04,885.00,failed,9,US,885.00,885.00,3000.00 +107491198,Overdue (Suspended),Hip-Hop,Music,GBP,2014-11-22,800.00,2014-11-19 02:01:40,0.00,suspended,0,GB,0.00,0.00,1255.67 +1074921846,Portraits,Narrative Film,Film & Video,USD,2012-05-07,9000.00,2012-03-28 14:50:52,2202.00,failed,24,US,2202.00,2202.00,9000.00 +1074932740,Cow-Man's Happy Adventure - World Travel - (2 Books),Children's Books,Publishing,GBP,2015-06-02,6800.00,2015-05-01 20:07:48,424.00,failed,11,GB,654.27,650.05,10425.29 +1074941035,Trutta Productions Custom Fly Rods,Product Design,Design,USD,2015-07-05,11000.00,2015-06-05 21:54:03,825.00,failed,9,US,825.00,825.00,11000.00 +"1074941806,""Interactive, inside-out dog toy from Fetch: Bat-O-Lantern"",Product Design,Design,USD,2016-06-04,8500.00,2016-05-10 22:31:49,162.00,canceled,4,US,162.00,162.00,8500.00" +1074942734,Bepple Covers - personalize and protect your Pebble Time,Product Design,Design,USD,2015-04-19,17500.00,2015-03-20 00:05:51,21295.00,successful,569,US,21295.00,21295.00,17500.00 +1074946839,bring back the blacksmith with moffitt metal works,Art,Art,USD,2017-10-21,4500.00,2017-09-21 20:24:12,1.00,failed,1,US,1.00,1.00,4500.00 +1074949982,Secret Cuts: A Cherry Orchard Mystery,Journalism,Journalism,USD,2012-04-21,2500.00,2012-03-20 15:51:42,2585.00,successful,63,US,2585.00,2585.00,2500.00 +1074952071,Local First Grocer - Reclaiming our food economy!,Food,Food,USD,2014-02-10,17000.00,2014-01-19 17:22:15,21872.50,successful,284,US,21872.50,21872.50,17000.00 +1074954930,Lost and Found Project,Apps,Technology,USD,2016-12-09,10000.00,2016-11-09 19:55:22,5.00,failed,1,US,0.00,5.00,10000.00 +1074978185,Faction,Film & Video,Film & Video,USD,2013-06-03,95000.00,2013-05-04 07:06:47,300.00,failed,5,US,300.00,300.00,95000.00 +1074981722,Get Deva Into The Ropes,Poetry,Publishing,USD,2013-06-09,888.00,2013-05-23 00:52:03,1182.00,successful,30,US,1182.00,1182.00,888.00 +107499775,Mellivora,Apparel,Fashion,USD,2017-06-18,15000.00,2017-05-04 22:48:45,1.00,failed,1,US,0.00,1.00,15000.00 +1075017183,Both Sides Of The Equator CD with David Finck & Ze Mauricio,Jazz,Music,USD,2012-03-25,3000.00,2012-02-24 16:51:38,3005.00,successful,47,US,3005.00,3005.00,3000.00 +1075023682,Beyond Science Fiction - Paintings by Michael Whelan,Art Books,Publishing,USD,2016-12-21,10000.00,2016-11-21 20:58:00,123627.00,successful,1269,US,23510.00,123627.00,10000.00 +1075025304,HAVTEUR WATCHES - Built to Inflict Irreparable Envy,Product Design,Design,EUR,2017-04-01,39995.00,2017-03-01 17:39:47,9728.00,canceled,54,AT,6791.54,10340.91,42514.86 +1075027126,Battalion,Tabletop Games,Games,USD,2016-02-25,5000.00,2016-01-25 20:27:43,382.00,failed,13,US,382.00,382.00,5000.00 +"1075027159,""Glasswater Lead Free Lures-clean lures, pure water"",Product Design,Design,USD,2015-11-18,16500.00,2015-10-19 15:34:27,720.00,canceled,9,US,720.00,720.00,16500.00" +1075027633,pickasaurus - desk dinosaurs looking for new homes,Product Design,Design,USD,2014-06-24,3750.00,2014-05-27 22:50:06,3815.00,successful,183,US,3815.00,3815.00,3750.00 +1075032467,2012 - The Charlie Souza Band,Rock,Music,USD,2012-02-26,6000.00,2011-12-28 00:06:41,0.00,failed,0,US,0.00,0.00,6000.00 +1075036490,We Want To Bring A Green And Unique Dining Experience to KC,Food Trucks,Food,USD,2014-08-16,125000.00,2014-07-02 22:42:53,0.00,canceled,0,US,0.00,0.00,125000.00 +1075045537,AURT: America the Ultimate Road Trip,Documentary,Film & Video,USD,2015-06-02,18500.00,2015-04-21 02:58:21,505.00,failed,2,US,505.00,505.00,18500.00 +107504664,Petrichor,Tabletop Games,Games,USD,2017-05-10,25000.00,2017-04-12 01:40:28,135449.00,successful,2294,US,6147.00,135449.00,25000.00 +1075047104,The Lonely Goose Needs A Home,Farmer's Markets,Food,USD,2014-08-22,7346.00,2014-07-23 22:52:58,1115.00,failed,20,US,1115.00,1115.00,7346.00 +1075047493,Growl & Howl - Poetry and Short Fiction digital magazine,Fiction,Publishing,USD,2013-06-01,3000.00,2013-05-02 23:50:20,0.00,failed,0,US,0.00,0.00,3000.00 +1075052894,Siete Filos (Leatherback turtle): A Seri Indigenous Drama.,Animation,Film & Video,USD,2015-08-30,30000.00,2015-07-31 00:29:44,755.00,canceled,23,US,755.00,755.00,30000.00 +1075053871,Bunker Architect -End of the world,Video Games,Games,USD,2015-03-21,250.00,2015-02-19 17:38:22,0.00,failed,0,US,0.00,0.00,250.00 +"1075060070,""Gorgon Eyes: Programmable, color changing contacts."",Wearables,Technology,USD,2016-09-09,15000.00,2016-08-10 19:15:02,160.00,failed,7,US,25.00,160.00,15000.00" +"1075062552,""Live production of Eleanor Estes """"The Hundred Dresses"""""",Theater,Theater,USD,2012-05-20,2500.00,2012-04-15 02:32:07,2541.00,successful,7,US,2541.00,2541.00,2500.00" +"1075064318,""THE JUNKYARD- Featured on Diners, Drive-Ins and Dives"",Restaurants,Food,USD,2014-12-29,50000.00,2014-11-29 01:58:02,0.00,failed,0,US,0.00,0.00,50000.00" +1075064678,Deep River Smokehouse Smoked Fish Salads,Small Batch,Food,USD,2014-12-20,30000.00,2014-11-20 17:11:00,590.00,failed,9,US,590.00,590.00,30000.00 +1075064994,Slumber Stories,Tabletop Games,Games,CAD,2013-11-10,1000.00,2013-10-11 21:33:25,757.00,failed,20,CA,727.63,723.43,955.66 +1075065877,Cloudrootline,Web,Journalism,EUR,2015-11-27,1000.00,2015-09-28 19:36:45,0.00,failed,0,IT,0.00,0.00,1058.00 +1075069848,Janus One: A Phone To Simplify Your Life In A Smart Way,Technology,Technology,USD,2015-08-15,50000.00,2015-07-15 07:30:23,100589.00,successful,1131,US,100589.00,100589.00,50000.00 +1075076288,The VeggieTall,Spaces,Food,GBP,2017-11-01,30000.00,2017-10-02 19:40:33,20.00,failed,1,GB,26.80,26.22,39327.24 +1075076755,Eres Mala ,Documentary,Film & Video,USD,2010-12-19,7000.00,2010-11-14 07:42:57,7203.00,successful,36,US,7203.00,7203.00,7000.00 +"1075082224,""MORE COWBELL """"2"""" The Bruce Dickinson Experience"",Comedy,Film & Video,CAD,2017-12-01,43500.00,2017-10-25 08:50:26,1154.00,failed,7,CA,0.00,896.38,33789.03" +1075100052,One last quest! Celebrating accomplishment! (Suspended),Video Games,Games,USD,2015-07-12,350.00,2015-06-12 02:10:13,55.00,suspended,3,US,55.00,55.00,350.00 +107510407,The Age of Miracles: Writings on the Collapse of History,Nonfiction,Publishing,GBP,2016-11-30,1000.00,2016-10-31 21:26:14,1322.00,successful,74,GB,143.83,1668.83,1262.36 +1075108838,Be Bonafide Natural Hair Magazine,Print,Journalism,USD,2015-03-21,5000.00,2015-01-22 20:15:40,6.00,failed,2,US,6.00,6.00,5000.00 +"1075115118,""Game Pro Quo - Play it, Trade it"",Web,Technology,GBP,2015-03-31,10000.00,2015-02-28 17:42:22,346.00,failed,15,GB,534.10,512.19,14803.19" +1075130694,Harlem Community Garden_Design Build 2016,Architecture,Design,USD,2016-06-04,10000.00,2016-04-23 05:01:58,1497.99,failed,21,US,1497.99,1497.99,10000.00 +1075135489,SoundRacer VX - fantastic Sports Car Sounds in your car!,Gadgets,Technology,SEK,2014-12-19,600000.00,2014-11-19 22:59:41,11664.00,failed,20,SE,1573.03,1513.59,77859.39 +"1075152949,""Bon Temps: Alabama's Mardi Gras, photographs of mayhem"",Photobooks,Photography,USD,2017-03-03,11750.00,2017-02-01 12:05:31,15085.00,successful,181,US,7875.00,15085.00,11750.00" +1075154247,Ra's Trash Land Adventures (Canceled),Family,Film & Video,USD,2016-06-07,100000.00,2016-05-08 01:51:09,0.00,canceled,0,US,0.00,0.00,100000.00 +1075156247,The forgotten fairies journey. A young adult fiction.,Publishing,Publishing,USD,2014-08-17,2500.00,2014-07-18 03:03:07,0.00,failed,0,US,0.00,0.00,2500.00 +1075161181,Barmaid,Narrative Film,Film & Video,USD,2012-03-09,6000.00,2012-02-08 02:26:01,0.00,failed,0,US,0.00,0.00,6000.00 +"1075162847,""""""Grit"""": The Soul Blues album debut by Vintage#18!"",Blues,Music,USD,2016-11-29,15000.00,2016-10-30 15:07:31,15175.00,successful,73,US,682.00,15175.00,15000.00" +1075164596,'Marvel-less' - An Original Parody Musical.,Musical,Theater,AUD,2016-08-21,3000.00,2016-08-01 12:48:57,3295.00,successful,77,AU,283.53,2518.54,2293.05 +1075167770,Pop. Drop. The most awesome way to party.,Food,Food,CAD,2015-05-25,35000.00,2015-04-20 18:50:41,0.00,failed,0,CA,0.00,0.00,28128.26 +1075169964,Battle Worlds: Kronos - Turn-based strategy revisited,Video Games,Games,USD,2013-04-28,120000.00,2013-03-19 10:44:15,260235.90,successful,7564,US,260235.90,260235.90,120000.00 +1075174449,ZZIPIT FOR ANDROID,Apps,Technology,USD,2016-06-25,19950.00,2016-05-24 01:56:37,0.00,failed,0,US,0.00,0.00,19950.00 +1075191673,Support After Nyne,Zines,Publishing,GBP,2015-02-27,1500.00,2015-01-28 23:39:34,330.00,failed,16,GB,498.24,509.64,2316.57 +1075192211,Paper or Plastic: Recycle or Die! (Canceled),Shorts,Film & Video,USD,2010-05-08,1500.00,2010-04-07 05:06:03,0.00,canceled,0,US,0.00,0.00,1500.00 +1075192376,Sugar Baby,Shorts,Film & Video,USD,2013-01-21,2500.00,2012-12-22 02:24:20,2804.00,successful,44,US,2804.00,2804.00,2500.00 +"107519429,""Lives Shattered, a non-fiction book about loss and survival"",Nonfiction,Publishing,USD,2013-03-09,8000.00,2013-02-12 23:52:52,400.00,failed,5,US,400.00,400.00,8000.00" +1075207722,Jazz Lounge (Canceled),Jazz,Music,USD,2016-04-07,110000.00,2016-02-07 07:11:46,0.00,canceled,0,US,0.00,0.00,110000.00 +1075208929,uSTAND,Product Design,Design,DKK,2017-02-04,250000.00,2016-12-06 08:54:55,0.00,failed,0,DK,0.00,0.00,35742.88 +1075215881,The Curse of Maggie Boon,Comedy,Film & Video,CAD,2014-05-12,1600.00,2014-04-23 22:10:19,1725.00,successful,21,CA,1565.52,1585.92,1470.99 +1075216792,Plastic Oddities - Cleanout Plug Puller Tool,Product Design,Design,USD,2013-06-09,45000.00,2013-05-10 04:56:52,838.00,failed,2,US,838.00,838.00,45000.00 +1075220536,Steam Hollow Brewing Co.,Drinks,Food,USD,2017-04-14,10000.00,2017-02-28 14:12:25,10320.00,successful,57,US,785.00,10320.00,10000.00 +1075225570,Ben Wachman - Debut Album,Pop,Music,USD,2014-11-14,2500.00,2014-09-30 20:10:59,3083.64,successful,101,US,3083.64,3083.64,2500.00 +1075236801,Netro - Scientifically Water Your Garden,Hardware,Technology,USD,2016-10-20,25000.00,2016-09-20 22:11:55,26305.97,successful,76,US,3299.97,26305.97,25000.00 +1075238687,Wild Child Company,Apparel,Fashion,USD,2015-01-04,5000.00,2014-11-25 22:03:04,240.00,failed,3,US,240.00,240.00,5000.00 +1075245314,Cynefin Road: Bringing books to life!,Publishing,Publishing,GBP,2016-08-25,3000.00,2016-08-10 11:32:14,6.00,failed,2,GB,0.00,7.93,3963.74 +1075247048,Portraits - The New Album!,Indie Rock,Music,USD,2013-03-29,4000.00,2013-03-01 14:57:14,4984.00,successful,101,US,4984.00,4984.00,4000.00 +"1075266691,""Kindness 365- Make Someone's Day, Everyday With A Kind Card!"",Art,Art,USD,2014-03-01,400.00,2014-01-30 22:49:32,120.00,failed,4,US,120.00,120.00,400.00" +"1075269777,""James Patrick's next studio album """"Task at Hand"""""",Music,Music,USD,2012-10-06,3000.00,2012-09-06 21:21:42,501.00,failed,5,US,501.00,501.00,3000.00" +1075275634,Guitar Lineage,Web,Technology,GBP,2017-10-06,1800.00,2017-09-06 23:00:30,176.00,failed,14,GB,0.00,230.13,2353.56 +1075275666,Team Colors,Graphic Design,Design,USD,2018-01-14,10000.00,2017-12-07 21:19:23,0.00,live,0,US,0.00,0.00,10000.00 +1075278662,What it is? New TAGsf performance season!,Dance,Dance,USD,2011-08-29,4000.00,2011-07-25 19:46:26,1620.00,failed,18,US,1620.00,1620.00,4000.00 +1075299658,VOICES by Amanda McBroom,Music,Music,USD,2016-09-14,40000.00,2016-08-15 18:35:57,43628.18,successful,328,US,8895.00,43628.18,40000.00 +"1075307862,""Filming My Celebration of Life, in the Himalayas."",Documentary,Film & Video,USD,2012-10-19,900.00,2012-10-16 05:00:56,1000.00,successful,25,US,1000.00,1000.00,900.00" +107530823,The Series-E Notebook,Product Design,Design,USD,2013-07-15,1250.00,2013-06-25 17:37:18,3261.00,successful,108,US,3261.00,3261.00,1250.00 +1075309515,Geffie's Typewriter,Crafts,Crafts,USD,2015-12-21,200.00,2015-11-21 00:26:40,463.00,successful,29,US,463.00,463.00,200.00 +10753252,Sengwer: Conservation Vs Communities,Documentary,Film & Video,GBP,2014-11-01,1000.00,2014-10-02 12:37:49,1950.00,successful,50,GB,3156.76,3084.81,1581.95 +1075330483,CODED,Performance Art,Art,USD,2016-05-28,20000.00,2016-04-28 18:01:55,20341.00,successful,149,US,20341.00,20341.00,20000.00 +1075331763,Bully Beard Balm,Crafts,Crafts,USD,2016-12-21,500.00,2016-11-21 14:45:46,5.00,failed,1,US,0.00,5.00,500.00 +1075338390,VIVID: The latest Addition to the real Kevlar Charging Cable,Product Design,Design,AUD,2017-08-06,20000.00,2017-07-12 14:57:50,14841.32,canceled,260,AU,1191.75,11670.46,15726.98 +107534128,ALPHA FOOTWEAR,Footwear,Fashion,USD,2016-01-29,13500.00,2016-01-08 01:37:30,16325.00,successful,196,US,16325.00,16325.00,13500.00 +1075348970,Origins: Building The Cerro Gordo Collection in Santa Fe,Ceramics,Art,USD,2015-09-17,1100.00,2015-08-23 07:24:33,1286.00,successful,25,US,1286.00,1286.00,1100.00 +107535076,Flynn - A Frog's Journey,Children's Books,Publishing,USD,2013-09-14,2000.00,2013-08-15 05:58:51,31.00,failed,3,US,31.00,31.00,2000.00 +1075352441,Carbon Fibre Cuff Links by Grafton,Design,Design,GBP,2015-06-28,3000.00,2015-05-29 20:41:01,989.00,failed,22,GB,1518.56,1545.19,4687.13 +1075366639,Pi Flavours - Raspberry Pi case,Product Design,Design,GBP,2012-12-13,50000.00,2012-11-14 21:26:16,1339.00,failed,44,GB,2124.54,2158.39,80597.06 +1075381043,The BU Buzz,Publishing,Publishing,USD,2012-04-10,1000.00,2012-03-28 18:34:32,0.00,failed,0,US,0.00,0.00,1000.00 +1075385437,Steampunk Holmes,Fiction,Publishing,USD,2012-05-03,29000.00,2012-04-19 21:42:30,42877.59,successful,1290,US,42877.59,42877.59,29000.00 +1075387691,Balique - Handcrafted Accessories,Accessories,Fashion,NOK,2015-06-27,10000.00,2015-05-28 14:59:24,0.00,failed,0,NO,0.00,0.00,1253.79 +1075388469,Funny Photo Book of Celebrities without Teeth or Eyebrows,Comedy,Publishing,GBP,2017-06-04,1000.00,2017-05-05 19:02:32,23.00,failed,2,GB,29.61,29.33,1275.25 +1075388988,Sunset Over Water,Tabletop Games,Games,USD,2017-10-17,8500.00,2017-10-03 14:31:22,51843.00,successful,1574,US,18347.00,51843.00,8500.00 +1075396357,The Twisted Baker,Spaces,Food,USD,2014-08-15,7000.00,2014-07-16 20:27:42,0.00,failed,0,US,0.00,0.00,7000.00 +1075397222,Escuela de Danza,Spaces,Dance,MXN,2017-08-20,50000.00,2017-07-21 23:09:20,0.00,failed,0,MX,0.00,0.00,2832.54 +1075403725,Sonic Soak: The Ultimate Ultrasonic Cleaning Tool,Technology,Technology,USD,2018-01-01,10000.00,2017-12-12 22:23:55,5238.00,live,80,US,5238.00,5238.00,10000.00 +1075405338,The Wright Clay: Studio Art Classes,Ceramics,Art,USD,2016-09-16,15000.00,2016-08-17 02:50:32,17422.00,successful,111,US,915.00,17422.00,15000.00 +1075407414,COOL DOG ANNUAL STICKER FUND 2016,Conceptual Art,Art,USD,2016-06-05,3200.00,2016-05-06 19:15:21,4431.12,successful,148,US,4431.12,4431.12,3200.00 +107541098,Barrowmaze: The Forbidden Caverns of the Archaia,Tabletop Games,Games,CAD,2016-08-23,10000.00,2016-07-25 03:58:31,40242.00,successful,322,CA,5257.94,31234.09,7761.56 +1075416000,LGBT Playing Cards- a USPC card deck,Tabletop Games,Games,USD,2013-06-08,10000.00,2013-05-09 02:59:52,1084.00,failed,61,US,1084.00,1084.00,10000.00 +1075416150,Assassin - A location based mobile shooting game,Mobile Games,Games,USD,2016-11-21,20000.00,2016-09-22 20:20:45,87.00,failed,9,US,40.00,87.00,20000.00 +1075416969,The Cohen Brothers - a graphic novel (Canceled),Comics,Comics,USD,2012-11-21,18000.00,2012-10-22 13:10:59,140.00,canceled,5,US,140.00,140.00,18000.00 +1075441317,Dare ... The Card Game,Tabletop Games,Games,USD,2014-04-18,3000.00,2014-03-18 22:50:42,81.00,failed,10,US,81.00,81.00,3000.00 +"107544883,""""""A Friend Like Me... Has Friends Like These"",Jazz,Music,USD,2014-10-22,10000.00,2014-09-19 03:41:48,4312.00,failed,33,US,4312.00,4312.00,10000.00" +1075450538,A CD FOR DEDE ,Indie Rock,Music,USD,2010-05-04,2500.00,2010-04-03 19:08:33,0.00,failed,0,US,0.00,0.00,2500.00 +"1075463770,""Carreau. 50 beautiful, unique, hand made wooden games."",Tabletop Games,Games,GBP,2017-11-28,500.00,2017-09-29 16:57:03,2259.00,successful,51,GB,2826.34,3046.94,674.40" +1075464386,I AM THE sLAW!,Small Batch,Food,USD,2014-09-08,100.00,2014-07-10 16:55:10,7.00,failed,3,US,7.00,7.00,100.00 +1075467888,SuperGlue - get art to fund art! (Canceled),Art,Art,USD,2009-10-05,360.00,2009-09-08 02:15:05,230.00,canceled,6,US,230.00,230.00,360.00 +1075475537,In (my)space no one can...,Fashion,Fashion,USD,2012-02-05,250.00,2012-01-06 21:44:48,289.00,successful,15,US,289.00,289.00,250.00 +1075479270,Fairy,Design,Design,CAD,2015-04-27,8500.00,2015-03-23 21:28:30,0.00,failed,0,CA,0.00,0.00,7071.55 +1075499107,Juego Mesa + Arduino + i-tag + Drone,Tabletop Games,Games,EUR,2016-12-10,1309.00,2016-10-11 14:39:43,0.00,failed,0,ES,0.00,0.00,1366.46 +1075499971,Loop Troupe Web-Series,Comedy,Film & Video,USD,2017-06-07,3500.00,2017-05-07 21:47:33,4185.00,successful,51,US,10.00,4185.00,3500.00 +1075524307,Debut Studio Album from 14 year-old Ezra Henderson!,Pop,Music,USD,2013-08-19,7000.00,2013-07-20 20:01:50,4634.00,failed,81,US,4634.00,4634.00,7000.00 +1075527836,Titus Andronicus - Edinburgh Fringe 2013: Revenge is Coming,Theater,Theater,GBP,2013-07-12,3000.00,2013-06-07 18:15:33,3062.00,successful,68,GB,4714.80,4626.22,4532.54 +1075533877,- HEXAGONAL RULER -,Product Design,Design,HKD,2018-01-17,20000.00,2017-12-03 08:50:58,321299.00,live,731,HK,2245.90,41064.77,2556.17 +1075536360,Binky the Manbaby (Canceled),Animation,Film & Video,USD,2012-11-04,15000.00,2012-10-05 22:57:38,281.00,canceled,11,US,281.00,281.00,15000.00 +1075538171,Please help fund MIX JULEP clothing!!!!,Fashion,Fashion,USD,2012-05-31,3800.00,2012-05-01 01:43:57,0.00,failed,0,US,0.00,0.00,3800.00 +1075544394,Greatest burger in the world (Canceled),Food,Food,AUD,2014-08-08,200.00,2014-07-09 06:25:15,0.00,canceled,0,AU,0.00,0.00,185.70 +1075545061,Quarantine: Collapse,Theater,Theater,USD,2014-10-02,4000.00,2014-09-03 18:00:28,4238.26,successful,67,US,4238.26,4238.26,4000.00 +1075546314,Bristol In Depth: A Retro 3D Picture Book.,Publishing,Publishing,GBP,2017-03-16,1200.00,2017-02-14 18:22:48,13.00,failed,3,GB,0.00,16.07,1483.22 +1075546533,EXPOSED: The Art Project ,Art,Art,USD,2010-11-15,46000.00,2010-09-13 18:29:32,808.00,failed,18,US,808.00,808.00,46000.00 +1075554366,Roja Ting 3D sculptures,Sculpture,Art,EUR,2016-01-09,10000.00,2015-12-10 07:58:29,250.00,failed,1,BE,272.63,272.85,10914.05 +"1075561646,""""""Toy Soldier"""" Marches on the U.S.!"",Music,Music,USD,2010-09-02,7000.00,2010-08-03 23:38:46,7185.00,successful,40,US,7185.00,7185.00,7000.00" +1075563254,Too Much Light Heads to the Edinburgh Fringe!,Festivals,Theater,USD,2014-08-02,15000.00,2014-07-12 22:05:34,15277.00,successful,239,US,15277.00,15277.00,15000.00 +"1075564965,OKAPI,Music,Music,GBP,2015-02-23,1000.00,2015-01-09 12:44:16,432.00,undefined,0,""N,0"""""",,667.17,1544.38" +1075566664,Voyageurs Stove - Lightweight and Easy To Pack Camping Stove,Product Design,Design,USD,2017-08-23,5000.00,2017-07-24 15:20:08,808.00,failed,6,US,1.00,808.00,5000.00 +"1075578576,""CCase, ultimate card case"",Product Design,Design,GBP,2016-08-27,3300.00,2016-07-28 15:35:35,5.00,failed,2,GB,0.00,6.64,4383.69" +1075586357,Buy Shallow Thoughts. WILL DEDICATE YOU IN SEQUEL-each $100.,Poetry,Publishing,USD,2014-08-28,100000.00,2014-07-23 21:06:47,15.00,failed,1,US,15.00,15.00,100000.00 +1075588145,As the Spark Flies Upward - a southern novel,Fiction,Publishing,USD,2011-05-20,3500.00,2011-04-16 04:17:10,3550.00,successful,50,US,3550.00,3550.00,3500.00 +1075598417,Work Related,Webseries,Film & Video,USD,2012-10-04,10000.00,2012-09-04 18:57:48,275.00,failed,5,US,275.00,275.00,10000.00 +1075607266,SPIRAL - a crime noir comic,Comic Books,Comics,NOK,2016-02-24,27000.00,2016-01-25 21:03:45,50022.00,successful,301,NO,5725.54,5780.28,3119.98 +1075608226,The Dundercat Symphonies,Classical Music,Music,CAD,2015-07-25,27000.00,2015-06-25 01:59:49,1950.00,failed,5,CA,1582.06,1494.48,20692.83 +1075608787,Rein By Rebecca Morter,Ready-to-wear,Fashion,GBP,2014-06-13,4500.00,2014-05-14 08:30:16,1487.00,failed,24,GB,2509.20,2522.26,7632.94 +1075612159,Berathen: Spirit Detective,Video Games,Games,USD,2012-06-13,50.00,2012-05-17 02:01:29,130.00,successful,7,US,130.00,130.00,50.00 +1075616930,#NoFilter Documentary,People,Photography,GBP,2015-03-17,1300.00,2015-02-27 18:03:09,1730.00,successful,34,GB,2689.51,2569.59,1930.90 +1075624414,Camouflage,Narrative Film,Film & Video,USD,2013-03-26,55000.00,2013-02-09 17:05:18,55480.00,successful,313,US,55480.00,55480.00,55000.00 +"1075629774,New Love Beats by Everybody and the Individuals (E.I.),Music,Music,USD,2016-02-20,1111.00,2016-01-10 02:59:55,25.00,undefined,0,""N,0"""""",,25.00,1111.00" +1075635644,Cover Book 4! Academic Mayhem: TMFC Volume 4,Digital Art,Art,USD,2017-04-29,700.00,2017-03-29 05:51:53,26.00,failed,1,US,26.00,26.00,700.00 +1075636615,Customizable Drawstring Hat Construction,Apparel,Fashion,USD,2017-06-05,200.00,2017-05-05 04:11:09,0.00,failed,0,US,0.00,0.00,200.00 +1075637750,Bring a Cat Cafe to Syracuse!,Food,Food,USD,2017-08-19,75000.00,2017-07-05 19:43:01,240.00,failed,7,US,0.00,240.00,75000.00 +1075638005,IcePeg,Food,Food,EUR,2017-08-02,5000.00,2017-07-03 11:02:12,211.00,failed,11,IT,197.68,250.42,5934.01 +1075639481,Happy Heart Kid: Activity Kits for Meaningful Playtime,Product Design,Design,USD,2014-12-17,10000.00,2014-11-17 11:34:26,11093.00,successful,207,US,11093.00,11093.00,10000.00 +1075639643,UK and Ireland Tour 2013,Country & Folk,Music,USD,2013-10-15,3000.00,2013-09-30 23:05:16,5288.00,successful,54,US,5288.00,5288.00,3000.00 +1075640924,Roxy's Revelations,Academic,Publishing,USD,2014-11-15,6300.00,2014-09-16 17:17:11,1305.00,failed,19,US,1305.00,1305.00,6300.00 +107564832,Remnants of Twilight: Age Of Arius,Video Games,Games,USD,2014-12-29,21500.00,2014-11-29 04:54:59,5482.00,failed,141,US,5482.00,5482.00,21500.00 +1075653181,Ave Roma Premium edition,Tabletop Games,Games,EUR,2016-06-02,20000.00,2016-05-03 11:58:36,73518.00,successful,1166,IE,84302.19,82001.92,22307.98 +1075656438,LEDKNDY - The LED Light Sticker,Product Design,Design,USD,2016-10-28,15000.00,2016-09-13 16:51:34,15502.00,successful,325,US,3083.00,15502.00,15000.00 +1075662825,Cord Blue: Charging for the Modern Home (Canceled),Product Design,Design,USD,2015-06-18,45000.00,2015-05-19 22:33:14,1001.00,canceled,13,US,1001.00,1001.00,45000.00 +1075667349,KTOWN COWBOYS THE MOVIE,Film & Video,Film & Video,USD,2011-08-25,10000.00,2011-05-27 03:12:10,13750.36,successful,180,US,13750.36,13750.36,10000.00 +1075667730,Loftland's New Album!,Pop,Music,USD,2012-05-26,8000.00,2012-04-26 14:33:26,8909.54,successful,144,US,8909.54,8909.54,8000.00 +1075671036,Studio Ghibli Christmas Snow Globe Enamel Pins,Fashion,Fashion,GBP,2017-10-13,300.00,2017-09-23 00:53:38,582.00,successful,41,GB,159.20,772.47,398.18 +1075671644,Real people,Web,Journalism,AUD,2015-04-30,130.00,2015-04-10 11:54:51,132.00,successful,6,AU,101.51,104.54,102.95 +1075681579,100 turns: A New World Record,Documentary,Film & Video,USD,2014-12-22,75000.00,2014-11-22 04:22:44,120.00,failed,5,US,120.00,120.00,75000.00 +"1075689508,Movie Set,Film & Video,Film & Video,USD,2015-01-01,2500.00,2014-12-02 23:11:04,0.00,undefined,0,""N,0"""""",,0.00,2500.00" +1075690413,Strange Machines Records First EP!,Music,Music,USD,2012-08-09,2500.00,2012-07-19 22:14:38,3720.00,successful,38,US,3720.00,3720.00,2500.00 +1075690764,Help me make The Wino Must Die a highly anticipated reality.,Fiction,Publishing,USD,2013-10-27,1000.00,2013-09-27 03:40:34,50.00,failed,2,US,50.00,50.00,1000.00 +1075691213,BombProof Clothing,Fashion,Fashion,USD,2013-12-21,500.00,2013-11-06 04:52:48,0.00,failed,0,US,0.00,0.00,500.00 +1075696058,Thud Pilots,Documentary,Film & Video,USD,2018-01-11,33000.00,2017-12-12 02:10:46,4131.00,live,49,US,1461.00,4131.00,33000.00 +1075697235,Elegance Bicycle® Playing Cards Deck,Playing Cards,Games,EUR,2017-12-09,9500.00,2017-11-09 15:41:32,3197.00,canceled,107,ES,516.14,3774.36,11215.66 +1075698736,Uke-A-Palooza,Kids,Music,USD,2016-01-03,1500.00,2015-12-04 05:01:01,506.00,failed,11,US,506.00,506.00,1500.00 +1075700334,Epidemic Entertainment Artist Management,Music,Music,USD,2015-03-26,150000.00,2015-01-25 03:16:22,0.00,failed,0,US,0.00,0.00,150000.00 +1075701788,The machine that saves you money. From solid to liquid soap.,Gadgets,Technology,USD,2014-08-14,30000.00,2014-06-16 21:42:00,40.00,failed,2,US,40.00,40.00,30000.00 +1075707736,AquaFluvio: Truly Self-Cleaning Aquariums (Canceled),Hardware,Technology,USD,2014-12-24,25000.00,2014-10-25 02:01:37,0.00,canceled,0,US,0.00,0.00,25000.00 +107570935,BearArms Bracelets,Fashion,Fashion,USD,2014-02-23,10000.00,2014-01-24 18:46:40,200.00,failed,8,US,200.00,200.00,10000.00 +"1075711139,""DougAllanSongs: Songs of Family, Home and love of Christ."",Faith,Music,USD,2015-03-29,6000.00,2015-02-19 16:47:40,516.00,failed,10,US,516.00,516.00,6000.00" +"1075727328,""Frankly Speaking: Help us end hatred, racism, and prejudice"",Publishing,Publishing,USD,2017-03-28,75000.00,2017-02-11 11:24:00,0.00,canceled,0,US,0.00,0.00,75000.00" +1075747867,The Other Life | ....A Highway Live,People,Photography,EUR,2017-10-18,7500.00,2017-10-04 19:08:47,38.00,failed,2,DE,0.00,44.91,8863.47 +1075760435,The Median Mediums,Documentary,Film & Video,USD,2015-04-15,15000.00,2015-03-16 15:29:52,5.00,failed,1,US,5.00,5.00,15000.00 +1075763047,Ambers Southern Cupakes,Food,Food,USD,2015-05-20,3000.00,2015-04-20 21:04:15,0.00,failed,0,US,0.00,0.00,3000.00 +1075765362,Mi Intercambio (My Exchange),Film & Video,Film & Video,USD,2011-04-15,1500.00,2011-03-31 06:52:18,1500.00,successful,31,US,1500.00,1500.00,1500.00 +"107576662,""Atlantis, the Aqua Data Center"",Hardware,Technology,USD,2016-04-02,10000000.00,2016-02-05 12:21:16,9.00,failed,3,US,9.00,9.00,10000000.00" +1075768318,Even When Dead UK Tour (Canceled),Metal,Music,GBP,2014-12-30,3000.00,2014-10-31 18:16:15,10.00,canceled,1,GB,15.98,15.44,4631.92 +1075778620,Gill Sans original monotype posters,Graphic Design,Design,GBP,2016-04-29,1000.00,2016-03-30 11:02:53,1089.00,successful,30,GB,1550.80,1591.52,1461.45 +1075782066,A History of Disney Television Animation: volume I,Nonfiction,Publishing,EUR,2016-05-16,10000.00,2016-03-27 01:47:16,11961.00,successful,150,BE,13348.44,13418.97,11218.94 +1075783502,Tesla Boy - A Robots Journey to Becoming Human,Video Games,Games,USD,2013-12-19,500.00,2013-11-26 22:27:21,49.00,failed,7,US,49.00,49.00,500.00 +"1075800233,""Elegant Illusions, Why not put it in glass?"",Art,Art,USD,2014-09-11,5400.00,2014-08-12 02:06:51,350.00,failed,2,US,350.00,350.00,5400.00" +1075801955,Wasteland Game Studio 6mm-scale Wargame Buildings,Tabletop Games,Games,CAD,2014-04-10,1800.00,2014-03-11 14:01:40,12961.00,successful,79,CA,11667.51,11816.03,1640.99 +"1075813440,""Garage/Punk Legends,The Standells, to Record New Album"",Rock,Music,USD,2011-07-05,8800.00,2011-05-18 02:10:25,8801.00,successful,73,US,8801.00,8801.00,8800.00" +1075815460,Planting Flags on Division Street,Children's Books,Publishing,USD,2015-12-14,3000.00,2015-11-09 02:35:30,3031.00,successful,39,US,3031.00,3031.00,3000.00 +107581778,Spread the magic of growing food with Herbert Peabody,Children's Books,Publishing,AUD,2014-09-06,7900.00,2014-08-07 12:05:38,416.00,failed,9,AU,386.74,376.61,7151.91 +1075821298,Our Travel Project,Webseries,Film & Video,USD,2015-06-24,7000.00,2015-05-30 02:56:30,7000.00,successful,35,US,7000.00,7000.00,7000.00 +1075830451,Star Pulsar Online,Video Games,Games,GBP,2014-05-03,150.00,2014-03-04 18:54:49,188.00,successful,19,GB,314.81,317.02,252.94 +1075834307,Help Spores Molds 'n' Fungus record their first single,Rock,Music,USD,2017-02-18,200.00,2017-01-19 18:47:48,0.00,failed,0,US,0.00,0.00,200.00 +1075837797,To raise awareness about working poor/single parent center,Crafts,Crafts,CAD,2014-07-15,500.00,2014-06-27 01:16:23,11.00,failed,2,CA,10.24,10.24,465.33 +"1075838764,""Kelcy Mae's """"Pennies in Hand"""" Album Project"",Music,Music,USD,2010-09-09,5500.00,2010-07-23 22:40:49,6437.22,successful,97,US,6437.22,6437.22,5500.00" +1075857870,Roller Derby & Fashion Jackets for Humans & Furbabyz,Apparel,Fashion,USD,2016-11-26,1450.00,2016-10-27 22:32:43,3297.00,successful,45,US,1875.00,3297.00,1450.00 +"1075864954,""MUM, DAD, MEET SAM (MDMS)"",Narrative Film,Film & Video,GBP,2013-11-20,15000.00,2013-10-21 22:51:53,1866.00,failed,26,GB,3016.53,3023.09,24301.34" +1075880829,Wanderlust Watches,Accessories,Fashion,AUD,2017-02-14,25000.00,2017-01-15 21:59:50,1707.00,failed,14,AU,350.94,1308.65,19165.90 +1075881137,Convert and import PDF into Native object in QuarkXPress,Software,Technology,CAD,2017-02-19,25000.00,2017-01-20 17:40:52,0.00,canceled,0,CA,0.00,0.00,19070.87 +1075884867,Grab' n Go Snack Bar,Food,Food,USD,2014-04-24,5408.00,2014-03-25 19:16:17,0.00,failed,0,US,0.00,0.00,5408.00 +"1075887618,""The Elephant Man at St. John's Cathedral, Los Angeles"",Theater,Theater,USD,2013-10-02,1125.00,2013-08-27 23:09:03,1170.00,successful,29,US,1170.00,1170.00,1125.00" +1075896888,The Fly Local 100: 100 Stories About Those Who Fly.,Webseries,Film & Video,USD,2015-06-19,95000.00,2015-05-20 23:38:16,2590.00,failed,20,US,2590.00,2590.00,95000.00 +1075904119,ALLROUND- PC: DREAM KÄSTCHEN (Deutschcraft),Hardware,Technology,EUR,2015-06-25,24999.00,2015-05-25 23:20:47,307.00,failed,2,DE,338.09,343.90,28003.81 +1075921885,Sandbox (Feature Film),Drama,Film & Video,USD,2017-09-16,8500.00,2017-08-02 21:37:21,8965.00,successful,31,US,35.00,8965.00,8500.00 +1075922069,Short film in Japan,Experimental,Film & Video,GBP,2016-02-07,400.00,2015-12-17 14:33:33,26.00,failed,3,GB,39.14,37.71,580.17 +1075922956,DEPTHS of Madness-Documovie,Drama,Film & Video,USD,2016-10-20,126000.00,2016-09-17 23:34:34,0.00,failed,0,US,0.00,0.00,126000.00 +1075956057,SOULANAUT AMAZING ORIGINAL T-SHIRTS,Art,Art,USD,2015-08-14,15000.00,2015-07-15 20:59:44,0.00,failed,0,US,0.00,0.00,15000.00 +1075973084,THE BREATHER - Horror Webseries,Webseries,Film & Video,EUR,2015-07-23,10000.00,2015-06-23 14:51:02,526.00,failed,41,IT,598.45,575.39,10939.00 +1075982870,The Ironclads App,Tabletop Games,Games,USD,2013-05-13,22500.00,2013-03-28 23:01:26,8593.00,failed,77,US,8593.00,8593.00,22500.00 +1075993303,The Highwayman - Short Film,Drama,Film & Video,GBP,2016-03-07,1500.00,2016-01-27 01:21:05,2441.00,successful,47,GB,3491.97,3488.74,2143.84 +1076002078,An Emerging Artist's Debut in 2012 Art Festival,Photography,Photography,USD,2012-03-10,2250.00,2012-01-10 04:45:34,125.00,failed,2,US,125.00,125.00,2250.00 +1076006066,Werewolf: All Hallows' Eve Expansion,Tabletop Games,Games,USD,2014-10-08,1500.00,2014-10-02 09:39:49,5603.10,successful,464,US,5603.10,5603.10,1500.00 +"1076007487,""Visions -Recording, Mixing, Mastering, and Hosting"",Hip-Hop,Music,USD,2012-12-07,1750.00,2012-11-10 01:12:56,0.00,failed,0,US,0.00,0.00,1750.00" +1076008198,El-Wire the Universe,Fashion,Fashion,USD,2013-09-27,35000.00,2013-08-26 21:49:41,1.00,failed,1,US,1.00,1.00,35000.00 +1076020571,iDiOM Theater 2012-2013 Season,Theater,Theater,USD,2012-10-27,3000.00,2012-09-27 09:08:33,3053.00,successful,62,US,3053.00,3053.00,3000.00 +1076026392,Spireseeker by E.D.E. Bell - A Fantasy Novel,Fiction,Publishing,USD,2013-06-06,5000.00,2013-05-07 01:10:05,5205.00,successful,60,US,5205.00,5205.00,5000.00 +1076035089,Hardware needed to continue my photography project,Places,Photography,AUD,2014-08-15,2000.00,2014-07-16 05:09:43,10.00,failed,1,AU,9.40,9.32,1864.28 +1076036198,Pixelated Trading Cards (Canceled),Playing Cards,Games,EUR,2014-09-20,4500.00,2014-08-21 22:31:40,0.00,canceled,0,NL,0.00,0.00,5729.42 +1076044158,Veni Vidi Vici,Apparel,Fashion,GBP,2015-10-14,15000.00,2015-09-14 20:26:49,30.00,failed,1,GB,46.28,46.33,23164.59 +1076049518,DESIGNING NEW VIBRANT FURNITURE OUT OF THE OLD,Design,Design,USD,2012-11-10,20000.00,2012-10-11 04:10:24,1854.00,failed,13,US,1854.00,1854.00,20000.00 +1076057435,Svelte Bass by CertainBass plus Originality and Creativity,Product Design,Design,USD,2017-02-28,1800.00,2017-02-14 23:39:06,15.00,failed,1,US,0.00,15.00,1800.00 +1076061797,Justin Dzuban's Second Album,Country & Folk,Music,USD,2011-09-24,20000.00,2011-07-27 02:01:27,510.00,failed,5,US,510.00,510.00,20000.00 +"1076069628,""Beard Shampoo by Dapper: Beard for You, Clean for Her"",Fashion,Fashion,USD,2014-11-19,1000.00,2014-10-20 16:57:58,60.00,canceled,2,US,60.00,60.00,1000.00" +1076070820,Ideas Shack,Public Art,Art,GBP,2015-03-18,600.00,2015-02-16 15:00:05,600.00,successful,33,GB,923.97,891.19,891.19 +1076076566,Father & Son T-shirt & Sticker Extravaganza,Indie Rock,Music,USD,2012-06-25,900.00,2012-05-26 23:22:00,1540.00,successful,22,US,1540.00,1540.00,900.00 +1076087211,ALL BEER Finder App: find the perfect beer for any occasion,Apps,Technology,GBP,2015-12-05,12000.00,2015-11-05 01:04:58,12104.00,successful,63,GB,18666.68,18346.90,18189.26 +1076088595,ArduRF - Wireless Arduino Done Right,Hardware,Technology,USD,2015-01-01,9500.00,2014-12-01 07:33:40,10473.00,successful,93,US,10473.00,10473.00,9500.00 +1076105594,community art school and gallery for all ages,Painting,Art,USD,2014-08-07,30000.00,2014-07-11 01:15:14,0.00,failed,0,US,0.00,0.00,30000.00 +1076120304,Being Gavin,Comedy,Film & Video,AUD,2016-12-21,60000.00,2016-11-21 11:02:29,32242.00,failed,70,AU,367.01,23122.49,43029.26 +1076129872,Poison Prevention Systems - coCO: carbon monoxide Car Off,Hardware,Technology,USD,2016-10-08,125000.00,2016-09-08 21:37:10,2137.00,failed,30,US,785.00,2137.00,125000.00 +1076131323,Queen City Drums Merch,Apparel,Fashion,USD,2014-05-28,2000.00,2014-04-28 18:38:40,25.00,failed,1,US,25.00,25.00,2000.00 +1076133024,Nightbreak,Comic Books,Comics,USD,2015-03-25,8000.00,2015-02-23 20:10:20,16.00,failed,4,US,16.00,16.00,8000.00 +1076136679,The Chrysalis of Matter - Psychedelic Short Fiction,Fiction,Publishing,USD,2011-03-17,2200.00,2010-12-17 23:37:57,455.00,failed,9,US,455.00,455.00,2200.00 +1076149914,Expect The Unexpected,Product Design,Design,CAD,2017-11-06,600.00,2017-10-10 13:15:57,101.00,failed,3,CA,0.00,79.72,473.56 +1076151412,Psychonaut Issue 1,Comics,Comics,USD,2014-02-15,3100.00,2014-01-16 01:06:15,3261.50,successful,90,US,3261.50,3261.50,3100.00 +1076154195,The Six Million Dollar Dude,Film & Video,Film & Video,USD,2013-11-16,1250000.00,2013-09-17 22:34:18,0.00,failed,0,US,0.00,0.00,1250000.00 +1076164077,Hola Mohalla: Festival of Soldier Saints,Documentary,Film & Video,USD,2017-01-06,25000.00,2016-12-07 20:05:00,30505.00,successful,43,US,950.00,30505.00,25000.00 +1076169413,Call of the Abyss,Narrative Film,Film & Video,USD,2012-05-25,30000.00,2012-04-19 04:53:57,2905.00,failed,15,US,2905.00,2905.00,30000.00 +1076170188,ECHOSHED: Cause and Effect concert,Classical Music,Music,GBP,2017-04-28,350.00,2017-04-20 00:23:32,360.00,successful,8,GB,0.00,465.81,452.87 +1076178967,thyshoppen (Canceled),Web,Technology,DKK,2015-10-31,55000.00,2015-09-01 15:05:38,0.00,canceled,0,DK,0.00,0.00,8009.67 +1076180452,HERE IS WHERE WE MEET,Nonfiction,Publishing,USD,2013-09-05,3750.00,2013-08-06 15:22:16,4758.00,successful,106,US,4758.00,4758.00,3750.00 +1076181419,The most rigid 3D Delta printer ever built. Modular heads.,3D Printing,Technology,USD,2014-12-05,38000.00,2014-11-05 15:10:53,2289.00,failed,6,US,2289.00,2289.00,38000.00 +1076192880,Quest for the Worlds Best Chocolate Chip Cookie!,Small Batch,Food,USD,2014-09-29,50.00,2014-08-30 19:44:47,5.00,failed,1,US,5.00,5.00,50.00 +1076196534,KOBRA Flash Modifier System,Camera Equipment,Technology,USD,2017-10-04,125000.00,2017-09-04 17:30:38,37296.00,failed,458,US,1246.00,37296.00,125000.00 +1076198874,WHISTLER: Pure Clean. Powered by Nature.,Product Design,Design,USD,2015-12-18,20000.00,2015-11-15 11:28:21,41937.00,successful,863,US,41937.00,41937.00,20000.00 +1076199608,Easy Foody,Food,Food,CAD,2015-12-14,10000.00,2015-11-19 13:14:31,1.00,failed,1,CA,0.75,0.72,7165.38 +1076208133,Ride Share Revolution (Canceled),Apps,Technology,USD,2016-03-15,500000.00,2016-01-15 22:41:10,0.00,canceled,0,US,0.00,0.00,500000.00 +1076208774,Dye Hard Clothing,Apparel,Fashion,USD,2015-03-29,15000.00,2015-02-27 06:14:19,90.00,failed,2,US,90.00,90.00,15000.00 +1076218977,La Rouge Faux Rose.com © Feature Film & MOVIE POSTER FOR YOU,Drama,Film & Video,USD,2014-07-31,25000.00,2014-06-10 23:28:51,0.00,failed,0,US,0.00,0.00,25000.00 +1076223443,Hexa Makeup,Crafts,Crafts,USD,2017-08-31,6000.00,2017-08-01 18:54:11,860.00,failed,15,US,230.00,860.00,6000.00 +1076226620,365 Days of YOU!,Painting,Art,AUD,2016-01-16,2500.00,2015-12-10 23:20:14,152.00,failed,3,AU,109.71,106.82,1756.85 +1076229520,The Smart Citizen Kit: Crowdsourced Environmental Monitoring,DIY Electronics,Technology,USD,2013-06-17,50000.00,2013-05-18 05:11:39,68000.00,successful,517,US,68000.00,68000.00,50000.00 +1076229988,Dozi the Alligator: An illustrated children's book,Children's Books,Publishing,USD,2014-03-31,4000.00,2014-03-01 16:00:25,7500.00,successful,164,US,7500.00,7500.00,4000.00 +"1076259794,""Glenwood Springs """"The Defiant Years"""" documentary"",Documentary,Film & Video,USD,2015-07-06,40000.00,2015-06-06 23:08:39,3565.00,failed,21,US,3565.00,3565.00,40000.00" +1076271397,Paws in Paradise,Animals,Photography,USD,2015-03-31,25000.00,2015-03-02 17:46:59,0.00,failed,0,US,0.00,0.00,25000.00 +107627459,Mayami Folklorico / Dance and Music,Dance,Dance,USD,2011-10-18,600.00,2011-10-09 07:10:28,648.00,successful,12,US,648.00,648.00,600.00 +"1076275458,""Paradoxical Nonsense- A journey through life, Consciousness"",Documentary,Film & Video,USD,2015-04-01,20000.00,2015-01-31 18:57:30,0.00,failed,0,US,0.00,0.00,20000.00" +1076277695,Refabrications Workshop Building & Items Expansion Fund,Mixed Media,Art,USD,2015-07-29,17000.00,2015-06-29 19:57:24,890.00,failed,6,US,890.00,890.00,17000.00 +"1076285708,""Monopoly, Chapter II (Canceled)"",Fiction,Publishing,USD,2015-05-17,2000.00,2015-04-17 14:58:32,0.00,canceled,0,US,0.00,0.00,2000.00" +1076287342,Reign Down on Me ~ Christian Rock debut CD from Tony Carter,Music,Music,USD,2013-05-21,10000.00,2013-04-21 00:56:02,956.00,failed,21,US,956.00,956.00,10000.00 +107628824,TE ASHI & Salem Ave.,Art,Art,USD,2015-05-01,4000.00,2015-04-02 19:12:20,0.00,failed,0,US,0.00,0.00,4000.00 +"1076290013,""Christian Art/Craft Guest House in Manchester, IA (Canceled)"",Crafts,Crafts,USD,2016-06-30,4000.00,2016-05-31 22:45:26,150.00,canceled,2,US,150.00,150.00,4000.00" +1076290261,Operation Spring High,Documentary,Film & Video,USD,2016-05-03,9915.00,2016-03-31 18:32:00,12520.00,successful,72,US,12520.00,12520.00,9915.00 +1076290758,Otter Wings | Water Wings that won't slip off your kids!,Product Design,Design,USD,2015-07-09,25000.00,2015-06-09 17:36:04,1621.00,failed,47,US,1621.00,1621.00,25000.00 +1076297404,Ecohaus - Sustainable Design Card Game,Tabletop Games,Games,AUD,2013-12-13,2360.00,2013-11-13 00:10:26,51.00,failed,2,AU,47.85,45.59,2109.78 +1076300244,Jealous Creatures -- Debut Album,Rock,Music,USD,2011-04-06,4000.00,2011-01-05 15:24:06,4210.00,successful,54,US,4210.00,4210.00,4000.00 +1076301987,Hotchkiss Iron Works needs a larger shop for BIG ART!!!,Sculpture,Art,USD,2014-08-02,30000.00,2014-06-18 17:58:28,790.00,failed,6,US,790.00,790.00,30000.00 +1076310773,The Grand Dodo Ink Kickstarter,Fiction,Publishing,GBP,2015-09-29,8000.00,2015-08-11 18:15:00,8343.00,successful,188,GB,12920.28,12653.95,12133.71 +1076312664,Crass Fed Kids and Shakes the Cow Return With TWO New Books!,Children's Books,Publishing,USD,2017-03-17,2500.00,2017-02-15 18:30:01,2605.00,successful,53,US,190.00,2605.00,2500.00 +1076345655,All Purpose Flower a Personal Chef Service,Food,Food,USD,2015-01-29,2000.00,2015-01-22 21:02:24,31.00,failed,3,US,31.00,31.00,2000.00 +1076346108,Help Publish Titles of the Wrong Kind (Canceled),Children's Books,Publishing,USD,2011-02-01,1500.00,2011-01-02 12:25:33,0.00,canceled,0,US,0.00,0.00,1500.00 +1076350823,Junkyard Brewing Co. Equipment Fund,Food,Food,USD,2014-09-16,8000.00,2014-08-17 04:10:15,12240.00,successful,124,US,12240.00,12240.00,8000.00 +1076353511,Good Business Starts With Personal Branding,People,Photography,GBP,2015-02-01,5000.00,2015-01-02 19:57:27,4.00,failed,2,GB,6.23,6.13,7658.96 +1076356969,Seductively French Interviews: In Paris,Shorts,Film & Video,USD,2011-09-18,13800.00,2011-08-19 23:58:30,1065.00,failed,14,US,1065.00,1065.00,13800.00 +1076360113,networker finder,Apps,Technology,EUR,2018-01-17,35000.00,2017-12-18 00:13:32,0.00,live,0,IT,0.00,0.00,42479.34 +1076361422,Canvas Art for $5 to support Non for Profit Youth Art Studio,Painting,Art,USD,2015-04-29,150.00,2015-03-30 21:07:09,0.00,failed,0,US,0.00,0.00,150.00 +1076370145,Apachê Coffee Co.,Drinks,Food,USD,2016-12-06,5000.00,2016-11-06 05:44:00,80.00,canceled,2,US,0.00,80.00,5000.00 +"1076376769,""""""Before you judge anyone, Walk a mile in their shoes."""""",Children's Books,Publishing,USD,2013-01-18,4500.00,2012-12-19 11:02:08,37.00,failed,2,US,37.00,37.00,4500.00" +"1076382030,""Intercultural, Art For World Peace"",Installations,Art,USD,2016-11-28,15000.00,2016-11-07 18:23:54,10.00,failed,1,US,0.00,10.00,15000.00" +1076385848,MR. HAPPY MAN: A short documentary about one of the happiest people on earth.,Documentary,Film & Video,USD,2010-03-23,4000.00,2010-02-10 20:18:25,6320.00,successful,51,US,6320.00,6320.00,4000.00 +1076396867,White horse Assault,Video Games,Games,USD,2016-01-27,7000.00,2015-12-28 20:35:36,3.00,failed,3,US,3.00,3.00,7000.00 +"107639742,""Driving Vegas, back in the studio for YOU! "",Indie Rock,Music,USD,2010-09-19,1600.00,2010-08-10 22:00:01,1645.00,successful,29,US,1645.00,1645.00,1600.00" +1076406051,War of the Dimensions,Tabletop Games,Games,USD,2013-09-23,600.00,2013-09-03 23:29:32,20.00,failed,1,US,20.00,20.00,600.00 +107642250,S.I.G.H.T. Paranormal Investigates: Midwest's Most Haunted,Webseries,Film & Video,USD,2013-03-05,2500.00,2013-01-19 02:12:47,0.00,failed,0,US,0.00,0.00,2500.00 +"1076424743,""Kramus Back in the studio, recording NEW music!"",Rock,Music,USD,2012-02-28,3000.00,2012-01-14 19:14:56,3158.00,successful,39,US,3158.00,3158.00,3000.00" +"1076425525,""Black Rock Offensive, Burning Man 2017"",Installations,Art,AUD,2017-07-13,165800.00,2017-06-13 20:38:12,796.75,failed,11,AU,244.61,618.26,128656.79" +1076430077,My 8 Legged Veggie Friend,Children's Books,Publishing,USD,2016-04-15,15000.00,2016-03-16 03:14:32,0.00,failed,0,US,0.00,0.00,15000.00 +"107644423,""Meetupgolf - Everything Golf, Everything Social"",Technology,Technology,USD,2016-09-21,200000.00,2016-08-22 18:44:37,360.00,canceled,8,US,25.00,360.00,200000.00" +1076447383,The Booger Boyz cartoon,Animation,Film & Video,USD,2013-10-09,15000.00,2013-09-09 20:30:53,265.00,failed,9,US,265.00,265.00,15000.00 +1076451927,Dragon Scales Duo Chrome Collection - by Surreal Makeup,Fashion,Fashion,USD,2016-09-05,5000.00,2016-08-06 00:07:54,1830.00,failed,55,US,420.00,1830.00,5000.00 +1076454356,Magical Girl Enamel Pins,Crafts,Crafts,USD,2017-08-09,550.00,2017-07-10 04:11:13,1837.00,successful,88,US,738.00,1837.00,550.00 +1076470700,IEP Summer Festival,World Music,Music,USD,2015-04-28,10000.00,2015-03-14 00:40:09,0.00,failed,0,US,0.00,0.00,10000.00 +1076475196,International Conference Of Physics Students 2013 Edinburgh,Technology,Technology,GBP,2013-08-07,1000.00,2013-07-08 16:23:23,0.00,failed,0,GB,0.00,0.00,1552.55 +1076477353,The Jamaica Plain Music Festival,Music,Music,USD,2011-08-07,1500.00,2011-07-13 14:03:42,1585.00,successful,39,US,1585.00,1585.00,1500.00 +1076481293,Sava Raza (Save a Razor),Technology,Technology,USD,2015-04-28,1000000.00,2015-02-27 17:51:55,65.00,failed,5,US,65.00,65.00,1000000.00 +1076494414,Bur[ch]ton by MASSEVO,Art,Art,USD,2014-10-09,290.00,2014-09-09 21:58:41,984.00,successful,34,US,984.00,984.00,290.00 +1076496969,Songs From A Dead Man (Canceled),Indie Rock,Music,USD,2010-03-05,10000.00,2010-01-13 04:03:08,300.00,canceled,5,US,300.00,300.00,10000.00 +1076502243,Brazen Magazine,Zines,Publishing,USD,2015-04-16,3000.00,2015-03-17 20:56:38,3197.03,successful,66,US,3197.03,3197.03,3000.00 +1076502760,Vikings: Warriors & Chefs (Vikingos: Guerreros y Chefs),Documentary,Film & Video,GBP,2014-12-24,5500.00,2014-11-24 17:56:09,435.00,failed,11,GB,681.18,675.81,8544.75 +10765177,Jumpin' Junior High Project,Pop,Music,USD,2012-04-27,30000.00,2012-03-28 22:00:46,0.00,failed,0,US,0.00,0.00,30000.00 +"1076519626,""Kub, natural stone cube – where nature meets time."",Product Design,Design,USD,2016-09-11,15000.00,2016-08-11 03:09:53,1710.00,failed,43,US,269.00,1710.00,15000.00" +"1076524189,""Can You Spare for """"On the Square?"""""",Theater,Theater,USD,2010-11-24,2000.00,2010-10-15 05:49:39,2000.00,successful,46,US,2000.00,2000.00,2000.00" +"1076526006,""Christmas, Time & Space: Problematica"",Young Adult,Publishing,USD,2015-10-26,2500.00,2015-09-26 12:45:58,2500.00,successful,10,US,2500.00,2500.00,2500.00" +107652989,AlienHead Brewing Company,Farms,Food,USD,2014-08-08,10000.00,2014-07-09 05:38:46,1.00,failed,1,US,1.00,1.00,10000.00 +107653775,Continental Divide Trail Thru-Hike Documentary 2014,Documentary,Film & Video,USD,2014-05-04,3500.00,2014-03-13 08:27:00,1215.00,failed,23,US,1215.00,1215.00,3500.00 +1076545128,Ballad of a Light in the Night,Country & Folk,Music,USD,2012-05-04,1000.00,2012-04-04 22:56:22,0.00,failed,0,US,0.00,0.00,1000.00 +1076545863,EONS - A Strategic Universe Development game from GN Studios,Tabletop Games,Games,USD,2013-03-18,18500.00,2013-02-11 19:02:57,28319.00,successful,442,US,28319.00,28319.00,18500.00 +1076547214,Song of the Firefly - A story-driven exploration platformer,Video Games,Games,GBP,2015-11-16,8000.00,2015-10-17 20:30:17,6000.00,failed,125,GB,9281.52,9148.01,12197.35 +1076548166,ArtDecoDrains: An Elegant Destination for Your Water,Product Design,Design,USD,2015-05-15,20000.00,2015-04-10 18:23:57,20080.00,successful,15,US,20080.00,20080.00,20000.00 +"1076561520,""repeat repeat, boom! theater's newest performance piece"",Theater,Theater,USD,2011-07-10,2000.00,2011-06-10 04:02:11,3080.69,successful,21,US,3080.69,3080.69,2000.00" +1076563243,The Llama Tsunami/Threat Level Burgundy Split EP!,Rock,Music,USD,2011-07-01,800.00,2011-05-12 05:36:57,820.00,successful,30,US,820.00,820.00,800.00 +1076563280,Quilting where creativity & heart are stitched together,Quilts,Crafts,USD,2015-08-29,15000.00,2015-07-30 01:05:33,4929.00,failed,63,US,4929.00,4929.00,15000.00 +1076581997,REVIVER and Friends! A Shirt Show,Art,Art,USD,2014-05-05,1500.00,2014-04-05 19:14:38,2405.00,successful,53,US,2405.00,2405.00,1500.00 +1076583194,Ink Kings Clothing Co.,Fashion,Fashion,USD,2013-12-15,2000.00,2013-11-15 05:32:34,0.00,failed,0,US,0.00,0.00,2000.00 +1076590049,Mint Collective - Building an artistic platform in Marrakech,Art,Art,GBP,2013-12-20,5500.00,2013-11-22 23:40:10,6380.14,successful,94,GB,10261.53,10436.15,8996.48 +1076599909,Lodestar: Stygian Skies - Tactical Science Fiction RPG,Video Games,Games,USD,2012-06-15,16384.00,2012-05-16 04:32:05,4068.99,failed,147,US,4068.99,4068.99,16384.00 +1076600388,to when it may concern: and other poems,Poetry,Publishing,USD,2017-10-17,250.00,2017-09-17 04:12:56,360.00,successful,8,US,25.00,360.00,250.00 +"107660062,""Finish the film """"The Shooting Episode 1. The Kane Brothers""""."",Film & Video,Film & Video,USD,2012-08-21,9500.00,2012-07-22 00:09:21,825.00,failed,15,US,825.00,825.00,9500.00" +1076603349,Dead Mansions of Detroit,Photography,Photography,EUR,2016-05-01,18000.00,2016-04-01 23:50:29,670.00,failed,16,DE,758.36,765.61,20568.61 +"1076603439,Arcanios Games,Publishing,Publishing,EUR,2015-11-20,3000.00,2015-10-23 10:18:37,0.00,undefined,0,""N,0"""""",,0.00,3206.40" +107660710,Werewolf Elastic Wristbands,Jewelry,Fashion,USD,2017-11-21,250.00,2017-10-22 18:30:15,261.00,successful,11,US,125.00,261.00,250.00 +1076611914,Macro Photography Book of Costa Rican Rain Forest,Photography,Photography,USD,2012-07-16,15000.00,2012-07-03 01:41:19,101.00,failed,2,US,101.00,101.00,15000.00 +1076613549,Cognito | Hand Spinner by LMS,Product Design,Design,USD,2016-10-25,3500.00,2016-09-24 01:58:51,46549.00,successful,371,US,22216.00,46549.00,3500.00 +1076616690,PASSAGE TO MARS - The Journey that Began in the Arctic.,Documentary,Film & Video,USD,2012-08-09,18000.00,2012-07-10 01:26:38,26.00,canceled,2,US,26.00,26.00,18000.00 +1076621207,First Gaming Center,Games,Games,EUR,2016-05-07,120000.00,2016-04-07 19:23:37,0.00,failed,0,IT,0.00,0.00,136176.39 +1076628620,Slender Men: A Documentary,Film & Video,Film & Video,USD,2012-10-13,10000.00,2012-09-13 01:14:35,50.00,failed,1,US,50.00,50.00,10000.00 +1076629468,The Bob-Light,Product Design,Design,USD,2015-04-02,5000.00,2015-03-03 20:25:44,45.00,failed,5,US,45.00,45.00,5000.00 +1076633412,Plobotics: play with robotics (Canceled),Robots,Technology,USD,2015-04-21,55000.00,2015-03-17 11:01:12,835.00,canceled,11,US,835.00,835.00,55000.00 +"1076644859,""The Pinhook: Your venue, your sound!"",Music,Music,USD,2011-11-02,15000.00,2011-10-03 21:51:49,16717.17,successful,275,US,16717.17,16717.17,15000.00" +1076649913,Hello Chicago,Art,Art,USD,2009-12-12,14000.00,2009-09-14 18:25:22,100.00,failed,2,US,100.00,100.00,14000.00 +"1076652778,""Eye Hand Voice, Chapter 2: God Below"",Comic Books,Comics,USD,2014-07-10,2000.00,2014-06-10 05:29:04,250.00,failed,10,US,250.00,250.00,2000.00" +1076657466,the Discreet Component Shelf,Design,Design,USD,2013-12-19,5000.00,2013-11-19 17:59:19,482.00,failed,13,US,482.00,482.00,5000.00 +1076669810,BLICK,Photography,Photography,EUR,2017-12-23,1000.00,2017-11-23 11:54:04,352.00,failed,4,BE,253.62,422.15,1199.30 +1076676790,Introducing 3 DIY papercraft kits without glue or scissors,Crafts,Crafts,EUR,2016-11-02,20000.00,2016-10-03 10:08:07,33590.00,successful,559,FR,1600.54,37261.36,22185.99 +1076690811,Slay In Korea: The YouTube Channel,Film & Video,Film & Video,USD,2017-08-24,500.00,2017-08-10 03:31:43,500.00,successful,6,US,180.00,500.00,500.00 +1076701228,Stainless Pocket Tool,Product Design,Design,EUR,2016-04-04,24000.00,2016-02-29 11:24:23,1781.00,failed,104,IT,1947.07,2023.75,27271.18 +1076701984,Blood Oath | The Beginning,Tabletop Games,Games,USD,2015-07-09,15000.00,2015-06-07 04:53:15,3861.00,failed,120,US,3861.00,3861.00,15000.00 +1076705323,Elevated Stature - Apparel for Tall Men,Apparel,Fashion,USD,2015-04-04,5000.00,2015-03-05 13:11:56,1600.00,failed,23,US,1600.00,1600.00,5000.00 +1076706738,One More Song,Music,Music,USD,2017-12-03,5000.00,2017-11-03 20:01:11,11797.00,successful,231,US,6214.00,11797.00,5000.00 +1076710263,First and Foremost 'The Pledge' EP,Music,Music,USD,2011-05-17,2500.00,2011-04-07 20:34:12,2656.00,successful,37,US,2656.00,2656.00,2500.00 +1076716561,Vampyr: A Re-Imagining,Narrative Film,Film & Video,USD,2013-01-12,10000.00,2012-12-13 20:58:37,0.00,failed,0,US,0.00,0.00,10000.00 +1076721016,Simavision: Your Television Aura (Canceled),Hardware,Technology,USD,2013-05-11,42000.00,2013-04-12 18:00:52,21441.00,canceled,220,US,21441.00,21441.00,42000.00 +1076723725,Oracle: It's Fast. It's Fun. It's up to You!,Tabletop Games,Games,USD,2017-03-27,50000.00,2017-02-24 05:54:38,2289.00,canceled,62,US,421.00,2289.00,50000.00 +1076735721,Kind Sugar: indulgent vegan dessert made by you,Vegan,Food,USD,2017-06-19,6000.00,2017-05-20 14:26:29,7125.00,successful,127,US,2053.00,7125.00,6000.00 +1076736513,Hand Painted Coffee Mugs and Pet Dishes.,Ceramics,Art,USD,2014-09-11,1000.00,2014-08-12 16:58:41,0.00,failed,0,US,0.00,0.00,1000.00 +"1076739637,12 Bar Blues Web Documentary Series,Film & Video,Film & Video,USD,2015-03-25,3543.00,2015-01-24 22:09:09,122.62,undefined,0,""N,0"""""",,122.62,3543.00" +1076740039,Wren's 2nd Album: Stitch an Ocean,Country & Folk,Music,USD,2015-05-28,6000.00,2015-04-15 19:13:24,8636.00,successful,158,US,8636.00,8636.00,6000.00 +1076757982,3-D worlds from cellphones,Web,Technology,USD,2015-01-21,500.00,2014-12-30 22:50:17,184.00,failed,4,US,184.00,184.00,500.00 +1076761777,Layo G: Luxury Brand With Patent-Pending Timeless Jacket,Apparel,Fashion,USD,2014-06-04,25000.00,2014-05-05 18:37:34,28055.00,successful,43,US,28055.00,28055.00,25000.00 +1076766295,H-Box Rubber Stick Handle,Product Design,Design,USD,2014-03-23,8000.00,2014-02-21 17:24:10,36.00,failed,3,US,36.00,36.00,8000.00 +1076769930,An Author's Grimoire: a manual for fantasy writers,Nonfiction,Publishing,USD,2012-04-03,6500.00,2012-02-20 12:24:58,2687.00,failed,81,US,2687.00,2687.00,6500.00 +1076778705,Italian Eating Cookbook,Food,Food,USD,2011-09-18,5000.00,2011-08-19 16:49:30,85.00,failed,5,US,85.00,85.00,5000.00 +"1076786532,LaLa J Tribute Concert Series,Music,Music,USD,2015-10-20,3000.00,2015-10-05 17:15:57,0.00,undefined,0,""N,0"""""",,0.00,3000.00" +1076799672,The Rainy Day Antagonist - DIY Resin Collectibe Toy Figure,Sculpture,Art,USD,2014-05-05,3500.00,2014-03-25 20:21:01,4676.00,successful,76,US,4676.00,4676.00,3500.00 +10768041,Cult Freak,Immersive,Theater,GBP,2016-12-11,15000.00,2016-11-10 14:37:47,5.00,failed,1,GB,0.00,6.22,18665.54 +1076813960,The Story,R&B,Music,USD,2016-05-16,6000.00,2016-04-16 04:17:31,6272.00,successful,69,US,6272.00,6272.00,6000.00 +1076823429,The Complete Selenium Course v 2.0: Build Your Framework,Technology,Technology,USD,2017-11-03,1500.00,2017-10-04 02:37:31,1910.00,successful,54,US,592.00,1910.00,1500.00 +1076823541,-U-MARK-IT-SIGNS-,Woodworking,Crafts,USD,2015-06-26,2500.00,2015-05-27 16:48:44,0.00,failed,0,US,0.00,0.00,2500.00 +1076824639,The Nebula From Hell,Tabletop Games,Games,USD,2015-05-30,1000.00,2015-04-30 17:08:34,1627.00,successful,29,US,1627.00,1627.00,1000.00 +1076828025,The Benefactors,Indie Rock,Music,USD,2012-03-27,1000.00,2012-02-26 05:36:38,70.00,failed,2,US,70.00,70.00,1000.00 +1076833778,Legendary Enlightening Belts,Conceptual Art,Art,USD,2015-03-18,2499.00,2015-02-16 21:09:42,10.00,failed,1,US,10.00,10.00,2499.00 +1076834819,virus overload,Video Games,Games,GBP,2017-03-30,15000.00,2017-02-28 12:35:05,160.00,failed,10,GB,0.00,199.94,18744.61 +"1076857157,""KMG presents Eastbound Riddim feat. Konshens, Erup and more."",World Music,Music,USD,2014-09-15,10000.00,2014-08-16 21:44:38,0.00,failed,0,US,0.00,0.00,10000.00" +1076858734,Mad Hatterz Tea House,Drinks,Food,CAD,2014-09-26,10000.00,2014-08-27 07:22:59,1525.00,failed,6,CA,1389.61,1372.39,8999.28 +1076860701,Tamaji Magazine,Publishing,Publishing,USD,2013-06-28,7000.00,2013-05-29 16:17:54,1360.00,failed,23,US,1360.00,1360.00,7000.00 +1076865404,Cleanse Pod,Food,Food,USD,2016-03-10,5000.00,2016-02-09 08:25:08,53.00,failed,4,US,53.00,53.00,5000.00 +1076868279,Le Guest Book: The gift with a sense of old time hospitality,Product Design,Design,USD,2014-07-11,17500.00,2014-06-10 22:33:07,7730.00,failed,126,US,7730.00,7730.00,17500.00 +1076873129,Jona's 1st Photography Exhibition is happening!,Photography,Photography,AUD,2016-11-04,4000.00,2016-10-05 01:14:03,1565.00,failed,11,AU,666.03,1202.46,3073.38 +1076882953,THE FUTURE: our animated film ?,Animation,Film & Video,USD,2010-02-15,2500.00,2009-12-03 15:52:19,3273.00,successful,48,US,3273.00,3273.00,2500.00 +1076886020,Team Zodiac - A 48 Hour Film Project - Kansas City,Film & Video,Film & Video,USD,2013-08-10,500.00,2013-08-01 19:06:28,705.00,successful,20,US,705.00,705.00,500.00 +"1076889158,""Photography Project & Documentary: 1 Model, 10 Photographers"",Documentary,Film & Video,USD,2013-04-22,5000.00,2013-03-22 02:36:13,2532.00,failed,22,US,2532.00,2532.00,5000.00" +"1076893240,""""""ELECTRIC LIVING"""" LP by Kali Ra (Canceled)"",Rock,Music,USD,2013-04-17,3300.00,2013-03-18 21:27:48,700.00,canceled,14,US,700.00,700.00,3300.00" +1076898761,Waynesboro At War Civil War Weekend,Immersive,Theater,USD,2015-03-01,4000.00,2015-01-23 02:36:01,0.00,failed,0,US,0.00,0.00,4000.00 +"1076903471,""Aïz, la conscience du futur."",Pop,Music,EUR,2015-09-03,5000.00,2015-07-05 12:43:11,786.00,failed,17,FR,873.30,875.44,5568.98" +1076904773,LALAGUNAHOMEBREWCLUB-LUDUMDARE-TENERIFE,Video Games,Games,EUR,2015-12-13,1500.00,2015-11-13 10:53:40,1.00,failed,1,ES,1.08,1.08,1625.40 +1076907751,Wallplate Charger - Jobs for Seattle & Great Rewards For You,Hardware,Technology,USD,2015-05-20,100000.00,2015-04-20 12:17:09,280.00,failed,4,US,280.00,280.00,100000.00 +1076910612,Picture Geocaching Book,Photography,Photography,USD,2011-02-28,6300.00,2010-12-30 01:47:57,125.00,failed,3,US,125.00,125.00,6300.00 +1076924331,A New Album from Playing with Power!,Rock,Music,USD,2013-07-16,500.00,2013-06-18 01:42:26,817.00,successful,33,US,817.00,817.00,500.00 +1076940945,the french Guitar Cook Book : a modern guitar cheatsheet,Publishing,Publishing,EUR,2016-10-15,4000.00,2016-09-15 07:40:11,14819.00,successful,486,FR,594.67,16131.98,4354.41 +1076942952,EVIL DEAD: THE MUSICAL,Theater,Theater,USD,2014-05-03,6660.00,2014-04-03 20:24:38,7164.66,successful,145,US,7164.66,7164.66,6660.00 +1076953805,I WANT YOU MAGAZINE,Art,Art,USD,2011-01-04,2000.00,2010-11-04 23:15:26,2070.00,successful,63,US,2070.00,2070.00,2000.00 +1076963275,The Housesitter,Narrative Film,Film & Video,USD,2011-12-22,4800.00,2011-11-20 00:53:26,4910.00,successful,34,US,4910.00,4910.00,4800.00 +1076971441,Grease Trap,Conceptual Art,Art,USD,2011-11-05,300.00,2011-10-06 18:44:36,337.00,successful,19,US,337.00,337.00,300.00 +1076977049,Mark Nelsen - 'Homeward' Music Video (Onema Pictures),Film & Video,Film & Video,USD,2014-03-07,2500.00,2014-02-04 23:58:03,2511.00,successful,52,US,2511.00,2511.00,2500.00 +1076978763,Portal of Hope,Public Art,Art,USD,2017-05-28,1200.00,2017-05-09 21:00:44,1295.00,successful,9,US,280.00,1295.00,1200.00 +1076980322,Variety TV Show Expansion,Hip-Hop,Music,USD,2010-11-02,2000.00,2010-09-23 15:09:00,70.00,failed,3,US,70.00,70.00,2000.00 +1076984457,Let's take it Ten Stories High in 2013!!!,Rock,Music,USD,2013-02-10,5000.00,2012-12-13 01:24:36,1655.00,failed,14,US,1655.00,1655.00,5000.00 +1076986678,Comic book museum (Canceled),Comic Books,Comics,GBP,2015-12-17,10000.00,2015-11-17 03:11:24,0.00,canceled,0,GB,0.00,0.00,14912.02 +107698925,Spiders!,Tabletop Games,Games,AUD,2014-01-12,4700.00,2013-11-13 00:05:47,2892.00,failed,46,AU,2713.55,2541.97,4131.14 +1076995596,Zikr Dance Ensemble's 2013 Rural Colorado Community Tour,Dance,Dance,USD,2013-01-16,4000.00,2012-12-17 20:11:50,253.00,failed,5,US,253.00,253.00,4000.00 +1076997058,eora 3D | High-Precision 3D Scanning on Your Smartphone,3D Printing,Technology,USD,2015-11-18,80000.00,2015-10-19 22:39:24,599925.00,successful,2139,US,599925.00,599925.00,80000.00 +1076997154,Zerotens are an exciting new action/adventure Comic Series.,Comics,Comics,CAD,2013-11-20,15000.00,2013-10-21 20:00:32,311.00,failed,11,CA,302.25,295.04,14230.15 +1077007726,Bike Shop The Musical,Theater,Theater,USD,2013-06-27,3500.00,2013-06-10 20:13:04,3515.00,successful,39,US,3515.00,3515.00,3500.00 +1077009937,Dragonshire E-Z Lock Building Construction Set,Tabletop Games,Games,USD,2012-06-09,500.00,2012-05-10 01:55:47,10542.00,successful,216,US,10542.00,10542.00,500.00 +1077010526,Vlogging From The End Of The World,Webseries,Film & Video,USD,2016-09-10,10000.00,2016-08-16 09:15:24,10037.00,successful,37,US,0.00,10037.00,10000.00 +107703434,SecondSkin Ghost: Private Screen Protection,Hardware,Technology,GBP,2016-03-07,2500.00,2016-02-06 03:36:57,3498.00,successful,137,GB,5101.85,4999.43,3573.06 +"1077040520,""""""Jamie & Jessie are Not Together"""" - new queer lesbian feature film!"",Film & Video,Film & Video,USD,2010-09-02,14000.00,2010-08-04 18:54:38,20020.00,successful,238,US,20020.00,20020.00,14000.00" +107704451,Vertical dancer (Canceled),Experimental,Film & Video,USD,2014-06-22,500.00,2014-05-23 21:26:51,0.00,canceled,0,US,0.00,0.00,500.00 +1077045299,The Candle Tray,Woodworking,Crafts,USD,2014-11-15,5000.00,2014-10-16 18:10:13,5011.00,successful,40,US,5011.00,5011.00,5000.00 +1077049947,Help Franklin Felix Press our Record!!,Rock,Music,USD,2013-07-13,500.00,2013-05-29 04:53:31,1150.90,successful,44,US,1150.90,1150.90,500.00 +"1077063378,"""""" In to Trees """", my third music CD... a forests' symphony."",Music,Music,USD,2011-07-08,1500.00,2011-06-08 07:12:55,1536.00,successful,17,US,1536.00,1536.00,1500.00" +1077067241,Baseballism - A Brand to Unite a Culture,Fashion,Fashion,USD,2012-04-02,13000.00,2012-02-07 20:53:03,14461.00,successful,104,US,14461.00,14461.00,13000.00 +1077068643,PELCRAFT – Your own innovative Wall Feature,Design,Design,HKD,2017-07-18,300000.00,2017-06-03 06:08:58,302511.00,successful,89,HK,2375.75,38743.23,38421.64 +107708946,Inochi Project,Video Games,Games,GBP,2014-05-09,30000.00,2014-04-09 13:00:15,2410.00,failed,26,GB,4004.37,4063.88,50587.66 +1077098027,Eon Quest Graphic Novel,Graphic Novels,Comics,USD,2015-06-11,4000.00,2015-05-12 03:31:30,1977.00,failed,78,US,1977.00,1977.00,4000.00 +1077098549,SymfonUs,Software,Technology,USD,2010-06-25,15000.00,2010-05-16 16:16:47,0.00,failed,0,US,0.00,0.00,15000.00 +1077123496,ABC Michigan: An Alphabet Adventure,Children's Books,Publishing,USD,2012-06-30,2500.00,2012-05-01 17:48:11,25.00,failed,1,US,25.00,25.00,2500.00 +1077125197,The Godseeker,Video Games,Games,USD,2016-09-16,2000.00,2016-08-17 00:46:17,491.00,canceled,18,US,289.00,491.00,2000.00 +1077127304,eStockTIME- Stock Market Trading & Investing Made Easy,Apps,Technology,USD,2014-12-12,12000.00,2014-10-13 09:07:14,1061.00,failed,19,US,1061.00,1061.00,12000.00 +1077130614,Fleet Wars: Space Pioneers,Mobile Games,Games,AUD,2016-11-03,5000.00,2016-10-04 11:08:11,16.00,failed,2,AU,0.00,12.29,3841.72 +1077135108,Alive Lure - Electronic Fishing Lure with Vibrating Wings!,Robots,Technology,USD,2015-02-11,11000.00,2014-12-23 03:45:04,295.00,failed,7,US,295.00,295.00,11000.00 +1077142130,If I Only Had a Dad (My baby sister's story),Nonfiction,Publishing,USD,2015-04-10,15000.00,2015-03-11 17:57:44,70.00,failed,2,US,70.00,70.00,15000.00 +1077150754,Redbrick Pizza Kitchen Cafe Rockwall,Restaurants,Food,USD,2017-03-25,50000.00,2017-02-23 04:28:48,0.00,failed,0,US,0.00,0.00,50000.00 +1077157886,Novomundo - The Cursed Cult,Metal,Music,EUR,2017-02-18,5000.00,2017-01-09 15:41:57,130.00,failed,4,IT,31.60,137.92,5304.48 +1077160886,2 Packs & 2 Pairs of Shoes,Nonfiction,Publishing,USD,2014-07-29,5000.00,2014-07-01 04:02:16,452.00,failed,13,US,452.00,452.00,5000.00 +1077172247,Get Off My Land!,Tabletop Games,Games,CAD,2017-05-11,28800.00,2017-04-10 17:59:06,61376.00,successful,898,CA,1468.50,44676.08,20963.75 +"1077173997,""The American: The Life, Times, and War of Basil Antonelli"",Nonfiction,Publishing,USD,2012-11-18,3000.00,2012-10-09 14:29:13,3676.00,successful,33,US,3676.00,3676.00,3000.00" +1077181246,NEOH : the first smart 3D audio headphones,Sound,Technology,USD,2015-03-03,80000.00,2015-02-03 17:59:40,125171.00,successful,589,US,125171.00,125171.00,80000.00 +1077189543,Your American Teen,Documentary,Film & Video,USD,2011-07-08,16500.00,2011-05-24 02:36:00,3000.00,failed,33,US,3000.00,3000.00,16500.00 +1077190316,SnapCats Enamel Pin + extras,Accessories,Fashion,GBP,2017-01-12,150.00,2016-12-13 18:50:22,386.00,successful,41,GB,161.10,470.04,182.66 +"1077194810,""Unlimited Edition, 1 of 6,227,020,800"",Art,Art,USD,2012-04-21,1000.00,2012-03-16 21:12:29,4171.00,successful,36,US,4171.00,4171.00,1000.00" +1077195032,The Sawa Travel Diary,Documentary,Film & Video,USD,2013-07-30,13000.00,2013-06-30 22:55:50,5984.00,failed,79,US,5984.00,5984.00,13000.00 +1077197487,28mm Zombie and Survivor miniatures,Tabletop Games,Games,USD,2014-04-02,100.00,2014-03-13 16:37:39,387.00,successful,14,US,387.00,387.00,100.00 +1077197742,Crab Mate: Versatile Titanium Multi-Tool For Everyday Carry,Product Design,Design,USD,2014-07-09,5000.00,2014-06-05 01:41:46,1693.00,canceled,55,US,1693.00,1693.00,5000.00 +"1077198492,""Ghostowne - """"American Twang"""" CD"",Country & Folk,Music,USD,2011-09-07,1000.00,2011-07-24 22:06:47,0.00,failed,0,US,0.00,0.00,1000.00" +"1077199890,""Not a Memory, Something Personal"",Film & Video,Film & Video,USD,2012-01-01,1000.00,2011-11-02 21:58:14,1024.04,successful,26,US,1024.04,1024.04,1000.00" +"1077201810,""New Dogs, Old Tricks"",Television,Film & Video,USD,2016-10-18,72000.00,2016-09-18 05:31:59,4183.00,canceled,19,US,86.00,4183.00,72000.00" +1077204850,YBLUES? (Canceled),Documentary,Film & Video,AUD,2015-07-30,5500.00,2015-06-01 04:09:14,695.00,canceled,16,AU,531.29,503.44,3984.06 +"1077205053,""WORDZZLE, a nutty & educational wordplay game"",Tabletop Games,Games,USD,2014-01-06,6750.00,2013-12-06 02:15:19,807.00,failed,31,US,807.00,807.00,6750.00" +1077206743,Make 100 Abstract CitraSolv Creations for Healing.,Mixed Media,Art,USD,2018-01-31,3500.00,2018-01-01 07:01:38,50.00,live,1,US,50.00,50.00,3500.00 +1077219132,THE 'mi8' RISES | The Best Wireless Duo Stereo Sound System,Hardware,Technology,USD,2016-10-13,1.00,2016-09-13 18:03:12,22603.00,successful,163,US,9154.00,22603.00,1.00 +1077221127,Filmdreh in Wien,Drama,Film & Video,CHF,2018-02-11,100.00,2017-12-16 09:01:57,100.00,live,1,CH,101.15,102.97,102.97 +1077227649,Jason Moon's new full length CD,Music,Music,USD,2013-07-16,12000.00,2013-05-17 22:54:34,12105.00,successful,84,US,12105.00,12105.00,12000.00 +1077228777,Brainsick Family,Music,Music,GBP,2015-12-17,100000.00,2015-11-17 00:03:28,200.00,failed,1,GB,304.70,298.24,149120.19 +1077234436,ID4Meds.com breakout potential with global expansion,Software,Technology,USD,2015-05-17,25000.00,2015-04-22 16:25:46,0.00,failed,0,US,0.00,0.00,25000.00 +1077242088,Typography and Graphics Gauge CMYK Set - INCHES & PICAS,Gadgets,Technology,USD,2015-03-04,280.00,2015-02-05 20:14:50,999.00,successful,31,US,999.00,999.00,280.00 +1077250792,All Out Football Card Game,Tabletop Games,Games,USD,2014-05-25,7920.00,2014-04-25 11:51:05,231.00,failed,9,US,231.00,231.00,7920.00 +1077259946,Freedom forums (Canceled),Publishing,Publishing,EUR,2014-09-11,300.00,2014-07-13 08:49:34,0.00,canceled,0,NL,0.00,0.00,387.93 +1077262923,Carbon Fiber Wayfarer and Aviator Sunglasses,Accessories,Fashion,USD,2016-08-26,11800.00,2016-07-29 03:18:51,677.00,failed,7,US,84.00,677.00,11800.00 +1077265691,ACIDSOUL,Video Games,Games,EUR,2017-12-31,8500.00,2017-12-01 20:02:09,631.00,failed,16,FR,157.77,760.04,10238.25 +1077278141,Seasonal in Michigan (Canceled),Calendars,Publishing,USD,2015-07-01,800.00,2015-06-01 05:13:09,0.00,canceled,0,US,0.00,0.00,800.00 +1077279224,Creativity looking for a Home (Canceled),Poetry,Publishing,USD,2013-04-21,3500.00,2013-03-16 18:54:12,0.00,canceled,0,US,0.00,0.00,3500.00 +1077283947,HARD TO SWALLOW: Ten Years of Gay Male Comics,Anthologies,Comics,USD,2016-03-01,15000.00,2016-02-05 00:09:14,21258.00,successful,371,US,21258.00,21258.00,15000.00 +10772847,Lunar Rocket for 5K,Hardware,Technology,USD,2011-12-14,25000.00,2011-10-30 19:22:31,3883.00,failed,52,US,3883.00,3883.00,25000.00 +1077287582,SENSE - The safer way to charge,Gadgets,Technology,NOK,2017-11-26,200000.00,2017-10-27 20:54:24,34208.00,failed,70,NO,776.23,4116.98,24070.29 +1077290101,Create Timeless and Unique Art Exhibition Prints with me.,Art,Art,GBP,2013-12-24,12830.00,2013-11-18 21:31:39,5.00,failed,1,GB,8.06,8.26,21183.85 +1077305836,Reflective Equilibrium: Art by Imprisoned People,Art,Art,USD,2012-08-19,1250.00,2012-07-20 03:22:41,1610.00,successful,55,US,1610.00,1610.00,1250.00 +1077306145,SOFTCASE - The 1st folding and removable top case,Product Design,Design,EUR,2016-06-06,10000.00,2016-04-26 11:14:10,11057.00,successful,72,FR,12430.52,12498.87,11304.03 +107730844,4Corners,Narrative Film,Film & Video,USD,2011-12-18,2500.00,2011-10-19 04:14:12,451.00,failed,12,US,451.00,451.00,2500.00 +"1077310382,""The Artist Within Vol 2, Artists Portraits in Their Studios"",People,Photography,USD,2016-11-12,26000.00,2016-10-13 16:50:44,19831.00,failed,184,US,2500.00,19831.00,26000.00" +1077313012,Automatica Illustration,Illustration,Art,USD,2015-05-08,2000.00,2015-04-28 06:14:31,20.00,failed,2,US,20.00,20.00,2000.00 +1077314492,The Nomads Gear,Apparel,Fashion,EUR,2016-03-16,3000.00,2016-02-13 02:51:08,2.00,failed,2,IT,2.26,2.26,3383.71 +1077321822,MOVE! Cable free travel companion for AppleWatch & iPhone,Gadgets,Technology,USD,2015-12-01,40000.00,2015-10-30 14:54:47,47826.00,successful,323,US,47826.00,47826.00,40000.00 +1077327402,One Wedding for Each Country. Contrasting cultures.,People,Photography,EUR,2016-04-14,3900.00,2016-02-29 16:57:46,145.00,failed,4,ES,158.52,163.62,4400.76 +"10773308,""Goat Cheese for Marfa, Texas"",Food,Food,USD,2012-12-01,16784.00,2012-10-02 02:06:01,18145.68,successful,171,US,18145.68,18145.68,16784.00" +107733277,Chapters Of Love Novel,Nonfiction,Publishing,USD,2017-01-31,50000.00,2016-12-29 17:16:46,50.00,canceled,1,US,50.00,50.00,50000.00 +1077333362,Swiftly Taken Suspenseful Urban Fiction Book,Fiction,Publishing,USD,2015-10-10,300.00,2015-09-10 22:07:23,0.00,failed,0,US,0.00,0.00,300.00 +1077337815,Dream School Blog,Web,Journalism,USD,2015-04-29,50000.00,2015-03-30 20:33:50,5.00,failed,1,US,5.00,5.00,50000.00 +107737680,EvoCreo™,Video Games,Games,USD,2014-03-07,6000.00,2014-02-05 16:20:11,2992.25,failed,234,US,2992.25,2992.25,6000.00 +1077381131,Binghamton Comedy Crawl 2017,Performance Art,Art,USD,2016-12-16,4500.00,2016-11-16 00:56:24,175.00,canceled,4,US,0.00,175.00,4500.00 +1077394922,[Mexico Creates] Poemes Guiris: book-art,Illustration,Art,MXN,2017-12-30,30000.00,2017-11-30 22:50:46,3700.00,failed,5,MX,0.00,191.05,1549.03 +1077399482,Charivari,Digital Art,Art,USD,2018-01-13,40000.00,2017-11-14 00:34:08,0.00,live,0,US,0.00,0.00,40000.00 +"1077409626,""Let's Launch """"You'll Know My Name!"""" "",Film & Video,Film & Video,USD,2011-01-06,2000.00,2010-11-22 23:20:56,2165.00,successful,24,US,2165.00,2165.00,2000.00" +1077409945,Texture Contemporary Ballet Presents Blur,Dance,Dance,USD,2012-06-25,4000.00,2012-05-10 05:31:41,4635.48,successful,105,US,4635.48,4635.48,4000.00 +1077423006,NightLit Mobile App for Entertainment Events,Technology,Technology,USD,2017-06-02,100.00,2017-05-02 00:05:07,0.00,failed,0,US,0.00,0.00,100.00 +1077437250,Art Supplies for Boy & Girls Club,Art,Art,USD,2014-07-16,300.00,2014-06-16 06:23:30,507.00,successful,12,US,507.00,507.00,300.00 +1077442596,(SEAllection)Treasures from the Sea,Art,Art,USD,2015-01-07,5000.00,2014-12-08 19:34:30,1.00,failed,1,US,1.00,1.00,5000.00 +1077444801,MIR Apparel: History in Every Piece (Canceled),Fashion,Fashion,USD,2013-10-27,50000.00,2013-09-12 08:14:07,4282.00,canceled,8,US,4282.00,4282.00,50000.00 +1077454655,Jacopo Ridolfi | Italian Shoes Handmade & Hand-painted,Footwear,Fashion,EUR,2016-07-28,16000.00,2016-06-27 14:08:29,27765.00,successful,136,IT,16351.62,30855.14,17780.74 +1077455488,FLICfest 2015 - Our 5th year!,Performances,Dance,USD,2014-11-25,3300.00,2014-10-26 18:36:39,1817.00,failed,36,US,1817.00,1817.00,3300.00 +1077456362,Charlie Goes to London — Short Film,Film & Video,Film & Video,USD,2011-08-07,500.00,2011-05-09 05:56:17,101.00,failed,2,US,101.00,101.00,500.00 +1077461491,The Pirate's Fate: A Transformation Visual Novel,Games,Games,USD,2016-08-16,2000.00,2016-07-01 07:45:51,15467.00,successful,293,US,2019.00,15467.00,2000.00 +1077469177,Going Green to Black: The Rudolph Diesel Story,Documentary,Film & Video,USD,2013-04-28,55000.00,2013-03-29 17:27:13,1.00,failed,1,US,1.00,1.00,55000.00 +1077480063,Audio Visual Tech/ Ready to become Pro EDM Dj.,Electronic Music,Music,USD,2017-08-12,30000.00,2017-07-13 19:16:26,0.00,canceled,0,US,0.00,0.00,30000.00 +"1077480158,""Below the Surface, a Debut Album by Joy Weiser"",Music,Music,USD,2014-10-13,15000.00,2014-09-13 00:16:32,15257.00,successful,79,US,15257.00,15257.00,15000.00" +1077481383,ATTENTION STEAK LOVERS!,Food,Food,CAD,2014-08-20,10000.00,2014-07-21 18:04:03,445.00,failed,5,CA,412.40,406.13,9126.59 +1077490401,Madison's video The Right Time and new song,Pop,Music,USD,2012-12-14,4000.00,2012-11-29 19:44:55,125.00,failed,2,US,125.00,125.00,4000.00 +1077499276,I Followed My Imagination,Nonfiction,Publishing,GBP,2017-11-11,1000.00,2017-10-31 12:08:30,469.00,failed,35,GB,19.71,618.88,1319.57 +1077499426,Trunk Magazine: Publishing the Fall 2011 Issue,Publishing,Publishing,USD,2011-05-14,85000.00,2011-03-29 06:14:55,20509.00,failed,94,US,20509.00,20509.00,85000.00 +1077541293,Edith Retro's VIP Events,Fashion,Fashion,GBP,2015-01-04,10000.00,2014-12-05 20:25:26,0.00,failed,0,GB,0.00,0.00,15146.93 +1077542456,Crisp X Worldwide Art Collection,Painting,Art,AUD,2017-01-24,2000.00,2017-01-04 07:55:25,19.00,failed,1,AU,13.74,14.32,1507.61 +"1077546143,""Chasing Dragons: Debut Album """"Faction"""""",Rock,Music,GBP,2018-02-08,2000.00,2017-12-10 21:17:31,2996.00,live,90,GB,1205.99,4086.48,2727.95" +1077547472,Karma,Documentary,Film & Video,USD,2014-07-26,2500.00,2014-06-26 03:37:24,0.00,failed,0,US,0.00,0.00,2500.00 +"1077552757,""William Schaff art book with 10"""" LP by Jason Molina"",Art Books,Publishing,USD,2012-01-11,14040.00,2011-12-09 08:16:49,24593.91,successful,321,US,24593.91,24593.91,14040.00" +"1077553866,""River City Farm: Bringing a local, organic CSA to Lewiston!"",Food,Food,USD,2014-01-05,5000.00,2013-12-06 00:19:26,5400.00,successful,64,US,5400.00,5400.00,5000.00" +1077555708,The Quintessential American Novel: A Film,Experimental,Film & Video,USD,2014-12-08,5000.00,2014-11-24 19:36:40,0.00,failed,0,US,0.00,0.00,5000.00 +1077557548,Get Jok & Big Joy to New York (Canceled),Documentary,Film & Video,USD,2011-09-16,2000.00,2011-08-16 22:42:10,300.00,canceled,3,US,300.00,300.00,2000.00 +1077572204,There's a New Vibe in Town! The Vibe Tea House (Canceled),Food,Food,USD,2013-08-22,55000.00,2013-07-23 01:44:48,495.00,canceled,6,US,495.00,495.00,55000.00 +1077579354,Mobile Only - College Recruiting Platform,Software,Technology,USD,2016-09-29,1230000.00,2016-08-30 21:19:14,0.00,failed,0,US,0.00,0.00,1230000.00 +1077580752,LENGTH MATTERS. Get it right the first time with TieQ,Fashion,Fashion,USD,2014-06-09,2500.00,2014-05-10 03:13:02,3836.00,successful,59,US,3836.00,3836.00,2500.00 +"1077583437,""Firefighter with a """"Hot"""" dream of opening a Pi Bar"",Food,Food,USD,2013-11-04,10000.00,2013-09-20 17:20:26,890.00,failed,26,US,890.00,890.00,10000.00" +1077588551,My Life As A Slave:The Kitty Wilson Evans Story,Documentary,Film & Video,USD,2012-08-02,5000.00,2012-07-03 23:56:52,190.00,failed,7,US,190.00,190.00,5000.00 +"1077591756,""Help me explore Fallout 4 versus real Boston, MA."",Video Games,Games,USD,2015-12-06,350.00,2015-11-06 22:07:49,0.00,suspended,0,US,0.00,0.00,350.00" +"1077600467,""The BEST DUVET, made with corners that STAY!"",Product Design,Design,USD,2013-05-16,25000.00,2013-04-02 21:21:51,8047.00,failed,28,US,8047.00,8047.00,25000.00" +1077602756,PURE,Shorts,Film & Video,CHF,2018-02-01,2000.00,2017-12-21 15:41:57,200.00,live,1,CH,0.00,205.94,2059.39 +1077604149,The Instagram Love Song!,Music,Music,USD,2013-02-24,5500.00,2013-01-25 00:32:32,175.00,failed,6,US,175.00,175.00,5500.00 +1077605307,Pure Motivation clothing line,Apparel,Fashion,USD,2017-07-19,5000.00,2017-06-19 17:27:28,0.00,failed,0,US,0.00,0.00,5000.00 +1077611033,Small Mountain Bear - NEW EP,Indie Rock,Music,USD,2011-06-30,3000.00,2011-04-10 21:43:44,3628.00,successful,58,US,3628.00,3628.00,3000.00 +1077612452,Kedzie Avenue: Stories Drawn from a City Street,Graphic Novels,Comics,USD,2014-12-24,6000.00,2014-11-24 02:04:12,12132.00,successful,407,US,12132.00,12132.00,6000.00 +1077620951,NATURA E ARTE - API E MURANO,Installations,Art,EUR,2016-05-13,100000.00,2016-03-29 16:47:05,1.00,failed,1,IT,1.12,1.13,113480.33 +1077622928,TGD Board Game Inserts 2017,Tabletop Games,Games,EUR,2017-11-12,15000.00,2017-10-14 14:58:46,58930.00,successful,769,DE,35422.87,69507.68,17692.43 +"1077627367,""Bill Grady's Debut Album - """"Nothing Runs Free"""""",Blues,Music,USD,2016-12-22,2000.00,2016-11-17 20:37:08,6905.00,successful,70,US,270.00,6905.00,2000.00" +1077630225,Help put out new images of creating alternative family by backing SPERM DONOR X,Documentary,Film & Video,USD,2010-05-06,3000.00,2010-02-06 21:05:45,3115.00,successful,56,US,3115.00,3115.00,3000.00 +1077651003,Drive Safe,Apps,Technology,USD,2015-04-09,15000.00,2015-03-10 01:59:44,0.00,failed,0,US,0.00,0.00,15000.00 +107765449,Murnane Tribe's New CD - Hallucinations,Rock,Music,USD,2012-08-25,2500.00,2012-07-26 15:44:11,24.66,failed,5,US,24.66,24.66,2500.00 +"107767457,""""""The Caine Batter"""" a film directed by Jennifer Lynch and starring Lindsay Felton"",Film & Video,Film & Video,USD,2010-08-01,5000.00,2010-06-29 02:57:33,5140.00,successful,65,US,5140.00,5140.00,5000.00" +1077675470,An exciting sci-fi novel,Fiction,Publishing,USD,2013-12-15,12000.00,2013-11-15 23:36:30,92.00,failed,3,US,92.00,92.00,12000.00 +"1077687556,""""""I Used To Be You"""""",Photography,Photography,USD,2015-06-07,10000.00,2015-05-02 00:45:45,12002.00,successful,140,US,12002.00,12002.00,10000.00" +107768790,Woolen Slippers,Footwear,Fashion,NZD,2015-03-01,1000.00,2015-01-30 22:12:02,54.00,failed,3,NZ,39.60,40.47,749.51 +1077696364,Duo Concertante/NSO CD,Classical Music,Music,CAD,2014-08-04,6000.00,2014-07-13 18:29:05,6475.00,successful,57,CA,6039.89,5931.66,5496.52 +1077700929,Burn After Reading Magazine Issue No. 2 at Burning Man 2013,Periodicals,Publishing,USD,2013-07-29,3394.00,2013-07-04 01:05:13,3456.66,successful,106,US,3456.66,3456.66,3394.00 +1077711607,InfiniApps mini-STAND: Smartest Automatic iPhone Mount Stand,Product Design,Design,USD,2012-03-01,30000.00,2012-02-05 12:24:29,1531.00,failed,23,US,1531.00,1531.00,30000.00 +1077718039,PRODUCTION AND LAUNCH FROM TROYA BRAND JEANS,Apparel,Fashion,EUR,2015-08-19,100000.00,2015-07-20 01:29:01,35.00,failed,1,DE,37.90,39.48,112809.52 +107772277,The Freshest Pecans in The World.,Small Batch,Food,USD,2016-11-07,3950.00,2016-10-05 11:43:15,3960.00,successful,33,US,385.00,3960.00,3950.00 +1077732794,SSQ CD release: 5 modern classical works by living composers,Classical Music,Music,GBP,2015-05-30,2200.00,2015-04-20 08:30:01,2312.00,successful,62,GB,3458.20,3544.60,3372.89 +1077736633,RAINCOAT: Animated Pilot,Animation,Film & Video,USD,2014-07-15,10000.00,2014-06-15 06:13:28,1760.00,failed,53,US,1760.00,1760.00,10000.00 +1077739127,PopUp : The app that connects you to your location,Apps,Technology,USD,2016-05-19,150000.00,2016-04-19 21:37:02,51.00,failed,3,US,51.00,51.00,150000.00 +1077741447,JLH Photography,People,Photography,USD,2015-12-25,10000.00,2015-11-25 20:49:55,0.00,failed,0,US,0.00,0.00,10000.00 +107774379,Genrefinity,Webseries,Film & Video,USD,2010-07-01,6500.00,2010-05-08 15:31:31,0.00,failed,0,US,0.00,0.00,6500.00 +107774430,Social Cirkus: Join in and make change,Fashion,Fashion,USD,2013-08-11,10000.00,2013-07-12 21:44:10,420.00,failed,6,US,420.00,420.00,10000.00 +107774837,HomeTown,Web,Technology,USD,2016-07-24,10000.00,2016-06-24 21:44:38,0.00,failed,0,US,0.00,0.00,10000.00 +1077753500,Colorado Green Pages Cultural Magazine (Canceled),Print,Journalism,USD,2015-12-30,2500.00,2015-11-30 21:40:14,0.00,canceled,0,US,0.00,0.00,2500.00 +1077763517,Evil Inc Annual Report Vol. 9: Ruby of Ragnoor,Graphic Novels,Comics,USD,2016-04-18,7000.00,2016-03-18 18:07:28,10247.00,successful,178,US,10247.00,10247.00,7000.00 +"1077763732,""Drone Girls calendar - Limited Edition, high quality"",Photobooks,Photography,EUR,2016-05-20,28000.00,2016-03-22 16:17:53,123.00,failed,6,NL,138.77,137.99,31413.03" +1077775631,Trend iT - A phone based research study medium,Apps,Technology,USD,2016-01-25,50000.00,2015-12-26 07:03:47,40.00,failed,2,US,40.00,40.00,50000.00 +107778583,Zombabies,Horror,Film & Video,DKK,2016-07-07,4000.00,2016-06-15 00:42:19,8800.00,successful,23,DK,1330.91,1309.13,595.06 +1077789906,The Authentic Traveler: Guatemala,Webseries,Film & Video,USD,2013-04-16,1000.00,2013-04-01 19:54:29,1126.00,successful,22,US,1126.00,1126.00,1000.00 +1077792914,PINK MILK in Public Access Theatre,Theater,Theater,USD,2013-09-03,3500.00,2013-07-16 22:54:54,4325.83,successful,78,US,4325.83,4325.83,3500.00 +1077796819,Sweet and Smokey BBQ rub-always sweet and smokey never salty,Small Batch,Food,USD,2014-08-21,6000.00,2014-07-22 01:03:09,0.00,canceled,0,US,0.00,0.00,6000.00 +1077797875, THE TORCH MUST KEEP BURNING! FUND THE NEW RECORDINGS ,Indie Rock,Music,USD,2011-02-11,6000.00,2010-12-13 19:19:44,1181.00,failed,9,US,1181.00,1181.00,6000.00 +1077800890,Raise Up Your Voice! Roots To Resistance Art and Activism!,Public Art,Art,USD,2012-05-05,10000.00,2012-03-06 18:47:43,10502.11,successful,161,US,10502.11,10502.11,10000.00 +"1077804651,""Ready, Set and Let's Go"",Theater,Theater,USD,2013-03-31,2500.00,2013-03-01 17:43:33,0.00,failed,0,US,0.00,0.00,2500.00" +1077807398,2700 Miles,Fiction,Publishing,CAD,2016-10-16,25000.00,2016-09-16 21:11:40,330.00,failed,5,CA,37.87,249.45,18897.88 +"1077808390,""""""Just Being"""" - a feature length documentary film"",Documentary,Film & Video,USD,2011-05-14,20000.00,2011-02-12 16:42:54,3773.00,failed,28,US,3773.00,3773.00,20000.00" +1077818934,Modern Connect App - Offline Advertising Analytics,Apps,Technology,USD,2015-04-08,18000.00,2015-03-09 11:22:58,10.00,failed,4,US,10.00,10.00,18000.00 +1077825626,Our Journey around the world,Photobooks,Photography,USD,2014-10-04,33000.00,2014-08-05 04:49:05,5.00,failed,1,US,5.00,5.00,33000.00 +"1077835770,""Myth, Place, and America: 3 books of photography and design."",Art Books,Publishing,USD,2017-07-08,5000.00,2017-06-08 00:40:46,7562.00,successful,66,US,741.00,7562.00,5000.00" +1077842735,Jenseits des Greifbaren - Illusion Tod -,Documentary,Film & Video,EUR,2017-01-10,16500.00,2016-12-11 19:36:00,650.00,canceled,8,DE,670.72,692.96,17590.62 +"1077855690,""The GI Jobs Silverlining Project """"a Living Documentary"""""",Documentary,Film & Video,USD,2013-06-28,3000.00,2013-05-24 20:58:21,3660.00,successful,8,US,3660.00,3660.00,3000.00" +1077864527,Non-Profit video and photography projects,Film & Video,Film & Video,USD,2014-06-15,1500.00,2014-05-16 05:19:36,40.00,failed,1,US,40.00,40.00,1500.00 +107787210,How To Build A Spaceship,DIY Electronics,Technology,EUR,2015-03-16,600.00,2015-02-14 21:38:47,684.00,successful,19,NL,780.11,737.08,646.56 +"1077877431,""AMERICA AMERICA,100 page art photo book. (Canceled)"",Photography,Photography,USD,2012-08-16,18500.00,2012-07-17 01:26:22,715.00,canceled,8,US,715.00,715.00,18500.00" +1077885189,It Ain't Easy Being Green,Shorts,Film & Video,USD,2012-11-15,2250.00,2012-10-16 06:17:42,4625.00,successful,56,US,4625.00,4625.00,2250.00 +1077891411,Bomb'r Shaft,Technology,Technology,CAD,2014-10-28,20000.00,2014-09-28 17:48:17,0.00,failed,0,CA,0.00,0.00,17739.93 +1077893669,FRACTURED MINDS,Shorts,Film & Video,USD,2011-12-16,4000.00,2011-11-01 17:42:30,0.00,failed,0,US,0.00,0.00,4000.00 +1077898391,Juega con tu creatividad.,Video Games,Games,MXN,2017-10-21,30000.00,2017-09-16 01:58:55,0.00,failed,0,MX,0.00,0.00,1557.63 +1077912710,Brother Zubair Stories – Picture Books,Children's Books,Publishing,USD,2012-04-01,7000.00,2012-03-02 22:38:12,2350.00,failed,75,US,2350.00,2350.00,7000.00 +107792384,The Whistle,Food,Food,USD,2014-08-06,20000.00,2014-07-07 19:49:56,975.00,failed,18,US,975.00,975.00,20000.00 +1077923840,The Beauty in Poverty,Photography,Photography,USD,2013-12-05,5000.00,2013-11-05 00:36:28,185.00,failed,5,US,185.00,185.00,5000.00 +1077924212,Dark Tora : The Dark Hunter Series,Comics,Comics,USD,2014-09-13,80000.00,2014-08-17 01:49:28,0.00,failed,0,US,0.00,0.00,80000.00 +1077926953,Stickman,Art,Art,USD,2014-08-14,5.00,2014-07-15 19:17:42,2.00,failed,2,US,2.00,2.00,5.00 +1077934096,Reckoning at the Frontier,Photography,Photography,USD,2012-12-07,15000.00,2012-11-04 21:46:13,18682.00,successful,210,US,18682.00,18682.00,15000.00 +"1077937146,""Chillistop - The healthy, vegan way to enhance your food"",Food,Food,GBP,2016-02-21,4000.00,2016-01-07 15:22:23,300.00,failed,7,GB,439.82,419.30,5590.73" +1077938558,antics {A Full Length Album},Indie Rock,Music,USD,2012-08-20,9000.00,2012-07-21 02:01:47,9000.00,successful,74,US,9000.00,9000.00,9000.00 +1077941538,Rodell Warner Art Residency at NLS,Art,Art,USD,2014-02-27,3400.00,2014-01-13 05:55:52,3630.00,successful,69,US,3630.00,3630.00,3400.00 +1077942416,Space Slugs (Canceled) (Canceled),Tabletop Games,Games,USD,2015-02-02,11500.00,2015-01-05 17:15:44,1488.00,canceled,59,US,1488.00,1488.00,11500.00 +1077947266,NORO / a science fiction drama - directed by Duncan Roe,Science Fiction,Film & Video,GBP,2015-12-24,7500.00,2015-11-23 21:46:19,7718.00,successful,70,GB,11724.71,11507.55,11182.51 +"1077951317,""Blue Sausage Infant: """"Negative Space"""" LP"",Music,Music,USD,2011-04-04,2000.00,2011-02-13 01:36:41,2180.00,successful,36,US,2180.00,2180.00,2000.00" +107796013,Art Fashion Collision,Art,Art,USD,2012-05-19,15000.00,2012-04-19 04:06:46,1511.00,failed,18,US,1511.00,1511.00,15000.00 +1077961247,Ronin: Chrome & Shadows,Tabletop Games,Games,USD,2013-08-25,6000.00,2013-07-26 07:00:30,2808.99,failed,68,US,2808.99,2808.99,6000.00 +1077965790,Vesthelm Engine - Open Source CMS,Software,Technology,GBP,2014-10-17,15000.00,2014-09-17 06:36:36,260.00,failed,2,GB,422.22,419.10,24179.12 +1077966905,THE FIRST FILM,Documentary,Film & Video,GBP,2013-07-25,20000.00,2013-06-25 14:49:40,570.00,failed,19,GB,876.94,877.79,30799.56 +1077969963,The Dynamic Dart,Design,Design,USD,2015-11-24,5000.00,2015-10-05 21:39:51,0.00,failed,0,US,0.00,0.00,5000.00 +1077972224,CD Recording: Myths & Allegories,Classical Music,Music,USD,2012-03-25,6500.00,2012-02-24 17:51:56,7325.00,successful,77,US,7325.00,7325.00,6500.00 +107797372,3 Seeds: Reap Where You Sow,Tabletop Games,Games,USD,2016-06-09,6000.00,2016-05-10 13:59:26,6465.00,successful,180,US,6465.00,6465.00,6000.00 +1077978843,Autonomous robot,Robots,Technology,GBP,2015-05-04,300.00,2015-04-04 21:31:08,0.00,failed,0,GB,0.00,0.00,462.41 +1077980678,Lives of The Homeless,Documentary,Film & Video,USD,2016-10-25,100.00,2016-10-04 00:51:09,100.00,successful,1,US,0.00,100.00,100.00 +1077982942,All City Artwear,Art,Art,USD,2017-05-04,50000.00,2017-04-04 14:57:19,9875.00,failed,41,US,0.00,9875.00,50000.00 +"1077983488,""SACRED ORDINARY DAYS, a Liturgical day planner"",Calendars,Publishing,USD,2015-10-25,20000.00,2015-09-25 00:19:19,92145.10,successful,1166,US,92145.10,92145.10,20000.00" +1077991931,The Desert Peach in Concert,Theater,Theater,USD,2013-11-22,15000.00,2013-10-23 18:53:10,2061.00,failed,30,US,2061.00,2061.00,15000.00 +107799396,Skulptures: Miniature Metal Cast Animal Skulls from CT Scans,Product Design,Design,USD,2014-03-05,4000.00,2014-01-29 14:39:55,10550.00,successful,197,US,10550.00,10550.00,4000.00 +1078008162,Organic Comet Corn Popcorn Reaching for the Stars!,Food,Food,USD,2014-07-31,20000.00,2014-07-01 02:40:58,20450.50,successful,107,US,20450.50,20450.50,20000.00 +"1078009298,Downtown Sundown Concert Series 10th Anniversary Season!,Music,Music,USD,2015-05-14,9000.00,2015-03-23 18:43:56,9000.00,undefined,0,""N,0"""""",,9000.00,9000.00" +1078020190,HELION: THE HIDDEN BATTLE REVEALED (Novel / Film),Fiction,Publishing,USD,2012-12-22,11900.00,2012-11-20 04:29:31,2375.00,failed,38,US,2375.00,2375.00,11900.00 +1078037585,The Madame Francoise Project,Food Trucks,Food,GBP,2014-08-30,3500.00,2014-07-31 16:32:38,326.00,failed,21,GB,552.56,531.25,5703.58 +1078042706,Virtuous Journey,Playing Cards,Games,GBP,2017-03-06,200.00,2017-01-06 22:53:01,1.00,failed,1,GB,0.00,1.22,243.12 +1078047732,The Mojo Journal,Publishing,Publishing,AUD,2016-11-01,19000.00,2016-10-02 10:59:39,25155.00,successful,135,AU,494.17,19327.70,14598.54 +1078049598,Project: GirlSpire,Anthologies,Publishing,USD,2015-07-16,5000.00,2015-06-16 16:57:48,0.00,failed,0,US,0.00,0.00,5000.00 +1078054035,OB's Irie Pepper Sauce & Marinade,Small Batch,Food,USD,2014-08-25,7717.00,2014-07-26 00:26:59,1730.00,failed,19,US,1730.00,1730.00,7717.00 +"1078059038,""The Devil's Pool Comic - Issue 2 """"A Miracle"""""",Comic Books,Comics,USD,2014-11-04,850.00,2014-10-10 15:13:31,941.00,successful,32,US,941.00,941.00,850.00" +107806103,Bible App Media,Mobile Games,Games,EUR,2015-12-23,20000.00,2015-11-23 16:24:23,0.00,failed,0,DE,0.00,0.00,21894.05 +1078064191,North Hill Watches (Canceled),Accessories,Fashion,AUD,2015-08-13,7500.00,2015-07-14 03:04:53,1036.00,canceled,11,AU,771.32,765.31,5540.37 +1078064670,Rampart Castle Dice Tray,Tabletop Games,Games,USD,2017-09-14,27500.00,2017-08-15 15:57:35,571.00,canceled,5,US,1.00,571.00,27500.00 +107806837,Team Legacy,Electronic Music,Music,USD,2017-05-27,1500.00,2017-03-28 20:10:04,0.00,failed,0,US,0.00,0.00,1500.00 +"1078078695,4 Track EP Album,Music,Music,GBP,2015-05-10,950.00,2015-04-10 10:33:44,49.00,undefined,0,""N,0"""""",,76.98,1492.40" +1078082528,Mumbai Filmi Citi,Film & Video,Film & Video,GBP,2013-02-10,160000.00,2013-01-11 11:46:55,15.00,failed,1,GB,24.02,23.23,247793.09 +1078084219,A Flock of Bird Houses,Woodworking,Crafts,USD,2014-09-05,10000.00,2014-08-06 04:08:31,2.00,failed,2,US,2.00,2.00,10000.00 +1078101421,AYURMASTER KESHIN: Natural hair growth tonic from Japan!,Crafts,Crafts,USD,2016-04-22,25000.00,2016-03-22 15:11:51,0.00,canceled,0,US,0.00,0.00,25000.00 +1078102353,Forgotten Suns,Fiction,Publishing,USD,2013-04-08,4500.00,2013-03-09 04:30:30,8551.77,successful,300,US,8551.77,8551.77,4500.00 +1078105860,Kolorado Kid - Final Scene,Shorts,Film & Video,USD,2012-10-23,20000.00,2012-09-25 02:16:54,195.00,failed,5,US,195.00,195.00,20000.00 +1078108637,Kirtland Cutter Museum of Architecture + bed and breakfast,Architecture,Design,USD,2015-12-26,500000.00,2015-10-27 03:08:51,251.00,failed,5,US,251.00,251.00,500000.00 +1078110513,Talisman Gallery Invitational to Art Teachers & Students,Art,Art,USD,2011-04-28,1700.00,2011-02-26 01:47:47,2021.00,successful,37,US,2021.00,2021.00,1700.00 +"1078111580,Black Mesa Publishing,Publishing,Publishing,AUD,2015-07-13,5000.00,2015-05-14 17:43:04,0.00,undefined,0,""N,0"""""",,0.00,3700.69" +1078138030,Seth Pearson & Andrew Nack's iOS Games Ported to Android,Mobile Games,Games,USD,2015-01-06,200.00,2014-12-22 20:01:32,351.00,successful,15,US,351.00,351.00,200.00 +1078138732,The Dream Cube,Video Games,Games,USD,2017-02-24,10000.00,2017-01-25 16:59:49,10281.96,successful,54,US,978.61,10281.96,10000.00 +1078140877,Build Serve & Protect First Responder Mental Health Website,Web,Technology,USD,2014-08-16,3500.00,2014-07-17 00:09:05,251.00,failed,2,US,251.00,251.00,3500.00 +1078148732,Honey Ribar's Debut EP,Pop,Music,USD,2014-06-26,12000.00,2014-06-01 19:54:09,12823.00,successful,247,US,12823.00,12823.00,12000.00 +"1078165744,""""""Music Is The Inspiration"""" Music inspired clothing."",Apparel,Fashion,USD,2016-12-16,5500.00,2016-11-17 00:42:41,55.00,failed,1,US,0.00,55.00,5500.00" +1078167144,Kaba Clan,Digital Art,Art,EUR,2016-01-19,5000.00,2015-11-20 16:23:47,0.00,failed,0,FR,0.00,0.00,5404.00 +1078168689,The Wilds of Alaska - Children's Book About Finding Meaning,Children's Books,Publishing,USD,2015-01-31,7535.00,2014-12-16 16:14:29,663.00,canceled,12,US,663.00,663.00,7535.00 +1078171880,The Skis Web series project,Comedy,Film & Video,USD,2016-05-23,8000.00,2016-04-23 01:11:18,1.00,failed,1,US,1.00,1.00,8000.00 +1078172288,Bia: Multi-Sport GPS Sports Watch with SOS Safety Alert,Product Design,Design,USD,2012-07-14,400000.00,2012-06-04 22:04:03,408160.14,successful,2118,US,408160.14,408160.14,400000.00 +1078173471,From Baghdad to Brooklyn,Documentary,Film & Video,USD,2010-09-30,6000.00,2010-08-17 22:39:43,7020.00,successful,83,US,7020.00,7020.00,6000.00 +1078176535,Dreamscape Memory Cave,Sculpture,Art,USD,2011-05-17,2000.00,2011-03-17 12:40:27,2000.45,successful,48,US,2000.45,2000.45,2000.00 +"1078182673,""""""Infected"""" A zombie survival card game"",Playing Cards,Games,CAD,2015-03-28,10000.00,2015-02-26 09:19:28,225.00,failed,8,CA,180.19,177.95,7908.89" +1078188997,Headwaters Academy Aquaponics System (JK - Gr 6 Elementary),Food,Food,CAD,2017-10-03,450.00,2017-09-26 22:00:19,715.00,successful,13,CA,437.87,568.59,357.85 +"1078198745,""Eliminate Passwords for Secure Google Apps, gSuite"",Web,Technology,USD,2017-11-22,5000.00,2017-09-23 10:38:54,0.00,canceled,0,US,0.00,0.00,5000.00" +1078200726,Reeling in an Unlikely Success (Canceled),Nonfiction,Publishing,USD,2014-01-31,20000.00,2014-01-01 21:09:41,230.00,canceled,7,US,230.00,230.00,20000.00 +1078201176,Spare a dollar for a great book?,Fiction,Publishing,USD,2013-11-25,2999.00,2013-11-08 04:10:41,562.00,failed,10,US,562.00,562.00,2999.00 +1078210323,Suburban Diner,Punk,Music,USD,2014-12-31,5000.00,2014-11-21 08:19:28,1.00,failed,1,US,1.00,1.00,5000.00 +10782150,ice man streaming,Film & Video,Film & Video,AUD,2015-01-03,1200.00,2014-12-12 02:23:35,0.00,failed,0,AU,0.00,0.00,977.20 +1078222643,Aurora's Eye Films,Documentary,Film & Video,GBP,2013-08-30,1500.00,2013-08-05 19:41:41,1550.00,successful,10,GB,2369.72,2402.28,2324.79 +1078223574,War Song - The Movie,Shorts,Film & Video,USD,2013-05-11,500.00,2013-04-17 19:48:47,25.00,failed,1,US,25.00,25.00,500.00 +1078227303,Prairie Dogs Hot Dogs & Handcrafted Sausage. A Restaurant,Food,Food,USD,2014-04-01,30000.00,2014-02-11 23:46:36,3801.00,failed,37,US,3801.00,3801.00,30000.00 +1078236674,The Family Jones and The Eggs of Rex Children's Book,Children's Books,Publishing,USD,2013-07-30,2000.00,2013-06-30 03:23:18,150.00,failed,2,US,150.00,150.00,2000.00 +1078251892,Parole di Cielo - Words in the Sky,Apps,Technology,EUR,2017-07-24,10000.00,2017-06-14 17:24:21,182.00,failed,6,IT,11.19,213.47,11728.97 +1078252527,Friendly Produce,Food,Food,USD,2017-04-21,30000.00,2017-03-22 21:06:16,1.00,failed,1,US,0.00,1.00,30000.00 +1078253765,THE LEGEND OF JULIE TAYMOR or TheMusicalThatKilledEverybody!,Theater,Theater,USD,2011-08-12,8000.00,2011-05-26 04:04:58,8141.00,successful,52,US,8141.00,8141.00,8000.00 +"1078262074,""Enter """"The Doorway"""" with CORE Dance Collective"",Dance,Dance,USD,2011-08-27,5000.00,2011-07-28 19:06:06,5317.00,successful,37,US,5317.00,5317.00,5000.00" +1078268145,Banj? (?????),Crafts,Crafts,EUR,2016-06-27,15000.00,2016-05-23 10:46:41,43.00,failed,2,FR,48.26,47.88,16702.48 +1078268869,Reflections of Obama,Documentary,Film & Video,USD,2012-04-02,250000.00,2012-02-17 15:55:59,27011.00,failed,8,US,27011.00,27011.00,250000.00 +1078276705,TWO RIVERS: A DOCUMENTARY FILM (Canceled),Documentary,Film & Video,USD,2013-10-04,20000.00,2013-08-06 03:19:15,0.00,canceled,0,US,0.00,0.00,20000.00 +1078278574,THY REALM CARD/MINIATURE GAME,Tabletop Games,Games,USD,2014-05-31,1000.00,2014-05-01 17:55:38,2231.00,successful,55,US,2231.00,2231.00,1000.00 +1078281579,Skyline Sports,Painting,Art,CAD,2016-12-08,2000.00,2016-11-17 14:32:43,277.00,failed,2,CA,205.93,210.21,1517.80 +1078289988,Producing Digital Canvas Prints,Fabrication Tools,Technology,USD,2014-08-20,8400.00,2014-07-21 22:14:34,456.00,failed,15,US,456.00,456.00,8400.00 +1078296740,Nougat for Kings,Festivals,Theater,GBP,2014-06-28,1000.00,2014-06-11 18:27:22,1000.11,successful,13,GB,1681.33,1714.54,1714.35 +1078296869,Mercenary Chess,Games,Games,USD,2015-04-25,40000.00,2015-03-26 21:11:52,0.00,failed,0,US,0.00,0.00,40000.00 +1078297533,KAWI - Organic crossbody backpacks,Product Design,Design,USD,2015-11-12,25000.00,2015-10-12 17:00:23,7530.00,failed,78,US,7530.00,7530.00,25000.00 +1078298104,Cocaine Fish,Mobile Games,Games,USD,2015-02-25,50000.00,2014-12-27 02:08:40,7.00,failed,3,US,7.00,7.00,50000.00 +107830017,QBoard: A Revolutionary Keyboard for Mobile Devices,Apps,Technology,USD,2014-07-19,15000.00,2014-06-19 23:57:00,1.00,failed,1,US,1.00,1.00,15000.00 +107833030,Paranormal Realm Tv Show,Film & Video,Film & Video,USD,2014-06-05,8000.00,2014-05-06 12:01:22,0.00,failed,0,US,0.00,0.00,8000.00 +1078341933,Just Makeda - A Web Series with Some Really Cool Puppets!,Webseries,Film & Video,USD,2013-06-10,3000.00,2013-05-11 01:54:04,3320.00,successful,97,US,3320.00,3320.00,3000.00 +1078343996,Buckle Charger™ Plan B for your battery,Product Design,Design,USD,2013-08-17,75000.00,2013-07-08 19:50:15,7264.00,failed,62,US,7264.00,7264.00,75000.00 +1078344643,stockholm syndrome - a jätte swedish adventure,Photography,Photography,USD,2010-05-01,1000.00,2010-03-25 16:43:28,2020.00,successful,35,US,2020.00,2020.00,1000.00 +"1078357375,""""""Potters of Japan"""" Another look at the timeless art of nine families"",Documentary,Film & Video,USD,2010-05-01,3000.00,2010-02-10 19:30:52,3230.00,successful,61,US,3230.00,3230.00,3000.00" +1078364175,The Sock Lab: Ultimate Everyday Socks,Fashion,Fashion,GBP,2017-10-19,4000.00,2017-09-04 08:46:05,5906.69,successful,194,GB,2584.76,7788.77,5274.54 +1078366976,I Killed Breitbart: The Kickstarter Campaign,Nonfiction,Publishing,USD,2013-06-19,9999.00,2013-05-20 08:20:46,5354.37,failed,119,US,5354.37,5354.37,9999.00 +1078374603,Book Pom Poms,Crafts,Crafts,USD,2016-07-06,50.00,2016-06-06 23:12:54,67.00,successful,4,US,67.00,67.00,50.00 +1078377092,0XYZ,Video,Journalism,USD,2017-11-17,10000000.00,2017-09-18 19:17:53,10.00,failed,1,US,0.00,10.00,10000000.00 +1078378581,INFLUENCERS ACADEMY 2016,Web,Journalism,USD,2016-04-25,225000.00,2016-03-11 13:17:41,55.00,failed,1,US,55.00,55.00,225000.00 +1078382001,Paracord Nunchaku,Weaving,Crafts,USD,2014-08-13,350.00,2014-07-14 19:31:42,90.00,failed,3,US,90.00,90.00,350.00 +"1078382795,""Oblivion Trilogy: Tale of Freeman Lee, Maison"",Fiction,Publishing,USD,2017-07-15,3000.00,2017-05-16 05:06:21,0.00,failed,0,US,0.00,0.00,3000.00" +107839258,XenofluX,Video Games,Games,CAD,2014-12-03,50000.00,2014-10-04 16:06:50,650.00,failed,6,CA,582.23,570.48,43882.75 +1078394379,Air Meditation Collective (Canceled),Apps,Technology,USD,2015-05-07,35000.00,2015-04-07 16:44:31,121.00,canceled,5,US,121.00,121.00,35000.00 +1078395360,Conviction,Shorts,Film & Video,USD,2017-11-08,10000.00,2017-10-09 14:20:19,10861.00,successful,107,US,2770.00,10861.00,10000.00 +1078396063,The Big Ask for Beach Dance,Dance,Dance,USD,2014-07-21,7000.00,2014-06-21 11:05:26,7222.33,successful,69,US,7222.33,7222.33,7000.00 +"107841255,""Bishop """"Trials and Tribulations"""" album release/Prophecy Tour"",Hip-Hop,Music,USD,2017-01-02,50000.00,2016-11-18 04:52:55,88.00,failed,10,US,99.00,88.00,50000.00" +1078418452,LegacyGRAM: The Future Messaging App!,Web,Technology,USD,2015-04-30,6000.00,2015-03-31 00:52:52,50.00,failed,2,US,50.00,50.00,6000.00 +1078427587,The Floating City,Dance,Dance,USD,2013-10-31,5000.00,2013-09-29 18:41:43,5413.00,successful,60,US,5413.00,5413.00,5000.00 +1078430309,Natural and Organic Facial and Skin Products,DIY,Crafts,USD,2017-09-25,7000.00,2017-08-26 18:32:39,1.00,failed,1,US,0.00,1.00,7000.00 +1078433205,American DJ,Narrative Film,Film & Video,USD,2014-10-20,12000.00,2014-09-05 22:18:15,233.33,failed,6,US,233.33,233.33,12000.00 +1078438280,One Click Web Site Console by WebKit,Hardware,Technology,EUR,2016-09-23,25000.00,2016-08-24 22:39:57,1.00,failed,1,IT,0.00,1.12,28035.08 +1078439113,College Trade (Canceled),Technology,Technology,USD,2014-11-16,5000.00,2014-10-17 01:24:04,0.00,canceled,0,US,0.00,0.00,5000.00 +1078440471,XensrCaseTM - 3D sports tracking for iPhone and iPod Touch,Technology,Technology,USD,2012-12-09,100000.00,2012-11-09 20:39:07,5203.00,failed,35,US,5203.00,5203.00,100000.00 +1078460314,Comicon Della Lanterna,Events,Comics,EUR,2017-01-15,5000.00,2016-11-22 20:08:26,0.00,failed,0,IT,0.00,0.00,5315.98 +1078468368,Transportation for Miranda Photography,Photography,Photography,USD,2014-12-12,5000.00,2014-11-12 05:20:47,0.00,failed,0,US,0.00,0.00,5000.00 +1078472113,The Island Boys: A New Play,Plays,Theater,USD,2015-10-07,6500.00,2015-09-07 00:17:05,6505.00,successful,31,US,6505.00,6505.00,6500.00 +1078475173,All Party System Co Documentary - Execs Vote of Confidence,Film & Video,Film & Video,USD,2013-03-16,350.00,2013-02-27 16:27:39,405.00,successful,3,US,405.00,405.00,350.00 +1078477162,With All Do Respect: The Party Game With An Adventure!,Tabletop Games,Games,USD,2014-12-24,15000.00,2014-11-13 16:22:35,1867.00,failed,24,US,1867.00,1867.00,15000.00 +"1078477403,""Socially Conscious """"A WOUND IN TIME"""": A Stage Play for DVD"",Theater,Theater,USD,2011-07-05,8000.00,2011-05-21 19:30:31,115.00,failed,5,US,115.00,115.00,8000.00" +1078478992,PUSH PLAY - Can Opera Rock? Yes It Can! ,Theater,Theater,USD,2011-04-22,10000.00,2011-03-08 18:55:13,605.00,failed,10,US,605.00,605.00,10000.00 +1078479100,Original Philosophically Undertoned Novel (Canceled),Fiction,Publishing,USD,2013-12-17,4800.00,2013-11-20 05:19:52,0.00,canceled,0,US,0.00,0.00,4800.00 +1078499064,From Tesfa to Tikva: From Hope to Hope,People,Photography,USD,2017-04-30,25000.00,2017-03-16 02:53:47,2790.00,failed,45,US,65.00,2790.00,25000.00 +1078502062,Dark Mischief -- A Collection of the Frightful,Comics,Comics,USD,2011-10-27,5000.00,2011-09-27 01:55:02,810.00,failed,31,US,810.00,810.00,5000.00 +"1078503993,""Razorsharp """"Save Hot Water And Cold Cash"""""",DIY Electronics,Technology,SEK,2014-11-21,2900000.00,2014-10-22 09:55:59,1144.00,failed,3,SE,159.32,153.97,390309.56" +107850610,The Just Run the Play Movement!,Apparel,Fashion,USD,2016-09-01,5000.00,2016-08-02 06:18:04,0.00,failed,0,US,0.00,0.00,5000.00 +1078506978,The Off-Grid Artist,Mixed Media,Art,GBP,2015-05-21,500.00,2015-04-19 20:39:20,98.00,failed,6,GB,146.58,153.27,782.01 +1078516618,Project Teldian,Film & Video,Film & Video,USD,2016-03-26,500.00,2016-03-01 22:29:22,1.00,failed,1,US,1.00,1.00,500.00 +1078521487,Candy Cal: A sweet trek in makeup artistry & photography,Photography,Photography,USD,2011-06-05,3500.00,2011-04-06 19:03:25,30.00,failed,2,US,30.00,30.00,3500.00 +1078526510,Muay Thai,Photobooks,Photography,USD,2016-04-01,15000.00,2016-03-02 17:08:22,16241.00,successful,171,US,16241.00,16241.00,15000.00 +"1078531469,""Mixing, Mastering and Manufacturing Ponywhip's Debut EP "",Rock,Music,USD,2011-03-10,3000.00,2011-01-24 21:38:45,3105.00,successful,71,US,3105.00,3105.00,3000.00" +1078533253,Translate Historical Children's Books into Vietnamese,Children's Books,Publishing,USD,2013-04-30,3750.00,2013-03-06 01:49:33,660.00,failed,8,US,660.00,660.00,3750.00 +1078534532,The Melting Pot MultiCultural Cooking,Cookbooks,Food,USD,2014-08-31,50000.00,2014-07-31 15:22:02,62.00,failed,4,US,62.00,62.00,50000.00 +"1078559737,""Pictures From """"America"""""",Photobooks,Photography,USD,2014-06-06,10000.00,2014-05-07 14:00:01,10221.10,successful,88,US,10221.10,10221.10,10000.00" +"1078562794,""Music Video for """"Wild Wild West"""" (Justis 4 All)"",Hip-Hop,Music,USD,2016-01-16,6000.00,2015-12-07 02:31:21,517.00,failed,17,US,517.00,517.00,6000.00" +1078563711,The Ultimate Practice Tool For Scratch DJ's & Emcee's,Hip-Hop,Music,SEK,2015-04-13,40000.00,2015-03-14 16:41:08,15.00,failed,2,SE,1.74,1.75,4655.11 +1078565352,Tacticmap,Live Games,Games,EUR,2015-01-22,5000.00,2014-12-23 12:16:07,246.00,failed,10,NL,301.24,275.47,5598.98 +1078571123,The Silver Star,Comic Books,Comics,USD,2015-07-01,7000.00,2015-06-01 04:55:39,669.00,failed,15,US,669.00,669.00,7000.00 +1078574649,Focus around the World (Canceled),Photography,Photography,NOK,2016-05-04,50000.00,2016-03-05 09:13:19,0.00,canceled,0,NO,0.00,0.00,6109.86 +10785802,Ninja-Dex Ninja Profiler,Technology,Technology,USD,2014-03-23,1600.00,2014-02-11 22:36:11,20.00,failed,1,US,20.00,20.00,1600.00 +1078583126,Hologram Pyramid,Gadgets,Technology,USD,2016-01-15,12500.00,2015-12-16 01:53:05,8036.00,failed,118,US,8036.00,8036.00,12500.00 +1078592448,MapS Light Phasing,Software,Technology,EUR,2017-08-04,400.00,2017-06-20 01:57:28,160.00,failed,3,DE,55.98,189.89,474.72 +"107859454,What The Fox Studios,Music,Music,GBP,2015-06-26,5000.00,2015-05-27 20:52:11,30.00,undefined,0,""N,0"""""",,47.18,7863.24" +1078600171,GET A GRIP! w/Mobile Grip Gloves,Fashion,Fashion,USD,2014-05-11,14000.00,2014-04-11 16:52:09,14719.06,successful,114,US,14719.06,14719.06,14000.00 +1078602839,Hillfolk: DramaSystem roleplaying by Robin D. Laws,Games,Games,USD,2012-11-03,3000.00,2012-10-04 02:00:36,93845.00,successful,2185,US,93845.00,93845.00,3000.00 +1078604684,The Deep Paths,Video Games,Games,AUD,2014-09-25,12500.00,2014-08-26 04:41:53,740.00,failed,34,AU,689.40,650.55,10989.01 +1078604973,Tobacco Road Showcase,Theater,Theater,USD,2012-03-06,2500.00,2012-01-07 00:31:27,0.00,failed,0,US,0.00,0.00,2500.00 +1078611048,The Windmill,Narrative Film,Film & Video,USD,2012-06-17,75000.00,2012-05-18 15:55:10,3275.00,failed,33,US,3275.00,3275.00,75000.00 +1078616586,The Camping Chef,Documentary,Film & Video,USD,2016-08-05,50000.00,2016-07-06 17:41:05,0.00,failed,0,US,0.00,0.00,50000.00 +1078629796,Beaded bangles and ink pens,Weaving,Crafts,USD,2016-07-29,300.00,2016-06-29 02:08:14,52.00,failed,1,US,52.00,52.00,300.00 +"1078633841,""Nyraine's """"Style of a Street Poet"""" Mixtape/Album/Documentary"",Hip-Hop,Music,USD,2014-01-01,10000.00,2013-12-04 04:23:37,75.00,canceled,2,US,75.00,75.00,10000.00" +"1078645335,""Red Rising maps, prints and designs by Joel Daniel Phillips"",Illustration,Art,USD,2016-03-30,6000.00,2016-02-29 23:38:16,55448.00,successful,973,US,55448.00,55448.00,6000.00" +107864780,Art Nudes | Photos and Behind the Scenes with Alexis,Fine Art,Photography,USD,2015-01-12,450.00,2014-12-12 15:20:20,2170.00,successful,25,US,2170.00,2170.00,450.00 +1078649377,The house warming party location acquiring project,Experimental,Film & Video,GBP,2014-09-10,10000.00,2014-08-11 19:02:26,0.00,failed,0,GB,0.00,0.00,16232.71 +1078657547,Access Fantasy,Shorts,Film & Video,USD,2012-11-07,23500.00,2012-10-08 19:27:15,9173.00,failed,59,US,9173.00,9173.00,23500.00 +1078657684,The Melangui,Children's Books,Publishing,USD,2015-09-05,1500.00,2015-07-27 16:07:49,4428.00,successful,73,US,4428.00,4428.00,1500.00 +1078657936,The Pane in Empty Rooms: Large Print Exhibition,Photography,Photography,USD,2013-10-20,6000.00,2013-09-20 11:07:08,7344.00,successful,68,US,7344.00,7344.00,6000.00 +1078672766,Justifeyed Mobile Safety Application,Apps,Technology,USD,2017-09-10,15000.00,2017-07-12 09:14:08,20.00,failed,1,US,0.00,20.00,15000.00 +1078684560,Travis Henrichsen Remembrance Bench In Zilker Park,Art,Art,USD,2015-02-25,2400.00,2015-01-26 18:58:47,3086.00,successful,61,US,3086.00,3086.00,2400.00 +1078695825,The SF Rock Project Lending Library,Music,Music,USD,2012-05-11,10000.00,2012-04-11 17:56:54,11120.25,successful,196,US,11120.25,11120.25,10000.00 +1078699970,ALL NEW WIDOW'S WEB: by Raven Gregory and Autumn Ivy,Comic Books,Comics,USD,2016-06-01,15000.00,2016-05-01 22:13:44,25298.00,successful,241,US,25298.00,25298.00,15000.00 +1078702568,Quit Gambling Rescue Kit FREE APP,Technology,Technology,AUD,2015-04-24,2200.00,2015-03-25 00:32:38,5.00,failed,1,AU,3.89,3.90,1715.13 +1078705231,CheLada CheLada,Drinks,Food,USD,2015-04-15,20000.00,2015-03-16 14:04:34,30.00,failed,3,US,30.00,30.00,20000.00 +107870952,Martin's Ghost,Fiction,Publishing,USD,2010-07-04,5000.00,2010-04-08 07:21:27,820.00,failed,25,US,820.00,820.00,5000.00 +1078710729,Kraken Kards No. 1,Playing Cards,Games,GBP,2015-03-02,3500.00,2015-01-16 14:58:57,569.00,failed,55,GB,866.99,863.98,5314.46 +1078718246,Print In Clay: A ceramic 3D Printer,3D Printing,Technology,GBP,2015-02-27,420.00,2015-02-12 11:24:25,434.00,successful,14,GB,661.88,670.26,648.64 +107872870,La Bella Torte's Cannoli Truck Wants to come home,Food,Food,USD,2012-01-10,50000.00,2011-11-26 15:35:37,30.00,failed,1,US,30.00,30.00,50000.00 +1078738997,All The Way To The End: Never Stop Rocking With Drew DeRieux,Rock,Music,USD,2015-02-13,3000.00,2015-01-14 10:05:14,3110.00,successful,30,US,3110.00,3110.00,3000.00 +"10787439,""Wall out-let, 180 degree rotation"",Product Design,Design,USD,2015-02-14,220500.00,2015-01-22 23:33:45,183.00,failed,8,US,183.00,183.00,220500.00" +1078753488,Darkfast Dungeons,Tabletop Games,Games,CAD,2014-08-07,1000.00,2014-07-07 05:59:59,10649.00,successful,207,CA,9998.59,9755.40,916.09 +1078754504,Preservation & co. - Growing our Specialty Foods market,Food,Food,USD,2014-06-01,20000.00,2014-04-29 18:04:54,22361.00,successful,160,US,22361.00,22361.00,20000.00 +1078770738,AlertApp! monitors the security of your data in the cloud,Apps,Technology,USD,2014-12-31,200000.00,2014-11-13 22:33:09,131.00,failed,5,US,131.00,131.00,200000.00 +1078776561,The New EMPOWER YOU Collection,Fashion,Fashion,USD,2017-06-19,3000.00,2017-05-20 20:15:01,1000.00,failed,2,US,0.00,1000.00,3000.00 +1078778249,We Care Dolls and Action Figures,Product Design,Design,USD,2016-08-29,25000.00,2016-06-30 21:25:58,75.00,failed,1,US,0.00,75.00,25000.00 +107879176,The Great Cookie Comeback: Re-Baking Wally Amos,Documentary,Film & Video,USD,2016-11-24,62000.00,2016-10-05 22:42:10,526.00,failed,8,US,100.00,526.00,62000.00 +1078795968,Eloïk Nightmare Fighter 1 : The Soul Devourer - Movie Script,Fantasy,Film & Video,CAD,2015-06-19,10000.00,2015-05-20 09:47:47,1221.00,failed,24,CA,1006.01,995.03,8149.30 +107879719,Simple is Good - A Positive Message from Us to You.,Apparel,Fashion,USD,2017-12-26,1500.00,2017-11-26 09:11:51,0.00,failed,0,US,0.00,0.00,1500.00 +1078802753,SKYFALL - Rise of the Monster!!,Metal,Music,CAD,2015-02-21,1200.00,2015-01-22 18:45:53,126.00,failed,5,CA,104.39,101.20,963.78 +1078806782,Expanding Horizons - Artists' Journey to Africa,Illustration,Art,USD,2015-03-07,3500.00,2015-02-07 07:15:15,31607.00,successful,415,US,31607.00,31607.00,3500.00 +1078807638,Rediscover Oregon,Webseries,Film & Video,USD,2016-08-15,3500.00,2016-07-15 04:36:51,0.00,canceled,0,US,0.00,0.00,3500.00 +1078809161,The Lancelock Titanium Chainmail Bicycle Lock 99% Cut-proof,Hardware,Technology,USD,2017-03-15,50000.00,2017-02-13 23:43:20,603.00,failed,6,US,150.00,603.00,50000.00 +107881028,Blueprint for Success,Apps,Technology,USD,2016-09-22,150000.00,2016-09-15 16:11:14,351.00,failed,3,US,0.00,351.00,150000.00 +1078817695,Touretteshero: Backstage In Biscuit Land,Theater,Theater,GBP,2014-05-16,6000.00,2014-04-16 09:36:52,7575.50,successful,197,GB,12664.02,12733.64,10085.39 +1078820986,The Piscator - rod & beer holder,Product Design,Design,AUD,2016-03-24,55000.00,2016-02-23 08:38:53,2787.00,failed,42,AU,1997.04,2092.19,41288.19 +1078824643,Everette Hartsoe's STRYKE: Deadliest Woman Alive collected,Comic Books,Comics,USD,2015-09-23,1.00,2015-09-13 17:56:23,1910.00,successful,37,US,1910.00,1910.00,1.00 +1078836871,The Big Box - Boardgames Café,Events,Food,EUR,2015-06-11,10000.00,2015-05-29 00:18:36,0.00,failed,0,FR,0.00,0.00,11219.94 +1078840575,BE-YOU-TY NIGHT: An Evening of Art & Activism,Theater,Theater,USD,2015-03-01,3000.00,2015-02-02 16:02:46,3320.00,successful,84,US,3320.00,3320.00,3000.00 +107885092,A Brand New Kim Taylor Record!,Music,Music,USD,2012-06-21,10000.00,2012-05-22 16:43:35,12883.89,successful,253,US,12883.89,12883.89,10000.00 +1078852010,Epic Chaos! Volume 1,Webcomics,Comics,USD,2016-04-04,10350.00,2016-02-29 18:00:55,6225.00,failed,73,US,6225.00,6225.00,10350.00 +1078860827,Significant Plants and Animals of the Ancient Maya,Public Art,Art,USD,2012-11-19,2000.00,2012-10-30 01:48:42,501.00,failed,3,US,501.00,501.00,2000.00 +1078863173,Baby Deli,Restaurants,Food,GBP,2015-12-20,50000.00,2015-11-24 11:01:28,0.00,failed,0,GB,0.00,0.00,74550.09 +1078869032,Mermaid & Marine life artist Christine Bowman,Mixed Media,Art,USD,2017-10-28,8500.00,2017-10-14 19:18:23,100.00,failed,3,US,50.00,100.00,8500.00 +1078881137,Soul Horsemen,Shorts,Film & Video,USD,2011-03-11,75000.00,2011-01-25 02:21:57,500.00,failed,1,US,500.00,500.00,75000.00 +1078884967,Organizzazione Concerto Cristina D'Avena in Umbria,Music,Music,EUR,2016-05-22,10000.00,2016-04-22 18:41:49,0.00,failed,0,IT,0.00,0.00,11167.94 +107890158,A Firm Foundation,Civic Design,Design,USD,2014-07-30,5000.00,2014-06-30 12:48:45,10.00,failed,2,US,10.00,10.00,5000.00 +1078902193,Ember: the Magical Card Game (Canceled),Tabletop Games,Games,GBP,2016-02-28,4000.00,2016-01-19 13:25:10,3261.00,canceled,159,GB,4654.95,4616.89,5663.16 +1078903753,Hartwood,Shorts,Film & Video,USD,2015-07-02,15000.00,2015-06-10 02:22:37,15075.00,successful,122,US,15075.00,15075.00,15000.00 +1078903873,Madman 25! waxpack trading card set,Comic Books,Comics,USD,2017-04-29,1500.00,2017-03-30 14:54:43,5281.00,successful,90,US,3400.00,5281.00,1500.00 +1078910608,Lynk.,Electronic Music,Music,AUD,2014-08-07,150.00,2014-07-09 00:29:25,0.00,failed,0,AU,0.00,0.00,139.28 +1078915461,Black Comedy,Film & Video,Film & Video,GBP,2013-07-17,3000.00,2013-06-17 14:46:04,110.00,failed,2,GB,172.72,167.86,4578.06 +1078916496,Romancing The Patio,Webseries,Film & Video,USD,2012-07-07,7500.00,2012-06-22 03:13:39,7890.00,successful,79,US,7890.00,7890.00,7500.00 +1078917857,Native American handmade jewelry,DIY,Crafts,USD,2017-11-29,5000.00,2017-10-25 19:42:45,10.00,failed,1,US,0.00,10.00,5000.00 +1078918006,The Business Politics against Terror,Photo,Journalism,EUR,2015-12-24,25000.00,2015-11-24 17:04:50,0.00,failed,0,IT,0.00,0.00,27367.57 +"1078923005,""2011 ZiRu Productions: new and improved """"Zero Hour"""""",Dance,Dance,USD,2011-08-08,3000.00,2011-07-09 22:16:35,3000.00,successful,27,US,3000.00,3000.00,3000.00" +1078925545,WE CREATE TO GIVE BACK. THERE'S NO ME WITHOUT YOU,Fashion,Fashion,USD,2013-08-08,5000.00,2013-07-09 18:32:25,3.27,failed,3,US,3.27,3.27,5000.00 +1078936262,3rd Chicago International Poster Biennial,Public Art,Art,USD,2012-04-08,25000.00,2012-03-09 18:28:42,21310.00,failed,172,US,21310.00,21310.00,25000.00 +1078942938,Resilience: 5-6 Player Expansion Board Game,Tabletop Games,Games,CAD,2018-02-01,5000.00,2018-01-02 03:05:10,0.00,canceled,0,CA,0.00,0.00,3993.93 +1078945810,Estaa: Italian Cashmere Knitwear,Fashion,Fashion,USD,2014-04-13,63000.00,2014-02-12 19:08:40,2.00,failed,2,US,2.00,2.00,63000.00 +1078947333,iPhone and iPad Quiz Game Updates - Get Involved,Games,Games,GBP,2014-05-11,250.00,2014-03-22 00:27:18,1.00,failed,1,GB,1.65,1.68,420.22 +"10789551,""""""THE BOYS AT THE BAR"""" a Richard Dutcher film"",Film & Video,Film & Video,USD,2013-05-22,30000.00,2013-03-31 03:45:46,31580.00,successful,297,US,31580.00,31580.00,30000.00" +107896528,HOMEGROWN SPIRULINA : a healthy and sustainable superfood,Food,Food,EUR,2016-01-11,430000.00,2015-12-02 04:25:57,1628.00,failed,8,FR,1723.56,1776.81,469304.23 +1078966486,WOW Meatless Meatballs,Food,Food,USD,2017-02-15,15000.00,2017-01-14 07:38:58,0.00,failed,0,US,0.00,0.00,15000.00 +"1078977776,""Lauren Lee - New Worship Record: """"See"""""",Music,Music,USD,2016-06-15,25000.00,2016-05-16 21:39:58,25631.00,successful,142,US,25631.00,25631.00,25000.00" +1078978189,One of a Kind Coloring Book!!!!,Illustration,Art,USD,2015-08-13,3300.00,2015-07-14 05:24:09,195.00,failed,7,US,195.00,195.00,3300.00 +1078982332,BRIDEGROOM - An American Love Story,Documentary,Film & Video,USD,2012-07-20,300000.00,2012-06-20 01:00:28,384375.87,successful,6508,US,384375.87,384375.87,300000.00 +1078987293,James Pardo: Junk & Jewels,Country & Folk,Music,USD,2013-04-15,12000.00,2013-03-02 20:44:59,4680.00,failed,33,US,4680.00,4680.00,12000.00 +1078987479,Digital Mixed Media Art Prints by MobiusTripz,Mixed Media,Art,USD,2013-04-06,25000.00,2013-03-07 05:33:25,0.00,failed,0,US,0.00,0.00,25000.00 +1079018142,Technicolor Monster KickStarter,Fashion,Fashion,USD,2013-12-12,240.00,2013-11-22 00:50:28,370.00,successful,18,US,370.00,370.00,240.00 +1079033459,My Debut Pop/R&B EP,Pop,Music,USD,2015-04-29,1500.00,2015-03-30 17:31:21,501.00,failed,10,US,501.00,501.00,1500.00 +107903651,Ink+Smog Editions: A Letterpress Print Shop,Design,Design,USD,2014-01-12,10000.00,2013-12-13 09:12:50,12058.00,successful,269,US,12058.00,12058.00,10000.00 +1079040153,AstronomyLive - the international telescope network,Web,Technology,EUR,2015-10-23,5000.00,2015-09-24 22:55:36,615.00,failed,28,NL,684.45,681.67,5542.01 +1079042533,Dignity: A Battered Child's Journey of Survival and Recovery,Nonfiction,Publishing,USD,2016-09-27,15000.00,2016-08-28 15:20:09,1925.00,failed,19,US,525.00,1925.00,15000.00 +"107904312,""""""Boo"""" - A Comedic Short Film"",Comedy,Film & Video,USD,2017-12-04,7000.00,2017-11-20 22:00:33,7763.00,successful,81,US,3245.00,7763.00,7000.00" +1079050006,3DACCESS : 3D Pens made easy and fun with a community !,Product Design,Design,GBP,2015-08-21,4000.00,2015-07-22 00:38:20,203.00,suspended,5,GB,316.53,318.15,6269.00 +1079055328,Spästival 2015 verwirklichen (Canceled),Public Art,Art,EUR,2015-08-03,300.00,2015-06-25 20:00:59,0.00,canceled,0,DE,0.00,0.00,328.23 +"107906436,""""""A New Leaf """" by Jose G. Rios Jr."",Children's Books,Publishing,USD,2014-12-01,5225.00,2014-10-17 00:43:52,1045.00,failed,25,US,1045.00,1045.00,5225.00" +1079076682,The Carpool,Webseries,Film & Video,USD,2012-06-10,15000.00,2012-05-21 21:36:11,1459.00,failed,19,US,1459.00,1459.00,15000.00 +107908112,Internal Affairs,Video Art,Art,USD,2017-03-25,1500.00,2017-02-23 03:05:16,1505.00,successful,12,US,60.00,1505.00,1500.00 +"1079083376,Guns Talk,Film & Video,Film & Video,USD,2014-10-13,5500.00,2014-08-14 09:15:37,0.00,undefined,0,""N,0"""""",,0.00,5500.00" +1079086561,Emancipated,Pop,Music,USD,2012-06-14,5000.00,2012-05-15 20:09:45,135.00,failed,4,US,135.00,135.00,5000.00 +107908959,ART DECO POP - Collage Art,Art,Art,USD,2013-11-19,8000.00,2013-09-20 20:23:57,50.00,failed,1,US,50.00,50.00,8000.00 +1079092996,If This Is What It Means,Music,Music,USD,2012-03-21,15000.00,2012-02-18 17:17:08,15968.00,successful,140,US,15968.00,15968.00,15000.00 +10791032,One,Mobile Games,Games,CAD,2017-01-01,10000.00,2016-12-02 03:46:11,1438.00,failed,13,CA,533.41,1084.63,7542.62 +107910790,The GWS Road Map,Publishing,Publishing,USD,2014-09-08,4700.00,2014-08-08 17:07:57,131.00,failed,6,US,131.00,131.00,4700.00 +1079116171,Design Your Own Creature,Painting,Art,USD,2012-02-09,950.00,2012-01-10 22:34:09,985.00,successful,29,US,985.00,985.00,950.00 +1079116894,Shogun Tool,Product Design,Design,USD,2015-11-04,1000.00,2015-10-05 23:06:09,100.00,failed,3,US,100.00,100.00,1000.00 +1079118176,On Sahelian Winds (Canceled),Fiction,Publishing,USD,2013-12-26,1700.00,2013-11-26 14:59:20,0.00,canceled,0,US,0.00,0.00,1700.00 +1079122002,Chinese Students at sea Tall Ships Race 2014,Documentary,Film & Video,GBP,2014-09-01,800.00,2014-08-07 16:53:37,0.00,failed,0,GB,0.00,0.00,1303.67 +1079127781,Home Vegetable Gardening in every yard...4 packs of seeds at a time!,Food,Food,USD,2010-09-23,10000.00,2010-08-24 12:35:28,110.00,failed,6,US,110.00,110.00,10000.00 +1079128862,Fantasy Coloring Books for (so-called) Grown-ups,Art Books,Publishing,USD,2014-09-29,500.00,2014-09-08 18:59:25,5214.25,successful,139,US,5214.25,5214.25,500.00 +1079132751,A teenager must choose between his dreams of music or life in the streets fast lane.,Shorts,Film & Video,USD,2010-09-19,1500.00,2010-08-20 22:00:56,0.00,failed,0,US,0.00,0.00,1500.00 +1079138019,Fast Food Kette,Restaurants,Food,EUR,2016-01-31,1500000.00,2016-01-01 22:17:12,0.00,failed,0,DE,0.00,0.00,1680295.73 +1079144808,10 Year Anniversary: An Educational Seminar,Theater,Theater,USD,2017-12-23,10000.00,2017-12-06 23:23:10,2670.00,canceled,47,US,0.00,2670.00,10000.00 +"1079150267,""Wheelie Bin Cap, you Bin it, we Cap it...."",Product Design,Design,EUR,2014-11-26,10000.00,2014-11-06 17:16:12,1.00,failed,1,IE,1.26,1.25,12482.99" +1079150604,Jack and the Zombie Attack,Children's Books,Publishing,USD,2012-12-28,15000.00,2012-10-29 03:26:51,3257.00,failed,62,US,3257.00,3257.00,15000.00 +1079160085,Homeless America,Documentary,Film & Video,USD,2015-03-24,24300.00,2015-01-23 17:52:29,5.00,failed,1,US,5.00,5.00,24300.00 +1079184479,Medicine DrumRaising: Wild Woman Dreaming,World Music,Music,AUD,2015-05-04,490.00,2015-04-13 06:26:38,561.00,successful,4,AU,430.81,443.90,387.72 +1079187081,Stunning Falangcai Cup For Porcelain Lovers,Ceramics,Art,USD,2016-12-30,26000.00,2016-11-30 03:35:38,230.00,failed,1,US,0.00,230.00,26000.00 +"1079189673,""Completing Production on """"Fire and Gold"""" - a Tyndall Ortiz film"",Narrative Film,Film & Video,USD,2010-06-16,2500.00,2010-05-17 04:50:37,0.00,failed,0,US,0.00,0.00,2500.00" +1079195359,EduReader,Apps,Technology,AUD,2014-08-08,8000.00,2014-07-09 03:13:30,255.00,failed,4,AU,238.54,236.77,7428.04 +"1079198844,""ALIENS NEW ALBUM: """"SCHIZOFRENETIC"""""",Indie Rock,Music,USD,2013-12-16,15000.00,2013-11-22 18:50:12,2200.00,failed,36,US,2200.00,2200.00,15000.00" +1079204029,in-icon guitar cases,Design,Design,EUR,2016-04-16,89000.00,2016-02-16 18:19:46,26.00,failed,2,IT,29.16,29.28,100241.03 +1079207516,Performance Rash Guards Redefined,Wearables,Technology,CAD,2014-09-01,90000.00,2014-07-18 14:23:58,2365.00,failed,15,CA,2201.68,2174.11,82735.80 +1079213575,Into the Woods,Theater,Theater,USD,2012-01-04,10000.00,2011-12-14 22:02:15,12130.03,successful,215,US,12130.03,12130.03,10000.00 +107922069,Beck's Bestiary - Yokai - Coloring Book of Japanese Monsters,Illustration,Art,USD,2017-10-03,2000.00,2017-08-04 22:18:40,468.00,canceled,8,US,5.00,468.00,2000.00 +1079225324,Jordache Wrangler,Journalism,Journalism,USD,2015-04-16,16750.00,2015-02-15 17:54:01,0.00,failed,0,US,0.00,0.00,16750.00 +"1079231555,A Quiet Kind of Love,Film & Video,Film & Video,USD,2015-01-10,7500.00,2014-12-20 02:25:08,7501.00,undefined,0,""N,0"""""",,7501.00,7500.00" +"1079235122,""Kingdom Of Harron """"Tale Of Kora"""""",Comic Books,Comics,USD,2016-11-11,7500.00,2016-10-11 00:56:42,30.00,failed,2,US,0.00,30.00,7500.00" +"1079238944,""The Maeander Project - A digital, archaeological landscape"",Nonfiction,Publishing,USD,2011-07-15,5000.00,2011-06-15 21:37:08,5328.00,canceled,58,US,5328.00,5328.00,5000.00" +1079241117,I want to draw your face,Art,Art,GBP,2014-10-22,250.00,2014-10-08 08:27:30,0.00,failed,0,GB,0.00,0.00,401.26 +10792413,Jewish Heritage Multiple Screen Video Art Installations ,Documentary,Film & Video,USD,2011-01-26,10000.00,2010-11-27 22:28:27,0.00,failed,0,US,0.00,0.00,10000.00 +1079246674,Nice Images- The Sneek,Digital Art,Art,USD,2015-10-06,1500.00,2015-08-07 18:44:32,621.00,failed,8,US,621.00,621.00,1500.00 +1079263503,NEW Instant Messaging Lost & Found Service for Smartphones!,Apps,Technology,CAD,2016-05-14,8500.00,2016-03-28 23:35:41,190.00,failed,9,CA,143.22,144.97,6485.58 +"1079263890,""Borderline Playing Cards, printed by USPC"",Playing Cards,Games,USD,2014-06-04,13000.00,2014-05-05 14:50:15,15731.00,successful,597,US,15731.00,15731.00,13000.00" +1079277811,Young Writers & Leaders Boston Film Screening,Shorts,Film & Video,USD,2012-05-17,3000.00,2012-04-17 23:16:26,3175.00,successful,104,US,3175.00,3175.00,3000.00 +1079280213,FAITHMARKS - Spirituality + Tattoo Photography Project,Photography,Photography,USD,2013-07-29,20000.00,2013-05-30 22:37:30,165.00,failed,5,US,165.00,165.00,20000.00 +"1079280867,""Park """"Gym"""" and Boardwalk Lake Mulwala NSW"",Civic Design,Design,AUD,2014-08-23,25000.00,2014-07-29 09:31:20,0.00,failed,0,AU,0.00,0.00,23344.85" +1079281100,Aquilon Music Festival,Classical Music,Music,USD,2018-01-28,10000.00,2017-12-29 19:54:49,18.00,live,1,US,0.00,18.00,10000.00 +1079287373,Storytime - A Little Art Book by Joey Spiotto,Art Books,Publishing,USD,2016-09-15,15000.00,2016-08-16 16:28:05,73718.00,successful,1398,US,30424.00,73718.00,15000.00 +107928767,Job search tool for people with criminal records,Apps,Technology,USD,2015-05-22,5000.00,2015-03-23 17:06:08,1081.00,failed,22,US,1081.00,1081.00,5000.00 +1079293951,KAZED - case revolution,Product Design,Design,EUR,2017-12-30,20000.00,2017-11-27 18:02:31,12406.00,failed,47,IT,1757.53,14943.03,24090.00 +1079295622,John Thomas Draper's Debut Blues/Roots CD,Blues,Music,USD,2014-09-17,4200.00,2014-08-08 20:00:09,1495.00,failed,16,US,1495.00,1495.00,4200.00 +1079295835,Blind Beggar Miniatures presents 101 Holiday Deals!,Tabletop Games,Games,GBP,2016-11-22,200.00,2016-11-15 21:28:27,597.00,successful,17,GB,163.27,742.34,248.69 +1079311278,Dirge SWAGazine,Publishing,Publishing,USD,2016-10-08,1400.00,2016-09-08 20:57:31,1700.00,successful,94,US,306.00,1700.00,1400.00 +107932215,Under My Bed,Children's Books,Publishing,CAD,2015-09-22,7000.00,2015-08-24 23:14:52,7403.50,successful,82,CA,5613.91,5561.11,5258.02 +1079324431,Para Pulp - iPhone App - Magazine for paranormal junkies!,Journalism,Journalism,USD,2011-02-15,6000.00,2011-01-16 06:59:16,193.00,failed,6,US,193.00,193.00,6000.00 +1079325442,Squishtronic,Webcomics,Comics,USD,2014-09-18,2000.00,2014-08-28 20:08:53,3015.01,successful,44,US,3015.01,3015.01,2000.00 +"1079327261,""PurpL Goat Natural, Non-Toxic Skin Care"",Crafts,Crafts,USD,2017-03-03,10000.00,2017-02-01 20:13:03,796.00,canceled,6,US,796.00,796.00,10000.00" +"107933809,""Instinct Apparel, Define Yourself Tee"",Fashion,Fashion,USD,2011-12-17,250.00,2011-12-08 21:48:19,280.00,successful,7,US,280.00,280.00,250.00" +1079350101,Kronjuwelen - radiation-proof underwear,Apparel,Fashion,EUR,2015-06-26,25000.00,2015-05-12 04:54:14,11798.00,failed,151,DE,13223.09,13216.09,28004.93 +1079350420,The Idea Shapers | Drawing as your best thinking tool,Nonfiction,Publishing,USD,2015-03-01,5000.00,2015-01-28 22:58:24,12500.00,successful,274,US,12500.00,12500.00,5000.00 +1079351492,WORLD CUP BRAZIL,Photography,Photography,USD,2014-04-03,5000.00,2014-03-04 22:32:18,0.00,failed,0,US,0.00,0.00,5000.00 +1079351955,Just Popping To The Store,Documentary,Film & Video,GBP,2016-05-21,10000.00,2016-04-06 00:02:06,1721.00,failed,29,GB,2449.73,2520.84,14647.51 +1079356876,Flower Farmer (Canceled),Mobile Games,Games,USD,2015-05-09,10000.00,2015-04-09 17:02:41,0.00,canceled,0,US,0.00,0.00,10000.00 +1079380244,Psionic Miniatures,Tabletop Games,Games,USD,2013-07-08,3000.00,2013-06-08 05:00:54,22105.00,successful,251,US,22105.00,22105.00,3000.00 +1079382434,Militia Miniatures - 28mm Modern Mercenaries!,Tabletop Games,Games,GBP,2014-09-15,1500.00,2014-08-25 02:59:43,3407.00,successful,139,GB,5646.46,5567.27,2451.10 +1079391234,Building Armor ~ Testimony of a Mother Warrior,Fiction,Publishing,USD,2013-07-13,1000.00,2013-06-13 20:28:35,22.00,failed,2,US,22.00,22.00,1000.00 +1079393798,Blindsided,Thrillers,Film & Video,USD,2015-10-20,250.00,2015-10-10 23:07:42,390.55,successful,12,US,390.55,390.55,250.00 +1079398401,Epic Catch,Apps,Technology,AUD,2014-12-25,20000.00,2014-11-25 14:47:15,1.00,failed,1,AU,0.87,0.81,16229.81 +1079402183,Welcome Back To Harlem: A Hellfighter's Story,Plays,Theater,CAD,2014-06-09,5000.00,2014-05-30 19:26:51,7220.00,successful,57,CA,6644.53,6654.99,4608.72 +1079408993,Places I've Never Been,Mixed Media,Art,USD,2014-01-07,1500.00,2013-12-08 17:50:34,2567.00,successful,47,US,2567.00,2567.00,1500.00 +1079412775,Tired (Canceled),Shorts,Film & Video,USD,2016-04-20,30000.00,2016-02-20 01:30:29,0.00,canceled,0,US,0.00,0.00,30000.00 +1079412899,The ONE Challenge: How you can reach extraordinary goals,Academic,Publishing,EUR,2016-03-15,95000.00,2016-02-11 07:13:50,313.00,failed,10,DE,353.50,353.03,107150.91 +1079413455,Philosophy for Oklahoma Public Schools,Academic,Publishing,USD,2014-10-10,3000.00,2014-08-23 06:58:06,25.00,failed,1,US,25.00,25.00,3000.00 +1079416455,AKITA | Instant Privacy for Smart Homes,Hardware,Technology,USD,2018-01-13,30000.00,2017-11-29 17:14:20,404339.00,live,3975,US,6558.00,404339.00,30000.00 +1079422414,The Cloud Catcher,Shorts,Film & Video,GBP,2015-12-09,1750.00,2015-11-09 19:55:38,1776.49,successful,93,GB,2673.78,2692.75,2652.60 +1079423824,Jason Dottley US/EU Club Tour 2010/2011 (Canceled),Music,Music,USD,2010-11-23,15000.00,2010-11-02 07:32:16,10.00,canceled,1,US,10.00,10.00,15000.00 +1079429539,Help Us Record our First EP (Canceled),Country & Folk,Music,USD,2016-06-23,540.00,2016-05-24 18:19:16,190.00,canceled,6,US,190.00,190.00,540.00 +1079435918,Super Saturn 6: Toy and comic bundle!,Comic Books,Comics,USD,2016-03-30,264.00,2016-02-29 01:54:57,450.00,successful,17,US,450.00,450.00,264.00 +1079446658,The Towel Hugger - Give Your Towel a Hug,Gadgets,Technology,USD,2015-02-27,55500.00,2015-01-28 03:22:06,17.00,failed,4,US,17.00,17.00,55500.00 +1079456144,Generation Y2K,People,Photography,USD,2015-06-11,2600.00,2015-05-12 00:51:38,0.00,failed,0,US,0.00,0.00,2600.00 +1079456811,Painting Dante's Inferno,Painting,Art,USD,2016-09-15,40000.00,2016-08-16 12:46:09,372.00,failed,7,US,101.00,372.00,40000.00 +107945762,A Field Guide to Chrysalies They're Not Faeries,Art Books,Publishing,USD,2011-09-12,10500.00,2011-07-14 05:28:54,10595.17,successful,75,US,10595.17,10595.17,10500.00 +107945775,Black Hills Cat,Documentary,Film & Video,USD,2015-02-24,6000.00,2015-01-25 02:13:08,121.00,failed,3,US,121.00,121.00,6000.00 +1079462185,Jesus Fish - A Southern Mythological Short Film,Shorts,Film & Video,USD,2011-07-24,20000.00,2011-06-24 18:17:00,20845.00,successful,37,US,20845.00,20845.00,20000.00 +1079466488,BUILDING KITCHEN GEAR AND CLOTHING FOR FOODIES,Product Design,Design,USD,2012-08-09,30000.00,2012-07-10 21:08:48,5891.00,failed,133,US,5891.00,5891.00,30000.00 +1079472012,The Light Hammer Project,Digital Art,Art,USD,2012-04-09,1500.00,2012-02-24 20:58:09,1575.00,successful,29,US,1575.00,1575.00,1500.00 +1079473551,Eco-Friendly Bamboo Apparel & ID Theft Proof Leather Wallets,Fashion,Fashion,USD,2014-02-12,9000.00,2014-01-13 23:21:57,202.00,failed,7,US,202.00,202.00,9000.00 +1079482817,Stand for tablet X1,Product Design,Design,USD,2016-02-24,300.00,2016-02-19 05:20:38,1.00,failed,1,US,1.00,1.00,300.00 +1079483082,DogEars digital magazine,Periodicals,Publishing,USD,2012-07-19,15000.00,2012-06-19 01:33:03,760.00,failed,18,US,760.00,760.00,15000.00 +1079492188,The Backward Fall,Festivals,Theater,GBP,2015-05-17,300.00,2015-04-17 16:24:32,315.00,successful,8,GB,467.68,492.66,469.20 +1079496537,TerraScapes: Caves and Grottos - Redux - Tabletop Terrain,Tabletop Games,Games,USD,2017-11-12,4000.00,2017-10-19 15:00:00,34448.00,successful,124,US,6210.00,34448.00,4000.00 +1079524681,To My Children Maiden Printing,Nonfiction,Publishing,USD,2015-01-10,350.00,2014-12-11 00:12:31,350.00,successful,7,US,350.00,350.00,350.00 +1079527267,Kim Jong Un - Action Figure,Product Design,Design,GBP,2017-06-15,12000.00,2017-05-16 20:40:06,211.00,canceled,5,GB,0.00,269.43,15322.93 +1079527658,Life through the eye of war worldwide,People,Photography,USD,2014-07-10,133800.00,2014-06-10 21:40:11,0.00,failed,0,US,0.00,0.00,133800.00 +1079529649,Pop Petz: Your child’s new friend at feeding time.,Product Design,Design,USD,2015-07-26,45000.00,2015-06-11 19:13:32,2477.00,failed,27,US,2477.00,2477.00,45000.00 +1079529741,Scottish Scented Candle Company,Candles,Crafts,GBP,2015-09-08,250.00,2015-08-09 22:27:39,50.00,failed,4,GB,77.48,77.12,385.58 +"1079534037,""Strong as Lion, Big as a Tree"",Children's Books,Publishing,USD,2015-12-09,4444.00,2015-11-09 17:40:45,115.00,failed,3,US,115.00,115.00,4444.00" +1079535656,Help Pinn Panelle Go On Tour!,Rock,Music,USD,2012-04-02,5000.00,2012-02-20 00:02:35,7508.01,successful,209,US,7508.01,7508.01,5000.00 +1079543748,Articulated sculptures (Canceled),Sculpture,Art,USD,2015-01-20,5000.00,2014-12-31 17:35:30,0.00,canceled,0,US,0.00,0.00,5000.00 +1079544801,Bound Brickfilm (Untertitel),Animation,Film & Video,EUR,2017-01-26,2500.00,2016-12-27 21:26:25,35.00,failed,4,AT,0.00,37.38,2670.26 +107954790,Kinetic: The First Alliance -- A sci-fi novel (Canceled),Fiction,Publishing,USD,2013-04-28,11500.00,2013-02-27 00:19:09,50.00,canceled,1,US,50.00,50.00,11500.00 +107954854,Ch'ni - maison d'édition d'objets de design,Product Design,Design,EUR,2016-07-08,12500.00,2016-06-08 18:28:55,3348.00,failed,72,FR,3617.15,3706.25,13837.54 +1079549948,West Virginia History Trivia App!,Apps,Technology,USD,2015-04-26,1200.00,2015-03-27 02:56:09,305.00,failed,6,US,305.00,305.00,1200.00 +107956148,Save the Montreal Chamber Orchestra / Sauvez l'OCM,Classical Music,Music,CAD,2015-09-20,40000.00,2015-07-22 04:28:46,22768.00,failed,147,CA,17532.08,17102.08,30045.82 +1079564135,Little Bee Pops,Food,Food,USD,2012-01-11,15000.00,2011-12-14 16:53:11,16507.38,successful,365,US,16507.38,16507.38,15000.00 +1079564650,High Quality Organic and hand picked Olive oil,Food,Food,EUR,2016-01-31,4000.00,2015-12-31 00:24:35,536.75,failed,23,AT,589.26,601.27,4480.79 +1079567689,Proton Issue #0,Comic Books,Comics,USD,2015-03-10,1200.00,2015-02-09 00:03:09,1705.00,successful,45,US,1705.00,1705.00,1200.00 +1079572491,Ghost Gimbals V3 Camera Stabilizer for Handheld or Drone,Camera Equipment,Technology,USD,2015-04-18,30000.00,2015-03-17 20:57:36,46365.00,successful,42,US,46365.00,46365.00,30000.00 +1079574280,Forgotten Times: Fallen Heroes TCG/CCG,Tabletop Games,Games,USD,2017-10-08,5000.00,2017-09-08 18:40:50,52.00,canceled,1,US,52.00,52.00,5000.00 +1079574389,King Kava: New Flavors Project!,Food,Food,USD,2013-04-20,10000.00,2013-03-21 17:08:14,10051.50,successful,91,US,10051.50,10051.50,10000.00 +1079584435,Yiayia's House: From the old country to the 21st century,Documentary,Film & Video,USD,2012-01-21,110000.00,2011-12-22 18:05:02,0.00,failed,0,US,0.00,0.00,110000.00 +1079607223,MagniCase - The Case That Magnifies Your iPhone Display 1.5x,Product Design,Design,USD,2012-05-09,25000.00,2012-03-25 20:51:28,5451.00,failed,87,US,5451.00,5451.00,25000.00 +1079621785,Ixion's The Four Disgracers,Theater,Theater,USD,2014-04-26,3500.00,2014-03-27 20:21:23,2920.00,failed,54,US,2920.00,2920.00,3500.00 +1079627341,New Music from Ava Earl,Indie Rock,Music,USD,2017-02-07,4000.00,2017-01-06 08:41:20,5179.00,successful,72,US,1329.00,5179.00,4000.00 +1079644299,The Flower Mandalas Project,Art Books,Publishing,USD,2011-09-15,7500.00,2011-08-01 15:01:42,7986.00,successful,83,US,7986.00,7986.00,7500.00 +1079651667,The Bourbon Trail - a documentary,Documentary,Film & Video,USD,2011-02-02,30000.00,2011-01-03 07:05:21,0.00,failed,0,US,0.00,0.00,30000.00 +1079659446,EyE iNSIDE the EyE: A CABARET ROCK-OPERA,Theater,Theater,USD,2010-12-02,1500.00,2010-10-06 03:42:06,1570.02,successful,23,US,1570.02,1570.02,1500.00 +1079660904,The Phuss Debut,Indie Rock,Music,USD,2012-02-22,1000.00,2012-02-10 00:53:42,1795.00,successful,35,US,1795.00,1795.00,1000.00 +1079666332,Capturing the Mississippi,Photography,Photography,USD,2013-06-02,3000.00,2013-05-03 21:48:04,3336.00,successful,46,US,3336.00,3336.00,3000.00 +1079672057,Coffee Transport + Origin Story Animation,Animation,Film & Video,USD,2017-08-04,5600.00,2017-06-05 04:37:14,280.00,failed,7,US,0.00,280.00,5600.00 +1079673717,The Wow Wow Waffle Truck...Authentic street waffles for Oahu,Food,Food,USD,2013-05-11,15000.00,2013-04-11 22:46:04,985.00,failed,30,US,985.00,985.00,15000.00 +1079677461,Pirawolf - publishing & game dream.,Young Adult,Publishing,AUD,2015-12-14,20000.00,2015-11-14 05:51:51,5.00,failed,1,AU,3.57,3.56,14252.12 +1079678408,Afterlyfe's Rebirth EP + Gear Fund,Electronic Music,Music,CAD,2016-07-01,1500.00,2016-06-01 20:53:31,0.00,failed,0,CA,0.00,0.00,1160.72 +1079686441,Big Dirt's Next CD Release,Rock,Music,USD,2014-12-03,1500.00,2014-11-05 02:42:15,1620.00,successful,32,US,1620.00,1620.00,1500.00 +1079694601,THE ANCIENT AMERICAS: Cities of Promise - Card Game,Tabletop Games,Games,USD,2012-01-16,14500.00,2011-11-17 08:09:43,149.00,failed,4,US,149.00,149.00,14500.00 +1079698068,Kelsey Grammer is Abraham Lincoln LIVE! For One Night Only,Festivals,Theater,USD,2014-08-01,650.00,2014-07-13 20:49:49,740.00,successful,11,US,740.00,740.00,650.00 +1079705244,Crazy and Proud,Photography,Photography,USD,2012-02-19,3300.00,2012-01-20 03:47:15,3620.00,successful,29,US,3620.00,3620.00,3300.00 +1079710535,Premium Custom-made Boat Shoes : Classic comfy design,Footwear,Fashion,USD,2016-02-02,1000.00,2015-12-04 22:41:20,17386.00,successful,406,US,17386.00,17386.00,1000.00 +"1079722197,""SABALI - Debut """"Life Support"""" EP"",Indie Rock,Music,CAD,2015-06-22,4000.00,2015-05-19 20:07:33,4176.00,successful,41,CA,3468.79,3377.27,3234.94" +1079725434,Jiva- Coffee Cubes & Hot Chocolate Cubes,Food,Food,USD,2013-03-01,15000.00,2013-01-30 18:13:07,82012.70,successful,2768,US,82012.70,82012.70,15000.00 +107972693,Product Line Expansion for Jesel's,Accessories,Fashion,USD,2016-06-30,10000.00,2016-06-23 02:06:36,81.00,failed,3,US,81.00,81.00,10000.00 +1079740819,Creation Cadets - a futuristic science web series,Webseries,Film & Video,USD,2011-09-01,20000.00,2011-08-04 06:27:01,915.00,failed,12,US,915.00,915.00,20000.00 +1079741394,iOS 9 Games and App Developement - Creating 14 projects,Software,Technology,USD,2016-02-18,35000.00,2016-01-19 17:19:44,75.00,failed,3,US,75.00,75.00,35000.00 +1079741916,Framing Fun,Crafts,Crafts,USD,2013-03-18,500.00,2013-02-22 00:38:04,45.00,failed,3,US,45.00,45.00,500.00 +1079744759,Help JustPierre Finish His Debut Album!,Hip-Hop,Music,USD,2016-10-27,1000.00,2016-09-27 04:36:15,0.00,canceled,0,US,0.00,0.00,1000.00 +1079753809,Phoenix Rising,World Music,Music,USD,2016-01-02,1000000.00,2015-11-03 23:34:41,1.00,failed,1,US,1.00,1.00,1000000.00 +1079754759,The Actor's Video Casting Portfolio,Television,Film & Video,USD,2017-03-30,15000.00,2017-01-31 00:11:43,0.00,failed,0,US,0.00,0.00,15000.00 +1079761662,100 Faces of War Experience,Art,Art,USD,2011-10-02,8200.00,2011-08-03 17:46:33,9000.00,successful,77,US,9000.00,9000.00,8200.00 +1079769930,Expired N Fabulous,Film & Video,Film & Video,USD,2016-03-03,10000.00,2016-02-02 23:41:26,101.00,failed,2,US,101.00,101.00,10000.00 +"1079778172,""You Cannot Kill Us, We Are a Part of You (Documentary)"",Documentary,Film & Video,USD,2011-06-15,12800.00,2011-03-16 08:30:28,5631.00,failed,92,US,5631.00,5631.00,12800.00" +1079782343,Notes From the Monster's Mouth (Canceled),Music,Music,USD,2012-06-18,900.00,2012-04-19 03:46:55,125.00,canceled,2,US,125.00,125.00,900.00 +107978593,Project 24: 24 Photographers. 24 Hrs. Solstice SF 12.21.2011,Photography,Photography,USD,2011-12-21,2424.00,2011-11-21 03:12:03,3033.00,successful,40,US,3033.00,3033.00,2424.00 +1079801999,Reflections (Canceled),Shorts,Film & Video,USD,2011-09-09,2000.00,2011-07-11 00:49:39,0.00,canceled,0,US,0.00,0.00,2000.00 +1079802306,Ugli Studios Presents: #2,Comics,Comics,USD,2013-06-26,3000.00,2013-05-12 02:01:20,3166.00,successful,98,US,3166.00,3166.00,3000.00 +1079803751,Help fund Haywood County's first brewery outdoor music venue,Food,Food,USD,2013-02-06,10000.00,2013-01-07 18:40:48,110.00,failed,3,US,110.00,110.00,10000.00 +1079805236,The Chronic State - A Comedy Web / TV Series,Webseries,Film & Video,USD,2011-04-12,1000.00,2011-03-12 04:00:32,277.00,failed,3,US,277.00,277.00,1000.00 +107980735,Occupying the Frame,Photography,Photography,USD,2011-12-09,5000.00,2011-11-09 12:42:01,748.00,failed,23,US,748.00,748.00,5000.00 +1079809274,Online Ocean Exploration,Hardware,Technology,USD,2012-11-07,135000.00,2012-10-08 06:11:42,37869.00,failed,95,US,37869.00,37869.00,135000.00 +1079810004,VOYAGER - A Sci-Fi Series Based On Events From A Near Future,Science Fiction,Film & Video,USD,2015-09-13,25000.00,2015-08-08 08:46:44,27155.00,successful,135,US,27155.00,27155.00,25000.00 +"1079823887,""Release """"Human People"""" Worldwide!"",Comedy,Film & Video,USD,2015-03-02,1600.00,2015-01-31 01:47:16,1650.00,successful,21,US,1650.00,1650.00,1600.00" +1079833762,We Make Collective DIY Material Kits and Online Community,DIY,Crafts,GBP,2015-09-05,3000.00,2015-07-27 13:01:00,3608.00,successful,112,GB,5596.25,5564.64,4626.92 +1079844098,Wedding Hand Casts,Sculpture,Art,USD,2012-02-04,5000.00,2011-12-07 01:11:47,0.00,failed,0,US,0.00,0.00,5000.00 +1079856092,Chaos Arena - Battle Arena for Mobile!,Video Games,Games,AUD,2013-12-22,50000.00,2013-11-22 02:06:17,1.00,failed,1,AU,0.94,0.89,44543.43 +1079857019,ITouch ID Instant Kill Switch-Prevent Forced Unlocking,Apps,Technology,USD,2017-01-05,5000.00,2016-12-06 14:30:05,50.00,failed,1,US,0.00,50.00,5000.00 +1079859014,The Evening Guests EP,Indie Rock,Music,USD,2013-02-19,3000.00,2013-01-19 03:00:34,3684.00,successful,56,US,3684.00,3684.00,3000.00 +1079863724,Death of an Angel,Fiction,Publishing,USD,2014-04-17,6900.00,2014-03-18 20:51:33,150.00,failed,6,US,150.00,150.00,6900.00 +1079866652,SnapsByCharles_ Snapback Hat Trippy C's Snap Back,Fashion,Fashion,USD,2014-02-14,2500.00,2014-01-08 16:41:45,25.00,failed,1,US,25.00,25.00,2500.00 +1079866850,World Conflicts - Book 1 (A New Epic Fantasy Series),Fiction,Publishing,USD,2014-10-11,3300.00,2014-09-19 07:58:34,3446.00,successful,54,US,3446.00,3446.00,3300.00 +"1079871215,""Exhibition in Barcelona. """"Estamos hechos polvo"""" by Mareo"",Painting,Art,EUR,2016-03-03,4000.00,2016-02-11 14:32:30,4039.00,successful,35,ES,4561.65,4430.77,4387.99" +1079871298,Perennials: A Film & Exploration of Sustainability,Film & Video,Film & Video,USD,2011-11-20,6500.00,2011-09-21 02:41:55,6639.00,successful,104,US,6639.00,6639.00,6500.00 +"1079871595,""my art for the world, to open a lucrative art studio of own."",Mixed Media,Art,USD,2015-03-06,500.00,2015-02-04 18:42:59,105.00,failed,1,US,105.00,105.00,500.00" +1079873490,The Black Legion Clothing Line,Apparel,Fashion,GBP,2014-08-28,35000.00,2014-07-29 11:06:44,955.00,failed,26,GB,1621.30,1583.62,58038.31 +1079873557,RevelMent Live Sound Gear and Album,Metal,Music,USD,2017-06-30,5700.00,2017-05-31 05:07:16,1.00,failed,1,US,0.00,1.00,5700.00 +1079884456,The Cleansing Hour,Horror,Film & Video,USD,2015-09-17,30000.00,2015-08-25 22:40:56,31066.11,successful,316,US,31066.11,31066.11,30000.00 +107989209,Crusaders of Lornia: Trading Card Game & Comic Book,Tabletop Games,Games,USD,2016-04-21,5000.00,2016-03-22 14:26:14,5272.00,successful,46,US,5272.00,5272.00,5000.00 +1079895721,Benjamin Raye album,Music,Music,USD,2016-07-24,5000.00,2016-05-25 20:37:49,0.00,failed,0,US,0.00,0.00,5000.00 +1079901249,SweetSmarts Educational Mobile Collection for Kids,Video Games,Games,USD,2013-05-04,4200.00,2013-04-04 23:19:15,25.00,failed,1,US,25.00,25.00,4200.00 +1079902039,Border of Lights,Art,Art,USD,2012-10-01,2500.00,2012-09-05 02:11:17,5670.00,successful,98,US,5670.00,5670.00,2500.00 +1079906116,B Side Vinyl- Purses made from repurposed LP Records,Accessories,Fashion,USD,2015-07-06,2000.00,2015-06-06 00:36:58,160.00,failed,3,US,160.00,160.00,2000.00 +1079920330,R. Stanley's SKETCHBOOK Quarterly Comic Digest,Comics,Comics,USD,2012-02-25,1475.00,2012-01-21 05:40:44,0.00,failed,0,US,0.00,0.00,1475.00 +"1079927140,Britain's Music Studio,Music,Music,USD,2016-02-07,2000.00,2016-01-08 04:11:31,275.00,undefined,0,""N,0"""""",,275.00,2000.00" +1079930054,VESU Ceramic Travel Mugs,Ceramics,Art,USD,2017-12-16,12000.00,2017-10-17 00:00:15,638.00,failed,15,US,116.00,638.00,12000.00 +1079930905,Notes from the Underground: Readers on the NYC Subway,Photography,Photography,USD,2012-05-06,7000.00,2012-03-17 07:21:11,963.00,canceled,17,US,963.00,963.00,7000.00 +1079933004,'CHASE FROM XENOBU' Fashion Film,Fashion,Fashion,USD,2011-09-23,3300.00,2011-08-24 05:08:35,175.00,failed,4,US,175.00,175.00,3300.00 +1079933714,Witches' Magic Wands,Crafts,Crafts,USD,2015-10-10,60.00,2015-09-25 18:49:36,160.00,successful,4,US,160.00,160.00,60.00 +1079935299,CartRay Productions,Shorts,Film & Video,USD,2015-07-23,2000.00,2015-06-23 04:24:08,1.00,failed,1,US,1.00,1.00,2000.00 +1079942831,Canning Flavor Forward Craft Beer for Oklahomans,Food,Food,USD,2013-01-15,30000.00,2012-12-17 20:47:29,6810.00,failed,67,US,6810.00,6810.00,30000.00 +1079944435,Chef Anton's Delight’s,Cookbooks,Food,USD,2015-04-05,5000.00,2015-03-06 02:07:49,0.00,failed,0,US,0.00,0.00,5000.00 +"1079945908,""Help, Spirit Extreme Allstars Raise money for Spring Floor"",Performances,Dance,USD,2014-09-30,10000.00,2014-08-07 18:34:34,0.00,failed,0,US,0.00,0.00,10000.00" +1079947685,The Honorless,Shorts,Film & Video,USD,2012-03-15,5000.00,2012-01-15 01:15:37,0.00,failed,0,US,0.00,0.00,5000.00 +1079955726,Bearie Sanders and Wasteland Trump White Vinyl Stickers,Illustration,Art,USD,2016-03-10,100.00,2016-02-29 16:28:24,281.00,successful,23,US,281.00,281.00,100.00 +"1079960196,""""""Turn That Thing Around"""" Goes to Chicago!!!"",Immersive,Theater,USD,2015-07-03,3600.00,2015-06-03 06:34:14,4622.00,successful,52,US,4622.00,4622.00,3600.00" +1079973278,Ad-Man! a game of advertising mascots,Tabletop Games,Games,USD,2013-10-01,5000.00,2013-09-01 19:00:14,5193.00,successful,140,US,5193.00,5193.00,5000.00 +"1079973497,""April 21st, 2011: The American LGBT Experience."",Art Books,Publishing,USD,2011-04-13,400.00,2011-03-22 02:24:46,401.00,successful,5,US,401.00,401.00,400.00" +"107997815,""A Solar Powered, Eco Friendly Recording Studio"",Country & Folk,Music,USD,2010-06-08,12500.00,2010-03-10 15:39:36,1675.00,failed,32,US,1675.00,1675.00,12500.00" +1079985679,DECEPTION (Concept Art),Animation,Film & Video,USD,2014-04-24,450.00,2014-04-17 01:45:19,475.00,successful,16,US,475.00,475.00,450.00 +1079994715,Laser Cut Mdf Terrain for Wargames by T.J.H Models,Tabletop Games,Games,GBP,2013-05-29,10000.00,2013-04-29 20:04:05,6931.00,canceled,37,GB,10724.42,10559.91,15235.77 +1079997680,Cat Prints,Illustration,Art,EUR,2017-05-09,150.00,2017-04-24 17:52:12,52.00,failed,5,ES,0.00,56.55,163.14 +1079999045,Stacie's Cookbook Project,Nonfiction,Publishing,USD,2013-06-21,1750.00,2013-05-22 01:35:09,1790.00,successful,24,US,1790.00,1790.00,1750.00 +1080000430,KAN Core Chef Knife: A professional chef knife for everyone,Product Design,Design,USD,2017-11-28,7000.00,2017-10-23 18:04:50,132246.00,successful,1310,US,22496.00,132246.00,7000.00 +1080007177,Black Goji Berry Farm + Website (Canceled),Farms,Food,AUD,2016-04-01,150000.00,2016-02-01 09:02:25,0.00,canceled,0,AU,0.00,0.00,115207.37 +1080010373,Young Mountain Tea: A New White Tea from India's Himalayas,Small Batch,Food,USD,2015-03-19,24000.00,2015-02-17 17:00:28,30226.00,successful,372,US,30226.00,30226.00,24000.00 +1080011511,The Alaska Gold Project,Documentary,Film & Video,USD,2015-05-13,40000.00,2015-04-13 05:03:55,329.00,failed,4,US,329.00,329.00,40000.00 +1080024296,Ces Beauty Rocks Vegas 'The Play',Musical,Theater,USD,2015-03-07,15000.00,2015-02-05 01:44:48,0.00,failed,0,US,0.00,0.00,15000.00 +"1080030489,""Jak and Poi: a new twist on Rock, Paper, Scissors"",Video Games,Games,USD,2011-12-26,12500.00,2011-11-11 09:51:06,15712.55,successful,202,US,15712.55,15712.55,12500.00" +1080031021,The Law of Lunativity,Shorts,Film & Video,USD,2013-07-24,4000.00,2013-07-09 18:02:59,4030.00,successful,34,US,4030.00,4030.00,4000.00 +1080038827,Guide Lines: Plastic Underlays for your sketchbook,Graphic Design,Design,USD,2014-06-05,12000.00,2014-05-06 16:03:59,1425.00,failed,54,US,1425.00,1425.00,12000.00 +1080046051,META Full Length Fundraiser!,Rock,Music,USD,2011-07-12,1500.00,2011-06-07 21:40:39,1625.99,successful,42,US,1625.99,1625.99,1500.00 +1080054159,The Unsung Musicians of the Motown Empire,Film & Video,Film & Video,USD,2014-02-27,20000.00,2014-01-28 07:46:44,42.00,failed,5,US,42.00,42.00,20000.00 +1080067218,It's coming this October...Costa Rica's Paranormal Nightmare,Theater,Theater,USD,2012-08-11,20000.00,2012-07-12 22:28:11,0.00,failed,0,US,0.00,0.00,20000.00 +"1080072360,""NikosKids 3rd Funky Family Folk album """"In This Moment"""" Yeah!"",Music,Music,USD,2013-06-07,12500.00,2013-05-08 02:02:34,14140.00,successful,161,US,14140.00,14140.00,12500.00" +"1080074424,Help Super-onit get a van!!,Music,Music,GBP,2015-04-01,1200.00,2015-02-13 20:01:42,33.00,undefined,0,""N,0"""""",,48.85,1776.38" +1080084556,I love the Light,Photobooks,Photography,EUR,2017-04-29,1923.00,2017-03-30 00:38:49,1.00,failed,1,IT,0.00,1.10,2107.79 +1080090899,Project Guardian,Comics,Comics,USD,2011-12-01,5000.00,2011-10-02 02:04:42,734.00,failed,7,US,734.00,734.00,5000.00 +"1080090959,""Gallery @Victorian Village, WGT 2016"",Art,Art,EUR,2016-04-03,2500.00,2016-03-04 10:07:13,2724.00,successful,28,DE,2958.82,3095.28,2840.75" +1080091854,Velocity Patches,Graphic Design,Design,USD,2015-09-03,300.00,2015-08-03 20:00:54,59.00,failed,3,US,59.00,59.00,300.00 +1080095854,Patriots Tavern Building Expansion,Restaurants,Food,USD,2014-09-19,10000.00,2014-08-20 19:00:37,1845.00,failed,35,US,1845.00,1845.00,10000.00 +1080116342,Tiffany Mills Company is performing at La MaMa,Dance,Dance,USD,2015-12-21,5000.00,2015-11-21 18:02:13,5526.00,successful,69,US,5526.00,5526.00,5000.00 +1080118666,Romantic Comedy (Canceled),Narrative Film,Film & Video,USD,2012-11-04,10000.00,2012-09-28 23:16:44,355.00,canceled,20,US,355.00,355.00,10000.00 +108012173,PUFFER,Games,Games,USD,2014-12-07,500.00,2014-11-07 21:58:56,0.00,failed,0,US,0.00,0.00,500.00 +1080135945,Triple Win For Readers!,Theater,Theater,USD,2012-07-19,6300.00,2012-06-19 08:15:59,190.00,failed,4,US,190.00,190.00,6300.00 +1080140478,Commands for Life Toolkit,Product Design,Design,USD,2011-11-11,15000.00,2011-09-27 07:09:53,2859.00,failed,76,US,2859.00,2859.00,15000.00 +1080141083,Route 66 - THE MOTHER ROAD,Documentary,Film & Video,EUR,2017-08-23,130000.00,2017-06-24 16:42:20,86.00,failed,2,IT,0.00,101.55,153504.63 +1080145135,Remembering and Honoring Our Fallen Heroes,Jewelry,Fashion,USD,2015-03-11,5000.00,2015-02-09 20:17:41,5652.00,successful,21,US,5652.00,5652.00,5000.00 +1080157944,How I Learned to Stop Worrying and Lost My Virginity,Theater,Theater,USD,2011-07-28,3500.00,2011-06-28 20:05:04,3540.00,successful,42,US,3540.00,3540.00,3500.00 +"1080171759,""Tower of Gopal's New Album """"Party in Front, Merch in Back"""""",Electronic Music,Music,USD,2011-07-04,1000.00,2011-05-20 21:02:05,6.00,failed,2,US,6.00,6.00,1000.00" +1080178647,As if it should have been a quarry,Photography,Photography,USD,2013-07-25,5000.00,2013-06-25 19:17:58,6755.01,successful,74,US,6755.01,6755.01,5000.00 +1080181029,MUSEY Hair Jewelry Wraps (Canceled),Childrenswear,Fashion,USD,2015-01-26,100.00,2014-12-27 03:02:08,0.00,canceled,0,US,0.00,0.00,100.00 +1080183935,The Strange Room,Experimental,Film & Video,CAD,2016-07-18,8001.00,2016-06-18 00:30:50,2.00,failed,2,CA,0.77,1.53,6104.37 +1080185221,Incursion Dice Game,Tabletop Games,Games,USD,2016-05-22,6000.00,2016-04-12 19:42:47,163.00,failed,7,US,163.00,163.00,6000.00 +1080189787,Spændetrøje - Short film,Shorts,Film & Video,DKK,2016-06-22,10000.00,2016-05-26 23:50:41,13201.00,successful,39,DK,1979.90,1964.23,1487.94 +1080190611,Energy Efficient Heating Products (Canceled),Technology,Technology,USD,2014-07-10,100000.00,2014-06-10 00:07:15,246.00,canceled,7,US,246.00,246.00,100000.00 +1080210646,Brain Eaters,Narrative Film,Film & Video,USD,2012-09-07,850.00,2012-08-13 21:51:50,180.00,failed,5,US,180.00,180.00,850.00 +1080215605,Cabaret Salon Series presents Crush at City Winery,Country & Folk,Music,USD,2011-02-08,2800.00,2011-01-08 18:11:42,1460.00,failed,10,US,1460.00,1460.00,2800.00 +1080222571,Giant Meets World,Indie Rock,Music,USD,2015-10-14,10001.00,2015-08-23 05:48:17,12140.69,successful,177,US,12140.69,12140.69,10001.00 +1080222791,Mysteries,Tabletop Games,Games,USD,2015-04-29,2500.00,2015-03-30 18:12:27,101.00,failed,2,US,101.00,101.00,2500.00 +1080224624,Tea Time Cupcakes Updated,Food,Food,USD,2017-04-03,850.00,2017-03-22 16:35:40,850.00,successful,12,US,310.00,850.00,850.00 +"108022477,""The """"Realities"""" Series"",Painting,Art,USD,2013-01-03,8000.00,2012-11-29 09:31:07,100.00,failed,1,US,100.00,100.00,8000.00" +1080225013,1st Book Written In The Form Of Hip Hop w/CD-Ghetto Gospel,Nonfiction,Publishing,USD,2015-04-11,16000.00,2015-02-11 05:30:40,77.00,failed,2,US,77.00,77.00,16000.00 +1080228794,SURPRISE,Shorts,Film & Video,USD,2013-07-28,3500.00,2013-06-28 18:49:21,4151.00,successful,70,US,4151.00,4151.00,3500.00 +108023018,Legends of time - Playing Cards,Playing Cards,Games,USD,2016-07-27,1000.00,2016-07-06 19:25:23,187.00,canceled,7,US,164.00,187.00,1000.00 +1080231048,World Sessions: Hear The Unheard,World Music,Music,USD,2015-08-24,1500.00,2015-06-25 01:21:46,10.00,failed,1,US,10.00,10.00,1500.00 +1080242727,The Slayer Saga: Soulless.,Fiction,Publishing,USD,2014-06-20,100.00,2014-05-16 22:00:40,197.00,successful,14,US,197.00,197.00,100.00 +1080242974,Tweaker,Film & Video,Film & Video,USD,2012-04-02,2500.00,2012-02-17 17:06:31,3.00,failed,1,US,3.00,3.00,2500.00 +1080245971,My 1st album: Embrace The Music,Electronic Music,Music,USD,2017-08-02,25000.00,2017-06-23 10:49:00,22.00,failed,1,US,22.00,22.00,25000.00 +1080247697,Cliff Hines Quintet Northeast Tour (Spreading New Orleans Modern Jazz),Jazz,Music,USD,2010-08-30,1000.00,2010-07-14 15:32:58,1001.00,successful,23,US,1001.00,1001.00,1000.00 +10802477,DISCLOSURE: THE CLASSIFIED FILES (Canceled),Tabletop Games,Games,AUD,2016-07-20,30000.00,2016-06-20 09:36:55,745.00,canceled,13,AU,550.89,557.55,22451.73 +1080250597,Skips Stones For Fudge,Documentary,Film & Video,USD,2014-08-31,15000.00,2014-08-01 06:00:01,16673.88,successful,220,US,16673.88,16673.88,15000.00 +1080257212,Phone-2-PC,Software,Technology,USD,2014-01-02,1500000.00,2013-12-03 20:59:58,538.00,failed,68,US,538.00,538.00,1500000.00 +1080280064,Common Picnic,Public Art,Art,USD,2015-05-02,2500.00,2015-04-17 18:46:40,4245.00,successful,64,US,4245.00,4245.00,2500.00 +"108028097,""First Solo Album """"Happy"""""",Country & Folk,Music,USD,2012-02-24,6000.00,2012-01-25 07:18:42,6025.11,successful,102,US,6025.11,6025.11,6000.00" +1080293488,Yttrium Pentacobalt Magnet (Canceled),Technology,Technology,USD,2015-05-07,10000.00,2015-04-06 21:11:10,0.00,canceled,0,US,0.00,0.00,10000.00 +1080295747,Girl Noticed Nationwide Mural Project,Public Art,Art,USD,2016-08-01,5000.00,2016-06-28 15:20:04,6012.00,successful,62,US,1126.00,6012.00,5000.00 +1080299407,Elasticard -The credit card sized secure wallet 10 colours,Product Design,Design,GBP,2013-04-21,1000.00,2013-03-14 21:46:35,296.00,canceled,24,GB,442.22,458.06,1547.51 +1080300461,Be Part of an Italian farm,Farms,Food,EUR,2016-01-10,15000.00,2015-12-01 11:07:46,40.00,failed,2,IT,42.35,43.66,16371.08 +"1080304221,""America's Blues, Brews & BBQ (TV Series Pilot) (Canceled)"",Film & Video,Film & Video,USD,2013-06-12,115000.00,2013-05-13 14:52:26,372.00,canceled,9,US,372.00,372.00,115000.00" +1080304308,Why the long face? game,Tabletop Games,Games,USD,2015-12-03,8000.00,2015-11-03 19:45:35,8666.33,successful,234,US,8666.33,8666.33,8000.00 +1080306620,D AUGMENTED: an All-New Choral Experience!,Classical Music,Music,USD,2012-02-15,7500.00,2011-12-17 04:30:08,4645.00,failed,96,US,4645.00,4645.00,7500.00 +1080313697,By HIs Stripes Album / Walk In His Light,Faith,Music,USD,2014-08-14,2000.00,2014-07-15 08:20:26,135.00,failed,5,US,135.00,135.00,2000.00 +1080322360,9/11 Knit,Mixed Media,Art,USD,2011-10-08,2500.00,2011-09-08 20:06:38,3749.00,successful,76,US,3749.00,3749.00,2500.00 +1080323739,Ian makes a record!,Country & Folk,Music,USD,2016-02-29,3500.00,2016-01-22 06:22:42,420.00,failed,11,US,420.00,420.00,3500.00 +1080327570,room to room - A post-apocalyptic board game.,Tabletop Games,Games,USD,2017-11-02,4000.00,2017-10-03 06:13:54,482.00,canceled,12,US,471.00,482.00,4000.00 +1080329594,Wild Boar Hunter 3D,Video Games,Games,USD,2012-08-29,35000.00,2012-07-30 19:47:44,1.00,failed,1,US,1.00,1.00,35000.00 +1080346318,A Farm Stand for Bahner Farm!,Food,Food,USD,2012-04-14,12524.22,2012-03-15 15:52:18,13921.00,successful,160,US,13921.00,13921.00,12524.22 +1080355385,Pintstein™ - Turn a pint glass into a beer stein.,Product Design,Design,USD,2017-02-01,30000.00,2017-01-01 09:00:13,4480.00,canceled,82,US,432.00,4480.00,30000.00 +108035600,Skin Deep,Publishing,Publishing,GBP,2014-06-25,300.00,2014-06-11 20:00:20,562.01,successful,41,GB,944.82,957.25,510.98 +1080370010,DFW Elite Head shot photography,People,Photography,USD,2014-08-22,1200.00,2014-07-23 14:58:34,171.00,failed,8,US,171.00,171.00,1200.00 +1080370713,WINGMAN Protective Covers | The Un Case for your sunglasses,Product Design,Design,USD,2017-01-04,12500.00,2016-11-20 20:47:48,996.00,canceled,31,US,262.00,996.00,12500.00 +108037165,GLOW: The Story of the Gorgeous Ladies of Wrestling,Documentary,Film & Video,USD,2012-07-02,32787.00,2012-05-30 01:41:14,33157.11,successful,177,US,33157.11,33157.11,32787.00 +1080386749,Segment Hunter Cycling T Shirt and Apparel for Men and Women,Fashion,Fashion,USD,2013-03-24,864.00,2013-02-07 13:10:36,883.00,successful,33,US,883.00,883.00,864.00 +1080400909,FastButton 2.0 - Sew a button in less than a minute!,Fashion,Fashion,GBP,2017-07-01,3600.00,2017-06-01 19:48:55,2901.00,failed,129,GB,316.69,3741.34,4642.82 +1080402471,Bubble Butt,Fantasy,Film & Video,USD,2017-08-08,4000.00,2017-06-24 22:48:48,4414.50,successful,78,US,335.00,4414.50,4000.00 +1080402711,Tank Masters: World War II,Playing Cards,Games,USD,2016-09-15,9000.00,2016-08-16 19:00:13,2667.00,canceled,78,US,1010.00,2667.00,9000.00 +1080405665,Gypsy and His Band of Ghosts debut EP (Canceled),Indie Rock,Music,USD,2011-06-14,5000.00,2011-05-05 16:34:30,706.00,canceled,14,US,706.00,706.00,5000.00 +108041291,#PlanLikeABoss- Helping artists build successful careers,Art Books,Publishing,USD,2017-09-28,8100.00,2017-08-29 15:00:19,472.00,failed,12,US,0.00,472.00,8100.00 +108041396,Dane Ferguson hoping to master and press new album!,Country & Folk,Music,USD,2012-04-06,2500.00,2012-03-07 23:54:43,2595.00,successful,64,US,2595.00,2595.00,2500.00 +1080414854,ART BASEL SHOWCASE,Art,Art,USD,2012-10-18,3000.00,2012-09-18 00:37:27,3027.00,successful,20,US,3027.00,3027.00,3000.00 +"1080420608,""Faeries, Elves, and Elemental Wisdom - A new movie project"",Narrative Film,Film & Video,USD,2012-05-03,50000.00,2012-04-03 19:03:18,0.00,canceled,0,US,0.00,0.00,50000.00" +1080422968,Unmanned Landscaper,Robots,Technology,USD,2014-09-06,75000.00,2014-08-07 00:51:19,30.00,failed,2,US,30.00,30.00,75000.00 +1080430567,Tub-Time Treasures is growing!! It's time for a bigger tub!!,Art,Art,USD,2014-09-09,15000.00,2014-08-13 02:59:55,1504.00,failed,28,US,1504.00,1504.00,15000.00 +108043348,Kindred,Technology,Technology,USD,2013-08-14,25000.00,2013-07-15 08:19:07,1205.00,failed,11,US,1205.00,1205.00,25000.00 +1080435940,Electrical Materials Videos (Canceled),Technology,Technology,USD,2014-01-25,18000.00,2013-12-11 22:40:35,0.00,canceled,0,US,0.00,0.00,18000.00 +108043626,Seaside: A feature length thriller set on the Oregon Coast,Thrillers,Film & Video,USD,2016-12-22,38000.00,2016-11-22 14:43:47,38315.00,successful,301,US,4590.00,38315.00,38000.00 +1080442108,The Lord is my banner For his glory apparel! (Canceled),Apparel,Fashion,USD,2015-05-04,38000.00,2015-04-15 22:04:45,0.00,canceled,0,US,0.00,0.00,38000.00 +1080448004,Dark Storm: Ascension,Video Games,Games,USD,2015-09-02,50000.00,2015-08-03 09:57:01,7361.00,failed,275,US,7361.00,7361.00,50000.00 +"1080451855,""Lyndy Butler is """"GOING PLACES!"""""",Country & Folk,Music,USD,2013-06-21,7500.00,2013-05-22 18:40:27,7608.00,successful,130,US,7608.00,7608.00,7500.00" +1080456363,Strange Thing,Shorts,Film & Video,USD,2012-12-02,12000.00,2012-11-02 04:12:58,12175.00,successful,101,US,12175.00,12175.00,12000.00 +1080457985,talkED Podcast: Raising the bar,Radio & Podcasts,Publishing,USD,2013-11-17,700.00,2013-10-18 18:26:24,5.00,failed,1,US,5.00,5.00,700.00 +"1080458623,""Feature Film """"DUMB MONEY"""""",Film & Video,Film & Video,USD,2013-03-22,22000.00,2013-01-23 02:40:41,0.00,failed,0,US,0.00,0.00,22000.00" +1080459015,Iam By Nature - Make Fresh Skin Care at Home in Seconds!,Small Batch,Food,GBP,2017-12-06,16800.00,2017-11-16 22:15:24,165.00,failed,4,GB,70.98,221.36,22538.23 +1080464371,BED WITH B,Apparel,Fashion,USD,2017-04-20,50000.00,2017-03-20 18:36:39,33060.00,failed,232,US,6141.00,33060.00,50000.00 +1080470391,Home Delivered (Canceled),Documentary,Film & Video,GBP,2013-05-01,120000.00,2013-04-04 10:31:31,51.00,canceled,2,GB,76.92,79.33,186654.22 +1080481098,The Killer Cactus Comic,Comic Books,Comics,USD,2017-09-04,200.00,2017-08-09 17:49:11,401.00,successful,22,US,314.00,401.00,200.00 +1080483829,'Hymns To My Amnesia',Country & Folk,Music,USD,2013-11-01,6500.00,2013-10-02 19:50:28,7079.00,successful,159,US,7079.00,7079.00,6500.00 +1080483864,The Kayaker's Back-up Paddle,Product Design,Design,USD,2017-10-26,126800.00,2017-09-25 14:00:21,120.00,failed,2,US,0.00,120.00,126800.00 +"1080487720,""Natalie John's music, Unveiled. Be a part of the final stages!"",Pop,Music,USD,2010-03-13,3000.00,2010-01-28 15:46:56,3045.00,successful,71,US,3045.00,3045.00,3000.00" +1080488997,Bright Star || A New Worship Project From Aaron Strumpel,Music,Music,USD,2014-01-10,18000.00,2013-12-09 18:15:54,20676.00,successful,325,US,20676.00,20676.00,18000.00 +1080491112,Hullabaloo,Film & Video,Film & Video,CAD,2015-10-31,800.00,2015-10-16 19:14:14,820.00,successful,7,CA,634.39,621.17,606.01 +"1080491848,Youth talent band PLAY!GROUND LIVE on tour,Music,Music,DKK,2015-03-27,10000.00,2015-03-17 15:02:16,0.00,undefined,0,""N,0"""""",,0.00,1453.83" +1080496617,Klastic's Debut Album,Electronic Music,Music,USD,2013-07-06,1000.00,2013-05-07 22:10:19,20.00,failed,4,US,20.00,20.00,1000.00 +1080497614,Strain Wars: Playing cards Vol. 1,Playing Cards,Games,USD,2016-10-09,600.00,2016-09-18 23:19:10,469.00,failed,8,US,820.00,469.00,600.00 +1080501824,ICECUBES The Book!,Comics,Comics,USD,2012-03-01,3600.00,2012-02-01 04:39:51,3740.00,successful,58,US,3740.00,3740.00,3600.00 +1080503162,Crossing the River,Shorts,Film & Video,USD,2011-12-21,14800.00,2011-11-22 19:05:23,15316.00,successful,163,US,15316.00,15316.00,14800.00 +"1080514298,""“Witch City Soap”, A Halloween Web Series Set in the City of Salem (Canceled)"",Webseries,Film & Video,USD,2010-09-04,1000.00,2010-07-04 08:52:06,95.00,canceled,4,US,95.00,95.00,1000.00" +10805220,James-Joyce-Cycle Part IV,Theater,Theater,USD,2011-10-08,4900.00,2011-08-09 20:32:15,15.00,failed,1,US,15.00,15.00,4900.00 +108052363,Fannie's Ice Pops,Small Batch,Food,USD,2015-04-24,13500.00,2015-03-25 04:29:39,13585.00,successful,119,US,13585.00,13585.00,13500.00 +1080527676,NYU Graduate Film - Fish: A Boy in a Man's Prison,Shorts,Film & Video,USD,2010-12-01,10000.00,2010-11-06 20:54:11,11993.00,successful,112,US,11993.00,11993.00,10000.00 +1080530212,RaceWorlds™ Tabletop Game,Tabletop Games,Games,USD,2017-08-24,20000.00,2017-07-25 15:08:28,942.00,failed,10,US,450.00,942.00,20000.00 +1080542531,Wise Disguise - Marketplace for Unique and Homemade Costumes,Web,Technology,USD,2015-12-08,60000.00,2015-11-08 00:29:06,105.00,failed,3,US,105.00,105.00,60000.00 +108054388,Women with Something to Say.... And you Should Hear,Nonfiction,Publishing,USD,2013-03-14,300000.00,2013-02-12 23:33:14,0.00,failed,0,US,0.00,0.00,300000.00 +1080554037,Everything Reminds Us of Boobs: A Photo/Interview Book,Art Books,Publishing,USD,2015-10-29,10000.00,2015-09-29 16:52:05,270.00,failed,11,US,270.00,270.00,10000.00 +1080560991,Light House at the Invisible Dog,Performances,Dance,USD,2014-04-09,5500.00,2014-03-10 15:13:31,6026.00,successful,106,US,6026.00,6026.00,5500.00 +108056159,Beware The Ides of March!,Fashion,Fashion,USD,2012-05-04,5000.00,2012-03-20 14:38:51,25.00,failed,1,US,25.00,25.00,5000.00 +1080567496,15 foot Inflatable Trumpy the Rat (Castigat Ridendo Mores),Public Art,Art,USD,2017-04-19,10000.00,2017-03-20 20:36:46,10090.16,successful,227,US,6.66,10090.16,10000.00 +1080575217,Socks on the Beach: Surf-Styled Bamboo Dress Socks for Dudes,Footwear,Fashion,USD,2017-01-05,25000.00,2016-11-19 04:23:41,9462.70,failed,95,US,1068.00,9462.70,25000.00 +1080585580,Sophia Rae Playing Cards,Graphic Design,Design,USD,2014-05-24,10000.00,2014-04-24 08:55:15,2658.00,failed,100,US,2658.00,2658.00,10000.00 +1080589892,Mom Chung and the Fair-Haired Bastards Documentary,Documentary,Film & Video,USD,2012-09-27,2500.00,2012-09-06 21:35:32,847.00,failed,8,US,847.00,847.00,2500.00 +1080594724,Vanishing Act: A Glimpse into Cambodia's World of Magic,Nonfiction,Publishing,USD,2014-03-07,7500.00,2014-02-05 04:00:16,8488.80,successful,116,US,8488.80,8488.80,7500.00 +1080598637,I Am Joe - A metaphysical neo-noir revenge drama,Thrillers,Film & Video,USD,2015-07-20,5000.00,2015-06-19 21:34:45,800.00,failed,4,US,800.00,800.00,5000.00 +"1080608715,""""""Making It"""" In Hollywood 2014"",Shorts,Film & Video,USD,2014-03-13,2200.00,2014-02-13 15:42:33,2735.00,successful,8,US,2735.00,2735.00,2200.00" +1080610772,Zero Ruler V2,Technology,Technology,NZD,2017-09-07,1000.00,2017-08-08 13:27:20,5670.00,successful,290,NZ,1515.42,4143.83,730.83 +108062029,The Netherworld,Mobile Games,Games,GBP,2015-12-04,5500.00,2015-11-04 21:52:03,1.00,failed,1,GB,1.54,1.51,8326.77 +"1080620916,""""""Little Death: Songs of Coming & Going"""" - New Double Album!"",Music,Music,USD,2013-06-03,36500.00,2013-05-01 17:23:54,10250.00,failed,65,US,10250.00,10250.00,36500.00" +1080627217,Departure,Comics,Comics,USD,2015-05-08,2000.00,2015-04-08 23:46:48,2241.00,successful,42,US,2241.00,2241.00,2000.00 +1080628044,The Eyetalian Gravy Co.,Food,Food,USD,2017-07-24,500.00,2017-06-24 00:03:01,0.00,failed,0,US,0.00,0.00,500.00 +1080636729,100 Years of Denial,Print,Journalism,USD,2015-03-19,10000.00,2015-02-17 21:32:16,4936.00,failed,75,US,4936.00,4936.00,10000.00 +108063701,Help me make country music,Country & Folk,Music,USD,2017-09-13,1000.00,2017-08-14 21:12:12,21.00,failed,3,US,10.00,21.00,1000.00 +1080646695,Self-Match.com,Web,Technology,USD,2016-07-11,50000.00,2016-05-12 06:03:44,15.00,failed,2,US,5.00,15.00,50000.00 +1080649151,Self:Illuminated,Sculpture,Art,USD,2012-07-01,9000.00,2012-06-01 19:57:41,10168.00,successful,81,US,10168.00,10168.00,9000.00 +108064954,Unsettled,Shorts,Film & Video,EUR,2016-03-25,400.00,2016-02-24 22:12:06,408.00,successful,6,IT,450.62,466.42,457.28 +1080652281,pens handmade limited edition,Art,Art,EUR,2017-04-01,30000.00,2017-03-02 22:54:54,32.00,failed,2,IT,31.66,34.02,31890.13 +1080661168,WorkSpace Canada - Portrait of a Country,People,Photography,CAD,2016-04-20,20000.00,2016-03-06 20:32:16,5587.00,failed,27,CA,4190.60,4387.47,15705.98 +1080665823,Sleek Sound,Hardware,Technology,USD,2013-09-27,25000.00,2013-08-13 06:54:11,782.00,failed,27,US,782.00,782.00,25000.00 +"1080677380,""DQT's NEW, Exciting Playwright's/Directors' Workshop!"",Theater,Theater,USD,2011-05-12,500.00,2011-04-12 14:48:22,651.00,successful,31,US,651.00,651.00,500.00" +108067781,Roberto's Bar and Grille,Restaurants,Food,USD,2014-10-08,10000.00,2014-08-09 23:48:39,5.00,failed,1,US,5.00,5.00,10000.00 +"1080678529,""The League of Deniers: """"Jokes"""" from climate change deniers"",Publishing,Publishing,USD,2014-04-05,5000.00,2014-02-19 19:14:40,1135.00,canceled,3,US,1135.00,1135.00,5000.00" +"1080679390,""Orlando, FL - CD Recording Project at Paint it Black Studio"",Rock,Music,USD,2012-08-17,3000.00,2012-07-18 18:59:13,400.00,failed,7,US,400.00,400.00,3000.00" +"1080679508,""""""Love is ..."""" Playing Cards"",Playing Cards,Games,USD,2015-03-26,3000.00,2015-02-24 03:20:15,5888.00,successful,174,US,5888.00,5888.00,3000.00" +1080683994,Lenses for Multiplayer Mode the movie,Shorts,Film & Video,USD,2013-04-07,350.00,2013-03-08 06:00:24,385.00,successful,15,US,385.00,385.00,350.00 +1080684668,Non Nuclear Kill! - 3d Tactical Defense Mobile Game,Video Games,Games,USD,2013-10-01,5000.00,2013-08-31 10:08:52,1725.00,failed,21,US,1725.00,1725.00,5000.00 +1080703395,Sins Of The Devil,Film & Video,Film & Video,USD,2011-04-01,2500.00,2011-02-28 16:40:41,0.00,failed,0,US,0.00,0.00,2500.00 +"1080707837,""Opera SmackDown - Rachel Edie Warrick AKA """"Vox"""""",Classical Music,Music,USD,2014-03-14,500.00,2014-02-12 01:18:46,575.00,successful,22,US,575.00,575.00,500.00" +1080708211,Amherst is trying to record an album.,Rock,Music,USD,2012-08-23,500.00,2012-07-24 23:37:15,19.00,failed,1,US,19.00,19.00,500.00 +1080716627,Project One Can,Technology,Technology,USD,2016-12-14,2500.00,2016-11-14 18:17:10,101.00,failed,5,US,30.00,101.00,2500.00 +1080722982,Sandal Brigade Animated Series (working title),Animation,Film & Video,USD,2014-05-02,100.00,2014-04-02 20:26:24,150.44,successful,9,US,150.44,150.44,100.00 +1080731937,The 21 Day Habit Challenge - New Years Resolutions!!,Design,Design,GBP,2015-03-01,2000.00,2015-01-30 16:24:34,3.00,failed,3,GB,4.54,4.56,3036.84 +1080732782,Ugly Christmas Sweater Pins,Product Design,Design,USD,2017-12-05,500.00,2017-11-20 19:13:28,504.00,canceled,25,US,379.00,504.00,500.00 +10807328,TruNude™,Apparel,Fashion,USD,2016-11-27,20000.00,2016-10-26 17:00:23,20956.00,successful,186,US,5673.00,20956.00,20000.00 +1080745539,Sexy Things (Pilot Episode),Comedy,Film & Video,USD,2016-12-25,1498.00,2016-12-13 09:05:34,1498.00,successful,12,US,0.00,1498.00,1498.00 +1080753240,Introducing The Heavy Heads,Music,Music,USD,2010-12-21,3000.00,2010-11-21 00:37:14,0.00,failed,0,US,0.00,0.00,3000.00 +1080766080,Apartment B- A short psychological thriller,Shorts,Film & Video,USD,2014-04-26,1000.00,2014-03-27 13:50:58,125.00,failed,6,US,125.00,125.00,1000.00 +1080779938,American Heroes 9 to 5 - 100% KICK ASS FUN FOR EVERYONE!,Narrative Film,Film & Video,USD,2010-07-01,2500.00,2010-04-14 23:13:46,45.00,failed,3,US,45.00,45.00,2500.00 +1080780569,Patrick & Molly's Creative Adventure!,Music,Music,USD,2012-05-05,18000.00,2012-04-05 19:24:57,19154.00,successful,131,US,19154.00,19154.00,18000.00 +1080784798,The Relic Wowflute Ocarina (Canceled),Product Design,Design,USD,2014-11-04,5000.00,2014-10-16 18:36:58,2317.00,canceled,39,US,2317.00,2317.00,5000.00 +108078700,Rove Foam Roller 01,Product Design,Design,USD,2016-12-15,50000.00,2016-11-15 22:53:36,60263.00,successful,631,US,1160.00,60263.00,50000.00 +"1080791348,""Please make, """"On My Way to You"""" my reality!"",Fiction,Publishing,USD,2014-05-16,900.00,2014-04-16 23:47:44,25.00,failed,1,US,25.00,25.00,900.00" +108079515,360 Product Photography Turntable and Software,Camera Equipment,Technology,USD,2014-12-06,12500.00,2014-11-06 18:26:32,8715.00,failed,17,US,8715.00,8715.00,12500.00 +1080795672,A Travel Film About Tokyo Now and What it Offers,Documentary,Film & Video,USD,2017-03-03,5400.00,2017-02-01 21:33:50,100.00,failed,1,US,100.00,100.00,5400.00 +1080811625,ACMEScience.com,Journalism,Journalism,USD,2012-12-15,34000.00,2012-11-17 01:24:17,5985.15,failed,96,US,5985.15,5985.15,34000.00 +"1080813026,""Art show """"Basel Galore"""" @ Art Basel Miami beach"",Art,Art,USD,2016-11-05,7500.00,2016-10-21 14:03:36,0.00,failed,0,US,0.00,0.00,7500.00" +1080819566,Make the Rest up,Fashion,Fashion,USD,2016-02-21,10000.00,2016-01-22 21:03:56,10250.00,successful,92,US,10250.00,10250.00,10000.00 +1080822566,The Ultimate Apocalyptic Planet - 77 Worlds RPG James M Ward,Tabletop Games,Games,USD,2017-03-12,4000.00,2017-01-29 00:00:32,7201.00,successful,79,US,1600.00,7201.00,4000.00 +1080829238,'PUNX' Series Pilot (The Monkees: Ramones Style) (Canceled),Comedy,Film & Video,USD,2016-04-25,10000.00,2016-03-21 01:13:55,275.00,canceled,6,US,275.00,275.00,10000.00 +1080843584,Critical Mass 2: completion funds,Shorts,Film & Video,USD,2012-07-02,300.00,2012-06-11 22:57:43,15.00,failed,1,US,15.00,15.00,300.00 +1080843743,91 And Still Focused On How To Make It Better.,Apparel,Fashion,USD,2014-10-31,12000.00,2014-10-01 16:58:20,15799.00,successful,86,US,15799.00,15799.00,12000.00 +1080845058,Meimei + Po 2015 Calendar,Illustration,Art,USD,2015-01-11,3000.00,2014-12-22 15:09:21,4689.00,successful,73,US,4689.00,4689.00,3000.00 +"1080853773,""PostCard Book """"from a distance to you"""""",Anthologies,Publishing,EUR,2016-09-28,22000.00,2016-08-29 13:45:03,24785.55,successful,192,DE,1839.97,27663.06,24554.12" +"108085436,""Direct Action Media Academy Inc Outreach - Raleigh, NC"",Software,Technology,USD,2014-12-18,7310.00,2014-11-18 04:39:12,0.00,failed,0,US,0.00,0.00,7310.00" +"1080859792,""What an Elephant taught me about Kindness, kids book for you"",Children's Books,Publishing,USD,2013-05-09,7000.00,2013-04-09 03:45:39,545.00,failed,11,US,545.00,545.00,7000.00" +1080865131,Breaking The Chains - An Exodus to a New Genesis,Nonfiction,Publishing,USD,2016-01-29,9000.00,2016-01-08 04:01:36,939.00,failed,16,US,939.00,939.00,9000.00 +1080865772,Monty's Beef Co - 100% Pure Piedmontese™ Burger Patties,Food,Food,USD,2014-01-01,12000.00,2013-12-02 22:46:51,12521.00,successful,124,US,12521.00,12521.00,12000.00 +1080866905,Colorfolio: The Folio for the Adult Coloring Book Artist,Art,Art,USD,2016-06-20,3500.00,2016-05-24 14:01:12,187.00,failed,6,US,187.00,187.00,3500.00 +"1080869200,""The first inflatable mini """"I-DOME"""" simulator Movie Dome!"",Film & Video,Film & Video,USD,2014-05-11,9999.00,2014-04-09 23:37:15,1.00,failed,1,US,1.00,1.00,9999.00" +"1080871646,""""""The Fruit Troop"""" Animated Series: Episodes 2 and 3"",Animation,Film & Video,USD,2012-04-13,80000.00,2012-03-14 22:28:14,1775.00,failed,26,US,1775.00,1775.00,80000.00" +1080877837,Send Michael Kirkpatrick to Folk Alliance in Feburary,Country & Folk,Music,USD,2015-01-18,3025.00,2014-12-19 17:25:06,3176.00,successful,55,US,3176.00,3176.00,3025.00 +1080879186,Pietas Secularum,Nonfiction,Publishing,USD,2014-04-29,2000.00,2014-03-20 02:54:19,300.00,failed,2,US,300.00,300.00,2000.00 +1080881824,Free Shakespeare in Prospect Park,Theater,Theater,USD,2010-07-25,3000.00,2010-04-26 18:06:31,3145.00,successful,69,US,3145.00,3145.00,3000.00 +"1080897283,""""""White Cactus"""": Daughter of a Colombia Drug Lord"",Documentary,Film & Video,USD,2013-06-21,10000.00,2013-04-22 02:51:51,3419.00,failed,85,US,3419.00,3419.00,10000.00" +1080905632,The most comfortable camera backpack // compagnon explorer,Product Design,Design,EUR,2017-11-22,75000.00,2017-10-18 17:59:59,101343.00,successful,335,DE,40399.08,120365.58,89077.87 +1080910319,Mi Kidz: The Ultimate Cooking Playground,Web,Technology,USD,2016-06-04,54000.00,2016-05-05 07:24:25,332.00,failed,8,US,332.00,332.00,54000.00 +1080910339,The Jim Forsell Story,Documentary,Film & Video,USD,2012-05-26,45000.00,2012-04-26 19:49:43,0.00,failed,0,US,0.00,0.00,45000.00 +108091218,Rapid Prototyping Business,Technology,Technology,USD,2014-12-17,15000.00,2014-11-19 23:09:29,7.00,failed,1,US,7.00,7.00,15000.00 +1080913151,FunZilla Family Entertainment Center,Live Games,Games,USD,2017-01-01,375000.00,2016-11-02 19:50:23,110.00,failed,3,US,10.00,110.00,375000.00 +1080924067,Super light weight Carbon Bar end cap for road bikes,Product Design,Design,USD,2015-05-09,2000.00,2015-04-09 19:47:14,169.00,failed,5,US,169.00,169.00,2000.00 +1080925854,Downfall Rising: Resurrection,Rock,Music,USD,2015-10-29,1500.00,2015-09-14 18:30:53,0.00,failed,0,US,0.00,0.00,1500.00 +1080942855,The 9th Annual San Francisco AlteredBarbie Exhibition,Art,Art,USD,2011-11-22,10000.00,2011-09-23 06:38:10,331.00,failed,14,US,331.00,331.00,10000.00 +1080948163,Commissioning Song for Berks Youth Chorus MasterSingers,Classical Music,Music,USD,2013-12-04,1200.00,2013-11-04 19:58:07,1234.00,successful,27,US,1234.00,1234.00,1200.00 +1080950021,The Ba Gua Labyrinth.,Public Art,Art,USD,2011-07-30,2100.00,2011-07-09 05:34:37,2162.00,successful,44,US,2162.00,2162.00,2100.00 +1080955307,Transolar Galactica: Season II,Webseries,Film & Video,USD,2012-10-28,30000.00,2012-09-18 15:28:08,30885.41,successful,308,US,30885.41,30885.41,30000.00 +"1080957235,""Grubstake my next recording """"Love's the Key"""""",Jazz,Music,USD,2013-12-03,15000.00,2013-10-24 00:07:36,15101.00,successful,45,US,15101.00,15101.00,15000.00" +108095757,Chris Darby Presents: Instructional Songs For Quality Living,Country & Folk,Music,USD,2015-03-07,1200.00,2015-02-05 03:48:13,124.00,canceled,7,US,124.00,124.00,1200.00 +"1080957944,""The Fry Havoc Show, Season 1"",Comedy,Film & Video,USD,2017-06-21,6000.00,2017-05-09 00:21:37,2049.00,failed,49,US,635.00,2049.00,6000.00" +1080970431,DECA - A Handcrafted Deck Box Designed for Card Gaming,Tabletop Games,Games,USD,2014-05-23,5000.00,2014-04-23 04:50:25,12371.01,successful,158,US,12371.01,12371.01,5000.00 +1080972135,New Kickstarter Campaign is launching soon (Canceled),Art,Art,USD,2015-12-17,50000.00,2015-11-17 00:36:38,280.00,canceled,2,US,280.00,280.00,50000.00 +1080978884,Cities and Towns Painting Project,Painting,Art,USD,2013-09-18,35000.00,2013-08-19 14:47:25,155.00,failed,3,US,155.00,155.00,35000.00 +"1080983482,""Fire, Ashes & Flower"",Painting,Art,USD,2014-05-20,1570.00,2014-04-22 09:11:24,358.00,failed,4,US,358.00,358.00,1570.00" +1080988644,Help The Januariez Blow the Lid off SXSW!,Indie Rock,Music,USD,2012-03-20,1000.00,2012-02-28 02:16:03,1010.00,successful,22,US,1010.00,1010.00,1000.00 +1080989176,The Blind Eye,Photography,Photography,USD,2015-04-10,3500.00,2015-03-11 02:01:00,0.00,failed,0,US,0.00,0.00,3500.00 +1080992838,Bluebird Man,Documentary,Film & Video,USD,2013-07-31,15000.00,2013-07-01 03:57:51,17241.41,successful,207,US,17241.41,17241.41,15000.00 +"1080994754,""Bounce Metronome, Tune Smithy, Lissajous 3D... on Intel Mac!"",Software,Technology,GBP,2014-06-07,550.00,2014-05-04 21:15:31,686.50,successful,59,GB,1158.43,1164.45,932.91" +1080998009,Make 100 - abstract photography photo book,Photobooks,Photography,GBP,2017-02-16,200.00,2017-01-17 17:23:32,27.00,failed,2,GB,31.28,33.55,248.48 +108100411,Caribe Soul Food Truck,Food Trucks,Food,USD,2016-04-05,2000.00,2016-03-06 16:46:37,0.00,failed,0,US,0.00,0.00,2000.00 +"1081018582,""Music video for single """"Just a Matter of Time."""""",Music Videos,Film & Video,USD,2017-08-10,2000.00,2017-07-20 01:11:21,2344.00,successful,22,US,0.00,2344.00,2000.00" +"1081035276,""Portable Solar Generator, Water Filtration & 90+ days food."",Technology,Technology,USD,2015-05-15,30000.00,2015-03-29 23:20:44,10.00,failed,1,US,10.00,10.00,30000.00" +"1081041744,""Patriotic Capitalism, The Better American Way"",Nonfiction,Publishing,USD,2014-07-27,5000.00,2014-06-27 18:12:25,5.00,failed,1,US,5.00,5.00,5000.00" +"108104241,""When life gives you sprinkles, make cupcakes!"",Art,Art,USD,2011-12-25,12500.00,2011-11-15 21:24:09,3075.00,failed,55,US,3075.00,3075.00,12500.00" +1081059121,Highlight The Ultimate Sports Social Network App,Apps,Technology,USD,2016-07-02,14000.00,2016-06-02 21:13:34,20.00,failed,2,US,20.00,20.00,14000.00 +1081062792,THE PRODUCTION,Shorts,Film & Video,USD,2013-04-19,10000.00,2013-02-18 21:40:29,300.00,failed,6,US,300.00,300.00,10000.00 +1081068548,Decorative Stills for Your Office and Home,Woodworking,Crafts,USD,2015-07-22,500.00,2015-06-22 22:00:27,16.00,failed,2,US,16.00,16.00,500.00 +1081072104,Offer: Gummy Candy Graphics (Full Color Printed Candy Cakes),Food,Food,USD,2014-04-21,50000.00,2014-03-22 15:34:26,51.00,failed,2,US,51.00,51.00,50000.00 +1081073254,Last of the Lions $1 Comic,Comics,Comics,USD,2013-04-02,6000.00,2013-02-26 23:37:05,1693.00,failed,42,US,1693.00,1693.00,6000.00 +1081073607,Matimals - Bath Time Drying Mats for Infants & Children,Product Design,Design,USD,2016-03-19,7200.00,2016-02-18 04:54:42,540.00,failed,10,US,540.00,540.00,7200.00 +1081075662,PRINZ: The Courage to Speak,Documentary,Film & Video,USD,2012-05-24,20000.00,2012-04-24 19:54:16,21306.00,successful,237,US,21306.00,21306.00,20000.00 +1081094198,High Tide: the genies of the River performing in DUMBO,Sculpture,Art,USD,2010-09-06,4000.00,2010-07-19 14:39:03,165.00,failed,6,US,165.00,165.00,4000.00 +"1081095251,""Gloom of Kilforth: A Fantasy Quest Game, 1-4 heroes, 1-3 hrs"",Tabletop Games,Games,GBP,2015-09-27,48200.00,2015-08-28 01:01:39,75249.00,successful,1481,GB,118135.68,114131.23,73105.62" +1081095343,2nd Annual Sound Unseen International Duluth (SUID),Film & Video,Film & Video,USD,2011-06-09,3000.00,2011-05-08 00:26:33,3067.00,successful,19,US,3067.00,3067.00,3000.00 +1081102644,George the song,Electronic Music,Music,SEK,2016-01-02,6000.00,2015-11-03 20:48:59,0.00,failed,0,SE,0.00,0.00,703.43 +1081107402,Vault Time,Accessories,Fashion,GBP,2016-07-10,5000.00,2016-06-30 17:12:40,530.00,failed,6,GB,546.07,708.23,6681.45 +"108111508,""Maelorum, Volume Two"",Tabletop Games,Games,USD,2014-11-15,20000.00,2014-10-10 09:01:37,24562.00,successful,316,US,24562.00,24562.00,20000.00" +1081125644,Rap & Kids,Kids,Music,EUR,2016-02-16,6500.00,2016-01-17 23:43:17,100.00,failed,1,ES,109.14,110.96,7212.37 +1081136327,Help Pelzer's Bring More Pretzels to the People,Food,Food,USD,2015-11-03,75000.00,2015-10-04 19:07:20,911.00,failed,12,US,911.00,911.00,75000.00 +1081136744,Goat,Installations,Art,AUD,2014-08-06,350.00,2014-07-08 07:41:33,356.03,successful,24,AU,333.05,330.58,324.98 +108113751,Lily Rose - Our First Feature Film,Narrative Film,Film & Video,USD,2011-12-17,3250.00,2011-11-17 22:04:49,35.00,failed,2,US,35.00,35.00,3250.00 +"1081139420,The Rolling Stones; BEGGARS BANQUET; 50 Years in the Making,Rock,Music,USD,2011-08-12,4625.00,2011-06-04 01:17:48,20.00,failed,2,US,20.00,20.00,4625.00" +"1081146706,""""""Cuddles"""" Spooning Spoons with Feelings"",Product Design,Design,USD,2016-02-20,10000.00,2016-01-06 01:25:35,251.00,failed,11,US,251.00,251.00,10000.00" +108115705,The Blurred Web,Games,Games,GBP,2015-07-29,5000.00,2015-06-29 23:56:02,50.00,failed,1,GB,78.74,77.88,7787.92 +1081157526,The CHiL Factor,Hip-Hop,Music,USD,2013-02-13,2000.00,2013-01-14 02:09:44,0.00,failed,0,US,0.00,0.00,2000.00 +10811597,Laurel & Hardy: Spot On! (Book & CD),Nonfiction,Publishing,EUR,2016-12-15,7500.00,2016-11-02 21:33:49,13264.00,successful,222,DE,5120.11,13846.23,7829.22 +108116137,Disc | Smartest Quick Access Minimalist RFID Wallet,Product Design,Design,GBP,2016-12-17,1000.00,2016-11-01 23:50:32,3411.00,successful,86,GB,2560.97,4178.25,1224.93 +1081174991,A travel-blog from Italy (with sketches also),Journalism,Journalism,NOK,2017-10-01,20900.00,2017-09-01 19:31:36,710.00,failed,5,NO,0.00,88.69,2610.71 +"1081181669,""""""Tongues of Men and Angels"""": A Horror Show for Pitt USITT"",Theater,Theater,USD,2012-09-13,525.00,2012-08-14 01:54:09,626.01,successful,30,US,626.01,626.01,525.00" +1081182886,SpicyToilet's Book of Sons,Comics,Comics,USD,2014-04-19,2000.00,2014-03-20 20:34:32,211.00,failed,13,US,211.00,211.00,2000.00 +1081184047,FIONA McINTYRE: A TREE WITHIN,Painting,Art,GBP,2016-09-10,10000.00,2016-08-11 01:01:15,10114.00,successful,61,GB,129.93,13325.78,13175.58 +1081186301,NätTrollz!,Playing Cards,Games,SEK,2017-10-13,10000.00,2017-09-13 12:14:04,40205.00,successful,157,SE,1316.54,4943.50,1229.57 +"1081188119,""LAS VEGAS """"LAW"""""",Nonfiction,Publishing,USD,2016-05-22,25000.00,2016-04-19 18:50:06,104.00,failed,2,US,104.00,104.00,25000.00" +1081188449,AQUATICA // Exclusive Playing Cards,Playing Cards,Games,GBP,2016-01-03,8000.00,2015-12-04 10:01:11,8125.00,successful,123,GB,12129.42,11841.95,11659.77 +1081188912,MINDSWARM 2nd Studio EP,Punk,Music,GBP,2016-12-19,700.00,2016-11-20 23:55:18,820.50,successful,45,GB,1.85,1005.06,857.45 +1081197348,Cat Climbers: Your kitty overlord demands more wall space!,Product Design,Design,USD,2013-11-26,1000.00,2013-10-27 17:05:20,265.00,failed,13,US,265.00,265.00,1000.00 +1081199488,Support the AirSoft Friends Sonneberg e.V.,Live Games,Games,EUR,2016-09-03,20000.00,2016-07-25 23:32:07,0.00,failed,0,DE,0.00,0.00,22535.97 +108120016,The World's Never Ending Recipes Vol 1,Cookbooks,Food,USD,2014-11-02,50.00,2014-10-03 17:45:22,0.00,failed,0,US,0.00,0.00,50.00 +"1081200925,""Let's make """"Something New"""""",Rock,Music,USD,2013-03-07,3500.00,2013-02-05 02:00:19,3581.00,successful,27,US,3581.00,3581.00,3500.00" +108120191,KatzKab 10' EP Objet n°2 - II/III,Indie Rock,Music,EUR,2016-07-16,4000.00,2016-06-16 20:37:10,1982.00,failed,33,FR,1222.31,2182.96,4405.58 +"1081202299,""""""i's about the money."""" Get Money... Seminar Music Video."",Music Videos,Film & Video,USD,2015-12-15,1000.00,2015-11-14 00:39:15,0.00,failed,0,US,0.00,0.00,1000.00" +1081205277,Horror Life Tshirts,Fashion,Fashion,USD,2015-07-11,1000.00,2015-06-11 19:51:39,0.00,failed,0,US,0.00,0.00,1000.00 +1081216318,Gaming Stores,Gaming Hardware,Games,GBP,2015-07-26,5000.00,2015-06-26 00:41:56,28.00,failed,1,GB,44.07,43.61,7787.92 +1081217499,BreakingBad inspired Coffee Lab Walter's Coffee Roastery NYC,Food,Food,USD,2015-11-04,55000.00,2015-10-05 14:16:21,28109.00,failed,138,US,28109.00,28109.00,55000.00 +1081227042,Danz Cakez Opening,Food,Food,AUD,2015-12-20,35000.00,2015-11-20 22:36:23,0.00,failed,0,AU,0.00,0.00,25417.57 +1081233492,Kickstart Port St. Lucie's First Cajun Food Truck,Food,Food,USD,2011-05-21,80000.00,2011-02-19 03:07:15,35.00,failed,2,US,35.00,35.00,80000.00 +1081240218,Blood Relatives,Shorts,Film & Video,USD,2011-08-10,3000.00,2011-07-23 19:05:34,35.00,failed,2,US,35.00,35.00,3000.00 +1081242060,Hand made Briarwood Smoking pipes by Balandis,Woodworking,Crafts,GBP,2017-11-02,3000.00,2017-10-03 10:45:30,100.00,canceled,3,GB,133.70,131.09,3932.72 +1081243139,Pearlington- The Movie,Documentary,Film & Video,USD,2011-04-16,75000.00,2011-01-28 23:04:46,0.00,failed,0,US,0.00,0.00,75000.00 +108124680,Skipta Clothing,Apparel,Fashion,USD,2016-01-04,13500.00,2015-12-07 20:32:38,0.00,failed,0,US,0.00,0.00,13500.00 +1081250884,Why is a Tiger a Tiger?,Art Books,Publishing,USD,2012-08-10,5000.00,2012-07-11 05:36:21,5801.00,successful,124,US,5801.00,5801.00,5000.00 +1081253048,Just Live: Journey To The Five Kings,Video Games,Games,USD,2016-04-24,200.00,2016-03-25 20:05:39,1.00,failed,1,US,1.00,1.00,200.00 +108125983,The Not So Golden Age,Comics,Comics,USD,2016-02-19,920.00,2016-01-20 06:00:53,2095.00,successful,84,US,2095.00,2095.00,920.00 +1081266519,thebrendonburnsshow.com,Webseries,Film & Video,GBP,2014-07-31,8000.00,2014-06-11 01:40:10,4320.21,failed,85,GB,7260.55,7269.04,13460.54 +1081280082,Kill Pretty Magazine Issue 2,Periodicals,Publishing,USD,2011-08-20,5498.00,2011-07-21 02:20:36,390.00,failed,27,US,390.00,390.00,5498.00 +1081282651,The Narwhal's Wake - Feature Documentary Film,Documentary,Film & Video,USD,2016-09-02,100000.00,2016-07-19 00:21:27,12945.00,failed,79,US,155.00,12945.00,100000.00 +1081290935,Hand crafted 3D wall art Cardboard CULTout,Crafts,Crafts,GBP,2013-08-26,500.00,2013-07-27 01:40:53,107.00,failed,7,GB,163.77,165.83,774.93 +108129493,Upstate Rubdown's First Full-Length Album,Music,Music,USD,2015-01-02,20000.00,2014-12-03 14:39:32,21375.00,successful,207,US,21375.00,21375.00,20000.00 +108129965,Emaneska - The First Graphic Novel,Comics,Comics,GBP,2013-03-02,5000.00,2013-01-11 14:28:26,5617.00,successful,166,GB,8996.04,8441.67,7514.39 +1081300036,Suicide Thoughts (Canceled),Animation,Film & Video,USD,2014-12-23,17000.00,2014-10-24 05:20:31,0.00,canceled,0,US,0.00,0.00,17000.00 +108130384,The Rogues 10th Album - Hellbound Sleigh -The Christmas CD,World Music,Music,USD,2013-09-04,11000.00,2013-08-14 03:22:30,4125.00,failed,53,US,4125.00,4125.00,11000.00 +1081313636,No-bit: An artist book of analog drawings inspired by digital pixels.,Illustration,Art,USD,2009-06-15,300.00,2009-05-17 04:53:25,30.00,failed,2,US,30.00,30.00,300.00 +1081318825,Mini Cablox,Product Design,Design,USD,2013-03-18,4000.00,2013-02-14 22:32:52,10896.09,successful,746,US,10896.09,10896.09,4000.00 +1081319199,Artificial Ears,Hardware,Technology,EUR,2015-02-13,6000.00,2015-01-14 18:57:33,0.00,failed,0,NL,0.00,0.00,6828.58 +1081323292,DIANE'S SHORT FILM,Shorts,Film & Video,USD,2012-11-19,3500.00,2012-10-24 19:19:19,4145.00,successful,28,US,4145.00,4145.00,3500.00 +1081330901,Ochoverse: Octopuses of Cinema,Art Books,Publishing,USD,2017-06-24,180.00,2017-06-14 03:16:42,512.00,successful,21,US,238.00,512.00,180.00 +"108133194,""Earthbound Music Video, Lyric Video and Documentary"",Film & Video,Film & Video,GBP,2017-08-11,400.00,2017-06-12 20:05:40,585.00,successful,35,GB,127.42,759.29,519.17" +1081332106,Rock N Roller Remote Controller Ep. 5,Webseries,Film & Video,USD,2012-06-17,3752.00,2012-05-18 01:38:19,4188.01,successful,69,US,4188.01,4188.01,3752.00 +1081332531,LED COVING LIGHT,Technology,Technology,GBP,2014-03-12,37162.00,2014-02-10 10:35:28,1999.00,failed,14,GB,3280.32,3317.29,61669.43 +1081332967,Sarah Tracey Saves The Universe,Pop,Music,USD,2010-07-04,4000.00,2010-06-01 20:16:31,4085.00,successful,58,US,4085.00,4085.00,4000.00 +1081343166,Sliced Quarterly Vol. 1 - An Experimental Comic Anthology,Anthologies,Comics,GBP,2016-11-04,2700.00,2016-10-05 11:41:30,1841.00,failed,108,GB,780.12,2299.58,3372.55 +1081348705,Smart SMS Texting for Everyone: The SmushBox,Technology,Technology,USD,2013-04-19,20000.00,2013-03-20 18:00:25,35220.00,successful,168,US,35220.00,35220.00,20000.00 +1081353215,Anthony Beaucage EP,Pop,Music,CAD,2014-10-09,2500.00,2014-09-09 03:51:25,10.00,failed,1,CA,9.19,8.93,2232.74 +1081353908,Home Made,DIY,Crafts,USD,2014-11-08,50000.00,2014-10-09 01:27:20,100.00,failed,1,US,100.00,100.00,50000.00 +1081355488,Stab 7: Knife of the Hunter,Film & Video,Film & Video,USD,2013-03-16,2500.00,2013-01-29 23:25:36,550.00,failed,13,US,550.00,550.00,2500.00 +1081357731,#INEEDMOREBAGGIES,Hip-Hop,Music,USD,2015-04-18,3500.00,2015-03-18 23:42:40,1.00,failed,1,US,1.00,1.00,3500.00 +1081362265,The Bag Tag: Lighted Key Chain for School or Club Fundraiser,Product Design,Design,USD,2016-05-04,58000.00,2016-04-04 23:03:41,2.00,failed,2,US,2.00,2.00,58000.00 +"108136478,""Fairfax, AK's new album """"Wasted Youth"""""",Music,Music,USD,2016-08-16,2000.00,2016-07-16 01:11:41,2492.00,successful,43,US,180.00,2492.00,2000.00" +1081367500,Conversations with my God,Nonfiction,Publishing,USD,2012-11-03,15000.00,2012-10-04 02:37:39,0.00,failed,0,US,0.00,0.00,15000.00 +108137552,Empowering Education: a global study,Periodicals,Publishing,USD,2013-02-09,3000.00,2013-01-10 00:18:22,3289.04,successful,56,US,3289.04,3289.04,3000.00 +1081375606,Make Saucepot Publishing a Thing,Publishing,Publishing,USD,2014-09-25,300.00,2014-08-26 00:21:03,470.00,successful,18,US,470.00,470.00,300.00 +1081382907,Comme Chez Moi by Minoofi,Cookbooks,Food,EUR,2016-12-20,2000.00,2016-10-21 10:12:25,4239.00,successful,77,FR,241.55,4428.08,2089.21 +1081383371,Conrod: Apps for Your Car (Canceled),Hardware,Technology,AUD,2015-07-30,100000.00,2015-06-23 12:30:51,7025.00,canceled,21,AU,5464.45,5088.74,72437.52 +1081386329,Help the Jackie Myers Band make their 2nd album,Pop,Music,USD,2011-09-12,2000.00,2011-08-18 23:55:25,2525.00,successful,35,US,2525.00,2525.00,2000.00 +1081400303,Solar Powered Lighter/Fire Starter (Suspended),Hardware,Technology,USD,2015-11-07,5000.00,2015-10-08 18:56:26,550.00,suspended,25,US,550.00,550.00,5000.00 +1081403038,3D Printer into high quality figures,Sculpture,Art,GBP,2014-04-20,900.00,2014-02-19 21:58:46,12.17,failed,6,GB,20.36,20.46,1512.78 +1081408365,Ghost PokéZine,Illustration,Art,USD,2012-05-08,500.00,2012-04-23 22:55:14,1854.00,successful,72,US,1854.00,1854.00,500.00 +1081412118,Harley and the Egg - Become a Publishing Partner,Children's Books,Publishing,USD,2013-02-12,750.00,2013-01-23 00:06:39,277.00,failed,19,US,277.00,277.00,750.00 +1081413491,Black Slither Games' First Game! An epic card game.,Tabletop Games,Games,USD,2013-11-24,1500.00,2013-10-25 00:31:08,2179.00,successful,53,US,2179.00,2179.00,1500.00 +1081430505,Monster Trap,Tabletop Games,Games,USD,2017-06-09,8000.00,2017-05-09 16:01:11,2083.00,canceled,27,US,148.00,2083.00,8000.00 +1081444630,Voices From The Future,Spaces,Theater,USD,2017-01-31,500.00,2017-01-17 20:51:10,500.00,successful,8,US,20.00,500.00,500.00 +1081461659,Usagi & Mamoru Sailor Moon enamel pin,Crafts,Crafts,USD,2017-10-02,340.00,2017-08-03 22:19:53,844.00,successful,38,US,0.00,844.00,340.00 +1081462379,28mm Painted Dark Ages Miniatures,Tabletop Games,Games,GBP,2014-09-26,640.00,2014-08-27 09:57:34,60.00,failed,2,GB,99.54,97.85,1043.74 +1081464218,Lunes (Season 1) - A YouTube-based Webseries,Webseries,Film & Video,USD,2014-01-26,2200.00,2013-11-27 09:08:04,210.00,failed,2,US,210.00,210.00,2200.00 +108147313,Pamper Project,Web,Journalism,GBP,2014-08-15,250.00,2014-07-16 00:28:30,21.00,failed,6,GB,35.95,35.05,417.25 +1081484226,FaceStars,Theater,Theater,GBP,2016-05-17,300000.00,2016-04-19 10:37:34,2.00,failed,2,GB,2.83,2.91,437056.57 +1081487686,Nature's Paradox: How Biology Kills Relationships,Publishing,Publishing,USD,2016-08-01,2500.00,2016-06-17 22:47:41,0.00,failed,0,US,0.00,0.00,2500.00 +1081489565,No More Unwanted Undressing!,Childrenswear,Fashion,USD,2017-09-12,9000.00,2017-08-13 03:50:58,703.00,failed,8,US,675.00,703.00,9000.00 +1081494953,Beasts OCR - Attacking Obstacles Inside and Out,Games,Games,USD,2016-10-01,1500.00,2016-09-02 17:46:19,1722.00,successful,32,US,416.00,1722.00,1500.00 +1081501772,BattleMats: RPG Encounter Mats for Table Top Roleplaying,Tabletop Games,Games,GBP,2017-06-26,500.00,2017-05-23 19:52:10,11528.60,successful,474,GB,695.67,14961.91,648.90 +"1081504275,""Looking to publish a fantasy novel """"The Kings Assassin"""""",Fiction,Publishing,USD,2014-08-20,2500.00,2014-07-21 02:55:35,13.00,failed,5,US,13.00,13.00,2500.00" +1081510359,GREED (Short Film) (Canceled),Film & Video,Film & Video,GBP,2014-08-29,300.00,2014-07-20 15:53:53,0.00,canceled,0,GB,0.00,0.00,497.47 +1081512503,Hanbi Kids - Autumn/Winter : Changing the way children dress,Childrenswear,Fashion,USD,2013-08-19,15000.00,2013-07-20 15:52:11,20411.00,successful,124,US,20411.00,20411.00,15000.00 +1081513286,Opening a games arcade/gaming community builder,Video Games,Games,GBP,2014-11-09,50000.00,2014-09-10 23:47:43,1265.00,failed,14,GB,2035.21,1980.31,78272.98 +"1081517358,""""""This Is Not A Movie!"""" (A Short)"",Shorts,Film & Video,USD,2017-11-29,8000.00,2017-10-25 14:49:00,93.00,canceled,3,US,25.00,93.00,8000.00" +1081529476,Heroes' Gold,Tabletop Games,Games,USD,2015-09-30,5000.00,2015-09-16 15:57:44,21980.00,successful,642,US,21980.00,21980.00,5000.00 +1081539658,From Bedrooms to Billions,Documentary,Film & Video,GBP,2013-04-26,18000.00,2013-02-25 14:44:03,60550.42,successful,932,GB,91892.87,93702.29,27855.15 +1081541783,Daily Fantasy Sports | Sports Analytics Platform | DFS,Web,Technology,USD,2017-12-09,33750.00,2017-11-12 14:48:42,0.00,failed,0,US,0.00,0.00,33750.00 +1081548899,Vexel Cooler | First Smart & Modern Beer Koozie,Gadgets,Technology,USD,2017-11-24,50000.00,2017-10-25 19:39:58,3251.00,canceled,38,US,1396.00,3251.00,50000.00 +1081552800,Stories of Unknown Lives (SoUL),Web,Journalism,USD,2017-04-28,2000.00,2017-03-29 00:43:51,0.00,canceled,0,US,0.00,0.00,2000.00 +1081555946,Corpse Corp. #2: A high concept slasher comic,Comic Books,Comics,USD,2016-11-08,1000.00,2016-09-30 17:54:16,1157.00,successful,40,US,231.00,1157.00,1000.00 +108155622,IMPLIED Magazine,Photobooks,Photography,USD,2016-02-02,500.00,2016-01-09 20:47:21,1516.00,successful,32,US,1516.00,1516.00,500.00 +1081566004,The Survivor - A Short Film,Action,Film & Video,GBP,2014-12-19,1500.00,2014-11-19 14:15:15,16.00,failed,3,GB,25.04,25.04,2347.20 +1081567678,Reflections on the other and I. 3 performers moving and sounding,Dance,Dance,USD,2010-10-07,3000.00,2010-08-23 02:54:09,3000.00,successful,25,US,3000.00,3000.00,3000.00 +1081572010,A new online magazine dedicated to obstacle racing by racers,Periodicals,Publishing,USD,2013-03-09,500.00,2013-02-07 21:40:24,70.00,failed,2,US,70.00,70.00,500.00 +1081580349,Symphonica,Product Design,Design,USD,2016-08-31,11000.00,2016-07-26 16:02:36,14080.00,canceled,148,US,83.00,14080.00,11000.00 +1081582292,NinjaFrog,Video Games,Games,EUR,2015-11-06,10000.00,2015-10-07 11:48:42,115.00,failed,8,IT,128.61,124.94,10864.02 +"108159247,""""""Thought Amplify"""" Jewelry"",Jewelry,Fashion,CAD,2015-08-28,850.00,2015-08-15 07:11:56,0.00,failed,0,CA,0.00,0.00,640.49" +1081592706,The Pigment Project,Painting,Art,USD,2013-08-13,5000.00,2013-07-19 20:08:02,41.00,failed,3,US,41.00,41.00,5000.00 +1081608470,Tashtego: The Roll-up Travel Kit to Tame Your Toiletries,Product Design,Design,USD,2016-07-05,30000.00,2016-06-05 09:49:09,57256.20,successful,1100,US,57256.20,57256.20,30000.00 +1081610496,THE HAZARDS OF BEING FREE,Indie Rock,Music,USD,2017-12-19,5800.00,2017-11-09 21:49:17,5939.92,successful,45,US,191.92,5939.92,5800.00 +"1081610651,""Delicious, a musical feast"",Food,Food,USD,2012-04-16,5000.00,2012-03-22 20:08:04,10560.00,successful,133,US,10560.00,10560.00,5000.00" +1081615266,Aurec - capture high quality sound on the go!,Sound,Technology,USD,2016-06-13,50000.00,2016-05-03 16:42:53,421.00,failed,6,US,421.00,421.00,50000.00 +1081622416,Night Visions: Nightscapes of the West (Canceled),Photography,Photography,USD,2013-10-08,4500.00,2013-09-24 05:58:44,121.00,canceled,5,US,121.00,121.00,4500.00 +1081624688,Cards Against the Holidays (Canceled),Design,Design,USD,2015-12-17,250.00,2015-12-01 00:44:43,0.00,canceled,0,US,0.00,0.00,250.00 +1081631656,Ébéniste - Fine Wooden Jewelry,Jewelry,Fashion,CAD,2015-10-14,5000.00,2015-09-14 20:33:21,1889.00,failed,23,CA,1424.12,1461.28,3867.87 +1081633822,ProPain Band our 1st EP of 5 original songs,Rock,Music,USD,2017-08-11,5000.00,2017-07-02 15:18:32,5230.00,successful,67,US,22.00,5230.00,5000.00 +108164528,The Hillaring by Paperband,Jewelry,Fashion,USD,2016-09-15,9600.00,2016-08-16 00:00:40,2270.00,failed,56,US,72.00,2270.00,9600.00 +1081650880,Letters And Nightmares Anime,Animation,Film & Video,USD,2014-09-06,750000.00,2014-07-28 18:20:11,500.00,failed,1,US,500.00,500.00,750000.00 +1081662729,Unbreak My Heart (Canceled),Comedy,Film & Video,GBP,2015-03-08,450.00,2015-02-23 22:54:30,4.00,canceled,2,GB,6.16,5.91,665.14 +1081665156,Farmers Table Farm Mobile Project,Food,Food,USD,2012-04-24,10000.00,2012-02-24 20:06:25,1191.00,failed,26,US,1191.00,1191.00,10000.00 +108167145,Sincerely Audacious Situational Surrealism,Painting,Art,USD,2014-09-04,2500.00,2014-08-05 00:30:39,168.00,failed,5,US,168.00,168.00,2500.00 +"1081677097,""21 Years of Wisdom: An Extraordinary Triumph in Osaka, Japan"",Nonfiction,Publishing,USD,2014-12-06,15975.00,2014-11-06 22:33:01,16205.00,successful,55,US,16205.00,16205.00,15975.00" +1081679,Arie the Arapaima and His Marvelous Adventure Kids Book,Children's Books,Publishing,USD,2017-06-07,2900.00,2017-05-08 19:22:17,303.00,failed,5,US,199.00,303.00,2900.00 +1081694928,One Cock Brewery,Drinks,Food,USD,2014-09-15,50000.00,2014-08-18 22:58:49,51.00,failed,11,US,51.00,51.00,50000.00 +1081702992,Lyfe!,Performance Art,Art,USD,2015-04-22,6000.00,2015-02-22 06:51:42,0.00,failed,0,US,0.00,0.00,6000.00 +1081705572,FANTASTICA: The Art of MILOS SLAVKOVIC,Comics,Comics,USD,2015-10-14,99.00,2015-09-30 22:26:21,2645.00,successful,56,US,2645.00,2645.00,99.00 +"1081708189,""Documental """"Las Rastreadoras"""""",Documentary,Film & Video,MXN,2017-06-07,100000.00,2017-04-08 15:24:14,2050.00,failed,2,MX,2.66,112.57,5491.19" +108171940,Virtual Reality Artist,Digital Art,Art,USD,2017-01-25,2000.00,2016-12-20 10:42:12,45.00,failed,6,US,10.00,45.00,2000.00 +1081727855,FotoBomb international,Games,Games,GBP,2016-12-25,500.00,2016-12-04 13:00:13,529.00,successful,19,GB,0.00,651.29,615.58 +"1081732555,""BisonBlocks - Premium, Handmade Kitchenware"",Woodworking,Crafts,USD,2016-02-08,5750.00,2016-01-07 19:01:20,1584.00,failed,29,US,1584.00,1584.00,5750.00" +10817338,Arrah and the Ferns make a music video!,Indie Rock,Music,USD,2010-12-31,2000.00,2010-12-13 01:52:23,2110.00,successful,14,US,2110.00,2110.00,2000.00 +1081740302,Tibor Eichinger & Stefan Varga: Brothers in Art - New CD,Jazz,Music,EUR,2015-12-29,3000.00,2015-11-29 10:15:52,3173.00,successful,56,DE,3361.53,3454.43,3266.09 +1081740743,HereAfter Frames: Innovating how we remember,Product Design,Design,USD,2013-10-12,20000.00,2013-09-09 19:00:40,20692.00,successful,257,US,20692.00,20692.00,20000.00 +1081742945,Ephraim Brank Monument Project,Sculpture,Art,USD,2014-04-18,10000.00,2014-02-17 23:39:41,150.00,failed,3,US,150.00,150.00,10000.00 +1081743514,Backpacker on Wheels,Places,Photography,EUR,2016-04-16,5000.00,2016-02-28 11:18:02,6366.74,successful,47,FR,6960.40,7170.88,5631.52 +1081752850,Handbag Organizer for Mom,Product Design,Design,USD,2014-04-16,35000.00,2014-03-18 20:14:05,35140.00,successful,134,US,35140.00,35140.00,35000.00 +1081757720,KAURA OAT SOAP,Crafts,Crafts,CAD,2015-07-12,10500.00,2015-06-12 21:18:49,65.00,failed,1,CA,52.94,50.08,8090.61 +1081767462,Crisis of the 2nd Millennium: American Unexceptionalism,Nonfiction,Publishing,USD,2015-12-13,20000.00,2015-11-13 18:44:14,0.00,failed,0,US,0.00,0.00,20000.00 +1081770364,Fission Power,Tabletop Games,Games,USD,2017-03-17,10000.00,2017-02-15 20:08:07,1517.00,failed,35,US,0.00,1517.00,10000.00 +1081787109,This ___ Can: positive affirmation apparel!,Apparel,Fashion,GBP,2015-09-27,500.00,2015-08-28 21:39:26,70.00,failed,5,GB,108.46,106.17,758.36 +"1081788759,""""""Arsenic & Old Lace""""-- in BLACK & WHITE!!!"",Theater,Theater,USD,2012-09-24,2000.00,2012-08-25 18:26:53,2033.00,successful,27,US,2033.00,2033.00,2000.00" +1081790066,Claiming 2014,Mixed Media,Art,USD,2014-05-20,5000.00,2014-04-20 04:22:50,401.00,failed,7,US,401.00,401.00,5000.00 +1081794744,8yrs Old - Help To Build An IPAD GAME (free Updates),Mobile Games,Games,AUD,2016-12-11,10000.00,2016-11-11 22:30:31,210.00,failed,10,AU,118.83,153.96,7331.38 +1081801840,Magpie - Luxury Leather Goods,Product Design,Design,GBP,2015-05-22,500.00,2015-04-22 14:49:54,202.00,failed,11,GB,300.71,315.93,782.01 +1081809617,The Bristol Suspensions up at Edinburgh Fringe 2015,Music,Music,GBP,2015-07-17,500.00,2015-06-17 11:52:34,905.00,successful,39,GB,1412.66,1411.22,779.68 +1081810637,Crystal Wing 1st RC flying wing of it's kind,Hardware,Technology,GBP,2014-01-20,6750.00,2013-12-05 17:24:50,3113.00,failed,25,GB,5101.71,5139.00,11143.03 +1081811121,ELINTOON,Animation,Film & Video,USD,2014-07-13,7713.00,2014-06-13 19:13:50,0.00,failed,0,US,0.00,0.00,7713.00 +1081814925,The Practicing Companion - Violin Methods on DVD,Classical Music,Music,USD,2013-03-27,30000.00,2013-02-04 04:30:32,239.00,failed,3,US,239.00,239.00,30000.00 +"1081818873,""""""Artist in Focus"""""",Painting,Art,AUD,2014-03-21,6000.00,2014-02-27 04:06:32,6225.00,successful,25,AU,5615.87,5643.70,5439.71" +1081823927,Primer Projects: Fight Crime,Design,Design,USD,2014-09-22,1000.00,2014-08-21 18:04:05,1651.00,successful,106,US,1651.00,1651.00,1000.00 +1081827447,It's About Chirst - Debut Album,Faith,Music,USD,2017-01-06,12250.00,2016-12-17 06:31:15,120.00,failed,6,US,80.00,120.00,12250.00 +1081833002,AquaMermaid Tail - Finally Swim Like a Mermaid,Fashion,Fashion,CAD,2016-03-05,10000.00,2016-02-03 14:44:49,19091.00,successful,118,CA,13653.27,14405.04,7545.46 +1081842243,Don Juan's KILLER Oldies Vol.1,Music,Music,USD,2014-12-28,1000.00,2014-12-08 23:20:43,0.00,failed,0,US,0.00,0.00,1000.00 +108185775,Earth Brewery: A 3D Printed Tabletop Terrain Miniature,Tabletop Games,Games,USD,2016-12-01,500.00,2016-11-01 16:00:00,1505.00,successful,46,US,1057.00,1505.00,500.00 +1081860551,Capture Your Dreams On Canves,Television,Film & Video,USD,2015-05-26,10000.00,2015-03-27 19:33:41,0.00,failed,0,US,0.00,0.00,10000.00 +1081873318,Easter Bunny Origins: A Modern Reimagining,Children's Books,Publishing,USD,2017-03-18,1850.00,2017-02-04 05:56:21,167.00,failed,8,US,55.00,167.00,1850.00 +1081874099,CASCADIA The New Album from Noe Venable,Music,Music,USD,2014-03-21,10000.00,2014-02-19 19:01:04,17137.00,successful,266,US,17137.00,17137.00,10000.00 +"1081888316,""RICHARD CHEESE """"COCKTAILS WITH SANTA"""" 2013 CHRISTMAS CD!"",Music,Music,USD,2013-01-22,12025.00,2012-12-26 21:34:12,16845.24,successful,687,US,16845.24,16845.24,12025.00" +1081889335,Essie: The Story of a Child,Graphic Novels,Comics,USD,2017-06-30,1000.00,2017-05-31 16:08:31,58.00,failed,2,US,0.00,58.00,1000.00 +1081893862,Crushing Can Be Creative.,Art,Art,USD,2013-05-03,4000.00,2013-04-03 03:13:45,36.00,failed,5,US,36.00,36.00,4000.00 +"108190470,""""""Discovering Patsy!"""" A Web Series"",Webseries,Film & Video,USD,2012-03-28,8000.00,2012-01-29 01:20:28,0.00,failed,0,US,0.00,0.00,8000.00" +1081906051,GOOD MARTY - A Short Film,Narrative Film,Film & Video,USD,2011-08-23,6000.00,2011-06-24 05:40:01,40.00,failed,2,US,40.00,40.00,6000.00 +108190638,My Musical Tumor,Documentary,Film & Video,USD,2013-12-20,49999.00,2013-12-05 22:58:21,472.00,failed,7,US,472.00,472.00,49999.00 +1081925218,GunDetect - alerts you when it sees a gun,Technology,Technology,USD,2015-08-20,200000.00,2015-07-15 01:03:04,43718.00,failed,10,US,43718.00,43718.00,200000.00 +1081928099,$9 Clearest Phone Hologram (Pepper's Ghost Pyramid),Technology,Technology,CAD,2015-09-06,1.00,2015-08-07 02:45:35,7669.00,successful,331,CA,5814.05,5782.25,0.75 +1081928889,Boundead #2: Raiders Of The Abyss,Comic Books,Comics,USD,2015-09-01,2000.00,2015-07-30 23:07:14,2579.00,successful,137,US,2579.00,2579.00,2000.00 +1081929329,'Melodies of Nations' by the Romic - Moynihan Duo,Classical Music,Music,EUR,2015-09-05,9000.00,2015-08-06 15:29:28,1075.00,failed,13,IE,1167.14,1211.31,10141.19 +108193504,ShareMyBest.com - share your knowledge with the world,Web,Technology,USD,2015-04-09,10000.00,2015-03-10 03:12:27,14.00,failed,5,US,14.00,14.00,10000.00 +"1081943786,""""""HOLLYWOOD REASONS'"",Film & Video,Film & Video,USD,2012-10-21,3300.00,2012-09-17 09:58:33,225.00,failed,6,US,225.00,225.00,3300.00" +1081946719,Metahumans Rising RPG Redux,Tabletop Games,Games,USD,2017-10-14,4000.00,2017-09-08 18:49:39,4146.00,successful,134,US,1370.00,4146.00,4000.00 +"1081947287,""Chauncy Villeroy - Backless Dresses, No Bra Required"",Fashion,Fashion,USD,2012-10-07,15000.00,2012-09-07 00:28:46,21.00,canceled,2,US,21.00,21.00,15000.00" +1081968001,Début Music Album: Stained Glass Reflections (Canceled),Electronic Music,Music,CAD,2014-12-13,25000.00,2014-10-14 22:20:08,0.00,canceled,0,CA,0.00,0.00,21559.16 +1081970223,Unipop Jewellery Candles,Candles,Crafts,AUD,2016-11-21,2300.00,2016-10-22 04:26:33,56.00,failed,3,AU,38.47,41.68,1711.95 +"1081995315,""EVERYTHING IS SNAKES - pins, patches, and stickers!"",Accessories,Fashion,USD,2017-09-24,895.00,2017-08-25 23:52:58,1443.00,successful,61,US,542.00,1443.00,895.00" +1082004887,Give A Girl A Tutu!!,Fashion,Fashion,USD,2013-10-30,750.00,2013-10-09 20:15:45,1.00,failed,1,US,1.00,1.00,750.00 +1082005126,UNIVAQUE Speed fighter-Modern Vintage'70s Watch Chronograph,Product Design,Design,EUR,2016-09-10,34500.00,2016-08-06 12:04:17,5899.80,failed,41,DE,5690.20,6623.11,38729.67 +1082008367,Erik Pinto Exhibits at Alamo City Comic Con,Art,Art,USD,2013-09-26,3000.00,2013-09-09 17:35:57,20.00,failed,2,US,20.00,20.00,3000.00 +1082011274,There's Poop In My Soup - Pooping With Friends,Video Games,Games,USD,2017-05-25,10000.00,2017-04-25 20:59:10,1585.11,canceled,67,US,472.00,1585.11,10000.00 +1082013024,Mailboxes of Peru,Places,Photography,USD,2017-08-28,1200.00,2017-07-24 21:11:21,1201.00,successful,16,US,111.00,1201.00,1200.00 +10820178,Sci-Fi Dungeon Resin Pieces,Tabletop Games,Games,EUR,2016-12-07,5000.00,2016-11-07 12:30:38,1.00,failed,1,ES,1.11,1.06,5279.50 +1082026298,Bring The Classroom To Life with Augmented Reality,Technology,Technology,USD,2015-09-11,25000.00,2015-08-12 21:03:20,88.00,failed,7,US,88.00,88.00,25000.00 +1082033603,Uber Confessions,Television,Film & Video,USD,2016-08-06,3000.00,2016-07-07 22:27:37,1.00,failed,1,US,0.00,1.00,3000.00 +108204048,Fillmore Weatherproof Pant Co,Fashion,Fashion,USD,2012-11-13,20000.00,2012-10-24 14:22:18,4979.00,failed,37,US,4979.00,4979.00,20000.00 +"108204440,""Biking Follow Froome: oval chainring,10% more power!"",Web,Technology,EUR,2015-12-13,15000.00,2015-11-13 06:33:52,1410.00,failed,10,NL,1517.59,1527.88,16254.00" +1082046201,TIMELESS WOOD - BALANCING NATURE WITH CLASS,Product Design,Design,USD,2017-08-16,10000.00,2017-07-12 15:51:57,3850.00,canceled,38,US,574.00,3850.00,10000.00 +1082049054,Gallery Opening: American Landscapes,Photography,Photography,USD,2012-06-22,750.00,2012-05-24 01:12:28,1594.00,successful,31,US,1594.00,1594.00,750.00 +1082051576,Minecraft hosting community,Video Games,Games,USD,2016-12-05,5500.00,2016-11-05 03:16:47,10.00,failed,1,US,10.00,10.00,5500.00 +"1082051878,Films For The Broken,Film & Video,Film & Video,USD,2015-09-25,4400.00,2015-09-03 23:05:34,4545.00,undefined,0,""N,0"""""",,4545.00,4400.00" +1082053060,Cannection: finding your perfect date one card at a time.,Tabletop Games,Games,USD,2013-11-12,30000.00,2013-10-11 22:16:51,2592.50,failed,49,US,2592.50,2592.50,30000.00 +"108205602,""MITF short play lab production of """"Leaving Home"""""",Festivals,Theater,USD,2017-07-13,950.00,2017-06-20 15:27:15,1185.00,successful,16,US,620.00,1185.00,950.00" +1082056231,The Slav,Product Design,Design,USD,2014-08-30,15000.00,2014-07-31 18:02:32,0.00,failed,0,US,0.00,0.00,15000.00 +"1082057004,""Clothing For Nerds, By Nerds"",Printing,Crafts,USD,2017-10-27,2000.00,2017-09-27 12:05:29,271.00,failed,4,US,0.00,271.00,2000.00" +1082058591,The Chasing Arrows: #0 and #1,Graphic Novels,Comics,USD,2016-10-04,3500.00,2016-09-04 20:42:09,6103.00,successful,282,US,959.00,6103.00,3500.00 +1082061796,The Ol' Bar Game Font (Canceled),Typography,Design,CAD,2015-05-29,430.00,2015-03-30 19:47:54,4.00,canceled,1,CA,3.17,3.21,345.58 +1082062626,Jikininki,People,Photography,GBP,2014-10-03,3700.00,2014-08-04 17:15:16,2.00,failed,2,GB,3.36,3.21,5944.54 +1082067300,The Robot that Totally Saved Cleveland - A Card Game,Tabletop Games,Games,USD,2016-07-03,7500.00,2016-06-03 14:18:50,3455.00,canceled,53,US,3455.00,3455.00,7500.00 +1082076407,His Swaddling,Product Design,Design,USD,2015-05-04,750000.00,2015-03-05 05:19:11,1.00,failed,1,US,1.00,1.00,750000.00 +1082080992,SBX The Movie,Documentary,Film & Video,USD,2012-09-09,9000.00,2012-08-03 11:26:34,10803.01,successful,139,US,10803.01,10803.01,9000.00 +1082083071,GRIP N GROOM PET BRUSHES FOR CATS AND DOGS (Canceled),Product Design,Design,USD,2014-11-14,60000.00,2014-10-15 16:17:24,1806.25,canceled,33,US,1806.25,1806.25,60000.00 +1082087937,Pen Belt - a perfect companion for your Moleskine Notebook,Product Design,Design,USD,2016-07-15,1000.00,2016-06-15 05:38:40,44.00,failed,9,US,31.00,44.00,1000.00 +1082093065,Straggy and Chicka find a nest,Children's Books,Publishing,GBP,2015-02-13,600.00,2015-01-14 13:01:14,21.00,failed,3,GB,31.89,32.29,922.67 +1082094337,StudioX Back to BasiX Chemical Free Cosmetics,Fashion,Fashion,USD,2015-03-12,500.00,2015-02-10 03:42:10,103.00,failed,1,US,103.00,103.00,500.00 +"1082103709,""Finish Regan Lorraine's Debut Album, """"Shelf Life"""""",Country & Folk,Music,USD,2016-07-26,6500.00,2016-07-12 15:00:22,6893.00,successful,113,US,2525.00,6893.00,6500.00" +1082105725,The Vesper Theater Company presents Twelfth Night,Theater,Theater,USD,2011-10-09,1000.00,2011-09-09 20:27:17,40.00,failed,2,US,40.00,40.00,1000.00 +1082108394,Wretched Pinups Tour,Indie Rock,Music,USD,2014-07-11,1000.00,2014-06-10 05:42:35,1322.00,successful,32,US,1322.00,1322.00,1000.00 +1082109067,Mustache & Monster Mugs,Pottery,Crafts,USD,2011-12-31,4250.00,2011-11-29 19:02:58,4993.00,successful,102,US,4993.00,4993.00,4250.00 +"1082111116,""Theater: Irish Heritage Players present, A Rose for Danny"",Theater,Theater,USD,2013-09-22,10000.00,2013-07-26 19:45:18,1000.98,failed,17,US,1000.98,1000.98,10000.00" +"1082112148,""""""Tell 'em"""" new book by Liysa Callsen"",Nonfiction,Publishing,USD,2012-10-11,2150.00,2012-09-11 21:48:08,2435.11,successful,65,US,2435.11,2435.11,2150.00" +1082122438,Skype Man,Film & Video,Film & Video,USD,2011-08-28,3000.00,2011-07-29 06:39:03,0.00,failed,0,US,0.00,0.00,3000.00 +1082124572,Berry T-Shirts (2013),Fashion,Fashion,USD,2012-11-05,5000.00,2012-10-06 00:26:24,50.00,failed,1,US,50.00,50.00,5000.00 +1082125238,Fomp - Festival Simulator,Video Games,Games,EUR,2016-02-28,9999.00,2016-01-27 23:09:24,3041.00,failed,28,DE,3298.25,3335.97,10968.87 +1082125560,Space Elevator - 20XX,Games,Games,USD,2014-11-26,12000.00,2014-10-27 17:33:42,81.00,failed,4,US,81.00,81.00,12000.00 +1082126895,The Motor City Brick to Farmer Challenge,Farms,Food,USD,2017-03-25,25000.00,2017-02-23 14:25:23,0.00,canceled,0,US,0.00,0.00,25000.00 +1082135095,Cloud Nine,Film & Video,Film & Video,GBP,2017-03-21,1500.00,2017-02-19 09:24:27,1711.00,successful,52,GB,80.67,2134.80,1871.54 +1082141839,BarCode,Apps,Technology,USD,2015-12-22,65000.00,2015-12-02 04:46:06,0.00,failed,0,US,0.00,0.00,65000.00 +"1082145521,Stepping Toward the Lion; a documentary project,Documentary,Film & Video,USD,2013-01-01,8000.00,2012-12-02 22:59:06,8542.00,successful,140,US,8542.00,8542.00,8000.00" +1082164926,Chris Daemen DJ Trillex007 Producer & Creator of EDM Music!!,Electronic Music,Music,CAD,2017-08-10,15000.00,2017-07-11 05:11:09,0.00,failed,0,CA,0.00,0.00,11799.87 +1082167018,Be the fuel to start the fire for the Awaken The Shadow EP!,Rock,Music,USD,2014-11-29,5000.00,2014-10-30 20:17:29,5609.00,successful,60,US,5609.00,5609.00,5000.00 +1082214595,Shawl Wallah | Ethical Pure Pashmina/Cashmere Shawls/Scarves,Accessories,Fashion,CAD,2014-10-03,25000.00,2014-09-03 07:51:36,31201.00,successful,202,CA,28660.35,27900.38,22355.36 +"1082214750,""Funny, Useful, and Common Mistakes In Life (Canceled)"",Nonfiction,Publishing,USD,2012-05-31,5000.00,2012-05-01 18:18:13,0.00,canceled,0,US,0.00,0.00,5000.00" +1082214962,Miskatonic University - Department of Chemistry,Tabletop Games,Games,GBP,2014-11-09,200.00,2014-10-10 16:32:33,64.00,failed,16,GB,103.48,100.19,313.09 +1082216718,Coriolanus at the 2011 Philadelphia Fringe Festival,Theater,Theater,USD,2011-06-01,3000.00,2011-04-02 23:42:19,600.00,failed,22,US,600.00,600.00,3000.00 +"1082223657,""""""Don't Look"""" - A New Horror Feature Film"",Film & Video,Film & Video,USD,2013-03-26,50000.00,2013-02-05 00:55:26,50921.50,successful,501,US,50921.50,50921.50,50000.00" +1082229724,The only minimalist wallet for the ARTIST IN YOU!,Fashion,Fashion,USD,2013-10-10,10000.00,2013-09-10 04:03:54,75.00,failed,3,US,75.00,75.00,10000.00 +1082237073,The Curious Concepts Project,Illustration,Art,USD,2013-05-04,600.00,2013-04-04 09:03:55,634.00,successful,22,US,634.00,634.00,600.00 +1082240373,Mit dem Fahrrad um die Welt,Nature,Photography,EUR,2015-08-18,75000.00,2015-06-19 08:12:24,59.00,failed,3,DE,67.01,66.56,84607.14 +"108225286,""A BIGGER, BETTER New Jersey Pirates & Privateers Weekend!"",Festivals,Theater,USD,2014-09-12,3000.00,2014-08-13 16:01:04,366.00,failed,12,US,366.00,366.00,3000.00" +1082270588,Waking up from the American Dream. A non-fiction book,Nonfiction,Publishing,USD,2014-09-10,20000.00,2014-07-12 01:36:38,20.00,failed,1,US,20.00,20.00,20000.00 +"108227702,""Send """"Silken Veils"""" to the Edinburgh and Chicago Fringe Festivals!"",Theater,Theater,USD,2010-07-31,6500.00,2010-06-07 03:46:41,6530.00,successful,17,US,6530.00,6530.00,6500.00" +1082277659,Bullets & Angels: Rosary,Comic Books,Comics,USD,2015-07-16,1500.00,2015-06-06 02:00:16,3058.00,successful,76,US,3058.00,3058.00,1500.00 +1082280901,Baselamp - The Best Lamp Ever Made,Product Design,Design,USD,2015-07-18,30000.00,2015-06-17 22:14:15,81832.00,successful,663,US,81832.00,81832.00,30000.00 +1082281249,Thrive Study Series - Discover a life worth living,Publishing,Publishing,USD,2014-11-01,10000.00,2014-10-01 12:29:16,14767.00,successful,86,US,14767.00,14767.00,10000.00 +1082281304,Nowhere Man Lives,Comics,Comics,USD,2010-10-29,2000.00,2010-09-29 23:15:04,367.50,failed,11,US,367.50,367.50,2000.00 +1082286402,21st Century Dreamtime Lions: Debut Album,Music,Music,USD,2011-08-08,4000.00,2011-06-24 17:49:16,4195.00,successful,68,US,4195.00,4195.00,4000.00 +1082293640,Status Report!,Tabletop Games,Games,USD,2017-02-16,2200.00,2017-01-17 13:03:50,2934.00,successful,251,US,2351.00,2934.00,2200.00 +1082294972,UNDO Laces: Offset the Carbon Footprint of Shoes with Style,Product Design,Design,USD,2015-07-25,10000.00,2015-06-25 12:45:27,13582.00,successful,490,US,13582.00,13582.00,10000.00 +1082299979,Zephyr,Mobile Games,Games,USD,2015-09-09,10000.00,2015-08-01 17:04:00,100.00,failed,3,US,100.00,100.00,10000.00 +1082302761,Mello Entertainment,World Music,Music,USD,2016-09-18,100000.00,2016-07-20 22:47:35,2.00,failed,2,US,0.00,2.00,100000.00 +"1082310773,The Apple Watch in Business,Publishing,Publishing,EUR,2015-06-12,1499.00,2015-05-13 12:27:06,9.00,undefined,0,""N,0"""""",,10.10,1681.87" +108231285,Kustom Kittens,Crafts,Crafts,USD,2015-12-07,1000.00,2015-11-02 17:10:32,0.00,failed,0,US,0.00,0.00,1000.00 +1082315808,Mosquito Warz,Film & Video,Film & Video,USD,2012-11-14,5000.00,2012-10-31 00:29:47,201.00,failed,2,US,201.00,201.00,5000.00 +1082316700,Painting with Amor,Painting,Art,USD,2016-03-15,5000.00,2016-02-14 01:39:31,126.00,failed,3,US,126.00,126.00,5000.00 +1082319985,Raibarong: New Asian Heavy Action Comic Book,Comic Books,Comics,USD,2015-02-22,6000.00,2015-01-23 04:12:36,262.00,failed,12,US,262.00,262.00,6000.00 +"1082323753,""TRIPLE THREAT- CD Release of """"We Ain't Here to Dance"""""",Rock,Music,USD,2014-04-19,1500.00,2014-03-20 01:57:54,1602.00,successful,31,US,1602.00,1602.00,1500.00" +108233079,Fun Ads on Chicago Public Transit,Public Art,Art,USD,2015-09-05,4000.00,2015-08-06 21:18:55,330.00,failed,9,US,330.00,330.00,4000.00 +1082331320,iPhone and iPad protection! THE I-FOB.,Technology,Technology,USD,2011-12-17,22000.00,2011-11-02 00:03:38,683.00,failed,12,US,683.00,683.00,22000.00 +1082333244,Christmas Tree : The Decorating,Tabletop Games,Games,USD,2017-12-04,12.00,2017-11-26 18:02:08,1500.01,successful,124,US,448.00,1500.01,12.00 +1082334374,The lonley nomadic,Film & Video,Film & Video,CAD,2018-01-25,15000.00,2017-12-26 17:47:42,150.00,live,1,CA,117.88,119.82,11981.79 +1082336288,Revive Chinese Lion Dance in Fresno CA!,Performance Art,Art,USD,2014-02-17,2000.00,2014-01-22 20:27:13,2200.00,successful,26,US,2200.00,2200.00,2000.00 +1082337993,Sorting out a painting studio,Painting,Art,GBP,2017-10-09,4500.00,2017-09-04 12:32:37,89.00,failed,4,GB,15.54,118.13,5972.68 +1082338222,SuperCool Art - Educational art kits,Painting,Art,USD,2013-05-02,9000.00,2013-04-02 18:08:53,2910.00,failed,18,US,2910.00,2910.00,9000.00 +1082347565,Bustduck Theatre,Spaces,Theater,USD,2016-08-15,5000.00,2016-07-16 00:45:43,796.00,failed,9,US,345.00,796.00,5000.00 +1082349686,Angels Take Flight Project!,Crafts,Crafts,USD,2012-05-20,7000.00,2012-04-03 19:46:01,689.00,failed,16,US,689.00,689.00,7000.00 +"1082350679,This Is Harold follow up album,Music,Music,CAD,2015-08-12,3500.00,2015-07-13 19:25:42,50.00,undefined,0,""N,0"""""",,38.33,2683.23" +1082352258,Fund an original oil painting exhibition,Painting,Art,GBP,2017-02-26,700.00,2017-01-27 18:15:28,51.00,failed,2,GB,63.29,62.40,856.41 +1082356581,BELLE New York Magazine,Fashion,Fashion,USD,2016-11-21,30000.00,2016-10-31 23:22:53,36.00,failed,2,US,35.00,36.00,30000.00 +1082357710,$4 Commissioned Art,Mixed Media,Art,USD,2016-03-14,75.00,2016-02-13 08:05:25,411.00,successful,15,US,411.00,411.00,75.00 +1082361421,Frank Cervantes: Forgotten Summer,Indie Rock,Music,USD,2012-05-08,2500.00,2012-04-10 04:27:21,2540.00,successful,34,US,2540.00,2540.00,2500.00 +108236566,Imposter (marketing),Fiction,Publishing,USD,2017-04-09,950.00,2017-03-09 19:41:21,950.00,successful,8,US,100.00,950.00,950.00 +1082376693,Static,Film & Video,Film & Video,USD,2014-07-18,20000.00,2014-06-18 02:26:09,105.00,failed,2,US,105.00,105.00,20000.00 +1082378745,Moving to L.A.,Music,Music,USD,2014-10-04,5000.00,2014-09-08 00:49:09,400.00,failed,9,US,400.00,400.00,5000.00 +"1082379664,""New Album!! Let's put the """"COUNTRY"""" back in country music!!"",Music,Music,USD,2011-10-22,15000.00,2011-09-22 21:43:21,1057.00,canceled,9,US,1057.00,1057.00,15000.00" +1082383554,Multiplayer Free For All FPS,Video Games,Games,NZD,2014-11-20,130.00,2014-10-21 04:44:09,35.00,failed,2,NZ,27.72,27.72,102.98 +1082385901,Cat Sculptures. Now in original stylish packages.,Design,Design,USD,2012-08-31,200.00,2012-08-01 00:07:17,390.00,successful,15,US,390.00,390.00,200.00 +1082387051,Open Source 3D DLP Printer,Hardware,Technology,USD,2012-07-15,24750.00,2012-06-14 19:29:36,5881.00,failed,37,US,5881.00,5881.00,24750.00 +108239555,Help Jack butcher a pig for Katy,Bacon,Food,USD,2014-08-23,265.00,2014-08-09 00:50:58,265.00,successful,6,US,265.00,265.00,265.00 +1082399019,Open My Own Soup & Salad Restaurant,Restaurants,Food,USD,2015-07-02,40000.00,2015-05-05 15:22:50,25.00,failed,1,US,25.00,25.00,40000.00 +1082403627,Women of Troy: A Journal,Theater,Theater,USD,2012-08-01,5000.00,2012-07-12 03:21:18,5081.00,successful,48,US,5081.00,5081.00,5000.00 +1082404560,The Book of Judith,Art,Art,USD,2013-05-28,8000.00,2013-05-03 16:08:24,12002.00,successful,102,US,12002.00,12002.00,8000.00 +108240701,Palionic™ Pollen Resistant Clothing.,Technology,Technology,USD,2017-03-30,10000.00,2017-01-29 03:07:41,192.00,canceled,5,US,239.00,192.00,10000.00 +1082407664,Trabel - the earth of soul,Video Games,Games,EUR,2015-12-05,10.00,2015-10-31 10:42:46,285.00,successful,31,DE,312.96,312.08,10.95 +1082408443,International Wildlife Bond (IWB),Software,Technology,GBP,2015-10-01,4500.00,2015-09-03 17:50:38,310.00,failed,5,GB,474.49,470.18,6825.21 +1082416615,Light Your Life Project,Crafts,Crafts,USD,2012-09-06,350.00,2012-08-07 16:38:31,58.00,failed,7,US,58.00,58.00,350.00 +1082420953,Untitled: Tabletop Convention Doc.,Documentary,Film & Video,USD,2016-07-28,4000.00,2016-07-01 16:35:52,352.00,failed,8,US,260.00,352.00,4000.00 +"1082425779,""TH!NK AGAIN clothing (for the brave, wicked, or stupid)"",Apparel,Fashion,GBP,2015-09-21,3000.00,2015-08-21 15:36:57,114.00,failed,4,GB,178.77,173.01,4552.97" +1082426483,Lizard People: Lords of the Media,Tabletop Games,Games,USD,2017-05-01,15000.00,2017-03-31 20:37:17,1407.00,canceled,38,US,949.00,1407.00,15000.00 +"1082438382,""INTERACTIVE, EDUCATIONAL KIDS ART BOOKS, 8 LANGUAGES"",Children's Books,Publishing,CAD,2014-04-06,7500.00,2014-02-20 00:21:07,20.00,failed,2,CA,18.25,18.23,6837.45" +108245339,The Pill Pupper™: Your Dog or Cat's New Best Friend,Technology,Technology,USD,2017-09-29,33000.00,2017-08-30 17:01:07,1372.00,failed,35,US,69.00,1372.00,33000.00 +1082459177,Les's Deals on Wheels,Apps,Technology,AUD,2015-06-22,1500.00,2015-06-02 23:14:22,0.00,failed,0,AU,0.00,0.00,1148.46 +"1082460922,""""""I'm A Survivor"""""",Music,Music,USD,2013-09-19,3000.00,2013-08-29 19:54:54,545.00,failed,11,US,545.00,545.00,3000.00" +1082462270,Help my 11 year old Daughter publish a book,Children's Books,Publishing,USD,2016-04-01,5000.00,2016-03-02 18:46:05,0.00,failed,0,US,0.00,0.00,5000.00 +1082474115,Plant La La - The First Interactive Flower Pot,Technology,Technology,HKD,2017-08-14,10000.00,2017-07-25 06:22:30,1485.00,suspended,5,HK,152.19,189.85,1278.43 +1082479791,Nubia's Kickstarter Series1 : Star Wars Sticker & Art,Illustration,Art,USD,2016-12-02,250.00,2016-11-10 19:19:29,592.00,successful,31,US,201.00,592.00,250.00 +1082483687,Descubre San Cristóbal de Las Casas,Print,Journalism,MXN,2017-03-11,120000.00,2017-01-12 01:00:07,500.00,failed,1,MX,0.00,26.10,6263.37 +1082505418,Nightmare: The Game Comes to Life,Shorts,Film & Video,USD,2013-12-15,500.00,2013-11-15 01:38:38,605.00,successful,15,US,605.00,605.00,500.00 +1082524535,DIESELSTÖRMERS,Video Games,Games,USD,2014-05-23,50000.00,2014-04-29 12:09:02,52931.03,successful,1190,US,52931.03,52931.03,50000.00 +"1082534204,""Penna Sling Bag, designed specifically for DJI Mavic."",Product Design,Design,HKD,2017-12-15,80000.00,2017-11-06 11:04:17,18242.00,canceled,18,HK,644.16,2335.27,10241.31" +1082536520,Online Course: Foundations of iOS Development with Swift 4.0,Software,Technology,USD,2017-10-04,2500.00,2017-09-04 14:25:00,952.00,canceled,16,US,128.00,952.00,2500.00 +1082547674,Zero Gravity AX (Canceled),Games,Games,EUR,2015-08-03,115000.00,2015-07-04 14:02:28,926.00,canceled,37,DE,1027.10,1013.14,125821.95 +1082548402,The Incorruptible Library: a Girl Genius Graphic Novel,Graphic Novels,Comics,USD,2017-07-15,50000.00,2017-06-27 20:58:14,187321.00,successful,3039,US,12124.00,187321.00,50000.00 +"1082556921,""Clashing Blades! - Two-player, sword-fighting poker deck"",Tabletop Games,Games,USD,2013-09-01,800.00,2013-07-17 07:40:06,3336.60,successful,123,US,3336.60,3336.60,800.00" +1082557916,Koi Boy,Children's Books,Publishing,USD,2013-07-17,10000.00,2013-06-17 04:54:33,40.00,failed,1,US,40.00,40.00,10000.00 +108255801,Re-PRODUCE (Canceled),Food,Food,CAD,2016-04-04,1000000.00,2016-02-04 09:41:59,0.00,canceled,0,CA,0.00,0.00,764642.91 +1082559290,Russ Spiegel's Uncommon Knowledge: The Deep Brooklyn Suite,Jazz,Music,USD,2012-03-01,6500.00,2012-01-29 17:18:34,375.00,failed,9,US,375.00,375.00,6500.00 +1082567792,Some Bloody Sunday Extra Fundraiser,Shorts,Film & Video,USD,2011-11-06,500.00,2011-10-13 00:58:58,676.00,successful,12,US,676.00,676.00,500.00 +1082575284,Italiano the graphic novel series,Graphic Novels,Comics,USD,2017-07-01,10000.00,2017-05-30 16:45:59,10477.00,successful,159,US,2160.00,10477.00,10000.00 +1082581507,Longevity Keepsakes,Jewelry,Fashion,CAD,2017-12-10,2000.00,2017-11-10 00:51:58,245.00,failed,4,CA,78.34,191.93,1566.78 +"1082586312,""""""13 Project"""" 1/6 Scale collectable action figure"",Product Design,Design,GBP,2017-02-12,48500.00,2017-01-13 12:06:13,63271.00,successful,247,GB,27303.65,78609.23,60257.43" +1082586634,Help Me Help you Get Through the Day,Music,Music,CAD,2016-01-05,15000.00,2015-12-22 08:04:19,0.00,failed,0,CA,0.00,0.00,10633.77 +1082587559,Help 8th & Ivory make debut album possible!,Country & Folk,Music,USD,2015-08-01,3500.00,2015-06-04 23:40:13,1750.00,failed,23,US,1750.00,1750.00,3500.00 +1082592711,?PHANTOMS? Salt Circle Metals,Art,Art,USD,2014-10-01,4000.00,2014-09-02 22:30:38,4565.00,successful,68,US,4565.00,4565.00,4000.00 +1082597186,LEVEL - web app to answer business questions for money.,Web,Technology,USD,2015-02-21,1500.00,2015-01-22 06:59:18,127.00,failed,5,US,127.00,127.00,1500.00 +1082607940,Mumja Vinyl Sticker,Illustration,Art,USD,2016-02-01,100.00,2016-01-12 23:47:00,103.00,successful,10,US,103.00,103.00,100.00 +108260847,WeatherHYDE: an all season life-saving tent,Product Design,Design,SGD,2016-12-01,137500.00,2016-10-09 23:02:06,145095.00,successful,480,SG,1893.56,101985.66,96647.22 +1082617169,The Dinosaur Hunter - Classic FPS,Video Games,Games,USD,2014-10-01,20000.00,2014-08-27 15:49:15,40.00,failed,1,US,40.00,40.00,20000.00 +1082626594,Biasylli Brewing - Nano Brewery,Food,Food,USD,2012-07-16,12000.00,2012-06-21 15:43:40,605.00,failed,5,US,605.00,605.00,12000.00 +1082627696,Hugs for Bugs,Children's Books,Publishing,USD,2014-05-08,1200.00,2014-04-08 01:39:02,2140.00,successful,43,US,2140.00,2140.00,1200.00 +1082629271,Within,Horror,Film & Video,USD,2016-03-12,10000.00,2016-02-12 01:05:55,1376.00,failed,10,US,1376.00,1376.00,10000.00 +1082632968,Ms. Bula Banerjee,Shorts,Film & Video,USD,2015-07-01,12000.00,2015-06-02 22:29:57,12765.00,successful,171,US,12765.00,12765.00,12000.00 +1082647349,Road to the Pacific (Canceled),Documentary,Film & Video,NOK,2015-01-30,100000.00,2014-12-31 14:34:32,150.00,canceled,1,NO,20.11,19.20,12797.87 +1082652163,Lead the Emergence,Mixed Media,Art,USD,2013-08-28,1900.00,2013-08-09 20:12:09,0.00,failed,0,US,0.00,0.00,1900.00 +108265317,The Bold Creative,Design,Design,USD,2015-07-22,1000.00,2015-06-19 02:33:11,666.00,failed,31,US,666.00,666.00,1000.00 +1082659232,Have Mic Will Travel - Podcast,Audio,Journalism,USD,2014-12-18,3000.00,2014-11-18 02:43:08,3160.00,successful,32,US,3160.00,3160.00,3000.00 +1082676616,The Perfect Chow Mein,Food,Food,GBP,2014-08-26,20.00,2014-07-27 01:26:53,0.00,failed,0,GB,0.00,0.00,33.16 +108267834,Leave Your Footprint! Own A Piece Of Internet History!,Apps,Technology,USD,2015-01-21,100000.00,2014-12-22 21:22:56,122.00,failed,8,US,122.00,122.00,100000.00 +1082678779,Shrine of Orm,Video Games,Games,USD,2017-01-12,90000.00,2016-12-13 19:03:41,4260.00,failed,114,US,636.00,4260.00,90000.00 +1082687761,Peelable Automotive Paint,Technology,Technology,USD,2015-03-25,2000.00,2015-02-23 17:57:26,2000.00,successful,11,US,2000.00,2000.00,2000.00 +1082690733,Food Cart Tour With Raz Simone and Macklemore,Food Trucks,Food,USD,2016-05-28,3500.00,2016-05-12 23:55:49,1.00,failed,1,US,1.00,1.00,3500.00 +1082697979,H.P. Lovecraft: Cthulhu Mythos Great Old Ones Idols,Tabletop Games,Games,EUR,2016-01-31,500.00,2015-12-02 23:16:44,17038.00,successful,175,ES,18026.90,19085.92,560.10 +1082703006,BUTCHER: A LESSON IN CRIMINALITY #1,Comic Books,Comics,USD,2015-04-24,4500.00,2015-02-23 03:23:21,6050.00,successful,118,US,6050.00,6050.00,4500.00 +1082703970,Philthy Decisions (Canceled),Apparel,Fashion,AUD,2015-02-24,10000.00,2015-01-10 08:04:36,0.00,canceled,0,AU,0.00,0.00,7828.40 +1082719335,Grip Graphique: Custom Cut Griptape for Your Favorite Boards,Product Design,Design,CAD,2016-07-22,5000.00,2016-05-25 17:41:15,5013.00,successful,77,CA,1995.52,3824.67,3814.76 +1082720717,The Sanctuary: Tiny House Community,Architecture,Design,USD,2015-05-27,200000.00,2015-04-27 17:54:53,10.00,failed,1,US,10.00,10.00,200000.00 +1082725369,Waiting Spring - A Book about Confucian Merchants,Publishing,Publishing,USD,2016-11-21,22000.00,2016-09-22 05:29:47,10.00,canceled,1,US,10.00,10.00,22000.00 +1082731744,LYNX : Illuminate My Next Album and First Music Video!,Music,Music,USD,2012-10-28,18000.00,2012-09-18 19:23:01,18096.60,successful,206,US,18096.60,18096.60,18000.00 +1082742651,Baptised by Blood: London,Installations,Art,USD,2014-11-03,7300.00,2014-10-13 16:17:26,7410.00,successful,146,US,7410.00,7410.00,7300.00 +1082743863,The Complete Roslof Keep Campaign,Tabletop Games,Games,USD,2016-09-21,10000.00,2016-09-01 20:00:46,22097.00,successful,374,US,8782.00,22097.00,10000.00 +108274481,Zonk and the Gray Whale Birthday Party,Children's Books,Publishing,USD,2012-12-26,5000.00,2012-11-26 00:12:51,5222.00,successful,39,US,5222.00,5222.00,5000.00 +108274995,OuterSpace Studios + TSMP: 5 years!!,Performance Art,Art,USD,2015-08-01,3500.00,2015-07-14 16:07:52,3528.00,successful,40,US,3528.00,3528.00,3500.00 +1082751447,ROBOT,Fiction,Publishing,USD,2016-03-31,85000.00,2016-03-01 22:41:43,24.00,failed,5,US,24.00,24.00,85000.00 +1082752056,Soldier,Pop,Music,USD,2016-10-11,6000.00,2016-09-11 23:11:36,191.00,failed,8,US,0.00,191.00,6000.00 +1082758994,Barefoot Buttons,Gadgets,Technology,USD,2015-10-16,3500.00,2015-09-15 19:46:07,4265.00,successful,68,US,4265.00,4265.00,3500.00 +108275949,Tranqui Yanqui: Crazy Cardboard and Latino Flare in Europe,Performance Art,Art,USD,2011-05-12,1500.00,2011-04-12 22:59:11,1855.00,successful,36,US,1855.00,1855.00,1500.00 +1082763751,THE UNDERGROUND LIBRARY,Fiction,Publishing,USD,2009-09-12,3000.00,2009-08-06 18:05:57,3163.65,successful,56,US,3163.65,3163.65,3000.00 +"1082767676,""Streetwise Music """"Shut up and Play"""" (Canceled)"",Documentary,Film & Video,USD,2013-03-04,10000.00,2013-02-02 00:56:34,0.00,canceled,0,US,0.00,0.00,10000.00" +1082768051,Niteskool Music Video 2012,Film & Video,Film & Video,USD,2012-06-16,2800.00,2012-05-22 20:22:23,2804.00,successful,36,US,2804.00,2804.00,2800.00 +1082768551,Thought Real: The SoCal Podcast (Canceled),Journalism,Journalism,USD,2013-01-31,5000.00,2013-01-01 02:00:46,0.00,canceled,0,US,0.00,0.00,5000.00 +1082773279,Belgian Milk Chocolate Brownies,Food,Food,AUD,2015-08-14,5000.00,2015-07-15 04:53:04,60.00,failed,2,AU,44.63,44.32,3693.58 +1082779352,The Clown's Hammer,Film & Video,Film & Video,USD,2012-07-04,42000.00,2012-06-04 13:47:41,70.00,failed,2,US,70.00,70.00,42000.00 +1082779599,BRAND NEW - LOCK N' LOAD BULLET PENS - Handcrafted wood pens,Design,Design,USD,2013-11-18,1000.00,2013-10-24 05:52:34,2516.00,successful,26,US,2516.00,2516.00,1000.00 +1082783258,8:15 Book #1,Comics,Comics,USD,2013-07-04,4750.00,2013-05-29 20:31:42,1137.00,failed,19,US,1137.00,1137.00,4750.00 +1082799121,Champagne Taste On A Beer Budget,Music,Music,USD,2015-10-31,10000.00,2015-09-01 01:40:48,85.74,failed,7,US,85.74,85.74,10000.00 +1082804012,Miss Finknagle Succumbs to Chaos - short film,Shorts,Film & Video,USD,2013-05-01,6000.00,2013-04-16 00:17:29,6004.00,successful,60,US,6004.00,6004.00,6000.00 +"1082807918,""SOPLY- A special book, written by you!"",Poetry,Publishing,EUR,2017-03-30,6000.00,2017-02-28 13:20:33,239.00,canceled,9,IT,109.89,255.51,6414.57" +108281807,Nightblooms - An Art-Folk Album by Wilder Adkins,Country & Folk,Music,USD,2010-07-19,100.00,2010-06-19 06:06:24,15.00,failed,1,US,15.00,15.00,100.00 +1082820624,Exogenesis ~Perils of Rebirth~,Video Games,Games,USD,2014-05-23,32000.00,2014-04-23 03:07:31,56288.80,successful,1492,US,56288.80,56288.80,32000.00 +1082825133,iSensor HD: The World's Most Trusted Home Security Camera,Technology,Technology,USD,2014-09-03,1000.00,2014-08-04 19:30:07,103156.00,successful,685,US,103156.00,103156.00,1000.00 +1082825973,Teton Cougar Project,Technology,Technology,USD,2012-10-29,8000.00,2012-09-19 19:13:41,8032.23,successful,140,US,8032.23,8032.23,8000.00 +1082826405,Support Korhan Basaran's New Contemporary Dance Piece..,Dance,Dance,USD,2010-12-16,700.00,2010-11-28 17:46:57,927.00,successful,18,US,927.00,927.00,700.00 +1082839804,Limited edition cassette tape single. (Canceled),Music,Music,GBP,2013-08-05,150.00,2013-07-06 20:51:07,80.00,canceled,6,GB,120.43,124.20,232.88 +"1082844175,""The Next Big Thing, Edinburgh 2014"",Musical,Theater,GBP,2014-06-09,2400.00,2014-05-10 15:18:40,2530.00,successful,38,GB,4280.92,4291.41,4070.90" +1082848811,ikickyou.com,Web,Technology,USD,2017-04-26,15000.00,2017-03-27 15:55:31,26.00,failed,4,US,41.00,26.00,15000.00 +1082852950,Woodland Woodcarving Workshops,Crafts,Crafts,GBP,2013-04-06,3000.00,2013-03-22 16:18:22,3062.00,successful,162,GB,4631.25,4703.46,4608.22 +1082865580,Dad Talks Project,Webseries,Film & Video,USD,2016-04-20,15000.00,2016-03-21 17:16:12,1.00,failed,1,US,1.00,1.00,15000.00 +1082868401,cracking systems for cars,Technology,Technology,USD,2015-03-28,2000.00,2015-02-26 04:11:40,0.00,failed,0,US,0.00,0.00,2000.00 +1082869430,Minimal Home- First Versatile Bed Lamp / Flashlight,Product Design,Design,HKD,2016-10-04,260000.00,2016-09-14 12:06:50,439.00,failed,1,HK,0.00,56.59,33512.93 +1082879875,Help Ahna Phillips Make a CD!,Music,Music,USD,2012-03-02,4000.00,2012-02-13 17:20:14,4655.00,successful,87,US,4655.00,4655.00,4000.00 +1082881095,NanaHoneyBeekeepingCo.,Food,Food,USD,2016-04-16,4000.00,2016-03-17 00:04:06,204.00,failed,7,US,204.00,204.00,4000.00 +1082901023,Tablet Computer Stand,Product Design,Design,USD,2012-10-08,10000.00,2012-09-08 03:00:22,485.00,failed,20,US,485.00,485.00,10000.00 +10829032,Hip Hop Lockout - Part 3,Hip-Hop,Music,USD,2012-09-15,500.00,2012-07-27 20:08:49,30.00,failed,2,US,30.00,30.00,500.00 +1082906041,Song of the Sun,Documentary,Film & Video,USD,2011-11-19,20000.00,2011-10-10 02:04:55,632.00,failed,11,US,632.00,632.00,20000.00 +1082906683,Trip Green Comic,Comic Books,Comics,USD,2017-03-18,1500.00,2017-02-15 01:29:36,1659.00,successful,51,US,580.00,1659.00,1500.00 +1082925373,Real Boy — a documentary,Documentary,Film & Video,USD,2015-10-30,50000.00,2015-09-28 21:44:27,55053.01,successful,911,US,55053.01,55053.01,50000.00 +1082927494,Pinblock - Reimagine Building Blocks,Games,Games,USD,2015-02-25,10000.00,2015-01-26 19:00:45,18573.00,successful,419,US,18573.00,18573.00,10000.00 +1082928440,VisiBel Reflective Accessories - safety jewelry,Accessories,Fashion,USD,2015-04-30,20000.00,2015-03-31 15:41:01,304.00,failed,7,US,304.00,304.00,20000.00 +1082939541,Sondors Electric Bike - Most Affordable eBike. Ever.,Gadgets,Technology,USD,2015-10-17,75000.00,2015-09-17 13:52:25,1354793.97,successful,1996,US,1354793.97,1354793.97,75000.00 +1082944438,Carbon Fiber and Surf Resin Rings,Jewelry,Fashion,USD,2015-07-08,2000.00,2015-06-08 17:58:32,4645.00,successful,79,US,4645.00,4645.00,2000.00 +1082945826,Wolf Song,Fiction,Publishing,USD,2014-08-11,4000.00,2014-06-12 21:51:28,260.00,failed,9,US,260.00,260.00,4000.00 +1082950785,Cari Q - Solid Ground EP project,Country & Folk,Music,USD,2015-10-31,7000.00,2015-10-01 21:13:26,7746.01,successful,113,US,7746.01,7746.01,7000.00 +1082956850,Youth Created Theater: The Devil Will Drag You Under by SFS,Theater,Theater,USD,2012-03-29,500.00,2012-01-29 18:28:39,1005.00,successful,31,US,1005.00,1005.00,500.00 +1082957493,ZAG — The Missing Pocket for Your Laptop,Product Design,Design,SEK,2015-12-02,39000.00,2015-11-02 12:20:23,26220.00,failed,84,SE,3070.93,3082.82,4585.43 +1082961654,1001 English nights,Nonfiction,Publishing,GBP,2014-05-31,1200.00,2014-05-01 21:12:31,0.00,failed,0,GB,0.00,0.00,2019.05 +1082962624,The Worlds Inside My Mind,Anthologies,Publishing,USD,2015-02-23,550.00,2015-01-24 19:33:43,171.00,failed,7,US,171.00,171.00,550.00 +"1082981865,""Brothers, Once"",Video Games,Games,USD,2018-01-10,500.00,2017-12-11 18:57:13,226.00,live,4,US,0.00,226.00,500.00" +1082990328,100 enhancements to SuiteCRM in 400 days - open source,Software,Technology,GBP,2014-11-01,200000.00,2014-10-04 07:34:47,30194.50,failed,203,GB,48711.49,47766.28,316390.62 +1082990918,Murder Muffin - The Movie,Animation,Film & Video,CAD,2015-12-06,500.00,2015-11-06 12:37:00,85.00,failed,5,CA,64.67,62.21,365.93 +1083003769,Orchestra 2001 Chair in Memory of Arne Running,Music,Music,USD,2016-08-29,3500.00,2016-06-30 14:37:04,3775.00,successful,51,US,200.00,3775.00,3500.00 +1083005866,A DVD that will unlock the Magic of Creativity for children!,Performance Art,Art,USD,2014-02-17,2700.00,2014-02-01 17:53:58,2945.22,successful,78,US,2945.22,2945.22,2700.00 +"1083010102,""Double Tap Coffee, Serving the Military, Military Wife Owned"",Drinks,Food,USD,2016-09-10,10000.00,2016-08-18 21:19:21,86.00,failed,5,US,0.00,86.00,10000.00" +1083010709,You're Welcome!,Music,Music,USD,2016-11-07,30000.00,2016-09-23 15:08:13,77000.66,successful,734,US,25375.00,77000.66,30000.00 +1083012209,Spike Driven Shelves,Product Design,Design,USD,2013-03-15,2500.00,2013-01-29 08:27:59,4116.00,successful,43,US,4116.00,4116.00,2500.00 +"1083021515,""From Architecture to Art T-shirt """"Dialogue with flowers"""""",Design,Design,EUR,2017-08-02,500.00,2017-07-18 06:25:34,500.00,successful,10,BE,132.98,593.40,593.40" +1083023969,Barbell Butcher Beef Jerky from Amsterdam / Holland,Food,Food,EUR,2016-02-23,1500.00,2016-01-24 17:07:41,780.00,failed,16,NL,842.21,858.46,1650.89 +1083025321,Food Court Does SXSW!,Music,Music,AUD,2017-03-11,15000.00,2017-02-09 05:07:49,15251.41,successful,98,AU,1016.22,11747.22,11553.57 +1083036562,Sonata for Brass Featuring the San Francisco Opera Brass,Classical Music,Music,USD,2012-10-08,2000.00,2012-08-09 23:22:26,2075.00,successful,35,US,2075.00,2075.00,2000.00 +1083037821,THE WATER TANK PROJECT,Public Art,Art,USD,2012-07-06,1000000.00,2012-06-06 17:29:23,53422.00,failed,264,US,53422.00,53422.00,1000000.00 +1083040476,Solo?,Design,Design,EUR,2017-08-09,10000.00,2017-07-10 20:36:54,76.00,failed,4,FR,0.00,89.41,11764.98 +108304965,Nydis and the Wolves,Children's Books,Publishing,USD,2014-05-16,1500.00,2014-04-16 00:43:19,56.00,failed,5,US,56.00,56.00,1500.00 +1083057205,Incoherent Ramblings of a Crazy Bitch,Nonfiction,Publishing,USD,2015-05-25,100.00,2015-03-26 17:43:35,0.00,failed,0,US,0.00,0.00,100.00 +"1083061783,""Descants & Cadences, an Art Book by Stephanie Law"",Illustration,Art,USD,2016-05-13,26400.00,2016-04-14 17:40:51,116553.00,successful,998,US,116553.00,116553.00,26400.00" +1083062753,Straight White Teeth's latest EP & limited edition ZINE,Indie Rock,Music,USD,2015-10-20,1000.00,2015-09-20 19:02:49,2946.00,successful,51,US,2946.00,2946.00,1000.00 +1083064805,Hydra: a triple-output power supply for electronics projects,Hardware,Technology,USD,2013-03-09,10000.00,2013-02-07 22:08:19,92154.22,successful,479,US,92154.22,92154.22,10000.00 +1083066866,DIY- Krafs By Me,Journalism,Journalism,SEK,2015-02-10,55000.00,2015-01-27 18:55:47,505.00,failed,2,SE,60.46,59.94,6528.03 +"1083067043,""Military Moonshine """"The NCO"""""",Small Batch,Food,USD,2015-12-02,5000.00,2015-11-02 20:14:06,271.00,failed,3,US,271.00,271.00,5000.00" +1083067713,Larson's Treasurre,Print,Journalism,USD,2016-02-24,3000.00,2016-01-25 06:20:19,10.00,failed,2,US,10.00,10.00,3000.00 +1083071998,UNTOLD - Short Horror Movie,Horror,Film & Video,EUR,2015-10-23,2000.00,2015-10-08 17:32:13,0.00,failed,0,IT,0.00,0.00,2216.80 +1083076896,Spaces - A Short Art Film,Shorts,Film & Video,EUR,2015-09-20,500.00,2015-08-19 13:09:40,595.00,successful,20,NL,659.15,663.48,557.55 +1083080356,Island Food to Go (Canceled),Restaurants,Food,USD,2014-12-01,30000.00,2014-11-01 04:22:05,100.00,canceled,1,US,100.00,100.00,30000.00 +1083092013,Sons of Padde,Apparel,Fashion,CHF,2016-07-08,5000.00,2016-05-09 18:16:18,156.00,failed,6,CH,160.40,159.09,5099.02 +1083106135,The Human Soul Experience - Reflecting upon Our Journey,Literary Spaces,Publishing,CAD,2017-10-14,9500.00,2017-09-20 04:03:43,925.00,canceled,15,CA,86.19,740.36,7603.65 +1083107072,Social Theater: Building a Chance for All,Immersive,Theater,USD,2015-04-11,2000.00,2015-04-01 00:34:47,0.00,failed,0,US,0.00,0.00,2000.00 +1083108247,gratuitous simulacrum,Fiction,Publishing,CAD,2014-10-02,3500.00,2014-08-03 00:16:39,0.00,failed,0,CA,0.00,0.00,3129.75 +1083109458,The Adventures of Super Penguin,Comics,Comics,USD,2013-10-05,15000.00,2013-09-03 18:53:43,15164.26,successful,262,US,15164.26,15164.26,15000.00 +1083123885,Bryant's Cultural Narrative: Limited Edition Handmade Prints,Art,Art,USD,2014-12-17,4000.00,2014-11-17 15:32:03,4646.00,successful,92,US,4646.00,4646.00,4000.00 +1083129691,Tangled Fortunes - A Futuristic Comic Book,Fiction,Publishing,USD,2017-05-05,3500.00,2017-03-20 23:56:39,90.00,failed,6,US,0.00,90.00,3500.00 +1083130703,Matthew Rapp - EP,Pop,Music,USD,2016-01-16,1000.00,2015-12-17 02:59:10,1000.00,successful,23,US,1000.00,1000.00,1000.00 +108314068,Ouli's Ointment,Fashion,Fashion,GBP,2016-03-17,13000.00,2016-02-11 18:04:27,1849.00,failed,47,GB,2676.08,2678.66,18833.21 +"1083146332,""Body Paint Book titled COVERED, A Body of Work by Jen Seidel"",Art Books,Publishing,USD,2013-12-21,24000.00,2013-11-20 20:22:47,26608.00,successful,300,US,26608.00,26608.00,24000.00" +1083148815,Split Paradox: Skewing the Timeline,Tabletop Games,Games,USD,2017-04-16,12000.00,2017-03-14 05:42:14,71.00,failed,2,US,1.00,71.00,12000.00 +1083151055,Muscle Up Fitness Apparel,Apparel,Fashion,USD,2017-06-17,2500.00,2017-05-18 06:35:35,25.00,failed,1,US,25.00,25.00,2500.00 +1083163340,Ball Life,Games,Games,USD,2014-12-20,100000.00,2014-10-27 20:35:23,5.00,failed,1,US,5.00,5.00,100000.00 +"1083167069,""Spiritspan and Sane, two books, one couple, one dream."",Fiction,Publishing,USD,2013-07-09,10000.00,2013-06-09 18:01:12,26.00,failed,2,US,26.00,26.00,10000.00" +1083167742,Sarajevo,Performance Art,Art,USD,2011-09-08,100.00,2011-08-09 17:32:59,105.00,successful,7,US,105.00,105.00,100.00 +"1083175866,""""""Shadow Music of the Country"""" by Ah Holly Fam'ly "",Music,Music,USD,2011-04-06,3500.00,2011-03-06 05:08:20,815.00,failed,16,US,815.00,815.00,3500.00" +1083179592,Eventide Brewing Tasting Room Campaign,Drinks,Food,USD,2015-04-15,30000.00,2015-03-16 05:07:50,36459.00,successful,360,US,36459.00,36459.00,30000.00 +1083180971,Wolffepack Summit: The Ultimate Snowsports & Access Backpack,Product Design,Design,GBP,2016-11-21,15000.00,2016-10-05 15:08:06,40302.00,successful,258,GB,14820.95,50113.78,18651.84 +1083189309,Imperial Brewing Company Pilot Beer System,Drinks,Food,USD,2015-03-28,3500.00,2015-02-26 17:30:03,5.00,failed,1,US,5.00,5.00,3500.00 +"1083194208,""All Hands Restaurant – coming soon to Williamsburg, Brooklyn"",Restaurants,Food,USD,2016-11-25,10000.00,2016-11-10 15:24:57,11275.00,successful,63,US,100.00,11275.00,10000.00" +"108319736,""New Vintage Drums - """"Modern Classic"""" Custom Drums"",Product Design,Design,USD,2014-01-11,10000.00,2013-12-11 20:27:00,1035.00,failed,17,US,1035.00,1035.00,10000.00" +1083205575,Isabella @ Ailey,Dance,Dance,USD,2014-05-30,3700.00,2014-03-31 22:46:38,3738.00,successful,32,US,3738.00,3738.00,3700.00 +1083209829,SAVING LINCOLN - film release!,Narrative Film,Film & Video,USD,2013-01-30,30000.00,2012-12-28 00:57:50,62552.76,successful,809,US,62552.76,62552.76,30000.00 +1083218251,AVE: A Game of Deceit and Glory in Ancient Rome,Tabletop Games,Games,USD,2016-05-24,1200.00,2016-04-24 00:29:03,4084.00,successful,144,US,4084.00,4084.00,1200.00 +1083218876,Custom hard wood buttons,Woodworking,Crafts,USD,2015-02-26,4000.00,2015-01-27 00:05:29,92.00,failed,11,US,92.00,92.00,4000.00 +1083228625,Vintage Movie Club with Electronic Magazine,Periodicals,Publishing,USD,2014-10-11,12000.00,2014-09-11 18:59:58,55.00,failed,2,US,55.00,55.00,12000.00 +1083233094,Social Blindness App for Asperger's and Autism,Technology,Technology,USD,2013-05-15,40000.00,2013-04-08 19:45:58,11469.00,failed,169,US,11469.00,11469.00,40000.00 +1083242745,Corals & Clover,Candles,Crafts,USD,2015-10-01,5000.00,2015-09-01 17:45:30,0.00,failed,0,US,0.00,0.00,5000.00 +1083243534,Project Happy Hearts: Delivering Happiness,Product Design,Design,USD,2015-06-04,25000.00,2015-05-05 02:04:23,25214.00,successful,115,US,25214.00,25214.00,25000.00 +"1083248160,""ART EXHIBITION """"VIOLET PEACE"""" OF LANDSCAPE BY NATASHA MARSON"",Painting,Art,EUR,2016-12-22,7500.00,2016-12-01 21:37:50,50.00,failed,1,ES,53.17,52.23,7834.53" +10832563,WE Collective: The Next Step in the Evolution of Social News,Web,Technology,GBP,2015-10-15,50000.00,2015-09-25 13:00:27,1049.00,failed,27,GB,1600.16,1619.98,77215.31 +1083264935,Movie- Pill Girl,Shorts,Film & Video,USD,2012-06-28,550.00,2012-05-29 21:27:52,613.00,successful,12,US,613.00,613.00,550.00 +1083265543,Bingies! Collectible binge stickers for bitcoin enthusiasts!,Illustration,Art,USD,2017-11-29,500.00,2017-10-30 16:56:21,0.00,failed,0,US,0.00,0.00,500.00 +1083269084,THE BATBLADE,Fabrication Tools,Technology,CAD,2016-04-07,15000.00,2016-02-27 23:25:08,993.00,failed,36,CA,732.25,759.29,11469.64 +"1083275250,""Classic Game, New League The Gay Polo League Documentary"",Documentary,Film & Video,USD,2013-10-25,10000.00,2013-09-25 03:04:09,1387.00,failed,14,US,1387.00,1387.00,10000.00" +1083280330,Thank You For Waiting,Plays,Theater,USD,2015-11-05,1500.00,2015-10-06 22:44:40,2560.00,successful,57,US,2560.00,2560.00,1500.00 +1083281347,Not Completely Human - Living on the Fringe of Humanity,Nonfiction,Publishing,USD,2014-03-12,5000.00,2014-02-10 21:33:09,1490.00,failed,26,US,1490.00,1490.00,5000.00 +1083284527,Seven Wonders.,Sculpture,Art,SEK,2016-03-02,110000.00,2016-02-01 03:21:33,1450.00,failed,2,SE,169.14,170.41,12927.34 +1083292736,Creating Monsters,Narrative Film,Film & Video,USD,2012-05-06,15000.00,2012-04-06 20:39:43,0.00,failed,0,US,0.00,0.00,15000.00 +1083295047,A Theatre STATE of Mind -from Texas to Nebraska,Festivals,Theater,USD,2015-04-23,3000.00,2015-03-24 22:14:25,710.00,failed,14,US,710.00,710.00,3000.00 +1083299376,Adanna Duru EP Recording and Music Video (Canceled),Pop,Music,USD,2012-12-26,15000.00,2012-11-06 01:40:28,80.00,canceled,3,US,80.00,80.00,15000.00 +1083301653,6 Acres- horror/suspense/thriller. est. 90 minute run time,Thrillers,Film & Video,USD,2015-05-29,2500.00,2015-04-29 00:37:10,0.00,canceled,0,US,0.00,0.00,2500.00 +"1083302378,""Self-publishing My Autobiography - Diary of an """"N-Word"""""",Fiction,Publishing,USD,2010-12-20,3000.00,2010-11-05 00:30:25,110.00,canceled,3,US,110.00,110.00,3000.00" +1083315567,8 Limbs: Exploring the Art of Muay Thai (Documentary),Documentary,Film & Video,USD,2011-07-06,9700.00,2011-04-07 13:03:12,127.00,failed,4,US,127.00,127.00,9700.00 +1083315946,Devil Mountain Coffee... So Powerful its a Sin,Drinks,Food,USD,2017-07-05,40000.00,2017-06-05 20:51:53,51.00,failed,3,US,25.00,51.00,40000.00 +1083319095,No Sweets For Santa - A Children's Book,Children's Books,Publishing,USD,2010-11-01,1400.00,2010-10-02 02:45:51,2380.00,successful,75,US,2380.00,2380.00,1400.00 +1083328432,Still Amy - Continued,Documentary,Film & Video,USD,2011-01-21,50.00,2010-10-23 04:14:57,85.00,successful,3,US,85.00,85.00,50.00 +1083339305,Guap: A Comedy. About Gentrification.,Webseries,Film & Video,USD,2016-08-18,19967.00,2016-07-15 23:32:19,0.00,canceled,0,US,0.00,0.00,19967.00 +1083343483,Josh's New EP Shivers,Pop,Music,USD,2012-11-18,5000.00,2012-10-29 20:07:05,5672.00,successful,46,US,5672.00,5672.00,5000.00 +1083347484,Free Falling,Fashion,Fashion,USD,2014-04-18,2000.00,2014-03-19 19:48:44,204.00,failed,9,US,204.00,204.00,2000.00 +1083349313,The Day's Weight Debut Album,Country & Folk,Music,USD,2011-06-11,7500.00,2011-05-06 15:07:24,7560.00,successful,30,US,7560.00,7560.00,7500.00 +1083353064,DEVILS & BLACK SHEEP minigame of wretched scum & villainy,Tabletop Games,Games,USD,2016-05-02,1900.00,2016-04-01 19:05:13,9228.00,successful,971,US,9228.00,9228.00,1900.00 +1083360284,TruthSeeker App,Apps,Technology,GBP,2014-10-12,5000.00,2014-09-30 19:07:47,203.00,failed,6,GB,329.56,327.22,8059.71 +1083360746,Breakfast With Bukowski ,Shorts,Film & Video,USD,2011-04-06,750.00,2011-03-22 08:07:23,865.00,successful,26,US,865.00,865.00,750.00 +1083368593,Sir Rapping Hood,Animation,Film & Video,USD,2016-04-23,125000.00,2016-03-24 00:36:34,11.00,failed,2,US,11.00,11.00,125000.00 +1083368716,The End All Be All of Music,Punk,Music,USD,2015-04-18,875.00,2015-03-19 04:21:05,927.00,successful,58,US,927.00,927.00,875.00 +1083374115,Steam Punk Bitz & Pieces,DIY,Crafts,AUD,2015-09-04,444.00,2015-08-05 05:49:34,55.00,failed,4,AU,40.17,38.41,310.08 +1083377709,Button Mashers,Tabletop Games,Games,USD,2015-05-08,17000.00,2015-04-08 01:02:30,2616.00,failed,35,US,2616.00,2616.00,17000.00 +1083397694,Stu's Big Party - Children's Book,Children's Books,Publishing,USD,2014-02-20,3000.00,2014-01-21 20:02:38,3120.00,successful,48,US,3120.00,3120.00,3000.00 +1083400180,Tight City - Vancouver Public Art Project,Public Art,Art,CAD,2014-05-31,1000.00,2014-05-01 23:49:44,1377.00,successful,38,CA,1256.09,1260.53,915.42 +1083402816,Shrunken Shakespeare Presents: A Midsummer Night's Dream,Theater,Theater,USD,2012-11-08,3000.00,2012-10-06 08:28:48,3380.00,successful,40,US,3380.00,3380.00,3000.00 +"1083407186,""Courage comes in small packages"""""",Documentary,Film & Video,USD,2012-04-27,2500.00,2012-03-23 19:06:10,2500.00,successful,19,US,2500.00,2500.00,2500.00" +1083411248,GHUNGROO - A Contemporary Kathak Choreography,Dance,Dance,USD,2013-04-29,2000.00,2013-04-09 10:17:05,2216.00,successful,20,US,2216.00,2216.00,2000.00 +"1083411432,""Tongore Hops Yard, LLC"",Farms,Food,USD,2015-11-07,10000.00,2015-09-08 20:20:52,376.00,failed,9,US,376.00,376.00,10000.00" +1083421262,The Think Inside the Box Quilt,Public Art,Art,USD,2013-05-03,500.00,2013-04-03 19:33:50,501.00,successful,24,US,501.00,501.00,500.00 +1083424375,Mystic Owl Stickers,Digital Art,Art,USD,2016-04-18,100.00,2016-03-19 22:22:45,139.00,successful,24,US,139.00,139.00,100.00 +1083426513,Public Coffee,Food,Food,USD,2013-04-01,12000.00,2013-03-08 23:19:34,14100.99,successful,234,US,14100.99,14100.99,12000.00 +1083427654,We're All Mad Here // Video Shoot,Hip-Hop,Music,USD,2016-09-28,12500.00,2016-08-29 19:33:58,4180.00,failed,57,US,230.00,4180.00,12500.00 +1083440891,Those Bloody Yanks! Album Pre-Order,Electronic Music,Music,USD,2015-04-30,2000.00,2015-03-16 05:07:20,2133.00,successful,30,US,2133.00,2133.00,2000.00 +1083441801,Should I go or should I go?,Documentary,Film & Video,USD,2015-07-07,1500.00,2015-07-05 21:53:50,100.00,failed,1,US,100.00,100.00,1500.00 +1083442156,The Studio Visit at an Art Fair: Emily Biondo and Ding Ren,Art,Art,USD,2011-09-02,2350.00,2011-07-09 18:31:36,2541.00,successful,29,US,2541.00,2541.00,2350.00 +1083445985,The Astonishing G3ARSH1FT,Comic Books,Comics,USD,2016-11-26,4500.00,2016-10-27 16:26:18,309.00,failed,12,US,150.00,309.00,4500.00 +1083465812,T² Glove Light: Illuminate the world with your fingertips,Product Design,Design,USD,2017-03-22,100000.00,2017-02-20 09:30:26,5908.00,failed,39,US,1759.00,5908.00,100000.00 +"108346775,""""""Catch the Spirit & Give Back!"""" Sports Kitten Spirit Jersey."",Apparel,Fashion,USD,2014-10-03,25000.00,2014-09-18 18:47:21,275.00,failed,5,US,275.00,275.00,25000.00" +1083472302,The Creative Collection,Crafts,Crafts,USD,2017-10-28,2300.00,2017-09-28 01:21:32,581.00,failed,12,US,100.00,581.00,2300.00 +1083481509,Polyhedral Dice Coins,Tabletop Games,Games,USD,2016-10-19,6000.00,2016-09-19 20:03:51,1700.00,failed,59,US,235.00,1700.00,6000.00 +1083482712,The Time I Wore Two Underwears: A Book of Student Stories,Anthologies,Publishing,USD,2016-10-29,8000.00,2016-09-20 21:47:38,3755.00,failed,45,US,456.00,3755.00,8000.00 +"1083493900,""Origio Nostrum, Ancient designs with a modern twist"",Apparel,Fashion,CAD,2015-07-04,10000.00,2015-05-20 01:28:20,825.00,canceled,12,CA,685.29,649.30,7870.30" +1083502023,Last Stitch Goodnight,Video Games,Games,USD,2016-09-21,1100.00,2016-08-17 18:45:35,2405.00,successful,79,US,1265.00,2405.00,1100.00 +108350211,Floyd's Restaurant,Restaurants,Food,USD,2015-05-06,50000.00,2015-03-07 22:57:17,0.00,failed,0,US,0.00,0.00,50000.00 +1083503054,The Believes in Project,Fashion,Fashion,USD,2013-08-02,15000.00,2013-06-28 18:59:07,76.00,failed,4,US,76.00,76.00,15000.00 +1083504979,PicPockits: Not your average laptop skin...,Product Design,Design,USD,2013-09-23,10000.00,2013-08-13 17:50:22,271.00,failed,13,US,271.00,271.00,10000.00 +1083519246,Home by Dark - A Story Game of Hope and Fear,Tabletop Games,Games,USD,2016-11-19,2750.00,2016-10-19 17:51:46,5879.99,successful,181,US,3134.00,5879.99,2750.00 +1083519649,3D Printed Artisan Urn Necklace - Pendant is Made in USA,Jewelry,Fashion,USD,2016-05-10,3000.00,2016-04-10 19:51:50,73.00,failed,2,US,73.00,73.00,3000.00 +1083522428,Virtual Reality Supercars magazine in form of GAME!!,Mobile Games,Games,GBP,2017-03-22,20000.00,2017-02-20 02:02:26,0.00,canceled,0,GB,0.00,0.00,24953.84 +1083532541,California Arcade Museum - Education Center,Video Games,Games,USD,2016-08-31,44000.00,2016-07-30 01:00:08,1.00,failed,1,US,0.00,1.00,44000.00 +1083542935,Young Dancers Fund,Performances,Dance,USD,2015-11-15,20500.00,2015-10-16 19:03:46,0.00,failed,0,US,0.00,0.00,20500.00 +1083543986,Endangered The Next Multi Platform Franchise,Games,Games,USD,2014-10-27,60000.00,2014-09-27 02:09:02,19.00,failed,9,US,19.00,19.00,60000.00 +1083544956,Alchemy of Shadow and Light (Canceled),Electronic Music,Music,USD,2014-06-22,2256.00,2014-05-23 00:26:04,66.00,canceled,3,US,66.00,66.00,2256.00 +"1083547279,""""""FIVE"""" THE VISUAL ALBUM"",Film & Video,Film & Video,USD,2014-04-30,1500.00,2014-04-04 01:24:43,15.00,failed,1,US,15.00,15.00,1500.00" +"1083548907,""Stylish, Vegetable-tanned Leather Belt - SAWTOOTH"",Product Design,Design,USD,2017-12-02,4500.00,2017-11-02 17:43:52,4611.00,successful,44,US,1255.00,4611.00,4500.00" +1083551487,The Joy Cart Movie,Narrative Film,Film & Video,USD,2013-05-23,75000.00,2013-04-17 01:45:31,14020.00,failed,105,US,14020.00,14020.00,75000.00 +1083553023,Leone Stars: A documentary,Documentary,Film & Video,USD,2010-11-03,20000.00,2010-09-14 02:59:51,20175.00,successful,125,US,20175.00,20175.00,20000.00 +1083560459,The Autobiography of Karl Krogstad,Documentary,Film & Video,USD,2013-08-02,16000.00,2013-06-21 02:02:22,811.00,failed,12,US,811.00,811.00,16000.00 +1083562994,August: A quirky family drama set in Singapore,Family,Film & Video,GBP,2015-07-16,20000.00,2015-06-16 10:50:33,0.00,failed,0,GB,0.00,0.00,31187.14 +"1083563377,""""""Track Meet"""" - A Girl-Meets-Girl Story"",Shorts,Film & Video,USD,2011-11-12,500.00,2011-10-23 08:34:33,580.00,successful,16,US,580.00,580.00,500.00" +1083573374,slamscore -- a poetry-slam scoring web-app,Apps,Technology,USD,2015-11-08,1728.00,2015-09-28 04:27:39,121.00,failed,2,US,121.00,121.00,1728.00 +1083574629,Adventure Quest: Fantasy RPG for Tabletop & LARP,Games,Games,USD,2013-01-31,2000.00,2012-12-17 20:00:20,3436.00,successful,62,US,3436.00,3436.00,2000.00 +1083584829,Breezy clothing brand,Apparel,Fashion,USD,2015-08-12,2000.00,2015-07-13 17:52:53,20.00,failed,1,US,20.00,20.00,2000.00 +1083592223,Light the Wave: Burning Man 2014,Art,Art,USD,2014-08-06,1500.00,2014-07-17 08:43:02,3082.00,successful,49,US,3082.00,3082.00,1500.00 +108359455,Public Art Installation promoting well-being in Health.,Public Art,Art,GBP,2014-01-22,2000.00,2013-12-10 09:54:54,5947.00,successful,112,GB,9718.32,9817.42,3301.64 +1083599214,Punk Is Dead needs your help to record an album!,Rock,Music,USD,2012-03-22,10000.00,2012-02-06 21:14:25,1815.00,failed,22,US,1815.00,1815.00,10000.00 +1083605100,No.17 Playing Cards - Bicycle® branded,Playing Cards,Games,SEK,2015-03-19,140000.00,2015-02-17 18:17:11,462035.00,successful,1015,SE,55000.41,53533.28,16220.98 +1083609626,Alacrity Mission,Video Games,Games,USD,2013-07-07,40000.00,2013-06-07 03:13:40,1327.00,failed,72,US,1327.00,1327.00,40000.00 +1083621807,Consumed (Canceled),Shorts,Film & Video,USD,2011-09-16,3500.00,2011-08-17 04:11:37,0.00,canceled,0,US,0.00,0.00,3500.00 +1083623331,Tales of Grimm(ley),Games,Games,USD,2017-06-06,500.00,2017-05-22 23:50:27,25.00,failed,3,US,0.00,25.00,500.00 +1083626750,BFF (project for the 2012 Capital Fringe Festival),Conceptual Art,Art,USD,2012-05-05,1500.00,2012-04-24 06:18:12,1556.00,successful,58,US,1556.00,1556.00,1500.00 +1083631033,Billing Buddies,Web,Technology,USD,2015-02-15,25000.00,2015-01-21 23:54:34,2.00,failed,2,US,2.00,2.00,25000.00 +1083632945,Dog's Best Friend,Documentary,Film & Video,NZD,2014-06-01,31600.00,2014-04-22 21:37:31,34694.54,successful,324,NZ,29717.94,29565.01,26927.99 +1083635435,Extraordinary Plants from Ordinary Dirt,Product Design,Design,USD,2015-07-22,65000.00,2015-06-22 20:36:46,5876.00,failed,75,US,5876.00,5876.00,65000.00 +108363866,Tales from Far and Near,Publishing,Publishing,USD,2014-10-01,3000.00,2014-08-27 03:18:07,3519.00,successful,69,US,3519.00,3519.00,3000.00 +1083640535,Life & Thyme Magazine Issue 1,Periodicals,Publishing,USD,2014-10-23,20000.00,2014-09-23 17:00:06,22281.00,successful,311,US,22281.00,22281.00,20000.00 +1083647340,Help Fund 1st Annual BRINGING FAMILIES TOGETHER CONCERT,Pop,Music,USD,2012-10-06,145000.00,2012-09-06 02:42:44,0.00,failed,0,US,0.00,0.00,145000.00 +1083652301,The gentleman no-boner,Gadgets,Technology,CAD,2015-06-11,150.00,2015-04-16 21:27:29,8.00,failed,4,CA,6.40,6.50,121.92 +1083652867,EricSSLeaPottery Pottery Ceramics (Canceled),Ceramics,Art,USD,2016-05-15,1500.00,2016-04-15 22:14:52,0.00,canceled,0,US,0.00,0.00,1500.00 +1083676424,Help Mark Get Dressed,Performance Art,Art,USD,2014-08-04,1000.00,2014-07-25 20:40:03,67.00,failed,6,US,67.00,67.00,1000.00 +1083680587,Organic Essences Soap,Crafts,Crafts,AUD,2015-05-25,500.00,2015-04-25 13:43:07,513.00,successful,10,AU,398.72,392.50,382.56 +1083683224,Trinity Dungeon,Video Games,Games,USD,2017-08-24,200.00,2017-07-25 19:00:46,36.00,failed,4,US,16.00,36.00,200.00 +1083694681,Professional flooring for a professional performance,Performances,Dance,AUD,2015-05-14,3200.00,2015-04-01 00:56:33,1.00,failed,1,AU,0.77,0.80,2560.20 +"1083712100,""EZDoctor Reports a """"CarFax"""" type report on Doctors."",Web,Technology,USD,2015-06-18,70000.00,2015-05-19 21:03:35,0.00,canceled,0,US,0.00,0.00,70000.00" +1083730793,The Unfolding Tree,Product Design,Design,USD,2011-12-04,3500.00,2011-11-16 21:00:02,4147.00,successful,78,US,4147.00,4147.00,3500.00 +"1083737405,""Rising Blue Jewelry // Ready, Set, Launch!"",Jewelry,Fashion,USD,2015-03-19,2500.00,2015-02-17 21:56:32,4288.00,successful,46,US,4288.00,4288.00,2500.00" +108373828,Inexplicable Deaths in Damipolis: Inner Thoughts,Video Games,Games,USD,2017-12-09,15000.00,2017-11-01 14:44:46,15908.00,successful,111,US,1390.00,15908.00,15000.00 +1083739883,Performer's Health App,Dance,Dance,GBP,2016-02-09,500.00,2016-01-10 14:17:54,200.00,failed,10,GB,290.38,290.09,725.22 +"1083739999,""Mobile Hang, a compact holder for your Mobile device."",Flight,Technology,USD,2015-10-21,20000.00,2015-09-21 17:54:07,140.00,failed,6,US,140.00,140.00,20000.00" +1083747359,Plenty of Fish in the Sea,Playing Cards,Games,USD,2016-06-10,1000.00,2016-05-11 02:43:21,0.00,failed,0,US,0.00,0.00,1000.00 +1083748689,AIRHEADS documentary film,Documentary,Film & Video,AUD,2013-12-22,14500.00,2013-11-22 22:30:24,3966.00,failed,47,AU,3691.16,3533.18,12917.59 +108375422,Death Is But A Doorway,Fiction,Publishing,USD,2017-08-18,2200.00,2017-07-14 02:05:03,0.00,failed,0,US,0.00,0.00,2200.00 +1083758684,Bib Burglar,Restaurants,Food,USD,2017-04-02,6500.00,2017-03-03 07:01:23,6.00,failed,2,US,0.00,6.00,6500.00 +1083762374,Got Too F'ed Up?,Music Videos,Film & Video,USD,2016-05-15,4000.00,2016-04-20 02:18:44,101.00,failed,3,US,101.00,101.00,4000.00 +"108376326,""""""The Rocking Horse Winner"""""",Theater,Theater,USD,2015-08-16,400.00,2015-07-30 16:20:03,1060.00,successful,10,US,1060.00,1060.00,400.00" +1083766819,Malia Movement Company's 20th year Anniversary Celebration,Dance,Dance,USD,2012-02-07,7500.00,2011-12-09 00:33:48,2100.00,failed,48,US,2100.00,2100.00,7500.00 +1083780027,THE EMERALD DEEP: An Animated Short Film,Animation,Film & Video,USD,2018-01-10,5700.00,2017-12-11 21:09:36,1671.00,live,32,US,640.00,1671.00,5700.00 +1083780677,Kai Zen High Performance Stand Up Paddle by Blue Planet SUP,Product Design,Design,USD,2015-11-11,3000.00,2015-11-01 22:47:45,11570.00,successful,42,US,11570.00,11570.00,3000.00 +1083784492,Distressed Couture - Urban Skating Clothing Company,Fashion,Fashion,USD,2014-04-07,15000.00,2014-03-08 17:47:34,46.00,failed,5,US,46.00,46.00,15000.00 +1083796714,Paladin Card Protection: Season 2,Tabletop Games,Games,USD,2017-12-21,20000.00,2017-11-29 15:57:50,153859.43,successful,1927,US,26157.00,153859.43,20000.00 +1083804788,Smartbook Hawaii (Canceled),Photography,Photography,USD,2013-06-20,6500.00,2013-05-21 01:42:17,51.00,canceled,3,US,51.00,51.00,6500.00 +1083805714,Rise of the Equestrians (Maya): The Lunar Eclipse,Webcomics,Comics,USD,2016-06-03,7000.00,2016-05-04 20:09:26,45.00,failed,4,US,45.00,45.00,7000.00 +108380578,2nd Ed of Credit Card Processing for Sales Agents,Nonfiction,Publishing,USD,2016-11-13,6000.00,2016-09-29 18:29:09,0.00,failed,0,US,0.00,0.00,6000.00 +1083810122,Library IdeaLab (Canceled),Makerspaces,Technology,CAD,2015-11-11,100000.00,2015-10-03 08:13:31,19653.00,canceled,228,CA,14839.70,14771.14,75159.71 +1083811363,Pi-Home controls home with Raspberry pi,Technology,Technology,USD,2014-08-13,15000.00,2014-07-23 09:15:08,10001.00,failed,80,US,10001.00,10001.00,15000.00 +1083819227,The VR Shop (Canceled),Hardware,Technology,GBP,2016-05-01,40000.00,2016-04-01 08:45:53,14.00,canceled,4,GB,20.09,20.29,57968.49 +1083820254,NO FUTURE - Face-Melting Pop Culture Pop Art,Art,Art,USD,2015-07-06,1000.00,2015-06-09 18:34:26,7274.00,successful,191,US,7274.00,7274.00,1000.00 +108382164,The Hungriest Zombie,Comic Books,Comics,USD,2014-09-27,2500.00,2014-08-25 11:24:10,370.00,failed,12,US,370.00,370.00,2500.00 +1083823606,Movie Says,Graphic Design,Design,USD,2013-01-24,4500.00,2012-12-25 02:21:07,75.00,failed,1,US,75.00,75.00,4500.00 +108383717,UTOPIA (A Digital Interactive Gaming Magazine),Publishing,Publishing,USD,2013-06-06,2000.00,2013-05-07 05:22:20,1012.00,failed,9,US,1012.00,1012.00,2000.00 +1083842334,Mobile app to watch your sports game where you want.,Software,Technology,USD,2014-09-11,12500.00,2014-08-12 17:52:25,0.00,failed,0,US,0.00,0.00,12500.00 +1083847950,Help Publish this Book: Birth Your Story,Nonfiction,Publishing,USD,2017-08-10,11111.00,2017-07-11 15:01:43,11493.00,successful,149,US,1019.00,11493.00,11111.00 +1083869403,TRIBES - Online Mini Series,Webseries,Film & Video,GBP,2016-06-15,5000.00,2016-04-17 13:46:07,0.00,failed,0,GB,0.00,0.00,7143.57 +1083871116,Göddigt Ändå presenterar: Snyltresan 2017 (Documentary),Documentary,Film & Video,SEK,2017-06-15,20000.00,2017-05-15 07:06:09,12490.00,failed,28,SE,0.00,1432.44,2293.74 +1083876430,The Warden Anthology (Canceled),Anthologies,Comics,USD,2015-10-14,12500.00,2015-09-10 18:30:24,3301.00,canceled,66,US,3301.00,3301.00,12500.00 +1083879175,TROPES: Zombie Edition,Tabletop Games,Games,USD,2015-01-31,500.00,2015-01-01 00:15:45,915.00,successful,33,US,915.00,915.00,500.00 +"1083885696,""Beyond Texas, Tale of the Texan that sued Michael Jackson for $100 million"",Documentary,Film & Video,USD,2010-04-16,4500.00,2010-01-19 21:13:58,500.00,failed,15,US,500.00,500.00,4500.00" +1083886852,The War of Math - Making Math Fun Again,Playing Cards,Games,USD,2015-11-23,950.00,2015-10-09 02:53:58,1042.00,successful,44,US,1042.00,1042.00,950.00 +1083890627,CLASH•LESS - Prevent card clash and secure your wallet,Product Design,Design,GBP,2016-05-21,1000.00,2016-04-21 22:37:28,1129.00,successful,124,GB,1623.61,1653.70,1464.75 +1083895670,MycroNews: Your Personal Facebook News Show SEASON 1,Webseries,Film & Video,USD,2014-01-07,26000.00,2013-12-08 17:24:59,4941.00,canceled,51,US,4941.00,4941.00,26000.00 +"108390140,""Editing my 2nd novel """"THE SHIP"""""",Publishing,Publishing,USD,2014-01-11,600.00,2013-11-27 17:18:56,330.00,failed,3,US,330.00,330.00,600.00" +1083902892,Bright Ideas: A Crowdfunding Almanac (Canceled),Publishing,Publishing,USD,2012-11-24,25000.00,2012-09-28 16:12:11,14970.06,canceled,248,US,14970.06,14970.06,25000.00 +1083913984,Neptune,Tabletop Games,Games,USD,2013-09-06,10000.00,2013-08-07 02:01:40,10411.00,successful,271,US,10411.00,10411.00,10000.00 +"1083922214,""Perl 5 Optimizing Compiler, RPerl v1.2"",Software,Technology,USD,2015-10-01,1701.00,2015-09-21 21:12:37,6009.56,successful,49,US,6009.56,6009.56,1701.00" +1083930575,There's No Basement at the Alamo: An Album by Dov Torbin,Country & Folk,Music,USD,2015-09-02,850.00,2015-08-03 17:15:14,1158.00,successful,22,US,1158.00,1158.00,850.00 +1083930632,De L'Amour Pets,Pet Fashion,Fashion,USD,2016-05-20,5000.00,2016-04-20 03:06:29,32.00,failed,2,US,32.00,32.00,5000.00 +1083932876,CanFur: Canadian Distributed Faux Furs,Crafts,Crafts,CAD,2017-02-18,50000.00,2017-01-04 19:08:51,890.00,failed,9,CA,402.80,678.92,38141.73 +1083941577,PREMIUM ONE-First All-in One Dock for Apple Watch & iPhone,Technology,Technology,USD,2015-04-26,35000.00,2015-03-13 13:00:38,202666.00,successful,1616,US,202666.00,202666.00,35000.00 +"1083942866,""The MultiFacet anime """"Commissions"""" a network pitch Wiki"",Animation,Film & Video,CAD,2017-12-01,1700.00,2017-11-01 05:23:21,1904.00,successful,57,CA,384.77,1478.95,1320.49" +108394472,HubSpin- A new music platform for local Independent Music.,Apps,Technology,CAD,2016-02-04,3700.00,2016-01-05 20:25:24,15.00,failed,2,CA,10.81,10.91,2690.71 +10839476,TIGER PARTY : Let's make an album!,Music,Music,USD,2012-12-10,5000.00,2012-11-09 19:14:43,5062.20,successful,116,US,5062.20,5062.20,5000.00 +1083959207,Should I keep painting? (Canceled),Conceptual Art,Art,USD,2015-04-14,1000.00,2015-02-13 23:29:59,0.00,canceled,0,US,0.00,0.00,1000.00 +1083960778,JoyTribe's Debut Recording: An EP of Joyous Funk,Music,Music,USD,2016-07-31,2400.00,2016-07-02 02:18:20,3319.00,successful,48,US,937.00,3319.00,2400.00 +1083981437,SHAMPOO and DEATH Film: A 1977 Rock 'n' Roll Thriller,Narrative Film,Film & Video,USD,2013-06-04,77000.00,2013-04-28 17:38:29,19437.00,failed,82,US,19437.00,19437.00,77000.00 +"108398246,""Frank Hernandez - """"Turned On"""" DEBUT EP"",Music,Music,USD,2013-08-22,8000.00,2013-07-23 23:44:25,10116.02,successful,85,US,10116.02,10116.02,8000.00" +1083987002,From Afro-Funk to Hiplife: Ghana Reinvented Through Music,World Music,Music,USD,2013-04-18,5000.00,2013-03-19 22:50:29,5430.00,successful,83,US,5430.00,5430.00,5000.00 +1083991017,PURPLE,Academic,Publishing,USD,2017-04-15,11110.00,2017-03-16 04:25:36,1.00,failed,1,US,1.00,1.00,11110.00 +1084000433,YaoiQuest: A Gay Visual Novel Adventure!,Video Games,Games,USD,2018-02-09,15000.00,2017-12-11 04:17:07,55.00,live,6,US,10.00,55.00,15000.00 +1084015822,Cerros Beach Winery,Drinks,Food,USD,2017-11-02,4000.00,2017-10-03 14:34:42,1325.00,failed,6,US,125.00,1325.00,4000.00 +1084019163,Decorative Paper Towels: Bringing innovation to your home,Product Design,Design,USD,2014-12-15,30000.00,2014-11-12 01:57:25,1710.00,failed,35,US,1710.00,1710.00,30000.00 +108402382,Barcham's Condominium (Canceled),Narrative Film,Film & Video,USD,2011-10-01,20000.00,2011-08-23 02:17:13,120.00,canceled,3,US,120.00,120.00,20000.00 +108402507,You Are Beautiful,People,Photography,EUR,2015-01-17,3500.00,2014-12-18 09:26:21,11.00,failed,2,NL,13.74,12.32,3919.29 +1084026990,Black Sheep - Fine foods and Pâtisserie,Food,Food,CAD,2017-12-16,150000.00,2017-11-15 17:00:59,1951.00,failed,24,CA,295.87,1535.86,118082.34 +10840403,THE 100 GARDENS IN ROCHESTER,Community Gardens,Food,USD,2015-03-14,5000.00,2015-02-12 23:02:44,21.00,failed,2,US,21.00,21.00,5000.00 +1084046362,Queen Kong's Female Combat Circus,Documentary,Film & Video,USD,2012-06-02,1000.00,2012-05-03 22:14:14,25.00,failed,1,US,25.00,25.00,1000.00 +1084048126,Daddy's Tomato & Bourbon Jam,Food,Food,USD,2016-02-06,2500.00,2016-01-07 20:29:54,160.00,failed,4,US,160.00,160.00,2500.00 +1084053252,The Living: 30 Days to Survive,Video Games,Games,USD,2012-07-21,60000.00,2012-06-21 21:47:19,8261.50,failed,298,US,8261.50,8261.50,60000.00 +1084054685,Matching his and mini-his or hers and mini-hers fashion,Apparel,Fashion,USD,2015-04-23,60000.00,2015-03-27 17:53:05,0.00,failed,0,US,0.00,0.00,60000.00 +1084061449,Gay Girl Straight Girl: Season 1,Comedy,Film & Video,USD,2016-08-06,15000.00,2016-07-07 04:59:38,20500.00,successful,376,US,8509.00,20500.00,15000.00 +1084061504,Masculus- universal 'man purse' (Canceled),Accessories,Fashion,USD,2015-08-09,30000.00,2015-07-10 20:22:00,0.00,canceled,0,US,0.00,0.00,30000.00 +1084067912,Imagine Chocolate...Gourmet Chocolate That Rocks!,Food,Food,USD,2012-11-19,45000.00,2012-10-05 15:01:22,2279.00,failed,44,US,2279.00,2279.00,45000.00 +108408372,Zombie Emergency Kit - In Case Of Zombies Break Glass,Product Design,Design,USD,2013-05-24,20000.00,2013-04-24 16:58:47,461.00,failed,6,US,461.00,461.00,20000.00 +1084085669,EXO: A Precision machined wallet with over 40 featutres.,Product Design,Design,GBP,2015-10-02,20000.00,2015-09-02 17:18:30,2045.00,failed,60,GB,3148.07,3101.68,30334.28 +1084086871,The Pagan and Magician's Poetic Handbook,Poetry,Publishing,USD,2010-03-31,300.00,2010-02-06 04:53:37,66.00,failed,4,US,66.00,66.00,300.00 +1084105847,Revolution: 2553,Video Games,Games,USD,2015-06-09,10000.00,2015-04-25 06:12:55,26.00,failed,2,US,26.00,26.00,10000.00 +1084108311,Immigrant America and Its Youth,Documentary,Film & Video,USD,2013-03-10,425.00,2013-02-20 00:24:01,540.00,successful,12,US,540.00,540.00,425.00 +108411144,Die for Valhalla! - beat 'em up arcade adventure,Video Games,Games,USD,2017-03-09,5600.00,2017-02-02 13:49:17,7359.19,successful,321,US,3164.19,7359.19,5600.00 +1084115727,Folly & Sage | The Santorini | Turkish Towel,Product Design,Design,AUD,2015-11-12,9000.00,2015-10-13 00:11:37,10205.00,successful,122,AU,7484.75,7285.64,6425.36 +1084116362,iShutter - Web Camera Shield,Hardware,Technology,USD,2013-11-27,8000.00,2013-10-27 23:04:11,2875.00,failed,123,US,2875.00,2875.00,8000.00 +1084119631,GG's launch to animation,Video Art,Art,USD,2015-11-09,10000.00,2015-10-20 17:04:07,304.00,failed,6,US,304.00,304.00,10000.00 +1084121565,Hollywood 2005 - 2011 (Canceled),Art Books,Publishing,USD,2011-08-13,20000.00,2011-07-13 09:34:51,2176.00,canceled,15,US,2176.00,2176.00,20000.00 +1084123657,Vale Of Pnath is recording a new album!,Metal,Music,USD,2015-12-26,7000.00,2015-11-26 20:01:53,8277.11,successful,153,US,8277.11,8277.11,7000.00 +1084132130,An Innovation that can save lives! www.amscaps.com,Product Design,Design,USD,2016-07-30,19770.00,2016-06-30 01:25:02,50.00,canceled,1,US,0.00,50.00,19770.00 +1084134417,Blackburn Alternative School Mural Project!,Public Art,Art,USD,2016-05-07,1600.00,2016-04-20 14:41:25,2110.00,successful,32,US,2110.00,2110.00,1600.00 +1084135201,24/7 Buzz,Drinks,Food,USD,2017-02-23,75000.00,2017-01-18 00:43:39,0.00,failed,0,US,0.00,0.00,75000.00 +1084148472,youtube career,Hip-Hop,Music,USD,2016-04-11,1000.00,2016-03-12 19:33:52,0.00,failed,0,US,0.00,0.00,1000.00 +1084153262,Hardtop One:The World's First Expandable Hardshell Roof Tent,Product Design,Design,USD,2016-06-26,50000.00,2016-05-12 04:03:23,23292.00,canceled,8,US,23292.00,23292.00,50000.00 +1084154570,The Type-ology Project,Academic,Publishing,USD,2016-05-26,2000.00,2016-04-26 00:12:58,2325.00,successful,46,US,2325.00,2325.00,2000.00 +1084156330,S T O R M,Shorts,Film & Video,USD,2015-10-05,10000.00,2015-09-19 09:36:04,10.00,failed,1,US,10.00,10.00,10000.00 +"108417652,""Limited Edition """"Perspective"""" Playing Cards by Hudson Design"",Playing Cards,Games,AUD,2015-01-15,15000.00,2014-12-16 23:38:15,4886.00,canceled,79,AU,4014.48,4011.82,12316.28" +1084182056,The Republic - A Short Film,Shorts,Film & Video,USD,2017-04-19,4000.00,2017-03-20 04:30:25,572.00,failed,7,US,0.00,572.00,4000.00 +1084182264,Electromagnetic Hyper-Sensitivity Documentary,Documentary,Film & Video,USD,2017-04-19,1500.00,2017-03-20 02:35:35,1915.67,successful,48,US,186.11,1915.67,1500.00 +"1084185883,""""""Alo Malo"""" Sanda's New Romanian Gypsy Music Album"",Music,Music,USD,2010-08-08,3800.00,2010-06-22 18:19:08,6684.00,successful,46,US,6684.00,6684.00,3800.00" +1084186538,Charlie Mars Would Luv To Make A New Record,Music,Music,USD,2011-04-10,20000.00,2011-03-07 17:11:18,30175.00,successful,156,US,30175.00,30175.00,20000.00 +1084187239,HiLO Lens - Creative Angle for iPhone & iPad Photography,Product Design,Design,USD,2012-11-21,27500.00,2012-10-15 10:13:06,38252.50,successful,554,US,38252.50,38252.50,27500.00 +1084192416,Fox News The Musical,Musical,Theater,USD,2016-11-23,10000.00,2016-10-24 18:47:29,10078.00,successful,126,US,255.00,10078.00,10000.00 +1084193649,HeadQuarters Clothing,Apparel,Fashion,USD,2015-11-11,5000.00,2015-10-12 23:09:00,0.00,failed,0,US,0.00,0.00,5000.00 +1084193865,Screen84 Highbury Film Club,Movie Theaters,Film & Video,GBP,2016-12-19,4500.00,2016-11-20 19:46:56,5095.00,successful,165,GB,729.79,6241.04,5512.21 +1084198699,Juice Infinity - World's First Ski/Snowboard Wax Replacement,Technology,Technology,GBP,2017-12-29,20000.00,2017-11-30 18:57:41,1357.00,canceled,25,GB,462.36,1834.30,27034.70 +1084199249,Building 8 Brewing,Drinks,Food,USD,2014-10-26,25000.00,2014-09-26 15:29:03,25085.11,successful,173,US,25085.11,25085.11,25000.00 +1084200791,Medele's Debut Album!,Music,Music,USD,2012-06-30,6700.00,2012-05-30 05:52:18,6868.00,successful,52,US,6868.00,6868.00,6700.00 +1084203580,Witness the P.O.E.T.-ry in Motion,Film & Video,Film & Video,USD,2010-08-15,750.00,2010-07-16 04:33:31,0.00,failed,0,US,0.00,0.00,750.00 +"1084203979,""CD """"Smile Baby Smile"""" Pavel Wlosok Trio & Paul Bollenback"",Jazz,Music,USD,2016-10-30,1100.00,2016-09-30 00:39:05,1157.00,successful,14,US,267.00,1157.00,1100.00" +1084204221,Thrillkiller's FIRST MUSIC VIDEO,Rock,Music,USD,2017-03-25,1000.00,2017-02-23 21:22:29,1920.00,successful,13,US,190.00,1920.00,1000.00 +"1084209316,""Johnny Scarecrow, a short film (Canceled)"",Shorts,Film & Video,USD,2011-11-22,5000.00,2011-10-04 02:57:54,65.00,canceled,4,US,65.00,65.00,5000.00" +"1084210014,""""""Hoffman Heights"""" – A Short Film"",Shorts,Film & Video,USD,2014-08-24,3300.00,2014-08-10 07:00:40,611.00,failed,13,US,611.00,611.00,3300.00" +"1084211472,""John Renaud, and the full length Bridgework album"",Rock,Music,USD,2011-02-13,3500.00,2010-12-15 00:48:57,3590.99,successful,73,US,3590.99,3590.99,3500.00" +"1084216703,""""""Escaping Berlin"""" Photographies. Large prints, and a Book."",Photography,Photography,EUR,2016-03-12,4000.00,2016-01-27 20:42:51,1268.00,failed,16,DE,1375.27,1430.18,4511.62" +1084226163,Woolgather,Shorts,Film & Video,USD,2013-06-16,1000.00,2013-05-17 20:43:51,441.00,failed,7,US,441.00,441.00,1000.00 +1084228349,Bundle Bean Amber Teething Necklaces soothing relief w/o med,Childrenswear,Fashion,USD,2015-03-19,15000.00,2015-02-17 05:02:04,175.00,failed,3,US,175.00,175.00,15000.00 +"1084242562,""Consider it a comeback, MySpace Retro!"",Web,Technology,USD,2015-04-11,70000.00,2015-02-10 13:15:41,0.00,failed,0,US,0.00,0.00,70000.00" +1084243639,Snap Games,Mobile Games,Games,NZD,2014-10-23,10000.00,2014-09-23 23:53:39,1.00,failed,1,NZ,0.82,0.79,7854.84 +"1084245575,""""""Take Over Movement"""" Open Vision Ent's New Album"",Hip-Hop,Music,USD,2013-07-19,5000.00,2013-06-19 18:04:02,0.00,failed,0,US,0.00,0.00,5000.00" +1084245581,Updated Constellations,Illustration,Art,USD,2015-03-28,500.00,2015-02-26 11:46:02,10.00,failed,1,US,10.00,10.00,500.00 +108424941,Laces & Lipgloss,Film & Video,Film & Video,USD,2012-06-11,4000.00,2012-05-02 15:58:04,85.00,failed,3,US,85.00,85.00,4000.00 +1084257439,monOx - Carbon Monoxide SMART Analyzer for Scuba Divers,Hardware,Technology,USD,2017-04-16,10000.00,2017-03-17 07:04:03,6755.00,failed,27,US,295.00,6755.00,10000.00 +1084257887,Family Carr Recording,World Music,Music,USD,2012-04-21,5000.00,2012-03-22 19:10:50,6110.01,successful,119,US,6110.01,6110.01,5000.00 +1084268603,The Jüdische Kulturbund Project,Documentary,Film & Video,USD,2012-06-15,15000.00,2012-05-16 12:20:12,20.00,failed,1,US,20.00,20.00,15000.00 +108427247,Anova Precision Cooker - Cook sous vide with your phone,Food,Food,USD,2014-06-17,100000.00,2014-05-06 09:01:51,1811321.60,successful,10508,US,1811321.60,1811321.60,100000.00 +1084298156,For The Love: The Art of Dance,Documentary,Film & Video,USD,2014-12-11,5000.00,2014-11-26 21:13:19,25.00,failed,1,US,25.00,25.00,5000.00 +1084299605,Chilware: The Cocktail Glass that Chills without Diluting,Product Design,Design,USD,2016-11-30,210000.00,2016-10-01 16:30:51,974.00,failed,9,US,368.00,974.00,210000.00 +1084313893,STREEPSHOW!,Comedy,Theater,USD,2017-06-02,7800.00,2017-05-15 18:59:50,7868.00,successful,95,US,0.00,7868.00,7800.00 +1084322793,Innovation Playing Cards by Jody Eklund,Playing Cards,Games,USD,2015-04-07,20000.00,2015-03-03 20:00:58,31331.00,successful,570,US,31331.00,31331.00,20000.00 +1084336893,School Yard Rap - Educational Music Curriculum,Academic,Publishing,USD,2016-08-01,7500.00,2016-06-09 18:31:56,231.00,canceled,3,US,231.00,231.00,7500.00 +1084341239,Prisoner to Patriot - Nobuyuki Shimokochi’s Biography,Nonfiction,Publishing,USD,2013-02-25,1000.00,2013-01-26 00:10:45,1022.95,successful,25,US,1022.95,1022.95,1000.00 +1084345994,Impossible Angels: A Collection of Adoption Stories and Art,Illustration,Art,USD,2013-10-04,1600.00,2013-09-04 17:56:40,510.00,failed,12,US,510.00,510.00,1600.00 +1084348761,Mysteries of the Universe. Illustrated.,Graphic Design,Design,USD,2013-03-30,2000.00,2013-02-28 23:24:50,90.00,failed,3,US,90.00,90.00,2000.00 +108435344,Simurgh,Tabletop Games,Games,USD,2015-12-04,21000.00,2015-11-24 16:52:01,88046.54,successful,1138,US,88046.54,88046.54,21000.00 +1084364730,Secrets Left Unheard,Fiction,Publishing,USD,2013-11-07,2500.00,2013-10-08 19:59:05,35.00,failed,2,US,35.00,35.00,2500.00 +"1084368213,""Project Psicobloc: A travel/climbing film about """"deep water soloing"""""",Documentary,Film & Video,USD,2010-08-26,5000.00,2010-07-23 22:29:16,1701.00,failed,23,US,1701.00,1701.00,5000.00" +1084370615,Me and the sea around the world,Documentary,Film & Video,EUR,2016-04-05,8000.00,2016-03-06 16:36:44,14.00,failed,1,FR,15.41,15.91,9090.39 +"1084379276,""TheWorkingWardrobe.com: Redesigned, and In Print"",Publishing,Publishing,USD,2011-11-28,9000.00,2011-10-29 00:11:25,9062.00,successful,40,US,9062.00,9062.00,9000.00" +"1084397603,Heavenly Hens and Crafty Cocks - a book by April Hurst,Publishing,Publishing,GBP,2015-04-10,3000.00,2015-03-11 20:52:36,483.00,undefined,0,""N,0"""""",,704.76,4377.39" +1084400792,ALYESKA - The Great Land,Documentary,Film & Video,EUR,2016-05-24,4000.00,2016-04-04 18:19:29,1805.00,failed,13,DE,2056.29,2015.81,4467.18 +1084405104,Nah Mr Death... Ima Comin' for YOU!!,Country & Folk,Music,USD,2012-02-19,1000.00,2012-01-20 23:14:27,2630.00,successful,70,US,2630.00,2630.00,1000.00 +1084408805,The World On Wheels,Photography,Photography,CAD,2014-03-27,12500.00,2014-02-25 05:58:59,100.00,failed,1,CA,89.99,90.60,11324.52 +1084429088,How to Sell your Soul...and other Internet Auctions,Fiction,Publishing,USD,2012-12-08,5000.00,2012-11-08 13:34:31,145.00,failed,5,US,145.00,145.00,5000.00 +1084432808,The Whisk(e)y Noobs,Drinks,Food,USD,2015-08-19,7000.00,2015-07-20 17:23:57,220.00,failed,5,US,220.00,220.00,7000.00 +1084433570,Inexpensive Art - Making Prints,Painting,Art,USD,2010-09-01,550.00,2010-08-02 21:41:49,55.00,failed,1,US,55.00,55.00,550.00 +1084439872,Erica Hauser's Artist Residency in New Mexico,Painting,Art,USD,2011-04-19,600.00,2011-03-19 21:07:10,1300.00,successful,28,US,1300.00,1300.00,600.00 +1084460842,Finding the Art of the Covenant,Documentary,Film & Video,CAD,2014-05-18,6000.00,2014-04-18 19:28:57,0.00,failed,0,CA,0.00,0.00,5504.08 +1084467000,Soul School: The Definitive Soul Album,Music,Music,USD,2014-01-01,5000.00,2013-12-10 20:57:56,190.00,failed,5,US,190.00,190.00,5000.00 +"1084473531,""The Point, a show in the Women's Voices Theater Festival"",Festivals,Theater,USD,2015-08-11,3150.00,2015-07-12 18:19:37,3150.00,successful,22,US,3150.00,3150.00,3150.00" +1084474360,Lucky Lotto Bracelet: Made from winning scratch off tickets!,Product Design,Design,USD,2016-09-03,5000.00,2016-07-05 18:35:55,117.00,failed,11,US,33.00,117.00,5000.00 +1084482148,A short film - postproduction,Drama,Film & Video,GBP,2014-12-27,1250.00,2014-11-16 03:34:55,1250.00,successful,9,GB,1959.63,1929.97,1929.97 +"1084487847,""We've got distribution, now we need funding! (Canceled)"",Narrative Film,Film & Video,USD,2009-10-07,105000.00,2009-09-06 08:17:21,200.00,canceled,2,US,200.00,200.00,105000.00" +"1084493438,""The New Paltz Outlaws -- A Story of Sex, Violence & Baseball"",Comic Books,Comics,USD,2015-10-12,3000.00,2015-09-12 23:46:11,4600.00,successful,101,US,4600.00,4600.00,3000.00" +1084510933,SODIUM - A Bromantic Gangster Comedy (short film),Shorts,Film & Video,USD,2013-09-21,4700.00,2013-08-23 20:46:02,5739.00,successful,43,US,5739.00,5739.00,4700.00 +1084516804,This Dying Soul,Shorts,Film & Video,USD,2012-04-01,10000.00,2012-03-02 02:20:59,0.00,failed,0,US,0.00,0.00,10000.00 +1084518369,City of Clouds - My first Album (Canceled),Electronic Music,Music,USD,2014-04-19,3000.00,2014-03-17 20:03:34,25.00,canceled,1,US,25.00,25.00,3000.00 +1084523290,Kid Koala residency at MASS MoCA: Space Cadet live show (work-in-progress),Electronic Music,Music,USD,2010-09-02,5400.00,2010-07-01 18:17:08,1290.00,failed,14,US,1290.00,1290.00,5400.00 +108454592,Origins: Joker (Fan Series),Webseries,Film & Video,USD,2015-05-02,3000.00,2015-03-18 00:38:44,0.00,failed,0,US,0.00,0.00,3000.00 +1084547254,MONTIERE Luxury watch,Jewelry,Fashion,GBP,2017-07-27,15000.00,2017-06-27 19:57:23,1109.00,suspended,11,GB,592.83,1452.24,19642.51 +1084552114,Floating World - art exhibition in 3 parts,Art,Art,GBP,2013-05-05,1800.00,2013-04-05 21:00:47,1817.00,successful,47,GB,2749.67,2795.13,2768.98 +1084552121,Artist on the 10 Most Wanted list with Osama Bin Laden,Nonfiction,Publishing,USD,2012-08-26,5000.00,2012-07-24 20:33:22,5305.00,successful,31,US,5305.00,5305.00,5000.00 +1084552621,Chrissy's Cruisin' Creations,DIY,Crafts,USD,2016-03-21,10000.00,2016-01-21 20:25:17,346.00,failed,8,US,346.00,346.00,10000.00 +1084559764,The Absentee - Interdimensional Sci-Fi Demonic Possession!,Comic Books,Comics,USD,2014-07-09,2000.00,2014-06-09 01:00:57,3445.00,successful,75,US,3445.00,3445.00,2000.00 +1084559838,Fear Walk An Interactive Haunted Experience™,Immersive,Theater,USD,2015-01-10,175000.00,2014-12-01 19:08:15,701.00,failed,20,US,701.00,701.00,175000.00 +1084561791,Project Sketch Fighter,Video Games,Games,USD,2015-07-10,2000.00,2015-05-11 17:33:31,61.00,failed,3,US,61.00,61.00,2000.00 +1084562432,tutus for princesses in hospital,Embroidery,Crafts,GBP,2016-05-16,475.00,2016-04-11 19:33:34,75.00,failed,6,GB,105.94,109.26,692.01 +1084565679,THUMB BOOKS: Pocket Thumbnail Sketchbook For Cartoonists,Events,Comics,USD,2017-12-05,400.00,2017-11-27 05:19:29,3594.00,successful,181,US,1231.00,3594.00,400.00 +1084580389,Jeremy Aaron's First Full Length Album!,Country & Folk,Music,USD,2016-02-23,7500.00,2016-01-23 23:23:28,7617.00,successful,124,US,7617.00,7617.00,7500.00 +1084590793,Small Town Glory - Paperback novella,Fiction,Publishing,USD,2012-10-25,3000.00,2012-09-25 02:55:44,698.00,failed,13,US,698.00,698.00,3000.00 +1084596137,Posters! Of animals! Playing sports!,Graphic Design,Design,USD,2012-11-29,4000.00,2012-11-07 19:15:06,4887.00,successful,99,US,4887.00,4887.00,4000.00 +"1084602684,""Launching a Ballet Conservatory in St Petersburg, Florida"",Spaces,Dance,USD,2017-07-30,10000.00,2017-06-30 04:03:30,3217.00,failed,30,US,32.00,3217.00,10000.00" +1084603364,By Jove! Enamel Lapel Pin,Graphic Design,Design,GBP,2017-02-08,220.00,2017-01-09 18:26:08,652.00,successful,44,GB,156.02,812.53,274.17 +10846192,Hand Made Hunting/Camping Knives!,Product Design,Design,USD,2015-09-30,10000.00,2015-08-31 20:50:06,385.00,failed,4,US,385.00,385.00,10000.00 +1084622162,Karma Comic Book,Graphic Novels,Comics,USD,2016-08-17,966.00,2016-07-18 14:57:34,40.00,failed,4,US,0.00,40.00,966.00 +1084626700,Gaucho Grill,Product Design,Design,USD,2014-10-13,16000.00,2014-08-14 21:46:44,56.00,failed,2,US,56.00,56.00,16000.00 +1084627071,Infused Imported Greek Olive OIl,Food,Food,USD,2017-09-23,2000.00,2017-08-24 14:21:55,99.00,failed,4,US,0.00,99.00,2000.00 +"1084642670,""""""La Fleur de Mort"""" : An Experimental Horror Film"",Shorts,Film & Video,USD,2011-04-01,2250.00,2011-01-19 15:07:47,2418.69,successful,55,US,2418.69,2418.69,2250.00" +1084643936,The Cigarette Surfboard Documentary,Documentary,Film & Video,USD,2017-12-24,20000.00,2017-10-25 18:49:37,1347.00,failed,16,US,511.00,1347.00,20000.00 +1084644201,Tropical Noir,Places,Photography,USD,2014-09-19,7000.00,2014-08-20 23:58:40,552.00,failed,7,US,552.00,552.00,7000.00 +108464668,The Seventh Seal - Opera - Act 1 Concert,Classical Music,Music,USD,2016-12-01,2000.00,2016-11-05 08:03:26,2299.11,successful,68,US,173.00,2299.11,2000.00 +10846481,Mini Monster Enamel Pins,Art,Art,USD,2017-08-05,600.00,2017-07-06 19:24:49,850.00,successful,11,US,0.00,850.00,600.00 +1084659518,New DVD Rental Store,Film & Video,Film & Video,GBP,2014-03-15,110000.00,2014-01-14 23:29:08,100.00,failed,2,GB,165.01,164.89,181380.47 +1084660227,When Shadows Call,Fiction,Publishing,USD,2015-08-04,61520.00,2015-07-05 01:25:55,500.00,failed,1,US,500.00,500.00,61520.00 +"1084663011,""'The Otaku Variable' | Convention Guide, by TheAnimeCon"",Comics,Comics,USD,2012-12-17,3000.00,2012-11-17 08:52:49,36.00,failed,4,US,36.00,36.00,3000.00" +1084679076,New fashion magazine Hope Street creating their first issue,Periodicals,Publishing,GBP,2013-08-26,2000.00,2013-08-07 16:31:43,2088.77,successful,69,GB,3206.80,3237.30,3099.72 +1084681704,VANGUARD: PHASE ONE,Comics,Comics,USD,2013-09-27,300.00,2013-08-28 17:39:57,740.00,successful,13,US,740.00,740.00,300.00 +1084689607,Naja: Do-Good Lingerie that's Changing Women's Lives,Apparel,Fashion,USD,2014-07-25,20000.00,2014-06-25 20:22:31,25699.00,successful,335,US,25699.00,25699.00,20000.00 +1084690076,Knight #2,Comic Books,Comics,USD,2017-07-04,600.00,2017-06-04 18:32:19,875.00,successful,43,US,75.00,875.00,600.00 +1084693174,Plain Speak's Debut LP,Indie Rock,Music,USD,2014-04-11,5000.00,2014-03-12 02:23:45,5025.50,successful,89,US,5025.50,5025.50,5000.00 +1084693848,Coin Purse Theatre Presents Othello,Performance Art,Art,USD,2012-04-04,2500.00,2012-02-19 16:51:20,50.00,failed,1,US,50.00,50.00,2500.00 +108469603,sonoro Cubo: World's First All-In-One SmartHome Audio System,Design,Design,USD,2016-07-03,250000.00,2016-05-04 12:48:19,2150.00,canceled,8,US,2150.00,2150.00,250000.00 +1084704227,Together Now (Forever Now),Indie Rock,Music,USD,2015-04-27,20000.00,2015-03-28 21:11:27,8741.00,failed,63,US,8741.00,8741.00,20000.00 +108470629,Sky Sharks - Hard Enamel Pin,Accessories,Fashion,GBP,2017-11-09,280.00,2017-10-10 19:10:16,286.00,successful,23,GB,89.07,377.17,369.26 +1084707932,The Country Players presents The Rocky Horror Show!,Theater,Theater,USD,2012-10-12,2500.00,2012-09-12 21:48:01,3125.00,successful,78,US,3125.00,3125.00,2500.00 +1084711780,GOODLAND,Narrative Film,Film & Video,USD,2015-10-09,12000.00,2015-09-10 23:16:43,12559.00,successful,115,US,12559.00,12559.00,12000.00 +1084717573,NEW Jim Anthony recording!,Country & Folk,Music,USD,2012-08-31,4800.00,2012-07-17 18:31:25,5277.00,successful,42,US,5277.00,5277.00,4800.00 +108472639,HOOK VS NEVERLAND,Family,Film & Video,USD,2017-07-12,25000.00,2017-06-12 20:19:29,613.00,failed,5,US,48.00,613.00,25000.00 +1084729874,The End (T.V. series) Season One (Canceled),Thrillers,Film & Video,USD,2016-07-21,45000.00,2016-05-22 19:34:26,0.00,canceled,0,US,0.00,0.00,45000.00 +1084731728,Sylvery Gray Designs Fashion Show,Ready-to-wear,Fashion,CAD,2014-11-10,3000.00,2014-10-01 19:00:24,25.00,failed,1,CA,22.42,21.96,2635.74 +1084738998,D. Brown King Children's Books,Children's Books,Publishing,USD,2015-04-16,5500.00,2015-03-17 10:08:57,0.00,failed,0,US,0.00,0.00,5500.00 +1084741085,WTF!?,Comedy,Film & Video,USD,2015-07-10,2000.00,2015-06-10 06:13:17,30.00,failed,2,US,30.00,30.00,2000.00 +"1084749337,""""""BEE"""": Short Film (Narrative)"",Shorts,Film & Video,USD,2011-07-01,10000.00,2011-06-01 21:30:44,10031.00,successful,54,US,10031.00,10031.00,10000.00" +1084765576,Creatures and Cards poker deck game - Limited Edition!,Playing Cards,Games,USD,2017-03-27,1500.00,2017-03-20 01:01:08,1947.00,successful,117,US,1255.00,1947.00,1500.00 +1084777963,Frankenstein: The Modern Prometheus,Publishing,Publishing,USD,2017-12-04,10000.00,2017-10-30 13:04:10,52877.00,successful,215,US,18696.00,52877.00,10000.00 +108478019,Planet Booty: Naked Vinyl & Video,Music,Music,USD,2016-09-28,22000.00,2016-08-29 18:41:18,25403.00,successful,328,US,1289.00,25403.00,22000.00 +1084782716,Giant Pufferfish Slippers,Product Design,Design,GBP,2016-05-26,7000.00,2016-04-26 13:42:00,20482.05,successful,601,GB,29566.76,30001.10,10253.26 +1084795274,Body Gossip's #BodyLove Flashmob,Performance Art,Art,GBP,2013-06-29,1000.00,2013-06-19 18:04:08,1137.00,successful,36,GB,1785.99,1702.17,1497.07 +1084799083,Televisión Deportiva Canarias Media Sport,Web,Technology,EUR,2016-10-27,18000.00,2016-09-27 23:14:32,10.00,failed,1,ES,11.23,10.92,19659.67 +"1084805781,""""""Smear Music"""" Recording and Video Premiere"",Music,Music,USD,2014-11-13,1200.00,2014-10-11 06:26:54,1200.00,undefined,0,""N,0"""""",,1200.00,1200.00" +"1084810984,""Oaxaca Mexico, Folk Art Documentary"",Documentary,Film & Video,USD,2013-07-16,2000.00,2013-06-27 17:24:07,896.00,failed,17,US,896.00,896.00,2000.00" +1084829143,Reel Crazy Fall / Winter 2014 Apparel Line,Apparel,Fashion,USD,2014-09-25,300.00,2014-08-21 23:52:07,44.00,failed,2,US,44.00,44.00,300.00 +1084829236,The Other Side of Rain: Spoken Word of Nathan Say,Poetry,Publishing,USD,2012-04-06,1500.00,2012-02-21 21:16:08,1577.00,successful,47,US,1577.00,1577.00,1500.00 +108483104,attic transformation to start own company,Technology,Technology,EUR,2014-09-05,800.00,2014-08-06 20:52:27,0.00,failed,0,NL,0.00,0.00,1035.84 +108483388,Phnom Penh Survival (Cambodia Travel Guide),Nonfiction,Publishing,AUD,2014-03-07,10000.00,2014-02-06 21:53:38,37.50,failed,3,AU,33.32,34.24,9131.59 +"1084834024,Dream of You - New EP and Music Video by Jaylon Ashaun!,Music,Music,USD,2016-03-17,4000.00,2016-02-16 18:11:29,4756.00,undefined,0,""N,0"""""",,4756.00,4000.00" +1084834068,The ScrubBoard,Sound,Technology,USD,2014-11-03,11000.00,2014-10-04 01:11:57,2076.00,failed,63,US,2076.00,2076.00,11000.00 +1084835374,The Writers of OZ - New Stories in the Land of Oz,Fiction,Publishing,USD,2012-03-20,3100.00,2012-02-19 19:27:15,305.00,failed,3,US,305.00,305.00,3100.00 +1084841980,The Art of Olivia – 2018 Wall Calendar,Illustration,Art,USD,2017-06-08,5000.00,2017-05-15 20:42:07,66373.00,successful,740,US,14800.00,66373.00,5000.00 +1084850780,Party-Spinner,Gadgets,Technology,EUR,2017-12-10,10000.00,2017-10-31 20:20:21,0.00,failed,0,DE,0.00,0.00,11805.96 +1084861568,The Ice House Scholarship Fund For Education,Public Art,Art,USD,2015-01-25,5000.00,2015-01-21 01:31:16,5.00,failed,1,US,5.00,5.00,5000.00 +1084864805,Sonnet of Delirium (Canceled),Animation,Film & Video,USD,2011-08-19,1300.00,2011-06-24 05:59:18,150.00,canceled,6,US,150.00,150.00,1300.00 +1084869397,Don't Put Down the Twimote! (Canceled),Software,Technology,USD,2009-11-14,1500.00,2009-10-07 17:30:34,20.00,canceled,1,US,20.00,20.00,1500.00 +1084869788,Sharecropper,Art Books,Publishing,USD,2010-05-28,17500.00,2010-02-27 22:19:37,76.00,failed,3,US,76.00,76.00,17500.00 +1084870165,YogaMeDo - Nutrition and Mental Health Education for Schools,Food,Food,USD,2015-04-01,250000.00,2015-03-02 22:17:50,0.00,canceled,0,US,0.00,0.00,250000.00 +1084873031,Invisible Wounds: a documentary about P.T.S.D.,Documentary,Film & Video,USD,2010-09-01,18000.00,2010-07-17 15:41:58,270.00,failed,8,US,270.00,270.00,18000.00 +1084878697,Dubina Brewing Co.,Food,Food,USD,2014-01-08,20000.00,2013-12-09 19:28:01,21006.00,successful,96,US,21006.00,21006.00,20000.00 +1084879683,Heavy Hands MMA Podcast,Radio & Podcasts,Publishing,USD,2013-07-15,300.00,2013-06-15 15:34:39,370.00,successful,9,US,370.00,370.00,300.00 +1084881935,Lucy Knows Love - a Web Series (Canceled),Webseries,Film & Video,USD,2012-07-18,8000.00,2012-06-27 16:06:47,4550.00,canceled,20,US,4550.00,4550.00,8000.00 +1084912348,Zero Hour: A Zombie Mini Series,Webseries,Film & Video,USD,2013-09-23,20000.00,2013-08-24 02:36:34,25.00,failed,1,US,25.00,25.00,20000.00 +1084918869,She's Strong (single),Country & Folk,Music,USD,2014-03-22,750.00,2014-02-20 01:54:44,1520.00,successful,52,US,1520.00,1520.00,750.00 +1084921542,Schema Migrations for Django,Software,Technology,GBP,2013-04-06,2500.00,2013-03-22 15:00:23,17952.42,successful,507,GB,27152.91,27576.26,3840.19 +1084925535,Novastar Studios/Sara Rising #1 and #2,Comics,Comics,USD,2013-08-23,10000.00,2013-07-24 00:02:38,1542.34,failed,45,US,1542.34,1542.34,10000.00 +1084928218,The History of Worship Part 1 - New Album and World Tour,Faith,Music,USD,2015-07-07,300000.00,2015-05-08 14:16:54,57071.00,canceled,305,US,57071.00,57071.00,300000.00 +1084933651,Lambda: Truly Smart TV,Hardware,Technology,GBP,2014-06-29,79000.00,2014-05-30 06:20:07,3843.00,failed,49,GB,6426.18,6588.26,135433.99 +1084942816,Underhill Rose's New Album!,Country & Folk,Music,USD,2013-01-13,15000.00,2012-12-07 03:03:40,18200.77,successful,310,US,18200.77,18200.77,15000.00 +1084950182,Help me press AND release my latest 2 albums,Indie Rock,Music,CAD,2015-08-22,5000.00,2015-07-23 02:13:26,5331.00,successful,40,CA,4103.10,4017.03,3767.61 +108497450,Backflopped - Enlarged Reimagination,Painting,Art,USD,2015-01-19,1000.00,2014-12-20 05:51:55,338.00,failed,8,US,338.00,338.00,1000.00 +1084983229,Aesop's Fables Illustrated Stories (Canceled),Illustration,Art,USD,2014-11-09,3500.00,2014-10-16 01:11:33,635.00,canceled,11,US,635.00,635.00,3500.00 +1084991335,Snuffaluffagus/Realm of the Forms/A Compilation of Releases,Country & Folk,Music,USD,2010-12-06,1500.00,2010-11-06 01:12:34,340.00,failed,11,US,340.00,340.00,1500.00 +"1084993156,""Willy Tea, Chris Doud and Chums: The Children's Album"",Music,Music,USD,2013-04-09,3750.00,2013-03-26 05:06:11,4593.00,successful,0,""N,0"""""",,4593.00,3750.00" +1084996656,Vertigo Wallet: The minimalist wallet with one BIG twist!,Product Design,Design,USD,2014-07-25,8200.00,2014-06-23 14:04:01,12156.08,successful,182,US,12156.08,12156.08,8200.00 +1084998907,Jewel Ease,Product Design,Design,USD,2014-01-08,11000.00,2013-12-09 21:35:51,75.00,failed,1,US,75.00,75.00,11000.00 +"1085007605,Just Between Us' new original EP!,Music,Music,AUD,2015-01-25,1500.00,2014-12-25 23:53:22,1630.00,undefined,0,""N,0"""""",,1267.79,1166.68" +1085013071,The 5th Land (Canceled),Tabletop Games,Games,USD,2015-03-02,20000.00,2015-01-15 16:09:09,1500.00,canceled,25,US,1500.00,1500.00,20000.00 +1085014307,CERN 2116 - a FUTURE too far...,Graphic Novels,Comics,GBP,2016-04-09,10000.00,2016-03-08 00:01:01,244.00,failed,16,GB,347.23,346.00,14180.37 +1085020399,Mach Ten Entertainment,Electronic Music,Music,USD,2016-03-17,3000.00,2016-01-17 01:42:42,2.00,failed,2,US,2.00,2.00,3000.00 +"1085022540,""Songs from Church Avenue, The Album & The Film"",Music,Music,USD,2011-11-20,6500.00,2011-10-06 23:16:53,7355.00,successful,121,US,7355.00,7355.00,6500.00" +1085025298,DANVAL RACING APPAREL,Fashion,Fashion,USD,2013-02-23,4500.00,2013-01-24 03:50:39,2076.00,failed,45,US,2076.00,2076.00,4500.00 +1085037567,StarFury,Games,Games,USD,2017-04-19,5000.00,2017-03-20 18:24:16,120.00,failed,2,US,0.00,120.00,5000.00 +108503790,Country Cousins Bakery (Canceled),Food,Food,USD,2014-12-20,4000.00,2014-11-20 23:34:47,25.00,canceled,1,US,25.00,25.00,4000.00 +"1085047405,""""""Balance"""""",Jazz,Music,USD,2013-04-04,23000.00,2013-03-05 10:55:56,23020.01,failed,141,US,23020.01,23020.01,23000.00" +1085048752,Blue ~ A Mindfulness Tale,Children's Books,Publishing,USD,2016-03-05,15000.00,2016-02-04 15:00:43,24435.00,successful,535,US,24435.00,24435.00,15000.00 +108504961,AETHERIUM: HOUSE IKARU,Tabletop Games,Games,USD,2016-03-02,5000.00,2016-02-01 18:14:43,10515.00,successful,67,US,10515.00,10515.00,5000.00 +1085053052,Historic Queens: an Articulated Paper Doll Project,Illustration,Art,USD,2016-08-27,430.00,2016-07-27 16:50:00,684.00,successful,18,US,303.00,684.00,430.00 +1085054302,Cards against UKIP,Games,Games,GBP,2015-03-13,5000.00,2015-02-26 01:03:41,105.00,failed,7,GB,162.13,155.20,7390.44 +1085056437,'Madam Satan: Deadly Origins' A Graphic Novel,Comic Books,Comics,USD,2015-02-26,6000.00,2015-01-21 07:05:31,6739.00,successful,100,US,6739.00,6739.00,6000.00 +108505826,Just because I'm Humble,Hip-Hop,Music,USD,2014-03-28,600.00,2014-03-13 20:22:40,1.00,failed,1,US,1.00,1.00,600.00 +108506211,Deception: Undercover Allies,Games,Games,USD,2017-08-01,25000.00,2017-06-07 03:12:46,1320.00,canceled,25,US,600.00,1320.00,25000.00 +1085062776,Timeless Elegance,Jewelry,Fashion,USD,2015-08-20,4500.00,2015-07-31 01:29:03,0.00,failed,0,US,0.00,0.00,4500.00 +1085066627,COEXIST Juice,Food Trucks,Food,USD,2015-09-07,45000.00,2015-08-17 18:14:36,0.00,failed,0,US,0.00,0.00,45000.00 +1085073963,Roden Branding & Co.,Apparel,Fashion,USD,2017-11-03,2500.00,2017-10-04 19:47:59,80.00,canceled,2,US,0.00,80.00,2500.00 +"108507930,Shade Tree Brewing Company; Join Our Brewery in the Shade,Food,Food,USD,2012-02-03,15000.00,2011-12-05 18:19:09,3363.00,failed,38,US,3363.00,3363.00,15000.00" +108508425,Salta issue #2,Comic Books,Comics,USD,2015-05-21,2200.00,2015-04-21 18:46:40,90.00,failed,7,US,90.00,90.00,2200.00 +1085086729,Animikii Theatre present - Origins: Cain & Abel,Festivals,Theater,GBP,2015-04-02,1350.00,2015-03-03 23:34:31,1539.00,successful,44,GB,2369.82,2278.21,1998.43 +1085087306,Wing It: The Game of Extreme Storytelling,Tabletop Games,Games,USD,2017-09-24,10000.00,2017-08-23 17:10:33,11739.00,successful,317,US,3939.00,11739.00,10000.00 +108508954,Help Gentle Jones Eat a Sandwich,Performance Art,Art,USD,2015-07-17,4.00,2015-06-17 23:45:40,205.00,successful,12,US,205.00,205.00,4.00 +1085092114,TheNameCloud,Art,Art,EUR,2015-12-29,5000.00,2015-11-14 23:52:09,223.00,failed,13,AT,240.65,242.78,5443.48 +1085106125,Hollywood Tails - Fetch Your Dreams or Dig Trying,Webseries,Film & Video,USD,2013-05-05,10000.00,2013-04-03 22:04:09,260.00,failed,7,US,260.00,260.00,10000.00 +"1085110982,""The Strange, a Tabletop RPG by Bruce Cordell & Monte Cook"",Tabletop Games,Games,USD,2013-11-23,60000.00,2013-10-16 17:16:16,418478.42,successful,2883,US,418478.42,418478.42,60000.00" +1085115176,Pretextos para dibujar.,Illustration,Art,MXN,2016-12-15,70000.00,2016-11-15 19:06:50,0.00,canceled,0,MX,0.00,0.00,3438.28 +1085119003,Poised Pursuit. Premium Grooming Compounds For Men.,DIY,Crafts,USD,2015-06-12,1500.00,2015-05-13 20:27:22,137.00,failed,3,US,137.00,137.00,1500.00 +108512497,Mermaid Knits,Crafts,Crafts,USD,2016-01-29,500.00,2015-12-10 19:45:28,0.00,failed,0,US,0.00,0.00,500.00 +1085148340,CO2peration—3D climate science game,Games,Games,AUD,2017-11-10,38970.00,2017-10-03 06:14:21,12066.00,failed,69,AU,1455.50,9253.07,29884.97 +1085149349,Pangolin: Oh My Wandering Lovely,Film & Video,Film & Video,USD,2011-08-03,1000.00,2011-07-04 04:56:41,1095.00,successful,18,US,1095.00,1095.00,1000.00 +1085150890,Mi3 - The Future Is Here,Software,Technology,CAD,2015-03-19,5000.00,2015-02-17 22:07:37,1.00,failed,1,CA,0.80,0.79,3945.71 +1085151845,STRANGER AT THE PENTAGON,Shorts,Film & Video,USD,2012-09-20,5000.00,2012-08-21 14:00:13,6043.00,successful,70,US,6043.00,6043.00,5000.00 +1085163790,Ausland Jobs (Canceled),Web,Technology,EUR,2016-07-13,15000.00,2016-06-13 17:02:55,0.00,canceled,0,AT,0.00,0.00,16692.08 +1085176748,Get Robin To Russia & Student Folktale theater stories,Experimental,Theater,USD,2014-11-03,1500.00,2014-10-04 21:44:27,340.00,failed,10,US,340.00,340.00,1500.00 +1085192354,DogTagPillBox©® .com : Mil-Spec 5 Models To Make A Statement,Product Design,Design,USD,2015-03-29,2500.00,2015-02-27 09:09:44,2859.00,successful,33,US,2859.00,2859.00,2500.00 +1085197366,Festive Footprints (Canceled),DIY,Crafts,NZD,2015-06-21,17000.00,2015-05-17 05:34:33,0.00,canceled,0,NZ,0.00,0.00,11649.42 +1085204004,Forever Monsters series one Screen Print: THE ZOMBIE,Mixed Media,Art,USD,2014-08-28,800.00,2014-07-24 03:16:05,156.00,failed,7,US,156.00,156.00,800.00 +1085205722,STH - Not Just A Cover Band,Rock,Music,USD,2011-04-30,3000.00,2011-03-31 02:14:45,3035.00,successful,18,US,3035.00,3035.00,3000.00 +1085206514,Real Estate Investing Blueprint for Working Professionals,Nonfiction,Publishing,USD,2016-07-31,2500.00,2016-06-01 17:38:31,70.00,failed,2,US,0.00,70.00,2500.00 +1085210193,MOTHER'S DAY LASER-CUT LED LIGHT,Product Design,Design,USD,2013-05-06,500.00,2013-03-22 21:06:22,280.00,failed,6,US,280.00,280.00,500.00 +1085211579,South by Southwest,Jazz,Music,USD,2014-03-12,10000.00,2014-03-03 17:37:05,0.00,failed,0,US,0.00,0.00,10000.00 +1085227504,Beat The Air! - Push your object over the limits!,Mobile Games,Games,EUR,2017-06-23,2980.00,2017-05-24 18:10:09,30.00,canceled,2,IT,0.00,33.52,3329.57 +1085247194,Your Promises are True EP- Josh Edwards Debut Worship Album,Rock,Music,USD,2013-02-24,4000.00,2013-01-25 19:51:07,4204.00,successful,53,US,4204.00,4204.00,4000.00 +1085254326,World Of Mianite,Playing Cards,Games,USD,2015-09-03,7250.00,2015-08-04 19:28:09,169.00,failed,7,US,169.00,169.00,7250.00 +1085254613,Sam Joseph Chocolatier Manchester Christmas Markets,Food,Food,GBP,2014-07-16,3700.00,2014-05-17 00:16:26,75.00,canceled,1,GB,125.79,128.15,6322.08 +1085260176,Clash of the Courtesans,Graphic Novels,Comics,USD,2015-05-10,12500.00,2015-03-21 18:44:30,693.00,failed,23,US,693.00,693.00,12500.00 +1085261561,Fanelli Cigar Rest and Bottle Opener,Product Design,Design,USD,2016-03-30,5000.00,2016-02-29 22:53:27,2186.00,failed,62,US,2186.00,2186.00,5000.00 +1085266881,Yamstreet : Urban Pajama Pants Made in San Francisco,Apparel,Fashion,USD,2015-03-18,15000.00,2015-02-06 17:38:13,21390.00,successful,140,US,21390.00,21390.00,15000.00 +1085273219,Pass n Pens Board Game by Spinosa Game Concepts,Tabletop Games,Games,USD,2012-09-30,10000.00,2012-08-01 16:26:24,2540.00,failed,37,US,2540.00,2540.00,10000.00 +1085275257,Buck: Legacy Expansion Pack,Tabletop Games,Games,GBP,2013-09-07,3500.00,2013-08-22 00:35:28,8000.00,successful,167,GB,12518.17,12663.44,5540.25 +108527573,Help launch SkoRadio Station,Audio,Journalism,USD,2017-07-05,5000.00,2017-05-06 07:58:03,26.00,failed,2,US,1.00,26.00,5000.00 +1085275974,E-Commerce - Video Listing and Crowd Funding,Web,Technology,USD,2016-04-29,5000.00,2016-03-30 06:52:04,3.00,failed,3,US,3.00,3.00,5000.00 +1085285233,Shadowcraft: The Glamour War,Tabletop Games,Games,USD,2015-03-16,12500.00,2015-02-16 08:40:01,12520.00,successful,377,US,12520.00,12520.00,12500.00 +1085290471,Crooked Addiction,Apparel,Fashion,USD,2014-06-04,500.00,2014-05-15 05:50:55,0.00,failed,0,US,0.00,0.00,500.00 +1085293605,Silva's Cocina Food Truck,Food Trucks,Food,USD,2014-10-10,5000.00,2014-08-11 02:43:13,1200.00,failed,3,US,1200.00,1200.00,5000.00 +1085295582,SOCIAL OPINION,Accessories,Fashion,USD,2017-07-22,30000.00,2017-05-23 15:59:32,34.00,failed,3,US,0.00,34.00,30000.00 +1085296862,If These Shoes Could Talk,Nonfiction,Publishing,USD,2013-04-30,10000.00,2013-03-31 01:48:45,296.00,failed,8,US,296.00,296.00,10000.00 +1085297493,STEAMPUNK PIANO,Art,Art,USD,2012-05-22,35000.00,2012-04-22 06:11:26,445.00,failed,11,US,445.00,445.00,35000.00 +"1085300802,""Pre-order my album, and help my vision come to life ~ <3 ~"",Music,Music,USD,2016-12-01,2500.00,2016-11-01 00:00:21,2725.00,successful,53,US,45.00,2725.00,2500.00" +1085300832,A Photographic Exploration Of The UK,Places,Photography,GBP,2016-04-19,9000.00,2016-03-20 13:13:10,44.00,failed,4,GB,63.69,63.26,12940.14 +1085304288,The Floating Opera Project,Classical Music,Music,USD,2014-10-23,10000.00,2014-09-23 03:02:17,2299.34,failed,28,US,2299.34,2299.34,10000.00 +1085304830,The Listening Room Live!,Music,Music,USD,2012-11-16,30000.00,2012-10-10 23:52:31,9956.00,failed,81,US,9956.00,9956.00,30000.00 +"1085308534,Harben Octave Fuzz Guitar Pedal,Music,Music,USD,2015-05-23,5000.00,2015-04-23 01:29:25,5690.00,undefined,0,""N,0"""""",,5690.00,5000.00" +1085310063,WOLF GIRL - The Princess Mononoke fan film,Shorts,Film & Video,GBP,2013-09-29,29000.00,2013-09-04 20:10:16,29895.00,successful,238,GB,46480.13,47982.47,46545.97 +1085310213,Black: A Solo Exhibition with Russell K. Frederick ,Photography,Photography,USD,2011-03-18,7000.00,2011-01-17 20:31:14,8470.83,successful,175,US,8470.83,8470.83,7000.00 +1085318493,Oilfield Strong,Apparel,Fashion,CAD,2015-03-06,2500.00,2015-02-04 03:32:23,0.00,failed,0,CA,0.00,0.00,2005.45 +1085319213,Chocolatopia,Food,Food,USD,2013-05-05,500.00,2013-03-21 19:31:30,1375.00,successful,25,US,1375.00,1375.00,500.00 +1085324593,The Blackwells Debut Album!,Country & Folk,Music,USD,2012-11-22,8000.00,2012-10-19 20:12:22,9649.00,successful,124,US,9649.00,9649.00,8000.00 +1085332047,Untainted - Levon Mikaelian Trio,Jazz,Music,USD,2017-08-01,5500.00,2017-06-11 21:31:49,5670.00,successful,53,US,300.00,5670.00,5500.00 +1085332791,Help me record an EP!,Country & Folk,Music,USD,2015-09-06,375.00,2015-08-02 08:38:23,0.00,failed,0,US,0.00,0.00,375.00 +"1085334103,Trumpets4Kids Making Music,Music,Music,USD,2015-08-28,3000.00,2015-08-14 22:13:49,3020.00,undefined,0,""N,0"""""",,3020.00,3000.00" +1085334435,Torrey Pines: An animated film about Schizophrenia,Animation,Film & Video,USD,2013-12-12,29999.00,2013-11-12 02:13:12,31399.10,successful,735,US,31399.10,31399.10,29999.00 +1085336417,78 Tarot Carnival,Illustration,Art,USD,2016-04-22,20000.00,2016-03-23 23:58:56,39562.00,successful,443,US,39562.00,39562.00,20000.00 +108535035,Afro Fiesta - Music is My Ammunition,Music,Music,USD,2016-05-16,12000.00,2016-04-16 18:38:56,13917.00,successful,371,US,13917.00,13917.00,12000.00 +1085351051,The Resilience Anthology,Anthologies,Publishing,USD,2017-10-22,6000.00,2017-09-22 19:48:12,11229.00,successful,322,US,384.00,11229.00,6000.00 +1085355128,Village Wolves - The Party Game,Games,Games,USD,2012-12-07,3300.00,2012-11-14 17:04:57,9208.00,successful,378,US,9208.00,9208.00,3300.00 +"1085358665,""Sleep Yoga® tataME Bed - Mobile, Reversible & Comfortable"",Product Design,Design,USD,2016-01-17,50000.00,2015-11-20 20:35:14,97809.00,successful,353,US,97809.00,97809.00,50000.00" +1085371748,Avocado Enamel Pin,Product Design,Design,GBP,2017-08-18,200.00,2017-07-19 21:42:27,810.00,successful,65,GB,75.94,1042.83,257.49 +1085372369,New album from EL TEN ELEVEN,Rock,Music,USD,2012-08-26,2000.00,2012-08-08 18:54:47,11524.00,successful,314,US,11524.00,11524.00,2000.00 +1085391207,Papilio DUO - Drag and Drop FPGA Circuit Lab for Makers,Hardware,Technology,USD,2014-06-27,30000.00,2014-05-28 14:00:25,62707.95,successful,451,US,62707.95,62707.95,30000.00 +1085392746,EDM 2015 Dj's United,Electronic Music,Music,USD,2014-10-12,700000.00,2014-08-18 21:26:14,1.00,failed,1,US,1.00,1.00,700000.00 +1085404502,Biblecreek,Apps,Technology,USD,2017-06-15,30000.00,2017-05-16 02:48:30,21.00,failed,2,US,0.00,21.00,30000.00 +1085411705,American Rust Volume 1: The South,Photography,Photography,USD,2011-06-26,1500.00,2011-05-27 20:18:25,544.00,failed,11,US,544.00,544.00,1500.00 +1085412521,Dogs Pooping Calendar,Calendars,Publishing,USD,2018-01-01,2500.00,2017-12-02 05:43:46,150.00,failed,5,US,130.00,150.00,2500.00 +1085416454,NEW GUARDS,Experimental,Film & Video,USD,2015-05-24,3500.00,2015-04-19 02:54:06,3570.00,successful,22,US,3570.00,3570.00,3500.00 +1085419961,Connectimals Plush interchangeable toy. On ABC's The Toy Box,Live Games,Games,USD,2017-11-23,20000.00,2017-10-24 02:31:00,216.00,failed,5,US,76.00,216.00,20000.00 +1085424695,Koala Hoodie: The Ultimate Hoodie for Life's Adventures,Apparel,Fashion,GBP,2016-10-01,15000.00,2016-09-01 09:53:53,56579.00,successful,550,GB,6595.25,69758.47,18494.09 +108542696,Monolama levitating bracelet,Jewelry,Fashion,USD,2016-09-22,5000.00,2016-08-23 18:20:31,121.00,failed,4,US,0.00,121.00,5000.00 +1085445912,Starting Again,Fiction,Publishing,GBP,2014-06-16,1000.00,2014-05-17 00:18:37,0.00,failed,0,GB,0.00,0.00,1703.84 +108544640,Fetch - Short Film,Shorts,Film & Video,USD,2010-09-27,5000.00,2010-08-17 01:38:28,5000.00,successful,14,US,5000.00,5000.00,5000.00 +1085451482,StepUp a fun - modular - children's chair by UpWeeGo kids,Product Design,Design,USD,2015-06-10,30000.00,2015-05-06 11:24:23,8653.00,canceled,48,US,8653.00,8653.00,30000.00 +1085457767,Lord of Djinn,Video Games,Games,USD,2014-10-29,4000.00,2014-09-19 07:01:21,5073.00,successful,54,US,5073.00,5073.00,4000.00 +1085458093,Sleeping Naked Music Video,Rock,Music,USD,2012-06-01,2999.99,2012-04-24 19:05:48,492.00,failed,11,US,492.00,492.00,2999.99 +1085461919,Miscreated RP Server 24/7 EU,Video Games,Games,GBP,2016-08-13,500.00,2016-07-14 22:14:36,10.00,canceled,1,GB,13.29,13.09,654.40 +1085464975,Pedicabbin' Austin Web Series (Canceled),Webseries,Film & Video,USD,2014-12-28,50000.00,2014-11-13 06:55:03,103.00,canceled,2,US,103.00,103.00,50000.00 +1085473121,Our EP project by Say Hello To The Angels,Music,Music,USD,2011-08-13,1000.00,2011-07-14 04:21:54,1685.00,successful,39,US,1685.00,1685.00,1000.00 +"1085474042,""Runa Sagas Jeminar, fantasy adventure graphic novel by TJC"",Comic Books,Comics,USD,2016-10-23,2100.00,2016-09-23 21:34:19,247.00,failed,4,US,146.00,247.00,2100.00" +1085477575,Sabrina Hunter Series,Children's Books,Publishing,USD,2012-08-16,9500.00,2012-07-10 02:32:37,311.00,failed,9,US,311.00,311.00,9500.00 +1085483093,Changing Lives - One NAKED Meal at a Time,Food,Food,GBP,2017-05-05,5000.00,2017-03-29 17:28:45,66.00,failed,2,GB,0.00,85.40,6469.73 +1085493447,Thumbelina - collaborative multicultural children's musical,Musical,Theater,USD,2016-07-04,5000.00,2016-06-04 20:01:10,5315.00,successful,44,US,5315.00,5315.00,5000.00 +1085496722,the magic circus world,Installations,Art,USD,2016-07-03,40000.00,2016-06-03 21:55:52,1.00,failed,1,US,1.00,1.00,40000.00 +1085517900,The Social Platform for Addiction and Sobriety Support,Apps,Technology,USD,2017-05-21,70000.00,2017-05-03 07:56:03,31.00,failed,1,US,0.00,31.00,70000.00 +1085523928,Siete Inspirations,Fashion,Fashion,GBP,2013-04-15,2000.00,2013-04-01 22:01:19,170.00,failed,9,GB,258.38,260.95,3069.98 +1085538147,Smith/Wymore Disappearing Acts new work Apparatus,Dance,Dance,USD,2011-02-21,1200.00,2010-11-23 06:37:01,1200.00,successful,22,US,1200.00,1200.00,1200.00 +1085541059,A debt paid masterfully,Comedy,Film & Video,USD,2017-02-09,15000.00,2017-01-10 20:25:41,0.00,failed,0,US,0.00,0.00,15000.00 +108555823,Help a Mama Out App,Apps,Technology,USD,2016-04-23,3500.00,2016-02-23 17:39:41,125.00,failed,4,US,125.00,125.00,3500.00 +1085563347,Snowflakes - by Silver Flight and Angela Birkhead-Flight,Music,Music,USD,2012-09-08,3000.00,2012-08-09 04:03:31,3149.00,successful,34,US,3149.00,3149.00,3000.00 +1085566670,The Eternal Melody - pi in base 12,Music,Music,USD,2013-09-26,2000.00,2013-08-27 21:48:55,160.00,failed,4,US,160.00,160.00,2000.00 +"1085584922,""[debut]'s new EP, """"Postcards from Berlin"""" featuring YOU"",Electronic Music,Music,USD,2014-05-31,7500.00,2014-05-01 03:09:30,10030.00,successful,78,US,10030.00,10030.00,7500.00" +1085584954,The Huggsie Pillow - Supporting and comforting your baby,Crafts,Crafts,EUR,2015-10-14,10000.00,2015-09-14 21:02:38,635.00,failed,4,BE,719.94,721.36,11360.02 +1085593846,Leviathan 3000,Tabletop Games,Games,GBP,2014-05-09,200.00,2014-04-19 21:17:55,536.00,successful,63,GB,900.01,903.83,337.25 +1085594322,Mocator - Personal Location Communication,Technology,Technology,GBP,2014-08-11,25000.00,2014-07-12 20:45:22,28.00,failed,2,GB,47.96,46.73,41725.08 +1085598788,Water We Singing About?,Kids,Music,USD,2015-10-05,8000.00,2015-08-06 22:46:11,8000.00,successful,69,US,8000.00,8000.00,8000.00 +1085601237,REND,Video Games,Games,USD,2012-06-20,15000.00,2012-05-18 09:45:08,4421.84,failed,211,US,4421.84,4421.84,15000.00 +"1085604210,""""""True Reflection"""" a Horror Flick"",Narrative Film,Film & Video,USD,2013-03-29,20000.00,2013-02-27 05:49:27,1.00,failed,1,US,1.00,1.00,20000.00" +1085612087,The Kentucky Hangnail- (Homemade goodluck charm),Jewelry,Fashion,USD,2015-06-12,5000.00,2015-05-03 02:04:08,20.00,failed,1,US,20.00,20.00,5000.00 +1085613855,E-learning That Starts with Student Interests,Software,Technology,USD,2017-07-18,12000.00,2017-05-19 18:18:20,435.00,failed,8,US,0.00,435.00,12000.00 +1085633323,Beneath a Streetlight,Shorts,Film & Video,USD,2012-03-13,2000.00,2012-02-21 21:13:32,45.00,failed,3,US,45.00,45.00,2000.00 +1085633926,Alexander and the Book of Knowledge (Relaunch),Comic Books,Comics,USD,2016-04-18,1.00,2016-03-29 21:25:10,2.00,successful,2,US,2.00,2.00,1.00 +1085634862,Great American Road-Trip,Places,Photography,USD,2017-05-08,6300.00,2017-03-09 13:25:48,3403.00,failed,9,US,0.00,3403.00,6300.00 +1085638762,The Black HELL EP,Indie Rock,Music,USD,2012-06-05,1600.00,2012-04-26 19:27:19,331.00,failed,27,US,331.00,331.00,1600.00 +1085649050,Amy Lange is Going to Berlin,Conceptual Art,Art,USD,2014-06-04,2000.00,2014-05-05 23:05:43,2205.00,successful,39,US,2205.00,2205.00,2000.00 +10856622,Hannah Has a Ho Phase: A Sex Comedy About Opening Up,Narrative Film,Film & Video,USD,2011-04-20,5000.00,2011-03-20 00:40:28,5658.00,successful,60,US,5658.00,5658.00,5000.00 +1085673405,Bully Caterpillar,Animation,Film & Video,USD,2015-05-09,30000.00,2015-04-14 15:41:54,0.00,failed,0,US,0.00,0.00,30000.00 +1085681312,The Kohlman Files pilot episode,Webseries,Film & Video,USD,2012-04-08,2500.00,2012-03-09 04:30:15,2505.00,successful,33,US,2505.00,2505.00,2500.00 +1085687940,Pixazzle - Personalised books with a Splash of Dazzle!,Publishing,Publishing,GBP,2016-11-25,150000.00,2016-10-26 04:15:30,20.00,canceled,1,GB,24.39,24.87,186518.45 +108569095,Dirty Three Thirty: A Northeast Ohio based clothing line (Canceled),Fashion,Fashion,USD,2010-11-15,1000.00,2010-10-24 07:33:13,85.00,canceled,2,US,85.00,85.00,1000.00 +1085691472,Sol Apparel's First Launch,Fashion,Fashion,USD,2012-06-09,1500.00,2012-05-10 18:59:39,60.00,failed,1,US,60.00,60.00,1500.00 +1085696089,True Grit Metalworks,Product Design,Design,USD,2015-08-23,2500.00,2015-07-09 19:28:06,1365.00,failed,32,US,1365.00,1365.00,2500.00 +108569837,The proposal (Canceled),Documentary,Film & Video,USD,2014-08-17,8000.00,2014-07-18 18:26:08,0.00,canceled,0,US,0.00,0.00,8000.00 +1085705854,MiniBotz (Canceled),Video Games,Games,USD,2016-06-02,5000.00,2016-04-03 22:10:31,100.00,canceled,5,US,100.00,100.00,5000.00 +1085712496,TheDragonSlayers.org Moral Network/DNS Security,Web,Technology,USD,2014-10-09,20000.00,2014-09-09 04:07:12,70.00,failed,2,US,70.00,70.00,20000.00 +1085724773,BAU 1296: Redefining the Minimalist Luxury Watch,Product Design,Design,EUR,2017-02-10,26500.00,2017-01-12 17:33:22,9203.60,canceled,58,ES,2589.06,9782.53,28166.92 +1085725193,NOXO ART INTERNATIONAL,Public Art,Art,USD,2016-02-18,5000.00,2016-01-19 04:57:15,0.00,failed,0,US,0.00,0.00,5000.00 +1085731137,RPG Open Source - Melhnor Chronicles,Video Games,Games,EUR,2017-02-28,2500.00,2017-01-30 17:54:04,1.00,failed,1,FR,0.00,1.06,2641.25 +1085734800,Archer Spade Commissioning Series,Classical Music,Music,USD,2012-01-16,8000.00,2011-11-17 06:10:41,8275.66,successful,135,US,8275.66,8275.66,8000.00 +1085742234,Villanova Wildcats Championship painting,Painting,Art,USD,2016-09-25,6000.00,2016-07-27 20:30:57,225.00,failed,6,US,0.00,225.00,6000.00 +"1085743884,""Chimera & More, an exciting card game by Ralph H. Anderson"",Tabletop Games,Games,USD,2017-05-08,2000.00,2017-04-18 18:20:37,3237.00,successful,234,US,1714.00,3237.00,2000.00" +1085744953,CCSA's Epic Fundraising (Canceled),Ceramics,Art,CAD,2016-05-15,10000.00,2016-03-16 04:19:57,25.00,canceled,1,CA,18.92,19.08,7630.09 +1085750806,Tail Lights Rider Safety System,Wearables,Technology,USD,2015-12-10,18500.00,2015-11-10 16:59:30,47913.00,successful,243,US,47913.00,47913.00,18500.00 +1085750926,BELLA VITA - A Surfer's Journey Through Italy,Documentary,Film & Video,USD,2013-05-18,30000.00,2013-04-18 17:58:22,33777.00,successful,270,US,33777.00,33777.00,30000.00 +1085753313,Dogs Playing Magic - Full Color Poster,Games,Games,USD,2013-11-28,1000.00,2013-10-28 23:28:01,1000.00,successful,38,US,1000.00,1000.00,1000.00 +1085759599,Atomic Fizz Soda Company,Drinks,Food,USD,2016-05-24,850.00,2016-05-04 00:01:27,71.00,failed,6,US,71.00,71.00,850.00 +"1085770809,""Grand Lake Islands: The Album, The Video, The Tour"",Indie Rock,Music,USD,2013-07-10,3500.00,2013-06-10 08:03:00,3670.00,successful,58,US,3670.00,3670.00,3500.00" +1085773131,Turnikit - iPhone lens adapter for iPhone 6 & 6 plus,Camera Equipment,Technology,USD,2015-04-26,10000.00,2015-03-17 04:00:19,5955.00,failed,55,US,5955.00,5955.00,10000.00 +1085788861,Fish Processing Plant in Rural Kenya,Food,Food,NOK,2016-06-18,2000000.00,2016-04-19 17:53:49,0.00,failed,0,NO,0.00,0.00,234945.84 +1085791428,Oh The Humanity - Philosophical Book,Nonfiction,Publishing,GBP,2015-07-08,4600.00,2015-06-08 23:30:47,0.00,failed,0,GB,0.00,0.00,7138.09 +1085793765,Cicada Rhythm's first full Album,Country & Folk,Music,USD,2013-09-22,8000.00,2013-08-21 23:50:23,10120.00,successful,189,US,10120.00,10120.00,8000.00 +1085797018,DANCE BATTLE - International App Game,Mobile Games,Games,CHF,2016-12-02,245000.00,2016-10-28 16:05:39,281.00,failed,5,CH,0.00,278.16,242526.23 +1085803417,KOI - Loosing a baby. A film on the grief of a father,Drama,Film & Video,EUR,2016-06-16,6000.00,2016-04-27 16:59:42,6285.00,successful,46,IT,7085.35,7073.16,6752.42 +1085807314,The Fifth Sacred Thing,Narrative Film,Film & Video,USD,2011-08-21,60000.00,2011-06-22 19:16:43,76327.75,successful,1431,US,76327.75,76327.75,60000.00 +1085819515,The opening. How will the story end?,Fiction,Publishing,GBP,2015-06-22,400.00,2015-05-23 00:21:33,0.00,failed,0,GB,0.00,0.00,629.06 +10858233,Dustee Lampee,Crafts,Crafts,USD,2017-01-21,7000.00,2017-01-06 04:11:38,8511.11,successful,29,US,600.00,8511.11,7000.00 +1085826969,Clio Art Fair,Art,Art,USD,2017-05-30,1600.00,2017-05-04 17:50:37,25.00,failed,1,US,25.00,25.00,1600.00 +"1085843889,""Primal Pride Pin, BDSM, Primal Play, Primal"",Graphic Design,Design,USD,2017-08-15,800.00,2017-07-16 07:50:51,60.00,canceled,2,US,0.00,60.00,800.00" +1085845682,The Positation Movement,Printing,Crafts,USD,2017-01-02,18000.00,2016-11-29 02:35:45,1339.00,failed,5,US,272.00,1339.00,18000.00 +1085845935,MMDK Studios-Unisex Collection,Fashion,Fashion,GBP,2014-03-22,28000.00,2014-02-20 23:04:33,0.00,failed,0,GB,0.00,0.00,46572.74 +1085859801,R I I K S - Journalism and the Arts. Our focus: Migration,Journalism,Journalism,EUR,2016-07-19,18000.00,2016-05-27 12:38:01,606.00,failed,12,DE,676.21,667.44,19825.10 +1085861113,Our Shawnee: A Louisville Story Program Book,Nonfiction,Publishing,USD,2013-11-16,8500.00,2013-10-16 17:47:19,10379.00,successful,193,US,10379.00,10379.00,8500.00 +1085864254,Ellie's Edibles All Natural Dog Treats,Small Batch,Food,USD,2015-08-30,500.00,2015-08-10 18:04:25,15.00,failed,1,US,15.00,15.00,500.00 +1085868546,Roxanne,Shorts,Film & Video,GBP,2014-06-01,10000.00,2014-05-02 07:48:43,10473.00,successful,152,GB,17679.20,17621.23,16825.39 +1085869015,Timbertales,Video Games,Games,EUR,2016-08-12,1500.00,2016-07-13 12:22:33,1530.00,successful,34,DE,0.00,1707.17,1673.70 +1085870309,1.21 GIGAWATTS: Back To The Future Tribute Exhibition,Events,Comics,GBP,2015-10-19,1988.00,2015-09-19 17:12:38,3101.99,successful,120,GB,4830.92,4778.32,3062.32 +108588331,Bringing The Gongfu Tea Custom To The West,Food,Food,USD,2016-08-21,20000.00,2016-07-22 02:58:45,20080.50,successful,95,US,50.00,20080.50,20000.00 +1085887739,The C-Cube: a new twist on a classic puzzle!,Puzzles,Games,USD,2015-04-09,20000.00,2015-03-10 07:45:37,478.00,failed,20,US,478.00,478.00,20000.00 +1085888647,Genuine Imitations 4th Album,Rock,Music,USD,2012-07-10,650.00,2012-06-10 22:13:52,10.00,failed,1,US,10.00,10.00,650.00 +1085904302,Launching our book series - Trials of Darkness,Fiction,Publishing,USD,2013-05-16,1000.00,2013-04-11 23:05:06,379.00,failed,19,US,379.00,379.00,1000.00 +1085905859,ASMR Gaming Channel (Canceled),Film & Video,Film & Video,USD,2014-07-30,500.00,2014-06-30 19:28:52,140.00,canceled,5,US,140.00,140.00,500.00 +10859083,Atiq The Tru Story CD Distribution,Hip-Hop,Music,USD,2014-01-11,1100.00,2013-12-02 18:21:55,15.00,failed,2,US,15.00,15.00,1100.00 +1085910909,The Chosen Ones - Animated TV Series,Animation,Film & Video,AUD,2015-05-21,25000.00,2015-04-30 09:23:38,3155.00,failed,8,AU,2520.40,2486.99,19706.76 +1085913231,She Knows (She's Toxic #2),Fiction,Publishing,USD,2017-05-27,8000.00,2017-04-12 16:14:40,51.00,canceled,5,US,9.00,51.00,8000.00 +1085913553,One for the Road,Documentary,Film & Video,USD,2013-09-26,14000.00,2013-08-27 20:34:43,19060.00,successful,179,US,19060.00,19060.00,14000.00 +1085926484,Bonaventure Quartet's Lost and Found at the Clermont Lounge,Music,Music,USD,2013-03-29,5000.00,2013-02-27 18:14:11,6630.00,successful,111,US,6630.00,6630.00,5000.00 +1085931308,Til Den Tredje Verden - Rejseprogram til Filippinerne,Webseries,Film & Video,DKK,2016-07-03,15000.00,2016-06-03 07:26:54,0.00,failed,0,DK,0.00,0.00,2231.48 +1085931324,Iconic/Inspirational Figures - Urban Paintings,Painting,Art,GBP,2017-08-29,100.00,2017-07-30 16:39:54,104.00,successful,2,GB,86.69,134.64,129.46 +108594635,Crypto-Gear: Series One,Apparel,Fashion,USD,2017-04-23,8000.00,2017-03-24 21:41:22,250.00,failed,6,US,165.00,250.00,8000.00 +1085947042,Dr Megavolt: Man Meets Lightning,Documentary,Film & Video,USD,2010-08-03,10000.00,2010-07-02 10:51:21,10333.00,successful,125,US,10333.00,10333.00,10000.00 +1085948552,Field Recordings from the Indian desert,World Music,Music,USD,2011-10-29,2500.00,2011-08-30 23:06:24,2900.00,successful,35,US,2900.00,2900.00,2500.00 +1085948724,The Healthy Habit,Food,Food,USD,2012-08-24,250000.00,2012-06-25 22:16:10,37.00,failed,4,US,37.00,37.00,250000.00 +1085952861,Crit or Shoot d20 DICE,Tabletop Games,Games,USD,2015-08-30,3000.00,2015-07-31 14:23:12,8653.00,successful,398,US,8653.00,8653.00,3000.00 +1085961915,Melissa Harding EP,Indie Rock,Music,USD,2012-11-25,2500.00,2012-10-24 19:14:05,3530.00,successful,48,US,3530.00,3530.00,2500.00 +1085962445,Four Corners: Thieves of Sovereignty (powered by Fate),Tabletop Games,Games,CAD,2016-12-02,6000.00,2016-10-20 17:03:08,3031.00,failed,55,CA,80.14,2278.43,4510.26 +1085962562,Facing East,Documentary,Film & Video,USD,2016-05-19,6000.00,2016-04-19 19:00:18,6445.00,successful,69,US,6445.00,6445.00,6000.00 +1085965288,Maru Restaurant: We can see the finish line.,Restaurants,Food,USD,2015-02-02,50000.00,2015-01-14 22:05:45,7670.00,failed,43,US,7670.00,7670.00,50000.00 +1085966149,Debbie Chou's First Solo Album! (Canceled),Pop,Music,USD,2011-10-18,2500.00,2011-08-19 21:50:02,830.00,canceled,16,US,830.00,830.00,2500.00 +1085972330,Print the New Kinjac Album Broken Mirrors on Vinyl,Rock,Music,USD,2016-04-30,4444.00,2016-04-06 02:06:23,902.00,canceled,8,US,902.00,902.00,4444.00 +1085972602,Homerizon project - A new concept in self-sufficient housing,Architecture,Design,CAD,2017-12-29,45000.00,2017-11-14 01:52:07,1541.00,failed,28,CA,133.96,1228.87,35885.17 +1085982572,Cosmic Surgery,Photobooks,Photography,GBP,2016-03-25,22000.00,2016-02-26 14:01:20,22318.00,successful,329,GB,31102.93,31936.24,31481.19 +1085985412,The Equal Shoe : New Collection (Canceled),Fashion,Fashion,USD,2014-05-02,30000.00,2014-04-02 15:30:28,5346.00,canceled,39,US,5346.00,5346.00,30000.00 +1085986229,Winston Watches - Inspired by Travel,Product Design,Design,AUD,2015-08-04,15000.00,2015-07-05 22:10:02,47414.00,successful,283,AU,35642.15,35030.66,11082.38 +1085994595,Martini Nights TV Pilot & Pay Per View Event,Jazz,Music,USD,2014-03-20,10000.00,2014-03-10 23:21:28,3961.00,failed,63,US,3961.00,3961.00,10000.00 +"1085994833,""Publishing my novel, """"Illicit"""" by Alyssa Wise"",Fiction,Publishing,USD,2013-05-20,500.00,2013-04-20 00:13:30,700.00,successful,34,US,700.00,700.00,500.00" +"1086002433,""Subterranea """"Feature Length Film"""""",Film & Video,Film & Video,USD,2012-09-01,30000.00,2012-08-01 08:33:06,32000.01,successful,199,US,32000.01,32000.01,30000.00" +"1086006339,""Stanley, the Very Fine Squirrel"",Children's Books,Publishing,USD,2012-02-18,4000.00,2012-01-04 20:38:47,4200.00,successful,79,US,4200.00,4200.00,4000.00" +1086007,Melee Masters,Video Games,Games,USD,2017-04-09,125000.00,2017-03-10 13:20:43,360.00,canceled,6,US,0.00,360.00,125000.00 +1086008661,A Mother By Nature (Canceled),Art Books,Publishing,USD,2015-03-24,1000.00,2015-03-08 06:16:04,0.00,canceled,0,US,0.00,0.00,1000.00 +1086010867,Deserted,Shorts,Film & Video,USD,2012-02-25,2000.00,2012-01-13 05:20:26,2125.00,successful,19,US,2125.00,2125.00,2000.00 +1086015888,Torn- A mystical action-adventure novel.,Fiction,Publishing,USD,2013-11-16,15000.00,2013-10-24 03:20:40,1159.00,failed,14,US,1159.00,1159.00,15000.00 +1086020909,The ICE machine/ The ICE GROWING sculpture/FIGMENT NYC 2012,Sculpture,Art,USD,2012-06-20,4000.00,2012-05-30 19:20:52,1870.00,failed,32,US,1870.00,1870.00,4000.00 +1086023511,PartiQ – The fair and collaborative playlist,Web,Technology,SEK,2015-01-16,350000.00,2014-12-17 10:36:10,3095.00,failed,12,SE,406.15,381.20,43107.70 +1086029940,Virtual Steelband,World Music,Music,USD,2014-08-22,6000.00,2014-07-28 15:47:58,6515.00,successful,87,US,6515.00,6515.00,6000.00 +108604057,Men of DGMM Calendar Pre-Production (Canceled),Art,Art,USD,2012-09-24,4000.00,2012-08-19 15:24:40,0.00,canceled,0,US,0.00,0.00,4000.00 +1086052141,A little shop of my own,Mixed Media,Art,USD,2016-08-18,500.00,2016-07-19 19:27:28,5.00,failed,4,US,0.00,5.00,500.00 +1086065896,Earthworks,Pop,Music,USD,2014-02-27,900.00,2014-01-28 16:11:03,1901.00,successful,65,US,1901.00,1901.00,900.00 +108606683,Chedda Shoe Company,Product Design,Design,USD,2017-10-31,9500.00,2017-09-16 10:16:03,100.00,failed,1,US,0.00,100.00,9500.00 +1086068277,See The Sea Gull Soar!,Theater,Theater,USD,2013-06-27,5000.00,2013-06-01 17:53:15,440.00,failed,13,US,440.00,440.00,5000.00 +1086068506,TeslaTransfer * File transfer & storage service*,Web,Technology,EUR,2017-06-14,1250.00,2017-05-15 18:21:24,1.00,failed,1,NL,0.00,1.12,1395.87 +1086073361,Text with emotion and speak in any language.. It's fun!,Apps,Technology,USD,2016-02-07,125000.00,2016-01-08 23:18:44,0.00,failed,0,US,0.00,0.00,125000.00 +1086075167,LUNG II - The Art House Horror Film Returns! (Canceled),Experimental,Film & Video,USD,2015-09-10,1000.00,2015-08-11 10:42:21,150.00,canceled,3,US,150.00,150.00,1000.00 +1086098498,El sueño de Luisito (Le rêve de Luisito),World Music,Music,EUR,2016-08-08,2450.00,2016-06-09 18:16:47,2450.00,successful,53,FR,2484.19,2733.70,2733.70 +1086104138,Nevada Vines & Wines - Help Us Uncork Nevada!,Food,Food,USD,2014-01-01,25500.00,2013-11-16 18:36:39,4611.00,failed,52,US,4611.00,4611.00,25500.00 +1086109115,WayWiser,Web,Technology,NZD,2016-08-09,10000.00,2016-07-07 00:01:56,3866.00,failed,33,NZ,800.02,2783.50,7199.94 +1086117960,Fund the Pans,Food,Food,USD,2015-03-22,250.00,2015-02-20 21:49:32,0.00,failed,0,US,0.00,0.00,250.00 +"1086123715,""If WE didn't make the WORLD so SCARY, Maybe he'd come out"",Film & Video,Film & Video,USD,2012-08-19,175000.00,2012-07-20 02:05:45,0.00,failed,0,US,0.00,0.00,175000.00" +"1086128818,""OpenGrab, Open hardware Electro-Permanent cargo gripper"",Technology,Technology,USD,2012-12-26,3000.00,2012-11-27 16:37:30,10303.00,successful,203,US,10303.00,10303.00,3000.00" +1086132840,mac and cheese onion ring & bacon wrapped cheeseburger,Bacon,Food,USD,2015-05-25,20000.00,2015-04-25 11:33:09,11.00,failed,3,US,11.00,11.00,20000.00 +1086138415,Emma-Leigh's Medieval Clothing,Crafts,Crafts,GBP,2014-08-19,500.00,2014-07-20 17:30:29,2.00,failed,1,GB,3.42,3.32,828.87 +1086143553,The 'Primary Colours' Paintings,Painting,Art,GBP,2013-09-16,20.00,2013-07-18 16:58:27,32.00,successful,4,GB,48.55,51.26,32.04 +1086148963,Before the Origin: Who We Are,Rock,Music,USD,2015-12-23,1000.00,2015-11-23 01:53:59,1119.00,successful,31,US,1119.00,1119.00,1000.00 +108615513,Launch the Westwood Food Co-op to Feed Food Deserts,Spaces,Food,USD,2015-10-23,50000.00,2015-09-23 18:21:53,55576.08,successful,503,US,55576.08,55576.08,50000.00 +1086156993,L.A. River Machine Tour (through Art),Mixed Media,Art,USD,2011-05-21,300.00,2011-04-21 20:22:42,146.00,failed,9,US,146.00,146.00,300.00 +1086160479,Until Failure (Premium Fitness Apparel),Apparel,Fashion,USD,2018-01-17,500.00,2017-12-18 01:29:52,960.00,live,26,US,575.00,960.00,500.00 +1086160720,From Home to Houston,Small Batch,Food,USD,2015-10-30,15000.00,2015-08-31 17:42:57,0.00,failed,0,US,0.00,0.00,15000.00 +1086167371,Publish or Perish (Canceled),Fiction,Publishing,USD,2014-01-08,1500.00,2013-12-18 17:48:45,50.00,canceled,1,US,50.00,50.00,1500.00 +1086170294,Beyond the Crossfire,Documentary,Film & Video,USD,2013-12-14,18000.00,2013-10-30 20:59:26,30300.22,successful,355,US,30300.22,30300.22,18000.00 +"1086182409,""I Melt, I Howl by Billy Shaddox"",Music,Music,USD,2015-05-14,15000.00,2015-04-12 20:22:52,17615.00,successful,207,US,17615.00,17615.00,15000.00" +1086188217,An Unreasonable Production,Documentary,Film & Video,USD,2016-05-21,6500.00,2016-04-19 21:01:01,7277.83,successful,86,US,7277.83,7277.83,6500.00 +1086190406,We Are All Artists - Creative Mindfulness Cards,DIY,Crafts,AUD,2017-04-28,1200.00,2017-04-07 06:32:38,2764.00,successful,66,AU,635.14,2065.15,896.59 +108619721,Neutrino 2.0: The tiny 32-bit Arduino Zero compatible!,DIY Electronics,Technology,USD,2016-07-30,5000.00,2016-07-06 15:00:27,5703.00,successful,139,US,1990.00,5703.00,5000.00 +"108619783,""PINKO, first full album by Commie Faggots"",Country & Folk,Music,GBP,2017-02-11,400.00,2017-01-12 04:39:55,670.51,successful,43,GB,66.88,833.06,496.97" +1086198143,Clean Livin - A Web Series,Webseries,Film & Video,USD,2011-06-27,5600.00,2011-04-28 15:11:57,45.00,failed,3,US,45.00,45.00,5600.00 +1086216488,Ibiza Tarot Soleil,Illustration,Art,CAD,2016-08-08,6000.00,2016-07-09 00:20:19,1705.00,canceled,15,CA,231.17,1314.07,4624.28 +1086219416,GBS Detroit Presents American Opera,Indie Rock,Music,USD,2011-11-18,600.00,2011-11-01 18:54:02,1140.55,successful,42,US,1140.55,1140.55,600.00 +108622350,The Free Range,Performance Art,Art,USD,2017-10-25,25000.00,2017-09-25 22:31:24,25.00,failed,1,US,0.00,25.00,25000.00 +1086232780,A Birdie Ate It!!!,Children's Books,Publishing,USD,2016-03-09,5500.00,2016-02-08 14:37:36,5810.00,successful,69,US,5810.00,5810.00,5500.00 +1086269816,Indoor Garden Building BnB,Technology,Technology,USD,2016-05-13,800000.00,2016-03-14 22:16:23,1.00,failed,1,US,1.00,1.00,800000.00 +1086270066,The Lonely Asteroid,Children's Books,Publishing,USD,2014-08-13,2000.00,2014-07-14 00:34:08,65.00,failed,5,US,65.00,65.00,2000.00 +1086285514,The Generosity Project,Web,Journalism,CAD,2014-09-18,5000.00,2014-08-19 03:45:55,0.00,failed,0,CA,0.00,0.00,4554.56 +"1086289737,""SKIING THE EDGE, Volume 2"",Publishing,Publishing,USD,2012-04-29,11000.00,2012-03-30 20:26:17,1311.00,failed,27,US,1311.00,1311.00,11000.00" +1086295958,Ballerina Project - Bringing our photography to life,Dance,Dance,USD,2013-04-18,30000.00,2013-03-19 01:17:27,15903.00,failed,295,US,15903.00,15903.00,30000.00 +1086300685,Illustrated Science Book on Evolutionary Biology,Academic,Publishing,USD,2016-08-04,15000.00,2016-07-03 15:47:54,0.00,failed,0,US,0.00,0.00,15000.00 +1086308227,Water Wasp | Life-saving off-grid survival solar watermaker.,Gadgets,Technology,USD,2015-09-30,2400.00,2015-08-31 07:13:39,4443.00,successful,54,US,4443.00,4443.00,2400.00 +108631766,Travel as a child support the passion of a kid,Photo,Journalism,USD,2014-09-23,3900.00,2014-07-25 14:08:02,0.00,failed,0,US,0.00,0.00,3900.00 +1086333413,Kingdoms Fall - An Epic Adventure Game for Mobile/Tablet,Video Games,Games,USD,2013-05-29,6400.00,2013-04-29 20:42:25,96.00,failed,16,US,96.00,96.00,6400.00 +1086336358,Jake Ward Band Brand New Album,Country & Folk,Music,USD,2017-07-23,20000.00,2017-06-23 23:13:53,10904.00,failed,48,US,435.00,10904.00,20000.00 +"1086338488,Introducing Daniel Criss; Debut vocal album.,Country & Folk,Music,USD,2012-06-08,4400.00,2012-05-09 14:42:49,950.00,failed,24,US,950.00,950.00,4400.00" +10863460,Doctor Atlantis,Comics,Comics,USD,2012-02-26,1500.00,2012-01-17 22:55:53,1883.00,successful,63,US,1883.00,1883.00,1500.00 +1086358093,3rd and Starlight,Anthologies,Publishing,USD,2017-12-12,2500.00,2017-11-14 13:38:32,2642.68,successful,64,US,0.00,2642.68,2500.00 +1086365013,new card game tbooster,Playing Cards,Games,USD,2016-03-25,10000.00,2016-02-28 20:44:18,51.00,failed,3,US,51.00,51.00,10000.00 +1086368988,The Be Nice or LEAF Illustrated Coir Doomat,Illustration,Art,GBP,2017-09-01,1000.00,2017-08-07 17:05:11,45.00,canceled,2,GB,26.07,58.26,1294.60 +1086369402,Blinkgogo: Wireless Arduino & Fun Robotics Learning Platform,Hardware,Technology,USD,2016-10-27,12000.00,2016-09-20 17:00:45,28110.00,successful,220,US,1283.00,28110.00,12000.00 +1086371287,Ball Baby A Novel by Gabriel Bush,Fiction,Publishing,USD,2014-01-06,10000.00,2013-12-07 02:49:20,0.00,failed,0,US,0.00,0.00,10000.00 +"1086371723,Help DDUB Productions Grow! With a Professional Grade Camera,Film & Video,Film & Video,USD,2015-06-24,4000.00,2015-05-08 16:38:03,50.00,undefined,0,""N,0"""""",,50.00,4000.00" +1086374664,Re-Launch - Handmade Clutches by MamAfrica & Modahnik,Fashion,Fashion,USD,2014-04-21,6500.00,2014-03-20 14:02:42,9230.00,successful,137,US,9230.00,9230.00,6500.00 +108639997,Hoyos En el Muro,Audio,Journalism,MXN,2017-04-14,138000.00,2017-03-15 02:41:41,0.00,canceled,0,MX,0.00,0.00,7327.95 +1086406214,Give away 100 awareness ribbons,Sculpture,Art,USD,2014-11-23,900.00,2014-11-04 00:36:55,0.00,failed,0,US,0.00,0.00,900.00 +1086410679,Arty Cats Enamel Pins Set - Ships Free Worldwide,Accessories,Fashion,USD,2017-09-04,200.00,2017-08-14 16:52:04,990.00,successful,50,US,284.00,990.00,200.00 +1086435864,Blink Psychopath - a lovely horrific zombie anime in text,Young Adult,Publishing,USD,2015-06-24,1666.00,2015-06-14 03:46:17,0.00,failed,0,US,0.00,0.00,1666.00 +1086438617,PILL CUTTER WITH SELECTABLE 2-WAY OR 4-WAY CUTTING,Product Design,Design,USD,2015-04-24,35000.00,2015-03-26 15:17:36,95.00,canceled,6,US,95.00,95.00,35000.00 +1086443525,Copper Kitchen Catering Company,Food,Food,USD,2017-04-29,20000.00,2017-03-30 17:26:22,1.00,failed,1,US,0.00,1.00,20000.00 +1086445619,Spirit Track (short film) festival entry costs,Film & Video,Film & Video,AUD,2014-08-08,300.00,2014-06-24 05:22:07,1.00,failed,1,AU,0.94,0.93,278.55 +1086449921,Sydney to Chicago - Weaving My Way There,Textiles,Art,AUD,2016-04-25,3000.00,2016-03-26 01:47:07,4179.00,successful,43,AU,3140.16,3187.89,2288.50 +1086452176,Orca Family,Public Art,Art,USD,2014-10-08,4300.00,2014-09-08 23:54:07,5307.00,successful,39,US,5307.00,5307.00,4300.00 +1086466527,New Studio Album by Cindy Lee Berryhill,Music,Music,USD,2014-12-16,16000.00,2014-11-16 05:36:01,19620.00,successful,280,US,19620.00,19620.00,16000.00 +1086472175,Buffalo Disorientation Guide 2011,Periodicals,Publishing,USD,2011-08-28,700.00,2011-08-11 01:17:02,711.00,successful,41,US,711.00,711.00,700.00 +1086473010,Blow Boat: A Mobile Buccaneering Adventure Game,Video Games,Games,GBP,2013-03-28,12000.00,2013-02-26 11:45:12,13.00,failed,3,GB,19.66,19.69,18171.63 +"1086476600,Jessica Dock's Debut Full-Length Album,Music,Music,USD,2014-10-11,3500.00,2014-08-27 21:04:20,3631.00,undefined,0,""N,0"""""",,3631.00,3500.00" +1086479013,Maximum The Street Magic Show,Webseries,Film & Video,USD,2016-11-26,15000.00,2016-10-27 13:33:31,196.00,failed,7,US,47.00,196.00,15000.00 +1086493659,Dameian's Cuisines,Food Trucks,Food,CAD,2014-08-18,25000.00,2014-07-19 23:19:27,0.00,failed,0,CA,0.00,0.00,22816.46 +1086494391,Playwrights West's First Show: Continuum by Patrick Wohlmut,Theater,Theater,USD,2012-04-15,5000.00,2012-03-06 05:48:25,5500.00,successful,70,US,5500.00,5500.00,5000.00 +1086495685,New Light: Little Sue's next full-length CD,Music,Music,USD,2013-01-25,2500.00,2012-12-26 22:27:45,2925.00,successful,97,US,2925.00,2925.00,2500.00 +1086503239,It's just your imagination,Children's Books,Publishing,USD,2014-07-04,11000.00,2014-06-04 23:08:16,3562.00,failed,53,US,3562.00,3562.00,11000.00 +"1086503467,Let Love Win,Music,Music,USD,2016-02-24,8000.00,2016-01-24 20:43:13,811.00,undefined,0,""N,0"""""",,811.00,8000.00" +1086512472,MAKING MY DREAM A REALITY - KRAYZIE BONE FEATURE,Hip-Hop,Music,GBP,2016-01-31,2700.00,2015-12-07 21:01:07,105.00,failed,8,GB,158.67,152.81,3929.27 +108651491,Lu's Foods,Food,Food,USD,2014-08-17,3000.00,2014-07-08 20:46:53,0.00,failed,0,US,0.00,0.00,3000.00 +"1086518149,""Pleiades Productions Presents """"Well"""" by Lisa Kron"",Theater,Theater,USD,2012-03-09,4000.00,2012-02-08 06:11:50,5763.00,successful,94,US,5763.00,5763.00,4000.00" +1086528738,An £8 Poem,Poetry,Publishing,GBP,2014-08-04,8.00,2014-07-25 22:27:22,103.00,successful,14,GB,175.46,173.08,13.44 +1086539389,Effeminate Exigency,Dance,Dance,USD,2013-07-20,4000.00,2013-06-20 01:09:47,544.00,failed,15,US,544.00,544.00,4000.00 +1086543646,Bree DOES Comedy,Webseries,Film & Video,USD,2015-03-07,38000.00,2015-02-05 19:41:23,38357.10,successful,239,US,38357.10,38357.10,38000.00 +1086548113,Epidemia Designs | Fashion Gone Viral | Science. Art. Style.,Apparel,Fashion,USD,2015-04-29,15000.00,2015-03-20 01:15:19,20504.00,successful,292,US,20504.00,20504.00,15000.00 +1086550635,Skifts - Modular 3-in-1 Travel Footwear,Footwear,Fashion,EUR,2016-04-13,140000.00,2016-03-14 15:37:05,2232.00,failed,31,BE,2488.77,2518.59,157976.10 +1086555377,Short Films Across America (Canceled),Shorts,Film & Video,USD,2011-05-15,5000.00,2011-04-15 17:25:10,0.00,canceled,0,US,0.00,0.00,5000.00 +1086558061,John Hunter Phillips & The Hurricane Beach Band,Pop,Music,USD,2012-09-06,10000.00,2012-08-07 11:20:30,510.00,failed,13,US,510.00,510.00,10000.00 +1086560005,A Wig for Ally - An adventure story for pediatric cancer,Children's Books,Publishing,USD,2012-07-23,2500.00,2012-06-08 17:46:02,55.00,failed,3,US,55.00,55.00,2500.00 +1086561772,Campaign Trail,Tabletop Games,Games,USD,2016-06-03,40000.00,2016-05-03 16:27:06,65257.50,successful,977,US,65257.50,65257.50,40000.00 +1086564879,A La Mode Macaron Ice Cream Cart Needs A Small Bakery,Small Batch,Food,USD,2017-04-10,12000.00,2017-03-11 00:27:12,687.00,failed,16,US,362.00,687.00,12000.00 +1086565581,Welcome to the Motion - the debut album from Adam Sams,Country & Folk,Music,USD,2011-07-26,500.00,2011-07-09 15:13:04,795.00,successful,32,US,795.00,795.00,500.00 +1086580751,Alien Acres,Video Games,Games,USD,2013-11-13,7500.00,2013-10-14 23:06:54,352.00,failed,3,US,352.00,352.00,7500.00 +1086582488,High end in-ear headphones & wireless in-ear headphones,Technology,Technology,GBP,2015-10-02,55000.00,2015-09-01 15:01:01,68148.00,successful,586,GB,105155.96,103361.04,83419.28 +"1086583277,""Petrichor: An Innovative, Skill-Based First-Person Shooter!"",Video Games,Games,USD,2013-05-08,50000.00,2013-04-08 19:44:40,145.00,failed,6,US,145.00,145.00,50000.00" +1086592065,Memory Plus Math APP,Apps,Technology,CAD,2015-07-11,12000.00,2015-06-21 00:03:44,0.00,failed,0,CA,0.00,0.00,9246.42 +1086600050,Rocky Mountain Aroma,Food,Food,USD,2012-05-15,11000.00,2012-03-16 06:15:38,11.00,failed,2,US,11.00,11.00,11000.00 +1086602837,Secret Recipes from the Ukraine with Chef Yuri Pryiemskyi,Publishing,Publishing,GBP,2017-04-19,13000.00,2017-03-20 14:26:12,150.00,failed,6,GB,92.99,191.67,16611.72 +1086605718,The SWIVIT PRO Multidirectional Mount for GoPro Hero Cameras,Product Design,Design,USD,2014-05-14,45000.00,2014-04-11 17:01:52,20526.00,failed,621,US,20526.00,20526.00,45000.00 +1086607173,The Economics of Diversity: Lessons I Learned Up North,Nonfiction,Publishing,CAD,2014-12-23,3126.00,2014-11-25 09:51:47,207.00,failed,8,CA,184.34,178.57,2696.69 +1086615258,GoPlug - Powered Bags,Design,Design,USD,2014-05-14,65000.00,2014-04-14 12:12:59,40760.00,failed,250,US,40760.00,40760.00,65000.00 +1086616370,Juan In A Million,Animation,Film & Video,USD,2012-05-19,95000.00,2012-03-19 23:01:36,102.00,failed,6,US,102.00,102.00,95000.00 +1086635449,New Music for Brandon & Chrysta,Faith,Music,USD,2014-04-07,3000.00,2014-03-07 00:43:44,3855.00,successful,75,US,3855.00,3855.00,3000.00 +1086642554,A challenge from you to me - unique drawing for you,Illustration,Art,USD,2015-09-06,500.00,2015-08-07 02:44:59,1046.00,successful,25,US,1046.00,1046.00,500.00 +1086649441,Ratboneink's solo exhibit at locust moon. (Canceled),Illustration,Art,USD,2015-03-09,600.00,2015-02-23 22:42:51,310.00,canceled,10,US,310.00,310.00,600.00 +1086650396,Put it on my tab,Hip-Hop,Music,USD,2010-06-30,2500.00,2010-04-01 19:53:31,140.00,failed,4,US,140.00,140.00,2500.00 +1086653864,Original Ink Zombie Drawings 2015 Project for $5 (Canceled),Illustration,Art,USD,2015-07-25,25.00,2015-06-25 02:03:00,0.00,canceled,0,US,0.00,0.00,25.00 +108665697,Need our missing character to whip up the frenzy for INJUN,Narrative Film,Film & Video,USD,2013-05-01,7500.00,2013-04-10 01:14:25,680.00,failed,12,US,680.00,680.00,7500.00 +108665925,DIY Stair Lighting Kit,Product Design,Design,GBP,2016-01-21,7500.00,2015-12-02 19:50:28,300.00,failed,5,GB,452.58,429.69,10742.22 +1086661080,DamnationWoods,Film & Video,Film & Video,USD,2011-08-13,1000.00,2011-06-20 05:39:06,0.00,failed,0,US,0.00,0.00,1000.00 +1086663805,Deliquescent Designs PERSPECTIVES 2010 Tour,Dance,Dance,USD,2010-09-27,4500.00,2010-08-13 08:19:53,695.00,failed,15,US,695.00,695.00,4500.00 +1086665605,Dressed Up Salad Dressing,Food,Food,USD,2012-11-03,15000.00,2012-10-04 15:06:53,17221.00,successful,225,US,17221.00,17221.00,15000.00 +108667110,Treaty Daze: An aboriginal Skit show.,Comedy,Film & Video,CAD,2016-11-26,20000.00,2016-10-27 07:53:39,0.00,failed,0,CA,0.00,0.00,15034.20 +1086671269,Two Friends,Shorts,Film & Video,USD,2011-05-27,600.00,2011-04-27 02:55:46,0.00,failed,0,US,0.00,0.00,600.00 +"108667385,""""""Oh My My"""" The Kepple Band Album Release"",Country & Folk,Music,USD,2012-11-16,8000.00,2012-10-19 00:55:13,8814.01,successful,170,US,8814.01,8814.01,8000.00" +1086677421,Suzette Creperiebar Expansion with Poffertjes and Waffels,Restaurants,Food,EUR,2016-02-14,6000.00,2016-01-25 16:08:28,25.00,canceled,1,NL,26.99,27.74,6657.57 +1086684662,Blue Goes to Buffalo - A Children's Book,Children's Books,Publishing,USD,2014-06-22,4000.00,2014-05-23 20:50:15,4855.00,successful,59,US,4855.00,4855.00,4000.00 +108668581,Jyrobike - Auto Balance Bicycle,Product Design,Design,USD,2014-07-03,100000.00,2014-06-03 15:37:20,185818.00,successful,872,US,185818.00,185818.00,100000.00 +1086686099,Metal Clay Lessons,Crafts,Crafts,USD,2015-04-18,3500.00,2015-03-18 23:15:18,210.00,failed,3,US,210.00,210.00,3500.00 +1086695617,'Cobalt's Sky' the film trailer,Film & Video,Film & Video,USD,2011-05-28,20000.00,2011-02-26 03:33:29,0.00,failed,0,US,0.00,0.00,20000.00 +"1086696620,""Coached into Silence, documentary feature film"",Documentary,Film & Video,USD,2011-05-27,25000.00,2011-04-25 23:11:36,6343.00,failed,57,US,6343.00,6343.00,25000.00" +"1086710112,""Shreddy Times Snowboard Video """"The Breakdown"""""",Shorts,Film & Video,USD,2010-11-17,6225.00,2010-10-18 07:46:19,6475.00,successful,56,US,6475.00,6475.00,6225.00" +1086726273,Kronen und Familienwappen Manufaktur,DIY,Crafts,EUR,2015-06-13,1000.00,2015-05-14 10:58:40,0.00,failed,0,DE,0.00,0.00,1129.91 +"108673627,""""""Next Year in Jerusalem"""" - Documentary Film"",Documentary,Film & Video,USD,2013-01-05,100000.00,2012-12-06 18:57:05,62212.00,failed,296,US,62212.00,62212.00,100000.00" +"1086738118,""Omnipod - Any Camera, Every Moment (Suspended)"",Camera Equipment,Technology,USD,2016-06-14,16030.00,2016-05-24 23:06:32,4375.00,suspended,20,US,4375.00,4375.00,16030.00" +1086738185,BICYCLE!: the debut album from NO MOTHERS,Country & Folk,Music,CAD,2014-08-06,3000.00,2014-07-16 22:55:07,3225.51,successful,56,CA,3007.08,2954.85,2748.26 +1086738638,AGE: free 3D visual game creator,Video Games,Games,GBP,2015-08-28,500.00,2015-07-29 20:21:00,15.00,failed,5,GB,23.35,23.09,769.56 +1086750702,Grumpity Grump's Lumpity Stump,Children's Books,Publishing,USD,2012-06-22,10000.00,2012-05-23 02:39:50,3361.00,failed,45,US,3361.00,3361.00,10000.00 +1086751802,Dick Clark Memorial Video,Narrative Film,Film & Video,USD,2012-05-24,5000.00,2012-04-24 20:36:01,0.00,failed,0,US,0.00,0.00,5000.00 +1086752527,We The People Create a Self Sustaining Garden,Food,Food,USD,2012-08-16,2000.00,2012-07-17 22:10:02,137.00,failed,7,US,137.00,137.00,2000.00 +1086757394,Impho: Help People Change Their Lives,Web,Technology,USD,2017-09-23,25000.00,2017-09-08 03:50:57,25.00,failed,1,US,0.00,25.00,25000.00 +1086758358,Mr.A Bar and Grill,Food,Food,CAD,2015-07-29,70000.00,2015-06-29 17:15:55,0.00,failed,0,CA,0.00,0.00,53648.07 +1086775799,Rise Of The Martians - Destroy All Humans,Science Fiction,Film & Video,USD,2014-11-05,500000.00,2014-10-06 21:33:58,51.00,failed,3,US,51.00,51.00,500000.00 +108678100,Taoist Kung Fu video game app from a real taoist sect,Apps,Technology,USD,2015-06-03,1950.00,2015-05-04 18:02:24,0.00,failed,0,US,0.00,0.00,1950.00 +1086783648,Land of the Long White Cloud,Video,Journalism,NZD,2015-04-28,20000.00,2015-03-29 10:07:43,0.00,failed,0,NZ,0.00,0.00,15229.97 +"1086791494,""Innovative fashion, revolutionizing your wardrobe & style"",Fashion,Fashion,USD,2013-12-24,200000.00,2013-11-14 01:21:56,1.00,failed,1,US,1.00,1.00,200000.00" +1086795794,world hunger - book (Canceled),Publishing,Publishing,AUD,2015-05-19,1000.00,2015-03-20 18:18:31,0.00,canceled,0,AU,0.00,0.00,788.27 +1086796168,NOMS Deli: Dedicated Gluten-Free Sandwich/Bakery Food Truck,Food,Food,USD,2013-12-07,10000.00,2013-11-06 23:24:24,1877.00,failed,32,US,1877.00,1877.00,10000.00 +1086804215,Fallen: Age of Retribution,Video Games,Games,USD,2017-03-14,10000.00,2017-02-12 19:31:19,55.00,failed,2,US,0.00,55.00,10000.00 +1086804236,#Pepe,Apparel,Fashion,USD,2016-10-30,100.00,2016-09-30 19:48:12,14.00,canceled,1,US,14.00,14.00,100.00 +"1086805618,""Mobile memorabilia, the Kurt Cobain Memorial Bench"",Nonfiction,Publishing,USD,2014-12-11,6800.00,2014-11-11 03:04:17,0.00,failed,0,US,0.00,0.00,6800.00" +1086807992,COMPASION,Drama,Film & Video,EUR,2016-03-11,15000.00,2016-01-26 15:47:39,36.00,failed,3,ES,38.93,39.92,16635.06 +1086810971,The Chi-Signs Festival,Indie Rock,Music,GBP,2015-06-19,5000.00,2015-05-20 18:03:38,95.00,failed,5,GB,148.61,150.46,7919.16 +1086814358,Days of My Youth- 80's Cartoon Comic Prints - seven of em!,Comics,Comics,USD,2012-09-27,700.00,2012-08-28 19:48:50,2723.00,successful,52,US,2723.00,2723.00,700.00 +1086814969,Ripper,Fiction,Publishing,GBP,2014-10-20,1000.00,2014-09-05 22:51:59,0.00,failed,0,GB,0.00,0.00,1605.06 +108682069,The Glory to Your Name Project,Faith,Music,USD,2016-02-24,2000.00,2016-01-25 23:45:34,2035.00,successful,7,US,2035.00,2035.00,2000.00 +"1086824566,""""""Longhood"""" the comedy series"",Webseries,Film & Video,USD,2013-04-18,3370.00,2013-03-18 23:10:03,50.00,failed,2,US,50.00,50.00,3370.00" +1086841307,Hyperion: A Film About Living Life to the Fullest,Shorts,Film & Video,USD,2013-05-31,20000.00,2013-05-06 16:48:10,21859.00,successful,268,US,21859.00,21859.00,20000.00 +108684172,KEAT - Feel The Process (Canceled),Product Design,Design,USD,2016-01-29,6000.00,2016-01-04 22:15:33,0.00,canceled,0,US,0.00,0.00,6000.00 +1086841759,TESLA feature film,Film & Video,Film & Video,CAD,2014-05-12,50000.00,2014-03-13 18:06:37,1955.00,failed,39,CA,1760.05,1797.37,45968.56 +1086859122,Domain: Lords of Ether - Tabletop Strategy and Card Combat,Tabletop Games,Games,USD,2013-06-29,18000.00,2013-05-30 17:26:19,6416.00,failed,108,US,6416.00,6416.00,18000.00 +1086861427,Lore: Lost Voices (Suspended),Shorts,Film & Video,USD,2013-02-17,250.00,2013-01-03 22:25:36,142.00,suspended,9,US,142.00,142.00,250.00 +1086865535,Build the Barber Cellars Tasting Room!,Drinks,Food,USD,2015-04-26,20000.00,2015-03-12 15:48:38,20331.00,successful,78,US,20331.00,20331.00,20000.00 +1086867346,Warpfive Heat Powered Generator For USB Devices (Canceled),Gadgets,Technology,GBP,2015-10-18,35000.00,2015-09-18 11:10:30,421.00,canceled,3,GB,653.02,648.51,53914.17 +1086880098,Help fund Rachel Burkey's 1st original album!,Country & Folk,Music,USD,2012-08-07,7500.00,2012-07-11 00:36:51,300.00,failed,9,US,300.00,300.00,7500.00 +1086882227,Beetle Kill: An Epidemic in the American West,Photography,Photography,USD,2010-12-14,3800.00,2010-10-30 04:13:06,155.00,failed,4,US,155.00,155.00,3800.00 +1086891428,Building Brisbane's Ultimate Hub for Creative Innovators,Makerspaces,Technology,AUD,2014-11-05,6000.00,2014-09-26 05:05:13,6807.42,successful,75,AU,6029.87,5851.32,5157.30 +1086900133,The Victorian Log Cabin with a European Accent,Architecture,Design,USD,2014-12-04,50000.00,2014-11-04 20:37:42,2.00,failed,1,US,2.00,2.00,50000.00 +1086900954,Conversations,Photography,Photography,USD,2014-05-10,500.00,2014-04-17 21:13:34,0.00,failed,0,US,0.00,0.00,500.00 +"1086901017,""Tatakainuku: """"To Fight to the Bitter End"""" - Volume 1"",Comics,Comics,CAD,2014-04-14,2170.00,2014-03-15 17:02:33,430.00,failed,8,CA,387.89,390.59,1971.11" +"1086903528,""Drag On Dragon presents: """"Drag Yourself"""""",Public Art,Art,USD,2013-05-11,500.00,2013-03-11 23:48:59,537.00,successful,19,US,537.00,537.00,500.00" +1086905468,The Cask of Amontillado - The Quest for More Money.,Shorts,Film & Video,USD,2013-04-28,1000.00,2013-03-29 21:55:32,1325.00,successful,43,US,1325.00,1325.00,1000.00 +1086910787,4K Video For Less? An HD Film Project (Canceled),Technology,Technology,USD,2012-02-29,10000.00,2012-01-13 18:38:46,0.00,canceled,0,US,0.00,0.00,10000.00 +1086920622,Steele Jones - On Hard Drugs ...The Mini Comedy Movie,Film & Video,Film & Video,CAD,2013-12-22,84000.00,2013-11-19 01:14:19,55.00,failed,1,CA,52.69,51.58,78769.69 +"1086923674,""Don't be a monster, Support the Troops ."",Public Art,Art,USD,2017-01-23,600.00,2016-12-26 04:24:54,73.00,failed,4,US,72.00,73.00,600.00" +1086924181,Imagine Chatting with Someone Live at Any Venue in the World,Apps,Technology,USD,2016-04-23,8640.00,2016-03-24 15:31:23,0.00,canceled,0,US,0.00,0.00,8640.00 +1086941915,Racket Wars: The Mafia Life Board Game (Canceled),Tabletop Games,Games,EUR,2016-08-09,16000.00,2016-07-05 15:59:59,340.00,canceled,6,IT,378.75,379.37,17852.76 +1086942237,RAZE: Lords of Warfare,Games,Games,USD,2016-05-22,11500.00,2016-04-23 21:43:56,2.00,failed,2,US,2.00,2.00,11500.00 +1086953170,'Jamie and Friends' - Greeting Cards,Stationery,Crafts,GBP,2015-07-25,1000.00,2015-06-25 18:58:28,20.00,failed,1,GB,31.48,31.15,1557.58 +1086965374,Send Clout Theatre Co. to Edinburgh Fringe Festival 2011!,Theater,Theater,USD,2011-07-31,1500.00,2011-06-10 11:16:05,2150.01,successful,21,US,2150.01,2150.01,1500.00 +"1086976748,""Sarva Gatah : """"a soul is free to go anywhere"""""",Music,Music,USD,2015-04-01,5000.00,2015-02-24 06:37:19,686.00,undefined,0,""N,0"""""",,686.00,5000.00" +1086991351,It Came From Above,Video Games,Games,MXN,2017-01-03,5000.00,2016-12-14 21:18:39,400.00,failed,1,MX,0.00,18.80,235.01 +1086993194,Palace Flophouse Theater,Spaces,Theater,USD,2014-09-29,25000.00,2014-07-31 17:16:24,0.00,failed,0,US,0.00,0.00,25000.00 +"108699867,""""""Bob Ferbrache: the Denver Sound and Beyond"""" documentary"",Documentary,Film & Video,USD,2011-01-01,5000.00,2010-12-02 03:29:46,5466.64,successful,131,US,5466.64,5466.64,5000.00" +1087009952,LFN Bike - The Totally Different eBike,Technology,Technology,USD,2016-08-03,100000.00,2016-06-04 02:45:01,1529.00,canceled,9,US,1020.00,1529.00,100000.00 +1087015768,Ren - a brand new epic fantasy series,Webseries,Film & Video,GBP,2013-08-19,35000.00,2013-07-20 22:37:26,36184.50,successful,532,GB,54994.57,56250.00,54408.66 +"1087018244,""""""Tap the Dial"""" - Beer on the Radio"",Audio,Journalism,USD,2014-08-22,950.00,2014-07-23 14:14:38,65.00,failed,4,US,65.00,65.00,950.00" +108702658,The Wayward Traveler's Guide Map Series 1 VTT Battle Maps,Tabletop Games,Games,USD,2016-05-31,300.00,2016-04-30 08:28:16,10.00,canceled,2,US,10.00,10.00,300.00 +1087041542,White Waters: Surfing in Britain,Photography,Photography,GBP,2013-02-20,4000.00,2013-01-31 22:01:12,763.00,failed,25,GB,1201.79,1167.09,6118.45 +1087043260,TRIBUTE TO AMERICA'S FALLEN WALL,Public Art,Art,USD,2014-05-22,20000.00,2014-04-22 20:40:20,110.00,failed,3,US,110.00,110.00,20000.00 +"1087044644,""""""The Giant Unquiet"""" - The Battlefield Between Fear & Faith"",Music,Music,USD,2011-12-09,15000.00,2011-10-22 02:46:59,15636.00,successful,188,US,15636.00,15636.00,15000.00" +1087045707,Grow Urban Farms in Brooklyn's Empty Lots,Farms,Food,USD,2014-07-05,15000.00,2014-06-10 18:00:30,20817.00,successful,280,US,20817.00,20817.00,15000.00 +1087046620,Macbeth: A Contemporary Dance Performance,Performances,Dance,USD,2017-08-25,1000.00,2017-07-26 19:26:04,1330.00,successful,12,US,0.00,1330.00,1000.00 +108704714,A Midsummer's Night's Dream,Plays,Theater,USD,2014-08-13,4000.00,2014-07-14 00:50:11,27.00,failed,4,US,27.00,27.00,4000.00 +1087055238,NES mITX High End Computer,Hardware,Technology,NOK,2015-03-01,1500.00,2015-01-30 19:35:07,58.00,failed,5,NO,7.42,7.44,192.51 +1087072371,Fantasy Story a Month,Fiction,Publishing,USD,2015-02-19,500.00,2015-01-20 17:23:37,165.00,failed,4,US,165.00,165.00,500.00 +1087077487,Make Chicken Great Again!,Food,Food,USD,2016-10-17,55000.00,2016-10-03 07:25:50,130.00,failed,3,US,80.00,130.00,55000.00 +1087085987,Crossed Genres Publications: over a year of indie publishing,Fiction,Publishing,USD,2012-06-22,4000.00,2012-05-21 19:07:25,15611.80,successful,397,US,15611.80,15611.80,4000.00 +1087092188,LO QUE EL VIENTO A JUÁREZ,Documentary,Film & Video,MXN,2017-04-14,60000.00,2017-02-13 21:55:26,62463.00,successful,25,MX,123.28,3316.85,3186.07 +1087093800,Beer-scan,Apps,Technology,DKK,2016-10-05,50000.00,2016-09-28 09:28:38,210.00,failed,3,DK,0.00,31.44,7486.04 +1087111072,Empower Your Workers,Software,Technology,USD,2016-06-02,25000.00,2016-05-03 18:35:00,0.00,failed,0,US,0.00,0.00,25000.00 +"1087113863,""Bullets & Belles Premiere Full-Length Album, """"Be Glad"""""",Pop,Music,USD,2012-11-26,2000.00,2012-11-05 23:55:14,2616.00,successful,48,US,2616.00,2616.00,2000.00" +1087116746,Captian Shield Lighting System,Product Design,Design,HKD,2017-03-04,10000.00,2017-02-02 09:50:03,1720.00,failed,4,HK,547.76,221.48,1287.65 +1087117436,The 45 Project,Rock,Music,USD,2012-09-12,12000.00,2012-08-15 17:07:47,12099.50,successful,98,US,12099.50,12099.50,12000.00 +1087119542,Epic Card Game,Tabletop Games,Games,USD,2015-07-01,50000.00,2015-06-02 14:59:49,585122.00,successful,11858,US,585122.00,585122.00,50000.00 +"1087137589,""Planet Kinbaku, The movie"",Movie Theaters,Film & Video,EUR,2017-11-07,8000.00,2017-09-14 14:33:57,11055.00,successful,51,FR,437.37,12883.56,9323.25" +1087185453,Rocket 88 Doughnuts Part II,Restaurants,Food,USD,2015-10-15,10888.00,2015-09-12 00:25:03,890.00,failed,23,US,890.00,890.00,10888.00 +1087186631,The Fresh World Cartoon!,Animation,Film & Video,USD,2011-08-04,50000.00,2011-06-25 20:19:32,2015.00,failed,27,US,2015.00,2015.00,50000.00 +1087190388,Animal Woodworx - Hand Crafted Pet safe Products,Product Design,Design,AUD,2014-05-11,10000.00,2014-04-11 20:08:12,1.00,failed,1,AU,0.94,0.94,9359.79 +1087190822,Mystic Searches - a new NES and Modern Game Experience,Video Games,Games,USD,2015-06-09,36000.00,2015-05-07 00:42:21,16256.00,failed,86,US,16256.00,16256.00,36000.00 +1087191239,Homeless in Florida,Nonfiction,Publishing,USD,2016-06-29,2500.00,2016-05-30 19:18:27,4.00,failed,4,US,4.00,4.00,2500.00 +1087192571,Music For The Worlds Ears,Hip-Hop,Music,USD,2012-10-24,30000.00,2012-09-24 18:37:35,0.00,failed,0,US,0.00,0.00,30000.00 +108719979,A year of spiritual journey in eastern countries,Photobooks,Photography,EUR,2017-08-21,30000.00,2017-07-17 16:27:03,45.00,failed,1,IT,0.00,53.14,35424.15 +"1087200496,""UVariety, the Game"",Games,Games,USD,2014-08-16,30000.00,2014-07-17 21:52:35,245.00,failed,9,US,245.00,245.00,30000.00" +1087203357,FAR - a short film with Kim Bodnia,Shorts,Film & Video,GBP,2014-12-05,7500.00,2014-11-06 17:44:35,9042.00,successful,116,GB,14475.68,14183.08,11764.34 +"1087204516,""Deceit, the Play"",Theater,Theater,USD,2012-12-21,1750.00,2012-12-11 02:12:46,1750.00,successful,8,US,1750.00,1750.00,1750.00" +"1087217964,""Golden Quill Publications, LLC"",Publishing,Publishing,USD,2015-05-06,6000.00,2015-04-21 21:30:20,0.00,undefined,0,""N,0"""""",,0.00,6000.00" +1087222369,Metro For The Beginner + Extras,Technology,Technology,USD,2012-11-30,1250.00,2012-10-30 23:20:32,3038.00,successful,63,US,3038.00,3038.00,1250.00 +1087225519,Lee County Florida Conspiracy Gate,Publishing,Publishing,USD,2015-03-13,17000.00,2015-01-12 19:36:14,0.00,failed,0,US,0.00,0.00,17000.00 +1087228061,Tex Howard's Pit-Smoked Bar-B-Que Phase 2 Smoker Pit,Food,Food,USD,2014-03-23,35000.00,2014-02-21 16:30:35,3960.00,failed,19,US,3960.00,3960.00,35000.00 +"1087240751,""pls help me afford art supplies, i'm a starving artist ;-;"",Painting,Art,USD,2014-08-17,600.00,2014-07-09 20:43:32,600.00,successful,4,US,600.00,600.00,600.00" +108724141,Help Angie Johnson of The Voice Make a Recording!,Music,Music,USD,2012-08-01,30000.00,2012-07-02 21:05:40,36495.00,successful,633,US,36495.00,36495.00,30000.00 +1087244503,7 Deadly Sins,Painting,Art,USD,2010-09-10,2100.00,2010-08-21 23:27:30,55.00,failed,2,US,55.00,55.00,2100.00 +1087248666,From Lockup to Success,Web,Technology,USD,2015-12-23,1000.00,2015-11-23 15:57:50,0.00,failed,0,US,0.00,0.00,1000.00 +"108726486,""EOD """"F"""" Your Nice Day Challenge Coin"",Art,Art,USD,2015-09-03,1800.00,2015-08-04 18:53:54,5600.00,successful,102,US,5600.00,5600.00,1800.00" +1087268345,Help Keep MyKnittedTreasures Open,Knitting,Crafts,USD,2015-09-27,600.00,2015-09-22 22:48:55,15.00,failed,2,US,15.00,15.00,600.00 +1087273589,Headliners - Puts Heroes in dark places.,Comic Books,Comics,USD,2015-03-27,3000.00,2015-02-10 16:46:34,991.01,failed,14,US,991.01,991.01,3000.00 +1087279894,AC orologi,Accessories,Fashion,EUR,2016-01-06,6500.00,2015-12-07 21:04:42,1.00,failed,1,IT,1.09,1.09,7059.62 +1087282798,Cool Clientele,Hip-Hop,Music,USD,2015-01-21,5000.00,2014-12-22 01:59:16,35.00,failed,2,US,35.00,35.00,5000.00 +1087294548,SilverAir: Travel Underwear Engineered With Pure Silver,Apparel,Fashion,USD,2016-08-27,20000.00,2016-06-29 00:45:58,311338.00,successful,4079,US,54571.00,311338.00,20000.00 +1087295948,TERROR HOUSE - A feature film for horror fans. (Canceled),Narrative Film,Film & Video,USD,2012-10-16,20000.00,2012-09-13 06:10:48,425.00,canceled,6,US,425.00,425.00,20000.00 +1087316786,A Historic Recording: Giving School Children a Voice,Classical Music,Music,GBP,2015-07-09,21000.00,2015-06-05 13:25:51,7989.00,failed,82,GB,12246.44,12397.00,32586.94 +1087327662,The Ethics of Dragon Slaying-A children's picture book!,Children's Books,Publishing,USD,2013-09-20,5000.00,2013-08-21 04:30:45,332.00,failed,11,US,332.00,332.00,5000.00 +1087331926,Lost in El Metro,Photography,Photography,USD,2013-02-24,7500.00,2013-01-25 02:45:51,8.00,failed,2,US,8.00,8.00,7500.00 +1087333460,Mini FABLAB on Wheels AKA The Westchester IDEA BUS,Technology,Technology,USD,2012-10-12,112000.00,2012-09-07 00:39:10,135.00,failed,4,US,135.00,135.00,112000.00 +10873501,Engineering Career Success Summit for Motivated Engineers,Technology,Technology,USD,2014-12-15,6900.00,2014-11-04 12:21:43,6914.00,successful,65,US,6914.00,6914.00,6900.00 +1087351279,College Life,Apps,Technology,USD,2015-12-13,125000.00,2015-11-13 22:39:40,0.00,failed,0,US,0.00,0.00,125000.00 +1087355055,The Letter - A Peace of Art,Art,Art,SEK,2014-12-01,27500.00,2014-11-06 23:14:28,1135.00,failed,6,SE,153.73,150.89,3655.85 +1087359612,Children's Edible Discovery Garden,Community Gardens,Food,USD,2014-09-17,12300.00,2014-08-18 00:20:11,550.00,failed,13,US,550.00,550.00,12300.00 +1087361244,Help Tony start a YouTube channel,Web,Journalism,USD,2015-07-20,500.00,2015-05-21 21:53:35,30.00,failed,1,US,30.00,30.00,500.00 +1087368269,Node-RED IIoT OPC UA package,Software,Technology,EUR,2017-07-15,15000.00,2017-06-15 09:07:48,105.00,failed,3,DE,0.00,122.24,17462.98 +108737020,A Celebration of the 50th Anniversary of The Beatles,Rock,Music,USD,2014-01-26,900.00,2013-12-23 23:28:57,900.00,successful,17,US,900.00,900.00,900.00 +108737076,Planted Secrets,Shorts,Film & Video,USD,2012-05-19,500.00,2012-04-19 04:44:41,20.00,failed,1,US,20.00,20.00,500.00 +"108737353,""""""FU4, LONG LIVE REAL RAP"""" 30 DAY REWARDS DRIVE!"",Hip-Hop,Music,USD,2013-08-25,2500.00,2013-07-26 01:09:53,260.00,failed,5,US,260.00,260.00,2500.00" +1087376397,Dreams Never End.,Shorts,Film & Video,USD,2012-07-18,3500.00,2012-06-28 01:07:10,3226.00,failed,45,US,3226.00,3226.00,3500.00 +1087376763,A video on pain relief in Mexico,Shorts,Film & Video,USD,2014-05-31,25000.00,2014-05-01 16:13:39,25804.00,successful,236,US,25804.00,25804.00,25000.00 +1087377291,Super Pocket League Extreme Wrestling (SuperP.L.E.X.),Tabletop Games,Games,USD,2016-05-14,500.00,2016-05-03 14:29:41,4415.00,successful,200,US,4415.00,4415.00,500.00 +1087378704,Who Impregnated A Hooker (Canceled),Shorts,Film & Video,USD,2012-05-18,3800.00,2012-04-27 19:16:42,155.00,canceled,4,US,155.00,155.00,3800.00 +1087380382,Assassin's Creed: The Truth (Fan Made YouTube Series),Action,Film & Video,USD,2015-09-25,800.00,2015-07-27 20:57:47,0.00,canceled,0,US,0.00,0.00,800.00 +1087382226,Bed-Booties | The coolest handmade crochet Bedroom Booties,Footwear,Fashion,GBP,2015-11-10,100.00,2015-09-11 17:19:18,0.00,canceled,0,GB,0.00,0.00,152.24 +1087393729,Umbrella Music Academy - Music lessons for ALL,Music,Music,GBP,2015-04-04,9000.00,2015-03-05 13:43:44,1.00,failed,1,GB,1.54,1.46,13132.17 +1087398108,Starlight Lullaby - Songs & Bedtime Stories for Children,Kids,Music,USD,2015-06-02,45000.00,2015-05-02 01:53:21,231.00,failed,5,US,231.00,231.00,45000.00 +1087398648,Manahatta: Summer Tour,Theater,Theater,USD,2015-05-08,1000.00,2015-04-08 03:54:00,130.00,failed,2,US,130.00,130.00,1000.00 +1087402362,U. S. Sniper (Canceled),Music Videos,Film & Video,USD,2015-06-28,1500.00,2015-05-29 03:52:18,0.00,canceled,0,US,0.00,0.00,1500.00 +1087403785,Jungle Skunk - Half-Naked Art Toys,Design,Design,CAD,2016-03-18,450.00,2016-02-17 06:24:10,473.00,successful,9,CA,343.32,364.74,347.01 +1087405389,Dream Theater Productions Fundraising Campaign,Theater,Theater,USD,2016-09-16,5000.00,2016-08-17 18:00:41,5497.00,successful,64,US,1514.00,5497.00,5000.00 +1087414411,High Spirit Bag: Award Winning Stylish Theft-Proof Backpack,Accessories,Fashion,GBP,2014-12-25,10000.00,2014-11-25 21:38:28,10774.00,successful,21,GB,16872.65,16634.76,15439.72 +1087417331,MISBEGOTTEN: A Saga About Holy Relics and Hot Clones,Comics,Comics,USD,2014-01-26,11999.00,2013-12-27 22:55:39,12084.69,successful,118,US,12084.69,12084.69,11999.00 +1087424023,I Pulled A Car Over Last Night...,Nonfiction,Publishing,USD,2017-04-06,37000.00,2017-03-07 10:13:52,125.00,failed,2,US,125.00,125.00,37000.00 +1087428695,The New York Convenience Store-An Art Installation,Installations,Art,GBP,2016-08-29,40000.00,2016-07-29 19:08:23,40519.50,successful,532,GB,1330.29,53825.77,53135.67 +1087441314,Court-métrage fantastique (Canceled),Fantasy,Film & Video,CAD,2014-12-21,30000.00,2014-10-22 23:30:34,0.00,canceled,0,CA,0.00,0.00,25879.92 +1087442417,PHONEMOTE - Universal TV & Garage Remote Control Phone Case,Gadgets,Technology,USD,2016-10-20,25000.00,2016-09-15 21:12:03,923.00,canceled,22,US,375.00,923.00,25000.00 +1087444161,Crafty Cracker - open your favorite beer and beverages,Product Design,Design,USD,2014-07-29,1500.00,2014-06-27 00:18:19,353.00,failed,13,US,353.00,353.00,1500.00 +1087451843,Copper Creek: Genesis,Comedy,Film & Video,USD,2014-08-09,2000.00,2014-07-10 01:23:05,2261.00,successful,38,US,2261.00,2261.00,2000.00 +1087455178,PLAY Projects,Food,Food,AUD,2015-02-25,6000.00,2015-02-13 01:48:30,203.00,failed,6,AU,157.79,158.92,4697.04 +1087468943,The Timbermine Collection: Titanium & Wood Polarized Shades,Accessories,Fashion,USD,2016-07-19,6500.00,2016-06-02 03:07:15,280610.00,successful,3144,US,152305.00,280610.00,6500.00 +1087489118,Envision Nutrition Revolution,Farmer's Markets,Food,USD,2016-06-01,94500.00,2016-05-02 08:56:50,0.00,failed,0,US,0.00,0.00,94500.00 +1087494217,Luxor Apparel,Apparel,Fashion,AUD,2017-01-15,1000.00,2017-01-09 20:41:56,0.00,canceled,0,AU,0.00,0.00,753.24 +1087504259,Flikframe - Picture frames that don't mess up your walls.,Product Design,Design,AUD,2017-12-15,10000.00,2017-11-15 01:43:42,10021.40,successful,93,AU,534.29,7691.61,7675.19 +1087504565,Black Anchor Workshop,Fashion,Fashion,USD,2013-08-15,15000.00,2013-07-16 07:52:56,38361.00,successful,434,US,38361.00,38361.00,15000.00 +1087512640,Life Hack Posters,Graphic Design,Design,EUR,2015-04-28,2500.00,2015-03-24 13:00:05,982.00,failed,12,IE,1059.58,1101.32,2803.76 +"1087516604,""""""Keep It 100"""" Talk Show"",Video,Journalism,USD,2016-04-23,20000.00,2016-03-24 22:23:41,1.00,failed,1,US,1.00,1.00,20000.00" +1087521623,Website Designing HTML Coding,Product Design,Design,USD,2017-01-12,1000.00,2016-12-13 06:57:30,10.00,failed,1,US,0.00,10.00,1000.00 +1087532001,Bully Busters & Beyond!,Children's Books,Publishing,CAD,2014-06-01,15000.00,2014-05-01 06:35:09,15255.50,successful,121,CA,13916.01,13965.12,13731.23 +1087537370,The Urge and the Urger (Book Launch),Publishing,Publishing,EUR,2017-03-29,2000.00,2017-02-27 21:05:05,435.00,failed,12,DE,63.37,465.06,2138.19 +1087538650,Chimeric: A fantasy adventure game by Arena Arcanum Inc.,Tabletop Games,Games,USD,2013-02-16,10000.00,2013-01-25 22:23:52,354.00,failed,6,US,354.00,354.00,10000.00 +1087541663,Nico Padden's Sophomore LP,Rock,Music,USD,2015-12-21,5000.00,2015-11-20 15:18:14,5135.00,successful,63,US,5135.00,5135.00,5000.00 +1087543358,ISOLATE® - Switch off your ears!,Wearables,Technology,GBP,2016-08-15,25000.00,2016-07-14 16:55:00,462171.00,successful,9035,GB,77578.01,604888.36,32719.94 +1087543371,Study Group Comics: 2014 Spring Pre-Order Fest,Comics,Comics,USD,2014-04-26,12000.00,2014-03-27 18:46:50,16736.49,successful,507,US,16736.49,16736.49,12000.00 +1087548582,Lillou the Petit Chef,Children's Books,Publishing,USD,2016-12-28,4000.00,2016-11-27 16:47:26,4285.22,successful,58,US,648.00,4285.22,4000.00 +1087548797,Tyler School of Art Collaborative Graduate Catalog,Art Books,Publishing,USD,2012-01-17,2500.00,2011-11-18 18:18:07,3852.55,successful,87,US,3852.55,3852.55,2500.00 +1087555180,Electronics Subscription: hacking with your BBC micro:bit!,Technology,Technology,GBP,2016-07-17,550.00,2016-07-05 19:14:10,355.00,failed,34,GB,383.13,464.87,720.23 +1087556685,Please help me start my martial arts school.,Art,Art,USD,2018-01-03,50000.00,2017-12-04 17:44:36,250.00,live,3,US,25.00,250.00,50000.00 +1087562406,Pedals and Pictures,Photography,Photography,USD,2012-05-17,2000.00,2012-04-03 02:29:04,2089.00,successful,32,US,2089.00,2089.00,2000.00 +1087562429,Kiskadee's Shadow,Documentary,Film & Video,USD,2016-09-16,5000.00,2016-08-17 04:38:44,5493.00,successful,44,US,74.00,5493.00,5000.00 +"1087565226,""""""Token Queer"""" Lapel Pin"",Art,Art,USD,2017-02-05,350.00,2017-01-06 22:10:28,692.34,successful,41,US,159.00,692.34,350.00" +1087565596,Dead Things Audio Series Season 4,Horror,Film & Video,USD,2017-11-02,1000.00,2017-10-03 02:31:23,11.00,failed,2,US,11.00,11.00,1000.00 +"1087566548,""Support my happiness by supporting """"JD Blues"""""",Poetry,Publishing,USD,2014-12-30,500.00,2014-11-30 18:31:50,1.00,failed,1,US,1.00,1.00,500.00" +108757239,A Lot Like Life,Webseries,Film & Video,USD,2011-07-03,15000.00,2011-05-04 02:21:13,1000.00,failed,7,US,1000.00,1000.00,15000.00 +1087572929,bah BAH BBQ sauce - pomegranate-infused all-natural sauce!,Food,Food,USD,2013-10-27,20000.00,2013-09-27 21:27:10,75.00,canceled,5,US,75.00,75.00,20000.00 +1087573479,Continental (a documentary) Phase 2 (Canceled),Documentary,Film & Video,USD,2011-10-07,30000.00,2011-09-07 19:07:26,5412.89,canceled,59,US,5412.89,5412.89,30000.00 +"1087583398,""""""Cheers to That!"""" Dannie's Country Pop Debut Album!"",Pop,Music,USD,2014-03-17,10000.00,2014-02-10 18:28:29,10131.00,successful,32,US,10131.00,10131.00,10000.00" +1087586302,The Hero's Awakening,Fiction,Publishing,USD,2015-11-30,3000.00,2015-10-21 23:58:42,0.00,failed,0,US,0.00,0.00,3000.00 +1087589034,NFL Football Leather Coasters,Crafts,Crafts,USD,2017-02-06,2500.00,2017-01-07 19:12:57,110.00,failed,2,US,110.00,110.00,2500.00 +1087596221,Histochart: A Searchable Map of All History,Web,Technology,EUR,2017-03-14,20000.00,2017-01-13 19:17:11,46.00,failed,4,IE,42.40,49.39,21473.97 +1087598260,CAN WE ALL GET ALONG?,Documentary,Film & Video,USD,2012-05-31,35000.00,2012-04-16 00:44:17,37605.00,successful,271,US,37605.00,37605.00,35000.00 +1087598720,Furnace Rock: A Blue Ridge Mystery,Fiction,Publishing,USD,2013-07-23,6000.00,2013-07-15 20:44:08,6325.00,successful,40,US,6325.00,6325.00,6000.00 +1087605653,Glitter Bombs,Crafts,Crafts,USD,2015-03-11,500.00,2015-02-09 17:28:00,1.00,failed,1,US,1.00,1.00,500.00 +"1087610486,""Bags, Purses and Pouches OH MY (Canceled)"",Embroidery,Crafts,USD,2014-12-21,2000.00,2014-11-21 06:16:11,0.00,canceled,0,US,0.00,0.00,2000.00" +1087611330,Moyna,Nonfiction,Publishing,USD,2016-11-11,1500.00,2016-10-12 05:58:12,0.00,canceled,0,US,0.00,0.00,1500.00 +1087618108,Normal Distribution Rubber Stamp - A Tool for Statistics,Product Design,Design,USD,2017-12-19,350.00,2017-11-06 18:00:14,448.00,successful,29,US,35.00,448.00,350.00 +"1087626090,""Alma, llora."",Film & Video,Film & Video,MXN,2017-02-16,30000.00,2017-01-17 01:02:58,31500.00,successful,17,MX,523.83,1538.54,1465.27" +1087626848,Otaku Brain Trust Anime Convention,Animation,Film & Video,USD,2015-07-16,5375.00,2015-06-16 15:24:50,350.00,failed,7,US,350.00,350.00,5375.00 +108763819,World of Asatania - Epic RPG Adventures for 5E,Tabletop Games,Games,USD,2016-02-04,500.00,2015-12-31 17:17:45,4529.00,successful,108,US,4529.00,4529.00,500.00 +108763923,WANKBANK: The Series,Comedy,Film & Video,USD,2017-08-19,10000.00,2017-07-20 18:34:40,3295.00,failed,25,US,1000.00,3295.00,10000.00 +1087642140,Popboard - The Arduino based Bluetooth MIDI Foot Controller,Sound,Technology,EUR,2016-03-13,5000.00,2016-01-13 16:18:39,146.00,failed,2,ES,158.79,164.67,5639.52 +1087656452,GEORGE EUGENE SKINCARE,Ready-to-wear,Fashion,USD,2016-10-01,3000.00,2016-08-27 01:57:43,100.00,failed,1,US,0.00,100.00,3000.00 +"1087660075,""Toys for Tuition (You Get Dog Toys, We Get to College)"",Crafts,Crafts,USD,2017-08-10,500.00,2017-07-11 15:26:11,1126.00,successful,31,US,22.00,1126.00,500.00" +1087676414,Kent Murphy Web Series,Webseries,Film & Video,USD,2013-06-02,5000.00,2013-05-03 17:45:33,450.00,failed,8,US,450.00,450.00,5000.00 +1087677947,The Listeners - A film about suicide prevention hotlines,Documentary,Film & Video,USD,2015-06-12,19100.00,2015-05-12 22:52:40,19549.00,successful,174,US,19549.00,19549.00,19100.00 +1087682721,LUX CABLES | The Premium Charging Cable,Technology,Technology,CAD,2016-03-19,5000.00,2016-01-19 20:41:11,30829.00,successful,652,CA,21229.75,23200.63,3762.79 +1087684964,Artist Inspiration Trip,Mixed Media,Art,USD,2014-12-03,1100.00,2014-11-15 20:19:00,520.00,failed,9,US,520.00,520.00,1100.00 +1087686185,A Project for Seekers of Serenity & Enchanting Beauty,Sculpture,Art,USD,2014-10-14,1000.00,2014-09-19 20:21:16,92.00,failed,3,US,92.00,92.00,1000.00 +1087687796,Make Sanga Kirtan's New Album a REALITY!,Country & Folk,Music,USD,2010-09-17,2000.00,2010-08-10 07:14:13,10.00,failed,1,US,10.00,10.00,2000.00 +108769050,Random Christmas Parodies - The Album,Music,Music,USD,2012-06-07,12000.00,2012-04-08 05:39:15,0.00,failed,0,US,0.00,0.00,12000.00 +1087696699,DUNGEON CRUSADE,Tabletop Games,Games,USD,2013-11-03,200000.00,2013-10-04 07:08:13,3755.00,failed,39,US,3755.00,3755.00,200000.00 +1087699427,Celeste,Games,Games,NOK,2017-03-01,450000.00,2017-02-02 00:16:17,13782.00,failed,69,NO,553.24,1630.48,53237.43 +1087711929,Frummie's wonderful world - A Photo Diary,Animals,Photography,EUR,2014-06-19,3000.00,2014-05-20 09:23:25,35.00,failed,2,NL,47.97,47.56,4076.42 +1087718253,Making a Gaming PC (Canceled),Gaming Hardware,Games,USD,2015-06-16,200.00,2015-05-17 08:30:06,0.00,canceled,0,US,0.00,0.00,200.00 +1087723344,Hand Turned Fine Wood Pens & Bowls - 2015 Holiday Collection,Woodworking,Crafts,USD,2015-12-16,250.00,2015-12-09 01:02:32,1544.00,successful,16,US,1544.00,1544.00,250.00 +1087725106,What Teochew Say?,Technology,Technology,USD,2012-07-21,3000.00,2012-06-21 01:46:07,4832.00,successful,115,US,4832.00,4832.00,3000.00 +1087728577,VR World Belgium,Video Games,Games,EUR,2016-10-21,20000.00,2016-08-23 19:37:51,16.00,failed,2,BE,0.00,17.42,21772.03 +1087741328,Waistband: Solar Powered Vegan Quality of Life Truck,Food Trucks,Food,CAD,2016-01-29,117000.00,2015-11-30 15:46:10,45.00,failed,2,CA,33.65,31.99,83161.56 +1087745804,Drone Swatter - The Origional,Technology,Technology,USD,2017-01-04,700.00,2016-12-05 18:23:31,0.00,canceled,0,US,0.00,0.00,700.00 +1087749010,Tell Me How To Quit My Job & I'll Film It,Comedy,Film & Video,USD,2017-08-26,1000.00,2017-07-27 18:15:09,1109.00,successful,11,US,2.00,1109.00,1000.00 +1087752289,Tamers Of The Otherworld,Video Games,Games,GBP,2017-02-20,1000.00,2017-01-21 14:04:38,41.00,failed,4,GB,0.00,51.47,1255.46 +1087752714,DickBall,Narrative Film,Film & Video,USD,2013-12-01,8500.00,2013-10-31 23:35:53,2470.00,failed,38,US,2470.00,2470.00,8500.00 +1087768080,Marsyas | A Book of Poetry,Poetry,Publishing,USD,2013-04-12,100.00,2013-03-28 23:03:15,230.00,successful,16,US,230.00,230.00,100.00 +1087774453,How Much Longer,Drama,Film & Video,USD,2016-07-19,5500.00,2016-06-19 23:42:51,546.00,failed,4,US,545.00,546.00,5500.00 +1087778909,So Fucking Gold - Full Length Self Titled Rap Release,Hip-Hop,Music,USD,2013-01-13,750.00,2012-12-14 22:25:30,146.00,failed,8,US,146.00,146.00,750.00 +1087785338,Tales of Ricky Raccon - ebook to real book,Children's Books,Publishing,USD,2013-06-03,1111.00,2013-05-17 22:56:38,1111.00,successful,9,US,1111.00,1111.00,1111.00 +1087788830,Hoodfella All In,Action,Film & Video,USD,2014-09-10,10000.00,2014-08-11 20:00:08,0.00,failed,0,US,0.00,0.00,10000.00 +1087792909,Street Pussy Cutest Cats Calendar 2017,Animals,Photography,GBP,2016-11-02,750.00,2016-10-03 08:11:36,1002.00,successful,59,GB,216.73,1251.59,936.82 +1087793146,Joanie at the International Competition Clermont Ferrand,Classical Music,Music,USD,2015-02-15,2000.00,2015-01-29 23:24:08,2025.00,successful,22,US,2025.00,2025.00,2000.00 +1087794574,Insanity (Canceled),Tabletop Games,Games,USD,2016-01-07,3000.00,2015-12-08 01:48:27,71.00,canceled,3,US,71.00,71.00,3000.00 +108780174,Antiis Comics Presents: Phase One Launch (Canceled),Comic Books,Comics,USD,2016-03-02,40000.00,2016-02-01 06:00:18,9055.00,canceled,185,US,9055.00,9055.00,40000.00 +1087803497,Music Video and Merchandise,Hip-Hop,Music,USD,2017-11-16,2000.00,2017-10-17 23:34:10,30.00,failed,2,US,30.00,30.00,2000.00 +1087813210,Secret Sister Greeting Cards,Mixed Media,Art,USD,2011-08-04,1500.00,2011-07-05 03:54:33,15.00,failed,1,US,15.00,15.00,1500.00 +1087821223,Living History: Bound Feet Women of China,Fine Art,Photography,USD,2014-06-15,8000.00,2014-05-16 10:21:00,14660.78,successful,224,US,14660.78,14660.78,8000.00 +1087825702,This Sceptred Isle,Film & Video,Film & Video,GBP,2017-05-06,5000.00,2017-04-07 13:25:03,1001.00,failed,3,GB,0.00,1287.05,6428.80 +1087827701,Gingerdead House - A Grimm Tower Defense Board Game,Tabletop Games,Games,USD,2016-02-26,10000.00,2016-01-26 13:41:20,21123.52,successful,673,US,21123.52,21123.52,10000.00 +108784620,LOST CHORDS DISCOVERED! Ancient Secrets Revealed!,Music,Music,USD,2013-10-11,1900.00,2013-09-11 04:33:03,25.00,failed,3,US,25.00,25.00,1900.00 +10878465,STÜ - Stew Restaurant in Liverpool!,Restaurants,Food,GBP,2016-01-13,30000.00,2015-12-14 23:31:10,25.00,failed,1,GB,38.03,35.83,42996.57 +1087851062,Manifesto Print - Powerful Words Together in Timeless Poster,Graphic Design,Design,USD,2013-04-22,500.00,2013-03-26 23:45:46,1541.00,successful,76,US,1541.00,1541.00,500.00 +"1087855087,""New Orleans Inspired Gumbos, Jambalayas, Etouffees, & Stews"",Food,Food,USD,2014-04-04,15000.00,2014-03-14 01:56:41,16330.00,successful,53,US,16330.00,16330.00,15000.00" +"1087858542,Living With Grown-Ups: Surviving Summer,Publishing,Publishing,USD,2016-02-23,3500.00,2016-01-24 23:44:42,345.00,undefined,0,""N,0"""""",,345.00,3500.00" +108785882,Job Wanted,Documentary,Film & Video,USD,2014-11-11,8650.00,2014-10-17 23:52:22,0.00,failed,0,US,0.00,0.00,8650.00 +1087862561,VU by Vilucid: Smart Eyewear You Truly Want to Wear PART 1/2,Wearables,Technology,USD,2014-12-19,10000.00,2014-11-19 17:23:36,10105.00,successful,47,US,10105.00,10105.00,10000.00 +1087874867,Red Velvet,Shorts,Film & Video,USD,2012-04-30,5000.00,2012-03-13 18:11:01,560.00,failed,12,US,560.00,560.00,5000.00 +108789231,Godspell,Performance Art,Art,USD,2013-06-21,1605.00,2013-06-10 18:13:14,1615.80,successful,61,US,1615.80,1615.80,1605.00 +1087894007,Lets Build Riders Company To Be Known Globally,Product Design,Design,GBP,2014-11-16,1.00,2014-09-17 00:21:48,0.00,failed,0,GB,0.00,0.00,1.57 +1087896293,Quantifying Star Wars: The e-Book,Nonfiction,Publishing,USD,2013-08-14,250.00,2013-07-09 23:05:28,475.00,successful,54,US,475.00,475.00,250.00 +1087899469,Jeffrey's Town,Animation,Film & Video,USD,2012-01-12,20000.00,2011-12-13 06:30:01,0.00,failed,0,US,0.00,0.00,20000.00 +1087899927,Trans-Canada Highway,Documentary,Film & Video,CAD,2016-01-23,92810.00,2015-12-24 04:14:56,20.00,failed,1,CA,14.35,14.22,65967.73 +1087902632,A Stage Critical - independent hip hop/drum n bass project,Hip-Hop,Music,USD,2017-02-01,299.00,2017-01-13 03:43:37,0.00,failed,0,US,0.00,0.00,299.00 +1087903405,SaveSavvy- World Next Generation App!,Technology,Technology,USD,2014-08-29,100000.00,2014-07-30 23:50:34,0.00,failed,0,US,0.00,0.00,100000.00 +1087903437,Sweet Pea & Friends in The SheepOver,Children's Books,Publishing,USD,2015-04-21,10000.00,2015-03-07 15:22:00,26791.00,successful,511,US,26791.00,26791.00,10000.00 +108791325,Timeline Player,Apps,Technology,GBP,2015-12-13,2500.00,2015-11-13 20:33:31,65.00,failed,3,GB,98.99,96.93,3728.00 +"1087919946,""OHIOAN - """"EMPTY / EVERY MT"""""",Country & Folk,Music,USD,2015-03-05,5300.00,2015-02-05 18:18:48,2576.00,failed,35,US,2576.00,2576.00,5300.00" +108792100,Like An Animal-A True Zombie Apocalypse Novel,Fiction,Publishing,USD,2012-07-21,5100.00,2012-06-21 06:12:13,6.00,failed,2,US,6.00,6.00,5100.00 +1087933082,Hologram Vision - Smartphones and Tablets into Holograms,Gadgets,Technology,USD,2016-10-15,9000.00,2016-09-15 21:54:22,1626.00,failed,19,US,357.00,1626.00,9000.00 +1087936878,Blessed are the Meek (Canceled),Documentary,Film & Video,USD,2012-03-12,12500.00,2012-01-21 16:44:06,1025.00,canceled,3,US,1025.00,1025.00,12500.00 +1087939277,American Cityscapes (Canceled),Mixed Media,Art,USD,2014-07-28,120000.00,2014-05-30 00:06:35,0.00,canceled,0,US,0.00,0.00,120000.00 +1087942506,Win bet with mean girlfriend. (Suspended),Live Games,Games,USD,2015-01-13,10.00,2014-12-14 00:12:32,13.00,suspended,2,US,13.00,13.00,10.00 +1087944081,Orlando Nerd Fest presents: #ONF2014 LIVE!,Music Videos,Film & Video,USD,2014-07-19,10000.00,2014-06-19 05:37:47,1550.00,failed,36,US,1550.00,1550.00,10000.00 +1087962201,The Garrepy Project,Graphic Design,Design,USD,2014-03-21,1000.00,2014-02-20 00:06:05,40.00,failed,3,US,40.00,40.00,1000.00 +"1087963918,""Daddy, NOW I Understand"",Documentary,Film & Video,USD,2015-05-09,5000.00,2015-03-10 02:06:23,170.00,failed,4,US,170.00,170.00,5000.00" +1087968400,Postcard Views of Durham: The Calendar,Places,Photography,USD,2017-11-24,3000.00,2017-11-13 04:39:23,7241.00,successful,185,US,25.00,7241.00,3000.00 +"1087969488,""""""Ties"""" - A Short Film by David Moriya and Jared Robbins"",Shorts,Film & Video,USD,2013-08-08,3500.00,2013-07-19 21:10:12,3578.00,successful,39,US,3578.00,3578.00,3500.00" +1087974131,THE SPACEBASS:01 (SPECIAL FIRST EDITION),Technology,Technology,USD,2013-04-14,20000.00,2013-03-15 10:06:26,2547.00,failed,5,US,2547.00,2547.00,20000.00 +1087975807,SleeKeys: a physical keyboard for your smartphone,Hardware,Technology,USD,2013-06-23,30000.00,2013-05-24 05:36:32,9852.00,failed,50,US,9852.00,9852.00,30000.00 +1087977003,City Love Song: America to the World,Theater,Theater,USD,2010-12-31,7000.00,2010-10-30 14:21:52,8553.00,successful,75,US,8553.00,8553.00,7000.00 +1087992353,Mission to Moldova / Romania (MMR),Photo,Journalism,USD,2015-06-07,100000.00,2015-05-08 15:07:01,25.00,failed,1,US,25.00,25.00,100000.00 +1087994509,Turnover: Interchangeable Wall Art,Product Design,Design,USD,2013-11-23,75000.00,2013-10-24 19:37:14,7460.00,failed,40,US,7460.00,7460.00,75000.00 +1087999779,SELENE PLAYING CARDS printed by LPCC,Playing Cards,Games,EUR,2017-08-04,6500.00,2017-07-05 13:30:33,1118.00,failed,36,IT,0.00,1326.85,7714.22 +1088001554,UX Platform: An internet link for global discovery!,Art,Art,USD,2016-07-09,25000.00,2016-06-04 03:29:26,0.00,canceled,0,US,0.00,0.00,25000.00 +1088003325,The Woolly Bushmen Need Return Tickets From Europe!!,Music,Music,USD,2016-12-15,3000.00,2016-11-30 00:42:05,3115.00,successful,31,US,1100.00,3115.00,3000.00 +"1088019305,""Riders Ford new album """"Second Half Life"""""",Country & Folk,Music,USD,2017-02-25,6000.00,2017-01-26 19:51:58,2336.00,failed,14,US,1940.00,2336.00,6000.00" +"1088027507,""""""Polkadot ____ """" A Gender Non-Binary Children's Book Series"",Children's Books,Publishing,USD,2012-04-20,8000.00,2012-03-21 21:50:49,8823.00,successful,269,US,8823.00,8823.00,8000.00" +1088037009,Mommy's Milk Project,Children's Books,Publishing,USD,2017-09-29,1200.00,2017-08-27 12:51:56,111.00,failed,4,US,0.00,111.00,1200.00 +1088047671,We are ShyLight // A creative agency built on passion.,Design,Design,USD,2014-08-06,30000.00,2014-07-07 19:32:35,70.00,failed,4,US,70.00,70.00,30000.00 +1088056262,Missing You,Shorts,Film & Video,USD,2013-11-09,5000.00,2013-10-10 18:04:14,5555.95,successful,94,US,5555.95,5555.95,5000.00 +1088057818,Centennial Parish History: St. Michael the Archangel,Nonfiction,Publishing,USD,2012-10-05,10000.00,2012-08-21 23:43:14,70.00,failed,4,US,70.00,70.00,10000.00 +1088059651,New Jerusalem Holy City Memorial,Installations,Art,USD,2014-09-27,99000.00,2014-07-29 18:59:57,0.00,failed,0,US,0.00,0.00,99000.00 +"1088068760,""Plot, Airbrush, Laser, Dispense. Tooli the creative CNC tool"",Fabrication Tools,Technology,AUD,2015-08-10,65000.00,2015-07-01 02:02:00,66759.00,successful,54,AU,51194.77,49315.95,48016.55" +1088081266,Curious Iconic Craft: Designing magazines that people love,Graphic Design,Design,GBP,2013-07-01,13000.00,2013-06-06 14:39:59,18715.00,successful,828,GB,28651.74,28017.73,19461.95 +10880890,DO NOT DISTURB - A Short Film,Shorts,Film & Video,USD,2013-11-09,35000.00,2013-10-10 18:01:23,6546.00,failed,33,US,6546.00,6546.00,35000.00 +1088089748,Boston Underground Film Festival 2011,Film & Video,Film & Video,USD,2011-03-02,5500.00,2011-01-31 18:00:10,5970.00,successful,103,US,5970.00,5970.00,5500.00 +1088090706,PowerInsole® - boost up your energy!!! (Canceled),Design,Design,EUR,2016-05-28,50000.00,2016-04-23 21:16:58,1852.00,canceled,21,AT,2093.50,2065.72,55769.96 +1088091275,HAVOCmini Racing QuadCopter Freestyle Drone,Gadgets,Technology,USD,2015-12-17,500.00,2015-11-17 17:23:43,1449.00,successful,12,US,1449.00,1449.00,500.00 +1088100911,Modulos - an ever changing desk for your ever changing needs,Product Design,Design,USD,2017-10-10,30000.00,2017-08-31 17:57:57,34333.00,successful,121,US,5833.00,34333.00,30000.00 +1088107467,BUDDY - Your Curly Cress Haired Friend,Product Design,Design,GBP,2017-04-22,50.00,2017-03-28 17:24:24,17.00,failed,2,GB,0.00,22.00,64.70 +1088107528,a source of light- new WATERSHIP DOWN album,Rock,Music,USD,2011-12-21,450.00,2011-10-22 22:48:15,450.00,successful,16,US,450.00,450.00,450.00 +1088108792,Victory (Canceled),Video Games,Games,USD,2013-04-05,700000.00,2013-03-05 08:54:13,29471.38,canceled,360,US,29471.38,29471.38,700000.00 +1088118612,Mosaic Photo Quilts - Turning Family Photos into Art,Graphic Design,Design,USD,2014-08-31,15000.00,2014-08-01 18:02:19,0.00,failed,0,US,0.00,0.00,15000.00 +"1088120384,""Poetry 'n Lotion """"Electric Acres"""" Vinyl Pressing"",Rock,Music,USD,2013-09-09,3500.00,2013-07-26 20:43:42,3828.00,successful,81,US,3828.00,3828.00,3500.00" +1088121252,Meat Taffy Apparel,Apparel,Fashion,USD,2015-05-05,2000.00,2015-03-26 22:57:54,316.00,failed,3,US,316.00,316.00,2000.00 +1088122757,The Legacy of Jiraiya,Fiction,Publishing,USD,2015-06-26,2000.00,2015-05-27 18:47:10,2131.00,successful,55,US,2131.00,2131.00,2000.00 +1088125292,Curiosity Captured,Photography,Photography,USD,2013-06-14,2000.00,2013-05-15 03:46:25,70.00,failed,2,US,70.00,70.00,2000.00 +1088127462,Panic! / Journey of the Emperor / Perspective of Mirrors,Tabletop Games,Games,USD,2017-02-06,16800.00,2017-01-20 15:42:58,1512.00,canceled,59,US,937.00,1512.00,16800.00 +1088129803,FACET pyramid iPad stand,Product Design,Design,USD,2012-10-08,15000.00,2012-09-04 23:02:40,17559.00,successful,174,US,17559.00,17559.00,15000.00 +1088145891,SMITTYSLEDPRO: The Indomitable Ice-Fishing Sled (Canceled),Product Design,Design,CAD,2015-03-16,60000.00,2015-02-06 01:05:37,1195.00,canceled,2,CA,960.42,943.02,47348.48 +"1088146039,Lonely Mountain Lovers Make A Record!!!!,Music,Music,USD,2015-05-18,2000.00,2015-04-27 18:14:22,2888.00,undefined,0,""N,0"""""",,2888.00,2000.00" +1088148715,Enchained Movie Premiere,Drama,Film & Video,GBP,2015-07-11,1000.00,2015-06-20 16:13:04,0.00,failed,0,GB,0.00,0.00,1559.36 +1088154741,BRANDON'S 2017 summer tour,Film & Video,Film & Video,USD,2017-06-17,14000.00,2017-05-18 00:02:15,3475.00,failed,29,US,765.00,3475.00,14000.00 +"1088160848,""Shoot, Shield, Slash!"",Video Games,Games,USD,2011-07-10,4000.00,2011-06-20 23:56:32,10.00,failed,1,US,10.00,10.00,4000.00" +"1088165832,""Wine-O®, Bingo for Wine Lovers®"",Tabletop Games,Games,USD,2015-03-27,15000.00,2015-02-20 20:45:48,2766.00,failed,13,US,2766.00,2766.00,15000.00" +1088169244,Road Dove,Shorts,Film & Video,USD,2013-01-24,700.00,2012-12-25 01:02:54,5.00,failed,1,US,5.00,5.00,700.00 +1088177623,Confections in Ireland!,Photography,Photography,USD,2010-06-23,800.00,2010-06-07 16:08:07,2025.00,successful,33,US,2025.00,2025.00,800.00 +1088180314,Rebuild: Gangs of Deadsville,Video Games,Games,CAD,2013-11-01,25000.00,2013-10-01 13:27:56,41330.58,successful,2226,CA,40092.06,39638.04,23976.22 +"1088183613,""Co-produce multi-media show """"Babble on, BABALON!"""""",Performance Art,Art,USD,2011-07-01,900.00,2011-06-01 20:21:58,0.00,failed,0,US,0.00,0.00,900.00" +1088192273,Drone - Gaming Awesomeness,Product Design,Design,USD,2013-11-23,30000.00,2013-10-23 16:18:52,54057.01,successful,804,US,54057.01,54057.01,30000.00 +1088194547,Buffalo Wings Bus Mobile App,Apps,Technology,USD,2015-08-13,8000.00,2015-07-14 16:15:23,60.00,failed,2,US,60.00,60.00,8000.00 +1088194850,Romeo and Juliet: A New Spin on an Old Ballet,Performances,Dance,USD,2016-02-02,2000.00,2015-12-31 05:17:38,2075.00,successful,18,US,2075.00,2075.00,2000.00 +1088195857,The Rebuilding of the Puerto Rican School for Dance,Spaces,Dance,USD,2017-11-12,50000.00,2017-10-13 15:11:54,61.00,failed,4,US,20.00,61.00,50000.00 +1088205678,DOCUMENTAL: PROTEGER A LA VAQUITA MARINA,Documentary,Film & Video,MXN,2017-05-16,500000.00,2017-04-11 00:22:25,0.00,failed,0,MX,0.00,0.00,26695.14 +1088207503,OWR Roots. Arts. Culture Festival 2017,Festivals,Theater,USD,2017-07-12,7000.00,2017-06-12 18:20:40,0.00,failed,0,US,50.00,0.00,7000.00 +"108820757,""Invest in """"A Beautiful Mess"""", Denise Barbarita's 4th CD"",Music,Music,USD,2010-10-13,800.00,2010-09-23 04:27:44,1615.00,successful,18,US,1615.00,1615.00,800.00" +1088212000,Tie Dye Art Shirts,Ready-to-wear,Fashion,USD,2014-08-11,250.00,2014-07-12 00:40:57,124.00,failed,7,US,124.00,124.00,250.00 +10882206,Vända - playing cards redesigned,Product Design,Design,USD,2012-10-08,15000.00,2012-09-10 03:00:46,27553.13,successful,742,US,27553.13,27553.13,15000.00 +1088226048,League of Legends Worlds to Korea GO!,People,Photography,USD,2014-10-07,3600.00,2014-10-05 12:54:51,170.00,failed,11,US,170.00,170.00,3600.00 +1088230922,Sitting by the Gene Pool,Theater,Theater,USD,2011-11-10,25000.00,2011-10-11 20:47:41,0.00,failed,0,US,0.00,0.00,25000.00 +1088237380,The Death Tribe: Street Life,Comic Books,Comics,USD,2016-02-27,1800.00,2016-01-12 11:19:27,195.00,failed,8,US,195.00,195.00,1800.00 +1088238114,Serial Dater,Webseries,Film & Video,USD,2011-04-14,1500.00,2011-03-14 19:07:55,1700.00,successful,30,US,1700.00,1700.00,1500.00 +1088241850,Gain the American Dream: Guiding the Youth to Financial...,Nonfiction,Publishing,USD,2017-05-23,300.00,2017-04-11 04:01:03,0.00,failed,0,US,0.00,0.00,300.00 +"1088243157,""""""Sunken Tunnels"""" - LMU Student Documentary (Canceled)"",Documentary,Film & Video,USD,2010-04-27,535.00,2010-03-26 00:52:02,0.00,canceled,0,US,0.00,0.00,535.00" +1088258514,The Chronicles of Illumination - The Merchant of Death,Young Adult,Publishing,USD,2015-06-12,13435.00,2015-05-13 06:04:30,25.00,failed,1,US,25.00,25.00,13435.00 +1088261575,BLACK RIVER MEADOW,Horror,Film & Video,GBP,2017-11-15,5000.00,2017-10-25 10:28:52,5364.00,successful,107,GB,1767.68,7078.20,6597.87 +1088262186,The Dessert Box OC,Small Batch,Food,USD,2014-11-14,1000.00,2014-10-15 00:12:36,276.00,failed,5,US,276.00,276.00,1000.00 +1088270885,The Real Liquid Gold - Exploring world water issues.,Painting,Art,USD,2012-06-17,11750.00,2012-05-09 04:10:41,2016.00,failed,20,US,2016.00,2016.00,11750.00 +1088273019,I'm making guacamole,Food,Food,USD,2014-08-08,50.00,2014-07-09 17:47:06,2.00,failed,2,US,2.00,2.00,50.00 +1088276353,Automatic Pressure Cooker For Those Who Never Cooked Before,Technology,Technology,USD,2017-02-13,35000.00,2016-12-15 17:25:18,2810.00,failed,9,US,0.00,2810.00,35000.00 +1088279729,Deep Sea: An Original Graphic Novel,Graphic Novels,Comics,CAD,2014-10-10,5000.00,2014-09-10 06:34:04,5807.00,successful,167,CA,5292.83,5186.21,4465.48 +1088281353,Fat Slow Triathlete,Apparel,Fashion,USD,2015-03-03,10000.00,2015-02-01 21:26:28,51.00,failed,2,US,51.00,51.00,10000.00 +1088282796,Of E-ZPasses and Elephants: Photography from New York City to the African Savannah,Photography,Photography,USD,2010-07-05,2000.00,2010-05-26 17:34:58,450.00,failed,8,US,450.00,450.00,2000.00 +1088285213,Insurgent Squad - One Story / Five Games (Canceled),Tabletop Games,Games,USD,2015-09-03,50000.00,2015-08-03 21:00:43,1964.00,canceled,9,US,1964.00,1964.00,50000.00 +1088288895,'Street Fighter: Assassin's Fist' Kickstarter Campaign,Film & Video,Film & Video,GBP,2013-05-04,625000.00,2013-04-08 12:21:15,16180.00,canceled,370,GB,24756.49,24890.01,961449.71 +1088293612,Droning Across America,Documentary,Film & Video,USD,2016-07-30,20000.00,2016-06-30 05:35:40,27.00,failed,3,US,25.00,27.00,20000.00 +"1088303685,""Rockfest Concerts """"Rockfest in The Park"""""",Rock,Music,USD,2016-09-25,750000.00,2016-07-28 20:15:04,0.00,canceled,0,US,0.00,0.00,750000.00" +108830377,Askrias Cube,Tabletop Games,Games,NZD,2015-07-19,3000.00,2015-06-19 02:22:04,2102.00,failed,30,NZ,1466.26,1379.36,1968.63 +1088311151,The PaddyKakeKids Plush-A Heartbeat for Kids!,Design,Design,USD,2015-04-02,125000.00,2015-03-03 04:06:27,211.00,failed,3,US,211.00,211.00,125000.00 +1088317615,Play! (Canceled),Comedy,Film & Video,GBP,2015-11-29,7000.00,2015-11-01 14:21:25,27.00,canceled,1,GB,41.68,40.88,10597.71 +1088318005,The Mythical Alphabet and Cryptozoology Icon Posters,Graphic Design,Design,USD,2014-11-27,1200.00,2014-11-05 00:27:11,1830.00,successful,64,US,1830.00,1830.00,1200.00 +1088323243,A Place Called Hope,Documentary,Film & Video,GBP,2014-09-13,485.00,2014-08-28 23:44:19,657.00,successful,26,GB,1087.33,1073.58,792.52 +1088326358,Karen Justice Launches The BEST Funny Greeting Cards!,Publishing,Publishing,USD,2017-11-01,12000.00,2017-09-28 22:48:44,2239.00,failed,10,US,2162.00,2239.00,12000.00 +1088328691,We Interrupt this Girl Book Series/Bk 1 A Girl with Epilepsy,Fiction,Publishing,USD,2015-03-11,2500.00,2015-02-09 23:02:34,0.00,canceled,0,US,0.00,0.00,2500.00 +1088336636,Forgetting Beethoven,Art Books,Publishing,USD,2014-12-21,8000.00,2014-11-06 00:46:40,8175.00,successful,61,US,8175.00,8175.00,8000.00 +1088340057,Drea's First Music Video!,Indie Rock,Music,USD,2011-06-28,1000.00,2011-05-29 02:26:11,0.00,failed,0,US,0.00,0.00,1000.00 +108834436,Somewhere North,Drama,Film & Video,CAD,2016-11-30,80000.00,2016-10-16 23:22:41,0.00,failed,0,CA,0.00,0.00,60136.81 +1088344443,Pokemon Pen Drawings,Illustration,Art,GBP,2015-06-10,100.00,2015-05-11 18:13:00,103.00,successful,15,GB,159.14,159.51,154.87 +1088350916,Danny Gardner - Live at the Acme,Film & Video,Film & Video,USD,2013-10-06,1200.00,2013-09-17 00:16:46,1210.00,successful,28,US,1210.00,1210.00,1200.00 +1088357824,New Full-Length Album from The Modern Savage,Indie Rock,Music,USD,2014-10-03,7000.00,2014-09-03 23:25:04,7381.00,successful,94,US,7381.00,7381.00,7000.00 +1088359875,Abstract Landscape Paintings,Painting,Art,USD,2012-04-14,1000.00,2012-03-15 22:32:25,0.00,failed,0,US,0.00,0.00,1000.00 +1088360265,The Perfect Breathable Dress Shirt,Fashion,Fashion,USD,2012-05-13,3000.00,2012-04-13 05:12:07,20610.50,successful,475,US,20610.50,20610.50,3000.00 +1088363367,Bobby Baron of Villains-Ville in: Gone Villain Gone!,Fiction,Publishing,USD,2014-01-16,15000.00,2013-12-12 21:14:31,35.00,failed,2,US,35.00,35.00,15000.00 +1088367330,REACH(ME),Apps,Technology,USD,2015-07-28,25000.00,2015-05-29 19:32:27,75.00,failed,4,US,75.00,75.00,25000.00 +1088375758,Interactive Outdoor Environment!,Installations,Art,USD,2014-08-09,275.00,2014-07-29 08:00:47,326.00,successful,10,US,326.00,326.00,275.00 +1088378925,Cannonball Audio - 360° IPX-7 Floating Speaker,Technology,Technology,USD,2016-10-22,26000.00,2016-08-23 22:28:51,26048.00,successful,117,US,165.00,26048.00,26000.00 +1088395063,Doodle Defense,Video Games,Games,USD,2012-03-15,1500.00,2012-02-14 06:07:01,2336.00,successful,122,US,2336.00,2336.00,1500.00 +108839877,VICTROLA: Dress Fearlessly for F/W 2013,Fashion,Fashion,USD,2013-01-10,1500.00,2012-12-13 01:10:51,1665.00,successful,28,US,1665.00,1665.00,1500.00 +1088399995,SpinFX: Persistence of Vision Poi and Phoenix LED Hoop,Hardware,Technology,USD,2013-01-11,10000.00,2012-12-12 03:22:10,16689.80,successful,67,US,16689.80,16689.80,10000.00 +1088400538,Carolyn,Nonfiction,Publishing,USD,2013-07-22,20000.00,2013-05-24 00:43:43,1.00,failed,1,US,1.00,1.00,20000.00 +1088403057,Blood Red Sands - Competitive Swords-and-Sorcery RPG,Tabletop Games,Games,USD,2012-08-21,5000.00,2012-07-24 14:38:10,7001.00,successful,223,US,7001.00,7001.00,5000.00 +"1088406891,""Opening night of indie Film Society in Folsom, CA."",Film & Video,Film & Video,USD,2012-11-22,5000.00,2012-10-23 20:52:26,661.00,failed,7,US,661.00,661.00,5000.00" +1088410312,Be Hands-Free and Green,Crafts,Crafts,USD,2017-10-31,30000.00,2017-10-01 01:54:51,131.00,failed,2,US,100.00,131.00,30000.00 +1088414320,The Book of Joe,Shorts,Film & Video,USD,2012-05-14,4250.00,2012-04-13 23:33:18,5132.00,successful,82,US,5132.00,5132.00,4250.00 +1088422927,TalentShadows,Music,Music,USD,2015-02-19,13200.00,2015-01-20 17:57:17,0.00,failed,0,US,0.00,0.00,13200.00 +1088425067,Help Sunblind Go to Cannes,Documentary,Film & Video,USD,2012-03-13,8000.00,2012-02-12 04:28:11,926.00,failed,21,US,926.00,926.00,8000.00 +1088427093,FLiPSTONZ Primal Wristwear/ STICKrS N STONZ DIY Tool Kit,Interactive Design,Design,USD,2016-01-13,33000.00,2015-12-08 17:40:37,137.00,failed,3,US,137.00,137.00,33000.00 +1088427776,Opera,Publishing,Publishing,USD,2014-02-22,10000.00,2014-01-16 03:26:17,169.00,failed,6,US,169.00,169.00,10000.00 +1088431087,A Song Cycle for Cassandra Black composed by Daron Hagen,Classical Music,Music,USD,2015-01-08,3500.00,2014-11-19 06:37:55,3615.00,successful,29,US,3615.00,3615.00,3500.00 +1088456987,Shoot Out Project,Mobile Games,Games,EUR,2018-01-15,350.00,2017-12-16 20:41:46,1.00,live,1,BE,1.18,1.21,424.79 +1088457805,Let It Burn,Nonfiction,Publishing,USD,2013-11-10,3000.00,2013-10-11 00:05:21,185.00,failed,10,US,185.00,185.00,3000.00 +"1088463220,""The World Premiere of """"Harboring"""""",Dance,Dance,USD,2013-07-13,10000.00,2013-06-11 23:33:46,11246.00,successful,100,US,11246.00,11246.00,10000.00" +"1088469004,""niv Acosta's World Premiere of """"i shot denzel"""""",Dance,Dance,USD,2014-01-07,8000.00,2013-12-05 14:58:02,8429.00,successful,305,US,8429.00,8429.00,8000.00" +"1088471053,""""""Untitled Horror Film"""" a feature film by Quentin Garzon"",Narrative Film,Film & Video,USD,2011-11-04,6500.00,2011-10-10 08:20:01,50.00,failed,1,US,50.00,50.00,6500.00" +1088480878,Turnover - 2D Survival Stealth PC Game,Video Games,Games,USD,2014-06-26,800.00,2014-05-27 16:46:47,401.00,failed,21,US,401.00,401.00,800.00 +1088494161,The Century Project: 100 Years of Music Evolution,Documentary,Film & Video,USD,2011-11-24,12000.00,2011-10-13 06:19:01,14246.00,successful,137,US,14246.00,14246.00,12000.00 +1088498237,The Dark Knight Trilogy: Mobile App Filming Locations,Comics,Comics,USD,2013-11-21,900.00,2013-10-22 20:29:39,1.00,failed,1,US,1.00,1.00,900.00 +1088499482,Wild Alaskan Adventure by Steven Davis Photography,Animals,Photography,USD,2014-07-27,5500.00,2014-05-28 19:20:54,1785.00,failed,32,US,1785.00,1785.00,5500.00 +1088500691,MAXCONTROL,Video Games,Games,EUR,2017-10-18,85000.00,2017-09-18 00:02:23,1495.20,canceled,33,DE,1483.57,1767.02,100452.63 +1088507310,Neighborhood Swap,Apps,Technology,USD,2017-08-17,9500.00,2017-06-19 12:27:02,35.00,failed,2,US,35.00,35.00,9500.00 +1088508299,Charlie the ChargeBear (Canceled),Gadgets,Technology,USD,2014-10-04,3000.00,2014-09-04 06:08:47,155.00,canceled,5,US,155.00,155.00,3000.00 +1088518343,Fortunes Wheel,Tabletop Games,Games,GBP,2015-11-11,4000.00,2015-10-12 20:24:05,1823.00,failed,71,GB,2792.39,2775.28,6089.48 +1088526217,Project Able,Documentary,Film & Video,USD,2013-11-02,20000.00,2013-09-04 00:52:34,2495.00,failed,37,US,2495.00,2495.00,20000.00 +108852949,Lumen Electronic Jewelry: First Production Run!,Product Design,Design,USD,2012-11-09,25000.00,2012-10-10 18:16:42,1636.00,failed,28,US,1636.00,1636.00,25000.00 +1088529830,Making Division By Zero Possible,Nonfiction,Publishing,USD,2017-01-07,500.00,2016-12-08 22:45:58,61.00,failed,3,US,61.00,61.00,500.00 +1088560831,Gummy Pokéball candies!,Small Batch,Food,USD,2015-06-21,75.00,2015-04-28 03:40:21,1.00,failed,1,US,1.00,1.00,75.00 +1088562765,SAMSA a RPG GAME focus in your freedom of choice,Video Games,Games,USD,2013-01-13,19025.00,2012-11-14 18:05:23,3983.00,failed,85,US,3983.00,3983.00,19025.00 +1088566443,SnapOwn: Own what's yours,Software,Technology,USD,2015-10-03,10000.00,2015-09-03 15:36:40,5836.00,failed,45,US,5836.00,5836.00,10000.00 +1088570043,Life begins at 70,Journalism,Journalism,USD,2014-09-12,386.00,2014-08-13 00:32:55,15.00,failed,1,US,15.00,15.00,386.00 +108858849,Catch the bus!,Apps,Technology,NOK,2014-11-23,10000.00,2014-11-03 10:06:50,0.00,failed,0,NO,0.00,0.00,1435.24 +1088600891,Make 100 Love Notes,Stationery,Crafts,USD,2018-01-16,1000.00,2017-12-31 23:37:20,570.00,live,31,US,3.00,570.00,1000.00 +1088610386,A Shadow Named Envy,Shorts,Film & Video,GBP,2017-03-08,2000.00,2017-01-07 22:43:25,0.00,canceled,0,GB,0.00,0.00,2431.17 +1088610835,Heel Documentary,Documentary,Film & Video,USD,2014-09-03,25000.00,2014-08-04 01:38:48,1333.00,failed,17,US,1333.00,1333.00,25000.00 +"1088625585,""------? """"I LOVE MY LIFE"""" ?----- uplifting pop music"",Music,Music,USD,2012-05-10,2222.00,2012-04-10 06:48:21,2374.00,successful,66,US,2374.00,2374.00,2222.00" +"108863281,Portals to Another World; An Artitst's Residency,Mixed Media,Art,USD,2012-06-20,1700.00,2012-05-18 17:18:00,1800.50,successful,60,US,1800.50,1800.50,1700.00" +"1088637164,""3D print shops in Vermont, and soon near YOU!"",Technology,Technology,USD,2012-10-05,568.00,2012-09-28 18:47:13,810.00,successful,8,US,810.00,810.00,568.00" +1088638104,Help create Skaftien #4,Public Art,Art,USD,2017-12-22,12000.00,2017-11-22 19:58:32,6299.00,failed,15,US,0.00,6299.00,12000.00 +1088672154,DRONE - Retro Sci-fi Action/Drama Short Film,Science Fiction,Film & Video,USD,2016-06-01,6500.00,2016-05-10 19:29:22,537.00,failed,20,US,537.00,537.00,6500.00 +1088683514,HOPE: Episode One,Film & Video,Film & Video,USD,2012-08-10,2000.00,2012-07-27 22:00:48,10.00,failed,1,US,10.00,10.00,2000.00 +"1088683920,Average Joes Fund for our first EP,Music,Music,USD,2015-06-18,5000.00,2015-05-19 17:51:56,0.00,undefined,0,""N,0"""""",,0.00,5000.00" +1088685070,Postremo,Shorts,Film & Video,USD,2011-08-01,4400.00,2011-06-07 06:56:24,4580.00,successful,29,US,4580.00,4580.00,4400.00 +1088687374,The Chuubo's Marvelous Wish-Granting Engine RPG,Tabletop Games,Games,USD,2013-07-15,25000.00,2013-05-30 06:40:17,90081.18,successful,1082,US,90081.18,90081.18,25000.00 +1088695200,Helix Apple Watch Bands - Stylish Bands for Your Apple Watch,Wearables,Technology,USD,2015-10-19,10000.00,2015-09-09 07:18:40,166.00,failed,3,US,166.00,166.00,10000.00 +1088700468,headsUP - Motorcycle Head-up Display,Gadgets,Technology,USD,2015-04-07,125000.00,2015-02-21 17:00:38,11002.00,failed,55,US,11002.00,11002.00,125000.00 +1088701026,FindPin,Apps,Technology,USD,2017-04-25,840000.00,2017-02-24 20:02:31,12.00,failed,3,US,10.00,12.00,840000.00 +1088705853,YOUTUBERNET.COM,Web,Technology,EUR,2017-02-09,50000.00,2017-01-10 18:32:35,10.00,failed,1,IT,10.53,10.63,53145.13 +1088710241,David's Battle with Schizophrenia: Insight into Recovery.,Nonfiction,Publishing,CAD,2014-04-17,2000.00,2014-03-18 09:56:12,20.00,failed,2,CA,18.02,18.17,1816.70 +1088712227,Lyric: A perfomance arts venue at sea,Music,Music,USD,2015-10-21,74000.00,2015-09-21 18:20:04,50.00,failed,1,US,50.00,50.00,74000.00 +"1088715525,""""""The Release of Your Dreams"""" - A collection of songs."",Music,Music,USD,2012-11-02,3000.00,2012-10-05 19:33:49,495.00,failed,19,US,495.00,495.00,3000.00" +1088716075,Let's Make America Kind... One School at a Time,Public Art,Art,USD,2017-08-01,25.00,2017-06-02 16:02:50,756.00,successful,11,US,610.00,756.00,25.00 +1088717219,Green Screen Studios FX,Apps,Technology,GBP,2014-07-04,6000.00,2014-06-04 22:09:15,795.00,failed,47,GB,1331.39,1362.91,10286.13 +1088721652,Guardian Of The Dragons Series Part II,Fiction,Publishing,USD,2012-07-28,5000.00,2012-06-26 02:21:57,15.00,failed,1,US,15.00,15.00,5000.00 +"1088723147,""Socks, Inc. (an Alternate Reality Game)"",Games,Games,USD,2010-08-06,6000.00,2010-06-21 17:08:18,7357.55,successful,123,US,7357.55,7357.55,6000.00" +"1088726490,""Kerosene Kites """"Float Away"""" Album - Kille/Kjelland songs"",Country & Folk,Music,USD,2017-11-10,4000.00,2017-10-12 20:35:32,5606.00,successful,81,US,1214.00,5606.00,4000.00" +1088729792,Learn MATLAB in 7 days,Academic,Publishing,USD,2015-07-16,500.00,2015-06-16 19:24:48,9.00,failed,1,US,9.00,9.00,500.00 +1088733939,First Season of The Los Angeles New Court Theatre,Performance Art,Art,USD,2012-04-30,8800.00,2012-03-14 23:14:25,9260.01,successful,114,US,9260.01,9260.01,8800.00 +1088738466,Fortress Wallet: Minimalist RFID wallet by Etoro Designs,Product Design,Design,USD,2017-07-15,900.00,2017-06-15 18:45:34,1462.00,canceled,38,US,862.00,1462.00,900.00 +1088738948,Orion Home Gym® | The First Portable Closet Home Gym w/Dial.,Product Design,Design,USD,2017-02-26,50000.00,2017-01-12 16:43:12,2365.00,canceled,6,US,1000.00,2365.00,50000.00 +1088741310,Dex - Cyberpunk 2D RPG,Video Games,Games,GBP,2013-12-12,14000.00,2013-11-12 16:56:13,30647.38,successful,1930,GB,49081.91,49863.14,22777.93 +1088744899,Tesseract Theatre's Visiting Playwright Project,Theater,Theater,USD,2012-10-25,2000.00,2012-09-24 20:37:54,2062.00,successful,15,US,2062.00,2062.00,2000.00 +1088745207,Simply Stiles,Food,Food,USD,2015-09-12,10000.00,2015-07-20 17:23:07,50.00,failed,1,US,50.00,50.00,10000.00 +1088748920,Baccy Packs (Canceled),Apparel,Fashion,SEK,2014-12-20,300000.00,2014-10-21 00:09:19,142655.00,canceled,137,SE,19869.47,18271.53,38424.59 +1088749014,Pictures of Veracruz,Photobooks,Photography,USD,2016-11-16,1200.00,2016-11-02 13:20:24,185.00,failed,3,US,185.00,185.00,1200.00 +1088753329,Vote for the Second Vicious Crucible!,Games,Games,USD,2012-06-04,2000.00,2012-05-10 01:53:39,2152.00,successful,72,US,2152.00,2152.00,2000.00 +1088759553,BSA slide lid memory and collection box kit for Scouts,Woodworking,Crafts,USD,2015-03-26,2500.00,2015-02-22 03:59:13,51.00,failed,3,US,51.00,51.00,2500.00 +1088768504,Mission to the Stars: A Space Rock Opera,Music,Music,USD,2012-08-31,1000.00,2012-08-13 23:56:34,1021.00,successful,12,US,1021.00,1021.00,1000.00 +1088779999,The Southern Belles Debut Full-Length Album,Country & Folk,Music,USD,2012-05-23,1200.00,2012-04-23 16:39:11,1201.00,successful,14,US,1201.00,1201.00,1200.00 +1088780346,X-Factor Elaine Gibbs hit single LAST VEGAS - needs you now!,Pop,Music,USD,2013-09-30,4000.00,2013-09-16 17:56:01,4071.00,successful,23,US,4071.00,4071.00,4000.00 +1088786675,HARVESTER 3 in 1 Renewable Energy Home Generator,Technology,Technology,GBP,2017-10-06,30000.00,2017-09-08 00:47:57,1183.00,failed,16,GB,377.98,1546.81,39225.94 +108878958,Los Caminos Exhibition Programming,Art,Art,USD,2012-01-02,1500.00,2011-12-03 20:53:36,1656.00,successful,40,US,1656.00,1656.00,1500.00 +1088792489,Sap Laughter : Merch Fundraiser!,Indie Rock,Music,USD,2016-09-15,500.00,2016-08-21 22:53:33,205.00,failed,7,US,75.00,205.00,500.00 +"1088798119,""Creating The Dancing Nobody's """"You Are the One"""""",World Music,Music,USD,2011-07-11,2000.00,2011-05-12 03:36:00,220.00,failed,3,US,220.00,220.00,2000.00" +108881190,The Birthing Of The Game Changer,Nonfiction,Publishing,USD,2017-08-10,4000.00,2017-07-10 21:31:15,20.00,failed,1,US,0.00,20.00,4000.00 +1088814868,A coin to honor Good Hard Work,Sculpture,Art,USD,2014-08-13,6200.00,2014-07-07 18:02:41,580.00,failed,3,US,580.00,580.00,6200.00 +108881875,ADVENTURE MAT: A Clean Surface Wherever You Go,Product Design,Design,USD,2016-11-28,7000.00,2016-10-25 08:28:17,36802.00,successful,677,US,5900.00,36802.00,7000.00 +1088832710,Fat Cats: Large and in Charge,Animals,Photography,CAD,2016-10-21,23000.00,2016-09-20 15:48:21,5130.00,failed,87,CA,0.00,3877.84,17386.05 +1088843840,YOU: A short film featuring Richard Tyson,Shorts,Film & Video,USD,2011-08-15,15000.00,2011-07-16 20:26:47,0.00,failed,0,US,0.00,0.00,15000.00 +1088847448,The Bright Farm CSA Program (Canceled),Farms,Food,USD,2015-03-07,20000.00,2015-02-05 17:23:19,0.00,canceled,0,US,0.00,0.00,20000.00 +1088850581,Real custom guitars,Design,Design,USD,2015-10-29,5000.00,2015-09-29 20:07:08,10031.00,successful,10,US,10031.00,10031.00,5000.00 +1088855410,Collecting funds for art gallery. Unique bead embroidery,Crafts,Crafts,USD,2015-10-17,6000.00,2015-09-02 19:21:08,102.00,failed,1,US,102.00,102.00,6000.00 +1088855693,Help keep Uber Good on the road to creativity! :),Food,Food,USD,2013-02-05,1000.00,2013-01-06 18:52:50,0.00,failed,0,US,0.00,0.00,1000.00 +1088856536,ANTIPOLLUTION MASKS | Join the Mask Generation,Wearables,Technology,EUR,2017-11-10,15000.00,2017-10-01 13:18:31,15801.00,successful,202,FR,1364.57,18414.58,17481.09 +1088856585,TACKLING ROMEO International Casting Search (Canceled),Film & Video,Film & Video,USD,2013-02-28,35000.00,2013-01-29 19:58:19,3555.00,canceled,14,US,3555.00,3555.00,35000.00 +"1088858650,""#StillScarred, #StillBroken, #StillHere"",Publishing,Publishing,USD,2018-02-26,2000.00,2017-12-28 22:45:18,0.00,live,0,US,0.00,0.00,2000.00" +1088864193,Help two young men start their dream (Canceled),Web,Technology,AUD,2014-06-06,4000.00,2014-05-22 22:57:15,60.00,canceled,2,AU,55.42,56.01,3734.13 +1088871836,Forever Paid Forward,Webseries,Film & Video,USD,2015-10-01,12000.00,2015-09-01 06:02:18,268.00,failed,5,US,268.00,268.00,12000.00 +1088879300,Mary Howell: EP 15K,Music,Music,USD,2015-07-13,15000.00,2015-06-03 21:51:19,3397.00,failed,82,US,3397.00,3397.00,15000.00 +108888071,TETRA SOAP - A Soap Revolution,Product Design,Design,HKD,2017-11-28,7800.00,2017-11-07 20:33:18,28383.00,successful,83,HK,560.74,3632.98,998.39 +1088889187,Dizzmiss,Apps,Technology,USD,2016-11-30,2000.00,2016-10-31 21:18:15,10.00,failed,1,US,0.00,10.00,2000.00 +1088890921,The Factory That Makes Devils,Theater,Theater,USD,2012-02-11,2500.00,2012-01-10 21:44:31,655.00,failed,19,US,655.00,655.00,2500.00 +108889333,The Self Love Project's First Collection,Accessories,Fashion,USD,2015-04-06,22000.00,2015-03-09 20:13:07,2537.00,failed,39,US,2537.00,2537.00,22000.00 +"1088893437,""An album of original, beautiful piano music"",Music,Music,GBP,2015-11-21,1500.00,2015-10-22 13:57:53,10.00,undefined,0,""N,0"""""",,15.05,2257.78" +108889497,ELBOWGREASE: wedding decor artist with paintings for sale,Installations,Art,USD,2015-07-29,3000.00,2015-07-08 00:01:21,4085.00,successful,46,US,4085.00,4085.00,3000.00 +1088900158,Little Susie's Special Trip to See Big Sis!,Children's Books,Publishing,USD,2015-09-18,1000.00,2015-07-20 18:21:05,100.00,failed,3,US,100.00,100.00,1000.00 +1088903427,Dawntreader Rising,Interactive Design,Design,USD,2015-07-03,50000.00,2015-06-03 12:06:27,5590.00,failed,15,US,5590.00,5590.00,50000.00 +1088910956,A IMPOSSIBLE DREAM IN A WORLD CONCERNED,Photography,Photography,USD,2015-10-26,8000.00,2015-08-31 18:22:56,0.00,failed,0,US,0.00,0.00,8000.00 +1088911660,Shadows and Light,Technology,Technology,GBP,2013-07-21,10000.00,2013-06-10 20:50:47,2319.37,failed,50,GB,3608.38,3571.78,15399.78 +1088913319,Top Shelf Bars,Technology,Technology,USD,2014-10-09,70000.00,2014-09-09 01:28:23,1.00,failed,1,US,1.00,1.00,70000.00 +108891611,Father & Son Comic Team-Up: Paleo Pack the Graphic Novel,Comics,Comics,USD,2011-08-19,5000.00,2011-06-20 16:17:21,712.00,failed,24,US,712.00,712.00,5000.00 +108892034,Grind Time Fitness,Apps,Technology,USD,2016-07-02,15000.00,2016-05-03 21:09:52,590.00,failed,7,US,590.00,590.00,15000.00 +1088929996,Golden Buddha is recording tracks for New Album and Video,Indie Rock,Music,USD,2010-12-14,7500.00,2010-11-14 19:33:18,0.00,failed,0,US,0.00,0.00,7500.00 +1088931889,Wheregay! A global gay social interactive website for all,Web,Technology,USD,2014-09-03,1500.00,2014-08-04 19:09:57,30.00,failed,5,US,30.00,30.00,1500.00 +1088934319,Mete Mano Producciones,World Music,Music,USD,2015-03-06,9000000.00,2015-02-25 22:38:38,0.00,failed,0,US,0.00,0.00,9000000.00 +1088935484,A Freezer Mission - For An Ice Venture!,Food,Food,GBP,2014-08-20,4600.00,2014-07-21 10:09:30,0.00,failed,0,GB,0.00,0.00,7625.62 +"1088937473,Save Us From Ourselves,Music,Music,USD,2016-05-03,5000.00,2016-04-03 15:45:53,0.00,failed,0,""N,0"""""",,0.00,5000.00" +1088943955,Da Capo vs. Our First Album,Music,Music,USD,2012-01-07,4000.00,2011-11-29 19:16:41,4549.00,successful,87,US,4549.00,4549.00,4000.00 +1088954784,THE PROJECTIONIST: a Necropunk Thriller,Comic Books,Comics,USD,2014-08-17,5800.00,2014-07-19 04:06:41,7092.00,successful,182,US,7092.00,7092.00,5800.00 +1088962249,Blümboxen - Revolutionizing the Window Air Conditioning Unit,Technology,Technology,USD,2017-01-16,250000.00,2016-12-04 00:18:03,624.00,failed,4,US,599.00,624.00,250000.00 +1088963724,Here Now: A pop-up shop in New York City,Fashion,Fashion,USD,2013-03-07,23000.00,2013-02-05 05:36:23,23208.00,successful,253,US,23208.00,23208.00,23000.00 +1088964537,My Daddy Has PTSD: An Illustrated Story Book,Children's Books,Publishing,USD,2014-04-10,2000.00,2014-03-01 15:53:53,2105.20,successful,48,US,2105.20,2105.20,2000.00 +1088973624,Exalted Guy Studio Start-up!,Mobile Games,Games,USD,2014-10-26,15000.00,2014-09-26 15:47:52,0.00,failed,0,US,0.00,0.00,15000.00 +108898967,The Interns: Part One,Thrillers,Film & Video,USD,2015-06-03,5000.00,2015-05-04 20:13:08,5150.00,successful,40,US,5150.00,5150.00,5000.00 +108898992,Love Is The Key,Sculpture,Art,USD,2014-09-03,500.00,2014-08-19 04:40:45,31.00,failed,2,US,31.00,31.00,500.00 +1088997092,Epic Mac & Cheese,Small Batch,Food,USD,2014-09-06,10.00,2014-07-08 06:33:01,3.00,failed,2,US,3.00,3.00,10.00 +1089004064,Delphian Creations goes offline,Crafts,Crafts,USD,2016-04-23,600.00,2016-03-24 05:57:31,0.00,failed,0,US,0.00,0.00,600.00 +"1089005742,""[ALBUM] """"GLOW"""" - HALFMANHALF X CALVIN VALENTINE"",Hip-Hop,Music,USD,2011-05-23,1000.00,2011-03-23 22:20:11,1115.00,successful,19,US,1115.00,1115.00,1000.00" +108900584,California Solar Tour,Webseries,Film & Video,USD,2012-09-27,10000.00,2012-08-28 03:28:39,301.00,failed,8,US,301.00,301.00,10000.00 +1089008938,Twin Cities Scandinavian Family Festival,Country & Folk,Music,USD,2013-11-03,3300.00,2013-10-06 00:47:42,3418.00,successful,93,US,3418.00,3418.00,3300.00 +1089010601,The Bike I Like,Children's Books,Publishing,USD,2016-10-06,6000.00,2016-09-05 06:25:36,7652.00,successful,131,US,0.00,7652.00,6000.00 +1089015892,QWERT an Anthology Comic Book (Canceled),Comic Books,Comics,CAD,2015-12-04,7500.00,2015-10-07 00:51:22,50.00,canceled,2,CA,38.04,37.49,5623.45 +"1089047423,""Forgive Me Father For I Have Sinned, a Novel about America"",Fiction,Publishing,USD,2015-10-24,22000.00,2015-10-02 09:06:38,20.00,failed,1,US,20.00,20.00,22000.00" +1089057593,Magic the Gathering Prize Fund,Playing Cards,Games,USD,2014-06-16,300.00,2014-06-04 16:04:18,436.00,successful,15,US,436.00,436.00,300.00 +1089062782,APPARENCES: a photography project about people and light,People,Photography,EUR,2015-09-21,2000.00,2015-08-07 23:40:19,2108.00,successful,25,FR,2298.77,2350.63,2230.20 +"1089067569,Hills Like White Elephants,Film & Video,Film & Video,USD,2015-08-06,3000.00,2015-07-07 16:02:34,3017.00,undefined,0,""N,0"""""",,3017.00,3000.00" +1089072021,Stateless Rohingya Refugees of Burma,Photography,Photography,USD,2011-03-12,5500.00,2011-02-09 15:33:14,5688.00,successful,75,US,5688.00,5688.00,5500.00 +"1089080948,""The Mark, A Psychological Thriller Short Film"",Shorts,Film & Video,USD,2016-04-14,2900.00,2016-03-14 16:42:56,3300.00,successful,32,US,3300.00,3300.00,2900.00" +1089081811,HELIOS - The world's first wireless solar powered headphones,Technology,Technology,GBP,2015-01-02,50000.00,2014-11-23 15:37:32,13779.00,failed,79,GB,21576.85,21274.39,77198.62 +1089082798,The Break Bear,Food,Food,USD,2017-05-22,35000.00,2017-04-07 23:32:46,0.00,failed,0,US,0.00,0.00,35000.00 +1089108439,British Sign Language For All,Children's Books,Publishing,GBP,2016-08-19,50.00,2016-06-20 12:52:49,10.00,failed,1,GB,0.00,13.09,65.44 +1089115536,Palaye Royale: Stayin' Alive on Tour,Indie Rock,Music,USD,2015-11-22,1000.00,2015-10-28 03:32:44,1005.00,successful,16,US,1005.00,1005.00,1000.00 +1089118200,Vanessa Gaïa Magazine,Zines,Publishing,EUR,2017-01-30,1000.00,2017-01-02 14:53:14,0.00,failed,0,FR,0.00,0.00,1074.10 +1089119508,AC Shield: Protective Cover for Air Conditioner & Heat Pump.,Product Design,Design,USD,2014-09-17,30000.00,2014-07-31 16:33:48,10420.00,failed,66,US,10420.00,10420.00,30000.00 +1089127328,Chairman Meow: Cat Propaganda T-Shirts & Poster Art,Art,Art,USD,2015-03-26,2000.00,2015-03-11 18:48:15,1640.00,failed,42,US,1640.00,1640.00,2000.00 +1089131851,The Sushi Wallet.,Product Design,Design,USD,2013-12-18,15000.00,2013-11-18 19:01:42,9489.00,failed,506,US,9489.00,9489.00,15000.00 +1089134624,World Trade Center Historical Fine Art Photography Book,Photobooks,Photography,USD,2014-07-16,12500.00,2014-05-28 05:07:59,80.00,failed,2,US,80.00,80.00,12500.00 +1089137757,I am Woman... Hear Me Roar,Young Adult,Publishing,USD,2016-05-31,15000.00,2016-04-01 19:49:35,0.00,failed,0,US,0.00,0.00,15000.00 +1089138044,A qualitative study of gifted homeschoolers (Canceled),Nonfiction,Publishing,USD,2013-07-06,2000.00,2013-06-06 20:34:04,102.00,canceled,3,US,102.00,102.00,2000.00 +1089158515,Fairest Chocolate - Made in Africa - Maximum Impact,Food,Food,EUR,2016-04-21,15000.00,2016-03-22 08:56:17,29516.34,successful,843,DE,33300.81,33244.36,16894.56 +1089161635,ZARA MILAN - Luxury Swim Wear,Apparel,Fashion,USD,2017-10-11,20000.00,2017-08-12 21:33:32,15.00,failed,2,US,15.00,15.00,20000.00 +1089168073,Monster Mouth Halloween T-shirt Project,Graphic Design,Design,USD,2013-10-03,675.00,2013-09-03 20:44:25,1033.00,successful,47,US,1033.00,1033.00,675.00 +1089169568,Curry Ranch Outfitters Blends,Food,Food,USD,2015-08-17,10000.00,2015-07-03 13:30:14,91.00,failed,4,US,91.00,91.00,10000.00 +1089179275,Financiación de una ILP: STOP contadores de luz inteligentes,Journalism,Journalism,EUR,2017-01-13,900.00,2016-11-14 19:50:40,133.00,failed,3,ES,0.00,141.79,959.49 +"108917939,Contrast Magazine,Publishing,Publishing,USD,2016-05-02,7500.00,2016-04-02 10:19:30,155.00,failed,0,""N,0"""""",,155.00,7500.00" +1089183858,Make A Difference - Let There Be Light,Faith,Music,DKK,2018-01-02,15000.00,2017-11-19 22:28:54,1150.00,failed,5,DK,31.70,186.03,2426.52 +1089190058,Shameless Plug Debut Album,Indie Rock,Music,USD,2012-11-10,3000.00,2012-09-11 15:16:22,3010.00,successful,49,US,3010.00,3010.00,3000.00 +1089194533,Encounter,Film & Video,Film & Video,USD,2012-09-22,7500.00,2012-08-23 22:16:49,7555.00,successful,29,US,7555.00,7555.00,7500.00 +"1089225841,""In the Hours Before the Bars Open, a play by Nate Harpél"",Plays,Theater,USD,2015-02-02,500.00,2015-01-16 21:19:12,550.00,successful,10,US,550.00,550.00,500.00" +1089227217,The Greatest Toy KIT in the Universe! Spider Tank Mark 6,Hardware,Technology,USD,2013-08-15,350000.00,2013-07-16 02:48:05,121633.12,failed,1188,US,121633.12,121633.12,350000.00 +1089228935,OnBlink Amplifier - RELAUNCH!,Sound,Technology,GBP,2015-07-02,8000.00,2015-05-25 22:12:44,10474.00,successful,181,GB,16224.57,16364.35,12499.02 +"1089235790,""The Flip Side, Web Series"",Webseries,Film & Video,USD,2014-01-10,30000.00,2013-11-11 15:27:19,35.00,failed,2,US,35.00,35.00,30000.00" +1089245025,Homunculus Rises,Shorts,Film & Video,GBP,2013-11-29,1000.00,2013-11-14 11:17:56,1057.50,successful,18,GB,1680.41,1728.45,1634.47 +1089246183,Getting Up: The TEMPT ONE Story,Documentary,Film & Video,USD,2012-07-30,55000.00,2012-06-20 02:08:41,5601.00,failed,75,US,5601.00,5601.00,55000.00 +1089248856,Produce Change 2,Food,Food,USD,2016-02-03,1000.00,2016-01-04 23:49:45,0.00,failed,0,US,0.00,0.00,1000.00 +108925213,Company B Debut Album,Jazz,Music,GBP,2013-09-03,2200.00,2013-07-11 22:50:01,2415.00,successful,117,GB,3589.45,3762.15,3427.22 +1089255068,1-Hit Wonder - Retro ice lolly soft enamel pin badge,Illustration,Art,GBP,2017-03-20,175.00,2017-03-13 06:37:17,175.00,successful,13,GB,76.64,218.35,218.35 +1089261512,Transitioning (Short Film),Film & Video,Film & Video,USD,2013-05-24,7000.00,2013-05-06 21:15:43,960.00,failed,11,US,960.00,960.00,7000.00 +1089264978,Bowser Brewing Company Expansion,Drinks,Food,USD,2015-08-15,75000.00,2015-06-17 17:56:25,2005.00,failed,13,US,2005.00,2005.00,75000.00 +1089267627,SEE A LITTLE LIGHT: A Celebration of the Music of Bob Mould,Music,Music,USD,2012-12-14,60000.00,2012-10-29 23:40:47,1695.00,canceled,33,US,1695.00,1695.00,60000.00 +1089268928,Rene Campbell's motivational calendar 2015,Calendars,Publishing,GBP,2014-12-15,800.00,2014-11-24 02:02:22,927.00,successful,17,GB,1451.61,1450.57,1251.84 +"1089273121,""Unprotected: Camille’s battle with MS, GM and the UAW"",Nonfiction,Publishing,USD,2014-09-14,2500.00,2014-07-16 23:04:08,328.00,canceled,6,US,328.00,328.00,2500.00" +"1089310927,""Support """"Thrashing Again"""" (Documentary)"",Documentary,Film & Video,USD,2013-01-17,3000.00,2012-12-06 01:56:32,150.00,failed,5,US,150.00,150.00,3000.00" +1089311742,Vieques Journal: One Is A Crowd,Photography,Photography,USD,2010-11-15,3500.00,2010-09-12 22:39:13,0.00,failed,0,US,0.00,0.00,3500.00 +1089314411,Redefining Made in France luxury belts - Atelier Bertrand,Product Design,Design,EUR,2017-10-30,5000.00,2017-09-30 16:26:12,2971.00,failed,29,FR,1925.57,3463.31,5828.52 +"1089316722,""sili bagz, platinum silicone reusable/cookable bag"",Product Design,Design,CAD,2014-09-08,150000.00,2014-08-08 21:49:00,6543.00,failed,84,CA,5990.69,5916.45,135636.13" +"1089317221,""""""The Girl Who Wanted More"""""",Drama,Film & Video,USD,2017-11-16,14000.00,2017-10-16 03:48:32,1765.00,failed,24,US,100.00,1765.00,14000.00" +1089322222,Cooling Tower Lamp,Sculpture,Art,USD,2012-09-20,1000.00,2012-08-21 02:15:21,1001.00,successful,14,US,1001.00,1001.00,1000.00 +1089326308,Pop-Art al volo,Painting,Art,CHF,2017-11-06,1200.00,2017-09-09 22:15:23,232.00,failed,4,CH,117.39,233.26,1206.53 +1089328093,Relent,Rock,Music,USD,2016-10-05,10000.00,2016-09-05 21:12:47,27.00,failed,3,US,25.00,27.00,10000.00 +1089344485,Design a craft App for Book folding,Crafts,Crafts,GBP,2017-03-23,5000.00,2017-02-21 01:06:27,85.00,failed,5,GB,0.00,106.05,6238.46 +1089344641,Zie's Excellent Australian Tour II !,Indie Rock,Music,USD,2013-07-18,1700.00,2013-06-18 17:19:23,301.00,failed,9,US,301.00,301.00,1700.00 +1089346842,Theater Blues,Photography,Photography,USD,2013-12-26,1100.00,2013-11-26 21:15:51,1145.00,successful,13,US,1145.00,1145.00,1100.00 +1089347504,Asia on my mind: A Photographic adventure,Photography,Photography,USD,2012-12-23,6000.00,2012-11-28 05:17:27,1736.00,failed,19,US,1736.00,1736.00,6000.00 +1089348293,Potato Sev mixture (Aloo Bhujia Chaat),Food,Food,CAD,2014-08-10,10.00,2014-07-11 17:03:03,0.00,failed,0,CA,0.00,0.00,9.17 +1089356116,Cyber/Punk/Funk!,Anthologies,Comics,USD,2017-11-07,3500.00,2017-09-23 17:38:39,6166.00,successful,167,US,670.00,6166.00,3500.00 +1089363188,Snapper Comet HV Turbine,Gadgets,Technology,USD,2014-10-08,13000.00,2014-09-08 19:35:06,0.00,failed,0,US,0.00,0.00,13000.00 +"1089364248,""Grow the """"Family Tree"""" with Sol Seed: Album Kickstarter"",World Music,Music,USD,2013-11-29,5000.00,2013-10-10 21:15:21,7478.40,successful,58,US,7478.40,7478.40,5000.00" +1089369692,Mystic Herbs Shop Pop-Up to Public,Jewelry,Fashion,USD,2016-09-01,5000.00,2016-07-19 02:31:53,25.00,failed,1,US,0.00,25.00,5000.00 +1089370163,Remote Bluetooth Camera Viewer,Apps,Technology,AUD,2014-08-12,3000.00,2014-07-13 02:15:34,60.00,failed,3,AU,56.33,55.93,2796.42 +1089373276,Big Boy Blue,Shorts,Film & Video,USD,2012-12-05,2300.00,2012-11-20 18:36:39,2316.00,successful,23,US,2316.00,2316.00,2300.00 +1089376951,Session with Seniors - A Life in the Day,People,Photography,CAD,2014-08-09,10000.00,2014-07-10 21:38:51,0.00,failed,0,CA,0.00,0.00,9174.31 +1089381813,The SockSanta - Designed for a cause.,Apparel,Fashion,SGD,2017-02-15,6000.00,2017-01-16 14:56:13,152.00,failed,2,SG,67.24,107.31,4235.79 +1089381860,String album Assembly a direct to press Reason Production,Mixed Media,Art,USD,2014-01-20,5000.00,2013-12-21 00:01:33,0.00,failed,0,US,0.00,0.00,5000.00 +1089390546,Din,Shorts,Film & Video,USD,2012-01-01,1500.00,2011-11-22 04:22:21,1623.00,successful,30,US,1623.00,1623.00,1500.00 +1089395124,Get Tanked The Drinking Game,Playing Cards,Games,USD,2014-07-28,5000.00,2014-07-03 23:29:43,181.00,failed,10,US,181.00,181.00,5000.00 +"1089395592,""Save Your Bullets - """"EP and 2nd Music Video Release!"""""",Music,Music,USD,2011-03-19,14565.00,2011-02-23 00:22:44,1525.00,failed,18,US,1525.00,1525.00,14565.00" +1089396941,EyeProtec - The world’s first mobile Body Guard,Apps,Technology,USD,2016-09-29,20000.00,2016-08-15 02:00:28,5440.30,failed,42,US,1300.30,5440.30,20000.00 +1089406888,Large Format 3D Printer,Hardware,Technology,USD,2014-01-17,30000.00,2013-12-19 00:16:35,55.00,failed,10,US,55.00,55.00,30000.00 +"1089426403,""Lightning Dice: Flip, Roll, Match... BAM! You Win!"",Tabletop Games,Games,USD,2015-01-19,15000.00,2014-12-19 08:01:52,666.00,failed,25,US,666.00,666.00,15000.00" +1089428483,Juiceros - An Organic Cold-Pressed juicery,Food,Food,USD,2013-10-14,35000.00,2013-08-30 10:17:54,11320.00,failed,67,US,11320.00,11320.00,35000.00 +1089429792,AIRPOCKET,Product Design,Design,AUD,2015-04-04,15000.00,2015-03-02 23:59:43,49254.60,successful,519,AU,38469.07,37659.30,11468.77 +"108943026,""Creamen, a global warming stop-motion animated film"",Animation,Film & Video,USD,2012-03-22,15000.00,2012-02-06 17:46:09,15354.00,successful,137,US,15354.00,15354.00,15000.00" +1089432556,Black Sheep Theatre presents VINCENT by Leonard Nimoy,Theater,Theater,USD,2013-04-11,500.00,2013-03-27 01:34:25,685.00,successful,16,US,685.00,685.00,500.00 +1089446447,TACK - A Titanium Credit Card Sized Knife For Your Wallet,Design,Design,USD,2018-01-26,2900.00,2017-12-12 02:01:09,13261.00,live,231,US,6172.00,13261.00,2900.00 +1089454982,Creative Block Book,Nonfiction,Publishing,GBP,2017-05-09,15000.00,2017-04-09 22:34:02,303.03,failed,9,GB,55.68,389.62,19286.40 +1089457596,twlive.net,Video Games,Games,EUR,2015-06-26,5000.00,2015-05-27 09:00:37,143.00,failed,9,FR,156.59,160.19,5600.99 +1089466593,Critically Endangered Species,Art,Art,GBP,2015-07-19,650.00,2015-06-21 22:15:14,1041.00,successful,35,GB,1653.05,1610.91,1005.85 +1089467189,WhoSlide.com: Easily Find New YouTubers or Grow Your Channel,Web,Technology,USD,2015-08-11,15000.00,2015-06-27 00:14:26,20.00,canceled,2,US,20.00,20.00,15000.00 +"1089468726,""ZelosLaser Cutter 2.0 : Open Source, Sturdy & Versatile"",DIY Electronics,Technology,EUR,2015-08-26,2500.00,2015-07-30 20:59:33,31323.00,successful,70,DE,34703.12,35294.71,2817.00" +1089469043,Lattice: Start Making Games Today,Nonfiction,Publishing,USD,2014-10-08,250.00,2014-09-23 20:38:31,70.00,failed,2,US,70.00,70.00,250.00 +1089470012,A Sweet Deal for Boat Manufacturers & other Marine Pros,Software,Technology,USD,2017-03-13,900.00,2017-03-06 17:23:03,0.00,failed,0,US,0.00,0.00,900.00 +108947461,Jazz Junkies (silk screened prints),Illustration,Art,USD,2013-02-22,3300.00,2013-01-23 09:02:39,566.99,failed,11,US,566.99,566.99,3300.00 +1089478333,No Land Escapes,Art,Art,USD,2012-12-22,1800.00,2012-11-22 02:23:05,1961.00,successful,60,US,1961.00,1961.00,1800.00 +1089481994,Storytelling Couture: Maasai and Samburu Women of E. Africa,Conceptual Art,Art,USD,2014-06-19,15000.00,2014-05-14 12:50:06,935.00,failed,24,US,935.00,935.00,15000.00 +1089495300,Cleverlyst – To-Do Checklists That Boost Your Productivity,Product Design,Design,EUR,2016-08-12,10000.00,2016-07-10 19:21:10,382.00,canceled,29,DE,49.74,426.23,11157.97 +1089499674,Logitraxx - Xilinx FPGA Powered Tracked Robot,Hardware,Technology,USD,2014-04-12,87000.00,2014-03-13 22:14:19,4974.00,failed,31,US,4974.00,4974.00,87000.00 +1089501,Cupcakes and Crowns,Small Batch,Food,USD,2016-04-07,250.00,2016-03-08 20:05:56,272.00,successful,4,US,272.00,272.00,250.00 +1089504057,HangAround,Product Design,Design,USD,2013-05-27,1200.00,2013-05-13 22:19:48,1582.00,successful,59,US,1582.00,1582.00,1200.00 +108951040,Sketch Tanks: An (almost) Impossible Shooter (Canceled),Video Games,Games,USD,2011-05-19,1000.00,2011-05-04 02:26:51,17.00,canceled,4,US,17.00,17.00,1000.00 +108951247,What I Need,Indie Rock,Music,USD,2017-06-25,5000.00,2017-05-26 03:28:44,5065.00,successful,47,US,330.00,5065.00,5000.00 +1089517602,Allegiance of Powers: Episode 7,Webseries,Film & Video,USD,2013-05-02,500.00,2013-04-17 22:44:41,535.00,successful,15,US,535.00,535.00,500.00 +1089527808,The haunted calendar and DVD,Design,Design,USD,2012-09-09,85000.00,2012-08-10 21:11:47,1.00,failed,1,US,1.00,1.00,85000.00 +1089530170,Nostalgia,Pop,Music,USD,2011-11-23,21000.00,2011-10-14 15:11:44,0.00,failed,0,US,0.00,0.00,21000.00 +1089531200,Personalized childrens book (Canceled),Children's Books,Publishing,EUR,2015-08-28,150.00,2015-07-30 14:36:26,0.00,canceled,0,NL,0.00,0.00,169.02 +1089532653,Kristy Angelee Interior Designs,Accessories,Fashion,USD,2018-01-19,100000.00,2017-12-27 06:18:15,10.00,live,1,US,0.00,10.00,100000.00 +"1089540734,""We Invented Cool - """"TRAPPED"""""",Hip-Hop,Music,USD,2014-01-18,1700.00,2013-12-31 04:09:51,1840.00,successful,52,US,1840.00,1840.00,1700.00" +1089552527,Harry Potter Music Video - Weasley Sweaters,Music,Music,USD,2012-09-28,150.00,2012-09-13 02:55:36,417.00,successful,15,US,417.00,417.00,150.00 +1089554383,The Podium SB-1 Flared Grip - Eliminate Arm Pump Today!,Product Design,Design,USD,2014-02-21,30000.00,2014-01-22 02:52:24,287.00,failed,8,US,287.00,287.00,30000.00 +1089561742,Altar of Eternity,Public Art,Art,USD,2012-07-08,620.00,2012-06-23 09:09:30,110.00,failed,4,US,110.00,110.00,620.00 +1089564295,The White Orchid Jewelry Line,Fashion,Fashion,USD,2012-04-30,2500.00,2012-03-15 15:35:45,3643.00,successful,39,US,3643.00,3643.00,2500.00 +1089565477,Sexually Driven the Book,Fiction,Publishing,USD,2014-02-09,3000.00,2014-01-10 15:49:39,252.00,failed,11,US,252.00,252.00,3000.00 +1089578038,TierrAroma Botanicals Men's & Women's Subscription Spa Boxes,Crafts,Crafts,USD,2015-01-02,900.00,2014-12-03 02:15:18,198.00,failed,4,US,198.00,198.00,900.00 +1089580133,MILWAUKEE LIFE,Documentary,Film & Video,USD,2015-10-21,6000.00,2015-09-21 22:00:37,0.00,failed,0,US,0.00,0.00,6000.00 +1089581592,What I do with Drawers is whats missing in today's kitchens,Product Design,Design,USD,2016-11-05,13800.00,2016-10-06 13:19:01,851.00,failed,4,US,0.00,851.00,13800.00 +"1089583253,""New, compact, step-driven vehicle. It's your move!"",Product Design,Design,USD,2014-04-28,100000.00,2014-03-27 11:51:06,301551.22,successful,366,US,301551.22,301551.22,100000.00" +1089584250,Hermes Spacecraft,Space Exploration,Technology,USD,2012-04-29,20000.00,2012-03-30 03:13:43,20843.60,successful,321,US,20843.60,20843.60,20000.00 +1089584800,Return of the Captured Spirits,Documentary,Film & Video,USD,2012-01-08,10000.00,2011-12-13 20:20:07,2670.00,failed,50,US,2670.00,2670.00,10000.00 +1089590881,Art by Steve Barnes,Art,Art,USD,2017-08-15,5000.00,2017-07-16 04:51:17,155.00,failed,2,US,40.00,155.00,5000.00 +1089595527,A Class Room for Goat School,Food,Food,USD,2012-07-21,18500.00,2012-06-21 21:29:17,501.00,failed,6,US,501.00,501.00,18500.00 +1089597993,CU & Pencil Dress || Die völlig neue Art des Kleides,Fashion,Fashion,EUR,2016-04-13,750.00,2016-03-10 00:14:54,98.00,failed,2,DE,108.00,110.58,846.30 +108961253,2FarGone MUSIC GROUP/FASHIONABLY LATE,Music,Music,USD,2015-04-30,12000.00,2015-03-17 04:28:51,1.00,failed,1,US,1.00,1.00,12000.00 +1089621560,Slackline - First Full-Length Record,Rock,Music,USD,2015-01-31,2600.00,2015-01-01 01:16:47,2726.00,successful,50,US,2726.00,2726.00,2600.00 +1089621746,Lincoln College Prep FIRST Robotics Team - Tigerbytes 1775,Technology,Technology,USD,2014-03-13,4000.00,2014-02-11 05:13:05,4498.00,successful,66,US,4498.00,4498.00,4000.00 +1089633650,LOVJuice - Raw Vegan Organic Juice Bar (Canceled),Vegan,Food,USD,2016-02-09,150000.00,2016-01-10 21:05:44,0.00,canceled,0,US,0.00,0.00,150000.00 +1089641970,TRAIL RUNNERS FLEECE JACKET // AMERICAN MADE.,Apparel,Fashion,USD,2017-02-02,15000.00,2017-01-03 20:20:42,1380.00,canceled,20,US,460.00,1380.00,15000.00 +1089643102,Mr. Gruyé Cheese Melter,Food,Food,USD,2015-12-01,10000.00,2015-10-02 17:29:25,75.00,failed,3,US,75.00,75.00,10000.00 +1089643314,Aila Rye Genea-Fiction - Genealogy with a Twist (Canceled),Fiction,Publishing,CAD,2013-12-07,1500.00,2013-11-07 20:50:33,610.00,canceled,10,CA,583.89,572.50,1407.79 +"1089643414,""The Push N Go Single Lid Dispenser,"",Product Design,Design,USD,2014-04-03,75000.00,2014-03-04 01:44:38,26.00,failed,2,US,26.00,26.00,75000.00" +1089644089,The Meditation Collection~Kamala Marie (Canceled),Webseries,Film & Video,USD,2015-10-01,10000.00,2015-08-28 14:07:36,0.00,canceled,0,US,0.00,0.00,10000.00 +"1089656745,""John Young is recording a worship EP called """"Love Songs"""""",Indie Rock,Music,USD,2013-09-17,8450.00,2013-08-20 15:51:25,8620.00,successful,49,US,8620.00,8620.00,8450.00" +1089658404,Ella's Dreams,Art,Art,USD,2014-09-09,20000.00,2014-07-11 19:43:13,0.00,failed,0,US,0.00,0.00,20000.00 +1089666513,E-commerce Home Design,Web,Technology,SGD,2016-11-14,20000.00,2016-09-15 03:28:46,2.00,failed,1,SG,0.00,1.41,14071.62 +1089670412,Guts and Glory: Rise of the Nefarious Numbots,Young Adult,Publishing,USD,2017-05-21,8700.00,2017-04-21 05:03:12,327.00,failed,15,US,129.00,327.00,8700.00 +1089680013,Therapy Fit - The Ultimate 4-in-1 Foot & Calf Massager,Gadgets,Technology,GBP,2018-01-10,20000.00,2017-12-11 17:30:43,1931.00,live,9,GB,2243.64,2633.84,27279.55 +10896963,KLIQ- Neodynium Tablet Mount & Cable Organizer,Design,Design,USD,2015-02-17,6000.00,2015-01-01 22:12:33,663.00,failed,17,US,663.00,663.00,6000.00 +1089700470,Marshall University 1971-72 Basketball Documentary,Documentary,Film & Video,USD,2012-03-31,15000.00,2012-02-27 17:41:40,428.00,failed,4,US,428.00,428.00,15000.00 +1089701227,TALENTS: a web series,Webseries,Film & Video,USD,2013-10-02,20000.00,2013-09-02 21:01:56,23840.00,successful,233,US,23840.00,23840.00,20000.00 +1089702772,Slow tv travelling through New Zealand,Film & Video,Film & Video,NZD,2016-03-10,1500.00,2016-01-31 12:30:31,331.00,failed,5,NZ,214.57,221.42,1003.41 +1089703188,Puberty: The Musical,Musical,Theater,USD,2015-11-17,25000.00,2015-10-08 05:27:19,0.00,failed,0,US,0.00,0.00,25000.00 +1089715533,Tempest Storm: Burlesque Queen,Documentary,Film & Video,CAD,2013-10-09,40000.00,2013-09-09 17:00:25,45570.00,successful,308,CA,43780.39,43863.70,38502.26 +1089719832,American Tapes 900 INZANITY Fest,Music,Music,USD,2011-04-22,1000.00,2011-03-25 00:28:56,1637.99,successful,50,US,1637.99,1637.99,1000.00 +1089724463,Stand the Gaff,Narrative Film,Film & Video,USD,2012-10-01,20000.00,2012-09-01 17:14:13,8486.00,failed,55,US,8486.00,8486.00,20000.00 +1089724501,In your Mind,Film & Video,Film & Video,USD,2013-11-16,8400.00,2013-10-17 03:29:22,152.00,failed,10,US,152.00,152.00,8400.00 +1089733307,Sombar the Pirate - what kid hasn't been falsely accused?,Children's Books,Publishing,USD,2012-07-09,400.00,2012-06-09 04:26:00,43.00,failed,3,US,43.00,43.00,400.00 +1089734675,Virsa Box,Publishing,Publishing,CAD,2016-10-20,1000.00,2016-09-20 17:34:59,520.00,failed,4,CA,0.00,393.08,755.92 +1089734704,Nightmare Man- A New Musical,Theater,Theater,USD,2011-07-08,2750.00,2011-06-07 03:41:14,3061.66,successful,69,US,3061.66,3061.66,2750.00 +1089735187,Cake! Manga/Comic,Comics,Comics,USD,2013-09-05,2000.00,2013-08-06 04:28:16,290.00,failed,10,US,290.00,290.00,2000.00 +1089742777,The Painter Who Escaped The Holocaust (Documentary Film),Documentary,Film & Video,USD,2012-11-09,10000.00,2012-10-10 04:55:49,10326.00,successful,71,US,10326.00,10326.00,10000.00 +108974725,Alphabet Folding Stick,Children's Books,Publishing,EUR,2017-12-19,15000.00,2017-11-04 18:22:13,543.00,canceled,57,IT,350.89,643.62,17779.46 +108974820,Help ACRE Replace the Van + Get to Wisconsin!,Art,Art,USD,2016-06-19,15000.00,2016-05-12 03:46:11,15177.00,successful,242,US,15177.00,15177.00,15000.00 +1089754218,Craftivity: goal setting and productivity app for creatives,Technology,Technology,USD,2014-05-22,6000.00,2014-04-22 21:07:55,454.00,failed,14,US,454.00,454.00,6000.00 +1089756595,Newborn,Music,Music,USD,2016-03-03,450.00,2016-02-02 13:05:05,235.00,failed,3,US,235.00,235.00,450.00 +1089756804,10 Reasons | Short Film | Funding needed,Narrative Film,Film & Video,USD,2015-11-29,1000.00,2015-10-30 03:26:51,60.00,failed,3,US,60.00,60.00,1000.00 +108976215,The Autobiography of Obsidian Dumar,Narrative Film,Film & Video,USD,2012-02-28,10000.00,2012-01-29 18:23:54,50.00,failed,1,US,50.00,50.00,10000.00 +1089770087,High Lonesome Vineyard,Farms,Food,USD,2014-06-22,100000.00,2014-05-23 01:11:23,305.00,failed,4,US,305.00,305.00,100000.00 +108977031,Shannon Whalen Gallery Prints,Painting,Art,USD,2016-10-22,1100.00,2016-09-22 02:00:23,340.00,failed,5,US,0.00,340.00,1100.00 +1089775896,4 Räder für Kristallmusik,Music,Music,EUR,2018-01-22,5000.00,2017-12-13 22:10:36,1.11,live,1,DE,0.00,1.35,6068.48 +"1089777474,""""""The Reunion"""" - Directors Cut"",Narrative Film,Film & Video,USD,2013-05-23,25000.00,2013-04-23 04:01:55,4035.00,failed,76,US,4035.00,4035.00,25000.00" +"1089779250,""Launching: """"Hyndesight"""" a Pretenders Tribute Band"",Rock,Music,USD,2016-04-14,800.00,2016-03-30 04:40:48,815.00,successful,6,US,815.00,815.00,800.00" +1089786427,Sieben Plus Eins,Public Art,Art,EUR,2015-09-30,4200.00,2015-08-31 09:16:02,1250.00,failed,25,DE,1397.74,1395.00,4687.19 +1089796514,Double Section Snack Bag,Product Design,Design,USD,2015-05-20,4000.00,2015-04-20 17:53:38,0.00,failed,0,US,0.00,0.00,4000.00 +"1089796548,""""""Anthony Meets the Playground Bully"""" Cartoon TV Pilot"",Animation,Film & Video,USD,2012-10-11,25000.00,2012-09-11 19:40:11,10.00,failed,1,US,10.00,10.00,25000.00" +1089803635,Coercion,Shorts,Film & Video,USD,2012-08-30,500.00,2012-07-31 06:21:38,690.00,successful,11,US,690.00,690.00,500.00 +1089804976,Chicago Story Collective's Summer Lovin',Performance Art,Art,USD,2011-06-23,750.00,2011-05-25 18:39:04,790.00,successful,14,US,790.00,790.00,750.00 +1089810085,Caped Kidz Project ©,Children's Books,Publishing,USD,2016-08-31,2800.00,2016-08-01 15:15:05,212.00,failed,8,US,15.00,212.00,2800.00 +1089820095,Explore The Underwater Realm,Narrative Film,Film & Video,USD,2012-01-02,60000.00,2011-12-02 00:27:19,101610.55,successful,1128,US,101610.55,101610.55,60000.00 +1089826074,Undeliverable,Shorts,Film & Video,USD,2011-11-02,2000.00,2011-10-12 03:11:50,2291.00,successful,12,US,2291.00,2291.00,2000.00 +1089831652,Cornerstone Brewery,Food,Food,USD,2014-06-08,110000.00,2014-04-24 00:31:10,110.00,failed,2,US,110.00,110.00,110000.00 +108983556,Chloe the Pink Elephant,Children's Books,Publishing,USD,2017-04-01,7000.00,2017-02-14 00:52:02,1495.00,failed,42,US,60.00,1495.00,7000.00 +1089836344,Enemy Line,Playing Cards,Games,USD,2017-11-08,15000.00,2017-09-24 01:36:43,156.00,failed,4,US,20.00,156.00,15000.00 +1089854540,Accelerate,Publishing,Publishing,GBP,2013-04-21,7000.00,2013-03-01 17:40:32,7461.60,successful,145,GB,11316.17,11546.89,10832.56 +1089857040,Cosmivore LIMITED EDITION CD PRINTS - LAST CALL!,Metal,Music,USD,2014-09-25,600.00,2014-08-26 05:44:34,641.00,successful,23,US,641.00,641.00,600.00 +1089858403,Indiepedal // Clean & Sustainable Energy,DIY Electronics,Technology,EUR,2016-03-14,300.00,2016-03-07 16:39:46,310.00,successful,10,NL,341.18,349.65,338.37 +1089860558,Gerbil: The Open upgrade for your K40 Laser,Fabrication Tools,Technology,AUD,2017-08-05,20000.00,2017-07-06 23:02:04,22075.50,successful,168,AU,3274.69,17359.05,15726.98 +1089869692,The Adventures of Super No - A Hero Helping Parents,Mobile Games,Games,GBP,2017-10-21,10000.00,2017-09-26 23:41:13,160.00,failed,4,GB,0.00,209.49,13093.29 +1089869987,EJ and Sis... New Diverse Children's Books Series (Canceled),Children's Books,Publishing,USD,2015-12-16,50000.00,2015-11-11 17:08:19,0.00,canceled,0,US,0.00,0.00,50000.00 +1089870539,Sacred Dracometry Playing Cards (Canceled),Playing Cards,Games,USD,2016-03-29,11111.00,2016-02-29 18:11:19,6122.33,canceled,195,US,6122.33,6122.33,11111.00 +1089874993,Project PsychoBliss!,Music,Music,USD,2012-01-20,500.00,2011-11-21 23:10:01,0.00,failed,0,US,0.00,0.00,500.00 +1089890685,The Professional's Guide to Podcast Production,Radio & Podcasts,Publishing,USD,2012-08-11,2000.00,2012-07-12 20:35:06,5447.70,successful,246,US,5447.70,5447.70,2000.00 +108989238,Number Ten Pond - 2014 Calendar,Photography,Photography,USD,2013-08-20,3800.00,2013-07-26 03:53:57,1488.00,failed,43,US,1488.00,1488.00,3800.00 +1089894017,Danyon Jay Confections: The new vision,Food,Food,USD,2013-04-26,5500.00,2013-04-06 01:01:10,5596.00,successful,65,US,5596.00,5596.00,5500.00 +1089902049,Functional Art - Dice Tower & Dice Box,Gaming Hardware,Games,CAD,2016-05-29,2000.00,2016-04-29 21:54:44,4562.00,successful,66,CA,3622.55,3486.70,1528.58 +1089905841,Big-Kid Popsicles,Drinks,Food,USD,2016-08-05,40000.00,2016-07-06 11:33:43,25.00,canceled,1,US,0.00,25.00,40000.00 +1089906421,Trash to Treasures - Ink on Canvas,Public Art,Art,USD,2013-03-14,4000.00,2013-02-21 01:44:08,0.00,failed,0,US,0.00,0.00,4000.00 +1089909874,Fusion One: Wearable wireless charging on the go! (Canceled),Wearables,Technology,USD,2015-02-20,45000.00,2015-01-16 02:50:11,640.00,canceled,13,US,640.00,640.00,45000.00 +1089910450,Bolea Espresso Catering,Drinks,Food,USD,2014-12-31,6000.00,2014-12-01 23:28:24,101.00,failed,3,US,101.00,101.00,6000.00 +10899116,KICKSTART the release of Supersofar's NEW full length album,Indie Rock,Music,USD,2011-02-07,1500.00,2010-12-22 18:13:30,1740.00,successful,46,US,1740.00,1740.00,1500.00 +1089914698,Help us Launch OSSO Apparel,Apparel,Fashion,USD,2017-10-12,2500.00,2017-09-12 22:39:43,2885.00,successful,59,US,575.00,2885.00,2500.00 +1089916686,Three NEW Ilen Halogram & SPLATINUM Music Videos,Music Videos,Film & Video,USD,2014-05-28,3000.00,2014-05-15 00:15:22,3191.33,successful,38,US,3191.33,3191.33,3000.00 +108991719,Irving Comics Inc.,Comics,Comics,USD,2015-04-22,10000.00,2015-03-23 19:09:02,0.00,failed,0,US,0.00,0.00,10000.00 +1089918119,Devil Dave's Bloody Mary Sticks,Drinks,Food,USD,2018-02-02,12000.00,2018-01-01 15:58:14,3265.00,live,48,US,3250.00,3265.00,12000.00 +"1089918238,""Bamboo Dishes! Better for You, Better for the Planet"",Product Design,Design,USD,2016-10-26,40000.00,2016-09-26 17:38:54,3341.00,canceled,41,US,855.00,3341.00,40000.00" +1089931313,Armadillo Run: The Iron Phoenix. A Science Fiction Novel.,Fiction,Publishing,USD,2016-04-05,3000.00,2016-03-03 17:14:26,1300.00,canceled,24,US,1300.00,1300.00,3000.00 +1089934691,The Quest (Canceled),Publishing,Publishing,USD,2013-04-10,128200.00,2013-03-01 18:50:38,15.00,canceled,1,US,15.00,15.00,128200.00 +1089939127,Benzo (Children's Book With A Humanitarian Cause),Children's Books,Publishing,USD,2011-10-07,14000.00,2011-08-08 17:55:30,50.00,failed,1,US,50.00,50.00,14000.00 +1089945405,BOMBSHELL TRAINER: The World’s Most Advanced Waist Trainer,Ready-to-wear,Fashion,USD,2016-12-02,7500.00,2016-11-02 16:31:38,121.00,failed,8,US,96.00,121.00,7500.00 +1089948522,Vanished,Documentary,Film & Video,USD,2014-10-10,25000.00,2014-08-26 21:26:07,130.00,failed,8,US,130.00,130.00,25000.00 +1089958848,The Weeping Elephant,Sculpture,Art,EUR,2015-10-06,15000.00,2015-09-22 22:51:13,2325.00,failed,9,NL,2629.72,2641.66,17042.94 +1089959429,Reminisce,Film & Video,Film & Video,GBP,2014-09-30,25000.00,2014-08-11 10:20:47,40.00,failed,1,GB,67.10,64.27,40165.80 +1089959689,This Drone Film is Not Yet Titled,Shorts,Film & Video,USD,2017-01-01,2000.00,2016-12-02 00:20:40,0.00,failed,0,US,0.00,0.00,2000.00 +1089970994,L&P Brewery,Drinks,Food,SEK,2014-12-05,20000.00,2014-11-05 19:25:23,250.00,failed,1,SE,33.72,33.23,2658.80 +"1089972264,""Fluent Forever, The App: Learn to *Think* in Any Language"",Apps,Technology,USD,2017-10-19,250000.00,2017-09-19 16:45:26,587785.00,successful,4434,US,1490.00,587785.00,250000.00" +1089974925,Bring local food to more people with a delivery vehicle!,Farms,Food,USD,2014-07-27,25000.00,2014-06-25 14:33:46,25060.00,successful,244,US,25060.00,25060.00,25000.00 +1089983314,The 2-in-1 Kodi Bag: Consolidate two bags into one.,Accessories,Fashion,USD,2014-08-20,6200.00,2014-07-18 21:00:58,7490.00,successful,80,US,7490.00,7490.00,6200.00 +1089985504,Augment Reality Wooden Alphabet Toys (Canceled),Product Design,Design,GBP,2013-09-05,3000.00,2013-08-06 02:48:49,119.99,canceled,6,GB,183.45,186.92,4673.48 +1089997995,Help me impact the world with love,Hip-Hop,Music,USD,2015-11-01,20000.00,2015-09-10 21:00:31,5.00,failed,1,US,5.00,5.00,20000.00 +1090024933,Michael Claridge Sings His First Christmas Album,Music,Music,USD,2012-08-21,17000.00,2012-07-22 21:28:44,500.00,failed,1,US,500.00,500.00,17000.00 +1090028757,Lets make a pilot!!!,Film & Video,Film & Video,USD,2012-10-01,3000.00,2012-08-02 17:34:29,1000.00,failed,21,US,1000.00,1000.00,3000.00 +1090032640,Largest traveling Zombie drawing,Illustration,Art,USD,2013-08-03,30000.00,2013-07-04 03:25:42,68.00,failed,5,US,68.00,68.00,30000.00 +1090034919,WTF?!,Playing Cards,Games,USD,2015-10-11,2000.00,2015-09-11 22:18:53,25.00,failed,1,US,25.00,25.00,2000.00 +1090035220,How to become a mobile developer and software contractor.,Software,Technology,GBP,2015-05-06,2000.00,2015-03-31 09:47:04,2017.00,successful,22,GB,2998.89,3108.91,3082.71 +1090056879,Tropical Bliss // A Film about Finding Happiness,Shorts,Film & Video,USD,2013-12-07,850.00,2013-11-12 21:30:17,850.00,successful,14,US,850.00,850.00,850.00 +1090057903,Heirloom: the World's First Tomato for Cameras,Product Design,Design,USD,2014-09-04,43000.00,2014-07-26 16:42:33,11924.00,failed,115,US,11924.00,11924.00,43000.00 +1090059426,CoasterCrazy.com Coder Fundraising!,Web,Technology,USD,2015-07-01,5.00,2015-05-30 02:16:35,420.00,successful,11,US,420.00,420.00,5.00 +"1090071373,""Learn to Make iOS apps in Objective-C """"AND"""" Swift"",Apps,Technology,USD,2015-07-17,15799.00,2015-06-02 00:10:14,146.00,failed,4,US,146.00,146.00,15799.00" +1090073711,XERXES CarbonCard Titanium - Experience unlimited Power,Product Design,Design,EUR,2016-04-05,25000.00,2016-02-29 17:15:23,5472.00,failed,53,AT,5982.23,6217.83,28407.48 +1090079986,The Crooks are re-releasing Tombstone Bullets - on vinyl!,Rock,Music,USD,2013-01-16,2000.00,2012-12-13 22:20:18,2060.00,successful,39,US,2060.00,2060.00,2000.00 +1090083339,Award-Winning DJ $crilla Needs Project Funding (New Album),Hip-Hop,Music,USD,2010-08-28,2000.00,2010-06-27 20:18:04,40.00,failed,2,US,40.00,40.00,2000.00 +1090094357,Publish My First Children's Book (Canceled),Children's Books,Publishing,USD,2012-05-10,6000.00,2012-04-10 21:02:03,0.00,canceled,0,US,0.00,0.00,6000.00 +1090095438,Publish Beauty in the Beast - a Novel by Chasity Edens,Fiction,Publishing,USD,2015-04-21,2200.00,2015-03-22 01:29:22,2220.00,successful,37,US,2220.00,2220.00,2200.00 +1090097743,The Spirit of The Wolf Music Video,Music Videos,Film & Video,GBP,2014-12-15,12000.00,2014-10-16 16:41:18,1.00,failed,1,GB,1.59,1.56,18777.58 +1090098632,Wild Flowers Apparel: Clothing For All Of The Wild Flowers,Childrenswear,Fashion,USD,2015-06-23,2000.00,2015-05-24 15:31:46,505.00,failed,16,US,505.00,505.00,2000.00 +1090109315,The Hikers- A video game project!,Video Games,Games,USD,2015-09-04,12500.00,2015-08-05 21:03:55,116.00,failed,5,US,116.00,116.00,12500.00 +1090109392,Alexander Hamilton: The Formative Years,Nonfiction,Publishing,USD,2015-05-14,9000.00,2015-04-12 20:55:07,10012.00,successful,80,US,10012.00,10012.00,9000.00 +1090111923,Duels For the Iron Staff (Canceled),Tabletop Games,Games,USD,2014-12-07,12000.00,2014-11-07 21:18:26,5143.00,canceled,116,US,5143.00,5143.00,12000.00 +1090116816,After 68: The Rise and Fall of The Ambassador Hotel,Documentary,Film & Video,USD,2013-07-24,150000.00,2013-06-02 04:00:01,16139.87,failed,167,US,16139.87,16139.87,150000.00 +1090126243,Space Drone,Technology,Technology,USD,2012-12-27,4200.00,2012-11-27 01:01:19,720.00,failed,12,US,720.00,720.00,4200.00 +1090141340,Don't Pop the bomb - An addictive app,Mobile Games,Games,NZD,2015-11-25,1000.00,2015-10-26 05:48:52,10.00,failed,2,NZ,6.75,6.54,653.51 +1090150306,Wolf In Sheeps Clothing Co. Winter 2011 Line,Fashion,Fashion,USD,2011-12-07,6000.00,2011-11-16 04:13:53,35.00,failed,2,US,35.00,35.00,6000.00 +1090154716,Girl Power 2: All Suited Up,Documentary,Film & Video,USD,2012-09-06,2500.00,2012-08-05 23:27:15,2626.00,successful,40,US,2626.00,2626.00,2500.00 +"1090156893,""""""SexyBetsy Apparel"""" A life style where everyone is welcome."",Fashion,Fashion,USD,2013-09-12,5000.00,2013-08-13 05:46:36,100.00,failed,1,US,100.00,100.00,5000.00" +1090158133,Polynesian Cultural Performance,Dance,Dance,USD,2013-11-30,20000.00,2013-10-16 12:42:31,75.00,failed,4,US,75.00,75.00,20000.00 +1090174729,Autumn Leaves: A Jazz Album,Jazz,Music,USD,2011-03-12,1500.00,2011-01-26 23:45:42,1581.00,successful,45,US,1581.00,1581.00,1500.00 +1090178689,Entry Denied - a documentary film by Machu Latorre,Documentary,Film & Video,USD,2011-10-08,15000.00,2011-09-08 22:02:10,15830.00,successful,195,US,15830.00,15830.00,15000.00 +1090179936,The Ryan Parker Book Project,Fiction,Publishing,USD,2016-11-01,500.00,2016-10-04 01:28:15,0.00,failed,0,US,0.00,0.00,500.00 +1090183034,Travels through universe.,Music,Music,SEK,2014-12-07,3500.00,2014-10-28 19:17:58,0.00,failed,0,SE,0.00,0.00,465.05 +109018659,Slashed,Comedy,Film & Video,USD,2015-09-04,550000.00,2015-08-05 01:22:49,100.00,failed,1,US,100.00,100.00,550000.00 +"1090187010,The Last Stand; a 30 page one shot action comic book,Comic Books,Comics,USD,2014-12-17,2000.00,2014-11-17 14:32:18,352.00,failed,37,US,352.00,352.00,2000.00" +1090187517,TruetoArtScans for High Resolution Digital files and Prints,Fine Art,Photography,USD,2015-07-20,5820.00,2015-06-29 17:54:44,0.00,failed,0,US,0.00,0.00,5820.00 +1090191963,The Mask of Sanity | Season One,Webseries,Film & Video,USD,2017-01-14,5000.00,2016-12-15 21:46:28,5354.00,successful,135,US,1380.00,5354.00,5000.00 +"1090194296,""CHICAGO FRINGE 2012, YEAR 3: WE GROW UP (A Little)"",Theater,Theater,USD,2012-08-21,5500.00,2012-07-23 23:32:31,6518.37,successful,133,US,6518.37,6518.37,5500.00" +1090196801,Among Wolves,Drama,Film & Video,USD,2015-01-17,5000.00,2014-12-18 17:39:48,5020.00,successful,62,US,5020.00,5020.00,5000.00 +1090222392,Start a Business in 24 Hours,Nonfiction,Publishing,USD,2016-03-02,2500.00,2016-02-10 03:04:11,0.00,failed,0,US,0.00,0.00,2500.00 +1090229212,Tales of the Trail: Appalachian Trail,Documentary,Film & Video,USD,2015-04-06,2000.00,2015-02-06 23:26:56,120.00,failed,6,US,120.00,120.00,2000.00 +1090248480,LOVE EXPRESS: Where Will This Train Take Us?,Shorts,Film & Video,USD,2014-04-12,2250.00,2014-03-13 20:30:42,4046.00,successful,74,US,4046.00,4046.00,2250.00 +1090251812,The Colborne Bag: The Design-Driven Lunch Bag,Accessories,Fashion,CAD,2015-05-07,7000.00,2015-04-07 15:45:53,15276.00,successful,211,CA,12241.78,12621.66,5783.69 +"1090255652,""TRADEMARK """"debut album presale"""""",Music,Music,USD,2011-09-22,2000.00,2011-08-08 17:31:02,675.00,failed,24,US,675.00,675.00,2000.00" +1090275452,Aprendoaprogramar: Programación para niñ@s,Software,Technology,EUR,2015-07-05,5000.00,2015-06-10 18:48:35,5403.00,successful,111,ES,6117.00,6043.29,5592.53 +1090276829,Decim8ions,Photography,Photography,USD,2012-04-08,1000.00,2012-03-09 20:54:36,0.00,failed,0,US,0.00,0.00,1000.00 +109027970,Direct To Wall Acrylic/Latex/Ink Printer,Hardware,Technology,CAD,2015-05-01,30000.00,2015-03-02 22:52:16,25.00,failed,1,CA,19.98,20.66,24787.24 +1090281125,Both of my wheels are DYING.,Pottery,Crafts,USD,2017-06-24,4850.00,2017-05-25 16:26:27,5552.00,successful,126,US,1525.00,5552.00,4850.00 +1090289409,ZoZo T-Shirts inspired by South Africa,Fashion,Fashion,GBP,2014-01-10,1500.00,2013-12-11 06:42:12,39.00,failed,3,GB,64.16,64.00,2461.40 +1090301320,Mens & Womens Jeans by Robb & Hugo,Fashion,Fashion,USD,2012-11-19,5000.00,2012-10-20 18:57:42,737.00,failed,21,US,737.00,737.00,5000.00 +"1090304228,""Latasse, the eco bean-to-cup coffee machine. Ditch the pods!"",Product Design,Design,GBP,2017-06-17,8000.00,2017-05-18 17:00:45,52.00,failed,3,GB,0.00,66.17,10179.80" +1090327836,The Magna Cannon - Desktop Sized Magnetic Cannon,Product Design,Design,USD,2013-12-15,10000.00,2013-10-31 22:12:12,880.00,failed,16,US,880.00,880.00,10000.00 +1090332536,No Honor,Shorts,Film & Video,USD,2012-03-27,3850.00,2012-03-13 18:44:23,3925.00,successful,45,US,3925.00,3925.00,3850.00 +1090347300,The Most Comprehensive Book on Multiplayer Game Development,Software,Technology,EUR,2016-05-12,6500.00,2016-04-11 09:06:20,21190.00,successful,674,AT,24156.49,24046.48,7376.22 +1090347461,The Promise 2014,Musical,Theater,USD,2014-07-24,5000.00,2014-07-09 02:59:55,0.00,failed,0,US,0.00,0.00,5000.00 +"1090348659,""YOKO DHARMA: """"Freedom Reign"""" Independent Studio Album"",Music,Music,CAD,2016-12-18,50000.00,2016-11-18 04:05:32,4863.00,failed,33,CA,2118.01,3598.49,36998.67" +1090355489,Jackass Gulch Greenhouse,Farms,Food,USD,2014-09-27,1500.00,2014-08-28 05:30:43,1681.00,successful,24,US,1681.00,1681.00,1500.00 +1090358553,DANCERS OF WAR: A 3rd person action video game for PC!,Video Games,Games,USD,2014-05-01,750000.00,2014-03-31 19:29:07,23721.69,failed,414,US,23721.69,23721.69,750000.00 +1090363566,Shaolin Grandmaster Killer vol. 1,Comics,Comics,EUR,2017-03-19,3300.00,2017-02-17 14:20:47,1263.00,failed,35,DE,307.85,1364.67,3565.64 +1090365762,YOANI - The Film,Narrative Film,Film & Video,USD,2013-06-28,108000.00,2013-05-09 07:58:30,110079.00,successful,199,US,110079.00,110079.00,108000.00 +1090368021,The Move - The Mini Bolt-Action Everyday Carry Pen,Product Design,Design,USD,2014-01-13,8000.00,2013-11-27 18:08:36,44968.00,successful,719,US,44968.00,44968.00,8000.00 +1090379295,Summertide - Fool The Fox Music Video,Music Videos,Film & Video,GBP,2015-07-07,500.00,2015-06-14 15:38:04,0.00,failed,0,GB,0.00,0.00,775.88 +"1090396006,""IronWire cables: +20,000 bends! Unique design & kevlar braid"",Gadgets,Technology,GBP,2017-10-26,2000.00,2017-10-01 11:11:15,3981.00,successful,150,GB,1763.12,5212.44,2618.66" +1090396009,Lots of Logos Project,Graphic Design,Design,USD,2012-02-28,25.00,2012-01-29 00:08:01,51.00,successful,3,US,51.00,51.00,25.00 +1090397775,The Tunnel,Electronic Music,Music,AUD,2016-07-07,4000.00,2016-05-24 04:03:20,970.00,failed,60,AU,693.24,728.94,3005.94 +1090402469,Realizing Empathy: An Inquiry into the Meaning of Making,Graphic Design,Design,USD,2012-03-12,30000.00,2012-02-01 17:39:41,34780.17,successful,364,US,34780.17,34780.17,30000.00 +1090410045,Cowboy House Correspondence Club Season 3,Comics,Comics,USD,2015-03-06,450.00,2015-02-03 17:01:41,1600.00,successful,37,US,1600.00,1600.00,450.00 +1090412111,The CGI Production Compendium,Software,Technology,GBP,2014-08-12,2500.00,2014-07-18 00:22:04,361.00,failed,18,GB,618.63,602.51,4172.51 +1090412607,Pop Drop,Product Design,Design,USD,2017-08-19,12000.00,2017-07-20 04:33:37,3176.00,failed,72,US,130.00,3176.00,12000.00 +1090414823,Eye's of A sinner,Film & Video,Film & Video,USD,2017-04-30,2000.00,2017-03-01 06:25:09,341.00,failed,8,US,0.00,341.00,2000.00 +109041627,Beehives to Sweeten the World,Food,Food,USD,2012-03-31,3000.00,2012-03-15 03:03:04,3645.00,successful,78,US,3645.00,3645.00,3000.00 +"1090422121,""New Kidd Swift album """"My Testament"""""",Hip-Hop,Music,USD,2013-07-13,1500.00,2013-06-13 21:55:08,1525.00,successful,31,US,1525.00,1525.00,1500.00" +1090422766,Grupo Falso Baiano 3rd album fund!,World Music,Music,USD,2016-06-23,9200.00,2016-06-02 18:44:36,9440.00,successful,99,US,9440.00,9440.00,9200.00 +109042333,Polymakr: Entirely New Materials for Desktop 3D Printing,3D Printing,Technology,USD,2014-04-13,25000.00,2014-03-14 16:00:54,100999.63,successful,1005,US,100999.63,100999.63,25000.00 +1090424147,Night Market on St. Claude,Crafts,Crafts,USD,2012-12-16,7500.00,2012-11-16 17:57:37,700.00,failed,35,US,700.00,700.00,7500.00 +109043740,Help The Campfire Club record a full length LP!,Country & Folk,Music,USD,2011-08-01,3700.00,2011-05-03 16:53:25,3850.00,successful,51,US,3850.00,3850.00,3700.00 +1090441092,Absurd T-shirts,Fashion,Fashion,USD,2015-02-09,1000.00,2015-01-10 05:49:25,1.00,failed,1,US,1.00,1.00,1000.00 +1090442302,Help False Priest Make A Record That Will Cure Influenza,Rock,Music,USD,2012-07-21,600.00,2012-06-22 08:48:10,606.03,successful,26,US,606.03,606.03,600.00 +1090443585,The West Coast Debris Response,Film & Video,Film & Video,USD,2012-06-22,2000.00,2012-05-23 22:35:48,2145.00,successful,24,US,2145.00,2145.00,2000.00 +1090443812,Night Postman,Apps,Technology,AUD,2016-01-21,15000.00,2015-12-22 13:20:00,85.00,failed,5,AU,60.88,59.73,10541.11 +1090446716,The Book of Revelation: A Musical Commentary,Music,Music,USD,2013-02-08,6000.00,2013-01-09 00:08:23,6595.00,successful,95,US,6595.00,6595.00,6000.00 +1090460250,Destroying Iphones,Comedy,Film & Video,USD,2015-10-21,1200.00,2015-09-21 18:17:51,0.00,failed,0,US,0.00,0.00,1200.00 +1090484651,GoodFoot Socks: Performance Socks for the Business World,Fashion,Fashion,USD,2014-05-16,15000.00,2014-04-01 18:20:08,17644.33,successful,381,US,17644.33,17644.33,15000.00 +1090490007,Zero Breeze - The World’s Coolest Portable Air Conditioner,Product Design,Design,USD,2016-10-01,100000.00,2016-08-16 16:18:32,574114.50,successful,1149,US,150901.50,574114.50,100000.00 +1090490575,Tradescube.com,Technology,Technology,USD,2015-05-09,25000.00,2015-04-09 19:49:22,0.00,failed,0,US,0.00,0.00,25000.00 +109050708,JIGMOD Electronic Circuit Building System,DIY Electronics,Technology,CAD,2015-10-14,5500.00,2015-09-16 02:49:21,10842.00,successful,85,CA,8188.51,8387.10,4254.66 +1090515468,Woderful Life of Rosie,Animation,Film & Video,GBP,2017-09-03,100000.00,2017-08-04 00:20:05,70.00,failed,3,GB,0.00,92.50,132138.80 +1090519288,RoboArena- X-Com Inspired Multiplayer Game on iPhone,Video Games,Games,USD,2011-05-25,5000.00,2011-04-25 07:40:38,479.00,failed,24,US,479.00,479.00,5000.00 +1090524279,Big Skinny Wallets: Worlds Thinnest Wallets w/ RFID blocking,Technology,Technology,USD,2015-02-10,22000.00,2014-12-12 06:59:15,158583.00,successful,3864,US,158583.00,158583.00,22000.00 +1090529933,Counter Culture is relocating to a Building!,Food,Food,USD,2012-02-01,11000.00,2012-01-02 07:10:54,13200.12,successful,195,US,13200.12,13200.12,11000.00 +"1090532370,""Pepper Tree Seasonings, LLLP"",Small Batch,Food,USD,2016-12-08,28000.00,2016-11-08 07:38:38,2943.00,failed,37,US,0.00,2943.00,28000.00" +1090543005,No Country for Honest Womyn CD/ DVD Release and Celebration.,Performance Art,Art,USD,2011-07-25,1000.00,2011-06-10 02:34:05,1566.00,successful,39,US,1566.00,1566.00,1000.00 +1090553770,The West Virginia Storytelling Project,Film & Video,Film & Video,USD,2011-05-12,3500.00,2011-04-12 17:07:08,3953.73,successful,64,US,3953.73,3953.73,3500.00 +1090558553,The Escape Room- Can you get out in time?,Live Games,Games,USD,2016-06-18,85000.00,2016-04-19 17:41:48,1000.00,failed,1,US,1000.00,1000.00,85000.00 +109056558,WarPok Card Game (Canceled),Tabletop Games,Games,USD,2014-01-04,2000.00,2013-12-05 02:58:10,143.00,canceled,3,US,143.00,143.00,2000.00 +1090565590,Had Enough¿: A game of consequence,Tabletop Games,Games,USD,2017-03-25,10000.00,2017-02-23 15:47:58,105.00,canceled,3,US,75.00,105.00,10000.00 +109057199,Strange Fruits,Film & Video,Film & Video,USD,2013-10-23,75000.00,2013-08-24 06:19:41,1020.00,failed,3,US,1020.00,1020.00,75000.00 +1090574871,Brewers Against Turbidity,Playing Cards,Games,EUR,2016-04-02,1000.00,2016-02-17 22:25:12,2087.00,successful,84,IE,2329.29,2371.46,1136.30 +1090601395,A Photo Essay in Vanity,Publishing,Publishing,USD,2014-03-30,28500.00,2014-03-04 19:28:42,0.00,failed,0,US,0.00,0.00,28500.00 +1090611015,GAIA CODEX- A Novel and Ancient Wisdom Text Revealed,Fiction,Publishing,USD,2014-03-28,5000.00,2014-02-25 18:39:04,10471.00,successful,293,US,10471.00,10471.00,5000.00 +1090612494,Sheep Banks' Tools for Fiber Arts and Designs,Crafts,Crafts,USD,2014-02-26,800.00,2014-01-27 21:59:24,1060.00,successful,37,US,1060.00,1060.00,800.00 +1090632008,Elemental Balance expansion & relocation,Spaces,Dance,CAD,2017-01-01,16000.00,2016-11-02 02:14:42,25.00,failed,1,CA,18.64,18.86,12068.19 +109063835,ViviansEngineering ( Saving Lives),Hardware,Technology,GBP,2014-10-27,10000.00,2014-09-27 08:42:42,5.00,failed,1,GB,8.15,7.98,15969.34 +1090656357,C n D Soft Play,Games,Games,GBP,2015-03-01,10000.00,2015-01-30 09:03:18,1.00,failed,1,GB,1.51,1.52,15184.18 +1090659480,The Resurgence of Mrs. Winters Cakes,Food,Food,USD,2016-11-13,100.00,2016-10-14 13:20:36,1.00,failed,1,US,0.00,1.00,100.00 +1090660165,Ninja Factory,Live Games,Games,USD,2016-10-02,35000.00,2016-09-02 01:34:32,1.00,failed,1,US,0.00,1.00,35000.00 +1090663552,The Girl With Rose Coloured Glasses,Shorts,Film & Video,CAD,2013-12-21,8750.00,2013-11-21 22:28:35,80.00,failed,4,CA,76.47,75.02,8205.18 +1090663944,FROM TIJUANA: 1er Campaña de Digitalización de Fotografías,Apps,Technology,MXN,2017-07-04,20000.00,2017-05-20 19:35:19,20550.00,successful,12,MX,0.00,1130.24,1099.99 +1090668173,A learn makaton book for kids and adults too.,Children's Books,Publishing,GBP,2012-12-17,3800.00,2012-11-12 19:14:07,0.00,failed,0,GB,0.00,0.00,6164.83 +"1090669900,""Tommy Byers - NEW EP """"Thicker Than Water""""!"",Music,Music,USD,2012-08-20,7500.00,2012-07-21 04:35:38,901.00,failed,15,US,901.00,901.00,7500.00" +109067732,Solo Stove Bonfire | The World's Most Unique Fire Pit,Product Design,Design,USD,2016-10-26,15000.00,2016-09-26 16:18:59,1176641.00,successful,4953,US,42295.00,1176641.00,15000.00 +1090679430,Clusters : Case of the Missing,Fiction,Publishing,USD,2014-11-11,500.00,2014-10-11 07:41:51,91.00,failed,7,US,91.00,91.00,500.00 +1090679519,Hunt for a Cure: An Unexpected Adventure to Save a Life,Nonfiction,Publishing,USD,2015-11-30,15000.00,2015-10-31 15:58:51,16094.00,successful,88,US,16094.00,16094.00,15000.00 +1090680941,New album from The Zombie Flanders,Rock,Music,USD,2010-09-01,6000.00,2010-07-18 15:10:13,100.00,failed,1,US,100.00,100.00,6000.00 +1090683980,Evolution of a Criminal Theatrical Release!,Documentary,Film & Video,USD,2014-10-29,60000.00,2014-09-29 21:00:36,61721.95,successful,493,US,61721.95,61721.95,60000.00 +1090692144,Final Element - Duel Friends With Your Element (Canceled),Mobile Games,Games,USD,2014-10-19,1000.00,2014-09-19 14:12:33,108.00,canceled,11,US,108.00,108.00,1000.00 +1090705783,Miss Chu's Story Time (Canceled),Children's Books,Publishing,USD,2011-11-28,9000.00,2011-10-29 18:49:01,890.00,canceled,6,US,890.00,890.00,9000.00 +"1090709372,""Robby White's """"Small Town Outlaw"""" Project"",Country & Folk,Music,USD,2012-01-05,5000.00,2011-11-21 19:17:43,1070.00,failed,22,US,1070.00,1070.00,5000.00" +1090720207,IL GIUOCO DELLE BALLE,Tabletop Games,Games,EUR,2018-02-26,600.00,2017-12-28 07:41:46,35.00,live,1,IT,0.00,42.48,728.22 +1090724040,This Suffering must end now!,Dance,Dance,USD,2017-09-25,100000.00,2017-08-26 20:35:33,0.00,suspended,0,US,0.00,0.00,100000.00 +"1090726732,""Cactus Peach needs YOU to get """"EAT"""" (OUR 1st LP) OUT!"",Indie Rock,Music,USD,2010-08-20,500.00,2010-07-19 10:21:51,500.99,successful,9,US,500.99,500.99,500.00" +109072927,CHOCOVIVO - The Journey from Bean to Bar,Food,Food,USD,2014-01-19,30000.00,2013-12-05 17:18:18,8143.00,failed,125,US,8143.00,8143.00,30000.00 +1090731413,Left Alone To Die Project,Games,Games,USD,2017-08-18,6000.00,2017-06-19 19:55:05,30.00,failed,2,US,15.00,30.00,6000.00 +"1090733543,""EARSHOT, an audio play and theatrical sound installation"",Immersive,Theater,USD,2015-03-12,5000.00,2015-02-10 03:21:13,5561.00,successful,81,US,5561.00,5561.00,5000.00" +1090733607,Another Voyage,Video Games,Games,CAD,2017-01-01,3000.00,2016-12-18 07:22:17,10.00,canceled,1,CA,7.50,7.54,2262.78 +"1090733609,""Los Alamos Light Opera Goes """"Into the Woods!"""""",Theater,Theater,USD,2011-10-20,1200.00,2011-10-01 19:54:36,1501.00,successful,26,US,1501.00,1501.00,1200.00" +1090739012,FIGHT GODS ATHLETICS: Innovative MMA Fightwear Company,Apparel,Fashion,USD,2015-04-08,3000.00,2015-03-09 20:39:08,0.00,failed,0,US,0.00,0.00,3000.00 +1090739620,A New Way To Buy a Luxury Watch,Fashion,Fashion,USD,2014-08-22,75000.00,2014-07-18 18:13:49,470279.50,successful,3463,US,470279.50,470279.50,75000.00 +"1090742606,""MTVC - Personal People, Making Personal Music For You!"",Music,Music,CAD,2014-11-08,1000.00,2014-10-09 03:00:20,1352.00,successful,38,CA,1208.81,1187.84,878.58" +1090744948,Losing Focus (Movie),Narrative Film,Film & Video,USD,2012-03-31,1500.00,2012-03-01 21:48:30,2465.00,successful,59,US,2465.00,2465.00,1500.00 +1090745063,Autism Understanding through Story,Children's Books,Publishing,USD,2011-05-10,2500.00,2011-04-10 04:39:24,240.00,failed,3,US,240.00,240.00,2500.00 +1090753536,soft plastic lures company,Hardware,Technology,CAD,2015-09-17,23000.00,2015-08-18 04:42:09,621.00,failed,7,CA,474.40,476.70,17655.64 +"1090765932,""""""Our live are data_"""" Game Development"",Mobile Games,Games,EUR,2016-09-07,3200.00,2016-08-18 11:50:45,2.00,failed,2,FR,1.13,2.25,3605.76" +109078143,Midnight Tea in Mumbai,Conceptual Art,Art,USD,2012-11-01,1000.00,2012-10-18 22:17:04,2700.00,successful,63,US,2700.00,2700.00,1000.00 +1090787481,Nature's Houses Apiary ( Honey Bees ),Food,Food,USD,2014-02-15,2500.00,2014-01-16 17:30:29,2800.01,successful,130,US,2800.01,2800.01,2500.00 +1090791280,Teach your Kids 7 Languages through Fables,Children's Books,Publishing,USD,2013-06-27,3500.00,2013-05-28 00:51:14,3688.00,successful,73,US,3688.00,3688.00,3500.00 +1090794576,The Black Rose of York,Fiction,Publishing,USD,2012-04-29,5020.00,2012-03-20 02:30:58,0.00,failed,0,US,0.00,0.00,5020.00 +1090800548,Singer-songwriter Brian McKenzie releasing a new 7song EP,Rock,Music,USD,2017-11-28,250.00,2017-11-01 03:38:08,1015.00,successful,35,US,610.00,1015.00,250.00 +1090801176,Non-confrontational Police Interaction: Guide and Tips,Nonfiction,Publishing,USD,2015-01-16,500.00,2014-12-17 23:16:04,0.00,failed,0,US,0.00,0.00,500.00 +1090803675,The Crystal Palace,Nonfiction,Publishing,GBP,2016-08-11,12500.00,2016-07-12 11:41:38,349.00,failed,13,GB,168.35,452.54,16208.51 +"1090803885,""The Iowa Theater Marquee Rehabilitation - Winterset, IA"",Spaces,Theater,USD,2017-06-07,10000.00,2017-05-08 15:35:28,11755.00,successful,188,US,25.00,11755.00,10000.00" +1090808679,I Am Brave and Unafraid,Children's Books,Publishing,USD,2017-12-13,3600.00,2017-11-07 12:57:53,5017.00,successful,124,US,152.00,5017.00,3600.00 +109081842,Zucati Dice: Metal Micro Dice - Pure. Elemental. Miniature.,Games,Games,USD,2016-05-01,3500.00,2016-04-01 22:33:30,5932.00,successful,67,US,5932.00,5932.00,3500.00 +1090831260,Olsen Banden VINYL (Best of Vol. 1) [Soundtrack release],Music,Music,DKK,2018-02-01,30000.00,2017-12-28 16:08:49,17494.00,live,77,DK,339.58,2850.49,4888.22 +1090840166,PIR: Premier Information Retrieval®,Software,Technology,USD,2014-10-12,50000.00,2014-09-11 06:07:01,20.00,failed,1,US,20.00,20.00,50000.00 +1090846783,Phoenix Miniatures - The Unknowing Dead,Tabletop Games,Games,AUD,2016-07-26,7500.00,2016-07-06 01:56:20,2121.00,canceled,27,AU,1142.61,1594.50,5638.25 +1090849759,Drop-it - Color your drink -> wir machen deine Drinks bunter,Drinks,Food,EUR,2016-10-08,5000.00,2016-09-08 20:46:11,384.00,failed,13,AT,30.38,422.47,5500.97 +1090855016,MEAN HIGHTIDE 2050,Public Art,Art,USD,2012-06-17,1200.00,2012-05-15 19:44:08,2286.00,successful,23,US,2286.00,2286.00,1200.00 +"1090855178,""Whispers from the Dark, Vol. 1"",Narrative Film,Film & Video,USD,2011-11-14,100000.00,2011-10-05 07:19:44,50.00,failed,1,US,50.00,50.00,100000.00" +109085613,A Tiny Home for Teaching Tykes,Architecture,Design,USD,2016-04-03,9999.00,2016-03-04 00:22:27,116.00,failed,6,US,116.00,116.00,9999.00 +1090860569,Project Full Length,Rock,Music,USD,2012-05-07,1000.00,2012-03-08 04:03:38,1190.00,successful,29,US,1190.00,1190.00,1000.00 +1090862725,Help Create merchandise from original visionary art designs,Painting,Art,AUD,2016-04-06,60000.00,2016-02-06 04:50:56,34.00,failed,2,AU,24.42,25.60,45177.32 +"1090871722,""Capturing St. Lucia, South Africa"",Photobooks,Photography,AUD,2014-06-07,3000.00,2014-05-08 01:42:08,10.00,failed,1,AU,9.28,9.39,2816.90" +"1090872536,Help Fund the Next Ladies in Red EP!,Music,Music,USD,2015-02-15,5000.00,2014-12-17 18:58:44,6517.00,undefined,0,""N,0"""""",,6517.00,5000.00" +"109087278,""""""FRIGHT PLAN"""""",Film & Video,Film & Video,USD,2012-05-21,345000.00,2012-03-22 21:57:10,0.00,failed,0,US,0.00,0.00,345000.00" +1090873806,9th Happily Natural Day - Kickstarter Challenge,Music,Music,USD,2011-07-10,2500.00,2011-04-11 16:49:29,841.00,failed,42,US,841.00,841.00,2500.00 +1090875015,Sea-OX CNC for development of Prosthetic Hands,Fabrication Tools,Technology,USD,2015-09-06,2500.00,2015-08-07 19:45:08,85.00,failed,4,US,85.00,85.00,2500.00 +109088284,Chamber Orchestra Premieres Music of Young Composers,Classical Music,Music,USD,2011-12-27,3000.00,2011-10-28 01:16:02,3001.00,successful,23,US,3001.00,3001.00,3000.00 +1090890781,Easy Cloud Services Hosting,Technology,Technology,USD,2014-08-23,1000.00,2014-07-24 03:26:28,1.00,failed,1,US,1.00,1.00,1000.00 +1090895519,Doom Whisper,Graphic Novels,Comics,USD,2015-01-29,3000.00,2014-12-30 20:03:58,284.00,failed,8,US,284.00,284.00,3000.00 +"1090902077,""Charting """"The Rise of the Reluctant Innovator"""""",Nonfiction,Publishing,GBP,2013-10-10,3499.00,2013-09-10 11:12:06,4162.71,successful,104,GB,6508.83,6651.50,5590.98" +1090908948,Creature's Secrets: Animal Divination Card Deck!,Playing Cards,Games,USD,2015-04-09,8000.00,2015-03-10 20:13:20,8701.00,successful,76,US,8701.00,8701.00,8000.00 +"1090910044,""Reach out to """"Within Your Reach"""", a new PBS travel show."",Documentary,Film & Video,USD,2012-08-06,10000.00,2012-07-07 02:15:21,1791.00,failed,19,US,1791.00,1791.00,10000.00" +1090910244,MagC: Wireless MacBook Charging,Technology,Technology,USD,2017-12-18,1000.00,2017-10-19 20:39:15,19443.00,suspended,105,US,3616.00,19443.00,1000.00 +1090913430,Hard-Packed Vegan Ice Cream,Food,Food,USD,2012-09-22,4000.00,2012-08-23 19:52:21,5081.19,successful,136,US,5081.19,5081.19,4000.00 +1090916047,Days In The City - Revolutionary Prose Novel & Epic Poem,Fiction,Publishing,USD,2015-10-30,5500.00,2015-10-09 19:37:45,0.00,canceled,0,US,0.00,0.00,5500.00 +1090917124,Space Solar Power & the SPS-ALPHA Concept,Nonfiction,Publishing,USD,2012-06-27,25000.00,2012-05-23 23:32:57,10639.45,failed,73,US,10639.45,10639.45,25000.00 +109092010,The Green Alliance - scifi WW2 Orc Miniatures,Tabletop Games,Games,GBP,2014-10-10,5860.00,2014-09-10 19:00:02,24872.15,successful,212,GB,40015.94,39880.31,9395.99 +"1090925408,""""""CONCEPTS"""" - Full Length CD & DVD Project by JUNEI' LEE"",Jazz,Music,USD,2013-03-31,10000.00,2013-02-02 07:59:31,95.00,failed,4,US,95.00,95.00,10000.00" +109092997,For The Love Of Unicorns,Shorts,Film & Video,USD,2014-02-02,6500.00,2014-01-03 03:03:06,7491.00,successful,111,US,7491.00,7491.00,6500.00 +1090932485,YeeFox: Give users controlle over web privacy. ,Software,Technology,USD,2011-01-13,12000.00,2010-10-15 14:31:30,0.00,failed,0,US,0.00,0.00,12000.00 +1090932648,Tibbers (Canceled),Crafts,Crafts,USD,2014-11-15,40.00,2014-10-16 07:20:22,0.00,canceled,0,US,0.00,0.00,40.00 +1090935494,Childlike America,Photobooks,Photography,USD,2015-09-21,25000.00,2015-08-22 10:49:52,0.00,failed,0,US,0.00,0.00,25000.00 +"1090936224,""ONCE IN A LIFETIME: """"Just Go For It!"""" Independent Film"",Drama,Film & Video,USD,2015-09-09,15000.00,2015-08-10 18:03:57,0.00,failed,0,US,0.00,0.00,15000.00" +1090946386,The JX65AS-JSK Series: A Rebel Timepiece to Power Your Ride,Design,Design,USD,2017-09-13,50000.00,2017-08-01 15:45:06,85233.00,successful,112,US,17187.00,85233.00,50000.00 +1090947746,Project Nimbus,Video Games,Games,GBP,2014-01-26,6000.00,2013-12-12 04:03:42,17689.51,successful,1198,GB,29078.33,29109.43,9873.46 +109094804,SICP Distilled,Technology,Technology,GBP,2014-09-16,3500.00,2014-08-26 22:12:57,12927.00,successful,723,GB,21404.23,21123.58,5719.23 +1090962753,Marcas de la vida,Poetry,Publishing,MXN,2017-04-29,20000.00,2017-03-15 00:18:11,0.00,canceled,0,MX,0.00,0.00,1049.54 +1090970794,I will write your book for you,Nonfiction,Publishing,USD,2015-09-16,1000.00,2015-08-17 19:42:42,5.00,failed,1,US,5.00,5.00,1000.00 +1090981601,Octopedestrians Letterpress Print,Art,Art,USD,2016-01-22,6000.00,2015-12-31 12:11:12,23966.50,successful,371,US,23966.50,23966.50,6000.00 +1090981738,Prove It - Az (Canceled),Hip-Hop,Music,USD,2015-02-27,200.00,2015-02-10 07:28:55,0.00,canceled,0,US,0.00,0.00,200.00 +1090989143,Hipster: Teenage Wasteland,Tabletop Games,Games,USD,2016-06-20,1000.00,2016-05-27 20:36:27,1155.00,successful,26,US,1155.00,1155.00,1000.00 +1090991592,Seattle-area Hard Cider Launch of Rainshadow,Food,Food,USD,2013-11-28,13500.00,2013-10-29 02:16:49,1015.00,failed,18,US,1015.00,1015.00,13500.00 +"1090994072,""""""Bitter Pill"""" music, art, theatre"",Experimental,Theater,USD,2016-09-01,5500.00,2016-08-02 17:48:16,5920.00,successful,93,US,367.00,5920.00,5500.00" +1090996836,Spike & Mike's SICK & TWISTED Festival of Animation 20 YEARS,Animation,Film & Video,USD,2013-07-03,15000.00,2013-05-30 23:59:22,6441.37,failed,130,US,6441.37,6441.37,15000.00 +1090997332,Rocket 88 Doughnuts,Food,Food,USD,2014-04-15,10088.00,2014-03-14 00:53:36,10949.26,successful,190,US,10949.26,10949.26,10088.00 +109099836,The Sand Nation,Documentary,Film & Video,USD,2016-01-23,15000.00,2015-12-23 00:25:35,0.00,failed,0,US,0.00,0.00,15000.00 +1091001121,Notice My Book (help support),Fiction,Publishing,CAD,2014-09-08,30000.00,2014-08-12 19:28:28,0.00,failed,0,CA,0.00,0.00,27127.23 +1091001469,Yettigate Academy,Graphic Novels,Comics,USD,2017-03-10,4000.00,2017-01-17 23:42:18,5.00,failed,1,US,0.00,5.00,4000.00 +1091001736,Never Trust a Boy Scout: An Essay Collection,Nonfiction,Publishing,USD,2014-05-15,2000.00,2014-04-15 03:54:57,3686.00,successful,101,US,3686.00,3686.00,2000.00 +1091006814,Videogames Northwest - Free Print Magazine For Local Gamers,Games,Games,USD,2014-09-20,13500.00,2014-08-25 22:42:08,6544.00,failed,78,US,6544.00,6544.00,13500.00 +1091009547,Mural de la Hermandad | Brotherhood Mural,Art,Art,MXN,2017-02-20,100000.00,2017-01-21 22:09:35,122540.00,successful,75,MX,143.97,6222.20,5077.69 +1091015034,Living Games Conference 2016,Live Games,Games,USD,2015-11-25,12000.00,2015-10-26 15:55:21,20932.00,successful,137,US,20932.00,20932.00,12000.00 +1091017712,Go Ask Alice - Hope For the Hopeless,Rock,Music,USD,2016-10-17,4000.00,2016-08-24 20:13:48,30.00,failed,1,US,30.00,30.00,4000.00 +"1091026361,""GiftboxXL - Money always wins, beautifully packaged twice"",Crafts,Crafts,CHF,2017-09-20,15000.00,2017-08-21 16:22:14,132.00,canceled,5,CH,0.00,136.25,15482.75" +1091037395,EVER EVE - THE SHORT FILM,Film & Video,Film & Video,USD,2013-10-07,5000.00,2013-09-07 03:41:09,6885.00,successful,49,US,6885.00,6885.00,5000.00 +"1091042725,""""""Don't Judge Me"""" Stage Play"",Theater,Theater,USD,2013-03-11,4000.00,2013-01-10 05:51:55,4416.00,successful,72,US,4416.00,4416.00,4000.00" +1091043213,BAO CHOW steamed buns and ramen,Restaurants,Food,USD,2015-11-15,20000.00,2015-10-16 20:02:37,2833.00,failed,29,US,2833.00,2833.00,20000.00 +1091045296,Fowl Play,Webseries,Film & Video,USD,2012-09-16,4000.00,2012-07-18 23:50:28,4085.00,successful,40,US,4085.00,4085.00,4000.00 +109104628,Bob's Backyard BBQ Food Truck,Food Trucks,Food,USD,2015-05-20,5000.00,2015-04-20 06:15:32,0.00,failed,0,US,0.00,0.00,5000.00 +1091052328,Hastad farm of Iowa,Bacon,Food,USD,2015-04-19,45000.00,2015-02-18 00:00:09,0.00,failed,0,US,0.00,0.00,45000.00 +1091055782,The F*%king Unicorn Art Car,Public Art,Art,USD,2012-04-26,5000.00,2012-03-14 21:24:40,5479.00,successful,88,US,5479.00,5479.00,5000.00 +1091058614,Vignette - Chicago Artist's Studio,Art,Art,USD,2014-04-11,25000.00,2014-03-12 02:50:37,2151.00,failed,48,US,2151.00,2151.00,25000.00 +1091059659,You will have your cake and eat it too!,Fashion,Fashion,USD,2011-12-21,5000.00,2011-11-30 22:14:19,5500.00,successful,67,US,5500.00,5500.00,5000.00 +1091061967,Action Brick Breaker,Games,Games,USD,2017-09-30,3000.00,2017-08-31 22:28:20,1.00,failed,1,US,0.00,1.00,3000.00 +1091063511,American Dark Age,Comics,Comics,USD,2012-02-28,2500.00,2012-01-28 18:37:59,3517.00,successful,97,US,3517.00,3517.00,2500.00 +1091066092,BA Fashion Show 2016,Fashion,Fashion,DKK,2016-07-01,14000.00,2016-05-02 19:19:17,14400.00,successful,12,DK,2213.23,2155.75,2095.87 +10910667,Logo - Shop Curated Women's Clothing From Your Phone,Apps,Technology,USD,2014-12-01,3000.00,2014-11-01 16:59:36,495.00,failed,15,US,495.00,495.00,3000.00 +109106714,Pigsodus - the Ultimate Pig Adventure Game,Video Games,Games,USD,2016-08-16,30000.00,2016-07-12 16:03:51,6303.00,failed,278,US,3333.00,6303.00,30000.00 +1091068089,Brainsled 2xLP by Big Butter,Mixed Media,Art,USD,2012-11-29,10000.00,2012-10-30 21:54:44,10679.00,successful,54,US,10679.00,10679.00,10000.00 +1091071847,Drawmageddon - The Game of Hilarious Miscommunication!,Tabletop Games,Games,USD,2013-04-06,9000.00,2013-03-13 02:31:55,350.00,failed,11,US,350.00,350.00,9000.00 +1091084330,We Are Lions - We Need Our Pride,Pop,Music,GBP,2014-10-04,3000.00,2014-08-20 23:09:17,3053.00,successful,37,GB,5104.88,4895.22,4810.24 +1091088385,The Pitch,Shorts,Film & Video,USD,2011-11-03,11000.00,2011-09-04 06:28:11,3310.00,failed,18,US,3310.00,3310.00,11000.00 +1091091440,Infernal Contraption: Help us upgrade!,Robots,Technology,GBP,2017-04-30,800.00,2017-04-03 22:44:29,1090.00,successful,39,GB,376.38,1410.40,1035.16 +1091093954,Paralympic Sport Stars Documentary,Documentary,Film & Video,GBP,2014-07-31,10000.00,2014-07-06 20:31:29,20.00,failed,2,GB,34.32,33.65,16825.67 +1091094923,Hotline,Film & Video,Film & Video,USD,2013-05-19,4700.00,2013-04-09 03:18:12,420.00,failed,14,US,420.00,420.00,4700.00 +1091097201,Around the world,Journalism,Journalism,GBP,2014-08-07,2000000.00,2014-07-08 22:27:43,7.16,failed,2,GB,12.28,12.03,3360836.18 +1091097598,Tooth Decay Vaccine (Suspended),Technology,Technology,USD,2015-05-08,100000.00,2015-04-08 03:48:02,0.00,suspended,0,US,0.00,0.00,100000.00 +1091105882,Printrovert | Cards & Art Prints,Graphic Design,Design,USD,2015-06-17,3200.00,2015-05-18 02:07:23,3221.00,successful,74,US,3221.00,3221.00,3200.00 +1091111464,Miner Willie,Mobile Games,Games,USD,2016-10-24,5000.00,2016-09-24 05:25:28,0.00,failed,0,US,0.00,0.00,5000.00 +1091113835,Pick My Face,Video Games,Games,USD,2012-10-19,15000.00,2012-09-19 21:42:24,1245.00,failed,25,US,1245.00,1245.00,15000.00 +1091116849,Dino-Mike's New Studio Album,Pop,Music,USD,2015-05-07,800.00,2015-04-07 01:20:49,1335.00,successful,40,US,1335.00,1335.00,800.00 +1091118528,Don't Be A Bully------ Be A Friend,Design,Design,USD,2014-11-21,2500.00,2014-10-07 01:27:52,10.00,failed,1,US,10.00,10.00,2500.00 +1091125560,Lakewood (Canceled),Film & Video,Film & Video,GBP,2014-04-28,10000.00,2014-03-22 19:25:34,1055.00,canceled,22,GB,1742.58,1780.41,16875.93 +109113190,Funding for Un-Biased report on Baltimore MD protest.,Photo,Journalism,USD,2015-06-27,3000.00,2015-04-28 07:17:42,0.00,canceled,0,US,0.00,0.00,3000.00 +1091143264,You Print It,Painting,Art,USD,2014-10-31,1000.00,2014-10-01 20:01:48,2.00,failed,2,US,2.00,2.00,1000.00 +1091143626,Tick Talk Word Clock (Canceled),Product Design,Design,CAD,2015-05-05,37500.00,2015-04-10 12:27:23,7684.00,canceled,23,CA,6126.24,6348.84,30984.05 +1091158210,Tina's Traditional Old English Kitchen,Food,Food,USD,2012-03-10,2500.00,2012-01-25 22:58:06,40.00,failed,3,US,40.00,40.00,2500.00 +1091158860,Drift Missle Project Car,DIY,Crafts,USD,2015-02-12,15000.00,2014-12-29 22:57:51,2.00,failed,2,US,2.00,2.00,15000.00 +1091160837,GEKKO - The trivets that move with the pan!,Product Design,Design,DKK,2015-02-23,40000.00,2015-01-14 08:08:53,10569.00,failed,50,DK,1683.36,1591.17,6022.01 +"1091168731,""THE BOOK!! """"Common House Creatures, Pests & Irritants!"""""",Art Books,Publishing,USD,2015-12-14,6000.00,2015-10-30 16:46:17,7084.00,successful,69,US,7084.00,7084.00,6000.00" +1091170592,2015 Cat Erotica Calendar,Art,Art,USD,2014-09-20,7500.00,2014-08-21 01:00:48,101.00,failed,5,US,101.00,101.00,7500.00 +1091173214,Coffee Cliq Project,Farms,Food,USD,2015-04-12,30000.00,2015-03-13 00:21:19,60.00,failed,2,US,60.00,60.00,30000.00 +1091182638,DreamScape: Once Upon A Time,Poetry,Publishing,USD,2011-06-05,3500.00,2011-05-06 02:59:16,5.00,failed,1,US,5.00,5.00,3500.00 +"1091191568,""""""Wine Not""""... your new favourite Gen Y Aussie wine label"",Drinks,Food,AUD,2017-03-24,35000.00,2017-02-22 03:43:02,345.00,failed,5,AU,0.00,262.86,26666.67" +"1091197256,""A.B. Biagi: New York's Favorite Gelato, now in pints!"",Small Batch,Food,USD,2015-11-05,25000.00,2015-10-14 23:00:41,26315.00,successful,139,US,26315.00,26315.00,25000.00" +1091199133,We Are Not Enough,Shorts,Film & Video,USD,2011-05-01,3500.00,2011-03-28 22:02:08,3500.00,successful,16,US,3500.00,3500.00,3500.00 +1091203377,Video Shoot - Xcessive Speed,Music,Music,CAD,2014-10-26,1500.00,2014-09-26 09:44:04,1.00,failed,1,CA,0.90,0.89,1330.49 +1091204588,Buglets,Video Games,Games,USD,2011-09-01,6500.00,2011-07-28 03:54:13,0.00,failed,0,US,0.00,0.00,6500.00 +1091206273,Dice Wars: Co-op Tactics Board Game with 28 Jumbo Unit Dice,Tabletop Games,Games,USD,2017-12-31,10000.00,2017-12-01 17:04:00,26646.00,successful,496,US,2121.00,26646.00,10000.00 +1091223927,HE CALLED I ANSWERED: A Feature Film,Film & Video,Film & Video,GBP,2014-03-28,50000.00,2014-02-26 23:38:06,0.00,failed,0,GB,0.00,0.00,83165.62 +1091224291,Respect the Stache!,Digital Art,Art,USD,2013-03-14,1200.00,2013-02-22 07:26:26,26.00,failed,3,US,26.00,26.00,1200.00 +1091227492,The Spell,Video Games,Games,GBP,2017-06-17,30000.00,2017-05-16 17:22:07,580.00,failed,14,GB,528.89,738.04,38174.25 +1091237704,WalkingCase iPhone 5 Ultra Thin PU Leather Flip Case,Product Design,Design,USD,2013-04-04,6000.00,2013-03-05 07:22:08,476.00,failed,22,US,476.00,476.00,6000.00 +1091239589,The Pizza Project: Gluten Free + Vegan Pizza for Burning Man,Food,Food,USD,2013-08-03,1200.00,2013-07-04 04:17:30,2083.00,successful,54,US,2083.00,2083.00,1200.00 +1091242360,AINA (a social issue feature film),Narrative Film,Film & Video,USD,2011-12-20,10000.00,2011-11-05 21:47:41,0.00,failed,0,US,0.00,0.00,10000.00 +109124921,PUBLIC PRISM,Music,Music,USD,2016-10-26,12000.00,2016-09-26 19:47:21,898.00,failed,10,US,100.00,898.00,12000.00 +1091250473,YFliker Across America Web Series,Webseries,Film & Video,USD,2013-05-22,15000.00,2013-04-22 18:03:46,15230.00,successful,116,US,15230.00,15230.00,15000.00 +109125115,Your Story In Society,Publishing,Publishing,CAD,2016-08-19,25000.00,2016-07-20 21:27:26,1.00,failed,1,CA,0.00,0.78,19464.34 +1091254242,SPINDRIFT: The Memoir of a Climber's Daughter,Nonfiction,Publishing,USD,2012-07-12,8000.00,2012-06-12 16:47:42,11415.00,successful,217,US,11415.00,11415.00,8000.00 +"1091258011,""You, Your Brain, & You: Finishing Funds"",Comedy,Film & Video,USD,2015-02-03,2500.00,2015-01-04 20:19:09,2771.00,successful,84,US,2771.00,2771.00,2500.00" +"1091260192,""Release the final Swear Jar 7"""""",Indie Rock,Music,USD,2011-10-04,1200.00,2011-09-04 18:54:06,2692.69,successful,67,US,2692.69,2692.69,1200.00" +1091289389,Prototype - Business & Lifestyle Planner (Canceled),Calendars,Publishing,USD,2016-07-08,120000.00,2016-05-24 15:03:37,1098.00,canceled,20,US,1098.00,1098.00,120000.00 +1091289861,Help us Create a Real Theater Experience,Theater,Theater,USD,2012-04-02,20000.00,2012-03-03 01:08:17,20.00,failed,1,US,20.00,20.00,20000.00 +1091290119,Louise Linderoth for Dr. Denim,Apparel,Fashion,SEK,2018-02-18,250000.00,2017-12-20 14:59:23,0.00,canceled,0,SE,0.00,0.00,30851.63 +109129247,REDO : Recreating A Stolen Silkscreen,Public Art,Art,CAD,2015-08-04,1200.00,2015-07-28 01:52:26,1203.00,successful,20,CA,922.03,919.58,917.29 +109130389,Torpedo Billy Murphy Bronze Statue,Public Art,Art,NZD,2014-12-01,100000.00,2014-10-02 22:02:04,0.00,failed,0,NZ,0.00,0.00,77609.62 +1091305618,Sequence and Explore your DNA – Knome,Apps,Technology,USD,2016-10-26,100000.00,2016-09-13 19:53:25,74560.00,canceled,114,US,37612.00,74560.00,100000.00 +1091310475,Velda: Girl Detective...the short film,Shorts,Film & Video,USD,2010-01-26,5000.00,2009-11-01 12:26:23,125.00,failed,2,US,125.00,125.00,5000.00 +"109131804,""Eimear Noone Presents """"Songs of Zelda: A Link to the Celts"""""",Video Games,Games,USD,2015-07-15,30000.00,2015-06-15 17:29:09,46229.00,successful,1243,US,46229.00,46229.00,30000.00" +1091320506,Signa's Album Fundraiser/Recaudar fondos nuevo album,Indie Rock,Music,USD,2012-02-12,1200.00,2012-01-07 05:15:32,214.00,failed,13,US,214.00,214.00,1200.00 +1091322060,Enlightenment Dream (Canceled),Crafts,Crafts,USD,2015-06-19,11000.00,2015-06-04 19:32:47,0.00,canceled,0,US,0.00,0.00,11000.00 +109132462,Quinn & the Quips TV Series and Game,Animation,Film & Video,USD,2017-06-07,50000.00,2017-05-01 16:00:38,50625.00,successful,49,US,3375.00,50625.00,50000.00 +"1091325407,Archive It Productions and Art - Independent Film Fund #2,Film & Video,Film & Video,CAD,2015-09-16,3000.00,2015-08-17 18:33:05,0.00,undefined,0,""N,0"""""",,0.00,2302.91" +1091327658,Call of Duty Supremacy Nations,Comics,Comics,USD,2012-08-13,750.00,2012-07-14 02:27:09,4.00,failed,2,US,4.00,4.00,750.00 +1091342320,Steele Awakening,Science Fiction,Film & Video,USD,2015-11-11,500000.00,2015-10-12 00:34:45,1.00,failed,1,US,1.00,1.00,500000.00 +1091344718,American Makeover: An Online Film Series About New Urbanism,Webseries,Film & Video,USD,2010-05-08,15000.00,2010-02-08 04:46:08,15000.00,successful,56,US,15000.00,15000.00,15000.00 +109134731,Share My Art With the World!,Mixed Media,Art,USD,2014-10-25,1500.00,2014-09-25 14:03:34,0.00,failed,0,US,0.00,0.00,1500.00 +1091350815,Blessings and Regrets,Country & Folk,Music,USD,2017-03-04,3000.00,2017-01-03 12:24:41,979.00,failed,24,US,299.00,979.00,3000.00 +1091355641,Open Air Immersive Midsummer Night's Dream,Immersive,Theater,GBP,2015-05-25,10000.00,2015-05-04 14:09:15,3250.00,failed,10,GB,4920.81,4958.65,15257.39 +1091358270,Atlantic Songwriters Challenge,Country & Folk,Music,CAD,2015-08-02,10000.00,2015-06-18 16:09:29,0.00,failed,0,CA,0.00,0.00,7644.09 +1091358844,Help The Headless Society Publish Their Literary Magazine,Periodicals,Publishing,USD,2010-12-02,275.00,2010-11-12 00:43:57,535.00,successful,14,US,535.00,535.00,275.00 +10913642,THE AGENTS RETURN - The Double-Edged Cards game is back!,Tabletop Games,Games,USD,2014-05-22,30000.00,2014-04-21 18:28:13,160336.00,successful,3494,US,160336.00,160336.00,30000.00 +1091371321,Celocito,Animation,Film & Video,USD,2015-03-20,750000.00,2015-02-18 18:02:41,0.00,failed,0,US,0.00,0.00,750000.00 +1091385768,Better Butter Nut Crusher,Small Batch,Food,NZD,2015-05-31,2000.00,2015-05-10 09:05:26,2490.00,successful,69,NZ,1865.20,1777.68,1427.86 +1091387726,Glory Gold Shoes,Footwear,Fashion,USD,2014-11-10,20000.00,2014-09-25 03:00:37,1400.00,failed,20,US,1400.00,1400.00,20000.00 +"1091387944,""Stephen King's """"The Things They Left Behind"""" A Short Horror Film (Canceled)"",Shorts,Film & Video,USD,2010-08-01,5000.00,2010-06-16 05:01:08,0.00,canceled,0,US,0.00,0.00,5000.00" +1091388828,Prelude To Berlin,Indie Rock,Music,EUR,2016-11-01,1500.00,2016-09-02 08:31:52,38.00,failed,2,FR,0.00,42.15,1663.95 +1091391298,Talking Lead YouTube/TV show,Webseries,Film & Video,USD,2013-09-05,50000.00,2013-08-06 21:44:32,1730.00,failed,9,US,1730.00,1730.00,50000.00 +1091397809,iMICROSCOPE RT - a solid professional smartphone microscope,Technology,Technology,CAD,2016-10-27,30000.00,2016-09-26 17:13:05,3791.00,failed,27,CA,852.02,2831.43,22406.45 +"1091398286,""Ruth Koleva's new video for """"Dissonant"""""",R&B,Music,EUR,2014-07-21,8000.00,2014-06-06 09:12:06,0.00,failed,0,NL,0.00,0.00,10751.97" +1091400478,Do As You Likey :: Feature Documentary,Film & Video,Film & Video,USD,2011-04-29,2000.00,2011-03-25 19:15:49,2013.00,successful,22,US,2013.00,2013.00,2000.00 +1091402155,CHROME STEEL - a sci-fi 80's throwback film!,Shorts,Film & Video,CAD,2013-10-10,1200.00,2013-09-10 17:58:55,3030.32,successful,69,CA,2912.65,2916.85,1155.07 +1091413038,Copper Flask,Product Design,Design,USD,2015-11-21,12000.00,2015-10-22 16:53:12,966.00,failed,7,US,966.00,966.00,12000.00 +1091418153,ECOclubcleaner,DIY Electronics,Technology,EUR,2017-09-03,200000.00,2017-07-05 22:45:29,37.00,failed,2,ES,0.00,44.62,241199.24 +1091420419,War Builder League,Video Games,Games,USD,2017-06-01,50000.00,2017-04-26 18:54:53,1455.00,canceled,43,US,1002.00,1455.00,50000.00 +1091423736,HandsDown™ Wearable Device Easily Breaks Bad Habits,Wearables,Technology,USD,2017-11-04,30000.00,2017-10-05 19:04:37,3167.99,failed,51,US,1164.00,3167.99,30000.00 +1091431594,Debajo del Sol: A Cart Featuring Spanish Street Food,Food,Food,USD,2011-05-16,3000.00,2011-04-16 03:57:21,3035.00,successful,39,US,3035.00,3035.00,3000.00 +109143294,Bring English to the World,Webseries,Film & Video,EUR,2016-07-15,10000.00,2016-06-15 11:00:22,1.00,failed,1,NL,1.13,1.11,11128.05 +1091434790,Cleep - Wearable Experience Camera,Wearables,Technology,EUR,2017-06-29,150000.00,2017-05-22 17:58:12,14714.00,failed,44,IT,11808.75,16791.63,171180.12 +1091435959,Calocerinos Recreation,Games,Games,USD,2014-04-24,350000.00,2014-03-24 23:50:20,1.00,failed,1,US,1.00,1.00,350000.00 +1091441754,PORTAL Music Festival (Canceled),Electronic Music,Music,USD,2014-07-26,14000.00,2014-07-02 02:07:30,134.00,canceled,2,US,134.00,134.00,14000.00 +1091443488,'On The Run' a fast paced feature film shot in Spain & UK,Film & Video,Film & Video,GBP,2013-09-06,120000.00,2013-08-07 17:51:24,0.00,canceled,0,GB,0.00,0.00,186939.18 +1091446316,Caitlin Gray-Harley: Debut EP Project,Music,Music,USD,2014-12-15,13000.00,2014-11-15 09:04:07,1640.00,failed,22,US,1640.00,1640.00,13000.00 +1091455606,Automatic Watering Device,Gadgets,Technology,USD,2016-01-09,45000.00,2015-12-10 00:05:54,360.00,failed,2,US,360.00,360.00,45000.00 +1091463921,The Wilryans New Album,Indie Rock,Music,USD,2011-06-03,2500.00,2011-05-04 20:22:34,4892.00,successful,101,US,4892.00,4892.00,2500.00 +1091467952,Báaxal: México extremo,Webseries,Film & Video,MXN,2017-09-17,110000.00,2017-08-18 18:15:32,110650.00,successful,79,MX,348.38,6216.29,6179.78 +1091473372,The Cowbell Principle,Nonfiction,Publishing,USD,2014-08-23,2000.00,2014-07-31 03:48:42,2562.00,successful,73,US,2562.00,2562.00,2000.00 +109147524,ORTUS,Science Fiction,Film & Video,GBP,2017-11-18,6000.00,2017-10-19 20:00:52,150.00,failed,5,GB,98.91,199.90,7996.16 +1091478337,Can't Stand Up For Falling Down,Theater,Theater,GBP,2013-01-27,240.00,2012-12-28 16:32:29,357.00,successful,15,GB,576.03,565.27,380.01 +1091482638,Hair How You Like It,Design,Design,USD,2014-12-08,5000.00,2014-10-09 23:14:56,0.00,failed,0,US,0.00,0.00,5000.00 +1091491476,Smart Kitchen Sous Vide - Precision Cooker (Suspended),Food,Food,CAD,2016-06-06,60000.00,2016-04-27 05:25:20,60587.00,suspended,281,CA,47776.50,47526.67,47066.21 +"1091505159,""Escape Room """"Silence #9"""""",Live Games,Games,USD,2017-11-15,23000.00,2017-10-16 04:40:20,9.00,failed,1,US,0.00,9.00,23000.00" +1091506619,Three by Silent James: an illustrated story,Children's Books,Publishing,USD,2012-02-01,3000.00,2012-01-11 06:56:33,3089.00,successful,45,US,3089.00,3089.00,3000.00 +1091507894,Adventure for Change: Expedition 1: Guatemala,Documentary,Film & Video,USD,2013-01-08,29650.00,2012-12-22 03:28:26,870.00,failed,11,US,870.00,870.00,29650.00 +"1091508977,Songs From The Soul,Music,Music,USD,2014-09-23,6000.00,2014-08-24 22:37:27,6200.00,undefined,0,""N,0"""""",,6200.00,6000.00" +1091517740,Tim Willcox's Superjazzers CD Project,Jazz,Music,USD,2011-05-21,1500.00,2011-04-21 04:32:00,1638.00,successful,46,US,1638.00,1638.00,1500.00 +1091531169,Baltimore Annex Theater's First Full Season,Theater,Theater,USD,2011-10-08,3500.00,2011-09-10 01:21:35,3685.00,successful,63,US,3685.00,3685.00,3500.00 +1091533926,Rx7 Fortune Bodykit (Fast and Furious Tokyo Drift),Documentary,Film & Video,AUD,2014-07-14,20000.00,2014-05-15 10:08:39,1.00,failed,1,AU,0.94,0.94,18775.82 +1091537390,Art Therapy and Community Gallery Space,Art,Art,AUD,2014-08-21,6005.00,2014-07-22 05:46:01,10.00,failed,1,AU,9.36,9.31,5591.77 +1091538487,Tic Tac Toe Ten ... a hybrid of chess and tic tac toe that promotes critical thinking,Tabletop Games,Games,USD,2010-12-11,5000.00,2010-09-12 23:51:05,370.00,failed,4,US,370.00,370.00,5000.00 +1091541280,Promoting New Nonfiction Book: Autofocus Off,Nonfiction,Publishing,USD,2017-08-11,2500.00,2017-07-27 20:08:32,830.00,failed,10,US,0.00,830.00,2500.00 +1091551590,Wormhole Ventures - Inspired by Starways and M.U.L.E.,Video Games,Games,USD,2012-08-21,16670.00,2012-07-22 18:58:10,1238.11,failed,60,US,1238.11,1238.11,16670.00 +1091559452,Angels - Michael's War card game,Tabletop Games,Games,USD,2014-06-01,777.00,2014-05-01 12:48:06,1498.00,successful,34,US,1498.00,1498.00,777.00 +1091561918,ABOLITIONISTA!,Comics,Comics,USD,2012-12-24,8500.00,2012-11-14 07:42:50,9653.23,successful,236,US,9653.23,9653.23,8500.00 +1091562183,Bringing Warm Weather to the East Coast,Indie Rock,Music,USD,2012-05-10,1000.00,2012-04-06 04:58:34,2176.00,successful,30,US,2176.00,2176.00,1000.00 +1091568420,The ABC Double D's of Burlesque,Comics,Comics,CAD,2016-05-20,9500.00,2016-04-20 19:01:55,11659.00,successful,252,CA,9108.25,8895.93,7248.59 +1091570349,Get JADED PAST On The Road!!! (Canceled),Rock,Music,USD,2012-10-11,1300.00,2012-09-11 23:31:39,5.00,canceled,1,US,5.00,5.00,1300.00 +1091571861,Naturally you care products,DIY,Crafts,USD,2015-02-16,2000.00,2015-01-07 18:50:42,2.00,failed,2,US,2.00,2.00,2000.00 +1091575619,Pelicula #promo,Publishing,Publishing,EUR,2015-09-30,500.00,2015-08-01 00:40:34,35.00,failed,1,IT,38.41,39.06,558.00 +1091576982,Shades Republic - A Custom Subscription for Sunglasses,Accessories,Fashion,USD,2017-05-17,5000.00,2017-04-17 14:04:00,609.00,failed,22,US,75.00,609.00,5000.00 +1091592312,A tribute Album to Sade Adu,World Music,Music,USD,2012-09-16,10000.00,2012-07-18 21:57:19,46.00,failed,3,US,46.00,46.00,10000.00 +1091595783,Illustrated Mystical Greeting Cards!,Illustration,Art,GBP,2014-02-16,35.00,2014-01-17 22:18:29,107.00,successful,12,GB,175.17,178.46,58.38 +1091600126,Rockabilly RoadTrip - Movie & Custom Car Build,Horror,Film & Video,USD,2015-10-14,50000.00,2015-09-14 19:51:40,572.00,failed,7,US,572.00,572.00,50000.00 +"1091603793,""Help Troy Underwood DRIVE, Soul/Americana/Rock CD"",Indie Rock,Music,USD,2011-07-10,1500.00,2011-06-10 01:02:32,1525.00,successful,12,US,1525.00,1525.00,1500.00" +1091604012,Luke O'Brien's Kickstarter,Pop,Music,USD,2016-08-01,2000.00,2016-07-02 15:03:34,2013.47,successful,77,US,443.00,2013.47,2000.00 +1091608512,Livraison de Brunchs & Petits déjeuners à domicile,Food,Food,EUR,2015-10-09,3000.00,2015-09-09 15:07:33,135.00,failed,4,FR,150.71,153.39,3408.59 +1091609313,MMO Arcade game - World of Sea Battle - Opened Beta,Video Games,Games,GBP,2015-12-31,50000.00,2015-11-22 22:07:33,5.00,canceled,1,GB,7.60,7.42,74167.47 +1091613719,Centre Circle Magazine,Zines,Publishing,GBP,2016-11-07,3600.00,2016-09-08 21:06:51,15.00,failed,3,GB,18.78,18.99,4557.42 +109161790,Vessna Scheff & Koof Ibi // First Official Music Video + Art,Music Videos,Film & Video,USD,2016-12-25,1940.00,2016-11-24 08:00:32,2490.00,successful,63,US,230.00,2490.00,1940.00 +1091618192,SteadyLaser: Anti-shake Pointer,Product Design,Design,USD,2015-06-09,150000.00,2015-04-10 19:38:06,1797.00,failed,13,US,1797.00,1797.00,150000.00 +109161902,The Maneuver: The Inside Story of Dr. Henry Heimlich,Documentary,Film & Video,USD,2014-07-04,30000.00,2014-06-03 06:14:42,31964.00,successful,298,US,31964.00,31964.00,30000.00 +1091619241,KRÜMELDOG-Hundekeksbackmischungen,Food,Food,EUR,2015-12-16,500.00,2015-11-18 07:27:46,5.00,failed,1,DE,5.33,5.42,541.80 +"1091630530,""Publish my first horror novel, make a trailer & short films"",Horror,Film & Video,USD,2014-08-14,20000.00,2014-07-15 00:13:23,310.00,failed,3,US,310.00,310.00,20000.00" +1091631676,BARBARIAN HYMNS - New Songs by John Terlazzo,Indie Rock,Music,USD,2013-08-12,8000.00,2013-07-07 16:59:43,8150.00,successful,107,US,8150.00,8150.00,8000.00 +109163282,3D Printing EOD Bomb Suite Figure Files,Design,Design,USD,2016-07-16,2000.00,2016-06-20 17:56:53,300.00,failed,4,US,300.00,300.00,2000.00 +"1091636332,""You Name It, I`ll Draw It! Affordable Artwork."",Mixed Media,Art,USD,2015-05-17,350.00,2015-04-08 16:00:21,288.00,failed,22,US,288.00,288.00,350.00" +1091638548,Red Knight #9,Comic Books,Comics,USD,2017-08-02,1500.00,2017-07-03 05:11:18,854.00,failed,23,US,325.00,854.00,1500.00 +1091638766,Halloween Skull Sticker Vinyl,Illustration,Art,GBP,2016-10-02,150.00,2016-09-12 11:41:44,47.00,failed,4,GB,0.00,57.95,184.94 +1091644879,14 Song CD with a Grammy winning producer,Music,Music,USD,2012-05-14,19320.00,2012-03-30 06:04:43,562.00,failed,14,US,562.00,562.00,19320.00 +109164793,A Super Minimalist Watch That Tells Time in a Unique Way,Product Design,Design,CAD,2014-10-21,40000.00,2014-09-18 18:00:32,5310.00,failed,23,CA,4832.48,4736.84,35682.43 +1091650336,Tesla Socket - Retractable USB Outlet,Gadgets,Technology,USD,2016-08-28,1000.00,2016-07-14 20:16:59,9.00,failed,5,US,2.00,9.00,1000.00 +1091651756,Journey of Phez,Comic Books,Comics,USD,2015-04-05,1000.00,2015-03-06 15:56:09,1475.00,successful,40,US,1475.00,1475.00,1000.00 +1091660319,Hooked on a rail,Product Design,Design,USD,2014-06-09,400000.00,2014-04-10 18:40:50,0.00,failed,0,US,0.00,0.00,400000.00 +1091664656,Jazzy Taz...Cover Your Cough!,Children's Books,Publishing,USD,2014-03-12,1500.00,2014-01-11 03:06:32,1530.00,successful,33,US,1530.00,1530.00,1500.00 +"1091667103,""""""On Hallowed Ground"""" mural art tells a story of the heart"",Public Art,Art,USD,2013-01-04,8000.00,2012-12-05 16:11:36,1050.00,failed,20,US,1050.00,1050.00,8000.00" +1091679814,Project: Health Stop (Health Food Store),Food,Food,AUD,2016-04-08,200000.00,2016-02-23 00:34:59,3.00,failed,1,AU,2.14,2.26,150591.07 +"10916902,""My Mother, Nature (2017)"",Documentary,Film & Video,EUR,2017-10-07,650.00,2017-09-07 13:18:19,865.00,successful,16,NL,158.41,1021.57,767.65" +1091716792,EXPOSURE,Shorts,Film & Video,GBP,2014-03-15,5000.00,2014-02-13 13:01:14,5940.00,successful,98,GB,9770.36,9794.55,8244.57 +1091720351,Still Alive,Shorts,Film & Video,USD,2014-09-09,12000.00,2014-07-11 08:02:26,35.00,failed,3,US,35.00,35.00,12000.00 +1091720481,The Hive,Graphic Novels,Comics,USD,2014-10-16,27000.00,2014-09-16 09:03:18,1105.00,failed,46,US,1105.00,1105.00,27000.00 +109173016,Punch a Nazi for Democracy sticker,Public Art,Art,USD,2017-04-08,300.00,2017-03-09 20:07:40,116.00,canceled,10,US,59.00,116.00,300.00 +1091737088,GORE HARVEST - eine Science-Fiction-Oper,Fiction,Publishing,EUR,2015-07-22,5000.00,2015-06-22 12:58:45,82.00,failed,3,DE,93.09,89.70,5469.50 +1091762563,FREETER! - Twitter Alternative That WONT Censor Free Speech,Technology,Technology,USD,2016-12-18,100000.00,2016-11-18 22:21:25,0.00,failed,0,US,0.00,0.00,100000.00 +1091766628,Elephant Artists,Conceptual Art,Art,GBP,2013-10-14,3000.00,2013-09-23 22:30:04,851.00,failed,14,GB,1362.31,1377.87,4857.36 +109178441,WHAT'S A NICE JEWISH GIRL DOING IN A PLACE LIKE THIS?,Musical,Theater,USD,2015-12-23,75000.00,2015-11-25 17:41:59,500.00,failed,1,US,500.00,500.00,75000.00 +1091785683,Waterfalls and Covered Bridges of the East Coast (US),Nature,Photography,USD,2014-09-22,20000.00,2014-07-24 03:38:43,1.00,failed,1,US,1.00,1.00,20000.00 +1091787834,Cabin,Shorts,Film & Video,EUR,2017-05-11,5000.00,2017-04-11 09:19:05,20.00,failed,2,FR,0.00,21.75,5437.97 +1091787835,The Muse-ik Project,Food,Food,USD,2012-03-01,22000.00,2012-01-31 11:00:33,25.00,failed,1,US,25.00,25.00,22000.00 +"1091797113,""Snow White, a full-length original ballet"",Dance,Dance,USD,2014-03-12,2200.00,2014-02-10 19:44:06,2338.00,successful,36,US,2338.00,2338.00,2200.00" +1091798424,Metafora: Beyond Words,Art Books,Publishing,CAD,2015-06-12,300.00,2015-05-13 00:27:54,306.00,successful,13,CA,252.78,248.72,243.84 +1091801744,Dani Winters' WWDC Adventure,Technology,Technology,CAD,2015-06-19,1500.00,2015-05-20 01:18:59,1535.00,successful,12,CA,1275.05,1250.92,1222.39 +1091806314,wall 3,Art,Art,USD,2014-10-05,6000.00,2014-09-05 04:46:46,0.00,failed,0,US,0.00,0.00,6000.00 +1091807705,True Freedom,Publishing,Publishing,USD,2017-04-09,20000.00,2017-03-10 19:16:00,0.00,failed,0,US,0.00,0.00,20000.00 +1091808234,Golden Shoes Movie,Film & Video,Film & Video,USD,2012-12-24,44000.00,2012-10-25 05:56:37,20.00,failed,2,US,20.00,20.00,44000.00 +1091818344,CRACKER / COURT-MÉTRAGE,Shorts,Film & Video,EUR,2016-03-09,1000.00,2016-02-08 22:58:55,1040.00,successful,9,FR,1160.57,1153.36,1109.00 +1091820308,Made in The Magic City: A Birmingham Documentary Series,Documentary,Film & Video,USD,2014-11-30,30000.00,2014-10-31 01:06:24,10515.00,failed,72,US,10515.00,10515.00,30000.00 +1091821079,Digital Break 48 Hour Film Team,Festivals,Film & Video,USD,2014-08-02,300.00,2014-07-10 17:08:25,355.00,successful,7,US,355.00,355.00,300.00 +1091848484,Quaint Spirits - A Fantasy Elf Coloring Book,Illustration,Art,USD,2017-08-31,1000.00,2017-08-01 17:00:08,2026.00,successful,45,US,0.00,2026.00,1000.00 +1091848636,Lee Hogans & Pursuance Album Project,Music,Music,USD,2010-06-12,5000.00,2010-05-12 16:38:22,240.00,failed,4,US,240.00,240.00,5000.00 +1091849132,Dubious Tales,Graphic Novels,Comics,USD,2016-04-12,25218.00,2016-03-11 13:11:58,2852.00,failed,51,US,2852.00,2852.00,25218.00 +1091852550,Fashion shoot at Grand Canyon.,People,Photography,USD,2015-10-09,8000.00,2015-09-09 21:28:59,0.00,failed,0,US,0.00,0.00,8000.00 +1091855897,XYZ,Thrillers,Film & Video,USD,2017-07-07,7000.00,2017-05-20 07:02:36,190.00,failed,3,US,0.00,190.00,7000.00 +1091863255,The Marvelous Musicians of December 18th,Music,Music,USD,2010-11-03,1000.00,2010-10-04 16:06:21,1150.00,successful,15,US,1150.00,1150.00,1000.00 +1091867078,BUST Circus Performance Camp,Theater,Theater,USD,2010-05-02,3000.00,2010-03-02 20:49:09,3385.00,successful,57,US,3385.00,3385.00,3000.00 +109187208,Gluten Free E-Book Cookbook (Canceled),Cookbooks,Food,AUD,2014-08-05,250.00,2014-07-06 13:19:36,0.00,canceled,0,AU,0.00,0.00,232.13 +1091888068,Création de notre gamme,DIY,Crafts,EUR,2017-02-15,15000.00,2016-12-17 12:03:20,11.00,failed,1,FR,11.48,11.71,15974.95 +1091890506,W.E.B. DU BOIS: A MAN FOR ALL TIMES--TO THE EDINBURGH FRINGE,Theater,Theater,USD,2012-05-14,5000.00,2012-03-15 23:44:55,5160.00,successful,57,US,5160.00,5160.00,5000.00 +1091891624,Rise and Shine,Documentary,Film & Video,USD,2014-10-07,6000.00,2014-09-05 06:07:04,613.00,failed,20,US,613.00,613.00,6000.00 +1091901663,AR Annahita Philosophy & Art,Nonfiction,Publishing,USD,2016-04-20,50000.00,2016-02-20 03:30:10,0.00,failed,0,US,0.00,0.00,50000.00 +1091905767,The Wild Places,Photography,Photography,USD,2013-04-07,3000.00,2013-03-08 20:01:06,26649.63,successful,713,US,26649.63,26649.63,3000.00 +1091906102,The Living Fence,Art,Art,GBP,2013-06-26,1500.00,2013-05-31 21:49:11,1511.00,successful,20,GB,2286.41,2305.64,2288.85 +109190813,Nathan Hunt II - interactive fiction with Google Streetview,Games,Games,EUR,2015-08-31,6000.00,2015-08-07 10:10:06,33.00,failed,5,ES,35.99,36.76,6682.78 +1091912056,Rock N Roll Tees,Apparel,Fashion,GBP,2017-09-20,350.00,2017-08-21 20:05:43,24.00,canceled,2,GB,30.89,32.56,474.89 +109191294,Elementary School Art Exhibit and Community Building Event,Art,Art,USD,2010-07-28,1000.00,2010-04-30 12:43:27,125.00,failed,2,US,125.00,125.00,1000.00 +1091924640,Life's Moments from the Trails of Vilas Co. (Coffee Table),Photobooks,Photography,USD,2015-08-13,5000.00,2015-07-14 01:57:35,110.00,canceled,1,US,110.00,110.00,5000.00 +1091927970,Jessie and Sargie,Children's Books,Publishing,USD,2015-10-01,9890.00,2015-09-02 01:41:06,3785.00,failed,36,US,3785.00,3785.00,9890.00 +109193604,The Imitation of Christ: reviving a classic translation,Poetry,Publishing,USD,2016-02-12,1800.00,2016-01-23 20:42:12,650.00,failed,7,US,650.00,650.00,1800.00 +1091936723,ANIMEATION: Much More than your Ordinary Anime Review!!,Periodicals,Publishing,USD,2015-04-03,5000.00,2015-03-04 01:14:34,100.00,failed,1,US,100.00,100.00,5000.00 +1091945111,Final We Shot The Moon Kickstarter!,Indie Rock,Music,USD,2013-09-19,10000.00,2013-08-20 01:16:24,17813.54,successful,181,US,17813.54,17813.54,10000.00 +1091954859,Virtual Multi-Stroke Geothermal Engine (VMSGE),Software,Technology,GBP,2017-06-19,500000.00,2017-06-09 07:19:09,46.00,failed,3,GB,0.00,58.53,636237.55 +1091959557,Embark Music+Culture-A Global Artistic Vision ,Periodicals,Publishing,USD,2011-06-24,7500.00,2011-03-25 10:52:33,0.00,failed,0,US,0.00,0.00,7500.00 +1091964536,iPal 21+,Video Games,Games,USD,2014-04-04,120000.00,2014-02-03 20:07:03,726.00,failed,6,US,726.00,726.00,120000.00 +1091975026,Malaya Full Length Album Kickstarter,Rock,Music,USD,2013-07-13,3500.00,2013-06-07 00:57:44,3601.00,successful,65,US,3601.00,3601.00,3500.00 +1091975243,Semit Doog ( A new kind of show),Comedy,Film & Video,USD,2017-06-05,1000.00,2017-04-21 21:36:28,0.00,canceled,0,US,0.00,0.00,1000.00 +1091977033,Legends Of Erin : Towards the Restless Winds,Fiction,Publishing,USD,2013-09-13,3500.00,2013-08-14 02:51:49,155.00,failed,3,US,155.00,155.00,3500.00 +1091984417,Sideshow: A Play with Puppets,Theater,Theater,USD,2010-08-02,3500.00,2010-05-29 22:19:34,3515.00,successful,48,US,3515.00,3515.00,3500.00 +1091992575,Help Fund The Piqua Civic Band's 2013 Holiday Concert!,Classical Music,Music,USD,2013-11-02,2000.00,2013-09-27 01:40:28,25.00,failed,1,US,25.00,25.00,2000.00 +1091998951,Bring Controversial Drama to Fringe,Performance Art,Art,USD,2011-10-15,1200.00,2011-09-10 23:04:49,1325.00,successful,14,US,1325.00,1325.00,1200.00 +1092003502,Catch & Release Lures,Product Design,Design,AUD,2016-10-17,55000.00,2016-08-18 05:14:21,61.00,canceled,2,AU,0.00,46.54,41962.31 +109200496,Lusistory,Publishing,Publishing,USD,2014-02-09,25000.00,2014-01-10 02:35:53,330.00,failed,4,US,330.00,330.00,25000.00 +1092007968,Beyoutifulliving: Be you. Live fully.,Film & Video,Film & Video,USD,2016-12-16,7000.00,2016-11-16 16:49:20,8154.00,successful,19,US,415.00,8154.00,7000.00 +1092012945,Mexican Textile Project,Weaving,Crafts,USD,2017-03-16,5500.00,2017-02-14 13:09:40,5632.00,successful,97,US,0.00,5632.00,5500.00 +"1092014622,Becoming a Woman Whose God is Enough - Teaching Series,Film & Video,Film & Video,USD,2014-09-15,5325.00,2014-08-15 01:11:22,7525.00,undefined,0,""N,0"""""",,7525.00,5325.00" +1092014917,Legend Land - A Novel by Noah Barfield,Fiction,Publishing,USD,2015-09-06,10000.00,2015-08-07 22:30:08,10461.00,successful,148,US,10461.00,10461.00,10000.00 +1092015945,Light A Candle For Humanity,Crafts,Crafts,USD,2016-12-08,5500.00,2016-11-07 05:13:17,55.00,failed,1,US,0.00,55.00,5500.00 +1092018475,Flood. Light. Forever. the EP,Faith,Music,USD,2015-07-31,5750.00,2015-07-01 09:19:38,5923.00,successful,60,US,5923.00,5923.00,5750.00 +1092020635,Women's issues online magazine,Publishing,Publishing,USD,2017-07-23,500.00,2017-05-24 23:03:15,50.00,failed,1,US,50.00,50.00,500.00 +1092026762,EVOLVE . A Collection Without Leftovers,Fashion,Fashion,GBP,2014-03-21,22000.00,2014-02-19 10:21:07,1204.00,failed,33,GB,2014.36,1985.29,36276.09 +1092038323,4Everly Adorned,Art,Art,USD,2017-12-29,6500.00,2017-11-29 15:33:09,6693.00,successful,54,US,327.00,6693.00,6500.00 +1092047398,Secrets of the Desert - A Feature Documentary,Documentary,Film & Video,USD,2011-03-19,20212.00,2011-02-17 21:28:02,512.00,failed,17,US,512.00,512.00,20212.00 +1092057856,Help for former Corporal Demi (USMC) to fund EP,Rock,Music,USD,2012-07-05,3500.00,2012-06-12 03:36:02,610.00,failed,5,US,610.00,610.00,3500.00 +1092070533,Shanghai Chefs: A Cookbook,Publishing,Publishing,USD,2015-11-12,10000.00,2015-10-13 08:06:06,14339.00,successful,146,US,14339.00,14339.00,10000.00 +1092072484,RememberStuff: Exciting Approach to Support Elderly & Family,Hardware,Technology,USD,2017-10-19,40000.00,2017-09-19 16:44:47,12010.00,canceled,16,US,0.00,12010.00,40000.00 +1092083229,EMMA Collective,Jewelry,Fashion,USD,2014-06-22,1000.00,2014-05-23 00:36:24,240.00,failed,8,US,240.00,240.00,1000.00 +1092085637,Venture Wallet,Accessories,Fashion,USD,2016-08-19,3000.00,2016-06-20 19:22:31,3036.00,successful,83,US,1955.00,3036.00,3000.00 +1092088871,PRINT is NOT DEAD - Graffiti Beach Magazine,Art Books,Publishing,USD,2013-04-01,18500.00,2013-03-02 01:27:18,3386.00,failed,71,US,3386.00,3386.00,18500.00 +1092094539,Trap Republic Records,Hip-Hop,Music,USD,2017-01-01,5000.00,2016-12-01 02:30:22,0.00,failed,0,US,0.00,0.00,5000.00 +1092125619,Shadowkirby and the Walk to Seattle (Canceled),Places,Photography,USD,2015-04-17,2200.00,2015-03-28 03:08:27,0.00,canceled,0,US,0.00,0.00,2200.00 +1092131603,BabyGurl's Chocolates and Confections,Small Batch,Food,USD,2015-03-01,35000.00,2015-01-01 01:12:27,264.00,failed,15,US,264.00,264.00,35000.00 +1092135483,Brigantine Sculpture project Celebrates the rebuilding,Sculpture,Art,USD,2013-05-30,10000.00,2013-04-30 19:32:53,100.00,failed,1,US,100.00,100.00,10000.00 +109214082,Dringa Games,Tabletop Games,Games,USD,2017-12-06,1200.00,2017-11-03 04:21:56,199.00,failed,11,US,90.00,199.00,1200.00 +109214390,Scott and Annie McKinnon EP,Faith,Music,AUD,2017-01-15,4000.00,2016-12-16 03:11:43,5100.00,successful,93,AU,940.84,3841.52,3012.96 +109214470,AlleyWire — 100 Startups in 100 Days,Webseries,Film & Video,USD,2014-03-01,25000.00,2014-01-30 15:31:18,1662.00,failed,36,US,1662.00,1662.00,25000.00 +1092146461,Go Get It!,Apps,Technology,USD,2015-05-28,7500.00,2015-05-13 00:28:54,0.00,failed,0,US,0.00,0.00,7500.00 +1092151320,The Importance of Being Earnest,Theater,Theater,GBP,2014-03-15,1000.00,2014-02-11 19:22:08,1045.00,successful,21,GB,1715.12,1723.11,1648.91 +1092157191,Hamilton: A Different Perspective,Photobooks,Photography,CAD,2015-03-01,3500.00,2015-01-25 22:47:19,380.00,failed,9,CA,306.00,304.83,2807.64 +1092163893,RoboArena- Asynchronous Multiplayer Tactical iOS Game,Video Games,Games,USD,2011-07-04,1000.00,2011-05-30 22:38:28,1406.00,successful,73,US,1406.00,1406.00,1000.00 +1092167271,Barkery. Bringing a world of health into our pets lives.,Small Batch,Food,USD,2016-06-29,45000.00,2016-05-29 17:27:18,0.00,failed,0,US,0.00,0.00,45000.00 +"1092169218,Sound of Cuba,Publishing,Publishing,GBP,2016-01-14,2500.00,2015-12-21 11:56:59,36.00,undefined,0,""N,0"""""",,51.60,3583.05" +1092183284,TECHSTYLE HAUS - Solar Decathlon Europe 2014,Architecture,Design,USD,2013-08-11,15000.00,2013-06-12 22:49:08,16614.00,successful,130,US,16614.00,16614.00,15000.00 +109218679,Bijou and the Bots - Theatrical workshop of new musical!,Theater,Theater,USD,2012-08-05,50000.00,2012-06-06 18:46:26,10.00,failed,1,US,10.00,10.00,50000.00 +1092186898,Why Did I Go to College?,Documentary,Film & Video,USD,2012-09-25,7000.00,2012-08-15 18:34:01,255.00,failed,6,US,255.00,255.00,7000.00 +"1092190479,""Reclamation Brewing Company - Greater Pittsburgh, PA"",Food,Food,USD,2012-11-22,35000.00,2012-10-22 19:28:41,15815.00,failed,106,US,15815.00,15815.00,35000.00" +1092200569,The Peace Reef Project - Aquaculture Art,Public Art,Art,USD,2013-11-19,50000.00,2013-09-27 03:23:41,3566.00,failed,26,US,3566.00,3566.00,50000.00 +1092209787,Push OTHERWISE ITS JUST FIREWOOD Over the Top for Public TV,Documentary,Film & Video,USD,2016-12-27,7500.00,2016-11-26 17:01:28,10257.00,successful,94,US,1780.00,10257.00,7500.00 +1092209850,FoodieRadar,Apps,Technology,USD,2016-03-31,40000.00,2016-03-01 18:57:27,301.00,failed,9,US,301.00,301.00,40000.00 +1092221610,MERCY SPARX: The Ongoing Series,Comics,Comics,USD,2013-03-16,17000.00,2013-02-13 17:33:15,18340.00,successful,241,US,18340.00,18340.00,17000.00 +1092222001,Silhouette Gang Comics: The Continued Adventures (Canceled),Comics,Comics,USD,2013-12-19,750.00,2013-11-19 18:43:23,25.00,canceled,1,US,25.00,25.00,750.00 +1092230002,The G.O.O.DLIFE Online Radio Show,Radio & Podcasts,Publishing,USD,2015-01-01,5000.00,2014-11-03 20:48:11,5050.00,successful,24,US,5050.00,5050.00,5000.00 +1092234161,The Glorious Death Of Comrade What's-His-Name,Musical,Theater,USD,2017-11-18,12500.00,2017-10-17 06:35:09,14120.00,successful,102,US,26.00,14120.00,12500.00 +109223639,Burn One Candle,Candles,Crafts,USD,2016-02-26,500.00,2016-02-06 01:22:35,560.00,successful,15,US,560.00,560.00,500.00 +1092239262,1 Little Thing - The First Game on Instagram (Canceled),Design,Design,USD,2014-11-20,5000.00,2014-10-20 17:05:34,32.00,canceled,10,US,32.00,32.00,5000.00 +1092242906,Nature,Shorts,Film & Video,USD,2013-10-26,500.00,2013-10-01 21:28:15,631.00,successful,27,US,631.00,631.00,500.00 +1092255036,Seven West - Short Film (Canceled),Shorts,Film & Video,AUD,2014-10-26,10000.00,2014-09-26 05:41:05,2985.00,canceled,35,AU,2644.05,2623.71,8789.66 +1092255926,NO WAY OUT BUT ONE: a story of love and justice,Documentary,Film & Video,USD,2011-07-05,20000.00,2011-05-21 18:50:49,20220.00,successful,110,US,20220.00,20220.00,20000.00 +"1092258529,""Publish Tezuka's """"Storm Fairy"""" & reprint """"Unico"""""",Graphic Novels,Comics,USD,2015-07-16,14200.00,2015-06-16 21:21:09,38142.00,successful,625,US,38142.00,38142.00,14200.00" +1092261359,Crash Wire Wrapps,Crafts,Crafts,USD,2014-08-22,350.00,2014-07-08 23:19:30,0.00,failed,0,US,0.00,0.00,350.00 +1092273135,3D printed kits of the Ffestiniog Englands from laser scans.,Tabletop Games,Games,GBP,2013-03-06,5000.00,2013-02-04 07:45:27,7952.00,successful,130,GB,12494.19,11950.89,7514.39 +1092275797,Glass City Roasters' Neighborhood Collective and Cafe,Restaurants,Food,USD,2016-03-02,5000.00,2016-02-01 06:20:26,5200.00,successful,53,US,5200.00,5200.00,5000.00 +1092278588,Compiler - comic binder,Product Design,Design,USD,2013-12-06,10000.00,2013-11-06 07:18:51,3330.52,failed,97,US,3330.52,3330.52,10000.00 +1092279307,Art Shed Gallery,Art,Art,GBP,2014-12-25,10000.00,2014-11-28 21:46:50,0.00,failed,0,GB,0.00,0.00,15439.72 +1092288656,Attend Photolucida portfolio reviews,Fine Art,Photography,USD,2014-09-01,1200.00,2014-07-08 22:28:03,0.00,failed,0,US,0.00,0.00,1200.00 +1092290346,Sacred Sword Miniatures - JRPG Styled Chibi Minis,Tabletop Games,Games,USD,2017-03-08,5000.00,2017-02-07 06:17:18,2920.00,canceled,74,US,891.00,2920.00,5000.00 +1092297001,BARE: A Rock Musical - Los Angeles Revival,Theater,Theater,USD,2013-08-16,5500.00,2013-07-16 21:27:58,9009.00,successful,70,US,9009.00,9009.00,5500.00 +1092298358,Julie's MA History Thesis,Academic,Publishing,USD,2015-02-28,1000.00,2015-01-29 21:58:23,1.00,failed,1,US,1.00,1.00,1000.00 +1092319282,PIGEONZ: A Game of Social Adventure,Video Games,Games,USD,2013-02-16,20000.00,2013-01-17 15:22:57,1335.00,failed,18,US,1335.00,1335.00,20000.00 +"1092328869,""Women's Professional Motocross at San Bernardino, CA"",Photography,Photography,USD,2014-04-13,2600.00,2014-03-25 23:50:07,0.00,failed,0,US,0.00,0.00,2600.00" +1092336777,Guardian Angel Car Freshener,Product Design,Design,USD,2018-01-28,10000.00,2017-12-29 19:09:57,505.00,live,15,US,316.00,505.00,10000.00 +109234425,The Anonymous Pumpkin Project (Canceled),Cookbooks,Food,USD,2015-09-23,4000.00,2015-09-03 20:09:31,40.00,canceled,1,US,40.00,40.00,4000.00 +1092360724,Cubicle Raiders - A board game for 2-4 Players.,Tabletop Games,Games,USD,2017-09-06,17000.00,2017-08-07 15:58:58,877.00,canceled,27,US,311.00,877.00,17000.00 +"1092361885,""Wood & Acetate Sunglasses, Swedish Design by SideRoot"",Accessories,Fashion,SEK,2016-03-23,52500.00,2016-03-03 21:30:04,10669.22,failed,12,SE,1238.50,1283.93,6317.84" +1092365527,* WORLD OF MYTHOLOGY *,Tabletop Games,Games,USD,2015-06-26,10000.00,2015-05-27 17:12:36,12754.00,successful,368,US,12754.00,12754.00,10000.00 +1092373193,Wizard's Tournament: Deck Building Fantasy Card Game,Tabletop Games,Games,USD,2012-03-13,12000.00,2012-01-13 05:12:46,4257.00,canceled,87,US,4257.00,4257.00,12000.00 +"1092375440,""""""Chanteuse in Concert"""""",Theater,Theater,USD,2014-07-01,1500.00,2014-05-10 00:36:27,130.00,failed,3,US,130.00,130.00,1500.00" +1092406171,Bad heroes - fast and bloody fpp game,Video Games,Games,GBP,2014-10-29,10000.00,2014-09-29 20:51:47,1.00,failed,1,GB,1.62,1.60,15969.34 +1092413971,The Majestic Craftsmanship Studios,Digital Art,Art,USD,2017-09-17,100000.00,2017-07-19 18:07:39,0.00,failed,0,US,0.00,0.00,100000.00 +1092422566,ROOTZ SAUCE – Real Flavor Uprooted,Small Batch,Food,USD,2015-08-21,7750.00,2015-07-22 17:51:59,7785.00,successful,60,US,7785.00,7785.00,7750.00 +1092423583,Gibbs Design Furniture Workshop,Woodworking,Crafts,GBP,2015-10-22,1000.00,2015-09-22 09:41:58,5.00,failed,1,GB,7.77,7.70,1540.40 +1092432477,Ro-Sham-Bo Bubble Battle (Canceled),Mobile Games,Games,USD,2014-11-20,25000.00,2014-10-26 22:11:15,137.00,canceled,16,US,137.00,137.00,25000.00 +1092432663,human bean designs,Graphic Design,Design,USD,2016-02-23,10000.00,2016-01-04 23:30:25,31.00,failed,2,US,31.00,31.00,10000.00 +1092433046,Handcrafted & Hard-Wearing Leather Goods by Koch Leather,Accessories,Fashion,USD,2014-08-18,10000.00,2014-07-19 05:58:42,15096.00,successful,145,US,15096.00,15096.00,10000.00 +109244022,Project Veterans story's,Audio,Journalism,USD,2014-11-29,2000.00,2014-10-30 22:37:24,0.00,failed,0,US,0.00,0.00,2000.00 +109246557,Twenty-Nine BrewPub and Wood Fired Pizza,Drinks,Food,USD,2014-07-25,25000.00,2014-06-25 16:58:23,2184.00,failed,32,US,2184.00,2184.00,25000.00 +1092471577,The Zootape Letters,Documentary,Film & Video,USD,2012-05-20,15000.00,2012-03-21 05:51:15,0.00,failed,0,US,0.00,0.00,15000.00 +1092475145,Opus Twelve,Music,Music,USD,2012-09-13,3456.00,2012-08-14 02:36:12,4089.00,successful,59,US,4089.00,4089.00,3456.00 +"1092476133,""Hot New Educational YouTube Channel """"Engineering"""""",Documentary,Film & Video,USD,2015-01-03,20000.00,2014-12-04 01:08:11,8.00,failed,2,US,8.00,8.00,20000.00" +"1092476441,Families and addiction - Prevention and Recovery;Marie Byrne,Nonfiction,Publishing,EUR,2017-12-22,3500.00,2017-11-22 22:33:36,225.00,failed,6,IE,230.08,266.69,4148.54" +1092479832,Quicksilver Worldbook for Pathfinder,Games,Games,USD,2012-05-08,3500.00,2012-04-03 19:09:58,3555.61,successful,61,US,3555.61,3555.61,3500.00 +1092480097,DIESEL FISH. Ultimate Rope Tie.,Product Design,Design,USD,2014-11-17,2000.00,2014-10-17 05:13:19,24189.00,successful,654,US,24189.00,24189.00,2000.00 +1092485268,The Fertile Fiend From Outer Space-Post Production,Shorts,Film & Video,USD,2013-04-06,1000.00,2013-03-21 18:03:16,1000.00,successful,9,US,1000.00,1000.00,1000.00 +1092489408,Photographic Memory: Polaroids to Remember Who We Are,People,Photography,USD,2018-01-01,3000.00,2017-12-01 17:21:58,3055.00,successful,37,US,154.00,3055.00,3000.00 +1092500190,Window Ninja'z,Comic Books,Comics,USD,2014-10-10,600.00,2014-08-26 00:09:59,29.00,failed,3,US,29.00,29.00,600.00 +1092504851,Za: a collaborative word game,Tabletop Games,Games,USD,2017-10-18,2000.00,2017-09-18 07:10:05,1342.00,failed,35,US,304.00,1342.00,2000.00 +1092505884,Dump the Trump – A card game about lies and deception,Playing Cards,Games,CHF,2017-04-21,10000.00,2017-03-22 06:02:41,6583.00,failed,187,CH,5832.45,6594.08,10016.83 +1092508417,Malice,Horror,Film & Video,USD,2015-04-22,10000.00,2015-03-23 17:35:49,0.00,failed,0,US,0.00,0.00,10000.00 +1092509309,Voices of Light: Guatemala 2012,Classical Music,Music,USD,2012-12-11,13500.00,2012-11-21 18:33:52,790.44,failed,23,US,790.44,790.44,13500.00 +1092511484,Libercom Bumper Case for iPhone 6S / 6S Plus / 6 / 6 Plus,Product Design,Design,USD,2015-10-10,100.00,2015-09-09 22:55:26,888.00,successful,76,US,888.00,888.00,100.00 +1092511828,3010 | Sci-fi Series,Television,Film & Video,AUD,2014-07-13,6000.00,2014-06-18 02:38:08,6056.00,successful,41,AU,5690.02,5685.32,5632.75 +1092526138,Media Assets Group Film & TV Library IPO,Film & Video,Film & Video,USD,2016-10-12,500000.00,2016-09-12 21:19:13,0.00,failed,0,US,0.00,0.00,500000.00 +1092530300,Kitties are Not Good to Eat,Children's Books,Publishing,USD,2017-12-29,3000.00,2017-11-15 17:42:04,3296.00,successful,45,US,854.00,3296.00,3000.00 +1092530476,Relax And Drift Away In Our Hammocks,Product Design,Design,USD,2017-07-21,4000.00,2017-06-26 20:34:40,425.00,failed,7,US,225.00,425.00,4000.00 +109253141,Katie Kerkhover & the Die Nasties (Canceled),Rock,Music,USD,2011-07-30,6500.00,2011-05-31 19:41:55,1705.00,canceled,27,US,1705.00,1705.00,6500.00 +1092548036,Snapshots and Snippets Pre-Order,Poetry,Publishing,USD,2017-09-01,350.00,2017-07-17 20:46:22,350.00,successful,8,US,70.00,350.00,350.00 +1092548353,The Old Picture House Jazz Club,Jazz,Music,GBP,2015-11-22,50000.00,2015-10-23 15:33:51,2353.00,failed,11,GB,3630.35,3541.70,75259.27 +1092550458,Show Search,Theater,Theater,USD,2012-04-04,15000.00,2012-02-24 00:47:58,200.00,failed,4,US,200.00,200.00,15000.00 +1092554359,WATER WAR,Narrative Film,Film & Video,USD,2014-04-12,30000.00,2014-02-11 03:09:20,6866.00,failed,50,US,6866.00,6866.00,30000.00 +1092557411,DELTABURST - The DEBUT EP and TOUR,Electronic Music,Music,DKK,2015-04-20,20000.00,2015-03-20 10:16:48,1900.00,failed,5,DK,274.78,275.65,2901.62 +1092560780,BOOK: Fools With Dreams,Photobooks,Photography,EUR,2017-06-29,9000.00,2017-06-06 09:58:42,11194.00,successful,118,BE,941.10,12774.60,10270.81 +1092565562,The Bead-It-Up Beading Station,Crafts,Crafts,USD,2012-07-07,6000.00,2012-05-08 19:09:56,861.00,failed,32,US,861.00,861.00,6000.00 +1092565823,The Moho Collective - Hitting the Road!,Rock,Music,USD,2011-07-01,1000.00,2011-06-02 21:33:09,1015.00,successful,14,US,1015.00,1015.00,1000.00 +109257353,after arcadia: portfolio i,Digital Art,Art,USD,2016-07-05,4000.00,2016-06-06 19:08:20,4771.00,successful,55,US,4771.00,4771.00,4000.00 +"1092574678,Pixelate Film Festival 2014,Film & Video,Film & Video,GBP,2014-05-07,1500.00,2014-04-09 13:37:16,1552.00,undefined,0,""N,0"""""",,2617.07,2529.38" +1092580660,Afterland,Video Games,Games,USD,2013-06-27,32000.00,2013-05-28 06:10:49,35764.01,successful,488,US,35764.01,35764.01,32000.00 +1092594780,Nacho Grandad's tie bars,Accessories,Fashion,USD,2017-04-03,450.00,2017-03-27 18:30:28,28.00,failed,2,US,8.00,28.00,450.00 +1092608729,Rise of the Witches,Fiction,Publishing,USD,2014-03-24,3500.00,2014-01-23 19:21:41,85.00,failed,6,US,85.00,85.00,3500.00 +1092609791,Huggable Henry the Bear - story including knitting pattern,Children's Books,Publishing,USD,2016-09-01,2900.00,2016-07-07 20:55:52,1125.00,failed,34,US,163.00,1125.00,2900.00 +"1092611592,HELP LIVE1 GO LEGIT,Music,Music,USD,2016-03-27,5000.00,2016-02-27 02:21:26,0.00,undefined,0,""N,0"""""",,0.00,5000.00" +10926123,Paid to Play - The Life of Pro Gamers,Documentary,Film & Video,USD,2014-01-03,5000.00,2013-12-04 22:27:23,24.00,failed,7,US,24.00,24.00,5000.00 +1092613148,The Fog Short Film,Drama,Film & Video,USD,2015-06-29,4200.00,2015-05-30 00:49:11,4340.00,successful,57,US,4340.00,4340.00,4200.00 +1092613480,DJ Sphynx,Mixed Media,Art,USD,2016-03-15,5000.00,2016-02-09 22:23:40,27.00,failed,3,US,27.00,27.00,5000.00 +"1092613977,""""""Portraits and Voices of the Salton Sea"""" Exhibition Prints!"",Photography,Photography,USD,2012-06-25,2400.00,2012-05-25 20:14:22,3265.66,successful,52,US,3265.66,3265.66,2400.00" +1092615635,Bike (3),Shorts,Film & Video,USD,2011-11-06,713.00,2011-10-18 20:16:03,7.13,failed,1,US,7.13,7.13,713.00 +109261582,NecroWolves: Rising In Packs,Video Games,Games,USD,2015-08-20,35000.00,2015-07-06 18:31:46,360.00,failed,11,US,360.00,360.00,35000.00 +"1092617048,""Smoothie Kones """"The Healthy Alternative"""""",Restaurants,Food,USD,2015-01-01,5000.00,2014-11-17 22:34:22,1.00,failed,1,US,1.00,1.00,5000.00" +109262064,One Night Ultimate Vampire,Tabletop Games,Games,USD,2015-09-01,5000.00,2015-08-03 11:12:19,378117.00,successful,4839,US,378117.00,378117.00,5000.00 +"1092624898,""""""The Africa Project"""" A Global Music Collaboration Benefit"",World Music,Music,USD,2011-05-02,5500.00,2011-03-17 17:57:28,20.00,failed,1,US,20.00,20.00,5500.00" +"1092633858,""Pine Knoll Clock Works, the GREEN line"",Woodworking,Crafts,USD,2016-05-07,16000.00,2016-04-07 22:24:39,0.00,failed,0,US,0.00,0.00,16000.00" +109263815,EmbrYou,Narrative Film,Film & Video,GBP,2017-04-05,450.00,2017-03-21 13:33:59,126.00,failed,3,GB,154.80,156.52,559.00 +1092642803,50 States—50 Jews,Nonfiction,Publishing,USD,2013-10-28,6000.00,2013-09-23 03:58:01,2452.00,failed,55,US,2452.00,2452.00,6000.00 +1092651007,Fluke - The Wealth Building Game of Accidental Inventions #2,Tabletop Games,Games,USD,2012-02-08,1000.00,2012-01-08 01:23:33,242.00,failed,6,US,242.00,242.00,1000.00 +1092654320,Keeping the Music Alive: Using Music in Fashion,Fashion,Fashion,USD,2012-07-22,3500.00,2012-06-22 04:40:56,10.00,failed,2,US,10.00,10.00,3500.00 +1092660178,Payoff Pitch Baseball 2016 Season Card Set,Tabletop Games,Games,USD,2016-11-15,500.00,2016-11-01 22:21:48,914.00,successful,13,US,504.00,914.00,500.00 +1092661749,Fiction Southeast Press (Far Beyond the Pale by Daren Dean),Fiction,Publishing,USD,2015-02-04,2000.00,2015-01-05 18:53:21,2070.00,successful,46,US,2070.00,2070.00,2000.00 +1092674324,Tell A Tale Illustrated Jewelry - Periphery,Fashion,Fashion,USD,2016-05-02,800.00,2016-04-11 23:28:43,1275.00,successful,37,US,1275.00,1275.00,800.00 +1092678047,The Profile Archive: artists on their art in their own words,Documentary,Film & Video,USD,2013-09-05,25000.00,2013-08-01 13:43:36,25050.00,successful,49,US,25050.00,25050.00,25000.00 +1092684091,Capsula Mundi: a tree for life,Civic Design,Design,EUR,2016-07-01,60000.00,2016-05-26 17:31:00,23547.50,failed,236,IT,26246.36,26220.12,66809.94 +"1092684275,""""""The Great Educator"""""",Documentary,Film & Video,USD,2014-06-06,27000.00,2014-05-05 10:21:30,4431.00,failed,56,US,4431.00,4431.00,27000.00" +1092687224,The Sagas of Noggin the Nog Goes To Edinburgh and Beyond.,Theater,Theater,GBP,2014-07-30,4000.00,2014-07-03 12:09:33,4065.00,successful,79,GB,6971.42,6839.63,6730.27 +1092690444,Shootout! The High Noon Card Game(CANCELLED) (Canceled),Tabletop Games,Games,USD,2015-09-04,5869.00,2015-07-30 19:01:24,709.00,canceled,20,US,709.00,709.00,5869.00 +1092691760,I want to have a BBQ at my friends house. (Suspended),Bacon,Food,USD,2015-06-21,1000.00,2015-05-27 22:51:14,1.00,suspended,1,US,1.00,1.00,1000.00 +"1092692819,""""""Secrets of a Kept Woman"""" --The Stage Play"",Performance Art,Art,USD,2012-08-03,5000.00,2012-06-26 01:26:51,1595.25,failed,70,US,1595.25,1595.25,5000.00" +1092696270,You can help make Agent 160's Fun Palace in Wales HAPPEN!,Festivals,Theater,GBP,2014-09-04,3052.00,2014-08-03 10:30:14,3107.00,successful,59,GB,5226.79,5063.15,4973.52 +1092701949,The Uncanny Hardcover Collection (Canceled),Comics,Comics,USD,2012-06-10,15000.00,2012-05-11 15:16:16,779.02,canceled,17,US,779.02,779.02,15000.00 +1092708177,GMOooh!,Tabletop Games,Games,USD,2014-07-20,10000.00,2014-06-10 15:44:04,473.00,failed,10,US,473.00,473.00,10000.00 +1092708684,The Teleport System,Narrative Film,Film & Video,USD,2011-05-05,600.00,2011-04-20 06:42:26,730.91,successful,18,US,730.91,730.91,600.00 +1092712468,DEVOURED BY TIGERS (a new play by Michael Ruth),Theater,Theater,USD,2013-07-03,1000.00,2013-06-03 21:26:39,1540.00,successful,24,US,1540.00,1540.00,1000.00 +1092712780,The Seventh Commandment,Thrillers,Film & Video,USD,2015-07-10,40000.00,2015-06-10 00:54:08,25.00,failed,1,US,25.00,25.00,40000.00 +1092716070,Bamboo & Fern The Movie To Help Inspire & Transform Lives,Film & Video,Film & Video,GBP,2015-06-12,20000.00,2015-05-13 14:32:00,0.00,failed,0,GB,0.00,0.00,30973.18 +1092726038,Brittany Lee Moffitt: A Solo EP,Pop,Music,USD,2014-04-21,3000.00,2014-03-22 18:05:30,3750.00,successful,69,US,3750.00,3750.00,3000.00 +1092732330,Above Pete's Garage. Purposeful Production Mentoring.,Music,Music,USD,2014-11-01,40000.00,2014-10-02 15:25:55,14850.00,failed,57,US,14850.00,14850.00,40000.00 +1092741785,Roto phone holder,Product Design,Design,AUD,2016-04-08,94000.00,2016-03-01 03:42:01,148.00,failed,3,AU,105.47,111.44,70777.80 +1092743830,ALL NIGHTER: a feature in the tradition of classic 70's horror films. (Canceled),Shorts,Film & Video,USD,2010-12-12,5000.00,2010-09-13 20:25:57,260.00,canceled,4,US,260.00,260.00,5000.00 +1092747274,Fifth of July,Shorts,Film & Video,USD,2013-03-16,2000.00,2013-02-14 16:37:52,2236.23,successful,45,US,2236.23,2236.23,2000.00 +109275521,Spendin le classeur intelligent,Apps,Technology,EUR,2017-11-23,15000.00,2017-10-24 18:23:40,10.00,failed,1,FR,0.00,11.88,17815.57 +1092757500,25 Years-A Feature Film,Narrative Film,Film & Video,USD,2012-08-16,1500.00,2012-07-17 04:00:51,1590.00,successful,22,US,1590.00,1590.00,1500.00 +1092757743,The Road Ahead: A Docu Journal (Canceled),Documentary,Film & Video,USD,2014-04-28,700.00,2014-02-27 22:30:19,0.00,canceled,0,US,0.00,0.00,700.00 +1092763745,FitaShow - WebSérie,Comedy,Film & Video,EUR,2016-05-07,8000.00,2016-03-08 10:51:31,1.00,failed,1,FR,1.10,1.13,9078.43 +"1092767750,""The Three Little Pigsburghers, as told in Pittsburghese"",Translations,Publishing,USD,2014-04-02,3000.00,2014-03-01 04:23:40,10798.00,successful,242,US,10798.00,10798.00,3000.00" +1092779259,The Heroic Art of Jake Johnson,Painting,Art,USD,2011-09-15,5000.00,2011-06-17 03:22:25,2.00,failed,2,US,2.00,2.00,5000.00 +109278443,Harbinger: Life and Death of Panama's Amphibians,Documentary,Film & Video,USD,2015-08-10,1500.00,2015-07-20 18:07:43,2230.00,successful,33,US,2230.00,2230.00,1500.00 +1092798329,3 Armed Decoy Tour,Rock,Music,EUR,2015-03-05,1100000.00,2015-01-23 22:26:01,30.00,failed,2,IE,34.81,32.89,1205928.78 +1092800417,The Stupid Economy,Theater,Theater,USD,2012-03-26,2500.00,2012-03-05 20:04:05,2618.33,successful,55,US,2618.33,2618.33,2500.00 +1092807104,Chillout - Shisha Club,Restaurants,Food,CHF,2015-08-16,60000.00,2015-06-17 17:15:54,0.00,failed,0,CH,0.00,0.00,62875.95 +1092809167,Holy Moly & The Crackers: Studio Album,Music,Music,GBP,2016-06-17,7000.00,2016-04-18 17:50:53,8315.00,successful,205,GB,11809.00,11879.76,10001.00 +1092820198,ALCHEMY NFK // CREATIVE COMMUNITY CENTER UPGRADES,Art,Art,USD,2014-04-03,25000.00,2014-03-13 15:26:55,29400.71,successful,257,US,29400.71,29400.71,25000.00 +109282578,Hey Ice Cream Truck!,Apps,Technology,USD,2014-08-09,3000.00,2014-07-10 22:14:42,10.00,failed,1,US,10.00,10.00,3000.00 +1092826229,The Book of Brilliant Things,Nonfiction,Publishing,NZD,2013-12-27,4500.00,2013-11-27 00:21:36,167.00,failed,2,NZ,137.32,136.56,3679.78 +1092844569,Help Lux Performance Arts Find a New Home!,Spaces,Dance,USD,2017-06-22,7000.00,2017-05-23 04:22:03,8045.00,successful,60,US,550.00,8045.00,7000.00 +1092846820,Cubicos,Webseries,Film & Video,EUR,2016-05-01,6000.00,2016-04-02 09:03:05,0.00,failed,0,ES,0.00,0.00,6856.20 +1092854482,Fyah Wyah Music Video,World Music,Music,USD,2011-04-28,10500.00,2011-03-16 17:21:48,15.00,failed,1,US,15.00,15.00,10500.00 +1092856705,They're Here!,Science Fiction,Film & Video,USD,2015-12-06,8000.00,2015-11-07 00:44:52,0.00,failed,0,US,0.00,0.00,8000.00 +1092861508,Dr. Greene's Ideal Mattress,Product Design,Design,USD,2017-07-04,50000.00,2017-05-25 17:51:35,2634.00,failed,8,US,1524.00,2634.00,50000.00 +1092901036,Cutthroats And Such Fishing Apparel,Apparel,Fashion,USD,2017-09-08,500.00,2017-08-09 02:46:07,115.00,failed,3,US,15.00,115.00,500.00 +109291499,Out of Print - A Documentary about the New Beverly Cinema,Documentary,Film & Video,USD,2012-05-24,75000.00,2012-04-24 20:02:16,81570.23,successful,859,US,81570.23,81570.23,75000.00 +1092920906,THE AMERICAN FATHERS PODCAST,Radio & Podcasts,Publishing,USD,2015-04-15,30000.00,2015-03-16 05:22:45,2852.00,failed,45,US,2852.00,2852.00,30000.00 +"109294380,""Stand Up & Become """"Love's Heretic"""" (Canceled)"",Hip-Hop,Music,USD,2015-05-21,15000.00,2015-03-22 07:32:04,2607.00,canceled,15,US,2607.00,2607.00,15000.00" +1092947388,Space Riders,Tabletop Games,Games,GBP,2015-05-28,800.00,2015-05-08 21:13:29,4888.00,successful,90,GB,7447.60,7457.81,1220.59 +1092957346,Johnson Family Produce,Farmer's Markets,Food,USD,2016-07-16,1500.00,2016-06-16 19:08:48,2.00,failed,2,US,2.00,2.00,1500.00 +1092958475,Help send us to Los Angeles!!,Hip-Hop,Music,USD,2015-04-03,350.00,2015-03-04 00:14:39,61.00,failed,4,US,61.00,61.00,350.00 +1092961891,The Rigs to Reefs Story: Decision Analysis' Positive Impact,Documentary,Film & Video,USD,2016-06-20,5000.00,2016-04-21 21:35:15,5555.00,successful,9,US,5555.00,5555.00,5000.00 +1092982388,Swallow an Independent Feature Film,Narrative Film,Film & Video,USD,2009-12-03,8000.00,2009-10-04 04:09:58,0.00,failed,0,US,0.00,0.00,8000.00 +1092984709,Pittsburgh's ORIGINAL Mobile Bar Truck,Drinks,Food,USD,2014-08-30,43500.00,2014-07-31 15:35:36,465.00,failed,6,US,465.00,465.00,43500.00 +1092986352,Melody Creations Creative Arts Program,Kids,Music,USD,2017-02-07,30000.00,2017-01-08 02:17:45,10.00,failed,1,US,0.00,10.00,30000.00 +1093000653,The Emotion Project - Is This Heaven EP,Indie Rock,Music,USD,2011-10-15,1500.00,2011-08-16 09:46:17,2132.03,successful,60,US,2132.03,2132.03,1500.00 +"1093002346,""""""Viva L.A. Lucha"""" Pilot & Web Series"",Webseries,Film & Video,USD,2013-07-02,60000.00,2013-05-23 19:30:48,2023.00,failed,36,US,2023.00,2023.00,60000.00" +1093002715,1950's Brambles Corner Creamery & Grill Conversion Project,Food,Food,USD,2013-10-26,40000.00,2013-09-26 21:43:31,25.00,canceled,1,US,25.00,25.00,40000.00 +"1093009881,""Companion Bike Seat - Half the Wheels, Twice the Fun!!"",Product Design,Design,USD,2012-04-23,35000.00,2012-03-09 08:22:07,5368.00,failed,61,US,5368.00,5368.00,35000.00" +1093018245,Upcycled Scrabble game tiles turned into pendants,Jewelry,Fashion,CAD,2014-11-16,500.00,2014-10-17 07:22:34,46.00,failed,4,CA,40.81,40.85,444.05 +1093018911,Tabletop Tokens,Gaming Hardware,Games,USD,2015-05-16,500.00,2015-04-16 00:18:22,1135.00,successful,16,US,1135.00,1135.00,500.00 +1093019685,Beats n Bars Festival 2017,Hip-Hop,Music,USD,2017-07-01,25000.00,2017-06-01 06:04:44,29811.00,successful,305,US,1319.00,29811.00,25000.00 +1093022305,The Way We Was: The Story of the Kendall Wall Band,Documentary,Film & Video,CAD,2015-06-26,59500.00,2015-04-27 21:33:13,940.00,failed,13,CA,771.92,760.21,48119.69 +10930237,Songs of Icarus-Hemingway meets Monk @ the Heartbreak Hotel.,Fiction,Publishing,USD,2014-04-12,1800.00,2014-03-13 17:48:33,530.00,failed,13,US,530.00,530.00,1800.00 +"1093027993,""Mitch Gettman's New Album """"Dichotomy"""""",Indie Rock,Music,USD,2015-08-27,2500.00,2015-07-28 07:06:29,790.00,failed,12,US,790.00,790.00,2500.00" +1093033678,Divine right Kingdom of the realm RISK with a royal dynasty.,Games,Games,CAD,2014-01-28,800.00,2014-01-13 20:01:44,0.00,failed,0,CA,0.00,0.00,714.60 +109303379,Seeking accomplices to join: De La Calle Inc.,Fashion,Fashion,USD,2012-05-19,20000.00,2012-04-19 17:01:33,100.00,failed,3,US,100.00,100.00,20000.00 +1093035237,Timer Tags,Food,Food,USD,2014-04-21,10000.00,2014-03-31 20:50:37,15.00,failed,1,US,15.00,15.00,10000.00 +1093039792,Launching The Luna Parc School of Craft,Art,Art,USD,2016-04-08,20000.00,2016-03-09 22:46:37,7079.89,failed,67,US,7079.89,7079.89,20000.00 +1093040147,Diehard Miniatures: Eru-Kin Expansion.,Tabletop Games,Games,GBP,2016-11-01,3000.00,2016-10-04 10:00:32,9605.20,successful,187,GB,2512.85,11997.80,3747.28 +1093041659,BRANDON NATHANIEL-Be a part of my new album!,Rock,Music,USD,2011-06-06,2500.00,2011-05-23 19:02:49,760.00,failed,10,US,760.00,760.00,2500.00 +1093043748,ASTRONITE,Webseries,Film & Video,USD,2015-06-03,2100.00,2015-05-04 07:15:14,230.00,failed,8,US,230.00,230.00,2100.00 +1093051331,Cuff your pants in style with Royal Cuffs,Fashion,Fashion,USD,2014-10-10,3000.00,2014-09-19 20:36:16,640.00,failed,15,US,640.00,640.00,3000.00 +"1093056071,""Sawadee, Welcome und Hallo"",Architecture,Design,EUR,2017-07-23,325000.00,2017-06-20 00:10:12,0.00,canceled,0,DE,0.00,0.00,381191.43" +1093063919,Wannalistit.com supporting SME'S,Web,Technology,GBP,2014-08-05,1500.00,2014-07-18 19:49:17,0.00,failed,0,GB,0.00,0.00,2520.63 +109306833,YUUUGE GOLDEN FISTS,Fiction,Publishing,USD,2016-08-18,47000.00,2016-07-19 14:15:30,535.00,canceled,6,US,90.00,535.00,47000.00 +1093070006,OWL Programmable Effects Pedal,Hardware,Technology,GBP,2013-07-01,8000.00,2013-05-30 08:30:21,33641.00,successful,204,GB,50557.41,50363.04,11976.59 +10930744,Orcish Poetry,Poetry,Publishing,USD,2012-12-12,4000.00,2012-11-28 23:40:21,26.00,failed,2,US,26.00,26.00,4000.00 +1093083120,Make 100: Batman Sketches,Illustration,Art,USD,2017-02-01,500.00,2017-01-17 20:30:24,187.00,failed,18,US,18.00,187.00,500.00 +1093085072,Calculator Full Length + These Roots Grow Deep Repress,Music,Music,USD,2013-06-04,1000.00,2013-05-15 01:02:44,1762.22,successful,56,US,1762.22,1762.22,1000.00 +1093088446,My First Project- The Making of Two EPs,Music,Music,USD,2014-04-06,10000.00,2014-03-06 21:06:42,1075.00,failed,25,US,1075.00,1075.00,10000.00 +"1093090255,Steve Constable Album Debut,Music,Music,USD,2016-02-01,1500.00,2015-12-03 16:22:59,0.00,undefined,0,""N,0"""""",,0.00,1500.00" +"1093099984,""The """"Be Nice"""" Book!"",Children's Books,Publishing,USD,2014-11-22,3200.00,2014-10-23 21:04:03,3232.00,successful,34,US,3232.00,3232.00,3200.00" +1093118518,Scareycrows,Horror,Film & Video,GBP,2014-09-17,7000.00,2014-08-26 09:57:50,7055.50,successful,135,GB,11682.34,11529.16,11438.47 +1093119716,Pacha's Pajamas: Taking Children's Music to the Next Level,Hip-Hop,Music,USD,2011-12-15,6000.00,2011-11-15 19:39:44,6146.00,successful,138,US,6146.00,6146.00,6000.00 +1093121306,Smartmosphere - Make yourself seamless connected objects,Gadgets,Technology,EUR,2015-11-19,10000.00,2015-10-20 19:33:37,133.00,failed,2,FR,151.14,142.15,10687.99 +1093122913,'interACTIVE' Dance & Drama Education,Workshops,Dance,GBP,2015-03-13,1400.00,2015-02-11 23:24:01,5.00,failed,1,GB,7.62,7.39,2069.32 +1093128601,Dear Luna Saves Rock n' Roll.,Music,Music,USD,2011-08-11,1500.00,2011-06-21 04:05:17,1500.00,successful,8,US,1500.00,1500.00,1500.00 +"1093131747,""""""WHO IS LOU GEHRIG?"""" -an inspiring film about ALS"",Shorts,Film & Video,USD,2014-10-09,60000.00,2014-09-04 18:44:27,66710.00,successful,248,US,66710.00,66710.00,60000.00" +"1093131761,""KoolThings + Smartphone = New KoolApplications for """"IoT"""""",Technology,Technology,USD,2014-02-25,50000.00,2013-12-27 07:16:34,56364.00,successful,157,US,56364.00,56364.00,50000.00" +1093133303,The Gaming Playce,Video Games,Games,USD,2017-05-21,30000.00,2017-04-06 18:49:17,15.00,failed,1,US,15.00,15.00,30000.00 +1093135837,Daydream Album,Music,Music,USD,2013-08-16,15000.00,2013-07-17 03:29:18,22.00,failed,4,US,22.00,22.00,15000.00 +1093152401,Among the Insidious,Video Games,Games,USD,2016-07-13,8000.00,2016-06-13 05:46:22,71.00,failed,5,US,55.00,71.00,8000.00 +"1093159141,""Eat Tropics, A Caribbean Meal Delivery Service"",Food,Food,USD,2016-12-17,14695.00,2016-11-02 01:13:37,100.00,failed,1,US,100.00,100.00,14695.00" +1093169022,VOLUME at Del Vaz Projects: Dean Smith and Nicole Fein,Art,Art,USD,2016-08-30,4000.00,2016-08-15 18:27:01,4767.00,successful,61,US,1574.00,4767.00,4000.00 +1093184866,Fantasy RPG Greeting Cards,Tabletop Games,Games,USD,2014-03-05,700.00,2014-02-19 06:04:56,4125.00,successful,32,US,4125.00,4125.00,700.00 +1093191214,Rettet das Jungle World,Publishing,Publishing,CHF,2016-03-30,7000000.00,2016-02-15 21:03:11,72.00,failed,4,CH,73.68,75.20,7310781.31 +"1093199711,""AroniaPlus, Nutrition that Empowers You."",Drinks,Food,USD,2016-01-22,12500.00,2015-12-23 15:59:49,810.00,failed,9,US,810.00,810.00,12500.00" +"1093202298,""""""Hunger"""" Debut Album"",Hip-Hop,Music,USD,2013-05-31,3500.00,2013-05-01 17:58:25,640.00,failed,17,US,640.00,640.00,3500.00" +"1093208673,""Support The Dancers of Woman Versus, A Dance Film"",Music Videos,Film & Video,USD,2016-08-01,4469.00,2016-06-19 18:35:47,4732.00,successful,83,US,2292.00,4732.00,4469.00" +"1093209295,""Kevin Meares, Paranormal Encyclopedia"",Webseries,Film & Video,USD,2015-07-05,500.00,2015-06-05 08:59:12,25.00,failed,1,US,25.00,25.00,500.00" +109321170,Vietnam in Black and White,Photography,Photography,USD,2012-03-28,5000.00,2012-01-28 07:23:38,811.00,failed,8,US,811.00,811.00,5000.00 +1093212186,Why am i the last to know.,Rock,Music,USD,2015-02-18,4000.00,2015-01-19 08:36:26,0.00,failed,0,US,0.00,0.00,4000.00 +1093212469,Colorado Wildflower Project,Photography,Photography,USD,2012-04-30,1500.00,2012-04-19 18:28:54,715.00,failed,9,US,715.00,715.00,1500.00 +1093213997,Coffee Inspired Paintings Coffee Strokes Art Show Landscape,Painting,Art,USD,2011-12-30,4900.00,2011-11-10 20:35:56,8.33,failed,2,US,8.33,8.33,4900.00 +1093214851,A-2-ZEE music video for first single 'Freak At Night',Hip-Hop,Music,GBP,2014-06-10,350.00,2014-05-21 17:29:43,370.00,successful,6,GB,622.21,627.60,593.67 +1093220216,The PAH Project,Webseries,Film & Video,USD,2016-03-23,500.00,2016-02-22 19:04:40,16.00,failed,2,US,16.00,16.00,500.00 +1093220475,Adora & Vitali : A Spin on the Matter of Motion,Children's Books,Publishing,USD,2012-12-28,1500.00,2012-10-31 15:51:10,136.00,failed,2,US,136.00,136.00,1500.00 +1093222687,Limitless: Life In Motion,Documentary,Film & Video,USD,2012-07-02,10000.00,2012-05-03 06:02:02,101.00,failed,2,US,101.00,101.00,10000.00 +1093224187,Deep Background-Living Life As A Hollywood Extra,Nonfiction,Publishing,USD,2013-02-26,8000.00,2013-01-27 07:17:03,2510.00,failed,39,US,2510.00,2510.00,8000.00 +"1093227359,""Biology at your fingertips with """"Biotic"""""",Apps,Technology,USD,2015-01-19,20000.00,2014-11-20 16:02:10,1787.00,failed,9,US,1787.00,1787.00,20000.00" +1093248367,'Neffy' (Working Title) Mini webseries,Webseries,Film & Video,GBP,2014-01-01,500.00,2013-11-04 21:19:53,520.00,successful,9,GB,828.07,853.72,820.88 +1093249848,Hitting the Sweet Spot in Urban Transport: Frankentrikes,Product Design,Design,USD,2016-03-25,50000.00,2016-02-16 22:57:25,5512.00,canceled,16,US,5512.00,5512.00,50000.00 +1093258088,War of the Heart + 9 more movies,Film & Video,Film & Video,USD,2012-05-18,2000000.00,2012-04-13 09:27:41,1260.00,failed,18,US,1260.00,1260.00,2000000.00 +"1093261843,""""""Spread Our Wings"""" Studio Recording Sessions! Debut Album!"",Rock,Music,USD,2013-05-14,3000.00,2013-04-02 04:50:42,0.00,failed,0,US,0.00,0.00,3000.00" +1093262741,Carp Cashiers Episode 1,Comedy,Film & Video,USD,2016-07-18,1000.00,2016-06-18 18:12:03,26.00,failed,2,US,25.00,26.00,1000.00 +1093263488,Horrors of the Damned,Publishing,Publishing,USD,2013-06-03,1800.00,2013-04-29 23:43:13,6.00,failed,2,US,6.00,6.00,1800.00 +1093264170,Beez4life Bee/ CSA Sanctuary Farm,Food,Food,USD,2014-03-07,9800.00,2014-01-31 23:52:57,548.00,failed,13,US,548.00,548.00,9800.00 +1093271287,Enchanted Book — the truly interactive guest book,Product Design,Design,USD,2016-11-01,24000.00,2016-10-06 16:00:41,6214.00,failed,56,US,3047.00,6214.00,24000.00 +1093278905,Fleck (A Children's Book),Children's Books,Publishing,USD,2015-06-24,5000.00,2015-05-25 18:29:43,61.00,failed,3,US,61.00,61.00,5000.00 +109328275,Home Skillet Restaurant - Expansion and continued growth,Restaurants,Food,USD,2015-04-04,10000.00,2015-02-18 01:42:01,860.00,failed,7,US,860.00,860.00,10000.00 +1093289406,A father and son photographic journey across Africa,Fine Art,Photography,GBP,2015-05-02,3000.00,2015-04-02 11:46:11,60.00,failed,4,GB,89.16,92.48,4624.06 +1093301384,The OLIVERS Brief: Think outside the boxer,Apparel,Fashion,USD,2015-05-06,10000.00,2015-04-13 19:34:49,55411.00,successful,662,US,55411.00,55411.00,10000.00 +1093309259,Extraordinarily Ordinary: Revealing the Hidden Beauty,Photography,Photography,USD,2012-12-10,2000.00,2012-11-20 03:21:24,76.00,failed,3,US,76.00,76.00,2000.00 +1093311306,Comedy short 'ONE HIT WONDER',Comedy,Film & Video,GBP,2017-10-23,12460.00,2017-09-23 09:26:03,1452.00,failed,24,GB,310.90,1901.15,16314.24 +1093311944,Eight Days in Exile (Study of effects of the BP oil spill),Painting,Art,USD,2012-04-19,4000.00,2012-03-20 03:14:09,270.00,failed,2,US,270.00,270.00,4000.00 +1093323759,Greeneye Monster Series Jacket Collection,Apparel,Fashion,GBP,2015-04-15,75000.00,2015-03-25 16:19:53,0.00,failed,0,GB,0.00,0.00,112661.67 +1093331417,So Falls the Shadow -- a Southern Gothic Horror Film,Film & Video,Film & Video,USD,2010-08-01,30000.00,2010-06-13 03:58:59,735.00,failed,11,US,735.00,735.00,30000.00 +1093334091,HOME GAME: A Documentary About a Homeless Soccer Team in New York City,Documentary,Film & Video,USD,2010-07-24,2500.00,2010-06-13 23:55:26,4121.00,successful,54,US,4121.00,4121.00,2500.00 +1093339672,An American Veteran's Book (Canceled),Photobooks,Photography,USD,2014-10-27,750.00,2014-09-12 18:32:39,1.00,canceled,1,US,1.00,1.00,750.00 +1093342225,Teddy Bear Wars (Canceled),Tabletop Games,Games,USD,2015-10-10,20000.00,2015-09-07 18:12:05,916.00,canceled,17,US,916.00,916.00,20000.00 +1093342253,UNDERNEATH - A New Performance by Wobbly,Dance,Dance,USD,2012-12-14,5000.00,2012-11-14 01:13:29,5314.00,successful,169,US,5314.00,5314.00,5000.00 +"1093346962,""Kotosha - A Heart beating, eye-catching, fun-to-play TD Game"",Video Games,Games,USD,2015-07-11,8000.00,2015-06-11 21:49:39,163.00,failed,16,US,163.00,163.00,8000.00" +1093349567,The Modular Chronicles - Volume 1,Electronic Music,Music,GBP,2013-08-05,5000.00,2013-06-26 19:21:41,5350.00,successful,20,GB,8250.94,8306.16,7762.77 +1093353215,Willesden Herald: New Short Stories 7,Fiction,Publishing,GBP,2013-04-05,800.00,2013-03-06 00:51:11,898.00,successful,37,GB,1349.96,1368.94,1219.55 +1093356761,Frames...with a history launch of reclaimed furniture line.,Crafts,Crafts,USD,2013-04-17,3000.00,2013-03-18 03:23:49,551.00,failed,6,US,551.00,551.00,3000.00 +1093358799,iOmounts™- Fully rotational stand for tablets & smartphones,Product Design,Design,USD,2011-10-08,32481.00,2011-09-06 20:22:42,3981.00,failed,44,US,3981.00,3981.00,32481.00 +"109337214,""The Momversationalist - the Trilogy: Life, Love & Parenting"",Nonfiction,Publishing,USD,2013-03-22,29500.00,2013-02-20 02:31:02,2300.00,failed,17,US,2300.00,2300.00,29500.00" +"1093380875,""Live, Create, Dance- Moving swiftly into sublime realms!!!"",Dance,Dance,USD,2012-03-02,2000.00,2012-02-01 14:52:00,2050.00,successful,49,US,2050.00,2050.00,2000.00" +10933839,Bendstand,Product Design,Design,USD,2013-06-29,39000.00,2013-05-30 19:29:29,2928.00,failed,52,US,2928.00,2928.00,39000.00 +1093390196,Wild Beauty Custom Made-to-Order & Natural Vegan Skincare,Crafts,Crafts,USD,2015-08-19,6250.00,2015-07-20 15:53:04,1466.00,failed,23,US,1466.00,1466.00,6250.00 +1093394332,Student Loan / Wealth Transfer,Nonfiction,Publishing,USD,2016-10-28,10000.00,2016-10-08 01:47:59,150.00,canceled,2,US,150.00,150.00,10000.00 +109339514,Around the World All Electric Car Drive (Canceled),Software,Technology,USD,2010-09-11,10000.00,2010-08-12 09:03:08,50.00,canceled,1,US,50.00,50.00,10000.00 +109340265,pezzpoetry,Poetry,Publishing,GBP,2014-09-09,2000.00,2014-07-11 15:10:29,0.00,failed,0,GB,0.00,0.00,3246.54 +1093405125,Super Nerdy Shit Podcast,Audio,Journalism,USD,2015-05-04,5000.00,2015-04-04 23:19:22,720.00,failed,9,US,720.00,720.00,5000.00 +1093406330,Hairloom Jewelry - A Hair Keepsake for Pets and Humans,Product Design,Design,USD,2015-07-06,10000.00,2015-05-31 16:27:44,100.00,failed,2,US,100.00,100.00,10000.00 +109340871,Stop On Time | The Public Transport Game for all the family.,Tabletop Games,Games,GBP,2015-03-23,35000.00,2015-02-20 21:05:56,839.00,failed,17,GB,1296.44,1248.05,52063.96 +1093410975,Game of Thrones. For Seniors!,Festivals,Film & Video,USD,2014-09-03,150.00,2014-08-04 19:48:10,45.00,failed,9,US,45.00,45.00,150.00 +1093415426,SECOND CLASS CITIZENS a movie,Narrative Film,Film & Video,USD,2013-02-14,467200.00,2013-01-15 09:08:59,10.00,failed,1,US,10.00,10.00,467200.00 +1093427760,Then Again,Fiction,Publishing,USD,2013-10-22,2000.00,2013-08-23 15:58:08,417.00,failed,12,US,417.00,417.00,2000.00 +1093440475,A Film About Friendship,Shorts,Film & Video,USD,2010-06-18,5000.00,2010-05-19 02:39:35,6805.00,successful,114,US,6805.00,6805.00,5000.00 +1093442750,Help Calmenco! finance new CD and Tour (Canceled),World Music,Music,USD,2012-01-06,2500.00,2011-12-07 00:06:07,0.00,canceled,0,US,0.00,0.00,2500.00 +1093448981,Do-Da-Ditty-Dum: Land of the MIdnight Sun and Constant FUN!,Art,Art,USD,2015-01-02,2000.00,2014-12-03 00:53:37,2003.00,successful,20,US,2003.00,2003.00,2000.00 +1093460219,The Flip the Frog Animated Short for the new Blu-ray set!,Animation,Film & Video,USD,2017-06-24,24000.00,2017-06-05 14:38:42,5993.67,failed,111,US,0.00,5993.67,24000.00 +1093468221,LOVE 99,Documentary,Film & Video,USD,2016-11-04,25000.00,2016-10-06 00:30:28,27705.00,successful,175,US,4595.00,27705.00,25000.00 +1093469064,Manumission,Film & Video,Film & Video,USD,2016-11-11,10000.00,2016-09-12 16:20:33,52.00,failed,1,US,0.00,52.00,10000.00 +1093469237,Paintball Robot,Technology,Technology,USD,2011-03-23,15000.00,2011-02-11 23:55:07,1233.00,failed,18,US,1233.00,1233.00,15000.00 +1093469900,The Sneaker Life - Video Series (Canceled),Webseries,Film & Video,USD,2015-07-24,50000.00,2015-06-24 02:21:32,1816.00,canceled,9,US,1816.00,1816.00,50000.00 +1093473784,Brew Commander: Possibly The Best Bottle Opener Ever,Product Design,Design,USD,2013-10-22,11900.00,2013-09-12 19:50:00,4346.01,canceled,78,US,4346.01,4346.01,11900.00 +1093473853,PHOTOGRAPHIC HISTORY OF THREE FAMILIES,Photography,Photography,USD,2011-04-28,777.00,2011-03-28 22:12:32,0.00,failed,0,US,0.00,0.00,777.00 +1093487397,Island Fever Music Video,Film & Video,Film & Video,USD,2011-06-14,700.00,2011-05-25 19:11:27,710.00,successful,10,US,710.00,710.00,700.00 +1093490651,The Canteen,Restaurants,Food,CAD,2015-03-19,18000.00,2015-02-17 20:15:30,1767.00,failed,33,CA,1421.13,1394.41,14204.55 +1093501607,New Project (Canceled),Art,Art,USD,2011-07-19,18000.00,2011-06-12 18:47:21,220.00,canceled,5,US,220.00,220.00,18000.00 +109350608,FarmDogg the Rover for Small Farms & #50StatesofFarming,Farms,Food,USD,2015-10-24,54000.00,2015-09-03 00:07:48,10350.00,canceled,10,US,10350.00,10350.00,54000.00 +"1093506168,""""""Deathproj"""" Film : Time to make the DVDs!"",Film & Video,Film & Video,USD,2013-05-13,1900.00,2013-04-12 21:54:46,1900.00,successful,41,US,1900.00,1900.00,1900.00" +1093520546,Major Rocks,Video Games,Games,USD,2015-03-06,5000.00,2015-01-20 04:58:15,277.00,failed,26,US,277.00,277.00,5000.00 +1093525149,Tales of Davy Jones (Audio&Book for reading challenged kids),Film & Video,Film & Video,USD,2011-08-02,24714.00,2011-05-04 21:59:36,110.00,failed,2,US,110.00,110.00,24714.00 +1093527848,Berkeley Bob's Coffee House - Keep Peace Alive (Canceled),Spaces,Food,USD,2015-03-28,38500.00,2015-03-04 22:07:51,5318.00,canceled,63,US,5318.00,5318.00,38500.00 +1093528732,Dreamer Heroes (Canceled),Webseries,Film & Video,USD,2015-10-20,100.00,2015-10-05 23:15:48,20.00,canceled,1,US,20.00,20.00,100.00 +1093536533,Consume,Horror,Film & Video,USD,2015-01-28,5000.00,2014-12-29 19:34:52,1136.00,failed,19,US,1136.00,1136.00,5000.00 +1093541742,The Logo Portfolio - GO design,Graphic Design,Design,USD,2012-03-11,25.00,2012-02-10 21:25:29,3532.01,successful,70,US,3532.01,3532.01,25.00 +1093545125,Dark Obelisk: Berinncorte Basecamp Setting (Pathfinder/5E),Tabletop Games,Games,USD,2017-05-07,1000.00,2017-03-08 18:19:32,6273.00,successful,100,US,466.00,6273.00,1000.00 +"1093546867,'HOPE' For Indie Musicians Webinar,Music,Music,USD,2015-03-23,5000.00,2015-02-21 01:36:38,1.00,undefined,0,""N,0"""""",,1.00,5000.00" +1093550239,LAMPArino,Product Design,Design,EUR,2017-09-26,1000.00,2017-07-28 10:26:22,53.00,failed,3,IT,0.00,62.57,1180.60 +109355125,Star Wars: The Force Awakens Comedy Spoof,Comedy,Film & Video,USD,2016-10-05,2000000.00,2016-09-05 18:07:41,1.00,failed,1,US,0.00,1.00,2000000.00 +1093556966,The Adventure of Paperman: Heroes' Journey,Young Adult,Publishing,USD,2017-04-18,2800.00,2017-03-19 20:33:28,2800.00,successful,22,US,150.00,2800.00,2800.00 +1093559328,Next Stop: Democracy! - A New Look for Election Day,Public Art,Art,USD,2015-08-08,15000.00,2015-07-06 15:57:16,15388.16,successful,301,US,15388.16,15388.16,15000.00 +1093559674,Faeries of the Faultlines - an art book by Iris Compiet,Art Books,Publishing,EUR,2017-07-21,15000.00,2017-06-21 17:58:17,111019.00,successful,1738,NL,43273.52,129248.16,17462.98 +1093581658,DWNS RUNWAY SHOW,Ready-to-wear,Fashion,AUD,2015-04-15,500.00,2015-03-23 23:08:54,2851.00,successful,76,AU,2215.95,2227.34,390.62 +1093581697,FLEX PRESS,Product Design,Design,USD,2014-10-29,100000.00,2014-09-20 00:48:30,2351.00,failed,34,US,2351.00,2351.00,100000.00 +"1093597469,""First Rainbow: Year 0,000,000,001 of The Corporeals"",Webcomics,Comics,USD,2015-12-07,3500.00,2015-11-10 20:40:59,3788.00,successful,86,US,3788.00,3788.00,3500.00" +1093599075,ClearLight LED Fluorescent Light Retrofit Module,Technology,Technology,USD,2016-11-27,60000.00,2016-09-28 17:25:11,870.00,failed,6,US,230.00,870.00,60000.00 +1093603759,Photosynth Photography: A new view of Champaign-Urbana,Photography,Photography,USD,2011-11-25,16000.00,2011-10-26 04:11:20,27.00,failed,2,US,27.00,27.00,16000.00 +1093606571,Mythic: Ennam & Saduri for Savage Worlds,Tabletop Games,Games,CAD,2017-04-09,3250.00,2017-03-10 23:16:03,320.00,canceled,10,CA,213.39,241.78,2455.61 +1093627365,Goodwin Development,Mobile Games,Games,CAD,2017-10-13,25000.00,2017-09-13 16:17:27,15.00,suspended,2,CA,0.00,12.00,20001.60 +1093632269,MY LIFE INFESTED WITH FLEAS! (Canceled),Theater,Theater,USD,2012-01-30,4500.00,2011-12-01 15:06:54,740.00,canceled,6,US,740.00,740.00,4500.00 +1093633135,Unraveled: Tale of the Shipbreaker's Daughter,Video Games,Games,USD,2015-06-01,15000.00,2015-05-02 23:42:40,17867.61,successful,565,US,17867.61,17867.61,15000.00 +1093652638,Ninety Seven Days,Nonfiction,Publishing,USD,2016-03-15,2700.00,2016-02-07 17:16:39,2.00,failed,2,US,2.00,2.00,2700.00 +1093660594,Spoke N Spoon,Food,Food,USD,2011-04-26,500.00,2011-03-26 00:02:16,571.00,successful,10,US,571.00,571.00,500.00 +"1093662806,M-PAKS; the backpack that does more than just carry stuff,Product Design,Design,USD,2016-12-18,35000.00,2016-11-18 00:18:44,1320.00,canceled,10,US,1320.00,1320.00,35000.00" +109366305,The PERFECT lighting solution for any setting!,Design,Design,USD,2015-02-14,500.00,2015-01-15 23:08:55,2.00,failed,2,US,2.00,2.00,500.00 +1093676923,Walcrik's Debut Album!!,Country & Folk,Music,USD,2013-10-13,4000.00,2013-09-18 02:16:28,4287.00,successful,90,US,4287.00,4287.00,4000.00 +1093679310,CARTAS CIEGAS,Shorts,Film & Video,EUR,2016-11-07,1500.00,2016-10-14 17:22:22,2071.00,successful,42,ES,23.16,2258.23,1635.61 +1093687662,Linea Caffe: SF Coffee and Waffles,Food,Food,USD,2013-06-19,10000.00,2013-05-20 21:28:18,11560.45,successful,209,US,11560.45,11560.45,10000.00 +1093703020,Nocturne,Horror,Film & Video,DKK,2017-11-19,10000.00,2017-09-20 21:46:55,1205.00,failed,4,DK,0.00,192.31,1595.91 +1093703613,Big Daddy's Burger,Food Trucks,Food,USD,2015-03-04,80000.00,2015-02-02 02:15:13,1.00,failed,1,US,1.00,1.00,80000.00 +1093704209,WOCo: nurturing operatic talent - Puccini's Gianni Schicchi,Classical Music,Music,GBP,2015-05-29,2500.00,2015-04-29 22:28:15,2635.00,successful,21,GB,4012.76,4020.32,3814.35 +1093705123,Art for Housing Fund,Art,Art,USD,2015-04-15,1000.00,2015-04-08 05:57:09,0.00,failed,0,US,0.00,0.00,1000.00 +1093705545,KLICK.,Photography,Photography,EUR,2017-04-11,800.00,2017-03-12 21:02:55,165.00,failed,3,DE,26.68,175.40,850.40 +"1093712718,""""""Nick Books"""""",Children's Books,Publishing,USD,2015-10-24,1000.00,2015-09-24 00:13:42,1155.00,successful,25,US,1155.00,1155.00,1000.00" +1093716258,Cute Shark & Moonie Heart Enamel Pins!,Accessories,Fashion,USD,2017-03-24,300.00,2017-02-27 22:27:49,356.00,successful,21,US,57.00,356.00,300.00 +1093720383,Unique Canadian Wooden Pens and Razors,Woodworking,Crafts,CAD,2016-05-27,1500.00,2016-04-26 22:42:43,1946.00,successful,42,CA,1534.54,1492.67,1150.57 +1093721701,Veg*N Kosher Muslim Health Conscious -100% Pure Food Storage,Vegan,Food,USD,2015-03-13,100000.00,2015-01-14 22:20:27,0.00,failed,0,US,0.00,0.00,100000.00 +1093729932,THE MOXIES - NEW CD,Rock,Music,USD,2013-08-23,3000.00,2013-07-24 22:59:05,3115.00,successful,44,US,3115.00,3115.00,3000.00 +"109373286,""40 Shocking Facts About Pregnancy, Birth & Babies"",Nonfiction,Publishing,USD,2014-06-27,1950.00,2014-06-02 18:19:35,2084.00,successful,19,US,2084.00,2084.00,1950.00" +1093735514,Patriot Flag co. And primitive wall decor,Woodworking,Crafts,USD,2017-03-04,150000.00,2017-01-23 23:08:30,0.00,failed,0,US,0.00,0.00,150000.00 +"1093735560,""ASPERGERS - """"The Other Normal."""""",Webseries,Film & Video,USD,2013-07-24,999.00,2013-06-24 21:41:59,87.00,failed,9,US,87.00,87.00,999.00" +"1093742697,""Rosie, A Detroit Herstory Book"",Children's Books,Publishing,USD,2017-08-08,3750.00,2017-07-09 06:55:19,10238.00,successful,147,US,2065.00,10238.00,3750.00" +1093745420,Trump's Over the Wall Game & Over the Limit Drinking Game!,Tabletop Games,Games,USD,2017-06-01,7500.00,2017-04-30 00:44:25,951.00,failed,18,US,818.00,951.00,7500.00 +1093745701,Wine Experience (Canceled),Apps,Technology,EUR,2016-05-19,25000.00,2016-04-19 01:37:13,2.00,canceled,1,IT,2.26,2.24,28047.34 +1093751837,Dryver,Apps,Technology,USD,2016-10-06,75000.00,2016-08-08 15:49:04,1.00,failed,1,US,0.00,1.00,75000.00 +109376037,Harshey: Beaded Chain Bags (Canceled),Fashion,Fashion,USD,2015-10-23,5000.00,2015-09-28 03:17:45,0.00,canceled,0,US,0.00,0.00,5000.00 +1093762282,Supersonic Festival 2015 (Canceled),Music,Music,GBP,2015-03-12,30000.00,2015-02-10 16:21:58,0.00,canceled,0,GB,0.00,0.00,44342.62 +1093763081,Beyond Skiing Everest Film Project,Documentary,Film & Video,USD,2014-10-23,87500.00,2014-09-22 17:50:38,16836.00,failed,69,US,16836.00,16836.00,87500.00 +1093763653,Core Values,Video,Journalism,USD,2016-11-13,10000.00,2016-11-02 23:43:31,0.00,canceled,0,US,0.00,0.00,10000.00 +1093774966,Creating a Site for Promoting Open Source Software,Software,Technology,USD,2009-11-09,1000.00,2009-09-15 03:27:16,0.00,failed,0,US,0.00,0.00,1000.00 +1093778912,Zion National Park Musical Map,Music,Music,USD,2014-03-16,500.00,2014-03-03 15:17:36,1512.00,successful,88,US,1512.00,1512.00,500.00 +1093781369,Rolo Charge - Make Your Cords Disappear!,Product Design,Design,USD,2015-11-11,20000.00,2015-10-15 17:53:43,3560.00,failed,69,US,3560.00,3560.00,20000.00 +1093781918,The Imposters,Live Games,Games,USD,2017-05-11,5000.00,2017-04-11 15:29:14,7010.00,successful,391,US,996.00,7010.00,5000.00 +"1093790479,""Black Alice: a screen printed, black-light poster series"",Illustration,Art,USD,2013-07-16,14000.00,2013-06-14 23:53:54,8690.00,failed,130,US,8690.00,8690.00,14000.00" +1093791064,JomasD Pesents: THE WARM UP Fine Art Prints,Art,Art,USD,2013-01-14,3000.00,2012-12-15 02:00:36,65.00,failed,1,US,65.00,65.00,3000.00 +1093792058,Hands You Well,Stationery,Crafts,CAD,2017-07-01,9000.00,2017-06-01 03:02:48,1659.00,failed,16,CA,0.00,1278.71,6936.95 +1093801631,THE CYBERMATRIX 100 CONCEPT A02,Gaming Hardware,Games,USD,2015-01-24,5000.00,2014-11-30 01:57:54,13.00,failed,5,US,13.00,13.00,5000.00 +1093803127,Wood Clock nature-conscious watches from Switzerland,Jewelry,Fashion,CHF,2016-07-08,25000.00,2016-06-08 17:46:09,455.00,failed,5,CH,468.25,464.01,25495.12 +"1093804703,""Minimalist Desk Art to Organize Your Jewerly at Home, Studio"",Product Design,Design,HKD,2017-09-28,50000.00,2017-08-29 17:52:15,9710.00,canceled,17,HK,0.00,1243.15,6401.39" +1093809727,Deaf Me - Short Film Project,Shorts,Film & Video,USD,2010-08-08,8320.00,2010-07-08 20:53:26,2235.00,failed,22,US,2235.00,2235.00,8320.00 +1093809810,GLOW-IN-THE-DARK Playing Cards: Cosmic Lanes Deck,Playing Cards,Games,USD,2015-04-30,8000.00,2015-04-20 18:00:02,9862.00,successful,270,US,9862.00,9862.00,8000.00 +"109381479,Love Will Find You - en ny kærligheds komedie er på vej,Film & Video,Film & Video,DKK,2015-03-20,28000.00,2015-02-06 16:36:08,6300.00,undefined,0,""N,0"""""",,911.06,4049.17" +1093817939,Naruto Shippuden Abridged (Canceled),Webseries,Film & Video,USD,2015-04-20,4000.00,2015-03-06 19:15:43,0.00,canceled,0,US,0.00,0.00,4000.00 +1093823187,Bring Meaning Back to My life (Canceled),Classical Music,Music,USD,2013-02-15,15000.00,2013-01-16 01:01:19,26.00,canceled,2,US,26.00,26.00,15000.00 +1093828598,KID BUSTER,Comic Books,Comics,USD,2017-10-21,2000.00,2017-09-21 18:01:10,2686.00,successful,68,US,382.00,2686.00,2000.00 +1093836102,Minion Trading Card Game (Canceled),Tabletop Games,Games,GBP,2013-05-13,10000.00,2013-04-03 17:55:28,322.00,canceled,13,GB,490.69,490.54,15234.15 +1093836546,Sista Ninja Women of Power,Film & Video,Film & Video,USD,2012-10-27,40000.00,2012-09-27 05:28:06,35.00,failed,3,US,35.00,35.00,40000.00 +1093841790,Happy sheep,Illustration,Art,SEK,2017-02-08,15000.00,2017-01-09 20:05:54,1200.00,failed,2,SE,66.22,134.44,1680.50 +"1093843768,""Jyngles Bracelet - reminding parents, one jingle at a time."",Crochet,Crafts,USD,2014-10-25,1700.00,2014-09-25 06:35:22,2.00,failed,2,US,2.00,2.00,1700.00" +"1093854918,""Then&Now photo book (Drone, history)"",Publishing,Publishing,EUR,2015-10-23,15000.00,2015-08-24 23:06:12,290.00,failed,6,NL,330.23,321.44,16626.03" +1093859565,Hard Hat Art,Illustration,Art,AUD,2015-04-30,2000.00,2015-03-31 03:01:21,560.00,failed,7,AU,434.06,443.49,1583.91 +1093861323,Leo And The Shark.,Thrillers,Film & Video,USD,2017-06-30,7000.00,2017-05-31 18:06:20,365.00,failed,5,US,150.00,365.00,7000.00 +"1093864022,""Submerge, Underwater RTS (Canceled)"",Video Games,Games,EUR,2015-08-28,55000.00,2015-07-29 21:02:52,22605.99,canceled,213,DE,25059.85,25472.40,61973.93" +1093864331,GSA Stage 3 Architecture Present : The Mac Showcase 2014,Architecture,Design,GBP,2014-06-23,1500.00,2014-06-05 12:09:20,1505.00,successful,33,GB,2516.84,2563.40,2554.89 +1093867984,Sam Cox Band First Christian Tour,Faith,Music,USD,2015-06-11,1000.00,2015-05-28 23:45:52,0.00,failed,0,US,0.00,0.00,1000.00 +1093872917,CAREmometer - World's First Case To Reduce Food Poisonings,Technology,Technology,USD,2015-12-31,15000.00,2015-11-10 05:08:52,75.00,failed,8,US,75.00,75.00,15000.00 +1093873462,Metro Lifestyle and Property Magazines (Canceled),Publishing,Publishing,AUD,2014-07-09,150000.00,2014-06-10 01:10:42,0.00,canceled,0,AU,0.00,0.00,141003.95 +1093875594,What Love Tells Me,Shorts,Film & Video,USD,2012-06-01,20000.00,2012-04-17 03:16:06,3300.00,failed,54,US,3300.00,3300.00,20000.00 +1093885950,A book of Light and Shadows: Quinta da Regaleira,Photography,Photography,CAD,2015-06-11,4000.00,2015-05-11 14:40:36,9849.00,successful,210,CA,8157.89,8005.36,3251.24 +109388935,The Session,Television,Film & Video,USD,2014-10-10,15000.00,2014-09-10 03:55:41,44.00,failed,6,US,44.00,44.00,15000.00 +1093890184,Coolship Trailer,Drinks,Food,USD,2017-05-23,6000.00,2017-04-23 01:47:13,8679.00,successful,80,US,330.00,8679.00,6000.00 +109390317,Where your shows truly come alive!!!,Experimental,Theater,USD,2015-12-27,10000.00,2015-10-28 18:56:11,52.00,failed,2,US,52.00,52.00,10000.00 +1093904693,The Chromoxome,Web,Technology,USD,2016-10-11,1000.00,2016-09-11 07:32:13,20.00,failed,6,US,0.00,20.00,1000.00 +1093907109,Truth (Issue #3),Comics,Comics,USD,2013-09-18,700.00,2013-09-11 00:26:11,800.00,successful,18,US,800.00,800.00,700.00 +1093908765,Zombie Gnomes: The Epic Tale of Wyrick,Fiction,Publishing,USD,2016-05-02,2000.00,2016-04-02 05:26:42,646.00,failed,13,US,646.00,646.00,2000.00 +1093923376,Raw Food Magic-Raw Food that doesn't suck! Gluten free!,Food,Food,USD,2012-11-10,12000.00,2012-10-06 17:27:18,1542.00,failed,26,US,1542.00,1542.00,12000.00 +1093926990,L'Harmas Fashion T-shirt Stage 1——Gregor,Fashion,Fashion,USD,2015-12-16,3000.00,2015-11-16 22:27:27,90.00,failed,3,US,90.00,90.00,3000.00 +1093933444,Pensil Apparel,Apparel,Fashion,GBP,2017-08-06,500.00,2017-06-15 19:07:20,880.00,successful,34,GB,305.94,1142.17,648.96 +"1093935864,""Boydston Beard Co. Organic, Small-Batch Beard Products"",Product Design,Design,USD,2015-03-26,10000.00,2015-02-24 21:01:04,216.00,failed,5,US,216.00,216.00,10000.00" +1093947948,Horace the Hamster Enamel Pin Badge,Illustration,Art,GBP,2017-06-28,250.00,2017-05-29 14:53:50,291.00,successful,23,GB,75.54,377.66,324.45 +1093948337,WhoWhatWhy: The Post-Election Project,Journalism,Journalism,USD,2012-11-24,50000.00,2012-10-25 05:01:45,52904.00,successful,113,US,52904.00,52904.00,50000.00 +1093951510,Wildcliff Gets Its First Garden!,Food,Food,USD,2012-04-22,500.00,2012-03-30 00:38:54,765.75,successful,23,US,765.75,765.75,500.00 +1093952703,La principessa dei mostri - A documentary on Progetto Quasi,Documentary,Film & Video,EUR,2017-08-03,7500.00,2017-06-19 08:59:32,12220.00,successful,365,IT,5895.20,14502.73,8901.02 +1093970461,What does it mean to be a man? -Documentary-,Documentary,Film & Video,USD,2013-11-10,1100.00,2013-10-11 01:37:06,30.00,failed,2,US,30.00,30.00,1100.00 +1093972135,Iowa Distilling - Bourbon Fund,Small Batch,Food,USD,2015-03-06,19000.00,2015-02-04 23:50:00,1376.00,failed,23,US,1376.00,1376.00,19000.00 +1093986164,Pixelated Graphics Tape,Printing,Crafts,USD,2015-04-13,1000.00,2015-03-18 07:02:52,30.00,failed,4,US,30.00,30.00,1000.00 +1093989697,A Conversation With Oneself + Bound Works,Publishing,Publishing,CAD,2014-11-10,16000.00,2014-10-11 21:59:30,0.00,failed,0,CA,0.00,0.00,14057.28 +"1093993480,""Marco Klahold - """"Tagebuch eines Narren"""" (Bildband)"",Photobooks,Photography,EUR,2017-01-11,13000.00,2016-12-12 18:51:00,16318.50,successful,524,DE,2164.25,17397.12,13859.28" +1094002055,New JONAS SEES IN COLOR Album!,Indie Rock,Music,USD,2011-12-31,2000.00,2011-11-27 09:02:46,4430.00,successful,67,US,4430.00,4430.00,2000.00 +1094004240,Radiesthesia Project - Projet Radiesthésie,Academic,Publishing,CHF,2017-12-08,12600.00,2017-10-25 14:58:38,2274.40,failed,13,CH,0.00,2281.79,12640.96 +"1094005106,""From the River to the Son - """"Quartet Style"""" Gospel"",Music,Music,USD,2013-11-22,48000.00,2013-10-23 16:43:01,11112.00,failed,25,US,11112.00,11112.00,48000.00" +109400651,'Whimsies' Needs Vinyl Signs,Crafts,Crafts,USD,2016-05-23,350.00,2016-04-27 20:19:37,354.00,successful,9,US,354.00,354.00,350.00 +1094008933,Creature's Club,Graphic Design,Design,USD,2014-08-25,5000.00,2014-07-26 10:06:17,0.00,failed,0,US,0.00,0.00,5000.00 +1094012334,Love Kills Reading at Steppenwolf Theatre,Musical,Theater,USD,2015-09-04,2100.00,2015-08-05 04:43:55,2100.00,successful,8,US,2100.00,2100.00,2100.00 +1094014747,Heated Scarf Keeps Your Neck Warm & Phone Charged,Product Design,Design,USD,2016-12-05,15000.00,2016-11-02 14:30:02,3695.50,canceled,30,US,2457.00,3695.50,15000.00 +1094034313,Several Storeys - Writing inspired by brutalist architecture,Fiction,Publishing,GBP,2016-12-20,450.00,2016-11-23 13:28:47,25.00,failed,1,GB,31.23,30.62,551.22 +1094042431,Ellsworth's Livingroom Needs Pizza,Food,Food,USD,2012-02-09,20000.00,2012-01-10 22:25:05,20130.00,successful,76,US,20130.00,20130.00,20000.00 +1094053349,MJR PHOTOGRAPHY,Photography,Photography,AUD,2014-11-05,9000.00,2014-10-06 17:18:37,1.00,failed,1,AU,0.87,0.86,7735.95 +1094068033,Lana Del Rey to Play a few Songs at Our Wedding (Canceled),Hip-Hop,Music,USD,2014-08-16,50000.00,2014-07-17 06:33:28,0.00,canceled,0,US,0.00,0.00,50000.00 +1094069811,The Wrigley BBQ @ Peace & Unity Celebration,Events,Food,USD,2016-01-10,535.00,2016-01-05 02:21:07,635.00,successful,10,US,635.00,635.00,535.00 +1094070847,VUDD: Scandinavian design watches with wooden dials,Product Design,Design,NOK,2017-03-24,200000.00,2017-02-22 16:11:43,151430.00,failed,78,NO,2135.88,17824.94,23542.15 +1094076352,Fluid Transitions DVD with Sara Beaman,Dance,Dance,USD,2012-09-12,1500.00,2012-07-14 01:14:28,2051.00,successful,86,US,2051.00,2051.00,1500.00 +1094076581,Hostage kickstarter,Shorts,Film & Video,USD,2013-03-15,3000.00,2013-02-13 22:57:40,103.21,failed,7,US,103.21,103.21,3000.00 +1094079976,Christmas Album,Pop,Music,USD,2013-09-21,2000.00,2013-08-22 01:40:41,245.00,failed,13,US,245.00,245.00,2000.00 +1094080526,B-Squad,Comics,Comics,USD,2013-01-05,8000.00,2012-12-06 04:57:07,4326.00,failed,105,US,4326.00,4326.00,8000.00 +1094084857,YaÜ - Caramoolized Organic Vietnamese Yogurt,Small Batch,Food,USD,2017-03-12,10000.00,2017-01-31 14:03:42,50267.00,successful,410,US,2445.00,50267.00,10000.00 +"1094089138,Bea Arthur's bust; a mosaic re-creation using McDonalds cups,Art,Art,USD,2015-07-11,13.00,2015-06-11 05:24:29,18.00,successful,3,US,18.00,18.00,13.00" +1094089478,Brilliant Suncatcher Prism's,Art,Art,USD,2014-08-15,500.00,2014-08-05 16:34:08,10.00,failed,2,US,10.00,10.00,500.00 +109409094,MacroFuel | Fuel Your Life,Food,Food,USD,2015-09-23,15000.00,2015-08-24 06:00:57,22049.00,successful,360,US,22049.00,22049.00,15000.00 +1094091830,Fahrenheit 451: A Short Film,Film & Video,Film & Video,USD,2013-07-20,500.00,2013-06-20 00:45:20,680.11,successful,17,US,680.11,680.11,500.00 +1094094430,Toddleroll- teething game-changer,Product Design,Design,USD,2017-01-18,2500.00,2017-01-13 18:18:46,0.00,failed,0,US,0.00,0.00,2500.00 +1094106832,Broken Fences - a debut album,Indie Rock,Music,USD,2011-07-02,6000.00,2011-05-03 02:59:17,6915.50,successful,75,US,6915.50,6915.50,6000.00 +1094121270,Deep Red: A Multimedia Dance Project,Dance,Dance,USD,2011-05-20,4500.00,2011-04-09 16:11:03,380.00,failed,10,US,380.00,380.00,4500.00 +1094124724,Music video with my 3 year old,Music Videos,Film & Video,USD,2014-08-07,30.00,2014-07-08 20:13:43,30.00,successful,2,US,30.00,30.00,30.00 +1094135244,Bedtime is Fun,Publishing,Publishing,USD,2014-10-05,5000.00,2014-09-05 20:23:56,0.00,failed,0,US,0.00,0.00,5000.00 +1094154034,Bobby Sick National Tour & Album,Rock,Music,USD,2011-01-28,1000.00,2010-10-30 08:25:05,0.00,failed,0,US,0.00,0.00,1000.00 +1094163356,Bryan Hensley needs your support getting Studio time.,Rock,Music,USD,2011-12-07,1500.00,2011-10-23 06:09:28,0.00,canceled,0,US,0.00,0.00,1500.00 +"1094164816,""Cinematic Music Video - """"Ready To Ride"""""",Film & Video,Film & Video,USD,2014-05-18,15000.00,2014-04-03 02:01:38,780.00,failed,7,US,780.00,780.00,15000.00" +1094165010,Game Access: A New Action Packed 3D/CG Project,Animation,Film & Video,USD,2012-11-17,30000.00,2012-10-03 20:15:22,0.00,failed,0,US,0.00,0.00,30000.00 +1094178528,I PRE-EXIST,Apparel,Fashion,USD,2017-05-19,675.00,2017-05-04 20:33:46,30.00,failed,1,US,30.00,30.00,675.00 +1094179383,A day in the life of...(podcast),Audio,Journalism,USD,2017-03-06,1500.00,2017-02-09 05:08:52,15.00,canceled,1,US,15.00,15.00,1500.00 +"1094184022,""Nonna Rina's Italian, hand made Pasta and Sweeties"",Restaurants,Food,GBP,2015-07-02,55000.00,2015-05-23 10:46:19,10.00,failed,1,GB,15.67,15.62,85930.79" +"1094192227,""Rebel Fashion : Get Casual, Funky or Dress with style!"",Fashion,Fashion,CAD,2017-09-09,15000.00,2017-07-11 01:55:25,225.00,failed,5,CA,0.00,185.38,12358.90" +1094199614,The Great America Race 2012,Games,Games,USD,2012-07-20,15000.00,2012-06-08 18:56:34,1220.00,failed,5,US,1220.00,1220.00,15000.00 +1094200876,Where Everyday People Give Their Point-Of-View On The News.,Web,Technology,USD,2015-05-04,14500.00,2015-04-04 14:09:31,439.00,failed,6,US,439.00,439.00,14500.00 +1094203945,Marching Bands puzzles,Puzzles,Games,USD,2015-04-13,4000.00,2015-03-26 13:03:52,6783.17,successful,281,US,6783.17,6783.17,4000.00 +1094204250,Kish Moody Holy Rock Revival album,Faith,Music,USD,2015-02-06,2000.00,2015-01-07 17:57:32,221.00,failed,7,US,221.00,221.00,2000.00 +1094206311,No Fun Intended: A FunnySad Bluegrass Album,Country & Folk,Music,CAD,2015-03-14,7000.00,2015-02-12 11:37:16,1185.00,failed,9,CA,943.13,935.13,5523.99 +109421457,iSkwz 3D printed Tripod Mount Attachment For Smartphones,Product Design,Design,USD,2016-02-11,15000.00,2016-01-12 01:42:21,48.00,failed,1,US,48.00,48.00,15000.00 +1094218216,Yaelon goes to Granmas,Children's Books,Publishing,USD,2012-03-11,25000.00,2012-02-11 00:45:19,200.00,failed,2,US,200.00,200.00,25000.00 +1094221464,Pygmy Pal Series,Children's Books,Publishing,USD,2014-08-17,2000.00,2014-07-21 05:43:12,290.00,failed,3,US,290.00,290.00,2000.00 +1094222230,DrumRoll - Easy Strap Rolling. (Canceled),Product Design,Design,NOK,2016-05-26,300000.00,2016-04-26 20:10:02,1800.00,canceled,14,NO,218.44,216.58,36095.87 +1094228368,HIGH-SPACE the Sci-Fi tabletop RPG for Savage Worlds,Tabletop Games,Games,AUD,2016-03-02,7200.00,2016-01-05 06:00:17,16045.00,successful,317,AU,11604.72,11845.70,5315.61 +1094244930,Creating The Perfect Lab Notebook,Graphic Design,Design,USD,2017-04-21,5000.00,2017-03-21 14:48:31,10777.00,successful,279,US,6173.00,10777.00,5000.00 +1094246238,Crazy Miwok Fry Bread,Restaurants,Food,USD,2014-09-15,500000.00,2014-07-18 18:18:11,75.00,failed,2,US,75.00,75.00,500000.00 +"1094253057,""""""TIME ON EARTH"""" - A Film of Nature & Beauty "",Documentary,Film & Video,USD,2011-01-18,20000.00,2010-10-20 18:28:10,0.00,failed,0,US,0.00,0.00,20000.00" +1094253398,SPLINTER GROUP: The Salesman is Dead and Gone,Theater,Theater,USD,2013-12-22,5000.00,2013-11-18 21:11:22,5057.00,successful,98,US,5057.00,5057.00,5000.00 +"1094256439,""The Vibe-Tribe, Intricate Apparel for Festivals, Shows, Etc."",Graphic Design,Design,USD,2016-03-02,5000.00,2016-02-01 21:45:21,115.00,failed,2,US,115.00,115.00,5000.00" +1094263445,The Redemption of Holly Higgins and Adam Sandler,Publishing,Publishing,USD,2015-04-02,16000.00,2015-03-09 17:30:43,3950.00,failed,7,US,3950.00,3950.00,16000.00 +109426481,The Neighborhood Cast Album,Theater,Theater,USD,2012-11-01,7000.00,2012-10-08 19:05:44,7022.02,successful,136,US,7022.02,7022.02,7000.00 +"1094274684,""Haas Brothers Gallery, Vintage Boutique, and Tattoo Shop"",Art,Art,USD,2016-03-02,10000.00,2016-02-01 23:08:00,11109.00,successful,89,US,11109.00,11109.00,10000.00" +109427775,Proteus clothing company,Apparel,Fashion,USD,2015-04-19,5000.00,2015-02-18 21:40:05,171.00,failed,5,US,171.00,171.00,5000.00 +1094278070,The Monster Above,Theater,Theater,USD,2011-07-13,20000.00,2011-06-13 18:51:31,0.00,failed,0,US,0.00,0.00,20000.00 +1094279149,Cousin Harold 12,Comic Books,Comics,USD,2017-05-15,50.00,2017-04-21 13:55:08,302.00,successful,31,US,64.00,302.00,50.00 +1094281790,4 Love Letters,Crafts,Crafts,USD,2015-05-15,8000.00,2015-04-15 17:15:43,38.00,failed,1,US,38.00,38.00,8000.00 +1094287146,AISIA - Luxury loungewear,Fashion,Fashion,CAD,2015-10-09,5000.00,2015-09-09 19:21:11,1550.00,failed,5,CA,1166.23,1198.21,3865.18 +1094288679,Peblsrock - All Washed Up,Documentary,Film & Video,GBP,2015-04-28,1854.00,2015-03-03 14:00:04,1917.00,successful,24,GB,2951.88,2958.47,2861.24 +1094290808,Heather Lara Limited Edition ScratchBoard Giclee's,Mixed Media,Art,USD,2012-07-07,10000.00,2012-06-16 00:34:06,262.00,failed,5,US,262.00,262.00,10000.00 +109429416,Ghost Town Jenny @ Iceland Airwaves official off-venue show,Music,Music,USD,2011-08-11,4000.00,2011-07-12 03:20:41,4348.00,successful,71,US,4348.00,4348.00,4000.00 +"1094300816,""Walk-Ons, A Paintball Movie"",Romance,Film & Video,USD,2014-01-11,5000.00,2013-11-26 01:00:33,5405.00,successful,101,US,5405.00,5405.00,5000.00" +1094302061,HomeMade Artistic Cards,Crafts,Crafts,USD,2014-06-03,5000.00,2014-05-04 02:55:27,20.00,failed,1,US,20.00,20.00,5000.00 +1094308983,Dice Base™: FLUME FUSION,Tabletop Games,Games,USD,2017-08-01,500.00,2017-07-27 20:30:18,14334.00,successful,415,US,220.00,14334.00,500.00 +"1094313625,""8-Bit Donuts: Gourmet Donuts, Coffee, and 80s Arcade Games!"",Spaces,Food,USD,2016-11-04,10000.00,2016-10-04 16:22:26,11076.00,successful,69,US,1930.00,11076.00,10000.00" +1094321436,Unquiet the Silent,Film & Video,Film & Video,USD,2013-03-14,500.00,2013-02-12 22:41:24,10.00,failed,1,US,10.00,10.00,500.00 +1094330893,The Monster King - a children's book that comes to life,Children's Books,Publishing,GBP,2014-05-03,2500.00,2014-04-03 17:16:24,3362.69,successful,134,GB,5593.13,5670.35,4215.64 +1094344959,NYX™ comfort system made with cuben fiber and carbon fiber,Product Design,Design,USD,2012-04-27,40000.00,2012-03-28 00:43:17,8626.00,canceled,51,US,8626.00,8626.00,40000.00 +1094347445,Galactic Biology 101,Documentary,Film & Video,USD,2012-03-21,50000.00,2012-02-20 02:39:34,10.00,failed,1,US,10.00,10.00,50000.00 +1094349761,Great Texas Birding Classic ,Art,Art,USD,2010-02-28,2000.00,2010-02-02 21:50:58,280.00,failed,10,US,280.00,280.00,2000.00 +1094352174,Currents from Cuba,Documentary,Film & Video,USD,2017-07-29,4800.00,2017-06-29 14:22:55,6209.00,successful,62,US,0.00,6209.00,4800.00 +109435269,My Dance Studio,Spaces,Dance,USD,2016-04-13,25000.00,2016-03-14 22:33:47,0.00,failed,0,US,0.00,0.00,25000.00 +"1094354242,""Muffler Men: One Hand Up, One Hand Down"",Documentary,Film & Video,USD,2011-09-02,30000.00,2011-07-20 19:58:50,4295.00,failed,65,US,4295.00,4295.00,30000.00" +1094359422,Launching a New Fashion Line,Fashion,Fashion,USD,2013-11-01,1500.00,2013-10-11 01:00:16,50.00,failed,1,US,50.00,50.00,1500.00 +1094371609,Arachne: Rapid Web Development for Clojure,Software,Technology,USD,2016-05-16,35000.00,2016-04-15 21:48:33,45187.00,successful,361,US,45187.00,45187.00,35000.00 +1094374537,The next Fanduel/DraftKings site (Suspended),Live Games,Games,USD,2016-02-08,7000.00,2015-12-10 14:41:43,0.00,suspended,0,US,0.00,0.00,7000.00 +1094378219,Buzzinga!! The RPSLS card game (Allin1),Tabletop Games,Games,EUR,2017-04-03,300.00,2017-03-27 13:02:20,46.00,failed,9,ES,48.62,48.90,318.90 +1094381923,Halsnøy Season 1,Webseries,Film & Video,NOK,2015-01-19,5000.00,2014-12-26 20:31:03,8400.00,successful,21,NO,1127.56,1080.50,643.15 +1094391828,ZIMBABWE KID Music Album Recording Project,Hip-Hop,Music,USD,2013-09-13,1500.00,2013-08-23 08:59:12,5.00,failed,1,US,5.00,5.00,1500.00 +1094392942,Crazart Studio Film,Shorts,Film & Video,USD,2015-05-17,2000.00,2015-04-17 02:29:06,0.00,failed,0,US,0.00,0.00,2000.00 +1094398495,SmartLoaf: World's first ZEROCARB bread mix,Food,Food,USD,2014-05-23,10000.00,2014-04-23 15:38:59,2698.00,failed,91,US,2698.00,2698.00,10000.00 +"1094400401,""Sustainable Aquaponics Systems in Surkhet, Nepal"",Farms,Food,USD,2015-08-20,5000.00,2015-07-21 05:38:29,5730.00,successful,104,US,5730.00,5730.00,5000.00" +1094400836,Dukes of War: A unique turn-based strategy game (Canceled),Video Games,Games,GBP,2014-04-12,35000.00,2014-03-12 14:05:20,1933.00,canceled,64,GB,3217.19,3249.01,58828.47 +1094402037,Lets Break the Silence,Dance,Dance,USD,2013-01-21,7000.00,2012-12-04 02:28:45,7314.00,successful,70,US,7314.00,7314.00,7000.00 +"1094405943,Fantastic Cassettes' Record Store,Music,Music,USD,2015-03-18,2400.00,2015-02-06 20:35:54,100.00,undefined,0,""N,0"""""",,100.00,2400.00" +"1094414124,""Grandfather - """"Why I'd Try"""" - Straight to Vinyl "",Music,Music,USD,2010-07-01,1200.00,2010-05-14 08:31:41,1462.00,successful,27,US,1462.00,1462.00,1200.00" +1094414757,Budget Supermodel Travel Bags,Graphic Design,Design,GBP,2015-06-17,500.00,2015-06-10 23:02:57,624.00,successful,39,GB,958.13,988.31,791.92 +1094418100,Adventure to Advent Audio Drama,Theater,Theater,USD,2014-11-15,1500.00,2014-11-06 20:43:24,1515.00,successful,25,US,1515.00,1515.00,1500.00 +1094420596,ORNAMENT ORGANIZER,Product Design,Design,USD,2013-10-14,5900.00,2013-09-19 13:48:05,730.00,failed,13,US,730.00,730.00,5900.00 +109442494,Thinium ReCHARGE,Technology,Technology,USD,2016-10-17,100000.00,2016-09-16 09:10:47,1564.00,canceled,22,US,237.00,1564.00,100000.00 +"1094426403,""""""The Right Thing & Polite Thing"""" Candy Wrapper Silencer"",Accessories,Fashion,USD,2015-07-01,12000.00,2015-06-01 17:24:12,50.00,failed,2,US,50.00,50.00,12000.00" +1094428141,Welcome to Anotherlyfe #technology #social #future,Web,Technology,USD,2015-02-24,25000.00,2015-01-20 18:24:52,1121.00,failed,41,US,1121.00,1121.00,25000.00 +1094429742,Leoht - Wearable Tech Handbags Made Beautifully,Product Design,Design,USD,2015-04-12,100000.00,2015-03-06 00:05:48,160398.00,successful,967,US,160398.00,160398.00,100000.00 +"1094432096,""DIY VUEZZ, Frame YOUR TODAY!"",Product Design,Design,USD,2012-12-17,20000.00,2012-11-29 01:03:38,770.00,failed,18,US,770.00,770.00,20000.00" +1094432180,Dragon Hunter Movie,Film & Video,Film & Video,USD,2014-02-03,500.00,2014-01-23 23:08:01,0.00,failed,0,US,0.00,0.00,500.00 +1094445844,The Next Step,Photography,Photography,USD,2011-12-21,10000.00,2011-10-22 16:38:49,475.00,failed,8,US,475.00,475.00,10000.00 +1094447294,Narayan Lockett - SNAG Foundation,Conceptual Art,Art,USD,2015-07-01,2400.00,2015-06-14 19:10:26,0.00,failed,0,US,0.00,0.00,2400.00 +1094452091,Kraang (Ninja Turtles) T Shirt!,Fashion,Fashion,USD,2014-04-01,350.00,2014-03-19 15:02:38,111.00,failed,7,US,111.00,111.00,350.00 +1094453155,Send Trump to Mars,Flight,Technology,USD,2016-11-09,10000.00,2016-09-16 22:04:35,76.00,failed,19,US,9.00,76.00,10000.00 +1094455937,Dirty Hippie Deodorant: Natural deodorant that really works,Crafts,Crafts,USD,2016-11-12,888.00,2016-10-28 00:04:47,606.00,failed,20,US,357.00,606.00,888.00 +109445765,Road to Call of Duty Championship,Video Games,Games,EUR,2015-09-16,10000.00,2015-08-18 12:02:08,1.00,failed,1,DE,1.11,1.14,11419.04 +1094458085,Prototype for handmade Canvas Tents,Product Design,Design,CHF,2016-12-24,5500.00,2016-11-22 23:01:17,5.00,failed,1,CH,0.00,4.91,5398.51 +1094471635,Integrate Facebook Social Features Into Your App,Software,Technology,CAD,2016-10-31,300.00,2016-10-01 20:40:48,0.00,failed,0,CA,0.00,0.00,223.33 +109447577,100 Swords,Tabletop Games,Games,USD,2015-08-08,9999.00,2015-07-07 18:01:32,80465.00,successful,1713,US,80465.00,80465.00,9999.00 +1094477192,Sapphire's Castle: A Children's Adventure Book (Canceled),Children's Books,Publishing,USD,2014-11-23,3000.00,2014-09-24 17:07:09,3082.00,canceled,63,US,3082.00,3082.00,3000.00 +1094485781,DunksnDank Fantasy Basketball League,Web,Technology,USD,2015-07-30,150000.00,2015-06-30 20:19:41,0.00,failed,0,US,0.00,0.00,150000.00 +"1094486166,""Wear the Magi, Language of the Angels"",Fashion,Fashion,USD,2012-11-29,16500.00,2012-10-30 02:20:18,20.00,failed,1,US,20.00,20.00,16500.00" +1094489338,Wake Up Mr. Rooster!!,Children's Books,Publishing,USD,2015-10-06,5000.00,2015-09-06 04:51:25,229.00,failed,3,US,229.00,229.00,5000.00 +1094490589,The Tru-stroke,Product Design,Design,USD,2016-03-19,25000.00,2016-02-18 22:14:13,51.00,failed,2,US,51.00,51.00,25000.00 +"1094493721,""7 Sisters Coffee, filling the void."",Drinks,Food,USD,2017-07-30,3000.00,2017-06-30 17:14:41,10.00,failed,1,US,0.00,10.00,3000.00" +1094497030,HIDE FOX (Canceled),Narrative Film,Film & Video,USD,2010-09-13,30000.00,2010-07-06 18:27:06,1779.00,canceled,14,US,1779.00,1779.00,30000.00 +1094502948,50 Chefs across New England,Food,Food,USD,2012-06-28,36550.00,2012-05-29 14:04:54,640.00,failed,9,US,640.00,640.00,36550.00 +1094503587,UW-Stout Comics and Photography Arctic Trip,Art,Art,USD,2016-04-25,500.00,2016-04-11 14:40:45,862.00,successful,20,US,862.00,862.00,500.00 +"1094507024,""Die Pretty - Support Our Tour!! Playing at Troopfest, NV"",Rock,Music,USD,2012-06-20,5000.00,2012-04-21 01:29:23,65.00,failed,3,US,65.00,65.00,5000.00" +1094507322,Hail! Free Shakespeare in the Park's 15th Season Kickstarter,Theater,Theater,USD,2013-07-24,2000.00,2013-06-26 05:03:19,2165.00,successful,47,US,2165.00,2165.00,2000.00 +1094507915,Tower Defense: Multiplayer Edition,Video Games,Games,SEK,2015-06-30,50000.00,2015-06-08 14:17:52,225.00,failed,2,SE,26.85,26.64,5919.40 +1094508128,Moona - Smart pillow temperature regulation to improve sleep,Technology,Technology,USD,2017-10-27,50000.00,2017-09-13 11:46:23,146072.00,successful,558,US,57373.00,146072.00,50000.00 +"1094508418,Watching for Foxes - Help Bring our Album to Life!,Music,Music,USD,2016-02-18,7000.00,2016-01-19 13:37:42,7170.00,undefined,0,""N,0"""""",,7170.00,7000.00" +10945100,DrumTyght™ Professional Artist Canvases ,Product Design,Design,USD,2011-01-15,15000.00,2010-11-15 08:16:33,285.00,failed,4,US,285.00,285.00,15000.00 +"1094510524,""""""Heartbeat On The Radio"""" Music Video!"",Pop,Music,USD,2015-06-21,2000.00,2015-05-27 18:58:59,2101.00,successful,34,US,2101.00,2101.00,2000.00" +1094516637,Krystallos (Comic),Webcomics,Comics,USD,2017-05-06,2700.00,2017-03-07 07:32:59,1.00,failed,1,US,0.00,1.00,2700.00 +1094517068,Axolote Tiles - Nature Set,Tabletop Games,Games,MXN,2017-02-19,10000.00,2017-01-20 18:19:33,193130.00,successful,189,MX,4182.03,9806.54,507.77 +1094518714,You Are What You Dream (Canceled),Nonfiction,Publishing,GBP,2013-05-31,499.00,2013-05-10 23:41:54,0.00,canceled,0,GB,0.00,0.00,760.27 +"1094526029,""The Misfits: I like me, do you?"",Product Design,Design,USD,2012-07-05,12000.00,2012-06-05 23:26:09,3191.00,failed,49,US,3191.00,3191.00,12000.00" +1094536582,Custom Colored Vintage Illustrations,Illustration,Art,USD,2017-03-20,25.00,2017-03-13 06:36:59,320.00,successful,12,US,125.00,320.00,25.00 +1094536883,TRUTH vs. Trump,Journalism,Journalism,USD,2017-04-17,15000.00,2017-03-18 02:48:20,0.00,failed,0,US,0.00,0.00,15000.00 +1094540601,WeLuvMoms VLOG,Family,Film & Video,USD,2014-09-26,2350.00,2014-08-27 17:29:29,0.00,failed,0,US,0.00,0.00,2350.00 +"1094557476,""Erika & Gary Schmidt /Vital Spark North """"FUNKTIONLUST"""""",Performance Art,Art,USD,2013-10-02,3000.00,2013-08-23 19:55:51,3385.00,successful,29,US,3385.00,3385.00,3000.00" +1094558586,Wild Wisconsin: A Visual Documentary About Wisconsin's Outdoors,Documentary,Film & Video,USD,2010-09-10,19000.00,2010-07-16 17:14:39,95.00,failed,4,US,95.00,95.00,19000.00 +1094561830,Ali Sperry and the Family Vacation: Quest to Go West,Indie Rock,Music,USD,2013-04-03,8000.00,2013-03-04 21:07:34,8625.00,successful,135,US,8625.00,8625.00,8000.00 +1094569864,I WAS BORN AMANDO : Universal Beauty Revolution,Apparel,Fashion,EUR,2016-05-08,190000.00,2016-04-14 23:37:42,927.00,failed,5,IT,1054.00,1051.96,215612.62 +1094571910,Self Mastery and Fate Cycles Android App,Software,Technology,GBP,2014-03-17,2500.00,2014-02-15 03:15:00,0.00,failed,0,GB,0.00,0.00,4122.28 +109458085,Hats Off! by Jessica and Woody Miller,Children's Books,Publishing,USD,2012-06-13,2000.00,2012-05-14 17:46:16,2770.00,successful,56,US,2770.00,2770.00,2000.00 +1094588312,The Elephant Lesson,Illustration,Art,USD,2013-09-25,1000.00,2013-08-26 21:12:06,28.00,failed,2,US,28.00,28.00,1000.00 +109458841,Mofkera Notebook,Product Design,Design,EUR,2017-12-06,2000.00,2017-11-06 16:56:59,142.00,failed,7,IT,128.84,166.74,2348.41 +"109459561,""BRITISH INTERVENTION PRESENTS: 'Peace, Love & Solidarity!'"",Performance Art,Art,GBP,2016-07-10,1300.00,2016-05-12 20:33:57,1356.50,successful,42,GB,1541.42,1812.68,1737.18" +109459689,After Midnight,Film & Video,Film & Video,USD,2013-04-07,3000.00,2013-03-08 21:05:17,3227.00,successful,22,US,3227.00,3227.00,3000.00 +1094600061,Hawaiian Turf: 50th State Inspired Shirt Line (Canceled),Fashion,Fashion,USD,2013-12-08,5000.00,2013-11-08 22:23:40,10.00,canceled,1,US,10.00,10.00,5000.00 +1094600691,Phil A : SXSW or BUST!,Hip-Hop,Music,USD,2012-03-13,500.00,2012-02-27 06:40:51,743.00,successful,23,US,743.00,743.00,500.00 +109460481,Feminine Functional Handbags Built To Last In The USA,Accessories,Fashion,USD,2015-10-01,12000.00,2015-09-01 15:25:50,12725.00,successful,79,US,12725.00,12725.00,12000.00 +"1094608463,""Distributing Documentary """"Free Land"""""",Documentary,Film & Video,USD,2009-11-01,6720.00,2009-09-18 04:44:30,6809.88,successful,39,US,6809.88,6809.88,6720.00" +1094630493,To Love An Irishman - A Historical Romance Novel,Fiction,Publishing,USD,2010-11-13,3000.00,2010-10-14 05:59:19,10.00,failed,1,US,10.00,10.00,3000.00 +1094630943,Monthly Whites,Fashion,Fashion,USD,2013-01-31,10000.00,2013-01-01 06:54:37,110.00,failed,4,US,110.00,110.00,10000.00 +1094632835,Elite Workout Programs,Software,Technology,USD,2014-12-21,10000.00,2014-11-21 20:00:14,0.00,failed,0,US,0.00,0.00,10000.00 +1094636664,Night Light - Short Film,Shorts,Film & Video,USD,2015-10-13,1500.00,2015-09-13 02:29:43,2162.00,successful,26,US,2162.00,2162.00,1500.00 +1094638018,Bring Hak & Gnasher to Life!,Webseries,Film & Video,USD,2014-09-14,1350.00,2014-07-16 06:05:36,1500.00,successful,36,US,1500.00,1500.00,1350.00 +1094639234,Liz Frame and the Kickers Want to Take it Out on the Road!,Country & Folk,Music,USD,2013-06-02,7000.00,2013-05-03 21:12:56,7096.00,successful,92,US,7096.00,7096.00,7000.00 +1094640103,Teaching Teachers to Teach Vonnegut,Fiction,Publishing,USD,2011-07-16,2000.00,2011-06-16 17:17:07,2205.00,successful,57,US,2205.00,2205.00,2000.00 +1094646417,2020 THE SEMI MODULAR BEAT-MACHINE,Software,Technology,EUR,2016-04-12,5000.00,2016-03-13 11:27:48,33639.00,successful,389,NL,37508.78,37958.27,5642.00 +1094659513,Lucy Loo Babygear (Canceled),Childrenswear,Fashion,USD,2015-04-23,1500.00,2015-03-24 20:28:43,0.00,canceled,0,US,0.00,0.00,1500.00 +1094661023,Cake In The City,Food,Food,NOK,2014-12-27,40000.00,2014-11-27 13:48:52,0.00,failed,0,NO,0.00,0.00,5327.58 +1094661846,The UnTravelers,Television,Film & Video,USD,2015-05-02,8000.00,2015-04-02 00:57:34,1075.00,failed,13,US,1075.00,1075.00,8000.00 +1094662518,UNITE for CHANGES,Apps,Technology,USD,2017-06-10,20000.00,2017-05-11 18:53:49,10704.00,failed,152,US,1471.00,10704.00,20000.00 +"1094667815,""Paris-Milan """"Authentic"""""",Music,Music,USD,2014-08-11,6000.00,2014-08-01 17:00:21,0.00,failed,0,US,0.00,0.00,6000.00" +1094670962,SERENO Mat,Product Design,Design,USD,2014-01-04,7000.00,2013-12-05 21:26:43,22.00,failed,3,US,22.00,22.00,7000.00 +1094672224,Planet Lab,Apps,Technology,USD,2015-04-18,12000.00,2015-03-02 22:05:48,12820.00,successful,63,US,12820.00,12820.00,12000.00 +1094676624,Help fund Liza Anne's DEBUT FULL LENGTH Record!!,Music,Music,USD,2013-11-24,11500.00,2013-10-23 18:57:39,12175.11,successful,230,US,12175.11,12175.11,11500.00 +1094677825,Muchera: All-in-One Softball Sliding Pants for Women,Fashion,Fashion,USD,2013-06-15,11500.00,2013-05-16 19:19:47,270.00,failed,5,US,270.00,270.00,11500.00 +1094679206,The Mad Ballers Cartoon,Animation,Film & Video,USD,2012-08-19,85000.00,2012-07-05 07:55:28,0.00,failed,0,US,0.00,0.00,85000.00 +1094688999,How To Draw Anything You Want,Comics,Comics,USD,2013-07-24,10.00,2013-06-24 17:14:29,561.00,successful,63,US,561.00,561.00,10.00 +"109470094,""MASSO, The All-In-One CNC Controller"",Hardware,Technology,AUD,2016-10-23,90000.00,2016-09-23 23:13:55,22724.00,failed,41,AU,4754.01,17207.33,68150.84" +109470273,Miss Reyna's Winery,Drinks,Food,USD,2016-06-04,10000.00,2016-05-05 01:33:54,0.00,failed,0,US,0.00,0.00,10000.00 +"109470347,""Audio Libro """"Libérate de tus Tarjetas de Crédito"""""",Publishing,Publishing,MXN,2016-12-21,50000.00,2016-11-22 22:46:55,0.00,failed,0,MX,0.00,0.00,2416.39" +"1094707880,""GameCards for Football, Baseball, Basketball, Hockey & Softb"",Playing Cards,Games,USD,2017-02-26,7500.00,2017-02-11 23:32:45,0.00,failed,0,US,0.00,0.00,7500.00" +1094716353,Morningstar Debut album release,Rock,Music,GBP,2013-06-28,4200.00,2013-05-29 10:02:36,465.00,failed,30,GB,701.72,709.54,6408.79 +1094726418,The Red Velvet Kitchen,Food,Food,USD,2012-02-04,3200.00,2012-01-05 16:31:44,78.00,failed,4,US,78.00,78.00,3200.00 +1094726902,The World First Levitating Moon Light,Product Design,Design,HKD,2017-04-06,400000.00,2017-03-07 09:05:44,405693.00,successful,293,HK,2553.37,52212.07,51479.39 +"1094734460,""Radius Volume 1: Faith, Reason & the Imagination"",Documentary,Film & Video,USD,2017-03-03,25000.00,2017-02-01 21:11:00,0.00,failed,0,US,0.00,0.00,25000.00" +1094737263,Online Unit Studies: Online Courses for Homeschoolers,Academic,Publishing,USD,2017-05-15,25000.00,2017-04-15 18:43:34,2535.00,canceled,15,US,215.00,2535.00,25000.00 +1094738241,An Honest KickStarter Project,Product Design,Design,USD,2016-09-16,10000.00,2016-08-16 19:41:21,11.00,failed,2,US,10.00,11.00,10000.00 +109474087,The Focus Notebook - Focus and Be Successful in School,Product Design,Design,USD,2015-12-04,7500.00,2015-10-28 01:15:39,587.00,failed,41,US,587.00,587.00,7500.00 +1094742557,inwenia: une plateforme de projets collaboratifs,Technology,Technology,EUR,2016-07-17,1000.00,2016-05-23 18:19:15,1144.00,successful,38,FR,811.38,1260.00,1101.39 +1094744407,HiChristina Makes A Movie,Narrative Film,Film & Video,USD,2010-11-20,2000.00,2010-11-07 22:08:50,4900.00,successful,107,US,4900.00,4900.00,2000.00 +"1094748027,""U.S. Teas Its not just Ice Tea, It's a social movement !"",Drinks,Food,USD,2016-06-30,50000.00,2016-05-16 22:01:08,0.00,failed,0,US,0.00,0.00,50000.00" +1094748678,Car Seat Monitor,Apps,Technology,USD,2014-12-10,2400.00,2014-11-10 18:42:55,5.00,failed,1,US,5.00,5.00,2400.00 +"1094752040,GoTo Garden: home gardeners grow it; neighbors buy it,Food,Food,USD,2012-06-30,10000.00,2012-05-31 01:21:08,2161.00,failed,29,US,2161.00,2161.00,10000.00" +1094755740,The Vegan Bros,Food Trucks,Food,USD,2014-11-15,30000.00,2014-09-16 02:26:42,574.00,failed,10,US,574.00,574.00,30000.00 +1094756944,Tri Ball Swivel Hitch,Product Design,Design,USD,2016-10-29,20000.00,2016-09-29 17:42:37,321.00,failed,6,US,55.00,321.00,20000.00 +109475985,Forest,Shorts,Film & Video,GBP,2016-06-08,10000.00,2016-05-09 15:17:55,0.00,failed,0,GB,0.00,0.00,14403.62 +1094760770,Miller Woodcrafting,Woodworking,Crafts,USD,2017-05-25,2000.00,2017-04-25 08:21:05,18.00,failed,1,US,18.00,18.00,2000.00 +1094762734,Nerdrage by Proxy - A comedy web-series,Webseries,Film & Video,USD,2011-12-29,5000.00,2011-10-30 02:44:53,0.00,failed,0,US,0.00,0.00,5000.00 +1094769825,Realm of Heroes,Tabletop Games,Games,USD,2014-06-26,10000.00,2014-05-27 15:19:18,10061.00,successful,236,US,10061.00,10061.00,10000.00 +1094774768,The Clowns - A Rock Opera,Theater,Theater,USD,2013-01-03,2250.00,2012-12-11 00:41:57,3033.00,successful,42,US,3033.00,3033.00,2250.00 +1094777491,James Bullough Does Dallas: Deface a Wall Not a Body,Public Art,Art,USD,2014-11-14,3500.00,2014-10-14 18:24:49,4153.00,successful,45,US,4153.00,4153.00,3500.00 +109478027,Boring Pictures - A Photobook,Photobooks,Photography,GBP,2016-10-08,300.00,2016-09-08 16:00:10,266.00,failed,5,GB,37.56,325.49,367.10 +1094783117,You & I: A Collection of Vignette Comics,Comic Books,Comics,USD,2017-11-14,1000.00,2017-10-15 17:57:30,1030.00,successful,29,US,337.00,1030.00,1000.00 +1094785009,light the flambeaux,Theater,Theater,USD,2011-05-13,7000.00,2011-03-29 08:12:05,100.00,failed,5,US,100.00,100.00,7000.00 +109479771,Girl Genius Volume 13: Agatha Heterodyne & The Sleeping City,Comics,Comics,USD,2014-05-03,55000.00,2014-04-09 21:00:37,219327.22,successful,3378,US,219327.22,219327.22,55000.00 +1094804631,Whale & Anchor Tattoo Shop,Art,Art,USD,2015-06-18,15000.00,2015-05-19 21:23:11,3245.00,failed,23,US,3245.00,3245.00,15000.00 +1094807574,The World's First Adaptable Luxury Bags | Premium Design,Design,Design,GBP,2016-11-29,35000.00,2016-10-25 19:00:37,1943.00,canceled,7,GB,1356.16,2452.76,44182.44 +1094810449,LGB_Q,Art,Art,USD,2017-11-08,35000.00,2017-10-06 08:44:08,8940.01,failed,106,US,0.00,8940.01,35000.00 +1094823250,Marijuana Leaf Beanies! (Canceled),Ready-to-wear,Fashion,AUD,2014-09-25,420.00,2014-08-26 03:30:58,0.00,canceled,0,AU,0.00,0.00,369.23 +1094823846,Small Fry | A modern Noir series,Narrative Film,Film & Video,GBP,2014-07-26,1000.00,2014-06-26 20:48:43,0.00,failed,0,GB,0.00,0.00,1682.57 +1094832512,Appy: The World's Easiest Way to Create Apps,Software,Technology,USD,2014-01-12,100000.00,2013-12-13 16:07:34,2426.50,failed,47,US,2426.50,2426.50,100000.00 +1094834787,Hook N for more yarn,Crochet,Crafts,CAD,2016-09-28,50.00,2016-09-18 17:55:59,196.00,successful,5,CA,4.54,148.91,37.99 +109483805,Pacific Harp Project's Debut Album,Jazz,Music,USD,2015-01-20,10000.00,2014-12-21 02:37:28,10191.00,successful,64,US,10191.00,10191.00,10000.00 +1094845543,PARKING TICKET: THE MOVIE,Film & Video,Film & Video,USD,2013-04-20,86.00,2013-04-08 20:47:06,157.00,successful,18,US,157.00,157.00,86.00 +1094846929,Roomer Mil LLP- Roommate Matchmaking for Military,Web,Technology,USD,2015-05-06,500.00,2015-04-06 22:03:31,650.00,successful,3,US,650.00,650.00,500.00 +1094849599,Bodin's Tale - Retro Style RPG,Video Games,Games,GBP,2014-03-22,500.00,2014-02-06 00:41:56,99.00,failed,15,GB,161.41,164.67,831.66 +1094850374,Open Mic Nightmare: A Comic Book,Comics,Comics,USD,2013-08-23,2630.00,2013-07-24 21:53:24,2897.00,successful,64,US,2897.00,2897.00,2630.00 +"109485541,The Gifted Journey,Publishing,Publishing,USD,2016-05-11,1200.00,2016-03-12 17:27:03,46.00,failed,0,""N,0"""""",,46.00,1200.00" +1094856258,Delectable Delights Bakery,Food,Food,USD,2014-03-03,12000.00,2014-02-01 23:38:09,180.00,failed,4,US,180.00,180.00,12000.00 +1094859014,Make us cats!,Fashion,Fashion,USD,2015-03-22,800.00,2015-02-20 06:28:33,850.00,successful,4,US,850.00,850.00,800.00 +"1094863035,66Books Productions,Music,Music,CAD,2015-06-12,9000.00,2015-05-13 16:24:34,1.00,undefined,0,""N,0"""""",,0.81,7315.29" +"1094875411,""""""Sharing my LOVE for the World through Fashion Campaign"""""",Fashion,Fashion,USD,2011-08-01,19000.00,2011-05-25 10:04:18,0.00,failed,0,US,0.00,0.00,19000.00" +1094878880,VAMPEROTICA'S PIN-UP ILLUSTRATED V1,Comic Books,Comics,USD,2016-06-09,99.00,2016-05-25 18:59:44,2765.00,successful,94,US,2765.00,2765.00,99.00 +109488426,Jeremy Gatta: A Very Special Artist,Painting,Art,USD,2015-03-22,2500.00,2015-01-21 12:38:19,2791.00,successful,44,US,2791.00,2791.00,2500.00 +1094884904,ShadowBurn: Book TWO in the Paranormal Burn Thriller Trilogy,Fiction,Publishing,USD,2016-02-18,5000.00,2016-01-19 20:30:55,25.00,failed,1,US,25.00,25.00,5000.00 +1094885453,Fantasy Geopolitics,Games,Games,USD,2014-02-15,10000.00,2014-01-16 10:46:14,12706.00,successful,216,US,12706.00,12706.00,10000.00 +1094888516,Aquaponics Farm Development: Household and Commercial,Farms,Food,USD,2014-09-30,10000.00,2014-08-31 21:22:18,1256.00,failed,107,US,1256.00,1256.00,10000.00 +1094891069,Funding for the new Via The Sun album,Rock,Music,USD,2013-05-02,2500.00,2013-03-19 21:11:38,3069.00,successful,63,US,3069.00,3069.00,2500.00 +1094891485,This Old Ghost's Full Length Record,Music,Music,USD,2012-05-14,4000.00,2012-03-17 06:23:58,4185.00,successful,87,US,4185.00,4185.00,4000.00 +109489342,Monster Truck Books and Appearances To Excite Children,Children's Books,Publishing,USD,2017-01-28,10000.00,2016-12-29 21:34:10,5.00,failed,1,US,5.00,5.00,10000.00 +1094901063,The End War,Documentary,Film & Video,USD,2013-01-23,500.00,2013-01-12 08:45:38,66.00,failed,4,US,66.00,66.00,500.00 +109491006,The Fifth Quarter Charcuterie,Farmer's Markets,Food,USD,2016-06-30,25000.00,2016-05-31 17:00:26,26811.00,successful,170,US,26811.00,26811.00,25000.00 +1094910973,Grappling Hooks = MakerSpace & TherapySpace,Product Design,Design,USD,2015-10-01,6999.00,2015-09-01 20:40:41,11597.00,successful,235,US,11597.00,11597.00,6999.00 +109491360,Remix your kicks. A new way to replace your lace.,Footwear,Fashion,USD,2015-10-09,10000.00,2015-09-09 17:50:22,397.00,failed,14,US,397.00,397.00,10000.00 +1094915932,Recycled Wine Bottle Candles by re-kindled candles,Candles,Crafts,USD,2015-04-12,2500.00,2015-03-13 15:45:23,242.00,failed,4,US,242.00,242.00,2500.00 +109493704,LED Sleeve for Learning Chords and Songs on the Guitar,Technology,Technology,USD,2012-04-15,50000.00,2012-03-16 12:03:25,3682.00,canceled,39,US,3682.00,3682.00,50000.00 +1094940351,Jed's Story,Publishing,Publishing,USD,2016-01-19,1500.00,2016-01-04 02:43:08,1550.00,successful,11,US,1550.00,1550.00,1500.00 +1094942281,Ad Astra Periclum (Space Sandbox MMO),Video Games,Games,USD,2017-08-10,5000.00,2017-07-11 17:27:33,1271.00,failed,18,US,25.00,1271.00,5000.00 +1094948028,The Budi: A Leash For Active Dogs,Product Design,Design,USD,2011-12-12,140000.00,2011-10-13 00:50:53,17761.00,failed,76,US,17761.00,17761.00,140000.00 +1094951217,THE AFFAIR - The Movie,Narrative Film,Film & Video,USD,2013-08-23,15000.00,2013-07-24 06:14:41,17170.00,successful,168,US,17170.00,17170.00,15000.00 +"1094951366,""""""Coney Island Queen"""" - a film about love, magic, loneliness"",Shorts,Film & Video,USD,2013-11-24,7500.00,2013-10-25 20:17:08,7026.00,failed,70,US,7026.00,7026.00,7500.00" +1094951984,Interested Hobbyist Needs Paint Brushes,Painting,Art,USD,2016-07-06,200.00,2016-06-06 17:37:11,77.00,failed,5,US,77.00,77.00,200.00 +1094954367,Faces of Our Heroes: Hand-Drawn Pencil Portraits,Art,Art,USD,2012-11-25,150.00,2012-10-26 17:02:14,1.00,failed,1,US,1.00,1.00,150.00 +1094954995,Kinetic Makeover (Canceled),Dance,Dance,USD,2013-01-25,2500.00,2013-01-02 06:35:51,960.00,canceled,26,US,960.00,960.00,2500.00 +1094957405,Steam-Age Foundations: Inspiring the Inventors of the Future,Technology,Technology,USD,2015-02-22,20200.00,2015-01-28 10:51:55,710.00,failed,21,US,710.00,710.00,20200.00 +"1094961005,""Seven Years In LA, or Eight..."",Nonfiction,Publishing,USD,2015-01-22,11000.00,2014-12-22 00:06:19,52.00,failed,2,US,52.00,52.00,11000.00" +1094968556,Stuff,Narrative Film,Film & Video,USD,2010-10-31,10000.00,2010-09-01 23:35:52,180.00,failed,8,US,180.00,180.00,10000.00 +1094987909,My project is my Food truck. Soul Truck #9.,Food,Food,USD,2014-06-01,7000.00,2014-04-04 17:10:29,35.00,failed,2,US,35.00,35.00,7000.00 +1095001871,Cutting-Edge Composers 2015,Musical,Theater,USD,2015-01-26,2000.00,2015-01-02 20:00:00,2460.00,successful,18,US,2460.00,2460.00,2000.00 +1095003953,Joe Dever's Lone Wolf – The Lone Wolf Adventure Game,Tabletop Games,Games,GBP,2014-09-16,15000.00,2014-08-06 15:54:57,68005.20,successful,635,GB,114690.38,111125.06,24511.01 +1095005118,project: A Road Less Traveled,Photobooks,Photography,USD,2014-12-24,12000.00,2014-11-01 04:58:34,4806.00,failed,49,US,4806.00,4806.00,12000.00 +1095012013,The Winged Violin Needs A Voice!,Classical Music,Music,USD,2011-12-30,6500.00,2011-11-30 12:35:11,540.00,failed,10,US,540.00,540.00,6500.00 +1095015667,Law Enforcement Coin Collection - Police & Deputy Coins,Product Design,Design,USD,2014-11-27,1200.00,2014-11-05 04:42:19,1206.00,successful,24,US,1206.00,1206.00,1200.00 +109501585,TrackLinq BAS,Software,Technology,USD,2016-09-07,40000.00,2016-08-08 17:56:58,0.00,canceled,0,US,0.00,0.00,40000.00 +1095017657,Arthur Herzog an Autobiography,Print,Journalism,USD,2015-05-06,500.00,2015-04-06 18:15:36,0.00,failed,0,US,0.00,0.00,500.00 +"1095018949,""Post Production for """"Auto Bomba"""""",Shorts,Film & Video,USD,2011-12-01,270.00,2011-11-15 21:28:27,300.00,successful,8,US,300.00,300.00,270.00" +1095021440,Motorsport Illustrated News - weekly auto racing magazine,Periodicals,Publishing,USD,2012-10-18,3000.00,2012-09-18 00:25:29,3160.00,successful,34,US,3160.00,3160.00,3000.00 +"1095026714,""Northwest Progressive Publications - Art, Politics, Music"",Nonfiction,Publishing,USD,2014-10-02,10000.00,2014-08-20 23:25:21,25.00,failed,1,US,25.00,25.00,10000.00" +1095028059,Help Take Young Artists To Mad Heights!,Hip-Hop,Music,USD,2016-03-17,10000.00,2016-02-17 00:41:11,213.00,failed,5,US,213.00,213.00,10000.00 +1095041220,Communask,Web,Technology,EUR,2016-05-26,300.00,2016-04-26 18:52:09,1.00,failed,1,FR,1.12,1.12,335.04 +"1095046062,""Music for indie musical film """"Country Girl"""""",Country & Folk,Music,USD,2011-07-11,2750.00,2011-06-04 03:40:47,2840.00,successful,35,US,2840.00,2840.00,2750.00" +1095046596,ZEROHOUR EDGE: Carbon Fiber EDC Pocket Knife S35VN Blade,Product Design,Design,USD,2017-09-23,5000.00,2017-08-23 17:59:53,68468.00,successful,982,US,33231.00,68468.00,5000.00 +1095053905,Cthulhu Christmas Greeting Cards,Stationery,Crafts,USD,2015-11-04,1500.00,2015-10-09 16:53:04,8463.00,successful,406,US,8463.00,8463.00,1500.00 +1095066253,The American West in Autumn,Photography,Photography,USD,2013-08-20,17400.00,2013-07-20 17:01:06,2107.00,failed,27,US,2107.00,2107.00,17400.00 +"1095072371,""HoBToP - authentic, one of a kind, wearable art"",Ready-to-wear,Fashion,USD,2016-08-04,6600.00,2016-07-14 18:56:34,6715.00,successful,64,US,220.00,6715.00,6600.00" +1095074552,Looking Back,Performances,Dance,USD,2016-05-28,850.00,2016-04-28 01:32:06,160.00,failed,5,US,160.00,160.00,850.00 +1095079451,Hello. I love you. Beautiful Big Little You.,Illustration,Art,USD,2015-04-15,683.00,2015-04-01 06:01:01,862.00,successful,27,US,862.00,862.00,683.00 +1095080964,The Secret Life of Your Mobile Phone (Canceled),Immersive,Theater,GBP,2014-11-15,1000.00,2014-10-16 18:53:48,0.00,canceled,0,GB,0.00,0.00,1568.23 +1095083841,'Just From Hospital' Sign/Logo,Product Design,Design,USD,2015-06-08,425.00,2015-04-24 08:07:54,0.00,failed,0,US,0.00,0.00,425.00 +1095090768,Divided We Fall II,Music,Music,EUR,2017-01-22,850.00,2016-12-23 08:07:10,898.00,successful,21,DE,398.72,959.16,907.89 +1095096076,DAFNE - Digital Art Festival,Digital Art,Art,USD,2013-10-04,5000.00,2013-09-04 23:31:02,1660.00,failed,37,US,1660.00,1660.00,5000.00 +"1095097687,""""""Chub Busting"""" Thesis Film"",Shorts,Film & Video,USD,2010-10-05,2500.00,2010-08-31 19:11:23,2540.00,successful,33,US,2540.00,2540.00,2500.00" +1095103410,Planet Revolution (Working Title),Mobile Games,Games,USD,2017-07-21,65000.00,2017-06-21 08:39:21,0.00,failed,0,US,0.00,0.00,65000.00 +1095106850,Beauty is a Joy Forever: 2016 Art Nude Print Catalog,Fine Art,Photography,USD,2016-01-07,800.00,2015-12-08 02:55:36,1571.00,successful,16,US,1571.00,1571.00,800.00 +"1095116479,Eva's Story,Film & Video,Film & Video,GBP,2015-08-25,1000.00,2015-06-26 20:39:49,1031.00,undefined,0,""N,0"""""",,1586.84,1539.12" +1095120338,A tainted soul,Fiction,Publishing,GBP,2014-09-06,4000.00,2014-08-07 14:26:22,0.00,failed,0,GB,0.00,0.00,6493.08 +1095129867,Patriot Playing Cards,Playing Cards,Games,USD,2015-03-21,8000.00,2015-02-19 16:44:45,18465.00,successful,305,US,18465.00,18465.00,8000.00 +1095130343,Holland Music Session,Classical Music,Music,EUR,2015-07-01,950.00,2015-06-06 20:07:04,5.00,failed,1,DE,5.61,5.55,1054.11 +1095132413,Satellite,Mobile Games,Games,USD,2014-10-04,400.00,2014-09-04 04:21:43,0.00,failed,0,US,0.00,0.00,400.00 +1095139282,To Turn Back Time,Shorts,Film & Video,USD,2012-04-24,10000.00,2012-04-03 02:15:14,10170.00,successful,40,US,10170.00,10170.00,10000.00 +1095164792,RockStix 2 - Colour Change LED Light Up Drumsticks,Technology,Technology,GBP,2013-11-05,2500.00,2013-09-30 21:07:14,4114.00,successful,162,GB,6635.25,6615.42,4020.07 +1095175144,Fool's Road • A Traveling Music Video Project,Film & Video,Film & Video,USD,2012-08-09,8000.00,2012-07-14 23:15:26,10170.00,successful,75,US,10170.00,10170.00,8000.00 +1095177759,Juno - A Family Card Game,Tabletop Games,Games,USD,2014-09-04,6000.00,2014-08-05 17:31:24,340.00,failed,12,US,340.00,340.00,6000.00 +1095177788,THEY WILL HAVE TO KILL US FIRST: Malian Music in Exile,Documentary,Film & Video,GBP,2013-12-08,30000.00,2013-11-08 01:08:53,31133.00,successful,497,GB,50088.41,50653.24,48809.85 +1095180619,Rhythmic Empowerment at Ala. School for the Deaf and Blind,World Music,Music,USD,2014-04-20,3500.00,2014-03-21 20:39:39,914.00,failed,16,US,914.00,914.00,3500.00 +"1095185362,""""""You're Gonna Be Great"""" A Senior Thesis Film"",Shorts,Film & Video,USD,2014-03-02,3000.00,2014-01-31 18:49:31,4167.00,successful,162,US,4167.00,4167.00,3000.00" +1095188148,Sgt. Buc: A Journey to Freedom,Art,Art,USD,2014-07-20,12500.00,2014-06-20 08:21:37,510.00,failed,9,US,510.00,510.00,12500.00 +"1095190477,""Page 121 Productions: Two Festivals, Two Coasts"",Theater,Theater,USD,2010-06-03,6700.00,2010-04-15 16:25:03,7100.00,successful,83,US,7100.00,7100.00,6700.00" +1095192850,WEAY Broadcasting,Journalism,Journalism,USD,2014-10-16,100000.00,2014-09-16 23:10:28,0.00,failed,0,US,0.00,0.00,100000.00 +1095194639,Supernatural Adventures of Science Girl Penny de Havilland,Comics,Comics,USD,2011-12-08,2000.00,2011-11-08 11:08:24,175.00,failed,4,US,175.00,175.00,2000.00 +1095195465,World's Strongest Most Versatile Fastener for Tarps & Canvas,Product Design,Design,USD,2015-08-29,55000.00,2015-07-30 19:09:36,4219.00,failed,101,US,4219.00,4219.00,55000.00 +1095196427,Walt Before Mickey,Movie Theaters,Film & Video,USD,2015-10-23,75000.00,2015-09-23 17:50:28,0.00,failed,0,US,0.00,0.00,75000.00 +"1095200697,""The Harbour project: Dunkerque, France"",Photography,Photography,CAD,2013-10-09,1000.00,2013-09-09 22:27:23,352.00,failed,10,CA,338.18,338.82,962.56" +1095203924,Chloe Diller - A Novel,Fiction,Publishing,CAD,2016-06-20,4500.00,2016-05-20 00:06:26,4795.00,successful,34,CA,3707.69,3686.76,3459.94 +1095205016,Modogrip,Product Design,Design,USD,2011-11-30,5000.00,2011-11-12 05:09:22,7333.00,successful,27,US,7333.00,7333.00,5000.00 +1095225210,Stereoscopic 3D Mural,Public Art,Art,USD,2012-07-12,3500.00,2012-06-12 18:12:30,4057.00,successful,57,US,4057.00,4057.00,3500.00 +1095227296,Cannabacon©,Apparel,Fashion,USD,2016-12-20,40000.00,2016-11-20 01:20:53,85.00,failed,6,US,50.00,85.00,40000.00 +1095234270,Little Boost - Helping little ones into BIG cars.,Design,Design,USD,2016-09-28,20000.00,2016-08-29 21:31:33,737.00,failed,40,US,273.00,737.00,20000.00 +1095234464,Nextgen Benchmark Tool,Software,Technology,USD,2014-08-28,50.00,2014-07-29 21:16:10,63.00,successful,7,US,63.00,63.00,50.00 +1095238295,Cloud Crystal Cuties: Kawaii Plush - Cute Stuffed Toys,Textiles,Art,USD,2015-04-23,10000.00,2015-03-24 05:40:09,492.00,failed,15,US,492.00,492.00,10000.00 +1095239114,You Can Teach Your Child (or yourself) Basic Guitar,Publishing,Publishing,USD,2014-08-21,10000.00,2014-07-22 14:53:11,0.00,failed,0,US,0.00,0.00,10000.00 +1095242979,#hopebox,Architecture,Design,USD,2015-12-01,25000.00,2015-10-16 23:29:14,795.00,failed,10,US,795.00,795.00,25000.00 +"1095243727,""Web series of budget building, to extreme custom built PCs"",Webseries,Film & Video,USD,2016-04-02,200000.00,2016-02-02 14:57:17,0.00,failed,0,US,0.00,0.00,200000.00" +1095249825,Community Summer Youth & Art Event 2015 (Canceled),Performance Art,Art,USD,2015-05-06,8500.00,2015-04-06 17:50:37,0.00,canceled,0,US,0.00,0.00,8500.00 +"1095252206,""Finally! Soft, Discreet WOMEN'S Undershirts."",Fashion,Fashion,USD,2014-02-15,20000.00,2014-01-13 21:01:17,1550.00,failed,23,US,1550.00,1550.00,20000.00" +1095253337,Seeking to start new Fashion and Editorial based magazine.,Periodicals,Publishing,USD,2013-07-25,5000.00,2013-06-25 16:38:29,1.66,failed,1,US,1.66,1.66,5000.00 +1095259573,Duopila–a versatile toy for everyday fun!,Product Design,Design,USD,2017-04-01,280.00,2017-02-23 02:09:30,150.00,failed,10,US,43.00,150.00,280.00 +1095260398,Make 100: Illustrated ceramic plates,Pottery,Crafts,MXN,2017-03-01,45000.00,2017-01-30 19:28:12,45715.00,successful,53,MX,28.71,2325.99,2289.61 +1095262333,Enunciation - Burning Man 2016 Honorarium Project,Sculpture,Art,USD,2016-08-07,10000.00,2016-07-13 20:59:03,10010.00,successful,99,US,4969.00,10010.00,10000.00 +1095265551,Project H Indie Racing Film,Film & Video,Film & Video,USD,2017-08-30,25000.00,2017-07-01 00:31:16,22.00,canceled,1,US,22.00,22.00,25000.00 +1095279560,Lady Dragon - a short film,Shorts,Film & Video,USD,2012-08-25,7000.00,2012-07-11 22:31:00,795.00,failed,18,US,795.00,795.00,7000.00 +"1095281964,""Alex said """"I'm the best!"""""",Fashion,Fashion,USD,2015-08-05,300.00,2015-07-06 17:47:12,105.00,failed,3,US,105.00,105.00,300.00" +1095282442,3D works on every Television (Canceled),Technology,Technology,USD,2013-12-29,45000.00,2013-11-29 16:03:51,255.00,canceled,5,US,255.00,255.00,45000.00 +1095292623,UNCHOSEN: Rise of the Secret Wizard Societies ($1 = Ebook!),Fiction,Publishing,USD,2014-08-18,27150.00,2014-07-17 01:46:55,9123.17,failed,12,US,9123.17,9123.17,27150.00 +"1095293392,""Every Everything, the music, life & times of Grant Hart ver3"",Documentary,Film & Video,USD,2013-04-02,3500.00,2013-02-26 21:53:20,4831.00,successful,46,US,4831.00,4831.00,3500.00" +1095296947,Music of Tomorrow,Rock,Music,USD,2014-10-30,3000.00,2014-09-30 18:21:49,2.00,failed,2,US,2.00,2.00,3000.00 +1095300185,21st Century Holy Bible,Translations,Publishing,USD,2014-07-13,5000.00,2014-06-13 03:51:36,2.00,failed,2,US,2.00,2.00,5000.00 +1095308406,Open Mic,Shorts,Film & Video,USD,2013-12-04,1000.00,2013-11-04 21:04:08,275.00,failed,2,US,275.00,275.00,1000.00 +1095308891,The Chance of Freedom Short Film,Drama,Film & Video,USD,2015-07-09,28000.00,2015-06-09 23:27:21,0.00,failed,0,US,0.00,0.00,28000.00 +1095327522,The Say Their Name Campaign,Graphic Design,Design,USD,2016-08-09,2500.00,2016-07-22 14:26:33,4650.22,successful,253,US,630.00,4650.22,2500.00 +1095330524,diarypictures - recollection of images,Places,Photography,AUD,2015-02-27,2000.00,2015-01-28 03:19:06,3.00,failed,3,AU,2.37,2.35,1565.68 +"1095343173,""Novel """"Green Trees"""" Publishing"",Fiction,Publishing,USD,2015-04-01,5500.00,2015-02-18 02:19:10,0.00,failed,0,US,0.00,0.00,5500.00" +"1095348527,""New Studio CD from Tom Taylor """"Sailing in a Paper Boat"""""",Rock,Music,USD,2017-12-25,2500.00,2017-11-25 03:11:29,485.00,failed,11,US,50.00,485.00,2500.00" +1095354967,Never Give Up: Career Making in the Arts,Nonfiction,Publishing,USD,2013-02-04,10000.00,2012-12-12 18:11:33,1090.00,failed,8,US,1090.00,1090.00,10000.00 +1095356319,Decon Bar Soap,Crafts,Crafts,USD,2017-03-10,2500.00,2017-02-08 19:35:20,766.00,canceled,12,US,626.00,766.00,2500.00 +1095359904,NEW Alison Pipitone Band recording!!,Rock,Music,USD,2013-03-30,12500.00,2013-02-28 18:37:50,14252.00,successful,156,US,14252.00,14252.00,12500.00 +1095360025,Nathan Gourley & Laura Feddersen are making an album,World Music,Music,USD,2014-10-25,3000.00,2014-09-25 15:36:14,5497.65,successful,99,US,5497.65,5497.65,3000.00 +1095368203,FOOD TECH START UP - ORGANIC MEAL PREP FOR HOME DELIVERY,Apps,Technology,USD,2016-12-07,575000.00,2016-11-07 20:35:52,21.00,failed,2,US,21.00,21.00,575000.00 +1095395778,twenty six,Art,Art,AUD,2016-10-10,1600.00,2016-09-10 10:40:15,1618.00,successful,31,AU,232.35,1234.36,1220.63 +1095410519,RONI,Video Games,Games,GBP,2016-02-27,3000.00,2016-01-28 07:07:54,270.00,failed,6,GB,387.24,382.26,4247.37 +1095411038,Pose Drawing SparkBook: Put Life Into Your Drawings,Art Books,Publishing,USD,2013-08-22,9000.00,2013-07-23 22:40:18,16265.00,successful,563,US,16265.00,16265.00,9000.00 +1095412224,The Ohio Retro Gamer (TORG) Website,Video Games,Games,USD,2015-08-05,600.00,2015-07-06 18:58:19,30.00,failed,2,US,30.00,30.00,600.00 +1095425250,No name glamour book,Photography,Photography,EUR,2016-09-16,700.00,2016-08-17 21:41:07,68.00,failed,2,IT,74.95,76.34,785.82 +"1095425340,""MyTuffRide.Com, Show off your """"Tuff"""" Ride! (Canceled)"",Web,Technology,USD,2014-07-03,5000.00,2014-06-03 20:20:09,130.00,canceled,4,US,130.00,130.00,5000.00" +1095432478,Flight of Festival: Finding Paradise,Documentary,Film & Video,USD,2015-04-08,2500.00,2015-02-27 10:12:00,0.00,failed,0,US,0.00,0.00,2500.00 +"1095435473,""Zpocalypse Aftermath: This Time, the Living are Rising Up"",Tabletop Games,Games,USD,2013-05-02,35000.00,2013-03-17 14:01:19,190021.00,successful,1052,US,190021.00,190021.00,35000.00" +1095457962,The Pilgrimage,Video Games,Games,CAD,2016-11-18,34500.00,2016-10-19 18:32:51,266.00,failed,9,CA,11.45,196.82,25527.19 +1095464207,MyTotal.TV Share,Gadgets,Technology,GBP,2014-09-05,176000.00,2014-08-06 21:03:59,30.00,failed,6,GB,50.59,48.89,286808.44 +1095466789,My Sister Sam (Canceled),Shorts,Film & Video,USD,2011-09-05,17500.00,2011-08-06 22:54:28,2240.00,canceled,28,US,2240.00,2240.00,17500.00 +1095481409,Maga Bo & VJ M - video collaboration project,Mixed Media,Art,USD,2012-07-29,2200.00,2012-06-29 10:20:41,2214.00,successful,14,US,2214.00,2214.00,2200.00 +1095488758,Don't Say I Didn't Warn You!,Poetry,Publishing,USD,2015-12-31,2000.00,2015-12-01 05:05:19,0.00,failed,0,US,0.00,0.00,2000.00 +1095494735,NEW SketchyNotebook Series: Creative's All-In-One Notebook,Product Design,Design,USD,2016-11-05,30000.00,2016-09-06 15:00:30,60079.20,successful,1510,US,243.00,60079.20,30000.00 +1095501684,music for everyone,Hip-Hop,Music,USD,2015-03-07,50000.00,2015-02-05 22:26:55,0.00,failed,0,US,0.00,0.00,50000.00 +1095507861,soren shields,Woodworking,Crafts,GBP,2015-07-24,600.00,2015-06-24 10:25:51,1.00,failed,1,GB,1.58,1.55,928.48 +1095518518,Release the next INPASSING Album!,Rock,Music,USD,2010-05-24,10000.00,2010-02-23 18:18:41,10756.00,successful,209,US,10756.00,10756.00,10000.00 +1095525189,_DarkNet,Graphic Design,Design,USD,2015-05-01,4000.00,2015-03-02 09:25:24,0.00,failed,0,US,0.00,0.00,4000.00 +"109552520,""Unexpected Creativity in Bhutan, A Documentary"",Documentary,Film & Video,EUR,2016-10-09,12000.00,2016-09-09 22:45:28,12205.00,successful,182,NL,101.28,13427.88,13202.34" +1095534138,Chinese Missy - Music Video,Music,Music,GBP,2014-10-27,300.00,2014-10-13 21:07:29,380.00,successful,20,GB,610.86,606.83,479.08 +"1095535515,""Mayageddon 2012 """"End of the World"""" Book Tour"",Fiction,Publishing,USD,2012-06-10,3000.00,2012-05-11 14:18:20,25.00,failed,1,US,25.00,25.00,3000.00" +1095540211,Neon Knights - The Board Game,Tabletop Games,Games,CAD,2017-11-07,25000.00,2017-10-10 15:02:16,25921.00,successful,334,CA,3446.06,20458.56,19731.65 +1095546362,The Hammer Head Trilogy 30 Min Short Film,Thrillers,Film & Video,USD,2014-08-10,5000.00,2014-06-18 17:01:08,1.00,failed,1,US,1.00,1.00,5000.00 +1095549346,Catamount Airsoft- USMCR Run Combat and Survival,Live Games,Games,USD,2017-08-31,200000.00,2017-08-01 04:06:29,0.00,failed,0,US,0.00,0.00,200000.00 +1095581881,Of Devils and Men Comic Book,Comic Books,Comics,USD,2016-10-30,7000.00,2016-09-30 19:48:49,2490.00,canceled,46,US,1473.00,2490.00,7000.00 +109558720,The Last Saints of Somerville,Fine Art,Photography,USD,2015-08-21,2500.00,2015-07-22 13:39:54,2612.00,successful,43,US,2612.00,2612.00,2500.00 +1095588356,SkumROCKSMovie,Film & Video,Film & Video,USD,2012-12-23,10000.00,2012-11-29 19:21:29,550.00,failed,11,US,550.00,550.00,10000.00 +1095588490,Dean Chalmers Music - Needs YOUR help to make an Album + Vid,World Music,Music,GBP,2013-06-27,1000.00,2013-05-28 22:44:44,1279.56,successful,37,GB,1935.63,1952.48,1525.90 +1095588974,Delusional Donovan Pilot,Shorts,Film & Video,USD,2011-09-17,3000.00,2011-08-18 21:00:06,3565.00,successful,86,US,3565.00,3565.00,3000.00 +1095593201,Blue Cyanotype Octopus Prints,Illustration,Art,USD,2015-07-14,1000.00,2015-06-13 21:57:15,0.00,failed,0,US,0.00,0.00,1000.00 +1095604938,DeShawn Washington A Gifted and Talented Singer,R&B,Music,USD,2016-11-19,18000.00,2016-11-04 21:14:18,1.00,failed,1,US,0.00,1.00,18000.00 +1095607380,Want a Kid? Get a Dog,Art Books,Publishing,USD,2011-12-17,15400.00,2011-11-17 17:03:44,3233.00,failed,44,US,3233.00,3233.00,15400.00 +1095607524,The Stanley Parable 2016,Narrative Film,Film & Video,GBP,2016-03-07,750.00,2016-02-01 20:15:54,15.00,failed,1,GB,21.37,21.44,1071.92 +1095617948,THE NIGGA PROJECT Experience,Documentary,Film & Video,USD,2014-05-10,6000.00,2014-04-15 22:54:58,26.00,failed,3,US,26.00,26.00,6000.00 +1095620477,Africa Brass Master Class for youth,Jazz,Music,USD,2013-02-13,3000.00,2013-01-14 23:37:49,327.00,failed,15,US,327.00,327.00,3000.00 +1095621948,Amanda Jayne’s Second Album,Pop,Music,USD,2012-10-23,2500.00,2012-08-24 21:38:34,3828.01,successful,78,US,3828.01,3828.01,2500.00 +1095623512,Mad Sons With Guns,Action,Film & Video,USD,2016-04-14,1000.00,2016-04-03 05:54:20,400.00,failed,2,US,400.00,400.00,1000.00 +1095623680,Storm Force Naval MMORTS,Games,Games,USD,2017-06-09,10000.00,2017-05-10 21:36:39,211.00,failed,5,US,100.00,211.00,10000.00 +109562519,Soloman Zimri First 100 Original Vinyl Albums,Punk,Music,USD,2018-01-21,3000.00,2017-12-22 22:23:39,10.00,canceled,1,US,10.00,10.00,3000.00 +1095639186,Beyond Vocals,Jazz,Music,GBP,2016-06-04,270.00,2016-05-31 11:14:52,25.00,failed,1,GB,36.54,36.01,388.90 +1095650389,Schon Creations,Fashion,Fashion,USD,2015-03-17,500.00,2015-03-02 22:43:47,0.00,failed,0,US,0.00,0.00,500.00 +109565172,Power Bank Holder,Technology,Technology,USD,2014-09-24,3000.00,2014-08-25 21:54:53,147.00,failed,6,US,147.00,147.00,3000.00 +1095664975,Unholy Upheaval: A dark fantasy deck building game!,Tabletop Games,Games,USD,2016-06-20,20000.00,2016-05-21 16:58:37,2129.00,canceled,25,US,2129.00,2129.00,20000.00 +1095666006,Inner Garden - a veggie cafe & social space,Vegan,Food,EUR,2015-01-11,45000.00,2014-12-12 17:39:41,711.00,failed,18,IE,885.61,823.91,52146.10 +1095670592,The Furever Home Friends,Children's Books,Publishing,USD,2017-05-07,7000.00,2017-04-07 22:49:20,7222.00,successful,146,US,595.00,7222.00,7000.00 +"1095670985,""""""The Craft Beer Kitchen"""" published! (Canceled)"",Cookbooks,Food,USD,2014-11-18,5000.00,2014-10-19 16:14:28,0.00,canceled,0,US,0.00,0.00,5000.00" +1095672281,Alien metal knife company,Product Design,Design,USD,2016-08-12,6000.00,2016-07-28 19:20:07,515.00,canceled,8,US,214.00,515.00,6000.00 +1095673755,Help me buy a Subway meal for myself and a friend,Restaurants,Food,GBP,2015-06-11,15.00,2015-05-12 13:32:30,0.00,suspended,0,GB,0.00,0.00,23.23 +1095680618,Touhou Project ft. GS System (Canceled),Tabletop Games,Games,CAD,2014-05-27,15000.00,2014-05-05 04:15:57,24185.73,canceled,507,CA,22041.69,22319.80,13842.75 +1095687937,Ultra Affordable Southwestern Boutique Recording Studio,Technology,Technology,USD,2016-06-12,16000.00,2016-05-13 21:58:10,15.00,canceled,1,US,15.00,15.00,16000.00 +1095695324,The Art of Story,Illustration,Art,USD,2012-01-01,4000.00,2011-12-15 03:36:37,65.00,failed,2,US,65.00,65.00,4000.00 +1095699151,AlgaStar - Energy Independence while Saving Planet Earth,Hardware,Technology,USD,2014-12-22,100000.00,2014-11-19 19:46:52,136.00,failed,9,US,136.00,136.00,100000.00 +1095710718,Help me support my moms dream.,Restaurants,Food,USD,2014-08-10,20000.00,2014-07-11 18:11:23,0.00,failed,0,US,0.00,0.00,20000.00 +1095717097,High Tide - A film created to minimize ocean Noise Pollution,Shorts,Film & Video,NZD,2016-12-18,11080.00,2016-11-18 23:02:46,559.00,failed,17,NZ,208.78,384.30,7617.21 +1095720403,Smothering Pillows,Product Design,Design,USD,2015-02-11,3000.00,2015-01-12 00:06:20,945.00,failed,20,US,945.00,945.00,3000.00 +1095722711,Agenda Playing Cards,Playing Cards,Games,SGD,2017-05-18,5000.00,2017-04-18 15:00:15,16640.50,successful,310,SG,2299.05,11994.88,3604.12 +1095732034,The Church of the SubGenius | A Documentary,Documentary,Film & Video,USD,2017-11-08,199999.00,2017-10-09 19:46:28,206909.80,successful,1258,US,7607.23,206909.80,199999.00 +1095733113,1989 Jeep and All the Way North,Documentary,Film & Video,USD,2012-07-25,14000.00,2012-06-25 21:15:04,25.00,failed,1,US,25.00,25.00,14000.00 +1095739528,Kazzit - International Winery Guide,Web,Technology,USD,2015-04-30,20000.00,2015-03-02 04:58:07,21615.00,successful,45,US,21615.00,21615.00,20000.00 +1095751244,City Of Gold X Ethical Fashion Accessories Launch,Accessories,Fashion,AUD,2017-05-11,2500.00,2017-04-21 06:34:02,198.00,failed,2,AU,74.32,146.18,1845.70 +1095756934,9 to 5 Brow$er,Software,Technology,USD,2009-10-15,3000.00,2009-07-22 06:30:55,101.00,failed,3,US,101.00,101.00,3000.00 +1095756969,Disenchanter - New full length CD,Rock,Music,USD,2015-01-01,3000.00,2014-12-02 06:10:44,3223.50,successful,90,US,3223.50,3223.50,3000.00 +1095763429,The Bomb Snow 10-Year Book,Art Books,Publishing,USD,2014-11-13,12500.00,2014-10-09 17:34:00,17598.00,successful,359,US,17598.00,17598.00,12500.00 +1095773868,Ipad Swing,Product Design,Design,USD,2017-04-08,10000.00,2017-02-07 05:51:23,0.00,failed,0,US,0.00,0.00,10000.00 +109577949,The Masonic Watch: a uniquely designed concrete timepiece,Product Design,Design,USD,2017-09-08,40000.00,2017-08-09 14:30:56,63044.00,successful,365,US,44168.00,63044.00,40000.00 +1095789303,Schrodybox,Technology,Technology,USD,2015-03-28,10.00,2015-02-25 16:17:44,120.00,successful,6,US,120.00,120.00,10.00 +1095789860,Formation The T.V Show,Documentary,Film & Video,USD,2018-01-10,700000.00,2017-12-11 23:28:58,25.00,live,2,US,25.00,25.00,700000.00 +1095795316,9MM Luxury Swiss Watches (Canceled),Product Design,Design,USD,2016-05-12,10000.00,2016-03-28 15:07:59,14497.00,canceled,49,US,14497.00,14497.00,10000.00 +1095795647,RadioSmartMouth - The World on Your Earwaves (Canceled),Radio & Podcasts,Publishing,AUD,2016-03-31,75000.00,2016-03-01 21:24:04,7047.00,canceled,25,AU,5021.81,5412.44,57603.69 +109580671,Killed When I Was Young,Drama,Film & Video,USD,2018-01-08,30000.00,2017-11-25 08:52:51,1.00,live,1,US,1.00,1.00,30000.00 +1095810266,GreŠka - a black comedy (Canceled),Shorts,Film & Video,CAD,2014-01-07,8000.00,2013-11-30 18:46:03,291.00,canceled,9,CA,274.63,267.56,7355.65 +1095810489,Journey,Drama,Film & Video,GBP,2015-03-16,200.00,2015-03-02 15:55:44,330.00,successful,19,GB,509.38,490.15,297.06 +1095819891,The Badass Performance Wear Collection by Brick Betty,Fashion,Fashion,USD,2016-10-14,10000.00,2016-09-14 03:08:55,1399.00,failed,17,US,114.00,1399.00,10000.00 +1095827552,The New Iro Bottle - Glass with a Color Blast!,Product Design,Design,USD,2015-11-06,17379.00,2015-10-07 16:03:34,652.00,failed,22,US,652.00,652.00,17379.00 +1095827966,THE BLUELIGHT R&B REJUVENATION PROJECT,R&B,Music,USD,2014-12-19,7000.00,2014-11-19 20:39:49,0.00,failed,0,US,0.00,0.00,7000.00 +1095828191,Wooden Magnetic USA Map Puzzle (Canceled),Product Design,Design,USD,2015-12-11,1000.00,2015-11-10 19:44:36,665.00,canceled,26,US,665.00,665.00,1000.00 +"1095828337,""Production of """"How Green Was My Brownie"""" by Jack Sharkey"",Theater,Theater,USD,2013-03-31,3000.00,2013-03-01 15:20:01,0.00,failed,0,US,0.00,0.00,3000.00" +1095829240,Elite Survival Pack,Product Design,Design,USD,2015-05-25,4000.00,2015-04-25 05:14:03,4673.00,successful,35,US,4673.00,4673.00,4000.00 +1095834234,MarsCorp,Radio & Podcasts,Publishing,GBP,2015-04-14,4800.00,2015-03-11 18:56:35,4848.00,successful,72,GB,7316.38,7282.45,7210.35 +1095836008,Glendale Parkour Gym,Dance,Dance,USD,2017-10-13,10000.00,2017-08-14 21:28:37,440.00,canceled,10,US,345.00,440.00,10000.00 +"1095836265,""Pounce, a game of skill, speed and epic plays!!! (Canceled)"",Tabletop Games,Games,CAD,2015-01-01,20000.00,2014-12-02 20:16:02,891.00,canceled,18,CA,779.29,762.71,17120.36" +1095842773,MINI CRATE - A box FULL of Tabletop Surprises (Suspended),Tabletop Games,Games,GBP,2016-04-25,2500.00,2016-04-01 18:03:04,2442.52,suspended,82,GB,3504.26,3569.63,3653.64 +1095853098,A New Orleans Music House on Dorgenois St,Music,Music,USD,2017-11-05,6000.00,2017-10-06 12:10:05,255.00,failed,8,US,0.00,255.00,6000.00 +1095855103,BOHO Players - Performers for a Sustainable Future,Classical Music,Music,EUR,2015-08-17,4500.00,2015-07-27 17:57:01,4864.00,successful,51,BE,5340.57,5487.06,5076.43 +1095856108,Asteriskz.com: A Selfpublishing Site for Independant Writers,Publishing,Publishing,USD,2016-12-31,21000.00,2016-11-01 18:09:23,111.00,failed,3,US,101.00,111.00,21000.00 +1095856347,Start Favored & Flavored,Food Trucks,Food,USD,2014-09-01,8000.00,2014-07-07 21:50:30,531.00,failed,14,US,531.00,531.00,8000.00 +109585834,Loveland Coffee Community Drive Thru,Food,Food,USD,2012-07-15,8500.00,2012-06-05 13:58:55,9075.01,successful,93,US,9075.01,9075.01,8500.00 +1095860678,Zero Street,Art Books,Publishing,USD,2013-12-11,5000.00,2013-11-21 03:24:32,0.00,failed,0,US,0.00,0.00,5000.00 +1095865021,Stab Proof Superhero Suit,Weaving,Crafts,EUR,2016-07-31,550.00,2016-07-01 11:05:33,57.00,canceled,4,FR,2.22,63.59,613.58 +1095868501,All In - the 4onthefloor's 3rd LP #4OTFLP3,Rock,Music,USD,2015-04-17,10000.00,2015-03-04 21:36:08,11143.00,successful,236,US,11143.00,11143.00,10000.00 +1095870276,Captain Jamie's Hot Salsa,Farmer's Markets,Food,CAD,2016-01-28,2000.00,2015-12-29 22:29:56,5.00,failed,1,CA,3.61,3.55,1421.57 +1095873845,Mini Museum,Mixed Media,Art,USD,2014-03-20,38000.00,2014-02-18 20:56:50,1226811.45,successful,5030,US,1226811.45,1226811.45,38000.00 +"1095882281,Pre-Order Concealer Ep,Music,Music,USD,2015-03-01,1500.00,2015-01-29 19:48:00,0.00,undefined,0,""N,0"""""",,0.00,1500.00" +1095891231,Boogstipher Fine Knits,Fashion,Fashion,USD,2012-02-29,2000.00,2012-02-08 00:00:55,100.00,failed,2,US,100.00,100.00,2000.00 +1095891890,m and m pest control,Experimental,Film & Video,GBP,2015-06-15,8000.00,2015-05-16 13:23:20,1.00,failed,1,GB,1.58,1.58,12670.66 +109589455,A Staged Reading of It Can't Happen Here: October 27 2016,Theater,Theater,USD,2016-11-02,3000.00,2016-10-03 23:28:55,3000.00,successful,52,US,0.00,3000.00,3000.00 +1095896536,THE BOUNCE BACK (Canceled),Narrative Film,Film & Video,USD,2013-06-22,1500000.00,2013-05-23 15:30:51,249459.43,canceled,1349,US,249459.43,249459.43,1500000.00 +"1095899443,""Official Recording/Music Video of """"Eden's Song"""""",Pop,Music,USD,2014-03-12,1000.00,2014-02-10 22:34:40,1021.00,successful,33,US,1021.00,1021.00,1000.00" +1095904264,The Lighter Side of Medical Mishaps,Publishing,Publishing,USD,2012-03-25,15000.00,2012-01-25 19:06:15,0.00,failed,0,US,0.00,0.00,15000.00 +1095910817,NO to Bush/Clinton,Print,Journalism,USD,2015-03-17,2500.00,2015-02-20 23:54:58,0.00,failed,0,US,0.00,0.00,2500.00 +1095910922,Scribble & Grin: Angel in a Dog Suit,Children's Books,Publishing,CAD,2014-09-08,18100.00,2014-07-27 14:36:08,3875.00,failed,58,CA,3586.36,3503.93,16366.76 +1095914693,Anime Fan In Japan.,Documentary,Film & Video,USD,2015-12-18,5200.00,2015-10-19 22:17:21,8.00,failed,4,US,8.00,8.00,5200.00 +1095921512,Transient: The Refugee Children of Istanbul,Photography,Photography,USD,2014-04-24,4500.00,2014-03-25 15:42:19,4803.00,successful,131,US,4803.00,4803.00,4500.00 +1095926297,LOVEHATETHING takes the world fund!,Rock,Music,USD,2012-04-04,5000.00,2012-03-05 16:12:00,170.00,failed,6,US,170.00,170.00,5000.00 +1095929556,Funsch Solos: One on One,Dance,Dance,USD,2012-02-18,3000.00,2012-01-04 02:58:28,3101.00,successful,54,US,3101.00,3101.00,3000.00 +"1095934641,""""""Souper"""" Green Tea Organic Chicken Soup (Canceled)"",Food,Food,USD,2013-05-23,100000.00,2013-04-23 00:39:10,10.00,canceled,2,US,10.00,10.00,100000.00" +1095937825,Spencer Weigand's Eagle Project,Architecture,Design,USD,2017-09-06,3360.00,2017-08-22 23:59:35,3500.00,successful,37,US,2825.00,3500.00,3360.00 +1095940381,ELI5 Books,Children's Books,Publishing,USD,2017-06-21,2000.00,2017-04-22 19:16:38,50.00,failed,1,US,50.00,50.00,2000.00 +"1095944299,""Aubrey's 1st Album """"Some Assembly Required"""""",Music,Music,USD,2014-02-08,4500.00,2014-01-09 22:48:32,450.00,failed,11,US,450.00,450.00,4500.00" +1095955902,Patterns of Place Project (Canceled),Art,Art,USD,2011-02-16,2500.00,2010-12-09 23:01:57,450.00,canceled,4,US,450.00,450.00,2500.00 +1095958700,Children's Fantasy Art Scrapbook,Illustration,Art,USD,2014-08-28,4800.00,2014-07-29 02:48:05,5421.00,successful,46,US,5421.00,5421.00,4800.00 +1095965928,The best fitting tops a woman has ever worn,Fashion,Fashion,USD,2012-02-28,5000.00,2012-01-31 15:59:35,15027.00,successful,66,US,15027.00,15027.00,5000.00 +1095974925,Window Pods - The Perfect Indoor Garden,Food,Food,USD,2014-04-23,5000.00,2014-03-09 07:43:49,35370.00,successful,726,US,35370.00,35370.00,5000.00 +109597622,Titanium Precision Knife,Product Design,Design,USD,2016-02-12,100001.00,2016-01-06 17:32:31,1806.00,failed,28,US,1806.00,1806.00,100001.00 +1095976824,The Art of Balance (Suspended),Performance Art,Art,USD,2015-05-28,700.00,2015-04-28 19:20:56,0.00,suspended,0,US,0.00,0.00,700.00 +1095980637,Chez Moi on Wheels!,Food,Food,USD,2011-07-07,3500.00,2011-05-17 17:18:01,1615.00,failed,30,US,1615.00,1615.00,3500.00 +1095993588,gravity matters little,Public Art,Art,USD,2012-09-17,5000.00,2012-08-17 02:56:57,5035.00,successful,26,US,5035.00,5035.00,5000.00 +1096000541,Art in Motion for Kids,Painting,Art,USD,2014-09-10,5000.00,2014-08-12 00:54:23,1.00,failed,1,US,1.00,1.00,5000.00 +1096006873,10k-2-100k-IN-12Months (Suspended),Live Games,Games,USD,2015-06-28,10000.00,2015-05-29 05:57:10,0.00,suspended,0,US,0.00,0.00,10000.00 +1096008811,Escape from Sunset Island: Zombie Apocalypse Simulator,Tabletop Games,Games,CAD,2013-11-11,5000.00,2013-10-10 04:09:56,5848.88,successful,92,CA,5668.48,5589.53,4778.29 +"1096010789,""Be apart of the """"A Dose of Brewtalitea"""" Tour!"",Rock,Music,USD,2012-09-06,1500.00,2012-08-02 00:52:34,1530.00,successful,26,US,1530.00,1530.00,1500.00" +1096022889,Cones of Dunshire Relaunch,Tabletop Games,Games,USD,2015-03-12,125000.00,2015-02-10 23:03:36,48696.00,failed,194,US,48696.00,48696.00,125000.00 +1096029518,INDECENT EXPOSURE: A short film 2011 by Loui Terrier,Shorts,Film & Video,USD,2011-07-17,2000.00,2011-06-17 06:40:17,2475.00,successful,31,US,2475.00,2475.00,2000.00 +1096036481,The Evil Twins Convention Tour,Photography,Photography,GBP,2014-12-08,3100.00,2014-10-09 11:22:43,333.00,failed,5,GB,535.08,523.13,4870.00 +109603810,18 Is Just A # (Number),Publishing,Publishing,USD,2013-07-18,5000.00,2013-06-18 21:46:25,0.00,failed,0,US,0.00,0.00,5000.00 +1096038399,Life Lemons,Events,Food,GBP,2017-09-01,1000.00,2017-08-02 07:45:11,18.00,failed,1,GB,0.00,23.30,1294.60 +1096045750,A Family Abroad,Video,Journalism,CAD,2015-07-19,5000.00,2015-06-19 16:21:12,26.00,failed,2,CA,21.24,19.86,3819.42 +1096057473,Highland Cow Calendar 2015,Animals,Photography,GBP,2014-11-10,900.00,2014-10-16 22:33:51,1102.00,successful,56,GB,1751.91,1725.14,1408.91 +1096064602,YOU ARE - The Kindness Project,Apparel,Fashion,AUD,2017-04-17,3000.00,2017-03-18 11:53:05,11.00,failed,2,AU,0.00,8.28,2257.17 +1096070215,Astor Barber Documentary,Documentary,Film & Video,USD,2012-05-09,5000.00,2012-04-09 13:52:42,8359.00,successful,104,US,8359.00,8359.00,5000.00 +1096070909,Locktop® - the solid secured solution against laptop theft,Design,Design,EUR,2015-04-03,5000.00,2015-03-13 00:56:50,76.00,failed,2,NL,81.26,80.33,5285.02 +109607121,Epitasis,Video Games,Games,USD,2017-08-20,11650.00,2017-07-21 06:03:04,13677.14,successful,555,US,3202.14,13677.14,11650.00 +1096076129,Socionics quadra values assessment,Academic,Publishing,USD,2015-04-18,1600.00,2015-03-19 02:53:19,282.00,failed,9,US,282.00,282.00,1600.00 +1096081268,Blood & Gourd Issue #2: Escape From Henderson Farms,Comic Books,Comics,USD,2015-08-24,5000.00,2015-07-22 06:55:54,5278.00,successful,115,US,5278.00,5278.00,5000.00 +1096085661,Love in the Time of Poverty (Vinyl),Indie Rock,Music,USD,2015-11-26,1000.00,2015-10-26 23:35:36,296.00,failed,7,US,296.00,296.00,1000.00 +1096091690,Jason VS Michael A Stop Motion animation film,Animation,Film & Video,USD,2016-03-16,7000.00,2016-01-16 16:41:30,2.00,failed,2,US,2.00,2.00,7000.00 +1096095835,We Just Are - Collective Action for Social Change,Apparel,Fashion,USD,2015-12-19,25000.00,2015-11-19 00:03:50,361.00,failed,6,US,361.00,361.00,25000.00 +1096095848,El Carte 303,Food Trucks,Food,USD,2014-10-05,30000.00,2014-09-05 21:13:41,50.00,failed,1,US,50.00,50.00,30000.00 +1096096030,CUBi DICE : The Smallest Titanium Dice In The World,Games,Games,GBP,2016-03-16,15000.00,2016-02-10 16:06:53,8036.00,failed,238,GB,11593.18,11641.82,21730.63 +1096109557,An Artisan Dipping Dish: From Handmade to Restaurant Grade,Food,Food,USD,2012-05-02,21000.00,2012-03-16 03:24:33,750.00,failed,20,US,750.00,750.00,21000.00 +1096122252,8:15 GMT,Comics,Comics,USD,2012-03-18,2750.00,2012-01-23 08:45:01,661.00,failed,16,US,661.00,661.00,2750.00 +1096126658,Sandals Handmade with interchangeable ties.,Footwear,Fashion,USD,2015-03-13,3500.00,2015-01-27 18:25:55,103.00,failed,2,US,103.00,103.00,3500.00 +1096129284,A crowdfunded shirt about being a crowdfunded shirt,Ready-to-wear,Fashion,GBP,2015-04-05,500.00,2015-03-06 16:13:35,13.00,failed,1,GB,19.83,18.97,729.56 +1096130966,The HOYT DUST DOZER,Technology,Technology,USD,2017-06-25,25000.00,2017-05-26 14:57:14,225.00,failed,9,US,25.00,225.00,25000.00 +"109613483,""Makoto Fujimura, Retrospective Monograph: """"Golden Sea"""""",Art,Art,USD,2012-08-17,10000.00,2012-07-18 18:19:29,17170.00,successful,226,US,17170.00,17170.00,10000.00" +1096139177,Raise Your Glass by Violet Mary & Black Button Distilling,Indie Rock,Music,USD,2016-07-01,10600.00,2016-05-26 14:45:47,1500.00,canceled,20,US,1500.00,1500.00,10600.00 +1096141137,Free,Shorts,Film & Video,USD,2017-10-23,2000.00,2017-08-24 09:45:00,165.00,failed,7,US,0.00,165.00,2000.00 +1096148130,Ilk Outerwear - Reinventing the Cardigan,Apparel,Fashion,USD,2014-11-30,40000.00,2014-10-08 01:35:16,10992.00,failed,87,US,10992.00,10992.00,40000.00 +1096166618,My dream bakery,Food,Food,USD,2014-08-29,35000.00,2014-07-30 19:38:07,132.00,failed,4,US,132.00,132.00,35000.00 +1096169156,I am a Targeted Individual.,Documentary,Film & Video,CAD,2016-02-26,14300.00,2016-01-27 02:23:59,11.00,failed,2,CA,7.78,8.12,10556.62 +1096172178,IN SEARCH OF AVERY WILLARD,Documentary,Film & Video,USD,2012-06-08,3500.00,2012-05-09 06:18:21,3971.00,successful,75,US,3971.00,3971.00,3500.00 +109617762,Princess Bride: Prepare to Die! Again!!,Tabletop Games,Games,USD,2015-07-23,100.00,2015-07-08 23:27:05,4536.00,successful,121,US,4536.00,4536.00,100.00 +1096194952,How To Survive the Apocalypse: A Burning Opera--CD Fund Drive,Rock,Music,USD,2010-05-08,7777.00,2010-03-28 23:44:11,8462.43,successful,109,US,8462.43,8462.43,7777.00 +1096201762,Hangatablet and Hangaphone,Hardware,Technology,USD,2014-04-11,160000.00,2014-02-25 09:52:11,1686.00,failed,16,US,1686.00,1686.00,160000.00 +1096202466,The trip,Fantasy,Film & Video,USD,2016-03-25,5000.00,2016-01-25 17:06:20,1.00,failed,1,US,1.00,1.00,5000.00 +1096206024,ALKEN Watch Company - Downtown Collection,Product Design,Design,USD,2016-06-05,3000.00,2016-05-06 08:14:54,3335.00,successful,20,US,3335.00,3335.00,3000.00 +1096208388,Get A Million Mark For Ten Dollars,Stationery,Crafts,EUR,2017-05-02,1500.00,2017-03-28 19:39:58,73.00,failed,3,DE,27.12,80.01,1644.14 +1096208424,IGUANEYE freshoe : Ultra-minimal shoes inspired by Amazonian,Product Design,Design,GBP,2012-12-14,20000.00,2012-11-16 09:29:36,27644.50,successful,583,GB,43805.97,44561.31,32238.83 +"1096209193,""Block & Bottle: Butchery, Charcuterie & Craft Beer Shop"",Spaces,Food,GBP,2017-03-17,1000.00,2017-02-15 21:07:54,1500.00,successful,69,GB,71.46,1854.03,1236.02" +1096209486,Nastasya Generalova Team USA,Performances,Dance,USD,2014-09-07,3000.00,2014-07-09 19:29:57,205.00,failed,3,US,205.00,205.00,3000.00 +1096212698,Pillars of Eternity: Lords of the Eastern Reach Card Game,Tabletop Games,Games,USD,2015-07-02,30000.00,2015-05-28 19:02:16,239178.53,successful,3724,US,239178.53,239178.53,30000.00 +1096215298,Cassette - EP,Music,Music,USD,2016-08-06,2950.00,2016-07-01 18:13:16,195.00,failed,4,US,175.00,195.00,2950.00 +1096228284,NUGUNA Neckband for people with hearing loss,Wearables,Technology,USD,2017-08-06,30000.00,2017-06-22 16:18:16,32077.00,successful,63,US,30706.00,32077.00,30000.00 +1096231317,Today's Veteran,People,Photography,USD,2015-06-20,20000.00,2015-04-21 15:33:45,822.00,failed,9,US,822.00,822.00,20000.00 +1096232292,TOYA'S,Food Trucks,Food,CAD,2015-06-14,35000.00,2015-04-15 12:04:06,0.00,failed,0,CA,0.00,0.00,28522.53 +1096247586,STYLE NURSE: effortless style for the modern man.,Webseries,Film & Video,USD,2012-09-02,15000.00,2012-08-01 15:39:01,1295.00,failed,13,US,1295.00,1295.00,15000.00 +"1096249172,""Anna, Emma and The Condors "",Film & Video,Film & Video,USD,2011-04-29,15000.00,2011-03-30 22:04:15,637.00,failed,11,US,637.00,637.00,15000.00" +1096251893,Make History,Indie Rock,Music,USD,2011-07-23,3000.00,2011-06-11 19:37:56,3060.00,successful,61,US,3060.00,3060.00,3000.00 +1096252771,Ron Paul: Road to REVOLution,Video Games,Games,USD,2012-05-01,5000.00,2012-04-01 08:41:45,11073.85,successful,265,US,11073.85,11073.85,5000.00 +1096254009,I NEVER,Shorts,Film & Video,USD,2013-08-11,2000.00,2013-07-17 17:11:08,2185.00,successful,24,US,2185.00,2185.00,2000.00 +1096260682,Fat Ladies Floated in the Sky Like Balloons,Animation,Film & Video,USD,2010-05-19,4000.00,2010-03-12 04:54:36,4010.00,successful,53,US,4010.00,4010.00,4000.00 +1096272131,Become part of our listener supported community!,Music,Music,USD,2010-11-11,3000.00,2010-10-12 18:53:02,3200.00,successful,67,US,3200.00,3200.00,3000.00 +1096273323,A Dream Undone,Shorts,Film & Video,USD,2012-08-18,600.00,2012-07-19 04:25:20,1071.00,successful,28,US,1071.00,1071.00,600.00 +1096274581,Pryor Rendering: A New Musical,Musical,Theater,USD,2016-07-18,55000.00,2016-06-06 06:31:00,61890.00,successful,292,US,31817.00,61890.00,55000.00 +1096278618,We Won't Forget,Pop,Music,GBP,2017-10-02,1500.00,2017-09-02 15:29:24,12.00,failed,2,GB,0.00,15.69,1961.30 +1096282729,Start a New Podcast (Canceled),Audio,Journalism,USD,2014-11-05,2000.00,2014-10-06 21:38:35,1.00,canceled,1,US,1.00,1.00,2000.00 +1096287912,Notebook: The world's best every day wallet,Accessories,Fashion,USD,2016-04-14,4000.00,2016-03-15 16:54:29,176.00,failed,4,US,176.00,176.00,4000.00 +1096307942,Enemies of the People - Oscar campaign,Documentary,Film & Video,USD,2011-01-25,5000.00,2010-12-26 21:05:03,1875.00,failed,49,US,1875.00,1875.00,5000.00 +1096318019,Apocalypse Camp - New Orleans,Live Games,Games,USD,2015-05-10,5000.00,2015-03-26 16:48:59,5253.00,successful,24,US,5253.00,5253.00,5000.00 +109631840,Maroon Portable Coffee Brewer System (Canceled),Product Design,Design,CAD,2013-12-26,50000.00,2013-11-13 00:18:28,2561.00,canceled,22,CA,2444.36,2401.54,46886.72 +1096328829,MapStat: app to organize last minute plans with your friends,Apps,Technology,CAD,2014-06-04,40000.00,2014-05-05 15:17:51,120.00,failed,4,CA,109.35,109.85,36616.62 +"1096330575,""REVISION - A film about memory, family and forgetting both."",Shorts,Film & Video,USD,2013-05-11,11026.00,2013-04-11 21:36:49,2875.00,failed,58,US,2875.00,2875.00,11026.00" +1096339388,Death Dance,Indie Rock,Music,USD,2012-10-27,4000.00,2012-09-27 17:34:33,1445.00,failed,29,US,1445.00,1445.00,4000.00 +1096343563,MONSTER COLORING BOOK,Illustration,Art,USD,2011-03-26,1000.00,2011-02-22 02:14:05,246.00,failed,13,US,246.00,246.00,1000.00 +1096345323,HOLLA BACK (Canceled),Narrative Film,Film & Video,USD,2011-07-23,50000.00,2011-05-24 09:58:54,10.00,canceled,1,US,10.00,10.00,50000.00 +1096346132,Beer Press Collection,Product Design,Design,USD,2013-11-09,7500.00,2013-10-11 00:26:06,14197.29,successful,407,US,14197.29,14197.29,7500.00 +1096354021,FireFly Lip Bomb (Canceled),Printing,Crafts,USD,2014-09-15,1500.00,2014-08-01 19:48:12,10.00,canceled,1,US,10.00,10.00,1500.00 +1096359549,Taming a Beast,Documentary,Film & Video,USD,2014-10-15,125000.00,2014-08-16 20:07:22,0.00,failed,0,US,0.00,0.00,125000.00 +1096369274,Ryan's Original Snap-on Paint Tray,Gadgets,Technology,USD,2017-01-06,60000.00,2016-12-23 18:48:40,0.00,failed,0,US,0.00,0.00,60000.00 +1096377795,TINGLY SENSATION: The ASMR Story,Documentary,Film & Video,USD,2013-08-05,9800.00,2013-07-15 14:00:18,11202.95,successful,362,US,11202.95,11202.95,9800.00 +1096378174,A Climate Change Documentary Explores the South Pacific,Documentary,Film & Video,USD,2013-01-01,2000.00,2012-12-04 19:50:13,2061.00,successful,36,US,2061.00,2061.00,2000.00 +1096383827,Clothing Headphone Hole Kit and Built-in Clothing,Accessories,Fashion,USD,2017-01-18,5000.00,2016-12-19 23:15:10,13.00,failed,1,US,0.00,13.00,5000.00 +1096384530,Moondog Makers and Bakers,Small Batch,Food,USD,2015-08-20,7500.00,2015-07-22 05:58:18,70.00,failed,3,US,70.00,70.00,7500.00 +1096406679,Military Dog Tags for Veterans,DIY,Crafts,USD,2017-12-15,200.00,2017-11-15 22:42:34,126.00,failed,3,US,1.00,126.00,200.00 +1096422350,BRING IT TO THE TABLE,Webseries,Film & Video,USD,2012-06-19,30000.00,2012-05-08 22:26:03,32132.34,successful,286,US,32132.34,32132.34,30000.00 +109642943,Jamboulé: recording our first studio CD,Music,Music,USD,2016-05-20,19000.00,2016-04-13 08:57:39,20210.00,successful,172,US,20210.00,20210.00,19000.00 +1096433232,Rhode Island Pelagic Shark Diving conservation Video fund,Documentary,Film & Video,USD,2016-07-06,2500.00,2016-06-06 19:21:15,3290.00,successful,17,US,3290.00,3290.00,2500.00 +"1096439455,Failure To Fail,Publishing,Publishing,USD,2015-05-14,5000.00,2015-04-14 19:31:17,150.00,undefined,0,""N,0"""""",,150.00,5000.00" +1096440747,Deepcover Jacket | Maunder XV,Apparel,Fashion,GBP,2016-12-15,14000.00,2016-10-16 13:45:33,17481.00,successful,51,GB,8160.55,21752.82,17421.17 +1096441776,Noam Lemish & George Marsh CD Project,Jazz,Music,USD,2013-06-11,2500.00,2013-05-11 21:37:33,2786.00,successful,48,US,2786.00,2786.00,2500.00 +"1096450118,""Stacy Lee's FIRST Full-length, Studio Album!"",Music,Music,USD,2012-12-09,7000.00,2012-11-09 18:00:09,7984.00,successful,151,US,7984.00,7984.00,7000.00" +1096459160,AutoSpotter | The Car Spotting App,Apps,Technology,GBP,2015-04-05,44000.00,2015-02-04 10:00:02,345.00,failed,12,GB,518.61,503.40,64201.71 +1096466355,EarthCroc | Glow in the Dark Office Racing Gaming Chair,Product Design,Design,GBP,2015-10-10,8078.00,2015-08-11 17:07:41,0.00,failed,0,GB,0.00,0.00,12474.91 +1096476260,sketch.co,Art,Art,AUD,2016-02-12,1000.00,2015-12-29 04:56:52,30.00,failed,1,AU,21.84,21.27,709.07 +109647653,CHICHI ACTIVE: Fashion-Driven Luxury Activewear | Made in LA,Apparel,Fashion,USD,2015-08-31,35000.00,2015-07-22 17:51:56,13882.00,failed,77,US,13882.00,13882.00,35000.00 +1096478715,DEER EDITOR: FEARLESS,Comic Books,Comics,AUD,2016-03-22,1250.00,2016-03-01 06:19:23,3363.01,successful,346,AU,2396.54,2524.59,938.37 +1096480689,Upshot - Short Film,Comedy,Film & Video,GBP,2016-05-06,300.00,2016-04-05 22:00:12,331.00,successful,16,GB,471.16,479.69,434.76 +1096481754,The Season of Love,Shorts,Film & Video,USD,2017-03-20,20000.00,2017-01-25 04:05:01,0.00,failed,0,US,0.00,0.00,20000.00 +1096482609,The LocksArtist Art Print Expansion,Painting,Art,USD,2017-03-27,1250.00,2017-03-15 00:03:45,319.00,failed,5,US,262.00,319.00,1250.00 +1096483985,CFB Detective,Animation,Film & Video,USD,2014-09-18,10000.00,2014-08-18 10:36:33,215.00,failed,11,US,215.00,215.00,10000.00 +1096484997,Beauty In The Abandoned,Fine Art,Photography,GBP,2016-04-19,5000.00,2016-03-20 01:00:24,225.00,failed,8,GB,325.65,323.50,7188.97 +1096489770,View from Above,Photography,Photography,CAD,2014-12-06,20000.00,2014-11-06 00:12:51,0.00,failed,0,CA,0.00,0.00,17271.16 +"1096496058,""Sorry I haven't written in so long,"",Art,Art,USD,2011-08-27,3000.00,2011-08-02 13:45:32,5171.00,successful,89,US,5171.00,5171.00,3000.00" +1096535791,THE MAN BURNS,Immersive,Theater,USD,2014-08-17,15000.00,2014-07-18 21:01:20,7538.00,failed,89,US,7538.00,7538.00,15000.00 +1096539172,Kickstarter Limited Edition #4,Crafts,Crafts,USD,2013-12-08,250.00,2013-11-28 01:31:56,4213.00,successful,51,US,4213.00,4213.00,250.00 +1096542238,Wyoming Wild,Art,Art,USD,2014-08-10,325.00,2014-07-18 23:17:52,412.00,successful,21,US,412.00,412.00,325.00 +1096544118,Flip Flops inspired by the paintings from an artist,Fashion,Fashion,CAD,2015-07-15,30000.00,2015-06-05 20:04:28,112.00,failed,3,CA,89.96,86.30,23116.04 +1096547181,The Frozen Garden (Fundraising),Poetry,Publishing,USD,2017-03-20,500.00,2017-02-14 19:33:05,500.00,successful,1,US,10.00,500.00,500.00 +1096560534,Obsession - A Short Film,Shorts,Film & Video,USD,2011-10-22,750.00,2011-10-06 09:10:06,1285.00,successful,21,US,1285.00,1285.00,750.00 +"1096561720,""Lil' Monsters!: Collectible Stickers, Prints, and Shirts"",Illustration,Art,USD,2015-08-30,300.00,2015-07-31 15:15:00,752.00,successful,41,US,752.00,752.00,300.00" +1096565838,Challenge to build the and race the Red Bull X2010,Hardware,Technology,GBP,2015-09-20,2000000.00,2015-07-22 16:11:35,20.00,failed,2,GB,31.13,30.35,3035315.90 +1096576830,Onibag app - smart luggage delivery,Apps,Technology,USD,2015-10-28,10000.00,2015-10-14 22:18:46,0.00,failed,0,US,0.00,0.00,10000.00 +109658913,Cannibal Fever - Zombie RTS Game,Video Games,Games,AUD,2014-11-28,550000.00,2014-10-29 13:10:49,3366.00,failed,26,AU,2967.69,2868.59,468723.37 +1096593726,Stellar Spins YOYO,Games,Games,USD,2015-06-01,20000.00,2015-04-27 19:04:05,415.00,failed,4,US,415.00,415.00,20000.00 +1096594531,Spring Picnic,Events,Food,USD,2015-03-30,1637.00,2015-03-13 20:20:00,0.00,failed,0,US,0.00,0.00,1637.00 +1096595520,Project Courage: Rafi Was Here - A documented extraordinary experience to inspire! (Canceled),Documentary,Film & Video,USD,2010-06-20,5000.00,2010-05-20 11:14:54,60.00,canceled,3,US,60.00,60.00,5000.00 +"109659700,The Queen of Elfland,Music,Music,USD,2015-04-23,4000.00,2015-04-08 06:02:00,4185.00,undefined,0,""N,0"""""",,4185.00,4000.00" +"1096600711,""White Ash #1: 48 pages of fantasy, horror and romance"",Comic Books,Comics,USD,2017-05-04,8875.00,2017-04-04 17:17:24,12386.00,successful,327,US,6768.00,12386.00,8875.00" +1096605485,CONVEY Oracle Story Cards,Illustration,Art,USD,2017-05-01,2500.00,2017-04-10 03:01:27,75.00,canceled,2,US,75.00,75.00,2500.00 +1096606455,Clean Power For Nomads,Technology,Technology,USD,2014-07-24,6500.00,2014-06-14 08:34:58,87.00,failed,7,US,87.00,87.00,6500.00 +1096618549,Disc Golf Course - David's Eagle Project - Central NJ,Architecture,Design,USD,2014-11-08,9500.00,2014-09-09 16:57:00,11256.00,successful,96,US,11256.00,11256.00,9500.00 +1096619309,Southern Homemade Ice Cream,Food,Food,USD,2014-09-22,20.00,2014-08-23 00:47:04,0.00,failed,0,US,0.00,0.00,20.00 +1096620593,The Lathe of Heaven,Theater,Theater,USD,2012-05-31,7000.00,2012-05-10 18:55:28,8272.00,successful,82,US,8272.00,8272.00,7000.00 +1096624306,Bankhouse Brewery - Establishing a Family Owned Microbrewery,Drinks,Food,USD,2015-05-14,10000.00,2015-03-14 23:55:08,16.00,canceled,1,US,16.00,16.00,10000.00 +1096625638,Open Space,Apps,Technology,USD,2017-02-26,15000.00,2017-02-01 21:49:57,0.00,failed,0,US,0.00,0.00,15000.00 +1096628501,Daily 'Wichual - Modern American Food Truck with a Heart,Food Trucks,Food,USD,2016-07-30,10000.00,2016-06-30 20:11:18,10839.00,successful,45,US,1410.00,10839.00,10000.00 +1096636610,Creating Web Series About San Francisco Millennial Life,Webseries,Film & Video,USD,2017-09-23,7500.00,2017-08-24 05:56:34,125.00,failed,3,US,0.00,125.00,7500.00 +1096637549,Grow! - Sage Perspectives on Aging,Documentary,Film & Video,USD,2011-11-02,33000.00,2011-10-03 04:23:08,5926.11,failed,65,US,5926.11,5926.11,33000.00 +1096640319,JobWake - ¡Empleo en 1 día!,Software,Technology,MXN,2017-08-16,1245135.00,2017-06-17 22:17:28,0.00,failed,0,MX,0.00,0.00,69622.85 +1096641737,Crown of Lilies,Fiction,Publishing,USD,2013-02-28,7500.00,2013-01-29 00:41:30,120.00,failed,3,US,120.00,120.00,7500.00 +109664482,JMS Soaps LLC,Crafts,Crafts,USD,2017-03-22,2300.00,2017-02-22 00:17:29,0.00,canceled,0,US,0.00,0.00,2300.00 +1096644926,World's first Heated Jacket managed by Smartphone,Wearables,Technology,EUR,2016-06-28,50000.00,2016-05-14 11:41:35,12792.00,failed,96,IT,14547.17,14243.88,55674.95 +1096650274,OBON: The girl in the mirror - Volume 1,Comics,Comics,GBP,2013-08-07,10000.00,2013-07-08 18:42:28,63.00,failed,7,GB,93.82,97.81,15525.54 +1096658507,Platería Von Dorsh,Product Design,Design,MXN,2017-05-16,500.00,2017-03-17 18:18:34,0.00,failed,0,MX,0.00,0.00,26.70 +1096658939,RawrWoman.com (Canceled),Mixed Media,Art,USD,2014-12-11,80000.00,2014-11-11 22:01:40,501.00,canceled,17,US,501.00,501.00,80000.00 +1096660751,New album -- Soul in Paraphrase,Faith,Music,USD,2015-08-23,1425.00,2015-08-02 23:15:46,1925.00,successful,38,US,1925.00,1925.00,1425.00 +109667920,ROAMIN' - an animated short film,Animation,Film & Video,USD,2016-10-18,24000.00,2016-09-21 04:32:45,24791.53,successful,346,US,2411.00,24791.53,24000.00 +1096681353,The Whipsaws New Album & 10 Year Anniversary,Rock,Music,USD,2012-10-02,5000.00,2012-09-02 00:21:50,6970.00,successful,99,US,6970.00,6970.00,5000.00 +1096683022,Help The New Investors to reach the international scene!,Pop,Music,DKK,2016-08-07,10000.00,2016-07-29 21:51:12,10100.00,successful,35,DK,0.00,1514.77,1499.77 +1096686199,MegaLeagueSoccer - It's all about football,Live Games,Games,GBP,2015-05-18,45000.00,2015-04-18 12:36:43,110.00,failed,7,GB,164.22,172.04,70380.68 +"109668828,""""""The Bag the Cat was In""""- A play for everyone- By Rianna Lee"",Performance Art,Art,USD,2011-08-01,5000.00,2011-05-08 03:00:36,600.00,failed,17,US,600.00,600.00,5000.00" +1096696907,Sidearmnation.com Swag,Apparel,Fashion,CAD,2016-08-10,2000.00,2016-07-06 06:41:28,273.00,failed,6,CA,0.00,210.40,1541.43 +1096701907,Probation Dialer,Apps,Technology,USD,2017-09-03,13500.00,2017-08-04 23:00:17,10.00,failed,1,US,0.00,10.00,13500.00 +1096702987,SIDEARM - Rafting and Mooring System for boats 16-25' long,Design,Design,CAD,2016-03-06,25000.00,2016-02-02 01:29:53,552.00,failed,3,CA,394.92,416.51,18863.65 +1096704859,Anakeen Marko : Le monde de geniusis (Geniusis World),Fiction,Publishing,EUR,2016-07-28,1500.00,2016-05-30 17:42:03,1260.00,failed,28,FR,595.77,1400.23,1666.94 +109670525,Contract of Betrayal: Till Death Do Us Part (Canceled),Publishing,Publishing,USD,2016-07-27,15000.00,2016-06-27 22:42:10,0.00,canceled,0,US,0.00,0.00,15000.00 +1096705509,Our Legacy of Liberty - Stand for Something,Theater,Theater,USD,2012-11-09,25500.00,2012-10-09 16:27:54,100.00,failed,3,US,100.00,100.00,25500.00 +1096706663,We Will Remember,Mixed Media,Art,GBP,2014-09-19,800.00,2014-08-05 16:55:37,42.00,failed,4,GB,70.67,68.63,1307.25 +1096707789,Royal C. Collection,Apparel,Fashion,USD,2016-07-13,5500.00,2016-06-13 17:54:12,30.00,failed,2,US,25.00,30.00,5500.00 +1096713948,Commission for Trombone and Piano,Classical Music,Music,USD,2017-08-07,500.00,2017-07-08 23:25:03,500.00,successful,11,US,170.00,500.00,500.00 +10967319,1912: Just Can It,Drinks,Food,USD,2016-09-08,15000.00,2016-08-09 22:52:17,3356.00,failed,37,US,720.00,3356.00,15000.00 +1096744105,Cleaning the Earth,Web,Journalism,USD,2016-10-19,3000.00,2016-09-19 21:22:38,0.00,failed,0,US,0.00,0.00,3000.00 +1096744131,The Music of Change,Theater,Theater,USD,2013-06-01,10000.00,2013-04-15 20:26:29,10217.00,successful,80,US,10217.00,10217.00,10000.00 +1096748330,1976: Retro Apple Ads For The iPad.,Graphic Design,Design,GBP,2013-04-12,3000.00,2013-03-13 07:13:28,353.00,failed,18,GB,525.73,542.23,4608.22 +1096752348,the Shoppe's at Second Timezz A Charm,Performances,Dance,USD,2017-06-24,275000.00,2017-05-10 08:02:57,21.00,failed,2,US,20.00,21.00,275000.00 +1096756422,Dog Agility Challenge Program,Webseries,Film & Video,USD,2014-09-20,800.00,2014-09-10 19:32:11,36.00,failed,4,US,36.00,36.00,800.00 +1096757124,Lollipup | a Puppy for the Holidays,Product Design,Design,USD,2016-12-09,10000.00,2016-11-16 15:50:09,1332.00,canceled,19,US,432.00,1332.00,10000.00 +1096761551,Voices,Documentary,Film & Video,USD,2012-04-18,10000.00,2012-03-19 18:03:44,12208.00,successful,166,US,12208.00,12208.00,10000.00 +1096766293,Bushnell Craft Brewing Company,Food,Food,USD,2013-10-01,17500.00,2013-08-24 08:44:13,6423.00,failed,35,US,6423.00,6423.00,17500.00 +1096769497,Eternity Dice - Regular and D6 Charms Edition,Tabletop Games,Games,EUR,2016-01-03,2000.00,2015-11-30 18:01:07,5414.00,successful,102,IT,5735.68,5880.12,2172.19 +1096771100,The Main Street Museum,Performance Art,Art,USD,2013-10-07,7000.00,2013-08-24 01:02:03,8614.00,successful,109,US,8614.00,8614.00,7000.00 +1096776014,Cosmic and Rainbow Mermaid Enamel Pins,Accessories,Fashion,EUR,2017-03-17,1000.00,2017-02-15 15:23:29,1860.00,successful,87,IE,227.07,1997.08,1073.70 +1096776230,Wear You Live,Design,Design,USD,2011-08-31,13000.00,2011-07-13 10:30:14,36176.00,successful,919,US,36176.00,36176.00,13000.00 +"1096782323,""""""Ingen Vej Tilbage EP"""""",Music,Music,DKK,2017-01-01,5500.00,2016-12-04 13:22:40,5610.00,successful,12,DK,136.10,799.05,783.39" +1096789374,Essence of Image ? Automotive Artistry,Art,Art,USD,2013-11-22,2500.00,2013-10-23 17:08:52,2028.00,failed,16,US,2028.00,2028.00,2500.00 +1096790663,the New York Sign,Art,Art,USD,2012-05-27,4000.00,2012-03-28 20:21:57,909.00,failed,30,US,909.00,909.00,4000.00 +1096804511,Cat Pinball Enamel Pins Badge with Moving Parts,Accessories,Fashion,USD,2017-07-26,200.00,2017-07-19 18:53:51,374.00,successful,24,US,138.00,374.00,200.00 +"1096805645,""Coming to Chicago: Vintage """"Men's Only"""" Clothing & Gifts"",Fashion,Fashion,USD,2014-04-20,5000.00,2014-03-21 22:06:36,15.00,failed,1,US,15.00,15.00,5000.00" +1096825160,Sterling Koch Album Project,Music,Music,USD,2012-03-23,12000.00,2012-02-07 04:22:03,250.00,failed,7,US,250.00,250.00,12000.00 +1096829896,Guess the Brand: Hidden Object,Mobile Games,Games,USD,2015-11-26,500.00,2015-11-16 19:22:34,10.00,failed,1,US,10.00,10.00,500.00 +1096845643,Whimsical + humorous = Whimsimor™- Does that make you smile?,Graphic Design,Design,USD,2012-09-22,1000.00,2012-08-23 22:01:54,1600.00,successful,22,US,1600.00,1600.00,1000.00 +1096846903,TaxSaver USA Affordable Tax App Development and Launch,Web,Technology,USD,2014-12-18,25000.00,2014-11-18 05:32:21,82.00,canceled,4,US,82.00,82.00,25000.00 +109685570,2016 Silicon Beach Startup Fair,Apps,Technology,USD,2016-05-13,10000.00,2016-03-14 21:04:34,1.00,failed,1,US,1.00,1.00,10000.00 +109686114,A Woman Scorned,Film & Video,Film & Video,USD,2011-02-12,1000.00,2010-12-08 03:23:40,0.00,failed,0,US,0.00,0.00,1000.00 +1096865123,Bad To The Cone Food Service ATX,Food Trucks,Food,USD,2015-07-15,20000.00,2015-06-15 19:28:59,585.00,failed,9,US,585.00,585.00,20000.00 +1096888662,World of Dankcraft MMORPG,Live Games,Games,USD,2016-03-24,200000.00,2016-02-23 01:21:56,6.00,failed,2,US,6.00,6.00,200000.00 +1096895351,Food City: Four Centuries of Food Making in New York,Nonfiction,Publishing,USD,2015-10-31,25000.00,2015-10-01 16:41:49,32761.00,successful,297,US,32761.00,32761.00,25000.00 +1096897539,Louisiana Créole restaurant in the heart of Miami Beach,Restaurants,Food,USD,2014-08-31,250000.00,2014-08-01 18:57:48,0.00,canceled,0,US,0.00,0.00,250000.00 +1096904461,London Unseen,Photobooks,Photography,GBP,2017-08-09,15000.00,2017-06-25 18:41:56,1716.00,failed,35,GB,49.59,2227.24,19468.89 +1096906691,A Pledge of Better Times: promo campaign & book launch,Fiction,Publishing,USD,2014-10-31,1985.00,2014-09-30 20:07:40,2116.00,successful,10,US,2116.00,2116.00,1985.00 +"1096912362,""""""Decisions of Heart"""" a short film by Tiffany & Troy Collins"",Romance,Film & Video,USD,2015-12-24,1200.00,2015-11-22 20:42:17,1363.00,successful,19,US,1363.00,1363.00,1200.00" +109691394,Multigram. The multi-account scheduling tool for Instagram,Software,Technology,AUD,2015-03-27,5000.00,2015-02-25 01:29:29,0.00,failed,0,AU,0.00,0.00,3893.78 +1096917817,DAM - Dungeon Architect Master,Video Games,Games,CAD,2013-10-09,20000.00,2013-09-09 19:41:55,2446.00,failed,48,CA,2349.94,2354.41,19251.13 +1096923079,Rippers (Canceled),Shorts,Film & Video,USD,2012-08-04,1000.00,2012-07-09 17:23:04,25.00,canceled,1,US,25.00,25.00,1000.00 +1096923693,Break The Line - Art Book,Art Books,Publishing,GBP,2016-11-23,4000.00,2016-10-24 10:59:42,2416.00,failed,70,GB,1375.01,3004.19,4973.83 +1096923741,Pocket flashlight - Minamal X (Canceled),Product Design,Design,USD,2016-04-02,2500.00,2016-03-03 23:19:48,689.00,canceled,14,US,689.00,689.00,2500.00 +1096926672,There Is Only One Race......The Human Race.,People,Photography,USD,2015-07-31,35000.00,2015-06-01 19:22:53,1.00,failed,1,US,1.00,1.00,35000.00 +1096932864,Black Dossier: Original Superhero Series.,Television,Film & Video,USD,2016-09-28,5000.00,2016-08-29 21:08:55,35.00,failed,4,US,5.00,35.00,5000.00 +"1096939752,""Toll Carom's second studio album, """"The Word"""""",Music,Music,USD,2011-06-29,2750.00,2011-04-27 10:32:14,3007.00,successful,32,US,3007.00,3007.00,2750.00" +1096949601,Bad Blood: Short Film inspired by Tuskegee Experiments,Shorts,Film & Video,USD,2011-03-10,2000.00,2011-02-08 09:54:28,2280.00,successful,39,US,2280.00,2280.00,2000.00 +"1096957449,""Self Booked, True Tales of The Spinns"",Nonfiction,Publishing,USD,2012-05-03,3000.00,2012-04-03 02:53:25,3135.99,successful,35,US,3135.99,3135.99,3000.00" +1096960766,Best Pizza Ever Made,Food,Food,EUR,2015-10-16,50.00,2015-08-17 22:33:52,71.00,successful,2,ES,78.88,80.66,56.80 +1096963076,Visions,Plays,Theater,EUR,2015-11-30,3500.00,2015-10-25 17:50:11,3655.00,successful,51,LU,4027.04,3984.69,3815.71 +1096963847,Anti-Capitalist Street Art in Liverpool (Canceled),Public Art,Art,GBP,2014-08-23,60.00,2014-07-24 23:42:14,0.00,canceled,0,GB,0.00,0.00,99.49 +1096971144,Recycled Vintage Dish Bird Feeder/Windchimes,Ceramics,Art,USD,2016-06-25,2000.00,2016-05-23 16:57:45,0.00,failed,0,US,0.00,0.00,2000.00 +1096973778,Car Footprints - Automatic tax deductions (Canceled),Gadgets,Technology,USD,2014-12-06,35000.00,2014-10-22 07:50:27,3195.00,canceled,10,US,3195.00,3195.00,35000.00 +1096977854,Loxsmith,Restaurants,Food,USD,2015-09-20,100000.00,2015-07-22 00:29:05,50.00,failed,1,US,50.00,50.00,100000.00 +109698481,HOLLAND//01 - Forged Carbon Dive Watch,Product Design,Design,EUR,2016-09-13,60000.00,2016-08-09 18:01:35,17032.00,failed,43,IE,10599.01,19120.11,67355.94 +1096986175,MIKE SHORT JR Needs your HELP!,Music,Music,USD,2011-04-06,5000.00,2011-03-06 04:13:50,5837.00,successful,53,US,5837.00,5837.00,5000.00 +1096989195,Dollar Dollar Bill — Bringing Transparency to CA Elections,Web,Technology,USD,2016-12-28,10000.00,2016-12-06 01:29:38,10605.00,successful,155,US,2030.00,10605.00,10000.00 +1096989980,Helionox - The Last Sunset,Tabletop Games,Games,USD,2015-07-03,12000.00,2015-06-03 19:13:29,15078.00,successful,336,US,15078.00,15078.00,12000.00 +1096995074,The Lettuce Gizmo (Canceled),Gadgets,Technology,USD,2016-07-21,285000.00,2016-05-22 15:47:30,285.00,canceled,5,US,285.00,285.00,285000.00 +1097009397,Big Boys Camp (EP),Electronic Music,Music,GBP,2014-11-01,800.00,2014-09-15 19:57:59,515.00,failed,24,GB,837.73,814.71,1265.56 +1097034836,Hydrokinetic Turbine for Zambian Fishing Community,Hardware,Technology,USD,2015-03-04,1500.00,2015-02-02 20:50:11,1501.00,successful,33,US,1501.00,1501.00,1500.00 +"1097035777,""Spark Community: a building, farming, and survival MMORPG"",Video Games,Games,USD,2013-12-21,25000.00,2013-11-21 23:40:31,917.00,failed,14,US,917.00,917.00,25000.00" +1097037405,Scripture Talk - A DVD Making Bible Memory Fun for Children,Film & Video,Film & Video,USD,2013-04-06,3000.00,2013-03-07 16:20:53,5675.00,successful,57,US,5675.00,5675.00,3000.00 +1097038611,My Art Is Not Dead - A Stop Motion Short Film,Animation,Film & Video,USD,2012-12-14,1300.00,2012-11-07 21:05:04,1401.69,successful,33,US,1401.69,1401.69,1300.00 +1097059200,Ecotones - an Anthology of Fantasy and Science Fiction,Fiction,Publishing,GBP,2015-12-01,1000.00,2015-11-03 12:57:09,1102.00,successful,142,GB,1700.63,1668.38,1513.96 +1097063006,Random Robot Attacks 1A,Painting,Art,USD,2012-10-02,2000.00,2012-08-03 21:28:59,75.00,failed,2,US,75.00,75.00,2000.00 +1097068062,Embracing Disruption: A Cloud Revolution Manifesto,Nonfiction,Publishing,USD,2012-11-29,5000.00,2012-10-18 17:56:53,5886.00,successful,64,US,5886.00,5886.00,5000.00 +1097074192,Batman vs Joker Stickers,Illustration,Art,CAD,2017-08-11,200.00,2017-07-17 21:39:09,587.00,successful,30,CA,220.61,461.77,157.33 +1097074963,CRYSTAL - A Simplicity Project,Graphic Design,Design,USD,2013-07-03,4000.00,2013-06-03 16:02:11,15.00,failed,3,US,15.00,15.00,4000.00 +"1097080767,""Other People, a Feature Length Screenplay by Wes Malvini"",Narrative Film,Film & Video,USD,2011-11-17,2600.00,2011-10-18 00:11:30,792.00,failed,37,US,792.00,792.00,2600.00" +"1097082409,Pixel art; personalized; Retro Gaming art.,Crafts,Crafts,USD,2016-07-28,500.00,2016-06-28 21:36:59,0.00,failed,0,US,0.00,0.00,500.00" +1097083806,How to end Hunger (Documentary and Immersion Film),Film & Video,Film & Video,AUD,2015-03-20,1243.00,2015-03-10 15:48:48,0.00,failed,0,AU,0.00,0.00,957.55 +1097091400,Juneteenth Reading Conference,Art,Art,USD,2018-01-07,6000.00,2017-11-08 20:03:28,5.00,live,1,US,0.00,5.00,6000.00 +1097111931,Littlefoot LP on Vinyl,Music,Music,USD,2012-04-27,500.00,2012-02-27 16:46:11,540.00,successful,25,US,540.00,540.00,500.00 +1097112997,The Movement,Electronic Music,Music,USD,2017-01-01,2000.00,2016-12-02 19:42:34,160.00,canceled,4,US,160.00,160.00,2000.00 +1097116529,Hear Here: The Fall 2010 Go Forth Music Emerging Artists Compilation,Music,Music,USD,2010-11-11,1500.00,2010-10-12 02:34:14,1615.00,successful,43,US,1615.00,1615.00,1500.00 +"1097118035,""Las Vegas Opry First Show """"The Good Ol' Days are Back!"""""",Country & Folk,Music,USD,2014-01-11,5000.00,2013-12-13 06:32:30,116.00,canceled,5,US,116.00,116.00,5000.00" +1097123075,Kuperman,Comedy,Film & Video,CAD,2014-09-19,2850.00,2014-09-13 23:14:47,2885.00,successful,31,CA,2613.67,2627.98,2596.10 +1097139272,time for the percolator (Suspended),Sound,Technology,USD,2014-11-22,5000.00,2014-09-23 07:37:51,20.00,suspended,2,US,20.00,20.00,5000.00 +1097143593,Yeah Pluto Apparel,Apparel,Fashion,USD,2017-08-08,20000.00,2017-07-09 09:37:57,20.00,failed,2,US,20.00,20.00,20000.00 +1097143843,Celebrating Ali,Digital Art,Art,USD,2013-04-16,900.00,2013-03-17 20:00:59,930.00,successful,10,US,930.00,930.00,900.00 +1097145224,YouDorks at C2E2,Documentary,Film & Video,USD,2012-02-22,5000.00,2011-12-24 23:53:37,1881.00,failed,42,US,1881.00,1881.00,5000.00 +1097145900,Paleo Pals ™ - Andy the Anomalocaris,Crafts,Crafts,USD,2015-09-18,11000.00,2015-08-18 15:31:08,14921.00,successful,208,US,14921.00,14921.00,11000.00 +1097152774,Star Wars Farts: ReInventing Star Wars... through Farts,Science Fiction,Film & Video,USD,2014-11-08,1138.00,2014-10-06 15:12:33,1171.00,successful,47,US,1171.00,1171.00,1138.00 +1097156141,Mobi - Cork & Brass Wallets,Product Design,Design,USD,2014-12-20,2000.00,2014-11-30 18:52:56,2385.00,successful,97,US,2385.00,2385.00,2000.00 +"109716341,""The Ultimate Biliztik Sports App """"It's Time"""""",Apps,Technology,CAD,2015-12-14,20000.00,2015-11-11 19:18:18,3504.00,failed,51,CA,2640.54,2510.75,14330.75" +109716560,Soundtrack '63,Music,Music,USD,2014-09-14,20000.00,2014-08-14 21:18:50,20345.00,successful,87,US,20345.00,20345.00,20000.00 +1097170205,Good Thing Bad Thing,Tabletop Games,Games,USD,2017-09-20,1500.00,2017-08-21 20:32:25,492.00,canceled,19,US,111.00,492.00,1500.00 +109717329,Dough Cannon - food extruder for 3D Printing,3D Printing,Technology,AUD,2015-09-18,85000.00,2015-08-19 05:52:13,587.00,failed,6,AU,432.77,426.69,61786.73 +"1097176900,""50,000 Bones, Route 66 and a 2 min. Film"",Art,Art,USD,2011-08-23,25000.00,2011-05-25 20:27:28,25435.00,successful,175,US,25435.00,25435.00,25000.00" +1097186249,The Homemade Chicken Nugget (Canceled),Food,Food,AUD,2014-08-20,10.00,2014-07-21 16:38:09,0.00,canceled,0,AU,0.00,0.00,9.31 +1097193303,www.ViewHistorical.com,Nonfiction,Publishing,USD,2014-11-20,5000.00,2014-10-21 06:41:08,0.00,failed,0,US,0.00,0.00,5000.00 +1097196396,HEARTISANIA: Original arts and crafts from faraway countries,Art,Art,GBP,2017-04-05,10000.00,2017-03-06 11:16:39,3623.00,failed,31,GB,196.73,4500.57,12422.21 +1097197446,We Came Here For Birds Short Film,Narrative Film,Film & Video,GBP,2016-01-15,5000.00,2015-12-07 00:23:03,19.99,failed,2,GB,30.21,28.65,7166.10 +1097199993,RUINED,Drama,Film & Video,GBP,2017-02-08,700.00,2016-12-25 10:49:18,10.00,failed,2,GB,0.00,12.46,872.35 +1097203566,Mr. Build:A Love Story Issue #1 (A very unique comic series),Comics,Comics,USD,2012-02-13,10000.00,2011-12-15 16:23:18,0.00,failed,0,US,0.00,0.00,10000.00 +1097203776,MamAfrica Clutches by MODAHNIK,Fashion,Fashion,USD,2014-02-17,20000.00,2014-01-17 15:34:30,8868.00,failed,137,US,8868.00,8868.00,20000.00 +"1097244294,""Multi-Angle Machining Head (CNC, Milling, Drilling, Tapping)"",Technology,Technology,USD,2017-04-14,5000.00,2017-02-13 16:48:17,1.00,failed,1,US,0.00,1.00,5000.00" +109725064,Stool Pigeon,Tabletop Games,Games,USD,2017-12-12,7500.00,2017-11-12 20:23:56,8915.00,successful,147,US,2303.00,8915.00,7500.00 +1097252795,Horizons Comic,Comic Books,Comics,GBP,2016-05-26,250.00,2016-05-17 16:52:07,307.00,successful,23,GB,441.00,449.68,366.19 +1097254322,DeadMule Book,Publishing,Publishing,USD,2013-08-18,17000.00,2013-07-19 23:10:33,12606.00,failed,64,US,12606.00,12606.00,17000.00 +1097254677,Vampire Razer : Sexy/ Cutting Edge/ Vampire Comic,Comics,Comics,USD,2014-05-15,1500.00,2014-04-15 03:05:48,47.00,failed,5,US,47.00,47.00,1500.00 +1097258261,City Frontier: The Next Pioneers Live Here (Canceled),Software,Technology,USD,2010-08-06,8500.00,2010-05-11 22:53:27,213.47,canceled,5,US,213.47,213.47,8500.00 +"1097259015,""Once, there was a Clarion Content Computer..."",Publishing,Publishing,USD,2012-02-03,650.00,2012-01-21 16:46:29,750.00,successful,11,US,750.00,750.00,650.00" +1097259266,Burn,Fiction,Publishing,USD,2012-12-16,3600.00,2012-10-22 22:48:36,20.00,failed,2,US,20.00,20.00,3600.00 +1097260260,The Fierce Are Fading,Graphic Novels,Comics,USD,2015-11-30,8500.00,2015-10-21 16:09:01,8712.00,successful,88,US,8712.00,8712.00,8500.00 +1097263334,R.I.P.E. Juice Maui,Drinks,Food,USD,2014-08-30,20000.00,2014-07-31 22:07:40,2972.00,failed,43,US,2972.00,2972.00,20000.00 +1097270106,Night Out: A unique drinking board game,Tabletop Games,Games,USD,2014-01-08,15000.00,2013-12-09 21:42:58,6.00,failed,2,US,6.00,6.00,15000.00 +1097271238,3 layers to mix & match | ethically produced | 100+ outfits,Apparel,Fashion,USD,2016-05-19,36000.00,2016-04-19 13:24:49,10413.00,failed,49,US,10413.00,10413.00,36000.00 +1097276403,Universal Vibe Art Series,Conceptual Art,Art,USD,2013-01-20,4800.00,2012-12-06 15:00:17,25.00,failed,1,US,25.00,25.00,4800.00 +"1097276734,""Sauces, enable you to cook perfect Korean foods at home!"",Food,Food,USD,2017-10-21,5000.00,2017-09-21 11:46:29,0.00,failed,0,US,0.00,0.00,5000.00" +1097280206,Pocket Pad Studio configuration for the Android,Software,Technology,USD,2012-11-21,100000.00,2012-10-22 23:40:16,149.00,failed,2,US,149.00,149.00,100000.00 +1097288504,Parched,Video Games,Games,USD,2011-08-15,7000.00,2011-07-09 22:18:17,380.00,failed,13,US,380.00,380.00,7000.00 +1097296292,Cool Dice Bags...with dice inside!,Tabletop Games,Games,USD,2017-12-31,500.00,2017-12-11 02:00:55,17064.00,successful,685,US,3899.00,17064.00,500.00 +1097308635,Deutsch-Chinesischer Kulturaustausch - PARADOX,Art,Art,EUR,2016-02-29,6000.00,2016-01-12 06:57:08,0.00,failed,0,DE,0.00,0.00,6581.98 +1097309900,Focus Comic - An Autistic Super Hero Arrives,Comic Books,Comics,USD,2018-01-02,4500.00,2017-11-03 08:49:54,6612.00,successful,133,US,417.00,6612.00,4500.00 +1097312684,Desert Rendezvous,Performance Art,Art,USD,2012-06-22,8700.00,2012-05-08 00:42:16,2265.00,failed,20,US,2265.00,2265.00,8700.00 +1097332224,Andre Carbo: the EP. 1,Music,Music,USD,2017-10-22,4000.00,2017-09-06 16:06:04,1370.00,failed,28,US,125.00,1370.00,4000.00 +1097339432,Fork in the Socket webseries,Webseries,Film & Video,USD,2013-02-12,3000.00,2013-01-18 23:31:40,3181.17,successful,79,US,3181.17,3181.17,3000.00 +1097341490,Restoration of my 67 Mustang GTA,Crafts,Crafts,USD,2014-08-11,3000.00,2014-07-12 02:00:32,85.00,failed,5,US,85.00,85.00,3000.00 +1097352721,SylverLight Photography,Photography,Photography,USD,2010-10-01,5000.00,2010-07-28 20:46:57,0.00,failed,0,US,0.00,0.00,5000.00 +"1097355687,""Albee's The Zoo Story in Denver, CO!"",Theater,Theater,USD,2012-03-24,2000.00,2012-02-24 16:59:40,2220.00,successful,57,US,2220.00,2220.00,2000.00" +109735592,Hard enamel Ufufy princesses pins,Accessories,Fashion,USD,2018-01-31,160.00,2017-12-29 20:44:37,13.00,live,1,US,0.00,13.00,160.00 +1097361941,How to Be Strawesome with Glass Straws,Glass,Crafts,USD,2017-05-12,2000.00,2017-04-12 02:54:06,2005.00,successful,29,US,0.00,2005.00,2000.00 +1097363660,'The Dog Hunters' by David Bell. Illustrated Edition.,Fiction,Publishing,NZD,2013-12-21,15000.00,2013-11-21 04:08:08,15215.00,successful,264,NZ,12650.46,12441.74,12265.93 +1097379119,Totally Wired: a US edition of this amazing New York story,Nonfiction,Publishing,USD,2013-10-15,20000.00,2013-09-16 14:14:43,931.00,canceled,10,US,931.00,931.00,20000.00 +1097381169,The Further Adventures of Walt's Frozen Head,Comedy,Film & Video,USD,2015-05-04,5000.00,2015-04-06 17:41:38,5297.00,successful,64,US,5297.00,5297.00,5000.00 +1097387804,Headcase Theatre present 'Under The Hat...',Theater,Theater,GBP,2015-04-30,200.00,2015-04-20 15:37:11,240.00,successful,11,GB,358.98,370.39,308.66 +1097387921,The Mountain Wolf Enamel Pin,Illustration,Art,EUR,2017-01-15,700.00,2016-12-16 22:18:10,108.00,failed,6,IT,22.08,114.83,744.24 +1097393544,City & Guilds of London Art School catalogue kickstart,Art,Art,GBP,2016-06-15,960.00,2016-05-20 13:13:16,1050.00,successful,22,GB,1525.06,1500.15,1371.57 +1097401104,Planet Theory: A poetry Project (Canceled),Poetry,Publishing,USD,2011-08-25,10000.00,2011-06-26 06:02:10,0.00,canceled,0,US,0.00,0.00,10000.00 +1097411241,Llamas in Pajamas: The Book of Llama,Comedy,Publishing,GBP,2017-09-30,4000.00,2017-08-31 14:49:44,1535.00,failed,60,GB,1032.09,2007.06,5230.13 +1097413498,2018 Zodiac Kitchen Calendar,Calendars,Publishing,EUR,2017-09-23,5000.00,2017-08-24 20:13:18,5.00,failed,1,DE,0.00,5.90,5902.98 +1097413774,1 B.A.D. Kitchen's Inspired Fusion Recipes,Nonfiction,Publishing,USD,2015-04-11,100000.00,2015-02-25 17:20:47,0.00,failed,0,US,0.00,0.00,100000.00 +1097420940,Survivors & Casualties - Memoirs of the Addiction Epidemic,Nonfiction,Publishing,USD,2017-04-07,1200.00,2017-03-03 03:25:25,176.00,failed,3,US,0.00,176.00,1200.00 +1097421865,Fake Retro Christmas Card,Stationery,Crafts,USD,2016-02-26,700.00,2016-01-27 21:54:21,20.00,failed,1,US,20.00,20.00,700.00 +1097424704,Zoringo Project,Letterpress,Publishing,EUR,2017-07-04,5000.00,2017-05-20 00:42:52,1.00,failed,1,DE,0.00,1.14,5706.00 +1097426264,Cool Cash,Conceptual Art,Art,USD,2015-04-22,1000.00,2015-03-23 19:04:44,1225.00,successful,44,US,1225.00,1225.00,1000.00 +"1097437761,""Codename: """"War Zone"""""",Video Games,Games,USD,2012-08-05,5000.00,2012-07-06 02:01:57,211.00,failed,3,US,211.00,211.00,5000.00" +109743947,ManaGlo Glowing Bottle Necklaces,Jewelry,Fashion,USD,2017-01-15,1500.00,2016-12-16 15:41:48,484.00,failed,13,US,108.00,484.00,1500.00 +1097458356,Miss India America. The Movie,Narrative Film,Film & Video,USD,2013-09-07,100000.00,2013-07-29 16:39:21,104421.74,successful,605,US,104421.74,104421.74,100000.00 +1097467457,Limited Addition Show on the Road,Mixed Media,Art,CAD,2016-07-27,5000.00,2016-07-07 04:35:37,506.00,failed,17,CA,13.98,384.03,3794.78 +"1097470239,""Year Of The Slut, the movie"",Shorts,Film & Video,USD,2017-09-12,2500.00,2017-08-28 20:21:17,2561.00,successful,33,US,110.00,2561.00,2500.00" +1097473045,12WTT,Food,Food,USD,2015-08-01,15000.00,2015-07-02 22:46:44,0.00,failed,0,US,0.00,0.00,15000.00 +109747597,Let's Look at Excavators!,Children's Books,Publishing,USD,2012-11-24,1000.00,2012-10-25 16:27:56,176.00,failed,4,US,176.00,176.00,1000.00 +1097487630,Recording Equipment,Music,Music,USD,2014-11-02,4000.00,2014-10-03 08:45:49,25.00,failed,1,US,25.00,25.00,4000.00 +1097496844,DO YOU LIKE AWESOME COMICS? HERE'S ONE FOR YA...,Comics,Comics,USD,2010-10-01,500.00,2010-07-30 00:07:22,550.00,successful,12,US,550.00,550.00,500.00 +1097500093,Mobile oil change app-Comes to your home or office,Apps,Technology,USD,2017-06-22,2000.00,2017-05-23 20:41:24,0.00,failed,0,US,0.00,0.00,2000.00 +1097504162,Trump Graphics,Graphic Design,Design,USD,2017-02-16,150.00,2017-01-27 01:52:31,0.00,canceled,0,US,0.00,0.00,150.00 +1097505031,Little Dulce Cakes,Food,Food,USD,2011-12-24,5000.00,2011-10-25 06:34:33,85.00,failed,4,US,85.00,85.00,5000.00 +1097510885,SOUNDbrella Connect - The Amazíng Bluetooth Umbrella,Product Design,Design,EUR,2016-08-12,25000.00,2016-07-13 11:56:28,997.50,failed,15,AT,108.67,1113.01,27894.94 +1097519475,Hazel Village Children's Wear,Childrenswear,Fashion,USD,2016-08-17,14500.00,2016-07-18 07:45:10,18369.00,successful,174,US,3846.00,18369.00,14500.00 +1097524713,Dog Friendly Dublin,Restaurants,Food,EUR,2015-05-28,250000.00,2015-04-28 18:20:01,35.00,failed,2,IE,38.03,38.39,274249.11 +1097526029,PolyBrowser,Technology,Technology,USD,2013-04-01,10000.00,2013-02-20 13:38:46,11264.00,successful,130,US,11264.00,11264.00,10000.00 +109753291,A Year Playing Poker For A Living,Journalism,Journalism,USD,2015-03-29,25000.00,2015-01-28 23:41:39,0.00,failed,0,US,0.00,0.00,25000.00 +"1097537552,""Bitch, Peas"",Photobooks,Photography,USD,2018-01-19,7500.00,2017-11-20 20:51:19,1510.00,live,9,US,35.00,1510.00,7500.00" +1097546249,Orsus watch - Nova series,Product Design,Design,USD,2017-11-25,18550.00,2017-09-27 03:24:52,1736.00,failed,18,US,397.00,1736.00,18550.00 +109754792,START HERE: Read Your Way Into 25 Amazing Authors,Nonfiction,Publishing,USD,2012-08-26,25000.00,2012-07-24 20:05:54,25287.80,successful,947,US,25287.80,25287.80,25000.00 +1097548749,Fight for the Fal Dare Fey,Festivals,Theater,USD,2015-07-17,500.00,2015-06-08 18:59:14,85.00,failed,1,US,85.00,85.00,500.00 +"109755032,""Ontarios 1st Year Round Full Diet CSA, Heritage Harvest Farm"",Farms,Food,CAD,2015-05-28,18000.00,2015-04-28 01:24:00,1144.00,failed,17,CA,939.44,919.39,14465.96" +1097555689,JavaWIDE - Collaborative Online IDE to Open Source,Software,Technology,USD,2012-05-31,15000.00,2012-04-10 22:14:48,51.00,failed,7,US,51.00,51.00,15000.00 +1097556005,Stay in touch with your Southern Roots,Fashion,Fashion,USD,2014-02-19,4500.00,2014-01-05 06:07:49,75.00,failed,3,US,75.00,75.00,4500.00 +1097557979,Drawings from a Dental Student,Webcomics,Comics,CAD,2017-03-22,500.00,2017-02-20 06:28:46,0.00,canceled,0,CA,0.00,0.00,373.92 +1097561326,BONE FOR A BRUSH: Artist project to help NYC public school art programs,Illustration,Art,USD,2009-10-18,5000.00,2009-07-21 22:00:05,380.00,failed,4,US,380.00,380.00,5000.00 +1097564549,The Secret Reclamation by Charlemagne - Book on Royalty,Nonfiction,Publishing,USD,2017-04-01,10000.00,2017-03-02 07:46:17,320.00,failed,5,US,0.00,320.00,10000.00 +109756573,Monkeyhound Showcase,Comics,Comics,GBP,2016-06-10,42550.00,2016-05-11 22:56:46,320.00,failed,6,GB,460.96,460.92,61287.40 +"1097569551,""help us rebuild a studio, get a sample pack"",Electronic Music,Music,USD,2015-09-21,1200.00,2015-08-22 16:48:39,85.00,failed,7,US,85.00,85.00,1200.00" +1097574997,It's time for Joe Bennett to record his first album.,Music,Music,GBP,2014-01-16,10000.00,2013-12-02 23:46:13,160.00,failed,6,GB,261.91,263.06,16441.42 +1097590463,going organic (Canceled),Farmer's Markets,Food,USD,2015-10-25,32000.00,2015-09-25 21:32:45,0.00,canceled,0,US,0.00,0.00,32000.00 +1097592753,Project (Canceled),Technology,Technology,GBP,2015-05-17,10000.00,2015-04-25 02:11:05,1311.00,canceled,7,GB,1968.56,2050.42,15640.15 +1097593106,Lullaby Love,Classical Music,Music,USD,2013-11-25,3000.00,2013-10-25 06:33:04,3790.00,successful,60,US,3790.00,3790.00,3000.00 +1097626455,SEALIONS iii,Experimental,Film & Video,USD,2014-08-11,1.00,2014-08-04 07:46:10,1.00,successful,1,US,1.00,1.00,1.00 +1097626694,Echoes Of Addiction: A Documentary,Documentary,Film & Video,USD,2014-09-05,39784.00,2014-08-06 00:53:16,1200.00,failed,18,US,1200.00,1200.00,39784.00 +1097631483,PopcornBall - Pink,Product Design,Design,USD,2016-10-22,25000.00,2016-10-01 23:27:52,628.00,failed,27,US,550.00,628.00,25000.00 +1097632930,Sometimes There is God the Podcast,Faith,Music,USD,2014-11-01,3000.00,2014-10-02 05:33:15,3370.00,successful,50,US,3370.00,3370.00,3000.00 +1097635429,Debut Album Recording,Indie Rock,Music,GBP,2016-03-25,1500.00,2016-02-24 17:02:46,176.00,failed,11,GB,248.35,251.85,2146.44 +1097640621,A Night Stand - The dual stand for Apple Watch and Iphone.,Product Design,Design,DKK,2016-11-12,35000.00,2016-09-23 08:24:12,5880.00,failed,13,DK,284.23,840.05,5000.29 +109764655,Heart Canals' Local Book Tour,Poetry,Publishing,USD,2014-05-06,1200.00,2014-04-16 20:54:28,73.00,failed,5,US,73.00,73.00,1200.00 +1097651645,kill yourself zine,Art Books,Publishing,USD,2012-05-10,300.00,2012-04-10 00:47:19,83.00,failed,11,US,83.00,83.00,300.00 +1097658914,Inspire Entourage - Working Out For Glory,Publishing,Publishing,GBP,2016-02-19,10000.00,2016-01-20 01:47:29,20.00,failed,1,GB,28.55,28.56,14277.76 +1097664799,Arrow: Return of the island,Shorts,Film & Video,GBP,2015-02-03,2000.00,2015-01-09 01:03:40,110.00,failed,2,GB,166.56,168.50,3063.58 +1097673976,Cheering from Italy,Documentary,Film & Video,EUR,2017-05-26,4000.00,2017-03-27 18:28:55,0.00,failed,0,IT,27.01,0.00,4478.38 +109767452,Davia's Life EP (Canceled),Electronic Music,Music,USD,2011-08-31,1000.00,2011-08-14 00:41:32,0.00,canceled,0,US,0.00,0.00,1000.00 +10976797,Bloodline Generations: 2d Animated Series + E-Sport,Video Games,Games,USD,2017-11-20,650000.00,2017-10-06 19:09:26,580.00,canceled,8,US,0.00,580.00,650000.00 +1097683214,Super Fits Kids Animated Series –– The Trailer,Animation,Film & Video,USD,2011-07-23,35000.00,2011-06-23 15:08:50,150.00,failed,2,US,150.00,150.00,35000.00 +1097687764,CORI: An Independent Film,Narrative Film,Film & Video,USD,2013-10-18,750.00,2013-09-18 04:08:27,1666.00,successful,28,US,1666.00,1666.00,750.00 +1097689635,Brooklyn Nights (Canceled),World Music,Music,USD,2011-07-02,3800.00,2011-05-03 16:46:56,194.00,canceled,8,US,194.00,194.00,3800.00 +1097691027,BiteSize with Baba Bal - Four new Sikhism themed episodes,Webseries,Film & Video,GBP,2014-07-24,6000.00,2014-06-24 23:38:22,647.00,failed,12,GB,1101.78,1099.13,10192.81 +1097701174,PristineCollection,Jewelry,Fashion,AUD,2016-05-30,3000.00,2016-04-30 03:36:42,56.00,failed,2,AU,42.54,40.57,2173.28 +1097709943,Hubble Reveals Creation by an Awe Inspiring Power,Nonfiction,Publishing,USD,2015-02-09,6650.00,2015-01-10 22:25:14,22.00,failed,2,US,22.00,22.00,6650.00 +1097714430,Flowy Painting,Painting,Art,DKK,2017-10-05,500.00,2017-09-27 22:33:46,325.00,failed,1,DK,0.00,51.12,78.65 +1097719028,Boys In The Arts Scholarship Program (Canceled),Musical,Theater,USD,2015-06-30,18000.00,2015-05-30 21:39:06,10.00,canceled,1,US,10.00,10.00,18000.00 +1097725867,The Mentor (Canceled),Shorts,Film & Video,GBP,2014-04-09,12000.00,2014-03-05 23:25:16,140.00,canceled,6,GB,233.15,234.24,20077.63 +1097726074,The Green Roots,Hip-Hop,Music,USD,2015-04-03,1300.00,2015-03-04 04:52:42,1.00,failed,1,US,1.00,1.00,1300.00 +1097727104,Experiencing the Divine Comedy,Illustration,Art,USD,2013-09-10,300000.00,2013-07-12 20:24:47,81.00,failed,3,US,81.00,81.00,300000.00 +1097731770,Generation Squared: Round Peg in a Square Hole Podcast,Audio,Journalism,USD,2016-06-08,1500.00,2016-05-20 01:53:36,0.00,failed,0,US,0.00,0.00,1500.00 +1097735962,End of the Trail. Independent Horror Film!,Horror,Film & Video,USD,2016-04-30,65000.00,2016-03-31 08:39:17,1.00,failed,1,US,1.00,1.00,65000.00 +1097744913,An Illustrated Guide to Small Scale Subsistence Farming,Nonfiction,Publishing,USD,2012-11-24,800.00,2012-10-10 03:05:54,209.00,failed,9,US,209.00,209.00,800.00 +"1097749898,""Lite Year's """"We Fucking Bitches"""" Music Video."",Film & Video,Film & Video,USD,2013-06-28,6000.00,2013-05-29 18:20:41,1.00,failed,1,US,1.00,1.00,6000.00" +1097754171,Meshuggah Cafe-A Feature Film Project (Canceled),Narrative Film,Film & Video,USD,2011-09-16,64000.00,2011-08-02 19:29:22,0.00,canceled,0,US,0.00,0.00,64000.00 +1097762440,ROAM,Video Games,Games,USD,2013-02-24,40000.00,2013-01-25 21:14:19,102518.05,successful,3526,US,102518.05,102518.05,40000.00 +1097774436,Pumpkin Punches,DIY,Crafts,USD,2015-08-14,10000.00,2015-07-31 16:30:33,900.00,failed,22,US,900.00,900.00,10000.00 +1097779254,RMean: 7 Deadly Sins LP and Art & Lyrics Book,Hip-Hop,Music,USD,2014-10-15,30000.00,2014-09-11 06:47:38,53639.26,successful,577,US,53639.26,53639.26,30000.00 +1097780389,INQ Cosmetics,Accessories,Fashion,USD,2016-01-24,5500.00,2015-12-10 02:26:45,50.00,failed,1,US,50.00,50.00,5500.00 +1097782445,Paws2People,Apps,Technology,USD,2017-12-08,80000.00,2017-10-24 00:28:14,0.00,failed,0,US,25.00,0.00,80000.00 +1097786285,Just One More Sam Vestal... a photojournalist,Documentary,Film & Video,USD,2014-05-12,32000.00,2014-04-02 22:08:38,4525.00,failed,74,US,4525.00,4525.00,32000.00 +1097790088,18OE: On the Rails of the Orient Express,Tabletop Games,Games,USD,2013-07-17,27000.00,2013-06-17 14:17:27,77676.00,successful,240,US,77676.00,77676.00,27000.00 +"1097803238,""Really, Really Useful Breakout Boards - Arduino/Raspberry Pi"",DIY Electronics,Technology,USD,2015-07-29,1500.00,2015-06-29 21:41:16,2198.00,successful,58,US,2198.00,2198.00,1500.00" +1097806352,Lands of the Fallen,Video Games,Games,USD,2012-08-08,25000.00,2012-07-09 23:30:12,67.00,failed,6,US,67.00,67.00,25000.00 +1097819057,Rizal150: Celebrating the Birth of a Philippine Polymath,Public Art,Art,USD,2011-05-23,5000.00,2011-04-27 11:33:12,5560.00,successful,87,US,5560.00,5560.00,5000.00 +1097819064,GingerDead House,Tabletop Games,Games,USD,2014-11-13,15000.00,2014-10-16 14:58:51,11151.00,failed,245,US,11151.00,11151.00,15000.00 +"1097822147,""""""PIÉNSALO 2 VECES"""""",Plays,Theater,MXN,2017-05-05,30000.00,2017-04-16 06:44:47,0.00,failed,0,MX,1.35,0.00,1574.31" +1097824105,Absence - A Short Film,Drama,Film & Video,AUD,2016-08-20,3000.00,2016-07-21 01:02:57,3050.00,successful,38,AU,436.75,2331.27,2293.05 +1097831323,Cancer Survival Tips From Cancer Survivors (Canceled),Nonfiction,Publishing,USD,2015-08-14,5000.00,2015-07-13 21:39:16,0.00,canceled,0,US,0.00,0.00,5000.00 +1097831785,barwares: a portland project,Food,Food,USD,2012-05-24,10000.00,2012-04-24 02:26:23,11760.00,successful,70,US,11760.00,11760.00,10000.00 +1097845449,Kappa - The World's First Straight Line Mechanism 3D Printer,3D Printing,Technology,SGD,2017-10-25,50000.00,2017-09-10 12:44:50,72847.27,successful,177,SG,24687.74,53173.19,36496.35 +1097850731,Car emblem customizing start-up,Painting,Art,USD,2015-10-19,250.00,2015-09-19 01:36:16,0.00,failed,0,US,0.00,0.00,250.00 +1097853694,Gridstones: Night Sky – a tabletop game set in the stars,Tabletop Games,Games,CAD,2017-10-06,5000.00,2017-09-06 17:42:42,10035.00,successful,285,CA,969.47,7980.12,3976.14 +1097883357,Smilegram - An Instagram Thing @smilegramproject,Photography,Photography,USD,2013-02-13,4500.00,2013-01-24 22:11:15,0.00,failed,0,US,0.00,0.00,4500.00 +1097884117,trayGUARD+kids - Play & Eat Worry Free While Traveling,Product Design,Design,USD,2014-06-14,6300.00,2014-05-15 16:30:34,641.00,failed,13,US,641.00,641.00,6300.00 +1097885488,Sheepig. food pork lamb hybrid.,Bacon,Food,GBP,2015-02-12,1200.00,2015-02-02 03:58:49,0.00,failed,0,GB,0.00,0.00,1845.33 +1097885610,Moving Boxes - Endless Action Game,Mobile Games,Games,USD,2016-03-15,900.00,2016-02-14 19:56:52,1.00,failed,1,US,1.00,1.00,900.00 +1097886200,Sampaguita Roots: a novel on Filipino American identity,Fiction,Publishing,USD,2012-08-19,2500.00,2012-07-10 01:27:51,550.00,failed,15,US,550.00,550.00,2500.00 +"1097887830,""Lincoln Theatre Guild, Summer Theatre Costumes"",Theater,Theater,USD,2012-07-22,1650.00,2012-06-30 01:25:50,2061.00,successful,44,US,2061.00,2061.00,1650.00" +1097889402,Say What?,Animation,Film & Video,USD,2015-04-02,15000.00,2015-03-03 14:51:35,1161.00,failed,21,US,1161.00,1161.00,15000.00 +1097895763,Tusk Journal Vol.1,Publishing,Publishing,GBP,2014-04-13,3000.00,2014-03-14 14:07:15,3135.69,successful,110,GB,5213.09,5270.51,5042.44 +1097895805,14 @ Stage773,Theater,Theater,USD,2011-06-05,750.00,2011-05-03 22:32:46,910.00,successful,11,US,910.00,910.00,750.00 +"1097896912,""Wow in Space - Sci-Fi 3D STL Buildings, Scenery & Vehicles"",Tabletop Games,Games,GBP,2017-11-16,800.00,2017-10-17 12:04:31,10287.00,successful,189,GB,59.81,13574.46,1055.66" +1097905153,SuperBansky - Platform Mobile game for iPhone & Android,Mobile Games,Games,EUR,2015-08-21,500.00,2015-07-07 18:54:20,13.00,failed,2,ES,14.36,14.67,564.05 +1097905484,Finishing The Demonic Book Series,Fiction,Publishing,USD,2014-05-26,30000.00,2014-04-26 13:05:00,1.00,failed,1,US,1.00,1.00,30000.00 +109790932,A Sign for 34 West,Spaces,Theater,USD,2014-06-11,3400.00,2014-05-26 19:27:18,3508.00,successful,40,US,3508.00,3508.00,3400.00 +1097911929,Fiyahwaters Royal Habits Roots Cafe,Restaurants,Food,USD,2014-10-01,50000.00,2014-08-11 20:47:59,0.00,failed,0,US,0.00,0.00,50000.00 +1097915856,Stories From the Edge: a Photographic Exploration,Art,Art,GBP,2015-10-23,300.00,2015-10-08 10:22:21,75.00,failed,4,GB,114.27,115.53,462.12 +1097923950,Martina San Diego's New Record!,Music,Music,USD,2017-12-18,4500.00,2017-11-18 19:04:52,5001.00,successful,72,US,1541.00,5001.00,4500.00 +1097928057,indie developer KINGDOM UNITED !!,Games,Games,GBP,2017-06-08,10000.00,2017-05-09 21:36:38,40.00,failed,5,GB,38.87,51.01,12752.50 +1097935588,The Vatican Conspiracies,Fiction,Publishing,USD,2012-03-15,2500.00,2012-01-30 22:38:33,0.00,failed,0,US,0.00,0.00,2500.00 +1097945318,Foreign Fruit (Suspended),Food,Food,USD,2016-02-19,60000.00,2016-01-18 07:13:17,0.00,suspended,0,US,0.00,0.00,60000.00 +1097947581,The Strange & Surreal Poems of E Matthews Illustrated v 1,Poetry,Publishing,GBP,2016-06-29,1200.00,2016-06-06 11:44:42,51.00,failed,3,GB,74.04,67.74,1593.94 +1097964659,First EVER EPIC Islamic Music Video- Dream Becomes Reality,Film & Video,Film & Video,GBP,2013-02-06,2000.00,2013-01-04 21:46:33,0.00,failed,0,GB,0.00,0.00,3160.41 +1097965798,Moments of Nature Photography: Shows and Exhibitions,Photography,Photography,USD,2013-03-19,2500.00,2013-01-23 03:15:24,2509.00,successful,36,US,2509.00,2509.00,2500.00 +"109797019,""ModoClip - A superior, recyclable alternative to twist ties!"",Product Design,Design,USD,2015-12-13,50000.00,2015-10-14 20:16:20,370.00,canceled,7,US,370.00,370.00,50000.00" +1097972536,Can I Get A Witness?,Comedy,Film & Video,USD,2015-04-07,5000.00,2015-03-08 20:24:39,350.00,failed,2,US,350.00,350.00,5000.00 +1097974849,Briefmarken Vordruckseiten als pdf Datei,Print,Journalism,EUR,2016-01-17,100000.00,2015-12-18 17:28:02,0.00,failed,0,DE,0.00,0.00,108080.07 +1097976956,Catron Worship Project,Music,Music,USD,2013-08-21,5400.00,2013-07-22 17:02:08,400.00,failed,6,US,400.00,400.00,5400.00 +1097982145,Heroes and Villains Mash up Volume 1,Comic Books,Comics,USD,2016-07-11,10000.00,2016-06-11 05:28:30,1072.00,failed,17,US,791.00,1072.00,10000.00 +109798652,Peripety - A Fantasy Horror Manga featuring Werewolves,Comic Books,Comics,USD,2017-09-04,700.00,2017-08-05 14:50:32,1688.00,successful,49,US,785.00,1688.00,700.00 +1097990146,MHS Summer 2014 Showcase,Theater,Theater,USD,2014-06-04,2000.00,2014-05-05 03:40:43,2140.00,successful,31,US,2140.00,2140.00,2000.00 +1097998975,The Quest for 1000 Copies [of Em's Debut EP],Pop,Music,USD,2011-04-22,1500.00,2011-03-22 16:27:32,1600.00,successful,46,US,1600.00,1600.00,1500.00 +1098003509,Ngrave Longboards - Laser Engraved Longboard Decks,Art,Art,USD,2016-01-30,1000.00,2015-12-31 22:20:26,1.00,canceled,1,US,1.00,1.00,1000.00 +109800792,Lakeside,Documentary,Film & Video,USD,2013-02-09,18600.00,2013-01-09 02:58:10,24102.33,successful,469,US,24102.33,24102.33,18600.00 +1098019088,In the Footsteps of Wonhyo,Documentary,Film & Video,USD,2012-10-05,1000.00,2012-09-05 23:00:45,1465.00,successful,26,US,1465.00,1465.00,1000.00 +1098019551,Dr. Pinkerton's amazing new invention: The Time Compressor!,Performance Art,Art,USD,2013-12-07,2379.00,2013-11-27 07:09:21,523.00,failed,19,US,523.00,523.00,2379.00 +1098023297,GOBLIN MARKET,Drama,Film & Video,NZD,2015-07-06,5000.00,2015-06-06 14:15:02,5030.00,successful,20,NZ,3591.26,3395.44,3375.19 +1098030304,Plein Air Public Lands: Utah,Art,Art,USD,2017-06-24,9950.00,2017-05-19 21:44:12,10620.00,successful,62,US,1760.00,10620.00,9950.00 +1098035280,OVERDUE: a high comedy,Film & Video,Film & Video,USD,2012-04-14,10000.00,2012-02-14 22:34:47,1216.00,failed,7,US,1216.00,1216.00,10000.00 +1098042319,Run Wild,Shorts,Film & Video,USD,2015-03-01,5000.00,2015-01-30 21:28:35,6576.00,successful,74,US,6576.00,6576.00,5000.00 +1098056317,Eco Friendly Clothing,Fashion,Fashion,USD,2012-04-13,3017.00,2012-02-13 06:04:37,3336.00,successful,100,US,3336.00,3336.00,3017.00 +1098058738,Beaker's Distillery,Drinks,Food,USD,2015-10-11,50000.00,2015-09-11 00:14:21,0.00,failed,0,US,0.00,0.00,50000.00 +1098064428,Michael Walker - Debut EP: The Shift,Indie Rock,Music,USD,2015-06-18,6000.00,2015-05-19 18:40:13,6223.00,successful,28,US,6223.00,6223.00,6000.00 +1098069712,Blues and Muse Series One,Film & Video,Film & Video,USD,2012-09-16,13000.00,2012-07-18 02:31:48,250.00,failed,5,US,250.00,250.00,13000.00 +1098070789,Hobbies - Chase your passion!,Apps,Technology,EUR,2016-02-14,2000.00,2016-01-15 21:23:21,11.00,failed,2,IT,11.97,12.21,2219.19 +1098080908,Retrofit clap-sensor for every rotary mount,Technology,Technology,EUR,2015-09-24,350.00,2015-08-25 18:58:36,368.00,successful,13,DE,421.77,410.36,390.29 +1098084141,Create Sweet Confinement with SiNNERMAN!,Theater,Theater,USD,2011-11-20,2850.00,2011-11-04 17:27:56,2987.78,successful,61,US,2987.78,2987.78,2850.00 +"1098087082,""Spread """"Love"""" to Every Continent on Earth and Change Lives"",Public Art,Art,USD,2014-08-14,20000.00,2014-07-15 23:12:44,0.00,failed,0,US,0.00,0.00,20000.00" +1098095065,Notes from a Broad from Abroad (a book),Publishing,Publishing,USD,2017-02-27,5000.00,2017-01-28 20:48:13,0.00,failed,0,US,0.00,0.00,5000.00 +1098096230,Middleton Knife Design (MKD),Product Design,Design,USD,2014-12-05,20000.00,2014-11-05 01:42:12,35100.00,successful,139,US,35100.00,35100.00,20000.00 +1098096758,MummyPod™ - First Sleep System for Hammock & Ground Camping,Product Design,Design,USD,2017-07-28,15000.00,2017-06-28 03:20:39,73918.00,successful,401,US,5095.00,73918.00,15000.00 +"1098098900,""""""retro-active"""""",Pop,Music,USD,2017-11-07,500.00,2017-09-08 18:09:23,41.00,failed,3,US,15.00,41.00,500.00" +1098106399,Adora Touch Switches and Dimmers with WiFi / Zigbee,Hardware,Technology,USD,2013-10-15,100000.00,2013-08-16 16:30:32,11658.00,canceled,55,US,11658.00,11658.00,100000.00 +1098108634,Macaroni Salad,Events,Food,USD,2014-09-21,100.00,2014-08-22 19:57:14,0.00,failed,0,US,0.00,0.00,100.00 +109811969,Winsome Mobile Studio,Apparel,Fashion,USD,2015-12-25,20000.00,2015-11-25 04:01:34,21329.00,successful,234,US,21329.00,21329.00,20000.00 +1098134129,ANIBX TV,Television,Film & Video,USD,2016-12-31,500000.00,2016-12-16 06:51:38,15.00,failed,1,US,85.00,15.00,500000.00 +1098135919,Maybe Daddy,Nonfiction,Publishing,USD,2014-05-25,5357.00,2014-04-25 19:09:39,1075.00,failed,35,US,1075.00,1075.00,5357.00 +1098136494,SYNE - Retro Hairspray - A Blast from the Past,Accessories,Fashion,USD,2015-10-29,3000.00,2015-09-29 21:41:13,0.00,failed,0,US,0.00,0.00,3000.00 +1098137975,Greenpick,Product Design,Design,USD,2015-03-30,10000.00,2015-01-29 05:06:08,332.00,failed,24,US,332.00,332.00,10000.00 +1098139130,Origami Leather Collection AW2016 by Toyish Projects,Product Design,Design,GBP,2015-06-25,10000.00,2015-05-11 19:41:48,7327.00,failed,71,GB,11320.36,11522.80,15726.48 +1098144015,BIG SCIENCE,Documentary,Film & Video,CAD,2017-09-08,18000.00,2017-08-09 17:12:47,22237.00,successful,190,CA,2842.51,18397.45,14892.03 +1098144974,Through Rivers and Into SU,Art,Art,USD,2014-07-15,1000.00,2014-06-15 02:03:48,20.00,failed,2,US,20.00,20.00,1000.00 +1098148841,ANNA THE SPIDER,Comics,Comics,USD,2012-10-18,5000.00,2012-09-18 19:23:34,182.00,failed,13,US,182.00,182.00,5000.00 +1098163873,Lester Movie Sequel (Canceled),Animation,Film & Video,USD,2014-07-18,44000.00,2014-06-18 21:41:30,30.00,canceled,2,US,30.00,30.00,44000.00 +1098164821,Penis candles for the world,Candles,Crafts,GBP,2016-01-07,500.00,2015-12-08 12:07:09,507.00,successful,28,GB,765.48,738.94,728.74 +1098179418,Quietus: A Live Action - Animated Short,Shorts,Film & Video,USD,2013-04-08,12000.00,2013-03-19 03:28:38,5.00,failed,1,US,5.00,5.00,12000.00 +1098185605,Everyone Orchestra : First Studio Album : Brooklyn Sessions,Music,Music,USD,2012-01-06,15000.00,2011-11-30 05:57:35,15654.85,successful,261,US,15654.85,15654.85,15000.00 +1098204085,People of the Blue Green Water - People of the Grand Canyon,Documentary,Film & Video,USD,2017-06-20,25000.00,2017-04-21 03:14:53,1.00,failed,1,US,0.00,1.00,25000.00 +1098226909,The Eleventh Hour records a 6-song EP!!,Music,Music,USD,2012-05-21,2000.00,2012-04-06 02:15:50,2500.00,successful,39,US,2500.00,2500.00,2000.00 +1098230404,Valentines For Mother Nature,Mixed Media,Art,USD,2012-04-12,50000.00,2012-03-13 15:28:11,0.00,failed,0,US,0.00,0.00,50000.00 +1098232630,Wicked Hops,Drinks,Food,USD,2015-09-18,10000.00,2015-08-19 03:28:35,185.00,failed,5,US,185.00,185.00,10000.00 +1098235199,Cuteez Custom Apparel and Camp Outfitters,Childrenswear,Fashion,USD,2015-10-04,40000.00,2015-08-05 21:32:55,0.00,failed,0,US,0.00,0.00,40000.00 +1098236236,I Am Unique: Your Personality and Passion - Visible to all,Fashion,Fashion,GBP,2013-02-07,3325.00,2013-01-14 20:39:51,2631.90,failed,39,GB,4246.71,4158.94,5254.18 +1098239754,LookLEDTV a 4-D standalone ambilight system for TV and PC,Hardware,Technology,CAD,2014-10-27,50000.00,2014-09-27 21:06:39,2443.00,failed,14,CA,2198.87,2166.93,44349.83 +1098244109,Ghost Vinyl: Insert Meme Here,Indie Rock,Music,USD,2017-12-10,5000.00,2017-10-11 15:12:38,0.00,failed,0,US,0.00,0.00,5000.00 +1098244277,CLIC FOOTWEAR -EMBRACE YOUR CHANGE,Fashion,Fashion,USD,2014-02-05,69000.00,2014-01-03 01:01:31,6917.23,failed,56,US,6917.23,6917.23,69000.00 +1098250640,Unknown Fruit First Collection Launch,Fashion,Fashion,USD,2011-09-28,4000.00,2011-08-29 06:25:41,262.00,failed,7,US,262.00,262.00,4000.00 +1098254688,Playable Toys,Product Design,Design,USD,2015-04-08,10000.00,2015-03-09 16:36:06,0.00,failed,0,US,0.00,0.00,10000.00 +1098257750,Real Life,Webseries,Film & Video,USD,2013-11-12,10500.00,2013-10-22 14:04:00,11025.00,successful,129,US,11025.00,11025.00,10500.00 +"1098261281,""Pallet Wars, Part 1...Two More Weeks and Billions Are Ours!!"",Narrative Film,Film & Video,USD,2017-11-30,875000.00,2017-10-31 06:35:30,5.00,canceled,1,US,0.00,5.00,875000.00" +1098266569,ZeroBar - non-fat protein bar with cherry-brownie flavor,Food,Food,USD,2015-01-17,69850.00,2014-12-18 17:44:32,7.00,failed,1,US,7.00,7.00,69850.00 +1098273415,Celebsip,Journalism,Journalism,USD,2015-09-16,100000.00,2015-08-17 19:28:35,0.00,failed,0,US,0.00,0.00,100000.00 +1098285951,Elle Wake Designs- Hand Beaded Gemstone Jewelry (Canceled),Fashion,Fashion,CAD,2013-11-20,750.00,2013-10-21 19:56:11,0.00,canceled,0,CA,0.00,0.00,711.51 +1098287428,Ryan Darton - Album Extraordinaire!,Indie Rock,Music,USD,2012-04-14,1500.00,2012-03-15 17:57:28,2510.00,successful,55,US,2510.00,2510.00,1500.00 +1098292402,The Next Chico Mann Album: Trickster for Kids,Indie Rock,Music,USD,2009-12-03,6000.00,2009-10-17 10:17:53,6140.00,successful,29,US,6140.00,6140.00,6000.00 +1098294563,The Children of Palestine,Art,Art,USD,2010-09-16,4000.00,2010-07-30 04:19:57,1572.00,failed,20,US,1572.00,1572.00,4000.00 +1098299492,New iPad/iPhone game development software needed,Video Games,Games,USD,2011-07-22,600.00,2011-06-07 06:42:01,45.00,failed,5,US,45.00,45.00,600.00 +1098299543,Madison King's Second Full-Length Album,Country & Folk,Music,USD,2013-07-18,7000.00,2013-06-18 00:27:55,7335.01,successful,57,US,7335.01,7335.01,7000.00 +1098306436,Utilo - Professional networking made easier!,Web,Technology,USD,2017-11-18,6000.00,2017-10-19 19:23:47,0.00,failed,0,US,0.00,0.00,6000.00 +1098318297,Personal Communicator,Wearables,Technology,EUR,2015-04-02,125000.00,2015-03-03 13:08:29,86.00,failed,3,NL,96.11,93.14,135375.15 +109832866,New PC Game Hit Tank PRO Steam Greenlight Need help !!!,Video Games,Games,EUR,2015-11-14,1500.00,2015-10-15 17:41:34,1.00,failed,1,FR,1.14,1.07,1603.20 +1098334438,Bafoodus: Debut Album Fundraiser!,Rock,Music,USD,2011-08-01,1200.00,2011-07-01 15:41:46,1250.00,successful,24,US,1250.00,1250.00,1200.00 +1098336051,Lobby: A tale of Escape,Shorts,Film & Video,USD,2014-10-08,10000.00,2014-09-08 20:08:18,870.00,failed,12,US,870.00,870.00,10000.00 +1098351445,Excelsior Farm Greenhouse,Farms,Food,USD,2014-11-17,16800.00,2014-10-18 23:52:20,16851.00,successful,74,US,16851.00,16851.00,16800.00 +"1098355021,Humanity Hates Trump Cards - Making Party Games Great Again,Games,Games,USD,2016-04-24,1000.00,2016-03-15 22:34:38,7902.00,undefined,0,""N,0"""""",,7902.00,1000.00" +1098355171,Adam Purple and The Garden of Eden,Photography,Photography,USD,2011-02-02,1250.00,2011-01-04 18:28:27,1855.00,successful,51,US,1855.00,1855.00,1250.00 +1098361057,Support indie! Help us bring the world to Granny's House!,Thrillers,Film & Video,USD,2015-05-16,13643.00,2015-04-16 18:57:42,6702.00,failed,67,US,6702.00,6702.00,13643.00 +"1098362960,""""""Southern Nights"""" Feature Length Horror Film"",Film & Video,Film & Video,USD,2014-03-23,3000.00,2014-02-21 19:03:33,140.00,failed,2,US,140.00,140.00,3000.00" +"1098364678,""The Clusters App - """"Find your Cluster"""""",Apps,Technology,USD,2016-08-03,20000.00,2016-06-24 09:56:10,2300.00,failed,17,US,2205.00,2300.00,20000.00" +1098370581,CHRISTEENE : The launch and release of the First Album.,Music,Music,USD,2012-03-25,10000.00,2012-02-24 01:21:12,11560.00,successful,251,US,11560.00,11560.00,10000.00 +1098370680,Italian Manual Kickstarter - Manuale Italiano non ufficiale,Translations,Publishing,EUR,2016-04-21,900.00,2016-04-01 12:44:38,0.00,failed,0,IT,0.00,0.00,1013.67 +109837309,Draughts: London's first board game café,Spaces,Food,GBP,2014-08-31,10000.00,2014-08-01 12:59:52,20914.51,successful,516,GB,35387.32,34082.15,16295.93 +1098382682,The Fan Medal,Jewelry,Fashion,USD,2015-03-16,10000.00,2015-02-14 08:29:20,300.00,failed,5,US,300.00,300.00,10000.00 +1098390575,Making of #Godsrevenge 1 & 2 & #Mixtapemagic pt 2,Hip-Hop,Music,USD,2013-10-08,445455.00,2013-08-09 09:15:44,0.00,failed,0,US,0.00,0.00,445455.00 +1098396965,Nine Lives,Drama,Film & Video,USD,2014-10-05,25000.00,2014-09-05 11:12:02,279.00,failed,6,US,279.00,279.00,25000.00 +1098397039,Tears of Avia,Video Games,Games,GBP,2015-10-21,68000.00,2015-09-21 19:52:44,36308.99,failed,1215,GB,56392.33,55930.54,104747.53 +1098406266,CARICOM Magazine Issue 1,Periodicals,Publishing,GBP,2017-08-17,1200.00,2017-07-13 00:44:41,2067.70,successful,68,GB,230.55,2662.06,1544.94 +109841051,The Real World of Law School: A Journey Untold,Documentary,Film & Video,USD,2014-08-15,8000.00,2014-07-16 21:27:27,5.00,failed,1,US,5.00,5.00,8000.00 +"1098412783,""In a Candlelight Palace (a """"funeral home"""" poetry collection)"",Poetry,Publishing,USD,2015-01-15,1500.00,2014-12-16 20:14:31,5.00,failed,1,US,5.00,5.00,1500.00" +1098414779,Re:Decatur. Rethink. Rediscover. Reenergize. Reimagine.,Journalism,Journalism,USD,2013-12-21,5000.00,2013-11-18 20:37:53,5430.00,successful,75,US,5430.00,5430.00,5000.00 +1098424522,Support a birdie lullaby: Oh Baby Bird by Nissa Newton,Music,Music,USD,2013-06-26,1000.00,2013-05-28 22:28:45,1006.00,successful,19,US,1006.00,1006.00,1000.00 +1098428243,The illuminated mirror (Canceled),Design,Design,GBP,2014-07-03,28600.00,2014-06-03 21:30:29,1496.00,canceled,34,GB,2505.29,2564.67,49030.53 +1098442174,SOUL INK NEW YORK,Fashion,Fashion,USD,2012-01-30,2500.00,2011-12-01 13:56:13,245.00,failed,14,US,245.00,245.00,2500.00 +1098451012,Another Castle,Video Games,Games,USD,2013-03-30,12000.00,2013-02-27 13:46:52,15685.14,successful,821,US,15685.14,15685.14,12000.00 +1098455525,This Little Piggy needs a kitchen,Food,Food,USD,2012-07-07,3000.00,2012-06-07 16:30:36,3020.00,successful,16,US,3020.00,3020.00,3000.00 +1098463148,The EZ Wallet - Simplified,Accessories,Fashion,USD,2014-07-16,1100.00,2014-06-18 00:39:28,3853.00,successful,219,US,3853.00,3853.00,1100.00 +1098464146,A Few Good Men: LA Revival presented by Rise Above,Theater,Theater,USD,2011-12-06,4500.00,2011-11-06 07:32:00,2794.00,failed,92,US,2794.00,2794.00,4500.00 +1098491,HEART 1.0 Revolutionary New Programming Language,Software,Technology,GBP,2016-09-19,100000.00,2016-07-21 21:37:31,10.00,failed,1,GB,0.00,12.97,129738.71 +"1098497583,""Of Love, Hate and Everything in Between (act 2)"",Classical Music,Music,EUR,2015-12-02,2000.00,2015-11-02 18:21:25,0.00,failed,0,IT,0.00,0.00,2180.41" +"1098508903,""Step Up, Sit Down"",Product Design,Design,USD,2017-11-05,500.00,2017-10-12 15:13:42,401.00,failed,9,US,69.00,401.00,500.00" +1098510,God's Buried Children - Zeitgeist Audiobook,World Music,Music,USD,2016-06-28,50.00,2016-04-29 04:33:12,1.00,failed,1,US,1.00,1.00,50.00 +1098514806,CRASHERS: A short film about two guys who sneak into events,Shorts,Film & Video,AUD,2015-12-16,15000.00,2015-11-16 01:08:31,7170.00,failed,10,AU,5110.75,5109.39,10689.09 +1098515138,LEGEND OF THE DAWN,Fiction,Publishing,USD,2015-01-09,3000.00,2014-12-10 18:03:05,0.00,failed,0,US,0.00,0.00,3000.00 +1098516936,Northshire: Metal Wall Art,Product Design,Design,USD,2016-11-26,100.00,2016-11-21 23:12:17,490.00,successful,8,US,55.00,490.00,100.00 +1098518413,Western Civilization Brand,Ready-to-wear,Fashion,USD,2017-09-06,50000.00,2017-08-07 22:44:16,70.00,failed,2,US,20.00,70.00,50000.00 +1098525492,Who is calling me?,Apps,Technology,EUR,2016-02-26,5000.00,2016-01-27 14:28:04,11.00,failed,3,IT,11.93,12.11,5502.97 +1098547015,Durdens Culinary Delights,Food Trucks,Food,USD,2017-10-21,80000.00,2017-08-22 03:04:52,78.00,failed,2,US,0.00,78.00,80000.00 +1098557955,Fashion Crimes,Video,Journalism,USD,2014-12-29,6000.00,2014-11-29 01:13:25,986.00,failed,16,US,986.00,986.00,6000.00 +109857620,Alumni's New Vision,Hip-Hop,Music,USD,2015-06-12,3500.00,2015-05-13 17:14:14,41.00,failed,2,US,41.00,41.00,3500.00 +1098576537,Stacks - Powerfull neodymium magnets in CNC machined casings,Product Design,Design,USD,2015-09-19,7000.00,2015-08-31 18:14:29,15075.00,successful,244,US,15075.00,15075.00,7000.00 +1098582231,Cpm-703,Documentary,Film & Video,USD,2012-11-21,12000.00,2012-10-22 20:06:57,12192.22,successful,153,US,12192.22,12192.22,12000.00 +109859687,Halios the Equilibrium,Comics,Comics,USD,2014-05-21,33000.00,2014-04-21 19:59:14,20.00,failed,1,US,20.00,20.00,33000.00 +1098600577,Mainlining - The Cyber Espionage Hacking Sim,Video Games,Games,GBP,2016-03-26,15000.00,2016-02-26 13:25:58,15822.00,successful,628,GB,22049.94,22640.70,21464.45 +1098601955,Keep The Hawg alive! (Canceled),Restaurants,Food,USD,2015-04-08,15000.00,2015-03-09 08:34:00,280.00,canceled,6,US,280.00,280.00,15000.00 +1098609345,Life Among War: North Africa & The Middle East 2010-2014,Places,Photography,USD,2014-08-11,10000.00,2014-07-22 04:41:36,1.00,failed,1,US,1.00,1.00,10000.00 +1098616358,The Silver Path CD manufacture funding,Electronic Music,Music,GBP,2013-09-28,1000.00,2013-08-30 20:31:06,116.00,failed,11,GB,180.21,186.18,1605.03 +1098618151,Get Naked! a card game about divestment,Tabletop Games,Games,USD,2015-07-01,264.00,2015-06-01 09:04:38,4556.00,successful,127,US,4556.00,4556.00,264.00 +1098618474,iNotarize App (Canceled),Apps,Technology,USD,2015-10-12,20000.00,2015-09-12 23:21:06,0.00,canceled,0,US,0.00,0.00,20000.00 +1098621714,Bamboo Bicycle Workshop Reusable Jig System,DIY,Crafts,USD,2016-04-10,550.00,2016-03-11 20:32:23,551.00,successful,13,US,551.00,551.00,550.00 +"1098625437,""Kinth, New Album"",Electronic Music,Music,USD,2014-07-31,100.00,2014-07-10 19:41:15,140.00,successful,5,US,140.00,140.00,100.00" +1098625907,Cooking with Drag Queens 3: Fry Harder,Webseries,Film & Video,USD,2017-10-20,20000.00,2017-09-06 08:32:50,22301.78,successful,337,US,2728.00,22301.78,20000.00 +"1098626351,""""""First Class Ticket"""" My Upcoming Single (Canceled)"",Pop,Music,USD,2013-07-30,800.00,2013-07-09 06:49:29,0.00,canceled,0,US,0.00,0.00,800.00" +1098631695,RootHaven,Video Games,Games,USD,2014-05-08,66000.00,2014-04-08 00:31:28,31.00,failed,3,US,31.00,31.00,66000.00 +1098633374,Self Care Critter Stickers - Adorable Art for Anywhere!,Art,Art,USD,2017-12-21,100.00,2017-11-26 08:26:43,120.00,successful,10,US,15.00,120.00,100.00 +1098634045,Alexander vs Persia: Battleground Historical Warfare,Tabletop Games,Games,USD,2014-06-20,3000.00,2014-05-20 23:11:50,14103.00,successful,191,US,14103.00,14103.00,3000.00 +1098640920,The Frontier,Documentary,Film & Video,GBP,2014-09-22,3500.00,2014-07-24 11:12:42,80.00,failed,4,GB,136.56,130.47,5707.95 +1098642426,Grimm Fairy Tales Animated Series ( Zenescope ),Film & Video,Film & Video,USD,2012-05-02,175000.00,2012-03-16 05:01:46,188970.26,successful,1174,US,188970.26,188970.26,175000.00 +1098647999,Local Beat - Real Radio and YouTube For Bands and Artists,Web,Journalism,USD,2017-09-24,13951.00,2017-08-25 20:25:18,945.00,canceled,6,US,920.00,945.00,13951.00 +1098659668,Cook County Jail: Mental Illness Behind Bars,Photobooks,Photography,USD,2017-08-13,20000.00,2017-07-14 22:26:15,4205.00,canceled,17,US,60.00,4205.00,20000.00 +1098667121,Ciervos - Electronic Band's 1st Album,Electronic Music,Music,USD,2011-09-04,2000.00,2011-07-31 05:50:24,85.00,failed,3,US,85.00,85.00,2000.00 +10986675,Threshold Of A Dream,Music,Music,USD,2012-03-21,2500.00,2012-02-20 21:58:36,2581.11,successful,43,US,2581.11,2581.11,2500.00 +1098668934,Smokin' On The Bayou,Food,Food,USD,2013-09-10,17090.00,2013-08-11 02:29:33,511.00,failed,6,US,511.00,511.00,17090.00 +1098672415,eRentPay (www.e-rentpay.com) (Canceled),Web,Technology,USD,2016-05-29,25000.00,2016-04-29 21:18:16,0.00,canceled,0,US,0.00,0.00,25000.00 +1098677663,REframe,Documentary,Film & Video,USD,2015-04-08,50000.00,2015-03-10 23:24:54,52495.00,successful,560,US,52495.00,52495.00,50000.00 +1098679610,Craftworks,DIY,Crafts,USD,2017-12-30,2500.00,2017-11-30 00:23:10,19.00,failed,1,US,0.00,19.00,2500.00 +1098682359,Struggle & Hope - Documentary Film Music Soundtrack,Documentary,Film & Video,USD,2015-11-07,10000.00,2015-10-14 13:12:07,10550.00,successful,167,US,10550.00,10550.00,10000.00 +1098687610,NYou Start: Meet New People In-Person (Canceled),Apparel,Fashion,USD,2015-01-16,2100.00,2014-12-17 22:09:55,81.00,canceled,3,US,81.00,81.00,2100.00 +1098697012,GoldRing Game of Enlightenment,Mixed Media,Art,USD,2012-10-17,8800.00,2012-09-18 21:25:19,904.00,failed,15,US,904.00,904.00,8800.00 +1098698731,Union Streets Debut Recording,Music,Music,USD,2012-06-02,15000.00,2012-05-03 00:06:29,20225.00,successful,168,US,20225.00,20225.00,15000.00 +1098699425,Pray on Science,Music,Music,GBP,2016-07-01,3000.00,2016-06-15 18:11:23,0.00,failed,0,GB,0.00,0.00,3984.86 +1098710911,Camp Volpe - A Coming of Age Action/Comedy,Shorts,Film & Video,USD,2014-11-06,5550.00,2014-10-07 06:24:26,1871.00,failed,26,US,1871.00,1871.00,5550.00 +"1098718520,""Save Jean-Claude the Damn Van, Save the World!"",Documentary,Film & Video,USD,2014-10-01,5500.00,2014-08-30 01:09:35,35.00,failed,2,US,35.00,35.00,5500.00" +1098725026,Keeping Photography an Art,People,Photography,USD,2015-09-25,10000.00,2015-07-27 20:17:59,0.00,failed,0,US,0.00,0.00,10000.00 +1098726927,Christmas Village coloring/story book.,Children's Books,Publishing,USD,2014-11-07,5500.00,2014-10-06 20:45:22,64.00,failed,7,US,64.00,64.00,5500.00 +1098729640,Co-Create a Mantra CD to Elevate the Spirit!,World Music,Music,USD,2011-04-30,7275.00,2011-03-31 18:22:47,800.00,failed,21,US,800.00,800.00,7275.00 +10987305,By Our Rules (Working Title),Documentary,Film & Video,USD,2014-06-17,10000.00,2014-04-18 22:36:10,220.00,failed,6,US,220.00,220.00,10000.00 +1098735707,Quad Lock - iPhone Case Mounting System,Product Design,Design,USD,2012-01-15,20000.00,2011-12-05 09:29:36,41209.43,successful,666,US,41209.43,41209.43,20000.00 +1098736561,Laughing Phoenix,Film & Video,Film & Video,USD,2017-08-17,1.00,2017-06-18 01:43:33,14.00,successful,6,US,15.00,14.00,1.00 +1098737881,Ghost Assassin,Comics,Comics,USD,2011-02-18,200.00,2010-12-20 03:10:35,207.00,successful,9,US,207.00,207.00,200.00 +1098739257,Foragers,Tabletop Games,Games,USD,2015-07-29,18500.00,2015-07-15 17:59:25,19324.00,successful,380,US,19324.00,19324.00,18500.00 +109874684,Hollywood Reality,Documentary,Film & Video,USD,2013-07-10,58000.00,2013-06-10 20:43:11,0.00,failed,0,US,0.00,0.00,58000.00 +1098747828,Innovative Wireless Beehive Scales,Technology,Technology,NZD,2014-07-06,7000.00,2014-05-07 01:00:10,15447.00,successful,25,NZ,13374.50,13621.69,6172.84 +1098755804,Reintroducing the traditional classic footwear (Canceled),Fashion,Fashion,USD,2014-05-26,30000.00,2014-04-26 06:56:50,0.00,canceled,0,US,0.00,0.00,30000.00 +1098756864,Nonprofit Music Studio (Canceled),Makerspaces,Technology,EUR,2014-12-06,45000.00,2014-10-07 23:09:31,0.00,canceled,0,NL,0.00,0.00,56025.20 +1098769769,Fund raiser for Koreyexpress2 Youtube,Film & Video,Film & Video,USD,2017-01-29,500000.00,2016-12-30 04:44:09,0.00,failed,0,US,0.00,0.00,500000.00 +"1098776258,""""""The Paper Thief"""" A Short Comedic Film (Canceled)"",Shorts,Film & Video,USD,2011-09-16,3200.00,2011-07-18 23:54:40,75.00,canceled,3,US,75.00,75.00,3200.00" +1098795654,Dirt Digger Tools (Canceled),Crafts,Crafts,USD,2015-04-02,10000.00,2015-03-03 01:44:22,0.00,canceled,0,US,0.00,0.00,10000.00 +1098801816,The Phantom of the Opera - Animated Feature film (Canceled),Animation,Film & Video,AUD,2014-04-25,250000.00,2014-03-21 22:57:46,6813.00,canceled,111,AU,6143.63,6331.20,232320.42 +"1098805222,""Animal Luvi Blankets- """"handmade with your child in mind!"""""",Crafts,Crafts,USD,2014-10-13,3000.00,2014-09-13 14:40:16,1137.00,failed,15,US,1137.00,1137.00,3000.00" +1098816026,Novus: Tanaak's Quest,Video Games,Games,USD,2013-04-14,20000.00,2013-03-15 00:58:06,95.00,failed,7,US,95.00,95.00,20000.00 +1098825124,Massive Media Check,Web,Technology,USD,2016-08-18,182875.00,2016-07-19 08:40:41,166.00,canceled,8,US,0.00,166.00,182875.00 +1098826014,Get Your Dance On's 1-year anniversary with Evolver.net!,Dance,Dance,USD,2010-12-22,2000.00,2010-11-29 23:24:20,2490.00,successful,74,US,2490.00,2490.00,2000.00 +1098827392,Antarctica Photo Shoot and Playing Cards,Photography,Photography,GBP,2012-12-15,7500.00,2012-11-30 23:09:32,30.00,failed,2,GB,48.05,48.67,12167.42 +109883137,Capt'n Solo's Jazz Punk Trio's First 100 Vinyl Albums,Jazz,Music,USD,2018-01-31,2500.00,2018-01-01 21:35:35,30.00,live,1,US,30.00,30.00,2500.00 +1098834052,Central City: Heroes (Canceled),Tabletop Games,Games,USD,2015-08-27,40000.00,2015-07-28 13:48:15,39485.00,canceled,403,US,39485.00,39485.00,40000.00 +109884142,PNW Juice Truck,Drinks,Food,USD,2016-03-03,30000.00,2016-02-02 23:34:22,0.00,failed,0,US,0.00,0.00,30000.00 +1098841522,RISE - A fan film,Shorts,Film & Video,USD,2012-08-18,38700.00,2012-07-10 23:27:04,40444.67,successful,528,US,40444.67,40444.67,38700.00 +1098847558,Ghosts Appearing through the Sound - Chicago,Performances,Dance,USD,2017-06-28,950.00,2017-05-07 19:35:04,50.00,failed,1,US,0.00,50.00,950.00 +1098848908,Korean Slang for your Seoul,Nonfiction,Publishing,USD,2014-05-02,8000.00,2014-04-02 09:52:15,1680.00,failed,35,US,1680.00,1680.00,8000.00 +1098853972,The Dirtlings.,Fantasy,Film & Video,USD,2017-12-23,1000.00,2017-10-24 21:40:54,0.00,failed,0,US,0.00,0.00,1000.00 +"1098862232,""""""Do As I Say..."""" A New Web Series"",Webseries,Film & Video,USD,2011-03-21,2000.00,2011-02-04 19:27:14,2075.00,successful,41,US,2075.00,2075.00,2000.00" +109886636,James vs The New World Order #3,Comics,Comics,USD,2016-05-04,3000.00,2016-04-04 16:41:43,1196.00,failed,42,US,1196.00,1196.00,3000.00 +109886647,Browncowstriped Presents Darlings,Film & Video,Film & Video,USD,2012-03-10,10000.00,2012-02-09 18:40:37,140.00,failed,2,US,140.00,140.00,10000.00 +1098867184,Omni-Cup Auto Adjusting Cup-holder (Canceled),Gadgets,Technology,USD,2015-09-16,62000.00,2015-08-17 19:01:11,35.00,canceled,1,US,35.00,35.00,62000.00 +1098868046,Telepath Tactics - A Strategy RPG,Video Games,Games,USD,2013-04-16,15000.00,2013-03-14 12:03:33,41259.17,successful,1733,US,41259.17,41259.17,15000.00 +1098870668,Cell/Phone - the online thriller,Webseries,Film & Video,USD,2011-04-27,1500.00,2011-03-27 04:50:09,2898.50,successful,34,US,2898.50,2898.50,1500.00 +1098873331,Nuclear Eclipse Online | N.E.O -- FPS,Video Games,Games,USD,2012-09-14,50000.00,2012-08-15 23:10:16,865.50,failed,28,US,865.50,865.50,50000.00 +1098875316,World's 1st Organic Bottled Lemon Water! LEMONESSE,Food,Food,USD,2013-03-11,50000.00,2013-02-09 02:15:59,6953.00,failed,36,US,6953.00,6953.00,50000.00 +109888065,SPIN GALLERY,Design,Design,USD,2015-12-25,6000.00,2015-11-25 00:12:00,6180.00,successful,45,US,6180.00,6180.00,6000.00 +109888466,Spare change for the better (Canceled),People,Photography,USD,2015-09-06,150000.00,2015-08-07 07:50:32,0.00,canceled,0,US,0.00,0.00,150000.00 +1098886769,Epistime - The World From Another Point of View,Software,Technology,USD,2017-12-21,10000.00,2017-11-21 18:10:35,0.00,failed,0,US,0.00,0.00,10000.00 +1098894018,Badlands Photo Journey - The Black Hills Of South Dakota,Photography,Photography,USD,2011-08-27,750.00,2011-07-28 07:46:46,25.00,failed,1,US,25.00,25.00,750.00 +1098913842,The Surge Theme Song,Pop,Music,USD,2012-09-27,500.00,2012-08-28 22:12:50,121.00,failed,5,US,121.00,121.00,500.00 +1098916107,Gaining Momentum Fundraising,Theater,Theater,USD,2017-02-27,700.00,2017-01-18 16:24:10,800.00,successful,8,US,170.00,800.00,700.00 +1098925832,UpSight/Road to Damascus A Cappella Reunion Project,Music,Music,USD,2015-12-31,700.00,2015-11-26 07:27:52,25.00,canceled,1,US,25.00,25.00,700.00 +1098926487,There It Was,Shorts,Film & Video,USD,2011-04-21,1500.00,2011-03-22 10:36:35,1591.00,successful,21,US,1591.00,1591.00,1500.00 +"1098942516,""SlidyPro - Slider for GoPro, SmartPhones and DSLR cameras"",Product Design,Design,GBP,2016-04-14,15000.00,2016-03-15 15:59:43,587.00,failed,20,GB,844.34,832.39,21270.56" +1098950395,Sunlight Lamp - mySun Desk Lamp for Vision and Health,Technology,Technology,USD,2018-01-16,10000.00,2017-12-07 15:36:01,13927.00,live,45,US,3758.00,13927.00,10000.00 +1098961122,Methods of Revolution,Narrative Film,Film & Video,USD,2012-05-27,9840.00,2012-04-26 17:01:25,10107.02,successful,189,US,10107.02,10107.02,9840.00 +1098961288,KINGS AND INMATES - First Novel: Sequel Developing:,Fiction,Publishing,USD,2014-02-19,10000.00,2013-12-21 15:06:27,13.00,failed,1,US,13.00,13.00,10000.00 +1098965684,A Day In the Life of Chris Christie,Documentary,Film & Video,USD,2012-03-04,1543.00,2012-02-03 00:42:49,0.00,failed,0,US,0.00,0.00,1543.00 +1098970671,Golioth Co.,Graphic Design,Design,USD,2016-12-23,2500.00,2016-11-23 19:01:43,362.00,canceled,9,US,179.00,362.00,2500.00 +1098973259,Provocative,Apparel,Fashion,USD,2015-03-21,25000.00,2015-02-22 05:04:17,0.00,failed,0,US,0.00,0.00,25000.00 +1098984719,Crypt Crew / Communications where you hold all the keys,Apps,Technology,USD,2015-03-07,250000.00,2015-02-05 17:05:47,101.00,failed,2,US,101.00,101.00,250000.00 +1099002761,The Story Tailors: The Magic Of My Name,Children's Books,Publishing,GBP,2016-05-22,10000.00,2016-04-12 21:00:20,406.00,failed,19,GB,573.58,594.69,14647.51 +1099003325,A Dark Forest Issue Four,Graphic Novels,Comics,GBP,2016-12-11,500.00,2016-11-11 13:22:38,2371.00,successful,152,GB,145.19,2950.40,622.18 +1099004332,Twelve Shades of Schnauzer: 12 Month Photo Calendar,Calendars,Publishing,USD,2014-08-10,1000.00,2014-07-11 20:00:56,25.00,canceled,1,US,25.00,25.00,1000.00 +1099007259,Before She Leaves: a short film,Shorts,Film & Video,USD,2015-05-29,5250.00,2015-05-08 20:44:37,5875.40,successful,66,US,5875.40,5875.40,5250.00 +"1099015598,""Debut Album """"Voice Of The Soul"""" by James Kirchhoven"",Music,Music,EUR,2016-01-30,4800.00,2015-12-31 10:05:56,14.00,undefined,0,""N,0"""""",,15.68,5376.95" +10990162,Mineville,Film & Video,Film & Video,USD,2012-06-06,20000.00,2012-04-07 04:03:15,100.00,failed,1,US,100.00,100.00,20000.00 +1099027499,Cards with Character (Drinking Game),Tabletop Games,Games,GBP,2013-09-15,500.00,2013-08-01 23:37:11,730.00,successful,64,GB,1112.16,1169.42,800.97 +1099029722,Greyhound: Racing Into The Light,Documentary,Film & Video,USD,2012-04-22,15000.00,2012-03-23 22:16:01,1990.00,failed,27,US,1990.00,1990.00,15000.00 +1099030137,American Service Dogs Magazine,Periodicals,Publishing,USD,2017-07-06,3200.00,2017-06-06 14:04:41,60.00,failed,2,US,0.00,60.00,3200.00 +1099032487,Calvary Records: I Will Survive and A Man Apart albums,Music,Music,USD,2013-04-19,7500.00,2013-03-20 05:21:38,25.00,failed,1,US,25.00,25.00,7500.00 +1099037989,Grove Worship Record,Music,Music,USD,2015-04-13,21800.00,2015-03-14 16:23:19,23144.00,successful,122,US,23144.00,23144.00,21800.00 +1099038470,The K&G Taphouse and Gastropub,Small Batch,Food,USD,2015-08-05,7500.00,2015-07-07 18:38:58,0.00,failed,0,US,0.00,0.00,7500.00 +1099039964,Family Court Help.org,Web,Technology,USD,2017-10-06,550.00,2017-09-06 04:08:25,5.00,failed,1,US,0.00,5.00,550.00 +1099045795,THE GREEK ORTHODOX WEDDING BOOK,Publishing,Publishing,USD,2014-03-30,12500.00,2014-01-29 17:18:33,915.00,failed,16,US,915.00,915.00,12500.00 +1099046460,AdA (Author directing Author),Plays,Theater,USD,2017-01-10,30000.00,2016-11-23 21:25:13,30610.00,successful,216,US,0.00,30610.00,30000.00 +"1099049028,""""""The Foundation"""" Recording Fund"",Rock,Music,USD,2013-03-07,500.00,2013-02-05 18:23:12,100.00,failed,1,US,100.00,100.00,500.00" +1099051099,Lego Compatible Plasma Weapon Parts Mold,Product Design,Design,USD,2015-03-16,4500.00,2015-01-15 01:16:07,152.00,failed,8,US,152.00,152.00,4500.00 +109905237,Fudge Boys Expansion Project,Food,Food,USD,2012-10-22,7892.00,2012-09-22 20:15:37,2564.50,failed,88,US,2564.50,2564.50,7892.00 +1099056557,The After Party,Documentary,Film & Video,USD,2009-11-30,9000.00,2009-09-02 17:54:38,9000.00,successful,51,US,9000.00,9000.00,9000.00 +1099056641,Telescope Mount USB Control Cable,Web,Technology,USD,2015-07-18,7500.00,2015-06-18 13:58:52,900.00,failed,27,US,900.00,900.00,7500.00 +1099078910,Game Store Pro,Games,Games,GBP,2016-08-26,1000.00,2016-07-27 18:30:46,3284.43,successful,76,GB,145.88,4339.55,1321.25 +1099080486,US Sniper. The Saga Begins...,Electronic Music,Music,USD,2015-07-13,2500.00,2015-06-23 00:49:45,0.00,failed,0,US,0.00,0.00,2500.00 +1099090232,AllSpice: Serious Spice Racks for Serious Cooks,Food,Food,USD,2014-09-03,25000.00,2014-08-04 14:33:51,7362.00,failed,64,US,7362.00,7362.00,25000.00 +1099096003,Bike Dreams - 2013 Pinup Calendar,Art Books,Publishing,USD,2012-08-31,5000.00,2012-07-26 02:32:46,703.00,failed,18,US,703.00,703.00,5000.00 +1099097190,New School Jazz ( The Family ),Musical,Theater,USD,2017-09-14,800.00,2017-08-10 00:31:01,0.00,canceled,0,US,0.00,0.00,800.00 +"1099098925,""Tiny Docs - Creating a Healthier, Happier Planet For Kids"",Animation,Film & Video,USD,2014-12-11,10000.00,2014-11-11 19:52:41,13017.00,successful,122,US,13017.00,13017.00,10000.00" +1099104638,Air Jeans,Apparel,Fashion,USD,2016-07-24,9700.00,2016-05-25 02:51:11,1.00,failed,1,US,1.00,1.00,9700.00 +1099106583,The Working Man,Art,Art,USD,2013-11-08,5000.00,2013-10-09 21:24:22,0.00,failed,0,US,0.00,0.00,5000.00 +1099119666,Looking for the Jackalope,Narrative Film,Film & Video,USD,2011-11-13,55000.00,2011-10-02 03:32:06,57628.00,successful,209,US,57628.00,57628.00,55000.00 +1099124083,Katoeys R Us RFC,Plays,Theater,GBP,2015-03-05,30000.00,2015-02-03 19:35:55,10.00,failed,1,GB,15.08,15.18,45552.55 +1099130621,Make My Dreamsongs Come True!,Music,Music,USD,2014-08-19,1000.00,2014-07-29 21:57:58,1150.00,successful,20,US,1150.00,1150.00,1000.00 +1099133137,The Big Move Short Film,Comedy,Film & Video,USD,2014-07-29,500.00,2014-07-08 00:11:49,501.00,successful,12,US,501.00,501.00,500.00 +1099142135,The Wishlist,Apps,Technology,EUR,2014-08-23,15000.00,2014-07-24 20:45:52,552.00,failed,4,NL,743.12,727.97,19781.87 +1099147645,Belos - Swedish self-winding watches,Product Design,Design,SEK,2016-06-03,200000.00,2016-05-04 14:56:31,270616.00,successful,139,SE,33962.67,32594.91,24089.42 +"1099153874,""""""POINT of INTEREST"""" a Sci-Fi Comedy short film"",Shorts,Film & Video,USD,2012-01-13,8000.00,2011-12-07 20:50:42,8239.01,successful,110,US,8239.01,8239.01,8000.00" +1099156968,3024AD: Short Stories Series I,Fiction,Publishing,USD,2012-10-26,3000.00,2012-09-25 18:05:18,1381.00,failed,51,US,1381.00,1381.00,3000.00 +1099158529,SBSpaCo's Soaps and Socks for the Homeless Documentary,Public Art,Art,USD,2015-03-08,25000.00,2015-01-07 03:45:24,0.00,failed,0,US,0.00,0.00,25000.00 +1099162874,Scary Visual Novel,Video Games,Games,USD,2017-01-10,1030.00,2016-12-11 00:20:55,6.00,failed,2,US,0.00,6.00,1030.00 +1099164180,CraigArts,Public Art,Art,USD,2015-04-03,2500.00,2015-02-17 16:46:17,139.00,failed,3,US,139.00,139.00,2500.00 +1099167209,Final Book of Daniel,Nonfiction,Publishing,USD,2012-07-21,1070.00,2012-06-21 22:05:55,0.00,failed,0,US,0.00,0.00,1070.00 +1099180723,Save The Sneels - Help Record Our EP,Indie Rock,Music,USD,2012-09-12,15000.00,2012-08-13 19:14:15,0.00,failed,0,US,0.00,0.00,15000.00 +1099191206,Project Modern Myth/Popular Music Research,World Music,Music,USD,2016-01-05,25000.00,2015-11-07 13:45:25,0.00,failed,0,US,0.00,0.00,25000.00 +1099193254,Mal-Mart Mega Store - Burning Man 2010,Performance Art,Art,USD,2010-08-23,1500.00,2010-07-28 08:53:31,1620.00,successful,16,US,1620.00,1620.00,1500.00 +1099196856,Jesus meets Jefferson,Animation,Film & Video,USD,2015-01-03,5000.00,2014-11-04 23:30:52,3103.00,failed,11,US,3103.00,3103.00,5000.00 +1099199683,Tears of Blood,Hip-Hop,Music,USD,2015-12-05,50000.00,2015-11-05 19:53:12,0.00,failed,0,US,0.00,0.00,50000.00 +1099206202,MONSTROUS!,Webseries,Film & Video,USD,2013-08-04,34000.00,2013-07-08 19:48:52,111.00,failed,3,US,111.00,111.00,34000.00 +109920722,Princes of Pilbarra: Guarding the Gardens Picture Book,Children's Books,Publishing,USD,2017-01-11,6000.00,2016-11-26 16:34:44,341.00,canceled,11,US,80.00,341.00,6000.00 +1099212994,The Left Behind: A Feature Film Post Production,Narrative Film,Film & Video,USD,2015-02-05,15000.00,2015-01-06 11:46:41,15256.00,successful,63,US,15256.00,15256.00,15000.00 +1099212998,AE True Target™ Photovoltaic/Concentrating Solar Controller,Hardware,Technology,USD,2018-01-04,40540.00,2017-12-05 08:37:50,110.00,live,2,US,0.00,110.00,40540.00 +1099222787,Play With The Colors of the Great Smoky Mountains,Crafts,Crafts,USD,2014-03-07,1400.00,2014-02-05 20:00:07,635.00,failed,15,US,635.00,635.00,1400.00 +"1099224370,""Early Riserz Tribe- a place for tea, art, and experience"",Art,Art,USD,2015-04-03,1700.00,2015-03-04 19:29:41,1720.00,successful,41,US,1720.00,1720.00,1700.00" +1099226462,Logical Guess Pictures' 2nd Horror Movie!,Film & Video,Film & Video,USD,2009-06-06,500.00,2009-04-30 01:32:55,501.66,successful,22,US,501.66,501.66,500.00 +1099228325,Cultivate Abundance: A Sustainable Agriculture Documentary,Documentary,Film & Video,USD,2013-06-19,1000.00,2013-06-04 05:48:11,1061.94,successful,24,US,1061.94,1061.94,1000.00 +1099235217,Roadie the ranch dog,Children's Books,Publishing,USD,2012-11-04,7000.00,2012-10-05 02:07:54,1270.72,failed,14,US,1270.72,1270.72,7000.00 +"1099239231,""A Great Play, Contributions Appreciated :)"",Theater,Theater,USD,2011-07-01,400.00,2011-06-01 00:56:20,430.00,successful,14,US,430.00,430.00,400.00" +1099241890,Inexpensive light weight structural framing system,Fabrication Tools,Technology,USD,2015-04-02,50000.00,2015-03-03 00:49:55,340.00,failed,2,US,340.00,340.00,50000.00 +"1099252241,""""""Got To Have You"""" by John Higdon and Savannah Roberts"",Country & Folk,Music,USD,2013-10-01,600.00,2013-08-12 03:10:28,606.00,successful,9,US,606.00,606.00,600.00" +109926450,Matt Macaulay-New Album,Indie Rock,Music,USD,2012-07-13,500.00,2012-06-13 23:16:30,1710.00,successful,13,US,1710.00,1710.00,500.00 +1099266242,Victorine - Customised Women's Brogues Made in England,Footwear,Fashion,AUD,2015-01-13,10000.00,2014-12-13 14:53:31,2750.00,failed,10,AU,2272.31,2257.99,8210.85 +1099269257,FanWise Bed,Technology,Technology,USD,2015-08-31,150000.00,2015-07-13 15:58:45,0.00,failed,0,US,0.00,0.00,150000.00 +1099291423,Fossil Brewing Company,Food,Food,USD,2014-02-01,15000.00,2014-01-02 00:03:20,16735.00,successful,128,US,16735.00,16735.00,15000.00 +1099291602,The Terrain - a short film,Shorts,Film & Video,USD,2011-05-25,2500.00,2011-04-25 18:41:32,7310.00,successful,111,US,7310.00,7310.00,2500.00 +1099294487,Flim - Bringing a New Life to Film,Photography,Photography,USD,2014-07-23,10000.00,2014-06-23 20:38:41,3793.00,failed,59,US,3793.00,3793.00,10000.00 +1099300083,Hoodlaces™ - Drawstrings that install & swap in seconds!,Fashion,Fashion,USD,2013-10-04,6300.00,2013-08-20 01:54:20,2265.00,failed,67,US,2265.00,2265.00,6300.00 +1099316496,Ancient Axes: Heroes on Paper - OUYA Launch Title,Video Games,Games,USD,2012-12-30,130.00,2012-12-10 23:31:31,238.00,successful,53,US,238.00,238.00,130.00 +1099325742,The Jefry Escape,Video Games,Games,USD,2016-08-05,12000.00,2016-07-06 19:19:38,580.00,failed,9,US,60.00,580.00,12000.00 +1099345325,'Through the Loop' A Virtual Simulation Performance.,Theater,Theater,GBP,2013-10-02,1000.00,2013-09-02 14:37:31,1125.00,successful,92,GB,1743.82,1805.66,1605.03 +"1099354420,""Help fund the Roy Ira full-length LP & get """"One Day"""" EP now!"",Indie Rock,Music,USD,2012-05-11,2200.00,2012-04-13 06:41:43,2837.00,successful,61,US,2837.00,2837.00,2200.00" +1099359139,Killing Time V2.0 Release Campaign,Music,Music,USD,2011-06-18,320.00,2011-05-19 07:01:00,200.00,failed,4,US,200.00,200.00,320.00 +1099373844,The Journey No Regrets,Television,Film & Video,AUD,2016-10-26,3500000.00,2016-09-26 13:24:28,10.00,failed,1,AU,0.00,7.57,2650310.46 +"1099376327,""Tanks Of Zen needs your pledge to mix their album, """"Love's Gentle Maw""""!"",Indie Rock,Music,USD,2010-09-14,5000.00,2010-07-30 19:37:36,5175.00,successful,67,US,5175.00,5175.00,5000.00" +1099388782,LUV & PERVERSITY IN THE EAST VILLAGE,Drama,Film & Video,USD,2015-11-02,500000.00,2015-10-03 03:59:27,7736.00,failed,23,US,7736.00,7736.00,500000.00 +1099393055,DREAMED Bedroom Recording Project Record/ Festival Debut,Indie Rock,Music,USD,2011-06-30,600.00,2011-05-26 07:05:08,636.00,successful,22,US,636.00,636.00,600.00 +1099395963,The Human Beings issue one,Comic Books,Comics,GBP,2017-03-29,500.00,2017-03-01 12:00:43,1016.33,successful,102,GB,588.05,1270.05,624.82 +1099402220,Help House of Soul stomp out SBS,Electronic Music,Music,USD,2012-05-01,3000.00,2012-04-10 18:00:58,3465.00,successful,42,US,3465.00,3465.00,3000.00 +1099418068,City Council - Negotiation board game with a political twist,Tabletop Games,Games,USD,2013-11-18,7500.00,2013-10-15 23:32:37,23000.00,successful,433,US,23000.00,23000.00,7500.00 +1099420804,Save (y)our Farmers Markets - Save the NFMA Website,Farmer's Markets,Food,USD,2014-11-13,50.00,2014-10-29 14:20:03,1.00,failed,1,US,1.00,1.00,50.00 +1099424634,Our Boys,Shorts,Film & Video,USD,2014-05-26,9524.00,2014-03-27 14:50:35,406.00,failed,6,US,406.00,406.00,9524.00 +"1099432793,""UHF Movie Artwork Prints, Screening and More!"",Comedy,Film & Video,USD,2015-04-27,1000.00,2015-03-23 05:00:07,1053.00,successful,18,US,1053.00,1053.00,1000.00" +1099443248,PicoPort | Protect your iPod Nano,Product Design,Design,USD,2011-02-28,5000.00,2011-01-29 02:23:31,2519.00,failed,285,US,2519.00,2519.00,5000.00 +1099446088,Snow White - The Mirror's Revenge (Musical theater),Musical,Theater,USD,2015-02-03,2500.00,2015-01-03 00:10:07,4232.00,successful,87,US,4232.00,4232.00,2500.00 +1099447259,Distribute OF BY FOR,Documentary,Film & Video,USD,2013-11-09,50000.00,2013-10-10 16:42:43,58093.22,successful,783,US,58093.22,58093.22,50000.00 +1099453539,Common Ground: The painless way to organise social events,Apps,Technology,AUD,2017-08-21,15000.00,2017-07-27 06:11:54,300.00,failed,7,AU,189.73,237.44,11871.78 +1099472916,CRAFTING WARRIOR,Crafts,Crafts,EUR,2016-04-01,1000.00,2016-02-07 17:58:58,1574.00,successful,47,DE,1756.47,1799.39,1143.20 +1099474198,Monster Mansion,Tabletop Games,Games,USD,2014-11-12,18000.00,2014-10-03 02:04:43,63527.00,successful,983,US,63527.00,63527.00,18000.00 +1099475068,Inside Boxes - An Emerson BFA Thesis Film,Drama,Film & Video,USD,2014-05-29,5000.00,2014-05-09 00:51:28,5680.01,successful,38,US,5680.01,5680.01,5000.00 +"1099496566,""""""The Sword!"""""",Rock,Music,USD,2015-05-19,37700.00,2015-04-29 20:34:22,730.00,failed,5,US,730.00,730.00,37700.00" +1099498262,The Gleaning,Fiction,Publishing,USD,2013-02-17,2000.00,2012-12-19 17:51:09,1.00,failed,1,US,1.00,1.00,2000.00 +1099504556,Sleepwalker - Feature film (Canceled),Narrative Film,Film & Video,USD,2011-11-01,50000.00,2011-09-27 01:40:27,0.00,canceled,0,US,0.00,0.00,50000.00 +1099505462,Typeface Factory,Fashion,Fashion,USD,2013-11-17,15000.00,2013-10-18 18:01:27,1.00,failed,1,US,1.00,1.00,15000.00 +109950762,Miriam Speyer's Dream Team Recording Project,Music,Music,USD,2014-11-15,10000.00,2014-10-16 04:40:52,10465.00,successful,157,US,10465.00,10465.00,10000.00 +109951562,Help Mike buy a printer,Places,Photography,USD,2015-03-11,600.00,2015-02-09 16:06:47,125.00,failed,3,US,125.00,125.00,600.00 +1099516853,LGBTA+ Pride Foxes Enamel Pins,Illustration,Art,USD,2017-01-04,3000.00,2016-12-05 13:28:57,5313.00,successful,150,US,257.00,5313.00,3000.00 +"1099524182,Miami Sites Project,Film & Video,Film & Video,USD,2014-07-11,4000.00,2014-06-11 07:33:22,4625.00,undefined,0,""N,0"""""",,4625.00,4000.00" +"1099527340,A Pickle Down Under,Music,Music,GBP,2016-01-05,4550.00,2015-12-06 22:42:15,6063.00,undefined,0,""N,0"""""",,8836.65,6631.49" +1099530043,Promised Garden Publishing Project,Young Adult,Publishing,USD,2014-07-22,8000.00,2014-06-22 00:25:49,0.00,failed,0,US,0.00,0.00,8000.00 +1099532374,Contemporary Cartographic Designs,Graphic Design,Design,USD,2012-10-31,3500.00,2012-10-01 23:05:44,917.00,failed,21,US,917.00,917.00,3500.00 +1099537349,Dead Man Fighting - Shares The Miracle of Addiction Recovery,Web,Technology,USD,2015-07-09,30000.00,2015-06-09 16:01:49,7937.00,failed,44,US,7937.00,7937.00,30000.00 +1099544436,ROTO - Wireless 3-speaker system in a vintage rotary phone,Sound,Technology,USD,2017-02-22,1800.00,2017-01-23 20:28:37,2618.00,successful,12,US,642.00,2618.00,1800.00 +1099549430,Qmote: The Water-Resistant Internet Remote for Smartphones,Gadgets,Technology,USD,2015-03-08,20000.00,2015-01-26 14:00:15,219616.38,successful,5999,US,219616.38,219616.38,20000.00 +1099561067,Daisy Chain,Shorts,Film & Video,USD,2013-06-11,550.00,2013-05-22 03:23:32,691.00,successful,19,US,691.00,691.00,550.00 +1099561881,Revitalize the Sign,Architecture,Design,USD,2017-09-11,5000.00,2017-08-12 23:20:25,5160.00,successful,30,US,610.00,5160.00,5000.00 +1099566297,God Does Laugh,Fiction,Publishing,USD,2014-06-23,600.00,2014-06-19 18:08:46,500.00,failed,8,US,500.00,500.00,600.00 +"1099568598,""Trim- Fashion + Fit + Function for the modern, athletic man."",Apparel,Fashion,USD,2015-04-30,35000.00,2015-03-31 14:59:35,35490.00,successful,266,US,35490.00,35490.00,35000.00" +1099570419,The Desirous Project,Theater,Theater,USD,2012-03-05,4000.00,2012-02-19 18:44:48,3960.00,failed,71,US,3960.00,3960.00,4000.00 +1099575330,Game of thrones meets Fallout,Comic Books,Comics,USD,2016-08-21,2000.00,2016-06-22 15:30:37,10.00,failed,6,US,2.00,10.00,2000.00 +1099576149,College: The App (Canceled),Software,Technology,USD,2014-05-14,10000.00,2014-04-14 06:58:11,14.00,canceled,3,US,14.00,14.00,10000.00 +1099578762,Clover Wallet: Carry Everything Everywhere (Canceled),Product Design,Design,USD,2015-04-15,12000.00,2015-03-13 19:25:51,7631.00,canceled,171,US,7631.00,7631.00,12000.00 +1099580741,Food Truck Dreams,Food Trucks,Food,USD,2016-03-03,10000.00,2016-02-02 13:13:30,115.00,failed,2,US,115.00,115.00,10000.00 +1099580897,James vs The New World Order #3,Graphic Novels,Comics,USD,2017-05-30,3000.00,2017-03-31 22:56:11,214.00,canceled,7,US,28.00,214.00,3000.00 +109958633,Creating the ultimate CUSTOM Gmod HogwartsRP Server,Video Games,Games,USD,2017-08-18,500.00,2017-07-19 22:06:06,0.00,failed,0,US,0.00,0.00,500.00 +1099587785,A MILLIONAIRES PRIVATE RACEWAY: The World First Highway.,Documentary,Film & Video,USD,2011-10-09,13500.00,2011-08-25 17:06:16,40.00,failed,3,US,40.00,40.00,13500.00 +1099592890,Shogun Rising: The Graphic Novel,Comics,Comics,USD,2013-06-01,44000.00,2013-04-30 17:28:09,53079.00,successful,579,US,53079.00,53079.00,44000.00 +1099595581,Sytera Yoga Studio Opening in McLean,Spaces,Dance,USD,2017-12-28,10000.00,2017-11-28 16:15:38,12185.00,successful,61,US,890.00,12185.00,10000.00 +1099596012,Rat Killer: My Bipolar Venture (Canceled),Fiction,Publishing,USD,2014-05-11,5000.00,2014-04-11 03:21:10,85.00,canceled,2,US,85.00,85.00,5000.00 +1099606676,Baby Snakes,Video Games,Games,USD,2012-11-11,18000.00,2012-10-12 15:53:49,2463.00,failed,35,US,2463.00,2463.00,18000.00 +1099612639,Worlds Apart: I meet my Chinese family and finish my book!,Nonfiction,Publishing,USD,2015-09-08,2000.00,2015-08-09 17:56:24,26.00,failed,2,US,26.00,26.00,2000.00 +109961453,N2: The ONLY wearable that keeps you comfortable ANYWHERE,Wearables,Technology,USD,2016-10-29,30000.00,2016-09-28 14:59:06,33059.00,successful,210,US,4472.00,33059.00,30000.00 +109961971,Truequest Card Game,Tabletop Games,Games,USD,2012-04-27,20000.00,2012-03-29 04:46:12,350.00,failed,10,US,350.00,350.00,20000.00 +1099620785,Albino Dragon Playing Cards,Playing Cards,Games,USD,2017-02-11,5000.00,2017-01-18 16:16:00,18748.00,canceled,319,US,5483.00,18748.00,5000.00 +1099642647,Vintage 1950's Coffee House,Drinks,Food,USD,2015-12-04,30000.00,2015-11-04 23:56:33,28.00,failed,1,US,28.00,28.00,30000.00 +1099643159,My Opportunities Just Dress Up Like Obstacles,Publishing,Publishing,CAD,2015-09-22,8000.00,2015-07-24 01:51:08,8541.00,successful,64,CA,6588.39,6415.53,6009.16 +1099646604,WHERE THE MAGIC HAPPENS: A New Documentary....,Documentary,Film & Video,USD,2013-02-06,30000.00,2013-01-01 16:57:31,45037.00,successful,356,US,45037.00,45037.00,30000.00 +1099660414,KandiKisses Creations,Jewelry,Fashion,USD,2015-09-17,1000.00,2015-08-18 05:02:58,0.00,failed,0,US,0.00,0.00,1000.00 +1099666583,The Goat's Spoor,Food Trucks,Food,USD,2015-03-18,15000.00,2015-02-16 20:55:42,580.00,failed,6,US,580.00,580.00,15000.00 +1099684973,Join the journey of Rue Royale as they make a new album,Music,Music,GBP,2013-02-18,9500.00,2013-01-18 20:19:12,12298.49,successful,502,GB,19711.84,18811.93,14531.33 +1099696723,The Tabernacle Explorer 3D,Video Games,Games,USD,2013-09-01,28000.00,2013-07-03 22:35:05,230.00,failed,4,US,230.00,230.00,28000.00 +1099698355,Trimwiz: The Hydroponic Trimmer,Gadgets,Technology,GBP,2016-03-26,29500.00,2016-02-20 12:40:12,478.00,failed,6,GB,684.40,684.00,42213.41 +109969840,Smart For Lunch,Apps,Technology,EUR,2018-01-10,15000.00,2017-12-11 20:51:57,120.00,canceled,4,FR,141.28,145.64,18205.43 +1099699733,Learn Chinese While Having a Blast!,Mobile Games,Games,AUD,2016-04-19,15000.00,2016-03-15 12:00:26,18256.00,successful,139,AU,13831.35,14112.55,11595.55 +1099711199,Dead Kozik Bust,Sculpture,Art,USD,2013-04-10,17000.00,2013-03-11 21:49:40,17574.00,successful,96,US,17574.00,17574.00,17000.00 +1099715303,East Palo Alto Robotics Program,Robots,Technology,USD,2015-06-13,850.00,2015-05-14 20:29:29,1146.00,successful,32,US,1146.00,1146.00,850.00 +1099717158,Love on the Brink of History-a memoir of mystical initiation,Nonfiction,Publishing,USD,2011-04-10,5000.00,2011-02-08 22:06:04,872.00,failed,24,US,872.00,872.00,5000.00 +"1099733513,""Residency at The Inside Out Art Museum. Beijing, China"",Sculpture,Art,USD,2013-05-21,1601.00,2013-04-24 04:21:19,2200.00,successful,13,US,2200.00,2200.00,1601.00" +1099735585,We Got You [Book] Covered,Publishing,Publishing,USD,2014-06-24,9000.00,2014-05-30 01:18:01,700.00,failed,9,US,700.00,700.00,9000.00 +1099735589,Inktober 2017 Zine Project,Illustration,Art,EUR,2017-11-26,220.00,2017-11-05 18:37:23,330.00,successful,19,IE,182.24,392.20,261.47 +1099737283,Dragon Snack Games - Buffalo tabletop hobby game store,Games,Games,USD,2014-12-31,2500.00,2014-12-16 18:01:39,3230.00,successful,57,US,3230.00,3230.00,2500.00 +1099743316,Exiles: Trans Stories by Christianne Benedict,Comic Books,Comics,USD,2014-11-03,1700.00,2014-09-17 22:20:21,2774.00,successful,146,US,2774.00,2774.00,1700.00 +1099750661,1000 Miles of Stories/Just Finishing,Documentary,Film & Video,USD,2012-04-29,15000.00,2012-04-04 00:52:41,80.00,failed,2,US,80.00,80.00,15000.00 +10997537,Resonance: Retro-Styled Adventure Game - contest entry fees and additional funding,Video Games,Games,USD,2009-11-01,150.00,2009-09-14 20:14:55,2080.00,successful,59,US,2080.00,2080.00,150.00 +1099756376,Life Coach Training,Mixed Media,Art,USD,2015-09-13,13500.00,2015-08-14 23:45:10,0.00,failed,0,US,0.00,0.00,13500.00 +1099757452,The Providero Tea & Coffee House,Food,Food,GBP,2013-10-17,12000.00,2013-09-17 20:24:25,14800.01,successful,161,GB,23584.92,23962.97,19429.42 +1099759015,Frenchmen Street Documentary,Documentary,Film & Video,USD,2011-10-16,10000.00,2011-08-17 21:08:43,10.00,failed,1,US,10.00,10.00,10000.00 +1099760891,Lutin market,Printing,Crafts,EUR,2017-12-14,1000.00,2017-10-28 12:18:51,62.00,failed,4,FR,23.28,73.20,1180.60 +1099762807,ALPHA: Jamie Hancock's Debut LP,Hip-Hop,Music,USD,2013-10-12,5000.00,2013-09-07 01:40:36,40.00,failed,3,US,40.00,40.00,5000.00 +1099763102,Free Chocolate...,Food,Food,GBP,2014-06-11,9800.00,2014-05-12 07:42:29,0.00,failed,0,GB,0.00,0.00,16622.85 +1099787513,Drinkup The New and Improved Drinking Game,Tabletop Games,Games,USD,2016-05-22,50000.00,2016-04-22 21:03:07,20.00,failed,1,US,20.00,20.00,50000.00 +1099787844,The Halo Water Feature,Product Design,Design,USD,2014-04-11,25000.00,2014-03-12 04:14:47,3152.00,failed,24,US,3152.00,3152.00,25000.00 +1099796038,Midwest Summer,Nature,Photography,USD,2016-05-01,1500.00,2016-04-01 03:07:07,1.00,failed,1,US,1.00,1.00,1500.00 +1099802356,The Dracula Assignment (Canceled),Narrative Film,Film & Video,USD,2011-01-13,45000.00,2010-10-15 00:49:46,10.00,canceled,1,US,10.00,10.00,45000.00 +1099804617,Fish Tape Adapter,Fabrication Tools,Technology,USD,2016-02-24,8000.00,2016-01-25 21:19:07,0.00,failed,0,US,0.00,0.00,8000.00 +1099811679,Wireless driver assistance system,Technology,Technology,CAD,2017-10-27,5000.00,2017-08-28 17:51:25,11.00,failed,2,CA,0.00,8.53,3878.37 +1099816119,Manhattan Street Names Past and Present: A Guide,Nonfiction,Publishing,USD,2012-11-18,2670.00,2012-10-18 17:09:01,4405.00,successful,185,US,4405.00,4405.00,2670.00 +1099832962,Scat Cat & Pals Diaper Changing Mask,Product Design,Design,USD,2013-04-19,5000.00,2013-03-20 02:17:09,102.00,failed,6,US,102.00,102.00,5000.00 +1099833550,Big Brother - Short Film,Shorts,Film & Video,CAD,2015-04-09,3000.00,2015-03-19 20:28:46,3515.00,successful,46,CA,2747.99,2775.58,2368.92 +1099833815,SULU App | Get Real Time Venue Details & Deals at Bars/Clubs,Apps,Technology,USD,2016-02-12,25000.00,2015-12-29 17:45:11,0.00,canceled,0,US,0.00,0.00,25000.00 +1099836790,Mini Mobile Museum of Sweeteners,Public Art,Art,USD,2011-11-30,1000.00,2011-10-31 04:13:01,1031.00,successful,18,US,1031.00,1031.00,1000.00 +1099840295,Rebounding,Shorts,Film & Video,USD,2013-04-13,500.00,2013-03-20 16:40:33,0.00,failed,0,US,0.00,0.00,500.00 +1099846275,JD Art goes to the 2015 Utah Arts Festival!,Mixed Media,Art,USD,2015-01-13,250.00,2014-12-14 23:02:17,0.00,failed,0,US,0.00,0.00,250.00 +1099853548,Super Sunday HQ: Independent Super Bowl Party News Coverage,Television,Film & Video,USD,2016-02-05,7500.00,2016-01-12 23:40:59,200.00,failed,2,US,200.00,200.00,7500.00 +1099862749,iPaintPro - Your Personal Decorating Assistant (Canceled),Product Design,Design,GBP,2014-12-24,15000.00,2014-11-24 19:06:00,0.00,canceled,0,GB,0.00,0.00,23303.87 +"1099875523,""Haunts, Haunters & Haunting"",Documentary,Film & Video,USD,2013-08-29,29000.00,2013-07-30 01:03:34,1148.00,failed,15,US,1148.00,1148.00,29000.00" +1099877107,Noah Engel's EP - Young Heart,Indie Rock,Music,USD,2013-01-06,1000.00,2012-12-20 20:10:08,1060.00,successful,31,US,1060.00,1060.00,1000.00 +1099877681,BUCKETBALL - Play! Throw! Splash!,Live Games,Games,USD,2015-03-11,10000.00,2015-02-09 18:46:34,10235.00,successful,160,US,10235.00,10235.00,10000.00 +1099879888,Mixtapes For Haiti,Music,Music,USD,2010-05-22,500.00,2010-03-17 23:34:56,545.33,successful,33,US,545.33,545.33,500.00 +109988021,Hockey Stick Ice Scraper,Product Design,Design,USD,2015-04-11,20000.00,2015-03-11 17:32:38,5652.00,failed,46,US,5652.00,5652.00,20000.00 +1099882118,SurrealScapes - Body Art & Creative Photography: The Book.,Photography,Photography,USD,2012-08-25,15000.00,2012-07-26 23:00:37,2165.00,failed,17,US,2165.00,2165.00,15000.00 +1099887020,Bernie's Journey The Bernie Sanders Video Game,Video Games,Games,USD,2016-07-03,500.00,2016-06-03 09:34:38,2869.00,successful,144,US,2869.00,2869.00,500.00 +1099890257,heaux: for show. (an album) (Canceled),Rock,Music,USD,2009-10-01,10000.00,2009-09-03 22:37:16,0.00,canceled,0,US,0.00,0.00,10000.00 +"1099900549,""Vampire One, Dracula is a comic by filmmaker Debdoot Das"",Comics,Comics,USD,2012-11-30,15000.00,2012-10-30 23:00:38,33.00,failed,2,US,33.00,33.00,15000.00" +1099904739,Idun Paper Bag DIY Kit,DIY,Crafts,SEK,2015-06-19,35000.00,2015-05-20 21:20:46,1960.00,failed,9,SE,237.74,240.25,4290.27 +1099905133,The Marijuana Projects: VT Road to Legalization & Taxation,Web,Journalism,USD,2014-11-01,8420.00,2014-10-09 20:04:19,1.00,failed,1,US,1.00,1.00,8420.00 +1099936897,Soundz Did It Album,Music,Music,USD,2013-03-04,5000.00,2013-02-02 18:40:43,425.00,failed,18,US,425.00,425.00,5000.00 +1099939233,Twenty-Nine BrewPub Draught Style RootBeer,Drinks,Food,USD,2014-09-17,825.00,2014-08-12 17:57:38,970.00,successful,13,US,970.00,970.00,825.00 +"1099943290,""""""Light up the World"""" ~ Christian Music Recording Project"",Indie Rock,Music,USD,2013-07-07,1500.00,2013-06-07 22:55:31,100.00,failed,1,US,100.00,100.00,1500.00" +1099945847,PHOTO1x1 | A New Approach to a Free Photography Course,Film & Video,Film & Video,EUR,2017-08-07,10000.00,2017-07-07 06:49:01,81.00,failed,6,AT,34.02,95.30,11764.98 +1099947095,Apparition Abolishers Steampunk Exposition & Burlesque Show,Theater,Theater,USD,2011-10-22,5000.00,2011-09-22 00:31:04,2140.75,failed,42,US,2140.75,2140.75,5000.00 +10999507,Best Gluten Free High Protein and Fiber Superfood Snack Bars,Food,Food,USD,2015-11-09,5800.00,2015-10-06 16:47:07,270.00,failed,3,US,270.00,270.00,5800.00 +1099952482,Monarch Butterfly Garden Habitat,Design,Design,USD,2014-09-03,1000.00,2014-08-04 19:24:41,0.00,failed,0,US,0.00,0.00,1000.00 +"109996276,""""""Notes of the Last Man""""- a post-apocalyptic photo book"",Photography,Photography,GBP,2013-05-19,400.00,2013-04-19 11:43:37,197.00,failed,8,GB,300.42,297.45,603.96" +1099963937,Eco-Ceremonial Theater Work - Dragons in the Mountain,Theater,Theater,USD,2012-10-08,7500.00,2012-09-07 15:39:59,7717.00,successful,81,US,7717.00,7717.00,7500.00 +1099981816,Charity Nude Fine Art 2013 Calendar AUTOGRAPHED BY MODEL,Photography,Photography,USD,2012-09-10,20.00,2012-08-15 16:41:44,10.00,canceled,2,US,10.00,10.00,20.00 +1099985153,Bad Faith - Photography book by Lorena Turner,Fine Art,Photography,USD,2017-04-04,6200.00,2017-03-15 14:46:02,0.00,canceled,0,US,0.00,0.00,6200.00 +1099988509,Special Education Classroom Management,Academic,Publishing,USD,2014-07-18,30000.00,2014-06-21 20:46:18,15.00,failed,2,US,15.00,15.00,30000.00 +"1099992468,""""""MALICE"""" Feature Film"",Narrative Film,Film & Video,USD,2011-05-24,5000.00,2011-04-24 01:37:52,496.00,failed,18,US,496.00,496.00,5000.00" +1099993128,Colors of the Caribbean: Island Inspired 100% Silk Scarves,Fashion,Fashion,USD,2012-09-04,5000.00,2012-07-31 03:04:29,58.00,failed,2,US,58.00,58.00,5000.00 +1100004798,Electric Objects: The $5 Commission,Digital Art,Art,USD,2015-04-10,500.00,2015-04-06 15:54:13,7146.00,successful,1108,US,7146.00,7146.00,500.00 +1100004951,Plastics in our Ocean: A Global Issue (Canceled),Art,Art,USD,2010-12-28,10000.00,2010-11-28 19:49:01,2284.00,canceled,30,US,2284.00,2284.00,10000.00 +1100006427,White Slayer,Video Games,Games,CAD,2017-01-13,100.00,2016-12-30 23:04:13,242.00,successful,19,CA,73.92,184.16,76.10 +1100008323,GARTH KIRBY & THE GARAGE MAHAL: An Indie Comic Project,Comics,Comics,USD,2010-08-05,2900.00,2010-06-16 00:44:08,2940.00,successful,25,US,2940.00,2940.00,2900.00 +1100011762,DDT Drive Don't Text,Apps,Technology,AUD,2015-05-09,55000.00,2015-03-09 23:59:28,0.00,failed,0,AU,0.00,0.00,44003.52 +1100014032,WeLink. Awsome tags for you and your dogs!,Design,Design,USD,2014-05-28,6000.00,2014-04-25 18:36:49,1917.00,failed,69,US,1917.00,1917.00,6000.00 +1100019473,Big Picture Science: Doomsday Live,Radio & Podcasts,Publishing,USD,2012-10-13,4000.00,2012-09-13 19:01:48,4793.11,successful,85,US,4793.11,4793.11,4000.00 +1100028919,QuikShop- Make Grocery Shopping Easier,Apps,Technology,USD,2017-12-25,5000.00,2017-10-26 15:05:27,10.00,failed,1,US,0.00,10.00,5000.00 +1100040876,POWER GRIP - rubber bat grip,DIY,Crafts,CAD,2015-06-03,10000.00,2015-05-04 17:41:42,0.00,failed,0,CA,0.00,0.00,8000.00 +1100043419,IBUK,Apps,Technology,USD,2015-05-16,10000.00,2015-04-16 22:40:36,0.00,failed,0,US,0.00,0.00,10000.00 +1100043928,I'm Hot Sauce - A Brazilian Hot Sauce from Cristiane Pereira,Food,Food,USD,2014-07-09,5000.00,2014-06-09 17:40:14,2438.00,failed,97,US,2438.00,2438.00,5000.00 +"1100049043,""Artisanal Hats Made in Italy, Finished by Hand in Paris"",Accessories,Fashion,USD,2017-06-09,1750.00,2017-05-10 22:19:00,6016.00,successful,21,US,1770.00,6016.00,1750.00" +1100051540,Aircraft Project,Technology,Technology,CAD,2016-03-06,5000.00,2016-02-05 21:56:20,100.00,failed,10,CA,72.49,75.45,3772.73 +1100051938,Transgressions of Tradition - Seattle Glass in Taiwan,Art,Art,USD,2011-09-10,5000.00,2011-08-11 00:15:19,5685.00,successful,53,US,5685.00,5685.00,5000.00 +1100053092,Tri Wallet,Design,Design,GBP,2018-02-11,15000.00,2017-12-13 00:52:06,396.00,live,17,GB,156.76,540.14,20459.66 +1100056845,Shrunken Head Tropic Lounge Rivermaid Tiki Mug,Art,Art,USD,2015-01-16,20000.00,2014-12-17 00:14:41,29533.00,successful,442,US,29533.00,29533.00,20000.00 +1100060107,Oral History of The Milwaukee Punk & Alternative Music Scene,Nonfiction,Publishing,USD,2012-09-22,500.00,2012-09-14 18:58:41,1380.00,successful,21,US,1380.00,1380.00,500.00 +"1100092669,""""""The Ratio"""" - A short film"",Shorts,Film & Video,USD,2011-02-02,1850.00,2011-01-19 02:00:39,1910.00,successful,34,US,1910.00,1910.00,1850.00" +"1100102462,""""""Richard Wakes Up"""": Boulder and Beyond"",Theater,Theater,USD,2010-08-16,800.00,2010-08-02 22:30:10,1050.00,successful,21,US,1050.00,1050.00,800.00" +1100104437,Red Christmas,Anthologies,Comics,GBP,2017-11-25,100.00,2017-11-11 16:06:21,335.00,successful,40,GB,15.77,451.85,134.88 +1100111323,DAWSON HOLLOW,Indie Rock,Music,USD,2017-04-20,40000.00,2017-03-17 18:06:01,20.00,live,1,US,0.00,20.00,40000.00 +1100114220,Death metal ore issue #1,Comic Books,Comics,USD,2016-01-02,1500.00,2015-12-09 22:31:03,302.00,failed,14,US,302.00,302.00,1500.00 +11001159,Lobster Girl Horror Comic former Sony/BMG project,Animation,Film & Video,USD,2013-03-15,79000.00,2013-02-13 01:33:15,55.00,failed,2,US,55.00,55.00,79000.00 +1100121580,Never-Ending Battle: A Superhero Audio Drama (Season One),Radio & Podcasts,Publishing,USD,2017-07-04,1000.00,2017-05-30 15:35:20,1132.00,successful,41,US,184.00,1132.00,1000.00 +1100129377,Chrono Stellaris: Seasons concept album,Rock,Music,USD,2012-11-08,5000.00,2012-10-09 23:07:30,25.00,failed,1,US,25.00,25.00,5000.00 +1100132326,Waiter! please - Helper! please,Technology,Technology,GBP,2015-08-20,25000.00,2015-07-21 22:54:19,125.00,failed,2,GB,194.91,195.91,39181.27 +1100140289,Dog Days of Summer - Part II,Photography,Photography,USD,2013-08-28,5000.00,2013-07-09 18:54:07,5303.00,successful,38,US,5303.00,5303.00,5000.00 +1100142390,Edgar & Annabel,Theater,Theater,USD,2015-02-10,2500.00,2015-01-14 00:35:13,2510.00,successful,44,US,2510.00,2510.00,2500.00 +1100147785,Former Glory Architectural Salvage,Architecture,Design,USD,2016-04-10,5000.00,2016-03-11 02:53:47,52.00,failed,3,US,52.00,52.00,5000.00 +"1100150856,""""""Doorways"""""",Shorts,Film & Video,USD,2012-05-16,1650.00,2012-05-03 00:32:40,21.00,failed,2,US,21.00,21.00,1650.00" +1100156386,Cove Dancewear,Apparel,Fashion,USD,2014-07-03,20000.00,2014-06-03 18:05:05,11496.00,failed,95,US,11496.00,11496.00,20000.00 +1100159808,Bottom of the 9th: A Dice & Card Game of Classic Baseball,Tabletop Games,Games,USD,2015-03-27,20000.00,2015-03-03 15:00:07,67251.00,successful,2183,US,67251.00,67251.00,20000.00 +110016290,Zombie Bingo and Other Games!,Tabletop Games,Games,USD,2016-06-18,250.00,2016-06-03 21:01:49,544.00,successful,34,US,544.00,544.00,250.00 +"1100163310,Local Recording Studio for Aspiring Young Artists,Music,Music,USD,2014-11-18,4460.00,2014-10-19 08:20:31,12.00,undefined,0,""N,0"""""",,12.00,4460.00" +110016767,Sailor Moon x Pokemon Enamel mashup pins!,Accessories,Fashion,GBP,2017-09-11,450.00,2017-08-28 16:42:42,461.00,successful,29,GB,162.31,626.39,611.45 +1100174125,Vanity of Vanities,Sculpture,Art,USD,2012-03-02,789.21,2012-02-10 20:33:53,826.12,successful,39,US,826.12,826.12,789.21 +1100181726,Savage in Limbo,Theater,Theater,CAD,2018-01-01,3000.00,2017-12-19 18:18:45,200.00,failed,2,CA,77.79,159.87,2398.08 +1100185808,Knookerdoodle Book Launch,Children's Books,Publishing,USD,2016-11-02,5000.00,2016-10-03 20:17:23,241.00,failed,5,US,135.00,241.00,5000.00 +1100191293,The Lesbian Code,Fiction,Publishing,GBP,2013-08-25,300.00,2013-06-26 17:47:47,504.00,successful,34,GB,777.28,781.13,464.96 +1100192423,Theatre...in a Barn!,Theater,Theater,USD,2012-06-11,5000.00,2012-05-11 22:06:14,6000.00,successful,102,US,6000.00,6000.00,5000.00 +1100202379,live the sweet life with deda's bakery trailer,Food,Food,USD,2013-09-22,10000.00,2013-08-23 00:51:43,925.00,failed,18,US,925.00,925.00,10000.00 +110020681,Raising Fund for Music Video and Studio Time to Compose,Film & Video,Film & Video,USD,2012-05-21,3000.00,2012-04-29 02:18:24,25.00,failed,1,US,25.00,25.00,3000.00 +1100211956,Pat Walsh Tenor Guitar CD,Music,Music,USD,2012-11-19,4000.00,2012-10-20 18:52:25,4046.00,successful,60,US,4046.00,4046.00,4000.00 +1100212580,Screen Printed Mermaid Shell Tank Tops,Apparel,Fashion,USD,2017-05-01,850.00,2017-04-14 03:02:33,895.00,successful,11,US,0.00,895.00,850.00 +110021332,Shonin Streamcam Wearable Security Camera,Wearables,Technology,USD,2017-09-13,30000.00,2017-08-01 09:05:27,317135.40,successful,1731,US,23592.00,317135.40,30000.00 +1100214907,ALUMNI PROJECT ,Publishing,Publishing,USD,2010-02-17,50.00,2010-02-07 16:25:06,53.00,successful,3,US,53.00,53.00,50.00 +1100217119,The United States of Millennia,Documentary,Film & Video,USD,2016-03-12,1500.00,2016-01-12 21:54:58,21.00,failed,2,US,21.00,21.00,1500.00 +1100223368,MINA,Horror,Film & Video,USD,2017-11-08,2500.00,2017-10-19 20:15:19,2520.00,successful,21,US,0.00,2520.00,2500.00 +110022431,PRINCE and The REVOLUTION Tribute Band,R&B,Music,USD,2017-03-11,1500.00,2017-02-09 19:42:16,0.00,failed,0,US,0.00,0.00,1500.00 +1100229051,WINTER,Publishing,Publishing,USD,2012-10-11,250.00,2012-09-11 03:09:25,100.00,failed,6,US,100.00,100.00,250.00 +1100235283,Tyler Boone's next Nashville record,Music,Music,USD,2015-11-28,10000.00,2015-10-29 18:22:20,10000.00,successful,74,US,10000.00,10000.00,10000.00 +1100238667,54 Weeks Tour,Indie Rock,Music,USD,2010-11-18,10000.00,2010-10-19 06:39:19,65.00,failed,2,US,65.00,65.00,10000.00 +1100242207,Jump Project,Shorts,Film & Video,USD,2011-02-09,1000.00,2010-11-11 18:06:42,270.00,failed,11,US,270.00,270.00,1000.00 +1100242901,Sanguinetti Clothing,Fashion,Fashion,USD,2012-03-01,9700.00,2012-01-31 02:12:56,152.00,failed,4,US,152.00,152.00,9700.00 +1100253004,Matter Gallery - Art & Sustainability Hanging Together,Art,Art,USD,2014-03-17,22000.00,2014-02-18 22:57:40,22375.24,successful,232,US,22375.24,22375.24,22000.00 +1100269149,A for Adventure,Children's Books,Publishing,CAD,2015-06-01,30000.00,2015-04-27 21:45:47,31212.00,successful,399,CA,25630.96,24969.60,24000.00 +1100269188,King Kolor,Video Games,Games,USD,2016-06-06,5000.00,2016-05-03 06:28:10,6.00,failed,2,US,6.00,6.00,5000.00 +1100269546,Omen From Outer Space,Science Fiction,Film & Video,USD,2018-01-15,25000.00,2017-11-16 19:45:24,163.00,live,4,US,61.00,163.00,25000.00 +1100271102,Help save the historic Skyline Drive-In movie theater!,Theater,Theater,USD,2013-05-12,40000.00,2013-03-13 14:55:52,40055.00,successful,512,US,40055.00,40055.00,40000.00 +1100272115,Love you to Death Horror Film (Canceled),Film & Video,Film & Video,USD,2012-01-09,50000.00,2011-11-10 18:18:53,1855.00,canceled,14,US,1855.00,1855.00,50000.00 +"1100281225,""""""You Forgot Your Heart"""""",R&B,Music,USD,2012-06-08,10000.00,2012-05-08 00:06:33,10131.00,successful,202,US,10131.00,10131.00,10000.00" +110028408,MISSING SOMETHING: a wacky British web-sitcom,Webseries,Film & Video,GBP,2013-04-26,7500.00,2013-03-27 18:30:04,7615.62,successful,169,GB,11562.03,11785.24,11606.31 +1100290101,Welcome to HELL,Theater,Theater,USD,2014-03-09,5000.00,2014-02-07 14:18:31,407.00,failed,10,US,407.00,407.00,5000.00 +1100293502,The Confederation: An Alternate History Web Series,Webseries,Film & Video,USD,2013-07-02,2500.00,2013-05-28 23:10:30,135.00,failed,6,US,135.00,135.00,2500.00 +1100295264,The Sixth Monkey: Feature film,Narrative Film,Film & Video,GBP,2012-12-18,15000.00,2012-11-20 20:57:38,1830.00,failed,22,GB,2966.55,2968.85,24334.85 +1100301633,Oh Snap! A 'Cards With Text On Them' Game of Insults.,Tabletop Games,Games,USD,2015-04-08,1.00,2015-04-01 07:00:33,115.00,successful,15,US,115.00,115.00,1.00 +1100301934,Scentsational Candles Inventory Help,Candles,Crafts,USD,2016-03-17,3500.00,2016-02-16 20:27:01,12.00,failed,3,US,12.00,12.00,3500.00 +1100306227,Bernard Rangel at the International Art Expo NYC 2015,Painting,Art,GBP,2015-04-08,5000.00,2015-03-09 18:06:54,160.00,failed,5,GB,240.61,233.46,7295.65 +"1100315883,""STAVE: Hand-made, Custom-fit Whiskey-Barrel Sunglasses"",Accessories,Fashion,CAD,2015-05-12,10000.00,2015-03-28 08:06:49,1141.00,failed,5,CA,913.50,947.91,8307.72" +1100320840,Brian Wilkinson - Mad Science,Indie Rock,Music,USD,2013-05-30,4000.00,2013-04-30 21:22:11,1035.00,failed,24,US,1035.00,1035.00,4000.00 +110032161,The Clock Ship Tere,Public Art,Art,USD,2011-07-12,6000.00,2011-06-16 05:34:31,6146.00,successful,139,US,6146.00,6146.00,6000.00 +1100326558,Guardians - When Worlds Collide,Fiction,Publishing,AUD,2015-01-25,1500.00,2014-12-26 09:22:29,955.00,failed,21,AU,774.96,742.79,1166.68 +1100338033,Fierce - Warriors & Monsters,Tabletop Games,Games,GBP,2017-11-12,2500.00,2017-10-13 06:55:29,718.00,canceled,16,GB,254.55,947.45,3298.94 +1100338295,branding GRAMMAR: marketing an emerging brand,Jewelry,Fashion,USD,2017-12-01,7355.00,2017-11-01 12:06:50,3929.00,failed,46,US,968.00,3929.00,7355.00 +1100340779,Wearing Sweatpants?!,Indie Rock,Music,USD,2009-11-02,3000.00,2009-08-26 04:42:42,70.00,failed,2,US,70.00,70.00,3000.00 +1100350927,The Mudhoneyz Kiln Build & Beyond,Pottery,Crafts,USD,2015-09-10,15000.00,2015-08-11 22:00:25,23040.00,successful,193,US,23040.00,23040.00,15000.00 +1100351245,DJ's Bane,Video Games,Games,NOK,2015-11-17,100.00,2015-10-18 20:04:53,0.00,failed,0,NO,0.00,0.00,11.61 +1100368230,Blulug,Apps,Technology,USD,2017-03-17,15000.00,2017-02-15 16:04:58,1231.00,canceled,14,US,0.00,1231.00,15000.00 +1100369051,Ghana's Black Gold: A Gift and A Curse,Documentary,Film & Video,USD,2011-05-05,3500.00,2011-04-05 20:37:33,512.00,failed,12,US,512.00,512.00,3500.00 +"1100370692,""Joey and the Ancient Horn, A Mystery Revealed"",Children's Books,Publishing,USD,2011-11-06,1400.00,2011-10-07 19:23:36,5.00,failed,1,US,5.00,5.00,1400.00" +1100371666,Photographer Sharing the Deep Beauty of the Delaware River,Places,Photography,USD,2015-03-10,2988.00,2015-02-08 23:09:51,242.00,failed,3,US,242.00,242.00,2988.00 +1100375870,11th Orchard Bitters: Handcrafted Chicago Bitters,Food,Food,USD,2017-08-06,7000.00,2017-07-07 17:33:58,7430.00,successful,63,US,110.00,7430.00,7000.00 +1100383863,An Exhibition of Cows in Oil,Painting,Art,GBP,2013-09-15,1000.00,2013-08-16 09:40:01,1368.00,successful,34,GB,2123.01,2191.46,1601.95 +1100388854,Help Cement Season make their first full album,Rock,Music,USD,2013-10-14,2500.00,2013-09-15 01:32:42,2560.00,successful,16,US,2560.00,2560.00,2500.00 +1100391809,PassZwype – your finger swipe is your password,Technology,Technology,USD,2014-10-30,12000.00,2014-09-30 14:39:39,326.00,failed,21,US,326.00,326.00,12000.00 +1100400521,Soccer Squad,Comedy,Film & Video,AUD,2014-08-14,1400.00,2014-07-30 11:42:57,1555.00,successful,25,AU,1461.26,1449.48,1305.00 +1100402583,Black Iron - A Blacksmith's Journey Beyond the Museum,Television,Film & Video,USD,2016-07-02,2500.00,2016-06-13 16:15:52,5068.00,successful,60,US,5068.00,5068.00,2500.00 +1100404378,Pattern The Unique You: JessieZhao Hand Drawn Printed Dress,Couture,Fashion,USD,2016-05-07,10000.00,2016-04-07 20:26:19,67.00,failed,3,US,67.00,67.00,10000.00 +1100406922,The Good Divorce,Nonfiction,Publishing,USD,2013-05-23,20000.00,2013-04-03 20:08:02,1290.00,failed,24,US,1290.00,1290.00,20000.00 +1100409267,Anime Neon Genesis Evangelion X Sailor Moon Enamel pins,Art,Art,USD,2017-12-05,1150.00,2017-11-05 01:50:14,1554.00,successful,36,US,1614.00,1554.00,1150.00 +1100416973,Gone to Ghana Stories of African Entrepreneurship,Nonfiction,Publishing,USD,2013-02-03,23050.00,2012-12-28 09:51:18,51.00,failed,2,US,51.00,51.00,23050.00 +1100419368,Art Prints With An Islamic Stamp On Life,Art,Art,USD,2012-05-21,1200.00,2012-04-21 01:16:16,10.00,failed,1,US,10.00,10.00,1200.00 +1100430941,The Burning Angels Release,Country & Folk,Music,USD,2011-06-27,3000.00,2011-04-15 23:44:54,250.00,failed,1,US,250.00,250.00,3000.00 +1100436133,Lakota Riders in Prague,Photography,Photography,USD,2011-04-17,10000.00,2011-03-02 23:06:04,2023.00,failed,34,US,2023.00,2023.00,10000.00 +1100456710,Stricken Softworks (Canceled),Software,Technology,USD,2015-05-09,2000.00,2015-04-09 20:46:42,0.00,canceled,0,US,0.00,0.00,2000.00 +1100456794,Compass RPG,Games,Games,CAD,2016-12-26,150.00,2016-12-06 00:04:13,170.00,successful,5,CA,37.62,126.30,111.44 +110046018,Matched- A Short Film,Shorts,Film & Video,USD,2017-08-31,1000.00,2017-08-01 18:00:56,51.00,failed,3,US,0.00,51.00,1000.00 +"1100460647,""""""Death Maker"""" Feature Film Kick Start"",Film & Video,Film & Video,USD,2011-09-10,10000.00,2011-08-11 10:20:37,175.00,failed,4,US,175.00,175.00,10000.00" +110046275,The band from Begin Again records on the streets of NYC,Music,Music,USD,2014-10-25,25000.00,2014-09-24 23:36:18,576.00,failed,8,US,576.00,576.00,25000.00 +1100468757,LUMA LOGS ~Reconstructed Wood Log Lighting~,Technology,Technology,USD,2014-12-12,3000.00,2014-10-28 19:39:12,36.00,failed,4,US,36.00,36.00,3000.00 +1100469174,THE FLOOD (FRINGE NYC 2014),Theater,Theater,USD,2014-07-01,10000.00,2014-06-02 19:22:55,10386.00,successful,97,US,10386.00,10386.00,10000.00 +1100491632,West of the West: Tales from California's Channel Islands,Documentary,Film & Video,USD,2015-11-02,50000.00,2015-09-30 02:05:31,59030.00,successful,288,US,59030.00,59030.00,50000.00 +1100493186,Take Me Home,Music,Music,USD,2011-06-07,400.00,2011-05-24 14:26:38,605.00,successful,15,US,605.00,605.00,400.00 +1100493436,Release Soundzero's Debut Album!,Rock,Music,USD,2011-05-05,2500.00,2011-04-05 04:13:53,2706.23,successful,56,US,2706.23,2706.23,2500.00 +1100503223,Closer To The Ocean,Music,Music,USD,2014-04-03,4600.00,2014-02-17 16:52:25,175.00,failed,4,US,175.00,175.00,4600.00 +"1100514023,#FOURTY4B makes an EP,Music,Music,USD,2015-03-21,5000.00,2015-02-05 21:51:53,5810.00,undefined,0,""N,0"""""",,5810.00,5000.00" +"1100522688,""""""The Hard Path: Becoming an Inner Dimensional Man"""" book"",Nonfiction,Publishing,USD,2016-09-21,5750.00,2016-08-22 15:28:43,5750.00,successful,25,US,305.00,5750.00,5750.00" +1100534796,Graphic novel thriller PAIN 1,Comics,Comics,USD,2014-02-16,1200.00,2014-01-17 02:38:39,1411.00,successful,56,US,1411.00,1411.00,1200.00 +1100539632,Mythic Battles: Pantheon,Tabletop Games,Games,USD,2016-12-01,80000.00,2016-11-01 20:00:20,2669009.65,successful,13635,US,545109.00,2669009.65,80000.00 +1100555008,Nexus: Scrapyard,Tabletop Games,Games,USD,2017-09-07,10000.00,2017-08-08 14:31:22,1402.00,failed,39,US,853.00,1402.00,10000.00 +1100560805,Chandler Bay - Debut EP,Music,Music,USD,2017-09-24,12500.00,2017-08-25 21:10:12,13190.00,successful,101,US,899.00,13190.00,12500.00 +1100561,Smart-Touch - A Widget For Everyone! (Canceled),Gadgets,Technology,GBP,2015-11-25,50000.00,2015-10-26 20:53:22,1153.00,canceled,15,GB,1765.63,1735.48,75259.27 +1100563181,Canceled (Canceled),Product Design,Design,USD,2015-02-01,1000.00,2015-01-14 08:15:35,0.00,canceled,0,US,0.00,0.00,1000.00 +110056416,restoreAMERICA,Documentary,Film & Video,USD,2011-11-23,15000.00,2011-10-24 02:44:56,355.00,failed,8,US,355.00,355.00,15000.00 +1100564344,Dead Drop,Video Games,Games,USD,2012-08-09,35000.00,2012-07-10 21:45:42,1352.00,failed,33,US,1352.00,1352.00,35000.00 +1100568216,The Wizard's Way,Nonfiction,Publishing,USD,2014-11-23,1500.00,2014-11-17 22:50:33,786.00,failed,24,US,786.00,786.00,1500.00 +1100585613,FocusMark - focus pulling tool for filmmakers,Camera Equipment,Technology,USD,2017-11-05,17500.00,2017-10-03 19:05:08,1744.00,canceled,8,US,1693.00,1744.00,17500.00 +1100587477,Savvi Customs (Clothing Line),Apparel,Fashion,USD,2018-01-12,2500.00,2017-12-13 18:06:02,38.00,live,2,US,0.00,38.00,2500.00 +110058786,BEAUTY TODAY #2: SECOND BASE,Art Books,Publishing,USD,2013-02-26,9000.00,2013-02-06 20:18:14,9103.00,successful,92,US,9103.00,9103.00,9000.00 +1100590851,Bunden Zone,Video Games,Games,EUR,2016-05-25,1000.00,2016-04-25 08:17:18,11.00,failed,2,IT,12.35,12.28,1116.79 +1100590949,High Performance Climbing Shoes Inspired by Retro Footwear,Footwear,Fashion,USD,2016-03-31,10000.00,2016-03-01 13:57:31,154452.00,successful,1549,US,154452.00,154452.00,10000.00 +1100592653,Office Connects OfficeConnects.com,Apps,Technology,USD,2014-09-18,200000.00,2014-08-19 21:19:08,0.00,failed,0,US,0.00,0.00,200000.00 +110059915,Ahoy! - Pirate themed card game,Playing Cards,Games,USD,2017-07-15,5000.00,2017-06-15 01:39:36,5050.00,successful,95,US,398.00,5050.00,5000.00 +1100603042,Outlander Brewery - Nano Brewery Upgrade,Small Batch,Food,USD,2014-06-01,20000.00,2014-05-02 23:27:31,13494.00,failed,109,US,13494.00,13494.00,20000.00 +1100610435,Crowder ATP Watch: A Classic British Design - Reimagined,Product Design,Design,GBP,2015-11-09,5000.00,2015-10-20 19:56:30,11364.00,successful,101,GB,17541.40,17300.23,7611.86 +1100614741,Imagine Letters,Art,Art,CAD,2014-08-20,3000.00,2014-07-21 18:24:13,100.00,failed,2,CA,92.67,91.27,2737.98 +1100616842,Transit Squad Photography 1st Major Event!!,Places,Photography,USD,2016-03-26,10000.00,2016-02-24 14:38:11,203.00,failed,4,US,203.00,203.00,10000.00 +"1100641482,""South African """"Supergrannies"""" - A Photographic Exhibit"",Photography,Photography,USD,2011-01-12,7000.00,2010-10-14 16:35:10,7040.00,successful,79,US,7040.00,7040.00,7000.00" +1100642217,Wicked Cool Tools,Design,Design,CAD,2014-03-03,8000.00,2014-01-31 05:15:31,3053.00,failed,87,CA,2739.70,2779.50,7283.32 +1100643909,The Other Brother • Kindred Art • (Documentary),Documentary,Film & Video,USD,2013-10-23,9656.00,2013-09-23 23:23:49,11505.00,successful,80,US,11505.00,11505.00,9656.00 +"1100647592,""Art is my life """"Starving Artist"""""",Painting,Art,GBP,2017-12-28,6000.00,2017-11-18 09:22:52,15.00,suspended,1,GB,19.84,20.28,8110.41" +110064943,Online Podcast Show!,Audio,Journalism,USD,2016-01-28,300.00,2015-12-29 20:05:25,6.00,failed,2,US,6.00,6.00,300.00 +1100649786,slf-1 (photo collage sculpture),Art,Art,USD,2012-10-15,4500.00,2012-10-03 22:00:40,0.00,failed,0,US,0.00,0.00,4500.00 +1100655938,Dragon Claw: Magnetic Play Board for Card Games,Gaming Hardware,Games,USD,2017-12-21,25000.00,2017-11-21 17:01:44,3626.00,canceled,28,US,1888.00,3626.00,25000.00 +1100678148,New album by Jake McCoy,Country & Folk,Music,USD,2014-04-07,1000.00,2014-03-08 04:49:48,255.00,failed,15,US,255.00,255.00,1000.00 +1100683616,QUEERS DESTROY SCIENCE FICTION!,Literary Journals,Publishing,USD,2015-02-17,5000.00,2015-01-15 15:46:04,54523.00,successful,2250,US,54523.00,54523.00,5000.00 +1100687040,Living Water Apparel,Fashion,Fashion,CAD,2017-09-20,10000.00,2017-08-12 15:46:01,84.00,canceled,2,CA,65.93,68.47,8150.62 +1100687424,Bring Quality Tea to Convenience with Specialty Tea Sachets,Drinks,Food,USD,2014-12-06,12000.00,2014-11-01 17:55:06,12000.00,successful,76,US,12000.00,12000.00,12000.00 +1100688575,Surf Bored's Southern Surf Rock Debut,Indie Rock,Music,USD,2015-08-01,5000.00,2015-07-02 16:53:07,5035.00,successful,65,US,5035.00,5035.00,5000.00 +1100692168,Recording studio and first album,Rock,Music,EUR,2017-04-08,500.00,2017-03-25 15:57:27,10.00,failed,1,ES,10.77,10.63,531.50 +1100694756,Zoltar Machine at The Second City Hollywood,Theater,Theater,USD,2012-03-09,700.00,2012-02-03 01:42:05,805.00,successful,16,US,805.00,805.00,700.00 +1100710670,The Most Advanced Briefcase - Briefpack Utility XL,Product Design,Design,CAD,2015-04-30,10000.00,2015-03-26 01:40:19,180106.12,successful,820,CA,143618.42,149838.70,8319.47 +"1100711856,""2 in 1 Toothpaste and Face Scrub: One Product, 2 Uses!"",DIY,Crafts,USD,2017-11-28,18000.00,2017-10-14 14:52:26,20.00,failed,2,US,5.00,20.00,18000.00" +1100715859,Space Comm,Games,Games,USD,2015-11-01,2500.00,2015-09-02 01:18:20,110.00,failed,5,US,110.00,110.00,2500.00 +1100716390,Help us Kickstart the Next Level of #TheMuvement,World Music,Music,USD,2014-11-01,25000.00,2014-10-01 11:24:53,4692.00,failed,105,US,4692.00,4692.00,25000.00 +110071947,BlindFolio: A Journalism Collective,Journalism,Journalism,USD,2011-10-23,5000.00,2011-08-24 23:00:31,86.00,failed,2,US,86.00,86.00,5000.00 +1100723390,Denver's Historic Monuments,Photography,Photography,USD,2014-04-09,4000.00,2014-04-04 23:36:25,311.00,failed,6,US,311.00,311.00,4000.00 +1100730500,Nekko - ???,Narrative Film,Film & Video,USD,2012-09-07,10000.00,2012-08-08 21:18:59,14299.00,successful,194,US,14299.00,14299.00,10000.00 +1100731901,ART: Eleven-Eleven Minimalist Watch Art,Digital Art,Art,GBP,2016-11-30,2615.00,2016-10-30 13:47:27,152.00,failed,5,GB,43.88,191.88,3301.06 +1100738947,Hidden Faces of Courage and A Lot On Our Minds,Theater,Theater,USD,2015-04-11,3000.00,2015-03-12 03:20:55,525.00,failed,8,US,525.00,525.00,3000.00 +110073945,Lofty Architecture,Photobooks,Photography,USD,2015-03-06,8500.00,2015-02-04 23:25:00,7.00,failed,2,US,7.00,7.00,8500.00 +1100750572,Leo Ornstein's Piano Concerto,Classical Music,Music,USD,2013-07-07,20000.00,2013-05-28 19:57:48,150.00,failed,3,US,150.00,150.00,20000.00 +1100754526,Cartography: Mapping the Mobile Food Movement,Documentary,Film & Video,USD,2014-01-24,50000.00,2013-12-10 18:15:16,1107.00,failed,21,US,1107.00,1107.00,50000.00 +1100760102,Marijuana Nightly News : Pot Stock Report,Webseries,Film & Video,USD,2013-05-05,7000.00,2013-04-05 06:25:13,1.00,failed,1,US,1.00,1.00,7000.00 +1100771459,Sam Cregger's New Album,Country & Folk,Music,USD,2013-10-21,3000.00,2013-09-06 00:29:24,5230.00,successful,55,US,5230.00,5230.00,3000.00 +1100775549,Axis and Allies - The Bottle Opener - Me109 & P51,Product Design,Design,USD,2014-07-12,2000.00,2014-06-12 01:15:34,228.00,failed,9,US,228.00,228.00,2000.00 +1100783127,The World Council - Second Print with Future Council !,Tabletop Games,Games,HKD,2017-09-10,100000.00,2017-08-06 14:25:27,190530.00,successful,360,HK,7094.03,24375.98,12793.78 +1100783662,VIPJETLIFE.com (Canceled),Web,Technology,USD,2015-01-21,10000.00,2014-12-22 18:37:32,10.00,canceled,1,US,10.00,10.00,10000.00 +110078412,Single Barrel Brewing Company,Drinks,Food,USD,2015-04-19,400000.00,2015-02-18 02:13:35,0.00,failed,0,US,0.00,0.00,400000.00 +1100786442,Seclusion (Short Horror Film),Film & Video,Film & Video,GBP,2013-10-04,100.00,2013-09-04 18:52:20,42.00,failed,5,GB,65.30,67.41,160.50 +1100789960,Proxmark Pro: Proxmark3 without a PC,Hardware,Technology,USD,2016-08-07,155000.00,2016-06-23 23:54:21,17735.00,failed,44,US,13344.00,17735.00,155000.00 +"1100790524,""Fireworks! fun, challenging, educational card game"",Games,Games,USD,2017-08-02,1000.00,2017-06-03 20:14:47,126.00,failed,4,US,55.00,126.00,1000.00" +110079593,INVENTING IDIOMS,Illustration,Art,USD,2012-03-02,2500.00,2012-02-01 17:11:22,180.00,failed,4,US,180.00,180.00,2500.00 +1100799691,Help us produce audiobook version of Grace Over Grind,Nonfiction,Publishing,USD,2017-12-11,1000.00,2017-11-02 02:40:47,1280.00,successful,29,US,850.00,1280.00,1000.00 +1100801734,RENDER: Feminist Food & Culture Quarterly,Periodicals,Publishing,USD,2014-08-07,5000.00,2014-07-07 02:14:23,8675.35,successful,215,US,8675.35,8675.35,5000.00 +"1100815084,""Start the Still, return craft distilling to Sonoma"",Food,Food,USD,2013-01-23,15600.00,2012-12-23 23:05:45,22689.00,successful,106,US,22689.00,22689.00,15600.00" +1100815120,Makeout Map,Technology,Technology,USD,2013-10-13,3000.00,2013-09-13 05:42:27,109.00,failed,14,US,109.00,109.00,3000.00 +1100820279,To Build Agile Sunup 's First Record,Rock,Music,USD,2012-06-25,1500.00,2012-04-26 02:45:06,35.00,failed,2,US,35.00,35.00,1500.00 +1100825477,Community Grocer Vancouver,Food,Food,CAD,2017-05-05,7500.00,2017-03-21 18:21:16,7855.00,successful,39,CA,356.52,5704.02,5446.23 +110082799,The 52 Weeks Project,Illustration,Art,USD,2011-05-12,8000.00,2011-04-06 20:46:20,11150.55,successful,130,US,11150.55,11150.55,8000.00 +1100835091,Smiley Brunch a portable business for everyone,Food,Food,GBP,2017-06-10,35000.00,2017-05-20 00:59:30,51.00,failed,2,GB,0.00,65.12,44691.88 +110083548,24H CARTOON - Das 1. Cartoon-Lese-Festival der Welt,Events,Comics,EUR,2015-06-30,30000.00,2015-05-31 23:53:29,30541.00,successful,332,DE,33497.38,33888.13,33287.84 +1100836046,+ POSITIVE,Theater,Theater,USD,2013-02-16,5000.00,2013-01-17 18:36:38,5185.00,successful,79,US,5185.00,5185.00,5000.00 +"1100838639,""MAH JONGG, THE MUSICAL"",Theater,Theater,USD,2013-07-02,25000.00,2013-05-03 01:11:56,2063.00,failed,21,US,2063.00,2063.00,25000.00" +"1100839919,""Singer, songwriter and worship leader making new music!"",Music,Music,USD,2013-06-17,8000.00,2013-05-27 04:02:26,12101.00,successful,57,US,12101.00,12101.00,8000.00" +"1100841935,""Hudson & Brand, Inquiry Agents of the Obscure."",Tabletop Games,Games,GBP,2016-11-02,3500.00,2016-09-27 19:18:06,17761.00,successful,502,GB,7846.55,22185.17,4371.83" +1100844465,daily digest,Documentary,Film & Video,USD,2009-06-01,700.00,2009-05-04 21:14:28,700.00,successful,14,US,700.00,700.00,700.00 +1100845568,How to Study and be Prepared for Calculus | Prep-Course,Academic,Publishing,USD,2016-01-19,1000.00,2016-01-09 00:34:18,0.00,canceled,0,US,0.00,0.00,1000.00 +1100848982,Help Amarillo Junction With Their 1st Single & Music Video!!,Country & Folk,Music,USD,2015-02-08,3500.00,2015-01-09 19:08:18,161.00,failed,5,US,161.00,161.00,3500.00 +1100854411,100% Natural & Handmade in Chicago,DIY,Crafts,USD,2015-05-14,5000.00,2015-04-14 15:00:46,6750.00,successful,130,US,6750.00,6750.00,5000.00 +1100857292,Super Powered Bestiary (Mutants & Masterminds),Games,Games,USD,2016-01-07,1000.00,2015-12-04 10:17:15,3163.00,successful,85,US,3163.00,3163.00,1000.00 +1100860030,Lloyd Taco Truck: Mission Lloyd Dos!,Food,Food,USD,2012-03-29,12500.00,2012-02-28 15:33:28,13741.27,successful,299,US,13741.27,13741.27,12500.00 +110086482,ChopTainer : The ultimate all-in-one cutting board companion,Product Design,Design,USD,2015-10-01,10000.00,2015-09-01 21:15:24,27819.00,successful,784,US,27819.00,27819.00,10000.00 +1100872151,The Let's Make a Bunch of Logos Project Part 3,Graphic Design,Design,USD,2012-01-14,25.00,2011-12-15 18:37:21,26243.58,successful,475,US,26243.58,26243.58,25.00 +1100872302,On cloud9 Clothing,Apparel,Fashion,AUD,2015-03-20,7000.00,2015-01-29 17:47:04,0.00,failed,0,AU,0.00,0.00,5392.50 +1100882558,Get Among Criminals Up and Touring Green This Summer,Music,Music,USD,2010-06-04,3000.00,2010-04-21 00:22:04,100.00,failed,4,US,100.00,100.00,3000.00 +"1100890076,Ugga,Publishing,Publishing,USD,2015-10-14,8562.00,2015-09-14 20:34:57,103.00,undefined,0,""N,0"""""",,103.00,8562.00" +110089049,But I Don't Want To Die Alone,Painting,Art,USD,2012-04-25,2700.00,2012-03-26 23:27:36,266.00,failed,10,US,266.00,266.00,2700.00 +1100891587,2D Alien Space Shooter Game !,Mobile Games,Games,EUR,2017-10-05,1000.00,2017-09-05 21:51:04,0.00,failed,0,DE,0.00,0.00,1170.70 +1100893555,Sound of Heaven,Faith,Music,USD,2015-11-21,5000.00,2015-10-22 23:16:53,11415.00,successful,43,US,11415.00,11415.00,5000.00 +1100897885,Portmanteau: Help us get to Edinburgh Fringe 2016,Festivals,Theater,GBP,2016-06-11,2000.00,2016-05-12 21:11:43,2000.00,successful,41,GB,2889.27,2857.43,2857.43 +1100900516,AeroGap - Bridging the gap between a truck and its trailer,Hardware,Technology,USD,2015-05-31,75000.00,2015-05-01 07:13:23,27.00,failed,3,US,27.00,27.00,75000.00 +1100904446,Finding The Trail,Webseries,Film & Video,USD,2015-04-20,10000.00,2015-03-22 16:08:46,4253.00,failed,46,US,4253.00,4253.00,10000.00 +1100905047,ROCK OFF SHAKE OFF: A Celebration In Baltimore Club,Dance,Dance,USD,2012-12-07,600.00,2012-11-15 22:11:17,0.00,failed,0,US,0.00,0.00,600.00 +"1100911079,""Dear Blind Pilot, Portland kids want to see you up close!"",Indie Rock,Music,USD,2011-08-31,3500.00,2011-08-01 09:09:43,5.00,canceled,1,US,5.00,5.00,3500.00" +1100924310,Travel Kozy,Product Design,Design,USD,2017-03-26,40000.00,2017-02-09 18:04:10,597.00,canceled,7,US,320.00,597.00,40000.00 +1100928089,T-DAY Animated Short,Animation,Film & Video,USD,2012-10-11,15000.00,2012-09-11 01:56:27,1155.00,failed,14,US,1155.00,1155.00,15000.00 +1100928526,Please help fund above ground automatic swimming pool fill.,Technology,Technology,USD,2014-09-17,95000.00,2014-08-18 19:05:51,205.00,failed,4,US,205.00,205.00,95000.00 +"1100929281,""Surfaces Utiles, des éditions en marge"",Art Books,Publishing,EUR,2017-03-06,3600.00,2017-01-25 12:00:25,4486.00,successful,121,BE,1085.88,4757.86,3818.17" +1100938478,The Element of Sound (Canceled),Documentary,Film & Video,USD,2012-04-22,12000.00,2012-03-25 07:54:16,10.00,canceled,1,US,10.00,10.00,12000.00 +1100952881,Reign of Heaven,Games,Games,USD,2015-05-22,1000.00,2015-03-23 20:37:40,10.00,failed,1,US,10.00,10.00,1000.00 +1100957236,let's make some noise.,Indie Rock,Music,USD,2011-03-06,600.00,2011-02-03 06:56:01,220.00,failed,9,US,220.00,220.00,600.00 +1100957748,not a mixtape,Hip-Hop,Music,USD,2017-02-07,5750.00,2017-01-08 23:38:56,86.66,failed,2,US,86.66,86.66,5750.00 +1100959506,Writing Books for Children - Blythe the Hippo,Children's Books,Publishing,USD,2014-11-29,650.00,2014-11-04 02:19:43,0.00,failed,0,US,0.00,0.00,650.00 +1100962944,International Childrens Book Release Project,Children's Books,Publishing,USD,2014-09-11,140.00,2014-07-13 05:51:08,1.00,failed,1,US,1.00,1.00,140.00 +1100964813,Angry @ Trump Emojis,Illustration,Art,USD,2017-02-20,25000.00,2017-01-11 19:14:19,0.00,failed,0,US,0.00,0.00,25000.00 +1100967212,Beyond: A Young Adult Novel,Young Adult,Publishing,GBP,2016-12-05,2000.00,2016-11-05 18:11:11,2005.00,successful,25,GB,268.17,2522.30,2516.01 +1100979659,A New Hijab Design,Apparel,Fashion,USD,2014-10-08,1000.00,2014-09-08 21:10:02,10.00,failed,1,US,10.00,10.00,1000.00 +1100991268,The Bridge Partner - based on the story by Peter S. Beagle,Shorts,Film & Video,USD,2014-04-12,21000.00,2014-03-11 01:51:53,48650.67,successful,485,US,48650.67,48650.67,21000.00 +1100992361,Christian I'Mage Creations LLC,Apparel,Fashion,USD,2014-08-18,2500.00,2014-06-19 09:29:11,0.00,failed,0,US,0.00,0.00,2500.00 +1100993688,Common Grace Threads,Apparel,Fashion,USD,2015-01-02,7000.00,2014-12-03 16:04:42,7382.00,successful,93,US,7382.00,7382.00,7000.00 +1100994807,ARRIS BLOCK: The worlds smallest magnetic wooden blocks,Architecture,Design,USD,2017-07-29,8500.00,2017-06-29 22:46:35,10461.00,successful,112,US,0.00,10461.00,8500.00 +1100997300,Aranyus - A Journey Begins RPG (Canceled),Video Games,Games,USD,2014-12-04,85000.00,2014-11-04 22:14:35,2485.00,canceled,26,US,2485.00,2485.00,85000.00 +1101003283,Anglers Vest Advantage ®,Product Design,Design,USD,2015-06-25,35000.00,2015-04-26 03:57:05,120.00,failed,3,US,120.00,120.00,35000.00 +1101035263,Escuro Bicycle Bag - Stylish and Functional,Product Design,Design,EUR,2017-07-04,8500.00,2017-05-05 00:01:03,2185.00,failed,21,IT,124.60,2493.52,9700.21 +110104065,Brewmasters.Club - Ask more from your beer!,Apps,Technology,USD,2014-09-16,3500.00,2014-08-17 02:47:40,3550.00,successful,21,US,3550.00,3550.00,3500.00 +1101044956,70's Classic Rock Photography,Photography,Photography,USD,2014-09-11,500.00,2014-07-13 13:53:10,26.00,failed,2,US,26.00,26.00,500.00 +1101050173,EverZone: Colony Assault,Tabletop Games,Games,EUR,2017-04-14,39000.00,2017-03-15 16:52:26,2234.00,canceled,58,IT,2482.39,2389.94,41722.39 +1101056933,KD Entertainment,Music,Music,USD,2016-01-29,500.00,2015-12-30 00:37:51,0.00,failed,0,US,0.00,0.00,500.00 +1101066763,Future of the Arts Industry,Art,Art,GBP,2017-04-12,400.00,2017-02-11 16:15:55,41.00,failed,7,GB,0.00,51.42,501.64 +110107488,FacelessIrony- Dark humor for lighthearted people.,Fashion,Fashion,USD,2013-10-21,5000.00,2013-09-21 00:20:35,5219.00,successful,75,US,5219.00,5219.00,5000.00 +1101082835,Bird Surge (Indie iPhone Game),Mobile Games,Games,USD,2015-03-17,2500.00,2015-02-05 22:33:16,132.00,failed,4,US,132.00,132.00,2500.00 +1101083295,FREE PUB TRIVIA to your local bar from Pub Trivia Nerds,Games,Games,USD,2013-07-02,5500.00,2013-05-03 06:06:38,301.00,canceled,9,US,301.00,301.00,5500.00 +110108350,Polar Wars: South Pole In Peril,Video Games,Games,USD,2012-01-13,11100.00,2011-11-14 21:03:24,1665.00,failed,18,US,1665.00,1665.00,11100.00 +110109244,Culture Closet Clothing,Fashion,Fashion,USD,2014-05-12,20000.00,2014-04-02 02:07:46,301.00,failed,4,US,301.00,301.00,20000.00 +1101098719,Nightingale - Set to Record their Debut CD 'Cycle of Pain',Rock,Music,USD,2013-07-22,2500.00,2013-06-22 02:41:20,377.00,failed,7,US,377.00,377.00,2500.00 +1101099474,MADE IN CHINA - Filming A Nation On A World Music Tour,Documentary,Film & Video,USD,2014-09-18,8500.00,2014-08-18 22:37:58,8605.88,successful,55,US,8605.88,8605.88,8500.00 +"1101101418,""Support Tsunami Survivor Jai's new EP - """"After The Wave"""""",Music,Music,USD,2015-02-01,4500.00,2014-12-26 23:48:43,9991.00,undefined,0,""N,0"""""",,9991.00,4500.00" +1101107495,Hip Hop Artist PLVTO needs help creating the perfect album!!,Hip-Hop,Music,USD,2013-11-26,10000.00,2013-10-28 19:22:11,40.00,failed,2,US,40.00,40.00,10000.00 +1101111384,Shadow Wars,Video Games,Games,USD,2014-11-16,250000.00,2014-09-17 22:14:32,26.00,failed,2,US,26.00,26.00,250000.00 +1101112420,Carly Wicks performs Tragic Tonalities in NEW ZEALAND!!,Theater,Theater,USD,2013-12-30,3000.00,2013-11-26 17:36:02,3170.00,successful,127,US,3170.00,3170.00,3000.00 +1101113898,R/C Action,Tabletop Games,Games,USD,2014-07-07,10000.00,2014-05-08 05:05:29,1.00,failed,1,US,1.00,1.00,10000.00 +110111998,An Ayurvedic Journey,Documentary,Film & Video,USD,2015-03-06,111000.00,2015-02-12 00:57:00,101.00,failed,3,US,101.00,101.00,111000.00 +1101121975,Describe,Playing Cards,Games,USD,2015-06-06,3500.00,2015-05-05 15:58:03,5461.00,successful,106,US,5461.00,5461.00,3500.00 +1101126417,Dead of Day - Video Game for PC/MAC (Canceled),Video Games,Games,GBP,2015-10-23,10000.00,2015-09-23 10:14:15,255.00,canceled,15,GB,395.91,392.80,15404.05 +1101129955,Dating Without Borders,Documentary,Film & Video,CAD,2014-02-19,8000.00,2014-01-20 22:54:03,23.00,failed,4,CA,20.98,20.60,7165.25 +1101132541,OMICRON OFF THE GRID POWER LIGHT & LANTERN,Technology,Technology,USD,2014-11-25,20000.00,2014-10-24 07:11:06,993.00,failed,13,US,993.00,993.00,20000.00 +1101135954,Kickstarter Gold: Ballez Class Everywhere Instruction Videos,Workshops,Dance,USD,2017-08-01,8000.00,2017-07-05 14:31:30,8507.00,successful,243,US,71.00,8507.00,8000.00 +1101139110,The Bacon Jams: A fun and unique spreadable bacon preserve!,Bacon,Food,USD,2013-09-22,8450.00,2013-08-09 21:01:32,11678.00,successful,279,US,11678.00,11678.00,8450.00 +110114662,Secrets Of Sad Men,Drama,Film & Video,USD,2016-12-05,22500.00,2016-11-05 17:07:07,25.00,failed,2,US,25.00,25.00,22500.00 +1101146665,Semper Fidel - Finshing Funds For A Feature Film Project,Narrative Film,Film & Video,USD,2011-09-14,7500.00,2011-07-16 19:48:41,7745.00,successful,75,US,7745.00,7745.00,7500.00 +110115130,Denver Handmade Homemade's Vendorship Program,Crafts,Crafts,USD,2015-03-31,30000.00,2015-03-01 15:33:28,30455.00,successful,246,US,30455.00,30455.00,30000.00 +1101151816,Abortion: A Race Redux (Canceled),Plays,Theater,USD,2014-08-14,6000.00,2014-07-15 22:07:56,376.00,canceled,11,US,376.00,376.00,6000.00 +1101157146,The Independents Club,Fashion,Fashion,GBP,2015-12-06,50000.00,2015-10-07 21:23:26,1.00,failed,1,GB,1.52,1.52,75788.58 +1101166398,KAFKAMUSIK Suites no.'s 1-3,Classical Music,Music,USD,2012-03-28,3000.00,2012-02-27 19:59:39,20.00,failed,1,US,20.00,20.00,3000.00 +1101167350,Asheville Live,Film & Video,Film & Video,USD,2014-01-25,15000.00,2013-12-11 16:02:02,1135.00,failed,16,US,1135.00,1135.00,15000.00 +1101170697,John B's Comedy Short Films,Shorts,Film & Video,USD,2013-04-28,4000.00,2013-03-28 23:37:23,6315.00,successful,94,US,6315.00,6315.00,4000.00 +1101177231,AiryVest: The World's Lightest Dog Jacket,Product Design,Design,USD,2016-03-11,5000.00,2016-02-09 13:33:05,7004.00,successful,222,US,7004.00,7004.00,5000.00 +1101178857,EAST BAY POLITIX,Animation,Film & Video,USD,2013-04-19,10000.00,2013-03-20 07:51:00,0.00,failed,0,US,0.00,0.00,10000.00 +"1101184474,""Publishing a """"Who Done It"""" mystery"",Fiction,Publishing,USD,2011-09-18,3500.00,2011-08-19 21:27:43,566.00,failed,13,US,566.00,566.00,3500.00" +"1101184739,""""""Movie My Life"""" App for Movie/Music Lovers (Canceled)"",Technology,Technology,USD,2011-09-19,1000.00,2011-08-05 01:43:39,25.00,canceled,1,US,25.00,25.00,1000.00" +1101186634,To Hell and Back - Published Novel to TV Series & Film,Film & Video,Film & Video,USD,2017-05-04,9350.00,2017-03-25 14:34:32,10.00,failed,1,US,0.00,10.00,9350.00 +1101191921,Paul Pfau's Great American Love Story EP,Music,Music,USD,2016-05-25,15000.00,2016-05-02 17:21:42,17292.00,successful,162,US,17292.00,17292.00,15000.00 +1101196054,Blue Horizon,Webseries,Film & Video,USD,2016-10-14,2000.00,2016-09-14 01:00:31,2363.66,successful,34,US,60.00,2363.66,2000.00 +1101197717,KOLYR: University Inspired Footwear for Active Lifestyles,Fashion,Fashion,USD,2013-11-23,10000.00,2013-10-09 15:46:33,10269.00,successful,90,US,10269.00,10269.00,10000.00 +110119898,The New World,Fiction,Publishing,USD,2011-08-12,15000.00,2011-06-28 01:20:32,45.00,failed,2,US,45.00,45.00,15000.00 +1101209748,$259 Reach 3D Printer,3D Printing,Technology,USD,2016-03-21,40000.00,2016-02-25 19:01:01,185669.00,successful,562,US,185669.00,185669.00,40000.00 +1101209755,Take Flight Ultra: A Parkour & Freerunning Shoe For Everyone,Footwear,Fashion,USD,2016-02-01,40000.00,2015-12-16 00:44:45,12200.00,failed,121,US,12200.00,12200.00,40000.00 +1101210869,N.o.1 Clothing,Product Design,Design,USD,2014-03-06,5000.00,2014-02-04 02:51:59,110.00,failed,2,US,110.00,110.00,5000.00 +1101226801,Legend of Zelda Live Action Series,Film & Video,Film & Video,AUD,2014-09-04,1000.00,2014-08-05 02:47:33,5.00,failed,1,AU,4.66,4.68,936.50 +"1101233036,50 SHADES OF CUTLERY,Film & Video,Film & Video,USD,2016-03-19,2000.00,2016-02-16 00:10:07,151.00,undefined,0,""N,0"""""",,151.00,2000.00" +"11012440,""""""Hazard"""", a new film by Nick Perlman"",Shorts,Film & Video,USD,2010-12-25,1500.00,2010-11-25 02:34:10,1500.00,successful,16,US,1500.00,1500.00,1500.00" +1101244187,WunderBar | Farm-Fresh Vegan Snack Bar,Vegan,Food,USD,2017-10-22,1000.00,2017-09-22 15:56:29,1800.00,successful,49,US,511.00,1800.00,1000.00 +1101258452,Hamlet: A Tale of Betrayal and Revenge,Action,Film & Video,USD,2015-07-07,450.00,2015-06-07 03:06:43,0.00,failed,0,US,0.00,0.00,450.00 +1101268168,Downranger,Apps,Technology,USD,2017-05-23,50000.00,2017-03-25 16:39:56,29.00,failed,2,US,25.00,29.00,50000.00 +1101305136,Leap Year: A Look At Collegiate Jumping,Documentary,Film & Video,USD,2015-04-27,1500.00,2015-03-28 01:07:18,1661.00,successful,24,US,1661.00,1661.00,1500.00 +"1101309085,""Bringing Back the Theatre...""""On The Cutting Room Floor"""" World Premiere (Canceled)"",Theater,Theater,USD,2010-06-11,1500.00,2010-05-13 21:03:43,0.00,canceled,0,US,0.00,0.00,1500.00" +110131171,TILT - Portable Laptop Stand,Product Design,Design,AUD,2017-06-09,10000.00,2017-04-25 02:20:12,1830.00,canceled,43,AU,893.02,1378.43,7532.39 +11013265,PigPen Theatre Co. Debut Album,Country & Folk,Music,USD,2012-01-18,8000.00,2011-11-19 23:43:54,12951.01,successful,266,US,12951.01,12951.01,8000.00 +1101356200,The Bitter Limit,Thrillers,Film & Video,GBP,2015-01-01,500.00,2014-12-02 19:16:59,508.00,successful,23,GB,793.03,784.34,771.99 +1101357193,UNDER EUROPEAN EYES,Documentary,Film & Video,USD,2012-12-28,5500.00,2012-11-27 19:11:35,1550.00,failed,37,US,1550.00,1550.00,5500.00 +1101357329,Snowy Owl Bakery for the best GF products!,Small Batch,Food,USD,2014-08-22,25000.00,2014-07-21 20:11:44,20.00,failed,3,US,20.00,20.00,25000.00 +1101361487,Burly and the Bean Coffee - Expanding!,Drinks,Food,USD,2016-08-15,9000.00,2016-06-16 07:10:35,2400.00,failed,28,US,1535.00,2400.00,9000.00 +"1101375027,""""""Helping Hands"""" Sculpture"",Sculpture,Art,USD,2011-09-03,6500.00,2011-08-09 20:16:37,236.00,failed,7,US,236.00,236.00,6500.00" +"1101375965,""Bootleg Whiskey Rodeo """"Across State Lines"""" Tour 2011"",Rock,Music,USD,2011-09-26,5000.00,2011-08-12 16:36:05,5200.00,successful,29,US,5200.00,5200.00,5000.00" +1101376606,Beading Jewelry,Jewelry,Fashion,USD,2014-08-27,60.00,2014-07-28 21:34:46,29.00,failed,5,US,29.00,29.00,60.00 +"1101380069,""Bree Hafen's """"Positive Space"""""",Dance,Dance,USD,2013-06-11,25000.00,2013-05-09 02:05:24,27488.00,successful,177,US,27488.00,27488.00,25000.00" +1101388586,All or Nothing [Adult],Graphic Novels,Comics,USD,2014-05-27,1200.00,2014-05-02 17:35:49,355.00,failed,13,US,355.00,355.00,1200.00 +1101389426,One Love Jerk Marinade,Small Batch,Food,USD,2018-01-31,20000.00,2017-12-02 00:39:50,70.00,live,2,US,0.00,70.00,20000.00 +1101395333,Guys In Bowties Productions,Publishing,Publishing,USD,2015-05-02,10000.00,2015-04-02 05:59:53,0.00,failed,0,US,0.00,0.00,10000.00 +1101396999,LegSo: Drivers ergonomic solution,Product Design,Design,CAD,2015-03-20,5000.00,2015-02-16 12:28:37,1919.00,failed,41,CA,1541.54,1514.36,3945.71 +"1101397661,""Booklet featuring """"Quiet Please"""", an art show about tennis."",Mixed Media,Art,USD,2016-08-29,600.00,2016-08-02 21:54:07,910.00,successful,15,US,261.00,910.00,600.00" +"1101406194,Healing Arte; One CD at a time...,Classical Music,Music,USD,2015-07-12,2000.00,2015-06-13 05:00:51,331.00,failed,10,US,331.00,331.00,2000.00" +1101409887,Secure our healing farm location.,Community Gardens,Food,USD,2015-04-10,55000.00,2015-02-09 19:54:46,0.00,failed,0,US,0.00,0.00,55000.00 +1101412,Dice Cigar Rosewood Piano Finish Humidor,Woodworking,Crafts,USD,2018-01-16,6000.00,2017-12-17 02:57:09,0.00,live,0,US,0.00,0.00,6000.00 +1101424857,WILD • A Documentary Film,Documentary,Film & Video,USD,2013-02-25,24000.00,2013-01-11 21:24:26,25965.00,successful,290,US,25965.00,25965.00,24000.00 +1101427843,Lightning 20 Artist Series and Quarterly,Rock,Music,USD,2014-01-08,12500.00,2013-12-09 15:07:58,22263.38,successful,293,US,22263.38,22263.38,12500.00 +110144111,They Can Take My Appendix But Not The Music! Save Tall Bear!,Indie Rock,Music,USD,2012-01-06,6500.00,2011-11-07 21:21:56,6586.00,successful,47,US,6586.00,6586.00,6500.00 +"1101441775,""Helvetica, Objectified, Urbanized: The Complete Interviews"",Design,Design,USD,2013-10-18,55000.00,2013-09-18 19:59:15,92132.30,successful,1447,US,92132.30,92132.30,55000.00" +1101456382,iZombieU,Art,Art,USD,2012-07-23,2500.00,2012-06-23 00:21:55,1050.00,failed,16,US,1050.00,1050.00,2500.00 +1101463200,Rise of the Financial Ruler,Publishing,Publishing,SGD,2017-05-26,3000.00,2017-04-26 07:46:36,563.00,failed,16,SG,0.00,407.23,2169.98 +110147247,:[Preservation]: BFA Senior Thesis Collection,Ready-to-wear,Fashion,USD,2016-04-04,3000.00,2016-03-05 08:23:59,451.00,failed,10,US,451.00,451.00,3000.00 +"1101479762,""The Unlikely Adventure of Race McCloud, Private Eye"",Theater,Theater,USD,2012-03-07,2000.00,2012-01-07 01:58:55,2060.13,successful,42,US,2060.13,2060.13,2000.00" +1101489010,The DreamBoard: Visualize Success Every Day!,Product Design,Design,USD,2015-01-31,10000.00,2015-01-01 16:40:50,2448.00,failed,72,US,2448.00,2448.00,10000.00 +1101506345,Neighborhood Theatre Group's First Season!,Theater,Theater,USD,2015-11-09,8000.00,2015-09-29 22:23:53,8350.34,successful,93,US,8350.34,8350.34,8000.00 +110152822,Building my own online boutique,DIY,Crafts,USD,2016-04-27,2500.00,2016-03-28 16:03:46,2.00,failed,2,US,2.00,2.00,2500.00 +1101542927,Chef Knife Tattoos!,Art,Art,USD,2016-07-10,65133.00,2016-06-10 21:33:57,181.00,failed,4,US,176.00,181.00,65133.00 +1101543189,Influential Matrix,Painting,Art,USD,2011-02-22,1700.00,2010-12-24 02:56:35,20.00,failed,2,US,20.00,20.00,1700.00 +1101561978,Pick-a-Party™ (Canceled),Apps,Technology,USD,2016-03-03,2500.00,2016-02-02 07:31:28,0.00,canceled,0,US,0.00,0.00,2500.00 +1101567606,iPad Case - Next Step,Product Design,Design,USD,2013-02-10,25000.00,2013-01-11 20:25:18,4129.00,failed,51,US,4129.00,4129.00,25000.00 +1101568948,Beautiful Homes of Nova Scotia (Canceled),Photobooks,Photography,CAD,2014-12-14,9500.00,2014-11-14 20:58:50,0.00,canceled,0,CA,0.00,0.00,8192.48 +1101572780,MaKey MaKey: An Invention Kit for Everyone,DIY Electronics,Technology,USD,2012-06-13,25000.00,2012-05-14 06:45:06,568106.13,successful,11124,US,568106.13,568106.13,25000.00 +1101579781,Butch: Not like the other girls,Art,Art,CAD,2014-03-18,10000.00,2014-02-14 23:12:54,12238.00,successful,214,CA,11119.73,10925.81,8927.77 +1101580170,INAZ & DIESTRO Alpaca Knitwear Accessories Collection,Accessories,Fashion,USD,2017-08-02,880.00,2017-07-11 02:44:46,221.00,failed,6,US,44.00,221.00,880.00 +1101581373,Das Keyboard 5Q: The Cloud Connected Keyboard,Hardware,Technology,USD,2016-07-30,100000.00,2016-06-30 15:02:21,580902.01,successful,3475,US,334603.01,580902.01,100000.00 +1101604246,Circle H Brothers Brewing Company,Drinks,Food,USD,2016-05-05,10000.00,2016-04-05 03:59:35,10072.00,successful,51,US,10072.00,10072.00,10000.00 +1101608850,The Jack Haughey Illustration Shop,Illustration,Art,GBP,2017-05-11,2000.00,2017-03-12 14:58:11,0.00,failed,0,GB,0.00,0.00,2571.52 +1101614484,Cee Cee Salsa,Food,Food,USD,2015-01-07,58000.00,2014-12-08 17:36:07,70.00,failed,4,US,70.00,70.00,58000.00 +1101615050,Gone Turn Fool,Pop,Music,USD,2017-08-12,65350.00,2017-06-28 23:14:41,0.00,failed,0,US,0.00,0.00,65350.00 +1101620747,Ocean Air Cycles Rambler - Sport Touring Bicycle Revitalized,Product Design,Design,USD,2012-12-10,70000.00,2012-11-10 07:54:33,10151.00,failed,35,US,10151.00,10151.00,70000.00 +110164004,Bruckner Ninth Symphony Finale Workshop (Canceled),Classical Music,Music,USD,2011-10-01,100000.00,2011-08-22 02:40:18,0.00,canceled,0,US,0.00,0.00,100000.00 +"1101644693,""Piyasiri's new Electro House album """"A New Beginning"""" on CD"",Electronic Music,Music,SEK,2015-03-18,10000.00,2015-02-21 07:46:26,487.00,failed,5,SE,57.89,56.43,1158.64" +1101650908,Beneath Waves,Publishing,Publishing,USD,2015-02-27,35.00,2015-01-28 15:51:38,1.00,failed,1,US,1.00,1.00,35.00 +1101657153,Hand-dyed Silks and Cottons made in the USA,Crafts,Crafts,USD,2013-09-30,4000.00,2013-09-07 01:09:59,4215.00,successful,60,US,4215.00,4215.00,4000.00 +1101657617,FireFly Laser Radar Trigger for DSLR Cameras,Camera Equipment,Technology,USD,2015-08-14,85000.00,2015-06-30 00:33:53,3728.00,failed,19,US,3728.00,3728.00,85000.00 +"1101658712,""Clara & Macy: Sprouts, Carrots, & Snowmen Christmas Crackers"",Product Design,Design,GBP,2016-11-12,722.00,2016-11-03 05:27:58,1030.00,successful,48,GB,1065.62,1269.79,890.08" +110168538,Project London | Help Us Release This Movie,Narrative Film,Film & Video,USD,2013-01-11,15735.00,2012-12-03 19:58:56,22489.49,successful,590,US,22489.49,22489.49,15735.00 +"1101705025,""Earths Amazing Places, crowdsourced photography"",Places,Photography,GBP,2015-05-10,4000.00,2015-03-11 22:09:39,56.00,failed,2,GB,84.51,87.97,6283.78" +1101705307,SoundBender: Power-free Magnetic Sound Enhancer for iPad 2,Product Design,Design,USD,2012-02-29,4500.00,2012-01-11 03:12:01,10145.00,successful,360,US,10145.00,10145.00,4500.00 +1101711535,The TRANSMETROPOLITAN art book,Comics,Comics,USD,2011-02-15,26000.00,2010-12-10 03:12:59,46690.05,successful,638,US,46690.05,46690.05,26000.00 +1101750431,Wreckfish... maybe?,Food,Food,GBP,2017-06-01,200000.00,2017-05-02 19:53:39,208956.00,successful,1522,GB,59264.30,268580.98,257069.41 +110176601,MeshUp: Mashup for meshes,Technology,Technology,USD,2012-11-18,25000.00,2012-10-19 23:58:08,28082.00,successful,153,US,28082.00,28082.00,25000.00 +1101771668,P. Craig Russell's Guide to Graphic Storytelling Series 2,Comics,Comics,USD,2012-07-19,5000.00,2012-06-20 00:35:10,14377.69,successful,215,US,14377.69,14377.69,5000.00 +1101774398,Remembering Wormwood (Canceled),Documentary,Film & Video,USD,2011-10-14,21000.00,2011-09-14 22:33:25,250.00,canceled,1,US,250.00,250.00,21000.00 +1101774800,2 New Graphic Novels From Creephouse Comics,Graphic Novels,Comics,USD,2014-11-01,5000.00,2014-10-01 16:22:13,1965.00,failed,49,US,1965.00,1965.00,5000.00 +1101775574,Tower of Tears (Canceled),Fiction,Publishing,USD,2014-06-02,1000.00,2014-05-13 00:04:53,0.00,canceled,0,US,0.00,0.00,1000.00 +1101777555,Scissor Sisters SWAN SONG: A Time-Tripping Graphic Novel,Graphic Novels,Comics,USD,2017-09-13,3000.00,2017-08-21 00:59:37,3206.00,successful,85,US,1249.00,3206.00,3000.00 +1101778368,CLEAN AIR for Utah | Local Author Book Launch,Publishing,Publishing,USD,2017-04-21,10000.00,2017-03-13 00:07:58,1.00,failed,1,US,0.00,1.00,10000.00 +1101780021,Fire & Water,Documentary,Film & Video,USD,2012-04-16,10000.00,2012-03-17 20:00:30,10930.11,successful,132,US,10930.11,10930.11,10000.00 +1101780073,Prinkster : Art in shorts,Ready-to-wear,Fashion,USD,2017-06-02,12000.00,2017-05-13 00:47:05,376.00,failed,10,US,149.00,376.00,12000.00 +1101785040,Star Trek: Captain Pike,Film & Video,Film & Video,USD,2015-06-03,112000.00,2015-05-04 17:56:10,77010.00,failed,655,US,77010.00,77010.00,112000.00 +"1101786413,""Mr. Butler's Legacy, a short film"",Film & Video,Film & Video,USD,2012-08-02,5000.00,2012-07-03 15:56:04,110.00,failed,2,US,110.00,110.00,5000.00" +1101786804,Graft. The Open Source Storytelling platform. (Canceled),Technology,Technology,USD,2015-08-07,125000.00,2015-06-30 14:23:53,2595.00,canceled,10,US,2595.00,2595.00,125000.00 +1101796981,Princesses With A Twist Book Series,Children's Books,Publishing,USD,2015-07-25,30000.00,2015-06-10 15:44:51,30711.00,successful,289,US,30711.00,30711.00,30000.00 +"1101802524,""""""Lift and Twist"""" Prescription Bottle Cap Time Indicator"",Design,Design,USD,2014-11-14,65000.00,2014-09-30 13:47:28,590.00,failed,5,US,590.00,590.00,65000.00" +1101806197,Project Shawnyboy,Fiction,Publishing,USD,2017-06-18,4000.00,2017-05-19 03:01:23,0.00,failed,0,US,0.00,0.00,4000.00 +1101814702,Backdoor to College Success Book: Secrets to Getting a 4.0,Academic,Publishing,USD,2015-09-03,1500.00,2015-08-04 19:37:49,221.00,failed,6,US,221.00,221.00,1500.00 +1101815922,Life Lessons - Webseries,Webseries,Film & Video,USD,2014-05-04,150000.00,2014-03-05 22:18:54,100.00,failed,1,US,100.00,100.00,150000.00 +1101818980,The Counselor Companion (Canceled),Product Design,Design,USD,2015-03-25,10000.00,2015-02-23 18:25:00,0.00,canceled,0,US,0.00,0.00,10000.00 +1101822485,PAWSE: The Automatic Dog Leash.,Product Design,Design,USD,2014-12-06,35000.00,2014-10-21 19:30:40,21207.00,failed,133,US,21207.00,21207.00,35000.00 +1101827492,Back to Basics Kitchen: Get Real with Your Food,Food,Food,USD,2011-06-06,15000.00,2011-05-06 06:29:26,15151.00,successful,90,US,15151.00,15151.00,15000.00 +1101828433,Face Art EVERY DAY for an ENTIRE YEAR!,Painting,Art,USD,2014-02-13,4000.00,2014-01-14 19:35:15,0.00,failed,0,US,0.00,0.00,4000.00 +1101836198,The Math Board Game - Aligned to the Common Core Standards,Tabletop Games,Games,USD,2013-03-16,17500.00,2013-01-29 18:35:23,1049.00,failed,18,US,1049.00,1049.00,17500.00 +1101838257,The LIFE LESSONS Project,Nonfiction,Publishing,USD,2011-05-23,2225.00,2011-04-23 23:24:53,76.00,failed,4,US,76.00,76.00,2225.00 +1101841531,Miller's Studio Album,Indie Rock,Music,USD,2014-11-01,10000.00,2014-10-09 06:30:25,6185.00,failed,30,US,6185.00,6185.00,10000.00 +"110184304,""Rustic Trades Furniture | Atlanta, GA"",Design,Design,USD,2012-01-07,25000.00,2011-11-23 16:34:34,776.00,failed,4,US,776.00,776.00,25000.00" +1101847304,Faces of the First Coast: Displaced Citizens,People,Photography,USD,2015-07-04,5000.00,2015-06-04 05:40:19,240.00,failed,3,US,240.00,240.00,5000.00 +1101847570,Booze Brothers Slings & Things,Drinks,Food,USD,2016-06-30,10000.00,2016-05-31 21:04:29,5.00,failed,1,US,5.00,5.00,10000.00 +"110185527,""This is Lauva, one of the most beautiful E-Bikes to date!"",Hardware,Technology,EUR,2017-12-25,38500.00,2017-11-20 15:02:33,39991.00,successful,22,ES,20900.40,47961.19,46173.03" +"1101860054,""""""No i In Phone"""" an iPhone Documentary "",Documentary,Film & Video,USD,2011-05-03,7200.00,2011-03-09 04:03:30,250.00,failed,1,US,250.00,250.00,7200.00" +1101862813,CouchSurfing in the USA by the Sherminator- A Documentary (Canceled),Documentary,Film & Video,USD,2010-08-16,1000.00,2010-07-07 23:28:34,23.69,canceled,2,US,23.69,23.69,1000.00 +1101868086,Cursed In Cairo,Nonfiction,Publishing,USD,2015-12-23,6000.00,2015-10-25 20:10:36,846.00,failed,23,US,846.00,846.00,6000.00 +1101875948,The Buffalove Gift Company,Photography,Photography,USD,2015-10-10,15000.00,2015-09-10 13:46:00,625.00,failed,10,US,625.00,625.00,15000.00 +1101880382,DeskSpace: Handcrafted Solar System Desk Accessory,Stationery,Crafts,HKD,2017-12-31,100000.00,2017-12-01 17:06:35,642115.00,successful,1061,HK,3295.86,82115.04,12788.21 +1101889573,The Young International Debut EP,Pop,Music,USD,2010-07-25,3500.00,2010-05-31 03:51:30,3530.00,successful,108,US,3530.00,3530.00,3500.00 +1101898796,THE PATSY,Animation,Film & Video,GBP,2012-12-27,1500.00,2012-11-27 10:52:05,2340.69,successful,71,GB,3750.47,3777.13,2420.53 +1101900135,Forza,Technology,Technology,USD,2015-10-01,2000.00,2015-09-17 21:27:25,15.00,failed,3,US,15.00,15.00,2000.00 +1101914141,France Retro Sports Jersey,Fashion,Fashion,EUR,2015-11-27,4300.00,2015-10-18 20:20:07,66.00,failed,2,ES,74.90,69.83,4549.40 +"1101940018,""""""Bring Madison's History to Life"""" Mural Project"",Public Art,Art,USD,2014-08-18,800.00,2014-07-30 05:47:56,850.00,successful,15,US,850.00,850.00,800.00" +1101940998,A New American Menswear Movement,Fashion,Fashion,USD,2012-09-05,15000.00,2012-08-06 22:30:43,15855.00,successful,188,US,15855.00,15855.00,15000.00 +1101944442,I want to try and make a pizza from scratch,Food,Food,GBP,2014-07-19,45.00,2014-07-09 20:47:41,0.00,failed,0,GB,0.00,0.00,76.45 +1101950742,The Life and Mind of Mark DeFriest - Prison Documentary,Animation,Film & Video,USD,2012-12-26,20000.00,2012-11-16 22:29:36,20230.00,successful,165,US,20230.00,20230.00,20000.00 +1101957947,B.E.D. Ridden: 30+ Day Study of a Diet of Bacon Eggs & Dairy,Documentary,Film & Video,USD,2013-07-29,1800.00,2013-07-15 18:57:28,0.00,canceled,0,US,0.00,0.00,1800.00 +"1101960939,""Ebony White Collection, Spring 2014 Phase II: Project LAUNCH"",Ready-to-wear,Fashion,USD,2013-11-23,10000.00,2013-10-24 17:08:26,10230.00,successful,77,US,10230.00,10230.00,10000.00" +1101967797,Groomed & Grizzly Beard Co.,DIY,Crafts,USD,2017-05-30,2500.00,2017-04-29 02:11:50,729.00,failed,13,US,160.00,729.00,2500.00 +1101971124,Capsule: Create Digital Time Capsules - Delivery Guaranteed,Software,Technology,USD,2015-09-09,200000.00,2015-08-04 21:51:53,150.00,failed,2,US,150.00,150.00,200000.00 +1101974092,Uncovered Vol 2.5 -- More Looping Cello-Based Cover Songs,Pop,Music,USD,2013-09-10,700.00,2013-08-31 04:14:33,2060.55,successful,150,US,2060.55,2060.55,700.00 +1101976535,CUERPOS DE SAL,Drama,Film & Video,MXN,2017-12-29,200000.00,2017-11-29 01:47:36,205289.00,successful,60,MX,247.73,10405.44,10137.36 +1101979645,Doge Kitchen Customized Dog Treats,Food,Food,USD,2015-03-13,10000.00,2015-02-11 03:55:54,69.00,failed,7,US,69.00,69.00,10000.00 +1101982751,Atmospheric Jazz,Jazz,Music,EUR,2016-08-20,1000.00,2016-07-21 15:46:48,1.00,failed,1,DE,0.00,1.13,1129.00 +1101983529,Lost in the Aftermath,Documentary,Film & Video,NZD,2015-05-15,30000.00,2015-04-15 08:38:53,295.00,failed,4,NZ,220.62,219.31,22303.17 +1101986128,One Race Human Campaign,Product Design,Design,USD,2011-09-05,8000.00,2011-06-07 17:16:00,480.00,failed,7,US,480.00,480.00,8000.00 +1101989813,The Book That Brought Water (Canceled),Children's Books,Publishing,USD,2014-02-12,4200.00,2013-12-24 01:46:32,770.00,canceled,11,US,770.00,770.00,4200.00 +"1101998786,""BoXZY Rapid-Change FabLab: Mill, Laser Engraver, 3D Printer"",Fabrication Tools,Technology,USD,2015-04-18,50000.00,2015-03-09 14:45:19,1193255.00,successful,630,US,1193255.00,1193255.00,50000.00" +"1102001646,""Java Hub, Jr."",Food Trucks,Food,USD,2015-04-06,1250.00,2015-03-17 17:14:48,1365.00,successful,17,US,1365.00,1365.00,1250.00" +1102002611,David's War/David's Peace,Children's Books,Publishing,USD,2013-07-25,4000.00,2013-06-25 15:37:45,4000.00,successful,63,US,4000.00,4000.00,4000.00 +1102004080,Intern to CEO in 12 Months,Publishing,Publishing,USD,2015-11-27,200.00,2015-11-17 18:40:16,11.50,failed,4,US,11.50,11.50,200.00 +1102009433,What'cha Wearin' | An app for getting dressed stress free!,Apps,Technology,GBP,2018-01-09,80000.00,2017-11-30 17:50:39,0.00,live,0,GB,0.00,0.00,109118.19 +110201140,Black Knowledge Apparel (Canceled),Apparel,Fashion,USD,2015-03-08,30000.00,2015-01-22 19:55:57,0.00,canceled,0,US,0.00,0.00,30000.00 +1102019615,One Coast Collaboration,Theater,Theater,USD,2013-07-31,3500.00,2013-07-11 03:14:16,4179.00,successful,111,US,4179.00,4179.00,3500.00 +1102020746,Vijita's Sri Lanka,Documentary,Film & Video,GBP,2016-08-13,700.00,2016-06-14 17:54:54,701.00,successful,16,GB,491.09,917.47,916.16 +1102021858,Interactive podcast for teens,Apps,Technology,SEK,2015-07-02,186610.00,2015-05-18 19:54:02,50567.00,failed,28,SE,6172.23,5986.53,22092.39 +1102028485,www.windowchannels.com | SnowGlobe TV/Window Channels,Television,Film & Video,USD,2016-11-12,180000.00,2016-09-13 20:45:07,0.00,canceled,0,US,0.00,0.00,180000.00 +"1102031982,""PROJECT """" FREE IN AMERICA """" 12 songs """" COUNTRY """""",Country & Folk,Music,USD,2013-08-28,75000.00,2013-07-19 01:08:17,3.55,failed,1,US,3.55,3.55,75000.00" +1102042609,Bring Me Mishi's Strudel!,Restaurants,Food,USD,2016-03-26,52000.00,2016-03-02 16:16:28,301.00,failed,7,US,301.00,301.00,52000.00 +1102046733,Mulberry,Shorts,Film & Video,USD,2012-07-16,9600.00,2012-06-26 19:39:39,10677.50,successful,138,US,10677.50,10677.50,9600.00 +1102051457,Chicago EP,Music,Music,USD,2015-04-07,13000.00,2015-03-04 02:10:10,1.00,failed,1,US,1.00,1.00,13000.00 +"1102062627,David Kroll EP,Music,Music,USD,2016-03-07,5000.00,2016-02-04 18:28:06,9695.00,undefined,0,""N,0"""""",,9695.00,5000.00" +1102065816,Phocumentary - a documentary about ph?,Documentary,Film & Video,USD,2015-06-12,10000.00,2015-05-13 17:16:30,11183.00,successful,260,US,11183.00,11183.00,10000.00 +1102083853,Flutterby,Performance Art,Art,USD,2011-11-11,5000.00,2011-09-12 18:33:51,5711.00,successful,67,US,5711.00,5711.00,5000.00 +1102085676,GHOSTS OF THE WEST award-winning ghost town doc release,Documentary,Film & Video,USD,2013-04-15,4500.00,2013-03-15 00:24:06,4847.00,successful,99,US,4847.00,4847.00,4500.00 +1102085869,Streamline Your Disaster Recovery and Continuity of Business,Software,Technology,USD,2016-07-08,50000.00,2016-05-09 04:09:47,0.00,failed,0,US,0.00,0.00,50000.00 +"1102089698,""C Street: Sex, Drugs & Family Values"",Comedy,Film & Video,USD,2015-10-11,15000.00,2015-09-11 21:30:21,15840.00,successful,29,US,15840.00,15840.00,15000.00" +110209153,Universal sports,Mobile Games,Games,USD,2017-04-02,20000.00,2017-03-03 02:10:29,0.00,failed,0,US,0.00,0.00,20000.00 +1102096524,Shiver Shield Extreme Cold Weather Gear,Apparel,Fashion,USD,2017-08-25,25000.00,2017-07-11 20:51:39,57194.00,successful,805,US,36233.00,57194.00,25000.00 +110210282,Thick Heart - A Short Romantic Comedy Film,Shorts,Film & Video,USD,2013-04-25,3000.00,2013-04-05 23:45:58,3027.69,successful,87,US,3027.69,3027.69,3000.00 +"1102109022,""Qkey - A smart, simple, and secure online experience."",Hardware,Technology,USD,2017-02-14,10000.00,2017-01-06 21:56:10,104110.00,successful,858,US,18909.00,104110.00,10000.00" +1102127274,A Convenient Truth Movie - Theatrical Run,Comedy,Film & Video,USD,2015-02-05,11000.00,2015-01-06 00:10:42,11000.00,successful,108,US,11000.00,11000.00,11000.00 +"1102132038,""The Whole Scoop: All Natural, Homemade Ice Cream"",Food,Food,USD,2012-08-06,15000.00,2012-07-12 20:18:53,3131.00,failed,40,US,3131.00,3131.00,15000.00" +11021392,PaperLike - Make iPad Pro feel like writing on Paper,Product Design,Design,EUR,2017-05-18,1500.00,2017-04-04 09:42:17,40634.00,successful,1914,DE,339.59,45424.97,1676.86 +1102143333,Parking Buddy,Technology,Technology,USD,2014-10-04,1000000.00,2014-08-05 19:39:04,5.00,failed,1,US,5.00,5.00,1000000.00 +1102151561,Help get my boyfriend across the state to me! + Free Album.,Rock,Music,USD,2015-05-20,50.00,2015-04-20 23:28:17,50.00,suspended,1,US,50.00,50.00,50.00 +1102151862,The Blessed Buddies: Book Project 1,Children's Books,Publishing,USD,2014-10-21,20000.00,2014-08-22 04:00:53,931.00,failed,12,US,931.00,931.00,20000.00 +1102153801,Production Funds for Caddy Clipz Inc - Think outside the bag,Product Design,Design,USD,2013-09-28,10000.00,2013-08-14 03:53:14,260.00,failed,11,US,260.00,260.00,10000.00 +1102160701,Beyond Borders: Exhibition of contemporary posters from Iran,Graphic Design,Design,USD,2013-05-12,14000.00,2013-03-13 16:35:47,2362.00,failed,48,US,2362.00,2362.00,14000.00 +1102163923,Apocalypse Overload - Zombies Ninjas Robots Pirates & You!,Video Games,Games,USD,2013-09-28,20000.00,2013-08-29 23:43:04,1185.00,failed,26,US,1185.00,1185.00,20000.00 +"110216663,""""""You and Me"""" – Debut Album by Stephen Charles"",Pop,Music,USD,2013-03-04,1000.00,2013-02-02 14:59:38,1490.00,successful,35,US,1490.00,1490.00,1000.00" +1102170961,Gang Investigators,Video Games,Games,GBP,2014-09-16,2500.00,2014-07-18 00:15:03,65.00,failed,7,GB,111.39,106.21,4085.17 +1102177281,FREC.Me EDM Festival,Electronic Music,Music,CAD,2014-06-04,45000.00,2014-05-14 16:35:34,3850.00,failed,46,CA,3532.14,3524.35,41193.70 +11021821,'HORSE' A live action/3d fantasy film by Daniel Psarris,Fantasy,Film & Video,CAD,2014-10-04,50000.00,2014-08-05 16:50:54,400.00,canceled,2,CA,366.24,357.24,44654.82 +1102185288,Days of Cosplay,Film & Video,Film & Video,USD,2014-04-25,15000.00,2014-03-25 00:25:28,2825.00,failed,11,US,2825.00,2825.00,15000.00 +1102187348,Three to Tango,Nonfiction,Publishing,USD,2014-09-21,2300.00,2014-08-22 04:32:19,2375.00,successful,19,US,2375.00,2375.00,2300.00 +1102196984,ATX: a Television Festival,Film & Video,Film & Video,USD,2012-02-22,25000.00,2012-01-18 00:18:30,27750.00,successful,325,US,27750.00,27750.00,25000.00 +1102202313,Agri-tecture Training for Women in Rural Mexico,Design,Design,USD,2011-03-26,5000.00,2011-02-24 06:32:04,5177.01,successful,94,US,5177.01,5177.01,5000.00 +1102206885,Inside the Ropes - From the Streets to the Ring (Canceled),Documentary,Film & Video,GBP,2013-08-22,5000.00,2013-06-23 21:36:25,407.00,canceled,10,GB,627.70,632.69,7772.67 +1102211555,The Cereal Killer: The Film,Film & Video,Film & Video,USD,2014-05-18,2000.00,2014-04-24 13:01:52,516.00,failed,13,US,516.00,516.00,2000.00 +1102213415,Dancin' In The Kitchen-Songs for ALL Families-Fink & Marxer,Kids,Music,USD,2014-11-25,15000.00,2014-10-15 17:15:04,16977.00,successful,200,US,16977.00,16977.00,15000.00 +1102219561,Give a Puppet a Hand,Musical,Theater,USD,2015-02-14,2400.00,2014-12-16 20:39:40,2521.00,successful,36,US,2521.00,2521.00,2400.00 +1102220177,Bidding Wars: A Novel,Fiction,Publishing,USD,2015-08-28,25000.00,2015-06-29 14:13:32,740.00,failed,11,US,740.00,740.00,25000.00 +1102222474,The Unwise Guy,Comics,Comics,USD,2012-02-03,50000.00,2012-01-04 16:52:57,0.00,failed,0,US,0.00,0.00,50000.00 +1102229686,The beauty of the midwest!,Photography,Photography,USD,2014-04-19,500.00,2014-03-20 21:06:03,35.00,failed,3,US,35.00,35.00,500.00 +1102233159,Brewing: Thoughtful Poems with Emotion by A.L. Pillitteri,Poetry,Publishing,USD,2011-11-25,400.00,2011-10-20 18:42:26,585.00,successful,29,US,585.00,585.00,400.00 +1102238011,USA Hockey Sweater 2.0. Delivery by Xmas!,Apparel,Fashion,USD,2017-11-25,4400.00,2017-10-26 02:20:41,5850.00,successful,80,US,621.00,5850.00,4400.00 +1102240457,Bella Boo and Bloomer Fen Teddies,Product Design,Design,GBP,2017-11-02,20000.00,2017-10-02 23:23:37,408.00,canceled,15,GB,546.62,534.85,26218.16 +1102244281,PokeGloves - Pokemon Go Touchscreen Gloves,Fashion,Fashion,AUD,2016-09-13,5000.00,2016-08-04 02:34:20,5.00,failed,1,AU,0.00,3.75,3754.88 +1102251309,The Fallout Festival - Street Art & Music Fest (Canceled),Public Art,Art,USD,2011-06-01,5000.00,2011-05-02 17:49:30,100.00,canceled,2,US,100.00,100.00,5000.00 +1102255451,Under The Paper Moon - British Period Drama,Film & Video,Film & Video,GBP,2013-01-02,2500.00,2012-12-05 19:52:42,2518.69,successful,58,GB,4053.94,4034.62,4004.68 +1102257823,The Blacksmith's Bride - a fantasy/medieval graphic novel,Graphic Novels,Comics,USD,2017-11-05,55000.00,2017-10-02 15:05:40,1911.00,failed,32,US,241.00,1911.00,55000.00 +1102266900,Wild at Heart: Moto Adventure Down South,Documentary,Film & Video,USD,2015-10-01,9600.00,2015-09-08 18:38:59,9773.00,successful,35,US,9773.00,9773.00,9600.00 +1102274358,SelfRank - get yourself ranked,Software,Technology,EUR,2015-12-06,10000.00,2015-10-23 21:23:12,5.00,failed,1,DE,5.67,5.48,10950.02 +1102277184,FEATURE FILM - GHOST PAPER: THE OTHER SIDE,Horror,Film & Video,CAD,2018-02-15,1000.00,2018-01-01 01:53:55,5.00,live,1,CA,3.98,3.99,798.79 +"1102280328,""D & M - """"Every State of The Union Tour"""" Project"",Music,Music,USD,2011-04-26,1000.00,2011-01-25 08:30:56,1120.00,successful,18,US,1120.00,1120.00,1000.00" +110228039,Cool Charm - An App to Boost Tourism and Local Revenue,Apps,Technology,AUD,2017-02-09,20000.00,2017-01-10 02:46:11,20.00,failed,3,AU,3.65,15.29,15288.18 +"1102286759,""""""JLApe"""" Group Costume"",Crafts,Crafts,USD,2011-12-14,6000.00,2011-11-04 17:41:13,0.00,failed,0,US,0.00,0.00,6000.00" +1102288573,The Second Coming of Christ Project,Painting,Art,USD,2010-09-16,21425.00,2010-08-02 05:58:36,3275.00,failed,40,US,3275.00,3275.00,21425.00 +1102298266,YOU'VE BEEN SHAVED: A card game for those with beard envy.,Tabletop Games,Games,GBP,2016-11-07,2160.00,2016-10-08 10:28:21,2763.00,successful,84,GB,302.24,3497.82,2734.45 +1102302902,Behind the Mask,Nonfiction,Publishing,USD,2013-07-22,3000.00,2013-05-23 21:09:18,221.00,failed,5,US,221.00,221.00,3000.00 +1102308525,Madoka Abridged,Comedy,Film & Video,CAD,2016-10-30,900.00,2016-09-20 20:51:06,21.00,failed,2,CA,0.00,15.63,669.99 +1102313574,Kitty Egg Crayons- made for small hands,Design,Design,USD,2011-12-05,7000.00,2011-11-19 00:57:09,7293.00,successful,128,US,7293.00,7293.00,7000.00 +1102319241,Green Zone Wildflower Honey,Food,Food,USD,2012-12-26,28000.00,2012-11-04 01:21:50,95.00,failed,4,US,95.00,95.00,28000.00 +1102323644,Project Sanctuary,Documentary,Film & Video,USD,2017-10-03,25000.00,2017-09-03 22:26:21,50.00,canceled,2,US,0.00,50.00,25000.00 +"1102324270,""Death by Clarinet, Death by Dessert"",Classical Music,Music,USD,2015-01-11,2300.00,2014-11-16 15:40:54,3356.00,successful,71,US,3356.00,3356.00,2300.00" +1102345453,Jenny McKinney EP Project,Pop,Music,USD,2012-08-12,7500.00,2012-07-13 19:36:39,2825.00,failed,58,US,2825.00,2825.00,7500.00 +1102346086,In the shadow of the red-light (Canceled),Film & Video,Film & Video,GBP,2013-01-11,1000000.00,2012-12-12 22:11:51,0.00,canceled,0,GB,0.00,0.00,1612487.10 +1102352327,Belongings: The Sentimentality in Our Lives,Fine Art,Photography,USD,2014-09-12,1500.00,2014-08-13 05:32:36,200.00,failed,7,US,200.00,200.00,1500.00 +1102355874,ROCK IT - David Shriver Tribute song and film,Film & Video,Film & Video,USD,2012-12-26,2000.00,2012-11-13 01:13:58,300.00,failed,3,US,300.00,300.00,2000.00 +1102356024,The Fugitive: The Literary Voice of a New Generation,Publishing,Publishing,USD,2012-03-27,1500.00,2012-02-20 01:34:24,25.00,failed,1,US,25.00,25.00,1500.00 +1102356138,Ping Pong: Sudden Death,Shorts,Film & Video,USD,2016-11-06,750.00,2016-10-07 04:41:42,763.00,successful,11,US,366.00,763.00,750.00 +1102367906,God uses our DEEPEST pain for our GREATEST calling.,Faith,Music,USD,2016-05-17,9500.00,2016-04-17 21:01:44,451.00,failed,7,US,451.00,451.00,9500.00 +1102370418,Crocodile,Shorts,Film & Video,GBP,2013-02-23,5500.00,2013-01-25 23:58:37,3570.00,failed,27,GB,5651.18,5367.21,8268.81 +1102380900,Custom Linx Customizable Image Bracelets (elasticity OSFA),Fashion,Fashion,USD,2014-04-06,9999.00,2014-03-07 22:30:31,10.00,failed,1,US,10.00,10.00,9999.00 +1102385194,One Last Go!,R&B,Music,USD,2017-11-10,20000.00,2017-10-27 07:03:01,10.00,failed,1,US,10.00,10.00,20000.00 +"110239765,""Thank You, Enjoy - A Photography Exhibition"",People,Photography,USD,2018-01-13,2000.00,2017-12-21 21:48:04,2232.00,live,27,US,139.00,2232.00,2000.00" +1102407060,Refitting The Planet (Pitch Pilot),Shorts,Film & Video,USD,2012-05-07,7500.00,2012-04-24 17:46:53,7676.00,successful,33,US,7676.00,7676.00,7500.00 +"1102409513,""Occam’s Razor, or the story of a puppet master"",Theater,Theater,USD,2013-01-11,31274.00,2012-12-04 13:01:33,1071.00,failed,17,US,1071.00,1071.00,31274.00" +110242642,Loki's Exile: A Norse Noir Adventure Game,Video Games,Games,USD,2014-09-20,10000.00,2014-08-21 18:02:14,13123.77,successful,475,US,13123.77,13123.77,10000.00 +11024269,SnapShirt - Turn your photos into all-over print clothing!,Apparel,Fashion,USD,2014-11-13,50000.00,2014-10-14 16:16:24,54483.01,suspended,780,US,54483.01,54483.01,50000.00 +1102427174,Do You Know Your Neighbors? Board & Card Game,Tabletop Games,Games,USD,2012-11-12,9500.00,2012-09-28 16:52:48,1207.00,failed,26,US,1207.00,1207.00,9500.00 +1102441700,Dive Music Magazine,Periodicals,Publishing,GBP,2017-09-16,250.00,2017-09-02 16:28:20,405.00,successful,25,GB,306.60,549.51,339.20 +1102443337,Moe Bill Holmes: Redneck Detective,Video Games,Games,USD,2017-07-22,14000.00,2017-06-22 05:29:41,801.00,failed,34,US,0.00,801.00,14000.00 +"1102447953,""hot sauce that is not only hot, but is also flavored,"",Food,Food,USD,2014-05-31,10000.00,2014-05-28 18:19:35,1.00,failed,1,US,1.00,1.00,10000.00" +1102472800,Python Mini-Degree - 8 Courses to Learn and Master Python,Software,Technology,AUD,2017-04-21,7000.00,2017-02-22 16:24:19,33022.00,successful,441,AU,3588.13,24845.38,5266.72 +1102480173,BUCKWHEAT GROATS TAKE OVER THE GAME,Music Videos,Film & Video,USD,2014-09-06,7000.00,2014-08-07 20:07:13,8648.37,successful,176,US,8648.37,8648.37,7000.00 +"1102485171,""STAC Zero: Silent, zero contact bike trainer"",Technology,Technology,CAD,2016-07-20,10000.00,2016-06-20 15:06:37,68350.00,successful,158,CA,42854.07,52147.71,7629.51" +"1102485337,""""""Petite Blanche"""" short-fiction"",Narrative Film,Film & Video,EUR,2016-12-19,2000.00,2016-11-19 17:29:51,2104.88,successful,31,IT,42.40,2198.77,2089.21" +1102485688,Armor of God Jewellery,Product Design,Design,AUD,2016-08-31,5500.00,2016-08-05 15:00:08,9247.00,successful,44,AU,1862.29,6988.89,4156.90 +1102491783,Francesca Mondi,Jazz,Music,GBP,2016-01-16,3000.00,2015-12-17 09:00:33,3380.00,successful,77,GB,5087.98,4841.16,4296.89 +1102496063,ROBLOX: A Game Development,Video Games,Games,USD,2018-01-01,420.00,2017-12-12 17:33:55,51.00,failed,2,US,1.00,51.00,420.00 +1102506992,The Little Flower Shop,Tabletop Games,Games,USD,2017-09-15,18000.00,2017-08-28 18:02:53,26844.00,successful,618,US,8820.00,26844.00,18000.00 +1102508624,Help ACKLEN Make A Record with Andy Hunt,Music,Music,USD,2013-06-28,13000.00,2013-05-31 07:00:50,13170.84,successful,99,US,13170.84,13170.84,13000.00 +1102509193,Play the Man: A Film about Brad Park (Canceled),Documentary,Film & Video,USD,2015-07-22,177000.00,2015-06-22 03:00:38,0.00,canceled,0,US,0.00,0.00,177000.00 +11025202,Three Shires Brewery Expansion Funding!!,Drinks,Food,GBP,2015-09-12,1000.00,2015-08-13 19:15:43,1025.00,successful,21,GB,1594.54,1603.79,1564.68 +1102540238,Pure Linen Bedding without the luxury markup - by Telulinen,Product Design,Design,USD,2017-07-05,30000.00,2017-06-05 10:45:00,1221.00,canceled,8,US,29.00,1221.00,30000.00 +1102544732,Produce Candles: Joining Scent and Soil,Design,Design,USD,2014-01-09,8500.00,2013-12-10 15:57:38,330.00,failed,12,US,330.00,330.00,8500.00 +1102549493,Let's make an EP!!,Indie Rock,Music,USD,2014-10-11,8000.00,2014-09-11 22:40:43,200.00,failed,5,US,200.00,200.00,8000.00 +1102552963,The L.A. Times Food Cart,Performance Art,Art,USD,2012-02-03,600.00,2012-01-04 01:42:50,77.00,failed,7,US,77.00,77.00,600.00 +1102557727,ZEN DOG - Watts featured road movie about chance & fate,Narrative Film,Film & Video,USD,2013-01-12,30000.00,2012-12-13 06:00:56,34268.26,successful,330,US,34268.26,34268.26,30000.00 +110255959,STERNGLAS an affordable Bauhaus-Design watch,Product Design,Design,EUR,2016-11-10,10000.00,2016-10-11 15:07:04,16591.00,successful,118,DE,4450.17,18090.92,10904.06 +1102561975,Turn your iPhone 4 & iPhone 4s into an Action Camera,Design,Design,USD,2011-10-31,25000.00,2011-09-19 05:16:43,1387.32,failed,20,US,1387.32,1387.32,25000.00 +1102577981,TITANMOON EURO TOUR/CAMPAIGN 2013,Indie Rock,Music,USD,2013-05-28,2000.00,2013-05-21 22:49:29,2060.00,successful,24,US,2060.00,2060.00,2000.00 +1102582260,The Moby-Dick Variations: Theatre of Multiplicity,Theater,Theater,USD,2011-04-24,2000.00,2011-02-26 03:31:52,2085.33,successful,44,US,2085.33,2085.33,2000.00 +1102585800,New Beginnings. A personal journey of artistic growth.,Illustration,Art,USD,2012-11-07,3000.00,2012-10-15 18:45:36,11229.00,successful,94,US,11229.00,11229.00,3000.00 +1102593108,Let's Laugh Together,Audio,Journalism,USD,2014-10-19,300.00,2014-09-19 20:26:06,313.37,successful,11,US,313.37,313.37,300.00 +1102599838,Quizmas Cracker 2014 limited edition illustrates our project,Interactive Design,Design,GBP,2014-12-12,9250.00,2014-11-28 19:55:46,0.00,failed,0,GB,0.00,0.00,14531.46 +"1102610405,""""""I Still Have My Wings"""" for Children of All Ages With Cancer"",Children's Books,Publishing,USD,2014-06-15,7500.00,2014-04-16 21:52:29,1905.00,failed,20,US,1905.00,1905.00,7500.00" +1102619361,Xerocraft Hackerspace of Tucson is Expanding!,Technology,Technology,USD,2013-08-13,3000.00,2013-07-14 04:13:08,6500.00,successful,117,US,6500.00,6500.00,3000.00 +1102628308,Way of Escape! Feature Film,Drama,Film & Video,USD,2015-09-20,5000.00,2015-08-22 02:33:11,0.00,failed,0,US,0.00,0.00,5000.00 +1102642671,Fortress of the middle ages-3D printing of puzzles,Product Design,Design,USD,2018-01-25,300.00,2017-12-26 22:54:12,138.00,live,3,US,92.00,138.00,300.00 +1102657381,Asker: Record #2,Indie Rock,Music,USD,2012-03-09,1000.00,2012-02-02 20:07:39,1216.01,successful,34,US,1216.01,1216.01,1000.00 +110266713,One of a kind costumes for any special occasion.,Fashion,Fashion,USD,2014-12-23,5500.00,2014-10-24 19:54:32,0.00,failed,0,US,0.00,0.00,5500.00 +1102674190,A Flower in a Field of Lions (The Trials of Joan of Arc),Graphic Novels,Comics,USD,2017-07-01,8000.00,2017-05-30 00:09:34,2491.00,canceled,73,US,73.00,2491.00,8000.00 +1102675794,StandL - A Universal Phone Stand + Cord Organizer (Canceled),Product Design,Design,CAD,2016-06-06,8300.00,2016-05-05 18:59:11,262.00,canceled,17,CA,206.31,205.52,6510.83 +1102682467,Start Your Fists: an Independent Film,Narrative Film,Film & Video,USD,2013-09-09,3000.00,2013-08-10 06:35:19,0.00,failed,0,US,0.00,0.00,3000.00 +110268365,Moth Matching - A beautiful memory matching game,Mobile Games,Games,USD,2015-08-24,8000.00,2015-07-24 14:12:08,8710.00,successful,87,US,8710.00,8710.00,8000.00 +1102684748,Help Send Deleted Scenes to the Chicago Improv Festival!,Theater,Theater,USD,2012-02-15,500.00,2012-01-13 06:17:08,765.00,successful,12,US,765.00,765.00,500.00 +1102685287,Crook & The Bluff's Debut Album of Psychedelic Western Blues,Blues,Music,USD,2014-06-26,5500.00,2014-05-27 19:23:18,5680.00,successful,79,US,5680.00,5680.00,5500.00 +1102685889,Fall Tour,Rock,Music,USD,2012-09-06,2000.00,2012-08-07 21:23:18,10.00,failed,1,US,10.00,10.00,2000.00 +1102686267,The Incredible Flamin' Groovies Movie,Documentary,Film & Video,USD,2014-05-10,69500.00,2014-03-11 18:19:24,19375.00,failed,137,US,19375.00,19375.00,69500.00 +1102687364,Werewolf Bicycle® Playing Cards! Lenticular Lens Motion Tuck,Playing Cards,Games,USD,2015-04-15,20000.00,2015-03-18 21:00:13,36417.00,successful,855,US,36417.00,36417.00,20000.00 +1102701498,Learn How To Code In Swift And Build iOS 8 Applications!,Apps,Technology,USD,2015-05-09,20000.00,2015-04-09 00:34:08,75.00,failed,3,US,75.00,75.00,20000.00 +110271158,Make/100: Modern leather accessories for your kitchen,DIY,Crafts,CAD,2017-04-07,100.00,2017-03-08 02:57:34,491.00,successful,12,CA,82.12,366.12,74.57 +1102713867,The Glazzies Next Music Video,Film & Video,Film & Video,USD,2013-01-19,600.00,2012-12-07 23:35:49,1075.00,successful,15,US,1075.00,1075.00,600.00 +1102716346,Help Ben Get To 'The Other Art Fair' This April 2015,Painting,Art,GBP,2015-03-23,600.00,2015-02-27 22:04:54,697.00,successful,16,GB,1083.58,1036.82,892.53 +1102719902,53 Days of Joy,Nonfiction,Publishing,USD,2014-10-22,13375.00,2014-09-22 04:20:50,120.00,failed,5,US,120.00,120.00,13375.00 +1102722161,The Karma Kids,Children's Books,Publishing,USD,2012-07-14,30000.00,2012-06-09 18:01:00,1895.00,failed,26,US,1895.00,1895.00,30000.00 +"110272220,""The """"Magnificent Kaaboom!!!"""" Comic Book"",Comics,Comics,USD,2012-08-10,5000.00,2012-06-13 01:10:05,0.00,failed,0,US,0.00,0.00,5000.00" +"1102727534,""Mountain Apparel by 11-Time Everest Summiter, Tendi Sherpa"",Apparel,Fashion,USD,2017-04-21,88500.00,2017-03-22 11:38:43,58319.00,failed,105,US,8566.00,58319.00,88500.00" +1102728839,The Rock Show,Music,Music,GBP,2014-08-16,500.00,2014-06-17 16:05:47,75.00,failed,1,GB,127.37,124.33,828.87 +1102728910,Voyages in America: The Book,Nonfiction,Publishing,USD,2013-11-14,15000.00,2013-10-15 21:15:52,15745.01,successful,279,US,15745.01,15745.01,15000.00 +"1102731549,""Belly Dance DVD from Mahin of """"The Bellydance Quickies"""""",Dance,Dance,USD,2015-12-01,1300.00,2015-11-04 04:53:02,3512.00,successful,127,US,3512.00,3512.00,1300.00" +1102736241,Drinks Among Friends,Academic,Publishing,USD,2014-07-30,2500.00,2014-07-09 20:11:38,820.00,failed,39,US,820.00,820.00,2500.00 +1102738887,Teach the Teachers Project,Music,Music,USD,2014-04-16,45000.00,2014-03-04 00:28:11,235.00,failed,6,US,235.00,235.00,45000.00 +1102742234,Clan War Commander,Mobile Games,Games,USD,2015-11-02,5000.00,2015-10-12 19:05:59,1130.00,failed,8,US,1130.00,1130.00,5000.00 +1102743160,Carla Russell & The Muscle Shoals Allstars,Music,Music,USD,2015-08-20,18000.00,2015-07-20 14:39:33,3531.00,failed,56,US,3531.00,3531.00,18000.00 +1102745584,Hotel Greenberg Web Series,Comedy,Film & Video,EUR,2016-08-12,1500.00,2016-07-13 15:14:01,26.00,failed,2,DE,27.72,29.01,1673.70 +11027462,Piece Bear Personal Chef Service,Food,Food,USD,2016-04-05,5000.00,2016-02-05 20:44:05,0.00,failed,0,US,0.00,0.00,5000.00 +1102751936,breanne's (print)making residency in argentina!,Mixed Media,Art,USD,2012-02-09,3000.00,2012-01-20 04:59:05,3480.00,successful,43,US,3480.00,3480.00,3000.00 +"1102759157,""I Love Kaiju- Worlds first """"Cinematic Comic"""""",Comics,Comics,USD,2014-04-04,5000.00,2014-03-05 20:26:58,102.00,failed,7,US,102.00,102.00,5000.00" +"1102764244,""ViKC: Virtual Keyboard Cover, smartphone typing made easy"",Hardware,Technology,EUR,2016-01-17,150000.00,2015-12-18 14:00:16,6491.75,failed,91,IT,7038.51,7016.29,162120.10" +1102775413,The Gameday Guys Pilot,Film & Video,Film & Video,USD,2012-11-19,10000.00,2012-10-20 22:15:04,3895.00,failed,65,US,3895.00,3895.00,10000.00 +1102785021,Cat Calls,Zines,Publishing,USD,2017-05-14,500.00,2017-04-14 21:08:01,770.00,successful,60,US,265.00,770.00,500.00 +110278707,Guerilla Art Public Project (GAPP),Public Art,Art,USD,2012-10-04,3000.00,2012-09-04 17:31:42,1013.00,failed,42,US,1013.00,1013.00,3000.00 +1102792219,Make 100 : abstracts and landscapes from Norway,Nature,Photography,GBP,2017-04-26,1000.00,2017-03-27 17:39:12,100.00,failed,3,GB,99.80,129.39,1293.91 +110279845,Meraki Sushi,Restaurants,Food,USD,2015-05-13,5000.00,2015-04-13 18:04:46,151.00,failed,3,US,151.00,151.00,5000.00 +"1102798672,""MACBETH at Fort Point, under the Golden Gate bridge"",Performance Art,Art,USD,2013-07-28,10371.00,2013-06-21 00:37:50,10378.00,successful,159,US,10378.00,10378.00,10371.00" +1102802443,Zombie ApocalyOOPS!: A Mutating Card Game for 2-4 Players,Tabletop Games,Games,USD,2014-10-29,7000.00,2014-09-29 19:24:50,1043.00,failed,40,US,1043.00,1043.00,7000.00 +1102804299,New Gaming Experience,Video Games,Games,USD,2017-10-05,160000.00,2017-09-05 06:02:58,0.00,failed,0,US,0.00,0.00,160000.00 +1102814756,Inner Secret Film Festival Fund,Shorts,Film & Video,USD,2016-04-03,1750.00,2016-03-04 00:49:47,210.00,failed,5,US,210.00,210.00,1750.00 +1102818037,SMS AutoResponder 2.0 Short Code Encounter of the Weird Kind,Software,Technology,USD,2014-08-19,2000.00,2014-08-09 00:12:35,1.00,canceled,1,US,1.00,1.00,2000.00 +1102818140,The Nitch - an illustrated talisman.,Children's Books,Publishing,USD,2015-04-12,5111.00,2015-03-18 20:33:23,28694.51,successful,492,US,28694.51,28694.51,5111.00 +1102820092,Preserving Voices of History,Nonfiction,Publishing,USD,2016-09-30,2100.00,2016-08-31 06:15:47,100.00,failed,1,US,0.00,100.00,2100.00 +1102825369,DVÆRGEN FRA NORMANDIET,Fiction,Publishing,DKK,2015-05-19,2000.00,2015-05-05 12:23:07,1175.00,failed,4,DK,176.23,175.92,299.44 +1102832629,New album by Okirike (Canceled),Music,Music,USD,2015-10-29,10000.00,2015-09-29 17:04:14,0.00,canceled,0,US,0.00,0.00,10000.00 +1102838149,NEMESYS a REXUS/BEXUS project,Flight,Technology,EUR,2017-02-10,4000.00,2016-12-27 23:54:57,406.00,failed,7,IT,112.99,431.54,4251.61 +110283881,Chocolate Covered Dreams: LunaVida Raw Chocolate,Food,Food,USD,2013-08-07,1800.00,2013-07-08 19:21:39,3130.00,successful,89,US,3130.00,3130.00,1800.00 +1102840906,Corduroy Resignation (feat. Michael Neumeyer),Music,Music,USD,2011-05-10,330.00,2011-04-26 00:29:10,338.00,successful,20,US,338.00,338.00,330.00 +110284508,Fledgling Durable Goods Co. 'TAKEOFF' Trucker cap,Apparel,Fashion,USD,2015-04-21,500.00,2015-03-23 18:20:04,561.00,successful,23,US,561.00,561.00,500.00 +1102852521,Sharon Irving's Debut Album,Faith,Music,USD,2014-07-31,20000.00,2014-06-21 21:47:52,21066.00,successful,316,US,21066.00,21066.00,20000.00 +1102855491,NOCTURNE IN BLACK,Drama,Film & Video,USD,2015-05-29,20000.00,2015-04-29 15:56:22,20731.00,successful,139,US,20731.00,20731.00,20000.00 +1102867126,Ran$omed,Drama,Film & Video,USD,2016-01-04,12000.00,2015-12-05 20:46:37,0.00,failed,0,US,0.00,0.00,12000.00 +"1102878885,""Sci-fi, comics, TV, Movie, Tattoos, Gaming, Workshops & More"",Mixed Media,Art,GBP,2013-04-17,40000.00,2013-03-18 21:46:22,187.00,canceled,11,GB,282.65,287.04,61399.60" +1102888844,Lift More & Change The World. (Canceled),Apparel,Fashion,GBP,2015-04-02,15000.00,2015-03-03 01:31:01,0.00,canceled,0,GB,0.00,0.00,22204.79 +110289201,Janhukot - Climbing an Unclimbed Mountain,Documentary,Film & Video,USD,2013-06-18,10000.00,2013-04-19 09:31:27,13237.00,successful,198,US,13237.00,13237.00,10000.00 +1102893248,Sorting things out at Prism Pottery- Expanding our inventory,Pottery,Crafts,USD,2015-05-01,900.00,2015-04-01 17:35:12,0.00,failed,0,US,0.00,0.00,900.00 +1102895279,2016-17 Fireball Newsflash Crosswords,Puzzles,Games,USD,2016-04-18,8000.00,2016-04-12 01:21:17,8252.00,successful,428,US,8252.00,8252.00,8000.00 +1102898124,Zihuatanejo International Guitar Festival 2014,World Music,Music,USD,2014-01-23,10000.00,2014-01-03 22:34:52,10341.00,successful,73,US,10341.00,10341.00,10000.00 +1102902168,The All-Inclusive App,Apps,Technology,USD,2017-05-29,50000.00,2017-03-30 08:35:12,176.00,failed,10,US,0.00,176.00,50000.00 +1102905867,Catskill Soap Company - Send us back to the Renaissance,Crafts,Crafts,USD,2017-05-09,2000.00,2017-04-18 16:18:57,2547.00,successful,44,US,100.00,2547.00,2000.00 +1102911684,Macroscopy imager for ID of Minnesota grasses & sedges.,Nature,Photography,USD,2014-07-28,2500.00,2014-07-07 13:21:06,596.00,failed,19,US,596.00,596.00,2500.00 +1102914856,Passed Out,Shorts,Film & Video,USD,2011-09-02,5000.00,2011-07-04 08:03:32,225.00,failed,4,US,225.00,225.00,5000.00 +1102916319,El Tamalito Travieso,Children's Books,Publishing,USD,2017-06-18,25000.00,2017-05-19 13:21:02,150.00,failed,4,US,30.00,150.00,25000.00 +1102917488,Sea Lavender Farm Aquaponics,Food,Food,USD,2011-12-30,17500.00,2011-11-15 03:56:39,7710.00,failed,36,US,7710.00,7710.00,17500.00 +1102918336,Cookies for College,Food,Food,USD,2014-11-20,200.00,2014-10-21 19:58:21,390.00,successful,9,US,390.00,390.00,200.00 +"1102922364,""Primordial: Dance Solo by Kristen Lewis, premieres July 4/15"",Performances,Dance,CAD,2015-07-02,2500.00,2015-06-02 20:46:29,2710.00,successful,19,CA,2175.23,2153.87,1986.97" +"1102927322,""Help Fund a Documentary on Gnawa, Moroccan Folk Music"",Documentary,Film & Video,USD,2013-03-05,3000.00,2013-01-19 09:08:24,225.00,failed,8,US,225.00,225.00,3000.00" +1102930199,K Composite Magazine #14 – for iPad,Periodicals,Publishing,USD,2011-06-16,2500.00,2011-05-02 19:48:41,2537.00,successful,33,US,2537.00,2537.00,2500.00 +110293578,AnimalAlbum,Video Games,Games,EUR,2014-06-04,18000.00,2014-05-05 20:01:44,597.67,failed,65,NL,829.08,815.34,24555.61 +1102938519,PRODUCE An Indie Horror Movie,Film & Video,Film & Video,USD,2010-12-02,6500.99,2010-10-29 04:01:19,7021.69,successful,95,US,7021.69,7021.69,6500.99 +"1102944381,""Bullets, The Series"",Webseries,Film & Video,USD,2012-04-28,18000.00,2012-03-29 04:04:47,18144.00,successful,197,US,18144.00,18144.00,18000.00" +1102947063,Sandy Dollar and The SeaBabies (Promote Laughing & Learning),Crafts,Crafts,USD,2016-03-21,150000.00,2016-02-20 04:15:32,0.00,canceled,0,US,0.00,0.00,150000.00 +1102947839,Winy Nutz,Video Games,Games,EUR,2017-10-19,10000.00,2017-09-20 18:53:14,22.00,failed,1,FR,0.00,26.00,11817.96 +"1102963090,""MUSA underground movement """"European Tour"""""",Electronic Music,Music,GBP,2013-05-18,15000.00,2013-05-03 21:48:24,0.00,failed,0,GB,0.00,0.00,22648.35" +1102967979,NOW Practices,Dance,Dance,USD,2013-12-03,1200.00,2013-11-23 04:16:59,820.00,failed,23,US,820.00,820.00,1200.00 +1102980428,TRUMP THE LOSER CARD GAME (Canceled),Playing Cards,Games,USD,2015-04-29,500.00,2015-03-30 22:26:37,10.00,canceled,1,US,10.00,10.00,500.00 +"1102983964,""SKÄTÖ™/SKATEBOARD & SKATE, RETRACTABLE TOW & LAUNCH TOOL"",Product Design,Design,USD,2014-02-07,15000.00,2013-12-09 22:00:00,917.00,failed,33,US,917.00,917.00,15000.00" +1102986024,Above The Golden State - Worship Album,Indie Rock,Music,USD,2013-05-22,10000.00,2013-03-23 02:51:08,10685.00,successful,93,US,10685.00,10685.00,10000.00 +1102988104,Fat Brat Cat - 2.0,Mobile Games,Games,USD,2016-05-12,200.00,2016-04-12 04:08:38,281.00,successful,7,US,281.00,281.00,200.00 +11029933,The Pretty Unknown - DEBUT ALBUM,Pop,Music,USD,2015-01-12,10000.00,2014-12-10 03:35:49,10864.00,successful,123,US,10864.00,10864.00,10000.00 +110301162,The Total Package,Product Design,Design,USD,2012-05-11,20000.00,2012-04-11 05:22:26,0.00,failed,0,US,0.00,0.00,20000.00 +"1103014897,""Disabilities, Special Education, Autism, down syndrome, deaf"",Periodicals,Publishing,USD,2017-03-13,3500.00,2017-01-13 00:10:37,25.00,failed,1,US,25.00,25.00,3500.00" +1103017026,Bring Paloma and Deividi to World Latin Dance Cup 2016,Performances,Dance,USD,2016-12-08,5500.00,2016-11-08 23:50:39,0.00,failed,0,US,0.00,0.00,5500.00 +1103018928,Cheestroyer Cheeseburger Glow in the Dark Vinyl Toy,Design,Design,AUD,2013-12-13,5500.00,2013-11-13 04:00:49,5938.00,successful,100,AU,5571.60,5308.42,4916.86 +1103025038,E-dea. To give an Electronic idea when best needed - Africa,Software,Technology,EUR,2016-03-06,2500.00,2016-02-05 17:13:50,1.00,failed,1,IT,1.11,1.11,2772.51 +"1103025418,""Making life an art adventure, endeavor."",Art,Art,USD,2014-11-14,6000.00,2014-09-16 23:04:53,60.00,failed,1,US,60.00,60.00,6000.00" +"1103028318,""RADiuS : wireless, easy, and Arduino compatible"",Hardware,Technology,USD,2012-04-01,10000.00,2012-03-02 18:03:30,1886.00,failed,32,US,1886.00,1886.00,10000.00" +1103029379,FP-7: A flashlight designed for your nightstand,Gadgets,Technology,USD,2015-03-22,30000.00,2015-01-31 03:12:45,517.00,failed,14,US,517.00,517.00,30000.00 +1103031732,LISA CASALINO'S HIGHLY ANTICIPATED 2ND STUDIO ALBUM!,Jazz,Music,USD,2014-03-09,15000.00,2014-02-07 13:48:51,15540.00,successful,217,US,15540.00,15540.00,15000.00 +110303577,Frostbite: War of the Clans Book 1,Publishing,Publishing,USD,2017-08-30,350.00,2017-07-31 00:59:13,79.00,failed,5,US,76.00,79.00,350.00 +1103035778,Rhode Island State Pension Forensic Investigation,Print,Journalism,USD,2015-04-29,20000.00,2015-03-30 23:55:44,20464.00,successful,349,US,20464.00,20464.00,20000.00 +1103040966,Led Shirt - WiFi Controlled,Wearables,Technology,EUR,2016-03-12,4000.00,2016-02-11 20:52:44,480.00,failed,8,NL,542.11,541.39,4511.62 +1103050854,Lancashire Fleece to Fibre,Crafts,Crafts,GBP,2016-03-30,995.00,2016-02-29 13:23:20,670.00,failed,26,GB,929.50,958.75,1423.81 +1103054962,Mustaches for cats,DIY,Crafts,USD,2014-09-09,10.00,2014-08-20 20:34:48,120.00,successful,8,US,120.00,120.00,10.00 +1103060308,SHAMEWICH - a comedy short,Shorts,Film & Video,GBP,2014-04-29,200.00,2014-04-18 17:09:09,241.00,successful,21,GB,405.66,406.71,337.52 +1103061965,Slacker Hoodie - for passive athletes,Apparel,Fashion,SEK,2017-07-15,35000.00,2017-06-14 13:45:21,35708.00,successful,46,SE,251.37,4321.64,4235.95 +1103063161,Gentrieve 2,Video Games,Games,USD,2012-07-18,5000.00,2012-06-18 16:44:19,822.00,failed,43,US,822.00,822.00,5000.00 +1103064125,Rearview (Canceled),Hip-Hop,Music,USD,2014-09-02,3000.00,2014-07-31 18:48:55,555.00,canceled,12,US,555.00,555.00,3000.00 +1103069978,Astracase: The All in One Cell Phone Case (Canceled),Gadgets,Technology,USD,2016-03-25,10000.00,2016-02-24 16:28:39,310.00,canceled,13,US,310.00,310.00,10000.00 +1103072264,CHARLIE DON'T SURF,Fiction,Publishing,GBP,2013-10-16,50000.00,2013-09-26 01:18:42,0.00,failed,0,GB,0.00,0.00,80955.93 +1103072368,The STEELHEAD GLOVE. The ultimate in protection and warmth.,Apparel,Fashion,USD,2016-12-07,15000.00,2016-11-02 22:25:17,76222.00,successful,845,US,22465.00,76222.00,15000.00 +1103078099,Faraday's cage,Dance,Dance,GBP,2013-10-06,2200.00,2013-08-07 23:37:48,2223.00,successful,25,GB,3412.88,3552.08,3515.33 +1103083700,Roman 3D Audio- Untermalung,Publishing,Publishing,EUR,2015-09-21,50000.00,2015-08-22 15:58:30,5.00,failed,1,DE,5.63,5.58,55755.03 +1103090661,Snøg! Avalanche buddy: smartphone avalanche beacon system,Apps,Technology,EUR,2014-12-20,15000.00,2014-11-20 00:28:16,0.00,canceled,0,NL,0.00,0.00,18328.45 +1103098660,The Adventures of Dodo Steampuppet,Shorts,Film & Video,USD,2011-04-12,10000.00,2011-02-10 05:11:20,582.00,failed,17,US,582.00,582.00,10000.00 +"1103102435,""Interior Design Hub Notting Hill, London, England"",Product Design,Design,GBP,2015-08-31,15000.00,2015-07-28 11:38:30,0.00,failed,0,GB,0.00,0.00,22839.39" +1103105993,The Second White House,Sculpture,Art,USD,2010-09-20,5000.00,2010-06-22 02:59:15,0.00,failed,0,US,0.00,0.00,5000.00 +1103111848,CHARLES & DIANA - THE MUSICAL,Theater,Theater,USD,2012-08-30,30000.00,2012-07-01 06:09:14,2161.00,failed,19,US,2161.00,2161.00,30000.00 +1103115793,Restless Dead: On-Demand Roleplaying the Zombie Apocalypse,Games,Games,USD,2012-11-02,7000.00,2012-10-03 05:45:34,684.00,failed,23,US,684.00,684.00,7000.00 +1103131262,Flat Daddy,Documentary,Film & Video,USD,2011-08-15,20000.00,2011-06-23 20:44:12,21186.00,successful,151,US,21186.00,21186.00,20000.00 +1103143330,Opus Arcana: Piano music about the tarot,Classical Music,Music,CAD,2015-07-16,5873.00,2015-06-02 06:02:54,1512.00,failed,18,CA,1213.63,1165.05,4525.35 +1103144980,New Trout and Parrot Album!!!,World Music,Music,USD,2011-03-11,8500.00,2011-02-04 01:20:56,8592.00,successful,127,US,8592.00,8592.00,8500.00 +1103153472,Memories - a short film,Shorts,Film & Video,GBP,2017-03-25,300.00,2017-02-23 12:32:24,344.00,successful,15,GB,150.00,429.88,374.89 +1103157044,FoodNearMe: Find the nearest restaurants,Technology,Technology,SEK,2017-07-21,15000.00,2017-06-21 08:04:42,0.00,failed,0,SE,0.00,0.00,1815.41 +"1103162577,South West UK motorsport coverage by Cars on film for 2015,Film & Video,Film & Video,GBP,2015-04-25,1000.00,2015-03-25 23:29:15,40.00,undefined,0,""N,0"""""",,61.73,1543.28" +1103167413,The ILAL Life Planner,Publishing,Publishing,GBP,2017-01-12,3000.00,2016-12-13 15:21:31,375.00,canceled,6,GB,492.11,456.65,3653.19 +1103169193,ESCAPE THE DARK: a horror feature,Horror,Film & Video,USD,2014-11-21,15000.00,2014-10-22 09:42:52,16887.00,successful,196,US,16887.00,16887.00,15000.00 +1103182963,Beast: A Biblical Short Film,Shorts,Film & Video,USD,2015-02-27,500.00,2015-02-20 02:03:33,610.00,successful,13,US,610.00,610.00,500.00 +1103193419,CameraPunk™ - YOUnique Camera Accessories!!,Accessories,Fashion,USD,2014-09-14,12000.00,2014-07-31 06:03:10,13329.00,successful,160,US,13329.00,13329.00,12000.00 +1103193753,The Gills - Motor Running EP,Rock,Music,USD,2011-11-24,5000.00,2011-10-20 21:21:08,1959.08,failed,58,US,1959.08,1959.08,5000.00 +1103193889,NIGHTMARE WORLD OMNIBUS (including NIGHTMARE WORLD Vol 4!),Graphic Novels,Comics,USD,2016-12-01,13000.00,2016-10-31 17:04:15,45231.00,successful,540,US,11906.00,45231.00,13000.00 +1103200243,Prelude- A Young Choreographer's Premiere,Dance,Dance,USD,2014-06-09,3100.00,2014-05-20 20:22:54,4101.00,successful,32,US,4101.00,4101.00,3100.00 +1103205329,PengPeng - An Always-With-You Spray Humidifier,Product Design,Design,EUR,2017-06-26,10000.00,2017-05-17 17:05:24,4389.00,failed,99,NL,1597.86,5008.73,11412.01 +1103210437,iknowmad,Technology,Technology,EUR,2017-07-05,150000.00,2017-05-06 17:28:24,10742.00,failed,11,ES,83.48,12258.78,171180.12 +1103210923,The Purpose Effect,Nonfiction,Publishing,USD,2016-10-11,5000.00,2016-08-12 14:57:26,1.00,failed,1,US,0.00,1.00,5000.00 +"1103218885,""AEGIS: Chronicles """"Savage World"""""",Graphic Novels,Comics,USD,2016-02-05,15000.00,2016-01-06 01:10:23,254.00,failed,8,US,254.00,254.00,15000.00" +1103244410,The Child Within Us,Publishing,Publishing,EUR,2016-02-13,440.00,2016-01-14 13:57:52,0.00,failed,0,DE,0.00,0.00,488.22 +"1103248949,""Elena Izquierdo - Debut Single, Written with Tayla Parx"",Pop,Music,USD,2017-08-10,10000.00,2017-07-11 14:49:28,10265.01,successful,139,US,0.00,10265.01,10000.00" +1103252394,Holden Lane High School photobook,Photobooks,Photography,GBP,2014-07-24,1500.00,2014-06-24 20:51:44,1671.00,successful,43,GB,2845.56,2838.70,2548.20 +1103257001,Shopping Cart Brakes,Technology,Technology,CAD,2016-05-22,9000.00,2016-04-22 22:37:22,0.00,failed,0,CA,0.00,0.00,6903.43 +1103260244,RUCKZACK – your perfect summer bag,Product Design,Design,EUR,2017-08-04,8000.00,2017-07-05 19:26:46,1240.00,failed,25,DE,22.75,1471.64,9494.42 +1103260686,Jonathon Postlethwaite and the Seed of Corruption,Fiction,Publishing,GBP,2015-11-02,3000.00,2015-10-03 16:44:36,14.00,failed,2,GB,21.20,21.19,4541.46 +1103261968,Around the World in 80 McDonalds!,Documentary,Film & Video,GBP,2015-09-20,10000.00,2015-07-22 16:17:21,60.00,failed,4,GB,93.39,91.06,15176.58 +110326264,Raditude Apparel,Childrenswear,Fashion,USD,2015-03-29,1200.00,2015-02-27 01:23:38,1372.00,successful,25,US,1372.00,1372.00,1200.00 +1103264963,FoolsFest: Annual Music & Arts Festival in Texas,Music,Music,USD,2012-08-20,2500000.00,2012-06-21 22:34:55,18415.00,failed,97,US,18415.00,18415.00,2500000.00 +1103269298,Externalities of Freedom,Nonfiction,Publishing,USD,2012-05-01,20000.00,2012-03-02 16:39:03,0.00,failed,0,US,0.00,0.00,20000.00 +1103270457,Afrodaddy's Jazz Club,Jazz,Music,USD,2017-04-30,50000.00,2017-03-31 08:53:09,140.00,failed,3,US,115.00,140.00,50000.00 +1103271124,We launched Smart-wipes - to help beat cancer!,Technology,Technology,USD,2014-12-18,15000.00,2014-11-18 18:05:11,275.00,failed,5,US,275.00,275.00,15000.00 +1103271152,Manifest Destiny Billboard Project — Culminating Weekend,Public Art,Art,USD,2015-02-21,18000.00,2015-01-20 23:09:38,20206.00,successful,153,US,20206.00,20206.00,18000.00 +110327341,9 yr old animal expert webseries,Webseries,Film & Video,USD,2014-08-09,1500.00,2014-07-09 23:30:12,197.00,failed,15,US,197.00,197.00,1500.00 +1103278043,Golf Tee Koozies,Product Design,Design,USD,2014-08-22,3000.00,2014-07-13 23:10:25,134.00,failed,8,US,134.00,134.00,3000.00 +1103285730,Ultimate Bacon Doughnut!!,Bacon,Food,USD,2017-12-25,250000.00,2017-10-26 19:27:40,0.00,failed,0,US,0.00,0.00,250000.00 +1103286347,Become a part of Papi Churro - THE NEXT CHAPTER!,Food Trucks,Food,EUR,2018-01-07,5000.00,2017-12-08 20:35:34,1838.00,live,9,NL,349.22,2230.77,6068.48 +1103286663,Southernmost: A documentary about venturing into the unknown,Documentary,Film & Video,USD,2011-10-09,9000.00,2011-08-10 06:39:16,1974.00,failed,27,US,1974.00,1974.00,9000.00 +1103292416,100 hours of FREE music lessons,Public Art,Art,USD,2012-01-12,2000.00,2011-12-13 20:56:36,2613.00,successful,55,US,2613.00,2613.00,2000.00 +"1103294506,Guitar Hymns Vol. 1 and 2 CD's by Donovan Raitt,Music,Music,USD,2015-07-05,1750.00,2015-06-05 04:43:14,2090.00,undefined,0,""N,0"""""",,2090.00,1750.00" +"1103303922,""No Artists, No Art by Lights of Soho"",Art,Art,GBP,2017-07-19,25000.00,2017-06-19 18:57:21,1817.00,canceled,23,GB,690.17,2360.63,32479.77" +1103305324,Liquid Screen Shield: A Truly Invisible Screen Protector,Technology,Technology,USD,2014-11-05,5000.00,2014-09-26 01:01:19,8904.00,suspended,250,US,8904.00,8904.00,5000.00 +1103305839,Create-it-Yourself Themed Photo Studio - First Ever!,Places,Photography,USD,2015-03-22,5000.00,2015-02-20 02:53:44,35.00,failed,2,US,35.00,35.00,5000.00 +1103309761,-Ionic A++ack-,Video Games,Games,USD,2012-12-26,17600.00,2012-11-02 22:23:10,5.00,failed,1,US,5.00,5.00,17600.00 +110331017,Exam Pal Study tool - expansion to the Android Market,Technology,Technology,GBP,2013-11-10,7000.00,2013-09-11 18:05:23,5.00,failed,1,GB,7.85,8.03,11247.51 +1103318687,Kacper's Apartment Film Festival 2010,Shorts,Film & Video,USD,2010-10-17,500.00,2010-09-02 04:40:30,25.00,failed,1,US,25.00,25.00,500.00 +1103319716,Food of Gods T-Shirt,Fashion,Fashion,USD,2011-07-25,2000.00,2011-06-25 03:46:44,2117.00,successful,39,US,2117.00,2117.00,2000.00 +1103325552,Behind The Mask,Experimental,Film & Video,USD,2015-12-01,1500.00,2015-10-21 18:50:46,641.00,failed,8,US,641.00,641.00,1500.00 +1103326471,Oleanna: A multimedia experience (Canceled),Theater,Theater,USD,2011-04-17,950.00,2011-01-16 21:20:45,100.00,canceled,2,US,100.00,100.00,950.00 +"110332939,""MFA at Wimbledon College, London"",Mixed Media,Art,GBP,2015-10-11,2000.00,2015-09-14 10:31:38,405.00,failed,9,GB,624.73,625.44,3088.61" +1103330201,Starship Grifters Universe,Fiction,Publishing,USD,2016-09-09,5000.00,2016-08-10 18:01:29,7322.00,successful,168,US,2046.00,7322.00,5000.00 +110333843,2nd Annual Spring Into Hip Hop Cypher Jam!,Mixed Media,Art,USD,2014-03-02,1000.00,2014-01-08 22:32:17,155.00,failed,6,US,155.00,155.00,1000.00 +1103346145,WAR DOGS,Playing Cards,Games,GBP,2018-01-05,5000.00,2017-11-06 17:57:01,25.00,live,3,GB,27.47,33.88,6775.80 +1103346716,Gypsy Pigeon Tour,Mixed Media,Art,USD,2014-02-15,6000.00,2014-01-24 21:06:10,1540.00,failed,28,US,1540.00,1540.00,6000.00 +1103355373,Back Home Where De Banana Tree Grows,Performance Art,Art,USD,2012-01-04,6000.00,2011-11-05 00:11:16,24.00,failed,3,US,24.00,24.00,6000.00 +1103359983,Help Devyn Rush Fly to San Fran to Sing!,Music,Music,USD,2011-11-18,350.00,2011-11-13 01:50:18,370.00,successful,12,US,370.00,370.00,350.00 +1103360568,Bringing Back Chivalry,Television,Film & Video,USD,2015-01-09,7000.00,2014-12-15 19:58:21,0.00,failed,0,US,0.00,0.00,7000.00 +1103386045,Auric of the Great White North #3,Comic Books,Comics,CAD,2017-03-11,2600.00,2017-02-10 15:45:22,3425.00,successful,56,CA,1702.83,2572.29,1952.68 +1103386492,Kill Bang Marry,Mobile Games,Games,AUD,2016-03-19,5000.00,2016-02-13 15:34:56,1.00,failed,1,AU,0.71,0.75,3753.47 +1103389637,The First Iditarod: The Amazing Dogs & Their Mushers,Documentary,Film & Video,USD,2017-04-16,235000.00,2017-03-02 23:56:29,4645.00,failed,40,US,0.00,4645.00,235000.00 +1103393666,Blow The Cartridge #6 - The Retrogaming Comic Book!,Comic Books,Comics,AUD,2016-09-30,750.00,2016-08-31 22:05:25,1181.00,successful,45,AU,257.36,899.33,571.12 +110340190,Vesta Meteorite Acquisition,Crafts,Crafts,USD,2015-01-12,2000.00,2014-12-28 05:21:11,7697.00,successful,66,US,7697.00,7697.00,2000.00 +1103404996,sugar artwork and tv broadcast,Food,Food,EUR,2015-10-14,100000.00,2015-09-30 20:38:58,0.00,failed,0,IT,0.00,0.00,113600.22 +1103406804,Verde Green Organic Tequila,Drinks,Food,USD,2015-01-09,3500.00,2014-12-10 18:14:45,95.00,failed,3,US,95.00,95.00,3500.00 +1103411562,CHIP 'SHOTS'™ Beer Pong Golf,Live Games,Games,GBP,2017-09-17,2000.00,2017-09-03 00:26:37,0.00,failed,0,GB,0.00,0.00,2713.63 +1103412911,Crystal Inspirations,Digital Art,Art,USD,2015-03-03,20000.00,2015-02-01 17:19:49,427.00,failed,3,US,427.00,427.00,20000.00 +1103415384,Insecticides made using Olive Oil & other Edible Ingredients,Farms,Food,USD,2015-09-30,8700.00,2015-08-31 23:04:29,2046.00,failed,15,US,2046.00,2046.00,8700.00 +1103425020,Should Grandma Smoke Pot? An entertainment edumercial.,Film & Video,Film & Video,USD,2012-08-03,5000.00,2012-07-04 14:06:58,10001.40,successful,103,US,10001.40,10001.40,5000.00 +1103441063,Gemini - The Album that Changed The World (Canceled),Music,Music,USD,2012-09-06,340320.00,2012-08-07 19:45:16,20.00,canceled,1,US,20.00,20.00,340320.00 +1103454542,Enter the Dra-gun a 3d copier/art precision tool,Technology,Technology,USD,2012-06-20,35000.00,2012-05-21 17:30:53,5794.00,failed,23,US,5794.00,5794.00,35000.00 +110345688,SHIVERS: an experimental narrative short film about feeling.,Experimental,Film & Video,USD,2016-07-12,5000.00,2016-06-12 13:20:05,0.00,failed,0,US,0.00,0.00,5000.00 +1103457203,Tippy's Custom Controllers (Canceled),Gaming Hardware,Games,USD,2015-02-06,1000.00,2015-01-07 23:22:41,1.00,canceled,1,US,1.00,1.00,1000.00 +1103466760,Ellie: A Short Film,Shorts,Film & Video,USD,2016-11-15,2000.00,2016-10-19 04:20:48,2153.00,successful,32,US,336.00,2153.00,2000.00 +1103469253,PIXEL V2: LED ART,Hardware,Technology,USD,2014-03-12,10000.00,2014-01-11 12:59:54,32652.00,successful,157,US,32652.00,32652.00,10000.00 +1103470589,Phantom Hurricane,Comic Books,Comics,USD,2016-12-21,7000.00,2016-11-21 19:21:41,7696.00,successful,97,US,1007.00,7696.00,7000.00 +110347907,The Last Survivor of the First Transport to Auschwitz,Documentary,Film & Video,USD,2017-03-11,9500.00,2017-02-09 12:06:11,9559.00,successful,64,US,660.00,9559.00,9500.00 +1103479856,Next Level Of Success,Fashion,Fashion,USD,2011-10-07,15000.00,2011-08-08 06:30:10,435.00,failed,8,US,435.00,435.00,15000.00 +1103481606,#Knowenough - Enlightened fashion,Apparel,Fashion,AUD,2014-10-29,12000.00,2014-09-30 23:59:43,1400.00,failed,24,AU,1218.89,1230.55,10547.60 +1103482181,The Next Winged Queen (number 4!),Art,Art,USD,2016-04-02,8888.00,2016-04-01 08:38:27,7670.00,failed,86,US,7670.00,7670.00,8888.00 +1103493572,New Record from Animal or Vegetable!!!,Indie Rock,Music,USD,2015-09-27,390.00,2015-07-29 22:34:38,413.99,successful,13,US,413.99,413.99,390.00 +11034963,Stephen Horst & The Stairwells' Debut EP,Music,Music,USD,2014-07-12,9000.00,2014-06-21 01:47:18,11005.85,successful,140,US,11005.85,11005.85,9000.00 +1103501953,Love Odyssey,Fine Art,Photography,USD,2017-10-07,275.00,2017-08-23 11:32:03,110.00,failed,4,US,45.00,110.00,275.00 +1103502560,Monkess the Homunculus,Children's Books,Publishing,USD,2015-06-01,7250.00,2015-05-04 22:37:42,8006.00,successful,154,US,8006.00,8006.00,7250.00 +1103508088,Miniaturen der Gehirne großer Geister,Digital Art,Art,EUR,2015-08-13,5200.00,2015-07-14 22:42:35,82.00,failed,4,DE,91.26,91.60,5808.89 +1103511169,BingoBo: Build your Private Web™,Technology,Technology,USD,2014-01-31,5000.00,2013-12-16 09:35:53,62.00,failed,7,US,62.00,62.00,5000.00 +1103513348,Defend the Dream,Apparel,Fashion,USD,2017-03-13,500.00,2017-03-06 19:02:06,190.00,failed,4,US,90.00,190.00,500.00 +"1103524719,""Katie's Handmade Quilts, Needleworks and Crafts"",Crafts,Crafts,USD,2015-10-22,100.00,2015-09-22 17:27:05,130.00,successful,5,US,130.00,130.00,100.00" +"1103529982,""EXP puppet troupe is currently filming """"King Daddy Sunshine"""""",Performance Art,Art,USD,2013-11-30,460.00,2013-10-31 00:26:54,129.00,failed,5,US,129.00,129.00,460.00" +1103534322,BRING BACK The COMEDY-O-RAMA RADIO Hour!,Webseries,Film & Video,USD,2012-04-01,20000.00,2012-02-09 17:49:10,45.00,failed,3,US,45.00,45.00,20000.00 +1103534374,Help build a dream at Brazen Dreams (Canceled),Apparel,Fashion,AUD,2015-04-24,550.00,2015-03-24 22:03:52,0.00,canceled,0,AU,0.00,0.00,428.78 +1103538003,#Firstworldproblems: A book about life.,Photography,Photography,USD,2013-08-05,30000.00,2013-07-06 19:50:27,101.00,failed,2,US,101.00,101.00,30000.00 +"1103543322,""Lorenda Starfelt produces """"Anais Nin: Woman Of The Dream"""""",Theater,Theater,USD,2011-06-02,2000.00,2011-04-13 20:43:09,2648.00,successful,23,US,2648.00,2648.00,2000.00" +1103552406,Fly-Tot,Hardware,Technology,USD,2014-07-04,50000.00,2014-06-04 00:26:30,5755.00,failed,106,US,5755.00,5755.00,50000.00 +1103572169,Word Smith - A Steampunk Fantasy Adventure,Graphic Novels,Comics,AUD,2017-07-14,5050.00,2017-06-12 13:44:45,8008.66,successful,274,AU,1898.06,6214.53,3918.68 +1103590641,Curvety: New Plus Size Clothing Collection (Canceled),Apparel,Fashion,GBP,2015-09-25,60000.00,2015-08-11 10:29:46,100.00,canceled,1,GB,154.86,151.77,91059.48 +1103593428,The Son Of Tony,Film & Video,Film & Video,USD,2015-05-08,20000.00,2015-03-29 17:20:09,0.00,failed,0,US,0.00,0.00,20000.00 +1103595644,PixelJunk Eden: A Play in Three Acts (Canceled),Theater,Theater,USD,2012-03-24,500.00,2012-02-23 16:24:52,5.00,canceled,1,US,5.00,5.00,500.00 +110360339,The Start of BabyPookiePie,Digital Art,Art,USD,2017-06-05,1350.00,2017-04-06 17:42:59,660.00,failed,3,US,0.00,660.00,1350.00 +1103610160,Deep-Fried Mars Bars,Food,Food,GBP,2014-08-12,10.00,2014-07-13 12:21:13,0.00,failed,0,GB,0.00,0.00,16.69 +110361827,Tuggs - The Soft Super Bungee with detachable end clips!,Product Design,Design,CAD,2014-12-27,50000.00,2014-11-18 14:01:57,4117.00,failed,47,CA,3650.53,3524.23,42800.89 +1103624250,A Fire Inside: East Bay Vegan Bakery,Food,Food,USD,2010-09-15,35000.00,2010-08-16 00:00:55,4571.02,failed,37,US,4571.02,4571.02,35000.00 +1103625665,Part-Time Gods,Games,Games,USD,2011-06-14,2500.00,2011-04-15 04:45:12,7970.00,successful,194,US,7970.00,7970.00,2500.00 +1103626982,HANDMADE JADE ITEMS,DIY,Crafts,AUD,2015-06-14,50.00,2015-05-15 11:15:26,538.00,successful,30,AU,437.31,416.60,38.72 +1103627264,Gunsmith: Tales of a time in ASH,Fiction,Publishing,USD,2016-06-08,1000.00,2016-06-01 19:03:11,1070.00,successful,49,US,1070.00,1070.00,1000.00 +1103627904,The Art Of Handcrafted Wood,Architecture,Design,USD,2017-10-18,20000.00,2017-10-08 21:09:16,219.00,failed,5,US,6.00,219.00,20000.00 +1103635917,Grow your own Tail..,Product Design,Design,GBP,2013-09-12,10000.00,2013-08-13 09:33:19,12104.00,successful,95,GB,18758.24,19159.78,15829.30 +1103637582,Mark Fonseca's (EP) Recorded with Andrew Osenga in Nashville,Music,Music,USD,2011-04-18,500.00,2011-03-23 04:00:28,500.00,successful,2,US,500.00,500.00,500.00 +1103651463,The Last Weekend,Design,Design,USD,2013-09-21,5000.00,2013-09-10 17:10:44,8395.00,successful,51,US,8395.00,8395.00,5000.00 +1103652327,Johnson 3: Three Generations Capturing Chicago with a Camera- The Book & Website,Photography,Photography,USD,2011-01-11,8000.00,2010-10-13 18:14:59,1300.00,failed,15,US,1300.00,1300.00,8000.00 +1103676287,Red Bananas,Shorts,Film & Video,USD,2012-09-26,5000.00,2012-08-27 21:06:15,1.00,failed,1,US,1.00,1.00,5000.00 +1103683728,MstSage Entertainment Website,Webseries,Film & Video,USD,2014-01-08,800.00,2013-12-09 20:35:33,0.00,failed,0,US,0.00,0.00,800.00 +110368501,Relentless - The Unceasing Fight,Mobile Games,Games,USD,2017-03-13,1000.00,2017-02-20 06:39:33,1.00,failed,1,US,0.00,1.00,1000.00 +1103706553,Breaking Bad's Larry Hankin Wants To Make a Movie,Narrative Film,Film & Video,USD,2012-11-24,15000.00,2012-11-06 21:52:13,6168.00,failed,53,US,6168.00,6168.00,15000.00 +1103717218,Cruel Choices. The next great card game for an amazing party,Playing Cards,Games,USD,2015-07-25,3500.00,2015-06-25 19:04:30,2154.00,failed,59,US,2154.00,2154.00,3500.00 +1103718757,Deadline,Film & Video,Film & Video,USD,2013-03-09,500.00,2013-02-23 22:52:10,500.00,successful,10,US,500.00,500.00,500.00 +1103726466,Frack This? - The Wyoming Artist Expedition,Mixed Media,Art,USD,2012-06-04,3300.00,2012-05-03 14:13:56,3805.00,successful,50,US,3805.00,3805.00,3300.00 +"1103737430,""Steptek, an Accurate, Simple and Data Secure Pedometer"",Technology,Technology,USD,2015-03-22,40000.00,2015-02-05 04:59:02,801.00,failed,7,US,801.00,801.00,40000.00" +110373799,Multicultural and Multilingual Children's E-Books,Children's Books,Publishing,USD,2016-06-05,600.00,2016-05-06 15:39:33,150.00,failed,3,US,150.00,150.00,600.00 +1103740985,Broke Magazine,Journalism,Journalism,CAD,2015-04-14,4000.00,2015-03-15 15:22:18,4459.00,successful,80,CA,3490.47,3657.62,3281.11 +1103749192,GhanaFest RVA,Music,Music,USD,2015-05-21,10000.00,2015-04-25 14:06:19,1.00,failed,1,US,1.00,1.00,10000.00 +1103749915,SpellBlast New Album - Nineteen,Metal,Music,GBP,2013-12-28,1000.00,2013-11-28 11:20:06,1275.00,successful,55,GB,2067.49,2093.25,1641.77 +1103753497,Sci-Fi Movie Project #1: METAFORA SERIES (Canceled),Shorts,Film & Video,USD,2012-06-16,56000.00,2012-06-01 00:01:50,201.00,canceled,2,US,201.00,201.00,56000.00 +1103753516,Fantasy Saga M Trilogy,Fiction,Publishing,USD,2016-07-24,100.00,2016-06-24 03:46:03,365.00,successful,23,US,145.00,365.00,100.00 +1103756303,Cheer Up! It's The Ultimate Party Game!,Tabletop Games,Games,USD,2017-04-28,9000.00,2017-04-04 15:57:12,9825.50,successful,206,US,890.00,9825.50,9000.00 +1103761153,Autodidactism 2010: A Student's Summer of Learning and Writing,Journalism,Journalism,USD,2010-02-01,1400.00,2009-11-09 03:56:20,1486.13,successful,27,US,1486.13,1486.13,1400.00 +"1103765064,""""""MUERTOS"""" Playing Cards"",Playing Cards,Games,USD,2017-07-22,3000.00,2017-07-15 17:56:48,5698.00,successful,144,US,4522.00,5698.00,3000.00" +"1103768331,""Where there is light, there is electricity!"",Technology,Technology,USD,2014-07-27,1000.00,2014-05-28 01:45:26,1268.00,successful,14,US,1268.00,1268.00,1000.00" +1103769106,Get Still the Sky's Limit on the Road! (& with a new album!),Rock,Music,USD,2011-11-02,1500.00,2011-09-10 02:01:49,1775.00,successful,4,US,1775.00,1775.00,1500.00 +110377176,NFA,Film & Video,Film & Video,GBP,2013-11-20,2500.00,2013-10-30 17:29:49,50.00,failed,1,GB,80.50,81.00,4050.22 +1103774427,Folk Music in a Library on the Chesapeake Bay,Country & Folk,Music,USD,2011-02-16,7500.00,2011-01-07 03:38:58,9675.00,successful,103,US,9675.00,9675.00,7500.00 +110377779,Equality Book Series,Children's Books,Publishing,USD,2012-05-04,8000.00,2012-03-20 00:47:54,101.00,failed,2,US,101.00,101.00,8000.00 +1103792608,92Y: Hochman Ludwig Commission ,Classical Music,Music,USD,2011-01-12,5500.00,2010-10-14 20:47:58,1080.00,failed,9,US,1080.00,1080.00,5500.00 +1103794405,Help Grave Metallum get a Jewellery Studio,Art,Art,AUD,2017-01-16,800.00,2016-12-24 03:23:40,180.00,failed,4,AU,130.23,135.58,602.59 +1103796046,'TEEN MOVIE' : The Ultimate American Teen Comedy Movie,Film & Video,Film & Video,GBP,2015-04-27,200000.00,2015-03-25 17:59:33,0.00,failed,0,GB,0.00,0.00,308656.26 +1103797605,LHASA HOODIE: Premium Hoodie that's Actually Eco-Friendly,Apparel,Fashion,USD,2014-12-18,20000.00,2014-11-18 14:59:50,3908.00,failed,34,US,3908.00,3908.00,20000.00 +1103806308,Attach-a-Tap: Portable Homebrew Keg Dispensing System,Product Design,Design,USD,2015-02-23,4900.00,2015-01-21 21:19:05,5814.00,successful,65,US,5814.00,5814.00,4900.00 +1103810623,Emily Russell's Nashville EP Project,Music,Music,USD,2012-10-27,3500.00,2012-09-17 20:44:45,3775.00,successful,31,US,3775.00,3775.00,3500.00 +1103822371,Patches for everyone - Café Viereck,Design,Design,EUR,2017-05-20,15000.00,2017-04-20 08:05:51,0.00,failed,0,DE,26.80,0.00,16793.93 +1103829108,Just the Women,Comics,Comics,USD,2013-03-29,1000.00,2013-03-08 18:59:29,2154.00,successful,92,US,2154.00,2154.00,1000.00 +1103830776,TRIchemical combustION: an experiment,Art,Art,USD,2013-04-04,150.00,2013-03-05 17:03:13,150.00,successful,8,US,150.00,150.00,150.00 +1103835420,Threads by David Lane at The Hope Theatre - 11-29 April,Plays,Theater,GBP,2017-03-27,1000.00,2017-03-06 18:16:59,1050.00,successful,27,GB,0.00,1312.12,1249.64 +"1103840903,""Indigenous Fine Art Market - August 21-23, 2014"",Art,Art,USD,2014-06-12,60000.00,2014-05-23 15:14:14,8094.99,failed,146,US,8094.99,8094.99,60000.00" +1103858162,Bake a Wish with Renee',Events,Food,USD,2016-04-08,3500.00,2016-03-31 22:08:14,0.00,failed,0,US,0.00,0.00,3500.00 +1103862516,Faithless - A Steve McCarten Film Pt 2,Thrillers,Film & Video,GBP,2016-09-29,5000.00,2016-08-30 16:08:39,1510.00,failed,31,GB,308.38,1957.33,6481.22 +1103865046,Stationery Bonanza,Stationery,Crafts,USD,2015-12-17,7000.00,2015-11-17 15:30:57,50.00,failed,2,US,50.00,50.00,7000.00 +1103865941,The Last War in Albion (And Other Tales),Nonfiction,Publishing,USD,2014-06-01,2500.00,2014-05-02 00:11:02,9420.17,successful,364,US,9420.17,9420.17,2500.00 +1103872660,Can I Pet Your Werewolf?,Anthologies,Comics,USD,2017-07-15,30000.00,2017-06-05 21:57:22,36369.66,successful,1296,US,3332.00,36369.66,30000.00 +1103878101,Murder Of Crows cd project,Music,Music,USD,2017-06-07,2500.00,2017-05-08 07:42:34,75.00,failed,1,US,0.00,75.00,2500.00 +"1103889744,""""""The Veritas Times"""" - A New Play for Trump's America"",Plays,Theater,USD,2017-08-03,8000.00,2017-07-04 18:04:43,835.00,failed,4,US,75.00,835.00,8000.00" +1103897773,Cap Snap: The one-handed bottle opener,Product Design,Design,USD,2018-01-14,1500.00,2017-12-15 21:09:27,6971.00,live,201,US,3331.00,6971.00,1500.00 +1103908230,Fancy Pants Chance Likes to Dance Board Book,Illustration,Art,USD,2016-03-03,9025.00,2016-02-02 17:14:04,546.00,failed,18,US,546.00,546.00,9025.00 +"1103915829,""Epic Trailer Music Album """"SINGULARITY"""""",Classical Music,Music,USD,2012-09-09,1500.00,2012-08-10 00:01:11,1999.95,successful,40,US,1999.95,1999.95,1500.00" +"1103916884,""Have a """"Great Depression"""" with Homespun Remedies"",Country & Folk,Music,USD,2011-06-21,5000.00,2011-06-01 18:13:09,5001.32,successful,42,US,5001.32,5001.32,5000.00" +"1103920570,""Bertone cars collection, Museum in motion"",Installations,Art,EUR,2015-09-17,3500000.00,2015-08-15 11:46:22,10.00,failed,1,IT,11.14,11.42,3996665.64" +1103920828,Vampires! Horror! — The Movie,Film & Video,Film & Video,USD,2012-06-03,5000.00,2012-04-04 07:25:35,6534.00,successful,80,US,6534.00,6534.00,5000.00 +1103921548,A Bridge to the Future - November 2016,Classical Music,Music,CAD,2016-11-01,2000.00,2016-10-07 03:59:45,1.00,canceled,1,CA,0.76,0.74,1488.87 +1103925746,Eco Cart | Bicycle Powered Coffee and Treat Cart,Food,Food,NZD,2014-04-30,10000.00,2014-03-26 05:01:32,155.00,failed,8,NZ,132.58,134.07,8649.77 +1103929282,From Kardashian to Pro!,Documentary,Film & Video,USD,2011-08-26,25000.00,2011-07-27 20:45:11,0.00,failed,0,US,0.00,0.00,25000.00 +1103938144,Somebody Testify,Photography,Photography,USD,2016-11-30,5000.00,2016-10-10 22:42:41,20.00,failed,1,US,0.00,20.00,5000.00 +1103939853,The World's Best Diaper Bag,Product Design,Design,USD,2017-10-18,3000.00,2017-09-18 17:32:40,1402.00,failed,70,US,189.00,1402.00,3000.00 +1103943156,Cargo Bay Raiders (Canceled),Tabletop Games,Games,USD,2015-11-09,3000.00,2015-10-10 07:23:23,170.00,canceled,2,US,170.00,170.00,3000.00 +1103945018,Own a Flat Screen TV? MantelMount is for You!,Hardware,Technology,USD,2014-09-17,25000.00,2014-08-18 16:04:02,120652.00,successful,475,US,120652.00,120652.00,25000.00 +1103948653,Battle Valor Fantasy 15mm Table Top Wargame,Tabletop Games,Games,USD,2016-10-18,10000.00,2016-09-20 19:00:13,13052.52,successful,80,US,2850.00,13052.52,10000.00 +1103949044,Dreams Alive,Television,Film & Video,USD,2016-09-03,10000.00,2016-08-19 07:24:55,0.00,failed,0,US,0.00,0.00,10000.00 +1103949925,Seeking Ezra Clothing Launch,Apparel,Fashion,USD,2015-03-31,2000.00,2015-02-22 22:31:23,0.00,failed,0,US,0.00,0.00,2000.00 +1103953511,Many Mansions (Canceled),Drama,Film & Video,USD,2014-07-14,13000.00,2014-07-03 20:38:51,20.00,canceled,1,US,20.00,20.00,13000.00 +1103972927,Andretti Dante's Insomniac Theatre,Film & Video,Film & Video,USD,2012-06-01,20000.00,2012-05-07 08:31:37,680.00,failed,12,US,680.00,680.00,20000.00 +1103975038,Location Alarm Phone App (Canceled),Apps,Technology,CAD,2016-01-14,15000.00,2015-12-15 21:21:52,0.00,canceled,0,CA,0.00,0.00,10329.16 +1103977116,Shakespeare Link goes to Latvia,Performance Art,Art,GBP,2015-07-02,1600.00,2015-06-02 21:56:02,225.00,failed,9,GB,343.98,351.54,2499.80 +1103982517,Chimera Genesis (Canceled),Video Games,Games,USD,2014-11-21,22000.00,2014-10-22 01:17:34,2595.00,canceled,16,US,2595.00,2595.00,22000.00 +1103985523,Cool It: The Ice Machine Procurement Project,Restaurants,Food,USD,2015-10-03,2200.00,2015-09-03 19:18:03,25.00,failed,1,US,25.00,25.00,2200.00 +1103991655,The Bourbon Street Bar Guide,Periodicals,Publishing,USD,2013-12-01,10000.00,2013-11-01 22:03:34,150.00,failed,2,US,150.00,150.00,10000.00 +1103993778,Reflow + Dry + Cure PID oven Controller (Canceled),DIY Electronics,Technology,USD,2015-04-05,5000.00,2015-02-24 03:50:10,70.00,canceled,1,US,70.00,70.00,5000.00 +"1103994741,""Support The """" Johnnie 'O' Gospel Show """" On Christian Radio"",Faith,Music,USD,2018-01-22,1200.00,2017-12-23 03:15:06,0.00,live,0,US,0.00,0.00,1200.00" +1103997845,You're not Crazy: You're Awakening! Book project,Nonfiction,Publishing,USD,2013-07-14,3500.00,2013-05-30 21:15:10,450.00,failed,8,US,450.00,450.00,3500.00 +1104003472,VAYTUS: music streaming indie lovers deserve.,Web,Technology,USD,2014-10-11,30000.00,2014-09-10 18:30:23,32861.50,successful,150,US,32861.50,32861.50,30000.00 +1104006397,MS. CHINA'S INSPIRATIONAL MEMOIR,Publishing,Publishing,USD,2013-08-17,7000.00,2013-07-23 00:56:53,7300.00,successful,26,US,7300.00,7300.00,7000.00 +1104009533,Inscape Premieres,Classical Music,Music,USD,2014-05-19,12500.00,2014-04-14 20:02:28,12853.00,successful,98,US,12853.00,12853.00,12500.00 +1104010909,Justice/Vengeance: Libations for the Dead (Vol 1) (Canceled),Comic Books,Comics,USD,2014-08-30,13250.00,2014-07-31 21:48:19,4670.00,canceled,98,US,4670.00,4670.00,13250.00 +1104015177,Better Milking Equipment for Goatroper Goodies,Farms,Food,USD,2014-06-06,1500.00,2014-05-16 20:15:11,1676.00,successful,46,US,1676.00,1676.00,1500.00 +1104022479,graffiti park and more,Painting,Art,USD,2015-08-29,300000.00,2015-07-15 07:26:12,0.00,failed,0,US,0.00,0.00,300000.00 +1104024966,Fried Peanut Butter & Jelly Sandwiches! (Canceled),Restaurants,Food,USD,2015-03-12,5000.00,2015-02-10 21:26:33,0.00,canceled,0,US,0.00,0.00,5000.00 +1104029424,The Public Health Adventures of Lil' Turtle,Academic,Publishing,USD,2015-09-07,700.00,2015-08-08 05:29:34,981.00,successful,14,US,981.00,981.00,700.00 +1104029671,Bob the farmer knight,Children's Books,Publishing,GBP,2015-05-16,3000.00,2015-04-16 23:43:14,0.00,failed,0,GB,0.00,0.00,4692.05 +1104038600,6 sports in 1: Day or night retractable posts for kids,Product Design,Design,AUD,2017-06-07,40000.00,2017-05-04 05:58:55,6535.00,failed,22,AU,1983.76,4922.42,30129.56 +1104045111,Inner Pathways-Igniting the Flame (of consciousness),Publishing,Publishing,AUD,2016-01-27,16000.00,2015-12-28 18:55:22,1.00,failed,1,AU,0.73,0.71,11353.96 +"1104049107,""Talk About Toys, Docu-series, hobby, gadget, toy, enthusiast"",Webseries,Film & Video,USD,2015-02-20,40000.00,2015-01-21 19:40:38,0.00,failed,0,US,0.00,0.00,40000.00" +1104051947,Beldin's Walls,Shorts,Film & Video,USD,2013-02-23,3500.00,2013-01-24 00:06:10,4073.66,successful,137,US,4073.66,4073.66,3500.00 +1104053810,Changing Creatures,Fiction,Publishing,USD,2015-02-07,1640.00,2015-01-08 00:00:32,123.00,failed,5,US,123.00,123.00,1640.00 +1104054345,The Mic,Apps,Technology,USD,2016-08-14,50000.00,2016-06-15 23:51:38,10.00,failed,1,US,0.00,10.00,50000.00 +1104056005,Project Rorem,Classical Music,Music,USD,2012-09-09,11000.00,2012-07-11 02:38:51,1910.00,failed,5,US,1910.00,1910.00,11000.00 +1104068128,#Never (Canceled),Playing Cards,Games,GBP,2016-06-13,3450.00,2016-05-08 20:20:55,136.00,canceled,6,GB,196.24,194.31,4929.06 +110407020,The NYC Book Project,Photography,Photography,USD,2011-09-09,500.00,2011-08-10 21:53:56,120.00,failed,2,US,120.00,120.00,500.00 +110407149,My First Apple Pie,Restaurants,Food,USD,2014-08-07,1000.00,2014-07-08 22:40:12,2.00,failed,2,US,2.00,2.00,1000.00 +1104082095,The MathFlows Grader (Canceled),Apps,Technology,USD,2015-12-11,18000.00,2015-11-11 01:57:33,621.01,canceled,13,US,621.01,621.01,18000.00 +1104082993,A sustainable luxury store in Oslo,Fashion,Fashion,NOK,2017-04-06,5000.00,2017-03-10 08:19:57,0.00,canceled,0,NO,0.00,0.00,580.35 +1104090946,Saints Customs Costuming,Apparel,Fashion,USD,2015-06-04,1500.00,2015-05-05 18:43:55,1911.00,successful,13,US,1911.00,1911.00,1500.00 +1104112116,Orc Wars (feature film),Narrative Film,Film & Video,USD,2013-04-07,20000.00,2013-03-08 00:08:40,24987.77,successful,440,US,24987.77,24987.77,20000.00 +1104117162,The Everest Journey,Webseries,Film & Video,CAD,2013-12-21,550000.00,2013-11-21 00:40:38,976.00,failed,13,CA,935.34,915.23,515753.94 +1104120071,Scaled Discords: Interactive Installation on Racial Inequity,Sculpture,Art,USD,2015-10-13,2000.00,2015-09-13 02:13:23,2053.00,successful,39,US,2053.00,2053.00,2000.00 +1104120995,Deep sea research lab (Canceled),Technology,Technology,USD,2014-11-28,150000.00,2014-10-29 03:04:42,150.00,canceled,2,US,150.00,150.00,150000.00 +1104126515,The Empty Room Debut Album,Indie Rock,Music,USD,2017-01-01,8000.00,2016-11-28 15:59:44,30.00,failed,2,US,0.00,30.00,8000.00 +1104130410,Wakaliwood: The Documentary,Documentary,Film & Video,USD,2012-10-20,34000.00,2012-09-05 16:54:10,35741.00,successful,119,US,35741.00,35741.00,34000.00 +1104133645,JARDIN MÉCANIQUE: THE GRAPHIC NOVEL - LA BANDE DESSINÉE,Graphic Novels,Comics,CAD,2017-04-14,20000.00,2017-03-15 19:02:31,24683.00,successful,444,CA,2532.63,18320.34,14844.50 +1104134226,Promising Land / Project by René Clement,Photography,Photography,USD,2010-12-17,9900.00,2010-10-18 14:16:40,10444.00,successful,79,US,10444.00,10444.00,9900.00 +"1104141234,Overcoming The Odds; James Writes a Book on Resiliency,Nonfiction,Publishing,USD,2017-01-12,50000.00,2016-12-13 20:15:54,770.00,failed,12,US,220.00,770.00,50000.00" +"1104146477,""""""Sterling : The Man from Nowhere"""" - Feature Film"",Film & Video,Film & Video,USD,2015-03-20,7000.00,2015-02-18 07:09:01,110.00,undefined,0,""N,0"""""",,110.00,7000.00" +110414720,Sparky - Survival Fire Starter,Product Design,Design,USD,2015-12-10,5000.00,2015-11-09 21:15:10,16267.00,successful,353,US,16267.00,16267.00,5000.00 +1104148850,Kate Bakes Bars,Food,Food,USD,2013-08-01,4500.00,2013-06-27 04:02:42,5236.00,successful,50,US,5236.00,5236.00,4500.00 +1104154946,Eagle Lake (Canceled),Film & Video,Film & Video,USD,2013-08-15,50000.00,2013-07-09 15:23:16,6341.00,canceled,44,US,6341.00,6341.00,50000.00 +1104158532,New album and video clip production,Electronic Music,Music,USD,2015-06-13,5000.00,2015-05-14 21:46:31,15.00,failed,1,US,15.00,15.00,5000.00 +110415862,Exebelle & The Rusted Cavalcade: The Double Album!,Country & Folk,Music,USD,2012-01-01,750.00,2011-11-17 20:54:50,1020.12,successful,32,US,1020.12,1020.12,750.00 +1104165945,The Studio of Art,Art,Art,USD,2016-01-31,5000.00,2015-12-28 17:41:12,1055.00,failed,18,US,1055.00,1055.00,5000.00 +1104166005,Art Fallout 2010: A Day for Contemporary Art in downtown Fort Lauderdale,Art,Art,USD,2010-10-16,1000.00,2010-09-22 13:32:20,1274.00,successful,32,US,1274.00,1274.00,1000.00 +1104168749,The Alamo Reminder,Apps,Technology,USD,2014-12-06,30000.00,2014-10-07 07:28:55,10.00,failed,1,US,10.00,10.00,30000.00 +1104173109,Has someone inspired you this year?,Accessories,Fashion,USD,2014-12-10,300.00,2014-11-23 03:15:46,64.00,failed,3,US,64.00,64.00,300.00 +110417607,Golf Equipment Grip Invention for Everyones Putter.,Product Design,Design,USD,2014-10-03,10500.00,2014-08-07 00:56:24,0.00,failed,0,US,0.00,0.00,10500.00 +1104182232,SOTA - a controversial new-media installation - NYC debut (Canceled),Art,Art,USD,2010-10-31,7000.00,2010-09-19 04:32:05,0.00,canceled,0,US,0.00,0.00,7000.00 +1104189647,Age of Certainty anthology,Fiction,Publishing,USD,2012-12-21,3000.00,2012-10-22 20:50:02,550.00,failed,11,US,550.00,550.00,3000.00 +1104193107,Heirloom Chimes,Glass,Crafts,USD,2015-05-10,500.00,2015-04-10 14:18:32,2179.00,successful,18,US,2179.00,2179.00,500.00 +"1104202221,""Zero Libertad Comic: Latina, female, supernatural hero"",Comics,Comics,USD,2012-07-29,8500.00,2012-06-29 02:32:39,9341.00,successful,145,US,9341.00,9341.00,8500.00" +1104203955,REPAIR MANUAL: AN EXHIBITION,Photography,Photography,USD,2010-08-11,800.00,2010-06-26 07:50:47,870.00,successful,20,US,870.00,870.00,800.00 +1104225695,BOMBSHELL BABY! A WWII Musical Starring Veronica Garland.,Theater,Theater,USD,2012-07-18,3000.00,2012-07-03 21:58:54,3110.00,successful,49,US,3110.00,3110.00,3000.00 +"1104227492,""""""Rover"""" Remote Control Cooler - The Ultimate Party Machine!"",Product Design,Design,USD,2014-12-03,45000.00,2014-11-03 19:04:06,3950.00,failed,17,US,3950.00,3950.00,45000.00" +1104229032,Ragnarok Playing Cards,Playing Cards,Games,DKK,2017-11-15,115000.00,2017-10-17 18:21:04,629351.00,successful,1669,DK,26586.99,99760.80,18229.08 +1104234712,Burn The Ballroom Debut LP,Rock,Music,USD,2011-09-07,11000.00,2011-08-03 21:18:59,1190.00,failed,18,US,1190.00,1190.00,11000.00 +"1104242905,""Sacred Sound's Debut Album, """"Holding Space"""""",Electronic Music,Music,USD,2015-05-24,4000.00,2015-04-21 05:03:08,4050.00,successful,46,US,4050.00,4050.00,4000.00" +1104255584,Big Ideas in Space Science,Publishing,Publishing,USD,2012-10-28,10000.00,2012-09-28 05:15:49,760.00,failed,5,US,760.00,760.00,10000.00 +1104260586,R-CADE - Glasgow's First Retro Arcade and Instant Ramen Bar,Restaurants,Food,GBP,2018-01-18,5000.00,2017-12-18 23:39:32,334.00,live,13,GB,105.24,455.57,6819.89 +1104261497,Graffiti Galore,Digital Art,Art,CAD,2015-04-30,69500.00,2015-03-10 18:30:32,0.00,failed,0,CA,0.00,0.00,57820.30 +1104266123,Faisal Goes West,Narrative Film,Film & Video,USD,2011-11-22,15000.00,2011-10-20 07:47:11,16637.99,successful,127,US,16637.99,16637.99,15000.00 +1104266660,WarChu,Tabletop Games,Games,AUD,2017-06-15,2000.00,2017-05-01 12:40:34,904.00,canceled,23,AU,221.67,687.50,1521.03 +110427632,Righteous Minds are going on Tour!,Performance Art,Art,USD,2015-09-02,3000.00,2015-07-24 22:41:39,1242.00,failed,7,US,1242.00,1242.00,3000.00 +1104276750,A Brief Stroll Whilst Inspecting Architecture in Japan,Art Books,Publishing,AUD,2014-09-03,4000.00,2014-08-04 10:02:01,5620.00,successful,56,AU,5233.55,5263.16,3746.02 +1104278625,She&Her Productions 2012-2013 KICKSTARTER!,Performance Art,Art,USD,2012-10-07,800.00,2012-08-08 05:18:16,1025.00,successful,25,US,1025.00,1025.00,800.00 +"1104279969,""Flat, Vectorized Photography - Photo Art & RAW Art Exhibit"",Digital Art,Art,USD,2014-07-17,4000.00,2014-06-17 19:33:17,65.00,canceled,2,US,65.00,65.00,4000.00" +1104280036,DRC Custom Cues,Woodworking,Crafts,USD,2015-07-28,20000.00,2015-05-29 13:58:22,205.00,failed,2,US,205.00,205.00,20000.00 +"1104282872,""Hand in Hand: Your Love, For Life"",Tabletop Games,Games,USD,2013-07-19,5000.00,2013-06-19 01:10:10,6073.00,successful,134,US,6073.00,6073.00,5000.00" +1104283281,Superior graphic T's from 'Brand',Apparel,Fashion,GBP,2017-03-16,150000.00,2017-02-14 23:22:10,50.00,failed,1,GB,0.00,61.80,185402.63 +1104284035,A Transylvanian Dwarf Dinosaur Needs a Ride Home!,Video Art,Art,CAD,2014-05-31,25000.00,2014-05-01 03:40:09,25673.00,successful,127,CA,23286.59,23501.46,22885.39 +110430024,Fiberlicious Yarn Store,Knitting,Crafts,USD,2015-03-22,50000.00,2015-02-20 23:49:21,1070.00,failed,23,US,1070.00,1070.00,50000.00 +1104305006,See Steal Style Magazine,Publishing,Publishing,GBP,2014-02-22,300.00,2014-01-23 23:12:55,64.00,failed,5,GB,105.50,106.99,501.53 +1104306893,3 Step Studio (Canceled),Video Games,Games,USD,2013-02-02,500000.00,2013-01-03 21:30:42,3191.00,canceled,80,US,3191.00,3191.00,500000.00 +1104307901,Breathless Clothing,Fashion,Fashion,USD,2013-09-09,3000.00,2013-07-30 03:20:56,1015.00,failed,13,US,1015.00,1015.00,3000.00 +1104309845,RUB THE BLOOD,Comics,Comics,USD,2011-11-21,1000.00,2011-10-21 01:33:59,1554.00,successful,56,US,1554.00,1554.00,1000.00 +1104311446,Design Driven: The first and only truck fueled by design!,Design,Design,USD,2014-12-20,75000.00,2014-11-03 07:15:35,1801.00,failed,23,US,1801.00,1801.00,75000.00 +1104312739,Twin city craft and flea market,Crafts,Crafts,USD,2016-01-13,20000.00,2015-12-14 22:02:38,0.00,failed,0,US,0.00,0.00,20000.00 +"1104317036,""Pathway Products: Upcycled, Handmade Lamps."",Product Design,Design,USD,2013-09-12,12850.00,2013-08-13 21:54:49,1906.00,failed,14,US,1906.00,1906.00,12850.00" +"1104322005,""Okiez, shoes for children to learn right from left"",Footwear,Fashion,USD,2014-12-01,39000.00,2014-10-17 19:59:14,7979.00,failed,17,US,7979.00,7979.00,39000.00" +1104334360,History of Labor Tee Shirts,Fashion,Fashion,USD,2012-03-18,18000.00,2012-02-27 18:32:59,60.00,failed,2,US,60.00,60.00,18000.00 +"1104335999,"""""" STAY LIT """" - WITH FLEXXELIGHT"",Hardware,Technology,USD,2017-07-14,265000.00,2017-06-14 18:34:59,48.00,failed,3,US,0.00,48.00,265000.00" +1104338120,Zombie Stomp The Game by Team Frog Studios,Tabletop Games,Games,USD,2013-01-21,1000.00,2013-01-07 06:02:24,3500.00,successful,54,US,3500.00,3500.00,1000.00 +1104339765,Calamityware dinner plate 1,Graphic Design,Design,USD,2013-12-01,15000.00,2013-10-23 13:28:54,19270.00,successful,349,US,19270.00,19270.00,15000.00 +1104342575,Music production,Art,Art,EUR,2016-10-05,25000.00,2016-09-05 17:08:43,0.00,failed,0,DE,0.00,0.00,27849.88 +1104344074,Recession Proof (Canceled),Webseries,Film & Video,USD,2011-07-12,5000.00,2011-06-17 22:40:57,0.00,canceled,0,US,0.00,0.00,5000.00 +1104344941,SAN DOMINO - A New Musical,Theater,Theater,GBP,2014-04-24,2500.00,2014-03-25 16:38:38,861.00,failed,19,GB,1419.01,1447.23,4202.18 +110434521,SPIRIT : FPS GAME for Xbox One/Playstation4/PC/Steam,Video Games,Games,USD,2016-08-30,2000000.00,2016-07-16 02:00:36,415.00,failed,9,US,116.00,415.00,2000000.00 +110435596,Welcome to the Small World: A Book of BIG Surprises!,Children's Books,Publishing,USD,2013-12-17,9500.00,2013-11-17 23:04:09,12327.00,successful,199,US,12327.00,12327.00,9500.00 +110435852,Madyson's Hand-Made Marshmallows!,Food,Food,USD,2012-03-31,12000.00,2012-01-31 07:03:41,12500.00,successful,120,US,12500.00,12500.00,12000.00 +1104358924,ForeignPolicyConcepts...a global platform for serious ideas,Nonfiction,Publishing,CAD,2015-11-08,20500.00,2015-10-09 03:13:02,0.00,canceled,0,CA,0.00,0.00,15407.74 +1104371206,Colored Pencils Art and Culture Council,Art,Art,USD,2015-10-19,20000.00,2015-08-20 21:34:47,324.00,failed,12,US,324.00,324.00,20000.00 +1104374021,Pieces of Tangier (Canceled),Documentary,Film & Video,USD,2011-10-18,10000.00,2011-08-19 22:51:24,0.00,canceled,0,US,0.00,0.00,10000.00 +1104384994,The Last Drink,Shorts,Film & Video,USD,2016-08-26,50.00,2016-08-22 20:24:43,11.00,failed,2,US,11.00,11.00,50.00 +"1104390435,""The most affordable, automatic sit-to-stand desk."",Product Design,Design,USD,2014-05-16,50000.00,2014-04-02 18:56:29,649244.00,successful,1697,US,649244.00,649244.00,50000.00" +110440217,Kooke Store: Create-your-own Cookies,Food,Food,USD,2016-01-06,25000.00,2015-12-07 19:45:55,1600.00,failed,20,US,1600.00,1600.00,25000.00 +1104409030,757Electronica Compilation Album Volume 1,Music,Music,USD,2013-06-20,750.00,2013-05-21 03:52:38,857.00,successful,23,US,857.00,857.00,750.00 +1104421293,Save Films ,Shorts,Film & Video,USD,2010-08-21,5000.00,2010-07-07 01:54:49,10.00,failed,1,US,10.00,10.00,5000.00 +1104426779,Help fund my brutal arcade game!,Video Games,Games,USD,2009-11-01,5000.00,2009-09-20 07:17:05,5070.00,successful,29,US,5070.00,5070.00,5000.00 +"1104430801,""If you need to laugh, you need to U.R.G.E.!"",Tabletop Games,Games,USD,2014-04-24,17648.00,2014-03-18 00:59:56,534.00,failed,21,US,534.00,534.00,17648.00" +1104438067,Norse Creation,Art Books,Publishing,USD,2017-04-28,2000.00,2017-03-29 09:04:08,65.00,canceled,4,US,35.00,65.00,2000.00 +1104447285,The Sweet Experience,Events,Food,USD,2015-10-26,5000.00,2015-08-27 02:29:25,5.00,failed,1,US,5.00,5.00,5000.00 +1104448839,When Darkness Ascends,Film & Video,Film & Video,USD,2013-12-25,85000.00,2013-11-25 17:13:54,2731.00,failed,54,US,2731.00,2731.00,85000.00 +1104449397,Pocket Parks - Habitat (debut album),Rock,Music,GBP,2015-03-23,3463.00,2015-02-23 22:15:44,1.00,failed,1,GB,1.54,1.49,5151.36 +1104453124,BariBatch.com Subscription Box,Food,Food,USD,2014-10-10,1500.00,2014-09-10 23:03:18,160.00,failed,4,US,160.00,160.00,1500.00 +1104456612,Send CLOWN to KC FRINGE!,Theater,Theater,USD,2013-05-19,2500.00,2013-04-19 17:42:36,2521.20,successful,35,US,2521.20,2521.20,2500.00 +1104457086,Harvest Roots Farm & Ferment Grows!,Farms,Food,USD,2015-10-19,14000.00,2015-09-22 15:02:13,16102.00,successful,208,US,16102.00,16102.00,14000.00 +1104462250,Grippz Mats - The World’s First Acupressure Yoga Mat,Product Design,Design,USD,2016-12-16,10000.00,2016-11-01 14:41:24,83376.00,successful,962,US,161.00,83376.00,10000.00 +1104467172,Startup Founder Playing Cards,Graphic Design,Design,USD,2015-07-26,3500.00,2015-05-27 04:54:46,1599.00,failed,74,US,1599.00,1599.00,3500.00 +1104474527,Flip! The World’s Most Intuitive Smart Stylus,Gadgets,Technology,USD,2016-11-14,7500.00,2016-10-05 14:57:37,131850.00,successful,1911,US,28078.00,131850.00,7500.00 +1104474918,Tartar Lamb 2,Jazz,Music,USD,2010-07-18,6000.00,2010-04-19 15:48:51,6916.69,successful,116,US,6916.69,6916.69,6000.00 +1104475925,LumberJax #1: By Any Means,Comic Books,Comics,USD,2017-12-16,1800.00,2017-11-15 17:32:48,2172.00,successful,48,US,780.00,2172.00,1800.00 +1104478559,Tower of Eden (Canceled),Community Gardens,Food,USD,2015-06-30,250000.00,2015-05-01 07:08:51,0.00,canceled,0,US,0.00,0.00,250000.00 +1104479237,AI Recruiter invented to stamp out Recruiting Issues,Software,Technology,USD,2017-06-05,15000.00,2017-05-01 18:20:06,18.00,failed,1,US,18.00,18.00,15000.00 +1104486396,Legends of Persia,Video Games,Games,USD,2014-05-05,3000.00,2014-03-06 03:40:54,3797.00,successful,136,US,3797.00,3797.00,3000.00 +"1104488475,""Walk in the park, Vancouver to Kelowna"",Photography,Photography,CAD,2016-08-24,7500.00,2016-07-30 02:17:04,77.00,failed,4,CA,0.00,59.76,5821.17" +1104494039,Africa by Road,Photography,Photography,USD,2013-04-01,2000.00,2013-03-08 01:03:13,6478.00,successful,158,US,6478.00,6478.00,2000.00 +110450113,Tales of Valorian,Video Games,Games,EUR,2016-07-10,100.00,2016-06-10 19:00:45,6.00,failed,2,ES,6.85,6.68,111.28 +1104502108,Dorothy Star,Jewelry,Fashion,GBP,2014-12-11,2400.00,2014-11-11 23:50:36,11.00,failed,3,GB,17.49,17.28,3770.32 +1104513616,Ozias Studio Project,Indie Rock,Music,USD,2010-07-01,4500.00,2010-05-10 22:32:29,63.00,failed,2,US,63.00,63.00,4500.00 +1104516614,Childhood Obesity Awareness,Film & Video,Film & Video,USD,2014-09-04,750.00,2014-08-28 01:20:39,3.00,failed,2,US,3.00,3.00,750.00 +1104526780,Paper Tiger TV Investigates Detroit,Documentary,Film & Video,USD,2010-10-30,3500.00,2010-09-30 00:26:54,3585.00,successful,48,US,3585.00,3585.00,3500.00 +1104531471,Welly Through My Eyes,Illustration,Art,NZD,2014-10-16,4960.00,2014-09-01 04:34:05,480.00,failed,5,NZ,401.32,381.35,3940.57 +110453253,HOME Emergency Preparedness. Resiliency. Safety. Security.,Apps,Technology,USD,2017-04-04,2500.00,2017-03-28 18:44:51,0.00,failed,0,US,25.00,0.00,2500.00 +1104535604,Living in the Grand Canyon--a story of survival and revival,Art Books,Publishing,USD,2012-01-06,2000.00,2011-11-07 21:24:20,251.00,failed,10,US,251.00,251.00,2000.00 +110454597,Chrome Online (A new Cyber-Punk style MMO),Video Games,Games,USD,2012-05-28,10000.00,2012-04-28 02:01:35,102.00,failed,3,US,102.00,102.00,10000.00 +1104547753,Dujanah,Video Games,Games,GBP,2016-02-19,6000.00,2016-01-20 18:00:21,6729.27,successful,524,GB,9588.40,9607.89,8566.66 +1104554996,ATLAS,Publishing,Publishing,USD,2017-03-20,3000.00,2017-02-17 16:14:07,420.00,failed,4,US,370.00,420.00,3000.00 +1104564444,French Women Don't Get Fat,Shorts,Film & Video,USD,2013-12-09,1000.00,2013-11-21 21:08:35,1065.00,successful,20,US,1065.00,1065.00,1000.00 +1104565518,M.I.N.D,Tabletop Games,Games,EUR,2017-07-18,15000.00,2017-06-21 15:44:49,8706.00,failed,163,DE,3834.36,10135.51,17462.98 +1104569800,The Arizona Lensbaby Project,Photography,Photography,USD,2013-05-23,2000.00,2013-05-03 00:41:12,30.00,failed,1,US,30.00,30.00,2000.00 +1104570266,Flash Point: Fire Rescue - Extreme Danger,Tabletop Games,Games,USD,2013-04-17,30000.00,2013-03-18 05:56:46,177719.27,successful,2516,US,177719.27,177719.27,30000.00 +1104574181,Sip: Bigger and Boozier!,Food,Food,USD,2013-12-13,7500.00,2013-11-13 16:13:16,10000.00,successful,83,US,10000.00,10000.00,7500.00 +1104576018,New Tracy Lawrence Album,Music,Music,USD,2013-06-23,50000.00,2013-05-24 01:12:22,52779.25,successful,279,US,52779.25,52779.25,50000.00 +1104576234,Bachelor Pads - The New Notepad,Stationery,Crafts,GBP,2017-11-02,1000.00,2017-10-03 21:24:52,0.00,failed,0,GB,0.00,0.00,1310.91 +1104586843,Black August X Happily Natural Day Festival (ATL & RICHMOND),Performance Art,Art,USD,2012-07-16,3500.00,2012-05-23 21:36:56,0.00,failed,0,US,0.00,0.00,3500.00 +1104594809,Introducing Dylan Champagne and the Lost Explorers!,Rock,Music,USD,2012-07-01,2500.00,2012-06-11 20:17:42,2540.00,successful,41,US,2540.00,2540.00,2500.00 +110459567,The Pirate Cowboy Viking Ninja Deck of Cards,Playing Cards,Games,USD,2015-04-03,10500.00,2015-03-04 19:35:25,367.00,failed,26,US,367.00,367.00,10500.00 +1104607899,The Death of Robin Williams,Nonfiction,Publishing,USD,2014-11-29,500.00,2014-10-30 04:39:29,25.00,failed,1,US,25.00,25.00,500.00 +1104619059,MAGGIE Film,Drama,Film & Video,GBP,2015-05-31,29000.00,2015-04-12 17:59:04,250.00,failed,2,GB,365.78,383.28,44460.80 +1104619973,GroceryBoy The Revolutionary New Grocery Bag Carrier!,Crafts,Crafts,USD,2014-11-23,20000.00,2014-10-09 22:33:05,278.00,canceled,14,US,278.00,278.00,20000.00 +1104625830,FUBAR — an Eli Tahan film,Shorts,Film & Video,USD,2011-07-25,2000.00,2011-06-20 07:13:41,831.00,failed,13,US,831.00,831.00,2000.00 +1104637995,Harry's DogPack,Product Design,Design,USD,2017-05-13,20000.00,2017-04-11 19:47:18,0.00,canceled,0,US,25.00,0.00,20000.00 +1104640583,Joshua Poulette--Book fund/scholarship,Poetry,Publishing,USD,2017-08-29,2000.00,2017-06-30 18:05:21,316.00,failed,5,US,10.00,316.00,2000.00 +110464373,kan?,Food,Food,USD,2016-05-29,8000.00,2016-04-16 10:47:31,8001.20,successful,37,US,8001.20,8001.20,8000.00 +1104653423,Obos LTD,Product Design,Design,USD,2013-06-08,17500.00,2013-04-24 13:45:36,3596.00,failed,122,US,3596.00,3596.00,17500.00 +110466527,King of Mathematics (Canceled),Comics,Comics,CAD,2014-05-06,8000.00,2014-03-27 21:57:49,1670.00,canceled,30,CA,1495.59,1542.01,7386.89 +1104667720,England ladies in Europe 2013,Photography,Photography,GBP,2013-02-25,3000.00,2013-02-04 21:31:16,0.00,failed,0,GB,0.00,0.00,4510.26 +1104676175,$LAY CLOTHES,Fashion,Fashion,USD,2014-03-05,500.00,2014-02-18 02:44:10,51.00,failed,2,US,51.00,51.00,500.00 +1104678557,Riot Inside's new EP '404',Rock,Music,USD,2011-06-14,1000.00,2011-04-30 04:29:26,2587.23,successful,63,US,2587.23,2587.23,1000.00 +110467873,Cardboard Cradles,DIY,Crafts,MXN,2017-10-12,75000.00,2017-09-19 01:17:18,7000.00,failed,3,MX,0.00,369.26,3956.32 +"110467963,""""""SMASHING SONGS OF STAGE AND SCREEN"""""",Rock,Music,USD,2012-10-15,35000.00,2012-09-13 02:34:01,36144.21,successful,342,US,36144.21,36144.21,35000.00" +"1104693057,Two Cities; One Rivalry,Places,Photography,USD,2015-04-16,50.00,2015-03-07 20:04:20,0.00,failed,0,US,0.00,0.00,50.00" +1104696283,RIRI,Drinks,Food,USD,2015-07-22,90000.00,2015-06-22 23:36:53,110.00,failed,2,US,110.00,110.00,90000.00 +1104703200,Breath of Gorr: Complete Tabletop D&D5E & Pathfinder Module!,Tabletop Games,Games,GBP,2017-07-26,2500.00,2017-06-26 12:57:00,6379.00,successful,304,GB,568.56,8353.30,3273.75 +1104705522,Alexis and Faith,Film & Video,Film & Video,USD,2011-09-01,3000.00,2011-07-18 04:53:22,105.00,failed,3,US,105.00,105.00,3000.00 +1104708152,HTV Bus Tour 2011: Stories From the Road,Journalism,Journalism,USD,2011-02-01,6000.00,2010-12-21 02:26:21,943.00,failed,17,US,943.00,943.00,6000.00 +1104708356,The Universe Verse - A rhyming graphic guide to our origins,Comics,Comics,USD,2013-09-30,10000.00,2013-08-30 04:52:02,26050.51,successful,367,US,26050.51,26050.51,10000.00 +11047148,Meat Soap - Get That Bacon-Fresh Scent!,Painting,Art,USD,2011-02-24,1500.00,2011-01-25 00:48:28,1905.00,successful,42,US,1905.00,1905.00,1500.00 +1104714892,RUMBLESLAM,Tabletop Games,Games,GBP,2016-01-14,40000.00,2015-12-15 13:00:04,44783.00,successful,274,GB,68031.87,64183.85,57328.77 +"1104716044,""The JHU Octopodes All-Original Album: """"The Kraken!"""""",Music,Music,USD,2014-04-12,10000.00,2014-03-12 23:01:31,10581.00,successful,56,US,10581.00,10581.00,10000.00" +1104718194,Vermillion Lies : Sister Magic,Music,Music,USD,2015-06-16,6000.00,2015-05-15 19:52:10,12268.48,successful,547,US,12268.48,12268.48,6000.00 +1104721291,CinnamonJDD,Film & Video,Film & Video,USD,2013-08-24,800.00,2013-07-20 23:50:42,900.00,successful,24,US,900.00,900.00,800.00 +1104728236,The Freelancing Roleplayers adventure Three-pack,Tabletop Games,Games,USD,2017-02-25,500.00,2017-01-26 19:23:30,778.00,successful,52,US,355.00,778.00,500.00 +1104728724,The Fantastical Realm of Imagination and Interpretation,Art,Art,USD,2013-08-23,1500.00,2013-07-24 18:25:14,200.00,failed,3,US,200.00,200.00,1500.00 +"1104728792,""Helping a """"Fat Pig"""" be produced"",Performance Art,Art,CAD,2015-12-06,5000.00,2015-11-06 20:24:48,46.00,failed,3,CA,35.00,33.67,3659.25" +"1104735044,""""""FATIGUE"""" Focus And Time Inevitably Gets U Everything.."",Pop,Music,USD,2014-04-06,30000.00,2014-03-06 08:47:49,50.00,canceled,2,US,50.00,50.00,30000.00" +1104735909,The Mariah Moment Project,Music,Music,AUD,2014-09-26,500.00,2014-09-18 13:47:48,0.00,failed,0,AU,0.00,0.00,439.56 +1104737649,Help Us Light Up!,Photography,Photography,USD,2016-04-30,20000.00,2016-03-01 07:55:42,21823.00,successful,103,US,21823.00,21823.00,20000.00 +1104740758,Live View! Social Media Live TV & Radio Application.,Apps,Technology,CAD,2015-10-02,50000.00,2015-08-03 17:15:39,0.00,failed,0,CA,0.00,0.00,37767.20 +110474772,Authentic Australian Bush Herbs,Crafts,Crafts,AUD,2014-10-01,200.00,2014-08-27 06:11:16,51.00,failed,4,AU,47.41,44.64,175.04 +1104751439,Robbie Madison's CD Project #1,Music,Music,USD,2016-10-11,20000.00,2016-08-12 03:47:50,391.00,failed,10,US,330.00,391.00,20000.00 +"1104754368,""Chad Elliott """"RINGGOLD"""" and Sun Studio Albums Fundraiser"",Country & Folk,Music,USD,2017-08-22,20000.00,2017-07-23 18:29:42,23560.00,successful,170,US,975.00,23560.00,20000.00" +"1104754609,""press ag ag lady """"tracks are disappearing"""" on vinyl!"",Electronic Music,Music,USD,2011-05-04,2000.00,2011-04-04 22:25:58,70.00,failed,4,US,70.00,70.00,2000.00" +1104761639,SUNGLAX. H-Made in Italy. Styled by U,Accessories,Fashion,EUR,2015-08-23,4500.00,2015-07-24 23:06:13,980.00,failed,8,IT,1072.86,1104.26,5070.59 +1104766644,Swimsuit Short Set for Tomboys by Rehmih Mihreh™,Fashion,Fashion,USD,2014-04-25,10000.00,2014-03-26 04:43:04,68.00,failed,1,US,68.00,68.00,10000.00 +110476853,No Grexit: Zuckerberg Must to Bail out Greece!,Apparel,Fashion,USD,2015-08-10,24000.00,2015-06-23 11:37:00,0.00,failed,0,US,0.00,0.00,24000.00 +110476861,Michael Buble Music Video (Canceled),Fine Art,Photography,USD,2015-02-20,5000.00,2015-01-21 21:22:21,0.00,canceled,0,US,0.00,0.00,5000.00 +1104769870,Numbered Out Mobile App Game,Mobile Games,Games,USD,2017-02-26,35000.00,2017-01-12 23:25:32,505.00,failed,2,US,505.00,505.00,35000.00 +1104770695,“Me Without You” Animated Music Video,Animation,Film & Video,USD,2014-10-19,16000.00,2014-09-19 17:44:56,16237.00,successful,136,US,16237.00,16237.00,16000.00 +"1104771104,""Indifferent West, Photography Book & Installation project"",Conceptual Art,Art,USD,2013-12-11,2000.00,2013-11-11 04:37:30,447.00,failed,7,US,447.00,447.00,2000.00" +1104775941,Introducing The Solo Artist Phil Johnson,Music,Music,USD,2012-12-10,5500.00,2012-11-03 05:21:41,30.00,failed,2,US,30.00,30.00,5500.00 +1104777464,VotePrez Campaign/Music Video: Champagne Wishes - #VotePrez,Hip-Hop,Music,USD,2012-11-02,5000.00,2012-09-03 21:26:29,0.00,failed,0,US,0.00,0.00,5000.00 +1104782766,Dylan Chalfy's Debut Album: Atavar,Indie Rock,Music,USD,2012-09-15,3000.00,2012-08-16 07:13:30,3451.00,successful,36,US,3451.00,3451.00,3000.00 +1104782803,Atari History Book - Volume 1 (Beginnings to 1984),Nonfiction,Publishing,USD,2012-01-20,7200.00,2011-12-21 14:07:50,11508.00,successful,124,US,11508.00,11508.00,7200.00 +1104785245,Crepes Food trailer at Farmer's Market (Canceled),Farmer's Markets,Food,USD,2014-06-30,16000.00,2014-05-27 23:40:54,0.00,canceled,0,US,0.00,0.00,16000.00 +1104786507,Swipe Right Across America,Print,Journalism,USD,2015-04-29,250.00,2015-03-30 06:08:06,25.00,failed,1,US,25.00,25.00,250.00 +1104792655,Peru: Cradle of Diversity,Documentary,Film & Video,USD,2017-04-11,5000.00,2017-03-12 14:01:31,1010.00,failed,21,US,470.00,1010.00,5000.00 +1104815760,Mountain Nirvana Sugar Processing Facility,Food,Food,USD,2014-11-10,500.00,2014-09-11 22:41:11,611.00,successful,12,US,611.00,611.00,500.00 +1104818663,iLL-informed Illustration Annual,Art Books,Publishing,GBP,2015-05-20,1000.00,2015-04-20 16:34:18,1090.00,successful,57,GB,1630.38,1704.78,1564.02 +1104823733,Bubble Wrap Sidewalk,Conceptual Art,Art,USD,2014-10-15,421.00,2014-10-01 17:59:58,12.00,failed,1,US,12.00,12.00,421.00 +1104839689,Narcissists,Drama,Film & Video,GBP,2014-07-04,1100.00,2014-05-05 20:58:34,10.00,failed,1,GB,16.87,17.14,1885.79 +"1104841553,""WETWARE Post-Production: Editing, Music, Sound, Animation"",Thrillers,Film & Video,USD,2016-11-27,38000.00,2016-09-28 16:31:43,3331.00,canceled,16,US,165.00,3331.00,38000.00" +1104843521,Stonehaven's Giants,Tabletop Games,Games,USD,2016-10-04,7500.00,2016-09-12 16:17:04,42706.00,successful,440,US,270.00,42706.00,7500.00 +1104848895,Look Who's President,Games,Games,USD,2013-08-31,7500.00,2013-07-08 05:32:43,76.00,failed,4,US,76.00,76.00,7500.00 +"1104849280,""""""Heart & Soul"""" CD Fund"",Pop,Music,USD,2013-09-21,6000.00,2013-08-22 00:44:24,221.00,failed,3,US,221.00,221.00,6000.00" +1104850213,Friendly Viking Entertainment,Film & Video,Film & Video,USD,2017-05-14,30000.00,2017-04-14 01:46:50,1.00,failed,1,US,0.00,1.00,30000.00 +1104871665,Bringrr™ - Helping You Keep Track of What Matters Most,Hardware,Technology,USD,2014-02-04,75000.00,2013-12-23 20:59:31,76561.00,successful,896,US,76561.00,76561.00,75000.00 +1104873911,Silence,Conceptual Art,Art,GBP,2013-10-05,500.00,2013-09-05 23:45:23,2.01,failed,2,GB,3.13,3.21,798.94 +1104878036,Grand Corset Ball,Couture,Fashion,CAD,2014-12-16,11000.00,2014-10-17 02:10:25,12601.00,successful,47,CA,11141.14,10866.68,9486.03 +1104897611,They Stole My Wheels,Web,Technology,GBP,2015-06-17,15000.00,2015-05-18 23:42:54,0.00,failed,0,GB,0.00,0.00,23757.48 +1104897644,NEW ARTIST BONITA NEEDS YOUR HELP FOR HER NEXT VIDEO !!!,Hip-Hop,Music,USD,2012-07-07,500.00,2012-06-21 02:20:20,95.00,failed,7,US,95.00,95.00,500.00 +1104897903,Time 4 Change,Hip-Hop,Music,USD,2017-09-01,1500.00,2017-08-02 11:14:52,0.00,failed,0,US,0.00,0.00,1500.00 +1104905181,Zombie Confessions,Theater,Theater,USD,2011-10-07,3500.00,2011-09-12 16:05:27,491.00,failed,17,US,491.00,491.00,3500.00 +"1104907933,""Fashion, Hats, Design!"",Fashion,Fashion,GBP,2013-07-31,3000.00,2013-07-01 21:56:50,2.00,failed,1,GB,3.04,3.03,4545.73" +110491226,KoolViewers WriteAlongs,Children's Books,Publishing,USD,2015-08-05,25000.00,2015-07-06 23:03:18,118.00,failed,2,US,118.00,118.00,25000.00 +1104914083,THE Organizations: Double Agent Group Card Game,Tabletop Games,Games,USD,2011-09-08,2500.00,2011-07-10 01:31:25,275.00,failed,10,US,275.00,275.00,2500.00 +1104914153,Liege,Video Games,Games,USD,2013-07-29,15000.00,2013-06-27 22:44:13,81458.51,successful,2918,US,81458.51,81458.51,15000.00 +"1104917027,""The Mach Series - An Unusual, Mechanical, Automatic Watch"",Product Design,Design,USD,2016-02-05,30000.00,2015-12-22 07:21:21,30850.00,successful,63,US,30850.00,30850.00,30000.00" +1104917523,J.Nathan's Album- Gemini,Hip-Hop,Music,USD,2013-07-08,1000.00,2013-06-08 22:02:10,350.00,failed,6,US,350.00,350.00,1000.00 +1104918467,Handmade leather bracelet and individual engraving,Design,Design,USD,2016-11-10,1500.00,2016-10-11 15:40:30,1052.00,failed,32,US,308.00,1052.00,1500.00 +1104923604,Kellie K Apparel - NEW STRAPLESS BRA DESIGNS!,Apparel,Fashion,USD,2015-11-13,26250.00,2015-10-13 16:59:02,26921.20,successful,178,US,26921.20,26921.20,26250.00 +1104923638,REVERb Pilot- Donovan's Dilemma,Webseries,Film & Video,USD,2016-07-03,10000.00,2016-05-04 03:03:11,25.00,failed,1,US,25.00,25.00,10000.00 +110493023,Lone Tree Games: Decks Miniatures,Tabletop Games,Games,USD,2014-09-21,10000.00,2014-08-24 08:30:55,2331.00,failed,55,US,2331.00,2331.00,10000.00 +"1104931789,""SCOUT's """"All Those Relays"""" Fund"",Indie Rock,Music,USD,2011-06-03,5000.00,2011-04-04 02:46:03,6006.90,successful,81,US,6006.90,6006.90,5000.00" +1104933173,Curse of The Black Terror - Volume 2,Comics,Comics,USD,2012-10-23,2600.00,2012-09-23 07:10:35,100.00,failed,5,US,100.00,100.00,2600.00 +"1104934259,""""""Promised Land"""" Spirituals CD: Sacred Songs of the South"",World Music,Music,USD,2010-09-26,6200.00,2010-07-13 00:48:25,6726.00,successful,112,US,6726.00,6726.00,6200.00" +1104934393,2014 Explore America Calendar,Photography,Photography,USD,2013-11-11,3000.00,2013-10-11 21:50:15,620.00,failed,22,US,620.00,620.00,3000.00 +1104940829,Let's Translate US Election 2016!,Web,Journalism,USD,2016-07-20,11000.00,2016-06-21 21:27:33,3008.00,failed,62,US,1413.00,3008.00,11000.00 +1104960218,The Clean Touch,Product Design,Design,USD,2017-05-17,5000.00,2017-04-17 18:04:20,360.00,failed,4,US,54.00,360.00,5000.00 +1104961347,Know Your Heart,Art,Art,USD,2014-10-04,5500.00,2014-09-01 19:07:35,2351.44,failed,44,US,2351.44,2351.44,5500.00 +"1104971118,""ATOS, Arm Rest Table with phone and tablet stand"",Gadgets,Technology,EUR,2017-02-01,1000.00,2017-01-02 22:25:47,6615.00,successful,107,IT,1285.36,7105.19,1074.10" +1104971566,Killer(s) Goes Free (Wrongful Convcition of Frank Casteel),Nonfiction,Publishing,USD,2015-05-24,5500.00,2015-03-25 20:51:12,0.00,canceled,0,US,0.00,0.00,5500.00 +1104976242,Annie Moo Moo's Gourmet Goodies,Food,Food,USD,2016-02-20,15000.00,2016-01-21 14:10:58,0.00,failed,0,US,0.00,0.00,15000.00 +1104980893,The Porthole watch,Product Design,Design,EUR,2016-05-16,40000.00,2016-04-15 11:10:56,14681.00,failed,19,NL,16540.50,16470.52,44875.75 +1104982003,MadKnits: The Quest for the First Comic,Comics,Comics,USD,2012-08-09,3000.00,2012-07-10 02:15:07,3406.49,successful,67,US,3406.49,3406.49,3000.00 +1104983922,SelfieGuard,Apps,Technology,USD,2016-08-14,30000.00,2016-07-15 19:16:15,100.00,failed,1,US,25.00,100.00,30000.00 +1104985024,Anthony Joseph Lanman - Synesthesiac CD,Classical Music,Music,USD,2014-05-03,3500.00,2014-04-03 01:08:33,4041.70,successful,84,US,4041.70,4041.70,3500.00 +1104993462,Dare,Apps,Technology,GBP,2016-08-25,1250.00,2016-08-10 20:02:44,10.00,failed,2,GB,0.00,13.21,1651.56 +110499808,Functional Apparel for a Dysfunctional World (do over),Fashion,Fashion,USD,2012-11-18,5000.00,2012-11-08 03:23:00,5490.00,successful,47,US,5490.00,5490.00,5000.00 +"1105003272,""""""Starport Nightlife,"""" Science Fiction Short Story"",Fiction,Publishing,USD,2012-05-17,500.00,2012-04-17 07:21:44,25.00,failed,3,US,25.00,25.00,500.00" +1105004614,TART FESTIVAL (Canceled),Art,Art,USD,2012-11-30,75000.00,2012-10-26 00:18:28,0.00,canceled,0,US,0.00,0.00,75000.00 +1105006161,Dubious Company Volume One,Comics,Comics,USD,2011-12-02,1500.00,2011-10-31 08:00:57,3503.00,successful,62,US,3503.00,3503.00,1500.00 +"1105006788,""SLIK: Advanced All-Natural Lubricant,Solvent, and CLP"",Product Design,Design,USD,2015-04-04,500.00,2015-02-23 21:33:19,999.00,successful,31,US,999.00,999.00,500.00" +"1105009186,""Beyond Soul Food, Modern American Heritage Cuisine App/Book"",Food,Food,USD,2012-07-27,25000.00,2012-06-27 08:08:38,100.00,failed,2,US,100.00,100.00,25000.00" +1105014279,Sensorgesteuerter Toilettenpapierhalter - Toicube,Technology,Technology,EUR,2016-05-27,7000.00,2016-04-12 18:44:52,11358.00,successful,93,AT,12960.19,12684.55,7817.56 +110501743,GR Bottle . Stay Healthy and Travel Smart,Product Design,Design,USD,2015-11-21,46970.00,2015-10-22 22:01:44,1371.00,failed,26,US,1371.00,1371.00,46970.00 +1105021008,CHINA Taking over the world – a photo story!,Photography,Photography,GBP,2013-01-23,6000.00,2013-01-13 08:02:21,1.00,failed,1,GB,1.61,1.58,9491.87 +1105021274,Wood Balance Bike Rolli-Coaster Made in USA Learning Kid Toy,Product Design,Design,USD,2012-12-10,4050.00,2012-11-28 15:39:33,7219.00,successful,59,US,7219.00,7219.00,4050.00 +110502324,PosturePulse: The posture sensor worn on your waist or chair,Wearables,Technology,USD,2014-09-17,75000.00,2014-08-13 14:02:11,19434.00,failed,129,US,19434.00,19434.00,75000.00 +1105029730,Vitality - Sam McIntire's Breakout Album,Music,Music,USD,2016-07-28,6000.00,2016-06-28 21:13:27,1525.00,failed,21,US,1210.00,1525.00,6000.00 +1105030582,Underground Throne - Rise of Power Beyond (Canceled),Video Games,Games,USD,2014-04-09,8000.00,2014-03-10 18:00:03,421.00,canceled,21,US,421.00,421.00,8000.00 +1105031010,ARTISTX 2.0,Software,Technology,USD,2017-02-22,30000.00,2016-12-24 13:37:04,527.00,failed,2,US,0.00,527.00,30000.00 +1105032456,A New Type Of Bag Company,Accessories,Fashion,USD,2015-03-27,15000.00,2015-02-25 15:14:58,3744.00,failed,36,US,3744.00,3744.00,15000.00 +1105034120,The Faith Tree - We all dream but do we have the faith?,Children's Books,Publishing,USD,2015-04-10,5000.00,2015-03-11 20:14:54,50.00,failed,1,US,50.00,50.00,5000.00 +1105034372,Sea of Stars RPG Campaign Sourcebook,Tabletop Games,Games,USD,2015-02-09,1350.00,2014-12-31 20:11:55,4099.00,successful,145,US,4099.00,4099.00,1350.00 +1105046361,Crossed My Mind,Anthologies,Publishing,SGD,2017-09-23,10000.00,2017-08-04 16:37:16,11.00,failed,1,SG,0.00,8.10,7364.31 +1105048953,YES Apparel Collection,Fashion,Fashion,USD,2013-09-16,7500.00,2013-08-26 03:16:49,264.00,failed,14,US,264.00,264.00,7500.00 +1105054620,Pencil Dice,Tabletop Games,Games,USD,2015-02-28,1000.00,2015-01-29 15:23:05,38161.00,successful,1351,US,38161.00,38161.00,1000.00 +1105057467,Help Reba Hasko record Third Album at Honey Jar in Brooklyn!,Indie Rock,Music,USD,2012-02-07,9230.00,2012-01-08 03:27:02,9333.02,successful,114,US,9333.02,9333.02,9230.00 +1105059229,Mississippi John Hurt,Shorts,Film & Video,USD,2010-08-13,4500.00,2010-05-22 07:38:20,0.00,failed,0,US,0.00,0.00,4500.00 +"1105063954,""Help support the making of """"Apocalypse"""""",Webseries,Film & Video,USD,2014-09-09,1000.00,2014-07-11 16:13:06,0.00,failed,0,US,0.00,0.00,1000.00" +1105072807,Wrestlers In Space #1,Comic Books,Comics,AUD,2015-09-15,1000.00,2015-08-16 18:53:16,1737.00,successful,100,AU,1281.63,1262.63,726.90 +1105077142,DIG - an action-packed push-your-luck card game,Tabletop Games,Games,EUR,2017-04-16,6000.00,2017-03-19 19:01:31,11092.00,successful,365,FR,3225.32,11866.27,6418.83 +1105086910,Hospital Ships / Andy Byers / Invisible Hand Project 2013,Mixed Media,Art,USD,2013-03-13,2000.00,2013-02-20 16:00:19,2025.00,successful,48,US,2025.00,2025.00,2000.00 +1105088488,Drawings To Canvas: An Artist Dream of Painting,Painting,Art,USD,2013-07-22,1500.00,2013-06-22 19:18:44,30.00,failed,2,US,30.00,30.00,1500.00 +110508855,Morphics (Canceled),Publishing,Publishing,USD,2016-04-10,40000.00,2016-03-11 00:49:17,0.00,canceled,0,US,0.00,0.00,40000.00 +1105089917,Cards That'll Get You Fired,Playing Cards,Games,USD,2015-07-15,10000.00,2015-06-15 16:23:21,400.00,failed,15,US,400.00,400.00,10000.00 +1105095378,The Search For Sasquatch - a short film by ThePumpkinPals,Shorts,Film & Video,USD,2011-08-05,700.00,2011-07-06 01:02:45,200.00,failed,1,US,200.00,200.00,700.00 +1105097948,Hand-crafted candles,Candles,Crafts,USD,2016-07-06,150.00,2016-06-06 04:31:10,282.00,successful,9,US,282.00,282.00,150.00 +110509934,Gotta Vape 'em all (Suspended),Gadgets,Technology,USD,2015-06-02,65000.00,2015-04-03 01:33:44,0.00,suspended,0,US,0.00,0.00,65000.00 +1105101032,The Smart Cane from Mediq-Care,Gadgets,Technology,USD,2015-04-11,100000.00,2015-03-12 21:51:14,383.00,failed,8,US,383.00,383.00,100000.00 +1105104812,FaceSleep.com - Microfiber MakeUp Removal - Save the Planet.,Product Design,Design,AUD,2017-10-06,1000.00,2017-09-06 04:28:31,240.00,failed,6,AU,0.00,186.57,777.36 +1105105795,Ancient Script Flashcards: Save an endangered writing system,Art,Art,USD,2017-03-27,750.00,2017-02-27 15:48:12,4134.00,successful,117,US,678.00,4134.00,750.00 +1105107554,A Shaman's Guide to Teotihuacán: a film of magic & mojo,Narrative Film,Film & Video,USD,2011-03-19,19100.00,2011-01-14 21:52:38,6042.11,failed,44,US,6042.11,6042.11,19100.00 +1105119299,Can I Haul It?,Technology,Technology,USD,2014-06-11,25000.00,2014-05-12 23:47:42,22.00,failed,4,US,22.00,22.00,25000.00 +1105129497,WIK LED MICRO USB with LIFETIME WARRANTY,Hardware,Technology,USD,2016-02-09,12000.00,2016-01-17 15:46:04,4355.00,failed,144,US,4355.00,4355.00,12000.00 +"1105130912,""Amazing Hanger - foldable,strong,durable,affordable,elegant"",Product Design,Design,USD,2017-05-02,10000.00,2017-03-03 09:09:29,30429.00,successful,1250,US,5566.00,30429.00,10000.00" +1105138643,DIAL 9 TO GET OUT: A darkly comic horror thriller,Narrative Film,Film & Video,USD,2014-04-04,120000.00,2014-03-03 17:50:59,41968.00,failed,249,US,41968.00,41968.00,120000.00 +1105142730,DEMONS,Horror,Film & Video,USD,2015-02-28,10000.00,2015-01-21 03:28:41,2026.00,failed,29,US,2026.00,2026.00,10000.00 +"1105144026,""""""The Big Bach Project!"""" Part One"",Classical Music,Music,GBP,2016-03-23,5000.00,2016-02-12 13:50:22,5003.00,successful,33,GB,7273.59,7069.28,7065.04" +1105151017,Moon - Buy and Sell Shoes/Apparel,Apps,Technology,USD,2017-09-14,100000.00,2017-08-15 00:03:41,0.00,failed,0,US,0.00,0.00,100000.00 +1105154977,Queen & Commander - a young adult space opera,Fiction,Publishing,USD,2012-10-20,2500.00,2012-09-20 20:41:25,2598.00,successful,48,US,2598.00,2598.00,2500.00 +110516071,MotoRide quickely on demand with low cost in one click app!,Apps,Technology,USD,2015-10-18,1200000.00,2015-08-19 17:40:10,0.00,failed,0,US,0.00,0.00,1200000.00 +"1105160938,""""""6:25"""" - an indie short film (POST-PRODUCTION & BEYOND)"",Shorts,Film & Video,USD,2013-10-22,2500.00,2013-10-02 15:27:42,3745.54,successful,78,US,3745.54,3745.54,2500.00" +1105163436,Sandy Dollar and The SeaBabies (A Wave of Change Animation),Animation,Film & Video,USD,2016-07-27,25000.00,2016-06-27 14:54:57,15323.00,canceled,39,US,15197.00,15323.00,25000.00 +1105171560,Meeet,Web,Technology,USD,2014-09-20,3200.00,2014-08-21 21:45:55,1573.00,failed,58,US,1573.00,1573.00,3200.00 +1105173022,Need A Favor? Let us RUN it for you.,Technology,Technology,USD,2017-05-31,13000.00,2017-05-16 18:21:57,0.00,failed,0,US,0.00,0.00,13000.00 +1105173563,wiPot - Revolutionary teapot. (Suspended),Hardware,Technology,CAD,2015-01-25,30000.00,2014-12-26 11:50:54,1200.00,suspended,12,CA,1032.84,947.12,23677.98 +"1105182642,""Saving the Historic Wilburn Grist Mill, Community, Farming"",Farms,Food,USD,2015-08-12,3000000.00,2015-07-13 19:02:22,127.00,failed,10,US,127.00,127.00,3000000.00" +110518735,Daruma Bunny Enamel Lapel Pin,Art,Art,USD,2017-06-25,300.00,2017-05-26 22:47:24,151.00,failed,9,US,85.00,151.00,300.00 +1105188104,Huron River Furniture,Woodworking,Crafts,USD,2016-07-08,25000.00,2016-06-08 20:33:28,126.00,failed,3,US,126.00,126.00,25000.00 +1105189451,Black&White Music,Hip-Hop,Music,USD,2016-06-17,5000.00,2016-05-20 00:22:24,0.00,failed,0,US,0.00,0.00,5000.00 +1105189461,Can You Keep A Secret? - Illustrated Children's Book,Children's Books,Publishing,GBP,2015-03-23,7755.00,2015-02-22 00:00:04,8210.00,successful,147,GB,12665.47,12212.72,11535.89 +1105191824,The Epic Graphic Novel Titan 2!,Comics,Comics,USD,2012-12-09,26000.00,2012-11-09 19:59:33,715.00,failed,16,US,715.00,715.00,26000.00 +1105202795,Wonder: The Lives of Anna and Harlan Hubbard,Documentary,Film & Video,USD,2012-06-23,9000.00,2012-04-24 15:19:18,10186.62,successful,135,US,10186.62,10186.62,9000.00 +"1105203461,""World Sales Network Creation for """"Armada Cider 1588"""""",Drinks,Food,EUR,2017-10-20,100000.00,2017-08-31 21:25:44,20.00,failed,2,ES,23.96,23.64,118179.56" +1105206761,SpoonBest: Elevates Kitchen Utensils & Holds Tongs Perfectly,Product Design,Design,USD,2016-12-24,3500.00,2016-11-24 07:04:22,11088.00,successful,350,US,1274.00,11088.00,3500.00 +1105212904,Vattu: the Sword & the Sacrament,Webcomics,Comics,USD,2015-12-17,20000.00,2015-11-17 15:10:39,32252.00,successful,519,US,32252.00,32252.00,20000.00 +1105215071,An Illusion in Red & White,Shorts,Film & Video,USD,2012-03-01,12500.00,2012-02-10 05:29:35,12500.00,successful,89,US,12500.00,12500.00,12500.00 +1105217381,Rise of the Dead: A Zombie Novel,Fiction,Publishing,USD,2014-04-19,770.00,2014-03-20 07:15:45,1730.00,successful,44,US,1730.00,1730.00,770.00 +1105233185,Preserving Jewish Liturgical Music,Classical Music,Music,USD,2013-07-20,5000.00,2013-05-21 01:04:54,0.00,failed,0,US,0.00,0.00,5000.00 +"1105234853,Operation: Help Fund My Next Album,Music,Music,USD,2015-02-14,1800.00,2014-12-16 23:04:36,195.00,undefined,0,""N,0"""""",,195.00,1800.00" +"1105235120,""Imagine design how it should be, easy for everyone"",Software,Technology,AUD,2015-06-14,12000.00,2015-05-15 00:13:05,0.00,failed,0,AU,0.00,0.00,9292.24" +"1105235557,""""""Colorea"""" Libros"",Children's Books,Publishing,MXN,2017-04-28,10000.00,2017-03-29 01:11:54,20.00,failed,2,MX,0.00,1.05,526.76" +1105243003,SoundOff's Brand-New Album!!!,Punk,Music,USD,2014-07-13,5000.00,2014-06-13 16:58:14,947.00,failed,44,US,947.00,947.00,5000.00 +110524313,Anthem for Asaph New EP,Rock,Music,USD,2012-05-01,2000.00,2012-03-17 17:19:15,680.00,failed,11,US,680.00,680.00,2000.00 +1105250503,PARA-DICE,Dance,Dance,USD,2010-11-11,2000.00,2010-10-12 19:03:49,2000.00,successful,14,US,2000.00,2000.00,2000.00 +"110525067,""""""Theatre Divas... in Spaaaaaace!"""""",Theater,Theater,USD,2012-03-21,4000.00,2012-02-22 01:26:47,4050.00,successful,42,US,4050.00,4050.00,4000.00" +1105258866,AGFA and Something Weird,Film & Video,Film & Video,USD,2015-10-28,30000.00,2015-09-28 17:29:54,33796.00,successful,783,US,33796.00,33796.00,30000.00 +1105263970,Gumball Machine Enamel Pins with Coin Charm - Ships Free,Accessories,Fashion,USD,2017-07-18,150.00,2017-07-11 16:06:28,204.50,successful,16,US,0.00,204.50,150.00 +1105266496,Sirens & Stars jazz singer/songwriter Chantal Thompson,Jazz,Music,USD,2013-02-11,10000.00,2012-12-13 20:48:28,10647.00,successful,155,US,10647.00,10647.00,10000.00 +1105284729,Eyelust Eyewear,Accessories,Fashion,USD,2017-09-15,15000.00,2017-08-01 23:08:45,15714.00,successful,73,US,2187.00,15714.00,15000.00 +1105286639,Icy-Licious Shaved Ice,Drinks,Food,USD,2017-05-03,1500.00,2017-04-03 17:53:52,1651.00,successful,19,US,300.00,1651.00,1500.00 +1105292758,All Africa Database of ICT Projects (Canceled),Web,Technology,USD,2016-07-09,184000.00,2016-05-10 07:47:03,163.00,canceled,7,US,163.00,163.00,184000.00 +"1105296506,""Bean Around Town, mobile gourmet coffee"",Food Trucks,Food,USD,2017-09-15,5000.00,2017-08-01 21:22:57,175.00,failed,5,US,75.00,175.00,5000.00" +1105297177,Cast Recording for The Lockout: a Musical,Theater,Theater,USD,2013-02-22,10000.00,2013-01-23 17:02:52,10495.00,successful,191,US,10495.00,10495.00,10000.00 +1105312441,Killing Emmanuel,Drama,Film & Video,GBP,2015-02-04,6000.00,2015-01-05 19:57:01,25.00,failed,6,GB,38.32,38.29,9190.75 +1105319288,Ezra Carey Music Video,Shorts,Film & Video,USD,2010-08-02,1500.00,2010-07-04 18:38:58,1610.00,successful,15,US,1610.00,1610.00,1500.00 +1105329228,The Kudos Credits,Web,Technology,GBP,2015-05-11,3500.00,2015-03-27 18:51:04,3534.00,successful,152,GB,5260.78,5551.72,5498.30 +"1105329563,""Chance: A novel about medicine, law & the people in between"",Fiction,Publishing,CAD,2017-02-08,3000.00,2017-01-08 04:26:40,1110.00,failed,23,CA,79.18,844.81,2283.28" +1105337415,BRIXTON'S LULLABY,Indie Rock,Music,USD,2013-06-15,12000.00,2013-05-16 00:23:25,0.00,failed,0,US,0.00,0.00,12000.00 +1105338700,And Mira - A Ghost Story by MeGoMike,Young Adult,Publishing,USD,2017-11-04,1200.00,2017-10-05 04:40:55,1300.00,successful,7,US,0.00,1300.00,1200.00 +110534172,Covil: The Dark Overlords,Tabletop Games,Games,USD,2017-07-03,15000.00,2017-06-10 14:33:22,77128.00,successful,1091,US,12366.00,77128.00,15000.00 +1105343339,World record attempt to run around the world. (Canceled),Shorts,Film & Video,USD,2014-08-08,1000.00,2014-07-09 19:35:21,12.00,canceled,3,US,12.00,12.00,1000.00 +1105350624,Scööb - the stand for your tablet,Product Design,Design,CAD,2014-07-08,5000.00,2014-05-24 06:50:10,5086.00,successful,152,CA,4667.74,4779.63,4698.81 +110536018,HEPHAESTUS // short film,Animation,Film & Video,USD,2011-11-20,3500.00,2011-10-21 04:35:10,5065.00,successful,51,US,5065.00,5065.00,3500.00 +11053661,That Other Web Show,Webseries,Film & Video,USD,2016-11-17,25000.00,2016-09-18 05:35:10,0.00,failed,0,US,0.00,0.00,25000.00 +1105369605,Make an album with @jonnysumthing (Canceled),Rock,Music,GBP,2013-11-07,10000.00,2013-09-09 20:10:15,0.00,canceled,0,GB,0.00,0.00,16080.27 +110537336,Avantgarde Date Watch - The Rebirth Of An 80 Year Old Brand,Product Design,Design,EUR,2015-03-14,65000.00,2015-02-12 16:53:37,81875.00,successful,94,NL,92712.43,88228.32,70043.86 +110538369,Good Morning Mister Williams!,Conceptual Art,Art,GBP,2013-11-07,5000.00,2013-10-08 19:13:50,347.00,failed,6,GB,556.46,557.99,8040.14 +1105385965,Mies van de Rohe's Farnsworth House. Architectural Model Kit,Architecture,Design,AUD,2017-08-03,7500.00,2017-07-04 06:39:24,9279.00,successful,45,AU,299.25,7396.57,5978.48 +1105389392,CFNM Documentary,Documentary,Film & Video,EUR,2016-08-08,50000.00,2016-06-09 11:25:54,52137.00,successful,75,NL,801.54,58174.33,55789.87 +1105395844,Rich Lips Cosmetics (Canceled),Fashion,Fashion,USD,2014-09-11,4000.00,2014-08-12 21:10:39,0.00,canceled,0,US,0.00,0.00,4000.00 +1105409207,Games Over,Movie Theaters,Film & Video,USD,2016-04-12,5000000.00,2016-03-08 19:32:10,11.00,failed,2,US,11.00,11.00,5000000.00 +1105419400,Software: Audio Watermarking (Patent Pending),Software,Technology,USD,2016-11-28,7000.00,2016-10-14 21:14:50,11.00,failed,3,US,0.00,11.00,7000.00 +1105427410,Heritage Made Hero - Stand in Solidarity with our Veterans,Woodworking,Crafts,USD,2017-04-08,50000.00,2017-03-09 15:18:48,295.00,failed,7,US,0.00,295.00,50000.00 +1105431649,The X Crew: College & Career,Young Adult,Publishing,USD,2015-04-15,10000.00,2015-03-15 02:43:43,0.00,failed,0,US,0.00,0.00,10000.00 +1105434908,Infinite Student Innovations,Technology,Technology,USD,2014-09-18,100000.00,2014-08-19 19:17:25,846.00,failed,18,US,846.00,846.00,100000.00 +1105442362,SerpentSound Studios,Music,Music,NOK,2017-01-16,10000.00,2016-11-17 10:46:16,205.00,failed,2,NO,0.00,24.22,1181.46 +1105444844,Concepts of a Cosmic Pilot: House of Audeem - Volume One,Fiction,Publishing,USD,2016-04-06,15000.00,2016-03-07 20:35:32,55.00,failed,2,US,55.00,55.00,15000.00 +110545506,Rio Babe International @ Yerba Buena Center for The Arts !,Conceptual Art,Art,USD,2011-04-09,8000.00,2011-03-19 07:26:08,8036.67,successful,39,US,8036.67,8036.67,8000.00 +"1105457009,""WENDY LANE BAILEY EP: No themes, no gimmicks. Just swell songs, well sung."",Music,Music,USD,2010-07-27,6000.00,2010-06-11 16:40:48,6372.00,successful,89,US,6372.00,6372.00,6000.00" +"1105458372,""How Africa Saved My Life-A Story of Love, Loss, and Redempti"",Nonfiction,Publishing,USD,2017-08-03,1500.00,2017-07-04 17:19:17,50.00,failed,1,US,0.00,50.00,1500.00" +1105459271,Song-Catching in the Motherlands,Music,Music,USD,2011-08-11,999.00,2011-07-12 04:50:00,1326.00,successful,31,US,1326.00,1326.00,999.00 +1105460788,Legendary Planet Adventure Path,Tabletop Games,Games,USD,2015-07-28,6000.00,2015-06-15 22:27:59,55626.00,successful,434,US,55626.00,55626.00,6000.00 +"1105464478,""Coffee To Go (What Ever, Where Ever)"",Food,Food,USD,2011-06-27,16000.00,2011-05-13 20:30:29,1366.00,failed,19,US,1366.00,1366.00,16000.00" +1105469226,River Gypsy Jewelry (Canceled),Jewelry,Fashion,USD,2014-08-12,400.00,2014-07-23 16:44:27,0.00,canceled,0,US,0.00,0.00,400.00 +"1105471548,Lucas Oswald's Next Album!,Music,Music,USD,2014-10-12,3000.00,2014-09-12 20:16:38,3975.48,undefined,0,""N,0"""""",,3975.48,3000.00" +1105471764,turntables for dj avery,Hip-Hop,Music,USD,2015-08-08,2500.00,2015-07-09 03:04:45,240.00,failed,7,US,240.00,240.00,2500.00 +1105477867,The Ten Plagues - A Comedy,Shorts,Film & Video,USD,2014-03-05,2500.00,2014-02-03 19:34:23,3310.00,successful,72,US,3310.00,3310.00,2500.00 +"1105478454,""2010-11 Performing Arts Season at Uncommon Charter HS in Crown Heights, Brooklyn"",Theater,Theater,USD,2010-11-25,1500.00,2010-10-10 22:44:32,1671.00,successful,44,US,1671.00,1671.00,1500.00" +1105478460,Changing the Game - The Dating Game,Nonfiction,Publishing,USD,2017-10-30,10000.00,2017-08-31 02:55:55,54.00,failed,2,US,0.00,54.00,10000.00 +"1105480028,""LumiPocket LT: More than a 3D Printer, a Personal Fabricator"",3D Printing,Technology,EUR,2015-10-08,39000.00,2015-08-24 10:40:27,61328.00,successful,134,IT,69836.61,69680.62,44311.64" +1105481566,Psychedelic Soldiers,Documentary,Film & Video,CAD,2015-02-27,3000.00,2015-01-27 17:50:18,4727.00,successful,52,CA,3797.60,3796.48,2409.45 +1105482463,Luto smartlight – Illumination for screen environments,Hardware,Technology,AUD,2013-12-24,60000.00,2013-11-19 04:05:58,61490.00,successful,187,AU,57610.51,54779.51,53452.12 +1105484173,Capes 4 Kids,Crafts,Crafts,USD,2014-09-20,2500.00,2014-08-19 18:54:16,3155.00,successful,32,US,3155.00,3155.00,2500.00 +1105487882,generated labyrinth,Video Games,Games,USD,2015-08-18,3000.00,2015-06-29 19:50:56,77.00,failed,5,US,77.00,77.00,3000.00 +1105490119,Art Fairy Education (Canceled),Art,Art,USD,2014-08-29,5000.00,2014-07-30 20:45:56,25.00,canceled,1,US,25.00,25.00,5000.00 +"1105493961,""USC Alumnus, Robert Amerson: Making Waves (A Studio Album)"",Rock,Music,USD,2013-11-22,10000.00,2013-10-02 20:24:23,716.00,canceled,21,US,716.00,716.00,10000.00" +1105500744,Jury of Your Peers,Tabletop Games,Games,USD,2017-07-31,6000.00,2017-07-11 02:41:13,140.00,failed,4,US,0.00,140.00,6000.00 +1105502534,Real Dadz App,Apps,Technology,USD,2015-07-28,10500.00,2015-06-25 06:05:10,556.00,failed,8,US,556.00,556.00,10500.00 +1105507467,A Tale of 2 Boobies - One Year With Cancer,Nonfiction,Publishing,USD,2014-11-02,2000.00,2014-10-03 21:59:40,2682.00,successful,43,US,2682.00,2682.00,2000.00 +1105517028,Zipcast - the future of casting,Apps,Technology,USD,2015-12-10,150000.00,2015-10-31 01:51:02,22.00,failed,3,US,22.00,22.00,150000.00 +110551836,Plain James Plain Food Eatery - Just Plain Good Food!,Restaurants,Food,USD,2015-10-18,10000.00,2015-09-18 19:58:13,0.00,failed,0,US,0.00,0.00,10000.00 +1105526254,The Lotus and the Butterfly,Fiction,Publishing,USD,2016-07-13,48000.00,2016-06-28 09:30:32,150.00,failed,1,US,0.00,150.00,48000.00 +1105526468,The valley food truck,Food Trucks,Food,USD,2015-10-16,25000.00,2015-09-16 07:11:49,0.00,failed,0,US,0.00,0.00,25000.00 +"1105528801,""MaeDea- A Video, A Tour- the next album"",Pop,Music,USD,2013-01-19,6000.00,2012-12-20 20:18:24,6166.66,successful,54,US,6166.66,6166.66,6000.00" +1105529538,Starfinder Masterclass Miniatures,Tabletop Games,Games,USD,2017-10-18,50000.00,2017-09-27 18:07:05,457539.00,successful,2294,US,49456.50,457539.00,50000.00 +1105533741,YouTube Late Night Show - Call It A Show!,Webseries,Film & Video,USD,2012-06-28,10000.00,2012-05-24 22:42:39,5.00,failed,1,US,5.00,5.00,10000.00 +"1105535951,""Mountain Morsels: Nutritious, Tasty, Fruit & Nut Treats!"",Small Batch,Food,USD,2014-06-29,15000.00,2014-05-30 23:31:24,15171.50,successful,123,US,15171.50,15171.50,15000.00" +1105536831,Is it snow? Or is it . . . Albino Raindrops?,Documentary,Film & Video,USD,2010-12-04,1250.00,2010-11-04 06:27:00,1726.00,successful,41,US,1726.00,1726.00,1250.00 +1105543386,TravelMate,Apps,Technology,AUD,2016-08-10,200000.00,2016-07-11 19:29:09,52.00,failed,2,AU,37.86,39.92,153527.29 +1105552531,Open Book,Apps,Technology,USD,2016-07-18,275000.00,2016-05-19 17:44:05,2.00,failed,2,US,0.00,2.00,275000.00 +1105558607,South African Indie Film - 'Line Out' the movie musical,Shorts,Film & Video,USD,2011-03-12,20000.00,2011-01-11 16:13:12,50.00,failed,2,US,50.00,50.00,20000.00 +"1105567472,Project: Fruit Stars - Growing Local; Feeding Local,Food,Food,CAD,2015-09-18,17000.00,2015-08-28 07:04:14,17861.00,successful,167,CA,13446.91,13710.75,13049.82" +1105571093,The Rhythmic Lounge Magazine (Canceled),Periodicals,Publishing,USD,2012-03-18,1000.00,2012-02-17 01:48:07,111.00,canceled,3,US,111.00,111.00,1000.00 +1105576093,Save Naro Video: Preserving a Cultural Treasure,Film & Video,Film & Video,USD,2017-09-30,25000.00,2017-08-26 00:14:23,45288.00,successful,440,US,23801.00,45288.00,25000.00 +"1105581445,""1,000 Letters from Europe"",Places,Photography,USD,2014-09-04,10000.00,2014-08-05 18:57:49,740.00,failed,13,US,740.00,740.00,10000.00" +"1105585401,""TEED OFF aka Shank,Bloody Shank"",Shorts,Film & Video,USD,2010-08-15,1000.00,2010-06-08 06:36:54,325.00,failed,5,US,325.00,325.00,1000.00" +"1105589396,""UnTied States """"Capitalists"""" Playing Cards (EPCC) Ember Waves"",Playing Cards,Games,USD,2015-06-23,13500.00,2015-05-09 08:22:13,14658.00,successful,238,US,14658.00,14658.00,13500.00" +1105594057,Support the kids! (Canceled),Design,Design,USD,2014-11-20,17000.00,2014-10-21 23:39:50,0.00,canceled,0,US,0.00,0.00,17000.00 +1105594360,The Redeemed Sons (Canceled),Faith,Music,AUD,2014-11-29,9500.00,2014-10-30 13:19:51,0.00,canceled,0,AU,0.00,0.00,7953.78 +110559488,Extend-A-Vent The last car phone holder you will ever need,Gadgets,Technology,USD,2016-11-08,50000.00,2016-09-09 06:03:09,120.00,failed,5,US,96.00,120.00,50000.00 +1105595725,The Bacon Sandwich,Bacon,Food,GBP,2014-09-09,500.00,2014-07-11 19:26:51,10.00,failed,3,GB,17.16,16.23,811.64 +1105602473,Cottage Hill,Zines,Publishing,USD,2014-09-14,15000.00,2014-08-15 21:48:36,15280.00,successful,151,US,15280.00,15280.00,15000.00 +1105606904,The Nowall CH-1 Earphones: Bluetooth® for Music Lovers,Sound,Technology,USD,2016-06-09,20000.00,2016-05-10 03:15:16,21436.30,successful,112,US,21436.30,21436.30,20000.00 +"1105606995,""""""I AM TINEE"""""",Children's Books,Publishing,USD,2014-03-14,12000.00,2014-02-12 20:18:19,120.00,failed,5,US,120.00,120.00,12000.00" +1105611053,Epicuriosity Entertainment presents: Craft Shop game,Video Games,Games,USD,2012-04-02,9000.00,2012-02-02 10:10:19,10.00,failed,1,US,10.00,10.00,9000.00 +1105615263,The AIOM Drone,Robots,Technology,EUR,2017-05-26,800.00,2017-04-26 21:47:07,331.00,failed,8,ES,369.22,370.59,895.68 +1105625043,Personalised Handmade Cushions!,Embroidery,Crafts,GBP,2014-11-19,300.00,2014-10-20 12:23:08,12.00,failed,2,GB,19.31,18.82,470.47 +"1105633718,""Freak of Nature, LLC - Attire to Inspire"",Product Design,Design,USD,2014-04-11,3000.00,2014-03-11 23:14:00,40.00,failed,2,US,40.00,40.00,3000.00" +1105633878,Ancient Steel Fantasy Role Playing Game,Tabletop Games,Games,USD,2015-11-11,300.00,2015-10-25 18:58:08,336.00,successful,13,US,336.00,336.00,300.00 +1105637016,SOLD! OVERTHROWING THE STATUS QUO IN THE CAR BUSINESS,Academic,Publishing,USD,2016-02-25,3000.00,2016-01-26 01:46:37,0.00,failed,0,US,0.00,0.00,3000.00 +1105640667,Das Viking Stainless Steel cold press juice press,Food,Food,USD,2015-06-06,10800.00,2015-05-07 23:08:20,0.00,failed,0,US,0.00,0.00,10800.00 +1105649293,DREAD: Book of Lovecraft,Video Games,Games,USD,2014-12-02,250000.00,2014-10-31 16:11:54,1705.00,failed,45,US,1705.00,1705.00,250000.00 +1105650748,Happy Seppuku's Base and Terrain Stamp Upgrade THE STAMPEDE!,Tabletop Games,Games,USD,2015-11-14,8000.00,2015-10-23 16:36:51,15152.50,successful,251,US,15152.50,15152.50,8000.00 +1105658104,Andy Twined Geek Wear (Canceled),Fashion,Fashion,USD,2013-01-01,1000.00,2012-11-28 00:30:40,1.00,canceled,1,US,1.00,1.00,1000.00 +1105663153,Cyphers,Performances,Dance,USD,2015-09-05,3300.00,2015-08-05 17:46:44,3480.00,successful,26,US,3480.00,3480.00,3300.00 +"1105671266,O Paradiso 2015 Vinyl Record Series /\/\/\/\,Music,Music,USD,2015-04-06,3000.00,2015-03-11 17:41:24,3136.00,undefined,0,""N,0"""""",,3136.00,3000.00" +110568298,movie mode,Apps,Technology,USD,2015-01-16,7000.00,2014-12-17 23:21:33,0.00,failed,0,US,0.00,0.00,7000.00 +1105685543,ColorLock - An Unique Smart Lock.,Gadgets,Technology,HKD,2017-07-19,390000.00,2017-06-19 08:36:01,5274.00,failed,4,HK,291.76,675.45,49948.13 +1105694616,Otto: The Plastic Bottle Cutter (PBC),Product Design,Design,USD,2016-10-22,10000.00,2016-08-23 20:08:22,649.00,canceled,20,US,44.00,649.00,10000.00 +110570838,BoilingBeeper - Essential Kitchen Gadget For Boiling Water,Product Design,Design,USD,2016-10-14,20000.00,2016-09-14 14:31:18,7940.00,canceled,237,US,381.00,7940.00,20000.00 +1105709240,Filament Spool Holder & Storage Case System for 3D Printing,3D Printing,Technology,USD,2017-01-14,1000.00,2016-11-15 23:21:16,4544.00,successful,33,US,0.00,4544.00,1000.00 +1105710698,All Roads Lead to Occidental-Final Production Push!,Film & Video,Film & Video,USD,2011-02-09,5000.00,2011-01-04 11:48:04,250.00,failed,1,US,250.00,250.00,5000.00 +1105719136,Kingdoms of GridWorld (Canceled),Video Games,Games,CAD,2015-11-26,40000.00,2015-10-27 18:02:24,1904.00,canceled,13,CA,1446.02,1426.54,29969.28 +1105728658,The Scarlet Ending's Cross-Country Trip to Film 2 Music Videos!,Indie Rock,Music,USD,2010-10-10,2500.00,2010-09-10 15:09:50,3080.00,successful,95,US,3080.00,3080.00,2500.00 +1105730058,Local Collaboration (beer+soap)(coffee+soap)= YAHOOOoo!,Crafts,Crafts,USD,2015-04-08,3500.00,2015-03-11 20:18:19,3846.00,successful,76,US,3846.00,3846.00,3500.00 +1105737040,Going Airborne - filming from the sky...,People,Photography,USD,2016-06-22,1700.00,2016-05-08 20:36:41,1700.00,successful,19,US,1700.00,1700.00,1700.00 +1105739715,League of Legends: Champions (Canceled),Webseries,Film & Video,USD,2013-10-03,15000.00,2013-08-26 23:41:42,490.70,canceled,31,US,490.70,490.70,15000.00 +1105742250,Knight of New York - A Superhero Romantic Comedy,Comedy,Film & Video,USD,2014-10-19,3500.00,2014-09-19 01:44:04,3576.00,successful,57,US,3576.00,3576.00,3500.00 +1105743761,Graham Cracker,Theater,Theater,USD,2011-11-10,1100.00,2011-10-11 22:04:49,1420.06,successful,30,US,1420.06,1420.06,1100.00 +1105744006,Circadia: Sleep Better. Wake up Refreshed.,Gadgets,Technology,USD,2017-07-06,100000.00,2017-06-06 16:42:37,203099.00,successful,1002,US,75514.00,203099.00,100000.00 +1105758916,coffee and blood,Art,Art,USD,2015-12-16,10000.00,2015-11-16 23:48:24,0.00,failed,0,US,0.00,0.00,10000.00 +1105770614,Riah's First Music Video: Let's Make it Happen!,Pop,Music,USD,2013-12-22,1500.00,2013-11-22 07:14:17,130.00,failed,3,US,130.00,130.00,1500.00 +1105787387,Launch Eminent Fash in Boston Fashion Week!,Fashion,Fashion,USD,2010-09-18,2500.00,2010-08-19 19:20:26,41.00,failed,2,US,41.00,41.00,2500.00 +1105794803,Clear Out There,Narrative Film,Film & Video,USD,2014-11-21,278500.00,2014-10-18 18:30:46,251.00,failed,5,US,251.00,251.00,278500.00 +1105808629,Hidden Houses: The secret descendants of the gods.,Tabletop Games,Games,CAD,2016-04-02,5000.00,2016-03-02 02:29:09,3401.00,failed,65,CA,2513.50,2600.55,3823.21 +1105814308,Crash Landings *limited edition first album release*,Indie Rock,Music,USD,2014-12-07,3000.00,2014-11-07 00:54:18,198.00,failed,8,US,198.00,198.00,3000.00 +1105819488,Obedience with a Purpose,Film & Video,Film & Video,USD,2012-05-24,13000.00,2012-03-27 19:26:52,5.00,failed,1,US,5.00,5.00,13000.00 +1105819724,Fire New MixTape,Latin,Music,USD,2015-10-11,200.00,2015-09-11 08:08:45,10.00,failed,1,US,10.00,10.00,200.00 +1105822518,The parallelPALETTE | The Artist Palette Redefined,Painting,Art,USD,2015-02-22,60000.00,2014-12-24 16:39:39,104161.95,successful,995,US,104161.95,104161.95,60000.00 +1105824777,Fantasy Sideliners,Web,Technology,USD,2016-07-21,1000.00,2016-06-21 22:58:30,1.00,failed,1,US,0.00,1.00,1000.00 +1105827931,Helium Core - the basic building block for iPhoneography,Product Design,Design,USD,2016-05-27,30000.00,2016-04-26 15:38:01,40131.00,successful,290,US,40131.00,40131.00,30000.00 +"1105835571,""crustic artisan breads -- handmade, freshmade, lovemade."",Food,Food,USD,2012-08-12,6500.00,2012-07-13 05:57:10,310.00,failed,9,US,310.00,310.00,6500.00" +1105839931,Sparow Cutting Tools,Product Design,Design,USD,2014-04-05,7100.00,2014-02-26 11:31:35,4631.00,failed,124,US,4631.00,4631.00,7100.00 +1105840297,Fatal Nights - The Beginning [Video Game],Video Games,Games,USD,2017-11-18,2500.00,2017-10-14 03:40:10,390.00,failed,8,US,230.00,390.00,2500.00 +1105844509,The Soniscope Trail,Music Videos,Film & Video,USD,2017-01-03,1000.00,2016-12-04 03:44:13,10.00,failed,1,US,0.00,10.00,1000.00 +1105854318,Minimal Wristwatches For Men & Women,Product Design,Design,GBP,2016-04-13,3600.00,2016-03-26 20:56:57,5801.00,successful,116,GB,8187.52,8226.04,5104.93 +1105862361,Smart Wear by Marco Beno,Apparel,Fashion,USD,2017-12-17,10000.00,2017-11-17 23:15:54,337.99,failed,8,US,293.00,337.99,10000.00 +110588124,Project: Roll (Canceled),Video Games,Games,AUD,2015-11-26,70000.00,2015-09-27 11:55:20,27.00,canceled,4,AU,18.97,19.45,50417.75 +1105889442,The Lunatic - The 3D Hidden Maze,Puzzles,Games,USD,2012-07-20,300.00,2012-06-05 23:41:53,3969.25,successful,38,US,3969.25,3969.25,300.00 +1105890562,The Omega Imperative,Video Games,Games,USD,2015-09-07,4200.00,2015-08-08 17:27:17,328.00,failed,12,US,328.00,328.00,4200.00 +"1105891892,""El Salvador Thriving: Peace, Prosperity, Sustainability"",Documentary,Film & Video,USD,2014-10-11,7500.00,2014-09-10 19:05:13,2563.00,failed,15,US,2563.00,2563.00,7500.00" +110589240,Semi Active Monitoring,Software,Technology,AUD,2016-03-06,1250000.00,2016-02-05 01:03:17,5.00,failed,1,AU,3.51,3.76,938790.84 +1105917828,Grupo Mexicano de Robótica en Competencia Internacional,Robots,Technology,MXN,2017-11-01,70000.00,2017-10-13 15:30:18,4100.00,failed,9,MX,0.00,215.85,3685.18 +1105919168,Biólogos y Agricultores,Farms,Food,USD,2014-07-13,2750.00,2014-06-13 18:48:21,3150.00,successful,39,US,3150.00,3150.00,2750.00 +1105919880,Museum of Digital Art,Digital Art,Art,USD,2015-07-08,100000.00,2015-06-08 23:09:11,111111.77,successful,567,US,111111.77,111111.77,100000.00 +1105925596,Jeep Wave Fan T-Shirts & Bumper Stickers,Apparel,Fashion,USD,2014-08-22,1100.00,2014-07-23 21:03:16,1121.00,successful,28,US,1121.00,1121.00,1100.00 +1105926921,Finding Cancun 2,Photography,Photography,USD,2013-04-26,950.00,2013-03-27 22:32:01,0.00,failed,0,US,0.00,0.00,950.00 +1105932033,1 Of 10 (last of 5) - My Journey Through Mental Illness,Nonfiction,Publishing,USD,2012-01-23,35000.00,2011-12-09 05:48:46,10.00,canceled,1,US,10.00,10.00,35000.00 +"1105934061,The Love for Three Oranges,Film & Video,Film & Video,EUR,2016-04-17,1000.00,2016-03-13 21:38:15,1.00,undefined,0,""N,0"""""",,1.13,1126.30" +1105941350,Hookpod - Saving the Albatross from Extinction,Gadgets,Technology,GBP,2014-08-25,100000.00,2014-07-11 03:19:09,113555.38,successful,649,GB,194505.09,188301.77,165823.73 +1105946553,Reed All About It,Hip-Hop,Music,USD,2012-04-27,2500.00,2012-03-26 23:59:51,75.00,failed,3,US,75.00,75.00,2500.00 +110595564,The Memory Wall - Buddy Mondlock's New Album!,Country & Folk,Music,USD,2012-09-14,10000.00,2012-08-10 22:55:24,13200.34,successful,188,US,13200.34,13200.34,10000.00 +1105957614,Monstrous Motivational Risograph Poster Project,Graphic Design,Design,GBP,2013-02-15,1800.00,2013-01-16 22:47:37,686.00,failed,27,GB,1102.92,1062.41,2787.67 +1105965008,Anyone can Learn English. Anywhere. For Free.,Technology,Technology,GBP,2017-02-03,16000.00,2016-12-05 07:40:46,6549.00,failed,25,GB,159.12,8178.17,19980.27 +1105965239,Coxck-Zombies!,Video Games,Games,USD,2017-03-16,10000.00,2017-02-14 07:12:39,95.00,failed,5,US,30.00,95.00,10000.00 +1105968865,The Generous Oil,Vegan,Food,SEK,2017-06-10,30000.00,2017-05-25 10:54:22,0.00,canceled,0,SE,0.00,0.00,3440.60 +1105972046,Loveshack Café - Coffee & Art,Food,Food,USD,2015-05-02,5000.00,2015-04-04 15:41:21,5620.00,successful,72,US,5620.00,5620.00,5000.00 +1105975604,PoTty MoUTh! the Gameshow (Canceled),Webseries,Film & Video,USD,2010-10-21,3200.00,2010-09-30 20:23:39,50.00,canceled,1,US,50.00,50.00,3200.00 +1105978177,The Hit Squad - A pixellated animated comedy movie!,Animation,Film & Video,GBP,2013-04-01,5000.00,2013-02-25 23:15:32,5104.00,successful,128,GB,7745.96,7780.73,7622.18 +1105978841,Dungeonlands: Tomb of the Lich Queen,Tabletop Games,Games,USD,2012-10-15,5000.00,2012-09-15 02:44:12,18770.00,successful,212,US,18770.00,18770.00,5000.00 +1105985559,Where the Bodies are Buried,Documentary,Film & Video,USD,2017-07-06,5000.00,2017-06-06 15:09:42,775.00,failed,10,US,475.00,775.00,5000.00 +"110599776,""Kreyate, specialized key customization kit!"",DIY,Crafts,USD,2016-03-27,5000.00,2016-02-22 23:29:45,1.00,failed,1,US,1.00,1.00,5000.00" +1106015954,Satyam Vol.1 Book of Freehanded moments & Words,Art Books,Publishing,USD,2012-12-25,5600.00,2012-11-25 17:33:24,457.00,failed,8,US,457.00,457.00,5600.00 +1106029586,Wolfsnare EP Recording Fund,Rock,Music,USD,2015-12-27,300.00,2015-11-27 07:14:57,336.65,successful,6,US,336.65,336.65,300.00 +1106032308,What Every Woman Needs CANDORE - Made In Italy,Fashion,Fashion,USD,2016-09-30,35000.00,2016-08-30 17:51:51,1802.00,failed,8,US,324.00,1802.00,35000.00 +1106034046,Tiny Ocean,Shorts,Film & Video,USD,2013-06-28,12000.00,2013-06-04 20:52:28,12100.00,successful,52,US,12100.00,12100.00,12000.00 +"110605081,""bwind, wind your charger as fast as the wind"",Product Design,Design,EUR,2017-07-03,39000.00,2017-06-03 12:01:24,384.00,canceled,11,ES,455.47,438.22,44506.83" +"1106053593,""""""CombiRadHammer"""" a breakthrough in radiator cleaning."",Technology,Technology,GBP,2014-07-03,28000.00,2014-06-03 19:25:15,46.00,canceled,2,GB,77.03,78.86,48001.92" +1106056491,Angry Chef Brand Hot Sauce,Food,Food,USD,2014-04-09,6000.00,2014-03-10 12:53:43,8184.66,successful,239,US,8184.66,8184.66,6000.00 +1106074999,Pickle Pipe - Waterless Fermentation Airlock for Mason Jars,Small Batch,Food,USD,2015-11-07,11200.00,2015-10-08 14:53:18,189066.00,successful,4533,US,189066.00,189066.00,11200.00 +1106076719,Vindicator,Science Fiction,Film & Video,USD,2015-04-03,50000.00,2015-03-04 14:25:20,135.00,failed,2,US,135.00,135.00,50000.00 +1106077855,UNATTRACTIVE (Canceled),Experimental,Film & Video,EUR,2016-05-24,5700.00,2016-04-14 13:36:59,80.00,canceled,2,DE,90.96,89.34,6365.73 +110608911,Rick Varone- 'Alter Ego',Pop,Music,USD,2015-02-07,10000.00,2014-12-09 00:26:36,653.00,failed,11,US,653.00,653.00,10000.00 +1106096823,TED JAMES / Quonset Digital: Limited Edition 4-Disc Set,Music,Music,USD,2011-05-08,200.00,2011-04-21 17:43:23,326.00,successful,12,US,326.00,326.00,200.00 +1106099733,JONNY IV: The Men's Fashion Fit Tee that you seriously need,Fashion,Fashion,USD,2014-04-22,5000.00,2014-03-18 05:19:12,3376.00,failed,43,US,3376.00,3376.00,5000.00 +1106099934,The Ordinary Life of Lilly Lesloyd,Theater,Theater,GBP,2016-11-06,2250.00,2016-10-01 09:14:37,2251.00,successful,23,GB,0.00,2849.66,2848.39 +1106105310,the Hungry Todd Rungy Show,Film & Video,Film & Video,USD,2011-12-31,6000.00,2011-11-24 00:00:31,6722.00,successful,135,US,6722.00,6722.00,6000.00 +1106117287,BadAss Bottle Openers,Product Design,Design,USD,2015-11-01,5000.00,2015-10-02 16:47:06,1414.00,failed,25,US,1414.00,1414.00,5000.00 +1106118820,Alpha Kappa Psi - LIMITED EDITION Playing Cards,Playing Cards,Games,USD,2017-08-15,2534.00,2017-07-01 17:21:59,321.00,failed,15,US,88.00,321.00,2534.00 +1106118822,Golden boys Vol. 1,Graphic Novels,Comics,DKK,2016-09-27,6000.00,2016-08-28 15:06:17,0.00,canceled,0,DK,0.00,0.00,898.71 +1106125955,Take The Long Way Home,Photography,Photography,USD,2014-02-15,1500.00,2014-01-16 22:37:16,2050.00,successful,48,US,2050.00,2050.00,1500.00 +1106130476,INSTANT NOODLES AND A STORY (Canceled),Food,Food,CAD,2014-11-27,100.00,2014-10-28 19:55:36,0.00,canceled,0,CA,0.00,0.00,87.74 +1106143953,Julie London Tribute Album,Jazz,Music,DKK,2017-10-01,200000.00,2017-08-02 10:31:28,1260.00,failed,5,DK,183.66,198.19,31458.91 +"1106146104,""Morganna Love """"Dos Vidas en Una"""""",Music,Music,MXN,2017-02-18,216000.00,2016-12-21 21:28:20,221740.00,successful,78,MX,9.80,11259.27,10967.81" +1106147788,Snaak: Millions of Shapes in Your Hands,Product Design,Design,USD,2014-02-04,20000.00,2013-12-25 13:03:13,49301.00,successful,1153,US,49301.00,49301.00,20000.00 +1106148505,TROPHY GAMES: A Documentary About Wildlife Conservation,Documentary,Film & Video,USD,2015-01-03,35000.00,2014-11-04 15:41:10,38323.00,successful,418,US,38323.00,38323.00,35000.00 +1106148550,Rive,Tabletop Games,Games,CAD,2015-05-31,50000.00,2015-05-01 00:00:09,15990.00,canceled,165,CA,13273.70,12792.00,40000.00 +1106153824,Black Market Garden's Echolab Session,Rock,Music,USD,2015-03-28,600.00,2015-03-16 22:05:13,600.00,successful,13,US,600.00,600.00,600.00 +110615396,Nintendo 64 (N64) Portable Console: Build your own Kit,Video Games,Games,USD,2014-11-06,5000.00,2014-10-07 13:55:21,5404.00,successful,34,US,5404.00,5404.00,5000.00 +1106158010,Play-Date/Annabel:Prologues (Canceled),Horror,Film & Video,USD,2015-12-01,1500.00,2015-11-02 08:42:38,0.00,canceled,0,US,0.00,0.00,1500.00 +1106158971,Digital Travel Guide (DTG) App -Tablet,Apps,Technology,USD,2017-01-20,50000.00,2016-11-21 22:01:49,0.00,failed,0,US,0.00,0.00,50000.00 +"1106164959,""WISH - A Mystical, Magical, Murderful Musical"",Musical,Theater,USD,2015-08-03,10000.00,2015-07-02 23:49:19,10703.00,successful,30,US,10703.00,10703.00,10000.00" +1106175517,atlas permaculture and wild mushroom farm,Farms,Food,USD,2016-02-03,20000.00,2015-12-05 05:05:11,341.00,failed,7,US,341.00,341.00,20000.00 +1106179896,New Music Video Project,Pop,Music,USD,2013-05-16,12000.00,2013-04-29 23:46:20,100.00,failed,1,US,100.00,100.00,12000.00 +1106198943,Bringing Edward to life!,Narrative Film,Film & Video,USD,2011-02-23,8000.00,2011-01-06 03:58:29,10.00,failed,1,US,10.00,10.00,8000.00 +1106200685,Gladius-eBook Fiction Novel,Fiction,Publishing,USD,2016-01-02,500.00,2015-11-28 07:16:30,70.00,failed,3,US,70.00,70.00,500.00 +"1106201886,""""""This is not the life I ordered"""""",Fiction,Publishing,USD,2011-05-19,4400.00,2011-04-19 04:10:17,120.00,failed,1,US,120.00,120.00,4400.00" +1106204133,AquaDome Lounge at Not-Ephemerisle 2011,Public Art,Art,USD,2011-06-12,600.00,2011-05-13 08:05:04,330.00,failed,9,US,330.00,330.00,600.00 +1106215226,Diet Radio Beta 2.0,Indie Rock,Music,USD,2011-01-15,1175.00,2010-12-16 00:41:29,21.00,failed,3,US,21.00,21.00,1175.00 +1106223115,SOLID PUZZLE,Product Design,Design,USD,2015-05-25,17500.00,2015-04-10 21:02:36,1224.00,failed,9,US,1224.00,1224.00,17500.00 +1106228682,Utah State Capitol Poster,Art,Art,USD,2012-07-07,5000.00,2012-06-07 20:27:33,15.00,failed,1,US,15.00,15.00,5000.00 +1106228744,Handmade pet beds with Unipug Fabric - Unicorn pug pattern,Illustration,Art,EUR,2017-06-27,200.00,2017-06-06 11:08:31,815.00,successful,15,NL,85.66,930.08,228.24 +1106236911,Bring Awesomeness To Life On YouTube!,Comedy,Film & Video,USD,2015-04-22,8000.00,2015-03-23 18:51:17,0.00,failed,0,US,0.00,0.00,8000.00 +1106237454,2013 Calendar - Quote of the Month - Useful Idiot Design,Graphic Design,Design,GBP,2012-11-26,2000.00,2012-11-08 10:20:45,90.00,failed,5,GB,144.18,144.15,3203.28 +1106238056,Jack the Kitten is Very Sleepy - Children's Book with Cats,Children's Books,Publishing,USD,2014-07-24,1000.00,2014-06-23 14:55:07,2516.00,successful,82,US,2516.00,2516.00,1000.00 +1106238360,DB Adventures: Building a Community Garden,Children's Books,Publishing,USD,2011-06-28,6500.00,2011-04-12 21:52:52,2311.00,failed,35,US,2311.00,2311.00,6500.00 +1106242921,The Artifact: World's Divide (Video Game),Video Games,Games,USD,2013-05-27,600.00,2013-04-27 08:10:19,20.00,failed,2,US,20.00,20.00,600.00 +1106243041,Worker Placement - A Temp Agency Strategy Board Game,Tabletop Games,Games,USD,2014-04-11,10000.00,2014-03-06 17:21:45,10014.00,successful,159,US,10014.00,10014.00,10000.00 +1106246118,The Art of Will Davies,Art Books,Publishing,CAD,2015-07-01,27000.00,2015-06-01 23:29:37,35902.00,successful,361,CA,28827.99,28534.41,21459.23 +1106248708,SteelConnect - Connecting your Pebble Steel with any Strap,Product Design,Design,GBP,2014-04-27,5000.00,2014-03-28 12:54:43,11099.00,successful,493,GB,18405.60,18730.59,8437.96 +1106251000,All New Full Length Solo Album -- A First for Alex Bien,Country & Folk,Music,CAD,2013-10-10,5000.00,2013-09-09 16:21:19,6101.00,successful,82,CA,5861.40,5872.56,4812.78 +1106258186,Tea in a Tin,Food,Food,GBP,2015-10-14,2750.00,2015-09-14 17:01:03,149.00,failed,6,GB,229.84,230.10,4246.84 +"1106258377,""""""Uncanny Valley"""" - A new CD by Holly Montgomery"",Indie Rock,Music,USD,2010-12-19,3000.00,2010-11-19 20:34:50,3175.00,successful,12,US,3175.00,3175.00,3000.00" +1106259914,The Lupe File (Canceled),Horror,Film & Video,USD,2015-12-11,25000.00,2015-10-12 23:40:34,100.00,canceled,1,US,100.00,100.00,25000.00 +1106263205,Tall Pines - A Surreal Murder Mystery Roleplaying Game,Tabletop Games,Games,USD,2017-06-08,6500.00,2017-05-04 08:19:29,9662.00,successful,280,US,1762.00,9662.00,6500.00 +1106265767,Gyro Caddy - The Coffee Cup Holder for Travelers (Canceled),Gadgets,Technology,USD,2015-09-12,35000.00,2015-08-12 20:05:55,4141.00,canceled,139,US,4141.00,4141.00,35000.00 +1106278320,Three Way: Nashville Opera - Original Cast Album,Classical Music,Music,USD,2017-06-21,34000.00,2017-05-22 18:06:24,34627.00,successful,194,US,8545.00,34627.00,34000.00 +1106280746,A New Kevin Minster Studio Album!,Indie Rock,Music,USD,2010-08-15,1500.00,2010-06-22 05:07:58,510.00,failed,9,US,510.00,510.00,1500.00 +1106280977,PHX - A film about love and community during a recession.,Documentary,Film & Video,USD,2010-08-01,15000.00,2010-05-04 01:15:12,1865.00,failed,27,US,1865.00,1865.00,15000.00 +1106289362,Escape From Jesus Island comic book series,Comics,Comics,USD,2013-09-02,8000.00,2013-07-28 18:00:01,15899.00,successful,200,US,15899.00,15899.00,8000.00 +110629129,Niear (Car Sharing) (Canceled),Software,Technology,USD,2015-09-07,250000.00,2015-07-24 20:11:15,565.00,canceled,4,US,565.00,565.00,250000.00 +1106298915,NYC Ballet Installation,Design,Design,USD,2012-10-01,18000.00,2012-09-17 19:16:23,18140.00,successful,123,US,18140.00,18140.00,18000.00 +1106299892,Blanket (Canceled),Product Design,Design,USD,2016-04-28,35000.00,2016-03-24 05:28:07,975.00,canceled,15,US,975.00,975.00,35000.00 +"1106302558,Tara Milton: Serpentine Waltz Album,Music,Music,GBP,2014-10-24,2500.00,2014-09-26 21:15:53,2535.00,undefined,0,""N,0"""""",,4068.82,4012.65" +1106306311,A Path to Love - A Paw Print for Living,Nonfiction,Publishing,CAD,2017-10-10,8900.00,2017-09-10 02:58:34,390.00,failed,8,CA,98.68,312.02,7120.57 +1106311407,Missionary Men,Film & Video,Film & Video,USD,2014-01-01,2400000.00,2013-11-02 15:01:30,27310.00,failed,59,US,27310.00,27310.00,2400000.00 +1106311564,ONE MIC EDUCATORS 2.0,Art,Art,CAD,2017-11-29,3000.00,2017-09-30 23:50:06,35.00,failed,2,CA,20.10,27.19,2330.28 +1106313844,Fund a WWII P 40 Pilot Research Project,Nonfiction,Publishing,USD,2012-06-10,9000.00,2012-05-11 07:03:06,32.00,failed,4,US,32.00,32.00,9000.00 +1106315613,Life On Land - New Album by Jazz Pianist & Singer Joy Ellis,Jazz,Music,GBP,2017-08-24,1200.00,2017-07-25 10:43:37,1327.00,successful,39,GB,130.13,1701.63,1538.78 +"1106320052,""HoseKit: Custom Hydraulic Hose Assemblies Anywhere, Anytime."",Hardware,Technology,USD,2014-06-28,22000.00,2014-05-29 20:26:03,5788.00,failed,6,US,5788.00,5788.00,22000.00" +"1106329412,""Black Tape for a Blue Girl """"Marmalade Cat (Milly Mix)"""" video"",Indie Rock,Music,USD,2012-03-29,2000.00,2012-03-05 18:33:43,2334.66,successful,57,US,2334.66,2334.66,2000.00" +1106335934,Fortune Through Persistance / F.T.P,Apparel,Fashion,GBP,2014-08-19,1800.00,2014-07-21 23:22:10,0.00,failed,0,GB,0.00,0.00,2983.94 +1106343304,Canaries,Photography,Photography,USD,2012-03-19,10000.00,2012-02-15 22:20:52,10530.00,successful,96,US,10530.00,10530.00,10000.00 +1106345937,My Naturalization/Immigration Tutor,Technology,Technology,USD,2015-03-23,5000.00,2015-02-21 05:24:59,0.00,failed,0,US,0.00,0.00,5000.00 +1106352208,A Year With a Tree,Painting,Art,USD,2016-10-30,8000.00,2016-09-30 08:59:41,8558.00,successful,85,US,3549.00,8558.00,8000.00 +1106360644,Glass Wires Moving Very Slowly - Photobook/Soundbook,Photobooks,Photography,GBP,2016-04-17,250.00,2016-03-18 12:53:02,2.00,failed,1,GB,2.85,2.88,359.45 +1106364241,Artist At Steel City Comic Con,Public Art,Art,USD,2015-05-14,700.00,2015-04-14 21:39:29,786.00,successful,13,US,786.00,786.00,700.00 +1106372015,Micòl Ceramics: Make My Dream Studio a Reality!,Ceramics,Art,USD,2017-03-14,6000.00,2017-02-11 23:19:46,6093.00,successful,77,US,1433.00,6093.00,6000.00 +1106373319,Dalla Terra alla Tavola (From Farm to Fork),Food,Food,EUR,2016-01-31,30000.00,2015-12-27 15:36:02,72.00,failed,4,IT,79.00,80.65,33605.91 +1106375923,PATIENCE,Fiction,Publishing,USD,2017-03-26,375.00,2017-03-19 01:42:07,495.00,successful,125,US,366.00,495.00,375.00 +1106377306,NEW Amy Andrews Album,Music,Music,USD,2017-04-01,10000.00,2017-03-01 22:58:58,11385.00,successful,118,US,725.00,11385.00,10000.00 +1106384724,iHelp,Apps,Technology,USD,2017-05-22,2750.00,2017-05-21 18:55:04,0.00,canceled,0,US,0.00,0.00,2750.00 +1106384882,ESSENCE,Gadgets,Technology,CAD,2017-02-03,3000.00,2017-01-04 01:58:07,15.00,failed,1,CA,0.00,11.49,2297.79 +1106389448,Booby Snacks Lactation Cookies,Small Batch,Food,USD,2015-05-23,1000.00,2015-04-23 15:31:12,0.00,failed,0,US,0.00,0.00,1000.00 +1106389554,The Crescent Chronicles - 1.1 - Sailing to Borantium,Graphic Novels,Comics,USD,2017-12-14,2750.00,2017-11-14 03:13:26,1600.00,failed,26,US,55.00,1600.00,2750.00 +1106392308,Mz Mahogany Chic - Fashion & Beauty Magazine,Fashion,Fashion,USD,2012-07-10,3000.00,2012-06-20 06:24:04,0.00,failed,0,US,0.00,0.00,3000.00 +"1106392366,""""""How NOT To Deal With Stress At Work"""" adult coloring book"",Art Books,Publishing,USD,2016-05-02,1300.00,2016-04-07 23:47:24,1311.00,successful,17,US,1311.00,1311.00,1300.00" +1106395771,The baxterboard,Product Design,Design,USD,2013-02-23,30000.00,2013-01-24 22:25:44,3899.00,failed,37,US,3899.00,3899.00,30000.00 +1106399828,Operating Room Infections: What You Need To Know,Animation,Film & Video,USD,2014-11-05,950.00,2014-10-06 22:39:19,306.00,failed,3,US,306.00,306.00,950.00 +1106400095,After,Comic Books,Comics,USD,2017-07-05,10000.00,2017-06-20 22:21:11,0.00,canceled,0,US,0.00,0.00,10000.00 +1106410548,Twenty-Three Days at Sea: A Travelling Artist Residency,Art,Art,CAD,2015-09-03,11000.00,2015-08-04 20:30:53,12681.53,successful,133,CA,9671.13,9585.43,8314.44 +1106419780,CELIA - Short film,Shorts,Film & Video,GBP,2013-05-25,1000.00,2013-04-25 21:19:45,1206.00,successful,47,GB,1837.47,1837.43,1523.58 +1106421909,OrchidBodyEssentials,DIY,Crafts,USD,2016-05-02,600.00,2016-03-31 22:39:17,26.00,failed,1,US,26.00,26.00,600.00 +1106423627,Enloe - a novel by Joshua Linscott,Fiction,Publishing,USD,2016-03-18,2000.00,2016-02-25 04:01:23,2305.00,successful,42,US,2305.00,2305.00,2000.00 +1106423885,Man on the Moon,Film & Video,Film & Video,USD,2012-02-29,25000.00,2012-01-04 05:03:48,0.00,failed,0,US,0.00,0.00,25000.00 +1106425792,GRAY ST,Performances,Dance,USD,2014-07-06,23000.00,2014-06-06 22:22:33,25808.00,successful,190,US,25808.00,25808.00,23000.00 +1106434361,PUTTING TOGETHER AN ALBUM PLEASE LISTEN TO THE TRACKS,Music,Music,USD,2017-01-25,15000.00,2017-01-10 20:06:07,10.00,failed,1,US,0.00,10.00,15000.00 +1106434662,Hex Kit,Tabletop Games,Games,USD,2017-03-04,5000.00,2017-02-07 22:47:57,17148.00,successful,816,US,7396.00,17148.00,5000.00 +1106435347,Pastel Ghoul Pen Sketching and Digital Art.,Art,Art,USD,2016-07-11,600.00,2016-05-27 23:42:49,50.00,failed,1,US,50.00,50.00,600.00 +1106442451,Collete's Big World,Children's Books,Publishing,USD,2011-08-24,9000.00,2011-07-25 20:19:52,50.00,failed,2,US,50.00,50.00,9000.00 +1106448735,Make Me Ugly App + 1 Million Smiles,Technology,Technology,USD,2012-06-10,12500.00,2012-05-09 16:39:07,570.00,failed,10,US,570.00,570.00,12500.00 +1106451181,Dead Proof iPhone 6 + Cases: Protection Guaranteed For Life,Technology,Technology,USD,2015-07-11,3800.00,2015-06-11 23:47:28,8970.00,successful,169,US,8970.00,8970.00,3800.00 +1106473535,A Printmaking Residency at Vermont Studio Center,Art,Art,USD,2011-06-18,500.00,2011-05-19 08:58:45,770.00,successful,14,US,770.00,770.00,500.00 +1106477146,Figureheads Notebook Series: Martin Luther King Jr.,Design,Design,USD,2016-09-21,30000.00,2016-08-22 19:35:40,0.00,canceled,0,US,0.00,0.00,30000.00 +1106481530,Rollin' BBQ Shack,Food,Food,USD,2012-06-02,3000.00,2012-05-03 23:05:10,100.00,failed,6,US,100.00,100.00,3000.00 +1106489754,Help the Adventures of KatGirl fly around the World,Children's Books,Publishing,USD,2015-07-23,400.00,2015-06-22 18:08:07,500.00,successful,6,US,500.00,500.00,400.00 +1106494842,Mr America Drives His Car 2,Poetry,Publishing,USD,2013-03-05,1600.00,2013-02-26 00:37:24,1725.00,successful,11,US,1725.00,1725.00,1600.00 +1106518945,Year of the Lioness,Poetry,Publishing,USD,2015-04-25,2500.00,2015-03-26 21:36:24,50.00,failed,1,US,50.00,50.00,2500.00 +1106523183,Tarot: Witch of the Black Rose Playing Cards,Playing Cards,Games,USD,2016-02-21,5000.00,2016-01-22 16:00:44,34584.00,successful,493,US,34584.00,34584.00,5000.00 +1106531413,Rabbit Island Artist Residency,Art,Art,USD,2011-07-16,12500.00,2011-06-09 03:43:15,14970.00,successful,192,US,14970.00,14970.00,12500.00 +1106540010,Gutsy,Action,Film & Video,USD,2014-05-31,30000.00,2014-05-02 20:47:49,0.00,failed,0,US,0.00,0.00,30000.00 +1106555932,The Detective,Shorts,Film & Video,USD,2016-10-06,5800.00,2016-09-22 02:13:04,76.00,failed,3,US,75.00,76.00,5800.00 +1106556650,Ildfluer E-bog og lydbog,Children's Books,Publishing,DKK,2015-05-09,19000.00,2015-04-04 20:38:05,19006.00,successful,11,DK,2762.02,2884.07,2883.16 +1106556847,New Wrinkle,Film & Video,Film & Video,USD,2012-01-05,1000.00,2011-11-23 18:04:20,1411.00,successful,23,US,1411.00,1411.00,1000.00 +"1106557387,""The """"Carbon America"""" Reality Show"",Film & Video,Film & Video,USD,2012-06-24,50000.00,2012-04-25 03:57:21,110.00,failed,3,US,110.00,110.00,50000.00" +1106560629,Tutel,Apps,Technology,USD,2014-12-07,30000.00,2014-11-12 06:38:55,12.00,failed,3,US,12.00,12.00,30000.00 +1106561655,uRnie's buttercup,Small Batch,Food,USD,2015-05-14,25000.00,2015-04-14 18:35:42,50.00,failed,2,US,50.00,50.00,25000.00 +1106567001,AVIS-T2C - An Every Day Carry (EDC) Ti Utility Blade/Tool,Product Design,Design,USD,2017-03-15,999.00,2017-02-14 00:05:12,6541.00,successful,119,US,1078.00,6541.00,999.00 +1106576745,HE NEEDS TO COOK,Food Trucks,Food,USD,2018-01-18,18000.00,2017-12-22 23:34:12,0.00,live,0,US,0.00,0.00,18000.00 +1106577098,Bring Monkey Ice back to Irmo/Chapin Area,Food,Food,USD,2011-12-14,7500.00,2011-11-14 22:42:17,0.00,failed,0,US,0.00,0.00,7500.00 +"1106592121,""Help fund the """"Life is too short"""" project and get a cool tee"",Fashion,Fashion,USD,2012-09-20,4000.00,2012-08-21 00:34:29,181.00,failed,3,US,181.00,181.00,4000.00" +"1106597046,""Acoustic Eyewear - Sustainable, Wood and Bamboo Sunglasses"",Accessories,Fashion,USD,2015-09-05,6000.00,2015-08-14 15:17:39,2542.00,failed,38,US,2542.00,2542.00,6000.00" +1106609654,Arctic Crafts (Canceled),Quilts,Crafts,USD,2014-08-08,45000.00,2014-07-09 18:29:50,0.00,canceled,0,US,0.00,0.00,45000.00 +1106615329,Northern Oak: The New Album,Metal,Music,GBP,2013-12-13,3000.00,2013-11-13 08:23:05,3659.00,successful,141,GB,5845.79,5953.18,4880.99 +1106631594,Vacation homes,Apps,Technology,USD,2017-02-18,75000.00,2017-01-19 00:59:43,0.00,failed,0,US,0.00,0.00,75000.00 +1106634867,Dead Sprint,Tabletop Games,Games,USD,2017-11-26,30000.00,2017-10-27 18:58:13,2644.00,failed,30,US,1502.00,2644.00,30000.00 +1106638822,Snowboard:Michigan (Canceled),Documentary,Film & Video,USD,2011-12-29,5500.00,2011-12-08 05:00:11,0.00,canceled,0,US,0.00,0.00,5500.00 +1106639514,THE LONG SHOT MOVIE,Comedy,Film & Video,USD,2014-08-10,3000.00,2014-07-10 21:10:48,30.00,failed,2,US,30.00,30.00,3000.00 +1106641900,The RE-PLY Chair,Product Design,Design,USD,2012-11-23,10000.00,2012-10-24 09:27:59,19343.00,successful,166,US,19343.00,19343.00,10000.00 +1106646703,Chocolate Milk Series,Comedy,Film & Video,USD,2015-04-29,10000.00,2015-02-28 02:26:02,10165.00,successful,102,US,10165.00,10165.00,10000.00 +1106647274,Munchkin Special Delivery,Tabletop Games,Games,USD,2017-07-17,5000.00,2017-07-13 20:58:54,47548.00,successful,843,US,27228.00,47548.00,5000.00 +1106653437,Chi brothers Entertainment,Music,Music,USD,2014-08-19,4000.00,2014-08-04 22:07:35,0.00,failed,0,US,0.00,0.00,4000.00 +1106659997,Fascinator Hat Trick Tour and Design Series,Fashion,Fashion,USD,2013-06-11,8400.00,2013-05-10 19:57:40,8413.00,successful,67,US,8413.00,8413.00,8400.00 +1106664852,SwapBots - The Augmented Reality Toy & Video Game by Parents,Technology,Technology,GBP,2017-04-12,25000.00,2017-03-01 17:57:53,25617.83,successful,383,GB,3038.24,32127.10,31352.29 +1106673900,Mainstream Blues,Music,Music,USD,2017-05-14,6900.00,2017-04-14 22:21:46,1.00,failed,1,US,25.00,1.00,6900.00 +"1106675251,""Hubbas Pit Beef, BBQ & Seafood"",Restaurants,Food,USD,2014-10-26,6300.00,2014-10-06 22:42:07,0.00,failed,0,US,0.00,0.00,6300.00" +1106678289,iPen: the first active stylus for iPad!,Product Design,Design,USD,2011-12-27,35000.00,2011-11-23 06:11:55,162333.00,successful,1761,US,162333.00,162333.00,35000.00 +1106682454,Pallet Patio Furniture,Design,Design,USD,2015-06-09,20000.00,2015-04-10 18:57:03,0.00,failed,0,US,0.00,0.00,20000.00 +1106687793,War of the Worlds: The Future Attacks - A Steampunk Mashup,Fiction,Publishing,USD,2012-09-10,1000.00,2012-07-31 05:33:08,150.00,failed,6,US,150.00,150.00,1000.00 +1106687971,Adam Rader Records The Speed of Life,Country & Folk,Music,USD,2010-07-12,5000.00,2010-05-28 07:18:41,477.00,failed,6,US,477.00,477.00,5000.00 +1106690117,Count Down to Cyber Descent Issue 5 Release,Graphic Novels,Comics,USD,2015-08-31,5000.00,2015-07-02 17:11:43,24.00,failed,2,US,24.00,24.00,5000.00 +1106694464,3D Printed HeroClix!! (Canceled),Tabletop Games,Games,USD,2015-02-20,2500.00,2015-01-08 13:19:35,121.00,canceled,3,US,121.00,121.00,2500.00 +1106696874,Mischief Murphy Adventure Series,Children's Books,Publishing,USD,2014-05-16,4000.00,2014-04-21 18:29:41,15.00,failed,1,US,15.00,15.00,4000.00 +1106697309,Warlock - Only the Best of the Worst can stay,Tabletop Games,Games,CAD,2015-10-23,9000.00,2015-10-16 17:43:48,260.00,failed,6,CA,201.15,198.97,6887.58 +1106700260,Beatrix & Midge 2018 Calendar,Calendars,Publishing,CAD,2017-11-20,4000.00,2017-10-18 08:24:57,1418.00,failed,38,CA,408.56,1115.83,3147.62 +1106704446,1000 Live Cartoon Requests,Illustration,Art,USD,2011-11-20,500.00,2011-10-06 13:36:29,0.00,failed,0,US,0.00,0.00,500.00 +1106709085,Return of the Cicadas,Documentary,Film & Video,USD,2013-06-27,3000.00,2013-05-23 18:10:26,31016.00,successful,787,US,31016.00,31016.00,3000.00 +1106716078,I will turn your picture into a yellow style cartoon,Digital Art,Art,USD,2015-12-03,30.00,2015-11-03 00:09:44,94.00,successful,3,US,94.00,94.00,30.00 +1106717207,YOU ARE ALONE -a stage adaptation (Canceled),Theater,Theater,USD,2010-08-11,3000.00,2010-05-13 19:51:44,0.00,canceled,0,US,0.00,0.00,3000.00 +1106719420,MobilePro: a day in the life of mobile digital professionals,Webseries,Film & Video,USD,2012-10-21,4000.00,2012-08-22 10:11:54,352.00,failed,14,US,352.00,352.00,4000.00 +1106730057,Parallel Dilemma,Comics,Comics,USD,2010-12-09,1200.00,2010-10-25 00:33:15,0.00,failed,0,US,0.00,0.00,1200.00 +"1106731659,""VGADuino-II , New 256 Color Graphic Shield for Arduino 2"",Hardware,Technology,USD,2017-06-04,500.00,2017-04-20 17:18:05,206.00,failed,4,US,117.00,206.00,500.00" +1106733444,ORA: Ultimate Sound System for iPad (Canceled),Hardware,Technology,USD,2012-12-30,450000.00,2012-11-19 09:02:28,74231.00,canceled,565,US,74231.00,74231.00,450000.00 +"1106734072,Jamaican Style Rum Cake (4-5 lb; Serves 8-10 Persons),Events,Food,USD,2016-12-02,30000.00,2016-11-18 21:17:12,1.00,failed,1,US,0.00,1.00,30000.00" +1106736838,Giving to the community,Restaurants,Food,USD,2016-01-01,2000.00,2015-11-06 22:15:42,0.00,failed,0,US,0.00,0.00,2000.00 +1106737870,Hit-Kit drum kit,Product Design,Design,EUR,2017-03-28,90000.00,2017-03-03 12:36:59,14.00,failed,3,NL,13.69,14.97,96218.61 +1106744612,The Evolution of Children's Entertainment,Spaces,Food,USD,2015-11-07,25000.00,2015-09-08 21:15:49,5446.00,failed,29,US,5446.00,5446.00,25000.00 +"1106754253,""ClipBook® 2.0 with Create Paper, Magnetic Clipboard"",Design,Design,USD,2017-06-07,7500.00,2017-05-03 18:01:01,14004.00,successful,364,US,309.00,14004.00,7500.00" +1106770910,The White Desert: Wildlife & Antarctica photobook,Photobooks,Photography,USD,2015-12-31,3500.00,2015-11-25 15:51:26,9121.00,successful,167,US,9121.00,9121.00,3500.00 +1106781130,REHAB a musical journey,Theater,Theater,USD,2012-08-23,5000.00,2012-07-18 15:22:27,1631.00,failed,20,US,1631.00,1631.00,5000.00 +1106798897,CORONEO,Film & Video,Film & Video,MXN,2017-05-26,30000.00,2017-04-07 16:31:10,35625.00,successful,24,MX,0.00,1928.39,1623.90 +1106798898,Messiah 2.0 - An Arrangement for Contemporary Pop Ensemble,Classical Music,Music,USD,2015-02-11,90000.00,2015-01-02 16:36:36,2478.00,canceled,11,US,2478.00,2478.00,90000.00 +1106802341,The Cone by WISKI | Scratch Beautifully,Product Design,Design,USD,2017-06-09,60000.00,2017-05-09 16:58:02,27999.00,canceled,167,US,11481.00,27999.00,60000.00 +1106806644,Post-production for 'Kiss Me',Shorts,Film & Video,USD,2011-11-17,5000.00,2011-10-18 20:05:06,6710.00,successful,121,US,6710.00,6710.00,5000.00 +1106809701,Burke's Wings n Stuff,Restaurants,Food,USD,2016-05-24,3000.00,2016-05-14 19:08:23,1.00,failed,1,US,1.00,1.00,3000.00 +1106809836,Elderine: Dreams to Destiny,Video Games,Games,GBP,2016-09-02,300.00,2016-07-04 19:51:09,1208.00,successful,86,GB,165.93,1604.70,398.52 +1106811071,MASS CAST,Apps,Technology,USD,2017-01-06,10000.00,2016-12-07 19:13:37,200.00,failed,2,US,100.00,200.00,10000.00 +1106811801,My 48 Hour Film Project Entry,Shorts,Film & Video,USD,2011-10-21,500.00,2011-10-18 18:32:29,0.00,failed,0,US,0.00,0.00,500.00 +1106817328,Margisnaila T-shirts (Canceled),Fashion,Fashion,USD,2016-03-25,750.00,2016-02-24 02:42:03,70.00,canceled,3,US,70.00,70.00,750.00 +1106817816,Ticker Sentry Automated stock analysis platform (Canceled),Web,Technology,CAD,2014-11-12,25000.00,2014-09-13 22:44:20,271.00,canceled,8,CA,245.51,238.10,21964.51 +"1106829887,Unlimited Potential,Music,Music,USD,2015-02-16,2000.00,2015-01-17 21:02:12,195.00,undefined,0,""N,0"""""",,195.00,2000.00" +1106830035,Approval Needed,Shorts,Film & Video,GBP,2017-12-20,9476.00,2017-11-28 01:13:09,10251.00,successful,34,GB,466.92,13718.85,12681.67 +1106835853,Charlie's New LIVE CD and DVD Recording (Canceled),Country & Folk,Music,USD,2012-05-09,18500.00,2012-03-10 18:57:05,0.00,canceled,0,US,0.00,0.00,18500.00 +1106859883,HARPA Cultural Exchange Tour 2013,World Music,Music,USD,2013-05-07,6500.00,2013-04-09 03:38:41,6598.00,successful,53,US,6598.00,6598.00,6500.00 +1106863079,Risalo:Puppet Film of Sufi Poetry Bridging Pakistan & India,Animation,Film & Video,USD,2015-01-11,10000.00,2014-11-12 19:20:31,10005.00,successful,122,US,10005.00,10005.00,10000.00 +1106869419,Traveling Hearts,People,Photography,USD,2015-11-15,5000.00,2015-10-16 23:13:33,0.00,failed,0,US,0.00,0.00,5000.00 +1106871921,The Way We Get By (2-Disc Collector's Edition DVD),Documentary,Film & Video,USD,2010-05-02,5000.00,2010-02-23 22:22:50,5560.00,successful,88,US,5560.00,5560.00,5000.00 +"1106872781,""""""Solstice"""" 4K Restoration Fundraiser"",Drama,Film & Video,USD,2016-01-22,15000.00,2015-12-24 20:20:23,16611.00,successful,132,US,16611.00,16611.00,15000.00" +"1106876486,""New Rusty Nail record """"Bitter Ale, Bitter Heart"""""",Rock,Music,USD,2015-07-03,3000.00,2015-06-03 16:03:58,1367.00,failed,27,US,1367.00,1367.00,3000.00" +"1106878670,""Blue Spoon Bakery, Cafe and Cooking School StartUP"",Food,Food,USD,2015-09-26,10000.00,2015-09-11 22:26:57,1730.00,failed,22,US,1730.00,1730.00,10000.00" +1106879588,HARD C*CK,Performance Art,Art,GBP,2016-06-24,1200.00,2016-05-25 16:09:25,1200.00,successful,17,GB,1739.26,1644.49,1644.49 +1106889860,CAGED: A Mixed Martial Arts TV Pilot!,Webseries,Film & Video,USD,2010-09-04,10000.00,2010-08-05 18:30:58,25.00,failed,1,US,25.00,25.00,10000.00 +1106891508,Snow Sculpting Tools for TEAM VERMONT,Sculpture,Art,USD,2012-01-21,1000.00,2011-12-16 15:41:00,1127.24,successful,45,US,1127.24,1127.24,1000.00 +1106894890,BATTLE CHEF BRIGADE,Video Games,Games,USD,2014-10-28,38000.00,2014-09-24 15:04:10,100344.51,successful,3316,US,100344.51,100344.51,38000.00 +"1106896863,""A Fire in the Mind, a novel"",Fiction,Publishing,USD,2014-04-17,8000.00,2014-03-03 20:55:04,60.00,failed,2,US,60.00,60.00,8000.00" +1106905688,Spin Track Fidget,Product Design,Design,USD,2017-05-27,3000.00,2017-04-27 00:01:53,412.00,failed,13,US,274.00,412.00,3000.00 +1106910144,The Columbia Broadside Project,Art,Art,USD,2014-03-02,2500.00,2014-02-03 23:18:06,2615.00,successful,42,US,2615.00,2615.00,2500.00 +1106914703,VERBOTEN: Photographer D. Austin's Gallery Debut,Art,Art,USD,2012-12-02,4600.00,2012-10-31 19:16:39,75.00,failed,2,US,75.00,75.00,4600.00 +1106914948,C.Brush- A New solution for hard to reach scrubbing,Product Design,Design,HKD,2017-08-16,35000.00,2017-07-11 19:41:02,3745.00,canceled,37,HK,51.20,478.77,4474.50 +1106919773,Bring Back the Video Store!,Movie Theaters,Film & Video,USD,2015-01-10,34480.00,2014-11-11 01:51:59,22.00,failed,3,US,22.00,22.00,34480.00 +1106924992,Make Believe at Hollywood Fringe 2014 (new works project),Theater,Theater,USD,2014-01-28,3000.00,2014-01-06 01:43:48,3875.00,successful,18,US,3875.00,3875.00,3000.00 +1106925163,Back Of the House Las Vegas (Canceled),Publishing,Publishing,USD,2014-08-23,15000.00,2014-07-24 17:17:37,1.00,canceled,1,US,1.00,1.00,15000.00 +1106931432,Pieces—A Thousand Albums At The End Of America,Electronic Music,Music,USD,2017-11-21,15000.00,2017-10-24 16:46:47,15088.00,successful,208,US,4332.00,15088.00,15000.00 +1106952609,Dancing Grounds: A New Home for New Orleans Dance!,Dance,Dance,USD,2014-01-01,15000.00,2013-11-15 17:04:12,16167.22,successful,248,US,16167.22,16167.22,15000.00 +1106955089,Mysteries of the Y?kai: An RPG Inspired by Japanese Folklore,Tabletop Games,Games,USD,2016-02-28,5000.00,2016-01-28 16:54:55,7880.00,successful,223,US,7880.00,7880.00,5000.00 +1106959083,Fresh Start,Farms,Food,USD,2016-11-11,20000.00,2016-10-11 17:39:17,0.00,failed,0,US,0.00,0.00,20000.00 +1106959740,Killing the Mockingbird,Print,Journalism,USD,2015-04-11,20000.00,2015-02-10 02:41:27,0.00,failed,0,US,0.00,0.00,20000.00 +1106972209,A Tribute to Jascha Heifetz,Classical Music,Music,USD,2012-06-09,2000.00,2012-05-24 20:58:24,3156.00,successful,50,US,3156.00,3156.00,2000.00 +1106979055,Luno! A Foot-Drawn Kids' Book about Sustainable Adventuring,Children's Books,Publishing,USD,2016-04-14,5450.00,2016-03-15 18:27:30,6796.00,successful,101,US,6796.00,6796.00,5450.00 +1106979240,Kept Quiet EP / Music Video!,Rock,Music,USD,2014-09-28,300.00,2014-08-29 01:50:56,300.00,successful,5,US,300.00,300.00,300.00 +1106980442,Kirk Lore Travelin' Studio Project,Music,Music,USD,2016-11-22,5500.00,2016-10-20 08:03:24,685.00,failed,4,US,500.00,685.00,5500.00 +110699012,The Great Lakes Book Project: Regional Anthology,Publishing,Publishing,USD,2013-01-17,3000.00,2012-12-18 22:09:34,3429.00,successful,111,US,3429.00,3429.00,3000.00 +1106995189,ISONOMIA- A fashion Film dedicated to Love and Equality,Film & Video,Film & Video,USD,2013-05-19,5000.00,2013-05-09 03:42:31,5150.00,successful,53,US,5150.00,5150.00,5000.00 +1106997924,Capture Nobuko's Solo Recital on Video!,Classical Music,Music,USD,2013-11-17,650.00,2013-11-11 04:55:32,685.00,successful,10,US,685.00,685.00,650.00 +1107002881,Trancendance: Red Star Saga (Canceled),Video Games,Games,GBP,2014-10-22,700.00,2014-09-21 23:09:02,0.00,canceled,0,GB,0.00,0.00,1123.54 +1107007716,Kate Weekes 2014 CD Project,Country & Folk,Music,CAD,2014-03-20,5000.00,2014-02-18 19:58:59,5939.00,successful,65,CA,5414.75,5302.21,4463.89 +1107022283,THE GRAY HAVENS: TWO NEW ALBUMS! Live and Studio!,Music,Music,USD,2017-05-03,35000.00,2017-04-04 03:54:35,49331.00,successful,805,US,3495.00,49331.00,35000.00 +1107023901,Race Dice - Fantasy Racing with Cards and Dice,Tabletop Games,Games,USD,2012-05-22,44000.00,2012-04-23 23:40:58,3.00,failed,3,US,3.00,3.00,44000.00 +1107024877,Lotfield: Customize Clothing to Reflect Your Style,Apparel,Fashion,USD,2016-05-14,18750.00,2016-04-14 06:27:18,4630.00,failed,42,US,4630.00,4630.00,18750.00 +1107025240,She Kills Monsters at Loft Ensemble,Theater,Theater,USD,2015-03-13,1250.00,2015-02-21 10:10:22,1765.00,successful,31,US,1765.00,1765.00,1250.00 +1107025878,REwork: Participatory Art Projects at ART ATTACK 2012,Art,Art,USD,2012-11-09,4950.00,2012-10-10 18:21:09,5007.00,successful,124,US,5007.00,5007.00,4950.00 +1107037666,Bee Friends For Education,Community Gardens,Food,USD,2014-08-28,700.00,2014-07-29 04:13:30,76.00,failed,10,US,76.00,76.00,700.00 +1107044458,Block Heads Art Studio,Sculpture,Art,USD,2014-11-01,1300.00,2014-10-03 00:56:45,0.00,failed,0,US,0.00,0.00,1300.00 +1107047631,ACCORDING TO MY MOTHER: A Painfully Funny Short Film,Comedy,Film & Video,USD,2015-06-08,19000.00,2015-05-07 21:18:32,20255.00,successful,264,US,20255.00,20255.00,19000.00 +1107053476,Sentia Arena,Tabletop Games,Games,USD,2015-02-01,500.00,2015-01-16 13:54:08,659.00,successful,12,US,659.00,659.00,500.00 +1107069247,GROW-Food: Create a multilingual incubator for food artisans,Food,Food,USD,2013-08-22,10000.00,2013-07-23 17:06:37,15001.36,successful,158,US,15001.36,15001.36,10000.00 +1107075739,K. 'Dillas - Custom Quesadillas,Food Trucks,Food,USD,2016-10-22,35000.00,2016-09-22 08:09:25,1.00,failed,1,US,0.00,1.00,35000.00 +1107086638,Funeral Parlor,Comic Books,Comics,USD,2016-03-17,1500.00,2016-02-16 14:44:40,2101.00,successful,58,US,2101.00,2101.00,1500.00 +110708752,Dakota The Movie (Canceled),Narrative Film,Film & Video,USD,2011-12-25,50000.00,2011-11-13 20:06:11,905.00,canceled,14,US,905.00,905.00,50000.00 +1107090322,Good Cop Cat Cop,Comedy,Film & Video,USD,2014-08-20,300.00,2014-07-30 02:43:05,444.00,successful,19,US,444.00,444.00,300.00 +"1107092216,""The Legend of Amura, A YouTube Fantasy Series"",Comedy,Film & Video,GBP,2017-05-13,150.00,2017-04-13 22:22:50,1.00,failed,1,GB,0.00,1.30,195.19" +1107092547,Tinto,Food,Food,USD,2016-04-13,3000.00,2016-03-30 10:54:38,3494.00,successful,79,US,3494.00,3494.00,3000.00 +1107098426,Meme TCG (Canceled),Tabletop Games,Games,USD,2013-05-23,30000.00,2013-04-23 08:04:53,150.00,canceled,6,US,150.00,150.00,30000.00 +1107099430,2013 Cary Cross Currents Festival,Classical Music,Music,USD,2012-12-10,65000.00,2012-10-31 19:59:22,15200.00,failed,70,US,15200.00,15200.00,65000.00 +"1107116634,""Better: Culture & Lit — Make Us Better, Get Cool Stuff"",Publishing,Publishing,USD,2013-04-06,6000.00,2013-03-05 23:55:21,7424.00,successful,231,US,7424.00,7424.00,6000.00" +1107128353,Andy Velo to create full length EP,Country & Folk,Music,USD,2012-01-11,10000.00,2011-12-12 00:14:35,0.00,failed,0,US,0.00,0.00,10000.00 +"1107130397,""Mini Planet - Online, Android and iOS Game. (Canceled)"",Video Games,Games,GBP,2015-08-05,75000.00,2015-06-06 01:16:27,0.00,canceled,0,GB,0.00,0.00,116376.50" +1107137687,INKredible ink,Public Art,Art,USD,2016-05-03,5000.00,2016-04-08 01:36:46,825.00,failed,7,US,825.00,825.00,5000.00 +"1107140009,""The Making of Gabriel Kelley's """"Lighter Shades of Blue"""""",Music,Music,USD,2013-09-17,35000.00,2013-07-19 16:48:26,35795.00,successful,333,US,35795.00,35795.00,35000.00" +1107140312,Daniels Keychains 4 Cancer,Crafts,Crafts,USD,2017-12-18,5000.00,2017-11-18 20:50:36,139.00,failed,4,US,139.00,139.00,5000.00 +1107155222,SPEK - Smartphone Peripherals Expansion Keyboard,Gadgets,Technology,HKD,2017-12-27,800000.00,2017-11-27 18:13:26,3500.00,canceled,5,HK,557.11,447.88,102372.48 +1107156869,ABGO (Canceled),Product Design,Design,USD,2013-06-02,15000.00,2013-04-18 21:06:37,8392.00,canceled,104,US,8392.00,8392.00,15000.00 +1107157861,Lorraine Street Little Free Library,Print,Journalism,USD,2015-06-18,500.00,2015-05-19 23:09:30,5.00,failed,1,US,5.00,5.00,500.00 +1107163079,Shot of Passion,Film & Video,Film & Video,GBP,2013-09-01,500000.00,2013-08-06 22:53:07,0.00,failed,0,GB,0.00,0.00,778913.26 +1107163757,Evokesomm Wine Bar & Kitchen,Drinks,Food,GBP,2017-01-21,3000.00,2016-12-22 10:53:41,333.00,failed,12,GB,207.98,417.61,3762.23 +"1107163858,""""""Seance"""" Music Video"",Hip-Hop,Music,USD,2012-07-05,500.00,2012-06-12 11:22:04,520.00,successful,13,US,520.00,520.00,500.00" +1107172624,Far Far Away,Video Games,Games,AUD,2017-04-20,5000.00,2017-03-21 15:34:15,3.00,failed,3,AU,0.00,2.26,3761.94 +1107175814,6 People on Route 66,Web,Journalism,USD,2015-03-05,500.00,2015-02-26 23:54:55,80.00,failed,7,US,80.00,80.00,500.00 +1107179117,The Colors Book,Children's Books,Publishing,USD,2014-07-18,10000.00,2014-06-17 13:25:03,2807.00,failed,91,US,2807.00,2807.00,10000.00 +1107182161,Yarny Farewells & New Beginnings @ LLS,Crafts,Crafts,GBP,2013-07-28,1500.00,2013-06-27 13:44:41,449.00,failed,11,GB,692.10,680.34,2272.87 +1107183137,Second Harvest,Farms,Food,USD,2017-08-27,1000.00,2017-07-28 16:23:17,1049.00,successful,8,US,398.00,1049.00,1000.00 +1107188140,Operation BB (Canceled),Shorts,Film & Video,USD,2011-01-13,100.00,2010-10-15 03:20:39,80.00,canceled,4,US,80.00,80.00,100.00 +1107188534,Healing through Domestic Violence,Publishing,Publishing,NZD,2017-05-20,14000.00,2017-05-05 00:58:16,50.00,failed,1,NZ,34.72,35.31,9885.61 +1107194423,iRescue - YOU Could Save a Life --- What could be cooler?,Apps,Technology,USD,2014-09-10,500.00,2014-08-01 23:57:21,3653.00,successful,131,US,3653.00,3653.00,500.00 +"1107200270,""Growing up with a sadomasochistic father, and being a junkie"",Print,Journalism,USD,2015-05-20,10000.00,2015-04-20 21:00:07,0.00,canceled,0,US,0.00,0.00,10000.00" +1107205207,The Naturalist,Shorts,Film & Video,USD,2012-01-26,4000.00,2011-12-27 23:29:58,4010.00,successful,42,US,4010.00,4010.00,4000.00 +"1107205481,""Produce Tucker Max's """"I Hope They Serve Beer on Broadway"""""",Theater,Theater,USD,2012-06-17,20000.00,2012-04-18 06:04:09,11.00,failed,2,US,11.00,11.00,20000.00" +1107207214,Hope and Hard Times,Photography,Photography,USD,2011-06-12,2750.00,2011-05-25 15:24:33,2900.00,successful,25,US,2900.00,2900.00,2750.00 +1107211720,VKS Athletic Suit (Patent Pending),Product Design,Design,USD,2016-09-21,100000.00,2016-08-22 16:46:46,27.00,failed,2,US,0.00,27.00,100000.00 +1107214171,Cuisine Investigators Alliance (Japan-Kanto Series),Webseries,Film & Video,USD,2015-02-01,30000.00,2015-01-02 08:29:21,540.00,failed,3,US,540.00,540.00,30000.00 +1107257483,Leather Slippers Made in America for Men and Women,Footwear,Fashion,USD,2014-10-20,7000.00,2014-09-20 00:27:02,1726.00,failed,14,US,1726.00,1726.00,7000.00 +1107261775,The Book of Ominiue Part I: Starborn,Fiction,Publishing,AUD,2016-01-30,1100.00,2015-12-26 00:47:02,1755.00,successful,10,AU,1272.29,1261.59,790.74 +1107262269,Redressing America With Hemp,Apparel,Fashion,USD,2015-10-16,25000.00,2015-09-10 16:46:14,31121.01,successful,500,US,31121.01,31121.01,25000.00 +110726519,Work In Progress: My Science Fiction Novel - Sneak Peek!,Fiction,Publishing,USD,2017-03-29,600.00,2017-03-07 09:16:25,0.00,canceled,0,US,0.00,0.00,600.00 +110726688,Monster Wings Funding,Film & Video,Film & Video,USD,2018-01-12,800.00,2017-11-13 01:05:12,800.00,live,8,US,215.00,800.00,800.00 +1107267360,The Gulf ( life long friendship that ends in life and death),Nonfiction,Publishing,USD,2016-09-11,20000.00,2016-08-12 22:38:51,1100.00,failed,3,US,100.00,1100.00,20000.00 +"1107267800,A New Beginning,Music,Music,USD,2015-05-02,4000.00,2015-04-02 16:55:06,1.00,undefined,0,""N,0"""""",,1.00,4000.00" +1107273776,Free Easter Pictures @ Cherokee Photobooth,Photography,Photography,USD,2011-04-21,1200.00,2011-04-02 02:35:17,1245.00,successful,32,US,1245.00,1245.00,1200.00 +1107281025,Capture Taking The Crown (Canceled),People,Photography,USD,2014-10-29,1500.00,2014-10-19 21:55:25,0.00,canceled,0,US,0.00,0.00,1500.00 +1107284523,Tonas Wood -The First Hand-Painted Alebrije Wooden Watch,Product Design,Design,CAD,2017-12-02,30000.00,2017-10-23 19:40:05,5675.00,canceled,23,CA,3112.56,4421.16,23371.77 +1107285489,Helping Rural Farmers Earn More With Hydroponics Cultivation,Farms,Food,AUD,2014-10-11,1500000.00,2014-08-27 06:00:56,6.00,failed,2,AU,5.58,5.27,1317754.55 +1107291219,Galaxy Bat Plushies,Crafts,Crafts,USD,2016-03-02,7000.00,2016-02-01 06:00:17,51311.00,successful,1182,US,51311.00,51311.00,7000.00 +1107291620,I AM GIFTED,Thrillers,Film & Video,USD,2016-02-16,2560.00,2016-01-12 00:33:08,0.00,failed,0,US,0.00,0.00,2560.00 +1107292721,FILM FESTIVAL: RWANDA - A Documentary Film,Documentary,Film & Video,USD,2011-06-01,29000.00,2011-04-06 21:22:56,31197.00,successful,412,US,31197.00,31197.00,29000.00 +1107302006,Pick and Place Machine and/or Automatic SMT Feeders,Robots,Technology,USD,2015-10-20,50000.00,2015-09-15 13:19:16,213.00,failed,6,US,213.00,213.00,50000.00 +1107307165,Turning Disaster into Opportunity,Places,Photography,USD,2014-08-05,9900.00,2014-07-06 20:51:49,1724.00,failed,23,US,1724.00,1724.00,9900.00 +1107308530,Los ScandaLA's,Drama,Film & Video,USD,2015-11-14,6000.00,2015-09-15 04:48:51,0.00,failed,0,US,0.00,0.00,6000.00 +1107313023,Fixations Spices,Small Batch,Food,USD,2015-04-16,5000.00,2015-03-17 21:25:29,15.00,failed,3,US,15.00,15.00,5000.00 +1107320870,Become Displaced.,Dance,Dance,USD,2010-06-02,3000.00,2010-04-15 00:02:15,3109.99,successful,39,US,3109.99,3109.99,3000.00 +1107321540,The Empowerment Network TV,Video,Journalism,USD,2015-10-17,2000.00,2015-09-21 20:40:55,0.00,failed,0,US,0.00,0.00,2000.00 +1107332520,WHERE DOES A BODY END? - A documentary on the band SWANS,Music,Music,CAD,2017-02-22,45000.00,2017-01-23 22:10:15,61870.58,successful,832,CA,26517.97,47197.02,34327.56 +1107347608,UContest,Web,Technology,EUR,2017-08-04,80000.00,2017-07-12 19:26:04,30.00,failed,2,IT,11.39,35.60,94944.22 +1107347770,Mincome: Manitoba's Great Experiment,Documentary,Film & Video,CAD,2016-06-09,38000.00,2016-05-10 19:16:35,3465.00,failed,11,CA,2679.71,2718.07,29808.60 +1107359151,E-Greetings App,Apps,Technology,USD,2016-12-17,300000.00,2016-11-17 13:20:52,100.00,failed,1,US,100.00,100.00,300000.00 +1107363880,WHEN PRIDE COMES BEFORE THE FALL,Drama,Film & Video,USD,2016-06-24,2500.00,2016-05-25 23:04:50,0.00,failed,0,US,0.00,0.00,2500.00 +1107367591,Es Muss Sein (it must be),Film & Video,Film & Video,USD,2012-05-09,500.00,2012-04-09 17:19:17,1620.00,successful,28,US,1620.00,1620.00,500.00 +1107367686,High Flight Apparel,Apparel,Fashion,USD,2015-03-14,25000.00,2015-02-12 15:51:41,5.00,failed,1,US,5.00,5.00,25000.00 +1107368831,ShadeTek (Canceled),Hardware,Technology,USD,2015-04-03,28000.00,2015-03-03 18:18:23,25.00,canceled,1,US,25.00,25.00,28000.00 +1107371369,Salare Restaurant,Food,Food,USD,2015-04-02,20000.00,2015-03-03 18:44:11,26265.00,successful,218,US,26265.00,26265.00,20000.00 +1107379805,Wand The Musical,Theater,Theater,USD,2012-09-06,5000.00,2012-08-07 15:55:13,2400.00,failed,24,US,2400.00,2400.00,5000.00 +1107381981,Raised bed garden Extend-a-Season,Food,Food,USD,2012-08-19,200000.00,2012-06-20 14:47:45,301.00,failed,2,US,301.00,301.00,200000.00 +1107383746,Rak Shalom A Cappella CD Project,Music,Music,USD,2013-01-19,4000.00,2012-12-05 19:52:14,6308.00,successful,100,US,6308.00,6308.00,4000.00 +1107384244,An Evening with Kevin Thornton- Bloomington,Theater,Theater,USD,2010-10-28,1200.00,2010-07-30 04:34:06,40.00,failed,1,US,40.00,40.00,1200.00 +1107391827,The Hunting Collective,Web,Journalism,USD,2017-12-01,20000.00,2017-11-01 02:10:52,270.00,canceled,3,US,270.00,270.00,20000.00 +1107394543,Everiwhere: The best way to Blog!,Software,Technology,GBP,2015-05-08,20000.00,2015-04-08 21:04:14,1.00,failed,1,GB,1.49,1.54,30827.09 +1107413764,BOCCA - The Ultimate Leather Duffel Bag for Everyone,Product Design,Design,GBP,2017-08-26,10000.00,2017-07-25 11:27:59,1867.00,failed,13,GB,26.03,2417.02,12945.99 +1107419664,BearBound,Video Games,Games,USD,2012-11-19,6000.00,2012-10-20 21:48:06,517.50,failed,24,US,517.50,517.50,6000.00 +1107426852,Open Me....When I Am Dead My Parting Memory Book,Journalism,Journalism,GBP,2018-01-21,1000.00,2017-12-19 20:46:35,216.00,live,8,GB,130.67,294.62,1363.98 +1107436004,Legend of Ricky Thunder,Comics,Comics,USD,2013-02-24,2500.00,2013-01-25 03:23:53,8626.00,successful,275,US,8626.00,8626.00,2500.00 +1107437970,TreePans.com - Standard TreePans,Product Design,Design,USD,2015-05-17,50000.00,2015-04-17 00:41:04,150.00,failed,4,US,150.00,150.00,50000.00 +1107441968,Stircup. Goodbye Stir and Go. Hello Go and Stir.,Product Design,Design,USD,2015-10-01,9000.00,2015-09-01 15:58:43,9300.00,successful,101,US,9300.00,9300.00,9000.00 +110745144,Project Females,Photography,Photography,USD,2014-07-09,25000.00,2014-06-09 22:59:30,0.00,failed,0,US,0.00,0.00,25000.00 +1107455285,DIY TOURISM,Music,Music,USD,2014-09-12,2500.00,2014-08-20 17:06:54,463.00,failed,11,US,463.00,463.00,2500.00 +1107458214,THE PLANET OF DOOM - An Animated Tale of Metal and Art,Animation,Film & Video,USD,2016-05-12,45000.00,2016-04-11 06:00:16,52626.00,successful,669,US,52626.00,52626.00,45000.00 +1107462136,activewear: redefined | by sukoon,Apparel,Fashion,USD,2016-07-01,10000.00,2016-06-01 01:52:45,26565.50,successful,379,US,26565.50,26565.50,10000.00 +1107464321,RLG Lifetime Roller Buckle Belt V1| Classic Veg-Tan,Accessories,Fashion,USD,2015-11-14,500.00,2015-10-20 23:11:38,719.00,successful,13,US,719.00,719.00,500.00 +"1107467591,""""""Return to Snakeland"""" Limited Edition Graphic Novel"",Graphic Novels,Comics,USD,2017-10-31,1500.00,2017-10-02 15:00:10,2240.66,successful,55,US,121.00,2240.66,1500.00" +1107481218,Crossing Over,Documentary,Film & Video,USD,2011-12-30,4000.00,2011-11-20 21:21:39,4597.11,successful,77,US,4597.11,4597.11,4000.00 +1107482981,The Writing Your Life Project,Nonfiction,Publishing,USD,2012-09-04,20000.00,2012-07-06 20:43:07,4343.00,failed,20,US,4343.00,4343.00,20000.00 +1107484721,Sacred Springs Kombucha,Food,Food,USD,2017-11-19,15551.00,2017-10-18 14:56:29,42.00,failed,1,US,20.00,42.00,15551.00 +1107489924,The Theater Class Project,Webseries,Film & Video,USD,2012-02-02,5000.00,2011-12-21 07:40:57,1020.00,failed,22,US,1020.00,1020.00,5000.00 +1107492255,DODEKA - music finally within everyone's reach!,Sound,Technology,CHF,2017-02-03,55000.00,2016-12-05 14:51:00,26913.00,canceled,46,CH,1022.12,27028.68,55236.41 +1107493855,Sweet Sweet,Illustration,Art,USD,2015-09-15,355.00,2015-08-16 14:36:38,0.00,failed,0,US,0.00,0.00,355.00 +1107494962,Leafbee,Mobile Games,Games,EUR,2015-06-17,15000.00,2015-05-18 22:47:34,5.00,failed,1,NL,5.72,5.65,16948.58 +1107495607,A Birch Tree - The Life of Richard & Eliza Birch,Nonfiction,Publishing,AUD,2015-08-09,3900.00,2015-07-10 05:34:12,811.00,failed,16,AU,601.71,599.10,2880.99 +1107500537,Help us start a Glassblowing & Blacksmithing studio,Glass,Crafts,USD,2015-10-14,25000.00,2015-09-14 17:34:26,25666.00,successful,133,US,25666.00,25666.00,25000.00 +1107505678,Naughty Ladies Tell Tales,Young Adult,Publishing,AUD,2014-07-07,6000.00,2014-06-07 00:00:18,0.00,failed,0,AU,0.00,0.00,5640.16 +"1107506911,""Leo """"Bud"""" Welch Documentary Movie"",Documentary,Film & Video,USD,2014-09-26,15000.00,2014-09-02 09:24:34,15115.76,successful,126,US,15115.76,15115.76,15000.00" +1107518942,Amazon SmasHers - Amazons and Humans for Fantasy Football,Tabletop Games,Games,EUR,2017-11-08,3000.00,2017-10-09 19:59:45,16195.50,successful,208,IT,7734.72,18874.33,3496.22 +1107532996,Jake J-Thrill Bennett's First Full Length Album!,Hip-Hop,Music,USD,2014-07-01,750.00,2014-06-06 23:48:52,1361.75,successful,30,US,1361.75,1361.75,750.00 +1107537711,Ghosts of London (Canceled),Documentary,Film & Video,GBP,2013-10-22,30000.00,2013-08-23 00:54:21,16.00,canceled,4,GB,25.06,25.88,48516.21 +1107537999,Indoor Golf Target,Product Design,Design,USD,2016-07-19,350.00,2016-06-14 18:07:51,52.00,canceled,1,US,52.00,52.00,350.00 +1107540099,SocialNetworkingSite,Web,Technology,GBP,2014-07-31,8500.00,2014-07-01 01:20:11,25.00,failed,1,GB,42.59,42.06,14301.82 +1107549181,Bio Capitol Stockholm,Movie Theaters,Film & Video,SEK,2017-01-26,250000.00,2016-12-25 10:02:01,1640851.00,successful,1165,SE,3409.99,185404.80,28248.27 +1107549832,The Settler - First Universal Decision Maker,Product Design,Design,CAD,2017-06-09,4000.00,2017-05-10 18:15:37,0.00,canceled,0,CA,0.00,0.00,2960.99 +1107550611,FoldyFace (Canceled),Puzzles,Games,USD,2016-03-28,10.00,2016-02-27 19:51:59,1.00,canceled,1,US,1.00,1.00,10.00 +"110755319,""Twelve Months of Healing, the Veil of Womanhood:"",Art,Art,USD,2013-04-24,20000.00,2013-03-25 17:47:27,345.00,failed,6,US,345.00,345.00,20000.00" +1107564249,BIEROFFNER | EDC & Home - LEGENDARY BEER BOTTLE OPENER!,Product Design,Design,CAD,2017-06-29,2000.00,2017-05-30 19:18:24,1272.00,canceled,44,CA,386.24,981.78,1543.69 +1107565036,SoleVita Dance Company 2011 Tour,Dance,Dance,USD,2011-03-25,5500.00,2011-02-08 01:49:21,6384.00,successful,119,US,6384.00,6384.00,5500.00 +1107573212,X-Dice,Tabletop Games,Games,USD,2018-01-01,6000.00,2017-12-04 18:10:38,1870.00,failed,57,US,359.00,1870.00,6000.00 +1107577503,Combat Ready - MMO role playing game,Live Games,Games,AUD,2015-04-12,1000000.00,2015-02-11 08:22:03,0.00,failed,0,AU,0.00,0.00,781250.00 +1107587543,Venture Party - A Simple & Fun Fantasy Themed Card Game,Tabletop Games,Games,USD,2016-11-18,17000.00,2016-10-19 06:00:30,2391.00,canceled,91,US,1121.00,2391.00,17000.00 +1107598082,The Complete iOS 11 & Swift 4 / ARKit Developer Course,Technology,Technology,USD,2017-11-14,2000.00,2017-09-15 04:28:57,427.00,canceled,13,US,420.00,427.00,2000.00 +1107606882,So Long Salon Cuts,Product Design,Design,USD,2015-11-08,5000.00,2015-10-09 04:41:49,23.00,failed,1,US,23.00,23.00,5000.00 +1107615580,Syvers Debut Album,Music,Music,USD,2017-07-01,7000.00,2017-06-01 17:52:39,7105.00,successful,62,US,985.00,7105.00,7000.00 +1107621662,Modus lll — Coolest iPad Case Clicks Into Productivity Hub,Product Design,Design,USD,2013-09-23,95000.00,2013-08-19 19:54:57,6193.00,failed,44,US,6193.00,6193.00,95000.00 +1107622102,Dude - The social Site/App for guys to find platonic friends,Apps,Technology,CAD,2017-01-07,50000.00,2016-12-08 22:06:58,20.00,failed,2,CA,0.00,15.22,38048.85 +"1107622324,""Finishing """"I Cannot Bear it Any Longer"""" - a short film about a man and a bear"",Shorts,Film & Video,USD,2010-10-29,2500.00,2010-09-22 17:34:46,90.00,failed,3,US,90.00,90.00,2500.00" +110762339,X Marks The Spot,Shorts,Film & Video,USD,2012-05-25,800.00,2012-05-04 14:18:23,146.00,failed,7,US,146.00,146.00,800.00 +1107623585,CUFFS COLLECTION - jewelry for unique people,Fashion,Fashion,USD,2012-02-10,9800.00,2011-12-27 17:34:38,0.00,failed,0,US,0.00,0.00,9800.00 +1107623660,The End Saga: Revival,Video Games,Games,USD,2012-06-09,20000.00,2012-05-10 01:52:54,371.00,failed,16,US,371.00,371.00,20000.00 +"1107623760,""Changing the Bee Life, One Hive at a Time"",Farms,Food,USD,2015-07-31,200.00,2015-07-01 21:48:56,354.00,successful,14,US,354.00,354.00,200.00" +1107624634,Muted,Shorts,Film & Video,USD,2013-07-01,15000.00,2013-06-01 00:09:25,16270.00,successful,332,US,16270.00,16270.00,15000.00 +1107638845,The Sama Project,Documentary,Film & Video,EUR,2016-04-07,3500.00,2016-02-27 12:48:58,5471.00,successful,108,ES,6052.26,6216.69,3977.05 +1107640034,A war veteran's return to Vietnam,Documentary,Film & Video,USD,2014-11-13,4500.00,2014-10-13 05:18:13,6567.00,successful,79,US,6567.00,6567.00,4500.00 +1107642293,The Villain and the Gentleman! - Visual Novel Series,Video Games,Games,USD,2017-08-04,7000.00,2017-06-30 02:30:22,1004.00,failed,25,US,644.00,1004.00,7000.00 +1107643473,Nike Spec Commercial,Shorts,Film & Video,USD,2013-02-08,1500.00,2013-01-24 03:17:58,1765.00,successful,14,US,1765.00,1765.00,1500.00 +1107650529,Ohio Treasure Train,Architecture,Design,USD,2017-08-19,3000.00,2017-07-20 22:18:30,1.00,failed,1,US,0.00,1.00,3000.00 +110765197,Flexigames: Microgames that fit in your wallet,Tabletop Games,Games,GBP,2016-09-26,450.00,2016-09-12 11:02:03,128.00,canceled,21,GB,2.65,165.92,583.31 +1107663438,Raising funds for debut EP.,Electronic Music,Music,GBP,2017-09-07,5000.00,2017-08-08 19:49:47,10.00,failed,1,GB,0.00,13.21,6606.94 +1107671590,Sancak Beyi Card Game,Games,Games,USD,2013-12-13,6000.00,2013-10-29 20:12:09,276.00,failed,6,US,276.00,276.00,6000.00 +1107674461,Josh Sugar (Canceled),Country & Folk,Music,USD,2012-03-18,5000.00,2012-02-17 20:03:59,360.00,canceled,6,US,360.00,360.00,5000.00 +1107686434,Pre-Order for Lonedome Instrumentals 2: Modern Classic,Hip-Hop,Music,USD,2013-10-10,400.00,2013-09-17 01:02:42,10.00,canceled,1,US,10.00,10.00,400.00 +"1107697141,""""""You"""" by Graham Brown"",Immersive,Theater,USD,2015-08-31,10000.00,2015-08-01 08:53:40,3578.00,failed,81,US,3578.00,3578.00,10000.00" +1107701462,Ubivade - Vibrating navigation belt,Wearables,Technology,EUR,2016-10-29,50000.00,2016-09-19 10:57:43,5010.00,failed,28,IT,3915.64,5557.59,55464.96 +1107708639,Alpine Living prepares new generation of travel journalists,Journalism,Journalism,USD,2011-02-23,3000.00,2011-01-24 17:30:54,3670.00,successful,89,US,3670.00,3670.00,3000.00 +"1107732246,Trumann Rail Boys EP,Music,Music,USD,2016-01-01,3500.00,2015-12-02 23:26:13,3520.00,undefined,0,""N,0"""""",,3520.00,3500.00" +1107738751,HELP SLINKY CREW TO MAKE THEIR DREAMS COME THROUGH,Electronic Music,Music,DKK,2015-03-28,10000.00,2015-02-26 10:55:57,0.00,canceled,0,DK,0.00,0.00,1449.65 +1107743824,Decentralized Dance Party- RETURN TO PORTLAND!,Mixed Media,Art,USD,2012-01-27,2000.00,2012-01-13 09:38:50,2181.01,successful,105,US,2181.01,2181.01,2000.00 +1107745222,SAVE OUR ASSES!,Narrative Film,Film & Video,USD,2011-06-10,50000.00,2011-05-11 00:13:09,53010.03,successful,424,US,53010.03,53010.03,50000.00 +1107745226,Chainmail jewellery medieval modern day fashion,Jewelry,Fashion,GBP,2016-06-17,50.00,2016-05-18 19:50:31,332.00,successful,14,GB,479.99,474.33,71.44 +1107746876,Debatable,Tabletop Games,Games,USD,2017-06-18,3500.00,2017-05-10 17:00:04,13097.52,successful,522,US,2196.52,13097.52,3500.00 +1107778011,Rainbow Sea Bunny Project Sticker and Plushie Stretch Goal,Crafts,Crafts,USD,2015-12-30,75.00,2015-12-15 15:05:19,2230.00,successful,93,US,2230.00,2230.00,75.00 +1107778819,Stars of Magic Collectors Edition,Playing Cards,Games,USD,2015-07-11,5000.00,2015-06-11 15:58:16,2782.00,failed,82,US,2782.00,2782.00,5000.00 +1107783444,Jun's Anatomy: Human & Great Apes anatomy models,Sculpture,Art,CAD,2017-09-13,14000.00,2017-08-14 11:55:22,44159.00,successful,108,CA,7106.39,36383.79,11534.98 +"1107786868,""TiBolt ReLeaded... A Titanium, Bolt Action Pencil"",Design,Design,USD,2014-06-03,29000.00,2014-05-07 20:59:08,82272.00,successful,565,US,82272.00,82272.00,29000.00" +1107790113,Lightning In a Bottle,Fiction,Publishing,USD,2015-10-11,1000.00,2015-09-11 23:12:09,291.00,failed,11,US,291.00,291.00,1000.00 +1107790895,sól activewear,Apparel,Fashion,USD,2014-06-27,50000.00,2014-05-28 04:01:31,330.00,failed,4,US,330.00,330.00,50000.00 +1107814790,Finding Your Best Self: Through Accountability Partners,Print,Journalism,AUD,2015-04-29,37582.00,2015-04-14 19:45:12,0.00,failed,0,AU,0.00,0.00,29763.21 +1107815651,Flip - thinner and better British plug,Gadgets,Technology,GBP,2015-12-18,15000.00,2015-11-18 10:26:27,28115.00,successful,1140,GB,42675.37,41925.14,22368.03 +1107820767,Juice Delight's Lounge: Juice it your way!,Drinks,Food,USD,2016-07-01,20000.00,2016-06-01 03:01:41,0.00,failed,0,US,0.00,0.00,20000.00 +1107820889,The LGBT Thrust Power - Be The Change,Academic,Publishing,USD,2014-10-30,45000.00,2014-09-10 14:25:56,1514.00,failed,20,US,1514.00,1514.00,45000.00 +"1107821165,""CLC's first independent release entitled """"Make Believe"""""",Hip-Hop,Music,USD,2011-08-03,10000.00,2011-06-04 00:04:31,0.00,failed,0,US,0.00,0.00,10000.00" +110782568,The Catamans,Academic,Publishing,USD,2016-09-15,10000.00,2016-08-16 19:19:18,0.00,failed,0,US,0.00,0.00,10000.00 +1107828798,Words without Borders: Mexican Drug War Issue,Publishing,Publishing,USD,2012-02-20,10000.00,2012-01-05 15:31:32,10124.00,successful,165,US,10124.00,10124.00,10000.00 +1107829629,Finally a place to store Mouth Guards- The Sports Pocket,Product Design,Design,USD,2016-06-07,10000.00,2016-05-13 19:35:38,567.00,failed,12,US,567.00,567.00,10000.00 +110785761,3765 Motor Avenue 2,Film & Video,Film & Video,USD,2012-12-02,49000.00,2012-10-03 15:12:04,0.00,failed,0,US,0.00,0.00,49000.00 +1107861671,My Silent Half: Confessions from a closeted Lesbian,Nonfiction,Publishing,USD,2012-10-22,10000.00,2012-09-22 00:05:52,3166.00,failed,72,US,3166.00,3166.00,10000.00 +1107862036,Bike Angel,Gadgets,Technology,EUR,2015-04-21,25000.00,2015-03-19 09:36:55,10232.00,failed,123,NL,10852.38,11075.15,27060.08 +"1107866631,""The P3 Project - People, Places & Patterns"",Photography,Photography,USD,2010-03-01,100.00,2010-02-19 00:24:39,650.00,successful,12,US,650.00,650.00,100.00" +1107867974,Fund our YouTube series SuperheroShowdown! (Summer 2013),Webseries,Film & Video,GBP,2013-04-20,1000.00,2013-03-21 18:13:37,0.00,canceled,0,GB,0.00,0.00,1547.51 +1107872067,Pokemon hard enamel pin/ Flaffy dreams,Art,Art,USD,2017-10-10,250.00,2017-09-05 19:36:29,104.00,failed,6,US,33.00,104.00,250.00 +1107886475,Colors of the Deep,Painting,Art,USD,2015-03-04,300.00,2015-02-02 19:54:46,1.00,failed,1,US,1.00,1.00,300.00 +1107887583,THRILL: A New Level of Horror (Canceled),Fiction,Publishing,USD,2013-11-21,500.00,2013-11-01 22:17:34,20.00,canceled,1,US,20.00,20.00,500.00 +1107888798,THOR GENESIS - A Desilu Studios Production,Action,Film & Video,USD,2017-04-26,500000.00,2017-03-27 23:27:24,51.00,failed,2,US,50.00,51.00,500000.00 +1107890917,Mary - a Super8 Film,Festivals,Film & Video,GBP,2016-03-16,200.00,2016-02-29 21:49:06,272.00,successful,11,GB,377.35,394.05,289.74 +1107893653,The Neil & Lance Book,Art Books,Publishing,GBP,2015-09-10,1800.00,2015-08-11 12:50:12,1978.00,successful,50,GB,3063.20,3050.68,2776.15 +1107897631,Creating Surreal Worlds,Fine Art,Photography,USD,2015-01-16,15000.00,2014-12-17 00:13:51,3680.00,failed,127,US,3680.00,3680.00,15000.00 +"1107898727,""""""Field of Screams"""" Short Horror Film"",Horror,Film & Video,USD,2015-10-05,2000.00,2015-09-25 14:47:27,2143.00,successful,35,US,2143.00,2143.00,2000.00" +1107904055,An Allan Anthology,Comics,Comics,USD,2011-12-24,1000.00,2011-11-28 04:15:46,1743.19,successful,68,US,1743.19,1743.19,1000.00 +110790680,XEUS FLASHLIGHTS Solar Capacitor LED Waterproof NO BATTERIES,Gadgets,Technology,USD,2015-03-04,2000.00,2015-02-02 22:43:20,17535.00,successful,189,US,17535.00,17535.00,2000.00 +1107908227,Hitch'N'Fish: A Real American Story,Documentary,Film & Video,USD,2013-06-02,33000.00,2013-05-08 22:52:50,33100.00,successful,80,US,33100.00,33100.00,33000.00 +1107909543,Murphy's Law Moonshine!,Small Batch,Food,CAD,2015-10-23,20000.00,2015-09-23 19:26:56,20.00,failed,1,CA,15.11,15.31,15305.73 +110792078,Making an Awesome Meatloaf! (Canceled),Food,Food,USD,2014-08-09,20.00,2014-07-10 16:30:00,0.00,canceled,0,US,0.00,0.00,20.00 +1107923383,Duhmm,Apps,Technology,GBP,2015-08-30,10000.00,2015-07-31 16:23:43,45.00,failed,2,GB,70.23,68.52,15226.26 +"1107928698,""4th Mirror Productions Presents Stephen Belber's """"Tape"""" "",Theater,Theater,USD,2011-04-11,2000.00,2011-03-11 05:28:09,2190.00,successful,47,US,2190.00,2190.00,2000.00" +1107934696,DROP DEAD LIFE: A PREGNANT WIDOW'S JOURNEY,Nonfiction,Publishing,USD,2013-08-20,20000.00,2013-07-22 00:43:47,24420.00,successful,249,US,24420.00,24420.00,20000.00 +1107940786,48 BARS THE MOVIE,Film & Video,Film & Video,USD,2011-10-01,5000.00,2011-08-18 14:56:19,0.00,failed,0,US,0.00,0.00,5000.00 +1107945300,Cozy Log Cabin Addition~ Sauna & Sweat Lodge~Phase II,Architecture,Design,USD,2015-11-10,1234.00,2015-10-20 23:03:57,30.00,failed,2,US,30.00,30.00,1234.00 +"1107958005,""EuroStache - Photo Book, Part I"",Photography,Photography,USD,2012-06-23,20000.00,2012-05-09 05:33:43,6.00,failed,2,US,6.00,6.00,20000.00" +110795973,J.W. Cooper Theater Restoration (Roof/Ceiling phase),Theater,Theater,USD,2012-03-05,24100.00,2012-01-20 16:25:56,600.00,failed,4,US,600.00,600.00,24100.00 +1107968261,The Antares Click - Customizable Pen using the Pilot G2,Product Design,Design,USD,2012-09-27,7500.00,2012-08-28 21:39:37,2078.00,failed,25,US,2078.00,2078.00,7500.00 +1107978855,Unveiling Fifty Shades: research into the biology of BDSM,Academic,Publishing,EUR,2018-01-23,28000.00,2017-11-24 19:40:36,1310.00,live,11,BE,0.00,1589.94,33983.47 +110798114,Armor Class 10 -Shirts for RPG Gamers LEVEL 3!,Fashion,Fashion,USD,2013-10-21,1500.00,2013-09-18 03:01:44,4467.45,successful,111,US,4467.45,4467.45,1500.00 +1107992711,FUTO - The World’s Most Ultimate Air Mattress,Product Design,Design,USD,2016-11-11,15000.00,2016-10-04 16:21:10,140708.00,successful,1609,US,8206.00,140708.00,15000.00 +1107997802,The Undrinkable Crisis: Water Cybersecurity,Nonfiction,Publishing,USD,2013-01-27,15500.00,2012-12-27 23:29:15,280.00,failed,4,US,280.00,280.00,15500.00 +1107999958,The Segrati Trilogy,Fiction,Publishing,USD,2014-08-20,30000.00,2014-07-21 21:39:31,35.00,failed,2,US,35.00,35.00,30000.00 +1108000381,Radical Self Care,Nonfiction,Publishing,USD,2016-05-22,4000.00,2016-04-22 05:52:58,30.00,failed,1,US,30.00,30.00,4000.00 +1108014660,Aluminum Chain Maille Dice Bags and Jewelry,Accessories,Fashion,USD,2015-02-26,500.00,2015-01-27 04:00:40,2.00,failed,2,US,2.00,2.00,500.00 +1108027546,BABE,Film & Video,Film & Video,GBP,2014-01-16,5000.00,2013-11-27 16:03:42,5103.00,successful,124,GB,8243.01,8390.06,8220.71 +1108029342,Save The Christian Rock 20,Radio & Podcasts,Publishing,USD,2011-11-06,1000.00,2011-10-07 21:02:25,1100.00,successful,25,US,1100.00,1100.00,1000.00 +1108031307,Truth about Paranormal Activity and Ghosts,Documentary,Film & Video,USD,2013-03-05,650.00,2013-02-20 01:34:22,70.00,failed,2,US,70.00,70.00,650.00 +1108033616,Ignited Clothing Company,Apparel,Fashion,USD,2015-11-15,1000.00,2015-11-05 23:38:02,35.00,failed,2,US,35.00,35.00,1000.00 +1108037784,Dark Secrets - A Short Horror Film,Horror,Film & Video,GBP,2017-02-24,1000.00,2017-02-04 21:19:34,1001.00,successful,17,GB,200.34,1256.72,1255.46 +1108037892,Felipe Femur: Children's Books and Website,Children's Books,Publishing,USD,2017-05-07,10000.00,2017-04-07 06:02:50,825.00,failed,3,US,615.00,825.00,10000.00 +1108043536,The Search for Amazing - a three part series,Narrative Film,Film & Video,USD,2013-07-25,1100.00,2013-06-25 06:10:07,1105.00,successful,16,US,1105.00,1105.00,1100.00 +1108051013,Love Thy Nature - Film,Documentary,Film & Video,USD,2012-12-13,35000.00,2012-11-13 21:38:02,37879.00,successful,275,US,37879.00,37879.00,35000.00 +1108054232,Travel to Baikal,Nature,Photography,USD,2016-01-02,15621.00,2015-11-03 05:57:42,0.00,failed,0,US,0.00,0.00,15621.00 +1108056808,KB PhotoImagery,Fine Art,Photography,USD,2015-04-20,6500.00,2015-03-20 17:12:37,430.00,failed,2,US,430.00,430.00,6500.00 +1108058552,Charlie's Parents Separate,Children's Books,Publishing,USD,2013-07-15,1000.00,2013-06-15 17:27:22,355.00,failed,7,US,355.00,355.00,1000.00 +1108065660,Worldwide Aggregators (websites & Apps) - Stage I,Web,Technology,GBP,2015-04-03,40000.00,2015-02-12 14:49:45,134.00,failed,16,GB,204.36,195.52,58365.19 +1108065676,Mercenary Mann and Boston Boy - Comic,Comics,Comics,AUD,2015-07-06,700.00,2015-06-01 22:15:56,280.00,failed,10,AU,214.05,209.14,522.86 +"1108072447,""Untreated: Volume 5 """"Humility"""""",Webseries,Film & Video,USD,2012-02-24,3250.00,2012-01-10 01:19:08,3250.00,successful,9,US,3250.00,3250.00,3250.00" +1108076097,Jennifer Hall: A New EP,Indie Rock,Music,USD,2013-08-15,6500.00,2013-07-16 18:49:19,8625.77,successful,198,US,8625.77,8625.77,6500.00 +1108076753,The Black Sun Circus Music Project,Rock,Music,USD,2015-02-12,5000.00,2015-01-13 21:29:17,205.00,failed,8,US,205.00,205.00,5000.00 +110808032,Paraíso,Drama,Film & Video,USD,2015-05-14,2500.00,2015-04-14 18:17:03,2570.00,successful,35,US,2570.00,2570.00,2500.00 +1108082003,Mindful Dock •• Distraction-free wooden dock for iPhone 6,Product Design,Design,GBP,2015-09-03,5000.00,2015-08-12 18:00:21,253.00,failed,6,GB,393.77,385.22,7613.13 +1108085975,Diamond Deck Playing Cards (Canceled),Tabletop Games,Games,USD,2013-06-06,9000.00,2013-05-07 04:07:31,1328.00,canceled,63,US,1328.00,1328.00,9000.00 +"1108094539,""""""Spring Romance"""" - A Short Romantic Comedy Film"",Comedy,Film & Video,AUD,2016-09-30,200.00,2016-08-30 10:09:56,214.00,successful,8,AU,9.05,162.96,152.30" +1108099618,Stunt Riding Documentary: Inside XDL,Documentary,Film & Video,USD,2011-07-26,15000.00,2011-06-26 01:03:00,21075.00,successful,66,US,21075.00,21075.00,15000.00 +1108104002,THE GLASS SLIPPER - Jarrod Whaley's Second Feature,Narrative Film,Film & Video,USD,2010-07-15,1200.00,2010-06-26 00:07:19,1920.38,successful,28,US,1920.38,1920.38,1200.00 +"110810827,""""""Home""""- A Metropolitan Drama with Afromoda Dance Theater"",Performances,Dance,USD,2014-07-19,6000.00,2014-06-23 14:01:18,1285.00,canceled,18,US,1285.00,1285.00,6000.00" +"1108108564,""Dr. King, The Legacy"",Theater,Theater,USD,2013-04-30,120000.00,2013-03-15 23:49:53,0.00,failed,0,US,0.00,0.00,120000.00" +1108116355,bladeRF - USB 3.0 Software Defined Radio,Hardware,Technology,USD,2013-02-28,100000.00,2013-01-29 07:33:24,191422.49,successful,501,US,191422.49,191422.49,100000.00 +110813587,Islam In Rhode Island,Documentary,Film & Video,USD,2016-03-09,2000.00,2016-02-08 22:04:59,25.00,failed,3,US,25.00,25.00,2000.00 +1108137893,Awake,Film & Video,Film & Video,GBP,2013-12-27,750.00,2013-11-27 20:59:55,890.00,successful,18,GB,1437.64,1469.50,1238.34 +1108143923,Publish my book: A Quarter Ton to Kona (Canceled),Fiction,Publishing,USD,2014-10-15,5500.00,2014-09-15 21:30:43,0.00,canceled,0,US,0.00,0.00,5500.00 +110815380,Santo Remedio - A proper Mexican Cantina in London,Restaurants,Food,GBP,2017-06-07,40000.00,2017-05-02 08:24:21,45368.00,successful,406,GB,2743.90,57855.54,51010.00 +1108165478,Meet Pixtorals: Graphics to Turn My Creations into Yours,Graphic Design,Design,USD,2016-03-31,5000.00,2016-03-01 18:01:35,242.00,failed,4,US,242.00,242.00,5000.00 +110816583,SEARCHING for Obama: The story of What Happened & What Now?,Nonfiction,Publishing,USD,2012-08-19,10550.00,2012-07-27 04:20:37,325.00,failed,2,US,325.00,325.00,10550.00 +1108168046,Montana Brewery Passport,Publishing,Publishing,USD,2014-07-05,5500.00,2014-06-04 18:10:22,5500.00,successful,105,US,5500.00,5500.00,5500.00 +1108173843,PottyRookie: A Better Way of Training,Product Design,Design,USD,2014-12-04,10000.00,2014-11-04 16:35:09,3715.00,failed,52,US,3715.00,3715.00,10000.00 +1108176453,What Light - narrative short film shooting Nov 29 - Dec 5,Shorts,Film & Video,USD,2010-10-15,2500.00,2010-08-19 05:17:37,2550.00,successful,16,US,2550.00,2550.00,2500.00 +1108180054,Angela Soffe - A New Record,Country & Folk,Music,USD,2017-09-18,14000.00,2017-08-17 20:40:02,14196.00,successful,129,US,1359.00,14196.00,14000.00 +1108183383,ZOMBY: Zombie Anthology,Anthologies,Comics,USD,2015-07-24,500.00,2015-06-03 22:00:47,965.00,successful,32,US,965.00,965.00,500.00 +110818397,The Other Me - Facing Bipolar Disorder,Nonfiction,Publishing,USD,2015-08-09,1000.00,2015-07-05 04:04:01,1002.00,successful,11,US,1002.00,1002.00,1000.00 +1108184657,Periodico la Verdad,Print,Journalism,EUR,2017-11-22,7500.00,2017-09-23 21:20:01,0.00,failed,0,ES,0.00,0.00,8907.79 +110818612,Chatham Baroque: A Musical Banquet,Classical Music,Music,USD,2014-12-15,7000.00,2014-10-16 20:39:00,7440.00,successful,95,US,7440.00,7440.00,7000.00 +1108197410,Jane Austen's EDGAR & EMMA: a novel based on a short story,Fiction,Publishing,USD,2015-06-20,5000.00,2015-05-21 00:59:42,3266.00,failed,41,US,3266.00,3266.00,5000.00 +1108198712,Camera Lift-Strap — A revolution for traveling photographers,Product Design,Design,USD,2016-07-21,10000.00,2016-06-21 20:58:55,10911.00,successful,96,US,3987.00,10911.00,10000.00 +1108201463,LAMELLE® - We. Design. Lamp Shades.,Product Design,Design,EUR,2016-02-25,50000.00,2016-01-26 17:03:14,190.00,failed,1,DE,205.46,209.11,55029.72 +1108201874,Funny Bone Talent Search Documentary,Documentary,Film & Video,USD,2013-09-02,23000.00,2013-08-05 21:15:10,100.00,failed,4,US,100.00,100.00,23000.00 +1108203273,Ice Auger Go Kart Machine for Ice fishing hauling equipment,Technology,Technology,USD,2015-02-18,30000.00,2014-12-20 00:06:43,132.00,failed,8,US,132.00,132.00,30000.00 +1108206721,BOXED IN,Shorts,Film & Video,GBP,2014-07-21,3000.00,2014-07-02 13:22:14,3120.00,successful,44,GB,5337.10,5300.26,5096.41 +1108207943,Raid Aid - Pokemon GO Raid Coordination App,Mobile Games,Games,CAD,2017-09-25,20000.00,2017-09-05 22:47:27,0.00,canceled,0,CA,0.00,0.00,16077.17 +"1108223085,""DUELLATOR, authentic fighting brand"",Fashion,Fashion,USD,2012-10-20,4000.00,2012-09-20 03:51:40,175.00,failed,4,US,175.00,175.00,4000.00" +1108225644,Magnetic Bliss,Product Design,Design,USD,2012-02-20,10000.00,2012-01-06 00:14:50,1849.00,failed,33,US,1849.00,1849.00,10000.00 +"1108225764,""A Double-Sided 7"""" Record That Will Soothe Your Soul"",Music,Music,USD,2011-04-06,650.00,2011-02-24 00:03:09,747.27,successful,24,US,747.27,747.27,650.00" +1108229145,Calligraphy Tattoo Art Shirts: Worldwide Collection,Fashion,Fashion,USD,2013-11-12,8000.00,2013-09-13 23:59:15,240.00,failed,3,US,240.00,240.00,8000.00 +1108241202,Patience (My Life Experiences),Painting,Art,USD,2011-01-04,6500.00,2010-11-25 03:03:31,37.00,failed,2,US,37.00,37.00,6500.00 +1108248838,Sam Flegal's Art of Asian Legend (Canceled),Illustration,Art,USD,2014-08-27,4000.00,2014-08-04 16:13:45,121.00,canceled,4,US,121.00,121.00,4000.00 +1108250129,Arkham,Thrillers,Film & Video,USD,2016-04-01,22000.00,2016-02-27 19:44:56,23.00,failed,5,US,23.00,23.00,22000.00 +1108255728,Funny cooking blog CuoreDiCuoco italian cuisine translation,Publishing,Publishing,EUR,2017-07-17,2000.00,2017-06-17 14:32:09,15.00,failed,1,IT,0.00,17.46,2328.40 +1108257578,M.Link Titanium / Aluminum Belt Buckle,Product Design,Design,USD,2015-03-14,1009.00,2015-02-09 01:30:53,5848.00,successful,66,US,5848.00,5848.00,1009.00 +1108258303,Hey Hey Gourmet - A Spicy Tale,Food,Food,USD,2013-03-28,3000.00,2013-02-26 18:42:11,60.00,failed,3,US,60.00,60.00,3000.00 +"1108269675,""Mooseknuckle's """"Fuck The Police"""" Animated Video"",Animation,Film & Video,USD,2014-06-09,2500.00,2014-04-30 23:17:28,80.00,failed,4,US,80.00,80.00,2500.00" +1108272928,GOAT ARMY,Tabletop Games,Games,EUR,2015-11-22,2000.00,2015-10-13 19:05:35,2840.00,successful,145,ES,3229.67,3004.72,2116.00 +1108288989,Knotted Jeans by KanCacha (can*catch*uh) (Canceled),Fashion,Fashion,USD,2012-05-26,50000.00,2012-04-26 16:17:25,235.00,canceled,4,US,235.00,235.00,50000.00 +1108290403,The Moths,Narrative Film,Film & Video,GBP,2014-07-08,2500.00,2014-06-03 22:38:59,10.00,failed,1,GB,16.75,17.12,4280.02 +110829311,Help Allred Make A New Record!,Rock,Music,USD,2011-12-01,5000.00,2011-11-01 16:10:44,6378.50,successful,120,US,6378.50,6378.50,5000.00 +1108293557,DIY gamepad module with Arduino,DIY Electronics,Technology,EUR,2017-05-03,3000.00,2017-04-03 19:28:44,115.00,failed,4,BE,10.66,126.05,3288.28 +1108293709,Punny Buns 2: Cute Plush Bunnys Return!,Crafts,Crafts,USD,2017-03-21,9000.00,2017-03-01 15:44:43,12594.00,successful,256,US,6090.00,12594.00,9000.00 +110829815,LA Music Awards is just the Tip Of The Iceburge!,Music,Music,USD,2012-05-23,12095.00,2012-04-23 10:03:00,210.00,failed,8,US,210.00,210.00,12095.00 +1108307132,VJ System SeeingSound Geometrical Visual Engine OpenGL(SL),Sound,Technology,EUR,2016-05-16,2016.00,2016-04-16 20:33:51,51.00,failed,2,DE,57.43,57.22,2261.74 +110830771,Fearless: An interactive documentary on sexual harassment,Documentary,Film & Video,USD,2013-11-17,5000.00,2013-10-08 06:59:15,5575.00,successful,81,US,5575.00,5575.00,5000.00 +1108308800,St. Augustine Skull & Bone Museum / exibit,Public Art,Art,USD,2015-11-25,4000.00,2015-10-26 06:52:09,61.00,failed,3,US,61.00,61.00,4000.00 +1108310000,Help Tupiniquim!,Food Trucks,Food,GBP,2014-08-31,10000.00,2014-08-18 21:01:26,13242.00,successful,360,GB,22105.74,21579.08,16295.93 +1108316912,Four Jokers Transformation Playing Card Deck - Bicycle,Tabletop Games,Games,USD,2013-08-31,17500.00,2013-08-01 20:26:50,1733.00,canceled,104,US,1733.00,1733.00,17500.00 +1108317846,Juniper Leaves: Quirky YA Fantasy Book,Young Adult,Publishing,USD,2014-10-03,3640.00,2014-09-03 14:16:35,3674.00,successful,74,US,3674.00,3674.00,3640.00 +1108318524,The Gamer Laser,Hardware,Technology,USD,2017-03-01,10000.00,2017-01-24 20:27:07,108.00,failed,2,US,108.00,108.00,10000.00 +1108326401,1800 & 500 Watt Axial Flux Alternators / patented design,Technology,Technology,USD,2015-09-29,45000.00,2015-08-30 03:40:18,0.00,canceled,0,US,0.00,0.00,45000.00 +1108327437,Playground - Auction and Bid App,Apps,Technology,SGD,2017-07-01,3500.00,2017-06-01 05:36:28,250.00,failed,1,SG,0.00,181.02,2534.21 +1108338144,SkypeNotes,Software,Technology,USD,2014-11-22,3000.00,2014-10-23 18:25:53,35.00,failed,3,US,35.00,35.00,3000.00 +1108345142,Something Strange Happened Comic Anthology,Anthologies,Comics,USD,2016-09-09,200.00,2016-08-10 23:06:26,676.00,successful,70,US,130.00,676.00,200.00 +1108345789,FULL BLEED: The Comics & Culture Quarterly,Comics,Comics,USD,2017-10-13,50000.00,2017-09-12 17:56:36,90530.00,successful,1030,US,43052.00,90530.00,50000.00 +1108351113,ID? - UNIVERSAL SMARTPHONE SLIDER,Product Design,Design,EUR,2016-04-15,1000.00,2016-03-01 19:07:03,7399.00,successful,157,FR,8083.11,8349.04,1128.40 +1108355248,Braulie Peace,Fashion,Fashion,USD,2016-03-08,15000.00,2016-01-08 04:48:10,1.00,failed,1,US,1.00,1.00,15000.00 +1108360174,Toby wants a Synthi,Music,Music,GBP,2014-08-06,2500.00,2014-07-07 20:55:21,0.00,failed,0,GB,0.00,0.00,4201.05 +110836390,Beautiful Ruby Composter - Turn Food Scraps Into Fertilizer!,Product Design,Design,USD,2016-10-02,4000.00,2016-08-30 21:50:42,605.00,canceled,11,US,380.00,605.00,4000.00 +"1108364400,""Cutting the fat with a knife, A man's Surgical Weight loss"",Nonfiction,Publishing,USD,2014-09-01,6000.00,2014-07-24 16:42:01,542.00,failed,10,US,542.00,542.00,6000.00" +1108365343,The Beer Popper - A Bold Bottle Opener.,Design,Design,USD,2015-07-30,10000.00,2015-06-12 20:15:29,3769.00,failed,66,US,3769.00,3769.00,10000.00 +"1108367745,""The Ineffable Whatever, new album"",Indie Rock,Music,USD,2015-07-19,3500.00,2015-06-19 20:22:05,0.00,failed,0,US,0.00,0.00,3500.00" +"110837091,Nathan Menard,Music,Music,USD,2016-05-07,8000.00,2016-03-28 20:38:22,8263.45,successful,0,""N,0"""""",,8263.45,8000.00" +1108373081,Ultimate Man Cave (Canceled),Architecture,Design,USD,2014-10-28,20000.00,2014-09-28 14:42:06,0.00,canceled,0,US,0.00,0.00,20000.00 +1108375345,Klassik OpenAir im Jagdschloss Grunewald,Classical Music,Music,EUR,2016-05-13,2500.00,2016-04-13 11:41:39,281.00,failed,6,DE,320.63,318.88,2837.01 +1108381352,VBOOST,DIY Electronics,Technology,USD,2014-12-03,1000.00,2014-11-03 15:00:04,1475.00,successful,63,US,1475.00,1475.00,1000.00 +1108393296,Proactive Insurance: The Pros – Issue 2,Comic Books,Comics,USD,2015-11-30,2500.00,2015-10-29 17:28:30,3103.00,successful,114,US,3103.00,3103.00,2500.00 +110839351,Cabin Bag co.,Product Design,Design,USD,2015-12-26,8000.00,2015-11-26 01:56:11,30332.00,successful,267,US,30332.00,30332.00,8000.00 +1108395768,Frozen Dead: An independent TV Series: Episode 1 of 12,Television,Film & Video,USD,2017-04-08,6000.00,2017-03-10 00:11:09,6723.00,successful,55,US,0.00,6723.00,6000.00 +1108402853,Corter Leather Bottle Hook,Product Design,Design,USD,2012-05-18,2200.00,2012-05-01 00:03:18,58333.02,successful,1247,US,58333.02,58333.02,2200.00 +1108415424,Yalla Habibi - Living with War in Aleppo,Photobooks,Photography,EUR,2017-08-11,15000.00,2017-07-12 12:40:14,20868.00,successful,342,DE,389.69,24551.17,17647.47 +1108423700,Flitch Coffee,Food,Food,USD,2014-10-21,12000.00,2014-09-30 00:17:15,12529.99,successful,126,US,12529.99,12529.99,12000.00 +"1108435466,""Fully adjustable, retractable, flexible, upper body brace"",Wearables,Technology,CAD,2016-10-24,100000.00,2016-09-09 21:00:32,3706.00,failed,17,CA,780.97,2767.94,74688.18" +1108446029,HitemHigh Records Presents: CASTLE ROAD The Debut Album,Hip-Hop,Music,USD,2017-05-22,3500.00,2017-05-07 16:51:47,90.00,failed,4,US,50.00,90.00,3500.00 +1108450115,The Miami Slide Project,Conceptual Art,Art,USD,2015-03-19,8200.00,2015-01-28 03:35:31,0.00,failed,0,US,0.00,0.00,8200.00 +1108450417,Captain Glow: Intro Zine,Comics,Comics,USD,2016-04-07,4500.00,2016-03-08 08:25:48,1343.00,failed,20,US,1343.00,1343.00,4500.00 +1108453503,Help The Variety Society(TVS) get on TV!,Webseries,Film & Video,USD,2011-07-03,1500.00,2011-06-03 23:42:47,10.00,failed,2,US,10.00,10.00,1500.00 +1108454205,Intellectual Vertigo 15th floor salon: war with the obvious,Art,Art,USD,2016-03-01,14771.00,2016-01-28 19:10:55,15.00,failed,1,US,15.00,15.00,14771.00 +1108468123,Lightweight Ped-AL-board 13 Protype,Hardware,Technology,MXN,2018-01-09,35000.00,2017-11-10 23:05:34,40.00,live,2,MX,0.52,2.09,1831.31 +1108468749,A Sock Subscription For You & Those In Need,Accessories,Fashion,AUD,2016-12-07,5000.00,2016-11-07 04:23:45,2222.00,failed,27,AU,87.49,1659.20,3733.57 +1108478519,Titus Andronicus (with an all-female cast & crew),Plays,Theater,USD,2015-10-30,2500.00,2015-10-07 14:23:08,2804.16,successful,68,US,2804.16,2804.16,2500.00 +"1108481149,""Be a Hobbit, Save the Earth"",Nonfiction,Publishing,USD,2014-08-27,5000.00,2014-07-27 18:20:54,5429.00,successful,76,US,5429.00,5429.00,5000.00" +1108490948,Sizzlectric CD Release Tour,Pop,Music,USD,2011-12-30,2000.00,2011-11-15 07:40:11,0.00,failed,0,US,0.00,0.00,2000.00 +"1108504200,""The Agreed App: Sign what you want, when you want"",Apps,Technology,USD,2014-09-25,8500.00,2014-08-26 16:45:42,683.00,failed,14,US,683.00,683.00,8500.00" +1108506060,CITADEL VR interactive experience (Canceled),Video Games,Games,EUR,2015-11-09,32500.00,2015-09-30 09:05:15,906.00,canceled,19,ES,1019.65,975.22,34983.10 +1108511726,Brookside Poultry Company,Drinks,Food,USD,2017-12-25,5000.00,2017-12-11 19:13:49,1375.00,failed,15,US,300.00,1375.00,5000.00 +110851498,CORPUS CHRISTI VOLUME 1 COMPLETE Hardcover,Comics,Comics,USD,2014-05-26,1200.00,2014-04-21 18:16:30,1300.00,successful,22,US,1300.00,1300.00,1200.00 +1108521233,CHRISTRAPER SINGS EP short run CD pressing and pre-order!,Music,Music,USD,2009-11-07,249.00,2009-10-08 10:47:25,284.66,successful,15,US,284.66,284.66,249.00 +1108526563,Light On Water: A Lovesong To Mortality,Art,Art,USD,2016-04-17,10000.00,2016-03-18 01:15:21,1596.00,failed,21,US,1596.00,1596.00,10000.00 +110853153,Imitation by Tara Subkoff,Fashion,Fashion,USD,2011-02-13,10000.00,2011-02-01 02:23:07,0.00,failed,0,US,0.00,0.00,10000.00 +1108551789,Pants-on-Pants | World's Most and Only Convenient Snow Pants,Apparel,Fashion,USD,2018-01-26,30000.00,2017-12-25 19:26:08,3039.00,live,17,US,2233.00,3039.00,30000.00 +"1108553941,""""""THE FATHER"""" SFX MAKE UP TEST SHOOT"",Film & Video,Film & Video,USD,2014-01-26,9000.00,2014-01-11 07:00:28,9535.02,successful,149,US,9535.02,9535.02,9000.00" +"1108565605,New EP/Music Development,Music,Music,USD,2016-01-28,3000.00,2015-12-21 20:39:56,40.00,undefined,0,""N,0"""""",,40.00,3000.00" +"110856704,""Archery Tag Arena - Glasgow, Scotland"",Live Games,Games,GBP,2016-06-25,1500.00,2016-04-26 21:57:07,449.00,failed,10,GB,648.15,596.40,1992.43" +1108576401,Finding Home (1st Episode),Film & Video,Film & Video,USD,2013-06-07,125000.00,2013-04-23 20:50:46,995.00,failed,12,US,995.00,995.00,125000.00 +"1108584284,""""""A Mano Limpia"""" The Legendary History of Omar Vizquel"",Documentary,Film & Video,USD,2012-07-09,200000.00,2012-05-25 18:16:46,1036.02,failed,14,US,1036.02,1036.02,200000.00" +1108591263,ARToon: Empowering Students Through Cartooning,Public Art,Art,USD,2013-04-14,2000.00,2013-02-21 22:47:47,445.00,failed,11,US,445.00,445.00,2000.00 +1108600274,Universal OptiKlip2Round,Product Design,Design,GBP,2014-09-09,4750.00,2014-08-10 21:48:25,75.00,failed,7,GB,125.81,121.75,7710.54 +1108605206,Razor Girls 2015 Fantasy Experience,Tabletop Games,Games,USD,2014-08-05,20000.00,2014-07-15 01:37:25,588.00,failed,33,US,588.00,588.00,20000.00 +"1108615635,""Furniture crafting centre, Eco and unique"",Crafts,Crafts,EUR,2016-01-18,500.00,2015-12-09 06:20:23,501.00,successful,6,DE,543.75,541.48,540.40" +1108623979,Big.Balls. | The Biggest way to Take Strokes off Your Score,Product Design,Design,CAD,2016-12-20,20000.00,2016-11-15 15:22:17,20185.00,successful,195,CA,60.51,14936.36,14799.47 +1108624562,Dragonfly (Canceled),Apps,Technology,USD,2015-03-25,3200.00,2015-02-23 03:55:06,377.00,canceled,3,US,377.00,377.00,3200.00 +"1108625585,""Dvo?ák's """"Love Songs"""" A Music Film Project by Katie Kat"",Classical Music,Music,USD,2015-06-09,5000.00,2015-04-10 05:22:46,5033.00,successful,60,US,5033.00,5033.00,5000.00" +1108630196,FOR HER,Drama,Film & Video,USD,2014-11-01,19645.00,2014-10-02 21:22:58,19695.00,successful,98,US,19695.00,19695.00,19645.00 +1108630338,Naturatlas - Atlas Virtual de Naturaleza,Apps,Technology,EUR,2015-08-20,20000.00,2015-07-21 22:52:59,5.00,failed,1,ES,5.41,5.64,22561.90 +1108633774,Moose Prints,Crafts,Crafts,USD,2016-06-06,1450.00,2016-05-06 18:09:59,15.00,failed,1,US,15.00,15.00,1450.00 +1108645418,UnderLeague LAN Party (Canceled),Games,Games,CAD,2014-08-28,5000.00,2014-07-29 04:46:01,50.00,canceled,1,CA,46.23,46.07,4606.60 +1108645695,International CD release of new work for String Orchestra,Classical Music,Music,USD,2015-05-05,3000.00,2015-04-01 02:33:06,3090.00,successful,19,US,3090.00,3090.00,3000.00 +1108650579,Doodle Town,Illustration,Art,USD,2015-03-15,1000.00,2015-02-18 00:58:03,139.00,failed,7,US,139.00,139.00,1000.00 +1108656272,UNINDICTED CO-CONSPIRATOR -- a recording project,Country & Folk,Music,USD,2012-08-01,10000.00,2012-07-01 09:31:31,11582.91,successful,242,US,11582.91,11582.91,10000.00 +1108666098,Opera by Request 10th Anniversary Gala Performances,Classical Music,Music,CAD,2017-05-23,4000.00,2017-03-30 20:05:54,4286.67,successful,13,CA,33.60,3183.33,2970.44 +1108667154,Ani's Art,Painting,Art,USD,2014-10-14,200.00,2014-09-24 03:19:24,220.00,successful,4,US,220.00,220.00,200.00 +1108671630,Move. Eat. Chill. Sleep. The MECS METHOD,Nonfiction,Publishing,USD,2017-01-22,1900.00,2016-11-23 19:46:07,140.00,failed,3,US,40.00,140.00,1900.00 +1108673996,Thick Thighs Catch All the Eyes - 2018 Illustrated Calendar,Calendars,Publishing,USD,2017-09-16,4700.00,2017-08-15 23:49:15,484.00,canceled,13,US,32.00,484.00,4700.00 +1108676093,Annapurna's Thali Food Truck,Food,Food,USD,2014-01-15,4000.00,2013-12-11 18:27:16,4015.00,successful,37,US,4015.00,4015.00,4000.00 +1108681262,Hasselnuts: Hasselblad Camera + iPhone DigitalBack Kit!,Camera Equipment,Technology,USD,2013-10-18,10000.00,2013-09-04 17:12:33,32687.00,successful,144,US,32687.00,32687.00,10000.00 +1108690185,New Business Startup & a New Game Invention/Gamer's Pro Live,Live Games,Games,USD,2017-08-10,25000.00,2017-07-11 20:21:07,2.00,failed,2,US,0.00,2.00,25000.00 +1108697300,Pacific Northwest Trail Documentary,Documentary,Film & Video,USD,2014-05-15,1700.00,2014-04-15 21:02:41,5262.00,successful,130,US,5262.00,5262.00,1700.00 +1108706468,Adventures Never End (demo) Video Game (Canceled),Games,Games,USD,2015-10-29,400.00,2015-09-29 04:40:23,0.00,canceled,0,US,0.00,0.00,400.00 +1108711864,Groundswell Webseries,Webseries,Film & Video,USD,2011-10-14,3500.00,2011-09-14 23:00:19,140.00,failed,6,US,140.00,140.00,3500.00 +1108712531,We Go Shop........So You Don't Have To!,Food,Food,USD,2015-12-20,6000.00,2015-11-20 03:00:24,0.00,failed,0,US,0.00,0.00,6000.00 +1108721840,the showing,Photography,Photography,USD,2014-03-17,1200.00,2014-02-13 22:47:24,0.00,failed,0,US,0.00,0.00,1200.00 +1108722655,Coaster Talk ~ First Smart Coaster,Technology,Technology,AUD,2014-11-08,6000.00,2014-10-08 13:22:25,315.00,failed,3,AU,275.34,273.25,5204.72 +1108725300,Cthulhu Dice Tower by Fred Fields,Tabletop Games,Games,USD,2015-04-30,3500.00,2015-04-02 17:59:15,6001.00,successful,43,US,6001.00,6001.00,3500.00 +1108726733,Making Big Dreams a Tiny Reality,Design,Design,USD,2014-12-30,5000.00,2014-11-15 01:02:35,230.00,failed,5,US,230.00,230.00,5000.00 +"1108734922,""New EP """"The Things I've Done Without You"""""",Punk,Music,USD,2014-05-30,250.00,2014-04-30 18:45:15,500.00,successful,10,US,500.00,500.00,250.00" +1108741131,Halloween event for well deserving community and friends,Dance,Dance,GBP,2014-09-19,1500.00,2014-08-20 00:49:56,0.00,failed,0,GB,0.00,0.00,2451.10 +1108745955,IN ARMS REACH,Shorts,Film & Video,USD,2011-05-15,20000.00,2011-04-15 05:22:43,35.00,failed,2,US,35.00,35.00,20000.00 +1108747362,The Death of Spider-man Short Film,Action,Film & Video,USD,2015-04-17,5000.00,2015-03-20 03:03:55,1.00,failed,1,US,1.00,1.00,5000.00 +1108751130,ExoHub - The Hub Apple Should Have Made,Gadgets,Technology,USD,2016-03-04,60000.00,2016-01-19 15:19:30,13065.00,failed,139,US,13065.00,13065.00,60000.00 +1108768987,Switchyard Brewing Company | #ShareOurCraft™,Food,Food,USD,2015-11-19,30000.00,2015-10-20 22:50:35,42560.00,successful,301,US,42560.00,42560.00,30000.00 +1108772707,#awkwardapparel,Apparel,Fashion,USD,2016-08-31,1000.00,2016-07-02 05:20:28,376.00,canceled,8,US,275.00,376.00,1000.00 +1108774754,Shadows Over Normandie,Tabletop Games,Games,GBP,2014-07-25,5000.00,2014-07-03 17:05:17,161183.26,successful,1608,GB,276427.10,273818.50,8494.01 +1108784897,Candy Cat Collection,Crafts,Crafts,USD,2016-03-12,4000.00,2016-02-11 03:45:55,611.00,failed,12,US,611.00,611.00,4000.00 +1108790992,Rotational Intertia Throws ( a 3d printed YO-YO project),3D Printing,Technology,USD,2015-02-26,5000.00,2015-01-28 03:53:10,107.00,failed,4,US,107.00,107.00,5000.00 +"1108798259,""2013 """"Little Red's Writing Hood"""" Production Launch-Revised"",Poetry,Publishing,USD,2013-04-11,1250.00,2013-03-12 14:22:38,1306.00,successful,21,US,1306.00,1306.00,1250.00" +"1108801056,""""""Nontraditional"""" Movie Finishing Funds"",Film & Video,Film & Video,USD,2013-07-31,15000.00,2013-07-01 18:00:34,15493.00,successful,111,US,15493.00,15493.00,15000.00" +110880250,NUDE YORK CITY,Painting,Art,USD,2014-10-04,100.00,2014-09-04 21:02:02,0.00,failed,0,US,0.00,0.00,100.00 +1108808382,EMP,Poetry,Publishing,USD,2015-08-10,350.00,2015-07-09 18:10:58,2.00,failed,2,US,2.00,2.00,350.00 +110881120,Territorial Justice,Action,Film & Video,USD,2014-12-01,250000.00,2014-10-15 05:34:42,0.00,failed,0,US,0.00,0.00,250000.00 +1108815135,Beautiful Dreamer - Johnny Courson debut full length Album,Jazz,Music,USD,2010-12-30,11000.00,2010-11-06 00:11:01,20.00,failed,1,US,20.00,20.00,11000.00 +"1108817307,""The Forgotten, a Live Action Game"",Live Games,Games,CAD,2016-03-08,1400.00,2016-02-09 14:52:43,4006.00,successful,154,CA,2882.42,3022.71,1056.36" +1108848966,Shobii Smart Frame: Private photo network + Facebook/Flickr,Design,Design,USD,2013-03-22,858750.00,2013-02-19 19:00:56,4095.00,failed,30,US,4095.00,4095.00,858750.00 +1108849722,Mama Jane,Narrative Film,Film & Video,USD,2017-09-14,15000.00,2017-08-15 17:23:56,16426.00,successful,208,US,0.00,16426.00,15000.00 +1108860451,Savor the Moments: Inspired by True Stories,Poetry,Publishing,USD,2014-05-15,3900.00,2014-04-15 17:38:31,4238.00,successful,56,US,4238.00,4238.00,3900.00 +1108865703,Duck Hunt(real life) (Canceled),Documentary,Film & Video,USD,2012-10-31,5000.00,2012-10-02 00:20:53,0.00,canceled,0,US,0.00,0.00,5000.00 +1108882609,Saving Time and Gods of Adventure - Two Games! (Canceled),Tabletop Games,Games,USD,2016-06-25,15000.00,2016-06-11 16:55:53,6719.00,canceled,112,US,6719.00,6719.00,15000.00 +1108884910,Isabella Barella,Children's Books,Publishing,USD,2012-07-21,12000.00,2012-06-11 15:26:42,12430.00,successful,64,US,12430.00,12430.00,12000.00 +110889166,Hellscare Realm:Mila,Video Games,Games,USD,2015-09-14,115000.00,2015-08-15 13:11:40,254.00,failed,11,US,254.00,254.00,115000.00 +1108894234,Coolest BucketHead Table,Design,Design,USD,2015-06-25,10000.00,2015-05-11 23:41:06,1522.00,failed,26,US,1522.00,1522.00,10000.00 +1108901248,Ink King Clothing,Fashion,Fashion,USD,2014-04-07,3000.00,2014-02-21 02:41:27,50.00,failed,2,US,50.00,50.00,3000.00 +1108903217,Bring Spiritual Rez to the World.,Music,Music,USD,2015-11-19,30000.00,2015-10-20 22:24:07,32130.00,successful,246,US,32130.00,32130.00,30000.00 +1108909521,Where We Must Be,Narrative Film,Film & Video,USD,2011-08-09,500.00,2011-07-19 19:56:31,510.00,successful,17,US,510.00,510.00,500.00 +1108916888,Blood Knights-A Hunters Calling.,Film & Video,Film & Video,CAD,2013-10-24,1000.00,2013-09-09 20:20:30,5.00,failed,1,CA,4.80,4.79,958.04 +1108924087,Oldetime Knuckle Up Boxing Game & Puncher's Mark,Video Games,Games,USD,2013-03-06,50000.00,2013-02-04 14:58:58,3815.00,failed,45,US,3815.00,3815.00,50000.00 +1108930910,Das Leder iPhone Case and Wallet. (Canceled),Product Design,Design,USD,2013-01-16,8000.00,2012-12-17 23:04:59,0.00,canceled,0,US,0.00,0.00,8000.00 +1108931807,AnoPix,Product Design,Design,USD,2012-07-21,75000.00,2012-05-22 17:47:03,216.00,failed,7,US,216.00,216.00,75000.00 +1108931909,Cloud of Redemption's Debut Album,Rock,Music,USD,2014-07-15,10000.00,2014-06-14 07:07:13,2425.00,failed,19,US,2425.00,2425.00,10000.00 +1108936358,Electronic Currents,Electronic Music,Music,USD,2013-04-19,3500.00,2013-03-20 13:14:49,815.00,failed,17,US,815.00,815.00,3500.00 +1108936937,S is for Ska: A Musical Alphabet,Children's Books,Publishing,USD,2012-07-06,500.00,2012-06-06 02:11:03,960.00,successful,29,US,960.00,960.00,500.00 +1108939567,CRITICS,Film & Video,Film & Video,USD,2013-05-26,30000.00,2013-04-26 22:23:29,18.00,failed,5,US,18.00,18.00,30000.00 +1108941014,That Could Not Be ?,Film & Video,Film & Video,USD,2017-04-29,10.00,2017-02-28 18:23:03,11.00,successful,2,US,0.00,11.00,10.00 +1108943681,Why Does the Jack-o-lantern Smile?,Comics,Comics,USD,2017-04-14,2200.00,2017-03-14 15:56:51,2777.00,successful,91,US,1471.00,2777.00,2200.00 +1108945951,True Man Of Honor Action Figure Collectibles And Comic Books,Art,Art,USD,2016-12-10,8000.00,2016-10-11 19:31:34,20.00,canceled,1,US,20.00,20.00,8000.00 +"1108945959,Brickworld Chicago 2015 LEGO Convention DVD,Film & Video,Film & Video,USD,2015-06-21,2500.00,2015-05-22 23:20:33,4709.00,undefined,0,""N,0"""""",,4709.00,2500.00" +1108946818,Deliver Me Too Towing App,Apps,Technology,USD,2016-06-02,10000.00,2016-05-03 16:47:09,0.00,failed,0,US,0.00,0.00,10000.00 +1108963348,Writing a Biography of 6 Generations of Radical Educators,Print,Journalism,USD,2015-12-12,5000.00,2015-11-12 13:42:49,50.00,failed,2,US,50.00,50.00,5000.00 +"110896489,""Carbs, Carmen and Cargo Shorts"",Shorts,Film & Video,GBP,2013-01-01,1000.00,2012-12-20 19:25:56,1000.00,successful,15,GB,1625.91,1601.87,1601.87" +1108969350,Ascent - the evolution of analog man to digital man.,Art,Art,USD,2013-05-27,25000.00,2013-04-17 18:30:33,4780.00,failed,42,US,4780.00,4780.00,25000.00 +1108975615,The Way In - Burning Man 2012,Sculpture,Art,USD,2012-08-03,4400.00,2012-07-05 21:16:49,4750.47,successful,44,US,4750.47,4750.47,4400.00 +1108977997,Heat Intensifying Clothing That Burns Calories,Apparel,Fashion,GBP,2016-08-09,5000.00,2016-06-30 13:35:22,515.00,canceled,10,GB,312.99,667.79,6483.40 +1108985595,UNAVAILABLE,Technology,Technology,EUR,2017-08-26,30000.00,2017-07-27 18:43:05,51.00,failed,2,IT,0.00,60.79,35759.84 +1108994547,Mysteries (Canceled),Shorts,Film & Video,USD,2013-08-11,200.00,2013-07-12 21:26:41,105.00,canceled,3,US,105.00,105.00,200.00 +1109001457,Youtech,DIY Electronics,Technology,AUD,2016-03-14,35000.00,2016-01-14 15:13:08,22.00,failed,4,AU,15.46,16.76,26666.67 +1109010212,National Trails Challenge 2016,Film & Video,Film & Video,GBP,2016-04-26,250.00,2016-04-11 08:30:50,329.00,successful,15,GB,464.74,480.82,365.36 +1109011925,The Dirty Canvas,Art Books,Publishing,USD,2016-07-31,15000.00,2016-07-01 00:01:51,76.00,failed,3,US,50.00,76.00,15000.00 +1109016212,What Moves You? A film about running by runners,Documentary,Film & Video,USD,2014-09-10,100000.00,2014-08-11 16:52:22,30654.00,failed,267,US,30654.00,30654.00,100000.00 +1109016352,I'm Not Country - Music Video,Country & Folk,Music,USD,2011-04-30,1200.00,2011-03-31 16:57:53,40.00,failed,2,US,40.00,40.00,1200.00 +1109017109,Smokin Butts B-B-Q,Food,Food,USD,2015-04-20,3500.00,2015-02-19 04:03:18,50.00,failed,2,US,50.00,50.00,3500.00 +"1109023881,""Project Pantheon 1: Odin, Lord of Asgard"",Tabletop Games,Games,GBP,2014-05-18,500.00,2014-05-07 08:47:40,3302.00,successful,155,GB,5572.37,5560.79,842.03" +1109032576,Sweet Cheesus Micro Cheesery,Small Batch,Food,USD,2015-02-01,5000.00,2015-01-02 17:17:25,1237.00,failed,14,US,1237.00,1237.00,5000.00 +110903625,Life of Jesus Book / Gallery Project,Painting,Art,USD,2015-11-16,25000.00,2015-10-17 16:50:24,0.00,failed,0,US,0.00,0.00,25000.00 +1109037020,Sliced Bread,Shorts,Film & Video,USD,2013-04-17,200.00,2013-03-11 23:00:28,230.00,successful,6,US,230.00,230.00,200.00 +1109045628,COG | The World's First Barbell Foam Roller,Product Design,Design,AUD,2017-12-07,20000.00,2017-11-07 22:46:23,557.00,canceled,8,AU,267.92,418.70,15034.20 +1109046408,Chivas - A new and different style of socks,Fashion,Fashion,USD,2012-06-28,10000.00,2012-05-29 20:22:29,21026.00,successful,276,US,21026.00,21026.00,10000.00 +1109050886,Sidekick Votive Candle: create your perfect scent,Candles,Crafts,USD,2017-10-22,1050.00,2017-09-22 20:44:17,25.00,failed,1,US,0.00,25.00,1050.00 +1109057142,Imagine: A life changing documentary.,Documentary,Film & Video,USD,2013-06-09,7000.00,2013-05-03 15:54:58,3319.00,failed,46,US,3319.00,3319.00,7000.00 +"1109063731,""""""Martiangale"""" sci-fi adventure fiction novel!"",Fiction,Publishing,USD,2016-12-01,1500.00,2016-11-17 08:52:56,60.00,failed,4,US,0.00,60.00,1500.00" +1109067956,Behead The Undead,Video Games,Games,USD,2012-09-23,10000.00,2012-08-24 00:30:35,1856.21,failed,44,US,1856.21,1856.21,10000.00 +110907644,Echo Chernik 2018 Calendars,Illustration,Art,USD,2017-04-01,4000.00,2017-03-09 01:18:49,4897.00,successful,113,US,488.00,4897.00,4000.00 +1109081606,BAR BACK: Urban multi-carry travel backpack to tote your bar,Product Design,Design,USD,2016-03-25,15000.00,2016-02-23 18:24:25,17177.00,successful,55,US,17177.00,17177.00,15000.00 +1109082343,Najazara: - A Fusion of Jazz and African Drumming,Jazz,Music,USD,2012-09-27,8000.00,2012-08-28 21:17:46,1006.00,failed,13,US,1006.00,1006.00,8000.00 +1109093027,Vict Playing Cards (Canceled),Tabletop Games,Games,USD,2013-04-17,15000.00,2013-03-13 03:21:31,2529.00,canceled,111,US,2529.00,2529.00,15000.00 +1109094578,SkillsUSA Nationals,Technology,Technology,USD,2015-05-31,20000.00,2015-04-30 20:01:24,0.00,failed,0,US,0.00,0.00,20000.00 +1109095485,THE HORROR! THE HORROR! - THE FINAL CURTAIN,Musical,Theater,GBP,2014-07-24,2500.00,2014-07-04 16:32:55,2554.00,successful,38,GB,4382.39,4338.74,4247.01 +1109096552,RoadKill Bat,Gadgets,Technology,EUR,2015-04-01,20000.00,2015-03-02 17:28:33,31.00,failed,2,NL,34.71,33.57,21660.02 +1109100882,A Curious World: Tertiary Succession (Canceled),Young Adult,Publishing,GBP,2016-05-27,12000.00,2016-04-25 18:41:01,155.00,canceled,3,GB,223.28,227.04,17577.01 +1109119043,I NEED A BAD BOY,Music Videos,Film & Video,USD,2017-08-20,25000.00,2017-07-22 02:19:49,0.00,failed,0,US,0.00,0.00,25000.00 +1109126621,Boxing Legend Earnie Shavers Autobiography Project,Nonfiction,Publishing,CAD,2015-12-02,32500.00,2015-11-03 05:39:47,0.00,canceled,0,CA,0.00,0.00,24368.30 +1109127547,Prism Photography Show at Emory University Law Library,Photography,Photography,USD,2011-04-05,5000.00,2011-02-04 19:31:58,95.00,canceled,4,US,95.00,95.00,5000.00 +"110913082,""Nepalese Style """"Dumplings"""" (Canceled)"",Drinks,Food,AUD,2014-10-09,1000.00,2014-08-25 07:34:00,1.00,canceled,1,AU,0.93,0.87,870.93" +110913584,Mecenos - the online art selling platform,Art,Art,EUR,2017-03-22,12000.00,2017-02-06 00:24:31,0.00,failed,0,ES,0.00,0.00,12965.96 +1109142614,9/11 widow story (Canceled),Publishing,Publishing,USD,2012-11-18,17000.00,2012-10-19 23:07:57,25.00,canceled,1,US,25.00,25.00,17000.00 +1109164602,Weinie Panini You'll be hard pressed to find a better Weinie,Restaurants,Food,USD,2017-03-18,40000.00,2017-02-16 05:51:28,785.00,failed,7,US,0.00,785.00,40000.00 +1109164913,The Farmstead Goat Creamery,Food,Food,USD,2014-11-07,5000.00,2014-10-21 16:33:08,9668.00,successful,134,US,9668.00,9668.00,5000.00 +1109166492,HONKY TONK HEAVEN - The Story of the Broken Spoke,Documentary,Film & Video,USD,2015-11-12,60000.00,2015-10-12 17:54:43,62668.00,successful,253,US,62668.00,62668.00,60000.00 +1109169135,sundays zine: east coast skateboarding,Photography,Photography,USD,2010-08-11,500.00,2010-07-28 16:27:19,0.00,failed,0,US,0.00,0.00,500.00 +1109170308,Crystal Ball Tarot Cards,Product Design,Design,USD,2017-12-21,400.00,2017-11-11 08:38:17,56.00,failed,1,US,56.00,56.00,400.00 +1109180275,Tell Yourself The Truth,Nonfiction,Publishing,USD,2015-10-04,5000.00,2015-09-04 02:46:18,0.00,failed,0,US,0.00,0.00,5000.00 +1109197929,DRAGONS! Scaled Dragon Eggs and Awesome SKULLS!!,Sculpture,Art,CAD,2013-11-18,1000.00,2013-11-04 04:46:41,2036.00,successful,29,CA,1952.10,1931.51,948.68 +"1109200302,""Aurora Borealis, Alaska Time-Lapse Adventure"",Film & Video,Film & Video,USD,2013-03-06,5000.00,2013-02-02 23:52:34,5547.00,successful,74,US,5547.00,5547.00,5000.00" +1109200889,Earth's Greatest Guitar Pick - Hand Made In USA,Music,Music,USD,2017-09-05,555.00,2017-08-22 03:11:37,776.00,successful,25,US,214.00,776.00,555.00 +1109210482,WHOLE CLOTHES,Apparel,Fashion,USD,2016-06-25,70.00,2016-05-26 02:26:18,0.00,failed,0,US,0.00,0.00,70.00 +"1109218480,""Candle M (marble) - scented, natural candle - made in Paris"",Candles,Crafts,EUR,2017-01-31,1000.00,2017-01-12 07:05:53,445.00,failed,11,FR,52.75,477.98,1074.10" +1109219989,WMETT- Wireless Mobile Electronic Transaction Terminal,Gadgets,Technology,USD,2015-03-09,12000.00,2015-02-27 22:39:29,1.00,canceled,1,US,1.00,1.00,12000.00 +110922994,The Veterans Photo Project: Free photo classes to Brooklyn's homeless veterans,Photography,Photography,USD,2010-11-01,1200.00,2010-10-05 20:40:53,1200.00,successful,14,US,1200.00,1200.00,1200.00 +"1109234649,The Adventures of CT; The Children's Books for Adults,Fiction,Publishing,USD,2012-12-15,7000.00,2012-11-15 15:20:14,0.00,failed,0,US,0.00,0.00,7000.00" +1109248915,I am writing a book: BEING IN BUSINESS,Nonfiction,Publishing,USD,2013-07-31,1500.00,2013-06-01 05:25:45,25.00,failed,1,US,25.00,25.00,1500.00 +1109255033,Invéntame,Latin,Music,USD,2016-08-04,20000.00,2016-07-05 17:04:06,0.00,failed,0,US,0.00,0.00,20000.00 +1109256244,Upcycled WORLD WAR II fuel cans - for a repurpose.,Product Design,Design,DKK,2015-12-16,250000.00,2015-11-16 17:19:07,38.00,canceled,2,DK,5.48,5.52,36307.13 +1109258082,Deacon Giles Distillery - Headed to the Dark Side,Drinks,Food,USD,2016-04-04,15000.00,2016-03-10 15:45:57,18942.13,successful,118,US,18942.13,18942.13,15000.00 +1109269498,Under Construction (Canceled),Apps,Technology,USD,2015-05-09,25000.00,2015-03-25 16:38:09,1060.00,canceled,4,US,1060.00,1060.00,25000.00 +1109270299,Beyond Jupiter's Kneecaps the novel,Fiction,Publishing,USD,2014-07-05,2000.00,2014-06-05 18:35:48,550.00,failed,3,US,550.00,550.00,2000.00 +1109281970,SGG's A COLORED IMAGE OF THE SUN,Dance,Dance,USD,2013-01-14,2000.00,2013-01-03 01:45:19,2109.00,successful,44,US,2109.00,2109.00,2000.00 +1109288050,Belize 2.1: A Documentary,Documentary,Film & Video,USD,2012-05-22,1600.00,2012-03-23 20:03:11,271.51,failed,7,US,271.51,271.51,1600.00 +1109292843,Magic Max,Video Games,Games,USD,2012-06-28,12000.00,2012-05-29 22:23:42,6.00,failed,2,US,6.00,6.00,12000.00 +1109297992,Symphony of 1000: Be a part of it!,Classical Music,Music,USD,2014-01-23,4000.00,2013-12-24 21:40:33,162.00,failed,4,US,162.00,162.00,4000.00 +"11093052,""""""Lily's Touch"""" Australian Historical Fiction"",Young Adult,Publishing,AUD,2018-01-24,2500.00,2017-12-15 06:07:36,404.00,live,8,AU,78.18,318.06,1968.19" +1109307044,Therapy Decks: Playing Cards for Speech and Language Therapy,Playing Cards,Games,USD,2016-03-02,8000.00,2016-02-01 01:42:53,3433.00,failed,29,US,3433.00,3433.00,8000.00 +1109307996,Memories of Mother Teresa - Photographic exhibition 2016,People,Photography,GBP,2016-07-12,6500.00,2016-05-13 17:07:59,6933.00,successful,42,GB,9894.86,9264.51,8685.89 +1109313519,iMigraine,Apps,Technology,NOK,2015-05-01,100000.00,2015-03-02 21:18:22,330.00,failed,8,NO,43.02,44.18,13387.78 +1109317709,Money to Start Art,Illustration,Art,USD,2015-11-04,10000.00,2015-10-05 17:33:44,10.00,failed,1,US,10.00,10.00,10000.00 +1109332727,Amazing Arctic,Young Adult,Publishing,NOK,2015-05-03,60000.00,2015-04-27 17:50:14,5.00,failed,1,NO,0.64,0.67,8032.67 +"1109333250,""""""The Regulars"""" Documentary"",Documentary,Film & Video,USD,2013-12-31,5000.00,2013-11-18 15:58:06,795.00,failed,16,US,795.00,795.00,5000.00" +1109336030,Trickle Down (best outside Game),Live Games,Games,USD,2015-08-29,20000.00,2015-07-30 14:39:45,0.00,failed,0,US,0.00,0.00,20000.00 +1109341547,Project Ventura,Product Design,Design,USD,2013-03-19,5000.00,2013-02-07 19:57:10,5861.00,successful,69,US,5861.00,5861.00,5000.00 +1109342934,How Deep the Love: An ode to hymns,Music,Music,USD,2013-12-18,2200.00,2013-11-18 23:04:16,166.00,failed,9,US,166.00,166.00,2200.00 +110934362,Min Maxx Wallet,Fashion,Fashion,USD,2013-12-22,500.00,2013-11-18 19:01:12,1099.00,successful,77,US,1099.00,1099.00,500.00 +1109349382,Help me attend Oxford Corset Conference & create a new line!,Couture,Fashion,CAD,2015-04-10,1400.00,2015-03-23 22:34:26,20.00,failed,1,CA,15.92,15.79,1105.50 +1109353247,Food Forest Starter Kits,Community Gardens,Food,AUD,2016-12-12,20000.00,2016-11-12 12:08:50,200.00,canceled,1,AU,152.38,146.63,14662.76 +1109373840,Culture Quest (Canceled),Documentary,Film & Video,USD,2013-04-13,100000.00,2013-03-12 10:45:49,2547.00,canceled,15,US,2547.00,2547.00,100000.00 +1109383438,The Apps Guide,Journalism,Journalism,USD,2012-06-21,1000.00,2012-05-22 01:14:36,1.00,failed,1,US,1.00,1.00,1000.00 +1109385136,Finding Monsters - A Young Adult Fantasy Novel,Fiction,Publishing,USD,2012-07-21,4272.00,2012-06-21 22:26:09,498.00,failed,11,US,498.00,498.00,4272.00 +"1109396342,""""""4 the Daemon"""" : a feature movie."",Film & Video,Film & Video,EUR,2016-11-22,50.00,2016-10-23 21:53:30,1.00,failed,1,FR,1.09,1.06,52.96" +"110940070,""Sweet Revenge - Tilt, Tap, Swing and Shoot Candy - for iOS"",Mobile Games,Games,USD,2014-12-19,2500.00,2014-12-04 23:13:46,2538.00,successful,13,US,2538.00,2538.00,2500.00" +1109405898,Sub Underground and beyond (Canceled),Performance Art,Art,USD,2014-12-31,2000.00,2014-12-01 17:38:23,215.00,canceled,5,US,215.00,215.00,2000.00 +1109408359,Ola Halén NackSkott,Metal,Music,SEK,2015-03-25,35000.00,2015-02-24 15:47:22,1115.00,failed,4,SE,133.05,129.91,4077.78 +1109412892,Ticket Tap,Apps,Technology,USD,2017-07-20,5000.00,2017-06-30 16:50:06,110.00,failed,3,US,0.00,110.00,5000.00 +1109413168,Legacy Acres Events Repairs & Updates,Architecture,Design,USD,2016-04-19,45000.00,2016-03-10 01:52:45,1356.00,failed,9,US,1356.00,1356.00,45000.00 +1109416670,Threads by Nomad - Celebrating Diversity through Design,Apparel,Fashion,USD,2016-10-01,20000.00,2016-09-01 14:08:26,22755.00,successful,95,US,0.00,22755.00,20000.00 +1109417112,Dear Bill Bryson: Footnotes from a Small Island,Publishing,Publishing,GBP,2015-05-22,5000.00,2015-04-22 12:30:32,8020.00,successful,263,GB,11939.20,12543.40,7820.08 +1109420032,Briciole di Argilla: Short Film,Shorts,Film & Video,EUR,2017-11-08,1150.00,2017-10-23 17:14:50,1218.00,successful,29,IT,94.28,1419.46,1340.22 +1109423330,Tales From Horsenwelles,Publishing,Publishing,USD,2016-08-26,5000.00,2016-08-16 06:27:26,0.00,failed,0,US,0.00,0.00,5000.00 +1109432346,Handel-Halvorsen Passacaglia: A Music Video,Classical Music,Music,USD,2011-04-22,13192.00,2011-03-27 01:49:50,14439.00,successful,111,US,14439.00,14439.00,13192.00 +110943346,Tunse'al Quick Starts and Side Tracks for Free RPG Day,Tabletop Games,Games,USD,2012-11-26,1250.00,2012-11-01 04:10:07,1453.00,successful,34,US,1453.00,1453.00,1250.00 +1109437398,Marijuana: Everything you Need to Know About Getting High,Documentary,Film & Video,USD,2015-02-06,50000.00,2015-01-07 04:04:54,1.00,failed,1,US,1.00,1.00,50000.00 +11094495,The Bump Bed - Double Decker Art Car - Burning Man 2014!,Public Art,Art,USD,2014-08-13,4500.00,2014-07-15 19:07:56,5166.00,successful,23,US,5166.00,5166.00,4500.00 +1109450833,eating like you mean it,Cookbooks,Food,GBP,2014-09-22,15000.00,2014-08-23 17:17:36,5100.00,failed,64,GB,8454.80,8317.30,24462.64 +1109451901,Exclusive Fabric Cutting Dies by LoveBug Studios,Quilts,Crafts,USD,2017-10-25,17000.00,2017-09-25 14:58:54,29537.00,successful,227,US,305.00,29537.00,17000.00 +1109454701,Shelvy - Remind me now | Store your food safely,Apps,Technology,EUR,2017-01-13,9000.00,2016-12-09 13:07:07,261.00,failed,9,ES,79.75,278.25,9594.88 +1109457371,A Place for Pretzels,Restaurants,Food,USD,2015-08-05,100000.00,2015-07-06 21:23:34,0.00,failed,0,US,0.00,0.00,100000.00 +"110946626,""""""BOOKIE THE ROBOT KID"""" vol 1"",Children's Books,Publishing,USD,2015-02-25,1800.00,2015-01-26 22:12:02,11.00,failed,2,US,11.00,11.00,1800.00" +1109469143,Garden with Moxie,Community Gardens,Food,USD,2014-09-17,10000.00,2014-08-18 19:28:56,165.00,failed,6,US,165.00,165.00,10000.00 +1109470437,For the Love of Cinema (Short Film),Drama,Film & Video,AUD,2017-09-26,1500.00,2017-07-28 07:47:00,2053.00,successful,29,AU,0.00,1607.80,1174.72 +1109474459,A 2D Animation Pilot will bring Magic to our Toy! (Suspended),Animation,Film & Video,USD,2011-09-08,2000.00,2011-07-25 20:54:59,0.00,suspended,0,US,0.00,0.00,2000.00 +1109476415,3.8% keyboard (Canceled),Technology,Technology,USD,2015-06-28,5700.00,2015-05-29 20:35:03,1544.00,canceled,35,US,1544.00,1544.00,5700.00 +1109478903,Planetillary (Planetary Artillery),Video Games,Games,AUD,2015-02-25,2000.00,2015-01-26 22:42:28,41.00,failed,5,AU,32.43,32.10,1565.68 +1109492791,Please join with Red June in recording our second album,Country & Folk,Music,USD,2011-12-01,8000.00,2011-10-19 23:20:18,9495.00,successful,168,US,9495.00,9495.00,8000.00 +1109498891,EarthWallet...the bamboo wallet your planet would use,Product Design,Design,USD,2013-03-04,10000.00,2013-02-02 01:26:37,50.00,canceled,2,US,50.00,50.00,10000.00 +1109500644,Batman Origins,Webseries,Film & Video,USD,2015-04-11,200000.00,2015-02-10 22:07:56,1.00,failed,1,US,1.00,1.00,200000.00 +"1109504030,""I Geek, therefore I am"",Web,Journalism,GBP,2016-02-25,500.00,2016-01-26 23:59:17,2.00,failed,2,GB,2.86,2.80,698.84" +11095047,Creating Grandma's Best,Film & Video,Film & Video,USD,2014-03-12,2000.00,2014-01-11 01:44:17,0.00,failed,0,US,0.00,0.00,2000.00 +1109526482,The Fusion Pack. A Battery Pack with Personality and Power,Hardware,Technology,USD,2014-02-17,45000.00,2014-01-18 18:11:23,3608.00,canceled,103,US,3608.00,3608.00,45000.00 +1109526536,Complete Shave Subscription by Cardinham Killigrew,Fashion,Fashion,USD,2017-11-25,500.00,2017-10-26 14:14:13,189.00,failed,3,US,50.00,189.00,500.00 +1109532059,Brenda Jo's Gourmet Nana Pudding,Small Batch,Food,USD,2015-12-02,30000.00,2015-11-02 01:35:28,0.00,failed,0,US,0.00,0.00,30000.00 +1109537303,Co-opoly: The Game of Cooperatives,Tabletop Games,Games,USD,2011-10-02,8800.00,2011-08-03 17:00:25,9266.01,successful,176,US,9266.01,9266.01,8800.00 +1109540798,Honeybee Candle Company startup,Candles,Crafts,USD,2015-03-28,4500.00,2015-02-26 20:03:19,25.00,failed,1,US,25.00,25.00,4500.00 +1109543634,'AlwaysOn' 5pee (for scale),Fine Art,Photography,GBP,2014-11-05,200.00,2014-09-06 01:24:05,4.00,failed,2,GB,6.58,6.33,316.39 +110954453,The Gift Giver,Children's Books,Publishing,USD,2015-10-05,3500.00,2015-08-06 07:22:24,1245.00,failed,14,US,1245.00,1245.00,3500.00 +"1109552066,""""""A Penny Earned"""" - short film"",Film & Video,Film & Video,USD,2011-05-03,10800.00,2011-02-25 17:02:19,1708.00,failed,15,US,1708.00,1708.00,10800.00" +1109553213,Put Yourself In My Shoes,Tabletop Games,Games,USD,2017-10-31,35000.00,2017-10-01 09:08:58,156.00,failed,2,US,78.00,156.00,35000.00 +1109563335,FLIP THE SCRIPT,Hip-Hop,Music,USD,2012-06-25,4500.00,2012-05-11 18:56:53,5048.16,successful,103,US,5048.16,5048.16,4500.00 +1109565358,Mapping a Colombian national scenic trail,Nonfiction,Publishing,USD,2014-06-26,7000.00,2014-05-27 00:43:35,0.00,failed,0,US,0.00,0.00,7000.00 +"1109566415,""""""Strangers and Other Angels"""": Colombari in Harlem"",Theater,Theater,USD,2010-12-10,3000.00,2010-11-11 19:42:00,3425.00,successful,50,US,3425.00,3425.00,3000.00" +1109569737,Brooklyn City Apparel,Apparel,Fashion,USD,2016-01-23,10000.00,2015-12-24 01:21:25,0.00,failed,0,US,0.00,0.00,10000.00 +1109569763,Homemade Knitted Harry Potter Scarves,Public Art,Art,EUR,2017-04-14,250.00,2017-03-18 13:44:47,95.00,failed,4,IE,53.87,101.63,267.45 +1109573730,Third Space Media — A Video Streaming Platform for Us by Us,Webseries,Film & Video,USD,2017-10-31,25000.00,2017-09-30 03:09:08,27210.00,successful,257,US,4408.00,27210.00,25000.00 +1109580100,teach me teach you Korean!-Experience the CHANCE-opportunity,Events,Food,USD,2014-12-01,3500.00,2014-10-22 18:08:47,150.00,failed,3,US,150.00,150.00,3500.00 +1109580251,The Mask of Zorro Movie Posters,Graphic Design,Design,USD,2014-05-10,5000.00,2014-04-18 18:00:39,5386.00,successful,27,US,5386.00,5386.00,5000.00 +1109582624,Project Lodus - A Cyberpunk Co-op Action RPG,Video Games,Games,USD,2012-08-14,50000.00,2012-07-10 22:26:13,51200.51,successful,470,US,51200.51,51200.51,50000.00 +1109589648,Rescuties! VR: Save the day with your HTC Vive/Oculus Rift!,Video Games,Games,USD,2016-06-10,8483.00,2016-05-11 22:06:08,8691.00,successful,184,US,8691.00,8691.00,8483.00 +1109592227,Valor Coffee,Drinks,Food,USD,2016-09-14,10000.00,2016-08-15 16:00:27,10065.00,successful,68,US,480.00,10065.00,10000.00 +"110959899,""42tea a perfect tea, to your taste!"",Drinks,Food,USD,2016-09-26,15000.00,2016-08-27 22:01:11,15358.00,successful,120,US,1652.00,15358.00,15000.00" +1109600808,STARSLAM 2 - Superhero Erotica Graphic Novel ADULTS ONLY!,Graphic Novels,Comics,USD,2016-05-19,1200.00,2016-04-19 17:17:52,3850.00,successful,117,US,3850.00,3850.00,1200.00 +1109604890,Workout Buddyz,Web,Technology,CAD,2014-09-26,15000.00,2014-08-27 17:25:30,0.00,failed,0,CA,0.00,0.00,13498.92 +1109608289,Flip flop creations,Crafts,Crafts,USD,2015-02-14,1000.00,2015-01-20 20:09:31,0.00,failed,0,US,0.00,0.00,1000.00 +1109613991,Webbwood Furniture,Product Design,Design,USD,2017-03-22,10000.00,2017-02-08 01:51:10,3067.00,failed,18,US,1195.00,3067.00,10000.00 +1109614355,Raising Money to get Doing Time to #1 on the blues charts,Music,Music,USD,2011-11-07,3000.00,2011-10-08 22:20:11,0.00,failed,0,US,0.00,0.00,3000.00 +"1109621951,""""""The Mecca"""" Snapback Hat by The GODS NY Brand"",Fashion,Fashion,USD,2013-06-29,1460.00,2013-05-30 01:46:19,0.00,failed,0,US,0.00,0.00,1460.00" +1109624676,The Kick Signal,Product Design,Design,USD,2014-01-18,10000.00,2013-12-19 23:51:39,16.00,failed,4,US,16.00,16.00,10000.00 +1109624763,Turning my passion into a job,Places,Photography,USD,2015-03-23,10000.00,2015-01-23 00:17:45,1.00,failed,1,US,1.00,1.00,10000.00 +1109630091,Low Poly City Builder,Architecture,Design,USD,2016-10-03,4800.00,2016-08-04 21:47:15,1779.00,failed,20,US,686.00,1779.00,4800.00 +1109630754,OUR MISSION Which we have chosen to accept,Art,Art,USD,2014-02-17,5000.00,2013-12-19 22:10:34,1.00,failed,1,US,1.00,1.00,5000.00 +1109631371,The Machine ep.2 (Canceled),Webseries,Film & Video,USD,2011-08-26,5000.00,2011-05-28 22:29:35,460.00,canceled,3,US,460.00,460.00,5000.00 +1109631411,Le Prestige Magazine,Publishing,Publishing,SEK,2016-05-20,500000.00,2016-04-20 16:29:13,0.00,failed,0,SE,0.00,0.00,59938.38 +1109633804,Dawn of The Guardian: A Fantasy-Fiction Novel,Children's Books,Publishing,AUD,2016-04-01,14000.00,2016-03-02 13:58:30,14024.00,successful,38,AU,9990.28,10771.12,10752.69 +110963464,The Adventures of Teddy Longlegs,Children's Books,Publishing,USD,2016-03-09,3000.00,2016-02-08 05:34:59,0.00,failed,0,US,0.00,0.00,3000.00 +110963589,Lady Rabin Designs,Mixed Media,Art,USD,2015-03-09,300.00,2015-02-07 04:58:25,550.00,successful,10,US,550.00,550.00,300.00 +"1109648907,""""""The Doctor"""" (a short comedy, time-traveling film)"",Shorts,Film & Video,USD,2011-08-17,1600.00,2011-07-18 03:54:16,332.00,failed,12,US,332.00,332.00,1600.00" +1109653060,Halloween Critter Enamel Pins,Graphic Design,Design,USD,2017-09-02,480.00,2017-08-15 00:53:56,4684.00,successful,119,US,320.00,4684.00,480.00 +1109653961,VIVO Solar Bag,Wearables,Technology,USD,2014-09-16,2500.00,2014-08-26 23:53:33,3499.00,successful,82,US,3499.00,3499.00,2500.00 +1109661153,Life After Flash (Canceled),Documentary,Film & Video,GBP,2015-03-09,250000.00,2015-02-05 11:46:27,1324.00,canceled,40,GB,2006.50,1956.99,369521.84 +1109663258,Confab (a web-series),Webseries,Film & Video,USD,2011-12-24,4500.00,2011-11-08 17:38:28,4815.00,successful,108,US,4815.00,4815.00,4500.00 +1109667847,100 Days of Plants,Illustration,Art,USD,2017-07-08,650.00,2017-06-23 19:32:48,1140.00,successful,32,US,920.00,1140.00,650.00 +11096680,Shmorgle: Review Random Products You Never Bought,Web,Technology,USD,2015-10-31,10000.00,2015-09-02 00:35:42,102.00,failed,3,US,102.00,102.00,10000.00 +1109672872,Warfield - Feature Film Written & Directed by Mira Gibson,Narrative Film,Film & Video,USD,2011-10-31,3000.00,2011-10-02 00:52:22,3422.00,successful,37,US,3422.00,3422.00,3000.00 +110967375,3DMMD,Digital Art,Art,USD,2015-08-21,760.00,2015-07-20 22:37:19,0.00,failed,0,US,0.00,0.00,760.00 +1109676828,Fiji Water to Sweden,Drinks,Food,SEK,2016-09-01,350000.00,2016-08-11 07:38:06,0.00,canceled,0,SE,0.00,0.00,40814.42 +1109683776,Ginger Ape (Suspended),Thrillers,Film & Video,USD,2015-02-18,7000.00,2015-01-19 20:10:53,10.00,suspended,1,US,10.00,10.00,7000.00 +1109687558,Bikenomics and the Dinner & Bikes Tour,Nonfiction,Publishing,USD,2013-11-02,4000.00,2013-10-03 19:48:46,4320.02,successful,122,US,4320.02,4320.02,4000.00 +1109694604,ROCHESSA: Redefining luxury footwear,Footwear,Fashion,AUD,2015-11-12,25000.00,2015-10-14 00:18:47,6910.00,failed,43,AU,5071.34,4933.25,17848.22 +1109697062,Learn Something Everyday! (Canceled),Performance Art,Art,USD,2014-09-11,5000.00,2014-08-12 16:27:10,806.00,canceled,5,US,806.00,806.00,5000.00 +110969761,Help fund my book: BORN TO RUN / Athletes of the Iditarod,Photography,Photography,USD,2012-07-20,12000.00,2012-06-20 23:15:42,29545.00,successful,337,US,29545.00,29545.00,12000.00 +110970446,Got Milk?,Food,Food,USD,2013-06-29,15000.00,2013-05-30 21:10:37,2430.00,failed,26,US,2430.00,2430.00,15000.00 +1109707850,Red Nebula,Science Fiction,Film & Video,USD,2015-05-26,3000.00,2015-04-23 08:24:05,3091.00,successful,43,US,3091.00,3091.00,3000.00 +1109707997,Support Valedictorian's New Record!,Rock,Music,USD,2011-08-27,500.00,2011-07-23 16:32:14,175.00,failed,4,US,175.00,175.00,500.00 +1109709471,New Ulm Community Market and Cooperative,Food,Food,USD,2014-07-01,15000.00,2014-06-01 19:00:28,2927.00,failed,38,US,2927.00,2927.00,15000.00 +1109711210,EBear & Flock,Animation,Film & Video,USD,2014-04-21,1000.00,2014-02-20 21:24:56,1.00,failed,1,US,1.00,1.00,1000.00 +1109720375,Common Ground Brewing - Beer brewing at it's finest,Drinks,Food,USD,2015-06-18,7500.00,2015-04-19 20:10:18,430.00,failed,3,US,430.00,430.00,7500.00 +1109722172,GBS Detroit Presents Read 'Em and Weep,Indie Rock,Music,USD,2013-03-21,1200.00,2013-03-04 22:44:24,2335.00,successful,55,US,2335.00,2335.00,1200.00 +1109724209,The Valor Project: World War II Stories from the Philippines,Mixed Media,Art,USD,2014-04-04,30000.00,2014-03-05 09:02:07,7787.50,failed,85,US,7787.50,7787.50,30000.00 +1109726081,The Great Loop,Photography,Photography,USD,2011-04-15,5000.00,2011-03-15 21:27:40,5355.00,successful,52,US,5355.00,5355.00,5000.00 +1109729534,The Crooked Road Ramblers: Mule to Ride,Country & Folk,Music,USD,2013-06-07,850.00,2013-05-08 03:23:44,870.00,successful,33,US,870.00,870.00,850.00 +1109733524,Naked Montreal,Fiction,Publishing,USD,2012-09-02,1500.00,2012-08-16 19:56:10,95.00,failed,4,US,95.00,95.00,1500.00 +1109737363,The Arte Mephitic,Fiction,Publishing,GBP,2016-11-30,2000.00,2016-10-31 08:55:02,6055.00,successful,231,GB,308.39,7643.56,2524.71 +1109737696,GOLI: The Little Duo That Could,Music,Music,USD,2015-07-12,6000.00,2015-06-12 02:48:21,12310.00,successful,217,US,12310.00,12310.00,6000.00 +1109755879,Guysht.com,Web,Journalism,USD,2016-05-28,8000.00,2016-04-28 23:46:18,0.00,failed,0,US,0.00,0.00,8000.00 +110976130,Maya Beiser: E L S E W H E R E ,Music,Music,USD,2011-05-20,40000.00,2011-04-05 22:03:58,1525.00,failed,3,US,1525.00,1525.00,40000.00 +1109767310,Gluten Free Angel's Cafe * Bakery * Espresso,Food,Food,USD,2015-08-15,20000.00,2015-07-06 18:53:31,400.00,failed,11,US,400.00,400.00,20000.00 +110976745,Club Confessions: 12 Most Wanted Tracks,Electronic Music,Music,USD,2015-05-28,3000.00,2015-04-28 22:53:47,1.00,failed,1,US,1.00,1.00,3000.00 +1109774521,Batelgorne: World of War Games. A tech based card game.,Video Games,Games,USD,2014-05-09,35000.00,2014-04-19 02:56:22,271.00,failed,3,US,271.00,271.00,35000.00 +1109780147,Human Escape Video Game,Video Games,Games,USD,2017-04-21,200.00,2017-03-21 23:42:19,34.00,failed,11,US,12.00,34.00,200.00 +1109780867,NIGHTMARE,Narrative Film,Film & Video,USD,2012-03-24,3500.00,2012-02-08 02:35:59,4295.00,successful,44,US,4295.00,4295.00,3500.00 +110978261,Why We March,Documentary,Film & Video,USD,2017-01-11,11250.00,2016-11-12 18:03:59,209.00,failed,6,US,0.00,209.00,11250.00 +1109787266,Unsubscribe,Documentary,Film & Video,USD,2017-12-16,1000.00,2017-11-16 22:43:39,1045.00,successful,18,US,0.00,1045.00,1000.00 +1109787984,Bringing The Bayou To CU: Louie's BBQ Finds A Home!,Food,Food,USD,2012-09-14,30000.00,2012-08-15 19:28:55,205.00,failed,6,US,205.00,205.00,30000.00 +"1109790997,""The JJK, Revolutionary New Design Electric Guitar"",Music,Music,USD,2015-07-22,10000.00,2015-06-22 00:51:03,1371.00,failed,8,US,1371.00,1371.00,10000.00" +1109791998,Where We Come From,Photography,Photography,USD,2012-05-03,2500.00,2012-04-03 07:12:23,10.00,failed,1,US,10.00,10.00,2500.00 +110979535,Kings of streets LA – is a breathtaking board game,Tabletop Games,Games,CAD,2016-01-10,50000.00,2015-12-12 22:08:22,159.00,canceled,3,CA,116.61,109.49,34430.52 +1109804025,EVU (EinerVonUns) Free T-Shirts 4 the people,Fashion,Fashion,EUR,2017-08-28,9387.00,2017-07-29 18:52:06,1.00,failed,1,DE,0.00,1.19,11189.25 +1109808561,28mm Fantasy Dragon,Tabletop Games,Games,GBP,2017-01-16,200.00,2016-12-17 12:56:03,768.00,successful,10,GB,514.87,942.93,245.56 +1109808724,What really happened to Elvis?,Shorts,Film & Video,USD,2012-12-07,1000.00,2012-11-07 21:10:10,1291.11,successful,30,US,1291.11,1291.11,1000.00 +110981130,RAPIRO: The Humanoid Robot Kit for your Raspberry Pi,Hardware,Technology,GBP,2013-08-19,20000.00,2013-06-20 10:01:09,75099.20,successful,402,GB,117342.68,116744.19,31090.66 +110981659,World's First Bluetooth Headset Integrated Charging Case,Technology,Technology,USD,2015-02-11,50000.00,2015-01-07 09:26:32,5040.00,canceled,37,US,5040.00,5040.00,50000.00 +1109823895,Fortress Home - Short Film,Shorts,Film & Video,USD,2016-04-29,8000.00,2016-03-30 01:56:28,8000.00,successful,75,US,8000.00,8000.00,8000.00 +1109827849,Canadian Streets: Homeless Documentary,Documentary,Film & Video,CAD,2016-01-30,5000.00,2015-12-01 03:52:05,176.00,failed,8,CA,131.60,127.99,3636.10 +"1109834981,""THE INHERITORS Graphic Novel, Volume One"",Graphic Novels,Comics,USD,2014-11-12,500.00,2014-10-13 01:02:17,157.00,failed,5,US,157.00,157.00,500.00" +"1109836206,""""""Palmer Park,"""" a play by Joanna McClelland Glass"",Theater,Theater,USD,2011-12-28,4200.00,2011-11-28 15:50:14,1916.00,failed,26,US,1916.00,1916.00,4200.00" +"1109840690,""Low Kalz - Low Calorie, Sugar Free, & Gluten Free BBQ Sauce"",Small Batch,Food,USD,2017-01-20,15000.00,2016-12-21 06:26:35,213.00,failed,7,US,0.00,213.00,15000.00" +1109844236,Eyes So Low (Canceled),Hip-Hop,Music,USD,2011-09-04,1500.00,2011-07-28 06:59:45,90.00,canceled,4,US,90.00,90.00,1500.00 +1109851166,Congrez,Pop,Music,USD,2012-02-06,75000.00,2012-01-07 03:36:20,0.00,failed,0,US,0.00,0.00,75000.00 +1109856918,From Dawson to Jackson Vineyards,Farms,Food,USD,2014-10-02,1000000.00,2014-09-02 23:28:18,25.00,failed,1,US,25.00,25.00,1000000.00 +1109857705,A Little Box of Hope,DIY,Crafts,USD,2014-11-30,1000.00,2014-10-03 18:08:27,30.00,failed,3,US,30.00,30.00,1000.00 +1109858731,Donovan's THRILL-OGY project,Fiction,Publishing,USD,2012-11-15,2500.00,2012-10-03 04:33:53,550.00,failed,6,US,550.00,550.00,2500.00 +1109861838,What A Difference A Game Makes,Shorts,Film & Video,USD,2014-05-16,72200.00,2014-04-11 15:47:59,25.00,failed,1,US,25.00,25.00,72200.00 +110986791,Making dream catchers and Catching Dreams,Conceptual Art,Art,USD,2015-12-28,5000.00,2015-11-16 20:40:28,0.00,failed,0,US,0.00,0.00,5000.00 +"110987259,""""""Not a Children's Story"""" Physical copy + more"",Print,Journalism,USD,2017-09-12,1000.00,2017-08-13 22:44:35,161.00,failed,7,US,80.00,161.00,1000.00" +1109875500,Turtle Crossing Etiquette,Fiction,Publishing,USD,2015-11-04,5000.00,2015-09-05 17:18:33,0.00,failed,0,US,0.00,0.00,5000.00 +"1109877937,""Find """"A Reason to Smile"""""",Comic Books,Comics,USD,2014-04-23,7000.00,2014-03-24 14:37:24,9307.00,successful,168,US,9307.00,9307.00,7000.00" +1109884919,HANDYCOSY® Travel Pillow: A pillow in your handbag,Product Design,Design,HKD,2017-08-07,40000.00,2017-06-08 06:37:57,21228.00,canceled,72,HK,897.62,2714.89,5115.68 +1109895645,Greencollar- Our hole puncher+ Old credit cards=Collar stays,Crafts,Crafts,USD,2015-11-17,50000.00,2015-10-18 03:24:54,132.00,failed,4,US,132.00,132.00,50000.00 +"1109899677,""""""Circles"""" Music Video!"",Electronic Music,Music,USD,2012-08-22,5000.00,2012-07-23 06:25:23,5677.00,successful,59,US,5677.00,5677.00,5000.00" +1109901929,Caddy-Board,DIY Electronics,Technology,USD,2015-01-16,23700.00,2014-12-17 23:07:47,2058.00,failed,63,US,2058.00,2058.00,23700.00 +1109906726,Imposiball,Video Games,Games,EUR,2016-10-07,1200.00,2016-09-07 09:09:31,1.00,failed,1,ES,0.00,1.11,1336.79 +1109909991,RECOIL - Finishing Funds,Film & Video,Film & Video,USD,2012-10-02,3500.00,2012-09-18 21:02:08,4887.00,successful,67,US,4887.00,4887.00,3500.00 +1109911082,The SUP Movie,Action,Film & Video,USD,2014-09-12,25000.00,2014-08-13 21:44:48,34000.92,successful,275,US,34000.92,34000.92,25000.00 +1109913205,Zombie Apocalypse Pin-up Calendar (& Prints),Mixed Media,Art,USD,2014-07-22,3500.00,2014-06-07 00:55:37,18.00,failed,2,US,18.00,18.00,3500.00 +1109913330,Limited Edition Flower Mill T-Shirts!,Fashion,Fashion,USD,2014-04-18,2000.00,2014-03-18 23:41:19,772.00,failed,18,US,772.00,772.00,2000.00 +1109919341,The Hotel Carlos,Music,Music,USD,2011-09-05,2500.00,2011-07-22 20:17:21,25.00,failed,1,US,25.00,25.00,2500.00 +1109927433,The Chronicles of Starlyn,Fiction,Publishing,USD,2014-06-02,800.00,2014-05-03 02:50:21,54.00,failed,4,US,54.00,54.00,800.00 +1109935274,IceCreamDreams,Food,Food,NZD,2014-10-20,50000.00,2014-10-01 10:35:05,147.00,failed,4,NZ,114.29,115.47,39274.21 +1109936278,Star Trek-Inspired Wearable Communicator for iOS & Android,Hardware,Technology,USD,2014-04-28,20000.00,2014-03-12 03:23:15,28451.01,successful,274,US,28451.01,28451.01,20000.00 +"1109936951,""ModCube - Part Tokens, Part Dice, Fully Modular!"",Tabletop Games,Games,USD,2015-06-06,15000.00,2015-05-05 14:40:59,46761.00,successful,740,US,46761.00,46761.00,15000.00" +1109939169,Drunk Shakespeare,Theater,Theater,USD,2014-03-07,10000.00,2014-02-19 20:43:10,10185.00,successful,121,US,10185.00,10185.00,10000.00 +1109940287,THE INTERNET (prop replica) (Elder Sanctioned and Approved),Art,Art,USD,2015-02-12,100.00,2015-01-13 19:41:20,100.00,successful,3,US,100.00,100.00,100.00 +110994130,The World of Mistrunner,Tabletop Games,Games,USD,2011-07-07,2000.00,2011-05-08 15:57:27,2447.21,successful,70,US,2447.21,2447.21,2000.00 +1109960542,Henry Mc'Bane (relaunched),Film & Video,Film & Video,GBP,2014-10-10,500.00,2014-09-10 08:12:41,0.00,failed,0,GB,0.00,0.00,801.71 +1109964401,Sixty Mile Sky,Tabletop Games,Games,USD,2017-08-15,1400.00,2017-08-01 15:00:10,3076.00,successful,96,US,420.00,3076.00,1400.00 +1109968475,Hunter's Moon Remastered,Video Games,Games,GBP,2017-10-29,12500.00,2017-09-29 07:58:41,20070.00,successful,351,GB,13571.23,26309.92,16386.35 +110996856,The Light Clock Mini,Product Design,Design,AUD,2016-09-08,15000.00,2016-08-09 12:00:35,6985.00,failed,57,AU,3259.36,5305.33,11392.98 +1109977712,Katie's Pizza & Pasta,Food,Food,USD,2013-03-15,40000.00,2013-01-30 00:49:23,42827.00,successful,240,US,42827.00,42827.00,40000.00 +1109980939,Rush Slowly—Drop Kick a Memoir Through Publishing Goal,Nonfiction,Publishing,USD,2013-12-20,3500.00,2013-11-20 16:07:02,1695.00,failed,35,US,1695.00,1695.00,3500.00 +110998404,The Freedom Advisor,Web,Journalism,USD,2014-09-27,3000.00,2014-07-29 21:21:34,1.00,failed,1,US,1.00,1.00,3000.00 +"11099846,""Sid Sriram's """"Limitless"""" music video!!!"",Music,Music,USD,2011-03-13,900.00,2011-03-01 02:34:57,900.14,successful,47,US,900.14,900.14,900.00" +1109989339,Hawaii to Florida Orchestra Competition Video,Music Videos,Film & Video,USD,2015-03-02,25000.00,2015-01-07 11:02:11,50.00,failed,1,US,50.00,50.00,25000.00 +1109996900,Macoletta NY,Food,Food,USD,2017-12-23,20000.00,2017-11-08 04:21:44,20575.00,successful,90,US,50.00,20575.00,20000.00 +1109997188,Pick Me! Cocoa Creations,Food,Food,USD,2012-12-27,11000.00,2012-11-27 00:11:50,2306.00,failed,32,US,2306.00,2306.00,11000.00 +110999849,RINGMASTER Will See The Stage After 15 Years!,Theater,Theater,USD,2013-02-16,4000.00,2013-01-25 15:57:13,4181.00,successful,98,US,4181.00,4181.00,4000.00 +1109999270,CK Gospel Choir - Christmas 2016 Album,World Music,Music,GBP,2016-07-22,7500.00,2016-06-22 10:24:14,8055.00,successful,125,GB,3612.58,10548.03,9821.25 +"1109999886,Filmmaking Gear Stolen; Help a Struggling Artist!,Film & Video,Film & Video,USD,2010-01-02,2500.00,2009-11-24 21:37:45,2630.00,successful,19,US,2630.00,2630.00,2500.00" +"1110000372,""Upside Down World - Issue #1 - Comic book, Music, Join Us!"",Anthologies,Comics,USD,2017-03-03,1500.00,2017-01-27 06:42:21,905.00,failed,16,US,395.00,905.00,1500.00" +"1110006259,""Help Publish """"Overcoming White Privilege"",Academic,Publishing,USD,2014-12-14,6000.00,2014-10-30 21:11:13,0.00,failed,0,US,0.00,0.00,6000.00" +1110006378,NJO 40: Nebraska Jazz Orchestra's 40th Anniversary CD,Jazz,Music,USD,2017-04-14,7500.00,2017-03-16 19:53:42,8505.00,successful,42,US,150.00,8505.00,7500.00 +"1110011993,""Out of the Red, Into the Black "",Rock,Music,USD,2010-09-02,4000.00,2010-07-13 20:24:36,4150.00,successful,36,US,4150.00,4150.00,4000.00" +1110014702,The Tiger & the Butterfly,Children's Books,Publishing,USD,2014-11-14,2500.00,2014-10-17 20:43:47,217.00,failed,7,US,217.00,217.00,2500.00 +1110017163,Mortal Sphere (Canceled),Rock,Music,GBP,2013-06-06,2000.00,2013-05-07 19:03:27,15.00,canceled,2,GB,23.36,23.36,3115.22 +1110019650,HorROAR! Playing Cards,Playing Cards,Games,GBP,2016-10-12,6500.00,2016-09-11 02:31:22,8062.65,successful,258,GB,3371.60,9865.95,7953.79 +1110021887,Ken Boyer: A Baseball Biography,Nonfiction,Publishing,USD,2013-08-23,2500.00,2013-07-24 03:32:50,2690.14,successful,43,US,2690.14,2690.14,2500.00 +1110023278,Project Meltdown - Music for Strategy Games,Electronic Music,Music,USD,2012-12-08,500.00,2012-11-08 19:19:06,0.00,failed,0,US,0.00,0.00,500.00 +111002468,JOCK: Female Jockey Documentary,Documentary,Film & Video,USD,2011-12-01,12500.00,2011-10-30 15:20:13,13660.00,successful,138,US,13660.00,13660.00,12500.00 +"1110027152,""Quilts, by Men."",Quilts,Crafts,USD,2015-05-13,2000.00,2015-04-13 05:54:51,20.00,failed,1,US,20.00,20.00,2000.00" +1110038882,Kickstarter Ka ?Uhane Hemolele Album,World Music,Music,USD,2015-06-01,3000.00,2015-04-22 09:13:39,3406.00,successful,27,US,3406.00,3406.00,3000.00 +1110041338,Superhero Boot Camp,Documentary,Film & Video,USD,2011-12-23,10000.00,2011-12-08 19:39:08,46.00,failed,4,US,46.00,46.00,10000.00 +1110043951,Project Riven,Video Games,Games,EUR,2014-08-10,5000.00,2014-06-11 18:38:20,11.00,failed,2,NL,14.95,14.73,6693.98 +1110044984,Ferris the small Squishable Rustacean (Rust mascot plushie),Product Design,Design,USD,2017-07-11,6428.00,2017-06-09 02:12:35,8900.02,successful,358,US,1456.02,8900.02,6428.00 +"111004584,""Hands Up Don't Shoot: United We Fall, Divided we Stand"",Documentary,Film & Video,USD,2014-09-13,100000.00,2014-08-19 10:26:39,0.00,failed,0,US,0.00,0.00,100000.00" +1110057419,look i drew you a baseball calendar!,Illustration,Art,CAD,2014-11-13,1617.00,2014-10-15 17:34:48,4834.00,successful,94,CA,4316.79,4247.06,1420.66 +"1110061152,""Set For The Fall """"Into The Light EP"""" Recording"",Rock,Music,USD,2013-04-27,3000.00,2013-03-28 20:18:29,3165.00,successful,43,US,3165.00,3165.00,3000.00" +1110062814,cacheABLE Kinetic Bluetooth Geocaching,Technology,Technology,GBP,2015-01-11,75000.00,2014-11-27 10:09:46,422.00,failed,15,GB,662.68,640.33,113801.89 +1110063760,Two Commissions: Two Missionary Mandates in Matthew's Gospel,Academic,Publishing,USD,2015-05-01,1000.00,2015-03-31 05:08:28,1713.00,successful,44,US,1713.00,1713.00,1000.00 +"1110069126,""""""Funeral"""" A short film/music video with Dark on Tuesdays"",Shorts,Film & Video,USD,2011-05-14,3500.00,2011-03-14 20:37:03,471.88,failed,8,US,471.88,471.88,3500.00" +1110070327,The Laughing Backpack (World tour and Documentary),Documentary,Film & Video,USD,2016-07-01,5000.00,2016-05-17 18:01:34,5627.99,successful,59,US,5627.99,5627.99,5000.00 +1110079624,SOKS4U - SOCKS SUBSCRIPTION - TRIBUTE TO A KING RICHARD III,Accessories,Fashion,GBP,2015-02-26,12000.00,2015-01-27 10:44:45,22.00,canceled,1,GB,32.99,33.98,18532.53 +1110080480,Sabbath,Photography,Photography,GBP,2014-04-24,3000.00,2014-03-25 01:05:29,20.00,failed,2,GB,32.97,33.62,5042.61 +1110084256,FullSet's Third Studio Album,Country & Folk,Music,EUR,2015-08-03,5000.00,2015-07-14 16:32:43,6178.50,successful,191,IE,6875.86,6759.92,5470.52 +1110086222,Lisboa: Vital Lacerda's New Game of Rebuilding & Influence,Tabletop Games,Games,USD,2016-12-16,50000.00,2016-11-15 16:53:54,277597.50,successful,2854,US,92199.00,277597.50,50000.00 +1110088962,YolkVac - A Super Easy and Fun-to-Use Egg Separator,Product Design,Design,USD,2013-11-12,8400.00,2013-10-22 01:01:26,8838.69,successful,230,US,8838.69,8838.69,8400.00 +11100905,ZMALL ART --- A mall of Art,Art,Art,EUR,2017-01-23,21328.00,2016-12-14 15:48:59,170.00,failed,4,ES,116.99,181.58,22780.48 +1110092051,Downstream Chimp,Documentary,Film & Video,GBP,2013-04-08,400.00,2013-03-29 18:28:25,560.00,successful,23,GB,848.20,860.20,614.43 +1110098475,AERRO: Athletic Pants and Shorts with Next Generation Fabric,Apparel,Fashion,CAD,2014-07-22,10000.00,2014-06-12 00:54:56,2436.00,canceled,35,CA,2233.74,2262.26,9286.78 +1110099327,The State Turns It’s Back to Personal Care Home Owners,Publishing,Publishing,USD,2015-09-09,55000.00,2015-08-10 22:29:16,0.00,failed,0,US,0.00,0.00,55000.00 +11101143,FLORIDA RICE in the USA,Food,Food,USD,2014-09-12,30000.00,2014-07-29 19:41:04,8.00,failed,2,US,8.00,8.00,30000.00 +111011803,Suspended Animation: Burning Man 2010 Metropolis,Performance Art,Art,USD,2010-08-28,500.00,2010-08-10 07:22:36,510.00,successful,20,US,510.00,510.00,500.00 +111012194,Kanata Co.,Fashion,Fashion,CAD,2017-08-16,5000.00,2017-06-27 02:23:41,21.00,failed,3,CA,9.05,16.59,3950.38 +"1110127710,""Range. Smart thermometer, smarter kitchen. (for iPhone/iPad)"",Food,Food,USD,2013-08-30,90000.00,2013-07-24 18:31:13,177553.50,successful,2156,US,177553.50,177553.50,90000.00" +1110127768,Arcana: Tabletop Roleplaying Game,Tabletop Games,Games,AUD,2016-10-20,30500.00,2016-09-20 07:53:43,328.00,failed,11,AU,22.60,250.25,23270.01 +1110129797,ISOLATED - a documentary film about surfing & peace,Documentary,Film & Video,USD,2013-04-18,10000.00,2013-03-26 23:51:41,1173.00,failed,22,US,1173.00,1173.00,10000.00 +1110138118,KOMATSU ROCK - NEW STUDIO ALBUM (Canceled),Rock,Music,EUR,2015-01-02,4500.00,2014-11-03 12:15:43,58.00,canceled,3,NL,72.64,69.85,5419.34 +1110141910,Seth Boyer - The Pre-Exodus (EP),Country & Folk,Music,USD,2012-05-24,2000.00,2012-04-24 23:02:52,2440.06,successful,68,US,2440.06,2440.06,2000.00 +1110142099,Smart Diaper Bag: Save Time | Save Brain Power | On-The-Go,Product Design,Design,USD,2017-08-19,10000.00,2017-07-20 16:09:29,24047.00,successful,216,US,562.00,24047.00,10000.00 +111016121,State of the Art Modern Photo Studio,Photography,Photography,USD,2015-06-26,10000.00,2015-05-27 19:22:12,0.00,failed,0,US,0.00,0.00,10000.00 +1110164893,Help the Cordials make our first album!,Music,Music,USD,2012-12-17,2500.00,2012-11-17 01:04:09,3778.00,successful,51,US,3778.00,3778.00,2500.00 +1110166740,In The Game - Take a Stand for Girls!,Film & Video,Film & Video,USD,2011-04-16,10000.00,2011-03-01 22:47:24,11231.00,successful,94,US,11231.00,11231.00,10000.00 +1110174601,A Brilliant Blue,Shorts,Film & Video,GBP,2014-01-05,800.00,2013-12-06 17:43:28,910.00,successful,28,GB,1490.41,1493.25,1312.75 +1110190914,This shirt reheats what! (Podz Gear™) = TRUE WARMTH,Design,Design,USD,2014-11-05,5000.00,2014-10-06 02:42:14,261.00,failed,4,US,261.00,261.00,5000.00 +1110190997,The SNOWMAN - original horror screenplay,Graphic Novels,Comics,USD,2018-01-01,15000.00,2017-12-02 03:35:37,0.00,failed,0,US,0.00,0.00,15000.00 +1110191515,Road Carriers Local 707 Teamsters Pension Investigation,Journalism,Journalism,USD,2015-10-17,50000.00,2015-09-17 18:28:39,9435.00,failed,11,US,9435.00,9435.00,50000.00 +1110192433,I'm Creating Cute Things,Art,Art,USD,2014-08-07,50.00,2014-07-08 21:38:18,50.00,successful,2,US,50.00,50.00,50.00 +1110201426,Boswell Pioneer Drum Line - Dayton Bound!,World Music,Music,USD,2015-10-06,3500.00,2015-09-06 23:07:08,3525.00,successful,33,US,3525.00,3525.00,3500.00 +"1110213374,""Trims, Frills and Furbelows"",Fashion,Fashion,AUD,2016-12-19,5000.00,2016-11-19 08:07:09,14041.00,successful,172,AU,705.90,10069.56,3585.77" +1110219928,Maria Luisa Designer Jewelry,Fashion,Fashion,USD,2013-08-27,10000.00,2013-06-28 20:09:28,50.00,failed,2,US,50.00,50.00,10000.00 +1110233255,Origins: A Meta-Human Action Movie,Action,Film & Video,USD,2015-11-27,1000.00,2015-10-28 06:28:31,36.00,failed,2,US,36.00,36.00,1000.00 +"1110239155,""America's Doctor Who Store, The Story of Who North America"",Nonfiction,Publishing,USD,2015-03-15,5000.00,2015-02-13 18:00:31,4496.00,failed,92,US,4496.00,4496.00,5000.00" +1110249510,Droopy Blocks!,Video Games,Games,USD,2012-01-21,3000.00,2011-12-22 22:19:37,899.14,failed,14,US,899.14,899.14,3000.00 +1110250817,The Autodock- an automatic phone dock,Gadgets,Technology,USD,2016-09-06,200000.00,2016-08-02 17:13:00,3621.00,failed,36,US,500.00,3621.00,200000.00 +1110255116,Conservatory for Young Actors,Theater,Theater,USD,2013-06-01,4000.00,2013-05-02 19:19:01,4600.00,successful,46,US,4600.00,4600.00,4000.00 +1110261257,PhonoWriter,Software,Technology,CHF,2016-06-14,15000.00,2016-05-15 09:15:59,110.00,failed,2,CH,112.81,114.43,15604.52 +1110275127,Lenore Recording Project,Classical Music,Music,USD,2011-09-10,3500.00,2011-08-11 01:56:55,544.00,failed,17,US,544.00,544.00,3500.00 +1110280943,The Poe Project: A trilogy of new operas inspired by Edgar Allan Poe,Theater,Theater,USD,2010-10-23,3000.00,2010-09-21 22:00:57,290.00,failed,6,US,290.00,290.00,3000.00 +1110283367,Zombie Gnomes and Other Unique Figures,Ceramics,Art,USD,2014-06-23,15000.00,2014-06-02 18:44:10,80.00,failed,3,US,80.00,80.00,15000.00 +1110294608,RazorPOD - clever innovation that keeps your razor sharp!,Product Design,Design,USD,2014-05-17,15000.00,2014-04-02 17:54:28,16025.00,successful,629,US,16025.00,16025.00,15000.00 +"1110301095,""uFlick - A Tiny, Assisted Opening Utility Knife"",Design,Design,USD,2016-01-08,3000.00,2015-12-09 21:30:22,9074.00,successful,172,US,9074.00,9074.00,3000.00" +1110318153,Sol Driven Train's new album: Underdog,Rock,Music,USD,2012-03-01,11000.00,2012-01-06 00:57:40,12223.00,successful,180,US,12223.00,12223.00,11000.00 +1110318617,Lead Mate - dog walks made easy,Product Design,Design,GBP,2015-10-10,6000.00,2015-09-09 16:23:06,5113.00,failed,303,GB,7816.48,7896.04,9265.84 +"1110322001,""Pam Shaffer is making her first full length record """"As We Are!"""""",Pop,Music,USD,2010-05-31,2000.00,2010-04-05 04:58:09,2052.00,successful,47,US,2052.00,2052.00,2000.00" +1110326826,Will Rap For Warm Hugs,Hip-Hop,Music,USD,2016-03-26,20000.00,2016-02-15 23:50:48,0.00,failed,0,US,0.00,0.00,20000.00 +"1110334406,""KERNIPS: Plant it, Water it and BURN IT!"",Video Games,Games,USD,2010-10-22,3000.00,2010-09-21 00:54:49,751.00,failed,6,US,751.00,751.00,3000.00" +1110339941,MY AWESOME MIXTAPE,Indie Rock,Music,USD,2011-02-18,10000.00,2010-11-20 19:17:56,0.00,failed,0,US,0.00,0.00,10000.00 +1110347213,Completing The Making of the Second Coming - Autobiography,Nonfiction,Publishing,USD,2014-08-09,7500.00,2014-07-10 07:12:29,0.00,failed,0,US,0.00,0.00,7500.00 +1110350421,Children's Lacrosse Gear (Canceled),Fashion,Fashion,USD,2015-09-22,8000.00,2015-07-24 00:49:49,0.00,canceled,0,US,0.00,0.00,8000.00 +1110354352,STRAIGHT OFF THE GRILL,Food Trucks,Food,USD,2015-06-20,5000.00,2015-05-21 15:37:59,0.00,failed,0,US,0.00,0.00,5000.00 +1110355079,Newvelle Records Box Set and Season 2 Launch,Jazz,Music,EUR,2016-11-30,15000.00,2016-10-20 03:27:21,24420.00,successful,90,FR,3418.33,25987.85,15963.05 +1110363857,Liud - a ring that secretly touches you and me,Art,Art,HKD,2017-04-13,40000.00,2017-03-14 04:46:59,42168.00,successful,35,HK,3485.15,5423.26,5144.43 +1110365689,Rhode Island Mini Maker Faire 2016,Makerspaces,Technology,USD,2016-08-11,3000.00,2016-07-15 04:39:32,3256.00,successful,68,US,142.00,3256.00,3000.00 +1110373731,Wantrepreneurs,Comedy,Film & Video,USD,2015-05-11,10000.00,2015-04-11 18:44:10,0.00,failed,0,US,0.00,0.00,10000.00 +1110374982,Learning How to Drown: A Musical,Theater,Theater,USD,2014-05-22,6500.00,2014-04-22 20:53:42,6650.00,successful,105,US,6650.00,6650.00,6500.00 +1110388567,Monkeys Needs An Illustrator,Children's Books,Publishing,USD,2012-06-03,1000.00,2012-05-04 22:43:24,60.00,failed,3,US,60.00,60.00,1000.00 +111039080,ARMS AGAIN VIDEO SHOOT,Music Videos,Film & Video,USD,2016-05-25,1500.00,2016-05-04 19:59:13,1.00,failed,1,US,1.00,1.00,1500.00 +111041444,Talks on Talks Podcast,Radio & Podcasts,Publishing,USD,2017-02-21,100.00,2017-01-22 02:31:15,220.00,successful,5,US,0.00,220.00,100.00 +1110421562,Merchant of Venice - A Modern Tale,Theater,Theater,GBP,2014-04-17,1000.00,2014-03-18 11:11:30,1065.00,successful,30,GB,1771.57,1790.07,1680.81 +1110433601,Rihanna Pez Pin Launch,Art,Art,USD,2016-12-20,587.00,2016-11-20 23:45:15,627.00,successful,18,US,140.00,627.00,587.00 +1110439650,artist inc. rising: funds and other elevations for UNROUTE,Theater,Theater,USD,2011-11-06,4000.00,2011-10-06 07:13:19,456.00,failed,9,US,456.00,456.00,4000.00 +"1110453390,""Debut album by JR Teller - """"Degradation of Romance"""""",Pop,Music,GBP,2013-09-18,1000.00,2013-08-19 22:21:29,11.00,canceled,2,GB,17.19,17.62,1601.95" +111045878,The Journal of Negative Results- Not all truths are positive,Periodicals,Publishing,USD,2013-10-19,150000.00,2013-09-19 20:18:18,2097.00,failed,37,US,2097.00,2097.00,150000.00 +1110463400,Staten Island OutLOUD Summer 2015,Performance Art,Art,USD,2015-06-28,400.00,2015-06-03 13:39:01,591.00,successful,16,US,591.00,591.00,400.00 +1110466578,I Am The Adventure (Canceled),Documentary,Film & Video,USD,2016-02-06,50000.00,2015-12-23 01:07:29,323.00,canceled,7,US,323.00,323.00,50000.00 +111046752,LightMode - Electroluminescent Motorcycle Helmets,Design,Design,CAD,2014-09-01,2400.00,2014-08-08 16:54:17,26593.00,successful,342,CA,24348.24,24446.59,2206.29 +1110471089,Freelance International,Journalism,Journalism,USD,2012-04-01,7500.00,2012-03-09 02:55:14,540.00,failed,5,US,540.00,540.00,7500.00 +"111047949,""Alpaca Inca: Fair Trade, Ultra-Luxury Alpaca Sweaters"",Apparel,Fashion,USD,2017-05-05,20000.00,2017-04-06 15:47:21,1604.00,failed,11,US,432.00,1604.00,20000.00" +1110480773,Pressed Penny Machines at Sturgis,Fabrication Tools,Technology,USD,2014-07-10,35000.00,2014-06-12 00:24:11,65.00,failed,3,US,65.00,65.00,35000.00 +1110484305,The History of Video Games,Film & Video,Film & Video,USD,2015-07-20,10000.00,2015-05-21 04:55:13,0.00,failed,0,US,0.00,0.00,10000.00 +1110485947,12 KILOMETERS,Horror,Film & Video,USD,2014-09-07,14900.00,2014-08-13 17:00:14,16849.74,successful,310,US,16849.74,16849.74,14900.00 +1110487908,AlienNation,Hip-Hop,Music,USD,2015-03-27,5000.00,2015-02-25 02:29:39,5446.00,successful,48,US,5446.00,5446.00,5000.00 +1110505337,Ankle Cargo Carrier production and patent (U.S. & CAN),Wearables,Technology,CAD,2017-03-27,48900.00,2017-02-25 01:18:14,242.00,failed,4,CA,273.88,181.37,36648.43 +1110514617,The Power of Dreams (search for a Hollywood starlet lead),Television,Film & Video,GBP,2014-06-30,35000.00,2014-06-04 18:44:59,1.00,failed,1,GB,1.67,1.71,60002.40 +1110517861,Puppy Wand: World's Best Dog Leash,Product Design,Design,USD,2015-02-14,5000.00,2015-01-14 17:35:26,5505.00,successful,61,US,5505.00,5505.00,5000.00 +111052384,Alice's Nightmare in Wonderland,Publishing,Publishing,GBP,2015-08-03,7950.00,2015-07-04 14:00:13,11144.00,successful,238,GB,17397.28,17292.00,12335.91 +1110524608,A Midsummer Night's Dream,Fantasy,Film & Video,USD,2015-08-20,50000.00,2015-06-21 08:36:59,425.00,failed,9,US,425.00,425.00,50000.00 +"1110533962,""Women's Recovery Celebration Pendants with 20"""" chain!"",Jewelry,Fashion,USD,2014-09-17,3500.00,2014-08-18 15:00:19,1025.00,failed,25,US,1025.00,1025.00,3500.00" +1110537430,Spitball Blasterz™ : Fire Tissue Paper Ammo Up To 65 Feet!,Design,Design,USD,2017-06-20,6500.00,2017-05-16 14:56:33,72205.50,successful,945,US,475.00,72205.50,6500.00 +1110538758,Draw uh Hipster,Illustration,Art,USD,2011-12-31,2000.00,2011-11-01 10:02:45,2885.00,successful,53,US,2885.00,2885.00,2000.00 +111054893,Bring female opera to the island of Gotland!,Classical Music,Music,SEK,2016-04-15,35000.00,2016-03-17 01:36:10,3215.00,failed,8,SE,385.13,394.74,4297.38 +1110552488,Americana Dawn,Video Games,Games,USD,2012-03-30,2755.00,2012-02-29 22:14:40,4791.60,successful,271,US,4791.60,4791.60,2755.00 +1110563211,Taylor Whitson Studios,Art,Art,USD,2015-07-10,5000.00,2015-05-11 18:14:55,1175.00,failed,6,US,1175.00,1175.00,5000.00 +1110569844,Stardust Runelord,Video Games,Games,USD,2017-03-27,6000.00,2017-03-20 17:29:03,84.00,failed,12,US,11.00,84.00,6000.00 +"1110572689,""PALE BLUE SCRATCH, a semi-steampunk philosophy-mystery novel"",Fiction,Publishing,USD,2015-12-24,400.00,2015-11-24 05:25:31,611.00,successful,23,US,611.00,611.00,400.00" +1110573705,Family Cookbook,Cookbooks,Food,USD,2014-10-22,300.00,2014-09-22 18:55:05,300.00,successful,7,US,300.00,300.00,300.00 +"1110576549,Mend the Gap; assisting a paradigm shift within Psychiatry,Nonfiction,Publishing,GBP,2014-07-21,5824.00,2014-07-01 08:58:16,1085.00,failed,45,GB,1847.40,1843.20,9893.82" +1110579521,Fotric 123: Cloud-Based Thermal Camera for Early Fire Alert,Technology,Technology,USD,2017-01-23,10000.00,2016-11-24 07:08:17,11619.00,successful,115,US,2583.00,11619.00,10000.00 +1110587212,Warring - Are you a G.I. or Rebel?,Video Games,Games,USD,2014-11-04,59999.00,2014-09-05 16:00:13,36.00,failed,7,US,36.00,36.00,59999.00 +111058741,Continental - The Big Finish!,Documentary,Film & Video,USD,2012-08-13,12000.00,2012-07-24 18:54:40,14051.01,successful,221,US,14051.01,14051.01,12000.00 +"1110599142,""Tim Hauser's """"I MADE SAUCE!"""" Pasta Sauces"",Food,Food,USD,2014-06-06,20000.00,2014-05-08 21:00:19,35461.00,successful,260,US,35461.00,35461.00,20000.00" +1110618188,Kid Squid Skateboarding Apparel,Fashion,Fashion,USD,2013-09-18,3500.00,2013-08-19 23:41:46,0.00,failed,0,US,0.00,0.00,3500.00 +1110626056,The EP,Hip-Hop,Music,USD,2016-04-24,2000.00,2016-03-25 21:46:58,1120.00,failed,3,US,1120.00,1120.00,2000.00 +1110626111,Growing City - A Documentary,Documentary,Film & Video,USD,2013-07-17,3500.00,2013-06-22 03:29:55,3501.35,successful,46,US,3501.35,3501.35,3500.00 +1110626186,Tini Me' Bath Fizz,Crafts,Crafts,USD,2016-12-10,1000.00,2016-11-10 03:50:35,15.00,failed,2,US,0.00,15.00,1000.00 +1110627169,Murallya- Handicrafts from CHT,Crafts,Crafts,AUD,2017-11-03,500.00,2017-10-04 16:26:26,0.00,canceled,0,AU,0.00,0.00,383.85 +"1110631184,""""""You Need More"""" - Music Video"",Shorts,Film & Video,USD,2013-06-11,4250.00,2013-05-20 23:53:49,5406.09,successful,133,US,5406.09,5406.09,4250.00" +1110632977,Benjamin John - Debut Album,Music,Music,USD,2015-11-07,1.00,2015-10-08 17:35:02,2283.00,successful,70,US,2283.00,2283.00,1.00 +"1110636136,""40 Day Quest: Drive, Shoot, Print"",Nonfiction,Publishing,USD,2011-05-30,6000.00,2011-04-20 05:49:12,350.00,failed,4,US,350.00,350.00,6000.00" +1110641312,Discover Germany - Deutschland in Schwarz-Weiß,Photobooks,Photography,EUR,2016-03-28,8500.00,2016-02-27 20:33:09,10.00,failed,1,DE,11.06,11.43,9717.17 +1110647142,Phillow the Hypoallergenic Premium Security Pillow King sz,Product Design,Design,USD,2015-05-29,15000.00,2015-04-29 15:38:00,0.00,failed,0,US,0.00,0.00,15000.00 +1110657598,CUVY: Best Stretchable No-Spill Lids for Kids & Adults!,Product Design,Design,USD,2017-07-13,5000.00,2017-06-12 14:36:06,698.00,failed,31,US,391.00,698.00,5000.00 +1110665902,SUDDENLY LAST SUMMER,Theater,Theater,USD,2010-03-21,600.00,2010-02-27 17:38:37,1050.00,successful,20,US,1050.00,1050.00,600.00 +1110666822,Tabletop RPG Selection Chart & Computer RPG Timeline Posters,Games,Games,USD,2012-08-01,6000.00,2012-07-04 23:12:04,1436.00,failed,61,US,1436.00,1436.00,6000.00 +1110674222,Planet Jackers (Jackin' it Edition),Playing Cards,Games,USD,2016-02-22,5500.00,2016-02-15 20:01:49,2.00,failed,2,US,2.00,2.00,5500.00 +"1110674316,""Martial Arts Action / Reaction Timer and """"Speed Trainer"""""",DIY Electronics,Technology,USD,2015-06-09,2000.00,2015-04-25 01:04:24,1.00,failed,1,US,1.00,1.00,2000.00" +1110678437,Superhero Web Series: A Live Action Comic Book! ,Webseries,Film & Video,USD,2010-05-02,1800.00,2010-03-02 14:08:42,2617.00,successful,40,US,2617.00,2617.00,1800.00 +"1110679730,""Music Video for """"Blink"""" by The Bloody Tyrantz (Canceled)"",Hip-Hop,Music,USD,2011-06-25,3500.00,2011-05-26 17:30:57,0.00,canceled,0,US,0.00,0.00,3500.00" +1110689445,Paka Sanura,Games,Games,CAD,2014-10-06,200.00,2014-09-06 18:07:28,25.00,failed,2,CA,22.98,22.33,178.62 +1110694210,SPOTLITETV,Film & Video,Film & Video,USD,2014-12-31,100000.00,2014-12-05 00:57:51,10.00,failed,3,US,10.00,10.00,100000.00 +111070356,Shoebox Living: Children of Our Community,Mixed Media,Art,AUD,2014-10-05,1000.00,2014-09-05 01:47:00,50.00,failed,4,AU,46.40,43.55,870.93 +111071236,Easy Time Teller - Teach Kids How to Tell Time in 2 Steps,Product Design,Design,USD,2016-07-27,15000.00,2016-06-27 14:04:41,1090.00,failed,21,US,929.00,1090.00,15000.00 +1110715429,Beardo the Movie - a documentary,Documentary,Film & Video,USD,2014-04-30,2000.00,2014-03-31 18:31:04,6771.00,successful,272,US,6771.00,6771.00,2000.00 +1110720037,LUNCH MEAT - A SERIOUSLY GRAPHIC GRAPHIC NOVEL,Comics,Comics,USD,2014-06-19,5000.00,2014-05-20 21:17:54,109.00,failed,9,US,109.00,109.00,5000.00 +1110726752,Interceptor #1,Comic Books,Comics,USD,2014-12-20,495.00,2014-11-15 04:43:27,1205.00,successful,63,US,1205.00,1205.00,495.00 +"1110733608,Back to the Board: A Mini Documentary,Film & Video,Film & Video,USD,2014-10-08,2000.00,2014-09-08 20:02:37,0.00,undefined,0,""N,0"""""",,0.00,2000.00" +1110734331,Buena Onda,Documentary,Film & Video,USD,2015-02-24,31000.00,2015-01-29 17:50:11,15136.00,failed,52,US,15136.00,15136.00,31000.00 +1110745361,Children's Book - The Colors of Love,Publishing,Publishing,USD,2016-08-12,2500.00,2016-08-04 14:47:44,92.00,failed,8,US,0.00,92.00,2500.00 +1110745371,AnyLink™ - The Only Charging Cable You Ever Need!,Gadgets,Technology,USD,2015-12-26,10000.00,2015-11-11 12:00:13,52579.00,successful,1451,US,52579.00,52579.00,10000.00 +1110757230,Hung Nguyen's Fashion,Fashion,Fashion,USD,2012-11-01,6500.00,2012-10-02 22:33:56,516.00,failed,21,US,516.00,516.00,6500.00 +1110758910,Build a Death Star (Suspended),Space Exploration,Technology,GBP,2014-09-08,9.00,2014-07-10 20:14:10,6.00,suspended,4,GB,10.28,9.74,14.61 +1110770725,Elsewhere in the Middle of Eternity,Fiction,Publishing,USD,2016-06-09,2500.00,2016-05-10 02:57:53,2580.00,successful,60,US,2580.00,2580.00,2500.00 +1110777448,Baghdad Antebellum: a history in photographs (Canceled),Publishing,Publishing,USD,2011-04-02,25000.00,2011-03-03 22:15:08,1991.00,canceled,26,US,1991.00,1991.00,25000.00 +1110778138,507 Comics (Canceled),Comics,Comics,USD,2014-04-19,2500.00,2014-02-18 19:34:49,0.00,canceled,0,US,0.00,0.00,2500.00 +1110788639,Cohen & Sons Apparel - Men's Quality Casual Wear,Apparel,Fashion,USD,2014-07-11,10000.00,2014-06-11 21:31:15,11812.00,successful,128,US,11812.00,11812.00,10000.00 +"1110790559,""Album titled """"Dirty Bunny-Beautiful Electrocution"""""",Electronic Music,Music,USD,2010-05-03,5000.00,2010-03-04 00:58:38,0.00,failed,0,US,0.00,0.00,5000.00" +1110816096,Vel-Oh - Bags inspired by cycling.,Accessories,Fashion,GBP,2016-08-26,10000.00,2016-07-20 22:24:03,3546.00,failed,39,GB,43.65,4685.15,13212.48 +111081701,Tomato Triangle,Product Design,Design,USD,2014-02-22,40000.00,2014-01-08 20:48:15,1835.00,failed,39,US,1835.00,1835.00,40000.00 +1110819957,Ebow and Soot Haute Chocolat (Canceled),Drinks,Food,USD,2015-10-15,5000.00,2015-09-15 00:33:04,0.00,canceled,0,US,0.00,0.00,5000.00 +111082217,Fire Emblem 13/14 Artbook,Illustration,Art,USD,2016-06-01,400.00,2016-05-06 07:19:42,706.00,successful,18,US,706.00,706.00,400.00 +1110824189,BORN OF PHYRE-THE GRAPHIC NOVEL,Art Books,Publishing,USD,2011-08-17,9500.00,2011-07-18 03:48:32,0.00,failed,0,US,0.00,0.00,9500.00 +1110826296,PERSON: The perfect Tee. Well designed. Organic. Wholesale.,Fashion,Fashion,AUD,2013-12-20,25000.00,2013-11-19 22:01:21,26619.00,successful,154,AU,24993.08,23594.22,22159.19 +1110830070,Gotta Getta Goat,Nonfiction,Publishing,AUD,2015-08-12,2000.00,2015-07-13 23:20:39,1000.00,failed,22,AU,744.52,738.72,1477.43 +1110838041,Epic Nation Clothing Design,Fashion,Fashion,USD,2015-11-29,20000.00,2015-09-30 00:13:40,0.00,failed,0,US,0.00,0.00,20000.00 +1110838987,The Best Apple Pie,Small Batch,Food,USD,2014-08-21,40.00,2014-07-22 22:06:04,0.00,failed,0,US,0.00,0.00,40.00 +1110843785,Hare Raising!,Children's Books,Publishing,GBP,2014-04-11,2000.00,2014-03-12 20:58:17,2790.00,successful,120,GB,4643.55,4668.05,3346.27 +1110853369,Six Degrees of Separation: How we Respond to Injustice,Dance,Dance,USD,2012-06-02,1800.00,2012-05-03 23:19:00,745.00,failed,21,US,745.00,745.00,1800.00 +111085478,Clayton Crain: EVOLVER Hardcover Art Book,Digital Art,Art,USD,2013-08-11,10400.00,2013-06-21 01:00:13,3997.00,failed,69,US,3997.00,3997.00,10400.00 +"1110856530,""StellarBrink - Open-World, RPG, Mining, Crafting, Space Game"",Video Games,Games,USD,2013-09-05,20000.00,2013-08-06 18:38:59,1305.00,canceled,75,US,1305.00,1305.00,20000.00" +1110857852,Don't Know? Ask A Pro! Mobile App and Website,Apps,Technology,USD,2015-04-04,50000.00,2015-03-05 12:44:00,1.00,failed,1,US,1.00,1.00,50000.00 +"1110859674,""Old School Jazz, Funk Band...""""The Tonze"""""",Jazz,Music,USD,2012-04-29,10000.00,2012-03-10 08:43:26,40.00,failed,3,US,40.00,40.00,10000.00" +111086848,LAB: The Living Aerial Bot,Robots,Technology,USD,2015-04-04,50000.00,2015-02-24 12:58:34,2893.00,failed,34,US,2893.00,2893.00,50000.00 +"1110876693,""The Aberration album, video and tour fundraiser!"",Metal,Music,USD,2015-02-27,2500.00,2015-01-28 04:30:25,70.00,failed,2,US,70.00,70.00,2500.00" +1110878299,Help Suckerpunch Fund The New EP!,Rock,Music,USD,2012-01-21,600.00,2011-12-10 01:17:55,1045.00,successful,17,US,1045.00,1045.00,600.00 +1110882383,The Earl and Dave Sports Show,Television,Film & Video,USD,2014-12-08,175000.00,2014-11-08 02:51:43,10.00,failed,2,US,10.00,10.00,175000.00 +1110884908,A Brilliant Monster,Film & Video,Film & Video,USD,2017-05-03,4000.00,2017-04-08 02:01:16,25.00,canceled,1,US,25.00,25.00,4000.00 +1110886041,Help The Vinyls record their next record!,Music,Music,USD,2011-04-05,1000.00,2011-02-23 07:02:06,1006.00,successful,24,US,1006.00,1006.00,1000.00 +1110886201,Support Me In Releasing My First Album!!,Rock,Music,USD,2012-02-20,3000.00,2012-01-23 02:50:03,3071.00,successful,30,US,3071.00,3071.00,3000.00 +1110888176,.graffiti train quilt.,Sculpture,Art,USD,2010-08-26,500.00,2010-06-25 23:20:08,615.00,successful,22,US,615.00,615.00,500.00 +1110895259,Rocky Horror Pole Show at Orlando Fringe 2017!,Performances,Dance,USD,2017-05-28,250.00,2017-05-15 20:57:31,275.00,successful,9,US,0.00,275.00,250.00 +1110898739,3DS Emulator,Software,Technology,USD,2014-12-28,5500.00,2014-11-18 17:51:50,107.00,failed,7,US,107.00,107.00,5500.00 +1110899763,Writers Block: The Coffee Table,Product Design,Design,EUR,2017-04-09,2500.00,2017-03-10 22:38:11,950.00,failed,8,FR,236.95,1009.85,2657.51 +1110910860,Development Playground (Canceled),Web,Technology,USD,2014-12-31,27000.00,2014-11-15 13:17:43,1977.00,canceled,40,US,1977.00,1977.00,27000.00 +1110914643,Hand Drawn Baking Cook Book,Cookbooks,Food,USD,2017-06-22,2000.00,2017-05-23 22:12:17,2183.00,successful,25,US,225.00,2183.00,2000.00 +1110921600,I Was A Dream Of Myself: A Photography Book,Photography,Photography,USD,2013-11-13,2000.00,2013-10-14 23:57:19,2845.00,successful,55,US,2845.00,2845.00,2000.00 +1110922256,Paranormal Kansas with Wichita Paranormal Research Society,Documentary,Film & Video,USD,2011-09-18,2500.00,2011-08-19 22:07:49,225.00,failed,5,US,225.00,225.00,2500.00 +1110935284,Z.O.D. 3D-Printable Terrain Tiles,Tabletop Games,Games,USD,2017-10-11,250.00,2017-09-11 20:35:31,7770.00,successful,318,US,1141.00,7770.00,250.00 +1110937826,Playur Pops,Pop,Music,USD,2012-05-30,2500.00,2012-04-30 22:09:49,541.00,failed,14,US,541.00,541.00,2500.00 +1110939959,TiddlyBot fun and simple Raspberry Pi Robot,Robots,Technology,USD,2014-07-26,27000.00,2014-06-25 18:00:03,37806.00,successful,461,US,37806.00,37806.00,27000.00 +1110940152,The Pop Warrior Returns with Fierce Warrior Songs!,Rock,Music,USD,2016-11-28,3200.00,2016-10-25 17:26:02,3790.00,successful,131,US,990.00,3790.00,3200.00 +1110951917,heloBottle: The Original 9-in-1 Utility Water Bottle,Gadgets,Technology,USD,2015-12-11,50000.00,2015-11-11 21:55:14,54993.00,successful,55,US,54993.00,54993.00,50000.00 +1110960432,Midwest House Parties - EDM Shows in your house!,Electronic Music,Music,USD,2014-07-26,40000.00,2014-06-26 05:32:47,11.00,failed,2,US,11.00,11.00,40000.00 +"1110963125,""Ireland from a Kite, a unique photographic book"",Places,Photography,GBP,2016-04-03,14000.00,2016-03-04 18:25:41,4092.00,failed,92,GB,5761.12,5759.65,19705.54" +111096320,Mr. Marmalade,Plays,Theater,USD,2014-07-02,1500.00,2014-05-16 22:36:20,1510.00,successful,20,US,1510.00,1510.00,1500.00 +1110964448,Yummi Box: An Asian specialty snack box delivery company,Food,Food,CAD,2017-02-19,2500.00,2017-01-20 13:25:19,980.00,canceled,19,CA,730.63,747.58,1907.09 +1110968787,Online Cooking Show featuring Mariah Milano,Webseries,Film & Video,USD,2012-06-02,10000.00,2012-05-03 00:44:01,300.00,failed,2,US,300.00,300.00,10000.00 +1110970952,Construction of a tiny house,Woodworking,Crafts,USD,2015-05-21,5000.00,2015-04-21 03:56:51,100.00,failed,1,US,100.00,100.00,5000.00 +"1110971600,""JUDGEMENT - 'Not a wallet, a pack of cards or a cycle bell'"",Film & Video,Film & Video,USD,2013-09-19,195000.00,2013-08-05 09:01:25,8714.00,canceled,39,US,8714.00,8714.00,195000.00" +1110975209,Sanjaya's First Album,World Music,Music,USD,2017-04-19,500.00,2017-03-20 04:32:17,532.00,successful,11,US,20.00,532.00,500.00 +"1110976297,""""""King"""" Feature Length Film"",Narrative Film,Film & Video,USD,2012-08-14,20000.00,2012-07-13 14:22:22,6331.00,failed,37,US,6331.00,6331.00,20000.00" +1110978670,Ark,Product Design,Design,GBP,2017-08-01,115000.00,2017-06-02 13:11:16,57.00,failed,5,GB,33.49,74.93,151176.55 +111098065,Poster,Illustration,Art,GBP,2013-09-12,50.00,2013-08-23 16:54:53,50.00,successful,7,GB,78.10,79.15,79.15 +"1110987114,""Puppet, a Science Fiction Novel"",Fiction,Publishing,USD,2015-11-27,7362.00,2015-10-28 22:02:15,111.00,failed,3,US,111.00,111.00,7362.00" +111098765,Hold the Line The American Revolution: Remastered Edition,Tabletop Games,Games,USD,2016-05-17,20000.00,2016-04-23 17:25:35,63539.52,successful,514,US,63539.52,63539.52,20000.00 +1110992451,Beyond the First Amendment,Nonfiction,Publishing,USD,2015-09-28,3000.00,2015-08-29 17:29:30,1.00,failed,1,US,1.00,1.00,3000.00 +1111006043,I Survived I Kissed Dating Goodbye,Documentary,Film & Video,CAD,2017-08-05,49000.00,2017-07-06 22:53:30,55437.56,successful,412,CA,962.39,43610.42,38546.26 +1111007194,key-notes: Classical Music Education for the 21st Century,Classical Music,Music,USD,2016-03-31,10000.00,2016-03-01 23:37:38,25003.00,successful,87,US,25003.00,25003.00,10000.00 +1111007480,Wine Tasting is Bullshit,Fiction,Publishing,USD,2015-01-02,5000.00,2014-11-03 23:52:29,108.00,failed,7,US,108.00,108.00,5000.00 +1111008160,Eyeum,Painting,Art,USD,2015-10-21,511.00,2015-09-21 22:22:07,0.00,failed,0,US,0.00,0.00,511.00 +111101605,Eco-Earth: Products without toxic chemicals,Crafts,Crafts,GBP,2015-09-06,2500.00,2015-08-07 08:08:15,38.00,failed,2,GB,59.33,58.61,3855.76 +1111016729,Inoculated Minds Cd release on March 25th 8pm at the Pig!!,Rock,Music,USD,2016-03-26,400.00,2016-03-14 02:45:38,21.00,failed,3,US,21.00,21.00,400.00 +1111017249,Magic Luminescent Moon,Design,Design,CAD,2015-09-18,2000.00,2015-09-03 18:45:51,2057.00,successful,27,CA,1555.28,1579.03,1535.27 +1111022796,Leather Journals for Men (Suspended),Crafts,Crafts,USD,2016-05-01,3000.00,2016-04-01 22:03:07,927.00,suspended,24,US,927.00,927.00,3000.00 +1111031715,chatologie podcast holiday season,Publishing,Publishing,USD,2017-11-01,2000.00,2017-10-16 20:21:43,163.00,failed,5,US,0.00,163.00,2000.00 +1111040839,Rock and Roll Oracle™ Divination Card Deck,Art,Art,USD,2011-10-26,2444.44,2011-09-12 20:55:58,2551.00,successful,37,US,2551.00,2551.00,2444.44 +"1111046173,""OneDerBrew™ - Brew, Ferment, Chill, and Serve all in One!"",Product Design,Design,USD,2014-01-02,30000.00,2013-11-25 18:15:39,6312.00,failed,19,US,6312.00,6312.00,30000.00" +1111085265,URBAN ROOFTOP ORGANIC FARMING,Farms,Food,CAD,2015-04-06,5000.00,2015-02-05 01:59:36,72.00,failed,7,CA,57.04,56.85,3948.20 +"111109272,""""""RICHT"""" Respecting Individuality Culture and Humanity Today"",Fashion,Fashion,USD,2013-11-05,200000.00,2013-09-06 20:12:35,0.00,failed,0,US,0.00,0.00,200000.00" +1111094367,Life in Bunker (Canceled),Video Games,Games,GBP,2015-10-02,12000.00,2015-09-02 20:01:59,847.00,canceled,82,GB,1303.87,1284.66,18200.57 +1111099582,The Year of the Unicorn: A 2018 Illustrated Wall Calendar,Illustration,Art,USD,2017-10-17,4750.00,2017-10-02 19:00:10,14078.00,successful,327,US,7660.00,14078.00,4750.00 +1111100344,Murder Me My Darling,Fiction,Publishing,USD,2012-04-15,25000.00,2012-03-30 21:35:09,0.00,failed,0,US,0.00,0.00,25000.00 +1111101677,My Day (Canceled),Drama,Film & Video,GBP,2015-06-13,30000.00,2015-05-14 15:16:08,10.00,canceled,1,GB,15.67,15.84,47514.97 +1111122558,FireFactor AirAttack: strategy game mobile app,Video Games,Games,USD,2014-12-24,70000.00,2014-10-25 17:54:16,90.00,failed,9,US,90.00,90.00,70000.00 +1111132981,Chromantic Volume 2: Live At The Rutledge (Canceled),Pop,Music,USD,2014-10-31,180.00,2014-10-06 20:35:34,0.00,canceled,0,US,0.00,0.00,180.00 +1111134647,NOT SO PRETTY -- Revenge can be sweet! Twinkies are sweeter!,Fiction,Publishing,USD,2010-12-14,400.00,2010-10-15 05:08:24,115.00,failed,5,US,115.00,115.00,400.00 +1111146607,Wells the Martian: Comic Book. Graphic Novel.,Comics,Comics,USD,2015-04-02,500.00,2015-03-03 04:49:53,574.00,successful,7,US,574.00,574.00,500.00 +1111153209,INRI Jesus Now DVD - Help me pay for packaging for stores.,Film & Video,Film & Video,USD,2012-03-24,700.00,2012-01-24 10:41:40,0.00,failed,0,US,0.00,0.00,700.00 +111115465,Carbon Fiber Head Protection for Pitchers,Product Design,Design,USD,2015-05-10,10000.00,2015-04-10 23:57:03,12780.00,successful,229,US,12780.00,12780.00,10000.00 +1111165988,Zoneplex: Evocation ? Alien Pyramid Adventure Expansion Pack,Tabletop Games,Games,USD,2014-11-01,333.00,2014-09-29 18:56:38,2541.00,successful,81,US,2541.00,2541.00,333.00 +1111166412,The Masquerade Killer,Video Games,Games,SGD,2017-08-10,4435.00,2017-07-11 03:02:33,8586.35,successful,243,SG,201.13,6293.13,3250.51 +"1111169456,""Vessel Clothing """"Dreams Never Sink"""""",Fashion,Fashion,USD,2014-01-18,3000.00,2013-12-18 00:22:41,170.00,failed,4,US,170.00,170.00,3000.00" +1111179364,XUPBERLIN: Public Art Residency,Performance Art,Art,USD,2014-06-04,5000.00,2014-05-20 15:10:06,6205.99,successful,83,US,6205.99,6205.99,5000.00 +1111182386,Sock Exchange,Footwear,Fashion,USD,2014-09-19,3000.00,2014-08-20 21:26:22,1.00,failed,1,US,1.00,1.00,3000.00 +1111192676,Project Truth Hurts-A DVD in the making,Film & Video,Film & Video,USD,2013-03-11,2500.00,2013-02-09 05:33:26,2565.00,successful,58,US,2565.00,2565.00,2500.00 +1111197123,Automatic Analytics,Technology,Technology,USD,2014-08-10,500.00,2014-07-11 20:53:36,0.00,failed,0,US,0.00,0.00,500.00 +"1111229999,""HabitStrap — Shape Good Habits, Science Backed."",Design,Design,EUR,2017-01-30,500.00,2016-12-21 23:16:25,3085.00,successful,118,BE,0.00,3313.61,537.05" +1111236995,Season's Show of Recent Work - 2014,Photography,Photography,USD,2014-04-19,1000.00,2014-03-19 18:37:05,125.00,failed,3,US,125.00,125.00,1000.00 +1111239484,Eco-Friendly Custom Kid's Birthday Shirts,Crafts,Crafts,USD,2012-02-17,850.00,2012-01-18 00:29:20,850.00,successful,12,US,850.00,850.00,850.00 +1111240967,Customized Wood Carved Signs,Woodworking,Crafts,USD,2017-07-31,3000.00,2017-06-28 02:56:59,0.00,failed,0,US,0.00,0.00,3000.00 +"1111252935,""""""Rakasha"""" - Book 1 in The Chronicles of Azura Quartet"",Fiction,Publishing,USD,2014-02-01,2000.00,2014-01-09 13:35:01,280.00,failed,7,US,280.00,280.00,2000.00" +1111254464,Me,Hip-Hop,Music,USD,2015-05-03,10000.00,2015-03-04 02:44:23,2.00,failed,2,US,2.00,2.00,10000.00 +1111264635,PEASANT HEART,Apparel,Fashion,USD,2015-04-29,3000.00,2015-03-30 08:39:19,3199.00,successful,12,US,3199.00,3199.00,3000.00 +"1111264855,""""""HACK THE PLANET"""" KEYCHAIN"",Science Fiction,Film & Video,EUR,2017-06-22,100.00,2017-06-07 09:02:36,7.00,canceled,1,ES,7.89,7.82,111.73" +111127001,Fishermen's Holler Family Bluegrass Festival,Music,Music,USD,2015-05-24,15000.00,2015-04-24 19:32:21,1.00,failed,1,US,1.00,1.00,15000.00 +1111277550,Hoko,Wearables,Technology,CAD,2015-11-25,60000.00,2015-10-26 21:14:37,6768.00,failed,68,CA,5140.44,5070.80,44953.92 +1111279462,Kara's Memoirs - A Book Project,Nonfiction,Publishing,USD,2014-01-12,4800.00,2013-12-18 17:03:22,1761.00,failed,32,US,1761.00,1761.00,4800.00 +1111286039,World's Lightest Everyday Jacket | Insulated w/ Alpaca Wool,Fashion,Fashion,USD,2016-10-15,7000.00,2016-09-15 06:43:08,18462.00,suspended,191,US,3475.00,18462.00,7000.00 +1111290785,Adjustable Fuel Charger & Speaker - Stand & Battery Pack,Product Design,Design,USD,2014-04-21,30000.00,2014-03-06 03:16:13,4478.00,suspended,56,US,4478.00,4478.00,30000.00 +1111290924,SPROUTLINGS: A Compendium of Little Fictions #sproutlings,Anthologies,Publishing,AUD,2015-10-25,2000.00,2015-09-01 15:14:40,2518.00,successful,88,AU,1796.54,1784.68,1417.53 +1111291031,BodyFly Fitness: The First Portable Cable Machine,Product Design,Design,USD,2015-01-01,150000.00,2014-11-17 17:01:34,7991.00,failed,59,US,7991.00,7991.00,150000.00 +"1111295662,""INTRODUCING: PAUL'S GREEN BARN 19thCENTURY """"ARTISAN'S SERIES"",Conceptual Art,Art,USD,2014-04-15,2500.00,2014-04-01 14:52:45,546.00,failed,10,US,546.00,546.00,2500.00" +"1111305852,Composer Takes Flight: Westminster Abbey Earthquake Memorial,Music,Music,NZD,2015-01-17,2500.00,2014-12-14 20:55:02,2615.00,undefined,0,""N,0"""""",,1948.00,1862.34" +1111307520,Extremely Easy Exercises,Apps,Technology,USD,2014-08-12,1500.00,2014-07-13 16:58:29,32.00,failed,4,US,32.00,32.00,1500.00 +1111307589,Strike Force,Video Games,Games,USD,2014-02-21,30000.00,2014-01-22 00:29:19,122.00,failed,6,US,122.00,122.00,30000.00 +1111308457,Habits of Mind,Musical,Theater,USD,2015-05-25,24000.00,2015-05-08 00:57:25,1121.00,failed,12,US,1121.00,1121.00,24000.00 +1111311313,I.Was.Here Webseries (Canceled),Webseries,Film & Video,USD,2011-12-18,8000.00,2011-10-19 18:11:15,90.00,canceled,5,US,90.00,90.00,8000.00 +1111320544,LiPSiK PROMO,Hip-Hop,Music,USD,2015-06-22,3500.00,2015-05-23 19:58:17,0.00,failed,0,US,0.00,0.00,3500.00 +1111323493,iMahvelGaming on YouTube needs a KICKSTART!! (Canceled),Video Games,Games,GBP,2014-02-27,499.00,2014-01-28 00:14:44,0.00,canceled,0,GB,0.00,0.00,834.21 +"1111333359,""""""Sing-Along-Slippers"""""",Childrenswear,Fashion,USD,2015-03-22,7000.00,2015-01-21 01:33:13,1.00,failed,1,US,1.00,1.00,7000.00" +1111336333,A Shakespearean Visual Encyclopedia,Publishing,Publishing,USD,2017-03-16,200.00,2017-01-16 01:13:35,750.00,successful,26,US,210.00,750.00,200.00 +1111336374,LIFT: A Falconry Memoir- The Audiobook,Nonfiction,Publishing,USD,2011-10-05,800.00,2011-09-05 00:11:37,1381.00,successful,32,US,1381.00,1381.00,800.00 +1111337202,A Fresh Cup of Tolerance,Nonfiction,Publishing,USD,2014-12-31,3000.00,2014-12-01 18:29:44,3140.00,successful,26,US,3140.00,3140.00,3000.00 +111136438,Ana Egge - Bright Shadow - new album!!,Country & Folk,Music,USD,2015-04-28,15000.00,2015-04-01 17:45:26,15667.00,successful,202,US,15667.00,15667.00,15000.00 +1111367494,Bringing Japan's Cafe Culture to Brooklyn-Cafe Cotton Bean!,Restaurants,Food,USD,2016-10-01,7500.00,2016-09-01 17:31:21,7651.00,successful,53,US,505.00,7651.00,7500.00 +1111371222,Spotless. Organic Skin Care.,Crafts,Crafts,USD,2016-06-19,6000.00,2016-05-20 23:42:04,124.00,failed,6,US,124.00,124.00,6000.00 +111138226,Hawk Talon,Webcomics,Comics,USD,2018-01-04,9000.00,2017-12-05 17:04:17,40.00,live,2,US,0.00,40.00,9000.00 +1111385678,Cord Bling(tm)- It's time to eliminate the tangle with style,Product Design,Design,USD,2012-10-02,7500.00,2012-08-29 02:18:09,7658.00,successful,41,US,7658.00,7658.00,7500.00 +1111396033,Highlands & Houston,Jazz,Music,USD,2017-02-15,5400.00,2016-12-25 23:13:52,6621.00,successful,42,US,718.00,6621.00,5400.00 +1111396410,Delivering Love & Hope to the NICU,Publishing,Publishing,USD,2012-07-03,4250.00,2012-06-02 05:33:55,51.00,failed,2,US,51.00,51.00,4250.00 +1111403784,Fit Project Radio going Worldwide,Video,Journalism,USD,2016-05-13,100000.00,2016-04-13 20:52:08,1501.00,failed,11,US,1501.00,1501.00,100000.00 +1111413536,Vertikal Gravity Chess,Tabletop Games,Games,USD,2016-12-27,25000.00,2016-11-27 07:51:59,850.00,canceled,6,US,175.00,850.00,25000.00 +1111417058,Nightmare,Shorts,Film & Video,USD,2013-03-07,6000.00,2013-02-05 20:41:19,722.00,failed,24,US,722.00,722.00,6000.00 +1111437375,Center without Walls - an initiative which emphasizes Art for All!,Art,Art,USD,2010-10-01,3000.00,2010-09-01 06:07:51,3180.00,successful,71,US,3180.00,3180.00,3000.00 +1111440103,Tec Dives of Australia,Publishing,Publishing,AUD,2014-11-03,4300.00,2014-09-19 22:28:16,0.00,failed,0,AU,0.00,0.00,3696.06 +111144563,Dry World: the Album,Indie Rock,Music,USD,2016-05-21,320.00,2016-04-21 01:29:38,418.00,successful,13,US,418.00,418.00,320.00 +1111447485,EPIC WHITE,Performances,Dance,USD,2014-12-08,1000.00,2014-11-08 03:18:01,0.00,failed,0,US,0.00,0.00,1000.00 +1111448181,Album #3: Governor's Square,Indie Rock,Music,USD,2016-11-05,4800.00,2016-10-17 20:26:59,5611.00,successful,107,US,296.00,5611.00,4800.00 +1111453882,Time Horizon 2nd Album Release,Rock,Music,USD,2015-10-15,3500.00,2015-09-17 15:46:06,1396.00,failed,31,US,1396.00,1396.00,3500.00 +1111456283,Zombie Survival for Kids!,Art Books,Publishing,USD,2014-12-18,600.00,2014-11-18 21:53:00,0.00,failed,0,US,0.00,0.00,600.00 +1111458064,Hoosierdance International Film Festival,Festivals,Film & Video,USD,2015-05-06,5000.00,2015-04-06 14:34:42,235.00,failed,3,US,235.00,235.00,5000.00 +1111458299,DEMENTIA ALONE (A Horror Film for all You Horror Fans),Film & Video,Film & Video,USD,2012-06-29,35000.00,2012-05-24 21:26:37,40.00,failed,2,US,40.00,40.00,35000.00 +1111460590,Our Town's FIRST RADIO STATION,Audio,Journalism,USD,2014-11-16,7500.00,2014-10-17 18:59:36,20.00,failed,1,US,20.00,20.00,7500.00 +111146688,KOGUMA : The Piggybank For Wildlife,Product Design,Design,EUR,2015-12-13,40000.00,2015-11-09 22:24:17,40725.23,successful,380,FR,43743.72,44129.85,43343.99 +1111476450,MOM•ARMS smartphone cradle,Product Design,Design,USD,2017-04-01,3000.00,2017-02-24 22:16:57,3029.00,successful,72,US,878.00,3029.00,3000.00 +1111477192,Foreign Languages cafe,Interactive Design,Design,CAD,2015-04-20,8000.00,2015-03-16 00:32:38,0.00,failed,0,CA,0.00,0.00,6601.20 +1111488086,Phil King Needs Wheels! (Canceled),Rock,Music,USD,2012-09-03,20000.00,2012-07-05 21:26:43,2015.00,canceled,12,US,2015.00,2015.00,20000.00 +1111492442,EXILE,Shorts,Film & Video,GBP,2013-12-30,100.00,2013-10-31 00:52:02,6.00,failed,2,GB,9.66,9.85,164.18 +"1111492635,HeavyShadow Band Startup the Experimental Music Project,Music,Music,USD,2015-07-08,2500.00,2015-06-08 07:25:39,0.00,undefined,0,""N,0"""""",,0.00,2500.00" +1111497650,Greenland Hits New York!,Theater,Theater,USD,2011-08-04,5055.00,2011-06-22 18:12:00,5267.00,successful,63,US,5267.00,5267.00,5055.00 +1111498637,THE WHOLESOME KITS,Cookbooks,Food,NZD,2016-08-05,4500.00,2016-07-19 11:53:48,6455.00,successful,162,NZ,152.42,4653.93,3244.41 +1111499927,Purple Oaks Replenishments,Food,Food,USD,2015-03-28,350.00,2015-03-14 00:44:31,0.00,failed,0,US,0.00,0.00,350.00 +1111503128,The Damage Patrol,Shorts,Film & Video,USD,2010-09-12,3000.00,2010-08-13 19:17:32,340.00,failed,6,US,340.00,340.00,3000.00 +1111509178,The Easy-Shmeezy Guide to Yiddish,Publishing,Publishing,USD,2012-11-09,2600.00,2012-09-29 21:32:40,3167.00,successful,60,US,3167.00,3167.00,2600.00 +1111511625,Random Coping Chess,Tabletop Games,Games,USD,2017-12-06,1800.00,2017-11-03 16:34:58,2942.00,successful,93,US,895.00,2942.00,1800.00 +1111514865,Cee-Cee’s Sweet Creations Cupcake Boutique,Food,Food,USD,2012-06-03,5000.00,2012-05-11 06:23:00,5188.00,successful,95,US,5188.00,5188.00,5000.00 +1111515376,Doughnut Lounge,Restaurants,Food,USD,2015-10-02,25000.00,2015-09-02 01:42:19,27009.00,successful,338,US,27009.00,27009.00,25000.00 +1111517921,F18 Simulator,Video Games,Games,USD,2013-08-29,25000.00,2013-07-30 01:58:11,61.00,failed,6,US,61.00,61.00,25000.00 +1111524243,Interactive Feedback Widget for web-sites and Apps,Web,Technology,GBP,2015-02-27,8000.00,2015-02-17 17:33:35,1.00,failed,1,GB,1.54,1.54,12355.02 +111152488,Detroit: Not Another Ruin Porn,Photography,Photography,USD,2013-10-04,1500.00,2013-09-04 17:03:10,466.00,failed,11,US,466.00,466.00,1500.00 +1111528756,Moonbeam Magick Oracle Deck by Sapphire Moonbeam,Painting,Art,USD,2017-11-12,8800.00,2017-10-02 01:26:56,9128.33,successful,71,US,1261.00,9128.33,8800.00 +1111529080,Ento Wreaths (Holiday themed wreaths with real insects),Taxidermy,Crafts,USD,2017-01-18,500.00,2016-12-19 09:55:12,502.00,successful,14,US,10.00,502.00,500.00 +"1111531986,""Museum Of...Peter Buzzelle, my sophmore indie rock release"",Music,Music,USD,2011-04-02,6000.00,2011-03-01 04:07:39,0.00,failed,0,US,0.00,0.00,6000.00" +1111538644,OMNIS - The Erias Line (jrpg),Video Games,Games,GBP,2015-09-23,18400.00,2015-08-24 12:57:52,743.00,failed,64,GB,1166.06,1127.62,27924.91 +1111539137,Perception-ism,Theater,Theater,GBP,2014-09-30,500.00,2014-09-02 18:45:50,0.00,failed,0,GB,0.00,0.00,803.32 +1111540283,Bright Eyes x Parker Jacobs - Artist Series Baby Blankets,Design,Design,USD,2014-04-30,5000.00,2014-04-04 17:42:25,5530.00,successful,80,US,5530.00,5530.00,5000.00 +1111547878,Movi | Flagship Smartphone with embedded HD pico projector,Technology,Technology,USD,2017-01-06,100000.00,2016-12-07 08:23:24,1811.00,failed,5,US,1200.00,1811.00,100000.00 +1111550505,Next Level Shirt Project,Music,Music,CAD,2014-04-27,500.00,2014-03-28 21:24:39,582.00,successful,25,CA,524.21,530.78,456.00 +"1111556359,Madbin Slinginbeats,Music,Music,CAD,2015-04-25,3500.00,2015-02-24 22:01:39,1.00,undefined,0,""N,0"""""",,0.83,2911.81" +"1111559548,""Nourish u, blended fruit & veggie drinks."",Food,Food,USD,2013-07-09,5000.00,2013-05-28 22:33:21,460.00,failed,7,US,460.00,460.00,5000.00" +1111570254,From Dark to Digital!,Theater,Theater,CAD,2013-10-23,40000.00,2013-09-09 20:05:22,5277.00,failed,22,CA,5069.76,5055.57,38321.52 +1111574088,CLAUSTROPHOBIA: A FEATURE FILM,Drama,Film & Video,CAD,2016-01-18,8000.00,2015-12-09 00:20:53,905.00,failed,6,CA,675.89,638.63,5645.33 +1111575603,The Portland Grid Project's New Website,Photography,Photography,USD,2013-07-27,9500.00,2013-06-27 21:10:19,11092.00,successful,97,US,11092.00,11092.00,9500.00 +"1111577911,""Whole, an art exhibit by Carmen Rose"",Mixed Media,Art,USD,2011-05-18,2200.00,2011-04-20 23:40:58,1128.00,failed,21,US,1128.00,1128.00,2200.00" +11115834,Tile Book One: Science Fiction 01,Tabletop Games,Games,GBP,2013-06-11,2000.00,2013-05-12 21:00:19,128.00,failed,4,GB,196.62,199.98,3124.61 +1111584301,Chasing Legends: A Treasure Hunter's Journey,Documentary,Film & Video,USD,2014-08-10,25000.00,2014-07-11 02:51:23,25.00,failed,1,US,25.00,25.00,25000.00 +1111584953,usmrtGo - Affordable Car Starter For Your Smartphone,Hardware,Technology,USD,2017-10-03,10000.00,2017-08-24 00:38:54,6871.00,failed,72,US,2680.00,6871.00,10000.00 +1111590291,Motorcycle Stock Video Project,Film & Video,Film & Video,USD,2014-05-23,5000.00,2014-05-13 20:14:21,0.00,failed,0,US,0.00,0.00,5000.00 +1111593063,The Baby Snap Sack® with down fill by The Milk & Honey Co.,Product Design,Design,USD,2014-05-29,12000.00,2014-05-17 02:34:32,2831.00,failed,16,US,2831.00,2831.00,12000.00 +"1111593403,""My super heros, football players and dragons need your help"",Crochet,Crafts,USD,2015-12-29,2000.00,2015-12-08 21:07:32,21.00,failed,2,US,21.00,21.00,2000.00" +111159585,The Strange #1,Comic Books,Comics,USD,2014-06-21,500.00,2014-05-22 02:18:11,2112.00,successful,160,US,2112.00,2112.00,500.00 +1111597393,Tea For Three - What Everyone MUST Learn About The Tea Party,Nonfiction,Publishing,USD,2012-07-15,10000.00,2012-06-22 03:42:21,0.00,failed,0,US,0.00,0.00,10000.00 +1111600516,Flapjacks & Sasquatches - Now With a Side of Bacon,Tabletop Games,Games,USD,2011-08-29,10000.00,2011-07-14 18:36:16,11236.77,successful,192,US,11236.77,11236.77,10000.00 +1111607402,Who's DA Boss?!,Games,Games,USD,2014-09-26,3003.00,2014-07-28 23:41:09,0.00,failed,0,US,0.00,0.00,3003.00 +1111609847,Pyramid Garden - Aeroponic Vertical Growing System,Technology,Technology,USD,2014-07-23,45000.00,2014-06-18 18:21:55,17057.00,failed,71,US,17057.00,17057.00,45000.00 +1111613224,Retropolis Rocket Ship Limited Edition Archival Print,Digital Art,Art,USD,2013-05-17,4500.00,2013-04-04 17:59:20,1955.00,failed,27,US,1955.00,1955.00,4500.00 +"1111616844,""WebbyKids is where kids make websites, games, and apps!"",Technology,Technology,USD,2013-12-03,65000.00,2013-10-26 15:04:27,2392.00,canceled,31,US,2392.00,2392.00,65000.00" +1111621508,MU Online Fanz Database Perfection,Games,Games,USD,2014-03-25,1500.00,2014-01-24 22:36:28,50.00,failed,1,US,50.00,50.00,1500.00 +1111624486,FaceForward,Software,Technology,CAD,2014-08-28,10117.00,2014-08-01 14:00:57,801.00,failed,14,CA,735.04,737.98,9320.99 +1111629843,Make our Mascot into a Comic,Comic Books,Comics,GBP,2016-05-21,5000.00,2016-04-21 17:06:03,3.00,failed,3,GB,4.31,4.39,7323.75 +1111636502,Burning Man Beaver Ranch Mutant Vehicle (Art Car) Project,Conceptual Art,Art,USD,2012-08-19,1500.00,2012-07-20 03:37:27,1620.00,successful,18,US,1620.00,1620.00,1500.00 +1111646986,Pizza and Pugs / Crazy Characters for your favorite Bricks!,Product Design,Design,USD,2017-07-06,15000.00,2017-06-03 20:41:01,5329.00,failed,167,US,1195.00,5329.00,15000.00 +1111649865,Glitch Universe,Video Games,Games,GBP,2014-09-03,50.00,2014-08-04 17:11:59,0.00,failed,0,GB,0.00,0.00,81.48 +1111650320,The River - Short Film and Senior Project,Shorts,Film & Video,USD,2011-07-24,500.00,2011-04-25 21:31:04,10.00,failed,1,US,10.00,10.00,500.00 +1111652857,Bob the Box,Mobile Games,Games,AUD,2016-01-11,290.00,2015-12-12 17:45:08,47.00,failed,5,AU,34.06,32.27,199.12 +1111655032,A Shard of Sun: Book III of the Summer King Chronicles,Fiction,Publishing,USD,2014-12-16,12000.00,2014-11-16 08:00:50,14725.00,successful,241,US,14725.00,14725.00,12000.00 +1111658306,WHITE HEAT BEAST- A SCIENCE FICTION NOVEL,Fiction,Publishing,USD,2012-11-12,40000.00,2012-09-19 02:05:05,0.00,failed,0,US,0.00,0.00,40000.00 +1111658933,My Rendezvous with Destiny,Nonfiction,Publishing,USD,2013-11-13,20000.00,2013-09-29 20:45:05,20632.98,successful,186,US,20632.98,20632.98,20000.00 +1111660307,Epic Metal Coins for Tabletop Gaming,Tabletop Games,Games,USD,2014-12-27,3200.00,2014-11-24 13:10:29,17238.00,successful,222,US,17238.00,17238.00,3200.00 +1111662400,A MOVIE AND A MIXTAPE (Canceled),Hip-Hop,Music,USD,2016-03-09,40000.00,2016-02-08 17:47:06,0.00,canceled,0,US,0.00,0.00,40000.00 +1111672731,Elephants on Parade 2012,Theater,Theater,USD,2012-04-25,1500.00,2012-03-26 04:39:20,1715.00,successful,25,US,1715.00,1715.00,1500.00 +"1111682121,""The Bridge: Free, Independent and Local"",Print,Journalism,USD,2015-03-14,10000.00,2015-02-13 16:51:56,12567.00,successful,173,US,12567.00,12567.00,10000.00" +1111690270,Rehabilitative Recall: BFA Fashion Design Senior Thesis,Fashion,Fashion,USD,2014-02-02,3500.00,2014-01-02 23:30:49,3630.00,successful,31,US,3630.00,3630.00,3500.00 +11117085,D is for Dragon: An Alphabet Book for your inner nerd,Children's Books,Publishing,USD,2016-05-11,5000.00,2016-04-11 09:05:17,5317.00,successful,58,US,5317.00,5317.00,5000.00 +1111709425,Leash Bone -The bone you pick when walking your pup!,Product Design,Design,USD,2014-07-27,25000.00,2014-06-22 01:04:56,150.00,failed,8,US,150.00,150.00,25000.00 +111171201,Trappin Got Me Rappin 2,Hip-Hop,Music,USD,2016-06-12,20000.00,2016-05-03 17:40:41,0.00,failed,0,US,0.00,0.00,20000.00 +1111714875,FlexiFold Textiles,Design,Design,GBP,2014-10-29,300.00,2014-09-29 17:41:01,42.00,failed,3,GB,68.24,67.07,479.08 +111172067,Fernweh Clothing,Apparel,Fashion,USD,2014-10-08,175.00,2014-09-08 10:04:30,5.00,failed,1,US,5.00,5.00,175.00 +111172535,Help Move LbNA to a New Home,Web,Technology,USD,2015-06-06,700.00,2015-05-07 13:11:35,5100.00,successful,149,US,5100.00,5100.00,700.00 +1111727192,Hermanos,Fiction,Publishing,AUD,2016-04-12,2000.00,2016-03-13 13:23:31,392.00,failed,11,AU,296.51,301.98,1540.71 +1111728875,CORONADO DREAMING... a book with a soundtrack.,Music,Music,USD,2013-12-22,6500.00,2013-10-23 07:08:00,500.00,failed,1,US,500.00,500.00,6500.00 +1111729148,THE REIGN WILL KILL US ALL (Canceled),Thrillers,Film & Video,USD,2015-12-31,30000.00,2015-12-01 00:49:35,70.00,canceled,2,US,70.00,70.00,30000.00 +1111740528,Face IT - A game to fight inner demons,Video Games,Games,USD,2015-05-26,5700.00,2015-03-27 07:07:54,1321.00,failed,47,US,1321.00,1321.00,5700.00 +"1111741283,""The Cibo """"Crumb Catching"""" Placemat Brand Expansion"",Product Design,Design,USD,2016-05-13,5000.00,2016-04-13 00:45:28,5106.00,successful,28,US,5106.00,5106.00,5000.00" +1111758761,Gorilla Theater Productions Presents: Phase 3,Plays,Theater,USD,2015-04-17,3000.00,2015-03-24 19:26:00,3636.00,successful,29,US,3636.00,3636.00,3000.00 +1111761571,Eric's NOLA Ceramics Studio,Pottery,Crafts,USD,2013-04-27,800.00,2013-04-04 19:34:26,882.00,successful,24,US,882.00,882.00,800.00 +1111762802,The Gratitude Canada 150 Spruce and Mahogany Acoustic Guitar,Product Design,Design,CAD,2017-12-01,12000.00,2017-11-01 14:23:32,13210.00,successful,14,CA,4030.74,10260.99,9321.11 +1111767992,Vicci Moto Coffee Cart,Drinks,Food,USD,2014-11-10,6000.00,2014-10-27 20:17:33,2150.00,failed,23,US,2150.00,2150.00,6000.00 +111176821,Star Wars Knights of the Fallen Empire II: l'Union Obscure,Fantasy,Film & Video,EUR,2017-09-30,3000.00,2017-08-21 13:33:36,80.00,failed,3,FR,82.33,93.66,3512.10 +1111768866,FRESH VISIONS: under one umbrella,Dance,Dance,USD,2012-09-06,4444.00,2012-08-17 00:41:26,4811.00,successful,49,US,4811.00,4811.00,4444.00 +1111772773,CRAZY DIAMONDS TV COMEDY PILOT - 30 MIN.,Webseries,Film & Video,USD,2011-09-16,20000.00,2011-08-07 07:01:22,50.00,failed,2,US,50.00,50.00,20000.00 +1111781856,Stacy Queen & Berri Juicy @ Fringe Festival 2016,Festivals,Theater,AUD,2015-11-04,500.00,2015-09-29 23:44:32,610.00,successful,12,AU,428.89,435.87,357.27 +1111782007,Electric Vacuum Sweeper,Design,Design,USD,2017-02-18,4000.00,2017-01-19 18:32:32,10.00,failed,1,US,0.00,10.00,4000.00 +"1111783299,""Make """"Carolina Smile"""" "",Country & Folk,Music,USD,2011-03-11,5000.00,2011-01-20 16:06:44,6286.00,successful,92,US,6286.00,6286.00,5000.00" +1111787815,The Guardian's Spell - An Otome Game Dating Visual Novel,Video Games,Games,GBP,2014-04-06,2500.00,2014-03-07 02:33:10,3314.00,successful,179,GB,5523.12,5544.77,4182.84 +111179421,Brush Up™: the toothbrush training game,Product Design,Design,USD,2014-06-24,57500.00,2014-05-14 01:22:53,3276.00,failed,43,US,3276.00,3276.00,57500.00 +111181618,Southern Khaki Co. - Southern Style,Fashion,Fashion,USD,2017-10-06,25000.00,2017-09-06 23:48:53,0.00,failed,0,US,0.00,0.00,25000.00 +"1111824029,""Lacunas - New function, material, style. Footwear redefined."",Footwear,Fashion,AUD,2017-01-20,15000.00,2016-12-01 23:27:11,16459.00,successful,135,AU,2605.77,12397.56,11298.58" +1111826247,MTB,Publishing,Publishing,USD,2016-07-27,50300.00,2016-06-27 23:46:00,0.00,failed,0,US,0.00,0.00,50300.00 +1111838942,Pale Spectrum,Video Games,Games,USD,2016-04-30,1500.00,2016-03-25 09:42:08,7971.42,successful,357,US,7971.42,7971.42,1500.00 +1111848777,Wide Open Spaces,Photo,Journalism,USD,2016-11-09,50000.00,2016-10-10 19:10:04,21.00,failed,2,US,0.00,21.00,50000.00 +1111849064,A Certain Respect...,Photography,Photography,USD,2013-11-01,25000.00,2013-10-08 23:13:53,100.00,failed,1,US,100.00,100.00,25000.00 +1111850449,Border Collie Coffee Table Book,Art Books,Publishing,USD,2012-09-06,2000.00,2012-08-07 03:08:16,10.00,failed,1,US,10.00,10.00,2000.00 +1111867333,Reago: The video-streaming site that will beat YouTube.,Web,Technology,USD,2017-07-12,10000.00,2017-06-22 13:04:41,0.00,failed,0,US,0.00,0.00,10000.00 +"1111868118,""Moveable Art, rebuilding a studio, and moving it 3000 miles"",Art,Art,USD,2014-07-06,5000.00,2014-06-06 19:54:15,5260.00,successful,66,US,5260.00,5260.00,5000.00" +1111877381,Toy Trucks - the Short Film,Shorts,Film & Video,USD,2013-04-13,800.00,2013-02-27 04:09:55,1290.00,successful,19,US,1290.00,1290.00,800.00 +1111881466,Eve & Adams Midwife - Pregnancy and Childbirth book,Nonfiction,Publishing,AUD,2015-08-06,8000.00,2015-07-07 09:47:06,20.00,failed,1,AU,14.99,14.78,5910.60 +1111882116,Stare Off,Apps,Technology,GBP,2017-06-03,5000.00,2017-04-20 07:25:20,0.00,failed,0,GB,0.00,0.00,6376.25 +111189438,JEWISH MEDITERRANEAN COOKBOOK (SPANISH & ENGLISH),Food,Food,USD,2012-03-25,10070.00,2012-01-25 19:23:47,470.00,failed,6,US,470.00,470.00,10070.00 +1111894429,PEA PIE PUD - THE ORIGINS OF NEW ZEALAND ROCK'N'ROLL 1955-62,Publishing,Publishing,NZD,2014-01-13,20000.00,2013-12-14 02:53:37,4718.00,failed,46,NZ,3900.94,3897.56,16522.10 +1111895631,INNER GHOSTS,Horror,Film & Video,USD,2017-06-01,10000.00,2017-04-30 02:05:47,11233.00,successful,176,US,3594.00,11233.00,10000.00 +"1111899849,""""""Finding Mr. Wright"""" a new gay romantic comedy from Award Winning Producer"",Shorts,Film & Video,USD,2010-06-21,7500.00,2010-03-25 00:12:25,421.00,failed,6,US,421.00,421.00,7500.00" +"1111909433,""Comedy and Family Fun at the rodeo with potato salad, LOL"",Events,Comics,USD,2014-08-10,4000.00,2014-07-11 21:50:32,21.00,failed,3,US,21.00,21.00,4000.00" +"1111911386,""Hello, Skater Girl"",Photography,Photography,USD,2012-01-01,13000.00,2011-11-02 07:39:06,13923.22,successful,213,US,13923.22,13923.22,13000.00" +"1111912847,""""""Union 911"""" - Coffee table photo book of the Union Square 9-11 Memorial in NYC"",Art Books,Publishing,USD,2009-11-28,9500.00,2009-09-01 00:45:23,0.00,failed,0,US,0.00,0.00,9500.00" +"1111917903,""Bear Romantic """"Firewood"""" CD & 12"""" (Canceled)"",Indie Rock,Music,USD,2010-07-01,525.00,2010-05-24 19:33:41,0.00,canceled,0,US,0.00,0.00,525.00" +1111918633,The ABCs of Nightmares,Children's Books,Publishing,CAD,2016-11-24,8500.00,2016-10-24 01:05:08,2764.00,failed,49,CA,0.00,2048.77,6300.50 +1111922027,Keep the Belle Tones Ringing!,Music,Music,USD,2012-08-11,2000.00,2012-07-12 22:46:19,2300.00,successful,64,US,2300.00,2300.00,2000.00 +"1111932948,""Pijin: Flock, talk & unlock the sensory puzzles of speech"",Tabletop Games,Games,USD,2014-03-18,15000.00,2014-02-12 01:23:31,17233.00,successful,205,US,17233.00,17233.00,15000.00" +1111935498,For a Moment,Music,Music,USD,2016-12-02,9500.00,2016-10-18 01:09:33,976.00,failed,8,US,650.00,976.00,9500.00 +1111936970,Third Age: Eternal,Tabletop Games,Games,USD,2015-08-02,30000.00,2015-07-03 16:59:41,766.00,failed,17,US,766.00,766.00,30000.00 +1111939225,Lifestyle eyewear. A new standard for sunglasses & goggles.,Accessories,Fashion,USD,2015-10-22,5000.00,2015-09-22 03:19:12,13345.00,successful,103,US,13345.00,13345.00,5000.00 +1111939246,Join The Walking Tree in Releasing Their First Full Record!,Music,Music,USD,2012-12-10,18000.00,2012-11-10 02:28:21,18000.00,successful,175,US,18000.00,18000.00,18000.00 +1111943340,Hoops Hero,Mobile Games,Games,USD,2015-12-10,2500.00,2015-10-26 17:06:26,0.00,failed,0,US,0.00,0.00,2500.00 +1111943668,Michael Evangelista's Peripheral EP,Country & Folk,Music,USD,2016-09-22,1500.00,2016-08-23 23:32:24,106.00,failed,1,US,0.00,106.00,1500.00 +1111968586,Galileo. Your iOS in Motion.,Product Design,Design,USD,2012-04-21,100000.00,2012-03-22 07:03:30,702427.00,successful,5227,US,702427.00,702427.00,100000.00 +1111973487,Project: Gorgon - A new approach to MMOs,Video Games,Games,USD,2014-09-27,100000.00,2014-08-27 18:07:24,23502.03,failed,317,US,23502.03,23502.03,100000.00 +111197380,Opportunity to sing infamous operatic role!,Performance Art,Art,USD,2014-01-04,400.00,2013-12-05 20:45:56,555.00,successful,12,US,555.00,555.00,400.00 +1111975706,I have the SOLUTION to the PLASTIC pollution. I can end it.,Technology,Technology,USD,2017-11-16,60000.00,2017-09-17 20:21:19,362.00,failed,13,US,136.00,362.00,60000.00 +1111979477,RISE of the LAVA MEN: Help Uncover Monsterface's Next Quest,Rock,Music,USD,2013-07-18,3300.00,2013-06-18 19:07:11,3636.00,successful,72,US,3636.00,3636.00,3300.00 +1111992336,The National,Webseries,Film & Video,USD,2012-01-17,3000.00,2011-12-15 20:31:29,3082.20,successful,48,US,3082.20,3082.20,3000.00 +1112001738,Let's Bring Sammi Jo and Screech to LIFE!,Children's Books,Publishing,USD,2017-10-03,7000.00,2017-09-03 18:12:50,335.00,failed,4,US,260.00,335.00,7000.00 +1112008617,Blood & Gourd,Comics,Comics,USD,2013-11-19,10573.00,2013-10-17 03:18:09,3119.00,failed,37,US,3119.00,3119.00,10573.00 +"111201574,""Root, Tree and Mote for Robox® Micro-manufacturing Platform"",3D Printing,Technology,GBP,2017-02-10,10000.00,2017-01-11 10:15:27,17605.00,successful,127,GB,7561.68,21939.61,12462.15" +111201921,The Crystal Ballroom,Crafts,Crafts,USD,2014-08-08,2000.00,2014-07-09 17:30:30,0.00,failed,0,US,0.00,0.00,2000.00 +"1112029125,""Beyond the Cage: the inside story of techniques, personalities & lifestyle of MMA! (Canceled)"",Shorts,Film & Video,USD,2010-10-24,20000.00,2010-09-03 03:01:05,205.00,canceled,4,US,205.00,205.00,20000.00" +1112032557,Vlags: A stylish new way to represent your country!,Digital Art,Art,USD,2014-10-10,3000.00,2014-09-10 16:14:49,0.00,failed,0,US,0.00,0.00,3000.00 +1112047704,Very Near Mint Volume 2,Comics,Comics,USD,2011-11-08,3000.00,2011-09-29 01:22:38,6770.55,successful,202,US,6770.55,6770.55,3000.00 +1112053541,LED Corners for NeoPixel/WS2812b LED strips,Technology,Technology,GBP,2017-05-10,1000.00,2017-04-10 19:30:04,820.00,failed,39,GB,35.88,1054.32,1285.76 +"1112063116,""Paperback """"Longhaired Lads of London"""" by Inger Simonsen"",Nonfiction,Publishing,USD,2016-04-27,1300.00,2016-03-28 21:18:28,36.00,failed,3,US,36.00,36.00,1300.00" +1112080854,JUGGERNAUT Soundscapes by Darkraven Games Europe,Tabletop Games,Games,USD,2016-05-19,1000.00,2016-05-04 18:57:11,1818.00,successful,42,US,1818.00,1818.00,1000.00 +1112081870,JakRak - Carry Your Coat Hands-Free!,Product Design,Design,USD,2017-04-14,10000.00,2017-03-15 18:28:41,12274.00,successful,247,US,3864.00,12274.00,10000.00 +1112085912,ANDALUCIA MEZCLA ARTESANAL CAFÉ MOVIL,Food,Food,MXN,2016-12-30,400000.00,2016-11-30 05:56:05,0.00,failed,0,MX,0.00,0.00,19365.77 +1112088439,My Perfect Sunday: Concrete & Countryside EP,Indie Rock,Music,AUD,2016-07-29,1000.00,2016-06-29 01:54:07,15.00,failed,1,AU,0.00,11.28,751.77 +1112089513,Fairfield County Anime/Sci-fi/Steampunk Convention,Mixed Media,Art,USD,2011-10-31,2000.00,2011-10-01 00:21:37,15.00,failed,2,US,15.00,15.00,2000.00 +1112090297,'The Smithee' (Canceled),Thrillers,Film & Video,GBP,2015-08-02,200.00,2015-06-30 14:30:45,0.00,canceled,0,GB,0.00,0.00,310.34 +"111210850,""Arista & Rolling Rocks Farm, A Seed to Plate Mission"",Restaurants,Food,USD,2016-04-08,2000.00,2016-03-09 05:26:40,2050.00,successful,20,US,2050.00,2050.00,2000.00" +"1112109475,""JERRY: THE MOVIE, A Jerry Garcia Documentary"",Documentary,Film & Video,USD,2012-12-23,400000.00,2012-11-08 05:16:41,12550.00,failed,210,US,12550.00,12550.00,400000.00" +1112115333,Pulse Fantasy RPG,Tabletop Games,Games,USD,2014-02-16,6000.00,2014-01-17 23:58:10,2496.00,failed,35,US,2496.00,2496.00,6000.00 +1112125174,Hand Made Wallets,Fashion,Fashion,USD,2013-04-13,550.00,2013-03-14 20:35:22,0.00,failed,0,US,0.00,0.00,550.00 +"1112126094,""""""Scar Wars-Forged in Fright"""""",Print,Journalism,USD,2014-08-15,4500.00,2014-07-16 23:06:01,40.00,failed,2,US,40.00,40.00,4500.00" +1112128339,Mister Khaled’s Tuxedo Company,Knitting,Crafts,EUR,2016-07-31,50000.00,2016-06-13 10:20:12,3487.00,canceled,27,NL,3754.89,3890.09,55779.91 +1112141384,swaggerville animation show,Performance Art,Art,USD,2015-03-01,13000.00,2015-01-30 01:40:45,1.00,failed,1,US,1.00,1.00,13000.00 +1112150464,Saint Michael Official Video for Nothin (Return of the Gods),Hip-Hop,Music,USD,2015-03-04,144000.00,2015-02-04 19:45:42,0.00,canceled,0,US,0.00,0.00,144000.00 +1112159148,Minimalist Wallet (Suspended),Product Design,Design,USD,2015-03-20,5000.00,2015-02-03 01:52:01,1977.00,suspended,181,US,1977.00,1977.00,5000.00 +1112169526,GWAP - the mobile application for responsible citizens,Apps,Technology,EUR,2015-07-03,50000.00,2015-06-03 21:16:13,0.00,canceled,0,FR,0.00,0.00,55479.73 +1112178423,Photography for free that shares what the community is doing,Photography,Photography,USD,2014-04-21,35000.00,2014-03-07 15:51:24,25.00,failed,4,US,25.00,25.00,35000.00 +1112189479,The Synth Oppression,Fiction,Publishing,USD,2012-04-26,300.00,2012-04-06 22:20:10,0.00,failed,0,US,0.00,0.00,300.00 +111219053,AIRBLADE: Extreme Hockey,Games,Games,USD,2014-03-27,700000.00,2014-02-25 15:07:36,23332.00,failed,29,US,23332.00,23332.00,700000.00 +1112195025,Click to support Mobile-Commerce for all! Every penny counts,Apps,Technology,NOK,2016-07-31,3000000.00,2016-06-06 18:02:12,10470.00,canceled,17,NO,1262.09,1242.30,355960.56 +1112214597,Bronze Casting,Sculpture,Art,GBP,2016-05-22,1000.00,2016-05-07 22:42:47,265.00,failed,8,GB,383.89,388.16,1464.75 +"1112228945,""fEast Theatre presents """"Winter '53"""", a new play by Rob John"",Plays,Theater,GBP,2016-03-31,500.00,2016-03-01 19:17:36,500.00,successful,14,GB,692.55,715.48,715.48" +1112238460,Great Scott! - The Game of Mad Invention,Tabletop Games,Games,GBP,2016-05-05,5000.00,2016-04-13 14:00:33,9589.00,successful,564,GB,13650.46,13896.50,7246.06 +1112253410,25th Annual Massanutten Hoo-Ha Video,Documentary,Film & Video,USD,2013-06-23,2000.00,2013-06-06 20:47:41,2000.00,successful,29,US,2000.00,2000.00,2000.00 +1112255192,CoCo - A Childrens Educational Adventure Book (Canceled),Children's Books,Publishing,USD,2014-08-29,2000.00,2014-07-30 04:23:19,0.00,canceled,0,US,0.00,0.00,2000.00 +1112263134,The Award Goes To,Tabletop Games,Games,USD,2013-06-28,10000.00,2013-05-14 18:06:23,1403.00,failed,42,US,1403.00,1403.00,10000.00 +1112266143,My Self-heating Self-Contained Vegan Composting Greenhouse,Food,Food,USD,2012-12-13,3000.00,2012-11-13 02:01:22,213.00,failed,5,US,213.00,213.00,3000.00 +111227838,The Simpson Season 1 Episode Review Guide,Zines,Publishing,GBP,2015-08-30,100.00,2015-07-31 19:59:48,133.00,successful,18,GB,207.56,202.51,152.26 +1112281872,Richard Katz: The new RECORD and WORLD TOUR (Canceled),Rock,Music,USD,2012-08-06,5000.00,2012-07-07 17:35:22,100.00,canceled,5,US,100.00,100.00,5000.00 +1112285053,Pumpkin Passes Away,Photobooks,Photography,USD,2014-10-24,1000.00,2014-08-25 19:31:35,101.00,failed,3,US,101.00,101.00,1000.00 +1112288395,Any Which Way Music Video,Shorts,Film & Video,USD,2012-05-05,1000.00,2012-03-06 17:01:22,1095.00,successful,35,US,1095.00,1095.00,1000.00 +1112293545,Iridescent - Art book by Steffanie Rainbow,Illustration,Art,EUR,2017-12-01,1200.00,2017-11-01 18:24:43,1556.00,successful,25,DE,999.60,1849.30,1426.19 +1112297063,Catching Le Scene,Photobooks,Photography,USD,2014-11-01,8000.00,2014-09-02 01:35:38,0.00,failed,0,US,0.00,0.00,8000.00 +111229761,Bluegrass Basketball,Technology,Technology,USD,2015-05-16,1500.00,2015-04-16 21:12:13,85.00,failed,3,US,85.00,85.00,1500.00 +1112298552,Deborah Daring Double Feature,Comic Books,Comics,CAD,2017-04-16,3999.00,2017-03-15 07:00:08,4308.00,successful,143,CA,906.69,3197.51,2968.16 +1112301219,Make An Appointment With Me,Theater,Theater,USD,2009-10-15,3000.00,2009-09-04 17:43:56,1515.00,failed,45,US,1515.00,1515.00,3000.00 +1112303226,GET SEXY LIKE ME - music video,Film & Video,Film & Video,USD,2012-07-23,2500.00,2012-06-23 16:12:21,5.00,failed,1,US,5.00,5.00,2500.00 +1112309069,Volstead Social Club,Drinks,Food,AUD,2016-05-19,100000.00,2016-04-19 06:25:34,1.00,failed,1,AU,0.77,0.72,72290.90 +1112311326,Raiden Prime,Video Games,Games,USD,2015-08-10,20000.00,2015-07-11 04:33:23,31.00,failed,3,US,31.00,31.00,20000.00 +1112333344,Raw and Unseasoned art exhibition,Sculpture,Art,GBP,2015-05-08,300.00,2015-04-27 17:28:11,68.00,failed,7,GB,103.27,104.81,462.41 +1112339742,Project Daedalus - A Horror Dungeon Crawl RPG,Video Games,Games,EUR,2017-11-09,19000.00,2017-10-20 18:37:14,366.00,failed,19,IT,112.10,426.54,22142.72 +"111234357,""lykta, lycka [light, happiness]"",Documentary,Film & Video,USD,2015-07-03,1870.00,2015-06-12 15:42:43,1912.00,successful,51,US,1912.00,1912.00,1870.00" +1112347483,We are on a Boat - 1st Boat Sharing app,Apps,Technology,EUR,2014-08-29,20000.00,2014-07-24 23:25:31,432.00,failed,7,NL,581.57,569.72,26375.83 +1112349215,Mulholland Doctor,Horror,Film & Video,USD,2016-11-04,5000.00,2016-10-05 18:56:22,1.00,failed,1,US,0.00,1.00,5000.00 +1112352474,HelioTent - The Healthier Sun Shade,Gadgets,Technology,EUR,2016-07-04,25000.00,2016-05-20 21:35:10,30005.00,successful,99,DE,33742.11,33215.62,27675.07 +1112357997,The Legend of Billy Mean - Children's Book Series,Children's Books,Publishing,USD,2012-06-25,10000.00,2012-05-21 22:33:24,60.00,failed,2,US,60.00,60.00,10000.00 +1112374635,Fitchburg:the old hometown,Nonfiction,Publishing,USD,2013-06-16,600.00,2013-05-15 14:15:02,981.00,successful,21,US,981.00,981.00,600.00 +1112375026,Full Tilt - Horror/Mystery Game,Video Games,Games,USD,2014-12-09,18000.00,2014-10-29 23:38:15,13.00,failed,3,US,13.00,13.00,18000.00 +1112394163,The GIFTS OF PARADISE,Film & Video,Film & Video,USD,2013-05-20,5000.00,2013-04-05 21:18:31,5644.00,successful,82,US,5644.00,5644.00,5000.00 +1112394779,Starting a Filmmaking Studio,Film & Video,Film & Video,USD,2017-08-24,7000.00,2017-07-25 01:13:00,0.00,failed,0,US,0.00,0.00,7000.00 +1112395445,The story of my Hero,Nonfiction,Publishing,USD,2014-02-07,10000.00,2014-01-08 20:25:56,200.00,failed,2,US,200.00,200.00,10000.00 +1112416151,Strong Female Character: A Musical Theater Song Cycle,Musical,Theater,USD,2016-06-12,3571.00,2016-05-17 03:02:54,3626.00,successful,51,US,3626.00,3626.00,3571.00 +111241642,Stylish Orcs Miniatures,Tabletop Games,Games,EUR,2015-11-11,200.00,2015-10-27 17:55:08,260.00,successful,14,ES,286.84,279.86,215.28 +"1112419143,""""""The Enhanced Eye"""""",Photography,Photography,USD,2012-08-08,13000.00,2012-07-09 22:09:19,115.00,failed,2,US,115.00,115.00,13000.00" +1112423699,The Adventures of Lil' Timmy (Afro-Man Saves The Day!),Children's Books,Publishing,USD,2015-12-05,5000.00,2015-11-05 01:20:58,0.00,canceled,0,US,0.00,0.00,5000.00 +1112423820,Esteti·co: A Young Creative Publication,Zines,Publishing,AUD,2017-06-08,500.00,2017-04-24 10:03:42,500.00,successful,9,AU,37.72,376.62,376.62 +1112435727,Through Gamer Goggles Gen Con 2014 Media Coverage,Tabletop Games,Games,USD,2014-07-21,585.00,2014-07-06 06:38:41,1088.00,successful,19,US,1088.00,1088.00,585.00 +1112446104,Army Of Snipers x The Little Lotus Project Documentary,Documentary,Film & Video,USD,2011-11-20,16500.00,2011-10-21 20:57:22,19716.00,successful,196,US,19716.00,19716.00,16500.00 +111244983,MotherTruckin' Jams,Electronic Music,Music,USD,2013-02-24,10000.00,2013-01-25 23:02:06,0.00,failed,0,US,0.00,0.00,10000.00 +1112454094,Fishpond: An anonymous site and app for making friends,Web,Technology,USD,2017-01-07,15000.00,2016-12-08 22:00:47,5.00,failed,1,US,5.00,5.00,15000.00 +1112455344,Slickview,Product Design,Design,USD,2012-04-16,529000.00,2012-02-16 06:34:56,5.00,failed,1,US,5.00,5.00,529000.00 +1112464046,MYRIAD THREAT - A Graphic Novel of the Myriad Song,Graphic Novels,Comics,USD,2015-09-16,2250.00,2015-08-05 05:01:45,3276.00,successful,58,US,3276.00,3276.00,2250.00 +1112468013,WordKik Parental Control,Apps,Technology,EUR,2014-12-26,6000.00,2014-11-25 21:37:30,144.00,failed,18,IE,178.44,173.42,7225.78 +1112473911,The Man Who Ate New Orleans (and rebuilt it too!),Documentary,Film & Video,USD,2011-07-03,5000.00,2011-06-03 13:57:46,5388.79,successful,118,US,5388.79,5388.79,5000.00 +111247662,The Spyder 360 - Fitness device Targets your Core & More!,Product Design,Design,USD,2014-08-14,100000.00,2014-07-09 02:00:51,16799.00,failed,183,US,16799.00,16799.00,100000.00 +1112480909,Rowen - Student Short Film,Shorts,Film & Video,USD,2014-01-14,1500.00,2013-12-15 18:12:30,2411.00,successful,29,US,2411.00,2411.00,1500.00 +1112483866,Stage Caption,Theater,Theater,USD,2016-03-01,5000.00,2016-02-01 20:10:54,526.00,failed,6,US,526.00,526.00,5000.00 +1112484628,The First Day of Spring – Scroll down to watch all 4 videos,Drama,Film & Video,USD,2015-06-28,325000.00,2015-04-29 03:04:26,1077.00,failed,5,US,1077.00,1077.00,325000.00 +1112492849,ENIGMA PRO MAGIC DVD TRENING,Film & Video,Film & Video,GBP,2015-04-18,600.00,2015-03-19 22:17:34,27.00,failed,2,GB,39.85,40.82,907.17 +1112494206,Steve Wilson & Wilsonian's Grain 'Live in NYC' Recording,Jazz,Music,USD,2014-11-26,11000.00,2014-11-07 13:18:05,11938.00,successful,214,US,11938.00,11938.00,11000.00 +1112495839,GIRL TALK- THE MOVIE,Narrative Film,Film & Video,USD,2013-05-11,15000.00,2013-03-27 19:20:44,140.00,failed,4,US,140.00,140.00,15000.00 +1112501805,Virtual Emergency Situation Training Reality,Interactive Design,Design,GBP,2018-02-04,70000.00,2017-12-06 17:43:55,0.00,live,0,GB,0.00,0.00,95478.42 +1112502861,The Writer With No Hands,Documentary,Film & Video,GBP,2013-05-18,14000.00,2013-04-18 20:31:09,855.00,failed,16,GB,1313.19,1290.96,21138.46 +1112514910,Preso - the hackable smart outlet,DIY Electronics,Technology,EUR,2017-11-22,15000.00,2017-09-23 19:00:44,703.00,failed,17,IT,438.83,834.96,17815.57 +1112519809,Help the Hypnotist Collectors release our debut album!,Music,Music,USD,2011-04-08,3000.00,2011-03-08 03:54:52,3348.00,successful,61,US,3348.00,3348.00,3000.00 +1112522990,My Cricket and Me,Comedy,Film & Video,USD,2016-12-14,297075.00,2016-10-15 16:06:22,5693.00,canceled,34,US,3466.00,5693.00,297075.00 +1112523988,Shok Krush Krash,Video Games,Games,USD,2016-04-20,50000.00,2016-02-20 04:36:18,237.00,failed,9,US,237.00,237.00,50000.00 +1112525003,swimfree,Accessories,Fashion,USD,2014-08-16,1000.00,2014-07-17 02:45:29,50.00,failed,2,US,50.00,50.00,1000.00 +1112532654,AudioBrush – Music-adapting arcade game using your own music,Video Games,Games,GBP,2013-08-24,10000.00,2013-07-25 18:21:33,196.00,canceled,8,GB,300.54,303.77,15498.59 +1112535953,Sight.Sound.Soul. with Henry Butler,Performance Art,Art,USD,2011-08-22,8100.00,2011-06-08 16:15:34,8104.50,successful,74,US,8104.50,8104.50,8100.00 +111253957,Ten of Cups AFFIRMATION SLEEPWEAR,Fashion,Fashion,USD,2017-01-25,400.00,2017-01-17 18:48:24,460.00,successful,13,US,140.00,460.00,400.00 +1112542171,Crayonpang : 3D Augmented Reality Coloring Book,Art Books,Publishing,USD,2015-07-30,20000.00,2015-06-29 14:03:03,481.00,failed,14,US,481.00,481.00,20000.00 +1112544269,Sekret Wars : 2Pacalypse Now,Playing Cards,Games,USD,2016-08-05,95000.00,2016-07-06 19:15:21,180.00,failed,2,US,0.00,180.00,95000.00 +"1112544627,""My Big Fat """"Greek Chic 101"""" Project"",Food,Food,USD,2011-04-03,7000.00,2011-03-02 22:45:07,0.00,failed,0,US,0.00,0.00,7000.00" +1112550007,Sunshine & Swell Lines - A documentary about Florida surfing,Documentary,Film & Video,USD,2011-03-20,8350.00,2011-01-29 15:12:22,1755.00,failed,21,US,1755.00,1755.00,8350.00 +1112555411,Filipino-language cantata on caregivers and Filipino workers,Theater,Theater,USD,2011-04-17,2000.00,2011-03-17 05:19:10,2235.00,successful,43,US,2235.00,2235.00,2000.00 +1112568555,The Sturgeon Aubade,DIY Electronics,Technology,USD,2014-12-05,22000.00,2014-10-16 03:09:46,2.00,failed,2,US,2.00,2.00,22000.00 +1112571365,charleston cartal mix cd JAGENT/777REC,Hip-Hop,Music,USD,2015-09-30,20000.00,2015-08-28 17:27:45,0.00,failed,0,US,0.00,0.00,20000.00 +1112578500,Beerded Brothers Brewing - Two Brothers Bottle Their Dream!,Food,Food,USD,2013-09-11,7500.00,2013-08-12 18:07:20,10000.00,successful,107,US,10000.00,10000.00,7500.00 +1112581974,Vivify,Nonfiction,Publishing,USD,2015-03-26,60000.00,2015-02-25 00:57:39,0.00,failed,0,US,0.00,0.00,60000.00 +1112584252,Bloodline Tattoo,Art,Art,GBP,2014-06-19,300.00,2014-05-20 00:26:01,330.00,successful,18,GB,554.89,562.27,511.15 +1112590170,Re-Living The Holocaust: Through Their Eyes,Documentary,Film & Video,USD,2014-06-29,15000.00,2014-05-30 16:48:41,23.00,failed,2,US,23.00,23.00,15000.00 +1112595950,DTLA,Film & Video,Film & Video,USD,2012-02-23,25000.00,2012-01-26 05:01:41,33525.11,successful,218,US,33525.11,33525.11,25000.00 +1112597223,Lancaster Square,Film & Video,Film & Video,USD,2011-04-30,875.00,2011-03-31 04:56:24,25.00,failed,2,US,25.00,25.00,875.00 +1112607491,reMIND - a graphic novel,Graphic Novels,Comics,USD,2010-08-23,3000.00,2010-07-08 07:29:47,12665.78,successful,346,US,12665.78,12665.78,3000.00 +1112614962,Kitmana Convertible Travel Wallet,Product Design,Design,USD,2017-06-29,2500.00,2017-05-30 20:30:16,16995.00,successful,422,US,1372.00,16995.00,2500.00 +"111262012,""Funny Pet-Inspired Enamel Pins, Dog Collection"",Art,Art,USD,2017-03-02,2000.00,2017-02-07 19:26:00,2338.00,successful,57,US,1061.00,2338.00,2000.00" +1112620437,Floating Castles,Photobooks,Photography,AUD,2015-05-26,4800.00,2015-04-26 05:13:09,0.00,failed,0,AU,0.00,0.00,3672.53 +1112623207,INADANI: A Chance of a Lifetime,Performance Art,Art,USD,2015-04-25,2500.00,2015-03-25 23:53:03,0.00,failed,0,US,0.00,0.00,2500.00 +"1112624316,""""""FWS"""" (FIGHT WITH SPIRIT)"",Apparel,Fashion,GBP,2015-11-01,2500.00,2015-10-02 11:47:00,15.00,failed,1,GB,22.70,22.71,3784.55" +1112624974,12 Days of Charity,Web,Technology,USD,2016-04-21,10000.00,2016-02-21 21:13:29,32.00,failed,5,US,32.00,32.00,10000.00 +"1112636308,""""""Deliver U.S."""" A Happy Zombie Apocalypse Short Film (Comedy)"",Comedy,Film & Video,USD,2016-03-21,5000.00,2016-02-10 03:38:18,5045.00,successful,45,US,5045.00,5045.00,5000.00" +1112644132,Swadesh words (Canceled),Tabletop Games,Games,CAD,2014-04-28,5000.00,2014-03-09 05:55:31,128.00,canceled,7,CA,116.36,116.74,4559.96 +"1112644631,The Remnant Choir - The Word Became Flesh,Music,Music,USD,2016-02-16,2000.00,2016-01-16 15:21:59,775.00,undefined,0,""N,0"""""",,775.00,2000.00" +"1112653273,""Where Your Mind Goes, You Go"",Nonfiction,Publishing,USD,2016-02-20,19750.00,2016-01-21 05:30:17,723.00,failed,10,US,723.00,723.00,19750.00" +1112654471,Ironwood Engraving - Affordable Role-Playing Tokens and Maps,Tabletop Games,Games,USD,2013-08-23,3500.00,2013-07-24 03:01:46,5960.00,successful,48,US,5960.00,5960.00,3500.00 +1112656504,Saint George,Fantasy,Film & Video,GBP,2015-05-28,2500.00,2015-04-23 10:47:46,175.00,failed,7,GB,261.27,267.00,3814.35 +"1112668835,""A personal, little way to entertain people"",Film & Video,Film & Video,EUR,2017-01-31,2400.00,2016-12-16 00:36:48,0.00,canceled,0,DE,0.00,0.00,2577.85" +1112670082,Johnny Blazes and The Pretty Boys' Debut Album!,Music,Music,USD,2014-09-01,10000.00,2014-08-04 22:02:06,10268.15,successful,280,US,10268.15,10268.15,10000.00 +1112671934,DRUG PARTY: THE MUSICAL,Narrative Film,Film & Video,USD,2017-08-05,10000.00,2017-07-06 08:48:12,1725.00,failed,27,US,0.00,1725.00,10000.00 +1112681176,Der Bunker,Film & Video,Film & Video,USD,2012-01-15,20000.00,2011-12-17 00:01:51,12220.40,failed,53,US,12220.40,12220.40,20000.00 +1112682604,Labyrinth Brewing Co. Marketing Goodies,Drinks,Food,USD,2016-05-08,1400.00,2016-04-08 18:25:25,3002.00,successful,56,US,3002.00,3002.00,1400.00 +1112682923,One Nine Nine Four: 90's Punk Rock Documentary,Documentary,Film & Video,USD,2010-02-01,5000.00,2009-12-08 05:10:54,15732.00,successful,192,US,15732.00,15732.00,5000.00 +1112688723,The Beauty For Ashes Project Presents: You're Beautiful,Performances,Dance,USD,2015-03-22,2500.00,2015-02-20 06:07:40,2700.00,successful,33,US,2700.00,2700.00,2500.00 +1112691397,Saltwater: Festival Premier!,Narrative Film,Film & Video,USD,2017-02-01,5000.00,2017-01-12 06:29:18,1045.00,failed,20,US,0.00,1045.00,5000.00 +1112705976,Pajama Bottoms Productions,Film & Video,Film & Video,USD,2014-04-16,2000.00,2014-03-17 06:02:02,125.00,failed,4,US,125.00,125.00,2000.00 +1112708440,Gemstone Art,Art,Art,EUR,2017-07-11,2000.00,2017-05-22 20:32:25,0.00,canceled,0,DE,0.00,0.00,2283.00 +1112713385,ANCHORZ | Securing Apple EarPods with Style,Product Design,Design,USD,2016-07-30,10000.00,2016-06-15 22:43:06,2166.00,failed,89,US,1976.00,2166.00,10000.00 +111271378,The Worm Farming Revolution Book,Publishing,Publishing,USD,2015-11-26,5000.00,2015-10-27 02:00:55,5864.00,successful,119,US,5864.00,5864.00,5000.00 +1112722748,The HEG - Aussie innovation at its best. (Canceled),Product Design,Design,AUD,2013-12-21,25000.00,2013-11-21 00:31:04,1610.00,canceled,46,AU,1508.83,1434.30,22271.71 +"1112723391,""The Mondrian, your custom 3D printer"",3D Printing,Technology,EUR,2016-01-09,30000.00,2015-12-05 06:05:30,23210.00,failed,54,FR,25367.78,25331.51,32742.16" +111272684,Square Stand (Canceled),Product Design,Design,USD,2015-02-19,999.00,2015-01-20 19:27:13,324.00,canceled,5,US,324.00,324.00,999.00 +1112730244,Travel Tray - Ultimate Travel Companion,Product Design,Design,USD,2017-10-22,12500.00,2017-09-22 23:07:38,13537.00,canceled,55,US,0.00,13537.00,12500.00 +1112740979,Col. Pennington's Ghostly Tales,Webseries,Film & Video,USD,2013-07-09,3000.00,2013-06-11 23:02:48,150.00,failed,3,US,150.00,150.00,3000.00 +1112760792,U.S. Navy Sea Cadets-Training Ship Spearhead Challenge Coin,Product Design,Design,USD,2014-09-05,2000.00,2014-08-06 18:58:59,251.00,failed,13,US,251.00,251.00,2000.00 +1112768577,On Demand Food Delivery App (Canceled),Restaurants,Food,USD,2015-02-14,200000.00,2015-01-15 23:59:24,21.00,canceled,2,US,21.00,21.00,200000.00 +1112768972,INQVISITOR,Tabletop Games,Games,EUR,2016-12-21,4000.00,2016-11-21 20:06:10,5318.50,successful,284,ES,519.93,5555.73,4178.42 +1112773825,Junque,Documentary,Film & Video,USD,2013-11-18,3000.00,2013-10-19 21:42:49,3223.00,successful,40,US,3223.00,3223.00,3000.00 +1112777057,Brittony's Mobile Food Truck,Food Trucks,Food,USD,2015-09-16,1250.00,2015-07-18 02:52:36,1.00,failed,1,US,1.00,1.00,1250.00 +1112779550,Serene Sun: The True Sights of Japan,Photobooks,Photography,USD,2015-07-14,10000.00,2015-06-14 15:56:27,311.00,failed,5,US,311.00,311.00,10000.00 +1112783588,Pistachio and Oat infused tomato sauce,Small Batch,Food,USD,2016-09-17,500.00,2016-08-15 19:31:10,606.00,successful,11,US,60.00,606.00,500.00 +1112790313,Bare first album!,Indie Rock,Music,GBP,2015-11-02,2000.00,2015-09-03 16:38:23,20.00,failed,1,GB,30.61,30.28,3027.64 +1112797023,Ninja Roll,Tabletop Games,Games,USD,2016-03-04,2000.00,2016-02-03 02:00:32,2073.00,successful,57,US,2073.00,2073.00,2000.00 +111282431,Out of Work,Fiction,Publishing,USD,2013-11-26,9200.00,2013-10-11 19:52:14,55.00,failed,2,US,55.00,55.00,9200.00 +1112826153,EVIL INTENT the board game,Tabletop Games,Games,USD,2013-03-13,25000.00,2013-02-11 22:59:25,39643.00,successful,604,US,39643.00,39643.00,25000.00 +1112832727,Il Gato meets Kickstarter,Music,Music,USD,2012-05-05,7700.00,2012-03-26 18:26:34,8106.00,successful,143,US,8106.00,8106.00,7700.00 +1112835832,AFRO URUGUAY: FORWARD TOGETHER,Documentary,Film & Video,USD,2012-12-06,15000.00,2012-11-07 23:05:09,15021.50,successful,145,US,15021.50,15021.50,15000.00 +111283628,Sublimation Creation,Apparel,Fashion,USD,2014-09-18,10000.00,2014-08-19 22:10:30,0.00,failed,0,US,0.00,0.00,10000.00 +1112849141,Campaign Trail,Film & Video,Film & Video,USD,2016-01-06,15000.00,2015-12-07 22:06:57,0.00,failed,0,US,0.00,0.00,15000.00 +1112854964,IAS6 campaign (Canceled),Web,Technology,USD,2014-05-28,13000.00,2014-05-08 04:19:59,0.00,canceled,0,US,0.00,0.00,13000.00 +1112886816,A Mile Rising wants to release its first album!,Music,Music,USD,2014-06-23,2000.00,2014-05-09 19:17:11,30.00,failed,2,US,30.00,30.00,2000.00 +1112906957,CooLapels,Product Design,Design,USD,2017-04-02,15000.00,2017-03-03 23:21:05,551.00,failed,26,US,24.00,551.00,15000.00 +1112911284,No Bull Sports,Web,Technology,USD,2016-10-22,2500.00,2016-09-22 13:40:45,3719.00,successful,32,US,320.00,3719.00,2500.00 +"111292530,""Le Petit Hoot S/S 2013 """"Adventure"""" Handmade Bag Collection"",Fashion,Fashion,USD,2013-04-06,950.00,2013-03-07 20:45:07,61.00,failed,3,US,61.00,61.00,950.00" +111292672,PROJECT 4: 'TIL DEATH DO WE PART,Fiction,Publishing,USD,2013-12-30,1000.00,2013-11-15 02:56:41,558.00,failed,24,US,558.00,558.00,1000.00 +1112940137,No Handoffs: A Film About Running 202 miles in 50 hours,Documentary,Film & Video,USD,2014-01-02,5000.00,2013-12-03 02:29:11,7000.03,successful,136,US,7000.03,7000.03,5000.00 +1112944153,Violinda to record debut EP at Elmwood Studios,Music,Music,USD,2014-05-09,2200.00,2014-04-09 03:22:07,470.00,failed,14,US,470.00,470.00,2200.00 +1112944322,OAKLAND TO HAITI,Shorts,Film & Video,USD,2010-09-23,25000.00,2010-08-24 06:40:17,100.00,failed,1,US,100.00,100.00,25000.00 +"1112945432,""Lauri Jones """"Love Will Provide"""" Album Project"",Music,Music,USD,2014-09-11,9570.00,2014-08-10 05:20:13,10681.11,successful,145,US,10681.11,10681.11,9570.00" +"1112946234,""Farm, Food, Life: Photos & Recipes Inspired by Local Farms"",Art Books,Publishing,USD,2013-08-19,2400.00,2013-07-17 03:43:25,3043.00,successful,61,US,3043.00,3043.00,2400.00" +1112948397,Salt & Sugar Desserts,Events,Food,USD,2016-02-29,4000.00,2016-02-09 20:25:56,220.00,failed,6,US,220.00,220.00,4000.00 +1112951075,Not Your Usual Duct Tape Crafts - The Christmas Book,Nonfiction,Publishing,USD,2013-06-09,1500.00,2013-05-10 20:18:56,410.00,failed,17,US,410.00,410.00,1500.00 +1112953051,UNTRACKED TABLET MAGAZINE,Journalism,Journalism,USD,2012-09-16,35000.00,2012-08-17 21:47:23,355.00,failed,10,US,355.00,355.00,35000.00 +11129535,En Garde Arts Emerging Artists Festival BOSSS,Festivals,Theater,USD,2015-09-25,10000.00,2015-08-19 17:55:52,10306.00,successful,80,US,10306.00,10306.00,10000.00 +"1112959397,""Sushi Reinvented. Eat Fish, Save the World."",Food,Food,USD,2014-11-21,15000.00,2014-10-24 00:40:00,38599.00,successful,336,US,38599.00,38599.00,15000.00" +"1112960220,""J.D. Tierney Debut Solo Album """"Tales From The Barstool"""""",Country & Folk,Music,USD,2013-03-03,10000.00,2013-01-17 15:01:11,730.00,failed,11,US,730.00,730.00,10000.00" +1112978942,Vitrium para todos,Glass,Crafts,MXN,2017-02-15,45000.00,2016-12-23 16:49:26,1500.00,failed,1,MX,0.00,73.26,2197.91 +1112992018,beeMaths: A Well Designed Ruler That Can Save Your Day,Product Design,Design,EUR,2017-05-31,2400.00,2017-04-26 17:00:01,3489.77,successful,168,AT,1411.48,3914.49,2692.09 +1112992625,Virginia Running,Narrative Film,Film & Video,USD,2012-05-21,2000.00,2012-04-21 18:41:02,245.00,failed,8,US,245.00,245.00,2000.00 +1112993818,Weaving the Americas,Photography,Photography,USD,2011-04-04,5000.00,2011-02-12 00:57:15,5775.00,successful,45,US,5775.00,5775.00,5000.00 +1113000644,Felt + Fat : A Ceramic Design Studio,Ceramics,Art,USD,2015-05-20,20000.00,2015-04-20 07:18:03,26256.00,successful,222,US,26256.00,26256.00,20000.00 +"1113004450,""Eva Kruse """"On the Mo"""""",Jazz,Music,SEK,2016-02-06,100000.00,2016-01-17 20:59:25,14090.00,failed,42,SE,1642.85,1680.22,11924.92" +1113006191,Naraya 2012 - Return of the Ghost Dance,Film & Video,Film & Video,USD,2012-05-28,100000.00,2012-04-28 02:57:51,525.00,failed,2,US,525.00,525.00,100000.00 +1113013473,Bonafide by MAD - Spring and Summer Launch,Fashion,Fashion,USD,2012-05-18,5000.00,2012-04-18 13:31:43,20.00,failed,1,US,20.00,20.00,5000.00 +1113015349,Silent Voices - Visual Novel,Video Games,Games,USD,2017-06-03,5200.00,2017-05-04 18:00:22,8115.00,successful,245,US,456.00,8115.00,5200.00 +1113019119,Triumph Over Tragedy: The Play,Theater,Theater,USD,2010-12-23,7500.00,2010-11-23 05:33:02,25.00,failed,1,US,25.00,25.00,7500.00 +1113022818,The Union Network Equipment Fund,Webseries,Film & Video,USD,2015-07-08,5600.00,2015-06-08 20:21:05,45.00,failed,3,US,45.00,45.00,5600.00 +1113026904,Neris (Canceled),Gadgets,Technology,USD,2016-05-20,75000.00,2016-04-18 08:09:21,1650.00,canceled,10,US,1650.00,1650.00,75000.00 +1113037641,Local Motive,Food,Food,USD,2011-08-31,10000.00,2011-07-27 08:46:18,507.00,failed,9,US,507.00,507.00,10000.00 +1113039330,The Secret Life of Bowie's Knife,Documentary,Film & Video,USD,2011-09-14,8000.00,2011-08-10 01:00:29,600.00,failed,2,US,600.00,600.00,8000.00 +1113040124,My Zombie Immunity Short Film,Shorts,Film & Video,USD,2012-06-16,15000.00,2012-05-17 23:08:11,0.00,failed,0,US,0.00,0.00,15000.00 +"1113044173,""Heyy, Offline Connections for Everyone."",Apps,Technology,USD,2014-08-17,5000.00,2014-07-03 22:41:12,145.00,failed,4,US,145.00,145.00,5000.00" +1113051841,Documentary on China-based foreign Journalists,Documentary,Film & Video,USD,2014-07-16,2000.00,2014-06-16 14:08:18,101.00,failed,2,US,101.00,101.00,2000.00 +1113053857,Vertex Ultralight Backpacking Stove,Product Design,Design,USD,2014-02-16,8000.00,2014-01-02 18:56:56,21266.13,successful,453,US,21266.13,21266.13,8000.00 +1113058894,Kill Squad Vol.1,Comic Books,Comics,USD,2016-02-10,2500.00,2016-01-11 18:14:48,649.00,failed,30,US,649.00,649.00,2500.00 +1113061102,The Greatest Gummy Bear of All Time - Gummy Trumps,Food,Food,USD,2017-05-31,30000.00,2017-05-01 13:36:08,357.00,canceled,12,US,92.00,357.00,30000.00 +1113087892,GRIZ//X SNOWBOARD & SKI CO.,Design,Design,USD,2016-09-08,5000.00,2016-07-25 18:55:19,1372.60,canceled,6,US,904.00,1372.60,5000.00 +1113095505,TAKINGCHANS TOUR,R&B,Music,USD,2014-12-12,2000.00,2014-11-11 15:48:13,20.00,failed,2,US,20.00,20.00,2000.00 +1113103266,Yellow-Bellied Sapsuckers Album & Tour to St. Louis +++,Country & Folk,Music,USD,2014-12-02,3800.00,2014-11-14 21:33:07,5021.00,successful,87,US,5021.00,5021.00,3800.00 +1113104186,Enter RALPH: A Virtual Reality play,Experimental,Film & Video,GBP,2015-09-24,3000.00,2015-08-25 10:57:02,974.00,failed,32,GB,1527.24,1478.20,4552.97 +1113106831,Feudum: A nuanced game of hand & resource management,Tabletop Games,Games,USD,2016-12-16,49000.00,2016-11-10 07:00:01,263852.40,successful,3028,US,51233.50,263852.40,49000.00 +1113109655,PHOTOVILLE - coming to Brooklyn Bridge Park - June 22/July 1,Photography,Photography,USD,2012-06-11,30000.00,2012-05-14 23:24:01,31090.00,successful,252,US,31090.00,31090.00,30000.00 +"1113110059,""Scott's book about drugs,lies and deception: Harvesting Lies"",Nonfiction,Publishing,USD,2014-08-09,16000.00,2014-07-10 17:14:08,0.00,canceled,0,US,0.00,0.00,16000.00" +111311598,LAND- A photography book,Photography,Photography,CAD,2015-06-10,15000.00,2015-05-11 08:27:48,15525.00,successful,199,CA,12859.29,12618.87,12192.15 +1113117219,(spoken) Movie,Film & Video,Film & Video,USD,2011-05-05,5500.00,2011-03-05 07:49:28,5576.00,successful,23,US,5576.00,5576.00,5500.00 +1113123252,The Curtis Mayflower's Debut Record,Rock,Music,USD,2013-10-14,5000.00,2013-09-13 15:14:00,6470.00,successful,143,US,6470.00,6470.00,5000.00 +1113131330,Multiplex 10: the animated short,Animation,Film & Video,USD,2017-05-08,15000.00,2017-04-10 05:53:04,19180.80,successful,572,US,2605.00,19180.80,15000.00 +1113135198,Bricoleur Mag,Zines,Publishing,GBP,2017-03-02,2000.00,2017-01-31 08:50:09,224.00,failed,12,GB,0.00,274.05,2446.87 +1113142844,Sun Strap - Solar Charger that fits any Bag or Camera Strap,Wearables,Technology,USD,2014-09-10,15000.00,2014-08-11 04:15:06,19111.00,successful,272,US,19111.00,19111.00,15000.00 +1113144376,inchicago.co,Radio & Podcasts,Publishing,USD,2014-12-14,1000.00,2014-11-14 00:21:19,0.00,failed,0,US,0.00,0.00,1000.00 +"1113147761,""Ruthless Legacy, Eazy-E Birthday tribute show"",Music,Music,USD,2014-07-20,8000.00,2014-05-21 03:52:24,85.00,failed,2,US,85.00,85.00,8000.00" +1113154630,Haunted Yamhill - Spooks to Spirits,Film & Video,Film & Video,USD,2011-05-02,2000.00,2011-04-07 01:49:43,0.00,failed,0,US,0.00,0.00,2000.00 +1113158710,No Lands Too Foreign,Documentary,Film & Video,USD,2011-04-10,6000.00,2011-03-10 20:12:13,6230.30,successful,97,US,6230.30,6230.30,6000.00 +1113163619,Pixel Perfect,Shorts,Film & Video,USD,2012-11-11,2500.00,2012-10-26 19:59:53,2530.00,successful,36,US,2530.00,2530.00,2500.00 +"1113165035,""One Piece : Heroes' Tears, the novel"",Fiction,Publishing,EUR,2017-01-16,10000.00,2016-11-17 11:35:50,80.00,failed,7,IT,0.00,85.06,10631.96" +111317279,Kitten Tales,Children's Books,Publishing,USD,2015-03-11,5000.00,2015-02-10 15:55:01,1.00,failed,1,US,1.00,1.00,5000.00 +1113179290,BROke: A Millennial TV Comedy,Comedy,Film & Video,USD,2017-06-24,20000.00,2017-05-25 20:03:40,13623.00,failed,35,US,479.00,13623.00,20000.00 +1113180921,Barons of Tea {the board game},Tabletop Games,Games,USD,2012-07-17,1100.00,2012-06-02 18:04:22,1610.00,successful,43,US,1610.00,1610.00,1100.00 +"1113202728,""""""Dumpling"""" a Wesley Du Film"",Shorts,Film & Video,USD,2010-01-01,5000.00,2009-10-21 07:34:07,5000.00,successful,59,US,5000.00,5000.00,5000.00" +1113206959,Handmade Rose Wing Bracelet,Jewelry,Fashion,GBP,2016-01-11,55.00,2015-12-12 15:51:08,11.00,failed,1,GB,16.66,15.77,78.83 +1113208393,Help Skye The Soul Poet Spread the Blues ,Performance Art,Art,USD,2011-05-01,1568.59,2011-03-31 04:07:31,0.00,failed,0,US,0.00,0.00,1568.59 +1113222876,Circle: a Phone-charging Drink Coaster (Canceled),Product Design,Design,USD,2016-01-20,45000.00,2015-12-16 15:07:08,13659.00,canceled,80,US,13659.00,13659.00,45000.00 +1113225723,The Christmas Arch,Product Design,Design,EUR,2017-11-08,6000.00,2017-10-10 21:56:39,238.00,canceled,2,DE,0.00,277.37,6992.44 +1113230963,Pip - the playful handheld device you program yourself,Technology,Technology,GBP,2017-12-14,30000.00,2017-11-14 09:05:57,40031.00,successful,241,GB,6569.37,53551.03,40132.17 +1113232282,City Rock: A New Television Series,Television,Film & Video,USD,2016-01-01,10000.00,2015-12-02 15:01:04,10110.00,successful,61,US,10110.00,10110.00,10000.00 +1113232984,Comic Book Independents: Unedited Artist Interviews,Documentary,Film & Video,USD,2012-04-14,7778.00,2012-03-15 06:03:38,489.00,failed,17,US,489.00,489.00,7778.00 +1113240386,flip-flop fly (Canceled),Mobile Games,Games,USD,2014-06-07,9000.00,2014-05-08 22:10:51,2.00,canceled,2,US,2.00,2.00,9000.00 +"1113244421,""Red Baraat is recording their CD """"Shruggy Ji"""" "",Indie Rock,Music,USD,2010-12-03,12500.00,2010-10-28 03:56:20,12634.00,successful,123,US,12634.00,12634.00,12500.00" +1113248232,Grounded by Reality...Needs to Fly. Help us launch our festival run. ,Documentary,Film & Video,USD,2010-04-10,2000.00,2010-04-01 03:25:08,2330.00,successful,43,US,2330.00,2330.00,2000.00 +1113259977,Marishi Ten records debut EP,Rock,Music,USD,2013-03-04,5000.00,2013-02-02 04:08:20,5122.00,successful,52,US,5122.00,5122.00,5000.00 +1113260442,The SBTL Chrchky Bottle Opener,Product Design,Design,USD,2015-11-07,3000.00,2015-10-08 04:12:20,3364.00,successful,36,US,3364.00,3364.00,3000.00 +1113266970,Kickstart Hobo Johnson's Kinda Good Music Career,Hip-Hop,Music,USD,2017-02-26,3000.00,2017-02-03 01:26:23,5520.11,successful,117,US,3607.11,5520.11,3000.00 +1113275093,Just as He Promised,Nonfiction,Publishing,GBP,2014-09-11,5000.00,2014-08-02 12:26:15,590.00,failed,16,GB,995.76,957.73,8116.36 +"1113281362,""""""Hindsight""""- A tragic thriller love story"",Film & Video,Film & Video,USD,2013-06-06,2000.00,2013-05-17 17:26:41,800.00,failed,18,US,800.00,800.00,2000.00" +1113285831,Torn From Innocence,Shorts,Film & Video,USD,2011-03-02,2000.00,2011-01-31 21:59:59,720.00,failed,9,US,720.00,720.00,2000.00 +1113318483,The Mona Lisa Project at ArtPrize 2011,Mixed Media,Art,USD,2011-09-19,3200.00,2011-09-04 00:52:28,3490.00,successful,40,US,3490.00,3490.00,3200.00 +1113324745,Handicraft unisex T-shirt,Fashion,Fashion,AUD,2014-09-25,500.00,2014-09-04 07:19:26,2.00,failed,1,AU,1.86,1.76,439.56 +1113327540,Lorynn's Wish,Design,Design,USD,2014-09-22,500.00,2014-08-23 14:47:34,451.00,failed,7,US,451.00,451.00,500.00 +1113333861,Letter from a Stranger,Drama,Film & Video,USD,2015-05-02,35000.00,2015-04-02 23:46:16,1146.00,failed,9,US,1146.00,1146.00,35000.00 +1113335035,Have you ever struggled with your shirt buttons?,Apparel,Fashion,AUD,2017-02-14,10000.00,2017-01-15 11:20:18,468.00,failed,6,AU,155.22,358.79,7666.36 +1113341620,XPlorerBoard Student: Learn Electronics & Programming,Gadgets,Technology,USD,2015-01-02,10000.00,2014-11-23 23:30:36,16505.00,successful,88,US,16505.00,16505.00,10000.00 +1113342950,Japanese Lunchboxes From Bloom Bento,Food,Food,USD,2013-02-27,1000.00,2013-02-23 19:26:45,1675.00,successful,61,US,1675.00,1675.00,1000.00 +1113344976,RED TAP/BLUE TIGER,Theater,Theater,GBP,2014-07-25,200.00,2014-06-09 18:54:45,985.00,successful,12,GB,1654.94,1673.32,339.76 +1113355742,Books for Boobies 2015 Anthology,Anthologies,Publishing,USD,2015-08-12,500.00,2015-06-13 02:05:56,1979.00,successful,34,US,1979.00,1979.00,500.00 +111335842,GOOD PEOPLE POPULATION :: 2013 TOURING FUND,Music,Music,USD,2013-04-23,10000.00,2013-02-22 06:40:33,0.00,failed,0,US,0.00,0.00,10000.00 +1113361245,(23) Twenty Three,Drama,Film & Video,USD,2016-06-22,5000.00,2016-05-23 07:09:50,112.00,failed,5,US,112.00,112.00,5000.00 +"1113377464,""The Grimoire Playing Cards Series, Pt. 1 by Edgy Brothers"",Tabletop Games,Games,USD,2014-11-09,30000.00,2014-10-07 18:00:26,11378.00,canceled,306,US,11378.00,11378.00,30000.00" +1113379453,THE MINE,Narrative Film,Film & Video,USD,2012-05-15,75000.00,2012-04-14 01:07:30,24582.00,failed,66,US,24582.00,24582.00,75000.00 +1113390136,Visions of the Elderly - Projects of Earth,Documentary,Film & Video,USD,2017-10-24,10000.00,2017-08-25 16:26:36,106.00,failed,2,US,0.00,106.00,10000.00 +1113391080,Shadow Strike: Ninja Combat Game,Tabletop Games,Games,USD,2016-08-01,30000.00,2016-06-30 16:30:51,3775.00,canceled,39,US,3725.00,3775.00,30000.00 +1113391301,New generation slide gloves and pucks!,Design,Design,USD,2014-09-11,5000.00,2014-08-12 02:11:05,102.00,failed,4,US,102.00,102.00,5000.00 +1113391375,Don't Save Me Post Production Campaign,Horror,Film & Video,USD,2017-06-18,2500.00,2017-05-29 02:00:39,3210.00,successful,22,US,385.00,3210.00,2500.00 +1113394850,KudosCon,Film & Video,Film & Video,USD,2013-09-04,17000.00,2013-08-05 23:52:21,7148.00,failed,118,US,7148.00,7148.00,17000.00 +1113398057,I DRAW MANGA Sketchbook & Reference Guide,Comics,Comics,USD,2015-10-30,10000.00,2015-09-30 14:54:11,57873.50,successful,1490,US,57873.50,57873.50,10000.00 +1113402897,Side One Bags by Jacques-Elliott,Accessories,Fashion,USD,2016-10-26,50000.00,2016-09-26 13:46:25,6594.00,canceled,31,US,1675.00,6594.00,50000.00 +1113405987,YOUR NAME AS NOSE ART!,Digital Art,Art,USD,2013-12-17,1000.00,2013-11-11 21:11:50,258.00,failed,6,US,258.00,258.00,1000.00 +1113407646,Japan for Kids: Enjoy Reading about Cultures Series,Children's Books,Publishing,USD,2015-12-07,450.00,2015-11-13 23:03:39,153.00,failed,3,US,153.00,153.00,450.00 +1113408752,Ace of Pies,Restaurants,Food,USD,2017-12-12,12500.00,2017-11-12 18:55:38,37.00,failed,1,US,0.00,37.00,12500.00 +111340988,Girl Stories - sculptures that tell stories by Lori Leaumont,Mixed Media,Art,USD,2012-08-31,700.00,2012-08-01 14:00:11,2621.00,successful,56,US,2621.00,2621.00,700.00 +"1113413556,""Modena GT, hi-performance timewear"",Design,Design,GBP,2016-07-23,5260.00,2016-07-02 13:06:31,3562.00,failed,17,GB,3264.66,4690.11,6925.88" +"1113414158,""Untitled """"We're With the Band"""" Project"",Documentary,Film & Video,USD,2012-05-09,5000.00,2012-04-09 20:29:32,30.00,failed,2,US,30.00,30.00,5000.00" +"1113420202,""Constitution & Ninth - The """"Walking Away"""" EP"",Faith,Music,USD,2017-09-10,6000.00,2017-07-27 03:30:35,6381.00,successful,67,US,75.00,6381.00,6000.00" +1113420236,ARTIST RESIDENCY MATERIALS,Mixed Media,Art,USD,2012-07-06,800.00,2012-06-21 19:55:43,2030.00,successful,27,US,2030.00,2030.00,800.00 +1113431324,The Cell Glove,Wearables,Technology,USD,2016-01-25,2000.00,2015-11-26 18:04:35,60.00,failed,3,US,60.00,60.00,2000.00 +"1113431715,""Bring """"The Memory of Lake Constance"""" to museum"",Art,Art,EUR,2015-11-06,25000.00,2015-10-07 12:02:49,1112.00,failed,7,DE,1243.62,1208.08,27160.04" +1113434590,Chad Walker Music (Canceled),Country & Folk,Music,USD,2015-08-19,2500.00,2015-07-20 05:31:16,100.00,canceled,1,US,100.00,100.00,2500.00 +1113434902,CO-MACHINES : A BOOK OF MOBILE DISRUPTIVE ARCHITECTURE,Architecture,Design,EUR,2017-11-25,3000.00,2017-10-26 18:11:47,3396.00,successful,73,DE,382.06,4036.13,3565.49 +1113442820,Phantom GP Virtual Buttons - Controls for your Mobile Gaming,Mobile Games,Games,USD,2015-07-30,15000.00,2015-06-30 19:51:05,35.00,failed,2,US,35.00,35.00,15000.00 +"1113448210,Maskinvåd - SOS - Vinyl,Music,Music,DKK,2015-03-27,20000.00,2015-02-25 17:49:45,21915.00,undefined,0,""N,0"""""",,3186.06,2907.65" +1113465842,Meet the Sex Scientists,Shorts,Film & Video,USD,2012-12-12,1000.00,2012-11-28 17:34:04,1272.00,successful,36,US,1272.00,1272.00,1000.00 +1113473811,MAME ARCADE MACHINE,Product Design,Design,USD,2014-08-11,500.00,2014-07-12 03:08:09,82.00,failed,5,US,82.00,82.00,500.00 +1113489318,FREE Pet Care! FREE Travel! - support shared economy,Apps,Technology,USD,2016-01-25,15000.00,2015-12-11 20:28:00,452.00,failed,6,US,452.00,452.00,15000.00 +1113497210,Xia: Legends of a Drift System,Tabletop Games,Games,USD,2013-06-22,100000.00,2013-05-17 09:17:18,346772.24,successful,3293,US,346772.24,346772.24,100000.00 +1113502187,PhillyMedia (OnBlast Newsletter) (Canceled),Publishing,Publishing,USD,2012-04-30,15000.00,2012-03-02 03:44:03,0.00,canceled,0,US,0.00,0.00,15000.00 +111350551,Art of Memory Software - Learn More in Less Time,Software,Technology,USD,2016-04-08,20000.00,2016-03-09 18:31:47,23530.00,successful,356,US,23530.00,23530.00,20000.00 +1113527575,Roxapro -Folding Drying rack and Ironing Board,Product Design,Design,EUR,2015-12-25,20000.00,2015-11-25 15:55:32,181.00,failed,3,IE,192.47,197.05,21773.92 +1113531372,The Best is Good Enough - Leather Bags Made in America.,Fashion,Fashion,USD,2011-05-15,5500.00,2011-04-15 05:41:51,0.00,canceled,0,US,0.00,0.00,5500.00 +1113532115,Creature Clans,Playing Cards,Games,GBP,2017-06-01,500.00,2017-04-02 17:35:57,205.00,failed,12,GB,37.63,263.50,642.67 +1113540253,Fantasy Fossils -Greek Mythology - Cool art for your wall.,Sculpture,Art,USD,2012-09-19,3200.00,2012-08-20 14:50:20,208.00,failed,3,US,208.00,208.00,3200.00 +1113551621,Old West Saloon Faro Portable Game Board Set,Tabletop Games,Games,USD,2013-11-16,4500.00,2013-10-17 01:03:21,313.00,failed,9,US,313.00,313.00,4500.00 +111355491,GEEK: A New USB Awesomifier for Headphones,Hardware,Technology,USD,2013-09-12,28000.00,2013-08-13 20:51:33,303061.00,successful,2146,US,303061.00,303061.00,28000.00 +1113556519,Hives & Honeycombs - The board game,Tabletop Games,Games,GBP,2017-12-21,10000.00,2017-11-21 10:49:40,3568.00,failed,158,GB,1623.46,4775.03,13382.94 +"1113561411,""Funding the 3rd Issue of """"I Never Forgot!"""""",Comic Books,Comics,USD,2015-08-08,500.00,2015-08-01 16:16:38,615.00,successful,25,US,615.00,615.00,500.00" +1113578249,Lauren's story about Down syndrome and Autism,Nonfiction,Publishing,USD,2014-09-07,500.00,2014-07-09 23:56:26,0.00,failed,0,US,0.00,0.00,500.00 +111357885,Finding Pets - Bringing Lost Pets Home (Canceled),Web,Technology,AUD,2015-04-24,5500.00,2015-03-25 02:39:31,180.00,canceled,6,AU,140.10,140.33,4287.83 +1113579000,The Elementary Range - a tea set by Bullshank,Product Design,Design,AUD,2013-12-27,35000.00,2013-11-26 11:18:07,9488.00,failed,98,AU,8691.98,8452.56,31180.40 +111358417,Save Our Screen,Technology,Technology,USD,2013-04-19,3000.00,2013-03-20 20:00:49,50.00,failed,2,US,50.00,50.00,3000.00 +1113589117,AlternateStyle: Hand-Made Elegant Leather Sandals for Men,Apparel,Fashion,GBP,2016-03-11,7000.00,2016-02-20 02:27:25,98.00,failed,4,GB,140.17,140.06,10004.57 +1113590741,To build a forcible entry prop,Interactive Design,Design,USD,2015-02-22,500.00,2015-02-21 04:17:01,51.00,failed,2,US,51.00,51.00,500.00 +1113606685,Kickstarter Gold: Balloon Mapping Kits,Technology,Technology,USD,2017-07-20,10000.00,2017-06-20 16:02:41,12259.00,successful,161,US,2553.00,12259.00,10000.00 +1113610200,Custom bows and Unique designs,Crafts,Crafts,USD,2014-08-28,260.00,2014-08-05 20:09:40,50.00,failed,1,US,50.00,50.00,260.00 +1113613042,GIVE THIS OLD PRESS LIFE (Canceled),Art,Art,USD,2012-01-06,2000.00,2011-12-02 06:13:51,551.00,canceled,11,US,551.00,551.00,2000.00 +1113613600,Greek Mythology Bingo Plus,Tabletop Games,Games,USD,2015-08-14,2000.00,2015-06-15 17:30:20,150.00,failed,5,US,150.00,150.00,2000.00 +1113616048,Living my dreams...a musical journey.,Music,Music,USD,2012-02-13,20000.00,2011-12-15 19:26:55,20000.00,successful,199,US,20000.00,20000.00,20000.00 +1113619785,Project R&B,Music,Music,USD,2012-12-31,10000.00,2012-12-01 18:41:02,1444.00,failed,9,US,1444.00,1444.00,10000.00 +"1113621053,""Custom Real Wood Skins for the """"iPhone 5"""""",Product Design,Design,USD,2012-09-12,1750.00,2012-08-16 21:09:55,3231.02,successful,91,US,3231.02,3231.02,1750.00" +"1113630187,""inkster | Thriving in a Passionate, Artistic Community"",Web,Technology,CAD,2014-12-13,31500.00,2014-11-12 14:06:10,31715.00,successful,108,CA,27900.08,27349.95,27164.54" +1113634269,Hardball cider,Drinks,Food,USD,2014-09-09,25000.00,2014-08-10 02:22:09,1165.00,failed,7,US,1165.00,1165.00,25000.00 +1113639546,ABCD,Food,Food,USD,2011-03-21,2500.00,2011-02-19 05:47:48,2590.00,successful,17,US,2590.00,2590.00,2500.00 +"1113640533,Shilo Gold West Coast Tour,Music,Music,USD,2015-01-08,5500.00,2014-12-08 08:19:55,6064.00,undefined,0,""N,0"""""",,6064.00,5500.00" +1113641856,Mother to Earth - A Documentary about Earthbound Beginnings,Documentary,Film & Video,USD,2016-05-19,35000.00,2016-04-19 17:02:42,37354.27,successful,560,US,37354.27,37354.27,35000.00 +1113642667,Join the fight against Floppy Collar Syndrome,Accessories,Fashion,USD,2015-06-03,20000.00,2015-05-04 19:13:01,17005.00,failed,59,US,17005.00,17005.00,20000.00 +1113650676,Freeplay2012,Theater,Theater,USD,2012-03-05,1500.00,2012-01-19 03:00:37,1625.00,successful,29,US,1625.00,1625.00,1500.00 +111365112,Discovering Seattle,Webseries,Film & Video,USD,2012-03-17,1700.00,2012-02-17 00:26:53,30.00,failed,3,US,30.00,30.00,1700.00 +1113656600,Help Aspiring Model kickstart her portfolio Support Mashashy,Photography,Photography,GBP,2014-02-12,150.00,2014-01-13 20:27:38,414.00,successful,24,GB,682.43,691.74,250.63 +1113657864,Tomorrow Waits For No One,Webseries,Film & Video,USD,2012-02-12,12000.00,2012-01-13 15:57:47,9694.66,failed,162,US,9694.66,9694.66,12000.00 +"1113673687,""""""Arms of Love"""": The Book That Changed My Life"",Fiction,Publishing,USD,2014-11-03,3000.00,2014-09-25 04:51:54,3000.00,successful,48,US,3000.00,3000.00,3000.00" +111368063,IMPERATOR - Titanium Bolt Action Pen / TTi108,Product Design,Design,AUD,2016-11-26,5000.00,2016-10-14 22:07:01,30638.00,successful,123,AU,9119.19,22748.74,3712.50 +1113682181,Smackadactal,Kids,Music,AUD,2015-06-22,10000.00,2015-05-23 03:45:09,0.00,failed,0,AU,0.00,0.00,7656.38 +111368483,Spirit's Destiny Comics,Comic Books,Comics,USD,2015-03-18,600.00,2015-02-16 20:22:21,111.00,failed,6,US,111.00,111.00,600.00 +1113688887,Foto Dokumentation Kinder in Ruanda,Photo,Journalism,EUR,2015-09-27,2500.00,2015-08-28 21:45:06,136.00,failed,8,DE,154.11,151.78,2789.99 +1113695519,3D Printer Test Kit - GRAPHICA,Design,Design,USD,2013-10-01,1500.00,2013-08-29 00:47:42,4661.00,successful,102,US,4661.00,4661.00,1500.00 +1113696551,The Best Record I Have Ever Made.,Pop,Music,USD,2012-03-17,6000.00,2012-02-17 00:11:32,6710.00,successful,144,US,6710.00,6710.00,6000.00 +1113707252,Releasing Debut Album (Eddy Bayes - Arguments and Anecdotes),Indie Rock,Music,USD,2011-05-05,1000.00,2011-04-05 03:55:36,330.00,failed,10,US,330.00,330.00,1000.00 +1113710371,One Caucasus Festival,World Music,Music,USD,2014-09-11,1000.00,2014-08-12 02:55:53,1665.00,successful,29,US,1665.00,1665.00,1000.00 +1113711716,Safe Text 2,Technology,Technology,USD,2015-05-25,30000.00,2015-03-26 03:00:55,110.00,failed,1,US,110.00,110.00,30000.00 +1113719335,Tea Spirits 2015 Calendar,Illustration,Art,USD,2014-10-24,6500.00,2014-09-24 14:35:02,10846.00,successful,214,US,10846.00,10846.00,6500.00 +1113721417,timelapse farm: a source code for food,Food,Food,USD,2011-04-25,1500.00,2011-03-25 21:19:35,1626.00,successful,51,US,1626.00,1626.00,1500.00 +1113735410,PEARL the movie,Shorts,Film & Video,USD,2014-10-11,10000.00,2014-09-10 16:15:59,10275.00,successful,118,US,10275.00,10275.00,10000.00 +1113739513,Smoked Chicken,Small Batch,Food,USD,2014-08-12,280.00,2014-07-15 00:29:33,0.00,failed,0,US,0.00,0.00,280.00 +1113743129,Virgo: A Divine Dark Comedy,Shorts,Film & Video,USD,2013-05-17,3000.00,2013-04-17 02:23:11,3093.00,successful,30,US,3093.00,3093.00,3000.00 +111374544,Visions of a Thousand Eyes : the ultimate fantasy artbook !,Publishing,Publishing,EUR,2016-12-20,10000.00,2016-11-15 18:00:12,41963.00,successful,824,FR,1300.29,43834.74,10446.05 +1113759634,Memorial Comic series.,Comics,Comics,GBP,2013-06-10,4000.00,2013-05-11 04:32:59,94.00,failed,3,GB,146.08,146.86,6249.22 +1113764785,Afford A Luxury Party: Because You Can (Canceled),Food,Food,USD,2014-07-22,3600.00,2014-07-21 15:49:27,0.00,canceled,0,US,0.00,0.00,3600.00 +1113765885,Peter Bradley Adams is making a NEW RECORD!,Indie Rock,Music,USD,2010-06-14,20000.00,2010-03-17 05:31:11,20810.00,successful,180,US,20810.00,20810.00,20000.00 +"1113768046,""Forever, Ally - a short film"",Shorts,Film & Video,USD,2014-10-03,7000.00,2014-09-09 14:32:29,8198.00,successful,210,US,8198.00,8198.00,7000.00" +1113776782,Bacon & Egg Bites for Dogs! Tasty & Healthy Dog Treats.,Farmer's Markets,Food,USD,2014-10-10,3800.00,2014-09-10 16:46:14,120.00,failed,4,US,120.00,120.00,3800.00 +1113777415,High Tech Coffee Shop,Technology,Technology,USD,2017-03-12,40000.00,2017-02-10 06:07:38,0.00,failed,0,US,0.00,0.00,40000.00 +1113792071,Canada 2016,Digital Art,Art,CAD,2016-06-30,4000.00,2016-05-12 06:00:16,300.00,failed,1,CA,231.90,232.14,3095.26 +1113799570,World's First Multi-Functional Cast Iron Cookware Set,Product Design,Design,USD,2017-05-06,40000.00,2017-03-17 01:02:08,5802.00,suspended,25,US,2864.00,5802.00,40000.00 +1113801178,Uburnn Jay: Accessories and Beanies are coming soon!,Apparel,Fashion,USD,2016-10-07,25000.00,2016-09-06 20:59:11,2.00,failed,2,US,0.00,2.00,25000.00 +111380559,Microcosm,Documentary,Film & Video,USD,2013-06-01,3500.00,2013-05-02 20:14:58,4074.00,successful,66,US,4074.00,4074.00,3500.00 +1113807627,Documentary of trekking in Patagonia,Documentary,Film & Video,USD,2012-12-01,5000.00,2012-10-17 20:58:54,0.00,failed,0,US,0.00,0.00,5000.00 +1113809312,Bonk-A-Nazi Bonk Bag,Games,Games,USD,2017-04-03,10000.00,2017-03-04 21:55:41,96.00,failed,5,US,27.00,96.00,10000.00 +1113814978,Find cheap food in your town - HAVME,Apps,Technology,CHF,2016-09-03,40000.00,2016-08-04 16:52:34,0.00,failed,0,CH,0.00,0.00,41090.54 +1113815049,Sportsmen's Connect,Apps,Technology,USD,2017-09-29,45000.00,2017-08-30 20:53:42,200.00,failed,3,US,0.00,200.00,45000.00 +1113834809,Ron'in Around Asbury Park,Webseries,Film & Video,USD,2014-05-31,3000.00,2014-05-01 14:31:11,821.00,failed,17,US,821.00,821.00,3000.00 +1113836152,Save the Environment,Technology,Technology,CAD,2015-06-24,5000.00,2015-04-28 07:33:39,0.00,failed,0,CA,0.00,0.00,4043.67 +111383864,NEVES the Movie,Film & Video,Film & Video,USD,2012-10-10,150000.00,2012-09-10 00:08:05,3907.00,failed,19,US,3907.00,3907.00,150000.00 +1113849731,The Hog River Revival,Conceptual Art,Art,USD,2012-05-31,1000.00,2012-05-03 03:38:25,1786.00,successful,18,US,1786.00,1786.00,1000.00 +1113851698,Mercedes Signature Candles (Handmade),Candles,Crafts,USD,2014-09-28,500.00,2014-08-29 19:08:27,5.00,failed,1,US,5.00,5.00,500.00 +1113856011,Full Circle - a New Novel by Paulette Packard Johnson,Fiction,Publishing,USD,2015-05-08,25000.00,2015-03-27 16:16:59,245.00,failed,5,US,245.00,245.00,25000.00 +"111386040,""New EP from San Antonio Texas Punk Rockers, the Bent Gents"",Punk,Music,USD,2016-06-04,1500.00,2016-04-20 05:14:47,1690.00,successful,38,US,1690.00,1690.00,1500.00" +111387123,YES QUEST - A Book About A Year-Long Experiment,Nonfiction,Publishing,AUD,2016-02-17,1500.00,2016-01-26 10:32:59,2707.00,successful,40,AU,1898.74,1924.77,1066.55 +"1113881080,""People in London, a book about my fellow Londoners"",People,Photography,GBP,2014-06-22,11000.00,2014-05-23 12:13:48,12522.00,successful,147,GB,21149.28,21328.20,18735.84" +1113884204,Hill Station Home: Luxury Bedding Redefined,Product Design,Design,USD,2017-09-01,15000.00,2017-08-02 18:01:05,5677.00,failed,50,US,1020.00,5677.00,15000.00 +1113885318,Crown & Jewel T-Shirts & Hats,Fashion,Fashion,EUR,2016-09-10,4500.00,2016-08-11 19:29:50,0.00,failed,0,ES,0.00,0.00,5051.70 +"111389403,""Radiator Mate, funky bleed alert gadget for happy radiators"",Hardware,Technology,GBP,2013-06-22,35000.00,2013-04-23 12:04:18,297.00,failed,13,GB,452.56,453.19,53406.58" +111389683,Modern Carry Wallets / Card Holders,Product Design,Design,USD,2016-01-04,3750.00,2015-11-17 12:31:34,3893.00,successful,143,US,3893.00,3893.00,3750.00 +1113901286,WriteSiders,Performance Art,Art,USD,2015-11-08,7000.00,2015-10-09 02:17:15,0.00,failed,0,US,0.00,0.00,7000.00 +1113901588,Sochi 2014,Theater,Theater,GBP,2015-07-15,100.00,2015-06-13 15:39:39,100.00,successful,6,GB,155.19,155.94,155.94 +1113908568,Fun Factory's Big Important First Physical Book,Comics,Comics,USD,2012-09-01,1000.00,2012-08-07 23:17:13,1043.00,successful,22,US,1043.00,1043.00,1000.00 +1113909554,The Animated Freethought Project,Animation,Film & Video,USD,2013-01-28,2800.00,2012-12-19 21:50:23,1775.56,failed,61,US,1775.56,1775.56,2800.00 +1113914258,Project Tigr Books,Technology,Technology,GBP,2015-09-24,650.00,2015-08-25 20:31:37,1119.00,successful,43,GB,1754.60,1698.26,986.48 +1113916012,Recovery From Narcissistic Abuse,Film & Video,Film & Video,USD,2014-12-07,20000.00,2014-11-07 23:37:55,517.00,failed,20,US,517.00,517.00,20000.00 +1113919058,TOOLSSHARING,Web,Technology,EUR,2016-03-17,20000.00,2016-01-18 10:25:05,1444.00,failed,16,IT,1575.96,1628.69,22558.09 +111392028,3CHARGE. THE BEST and MOST GLAMOROUS MULTI-CHARGING CABLE!,Technology,Technology,EUR,2018-01-12,7800.00,2017-12-04 17:10:00,11099.00,suspended,183,IT,2024.19,13470.80,9466.82 +1113920713,Life Simulator,Games,Games,EUR,2017-07-30,2500.00,2017-05-31 00:18:26,0.00,canceled,0,ES,0.00,0.00,2967.01 +1113925398,Women's Gold Medalists Rio 2016,Graphic Design,Design,AUD,2016-08-25,50000.00,2016-07-25 23:59:24,50899.00,successful,442,AU,1168.72,38904.69,38217.53 +1113925553,Blue Blaster volume 1,Webcomics,Comics,USD,2014-09-30,3000.00,2014-08-16 04:38:05,1208.00,failed,30,US,1208.00,1208.00,3000.00 +1113929126,Artisian Tropical Fruit Wine For Friends,Drinks,Food,USD,2015-03-07,420.00,2015-02-05 02:57:23,1.00,failed,1,US,1.00,1.00,420.00 +1113943277,Foot Flops: Heat moldable flip flops formed to fit your feet,Footwear,Fashion,USD,2015-10-17,40000.00,2015-09-02 22:31:48,179019.00,successful,2792,US,179019.00,179019.00,40000.00 +11139496,United screen printers,Graphic Design,Design,USD,2015-03-05,5000.00,2015-02-03 19:04:00,0.00,failed,0,US,0.00,0.00,5000.00 +1113952056,It's The GOD Complex,Video Games,Games,USD,2015-01-10,372625.00,2014-12-01 22:51:58,34.00,failed,4,US,34.00,34.00,372625.00 +1113953420,The Cogs of Fate (Canceled),Fiction,Publishing,USD,2013-08-11,10000.00,2013-06-12 19:34:28,10.00,canceled,1,US,10.00,10.00,10000.00 +1113974268,Bring Senegalese Cuisine BACK to L.A.,Restaurants,Food,USD,2014-08-04,50000.00,2014-07-05 07:32:54,105.00,failed,2,US,105.00,105.00,50000.00 +1113974881,The Light Phone,Product Design,Design,USD,2015-06-27,200000.00,2015-05-13 15:55:23,415127.69,successful,3187,US,415127.69,415127.69,200000.00 +1113983470,Make The Most,Games,Games,USD,2015-07-05,33000.00,2015-05-21 21:42:12,720.00,failed,11,US,720.00,720.00,33000.00 +1113987953,Scofflaw,Comics,Comics,USD,2013-07-17,4000.00,2013-06-17 21:01:35,4885.13,successful,95,US,4885.13,4885.13,4000.00 +1113997009,Solaris SciFi Solar System RPG Audio Package,Tabletop Games,Games,USD,2017-11-29,2000.00,2017-11-08 15:39:00,2811.00,successful,38,US,492.00,2811.00,2000.00 +11139983,I Want To Be Metropolitan,Publishing,Publishing,USD,2012-04-01,3000.00,2012-02-16 21:43:51,4865.00,successful,87,US,4865.00,4865.00,3000.00 +111400271,This Will Ruin Everything - 10 Years of Recoat,Art Books,Publishing,GBP,2017-06-16,11000.00,2017-05-28 00:54:03,12449.00,successful,255,GB,1358.60,15896.26,14046.02 +1114006488,Olivia's Orlando Ballet Summer Intensive,Workshops,Dance,USD,2017-05-16,1000.00,2017-03-17 20:30:34,1020.00,successful,14,US,0.00,1020.00,1000.00 +1114017657,Buckets,Shorts,Film & Video,USD,2016-01-17,10000.00,2015-12-11 16:57:44,10000.00,successful,107,US,10000.00,10000.00,10000.00 +"1114018102,""Reconcept Brew City Grill into """"Morty O'Malleys"""""",Food,Food,USD,2013-02-20,30000.00,2013-02-13 01:00:41,0.00,failed,0,US,0.00,0.00,30000.00" +1114020256,Bassel's Street Food,Food Trucks,Food,USD,2015-12-08,45000.00,2015-10-09 01:13:57,330.00,failed,4,US,330.00,330.00,45000.00 +1114027318,Help me get to the Australian Open!,Journalism,Journalism,USD,2012-11-22,4000.00,2012-10-23 04:50:47,85.00,failed,4,US,85.00,85.00,4000.00 +1114029288,STAY2ElPaso,Shorts,Film & Video,USD,2014-09-21,15000.00,2014-07-23 00:39:20,2435.00,failed,21,US,2435.00,2435.00,15000.00 +1114030850,GOOD (OIYAA) START,Illustration,Art,EUR,2015-09-05,500.00,2015-08-11 19:44:17,1.00,failed,1,FR,1.10,1.13,563.40 +1114036412,The Upside of Down,Webseries,Film & Video,USD,2013-12-19,10000.00,2013-11-19 18:49:33,10021.09,successful,160,US,10021.09,10021.09,10000.00 +1114042734,Northern Harmony goes to Latin America,World Music,Music,USD,2013-03-01,14000.00,2013-01-30 05:12:31,17012.00,successful,208,US,17012.00,17012.00,14000.00 +1114042762,Help us launch Simple Church Tools.,Software,Technology,USD,2017-11-15,2000.00,2017-10-16 23:51:09,4600.00,successful,39,US,450.00,4600.00,2000.00 +1114042822,Thad & Biff: Bringing Funny to a Whole New Level!,Comics,Comics,USD,2012-10-05,2500.00,2012-08-21 18:45:29,706.00,failed,4,US,706.00,706.00,2500.00 +111404691,Blocks and Balls,Mobile Games,Games,USD,2016-05-09,500.00,2016-04-09 12:23:56,101.00,failed,2,US,101.00,101.00,500.00 +1114055660,FreeJOB Trabajo para todos.,Technology,Technology,MXN,2018-01-11,400000.00,2017-12-12 23:01:27,0.00,live,0,MX,0.00,0.00,20929.26 +1114057587,Die Strong - Releasing New Full Length,Music,Music,USD,2011-04-06,1000.00,2011-03-06 03:49:00,80.00,failed,4,US,80.00,80.00,1000.00 +1114062400,Camera for wave photography,Digital Art,Art,USD,2014-05-07,2550.00,2014-04-07 17:26:58,35.00,failed,3,US,35.00,35.00,2550.00 +"1114088892,""LARA FILIP's debut BIRDIE WING album, FEATHERS & GLASS"",Indie Rock,Music,USD,2011-09-24,15000.00,2011-08-25 04:32:46,3034.00,failed,48,US,3034.00,3034.00,15000.00" +1114092852,The Winter T-Shirt,Fashion,Fashion,USD,2015-09-09,100000.00,2015-08-27 13:56:41,0.00,failed,0,US,0.00,0.00,100000.00 +1114097848,Little Hipsters Book by Michael White,Art Books,Publishing,USD,2013-04-18,7500.00,2013-03-19 02:07:15,10746.00,successful,128,US,10746.00,10746.00,7500.00 +"1114104564,""Color, Love, Light and Power!"",Painting,Art,USD,2012-12-26,17500.00,2012-11-26 18:13:57,100.00,failed,1,US,100.00,100.00,17500.00" +1114110170,GROUNDEAD or HOW NOT TO SELL A ZOMBIE!,Narrative Film,Film & Video,USD,2012-08-19,25000.00,2012-07-07 00:11:24,1308.00,failed,27,US,1308.00,1308.00,25000.00 +1114114151,TURN ON,Shorts,Film & Video,GBP,2014-01-31,1000.00,2013-12-22 18:17:56,1150.00,successful,54,GB,1878.31,1892.41,1645.58 +1114140408,Mass Effect Enamel Pins - Romance Hearts,Jewelry,Fashion,USD,2018-01-13,325.00,2017-12-14 02:35:22,2628.00,live,83,US,32.00,2628.00,325.00 +1114145685,Help me write my next novel 'Whiskey Jack',Publishing,Publishing,GBP,2016-11-07,3000.00,2016-09-08 13:17:47,37.00,failed,8,GB,0.00,46.84,3797.85 +1114147363,Meme Wars - Age of Dank,Mobile Games,Games,USD,2016-11-05,20000.00,2016-10-07 00:11:52,10.00,failed,1,US,0.00,10.00,20000.00 +1114147751,The Official Geek Heroes™ Vol. 1 Tour,Fiction,Publishing,USD,2013-06-28,60000.00,2013-05-11 00:45:01,71.00,failed,4,US,71.00,71.00,60000.00 +1114150609,Urbanize Clothing's Winter Collection (Canceled),Fashion,Fashion,GBP,2013-12-13,500.00,2013-10-14 20:16:34,0.00,canceled,0,GB,0.00,0.00,813.50 +1114153916,Shoe Liners (washable shoe insoles),Fashion,Fashion,AUD,2014-10-09,2500.00,2014-09-09 07:11:53,460.00,failed,16,AU,430.93,400.63,2177.32 +1114154288,LATICE Board Game (+ app),Tabletop Games,Games,USD,2015-10-02,10000.00,2015-09-02 23:50:42,12663.00,successful,258,US,12663.00,12663.00,10000.00 +"1114154316,""But only that it is perfectly beautiful... """"A Space"""""",Poetry,Publishing,USD,2011-09-16,4000.00,2011-08-02 10:18:13,1051.00,canceled,17,US,1051.00,1051.00,4000.00" +"1114164133,""""""The Baldarin"""" a novel."",Fiction,Publishing,USD,2014-08-11,2000.00,2014-07-11 19:33:31,15.00,failed,2,US,15.00,15.00,2000.00" +1114164352,Blue Snowball Fund,Games,Games,GBP,2014-08-29,55.00,2014-07-30 13:49:50,0.00,failed,0,GB,0.00,0.00,91.20 +"1114167555,""Hollywood Havoc - 28mm Zombie, Survivor & Monster Miniatures"",Tabletop Games,Games,GBP,2016-04-03,2000.00,2016-03-07 22:00:18,6745.00,successful,144,GB,9598.73,9493.85,2815.08" +1114168467,Harvest,Experimental,Theater,CAD,2015-08-17,5000.00,2015-06-18 09:18:51,5044.00,successful,43,CA,4100.58,3848.03,3814.46 +"1114173141,""Measureball, Fun new kitchen measuring set."",Food,Food,USD,2015-11-30,3000.00,2015-10-31 17:53:58,260.00,failed,9,US,260.00,260.00,3000.00" +111419492,Big Squeeze: The First Ergonomic Tube Squeezing Tool,Product Design,Design,USD,2016-12-03,27500.00,2016-10-24 13:34:12,28823.00,successful,355,US,7470.00,28823.00,27500.00 +1114195331,Sophomore Full-Length Album,Music,Music,USD,2013-02-08,5000.00,2013-01-09 21:24:35,5371.00,successful,109,US,5371.00,5371.00,5000.00 +1114221906,I don't have bacon (Canceled),Bacon,Food,USD,2014-08-09,10.00,2014-07-10 02:22:10,11.00,canceled,2,US,11.00,11.00,10.00 +1114224013,Rebuild Montford Park Players Amphitheatre,Theater,Theater,USD,2011-03-15,8000.00,2011-01-14 18:00:40,8467.00,successful,60,US,8467.00,8467.00,8000.00 +1114241170,Scatter Joy - Art Abandonment Project To Promote Love,Public Art,Art,USD,2017-07-20,500.00,2017-07-06 22:08:34,30.00,failed,2,US,5.00,30.00,500.00 +1114245599,Telepath Tactics,Video Games,Games,USD,2012-12-29,25500.00,2012-11-28 14:14:35,18615.76,failed,840,US,18615.76,18615.76,25500.00 +"1114246838,A Beautiful Trip,Film & Video,Film & Video,USD,2016-03-07,4000.00,2016-02-04 15:49:23,4124.00,undefined,0,""N,0"""""",,4124.00,4000.00" +1114248945,Stelz Apparel Spring Collection,Fashion,Fashion,USD,2015-03-07,10000.00,2015-02-17 20:00:14,32.00,failed,3,US,32.00,32.00,10000.00 +111425501,Spacetimeshift (Canceled),Video Games,Games,EUR,2015-12-18,30000.00,2015-11-18 10:11:26,0.00,canceled,0,DE,0.00,0.00,32507.99 +"111426477,""LE PETIT PARIS, concrete utopias of the XXIst century"",Art Books,Publishing,USD,2013-05-03,15000.00,2013-04-03 00:10:24,85.00,failed,2,US,85.00,85.00,15000.00" +111426758,Dancing Elephants: a book about a better way,Nonfiction,Publishing,USD,2011-06-02,1500.00,2011-05-03 22:00:36,305.00,failed,10,US,305.00,305.00,1500.00 +1114270397,Lee Feldman Album No. 4,Pop,Music,USD,2011-08-11,15000.00,2011-07-12 15:04:43,16644.00,successful,132,US,16644.00,16644.00,15000.00 +1114281796,Angela Primm - Spirituals: The Songs of Mahalia Jackson,Faith,Music,USD,2014-10-16,10000.00,2014-09-16 22:43:50,1500.00,failed,14,US,1500.00,1500.00,10000.00 +1114285502,Pitchforks & Spoons,Documentary,Film & Video,USD,2013-09-03,12000.00,2013-07-30 19:46:13,1652.00,failed,21,US,1652.00,1652.00,12000.00 +"1114286465,""Welcoming Departure, the movie"",Narrative Film,Film & Video,USD,2010-07-07,8750.00,2010-04-08 21:08:57,8799.51,successful,59,US,8799.51,8799.51,8750.00" +1114302914,i-stapps: Active gaming platform for IOS & Android,Gaming Hardware,Games,EUR,2014-07-04,245000.00,2014-05-20 09:28:36,22732.00,failed,52,NL,31154.15,30888.39,332907.57 +1114310326,Girrion Book 1 The Chrysalis & the Stone Issue 6,Graphic Novels,Comics,USD,2017-02-01,4400.00,2017-01-02 16:07:27,7267.13,successful,280,US,3610.00,7267.13,4400.00 +1114315077,Snap Jack,Product Design,Design,NZD,2017-10-02,50000.00,2017-09-02 02:09:12,15544.00,failed,35,NZ,81.12,11020.99,35450.94 +1114316276,The church: It's a show,Webseries,Film & Video,USD,2013-11-10,2500.00,2013-10-20 23:30:46,140.00,failed,4,US,140.00,140.00,2500.00 +1114337724,United Against ISIS,Accessories,Fashion,AUD,2014-10-31,1000.00,2014-10-01 11:54:51,0.00,failed,0,AU,0.00,0.00,878.97 +"1114340505,""WebTV-Format """"Affenmodus"""": 52 Episoden in 52 Wochen!"",Comedy,Film & Video,EUR,2015-06-11,52000.00,2015-05-12 21:27:46,30.00,failed,1,DE,33.48,33.66,58343.71" +111434898,World Rhythm-Cross Mountainboard Championship 2017,Live Games,Games,GBP,2017-08-13,350.00,2017-07-02 10:48:12,375.00,successful,20,GB,117.25,482.79,450.61 +1114352591,Damaged Goods - full length UK feature film,Narrative Film,Film & Video,GBP,2013-06-12,1500.00,2013-05-13 20:40:14,1648.00,successful,42,GB,2531.44,2574.68,2343.46 +"1114354469,""""""Playtime Picturebear"""""",Product Design,Design,USD,2018-01-11,10000.00,2017-11-12 05:31:57,0.00,live,0,US,0.00,0.00,10000.00" +1114355752,Artwork Piece #44/??? for SIN (Canceled),Tabletop Games,Games,USD,2011-02-18,84.00,2011-01-21 10:37:26,7.00,canceled,2,US,7.00,7.00,84.00 +111435730,Lost Arts Studio,Graphic Design,Design,USD,2011-12-01,3700.00,2011-11-01 00:45:25,105.00,failed,2,US,105.00,105.00,3700.00 +1114358486,Highland's Best Dressed,Dance,Dance,USD,2014-02-02,1800.00,2014-01-03 22:14:31,1838.00,successful,43,US,1838.00,1838.00,1800.00 +1114358617,8-Bit Iron Clothing (Canceled),Apparel,Fashion,USD,2016-01-30,270.00,2015-12-31 19:16:36,0.00,canceled,0,US,0.00,0.00,270.00 +1114363531,Help me to start my studio gallery teach/peace in Woodstock,Art,Art,USD,2016-02-11,25000.00,2016-01-12 17:53:34,0.00,failed,0,US,0.00,0.00,25000.00 +1114380767,Brooklyn Munch: The Cookbook,Publishing,Publishing,USD,2013-08-09,9000.00,2013-07-10 14:02:37,9015.00,successful,36,US,9015.00,9015.00,9000.00 +1114382041,The Red Dragon's Lair Christmas Special 2015,Tabletop Games,Games,USD,2015-10-21,100.00,2015-10-01 23:31:12,3202.00,successful,83,US,3202.00,3202.00,100.00 +1114387316,Yellow Barrel Design Co.,Digital Art,Art,USD,2016-09-11,3000.00,2016-08-12 12:05:55,0.00,canceled,0,US,0.00,0.00,3000.00 +1114390481,U.S. Islands Award Program - Web Site Redesign,Technology,Technology,USD,2016-09-23,1200.00,2016-08-24 18:53:39,1276.00,successful,28,US,349.00,1276.00,1200.00 +"1114390802,""Unjustly Sentenced 10 Years in Prison, Author asks for help!"",Nonfiction,Publishing,USD,2016-12-03,2000.00,2016-11-03 21:54:26,20.00,failed,1,US,0.00,20.00,2000.00" +1114391316,The Departure: 2015 EP,Rock,Music,USD,2015-05-15,1500.00,2015-03-22 00:22:35,1830.00,successful,22,US,1830.00,1830.00,1500.00 +"1114402540,""Der """"GLEITER"""" Modern retro design e-bike"",Product Design,Design,EUR,2017-02-28,250000.00,2017-01-13 22:09:10,425.00,canceled,1,DE,450.50,449.01,264125.43" +"1114406681,""Improv Patrol """"The Gift of Your Story is Our Script"""""",Plays,Theater,USD,2016-03-16,12000.00,2016-02-15 05:02:44,1.00,failed,1,US,1.00,1.00,12000.00" +1114410586,The Parallel World - THE ANT,Video Games,Games,EUR,2018-02-16,10000.00,2017-12-18 23:15:04,57.00,live,3,IT,58.75,69.18,12136.95 +1114412463,Motivation App,Apps,Technology,USD,2014-12-19,5000.00,2014-11-19 04:10:35,1.00,failed,1,US,1.00,1.00,5000.00 +1114421033,Respective Clothing,Fashion,Fashion,USD,2017-12-22,2000.00,2017-11-22 00:07:34,1.11,failed,1,US,0.00,1.11,2000.00 +1114429937,The Color of Noise,Documentary,Film & Video,USD,2012-07-04,18000.00,2012-06-04 16:57:04,19057.66,successful,181,US,19057.66,19057.66,18000.00 +1114432303,Cash4Clans.com,Web,Technology,USD,2015-04-06,10000.00,2015-03-07 06:43:38,1.00,failed,1,US,1.00,1.00,10000.00 +"1114454116,""Bogne Creek Ampitheatre """"Save the Frog"""""",Festivals,Theater,USD,2014-06-14,5000.00,2014-05-15 18:53:21,25.00,failed,1,US,25.00,25.00,5000.00" +1114454610,kLoB: Battleship Music Video,Film & Video,Film & Video,USD,2011-06-02,11500.00,2011-04-18 22:53:24,12034.47,successful,121,US,12034.47,12034.47,11500.00 +1114462683,Campaign for Nut Buttery Goodness...Fog City Sundries,Food,Food,USD,2014-08-12,240.00,2014-07-13 21:40:19,566.50,successful,8,US,566.50,566.50,240.00 +1114464764,Fundraiser for Amsterdam International Art Show,Painting,Art,USD,2017-07-20,1200.00,2017-06-20 17:13:51,76.00,failed,2,US,76.00,76.00,1200.00 +1114483488,Crispy's Curse,Horror,Film & Video,GBP,2016-09-10,15000.00,2016-08-11 19:31:44,912.00,failed,21,GB,476.77,1201.61,19763.37 +1114485241,Earth First! A Journal of Ecological Resistance,Art,Art,USD,2011-10-04,2000.00,2011-08-26 19:21:04,442.00,failed,18,US,442.00,442.00,2000.00 +1114487220,Trixiepix Greeting Cards with Logo,Publishing,Publishing,USD,2015-04-06,1200.00,2015-02-14 00:22:09,1495.00,successful,39,US,1495.00,1495.00,1200.00 +"1114489453,""Parties in a Box, NOT your generic party bundle!"",Crafts,Crafts,USD,2012-07-11,7000.00,2012-05-12 00:58:44,95.00,failed,3,US,95.00,95.00,7000.00" +1114493103,RevBeans,Apps,Technology,GBP,2015-07-15,10000.00,2015-06-15 20:41:01,0.00,failed,0,GB,0.00,0.00,15593.57 +111449328,Big Johns Smokehouse BBQ Sauce,Food,Food,USD,2016-05-09,150000.00,2016-03-10 00:44:29,0.00,failed,0,US,0.00,0.00,150000.00 +1114496247,Fun With Rat Terriers: A Rat Terrier Coloring Book.,Children's Books,Publishing,USD,2012-05-25,1500.00,2012-04-10 02:35:19,1.00,failed,1,US,1.00,1.00,1500.00 +"1114507350,""""""The Foster Effect"""" Book One in the Foster Trilogy"",Fiction,Publishing,USD,2016-07-25,50000.00,2016-06-26 17:09:53,2253.00,failed,19,US,825.00,2253.00,50000.00" +111450859,Ember's debut EP,Country & Folk,Music,GBP,2017-06-30,1500.00,2017-05-21 22:52:23,1541.00,successful,60,GB,101.67,1999.92,1946.71 +1114511414,Integration durch Sprache,Academic,Publishing,EUR,2015-09-18,5000.00,2015-07-20 09:46:52,113.00,failed,5,DE,122.38,129.04,5709.52 +1114511533,CAMP - The Center for Advanced Media Production,Film & Video,Film & Video,USD,2014-06-16,23000.00,2014-05-17 05:33:14,81.00,failed,3,US,81.00,81.00,23000.00 +1114532884,CHICAGO Metrics™,Software,Technology,USD,2017-12-23,4000.00,2017-11-28 05:03:34,4350.00,successful,4,US,0.00,4350.00,4000.00 +1114538836,Home Recording Studio *Timeless Hits**,World Music,Music,USD,2015-05-30,5000.00,2015-04-30 19:26:46,1.00,failed,1,US,1.00,1.00,5000.00 +"1114539227,""Johnny Ronci """"The Kiss of Life and Death"""" album release"",Music,Music,USD,2011-05-30,1000.00,2011-04-30 02:14:47,100.00,failed,4,US,100.00,100.00,1000.00" +"1114539520,""""""From the Land of Love"""" by Sasha and Roman Yakub"",Music,Music,USD,2013-01-13,6000.00,2012-12-14 02:40:11,6125.00,successful,48,US,6125.00,6125.00,6000.00" +1114546622,Liquid Sun Day Recording Project,Rock,Music,USD,2012-05-17,12000.00,2012-04-02 05:51:35,220.00,failed,7,US,220.00,220.00,12000.00 +111454835,Hello World - Kickstarter Test (Canceled),Conceptual Art,Art,USD,2011-02-15,3750.00,2011-01-21 10:57:50,3.00,canceled,1,US,3.00,3.00,3750.00 +1114552111,LAIR - A Para-Dimensional Demon Horror,Graphic Novels,Comics,USD,2017-05-15,9999.00,2017-04-09 16:40:43,10127.00,successful,150,US,1396.00,10127.00,9999.00 +"1114552645,""The Accidentals create original album, BitterSweet!"",Indie Rock,Music,USD,2013-05-06,11500.00,2013-04-10 07:00:06,11500.00,successful,132,US,11500.00,11500.00,11500.00" +111456863,Let's Make A Webcomic,Comics,Comics,USD,2012-08-05,300.00,2012-06-21 02:00:09,510.00,successful,18,US,510.00,510.00,300.00 +1114573552,WODTASTIC,Technology,Technology,USD,2017-05-01,5000.00,2017-04-17 19:41:10,0.00,failed,0,US,0.00,0.00,5000.00 +111457442,Be a 'Paca Backer:We're Launching Zadie & Her Rainbow Alpaca,Children's Books,Publishing,USD,2012-10-07,6000.00,2012-09-07 12:40:12,6575.00,successful,118,US,6575.00,6575.00,6000.00 +1114576644,Live Well Love Well Clothing Brand,Apparel,Fashion,USD,2017-07-30,250.00,2017-06-30 16:31:21,300.00,successful,10,US,70.00,300.00,250.00 +1114580004,Modifier d6 Dice for Collectable Card and Tabletop Games,Tabletop Games,Games,USD,2017-07-14,1250.00,2017-06-30 21:17:31,2573.00,successful,93,US,504.00,2573.00,1250.00 +1114581550,Free Hugs,Fiction,Publishing,USD,2012-09-14,40000.00,2012-08-15 23:38:35,9.00,failed,1,US,9.00,9.00,40000.00 +1114582720,Turn your photos into Postcards,Graphic Design,Design,USD,2012-01-16,1500.00,2011-12-14 20:51:14,5.00,failed,1,US,5.00,5.00,1500.00 +"1114590065,""Clever, funny and very cute. Purrfect gifts for cat lovers."",Printing,Crafts,AUD,2015-06-11,15000.00,2015-05-12 05:50:31,200.00,canceled,1,AU,158.66,154.12,11558.91" +1114596318,The CALLING Christian Dance Company Coming Home Tour,Dance,Dance,USD,2014-05-23,4000.00,2014-04-08 23:36:29,150.00,failed,2,US,150.00,150.00,4000.00 +1114596932,Bring designers to Dragonmeet (Canceled),Games,Games,GBP,2014-11-14,1500.00,2014-10-15 18:00:18,459.00,canceled,20,GB,737.73,718.55,2348.19 +"1114606439,""""""Our Food, Our Right: Recipes for Food Justice""""!"",Food,Food,USD,2012-06-29,4000.00,2012-06-09 21:11:10,4619.99,successful,99,US,4619.99,4619.99,4000.00" +1114608900,Patterns the Musical,Theater,Theater,GBP,2014-06-26,500.00,2014-05-20 21:46:19,10.00,failed,1,GB,16.83,17.03,851.63 +"1114608931,""Book """"Unified Communications Buyer´s Guide"""""",Nonfiction,Publishing,EUR,2017-10-09,5800.00,2017-09-04 00:11:03,33.00,failed,1,AT,0.00,38.97,6849.80" +1114612547,Haunted By Shadows (Canceled),Fiction,Publishing,USD,2014-08-29,2500.00,2014-07-30 02:22:55,262.00,canceled,5,US,262.00,262.00,2500.00 +1114619793,The Bridger Mountains Aerial Photo Catalog,Places,Photography,USD,2015-05-12,225.00,2015-05-02 07:20:08,275.00,successful,1,US,275.00,275.00,225.00 +1114623757,Homeless London: Their Story,Documentary,Film & Video,GBP,2013-03-02,50000.00,2013-01-31 01:39:26,20.00,failed,1,GB,31.40,30.06,75143.90 +1114634378,FUNT: A new TV comedy series,Comedy,Film & Video,AUD,2014-12-18,120000.00,2014-11-18 23:11:57,4154.00,failed,61,AU,3649.40,3397.68,98151.48 +1114636867,Flekt: Studio Quality Light from Your Pop-Up Flash,Product Design,Design,USD,2014-03-25,70000.00,2014-01-24 18:00:37,72158.00,successful,658,US,72158.00,72158.00,70000.00 +111463808,The Rock Glove,Accessories,Fashion,USD,2016-04-01,5000.00,2016-03-02 14:42:39,170.00,failed,5,US,170.00,170.00,5000.00 +1114648741,Easy storage! Declutter and beautify your home - Auxx-Lift,Technology,Technology,USD,2016-11-23,6500.00,2016-10-29 00:12:28,10504.00,successful,15,US,3529.00,10504.00,6500.00 +1114651146,The Baby Cuisine Cookbook,Nonfiction,Publishing,USD,2010-11-20,20000.00,2010-10-11 08:52:15,2410.00,failed,29,US,2410.00,2410.00,20000.00 +1114652513,The Steinbeck Show,Film & Video,Film & Video,USD,2014-01-18,100.00,2013-11-19 01:27:28,1.00,failed,1,US,1.00,1.00,100.00 +1114652628,Dead Girl Hands: The Other Side,Fiction,Publishing,USD,2015-02-05,350.00,2015-01-06 00:16:49,358.00,successful,8,US,358.00,358.00,350.00 +1114655297,Bringing Back The MAGIC: Magic City Fashion Week 2017,Fashion,Fashion,USD,2017-10-12,5000.00,2017-09-12 22:30:53,410.00,failed,12,US,70.00,410.00,5000.00 +1114657925,Phase 1: Project Alfheim,Fiction,Publishing,USD,2016-01-29,2000.00,2015-12-30 00:17:52,506.00,failed,8,US,506.00,506.00,2000.00 +1114661876,Journeys of The Female Archetype,Painting,Art,USD,2013-08-22,4000.00,2013-07-23 10:40:09,4004.00,successful,19,US,4004.00,4004.00,4000.00 +1114665234,Mystigo Games Kit - learn in minutes and play with anyone,Tabletop Games,Games,USD,2015-12-16,12000.00,2015-11-17 18:00:04,2327.00,canceled,66,US,2327.00,2327.00,12000.00 +1114665606,Help Fund Brooklyn Photographer's First Book! (Canceled),Photography,Photography,USD,2012-12-31,7000.00,2012-11-01 17:56:38,0.00,canceled,0,US,0.00,0.00,7000.00 +1114679058,The Primal / Paleo App,Apps,Technology,USD,2016-09-29,5000.00,2016-08-30 06:04:40,6.00,failed,2,US,0.00,6.00,5000.00 +1114679610,Bootstrap Coffee Roasters Is Launching Soon!,Food,Food,USD,2014-05-01,6000.00,2014-04-03 22:58:21,7190.00,successful,67,US,7190.00,7190.00,6000.00 +1114689538,Picture A Change: International,Film & Video,Film & Video,USD,2015-06-04,10000.00,2015-05-09 00:02:19,10474.00,successful,50,US,10474.00,10474.00,10000.00 +1114694501,Healthy Superfood Smoothies Delivered,Vegan,Food,USD,2017-07-06,10000.00,2017-06-16 23:12:56,108.00,failed,4,US,77.00,108.00,10000.00 +1114698041,The Samaritan,Narrative Film,Film & Video,CAD,2016-09-25,1500.00,2016-08-12 22:17:38,1500.00,successful,11,CA,596.90,1139.64,1139.64 +1114703504,will and will animations claymation,Animation,Film & Video,USD,2016-12-23,500.00,2016-11-23 22:34:48,5.00,failed,1,US,0.00,5.00,500.00 +1114720596,My First Short Film,Shorts,Film & Video,USD,2012-03-16,5000.00,2012-03-02 22:30:05,7.00,failed,3,US,7.00,7.00,5000.00 +"1114722493,""“cactus, flowers, F%#k-off, love, roses”"",Film & Video,Film & Video,USD,2013-07-09,3500.00,2013-06-09 06:51:46,215.00,failed,6,US,215.00,215.00,3500.00" +1114723514,Dervish Skirts: Skirts That Adapt For Your Comfort And Style,Fashion,Fashion,USD,2013-07-12,15000.00,2013-06-12 14:00:53,1752.00,failed,20,US,1752.00,1752.00,15000.00 +111472475,BEHR BRAS: Colorful and Comfortable Nursing Bras,Apparel,Fashion,USD,2017-05-12,26000.00,2017-04-12 12:39:46,26726.00,successful,136,US,2870.00,26726.00,26000.00 +1114732075,Unscrambling Africa,Photobooks,Photography,GBP,2016-12-24,28000.00,2016-11-24 18:14:52,30631.00,successful,416,GB,571.21,37711.76,34472.57 +1114733853,Jade's Diary: Fashion for Change,Fashion,Fashion,EUR,2016-12-08,2500.00,2016-11-30 09:25:19,0.00,failed,0,FR,0.00,0.00,2639.75 +1114736807,Bigfoot Origin Story - Student Short Film,Comedy,Film & Video,AUD,2016-08-25,1500.00,2016-07-26 06:51:03,105.00,canceled,5,AU,44.82,80.26,1146.53 +1114737488,First Gear - Motorprogrammet för alla,Film & Video,Film & Video,SEK,2016-06-30,25000.00,2016-06-01 00:53:22,4250.00,failed,10,SE,508.41,503.98,2964.58 +1114739998,Last Right's,Webseries,Film & Video,USD,2011-10-28,11000.00,2011-09-01 21:15:38,12060.00,successful,18,US,12060.00,12060.00,11000.00 +1114747919,My Urban Playground,Documentary,Film & Video,SEK,2016-01-10,427920.00,2015-12-03 14:28:57,8601.00,failed,14,SE,989.68,1004.25,49963.80 +1114753005,Fair Trade Fashion by SET Boutique,Fashion,Fashion,USD,2011-04-04,7000.00,2011-01-02 20:21:23,817.00,failed,20,US,817.00,817.00,7000.00 +1114761434,Teeny The Tiny Raindrop,Children's Books,Publishing,USD,2015-02-14,10313.00,2015-01-15 18:10:33,4275.00,failed,61,US,4275.00,4275.00,10313.00 +1114765307,The Tale of St. Picklas,Children's Books,Publishing,USD,2012-05-03,3000.00,2012-04-03 03:56:09,309.00,failed,13,US,309.00,309.00,3000.00 +1114769050,Experience the Joy of Rock Candy from Raley's Confectionary,Food,Food,USD,2013-11-14,3000.00,2013-10-24 14:39:09,7639.86,successful,140,US,7639.86,7639.86,3000.00 +1114774132,Kiddysoundcloud.. Der Sitzsack der alles abspielt,Technology,Technology,EUR,2016-06-26,30000.00,2016-05-27 05:43:45,0.00,failed,0,DE,0.00,0.00,33404.97 +1114777318,En nombre de la Democracia,Documentary,Film & Video,EUR,2016-12-18,2500.00,2016-11-03 11:45:08,54.00,failed,2,ES,58.66,56.41,2611.51 +1114785260,THIS CHILD: A NEW Rock Musical Production,Theater,Theater,USD,2013-11-30,31500.00,2013-10-31 18:48:32,1245.00,failed,20,US,1245.00,1245.00,31500.00 +1114789635,The FIRST African American Superhero Black Panther Sneaker,Footwear,Fashion,USD,2017-09-20,10000.00,2017-08-17 21:11:29,725.00,canceled,3,US,725.00,725.00,10000.00 +1114801376,LED Marine Dock Bumper,Technology,Technology,USD,2016-02-26,20000.00,2016-01-27 08:44:06,3287.00,failed,28,US,3287.00,3287.00,20000.00 +1114801979,Knoc: the best app for college students to earn money,Apps,Technology,USD,2016-08-31,5000.00,2016-07-20 16:52:51,5158.00,successful,45,US,1720.00,5158.00,5000.00 +"1114804813,""""""Like A Ghost"""" A new EP from Jonathan Peyton"",Music,Music,USD,2011-12-07,2500.00,2011-10-08 07:02:17,2858.00,successful,66,US,2858.00,2858.00,2500.00" +"1114806349,""Handcrafted Greeting Cards, Stitched by Joi"",Art,Art,USD,2016-06-21,1000.00,2016-05-23 22:34:34,1606.50,successful,24,US,1606.50,1606.50,1000.00" +1114806834,findit - The social photo game.,Mobile Games,Games,AUD,2017-11-02,25000.00,2017-10-03 06:05:41,0.00,failed,0,AU,0.00,0.00,19192.38 +1114815268,Movers & Shakers Unlimited,Television,Film & Video,USD,2016-10-21,13000.00,2016-08-22 07:27:01,1980.00,failed,22,US,35.00,1980.00,13000.00 +1114815406,Turning my 3 Tiki Kev DIY Books into instructional Video's,Film & Video,Film & Video,USD,2016-08-16,20000.00,2016-07-17 20:51:30,0.00,failed,0,US,0.00,0.00,20000.00 +1114817390,Myriad Adventure Card Game,Tabletop Games,Games,USD,2012-08-24,7500.00,2012-07-19 19:00:29,355.00,failed,3,US,355.00,355.00,7500.00 +1114826658,How to make £1 Million in 9 Months,Print,Journalism,GBP,2014-09-12,52000.00,2014-08-13 13:49:26,27.00,failed,8,GB,45.29,43.83,84410.10 +111482998,A Field Guide to Losing Your Friends,Documentary,Film & Video,USD,2016-12-16,2000.00,2016-12-01 17:41:59,3310.00,successful,71,US,2392.00,3310.00,2000.00 +"1114837562,""An Iditarod Documentary ( A First, Last Great Race )"",Documentary,Film & Video,USD,2017-12-28,17000.00,2017-11-13 19:12:30,3641.00,failed,18,US,185.00,3641.00,17000.00" +1114842339,BattleCON: War Remastered,Tabletop Games,Games,USD,2014-06-29,30000.00,2014-05-30 21:05:19,250284.00,successful,1860,US,250284.00,250284.00,30000.00 +1114845600,Behind The Scenes - A Feature Length Documentary,Documentary,Film & Video,GBP,2017-02-11,2600.00,2017-01-12 12:12:24,0.00,canceled,0,GB,0.00,0.00,3230.30 +"1114848960,""""""Backstage Burlesque"""" An Uncensored Coffee Table Photo Book"",Performance Art,Art,USD,2013-02-24,2000.00,2013-01-10 00:00:01,150.00,failed,2,US,150.00,150.00,2000.00" +1114850719,Unfortunately,Shorts,Film & Video,USD,2012-03-09,150.00,2012-02-23 03:01:36,210.00,successful,4,US,210.00,210.00,150.00 +1114851611,AlphaTechBlocks: Physical blocks playing in a digital world.,Hardware,Technology,USD,2017-10-28,12000.00,2017-09-26 13:19:53,14232.00,successful,116,US,3240.00,14232.00,12000.00 +"1114852718,""4,000 miles to Glory"",Documentary,Film & Video,USD,2016-03-29,5000.00,2016-01-29 00:42:37,0.00,failed,0,US,0.00,0.00,5000.00" +1114854317,Raquel's Summer,Narrative Film,Film & Video,USD,2012-08-17,30000.00,2012-07-16 19:27:20,11.00,failed,2,US,11.00,11.00,30000.00 +1114862215,Une voix pour les exclus. Pensées et Poésies Exutoires,Poetry,Publishing,CAD,2016-11-27,5000.00,2016-10-28 00:33:47,51.00,failed,4,CA,0.00,38.34,3758.55 +1114875835,The Boggy-Fog Gnoo: A new kind of story time,Children's Books,Publishing,USD,2012-04-05,9000.00,2012-03-06 19:14:32,3772.00,failed,59,US,3772.00,3772.00,9000.00 +1114876098,iN It...To iNSPIRE,Video,Journalism,USD,2015-03-25,7000.00,2015-02-23 03:38:17,1.00,failed,1,US,1.00,1.00,7000.00 +1114879440,Birthday Celebration for Makaiwi,Events,Food,USD,2014-08-16,7654.00,2014-07-16 16:15:46,1.00,failed,1,US,1.00,1.00,7654.00 +"1114889532,""Choose Your Adventure with """"Commissions"""" From Greenbeanbaby"",Illustration,Art,USD,2017-12-16,100.00,2017-11-16 11:02:20,2300.00,successful,20,US,1355.00,2300.00,100.00" +1114891224,The Cooper Kit for Dads,Games,Games,USD,2013-01-01,22000.00,2012-11-28 02:05:45,5256.00,failed,47,US,5256.00,5256.00,22000.00 +1114891461,Gopher: Everything to Go,Apps,Technology,USD,2015-11-06,70000.00,2015-10-07 20:04:02,10.00,failed,1,US,10.00,10.00,70000.00 +1114902304,BEESTON | World's First Reversible Urban Cycling Trench Coat,Apparel,Fashion,GBP,2017-12-26,10000.00,2017-11-24 19:19:07,11231.00,successful,55,GB,4584.56,15181.34,13517.35 +111490251,The Ziggy Block,Gadgets,Technology,USD,2017-07-27,10000.00,2017-06-26 20:56:47,222.00,failed,7,US,167.00,222.00,10000.00 +1114904072,DOGOLSHOOT frenetic shooter (FREE on Android),Video Games,Games,EUR,2017-04-25,180.00,2017-04-08 16:13:33,36.00,failed,3,FR,17.03,39.35,196.74 +1114905171,AUTISM: THE HAPPY KINGDOM,Children's Books,Publishing,USD,2015-05-06,10000.00,2015-04-06 18:43:26,360.00,failed,4,US,360.00,360.00,10000.00 +1114905627,The Chrysanthemum Trilogy: Transition,Fiction,Publishing,NZD,2013-12-13,10750.00,2013-11-13 06:25:39,0.00,failed,0,NZ,0.00,0.00,8841.19 +1114913038,True stories from the Sideshow,Nonfiction,Publishing,USD,2013-12-25,2500.00,2013-11-25 21:02:43,140.00,failed,9,US,140.00,140.00,2500.00 +1114926852,Affordable DLP 3D Printer - Amazing 2K Resolution,3D Printing,Technology,HKD,2016-12-10,58000.00,2016-11-15 02:14:10,343880.00,successful,57,HK,4520.53,44300.73,7471.92 +1114929684,Viking Guitar University,Music,Music,USD,2012-04-12,2500.00,2012-02-27 04:42:26,3020.08,successful,67,US,3020.08,3020.08,2500.00 +1114935962,i.L.L. Clothing Company [i.Love.Life],Apparel,Fashion,CAD,2014-08-31,1500.00,2014-07-22 19:36:38,0.00,failed,0,CA,0.00,0.00,1378.93 +"1114942266,""""""The Other Guy"""" A doc film Produced by his Son Dante Korda"",Documentary,Film & Video,USD,2016-03-10,25000.00,2016-02-09 01:56:13,10.00,failed,1,US,10.00,10.00,25000.00" +1114943699,SALVAGERS - Abandoned Cargo: Chapter 2,Comics,Comics,USD,2014-01-05,2500.00,2013-12-06 17:41:49,2909.00,successful,85,US,2909.00,2909.00,2500.00 +1114955804,shinflick - shin means new in Japanese. New Flick.,Film & Video,Film & Video,USD,2017-12-31,50000.00,2017-12-01 20:02:31,0.00,failed,0,US,0.00,0.00,50000.00 +1114959310,WEEKEND (Canceled),Video Games,Games,USD,2014-01-02,5400.00,2013-12-03 23:18:59,92.00,canceled,5,US,92.00,92.00,5400.00 +"1114966662,""Xculpter, the first hair and beard sculptor."",Technology,Technology,EUR,2015-12-10,15000.00,2015-11-12 15:37:14,1039.00,failed,16,FR,1118.46,1137.71,16425.04" +1114968062,The Panel - Feature Film Screenplay,Film & Video,Film & Video,AUD,2016-08-19,500.00,2016-07-20 04:44:36,0.00,failed,0,AU,0.00,0.00,380.66 +1114995808,PUPPY LOVE,Documentary,Film & Video,USD,2013-06-13,4500.00,2013-05-14 19:19:15,45.00,failed,2,US,45.00,45.00,4500.00 +1114999087,Retrorocket Launch Pack,Art,Art,USD,2014-10-30,1200.00,2014-09-30 19:03:02,1294.00,successful,24,US,1294.00,1294.00,1200.00 +11150097,CellPalm,Product Design,Design,USD,2014-10-03,16000.00,2014-09-02 18:49:29,724.00,failed,29,US,724.00,724.00,16000.00 +"1115011658,""""""Pabst, An Excavation of Art"""""",Photography,Photography,USD,2012-04-06,7800.00,2012-03-12 21:18:06,8125.99,successful,76,US,8125.99,8125.99,7800.00" +1115020233,National Jobs List,Web,Technology,USD,2014-11-29,10000.00,2014-09-30 02:49:44,3.00,failed,3,US,3.00,3.00,10000.00 +1115023706,The Undress V3 - The Most Versatile Dress in the World.,Fashion,Fashion,USD,2017-07-01,22000.00,2017-05-23 02:39:11,524176.00,successful,4844,US,67846.00,524176.00,22000.00 +1115027240,Trash is Treasure,Nonfiction,Publishing,EUR,2015-01-15,7000.00,2014-12-15 14:10:19,7003.00,successful,55,NL,8727.45,8115.09,8111.62 +1115028418,Hungry Trucker Beef Jerky,Small Batch,Food,USD,2015-06-28,75000.00,2015-04-29 00:26:31,322.00,failed,10,US,322.00,322.00,75000.00 +111503084,Survival Camp : Card and Dice Game,Tabletop Games,Games,USD,2011-12-16,4000.00,2011-10-17 16:42:43,4467.99,successful,113,US,4467.99,4467.99,4000.00 +1115038278,PROXY,Publishing,Publishing,USD,2012-03-22,2000.00,2012-02-21 03:54:06,46.00,failed,4,US,46.00,46.00,2000.00 +1115049152,MIDWIFE,Shorts,Film & Video,USD,2015-07-23,12500.00,2015-06-23 23:33:38,13412.00,successful,36,US,13412.00,13412.00,12500.00 +1115051994,King of the Jungle - Can you survive the jungle carnage?,Tabletop Games,Games,USD,2016-09-02,8250.00,2016-08-03 13:24:42,8380.00,successful,110,US,774.00,8380.00,8250.00 +1115055243,The man who Unraveled the Strands,Fiction,Publishing,CAD,2016-03-01,5000.00,2016-01-28 17:22:46,0.00,failed,0,CA,0.00,0.00,3726.89 +1115060113,SOLILOQUY II @ PPOW Gallery ,Film & Video,Film & Video,USD,2010-10-08,800.00,2010-09-13 18:43:11,556.00,failed,15,US,556.00,556.00,800.00 +1115070934,PetMatch,Apps,Technology,USD,2017-06-14,25000.00,2017-05-15 18:25:54,235.00,failed,6,US,0.00,235.00,25000.00 +1115075697,The Silver Pages: Part II,Indie Rock,Music,USD,2015-02-21,6000.00,2015-01-22 00:55:01,7486.00,successful,162,US,7486.00,7486.00,6000.00 +1115078830,The Pilgrim's Progress CGI Animation: Campaign #3,Animation,Film & Video,USD,2017-06-15,37500.00,2017-05-04 22:41:34,42146.00,successful,342,US,1231.00,42146.00,37500.00 +1115082788,New Year Special- Help Support Joanna Hancock Photography,Photography,Photography,USD,2015-02-01,1300.00,2015-01-06 02:47:16,1300.00,successful,20,US,1300.00,1300.00,1300.00 +1115085264,Be Love (Canceled),Nonfiction,Publishing,USD,2015-10-18,10000.00,2015-09-18 12:20:28,0.00,canceled,0,US,0.00,0.00,10000.00 +1115085304,Cracking Startups: Cracking the $1M Sales Barrier,Academic,Publishing,EUR,2016-08-04,3400.00,2016-07-05 09:09:05,125.00,canceled,4,ES,139.24,139.45,3793.03 +1115093807,100% Eco-friendly & Organic Cotton T-Shirt with print,Apparel,Fashion,EUR,2016-11-16,28800.00,2016-10-17 21:04:51,0.00,failed,0,NL,0.00,0.00,30611.59 +1115097266,Constant Halo Records First Professional E.P.,Rock,Music,USD,2012-02-27,13000.00,2012-01-13 05:37:52,2165.00,failed,11,US,2165.00,2165.00,13000.00 +1115108224,Digitizing 8 Rare Siddha Yoga Books,Translations,Publishing,USD,2015-09-15,4500.00,2015-08-16 05:36:14,55.00,failed,2,US,55.00,55.00,4500.00 +1115116796,T1 Gaming Supply Revolution! Custom Dice Sleeves Play Mats,Gaming Hardware,Games,USD,2015-05-17,21875.00,2015-04-23 20:51:09,348.00,canceled,8,US,348.00,348.00,21875.00 +1115126347,Designing a SuperCar by OLMOS-RACING,Technology,Technology,EUR,2016-08-08,80000.00,2016-06-13 17:13:40,0.00,failed,0,FR,0.00,0.00,89263.80 +11151324,Album: Det räcker nu (eng: It´s enough). Singer-songwriter.,Music,Music,SEK,2015-04-07,90000.00,2015-03-08 00:44:06,5.00,failed,1,SE,0.60,0.57,10192.76 +1115135394,#GRADSCHOOLPROBLEMS,Webseries,Film & Video,USD,2016-04-09,200.00,2016-03-10 23:29:31,0.00,failed,0,US,0.00,0.00,200.00 +"1115136015,""IZZY LANE - Cruelty-Free Wool Yarn, Throws and Socks"",Design,Design,GBP,2016-07-14,18500.00,2016-06-13 16:35:01,18706.00,successful,336,GB,9030.89,24996.66,24721.38" +1115148717,DIANA Moon Goddess Art Deco signed print DOUGLAS C KLAUBA,Art,Art,USD,2017-04-25,1000.00,2017-04-19 08:50:40,2423.00,successful,23,US,1999.00,2423.00,1000.00 +1115150307,Harley C.I.: A Detective Story,Nonfiction,Publishing,USD,2012-04-13,2000.00,2012-02-13 04:35:36,710.00,failed,19,US,710.00,710.00,2000.00 +1115154142,Colorfeels' Debut Full-Length on 180 Gram Vinyl,Music,Music,USD,2011-04-12,7700.00,2011-03-08 03:51:58,8433.50,successful,115,US,8433.50,8433.50,7700.00 +1115159767,One Ugly Baby,Narrative Film,Film & Video,USD,2013-03-24,3300000.00,2013-02-22 05:42:16,350.00,failed,6,US,350.00,350.00,3300000.00 +111516076,The Creation Of One Soul Thrust's Video! Join Us! Make It Yours! (Canceled),Shorts,Film & Video,USD,2010-01-22,5000.00,2009-10-27 04:02:35,740.00,canceled,5,US,740.00,740.00,5000.00 +111516303,Gold Mine Trading Company,Fashion,Fashion,USD,2014-04-28,2500.00,2014-03-29 00:08:44,1280.00,failed,25,US,1280.00,1280.00,2500.00 +1115170686,Let's have a gong show!,Music,Music,USD,2016-07-25,1200.00,2016-06-25 01:48:40,1200.00,successful,18,US,520.00,1200.00,1200.00 +1115179945,AccuGrill – The Only Grill Accessory You Will Have For Life!,Product Design,Design,USD,2017-07-18,20000.00,2017-06-03 15:51:58,1509.00,failed,28,US,682.00,1509.00,20000.00 +1115196214,Zombie Survival Game : Survivant,Video Games,Games,EUR,2016-09-22,100.00,2016-08-23 12:58:30,5.00,failed,1,FR,0.00,5.61,112.14 +1115203493,Art of Knoble Presents: Knoble Journey (Documentary Series),Documentary,Film & Video,EUR,2016-05-20,6500.00,2016-04-20 12:19:27,1472.00,failed,21,IT,1666.15,1651.43,7292.31 +1115215234,My life,Hip-Hop,Music,USD,2017-07-17,100000.00,2017-06-17 21:44:13,0.00,failed,0,US,0.00,0.00,100000.00 +1115216791,The Social Media Monthly - Issue #2 (Print),Periodicals,Publishing,USD,2011-08-01,15000.00,2011-06-12 19:52:11,185.00,failed,10,US,185.00,185.00,15000.00 +1115219792,Stinky Pinkie's First Album,Electronic Music,Music,CAD,2014-09-23,6500.00,2014-08-24 04:19:39,0.00,failed,0,CA,0.00,0.00,5849.53 +1115227034,Big Star: Nothing Can Hurt Me,Documentary,Film & Video,USD,2012-06-28,32000.00,2012-05-29 18:33:21,41953.40,successful,456,US,41953.40,41953.40,32000.00 +1115235125,Learn To Build Your Own Electric Bicycle - The Book!,Nonfiction,Publishing,USD,2013-08-01,900.00,2013-07-02 21:01:51,5500.00,successful,270,US,5500.00,5500.00,900.00 +1115237246,byRachelrara label (lingerie),Apparel,Fashion,NZD,2017-01-04,1500.00,2016-12-05 03:23:51,147.00,failed,4,NZ,34.28,103.27,1053.74 +1115249041,The story of the Oliver Twins,Publishing,Publishing,GBP,2015-11-23,20000.00,2015-10-24 14:05:01,26519.00,successful,531,GB,40864.54,39916.01,30103.71 +1115252110,6.5.67 Alianza Tierra O Muerte,Drama,Film & Video,USD,2014-10-08,1500000.00,2014-08-09 01:21:16,40.00,failed,2,US,40.00,40.00,1500000.00 +1115256596,SmartClick: Revolution in the sphere of quizzes,Mobile Games,Games,GBP,2015-04-13,2200.00,2015-03-04 10:37:53,125.00,failed,11,GB,192.15,187.77,3304.74 +1115261213,Motivation II,Hip-Hop,Music,USD,2015-03-24,2000.00,2015-01-23 06:23:38,0.00,failed,0,US,0.00,0.00,2000.00 +1115266614,Monkies: The Drawing Shoes Revolution is on!,Design,Design,USD,2013-07-03,15000.00,2013-05-29 17:11:14,1433.00,failed,22,US,1433.00,1433.00,15000.00 +111527146,Moss Rain an Adult Coloring Book Collaboration,Design,Design,USD,2015-12-22,800.00,2015-12-07 21:30:33,69.00,failed,4,US,69.00,69.00,800.00 +1115275087,No Regrets Short Film,Romance,Film & Video,USD,2015-11-01,1600.00,2015-10-02 06:25:06,0.00,failed,0,US,0.00,0.00,1600.00 +1115298804,Bicycle® TATTOO Golden Edition Playing Cards,Design,Design,CAD,2014-04-01,8000.00,2014-03-01 00:42:56,15331.00,successful,501,CA,13780.23,13909.45,7258.21 +"1115304711,""The World's BEST Dress Shirt, 10 Features Lifelong quality."",Apparel,Fashion,USD,2016-12-19,15000.00,2016-11-04 17:00:10,15475.00,successful,68,US,8323.00,15475.00,15000.00" +1115315480,Spencer Lash records an E.P. in Boston,Country & Folk,Music,USD,2011-06-20,50.00,2011-05-21 08:30:50,60.00,successful,4,US,60.00,60.00,50.00 +1115322596,San Antonio to Lubbock,Photography,Photography,USD,2012-04-20,8000.00,2012-03-21 02:32:40,911.00,failed,9,US,911.00,911.00,8000.00 +"1115332900,""Hardcover edition of Crimson Liberty, signed & personalized"",Fiction,Publishing,USD,2012-11-09,4969.00,2012-10-10 06:46:12,80.00,failed,4,US,80.00,80.00,4969.00" +1115335533,Enduring the Night: Stories by former girl soldiers,Nonfiction,Publishing,USD,2015-03-25,15000.00,2015-02-03 19:54:28,17030.00,successful,173,US,17030.00,17030.00,15000.00 +1115347218,Unpacking Student Identities through Art,Installations,Art,USD,2015-07-17,2000.00,2015-06-17 16:40:33,2000.00,successful,30,US,2000.00,2000.00,2000.00 +1115350992,Judas Redux,Theater,Theater,USD,2013-04-29,36000.00,2013-03-29 18:49:11,62809.84,successful,1577,US,62809.84,62809.84,36000.00 +1115363809,TimeTravel with Theater Artists & Promote the Art of Theatre,Theater,Theater,USD,2011-09-23,18000.00,2011-08-09 18:40:01,275.00,canceled,6,US,275.00,275.00,18000.00 +1115377429,Svolten - mat på en helt ny måte,Apps,Technology,NOK,2016-08-13,10000.00,2016-07-14 18:08:25,200.00,failed,2,NO,23.68,24.34,1217.23 +"1115382782,""The Runaways present """"The Party House"""""",Experimental,Theater,USD,2015-06-01,3000.00,2015-05-02 17:28:16,3026.00,successful,47,US,3026.00,3026.00,3000.00" +1115383570,Labyrinthine Dreams,Video Games,Games,USD,2013-08-21,6000.00,2013-07-22 22:10:55,6110.00,successful,114,US,6110.00,6110.00,6000.00 +1115387676,On the Go Purse Organizer...for quick change of your handbag,Fashion,Fashion,USD,2014-03-28,1500.00,2014-02-26 01:47:45,365.00,failed,15,US,365.00,365.00,1500.00 +111539147,Got Your Six: Custom Accessories & Smoke Shop,Crafts,Crafts,USD,2017-02-06,2500.00,2017-01-07 08:30:43,1019.00,failed,7,US,818.00,1019.00,2500.00 +"1115391889,""Flotilla - Like Sci-Fi, Guns and Pirates? Welcome Aboard!"",Fiction,Publishing,USD,2012-08-09,11111.00,2012-07-10 18:09:14,100.00,failed,5,US,100.00,100.00,11111.00" +"1115401988,""The Cheyenne Show - """"An Art Show Journey"""""",Photography,Photography,USD,2012-12-06,5600.00,2012-11-06 01:07:23,575.00,failed,8,US,575.00,575.00,5600.00" +"111540366,Album Pre-Sales - Into The East,Music,Music,NZD,2015-03-22,5000.00,2015-03-02 08:15:36,5191.00,undefined,0,""N,0"""""",,3929.30,3784.72" +111541460,After,Video Games,Games,GBP,2016-01-06,45000.00,2015-12-07 12:46:57,26.00,failed,3,GB,39.29,37.89,65586.19 +1115419262,Gruff: The Tactical Card Game of Mutated Monster Goats,Tabletop Games,Games,USD,2015-05-31,10000.00,2015-05-01 16:03:28,65465.66,successful,1768,US,65465.66,65465.66,10000.00 +"1115420173,""Rad Coffee Truck, FIRST ever skate themed coffee truck."",Food Trucks,Food,USD,2015-06-01,30000.00,2015-05-02 17:13:36,2655.00,canceled,16,US,2655.00,2655.00,30000.00" +1115421042,AHTspace: Chapter 1,Comics,Comics,USD,2014-09-07,400.00,2014-08-23 21:08:37,1916.00,successful,81,US,1916.00,1916.00,400.00 +1115447279,'This Lovely Day' a first recording from Lawrence Cotton,Jazz,Music,CAD,2013-12-26,4500.00,2013-12-02 21:31:37,4760.00,successful,57,CA,4484.26,4463.62,4219.80 +1115452212,Pug Yoga 2018 Calendar,Calendars,Publishing,USD,2017-11-04,3000.00,2017-10-05 15:58:57,3735.00,successful,106,US,1106.00,3735.00,3000.00 +1115456114,Wraps in a snap. Fast lunch with a gourmet punch!,Food Trucks,Food,USD,2016-03-23,50000.00,2016-02-12 08:38:53,1.00,failed,1,US,1.00,1.00,50000.00 +1115461683,Fund my first comic book ,Comics,Comics,USD,2011-04-03,20000.00,2011-03-02 17:20:27,30.00,failed,2,US,30.00,30.00,20000.00 +111546195,Milan Mode (Canceled),R&B,Music,USD,2014-10-13,4000.00,2014-09-17 15:55:03,485.00,canceled,7,US,485.00,485.00,4000.00 +1115469993,Sharri's Vegan and Nautral Products,Crafts,Crafts,USD,2015-03-16,450.00,2015-02-04 05:06:01,148.00,failed,5,US,148.00,148.00,450.00 +1115473540,Tomorrow Morning,Shorts,Film & Video,USD,2015-07-09,8000.00,2015-06-12 01:16:44,8500.00,successful,44,US,8500.00,8500.00,8000.00 +1115487690,Bringy: a smart ball for smart dog owners,Gadgets,Technology,USD,2017-07-22,76000.00,2017-06-22 16:00:07,5764.00,canceled,100,US,1882.00,5764.00,76000.00 +1115489163,Bicycle Four Seasons Playing Cards,Playing Cards,Games,USD,2017-07-29,15000.00,2017-06-29 18:06:52,9473.00,failed,169,US,2115.00,9473.00,15000.00 +1115494337,RICKEY THADE COLE is Recording a Dual Album!!,Country & Folk,Music,USD,2014-03-14,9000.00,2014-02-07 06:01:01,9470.00,successful,52,US,9470.00,9470.00,9000.00 +1115496757,Project,Interactive Design,Design,USD,2015-11-02,80000.00,2015-10-01 18:16:45,3980.00,canceled,8,US,3980.00,3980.00,80000.00 +1115498373,Zappy Coffee Maker (Canceled),Drinks,Food,AUD,2015-06-29,47000.00,2015-04-30 14:35:09,575.00,canceled,2,AU,459.34,432.66,35364.94 +1115505663,FEMME,Zines,Publishing,GBP,2017-07-13,200.00,2017-06-13 10:54:29,52.00,failed,6,GB,25.52,67.47,259.48 +1115508987,End of The Line Folks,Graphic Design,Design,NZD,2015-12-17,12000.00,2015-11-17 20:01:39,15.00,failed,1,NZ,9.80,10.06,8046.67 +1115517426,LightningBug 11kilowatt 80 Amp Power Generating System,Hardware,Technology,USD,2015-10-31,55000.00,2015-10-02 00:30:01,5.00,failed,1,US,5.00,5.00,55000.00 +"1115521229,""'Merica, a short musical film starring Bridget Chebo"",Comedy,Film & Video,USD,2015-05-15,3000.00,2015-04-15 02:00:03,815.00,failed,6,US,815.00,815.00,3000.00" +1115527270,Automated Medical Record for Patients and Doctors,Apps,Technology,USD,2015-04-16,50000.00,2015-03-17 08:02:09,50634.43,successful,217,US,50634.43,50634.43,50000.00 +1115532952,www.introspectiontheboardgame.com (Canceled),Tabletop Games,Games,USD,2016-05-17,20000.00,2016-04-17 20:45:27,35.00,canceled,1,US,35.00,35.00,20000.00 +111553652,Yevgeny Kutik's First Major Album,Music,Music,USD,2011-07-09,7500.00,2011-06-09 13:20:17,8156.00,successful,88,US,8156.00,8156.00,7500.00 +1115536872,10MinRest,Product Design,Design,GBP,2014-12-17,3499.00,2014-11-18 21:10:48,0.00,failed,0,GB,0.00,0.00,5475.23 +1115544564,Life in the Rust Belt - A Story of Decay in Photography (Canceled),Photography,Photography,USD,2010-07-10,750.00,2010-05-23 09:54:50,0.00,canceled,0,US,0.00,0.00,750.00 +1115546000,Queen Mab's Steampunk and Fairie Street Festival,Festivals,Theater,USD,2015-07-17,1300.00,2015-06-18 19:02:17,3363.00,successful,62,US,3363.00,3363.00,1300.00 +"1115546567,""Restoration of the Von Minden Manor in La Grange, TX"",Architecture,Design,USD,2015-09-28,34440.00,2015-08-17 23:33:33,485.00,failed,8,US,485.00,485.00,34440.00" +1115547353,The Barmaid,Narrative Film,Film & Video,USD,2011-10-28,15000.00,2011-09-28 08:31:30,0.00,failed,0,US,0.00,0.00,15000.00 +1115550173,Super Land: A New Theatrical Sci Fi Adventure,Theater,Theater,USD,2011-07-05,2500.00,2011-06-01 01:26:25,2964.12,successful,33,US,2964.12,2964.12,2500.00 +111555410,A CONCERT/RECORDING OF THREE STRING QUARTET PREMIERES,Classical Music,Music,USD,2013-09-14,9000.00,2013-07-16 01:23:17,9375.00,successful,70,US,9375.00,9375.00,9000.00 +1115558090,Making the Cut,Documentary,Film & Video,USD,2012-11-16,6000.00,2012-10-02 21:49:16,6511.28,successful,112,US,6511.28,6511.28,6000.00 +1115558643,Pizza hood needed help save Johnny's dream,Food,Food,USD,2015-03-27,19000.00,2015-02-10 03:26:20,0.00,failed,0,US,0.00,0.00,19000.00 +1115560532,BLOOD SPORT - for PC and XBOX 360,Video Games,Games,GBP,2013-04-04,2000.00,2013-03-05 00:20:02,382.00,failed,7,GB,574.32,582.33,3048.87 +1115563545,Dream Seeding for Changing Realities All Ages Art Show,Art,Art,USD,2011-03-23,708.00,2011-02-21 21:48:06,708.00,successful,20,US,708.00,708.00,708.00 +1115566920,Civil War musical~1st Minnesota regiment at Gettysburg,Music,Music,USD,2013-03-16,4500.00,2013-02-14 19:34:10,301.00,failed,9,US,301.00,301.00,4500.00 +1115574559,CENTER CITY,Film & Video,Film & Video,USD,2012-04-26,50000.00,2012-03-27 19:09:47,0.00,failed,0,US,0.00,0.00,50000.00 +"1115587380,""Sins, Manga series"",Comics,Comics,GBP,2013-09-23,6686.00,2013-08-19 22:34:21,0.00,failed,0,GB,0.00,0.00,10774.83" +1115587550,Neonatal,Shorts,Film & Video,USD,2011-11-14,1500.00,2011-10-15 03:40:01,1500.00,successful,15,US,1500.00,1500.00,1500.00 +1115588208,Webinar Education,Apps,Technology,USD,2017-01-20,1000.00,2016-12-26 05:45:18,0.00,failed,0,US,0.00,0.00,1000.00 +1115592347,Mystic Empyrean - Create. Discover. Become.,Tabletop Games,Games,USD,2011-09-19,3000.00,2011-08-20 00:28:39,10050.01,successful,233,US,10050.01,10050.01,3000.00 +1115592467,LimehouseLemons needs a tent,Webseries,Film & Video,CAD,2017-11-17,1000.00,2017-10-18 02:44:46,70.00,failed,2,CA,56.07,54.85,783.58 +1115606767,clip-her-to-him,Crafts,Crafts,USD,2015-02-02,132.00,2015-01-24 10:13:29,753.00,successful,23,US,753.00,753.00,132.00 +1115609937,Art Knows No Borders: Environmental Peacebuilding in Israel,Art,Art,USD,2014-05-22,2000.00,2014-05-02 22:55:38,2095.00,successful,33,US,2095.00,2095.00,2000.00 +111561289,The Fifty Nifty: A Positively American Film,Documentary,Film & Video,USD,2012-04-21,2000.00,2012-03-29 05:32:31,10.00,failed,1,US,10.00,10.00,2000.00 +1115613263,Great Dane Online Community Improvement: Danes Online,Academic,Publishing,CAD,2016-04-21,5000.00,2016-03-22 22:06:14,5100.01,successful,42,CA,3910.35,4005.03,3926.50 +1115616170,RA JEWELS,Design,Design,USD,2011-12-19,25000.00,2011-11-19 01:33:06,0.00,failed,0,US,0.00,0.00,25000.00 +1115623895,Let's Flip It,Mobile Games,Games,USD,2015-12-04,30000.00,2015-11-04 02:30:31,0.00,failed,0,US,0.00,0.00,30000.00 +1115625392,Dice of Pirates,Tabletop Games,Games,USD,2017-10-24,7000.00,2017-09-19 17:33:52,28232.25,successful,1207,US,1123.00,28232.25,7000.00 +1115626438,127 home tour (a tour of children's homes),Music,Music,USD,2015-03-01,32000.00,2015-01-26 23:49:57,210.00,failed,4,US,210.00,210.00,32000.00 +1115632430,COLLAR PERFECT:The Insane Travel Iron,Product Design,Design,USD,2014-11-15,40000.00,2014-09-16 12:22:32,42792.00,successful,1277,US,42792.00,42792.00,40000.00 +1115640400,Runn Runn Grapsch,Video Games,Games,USD,2016-01-31,100.00,2016-01-01 08:43:12,3.00,failed,3,US,3.00,3.00,100.00 +1115645047,Crocodile Vs. The Mutant Alligators From Space,Pop,Music,USD,2014-06-04,1500.00,2014-05-05 23:33:51,1535.00,successful,25,US,1535.00,1535.00,1500.00 +111564530,Queering the Archive: The Indian Diaspora in South Africa,Photography,Photography,USD,2012-06-23,12000.00,2012-05-05 18:11:53,330.00,failed,10,US,330.00,330.00,12000.00 +111564863,Dr. Bruh - Feature Film about Mental Health,Narrative Film,Film & Video,USD,2011-09-10,20000.00,2011-07-12 04:04:53,20.00,failed,1,US,20.00,20.00,20000.00 +1115657746,The Bucket,Music,Music,CAD,2015-05-01,50000.00,2015-04-24 19:20:24,0.00,failed,0,CA,0.00,0.00,41312.07 +11156660,The Dutiful Daughter,Nonfiction,Publishing,USD,2012-04-07,8000.00,2012-03-08 15:53:24,0.00,failed,0,US,0.00,0.00,8000.00 +1115668723,When Kids Grow Up,Photography,Photography,USD,2012-04-21,2500.00,2012-02-21 01:40:24,863.00,failed,9,US,863.00,863.00,2500.00 +1115671695,I Envision,Apps,Technology,USD,2015-11-26,25000.00,2015-10-27 20:34:52,1.00,failed,1,US,1.00,1.00,25000.00 +1115686020,Kitty's Corner,Experimental,Film & Video,USD,2015-03-07,700.00,2015-02-05 23:18:16,795.00,successful,10,US,795.00,795.00,700.00 +111568838,Troika Outdoors™ Hammock - Your best rest in the trees.,Product Design,Design,USD,2017-04-01,15000.00,2017-03-01 17:04:16,16920.00,successful,120,US,2677.00,16920.00,15000.00 +1115695710,Paralyzing Bravery autobiography in need of your help!,Publishing,Publishing,USD,2018-02-21,2500.00,2017-12-23 02:38:29,311.00,live,8,US,288.00,311.00,2500.00 +111569783,ANNIE JR. THE MUSICAL...A SUMMER CAMP FOR KIDZ!,Theater,Theater,USD,2012-05-11,2500.00,2012-03-23 23:30:19,0.00,failed,0,US,0.00,0.00,2500.00 +1115703951,The Midnight Rainbow | A Project Worth Funding.,Publishing,Publishing,USD,2016-12-21,20000.00,2016-11-21 03:08:32,0.00,failed,0,US,0.00,0.00,20000.00 +1115706899,DUNGEONMANCER the next level in forged 28mm gaming terrain,Tabletop Games,Games,USD,2016-04-20,15000.00,2016-03-21 03:26:45,1305.00,canceled,17,US,1305.00,1305.00,15000.00 +1115711439,Sci-Fi Dungeon,Tabletop Games,Games,EUR,2016-10-04,3000.00,2016-09-04 13:25:45,863.00,canceled,7,ES,630.37,961.38,3341.99 +1115711526,Don't Fry It! Roast It! With The Original BaconRoaster.,Bacon,Food,USD,2016-08-08,20000.00,2016-07-09 17:42:49,120.00,failed,2,US,0.00,120.00,20000.00 +1115712238,Chloe's Day,Children's Books,Publishing,USD,2017-01-06,20000.00,2016-12-07 22:39:43,170.00,canceled,4,US,70.00,170.00,20000.00 +1115713533,photo studio,People,Photography,USD,2015-02-14,3500.00,2015-01-15 21:36:52,26.00,failed,2,US,26.00,26.00,3500.00 +1115721517,Longview - A Full-length Film,Narrative Film,Film & Video,USD,2012-05-27,1400.00,2012-04-27 00:00:07,1400.00,successful,8,US,1400.00,1400.00,1400.00 +1115725446,Alexandria's Light,Nonfiction,Publishing,USD,2015-09-12,4500.00,2015-08-18 05:23:35,624.00,failed,9,US,624.00,624.00,4500.00 +1115742592,The Underground Flower: A children's story.,Children's Books,Publishing,USD,2011-06-26,3500.00,2011-05-22 03:01:00,1472.00,failed,39,US,1472.00,1472.00,3500.00 +1115747097,XD THEATER (Canceled),Movie Theaters,Film & Video,AUD,2015-06-01,30000.00,2015-04-02 23:43:34,0.00,canceled,0,AU,0.00,0.00,23155.29 +111575415,Fire Underground-the continued International Adoption Crisis,Dance,Dance,USD,2013-12-11,5000.00,2013-11-14 21:35:41,5537.00,successful,79,US,5537.00,5537.00,5000.00 +1115761193,Destroy All Presets: ? re-mixable chiptune album!,Chiptune,Music,USD,2014-02-13,6500.00,2014-01-13 16:06:09,11387.71,successful,352,US,11387.71,11387.71,6500.00 +1115763778,Kindr - Finding Friends for Parents and Kids,Web,Technology,USD,2016-06-18,10000.00,2016-05-19 11:43:42,50.00,failed,2,US,50.00,50.00,10000.00 +1115771236,A game for Micro/Nano/Mini Quadcopters/Drones (Canceled),Gadgets,Technology,GBP,2015-09-25,20000.00,2015-07-27 17:37:19,0.00,canceled,0,GB,0.00,0.00,30353.16 +1115785137,Kami Club Clothing,Apparel,Fashion,CAD,2016-10-08,1500.00,2016-09-08 05:55:27,0.00,failed,0,CA,0.00,0.00,1139.30 +1115787653,The Journey Book Signing Event,Nonfiction,Publishing,USD,2017-12-23,1000.00,2017-11-23 07:05:19,65.00,failed,5,US,40.00,65.00,1000.00 +111578821,I'm Me Now,People,Photography,USD,2015-09-03,6000.00,2015-08-03 06:58:29,0.00,failed,0,US,0.00,0.00,6000.00 +1115791657,OnCast,Apps,Technology,EUR,2017-12-14,1500.00,2017-11-14 22:29:43,5.00,failed,1,FR,0.00,5.90,1770.89 +1115791998,Capricorn Rising - A Memoir,Nonfiction,Publishing,USD,2015-05-09,2000.00,2015-04-09 01:04:14,5.00,failed,1,US,5.00,5.00,2000.00 +1115793891,Trailerpark Rebels.,Country & Folk,Music,USD,2012-04-17,8400.00,2012-03-17 00:05:40,75.00,failed,2,US,75.00,75.00,8400.00 +1115794347,Frogs! : Animal Figurines,Art,Art,USD,2015-09-04,1000.00,2015-08-05 20:46:28,1207.00,successful,24,US,1207.00,1207.00,1000.00 +1115797501,Terracide / Children of Euler Split LP!,Rock,Music,USD,2011-07-06,250.00,2011-06-06 21:37:20,463.00,successful,19,US,463.00,463.00,250.00 +1115801806,Launching Cooper's All-Natural Dog Treats!,Food,Food,USD,2014-01-19,2200.00,2014-01-03 03:01:24,1430.00,failed,37,US,1430.00,1430.00,2200.00 +1115803798,The Mighty Titan #3 and 4,Comics,Comics,USD,2013-11-18,2350.00,2013-10-20 06:01:16,7824.00,successful,259,US,7824.00,7824.00,2350.00 +111582270,Thinking is fun enamel pin,Accessories,Fashion,USD,2018-01-19,400.00,2017-12-20 16:32:03,183.00,live,9,US,44.00,183.00,400.00 +1115822923,Step Right Up! Co-Produce our Fall Production!,Theater,Theater,USD,2011-10-13,4000.00,2011-09-09 21:49:53,4080.00,successful,35,US,4080.00,4080.00,4000.00 +1115832485,Bounce Milwaukee: The City's Best Place to Play and Eat!,Food,Food,USD,2014-02-13,1500.00,2014-01-10 22:53:24,3559.00,successful,40,US,3559.00,3559.00,1500.00 +1115840285,Honeymoon's Over - a short black romantic comedy,Shorts,Film & Video,USD,2011-04-18,6000.00,2011-02-02 02:33:27,840.00,canceled,10,US,840.00,840.00,6000.00 +1115841,Forget Being the Favourite: 55 Ideas on Teaching Differently,Academic,Publishing,AUD,2015-06-17,1450.00,2015-04-23 06:40:45,1663.00,successful,57,AU,1291.03,1287.75,1122.81 +"1115841133,""SECTOR 6: compete today, breathe tomorrow!"",Tabletop Games,Games,USD,2017-01-16,9006.00,2016-12-13 17:57:50,74570.00,successful,2489,US,19564.00,74570.00,9006.00" +111584929,Hylland Illustrations: Art-exhibition & online platform,Painting,Art,DKK,2017-04-30,10000.00,2017-04-12 15:51:53,610.00,canceled,1,DK,86.83,89.91,1473.86 +1115851829,Firestarter Survival Watch / Paracord Apple Watch Band,Product Design,Design,USD,2016-09-10,6000.00,2016-07-12 14:46:53,23838.00,suspended,270,US,8843.00,23838.00,6000.00 +1115852013,Elequa: Sustainable Water Tech Education & Research Project,Technology,Technology,USD,2013-08-17,50000.00,2013-06-21 02:13:08,4133.50,failed,75,US,4133.50,4133.50,50000.00 +"1115855042,""Buckitt. One bag, every day."",Accessories,Fashion,GBP,2013-08-14,15000.00,2013-07-17 11:12:36,19199.00,successful,112,GB,28995.90,30016.26,23451.42" +1115857606,Saint-Matthieu,Documentary,Film & Video,EUR,2015-08-19,99.00,2015-07-20 20:49:42,100.00,successful,6,FR,108.30,112.81,111.68 +1115860207,Like There's No Tomorrow - The Mat Sargent Documentary,Film & Video,Film & Video,GBP,2017-04-20,1500.00,2017-03-16 17:07:24,1671.00,successful,47,GB,0.00,2135.24,1916.74 +"1115863242,""""""We want waffles!"""" Operation Gaufre Gourmet Waffle Wagon"",Food,Food,USD,2013-12-20,12000.00,2013-11-20 19:23:46,1055.00,failed,26,US,1055.00,1055.00,12000.00" +1115867926,Unreserved EP,Faith,Music,USD,2016-04-02,2800.00,2016-03-03 02:18:41,2810.00,successful,22,US,2810.00,2810.00,2800.00 +1115879214,BTBB (Canceled),Narrative Film,Film & Video,USD,2013-05-10,7500.00,2013-04-10 22:37:10,150.00,canceled,5,US,150.00,150.00,7500.00 +1115879526,genderfvck: underwear & more for lesbians & queer folk,Fashion,Fashion,USD,2014-03-10,15000.00,2014-02-13 02:00:58,1396.00,failed,26,US,1396.00,1396.00,15000.00 +1115890194,Avant Card: postcards from elsewhere,Conceptual Art,Art,USD,2016-11-10,5.00,2016-11-07 16:17:39,316.00,successful,50,US,121.00,316.00,5.00 +1115893925,Uh Huh :: Funny + Cute + Wha? (Canceled),Comics,Comics,USD,2013-12-06,900.00,2013-11-26 19:35:51,29.00,canceled,3,US,29.00,29.00,900.00 +1115897260,Security Issues,Shorts,Film & Video,GBP,2014-02-08,500.00,2014-01-09 14:09:39,571.00,successful,38,GB,936.13,954.07,835.44 +1115914596,Family Education Guide,Young Adult,Publishing,USD,2016-07-06,97500.00,2016-06-06 18:21:39,0.00,failed,0,US,0.00,0.00,97500.00 +1115915505,Lucky Spot: A Dark Comedy about Obsession and Baseball.,Shorts,Film & Video,USD,2016-12-28,15000.00,2016-11-22 05:32:03,15152.38,successful,128,US,350.00,15152.38,15000.00 +"1115918731,""""""Red and Blue, Bitter and Sweet"""", SYREN Modern Dance"",Performances,Dance,USD,2016-12-22,12500.00,2016-11-28 17:31:15,12506.00,successful,101,US,0.00,12506.00,12500.00" +1115928230,DumbAs_ A Short Film,Film & Video,Film & Video,USD,2014-06-30,7000.00,2014-05-21 06:46:57,727.00,failed,7,US,727.00,727.00,7000.00 +111594234,Ensemble Dal Niente: STAGED,Classical Music,Music,USD,2017-05-18,20000.00,2017-04-18 17:00:13,20308.00,successful,158,US,1463.00,20308.00,20000.00 +1115945509,Promo Music Video,Hip-Hop,Music,USD,2016-01-05,700.00,2015-12-06 21:59:46,0.00,failed,0,US,0.00,0.00,700.00 +1115946880,Kings of India Playing Cards,Playing Cards,Games,CAD,2015-08-16,21000.00,2015-07-15 18:00:10,36849.00,successful,771,CA,28932.99,28111.84,16020.75 +1115948806,PearPillow Travel Pillow,Design,Design,USD,2017-11-21,3500.00,2017-11-01 06:23:20,522.00,failed,19,US,200.00,522.00,3500.00 +1115950125,WELT: The Smart Belt for Fashion & Health,Wearables,Technology,USD,2016-10-06,30000.00,2016-08-30 11:00:21,72964.00,successful,630,US,2062.00,72964.00,30000.00 +1115962521,Fête du cinéma d'animation à Clermont-Ferrand,Animation,Film & Video,EUR,2016-09-09,1000.00,2016-07-26 16:41:51,1075.00,successful,34,FR,0.00,1211.31,1126.80 +1115963474,Soul of the Americas,Fashion,Fashion,USD,2013-12-22,10000.00,2013-11-22 22:33:20,131.00,failed,3,US,131.00,131.00,10000.00 +1115986475,Larkin Innovations Floating HDTV Mount,Hardware,Technology,USD,2016-03-04,50000.00,2016-02-03 21:33:56,25.00,failed,1,US,25.00,25.00,50000.00 +"1115987670,""TTLamp: the New Flexible, Modular & Connected Lamp"",Product Design,Design,EUR,2015-12-23,25000.00,2015-11-24 17:45:50,398.00,canceled,2,FR,422.36,435.69,27367.57" +1115999990,Growing Sweet Success,Food,Food,USD,2014-09-05,15500.00,2014-08-06 00:09:35,100.00,failed,5,US,100.00,100.00,15500.00 +"111600108,""Celebrated Summer, Book One – 300 Copy Print Run"",Fiction,Publishing,USD,2012-07-19,2000.00,2012-06-19 19:17:56,1545.00,failed,35,US,1545.00,1545.00,2000.00" +1116001595,The Lost At Sea,Narrative Film,Film & Video,USD,2017-07-19,2500.00,2017-06-16 05:04:20,10.00,failed,1,US,10.00,10.00,2500.00 +1116021193,Schnargleblaat,Illustration,Art,USD,2017-12-14,450.00,2017-11-14 01:28:57,450.00,successful,10,US,61.00,450.00,450.00 +1116024407,The Positive - Kickstarter Project,Publishing,Publishing,GBP,2013-01-10,45000.00,2012-12-11 08:27:42,655.00,failed,16,GB,1050.82,1056.18,72561.92 +1116026847,The Filthy Sentiments Keyring Project,Crafts,Crafts,GBP,2015-12-18,100.00,2015-12-04 12:47:04,92.00,failed,8,GB,137.34,137.19,149.12 +1116027116,Locker 13,Narrative Film,Film & Video,USD,2013-08-25,25000.00,2013-07-15 12:20:45,25532.00,successful,173,US,25532.00,25532.00,25000.00 +111602884,Yooniverse,Music,Music,USD,2015-06-15,10000.00,2015-06-10 19:09:49,0.00,failed,0,US,0.00,0.00,10000.00 +1116033378,The Spotting Scope,Periodicals,Publishing,USD,2012-02-24,15000.00,2012-01-25 15:40:41,115.00,failed,2,US,115.00,115.00,15000.00 +1116034171,The Crappy Little Chuckwagon,Food,Food,USD,2013-06-03,15000.00,2013-05-04 15:31:40,2791.00,failed,32,US,2791.00,2791.00,15000.00 +"1116037624,Rise Silently by Breanne Cuccia,Music,Music,USD,2016-04-11,3500.00,2016-03-11 19:06:09,3665.00,undefined,0,""N,0"""""",,3665.00,3500.00" +1116038774,SOMETIMES THE DEAD KEEP ON KILLING.....,Comic Books,Comics,USD,2016-05-06,6000.00,2016-04-10 01:54:06,58.00,failed,5,US,58.00,58.00,6000.00 +1116041120,END HEROIN ADDICTION,Apparel,Fashion,USD,2016-07-25,7000.00,2016-07-05 19:40:07,0.00,canceled,0,US,0.00,0.00,7000.00 +1116041232,Bob Barlow's New CD,Indie Rock,Music,USD,2012-06-03,7000.00,2012-05-04 03:31:32,7233.00,successful,104,US,7233.00,7233.00,7000.00 +1116042578,The Art of Rob Schamberger National Tour!,Painting,Art,USD,2013-02-14,5000.00,2013-01-15 02:32:34,6949.00,successful,75,US,6949.00,6949.00,5000.00 +1116047235,Who Dies? What we need to know before we go. (Canceled),Nonfiction,Publishing,AUD,2014-10-26,3599.00,2014-09-27 01:22:37,392.00,canceled,9,AU,346.58,344.55,3163.40 +1116055100,Meat Puppets - Card-Based Gladiatorial Combat (Canceled),Tabletop Games,Games,USD,2013-02-21,6000.00,2013-01-07 14:15:30,3612.00,canceled,158,US,3612.00,3612.00,6000.00 +1116065575,Borofone BE10-Transformer Wireless Earphone,Sound,Technology,HKD,2017-10-26,156000.00,2017-09-26 16:40:58,163369.50,successful,115,HK,392.48,20935.15,19990.77 +111606654,The 12th Hour Journal: Stories of the Unexplained,Nonfiction,Publishing,USD,2013-07-18,5000.00,2013-06-18 09:03:05,10.00,failed,1,US,10.00,10.00,5000.00 +1116068474,Monster Hunter International: Challenge Coins,Crafts,Crafts,USD,2013-11-08,3000.00,2013-10-09 15:55:42,101396.00,successful,1096,US,101396.00,101396.00,3000.00 +1116074268,Charles Latham's Fast(er) Loans UK Tour 2013,Indie Rock,Music,USD,2013-11-03,500.00,2013-10-02 03:48:53,550.00,successful,18,US,550.00,550.00,500.00 +1116079054,Leather sandals for girls and mums.,Footwear,Fashion,EUR,2017-02-23,20000.00,2017-01-24 10:00:34,150.00,failed,1,ES,0.00,159.13,21217.91 +1116084789,DigiGuard Dog App,Apps,Technology,USD,2015-07-30,5000.00,2015-06-30 07:45:19,0.00,failed,0,US,0.00,0.00,5000.00 +1116084914,Flour de Lis Bakery is Opening a Storefront!,Restaurants,Food,USD,2015-10-31,20000.00,2015-10-01 14:17:42,1455.00,failed,19,US,1455.00,1455.00,20000.00 +1116112195,2016 Calendar by Everyday People Cartoons,Webcomics,Comics,CAD,2015-11-15,2000.00,2015-11-05 15:23:34,2205.00,successful,79,CA,1688.62,1656.28,1502.29 +1116115847,El Paso ... Before the hangman comes atonement (Canceled),Shorts,Film & Video,USD,2012-01-15,5500.00,2011-12-06 11:37:12,2703.00,canceled,19,US,2703.00,2703.00,5500.00 +1116117681,Complementary Space EP,Electronic Music,Music,CAD,2015-08-12,2083.00,2015-07-31 04:17:12,474.96,failed,22,CA,366.89,364.12,1596.90 +1116122394,The Pine Hill Project: Richard Shindell & Lucy Kaplansky CD,Music,Music,USD,2014-08-17,40000.00,2014-07-17 20:26:20,85043.00,successful,1370,US,85043.00,85043.00,40000.00 +1116125449,THE CAVALIER MR. THOMPSON: a comic book novel,Graphic Novels,Comics,USD,2012-01-24,4000.00,2011-12-12 13:28:17,9210.00,successful,280,US,9210.00,9210.00,4000.00 +1116126354,The Blackhands across America!,Rock,Music,USD,2011-10-29,2000.00,2011-08-30 05:56:32,2360.00,successful,56,US,2360.00,2360.00,2000.00 +1116128551,Somber Suffocation,Nonfiction,Publishing,USD,2016-12-16,4000.00,2016-11-16 02:28:42,457.00,failed,6,US,348.00,457.00,4000.00 +"1116132829,KAT BLACKWOOD EP,Music,Music,USD,2015-04-01,5000.00,2015-03-02 20:55:46,920.00,undefined,0,""N,0"""""",,920.00,5000.00" +1116132974,Memphis Media & News,Film & Video,Film & Video,USD,2016-04-11,550.00,2016-03-14 15:29:25,120.00,failed,2,US,120.00,120.00,550.00 +1116149450,Light up Laptop and Desktop Ports,Technology,Technology,USD,2016-04-03,10000.00,2016-03-04 23:07:27,6.00,failed,2,US,6.00,6.00,10000.00 +111615680,STREETS: The Racing Game (Canceled),Video Games,Games,CAD,2014-01-04,15000.00,2013-11-05 18:58:32,0.00,canceled,0,CA,0.00,0.00,13791.84 +"1116158950,""ZERO Deodorant, Lotion, Sunscreen - Natural, Simple Skincare"",Crafts,Crafts,USD,2017-07-04,7500.00,2017-06-04 23:13:06,7529.00,successful,172,US,242.00,7529.00,7500.00" +1116161666,RAVENFALL Film - Pre Production Phase,Science Fiction,Film & Video,USD,2015-07-30,15000.00,2015-05-31 16:21:45,1347.00,failed,22,US,1347.00,1347.00,15000.00 +"1116174851,""From Farmer to you, Single Origin Coffee that directly helps"",Drinks,Food,AUD,2017-03-13,3800.00,2017-02-11 21:30:21,31.00,failed,4,AU,7.64,23.88,2926.90" +1116176883,seeking asian female,Documentary,Film & Video,USD,2012-06-12,20000.00,2012-05-11 18:00:43,24200.88,successful,237,US,24200.88,24200.88,20000.00 +1116180260,An Apple a Day,Painting,Art,USD,2015-03-17,5400.00,2015-02-21 06:36:02,5919.00,successful,48,US,5919.00,5919.00,5400.00 +1116195946,Exploding Puppies,Playing Cards,Games,USD,2015-04-27,25000.00,2015-03-18 07:37:25,71.00,failed,6,US,71.00,71.00,25000.00 +1116199380,Monster Water-Coloring Calendar (Canceled),Product Design,Design,USD,2012-02-25,15000.00,2012-01-11 22:56:55,110.00,canceled,3,US,110.00,110.00,15000.00 +1116202635,The Wastelanders Review,Webseries,Film & Video,USD,2014-08-17,2500.00,2014-07-18 19:27:27,5.00,failed,1,US,5.00,5.00,2500.00 +1116206247,Deathtrap America debut album completion,Rock,Music,USD,2011-09-22,800.00,2011-08-23 23:55:13,830.00,successful,15,US,830.00,830.00,800.00 +"1116207057,""""""ONCE"""" - Short Film"",Shorts,Film & Video,EUR,2016-01-29,2000.00,2016-01-08 19:11:48,2159.00,successful,48,IT,2336.02,2357.63,2184.00" +111620773,Help William Ritter and Sarah Ogletree finish their debut CD,Country & Folk,Music,USD,2015-06-01,875.00,2015-05-02 00:39:49,1321.00,successful,30,US,1321.00,1321.00,875.00 +111620928,Finding Peace,Comic Books,Comics,USD,2017-06-20,3200.00,2017-05-23 05:59:54,3300.00,successful,134,US,835.00,3300.00,3200.00 +1116216909,Light Speed Dice - d6s that roll at the speed of light!,Tabletop Games,Games,USD,2017-07-09,2000.00,2017-06-16 02:01:37,5349.00,successful,207,US,2295.00,5349.00,2000.00 +1116217516,ORII - Your Voice Powered Smart Ring,Wearables,Technology,USD,2017-08-17,30000.00,2017-07-18 13:32:05,333619.00,successful,2082,US,24813.00,333619.00,30000.00 +1116219002,The Adventures of Green Thumb and Purple Haze,Comics,Comics,USD,2012-05-13,30000.00,2012-04-13 09:17:38,1400.00,failed,25,US,1400.00,1400.00,30000.00 +1116225516,Friends Funding Footlights,Theater,Theater,USD,2015-04-10,19500.00,2015-03-02 18:53:59,291.00,failed,6,US,291.00,291.00,19500.00 +1116229878,Buying paint stuff!,Painting,Art,CAD,2015-03-05,2500.00,2015-02-03 18:13:03,21.00,failed,2,CA,16.49,16.85,2005.45 +1116234517,True Lie Golf Simulator,Hardware,Technology,USD,2015-07-12,150000.00,2015-05-13 20:09:07,10310.00,failed,4,US,10310.00,10310.00,150000.00 +111623862,Cemetery Creations 2016 Home Haunt: Dungeon Of Fears,Experimental,Theater,USD,2016-03-04,3500.00,2016-01-19 23:45:42,11.00,failed,2,US,11.00,11.00,3500.00 +1116239485,fistFOOD,Food,Food,USD,2012-05-25,5800.00,2012-04-25 19:53:14,85.00,failed,4,US,85.00,85.00,5800.00 +1116255930,Dice of the Dead,Tabletop Games,Games,USD,2015-11-01,2000.00,2015-10-03 01:03:00,2027.00,successful,74,US,2027.00,2027.00,2000.00 +1116258075,Imaginary Beings- Transforming Jorge Louis Borges in Masks,Sculpture,Art,USD,2011-07-07,1600.00,2011-06-07 22:47:02,2950.91,successful,41,US,2950.91,2950.91,1600.00 +1116258549,MAGIC PLANET: a temple of resurrection (Canceled),Nonfiction,Publishing,AUD,2015-03-15,25000.00,2015-02-13 02:16:55,0.00,canceled,0,AU,0.00,0.00,19258.92 +1116259904,The Legend of Kenny Hobbs,Shorts,Film & Video,USD,2014-11-06,3500.00,2014-10-22 03:28:29,3808.00,successful,45,US,3808.00,3808.00,3500.00 +1116261298,How We Stay Sane @ Work Vol 2,Webcomics,Comics,USD,2017-10-19,950.00,2017-09-19 02:14:50,1143.00,successful,35,US,187.00,1143.00,950.00 +"1116274846,""Residencia en Guanajuato para ensayo de """"La Caída"""""",Residencies,Dance,MXN,2017-10-12,10000.00,2017-09-12 04:04:43,650.00,failed,4,MX,0.00,34.29,527.51" +1116276445,SKAI BLUE,Drama,Film & Video,EUR,2017-03-18,14110.00,2017-02-16 14:53:26,14500.00,successful,72,BE,899.00,15667.21,15245.81 +1116277447,Calumet,Film & Video,Film & Video,USD,2015-02-17,800.00,2015-01-18 00:07:28,1230.00,successful,42,US,1230.00,1230.00,800.00 +1116284836,CORINA: Beyond The Billboard,Documentary,Film & Video,USD,2014-07-08,200000.00,2014-05-26 18:25:44,9739.00,failed,102,US,9739.00,9739.00,200000.00 +"1116290357,""Terra Flame Home - Furniture, fireplace, art"",Product Design,Design,USD,2012-06-07,15000.00,2012-05-08 14:37:27,1119.00,failed,24,US,1119.00,1119.00,15000.00" +11162987,Wanna Waffle Espresso Machine,Food,Food,USD,2012-09-04,3500.00,2012-08-20 21:31:51,25.00,failed,1,US,25.00,25.00,3500.00 +1116306702,Bryn's Portrait Commissions,Digital Art,Art,GBP,2017-11-22,20.00,2017-11-01 11:04:29,4354.00,successful,88,GB,1642.75,5802.55,26.65 +1116311059,Build a mobile app for the Auctacity.com online auction site,Web,Technology,USD,2014-07-22,7500.00,2014-07-11 20:56:19,111.00,failed,4,US,111.00,111.00,7500.00 +1116325080,Start4Team Trivia Game on Video,Film & Video,Film & Video,EUR,2017-05-19,7000.00,2017-03-28 15:55:13,0.00,failed,0,BE,0.00,0.00,7825.34 +1116326666,Stack & Attack - A Rockin' Card Stacking Game,Tabletop Games,Games,USD,2013-10-11,6000.00,2013-09-10 15:29:43,9547.99,successful,341,US,9547.99,9547.99,6000.00 +1116332355,Baller ass photos of random shit,Photography,Photography,USD,2017-06-17,2500.00,2017-05-22 18:24:15,0.00,failed,0,US,0.00,0.00,2500.00 +"1116337462,""Afro D All Starz new album: """"Strength in Numbers"""""",Hip-Hop,Music,USD,2012-12-01,1500.00,2012-10-30 04:12:10,1655.00,successful,54,US,1655.00,1655.00,1500.00" +1116352929,Eileen: Book One,Comic Books,Comics,USD,2016-10-20,5000.00,2016-09-20 14:12:13,447.00,canceled,11,US,0.00,447.00,5000.00 +1116353775,JUST SAY HI! Brady Rymer's new album for families that ROCK.,Music,Music,USD,2013-12-14,20000.00,2013-11-13 12:13:46,21424.00,successful,269,US,21424.00,21424.00,20000.00 +111635878,Project Groundation & Black Diamond Shining Mixtape/Albums,World Music,Music,USD,2011-10-23,1777.00,2011-09-20 01:01:53,416.00,failed,12,US,416.00,416.00,1777.00 +1116359160,OTHER DESERT CITIES 3rd Full Length Album,Country & Folk,Music,USD,2013-11-29,8490.00,2013-10-29 23:00:59,3580.00,failed,78,US,3580.00,3580.00,8490.00 +1116359231,Hurrah! Is Recording A New Album!,Indie Rock,Music,USD,2012-06-17,10000.00,2012-05-03 00:45:05,10589.45,successful,137,US,10589.45,10589.45,10000.00 +1116359602,The Compositions of Pepper Adams: Big Band CD and Tour,Jazz,Music,USD,2013-08-11,7000.00,2013-07-12 22:03:30,7605.00,successful,97,US,7605.00,7605.00,7000.00 +1116361446,Community Supported Cheese: August 2015,Food,Food,USD,2015-08-19,1045.00,2015-08-07 01:39:07,1595.00,successful,45,US,1595.00,1595.00,1045.00 +1116380183,Nick Holiday a visit with the family,Film & Video,Film & Video,USD,2017-10-28,3000.00,2017-09-19 05:36:56,13.00,failed,2,US,0.00,13.00,3000.00 +1116390270,Remember Them,Drama,Film & Video,USD,2017-01-06,5000.00,2016-11-22 00:30:58,175.00,failed,5,US,0.00,175.00,5000.00 +1116390870,Dog Days of Summer - The Breed Project,Photography,Photography,USD,2013-07-04,20000.00,2013-06-06 06:47:27,7805.00,failed,39,US,7805.00,7805.00,20000.00 +111639270,The Walking Dead Cats Card Game,Games,Games,USD,2016-03-18,5000.00,2016-02-17 20:07:11,8.00,canceled,4,US,8.00,8.00,5000.00 +1116405823,Twelve Angry Women,Plays,Theater,GBP,2015-10-02,2000.00,2015-09-01 17:21:50,2063.00,successful,46,GB,3183.32,3128.98,3033.43 +"1116410077,""HomeSkillet - Local, Mobile Food in Sheboygan, WI"",Food,Food,USD,2014-05-12,11920.00,2014-04-17 18:16:01,12382.50,successful,85,US,12382.50,12382.50,11920.00" +1116412607,Bearing Witness: The Trial of Jerry Sandusky,Nonfiction,Publishing,USD,2013-11-03,35000.00,2013-10-04 23:16:50,280.00,failed,6,US,280.00,280.00,35000.00 +1116430626,Fire on the Mountain,Horror,Film & Video,USD,2017-04-15,15000.00,2017-03-15 15:14:34,15051.00,successful,193,US,1155.00,15051.00,15000.00 +1116432646,AWAKENING THE GODDESS | A Documentary on Kundalini Yoga,Documentary,Film & Video,USD,2016-06-24,44000.00,2016-05-17 20:02:02,6270.00,canceled,47,US,6270.00,6270.00,44000.00 +1116443591,Outdoor Velour's 2nd EP!,Indie Rock,Music,USD,2012-06-01,800.00,2012-04-24 03:29:27,1720.00,successful,50,US,1720.00,1720.00,800.00 +1116444282,Red Frog Maya: Toughest Sandals Since The Sweet Baby Cheeses,Footwear,Fashion,CAD,2017-07-28,10400.00,2017-06-27 17:24:38,10902.00,successful,114,CA,1688.86,8691.70,8291.48 +1116451617,Warringrealms: War is Coming,Games,Games,USD,2012-03-21,4000.00,2012-02-10 15:33:25,115.00,failed,6,US,115.00,115.00,4000.00 +1116452038,Der Teufel's first album,Metal,Music,USD,2016-04-10,2500.00,2016-03-14 04:22:16,1.00,failed,1,US,1.00,1.00,2500.00 +1116453083,Paper Impressions: mini-print project,Mixed Media,Art,GBP,2017-11-03,800.00,2017-10-09 19:59:36,817.00,successful,24,GB,78.39,1071.01,1048.73 +"1116461116,""Fubuch: A crowd-sourced book for us by us, the people!"",Publishing,Publishing,USD,2015-02-27,10000.00,2015-01-26 02:36:40,102.00,failed,3,US,102.00,102.00,10000.00" +"1116465888,""""""CITY ROCK"""" series for television"",Documentary,Film & Video,USD,2010-12-12,25000.00,2010-11-12 18:57:08,300.00,failed,6,US,300.00,300.00,25000.00" +1116470416,Acrylic WarBoard for X-Wing,Tabletop Games,Games,EUR,2016-10-30,4444.00,2016-09-30 21:56:22,6240.00,successful,137,DE,2447.79,6922.03,4929.73 +111648109,Robot With Headphones Plush Toy,Photography,Photography,USD,2010-07-06,5000.00,2010-05-07 07:27:37,5156.00,successful,25,US,5156.00,5156.00,5000.00 +1116483417,My Love Remains Campaign,Rock,Music,USD,2014-07-07,15000.00,2014-05-30 08:01:05,18933.78,successful,325,US,18933.78,18933.78,15000.00 +1116484326,Pet Life! The new stylish house for pets,Product Design,Design,MXN,2017-03-20,60000.00,2017-02-08 05:20:33,4550.00,failed,8,MX,223.03,240.66,3173.60 +1116487481,Trillium Writers' Workshop 2011-12 Compilation Book!,Publishing,Publishing,USD,2012-03-29,700.00,2012-03-15 21:04:27,715.00,successful,17,US,715.00,715.00,700.00 +1116492920,Iraqs Regional Agricultural Quest. (I.R.A.Q.),Farms,Food,GBP,2014-06-15,400000.00,2014-05-16 22:51:19,80.00,failed,7,GB,134.18,136.31,681535.50 +1116492944,Submersible Camera DIY eBook,Camera Equipment,Technology,USD,2014-08-27,365.00,2014-07-28 19:15:52,401.00,successful,18,US,401.00,401.00,365.00 +111650021,THE CIRQUE An Illuminating Surprise,Immersive,Theater,GBP,2017-08-18,350.00,2017-07-19 13:44:56,0.00,failed,0,GB,0.00,0.00,450.61 +1116507019,Dirty Diamonds #6: Beauty (an all-girl comic anthology),Anthologies,Comics,USD,2015-06-27,15000.00,2015-06-02 19:39:54,17362.00,successful,578,US,17362.00,17362.00,15000.00 +1116513003,Seven Worlds - realistic science-fiction for Savage Worlds,Tabletop Games,Games,USD,2017-11-16,5000.00,2017-10-17 15:08:02,20024.00,successful,389,US,7024.00,20024.00,5000.00 +"1116517257,""FuseBOX: Build Out """"West Oakland Smallest Restaurant"""""",Food,Food,USD,2011-11-20,15000.00,2011-10-15 09:03:34,17100.00,successful,128,US,17100.00,17100.00,15000.00" +1116524310,Gypsy Twang/ Daddy~ A 2 CD Project!,Country & Folk,Music,USD,2014-04-18,5000.00,2014-03-19 00:26:38,5365.00,successful,56,US,5365.00,5365.00,5000.00 +"1116534170,""STORK REALITY, LLC"",Product Design,Design,USD,2015-11-22,2500.00,2015-09-27 19:04:43,250.00,failed,1,US,250.00,250.00,2500.00" +1116535268,Bill Plympton's REVENGEANCE - An Animated Feature Film,Animation,Film & Video,USD,2015-05-22,80000.00,2015-04-07 03:03:38,90684.00,successful,940,US,90684.00,90684.00,80000.00 +1116535382,Tolltraxx - an app to track and pay your tolls while driving,Apps,Technology,USD,2015-02-04,40000.00,2015-01-05 19:43:57,252.00,failed,11,US,252.00,252.00,40000.00 +1116535823,IJ bags - Materials Trasnformed,Accessories,Fashion,GBP,2017-04-02,25000.00,2017-03-03 10:24:13,6597.00,failed,46,GB,1301.98,8194.93,31055.51 +1116539742,Epic Death! The Card Game,Tabletop Games,Games,USD,2013-06-12,5000.00,2013-05-08 22:27:21,27800.00,successful,613,US,27800.00,27800.00,5000.00 +1116541822,K.Ellis Kids...Keeping your Kids Kool!,Fashion,Fashion,USD,2013-11-30,5000.00,2013-10-31 20:16:35,90.00,failed,2,US,90.00,90.00,5000.00 +1116546851,HungryPak,Food,Food,USD,2016-08-24,60000.00,2016-07-25 21:35:49,0.00,canceled,0,US,0.00,0.00,60000.00 +1116550749,JonesCuttingBoards: Keeping Knives Sharp In Style,Woodworking,Crafts,USD,2016-10-29,10000.00,2016-09-29 13:44:25,1703.00,failed,9,US,0.00,1703.00,10000.00 +1116556418,Bachateros: The Hit Makers (Canceled),Documentary,Film & Video,USD,2012-06-16,14000.00,2012-05-17 21:15:07,5.00,canceled,1,US,5.00,5.00,14000.00 +1116558543,American Dream Machine (Canceled),Fiction,Publishing,USD,2014-07-25,20000.00,2014-06-25 21:47:32,200.00,canceled,2,US,200.00,200.00,20000.00 +1116569154,Cannabis Planet Documentary,Documentary,Film & Video,USD,2012-04-06,20000.00,2012-03-06 22:47:48,25.00,failed,1,US,25.00,25.00,20000.00 +1116574555,Community Supported Cheese: June 2014,Food,Food,USD,2014-06-13,945.00,2014-05-30 18:56:53,1916.00,successful,55,US,1916.00,1916.00,945.00 +1116575408,Let's Make A Movie: A Ghost Story,Shorts,Film & Video,USD,2013-10-25,1050.00,2013-09-25 05:33:29,145.00,failed,5,US,145.00,145.00,1050.00 +1116582635,Mid Florida's Mid Century Modern Architecture,Documentary,Film & Video,USD,2017-08-22,48000.00,2017-07-23 14:18:20,1851.00,failed,20,US,980.00,1851.00,48000.00 +1116597610,2018 Adam Pehl Photography Calendar,Places,Photography,USD,2017-11-03,750.00,2017-10-05 00:37:39,890.00,successful,26,US,185.00,890.00,750.00 +1116600094,American Bones Road Trip,Painting,Art,USD,2012-04-09,3000.00,2012-03-10 19:16:13,3910.00,successful,50,US,3910.00,3910.00,3000.00 +1116607853,The Apple Tree,Animation,Film & Video,USD,2014-06-18,15000.00,2014-05-10 17:34:19,15356.00,successful,191,US,15356.00,15356.00,15000.00 +1116625545,Kaleb Austin Nashville,Country & Folk,Music,USD,2014-11-01,5000.00,2014-10-02 04:06:37,381.00,failed,12,US,381.00,381.00,5000.00 +1116627353,Ludwig's Labyrinth (Canceled),Tabletop Games,Games,USD,2013-08-04,30000.00,2013-06-25 23:22:42,881.00,canceled,12,US,881.00,881.00,30000.00 +1116645719,Overcome Today,Faith,Music,GBP,2015-10-30,3000.00,2015-08-31 23:30:14,3050.00,successful,24,GB,4694.53,4678.63,4601.93 +"1116651460,""My Heart In Kenya, a Documentary Film"",Documentary,Film & Video,CAD,2014-05-25,20000.00,2014-04-19 10:03:31,20727.00,successful,233,CA,18836.90,19127.91,18457.00" +1116656302,Series 13- Custom Machined Aluminum iPhone Cases,Product Design,Design,USD,2012-07-22,5000.00,2012-06-22 22:41:26,1510.00,failed,39,US,1510.00,1510.00,5000.00 +1116662013,Down Like You,Hip-Hop,Music,USD,2015-05-20,3672.00,2015-04-20 21:18:55,1.00,failed,1,US,1.00,1.00,3672.00 +"111667112,""Kids & Movies: Curriculum for School, Home, and the Minivan"",Academic,Publishing,USD,2015-12-25,10000.00,2015-11-25 22:37:53,10.00,failed,1,US,10.00,10.00,10000.00" +1116677372,Lokol,Apps,Technology,USD,2016-01-15,30000.00,2015-12-16 18:25:36,0.00,failed,0,US,0.00,0.00,30000.00 +"1116688273,""Ramshackle Glory / Ghost Mice split LP/CD """"Shelter"""""",Music,Music,USD,2013-03-30,3333.00,2013-02-22 19:01:07,6969.59,successful,355,US,6969.59,6969.59,3333.00" +1116692772,Stories and Essays,Nonfiction,Publishing,USD,2014-12-09,3000.00,2014-11-25 01:59:15,100.00,failed,4,US,100.00,100.00,3000.00 +111669426,Life's a game,Illustration,Art,GBP,2015-10-05,20000.00,2015-09-05 16:34:10,580.00,failed,7,GB,884.04,889.69,30679.08 +1116699321,The Beast of Wolfe's Bay: Graphic Novel,Comics,Comics,USD,2012-05-23,5000.00,2012-04-23 15:25:21,16777.25,successful,384,US,16777.25,16777.25,5000.00 +1116712591,Canadian Black Garlic,Food,Food,CAD,2013-12-30,15000.00,2013-11-15 23:55:09,8153.00,failed,138,CA,7784.94,7682.81,14134.94 +1116714743,To finish a painting series,Art,Art,USD,2017-07-20,1000.00,2017-05-21 19:14:21,1.00,failed,1,US,0.00,1.00,1000.00 +1116717807,The Best New Writing,Publishing,Publishing,GBP,2014-02-01,8000.00,2013-12-09 12:40:14,446.00,failed,20,GB,729.14,728.18,13061.44 +1116727537,Ride Booking app,Apps,Technology,USD,2015-01-07,60000.00,2014-12-09 19:37:54,0.00,failed,0,US,0.00,0.00,60000.00 +1116730533,Wings Unfolded,Fiction,Publishing,CAD,2016-01-20,2000.00,2015-12-21 22:54:14,75.00,failed,2,CA,53.74,52.92,1411.33 +1116734428,Sun Skin,Apparel,Fashion,USD,2014-11-15,2500.00,2014-09-16 19:22:04,0.00,failed,0,US,0.00,0.00,2500.00 +"1116745908,""""""Goliath"""" Feature Film (Canceled)"",Film & Video,Film & Video,USD,2011-06-11,100000.00,2011-03-12 02:11:54,0.00,canceled,0,US,0.00,0.00,100000.00" +1116749868,There's a Sinner or Saint in all of us,Fashion,Fashion,CAD,2016-02-12,3500.00,2016-01-13 22:36:32,0.00,failed,0,CA,0.00,0.00,2513.83 +1116759576,Nelvana of the Northern Lights: Canada's First Superheroine,Comics,Comics,CAD,2013-11-01,25000.00,2013-10-01 16:52:25,54876.72,successful,1096,CA,53232.27,52629.44,23976.22 +1116761063,Lorena : THE EP,Pop,Music,USD,2015-05-18,3000.00,2015-04-18 20:29:20,3058.00,successful,38,US,3058.00,3058.00,3000.00 +1116763017,The Great Boxer,Drama,Film & Video,SEK,2016-08-22,50000.00,2016-08-08 21:03:36,205.00,failed,2,SE,23.35,24.39,5948.20 +"1116772108,D'jef - financement d'album,Music,Music,CAD,2015-01-19,3000.00,2014-11-20 23:27:42,3025.00,undefined,0,""N,0"""""",,2430.50,2410.41" +1116776513,Vivid Bike Lock,Product Design,Design,AUD,2015-08-18,115000.00,2015-06-19 04:40:45,9725.00,failed,87,AU,7516.74,7131.33,84329.40 +"111677862,""Jackstraw needs help releasing our new album titled """"6"""""",Country & Folk,Music,USD,2011-09-22,8000.00,2011-07-24 20:44:10,8396.00,successful,90,US,8396.00,8396.00,8000.00" +1116784229,Roommate eats his shoes (Suspended),Comedy,Film & Video,CAD,2015-08-30,10000.00,2015-07-17 02:23:43,20.00,suspended,1,CA,15.70,15.12,7558.58 +1116790827,Fantasy Football Rewind - THE Card Game for Fantasy Fans!,Playing Cards,Games,USD,2016-07-14,14000.00,2016-06-14 23:27:37,0.00,failed,0,US,0.00,0.00,14000.00 +111679767,The Loretto Project,Classical Music,Music,USD,2015-07-16,6250.00,2015-06-16 04:50:34,7213.00,successful,72,US,7213.00,7213.00,6250.00 +111680241,Save Our Stories,Nonfiction,Publishing,USD,2016-12-11,10000.00,2016-11-11 17:47:22,827.00,failed,26,US,400.00,827.00,10000.00 +1116805410,High Seas Lip Balm,Crafts,Crafts,GBP,2016-04-13,800.00,2016-03-14 18:40:11,414.00,failed,33,GB,593.06,587.07,1134.43 +1116806112,The CHECKPOINT Series,Webseries,Film & Video,AUD,2017-06-03,55000.00,2017-05-04 01:03:43,63000.04,successful,959,AU,1734.19,47454.08,41428.14 +1116806448,Documentary about Singer/Dancer/Actor George Chakiris,Documentary,Film & Video,USD,2012-05-03,14167.00,2012-04-03 00:13:05,2601.00,failed,27,US,2601.00,2601.00,14167.00 +1116811264,Chaos Control,Television,Film & Video,USD,2014-09-20,2500.00,2014-08-15 15:19:28,0.00,failed,0,US,0.00,0.00,2500.00 +111681516,Picnic Pops in Your Grocery Store!,Small Batch,Food,USD,2014-11-05,4000.00,2014-10-06 18:04:58,4078.00,successful,67,US,4078.00,4078.00,4000.00 +1116816103,The Three Astronauts,Theater,Theater,USD,2012-06-15,5000.00,2012-04-16 22:14:54,1214.00,failed,15,US,1214.00,1214.00,5000.00 +1116817852,Save a Boeing 727 Cockpit Procedures Trainer! (Canceled),Technology,Technology,USD,2014-03-20,25000.00,2014-03-06 00:21:08,100.00,canceled,3,US,100.00,100.00,25000.00 +1116822840,tea in the woods,Fashion,Fashion,USD,2012-11-30,3100.00,2012-10-31 19:45:47,44.00,failed,1,US,44.00,44.00,3100.00 +1116831986,Snitch: A Mafia Card Game of Survival and Deceit (Canceled),Tabletop Games,Games,USD,2016-03-01,10000.00,2016-01-31 15:51:31,4201.00,canceled,102,US,4201.00,4201.00,10000.00 +"1116832352,""Kortney's Latest Project Produced in Nashville, Tn."",Country & Folk,Music,USD,2015-11-05,7500.00,2015-09-21 17:32:12,395.00,failed,7,US,395.00,395.00,7500.00" +111683627,Cras - fashion design for tomorrow,Fashion,Fashion,SEK,2017-12-04,150000.00,2017-11-09 23:41:27,1505.00,failed,4,SE,0.00,177.13,17653.70 +1116840327,Malicious Milk,Illustration,Art,USD,2016-03-24,500.00,2016-02-23 16:43:16,66.00,failed,4,US,66.00,66.00,500.00 +1116856074,2014 Exhibition of New Paintings,Painting,Art,USD,2013-12-28,25000.00,2013-11-28 06:51:55,1834.00,failed,23,US,1834.00,1834.00,25000.00 +1116856256,Tacos,Food,Food,CAD,2014-08-08,30.00,2014-07-09 18:45:13,0.00,failed,0,CA,0.00,0.00,27.48 +1116857100,Fly Ellie Fregni to the Rome Festival Orchestra,Classical Music,Music,USD,2014-01-31,2200.00,2013-12-20 02:40:40,2280.00,successful,27,US,2280.00,2280.00,2200.00 +1116857259,Baby Birds,Anthologies,Publishing,USD,2014-10-18,450.00,2014-08-27 20:44:12,75.00,failed,1,US,75.00,75.00,450.00 +1116859314,Pillow Talk: Feel the presence of your loved one,Technology,Technology,GBP,2015-12-10,75000.00,2015-11-10 17:58:21,82019.00,successful,894,GB,123608.97,124322.07,113682.87 +1116863260,We Answered the Call – A Documentary,Documentary,Film & Video,USD,2014-11-26,5000.00,2014-10-25 02:57:14,7120.00,successful,37,US,7120.00,7120.00,5000.00 +1116866972,PopView 3D Moon Map,Digital Art,Art,USD,2012-03-07,5000.00,2012-02-07 23:02:48,19258.16,successful,594,US,19258.16,19258.16,5000.00 +1116867886,Education-Based Community Coffeehouse,Restaurants,Food,USD,2017-04-14,5000.00,2017-03-16 01:56:54,2.00,failed,2,US,0.00,2.00,5000.00 +1116868334,Santa and Friends,People,Photography,USD,2014-09-20,5000.00,2014-08-21 02:06:32,0.00,failed,0,US,0.00,0.00,5000.00 +1116870704,The San Antonio Scorcher,Shorts,Film & Video,USD,2016-09-06,2000.00,2016-08-02 03:58:23,2619.00,successful,27,US,0.00,2619.00,2000.00 +1116874588,The Chair,Thrillers,Film & Video,USD,2014-08-31,1500000.00,2014-08-01 06:04:54,27.00,failed,3,US,27.00,27.00,1500000.00 +1116876270,Make Music Rhode Island,Music,Music,USD,2017-06-02,2000.00,2017-05-05 03:25:58,2152.00,successful,13,US,0.00,2152.00,2000.00 +1116885901,Radish Food Truck,Food,Food,USD,2012-04-06,5250.00,2012-03-09 01:21:37,5860.00,successful,95,US,5860.00,5860.00,5250.00 +1116889137,Super Awesome scavanger hunt (Suspended),Games,Games,USD,2013-02-16,250.00,2013-01-02 04:53:50,0.00,suspended,0,US,0.00,0.00,250.00 +11169099,Never Bet the Devil & Other Warnings,Fiction,Publishing,USD,2016-09-15,9500.00,2016-08-15 19:11:51,10020.00,successful,307,US,1746.00,10020.00,9500.00 +1116914481,SCAPULA and the Sinister Monster Doom Legion,Comics,Comics,USD,2017-04-02,3000.00,2017-03-03 17:07:24,3808.00,successful,75,US,182.00,3808.00,3000.00 +"111691902,""REWIND - Art installation on US History, Race, and Power"",Installations,Art,USD,2017-12-15,10000.00,2017-10-31 20:42:11,15385.00,successful,179,US,6330.00,15385.00,10000.00" +1116923037,Stock Aerial Video and Photo of U.S. Major Skylines,Film & Video,Film & Video,USD,2013-06-08,27000.00,2013-04-14 06:53:58,1563.00,failed,17,US,1563.00,1563.00,27000.00 +"1116942893,""Autumn Come Down - Kid tested, Satan approved!"",Graphic Novels,Comics,USD,2016-02-13,5000.00,2015-12-15 19:07:28,52.00,failed,6,US,52.00,52.00,5000.00" +1116944798,A Deeper Love The Movie,Film & Video,Film & Video,USD,2011-04-10,8000.00,2011-03-10 21:42:45,20.00,failed,2,US,20.00,20.00,8000.00 +1116946292,Papi's Promise,Film & Video,Film & Video,USD,2014-05-31,38469.00,2014-04-16 16:41:16,150.00,failed,2,US,150.00,150.00,38469.00 +111695217,the Lodge,Nonfiction,Publishing,USD,2013-05-01,4000.00,2013-03-26 21:57:41,0.00,failed,0,US,0.00,0.00,4000.00 +1116952244,Lego pixel Starry Night,Art,Art,USD,2014-10-28,2500.00,2014-09-28 04:11:53,15.00,failed,2,US,15.00,15.00,2500.00 +1116953365,Father/Son Cosplay Duo,Comics,Comics,USD,2013-05-02,750.00,2013-04-08 21:44:34,124.00,failed,9,US,124.00,124.00,750.00 +1116954009,Motley Dance Presents Drill Piece,Dance,Dance,USD,2013-09-23,2000.00,2013-08-25 22:59:11,2120.00,successful,45,US,2120.00,2120.00,2000.00 +1116954418,Odd's Bodkins Shakespeare presents The Winter's Tale,Plays,Theater,USD,2017-12-23,750.00,2017-12-06 01:15:41,790.00,successful,23,US,99.00,790.00,750.00 +"1116955219,""Once a Marine, Always a Marine"",Fashion,Fashion,USD,2017-03-29,2000.00,2017-03-04 04:57:05,12.00,failed,3,US,0.00,12.00,2000.00" +1116957827,Koala Yoga Bags,Accessories,Fashion,USD,2016-07-13,5000.00,2016-06-13 00:36:38,301.00,failed,6,US,236.00,301.00,5000.00 +1116969461,Brothers In Law,Comedy,Film & Video,USD,2015-12-18,25000.00,2015-11-17 12:55:34,45382.77,successful,439,US,45382.77,45382.77,25000.00 +1116973231,Paint Your Name,Illustration,Art,USD,2017-03-15,300.00,2017-02-14 00:44:49,469.00,successful,70,US,77.00,469.00,300.00 +1116973376,Boddie Smartwatch For Everyone (Suspended),Technology,Technology,USD,2014-12-25,100000.00,2014-11-25 08:09:04,639.00,suspended,6,US,639.00,639.00,100000.00 +"111697387,""SEATTLE VICE - Bringing sexy, historic cabaret to life"",Theater,Theater,USD,2014-03-03,8000.00,2014-02-04 07:46:30,10176.00,successful,118,US,10176.00,10176.00,8000.00" +"1116975240,""'Sasushtini' - Sashimi, Sushi & Miniturised Cocktail Concept"",Restaurants,Food,GBP,2015-04-11,200000.00,2015-02-25 20:08:11,55.00,failed,2,GB,84.93,82.62,300431.12" +1116977285,The Credits - a Short Film and a Film Festival,Comedy,Film & Video,USD,2014-10-15,500.00,2014-09-15 23:06:22,135.00,failed,3,US,135.00,135.00,500.00 +1116982213,THE HEATHY- EATS BUS FARM (Canceled),Farms,Food,USD,2015-03-06,12000.00,2015-02-18 18:14:16,0.00,canceled,0,US,0.00,0.00,12000.00 +1116983009,Life is Sweet,Children's Books,Publishing,USD,2014-05-17,3250.00,2014-03-18 19:08:21,3300.00,successful,20,US,3300.00,3300.00,3250.00 +1116985536,I Heart Local Music: Putting Lawrence bands in the spotlight,Journalism,Journalism,USD,2011-11-24,800.00,2011-10-19 07:10:54,921.00,successful,32,US,921.00,921.00,800.00 +1116994724,To Keep You Alive: A Novel by Marquis A. Hardy,Fiction,Publishing,USD,2017-08-02,10000.00,2017-07-01 17:06:20,2210.00,failed,32,US,852.00,2210.00,10000.00 +1116998714,Forgotten Temple PDF Tile Set. Plus Heroes Trail Mini-Game,Tabletop Games,Games,GBP,2014-01-01,200.00,2013-11-28 13:52:56,310.00,successful,10,GB,502.68,508.95,328.35 +1117002092,DRALON,Children's Books,Publishing,EUR,2017-06-03,7500.00,2017-05-04 07:07:39,211.00,failed,4,BE,0.00,235.81,8382.04 +1117003487,Be a part of: How to Kill Zombies The Game,Games,Games,USD,2012-04-15,2000.00,2012-02-15 19:41:39,70.00,failed,3,US,70.00,70.00,2000.00 +1117018758,Joe Head - Debut Album Launch - 2018,Rock,Music,GBP,2018-01-19,450.00,2017-12-11 15:10:55,180.00,live,10,GB,120.48,245.52,613.79 +1117020914,Polyfuge: A DIY Open-Source Microcentrifuge for Everyone,Technology,Technology,USD,2017-09-03,1442.00,2017-08-01 13:39:35,7607.77,successful,103,US,186.00,7607.77,1442.00 +1117023145,Where the Light Ends,Drama,Film & Video,USD,2015-06-14,3150.00,2015-05-21 20:06:48,100.00,failed,1,US,100.00,100.00,3150.00 +1117024287,Little Buddy Dog Beds- memory foam bed w/cool gel technology,Product Design,Design,USD,2013-12-18,12000.00,2013-11-18 16:51:30,749.00,failed,12,US,749.00,749.00,12000.00 +1117024940,Null,People,Photography,USD,2014-08-14,10000.00,2014-07-15 17:05:35,0.00,failed,0,US,0.00,0.00,10000.00 +1117035242,The Impossible Project - The Film,Film & Video,Film & Video,EUR,2016-08-27,100000.00,2016-07-28 23:53:22,8081.00,canceled,168,DE,833.65,9045.02,111929.44 +1117043711,REMY,Fiction,Publishing,USD,2014-03-06,10000.00,2014-02-04 02:35:44,420.00,failed,10,US,420.00,420.00,10000.00 +1117051047,*Dyezigns Swimwear* Eco-Conscious Bikinis *Made in Hawaii*,Apparel,Fashion,USD,2016-09-26,7420.00,2016-07-28 00:04:39,1931.00,failed,31,US,52.00,1931.00,7420.00 +1117053384,Acoustic Instrumental 8 String EP/Videos,World Music,Music,USD,2016-08-05,1000.00,2016-07-06 23:09:34,1073.00,successful,47,US,10.00,1073.00,1000.00 +1117057484,MAAF cabanes perchées,Woodworking,Crafts,EUR,2017-02-10,20000.00,2017-01-10 16:04:56,0.00,failed,0,BE,0.00,0.00,21258.05 +1117057812,The Photographic Art of Feeling Emotion,Fine Art,Photography,USD,2015-02-02,7000.00,2015-01-03 01:01:12,385.00,failed,5,US,385.00,385.00,7000.00 +1117057938,The Next Door,Narrative Film,Film & Video,USD,2016-02-01,5000.00,2015-12-05 20:58:49,6255.99,successful,83,US,6255.99,6255.99,5000.00 +1117059401,Kai - Turn any pair of Glasses into Smart Glasses!,Wearables,Technology,USD,2017-03-14,55650.00,2017-01-31 16:02:35,25655.00,failed,188,US,3975.00,25655.00,55650.00 +"1117060345,""Park Avenue, Posters, Prints, and Giclees"",Design,Design,USD,2014-08-18,140.00,2014-07-16 20:30:46,0.00,failed,0,US,0.00,0.00,140.00" +111706273,Mary Coyle Ice Cream Food Truck,Food Trucks,Food,USD,2015-03-29,45000.00,2015-02-12 16:44:55,13265.00,failed,102,US,13265.00,13265.00,45000.00 +1117067418,Payo: Organic mayo made with macadamia oil,Food,Food,USD,2013-12-20,18500.00,2013-11-17 19:34:50,18501.00,successful,367,US,18501.00,18501.00,18500.00 +1117083228,Harleen of Liverpool - Phaedra Samantha,Art,Art,GBP,2015-03-01,550.00,2015-02-17 17:20:02,10.00,failed,1,GB,15.43,15.18,835.13 +1117084863,101 Places to See and Taste across The United States,Restaurants,Food,USD,2014-07-31,15000.00,2014-07-09 03:35:33,5.00,failed,1,US,5.00,5.00,15000.00 +"1117098910,""Your Maze, A personalized maze game."",Tabletop Games,Games,USD,2015-03-28,1000.00,2015-02-26 16:42:50,250.00,failed,10,US,250.00,250.00,1000.00" +1117105470,Seeker RPG system and Isles fo Imara setting,Tabletop Games,Games,EUR,2017-11-30,4000.00,2017-10-31 07:43:41,1656.00,failed,43,IT,307.78,1968.15,4753.98 +111711483,Masterless Technique (Canceled),Comics,Comics,USD,2012-06-01,35000.00,2012-04-11 02:11:11,15.00,canceled,2,US,15.00,15.00,35000.00 +1117115589,CARTONEROS: The New Augmented Reality Game to Play Together,Video Games,Games,USD,2014-08-01,65000.00,2014-07-02 23:00:10,381.00,failed,12,US,381.00,381.00,65000.00 +1117122772,The Cowboy Killer,Shorts,Film & Video,USD,2011-12-29,3000.00,2011-12-08 04:38:55,3290.00,successful,27,US,3290.00,3290.00,3000.00 +1117123966,Inspirations of the Heart,Country & Folk,Music,USD,2012-05-02,10000.00,2012-04-02 16:25:57,200.00,failed,2,US,200.00,200.00,10000.00 +1117138764,The Amazing Angle™ Golf Swing Training System,Gadgets,Technology,USD,2015-08-16,60000.00,2015-07-01 17:45:55,5929.00,failed,17,US,5929.00,5929.00,60000.00 +1117140009,Clam & Kitty issue #1: Promise Ring,Fiction,Publishing,USD,2013-08-15,3500.00,2013-08-01 01:08:42,670.00,failed,9,US,670.00,670.00,3500.00 +1117140884,Sho-Gun EDC Multi-Tool (Canceled),Crafts,Crafts,USD,2015-09-21,4000.00,2015-08-22 05:05:15,0.00,canceled,0,US,0.00,0.00,4000.00 +111714271,Tinder Stories and dialogues,Print,Journalism,EUR,2015-06-17,1500.00,2015-05-18 22:08:29,20.00,failed,1,DE,22.87,22.60,1694.86 +1117155273,ERIC AND SHAYE,Documentary,Film & Video,USD,2016-07-01,2000.00,2016-05-28 03:55:44,4821.00,successful,57,US,4821.00,4821.00,2000.00 +1117164253,Fifth Wing Racing,Tabletop Games,Games,GBP,2016-07-25,12000.00,2016-06-22 18:23:25,1597.00,failed,34,GB,1285.29,2102.78,15800.49 +1117166814,Seasons Screamings Enamel Pin,Accessories,Fashion,GBP,2017-10-25,200.00,2017-09-25 22:13:01,305.00,successful,22,GB,176.76,399.35,261.87 +1117169175,We Are The Monks - A Collection of Hymns,Faith,Music,USD,2016-02-20,8000.00,2016-01-21 15:27:16,8220.00,successful,90,US,8220.00,8220.00,8000.00 +"1117170262,""The Nepali Paper, An Ethnic Biweekly"",Periodicals,Publishing,CAD,2015-04-21,4000.00,2015-03-07 04:34:38,23.00,failed,3,CA,18.49,18.98,3300.60" +1117174330,Solar-Breeze Next Generation Solar Robotic Pool Cleaner,Robots,Technology,USD,2015-09-13,315000.00,2015-07-30 15:26:46,408078.00,successful,758,US,408078.00,408078.00,315000.00 +"1117181249,""The Short Film """"Three Weeks"""""",Shorts,Film & Video,USD,2012-06-26,3300.00,2012-06-07 00:26:34,4876.01,successful,56,US,4876.01,4876.01,3300.00" +1117181288,ImmerseMe: Using Virtual Reality to Learn Languages,Apps,Technology,NZD,2016-09-20,15000.00,2016-09-09 11:21:47,23100.00,successful,217,NZ,1276.55,16782.91,10897.99 +1117186140,FOMO 2016,Nonfiction,Publishing,USD,2016-05-09,4000.00,2016-04-11 18:15:08,4640.47,successful,75,US,4640.47,4640.47,4000.00 +1117196232,Bobolink Nest Search Camera And Drone,Camera Equipment,Technology,CAD,2015-03-02,3200.00,2015-01-31 14:43:14,3300.00,successful,37,CA,2615.94,2647.20,2566.98 +1117207253,Mission Delirium: Festival and Recording in Brazil,World Music,Music,USD,2015-07-28,4000.00,2015-06-28 02:17:29,5680.00,successful,95,US,5680.00,5680.00,4000.00 +1117212384,Stormglass 2: Tesla Threat,Young Adult,Publishing,USD,2015-12-09,2500.00,2015-11-09 05:45:14,5501.00,successful,109,US,5501.00,5501.00,2500.00 +1117216224,Portrait: a short film by Melissa-Kelly Franklin,Shorts,Film & Video,GBP,2014-07-28,3000.00,2014-07-02 09:58:50,4029.00,successful,56,GB,6892.05,6779.06,5047.70 +1117224669,i²robotics - FIRST Tech Challenge Team 6081,Technology,Technology,USD,2014-11-05,1000.00,2014-10-06 04:24:30,32.00,failed,3,US,32.00,32.00,1000.00 +1117246294,The Star Kings playing cards,Playing Cards,Games,GBP,2017-04-04,500.00,2017-03-10 19:26:54,1945.00,successful,102,GB,671.29,2416.12,621.11 +1117261417,Old Cars Re-Visited,Photography,Photography,USD,2014-06-22,1500.00,2014-05-23 06:09:39,65.00,failed,3,US,65.00,65.00,1500.00 +1117262380,Dear Mr. 1%,Animation,Film & Video,USD,2014-10-30,3400.00,2014-10-15 19:11:12,341.00,failed,6,US,341.00,341.00,3400.00 +1117269364,Plush Wapuu Collectible (unofficial WordPress mascot),Technology,Technology,CAD,2016-11-20,15000.00,2016-10-21 01:14:43,1944.00,canceled,46,CA,676.99,1440.96,11118.52 +1117269842,Life Size Steel Sculpture Project,Sculpture,Art,USD,2012-12-07,1500.00,2012-11-07 01:15:34,50.00,failed,1,US,50.00,50.00,1500.00 +1117272185,Crop Cycle,Tabletop Games,Games,CAD,2014-11-29,10000.00,2014-10-30 00:08:13,3700.00,failed,89,CA,3290.92,3247.32,8776.55 +1117274666,#NoStereoTypes Campaign,Apparel,Fashion,USD,2017-02-13,3000.00,2017-01-24 00:28:54,600.00,failed,17,US,200.00,600.00,3000.00 +1117282175,The Roller Mill Events @ West End Mill Works,Events,Food,USD,2016-04-30,25000.00,2016-04-01 05:01:59,876.00,failed,9,US,876.00,876.00,25000.00 +1117285528,Prairie Land,Documentary,Film & Video,USD,2011-03-05,20000.00,2011-01-03 23:08:59,0.00,failed,0,US,0.00,0.00,20000.00 +1117286040,Wearable power: A wrist worn battery charger for your phone,Wearables,Technology,GBP,2015-01-18,52000.00,2014-12-19 14:44:08,502.00,canceled,14,GB,782.60,752.23,77920.13 +1117291767,Decibel Brewing Company,Small Batch,Food,USD,2016-05-15,10000.00,2016-04-15 21:00:41,11622.00,successful,89,US,11622.00,11622.00,10000.00 +1117295676,How Are You? - Short Film,Shorts,Film & Video,GBP,2014-02-22,1000.00,2014-02-01 14:29:22,1037.50,successful,42,GB,1709.89,1734.46,1671.77 +1117299749,The Dead Come Home Short Film,Shorts,Film & Video,USD,2011-07-02,300.00,2011-06-07 05:50:09,0.00,failed,0,US,0.00,0.00,300.00 +"1117302239,""""""The Lonely"""" photography show"",Photography,Photography,USD,2014-01-12,2000.00,2013-11-13 04:34:04,160.00,failed,4,US,160.00,160.00,2000.00" +1117310446,Weakly Comics' Xtra Large Annual Book,Anthologies,Comics,USD,2015-11-16,1750.00,2015-10-02 03:10:36,2150.00,successful,57,US,2150.00,2150.00,1750.00 +111731216,Totide London,Restaurants,Food,GBP,2015-11-05,10000.00,2015-10-06 12:48:10,0.00,failed,0,GB,0.00,0.00,15138.21 +"1117315024,""Breast Cancer Awareness & Champions=Hope!""""And Still I Rise!"""""",Theater,Theater,USD,2014-07-30,3500.00,2014-06-30 21:54:43,3975.00,successful,114,US,3975.00,3975.00,3500.00" +1117321424,T.A.G. (Teen Art Gallery),Public Art,Art,USD,2012-02-26,10000.00,2012-01-22 01:11:52,10230.00,successful,119,US,10230.00,10230.00,10000.00 +"1117325257,""""""A Weak and Idle Theme"""" - A Short Story Collection"",Fiction,Publishing,USD,2013-09-01,250.00,2013-08-02 16:55:57,270.00,successful,8,US,270.00,270.00,250.00" +1117326824,Nebula (Canceled),Video Games,Games,EUR,2016-05-26,15000.00,2016-04-26 18:04:38,56.00,canceled,5,DE,62.96,62.54,16751.92 +1117331965,MilchMaus,Young Adult,Publishing,EUR,2016-11-13,20000.00,2016-10-12 12:34:51,1344.00,failed,34,DE,0.00,1428.54,21258.05 +1117338129,Bringing Others Happiness,Painting,Art,USD,2017-04-27,10000.00,2017-03-28 01:09:40,10.00,failed,1,US,10.00,10.00,10000.00 +111734041,Arthur Pendragon's Perplexing Predicament - Book,Children's Books,Publishing,USD,2013-04-14,700.00,2013-03-15 22:18:56,836.00,successful,23,US,836.00,836.00,700.00 +1117342656,Angel's Reach: Sharing The Story,Documentary,Film & Video,USD,2013-04-11,5000.00,2013-03-12 00:48:38,5451.00,successful,80,US,5451.00,5451.00,5000.00 +1117356536,Live Music Community Project - NYE 2016,Music,Music,AUD,2016-08-15,5500.00,2016-06-16 02:35:05,0.00,failed,0,AU,0.00,0.00,4187.29 +1117361775,Audio GED Prep Project: Audio Lessons for the GED Student,Radio & Podcasts,Publishing,USD,2014-04-17,22000.00,2014-03-13 00:57:09,5.00,failed,1,US,5.00,5.00,22000.00 +1117362648,Cubibot: The new standard of modern consumer 3D printer,3D Printing,Technology,USD,2017-10-26,50000.00,2017-09-26 16:00:17,648311.53,successful,2062,US,189336.00,648311.53,50000.00 +"1117366893,""""""Dream Reality"""" Season One"",Webseries,Film & Video,AUD,2014-02-08,70000.00,2014-01-08 22:31:00,0.00,failed,0,AU,0.00,0.00,63222.54" +1117372493,No Agenda Six Week Cycle CD Set,Radio & Podcasts,Publishing,USD,2014-06-06,800.00,2014-05-12 18:16:20,0.00,failed,0,US,0.00,0.00,800.00 +1117375039,The Ultimate LOVE Story! Saving Stormie: The Baby S Story,Publishing,Publishing,USD,2015-01-25,9000.00,2014-12-16 02:44:16,177.00,failed,4,US,177.00,177.00,9000.00 +1117377667,Gastown - The Web Series,Webseries,Film & Video,CAD,2015-06-23,5000.00,2015-05-24 10:51:20,5065.00,successful,12,CA,4128.17,4096.24,4043.67 +1117384729,Killer wave photography,Fine Art,Photography,USD,2015-01-09,7000.00,2014-12-10 03:20:07,255.00,failed,2,US,255.00,255.00,7000.00 +1117385339,Terrific Teddy's Own World (children's book on Asperger's),Children's Books,Publishing,USD,2015-06-20,3499.00,2015-05-23 14:53:49,35.00,failed,2,US,35.00,35.00,3499.00 +1117386665,Noted: The New Musician Network for Everyone,Apps,Technology,USD,2015-05-28,8000.00,2015-05-07 06:13:51,8003.00,successful,26,US,8003.00,8003.00,8000.00 +1117394422,Idaho Buckaroo Project,Photography,Photography,USD,2012-05-28,2000.00,2012-04-28 12:31:11,835.00,failed,15,US,835.00,835.00,2000.00 +1117397723,Save Me,Music,Music,USD,2013-01-22,3900.00,2012-12-14 19:24:25,351.00,failed,10,US,351.00,351.00,3900.00 +"1117413428,""The """"Uber of babysitting"""" APP"",Apps,Technology,USD,2017-02-26,243000.00,2017-01-27 23:44:28,1.00,failed,1,US,0.00,1.00,243000.00" +1117415130,Southern Flair Pork-Ka-Bobs (Canceled),Food Trucks,Food,USD,2014-08-23,8000.00,2014-07-09 16:12:29,0.00,canceled,0,US,0.00,0.00,8000.00 +"1117418282,""THP films, Bigger and Better (Canceled)"",Shorts,Film & Video,USD,2012-06-18,2600.00,2012-05-19 08:37:50,250.00,canceled,1,US,250.00,250.00,2600.00" +1117422842,Minteractive Media promos camera gear (Canceled),Film & Video,Film & Video,AUD,2015-02-13,400.00,2015-01-14 05:00:37,0.00,canceled,0,AU,0.00,0.00,309.91 +11174354,Safe networking online! Earn money or find love!,Web,Technology,USD,2017-04-02,3000.00,2017-03-03 20:40:11,7.00,failed,3,US,5.00,7.00,3000.00 +1117438753,The Rogues Gallery: A Character Study Artbook by Edwin Huang,Illustration,Art,USD,2013-09-17,5000.00,2013-08-18 03:00:20,15707.00,successful,401,US,15707.00,15707.00,5000.00 +1117441627,Sleeping Rough: Homelessness in West Yorkshire,Webseries,Film & Video,GBP,2015-07-09,500.00,2015-06-09 20:37:03,10.00,failed,1,GB,15.27,15.52,775.88 +1117444599,Exhausted Love,Documentary,Film & Video,USD,2013-12-07,450.00,2013-11-22 19:44:16,455.00,successful,20,US,455.00,455.00,450.00 +1117445280,Cococrack: the easy way to open coconut!,Product Design,Design,EUR,2015-07-12,3000.00,2015-06-27 13:24:10,1772.00,failed,57,IT,1981.90,1929.53,3266.69 +1117446142,Be a part of Here To Burn by the Whiskey Riders,Metal,Music,USD,2013-03-18,2000.00,2013-01-18 05:11:43,2000.00,successful,36,US,2000.00,2000.00,2000.00 +1117456594,Reflex Pillow - Changing The Way You Sleep Forever,Product Design,Design,EUR,2016-12-04,45000.00,2016-11-04 21:08:32,81059.00,successful,777,IE,3980.43,85590.14,47515.47 +1117458494,Little Free Library in Navarre!,Public Art,Art,USD,2013-11-01,575.00,2013-10-02 12:23:23,632.06,successful,39,US,632.06,632.06,575.00 +"1117461411,""South Carolina's Blues Doctor-Drink Small; Me, Myself & I"",Nonfiction,Publishing,USD,2014-08-02,1000.00,2014-07-03 20:12:49,1873.00,successful,44,US,1873.00,1873.00,1000.00" +1117480439,Lost Division,Narrative Film,Film & Video,USD,2016-02-09,8000.00,2016-01-09 06:47:30,8420.00,successful,121,US,8420.00,8420.00,8000.00 +111748106,Hockeypodden On Tour,Radio & Podcasts,Publishing,NOK,2016-08-06,26000.00,2016-06-07 16:24:08,250.00,failed,4,NO,18.34,30.44,3165.91 +1117505477,the color of live television,Mixed Media,Art,USD,2011-09-06,2000.00,2011-08-05 17:36:11,567.00,failed,15,US,567.00,567.00,2000.00 +1117529866,iri: the Search Engine/Social Network YOU demand,Web,Technology,USD,2014-12-21,575000.00,2014-10-22 07:49:18,111.00,failed,3,US,111.00,111.00,575000.00 +1117530688,Madly Wish - Unisex Undies with Puns Intended,Childrenswear,Fashion,USD,2017-01-04,16000.00,2016-11-30 07:11:30,847.00,canceled,23,US,8.00,847.00,16000.00 +1117531965,Nano Disc Manson Hot Air Engine - by Kontax Engineering,Design,Design,GBP,2016-09-14,5000.00,2016-08-15 17:28:07,59593.50,successful,655,GB,10233.62,78517.88,6587.79 +1117542324,The Barber,Shorts,Film & Video,USD,2014-10-29,3000.00,2014-10-05 02:48:26,3009.00,successful,22,US,3009.00,3009.00,3000.00 +1117555922,The Safety Navigator,Apps,Technology,USD,2015-10-18,50000.00,2015-09-18 19:23:24,0.00,failed,0,US,0.00,0.00,50000.00 +1117561041,SHIBUI the anatomically correct belt,Product Design,Design,USD,2015-04-25,8000.00,2015-03-24 23:23:23,11676.00,successful,152,US,11676.00,11676.00,8000.00 +1117568639,Whispering Hearts,Comics,Comics,USD,2012-07-01,60000.00,2012-06-06 09:14:38,7182.00,failed,54,US,7182.00,7182.00,60000.00 +1117568860,Chess King,Tabletop Games,Games,USD,2013-11-03,7000.00,2013-10-04 07:25:16,10506.00,successful,20,US,10506.00,10506.00,7000.00 +111757382,Building Bows in the Blue Ridge Mountains,Woodworking,Crafts,USD,2015-12-11,15000.00,2015-11-04 02:09:55,4199.00,failed,33,US,4199.00,4199.00,15000.00 +1117574296,DAVOSS-Watches | est. 2017,Design,Design,EUR,2017-08-05,18000.00,2017-07-06 18:57:13,431.00,canceled,8,DE,0.00,507.07,21176.97 +1117578819,Faces- Documentary about stories from around the world,Documentary,Film & Video,USD,2012-05-31,20000.00,2012-04-21 21:20:03,0.00,failed,0,US,0.00,0.00,20000.00 +1117581525,The Little Bake Shop,Food,Food,CAD,2014-10-11,750000.00,2014-08-12 21:06:55,25.00,failed,1,CA,22.78,22.24,667141.08 +1117582662,The Palette by Salt New York: A Magnetic Makeup Case,Fashion,Fashion,USD,2018-01-14,15000.00,2017-12-31 17:17:43,6298.00,live,144,US,2880.00,6298.00,15000.00 +1117595944,Da Comrade!s call to alms! ,Indie Rock,Music,USD,2010-07-21,750.00,2010-06-28 18:07:47,980.00,successful,22,US,980.00,980.00,750.00 +1117604434,Fine Art Prints of Ireland's Nobel Literature Laureates,Illustration,Art,EUR,2016-12-31,1500.00,2016-12-01 01:21:45,1500.00,successful,26,IE,0.00,1588.34,1588.34 +1117615802,Captain Crepe Pan,Product Design,Design,USD,2012-10-07,6000.00,2012-08-28 17:56:38,30052.00,successful,229,US,30052.00,30052.00,6000.00 +1117620652,A Backwoods Horror: Independent Short Film,Shorts,Film & Video,USD,2011-11-17,375.00,2011-10-18 19:44:30,405.00,successful,10,US,405.00,405.00,375.00 +"1117626443,""ReadyGolf: The Only Droid App to Help You """"Play More Golf"""""",Apps,Technology,USD,2014-08-31,7500.00,2014-08-01 20:46:34,150.00,failed,5,US,150.00,150.00,7500.00" +"1117631340,""Common Threads, Web Series"",Webseries,Film & Video,USD,2013-10-07,3000.00,2013-09-06 20:17:39,300.00,failed,9,US,300.00,300.00,3000.00" +"1117631926,Jesse Henry's Desert Songwriting Sabbatical,Music,Music,USD,2016-04-25,1800.00,2016-04-10 18:54:35,2305.00,successful,0,""N,0"""""",,2305.00,1800.00" +111763444,Publishing my book & giving away free copies,Publishing,Publishing,USD,2010-12-30,2000.00,2010-11-30 00:06:52,0.00,failed,0,US,0.00,0.00,2000.00 +1117641449,The New Constitution: All the People by 02/02/2020,Publishing,Publishing,USD,2015-07-04,100000.00,2015-05-05 17:10:25,0.00,failed,0,US,0.00,0.00,100000.00 +1117643150,Songs. Bond Songs: The Music of 007,Indie Rock,Music,USD,2017-04-13,15000.00,2017-03-13 17:12:38,15044.03,successful,153,US,1169.00,15044.03,15000.00 +"1117644249,""The Dragonswarm (The Dragonprince Trilogy, #2)"",Fiction,Publishing,USD,2011-12-12,2000.00,2011-11-24 16:34:30,2050.00,successful,51,US,2050.00,2050.00,2000.00" +1117644828,Wisconsin's Christian Internet Radio,Radio & Podcasts,Publishing,USD,2013-12-08,2000.00,2013-11-08 19:54:19,395.00,failed,7,US,395.00,395.00,2000.00 +1117648982,Collectors Bicycle® Playing Cards Deck,Playing Cards,Games,USD,2015-01-15,15000.00,2014-12-16 00:32:19,85284.00,successful,1678,US,85284.00,85284.00,15000.00 +1117664037,Matthew Bailey - Handpan EP,Music,Music,GBP,2014-10-31,350.00,2014-10-10 17:07:06,377.00,successful,26,GB,609.57,602.04,558.93 +1117671370,test (Canceled),Web,Technology,USD,2014-09-06,20000.00,2014-07-08 02:12:30,5.00,canceled,1,US,5.00,5.00,20000.00 +1117672035,Amazing Scriptures Book 1: The Missing Map,Puzzles,Games,USD,2017-04-12,7500.00,2017-03-13 15:26:21,2080.00,failed,47,US,412.00,2080.00,7500.00 +1117677143,Smart contact list for iPhone,Apps,Technology,SEK,2016-04-11,5000.00,2016-03-14 22:41:30,5135.00,successful,62,SE,615.63,630.49,613.91 +1117685008,How to quit smartphone addiction,Nonfiction,Publishing,EUR,2017-03-10,29000.00,2017-02-08 16:33:36,64.00,failed,1,AT,0.00,67.88,30757.48 +1117697609,Encuentro de Artistas,Public Art,Art,USD,2013-09-03,2999.00,2013-08-04 15:56:52,0.00,failed,0,US,0.00,0.00,2999.00 +1117700436,Pushing Pedal Pops into RVA!,Food,Food,USD,2013-04-03,1500.00,2013-03-04 21:01:03,1706.00,successful,54,US,1706.00,1706.00,1500.00 +1117700484,SING WITH THE BEST THING EVER AT CARNEGIE HALL!,Pop,Music,USD,2014-08-10,5360.00,2014-06-19 06:35:11,899.00,failed,21,US,899.00,899.00,5360.00 +1117705267,swrve CORDURA® combat wool™ CAPSULE collection,Apparel,Fashion,USD,2017-09-30,18300.00,2017-08-31 17:30:33,31879.00,successful,236,US,12467.00,31879.00,18300.00 +1117707510,Launch CutToAction Filmmaking with Two New Feature Films,Narrative Film,Film & Video,USD,2011-11-19,10000.00,2011-10-07 20:57:28,751.42,failed,15,US,751.42,751.42,10000.00 +1117716540,World's Loudest Month 2016: All Access,Festivals,Film & Video,USD,2016-04-28,20000.00,2016-03-12 01:49:25,31.00,failed,2,US,31.00,31.00,20000.00 +1117722748,Headcolors TV - Startup YouTube Retro Gaming Channel,Webseries,Film & Video,USD,2015-04-10,500.00,2015-04-03 05:36:53,50.00,failed,2,US,50.00,50.00,500.00 +1117731228,Otaku Bar,Food,Food,CHF,2015-10-19,120000.00,2015-09-04 11:51:03,25.00,failed,1,CH,25.81,25.67,123234.92 +1117733330,Hunting Grounds. . . where the coffee grows.,Documentary,Film & Video,USD,2012-05-10,75000.00,2012-04-10 16:21:17,1145.00,failed,15,US,1145.00,1145.00,75000.00 +"1117743421,""Custom Golf Glove - Golf Nympho, Helps With Every Stroke"",Product Design,Design,USD,2013-12-18,5000.00,2013-11-18 20:45:24,60.00,failed,3,US,60.00,60.00,5000.00" +1117745010,Debut Music Video for Cordelaine Giant,Indie Rock,Music,GBP,2013-03-01,2000.00,2013-01-14 01:10:30,2265.65,successful,49,GB,3655.75,3406.22,3006.84 +1117745517,Grey Flowers,Games,Games,USD,2015-09-29,3000.00,2015-08-30 16:06:19,116.00,failed,3,US,116.00,116.00,3000.00 +"1117748056,""Personalized hats, shirts and blankets for premature babies"",Embroidery,Crafts,USD,2017-05-21,2500.00,2017-04-21 01:23:48,50.00,canceled,1,US,25.00,50.00,2500.00" +1117752991,Balançoire - Short Film,Shorts,Film & Video,EUR,2017-03-24,2000.00,2017-01-23 18:23:22,2112.00,successful,40,FR,0.00,2282.01,2160.99 +1117758692,Willimantic's Thread Identity: Reliving History Through Art,Public Art,Art,USD,2013-10-19,3250.00,2013-09-19 02:03:11,3466.00,successful,23,US,3466.00,3466.00,3250.00 +1117760952,Beacon & Lively: Jewelry that Keeps You Connected (Canceled),Jewelry,Fashion,USD,2014-07-22,120000.00,2014-06-12 13:26:26,24701.00,canceled,176,US,24701.00,24701.00,120000.00 +1117762796,FREE ART GIVEAWAY,Painting,Art,EUR,2015-08-14,500.00,2015-07-28 20:19:55,0.00,failed,0,IT,0.00,0.00,558.55 +111776606,The Game of Learning,Tabletop Games,Games,USD,2014-06-13,2200.00,2014-05-14 19:50:28,112.00,failed,4,US,112.00,112.00,2200.00 +1117766737,Fear Itself - A Horror Film,Horror,Film & Video,USD,2015-05-11,5500.00,2015-04-10 19:24:23,3090.00,failed,38,US,3090.00,3090.00,5500.00 +1117773139,Zombie Legal Thriller (People v. Zombie Hunter),Fiction,Publishing,USD,2014-06-02,1000.00,2014-05-03 00:54:07,20.00,failed,2,US,20.00,20.00,1000.00 +1117776494,Safe Call Bluetooth earphone with Car charger,Wearables,Technology,EUR,2015-09-19,15000.00,2015-08-20 04:33:38,1548.00,failed,39,FR,1714.89,1726.18,16726.51 +1117776773,King Bling,Shorts,Film & Video,USD,2013-01-01,2500.00,2012-12-10 21:27:33,2935.00,successful,72,US,2935.00,2935.00,2500.00 +1117782025,Nummy,Food,Food,USD,2015-06-06,1000.00,2015-05-07 21:35:13,0.00,failed,0,US,0.00,0.00,1000.00 +1117783420,Great icons for mobile apps,Graphic Design,Design,USD,2010-09-13,2000.00,2010-08-14 20:03:19,11488.01,successful,427,US,11488.01,11488.01,2000.00 +111779646,Making a Kid Friendly Podcast.,Kids,Music,USD,2016-06-18,1500.00,2016-05-18 07:23:18,0.00,failed,0,US,0.00,0.00,1500.00 +1117801182,It's Time for New Body Electric Shows!,Dance,Dance,USD,2017-04-05,87500.00,2017-03-20 18:25:42,27389.00,failed,271,US,134.00,27389.00,87500.00 +1117804738,THE NEW MEYTAL ALBUM,Rock,Music,USD,2018-01-02,80000.00,2017-11-17 09:40:02,156961.09,successful,2927,US,50905.77,156961.09,80000.00 +1117812892,Event Raiders Podcast Episode 1,Audio,Journalism,USD,2017-11-15,400.00,2017-10-19 19:47:27,430.00,successful,15,US,25.00,430.00,400.00 +1117814212,SnapJet: Turn your smartphone into a polaroid film printer!,Gadgets,Technology,USD,2014-12-20,155000.00,2014-11-19 21:02:07,210449.00,successful,1486,US,210449.00,210449.00,155000.00 +1117829525,The Azoic - Corruption: new music video and release,Electronic Music,Music,USD,2012-08-17,2000.00,2012-08-06 22:23:15,3839.37,successful,103,US,3839.37,3839.37,2000.00 +111783071,Crazy Circuits: Unique STEM Projects Delivered Monthly,DIY Electronics,Technology,USD,2017-05-05,50000.00,2017-04-05 17:30:42,52107.77,successful,329,US,3765.00,52107.77,50000.00 +1117833904,K9 Duvet: A luxe line of Duvets & Covers for your furry kid,Pet Fashion,Fashion,CAD,2015-02-07,25000.00,2014-12-09 00:10:02,1.00,failed,1,CA,0.88,0.80,19987.21 +111784462,Adventures of the Traveling Jalapenos Book,Children's Books,Publishing,USD,2013-06-29,1000.00,2013-05-30 00:01:23,1086.00,successful,20,US,1086.00,1086.00,1000.00 +1117851634,Arcadia: Life as an RPG,Video Games,Games,USD,2014-11-02,10000.00,2014-10-01 15:47:25,3694.00,failed,135,US,3694.00,3694.00,10000.00 +1117853105,Reusable Resealable Baggie Made of Upcycled Plastic Bottles!,Product Design,Design,USD,2014-06-19,5000.00,2014-05-20 16:20:27,328.00,failed,23,US,328.00,328.00,5000.00 +1117874290,Creating Great Jobs for Young Women of Color in Oakland,Restaurants,Food,USD,2017-06-18,60000.00,2017-05-04 17:37:32,63170.35,successful,627,US,2355.00,63170.35,60000.00 +1117875234,Off The Road : Photo Journey Through Hidden Scotland,Photography,Photography,GBP,2013-05-10,3600.00,2013-04-10 09:13:05,0.00,failed,0,GB,0.00,0.00,5537.95 +1117878846,Nom Nom (Canceled),Apps,Technology,USD,2015-06-25,6000.00,2015-05-26 18:15:19,0.00,canceled,0,US,0.00,0.00,6000.00 +1117880491,Northern Correspondent,Journalism,Journalism,GBP,2014-04-08,2500.00,2014-03-25 16:03:36,3452.00,successful,185,GB,5689.22,5775.67,4182.84 +1117882630,Free Original Paintings In Every (major) City (of USofA). Awesome,Painting,Art,USD,2009-12-16,1824.79,2009-09-27 04:50:19,2233.02,successful,38,US,2233.02,2233.02,1824.79 +1117883304,No Pop Drywall Screws,Hardware,Technology,USD,2017-12-12,5000.00,2017-11-20 23:30:52,202.11,failed,3,US,1.11,202.11,5000.00 +1117884933,Here Comes The Reign Again: The Second British Invasion,Indie Rock,Music,USD,2014-08-06,14000.00,2014-07-03 04:00:50,14630.62,successful,303,US,14630.62,14630.62,14000.00 +1117886645,Lulabelles Legacy,Restaurants,Food,GBP,2015-10-16,17500.00,2015-09-17 18:38:27,450.00,failed,6,GB,690.68,694.94,27025.36 +1117891647,Waste to Learn to Wealth- Eco Friendly Pencil,Stationery,Crafts,GBP,2016-04-02,10000.00,2016-03-03 18:39:54,36.00,failed,3,GB,50.24,50.67,14075.39 +1117892348,Ersatz,Sculpture,Art,USD,2010-08-08,1200.00,2010-07-08 03:02:57,1258.00,successful,46,US,1258.00,1258.00,1200.00 +1117893786,Lay Your Cards on the Table,Playing Cards,Games,USD,2015-10-28,7000.00,2015-09-28 19:22:58,8345.00,successful,72,US,8345.00,8345.00,7000.00 +1117898575,Line of Scrimmage: A Dice Battle Football Game,Tabletop Games,Games,USD,2015-12-15,500.00,2015-11-15 17:44:00,20.00,failed,2,US,20.00,20.00,500.00 +"1117902004,""Mrs. Barr's Natural Foods - """"So yummy the kids love it too!"""""",Small Batch,Food,USD,2017-04-28,300000.00,2017-03-25 16:48:20,1200.00,canceled,3,US,1125.00,1200.00,300000.00" +1117904133,Roar of War - Tactical Card Battle Game for 2-4 Players,Tabletop Games,Games,USD,2016-07-31,15000.00,2016-06-21 22:00:15,12831.00,canceled,343,US,12831.00,12831.00,15000.00 +1117912198,Grasshoppers Cafe,Restaurants,Food,AUD,2015-05-07,20000.00,2015-04-07 02:50:02,40.00,failed,2,AU,30.53,31.65,15825.29 +"1117915808,Redemption Alley,Film & Video,Film & Video,USD,2016-02-21,2000.00,2016-01-14 20:52:56,0.00,undefined,0,""N,0"""""",,0.00,2000.00" +1117916759,Doggie Style: The Complete Dog Boy,Comics,Comics,USD,2013-07-12,875.00,2013-07-02 14:16:16,1619.00,successful,33,US,1619.00,1619.00,875.00 +1117928536,Theater Hopper: Year Three,Comics,Comics,USD,2009-12-31,3500.00,2009-10-30 14:49:58,3966.77,successful,91,US,3966.77,3966.77,3500.00 +111794237,Jewelry Made from Upcycled Weapons in Cambodia & Laos,Fashion,Fashion,USD,2014-03-05,13000.00,2014-02-03 19:59:23,20082.51,successful,352,US,20082.51,20082.51,13000.00 +1117948218,Lotería de Muerte - Lottery of death,Tabletop Games,Games,MXN,2017-03-08,100000.00,2017-02-06 15:46:20,103080.00,successful,98,MX,326.68,5213.96,5058.17 +"1117950397,""""""Icarus-13"""" MMORPG Kickstarter (Canceled)"",Video Games,Games,USD,2013-10-19,40000.00,2013-08-20 01:12:20,191.00,canceled,6,US,191.00,191.00,40000.00" +1117962651,Tab?o,Photography,Photography,GBP,2014-05-09,150.00,2014-04-25 12:53:47,250.00,successful,20,GB,419.65,421.56,252.94 +1117963060,GearTag - Keep track of your gear,Hardware,Technology,USD,2013-09-27,25000.00,2013-08-28 17:16:02,14731.00,failed,348,US,14731.00,14731.00,25000.00 +1117963939,Right hand man,Comedy,Film & Video,GBP,2015-07-21,500.00,2015-06-30 10:59:09,1.00,failed,1,GB,1.57,1.55,773.73 +"1117967622,New EP/Music Development,Music,Music,USD,2015-12-14,3000.00,2015-11-09 18:46:47,431.00,undefined,0,""N,0"""""",,431.00,3000.00" +1117974236,Send Nina Verklas to NYC for Edit Trade Show!,Fashion,Fashion,USD,2014-02-10,5500.00,2014-01-18 01:45:05,5735.00,successful,29,US,5735.00,5735.00,5500.00 +1117994093,The World's First Heated Golf Vest,Technology,Technology,USD,2016-05-13,10000.00,2016-04-13 18:14:49,698.00,failed,15,US,698.00,698.00,10000.00 +1118000152,Smoovie - Super steady video for your smartphone and GoPro.,Product Design,Design,GBP,2016-05-12,10000.00,2016-04-12 09:04:33,140377.00,successful,6175,GB,198319.66,202263.59,14408.60 +1118007159,CODE LXRY FURNITURE,Hardware,Technology,MXN,2017-05-03,35000.00,2017-04-05 18:16:16,0.00,canceled,0,MX,0.00,0.00,1836.69 +1118009087,Reversal,Narrative Film,Film & Video,USD,2015-06-06,2000.00,2015-04-27 15:59:41,2420.00,successful,48,US,2420.00,2420.00,2000.00 +1118013214,Imagination Film Works MECA3010,Shorts,Film & Video,CAD,2016-07-16,40000.00,2016-07-01 17:37:35,155.00,failed,4,CA,119.63,118.26,30518.04 +1118023579,Road Trip Earth presents New Zealand,Documentary,Film & Video,USD,2010-11-24,8000.00,2010-09-25 05:00:39,8000.00,successful,27,US,8000.00,8000.00,8000.00 +1118027955,Valhalla Forever,Fiction,Publishing,USD,2015-10-13,3000.00,2015-09-23 03:45:12,21.00,failed,3,US,21.00,21.00,3000.00 +"1118030675,""""""Hypo-critic"""" - Short Film"",Shorts,Film & Video,USD,2013-11-27,5500.00,2013-10-28 18:00:41,6020.00,successful,58,US,6020.00,6020.00,5500.00" +1118034093,Kirsten Maxwell Records NEW MUSIC!,Music,Music,USD,2016-12-30,15000.00,2016-11-30 02:39:04,16051.00,successful,261,US,1354.00,16051.00,15000.00 +1118034619,A Gentleman's Guide to Wine and Spirits,Journalism,Journalism,USD,2013-12-10,5500.00,2013-11-25 02:18:56,0.00,failed,0,US,0.00,0.00,5500.00 +"1118036851,""""""Dneirf"""": A children's book about a backwards friend"",Children's Books,Publishing,USD,2017-02-03,3000.00,2017-01-01 17:16:05,3607.00,successful,98,US,1312.00,3607.00,3000.00" +1118046401,The Piker,Tabletop Games,Games,USD,2015-09-27,2500.00,2015-08-28 07:02:53,757.00,failed,17,US,757.00,757.00,2500.00 +1118051476,Evian Rising the Graphic Novel,Graphic Novels,Comics,USD,2016-09-07,315.00,2016-08-08 17:30:24,805.00,successful,41,US,67.00,805.00,315.00 +"111805462,""From """"cheeeeeeese"""" to Shutter Buddies?"",Product Design,Design,USD,2013-02-11,1000.00,2013-01-12 03:00:25,6030.00,successful,231,US,6030.00,6030.00,1000.00" +1118060599,BLAKE'S NUT FREE,Food,Food,USD,2018-01-05,15000.00,2017-12-06 15:23:30,27857.00,live,226,US,16569.00,27857.00,15000.00 +1118065614,Super Spicy Thai Chili Sauce,Small Batch,Food,USD,2016-02-04,5000.00,2016-01-05 22:49:00,21.00,failed,3,US,21.00,21.00,5000.00 +1118079881,The Summerboy Tour,Music,Music,USD,2011-03-12,250.00,2011-01-05 21:22:28,35.00,failed,2,US,35.00,35.00,250.00 +1118083254,Modern Gangsters,Drama,Film & Video,USD,2015-10-08,6000.00,2015-09-09 00:16:04,0.00,failed,0,US,0.00,0.00,6000.00 +1118090709,Lords of War: Magic and Monsters,Tabletop Games,Games,GBP,2014-11-11,8000.00,2014-10-12 21:51:31,10005.00,successful,283,GB,16083.42,15662.42,12523.68 +1118096659,Togs... together we can change the world,Conceptual Art,Art,USD,2015-10-02,48000.00,2015-09-02 19:58:01,17.00,failed,1,US,17.00,17.00,48000.00 +1118111567,STARBOUND: Penguin Plush Project (Canceled),Product Design,Design,USD,2015-11-14,49000.00,2015-10-09 18:45:21,12670.00,canceled,250,US,12670.00,12670.00,49000.00 +1118115483,Rush Fans! The Long Awaited Friend,Documentary,Film & Video,USD,2014-11-04,20000.00,2014-10-28 18:10:48,770.00,failed,11,US,770.00,770.00,20000.00 +1118115956,Friend finding website for couples (Canceled),Web,Technology,USD,2014-09-13,2500.00,2014-08-14 23:20:57,0.00,canceled,0,US,0.00,0.00,2500.00 +1118126562,How Bout You (Military Veterans Tribute) Music Video,Music Videos,Film & Video,USD,2016-03-24,7000.00,2016-02-08 22:53:59,195.00,failed,5,US,195.00,195.00,7000.00 +1118139750,Reinvent Salads with HYP High Protein Salad Toppers,Food,Food,USD,2017-09-05,15000.00,2017-08-06 11:00:42,10667.00,failed,96,US,7929.00,10667.00,15000.00 +1118148068,Flappy Eco Art Tutorial Workshop,Sculpture,Art,HKD,2016-11-23,6000000.00,2016-10-24 11:02:18,100.00,failed,1,HK,0.00,12.89,773584.66 +1118149284,// GIVE A GIRL THE RIGHT SHOES... //,Product Design,Design,GBP,2015-02-19,10000.00,2015-01-20 17:49:10,10.00,failed,1,GB,15.14,15.38,15375.63 +1118152932,Dog Collar,Product Design,Design,USD,2015-08-09,2000.00,2015-06-25 23:09:21,79.00,failed,3,US,79.00,79.00,2000.00 +1118156056,New Comedic Indie Film by Sea-Saw Studios,Shorts,Film & Video,USD,2010-07-07,2000.00,2010-04-09 01:49:26,195.00,failed,5,US,195.00,195.00,2000.00 +"1118158341,""Critical Mass """"Don't tread on us"""" and """"Property of"""" T-Shirts"",Fashion,Fashion,USD,2014-04-23,2000.00,2014-03-24 19:30:41,1.00,failed,1,US,1.00,1.00,2000.00" +1118160627,Fair Mitten (New Songs of the Historic Great Lakes Basin),Music,Music,USD,2017-06-30,3500.00,2017-06-13 13:05:21,4533.00,successful,118,US,1173.00,4533.00,3500.00 +1118170381,M.D.WIRE STRIPPERS,Fabrication Tools,Technology,USD,2016-04-01,30000.00,2016-03-02 14:12:43,102.00,failed,3,US,102.00,102.00,30000.00 +1118187801,YOLKED - Health and Fitness Online Store,Web,Technology,AUD,2015-04-29,6000.00,2015-03-30 22:00:21,208.00,failed,2,AU,161.22,164.73,4751.72 +1118195619,The T_Shirt Press (on the road),Textiles,Art,GBP,2016-06-09,20080.00,2016-05-10 15:33:56,1.00,failed,1,GB,1.44,1.44,28922.47 +1118197427,Jessica Lynn French Bilingual Worship Project,Music,Music,USD,2011-11-17,3750.00,2011-10-03 03:37:34,726.00,failed,21,US,726.00,726.00,3750.00 +1118201613,The 7th Street Haunt,Theater,Theater,USD,2012-07-28,1500.00,2012-07-03 16:16:44,125.00,failed,5,US,125.00,125.00,1500.00 +1118201656,Reflection,Shorts,Film & Video,USD,2011-09-09,4500.00,2011-07-11 19:46:39,4650.00,successful,13,US,4650.00,4650.00,4500.00 +1118204694,OMNI - Intelligent Construction Robots,Robots,Technology,SEK,2016-08-04,39250000.00,2016-07-05 22:51:08,0.00,canceled,0,SE,0.00,0.00,4607077.88 +"1118208544,""""""The Reckoning of the Hearts and Flowers"""""",Poetry,Publishing,USD,2012-04-13,25000.00,2012-03-15 04:52:36,0.00,failed,0,US,0.00,0.00,25000.00" +1118210351,Rose:Crowdsourced Kids Game!,Video Games,Games,USD,2016-06-01,5000.00,2016-05-06 09:14:52,6.00,failed,2,US,6.00,6.00,5000.00 +1118214223,Synfo - A virtual business card,Technology,Technology,USD,2015-09-16,20000.00,2015-07-18 02:22:51,41.00,failed,2,US,41.00,41.00,20000.00 +1118216544,Help me film the Boys and Girls Club!,Film & Video,Film & Video,USD,2014-08-31,500.00,2014-07-30 23:19:42,500.00,successful,4,US,500.00,500.00,500.00 +1118223933,Chalk The World!,Public Art,Art,USD,2016-12-16,475.00,2016-11-16 23:42:09,80.00,failed,3,US,50.00,80.00,475.00 +1118226979,Daddy Issues: A New Webseries,Webseries,Film & Video,USD,2017-07-19,15000.00,2017-06-19 22:31:09,3215.00,failed,41,US,2255.00,3215.00,15000.00 +1118227339,Steel Town Eats,Restaurants,Food,USD,2015-07-07,5000.00,2015-06-08 22:14:17,398.00,failed,12,US,398.00,398.00,5000.00 +1118228912,Diversity is beautiful,Film & Video,Film & Video,USD,2015-03-14,975.00,2015-03-07 03:07:06,0.00,failed,0,US,0.00,0.00,975.00 +1118231672,(someone) makes it better.,Children's Books,Publishing,USD,2015-02-08,500.00,2014-12-10 16:17:03,1.00,failed,1,US,1.00,1.00,500.00 +1118237602,CREATING A GREEN & SUSTAINABLE COLLECTION,Fashion,Fashion,USD,2013-05-10,85000.00,2013-03-11 21:50:52,1638.00,failed,7,US,1638.00,1638.00,85000.00 +1118249977,PEERNETv (Canceled),Software,Technology,USD,2014-11-29,75000.00,2014-09-30 23:54:24,0.00,canceled,0,US,0.00,0.00,75000.00 +1118252120,Medical Records on the Go! Saving a life with every call.,Web,Technology,USD,2015-02-19,20000.00,2015-01-20 21:03:37,80.00,failed,4,US,80.00,80.00,20000.00 +1118261636,Splendora-ly's Lighthouse to Dreams Sacred Healing Arts,Painting,Art,USD,2015-11-22,10000.00,2015-10-21 21:08:33,0.00,canceled,0,US,0.00,0.00,10000.00 +1118262058,Liquoriste: Botanical Barmaids,Food,Food,USD,2011-11-17,10000.00,2011-10-17 05:09:08,3232.00,failed,63,US,3232.00,3232.00,10000.00 +1118267974,Dead Cabin -The Zombie Drinking Party Game & Family Version,Tabletop Games,Games,USD,2014-10-20,1000.00,2014-09-23 15:11:40,390.00,failed,8,US,390.00,390.00,1000.00 +1118269469,RC RELEASE - THE BANE OF YOUR SHOULDER PAIN,Product Design,Design,USD,2017-08-28,190000.00,2017-06-29 17:00:44,11676.00,canceled,52,US,810.00,11676.00,190000.00 +1118274198,Tommy Mills & The Jade Amenity Distribution and Tour Fund!,Indie Rock,Music,USD,2012-03-12,15000.00,2012-02-11 03:49:18,50.00,failed,2,US,50.00,50.00,15000.00 +1118279594,Poster: All 3D Printers Made,Art,Art,USD,2014-07-16,20.00,2014-07-15 15:20:08,20.00,successful,1,US,20.00,20.00,20.00 +1118282973,NYCV - Young Professional Orchestra- Carnegie Hall Debut- Childrens' Charity Program! (Canceled),Classical Music,Music,USD,2010-09-01,2000.00,2010-07-02 14:53:50,540.00,canceled,13,US,540.00,540.00,2000.00 +1118285097,EveryLastDrop- Revolutionary Design Proudly Made in the USA!,Product Design,Design,USD,2014-06-29,35000.00,2014-05-15 17:17:32,772.00,failed,21,US,772.00,772.00,35000.00 +1118295716,Assaggio Ristorante Cookbook,Food,Food,USD,2013-02-02,12500.00,2013-01-03 02:31:09,17023.00,successful,152,US,17023.00,17023.00,12500.00 +"1118297322,""Let's get popping Together! """"Bongo's Gourmet Popcorn"""""",Food,Food,USD,2013-09-11,20000.00,2013-08-02 19:53:57,2430.00,failed,18,US,2430.00,2430.00,20000.00" +1118299662,Tattoo Apprenticeship,Art,Art,USD,2017-03-15,3700.00,2017-02-13 03:09:45,3810.00,successful,15,US,145.00,3810.00,3700.00 +1118310708,Narrow Escape Corp: Comic T-Shirts,Fashion,Fashion,GBP,2016-11-07,3595.00,2016-10-08 10:55:58,26.00,failed,1,GB,0.00,32.91,4551.09 +"1118313080,""88 MPH - Cutting a record, 10 years in the making"",Rock,Music,USD,2012-01-08,1500.00,2011-11-09 13:32:39,4027.11,successful,58,US,4027.11,4027.11,1500.00" +1118314639,Pirate Fest Here We Come!,Crafts,Crafts,USD,2013-08-02,1200.00,2013-07-03 19:40:10,81.00,failed,4,US,81.00,81.00,1200.00 +1118321173,Anthropology of Star Trek,Nonfiction,Publishing,USD,2014-01-28,8000.00,2013-11-30 04:28:53,401.00,failed,5,US,401.00,401.00,8000.00 +"1118324588,""The Fishtank's """"Home Grown"""" Summer Series"",Theater,Theater,USD,2010-07-02,5000.00,2010-06-02 17:31:00,6157.00,successful,106,US,6157.00,6157.00,5000.00" +1118325453,The next PSY but WAYYY more Talented.,Hip-Hop,Music,USD,2014-07-26,10000.00,2014-06-26 06:56:15,0.00,canceled,0,US,0.00,0.00,10000.00 +"1118328142,""Tearing Down Cabrini-Green, a dynamic social commentary."",Plays,Theater,USD,2015-12-12,10000.00,2015-10-13 00:34:19,541.00,failed,9,US,541.00,541.00,10000.00" +1118331350,Elsa Fitzgerald: 1920's Elegance with Balinese Craftsmanship,Couture,Fashion,USD,2016-10-12,10000.00,2016-08-13 00:56:02,107.00,failed,3,US,105.00,107.00,10000.00 +1118335011,HAPPY FACE'S COME UP,Narrative Film,Film & Video,USD,2014-07-17,14000.00,2014-07-10 03:20:22,0.00,failed,0,US,0.00,0.00,14000.00 +1118341956,Reunion - A Travelogue by Élise Hendrick,Journalism,Journalism,USD,2010-09-01,1700.00,2010-07-21 07:37:30,0.00,failed,0,US,0.00,0.00,1700.00 +1118342639,100 songs in 100 days Christine Santelli's first solo album,Country & Folk,Music,USD,2011-11-17,5000.00,2011-10-18 21:57:58,5505.00,successful,91,US,5505.00,5505.00,5000.00 +1118343537,Lucid Dreams,Thrillers,Film & Video,EUR,2017-11-26,500.00,2017-11-04 21:27:35,622.00,successful,11,DE,110.75,739.24,594.25 +1118366237,1%: Privilege in a Time of Global Inequality. A photo book.,Photography,Photography,USD,2015-08-13,29500.00,2015-07-14 20:21:19,30688.00,successful,307,US,30688.00,30688.00,29500.00 +1118366413,GBS Detroit Presents Jetty Rae,Country & Folk,Music,USD,2012-03-30,600.00,2012-03-14 22:01:57,1962.00,successful,29,US,1962.00,1962.00,600.00 +1118367814,Bring us to YOUR Door!!!,Music,Music,USD,2011-10-16,2500.00,2011-09-01 22:19:53,20.00,failed,1,US,20.00,20.00,2500.00 +1118369084,Blue Screen Of Death (BSOD),Video Games,Games,GBP,2015-04-06,3500.00,2015-03-07 15:09:34,133.00,failed,9,GB,202.75,194.06,5106.95 +1118369501,Uncovering Transnational Criminal Networks Worldwide,Web,Journalism,USD,2015-10-15,30500.00,2015-09-05 00:21:42,1898.00,failed,21,US,1898.00,1898.00,30500.00 +1118376516,The Fifty Year War,Fiction,Publishing,USD,2017-07-26,7600.00,2017-06-26 10:29:31,0.00,failed,0,US,0.00,0.00,7600.00 +1118377071,Pocket Beta Climbing Guide for Android,Technology,Technology,USD,2012-01-06,2500.00,2011-12-07 05:04:10,75.00,failed,4,US,75.00,75.00,2500.00 +111838003,Recreating the Commons (Canceled),Public Art,Art,USD,2012-04-21,100000.00,2012-02-21 18:54:24,510.00,canceled,3,US,510.00,510.00,100000.00 +1118400850,Vincent the Vampire: An Indie Point and Click Adventure Game,Video Games,Games,AUD,2014-12-15,30000.00,2014-11-13 07:50:07,5293.00,failed,225,AU,4598.42,4329.30,24537.87 +1118408328,Retrofit cavity wall Trays (Canceled),Technology,Technology,GBP,2015-12-19,50000.00,2015-11-19 00:03:35,30.00,canceled,3,GB,45.54,44.73,74550.09 +1118414714,save BBOY for LIFE (the movie),Film & Video,Film & Video,USD,2012-06-02,20000.00,2012-05-03 18:31:56,20575.00,successful,166,US,20575.00,20575.00,20000.00 +"1118416319,""Grimace & Grin, How to Make a Minion - Graphic Novel"",Graphic Novels,Comics,GBP,2016-06-18,1000.00,2016-05-14 14:01:05,2831.14,successful,73,GB,4086.08,3879.82,1370.41" +111842099,Munchy-Man,Mobile Games,Games,USD,2016-03-28,2000.00,2016-02-20 13:16:01,25.00,failed,1,US,25.00,25.00,2000.00 +1118424507,Letters A to Z: Hand Cast in the USA with Eco-Mindful Silver,Jewelry,Fashion,USD,2015-05-21,3600.00,2015-04-21 17:21:37,5403.00,successful,67,US,5403.00,5403.00,3600.00 +1118438947,30 Amigos,Photography,Photography,USD,2013-05-09,1500.00,2013-04-19 05:50:20,186.00,failed,8,US,186.00,186.00,1500.00 +1118441051,'Music of Bevan Manson' with Hollywood Studio Symphony,Classical Music,Music,USD,2014-02-24,4400.00,2014-01-11 05:33:38,4515.00,successful,49,US,4515.00,4515.00,4400.00 +1118445826,Doggie Duffel - The World's BEST Travel Bag for Your Pet,Product Design,Design,USD,2017-11-30,10500.00,2017-10-23 17:41:42,13923.00,successful,197,US,2325.00,13923.00,10500.00 +1118458218,The Lesson,Shorts,Film & Video,USD,2012-12-21,8000.00,2012-11-21 18:49:29,165.00,failed,6,US,165.00,165.00,8000.00 +1118459282,illustrate to paint,Illustration,Art,AUD,2015-01-05,800.00,2014-12-16 07:40:15,800.00,successful,11,AU,657.30,651.47,651.47 +"1118461507,""""""Magdalene"""" - A short film about the first Easter"",Shorts,Film & Video,USD,2014-05-06,18000.00,2014-04-10 01:20:59,3279.00,failed,37,US,3279.00,3279.00,18000.00" +1118465714,THE MIXTAPE DVD,Music Videos,Film & Video,EUR,2016-03-07,500.00,2016-02-26 00:13:01,0.00,failed,0,FR,0.00,0.00,554.50 +1118483163,Planet Connections Presents: INFINITELY YOURS,Festivals,Theater,USD,2016-06-23,800.00,2016-05-19 19:40:08,812.00,successful,19,US,812.00,812.00,800.00 +1118484356,P400 - Desktop High Precision Foam Cutter,3D Printing,Technology,EUR,2017-05-11,4000.00,2017-04-03 21:54:40,18694.00,successful,59,IT,4899.20,20331.50,4350.38 +1118489748,Guild of Hunters - When Zelda meets Monster Hunter,Video Games,Games,NZD,2014-12-05,100000.00,2014-11-05 16:04:20,341.00,canceled,12,NZ,264.09,264.65,77609.62 +1118495118,Children's Book Series & Healthy Eating Brand,Children's Books,Publishing,GBP,2013-12-12,52000.00,2013-11-12 12:43:25,993.00,failed,12,GB,1590.29,1615.61,84603.75 +1118504927,EuroCurrensy Viral Wear Silks,Apparel,Fashion,USD,2016-01-16,10000.00,2015-12-22 02:48:30,0.00,failed,0,US,0.00,0.00,10000.00 +1118505274,Sympl.,Apps,Technology,USD,2017-04-22,10000.00,2017-02-21 21:36:17,2.00,failed,2,US,0.00,2.00,10000.00 +1118510397,Crossing the Boundary - Jews Leading Other Spiritual Paths,Nonfiction,Publishing,USD,2014-05-18,10000.00,2014-04-18 13:08:50,10259.00,successful,69,US,10259.00,10259.00,10000.00 +1118516179,The Woe Is Oz Book Project,Comics,Comics,USD,2012-09-14,15750.00,2012-08-10 15:09:04,9752.00,failed,176,US,9752.00,9752.00,15750.00 +1118527241,tiltcard iPhone/Phone/iPad/Tablet stand..that fits in wallet,Product Design,Design,USD,2016-02-24,500.00,2016-01-20 01:00:55,3567.00,successful,178,US,3567.00,3567.00,500.00 +1118529213,Parlo italiano community,Apps,Technology,CHF,2016-03-21,18000.00,2016-01-31 18:16:50,30.00,failed,2,CH,29.35,30.77,18461.73 +111854396,Prove it,Shorts,Film & Video,USD,2012-03-20,500.00,2012-01-20 02:59:25,585.00,successful,11,US,585.00,585.00,500.00 +1118546484,Checkrideplus.com,Web,Technology,USD,2015-10-16,8000.00,2015-09-16 04:20:21,0.00,failed,0,US,0.00,0.00,8000.00 +"1118547221,""MOUS Shaker Bottle: No Corners, No Problems (Canceled)"",Product Design,Design,AUD,2014-03-17,140000.00,2014-02-05 05:56:21,27669.00,canceled,598,AU,24216.93,25085.22,126926.56" +1118548714,Tapestries in Brick: Terracotta Temples of Bengal,Art Books,Publishing,GBP,2016-07-19,6500.00,2016-06-09 21:53:35,1470.00,failed,18,GB,1519.81,1924.97,8511.75 +1118552987,The Aquatic Lights - Help Us Complete The Titans!,Rock,Music,USD,2015-01-20,6000.00,2014-12-06 23:39:38,6357.00,successful,53,US,6357.00,6357.00,6000.00 +1118558945,Young Justice: MetaHuman Task Force,Webseries,Film & Video,USD,2014-07-14,20000.00,2014-05-15 02:38:07,170.00,failed,4,US,170.00,170.00,20000.00 +1118563825,Personalized Wood,3D Printing,Technology,USD,2015-11-19,3435.00,2015-10-20 04:50:25,12.00,failed,1,US,12.00,12.00,3435.00 +1118564197,NINJA (THE CARD GAME) (Canceled),Playing Cards,Games,USD,2015-02-21,10000.00,2015-01-22 22:51:31,0.00,canceled,0,US,0.00,0.00,10000.00 +1118570363,Contemporary ice-skating show at the Edinburgh Fringe 2015,Performances,Dance,CAD,2015-09-01,2000.00,2015-07-09 07:04:47,200.00,failed,6,CA,157.18,151.17,1511.72 +1118582088,GREENHORN feature film (Canceled),Action,Film & Video,GBP,2015-01-02,300000.00,2014-12-03 17:12:42,125.00,canceled,2,GB,196.62,193.00,463191.70 +1118586114,Keep Dreaming,Nonfiction,Publishing,USD,2018-01-23,30000.00,2018-01-01 00:20:17,0.00,live,0,US,0.00,0.00,30000.00 +1118588241,Minoumi – Designed Cat Toys,Product Design,Design,EUR,2018-01-04,10000.00,2017-11-28 11:37:40,10479.00,live,259,DE,1463.06,12621.96,12045.00 +"1118590735,""""""The Triumphant Rise & Tragic Existence of Sick Nick"""""",Hip-Hop,Music,USD,2012-05-23,1500.00,2012-03-24 22:30:10,1560.31,successful,45,US,1560.31,1560.31,1500.00" +"1118593241,Passions of the Heart,Publishing,Publishing,USD,2015-11-30,3500.00,2015-10-31 01:26:53,0.00,undefined,0,""N,0"""""",,0.00,3500.00" +"1118599843,""SUNDAE STUDIOS """"Plant-Based Pins"""""",Product Design,Design,CAD,2017-12-14,800.00,2017-12-04 18:22:13,820.00,successful,39,CA,94.57,642.38,626.71" +1118601437,Project Ace - RPG Video Game,Video Games,Games,USD,2016-11-24,200.00,2016-10-25 05:02:51,160.00,failed,7,US,40.00,160.00,200.00 +"1118606775,""Well Spotted: Unique, fun perspectives on traditional craft!"",Crafts,Crafts,USD,2013-09-25,10000.00,2013-08-26 23:07:13,3071.00,canceled,16,US,3071.00,3071.00,10000.00" +1118606856,The Carpenter Bee. See what all the buzz is about.,Woodworking,Crafts,USD,2014-09-06,2500.00,2014-08-07 22:27:12,0.00,failed,0,US,0.00,0.00,2500.00 +1118609261,6thfinger: Keep games or apps active without human touch,Gadgets,Technology,USD,2014-12-26,8000.00,2014-11-19 17:46:13,17010.00,successful,624,US,17010.00,17010.00,8000.00 +1118613113,Temptations of the Flesh,Webseries,Film & Video,USD,2011-07-07,250.00,2011-06-16 06:08:56,380.00,successful,17,US,380.00,380.00,250.00 +1118613185,Jamie Loves Her Natural Hair,Children's Books,Publishing,USD,2014-03-07,7000.00,2014-01-06 01:38:57,3614.00,failed,250,US,3614.00,3614.00,7000.00 +1118616470,The Fulfillment's Debut EP,Metal,Music,USD,2012-12-13,500.00,2012-11-13 00:53:55,600.14,successful,20,US,600.14,600.14,500.00 +1118623347,The Egyptian Cotton T-Shirt - Made in Egypt by ARCHIVE,Apparel,Fashion,SGD,2017-04-07,8000.00,2017-02-24 13:06:01,5507.00,failed,61,SG,494.10,3928.24,5706.54 +1118644750,GolfJam Television: Livin' The Dream pilot episode,Webseries,Film & Video,USD,2012-11-21,25000.00,2012-10-31 05:59:58,1001.77,failed,19,US,1001.77,1001.77,25000.00 +1118647522,Sweet Tooth Dragon,Mobile Games,Games,USD,2015-06-05,700.00,2015-05-06 20:56:42,46.00,failed,5,US,46.00,46.00,700.00 +1118650201,The Prayer Box for kids,Children's Books,Publishing,USD,2014-08-27,17000.00,2014-07-28 16:13:58,2650.00,failed,38,US,2650.00,2650.00,17000.00 +1118664603,Lost,Photobooks,Photography,USD,2015-10-10,10000.00,2015-09-10 02:53:05,910.00,failed,4,US,910.00,910.00,10000.00 +1118667601,Mugsy's Fresh Mozzarella Truck Long Island & NYC,Food,Food,USD,2012-12-30,33500.00,2012-11-30 23:01:15,80.00,failed,3,US,80.00,80.00,33500.00 +1118674941,MARLEY'S GHOST (AMBASSADORS OF STEAM) (Canceled),Science Fiction,Film & Video,USD,2015-09-04,5000.00,2015-08-05 23:50:18,0.00,canceled,0,US,0.00,0.00,5000.00 +1118687543,Ecstasy Music & Fashion,Conceptual Art,Art,USD,2016-09-29,2500.00,2016-07-31 22:40:26,0.00,failed,0,US,0.00,0.00,2500.00 +1118689200,Blowfish™,Product Design,Design,USD,2014-01-12,5000.00,2013-12-13 05:00:26,2449.30,failed,29,US,2449.30,2449.30,5000.00 +1118691177,Shotgun Arte Clothing & Accessories,Apparel,Fashion,USD,2015-06-19,2000.00,2015-05-20 00:39:24,0.00,failed,0,US,0.00,0.00,2000.00 +1118699362,All Your Base Are Belong to Us - All Your Base LOL,Animation,Film & Video,USD,2014-01-12,15001.00,2013-11-25 06:02:40,1618.00,failed,29,US,1618.00,1618.00,15001.00 +1118701024,THE GRID - Revive Earth on Android and iOS,Mobile Games,Games,USD,2016-07-11,9500.00,2016-06-06 00:03:34,1425.00,failed,17,US,1375.00,1425.00,9500.00 +1118707456,Be a part of Two Way Crossing's next studio EP!,Country & Folk,Music,USD,2015-12-02,12000.00,2015-11-02 19:01:09,12694.00,successful,137,US,12694.00,12694.00,12000.00 +1118718182,Venice of America,Nonfiction,Publishing,USD,2012-05-01,13750.00,2012-03-09 18:29:23,4100.00,failed,50,US,4100.00,4100.00,13750.00 +1118722126,QUEENS - The Pin-up Art of Lorenzo Sperlonga,Art Books,Publishing,USD,2017-04-01,11000.00,2017-03-02 04:15:54,25890.00,successful,162,US,3205.00,25890.00,11000.00 +1118730614,Path to Hope,Art,Art,USD,2013-02-23,2500.00,2013-01-24 18:14:39,130.00,failed,5,US,130.00,130.00,2500.00 +1118737285,Book that needs to Travel for Mother Earth.,Publishing,Publishing,USD,2012-06-27,15000.00,2012-06-06 07:28:20,0.00,failed,0,US,0.00,0.00,15000.00 +1118738089,American Tango,Fiction,Publishing,USD,2016-06-15,2500.00,2016-05-16 19:14:57,3008.00,successful,71,US,3008.00,3008.00,2500.00 +1118738482,Jason Collier Debut EP,Faith,Music,USD,2016-03-19,4000.00,2016-02-18 02:41:05,0.00,failed,0,US,0.00,0.00,4000.00 +"1118738991,""Fitness Guide - """"Worth Fit"""" 12 Week Workout"",Nonfiction,Publishing,GBP,2017-03-03,10000.00,2017-02-01 21:37:52,10.00,failed,1,GB,0.00,12.23,12234.36" +1118739338,Help me set up a website to SAVE OUR GAA CLUB,Design,Design,GBP,2014-11-27,200.00,2014-10-28 17:32:54,0.00,failed,0,GB,0.00,0.00,313.92 +1118741500,CAIRN,Shorts,Film & Video,CAD,2014-08-10,500.00,2014-07-23 01:57:00,693.00,successful,19,CA,645.46,635.78,458.72 +1118747669,The Dapper Dude,Apparel,Fashion,USD,2014-08-09,2500.00,2014-07-15 21:01:48,16.00,failed,3,US,16.00,16.00,2500.00 +1118751940,Sarah Quintana's folk-jazz Album,Music,Music,USD,2012-01-09,7000.00,2011-11-10 16:33:45,7791.00,successful,164,US,7791.00,7791.00,7000.00 +111875549,SharpEnds Carpenter Pencil,Design,Design,USD,2014-09-08,30000.00,2014-08-09 07:24:18,283.00,failed,8,US,283.00,283.00,30000.00 +1118765682,Zoë Yungmi Blank - NEW ALBUM 2015,Country & Folk,Music,USD,2014-12-27,5000.00,2014-11-27 09:32:00,5397.00,successful,75,US,5397.00,5397.00,5000.00 +1118772739,Days Of The Doomed Fest III,Music,Music,USD,2013-03-02,3000.00,2013-01-01 19:06:47,546.00,failed,13,US,546.00,546.00,3000.00 +111877299,Brighter Than the Blues: A New Kelley McRae Album!!,Country & Folk,Music,USD,2012-04-04,15000.00,2012-03-05 19:34:31,17186.00,successful,244,US,17186.00,17186.00,15000.00 +11187886,The Ultimate Swiss Watch For The Modern Man – CORE Watches,Product Design,Design,USD,2017-08-10,80000.00,2017-07-10 14:47:25,3757.00,canceled,14,US,947.00,3757.00,80000.00 +1118794164,The ResQ Wallet: A Minimalist Upcycled Fire Hose Wallet,Product Design,Design,USD,2015-05-21,25000.00,2015-04-08 18:23:50,10428.00,failed,340,US,10428.00,10428.00,25000.00 +1118800395,DYNAMO ROYALE'S QUEST FOR STRINGS & THINGS FOR NEW RECORD!,Indie Rock,Music,USD,2012-05-24,8000.00,2012-04-24 22:53:04,12443.92,successful,202,US,12443.92,12443.92,8000.00 +1118800427,An Incorrect Man - A Feature Film Comedy,Film & Video,Film & Video,USD,2011-04-18,18000.00,2011-03-03 02:10:06,2087.00,failed,34,US,2087.00,2087.00,18000.00 +1118801011,'Darwin's Pigeons' - A photographic book by Richard Bailey.,Animals,Photography,GBP,2015-04-04,5000.00,2015-03-05 12:30:10,5524.00,successful,100,GB,8483.39,8060.23,7295.65 +1118803016,Bears vs Babies - A Card Game,Tabletop Games,Games,USD,2016-11-18,10000.00,2016-10-18 18:59:32,3215679.79,successful,85581,US,1231455.60,3215679.79,10000.00 +1118804047,Flying Machine (Canceled),Flight,Technology,GBP,2014-09-06,150000.00,2014-08-07 13:59:52,0.00,canceled,0,GB,0.00,0.00,243490.68 +"1118808134,WDBP-LP WHERE DREAMS BECOME POSSIBLE,Music,Music,USD,2015-03-11,8000.00,2015-02-09 17:54:08,0.00,undefined,0,""N,0"""""",,0.00,8000.00" +"111881013,""""""Prairie City Response"""": Issue #1!"",Comics,Comics,USD,2012-05-31,2700.00,2012-05-01 00:02:26,2799.00,successful,55,US,2799.00,2799.00,2700.00" +1118810789,The October Ghost vs. The League of Horror - Graphic Novel,Graphic Novels,Comics,USD,2016-11-19,3500.00,2016-10-20 22:52:20,4046.00,successful,92,US,525.00,4046.00,3500.00 +1118812965,Lantern North American Tour 2011,Rock,Music,USD,2011-09-17,2000.00,2011-08-02 20:46:23,2501.00,successful,78,US,2501.00,2501.00,2000.00 +1118821224,The Nudger - Get someone's attention at the push of a button,Wearables,Technology,USD,2016-11-22,35000.00,2016-10-23 02:12:53,251.00,failed,4,US,225.00,251.00,35000.00 +1118821464,Auburn Manor - Its History and Photography Showing,Photography,Photography,USD,2011-10-17,400.00,2011-09-24 17:31:29,0.00,failed,0,US,0.00,0.00,400.00 +1118827974,Silverback Samurais & The Legend Of The Golden Bananas Clans,Product Design,Design,USD,2014-11-03,20000.00,2014-09-24 05:02:39,0.00,failed,0,US,0.00,0.00,20000.00 +1118829283,Classic Monster Game App (Canceled),Mobile Games,Games,USD,2015-09-01,15000.00,2015-08-02 01:13:56,0.00,canceled,0,US,0.00,0.00,15000.00 +1118838462,Rawbots: Multiplayer Sandbox (Canceled),Video Games,Games,USD,2013-06-03,300000.00,2013-05-01 15:42:02,26973.47,canceled,613,US,26973.47,26973.47,300000.00 +1118845000,'Air' A Dance Performance Art,Performances,Dance,USD,2015-03-10,2500.00,2015-02-10 20:41:01,2595.00,successful,16,US,2595.00,2595.00,2500.00 +1118847825,WHITE LOTUS,Documentary,Film & Video,AUD,2014-03-08,85000.00,2014-02-05 06:58:41,20155.00,failed,68,AU,17748.44,18192.08,76721.73 +1118849938,The Vegan Zombie Cookbook,Vegan,Food,USD,2013-07-17,18500.00,2013-06-17 18:17:08,43572.29,successful,1273,US,43572.29,43572.29,18500.00 +1118851622,DJ Tony B! - Greatest Hits,Electronic Music,Music,USD,2015-05-18,1000.00,2015-04-15 04:07:02,290.00,failed,15,US,290.00,290.00,1000.00 +111885560,STARDECK: Space-Grade Playing Cards,Playing Cards,Games,USD,2016-11-10,5000.00,2016-10-11 17:12:05,11351.00,successful,357,US,5167.00,11351.00,5000.00 +"1118861846,Project 13; The Super-Powered Arena Tabletop Game (Canceled),Tabletop Games,Games,USD,2014-05-18,4000.00,2014-04-18 03:26:28,3711.00,canceled,23,US,3711.00,3711.00,4000.00" +1118861895,Rind co (Canceled),Apparel,Fashion,USD,2015-12-15,10000.00,2015-11-21 01:32:30,0.00,canceled,0,US,0.00,0.00,10000.00 +1118870976,Hey Moon! Catch! (Record Lorrie Rivers' Newest Album),Music,Music,USD,2013-09-25,12000.00,2013-08-28 06:47:05,12497.00,successful,122,US,12497.00,12497.00,12000.00 +1118876691,INTO MYSTERY: Reveal,Architecture,Design,USD,2014-06-30,4444.00,2014-05-17 02:04:53,14704.53,successful,88,US,14704.53,14704.53,4444.00 +1118877689,Soup N' Spoon : Fresh and Delicious Soups,Food,Food,USD,2014-12-02,3500.00,2014-10-03 20:41:00,60.00,failed,2,US,60.00,60.00,3500.00 +1118880025,Baked Goods New Album,Music,Music,USD,2014-07-28,1000.00,2014-06-28 05:11:06,266.00,failed,11,US,266.00,266.00,1000.00 +1118880878,Buzzing meadows - A lawn alternative to save the bees!,Technology,Technology,AUD,2014-09-21,3000.00,2014-08-22 23:31:01,801.00,failed,9,AU,741.06,704.18,2637.36 +"1118883050,""9 Road full length album """"Overcome"""" (Canceled)"",Rock,Music,USD,2014-10-24,1500.00,2014-09-24 00:27:44,35.00,canceled,2,US,35.00,35.00,1500.00" +1118894388,TALES OF SEQUENTIAL MAYHEM #3 Comic,Comics,Comics,USD,2014-03-26,300.00,2014-02-24 19:32:19,447.00,successful,24,US,447.00,447.00,300.00 +1118901525,The Art of Milkycat Studios - Fantasy Art and More,Art Books,Publishing,USD,2013-01-21,2500.00,2012-12-22 06:18:25,150.00,failed,1,US,150.00,150.00,2500.00 +1118908248,Space Hero Mission (US Northwest Tour),People,Photography,USD,2015-10-03,3000.00,2015-09-21 20:11:36,3160.00,successful,41,US,3160.00,3160.00,3000.00 +1118910926,viRaCube... we bring smart home to the garden,Hardware,Technology,EUR,2016-10-02,50000.00,2016-08-30 09:05:10,14948.00,canceled,37,AT,1924.93,16652.00,55699.76 +1118911431,Are children manipulated by exaggerated advertising?,Nonfiction,Publishing,USD,2012-09-13,7500.00,2012-08-14 02:00:05,1.00,failed,1,US,1.00,1.00,7500.00 +1118921651,Nightgowns music video!,Film & Video,Film & Video,USD,2011-07-26,350.00,2011-07-12 08:57:19,90.00,failed,5,US,90.00,90.00,350.00 +"1118921941,""We all need """"theRAPy"""""",Hip-Hop,Music,USD,2011-12-28,25000.00,2011-10-29 04:13:28,150.00,failed,2,US,150.00,150.00,25000.00" +1118925266,Seven Means Seven,Rock,Music,USD,2015-02-13,2500.00,2015-01-14 18:17:16,0.00,failed,0,US,0.00,0.00,2500.00 +1118944338,Book of Questions,Nonfiction,Publishing,USD,2013-08-11,12854.00,2013-07-12 21:02:06,380.00,failed,6,US,380.00,380.00,12854.00 +111894781,Mente En Duelo,Shorts,Film & Video,MXN,2017-10-13,90000.00,2017-09-13 01:01:11,8500.00,failed,10,MX,28.25,448.38,4747.59 +1118948049,The FidgetStik - An EDC discrete minimalist fidget deterrent,Product Design,Design,USD,2017-03-30,1500.00,2017-02-28 17:19:11,152.00,canceled,7,US,64.00,152.00,1500.00 +1118955085,4DoGG 2016 - Gamer Nation Con 3,Tabletop Games,Games,USD,2015-11-06,5000.00,2015-10-12 06:52:11,8601.00,successful,102,US,8601.00,8601.00,5000.00 +"111895901,""""""El Muchachos"""" - A student thesis film"",Shorts,Film & Video,USD,2011-11-11,1000.00,2011-09-22 18:26:20,0.00,failed,0,US,0.00,0.00,1000.00" +1118964748,FAN PROJECT : AudioBook For 'The Five' by Bruce E. Scott,Art,Art,USD,2015-10-08,100.00,2015-09-08 17:23:16,0.00,failed,0,US,0.00,0.00,100.00 +"1118968331,""Kubixl, British Knitwear"",Accessories,Fashion,GBP,2014-09-01,3000.00,2014-08-08 08:27:53,3500.00,successful,83,GB,5899.71,5703.58,4888.78" +"1118972107,""Pre-order the BASS ACKWARDS Special """"Sundance Edition"""" DVD"",Documentary,Film & Video,USD,2010-03-02,1500.00,2010-02-11 01:54:41,2050.00,successful,38,US,2050.00,2050.00,1500.00" +111899114,Route 35mm,Photography,Photography,USD,2012-10-01,6500.00,2012-09-08 01:29:44,25.00,failed,1,US,25.00,25.00,6500.00 +1119006246,Katherine Sabbath - Greatest Hits: A Pop-Up Cake Cookbook,Art Books,Publishing,AUD,2016-12-18,227000.00,2016-11-08 09:51:56,260361.00,successful,2747,AU,0.00,186719.02,162794.03 +1119006748,2015 David Elliott Memorial and Games Booklet,Games,Games,USD,2015-10-27,600.00,2015-09-17 02:44:47,600.00,successful,11,US,600.00,600.00,600.00 +1119010017,Hwoarang's Room,Hip-Hop,Music,USD,2016-11-21,10000.00,2016-10-22 03:24:26,1.00,failed,1,US,0.00,1.00,10000.00 +"1119020579,""Trailhead Adventure Pant | Packable, Durable, & Stain Proof"",Product Design,Design,USD,2017-04-21,15000.00,2017-03-07 13:15:11,424466.00,successful,4833,US,5468.00,424466.00,15000.00" +1119023999,Urbane Sophisticate (Canceled),Journalism,Journalism,USD,2011-12-13,14567.87,2011-10-14 20:07:37,0.00,canceled,0,US,0.00,0.00,14567.87 +1119026979,Experiment Z: Multiplayer Zombie Survival on Mobile,Mobile Games,Games,CAD,2015-11-10,50000.00,2015-10-11 01:12:37,30.00,canceled,2,CA,23.09,22.55,37579.86 +"1119033367,""A new and improved bfast/bakery named """"Once Upon a Pie..."""""",Restaurants,Food,USD,2016-03-13,250000.00,2016-01-13 01:26:17,36.00,failed,2,US,36.00,36.00,250000.00" +1119035427,FinShield - Ergonomic Stainless Steel Hand Shield,Product Design,Design,GBP,2015-05-23,2000.00,2015-04-08 11:53:53,2192.00,successful,105,GB,3266.61,3344.42,3051.48 +1119037214,Pillow Key Chain (Canceled),Accessories,Fashion,USD,2015-06-28,1500.00,2015-05-29 18:04:16,285.00,canceled,34,US,285.00,285.00,1500.00 +1119038243,SICK TO DEATH! A Film About Thyroid Disease & Corruption,Documentary,Film & Video,USD,2015-04-12,10000.00,2015-03-10 06:29:04,32116.00,successful,509,US,32116.00,32116.00,10000.00 +1119041533,INDIGO NIGHTINGALE - MICHELLE ZANGARA,Jazz,Music,USD,2012-04-03,25000.00,2012-03-04 19:44:22,85.00,failed,4,US,85.00,85.00,25000.00 +1119042470,Pedal Plate: Get more out of your road-bike!,Product Design,Design,EUR,2017-05-24,6500.00,2017-04-24 18:35:19,6921.00,successful,218,NL,13.94,7748.72,7277.37 +1119046448,Coming To My Senses,Documentary,Film & Video,USD,2015-07-02,60000.00,2015-06-01 16:35:42,60171.00,successful,254,US,60171.00,60171.00,60000.00 +"1119049944,Arnela's Life; A Documentary about exploited Bosnian orphans,Video,Journalism,USD,2016-03-16,50000.00,2016-02-15 03:35:44,103.00,failed,4,US,103.00,103.00,50000.00" +111905423,15 HOURS OF A DREAMER,World Music,Music,NOK,2017-02-19,420000.00,2017-01-01 10:31:23,5444.00,failed,5,NO,0.00,653.60,50425.01 +1119061165,3d Printer shop in London Ontario,3D Printing,Technology,CAD,2017-08-09,10000.00,2017-06-10 08:19:37,0.00,failed,0,CA,0.00,0.00,7866.58 +1119081947,Po-Rum-Bo - A card matching game with an intersecting twist,Tabletop Games,Games,USD,2012-05-29,10000.00,2012-04-06 15:05:22,1811.00,failed,33,US,1811.00,1811.00,10000.00 +1119085097,Saving the planet the natural way with trees and bamboo.,Web,Technology,USD,2015-06-08,2500.00,2015-05-11 20:26:30,125.00,failed,2,US,125.00,125.00,2500.00 +"1119086764,""The Jubilee: It's a Tree, a Light, and a Celebration."",Product Design,Design,USD,2016-08-02,15000.00,2016-06-21 16:56:41,23486.00,successful,126,US,17009.00,23486.00,15000.00" +1119091797,Meshugene Divas,Classical Music,Music,USD,2011-05-15,4500.00,2011-04-05 04:13:20,4570.00,successful,122,US,4570.00,4570.00,4500.00 +111910616,Plymouth's International Tabletop Day 2016,Live Games,Games,GBP,2016-03-27,100.00,2016-03-13 17:05:25,106.00,successful,11,GB,151.85,151.68,143.10 +"1119107383,""Laura Estes Photo: Madison, Etc."",Photography,Photography,USD,2013-02-07,100.00,2013-01-08 18:36:33,230.00,successful,7,US,230.00,230.00,100.00" +1119110313,OxyGear (Canceled),Childrenswear,Fashion,USD,2014-08-20,5000.00,2014-07-21 23:01:13,626.00,canceled,4,US,626.00,626.00,5000.00 +1119119367,Lesbian Zombies from Outer Space - The Comic Book,Comic Books,Comics,USD,2014-11-12,3000.00,2014-10-14 14:09:02,3233.50,successful,107,US,3233.50,3233.50,3000.00 +"1119122774,""Help me start a fair media company, Trump Media"",Video,Journalism,USD,2017-01-21,100000000.00,2016-11-22 06:41:27,1.00,failed,1,US,0.00,1.00,100000000.00" +1119128850,Into the Wild,Art,Art,GBP,2013-07-15,2200.00,2013-06-15 13:29:58,2411.00,successful,41,GB,3786.29,3679.23,3357.24 +1119134355,Foil Standard Edition Playing Cards,Playing Cards,Games,USD,2016-04-11,9000.00,2016-03-12 17:01:21,3519.00,failed,118,US,3519.00,3519.00,9000.00 +1119142826,Foodfolio - The Social Recipe Box,Food,Food,USD,2010-11-26,10000.00,2010-10-27 16:57:59,2581.02,failed,17,US,2581.02,2581.02,10000.00 +1119151573,MONSTER NINJAS: deluxe hardcover graphic novel,Comics,Comics,USD,2012-06-19,6500.00,2012-05-20 03:40:22,3771.00,failed,67,US,3771.00,3771.00,6500.00 +1119153230,3EBC Submarine,Hardware,Technology,GBP,2014-09-19,5000.00,2014-08-20 22:42:25,14.00,failed,4,GB,23.41,22.88,8170.34 +1119164126,Global Science Solution Network,Software,Technology,USD,2014-08-19,100000.00,2014-06-21 01:49:28,36.00,failed,4,US,36.00,36.00,100000.00 +1119180347,Treasure the Moment,Jewelry,Fashion,USD,2016-02-04,6500.00,2016-01-05 03:38:13,0.00,failed,0,US,0.00,0.00,6500.00 +"1119188676,""""""Richard III"""" an Opera by Karen Griebling"",Classical Music,Music,USD,2015-05-20,15000.00,2015-03-21 21:46:04,1256.00,failed,21,US,1256.00,1256.00,15000.00" +111919128,The Musicianer - Digital Series Pilot Episode,Film & Video,Film & Video,USD,2017-05-27,39000.00,2017-04-27 14:37:35,41256.00,successful,322,US,2333.00,41256.00,39000.00 +1119194944,Publishing my fiction novel Alexander's Trial By Nature,Fiction,Publishing,USD,2016-04-12,10000.00,2016-03-13 05:27:00,0.00,canceled,0,US,0.00,0.00,10000.00 +1119197722,Workhorse Rye: Redefining Whiskey & Bitters!,Drinks,Food,USD,2014-03-03,25000.00,2014-01-25 18:01:32,32640.69,successful,597,US,32640.69,32640.69,25000.00 +1119198978,He Served The Empire,Shorts,Film & Video,GBP,2017-08-18,6305.00,2017-07-19 19:49:02,1052.69,failed,16,GB,774.67,1355.28,8117.36 +"1119206177,""Caylia Chaiken:The Date Whisperer, a new original musical"",Theater,Theater,USD,2011-12-20,20000.00,2011-10-21 17:13:17,1741.00,failed,23,US,1741.00,1741.00,20000.00" +1119211262,Artist Residency on World Heritage Listed Fraser Island,Art,Art,AUD,2015-07-04,3900.00,2015-06-06 07:28:40,5084.00,successful,30,AU,3913.79,3797.43,2913.06 +1119212665,bmad,Fashion,Fashion,USD,2013-06-17,10000.00,2013-05-07 22:07:18,10002.50,successful,44,US,10002.50,10002.50,10000.00 +"1119230202,""""""TruFlavorWare"""" ® taste-free, Eco-friendy Tabletop Flatware"",Food,Food,USD,2015-12-15,25000.00,2015-11-09 06:43:45,288.00,failed,12,US,288.00,288.00,25000.00" +1119233805,Wabi Nabe Cast Iron Pot,Product Design,Design,USD,2011-10-28,8700.00,2011-09-28 09:28:21,28919.00,successful,160,US,28919.00,28919.00,8700.00 +"1119238328,""""""Moon Mermaid and the Treasure of Friendship"""" Book"",Children's Books,Publishing,USD,2014-04-20,13700.00,2014-03-21 20:21:08,2268.00,failed,48,US,2268.00,2268.00,13700.00" +1119240116,Wages Seeks 'Seekers' To Switch Sand Into Sound & Lots More,Indie Rock,Music,USD,2015-02-14,4000.00,2015-01-15 17:29:36,4109.00,successful,81,US,4109.00,4109.00,4000.00 +1119244768,Misia London Jewellery (Canceled),Jewelry,Fashion,GBP,2015-12-17,3500.00,2015-11-17 09:00:08,231.00,canceled,3,GB,351.39,344.47,5219.21 +111925692,Attacking the Darkness - A Feature Mockumentary,Comedy,Film & Video,USD,2016-07-02,25000.00,2016-06-01 18:00:13,26499.71,successful,961,US,26499.71,26499.71,25000.00 +"1119260423,""Regrets, a short film by Such and Such Productions"",Shorts,Film & Video,USD,2011-06-16,3000.00,2011-05-17 20:17:42,3530.00,successful,41,US,3530.00,3530.00,3000.00" +1119264775,The Illustrious Illustrations of Señor Warren,Illustration,Art,USD,2014-08-30,1000.00,2014-07-31 21:02:38,235.00,failed,9,US,235.00,235.00,1000.00 +1119275027,Leaf Bagging,Product Design,Design,USD,2014-11-28,2200.00,2014-10-28 19:31:05,0.00,failed,0,US,0.00,0.00,2200.00 +1119275690,Mary Tudor: UK Debut,Painting,Art,GBP,2012-12-12,5000.00,2012-11-17 12:44:21,796.00,failed,11,GB,1262.43,1283.11,8059.71 +1119279041,New and different Country Artist!,Country & Folk,Music,USD,2011-08-25,7000.00,2011-07-11 16:38:35,205.00,failed,14,US,205.00,205.00,7000.00 +1119280641,MY NIGHT IN A SWINGERS' BAR (Canceled),Web,Journalism,GBP,2016-02-27,150.00,2016-01-28 22:38:18,0.00,canceled,0,GB,0.00,0.00,212.37 +1119284364,Artwork Collection,Graphic Design,Design,USD,2012-10-22,5000.00,2012-08-23 20:41:28,0.00,failed,0,US,0.00,0.00,5000.00 +1119285172,FIT STYLE: Fashion Meal Bags Designed For The Fit Lifestyle.,Fashion,Fashion,USD,2016-06-05,10000.00,2016-04-06 20:47:33,3268.00,failed,26,US,3268.00,3268.00,10000.00 +1119294634,If Not For Love...,Music,Music,USD,2016-02-12,20000.00,2016-01-12 17:42:18,31255.00,successful,366,US,31255.00,31255.00,20000.00 +1119307405,Help Save the Universe with ImmortalStarMasters!,Tabletop Games,Games,USD,2011-01-27,20000.00,2010-12-01 07:11:12,0.00,failed,0,US,0.00,0.00,20000.00 +1119311963,From My Soul to Yours - Andrew Fisher's Debut Album,Jazz,Music,USD,2014-10-27,11000.00,2014-09-05 18:01:11,1096.00,failed,32,US,1096.00,1096.00,11000.00 +1119331109,THE SHIFT Independent Feature Film,Narrative Film,Film & Video,USD,2012-01-02,15000.00,2011-11-18 03:37:39,15000.00,successful,55,US,15000.00,15000.00,15000.00 +1119335192,Dosed: A Medicated Generation Grows Up,Journalism,Journalism,USD,2010-12-06,2000.00,2010-10-22 02:22:05,2379.00,successful,68,US,2379.00,2379.00,2000.00 +"111933701,Groove Witness First Album Recording Project!,Music,Music,USD,2014-11-20,2500.00,2014-10-21 05:38:21,3053.00,undefined,0,""N,0"""""",,3053.00,2500.00" +1119348860,Goodbye Majesty - Lamentations,Music,Music,USD,2015-08-12,550.00,2015-07-13 03:02:35,620.00,successful,13,US,620.00,620.00,550.00 +1119350605,Walli Wearables - Smart Wallet,Wearables,Technology,USD,2016-06-17,35000.00,2016-05-18 18:08:30,217363.00,successful,2044,US,217363.00,217363.00,35000.00 +1119353330,Cinderella - An Egyptian Story,Theater,Theater,USD,2013-08-01,750.00,2013-07-02 08:15:23,150.00,failed,6,US,150.00,150.00,750.00 +"1119360147,""""""Don't Be That Guy"""" card game"",Playing Cards,Games,USD,2015-08-02,2500.00,2015-07-02 12:41:12,2590.00,successful,37,US,2590.00,2590.00,2500.00" +1119362485,CON-Artists,Documentary,Film & Video,USD,2016-06-30,15000.00,2016-05-31 22:00:49,1572.00,failed,18,US,1572.00,1572.00,15000.00 +1119365023,inCync - The Bluetooth Speaker that Clips to Anything.,Product Design,Design,USD,2013-10-17,75000.00,2013-09-17 16:56:20,5122.00,canceled,66,US,5122.00,5122.00,75000.00 +111937396,Mister Lunch / Lunch Delivery,Food,Food,CHF,2015-09-19,50000.00,2015-08-20 18:35:19,0.00,failed,0,CH,0.00,0.00,51048.54 +1119391255,The Guardians: Explore *Remastered*,Tabletop Games,Games,USD,2015-10-15,10000.00,2015-09-15 19:27:27,21981.00,successful,433,US,21981.00,21981.00,10000.00 +1119395003,The Snowden traveler and expat wallet,Fashion,Fashion,USD,2013-11-26,12000.00,2013-10-22 17:38:49,4394.00,failed,98,US,4394.00,4394.00,12000.00 +111939707,Atlantic & Pacific First Webisode,Webseries,Film & Video,USD,2012-05-30,6000.00,2012-04-30 17:32:09,550.00,failed,8,US,550.00,550.00,6000.00 +1119401696,The Brooklyn Hi Art Machine 2011,Public Art,Art,USD,2011-07-12,500.00,2011-05-28 15:57:37,611.00,successful,20,US,611.00,611.00,500.00 +1119410928,Hope Reigns - Beyond 2012,Nonfiction,Publishing,USD,2012-06-21,30000.00,2012-05-18 20:28:28,150.00,failed,1,US,150.00,150.00,30000.00 +1119425552,Cabbit Y. Tutelary - Phase II,Animation,Film & Video,USD,2011-11-19,1500.00,2011-10-14 01:15:01,1760.00,successful,37,US,1760.00,1760.00,1500.00 +1119426566,Golf Ball (Canceled),Product Design,Design,CAD,2015-01-20,18000.00,2014-12-15 19:44:10,0.00,canceled,0,CA,0.00,0.00,14462.48 +1119429141,'Fire at Will' - Zulu War 1879,Games,Games,GBP,2016-10-18,350.00,2016-09-23 21:02:04,510.00,successful,10,GB,236.04,621.57,426.57 +111943135,TIMBR | A Moment in Time,Product Design,Design,USD,2014-12-31,18000.00,2014-11-27 00:23:18,927.00,failed,17,US,927.00,927.00,18000.00 +1119432511,Exhibition of Blown Glass Art,Sculpture,Art,USD,2012-04-19,3500.00,2012-03-20 01:25:53,3755.00,successful,48,US,3755.00,3755.00,3500.00 +1119432859,History on Wheels,Experimental,Theater,USD,2014-09-13,500.00,2014-08-14 17:31:05,1140.00,successful,27,US,1140.00,1140.00,500.00 +1119436385,Welcome to the Jungle,Animals,Photography,AUD,2014-06-20,2500.00,2014-05-23 15:27:41,2841.00,successful,72,AU,2631.53,2670.36,2349.84 +1119439618,Adventures of a Nobody ,Documentary,Film & Video,USD,2011-01-01,3000.00,2010-10-12 17:57:56,3310.00,successful,21,US,3310.00,3310.00,3000.00 +"111944244,""Kyle """"TUMBLEWEED"""" Fletcher's Legacy Album"",Music,Music,USD,2015-06-29,2500.00,2015-06-15 21:49:28,3490.00,undefined,0,""N,0"""""",,3490.00,2500.00" +1119445776,tamarastephensmusic,R&B,Music,USD,2016-11-21,7000.00,2016-10-22 09:55:56,501.00,failed,5,US,0.00,501.00,7000.00 +1119455475,2nd Contemporary Israeli Dance Week in NYC,Dance,Dance,USD,2012-11-26,7500.00,2012-10-26 02:41:55,7502.00,successful,67,US,7502.00,7502.00,7500.00 +1119460688,Sleepless Thoughts Mixtape (Canceled),Hip-Hop,Music,USD,2014-10-15,2200.00,2014-09-12 22:55:39,0.00,canceled,0,US,0.00,0.00,2200.00 +111946397,TriwikiGames WW II,Games,Games,DKK,2015-11-13,30000.00,2015-10-19 15:40:36,255.00,failed,5,DK,38.79,36.79,4328.32 +1119464320,Luna & Cosmo,Children's Books,Publishing,USD,2015-12-08,99.00,2015-11-08 21:59:10,100.00,successful,3,US,100.00,100.00,99.00 +"1119469883,""""""The White Feather"""" - A Comedy in Two Acts by Lorenzo Fiuzzi"",Theater,Theater,USD,2011-05-20,500.00,2011-04-20 22:44:52,1850.00,successful,18,US,1850.00,1850.00,500.00" +111947874,She Kills Monsters,Plays,Theater,USD,2016-07-15,250.00,2016-06-08 02:31:42,375.00,successful,9,US,375.00,375.00,250.00 +1119481080,Becoming Global: Bilingual Ukrainian-English Picturebooks,Children's Books,Publishing,USD,2014-06-18,5000.00,2014-04-29 22:10:18,5000.00,successful,51,US,5000.00,5000.00,5000.00 +"1119481573,""""""The Spirit of Dogie Long"""" - Audiobook (Canceled)"",Fiction,Publishing,USD,2013-04-19,25000.00,2013-03-07 22:48:18,475.00,canceled,7,US,475.00,475.00,25000.00" +"1119484243,""Turning Conundrum, the Novel, into a Print Book"",Fiction,Publishing,USD,2012-08-30,1400.00,2012-07-30 23:12:41,1475.00,successful,37,US,1475.00,1475.00,1400.00" +111948430,Bettyzoo Tattoo,Art,Art,DKK,2015-11-11,30000.00,2015-10-12 19:13:36,300.00,failed,1,DK,45.67,43.28,4328.32 +1119487462,2016 - Presidential Pong,Mobile Games,Games,USD,2016-07-31,5000.00,2016-07-01 05:10:57,163.00,failed,7,US,151.00,163.00,5000.00 +1119490041,Christian Tee's & More,Fashion,Fashion,USD,2014-09-05,1700.00,2014-08-06 20:45:24,1795.00,successful,21,US,1795.00,1795.00,1700.00 +1119490238,The Other Face of the World Cup,People,Photography,USD,2014-06-19,3000.00,2014-05-20 22:36:28,790.00,failed,23,US,790.00,790.00,3000.00 +"1119497850,""A Swift Kick(start) in the Butt To Bring """"Home"""" to the Stage"",Dance,Dance,USD,2013-04-12,250.00,2013-03-29 02:46:54,455.00,successful,12,US,455.00,455.00,250.00" +1119501440,Season Chasers Summer in Alaska,Narrative Film,Film & Video,USD,2012-03-28,18000.00,2012-02-17 20:05:06,5.00,failed,1,US,5.00,5.00,18000.00 +1119502162,Bling Suds (Canceled),Fashion,Fashion,USD,2012-03-03,2000.00,2012-02-02 21:21:56,0.00,canceled,0,US,0.00,0.00,2000.00 +1119506749,Da Fat Boyz BBQ at Depoe Bay,Restaurants,Food,USD,2015-11-21,1000.00,2015-10-22 23:15:10,80.00,failed,2,US,80.00,80.00,1000.00 +"1119508031,""""""The Hair-Art Gallery"""" Volume 1 book"",Art Books,Publishing,USD,2014-04-05,47000.00,2014-03-05 06:26:36,1.00,failed,1,US,1.00,1.00,47000.00" +1119509811,INCLUSION: A Game that combines Table Tennis and Racquetball,Tabletop Games,Games,USD,2013-07-31,30000.00,2013-06-01 03:25:16,6885.00,failed,22,US,6885.00,6885.00,30000.00 +1119514745,Fever - a workshop production,Plays,Theater,USD,2016-07-11,2885.00,2016-06-13 17:09:20,2485.00,failed,10,US,2485.00,2485.00,2885.00 +1119515005,Flesh Tone Adhesive Binding Strips,Accessories,Fashion,USD,2015-02-27,3000.00,2015-01-28 01:28:04,23.00,failed,4,US,23.00,23.00,3000.00 +1119516786,Anything to say?_ a public art project for freedom.,Sculpture,Art,GBP,2015-01-01,100000.00,2014-11-02 16:33:05,31940.00,failed,322,GB,51094.35,49314.48,154397.23 +1119519786,Gomorrah Part II & III - The Short Film Series,Shorts,Film & Video,GBP,2015-03-07,400.00,2015-02-05 00:07:26,435.00,successful,20,GB,653.90,642.97,591.23 +1119546099,D'Vicious Designs LLC: G2G by Gina D,Apparel,Fashion,USD,2016-03-02,1200.00,2016-01-02 05:32:31,100.00,failed,1,US,100.00,100.00,1200.00 +"1119546380,""STAGE WATCH """"Beyond Your Imagination"""" - Swiss movement"",Product Design,Design,HKD,2017-09-30,100000.00,2017-08-31 17:59:38,33740.00,failed,11,HK,4272.85,4322.21,12810.33" +1119546805,Crash Testerz: The Movie,Film & Video,Film & Video,USD,2016-08-22,100000.00,2016-06-23 20:50:00,1.00,failed,1,US,0.00,1.00,100000.00 +1119557380,The Charge Cycle,Design,Design,USD,2012-12-10,50000.00,2012-11-03 02:03:51,1248.00,failed,15,US,1248.00,1248.00,50000.00 +1119557856,D2 Mag: Digital Magazine for Dota 2,Periodicals,Publishing,USD,2014-11-10,1500.00,2014-10-01 08:57:12,40.00,failed,2,US,40.00,40.00,1500.00 +111956782,Slain!,Video Games,Games,USD,2015-03-27,12000.00,2015-02-25 20:50:30,19395.84,successful,1013,US,19395.84,19395.84,12000.00 +1119570353,TREND-- UCSD's Fashion Magazine,Fashion,Fashion,USD,2011-09-29,800.00,2011-09-08 01:45:10,800.00,successful,6,US,800.00,800.00,800.00 +1119574528,Waiting - A Music Recording Project,Faith,Music,USD,2014-08-18,2200.00,2014-06-19 06:37:01,330.00,failed,8,US,330.00,330.00,2200.00 +"1119578122,""BLAZE Cooking System for Hiking, Camping, Expeditions and ……"",Product Design,Design,USD,2016-03-14,8500.00,2016-02-18 14:06:02,11068.00,suspended,150,US,11068.00,11068.00,8500.00" +1119580275,The Rise of Red Moon Comic Book,Comics,Comics,USD,2013-08-04,1800.00,2013-06-20 02:21:57,2001.00,successful,67,US,2001.00,2001.00,1800.00 +"1119580637,VALENCIA,Film & Video,Film & Video,USD,2015-08-10,4000.00,2015-07-30 20:16:07,228.00,undefined,0,""N,0"""""",,228.00,4000.00" +1119598264,Craft Beer Research (Masters Thesis),Drinks,Food,NZD,2016-04-16,1000.00,2016-02-16 09:23:22,6.00,failed,2,NZ,3.99,4.13,688.28 +1119601618,Craft Beer Vault,Drinks,Food,USD,2014-10-15,25000.00,2014-09-05 17:18:05,11.00,failed,2,US,11.00,11.00,25000.00 +1119602718,The Death of a Projectionist,Drama,Film & Video,GBP,2014-11-25,5000.00,2014-10-29 13:13:21,5680.00,successful,44,GB,9161.01,8915.26,7847.94 +"1119608338,""""""The Pradys"""" - A Comedic Short Film"",Shorts,Film & Video,USD,2013-06-09,5000.00,2013-05-10 00:38:11,6671.00,successful,33,US,6671.00,6671.00,5000.00" +1119610673,Silent Status - iPhone app & accessory for social signaling.,Product Design,Design,USD,2011-06-28,45000.00,2011-06-14 12:28:25,125.00,failed,5,US,125.00,125.00,45000.00 +"1119613549,""""""As Seasons Change"""" by Rae-Myra Hilliard"",Classical Music,Music,USD,2013-09-19,2500.00,2013-08-22 05:54:35,2885.00,successful,64,US,2885.00,2885.00,2500.00" +1119622195,My Little Po-Mo Volume 3,Nonfiction,Publishing,USD,2015-03-04,1000.00,2015-02-02 18:00:42,1101.00,successful,25,US,1101.00,1101.00,1000.00 +1119624525,The Perfect Visitor (Canceled),Fantasy,Film & Video,USD,2014-10-29,75000.00,2014-09-29 22:31:54,150.00,canceled,2,US,150.00,150.00,75000.00 +"1119628570,""Men Of Thrift: Men's Style, Fashion & Consignment Clothing"",Ready-to-wear,Fashion,USD,2016-02-26,230.00,2016-01-27 00:36:30,0.00,failed,0,US,0.00,0.00,230.00" +1119637067,VOLTOWER: Patented Height-Adjustable POWER STATION!,Product Design,Design,USD,2016-04-03,188888.00,2016-02-03 06:57:08,37391.00,canceled,338,US,37391.00,37391.00,188888.00 +1119648233,GBS Detroit Presents Mass Solo Revolt,Indie Rock,Music,USD,2012-06-08,600.00,2012-05-24 21:05:01,600.00,successful,21,US,600.00,600.00,600.00 +1119649218,LapLite: The Most Futuristic Mobile Workstation Ever Made,Product Design,Design,USD,2017-02-25,3500.00,2017-01-26 23:19:52,861.00,failed,15,US,351.00,861.00,3500.00 +1119661006,opening the netherworld.,Film & Video,Film & Video,USD,2012-06-14,20000.00,2012-05-03 23:39:11,0.00,failed,0,US,0.00,0.00,20000.00 +1119683536,Bring Frank N. Foode™ to Life!,Crafts,Crafts,USD,2014-03-08,10000.00,2014-02-05 17:58:19,14157.00,successful,210,US,14157.00,14157.00,10000.00 +1119687039,The Camera Goat,Product Design,Design,USD,2014-08-17,40000.00,2014-07-18 16:47:06,4576.00,failed,28,US,4576.00,4576.00,40000.00 +1119691355,Start-up Coin,Product Design,Design,USD,2015-08-07,500.00,2015-06-23 17:25:38,19.00,failed,3,US,19.00,19.00,500.00 +1119693295,Beneath Nexus - An Asymmetrical Dungeon Crawling Card Game,Tabletop Games,Games,USD,2016-08-31,20000.00,2016-08-01 17:00:10,27634.00,successful,638,US,5794.00,27634.00,20000.00 +"1119694873,""Neuroon Open: Smartest Sleep, Dream and Meditation Device"",Wearables,Technology,USD,2017-07-27,100000.00,2017-06-27 19:02:49,357769.00,successful,2125,US,104223.00,357769.00,100000.00" +1119696058,Throne of Bacon,Sculpture,Art,USD,2014-11-30,50000.00,2014-10-01 07:15:35,652.00,failed,14,US,652.00,652.00,50000.00 +1119699049,???? - I_C_I_L_I_N,World Music,Music,USD,2015-03-04,5000.00,2015-01-18 13:06:30,51.00,failed,2,US,51.00,51.00,5000.00 +111970423,Parkhurst Field - A True American Story,Film & Video,Film & Video,USD,2014-12-15,75000.00,2014-10-16 19:35:49,0.00,failed,0,US,0.00,0.00,75000.00 +1119709727,KreatiiveNative: Aspire to Inspire,Photobooks,Photography,USD,2016-01-01,30000.00,2015-12-02 03:06:12,0.00,failed,0,US,0.00,0.00,30000.00 +"1119716107,""""""LGBTQueerstory"""" a Gay History Web Series"",Animation,Film & Video,USD,2014-08-01,4700.00,2014-06-17 22:40:56,4785.00,successful,50,US,4785.00,4785.00,4700.00" +1119720205,Do You Take This Man,Narrative Film,Film & Video,USD,2016-07-02,35000.00,2016-06-02 18:23:12,38087.00,successful,416,US,38087.00,38087.00,35000.00 +1119722742,See Charlie Go !,Art,Art,USD,2014-11-29,97.00,2014-10-30 18:37:20,0.00,failed,0,US,0.00,0.00,97.00 +"1119727463,""2nd Oxford Blues Festival, """"Just a Reason to Celebrate!"""""",Music,Music,USD,2011-07-15,3000.00,2011-06-28 15:24:05,0.00,failed,0,US,0.00,0.00,3000.00" +1119728097,NeoExodus Novellas Fiction: Grand Theft Exodus,Fiction,Publishing,USD,2011-12-22,3000.00,2011-10-27 01:16:16,295.00,failed,8,US,295.00,295.00,3000.00 +1119728605,At Home With Mystic,Narrative Film,Film & Video,USD,2014-12-01,20000.00,2014-11-10 00:41:35,20000.00,successful,77,US,20000.00,20000.00,20000.00 +1119736899,CelebriTHC on Cannabis and Cures,Film & Video,Film & Video,USD,2016-10-15,2350000.00,2016-09-19 17:28:42,0.00,failed,0,US,0.00,0.00,2350000.00 +1119747523,Dragon Slayer,Comic Books,Comics,USD,2013-04-01,2000.00,2013-03-01 07:02:39,5137.00,successful,218,US,5137.00,5137.00,2000.00 +111975603,Sunset Hearts: New 2014 Album,Music,Music,USD,2014-08-04,500000.00,2014-06-05 22:45:44,9.89,failed,2,US,9.89,9.89,500000.00 +1119758893,The T.A.R.D.I.S. Project 2017,Public Art,Art,USD,2017-03-06,985.00,2017-02-03 00:56:57,15.00,failed,3,US,45.00,15.00,985.00 +1119768500,A Soldiers Heart,Fiction,Publishing,USD,2015-05-16,4000.00,2015-03-17 22:10:12,0.00,failed,0,US,0.00,0.00,4000.00 +1119772099,Fried Rice,Food,Food,USD,2014-08-07,10.00,2014-07-08 02:33:33,74.00,successful,6,US,74.00,74.00,10.00 +1119775706,cootwo: CO and O2 dual-gas analyzer for SCUBA divers.,Hardware,Technology,USD,2015-07-16,25000.00,2015-06-16 20:57:05,51418.00,successful,184,US,51418.00,51418.00,25000.00 +1119782160,The DPS Magic Co. - Six Project Launch (Canceled),Performance Art,Art,GBP,2013-11-29,850.00,2013-10-22 23:28:39,70.00,canceled,3,GB,113.13,114.41,1389.30 +1119784544,scriblr. (Suspended),Apps,Technology,GBP,2015-01-04,1000.00,2014-12-05 22:49:28,1.00,suspended,1,GB,1.57,1.51,1514.69 +1119786725,IMPLICATION - a short drama,Drama,Film & Video,GBP,2014-11-23,300.00,2014-10-24 15:05:27,605.00,successful,13,GB,970.91,949.60,470.88 +1119790439,The Epidamnus Precept - a novel,Fiction,Publishing,USD,2015-04-02,9000.00,2015-03-03 15:44:18,440.00,failed,10,US,440.00,440.00,9000.00 +1119791671,Lock Your Dog,Technology,Technology,EUR,2017-02-19,70000.00,2017-01-10 12:34:57,1348.00,canceled,24,DE,40.00,1430.09,74262.68 +1119795410,Beacon Alley Skateboards,Product Design,Design,USD,2014-07-26,10000.00,2014-06-26 02:12:49,3435.00,failed,32,US,3435.00,3435.00,10000.00 +1119798183,The Haven Bookstore Fund,Events,Comics,USD,2015-08-09,8000.00,2015-06-10 16:15:18,40.00,failed,4,US,40.00,40.00,8000.00 +1119807341,The Whiz Biz Kidz Quiz Show - a weekly financial literacy game show for kids K-12.,Webseries,Film & Video,USD,2010-01-01,500.00,2009-10-26 03:58:51,100.01,failed,1,US,100.01,100.01,500.00 +"1119812180,""""""Get a Life: A Web Series"""""",Webseries,Film & Video,USD,2013-07-01,5000.00,2013-05-23 15:24:17,5050.00,successful,88,US,5050.00,5050.00,5000.00" +1119816112,HELP MAKE THE CHILDRENS DREAMS COME TRUE (Canceled),Art,Art,USD,2014-03-14,25000.00,2014-02-12 21:20:43,0.00,canceled,0,US,0.00,0.00,25000.00 +1119816363,The Local Branch - Made Throughout America,Fashion,Fashion,USD,2013-12-28,15000.00,2013-11-28 16:54:43,15317.00,successful,121,US,15317.00,15317.00,15000.00 +1119819325,Killa Wasi Food Bus,Food Trucks,Food,USD,2016-11-30,15000.00,2016-10-27 00:23:07,101.00,failed,1,US,0.00,101.00,15000.00 +1119827238,my own design studio,DIY,Crafts,USD,2015-02-07,2000.00,2015-02-04 02:35:54,1.00,failed,1,US,1.00,1.00,2000.00 +111982953,Moses Patrou's Sophomore CD,Music,Music,USD,2012-09-19,3000.00,2012-08-20 06:19:17,3375.00,successful,67,US,3375.00,3375.00,3000.00 +1119838639,The Gills- Motor Running EP Release,Indie Rock,Music,USD,2012-04-09,2500.00,2012-03-10 01:28:09,3280.00,successful,33,US,3280.00,3280.00,2500.00 +1119839910,Kovo Sports Backpack,Product Design,Design,USD,2014-09-05,26000.00,2014-08-06 04:36:09,5082.00,failed,81,US,5082.00,5082.00,26000.00 +1119857611,Veteran Owned Food Truck,Food Trucks,Food,USD,2017-03-13,8000.00,2017-03-06 21:22:17,77.00,failed,3,US,50.00,77.00,8000.00 +1119861283,LuxeThreadCo,Apparel,Fashion,USD,2017-04-20,40000.00,2017-03-06 19:34:22,1.00,failed,1,US,0.00,1.00,40000.00 +1119862915,Simplify (Canceled),Apps,Technology,USD,2014-08-14,850.00,2014-07-15 00:11:14,0.00,canceled,0,US,0.00,0.00,850.00 +1119878110,Cautious Fred - A Children's Book,Children's Books,Publishing,USD,2017-07-29,1000.00,2017-06-25 18:05:31,1188.00,successful,18,US,71.00,1188.00,1000.00 +1119878683,Limited Edition Hand-Screened Vinyl LP from Atom's Rite,Rock,Music,USD,2011-02-19,660.00,2010-12-20 20:54:11,815.00,successful,20,US,815.00,815.00,660.00 +111990271,Alone Together,Shorts,Film & Video,USD,2016-01-16,1050.00,2015-12-17 16:51:36,1500.00,successful,30,US,1500.00,1500.00,1050.00 +1119910063,Paradise Lost and Other Scenes,Photography,Photography,USD,2013-04-30,3200.00,2013-04-01 23:23:52,4459.99,successful,62,US,4459.99,4459.99,3200.00 +1119910446,Street-Fighting Woman,Graphic Novels,Comics,GBP,2014-09-28,5000.00,2014-08-29 14:33:08,5502.00,successful,18,GB,9129.57,8839.69,8033.16 +"1119919349,""James McKinley, Hitchhiker"",Shorts,Film & Video,USD,2012-07-20,3500.00,2012-06-20 07:04:25,0.00,failed,0,US,0.00,0.00,3500.00" +1119941745,Molior RS: A D&D based take on Runescape,Video Games,Games,USD,2017-09-07,800.00,2017-08-08 21:27:58,30.00,failed,6,US,20.00,30.00,800.00 +1119943492,Dachshund Hot Dog Hard Enamel Pin,Accessories,Fashion,USD,2016-11-24,100.00,2016-11-17 20:42:52,190.00,successful,17,US,75.00,190.00,100.00 +1119950794,Love for my people positive tour nationwide,World Music,Music,USD,2014-12-01,77500.00,2014-10-02 22:28:10,275.00,failed,5,US,275.00,275.00,77500.00 +111995525,Geocaching Trading Cards - Terminology A-Z Series,Publishing,Publishing,USD,2012-12-29,800.00,2012-10-30 17:18:54,1052.00,successful,36,US,1052.00,1052.00,800.00 +1119957643,HomeTunnel VPN: Access your SOHO network from everywhere,Web,Technology,EUR,2016-06-19,10000.00,2016-05-25 23:02:05,912.00,failed,12,DE,1022.34,1009.22,11065.99 +1119973817,Elf Lite Christmas Ornament,Product Design,Design,CAD,2015-01-09,50000.00,2014-11-24 17:03:56,3572.00,failed,39,CA,3179.89,3022.00,42301.18 +1119974697,An Immersion in the Music and Language of Serbian Roma,World Music,Music,USD,2011-05-13,3700.00,2011-04-05 22:23:15,3932.00,successful,65,US,3932.00,3932.00,3700.00 +1119975887,She Loves You Not (Olga's Secret),Shorts,Film & Video,USD,2012-02-28,4000.00,2012-01-26 01:22:20,4000.00,successful,20,US,4000.00,4000.00,4000.00 +1119983205,Get the Album Mamá Cumbé to Latin Grammys 2013,World Music,Music,GBP,2013-06-20,5000.00,2013-05-26 09:25:52,275.00,failed,8,GB,416.05,424.76,7722.96 +111998326,Harbinger,Film & Video,Film & Video,USD,2013-03-12,4000.00,2013-02-20 22:03:09,4892.50,successful,64,US,4892.50,4892.50,4000.00 +1119996643,Mosaic Art! Thai Elephant Project,Public Art,Art,USD,2011-09-19,1100.00,2011-08-20 01:43:45,1932.00,successful,37,US,1932.00,1932.00,1100.00 +1120007501,Calculated Carelessness: An Inter-Media Installation,Mixed Media,Art,USD,2013-02-17,2600.00,2013-01-18 21:18:58,2711.00,successful,73,US,2711.00,2711.00,2600.00 +1120007689,Tragically Flawed,Art,Art,USD,2017-07-03,500000.00,2017-05-04 23:55:13,120.00,failed,2,US,100.00,120.00,500000.00 +1120010093,Cavilani - Eco Espadrille Shoes (Canceled),Fashion,Fashion,USD,2013-11-25,7000.00,2013-10-23 16:47:25,1230.00,canceled,17,US,1230.00,1230.00,7000.00 +1120021264,Pleno Ciudadano: app para la participación ciudadana,Apps,Technology,MXN,2017-01-01,200000.00,2016-11-17 00:32:50,30750.00,failed,24,MX,980.80,1445.29,9400.26 +1120025536,Visions and Faces,Photography,Photography,USD,2011-11-28,8000.00,2011-10-24 05:51:52,351.00,failed,9,US,351.00,351.00,8000.00 +"1120028181,""CINDR: Ultra Fast-Charge 5,000 Cycle Battery Pack"",Gadgets,Technology,USD,2016-01-08,100000.00,2015-11-09 20:19:40,2748.00,failed,22,US,2748.00,2748.00,100000.00" +1120035955,Don't Let 'Em Die Easy,Drama,Film & Video,USD,2015-07-05,7500.00,2015-06-08 04:28:13,7550.00,successful,48,US,7550.00,7550.00,7500.00 +112003672,Private Die: A Noir Dice Game RELAUNCH,Tabletop Games,Games,USD,2015-10-08,3000.00,2015-09-08 15:58:41,13001.00,successful,345,US,13001.00,13001.00,3000.00 +1120043686,Iron Guard Encryption (Canceled),Apps,Technology,USD,2016-05-15,2500000.00,2016-03-16 16:52:44,0.00,canceled,0,US,0.00,0.00,2500000.00 +1120044387,Incontinence bedding cover,Technology,Technology,USD,2016-07-24,200000.00,2016-06-24 01:42:08,0.00,failed,0,US,0.00,0.00,200000.00 +112008136,The Salesman!,Webcomics,Comics,CAD,2015-02-06,1500.00,2015-01-01 02:07:56,1681.00,successful,53,CA,1443.93,1350.74,1205.30 +1120095924,Around Da World In 3D Waves,Shorts,Film & Video,CAD,2014-03-08,850.00,2014-02-06 09:18:17,0.00,failed,0,CA,0.00,0.00,766.66 +1120107014,Aric Harding and the Exchange: New Album Experiment,Rock,Music,USD,2011-09-07,3000.00,2011-08-08 02:09:00,3880.00,successful,19,US,3880.00,3880.00,3000.00 +1120110693,New type of Commercial,Film & Video,Film & Video,USD,2009-10-28,5000.00,2009-07-30 16:15:49,202.00,failed,6,US,202.00,202.00,5000.00 +1120118595,Legends of the Colosseum 28mm Miniatures,Tabletop Games,Games,USD,2017-05-01,8500.00,2017-03-31 17:43:07,4978.00,failed,88,US,2271.00,4978.00,8500.00 +1120121749,Something Beginning With ...,Music,Music,GBP,2016-11-04,2500.00,2016-10-05 15:16:44,3217.00,successful,115,GB,905.86,4018.34,3122.74 +1120136690,Record Label: Bottom2thatop Entertainment LLC ,Music,Music,USD,2011-05-23,50000.00,2011-04-23 10:15:24,0.00,failed,0,US,0.00,0.00,50000.00 +1120136758,A Photographic Journey,Digital Art,Art,USD,2014-03-15,3500.00,2014-02-13 07:04:23,230.00,failed,3,US,230.00,230.00,3500.00 +"1120138308,""CREMAS,DESODORANTES,JABONES Y BLOQUEADORES 100% NATURALES"",Crafts,Crafts,USD,2017-06-30,10000.00,2017-06-14 23:48:06,22.00,failed,1,US,22.00,22.00,10000.00" +1120162001,Haus of Assembly: Shoes Made in The Bahamas,Footwear,Fashion,USD,2016-12-20,7500.00,2016-11-15 15:11:36,7847.00,successful,56,US,0.00,7847.00,7500.00 +11201727,Inspiring and Lifting Lives... Through Art!,Art,Art,USD,2011-10-12,750.00,2011-09-21 07:16:35,18.00,failed,3,US,18.00,18.00,750.00 +112017466,gbs detroit presents lawless carver,Music,Music,USD,2011-08-25,600.00,2011-07-26 17:18:11,775.00,successful,18,US,775.00,775.00,600.00 +1120175403,Return of the Golden Condor - EOTC III,Documentary,Film & Video,USD,2013-08-02,6000.00,2013-07-17 01:10:39,9015.00,successful,67,US,9015.00,9015.00,6000.00 +1120178125,A new voice for the Fredericksburg Region,Journalism,Journalism,USD,2016-11-21,6000.00,2016-09-22 17:29:26,1.00,failed,1,US,0.00,1.00,6000.00 +"1120180901,""Jared """"Pete"""" Gile's new CD: """"SMALL TOWN TROUBADOUR"""""",Country & Folk,Music,USD,2013-12-13,3500.00,2013-11-14 19:16:18,4337.00,successful,93,US,4337.00,4337.00,3500.00" +1120182242,The Vallentines,Pop,Music,AUD,2015-04-03,15000.00,2015-03-05 02:38:58,1.00,failed,1,AU,0.78,0.76,11468.77 +1120185764,The Book of Man,Poetry,Publishing,GBP,2014-05-23,1400.00,2014-04-28 11:54:45,0.00,failed,0,GB,0.00,0.00,2357.70 +1120187178,Forest saver's at Smart letters,Web,Technology,GBP,2014-12-22,3000.00,2014-11-22 17:07:03,0.00,failed,0,GB,0.00,0.00,4660.77 +"1120187664,""Tyrone Singer presents """"IAMTyFi"""" The Album (Compilation CD)"",Pop,Music,USD,2014-03-22,4200.00,2014-01-23 16:01:34,20.00,failed,2,US,20.00,20.00,4200.00" +1120190225,The Freq Reflex (V2): Improving Human Motion,Product Design,Design,GBP,2016-03-03,2000.00,2016-02-02 16:31:13,757.00,failed,12,GB,1079.31,1071.75,2831.58 +1120191324,Clairy: The Most Amazing Natural Air Purifier,Hardware,Technology,EUR,2016-04-22,89200.00,2016-03-23 07:32:52,231543.12,successful,1281,IT,260333.68,260787.87,100466.29 +1120215084,Rock Out To Knock Out,Rock,Music,USD,2015-11-25,15000.00,2015-10-26 20:14:06,22.00,failed,1,US,22.00,22.00,15000.00 +1120220872,Veroofy.com - open rent data platform (Canceled),Web,Technology,GBP,2015-10-27,72000.00,2015-10-06 13:54:50,0.00,canceled,0,GB,0.00,0.00,110446.39 +1120229089,Bounce | Life Anywhere,Web,Technology,EUR,2016-07-17,5000.00,2016-06-07 16:17:15,1185.00,failed,29,IT,1337.31,1305.15,5506.97 +"1120234524,""InZaNews.com -The web's first ever online,cool,mini newscast"",Webseries,Film & Video,USD,2014-04-25,40000.00,2014-03-26 17:21:24,25.00,failed,1,US,25.00,25.00,40000.00" +"1120240489,""Danny Dierks and the Heir of Pendragon, Young Adult Fiction"",Fiction,Publishing,USD,2013-02-26,2000.00,2013-02-01 22:08:36,50.00,failed,4,US,50.00,50.00,2000.00" +1120242556,Warden: A Multiplayer Survival Horror Game,Video Games,Games,USD,2015-03-12,10000.00,2015-02-10 05:32:49,717.00,failed,17,US,717.00,717.00,10000.00 +1120242803,Sly Guitar,Music,Music,GBP,2012-12-07,2200.00,2012-11-07 20:20:20,2377.00,successful,47,GB,3799.58,3805.39,3522.03 +1120250669,The Art Attack Group (Canceled),Art,Art,USD,2015-02-20,3000.00,2015-01-21 20:48:10,20.00,canceled,1,US,20.00,20.00,3000.00 +1120254724,AKINDO 2nd edition - REAL Japanese cultural game,Tabletop Games,Games,USD,2014-11-13,35000.00,2014-10-12 12:00:13,6458.00,failed,101,US,6458.00,6458.00,35000.00 +1120254791,Cobertura fotográfica XVII Trofeo S.M. la Reina 2015 de Vela,Photo,Journalism,EUR,2015-07-07,750.00,2015-06-18 20:03:52,237.00,failed,7,ES,266.72,265.09,838.88 +1120263128,Two Channel Animation,Animation,Film & Video,USD,2011-11-11,500.00,2011-11-01 21:34:21,10.00,failed,1,US,10.00,10.00,500.00 +1120264179,ehBook - share your knowledge,Software,Technology,EUR,2015-10-11,100000.00,2015-09-11 10:34:54,265.00,failed,3,IT,297.06,301.04,113600.22 +1120266586,Surviving PTSD,Narrative Film,Film & Video,USD,2013-07-05,25000.00,2013-05-06 23:05:56,10.00,failed,1,US,10.00,10.00,25000.00 +1120267652,KERO Cling for Apple Watch,Design,Design,USD,2015-08-29,10000.00,2015-07-26 21:57:26,3767.16,failed,176,US,3767.16,3767.16,10000.00 +1120268855,Bespoke Paper Cut Memories,Crafts,Crafts,GBP,2014-07-03,4600.00,2014-06-03 12:16:52,2704.00,failed,51,GB,4528.27,4635.61,7886.03 +1120269691,The Sparks are recording their debut EP!,Pop,Music,USD,2012-07-07,3000.00,2012-06-22 18:43:32,3055.00,successful,18,US,3055.00,3055.00,3000.00 +1120270465,BrewTroller Home Brewing Automation Controller,Gadgets,Technology,USD,2015-07-02,40000.00,2015-06-02 02:01:55,4880.00,failed,35,US,4880.00,4880.00,40000.00 +1120271372,Ruined by the Talkies,Shorts,Film & Video,USD,2012-03-17,1200.00,2012-02-22 06:28:24,1245.00,successful,31,US,1245.00,1245.00,1200.00 +1120273851,MIAMI MONSTER,Narrative Film,Film & Video,USD,2014-07-21,8000.00,2014-06-21 23:58:51,2885.00,failed,58,US,2885.00,2885.00,8000.00 +1120275423,Bible Story,Video Games,Games,USD,2013-09-09,50000.00,2013-08-10 02:13:41,76.00,failed,3,US,76.00,76.00,50000.00 +1120278522,JANE SCOTT ROCKS!,Documentary,Film & Video,USD,2014-10-22,58200.00,2014-09-18 01:09:20,5355.00,failed,70,US,5355.00,5355.00,58200.00 +1120279602,Geni. Coloured Signal Beacon.,Technology,Technology,AUD,2016-05-21,25000.00,2016-04-11 18:43:32,7335.00,failed,94,AU,5539.84,5290.68,18032.31 +1120283040,The Unearned Suffering Movie Campaign,Narrative Film,Film & Video,USD,2014-01-07,1000.00,2013-12-07 23:24:07,31.00,failed,2,US,31.00,31.00,1000.00 +"1120288385,""My Cat, My Soul's Redeemer"",Publishing,Publishing,USD,2017-04-20,1500.00,2017-04-08 15:30:51,16.00,failed,3,US,15.00,16.00,1500.00" +112029118,Format: Web Series Pilot,Webseries,Film & Video,USD,2014-04-24,3000.00,2014-03-25 20:57:16,3484.00,successful,36,US,3484.00,3484.00,3000.00 +"1120294270,""Boat, Beaches, and Bears 2: A Season of Sailing in Alaska"",Documentary,Film & Video,USD,2013-04-05,5000.00,2013-03-06 22:27:54,75.00,failed,2,US,75.00,75.00,5000.00" +1120300175,Sharkskin Apparel - Becoming an American-made brand,Fashion,Fashion,USD,2014-04-23,75000.00,2014-03-24 21:00:27,202.00,failed,4,US,202.00,202.00,75000.00 +1120307967,Basketball in the Wild,Film & Video,Film & Video,USD,2012-02-15,12000.00,2011-12-17 22:37:44,1260.00,failed,6,US,1260.00,1260.00,12000.00 +1120308538,No Walk In the Park,Shorts,Film & Video,USD,2015-10-23,3000.00,2015-09-21 21:43:42,3130.00,successful,38,US,3130.00,3130.00,3000.00 +1120312384,Project ATLWOOD Apparel,Apparel,Fashion,USD,2016-01-10,20000.00,2015-12-11 21:32:34,0.00,failed,0,US,0.00,0.00,20000.00 +1120318522,Little Lies,Drama,Film & Video,GBP,2015-06-05,5000.00,2015-05-06 21:41:26,115.00,failed,7,GB,173.88,176.31,7665.65 +1120325357,Help me buy art materials for my online store,Sculpture,Art,USD,2016-08-27,2000.00,2016-07-28 18:55:57,132.00,failed,5,US,33.00,132.00,2000.00 +"112033592,""Monsters, Beer and Booty"",Playing Cards,Games,AUD,2017-07-09,15000.00,2017-06-09 04:15:51,1123.00,failed,22,AU,290.37,871.42,11639.64" +1120340280,Community Art Studio,Art,Art,USD,2017-06-24,2000.00,2017-04-25 23:33:59,1.00,failed,1,US,0.00,1.00,2000.00 +"1120343887,""The Technology Without Cables | ENQUIRY, More Than a Game"",Playing Cards,Games,EUR,2016-11-05,5000.00,2016-10-11 13:03:40,1206.00,failed,38,ES,376.07,1315.03,5452.03" +1120348229,Sadie Clove,Narrative Film,Film & Video,USD,2012-07-17,5500.00,2012-05-18 16:44:21,1310.00,failed,21,US,1310.00,1310.00,5500.00 +1120351111,Axayacoatl - Interactive sculpture for Burning Man,Sculpture,Art,USD,2015-03-28,10000.00,2015-02-27 23:18:17,5568.00,failed,93,US,5568.00,5568.00,10000.00 +1120354780,Teenage Monster - The Comic,Comic Books,Comics,USD,2015-02-06,3500.00,2015-01-07 06:48:51,2.00,failed,2,US,2.00,2.00,3500.00 +1120356108,Create my next EP with me!,Country & Folk,Music,USD,2014-06-28,3500.00,2014-05-29 05:20:42,3540.00,successful,51,US,3540.00,3540.00,3500.00 +1120370067,Explored. The British Photobook //,Photobooks,Photography,GBP,2015-10-19,1000.00,2015-09-19 17:31:15,137.00,failed,6,GB,213.36,211.04,1540.40 +1120370217,Cyberpunk Casanova (Canceled),Video Games,Games,USD,2016-03-15,8000.00,2016-02-14 19:15:57,2434.00,canceled,114,US,2434.00,2434.00,8000.00 +1120370697,The tree house,Product Design,Design,GBP,2014-09-29,20000.00,2014-08-30 16:42:13,3.00,failed,1,GB,4.98,4.82,32132.64 +1120374414,Tilt the Pole provides maximum shade protection,Gadgets,Technology,USD,2015-08-16,150000.00,2015-07-17 21:24:29,0.00,failed,0,US,0.00,0.00,150000.00 +1120375899,KILLER BLONDE,Narrative Film,Film & Video,USD,2012-10-08,40000.00,2012-09-07 13:37:03,3875.00,failed,38,US,3875.00,3875.00,40000.00 +1120389431,JustSay-Ah,Games,Games,CAD,2014-10-18,100000.00,2014-09-16 07:45:04,700.00,failed,2,CA,630.98,624.44,89206.07 +1120390627,Black Swan Theories Debut CD,Rock,Music,USD,2011-03-04,350.00,2011-02-02 13:57:07,500.00,successful,20,US,500.00,500.00,350.00 +1120395692,The Jazzabelles Musical,Jazz,Music,GBP,2015-12-10,3000.00,2015-11-10 13:47:05,3340.00,successful,22,GB,5033.64,5062.68,4547.31 +1120397751,Between Twilight and Dawn,Fiction,Publishing,USD,2017-06-01,12000.00,2017-04-30 12:26:12,9962.00,failed,301,US,3553.00,9962.00,12000.00 +1120408361,Melanites: Celebrate Brown Boyhood,Product Design,Design,USD,2016-05-11,35000.00,2016-04-11 14:50:10,6228.00,failed,117,US,6228.00,6228.00,35000.00 +1120417482,Vibrant Body Fitness is Almost Here!,Dance,Dance,USD,2016-05-01,8000.00,2016-04-10 01:14:31,8290.00,successful,26,US,8290.00,8290.00,8000.00 +112042130,Bright Greens Smoothie Shakers - Shake It Up! (Canceled),Drinks,Food,USD,2015-09-16,40000.00,2015-08-17 17:30:34,11961.00,canceled,53,US,11961.00,11961.00,40000.00 +"1120434224,America's Last WW 1 Survivor; The Story of Frank Buckles,Documentary,Film & Video,USD,2011-04-03,150000.00,2011-01-31 17:11:49,8609.60,failed,85,US,8609.60,8609.60,150000.00" +11204365,Pond Island - The Legend,Documentary,Film & Video,USD,2010-10-03,5000.00,2010-09-08 15:24:40,50.00,failed,1,US,50.00,50.00,5000.00 +1120447833,Old Time Banjo and Ballads from Kentucky Artist Sarah Wood,Country & Folk,Music,USD,2014-01-21,4000.00,2014-01-06 22:54:13,4887.00,successful,118,US,4887.00,4887.00,4000.00 +1120449668,Not For You: Family Narratives of Denial & Comfort Foods,Food,Food,USD,2017-02-03,3500.00,2016-12-05 07:24:36,1557.00,canceled,63,US,235.00,1557.00,3500.00 +1120455362,Century: An Action Novel,Fiction,Publishing,USD,2013-06-02,1100.00,2013-04-03 20:09:44,651.00,failed,9,US,651.00,651.00,1100.00 +1120459367,My Own Cuvée – Das Weinerlebnis! - The wine-experience!,Drinks,Food,CHF,2016-06-24,50000.00,2016-04-25 22:52:17,1610.00,failed,8,CH,1646.07,1648.42,51193.32 +1120465751,Recrudescence Online (Canceled),Video Games,Games,USD,2016-04-02,350000.00,2016-03-03 22:34:11,0.00,canceled,0,US,0.00,0.00,350000.00 +1120469252,Poetic Assassins College Tour (Canceled),Theater,Theater,USD,2010-09-16,7500.00,2010-07-15 02:01:56,5.00,canceled,1,US,5.00,5.00,7500.00 +1120470497,Project Widow,Fiction,Publishing,USD,2017-10-09,2000.00,2017-08-10 03:39:28,2.00,failed,2,US,1.00,2.00,2000.00 +1120478808,Isabela Horror Game,Video Games,Games,USD,2015-06-01,10000.00,2015-04-25 04:55:54,1.00,failed,1,US,1.00,1.00,10000.00 +1120478809,Aegis of Soteria: Cloud Based Concussion Sensor for Youth,Wearables,Technology,USD,2017-03-09,40000.00,2017-01-08 06:30:12,7347.00,failed,25,US,0.00,7347.00,40000.00 +"1120481315,The Sick - A Short Horror Film Experience,Film & Video,Film & Video,USD,2015-05-01,5000.00,2015-04-04 22:26:25,5000.00,undefined,0,""N,0"""""",,5000.00,5000.00" +1120482143,Appendix 2012,Art,Art,USD,2012-04-13,2700.00,2012-03-15 03:45:41,3790.00,successful,60,US,3790.00,3790.00,2700.00 +1120491492,Choose my Next Novel,Fiction,Publishing,USD,2011-12-18,35000.00,2011-10-19 18:17:17,175.00,failed,6,US,175.00,175.00,35000.00 +1120493449,Appointment Card - Short Film/Pilot,Animation,Film & Video,USD,2012-03-12,3400.00,2012-02-01 22:23:33,0.00,failed,0,US,0.00,0.00,3400.00 +1120496865,The Beermas Tree (World's Greatest Christmas Tree),Product Design,Design,USD,2016-02-29,1000.00,2016-01-30 02:41:04,95.00,failed,3,US,95.00,95.00,1000.00 +1120504465,Help Blake Fund His Book: Project Deviant,Fiction,Publishing,USD,2015-10-26,5000.00,2015-09-26 03:10:43,10.00,failed,1,US,10.00,10.00,5000.00 +1120508443,Crazy Enough To Change The World?.,Documentary,Film & Video,USD,2012-08-26,10000.00,2012-07-26 18:39:02,1640.00,failed,22,US,1640.00,1640.00,10000.00 +1120509826,Stand Clear of the Closing Doors,Narrative Film,Film & Video,USD,2012-07-27,35000.00,2012-06-27 19:51:22,43374.00,successful,330,US,43374.00,43374.00,35000.00 +1120524510,zzz (Canceled),Technology,Technology,USD,2016-07-01,15000.00,2016-06-01 14:00:48,39.00,canceled,4,US,39.00,39.00,15000.00 +"1120544825,""Life After Death: The Whales of Golfo de Penas, Patagonia"",Documentary,Film & Video,USD,2016-04-25,2000.00,2016-03-24 20:57:21,3940.00,successful,44,US,3940.00,3940.00,2000.00" +1120550370,Realabilities: An Animated TV Show & Comic Book Series,Animation,Film & Video,USD,2014-05-02,75000.00,2014-03-23 05:09:45,3464.00,failed,57,US,3464.00,3464.00,75000.00 +1120565189,Safely Limitless - Making the world safe and fun! - Album,Indie Rock,Music,USD,2013-02-15,8610.00,2012-12-17 23:19:14,340.00,failed,5,US,340.00,340.00,8610.00 +1120572697,Help Me Get To My First Art Show!,Art,Art,USD,2014-09-11,1500.00,2014-08-22 18:27:33,355.00,failed,7,US,355.00,355.00,1500.00 +1120578775,M*A*G*I*C*A*L Garden Initiative,Food,Food,USD,2013-04-15,10000.00,2013-03-01 20:56:23,1161.00,failed,21,US,1161.00,1161.00,10000.00 +1120582725,Burning Man Bathroom Beacons 2014,Public Art,Art,USD,2014-08-09,4000.00,2014-07-23 05:11:54,4307.27,successful,155,US,4307.27,4307.27,4000.00 +1120588448,Help Still Squirrel have an exhibition.,Art,Art,GBP,2014-06-12,1500.00,2014-05-13 00:26:11,0.00,failed,0,GB,0.00,0.00,2544.31 +1120593479,New Zealand Adventure,Mixed Media,Art,USD,2014-08-01,5000.00,2014-06-03 23:59:40,155.00,failed,5,US,155.00,155.00,5000.00 +1120596148,Across Africa: Morocco to South Africa in Search of Unsung Heroes,Documentary,Film & Video,USD,2010-01-15,6000.00,2009-11-30 19:05:45,6136.00,successful,88,US,6136.00,6136.00,6000.00 +"1120600651,""""""The Other Side"""" - New Album by Emily Elizabeth"",Music,Music,USD,2015-05-08,500.00,2015-04-08 04:51:35,983.00,successful,31,US,983.00,983.00,500.00" +1120609098,WW2 Action Romance Graphic Novel,Graphic Novels,Comics,USD,2017-05-27,10000.00,2017-04-27 08:28:47,48.00,failed,2,US,30.00,48.00,10000.00 +1120611960,More Than Men - A comic where only the rich have superpowers,Comic Books,Comics,CAD,2017-12-02,1750.00,2017-11-03 08:01:10,2699.91,successful,93,CA,1666.93,2103.39,1363.35 +"1120613899,""5iveMC - """"The Caged Bird Sings"""" LP"",Hip-Hop,Music,USD,2016-11-26,10000.00,2016-10-27 04:35:59,0.00,failed,0,US,0.00,0.00,10000.00" +1120614625,biji designs...inspired design for your yogic lifestyle,Fashion,Fashion,USD,2012-11-17,1111.00,2012-10-27 01:24:16,1216.99,successful,24,US,1216.99,1216.99,1111.00 +112061499,The Legend of Swee' Pea,Documentary,Film & Video,USD,2014-04-22,50000.00,2014-03-18 18:02:03,53250.00,successful,422,US,53250.00,53250.00,50000.00 +"1120616018,Active Duty; Real Life Multiplayer Game for iOS/Android,Video Games,Games,USD,2012-04-15,50000.00,2012-03-16 22:42:33,312.00,failed,9,US,312.00,312.00,50000.00" +112062855,Seaquins,Comedy,Film & Video,GBP,2017-09-23,22500.00,2017-08-18 13:54:48,2570.00,failed,59,GB,25.81,3440.94,30124.92 +1120630792,†Gloria in excelsis Deo. Math App.,Technology,Technology,CAD,2014-06-30,2000000.00,2014-05-01 23:03:03,58.00,failed,8,CA,52.91,54.54,1880582.98 +1120632798,Para hacerme una Arepa,Bacon,Food,EUR,2015-07-03,30.00,2015-06-03 16:59:57,0.00,failed,0,ES,0.00,0.00,33.29 +1120636086,Fenton Historical Glass Mould Preservation Project,Sculpture,Art,USD,2013-05-21,50000.00,2013-04-23 00:19:33,8938.88,failed,202,US,8938.88,8938.88,50000.00 +1120640296,Mob Mentality Clothing,Fashion,Fashion,USD,2012-03-09,12500.00,2012-01-14 04:23:46,2769.00,failed,57,US,2769.00,2769.00,12500.00 +"1120641650,""Chi Vest Adjustable Heat and Fit for Work, Leisure, Health"",Product Design,Design,USD,2017-09-19,10000.00,2017-08-12 01:30:56,19405.00,successful,146,US,10811.00,19405.00,10000.00" +1120643175,Black and Blue- The Story of Gerald Ford and Willis Ward,Documentary,Film & Video,USD,2012-02-11,75000.00,2012-01-12 02:53:10,0.00,failed,0,US,0.00,0.00,75000.00 +1120647359,Nuclear Disarmament Awareness,Textiles,Art,USD,2017-06-03,5000.00,2017-04-04 21:21:42,70.00,failed,2,US,30.00,70.00,5000.00 +1120651861,Umbrella Feature Film,Narrative Film,Film & Video,GBP,2013-08-18,4000.00,2013-07-19 16:54:19,594.00,failed,11,GB,900.90,923.39,6218.13 +"1120656450,""Seussical Jr, Musical Theater Camp for an Aspiring Actress"",Musical,Theater,USD,2015-06-08,250.00,2015-05-31 02:10:49,90.00,suspended,5,US,90.00,90.00,250.00" +1120670550,Organic Hot Sauce's and Salsa's from Family Recipe,Food,Food,USD,2013-02-25,3000.00,2012-12-27 14:57:08,341.00,failed,14,US,341.00,341.00,3000.00 +"1120675400,""Finishing """"6 Dynamic Laws for Success"""" A Noir Comedy"",Comedy,Film & Video,USD,2017-03-31,44000.00,2017-03-01 23:12:09,44546.00,successful,302,US,2675.00,44546.00,44000.00" +"1120678592,""Afoutayi 6th Annual Haitian Dance, Music & Arts Festival"",Performance Art,Art,USD,2015-07-09,3000.00,2015-06-18 09:03:40,855.00,failed,14,US,855.00,855.00,3000.00" +1120681773,Artful Yoga Pants & Leggings,Art,Art,USD,2016-01-21,10000.00,2015-11-22 00:08:00,22.00,failed,4,US,22.00,22.00,10000.00 +1120684755,Faces in the Barber's Mirror - by Don Fontaine,Nonfiction,Publishing,CAD,2015-10-14,6000.00,2015-09-14 01:02:13,10260.00,successful,128,CA,7737.15,7936.88,4641.45 +"1120685097,Walker Lillard EP,Music,Music,USD,2015-03-15,1500.00,2015-02-13 22:45:10,0.00,undefined,0,""N,0"""""",,0.00,1500.00" +1120687826,The Noble Perspective - Podcasts with extraordinary women,Audio,Journalism,USD,2017-02-18,3000.00,2017-02-03 19:17:00,0.00,failed,0,US,0.00,0.00,3000.00 +1120691647,Gardening: For The Unfulfilled And Alienated - by Brad Birch,Theater,Theater,GBP,2013-06-19,3000.00,2013-05-10 00:59:13,6346.00,successful,79,GB,9822.63,9801.98,4633.78 +1120691987,RalphiE?,Science Fiction,Film & Video,USD,2016-05-02,10000.00,2016-04-02 14:44:48,753.00,failed,4,US,753.00,753.00,10000.00 +"1120692304,""AUBURN T-Shirts handmade in Auburn, AL."",Apparel,Fashion,USD,2014-07-02,200.00,2014-06-11 03:29:09,457.00,successful,17,US,457.00,457.00,200.00" +1120697368,Rambling Strong Postcards,Photography,Photography,USD,2016-03-11,750.00,2016-02-10 19:21:45,990.00,successful,29,US,990.00,990.00,750.00 +1120704326,Geeks Against Crime,Games,Games,GBP,2014-07-09,5000.00,2014-06-09 21:22:44,0.00,failed,0,GB,0.00,0.00,8560.03 +1120706020,Anthropology - CDs,Rock,Music,NOK,2017-10-13,10000.00,2017-09-20 00:16:38,10548.00,successful,18,NO,0.00,1333.89,1264.59 +1120708309,Press The Button - Red Button - A Mobile Game,Apps,Technology,GBP,2014-06-01,500.00,2014-05-02 21:02:32,22.00,failed,5,GB,37.14,37.02,841.27 +1120725263,Delivery // A 90 Second or Less Web Series,Webseries,Film & Video,USD,2010-09-03,1500.00,2010-08-04 18:01:44,2375.53,successful,58,US,2375.53,2375.53,1500.00 +1120736758,Coffee Box Online,Food,Food,EUR,2017-09-21,7000.00,2017-08-17 16:13:11,66.00,failed,4,DE,35.22,78.94,8372.70 +"1120737231,""Parvenu, Inc. Kickstarter Seed Money Project"",Graphic Design,Design,USD,2014-08-07,10000.00,2014-07-08 00:19:04,50.00,failed,1,US,50.00,50.00,10000.00" +1120745603,The Collective Art Studio (TCAS),Art,Art,USD,2015-05-02,15500.00,2015-04-02 18:30:19,342.00,failed,2,US,342.00,342.00,15500.00 +1120749541,Crib Death & Other Bedtime Stories,Graphic Novels,Comics,USD,2014-11-10,500.00,2014-10-07 06:42:01,2912.00,successful,91,US,2912.00,2912.00,500.00 +"1120751948,""2nd Circle, a Facebook app for family caregivers"",Web,Technology,USD,2014-08-01,30000.00,2014-06-30 06:09:32,1375.00,failed,21,US,1375.00,1375.00,30000.00" +1120756801,Printing Quail Bell Express ['zine],Periodicals,Publishing,USD,2011-10-17,300.00,2011-09-07 05:21:29,308.00,successful,6,US,308.00,308.00,300.00 +"1120763487,""Storm Chasing Series: """"On the Storm"""" (Canceled)"",Webseries,Film & Video,USD,2013-04-08,200.00,2013-03-09 01:35:55,20.00,canceled,2,US,20.00,20.00,200.00" +1120777381,Canna YOU Believe (these Amazing Cannabis Facts) ?,Nonfiction,Publishing,USD,2018-01-05,2222.00,2017-12-06 21:19:50,55.44,live,2,US,11.00,55.44,2222.00 +"1120779331,""Panda Water, bamboo good enough for pandas!"",Drinks,Food,GBP,2016-09-14,1200.00,2016-08-15 23:31:54,74.00,failed,1,GB,0.00,97.50,1581.07" +1120789328,Kids Choir in Belarus need your help,Kids,Music,USD,2017-08-09,1000.00,2017-07-11 19:24:54,20.00,failed,2,US,10.00,20.00,1000.00 +1120793648,Road Trip (Canceled),Documentary,Film & Video,GBP,2015-01-14,800.00,2014-12-07 21:37:17,0.00,canceled,0,GB,0.00,0.00,1213.89 +"1120795638,""Garden on, Vashon!"",Nonfiction,Publishing,USD,2013-07-06,3500.00,2013-05-20 22:27:03,3610.00,successful,65,US,3610.00,3610.00,3500.00" +1120798458,Dragon eggs,Sculpture,Art,USD,2015-05-17,1500.00,2015-04-17 16:38:16,50.00,failed,2,US,50.00,50.00,1500.00 +1120800264,KAFFNY 2014,Film & Video,Film & Video,USD,2014-11-11,500.00,2014-10-27 19:06:35,1375.00,successful,45,US,1375.00,1375.00,500.00 +1120802693,Playmute : The world's first TV ad switcher (Canceled),Hardware,Technology,USD,2014-12-23,100000.00,2014-11-18 15:08:12,8208.00,canceled,86,US,8208.00,8208.00,100000.00 +1120804484,Book: I Got Naked In The Shawshank Redemption,Nonfiction,Publishing,USD,2014-12-11,10000.00,2014-11-04 22:44:22,2.00,failed,2,US,2.00,2.00,10000.00 +1120814738,'Naming Culture' Debuts at Edinburgh Fringe,Festivals,Theater,GBP,2017-05-16,500.00,2017-04-11 15:32:57,560.00,successful,17,GB,80.48,728.71,650.64 +1120815359,City Within A City: The Story of Las Vegas Paiutes,Documentary,Film & Video,USD,2015-04-27,5000.00,2015-03-13 12:33:51,0.00,failed,0,US,0.00,0.00,5000.00 +1120827966,Pinkie Knits,Knitting,Crafts,USD,2015-03-05,600.00,2015-02-03 20:29:00,17.00,failed,3,US,17.00,17.00,600.00 +"112083313,""Creativity, Sexuality, and the Imagination"",Nonfiction,Publishing,USD,2012-10-13,5000.00,2012-09-08 04:17:39,90.00,failed,6,US,90.00,90.00,5000.00" +1120833522,WWII VETERAN JOSEPH LEYDER,Documentary,Film & Video,EUR,2016-02-27,900.00,2016-02-21 23:29:19,15.00,failed,1,LU,16.70,16.45,987.30 +1120835217,Dictionary For Humanity (Canceled),Playing Cards,Games,USD,2015-04-18,100000.00,2015-03-19 17:15:07,0.00,canceled,0,US,0.00,0.00,100000.00 +1120835785,Be Apart Of Our Filmmaking Process With Our Short Film Entitled ''Love Lost'' (Canceled),Shorts,Film & Video,USD,2010-08-11,3000.00,2010-07-03 13:37:47,0.00,canceled,0,US,0.00,0.00,3000.00 +1120836691,National tour & radio campaign for Alexander Cardinale,Indie Rock,Music,USD,2014-10-27,20000.00,2014-09-28 03:29:06,405.00,failed,7,US,405.00,405.00,20000.00 +1120838741,Phantom Force: Revisited,Webseries,Film & Video,USD,2015-10-04,8700.00,2015-09-04 05:00:52,9621.00,successful,79,US,9621.00,9621.00,8700.00 +"1120844235,""My First Novel - """"No Promises"""""",Fiction,Publishing,USD,2015-08-24,1500.00,2015-07-25 17:04:13,165.00,failed,5,US,165.00,165.00,1500.00" +1120850670,Shoots and Roots Bitters - Tasting botanical diversity,Food,Food,USD,2014-01-09,10000.00,2013-12-10 18:14:05,16765.00,successful,237,US,16765.00,16765.00,10000.00 +"1120876365,""Paper art,scrapbook bag and mini albums and gift tags"",Mixed Media,Art,USD,2013-11-06,250.00,2013-10-07 19:49:22,91.00,failed,3,US,91.00,91.00,250.00" +1120879533,Help start the Rock Revolution!,Rock,Music,USD,2012-10-14,3000.00,2012-09-14 08:25:32,0.00,failed,0,US,0.00,0.00,3000.00 +"112088064,""Yemaya Festival 2015: 3-Day Arts, Music & Lifestyle Event"",Public Art,Art,AUD,2015-01-24,10000.00,2014-11-25 19:39:23,1.00,failed,1,AU,0.87,0.78,7777.86" +1120889447,So You Want to Work in Comics: The Dungeon Comic Documentary,Events,Comics,USD,2014-11-16,78000.00,2014-10-15 19:05:51,726.00,failed,15,US,726.00,726.00,78000.00 +1120902030,Nece's Gluten Free Bistro and Pantry LLC,Restaurants,Food,USD,2014-09-06,10000.00,2014-08-07 01:13:32,55.00,failed,2,US,55.00,55.00,10000.00 +1120904317,SQUATMATE: A new and safer way to squat!,Product Design,Design,USD,2017-07-02,50000.00,2017-05-03 05:17:03,1975.00,failed,25,US,630.00,1975.00,50000.00 +1120906224,AVGhost: A Board Game Played in the Dark,Tabletop Games,Games,USD,2014-07-06,65000.00,2014-06-04 07:07:55,23384.01,failed,239,US,23384.01,23384.01,65000.00 +112091079,. .......... | Stepping Beyond | .......... .,Art,Art,USD,2013-11-20,12500.00,2013-10-21 20:07:19,13660.00,successful,155,US,13660.00,13660.00,12500.00 +1120913413,Ramadhan Reflections: Spirituality through Contemplation,Translations,Publishing,CAD,2014-08-17,6000.00,2014-07-18 06:23:48,1410.00,failed,20,CA,1312.63,1286.85,5475.95 +1120921242,uryaen.com - The First Truly Independent Media Review Site,Journalism,Journalism,USD,2012-06-22,150000.00,2012-04-23 20:46:14,305.00,canceled,4,US,305.00,305.00,150000.00 +1120923119,Opes Brand,Apparel,Fashion,USD,2015-04-03,10000.00,2015-03-04 04:17:37,20.00,failed,1,US,20.00,20.00,10000.00 +"1120924751,""""""The Hydras"""" by XtremePace H2o on the move! (Canceled)"",Product Design,Design,USD,2014-04-29,115000.00,2014-03-30 04:22:54,45.00,canceled,3,US,45.00,45.00,115000.00" +"112092826,Confused in China (Chinese React to Western Culture),Film & Video,Film & Video,USD,2016-03-02,2000.00,2016-02-16 21:14:43,0.00,undefined,0,""N,0"""""",,0.00,2000.00" +1120929779,The Details of Disney - New vlog needs new camera,Places,Photography,EUR,2017-07-04,195.00,2017-06-04 22:28:53,20.00,canceled,1,NL,22.57,22.82,222.53 +1120934516,The Temple of Unitea,Public Art,Art,USD,2016-05-25,30000.00,2016-04-20 17:19:32,7900.44,failed,92,US,7900.44,7900.44,30000.00 +1120935652,Western Undead,Horror,Film & Video,GBP,2014-06-13,2500.00,2014-05-19 19:35:19,0.00,failed,0,GB,0.00,0.00,4240.52 +"1120941147,""Im not creative, ive got bipolar - HELP!"",Festivals,Theater,AUD,2015-04-15,1000.00,2015-03-26 02:03:02,0.00,failed,0,AU,0.00,0.00,781.25" +1120947956,Parcel,Tabletop Games,Games,USD,2017-10-01,3000.00,2017-09-01 09:05:36,3533.00,successful,56,US,145.00,3533.00,3000.00 +1120952513,The Missing Peace Candle Company,DIY,Crafts,USD,2017-03-29,6500.00,2017-02-27 18:52:30,35.00,failed,1,US,0.00,35.00,6500.00 +1120954859,Back 9 Public House - Indoor Mini Golf & Self-Serve Drinks,Live Games,Games,USD,2017-10-28,35000.00,2017-09-28 23:45:28,897.00,failed,11,US,637.00,897.00,35000.00 +1120961734,Meebie - The Cuddly Toy for Expressing Emotions,Product Design,Design,USD,2013-11-07,45000.00,2013-10-08 15:09:08,7668.00,failed,74,US,7668.00,7668.00,45000.00 +1120962507,Trashed Nation Documentary [Finishing Funds],Documentary,Film & Video,USD,2010-12-03,5000.00,2010-11-03 05:10:00,360.00,failed,10,US,360.00,360.00,5000.00 +1120965892,Brownie Mountain EP on Vinyl!,Music,Music,USD,2013-05-12,900.00,2013-04-12 21:16:37,1000.00,successful,32,US,1000.00,1000.00,900.00 +1120971585,Print Apogee Journal Issue Two!,Publishing,Publishing,USD,2013-08-18,3000.00,2013-07-19 22:34:42,3020.00,successful,46,US,3020.00,3020.00,3000.00 +1120974622,DR.DOOE LITTLE RADIO SHOW,Radio & Podcasts,Publishing,USD,2013-09-06,8000.00,2013-08-05 18:23:31,0.00,failed,0,US,0.00,0.00,8000.00 +112097607,Lover's Lane,Drama,Film & Video,GBP,2016-03-19,100.00,2016-01-19 15:34:24,178.00,successful,19,GB,254.09,251.52,141.30 +1120976329,Pick Your Own Adventure Films - Horror,Webseries,Film & Video,USD,2012-06-28,2000.00,2012-06-13 05:32:45,2551.00,successful,32,US,2551.00,2551.00,2000.00 +1120992658,Nagasaki Knife Collection - Japanese Damascus VG-10 Steel,Product Design,Design,EUR,2017-10-03,8000.00,2017-08-15 16:04:11,183806.00,successful,979,DE,6332.06,215181.63,9365.60 +1120994024,THE GRAY TERRITORY,Metal,Music,USD,2014-04-25,200.00,2014-03-26 01:58:22,50.00,failed,3,US,50.00,50.00,200.00 +1120994050,FrightStone FX,Product Design,Design,USD,2012-07-28,2000.00,2012-06-13 17:19:31,2023.00,successful,45,US,2023.00,2023.00,2000.00 +"1120998593,""Anystreaming: All you can stream & control, anytime anywhere"",Hardware,Technology,USD,2015-12-09,50000.00,2015-11-04 09:27:16,61174.00,successful,250,US,61174.00,61174.00,50000.00" +1121012477,Ice Riders: Human Powered Shave Ice,Food,Food,USD,2012-09-14,30000.00,2012-08-15 04:23:51,4.00,failed,2,US,4.00,4.00,30000.00 +1121012897,Make this book happen!!,Nonfiction,Publishing,USD,2013-11-28,2000.00,2013-10-29 19:25:50,301.00,failed,6,US,301.00,301.00,2000.00 +1121026541,Soul Fest Des Moines,Music,Music,USD,2017-04-07,35000.00,2017-03-23 06:25:22,1.00,failed,1,US,16.00,1.00,35000.00 +1121028068,Fame by Frame (Canceled),Tabletop Games,Games,USD,2015-11-12,3500.00,2015-09-28 18:03:26,754.00,canceled,38,US,754.00,754.00,3500.00 +1121028117,'The Peopel' Sculpt No.2.,Sculpture,Art,GBP,2017-03-06,200.00,2017-02-15 17:36:08,734.00,successful,28,GB,105.32,892.24,243.12 +1121029914,boat rides on Thames and to Europe,Woodworking,Crafts,GBP,2014-08-20,6575.00,2014-07-22 14:21:47,221.00,failed,10,GB,377.80,366.36,10899.66 +1121030007,Death at Highland Falls,Young Adult,Publishing,USD,2015-09-09,2000.00,2015-08-05 16:36:39,230.00,failed,6,US,230.00,230.00,2000.00 +1121033581,making dream reality,Poetry,Publishing,USD,2015-07-15,10000.00,2015-05-16 01:34:11,115.00,failed,2,US,115.00,115.00,10000.00 +1121051335,Dream2Movie presents The Insight Company: Reality Web Series,Webseries,Film & Video,USD,2012-08-10,7000.00,2012-07-11 00:55:02,0.00,failed,0,US,0.00,0.00,7000.00 +1121052694,Extreme Avenue - Extreme Sports T-Shirts and Beanies,Fashion,Fashion,USD,2014-01-17,3000.00,2013-12-18 17:10:53,361.00,failed,11,US,361.00,361.00,3000.00 +1121055359,Waaxe's Law,Theater,Theater,USD,2012-04-26,500.00,2012-04-14 17:37:19,0.00,failed,0,US,0.00,0.00,500.00 +1121059322,Callum Hilton - child cellist looking to strike a chord,Classical Music,Music,GBP,2014-08-29,1000.00,2014-07-30 10:52:41,1010.00,successful,22,GB,1715.17,1674.82,1658.24 +1121069513,Warlords of Conquest,Games,Games,USD,2014-01-13,3000.00,2013-11-14 19:02:15,10.00,failed,2,US,10.00,10.00,3000.00 +1121077485,Stone Soup Pop Up,Events,Food,USD,2014-10-10,3500.00,2014-09-16 04:06:34,4072.71,successful,46,US,4072.71,4072.71,3500.00 +11210835,Spinning Pots: Transformations of Clay through Human Hands,Ceramics,Art,USD,2015-06-19,3000.00,2015-05-20 04:18:49,280.00,canceled,3,US,280.00,280.00,3000.00 +1121091542,Healthy Salt,Small Batch,Food,USD,2015-02-13,25000.00,2014-12-15 14:51:40,1.00,failed,1,US,1.00,1.00,25000.00 +"112109338,""Outside Music, Inside Voices"",Nonfiction,Publishing,USD,2014-07-01,750.00,2014-06-11 08:10:02,2565.00,successful,66,US,2565.00,2565.00,750.00" +1121110720,Jim,Festivals,Theater,GBP,2014-07-26,2200.00,2014-06-26 19:46:33,2200.00,successful,24,GB,3734.61,3701.65,3701.65 +1121111965,DOKICAM: View New Worlds,Camera Equipment,Technology,USD,2016-12-01,30000.00,2016-11-01 15:00:54,53848.00,successful,354,US,1669.00,53848.00,30000.00 +1121118635,North Pole Santa Coins,Product Design,Design,USD,2015-11-25,5000.00,2015-10-26 18:54:27,5029.00,successful,61,US,5029.00,5029.00,5000.00 +1121120398,Starved: Replacing Your Emptiness w/ Your Passion,Nonfiction,Publishing,USD,2014-09-11,8600.00,2014-08-12 02:27:09,0.00,failed,0,US,0.00,0.00,8600.00 +112112703,Flow Arts Flame Effect (Canceled),Public Art,Art,USD,2011-11-11,350.00,2011-10-27 12:56:53,44.00,canceled,2,US,44.00,44.00,350.00 +"1121132029,""""""Deception & Lies"""""",Narrative Film,Film & Video,USD,2011-03-18,20000.00,2011-01-19 19:10:49,0.00,failed,0,US,0.00,0.00,20000.00" +1121133107,American Southwest Photographic Journey,Photography,Photography,USD,2014-03-03,2000.00,2014-02-22 02:40:50,466.00,failed,7,US,466.00,466.00,2000.00 +1121136148,Batman under desk headphone hanger,Product Design,Design,USD,2015-12-03,2000.00,2015-11-03 09:02:35,134.00,failed,7,US,134.00,134.00,2000.00 +"1121142282,""'The Land, The Sea & Everything Lost Beneath'"",Country & Folk,Music,GBP,2013-05-19,2500.00,2013-04-19 17:47:29,3877.00,successful,123,GB,5912.41,5853.84,3774.72" +1121146452,MAKING A DREAM COME TRUE!,Hip-Hop,Music,USD,2011-09-03,2000.00,2011-07-22 16:45:23,20.00,failed,2,US,20.00,20.00,2000.00 +112114808,Triple Gobble Calls - Handmade and Customized,Product Design,Design,USD,2014-06-13,7000.00,2014-05-14 15:04:12,250.00,failed,8,US,250.00,250.00,7000.00 +1121151050,Exilong - Autonomous Irrigation Solution For Your Backyard,Hardware,Technology,USD,2016-12-05,50000.00,2016-10-06 13:46:45,25109.00,canceled,67,US,24907.00,25109.00,50000.00 +"1121153261,""Pat Donaher's new CD, """"Who We Are Together"""""",Jazz,Music,USD,2013-08-22,2250.00,2013-07-08 22:01:04,3271.00,successful,62,US,3271.00,3271.00,2250.00" +1121157901,Insiders1 Brooklyn Leather Handbags & Accessories,Accessories,Fashion,USD,2017-09-12,30000.00,2017-08-13 01:22:52,557.00,canceled,9,US,557.00,557.00,30000.00 +"1121158314,""Dogugaeshi, Studio Theatre 2012"",Theater,Theater,USD,2012-03-29,34500.00,2012-02-28 06:08:16,34955.64,successful,227,US,34955.64,34955.64,34500.00" +1121158874,LapTape: The world's tiniest hands-free tablet holder!,Product Design,Design,GBP,2014-04-08,10000.00,2014-03-09 20:55:36,886.00,canceled,56,GB,1481.01,1482.40,16731.36 +1121165926,Luxury Leather Briefcase by sizhfleür,Product Design,Design,USD,2015-09-26,15000.00,2015-08-12 17:14:23,479.00,failed,1,US,479.00,479.00,15000.00 +1121175982,SqueezeMatic: Its like having your very own design team,Software,Technology,CAD,2016-11-03,5000.00,2016-10-24 23:00:45,0.00,failed,0,CA,0.00,0.00,3722.18 +1121178574,Art for El Garden,Public Art,Art,USD,2015-06-25,5000.00,2015-06-05 16:20:34,5050.00,successful,36,US,5050.00,5050.00,5000.00 +1121180533,Zombie Wars the Game,Tabletop Games,Games,USD,2013-12-01,5000.00,2013-10-25 20:43:55,271.00,failed,12,US,271.00,271.00,5000.00 +1121186499,Eric and Aaron's debut EP!!!,Music,Music,USD,2015-03-26,1000.00,2015-02-25 22:15:35,2481.00,successful,57,US,2481.00,2481.00,1000.00 +1121191072,Happiest Lion Full-Length 2011,Country & Folk,Music,USD,2011-05-12,800.00,2011-04-12 19:29:22,920.00,successful,28,US,920.00,920.00,800.00 +1121194525,Join The Flip Flop Revolution #wildsavannah,Footwear,Fashion,EUR,2017-05-21,5000.00,2017-04-21 09:17:05,534.00,failed,9,ES,443.82,597.86,5597.98 +1121197377,3 PANEL D.E.S.L.,Apps,Technology,USD,2015-05-16,75000.00,2015-04-16 23:43:23,10.00,failed,1,US,10.00,10.00,75000.00 +1121210935,WARHEAD: Volume One,Graphic Novels,Comics,USD,2017-04-27,10000.00,2017-03-21 08:12:42,1113.00,failed,23,US,364.00,1113.00,10000.00 +1121222538,SBIFF 10-10-10 Film Competition,Shorts,Film & Video,USD,2012-02-03,700.00,2012-01-24 06:15:18,1131.00,successful,17,US,1131.00,1131.00,700.00 +1121223899,Ellum Solar • Light Different,Product Design,Design,USD,2016-03-24,30000.00,2016-02-16 09:22:33,238726.00,successful,1877,US,238726.00,238726.00,30000.00 +1121226092,Lamb,Film & Video,Film & Video,GBP,2016-08-18,105.00,2016-07-19 18:37:07,1.00,failed,1,GB,0.00,1.31,137.42 +1121231399,Romeo and Juliet,Narrative Film,Film & Video,USD,2014-04-04,3500.00,2014-03-05 17:55:15,5182.00,successful,142,US,5182.00,5182.00,3500.00 +112123243,A 60 Minute Brother - feature film (Canceled),Film & Video,Film & Video,USD,2011-05-11,1000.00,2011-03-11 00:01:56,0.00,canceled,0,US,0.00,0.00,1000.00 +1121234130,Order of the Redmen : The Birth of High-Stakes NL TX Hold'em,Narrative Film,Film & Video,USD,2016-01-17,18000.00,2015-12-18 00:43:12,0.00,failed,0,US,0.00,0.00,18000.00 +1121236519,Vluxe: Fashion Like No Other On Earth.,Apparel,Fashion,USD,2016-09-29,300000.00,2016-08-15 03:58:38,2726.00,failed,13,US,735.00,2726.00,300000.00 +1121238040,A HELP TO REMEMBER,Web,Technology,USD,2016-08-06,10000.00,2016-07-07 18:19:33,1.00,failed,1,US,0.00,1.00,10000.00 +"1121243749,""Help the kids, Be a Hero for DeadLands Gaming Center"",Technology,Technology,USD,2013-09-19,10000.00,2013-08-20 18:15:08,20.00,failed,2,US,20.00,20.00,10000.00" +1121243756,Jeff O'Kelley Photography Art Show Project,Photography,Photography,USD,2011-11-16,1200.00,2011-10-17 23:10:28,5.00,failed,1,US,5.00,5.00,1200.00 +1121248913,State Street Brewing Company,Drinks,Food,USD,2017-07-18,25000.00,2017-06-18 17:52:58,7912.50,failed,41,US,1578.50,7912.50,25000.00 +1121253150,The Fulcrum: the balance between East and West,Documentary,Film & Video,USD,2012-09-26,67000.00,2012-08-27 18:16:05,1355.00,failed,15,US,1355.00,1355.00,67000.00 +1121258628,Shovel Knight,Video Games,Games,USD,2013-04-14,75000.00,2013-03-15 03:59:57,311502.58,successful,14749,US,311502.58,311502.58,75000.00 +1121280437,The Conversation Between Dr. King Jr and President Obama,Installations,Art,USD,2015-06-11,1111.00,2015-05-13 19:52:15,1131.00,successful,15,US,1131.00,1131.00,1111.00 +1121281033,WineHive® 2 - Showcase Your Wine Collection!,Product Design,Design,USD,2016-05-06,10000.00,2016-04-06 21:25:19,11174.00,successful,79,US,11174.00,11174.00,10000.00 +1121282257,OFF MAIN ST. | EPISODE 2,Documentary,Film & Video,USD,2013-10-24,15000.00,2013-09-24 20:00:26,2913.00,failed,33,US,2913.00,2913.00,15000.00 +1121282609,Live Match Sports Channel,Apps,Technology,USD,2016-08-20,200000.00,2016-07-21 00:18:28,11.00,failed,2,US,10.00,11.00,200000.00 +1121283847,Gibson Custom Cutting Boards 2,Crafts,Crafts,USD,2015-11-23,250.00,2015-11-03 23:56:41,353.00,successful,11,US,353.00,353.00,250.00 +1121285676,GL?T | Gluten Search Engine,Food,Food,USD,2014-09-01,5000.00,2014-08-02 03:43:46,229.00,failed,11,US,229.00,229.00,5000.00 +1121286162,Willie T's Chili Dogs,Restaurants,Food,USD,2015-05-24,25000.00,2015-04-24 21:31:59,50.00,failed,1,US,50.00,50.00,25000.00 +1121291912,1st CHESS & SCIENCE FESTIVAL & All-Girls Chess Tournament,Tabletop Games,Games,USD,2013-03-30,1000.00,2013-03-09 09:43:55,2174.00,successful,123,US,2174.00,2174.00,1000.00 +1121294288,Kat's Kafe & Catering,Restaurants,Food,USD,2015-03-20,2500.00,2015-02-18 01:43:24,0.00,failed,0,US,0.00,0.00,2500.00 +1121296124,A R I A - the first dry shirt,Apparel,Fashion,EUR,2016-10-01,10000.00,2016-09-01 06:13:33,1359.00,failed,6,IT,210.86,1513.92,11139.95 +1121312802,FURYUS T-shirts!,Fashion,Fashion,USD,2012-06-20,500.00,2012-05-21 02:53:14,950.00,successful,12,US,950.00,950.00,500.00 +1121320092,High Water Gamble: The making of Our Debut Album,Rock,Music,USD,2014-08-03,6000.00,2014-06-04 19:38:20,6275.00,successful,45,US,6275.00,6275.00,6000.00 +1121325919,DERBY AMERICA ,Documentary,Film & Video,USD,2010-11-01,5000.00,2010-08-03 19:50:10,250.00,failed,5,US,250.00,250.00,5000.00 +"1121328249,""A Simple Trip to Japan, with many photos for all I guess."",Places,Photography,USD,2015-08-30,1000.00,2015-07-31 11:29:24,20.00,suspended,1,US,20.00,20.00,1000.00" +1121339348,Impact Gamers Arcade machine for National Media Museum,Gaming Hardware,Games,GBP,2016-03-03,650.00,2016-02-02 01:21:30,693.00,successful,19,GB,987.18,981.14,920.26 +1121347248,The Tactile English Textbook,Nonfiction,Publishing,USD,2012-05-19,3300.00,2012-04-19 22:50:30,0.00,failed,0,US,0.00,0.00,3300.00 +1121347939,Everything Good and Beautiful,Comics,Comics,USD,2011-04-24,1000.00,2011-03-24 00:46:55,1930.34,successful,79,US,1930.34,1930.34,1000.00 +1121352201,Sassy Clothing,Fashion,Fashion,GBP,2013-02-27,1000.00,2013-01-28 21:52:46,0.00,failed,0,GB,0.00,0.00,1503.42 +112135370,British Isles 2017,Photobooks,Photography,EUR,2017-05-24,100.00,2017-04-21 12:13:16,299.00,successful,8,NL,49.31,334.76,111.96 +"1121353807,""""""The Last Setting Sun"""" Music Video"",Shorts,Film & Video,USD,2012-09-14,500.00,2012-08-15 22:35:56,5.00,failed,1,US,5.00,5.00,500.00" +1121359867,The Unpublished Sherlock Holmes,Shorts,Film & Video,USD,2016-02-16,1500.00,2016-01-17 20:08:12,1705.00,successful,37,US,1705.00,1705.00,1500.00 +1121360744,Khazaana Bazaar,Crafts,Crafts,USD,2012-02-12,800.00,2012-01-22 08:01:29,902.00,successful,22,US,902.00,902.00,800.00 +1121369653,The Call Graphic novel,Comics,Comics,USD,2012-04-06,5000.00,2012-03-07 02:01:41,630.00,failed,16,US,630.00,630.00,5000.00 +1121377797,Rural Produce Garden Initiative,Community Gardens,Food,USD,2015-02-16,1000.00,2015-01-20 22:22:33,132.00,failed,5,US,132.00,132.00,1000.00 +"1121378445,Shackle 22; Titanium Key Carry with Magnetic Quick Release,Product Design,Design,USD,2015-11-04,3000.00,2015-10-05 03:44:55,11044.00,successful,248,US,11044.00,11044.00,3000.00" +112137997,TAE SEANS NEW ALBUM-I AM TAE SEAN,Music,Music,USD,2012-11-10,5000.00,2012-10-02 05:30:31,10.00,failed,1,US,10.00,10.00,5000.00 +1121380299,NATHON'S WORLD,Nonfiction,Publishing,USD,2014-09-25,20000.00,2014-08-26 17:59:09,1330.00,failed,9,US,1330.00,1330.00,20000.00 +1121383650,Heirs of a forgotten time - a documentary,Documentary,Film & Video,CHF,2016-01-12,55000.00,2015-12-13 15:54:21,14411.37,failed,86,CH,14652.74,14362.54,54813.63 +1121390328,Smokin Mama's Gunpowder,Food,Food,USD,2014-11-19,6500.00,2014-10-20 22:10:15,760.00,failed,13,US,760.00,760.00,6500.00 +1121392238,WinnAcademy Robotics - Inspiring Young Minds since 2011,Robots,Technology,USD,2014-12-12,825.00,2014-11-24 20:41:31,950.00,successful,18,US,950.00,950.00,825.00 +1121393655,Choba Choba : Chocolate Revolution,Small Batch,Food,CHF,2015-11-01,46000.00,2015-10-01 07:05:38,115626.00,successful,920,CH,119025.85,115989.05,46144.43 +112139512,A Long Way Up - EP by Alice Erman,Classical Music,Music,GBP,2015-03-28,150.00,2015-01-31 23:31:57,253.00,successful,5,GB,381.31,374.52,222.05 +1121403466,Uncivilized Clothing Brand,Apparel,Fashion,USD,2014-05-31,8000.00,2014-05-01 22:19:00,25.00,failed,2,US,25.00,25.00,8000.00 +1121412466,The Wolves of Chernobyl Present Recordings & Theater Project,Musical,Theater,USD,2016-05-04,3150.00,2016-03-05 21:57:22,4658.00,successful,125,US,4658.00,4658.00,3150.00 +1121416383,Niña - Japanese Style Manga made in the USA,Graphic Novels,Comics,USD,2016-08-28,1600.00,2016-08-08 23:34:39,261.00,failed,5,US,240.00,261.00,1600.00 +1121417808,#collegeAF,Apparel,Fashion,USD,2016-11-12,2500.00,2016-10-13 17:21:46,1261.00,failed,64,US,85.00,1261.00,2500.00 +1121421583,Transforming Ottawa,Nonfiction,Publishing,CAD,2015-01-09,25000.00,2014-11-10 18:34:29,6346.00,failed,67,CA,5598.79,5368.87,21150.59 +1121425662,Mad Match - Strategic Card Matching Game for all ages!,Tabletop Games,Games,USD,2016-08-25,1500.00,2016-07-26 15:38:25,1854.00,successful,39,US,91.00,1854.00,1500.00 +1121428506,Documenting the 99% Movement's Continental Congress,Journalism,Journalism,USD,2012-07-19,700.00,2012-06-19 18:59:06,733.00,successful,16,US,733.00,733.00,700.00 +1121437793,GO FAR: The Christopher Rush Story,Documentary,Film & Video,USD,2011-03-21,10000.00,2011-02-05 05:55:04,12737.00,successful,126,US,12737.00,12737.00,10000.00 +"1121441270,""JugState """"In Good Hands"""""",Music,Music,USD,2012-01-11,10000.00,2011-11-29 22:46:03,25.00,failed,1,US,25.00,25.00,10000.00" +"1121453506,""Black, an epic fantasy novel"",Fiction,Publishing,USD,2012-09-24,3500.00,2012-08-25 03:01:28,915.00,failed,24,US,915.00,915.00,3500.00" +1121455371,Equipe Court Métrage : Ace Of Spades (Canceled),Shorts,Film & Video,EUR,2016-01-20,2400.00,2015-12-20 22:45:46,283.10,canceled,10,FR,307.65,305.97,2593.92 +1121456446,Thirty Minutes,Shorts,Film & Video,USD,2014-11-22,19000.00,2014-11-01 18:49:33,19480.00,successful,108,US,19480.00,19480.00,19000.00 +112145834,Siren playing card-OCM workshop,Playing Cards,Games,CAD,2016-05-08,20000.00,2016-04-12 17:32:35,25572.00,successful,321,CA,19688.35,19850.95,15525.54 +1121481841,Automatic Centralized Offsite Backup,Software,Technology,USD,2011-08-18,2000.00,2011-05-20 14:07:08,150.00,failed,1,US,150.00,150.00,2000.00 +1121489501,Give More. Get More. Be More. Build a Better Business.,Nonfiction,Publishing,GBP,2015-03-14,11500.00,2015-01-30 23:02:12,2608.00,failed,94,GB,3949.46,3873.69,17081.07 +1121495327,Romance.com a musical about on-line dating (Canceled),Performance Art,Art,USD,2011-08-25,20.00,2011-07-26 13:28:39,0.00,canceled,0,US,0.00,0.00,20.00 +"1121497013,109: A Midwest Media Franchise,Music,Music,USD,2016-05-08,3500.00,2016-04-08 06:27:58,10.00,failed,0,""N,0"""""",,10.00,3500.00" +1121502735,House of Song,Kids,Music,USD,2015-05-14,6000.00,2015-05-01 19:50:56,9100.00,successful,136,US,9100.00,9100.00,6000.00 +1121503563,Empire Theory: The Why Project,Indie Rock,Music,USD,2014-11-05,7000.00,2014-10-06 01:50:05,8066.99,successful,120,US,8066.99,8066.99,7000.00 +1121504148,Blais passionate about Scottish food (Canceled),Restaurants,Food,GBP,2016-02-23,50000.00,2016-01-24 14:48:12,45.00,canceled,1,GB,64.20,62.90,69884.13 +1121509754,LANA ( THE SEQUEL FUNDRAISER ),Shorts,Film & Video,USD,2012-08-08,2100.00,2012-07-19 16:37:36,2132.00,successful,53,US,2132.00,2132.00,2100.00 +1121512917,Florida Five: Superheroes for the Environment,Comic Books,Comics,USD,2016-02-04,5000.00,2015-12-31 16:01:29,2892.00,failed,29,US,2892.00,2892.00,5000.00 +1121519837,Mahonia Gardens: Growing in the High Desert,Food,Food,USD,2013-03-18,8090.00,2013-02-20 01:11:18,9025.01,successful,161,US,9025.01,9025.01,8090.00 +1121528213,2014 Bob James Jazz Festival & Clinic Brings It On Home!,Mixed Media,Art,USD,2014-05-10,1000.00,2014-04-10 03:30:53,60.00,failed,2,US,60.00,60.00,1000.00 +1121535250,Vegan Picnic (Canceled),Vegan,Food,USD,2014-08-07,20.00,2014-07-08 20:54:15,23.00,canceled,2,US,23.00,23.00,20.00 +1121539585,Gusto & Gecko Travel to China,Children's Books,Publishing,USD,2017-11-13,10000.00,2017-10-14 01:59:35,1065.00,canceled,22,US,980.00,1065.00,10000.00 +1121543349,Victory by Madicken Malm,Plays,Theater,GBP,2015-08-07,1500.00,2015-07-07 16:12:24,1710.00,successful,23,GB,2660.79,2653.38,2327.53 +1121543611,Terror Treasures: a new monthly horror subscription box!,Horror,Film & Video,USD,2016-06-14,4500.00,2016-05-15 22:24:26,331.00,canceled,8,US,331.00,331.00,4500.00 +1121556297,Songs for the babies I'll never meet,Music,Music,USD,2014-11-30,800.00,2014-10-31 14:28:05,0.00,failed,0,US,0.00,0.00,800.00 +1121559395,One Thousand Feathers zine funding one through five,Periodicals,Publishing,USD,2012-12-10,550.00,2012-11-15 21:36:37,1806.00,successful,45,US,1806.00,1806.00,550.00 +1121581606,Unsigned Artist Trying To Make A Music Video,Hip-Hop,Music,USD,2010-10-23,3000.00,2010-08-24 05:07:15,0.00,failed,0,US,0.00,0.00,3000.00 +1121582498,Hurry Up and Wait,Shorts,Film & Video,USD,2017-08-04,30500.00,2017-07-05 21:00:13,31695.00,successful,109,US,1460.00,31695.00,30500.00 +"1121593412,""Editing Needed For """"First Semester Physics Survival Guide"""""",Nonfiction,Publishing,USD,2013-02-02,6000.00,2013-01-11 22:08:08,6361.00,successful,67,US,6361.00,6361.00,6000.00" +1121594377,My boyfriend can't dress himself.,Comedy,Publishing,EUR,2017-12-06,30000.00,2017-11-06 19:51:47,0.00,failed,0,IT,0.00,0.00,35226.15 +1121600222,Maki Hsieh Debut Album,Electronic Music,Music,USD,2014-05-25,3000.00,2014-04-25 22:00:46,3155.00,successful,48,US,3155.00,3155.00,3000.00 +1121605407,A Better Site for Fans,Web,Technology,USD,2014-08-07,250.00,2014-07-08 21:34:35,1.00,failed,1,US,1.00,1.00,250.00 +1121615498,SciFi Geeks HDTV Festival,Film & Video,Film & Video,USD,2010-12-17,6000.00,2010-10-18 22:59:15,1.00,failed,1,US,1.00,1.00,6000.00 +"1121621635,Poly Expressive: MIDI Foot Control - Don't switch; CONTROL,Sound,Technology,USD,2018-01-08,8000.00,2017-11-20 18:16:59,5947.00,live,14,US,1022.00,5947.00,8000.00" +"11216258,""Good Evening, I'm Robert Service"",Plays,Theater,CAD,2014-06-23,10000.00,2014-05-20 18:40:56,285.00,failed,5,CA,262.38,266.68,9357.16" +1121628542,Whalebite,Web,Technology,USD,2014-10-08,14000.00,2014-09-16 11:24:31,25.00,failed,1,US,25.00,25.00,14000.00 +1121632990,C(l)ass,Accessories,Fashion,CAD,2015-03-28,1200.00,2015-02-11 23:44:04,44.00,failed,2,CA,35.30,34.80,949.07 +1121646706,BARDER: Connect The Music Industry,Music,Music,USD,2016-08-14,25000.00,2016-07-15 23:04:59,105.00,failed,2,US,105.00,105.00,25000.00 +112165373,JEM Nation,Apparel,Fashion,USD,2015-09-04,40000.00,2015-07-21 11:51:33,5626.00,failed,48,US,5626.00,5626.00,40000.00 +1121655036,One Day (Novel by Keith JK)- Humanity Under a Microscope,Fiction,Publishing,USD,2012-09-06,750.00,2012-07-23 23:00:41,0.00,failed,0,US,0.00,0.00,750.00 +1121660320,Simple Yet Significant,Cookbooks,Food,AUD,2016-06-18,30000.00,2016-05-19 07:54:10,30.00,failed,1,AU,21.86,22.27,22265.10 +1121663975,Kids Creativity Program,Art,Art,USD,2014-07-30,35000.00,2014-06-06 21:01:38,10.00,failed,2,US,10.00,10.00,35000.00 +1121665284,Superficial: (Action Adventure) Comic Volume 1,Comics,Comics,GBP,2013-05-27,10000.00,2013-04-17 23:32:03,20.00,failed,1,GB,30.56,30.47,15235.77 +112166692,DETOUR - Music for your soul!,Faith,Music,USD,2015-03-12,5000.00,2015-02-12 05:26:16,5486.00,successful,64,US,5486.00,5486.00,5000.00 +"1121667897,""Ulrich Ellison is making an album called """"Lose Yourself""""."",Music,Music,USD,2011-08-07,7000.00,2011-07-06 05:00:18,7002.77,successful,51,US,7002.77,7002.77,7000.00" +112167485,Tattoo Tarot Letterpress Art Print,Art,Art,USD,2013-08-27,1695.00,2013-08-06 17:52:30,1226.00,failed,35,US,1226.00,1226.00,1695.00 +1121676187,Yoga Resource eBook with Darren Rhodes,Publishing,Publishing,USD,2012-07-09,33000.00,2012-05-25 03:34:04,37834.44,successful,460,US,37834.44,37834.44,33000.00 +112167855,The Attic Theater Company Inc. (Canceled),Plays,Theater,USD,2014-07-16,10000.00,2014-06-16 05:09:52,910.00,canceled,15,US,910.00,910.00,10000.00 +1121682550,Filthy Rich Dirt Cheap -- Worm Composter,Food,Food,USD,2014-04-23,5000.00,2014-03-20 06:27:48,816.00,failed,13,US,816.00,816.00,5000.00 +112169666,The Holcombe Tarot,Mixed Media,Art,GBP,2014-11-13,1100.00,2014-10-14 07:45:33,2508.00,successful,93,GB,4042.77,3926.17,1722.01 +1121701483,Parker & Maggie,Webseries,Film & Video,USD,2011-07-01,6000.00,2011-05-02 21:29:32,6352.00,successful,79,US,6352.00,6352.00,6000.00 +1121703541,Domesticated Love--Meaner Pencil's Third Album--Sung Cello,Indie Rock,Music,USD,2015-06-30,5000.00,2015-06-02 18:51:35,5497.00,successful,149,US,5497.00,5497.00,5000.00 +"1121704078,""""""Just Passing Through"""" -- The first album by Matt Allen"",Indie Rock,Music,USD,2014-02-05,5000.00,2014-01-06 20:28:20,535.00,failed,14,US,535.00,535.00,5000.00" +1121705088,JUST MOVE IT APPAREL,Apparel,Fashion,USD,2015-09-30,2500.00,2015-08-01 02:00:23,423.00,failed,10,US,423.00,423.00,2500.00 +1121705829,SolAlert | easily gauge your UV exposure everyday,Wearables,Technology,USD,2017-05-12,10000.00,2017-04-12 17:16:47,57.00,failed,6,US,23.00,57.00,10000.00 +1121708238,Development and Architecture Photo Timeline of Omaha,Photography,Photography,USD,2014-11-09,4500.00,2014-09-25 20:00:46,0.00,failed,0,US,0.00,0.00,4500.00 +1121710361,Stories my Grandfather Told me,Children's Books,Publishing,USD,2013-02-13,22000.00,2013-01-14 23:05:50,6.00,failed,2,US,6.00,6.00,22000.00 +112171491,Food Carving Store and Service,Events,Food,USD,2016-10-09,30000.00,2016-09-09 23:56:50,6.00,failed,2,US,0.00,6.00,30000.00 +1121719179,Get Qrunk,Tabletop Games,Games,USD,2013-08-21,5000.00,2013-07-21 20:43:08,81.00,failed,13,US,81.00,81.00,5000.00 +1121721230,Get Freak Owls To Latvia!,Pop,Music,USD,2011-07-13,1400.00,2011-06-23 22:07:02,1400.00,successful,5,US,1400.00,1400.00,1400.00 +1121724352,Mission L.A.,Shorts,Film & Video,USD,2011-12-07,500.00,2011-11-23 06:35:19,100.00,failed,5,US,100.00,100.00,500.00 +1121726667,Frontier Plus ? A next-generation portable woodburning stove,Design,Design,GBP,2015-10-06,50000.00,2015-09-01 15:05:19,58269.00,successful,251,GB,89912.14,89381.97,76697.70 +1121727201,Radev-giving the infinite bike possibilities,Product Design,Design,EUR,2017-01-05,285000.00,2016-12-06 18:34:11,1632.00,failed,7,DE,24.26,1728.12,301785.30 +112173596,New All-Ages Martial Arts Comic,Comics,Comics,USD,2012-07-04,25000.00,2012-06-04 04:57:55,746.00,failed,24,US,746.00,746.00,25000.00 +1121738655,BeforeYouRomp.com,Web,Technology,USD,2017-06-21,100.00,2017-05-22 13:11:35,51.00,failed,3,US,50.00,51.00,100.00 +"1121740482,""AMALOUNA (?????): When there is research, there is hope."",Technology,Technology,USD,2015-10-12,5000.00,2015-09-10 19:52:43,5146.00,successful,24,US,5146.00,5146.00,5000.00" +1121749283,Margot The Short Film,Shorts,Film & Video,EUR,2015-09-18,5600.00,2015-08-19 00:54:02,6403.00,successful,89,FR,7104.65,7311.61,6394.67 +1121751466,Book (Canceled),Art,Art,USD,2014-10-17,15000.00,2014-09-17 06:40:42,1055.00,canceled,11,US,1055.00,1055.00,15000.00 +1121759647,Chaplin's Circus,Theater,Theater,GBP,2014-05-01,3000.00,2014-04-01 09:26:54,75.00,failed,2,GB,124.74,126.57,5062.78 +1121765209,Quincy Mumford new album! A record FOR and BY the People.,Indie Rock,Music,USD,2013-04-20,10000.00,2013-03-19 16:28:44,15506.00,successful,154,US,15506.00,15506.00,10000.00 +1121768810,Gumballs: Little Treats to Chew On,Children's Books,Publishing,USD,2013-05-01,3000.00,2013-04-01 16:36:08,11033.00,successful,331,US,11033.00,11033.00,3000.00 +1121769848,Tabletop RPG Building Maps/Floorplans,Tabletop Games,Games,USD,2016-02-14,50.00,2016-01-29 02:36:40,507.00,successful,12,US,507.00,507.00,50.00 +1121770672,London Instant Film Project (Canceled),Photography,Photography,GBP,2016-04-24,700.00,2016-03-25 22:11:32,16.00,canceled,1,GB,22.56,23.38,1023.02 +1121772887,Help Karianne Larson Make an Album!,Music,Music,USD,2015-07-18,10000.00,2015-06-17 09:09:58,10456.00,successful,174,US,10456.00,10456.00,10000.00 +1121776926,Spawn of Sharktipede,Tabletop Games,Games,USD,2015-11-01,2000.00,2015-10-02 16:01:47,6505.00,successful,65,US,6505.00,6505.00,2000.00 +"1121787309,""¡EUCLIK! Juego geométrico, Innovador y diferente en 3D."",3D Printing,Technology,MXN,2017-05-05,9000.00,2017-03-29 05:59:23,9002.00,successful,2,MX,0.00,472.40,472.29" +1121787941,Chase Mason - Affordable Designer Shoes,Footwear,Fashion,USD,2014-06-04,8000.00,2014-05-02 19:06:04,16277.00,successful,288,US,16277.00,16277.00,8000.00 +1121796118,Instantly Call for Help with Wearable SOS Ring - Mangos Ring,Wearables,Technology,USD,2016-07-21,30000.00,2016-06-22 17:58:28,7793.00,canceled,86,US,6619.00,7793.00,30000.00 +112180223,world needs women,Drama,Film & Video,AUD,2017-08-20,1700.00,2017-06-28 10:53:16,20.00,failed,1,AU,0.00,15.83,1345.47 +1121802736,Plank & Rank,Tabletop Games,Games,USD,2017-10-12,1000.00,2017-09-12 16:42:45,4212.00,successful,162,US,3843.00,4212.00,1000.00 +1121807044,Comical People,Comedy,Film & Video,USD,2016-01-01,15000.00,2015-12-02 10:33:23,0.00,failed,0,US,0.00,0.00,15000.00 +"1121815161,""The Digital Transformation Conference, London"",Technology,Technology,GBP,2016-10-14,6000.00,2016-09-14 17:19:48,1.00,failed,1,GB,0.00,1.22,7341.96" +1121818295,Mantras from the Heart. Shri Vidya. Conciousness music.,World Music,Music,EUR,2017-11-25,6000.00,2017-10-26 15:01:56,480.00,failed,15,ES,0.00,570.48,7130.97 +1121821451,Dancing with NED -- A Cancer Rock Documentary ,Documentary,Film & Video,USD,2010-11-13,10000.00,2010-09-14 22:26:14,17250.00,successful,128,US,17250.00,17250.00,10000.00 +1121833065,Know Lyfe:TOUR WITH SEVENDUST PROJECT,Rock,Music,USD,2011-09-01,2100.00,2011-07-03 00:24:13,120.00,failed,3,US,120.00,120.00,2100.00 +1121840129,Rising from the ashes,Art,Art,USD,2010-11-24,5000.00,2010-10-15 02:51:30,85.00,failed,3,US,85.00,85.00,5000.00 +1121845731,CALCULORDS 2: Rise of the Shadow Nerd,Mobile Games,Games,USD,2016-10-27,40000.00,2016-09-27 01:12:46,20976.29,failed,520,US,3045.00,20976.29,40000.00 +1121846589,ADHD: A Randomly Assorted Collection of My Stories,Nonfiction,Publishing,USD,2016-04-01,12000.00,2016-03-02 15:56:28,50.00,canceled,1,US,50.00,50.00,12000.00 +1121851008,EPHIALTES,Webseries,Film & Video,USD,2015-12-14,5500.00,2015-11-14 23:38:08,1243.00,failed,22,US,1243.00,1243.00,5500.00 +112185895,Lost Idols,Tabletop Games,Games,USD,2015-07-07,2695.00,2015-06-07 03:04:47,3249.00,successful,103,US,3249.00,3249.00,2695.00 +1121863774,Franco Florenzi Watches | Simplicity & Elegance at its best!,Fashion,Fashion,GBP,2015-08-13,10000.00,2015-06-29 18:13:04,909.00,canceled,12,GB,1431.49,1421.20,15634.77 +112187138,Spice Hound releases debut EP: the Revival,Indie Rock,Music,USD,2012-03-22,800.00,2012-03-02 21:43:34,55.00,failed,3,US,55.00,55.00,800.00 +"1121871977,The Lost Bowl; a diy backyard concrete skatepark.,Performance Art,Art,USD,2011-01-01,5500.00,2010-12-02 03:05:49,5600.65,successful,111,US,5600.65,5600.65,5500.00" +1121873723,Bubble Hat,Gadgets,Technology,USD,2015-11-01,50000.00,2015-09-03 21:52:07,54.00,failed,5,US,54.00,54.00,50000.00 +"112187379,Dance on Film series; Ethiopia is next!,Documentary,Film & Video,USD,2011-12-25,12000.00,2011-11-13 08:33:16,630.00,failed,18,US,630.00,630.00,12000.00" +1121874117,Help Fund a Professional Music Video for Teen Artists,Music Videos,Film & Video,USD,2014-12-04,500.00,2014-11-24 03:25:24,100.00,canceled,1,US,100.00,100.00,500.00 +"1121877464,""Help us make """"An Affair"""" (a feature film)"",Narrative Film,Film & Video,USD,2010-12-01,20000.00,2010-10-06 18:34:31,8285.00,failed,76,US,8285.00,8285.00,20000.00" +112187968,Regalia - Of Men And Monarchs,Video Games,Games,USD,2015-07-03,40000.00,2015-06-02 17:27:43,90245.57,successful,2710,US,90245.57,90245.57,40000.00 +1121880739,My Dream Is To Make Cute Character T-Shirts,Fashion,Fashion,USD,2011-11-10,5000.00,2011-10-11 18:13:42,5783.00,successful,85,US,5783.00,5783.00,5000.00 +1121880928,FrameByFrame : YouTube Generated Art,Digital Art,Art,GBP,2017-10-04,200.00,2017-09-04 09:27:28,0.00,failed,0,GB,0.00,0.00,261.51 +"1121895414,Royal Flush: Legends from the West,Film & Video,Film & Video,EUR,2016-03-14,5000.00,2016-02-13 20:10:59,1.00,undefined,0,""N,0"""""",,1.13,5639.52" +1121924811,Mac Vs Windows: another match!,Web,Journalism,EUR,2015-11-13,1000.00,2015-10-14 01:31:35,0.00,failed,0,IE,0.00,0.00,1076.40 +1121931621,Effie's Room !!!,Crafts,Crafts,USD,2015-03-21,50000.00,2015-02-09 17:24:50,10.00,failed,1,US,10.00,10.00,50000.00 +1121938624,Poil de carotte,Performances,Dance,EUR,2015-11-24,38000.00,2015-09-25 11:39:08,258.00,failed,4,FR,288.50,272.96,40203.98 +1121938764,Mobile App Giving Everyone access to Sign Language,Apps,Technology,GBP,2015-02-22,60000.00,2015-01-23 21:39:58,42.00,failed,6,GB,63.59,64.86,92662.66 +1121940284,Live fra Lolland: Kærester 2.0,Graphic Novels,Comics,DKK,2015-07-17,30000.00,2015-05-19 09:36:24,38985.00,successful,158,DK,5969.80,5688.83,4377.71 +"1121944778,""Hygienic Art Amphitheater Project New London, Connecticut"",Spaces,Theater,USD,2017-04-05,10000.00,2017-03-06 20:14:37,10615.00,successful,60,US,1200.00,10615.00,10000.00" +1121952327,Baby Cakes,Food,Food,USD,2014-08-07,10000.00,2014-07-08 19:49:06,0.00,failed,0,US,0.00,0.00,10000.00 +1121955098,Feed the world......insects.,Farms,Food,USD,2015-07-04,250000.00,2015-05-05 23:39:17,1.00,failed,1,US,1.00,1.00,250000.00 +1121957258,10 Years and Counting...a new album by Valor Brass!,Classical Music,Music,USD,2014-12-08,4000.00,2014-11-10 03:11:14,4518.00,successful,33,US,4518.00,4518.00,4000.00 +1121986101,'The Winding Road to Recovery',Documentary,Film & Video,USD,2011-05-13,9100.00,2011-04-25 04:23:09,9447.00,successful,97,US,9447.00,9447.00,9100.00 +"1121986102,""Effects Pedal Board PB-1 For Guitarists, Vocalists and Musos"",Music,Music,GBP,2017-12-25,3000.00,2017-11-27 23:21:12,0.00,failed,0,GB,0.00,0.00,4055.20" +1121987471,Help Papa Bear and the Easy Love Record an Album,Music,Music,USD,2012-07-23,5000.00,2012-06-23 02:09:54,5503.00,successful,112,US,5503.00,5503.00,5000.00 +1121989774,Buy Adam a new set of Guitar strings! (Suspended),Music,Music,NZD,2015-09-30,40.00,2015-08-31 22:24:46,4.00,suspended,2,NZ,2.59,2.56,25.64 +1121992150,All Mormons Have Multiple Wives,Shorts,Film & Video,USD,2012-04-05,800.00,2012-03-16 15:31:38,1328.38,successful,21,US,1328.38,1328.38,800.00 +1122002,Camber Watches,Product Design,Design,EUR,2015-10-24,18800.00,2015-09-16 12:33:29,38992.00,successful,380,NL,44117.98,42957.40,20711.92 +1122006504,Donovan Raitt - First Solo Acoustic Guitar Record,Classical Music,Music,USD,2012-08-17,3000.00,2012-07-23 19:57:56,4490.00,successful,88,US,4490.00,4490.00,3000.00 +"1122012119,""Cookies in a Snap, cut, shape and bake cookies in a SNAP!"",Product Design,Design,USD,2016-05-26,10000.00,2016-04-11 11:27:19,3811.50,failed,88,US,3811.50,3811.50,10000.00" +1122017316,Mellencamp: The Bigfoot Comedy Movie,Shorts,Film & Video,USD,2014-01-08,10000.00,2013-12-09 22:27:55,1503.00,failed,40,US,1503.00,1503.00,10000.00 +1122022228,Dexter the Stinky Kitty,Children's Books,Publishing,CAD,2016-12-30,3500.00,2016-11-30 21:18:42,475.00,failed,16,CA,167.43,352.90,2600.30 +1122040204,Preventa Novela Camino en Espiral,Nonfiction,Publishing,MXN,2018-01-07,45000.00,2017-11-08 06:16:05,0.00,canceled,0,MX,0.00,0.00,2354.54 +1122040843,Tripster social travel app,Apps,Technology,SEK,2015-05-09,300000.00,2015-04-09 22:36:36,0.00,failed,0,SE,0.00,0.00,36048.59 +"1122052580,""Help us print Amelia Bentley's """"&Parts""""!"",Art Books,Publishing,USD,2013-04-18,100.00,2013-03-23 18:23:29,278.00,successful,21,US,278.00,278.00,100.00" +1122059822,Live Sound,Music,Music,GBP,2017-03-04,10000.00,2017-02-02 14:55:04,0.00,failed,0,GB,0.00,0.00,12155.84 +"1122059975,""The National Road, an American song story."",Country & Folk,Music,USD,2012-11-08,5000.00,2012-10-09 18:56:07,3112.00,failed,54,US,3112.00,3112.00,5000.00" +112206102,New Blood for the Old Body - Photography from inside the new agrarian movement,Photography,Photography,USD,2010-10-08,600.00,2010-09-08 20:58:04,1895.00,successful,50,US,1895.00,1895.00,600.00 +1122061038,My Story. My Album.,Pop,Music,USD,2013-10-31,15000.00,2013-10-01 03:02:35,5528.00,failed,98,US,5528.00,5528.00,15000.00 +1122065603,Vibe with Daniii,R&B,Music,USD,2017-11-23,6000.00,2017-10-31 12:48:56,380.00,failed,4,US,0.00,380.00,6000.00 +1122071778,BABES IN ADLAND,Fiction,Publishing,USD,2015-01-06,3624.00,2014-12-04 21:35:58,90.00,failed,6,US,90.00,90.00,3624.00 +1122085458,Halka Art Project Residency,Art,Art,USD,2014-04-26,2500.00,2014-03-12 21:28:06,3075.00,successful,33,US,3075.00,3075.00,2500.00 +1122091849,Forever Hillary - Honor - LOVE trumps HATE - Unity frames,Ceramics,Art,USD,2017-04-30,20000.00,2017-03-28 08:28:16,0.00,canceled,0,US,0.00,0.00,20000.00 +1122111570,Black Canyon Beer Company,Small Batch,Food,USD,2017-07-11,25000.00,2017-05-27 04:59:16,4130.00,failed,35,US,1180.00,4130.00,25000.00 +1122116270,Seeds of Character: the 6th album,Music,Music,USD,2010-07-25,52500.00,2010-06-10 09:38:17,2835.00,failed,109,US,2835.00,2835.00,52500.00 +1122118925,ENTRIPPY: AN INTERACTIVE ILLUSTRATION ROADSHOW,Illustration,Art,USD,2013-01-05,4000.00,2012-12-06 16:09:06,4066.00,successful,71,US,4066.00,4066.00,4000.00 +1122121562,THE SKY HAS FALLEN - No CGI - Award-Winning Horror Film,Narrative Film,Film & Video,USD,2014-02-08,100.00,2013-12-10 17:39:43,2323.00,successful,45,US,2323.00,2323.00,100.00 +"1122128123,""""""Violence + Feathers"""": A Book of Poetry and Artwork"",Art Books,Publishing,USD,2011-10-29,19000.00,2011-09-29 17:01:16,2985.00,canceled,8,US,2985.00,2985.00,19000.00" +1122135977,Evidence of Evil: Power. Drugs. Murder. Sex. Children.,Documentary,Film & Video,USD,2015-12-13,70000.00,2015-11-14 18:56:30,5710.00,failed,42,US,5710.00,5710.00,70000.00 +1122136640,Lucy Adamas & Silence Collection,Jazz,Music,USD,2015-10-01,11111.00,2015-08-26 00:02:01,0.00,failed,0,US,0.00,0.00,11111.00 +1122138,Summit City - Self Publishing Project,Fiction,Publishing,USD,2012-06-17,5000.00,2012-05-18 00:57:28,50.00,failed,1,US,50.00,50.00,5000.00 +1122142953,Automotive furniture and art,Sculpture,Art,AUD,2014-12-12,5000.00,2014-11-12 04:15:15,0.00,failed,0,AU,0.00,0.00,4134.62 +1122151228,Monster Madness - 28mm Monster & Horror Character Miniatures,Tabletop Games,Games,GBP,2016-10-16,1000.00,2016-09-30 19:59:04,9158.00,successful,201,GB,5473.22,11161.49,1218.77 +112216197,AIdol: Artificial Intelligence Idol - A Visual Novel,Video Games,Games,USD,2017-05-18,2000.00,2017-04-18 18:00:36,2872.00,successful,134,US,1346.00,2872.00,2000.00 +1122180436,Stuck At The Carnival,Hip-Hop,Music,USD,2015-05-18,5500.00,2015-04-03 05:52:21,21.00,failed,2,US,21.00,21.00,5500.00 +1122186059,The Leaf Chief - easy leaf bagger,Product Design,Design,USD,2017-02-03,35620.00,2017-01-04 19:19:43,28.00,failed,1,US,0.00,28.00,35620.00 +1122186727,Anqa Wallets - Changing a country through design,Crafts,Crafts,USD,2015-03-30,2000.00,2015-02-27 00:45:15,344.00,failed,6,US,344.00,344.00,2000.00 +1122188243,The Card Cage (Canceled),Product Design,Design,USD,2015-09-10,11500.00,2015-08-11 14:29:54,3228.00,canceled,54,US,3228.00,3228.00,11500.00 +1122189443,Ron's Ponds: A fun and meaningful adventure.,Children's Books,Publishing,USD,2013-09-06,4300.00,2013-08-07 14:36:31,1423.11,failed,19,US,1423.11,1423.11,4300.00 +112219405,Cheese on Toast,Food,Food,GBP,2014-07-14,5.00,2014-07-07 21:37:33,6.00,successful,2,GB,10.30,10.25,8.54 +"112219550,""Help """"The Petite Beat"""" record their first album!!!!!"",Indie Rock,Music,USD,2011-06-03,8000.00,2011-03-19 00:37:42,0.00,failed,0,US,0.00,0.00,8000.00" +1122198334,Ready to Play Storage Solution for the game Elder Sign,Tabletop Games,Games,USD,2013-09-09,1450.00,2013-08-11 05:39:24,8900.00,successful,81,US,8900.00,8900.00,1450.00 +1122207381,Trump 2016 - Man of Action Figure!,Product Design,Design,USD,2016-07-09,125000.00,2016-06-09 05:01:14,577.00,failed,11,US,457.00,577.00,125000.00 +1122210023,Sweet Sillys (Canceled),Design,Design,EUR,2015-11-25,15000.00,2015-10-26 13:21:31,462.00,canceled,18,ES,509.03,488.80,15869.99 +"1122214369,""""""The Gentleman"""" A Short Film"",Narrative Film,Film & Video,USD,2015-10-18,600.00,2015-09-18 01:58:14,25.00,failed,1,US,25.00,25.00,600.00" +1122217057,The Sports Inquirer,Web,Journalism,USD,2014-09-28,100.00,2014-07-30 03:01:05,0.00,failed,0,US,0.00,0.00,100.00 +112222195,2015 INDIE GRITS Filmmaker Travel Fund,Festivals,Film & Video,USD,2015-03-07,5000.00,2015-02-04 22:32:09,5315.00,successful,112,US,5315.00,5315.00,5000.00 +"1122231399,Fill Your Empty Practice!,Publishing,Publishing,GBP,2016-05-17,2000.00,2016-04-17 16:16:23,392.00,failed,0,""N,0"""""",,571.09,2913.71" +1122232645,Sacred Stone Color Psychology,Crafts,Crafts,USD,2015-03-02,2500.00,2015-01-31 00:09:37,0.00,failed,0,US,0.00,0.00,2500.00 +1122234889,Let’s Bring Haralambi Markov to World Fantasy This Year!,Publishing,Publishing,USD,2015-06-17,3000.00,2015-05-18 12:03:35,3127.00,successful,86,US,3127.00,3127.00,3000.00 +1122239092,Life. Sucks {the web series} (Canceled),Webseries,Film & Video,USD,2013-01-20,8000.00,2012-11-21 19:37:08,0.00,canceled,0,US,0.00,0.00,8000.00 +1122241260,Dark Age of Wythia,Video Games,Games,USD,2013-02-14,750.00,2013-01-15 18:05:48,26.00,failed,2,US,26.00,26.00,750.00 +112224863,Bring my dream to life. (Canceled),Music,Music,SEK,2015-08-05,500.00,2015-07-06 23:08:12,0.00,canceled,0,SE,0.00,0.00,57.14 +1122250471,Photobook 'Culture of the Confrontation',Photobooks,Photography,USD,2016-07-30,35000.00,2016-06-30 08:07:13,11739.00,failed,56,US,2853.00,11739.00,35000.00 +112225465,Cornfield Mafia's Newest EP,Country & Folk,Music,USD,2013-12-18,5000.00,2013-12-04 02:42:50,350.00,failed,4,US,350.00,350.00,5000.00 +1122255400,See Through Apparel,Apparel,Fashion,USD,2017-01-02,5000.00,2016-12-03 00:10:57,50.00,failed,1,US,0.00,50.00,5000.00 +1122276954,Righteous Souls - Changing of the Reapers Guard,Fiction,Publishing,USD,2013-12-18,25000.00,2013-11-18 17:52:34,0.00,failed,0,US,0.00,0.00,25000.00 +1122280324,Asylum Fashion House-Surf Expo Launch,Fashion,Fashion,USD,2012-03-15,8000.00,2012-01-15 21:14:04,41.00,failed,4,US,41.00,41.00,8000.00 +112228197,It's Important to Paws,Animals,Photography,USD,2013-06-10,25000.00,2013-05-08 20:14:01,27699.57,successful,283,US,27699.57,27699.57,25000.00 +1122283663,The Great Work II: Seasons | Alchemy Symbol Enamel Pins,Apparel,Fashion,USD,2017-10-11,2100.00,2017-09-18 22:20:33,2182.00,successful,82,US,900.00,2182.00,2100.00 +1122291079,Be a part of the debut EP from The Joy Eternal!,Music,Music,USD,2011-03-26,5000.00,2011-02-24 03:13:07,5025.01,successful,22,US,5025.01,5025.01,5000.00 +1122293161,Fire Dragons & Other Rare Creatures Book & Playing Cards,Playing Cards,Games,USD,2014-10-31,4500.00,2014-10-01 20:57:24,14249.00,successful,276,US,14249.00,14249.00,4500.00 +1122298153,Here Are Some Things (Canceled),Fiction,Publishing,USD,2010-01-16,1700.00,2009-10-31 22:56:11,428.00,canceled,7,US,428.00,428.00,1700.00 +1122298324,Leafscape - a book by Inky Leaves,Art Books,Publishing,GBP,2017-03-12,5000.00,2017-02-09 14:57:22,8455.00,successful,162,GB,1945.87,10450.53,6180.09 +"1122301301,""CloudFTP. Wirelessly share ANY USB storage with iPad, iPhone"",Technology,Technology,USD,2012-01-07,100000.00,2011-11-08 04:36:28,262351.01,successful,2738,US,262351.01,262351.01,100000.00" +112230210,Adventurers of Regicide,Video Games,Games,USD,2016-09-08,3000.00,2016-08-08 18:42:02,10.00,canceled,1,US,0.00,10.00,3000.00 +1122305335,Winks by Susan,Crafts,Crafts,USD,2015-02-14,1500.00,2015-01-15 03:39:37,661.00,failed,11,US,661.00,661.00,1500.00 +1122310120,The Lori Leshner Dance Project,Dance,Dance,USD,2014-05-05,4000.00,2014-04-04 02:41:39,6072.00,successful,118,US,6072.00,6072.00,4000.00 +1122310573,Text,Drama,Film & Video,USD,2014-07-31,55000.00,2014-07-01 12:39:31,5750.00,failed,64,US,5750.00,5750.00,55000.00 +1122318169,Harwood Hobbies Re-Releases Former Tengu Miniatures!,Tabletop Games,Games,CAD,2016-09-29,800.00,2016-08-30 20:19:28,2074.00,successful,45,CA,404.46,1575.75,607.81 +"1122323672,""Haunt - short experimental drama about losing """"the one"""""",Experimental,Film & Video,USD,2016-11-22,12000.00,2016-10-19 22:46:22,12121.00,successful,55,US,575.00,12121.00,12000.00" +1122325510,'Perfect Mind' Shakespeare Double Bill,Theater,Theater,GBP,2013-05-30,1000.00,2013-04-30 17:51:52,25.00,failed,1,GB,38.79,38.09,1523.58 +1122325860,PARKED | Coffee Table Pictorial,Art Books,Publishing,USD,2012-08-22,5000.00,2012-07-28 22:43:32,227.00,failed,7,US,227.00,227.00,5000.00 +1122327390,The Comedy Button Podcast,Radio & Podcasts,Publishing,USD,2011-09-10,6000.00,2011-08-11 03:00:22,39693.28,successful,916,US,39693.28,39693.28,6000.00 +1122332465,WeMerge Magazine Presents: Coloring Locals,Art Books,Publishing,USD,2012-05-13,4500.00,2012-03-14 01:32:46,235.00,failed,13,US,235.00,235.00,4500.00 +"1122339214,""Ocean-Themed Children's Book w/a """"Catchy"""" Song - PREORDER!"",Children's Books,Publishing,USD,2017-11-06,3500.00,2017-10-16 02:17:55,534.00,failed,18,US,142.00,534.00,3500.00" +1122341167,Freelancer,Drama,Film & Video,USD,2016-01-12,1500.00,2015-11-13 03:47:37,0.00,failed,0,US,0.00,0.00,1500.00 +1122346443,Inktober,Comic Books,Comics,USD,2016-04-23,7000.00,2016-03-24 17:01:35,7155.00,successful,103,US,7155.00,7155.00,7000.00 +"1122351414,""Waltz Workshop, Potluck Dinner and Contra Dance"",Dance,Dance,USD,2014-04-19,250.00,2014-04-04 17:12:04,411.00,successful,10,US,411.00,411.00,250.00" +112235460,The Circumstance of Marriage,Fiction,Publishing,USD,2013-02-01,500.00,2013-01-02 15:54:17,895.00,successful,27,US,895.00,895.00,500.00 +1122356645,KindLink: the story of your donation,Web,Technology,GBP,2017-01-11,90000.00,2016-12-04 23:06:24,355.00,canceled,13,GB,152.76,432.29,109595.71 +1122368888,GOLD BEYOND YOUR DREAMS,Video,Journalism,GBP,2016-10-22,23000.00,2016-09-22 02:11:02,1564.00,failed,17,GB,141.55,1900.00,27941.11 +1122372887,Portsmouth Escape Room - An Interactive Live Action Game!,Live Games,Games,USD,2015-08-22,5000.00,2015-07-10 07:34:25,201.00,failed,6,US,201.00,201.00,5000.00 +"1122381756,""""""Finding"""" Student Film"",Film & Video,Film & Video,USD,2011-04-17,55.56,2011-03-11 21:03:20,114.00,successful,6,US,114.00,114.00,55.56" +1122391134,Xroads Clayworks Artist Studio,Ceramics,Art,USD,2015-03-20,3500.00,2015-02-18 23:37:41,696.00,failed,12,US,696.00,696.00,3500.00 +112240629,Exploring America's Game,Nonfiction,Publishing,USD,2015-04-03,10001.00,2015-03-04 02:08:23,3362.00,failed,42,US,3362.00,3362.00,10001.00 +1122408483,Paradise Lost: FPS Survival Cosmic Horror Game,Video Games,Games,MXN,2017-12-11,10000.00,2017-11-11 14:40:50,20200.00,successful,34,MX,26.28,1053.89,521.73 +1122408904,Funding My First Studio Album,Hip-Hop,Music,USD,2017-09-16,5000.00,2017-08-17 18:42:53,76.00,failed,3,US,75.00,76.00,5000.00 +112241763,Larsen Toy Lab: Rediscover the Power of Building Blocks,Design,Design,USD,2012-12-14,15200.00,2012-11-14 06:23:50,15946.00,successful,150,US,15946.00,15946.00,15200.00 +1122418590,Family Business Television Show,Drama,Film & Video,USD,2017-09-11,150000.00,2017-07-13 02:54:14,0.00,canceled,0,US,0.00,0.00,150000.00 +1122427143,knock3times.com,Web,Technology,USD,2014-07-03,12000.00,2014-06-03 01:22:39,1326.00,failed,8,US,1326.00,1326.00,12000.00 +1122428822,Murals by Me,Public Art,Art,USD,2015-05-03,600.00,2015-04-18 18:53:08,1043.00,successful,29,US,1043.00,1043.00,600.00 +1122435700,Cosmic Run: Rapid Fire,Tabletop Games,Games,USD,2017-03-20,12500.00,2017-02-27 15:01:48,22339.22,successful,741,US,9576.00,22339.22,12500.00 +1122437690,Aerial Images in Venice - Immagini aerei in Italia,Nature,Photography,EUR,2015-12-11,1500.00,2015-11-11 00:32:48,0.00,canceled,0,IT,0.00,0.00,1642.50 +1122442836,IMPACT Magazine: Putting Social Impact to Print,Periodicals,Publishing,USD,2013-08-27,5000.00,2013-07-13 17:59:36,5001.00,successful,66,US,5001.00,5001.00,5000.00 +1122443162,Wired Era: Help Twin Brothers & Friends record first Album!,Pop,Music,USD,2014-11-07,3500.00,2014-10-03 05:09:32,3726.00,successful,46,US,3726.00,3726.00,3500.00 +1122443203,The Homefront,Film & Video,Film & Video,USD,2010-12-18,4000.00,2010-11-18 02:28:40,6000.01,successful,80,US,6000.01,6000.01,4000.00 +1122444774,FADE: The Forgotten Journey,Video Games,Games,USD,2016-03-23,5000.00,2016-02-23 20:18:44,502.00,failed,31,US,502.00,502.00,5000.00 +1122452421,Something Nice to Say: A Comedy Podcast,Radio & Podcasts,Publishing,USD,2016-10-01,1000.00,2016-09-02 13:27:05,1340.00,successful,36,US,590.00,1340.00,1000.00 +1122480377,Chicago - Taiji Push Hands Seminar with Adam Mizner,Dance,Dance,USD,2012-01-21,1600.00,2011-11-22 21:29:49,1657.00,successful,10,US,1657.00,1657.00,1600.00 +1122481683,Get us to London! Photography Graduate Show!,Photography,Photography,GBP,2013-02-14,500.00,2013-01-15 23:48:52,760.00,successful,30,GB,1227.06,1177.02,774.35 +112248544,Wicked Dogs' Awesome Hot Dog Cart!,Food,Food,USD,2012-05-02,3000.00,2012-04-02 23:09:59,3169.00,successful,34,US,3169.00,3169.00,3000.00 +112248752,ShaveAce - Make shaving great again!,Product Design,Design,USD,2016-10-01,80000.00,2016-08-17 01:57:10,478.00,failed,13,US,84.00,478.00,80000.00 +112249344,Patty Lou's Pinups 2013 Edition,Photography,Photography,USD,2012-11-08,2500.00,2012-10-19 22:20:59,2900.52,successful,56,US,2900.52,2900.52,2500.00 +1122497060,N scale NSWGR AD60 Garratt locomotive,Product Design,Design,AUD,2014-06-30,110000.00,2014-05-01 06:38:39,84352.00,failed,89,AU,78279.54,78885.25,102871.04 +1122499324,Destiny Jones,Narrative Film,Film & Video,USD,2014-05-20,1000.00,2014-04-09 08:56:29,1000.00,successful,16,US,1000.00,1000.00,1000.00 +1122500493,Treasure Hunter MMO,Video Games,Games,USD,2012-07-28,10000.00,2012-06-28 04:32:11,191.00,failed,6,US,191.00,191.00,10000.00 +1122509892,In The Shadows,Drama,Film & Video,USD,2014-06-23,5000.00,2014-05-09 02:47:40,5050.00,successful,23,US,5050.00,5050.00,5000.00 +1122510182,Paintbox make up studio Glasgow,Couture,Fashion,GBP,2014-10-25,7000.00,2014-09-25 04:09:56,0.00,failed,0,GB,0.00,0.00,11178.54 +11225119,UNITY THROUGH PERFORMANCE ART,Performance Art,Art,USD,2012-04-04,800.00,2012-03-14 22:47:29,800.00,successful,13,US,800.00,800.00,800.00 +1122523230,Crispin the Candy Cane Farmer,Children's Books,Publishing,USD,2015-01-19,14279.00,2014-12-20 01:10:08,545.00,failed,11,US,545.00,545.00,14279.00 +1122526260,Promise of Peace Community Garden,Food,Food,USD,2013-08-17,10000.00,2013-07-21 18:19:52,10671.00,successful,105,US,10671.00,10671.00,10000.00 +1122534616,The Assassination & Mrs. Paine,Documentary,Film & Video,USD,2017-04-22,25000.00,2017-03-23 18:59:26,26025.00,successful,92,US,5785.00,26025.00,25000.00 +1122536408,Nails In The Key Of Life: A Mobile Nail Salon,Public Art,Art,USD,2012-07-16,4000.00,2012-06-11 21:20:29,5035.00,successful,92,US,5035.00,5035.00,4000.00 +"1122536821,""Premium, Hand-Assembled Watch - The Eagle"",Fashion,Fashion,HKD,2017-05-04,155000.00,2017-04-04 17:48:01,747391.00,successful,437,HK,43078.18,96026.18,19914.69" +1122543704,DatingForEveryone,Web,Technology,GBP,2014-12-09,9000.00,2014-11-24 13:20:44,0.00,failed,0,GB,0.00,0.00,14138.72 +1122543711,Apocalypse Boyz Season 1,Film & Video,Film & Video,USD,2010-06-10,3200.00,2010-03-12 21:38:02,25.00,failed,1,US,25.00,25.00,3200.00 +1122544182,Cable Cam Teo3+,Camera Equipment,Technology,MXN,2017-11-27,300000.00,2017-09-28 01:29:26,1000.00,failed,2,MX,0.00,53.55,16065.12 +1122550530,The DPx HEST/F URBAN. The All American Hard Use Pocket Knife,Product Design,Design,USD,2015-12-17,15000.00,2015-11-17 02:30:07,100132.00,successful,315,US,100132.00,100132.00,15000.00 +1122550960,TMS: The 9th Age - Quick Starter Set,Games,Games,USD,2017-11-25,2000.00,2017-10-26 17:46:36,2325.00,canceled,17,US,907.00,2325.00,2000.00 +1122553522,Watchers of Worlds,Fiction,Publishing,USD,2012-10-10,5000.00,2012-09-25 18:31:39,70.00,failed,3,US,70.00,70.00,5000.00 +1122554260,Ballroom Dancer to Pop Superstar - Reaching for the Dream,Pop,Music,GBP,2014-09-20,100000.00,2014-07-22 18:48:27,0.00,failed,0,GB,0.00,0.00,163084.25 +1122556423,Tipsy Unicorn Sweets,Small Batch,Food,GBP,2017-07-21,3500.00,2017-06-23 16:22:33,458.00,failed,17,GB,229.35,595.03,4547.17 +1122568158,Shock Treatment - The Sequel to Rocky Horror!,Musical,Theater,GBP,2015-02-21,5000.00,2015-01-07 00:14:16,587.00,failed,24,GB,897.44,906.55,7721.89 +1122573591,The Tree of Happiness Novel about God's Grace and recovery,Nonfiction,Publishing,USD,2015-06-04,2000.00,2015-05-05 21:37:52,0.00,failed,0,US,0.00,0.00,2000.00 +1122578746,2013 Album,Indie Rock,Music,USD,2012-11-11,3000.00,2012-10-12 19:24:59,415.69,failed,13,US,415.69,415.69,3000.00 +1122585424,The Era of Being Poetically Correct Poetry Book/CD Project,Poetry,Publishing,USD,2011-10-24,250.00,2011-09-14 11:35:26,280.00,successful,6,US,280.00,280.00,250.00 +1122593474,Roomsies Season 3,Webseries,Film & Video,USD,2014-02-27,2000.00,2014-01-28 20:30:01,2155.00,successful,58,US,2155.00,2155.00,2000.00 +1122599797,Bootleggers,Fashion,Fashion,USD,2013-05-09,15000.00,2013-04-09 02:13:39,940.00,failed,10,US,940.00,940.00,15000.00 +"1122601568,""""""Joy Compactor"""" Strangely's Next Album! On Vinyl! (Or CD)"",Country & Folk,Music,USD,2015-07-06,2222.00,2015-05-22 09:01:36,4331.78,successful,101,US,4331.78,4331.78,2222.00" +1122602510,Your Eyes Are Always Black by DANE FILIPCZAK,Indie Rock,Music,USD,2011-09-19,200.00,2011-09-09 01:09:18,430.00,successful,23,US,430.00,430.00,200.00 +1122616547,Be a part of Julia's first EP!,Indie Rock,Music,USD,2015-07-02,7875.00,2015-06-02 16:15:55,7946.00,successful,74,US,7946.00,7946.00,7875.00 +1122616788,A Captive Behavior,Sculpture,Art,USD,2012-03-03,1000.00,2012-02-02 03:11:03,1105.00,successful,11,US,1105.00,1105.00,1000.00 +11226181,BUCK BUMPER: A New Advantage for Big Game Hunters,Sound,Technology,USD,2016-08-05,3000.00,2016-07-06 11:52:59,889.00,failed,8,US,668.00,889.00,3000.00 +1122619437,Gearworks: A steampunk strategy card game,Tabletop Games,Games,USD,2017-12-06,9000.00,2017-11-14 16:02:57,45639.00,successful,1129,US,8309.00,45639.00,9000.00 +"112262044,""Goat Haus Biergarten in Montgomery, Alabama"",Drinks,Food,USD,2017-03-17,10000.00,2017-02-14 20:00:26,12778.00,successful,86,US,257.00,12778.00,10000.00" +1122621479,DGDG presents NICE,Performances,Dance,USD,2014-11-06,5000.00,2014-10-07 07:08:52,5230.00,successful,76,US,5230.00,5230.00,5000.00 +1122622853,Film about walking 1800 miles across New Zealand,Documentary,Film & Video,USD,2010-03-14,5000.00,2009-12-14 13:07:51,1039.00,failed,31,US,1039.00,1039.00,5000.00 +1122626109,Backlit Shortcut Editing Keyboard - For all editors.,Hardware,Technology,GBP,2014-11-20,10000.00,2014-10-06 16:09:47,20779.99,successful,245,GB,33185.70,32587.88,15682.34 +"1122626686,""""""The Flash: The Fastest Man Alive!"""" - Webisodes"",Webseries,Film & Video,USD,2013-08-07,10000.00,2013-07-08 19:51:44,342.00,failed,14,US,342.00,342.00,10000.00" +1122627088,Fallout: Nuka Break - Tales from the Wasteland,Film & Video,Film & Video,USD,2014-07-29,20000.00,2014-06-25 18:01:01,66625.52,successful,1129,US,66625.52,66625.52,20000.00 +1122628917,Providers (RPG),Video Games,Games,USD,2015-06-23,8000.00,2015-05-14 23:36:40,20.00,failed,1,US,20.00,20.00,8000.00 +1122634649,Memories Like Fire and Ice: Alex Prints a Novel,Fiction,Publishing,USD,2012-09-27,600.00,2012-08-28 15:32:40,140.00,failed,2,US,140.00,140.00,600.00 +112264368,Become an Intentional Exile,Nonfiction,Publishing,CAD,2014-10-01,28500.00,2014-09-01 13:16:13,4305.00,failed,72,CA,3957.66,3849.59,25485.11 +1122646642,Hand signed postcards made with LOVE! Send yours today!,Nature,Photography,EUR,2015-06-11,900.00,2015-05-12 12:44:07,2.00,failed,2,DE,2.23,2.24,1009.80 +11226473,Nevada Majestic,Sculpture,Art,USD,2014-09-21,4500.00,2014-08-22 20:18:56,145.00,failed,3,US,145.00,145.00,4500.00 +1122648572,The Dungeon Shield,Tabletop Games,Games,NOK,2017-11-29,60000.00,2017-10-30 21:00:36,5645.00,canceled,8,NO,271.89,679.38,7221.09 +1122651487,PlaySystem,Web,Technology,GBP,2015-12-10,500.00,2015-10-25 23:07:57,1.00,failed,1,GB,1.53,1.52,757.89 +1122654403,Earth - the film 2014,Film & Video,Film & Video,GBP,2014-03-09,1000.00,2014-02-27 22:43:17,0.00,failed,0,GB,0.00,0.00,1659.48 +"1122655302,""Professor shyguy - Chiptune Pop Album, Video, and Tour!"",Chiptune,Music,USD,2013-05-24,3500.00,2013-05-01 06:26:06,5013.13,successful,174,US,5013.13,5013.13,3500.00" +1122659763,Mossback: local farm to fork cafe and community food hub,Farms,Food,USD,2015-01-31,10000.00,2014-12-31 00:55:04,11342.00,successful,76,US,11342.00,11342.00,10000.00 +1122661602,PK-Clothing 2016 Offiziell,Apparel,Fashion,EUR,2016-08-04,1000.00,2016-07-05 18:37:18,0.00,failed,0,DE,0.00,0.00,1115.60 +1122671793,Gallerizt,Digital Art,Art,USD,2015-07-31,10000.00,2015-07-01 19:28:11,10052.00,successful,38,US,10052.00,10052.00,10000.00 +1122678642,Triumph & Tragedy,R&B,Music,USD,2014-08-19,2000.00,2014-07-20 21:31:59,0.00,failed,0,US,0.00,0.00,2000.00 +1122688742,Mantis - Storage For Zombies And Mythical Minions,Tabletop Games,Games,GBP,2015-08-19,5000.00,2015-07-25 20:21:09,6855.00,successful,80,GB,10630.08,10743.50,7836.25 +1122693847,TrueMeet app - Match your meetups to your moods !,Apps,Technology,CAD,2016-03-31,75000.00,2016-02-24 19:01:43,14413.00,failed,34,CA,10501.94,11063.09,57568.31 +1122703952,From Garden to Table,Farms,Food,CAD,2016-10-22,10000.00,2016-08-23 02:31:40,4155.05,failed,33,CA,38.86,3103.33,7468.82 +1122704554,Lionhead 3D Printer and 3D Scanner with Li Modeling Software,3D Printing,Technology,USD,2013-10-18,60000.00,2013-09-18 07:04:24,33632.00,canceled,59,US,33632.00,33632.00,60000.00 +112270991,Pulp Fantastic (A Vortex Pulp RPG),Tabletop Games,Games,USD,2014-05-01,1500.00,2014-03-28 22:46:41,2232.00,successful,97,US,2232.00,2232.00,1500.00 +1122712338,Deflector Shield Transparent Self-Adhesive Wall Protection,Design,Design,USD,2017-09-10,50000.00,2017-08-11 20:40:16,272.00,failed,8,US,137.00,272.00,50000.00 +112271387,SITUATE Magazine (Canceled),Web,Journalism,USD,2016-02-01,22000.00,2016-01-06 20:26:53,3307.00,canceled,61,US,3307.00,3307.00,22000.00 +112271767,Cupido Hot Plate - thermal dish for food,Gadgets,Technology,EUR,2017-03-11,10000.00,2017-01-20 14:02:44,150.00,failed,1,IT,0.00,161.05,10736.99 +112271877,Save The Rappers Foundation,Music Videos,Film & Video,USD,2016-02-13,8000.00,2016-01-05 08:27:42,781.00,failed,6,US,781.00,781.00,8000.00 +1122724205,Burning Heart Tarot: A Deck Inspired by Love and Cannibals,Illustration,Art,USD,2016-03-31,5000.00,2016-03-01 14:16:26,9501.00,successful,177,US,9501.00,9501.00,5000.00 +1122742941,How to Die Consciously: Secrets from Beyond the Veil,Nonfiction,Publishing,USD,2012-04-09,2500.00,2012-03-10 19:21:18,547.00,failed,6,US,547.00,547.00,2500.00 +1122746077,Hollow Light,Science Fiction,Film & Video,USD,2014-08-06,1000.00,2014-07-07 02:34:10,1100.00,successful,17,US,1100.00,1100.00,1000.00 +1122748081,Evolve Planner,Calendars,Publishing,USD,2016-11-30,10000.00,2016-10-27 18:56:54,10376.00,successful,237,US,606.00,10376.00,10000.00 +1122753780,OzzyIcecream. (Canceled),Farms,Food,AUD,2015-02-25,800.00,2015-01-26 23:33:48,0.00,canceled,0,AU,0.00,0.00,626.27 +1122754903,Munchable Mythos Acrylic Charms!,Art,Art,USD,2017-08-24,595.00,2017-07-25 18:00:31,786.00,successful,30,US,21.00,786.00,595.00 +1122760078,MeowMeowCookie,Food,Food,GBP,2014-10-31,3300.00,2014-10-01 18:13:36,378.00,failed,11,GB,614.03,603.64,5269.88 +1122760388,he his own mythical beast,Performances,Dance,USD,2017-12-31,8000.00,2017-12-01 17:13:02,10211.00,successful,154,US,100.00,10211.00,8000.00 +1122762827,ANGELS AT WAR: A Documentary of Courage,Documentary,Film & Video,USD,2013-02-06,17765.00,2013-01-03 22:15:38,18047.00,successful,160,US,18047.00,18047.00,17765.00 +1122767150,HankyBook: The Evolution of the Handkerchief!,Product Design,Design,USD,2013-06-21,12500.00,2013-05-22 00:45:50,12772.00,successful,250,US,12772.00,12772.00,12500.00 +1122769347,#ProjectPatt (Album),Pop,Music,USD,2014-04-23,15000.00,2014-03-24 16:27:33,85.00,failed,3,US,85.00,85.00,15000.00 +1122774466,Up A Hill,Shorts,Film & Video,USD,2012-03-11,2500.00,2012-01-31 06:33:15,2554.01,successful,78,US,2554.01,2554.01,2500.00 +1122775434,The Better Light Bulb Changer,Product Design,Design,USD,2015-01-09,50000.00,2014-12-10 01:02:53,71.00,failed,2,US,71.00,71.00,50000.00 +1122778175,TGT (Tight) - A New Kind Of Wallet,Fashion,Fashion,USD,2012-11-27,20000.00,2012-10-23 06:06:39,317424.32,successful,7521,US,317424.32,317424.32,20000.00 +1122778204,Too Cool 2 Kickass,Comedy,Film & Video,GBP,2015-05-21,300.00,2015-04-21 20:56:50,351.00,successful,8,GB,525.40,548.97,469.20 +1122790566,Pixie's Hidden Tablet Tote,Accessories,Fashion,USD,2015-03-22,1500.00,2015-02-20 03:23:28,1.00,failed,1,US,1.00,1.00,1500.00 +1122796469,Wotan: A Beat 'Em Up Visual Novel (Now Coming to Steam!),Video Games,Games,USD,2016-07-06,11000.00,2016-06-06 09:12:30,2408.15,failed,83,US,2408.15,2408.15,11000.00 +1122799181,The Changing of the Sun,Fiction,Publishing,GBP,2014-02-21,1250.00,2014-01-22 08:49:22,1450.00,successful,62,GB,2382.14,2418.40,2084.83 +1122803472,The End is Nigh: A Pre-Apocalyptic Deduction Game,Tabletop Games,Games,USD,2016-10-21,3000.00,2016-09-20 16:00:10,40136.00,successful,1176,US,79.00,40136.00,3000.00 +1122812384,Uni High Unique 2016-2017,Literary Journals,Publishing,USD,2017-04-07,2000.00,2017-03-08 05:03:52,2000.00,successful,45,US,390.00,2000.00,2000.00 +"1122824187,""Running in Chains, a novel"",Fiction,Publishing,USD,2012-04-10,25000.00,2012-03-20 20:02:10,0.00,failed,0,US,0.00,0.00,25000.00" +1122832252,SXSW Bound - I Get There With a Little Help From My Friends,Art,Art,USD,2010-03-30,1500.00,2010-02-17 22:44:57,1600.00,successful,16,US,1600.00,1600.00,1500.00 +1122833561,Black Mesa (Navajo) Wool-Buy,Crafts,Crafts,USD,2011-06-03,2000.00,2011-04-19 20:28:22,2220.00,successful,31,US,2220.00,2220.00,2000.00 +1122844459,Sandwich Masters,Tabletop Games,Games,GBP,2015-10-15,5000.00,2015-09-15 10:00:20,8130.00,successful,323,GB,12560.60,12555.21,7721.53 +1122849924,Productivity planner calendar poster & mini life adventures,Product Design,Design,GBP,2015-11-03,350.00,2015-10-12 17:27:10,457.00,successful,53,GB,700.01,691.82,529.84 +1122852418,COOL The Board Game Project (Canceled),Tabletop Games,Games,USD,2014-07-19,35000.00,2014-05-20 02:42:36,15.00,canceled,1,US,15.00,15.00,35000.00 +"1122862442,""Happily After Tonight, a modern fractured fairy tale"",Theater,Theater,USD,2012-05-19,4000.00,2012-04-19 17:16:58,4685.00,successful,63,US,4685.00,4685.00,4000.00" +11228656,This is War,Drama,Film & Video,USD,2015-11-12,3000.00,2015-10-23 06:52:59,3130.00,successful,38,US,3130.00,3130.00,3000.00 +1122866688,The BIG AP in the BIG APPLE,Theater,Theater,USD,2011-01-26,2000.00,2010-12-27 21:59:13,313.00,failed,8,US,313.00,313.00,2000.00 +1122870038,Codex Bicycle® Playing Cards Deck,Playing Cards,Games,USD,2017-07-27,5000.00,2017-07-12 00:33:14,24177.00,successful,533,US,6832.00,24177.00,5000.00 +112287163,Worlds of Pulp by Scaldcrow Games,Tabletop Games,Games,USD,2013-03-01,2500.00,2013-01-31 04:06:00,3071.00,successful,49,US,3071.00,3071.00,2500.00 +1122879534,FEEL THE MOMENT by Ralf Daab,Conceptual Art,Art,EUR,2017-04-02,12000.00,2017-03-03 16:08:57,12215.00,successful,36,DE,0.00,12984.60,12756.05 +1122882886,AirBuddy | the ultimate tankless dive system,Product Design,Design,AUD,2016-06-07,690000.00,2016-05-08 23:41:59,41508.00,failed,67,AU,30578.89,30719.36,510657.19 +1122887856,OakStar Victorian Steampunk Festival (Canceled),Theater,Theater,USD,2013-09-07,20000.00,2013-07-09 16:30:35,110.00,canceled,5,US,110.00,110.00,20000.00 +1122891074,Humpty Trumpty,Art,Art,USD,2017-04-05,35000.00,2017-03-06 21:00:50,4006.00,failed,34,US,1475.00,4006.00,35000.00 +1122895227,our first tour!,Indie Rock,Music,USD,2011-07-22,2000.00,2011-06-22 20:51:17,2155.00,successful,23,US,2155.00,2155.00,2000.00 +"1122897068,""MARKHATTAN, travel guide and trip to a thriller destination"",Fiction,Publishing,EUR,2015-08-27,500.00,2015-08-14 08:36:32,65.00,failed,2,NL,72.43,73.24,563.40" +1122913294,COB : Speech-Enabled Light & Open Source Smart Home Hub,Hardware,Technology,MXN,2017-11-10,30000.00,2017-10-25 01:23:24,12010.00,suspended,7,MX,526.94,629.79,1573.15 +"1122917329,""""""All Things Bakelite"""" (Canceled)"",Film & Video,Film & Video,USD,2011-04-03,175000.00,2011-03-04 00:34:15,0.00,canceled,0,US,0.00,0.00,175000.00" +1122918798,EDC ShoGun tool (Canceled),Product Design,Design,USD,2015-10-29,3000.00,2015-09-29 14:05:45,230.00,canceled,6,US,230.00,230.00,3000.00 +1122930016,Afterlife Inc. – The Book of Life,Comics,Comics,GBP,2014-05-01,3550.00,2014-04-01 09:56:44,7841.00,successful,239,GB,13040.77,13232.42,5990.95 +112293099,TYMORAH CHAPTER I : BIRTH OF THE FINAL SEER,Film & Video,Film & Video,USD,2012-08-17,10000.00,2012-07-18 20:22:35,0.00,failed,0,US,0.00,0.00,10000.00 +1122937519,Silo Art Project,Public Art,Art,USD,2013-06-01,16000.00,2013-05-02 18:36:30,17583.00,successful,142,US,17583.00,17583.00,16000.00 +"1122946839,""Fate of Civilizations presents: Glory, A History Board Game"",Tabletop Games,Games,USD,2012-05-18,12000.00,2012-04-13 21:32:27,7622.00,failed,68,US,7622.00,7622.00,12000.00" +"1122951397,""One Simple Question: A Sailing, Simplicity, Adventure Doc"",Film & Video,Film & Video,USD,2011-05-13,8000.00,2011-04-11 04:28:06,10198.00,successful,156,US,10198.00,10198.00,8000.00" +1122977014,EVEL SPIRIT Completing Evel Knievel's Jump Over Snake River!,Film & Video,Film & Video,USD,2016-08-25,150000.00,2016-07-18 18:04:14,52202.00,canceled,604,US,9588.00,52202.00,150000.00 +1122986468,MOHO ink : Wear it. Love it. Live it.,Fashion,Fashion,USD,2013-02-08,4000.00,2013-01-09 14:37:32,4230.00,successful,82,US,4230.00,4230.00,4000.00 +"1122990697,""""""Monique's Curls"""" A book building confidence in girls!"",Children's Books,Publishing,USD,2013-07-03,1170.00,2013-06-03 18:56:36,41.00,failed,4,US,41.00,41.00,1170.00" +1122994704,Pallas Watch Co.- Better Yourself and the World Around You,Accessories,Fashion,USD,2017-06-11,20000.00,2017-05-02 02:17:50,1076.00,failed,6,US,437.00,1076.00,20000.00 +1123000393,Billy Francesca's World!,Webseries,Film & Video,USD,2015-11-15,5500.00,2015-10-09 03:06:52,7001.98,successful,98,US,7001.98,7001.98,5500.00 +1123010101,A Vocalis Christmas: CD of A Cappella Music,Classical Music,Music,USD,2014-11-30,550.00,2014-10-07 01:01:00,605.00,successful,18,US,605.00,605.00,550.00 +1123017075,Make Money While You Travel ! (Canceled),Apps,Technology,USD,2016-07-05,35000.00,2016-05-06 01:34:22,147.00,canceled,6,US,147.00,147.00,35000.00 +1123021467,Critical Hits: An Indie Gaming Anthology,Anthologies,Publishing,EUR,2016-04-01,3500.00,2016-03-02 16:27:25,5353.37,successful,242,IE,5826.56,6119.96,4001.19 +1123021965,Stone Circle,Sculpture,Art,USD,2014-09-06,1000.00,2014-08-07 15:47:25,325.00,failed,8,US,325.00,325.00,1000.00 +"1123035555,""Brixiples™: The Ethics, Safety, Common Sense & Courtesy Game"",Tabletop Games,Games,USD,2017-10-19,9000.00,2017-09-19 13:50:56,9657.00,successful,117,US,88.00,9657.00,9000.00" +1123053763,Calc-Adillo: TI-89 & TI-84 Calculator Case,Hardware,Technology,USD,2013-01-15,30000.00,2012-12-14 12:51:44,609.00,failed,14,US,609.00,609.00,30000.00 +1123055054,Sente: Games and Refreshments,Spaces,Food,USD,2017-07-21,8000.00,2017-06-21 21:11:37,8210.00,successful,30,US,386.00,8210.00,8000.00 +1123060056,You're !@#$'n Dead!,Narrative Film,Film & Video,USD,2012-09-12,35000.00,2012-08-08 22:37:50,1825.00,failed,28,US,1825.00,1825.00,35000.00 +1123072404,Novafall EP,Rock,Music,USD,2010-04-19,1100.00,2010-01-20 16:36:47,155.00,failed,3,US,155.00,155.00,1100.00 +1123073636,Free Coding Lesson in Sydney,Software,Technology,AUD,2016-04-01,5000.00,2016-02-01 21:22:56,10.00,failed,6,AU,7.08,7.68,3840.25 +1123077319,Recycled pallet furniture,Design,Design,USD,2014-06-02,5000.00,2014-05-03 09:23:54,0.00,failed,0,US,0.00,0.00,5000.00 +1123077889,Fightears,Product Design,Design,CAD,2014-09-26,10000.00,2014-08-27 20:48:21,31.00,failed,2,CA,28.25,27.90,8999.28 +1123078023,The World's First BBQ Timing Watch - The GrillTimer!,Product Design,Design,USD,2015-06-11,20000.00,2015-05-12 02:55:53,30093.00,successful,445,US,30093.00,30093.00,20000.00 +1123095712,Chris Dorman - Sita worldwide,Indie Rock,Music,USD,2010-09-11,3000.00,2010-08-05 19:09:12,3465.32,successful,75,US,3465.32,3465.32,3000.00 +1123101633,DreamEnders: Early Alpha Build,Video Games,Games,USD,2012-08-10,100.00,2012-07-11 22:33:13,55.00,failed,4,US,55.00,55.00,100.00 +1123112055,STEM School Kids Reach for the Stars,Space Exploration,Technology,USD,2016-03-21,500.00,2016-03-01 02:30:24,500.00,successful,7,US,500.00,500.00,500.00 +112312511,Skitch New England,Apparel,Fashion,USD,2015-12-15,300.00,2015-10-17 06:26:11,0.00,failed,0,US,0.00,0.00,300.00 +112313145,Chromatrope Records - DIY Indie Music by Jody Schneider,Indie Rock,Music,USD,2010-01-03,4000.00,2009-10-06 05:38:49,600.00,failed,3,US,600.00,600.00,4000.00 +1123133335,A website with names!,Web,Technology,NOK,2014-12-07,1000.00,2014-11-07 14:49:22,12.00,failed,1,NO,1.75,1.64,136.53 +11231385,TrifectaPoker.Com - The Horse Racing Playing Card Game,Tabletop Games,Games,USD,2012-09-07,3500.00,2012-07-10 04:40:21,668.00,failed,32,US,668.00,668.00,3500.00 +1123142746,i am... (a card game designed to increase self esteem),Playing Cards,Games,USD,2015-06-18,7950.00,2015-05-14 17:23:17,975.00,failed,15,US,975.00,975.00,7950.00 +1123143151,Cygnus Alpha: The Great Issue 14 Kickstart,Zines,Publishing,GBP,2014-06-12,200.00,2014-06-02 23:49:22,318.50,successful,27,GB,533.71,540.24,339.24 +1123144,HomeBeacons - Your Child. Home.,Technology,Technology,GBP,2014-04-30,50000.00,2014-03-31 18:09:40,140.00,failed,6,GB,232.94,236.26,84379.64 +1123152130,Amero Clothing,Fashion,Fashion,USD,2015-02-01,5000.00,2014-12-03 18:29:38,214.00,failed,2,US,214.00,214.00,5000.00 +1123152322,Arki: Your Walking Coach,Wearables,Technology,USD,2014-12-22,100000.00,2014-11-11 06:00:08,164262.00,successful,822,US,164262.00,164262.00,100000.00 +1123163293,Robot and Fox: The Amazing Journey,Fiction,Publishing,USD,2013-07-11,1500.00,2013-06-10 18:21:00,1588.00,successful,36,US,1588.00,1588.00,1500.00 +112316916,Fallen Angel Trilogy Publishing Project,Fiction,Publishing,USD,2013-12-01,12000.00,2013-11-01 20:22:33,100.00,failed,1,US,100.00,100.00,12000.00 +1123171045,Pikes Falls Chamber Music Festival in 2013: Halfway There!,Classical Music,Music,USD,2013-06-23,10000.00,2013-05-17 19:29:50,10940.00,successful,259,US,10940.00,10940.00,10000.00 +1123174176,Harlem v.s. Haarlem - A Photography Fieldtrip,People,Photography,EUR,2017-07-19,10000.00,2017-06-19 19:22:54,20.00,failed,2,NL,0.00,23.28,11641.99 +"1123177696,""Publish """"Lucille Bites the Love Bug Back"""""",Children's Books,Publishing,USD,2012-02-03,16000.00,2012-01-04 00:39:50,188.00,failed,6,US,188.00,188.00,16000.00" +"1123185510,""Jinn Warriors, A Graphic Novel. Issue 1; The Devil's War."",Comics,Comics,USD,2012-05-31,5000.00,2012-04-07 01:41:21,5125.00,successful,49,US,5125.00,5125.00,5000.00" +11231941,???? (Amen),Plays,Theater,USD,2014-10-23,1500.00,2014-09-23 17:16:31,1.00,failed,1,US,1.00,1.00,1500.00 +1123194289,MICROPOWER CHIPS: Energy Savings and Energy Efficiency,Technology,Technology,USD,2013-08-14,250000.00,2013-07-15 13:26:24,18200.00,failed,102,US,18200.00,18200.00,250000.00 +1123207628,The Wunky,Product Design,Design,USD,2012-03-26,13500.00,2012-02-24 17:12:59,772.00,failed,13,US,772.00,772.00,13500.00 +1123207849,Sunday Assembly London Ontario,Art,Art,CAD,2015-08-05,300.00,2015-07-06 15:38:55,0.00,failed,0,CA,0.00,0.00,229.32 +"1123210197,""FUND PALI HIGH SENIOR FILM, """"GOTCHA!"""""",Shorts,Film & Video,USD,2013-05-21,1500.00,2013-05-03 22:13:18,1600.00,successful,36,US,1600.00,1600.00,1500.00" +112321514,The Biggest Wheel - Reality TV Show,Television,Film & Video,CAD,2017-03-25,10000.00,2017-02-18 02:15:24,0.00,canceled,0,CA,0.00,0.00,7494.57 +1123215560,Floating in Sausalito,Publishing,Publishing,SEK,2014-12-05,140000.00,2014-11-05 22:43:36,6250.00,failed,10,SE,843.03,830.87,18611.58 +112321643,THE CASTING ~ I need your help to complete the journey!,Children's Books,Publishing,USD,2011-12-30,5500.00,2011-11-25 05:29:46,5590.00,successful,61,US,5590.00,5590.00,5500.00 +1123218745,Aysmm Toe Strike Golf Putter,Product Design,Design,USD,2015-05-06,135000.00,2015-04-06 12:26:50,14596.00,failed,54,US,14596.00,14596.00,135000.00 +1123219021,Blood Network for Africa,Technology,Technology,GBP,2016-01-16,150000.00,2015-11-17 19:07:45,0.00,failed,0,GB,0.00,0.00,214844.31 +1123234805,LASCO - The Building of an American Shoe Shop,Fashion,Fashion,USD,2012-04-15,120000.00,2012-03-16 16:01:35,5253.00,failed,53,US,5253.00,5253.00,120000.00 +1123237637,Be Love! Mitzi Cowell's new CD!,Indie Rock,Music,USD,2012-04-08,1800.00,2012-03-13 23:53:55,2630.00,successful,29,US,2630.00,2630.00,1800.00 +"1123242939,""Clothing, Eco-Friendly, Elegance, Natural, Organic, Beach"",Ready-to-wear,Fashion,USD,2015-10-03,50000.00,2015-09-03 05:06:09,70.00,failed,1,US,70.00,70.00,50000.00" +"1123244749,""""""Exotic Skin Eye Glasses D709,942"""""",Accessories,Fashion,USD,2015-04-04,78000.00,2015-02-03 01:13:14,10.00,failed,1,US,10.00,10.00,78000.00" +112324625,CAPP - Creative App Protection Plan,Apps,Technology,USD,2015-09-19,300000.00,2015-08-20 05:03:13,385.00,failed,7,US,385.00,385.00,300000.00 +1123253217,Angel Oracle Cards for messages from your own Guardian Angel,Playing Cards,Games,NZD,2015-08-16,12000.00,2015-07-14 20:33:01,129.00,failed,4,NZ,86.85,85.93,7993.07 +"1123254957,""Every penny counts, the soapy adventure."",DIY,Crafts,USD,2015-07-19,500.00,2015-06-19 18:09:22,616.00,successful,19,US,616.00,616.00,500.00" +1123259989,Black Flag Racing Themed Apparel,Fashion,Fashion,USD,2013-03-21,100000.00,2013-02-19 19:02:43,0.00,failed,0,US,0.00,0.00,100000.00 +1123260423,Look At Me,Public Art,Art,USD,2016-01-11,2000.00,2015-11-12 00:50:43,408.00,failed,16,US,408.00,408.00,2000.00 +1123261552,LUCID DREAM INDUCING AUDIO CD,Publishing,Publishing,USD,2013-12-20,35000.00,2013-11-20 00:40:51,6.00,failed,2,US,6.00,6.00,35000.00 +112326219,Day After The Revolution,Narrative Film,Film & Video,USD,2012-09-01,55000.00,2012-08-01 19:23:43,14301.50,failed,171,US,14301.50,14301.50,55000.00 +"1123264043,""""""Tradition of Excellence"""""",Documentary,Film & Video,USD,2012-03-28,5555.00,2012-02-22 09:49:18,6222.00,successful,91,US,6222.00,6222.00,5555.00" +1123270870,BONNAROO 2016 (Canceled),Festivals,Film & Video,USD,2016-04-10,2500.00,2016-03-11 08:01:07,0.00,canceled,0,US,0.00,0.00,2500.00 +"1123274885,""Vehicale-to-vehicale, Car-to-Car"",Apps,Technology,USD,2015-06-18,50000.00,2015-05-19 21:51:36,0.00,failed,0,US,0.00,0.00,50000.00" +1123279493,CARDBOARDs - A Commissions Project,Illustration,Art,USD,2017-12-01,300.00,2017-11-01 17:00:27,1091.00,successful,23,US,320.00,1091.00,300.00 +1123289564,Openwords - foreign language learning app with open data.,Apps,Technology,USD,2015-05-20,10000.00,2015-04-20 14:07:55,4974.00,failed,99,US,4974.00,4974.00,10000.00 +1123290125,The Together Project,Apparel,Fashion,USD,2015-08-23,40000.00,2015-07-19 23:35:49,3045.00,failed,33,US,3045.00,3045.00,40000.00 +1123290600,ndp Microgame Issue #1: Be Ashamed Young Prince,Games,Games,USD,2011-06-29,275.00,2011-06-14 16:11:26,1254.00,successful,69,US,1254.00,1254.00,275.00 +1123293042,The MART Channel - The Martial Arts Channel,Film & Video,Film & Video,USD,2015-07-31,1500000.00,2015-06-01 17:22:19,0.00,failed,0,US,0.00,0.00,1500000.00 +1123293794,Jbird Collective // The First All Leather Sunglasses,Product Design,Design,USD,2015-09-14,15000.00,2015-08-13 20:38:44,15028.00,successful,64,US,15028.00,15028.00,15000.00 +1123295756,Movies from the sky! (Canceled),Experimental,Film & Video,NOK,2015-06-19,9000.00,2015-05-20 17:54:35,0.00,canceled,0,NO,0.00,0.00,1152.24 +1123295951,Prehistoric Ireland Infrared Photography,Places,Photography,GBP,2015-06-21,250.00,2015-06-10 13:54:00,302.00,successful,12,GB,463.71,474.94,393.16 +"1123296762,""""""Happy Home"""" Narrative Visual Album"",Music Videos,Film & Video,USD,2017-04-25,3000.00,2017-04-03 15:58:19,280.00,canceled,6,US,50.00,280.00,3000.00" +1123299163,THE SPOKEN WORLD PROJECT,Film & Video,Film & Video,USD,2013-04-25,13500.00,2013-03-26 02:17:48,2017.00,failed,38,US,2017.00,2017.00,13500.00 +"1123299414,""CleverTray is a one-handed, TRAY / TABLE with benefits."",Product Design,Design,GBP,2016-08-17,5000.00,2016-07-18 22:10:42,1.00,failed,1,GB,0.00,1.31,6543.99" +112330009,Epic Bunny,Animation,Film & Video,USD,2012-06-02,2000.00,2012-05-03 22:36:01,0.00,failed,0,US,0.00,0.00,2000.00 +1123304933,WEPUL - trade skills for free,Web,Technology,GBP,2014-10-13,5000.00,2014-09-13 17:21:06,38.00,failed,2,GB,61.70,61.25,8059.71 +112331213,Killstarter - Crowdfunding murder,Fiction,Publishing,EUR,2016-05-26,10000.00,2016-04-26 07:00:36,5.00,failed,2,DE,5.62,5.58,11167.94 +1123319817,Great Day Today,Action,Film & Video,GBP,2015-11-13,500.00,2015-10-14 01:38:10,1.00,failed,1,GB,1.53,1.52,761.19 +1123321378,Fat Cheeks Bakery (Canceled),Restaurants,Food,USD,2016-05-18,100000.00,2016-04-18 17:43:09,0.00,canceled,0,US,0.00,0.00,100000.00 +1123328109,Killing Ben,Shorts,Film & Video,USD,2013-05-01,1800.00,2013-04-01 23:26:28,1800.00,successful,12,US,1800.00,1800.00,1800.00 +1123333499,Affordable housing in a yurt.,Architecture,Design,AUD,2014-10-17,2000.00,2014-09-17 10:20:47,350.00,failed,11,AU,316.52,307.48,1757.01 +"1123348556,""The Memphis Gospel Project, The Roots of Elvis"",Pop,Music,EUR,2017-12-12,15000.00,2017-10-13 19:09:46,5.00,failed,1,IT,0.00,5.90,17708.94" +"1123358451,""K.S.W """"Keep.Solar.Watts"""""",Technology,Technology,USD,2015-10-10,40000.00,2015-08-31 20:50:12,0.00,failed,0,US,0.00,0.00,40000.00" +1123365329,NightoftheLivingDead the Musical (WORLD PREMIERE!),Theater,Theater,USD,2012-02-12,15000.00,2011-12-19 23:28:43,510.00,failed,11,US,510.00,510.00,15000.00 +1123365835,Double Head Fantasy Baseball Supersite (Canceled),Live Games,Games,USD,2014-11-20,100000.00,2014-10-21 19:10:05,2560.00,canceled,5,US,2560.00,2560.00,100000.00 +1123374310,Ramadan Power,Games,Games,GBP,2014-09-07,500.00,2014-08-08 02:41:12,0.00,failed,0,GB,0.00,0.00,811.64 +1123376566,To market Dead Men Lie to the world via specific advertising,Fiction,Publishing,GBP,2013-04-12,3150.00,2013-03-13 16:03:32,5.00,failed,1,GB,7.45,7.68,4838.64 +1123380443,Cog Nomen: Indie Miami Band's New EP and Music Video,Indie Rock,Music,USD,2015-09-07,4500.00,2015-08-06 14:12:16,4809.00,successful,87,US,4809.00,4809.00,4500.00 +1123381529,Squatters Issue #2,Comic Books,Comics,GBP,2015-04-12,1950.00,2015-03-12 23:05:42,504.00,failed,54,GB,759.93,757.09,2929.20 +112338396,The City of Lightning: a Girl Genius Graphic Novel,Graphic Novels,Comics,USD,2016-04-13,70000.00,2016-03-19 05:09:19,185723.25,successful,3008,US,185723.25,185723.25,70000.00 +1123400480,Good Gracious! GLUTEN FREE Macarons come to Amesbury,Food,Food,USD,2012-10-18,38000.00,2012-09-18 22:30:32,495.00,canceled,15,US,495.00,495.00,38000.00 +1123403742,Le regard de l'autre / Vantage points,Installations,Art,EUR,2016-04-04,50000.00,2016-03-05 19:15:49,0.00,failed,0,LU,0.00,0.00,56814.95 +"112341345,""Dear Dog, I Love You -- an awkward love comedy"",Shorts,Film & Video,USD,2011-09-06,3000.00,2011-08-07 18:53:19,3001.00,successful,24,US,3001.00,3001.00,3000.00" +1123422537,Preserving David Shepherd's Archives,Festivals,Theater,USD,2014-06-18,14850.00,2014-05-19 20:28:35,5425.00,failed,48,US,5425.00,5425.00,14850.00 +"1123423268,""""""Art Meets Green"""" The Worlds 1st Sustainable Arts Center"",Art,Art,USD,2010-12-17,46777.00,2010-10-30 01:34:47,572.00,failed,15,US,572.00,572.00,46777.00" +1123423298,Ampranguliss (Canceled),Comedy,Film & Video,AUD,2014-10-21,500.00,2014-09-01 02:16:19,0.00,canceled,0,AU,0.00,0.00,439.68 +1123427320,Electrify the Nutcracker!,Dance,Dance,USD,2014-08-09,4500.00,2014-06-25 20:51:50,1216.00,failed,18,US,1216.00,1216.00,4500.00 +1123433188,Abstract Photography Collection,Photography,Photography,USD,2011-12-10,500.00,2011-11-20 23:59:19,0.00,failed,0,US,0.00,0.00,500.00 +1123438553,Joy Found in the Simple Things: Book launch,Photography,Photography,USD,2012-09-26,75000.00,2012-08-30 01:21:58,50.00,failed,2,US,50.00,50.00,75000.00 +1123439216,Transfix,Documentary,Film & Video,USD,2013-03-06,32000.00,2013-02-04 22:00:37,11591.00,failed,63,US,11591.00,11591.00,32000.00 +"112345569,""Hand make, coffee table with your favorite color..!"",Product Design,Design,USD,2017-11-30,50000.00,2017-11-10 22:56:54,0.00,failed,0,US,0.00,0.00,50000.00" +1123459783,I knit cuddly blankets for abandoned cats in shelters :D,Crafts,Crafts,USD,2010-10-19,50.00,2010-09-19 04:09:56,305.00,successful,21,US,305.00,305.00,50.00 +1123473100,Self-Propelled Wakeboard,Product Design,Design,USD,2016-01-13,5000.00,2015-12-29 19:49:19,0.00,failed,0,US,0.00,0.00,5000.00 +1123473824,Tour Of Europe Album Release,Electronic Music,Music,GBP,2016-06-11,4500.00,2016-05-22 23:09:29,0.00,failed,0,GB,0.00,0.00,6429.21 +1123479613,Year long Ceramic project,Art,Art,USD,2012-09-25,1500.00,2012-07-27 08:32:17,465.00,failed,5,US,465.00,465.00,1500.00 +1123482293,Astoria: The Holders of Power Saga RPG,Video Games,Games,USD,2017-03-04,1000.00,2017-01-31 02:36:54,1524.00,successful,82,US,68.00,1524.00,1000.00 +112348602,Kirin Rise The Shadows Unleashed,Young Adult,Publishing,USD,2016-11-05,12000.00,2016-10-06 13:54:29,12621.00,successful,97,US,905.00,12621.00,12000.00 +1123495537,The Hoagy Shop,Food,Food,USD,2017-05-12,8500.00,2017-04-24 19:10:54,0.00,failed,0,US,0.00,0.00,8500.00 +1123497405,BodyFloat™ - An evolution in bicycle comfort and performance,Product Design,Design,USD,2012-10-08,10000.00,2012-09-08 01:09:59,30583.00,successful,134,US,30583.00,30583.00,10000.00 +1123499077,The Real Hidden Network,Web,Technology,EUR,2015-07-01,15000.00,2015-06-01 12:24:19,110.00,failed,7,NL,120.65,122.06,16643.92 +1123499133,Aksel Rykkvin & the OAE - CD recording,Classical Music,Music,NOK,2015-12-15,250000.00,2015-10-30 10:48:56,264967.00,successful,186,NO,30981.89,30222.88,28515.70 +"1123502692,""RULES Dance Studio, everybody can dance"",Spaces,Dance,EUR,2016-03-19,20000.00,2016-02-18 13:42:47,1.00,failed,1,IT,1.11,1.12,22307.98" +1123506095,Save Photos of Everyday History and Make Them Public Domain,People,Photography,USD,2015-10-28,300.00,2015-09-28 22:58:44,350.00,successful,6,US,350.00,350.00,300.00 +"1123508458,""BedBud Alarm - The Only """"No BS"""" Bed Sensor Alarm Clock"",Product Design,Design,USD,2017-06-14,98000.00,2017-05-15 15:52:47,12184.00,failed,123,US,0.00,12184.00,98000.00" +1123515820,Little Player - Video Game Magazine for Kids,Video Games,Games,USD,2015-08-08,12500.00,2015-07-07 05:01:09,2013.00,failed,71,US,2013.00,2013.00,12500.00 +1123522432,WOCH - Wooden wireless phone charger,Product Design,Design,USD,2017-04-28,14000.00,2017-03-14 16:57:27,1888.00,failed,25,US,1154.00,1888.00,14000.00 +1123543839,Genrefinity: The Movie,Film & Video,Film & Video,USD,2011-11-08,125000.00,2011-09-24 19:31:58,2977.00,failed,30,US,2977.00,2977.00,125000.00 +1123546541,Accessport: Hi-Res Audio Amplifier for iPhone 7 + Charging,Sound,Technology,USD,2017-01-20,10000.00,2016-11-21 15:56:51,79165.00,successful,1924,US,11509.00,79165.00,10000.00 +1123547246,Maggie Gould/ Nanny Assis CD Recording/Workshops,Jazz,Music,NZD,2017-09-22,7000.00,2017-08-23 01:56:26,80.00,failed,1,NZ,0.00,58.57,5125.20 +1123557467,Seven Minutes in Heaven: Courting Jesus (a short film),Shorts,Film & Video,USD,2014-07-12,1500.00,2014-06-12 20:32:40,3140.05,successful,52,US,3140.05,3140.05,1500.00 +1123560255,Come on a Benevolent Journey with Then Comes Godiva,Documentary,Film & Video,USD,2014-02-17,78500.00,2013-12-19 03:54:37,150.00,canceled,2,US,150.00,150.00,78500.00 +"1123564503,""Tyred Wallet - A unique, minimalist, inner tube wallet"",Product Design,Design,GBP,2016-08-11,5000.00,2016-07-12 12:42:19,16821.00,successful,822,GB,6121.53,21811.46,6483.40" +1123570936,Southborough Valley Archaeology Project,Academic,Publishing,GBP,2015-12-13,1000.00,2015-11-07 12:12:07,1062.00,successful,18,GB,1615.66,1583.66,1491.20 +1123581527,The Life and Times of Hella Hung,Documentary,Film & Video,USD,2013-09-18,15000.00,2013-08-19 22:55:31,4832.00,failed,109,US,4832.00,4832.00,15000.00 +112358215,MicRig: Universal Video Grip Handle with Built-in Stereo Mic,Camera Equipment,Technology,USD,2017-02-18,45000.00,2017-01-18 18:42:32,23920.00,canceled,476,US,20463.00,23920.00,45000.00 +1123584030,3D Car Park (Canceled),Mobile Games,Games,CAD,2014-09-09,2000.00,2014-07-21 20:08:09,0.00,canceled,0,CA,0.00,0.00,1808.48 +1123594328,Star Fruit,Comic Books,Comics,USD,2013-09-12,400.00,2013-08-19 21:14:06,557.00,successful,27,US,557.00,557.00,400.00 +1123606173,Life In The Middle-Class: A Photographic Journey,Photography,Photography,USD,2014-03-05,1500.00,2014-01-30 20:23:58,0.00,failed,0,US,0.00,0.00,1500.00 +1123607828,Tony Thaxton's Feliz Navipod Christmas EP,Music,Music,USD,2014-12-09,1000.00,2014-11-24 08:30:02,2599.00,successful,95,US,2599.00,2599.00,1000.00 +1123618868,Organic Ghost Pepper Hot Sauce,Food,Food,CAD,2014-09-06,1000.00,2014-08-06 22:21:27,51.00,failed,2,CA,46.73,46.12,904.24 +1123620051,ARCHIMINIMA STRUCTURA (Canceled),Product Design,Design,GBP,2015-02-05,6000.00,2015-01-06 15:24:49,824.00,canceled,21,GB,1259.78,1262.20,9190.75 +1123622056,VCU Sculpture Senior Show 2014,Sculpture,Art,USD,2014-03-30,3000.00,2014-02-28 23:17:57,3145.00,successful,38,US,3145.00,3145.00,3000.00 +1123622119,The Tornado Alley Storm Chase - Virtual Reality Experience,Software,Technology,USD,2017-08-04,7500.00,2017-07-05 00:26:15,700.00,failed,1,US,0.00,700.00,7500.00 +1123634554,Peacock,Mixed Media,Art,USD,2016-08-21,1500.00,2016-08-01 17:19:28,0.00,canceled,0,US,0.00,0.00,1500.00 +1123636926,Night Light Teddy (Canceled),Gadgets,Technology,USD,2015-12-07,5000.00,2015-11-07 02:25:25,49.00,canceled,1,US,49.00,49.00,5000.00 +1123638158,Triangle International Teen Talent show,World Music,Music,USD,2015-03-09,2000.00,2015-02-20 02:42:55,250.00,failed,6,US,250.00,250.00,2000.00 +1123664587,A Tribute to Tim Burton AND the Horror Genre.,Conceptual Art,Art,CAD,2017-05-30,3000.00,2017-05-10 03:35:46,217.00,failed,7,CA,20.45,160.47,2218.44 +1123671501,threedesign: a new paradigm for 3D Design in 2014.,Product Design,Design,USD,2014-03-03,35000.00,2014-02-06 23:12:35,616.00,failed,10,US,616.00,616.00,35000.00 +112367434,Sunvault: Stories of Solarpunk & Eco-Speculation,Anthologies,Publishing,USD,2016-05-04,5000.00,2016-04-04 18:09:32,6121.00,successful,236,US,6121.00,6121.00,5000.00 +1123684105,Bim Bam Boo: Toilet Paper for a Happier & Healthier Vagina,Product Design,Design,USD,2017-06-12,10000.00,2017-05-11 18:34:57,10149.00,successful,221,US,1404.00,10149.00,10000.00 +1123695444,Kalida Chronicles (Canceled),Fiction,Publishing,GBP,2015-09-03,15000.00,2015-08-04 13:12:36,0.00,canceled,0,GB,0.00,0.00,22839.39 +1123695445,Pilllar - The Creative Network,Web,Technology,GBP,2016-09-19,25000.00,2016-08-13 15:28:40,140.00,failed,4,GB,32.44,181.63,32434.68 +"1123700469,""""""DANCE WITH MARIANNE""""- Ballroom Dancing Quick Kit"",Dance,Dance,USD,2012-01-16,23890.00,2011-11-17 22:17:25,3931.00,failed,61,US,3931.00,3931.00,23890.00" +1123703572,Plan With Me Monthly Subscription Box,Stationery,Crafts,USD,2017-09-02,5000.00,2017-08-03 06:05:34,56.00,failed,4,US,5.00,56.00,5000.00 +1123706463,Mapless Road,Indie Rock,Music,USD,2013-10-07,1500.00,2013-09-07 02:08:36,1695.00,successful,32,US,1695.00,1695.00,1500.00 +1123720756,Landscapes of Canada - Memorable Photography Keepsakes,Nature,Photography,CAD,2016-10-10,1500.00,2016-09-07 21:33:13,1.00,failed,1,CA,0.00,0.76,1139.30 +112372272,No Limit Records Film: The Master Plan,Movie Theaters,Film & Video,USD,2015-09-07,1000.00,2015-08-31 16:21:07,0.00,failed,0,US,0.00,0.00,1000.00 +1123731718,Gray World,Video Games,Games,EUR,2017-03-20,408.00,2017-03-13 19:21:48,421.00,successful,12,ES,27.75,454.89,440.84 +1123737085,Glass Coffee Roasters,Drinks,Food,USD,2017-10-22,1200.00,2017-09-22 22:57:27,1780.00,successful,16,US,50.00,1780.00,1200.00 +1123740772,Wacky Words Word Search Puzzle Book,Publishing,Publishing,USD,2017-05-20,10000.00,2017-04-28 23:32:48,0.00,canceled,0,US,0.00,0.00,10000.00 +1123745348,Plug and Play dancing christmas lights,DIY Electronics,Technology,USD,2014-11-05,5250.00,2014-10-06 19:29:36,1.00,failed,1,US,1.00,1.00,5250.00 +1123746091,City Park,Children's Books,Publishing,USD,2013-08-07,5600.00,2013-07-08 17:51:39,21.00,failed,2,US,21.00,21.00,5600.00 +112374725,Intervention - A Party Game for Everyone's Worst Habits,Tabletop Games,Games,USD,2014-12-11,15000.00,2014-11-10 16:39:26,16465.99,successful,318,US,16465.99,16465.99,15000.00 +1123752386,Soulfall,Tabletop Games,Games,USD,2015-04-10,8500.00,2015-03-30 06:49:49,43300.00,successful,1623,US,43300.00,43300.00,8500.00 +1123759253,OWLHEAD COLLECTIVE NO BUMMER SUMMER TOUR,Music,Music,USD,2011-07-15,3000.00,2011-05-24 17:57:00,170.00,failed,8,US,170.00,170.00,3000.00 +1123764868,FITT: A more functional slim wallet,Product Design,Design,USD,2013-10-30,10000.00,2013-09-21 17:42:58,21618.01,successful,1045,US,21618.01,21618.01,10000.00 +"1123768797,""'Sharon', read and share stories based on location"",Apps,Technology,EUR,2015-09-21,30000.00,2015-08-12 12:02:03,6004.99,failed,33,NL,6592.03,6696.17,33453.02" +1123773942,The World's Newest & Most Unique Watch,Accessories,Fashion,USD,2016-02-21,15000.00,2016-01-07 18:00:13,16889.50,successful,112,US,16889.50,16889.50,15000.00 +1123774309,The Pin Project,Accessories,Fashion,CAD,2017-12-20,38000.00,2017-11-15 17:00:13,106479.00,successful,1327,CA,16595.60,83821.93,29914.19 +1123782325,Pro Organizer Kits,Publishing,Publishing,USD,2015-05-30,50000.00,2015-03-31 02:36:41,0.00,failed,0,US,0.00,0.00,50000.00 +112378369,Let's change the Music Industry - Crowdfunded Record Label,Music,Music,GBP,2017-01-18,20000.00,2017-01-04 20:29:50,10.00,canceled,1,GB,12.30,12.28,24555.54 +1123792144,Hidden Door Festival: help bring Leith Theatre back to life!,Festivals,Theater,GBP,2017-05-06,10000.00,2017-03-26 22:55:28,21192.00,successful,600,GB,5061.56,27247.83,12857.60 +1123796436,Be a Part of NOT FOR HUMAN CONSUMPTION: The Movie (Canceled),Film & Video,Film & Video,USD,2011-09-12,35000.00,2011-08-02 19:18:50,5696.00,canceled,15,US,5696.00,5696.00,35000.00 +1123797352,Young Artist Chamber Players - Europe,Classical Music,Music,USD,2016-05-02,35000.00,2016-03-07 18:46:29,10.00,failed,2,US,10.00,10.00,35000.00 +"1123800577,""PCH: A love story in photographs, tied with a ribbon of road"",Photography,Photography,USD,2012-06-24,10000.00,2012-05-25 02:07:10,25.00,failed,1,US,25.00,25.00,10000.00" +1123807315,HoneyBear Streetwear,Apparel,Fashion,GBP,2015-12-09,500.00,2015-11-19 16:39:43,5.00,failed,1,GB,7.60,7.58,757.89 +1123808914,Lyles BBQ Company - Food Truck,Food Trucks,Food,USD,2014-09-25,30000.00,2014-08-26 04:06:21,3890.00,failed,40,US,3890.00,3890.00,30000.00 +1123809784,Cocoonn | Magnetic Handmade Cover for Your Apple Pencil,Product Design,Design,USD,2017-04-19,10000.00,2017-03-20 06:34:57,33.00,failed,2,US,94.00,33.00,10000.00 +1123811777,The Chronicles of the Upheavals,Fiction,Publishing,USD,2016-07-21,10000.00,2016-06-21 06:31:58,10185.00,successful,143,US,4045.00,10185.00,10000.00 +1123814285,Underground Meats: Open Source Food Safety Model,Food,Food,USD,2013-10-12,40000.00,2013-09-12 13:55:38,49141.00,successful,714,US,49141.00,49141.00,40000.00 +"1123814289,""""""In My Own EYE """" a cabaret"",Music,Music,USD,2016-09-17,4500.00,2016-08-18 01:10:04,101.00,failed,2,US,0.00,101.00,4500.00" +1123814807,Dungeons and Dragons player/DM online tool site,Tabletop Games,Games,USD,2015-01-01,200.00,2014-12-02 06:57:00,668.00,successful,36,US,668.00,668.00,200.00 +1123818249,This is not a statement. It's just a sticker.,Art,Art,USD,2016-11-26,1000.00,2016-11-11 00:12:20,36.00,failed,7,US,21.00,36.00,1000.00 +"1123843666,""""""Enough"""" -- A short film"",Film & Video,Film & Video,USD,2011-02-11,850.00,2011-01-12 08:16:06,1620.00,successful,25,US,1620.00,1620.00,850.00" +"1123850551,""Kenny Smith, 60 years at the Wheel"",Documentary,Film & Video,NZD,2017-05-24,10000.00,2017-04-24 07:06:58,10968.00,successful,28,NZ,258.76,7744.67,7061.15" +"1123855452,""R-Tronika """"Sonido Atómico"""" New Album release !!"",World Music,Music,USD,2012-09-03,3500.00,2012-07-30 07:50:36,1053.00,failed,32,US,1053.00,1053.00,3500.00" +1123861916,Provision Personal Finance & Lifestyle Management Software,Software,Technology,USD,2015-06-26,97817.00,2015-05-25 19:53:26,0.00,failed,0,US,0.00,0.00,97817.00 +1123889576,Mars on Earth: An Art Residency,Space Exploration,Technology,USD,2015-10-23,1000.00,2015-09-26 23:13:24,1884.00,successful,53,US,1884.00,1884.00,1000.00 +1123895349,Mad Urban Bees: Save the Queens!,Food,Food,USD,2015-04-16,8000.00,2015-03-18 22:10:38,17381.00,successful,263,US,17381.00,17381.00,8000.00 +1123896275,Michale Graves Wanderer Acoustic CD,Country & Folk,Music,USD,2014-12-09,2500.00,2014-12-02 00:07:13,5228.00,successful,92,US,5228.00,5228.00,2500.00 +1123902798,Photograph Postcard,Photography,Photography,USD,2011-10-16,5.00,2011-09-16 03:01:39,60.00,successful,6,US,60.00,60.00,5.00 +1123903115,The (Poe)try Project,Apps,Technology,USD,2014-09-12,25000.00,2014-08-13 06:41:16,0.00,failed,0,US,0.00,0.00,25000.00 +1123906995,FLASHNUB Door Activity LED Burst Security Alert,Gadgets,Technology,USD,2014-12-20,50000.00,2014-11-20 06:38:32,72.00,failed,4,US,72.00,72.00,50000.00 +1123913868,Dancing Stallions - The Dana Montana Story,Nonfiction,Publishing,USD,2014-08-01,50000.00,2014-06-29 01:30:40,0.00,failed,0,US,0.00,0.00,50000.00 +1123916468,THE ROCKUPIERS - Help Us Record the 1st Full HQ Album!,Rock,Music,CAD,2017-02-01,6000.00,2016-12-29 22:02:30,60.00,failed,1,CA,0.00,45.96,4595.59 +1123917050,Christmas Jolly Soft Enamel Pins,Accessories,Fashion,SGD,2017-10-31,200.00,2017-10-17 17:19:29,36.00,failed,3,SG,0.00,26.47,147.06 +1123922487,Buddy. The Dog Collar Reimagined.,Wearables,Technology,AUD,2015-09-02,385000.00,2015-08-03 17:15:55,262654.00,failed,973,AU,191861.93,183430.41,268873.52 +1123927520,Insect Wars (VR ReBoot),Mobile Games,Games,USD,2016-10-19,125000.00,2016-09-19 19:14:20,0.00,failed,0,US,0.00,0.00,125000.00 +"1123929831,""Palimpsest Mural Project, March 2015"",Painting,Art,CAD,2015-02-09,3500.00,2015-01-07 03:25:46,45.00,failed,2,CA,38.13,35.98,2798.21" +1123948536,Bionic Resistance Suit by Apex Resistance and Conditioning,Product Design,Design,USD,2014-10-01,225000.00,2014-09-01 09:28:49,600.00,failed,5,US,600.00,600.00,225000.00 +"1123948786,""Enter """"A Room for 3"""", site-specific installation sculpture"",Sculpture,Art,USD,2012-09-18,9640.00,2012-08-19 02:03:59,1310.00,failed,15,US,1310.00,1310.00,9640.00" +"1123951920,""Preorder The Broadcast's NEW Album """"From the Horizon"""""",Rock,Music,USD,2015-11-21,20000.00,2015-10-07 23:25:11,21626.00,successful,264,US,21626.00,21626.00,20000.00" +1123952200,SLIMBUDDY - The RFID Blocking Aluminium Wallet (Canceled),Product Design,Design,CAD,2014-10-28,28000.00,2014-09-23 19:47:43,217.00,canceled,8,CA,198.29,192.48,24835.91 +1123955167,Frank Mentzer's Empyrea Fantasy Setting for 10 RPG Systems,Tabletop Games,Games,USD,2017-11-13,250000.00,2017-10-02 07:01:06,61887.00,canceled,621,US,5935.00,61887.00,250000.00 +1123964326,Raccoon Fighter's First Album!,Rock,Music,USD,2013-02-08,10000.00,2013-01-09 20:53:31,10497.00,successful,78,US,10497.00,10497.00,10000.00 +1123993517,Handmade Home Items Collection,Candles,Crafts,USD,2016-04-25,2750.00,2016-03-28 19:38:15,48.00,failed,4,US,48.00,48.00,2750.00 +1123999277,Orono High School Solar Boat,Technology,Technology,USD,2015-03-13,1000.00,2015-02-11 03:11:50,77.00,failed,3,US,77.00,77.00,1000.00 +1124004770,Athlas - Duel for Divinity (Canceled),Tabletop Games,Games,USD,2014-07-24,15000.00,2014-06-07 19:36:21,10814.00,canceled,111,US,10814.00,10814.00,15000.00 +11240087,Salvation and Steel - 28mm fantasy skirmish miniatures,Tabletop Games,Games,GBP,2017-05-19,1200.00,2017-04-14 10:05:53,4157.00,successful,156,GB,1128.04,5409.38,1561.52 +1124026285,Roll20 -- Virtual tabletop gaming that tells a story,Games,Games,USD,2012-05-01,5000.00,2012-04-13 20:58:15,39651.80,successful,1580,US,39651.80,39651.80,5000.00 +1124026446,What Happened? Who Am I? Final Fundraiser,Nonfiction,Publishing,USD,2012-09-29,2500.00,2012-09-18 02:42:11,0.00,failed,0,US,0.00,0.00,2500.00 +1124038510,2 Wheel Drive Trial bike Kit prototype,Product Design,Design,NZD,2014-10-14,30000.00,2014-09-24 22:51:27,0.00,failed,0,NZ,0.00,0.00,23834.11 +1124045194,Final Graduation Project,Photography,Photography,GBP,2016-03-04,2500.00,2016-02-03 19:51:25,2517.00,successful,30,GB,3630.32,3563.54,3539.47 +1124047070,Colorworld: The Rogue Story Reimagined,Fiction,Publishing,USD,2014-10-09,20000.00,2014-09-04 20:57:01,20498.00,successful,119,US,20498.00,20498.00,20000.00 +1124051712,Tattoole- Colour your Life,Publishing,Publishing,EUR,2017-07-10,29000.00,2017-05-21 17:24:58,0.00,failed,0,DE,0.00,0.00,33103.51 +1124057670,Throwaway Photography - Hurricane Harvey Clinics,Film & Video,Film & Video,USD,2017-09-22,32.00,2017-09-15 20:34:57,48.00,successful,12,US,24.00,48.00,32.00 +1124057983,Fly THE PRESENTMENT to The Edinburgh Festival Fringe!,Theater,Theater,USD,2011-06-16,12000.00,2011-04-22 20:31:24,12600.00,successful,83,US,12600.00,12600.00,12000.00 +1124059647,Gravity Sketch - An Intuitive 3D Design Tool for Everyone,Technology,Technology,GBP,2016-10-29,50000.00,2016-09-29 17:36:17,7219.00,canceled,193,GB,2508.60,9017.21,62454.72 +1124073661,Book Curse: Ex Libris Bookplates for Vindictive Bibliophiles,Graphic Design,Design,USD,2017-02-03,504.00,2017-01-04 16:17:23,12439.00,successful,359,US,2437.00,12439.00,504.00 +1124076809,VertiCrop™: The Future Of Urban Farming,Technology,Technology,CAD,2015-09-06,105000.00,2015-08-07 06:55:21,10162.00,failed,73,CA,7714.96,7661.92,79167.61 +1124086465,A-Z Woodworking can be more than a dream,Woodworking,Crafts,USD,2014-09-16,8000.00,2014-09-02 23:32:41,250.00,failed,1,US,250.00,250.00,8000.00 +"1124086609,""Neurotica, A Novel"",Fiction,Publishing,USD,2012-10-26,3000.00,2012-08-27 22:00:14,120.00,failed,9,US,120.00,120.00,3000.00" +1124090881,JN 316 COMICS,Comic Books,Comics,USD,2017-07-10,2000.00,2017-06-09 00:52:46,0.00,canceled,0,US,0.00,0.00,2000.00 +1124092470,MARY - Thriller That Blends Mental Illness and Horror,Narrative Film,Film & Video,GBP,2013-07-29,9000.00,2013-06-29 08:00:15,0.00,canceled,0,GB,0.00,0.00,13637.19 +1124099332,The Adventures of Moo Moo,Children's Books,Publishing,USD,2015-07-20,1000.00,2015-06-20 23:34:52,5.00,failed,1,US,5.00,5.00,1000.00 +1124100963,£1 to £1000000 - How to make a millionaire!!,Journalism,Journalism,GBP,2016-03-11,10000.00,2016-01-11 00:49:55,3.00,failed,3,GB,4.36,4.29,14292.25 +1124123434,Dozen's Donuts - A board and video game with a twist,Tabletop Games,Games,USD,2016-07-20,2500.00,2016-06-20 07:24:36,1457.00,canceled,52,US,950.00,1457.00,2500.00 +112412488,The Big Interview with Graham Hunter,Audio,Journalism,GBP,2015-11-18,30000.00,2015-10-19 08:59:14,41679.83,successful,1194,GB,64354.69,63547.95,45740.07 +1124139902,Paper Clouds - A Full Length Studio Album,Music,Music,USD,2011-08-12,7500.00,2011-06-08 03:21:29,395.00,failed,14,US,395.00,395.00,7500.00 +1124143149,Winter's Summer,Fiction,Publishing,USD,2011-09-04,3000.00,2011-07-06 07:08:23,25.00,failed,1,US,25.00,25.00,3000.00 +1124162418,The Bravo Tango Tees Love > Distance Project,Fashion,Fashion,USD,2013-04-06,2000.00,2013-03-07 17:29:14,2360.06,successful,62,US,2360.06,2360.06,2000.00 +1124177035,Hero Cards,Games,Games,USD,2017-02-06,100.00,2017-01-05 01:45:09,54.00,failed,10,US,9.00,54.00,100.00 +112418664,War Co. Expandable Card Game,Tabletop Games,Games,USD,2016-09-14,10000.00,2016-08-15 17:18:30,12510.00,successful,146,US,4026.00,12510.00,10000.00 +1124201271,Support Line,Mobile Games,Games,USD,2016-01-07,500.00,2015-12-12 01:21:01,0.00,failed,0,US,0.00,0.00,500.00 +1124201303,IceQimo – Crystal Clear Ice. Choose your shape!,Product Design,Design,USD,2013-11-07,25000.00,2013-10-08 03:23:19,11549.00,failed,205,US,11549.00,11549.00,25000.00 +1124201873,Forever in Memory,Drama,Film & Video,CAD,2016-03-10,2000.00,2016-02-17 17:04:45,2000.00,successful,20,CA,1451.67,1509.09,1509.09 +1124203400,Help Us Open Our Shop in The Local Farmer's Market,Crafts,Crafts,USD,2017-06-06,300.00,2017-04-07 18:32:35,80.00,failed,5,US,60.00,80.00,300.00 +1124205381,Smith Farms Old Time Floral Pancake Syrups,Small Batch,Food,USD,2016-04-17,6700.00,2016-03-18 18:38:13,132.00,failed,7,US,132.00,132.00,6700.00 +1124206756,Vastu (Indian Science of Architecture) Photography,Photography,Photography,USD,2016-03-10,5000.00,2016-01-10 18:07:47,12.00,failed,3,US,12.00,12.00,5000.00 +1124211593,We need help paying our dues!,Music,Music,USD,2011-11-25,15000.00,2011-10-26 07:40:00,19020.00,successful,239,US,19020.00,19020.00,15000.00 +"1124213881,""Local stationary, art rewards Mpls. MN by Theresa Hutch!"",Illustration,Art,USD,2016-07-06,3500.00,2016-06-06 15:37:41,3571.00,successful,43,US,3571.00,3571.00,3500.00" +1124217107,Boop - for Autism - Create | Connect | Communicate,Software,Technology,GBP,2016-09-22,50000.00,2016-08-23 09:02:38,1319.00,failed,43,GB,609.05,1711.25,64869.35 +11242197,ReplayMyPlay Traveling Playground,Technology,Technology,USD,2010-12-30,3000.00,2010-10-01 18:13:51,125.00,failed,7,US,125.00,125.00,3000.00 +1124222252,The Lancelock Titanium Chainmail Bicycle Lock,Hardware,Technology,USD,2017-05-18,25000.00,2017-05-11 20:58:54,716.00,failed,7,US,591.00,716.00,25000.00 +1124228626,SAVE #GOAT3,Film & Video,Film & Video,GBP,2014-10-18,100.00,2014-09-18 14:41:44,229.00,successful,17,GB,372.46,367.56,160.51 +1124229259,Bomb Therapy,DIY,Crafts,USD,2015-03-01,5000.00,2015-01-21 02:12:58,271.00,failed,14,US,271.00,271.00,5000.00 +1124240116,Loe's Brewing Company,Food,Food,USD,2012-09-16,10000.00,2012-08-02 12:22:17,10370.00,successful,52,US,10370.00,10370.00,10000.00 +"1124247806,""""""The Lion & The Lyceum"""" Children's Book - Based on Ole Miss!"",Children's Books,Publishing,USD,2015-03-19,1000.00,2015-02-17 16:57:25,1400.00,successful,11,US,1400.00,1400.00,1000.00" +1124251576,A Vision,Music Videos,Film & Video,USD,2017-02-07,55000.00,2017-01-08 00:44:28,0.00,failed,0,US,0.00,0.00,55000.00 +1124252242,Help Restore the Bloomington Lighted Oak on Hwy 77,Public Art,Art,USD,2016-10-24,15000.00,2016-10-06 22:30:05,2581.00,failed,35,US,1390.00,2581.00,15000.00 +1124258626,Veterans Training Initiative,Product Design,Design,USD,2015-01-06,25000.00,2014-11-19 18:53:57,44.00,failed,2,US,44.00,44.00,25000.00 +1124264982,Air Button - The Last Button You'll Need for Your Mobile,Technology,Technology,USD,2015-11-26,15000.00,2015-10-27 13:20:02,22310.00,successful,751,US,22310.00,22310.00,15000.00 +1124270675,Character Development System for Unity® by drume3D,Software,Technology,AUD,2016-12-08,2000.00,2016-11-08 09:57:51,235.00,failed,17,AU,0.00,175.48,1493.43 +"1124275762,""Samurai Bike Messengers: smart girls, smart stories"",Webcomics,Comics,USD,2014-09-19,12000.00,2014-08-20 19:02:42,1520.00,canceled,38,US,1520.00,1520.00,12000.00" +1124275954,The William Sloane Coffin Sermon Archive Project,Nonfiction,Publishing,USD,2013-02-14,35000.00,2013-01-15 14:38:54,39490.00,successful,256,US,39490.00,39490.00,35000.00 +1124287244,Dizzy Gear NEW ALBUM Kickstarter,Electronic Music,Music,USD,2017-12-17,700.00,2017-10-18 03:08:30,0.00,failed,0,US,0.00,0.00,700.00 +112428804,Weakling Brewing Company - Flex your muscles (Canceled),Food,Food,CAD,2014-05-21,45000.00,2014-04-01 06:21:58,270.00,canceled,2,CA,244.24,247.68,41280.62 +1124289295,Send Amber Rose Johnson to the Russian Opera Workshop,Classical Music,Music,USD,2014-04-29,2000.00,2014-04-09 01:51:47,2350.00,successful,29,US,2350.00,2350.00,2000.00 +"1124289526,""""""The Gnatural"""" Juvenile Fiction - children's baseball story"",Children's Books,Publishing,USD,2013-09-02,3000.00,2013-08-13 15:42:01,3201.00,successful,54,US,3201.00,3201.00,3000.00" +1124289683,Twin Dragons - A brand new game for the NES,Video Games,Games,EUR,2017-05-31,8000.00,2017-05-01 22:30:17,25729.34,successful,329,FR,2052.81,28860.73,8973.64 +1124292812,HAMLET'S PRISON (Canceled),Theater,Theater,USD,2013-07-18,5000.00,2013-06-27 18:21:53,696.00,canceled,25,US,696.00,696.00,5000.00 +1124296589,The music to my heart,Movie Theaters,Film & Video,USD,2014-07-13,30000.00,2014-06-13 18:19:32,5.00,failed,1,US,5.00,5.00,30000.00 +"1124296844,""Heir to the Pharaoh: A 2-Player Game of Cats, Dogs & Gods!"",Tabletop Games,Games,USD,2016-03-18,20000.00,2016-02-29 22:40:55,23848.97,successful,342,US,23848.97,23848.97,20000.00" +1124302483,Sunrider - A Space Visual Novel/Tactical RPG,Video Games,Games,USD,2014-01-05,3000.00,2013-12-06 21:53:48,44039.94,successful,1217,US,44039.94,44039.94,3000.00 +1124307710,DJ Janko over the world,Music,Music,EUR,2016-03-30,30000.00,2016-03-03 03:09:06,11.00,failed,2,NL,11.97,12.58,34295.91 +1124314309,Reliquary Redux,Tabletop Games,Games,USD,2015-03-21,5000.00,2015-03-02 13:59:27,3782.00,failed,40,US,3782.00,3782.00,5000.00 +1124315018,Syntax Error Stop the Madness Tour,Electronic Music,Music,USD,2011-08-31,3000.00,2011-08-01 23:35:00,0.00,failed,0,US,0.00,0.00,3000.00 +1124319724,Laugh Riot! The Comedy-Improv Card Game,Tabletop Games,Games,USD,2009-11-02,850.00,2009-10-15 07:25:10,1192.00,successful,27,US,1192.00,1192.00,850.00 +1124319908,Slim Pickens Does the Right Thing and Rides the Bomb to Hell,Fiction,Publishing,USD,2013-09-28,1200.00,2013-08-29 00:27:45,20.00,failed,1,US,20.00,20.00,1200.00 +1124323079,g@d as you,Video Art,Art,USD,2016-06-11,3199.00,2016-05-12 22:39:38,150.00,failed,4,US,150.00,150.00,3199.00 +1124330319,RCA Printmakers Silent Auction,Mixed Media,Art,GBP,2015-12-04,5000.00,2015-11-04 10:47:48,0.00,failed,0,GB,0.00,0.00,7569.79 +"1124333163,""Surreal, Fantasy and Greek Mythology Art Series (Canceled)"",Painting,Art,USD,2011-01-14,11200.00,2010-11-15 20:53:43,0.00,canceled,0,US,0.00,0.00,11200.00" +1124333514,The Makeshift Man Issue 4,Comics,Comics,USD,2015-05-23,2800.00,2015-04-23 03:27:28,3066.00,successful,64,US,3066.00,3066.00,2800.00 +"1124337991,""""""The Beauty of the Sequence"""" photo book by Kristie Kahns"",Photography,Photography,USD,2012-09-09,3750.00,2012-08-15 13:43:07,11769.00,successful,145,US,11769.00,11769.00,3750.00" +1124340967,The Farthest Horizon Album,Music,Music,USD,2012-08-19,35000.00,2012-07-20 23:05:01,40148.12,successful,593,US,40148.12,40148.12,35000.00 +1124342183,Trust Me Graphic T-Shirts,Design,Design,USD,2014-08-07,100.00,2014-07-08 20:07:55,50.00,failed,1,US,50.00,50.00,100.00 +1124344318,Rapture Pet Care,Web,Technology,USD,2015-12-18,2000.00,2015-11-09 18:40:38,1.00,failed,1,US,1.00,1.00,2000.00 +1124350513,Race to Adventure! A Spirit of the Century™ Board Game,Tabletop Games,Games,USD,2012-07-25,40000.00,2012-06-19 16:15:43,52117.93,successful,884,US,52117.93,52117.93,40000.00 +1124358970,University of Cumbria Presents: Rule of Thirds,Photography,Photography,GBP,2016-03-21,1300.00,2016-02-10 14:04:35,1375.19,successful,56,GB,1983.93,1943.15,1836.91 +1124359535,TAKETH - Short Fiction Film,Shorts,Film & Video,GBP,2014-01-05,10000.00,2013-12-06 16:02:17,3806.00,failed,48,GB,6233.52,6245.38,16409.31 +1124362994,On Discord Isle - a Novel,Fiction,Publishing,USD,2013-04-05,2000.00,2013-03-05 02:17:55,2486.00,successful,74,US,2486.00,2486.00,2000.00 +1124369441,The Story of Pope John XXIII illustrated by Joe Sinnott,Graphic Novels,Comics,USD,2014-09-08,8500.00,2014-08-09 06:23:29,10796.00,successful,103,US,10796.00,10796.00,8500.00 +1124369588,Bob's Forgotten War (Canceled),Documentary,Film & Video,USD,2014-12-25,20000.00,2014-11-10 17:40:20,86.00,canceled,5,US,86.00,86.00,20000.00 +1124385090,Help me start a new community based Internet Radio station,Web,Technology,USD,2017-05-13,2000.00,2017-03-14 01:26:39,6.00,failed,2,US,0.00,6.00,2000.00 +"1124387108,""Amelia Card's FIRST CD """"Senses"""""",Country & Folk,Music,USD,2012-09-28,500.00,2012-09-19 04:09:18,860.00,successful,28,US,860.00,860.00,500.00" +1124387924,Epitaph: A Short Film,Shorts,Film & Video,USD,2012-07-30,9500.00,2012-06-28 03:42:01,10210.00,successful,93,US,10210.00,10210.00,9500.00 +1124390873,Jack & Jill [Short Film],Film & Video,Film & Video,USD,2011-04-26,3300.00,2011-03-26 08:04:30,3701.00,successful,49,US,3701.00,3701.00,3300.00 +1124391196,World's Largest Published Novel ! (Canceled),Fiction,Publishing,CAD,2015-07-31,300.00,2015-06-11 15:23:49,846.00,canceled,16,CA,684.89,648.38,229.92 +1124411403,Three Babes Bakeshop: A Pop-Up Pie Shop in San Francisco,Food,Food,USD,2011-05-23,10000.00,2011-04-23 10:03:04,10077.00,successful,146,US,10077.00,10077.00,10000.00 +112442017,Codename Omega: Omega Rising,Fiction,Publishing,GBP,2013-02-07,1500.00,2012-12-24 10:31:06,349.00,failed,42,GB,564.23,551.49,2370.30 +1124423992,THE DAHLS record debut album 'Midnight Picnic',Indie Rock,Music,USD,2010-06-01,2500.00,2010-04-27 20:38:34,4155.00,successful,21,US,4155.00,4155.00,2500.00 +1124426616,BeerBro - The Best Bottle Opener In the World. Period.,Product Design,Design,USD,2014-11-23,5000.00,2014-10-24 00:41:49,7292.00,successful,236,US,7292.00,7292.00,5000.00 +"1124445160,""K-Teas | Teas, Bitters, Infusions"",Drinks,Food,USD,2014-11-02,5000.00,2014-09-20 00:35:00,6477.00,successful,191,US,6477.00,6477.00,5000.00" +112444570,Reviving the old traditions of thangka painting in Bhutan,Painting,Art,USD,2017-09-10,5000.00,2017-08-03 01:10:00,1120.00,failed,4,US,100.00,1120.00,5000.00 +1124447965,Gambler: A Gunslinger Expansion,Playing Cards,Games,USD,2017-06-13,3500.00,2017-05-01 11:01:07,1217.00,failed,24,US,291.00,1217.00,3500.00 +1124458385,Jamestown: The First Town In America: The EP,Indie Rock,Music,USD,2012-04-05,1500.00,2012-03-22 02:36:52,3128.34,successful,105,US,3128.34,3128.34,1500.00 +1124460033,Drastic Measures,Tabletop Games,Games,USD,2014-12-06,3000.00,2014-11-06 19:42:56,14.00,failed,12,US,14.00,14.00,3000.00 +1124460114,Tour van for our band.,Rock,Music,USD,2012-10-07,3200.00,2012-08-28 21:04:52,355.00,failed,10,US,355.00,355.00,3200.00 +1124472159,Silent Film Giants & Alloy Orchestra at Mendocino Film Fest,Narrative Film,Film & Video,USD,2013-05-11,5555.00,2013-04-02 22:06:32,6357.00,successful,76,US,6357.00,6357.00,5555.00 +1124474638,Homeless Disabled Mentally Ill Series Needs Funding,Painting,Art,USD,2013-08-10,3800.00,2013-07-16 17:39:54,122.00,failed,4,US,122.00,122.00,3800.00 +112447739,EVERMORE (Script to Film),Drama,Film & Video,GBP,2016-09-04,1800000.00,2016-08-05 19:54:30,0.00,canceled,0,GB,0.00,0.00,2398624.79 +"1124478161,""Dark Divas BackNBusiness """"WebSeries"""" 3 one-hour episodes."",Film & Video,Film & Video,USD,2014-01-24,11000.00,2013-11-25 22:40:14,1.00,failed,1,US,1.00,1.00,11000.00" +112448158,Communikey 2012 Festival & Documentary Film,Mixed Media,Art,USD,2012-01-02,12000.00,2011-11-03 04:04:38,13360.21,successful,197,US,13360.21,13360.21,12000.00 +1124482562,Rupajhana Photovideos,Video Art,Art,USD,2017-10-13,3000.00,2017-08-15 00:51:12,941.00,failed,12,US,0.00,941.00,3000.00 +"1124487831,""""""If I Had A Piano"""" a short film"",Narrative Film,Film & Video,USD,2014-10-18,6000.00,2014-09-27 05:37:36,1956.00,failed,21,US,1956.00,1956.00,6000.00" +1124493080,DIVE! Living Off America's Waste,Documentary,Film & Video,USD,2010-12-23,10000.00,2010-12-03 16:00:09,4781.00,failed,64,US,4781.00,4781.00,10000.00 +1124496591,Great Isaac's Debut Album,Rock,Music,USD,2012-11-09,1300.00,2012-10-10 10:32:25,2523.00,successful,43,US,2523.00,2523.00,1300.00 +1124496655,Treasure Bows releases the Princess and Fairy Collections!,Crafts,Crafts,USD,2012-09-24,500.00,2012-08-25 03:18:18,808.00,successful,20,US,808.00,808.00,500.00 +1124500420,Mixed Signals - A Short Film,Shorts,Film & Video,GBP,2014-01-17,850.00,2013-12-17 21:38:22,1200.00,successful,53,GB,1956.20,1972.97,1397.52 +1124501058,Learning Perl 6,Nonfiction,Publishing,USD,2016-12-16,37000.00,2016-11-16 22:02:12,40404.24,successful,563,US,15201.00,40404.24,37000.00 +"1124523298,""""""The Baby Walk Around"""" & """"Trot-A-Tot Trainer"""""",Product Design,Design,USD,2014-07-13,200000.00,2014-05-14 06:02:21,27.00,failed,5,US,27.00,27.00,200000.00" +1124538952,Adam Harris Quintet Album - Live at the Jazz Station,Jazz,Music,USD,2014-10-18,2000.00,2014-09-18 03:07:22,2243.00,successful,29,US,2243.00,2243.00,2000.00 +1124545735,FLY-IN DINERS TV SHOW,Television,Film & Video,USD,2014-12-25,2500.00,2014-12-15 03:37:09,303.00,failed,3,US,303.00,303.00,2500.00 +112454727,ILLUSIO Augmented Reality Virtual Mirror for Breast Imaging,Software,Technology,USD,2016-12-14,50000.00,2016-11-14 18:39:44,3674.00,failed,32,US,1478.00,3674.00,50000.00 +1124548336,And We Were Gods,Comics,Comics,USD,2016-04-18,3500.00,2016-03-19 04:44:12,122.00,failed,8,US,122.00,122.00,3500.00 +"1124551512,Love,Music,Music,USD,2015-06-27,5000.00,2015-05-28 15:33:14,450.00,undefined,0,""N,0"""""",,450.00,5000.00" +1124577216,From Parts Unknown: An Indy Wrestling Documentary,Documentary,Film & Video,USD,2017-06-06,6200.00,2017-05-11 00:14:26,7450.00,successful,133,US,50.00,7450.00,6200.00 +1124582732,Linker,Apps,Technology,CAD,2014-12-26,4000.00,2014-10-27 14:45:09,51.00,failed,2,CA,45.39,43.66,3424.07 +1124586448,Stranger Things Simpsonized Pin,Art,Art,USD,2017-05-20,600.00,2017-04-20 01:34:59,15.00,failed,1,US,0.00,15.00,600.00 +"1124588023,""Feature Film, Open Mike"",Documentary,Film & Video,USD,2010-07-31,11000.00,2010-07-01 05:22:53,255.00,failed,6,US,255.00,255.00,11000.00" +"1124593220,""Hung, Hard & High: The Nick Manning Story"",Documentary,Film & Video,USD,2012-08-19,125000.00,2012-06-30 17:37:48,26630.00,failed,17,US,26630.00,26630.00,125000.00" +1124600203,Antboy: Revenge of the Red Fury,Family,Film & Video,USD,2015-06-16,50000.00,2015-05-14 20:40:59,534.00,failed,15,US,534.00,534.00,50000.00 +1124600858,Shows,Live Games,Games,EUR,2017-06-16,2500.00,2017-04-17 23:46:40,0.00,failed,0,IT,0.00,0.00,2791.74 +1124613477,The P?ka?a Project: A Hawaiian-English Music Education Guide,Kids,Music,USD,2015-03-25,5000.00,2015-02-27 18:10:18,5536.00,successful,33,US,5536.00,5536.00,5000.00 +1124617599,Presidentialness,Tabletop Games,Games,USD,2017-01-21,2500.00,2017-01-09 16:23:00,1641.00,failed,42,US,266.00,1641.00,2500.00 +1124621119,The New NEXT STL,Publishing,Publishing,USD,2017-04-01,20000.00,2017-03-02 02:59:32,20322.34,successful,230,US,3370.00,20322.34,20000.00 +1124623298,Pedal Powered Vegetable Cart For Urban Gardening Program,Product Design,Design,USD,2012-02-29,4000.00,2012-01-17 20:10:51,4156.00,successful,67,US,4156.00,4156.00,4000.00 +1124636006,MechaPunk : New addictive strategy game with Coop mode!,Video Games,Games,EUR,2016-05-22,90000.00,2016-04-22 11:00:58,44.00,failed,8,FR,49.72,49.14,100511.49 +1124636346,Egoid 2,Sculpture,Art,USD,2012-01-01,11000.00,2011-12-02 07:44:19,1955.00,failed,33,US,1955.00,1955.00,11000.00 +1124642490,Spooky Manor,Tabletop Games,Games,USD,2015-11-04,6000.00,2015-09-20 03:37:44,215.00,failed,5,US,215.00,215.00,6000.00 +"1124649850,""Crime Stopper, The Anonymous Tip Hotline"",Gadgets,Technology,USD,2016-07-16,35000.00,2016-06-16 00:46:30,0.00,failed,0,US,0.00,0.00,35000.00" +1124654631,The Pandora deck,Playing Cards,Games,DKK,2015-01-08,45000.00,2014-12-09 12:07:44,10148.00,failed,43,DK,1679.95,1611.41,7145.58 +1124656632,Nautical and Sea Life Inspired Dinnerware,Product Design,Design,USD,2013-10-06,14500.00,2013-09-06 21:32:11,14810.00,successful,156,US,14810.00,14810.00,14500.00 +1124663833,Base4 Clock - New From GeekOClock,Product Design,Design,CAD,2017-10-29,5000.00,2017-09-29 17:08:59,8638.00,successful,65,CA,5926.70,6789.81,3930.20 +1124663997,Stability Gliders™ by Stabilized Steps™ - Freedom to Move!,Product Design,Design,USD,2017-12-14,25000.00,2017-11-14 12:57:48,1709.00,failed,31,US,248.00,1709.00,25000.00 +1124667284,Local Smash,Apps,Technology,CHF,2016-12-29,395000.00,2016-11-29 18:58:33,0.00,failed,0,CH,0.00,0.00,387711.03 +1124669767,Metcop Wonderland - let's launch!,Comic Books,Comics,AUD,2017-05-26,300.00,2017-04-26 01:57:09,3651.00,successful,88,AU,889.24,2718.14,223.35 +112466988,RPG Dice Pull Knobs (Canceled),Tabletop Games,Games,USD,2014-04-16,1000.00,2014-03-17 20:57:53,553.00,canceled,22,US,553.00,553.00,1000.00 +112467247,The Flower of Life Tea Light collection by Shared Dynamics,Product Design,Design,GBP,2016-03-27,5000.00,2016-02-26 07:56:45,24.00,failed,3,GB,33.45,34.34,7154.82 +"1124681122,""Worlds Most Productive, Efficient LED Grow System"",Gadgets,Technology,USD,2015-04-21,1500000.00,2015-03-24 19:39:15,5090.00,failed,2,US,5090.00,5090.00,1500000.00" +"1124681450,""New CD - JET SET! - Abel, Reichardt, Zelter, Mozart"",Classical Music,Music,EUR,2017-12-01,8500.00,2017-10-23 14:47:21,9555.00,successful,51,NL,808.49,11356.07,10102.21" +112468197,Saltwater: Festival Premier! February 9th!,Narrative Film,Film & Video,USD,2017-02-13,1000.00,2017-02-04 03:53:06,1640.00,successful,26,US,0.00,1640.00,1000.00 +1124692778,Fairies and Mermaids Coloring Book (Canceled),Publishing,Publishing,USD,2016-02-21,3500.00,2016-01-23 00:26:52,2639.00,canceled,73,US,2639.00,2639.00,3500.00 +1124693826,Happy People DGAF,Nonfiction,Publishing,USD,2016-07-31,750.00,2016-06-01 05:42:28,70.00,failed,2,US,70.00,70.00,750.00 +1124717540,My first art exhibition!,Painting,Art,SEK,2015-08-27,5000.00,2015-07-28 01:00:49,100.00,failed,1,SE,11.64,11.87,593.35 +112472285,THEATER PLAY! Harold Pinter's masterpiece: THE CARETAKER!,Theater,Theater,USD,2012-07-01,3900.00,2012-05-22 03:21:49,5.00,failed,1,US,5.00,5.00,3900.00 +1124723859,TOMI OTEE: the new standard for sports chic fashion.,Fashion,Fashion,USD,2013-03-01,15000.00,2013-01-31 00:08:25,6075.00,canceled,64,US,6075.00,6075.00,15000.00 +1124729179,Santa Needs Your Help,Pop,Music,USD,2015-11-18,3300.00,2015-10-19 02:19:24,0.00,failed,0,US,0.00,0.00,3300.00 +1124730304,Aloud presents their 4th record: It's Got To Be Now,Rock,Music,USD,2013-08-31,9000.00,2013-07-31 06:19:27,10015.00,successful,124,US,10015.00,10015.00,9000.00 +1124740544,The Ant Jar,Product Design,Design,USD,2013-04-01,2000.00,2013-02-20 19:44:43,2368.00,successful,68,US,2368.00,2368.00,2000.00 +1124741297,Kaileigh Bullard's Debut EP!,Country & Folk,Music,USD,2012-02-20,4000.00,2012-01-21 03:19:27,6660.00,successful,88,US,6660.00,6660.00,4000.00 +1124742884,RIP....Art for your waistline..by The Machined Apparel Co..,Fashion,Fashion,USD,2014-04-16,4000.00,2014-03-17 00:41:54,820.00,failed,12,US,820.00,820.00,4000.00 +1124755454,Save The 296 Project and Build ArtRx!,Art,Art,USD,2015-08-10,20000.00,2015-06-11 19:09:10,2783.00,failed,23,US,2783.00,2783.00,20000.00 +1124758633,EDGES Sketch Night,Painting,Art,USD,2014-01-17,8440.00,2013-12-18 19:44:45,50.00,failed,2,US,50.00,50.00,8440.00 +1124764914,Sistema de gestión electrónico ultra-eficiente para baterías,Hardware,Technology,EUR,2016-11-16,35000.00,2016-10-12 19:21:12,1.00,failed,1,ES,0.00,1.06,37201.59 +1124766314,Help fund Allie's Winter War EP!,Indie Rock,Music,USD,2012-03-08,120.00,2012-02-23 01:06:17,145.00,successful,12,US,145.00,145.00,120.00 +112477492,Pineytown Pilot,Animation,Film & Video,USD,2013-11-30,28000.00,2013-10-31 20:41:22,175.00,failed,8,US,175.00,175.00,28000.00 +1124779900,Toronto Games Official,Video Games,Games,CAD,2016-08-14,15000.00,2016-06-15 07:26:09,3.00,failed,3,CA,0.78,2.34,11678.60 +1124780181,Hard Drive Volume 1,Comic Books,Comics,USD,2017-11-01,2000.00,2017-10-02 22:20:39,11351.00,successful,581,US,4072.00,11351.00,2000.00 +1124781169,Pit Stop Burgers,Restaurants,Food,GBP,2014-07-28,400.00,2014-07-21 21:08:22,25.00,failed,2,GB,42.43,42.06,673.03 +"1124781816,""""""Your Eyes are the Prettiest"""" A Chris Barry Film"",Shorts,Film & Video,USD,2015-03-22,6000.00,2015-02-21 02:01:30,180.00,failed,6,US,180.00,180.00,6000.00" +1124790147,WEPA NYC,Apparel,Fashion,USD,2014-12-21,10000.00,2014-11-21 21:15:09,3355.00,failed,60,US,3355.00,3355.00,10000.00 +1124799760,När jag hör musiken tänker jag på nåt annat,Publishing,Publishing,SEK,2016-04-24,25000.00,2016-03-25 11:18:10,14000.00,failed,41,SE,1693.32,1741.12,3109.14 +1124801502,crinkle Kut carrot,Electronic Music,Music,USD,2011-07-14,2500.00,2011-06-14 20:29:29,333.00,failed,10,US,333.00,333.00,2500.00 +1124804303,Project Releve´,Workshops,Dance,USD,2015-10-09,3000.00,2015-09-09 19:58:30,10.00,failed,1,US,10.00,10.00,3000.00 +"1124830286,""""""My Lap Box"""" a revoluntionary new Children's Travel Tray"",Product Design,Design,USD,2017-09-17,5000.00,2017-08-18 21:30:08,0.00,failed,0,US,0.00,0.00,5000.00" +112483302,What Am I Eating & Why Should I Care Podcasts by Mrs. Green,Radio & Podcasts,Publishing,USD,2014-03-02,25000.00,2014-01-30 20:45:51,29739.00,successful,527,US,29739.00,29739.00,25000.00 +1124840483,Tattoo Jewelry,Fashion,Fashion,USD,2014-05-04,20000.00,2014-03-20 18:28:37,106.00,failed,4,US,106.00,106.00,20000.00 +1124844209,Dusty Farms,Farms,Food,USD,2015-06-11,2000.00,2015-05-12 17:31:15,10.00,failed,1,US,10.00,10.00,2000.00 +11248443,ARTCADE - The Book of Classic Arcade Game Art,Art Books,Publishing,GBP,2013-10-22,10000.00,2013-09-23 21:06:33,22055.68,successful,514,GB,35307.56,35668.60,16172.07 +1124847399,HILLARY AND DONALD AND VICKY,Documentary,Film & Video,USD,2016-06-10,15000.00,2016-05-10 15:17:57,150.00,failed,2,US,150.00,150.00,15000.00 +1124848007,SNAKEHEAD POST PRODUCTION,Narrative Film,Film & Video,USD,2017-08-05,38000.00,2017-07-14 00:37:48,38388.99,successful,262,US,885.00,38388.99,38000.00 +1124849861,THE FASHION DESIGNER OF CORPUS CHRISTI (Canceled),Ready-to-wear,Fashion,USD,2015-04-01,20000.00,2015-02-11 17:37:46,0.00,canceled,0,US,0.00,0.00,20000.00 +112485978,The 13th Doll: A Fan Game of The 7th Guest,Video Games,Games,USD,2015-08-27,40000.00,2015-07-26 22:01:06,60266.66,successful,1199,US,60266.66,60266.66,40000.00 +112486185,BoBosexuality,Music,Music,CAD,2015-06-21,1000.00,2015-05-21 23:02:17,1215.00,successful,26,CA,994.67,982.61,808.73 +1124863628,Little Candle's Inaugural Production: The Winter's Tale,Theater,Theater,USD,2012-05-26,5000.00,2012-05-01 21:03:10,6167.00,successful,78,US,6167.00,6167.00,5000.00 +1124864054,UNIT-911 is BACK! BETTER and STRONGER than EVER!!,Pop,Music,USD,2013-05-30,15000.00,2013-04-30 00:30:14,200.00,failed,3,US,200.00,200.00,15000.00 +1124878834,Goth/Deathrock Festival,Music,Music,USD,2011-11-29,1000.00,2011-09-30 16:36:07,1104.00,successful,19,US,1104.00,1104.00,1000.00 +1124880588,Launching THE DOWNTOWN Experience Powered by THE RIDE,Technology,Technology,USD,2016-12-16,75000.00,2016-11-16 17:15:38,1095.00,failed,19,US,0.00,1095.00,75000.00 +1124883274,Degree Show Work: Memory Tenderizer,Digital Art,Art,USD,2014-04-14,2000.00,2014-03-15 15:57:55,2720.00,successful,23,US,2720.00,2720.00,2000.00 +1124886941,PLAYING COMMEDIA with Barry Grantham -The DVD,Plays,Theater,GBP,2016-12-03,9500.00,2016-11-03 19:25:12,2059.00,canceled,20,GB,1980.75,2590.23,11951.04 +1124887862,The Drumconrath Brewing Company - Kick in the pants!,Drinks,Food,USD,2015-06-21,20000.00,2015-05-22 19:53:30,2862.00,failed,25,US,2862.00,2862.00,20000.00 +1124887974,The 2016 Night Sky Illustrated Calendar,Calendars,Publishing,USD,2016-01-09,1500.00,2015-12-10 21:41:10,470.00,failed,3,US,470.00,470.00,1500.00 +1124888133,Stop The Violence,World Music,Music,USD,2015-03-13,30000.00,2015-01-12 01:12:16,21.00,failed,3,US,21.00,21.00,30000.00 +"1124888381,January goes to the Dentist,Publishing,Publishing,USD,2015-02-27,1200.00,2015-01-28 05:46:02,320.00,undefined,0,""N,0"""""",,320.00,1200.00" +112490755,Shallow - The Slow Death of Critical Thinking (Canceled),Nonfiction,Publishing,USD,2016-06-05,2500.00,2016-05-12 18:12:00,5.00,canceled,1,US,5.00,5.00,2500.00 +112491653,Sarah Kersten Handmade Studio,Ceramics,Art,USD,2014-10-17,30000.00,2014-09-17 21:26:22,35083.00,successful,233,US,35083.00,35083.00,30000.00 +112491733,Emotions of the Heart,Painting,Art,USD,2012-08-08,4500.00,2012-07-07 01:23:51,100.00,failed,1,US,100.00,100.00,4500.00 +"1124918755,""Kristal Cherelle's Debut Album """"The Journey"""""",Music,Music,USD,2013-05-09,9000.00,2013-04-09 05:57:31,315.00,failed,9,US,315.00,315.00,9000.00" +1124922936,Palmetto Pork Skins,Food Trucks,Food,USD,2016-01-27,25000.00,2015-12-28 20:17:47,50.00,failed,1,US,50.00,50.00,25000.00 +1124923725,Undercover Notebooks,Graphic Design,Design,USD,2015-11-14,1000.00,2015-10-15 20:56:53,2138.00,successful,58,US,2138.00,2138.00,1000.00 +"112492843,#KojoeFanteLP,Music,Music,USD,2016-03-05,6000.00,2016-02-04 22:42:53,1.00,undefined,0,""N,0"""""",,1.00,6000.00" +1124930872,Eagles Best: Not my President Elect!,Apparel,Fashion,USD,2017-01-03,2400.00,2016-12-18 22:35:48,0.00,failed,0,US,0.00,0.00,2400.00 +1124935865,Ik' Beauty -Productos más naturales para el cuidado facial-,Fashion,Fashion,MXN,2017-04-24,10000.00,2017-03-25 06:55:35,0.00,failed,0,MX,0.00,0.00,526.76 +112496830,2012 - 2013 Snowboarding film,Film & Video,Film & Video,USD,2012-12-05,1500.00,2012-11-05 09:26:54,15.00,failed,1,US,15.00,15.00,1500.00 +"1124971757,""A lightweight and nimble vending bicycle, for your business!"",Product Design,Design,USD,2015-02-27,11000.00,2015-01-13 11:50:40,5802.00,failed,33,US,5802.00,5802.00,11000.00" +1124972327,STEMbrainy,Design,Design,USD,2015-12-10,22000.00,2015-10-11 19:02:25,1010.00,failed,19,US,1010.00,1010.00,22000.00 +1124973777,Hemp Jerky,Small Batch,Food,USD,2016-07-20,2000.00,2016-06-20 16:39:00,197.00,failed,9,US,80.00,197.00,2000.00 +1124975000,Bad Ass HoverWASP RC Quadcopter,Technology,Technology,USD,2012-12-08,25000.00,2012-11-08 19:16:43,15688.00,failed,26,US,15688.00,15688.00,25000.00 +1124983715,Klikr – Control everything from your smartphone,Gadgets,Technology,GBP,2015-12-03,20000.00,2015-11-03 12:39:44,47431.00,successful,1167,GB,73196.33,71808.58,30279.17 +1124985584,TRASH DANCE Finishing!,Documentary,Film & Video,USD,2012-03-10,8500.00,2012-02-24 05:58:45,9663.00,successful,201,US,9663.00,9663.00,8500.00 +1124986451,Holiday donut enamel pins,Art,Art,USD,2017-09-14,1000.00,2017-08-30 18:17:31,138.00,failed,6,US,0.00,138.00,1000.00 +"1124986877,""Janet's Planet Live Show, a unique tour of the solar system"",Theater,Theater,USD,2011-07-12,5000.00,2011-06-12 20:56:20,5806.00,successful,102,US,5806.00,5806.00,5000.00" +1124999900,The Pink Umbrella Mobile Bakery,Food Trucks,Food,USD,2015-05-23,8000.00,2015-04-22 02:44:47,8156.00,successful,55,US,8156.00,8156.00,8000.00 +1125009191,ESSAKANE: The Most Remote Music Festival in the World $20DVD,Documentary,Film & Video,USD,2010-11-18,20000.00,2010-10-19 22:41:02,20489.00,successful,163,US,20489.00,20489.00,20000.00 +1125014819,Inspiring people to disconnect from their anti-social ways,People,Photography,GBP,2016-04-18,2200.00,2016-02-19 17:15:54,51.00,failed,3,GB,72.95,73.33,3163.15 +1125019212,LGBT Singapore Short Film - Fernando,Shorts,Film & Video,SGD,2017-08-23,10000.00,2017-06-24 17:19:09,0.00,failed,0,SG,0.00,0.00,7354.56 +"1125021932,""Hark, Harold the Angel Sings!"",Children's Books,Publishing,USD,2013-12-08,3000.00,2013-11-08 19:11:52,101.00,failed,2,US,101.00,101.00,3000.00" +1125026345,REVOLT.PM 2.0,Audio,Journalism,NOK,2015-05-08,10000.00,2015-03-09 15:35:57,0.00,failed,0,NO,0.00,0.00,1338.78 +"1125039199,""Aaron Blyth's new album """"The Chance for Change"""""",Country & Folk,Music,USD,2013-06-21,10000.00,2013-05-22 07:05:54,10360.00,successful,163,US,10360.00,10360.00,10000.00" +1125046689,Pirates vs Ninjas,Animation,Film & Video,USD,2012-12-06,250000.00,2012-10-22 23:02:00,200.00,failed,2,US,200.00,200.00,250000.00 +112504965,Boston Underground Film Festival 2013,Film & Video,Film & Video,USD,2013-03-07,6000.00,2013-02-05 18:39:14,6762.66,successful,104,US,6762.66,6762.66,6000.00 +1125050137,Guilds in Combat,Tabletop Games,Games,USD,2015-05-15,25000.00,2015-03-16 22:35:05,2.00,failed,2,US,2.00,2.00,25000.00 +1125051745,FILM/ALBUM: RISE AND FALL,Narrative Film,Film & Video,USD,2013-09-19,200000.00,2013-08-20 00:11:14,0.00,failed,0,US,0.00,0.00,200000.00 +1125057642,Set the Scene for 1700,Film & Video,Film & Video,AUD,2014-03-11,1000.00,2014-02-14 04:05:54,1205.55,successful,28,AU,1092.11,1088.14,902.61 +1125062179,Surround: Visual by Reactionary Ensemble and nimbus dance,Performance Art,Art,USD,2010-12-07,2500.00,2010-11-29 22:12:49,700.00,failed,16,US,700.00,700.00,2500.00 +1125066745,INTO SUNLIGHT Film Fundraiser,Documentary,Film & Video,USD,2016-11-30,33000.00,2016-10-03 17:45:22,14145.00,failed,87,US,100.00,14145.00,33000.00 +1125075908,iPhone Saddle: Molded Leather iPhone Case Without Plastic,Product Design,Design,USD,2014-09-03,2000.00,2014-08-04 23:51:16,520.00,failed,11,US,520.00,520.00,2000.00 +1125084118,Coverage for a new design concept,Design,Design,GBP,2014-03-29,700.00,2014-02-27 22:57:53,852.00,successful,24,GB,1420.67,1411.93,1160.04 +1125086271,Bridging the Gap 2013,Theater,Theater,USD,2013-11-29,3000.00,2013-10-30 04:52:39,3023.00,successful,69,US,3023.00,3023.00,3000.00 +1125087634,Fire This Time — Luna City Mint 2013,Art,Art,USD,2013-12-13,5000.00,2013-10-14 23:25:39,1241.00,failed,39,US,1241.00,1241.00,5000.00 +1125089430,Supportive Bralettes for Everyone (YES!) by Uye Surana,Ready-to-wear,Fashion,USD,2016-11-18,10000.00,2016-10-19 06:36:37,17152.00,successful,214,US,4034.00,17152.00,10000.00 +"1125090315,""""""Lovecraft's Call of Cthulhu"""" - The Movie"",Animation,Film & Video,EUR,2017-10-23,25000.00,2017-09-23 17:40:38,5009.00,failed,98,IT,521.33,5812.93,29012.42" +1125091732,A New Look at the World,Photography,Photography,USD,2016-02-09,10.00,2015-12-16 11:32:27,4.00,failed,3,US,4.00,4.00,10.00 +1125095267,No Dreams of Tomorrow,Shorts,Film & Video,USD,2014-05-18,1200.00,2014-04-18 04:25:30,1368.00,successful,29,US,1368.00,1368.00,1200.00 +"1125095883,""Rock Inferno: Burning Man, Charcade 2013"",Video Games,Games,USD,2013-07-29,3750.00,2013-07-09 19:06:01,4081.00,successful,50,US,4081.00,4081.00,3750.00" +1125096088,Say It Like It Is,Narrative Film,Film & Video,USD,2012-07-12,3500.00,2012-06-12 19:15:30,3566.00,successful,25,US,3566.00,3566.00,3500.00 +112509612,Frye Family Band EP,Indie Rock,Music,USD,2013-05-23,4400.00,2013-04-13 15:29:24,95.00,failed,4,US,95.00,95.00,4400.00 +1125096694,Buy One to Give One... to Your Local Public Library!,Nonfiction,Publishing,USD,2016-10-06,43988.00,2016-08-22 15:21:46,0.00,canceled,0,US,0.00,0.00,43988.00 +"1125108033,""""""On Sacred Ground"""" part 2 """"The Tree People"""""",Photography,Photography,USD,2011-03-25,5000.00,2011-02-08 01:00:02,50.00,failed,1,US,50.00,50.00,5000.00" +1125109674,WEAPON OF GOD Unlocked! Stretch goals!,Comics,Comics,USD,2013-06-08,16500.00,2013-05-09 01:32:49,33736.70,successful,907,US,33736.70,33736.70,16500.00 +1125125281,BeMyInvestor.com where inventors meet investors,Publishing,Publishing,USD,2016-02-05,75000.00,2015-12-07 23:17:47,0.00,failed,0,US,0.00,0.00,75000.00 +1125133297,DinoGenics: Dinosaur Park Management and Corporate Intrigue,Tabletop Games,Games,USD,2017-09-07,43000.00,2017-08-08 17:03:33,19389.00,canceled,266,US,15320.00,19389.00,43000.00 +1125136088,Kick in the Pants,Fashion,Fashion,USD,2014-02-14,30000.00,2014-01-15 10:41:30,33248.57,successful,268,US,33248.57,33248.57,30000.00 +1125148551,Flitchio: 1st Smartphone Case with Built-in Game Controller,Gadgets,Technology,GBP,2015-07-17,50000.00,2015-06-15 14:59:56,6440.00,canceled,70,GB,10021.77,10042.26,77967.85 +"1125149492,""-YankCharger- Yank your cord, not your phone safety charger"",Product Design,Design,USD,2015-01-27,4500.00,2014-12-13 08:14:23,40.00,failed,2,US,40.00,40.00,4500.00" +1125155129,East of Beverly: A Short Film,Shorts,Film & Video,USD,2017-06-04,8000.00,2017-05-14 20:12:07,2889.00,failed,29,US,2550.00,2889.00,8000.00 +1125171719,Photography/Video freelancing startup,Photography,Photography,USD,2017-07-06,1500.00,2017-06-06 22:31:10,0.00,failed,0,US,0.00,0.00,1500.00 +1125176807,Reggie Berg's Solo Piano Album,Jazz,Music,USD,2015-07-28,1500.00,2015-07-13 20:22:24,1596.00,successful,28,US,1596.00,1596.00,1500.00 +112517826,Crying Girl (wip title),Fiction,Publishing,USD,2013-05-08,1500.00,2013-04-08 21:35:43,0.00,failed,0,US,0.00,0.00,1500.00 +1125181151,Farm to Table Little Chefs,Food,Food,USD,2014-11-18,5000.00,2014-11-13 18:07:06,0.00,failed,0,US,0.00,0.00,5000.00 +"1125185892,""Book - """"New Orleans People & Places"""" Leather 1st Edition"",Nonfiction,Publishing,USD,2011-11-13,7500.00,2011-10-27 00:29:12,7500.00,successful,51,US,7500.00,7500.00,7500.00" +1125189734,The Nicholas Project - Keeping Christ in Christmas,Animation,Film & Video,USD,2014-12-25,1085000.00,2014-11-01 16:05:43,1228.00,failed,28,US,1228.00,1228.00,1085000.00 +1125191264,The Helping Arts Project,Mixed Media,Art,USD,2014-11-18,325000.00,2014-09-19 18:37:21,27.00,failed,5,US,27.00,27.00,325000.00 +1125200886,Robinson Caruso Pays Off Love Debt...to YOU,World Music,Music,USD,2011-01-01,800.00,2010-11-24 00:37:57,840.00,successful,24,US,840.00,840.00,800.00 +1125203626,Leland's Road,Music,Music,USD,2017-02-05,8500.00,2017-01-06 23:51:28,9775.00,successful,87,US,1720.00,9775.00,8500.00 +112520368,BOXCAR APPAREL,Fashion,Fashion,USD,2013-07-31,3000.00,2013-06-28 18:31:08,90.00,failed,5,US,90.00,90.00,3000.00 +1125206038,Velara Warriors: Daughters of Light,Product Design,Design,GBP,2016-09-23,70000.00,2016-08-23 10:00:11,31923.00,canceled,398,GB,15785.74,41416.49,90817.09 +1125212384,The Hood : A Change From Within - An Urban Graphic Novel,Comics,Comics,USD,2013-09-02,4000.00,2013-08-03 03:04:15,4747.00,successful,139,US,4747.00,4747.00,4000.00 +1125220431,Help me to study in Netherlands (Suspended),Academic,Publishing,EUR,2015-07-25,3500.00,2015-06-25 10:22:10,10.00,suspended,1,IT,11.18,10.97,3838.43 +1125228036,Monster Cthulhu Kingdom,Crochet,Crafts,USD,2014-11-10,40.00,2014-10-11 19:48:41,151.00,successful,6,US,151.00,151.00,40.00 +1125231026,Guilty is the Bear- DEBUT ALBUM,Music,Music,USD,2013-01-10,1500.00,2012-12-06 03:45:02,1720.82,successful,31,US,1720.82,1720.82,1500.00 +1125246247,Starting from scratch,Hip-Hop,Music,USD,2015-04-12,9000.00,2015-02-11 18:31:55,21.00,failed,2,US,21.00,21.00,9000.00 +1125257728,Eventcar PULSE ONE,Technology,Technology,EUR,2017-04-23,300.00,2017-03-24 21:50:28,317.00,successful,14,NL,90.63,346.48,327.90 +1125260623,Grim World: Gaming Supplement for Dungeon World & FATE Core,Tabletop Games,Games,USD,2013-09-19,5000.00,2013-08-20 16:11:21,22050.01,successful,666,US,22050.01,22050.01,5000.00 +112526520,Secret Compartment Furniture,Woodworking,Crafts,USD,2016-01-28,10000.00,2015-12-29 18:08:05,1715.00,failed,6,US,1715.00,1715.00,10000.00 +1125280237,Infectus Phytor,Graphic Novels,Comics,USD,2016-10-01,3000.00,2016-09-01 03:07:35,11.00,failed,2,US,0.00,11.00,3000.00 +1125288742,One Thing at a Time,Film & Video,Film & Video,USD,2014-02-08,2000.00,2013-12-10 00:45:46,1.00,failed,1,US,1.00,1.00,2000.00 +1125290657,Debut Album - Laverty-Torres Group Live,Rock,Music,USD,2016-05-18,3000.00,2016-04-13 02:19:09,897.00,failed,18,US,897.00,897.00,3000.00 +1125291298,Ring made by your voice wave,Jewelry,Fashion,JPY,2017-10-14,200000.00,2017-09-29 07:52:55,85000.00,failed,8,JP,707.81,751.08,1767.25 +"1125293416,""""""GRADELINE"""" the noir comedy feature"",Film & Video,Film & Video,USD,2011-05-10,5000.00,2011-05-03 01:12:36,315.00,failed,10,US,315.00,315.00,5000.00" +1125295040,We Rise Together,Documentary,Film & Video,USD,2015-03-27,5000.00,2015-02-25 04:48:42,7145.00,successful,92,US,7145.00,7145.00,5000.00 +1125296654,Help Publish a Self-Help Book By Carrington Keys,Nonfiction,Publishing,USD,2017-12-25,1500.00,2017-10-26 23:06:46,0.00,failed,0,US,0.00,0.00,1500.00 +1125324568,Mongrel: S.O.B. Graphic Novel,Comics,Comics,USD,2013-04-14,3500.00,2013-03-15 06:01:41,8056.00,successful,169,US,8056.00,8056.00,3500.00 +1125326552,FIRST Team 4083: Robot Construction,Robots,Technology,USD,2013-02-08,1000.00,2013-01-14 13:38:57,1001.00,successful,20,US,1001.00,1001.00,1000.00 +1125331321,Dirty Dozen Tattoo Flash Set,Illustration,Art,USD,2016-06-08,500.00,2016-05-09 17:43:04,1.00,failed,1,US,1.00,1.00,500.00 +1125340754,Kileidoscope Graphics,Fashion,Fashion,USD,2014-04-18,1000.00,2014-03-19 22:38:47,25.00,failed,1,US,25.00,25.00,1000.00 +1125341081,Adventure Philanthropist: Adventures Volunteering Abroad,Nonfiction,Publishing,USD,2013-06-17,6000.00,2013-05-17 06:00:27,6733.00,successful,71,US,6733.00,6733.00,6000.00 +1125342998,Parallel Heights - Debut EP,Music,Music,USD,2015-09-18,300.00,2015-07-20 20:46:44,901.00,successful,22,US,901.00,901.00,300.00 +"1125365708,""Burt, The Owl Art, Prints & Apparel, Buttons, greeting cards"",Illustration,Art,USD,2017-05-11,2700.00,2017-04-11 05:21:32,130.00,failed,5,US,45.00,130.00,2700.00" +1125367305,Meeting Andrei Tarkovsky - Film Website,Documentary,Film & Video,USD,2009-06-21,1250.00,2009-05-30 06:27:42,2721.00,successful,60,US,2721.00,2721.00,1250.00 +1125368172,Primpette Beauty Cases,Accessories,Fashion,USD,2016-02-07,100.00,2016-01-08 04:29:49,130.00,successful,2,US,130.00,130.00,100.00 +112536841,Protopians: Prototypes for a new way of living,Makerspaces,Technology,USD,2016-06-30,250.00,2016-06-15 00:33:46,1.00,failed,1,US,1.00,1.00,250.00 +1125369148,The Destruction of the Los Angeles River,Photography,Photography,USD,2012-05-01,200.00,2012-04-03 00:04:54,0.00,failed,0,US,0.00,0.00,200.00 +112536930,cleveland architecture coloring book,Publishing,Publishing,USD,2012-11-25,3500.00,2012-10-26 01:36:49,4052.00,successful,76,US,4052.00,4052.00,3500.00 +112536952,Snowbound: Chapter 2 - A Serial Magical Girl Manga,Graphic Novels,Comics,CAD,2015-04-16,7000.00,2015-03-11 23:01:37,1547.00,failed,24,CA,1225.13,1268.97,5741.94 +1125371247,Fox Tea Towels II,Art,Art,USD,2017-12-04,600.00,2017-11-04 04:19:24,643.00,successful,14,US,204.00,643.00,600.00 +1125371866,The Short Film Show,Television,Film & Video,GBP,2016-11-30,40000.00,2016-10-19 22:03:26,0.00,canceled,0,GB,0.00,0.00,50494.21 +1125374519,Handmade Decorative Candle Holders (Canceled),Candles,Crafts,USD,2015-07-09,5000.00,2015-06-09 06:01:21,125.00,canceled,2,US,125.00,125.00,5000.00 +1125390238,Hero Music Video/Promo Fund,Pop,Music,USD,2013-06-18,10000.00,2013-05-16 22:33:38,10191.00,successful,41,US,10191.00,10191.00,10000.00 +1125392569,The Leap Years' Debut EP,Pop,Music,USD,2013-12-02,800.00,2013-11-01 19:33:14,2055.00,successful,52,US,2055.00,2055.00,800.00 +1125399477,PepperJelly's Cuban Style Sriracha,Food,Food,USD,2013-03-03,5000.00,2013-01-02 23:25:58,5355.00,successful,114,US,5355.00,5355.00,5000.00 +1125408355,Waikite | Convert your bed to luxury resort in sec,Product Design,Design,SGD,2017-06-17,13700.00,2017-04-18 13:59:40,31945.00,successful,278,SG,2937.79,23033.38,9878.15 +1125408590,Get on board the DUBLIN EXPRESS,Fiction,Publishing,GBP,2013-07-13,2000.00,2013-06-13 23:50:29,3463.00,successful,111,GB,5417.07,5284.60,3052.04 +1125417162,MAKE 100 MUSIC BRINGS US TOGETHER,Photobooks,Photography,EUR,2017-03-18,9250.00,2017-02-01 02:21:51,952.00,failed,11,NL,0.00,1028.63,9994.60 +1125421701,Organic sustainable Farm,Farms,Food,USD,2016-06-23,500000.00,2016-05-24 06:22:49,1.00,failed,1,US,1.00,1.00,500000.00 +112542422,Vegan Fusion Culinary Travel Show Pilot,Food,Food,USD,2013-06-24,11000.00,2013-05-21 18:05:26,11011.00,successful,107,US,11011.00,11011.00,11000.00 +1125429077,Inclusive: A Pop Culture Party Game,Games,Games,USD,2018-01-02,1500.00,2017-12-03 02:57:17,55.00,failed,3,US,5.00,55.00,1500.00 +112542927,D-Pro Athletic Headband with Carbon Fiber,Wearables,Technology,USD,2016-10-26,2500.00,2016-09-26 21:20:04,1.00,failed,1,US,0.00,1.00,2500.00 +1125433803,Patches and Stickers for Oregon's State Parks,Graphic Design,Design,USD,2016-07-15,2400.00,2016-06-14 06:34:21,6538.00,successful,199,US,6247.00,6538.00,2400.00 +"1125437020,Help Belle Noir create their first EP!!,Music,Music,GBP,2015-11-30,3500.00,2015-11-09 11:24:16,4324.00,undefined,0,""N,0"""""",,6546.36,5298.86" +1125439635,Bringing Spice to your Life #SharmaSpice,Food,Food,GBP,2014-11-15,3500.00,2014-10-16 01:04:54,275.00,failed,14,GB,442.00,431.26,5488.82 +1125463894,I'd Rather Die,Playing Cards,Games,USD,2016-04-11,25000.00,2016-03-05 17:49:35,481.00,failed,16,US,481.00,481.00,25000.00 +1125482678,Cookbook Recipe Developing Fund,Food,Food,USD,2011-02-02,850.00,2010-11-04 22:13:24,0.00,failed,0,US,0.00,0.00,850.00 +1125487562,An American History of Food and Heroes (Canceled),Documentary,Film & Video,USD,2015-01-06,20000.00,2014-12-07 16:48:20,0.00,canceled,0,US,0.00,0.00,20000.00 +1125492283,Pescadora (Fisherwoman),Shorts,Film & Video,USD,2011-08-16,4400.00,2011-07-06 03:35:38,4600.00,successful,32,US,4600.00,4600.00,4400.00 +1125498259,The Lord My Stength,Country & Folk,Music,USD,2012-08-07,5000.00,2012-07-02 22:33:00,0.00,failed,0,US,0.00,0.00,5000.00 +"1125500286,All About Amy,Film & Video,Film & Video,USD,2014-05-04,3000.00,2014-04-04 17:41:13,3225.00,undefined,0,""N,0"""""",,3225.00,3000.00" +1125501540,Prints For Praise,Art,Art,CAD,2016-10-18,5000.00,2016-08-19 19:17:17,362.00,canceled,22,CA,38.96,273.64,3779.58 +1125503088,AEsir Foil Tuck Playing Cards,Playing Cards,Games,USD,2017-09-08,1500.00,2017-08-09 16:00:01,3883.00,successful,90,US,2610.00,3883.00,1500.00 +1125513475,Pi Lite white - Bright white LED display for Raspberry Pi,Hardware,Technology,GBP,2013-07-13,4000.00,2013-06-13 23:35:25,13864.00,successful,473,GB,21687.03,21156.72,6104.07 +1125513587,BASH BACK - the Queer Mafia Thriller - Issue 0,Comic Books,Comics,USD,2016-08-20,5000.00,2016-07-26 05:31:07,6144.00,successful,235,US,208.00,6144.00,5000.00 +1125516193,J SHEPHARD ALBUM LAUNCH.,Music,Music,USD,2012-03-01,20000.00,2012-01-26 18:07:52,0.00,failed,0,US,0.00,0.00,20000.00 +1125525654,Chikungunya! Apps Android,Mobile Games,Games,EUR,2016-10-21,7000.00,2016-09-01 21:00:58,21.00,failed,4,FR,0.00,22.86,7620.21 +1125529365,Affordable T-Shirt Design and Printing,Ready-to-wear,Fashion,USD,2016-03-20,800.00,2016-02-21 16:53:04,0.00,failed,0,US,0.00,0.00,800.00 +1125535072,Reese Creek P.D.,Action,Film & Video,USD,2015-07-21,300.00,2015-06-21 06:51:42,315.00,successful,9,US,315.00,315.00,300.00 +1125537985,Zion's Creative Arts Center (Canceled),Mixed Media,Art,USD,2015-04-01,2000000.00,2015-03-10 01:34:27,154.00,canceled,2,US,154.00,154.00,2000000.00 +1125538297,Dimgaard Vol. XXIV - 5e DnD Adventures,Tabletop Games,Games,USD,2018-01-08,30.00,2017-12-15 17:29:57,1298.00,live,61,US,721.00,1298.00,30.00 +1125546305,Project Natalia: Documenting Stem-Cell Therapy's Potential,Documentary,Film & Video,USD,2012-05-07,500000.00,2012-03-08 05:07:30,1710.00,failed,15,US,1710.00,1710.00,500000.00 +112554652,Smart Money Maker: A Collaborative Card Game,Playing Cards,Games,USD,2015-12-17,3000.00,2015-11-22 18:15:06,3321.00,successful,87,US,3321.00,3321.00,3000.00 +1125548858,Cajas Mágicas de Teatro Cuerda Floja,Plays,Theater,MXN,2017-08-23,50000.00,2017-06-24 03:22:37,300.00,failed,1,MX,0.00,17.00,2832.54 +1125549997,Style Quote Custom Unisex T-Shirt Line,Apparel,Fashion,USD,2017-09-30,2000.00,2017-08-01 06:10:26,2135.00,successful,33,US,25.00,2135.00,2000.00 +1125550231,Asynchronicity Shell,Software,Technology,USD,2017-06-14,1000000.00,2017-05-15 21:44:00,57.00,failed,4,US,0.00,57.00,1000000.00 +1125556460,Sol Saga,Comic Books,Comics,USD,2015-09-23,6000.00,2015-08-24 09:05:18,42.00,failed,3,US,42.00,42.00,6000.00 +112556435,Taylor Leopold - Don't Give Up On Me (NEW SINGLE),Pop,Music,USD,2013-08-02,4000.00,2013-07-03 22:35:10,4045.00,successful,52,US,4045.00,4045.00,4000.00 +1125564840,Shepherds of God,Painting,Art,GBP,2014-04-17,8000.00,2014-03-27 01:04:04,8038.00,successful,30,GB,13261.68,13510.38,13446.51 +1125570124,Kids Star Wars Musical Documentary,Documentary,Film & Video,USD,2011-05-16,8000.00,2011-03-16 15:18:27,10447.11,successful,205,US,10447.11,10447.11,8000.00 +1125598951,Lush Little Landscapes: Making Amazing Miniature Gardens,Nonfiction,Publishing,USD,2012-09-28,19400.00,2012-08-29 20:10:08,1108.00,failed,29,US,1108.00,1108.00,19400.00 +1125600986,Car Talk,Film & Video,Film & Video,USD,2016-07-20,2300.00,2016-06-24 08:30:45,2328.00,successful,32,US,1014.00,2328.00,2300.00 +1125608879,PEAS at Cunningham Elementary!!!,Food,Food,USD,2011-10-21,4500.00,2011-09-04 00:37:46,5060.00,successful,115,US,5060.00,5060.00,4500.00 +"1125611014,""Digital Sisterhood, a memoir"",Nonfiction,Publishing,USD,2010-12-24,500.00,2010-09-25 01:21:23,1159.00,successful,39,US,1159.00,1159.00,500.00" +"112561696,""A Rutgers Halloween, A Zine"",Zines,Publishing,USD,2015-10-20,400.00,2015-10-05 02:25:55,31.00,failed,2,US,31.00,31.00,400.00" +1125617422,Heart Broken Heart Found: Inheriting the Holocaust,Nonfiction,Publishing,USD,2013-08-14,9500.00,2013-07-18 19:00:37,9635.00,successful,141,US,9635.00,9635.00,9500.00 +112562135,The Task Binder,Product Design,Design,USD,2013-08-10,18000.00,2013-07-08 17:15:00,140.00,failed,14,US,140.00,140.00,18000.00 +1125626743,This Is Why We Do (Canceled),Hip-Hop,Music,USD,2016-02-20,3000.00,2016-01-21 06:54:15,1.00,canceled,1,US,1.00,1.00,3000.00 +1125632353,Sousa On The Rez: Marching to the Beat of a Different Drum,Documentary,Film & Video,USD,2012-03-18,5000.00,2012-02-18 20:09:44,5880.00,successful,51,US,5880.00,5880.00,5000.00 +"112563485,""LOVELAND: You're A Good Person, And People Say Nice Things About You"",Technology,Technology,USD,2010-05-13,500.00,2010-04-28 05:11:24,918.00,successful,15,US,918.00,918.00,500.00" +"1125638454,""Remotte™, the first remote control for Google Glass™"",Hardware,Technology,USD,2013-12-21,70000.00,2013-11-20 16:00:48,14483.00,canceled,231,US,14483.00,14483.00,70000.00" +1125642996,The Intrepid Naturalist- Exploring The Wild That Remains...,Apps,Technology,USD,2016-05-04,125000.00,2016-04-04 22:08:06,3.00,failed,3,US,3.00,3.00,125000.00 +1125643427,Us + You = New Record.,Pop,Music,USD,2012-07-18,12000.00,2012-06-08 00:52:24,12120.03,successful,137,US,12120.03,12120.03,12000.00 +1125649641,Michelle Romary is recording a faith based album!,Classical Music,Music,USD,2013-12-13,3000.00,2013-11-28 01:04:57,3689.00,successful,66,US,3689.00,3689.00,3000.00 +1125652678,Production of Les Miserables,Theater,Theater,USD,2013-08-31,20000.00,2013-08-01 01:09:35,381.00,failed,6,US,381.00,381.00,20000.00 +112565458,The LolliPOP! Bottle Stop,Design,Design,USD,2014-08-18,7500.00,2014-07-14 03:33:51,130.00,failed,14,US,130.00,130.00,7500.00 +1125658845,The Wisdom Path Podcast Series,Audio,Journalism,USD,2016-12-11,25000.00,2016-11-11 06:48:52,460.00,failed,6,US,0.00,460.00,25000.00 +1125672434,Shotgun Shell Cufflinks and Tie Bar Jewelry,Art,Art,USD,2013-06-14,1000.00,2013-05-15 00:19:19,521.00,failed,12,US,521.00,521.00,1000.00 +1125678370,Send WOODSONGS Into 125 Million USA TV Homes!,Radio & Podcasts,Publishing,USD,2014-01-02,12500.00,2013-12-03 14:06:24,13360.00,successful,64,US,13360.00,13360.00,12500.00 +1125682589,The Hare & The Moon,Children's Books,Publishing,GBP,2015-04-05,1000.00,2015-03-06 03:36:11,55.00,failed,3,GB,84.47,80.25,1459.13 +1125702153,Retouch3D: A brand new way to finish 3D prints.,3D Printing,Technology,USD,2015-05-04,30000.00,2015-03-30 22:42:23,56398.00,successful,394,US,56398.00,56398.00,30000.00 +1125705941,Help Save Parkway Cinemas!,Spaces,Theater,USD,2014-08-13,1000000.00,2014-07-14 20:49:08,0.00,failed,0,US,0.00,0.00,1000000.00 +1125712567,Seneca Lake Brewing Co.: Crafting a Brewery & an Experience.,Drinks,Food,USD,2016-01-17,15000.00,2015-12-15 15:00:19,2235.00,failed,21,US,2235.00,2235.00,15000.00 +1125713985,Other People's Treasure,Drama,Film & Video,USD,2015-02-05,300000.00,2015-01-06 06:25:07,108466.00,failed,131,US,108466.00,108466.00,300000.00 +"1125718038,""Foxshot - Small Camera, Water-resistant Polychrome 1080P HD"",Gadgets,Technology,USD,2017-04-23,2500.00,2017-02-22 17:02:48,205281.90,successful,3719,US,2952.00,205281.90,2500.00" +1125730010,3 Words - The Book,Fiction,Publishing,USD,2014-08-22,33.00,2014-07-23 04:51:18,1.00,failed,1,US,1.00,1.00,33.00 +1125735936,Amerra Connect: A Cloud for Clouds - ONE Universal API,Apps,Technology,USD,2015-04-18,59700.00,2015-02-17 23:39:52,900.00,failed,4,US,900.00,900.00,59700.00 +1125741614,Fuzzy Tricks and Broomsticks - A Short Novel for Children,Children's Books,Publishing,USD,2015-09-14,2000.00,2015-08-15 02:01:04,2032.00,successful,36,US,2032.00,2032.00,2000.00 +1125756083,Mountain Dance Trail,Dance,Dance,USD,2012-01-14,2000.00,2011-11-30 16:51:20,3266.00,successful,81,US,3266.00,3266.00,2000.00 +1125762303,Grandma's Big Schlep,Comedy,Film & Video,GBP,2015-03-24,1500.00,2015-02-22 19:00:55,1616.00,successful,25,GB,2488.52,2403.87,2231.31 +1125767787,DreamBig,Documentary,Film & Video,USD,2018-01-25,5000.00,2017-12-26 17:25:30,0.00,live,0,US,0.00,0.00,5000.00 +"1125771720,""Awake Zion: a Documentary about the Links between Rastas, Reggae and Judaism "",Documentary,Film & Video,USD,2010-05-24,10000.00,2010-02-23 02:59:27,10135.53,successful,95,US,10135.53,10135.53,10000.00" +1125775907,3D-Print/Scan Workshop,3D Printing,Technology,EUR,2015-09-07,699.00,2015-07-09 18:57:28,178.00,failed,2,BE,195.66,200.57,787.63 +1125778325,Help Bring Back mels sockcreations!!!,Crafts,Crafts,GBP,2015-03-02,400.00,2015-02-05 23:11:07,53.00,failed,3,GB,80.32,80.48,607.37 +1125779902,citizen off stateless,Documentary,Film & Video,SEK,2015-08-08,100000.00,2015-06-18 16:19:14,4208.00,failed,9,SE,514.73,498.45,11845.25 +1125785539,Yikes Twins- Adorable Animal Slippers for kids,Childrenswear,Fashion,USD,2015-05-01,16500.00,2015-04-01 03:30:11,819.00,failed,9,US,819.00,819.00,16500.00 +1125788488,Keyblades N Keydaggers,Printing,Crafts,USD,2015-11-28,20000.00,2015-10-14 02:07:06,65.00,failed,2,US,65.00,65.00,20000.00 +"1125801414,""Tejid@s Junt@s, a film about the Alta Gracia Project."",Documentary,Film & Video,USD,2012-07-13,2500.00,2012-06-27 15:14:14,3096.00,successful,87,US,3096.00,3096.00,2500.00" +1125812594,Madame Luna - 'The Kidnap',Shorts,Film & Video,GBP,2014-04-12,5000.00,2014-02-11 17:37:53,60.00,failed,2,GB,98.48,100.85,8404.07 +1125816294,Punkapocalyptic - Black Blood Children Band,Tabletop Games,Games,EUR,2016-08-06,9000.00,2016-07-22 09:52:18,24505.00,successful,249,ES,6128.30,27342.62,10042.18 +1125817768,Christmas Cookies,Food,Food,USD,2015-01-11,2500.00,2014-12-22 18:55:05,0.00,failed,0,US,0.00,0.00,2500.00 +"112581782,""Senior Thesis Collection, """"Real Gone"""""",Ready-to-wear,Fashion,USD,2015-02-21,4000.00,2015-01-12 18:10:34,4390.00,successful,81,US,4390.00,4390.00,4000.00" +"1125829108,""Lets """"Make it happen"""" (Canceled)"",Hip-Hop,Music,USD,2015-05-02,1000.00,2015-04-02 22:43:19,113.00,canceled,6,US,113.00,113.00,1000.00" +1125829352,Dom Leto's Pizza Place,Food,Food,USD,2015-01-02,35000.00,2014-12-02 21:31:16,8.00,failed,1,US,8.00,8.00,35000.00 +"1125850452,""CareFull Catch - Pee in the cup, not on your hand!"",Product Design,Design,USD,2016-03-12,10000.00,2016-02-11 17:47:27,2690.00,failed,23,US,2690.00,2690.00,10000.00" +1125851299,The Sherrie Project,Performances,Dance,USD,2015-04-04,2000.00,2015-03-05 21:26:01,0.00,failed,0,US,0.00,0.00,2000.00 +1125854728,Profile based school finder (K-12).,Academic,Publishing,USD,2014-12-15,163280.00,2014-10-16 02:16:11,0.00,failed,0,US,0.00,0.00,163280.00 +1125856144,Harry The Happy Mouse - Children's Picture Book (Canceled),Children's Books,Publishing,GBP,2015-05-12,1500.00,2015-04-12 15:49:34,131.00,canceled,4,GB,191.67,205.79,2356.42 +"1125857997,""Budget $ This! An inexpensive, fun, budgeting game"",Tabletop Games,Games,USD,2014-03-01,2000.00,2013-12-31 01:21:02,245.00,failed,10,US,245.00,245.00,2000.00" +1125862180,The Coffee Stories: a three-part investigative film,Video,Journalism,GBP,2016-03-09,12500.00,2016-03-01 18:02:03,191.00,failed,14,GB,264.55,272.98,17865.31 +1125864699,Radio Africa & Kitchen Restaurant,Food,Food,USD,2011-12-13,10000.00,2011-11-12 17:52:12,14075.00,successful,66,US,14075.00,14075.00,10000.00 +1125865303,EAZYSHOT Machine,Product Design,Design,CAD,2015-09-24,65000.00,2015-08-25 16:00:21,567.00,failed,4,CA,428.63,425.90,48824.46 +1125877714,Love Letters,Plays,Theater,USD,2016-02-05,2000.00,2016-01-11 14:56:54,2193.00,successful,42,US,2193.00,2193.00,2000.00 +1125892086,iMMER | My 3D SoundStage to GO!,Sound,Technology,USD,2017-01-05,50000.00,2016-12-06 14:29:11,2216.00,failed,23,US,1924.00,2216.00,50000.00 +1125894744,La Ti D'Art Studio,Mixed Media,Art,USD,2014-12-12,400.00,2014-11-12 00:11:45,0.00,failed,0,US,0.00,0.00,400.00 +1125899960,daversa - genuine Italian leather bags handcrafted satchels,Fashion,Fashion,GBP,2015-03-17,15000.00,2015-02-13 00:48:54,12265.00,failed,36,GB,18705.09,18217.33,22279.65 +1125909364,Millustrations (an art experiment) - Accepting commissions,Sculpture,Art,USD,2018-01-01,15000.00,2017-12-01 15:12:13,0.00,canceled,0,US,0.00,0.00,15000.00 +1125922615,House of Oddities: The Story of The Atrocity Exhibition,Documentary,Film & Video,USD,2013-08-03,1200.00,2013-07-03 19:05:32,1375.00,successful,32,US,1375.00,1375.00,1200.00 +1125923536,Laughing at Oblivion: The Story of Into Another,Documentary,Film & Video,USD,2012-05-02,2000.00,2012-04-16 23:35:29,610.00,failed,17,US,610.00,610.00,2000.00 +1125928917,Trinkatier tm,Design,Design,USD,2015-10-23,7000.00,2015-09-23 01:39:50,50.00,failed,1,US,50.00,50.00,7000.00 +1125933792,The Saga of Ulvhedin,Graphic Novels,Comics,NOK,2015-06-06,600000.00,2015-05-07 15:48:24,21590.00,failed,36,NO,2847.92,2785.95,77423.35 +1125939346,Imprints for Equality,Conceptual Art,Art,USD,2012-11-16,1000.00,2012-10-10 04:17:39,1430.00,successful,37,US,1430.00,1430.00,1000.00 +1125939531,Jonny Gray: First Full Length Album,Rock,Music,USD,2014-03-26,30000.00,2014-02-24 21:10:33,31522.00,successful,288,US,31522.00,31522.00,30000.00 +1125948282,MOON short animated art film,Animation,Film & Video,USD,2011-05-23,7000.00,2011-04-08 21:03:37,7440.00,successful,35,US,7440.00,7440.00,7000.00 +1125979450,Time and Space on the Lower East Side,Photography,Photography,USD,2011-11-10,10000.00,2011-09-26 07:08:52,11342.64,successful,87,US,11342.64,11342.64,10000.00 +"1125981885,""RulerDock - 3 in 1 """"Natural"""" iPhone Dock"",Product Design,Design,HKD,2017-07-01,25000.00,2017-05-22 16:35:01,2615.00,failed,13,HK,293.45,334.78,3200.57" +1125981920,BibleOn - Mobile Bible designed for reading,Apps,Technology,DKK,2015-04-20,375000.00,2015-03-11 14:41:48,10565.00,failed,28,DK,1536.01,1532.78,54405.39 +"1125982331,New Album by the Patrick McNeese Band!,Music,Music,USD,2015-11-23,3000.00,2015-10-23 21:17:56,3285.00,undefined,0,""N,0"""""",,3285.00,3000.00" +"1125983324,""Rogue, the first novel by Kari Nichols"",Fiction,Publishing,USD,2014-04-26,1000.00,2014-04-08 00:34:19,1.00,failed,1,US,1.00,1.00,1000.00" +1125983947,CF Gaming Project,Live Games,Games,CAD,2015-03-15,35000.00,2015-02-04 08:27:33,1.00,failed,1,CA,0.79,0.79,27619.95 +1125983948,Die Diener der Königin,Nonfiction,Publishing,GBP,2017-01-02,5000.00,2016-12-04 10:48:17,383.00,failed,13,GB,118.39,473.52,6181.69 +1125990313,The Driftless-- Finishing Our First Full-Length Album!,Country & Folk,Music,USD,2013-11-23,7500.00,2013-10-21 17:18:28,7724.00,successful,72,US,7724.00,7724.00,7500.00 +"1125992761,""""""Memos"""" a new Wesley Jensen record"",Indie Rock,Music,USD,2015-08-16,5000.00,2015-07-17 18:39:05,420.00,failed,9,US,420.00,420.00,5000.00" +1126000202,Adventures with Orphan Annie & Hot Metal Type,Technology,Technology,USD,2011-04-02,5000.00,2011-02-13 21:03:36,8116.00,successful,129,US,8116.00,8116.00,5000.00 +1126000602,Just Another Ugly Face - A Photographic Journey,Photography,Photography,USD,2012-07-11,10000.00,2012-06-11 17:10:22,2043.00,failed,25,US,2043.00,2043.00,10000.00 +1126005178,The Laughing Factor! A book of Awesomeness! (Canceled),Photography,Photography,USD,2013-11-15,20000.00,2013-10-16 11:17:04,0.00,canceled,0,US,0.00,0.00,20000.00 +1126009334,Angels of the Quantum Gate,Fiction,Publishing,USD,2014-11-29,500.00,2014-10-30 18:23:19,40.00,failed,3,US,40.00,40.00,500.00 +1126017789,Brutal Rage Records 4,Electronic Music,Music,EUR,2015-03-29,1400.00,2015-01-28 22:23:43,40.00,failed,2,NL,44.96,43.32,1516.20 +"1126018564,""Chimps on a blimp, family friendly pop rock band tour"",Kids,Music,USD,2015-05-11,500.00,2015-03-12 20:48:44,1.00,canceled,1,US,1.00,1.00,500.00" +1126044699,In These Hills Podcast,Journalism,Journalism,USD,2011-04-05,1600.00,2011-03-05 01:35:49,480.00,failed,5,US,480.00,480.00,1600.00 +1126054583,Big Super Happy: Quirky Character Deco Mail for Kids!,Technology,Technology,USD,2012-04-19,33000.00,2012-03-20 01:01:02,0.00,canceled,0,US,0.00,0.00,33000.00 +1126054769,Safe Stop Stickers - A must have tool for every vehicle.,Crafts,Crafts,USD,2015-09-02,500.00,2015-08-03 16:29:16,16.00,failed,3,US,16.00,16.00,500.00 +1126075681,Spinning indie-folk harmonies into a new album by Homesick Elephant,Country & Folk,Music,USD,2011-07-01,4000.00,2011-05-27 01:30:19,4120.00,successful,70,US,4120.00,4120.00,4000.00 +1126076058,Fireside Magazine Year 3,Literary Journals,Publishing,USD,2014-04-01,25000.00,2014-03-03 15:31:32,26004.00,successful,714,US,26004.00,26004.00,25000.00 +1126079486,Tick-Tock,Thrillers,Film & Video,USD,2015-03-03,2800.00,2015-02-04 06:08:07,3505.00,successful,34,US,3505.00,3505.00,2800.00 +"1126080876,""Making The Cut. Regional Theatre, Arts & Culture Documentary"",Documentary,Film & Video,GBP,2013-07-17,2500.00,2013-06-27 23:34:31,205.00,failed,7,GB,315.99,312.83,3815.05" +1126090458,Error (Canceled),Product Design,Design,USD,2014-12-09,10000.00,2014-10-25 18:00:03,0.00,canceled,0,US,0.00,0.00,10000.00 +1126095370,Oodby,Video Games,Games,CAD,2017-02-02,1000.00,2017-01-03 03:03:24,202.00,failed,8,CA,17.86,154.72,765.93 +1126098640,Hell and Back: A film by Ryan Iannelli,Narrative Film,Film & Video,USD,2016-11-29,3000.00,2016-11-04 20:16:39,3210.00,successful,33,US,940.00,3210.00,3000.00 +1126103978,Support the NEW Jason & Denise Album!!!!,Country & Folk,Music,USD,2013-12-18,3500.00,2013-11-28 00:51:17,3736.00,successful,71,US,3736.00,3736.00,3500.00 +1126109863,The Chickenlivers get back to the basics with morals & faith,Crafts,Crafts,USD,2015-10-19,11000.00,2015-09-19 03:43:33,1395.00,canceled,6,US,1395.00,1395.00,11000.00 +1126137631,Lost My Prep - track missed preps with our app and website!,Apps,Technology,USD,2015-04-22,15000.00,2015-03-23 05:12:52,0.00,failed,0,US,0.00,0.00,15000.00 +1126155185,Lilly Brown Presents Series,Children's Books,Publishing,USD,2016-06-03,1000.00,2016-05-04 05:00:41,10.00,failed,2,US,10.00,10.00,1000.00 +1126158242,Illustration of Democracy: Mural in Brazil,Illustration,Art,USD,2014-08-01,3000.00,2014-06-04 00:44:58,151.00,failed,2,US,151.00,151.00,3000.00 +1126163728,Bear-y Sweet Shoppe,Food,Food,USD,2014-12-01,7000.00,2014-10-17 07:13:17,14096.87,successful,88,US,14096.87,14096.87,7000.00 +1126170541,The Music Man: A Retailer's Story,Documentary,Film & Video,USD,2012-06-15,50000.00,2012-05-16 17:10:36,28.00,failed,4,US,28.00,28.00,50000.00 +"1126172704,""Phillip H. Screwdriver, Last of the Real Men P.I.s!"",Fiction,Publishing,USD,2012-12-24,2500.00,2012-11-15 00:22:30,85.00,failed,3,US,85.00,85.00,2500.00" +1126179836,Floating Around the World,Photography,Photography,USD,2010-09-07,10000.00,2010-06-09 08:35:02,2537.00,failed,51,US,2537.00,2537.00,10000.00 +1126188582,Meme It (Canceled),Tabletop Games,Games,USD,2016-07-22,500.00,2016-06-22 21:58:32,501.00,canceled,6,US,501.00,501.00,500.00 +1126194049,The Other Room – Cardiff’s First Pub Theatre,Spaces,Theater,GBP,2014-05-30,2500.00,2014-05-02 14:13:33,7555.00,successful,145,GB,12753.40,12643.08,4183.68 +1126194206,From My Mothers Womb - 2.0,Photography,Photography,USD,2011-10-21,5400.00,2011-09-01 01:03:39,6549.00,successful,89,US,6549.00,6549.00,5400.00 +1126195713,Animated Minerals - a live dance performance,Dance,Dance,USD,2012-03-11,7500.00,2012-01-30 22:54:26,7615.00,successful,107,US,7615.00,7615.00,7500.00 +1126196222,Help print Altered Esthetics' 2014 Artists Calendar!,Public Art,Art,USD,2013-11-16,1300.00,2013-10-17 02:48:31,1348.56,successful,43,US,1348.56,1348.56,1300.00 +1126203568,Join the CafePay™ revolution - pay for coffee with your cup,Technology,Technology,AUD,2015-05-08,78300.00,2015-04-14 04:12:26,3168.00,canceled,76,AU,2432.82,2506.73,61956.01 +1126206562,The Sports Arena - From Website To Freemium Magazine,Publishing,Publishing,USD,2012-04-08,15000.00,2012-03-09 00:24:58,0.00,failed,0,US,0.00,0.00,15000.00 +1126215731,Non-Stop: The Book,Nonfiction,Publishing,USD,2015-06-30,5000.00,2015-05-31 13:49:48,5725.00,successful,46,US,5725.00,5725.00,5000.00 +112621683,Mass Cast App,Apps,Technology,USD,2017-06-23,5000.00,2017-05-24 03:02:14,5070.00,successful,34,US,500.00,5070.00,5000.00 +1126224937,SILLY STREET the family Game!!!!,Tabletop Games,Games,USD,2016-03-18,20000.00,2016-02-19 19:47:14,22629.00,successful,303,US,22629.00,22629.00,20000.00 +1126225440,The Big Idea Show,Webseries,Film & Video,USD,2013-03-12,3000.00,2013-02-10 21:32:05,3350.35,successful,82,US,3350.35,3350.35,3000.00 +1126230981,San Marcos River Interpretive Cards,Playing Cards,Games,USD,2015-12-07,2500.00,2015-11-09 21:18:54,2575.00,successful,38,US,2575.00,2575.00,2500.00 +1126233029,Don't Give the Dog Sugar With His Tea!,Children's Books,Publishing,USD,2012-05-01,675.00,2012-04-17 05:00:12,860.00,successful,25,US,860.00,860.00,675.00 +1126235794,This Week in Worcester,Journalism,Journalism,USD,2017-07-27,10000.00,2017-06-27 23:42:15,10060.00,successful,74,US,800.00,10060.00,10000.00 +1126236150,Out of the Box: A Mime Story,Plays,Theater,USD,2015-03-23,800.00,2015-02-21 04:10:44,260.00,failed,7,US,260.00,260.00,800.00 +1126249694,Euphoria: Ghost,Tabletop Games,Games,EUR,2017-10-15,6000.00,2017-09-16 13:11:46,11111.50,successful,140,ES,7862.25,13131.52,7090.77 +1126250325,SBDNY 2013 NYC Season,Dance,Dance,USD,2013-06-02,10000.00,2013-04-05 17:55:48,10100.00,successful,119,US,10100.00,10100.00,10000.00 +1126261750,Film Noir au Canal (Canceled),Festivals,Film & Video,CAD,2015-08-11,4000.00,2015-06-12 04:15:56,25.00,canceled,1,CA,20.24,19.17,3066.54 +1126273142,Carrie Hope,Drama,Film & Video,USD,2014-12-26,1200.00,2014-11-20 22:03:30,1230.00,successful,22,US,1230.00,1230.00,1200.00 +1126281403,The High Rollers,Documentary,Film & Video,USD,2012-04-06,25000.00,2012-03-07 20:12:13,55.00,failed,2,US,55.00,55.00,25000.00 +1126284144,Peace of Mind records their first professional album!,Rock,Music,USD,2011-01-10,750.00,2010-12-06 05:18:36,136.00,failed,10,US,136.00,136.00,750.00 +1126291300,RCPlayers present: Black Comedy by Peter Shaffer,Theater,Theater,USD,2012-03-27,500.00,2012-03-07 01:45:44,588.00,successful,18,US,588.00,588.00,500.00 +112629146,Till the End of Time,Nonfiction,Publishing,USD,2016-11-11,1.00,2016-09-12 21:17:22,0.00,failed,0,US,0.00,0.00,1.00 +1126301220,THE REMAINING TROUBLE,Publishing,Publishing,USD,2016-09-03,3000.00,2016-08-14 15:06:55,3316.00,successful,64,US,1195.00,3316.00,3000.00 +1126307519,Blue Elephants,Comics,Comics,USD,2013-07-29,400000.00,2013-05-30 23:03:30,5.00,failed,1,US,5.00,5.00,400000.00 +1126308852,WorkHour,Apps,Technology,EUR,2016-11-21,7500.00,2016-10-24 22:45:33,3.00,failed,3,IE,0.00,3.18,7943.99 +1126310907,MigraMexico: climbing up the American Continent,Journalism,Journalism,EUR,2015-09-30,3000.00,2015-08-24 23:29:11,3071.00,successful,48,IT,3497.07,3427.23,3347.99 +1126313907,Bright Summer Night,Webseries,Film & Video,NZD,2015-12-19,20000.00,2015-11-19 00:58:40,25440.50,successful,450,NZ,16439.22,17350.13,13639.77 +1126314758,The Hero Power 2 Go - 1800 Watt Electric Generator,Hardware,Technology,USD,2016-07-26,95000.00,2016-06-21 14:14:36,4635.00,canceled,19,US,4635.00,4635.00,95000.00 +1126317419,Wie gehts dir? Der Glückseligkeitstest!,Web,Technology,EUR,2017-10-01,10000.00,2017-09-08 11:17:24,1.00,failed,1,DE,0.00,1.17,11707.00 +1126318077,Lovestruck,Comedy,Film & Video,USD,2015-06-03,5000.00,2015-05-04 00:47:48,5125.00,successful,15,US,5125.00,5125.00,5000.00 +1126318381,Q2 : CUSTOM CHESS SETS,Tabletop Games,Games,USD,2012-11-02,450.00,2012-10-22 23:26:16,523.00,successful,5,US,523.00,523.00,450.00 +112632088,The Hub,Music,Music,USD,2016-11-28,14000.00,2016-09-29 18:29:28,0.00,canceled,0,US,0.00,0.00,14000.00 +"1126338956,""love your body ,custom made body scrubs"",DIY,Crafts,USD,2015-02-27,2000.00,2015-01-28 03:58:06,0.00,failed,0,US,0.00,0.00,2000.00" +1126349318,PREcognition | REcognition: Examining the Reciprocal Gaze,Art,Art,USD,2014-06-25,5500.00,2014-05-23 21:28:38,5626.00,successful,30,US,5626.00,5626.00,5500.00 +1126355075,Childrens Day Festival T-shirt,Fashion,Fashion,USD,2013-04-21,1000.00,2013-03-22 19:35:51,300.00,failed,10,US,300.00,300.00,1000.00 +1126355139,Balance Bat II - Baseball Hitting Research Meets Training,Product Design,Design,USD,2015-11-13,1000.00,2015-10-09 15:32:49,224.00,failed,2,US,224.00,224.00,1000.00 +1126364620,The Future Magazine. Promoting academics & athletics of kids,Children's Books,Publishing,USD,2015-03-19,5000.00,2015-02-17 22:21:45,0.00,failed,0,US,0.00,0.00,5000.00 +1126379684,OMNI (Canceled),Mobile Games,Games,GBP,2016-01-11,5000.00,2015-11-12 14:08:49,5.00,canceled,1,GB,7.59,7.17,7166.10 +1126379792,Old Boys Out West: Artists Jack and Knut Explore California,Conceptual Art,Art,USD,2014-09-03,5000.00,2014-08-19 20:21:56,5221.00,successful,57,US,5221.00,5221.00,5000.00 +1126393349,SOURCED. connect + make + shop,Spaces,Food,USD,2015-11-20,7200.00,2015-10-17 00:45:58,1808.00,failed,36,US,1808.00,1808.00,7200.00 +1126404071,Lynda 7000 #2,Comic Books,Comics,CAD,2017-05-07,850.00,2017-04-07 04:49:30,1134.00,successful,26,CA,109.39,825.45,618.72 +1126415738,MFA Thesis: Clothes Swap Cincinnati,Public Art,Art,USD,2013-04-02,1000.00,2013-03-12 15:28:30,1276.00,successful,23,US,1276.00,1276.00,1000.00 +1126417732,Abby Diamond- Blind Girl Detective Cartoon,Animation,Film & Video,USD,2011-05-13,57000.00,2011-04-13 22:45:30,260.00,failed,7,US,260.00,260.00,57000.00 +1126430341,JEKYLL & HYDE at the Southwark Playhouse,Theater,Theater,GBP,2013-09-24,3000.00,2013-09-09 17:57:56,3000.00,successful,76,GB,4690.09,4834.65,4834.65 +1126444179,Solar Vehicle Team - Appalachian State,Technology,Technology,USD,2015-07-10,25000.00,2015-06-15 16:50:55,1360.00,failed,8,US,1360.00,1360.00,25000.00 +1126448605,Army wife selling hand made Candle Holder and Mala Beads.,Candles,Crafts,USD,2017-09-08,2000.00,2017-08-24 19:05:20,0.00,failed,0,US,0.00,0.00,2000.00 +1126449328,Savoring Life Cookbook - MakingYour Metabolism Happy,Food,Food,USD,2011-08-02,10000.00,2011-05-04 22:54:00,100.00,failed,2,US,100.00,100.00,10000.00 +1126468134,No Idols' Journey to Team Backpack's Cypher Finals,Hip-Hop,Music,USD,2014-05-15,1250.00,2014-04-23 19:56:17,0.00,failed,0,US,0.00,0.00,1250.00 +1126471900,Rustic Furniture.,Woodworking,Crafts,USD,2014-09-22,50000.00,2014-07-24 20:06:01,25.00,failed,1,US,25.00,25.00,50000.00 +1126480144,NAIRI,Video Games,Games,EUR,2016-11-02,7500.00,2016-10-03 14:57:25,8253.00,successful,278,NL,1542.09,9155.05,8319.74 +"1126488209,""The Adventures of Prissy and Missy, """"Travel Abroad"""""",Children's Books,Publishing,USD,2013-06-15,5000.00,2013-05-16 02:30:11,0.00,failed,0,US,0.00,0.00,5000.00" +1126489574,YARNANA (Canceled),Shorts,Film & Video,USD,2011-07-10,30000.00,2011-06-10 03:27:14,4605.00,canceled,42,US,4605.00,4605.00,30000.00 +1126490239,Prisoners. (Canceled),Video Games,Games,GBP,2014-08-31,2000.00,2014-07-14 19:29:34,10.00,canceled,1,GB,17.12,16.30,3259.19 +"1126496482,""Katie's Hope, sequel to Katie's Hellion (Rhyn Trilogy)"",Fiction,Publishing,USD,2011-08-27,250.00,2011-07-28 02:39:08,296.00,successful,22,US,296.00,296.00,250.00" +1126500441,Second Space,Animation,Film & Video,GBP,2016-09-20,5000.00,2016-08-11 20:46:38,26.00,canceled,2,GB,33.96,33.73,6486.94 +1126507604,Middleton's studio/Producer act,Electronic Music,Music,GBP,2015-04-01,20000.00,2015-03-02 20:47:59,1.00,failed,1,GB,1.54,1.48,29606.38 +1126507626,The Most Wonderful Chili,Food,Food,USD,2016-11-13,200000.00,2016-09-14 20:13:19,1.00,failed,1,US,0.00,1.00,200000.00 +"1126519122,""""""Dollhouse in the Desert""""- a thesis film about a teenager's imagined pregnancy"",Narrative Film,Film & Video,USD,2010-11-02,2000.00,2010-09-23 01:35:37,2134.00,successful,45,US,2134.00,2134.00,2000.00" +1126521305,Intergalactic Travel Bureau: Space Vacations For All VR,Space Exploration,Technology,USD,2017-03-31,25000.00,2017-03-01 16:23:23,7649.00,failed,195,US,2423.00,7649.00,25000.00 +1126522877,AVI,Woodworking,Crafts,USD,2015-09-05,50000.00,2015-08-06 20:18:06,181.00,failed,4,US,181.00,181.00,50000.00 +"1126525439,""1890 Barn Restoration for Art, Dance, Music classes"",Art,Art,CAD,2014-05-11,20000.00,2014-03-28 16:28:14,1450.00,failed,14,CA,1306.01,1333.09,18387.42" +1126525546,SPARROW ALBUM KICKSTARTER,Music,Music,GBP,2017-05-22,1500.00,2017-04-02 20:08:56,1679.00,successful,52,GB,0.00,2155.99,1926.14 +1126531526,Needle Felting: Tutorial Video Series,Art,Art,USD,2014-09-12,3000.00,2014-08-13 16:27:42,91.00,failed,5,US,91.00,91.00,3000.00 +1126536689,Life With Breath with Ed Harrold,Nonfiction,Publishing,USD,2017-06-15,30000.00,2017-05-16 18:55:13,1930.00,failed,24,US,200.00,1930.00,30000.00 +1126537311,Rolls Royce & Bentley Substitute Parts,Hardware,Technology,USD,2015-07-04,1000.00,2015-05-05 05:24:41,0.00,failed,0,US,0.00,0.00,1000.00 +112654368,Xipilik Hunters,Fiction,Publishing,USD,2015-06-18,12000.00,2015-05-04 20:40:51,219.00,failed,5,US,219.00,219.00,12000.00 +1126549111,Handmade Animal Hoods,Fashion,Fashion,GBP,2013-01-01,500.00,2012-12-01 07:43:28,195.00,failed,4,GB,312.87,312.36,800.94 +1126550700,Comfortable & fashionable design shoes with a twist,Footwear,Fashion,EUR,2015-12-03,20000.00,2015-10-24 09:55:44,21047.00,successful,84,NL,23387.92,22945.51,21804.07 +1126557716,TurnCycle - Gesture Controlled Wireless Bike Light,Product Design,Design,USD,2015-10-28,110000.00,2015-09-28 18:48:27,7616.00,canceled,47,US,7616.00,7616.00,110000.00 +1126561343,Fogeys (Canceled),Webseries,Film & Video,USD,2013-05-17,7000.00,2013-04-17 16:00:19,0.00,canceled,0,US,0.00,0.00,7000.00 +1126562684,The Conquest of the Snake - A Documentary Film (Canceled),Documentary,Film & Video,USD,2015-02-04,6000.00,2015-01-05 14:02:23,1350.00,canceled,4,US,1350.00,1350.00,6000.00 +"1126577346,""Lose the """"C47"""" and find BulletX!!!!"",Film & Video,Film & Video,USD,2015-05-01,13000.00,2015-04-01 05:01:52,6005.00,failed,55,US,6005.00,6005.00,13000.00" +112658402,Cuban Oral History Project (Canceled),Nonfiction,Publishing,USD,2014-06-18,30000.00,2014-04-19 18:51:42,200.00,canceled,5,US,200.00,200.00,30000.00 +112658595,Macbeth For President 2016,Plays,Theater,USD,2016-06-19,4000.00,2016-04-20 21:12:56,266.00,failed,9,US,266.00,266.00,4000.00 +1126590378,Vasco records two indie rock songs.,Indie Rock,Music,USD,2011-04-03,1200.00,2011-01-29 05:06:48,0.00,failed,0,US,0.00,0.00,1200.00 +1126609746,Salty Cubans Fishing/Outdoor Apparel & More,Product Design,Design,USD,2017-08-16,663000.00,2017-07-17 04:08:16,0.00,failed,0,US,0.00,0.00,663000.00 +"1126612486,""Write, publish, and market the sequel to OSKAR'S GARDEN"",Fiction,Publishing,USD,2014-12-23,2000.00,2014-11-25 05:16:08,26.00,failed,1,US,26.00,26.00,2000.00" +1126616379,PARTY LIKE YOU'RE IN BOOK CLUB,Narrative Film,Film & Video,USD,2011-04-18,3000.00,2011-03-18 06:06:33,498.00,failed,19,US,498.00,498.00,3000.00 +"1126616725,""A Little Free Library for Genoa/Kingston, IL"",Public Art,Art,USD,2013-11-08,450.00,2013-10-09 14:06:22,592.00,successful,39,US,592.00,592.00,450.00" +1126621382,PLAYING A GAME WITH HOLLY!,Playing Cards,Games,USD,2017-09-08,5000.00,2017-08-09 16:00:21,11637.00,successful,141,US,8525.00,11637.00,5000.00 +1126625814,IntelliTouch+: The Smart Screen Protector for the iPhone,Gadgets,Technology,CAD,2017-12-13,15000.00,2017-11-08 18:16:29,8565.00,canceled,260,CA,532.51,6709.75,11750.88 +1126630881,Next Generation: Inspired & Debt Free,Academic,Publishing,USD,2015-10-15,7500.00,2015-09-15 22:41:48,0.00,failed,0,US,0.00,0.00,7500.00 +1126636446,French Montana Performing at my WEDDDING,Hip-Hop,Music,USD,2015-09-06,25000.00,2015-07-08 22:32:55,0.00,failed,0,US,0.00,0.00,25000.00 +1126645404,A Communication App For Those We Love With Autism.,Software,Technology,USD,2014-02-01,24000.00,2013-12-03 00:23:26,419.00,failed,24,US,419.00,419.00,24000.00 +1126647069,Lean Philosophically: The Religion of Business,Nonfiction,Publishing,USD,2015-04-15,1888.00,2015-03-18 20:00:49,2669.00,successful,22,US,2669.00,2669.00,1888.00 +1126647161,Sausage Slapper West Coast Tour 2015,Metal,Music,USD,2015-07-11,100.00,2015-06-11 05:23:30,410.00,successful,9,US,410.00,410.00,100.00 +1126649614,Thin Blue Line,Product Design,Design,USD,2015-06-07,50000.00,2015-04-23 16:28:29,10.00,failed,1,US,10.00,10.00,50000.00 +1126650305,Community Palette Presents: Timeless Fashion,Public Art,Art,USD,2016-05-19,2800.00,2016-04-19 18:57:19,2940.00,successful,42,US,2940.00,2940.00,2800.00 +1126655731,Pathways,Shorts,Film & Video,USD,2011-08-27,1500.00,2011-07-28 14:12:23,213.00,failed,5,US,213.00,213.00,1500.00 +1126665144,Aerial Photography Learning Event in Toronto,Flight,Technology,CAD,2016-10-21,500.00,2016-09-14 19:41:45,27.00,failed,2,CA,0.00,20.41,377.96 +1126666902,Men vs Cosplay 2016: 365 Days of Cosplay Project!,People,Photography,USD,2015-09-29,12000.00,2015-08-28 19:19:41,15885.00,successful,537,US,15885.00,15885.00,12000.00 +1126668827,Canta Moon Chocolate,Food,Food,GBP,2014-08-03,20000.00,2014-07-04 08:35:14,242.00,failed,9,GB,415.25,406.66,33608.36 +1126672582,Warm and Cosy Knitting Pattern Book by Monica Russel,Knitting,Crafts,GBP,2017-07-23,1450.00,2017-06-23 15:34:04,225.00,failed,6,GB,25.34,294.64,1898.78 +112667461,BEAST - a gothic fairytale.,Shorts,Film & Video,GBP,2017-04-28,6000.00,2017-03-28 11:46:16,9047.00,successful,126,GB,7249.56,11706.02,7763.47 +1126675413,ForeverGlass: iPhone7 Shatterproof Glass Guaranteed for Life,Gadgets,Technology,USD,2016-11-24,20000.00,2016-10-25 16:29:20,21557.00,successful,805,US,320.00,21557.00,20000.00 +1126675616,OpenFarm: Learn to Grow Anything,Web,Technology,USD,2014-09-13,7500.00,2014-08-14 23:37:03,24293.00,successful,1605,US,24293.00,24293.00,7500.00 +1126678910,DYNASTY lost in a city of souls,Painting,Art,USD,2014-07-06,8500.00,2014-06-05 22:25:53,3870.00,failed,11,US,3870.00,3870.00,8500.00 +1126700360,KaiBlackDrums Solo EP,Music,Music,USD,2017-04-10,1000.00,2017-03-20 20:48:23,2.00,failed,2,US,0.00,2.00,1000.00 +1126700958,'in limbo' film,Shorts,Film & Video,GBP,2015-08-03,5000.00,2015-07-07 14:33:56,5175.00,successful,102,GB,8052.39,8029.98,7758.43 +1126702203,3D Printer Shield,3D Printing,Technology,USD,2017-01-21,10000.00,2016-12-22 15:35:37,2380.00,failed,16,US,945.00,2380.00,10000.00 +1126704379,Gage Park EDM Festival: The VIIIth Day,Electronic Music,Music,CAD,2014-09-09,7000.00,2014-08-17 16:10:14,405.00,failed,21,CA,371.65,366.22,6329.69 +1126706036,Montana Locavore,Film & Video,Film & Video,USD,2013-05-17,7000.00,2013-04-17 18:35:18,850.00,failed,17,US,850.00,850.00,7000.00 +1126706706,launching my first ep as a singer/songwriter,Music,Music,USD,2018-01-27,5000.00,2017-12-28 05:36:54,25.00,live,1,US,25.00,25.00,5000.00 +1126706896,108cardgame.com (Canceled),Games,Games,USD,2014-12-31,30000.00,2014-11-26 19:17:59,106.00,canceled,2,US,106.00,106.00,30000.00 +1126713305,JOHN TAYLOR WATCHES: Escape the ordinary - create your story,Jewelry,Fashion,AUD,2016-10-09,25000.00,2016-09-08 19:36:17,32530.00,successful,174,AU,557.55,24816.91,19072.32 +1126716065,Modular Lamp from The California Workshop,Product Design,Design,USD,2014-04-23,9000.00,2014-03-24 07:28:28,2477.00,failed,37,US,2477.00,2477.00,9000.00 +1126729876,Sparks - Audiobook,Fiction,Publishing,USD,2015-07-04,2300.00,2015-05-30 14:42:05,6.00,failed,2,US,6.00,6.00,2300.00 +1126743963,Why Cling to Life when you can DROP DEAD (Canceled),Shorts,Film & Video,USD,2011-07-07,2000.00,2011-06-07 02:53:40,0.00,canceled,0,US,0.00,0.00,2000.00 +1126744317,Where Are They Forever,Nonfiction,Publishing,USD,2015-04-21,3900.00,2015-03-22 15:08:49,0.00,failed,0,US,0.00,0.00,3900.00 +1126744851,In A Bind Junior - funny poses & noises for 4+ y.o.s,Tabletop Games,Games,GBP,2015-10-26,375.00,2015-10-04 10:03:22,883.00,successful,61,GB,1340.32,1354.50,575.24 +1126746458,24 Hours of Eldorado Canyon (Canceled),Photography,Photography,USD,2011-05-16,4500.00,2011-02-14 02:29:23,225.00,canceled,3,US,225.00,225.00,4500.00 +"1126753876,""The Foreground Debut Album """"Discovery"""""",Indie Rock,Music,USD,2012-04-27,5000.00,2012-03-28 00:35:17,265.00,failed,14,US,265.00,265.00,5000.00" +112675911,How to Disappear From BIG BROTHER,Nonfiction,Publishing,USD,2014-02-14,15000.00,2014-01-15 22:53:07,175.00,failed,14,US,175.00,175.00,15000.00 +1126764723,Reckoning: Laúdes y Cuentos,Metal,Music,MXN,2018-01-31,30000.00,2017-12-02 18:50:26,7500.00,live,12,MX,76.16,392.42,1569.69 +1126767500,Luna's Dream,Art,Art,USD,2016-03-28,30000.00,2016-01-28 06:49:30,1.00,failed,1,US,1.00,1.00,30000.00 +1126769201,Dragon Shard (Canceled),Video Games,Games,USD,2015-04-01,184700.00,2015-03-02 16:37:04,230.00,canceled,5,US,230.00,230.00,184700.00 +"1126769425,""STEAM+STEEL """"T-SHIRTS from the AMERICAN RAILROAD"""" (Canceled)"",Apparel,Fashion,USD,2015-04-27,7500.00,2015-03-27 00:57:41,124.00,canceled,4,US,124.00,124.00,7500.00" +1126783427,Steampunk Playing Cards,Tabletop Games,Games,USD,2012-02-24,2000.00,2012-01-20 21:00:17,4254.67,successful,229,US,4254.67,4254.67,2000.00 +1126789137,'Life in oZnog: Odyssey of an Outlaw Pen',Publishing,Publishing,USD,2011-07-25,1750.00,2011-06-24 15:23:17,168.00,failed,6,US,168.00,168.00,1750.00 +"1126792818,""ruggID - secure, sturdy, minimalist wallet"",Product Design,Design,USD,2017-12-28,25000.00,2017-11-28 02:55:56,4091.00,failed,55,US,982.00,4091.00,25000.00" +1126793553,Publish the Cannabis Cookbook,Cookbooks,Food,USD,2016-11-07,3000.00,2016-10-08 18:13:04,380.00,failed,14,US,145.00,380.00,3000.00 +1126795384,Stay Out of My Dungeon!,Tabletop Games,Games,USD,2016-11-28,5000.00,2016-09-29 17:02:34,39186.00,successful,997,US,7051.00,39186.00,5000.00 +112679924,Barnsworth Exhibition Center II,Design,Design,USD,2012-08-03,5000.00,2012-07-04 00:14:31,5018.21,successful,38,US,5018.21,5018.21,5000.00 +1126822169,Frey Sports App - We connect sports people.,Apps,Technology,DKK,2017-01-11,25000.00,2016-12-12 11:30:28,0.00,failed,0,DK,0.00,0.00,3584.74 +1126834968,The 3D Scan-to-Print Web App,3D Printing,Technology,USD,2013-09-01,20000.00,2013-08-01 10:02:15,27362.00,successful,174,US,27362.00,27362.00,20000.00 +1126842837,Polar Moderator Album,Hip-Hop,Music,USD,2017-11-19,1.00,2017-10-19 11:52:01,5.00,suspended,1,US,0.00,5.00,1.00 +1126843427,Brazil One: Peace Corps 1961,Documentary,Film & Video,USD,2011-09-19,8000.00,2011-08-20 01:32:20,50.00,failed,1,US,50.00,50.00,8000.00 +"1126850165,""African American Student Short Film """"Affinity"""""",Film & Video,Film & Video,USD,2011-04-18,300.00,2011-02-24 23:53:26,0.00,failed,0,US,0.00,0.00,300.00" +1126851714,The Factory,Video Games,Games,CAD,2016-05-12,2000000.00,2016-04-12 18:11:57,2.00,failed,2,CA,1.54,1.55,1552553.95 +1126851793,Snore Circle - Smart Anti-Snoring Eye Mask,Wearables,Technology,HKD,2018-01-04,150000.00,2017-12-05 14:39:51,1104279.00,live,2047,HK,7664.24,141217.57,19182.32 +1126853553,I Am Alone the Movie,Narrative Film,Film & Video,USD,2013-05-29,25000.00,2013-04-29 05:46:19,27389.77,successful,173,US,27389.77,27389.77,25000.00 +"1126853683,""""""Following the Parker Trail"""""",Documentary,Film & Video,USD,2013-02-09,5000.00,2013-01-10 21:38:32,50.00,failed,2,US,50.00,50.00,5000.00" +1126859480,MMS presentation technology for everybody,Sound,Technology,EUR,2016-11-27,20000.00,2016-10-30 11:13:36,3000.00,failed,1,AT,3307.51,3192.61,21284.07 +1126862003,Tell a Tale Three - Into the Woods - Illustrated Jewelry,Art,Art,USD,2014-11-10,700.00,2014-10-16 00:34:38,1630.00,successful,42,US,1630.00,1630.00,700.00 +1126862551,Kick off.com,Digital Art,Art,USD,2015-11-06,10000.00,2015-10-07 06:51:10,0.00,failed,0,US,0.00,0.00,10000.00 +"1126871265,""Let's Build A Low-Cost, Solar, Semi-Automated Greenhouse"",Food,Food,USD,2012-10-29,3000.00,2012-10-05 00:56:11,756.00,failed,14,US,756.00,756.00,3000.00" +112688537,Tribe,Shorts,Film & Video,USD,2012-01-16,10000.00,2011-12-13 21:44:38,10160.00,successful,59,US,10160.00,10160.00,10000.00 +1126889912,The ChirpOn Cat Collar for Birds,Product Design,Design,USD,2016-09-21,19000.00,2016-08-17 09:13:30,299.00,failed,12,US,121.00,299.00,19000.00 +1126895542,The Radicals Volume 1: Activation,Comics,Comics,USD,2013-07-20,1500.00,2013-06-22 17:31:37,35.00,failed,4,US,35.00,35.00,1500.00 +1126898850,RAZER RING - The Light and Thin 100% Carbon Fiber Ring,Wearables,Technology,USD,2015-04-06,1000.00,2015-03-06 23:51:54,5008.00,successful,162,US,5008.00,5008.00,1000.00 +"1126907215,""MOBROLL! Puget Sound bicycle, music, film, & art festival!"",Music,Music,USD,2015-05-27,10000.00,2015-04-16 08:44:39,1581.00,failed,24,US,1581.00,1581.00,10000.00" +112690939,Smart Built,Technology,Technology,USD,2015-11-10,10000.00,2015-09-11 19:21:59,0.00,failed,0,US,0.00,0.00,10000.00 +1126911620,The Zombabe Pin up Calendar,Publishing,Publishing,USD,2013-06-26,4000.00,2013-05-23 04:40:25,4091.00,successful,80,US,4091.00,4091.00,4000.00 +1126915701,The Vegan Organic Farm / Regeneration Centre Project,Vegan,Food,EUR,2016-07-10,30000.00,2016-05-26 09:21:03,351.00,failed,6,FR,290.91,390.59,33384.15 +1126927372,The Art of Genealogy Digital Painting Project,Art,Art,USD,2012-12-03,3750.00,2012-11-03 22:48:41,298.00,failed,9,US,298.00,298.00,3750.00 +1126928449,The World's First Sleeping Bag Hammock || Bison Bag,Product Design,Design,USD,2014-06-18,15500.00,2014-05-14 17:08:23,20318.00,successful,302,US,20318.00,20318.00,15500.00 +"1126936375,""In The Dark, Trials of Lunisolar: Text with a Twist"",Video Games,Games,USD,2017-05-17,200.00,2017-05-10 22:17:38,32.00,failed,5,US,10.00,32.00,200.00" +112694207,Orange School of Music & Art (Canceled),Academic,Publishing,USD,2015-04-11,10000.00,2015-03-05 02:20:13,1577.00,canceled,25,US,1577.00,1577.00,10000.00 +1126943318,The Art of the Troubles: Murals of Northern Ireland,Art Books,Publishing,USD,2013-01-17,35000.00,2012-12-03 14:22:51,1806.00,failed,12,US,1806.00,1806.00,35000.00 +"1126949307,""Tri-Monic, Let Your Light Shine, Toronto, Nuit Blanche, 2015"",Public Art,Art,CAD,2015-09-09,5000.00,2015-08-10 19:52:25,5360.00,successful,77,CA,4081.29,4041.32,3769.89" +1126953280,Annie's Lunch Box,Food,Food,USD,2015-07-07,6000.00,2015-06-07 07:06:43,0.00,failed,0,US,0.00,0.00,6000.00 +1126958335,Dogs of War,Tabletop Games,Games,USD,2014-05-09,25000.00,2014-04-25 21:49:32,66703.00,successful,1139,US,66703.00,66703.00,25000.00 +1126959830,Short Bus for the GypsyCab (Canceled),Performance Art,Art,USD,2011-12-20,4000.00,2011-12-10 02:28:17,325.00,canceled,12,US,325.00,325.00,4000.00 +"1126959928,Help to FIght Domestic Violence,Publishing,Publishing,USD,2015-12-15,2000.00,2015-11-30 18:44:54,0.00,undefined,0,""N,0"""""",,0.00,2000.00" +112696733,There Are No Tangents: Part II - Re[membrane]ing (Canceled),Dance,Dance,USD,2013-06-14,4000.00,2013-05-18 23:51:10,0.00,canceled,0,US,0.00,0.00,4000.00 +"1126984813,""A portrait of The Binghampton Neighborhood in Memphis, TN"",Photography,Photography,USD,2014-02-14,25000.00,2014-01-04 18:10:15,3291.00,failed,52,US,3291.00,3291.00,25000.00" +112698595,The Adequate Commoner,Tabletop Games,Games,USD,2014-10-24,2500.00,2014-09-24 17:35:13,6118.00,successful,163,US,6118.00,6118.00,2500.00 +1127000411,Antietam Illuminated,Documentary,Film & Video,USD,2013-05-24,23110.00,2013-04-19 17:11:14,11175.00,failed,58,US,11175.00,11175.00,23110.00 +"1127000808,""Dylan Brody's More Arts, Less Martial at Hollywood Fringe"",Theater,Theater,USD,2014-03-16,7500.00,2014-01-24 23:21:39,1469.00,failed,28,US,1469.00,1469.00,7500.00" +112700154,A SONG ABOUT PEACE Project- Using Music to Heal the World,World Music,Music,USD,2012-03-02,3000.00,2012-01-24 19:52:32,3145.00,successful,40,US,3145.00,3145.00,3000.00 +1127008882,D.R.O. Volume 1: DirtRoad Offspring EP,R&B,Music,USD,2014-10-11,3000.00,2014-09-06 04:44:27,10.00,failed,2,US,10.00,10.00,3000.00 +1127012046,Euro2016 Electronic Journal,Video,Journalism,USD,2015-07-28,15000.00,2015-06-28 06:58:08,25.00,failed,1,US,25.00,25.00,15000.00 +1127013142,Defying Gender Roles Illustration Book,Publishing,Publishing,USD,2016-04-24,50.00,2016-03-25 22:24:35,1.00,failed,1,US,1.00,1.00,50.00 +1127013832,Rachybop's YouTube Channel Studio Growth Project,Webseries,Film & Video,GBP,2012-12-19,400.00,2012-11-19 19:05:35,405.00,successful,16,GB,658.49,657.04,648.93 +1127019134,Scheherazade! (Canceled),Performances,Dance,GBP,2015-11-12,5500.00,2015-10-14 13:40:06,690.00,canceled,17,GB,1056.26,1050.44,8373.04 +1127021741,PadKeys Keyboard for iPhone,Apps,Technology,USD,2017-05-11,10000.00,2017-04-11 17:40:24,637.00,canceled,11,US,175.00,637.00,10000.00 +11270289,She's Still Dead releases first album!,Music,Music,USD,2011-09-17,3000.00,2011-07-19 01:24:35,3330.00,successful,50,US,3330.00,3330.00,3000.00 +1127031239,TAKTIK: Premium Protection System for the iPhone,Product Design,Design,USD,2012-07-21,150000.00,2012-06-21 16:43:39,680568.09,successful,4597,US,680568.09,680568.09,150000.00 +1127032491,Vapebook,Web,Technology,USD,2015-08-24,700.00,2015-07-25 05:54:10,40.00,failed,2,US,40.00,40.00,700.00 +1127056272,No-Knead Bread Recipe - Floral Art Bread,Cookbooks,Food,AUD,2014-10-13,10.00,2014-09-29 16:04:06,46.00,successful,13,AU,40.33,40.41,8.79 +1127060402,Match My Child - Vêtements agencés pour parents et enfants,Apparel,Fashion,CAD,2015-12-16,6300.00,2015-11-16 20:36:19,1658.00,failed,20,CA,1244.44,1188.02,4514.19 +1127060952,Rebirth of the Gangster (Breaking BadmeetsThe Wire&Othello),Comic Books,Comics,USD,2016-05-15,1000.00,2016-04-15 22:52:19,1298.00,successful,43,US,1298.00,1298.00,1000.00 +1127062053,The Egg: The Waterless 21st Century Egg Boiler,Gadgets,Technology,GBP,2014-11-29,50000.00,2014-10-13 21:58:18,9287.00,failed,140,GB,14929.21,14567.39,78428.91 +1127065104,Send EOGamer Reporters to PAX,Video Games,Games,USD,2010-05-18,2500.00,2010-04-17 07:44:06,35.00,failed,2,US,35.00,35.00,2500.00 +1127081325,Chefaroo (Canceled),Food,Food,USD,2016-06-04,26000.00,2016-04-20 19:37:07,0.00,canceled,0,US,0.00,0.00,26000.00 +1127081652,Boljezn' Krasivaja/Beautiful Disease,Electronic Music,Music,USD,2015-04-12,23665.00,2015-02-26 13:34:02,1.00,failed,1,US,1.00,1.00,23665.00 +1127083874,The Untold Story of Pandora Internet Radio,Nonfiction,Publishing,USD,2014-02-10,25000.00,2014-01-11 01:51:39,6141.00,failed,43,US,6141.00,6141.00,25000.00 +112709430,Texas Bound ..first Country TexMex CD by David Vincent Silva,Country & Folk,Music,USD,2015-03-14,5000.00,2015-02-12 03:13:43,375.00,failed,5,US,375.00,375.00,5000.00 +"1127099930,""Amazing Brain Crackers, puzzle book"",Puzzles,Games,USD,2013-11-01,4000.00,2013-10-02 20:52:10,301.00,failed,7,US,301.00,301.00,4000.00" +1127103938,THE HOLLOW OAK,Film & Video,Film & Video,USD,2012-06-20,5000.00,2012-05-01 19:08:10,45.00,failed,4,US,45.00,45.00,5000.00 +1127105046,Plush Start-Up for charity,Games,Games,EUR,2017-01-28,300.00,2017-01-13 22:26:47,0.00,failed,0,DE,0.00,0.00,322.23 +11271076,Satan vs. Jesus: The Beginning of the End,Fiction,Publishing,USD,2012-05-19,17500.00,2012-04-19 23:34:59,0.00,failed,0,US,0.00,0.00,17500.00 +1127110213,Aeon Trespass: Nymphs,Tabletop Games,Games,USD,2017-12-20,15000.00,2017-11-20 18:21:09,32948.00,successful,314,US,8399.00,32948.00,15000.00 +1127113215,More than just the next business calculus book,Nonfiction,Publishing,USD,2014-06-13,116000.00,2014-05-14 00:41:18,45.00,failed,4,US,45.00,45.00,116000.00 +1127119471,IPX-PRO Notebook Covers,Product Design,Design,USD,2013-04-08,50000.00,2013-03-04 12:53:16,35257.01,failed,490,US,35257.01,35257.01,50000.00 +1127123904,Tugboat Captain LP2,Indie Rock,Music,GBP,2017-09-11,1000.00,2017-08-28 20:31:42,1022.00,successful,20,GB,109.49,1388.66,1358.77 +1127126618,this is war,Video Games,Games,CAD,2015-05-31,2000.00,2015-04-13 20:56:42,10.00,failed,1,CA,7.96,8.00,1600.00 +1127127973,Curioddities - a different kind of webstore (Canceled),Art,Art,USD,2015-06-05,5000.00,2015-05-06 03:04:01,430.00,canceled,6,US,430.00,430.00,5000.00 +1127128050,Lonely as God - A USC Thesis Film,Documentary,Film & Video,USD,2015-11-14,4200.00,2015-10-25 18:47:57,4507.00,successful,69,US,4507.00,4507.00,4200.00 +1127135156,Dead Cat Bounce: Chance Episodes CD Tour,Music,Music,USD,2011-09-24,2000.00,2011-08-25 21:43:21,2200.00,successful,46,US,2200.00,2200.00,2000.00 +112714004,One-off T-shirts for the Million Dollar Motorcar project,Apparel,Fashion,EUR,2014-09-28,450.00,2014-08-29 01:13:41,456.00,successful,6,NL,600.32,575.29,567.72 +1127141926,Sam Brett - Singer Songwriter E.p funding,Music,Music,GBP,2013-03-21,150.00,2013-02-19 22:33:02,155.00,successful,8,GB,240.06,235.34,227.75 +1127153279,The Wrong Way Down: Book One (edition 2),Fiction,Publishing,USD,2014-10-02,2000.00,2014-09-02 09:12:07,666.00,failed,29,US,666.00,666.00,2000.00 +"1127156180,""A shirt that says, """"Computers Are People Too"""""",Fashion,Fashion,USD,2010-01-01,2500.00,2009-12-23 09:37:36,25.00,failed,1,US,25.00,25.00,2500.00" +1127156699,Hubpixed - Raspberry Pi Zero Hub without Cable,Technology,Technology,USD,2016-03-13,1000.00,2016-02-22 22:03:08,3194.00,successful,125,US,3194.00,3194.00,1000.00 +1127161802,Easy Smartphone Guide by Time Saving Tech Tips,Web,Technology,USD,2017-06-04,6000.00,2017-05-05 02:28:17,321.00,failed,4,US,20.00,321.00,6000.00 +1127163974,Bracelite: interactive bracelet & watch band for Apple Watch,Wearables,Technology,EUR,2016-01-10,80000.00,2015-12-01 23:44:12,17035.00,canceled,26,IT,18034.87,18592.09,87312.41 +1127171576,Pageant Girls,Shorts,Film & Video,USD,2013-06-30,1000.00,2013-05-16 17:16:34,366.19,failed,16,US,366.19,366.19,1000.00 +1127179463,Sneaker Shoe Box Show - living in the sneaker culture,Webseries,Film & Video,USD,2011-11-15,45000.00,2011-10-06 04:35:15,546.00,failed,17,US,546.00,546.00,45000.00 +1127184988,Wtree - Bookmark and Auto-Organize 1000's of Websites,Software,Technology,GBP,2013-12-30,48000.00,2013-11-19 13:01:00,20308.00,canceled,18,GB,32741.74,33340.99,78804.79 +1127186728,Iricky's Album 2015 by 808MG (Canceled),Hip-Hop,Music,EUR,2015-07-10,50000.00,2015-05-12 19:55:00,0.00,canceled,0,NL,0.00,0.00,55925.28 +1127204805,Recital: The Art of the Guitar,Classical Music,Music,GBP,2015-11-20,2000.00,2015-10-23 15:10:53,2156.00,successful,58,GB,3326.41,3287.19,3049.34 +1127205290,reddit coloring book!,Art Books,Publishing,USD,2012-04-04,15000.00,2012-03-05 07:58:03,33.00,failed,3,US,33.00,33.00,15000.00 +"1127212824,""Documentary about autism, the impact of music and the arts."",Documentary,Film & Video,USD,2013-08-28,9500.00,2013-06-29 00:35:06,280.00,failed,10,US,280.00,280.00,9500.00" +"1127214796,""Saving water, money, and the environment"",Technology,Technology,USD,2015-04-10,15000.00,2015-03-20 20:44:18,325.00,failed,5,US,325.00,325.00,15000.00" +1127223898,Fidget Gadget. The Coolest New Stress Reliever.,Gadgets,Technology,USD,2017-02-06,20000.00,2016-12-23 01:13:47,4439.00,failed,118,US,1372.00,4439.00,20000.00 +1127227352,OOBAT - Nature's remedy for modern day ailments,Vegan,Food,SGD,2016-10-28,120000.00,2016-09-28 11:09:20,0.00,suspended,0,SG,0.00,0.00,86064.69 +112723651,Elring,Mobile Games,Games,SEK,2015-08-20,500000.00,2015-07-21 19:10:52,0.00,failed,0,SE,0.00,0.00,59177.90 +1127237311,PlayShow - Talents generator,Web,Technology,EUR,2015-07-01,7000.00,2015-06-01 18:39:41,160.00,failed,5,FR,175.49,177.54,7767.16 +1127262951,14 Reasons,Hip-Hop,Music,USD,2012-10-13,500.00,2012-08-14 06:29:35,50.00,failed,1,US,50.00,50.00,500.00 +1127268795,Echo Park Community Parade 2014,Public Art,Art,USD,2014-11-26,2000.00,2014-10-27 21:41:16,2261.00,successful,57,US,2261.00,2261.00,2000.00 +"1127282364,"""""" citrus greening and the transgenic orange a film """""",Documentary,Film & Video,USD,2014-06-09,35000.00,2014-04-10 23:55:48,0.00,canceled,0,US,0.00,0.00,35000.00" +1127287251,A SHINING HOUR Starring Alexa Green @ 54 Below/ STUDIO ALBUM,Jazz,Music,USD,2014-09-08,6000.00,2014-08-09 18:25:12,6024.00,successful,62,US,6024.00,6024.00,6000.00 +1127289233,Publication of the book: Tales From The Dry Side,Nonfiction,Publishing,USD,2013-08-03,7000.00,2013-07-03 19:58:39,7305.00,successful,101,US,7305.00,7305.00,7000.00 +1127290101,Become a part of ACTS 1st album!,Music,Music,USD,2011-09-13,5000.00,2011-07-27 08:23:10,5575.00,successful,106,US,5575.00,5575.00,5000.00 +1127292829,iMerchant Application,Apps,Technology,USD,2015-10-24,25000.00,2015-09-24 19:58:13,5.00,failed,1,US,5.00,5.00,25000.00 +1127292892,Shipper & Book Fanatic Pins,Accessories,Fashion,CAD,2017-09-24,1000.00,2017-08-25 00:18:11,2409.00,successful,107,CA,11.91,1936.50,803.86 +1127293108,Ink Blot,Woodworking,Crafts,USD,2016-06-16,1560.00,2016-05-17 22:33:49,285.00,failed,7,US,285.00,285.00,1560.00 +1127296669,Shipwreck Theater,Webseries,Film & Video,USD,2015-11-21,50000.00,2015-10-22 13:19:47,0.00,failed,0,US,0.00,0.00,50000.00 +1127303508,Denver Game Dev Holiday Party,Games,Games,USD,2017-12-04,100.00,2017-11-14 01:59:24,710.00,successful,24,US,0.00,710.00,100.00 +1127306573,Going back into the studio- Bianca Merkley's new album!,Music,Music,USD,2011-06-29,3000.00,2011-05-30 00:06:18,8205.00,successful,74,US,8205.00,8205.00,3000.00 +"1127308009,Reading Conventions; A City Reader,Nonfiction,Publishing,USD,2010-08-15,1000.00,2010-06-30 03:56:03,1010.00,successful,18,US,1010.00,1010.00,1000.00" +1127312549,WIRED VOLUME 1,Comics,Comics,GBP,2016-06-01,1500.00,2016-05-02 16:15:03,1693.00,successful,63,GB,2473.63,2443.39,2164.85 +1127313736,Life Saving Portable Solar Water Purification,Technology,Technology,USD,2015-09-25,35000.00,2015-08-26 14:26:39,15703.00,failed,28,US,15703.00,15703.00,35000.00 +1127330191,Pop Up Business Cards and Postcards!,Graphic Design,Design,USD,2015-05-13,3000.00,2015-04-14 05:04:09,718.00,failed,15,US,718.00,718.00,3000.00 +"1127340838,""Oh, The Places You'll Boldly Go!"",Children's Books,Publishing,USD,2016-09-30,20000.00,2016-08-31 11:48:47,29575.00,successful,727,US,390.00,29575.00,20000.00" +1127350079,Blending Basses,World Music,Music,USD,2016-04-09,150.00,2016-02-09 20:32:16,0.00,failed,0,US,0.00,0.00,150.00 +1127357364,Bring A Taste of Cuba to Salt Lake,Food Trucks,Food,USD,2017-02-06,10000.00,2016-12-08 02:06:46,2141.00,failed,13,US,1790.00,2141.00,10000.00 +1127358628,9-Shooter Quick Draw -- A New Square Shooters Game,Tabletop Games,Games,USD,2014-11-06,10000.00,2014-10-08 17:52:29,3325.00,failed,92,US,3325.00,3325.00,10000.00 +1127369051,StyliStorm - Perfected Capacitive & Resistive Styluses,Product Design,Design,USD,2011-11-23,7500.00,2011-10-04 22:36:17,551.00,failed,14,US,551.00,551.00,7500.00 +1127373383,the ONE2 festival,Art,Art,GBP,2017-04-02,3000.00,2017-03-12 21:28:49,664.00,failed,17,GB,109.46,824.83,3726.66 +1127376124,wine bar,Restaurants,Food,USD,2016-02-13,400000.00,2015-12-31 18:14:10,0.00,failed,0,US,0.00,0.00,400000.00 +1127376625,Blissra's Album of the Century... Super Soul Space Rock!,Music,Music,USD,2014-08-20,10000.00,2014-06-21 20:42:43,135.00,failed,3,US,135.00,135.00,10000.00 +1127390604,God Bless the Warrior Promotion Project,Pop,Music,USD,2012-03-30,50000.00,2012-01-30 20:54:10,0.00,failed,0,US,0.00,0.00,50000.00 +1127391161,The Mistor System (for Hooking Up with Hot Sexy Ladies),Animation,Film & Video,USD,2012-08-16,1500.00,2012-07-17 18:06:48,1691.12,successful,40,US,1691.12,1691.12,1500.00 +1127398663,Yokosuka Sailor Challenge Coin (Canceled),Crafts,Crafts,USD,2014-09-06,1200.00,2014-08-09 03:56:19,13.00,canceled,2,US,13.00,13.00,1200.00 +1127403266,Zpocalypse: Survival - Post nuclear zombie apocalypse.,Video Games,Games,USD,2014-05-20,50000.00,2014-04-15 19:14:20,22059.00,canceled,514,US,22059.00,22059.00,50000.00 +1127410718,Vampire Kitty and Space Bat Go To Jupiter,Comics,Comics,USD,2012-02-11,750.00,2012-01-12 06:15:34,1143.71,successful,72,US,1143.71,1143.71,750.00 +1127411803,Incitatus stable-ranch,Farmer's Markets,Food,EUR,2016-02-13,20000.00,2016-02-09 16:47:50,0.00,failed,0,IT,0.00,0.00,22191.89 +1127415264,The Introverted Memoir,Young Adult,Publishing,USD,2014-12-25,500.00,2014-11-19 22:18:09,544.00,successful,6,US,544.00,544.00,500.00 +1127416862,SAFE Wallet Case for iPhone 6 Plus,Product Design,Design,USD,2015-02-14,12000.00,2014-12-16 19:07:46,51535.00,successful,802,US,51535.00,51535.00,12000.00 +1127417765,The Telephone & La Voix Humaine,Classical Music,Music,USD,2013-08-22,8600.00,2013-07-26 21:49:11,8746.00,successful,65,US,8746.00,8746.00,8600.00 +1127419627,Be a part of Alex Goots first full length album!,Pop,Music,USD,2012-03-08,20000.00,2012-02-16 20:35:39,34918.26,successful,864,US,34918.26,34918.26,20000.00 +"1127428427,""""""Into the Ovoid"""" explores beautiful Ukrainian eggs in film."",Shorts,Film & Video,USD,2014-04-26,5000.00,2014-03-28 00:42:43,5863.00,successful,75,US,5863.00,5863.00,5000.00" +112744197,Online Courses Distilled From Legendary Books (Book Hacking),Nonfiction,Publishing,USD,2017-04-11,25000.00,2017-04-04 22:27:41,0.00,canceled,0,US,0.00,0.00,25000.00 +1127443716,Dogtown Redemption,Documentary,Film & Video,USD,2013-08-28,47775.00,2013-07-17 21:01:44,56125.11,successful,406,US,56125.11,56125.11,47775.00 +"1127449191,""""""Time to Go"""" Trilogy"",Shorts,Film & Video,GBP,2013-06-18,5000.00,2013-05-19 14:10:01,5914.42,successful,159,GB,8979.42,9135.37,7722.96" +1127452148,Golden Wax Treasures Hand Poured Soy Candles,Candles,Crafts,USD,2016-01-28,1000.00,2015-12-29 04:46:42,172.00,failed,4,US,172.00,172.00,1000.00 +"112746199,""M/Y SHARKWATER, Give us the Air we Need to Breath"",Documentary,Film & Video,USD,2017-07-15,30000.00,2017-06-15 03:30:13,2222.00,failed,20,US,308.00,2222.00,30000.00" +"1127462530,""David's Jewerlys, A place to find Elegance and affordability"",Jewelry,Fashion,USD,2015-07-09,200.00,2015-06-09 19:20:44,0.00,failed,0,US,0.00,0.00,200.00" +1127463843,Frontier Pilot Simulator,Video Games,Games,USD,2017-12-30,50000.00,2017-11-25 14:53:05,436.00,failed,15,US,91.00,436.00,50000.00 +1127465229,Torrent Brewing Company,Food,Food,USD,2014-07-01,20000.00,2014-05-30 15:12:58,24059.00,successful,167,US,24059.00,24059.00,20000.00 +1127467114,Kickstarter Kickstarter (Suspended) (Suspended) (Suspended),Publishing,Publishing,USD,2016-02-21,10.00,2015-12-23 08:22:52,9.00,suspended,1,US,9.00,9.00,10.00 +1127470568,TradeMark Creations,Couture,Fashion,USD,2015-02-25,1000.00,2015-01-26 03:12:18,2.00,failed,2,US,2.00,2.00,1000.00 +1127475166,TRE3 Handbags...Beauty In The Palm of Your Hands,Fashion,Fashion,USD,2012-04-02,1000.00,2012-03-03 21:55:07,52.00,failed,5,US,52.00,52.00,1000.00 +1127476770,Typical Sicilian Food,Food,Food,EUR,2016-02-10,10000.00,2016-01-11 21:16:02,0.00,failed,0,IT,0.00,0.00,11274.97 +1127477052,Staying Together while Falling Apart,Film & Video,Film & Video,USD,2014-03-31,35000.00,2014-02-19 00:48:12,370.00,failed,4,US,370.00,370.00,35000.00 +11274853,Glory be to God,Digital Art,Art,CAD,2014-03-28,2000000.00,2014-03-25 16:39:37,1.00,failed,1,CA,0.89,0.91,1811922.45 +1127485320,T-DICE,Tabletop Games,Games,USD,2015-05-05,3000.00,2015-04-05 18:14:21,6738.00,successful,211,US,6738.00,6738.00,3000.00 +1127490995,Mission Athens Music,Music,Music,USD,2012-02-09,7500.00,2012-01-10 15:25:49,7903.00,successful,144,US,7903.00,7903.00,7500.00 +1127506127,A Well Kept Secret,Nonfiction,Publishing,USD,2015-06-17,4000.00,2015-05-18 18:14:16,200.00,failed,1,US,200.00,200.00,4000.00 +1127506815,Shards Playing Cards by System 6 and USPCC (Canceled),Tabletop Games,Games,USD,2014-01-23,25000.00,2013-12-24 17:50:46,7597.00,canceled,256,US,7597.00,7597.00,25000.00 +1127509870,Gentleman Ghost: New Album For 2018!,Music,Music,CAD,2018-01-01,7000.00,2017-12-02 08:00:26,50.00,failed,1,CA,38.82,39.97,5595.52 +112750990,Aquadora: To The Lost,Rock,Music,USD,2013-12-22,7271.00,2013-11-22 05:17:59,7.00,failed,3,US,7.00,7.00,7271.00 +1127513261,BEYLER & TÜRK: Luxury Men's Made-to-Measure Shirting,Fashion,Fashion,USD,2013-05-08,20000.00,2013-04-08 16:59:30,31913.00,successful,118,US,31913.00,31913.00,20000.00 +1127514414,Gunpla battle system (Canceled),Video Games,Games,USD,2015-11-06,20000.00,2015-10-07 03:38:24,0.00,canceled,0,US,0.00,0.00,20000.00 +1127516881,Circus Girls Sketches & Paintings,Art,Art,USD,2013-06-25,250.00,2013-06-11 19:59:52,970.00,successful,41,US,970.00,970.00,250.00 +1127518233,BRACHAR,Apparel,Fashion,EUR,2016-08-23,7000.00,2016-07-19 07:58:26,2.00,failed,2,FR,0.00,2.26,7903.00 +112751975,A Touchless Swing Motor for the Nuna Leaf,Technology,Technology,AUD,2015-06-04,35000.00,2015-05-05 03:46:12,111.00,failed,3,AU,87.14,85.67,27014.51 +1127523937,Take A Ride on The Pokebus,Mobile Games,Games,USD,2016-09-15,19111.00,2016-08-16 21:26:57,0.00,canceled,0,US,0.00,0.00,19111.00 +1127524688,Ciber cybergoth,Publishing,Publishing,MXN,2017-02-19,100000.00,2016-12-29 16:43:11,0.00,failed,0,MX,0.00,0.00,5077.69 +1127524748,Deception Belt,Wearables,Technology,USD,2017-03-14,50000.00,2017-02-12 19:22:02,53.00,failed,4,US,1.00,53.00,50000.00 +1127525128,Artists On Demand: Future of Music (Canceled),Music,Music,USD,2011-07-08,600.00,2011-05-09 13:09:36,25.00,canceled,1,US,25.00,25.00,600.00 +112753241,MyMix2go Premeasured powder to go!,Product Design,Design,USD,2017-03-14,16545.00,2017-02-06 15:26:37,4182.00,failed,77,US,355.00,4182.00,16545.00 +1127538298,FreeStyle Sensor Sticker,Interactive Design,Design,SGD,2018-02-08,6000.00,2017-12-20 11:41:33,386.00,live,10,SG,161.77,290.93,4522.16 +1127542473,Leather HandiCase with Qi Charger: iPhone 6/6 Plus Case,Product Design,Design,USD,2015-02-28,5000.00,2015-01-14 18:26:55,3808.00,failed,56,US,3808.00,3808.00,5000.00 +1127545638,Facing The Tides to play Ichthus 2012!!,Music,Music,USD,2012-01-06,500.00,2011-11-07 23:52:46,0.00,failed,0,US,0.00,0.00,500.00 +1127571097,Spread love with Mitchell Lawler's EP Day One,Hip-Hop,Music,CAD,2017-11-17,3000.00,2017-10-23 20:19:51,8160.00,successful,78,CA,3520.44,6393.98,2350.73 +1127583750,THE CUSTOMER,Drama,Film & Video,CAD,2016-11-21,7800.00,2016-10-22 15:37:17,9370.00,successful,82,CA,1009.15,6945.37,5781.63 +1127588940,The Unified Theory of Everything,Journalism,Journalism,USD,2010-09-24,1500.00,2010-08-10 20:40:51,135.00,failed,3,US,135.00,135.00,1500.00 +1127590746,VRAI Magazine Digital Issue Launch,Publishing,Publishing,USD,2014-09-15,6600.00,2014-08-12 03:59:36,2839.00,failed,28,US,2839.00,2839.00,6600.00 +1127594473,A Secret or A Surprise?,Children's Books,Publishing,CAD,2017-12-19,2000.00,2017-11-19 02:38:17,565.00,canceled,17,CA,258.39,444.78,1574.43 +1127595905,Wedding Cake (Canceled),Food,Food,USD,2014-08-28,800.00,2014-08-06 00:48:02,0.00,canceled,0,US,0.00,0.00,800.00 +1127601289,Socialize Application for Android and IOS,Apps,Technology,CAD,2015-09-21,50000.00,2015-07-23 22:08:23,1.00,failed,1,CA,0.77,0.75,37557.27 +112760173,Lonely Little Spartan Part 1,Comedy,Film & Video,USD,2014-09-26,600.00,2014-08-27 02:53:54,17.00,failed,3,US,17.00,17.00,600.00 +1127607740,EDM Beach Festival (Canceled),Electronic Music,Music,EUR,2016-02-05,8000.00,2016-01-08 00:48:09,0.00,canceled,0,DE,0.00,0.00,8961.58 +1127612328,Bring the Foo Fighters Back to Nashville (Canceled),Rock,Music,USD,2014-12-02,150000.00,2014-11-02 05:51:15,0.00,canceled,0,US,0.00,0.00,150000.00 +1127617393,A4 Studios Project,Art,Art,GBP,2017-04-12,5000.00,2017-03-13 18:51:24,20.00,failed,2,GB,24.33,25.08,6270.46 +1127619384,monkii bars: an ultra-portable workout device,Product Design,Design,USD,2014-04-07,25000.00,2014-02-27 14:56:27,111178.51,successful,971,US,111178.51,111178.51,25000.00 +1127628323,Flying Penguin RC - Foam Board RC Airplanes,Product Design,Design,CAD,2014-10-11,14000.00,2014-09-10 03:17:01,548.00,failed,10,CA,503.35,487.46,12453.30 +112762881,Colorless: A Short Film in Black & White,Shorts,Film & Video,USD,2013-04-22,399.00,2013-04-05 22:19:43,5.00,failed,1,US,5.00,5.00,399.00 +1127629034,The Visual Nomad Project: One World. Many Perspectives.,Photography,Photography,USD,2010-08-02,10000.00,2010-06-14 04:30:33,360.00,failed,4,US,360.00,360.00,10000.00 +1127632461,The Middle Road,Photography,Photography,USD,2012-10-03,8800.00,2012-09-12 00:16:09,3968.00,failed,57,US,3968.00,3968.00,8800.00 +1127640372,The Unknown Mother: A Magical Walk with the Goddess of Sound,Fiction,Publishing,USD,2011-12-26,8111.00,2011-11-06 18:54:37,628.00,failed,15,US,628.00,628.00,8111.00 +1127649070,CONNECT | Make Better Moments,Playing Cards,Games,USD,2015-06-18,15000.00,2015-05-19 15:25:54,21795.05,successful,680,US,21795.05,21795.05,15000.00 +1127652208,'These Things Take Time' - Photo Series by Andrew Sandercock,Photobooks,Photography,GBP,2017-10-12,2000.00,2017-09-12 13:09:12,2548.00,successful,40,GB,139.68,3381.87,2654.53 +1127655159,Me Within Me,Shorts,Film & Video,USD,2012-02-17,1500.00,2012-01-18 07:01:22,831.00,failed,17,US,831.00,831.00,1500.00 +1127657456,Custom Prints and Gifts (Canceled),Fashion,Fashion,USD,2014-03-01,2000.00,2014-01-30 21:08:33,0.00,canceled,0,US,0.00,0.00,2000.00 +1127662802,Camel City Grill: Winston-Salem's Food Truck Gets a Facelift,Food,Food,USD,2013-12-18,3000.00,2013-11-18 22:58:57,3125.00,successful,48,US,3125.00,3125.00,3000.00 +1127664095,Create your own stunning 3d Art with your own photos,Art,Art,GBP,2014-10-25,1000.00,2014-09-25 19:37:40,23.00,failed,1,GB,37.73,36.73,1596.93 +"1127674701,""Sombulus, Book 1 - A Fantasy Adventure Comic"",Comics,Comics,USD,2014-03-04,3600.00,2014-02-11 05:59:42,4426.00,successful,154,US,4426.00,4426.00,3600.00" +112767564,DE Safety Razors,Woodworking,Crafts,USD,2015-08-27,225.00,2015-07-28 14:08:46,2256.00,successful,43,US,2256.00,2256.00,225.00 +1127686417,The Hit List,Webseries,Film & Video,USD,2013-07-02,35000.00,2013-05-03 05:04:01,10.00,failed,1,US,10.00,10.00,35000.00 +1127699034,RANGE a cappella: Vol 1,Music,Music,USD,2017-02-04,15000.00,2017-01-03 06:12:25,17106.00,successful,197,US,2075.00,17106.00,15000.00 +1127700633,Carpe Mortis: You Only Live Once,Fiction,Publishing,USD,2012-11-01,500.00,2012-10-01 08:52:56,1591.00,successful,14,US,1591.00,1591.00,500.00 +1127707525,Ski Ball - A Coney Island Themed Dance Party (and birthday party for DJ Krieg),Dance,Dance,USD,2010-05-03,600.00,2010-04-17 10:16:40,167.00,failed,11,US,167.00,167.00,600.00 +1127711807,Remnant,Video Games,Games,USD,2012-04-16,800.00,2012-03-15 09:40:47,303.00,failed,14,US,303.00,303.00,800.00 +1127713194,Lux Volume 1 - The Hollowing Graphic Novel (Canceled),Graphic Novels,Comics,USD,2016-05-08,1500.00,2016-04-08 19:37:04,2251.00,canceled,23,US,2251.00,2251.00,1500.00 +1127719113,Authentic Chiptunes need a new home!,Electronic Music,Music,USD,2011-06-20,125.00,2011-05-21 06:40:38,180.00,successful,10,US,180.00,180.00,125.00 +1127722952,New Studio Album from Selasee & The Fafa Family!!,World Music,Music,USD,2013-12-15,10000.00,2013-10-31 19:21:06,10055.00,successful,50,US,10055.00,10055.00,10000.00 +1127726556,Helping women with breastfeeding concerns,Publishing,Publishing,USD,2014-08-10,5000.00,2014-07-11 18:13:14,5.00,failed,1,US,5.00,5.00,5000.00 +1127726926,SlapJack and Buy Sum Chicken BBQ,Food,Food,USD,2014-08-10,150.00,2014-07-11 01:06:58,6.00,failed,2,US,6.00,6.00,150.00 +1127730259,Ice Hotel is making a music video,Film & Video,Film & Video,USD,2013-10-20,1000.00,2013-10-01 09:01:10,1022.00,successful,30,US,1022.00,1022.00,1000.00 +1127732851,Kids Flip Flops with Expressive Interchangeable Charms,Footwear,Fashion,USD,2014-11-08,8200.00,2014-10-09 21:10:55,8269.00,successful,61,US,8269.00,8269.00,8200.00 +1127753228,The First Lee Carmen Album,Music,Music,USD,2014-10-31,20000.00,2014-10-01 01:16:45,133.00,failed,4,US,133.00,133.00,20000.00 +1127753823,Ditch the old chip clip! BAG HERO makes your bags STAND UP!,Product Design,Design,USD,2015-06-12,45000.00,2015-05-05 17:01:29,4946.00,failed,59,US,4946.00,4946.00,45000.00 +1127758113,Color My Flag with Freedom,Art,Art,USD,2011-06-01,4080.00,2011-04-02 16:14:55,4440.00,successful,26,US,4440.00,4440.00,4080.00 +1127758983,WarRift - Destroy Monsters and Friendships,Tabletop Games,Games,USD,2017-10-03,15000.00,2017-08-29 17:00:56,5573.00,canceled,68,US,425.00,5573.00,15000.00 +1127772034,BalletNext Breaks Boundaries: New Choreography New Music,Dance,Dance,USD,2017-02-01,25000.00,2016-12-03 22:09:52,25556.00,successful,43,US,350.00,25556.00,25000.00 +1127773454,My Exodus,Nonfiction,Publishing,USD,2015-08-06,300.00,2015-07-07 22:15:39,25.00,failed,1,US,25.00,25.00,300.00 +1127776682,Shake It Up debut E.P,Rock,Music,USD,2011-05-16,2000.00,2011-04-01 23:47:49,2107.00,successful,27,US,2107.00,2107.00,2000.00 +1127781689,I want to make a difference to the world we live in,Web,Journalism,DKK,2017-05-01,50000.00,2017-04-06 17:35:39,0.00,canceled,0,DK,0.00,0.00,7369.31 +1127781843,Northport Brew,Drinks,Food,USD,2014-07-29,1500.00,2014-07-09 00:32:15,60.00,failed,6,US,60.00,60.00,1500.00 +"1127783000,""Classical Piano Album, from the heart."",Classical Music,Music,GBP,2013-08-25,1400.00,2013-07-26 19:44:05,7.00,failed,3,GB,10.71,10.85,2169.80" +1127786748,Saffron Recipe Book,Food,Food,EUR,2016-05-01,6000.00,2016-04-01 11:43:45,5.00,failed,5,DE,5.66,5.71,6856.20 +1127790664,Duckworth Knitwear | An American Wool Story,Apparel,Fashion,USD,2015-12-16,38000.00,2015-11-17 20:15:24,6010.00,failed,30,US,6010.00,6010.00,38000.00 +1127796598,Player Hub,Video Games,Games,USD,2017-12-30,15000.00,2017-11-30 19:41:24,150.00,failed,1,US,0.00,150.00,15000.00 +1127797132,Supercharged Hand - The True Beginning of Wearable Power!,Wearables,Technology,USD,2015-09-25,1000000.00,2015-08-26 01:42:00,109.00,failed,1,US,109.00,109.00,1000000.00 +"1127798422,""The Entrepreneurs Bible """"GründerBibelen"""""",Publishing,Publishing,NOK,2015-05-16,93000.00,2015-04-13 21:32:33,5205.00,failed,3,NO,642.48,690.66,12340.27" +1127805922,House of Fear: A 24-page ghost story for kids and adults,Comic Books,Comics,USD,2017-02-09,1500.00,2017-01-10 18:31:19,2040.00,successful,148,US,868.00,2040.00,1500.00 +1127809818,Curve Coffee Company,Drinks,Food,USD,2016-03-23,15000.00,2016-02-12 11:29:07,217.00,failed,7,US,217.00,217.00,15000.00 +1127818374,PFx Brick – Special Fx for LEGO® Creations,Hardware,Technology,CAD,2017-06-21,68000.00,2017-06-01 16:55:30,88600.00,successful,421,CA,13470.42,66963.95,51394.45 +1127820429,Master Apple Watch Development by Building 15 Apps in Swift,Web,Technology,USD,2015-03-21,4000.00,2015-02-19 01:59:41,1926.00,failed,57,US,1926.00,1926.00,4000.00 +1127827072,The World's Smartest Doorbell: VEIU,Technology,Technology,USD,2017-05-17,30000.00,2017-04-17 19:26:26,265421.20,successful,1353,US,2956.00,265421.20,30000.00 +112782974,The Thieves About - SONG Pre-Order and Merch fund!!,Rock,Music,USD,2017-06-24,1000.00,2017-06-19 19:58:10,1329.00,successful,16,US,594.00,1329.00,1000.00 +1127833992,We Players Presents interactive HAMLET on ALCATRAZ,Immersive,Theater,USD,2010-08-14,7000.00,2010-07-11 18:31:12,10974.77,successful,248,US,10974.77,10974.77,7000.00 +"1127840783,""""""PRODUCTS OF INFLUENCE"""" - an independent feature film"",Narrative Film,Film & Video,USD,2011-07-24,20000.00,2011-04-25 23:18:24,462.00,failed,10,US,462.00,462.00,20000.00" +"1127848067,""Bristol's, Bar & Grill"",Restaurants,Food,GBP,2016-10-14,50000.00,2016-09-14 14:47:05,0.00,failed,0,GB,0.00,0.00,61183.04" +1127848986,Fantasy Allure Lipstick Startup,Fashion,Fashion,USD,2016-04-14,15000.00,2016-03-31 18:08:56,17715.00,successful,320,US,17715.00,17715.00,15000.00 +112785666,Unsigned Music Awards (Canceled),Music,Music,GBP,2015-09-26,30000.00,2015-07-28 17:53:24,32.00,canceled,3,GB,49.68,48.53,45501.43 +1127860020,Help pay for space for Entropy - A Love Story!,Theater,Theater,USD,2012-10-14,3000.00,2012-09-22 01:32:36,3671.00,successful,46,US,3671.00,3671.00,3000.00 +1127864157,ICEBOX,Makerspaces,Technology,EUR,2016-07-17,5000.00,2016-06-07 20:23:13,155.00,failed,5,FR,56.71,170.72,5506.97 +1127866439,'Trapped' Music Video,Shorts,Film & Video,USD,2013-04-06,400.00,2013-03-25 17:12:06,425.00,successful,25,US,425.00,425.00,400.00 +1127869101,Loop,Product Design,Design,USD,2017-06-08,12000.00,2017-05-09 00:20:31,1050.00,failed,69,US,539.00,1050.00,12000.00 +1127877101,Colonial America v1 Playing Cards by Ember Waves,Playing Cards,Games,USD,2016-08-03,6000.00,2016-07-04 20:51:02,1736.00,canceled,78,US,1449.00,1736.00,6000.00 +"1127880739,""wnyWOMENrock 2014 """"RAISING HOPE"""" CD V1 (Canceled)"",Indie Rock,Music,USD,2014-03-27,2400.00,2014-02-25 18:11:38,196.00,canceled,2,US,196.00,196.00,2400.00" +"1127896441,""Chunky Girl Comics Issue #0- Operation Fierce, Fab & Fluffy"",Comics,Comics,USD,2012-04-15,1100.00,2012-04-01 00:25:16,1156.66,successful,14,US,1156.66,1156.66,1100.00" +1127903756,UNDER THE DOG the MOVIE: Live-Action Short and Music Video,Animation,Film & Video,USD,2017-11-17,50000.00,2017-10-20 15:00:36,50673.00,successful,395,US,3063.00,50673.00,50000.00 +1127912104,Broodjes & Bier,Food,Food,USD,2013-02-24,3500.00,2013-02-01 13:59:46,5132.00,successful,125,US,5132.00,5132.00,3500.00 +1127917155,SOUL TRACK MIND : : ALBUM NO. 2,Music,Music,USD,2012-10-20,12500.00,2012-09-20 23:05:09,16336.00,successful,145,US,16336.00,16336.00,12500.00 +1127919554,Kai'Lee Botak comes out of the woods to share her first CD!,Country & Folk,Music,USD,2011-02-24,3000.00,2011-01-25 06:00:18,3415.00,successful,57,US,3415.00,3415.00,3000.00 +"11279263,""Movie Buff- Finally, a place for all that useless knowledge!"",Tabletop Games,Games,USD,2014-08-01,25000.00,2014-06-17 23:59:39,25000.00,successful,49,US,25000.00,25000.00,25000.00" +"1127928053,Confounded Bridges,Music,Music,USD,2015-07-01,5000.00,2015-06-03 00:39:54,0.00,undefined,0,""N,0"""""",,0.00,5000.00" +"1127936847,""The First Five Years, Season 2"",Webseries,Film & Video,USD,2015-04-08,5000.00,2015-03-09 12:37:19,5110.00,successful,86,US,5110.00,5110.00,5000.00" +1127939537,I want to make bubbles.,People,Photography,EUR,2015-12-19,10000.00,2015-11-19 14:45:10,302.00,failed,3,DE,321.13,330.60,10947.03 +1127941436,Battleship Islands - The next episode,Documentary,Film & Video,GBP,2013-01-31,7000.00,2012-12-20 20:19:38,91.00,failed,4,GB,147.96,144.09,11083.67 +1127942054,Blind Leap Part 1,Documentary,Film & Video,USD,2012-10-08,5500.00,2012-09-08 19:04:08,2.00,failed,2,US,2.00,2.00,5500.00 +112796176,Mutant: Year Zero - deutsche Ausgabe,Games,Games,EUR,2017-06-05,9500.00,2017-05-02 12:13:12,42193.90,successful,340,DE,2558.85,47156.14,10617.25 +112796177,Solo Album,Pop,Music,GBP,2014-08-29,4000.00,2014-07-30 18:18:55,0.00,failed,0,GB,0.00,0.00,6632.95 +1127963450,Jason Hatfield's Idaho Gems Album,Indie Rock,Music,USD,2015-02-22,6000.00,2015-01-23 14:41:10,65.00,failed,1,US,65.00,65.00,6000.00 +1127963546,Launching a New Fashion Line- Associated Culture Clothing Co,Fashion,Fashion,USD,2014-04-04,2500.00,2014-03-04 18:57:32,1.00,failed,1,US,1.00,1.00,2500.00 +1127976394,Moxxiie - A bit of Boldness in your Life,Software,Technology,USD,2014-05-08,25000.00,2014-04-08 18:54:42,1246.00,failed,7,US,1246.00,1246.00,25000.00 +1127982428,Genesis Ballet Double Bill - 'LOST & BOUNDLESS',Performances,Dance,GBP,2015-10-03,7000.00,2015-08-04 12:26:28,7006.00,successful,15,GB,10944.07,10746.88,10737.68 +1127982787,Hero's Flame (Canceled),Candles,Crafts,USD,2015-05-08,10000.00,2015-03-09 16:48:35,257.00,canceled,8,US,257.00,257.00,10000.00 +1127984453,Temple by Temple,Art Books,Publishing,USD,2013-09-09,7000.00,2013-08-10 16:53:40,15345.00,successful,270,US,15345.00,15345.00,7000.00 +"1127991327,""Leebre.org - Liberate fiction with free, social publishing"",Software,Technology,USD,2012-02-01,3000.00,2012-01-02 00:00:49,3431.00,successful,142,US,3431.00,3431.00,3000.00" +1127997780,Woodward Throwbacks - Reclaimed Woodworking Detroit,Product Design,Design,USD,2014-12-15,10000.00,2014-11-21 00:57:02,11887.00,successful,166,US,11887.00,11887.00,10000.00 +1128009697,John Brown's Body,Drama,Film & Video,USD,2015-02-27,54000.00,2015-01-26 22:48:35,1371.00,failed,13,US,1371.00,1371.00,54000.00 +1128012361,What's in Your Attic,Film & Video,Film & Video,USD,2013-08-19,4000.00,2013-07-19 20:57:00,0.00,failed,0,US,0.00,0.00,4000.00 +1128020776,Arctic Nights & Northern Lights: The Album,Photobooks,Photography,GBP,2015-04-08,4000.00,2015-03-09 16:50:41,1015.00,failed,28,GB,1526.39,1481.02,5836.52 +1128026443,Plush Monster Mania,Crafts,Crafts,USD,2012-09-01,500.00,2012-08-18 03:25:39,1277.00,successful,27,US,1277.00,1277.00,500.00 +1128030343,The Yemen Report,Photobooks,Photography,GBP,2015-05-19,4000.00,2015-05-05 19:32:44,0.00,failed,0,GB,0.00,0.00,6256.06 +"1128033723,""""""Bayou Curious"""" CD Duplication"",World Music,Music,USD,2014-02-02,1500.00,2014-01-03 23:25:58,2055.00,successful,48,US,2055.00,2055.00,1500.00" +1128034679,Martin Luther king jr inspirational T-Shirts,Apparel,Fashion,USD,2017-08-08,22000.00,2017-06-09 22:29:06,0.00,failed,0,US,0.00,0.00,22000.00 +1128040544,The Soda Fountain,Drinks,Food,USD,2016-12-28,50000.00,2016-11-28 02:03:01,11.50,failed,2,US,0.00,11.50,50000.00 +112804177,Build DC Public School Kids a FoodPrints Teaching Kitchen!,Food,Food,USD,2011-06-16,60000.00,2011-05-18 14:08:23,60409.02,successful,470,US,60409.02,60409.02,60000.00 +1128044781,Moments App Development,Apps,Technology,USD,2014-08-15,30000.00,2014-07-16 17:13:58,289.00,failed,15,US,289.00,289.00,30000.00 +1128051507,Tomorrow Magazine,Journalism,Journalism,USD,2012-07-25,15000.00,2012-06-25 18:00:40,45452.29,successful,1779,US,45452.29,45452.29,15000.00 +1128058271,Spenstar's Inktober 2017,Art,Art,USD,2017-10-29,100.00,2017-09-29 15:57:33,353.00,successful,12,US,15.00,353.00,100.00 +"11280589,""Jelly, The Smallest 4G Smartphone"",Gadgets,Technology,USD,2017-06-06,30000.00,2017-05-02 16:59:09,1251380.03,successful,10964,US,67514.00,1251380.03,30000.00" +"11280603,""New Book Mindfulness, Meditation & The Law Of Attraction"",Publishing,Publishing,GBP,2015-12-18,6000.00,2015-11-18 10:28:24,0.00,undefined,0,""N,0"""""",,0.00,8947.21" +1128063188,TYLT Energi Backpack - charge your mobile devices on the go.,Hardware,Technology,USD,2013-04-17,50000.00,2013-03-18 19:15:42,76726.00,successful,554,US,76726.00,76726.00,50000.00 +1128068270,Sharing Chests,Art,Art,NZD,2017-09-30,1400.00,2017-09-05 10:46:33,0.00,canceled,0,NZ,0.00,0.00,992.63 +1128070721,In Search of the Shaman,Metal,Music,USD,2015-12-02,1000.00,2015-10-28 05:31:33,20.00,failed,1,US,20.00,20.00,1000.00 +"1128074147,""One Nite Only 10"""" Vinyl"",Rock,Music,USD,2011-07-29,750.00,2011-06-29 19:40:27,1264.50,successful,50,US,1264.50,1264.50,750.00" +1128077736,SALEM: A Strategic Card Game of Deception for 4-12 Players,Tabletop Games,Games,USD,2015-04-25,6000.00,2015-03-25 23:12:52,103347.00,successful,3404,US,103347.00,103347.00,6000.00 +1128078382,Fokus Metal Studio (Canceled),Metal,Music,USD,2016-04-22,3500.00,2016-02-22 20:50:06,0.00,canceled,0,US,0.00,0.00,3500.00 +1128080521,Sati Tala - A new way of eating,Product Design,Design,USD,2016-09-24,48000.00,2016-08-25 20:44:28,12516.00,failed,83,US,6499.00,12516.00,48000.00 +1128080726,SwingNote: The Game you Play to Improve your Game,Apps,Technology,USD,2016-11-30,35000.00,2016-10-28 16:38:23,9450.98,canceled,52,US,1509.00,9450.98,35000.00 +1128080854,THE URN: A Hardboiled Crime Comic With Heart,Comics,Comics,USD,2011-03-02,2500.00,2010-12-27 16:18:16,3376.00,successful,63,US,3376.00,3376.00,2500.00 +1128084553,Waiting For Eternity EP,Rock,Music,USD,2017-09-11,1000.00,2017-08-14 23:40:37,584.00,failed,17,US,263.00,584.00,1000.00 +1128089259,The Glider- Wallet of the future.,Product Design,Design,USD,2014-09-26,25000.00,2014-08-27 16:03:01,13172.00,failed,359,US,13172.00,13172.00,25000.00 +11280957,The Ukrainian Revolution: a Documentary,Documentary,Film & Video,USD,2015-01-17,4600.00,2014-12-27 04:40:34,61.00,failed,4,US,61.00,61.00,4600.00 +1128104074,Blackwork Portraiture,Mixed Media,Art,CAD,2018-01-20,500.00,2017-12-21 20:20:16,1295.00,live,19,CA,306.80,1034.43,399.39 +1128122186,Carnival of Huejotzingo,Performances,Dance,USD,2015-03-30,600.00,2015-02-25 05:50:53,711.00,successful,18,US,711.00,711.00,600.00 +1128130315,Afford A Luxury Party: Because Now You Can,Food,Food,USD,2014-08-25,3500.00,2014-07-23 23:43:13,83.00,failed,6,US,83.00,83.00,3500.00 +1128134663,The Religious Test Film,Documentary,Film & Video,USD,2011-10-28,8000.00,2011-09-28 05:23:30,8216.00,successful,157,US,8216.00,8216.00,8000.00 +1128136111,A Cat Named Haiku 2: The Dust Bunny,Comics,Comics,USD,2012-05-01,2000.00,2012-03-02 04:01:43,2583.00,successful,53,US,2583.00,2583.00,2000.00 +112815094,The Reality of Suicide,Publishing,Publishing,USD,2014-09-20,5000.00,2014-08-21 02:42:55,25.00,failed,1,US,25.00,25.00,5000.00 +1128151175,Nightcrawl - The Film Noir Tabletop Role-Playing Game,Tabletop Games,Games,USD,2018-01-26,1000.00,2017-12-27 18:36:25,445.57,live,27,US,175.57,445.57,1000.00 +1128153051,Help Get Our Artisan Jams & Jellies On To Store Shelves,Small Batch,Food,USD,2014-11-06,1000.00,2014-10-07 04:25:25,50.00,failed,1,US,50.00,50.00,1000.00 +1128156438,Life Achievements,Apps,Technology,USD,2014-08-18,20000.00,2014-07-19 22:33:32,426.66,failed,22,US,426.66,426.66,20000.00 +1128160804,Take a ride on the Lady Whiskey,Public Art,Art,USD,2011-08-16,2500.00,2011-07-15 00:58:16,2552.00,successful,13,US,2552.00,2552.00,2500.00 +1128172204,And the Winner Is,Theater,Theater,USD,2013-07-01,1500.00,2013-06-13 04:24:30,125.00,failed,3,US,125.00,125.00,1500.00 +1128173464,Random Wristband - Live Life Randomly,Product Design,Design,USD,2013-11-12,15000.00,2013-10-23 22:10:55,631.00,failed,29,US,631.00,631.00,15000.00 +1128174369,Katrina Garden Spider and the World Wide Web,Children's Books,Publishing,USD,2011-12-03,4000.00,2011-11-03 02:26:10,4000.00,successful,49,US,4000.00,4000.00,4000.00 +1128192620,DonTie your shoes. Let’s change the old way.,Product Design,Design,NOK,2016-11-11,125000.00,2016-10-12 15:56:08,1997.00,canceled,8,NO,43.27,238.90,14953.76 +"1128204051,""Custom, Hand Crafted Maple Wood Baseball Bats"",Woodworking,Crafts,USD,2015-09-11,7500.00,2015-07-28 00:16:26,505.00,failed,6,US,505.00,505.00,7500.00" +"1128206154,""Christian Gibbs Album, Book, and RV Family Tour"",Indie Rock,Music,USD,2013-04-23,4500.00,2013-02-22 17:22:22,6159.50,successful,117,US,6159.50,6159.50,4500.00" +1128217364,Trollies,Food Trucks,Food,USD,2015-04-13,50000.00,2015-02-12 00:40:54,8.00,failed,1,US,8.00,8.00,50000.00 +1128232866,The Master of Faster,Webseries,Film & Video,USD,2017-07-24,25000.00,2017-06-24 20:13:20,25270.00,successful,190,US,8323.00,25270.00,25000.00 +1128233536,Toothville #2,Comic Books,Comics,GBP,2017-07-03,500.00,2017-06-13 22:21:51,500.70,successful,34,GB,108.45,645.74,644.84 +1128237087,Cavy Capers: Soft Guinea Pig Plush. Created By Big Ben,Crafts,Crafts,USD,2016-12-19,6500.00,2016-11-29 17:01:55,6500.63,successful,75,US,247.00,6500.63,6500.00 +1128244432,PocketPi: The 3D-printed PLA enclosure for Raspberry Pi Zero,DIY Electronics,Technology,USD,2016-10-01,5555.00,2016-08-09 00:19:55,36.00,canceled,3,US,24.00,36.00,5555.00 +1128267655,JitterBox Coffee Subscription,Small Batch,Food,USD,2017-12-14,4000.00,2017-11-14 15:20:45,4113.00,successful,57,US,556.00,4113.00,4000.00 +112827245,New Ian Hendrickson-Smith Holidaze Record!!,Jazz,Music,USD,2011-10-22,1800.00,2011-10-07 22:54:53,1800.00,successful,18,US,1800.00,1800.00,1800.00 +1128274635,Dungeon Worlds Part 2,Tabletop Games,Games,USD,2016-03-03,4200.00,2016-02-17 13:59:20,8223.11,successful,46,US,8223.11,8223.11,4200.00 +"1128279015,""Destination Forgiveness, a debut novel"",Fiction,Publishing,GBP,2013-04-29,6000.00,2013-03-30 08:31:15,876.00,failed,27,GB,1331.88,1362.58,9332.71" +1128288125,Ancient Kauri Wood Pens,Woodworking,Crafts,USD,2015-02-28,500.00,2015-01-29 19:47:35,1561.00,successful,32,US,1561.00,1561.00,500.00 +1128292153,Onward Now: Jordan & Melissa on the Road,Music,Music,USD,2017-05-14,5000.00,2017-04-14 09:22:08,5500.00,successful,41,US,290.00,5500.00,5000.00 +1128295395,Orion EV Affordable Electric Transportation,Hardware,Technology,USD,2015-02-04,35000.00,2015-01-05 20:05:23,1.00,failed,1,US,1.00,1.00,35000.00 +1128300259,Conception Art show,Painting,Art,USD,2016-08-23,500.00,2016-07-19 05:27:12,500.00,successful,12,US,50.00,500.00,500.00 +1128306139,Into Existence,Narrative Film,Film & Video,USD,2012-04-01,39000.00,2012-03-02 06:09:25,80.00,failed,3,US,80.00,80.00,39000.00 +1128306616,SYLVAN HILLS: Smells Like Cookies,Art,Art,USD,2016-07-20,500.00,2016-06-20 17:47:21,650.00,successful,22,US,270.00,650.00,500.00 +1128312824,The Hallucinatory Deck of Playing Cards - Glow Optional,Playing Cards,Games,USD,2015-05-22,4000.00,2015-04-22 02:55:53,6176.01,successful,143,US,6176.01,6176.01,4000.00 +1128316472,Let's print a book and donate hundreds of copies of it educators and public libraries,Children's Books,Publishing,USD,2010-07-20,5600.00,2010-06-05 21:43:07,25.00,failed,1,US,25.00,25.00,5600.00 +1128317612,Taking Portraits & Telling Stories of Southeast Asia,Photography,Photography,USD,2015-03-01,1950.00,2015-01-30 01:03:08,1980.00,successful,36,US,1980.00,1980.00,1950.00 +1128329637,Help Alex Produce An Album of Vengeance,Indie Rock,Music,USD,2016-05-23,5000.00,2016-04-23 20:08:09,20.00,failed,1,US,20.00,20.00,5000.00 +1128333194,Dave Becomes an Author,Nonfiction,Publishing,USD,2015-06-19,10000.00,2015-05-20 03:50:54,0.00,failed,0,US,0.00,0.00,10000.00 +1128351756,The Aera Project,Space Exploration,Technology,USD,2014-08-21,3500.00,2014-07-17 03:05:16,3700.01,successful,49,US,3700.01,3700.01,3500.00 +1128362883,One A Day For A Week,Shorts,Film & Video,USD,2013-09-22,2200.00,2013-08-23 05:19:51,2706.00,successful,59,US,2706.00,2706.00,2200.00 +112837246,'Living the Room' // Film for Dance,Dance,Dance,USD,2014-08-19,5000.00,2014-07-29 10:04:51,5540.00,successful,73,US,5540.00,5540.00,5000.00 +1128382397,Sphere of Eternity Volume 1,Fiction,Publishing,USD,2012-12-20,3000.00,2012-11-20 00:24:18,15.00,failed,1,US,15.00,15.00,3000.00 +1128386298,Terry Cloth Pillow Cases,Crafts,Crafts,USD,2014-12-11,500.00,2014-11-11 22:42:51,25.00,failed,1,US,25.00,25.00,500.00 +1128388192,Mallory,Fantasy,Film & Video,USD,2014-07-12,1500.00,2014-06-14 00:24:20,385.00,failed,5,US,385.00,385.00,1500.00 +1128390592,Photo Invasion - The Book | by Lucas Levitan *STAFF PICK,Art Books,Publishing,GBP,2015-10-26,5500.00,2015-09-26 13:56:07,11649.00,successful,543,GB,17729.06,17869.31,8436.88 +112839263,Hydrogine: Powering Your Future,Technology,Technology,USD,2014-06-03,750000.00,2014-05-04 22:59:50,1107.00,failed,30,US,1107.00,1107.00,750000.00 +1128395893,Marilyn Monroe Pop Art Poster Signed Limited Edition 1/200,Mixed Media,Art,USD,2014-07-16,100.00,2014-06-01 19:01:34,50.00,failed,1,US,50.00,50.00,100.00 +1128396355,Feral,Shorts,Film & Video,USD,2015-02-09,3000.00,2014-12-26 18:09:28,3221.00,successful,41,US,3221.00,3221.00,3000.00 +1128399111,Greenlight -- Student Film,Shorts,Film & Video,USD,2012-07-30,500.00,2012-06-30 01:13:56,721.00,successful,28,US,721.00,721.00,500.00 +1128406747,Vampire book,Fiction,Publishing,USD,2014-05-02,10000.00,2014-03-03 15:29:59,155.00,failed,6,US,155.00,155.00,10000.00 +"1128412618,""Justin James - """"Compile"""" Double LP Vinyl Pressing (refused.)"",Electronic Music,Music,CAD,2016-11-04,7000.00,2016-10-05 23:39:27,1300.00,failed,21,CA,582.82,967.77,5211.05" +"1128415873,""Traveling modern newborn, family & lifestyle photographer"",People,Photography,USD,2016-04-21,60000.00,2016-03-22 02:43:30,11.00,failed,2,US,11.00,11.00,60000.00" +1128428716,A Christmas Carol for Newtown,Theater,Theater,USD,2016-11-17,15000.00,2016-10-18 02:30:57,15380.00,successful,103,US,762.00,15380.00,15000.00 +1128431545,Angel Registry - A Philanthropic Social Giving Network,Publishing,Publishing,USD,2010-01-15,3000.00,2009-10-21 18:57:34,560.00,failed,11,US,560.00,560.00,3000.00 +"1128433233,Break Thyme; Encouraging healthier communities.,Food,Food,NZD,2017-09-28,40000.00,2017-09-14 03:05:05,33.00,failed,1,NZ,0.00,23.82,28876.70" +1128436217,BLOCKEY : your keys in a block,Product Design,Design,USD,2014-01-14,21000.00,2013-12-06 09:06:43,39742.50,successful,1158,US,39742.50,39742.50,21000.00 +1128438662,DIALECTABLE,Webseries,Film & Video,USD,2014-07-20,1350.00,2014-07-04 22:57:23,1760.00,successful,41,US,1760.00,1760.00,1350.00 +112844892,HIGHandTIGHT for Youth Football Training,Technology,Technology,USD,2017-01-31,10000.00,2017-01-01 06:18:12,30.00,failed,1,US,0.00,30.00,10000.00 +1128454909,pi,Music,Music,USD,2011-04-13,10000.00,2011-03-13 10:26:29,5130.00,failed,5,US,5130.00,5130.00,10000.00 +1128461771,Sutler's Spirit Co,Drinks,Food,USD,2014-12-08,17500.00,2014-11-08 16:31:37,20662.00,successful,155,US,20662.00,20662.00,17500.00 +1128463624,Fopydo SmartStand: A scanning stand for your phone or tablet,Gadgets,Technology,USD,2014-11-16,5000.00,2014-10-17 02:31:36,1320.00,failed,31,US,1320.00,1320.00,5000.00 +"1128467785,""Technology , Space Exploration plus 1000,s Of NEW Jobs"",Space Exploration,Technology,USD,2014-12-17,3000.00,2014-11-17 17:11:20,2.00,failed,2,US,2.00,2.00,3000.00" +1128472728,Lumapad V2 LED Production Light,Camera Equipment,Technology,USD,2015-11-07,34000.00,2015-09-08 15:47:15,13519.00,failed,22,US,13519.00,13519.00,34000.00 +1128477273,Draw Blood: A Horror Anthology #1,Comic Books,Comics,USD,2016-08-18,2800.00,2016-07-06 19:00:48,2911.00,successful,129,US,410.00,2911.00,2800.00 +1128480563,A picture is worth a thousand waves,People,Photography,USD,2015-12-17,3000.00,2015-11-17 22:28:00,0.00,failed,0,US,0.00,0.00,3000.00 +1128492439,A Near Run Thing (Proof of Concept Short Film) (Canceled),Shorts,Film & Video,GBP,2015-04-20,8500.00,2015-03-20 17:05:41,955.00,canceled,10,GB,1425.27,1443.91,12851.53 +1128498703,Road to Rehabilitation: Dramatic Monologues by Ex-Offenders,Theater,Theater,USD,2011-11-02,3000.00,2011-10-03 16:22:42,3091.00,successful,39,US,3091.00,3091.00,3000.00 +1128504859,Radical Root Art Installation,Sculpture,Art,USD,2015-11-02,2000.00,2015-09-25 15:55:16,411.00,failed,13,US,411.00,411.00,2000.00 +1128505712,Forestation,Tabletop Games,Games,CAD,2017-10-12,25000.00,2017-09-12 15:08:12,2503.00,failed,37,CA,82.34,2002.56,20001.60 +1128512293,Bonzai Bowl,Small Batch,Food,USD,2014-09-09,50000.00,2014-07-11 21:18:29,6.00,failed,2,US,6.00,6.00,50000.00 +1128516770,A Simple Act of Kindness,Narrative Film,Film & Video,USD,2012-04-23,80000.00,2012-03-29 08:10:11,125.00,failed,4,US,125.00,125.00,80000.00 +1128522829,Big Dog Floats - Get Ready for Summer,Product Design,Design,USD,2017-04-08,9000.00,2017-03-09 21:31:12,823.00,failed,10,US,161.00,823.00,9000.00 +1128524924,Design in Action,Graphic Design,Design,USD,2011-07-12,600.00,2011-05-13 17:18:14,50.00,failed,3,US,50.00,50.00,600.00 +1128537847,Kaiju First Full Length Album,Rock,Music,USD,2012-03-11,750.00,2012-01-11 07:27:32,820.00,successful,13,US,820.00,820.00,750.00 +1128538312,'Got the facts on Milk?' The Milk Documentary,Film & Video,Film & Video,USD,2011-03-26,25000.00,2011-03-05 05:24:28,54743.00,successful,1201,US,54743.00,54743.00,25000.00 +1128539106,Glittery Boston Terrier - Hard Enamel Pin,Digital Art,Art,USD,2017-04-11,400.00,2017-03-02 01:45:42,84.00,failed,6,US,42.00,84.00,400.00 +1128542525,Last Message From Nibiru (Canceled),Fiction,Publishing,USD,2013-05-27,2500.00,2013-03-28 20:32:44,0.00,canceled,0,US,0.00,0.00,2500.00 +1128554942,David Stanley's Solo Album,Music,Music,USD,2016-12-18,1500.00,2016-12-11 00:54:18,0.00,failed,0,US,0.00,0.00,1500.00 +1128575687,URBAN KRAFT: Strongest Paper Bags & Accessories | Guaranteed,Product Design,Design,USD,2015-05-11,10000.00,2015-03-23 04:41:48,3709.00,suspended,72,US,3709.00,3709.00,10000.00 +112857661,Ignostech,Apps,Technology,USD,2014-10-02,2500.00,2014-09-02 13:49:35,426.00,failed,10,US,426.00,426.00,2500.00 +112857972,Olé! - Women's Ingenuity Changing the Face of Education,Crafts,Crafts,USD,2015-03-24,6000.00,2015-03-09 15:57:58,6275.00,successful,22,US,6275.00,6275.00,6000.00 +1128586435,MA TEXTILE FUTURES DEGREE SHOW 2014,Design,Design,GBP,2014-05-14,3000.00,2014-04-30 15:48:50,3450.00,successful,62,GB,5800.73,5799.10,5042.69 +1128595987,Power Papers,Technology,Technology,USD,2014-10-14,200000.00,2014-09-17 22:03:23,0.00,failed,0,US,0.00,0.00,200000.00 +1128596738,Pic On A Rig - Custom Toy Trucks,Product Design,Design,USD,2015-03-23,4000.00,2015-02-22 00:57:20,158.00,failed,5,US,158.00,158.00,4000.00 +"1128598251,""Pi Pan RTP: An Affordable, Ready-To-Paint Raspberry Pi Case!"",Hardware,Technology,USD,2013-04-15,1200.00,2013-03-15 21:02:21,3776.00,successful,117,US,3776.00,3776.00,1200.00" +112861122,A Up show September 2014,Hip-Hop,Music,GBP,2014-09-03,40.00,2014-08-14 17:47:25,82.00,successful,6,GB,137.79,133.63,65.18 +1128624377,Project Scottsdale,Painting,Art,USD,2012-04-05,950.00,2012-03-15 20:17:39,1440.00,successful,22,US,1440.00,1440.00,950.00 +1128626260,GéChic Tapestry Collection,Ready-to-wear,Fashion,USD,2017-12-21,10000.00,2017-11-21 18:51:35,0.00,failed,0,US,0.00,0.00,10000.00 +1128628432,Justen Thyme Cafe,Community Gardens,Food,USD,2015-09-11,32420.00,2015-08-12 02:00:58,750.00,failed,14,US,750.00,750.00,32420.00 +1128634417,The Reel Deal,Shorts,Film & Video,USD,2017-07-23,2200.00,2017-06-23 20:31:18,2305.00,successful,41,US,420.00,2305.00,2200.00 +"1128638551,""OranguFrame - Fold, Snap & Hang Picture Frame"",Product Design,Design,USD,2015-11-01,30000.00,2015-10-01 02:10:48,2163.00,failed,31,US,2163.00,2163.00,30000.00" +1128652307,The Bridge,Apps,Technology,USD,2015-05-20,2000.00,2015-04-20 20:18:21,1.00,failed,1,US,1.00,1.00,2000.00 +1128656441,TRUNK - FUND A SOUND MIX TO COMPLETE THE SHORT FILM,Shorts,Film & Video,USD,2010-12-29,1500.00,2010-11-29 22:27:05,150.00,failed,4,US,150.00,150.00,1500.00 +1128656878,2017 Best Boyfriends,Apparel,Fashion,USD,2017-03-28,850.00,2017-03-21 22:17:57,1.00,failed,1,US,0.00,1.00,850.00 +1128669666,InstaPower User - Instagram Power User Tool,Technology,Technology,USD,2013-04-30,500.00,2013-03-24 23:52:47,25.00,failed,1,US,25.00,25.00,500.00 +1128685575,Help Launch Elevated Elusion Clothing,Fashion,Fashion,USD,2012-06-10,5000.00,2012-04-11 20:40:12,0.00,failed,0,US,0.00,0.00,5000.00 +1128698014,The Stubby Shillelaghs: Celtic-American,World Music,Music,USD,2013-06-02,1000.00,2013-05-03 21:58:15,1546.01,successful,60,US,1546.01,1546.01,1000.00 +112870527,URBAN JUICE PRESS (Canceled),Vegan,Food,CAD,2014-11-27,15000.00,2014-10-28 22:27:26,0.00,canceled,0,CA,0.00,0.00,13161.36 +112871523,Zipi: magnetic earbud strap,Product Design,Design,USD,2014-02-22,6000.00,2014-01-23 06:56:33,24857.00,successful,2190,US,24857.00,24857.00,6000.00 +112872659,Jazz for ALS: Vinyl and Video,Jazz,Music,USD,2015-01-28,1.00,2015-01-25 08:57:17,650.00,successful,9,US,650.00,650.00,1.00 +1128729717,Grilled Cheese Everyday Cookbook,Food,Food,USD,2014-08-31,2500.00,2014-07-17 20:37:54,2645.00,successful,84,US,2645.00,2645.00,2500.00 +1128730852,Tikr: A Treat Activity Toy for Dogs!,Product Design,Design,USD,2016-03-31,18000.00,2016-03-01 17:01:12,42258.00,successful,1121,US,42258.00,42258.00,18000.00 +1128734528,Dog Show,Plays,Theater,GBP,2015-06-04,1500.00,2015-05-05 14:59:53,1505.00,successful,39,GB,2280.75,2307.36,2299.70 +1128736250,STAR TREK ENTERPRISE D LIVE ACTION EXPERIENCE,Live Games,Games,USD,2016-08-08,135000.00,2016-06-09 03:25:47,1100.00,failed,10,US,558.00,1100.00,135000.00 +1128741875,FUEL FAKE NATIVES,Indie Rock,Music,USD,2012-07-28,300.00,2012-07-17 19:26:34,400.33,successful,16,US,400.33,400.33,300.00 +1128747754,Organic Parking,Apps,Technology,USD,2014-06-08,25000.00,2014-05-09 23:35:06,2023.00,failed,10,US,2023.00,2023.00,25000.00 +112874980,Natural Life,Film & Video,Film & Video,USD,2012-04-30,20000.00,2012-03-16 11:19:44,20085.00,successful,132,US,20085.00,20085.00,20000.00 +1128752357,Church of Computerology,Comedy,Film & Video,USD,2015-04-10,19300.00,2015-03-13 03:03:36,0.00,failed,0,US,0.00,0.00,19300.00 +1128758616,the oneyear plan: a feature film.,Film & Video,Film & Video,USD,2011-06-18,7000.00,2011-03-19 04:03:23,229.99,failed,8,US,229.99,229.99,7000.00 +1128763192,Biker Wings,Product Design,Design,EUR,2016-07-08,120000.00,2016-06-08 21:31:27,546.00,failed,8,IT,619.89,604.42,132840.35 +1128772394,K'AMOUR,Jewelry,Fashion,USD,2017-08-27,50000.00,2017-07-28 23:39:08,100.00,canceled,1,US,100.00,100.00,50000.00 +112877407,Strong To The Finish: Running for Their Lives,Documentary,Film & Video,USD,2013-09-14,300000.00,2013-08-15 17:28:59,8699.00,failed,103,US,8699.00,8699.00,300000.00 +1128780658,London's First New Zealand Wine Shop,Drinks,Food,GBP,2015-04-20,35000.00,2015-04-06 06:49:45,42502.00,successful,194,GB,63409.23,64260.66,52918.05 +"1128783909,""""""Tiger Naturals"""" - The Soap to Save Wildlife (Canceled)"",DIY,Crafts,USD,2015-05-08,2000.00,2015-04-01 17:36:17,41.00,canceled,3,US,41.00,41.00,2000.00" +1128784190,Performing Artists' PLUR Blacklight TePee Project,Performance Art,Art,USD,2014-04-20,420.00,2014-04-09 18:50:54,230.00,failed,7,US,230.00,230.00,420.00 +1128785788,Hades United,Publishing,Publishing,USD,2016-03-09,6000.00,2016-02-08 18:00:29,4356.00,failed,45,US,4356.00,4356.00,6000.00 +1128790791,Lithicritters,Painting,Art,USD,2015-08-31,1200.00,2015-08-01 02:37:17,1.00,failed,1,US,1.00,1.00,1200.00 +1128806797,TYRUS WONG: BRUSHSTROKES IN HOLLYWOOD,Documentary,Film & Video,USD,2012-12-19,35000.00,2012-11-16 20:10:45,44154.64,successful,411,US,44154.64,44154.64,35000.00 +1128810301,How to Grow the Greenest Green: An Online Course,DIY Electronics,Technology,USD,2015-01-08,2000.00,2014-12-09 14:51:04,4959.00,successful,142,US,4959.00,4959.00,2000.00 +1128812360,My Next Album,World Music,Music,USD,2012-07-12,45000.00,2012-06-12 01:20:45,0.00,failed,0,US,0.00,0.00,45000.00 +1128815912,Scurry: The Drowned Forest - a post-apocalyptic mouse tale,Graphic Novels,Comics,USD,2017-10-11,16000.00,2017-08-29 16:56:31,170320.00,successful,3047,US,15034.00,170320.00,16000.00 +1128817877,Just Curious Label : The Cover Story,Fashion,Fashion,GBP,2013-12-16,5000.00,2013-11-18 19:32:02,125.00,failed,3,GB,201.47,204.47,8178.62 +1128818483,Steampunk Pens and Jewelry from Metals & Vintage Watch Parts,Mixed Media,Art,USD,2015-03-05,2000.00,2015-02-02 21:43:42,7002.00,successful,61,US,7002.00,7002.00,2000.00 +1128818548,Always Medicated Clothing™,Apparel,Fashion,USD,2014-08-08,1500.00,2014-07-09 00:18:47,10.00,failed,1,US,10.00,10.00,1500.00 +"1128820078,""A versatile magnetic clip for your pen, earphone, cash, etc."",Product Design,Design,HKD,2018-01-10,15000.00,2017-12-11 14:00:45,77608.00,live,291,HK,2306.27,9918.97,1917.13" +1128827123,Dungeonstone 3D Terrain - Caves and Caverns Set,Tabletop Games,Games,USD,2013-06-21,5000.00,2013-05-22 21:00:42,23519.00,successful,102,US,23519.00,23519.00,5000.00 +1128827671,BringMe! Social Platform for Easy Delivery from Friends,Apps,Technology,USD,2015-08-06,2300.00,2015-07-02 16:35:24,2338.00,successful,47,US,2338.00,2338.00,2300.00 +1128831777,Mastering of the Debut album from the Derby Birds,Music,Music,USD,2014-03-07,650.00,2014-02-21 23:29:31,652.00,successful,18,US,652.00,652.00,650.00 +1128846449,La Chitarra incontra Paisiello - Incisione Discografica,Classical Music,Music,EUR,2016-12-29,15000.00,2016-10-30 17:41:56,1344.00,failed,7,IT,0.00,1416.71,15811.44 +1128848095,The Beat: The Evolution of a Movement,Documentary,Film & Video,USD,2012-10-20,25000.00,2012-09-17 23:11:31,3394.00,failed,56,US,3394.00,3394.00,25000.00 +1128849572,Engine Heart is coming to a store near you!,Tabletop Games,Games,USD,2013-05-13,7500.00,2013-04-13 04:01:20,16553.00,successful,483,US,16553.00,16553.00,7500.00 +1128855229,The Vitruvian Woman,Documentary,Film & Video,USD,2011-05-27,5000.00,2011-03-27 21:50:02,191.00,failed,5,US,191.00,191.00,5000.00 +"11288587,""Jake Marlin Album """"The Whiskey Diaries"""""",Country & Folk,Music,USD,2017-09-22,5000.00,2017-08-23 00:33:59,40.00,failed,2,US,20.00,40.00,5000.00" +1128861188,Pastoralist Child Foundation,Documentary,Film & Video,USD,2016-05-01,7500.00,2016-04-01 23:50:15,387.00,failed,8,US,387.00,387.00,7500.00 +1128880314,ETHEL WATERS: HIS EYE IS ON THE SPARROW by Larry Parr,Theater,Theater,USD,2012-04-03,100000.00,2012-02-03 03:11:44,820.00,failed,13,US,820.00,820.00,100000.00 +1128886341,Sausage Dog Enamel Pin,Accessories,Fashion,GBP,2017-06-12,340.00,2017-05-15 16:58:54,740.00,successful,69,GB,18.04,944.91,434.15 +"1128894966,""Bivouac Ciderworks: a craft cidery in San Diego, CA"",Small Batch,Food,USD,2017-01-31,44000.00,2016-12-21 22:22:03,44902.00,successful,124,US,0.00,44902.00,44000.00" +1128896848,Release a new cd called Your Last Movie by Freddie Jones Jazz,Jazz,Music,USD,2010-07-04,10000.00,2010-04-07 07:30:55,10200.00,successful,46,US,10200.00,10200.00,10000.00 +1128899358,I Am Making Cheesecakes,Food,Food,USD,2014-08-26,4000.00,2014-07-17 21:34:06,65.00,failed,6,US,65.00,65.00,4000.00 +1128906484,Battlefront Eva Chapter 1,Graphic Novels,Comics,USD,2016-02-08,5600.00,2016-01-09 14:56:52,5700.00,successful,30,US,5700.00,5700.00,5600.00 +1128912670,Be a part of Neva's 2nd album!,Rock,Music,USD,2012-10-05,19000.00,2012-09-04 19:37:29,19690.00,successful,215,US,19690.00,19690.00,19000.00 +"1128921197,""The Donut Cooperative dream: fresh, local, radical in Minneapolis!"",Food,Food,USD,2010-08-04,10000.00,2010-06-26 03:26:14,12032.55,successful,158,US,12032.55,12032.55,10000.00" +112892237,Project Relic:Repurposing scrap to preserve aviation history,Design,Design,AUD,2018-01-06,12000.00,2017-12-07 00:08:56,3163.00,live,45,AU,110.93,2490.16,9447.33 +"1128944005,""THINK AND WONDER, WONDER AND THINK"",Public Art,Art,USD,2012-03-08,5000.00,2012-01-09 03:49:34,5292.27,successful,94,US,5292.27,5292.27,5000.00" +1128945293,Symphony Jones,Poetry,Publishing,USD,2012-08-23,2500.00,2012-07-24 21:59:15,960.00,failed,11,US,960.00,960.00,2500.00 +1128950461,Burgess Custom to host gear design & prototyping workshops!,Product Design,Design,USD,2014-03-28,4500.00,2014-02-26 22:32:14,3885.00,failed,39,US,3885.00,3885.00,4500.00 +"1128951358,""Help Create a Fire Pit for a New Brewery in Loveland, OH"",Sculpture,Art,USD,2016-09-25,5500.00,2016-08-24 18:00:43,335.00,failed,9,US,80.00,335.00,5500.00" +1128955204,Everyday Life of a London Refugee in Pictures,Photography,Photography,USD,2014-06-28,2300.00,2014-05-29 00:09:15,235.00,failed,5,US,235.00,235.00,2300.00 +"1128955257,""If Attacked, Fight Back - a Short Film"",Film & Video,Film & Video,USD,2011-05-31,5000.00,2011-05-19 09:06:51,0.00,failed,0,US,0.00,0.00,5000.00" +"1128961081,""Sister Speak: Journey to DEBUT ALBUM """"Rise up for Love"""""",Music,Music,USD,2012-12-22,7000.00,2012-11-21 10:37:46,8162.00,successful,146,US,8162.00,8162.00,7000.00" +1128961953,Absolute Beginners : a NYC young designer co-op,Fashion,Fashion,USD,2010-01-10,2000.00,2009-11-10 04:30:04,650.00,failed,10,US,650.00,650.00,2000.00 +1128962719,Kris Anderson's First CD,Country & Folk,Music,USD,2016-07-14,5000.00,2016-06-14 05:56:37,630.00,failed,11,US,630.00,630.00,5000.00 +1128967083,Afraid-in-Water Adults Get Their First Teaching Pool At Last,Interactive Design,Design,USD,2016-03-27,41080.00,2016-02-26 00:27:25,48307.00,successful,140,US,48307.00,48307.00,41080.00 +1128975270,Evolve: The Cypher,Dance,Dance,USD,2015-03-18,2500.00,2015-01-17 04:44:14,50.00,failed,1,US,50.00,50.00,2500.00 +1128984636,WORLD'S LARGEST CUP OF BOBA TEA,Food,Food,USD,2013-07-24,9000.00,2013-06-24 22:04:04,772.00,failed,46,US,772.00,772.00,9000.00 +1128986231,Help Fund the KBlocker browser plugin,Web,Technology,USD,2015-11-17,100000.00,2015-09-18 18:47:08,33.00,failed,16,US,33.00,33.00,100000.00 +1128992610,Long Tran - FW13 Fashion show,Fashion,Fashion,USD,2013-01-11,2000.00,2012-12-13 03:24:53,0.00,failed,0,US,0.00,0.00,2000.00 +1128992761,Switching Tracks,Tabletop Games,Games,USD,2014-08-03,22000.00,2014-07-04 20:06:08,5368.00,failed,105,US,5368.00,5368.00,22000.00 +1129010460,Westerly American Tour,Music,Music,USD,2011-04-04,2000.00,2011-03-04 01:00:37,230.00,failed,10,US,230.00,230.00,2000.00 +112901140,The M.O.T.H Swim Wear And Exotic Wear 2013 Launch!!,Fashion,Fashion,USD,2013-01-28,20000.00,2012-11-29 10:08:28,0.00,failed,0,US,0.00,0.00,20000.00 +112902602,Ralphie (Suspended),Science Fiction,Film & Video,USD,2016-07-28,10000.00,2016-06-08 06:52:21,10208.00,suspended,16,US,10208.00,10208.00,10000.00 +1129028326,NO MORE PASSWORDS,Software,Technology,USD,2014-11-17,150000.00,2014-10-08 20:20:19,1438.00,failed,17,US,1438.00,1438.00,150000.00 +1129030376,QuickStand - All-in-One Case with Built-in Stand for iPhones,Hardware,Technology,USD,2013-12-13,29000.00,2013-11-13 19:47:49,125.00,canceled,6,US,125.00,125.00,29000.00 +1129031540,Gem Stone 7 Piece RPG Dice Set by Norse Foundry (Canceled),Tabletop Games,Games,USD,2015-04-29,3500.00,2015-03-20 12:49:21,4067.00,canceled,61,US,4067.00,4067.00,3500.00 +1129037366,The CHORDIALS are recording their 5th CD!,Classical Music,Music,USD,2010-12-05,1500.00,2010-11-05 00:58:44,1640.00,successful,15,US,1640.00,1640.00,1500.00 +1129037660,Keeping Families Connected with Video Chatting Puppet & Book,Children's Books,Publishing,USD,2013-04-13,308.00,2013-03-14 18:21:17,37.00,failed,6,US,37.00,37.00,308.00 +1129040433,ZISK- Zombie Invasion Survivor Kit,Crafts,Crafts,USD,2014-10-01,3000.00,2014-09-01 10:23:40,306.00,failed,8,US,306.00,306.00,3000.00 +"1129043948,""Healthy school lunches, delivered fresh to your home"",Food,Food,USD,2016-12-27,13000.00,2016-11-28 22:38:31,235.00,canceled,3,US,234.00,235.00,13000.00" +1129048553,Director's Cut - Troy Petty's NEW FULL LENGTH ALBUM,Indie Rock,Music,USD,2017-01-12,6000.00,2016-12-13 05:11:28,500.00,canceled,14,US,135.00,500.00,6000.00 +1129050454,Montreal Meets 2 / MMTWO 2012,Design,Design,USD,2012-03-16,4500.00,2012-02-13 00:13:23,1197.00,failed,15,US,1197.00,1197.00,4500.00 +1129050935,Coup de Foudre: Musical Lightning for Burning Man 2014,Art,Art,USD,2014-07-12,8200.00,2014-06-15 18:06:29,9030.00,successful,157,US,9030.00,9030.00,8200.00 +1129055297,Spirit Paddle,Narrative Film,Film & Video,USD,2012-07-11,10000.00,2012-06-22 11:04:26,35.00,failed,2,US,35.00,35.00,10000.00 +1129056353,PoseShot - Wireless Camera Extender for iPhone & Samsung,Camera Equipment,Technology,CAD,2014-02-01,15000.00,2013-12-13 12:16:06,177.00,canceled,3,CA,167.05,159.91,13551.36 +1129073953,The Sidecar: A toiletry bag for the discerning traveller,Accessories,Fashion,CAD,2015-10-30,10000.00,2015-09-30 15:40:20,28001.00,successful,87,CA,20908.00,21253.13,7590.13 +1129080705,Bicycle Essence Playing Cards,Playing Cards,Games,USD,2014-12-25,7500.00,2014-11-20 18:01:33,9777.00,successful,263,US,9777.00,9777.00,7500.00 +1129081622,Restoration of Queen Anne style heritage home built in 1891,Architecture,Design,CAD,2014-09-14,20000.00,2014-08-15 04:24:42,0.00,failed,0,CA,0.00,0.00,18218.25 +1129087128,The Cozen Course - A Satirical Infomercial about Deception,Webseries,Film & Video,USD,2014-09-28,35000.00,2014-07-30 14:33:43,200.00,failed,1,US,200.00,200.00,35000.00 +1129099522,Fired Urth Espresso Cafe,Food,Food,USD,2012-09-16,15000.00,2012-08-17 00:35:12,810.00,failed,11,US,810.00,810.00,15000.00 +1129100797,Heather Nation's debut album: 'SIRENS',Indie Rock,Music,USD,2015-04-16,5000.00,2015-03-17 18:18:04,5517.00,successful,62,US,5517.00,5517.00,5000.00 +1129103407,C.S.B Mini Series Pilot,Comedy,Film & Video,AUD,2017-12-03,6000.00,2017-10-04 04:01:28,500.00,canceled,1,AU,0.00,375.86,4510.26 +1129106986,Schapiro's SEDERADE®: Celebrate Being Jewish & Kosher Kool!,Drinks,Food,USD,2014-12-05,10000.00,2014-10-06 17:09:59,2225.00,failed,57,US,2225.00,2225.00,10000.00 +1129108457,Creepy Scarlett - Book One,Comics,Comics,GBP,2014-06-11,999.00,2014-05-19 11:11:28,1146.00,successful,62,GB,1926.98,1943.86,1694.51 +112911060,APP'S Scratch Cuisine Food Truck (Canceled),Food,Food,USD,2014-04-10,12000.00,2014-03-11 03:45:38,25.00,canceled,1,US,25.00,25.00,12000.00 +1129120345,PEEX the Brand,Fashion,Fashion,USD,2012-03-11,3000.00,2012-02-10 16:16:17,25.00,failed,1,US,25.00,25.00,3000.00 +1129124662,Kinima brings Mr Vampire to the UK with live cine-variety,Movie Theaters,Film & Video,GBP,2015-10-17,3000.00,2015-09-17 20:11:33,3010.50,successful,81,GB,4620.66,4637.39,4621.21 +"1129127899,""""""Charlie"""" A Manga based on Norse Mythology"",Comic Books,Comics,EUR,2017-09-28,5000.00,2017-08-06 11:42:21,182.96,failed,8,IT,58.87,216.00,5902.98" +112913840,Pere LaChaise,Photography,Photography,USD,2011-06-28,12000.00,2011-04-28 02:17:34,14357.00,successful,99,US,14357.00,14357.00,12000.00 +1129142727,Cinema-Sync : Watching Videos Toghether,Software,Technology,USD,2015-07-30,50000.00,2015-05-31 01:08:14,1812.00,failed,27,US,1812.00,1812.00,50000.00 +1129152233,Sky Machine - YA Dystopia Novel (Book 2 of Sky Child Series),Young Adult,Publishing,USD,2015-10-11,750.00,2015-08-12 21:37:33,803.00,successful,37,US,803.00,803.00,750.00 +1129152660,We Want Season 4 of Dark Matter!!!,Film & Video,Film & Video,USD,2017-12-11,100000.00,2017-10-12 09:05:45,180.00,failed,7,US,0.00,180.00,100000.00 +112916020,UNINSURED LA™: Support Health Care Reform,Art,Art,USD,2009-06-15,3000.00,2009-05-26 23:40:46,370.00,failed,8,US,370.00,370.00,3000.00 +1129165286,Real Estate Slang Dictionary - an illustrated compendium,Art Books,Publishing,USD,2013-03-01,7750.00,2013-01-30 23:03:28,1262.00,failed,18,US,1262.00,1262.00,7750.00 +1129166862,Runner,Film & Video,Film & Video,USD,2014-08-24,15000.00,2014-08-04 19:28:15,650.00,failed,5,US,650.00,650.00,15000.00 +1129168754,Stone Baked Pizza Delivery Service,Restaurants,Food,GBP,2015-04-02,5000.00,2015-03-19 02:09:20,0.00,failed,0,GB,0.00,0.00,7401.60 +1129169442,Last Spring Break,Narrative Film,Film & Video,USD,2013-02-19,45000.00,2013-01-17 19:40:44,10363.00,failed,48,US,10363.00,10363.00,45000.00 +1129171382,the MultiBrush - the Paintbrush Evolved...3 Brush Sizes in 1,Product Design,Design,USD,2014-06-30,6500.00,2014-05-23 19:16:05,2249.00,failed,98,US,2249.00,2249.00,6500.00 +1129174166,Camp Jam 2011 St. Louis Week 2 Friday Concert DVD,Film & Video,Film & Video,USD,2011-07-21,3000.00,2011-07-07 03:30:49,0.00,failed,0,US,0.00,0.00,3000.00 +1129184713,Weapons of WWII,Illustration,Art,CAD,2015-03-04,2150.00,2015-02-02 20:23:42,0.00,failed,0,CA,0.00,0.00,1724.69 +1129203422,CUBEd - A Magic Folding Cube in Stainless Steel,Product Design,Design,SEK,2015-10-24,70000.00,2015-09-24 17:37:47,60678.00,failed,98,SE,7225.04,7121.75,8215.87 +1129205699,Music from The Infidels,Indie Rock,Music,USD,2011-12-17,6000.00,2011-11-26 06:41:58,6750.01,successful,99,US,6750.01,6750.01,6000.00 +1129208738,Great Walls - Short Film,Shorts,Film & Video,CAD,2014-11-21,32000.00,2014-10-22 00:55:43,4091.00,failed,60,CA,3630.16,3633.21,28419.18 +1129209536,The Rogue Valley Messenger - A Free Alternative Newspaper,Periodicals,Publishing,USD,2014-03-13,5000.00,2014-02-12 19:01:53,5312.11,successful,121,US,5312.11,5312.11,5000.00 +1129226043,Simpli Post - A new underground social media.,Web,Technology,USD,2017-05-24,2800.00,2017-04-24 18:59:10,25.00,canceled,1,US,0.00,25.00,2800.00 +1129227108,Cats and Dogs Prints,Painting,Art,GBP,2014-09-26,6000.00,2014-08-20 22:20:12,156.00,failed,4,GB,260.85,254.41,9785.05 +1129229987,'A FUNERAL FOR LIGHTNING' A DEBUT NARRATIVE SHORT FILM,Drama,Film & Video,USD,2016-09-17,20000.00,2016-08-18 17:47:00,20877.00,successful,212,US,1348.00,20877.00,20000.00 +1129237331,Attack of the Moon Zombies : A Drive-in Classic Monster Film,Film & Video,Film & Video,USD,2011-04-04,1000.00,2011-03-15 00:21:24,232.00,failed,9,US,232.00,232.00,1000.00 +1129242593,LIBERTY - A Short Film,Film & Video,Film & Video,GBP,2016-06-24,6000.00,2016-05-25 09:29:59,8999.00,successful,42,GB,13043.03,12332.30,8222.44 +1129242707,Bring Musicians with the Most to Pickin' At the Post,Country & Folk,Music,USD,2013-09-04,7000.00,2013-08-17 00:00:43,0.00,canceled,0,US,0.00,0.00,7000.00 +1129246549,Archery Tag at Edmond,Live Games,Games,USD,2015-12-23,7500.00,2015-11-24 03:35:15,51.00,failed,3,US,51.00,51.00,7500.00 +1129260428,The RISE of the EROTIC FLOWER WRAPPED in BLACK,Art Books,Publishing,USD,2013-09-03,2800.00,2013-08-19 14:02:05,3355.00,successful,76,US,3355.00,3355.00,2800.00 +112926855,Profound Loss 3: The Bargaining (A Chop Squad Production),Comedy,Film & Video,USD,2015-07-27,500.00,2015-06-27 20:27:19,35.00,failed,1,US,35.00,35.00,500.00 +1129273726,Narbonic: The Perfect Collection Reprint,Webcomics,Comics,USD,2017-10-31,10000.00,2017-09-10 05:29:07,40504.00,successful,756,US,10635.00,40504.00,10000.00 +112928936,Rachel Herzer's Artist Residency at Vermont Studio Center,Art,Art,USD,2012-03-02,1000.00,2012-01-19 16:13:37,2295.00,successful,33,US,2295.00,2295.00,1000.00 +1129291574,Digital Dharma,Documentary,Film & Video,USD,2012-01-22,30000.00,2011-11-23 17:51:41,31977.79,successful,409,US,31977.79,31977.79,30000.00 +1129299763,Made with Love,Crafts,Crafts,CAD,2014-12-07,500.00,2014-11-07 18:50:00,0.00,failed,0,CA,0.00,0.00,431.78 +1129301861,Destrus (FPS RPG),Video Games,Games,DKK,2016-01-01,700.00,2015-11-17 06:32:02,40.00,failed,1,DK,5.75,5.82,101.92 +1129306727,Bannack Ghost Town Painting Project,Painting,Art,USD,2011-08-09,5000.00,2011-07-10 19:06:52,0.00,failed,0,US,0.00,0.00,5000.00 +"1129311105,""Cars, Cards & Carbines - Multi-Genre Fiction Anthology"",Fiction,Publishing,USD,2013-12-20,13500.00,2013-11-19 17:26:05,2420.00,canceled,68,US,2420.00,2420.00,13500.00" +1129319762,The Hyperion Singers: Letters and Laments,Classical Music,Music,USD,2011-10-24,800.00,2011-09-23 20:50:57,916.00,successful,10,US,916.00,916.00,800.00 +1129321204,Cult Movie Cards,Playing Cards,Games,GBP,2014-06-23,4000.00,2014-05-20 11:18:32,7420.88,successful,408,GB,12487.47,12639.68,6813.03 +1129321878,Jurassic gifts,Art,Art,USD,2015-01-03,3200.00,2014-12-04 03:22:51,1.00,failed,1,US,1.00,1.00,3200.00 +"1129331423,""Inception X1: An Affordable, Professional Desktop 3D Printer"",3D Printing,Technology,GBP,2017-11-24,35000.00,2017-10-25 10:50:23,5191.00,failed,9,GB,18.51,6918.01,46644.28" +1129335342,LEGO Electric USB Light Brick 1x8 RGB for creator,Design,Design,USD,2015-03-24,200.00,2015-02-12 01:40:53,832.00,successful,25,US,832.00,832.00,200.00 +1129343178,San Diego here we come,Dance,Dance,EUR,2015-05-24,25780.00,2015-04-24 05:41:14,99.00,failed,4,NL,106.19,108.60,28280.57 +112934606,A Parkinson's Life: And a Caregiver's Roadmap,Nonfiction,Publishing,CAD,2016-06-08,8000.00,2016-05-09 02:44:58,100.00,failed,1,CA,77.49,78.44,6275.49 +1129355939,Nooch Lapel Pins - Glitter Gold Enamel - Vegan Food,Jewelry,Fashion,USD,2017-02-02,1000.00,2017-01-03 17:26:47,113.00,failed,9,US,0.00,113.00,1000.00 +1129359346,Vinyl Record Wall Art,Mixed Media,Art,USD,2016-03-29,5000.00,2016-02-28 18:08:51,190.00,failed,4,US,190.00,190.00,5000.00 +1129364397,Project Michigan Podcast,Radio & Podcasts,Publishing,USD,2017-07-19,300.00,2017-07-04 16:44:53,310.00,successful,12,US,40.00,310.00,300.00 +1129378416,Digital to Canvas (Canceled),Digital Art,Art,USD,2015-02-14,500.00,2015-01-15 21:45:09,0.00,canceled,0,US,0.00,0.00,500.00 +1129378478,Morris Gbolo's NEW World Crops Farm!,Food,Food,USD,2014-05-22,80000.00,2014-04-07 16:11:41,265.00,failed,6,US,265.00,265.00,80000.00 +"1129389273,""Bear - Water Resistant, Customisable, Locking Wallet."",Product Design,Design,GBP,2014-03-29,28000.00,2014-02-27 19:26:56,6219.00,failed,90,GB,10369.93,10306.08,46401.41" +1129396766,Juice on Tap Cafe,Restaurants,Food,USD,2014-10-26,100000.00,2014-09-13 00:06:51,225.00,failed,3,US,225.00,225.00,100000.00 +1129397144,The ULTIMATE cycle helmet,Technology,Technology,GBP,2015-09-07,50000.00,2015-08-08 00:30:07,240.00,failed,3,GB,374.73,370.15,77115.27 +"1129397356,""Music Video """"The Smoke"""" by Hamin Reed"",Music,Music,USD,2013-02-16,850.00,2013-02-09 08:47:02,890.00,successful,23,US,890.00,890.00,850.00" +1129412022,Support Chuckie Campbell at SXSW,Performance Art,Art,USD,2015-03-11,2500.00,2015-01-21 00:19:13,2664.00,successful,58,US,2664.00,2664.00,2500.00 +1129412845,Fruition of the Damned: A World's Tale,Webcomics,Comics,USD,2016-03-16,5000.00,2016-02-15 09:15:44,7236.00,successful,108,US,7236.00,7236.00,5000.00 +1129420952,Caffeine - Toronto's Cafe,Food,Food,CAD,2016-11-07,5500.00,2016-09-30 16:17:14,5560.00,successful,26,CA,771.25,4121.27,4076.79 +1129421131,Montclair Bread Co.,Food,Food,USD,2015-06-15,25000.00,2015-05-04 17:17:20,26850.00,successful,298,US,26850.00,26850.00,25000.00 +1129421648,Crate Dock™: The Docking Station for Milk Crates,Product Design,Design,USD,2012-11-30,5000.00,2012-10-31 19:56:54,1503.00,failed,20,US,1503.00,1503.00,5000.00 +1129423785,iNTERFACE COMMUNICATOR (FREE DEMO @ iCommGames.com),Video Games,Games,USD,2016-04-07,10000.00,2016-03-08 04:57:28,890.00,failed,27,US,890.00,890.00,10000.00 +1129424238,I woke up knowing how to paint following a bad wreck 1yr ago,Painting,Art,USD,2017-05-27,5000.00,2017-04-27 02:54:50,150.00,failed,1,US,0.00,150.00,5000.00 +1129427994,The Kickback: Debut Album 'Sorry All Over The Place',Indie Rock,Music,USD,2013-07-05,16000.00,2013-06-03 16:43:11,19721.05,successful,257,US,19721.05,19721.05,16000.00 +1129431678,Return to Freedom Summer: Passing the Torch,Documentary,Film & Video,USD,2012-04-06,108000.00,2012-03-19 20:33:36,1750.00,failed,37,US,1750.00,1750.00,108000.00 +1129436679,Hot Dogs a new play by Suhayla El-Bushra,Plays,Theater,GBP,2015-03-23,1500.00,2015-02-13 18:04:53,10.00,failed,1,GB,15.22,14.88,2231.31 +1129446290,Hopi Astronaut - The Launch (full album),Rock,Music,USD,2013-07-01,3500.00,2013-05-22 02:25:11,4110.00,successful,28,US,4110.00,4110.00,3500.00 +1129451761,Fantasy Gaming Figures,Tabletop Games,Games,USD,2013-06-18,9500.00,2013-05-06 09:00:07,17900.00,successful,263,US,17900.00,17900.00,9500.00 +1129455387,Hooked On Sport Fishing,Mobile Games,Games,USD,2015-06-11,15000.00,2015-05-12 19:13:41,0.00,failed,0,US,0.00,0.00,15000.00 +112945796,The Kingsboro Press Issue 7,Art Books,Publishing,USD,2011-01-12,1000.00,2010-11-03 19:30:57,1264.00,successful,39,US,1264.00,1264.00,1000.00 +1129465500,Revista Memorias de Nómada,Periodicals,Publishing,MXN,2017-09-04,5000.00,2017-08-25 20:19:28,6400.00,successful,38,MX,102.06,361.72,282.60 +1129471005,LOJO! LoLoL Jar Opener,Product Design,Design,USD,2016-07-18,1500.00,2016-06-11 20:12:28,1360.00,failed,61,US,1019.00,1360.00,1500.00 +1129476686,Fire Dancer desires to be Street Performer in Boulder Co!,Performances,Dance,USD,2014-08-31,500.00,2014-08-22 05:44:44,500.00,successful,2,US,500.00,500.00,500.00 +"1129481567,You Are My Love,Music,Music,GBP,2015-09-23,2500.00,2015-08-14 20:57:58,500.00,undefined,0,""N,0"""""",,758.83,3794.14" +1129482167,AEROPRESS MOVIE | A Story Of An Iconic Coffee Maker,Documentary,Film & Video,EUR,2017-10-30,10000.00,2017-10-10 09:01:27,15041.52,successful,650,DE,1801.54,17533.97,11657.05 +1129483838,Mother/ Mutha an evening length dance work by T. Lang Dance,Dance,Dance,USD,2012-04-01,3000.00,2012-02-21 21:35:31,3581.11,successful,103,US,3581.11,3581.11,3000.00 +1129484158,Realm Adventure League - NOT YOUR JOCKS' Fantasy League!,Video Games,Games,USD,2015-12-06,20000.00,2015-10-07 06:11:12,9402.00,canceled,85,US,9402.00,9402.00,20000.00 +1129485273,Broken Angel Book 4,Comic Books,Comics,GBP,2015-12-01,500.00,2015-10-17 19:09:38,1216.00,successful,82,GB,1881.05,1840.97,756.98 +1129488622,Picture Music,Apps,Technology,USD,2015-08-12,10000.00,2015-06-13 03:47:48,6.00,failed,2,US,6.00,6.00,10000.00 +1129493612,Lets Eat Out! The best app for the best deal!,Apps,Technology,USD,2016-05-25,50000.00,2016-04-25 18:48:09,45.00,failed,1,US,45.00,45.00,50000.00 +1129499373,Personal Body Unit Index,Graphic Design,Design,USD,2016-10-06,7000.00,2016-08-30 16:12:56,10894.00,successful,232,US,3190.00,10894.00,7000.00 +1129500268,Prepare you trip based on other travelers's experiences,Web,Technology,EUR,2016-05-05,5000.00,2016-04-05 13:38:28,18.00,failed,4,FR,20.52,20.57,5713.50 +1129505748,A Requiem for Harambe,Classical Music,Music,USD,2016-07-24,3500.00,2016-06-14 14:44:41,987.00,canceled,6,US,987.00,987.00,3500.00 +1129515198,Glass Liquor Bottle Lamps,Glass,Crafts,USD,2015-08-23,1100.00,2015-07-24 22:42:36,125.00,failed,1,US,125.00,125.00,1100.00 +1129515616,My Music Video,World Music,Music,GBP,2015-12-31,4000.00,2015-12-07 11:30:43,0.00,failed,0,GB,0.00,0.00,5933.40 +1129520649,I want to try making pizza (Suspended) (Suspended),Food,Food,AUD,2015-12-18,30.00,2015-11-18 04:15:28,0.00,suspended,0,AU,0.00,0.00,21.38 +1129522992,Tash and Hinarera's Book Tour!,Nonfiction,Publishing,AUD,2016-04-02,5000.00,2016-03-08 01:05:09,3376.00,failed,47,AU,2511.65,2541.98,3764.78 +1129537613,Animated Poetry Contest (Canceled),Poetry,Publishing,USD,2014-08-31,1000.00,2014-08-01 01:59:27,0.00,canceled,0,US,0.00,0.00,1000.00 +1129537799,Dakota Leather Zipper Pocket v2 - Daily Essentials All-in-1,Accessories,Fashion,USD,2017-06-14,2500.00,2017-05-24 17:31:26,1455.00,failed,15,US,175.00,1455.00,2500.00 +1129538893,Beautiful Wooden Boxes & Leather Goods. Handmade in England,Design,Design,GBP,2015-08-04,3500.00,2015-07-05 12:57:16,5665.00,successful,29,GB,8821.27,8790.31,5430.90 +112954487,The Day the Revolution Came to Town,Shorts,Film & Video,USD,2011-05-25,500.00,2011-04-05 01:54:58,151.00,failed,3,US,151.00,151.00,500.00 +1129547775,Paradigm Parable,Fiction,Publishing,USD,2014-08-14,7000.00,2014-07-23 05:14:52,3.00,failed,1,US,3.00,3.00,7000.00 +1129553833,The Cast Iron burger Plus Drive in,Restaurants,Food,USD,2015-07-28,15000.00,2015-06-18 19:08:16,0.00,failed,0,US,0.00,0.00,15000.00 +1129554601,Chesh.fm - fundraising for technical survey,Radio & Podcasts,Publishing,GBP,2014-06-10,1200.00,2014-05-20 18:18:07,95.00,failed,5,GB,159.86,161.14,2035.45 +1129556215,Crucial Entertainment Project! The Anticipated Album!,Hip-Hop,Music,USD,2013-11-14,20000.00,2013-10-15 02:18:10,0.00,failed,0,US,0.00,0.00,20000.00 +112956268,The Field: A short film,Film & Video,Film & Video,GBP,2013-05-15,500.00,2013-04-15 23:34:15,1256.25,successful,36,GB,1927.26,1913.79,761.71 +1129568023,NewGate Apparel,Apparel,Fashion,USD,2015-12-27,4000.00,2015-10-28 04:17:12,0.00,failed,0,US,0.00,0.00,4000.00 +1129568496,Pirates Love Popcorn: Book Design & Illustration,Children's Books,Publishing,USD,2017-09-09,2500.00,2017-08-10 16:52:05,0.00,failed,0,US,0.00,0.00,2500.00 +112957117,SPN Heaven and Hell Charm Set,Illustration,Art,USD,2015-09-08,500.00,2015-08-24 19:33:42,1112.00,successful,30,US,1112.00,1112.00,500.00 +1129571478,Freedesk - The world’s most available standing desk,Product Design,Design,SEK,2015-12-01,165000.00,2015-11-01 19:51:27,182919.00,successful,117,SE,21422.07,21506.73,19399.90 +1129577212,A Love Worth Giving,Documentary,Film & Video,GBP,2015-04-24,15000.00,2015-04-02 12:18:03,15435.00,successful,380,GB,22937.55,23336.86,22679.17 +1129583109,Death & Taxes: A Complete Role-Playing Box Set Adventure,Tabletop Games,Games,USD,2014-11-20,8000.00,2014-10-17 05:32:06,20773.00,successful,158,US,20773.00,20773.00,8000.00 +1129600675,Mountain Biker Campground (aka Randyland),Art,Art,USD,2015-07-24,45000.00,2015-06-24 00:24:58,1481.00,failed,19,US,1481.00,1481.00,45000.00 +1129601745,'A Matter Of.' at The Other Art fair.,Art,Art,GBP,2014-04-03,1800.00,2014-02-27 01:27:15,2152.00,successful,66,GB,3586.06,3566.28,2982.95 +1129601913,I am going to make tacos,Food,Food,USD,2014-08-07,10.00,2014-07-08 23:52:25,15.00,successful,6,US,15.00,15.00,10.00 +1129602868,MamaYala™ World Cultures Project,Tabletop Games,Games,USD,2012-09-27,5000.00,2012-08-23 03:24:34,5461.00,successful,101,US,5461.00,5461.00,5000.00 +1129603722,Send The Million Men to HERE (Arts Center)!!,Experimental,Theater,USD,2014-11-08,5000.00,2014-10-10 22:24:06,5557.00,successful,83,US,5557.00,5557.00,5000.00 +1129615475,insane design v-block engine coffee table.,Art,Art,CAD,2016-05-11,900.00,2016-04-11 17:31:06,7.00,failed,3,CA,5.39,5.43,698.65 +1129625786,Topless Tour de Canada (#ThisHalfIsNotIndecent),Public Art,Art,CAD,2014-05-03,13000.00,2014-04-03 19:12:15,2506.00,failed,31,CA,2270.80,2313.94,12003.69 +1129626374,Versa-Former 3D™ - Multi-Function Vacuum Forming Machine,Product Design,Design,USD,2015-04-02,20000.00,2015-03-03 20:27:51,2292.00,failed,13,US,2292.00,2292.00,20000.00 +1129627290,Dirty Water Comics Presents: Canoe Boys Graphic Novel,Graphic Novels,Comics,CAD,2016-10-25,7500.00,2016-08-30 00:53:47,10008.00,successful,194,CA,680.78,7474.79,5601.61 +1129633628,I.M.A.G.I.N.E. Peace Now! Anti-Violence Art Catalog,Mixed Media,Art,USD,2016-09-04,50000.00,2016-08-05 21:53:57,55709.00,successful,316,US,4293.00,55709.00,50000.00 +1129634492,Gorgeous Minds: A Short Story Anthology (Canceled),Fiction,Publishing,USD,2013-02-18,2500.00,2013-01-18 23:52:33,490.00,canceled,19,US,490.00,490.00,2500.00 +"1129640999,""In the Breakroom, A Short Film"",Shorts,Film & Video,USD,2010-12-25,1000.00,2010-11-16 01:16:52,1151.00,successful,40,US,1151.00,1151.00,1000.00" +11296448,Cache Venue,Musical,Theater,USD,2017-12-04,18500.00,2017-10-20 20:28:31,6800.00,failed,35,US,2085.00,6800.00,18500.00 +1129658638,Start a fire with The Crucible & ERV,Performance Art,Art,USD,2010-07-15,7500.00,2010-04-16 23:51:18,7751.00,successful,22,US,7751.00,7751.00,7500.00 +1129661136,THE POLO +,Apparel,Fashion,EUR,2017-07-08,7000.00,2017-06-03 03:31:08,600.00,failed,10,BE,363.27,684.90,7990.50 +1129677267,Marian Call Makes a New Album: 'Standing Stones',Indie Rock,Music,USD,2015-09-02,25000.00,2015-08-12 18:39:34,67035.22,successful,1098,US,67035.22,67035.22,25000.00 +1129684201,The adventures of Dead Man James (title in the works),Fiction,Publishing,USD,2017-01-28,1000.00,2016-12-09 08:13:06,10.00,failed,1,US,0.00,10.00,1000.00 +1129686409,SENTRY THE FILM (Canceled),Shorts,Film & Video,GBP,2013-03-23,20000.00,2013-01-22 18:11:18,0.00,canceled,0,GB,0.00,0.00,30286.05 +1129716346,Copywriting for Creatives,Nonfiction,Publishing,USD,2017-03-04,4000.00,2017-02-02 18:41:10,100.00,failed,5,US,45.00,100.00,4000.00 +1129719985,Beep: A Short Animated Film,Animation,Film & Video,USD,2011-09-09,3000.00,2011-08-10 01:09:13,425.00,failed,10,US,425.00,425.00,3000.00 +112972388,Sooner Sisters Studio,Public Art,Art,USD,2016-03-05,170000.00,2016-02-09 16:52:18,0.00,failed,0,US,0.00,0.00,170000.00 +1129731947,Historic Gyms of Texas,Photobooks,Photography,USD,2014-08-15,10000.00,2014-07-16 13:10:56,8796.00,failed,39,US,8796.00,8796.00,10000.00 +1129747562,I Read I Ride,Apps,Technology,USD,2017-03-05,10000.00,2017-02-03 05:12:39,0.00,failed,0,US,0.00,0.00,10000.00 +1129747723,INK-Dream World Clash (Canceled),Video Games,Games,USD,2010-08-01,10000.00,2010-05-16 01:52:52,40.00,canceled,2,US,40.00,40.00,10000.00 +1129747954,Put Anakin In The Studio!,Rock,Music,USD,2011-06-02,1500.00,2011-04-28 22:34:35,2055.00,successful,23,US,2055.00,2055.00,1500.00 +1129755617,UNKAGED INK - Animation,Animation,Film & Video,AUD,2015-01-11,2000.00,2014-12-11 05:56:03,0.00,failed,0,AU,0.00,0.00,1642.17 +1129765558,The LilPipSqueek Adventures,Animation,Film & Video,USD,2012-09-07,19500.00,2012-08-08 18:22:12,40.00,failed,2,US,40.00,40.00,19500.00 +1129767912,University of Brighton Printmaking Graduate Show,Art,Art,GBP,2016-05-05,400.00,2016-03-28 20:33:40,645.00,successful,33,GB,911.67,934.74,579.68 +1129769275,farsickness.,Shorts,Film & Video,USD,2014-12-30,2500.00,2014-11-25 20:00:28,3100.00,successful,43,US,3100.00,3100.00,2500.00 +1129772846,Dog - English Dictionary,Publishing,Publishing,EUR,2017-04-08,6000.00,2017-02-22 18:40:02,141.00,failed,3,ES,49.73,149.88,6378.03 +1129772942,Beach Time Lemonades,Drinks,Food,USD,2014-10-21,3000.00,2014-09-21 06:28:08,0.00,failed,0,US,0.00,0.00,3000.00 +"1129779478,""Bring """"Luminosity"""" to light!"",Indie Rock,Music,USD,2011-06-23,2500.00,2011-05-09 16:18:28,1360.00,failed,22,US,1360.00,1360.00,2500.00" +1129792095,skull kids winter tour,Indie Rock,Music,USD,2011-12-10,700.00,2011-11-10 21:09:19,700.00,successful,16,US,700.00,700.00,700.00 +1129799242,up close and personal with indiana,Nature,Photography,USD,2014-10-03,50000.00,2014-09-05 23:13:57,0.00,failed,0,US,0.00,0.00,50000.00 +1129801041,Sweet Kind,Small Batch,Food,USD,2015-05-06,320.00,2015-05-02 04:09:31,330.00,successful,8,US,330.00,330.00,320.00 +1129803111,Howl's Moving Castle - Howl and Sophie Ghibli Enamel Pin,Product Design,Design,GBP,2017-12-08,370.00,2017-11-08 19:02:02,406.00,successful,23,GB,326.60,544.67,496.38 +1129807085,Almighty 93,Apparel,Fashion,USD,2014-07-13,5000.00,2014-06-13 02:07:28,1.00,failed,1,US,1.00,1.00,5000.00 +1129808965,TIGHTENING our BELTS - A Short Film,Film & Video,Film & Video,USD,2012-03-08,4000.00,2012-02-12 18:30:05,4820.00,successful,67,US,4820.00,4820.00,4000.00 +1129811694,SatNav Dashboard Safe (SDS),Hardware,Technology,EUR,2015-10-24,200000.00,2015-09-24 12:27:18,545.00,failed,2,NL,606.55,600.43,220339.54 +1129825276,After Eternity,Theater,Theater,USD,2014-07-21,3000.00,2014-06-30 16:23:35,5076.00,successful,70,US,5076.00,5076.00,3000.00 +1129826612,voice 2 others (Canceled),Documentary,Film & Video,USD,2015-01-30,100000.00,2014-12-02 02:41:31,0.00,canceled,0,US,0.00,0.00,100000.00 +"1129828070,""Burn, Thrive, Burn"",Fiction,Publishing,AUD,2016-06-29,1000.00,2016-06-02 16:24:35,1528.00,successful,37,AU,1113.14,1143.11,748.11" +"1129829140,""bitter & sweet, experimental dance narrative"",Shorts,Film & Video,USD,2013-12-05,5000.00,2013-11-05 21:02:06,2410.00,failed,19,US,2410.00,2410.00,5000.00" +1129831377,COCO,Apps,Technology,USD,2016-09-09,10000.00,2016-08-10 18:01:01,10087.00,successful,90,US,400.00,10087.00,10000.00 +1129832222,SIRENS - Brass 200M Automatic Dive Watch (Canceled),Jewelry,Fashion,CAD,2014-12-10,37000.00,2014-11-13 20:02:35,1616.00,canceled,4,CA,1423.78,1395.51,31951.64 +112983464,Moveable Feast: Location-based Storytelling!,Apps,Technology,USD,2015-04-03,38889.00,2015-02-25 23:24:30,10502.00,failed,72,US,10502.00,10502.00,38889.00 +1129839661,Aije the Sound - Music Player,Interactive Design,Design,EUR,2015-09-10,49750.00,2015-08-31 16:40:50,0.00,failed,0,BE,0.00,0.00,56058.23 +"1129850581,""""""Worst Enemy"""" Short Film - Dir. Lake Bell"",Shorts,Film & Video,USD,2010-10-15,8000.00,2010-09-15 00:20:12,8625.00,successful,21,US,8625.00,8625.00,8000.00" +1129853780,nesl,Product Design,Design,USD,2012-05-24,30000.00,2012-04-24 02:05:20,30752.10,successful,843,US,30752.10,30752.10,30000.00 +"1129871656,""""""Let the Die Be Cast"""" - psychological thriller feature film"",Film & Video,Film & Video,GBP,2014-03-06,75000.00,2014-02-06 22:24:36,4030.00,canceled,23,GB,6579.82,6758.34,125775.62" +1129886547,Noelle Howard's First Children's Book Series!!! (Canceled),Children's Books,Publishing,USD,2014-03-04,14797.00,2014-02-02 19:37:30,90.00,canceled,3,US,90.00,90.00,14797.00 +1129892020,Powercards to build confidence!,Playing Cards,Games,EUR,2015-09-30,24000.00,2015-09-01 21:36:52,42.00,failed,1,NL,47.21,46.87,26783.92 +1129911167,SPACE CADET TOPO: fun sci-fi adventure comic story book,Comics,Comics,USD,2010-08-16,6000.00,2010-06-30 22:59:36,574.00,failed,6,US,574.00,574.00,6000.00 +1129912195,Four Deep Jeans for Women and Men,Ready-to-wear,Fashion,USD,2015-12-19,25000.00,2015-11-04 01:21:46,2931.00,failed,6,US,2931.00,2931.00,25000.00 +112991640,Hölzer Wood Wallet (Canceled),Accessories,Fashion,CAD,2015-09-24,8000.00,2015-08-25 03:00:35,7543.00,canceled,25,CA,5719.69,5665.89,6009.16 +1129922664,FUBi fixie - Transform your bike into a folding bike,Product Design,Design,SEK,2016-03-26,400000.00,2016-02-25 18:51:22,567608.00,successful,140,SE,66859.04,70216.36,49482.29 +112993280,CY COLLECTION-Luxurious jewelry without the luxury price tag,Jewelry,Fashion,USD,2017-11-28,8000.00,2017-10-25 09:08:06,11865.00,successful,87,US,3440.00,11865.00,8000.00 +1129942017,*Brand New* Toba and Tambora Record,Country & Folk,Music,USD,2014-04-26,800.00,2014-04-11 06:02:00,1405.00,successful,16,US,1405.00,1405.00,800.00 +1129953740,Island Eyes,Publishing,Publishing,GBP,2015-11-02,2400.00,2015-10-02 02:00:55,2444.00,successful,134,GB,3704.09,3699.78,3633.17 +"1129962027,""""""Painting Hydra""""-Island Character and Light in Watercolours."",Painting,Art,GBP,2014-08-27,1400.00,2014-07-28 18:17:13,1485.00,successful,23,GB,2520.92,2462.48,2321.53" +112996405,Real-time YouTube Converter,Technology,Technology,USD,2011-08-31,2500.00,2011-08-01 21:34:19,20.00,failed,2,US,20.00,20.00,2500.00 +1129975428,The album I've been recording for the last three years,Music,Music,USD,2013-06-18,6000.00,2013-05-14 05:45:18,465.00,failed,9,US,465.00,465.00,6000.00 +1129978037,The Nutcracker and the Mouse King,Publishing,Publishing,USD,2013-02-16,10000.00,2012-12-18 19:29:50,0.00,failed,0,US,0.00,0.00,10000.00 +1129980815,Widdershins: Find The Lady,Webcomics,Comics,GBP,2016-08-28,4500.00,2016-07-29 20:02:52,14326.00,successful,563,GB,7098.39,19030.54,5977.76 +1129993079,The Qi-Now Wireless Cell Phone Charging Travel Wallet,Gadgets,Technology,USD,2017-01-06,20000.00,2016-12-07 20:13:41,10.00,failed,1,US,0.00,10.00,20000.00 +1129995214,DANGANRONPA WAIFU ENAMEL PIN SET #1,Accessories,Fashion,USD,2017-11-11,1050.00,2017-10-10 21:39:22,213.00,failed,5,US,0.00,213.00,1050.00 +1129996599,Facade,Drama,Film & Video,USD,2015-12-25,2000.00,2015-11-25 02:53:46,50.00,failed,1,US,50.00,50.00,2000.00 +"1130006396,""Easter By-the-Box: Story & Coloring Books, Crayons & Plushie"",Crafts,Crafts,USD,2016-03-13,500.00,2016-02-20 07:34:32,6.00,failed,2,US,6.00,6.00,500.00" +1130017478,boB the Reindeer a Children's Christmas Book,Children's Books,Publishing,USD,2017-04-05,2000.00,2017-03-06 20:58:36,60.00,failed,2,US,50.00,60.00,2000.00 +1130018974,Super Agents,Animation,Film & Video,USD,2012-04-30,8700.00,2012-03-31 20:50:19,997.00,failed,14,US,997.00,997.00,8700.00 +1130023740,NIXON/KING,Theater,Theater,USD,2012-05-04,3000.00,2012-03-07 00:08:49,355.00,failed,2,US,355.00,355.00,3000.00 +1130024486,Spencer Collection: Brass & Walnut EDC Made in Brooklyn,Design,Design,USD,2014-06-12,6000.00,2014-04-28 13:00:28,8025.00,successful,202,US,8025.00,8025.00,6000.00 +1130027470,Cefore,Video Games,Games,CAD,2017-11-18,25000.00,2017-10-19 22:14:47,4295.00,canceled,148,CA,1371.00,3379.76,19672.65 +1130027593,MAIIKEstore cafe,Food,Food,AUD,2014-09-12,10000.00,2014-08-13 07:27:05,10293.00,successful,55,AU,9537.07,9318.31,9053.05 +1130037317,Ils dorment c'est déjà ça,Pop,Music,EUR,2015-07-17,5000.00,2015-06-21 07:57:28,0.00,failed,0,FR,0.00,0.00,5444.49 +1130039955,Impact Reduction Apparel's (IRA) Skull Cap,Wearables,Technology,USD,2015-03-30,15000.00,2015-02-28 09:09:15,17004.00,successful,120,US,17004.00,17004.00,15000.00 +1130047467,Dayna Stephens' New Album,Jazz,Music,USD,2011-02-05,8000.00,2010-12-12 02:26:28,8729.00,successful,132,US,8729.00,8729.00,8000.00 +1130050058,Minerva 'M' Planning Notebook,Nonfiction,Publishing,GBP,2016-09-21,10000.00,2016-08-22 01:01:57,10666.00,successful,365,GB,2140.47,13837.93,12973.87 +1130058140,VirtualCraft,Webseries,Film & Video,CAD,2016-08-21,12000.00,2016-07-22 12:15:06,2.00,failed,2,CA,0.00,1.55,9313.88 +1130063575,Ginalina: Home Is Family - Share Good Music With Kids!,Kids,Music,CAD,2016-12-06,3000.00,2016-11-08 08:27:20,3175.00,successful,53,CA,0.00,2409.50,2276.69 +1130067711,Happy 40th!,Narrative Film,Film & Video,USD,2013-07-01,25000.00,2013-05-31 02:56:24,25510.00,successful,87,US,25510.00,25510.00,25000.00 +"113007794,""""""The Basement"""" - A Short Film"",Film & Video,Film & Video,USD,2011-10-10,2200.00,2011-09-19 23:40:24,2210.00,successful,29,US,2210.00,2210.00,2200.00" +1130113139,Accessible Yoga for Children with Autism - Around the World,Family,Film & Video,USD,2017-07-05,5000.00,2017-06-05 03:06:07,1367.00,failed,23,US,261.00,1367.00,5000.00 +1130114881,#SkinToSoulBeauty Unleashed,Nonfiction,Publishing,AUD,2017-02-22,6000.00,2017-01-13 07:37:26,0.00,failed,0,AU,0.00,0.00,4607.23 +1130124581,i- Combat 3D,Technology,Technology,GBP,2015-03-22,300000.00,2015-02-20 23:20:50,161.00,failed,3,GB,248.78,239.49,446262.55 +"1130125990,""Hastings & Co | Minimalist Watch, Mechanical Sophistication"",Product Design,Design,CAD,2016-03-18,30000.00,2016-02-11 23:00:11,96287.00,successful,280,CA,69229.09,74249.69,23133.87" +"1130133416,""Bruber Mobile: Brew More, Clean Less"",Drinks,Food,USD,2015-05-02,80000.00,2015-03-18 01:11:28,35.00,failed,1,US,35.00,35.00,80000.00" +1130134952,Official ElfQuest Adventure Game,Tabletop Games,Games,USD,2014-08-12,7500.00,2014-07-13 15:14:04,47512.00,successful,962,US,47512.00,47512.00,7500.00 +1130137856,Open Minded Clothing,Fashion,Fashion,USD,2014-08-25,3500.00,2014-07-26 05:29:58,1.00,failed,1,US,1.00,1.00,3500.00 +1130147998,This Off Beat Town Issue 1,Comic Books,Comics,USD,2016-03-03,3500.00,2016-02-02 20:38:46,9358.00,successful,322,US,9358.00,9358.00,3500.00 +1130161942,Tripster,Apps,Technology,SEK,2015-07-26,20000.00,2015-07-06 17:05:33,0.00,failed,0,SE,0.00,0.00,2318.06 +1130176366,Jade J: Sleek California-designed Tech Accessories,Hardware,Technology,USD,2016-08-20,35000.00,2016-07-13 19:01:19,6991.30,failed,88,US,3448.00,6991.30,35000.00 +1130177249,You Send SNAREBURST on Tour!,World Music,Music,USD,2011-02-01,19000.00,2010-12-03 01:59:57,0.00,failed,0,US,0.00,0.00,19000.00 +1130179591,Boolean Box - a Technology Discovery Kit for Girls,DIY Electronics,Technology,USD,2016-10-19,45000.00,2016-09-12 16:01:48,47633.00,successful,250,US,417.00,47633.00,45000.00 +1130185345,INTO OBLIVION --INDEPENDENT FEATURE FILM--,Drama,Film & Video,USD,2014-07-28,3500.00,2014-06-29 19:51:00,1785.00,failed,21,US,1785.00,1785.00,3500.00 +"1130191918,""Libro """"La Fe del Millón"""""",Nonfiction,Publishing,MXN,2017-07-24,20000.00,2017-06-13 03:02:53,250.00,failed,1,MX,0.00,14.09,1127.33" +1130194606,herStory: A Focus On the Journeys of Successful Women,Film & Video,Film & Video,USD,2018-01-07,35000.00,2017-12-21 05:37:23,0.00,live,0,US,0.00,0.00,35000.00 +1130195361,Confidentbag - a little bag full of confidence,Product Design,Design,USD,2015-05-14,5000.00,2015-03-30 18:29:38,0.00,failed,0,US,0.00,0.00,5000.00 +1130198933,Interview with a Serial Killer - A short film,Shorts,Film & Video,USD,2011-07-25,600.00,2011-06-09 05:55:48,0.00,failed,0,US,0.00,0.00,600.00 +1130199151,LEVSHA DESIGNER DIARY. Organize your life creatively!,Graphic Design,Design,SEK,2015-03-15,289000.00,2015-02-08 15:51:10,29728.00,failed,87,SE,3547.87,3444.41,33484.73 +1130202143,Twistek iPhone Case - Smartest Way to Carry & Protect iPhone,Product Design,Design,USD,2014-09-19,60000.00,2014-08-05 22:01:27,1636.00,canceled,21,US,1636.00,1636.00,60000.00 +113021015,Tattoo's & Threadz,Apparel,Fashion,USD,2015-09-19,10000.00,2015-08-15 06:07:45,0.00,failed,0,US,0.00,0.00,10000.00 +1130210518,One-page calendar 2017,Product Design,Design,HKD,2016-12-31,5000.00,2016-11-30 05:34:44,860.00,failed,4,HK,0.00,110.89,644.72 +1130223171,Second Sight,Software,Technology,USD,2015-03-27,250000.00,2015-01-26 18:42:20,12.00,failed,3,US,12.00,12.00,250000.00 +1130226861,SillyShirtz,Childrenswear,Fashion,USD,2017-12-03,7500.00,2017-10-30 01:43:57,21.00,failed,2,US,0.00,21.00,7500.00 +1130227389,Love Speaks Enamel Hearts Pin,Design,Design,USD,2017-07-31,800.00,2017-06-25 18:15:49,1082.00,successful,44,US,55.00,1082.00,800.00 +1130229385,Da Dogz,Restaurants,Food,GBP,2015-07-16,6500.00,2015-07-02 08:15:05,0.00,failed,0,GB,0.00,0.00,10135.82 +113023458,EVIL RUNS DEEP,Film & Video,Film & Video,USD,2012-06-02,12000.00,2012-05-02 05:53:55,0.00,failed,0,US,0.00,0.00,12000.00 +1130237622,THE ORIGINAL CATFART SCRATCH 'N SNIFF STICKERS,Art,Art,USD,2015-02-25,10.00,2015-01-26 20:32:51,120.00,successful,12,US,120.00,120.00,10.00 +1130240872,Different kind of flower book.,Photography,Photography,USD,2013-08-15,1000.00,2013-07-16 00:25:25,201.00,failed,5,US,201.00,201.00,1000.00 +"1130242445,""No Birds, No Planes, Just me! - An Illustrated book"",Fiction,Publishing,USD,2011-04-05,6000.00,2011-02-03 06:08:04,901.00,failed,24,US,901.00,901.00,6000.00" +1130244025,Akuma no Ken Visual Novel!,Games,Games,GBP,2017-02-11,200.00,2017-02-01 17:19:55,232.00,successful,11,GB,93.83,288.24,248.48 +"113024471,""Three Times A Lady, a G rated romantic comedy feature film"",Shorts,Film & Video,USD,2011-03-05,50000.00,2010-12-05 02:02:52,1026.00,failed,18,US,1026.00,1026.00,50000.00" +1130247694,Guy Fox Summer Tour 2013,Rock,Music,USD,2013-05-30,5000.00,2013-05-16 03:19:17,5220.00,successful,85,US,5220.00,5220.00,5000.00 +"1130248258,""Vanessa Hartley's debut album """"Passivity"""""",Country & Folk,Music,GBP,2013-12-05,2500.00,2013-11-05 18:30:38,2545.00,successful,74,GB,4055.81,4159.79,4086.24" +1130251458,Making a dream a reality,Video Games,Games,GBP,2014-08-24,1000.00,2014-07-25 21:48:07,0.00,failed,0,GB,0.00,0.00,1658.24 +1130261468,BabyCrate - the All-Natural Newborn Safe Sleep Bed,Design,Design,EUR,2017-12-06,6500.00,2017-11-06 12:10:38,7491.00,successful,38,DE,1514.76,8795.97,7632.33 +"1130269444,""America, the """"Beautiful"""""",Fiction,Publishing,USD,2016-02-21,2100.00,2016-01-22 19:05:51,2325.00,successful,70,US,2325.00,2325.00,2100.00" +1130277953,Bei uns gehts vorrangig um die Wurst,Food,Food,EUR,2016-08-06,25000.00,2016-07-07 16:42:24,5.00,failed,1,DE,0.00,5.58,27894.94 +1130284209,music social media site (Canceled),Music,Music,USD,2014-12-10,55000.00,2014-11-10 19:28:55,0.00,canceled,0,US,0.00,0.00,55000.00 +1130285096,Lumin: Land of Light,Video Games,Games,USD,2014-03-31,8000.00,2014-02-24 18:08:59,230.99,failed,11,US,230.99,230.99,8000.00 +1130291177,FLARE Returns in January,Comics,Comics,USD,2010-12-01,500.00,2010-09-11 22:25:53,0.00,failed,0,US,0.00,0.00,500.00 +1130296211,Arc of Eckaris: A Sci-Fi Strategy Board Game,Tabletop Games,Games,USD,2017-04-26,20000.00,2017-03-27 22:16:30,657.00,canceled,9,US,570.00,657.00,20000.00 +1130296767,ATV Online Journey,Experimental,Film & Video,GBP,2014-06-21,4000.00,2014-06-11 01:44:33,10.00,failed,1,GB,16.81,17.03,6813.03 +1130298548,Food-istory for Kids,Cookbooks,Food,USD,2015-04-24,8000.00,2015-03-10 06:22:42,229.00,failed,5,US,229.00,229.00,8000.00 +1130298946,JustA.Bond Crochet,Fashion,Fashion,USD,2017-01-07,1000.00,2016-12-08 03:01:24,60.00,failed,2,US,0.00,60.00,1000.00 +113030168,Matisse's Sculpture: The Pinup and the Primitive,Art Books,Publishing,USD,2012-01-09,5000.00,2011-11-10 22:56:32,5000.00,successful,26,US,5000.00,5000.00,5000.00 +1130302805,My Life In A Journal,Nonfiction,Publishing,USD,2014-11-19,2500.00,2014-10-20 19:37:38,0.00,failed,0,US,0.00,0.00,2500.00 +1130303900,The Most Amazing Rick Seibold Record Yet!!,Pop,Music,USD,2011-05-01,4500.00,2011-04-01 20:26:46,4520.00,successful,54,US,4520.00,4520.00,4500.00 +1130306860,HLynn Williams,Country & Folk,Music,USD,2014-08-07,8000.00,2014-07-08 18:52:44,10.00,failed,1,US,10.00,10.00,8000.00 +"1130307668,""""""SILENCE"""" Feature Film Project"",Narrative Film,Film & Video,USD,2011-04-26,10000.00,2011-03-26 03:41:15,1570.00,failed,20,US,1570.00,1570.00,10000.00" +1130314617,Imagine Nations,Video Games,Games,USD,2013-12-21,200000.00,2013-11-21 00:17:18,6593.00,failed,264,US,6593.00,6593.00,200000.00 +1130343743,Natalie Marie's English/Spanish Pop Inspirational Album,Faith,Music,USD,2015-06-27,600000.00,2015-04-29 00:06:30,1.00,failed,1,US,1.00,1.00,600000.00 +1130349307,Paradise Hotel (Short Thriller),Shorts,Film & Video,GBP,2016-12-12,850.00,2016-11-17 13:57:20,1060.00,successful,26,GB,247.00,1319.03,1057.71 +1130350885,Bringing the Experience of Flying to Everyone.,Periodicals,Publishing,USD,2013-04-25,32000.00,2013-03-26 22:01:39,50.00,failed,2,US,50.00,50.00,32000.00 +1130355592,Stand UP Paddleboard Seat,Product Design,Design,USD,2015-03-11,10000.00,2015-02-09 19:42:18,1.00,failed,1,US,1.00,1.00,10000.00 +1130381883,Harvest Online,Video Games,Games,CAD,2014-03-02,300.00,2014-01-21 18:13:13,701.00,successful,58,CA,640.20,638.20,273.12 +1130383987,Micro Dairy Teaching Farm,Farms,Food,USD,2014-11-27,40000.00,2014-10-28 19:48:31,3384.00,failed,41,US,3384.00,3384.00,40000.00 +113038584,Wassy Dassy Collective,Accessories,Fashion,CAD,2015-09-23,25000.00,2015-07-25 03:24:05,270.00,failed,6,CA,207.69,202.81,18778.64 +1130392487,Twenty One,Music Videos,Film & Video,GBP,2015-09-15,10000.00,2015-08-16 22:37:51,0.00,failed,0,GB,0.00,0.00,15646.76 +"1130394529,""DEAR ELEANOR, a feature film (Canceled)"",Narrative Film,Film & Video,USD,2012-04-21,47285.00,2012-03-28 02:43:40,7771.00,canceled,60,US,7771.00,7771.00,47285.00" +1130394755,Toronto's 'Crack-Smoking Mayor' at the Edinburgh Fringe,Theater,Theater,GBP,2014-03-05,2000.00,2014-02-04 20:01:30,2322.00,successful,93,GB,3814.45,3894.01,3354.02 +1130404983,I am making a dinner,Food,Food,GBP,2014-07-15,20.00,2014-07-08 23:23:03,0.00,failed,0,GB,0.00,0.00,34.17 +1130407094,photo studio on wheels,People,Photography,USD,2015-10-13,7000.00,2015-09-15 18:13:32,308.00,failed,9,US,308.00,308.00,7000.00 +1130415290,Help Me Unlock the Inner Potential of Kids thru Kung Fu,Children's Books,Publishing,USD,2015-07-02,30000.00,2015-06-02 14:05:46,130.00,failed,2,US,130.00,130.00,30000.00 +113042658,A Magenta Desire,Shorts,Film & Video,USD,2012-07-29,2300.00,2012-06-29 03:36:24,107.00,failed,3,US,107.00,107.00,2300.00 +1130432502,Dark Blue,Pop,Music,USD,2012-10-25,2000.00,2012-10-10 00:17:41,2067.00,successful,30,US,2067.00,2067.00,2000.00 +"1130435251,""Got The Power: Boomboxes as Community Soundtracks, Minnesota"",Mixed Media,Art,USD,2011-08-27,4000.00,2011-07-26 20:42:05,4389.88,successful,145,US,4389.88,4389.88,4000.00" +1130442090,Colette Couture,Couture,Fashion,USD,2015-11-12,27000.00,2015-10-13 23:52:40,85.00,failed,2,US,85.00,85.00,27000.00 +1130443437,BACK ALREADY?,Fiction,Publishing,USD,2012-04-16,6000.00,2012-03-15 20:10:16,6175.47,successful,127,US,6175.47,6175.47,6000.00 +1130451880,Battle of Souls TCG,Tabletop Games,Games,USD,2017-04-03,2000.00,2017-03-04 09:39:10,199.00,canceled,7,US,260.00,199.00,2000.00 +1130453129,Slide Rule Watch,Product Design,Design,CAD,2017-08-25,50000.00,2017-07-11 15:02:57,50657.00,successful,135,CA,1240.19,40499.68,39974.42 +1130456631,DAWN OF HEARTS - Discover the truth about your heart,Documentary,Film & Video,USD,2017-12-06,20000.00,2017-11-07 18:14:17,32822.00,successful,354,US,2363.00,32822.00,20000.00 +1130461540,Bulletproof Oakley,Children's Books,Publishing,USD,2015-07-01,30000.00,2015-05-07 02:27:24,6121.00,failed,86,US,6121.00,6121.00,30000.00 +1130464763,Spring Collection by Warped State,Fashion,Fashion,USD,2012-03-20,3000.00,2012-03-14 23:06:10,0.00,failed,0,US,0.00,0.00,3000.00 +113047024,Lifestyle Brand Dedicated to Uniting Circus & Fitness Worlds,Apparel,Fashion,USD,2017-08-19,4448.00,2017-07-20 09:26:02,5561.00,successful,84,US,300.00,5561.00,4448.00 +1130472848,Kickstarter Gold: BIBLIOTHECA,Typography,Design,USD,2017-07-22,37000.00,2017-06-21 21:11:39,109452.00,successful,631,US,12670.00,109452.00,37000.00 +1130479787,Filth T shirts,Apparel,Fashion,GBP,2015-02-15,5000.00,2015-01-16 16:30:28,0.00,failed,0,GB,0.00,0.00,7687.81 +1130493622,Conjuring Visionista,Publishing,Publishing,USD,2014-12-04,5500.00,2014-10-20 04:23:58,5930.00,successful,81,US,5930.00,5930.00,5500.00 +1130498475,K-Pan: the 3D Printed Panoramic Camera,Product Design,Design,GBP,2017-10-25,40000.00,2017-09-25 17:41:55,23435.00,failed,97,GB,3539.34,30684.12,52373.16 +1130498792,Norsgard: Second Wave,Tabletop Games,Games,USD,2015-11-15,7000.00,2015-11-01 16:54:43,14307.00,successful,141,US,14307.00,14307.00,7000.00 +1130530780,THE GREATEST LOVE STORY NEVER TOLD,Shorts,Film & Video,USD,2013-03-03,400000.00,2013-01-02 18:02:00,0.00,failed,0,US,0.00,0.00,400000.00 +1130536609,The Circular Calendar for 2016 - sun 60°50°40° north,Graphic Design,Design,EUR,2015-09-30,15000.00,2015-09-02 10:30:51,3709.00,failed,114,DE,4179.67,4139.23,16739.95 +1130541550,HPSCHD Dragonslayer tee by Kayrock Screenprinting,Fashion,Fashion,USD,2013-05-03,700.00,2013-04-17 22:42:14,1210.00,successful,39,US,1210.00,1210.00,700.00 +1130544760,PetTread: The Cat and Small Dog Treadmill,Product Design,Design,USD,2013-06-27,110000.00,2013-05-13 12:57:25,3851.00,failed,24,US,3851.00,3851.00,110000.00 +"1130547888,""HERO Coffee Bar, Headstash Roasting Co. comes to South Loop"",Drinks,Food,USD,2014-11-18,1000.00,2014-10-19 17:44:07,1055.00,successful,30,US,1055.00,1055.00,1000.00" +1130548986,dropping mentos into diet coke,Food,Food,USD,2015-01-23,25.00,2014-12-24 21:39:00,0.00,failed,0,US,0.00,0.00,25.00 +1130549072,Inspiration and Healing Through Poetry and Art,Art,Art,USD,2012-01-19,3000.00,2011-12-30 06:15:43,0.00,failed,0,US,0.00,0.00,3000.00 +1130572967,Missed Prayers,Shorts,Film & Video,USD,2014-02-22,4000.00,2014-01-24 23:01:31,4011.00,successful,19,US,4011.00,4011.00,4000.00 +113058431,Taking Stock: A South African Doc About Family Business,Documentary,Film & Video,USD,2014-05-02,10000.00,2014-04-02 15:22:57,13263.00,successful,173,US,13263.00,13263.00,10000.00 +1130587487,Retrofit Scores,Classical Music,Music,USD,2010-10-07,500.00,2010-09-22 22:12:20,675.00,successful,39,US,675.00,675.00,500.00 +1130592564,OutKast Comic Books,Comics,Comics,GBP,2015-04-12,1500.00,2015-03-13 12:47:30,302.00,failed,12,GB,450.54,453.65,2253.23 +1130593496,Erasable Comic Creator Sketchbook Kit,Comics,Comics,USD,2014-04-24,9500.00,2014-03-25 02:22:10,53.00,failed,6,US,53.00,53.00,9500.00 +1130593849,D20 Count Down Dice 20 faced Super Heavy Solid Zinc Metal,Tabletop Games,Games,GBP,2016-09-14,1000.00,2016-08-20 14:46:51,9404.00,successful,481,GB,3780.82,12390.31,1317.56 +1130598008,Mutant Crawl Classics RPG (MCC RPG),Tabletop Games,Games,USD,2016-07-20,20000.00,2016-06-24 06:50:34,206806.86,successful,2311,US,67465.00,206806.86,20000.00 +1130601310,Brunch So Hard Pilot,Comedy,Film & Video,USD,2017-05-15,300.00,2017-04-21 10:51:01,55.00,failed,3,US,0.00,55.00,300.00 +1130604456,New Tour Vehicle and Album (Canceled),Music,Music,USD,2012-03-19,10000.00,2012-02-15 22:53:36,2652.00,canceled,57,US,2652.00,2652.00,10000.00 +1130606893,Mongol Rally Coffee Table Book,Places,Photography,CAD,2017-06-17,5000.00,2017-06-02 22:56:21,20.00,canceled,1,CA,14.82,15.12,3779.00 +1130606909,Koncrete Monkey (Canceled),Fashion,Fashion,USD,2011-07-13,2200.00,2011-06-03 03:57:27,310.00,canceled,6,US,310.00,310.00,2200.00 +"1130607510,""Fraymz, the ultimate Licence Plate Protector!"",Product Design,Design,AUD,2017-10-01,50000.00,2017-09-01 03:15:51,51.00,failed,2,AU,87.93,39.65,38868.16" +"1130613074,""Luce Quadra : Coffee table, glove box & ambient light"",Product Design,Design,EUR,2017-05-16,25000.00,2017-04-16 11:14:11,0.00,failed,0,IT,26.53,0.00,27947.64" +1130624079,Nurses Do It Better,Experimental,Film & Video,USD,2015-05-09,5000.00,2015-05-01 07:50:38,231.00,failed,7,US,231.00,231.00,5000.00 +1130627318,Smoothies (Canceled),Drinks,Food,USD,2015-04-15,10.00,2015-03-16 22:07:05,55.00,canceled,2,US,55.00,55.00,10.00 +1130627897,Fearless,Photography,Photography,USD,2017-06-23,2000.00,2017-05-24 05:38:17,80.00,canceled,3,US,0.00,80.00,2000.00 +1130633530,TTL European,Photography,Photography,USD,2014-02-08,2100.00,2014-01-18 00:43:41,1.00,failed,1,US,1.00,1.00,2100.00 +1130642573,International Poetry and the Power of Art,Ceramics,Art,USD,2012-08-27,2000.00,2012-08-01 04:18:08,2085.00,successful,14,US,2085.00,2085.00,2000.00 +11306571,Miniature bowling game (Canceled),Games,Games,USD,2014-07-19,17000.00,2014-06-19 00:22:53,10.00,canceled,1,US,10.00,10.00,17000.00 +1130660161,Karma Coffee & Cafe,Restaurants,Food,USD,2015-02-27,150000.00,2015-01-28 20:32:07,351.00,failed,3,US,351.00,351.00,150000.00 +1130665361,All That Glitters Is Not Gold,Film & Video,Film & Video,USD,2012-03-08,100385.00,2012-02-06 14:37:48,100.00,failed,3,US,100.00,100.00,100385.00 +1130671649,Bonus,Television,Film & Video,EUR,2014-07-05,23000.00,2014-05-31 13:51:16,485.00,failed,7,NL,659.84,659.36,31268.69 +113068442,New Quality Camera Needed For Small Community Museum,Photo,Journalism,USD,2015-04-11,575.00,2015-02-10 03:53:49,25.00,failed,1,US,25.00,25.00,575.00 +1130690037,Suicide Blonde (Suspended),Drama,Film & Video,USD,2016-04-28,12000.00,2016-04-08 22:26:22,12402.52,suspended,50,US,12402.52,12402.52,12000.00 +113069649,BEYOND WATSON: A Collection of New Sherlock Holmes Stories,Anthologies,Publishing,USD,2016-04-18,500.00,2016-03-19 14:00:56,1979.00,successful,62,US,1979.00,1979.00,500.00 +113069728,The Fish Who Falls Asleep Will Be Taken By The Current,Shorts,Film & Video,USD,2011-03-16,3000.00,2011-02-13 23:51:56,3520.00,successful,28,US,3520.00,3520.00,3000.00 +1130698306,Lazy Man Lawn Darts,Games,Games,CAD,2014-08-11,15000.00,2014-07-12 05:44:40,0.00,failed,0,CA,0.00,0.00,13761.47 +1130703657,Ghost Plant! A stop-motion animation/live action short film.,Shorts,Film & Video,USD,2014-04-03,1200.00,2014-03-09 19:37:09,1200.00,successful,26,US,1200.00,1200.00,1200.00 +1130708019,The Pentium Planner Wallet | Planner-Notebook-Wallet in 1!,Product Design,Design,USD,2017-03-30,5000.00,2017-02-28 16:02:44,5453.00,successful,135,US,1010.00,5453.00,5000.00 +1130710297,Flatdog ! :) Yummy Flat Hotdogs That are safer for Kids,Food,Food,USD,2014-10-21,6875.00,2014-09-10 00:55:52,0.00,failed,0,US,0.00,0.00,6875.00 +1130714824,Kids LOVE ART!,Art,Art,USD,2016-04-15,5000.00,2016-03-16 17:29:37,0.00,failed,0,US,0.00,0.00,5000.00 +1130717552,Battle Breaks Vinyl / Vinilo de Batalla para DJ Turntablists,Hip-Hop,Music,EUR,2015-08-30,1521.00,2015-07-01 10:10:07,0.00,failed,0,ES,0.00,0.00,1694.08 +1130718589,Morbid Anatomy Anthology,Nonfiction,Publishing,USD,2012-12-10,8000.00,2012-10-26 14:05:54,46338.44,successful,1319,US,46338.44,46338.44,8000.00 +1130721345,My Crazy Ex Wife music video featuring Tawny Kitaen,Music Videos,Film & Video,USD,2017-01-25,3000.00,2016-12-28 09:24:55,420.00,canceled,7,US,45.00,420.00,3000.00 +1130722730,GIANT BLANKET FORT,Installations,Art,CAD,2014-09-07,200.00,2014-07-09 16:54:18,2.00,failed,2,CA,1.87,1.81,180.85 +1130732949,theSummit: Nerdcore Concert and Mixer,Music,Music,USD,2012-07-09,5000.00,2012-06-18 23:48:15,6225.64,successful,43,US,6225.64,6225.64,5000.00 +"1130735084,""Wild Harvest Jewelry, growing Winter Wolf Forge (Canceled)"",Crafts,Crafts,USD,2011-09-05,2700.00,2011-08-06 22:14:29,1455.00,canceled,25,US,1455.00,1455.00,2700.00" +"1130746116,""""""Tex-Bop Deeluxe"""" (Canceled)"",Pop,Music,USD,2012-02-25,2600.00,2012-01-31 04:14:24,0.00,canceled,0,US,0.00,0.00,2600.00" +"1130747211,""The Inner Party's New Album, """"Darker"""""",Music,Music,USD,2017-06-25,10000.00,2017-05-26 02:02:15,135.00,failed,3,US,135.00,135.00,10000.00" +1130752083,Tailored Business - A show about Entrepreneurship in Africa,Television,Film & Video,GBP,2016-12-19,80000.00,2016-12-02 10:26:35,11.00,failed,3,GB,12.52,13.47,97994.78 +1130754421,Thom & Gerry,Drama,Film & Video,USD,2014-08-18,6000.00,2014-06-19 01:56:43,6195.00,successful,113,US,6195.00,6195.00,6000.00 +1130759236,Destroy only copy of new Wu-Tang Album,Music,Music,USD,2014-07-28,6000000.00,2014-05-29 18:05:14,10781.92,failed,40,US,10781.92,10781.92,6000000.00 +1130765061,Elections - the fast and fun card game!,Tabletop Games,Games,USD,2017-08-15,30000.00,2017-07-11 21:33:04,61.00,failed,2,US,0.00,61.00,30000.00 +1130770423,A Kickstarter to Make a Better Kickstarter for my Short Film,Film & Video,Film & Video,USD,2015-12-30,500.00,2015-11-30 19:21:29,1168.00,successful,53,US,1168.00,1168.00,500.00 +1130772353,Milwaukee Choral Artists Commissions Ola Gjeilo,Classical Music,Music,USD,2012-03-29,4000.00,2012-02-28 19:27:21,1851.00,failed,21,US,1851.00,1851.00,4000.00 +1130775101,Arch: Bounty Hunter--Episode 1,Comics,Comics,USD,2014-01-29,200.00,2013-12-30 17:09:57,64.00,failed,5,US,64.00,64.00,200.00 +1130779066,A Family's Fury - Prod. Campaign (Action/Superhero/Thriller),Action,Film & Video,USD,2015-09-16,7250.00,2015-08-07 00:54:03,7417.00,canceled,129,US,7417.00,7417.00,7250.00 +1130785929,Capture a moment with a Sculpture,Crafts,Crafts,USD,2017-10-07,750.00,2017-09-07 16:12:13,0.00,canceled,0,US,0.00,0.00,750.00 +"1130787575,""P.S. Moisturize! Yerba Mate lotion, vegan and organic"",Crafts,Crafts,USD,2015-07-31,3000.00,2015-06-02 00:08:35,0.00,canceled,0,US,0.00,0.00,3000.00" +"1130795843,""RUBBERHEAD: Sex, Drugs and Special FX"",Art Books,Publishing,USD,2016-09-01,60000.00,2016-08-02 03:05:33,87216.00,successful,961,US,11238.00,87216.00,60000.00" +"1130814489,""""""Fabulist!"""" - Colin Maier's 2nd solo CD"",Music,Music,CAD,2014-05-21,12000.00,2014-04-21 23:46:47,12059.00,successful,64,CA,10939.18,11062.29,11008.16" +1130817552,ClearShot-Credit Card Sized Tripod for iPhone Android & More,Product Design,Design,USD,2012-09-21,20000.00,2012-07-27 15:14:39,25145.43,successful,452,US,25145.43,25145.43,20000.00 +"1130818565,""""""In Between The Notes"""" (The Solfeggio Mysteries)"",World Music,Music,USD,2012-06-09,1000.00,2012-05-19 19:04:45,1145.00,successful,27,US,1145.00,1145.00,1000.00" +1130819225,Animal Names,Indie Rock,Music,USD,2016-04-12,1000.00,2016-03-13 20:35:10,1925.00,successful,37,US,1925.00,1925.00,1000.00 +1130822432,GI Joe ARAH Figure: Shooter Repaints,Tabletop Games,Games,USD,2012-12-24,3000.00,2012-12-10 21:19:59,3309.00,successful,95,US,3309.00,3309.00,3000.00 +1130827376,Potters' Pampered Palate: Whole Food Rest Stop,Restaurants,Food,USD,2014-06-05,50000.00,2014-05-06 18:41:53,23696.00,failed,75,US,23696.00,23696.00,50000.00 +"1130833013,CO Monthly,Publishing,Publishing,CAD,2015-06-06,2200.00,2015-04-25 22:43:52,0.00,undefined,0,""N,0"""""",,0.00,1788.18" +"1130840997,""QB54 - The Best Tailgating, Beach, BBQ, Family Game Ever"",Live Games,Games,USD,2016-09-24,25000.00,2016-08-25 14:09:24,691.00,failed,8,US,625.00,691.00,25000.00" +1130842069,Girls Night Out App - have a good time and get home safely,Apps,Technology,GBP,2014-12-19,7000.00,2014-11-19 11:06:29,51.00,failed,6,GB,79.83,79.80,10953.59 +113084668,The Doll Kind: Dolls that empower children to share kindness,Crafts,Crafts,USD,2016-05-14,18000.00,2016-03-31 17:58:59,19509.00,successful,200,US,19509.00,19509.00,18000.00 +1130856758,Bury The Rest record is almost done !,Rock,Music,USD,2015-04-21,5000.00,2015-02-20 23:26:03,151.00,failed,3,US,151.00,151.00,5000.00 +113086461,Imbue app: Make every family item a time capsule,Apps,Technology,CAD,2017-10-21,20000.00,2017-09-21 00:35:02,1278.00,failed,16,CA,56.08,991.31,15513.50 +1130869168,WILD MAGNOLIAS CD RELEASE,Jazz,Music,USD,2010-07-31,20000.00,2010-05-04 07:49:14,25.00,failed,1,US,25.00,25.00,20000.00 +1130872985,THE TOME: An undergraduate horror film,Shorts,Film & Video,USD,2012-10-12,450.00,2012-09-25 18:49:09,33.00,failed,4,US,33.00,33.00,450.00 +"1130879725,""""""The Flight of the Eagles"""""",Nonfiction,Publishing,USD,2014-01-31,12000.00,2014-01-01 00:40:45,125.00,failed,2,US,125.00,125.00,12000.00" +1130880570,Discreet Girl (Canceled),Accessories,Fashion,USD,2015-12-06,37000.00,2015-10-07 21:38:29,85.00,canceled,5,US,85.00,85.00,37000.00 +1130880692,CLEARISTA - Breakthrough Skin Resurfacing Technology,Technology,Technology,USD,2016-04-29,10000.00,2016-03-15 14:51:40,15536.00,successful,186,US,15536.00,15536.00,10000.00 +1130884490,Lets Make It Squirt!,Webseries,Film & Video,USD,2012-09-19,350.00,2012-08-30 21:13:35,20.00,failed,1,US,20.00,20.00,350.00 +1130892086,Color Pop for Windows/OSX/Linux and Java Imaging Tutorials,Software,Technology,USD,2012-10-05,4400.00,2012-09-05 05:13:54,43.00,failed,5,US,43.00,43.00,4400.00 +1130892146,Sign o The Times Blogtalk Radio,Audio,Journalism,USD,2014-10-15,10000.00,2014-08-31 13:56:01,0.00,failed,0,US,0.00,0.00,10000.00 +"1130903954,""Child Access Bed and Bath, Parents' Accessible Home Design"",Children's Books,Publishing,USD,2017-05-12,8579.00,2017-04-06 19:15:11,261.00,failed,4,US,1.00,261.00,8579.00" +1130904290,COLOR ME MAD...MONSTER COLORING BOOK,Illustration,Art,USD,2016-07-31,8000.00,2016-07-01 05:52:42,171.00,failed,4,US,150.00,171.00,8000.00 +113090545,Freedom in Entangled Worlds: a book about West Papua,Nonfiction,Publishing,USD,2011-03-18,500.00,2011-02-16 16:03:51,750.00,successful,13,US,750.00,750.00,500.00 +1130915129,Humboldt County Guide Zine,Zines,Publishing,USD,2016-03-31,70.00,2016-03-11 19:13:00,40.00,failed,2,US,40.00,40.00,70.00 +1130916172,First World issue 3! Sword and Sorcery Comicbook awesomeness,Comic Books,Comics,USD,2014-11-09,5500.00,2014-10-08 19:08:01,6250.00,successful,83,US,6250.00,6250.00,5500.00 +1130925968,I Could've Been a Lawyer: A Short Drama,Shorts,Film & Video,USD,2010-11-25,3000.00,2010-10-12 14:08:39,610.00,failed,9,US,610.00,610.00,3000.00 +1130928943,The Glass Ceiling: A Leon Geros Documentary,Documentary,Film & Video,USD,2014-04-16,25000.00,2014-03-18 21:02:16,30.00,failed,1,US,30.00,30.00,25000.00 +1130928946,AUTOMATED BAT ENGRAVING KIOSK,Technology,Technology,USD,2014-07-03,24000.00,2014-06-03 02:14:23,2035.00,failed,3,US,2035.00,2035.00,24000.00 +1130931458,Weekly Rap Rage,Hip-Hop,Music,EUR,2016-10-10,1000.00,2016-09-10 23:23:57,1.00,failed,1,DE,0.00,1.10,1100.19 +1130932867,WHISKEY BARREL ICE BALLER- World's Finest Ice Ball Press,Product Design,Design,USD,2016-09-23,5000.00,2016-08-24 02:23:16,14608.00,successful,46,US,682.00,14608.00,5000.00 +1130933438,Cheebot: the Efficient and Rapid Robotic Cheetah,Hardware,Technology,USD,2010-07-01,2200.00,2010-05-14 19:40:56,0.00,failed,0,US,0.00,0.00,2200.00 +1130940376,A Sickle Life,Documentary,Film & Video,USD,2016-07-01,5000.00,2016-06-01 15:15:40,60.00,failed,3,US,60.00,60.00,5000.00 +1130941392,Hand made guitar picks,Crafts,Crafts,USD,2009-06-16,200.00,2009-05-10 09:02:15,28.00,failed,3,US,28.00,28.00,200.00 +"1130943391,""""""Role/Play"""" soundtrack CD featuring original score and songs by Jake Monaco"",Pop,Music,USD,2010-08-01,500.00,2010-06-29 23:15:33,560.00,successful,13,US,560.00,560.00,500.00" +1130946587,Body Painting Exhibits - A Mind Expansion,Art,Art,USD,2014-03-07,7000.00,2014-02-05 20:37:13,1844.00,failed,41,US,1844.00,1844.00,7000.00 +"1130949378,NOISE JUNKIE SONIC ALCHEMY LAB,Music,Music,USD,2015-10-24,5000.00,2015-09-04 00:59:05,100.00,undefined,0,""N,0"""""",,100.00,5000.00" +1130953921,Myanmar Refugee Documentary Photography Project,Photo,Journalism,USD,2017-04-01,5000.00,2017-03-22 00:40:37,141.00,failed,4,US,111.00,141.00,5000.00 +1130955926,Shading Image- Portrait Artwork (Canceled),Painting,Art,USD,2014-12-22,1500.00,2014-11-22 00:58:04,0.00,canceled,0,US,0.00,0.00,1500.00 +1130957308,Once Upon Each Time,Performances,Dance,USD,2014-09-18,5000.00,2014-08-19 21:02:11,2040.00,failed,45,US,2040.00,2040.00,5000.00 +1130963899,Young Hearted Apparel: Colorful American Made Dri-fit Socks,Fashion,Fashion,USD,2014-02-25,12000.00,2014-01-20 15:55:48,1822.00,failed,54,US,1822.00,1822.00,12000.00 +1130968124,Outlandish Apparel,Fashion,Fashion,USD,2013-08-24,1000.00,2013-07-25 17:03:42,1165.00,successful,24,US,1165.00,1165.00,1000.00 +1130979713,Homonecrosis Save-Humanity,Shorts,Film & Video,USD,2016-07-02,2000.00,2016-06-02 13:15:42,31.00,failed,3,US,31.00,31.00,2000.00 +113098109,My Pet Bug Farm: Nest building game,Video Games,Games,EUR,2015-11-13,16000.00,2015-10-14 18:36:36,4096.00,failed,14,BE,4652.08,4408.95,17222.45 +1130982808,Defining Beauty,Photography,Photography,USD,2012-04-02,300.00,2012-02-04 01:04:16,370.00,successful,8,US,370.00,370.00,300.00 +1130987263,Multiculturalism in London,Documentary,Film & Video,CHF,2016-06-26,30000.00,2016-04-27 23:19:48,4.00,failed,4,CH,4.10,4.11,30830.58 +1130994892,Dark Stars - a tragic anti-shmup for Windows and smartphones,Video Games,Games,USD,2015-07-17,2000.00,2015-06-17 14:14:45,2001.00,successful,47,US,2001.00,2001.00,2000.00 +1131003128,Linnea Quigley's EXTRAS! documentary & directorial debut,Documentary,Film & Video,USD,2016-10-16,16000.00,2016-09-17 09:09:05,5330.00,failed,56,US,450.00,5330.00,16000.00 +"1131020174,Spirit of the 80's 2015,Music,Music,USD,2015-02-13,2500.00,2015-01-18 20:43:54,2901.00,undefined,0,""N,0"""""",,2901.00,2500.00" +1131025444,J&J Miracle Meadery The first Steam Punk themed Meadery,Food,Food,USD,2013-07-16,17500.00,2013-05-17 02:32:28,4160.00,failed,81,US,4160.00,4160.00,17500.00 +1131028022,execute.exe,Video Games,Games,CAD,2017-02-15,15000.00,2017-01-16 19:51:58,540.00,failed,27,CA,171.55,412.88,11468.77 +1131031012,OpenBeam Kossel Pro - A new type of 3D Printer,Hardware,Technology,USD,2013-07-01,60000.00,2013-05-17 23:02:23,122016.00,successful,189,US,122016.00,122016.00,60000.00 +"1131038057,Our City Our Heart: Lancaster PA Documentary,Film & Video,Film & Video,USD,2014-09-20,2000.00,2014-08-21 01:30:15,110.00,undefined,0,""N,0"""""",,110.00,2000.00" +113104299,Star Trek Cast Portraits,Photography,Photography,GBP,2015-08-01,500.00,2015-07-20 22:54:27,791.00,successful,4,GB,1234.23,1227.38,775.84 +1131043680,i - a book about the strength and flexibility of women,Photography,Photography,CAD,2013-12-01,5000.00,2013-10-18 04:39:59,7637.00,successful,151,CA,7360.72,7171.57,4695.28 +1131049863,JANTAM. A PRECISION ENGINEERED TECHNOLOGICAL INVENTION,Technology,Technology,GBP,2018-02-27,205000.00,2017-12-30 16:02:51,2.00,live,2,GB,2.69,2.73,279615.36 +113105490,Living Art-Custom glass mugs at Art Prize,Public Art,Art,USD,2014-10-22,3000.00,2014-09-25 19:35:44,250.00,failed,2,US,250.00,250.00,3000.00 +1131064386,Little Shop of Horrors is taking over Just Off Broadway!,Theater,Theater,USD,2012-08-23,550.00,2012-08-02 22:37:25,616.00,successful,13,US,616.00,616.00,550.00 +1131064697,The Everyday Watch with 3 Interchangeable Straps - MS16 MS19,Accessories,Fashion,SGD,2017-02-23,8000.00,2017-01-24 13:46:40,25409.00,successful,237,SG,7205.54,18101.45,5699.22 +1131065533,Bob Garfield Has Such a Genius Idea!,Audio,Journalism,USD,2014-11-08,38500.00,2014-10-09 18:13:40,12617.00,failed,167,US,12617.00,12617.00,38500.00 +113106724,Ocula the Vampire Eyeball Horror Enamel Pin by Deeply Dapper,Art,Art,USD,2017-04-05,280.00,2017-03-10 02:59:47,1217.00,successful,53,US,71.00,1217.00,280.00 +"1131068333,""Great Wave, A Contemporary Work to Save an Historic Theatre."",Performance Art,Art,USD,2011-11-10,750.00,2011-11-01 01:02:26,501.00,failed,12,US,501.00,501.00,750.00" +1131073358,The Dakota Chronicle Kickstarter Page,Publishing,Publishing,USD,2013-01-14,4500.00,2012-11-29 01:28:50,100.00,failed,2,US,100.00,100.00,4500.00 +1131083402,Six Gun Mage Comic Volume 1,Comics,Comics,USD,2013-02-13,18000.00,2013-01-14 04:23:41,32862.20,successful,624,US,32862.20,32862.20,18000.00 +1131094449,Hardcourt,Documentary,Film & Video,USD,2010-08-23,2000.00,2010-07-08 21:07:16,2000.00,successful,38,US,2000.00,2000.00,2000.00 +1131094731,GEN - Goods Exchange Network,Web,Technology,USD,2015-08-07,35000.00,2015-07-08 23:49:06,0.00,failed,0,US,0.00,0.00,35000.00 +1131112004,99 Stock presents Edward Gant's Amazing Feats of Loneliness!,Theater,Theater,USD,2012-07-07,6000.00,2012-05-18 09:07:14,8326.85,successful,97,US,8326.85,8326.85,6000.00 +113111398,COFFOOZIE,Drinks,Food,USD,2016-04-28,1500.00,2016-03-31 19:52:00,92.00,failed,6,US,92.00,92.00,1500.00 +1131115667,RoBo 3D Printer,Technology,Technology,USD,2013-02-02,49000.00,2012-12-19 00:42:27,649663.07,successful,1251,US,649663.07,649663.07,49000.00 +1131121142,Out of 'Sight' Football,Tabletop Games,Games,USD,2013-10-09,2500.00,2013-09-09 01:38:42,390.00,failed,8,US,390.00,390.00,2500.00 +1131122119,50 More 'Snide Remarks' Columns By Eric D. Snider,Journalism,Journalism,USD,2012-07-21,6000.00,2012-06-29 20:56:18,6221.54,successful,227,US,6221.54,6221.54,6000.00 +1131125001,The Trilo3y TV Show,Webseries,Film & Video,USD,2013-09-12,15000.00,2013-08-13 06:52:13,211.00,failed,9,US,211.00,211.00,15000.00 +1131127029,O | H | A : THERE IS STILL HOPE (FUNDRAISER),Music,Music,GBP,2016-12-10,400.00,2016-11-16 20:12:27,0.00,failed,0,GB,0.00,0.00,497.75 +1131129854,misty mountain ministries,Documentary,Film & Video,USD,2015-01-31,5000.00,2015-01-21 02:56:54,30.00,failed,1,US,30.00,30.00,5000.00 +1131134603,StandCrafted: The Minimalist Wall-Mounted Standing Desk,Product Design,Design,USD,2015-12-19,70000.00,2015-11-16 12:30:37,5553.00,failed,34,US,5553.00,5553.00,70000.00 +1131140050,Biking America: the poetic journey,Poetry,Publishing,USD,2011-05-15,2000.00,2011-04-15 04:36:03,2190.00,successful,45,US,2190.00,2190.00,2000.00 +1131141593,Flamenco Jazz Recording by the Greg Duncan Quintet,Jazz,Music,USD,2012-08-18,3500.00,2012-07-18 19:33:36,3500.00,successful,16,US,3500.00,3500.00,3500.00 +"1131143096,""The Laundry Truck, CO"",Civic Design,Design,USD,2016-09-30,25000.00,2016-08-30 15:14:49,4073.00,failed,60,US,0.00,4073.00,25000.00" +1131150723,Birds Eye Alaska,Photography,Photography,USD,2014-08-15,10000.00,2014-07-31 21:37:38,14123.00,successful,148,US,14123.00,14123.00,10000.00 +1131154857,Don't Forget To Make Your Mark. 2017 Calendar Poster,Graphic Design,Design,GBP,2016-12-02,600.00,2016-11-16 22:37:10,134.00,failed,7,GB,37.46,169.16,757.41 +1131156796,Los Cthuluchadores: Elder Things in the Wrestling Ring,Tabletop Games,Games,USD,2014-03-03,22000.00,2014-01-21 19:55:56,8610.10,canceled,196,US,8610.10,8610.10,22000.00 +1131187216,What I Want You To Know - Big Messages From Your Little Baby,Fiction,Publishing,USD,2013-01-10,2800.00,2012-12-11 04:19:12,3430.00,successful,35,US,3430.00,3430.00,2800.00 +1131189492,behealty,Publishing,Publishing,EUR,2017-11-06,30.00,2017-10-17 18:00:50,22.00,failed,2,BE,0.00,25.64,34.96 +1131190547,Alternate Hilarities 5: One Star Reviews of the Afterlife,Anthologies,Publishing,USD,2016-03-13,499.00,2016-02-12 23:37:29,564.00,successful,22,US,564.00,564.00,499.00 +1131195071,TextSplit,Web,Technology,USD,2014-11-12,10000.00,2014-10-11 00:22:12,1157.00,failed,15,US,1157.00,1157.00,10000.00 +1131200207,No Bunnies Allowed In This Book: Our lives with Autism.,Nonfiction,Publishing,USD,2014-09-20,3100.00,2014-07-22 20:54:08,545.00,canceled,8,US,545.00,545.00,3100.00 +1131210106,Tangents & Tantrums,Hip-Hop,Music,USD,2016-02-08,3500.00,2016-01-09 15:45:24,1.00,failed,1,US,1.00,1.00,3500.00 +1131217243,Furboz Sketchbook Project 1,Illustration,Art,MXN,2018-01-01,35000.00,2017-12-11 22:23:40,15106.00,failed,32,MX,114.99,779.99,1807.20 +113122150,I'm gonna bake a Cake... My first Cake.,Food,Food,GBP,2014-08-07,10.00,2014-07-08 21:57:33,0.00,failed,0,GB,0.00,0.00,16.80 +1131222818,Flor de Maga Begins,Fiction,Publishing,USD,2014-02-01,375.00,2014-01-02 19:23:06,455.00,successful,14,US,455.00,455.00,375.00 +1131223931,My Life with ADHD,Publishing,Publishing,USD,2014-08-28,40000.00,2014-07-29 19:30:13,0.00,failed,0,US,0.00,0.00,40000.00 +1131229483,A Dream Of Wolves In Winter Ch. 3,Comic Books,Comics,USD,2015-08-15,1200.00,2015-06-16 18:47:41,713.00,failed,18,US,713.00,713.00,1200.00 +1131233382,Wolf + Antler: T-shirt Business Launch,Fashion,Fashion,GBP,2017-11-22,800.00,2017-11-01 13:30:19,808.00,successful,21,GB,171.67,1076.82,1066.15 +"1131237352,""Rise of the """"Piñata"""""",Film & Video,Film & Video,USD,2013-07-28,2500.00,2013-07-15 20:51:02,965.00,failed,22,US,965.00,965.00,2500.00" +1131240109,Salton Sea Documentary Feature Film,Documentary,Film & Video,USD,2017-10-19,30000.00,2017-09-19 19:37:59,37436.00,successful,86,US,30250.00,37436.00,30000.00 +1131243401,I'm almost done..Your support can open Julie's Cozy Cafe',Restaurants,Food,USD,2016-01-22,10000.00,2015-12-18 18:42:33,1527.00,failed,10,US,1527.00,1527.00,10000.00 +1131250440,OSAMA BIN LADEN IN IOWA 09-03-01,Nonfiction,Publishing,USD,2016-10-05,35000.00,2016-08-06 23:36:52,15.00,failed,1,US,15.00,15.00,35000.00 +1131250743,THE ROUNDLESS ROAD,Nonfiction,Publishing,USD,2012-02-29,1500.00,2011-12-31 02:39:26,0.00,failed,0,US,0.00,0.00,1500.00 +1131258716,A Satirical History of Internet Posting,Zines,Publishing,GBP,2016-05-02,300.00,2016-04-01 20:25:16,384.00,successful,28,GB,550.92,556.50,434.76 +1131274680,The Making of Steven Christopher: WATCH my first album,Documentary,Film & Video,USD,2011-05-30,4000.00,2011-04-30 05:13:34,50.00,failed,1,US,50.00,50.00,4000.00 +1131282680,Worlds Best Quality Scarves (Canceled),Fashion,Fashion,CAD,2015-01-01,10000.00,2014-12-01 17:10:38,105.00,canceled,13,CA,91.97,89.88,8560.18 +"1131283491,""Short film """"Mother"""""",Film & Video,Film & Video,USD,2017-06-21,8500.00,2017-05-22 23:49:28,0.00,failed,0,US,0.00,0.00,8500.00" +1131285383,Beop - The Live Show. (Canceled),Pop,Music,NZD,2014-06-13,12648.00,2014-05-14 05:19:08,3895.00,canceled,14,NZ,3359.15,3371.71,10948.75 +1131290584,Shades of Blue (Sombras de Azul) - a cinematic elegy,Narrative Film,Film & Video,USD,2012-06-03,15000.00,2012-04-26 07:41:38,17777.76,successful,130,US,17777.76,17777.76,15000.00 +1131293444,I Don't Know What to Eat,Publishing,Publishing,USD,2014-08-15,25000.00,2014-07-16 22:57:04,550.00,failed,3,US,550.00,550.00,25000.00 +1131297675,HIGH ON BLOOD AT THE END OF THE WORLD,Fiction,Publishing,USD,2012-05-29,1000.00,2012-03-30 21:16:47,1200.00,successful,34,US,1200.00,1200.00,1000.00 +1131312139,Parent Opinion of School Subjects 2015 (Canceled),Academic,Publishing,USD,2015-03-11,8000.00,2015-02-09 17:34:25,0.00,canceled,0,US,0.00,0.00,8000.00 +1131317052,Inspirational phone case - help attract the things you want,Product Design,Design,HKD,2016-10-31,15000.00,2016-09-27 23:33:51,158.00,failed,1,HK,0.00,20.37,1934.06 +1131320301,New Alex Kappler record!,Pop,Music,EUR,2016-01-02,5000.00,2015-12-08 15:21:31,0.00,failed,0,AT,0.00,0.00,5430.47 +1131328687,BLACKBIRD by David Harrower at Backspace in East Vancouver,Theater,Theater,CAD,2017-11-26,7000.00,2017-10-27 17:55:10,8018.00,successful,117,CA,101.66,6228.06,5437.32 +"1131330090,""New Farm Shop Food Hub, Butchery, Kitchen and Event Space"",Food,Food,GBP,2017-03-31,30000.00,2017-03-01 12:16:15,32417.00,successful,257,GB,2178.14,40509.60,37489.22" +113133080,Micro Galleries - Graz,Installations,Art,AUD,2016-06-10,4700.00,2016-05-12 05:23:06,4842.00,successful,65,AU,3548.76,3583.48,3478.39 +1131331214,Legacy of a Writer -- The Late Gary Reilly,Fiction,Publishing,USD,2014-07-04,15000.00,2014-06-04 17:38:07,9270.00,failed,65,US,9270.00,9270.00,15000.00 +1131341697,Desktop Mutoscope featuring Animations by Anna Taberko,Design,Design,USD,2017-06-26,600.00,2017-06-06 19:22:32,4327.00,successful,26,US,2115.00,4327.00,600.00 +1131350525,Michael Goude| New Album,Faith,Music,USD,2014-12-13,3500.00,2014-11-13 18:00:04,3614.00,successful,41,US,3614.00,3614.00,3500.00 +1131353743,The Loa Greyson Project,Pop,Music,USD,2015-05-02,8500.00,2015-04-16 22:19:36,10223.00,successful,87,US,10223.00,10223.00,8500.00 +1131355704,Into The Darkness: Haunted Ohio,Documentary,Film & Video,USD,2011-10-29,500.00,2011-08-30 08:52:37,0.00,failed,0,US,0.00,0.00,500.00 +1131356728,The Happy Pickle Co.,Farmer's Markets,Food,USD,2014-12-14,2500.00,2014-10-15 19:08:24,300.00,failed,8,US,300.00,300.00,2500.00 +1131376350,lil' Sherman,Video Games,Games,USD,2012-04-26,20000.00,2012-03-27 02:14:03,2026.00,failed,61,US,2026.00,2026.00,20000.00 +1131382093,Future Restaurant Zoraida's Latin Bistro,Food,Food,USD,2014-05-05,60000.00,2014-03-06 14:30:56,26.00,failed,2,US,26.00,26.00,60000.00 +1131383196,GOLD,Children's Books,Publishing,AUD,2016-11-17,10000.00,2016-10-18 23:56:58,385.00,canceled,5,AU,53.16,284.66,7393.72 +1131388244,A Failed System,Documentary,Film & Video,USD,2012-03-03,15000.00,2012-01-03 16:11:41,140.00,failed,2,US,140.00,140.00,15000.00 +1131395026,Football Office Chair Covers - Double-sided print,Accessories,Fashion,AUD,2015-01-15,47000.00,2014-12-16 00:01:48,95.00,failed,4,AU,78.34,78.00,38591.02 +113139559,SLASHERMANIA - EPIC RETRO EIGHTIES HORROR GRAPHIC NOVEL,Graphic Novels,Comics,GBP,2016-09-13,4500.00,2016-08-13 14:13:20,4788.18,successful,146,GB,1221.06,6308.70,5929.01 +"1131395978,Realm Komiks Novel and Graphic Novel; Edition 1,Graphic Novels,Comics,USD,2017-03-25,42000.00,2017-02-24 00:00:10,75.00,canceled,1,US,0.00,75.00,42000.00" +1131398182,Best of The Swollen Corpse (Canceled),Fiction,Publishing,USD,2011-07-17,1200.00,2011-06-02 07:06:02,455.00,canceled,3,US,455.00,455.00,1200.00 +1131401007,You Reap What You Sow,Drama,Film & Video,USD,2014-08-14,3000.00,2014-07-15 23:43:15,507.50,failed,14,US,507.50,507.50,3000.00 +1131405944,MOVING TOWARDS MEANING: Interpreting paintings through dance,Dance,Dance,USD,2011-11-07,1800.00,2011-10-15 20:46:42,1990.00,successful,20,US,1990.00,1990.00,1800.00 +"1131410445,""Ray Prim : Raising """"five"""""",Music,Music,USD,2011-08-31,2500.00,2011-07-29 15:12:16,6240.11,successful,75,US,6240.11,6240.11,2500.00" +"1131412123,""TAKE OFF"""" single."",Hip-Hop,Music,CAD,2015-11-12,5000.00,2015-10-13 23:54:45,0.00,failed,0,CA,0.00,0.00,3757.99" +1131425605,Build the Falcon,Flight,Technology,GBP,2016-05-20,170000.00,2016-03-28 17:03:30,501.00,failed,14,GB,708.13,729.88,247665.39 +1131431179,Worlds Largest Food Fight,Events,Food,USD,2015-02-08,10000.00,2014-12-10 15:23:37,3.00,failed,3,US,3.00,3.00,10000.00 +1131431945,Qhome - Quatanium Smart Home Solution (Canceled),Hardware,Technology,USD,2014-10-07,500000.00,2014-08-08 17:45:56,4644.00,canceled,9,US,4644.00,4644.00,500000.00 +1131432456,It's in the cards.,Graphic Design,Design,USD,2013-11-24,5000.00,2013-10-25 23:02:19,3706.11,failed,94,US,3706.11,3706.11,5000.00 +1131435910,OSCILLATOR...A Sci-Fi thriller indie film. (Canceled),Narrative Film,Film & Video,USD,2011-02-05,60000.00,2010-11-07 03:17:49,1375.00,canceled,8,US,1375.00,1375.00,60000.00 +1131439568,A FILM SHARING WEBSITE,Film & Video,Film & Video,AUD,2016-05-05,14999.00,2016-04-06 01:57:01,0.00,failed,0,AU,0.00,0.00,11057.13 +113144069,Anchorage & Vicinity 2016 Calendar,Calendars,Publishing,USD,2014-11-27,4400.00,2014-10-27 23:19:38,1549.00,failed,35,US,1549.00,1549.00,4400.00 +"1131457509,""Bilingual e-Book """"NY pier 34"""", 1983 (English & Spanish)"",Art Books,Publishing,USD,2013-11-26,5500.00,2013-10-12 14:15:21,5545.00,successful,31,US,5545.00,5545.00,5500.00" +1131459214,Osiyo Ocean,Indie Rock,Music,USD,2014-07-23,333.00,2014-06-23 21:58:42,333.00,successful,13,US,333.00,333.00,333.00 +1131466693,Kettlebell Hand Protection,Product Design,Design,USD,2013-12-19,1500.00,2013-11-09 00:58:22,1830.00,successful,85,US,1830.00,1830.00,1500.00 +1131467927,Kirigami Paper Craft Book,Sculpture,Art,AUD,2014-08-27,250.00,2014-07-18 23:49:33,50.00,failed,1,AU,46.80,46.69,233.45 +1131482748,Leadr,Apps,Technology,CAD,2015-06-14,5000.00,2015-05-15 20:25:36,0.00,failed,0,CA,0.00,0.00,4074.65 +1131483221,The Meditations Trilogy,Publishing,Publishing,USD,2016-04-08,25000.00,2016-03-09 02:59:28,25949.00,successful,301,US,25949.00,25949.00,25000.00 +1131485648,Dreams of the Last Butterflies,Shorts,Film & Video,USD,2012-08-18,36000.00,2012-07-13 14:03:08,36666.00,successful,372,US,36666.00,36666.00,36000.00 +1131491710,Elite Source Mapping,Video Games,Games,USD,2014-10-30,2000.00,2014-09-30 04:04:53,25.00,failed,1,US,25.00,25.00,2000.00 +1131494405,Geo Blood,Apps,Technology,USD,2016-07-10,25000.00,2016-06-13 19:07:59,0.00,failed,0,US,0.00,0.00,25000.00 +1131496086,Adam Brockway & Friends studio album.,Music,Music,USD,2017-10-27,800.00,2017-09-27 15:30:18,1460.00,successful,27,US,25.00,1460.00,800.00 +1131498224,Artsy Millennial,Web,Journalism,USD,2015-08-08,4000.00,2015-07-09 10:55:23,0.00,failed,0,US,0.00,0.00,4000.00 +1131499621,Sogbety Diomande's West African Celebration,Performance Art,Art,USD,2012-03-29,3000.00,2012-02-08 02:38:59,1588.00,failed,20,US,1588.00,1588.00,3000.00 +1131509297,Can a new band get in the musical industry?,Pop,Music,USD,2010-12-03,960.00,2010-11-03 12:16:49,0.00,failed,0,US,0.00,0.00,960.00 +1131513350,The Wicks Wanna Light Up the Dark!,Music,Music,USD,2011-11-11,5000.00,2011-09-27 05:46:54,651.00,failed,20,US,651.00,651.00,5000.00 +1131516869,The [REAL] Book,Publishing,Publishing,USD,2014-05-27,7000.00,2014-05-12 16:29:19,1075.00,failed,19,US,1075.00,1075.00,7000.00 +1131517761,Gingerella Winery,Food,Food,USD,2013-12-22,24500.00,2013-11-07 04:06:01,160.00,failed,3,US,160.00,160.00,24500.00 +1131519420,Fire Up My Studio!,Sculpture,Art,USD,2014-05-18,5000.00,2014-04-18 21:54:45,255.00,failed,5,US,255.00,255.00,5000.00 +1131522515,This Testimony Though,Couture,Fashion,USD,2016-12-29,5500.00,2016-11-29 16:43:10,55.00,failed,1,US,0.00,55.00,5500.00 +"1131532932,""THE REUNITED, A Supernatural Horror Film (Canceled)"",Narrative Film,Film & Video,USD,2012-10-22,11800.00,2012-09-16 21:16:49,2985.00,canceled,17,US,2985.00,2985.00,11800.00" +"1131535715,Coming Out: A draft; Building In Potentia.,Events,Comics,AUD,2017-07-06,21188.00,2017-06-22 15:07:15,0.00,failed,0,AU,0.00,0.00,16113.77" +"1131542614,""Ten Chances, No Hustle: Experimental Art Residency and Book"",Art,Art,USD,2012-07-09,4500.00,2012-06-21 20:25:43,2781.00,failed,33,US,2781.00,2781.00,4500.00" +1131543630,AKELA SURF X MIMI HAMMER Road to SWIM COLLECTIVE TRADE SHOW,Apparel,Fashion,CAD,2015-05-12,5500.00,2015-04-07 22:18:41,6.00,failed,2,CA,4.81,4.98,4569.24 +"1131544899,""The Birthday of The Infanta, an Oscar Wilde short story"",Shorts,Film & Video,GBP,2015-12-24,3000.00,2015-12-01 11:39:56,3217.00,successful,115,GB,4834.81,4796.55,4473.01" +113154848,Once In Fado,Musical,Theater,GBP,2016-01-25,15000.00,2015-11-26 00:56:10,801.00,failed,20,GB,1212.27,1144.73,21436.84 +1131549549,Amateur Cage Dive for Shark Week,Television,Film & Video,USD,2014-09-15,50000.00,2014-08-16 00:23:52,0.00,failed,0,US,0.00,0.00,50000.00 +1131550782,Titan - The Ultimate SUP Paddle,Technology,Technology,USD,2014-04-18,40000.00,2014-03-04 02:43:10,3480.00,failed,52,US,3480.00,3480.00,40000.00 +1131552103,UK Green Film Festival - 'Love Green London 2013',Film & Video,Film & Video,GBP,2013-04-05,3500.00,2013-03-09 12:42:28,36.00,failed,5,GB,53.98,54.88,5335.53 +1131555516,Blue Springs,Webseries,Film & Video,USD,2014-06-01,17000.00,2014-05-02 22:29:08,1965.00,failed,20,US,1965.00,1965.00,17000.00 +1131572645,AUROR'S TALE - A Fan Web Series,Webseries,Film & Video,USD,2012-07-07,13750.00,2012-06-07 05:58:30,19773.00,successful,492,US,19773.00,19773.00,13750.00 +1131588987,Vindicator is broke-dicator!,Music,Music,USD,2012-05-26,1200.00,2012-05-08 23:54:45,1301.51,successful,41,US,1301.51,1301.51,1200.00 +1131595769,Your Magazine Cover Oil Portait,Painting,Art,USD,2015-03-08,10000.00,2015-02-06 12:22:44,1.00,failed,1,US,1.00,1.00,10000.00 +11316133,DOUBLE FEATURE: Outstanding fit and high performance shirts,Fashion,Fashion,USD,2014-05-10,7000.00,2014-03-22 05:00:44,1492.00,failed,16,US,1492.00,1492.00,7000.00 +1131620170,Folox,Comics,Comics,CAD,2015-07-29,7000.00,2015-06-29 17:28:02,10.00,failed,1,CA,8.12,7.66,5364.81 +1131624562,ELIMIFLY the mosquito killer.,Gadgets,Technology,USD,2017-04-26,10000.00,2017-03-27 16:05:02,13269.00,successful,61,US,1389.00,13269.00,10000.00 +1131626532,Winter is Coming Film | Seasons of Entrepreneurship Series,Documentary,Film & Video,USD,2015-09-13,75000.00,2015-07-15 03:57:32,0.00,failed,0,US,0.00,0.00,75000.00 +1131626652,Middle of Nowhere Sessions,Indie Rock,Music,USD,2014-07-07,11111.00,2014-06-06 01:54:21,11532.00,successful,163,US,11532.00,11532.00,11111.00 +1131626877,Get Rich or Try Dying,Indie Rock,Music,USD,2014-03-03,1500.00,2014-02-01 05:18:36,1635.00,successful,31,US,1635.00,1635.00,1500.00 +1131626945,Cartoona: The Heads On Tails Expansion,Tabletop Games,Games,USD,2012-05-10,200.00,2012-04-10 20:32:37,1467.00,successful,132,US,1467.00,1467.00,200.00 +1131629221,MY CITY (Suspended),Narrative Film,Film & Video,USD,2012-09-06,25000.00,2012-08-07 23:33:32,21.00,suspended,2,US,21.00,21.00,25000.00 +113163295,Airline the Card Game,Tabletop Games,Games,USD,2014-10-16,1000.00,2014-09-16 18:13:07,2213.00,successful,68,US,2213.00,2213.00,1000.00 +1131633877,The Heartbeat of Australia,Web,Journalism,AUD,2015-07-08,700.00,2015-06-19 10:13:54,31.00,failed,2,AU,23.97,23.16,522.86 +1131634685,Dream Do Come True,Performances,Dance,USD,2014-12-08,6100.00,2014-11-22 02:11:32,1005.00,failed,1,US,1005.00,1005.00,6100.00 +1131640682,Patriot's Day - Zombie Grindhouse Feature (Canceled),Film & Video,Film & Video,USD,2015-03-06,100.00,2015-02-04 04:21:24,0.00,canceled,0,US,0.00,0.00,100.00 +1131642363,Arizona's first craft cidery & taproom,Drinks,Food,USD,2016-10-06,30000.00,2016-08-22 23:26:35,12706.12,failed,60,US,1684.12,12706.12,30000.00 +1131656025,The American Book of the Woke,Nonfiction,Publishing,USD,2017-10-01,3700.00,2017-09-01 03:24:32,868.00,failed,15,US,0.00,868.00,3700.00 +1131656045,The Makery at Mercury Studio,Crafts,Crafts,USD,2014-03-02,2500.00,2014-02-06 22:55:37,2645.00,successful,50,US,2645.00,2645.00,2500.00 +1131666817,EUROCRIME! cinema documentary needs to begin licensing film clips,Documentary,Film & Video,USD,2010-01-26,10000.00,2009-10-29 16:51:02,14600.00,successful,46,US,14600.00,14600.00,10000.00 +1131667041,Life Saving Fire Shelter,Product Design,Design,AUD,2016-01-22,100000.00,2015-12-30 07:38:57,496.00,failed,23,AU,360.45,348.56,70274.07 +1131677007,Bittersweet,Shorts,Film & Video,EUR,2016-02-04,2000.00,2016-01-05 06:00:18,2293.00,successful,44,FR,2492.60,2568.61,2240.39 +1131677093,TalkWits.com,Web,Technology,USD,2015-08-27,500.00,2015-06-28 00:17:28,0.00,failed,0,US,0.00,0.00,500.00 +1131679232,Death Stylish iPhone Case,Crafts,Crafts,MXN,2017-11-25,60000.00,2017-09-26 23:19:56,10.00,failed,1,MX,0.00,0.54,3213.02 +1131709219,The Beauty of a Woman,Fine Art,Photography,GBP,2017-10-02,5000.00,2017-09-02 12:54:20,1037.00,failed,12,GB,262.62,1355.91,6537.66 +1131714062,Bridge City Gourmet Burger & Chip Wagon,Food Trucks,Food,CAD,2015-06-27,35000.00,2015-05-27 19:23:22,0.00,failed,0,CA,0.00,0.00,27817.52 +113171413,Samanata Yogi,Apparel,Fashion,GBP,2016-01-03,5000.00,2015-12-04 08:38:47,5022.10,successful,59,GB,7497.25,7319.57,7287.35 +1131715972,Loving Red,Fiction,Publishing,USD,2015-07-10,1500.00,2015-06-10 18:56:31,10.00,failed,1,US,10.00,10.00,1500.00 +1131717515,Dumbo Feather Magazine - the iPad App!,Periodicals,Publishing,USD,2012-07-11,25000.00,2012-06-06 06:36:08,26431.00,successful,275,US,26431.00,26431.00,25000.00 +1131717790,The Last Tiki (Canceled),Video Games,Games,USD,2016-02-28,5000.00,2016-01-29 21:52:49,364.00,canceled,14,US,364.00,364.00,5000.00 +1131723686,Windy City TimeLapse,Photography,Photography,USD,2014-02-03,8000.00,2013-12-05 02:14:28,27.00,failed,4,US,27.00,27.00,8000.00 +1131723909,PowerBarr Solar Phone Charger,Hardware,Technology,CAD,2014-01-16,7000.00,2013-12-02 20:51:21,7058.00,successful,42,CA,6649.14,6434.50,6381.62 +113173353,Erase All Kittens - A game that inspires girls to code,Mobile Games,Games,GBP,2017-12-21,15000.00,2017-11-21 13:02:26,21508.00,successful,321,GB,6437.08,28784.03,20074.41 +1131748542,EYE. Eco friendly framed eye charts with motivational quotes,Graphic Design,Design,NOK,2014-12-03,12500.00,2014-11-03 19:50:54,12745.00,successful,5,NO,1887.88,1788.24,1753.87 +1131753900,Catscan! New Album Project,Rock,Music,USD,2014-02-01,2000.00,2013-12-31 01:41:48,2165.01,successful,32,US,2165.01,2165.01,2000.00 +1131761302,Fantasy Rugby Game,Games,Games,GBP,2014-08-14,2500.00,2014-08-04 22:50:57,335.50,failed,49,GB,564.40,559.95,4172.51 +1131761329,Popper.com,Web,Technology,USD,2015-06-12,5000.00,2015-04-13 00:53:55,40.00,failed,4,US,40.00,40.00,5000.00 +1131767439,Charlotte: A modular real-time and time-lapse dolly system,Camera Equipment,Technology,USD,2014-10-24,15000.00,2014-09-24 14:01:27,15284.00,successful,34,US,15284.00,15284.00,15000.00 +1131768129,Terry Holder’s NEW CD “Flowers At Midnight”,Country & Folk,Music,USD,2012-12-15,11100.00,2012-11-14 17:05:03,11382.00,successful,160,US,11382.00,11382.00,11100.00 +1131774240,How to play guitar for beginners,Film & Video,Film & Video,GBP,2013-10-01,8260.00,2013-09-03 22:07:32,1.00,failed,1,GB,1.55,1.61,13257.58 +1131776778,Grab and Go Sandwich Co,Small Batch,Food,GBP,2014-10-27,5000.00,2014-09-27 21:23:52,0.00,failed,0,GB,0.00,0.00,7984.67 +1131776859,The Lord of the Elements,Tabletop Games,Games,EUR,2016-06-03,90.00,2016-05-04 18:54:11,0.00,failed,0,ES,0.00,0.00,100.39 +"1131780133,""Washing Machine Drum floor, pendant, standard and table lamp"",Product Design,Design,GBP,2017-10-10,1000.00,2017-09-25 19:18:16,187.00,failed,5,GB,0.00,248.20,1327.26" +1131783118,FOXXVAULT: PROTECT THE KEYS TO YOUR LIFE . . . GO FORWARD,Technology,Technology,USD,2017-11-28,97000.00,2017-10-24 14:25:09,113560.00,successful,416,US,0.00,113560.00,97000.00 +1131784740,The Casual Crate Collection! Start-Up Clothing Company!,Ready-to-wear,Fashion,USD,2015-05-19,3500.00,2015-04-20 11:45:44,0.00,failed,0,US,0.00,0.00,3500.00 +1131799371,Parrot Passages Board Game -- A Caribbean State of Mind,Games,Games,USD,2015-09-09,50000.00,2015-08-10 18:08:28,4201.00,failed,13,US,4201.00,4201.00,50000.00 +1131804962,Little Miss Prim & Proper,Children's Books,Publishing,USD,2014-07-19,1000.00,2014-06-19 04:11:02,1375.00,successful,25,US,1375.00,1375.00,1000.00 +1131807508,Draft Chocolates,Food,Food,USD,2013-11-14,6000.00,2013-10-15 20:32:09,8483.00,successful,166,US,8483.00,8483.00,6000.00 +"1131809021,""MicroLux Flashlight: a Better, Bright, Keychain Light!"",Gadgets,Technology,USD,2016-11-20,75000.00,2016-10-14 00:26:56,764.00,failed,23,US,392.00,764.00,75000.00" +1131815588,Horror Of The Necrodarlings! A 5th Edition D&D Campaign,Tabletop Games,Games,CAD,2017-10-15,1500.00,2017-09-15 16:11:45,4621.00,successful,116,CA,412.18,3698.58,1200.58 +1131815746,Serve2Unite: Creating Peaceful Schools that Value Diversity,Art,Art,USD,2013-12-31,5000.00,2013-11-26 21:02:24,957.00,failed,17,US,957.00,957.00,5000.00 +113181586,MAKE FACIAL AVALANCHES A THING OF THE PAST!,Product Design,Design,USD,2015-01-08,50000.00,2014-12-09 20:16:30,360.00,failed,12,US,360.00,360.00,50000.00 +1131825016,Survival Horror iOS Game,Video Games,Games,USD,2011-07-16,200000.00,2011-06-01 06:47:37,41.00,failed,4,US,41.00,41.00,200000.00 +1131825481,5-Year Journey: Book One,Nonfiction,Publishing,USD,2014-01-18,1250.00,2013-12-18 21:46:35,151.00,failed,6,US,151.00,151.00,1250.00 +1131828995,Before Homosexuals: The Prequel to Before Stonewall,Documentary,Film & Video,USD,2014-12-22,75000.00,2014-11-12 15:37:33,77936.00,successful,173,US,77936.00,77936.00,75000.00 +1131829255,Sins & Virtues,Games,Games,USD,2013-06-06,17500.00,2013-04-07 00:53:48,825.00,failed,17,US,825.00,825.00,17500.00 +1131831217,Svavar Gudnason – The Icelandic Cobra Artist (Canceled),Art Books,Publishing,USD,2013-05-26,30000.00,2013-04-26 15:33:06,0.00,canceled,0,US,0.00,0.00,30000.00 +1131840717,trakkies. a multifunctional microcomputer for your things.,Wearables,Technology,EUR,2015-08-20,101010.00,2015-07-06 12:20:37,73095.00,canceled,566,NL,81213.78,82458.12,113948.90 +1131840860,Project Hardcover,Fiction,Publishing,USD,2016-11-01,3500.00,2016-10-02 12:54:29,798.00,failed,32,US,140.00,798.00,3500.00 +1131841521,Minnesota Dance Collaborative HoliDaydream Production,Performances,Dance,USD,2015-09-02,4000.00,2015-08-03 18:43:57,4025.00,successful,51,US,4025.00,4025.00,4000.00 +1131847823,Sweet Potato Salad,Food,Food,USD,2014-08-08,15.00,2014-07-09 17:03:28,0.00,failed,0,US,0.00,0.00,15.00 +1131849342,100 Miles In My Shoes: Tow Life,Documentary,Film & Video,USD,2015-08-22,200000.00,2015-07-23 04:37:44,0.00,failed,0,US,0.00,0.00,200000.00 +1131850826,MASTAQ (Canceled),Tabletop Games,Games,USD,2014-10-30,500.00,2014-09-30 01:07:54,1.00,canceled,1,US,1.00,1.00,500.00 +113185883,Super Random Factoid Calendar,Calendars,Publishing,USD,2014-10-01,4000.00,2014-08-18 18:52:06,180.00,failed,5,US,180.00,180.00,4000.00 +1131879087,The Banzai Drone,DIY Electronics,Technology,USD,2016-07-14,2500.00,2016-06-14 22:51:11,7470.00,successful,29,US,5632.00,7470.00,2500.00 +1131885184,A New Home for White Tiger Martial Arts (Canceled),Performance Art,Art,USD,2016-07-23,15000.00,2016-05-24 04:47:40,2977.00,canceled,23,US,2977.00,2977.00,15000.00 +1131888605,Brazilian Samba Basics DVD,Dance,Dance,USD,2014-09-02,8000.00,2014-08-02 06:14:24,8570.11,successful,159,US,8570.11,8570.11,8000.00 +1131895939,The Blame Game,Narrative Film,Film & Video,USD,2012-04-05,3000.00,2012-03-06 03:06:38,4000.00,successful,63,US,4000.00,4000.00,3000.00 +1131898984,Atreya Shiksha,Nonfiction,Publishing,USD,2013-03-17,2000.00,2013-02-15 09:07:42,3074.00,successful,66,US,3074.00,3074.00,2000.00 +113190030,The Jocelyn Book Series (Canceled),Fiction,Publishing,USD,2015-09-27,500.00,2015-09-02 20:51:15,0.00,canceled,0,US,0.00,0.00,500.00 +1131916906,Wild Ruins,Nonfiction,Publishing,GBP,2014-07-09,5000.00,2014-05-30 09:55:39,5096.00,successful,99,GB,8521.43,8724.38,8560.03 +"1131924047,""""""Yep, It's Rocket Science!"""" by Bob Windt"",Children's Books,Publishing,USD,2012-12-10,10000.00,2012-10-26 19:42:40,10174.59,successful,76,US,10174.59,10174.59,10000.00" +1131928720,22 Kings Makes an Album,Music,Music,USD,2013-02-10,3000.00,2013-01-11 20:16:31,3075.00,successful,46,US,3075.00,3075.00,3000.00 +1131941202,Best of British ABC Photo Book,Art Books,Publishing,GBP,2014-04-06,500.00,2014-03-07 19:34:57,513.00,successful,25,GB,857.43,858.32,836.57 +1131941509,The Grail,Gadgets,Technology,USD,2015-08-29,200000.00,2015-07-31 18:48:09,176.00,failed,3,US,176.00,176.00,200000.00 +1131942751,Morpheus Rig v2.0,Animation,Film & Video,USD,2012-11-08,20000.00,2012-10-09 00:12:37,32138.00,successful,279,US,32138.00,32138.00,20000.00 +1131949626,TummyYummyBabyFood (Canceled),Small Batch,Food,USD,2016-06-19,25000.00,2016-05-20 05:50:35,31.00,canceled,2,US,31.00,31.00,25000.00 +1131950439,We want to make an album because we love music!,Electronic Music,Music,USD,2011-07-15,720.00,2011-06-15 02:00:26,790.89,successful,36,US,790.89,790.89,720.00 +"113195505,Sunday White Boat,Music,Music,EUR,2015-06-28,4000.00,2015-06-12 01:03:16,15.00,undefined,0,""N,0"""""",,16.64,4438.38" +1131955078,The Exile Empire,Fiction,Publishing,USD,2011-07-28,10000.00,2011-06-28 05:25:15,5.00,failed,1,US,5.00,5.00,10000.00 +"1131956331,""Porter Band """"Make Jesus Famous"""" Album Support"",Music,Music,USD,2016-05-28,6000.00,2016-04-28 17:59:47,6010.00,successful,0,""N,0"""""",,6010.00,6000.00" +113196141,Ecopunk! speculative tales of radical futures anthology,Anthologies,Publishing,AUD,2017-09-22,3000.00,2017-09-03 04:49:39,3586.00,successful,140,AU,317.10,2857.37,2390.44 +"1131963735,""The Moving Companion, LLC Mobile Phone App Development"",Apps,Technology,USD,2014-11-28,1500.00,2014-10-14 17:43:14,6.00,failed,2,US,6.00,6.00,1500.00" +113196504,Guardian: Bringing Control Back to the Internet.,Hardware,Technology,USD,2013-04-22,358000.00,2013-02-21 07:29:11,43320.00,failed,177,US,43320.00,43320.00,358000.00 +1131965562,The Miranda App (Police Audio Language Translation Tool),Apps,Technology,USD,2016-10-02,5000.00,2016-08-18 13:55:17,1.00,failed,1,US,0.00,1.00,5000.00 +1131966167,DTMX ODORLESS URBAN SOCKS - FASHION MEETS INNOVATION,Footwear,Fashion,EUR,2015-12-02,25000.00,2015-10-28 20:30:27,101.00,canceled,4,NL,111.73,110.11,27255.09 +1131966798,Hollywood Theater Go Digital - Final Push!,Movie Theaters,Film & Video,USD,2014-07-30,7500.00,2014-07-15 14:47:19,10450.00,successful,187,US,10450.00,10450.00,7500.00 +1131972424,Organic Game Bird Farms,Farms,Food,USD,2018-01-01,20000.00,2017-12-02 03:32:44,85.00,failed,3,US,0.00,85.00,20000.00 +1131973466,SEANNY DOGG—COMIN OUT SWINGIN,Music,Music,USD,2017-01-25,3500.00,2017-01-05 06:11:36,3513.00,successful,33,US,215.00,3513.00,3500.00 +"1131981572,""Aaron and Amanda Konzelman - album """"Back Porch Confessional"""""",Country & Folk,Music,USD,2012-02-05,15000.00,2012-01-06 21:41:01,16185.00,successful,41,US,16185.00,16185.00,15000.00" +"1131991315,""Konstantin & Mouse, a documentary"",Documentary,Film & Video,USD,2010-11-05,5000.00,2010-09-16 13:07:39,5111.00,successful,44,US,5111.00,5111.00,5000.00" +1131998379,Cute Animal Sticker Set,Digital Art,Art,USD,2011-08-03,450.00,2011-06-04 02:06:09,606.69,successful,53,US,606.69,606.69,450.00 +1132004405,Publish Chains of Prophecy!,Fiction,Publishing,USD,2014-05-16,10000.00,2014-04-16 10:11:51,2136.00,failed,54,US,2136.00,2136.00,10000.00 +1132006476,Unique V-8 Engine Cutaway View T-Shirt!,Fashion,Fashion,USD,2014-04-14,80.00,2014-04-07 18:58:48,120.00,successful,6,US,120.00,120.00,80.00 +113200884,LA LOCA,Art,Art,MXN,2017-04-20,40000.00,2017-03-06 06:30:16,1560.00,failed,2,MX,0.00,82.84,2124.04 +1132013093,Create beautiful art products for Lash Artists,Textiles,Art,GBP,2015-05-27,2000.00,2015-03-28 19:00:48,641.00,failed,9,GB,951.93,978.00,3051.48 +"1132015013,""The dressmaker ,remnants of a life"",Shorts,Film & Video,USD,2011-05-13,2000.00,2011-02-11 17:51:38,2049.50,successful,30,US,2049.50,2049.50,2000.00" +1132019286,Out And About,Photobooks,Photography,GBP,2015-09-21,5000.00,2015-08-28 08:43:16,1225.00,failed,43,GB,1898.02,1859.13,7588.29 +1132019813,Mnemonic Sounds New Album!,Electronic Music,Music,USD,2011-03-18,4000.00,2011-01-31 19:24:32,4550.00,successful,55,US,4550.00,4550.00,4000.00 +1132026580,Adventure Teddy,Places,Photography,GBP,2014-09-26,1500.00,2014-07-28 18:30:37,15.00,failed,1,GB,25.46,24.46,2446.26 +1132035662,Reprint The Great Discontent's Sold Out Issue 1,Publishing,Publishing,USD,2016-11-23,35000.00,2016-11-02 14:36:39,35912.00,successful,367,US,6730.00,35912.00,35000.00 +"1132036320,""Make """"Us"""" happen - a short story about love & family told entirely with home movies"",Shorts,Film & Video,USD,2010-10-14,3180.00,2010-09-28 15:08:38,3555.00,successful,56,US,3555.00,3555.00,3180.00" +1132037267,Digital Night Studio,Mobile Games,Games,USD,2015-10-05,20000.00,2015-09-05 20:32:21,6.00,failed,2,US,6.00,6.00,20000.00 +113204057,iFetch Too!,Product Design,Design,USD,2015-05-21,50000.00,2015-04-21 17:01:50,117192.00,successful,980,US,117192.00,117192.00,50000.00 +1132042206,TELEPOD - Long Distance Lens for the iPhone 3g/3gs/4,Hardware,Technology,USD,2011-07-26,2776.00,2011-06-20 08:33:37,83.00,canceled,1,US,83.00,83.00,2776.00 +"1132042948,""The Science of Ghosts, a ground breaking investigation"",Film & Video,Film & Video,USD,2014-02-28,120000.00,2013-12-31 19:30:08,5.00,failed,1,US,5.00,5.00,120000.00" +1132045311,Hen House Comics introduces Virtuosa,Comics,Comics,USD,2014-05-21,8000.00,2014-04-16 00:23:35,452.00,failed,12,US,452.00,452.00,8000.00 +1132046517,Fair Trade Maasai Jewelry - Raven + Lily,Fashion,Fashion,USD,2013-08-01,30000.00,2013-07-11 14:05:14,42239.00,successful,169,US,42239.00,42239.00,30000.00 +1132046772,Jay Beale - Debut Album,Music,Music,GBP,2013-06-26,500.00,2013-05-27 20:18:00,800.00,successful,36,GB,1210.32,1220.72,762.95 +1132053825,Great Cardgame / Tolles Kartenspiel by T. Tillmann,Playing Cards,Games,EUR,2015-07-22,2850.00,2015-06-22 22:55:03,0.00,canceled,0,DE,0.00,0.00,3117.62 +"1132062275,""Best Wishes card, make a wish, give a card"",Mixed Media,Art,GBP,2013-11-12,156.00,2013-10-29 15:29:23,1.00,failed,1,GB,1.62,1.61,250.66" +1132069354,A film on the History of Kindergarten from Froebel to today,Documentary,Film & Video,USD,2015-08-20,9995.00,2015-07-21 00:53:35,12624.00,successful,83,US,12624.00,12624.00,9995.00 +1132071590,Robyn Harris//DEBUT EP,Pop,Music,USD,2016-02-22,10000.00,2016-01-23 20:30:38,635.00,failed,9,US,635.00,635.00,10000.00 +1132071925,XBGuard - A soft neoprene cover for the Xbox One Kinect,Gaming Hardware,Games,USD,2014-07-04,20000.00,2014-06-04 06:40:53,91.00,failed,8,US,91.00,91.00,20000.00 +"1132072990,""The People's College, a documentary about community college"",Documentary,Film & Video,USD,2011-08-14,15000.00,2011-07-15 20:38:00,1225.00,canceled,11,US,1225.00,1225.00,15000.00" +1132080702,Hunny Cakes,Food,Food,USD,2015-05-10,150000.00,2015-04-10 00:57:12,0.00,failed,0,US,0.00,0.00,150000.00 +1132091458,A VanishingTrail,Documentary,Film & Video,USD,2015-02-03,14000.00,2015-01-04 17:24:39,2186.00,failed,12,US,2186.00,2186.00,14000.00 +1132103834,Tie It Into My Hand - The Completion Campaign,Documentary,Film & Video,USD,2013-06-15,5000.00,2013-05-16 20:58:52,8000.00,successful,123,US,8000.00,8000.00,5000.00 +1132106305,Chronocomm Games: Strangers RPG,Games,Games,USD,2012-09-15,45000.00,2012-07-17 20:03:11,467.00,failed,7,US,467.00,467.00,45000.00 +1132112226,Shadowed: Homestretch Funding for a Feature Film,Narrative Film,Film & Video,USD,2012-01-01,10600.00,2011-12-01 23:59:34,12305.00,successful,127,US,12305.00,12305.00,10600.00 +1132121994,Been fresh,Apparel,Fashion,USD,2015-04-17,30000.00,2015-03-17 23:26:29,0.00,failed,0,US,0.00,0.00,30000.00 +1132125175,LIMINAL vs. OUR TOWN,Experimental,Theater,USD,2013-11-28,2000.00,2013-10-29 09:17:19,2443.00,successful,51,US,2443.00,2443.00,2000.00 +"1132128161,""Ruby Raynor, Junior Trainer: A Dog Training Tale for Kids"",Children's Books,Publishing,USD,2017-07-20,7525.00,2017-06-22 14:08:19,3091.00,failed,47,US,1430.00,3091.00,7525.00" +1132133245,Ice Dragons & Arctic Creatures - Playing Cards & Books,Playing Cards,Games,USD,2016-01-21,3000.00,2015-12-22 19:58:35,15436.50,successful,267,US,15436.50,15436.50,3000.00 +1132134942,The Tip's Second Album,Rock,Music,USD,2016-04-16,5000.00,2016-03-15 02:58:22,5160.22,successful,61,US,5160.22,5160.22,5000.00 +1132135767,Pinched Photography,People,Photography,CAD,2017-10-27,5000.00,2017-09-12 08:20:36,6.00,failed,2,CA,0.00,4.65,3878.37 +"1132136352,""A """"Writing Idiomatic Python"""" Video Series: Watch and Learn!"",Software,Technology,USD,2014-04-20,5000.00,2014-03-21 22:38:14,11267.00,successful,284,US,11267.00,11267.00,5000.00" +1132139624,Old-Fashioned Prostitutes (A True Romance),Theater,Theater,USD,2012-07-19,7500.00,2012-06-19 23:01:04,10413.00,successful,107,US,10413.00,10413.00,7500.00 +1132151876,Perfection Undone,Fiction,Publishing,USD,2017-03-23,2500.00,2017-03-16 02:28:17,101.00,failed,2,US,100.00,101.00,2500.00 +1132151923,Me and my bestfriend Levi (Suspended),People,Photography,CAD,2015-05-25,4000.00,2015-04-10 06:28:40,10.00,suspended,1,CA,7.97,8.04,3214.66 +"1132158175,""Restore the Lincoln """"Courting Couch"""""",Public Art,Art,USD,2014-01-20,4500.00,2013-11-21 20:12:09,5211.98,successful,195,US,5211.98,5211.98,4500.00" +1132168321,Feelz Bands,Design,Design,USD,2017-01-05,1375.00,2016-12-06 02:27:46,13.75,failed,1,US,0.00,13.75,1375.00 +1132182437,GUTZY: World's First Clothing Line Empowering Singles,Fashion,Fashion,USD,2013-06-05,10000.00,2013-05-06 23:54:08,536.00,failed,14,US,536.00,536.00,10000.00 +1132185192,You Shouldn't Have,Pop,Music,USD,2012-03-01,3500.00,2012-01-29 00:51:13,741.12,failed,28,US,741.12,741.12,3500.00 +1132204798,Stock Aerial Video and Photo of Chicago & U.S. Skylines,Film & Video,Film & Video,USD,2013-09-13,550.00,2013-09-03 03:27:33,556.00,successful,5,US,556.00,556.00,550.00 +1132205404,Tom Lord - My First One Person Show - May of 2014,Painting,Art,USD,2014-04-02,1200.00,2014-02-01 10:54:34,125.00,failed,2,US,125.00,125.00,1200.00 +1132208522,LEAVING MEGALOPOLIS,Comics,Comics,USD,2012-09-14,34000.00,2012-08-08 02:52:16,117660.46,successful,4194,US,117660.46,117660.46,34000.00 +1132218209,Rhotocromium: The Movie // Post-Production!,Shorts,Film & Video,USD,2012-11-12,3000.00,2012-10-22 20:53:44,720.00,failed,7,US,720.00,720.00,3000.00 +1132220481,HOT FLASH HAVOC (Canceled),Documentary,Film & Video,USD,2014-11-28,85000.00,2014-10-14 09:03:45,2375.00,canceled,36,US,2375.00,2375.00,85000.00 +1132235730,Couch Gaming Youtube Channel,Comedy,Film & Video,USD,2015-05-21,500.00,2015-04-21 17:57:42,40.00,failed,2,US,40.00,40.00,500.00 +1132238157,Build a Darkroom,Photography,Photography,USD,2015-03-14,1000.00,2015-02-13 20:07:04,30.00,failed,2,US,30.00,30.00,1000.00 +1132238368,A Year in The Lobby (Canceled),Literary Journals,Publishing,USD,2014-08-25,25000.00,2014-07-28 20:11:20,0.00,canceled,0,US,0.00,0.00,25000.00 +"1132241327,""Sammy Nino's 1st Album """"More Than Worries"""""",Music,Music,USD,2016-06-11,2500.00,2016-05-06 18:55:00,2590.00,successful,43,US,2100.00,2590.00,2500.00" +1132243918,Mil-Spec Ropes - Going For Color!,Product Design,Design,USD,2014-10-27,25000.00,2014-09-19 17:27:40,1135.00,failed,12,US,1135.00,1135.00,25000.00 +1132245182,2015 Virtual Time Capsule Project - We need you!,Experimental,Film & Video,USD,2014-12-06,15600.00,2014-10-28 02:21:02,140.00,failed,4,US,140.00,140.00,15600.00 +113224625,The Last Rhino War,Fiction,Publishing,USD,2017-08-19,3000.00,2017-07-20 15:42:47,3185.00,successful,19,US,200.00,3185.00,3000.00 +"1132247618,""Urban Art Syndicate Quarterly Magazine, Issue 0"",Periodicals,Publishing,USD,2012-08-30,17500.00,2012-07-31 02:26:21,813.00,failed,20,US,813.00,813.00,17500.00" +1132248124,Youtuber (Suspended) (Suspended) (Suspended) (Suspended),Webseries,Film & Video,EUR,2015-12-10,6900.00,2015-11-09 20:08:40,0.00,suspended,0,NL,0.00,0.00,7555.52 +1132248557,Lonesomes Issue 1,Comic Books,Comics,USD,2016-05-26,2000.00,2016-04-26 17:06:56,2228.00,successful,88,US,2228.00,2228.00,2000.00 +1132251137,Screenprinting Ahoy!,Crafts,Crafts,GBP,2014-05-08,350.00,2014-04-08 00:00:01,475.00,successful,23,GB,787.35,800.97,590.19 +"1132256639,""Casey Wickstrom's New Album: """"Bleed Out""""!!"",Music,Music,USD,2017-09-08,8000.00,2017-07-25 19:54:06,8042.49,successful,125,US,50.00,8042.49,8000.00" +1132258379,Incantris,Tabletop Games,Games,USD,2016-09-28,25000.00,2016-09-07 15:15:30,48227.00,successful,676,US,9260.00,48227.00,25000.00 +1132258657,Danse4ever Studios,Spaces,Dance,USD,2015-05-13,1000.00,2015-04-13 19:59:37,0.00,failed,0,US,0.00,0.00,1000.00 +1132262663,Tent City,Documentary,Film & Video,USD,2016-12-22,5000.00,2016-11-22 11:58:56,585.00,failed,12,US,25.00,585.00,5000.00 +1132267748,I AM SHAKESPEARE (The Henry Green Story) - A True Story,Narrative Film,Film & Video,USD,2015-01-19,30000.00,2014-11-20 03:00:06,8685.00,canceled,79,US,8685.00,8685.00,30000.00 +1132280175,The Hanged God: Short Story and Art Print,Illustration,Art,USD,2016-11-26,400.00,2016-10-31 17:09:20,765.00,successful,14,US,275.00,765.00,400.00 +1132281011,Last Call,Theater,Theater,USD,2012-03-09,5000.00,2012-02-08 22:48:52,6100.00,successful,101,US,6100.00,6100.00,5000.00 +"1132284617,""Moo Shoe Wash - shoe shampoo for fresh, clean leather shoes!"",Footwear,Fashion,USD,2015-01-09,10000.00,2014-12-09 14:07:19,1006.00,failed,38,US,1006.00,1006.00,10000.00" +1132287400,Rejillas Teñidas De Rojo,Shorts,Film & Video,MXN,2017-10-27,20000.00,2017-10-12 22:17:34,21390.00,successful,24,MX,500.14,1110.59,1038.42 +113228751,haunted Iowa,Documentary,Film & Video,USD,2016-06-03,75000.00,2016-05-02 18:00:41,2.00,failed,2,US,2.00,2.00,75000.00 +1132290684,Gone for the Holidays Tour,Indie Rock,Music,USD,2011-10-30,2000.00,2011-10-11 10:54:04,413.00,failed,15,US,413.00,413.00,2000.00 +1132293350,A Cultural Initiative,Art,Art,SEK,2016-07-08,25000.00,2016-05-25 16:31:25,1200.00,failed,3,SE,83.90,140.30,2922.85 +1132294621,RYCE: Rochester Youth Culinary Experience,Restaurants,Food,USD,2016-03-05,10000.00,2016-01-05 16:39:14,10360.00,successful,91,US,10360.00,10360.00,10000.00 +1132296290,Chicas Poderosas Stanford,Web,Journalism,USD,2015-06-01,10000.00,2015-05-19 19:14:57,10677.00,successful,108,US,10677.00,10677.00,10000.00 +113230,REBIRTH,Science Fiction,Film & Video,USD,2014-06-06,15644.00,2014-05-07 15:27:16,15779.00,successful,44,US,15779.00,15779.00,15644.00 +1132301936,Richard Johnston,Narrative Film,Film & Video,USD,2012-03-27,10500.00,2012-02-26 03:05:18,10965.00,successful,116,US,10965.00,10965.00,10500.00 +1132303109,Italian for Americans and Australians,Publishing,Publishing,AUD,2014-12-22,2500.00,2014-11-08 04:38:18,65.00,failed,2,AU,55.68,52.76,2029.39 +1132306696,Metamorphosis - Surviving Brain Injury,Nonfiction,Publishing,USD,2012-04-16,10000.00,2012-03-16 22:54:19,0.00,failed,0,US,0.00,0.00,10000.00 +1132316294,American Gamer (Canceled),Games,Games,USD,2014-10-22,19500.00,2014-09-22 22:57:20,0.00,canceled,0,US,0.00,0.00,19500.00 +1132319790,2012 Summer Fiber Arts Camp,Crafts,Crafts,USD,2012-06-17,3500.00,2012-05-18 03:36:57,215.00,failed,7,US,215.00,215.00,3500.00 +1132327549,Undead Shadows,Video Games,Games,CAD,2014-10-13,1500.00,2014-09-23 21:02:42,265.00,failed,4,CA,242.15,235.72,1334.28 +1132327959,Your Own Photo Made Into A BB Mosaic,Mixed Media,Art,USD,2015-04-23,32000.00,2015-03-23 11:43:05,4309.00,failed,18,US,4309.00,4309.00,32000.00 +1132340933,Sky-learn an educational app for young children,Video Games,Games,CAD,2015-08-21,350.00,2015-06-22 17:17:02,0.00,failed,0,CA,0.00,0.00,267.01 +113234417,Publish SAKIRA Bara Yaoi Titles,Graphic Novels,Comics,USD,2016-02-04,34000.00,2015-12-21 23:00:49,92400.10,successful,697,US,92400.10,92400.10,34000.00 +1132351142,The Easy Binding Winder,Product Design,Design,USD,2014-12-15,78000.00,2014-11-10 21:06:37,8430.00,failed,85,US,8430.00,8430.00,78000.00 +1132362095,Ninja High School the Anime and Manga Role Playing Game,Tabletop Games,Games,USD,2016-07-02,2850.00,2016-06-02 21:30:17,10001.00,successful,223,US,10001.00,10001.00,2850.00 +1132366780,Pencil Portrait Start Up,Conceptual Art,Art,GBP,2014-08-29,500.00,2014-07-30 13:55:52,0.00,failed,0,GB,0.00,0.00,829.12 +"1132368147,""8-bit Magazine Issue 2 (Amstrad, Commodore, Sinclair & more)"",Zines,Publishing,EUR,2016-09-20,200.00,2016-08-17 00:26:18,3618.00,successful,210,IE,1699.21,4057.24,224.28" +1132377362,Life’s Too Short: Shorty Long & The Jersey Horns Documentary,Documentary,Film & Video,USD,2013-08-17,21000.00,2013-07-27 15:54:52,825.00,failed,21,US,825.00,825.00,21000.00 +1132379475,Feed Your People: Big Batch Recipes by Big Hearted Cooks,Cookbooks,Food,USD,2015-10-08,35000.00,2015-09-08 18:29:40,40805.00,successful,405,US,40805.00,40805.00,35000.00 +1132381496,The Bakery - An Original Dark Comedy,Theater,Theater,USD,2012-01-26,600.00,2011-12-30 09:18:41,600.00,successful,17,US,600.00,600.00,600.00 +"1132392491,LOST from ATLANTIS; book 1 of 3 a fantasy adventure in time,Fiction,Publishing,USD,2015-06-26,25000.00,2015-04-27 20:07:54,178.00,failed,13,US,178.00,178.00,25000.00" +1132393144,Charm Patterns by Gertie,Fashion,Fashion,USD,2017-05-19,8800.00,2017-04-28 21:47:55,35063.00,successful,827,US,7516.00,35063.00,8800.00 +"1132396039,Chasing Tails - The Amberland Music Video,Music,Music,GBP,2014-12-22,1500.00,2014-12-02 19:11:08,1565.00,undefined,0,""N,0"""""",,2431.37,2330.39" +"1132397700,""Real or Fake, place your bets."",Graphic Novels,Comics,USD,2014-06-26,400.00,2014-05-27 21:02:10,435.00,successful,19,US,435.00,435.00,400.00" +1132399043,Summit In Doha,Photography,Photography,USD,2012-01-29,1000.00,2011-12-30 06:17:39,1005.00,successful,26,US,1005.00,1005.00,1000.00 +1132404518,Pin-Me-Not: The Magnetic Wedding Boutonniere Holder,DIY,Crafts,CAD,2015-12-12,5000.00,2015-11-12 01:00:14,947.00,failed,22,CA,713.64,678.56,3582.69 +113242194,Diaper Bag Backpack-Style & Function Collide with Adventure,Accessories,Fashion,USD,2018-01-01,10000.00,2017-12-01 16:43:53,10069.00,successful,82,US,2393.00,10069.00,10000.00 +1132423716,A Queer Horror! | a short horror film about identity,Horror,Film & Video,USD,2017-11-09,600.00,2017-10-26 01:57:28,670.00,successful,20,US,135.00,670.00,600.00 +1132425460,MIDWEST BEARD SUPPLY,Fashion,Fashion,USD,2015-06-02,400.00,2015-05-18 20:10:40,0.00,failed,0,US,0.00,0.00,400.00 +1132430212,First Annual LitRPG Gala!!!,Publishing,Publishing,USD,2016-08-15,3000.00,2016-07-16 00:57:49,3440.00,successful,25,US,720.00,3440.00,3000.00 +1132431238,Prada Mane's New Mixtape 'Prada Debt',Electronic Music,Music,USD,2015-05-05,3500.00,2015-04-05 12:26:52,3671.00,successful,71,US,3671.00,3671.00,3500.00 +1132444223,Art for Camera & Lens,Fine Art,Photography,USD,2014-12-17,4000.00,2014-11-17 15:19:29,1.00,failed,1,US,1.00,1.00,4000.00 +1132444674,The Railway Children,Musical,Theater,GBP,2016-04-03,4000.00,2016-03-04 18:12:12,0.00,failed,0,GB,0.00,0.00,5630.16 +1132446396,Out of the Woods - a new album by Dominic O'Neill,Indie Rock,Music,GBP,2017-12-16,1250.00,2017-11-16 22:39:20,1450.01,successful,65,GB,337.81,1940.54,1672.87 +1132451383,LEASH NO_SHOCK FOR DOGS (Canceled),Technology,Technology,EUR,2015-11-20,150000.00,2015-09-21 21:52:36,0.00,canceled,0,IT,0.00,0.00,160319.78 +1132452426,Custom 3D Printed Sci-fi Miniatures For Hobby And Games,Tabletop Games,Games,CAD,2015-02-25,1500.00,2015-01-26 00:25:47,104.00,failed,9,CA,83.75,83.53,1204.72 +113247261,The Code Hunter - an Instagram road-movie documentary,Documentary,Film & Video,GBP,2013-09-03,6000.00,2013-08-02 20:58:34,153.00,failed,6,GB,232.36,238.35,9346.96 +"1132476916,""Join us in releasing our New Album - """"Bound For Glory!"""""",Indie Rock,Music,USD,2013-08-25,2500.00,2013-08-03 19:56:15,2600.00,successful,62,US,2600.00,2600.00,2500.00" +1132477132,The Climb for EE: What Great Challenge Can Inspire,Photography,Photography,USD,2013-10-20,17000.00,2013-08-21 03:45:51,2051.00,failed,16,US,2051.00,2051.00,17000.00 +"1132485715,""""""Pastamare"""" Project- by Élena Degl'innocenti"",Music,Music,USD,2011-02-12,3000.00,2010-12-14 08:59:57,3153.50,successful,41,US,3153.50,3153.50,3000.00" +1132493590,Wiley and the Hairy Man,Theater,Theater,USD,2012-05-31,600.00,2012-05-07 18:23:03,2100.00,successful,2,US,2100.00,2100.00,600.00 +1132494800,Hector RePlugged,Music Videos,Film & Video,AUD,2016-02-13,7000.00,2015-12-15 22:05:18,10.00,failed,1,AU,7.19,7.11,4977.25 +1132498821,Duncan Edwards - The Boy Who Had It All,Shorts,Film & Video,GBP,2016-10-17,5000.00,2016-09-17 16:48:32,5586.00,successful,105,GB,2803.22,6808.04,6093.85 +1132500388,Graphic Tees with a Purpose: The Reverb Effect,Apparel,Fashion,USD,2016-01-16,1300.00,2015-12-15 01:17:56,1520.00,successful,31,US,1520.00,1520.00,1300.00 +1132502921,SAVING743,Documentary,Film & Video,USD,2013-08-05,79162.00,2013-07-06 21:18:24,246.00,failed,9,US,246.00,246.00,79162.00 +1132503063,Gender Identity and Defying the norm,Documentary,Film & Video,AUD,2017-05-22,300.00,2017-04-22 06:03:37,30.00,failed,2,AU,0.00,22.33,223.35 +1132503563,Dogs and more...,Food Trucks,Food,USD,2015-06-27,2000.00,2015-05-28 14:39:06,0.00,failed,0,US,0.00,0.00,2000.00 +1132509366,TheArtistPost.com Mobile App,Apps,Technology,USD,2015-11-13,1000.00,2015-09-29 02:43:52,1000.50,successful,9,US,1000.50,1000.50,1000.00 +1132509803,Remedy: Women Jailed For Suffering Miscarriages,Narrative Film,Film & Video,USD,2016-07-29,30000.00,2016-06-29 22:06:49,4172.00,failed,15,US,3766.00,4172.00,30000.00 +1132525287,BLACK TAXI makes a new record!,Rock,Music,USD,2011-07-13,10000.00,2011-06-13 18:10:17,10377.00,successful,202,US,10377.00,10377.00,10000.00 +113253103,Glamorously Modest Bags,Accessories,Fashion,USD,2015-02-05,200.00,2015-01-16 00:21:32,26.00,failed,2,US,26.00,26.00,200.00 +1132534823,Need new musical equipment,Music,Music,USD,2015-10-20,1000.00,2015-09-20 17:15:24,0.00,failed,0,US,0.00,0.00,1000.00 +1132541264,KAELA BRATCHER | A DEBUT ALBUM,Indie Rock,Music,USD,2012-07-23,3000.00,2012-06-22 01:56:59,5720.00,successful,76,US,5720.00,5720.00,3000.00 +1132543255,AKHENATRON Vs. GAJHONKA X: WALL STREET EQUILIBRIUM DEFINED,Nonfiction,Publishing,USD,2016-12-31,7500.00,2016-11-21 13:40:45,0.00,failed,0,US,0.00,0.00,7500.00 +1132546922,Brettspiel-Cafe Würfel & Zucker,Tabletop Games,Games,EUR,2017-08-07,5000.00,2017-07-08 14:32:37,6041.11,successful,222,DE,1520.43,7107.36,5882.49 +1132550210,Saving Winterhawk,Sculpture,Art,USD,2017-03-28,5000.00,2017-01-27 01:27:56,151.00,failed,2,US,0.00,151.00,5000.00 +113255675,Philadelphia Luck,Film & Video,Film & Video,USD,2012-04-18,5000.00,2012-03-19 07:56:52,0.00,failed,0,US,0.00,0.00,5000.00 +1132557518,Mind Game (A PTSD Suicide Awareness Short Film),Shorts,Film & Video,USD,2017-12-11,22000.00,2017-11-10 17:36:27,2538.00,failed,12,US,225.00,2538.00,22000.00 +1132557933,Keep Ott in the studio until his next album is finished.,Electronic Music,Music,GBP,2014-06-25,10000.00,2014-05-26 18:19:44,17334.48,successful,753,GB,29176.19,29525.10,17032.58 +"1132565397,""Love & Grace - """"Reservation for Heaven"""" CD"",Faith,Music,USD,2014-06-05,3300.00,2014-05-06 23:58:02,530.00,failed,15,US,530.00,530.00,3300.00" +1132582189,Bringing Jamaican Patties To Your Neck Of The Wood,Restaurants,Food,USD,2015-06-08,125000.00,2015-04-09 02:11:41,206.00,failed,3,US,206.00,206.00,125000.00 +1132587251,Help Charlie Rey record his new album! (Canceled),Music,Music,USD,2012-11-13,12000.00,2012-10-19 03:36:47,562.00,canceled,10,US,562.00,562.00,12000.00 +1132592851,Death Count,Shorts,Film & Video,CAD,2015-10-12,4000.00,2015-09-12 18:28:40,790.00,failed,21,CA,597.31,611.12,3094.30 +1132604406,Double-layer Windbreaker with Inner Print (Limited Release),Apparel,Fashion,USD,2017-08-23,1000.00,2017-08-16 07:24:02,1109.00,successful,12,US,729.00,1109.00,1000.00 +1132606736,The Long Haul,Comedy,Film & Video,USD,2014-12-16,75000.00,2014-11-21 07:31:08,7416.00,failed,49,US,7416.00,7416.00,75000.00 +1132614169,A Grim Tale,Shorts,Film & Video,USD,2014-03-03,1200.00,2014-02-21 00:29:36,1451.00,successful,43,US,1451.00,1451.00,1200.00 +"1132619321,""This Is Our Time, a new podcast series"",Audio,Journalism,CAD,2017-08-25,10000.00,2017-07-25 12:14:52,10891.00,successful,117,CA,934.44,8707.23,7994.88" +1132624464,Discovering the 50 States,Photobooks,Photography,USD,2015-03-07,500.00,2015-02-05 17:25:18,21.00,failed,2,US,21.00,21.00,500.00 +1132625586,PERSECUTED - STAND STRONG FOR YOUR FAITH,Film & Video,Film & Video,USD,2013-09-15,85000.00,2013-07-27 02:04:38,4061.00,failed,8,US,4061.00,4061.00,85000.00 +1132626961,Underground System Afrobeat November Tour to Bear Creek!,World Music,Music,USD,2011-11-24,6000.00,2011-10-28 19:39:48,6111.00,successful,53,US,6111.00,6111.00,6000.00 +1132630324,Lindy Hop Jazz T-shirt,Apparel,Fashion,USD,2014-08-08,500.00,2014-07-09 19:05:23,115.00,failed,5,US,115.00,115.00,500.00 +1132640191,Redeem Me in a River's Dream,Theater,Theater,USD,2014-03-23,550.00,2014-02-21 21:52:56,625.00,successful,9,US,625.00,625.00,550.00 +1132641010,I support Molding Heartz,Plays,Theater,USD,2014-08-01,5000.00,2014-07-09 19:41:30,260.00,failed,4,US,260.00,260.00,5000.00 +1132641382,Tales of the Crescent City from Golden Goblin Press,Tabletop Games,Games,USD,2014-03-05,12000.00,2014-01-24 05:57:04,36636.00,successful,694,US,36636.00,36636.00,12000.00 +1132646527,Limited edition paintings of retro game NES SNES characters,Painting,Art,EUR,2014-12-09,2500.00,2014-11-04 22:15:07,5.00,failed,1,NL,6.24,6.23,3112.51 +1132656692,Vote for your favorite Jersey pastel painting,Painting,Art,USD,2009-12-11,105.00,2009-11-20 21:01:44,84.00,failed,3,US,84.00,84.00,105.00 +1132660589,Rye Scribe - Walking with your thoughts (Canceled),Software,Technology,USD,2016-01-02,5000.00,2015-12-03 01:48:59,10.00,canceled,1,US,10.00,10.00,5000.00 +113266150,Hustle Cat: a Visual Novel about a Magical Cat Cafe,Video Games,Games,USD,2015-11-05,25000.00,2015-10-06 19:34:45,33939.00,successful,1082,US,33939.00,33939.00,25000.00 +113266223,Super Powers Cases Tech Device Cases for Phones and Tablets,Gadgets,Technology,USD,2017-04-03,5000.00,2017-03-04 06:05:26,44.00,failed,2,US,43.00,44.00,5000.00 +"1132664037,""""""You're Bipolar TOO"""" Documentary"",Documentary,Film & Video,USD,2014-10-07,8053.00,2014-09-07 05:19:53,275.00,failed,8,US,275.00,275.00,8053.00" +1132665521,Donut Monster,Restaurants,Food,CAD,2017-09-29,25000.00,2017-08-31 10:05:08,32086.00,successful,728,CA,3060.88,25792.60,20096.46 +1132665955,ProdActivity,Software,Technology,USD,2014-07-31,50000.00,2014-07-01 19:10:47,250.00,failed,1,US,250.00,250.00,50000.00 +1132666184,The Wooden Nickel Carnival at Burning Man 2015,Installations,Art,USD,2015-07-30,9999.00,2015-06-30 07:22:15,11730.16,successful,70,US,11730.16,11730.16,9999.00 +113266649,Spilt Paint: Online Mixed Media Art Workshop,Mixed Media,Art,USD,2017-06-19,4000.00,2017-05-20 01:47:29,0.00,failed,0,US,0.00,0.00,4000.00 +113267100,STEAM Carnival,Technology,Technology,USD,2013-06-03,100000.00,2013-04-30 09:00:28,102699.71,successful,1130,US,102699.71,102699.71,100000.00 +1132678849,Pianos in Public Buffalo: bringing joy to the people,Public Art,Art,USD,2013-06-06,4000.00,2013-05-07 22:14:27,4353.00,successful,97,US,4353.00,4353.00,4000.00 +1132680726,Perform Chinatown 2013,Performance Art,Art,USD,2013-08-05,3500.00,2013-07-02 08:18:25,3505.00,successful,41,US,3505.00,3505.00,3500.00 +"113268088,""Meditative Art, Raising Consciousness series"",Painting,Art,USD,2015-03-29,2500.00,2015-02-27 23:56:40,3.00,failed,1,US,3.00,3.00,2500.00" +"1132682193,""New Fwey Mixtape, Album, Videos & Tour (Canceled)"",Hip-Hop,Music,USD,2012-09-20,40000.00,2012-08-21 19:01:06,0.00,canceled,0,US,0.00,0.00,40000.00" +"1132695455,""The Good Fight: David vs Goliath stories, in real life"",Radio & Podcasts,Publishing,USD,2015-02-06,100000.00,2015-01-15 16:16:23,115085.21,successful,1044,US,115085.21,115085.21,100000.00" +1132706947,Cards with Character by Junction 86,Painting,Art,GBP,2013-09-07,500.00,2013-08-08 09:37:52,754.50,successful,35,GB,1156.78,1194.32,791.46 +1132714857,tiltcard - a credit card size stand for phones and tablets,Product Design,Design,USD,2015-10-21,3500.00,2015-09-21 00:15:50,502.00,failed,32,US,502.00,502.00,3500.00 +113271924,Free Period: A Patternful Coloring Book for Adults + Kids,Art Books,Publishing,USD,2013-09-05,5700.00,2013-08-10 03:07:36,13334.07,successful,621,US,13334.07,13334.07,5700.00 +1132732016,The Anthony Books,Children's Books,Publishing,USD,2013-09-20,5000.00,2013-08-19 23:44:45,0.00,failed,0,US,0.00,0.00,5000.00 +"1132741815,""A Wonderful Family Musical Production """"John & Jen"""""",Theater,Theater,USD,2012-09-29,5000.00,2012-08-30 13:16:49,385.00,failed,5,US,385.00,385.00,5000.00" +1132745543,The Lani Project,Pop,Music,USD,2012-07-11,5000.00,2012-06-11 19:37:36,5249.60,successful,30,US,5249.60,5249.60,5000.00 +1132755506,Guppi Start-Up Fundraiser,Apparel,Fashion,USD,2018-01-03,500.00,2017-12-04 04:07:41,1135.00,live,31,US,70.00,1135.00,500.00 +1132758251,Truck on Train,Technology,Technology,SEK,2014-12-18,3450000.00,2014-11-18 09:25:05,5.00,failed,1,SE,0.68,0.65,447691.47 +1132763006,WART - a cosmic horror comic. Book 4,Comic Books,Comics,EUR,2017-05-03,3000.00,2017-04-03 15:07:35,1779.00,failed,124,NL,71.39,1949.95,3288.28 +1132764307,The Mindgator: The Kiss,Comic Books,Comics,USD,2016-03-09,3300.00,2016-02-08 15:38:31,3706.00,successful,83,US,3706.00,3706.00,3300.00 +1132765515,How We Stay Sane @ Work Volume 2,Webcomics,Comics,USD,2017-08-11,1630.00,2017-07-12 20:49:59,1453.00,failed,31,US,156.00,1453.00,1630.00 +113277805,Mark's mini Library,Art,Art,CAD,2015-07-15,500.00,2015-06-15 01:29:48,0.00,failed,0,CA,0.00,0.00,385.27 +1132786433,Up The Street INDEPENDENT MUSIC FEST,Music,Music,USD,2012-10-31,30000.00,2012-09-12 00:52:35,35.00,failed,2,US,35.00,35.00,30000.00 +1132790430,Cognizance Journal,Journalism,Journalism,USD,2016-06-26,3150.00,2016-05-07 20:19:51,351.00,failed,3,US,351.00,351.00,3150.00 +1132797021,Pegasus (Canceled),Fiction,Publishing,USD,2015-09-09,350.00,2015-08-10 16:46:39,25.00,canceled,1,US,25.00,25.00,350.00 +1132818932,The Exploration of Ancient Peruvian Skeletons-Archaeology,Academic,Publishing,USD,2015-05-02,1500.00,2015-04-02 03:57:33,2196.00,successful,10,US,2196.00,2196.00,1500.00 +1132824077,Arcane Sally & Mr. Steam 3,Comic Books,Comics,USD,2017-06-09,3500.00,2017-05-10 05:36:57,6237.00,successful,233,US,577.00,6237.00,3500.00 +1132826658,STETSON'S NEW EP,Rock,Music,USD,2015-08-22,350.00,2015-07-13 20:00:22,633.00,successful,19,US,633.00,633.00,350.00 +1132827223,WORLDS FIRST Diaper Caddy With A Compartment For Your Tablet,Design,Design,USD,2014-02-06,125000.00,2013-12-08 18:56:28,1310.00,canceled,32,US,1310.00,1310.00,125000.00 +1132832888,Simply Love,Fashion,Fashion,USD,2013-01-09,4000.00,2012-12-10 22:43:17,30.00,failed,2,US,30.00,30.00,4000.00 +1132850835,The Symbol: Wall Lizards of the Pityusic Archipelago,Nonfiction,Publishing,USD,2012-05-01,15000.00,2012-03-27 00:21:40,20045.51,successful,290,US,20045.51,20045.51,15000.00 +1132853687,Death Valley in winter. Fine art nudes.,Photography,Photography,USD,2013-11-20,350.00,2013-10-30 19:07:37,5.00,failed,1,US,5.00,5.00,350.00 +113285587,Dear Harmony: The Motion Picture Soundtrack,Country & Folk,Music,USD,2015-05-24,15000.00,2015-03-24 23:55:35,201.00,failed,3,US,201.00,201.00,15000.00 +1132859941,TINYPINK - A new stencil cap for graffiti artists.,Product Design,Design,EUR,2016-05-22,12000.00,2016-04-22 09:22:14,12288.00,successful,235,BE,13884.53,13723.17,13401.53 +"1132861271,""Please help fund """"She's My Everything"""""",Shorts,Film & Video,USD,2013-09-12,20000.00,2013-08-13 03:37:51,12.00,failed,3,US,12.00,12.00,20000.00" +1132862336,The Twelve Week Comeback,Nonfiction,Publishing,USD,2016-09-02,1000.00,2016-08-03 23:25:36,50.00,failed,1,US,0.00,50.00,1000.00 +1132864505,Mamma B's Pizza Fights Hunger 1 Belly at a Time! (Canceled),Restaurants,Food,USD,2014-08-15,100000.00,2014-07-16 00:26:12,1.00,canceled,1,US,1.00,1.00,100000.00 +1132879096,Luna Candles,Candles,Crafts,AUD,2015-12-06,500.00,2015-11-06 00:41:20,1.00,failed,1,AU,0.72,0.72,360.67 +1132883280,I'm Cleaning My Basement.,Art,Art,USD,2014-08-29,20.00,2014-08-09 17:04:45,22.00,successful,3,US,22.00,22.00,20.00 +1132884599,The Flavorkey™ Culinary Pulser,Food,Food,USD,2017-09-27,2500.00,2017-08-28 18:03:53,3167.00,successful,15,US,1390.00,3167.00,2500.00 +1132889423,Gratitude Project Concert,Music,Music,USD,2015-02-01,40000.00,2014-12-27 00:50:00,534.00,failed,6,US,534.00,534.00,40000.00 +1132892164,Broken Window,Drama,Film & Video,USD,2016-07-29,1500.00,2016-06-29 22:32:40,90.00,failed,2,US,90.00,90.00,1500.00 +1132899096,The Mastermind,Fiction,Publishing,USD,2015-08-05,50000.00,2015-07-03 03:08:59,10.00,failed,1,US,10.00,10.00,50000.00 +1132912618,HOME REMODEL****DREAM HOME******* (Canceled),Architecture,Design,USD,2014-08-10,50000.00,2014-07-11 18:48:30,0.00,canceled,0,US,0.00,0.00,50000.00 +1132925202,Turn your kitchen into a 'Kitchen Garden',Product Design,Design,USD,2012-11-28,110000.00,2012-10-29 21:10:14,3514.00,failed,23,US,3514.00,3514.00,110000.00 +1132935049,CONFIDENCE GAME,Documentary,Film & Video,USD,2011-10-10,75000.00,2011-08-26 18:22:12,128.00,failed,6,US,128.00,128.00,75000.00 +1132938301,Lego Batman: You Choose the Adventure,Experimental,Film & Video,USD,2017-03-07,2750.00,2017-02-06 18:13:28,7.00,failed,2,US,2.00,7.00,2750.00 +1132941079,THINGS (Purchased With Funds Provided by ________________ ),Conceptual Art,Art,EUR,2017-11-11,3000.00,2017-10-17 13:33:28,7335.23,successful,87,FR,50.77,8651.87,3538.49 +1132950772,Contraband Watch Co.,Design,Design,USD,2014-09-11,20000.00,2014-08-12 21:18:58,188.00,failed,2,US,188.00,188.00,20000.00 +1132962777,The Immortal Tournement,Webseries,Film & Video,USD,2012-09-13,400.00,2012-08-14 02:09:21,41.00,failed,3,US,41.00,41.00,400.00 +1132968219,Never the Same EP,Indie Rock,Music,USD,2013-05-04,3000.00,2013-04-04 00:01:51,3280.00,successful,70,US,3280.00,3280.00,3000.00 +"1132970426,""Traditional Native American Flute Album """"Wicohan"""""",World Music,Music,USD,2012-03-05,3000.00,2012-02-04 06:35:51,441.00,failed,15,US,441.00,441.00,3000.00" +113300067,Legacy of a Hero,Film & Video,Film & Video,USD,2016-07-24,60000.00,2016-05-25 17:24:52,1650.00,failed,3,US,1150.00,1650.00,60000.00 +1133002531,Soon to be a NY Best Selling Novel !,Publishing,Publishing,USD,2017-06-03,25000.00,2017-05-04 05:19:43,15.00,canceled,1,US,15.00,15.00,25000.00 +1133010598,Burbujas Comfort,Design,Design,USD,2016-06-24,10000.00,2016-05-16 20:33:54,53.00,failed,2,US,53.00,53.00,10000.00 +1133019049,kSafe: Stay motivated. Achieve your goals. (Canceled),Hardware,Technology,USD,2015-05-08,50000.00,2015-03-24 15:00:15,91190.00,canceled,834,US,91190.00,91190.00,50000.00 +1133022274,End Breast Cancer,Plays,Theater,USD,2016-12-01,20000.00,2016-11-01 07:18:40,0.00,failed,0,US,0.00,0.00,20000.00 +1133042702,The 80s Music Festival,Music,Music,GBP,2016-12-25,20000.00,2016-11-25 11:23:20,0.00,failed,0,GB,0.00,0.00,24623.26 +113304759,Hoax Fish Soft Plastic Baits,Product Design,Design,USD,2017-04-05,12000.00,2017-03-05 23:42:14,283.00,failed,8,US,187.00,283.00,12000.00 +1133052474,A Wayward Soul,Poetry,Publishing,USD,2014-08-05,1500.00,2014-07-07 19:18:40,1518.00,successful,56,US,1518.00,1518.00,1500.00 +"1133058592,Pulse Festival 2016 Fund,Music,Music,GBP,2015-12-20,1500.00,2015-11-20 20:01:22,0.00,undefined,0,""N,0"""""",,0.00,2236.50" +1133064921,Legacy: Life Among the Ruins - world-rebuilding roleplaying,Tabletop Games,Games,GBP,2014-12-05,3000.00,2014-11-05 13:33:11,4246.00,successful,323,GB,6792.25,6660.18,4705.73 +"1133070141,""Pro Style Range - """"Range Safe Knob"""" Make Your Home Safer"",Product Design,Design,USD,2014-12-16,85000.00,2014-11-11 02:46:04,1671.00,failed,12,US,1671.00,1671.00,85000.00" +"1133087788,""Skeptoid 5: Massacres, Monsters, and Miracles"",Publishing,Publishing,USD,2013-09-11,7250.00,2013-08-12 22:38:37,14959.00,successful,341,US,14959.00,14959.00,7250.00" +1133095266,MEOW - A Short Horror Film With Claws,Horror,Film & Video,USD,2016-03-15,2000.00,2016-02-29 19:00:15,2157.00,successful,46,US,2157.00,2157.00,2000.00 +1133101419,The New iNDIE Music REVEAL (Canceled),Hip-Hop,Music,USD,2015-04-03,15000.00,2015-03-04 16:21:25,0.00,canceled,0,US,0.00,0.00,15000.00 +1133113453,Breath of a Dragon,Family,Film & Video,USD,2014-12-05,8755.00,2014-10-06 23:19:01,10.00,failed,2,US,10.00,10.00,8755.00 +1133114492,World's Longest Prayer for Peace & Hope Collaborative,Nonfiction,Publishing,USD,2014-09-04,5000.00,2014-07-30 00:48:14,0.00,failed,0,US,0.00,0.00,5000.00 +1133122367,Gary's Old Fashioned Caramel,Food,Food,USD,2013-04-07,800.00,2013-03-13 22:01:20,1608.00,successful,58,US,1608.00,1608.00,800.00 +1133132186,Answers To Everything,Webseries,Film & Video,USD,2016-07-15,1000.00,2016-06-15 17:08:23,1055.00,successful,43,US,875.00,1055.00,1000.00 +1133140820,Grand Opening of El Rosso,Restaurants,Food,GBP,2014-09-20,10000.00,2014-07-22 13:17:59,50.00,failed,1,GB,85.48,81.54,16308.42 +1133142389,One Step T-Shirts,Ready-to-wear,Fashion,USD,2015-03-02,4000.00,2015-01-26 02:03:47,201.00,failed,2,US,201.00,201.00,4000.00 +1133146602,Build a Toy - Perfect for a Holiday Gift (Canceled),Product Design,Design,USD,2016-02-02,500.00,2015-12-04 00:18:56,30.00,canceled,1,US,30.00,30.00,500.00 +1133148072,LI DIVAS WEB SERIES SEASON TWO!,Webseries,Film & Video,USD,2014-12-10,5000.00,2014-11-10 17:37:48,7491.00,successful,55,US,7491.00,7491.00,5000.00 +1133149851,OWLTAC A1T ENDURE FLASHLIGHT! WITH SELECTIVE BATTERY POWER,Gadgets,Technology,USD,2015-06-05,10000.00,2015-04-21 18:00:33,15219.00,successful,252,US,15219.00,15219.00,10000.00 +1133150528,Clean 4 Life,Documentary,Film & Video,USD,2011-07-31,5000.00,2011-05-21 23:24:33,1360.00,failed,19,US,1360.00,1360.00,5000.00 +113315442,Signet Magazine Launch,Design,Design,USD,2013-05-16,44950.00,2013-04-17 21:24:00,80.00,failed,3,US,80.00,80.00,44950.00 +"1133155842,""Hello Mommy: a picture book for toddlers, celebrating life."",Children's Books,Publishing,USD,2013-04-03,15000.00,2013-03-04 22:53:28,532.00,failed,15,US,532.00,532.00,15000.00" +"1133157545,""bSaka: Mindful, Organic and Luxurious Clothes"",Apparel,Fashion,SEK,2017-05-26,100000.00,2017-04-26 06:27:52,104440.00,successful,133,SE,1645.32,12020.63,11509.60" +1133158815,Sphere. Spirit of the Chinese Tin Miner,Sculpture,Art,AUD,2017-09-21,5000.00,2017-08-22 11:48:53,0.00,canceled,0,AU,0.00,0.00,3984.06 +1133159023,TVman Auto: WiFi entertainment in your car,Technology,Technology,EUR,2017-01-04,5000.00,2016-12-09 03:41:28,812.00,failed,11,FR,156.28,859.82,5294.48 +1133163130,Face Cards: Killer Babes,Illustration,Art,USD,2016-02-17,1000.00,2016-01-27 22:42:33,1162.00,successful,48,US,1162.00,1162.00,1000.00 +1133165698,Lookeet: Indie Music Platform Connecting Bands and Fans,Music,Music,USD,2014-04-20,100000.00,2014-03-19 22:06:45,1410.00,canceled,6,US,1410.00,1410.00,100000.00 +113317142,Warriors with Words! Inspirational children write a book.,Anthologies,Publishing,GBP,2017-12-21,750.00,2017-11-27 22:39:06,750.50,successful,28,GB,68.04,1004.39,1003.72 +1133181752,Veterans Therapy Gardening,Community Gardens,Food,USD,2017-04-29,10000.00,2017-03-15 22:21:08,138.00,failed,7,US,0.00,138.00,10000.00 +1133189452,King Magnetic Debut Solo Album,Hip-Hop,Music,USD,2014-07-16,5000.00,2014-07-01 19:51:45,5383.33,successful,130,US,5383.33,5383.33,5000.00 +1133191266,Anti-Minute,Shorts,Film & Video,USD,2012-01-24,2000.00,2011-12-10 04:31:31,160.00,failed,6,US,160.00,160.00,2000.00 +1133193395,3 in 1 timer,Product Design,Design,USD,2015-09-13,11000.00,2015-07-30 16:15:49,36.00,failed,2,US,36.00,36.00,11000.00 +1133196112,COUTION! SARCASTIC CONTENT! Statement Stickers CONFORM AWAKE,Design,Design,EUR,2016-01-27,300.00,2015-12-22 01:09:11,70.00,failed,8,DE,75.58,76.44,327.60 +1133199133,Lead Canvas,Art,Art,USD,2014-09-12,5000.00,2014-08-13 15:20:40,50.00,failed,1,US,50.00,50.00,5000.00 +"1133205528,""""""NUMB"""""",Shorts,Film & Video,USD,2014-05-18,6500.00,2014-04-18 14:15:43,8855.00,successful,80,US,8855.00,8855.00,6500.00" +1133208882,NO PUEDO revista,Art Books,Publishing,EUR,2017-04-30,4999.00,2017-03-31 13:18:30,5026.00,successful,63,ES,138.69,5508.97,5479.38 +1133212662,Wisewoman's Cookery TV Series,Webseries,Film & Video,CAD,2013-12-11,50000.00,2013-10-22 21:07:19,435.00,failed,5,CA,422.61,408.26,46926.33 +1133217636,OneTrueShip.com,Publishing,Publishing,USD,2017-11-30,1000.00,2017-10-31 16:55:21,1380.00,successful,9,US,100.00,1380.00,1000.00 +1133223287,By Damned and Wicked Winds,Narrative Film,Film & Video,USD,2017-08-09,4500.00,2017-07-14 19:46:17,1045.00,failed,20,US,335.00,1045.00,4500.00 +1133237471,Lost Generation,Fashion,Fashion,USD,2015-05-21,5000.00,2015-04-21 17:21:11,0.00,failed,0,US,0.00,0.00,5000.00 +"1133241547,Symbiofruits; Verger en Polyculture Orchard,Small Batch,Food,CAD,2015-04-30,2000.00,2015-03-31 00:34:55,2530.00,successful,28,CA,2006.06,2104.83,1663.89" +113324414,Alice. - A New Movement Theatre Piece,Theater,Theater,USD,2010-09-04,650.00,2010-08-02 02:29:48,1166.00,successful,27,US,1166.00,1166.00,650.00 +1133244227,Arvada Gear Works,Product Design,Design,USD,2014-09-16,17500.00,2014-08-17 07:01:13,1109.00,failed,7,US,1109.00,1109.00,17500.00 +1133263222,World of Skins - a Documentary about in-game items,Documentary,Film & Video,EUR,2017-08-03,25555.00,2017-07-04 09:37:52,1042.00,failed,11,AT,136.85,1236.65,30328.74 +1133276857,New Art Concept - Therapeutic Art - Paint Without Numbers,Painting,Art,USD,2016-10-22,13000.00,2016-09-27 10:19:38,32.00,failed,2,US,0.00,32.00,13000.00 +1133282907,Geo-spatial mapping for job-site safety,Technology,Technology,USD,2017-07-10,100000.00,2017-05-17 20:31:41,0.00,failed,0,US,0.00,0.00,100000.00 +"1133283927,""The """"Own Grown"""" Movement"",Apparel,Fashion,USD,2015-03-22,80000.00,2015-01-21 20:32:11,0.00,failed,0,US,0.00,0.00,80000.00" +1133289792,Colt's Kitchen Egg Roll Experiment,Food Trucks,Food,USD,2015-06-26,200.00,2015-05-27 19:35:40,25.00,failed,1,US,25.00,25.00,200.00 +"1133292365,""""""Handprints"""""",Shorts,Film & Video,USD,2012-02-22,5000.00,2011-12-24 20:04:57,795.00,failed,10,US,795.00,795.00,5000.00" +1133296624,2nd & Church,Literary Journals,Publishing,USD,2014-05-24,10000.00,2014-04-24 19:16:39,611.00,failed,11,US,611.00,611.00,10000.00 +1133322311,Paranoize 'Zine #34,Journalism,Journalism,USD,2013-04-21,360.00,2013-04-01 22:36:41,465.00,successful,15,US,465.00,465.00,360.00 +1133332484,Short Order Heroes: Genre Pack (Canceled),Tabletop Games,Games,USD,2014-06-21,10000.00,2014-05-22 19:38:23,1842.00,canceled,45,US,1842.00,1842.00,10000.00 +1133334916,Congo Cabaret,Shorts,Film & Video,USD,2017-05-27,10000.00,2017-04-24 18:15:58,11206.00,successful,102,US,400.00,11206.00,10000.00 +1133337731,Talking Points Double Album Release,Jazz,Music,USD,2016-07-22,3500.00,2016-07-01 01:25:05,3935.00,successful,59,US,1287.00,3935.00,3500.00 +1133343979,Redeye Visuals,Shorts,Film & Video,USD,2016-04-25,450000.00,2016-03-11 20:34:02,22.00,failed,5,US,22.00,22.00,450000.00 +1133344406,Teaspoon Treats,Farmer's Markets,Food,USD,2016-03-20,6000.00,2016-02-19 17:10:29,6651.00,successful,58,US,6651.00,6651.00,6000.00 +1133345058,Inner Compass cards - a tool to rediscover your path,Publishing,Publishing,EUR,2017-05-19,7500.00,2017-04-19 15:11:12,18809.00,successful,365,NL,4969.07,21026.68,8384.29 +1133346691,got education?,Fashion,Fashion,USD,2013-09-05,2500.00,2013-08-06 03:31:07,50.00,failed,2,US,50.00,50.00,2500.00 +1133355884,iOS 10 Developer Course for Xcode,Apps,Technology,NZD,2016-10-29,3500.00,2016-08-30 02:40:52,204.00,failed,8,NZ,72.38,149.19,2559.60 +1133359828,Sapling American Flag Memorial Day Wood Wallets,Design,Design,USD,2016-05-16,200.00,2016-05-09 19:34:17,390.00,successful,13,US,390.00,390.00,200.00 +113336232,24K Gold Royal Playing Cards Limited Edition (Canceled),Product Design,Design,EUR,2015-12-24,14000.00,2015-11-25 15:23:39,1444.00,canceled,9,AT,1535.48,1580.75,15325.84 +1133365807,Billycraft - Get on board. (Canceled),Games,Games,AUD,2014-08-23,98000.00,2014-07-14 22:45:37,250.00,canceled,4,AU,234.78,233.45,91511.81 +1133365828,KC's Best Restaurants 2013 (Canceled),Periodicals,Publishing,USD,2012-09-06,5000.00,2012-08-07 00:23:08,1251.00,canceled,23,US,1251.00,1251.00,5000.00 +1133369624,Get Ommm The Yoga Bus,Public Art,Art,USD,2011-10-26,4500.00,2011-09-25 04:00:56,5000.11,successful,59,US,5000.11,5000.11,4500.00 +1133372617,Books & Beads Jewelry Classes,Crafts,Crafts,USD,2012-01-23,1000.00,2011-12-09 15:42:36,42.00,failed,5,US,42.00,42.00,1000.00 +113338404,NEW EP & SUMMER TOUR FROM THE SHIZ,Indie Rock,Music,USD,2012-05-20,4500.00,2012-04-04 15:16:52,5015.00,successful,77,US,5015.00,5015.00,4500.00 +113338430,Dare to be Empowered: P.R.A.Y. Jewelry,Fashion,Fashion,USD,2012-12-30,10000.00,2012-11-30 08:59:59,1122.00,failed,26,US,1122.00,1122.00,10000.00 +1133389511,Nose rotor RC helicopter (Canceled),Flight,Technology,USD,2014-12-24,6000.00,2014-11-19 17:54:21,0.00,canceled,0,US,0.00,0.00,6000.00 +113340876,Let's Make an App for AEE for More Connection & Learning,Sound,Technology,USD,2014-10-01,20000.00,2014-08-26 14:50:05,1395.00,failed,41,US,1395.00,1395.00,20000.00 +1133415550,Eastwood Slider Belts: Maximum Comfort and Style,Product Design,Design,USD,2014-01-21,15000.00,2013-12-19 02:54:57,125227.00,successful,1391,US,125227.00,125227.00,15000.00 +1133425175,The return of FIVE UNEASY PIECES,Theater,Theater,USD,2010-12-05,5500.00,2010-10-26 16:33:26,6599.00,successful,67,US,6599.00,6599.00,5500.00 +1133428390,BiCamp UK 2018,Art,Art,GBP,2018-01-04,500.00,2017-12-05 22:09:36,579.00,live,15,GB,533.26,784.64,677.58 +1133429179,Our Girls,Film & Video,Film & Video,USD,2015-01-31,220000.00,2014-12-02 14:15:16,932.00,failed,7,US,932.00,932.00,220000.00 +1133429551,chrohns disease and art and me,Art,Art,USD,2015-01-24,1200.00,2015-01-07 22:35:57,5.00,failed,1,US,5.00,5.00,1200.00 +1133430833,Easy Twist Bottle Cap Opener,Product Design,Design,USD,2016-11-30,100.00,2016-10-31 18:14:35,677.00,successful,28,US,46.00,677.00,100.00 +1133431311,Just A Wallet - Aluminum Wallet $20,Product Design,Design,USD,2016-11-25,7000.00,2016-10-26 21:41:27,321.00,canceled,16,US,52.00,321.00,7000.00 +1133440171,ZIPPERED FLESH 3: More Tales of Body Enhancements Gone Bad,Anthologies,Publishing,USD,2017-02-16,7500.00,2017-01-17 16:08:19,1240.00,failed,40,US,370.00,1240.00,7500.00 +1133454953,Meridian Miniatures Steampunk Army,Tabletop Games,Games,GBP,2013-07-04,6000.00,2013-05-30 12:43:22,10661.60,successful,148,GB,16022.80,15961.20,8982.44 +1133458671,Beard Stencil | Create The Perfect Beard,Fashion,Fashion,USD,2015-11-25,8000.00,2015-11-04 01:06:26,589.00,failed,20,US,589.00,589.00,8000.00 +113346318,Jonny O,Hip-Hop,Music,USD,2012-04-24,8000.00,2012-02-24 03:47:19,30.00,failed,2,US,30.00,30.00,8000.00 +1133464122,BaltasarLive!,Nonfiction,Publishing,USD,2015-10-19,9000.00,2015-09-19 20:30:09,0.00,failed,0,US,0.00,0.00,9000.00 +1133467909,Helios4 Personal Cloud - the World's 1st Open Source NAS,DIY Electronics,Technology,SGD,2017-06-19,150000.00,2017-05-10 18:03:22,100973.00,failed,337,SG,9088.27,72804.82,108154.88 +113346953,Imaging Justice for The Dark Divine (A Performance Cycle),Art,Art,USD,2015-09-27,3500.00,2015-08-04 16:07:55,3617.00,successful,52,US,3617.00,3617.00,3500.00 +113347053,Smart Connect,Hardware,Technology,NOK,2014-11-26,2000000.00,2014-10-27 09:51:29,22105.00,failed,44,NO,3350.38,3172.59,287047.00 +"1133482516,""Magnetic, Re-Buildable Gadget Mounts: MiMMs Mounts"",Product Design,Design,USD,2011-08-02,7000.00,2011-07-12 04:34:43,3085.00,failed,68,US,3085.00,3085.00,7000.00" +1133487006,It's Time to Start,Dance,Dance,USD,2011-05-22,1500.00,2011-05-04 07:14:27,146.00,failed,8,US,146.00,146.00,1500.00 +1133493518,Pottery Outreach Projects,Ceramics,Art,USD,2017-11-29,10500.00,2017-10-29 20:06:24,13469.83,successful,157,US,725.00,13469.83,10500.00 +1133494685,LineShot,Product Design,Design,USD,2015-03-29,150000.00,2015-02-27 20:08:28,24.00,failed,1,US,24.00,24.00,150000.00 +1133496709,Bring the New Atlantic Youth LP to Life,Rock,Music,USD,2013-06-15,2500.00,2013-05-16 15:28:15,2670.00,successful,58,US,2670.00,2670.00,2500.00 +1133499740,The Call of Gettysburg,Publishing,Publishing,USD,2015-04-03,80000.00,2015-03-04 15:39:20,735.00,failed,3,US,735.00,735.00,80000.00 +1133500471,Lingering Thoughts,Shorts,Film & Video,USD,2015-05-10,1600.00,2015-04-19 00:24:18,1674.00,successful,34,US,1674.00,1674.00,1600.00 +"1133503339,""""""Don't Be Afraid""""-BFA Film by Camille Speer"",Film & Video,Film & Video,USD,2016-11-23,8000.00,2016-09-24 05:28:58,8085.00,successful,49,US,0.00,8085.00,8000.00" +1133518039,Warehouse Project,Film & Video,Film & Video,USD,2017-05-09,3000.00,2017-04-09 01:56:48,21.00,failed,2,US,25.00,21.00,3000.00 +1133520436,Number One Hot Sauce: Get Yer Sauce On,Small Batch,Food,GBP,2015-09-06,5000.00,2015-08-07 10:38:02,5792.72,successful,117,GB,9044.69,8934.14,7711.53 +1133536319,Anguish,Video Games,Games,USD,2017-08-09,8000.00,2017-07-10 20:25:07,614.00,failed,7,US,0.00,614.00,8000.00 +1133536986,Molly & Blide,Film & Video,Film & Video,USD,2016-10-11,300.00,2016-09-27 21:20:06,6.00,failed,2,US,0.00,6.00,300.00 +1133540581,ANDY DAVIS passes the hat around to fund a BRAND NEW RECORD!,Indie Rock,Music,USD,2011-02-24,30000.00,2011-01-25 07:03:48,41347.87,successful,575,US,41347.87,41347.87,30000.00 +1133540953,Candidate Verification,Web,Technology,USD,2015-06-20,20000.00,2015-05-06 15:46:23,0.00,failed,0,US,0.00,0.00,20000.00 +1133551828,Star Crush Starship Miniatures Production,Tabletop Games,Games,CAD,2015-08-01,100.00,2015-07-02 00:42:24,2002.00,successful,23,CA,1613.81,1530.35,76.44 +1133557877,Charlie Horse - Kids Notebook,Design,Design,CAD,2014-04-06,10000.00,2014-03-06 01:33:59,155.00,failed,2,CA,139.74,141.31,9116.60 +1133558378,Jules Writes a Book About Her Infertility Journey (Canceled),Nonfiction,Publishing,USD,2015-01-16,15000.00,2014-11-17 21:10:47,25.00,canceled,1,US,25.00,25.00,15000.00 +1133561735,Gatekeepers RPG,Tabletop Games,Games,USD,2017-03-25,30000.00,2017-02-23 16:01:59,6494.00,canceled,94,US,2708.00,6494.00,30000.00 +1133567037,DrunkQuest: Porcelain Gods,Tabletop Games,Games,USD,2015-10-04,15000.00,2015-09-04 20:57:58,85797.00,successful,592,US,85797.00,85797.00,15000.00 +113356948,MicroJib- Tilt & Pan Your GoPro®,Camera Equipment,Technology,USD,2015-01-09,24000.00,2014-12-19 19:49:15,30190.00,successful,271,US,30190.00,30190.00,24000.00 +1133571019,Chili Pepper Challenges (Canceled),Food,Food,CAD,2014-08-07,100.00,2014-07-08 21:01:59,5.00,canceled,1,CA,4.69,4.58,91.61 +1133585172,Scalpel Jones - A Titanium EDC Scalpel / Utility Knife,Fabrication Tools,Technology,USD,2016-04-28,2000.00,2016-03-19 16:17:25,11000.00,successful,98,US,11000.00,11000.00,2000.00 +1133593129,Curt's Café South - Socially Minded Destination on Dempster,Spaces,Food,USD,2014-08-17,50000.00,2014-07-21 18:02:35,51360.00,successful,203,US,51360.00,51360.00,50000.00 +1133595672,#NoDAPL : Fighting the Dakota Access Pipeline,Art,Art,USD,2017-01-27,600.00,2016-12-20 20:08:25,250.00,failed,4,US,0.00,250.00,600.00 +1133597864,Vermont Studio Center Residency,Art,Art,USD,2011-10-19,2700.00,2011-09-21 08:58:17,3375.00,successful,45,US,3375.00,3375.00,2700.00 +1133599575,Time Is Gold,Apparel,Fashion,GBP,2015-04-17,5000.00,2015-03-18 14:21:14,6.00,failed,2,GB,8.89,9.01,7510.78 +1133603553,Keep Warm Packages for Homeless by Brayden,Food,Food,USD,2017-12-09,500.00,2017-11-09 19:29:12,1075.00,successful,19,US,0.00,1075.00,500.00 +1133610624,Share Zero Space - Control and Share Real World Event,Technology,Technology,EUR,2015-10-31,9999.00,2015-09-28 17:47:50,0.00,failed,0,IT,0.00,0.00,10862.93 +1133613415,Shock Therapy! Internet Radio Broadcasting,Radio & Podcasts,Publishing,USD,2013-10-20,3500.00,2013-09-20 18:24:15,120.00,failed,2,US,120.00,120.00,3500.00 +"1133614288,""""""I Wanna Live Like That"""" Let's make it happen!"",Country & Folk,Music,USD,2014-04-03,10000.00,2014-03-04 13:31:40,10570.00,successful,77,US,10570.00,10570.00,10000.00" +1133622594,Love Wins- A Powerful Book of LGBTQ Love Stories,Photobooks,Photography,USD,2016-04-19,5000.00,2016-03-25 21:05:04,10081.00,successful,125,US,10081.00,10081.00,5000.00 +1133624222,TULSA - The New Album from JOHN STATZ,Country & Folk,Music,USD,2014-12-18,8000.00,2014-11-18 22:07:18,8187.00,successful,177,US,8187.00,8187.00,8000.00 +"1133629813,""Tasticles! Stickers, Snacks, & Tattoos (Canceled)"",Illustration,Art,USD,2014-12-08,1500.00,2014-10-09 19:54:58,10.00,canceled,2,US,10.00,10.00,1500.00" +1133633274,EMT's Experience,People,Photography,USD,2015-04-03,4000.00,2015-02-23 21:00:18,1.00,failed,1,US,1.00,1.00,4000.00 +1133647084,Uh-Oh Dad! Happy Sad Tiger Chicken Snowman,Webcomics,Comics,USD,2017-10-26,500.00,2017-09-26 06:54:27,0.00,failed,0,US,0.00,0.00,500.00 +1133648228,DIY Wateproof Kit For Earbuds & mp3 players Made For Sports,Technology,Technology,GBP,2014-11-12,4500.00,2014-10-08 20:57:13,1.00,canceled,1,GB,1.60,1.57,7044.57 +1133652888,2017 Photo Contest Magazine,Photobooks,Photography,USD,2017-04-11,3000.00,2017-03-21 19:27:54,3088.00,successful,67,US,898.00,3088.00,3000.00 +1133655978,Melted Hand Enamel Pin,Art,Art,USD,2017-04-18,150.00,2017-03-24 21:48:30,150.00,successful,14,US,57.00,150.00,150.00 +1133658125,Hackerz (Canceled),Video Games,Games,USD,2014-12-13,80000.00,2014-11-13 07:07:20,35.00,canceled,3,US,35.00,35.00,80000.00 +1133663201,Fubble Mobile App,Apps,Technology,CAD,2016-07-03,25000.00,2016-06-03 20:47:48,2.00,failed,1,CA,1.53,1.54,19210.08 +1133664593,The ARC: Portable Neck Pain Relief..without Side Effects,Product Design,Design,USD,2014-01-26,25000.00,2013-12-27 20:06:42,12447.00,failed,253,US,12447.00,12447.00,25000.00 +1133670032,Man among Men - A Photobook about Freemasonry,Photobooks,Photography,EUR,2017-06-30,15000.00,2017-06-01 00:37:04,19866.55,successful,214,DE,1401.32,22671.72,17118.01 +1133670779,The World's First Interactive Music Platform.,Technology,Technology,EUR,2015-09-29,75.00,2015-08-30 17:43:08,10536.50,successful,303,NL,11781.83,11758.70,83.70 +1133684062,Rocket Dice,Tabletop Games,Games,USD,2013-04-19,5000.00,2013-03-19 19:31:43,67629.00,successful,1263,US,67629.00,67629.00,5000.00 +1133689332,CLI for MySQL/MariaDB,Software,Technology,USD,2015-05-06,3000.00,2015-04-06 02:48:58,4804.00,successful,161,US,4804.00,4804.00,3000.00 +1133693427,All Things Horses Podcast (Canceled),Audio,Journalism,EUR,2015-12-26,3000.00,2015-11-11 21:26:00,0.00,canceled,0,DE,0.00,0.00,3266.09 +1133699159,Ex-offender Floral Design Training (online),Product Design,Design,USD,2017-07-24,25000.00,2017-06-24 13:56:34,0.00,failed,0,US,0.00,0.00,25000.00 +1133701573,Solarpad: USB Solar Charger for the Outdoors and Home,Gadgets,Technology,USD,2015-07-06,50000.00,2015-05-07 15:06:51,1574.00,canceled,12,US,1574.00,1574.00,50000.00 +1133711456,Legends aren't born,Video Games,Games,GBP,2015-02-20,200000.00,2015-01-21 23:56:48,1.00,failed,1,GB,1.51,1.54,307512.53 +"1133728374,""Donut Robot Food Cart, Portland OR"",Food Trucks,Food,USD,2015-01-14,10000.00,2014-12-15 03:55:23,1610.00,failed,29,US,1610.00,1610.00,10000.00" +1133728524,Worship CD Project: Your Glory,Faith,Music,USD,2016-09-16,2500.00,2016-08-07 21:56:59,3266.00,successful,13,US,0.00,3266.00,2500.00 +1133736393,TrueHeights TH15,Rock,Music,GBP,2015-05-16,800.00,2015-04-16 19:59:43,1023.00,successful,48,GB,1510.14,1599.99,1251.21 +1133757950,Live Alive: A Short Film,Documentary,Film & Video,USD,2014-03-09,1500.00,2014-02-19 00:22:15,2282.00,successful,48,US,2282.00,2282.00,1500.00 +1133758093,The Watchdog - Keeping you and your dog safe in the dark,Gadgets,Technology,USD,2014-12-12,70000.00,2014-10-13 19:55:21,531.00,failed,11,US,531.00,531.00,70000.00 +1133766288,Designed for Healthy Eating: Foodini - a 3D Food Printer,3D Printing,Technology,USD,2014-04-25,100000.00,2014-03-26 16:00:27,80279.55,failed,196,US,80279.55,80279.55,100000.00 +1133766502,App For Life,Science Fiction,Film & Video,GBP,2016-07-27,5500.00,2016-06-27 18:47:03,6790.01,successful,54,GB,3949.91,8940.46,7241.89 +1133770908,On Display,Poetry,Publishing,USD,2012-07-08,1000.00,2012-06-08 00:50:18,40.00,failed,1,US,40.00,40.00,1000.00 +113377403,Awen Guitars - Hand Made Guitars in Brooklyn NY,Woodworking,Crafts,USD,2016-04-14,7500.00,2016-03-15 20:21:34,100.00,failed,1,US,100.00,100.00,7500.00 +1133774416,Anthems Debut Album,Music,Music,USD,2012-10-22,900.00,2012-09-22 21:15:40,0.00,failed,0,US,0.00,0.00,900.00 +1133774488,Jamie Mykaela's Edinburgh Adventure!,Comedy,Theater,AUD,2017-07-17,500.00,2017-05-28 05:43:43,666.00,successful,19,AU,137.34,527.48,396.01 +113377795,Country Olive,Food Trucks,Food,USD,2015-08-15,32500.00,2015-07-15 22:40:52,389.00,failed,5,US,389.00,389.00,32500.00 +1133790874,Fling Star,Games,Games,AUD,2015-01-09,40000.00,2015-01-01 06:29:52,1.00,failed,1,AU,0.82,0.81,32573.29 +1133796629,Shoot a viral music video for a new song,Electronic Music,Music,EUR,2015-09-23,3000.00,2015-08-24 09:23:37,0.00,failed,0,IT,0.00,0.00,3345.30 +1133799924,The Empire,Comedy,Film & Video,GBP,2014-06-12,350.00,2014-05-13 21:54:07,1639.00,successful,53,GB,2762.11,2780.09,593.67 +1133804488,RainGard (Patent Pending),Product Design,Design,USD,2017-07-04,25000.00,2017-06-04 04:33:39,0.00,canceled,0,US,0.00,0.00,25000.00 +1133806487,Passage d'Argent: Wet Plate Photography at Burning Man 2011,Photography,Photography,USD,2011-08-15,2500.00,2011-06-16 07:39:13,2525.00,successful,44,US,2525.00,2525.00,2500.00 +1133815947,Up 2 Dance!,Performances,Dance,USD,2015-09-17,7500.00,2015-08-19 16:22:07,2.00,failed,2,US,2.00,2.00,7500.00 +1133823994,The Neapolitan 16/17,Music,Music,USD,2016-10-21,1500.00,2016-08-22 22:00:25,11.00,failed,3,US,0.00,11.00,1500.00 +1133837261,Out of Time,Shorts,Film & Video,GBP,2016-09-26,700.00,2016-08-17 18:55:59,725.00,successful,15,GB,95.39,939.78,907.37 +1133840552,Hope I Don't Die Before I Get Old-Audiobook Version,Nonfiction,Publishing,USD,2013-07-07,1600.00,2013-06-07 22:31:34,1715.00,successful,16,US,1715.00,1715.00,1600.00 +1133846687,Thoughts on Leadership From A CEO Full Time Mom (Canceled),Publishing,Publishing,USD,2015-10-29,10000.00,2015-09-29 21:47:18,0.00,canceled,0,US,0.00,0.00,10000.00 +1133848525,New EP / Music Development,Rock,Music,USD,2015-04-23,3000.00,2015-03-18 20:44:32,517.00,failed,13,US,517.00,517.00,3000.00 +1133854131,ONE FINAL BREATH,Video Games,Games,AUD,2015-01-21,1500.00,2014-12-22 10:36:54,1649.00,successful,52,AU,1342.77,1303.25,1185.49 +1133855941,Rodney Smith Photography Book,Photobooks,Photography,USD,2015-10-22,37000.00,2015-09-22 19:00:04,76398.75,successful,548,US,76398.75,76398.75,37000.00 +"1133857635,""Les Lettres de l'Alphabet, jeu éducatif pour enfants"",Children's Books,Publishing,EUR,2016-01-08,3000.00,2015-12-09 08:46:21,5.00,failed,1,FR,5.43,5.43,3258.28" +1133865693,EggsBFF #4 Sticker Sheet,Digital Art,Art,USD,2017-03-13,300.00,2017-03-06 22:43:08,356.00,successful,19,US,309.00,356.00,300.00 +1133865817,Albert the Alien Vol 2: The Substitute Teacher from Planet X,Graphic Novels,Comics,USD,2015-07-01,8000.00,2015-06-01 02:01:52,8048.00,successful,102,US,8048.00,8048.00,8000.00 +"1133866148,""Nonvella Publishing: Short Books, Big Stories"",Nonfiction,Publishing,CAD,2014-04-29,12500.00,2014-04-08 19:34:18,14500.00,successful,182,CA,13214.47,13223.89,11399.91" +"1133869695,""create the 2010 NEXT TO LAST FESTIVAL, get tickets, exclusive music, records, more"",Indie Rock,Music,USD,2010-02-04,4500.00,2009-11-06 17:33:58,207.00,failed,2,US,207.00,207.00,4500.00" +1133876743,We the Freaks,Shorts,Film & Video,USD,2015-11-15,6500.00,2015-10-01 22:16:00,216.00,failed,6,US,216.00,216.00,6500.00 +"1133881700,A Waste of Time,Film & Video,Film & Video,USD,2016-03-25,2500.00,2016-02-19 19:59:29,120.00,undefined,0,""N,0"""""",,120.00,2500.00" +"1133890490,Blaine Blows His Top; A Children's Book Series,Children's Books,Publishing,USD,2014-08-01,3500.00,2014-06-06 23:51:43,3671.00,successful,40,US,3671.00,3671.00,3500.00" +1133890962,From Providence to Havana... with love! (Canceled),Plays,Theater,USD,2015-05-28,5000.00,2015-04-28 12:00:29,180.00,canceled,4,US,180.00,180.00,5000.00 +1133897675,Rachel and the Mystery of the Missing Eyebrow,Children's Books,Publishing,USD,2013-05-25,9000.00,2013-03-27 15:07:48,111.00,failed,3,US,111.00,111.00,9000.00 +1133898266,Area 51,Mixed Media,Art,USD,2012-11-07,7000.00,2012-09-23 06:32:51,7105.00,successful,30,US,7105.00,7105.00,7000.00 +1133915213,Exclusive Dice Monthly - Monthly Dice Service,Tabletop Games,Games,USD,2016-12-27,16000.00,2016-11-27 22:11:35,4109.00,failed,51,US,1113.00,4109.00,16000.00 +1133927885,unraveled,Theater,Theater,USD,2011-05-08,500.00,2011-04-29 08:21:07,900.00,successful,19,US,900.00,900.00,500.00 +1133928459,Let's Knit (Canceled),Knitting,Crafts,GBP,2015-03-25,45000.00,2015-02-23 17:14:26,25.00,canceled,1,GB,38.50,37.19,66939.38 +1133942507,The Wash Allen Show,Narrative Film,Film & Video,USD,2011-04-07,50000.00,2011-01-06 19:09:28,10.00,failed,1,US,10.00,10.00,50000.00 +1133944418,Princes & Generals (19th Century Era Miniature Wargame),Tabletop Games,Games,USD,2014-08-24,2500.00,2014-07-25 17:02:03,150.00,failed,14,US,150.00,150.00,2500.00 +1133950726,Another Stupid Game with Monsters: tabletop card game,Tabletop Games,Games,GBP,2015-05-20,6500.00,2015-04-20 19:15:24,4536.00,failed,276,GB,6784.78,7094.37,10166.10 +1133960344,Waterlemon Tees,Graphic Design,Design,USD,2014-08-28,1500.00,2014-07-30 20:18:10,1.00,failed,1,US,1.00,1.00,1500.00 +1133960415,SLNGR Phone Holder Neck Strap,Wearables,Technology,USD,2015-01-31,35000.00,2015-01-01 19:02:29,855.00,failed,11,US,855.00,855.00,35000.00 +1133971055,Grupo Arcano Launches 'Despegando',Music,Music,USD,2011-06-10,10000.00,2011-04-21 19:34:44,10770.00,successful,103,US,10770.00,10770.00,10000.00 +1133989322,Vegan Diet Cookbook,Vegan,Food,USD,2014-08-08,500.00,2014-07-09 17:46:48,0.00,failed,0,US,0.00,0.00,500.00 +1133998862,Analysis of Satellite Images That May Show Truth On MH370,Flight,Technology,EUR,2016-04-19,2300.00,2016-03-25 21:46:48,252.00,failed,7,IT,281.53,283.83,2590.50 +113400782,New Greg Burroughs Album - 2014,Country & Folk,Music,USD,2014-03-31,13000.00,2014-03-02 17:58:55,13695.00,successful,84,US,13695.00,13695.00,13000.00 +1134013405,Steel Ice & Stone (Canceled),Mixed Media,Art,USD,2013-04-30,15000.00,2013-03-16 00:04:45,2762.11,canceled,50,US,2762.11,2762.11,15000.00 +1134016325,Tanks in Manchuria (1932-45) in 28mm by Trenchworx,Tabletop Games,Games,USD,2015-05-14,3000.00,2015-04-14 19:55:32,17338.35,successful,106,US,17338.35,17338.35,3000.00 +1134020650,Dragon Resin Statue Kit,Sculpture,Art,USD,2016-07-02,3600.00,2016-06-02 00:11:23,297.00,failed,6,US,297.00,297.00,3600.00 +1134023362,Meritocratic Public Policy Institute new kind of government,Academic,Publishing,USD,2016-11-23,200.00,2016-11-16 00:23:50,0.00,failed,0,US,0.00,0.00,200.00 +1134025472,Singing Out Against Domestic Violence!,Music,Music,USD,2011-11-05,5000.00,2011-09-06 15:42:05,0.00,failed,0,US,0.00,0.00,5000.00 +1134032309,Screaming Eagles,Video Games,Games,USD,2016-10-20,3500.00,2016-09-20 23:40:01,97.00,failed,10,US,15.00,97.00,3500.00 +1134036811,DayZ Day-1: Crash Site (A DayZ inspired short),Shorts,Film & Video,USD,2015-04-23,7500.00,2015-03-24 19:25:23,462.00,failed,18,US,462.00,462.00,7500.00 +1134040409,Cafe Envy By April Spears and Meaghan Mitchell,Restaurants,Food,USD,2017-12-25,50000.00,2017-10-26 23:56:08,2610.00,failed,26,US,0.00,2610.00,50000.00 +"1134062524,""Playpress - Press, make, play!"",Product Design,Design,GBP,2015-02-10,7500.00,2014-12-27 19:25:39,1725.00,failed,66,GB,2683.81,2652.66,11533.32" +1134064489,Game the Gamer,Webseries,Film & Video,USD,2017-08-01,6725.00,2017-06-13 19:18:49,6725.00,successful,64,US,310.00,6725.00,6725.00 +1134067950,Club Jerky - Bringing Jerky Lovers and Jerky Makers Together,Food,Food,USD,2014-12-05,3500.00,2014-11-05 23:03:27,5.00,failed,1,US,5.00,5.00,3500.00 +1134071530,Anchorage Chamber Music Festival,Classical Music,Music,USD,2013-08-13,805.00,2013-07-23 06:21:09,1997.00,successful,32,US,1997.00,1997.00,805.00 +1134074371,American Daydream project,Jazz,Music,GBP,2013-10-19,2500.00,2013-09-12 15:02:45,2835.00,successful,32,GB,4459.92,4584.78,4043.02 +1134092551,The Dimensionals!,Comic Books,Comics,USD,2016-08-05,500.00,2016-07-06 03:16:46,1768.00,successful,40,US,1593.00,1768.00,500.00 +1134101385,GAYLE Season Two,Webseries,Film & Video,USD,2012-07-26,4500.00,2012-06-26 18:48:23,5605.38,successful,328,US,5605.38,5605.38,4500.00 +1134101870,Rachel Shortt's First Vinyl Record Release!,Music,Music,USD,2012-10-20,5000.00,2012-08-21 04:05:25,5025.00,successful,37,US,5025.00,5025.00,5000.00 +"1134108974,""Help Students Build to Fly, Part #1 (Design and Scale Model)"",Flight,Technology,USD,2015-09-28,50000.00,2015-07-30 16:55:54,25.00,failed,1,US,25.00,25.00,50000.00" +113410912,MUSE book 1: ABBIE LANE 001-FINE ART NUDE,Fine Art,Photography,USD,2016-08-26,99.00,2016-08-12 17:50:33,908.00,successful,20,US,430.00,908.00,99.00 +1134110445,Brittney's First EP Album,Pop,Music,USD,2011-09-21,400.00,2011-07-23 04:01:29,0.00,failed,0,US,0.00,0.00,400.00 +1134119230,My Latest Book: Memphis Wrestling History Presents: 1977,Nonfiction,Publishing,USD,2012-08-06,1500.00,2012-06-27 00:57:36,1925.01,successful,36,US,1925.01,1925.01,1500.00 +1134138772,Deeper Lock | The Smartest Toughest Bike Security Ever,Hardware,Technology,USD,2017-08-24,79700.00,2017-07-25 15:53:03,35976.00,canceled,184,US,11471.00,35976.00,79700.00 +1134139902,RC West,DIY Electronics,Technology,USD,2017-03-30,200000.00,2017-02-13 16:26:20,25.00,failed,1,US,0.00,25.00,200000.00 +1134143318,Beyond Clueless,Documentary,Film & Video,GBP,2013-01-14,9500.00,2012-12-15 14:16:15,12005.39,successful,505,GB,19347.68,19106.52,15119.20 +1134150842,Sparrowhawk,Thrillers,Film & Video,GBP,2016-04-06,10000.00,2016-03-07 10:12:28,4477.00,failed,117,GB,6371.17,6301.55,14075.39 +1134152951,Strangers With Kandy 2016 West Coast Tour,Punk,Music,USD,2015-05-05,2500.00,2015-04-04 13:18:39,2.00,failed,2,US,2.00,2.00,2500.00 +1134158774,LifeVest Records,Mixed Media,Art,USD,2017-05-21,750.00,2017-04-21 20:11:59,760.00,successful,18,US,120.00,760.00,750.00 +1134168245,Café Galleria moves up - and into a Shop Space! (Canceled),Food,Food,USD,2013-01-22,1900.00,2012-12-23 04:47:40,360.00,canceled,4,US,360.00,360.00,1900.00 +1134169602,Help Galactic Love Tactics release their debut EP!!!,Electronic Music,Music,USD,2012-03-13,1800.00,2012-02-09 01:50:22,395.00,failed,8,US,395.00,395.00,1800.00 +1134174514,FORM-MATE,Product Design,Design,GBP,2015-07-21,3500.00,2015-05-22 21:59:57,6586.00,successful,25,GB,10244.41,10191.58,5416.11 +1134175325,RANGE- Minimalist Leather Wallets,Product Design,Design,USD,2015-04-23,2500.00,2015-03-04 17:08:44,5319.00,successful,122,US,5319.00,5319.00,2500.00 +1134179108,*MONSTER PACK of TATTOOS*,Illustration,Art,USD,2012-08-17,3250.00,2012-07-13 19:44:44,1518.26,failed,46,US,1518.26,1518.26,3250.00 +1134180652,Unknown Future's Ear,Mixed Media,Art,USD,2015-04-16,15000.00,2015-03-02 06:09:00,0.00,failed,0,US,0.00,0.00,15000.00 +1134181518,Children of the Revolution Deluxe for Vampire 20th,Games,Games,USD,2012-06-11,50000.00,2012-05-11 19:22:20,55394.51,successful,589,US,55394.51,55394.51,50000.00 +1134187451,Damascus Adventure Folding Knife: The Great Sharpy,Product Design,Design,GBP,2017-11-10,400.00,2017-10-11 09:51:08,25375.00,successful,309,GB,2002.30,33463.89,527.51 +1134190907,Five Little Somethin' Somethins' —a children's storybook app,Children's Books,Publishing,USD,2012-08-23,4000.00,2012-07-24 03:17:05,713.00,failed,23,US,713.00,713.00,4000.00 +1134198534,The Extropiate Project: From Passion for Music to a Plan,Web,Technology,USD,2015-05-31,9600.00,2015-05-11 10:51:25,0.00,canceled,0,US,0.00,0.00,9600.00 +1134204404,Full Circle Music Group,Music,Music,USD,2012-08-04,5000.00,2012-07-30 22:17:33,0.00,failed,0,US,0.00,0.00,5000.00 +1134206137,Parallel Planes,Documentary,Film & Video,USD,2011-05-06,3000.00,2011-03-20 03:03:31,75.00,failed,3,US,75.00,75.00,3000.00 +1134208796,Empire's Reign and other Ninja Crusade 2E Expansions,Games,Games,USD,2016-08-26,15000.00,2016-07-26 16:29:26,9654.00,failed,184,US,659.00,9654.00,15000.00 +1134210308,Cinefamily Digital Projection & Theater Restoration!,Film & Video,Film & Video,USD,2013-01-02,144000.00,2012-12-04 22:49:34,158541.79,successful,1372,US,158541.79,158541.79,144000.00 +1134211295,TRETA-YUGA #1,Graphic Novels,Comics,USD,2014-12-06,2300.00,2014-11-01 01:30:54,2311.00,successful,97,US,2311.00,2311.00,2300.00 +1134216656,Running Spirit,Sculpture,Art,USD,2012-04-02,5000.00,2012-02-17 05:17:44,0.00,failed,0,US,0.00,0.00,5000.00 +"1134218232,""Sarah Gayle Meech's New Album """"Tennessee Love Song"""""",Country & Folk,Music,USD,2014-12-13,5000.00,2014-11-13 05:14:19,12525.00,successful,125,US,12525.00,12525.00,5000.00" +1134219149,In Between - The quest to make an epic analog rock record!,Rock,Music,USD,2012-12-08,3000.00,2012-11-08 16:47:19,130.00,failed,6,US,130.00,130.00,3000.00 +1134219879,Érase Una Vez Un Patriota,Television,Film & Video,USD,2016-06-24,25000.00,2016-04-25 22:38:37,2309.00,failed,27,US,2309.00,2309.00,25000.00 +1134229511,Improving Physician to Physician Communication,Software,Technology,USD,2016-01-02,25000.00,2015-11-17 21:59:28,0.00,failed,0,US,0.00,0.00,25000.00 +"1134233765,""Bloodletter """"Under the Dark Mark"""" LP Vinyl Pressing"",Metal,Music,USD,2017-12-20,3500.00,2017-11-17 15:15:05,2427.00,failed,45,US,1388.00,2427.00,3500.00" +"1134237743,""The Chronicles of Jack Ross, The Specialist"",Animation,Film & Video,USD,2014-02-12,50000.00,2013-12-14 20:19:05,90.00,failed,4,US,90.00,90.00,50000.00" +1134248349,Quarter Century Watch | Disrupting Luxury Watches,Product Design,Design,USD,2016-09-16,10000.00,2016-07-18 16:30:03,269602.00,successful,2022,US,56123.00,269602.00,10000.00 +1134251149,The Saputos' Trippin' Kitchen,Small Batch,Food,USD,2017-07-05,20000.00,2017-06-15 08:16:26,10.00,failed,1,US,0.00,10.00,20000.00 +1134254012,Wind Turbine Prototype,Product Design,Design,USD,2014-06-03,10000.00,2014-05-13 19:14:12,2.00,failed,2,US,2.00,2.00,10000.00 +"1134254203,""Art ,Tools,Toys,Crafts; Storage Fantastic Cabinet, Taboret."",Product Design,Design,USD,2013-04-13,75000.00,2013-03-14 20:37:25,991.00,failed,9,US,991.00,991.00,75000.00" +1134254637,Mela&Bea's Cards,Publishing,Publishing,GBP,2014-08-13,100.00,2014-07-14 19:47:40,6.00,failed,2,GB,10.27,10.01,166.90 +1134255274,The Island of El Dorado,Tabletop Games,Games,USD,2017-09-25,27500.00,2017-08-29 16:00:08,292631.50,successful,4608,US,1071.00,292631.50,27500.00 +1134256033,Daarken Playmats & Prints,Illustration,Art,USD,2016-09-14,15000.00,2016-08-15 17:12:23,4446.00,failed,57,US,875.00,4446.00,15000.00 +1134257018,Kiwi Snap Bracelets,Fashion,Fashion,USD,2013-09-30,250.00,2013-08-31 06:00:14,64.00,failed,3,US,64.00,64.00,250.00 +1134268553,Goofy Froot Vol. I: Ripe Off The Page,Comic Books,Comics,USD,2016-11-06,4000.00,2016-10-06 07:04:48,4608.69,successful,102,US,2105.69,4608.69,4000.00 +113428133,Sitpack ZEN the world's most compact chair + perfect posture,Product Design,Design,USD,2017-12-30,30000.00,2017-11-29 15:12:53,518764.00,successful,5338,US,42163.00,518764.00,30000.00 +1134288933,EXP. Video Game Art & Culture magazine: mass production & second book: The Controller,Graphic Design,Design,USD,2010-07-06,3200.00,2010-05-06 02:42:21,5488.30,successful,142,US,5488.30,5488.30,3200.00 +1134288960,DEFEETED,Animation,Film & Video,CAD,2016-09-19,500.00,2016-08-20 00:00:32,844.00,successful,34,CA,461.23,647.14,383.38 +1134291653,NYC Critical Mass Web-based Timeline,Technology,Technology,USD,2012-01-02,2500.00,2011-12-03 03:58:25,2510.00,successful,24,US,2510.00,2510.00,2500.00 +1134308110,Wyilda af Norden: Sustainable Luxury by Scandinavia,Accessories,Fashion,SEK,2016-12-02,200000.00,2016-11-02 11:45:45,17408.00,failed,24,SE,1381.40,1890.69,21722.13 +1134313159,Urban Teach Now - The TV Pilot,Comedy,Film & Video,USD,2016-04-14,27000.00,2016-03-15 19:32:30,28212.03,successful,363,US,28212.03,28212.03,27000.00 +1134313757,Abha,Video Games,Games,EUR,2015-06-26,5500.00,2015-05-27 19:03:59,56.00,failed,6,FR,61.32,62.73,6161.08 +1134314263,Hillary Clinton Action Figure,Product Design,Design,USD,2015-04-08,15000.00,2015-03-03 18:23:12,26774.00,successful,893,US,26774.00,26774.00,15000.00 +1134328530,Hyde Spacelys,Rock,Music,SEK,2016-07-18,80000.00,2016-06-18 11:58:49,1300.00,failed,5,SE,156.22,150.75,9276.98 +"1134330172,""Come with me and """"Dance in the Fire"""""",World Music,Music,USD,2014-05-01,2500.00,2014-03-31 20:47:37,5230.00,successful,114,US,5230.00,5230.00,2500.00" +1134333144,Spy-a game of action and espionage Tabletop Roleplaying game,Tabletop Games,Games,USD,2015-12-29,2500.00,2015-11-29 00:25:13,3006.00,successful,50,US,3006.00,3006.00,2500.00 +1134336109,elephant timer,Product Design,Design,USD,2016-04-14,40000.00,2016-03-14 23:54:29,4491.00,failed,91,US,4491.00,4491.00,40000.00 +1134336382,Airborne Commander,Tabletop Games,Games,USD,2015-04-04,3000.00,2015-03-03 17:59:30,29228.00,successful,663,US,29228.00,29228.00,3000.00 +"1134348896,""Unbound: Art, Fiction, & Poetry Anthology Print Issue"",Publishing,Publishing,USD,2012-06-05,1000.00,2012-05-11 01:32:45,1241.00,successful,25,US,1241.00,1241.00,1000.00" +11343512,1st Vinyl Release on Marquesa Records by Jewels of the Nile,Electronic Music,Music,USD,2012-05-25,2200.00,2012-04-25 03:58:42,979.00,failed,35,US,979.00,979.00,2200.00 +1134352147,Nazfa Organic Green Cookies & Candies,Restaurants,Food,USD,2014-12-11,75000.00,2014-11-11 01:30:49,1692.00,failed,18,US,1692.00,1692.00,75000.00 +1134353393,Africa's Premier League,Documentary,Film & Video,GBP,2016-06-10,2000.00,2016-05-11 17:34:44,4340.00,successful,98,GB,6251.81,6251.17,2880.72 +1134363698,Constantine Maroulis - the new album,Rock,Music,USD,2017-10-14,50000.00,2017-09-18 16:15:18,18450.00,canceled,76,US,400.00,18450.00,50000.00 +1134364960,SCREETY - a Short Film,Shorts,Film & Video,USD,2016-10-19,13000.00,2016-09-19 20:59:21,0.00,canceled,0,US,0.00,0.00,13000.00 +1134366552,JUICE CUP TEDDY,Design,Design,USD,2015-03-14,30.00,2015-02-06 22:54:19,94.00,successful,4,US,94.00,94.00,30.00 +1134368471,SLLiP - Post Production,Film & Video,Film & Video,USD,2015-06-06,15000.00,2015-05-07 15:24:02,15270.00,successful,124,US,15270.00,15270.00,15000.00 +"1134369210,""LIQUOR, POKER, DESIRE ? Festival Submissions"",Drama,Film & Video,USD,2015-05-14,350.00,2015-03-30 20:54:44,440.00,successful,5,US,440.00,440.00,350.00" +1134371410,Tell a Love story with greeting cards holding deeper meaning,Publishing,Publishing,USD,2014-07-17,1605.00,2014-05-31 04:34:47,1712.00,successful,42,US,1712.00,1712.00,1605.00 +1134379238,360 Balloon Ride to Space - Experience A VR Trip to Space!,Space Exploration,Technology,CAD,2015-04-15,6500.00,2015-03-16 20:30:14,338.00,failed,14,CA,264.41,277.25,5331.80 +1134380091,Smoked & Greens Food Truck Project,Food,Food,DKK,2017-02-09,50000.00,2017-01-10 18:47:51,0.00,failed,0,DK,0.00,0.00,7148.58 +1134380624,Women of the World: Universal Portrait Series,Painting,Art,USD,2015-12-08,10000.00,2015-11-08 19:27:18,10346.00,successful,78,US,10346.00,10346.00,10000.00 +"1134382687,""""""STAY N EAT"""" The helping plate (Canceled)"",Food,Food,USD,2015-03-31,18000.00,2015-02-12 10:31:02,227.00,canceled,4,US,227.00,227.00,18000.00" +1134384559,The Jeneral,Documentary,Film & Video,USD,2015-12-03,200000.00,2015-11-03 00:35:43,1.00,failed,1,US,1.00,1.00,200000.00 +1134384734,Crazy Hobo and Co,Webseries,Film & Video,USD,2016-02-25,500.00,2016-01-26 03:29:45,1.00,failed,1,US,1.00,1.00,500.00 +1134392355,Premiere Dance's New Studio (Canceled),Spaces,Dance,USD,2016-03-01,5000.00,2016-01-18 23:46:49,265.00,canceled,8,US,265.00,265.00,5000.00 +1134394695,#BeaCrowdFarmer#Treeforlife,Farmer's Markets,Food,EUR,2016-05-06,20000.00,2016-03-07 13:03:41,31.00,failed,4,ES,34.12,35.42,22854.01 +1134396377,Killer Instinct Fan Film (Canceled),Shorts,Film & Video,USD,2016-04-17,4000.00,2016-02-17 06:37:42,0.00,canceled,0,US,0.00,0.00,4000.00 +1134402341,Bucket List: Angus Young Guitar To Learn ACDC Songs,Rock,Music,USD,2015-11-17,1300.00,2015-10-18 18:50:56,0.00,canceled,0,US,0.00,0.00,1300.00 +"1134411466,""improvMANIA Improv Comedy Theater - Chandler, Arizona"",Spaces,Theater,USD,2014-09-10,7900.00,2014-08-11 21:16:26,15077.00,successful,58,US,15077.00,15077.00,7900.00" +113441173,Oxycontin Alley: A Documentary,Documentary,Film & Video,USD,2011-05-07,20000.00,2011-04-07 17:39:06,50.00,canceled,1,US,50.00,50.00,20000.00 +1134416207,The Ugly Friend Series Kickstarter,Webseries,Film & Video,USD,2014-03-23,1500.00,2014-02-21 04:13:30,910.00,failed,20,US,910.00,910.00,1500.00 +"1134417201,""(A.A.P) Absolute Abs Plus, Has Limitless Potential."",Product Design,Design,USD,2015-09-29,300000.00,2015-08-15 01:30:23,0.00,failed,0,US,0.00,0.00,300000.00" +1134419174,Birth,Art,Art,GBP,2016-10-21,1500.00,2016-08-22 17:08:38,161.00,failed,9,GB,39.23,196.22,1828.15 +1134427093,Declare EP Album,Faith,Music,USD,2016-09-23,2500.00,2016-08-24 06:53:35,2545.00,successful,28,US,0.00,2545.00,2500.00 +1134445444,mashup sticker art,Illustration,Art,EUR,2016-04-07,300.00,2016-03-08 16:04:28,36.00,failed,3,BE,39.56,40.91,340.89 +1134445810,The Real Family,World Music,Music,USD,2015-09-01,5000.00,2015-07-31 17:33:18,0.00,failed,0,US,0.00,0.00,5000.00 +1134446002,Roll-A-Bowl,Design,Design,USD,2016-04-15,30000.00,2016-03-16 01:05:31,1896.00,failed,62,US,1896.00,1896.00,30000.00 +1134450425,The 'Sunshine Mushroom Company' Organic Farm (Canceled),Food,Food,GBP,2013-06-02,5000.00,2013-04-13 19:25:09,80.00,canceled,4,GB,123.21,124.61,7788.04 +1134453229,The Kaizen Project - Album Launch!,Indie Rock,Music,USD,2013-06-01,8500.00,2013-05-01 13:47:33,4318.00,failed,89,US,4318.00,4318.00,8500.00 +"1134459023,""Benediction, music by Travis James Humphrey"",Country & Folk,Music,USD,2014-02-21,2500.00,2014-01-22 23:41:32,2747.00,successful,57,US,2747.00,2747.00,2500.00" +1134460417,AWESOME PHOTOS FOR YOUR ENJOYMENT,Photography,Photography,USD,2013-06-29,5000.00,2013-05-20 22:05:39,0.00,failed,0,US,0.00,0.00,5000.00 +1134469244,Rooftop Films: 20 Years of Underground Movies Outdoors,Festivals,Film & Video,USD,2015-12-31,45000.00,2015-12-01 17:56:21,48181.36,successful,397,US,48181.36,48181.36,45000.00 +1134469631,Tumultous,Shorts,Film & Video,USD,2012-02-29,5000.00,2012-02-01 04:57:10,0.00,failed,0,US,0.00,0.00,5000.00 +1134472364,DancEthos Performs at the Kreeger Auditorium,Performances,Dance,USD,2017-04-20,5000.00,2017-03-01 05:11:36,5070.00,successful,76,US,160.00,5070.00,5000.00 +1134478062,I AM DIMITRI - First line of Sublimation VI$$SER tee's,Apparel,Fashion,GBP,2015-03-14,1250.00,2015-02-27 13:15:57,60.00,canceled,2,GB,93.28,89.12,1856.64 +1134479639,Dream Awake hits the studio!,Rock,Music,USD,2015-05-31,600.00,2015-04-23 19:51:12,11.00,failed,2,US,11.00,11.00,600.00 +1134482474,Help Sudanda go on Tour,World Music,Music,CAD,2014-06-12,6000.00,2014-05-13 10:03:31,200.00,failed,5,CA,183.48,184.35,5530.46 +1134485715,Circle the Wagen,Documentary,Film & Video,USD,2012-03-01,20000.00,2012-02-01 09:07:59,22141.00,successful,254,US,22141.00,22141.00,20000.00 +1134486224,The Birth of Yucca Creek Records,Country & Folk,Music,USD,2014-06-06,15000.00,2014-05-07 13:30:51,200.00,failed,3,US,200.00,200.00,15000.00 +1134488790,O6 - Free Your Eyes,Technology,Technology,USD,2016-07-03,100000.00,2016-05-24 14:59:47,160032.00,successful,1251,US,160032.00,160032.00,100000.00 +"1134503969,""""""The Smiths"""" Web Series Project!"",Webseries,Film & Video,USD,2012-09-17,3900.00,2012-08-18 20:47:45,1445.00,failed,29,US,1445.00,1445.00,3900.00" +1134504172,Break the Silence - My First All Original Album,Pop,Music,USD,2014-04-12,4000.00,2014-03-19 00:33:24,1035.00,failed,12,US,1035.00,1035.00,4000.00 +1134512236,Unity means celebrating together,Fashion,Fashion,USD,2012-05-24,5000.00,2012-03-27 00:14:12,130.00,failed,3,US,130.00,130.00,5000.00 +"1134514983,The Apocalypse of John,Music,Music,USD,2015-04-24,6000.00,2015-03-25 21:56:41,6500.00,undefined,0,""N,0"""""",,6500.00,6000.00" +1134515727,Patrick tours to New Zealand with Der Vorfuhreffekt Theatre!,Theater,Theater,USD,2013-12-09,3334.00,2013-11-18 23:17:45,3495.44,successful,114,US,3495.44,3495.44,3334.00 +1134517975,Black Ant Lake,Shorts,Film & Video,USD,2010-09-06,4000.00,2010-08-02 01:48:07,777.00,failed,17,US,777.00,777.00,4000.00 +"1134518518,""In Search of """"Kefi"""""",Festivals,Film & Video,USD,2014-12-31,4500.00,2014-11-30 08:56:20,7910.00,successful,32,US,7910.00,7910.00,4500.00" +1134520525,Cappelens Forslags konversasjonsleksikon: CFKL Vol. II,Anthologies,Publishing,NOK,2016-06-15,250000.00,2016-05-11 11:53:05,418580.00,successful,389,NO,50964.51,49949.28,29832.58 +1134522897,Guit Stix: cool guitar multi-tool,Gadgets,Technology,USD,2014-11-27,5000.00,2014-10-28 18:20:56,396.00,failed,7,US,396.00,396.00,5000.00 +1134534361,The Anima Mundi tarot deck,Illustration,Art,USD,2017-10-25,4000.00,2017-09-25 18:57:18,16627.00,successful,292,US,1158.00,16627.00,4000.00 +"1134545520,""Wear the Rhino, james comfort"",Apparel,Fashion,USD,2014-12-27,11000.00,2014-11-07 04:35:13,132.00,failed,3,US,132.00,132.00,11000.00" +1134546105,THE V.BAND,Accessories,Fashion,USD,2017-03-11,5000.00,2017-03-01 18:52:54,0.00,failed,0,US,0.00,0.00,5000.00 +"1134552731,""""""C R A F T O P I A"""": Fresno's ultimate crafting destination!"",Crafts,Crafts,USD,2012-10-01,6800.00,2012-08-30 16:56:16,2355.66,failed,41,US,2355.66,2355.66,6800.00" +1134554824,Lexicon of Alternative Facts,Publishing,Publishing,EUR,2017-05-28,3300.00,2017-04-04 07:50:57,175.00,failed,7,DE,80.09,196.30,3701.63 +1134569928,For God & Country - An Illustrated Graphic Tribute,Illustration,Art,USD,2012-01-17,222.00,2011-12-15 04:01:32,10.00,failed,1,US,10.00,10.00,222.00 +1134572138,Little Debbies,Film & Video,Film & Video,USD,2011-04-16,28600.00,2011-03-01 20:49:45,2400.00,failed,22,US,2400.00,2400.00,28600.00 +1134574534,Kenzie Johnson Music,Music,Music,USD,2017-03-05,10000.00,2017-01-30 04:26:17,1534.00,canceled,15,US,315.00,1534.00,10000.00 +"113457514,""Donald Houtz in """"Simply Sondheim"""" (new cabaret show)"",Pop,Music,USD,2014-06-25,2500.00,2014-05-26 21:11:52,2550.00,successful,19,US,2550.00,2550.00,2500.00" +1134577409,Whatcom Juvenile Justice Creative Writing Project,Art,Art,USD,2013-07-31,2000.00,2013-07-10 01:10:50,2251.00,successful,49,US,2251.00,2251.00,2000.00 +1134577749,The Noted Project - Thailand,Documentary,Film & Video,USD,2016-04-22,5000.00,2016-04-14 13:35:11,6456.00,successful,68,US,6456.00,6456.00,5000.00 +1134580000,CK Piano Music,Music,Music,USD,2012-03-10,5000.00,2012-01-10 07:21:12,0.00,failed,0,US,0.00,0.00,5000.00 +"1134610713,""Michael Spaulding Album, Recording Funding!"",Rock,Music,USD,2012-09-28,2500.00,2012-09-07 21:59:27,20.00,failed,1,US,20.00,20.00,2500.00" +"1134614909,""Double Dumb: When it comes to torsos, we've got you covered."",Fashion,Fashion,USD,2012-02-02,9800.00,2012-01-03 04:04:46,2614.73,failed,49,US,2614.73,2614.73,9800.00" +"1134620027,""Lobster Clawz X,Y-modular CRT electronic synthesizer"",Sound,Technology,USD,2016-12-02,3250.00,2016-11-02 22:12:56,21.00,failed,2,US,20.00,21.00,3250.00" +1134621149,Silver Island,Video Games,Games,USD,2016-05-04,10000.00,2016-03-05 16:54:23,184.00,failed,12,US,184.00,184.00,10000.00 +1134621161,The Pueblo Clothing Brand - No Backpacks on the Weekend,Apparel,Fashion,USD,2017-11-28,500.00,2017-10-29 01:02:10,0.00,failed,0,US,0.00,0.00,500.00 +1134627817,Bob Wire,Children's Books,Publishing,USD,2015-02-11,2500.00,2015-01-12 20:52:17,15.00,failed,1,US,15.00,15.00,2500.00 +1134631363,Filming Hedayat's Stories and Legacy,Documentary,Film & Video,CAD,2014-05-29,6000.00,2014-04-09 03:15:02,0.00,failed,0,CA,0.00,0.00,5537.10 +1134634813,Midwest Trading Co - Clothing and Lifestyle Brand,Apparel,Fashion,USD,2017-08-19,2500.00,2017-07-20 21:29:29,333.00,canceled,6,US,303.00,333.00,2500.00 +"1134639311,""DAVID, The Oratorio"",Classical Music,Music,USD,2017-03-05,3000.00,2017-02-03 20:26:21,3195.00,successful,18,US,70.00,3195.00,3000.00" +1134639933,EIIRaser - giant Queen eraser,Product Design,Design,GBP,2015-06-16,5000.00,2015-04-17 13:33:17,577.00,failed,24,GB,856.67,913.87,7919.16 +"1134641764,Checkmate: The Final Request,Film & Video,Film & Video,USD,2015-08-31,8000.00,2015-08-01 00:48:17,51.00,undefined,0,""N,0"""""",,51.00,8000.00" +1134647066,Counter Relations: The Store Series,Art,Art,USD,2013-03-07,5000.00,2013-02-09 18:51:06,5630.00,successful,88,US,5630.00,5630.00,5000.00 +1134659187,Largest User Interface Library for Keynote and Powerpoint,Design,Design,USD,2011-02-10,5000.00,2011-01-11 10:16:11,915.00,failed,22,US,915.00,915.00,5000.00 +113466757,Postwar Veteran Awareness: Hearts and Minds short film,Shorts,Film & Video,USD,2013-05-05,4000.00,2013-04-05 20:42:44,4117.00,successful,61,US,4117.00,4117.00,4000.00 +1134671972,BoardX: The Open Source Miniature Motherboard [Redemption],Hardware,Technology,USD,2012-01-12,5000.00,2011-12-21 03:08:30,13114.00,successful,103,US,13114.00,13114.00,5000.00 +1134674033,Cantus and The Four Loves,Classical Music,Music,USD,2015-02-17,12000.00,2015-01-26 15:12:56,15185.00,successful,143,US,15185.00,15185.00,12000.00 +1134677228,WILD GUESS CHASE - The Fast Guessing Word Game!,Tabletop Games,Games,USD,2012-10-13,1000.00,2012-09-27 01:43:12,1229.00,successful,30,US,1229.00,1229.00,1000.00 +1134677937,A New Home for Company Drinks,Spaces,Food,GBP,2017-08-10,12500.00,2017-07-11 09:36:00,15043.50,successful,216,GB,759.50,19525.35,16224.07 +113468464,Noteu : USB Physical Notification Device,Gadgets,Technology,GBP,2014-08-01,4500.00,2014-07-02 14:00:02,568.00,failed,24,GB,971.63,955.70,7571.55 +1134684931,THE NEW BLAK: Eco-Chic Little Blak Dress Line,Apparel,Fashion,USD,2015-03-29,5000.00,2015-03-02 05:41:39,5147.00,successful,84,US,5147.00,5147.00,5000.00 +1134702499,Speedsleev Ranger Cycling Essentials Pack,Product Design,Design,USD,2017-01-22,4500.00,2016-12-23 19:08:37,20879.00,successful,468,US,1732.00,20879.00,4500.00 +1134704964,Zero point magnetic energy generator (magnet motor),Technology,Technology,USD,2015-03-25,35000.00,2015-02-23 18:36:58,272.00,canceled,7,US,272.00,272.00,35000.00 +"1134705321,""Cadre Media artist """"Dwight The Young One"""" album release "",Jazz,Music,USD,2010-06-26,9000.00,2010-05-12 01:14:08,281.00,failed,10,US,281.00,281.00,9000.00" +1134707149,Music Trends of the 21st Century,Nonfiction,Publishing,USD,2015-07-29,5500.00,2015-06-28 21:58:03,2945.00,failed,55,US,2945.00,2945.00,5500.00 +1134710774,Japanese: The Game! Learn the Japanese Language & Folk Tales,Tabletop Games,Games,USD,2015-06-26,5700.00,2015-05-26 21:29:00,32033.00,successful,551,US,32033.00,32033.00,5700.00 +"1134717341,""""""What Do You Do With Invisible Stu?""""-- a children's book"",Children's Books,Publishing,USD,2017-01-21,10000.00,2016-11-22 06:31:01,331.00,failed,5,US,0.00,331.00,10000.00" +"1134737411,""Colorlastics: The Crayon, Reinvented."",Crafts,Crafts,USD,2017-08-24,12000.00,2017-07-21 02:00:42,28476.00,successful,829,US,3196.00,28476.00,12000.00" +1134751957,South Florida Tours,Plays,Theater,USD,2014-10-08,500.00,2014-09-08 05:54:17,1.00,failed,1,US,1.00,1.00,500.00 +"1134752065,""""""Boy Gets Girl"""" a play by Rebecca Gilman"",Theater,Theater,USD,2011-09-11,18000.00,2011-07-13 05:44:05,18305.00,successful,82,US,18305.00,18305.00,18000.00" +1134754922,Dugans Workshop,Textiles,Art,USD,2017-08-01,500.00,2017-07-12 21:38:38,147.00,failed,5,US,76.00,147.00,500.00 +1134763503,Emergency: Syracuse University Thesis Film (Canceled),Film & Video,Film & Video,USD,2014-04-05,1000.00,2014-03-06 21:26:04,13.00,canceled,3,US,13.00,13.00,1000.00 +1134765662,Virtual Shoe Closet - VSC,Web,Technology,USD,2017-01-27,250000.00,2016-11-28 23:18:37,12.00,failed,1,US,0.00,12.00,250000.00 +1134777709,ScoreCards: The Game You Play While Watching The Game!,Games,Games,USD,2017-11-01,10000.00,2017-10-02 04:15:41,1231.00,canceled,19,US,35.00,1231.00,10000.00 +113478404,Walker - The Smartest Productivity App for the iPhone,Technology,Technology,USD,2012-08-09,2550.00,2012-07-10 05:54:55,4200.98,successful,342,US,4200.98,4200.98,2550.00 +1134786886,Dreamscape:Laruna,Tabletop Games,Games,USD,2016-04-01,13000.00,2016-03-01 17:30:47,20766.52,successful,346,US,20766.52,20766.52,13000.00 +"1134787432,""A Christmas Carol """"Radio Drama"""" x 2"",Film & Video,Film & Video,USD,2011-07-31,15000.00,2011-06-28 09:31:33,2820.00,failed,23,US,2820.00,2820.00,15000.00" +1134787952,Airbubbl: Creating the first pollution free zone in your car,Hardware,Technology,GBP,2017-12-08,50000.00,2017-11-07 11:08:35,53126.00,successful,187,GB,960.87,71271.80,67078.08 +"1134791621,""vMe, your virtual footprint"",Software,Technology,EUR,2016-10-09,200000.00,2016-09-09 00:32:03,5030.00,failed,43,FR,191.30,5533.98,220038.95" +1134796515,JP's Tasties catering,Food,Food,USD,2015-12-13,3000.00,2015-11-13 01:06:30,0.00,failed,0,US,0.00,0.00,3000.00 +1134806310,Prairie Dogs Funder Round II,Restaurants,Food,USD,2014-11-22,20000.00,2014-10-19 20:36:51,1346.00,failed,37,US,1346.00,1346.00,20000.00 +1134807007,The soul collector – A dark fantasy trilogy,Translations,Publishing,DKK,2018-01-07,51300.00,2017-11-08 10:29:32,13210.00,live,46,DK,46.79,2152.45,8358.86 +1134818216,Maker Cardz - Baseball Cards for Entrepreneurs,Technology,Technology,USD,2016-07-30,10000.00,2016-06-29 01:50:31,1370.00,failed,43,US,1158.00,1370.00,10000.00 +1134831732,Dance or Die - When Dance Becomes A Home,Dance,Dance,DKK,2017-09-10,150000.00,2017-08-21 20:23:43,153233.00,successful,207,DK,2427.26,24635.93,24116.14 +1134831955,The W.O.R.D. - ON DA MIC,Hip-Hop,Music,USD,2013-09-06,6000.00,2013-08-07 04:04:58,705.00,failed,4,US,705.00,705.00,6000.00 +1134833473,Quarter Rings: A beautiful transformation of common currency,Crafts,Crafts,USD,2014-03-20,150.00,2014-02-18 20:26:26,5465.00,successful,146,US,5465.00,5465.00,150.00 +1134834784,Making it Down South: Exploring Southern Creative Communties,Photography,Photography,USD,2010-12-01,2300.00,2010-10-15 20:38:53,2320.00,successful,33,US,2320.00,2320.00,2300.00 +1134836762,Print on a SunStop Visor,Photography,Photography,USD,2015-03-24,2000.00,2015-03-03 23:43:11,30.00,failed,1,US,30.00,30.00,2000.00 +1134841331,Beer'd Card,Product Design,Design,USD,2015-04-13,10000.00,2015-03-13 23:53:17,1477.00,failed,40,US,1477.00,1477.00,10000.00 +1134844171,KlikCup - Innovative website (Canceled),Software,Technology,EUR,2016-03-07,10000.00,2016-02-08 09:15:05,190.00,canceled,2,FR,212.03,210.71,11090.04 +1134846477,ALASKA SHARKS - Fund Critical Conservation and Advocacy,Documentary,Film & Video,USD,2017-04-27,80000.00,2017-03-28 02:24:15,350.00,canceled,8,US,350.00,350.00,80000.00 +113485252,Mellitus & Me: A Sweet Relationship,Nonfiction,Publishing,USD,2011-09-23,15000.00,2011-07-25 23:13:02,84.00,failed,4,US,84.00,84.00,15000.00 +1134853988,Master Le Cosplay's: Avengers 2 Hulk Buster V2.0 Build,Wearables,Technology,USD,2014-08-15,8000.00,2014-07-16 22:20:34,106.00,failed,4,US,106.00,106.00,8000.00 +"1134855733,""Editing """"Brooklyn Baby Daddy: A Love Story"""""",Nonfiction,Publishing,USD,2014-07-19,1248.00,2014-06-19 04:47:20,1690.00,successful,27,US,1690.00,1690.00,1248.00" +1134856492,Enamel Pins by iamlunasol,Art,Art,USD,2016-12-15,720.00,2016-11-16 17:03:44,931.00,successful,41,US,132.00,931.00,720.00 +1134861299,Revolving Doors,Shorts,Film & Video,CAD,2014-03-23,2750.00,2014-02-21 01:59:37,2886.00,successful,38,CA,2635.97,2614.60,2491.39 +1134880564,We're Still Home: The Oglala Sioux,Photography,Photography,USD,2011-04-06,10000.00,2011-02-04 22:28:13,931.00,failed,7,US,931.00,931.00,10000.00 +1134881950,Long Live The Lyric!,Film & Video,Film & Video,USD,2013-06-09,50000.00,2013-05-10 14:55:46,58561.22,successful,935,US,58561.22,58561.22,50000.00 +1134887654,Hank & Maple's Coffee and Cafe,Restaurants,Food,USD,2017-02-01,4000.00,2016-12-15 04:17:50,2192.00,failed,20,US,100.00,2192.00,4000.00 +"113488805,""""""NUIT DE LA DANSE~MADIBA"""" A TRIBUTE TO NELSON MANDELA"",Film & Video,Film & Video,USD,2013-09-12,50000.00,2013-07-14 01:52:34,19103.00,canceled,3,US,19103.00,19103.00,50000.00" +"1134888415,""Unidad Móvil de Cultura, Danza y Conciencia"",Workshops,Dance,MXN,2017-03-26,200000.00,2017-02-24 14:27:15,22510.00,failed,25,MX,0.00,1202.20,10681.48" +1134896688,Annie Crane's Delirious Dilemma!,Music,Music,USD,2011-03-14,3200.00,2011-02-02 22:32:45,3496.00,successful,39,US,3496.00,3496.00,3200.00 +1134907970,Nakhtik and Avalon,Plays,Theater,USD,2014-05-12,3000.00,2014-04-29 22:09:08,3000.00,successful,11,US,3000.00,3000.00,3000.00 +1134910253,Western Mass Pan Project,World Music,Music,USD,2014-11-21,2500.00,2014-09-22 17:22:21,2501.00,successful,34,US,2501.00,2501.00,2500.00 +1134921123,Every Layer Has A Story - The Coolest Phone Case,Product Design,Design,USD,2016-02-29,14500.00,2016-01-26 17:23:01,7962.11,failed,117,US,7962.11,7962.11,14500.00 +1134923753,Flatland Film Presents: Metropolis Elecktro,Music,Music,USD,2012-12-10,5000.00,2012-11-05 00:10:05,5375.00,successful,46,US,5375.00,5375.00,5000.00 +113493603,The Erlkings,Plays,Theater,USD,2014-10-04,30000.00,2014-09-02 16:48:56,30891.10,successful,104,US,30891.10,30891.10,30000.00 +1134941811,Facebooking,Documentary,Film & Video,USD,2011-12-25,150000.00,2011-12-01 23:30:28,1681.00,failed,14,US,1681.00,1681.00,150000.00 +1134942875,RUST - A Futuristic Wasteland For Tabletop Miniature Gaming,Tabletop Games,Games,USD,2016-11-04,1500.00,2016-10-05 17:00:41,10517.00,successful,127,US,4955.00,10517.00,1500.00 +1134943252,Touring the United States This July,Rock,Music,USD,2013-06-08,800.00,2013-05-09 02:01:14,1065.23,successful,25,US,1065.23,1065.23,800.00 +1134943260,MadXcot Productions: Badass Bases,Tabletop Games,Games,USD,2017-10-31,15000.00,2017-09-26 03:18:27,382.00,canceled,6,US,62.00,382.00,15000.00 +1134946454,Men's Lifestyle Magazine,Periodicals,Publishing,USD,2016-07-14,60000.00,2016-06-14 02:22:27,5.00,failed,1,US,0.00,5.00,60000.00 +"1134952982,""Sound System Hire, Ryan T (Suspended)"",Music,Music,GBP,2015-06-21,40.00,2015-05-25 14:32:35,0.00,suspended,0,GB,0.00,0.00,62.91" +1134969281,Beasts of Bermuda,Video Games,Games,USD,2017-10-20,35000.00,2017-09-20 23:48:42,23827.30,failed,278,US,125.00,23827.30,35000.00 +1134969355,Hold Do Not Destroy - Issue 004 Bright,Publishing,Publishing,AUD,2016-01-09,1000.00,2015-12-10 00:53:27,545.00,failed,21,AU,394.70,374.21,686.62 +"1134971008,""Dogz on Parole Debut CD (Recording, Mixing & Duplication)"",Rock,Music,USD,2011-12-15,1500.00,2011-11-15 06:13:08,0.00,failed,0,US,0.00,0.00,1500.00" +1134988383,Levare (Pre-production Art Book) (Canceled),Animation,Film & Video,AUD,2014-08-30,14900.00,2014-07-31 23:32:23,12128.00,canceled,98,AU,11378.70,11357.93,13953.92 +1134993828,''The polar bear and the cat'' - A children's picture book,Children's Books,Publishing,GBP,2013-08-06,4500.00,2013-07-07 10:29:31,686.00,failed,23,GB,1021.71,1065.05,6986.49 +1134993895,Rise of the Beasts - Series 2,Product Design,Design,USD,2016-03-01,16500.00,2016-01-21 16:28:15,7947.00,failed,135,US,7947.00,7947.00,16500.00 +"113499783,""Local. Sustainable. Organic. Aquaponics, The Future of Food"",Food,Food,USD,2014-04-11,40000.00,2014-03-11 23:13:03,1447.00,failed,44,US,1447.00,1447.00,40000.00" +1134998731,NOVO FARM TO TABLE RESTAURANT/WINE BAR COMING TO OAK PARK,Drinks,Food,USD,2016-02-24,12200.00,2016-01-25 16:56:57,12605.00,successful,64,US,12605.00,12605.00,12200.00 +"1135008669,""""""The Exigency"""" - Feature Animation"",Shorts,Film & Video,USD,2011-03-26,15000.00,2011-02-09 05:52:41,0.00,failed,0,US,0.00,0.00,15000.00" +1135009207,Chess VR,Games,Games,USD,2016-12-24,1000.00,2016-11-24 01:57:28,130.00,canceled,3,US,120.00,130.00,1000.00 +1135013120,Invisible Strings,Documentary,Film & Video,USD,2014-03-25,20000.00,2014-02-21 10:46:28,585.00,failed,22,US,585.00,585.00,20000.00 +1135023689,Consoling the Stars,Shorts,Film & Video,USD,2012-07-20,1000.00,2012-06-20 12:16:27,222.00,failed,7,US,222.00,222.00,1000.00 +1135024346,Surf lessons,Film & Video,Film & Video,USD,2015-04-05,550.00,2015-02-04 03:48:28,0.00,failed,0,US,0.00,0.00,550.00 +1135036301,Salvation: A Thesis Film,Experimental,Film & Video,USD,2013-02-21,1000.00,2013-01-16 00:07:47,2350.00,successful,34,US,2350.00,2350.00,1000.00 +"1135037498,""Conquer Granola - Power packed, free from sugar and grain"",Small Batch,Food,USD,2017-02-09,2000.00,2017-01-10 02:58:09,2371.00,successful,29,US,350.00,2371.00,2000.00" +113503782,Fairytale Art Calendar 2017,Graphic Design,Design,GBP,2016-09-10,1500.00,2016-07-12 11:32:42,154.00,failed,9,GB,56.98,202.90,1976.34 +1135047973,Caged River Jewelry: Fashion by Insects,Jewelry,Fashion,USD,2015-02-01,2500.00,2015-01-01 17:34:54,169.00,failed,7,US,169.00,169.00,2500.00 +"1135053222,""Mad, Bad & Dangerous To Know: Never Say Die's 3rd album"",Punk,Music,USD,2017-11-19,1300.00,2017-09-20 17:29:00,955.00,failed,23,US,50.00,955.00,1300.00" +1135055075,ErgoChair,Product Design,Design,USD,2015-06-19,250000.00,2015-05-05 01:39:13,0.00,failed,0,US,0.00,0.00,250000.00 +1135055361,Sky Ranger's Inc -- Central Angency,Video Games,Games,USD,2017-11-11,1000.00,2017-10-12 21:04:55,0.00,canceled,0,US,0.00,0.00,1000.00 +1135056143,Jungle Fighters,Documentary,Film & Video,USD,2012-06-16,25000.00,2012-05-15 05:08:47,210.00,failed,3,US,210.00,210.00,25000.00 +"1135060101,""Carrier Pigeon - """"Heat Go On"""" Music Video"",Film & Video,Film & Video,USD,2013-05-14,2500.00,2013-04-14 22:47:15,2525.75,successful,35,US,2525.75,2525.75,2500.00" +1135063608,Captains Log: No Man's Sky,Documentary,Film & Video,USD,2016-07-29,550.00,2016-06-04 07:39:10,21.00,failed,2,US,6.00,21.00,550.00 +1135064553,The Red Eye Bakery,Restaurants,Food,USD,2016-07-24,5000.00,2016-06-24 03:01:51,5096.00,successful,54,US,1485.00,5096.00,5000.00 +1135069976,TR Dragon Hunters : Headquarters Startup,Video Games,Games,USD,2017-03-03,1500.00,2017-02-01 19:39:11,1557.00,successful,14,US,296.00,1557.00,1500.00 +1135072205,Doug (Canceled),Shorts,Film & Video,USD,2015-10-25,7000.00,2015-09-15 22:30:01,0.00,canceled,0,US,0.00,0.00,7000.00 +1135074621,Demos for James Good Eye: Songs For A Mystery Cyclist,Country & Folk,Music,USD,2014-02-10,2000.00,2013-12-12 17:09:21,235.00,canceled,7,US,235.00,235.00,2000.00 +1135082300,In Sickness and In Health Completion,Shorts,Film & Video,USD,2013-10-20,1500.00,2013-09-20 19:49:07,1625.00,successful,16,US,1625.00,1625.00,1500.00 +1135084996,Rockabilly Roasters,Small Batch,Food,USD,2015-03-25,1000.00,2015-02-28 04:59:20,260.00,failed,6,US,260.00,260.00,1000.00 +1135085278,Projector for Artistic Exhibition,Illustration,Art,USD,2015-09-30,900.00,2015-08-29 09:13:19,0.00,failed,0,US,0.00,0.00,900.00 +1135090316,Thrustmaster Warthog Mig-29/F-15/F-18 Add-On Sticks,Gaming Hardware,Games,USD,2015-06-20,15000.00,2015-05-26 19:22:23,5.00,failed,1,US,5.00,5.00,15000.00 +1135094746,Help me become a COD/League girl streamer!,Live Games,Games,CAD,2014-08-11,2000.00,2014-07-12 02:21:15,27.00,failed,5,CA,25.34,24.77,1834.86 +1135098733,For Dementia and Autism - A Caregiver's Guide to Wandering,Publishing,Publishing,USD,2016-08-23,100000.00,2016-07-14 21:49:01,481.00,failed,8,US,270.00,481.00,100000.00 +1135098849,Bible Study Interactive Illustrated Publication,Art Books,Publishing,USD,2014-07-21,2000.00,2014-06-06 18:21:50,595.00,failed,9,US,595.00,595.00,2000.00 +11351013,MISTI-Con: an intimate Harry Potter fan convention,Mixed Media,Art,USD,2012-06-23,2500.00,2012-05-22 17:35:53,8385.00,successful,68,US,8385.00,8385.00,2500.00 +1135127007,The Limo Driver Feature Film,Narrative Film,Film & Video,USD,2013-03-24,100000.00,2013-02-08 07:35:05,11050.00,failed,11,US,11050.00,11050.00,100000.00 +1135133145,Fall 2013 hillary lewis faux-fur hat collection,Fashion,Fashion,USD,2013-03-18,6000.00,2013-02-16 20:14:51,2721.00,failed,43,US,2721.00,2721.00,6000.00 +1135135069,Venture Activewear: A casual shirt that performs. (Canceled),Fashion,Fashion,USD,2013-12-05,12000.00,2013-10-21 19:43:51,1475.00,canceled,23,US,1475.00,1475.00,12000.00 +1135135749,Green Installations on Earth,Electronic Music,Music,EUR,2016-11-10,2000.00,2016-10-11 15:14:39,254.00,failed,12,IT,10.07,276.96,2180.81 +1135140241,Here's to You: Irish Music from Virginia,World Music,Music,USD,2013-06-16,4600.00,2013-05-17 02:37:42,4888.00,successful,77,US,4888.00,4888.00,4600.00 +1135141552,ASHURA,Graphic Novels,Comics,USD,2015-12-04,10000.00,2015-11-04 20:19:10,251.00,failed,7,US,251.00,251.00,10000.00 +1135143771,1 Life Apparel - Live It Up!!! ,Fashion,Fashion,USD,2011-03-13,1000.00,2011-02-12 00:44:48,395.00,failed,8,US,395.00,395.00,1000.00 +1135149959,BOOKIE VOL. I,Comedy,Film & Video,USD,2016-09-28,11711.00,2016-09-16 19:49:35,2569.00,failed,29,US,274.00,2569.00,11711.00 +1135153445,Adventures in the Shadows,Animation,Film & Video,USD,2014-01-23,10000.00,2013-12-09 23:34:07,1636.00,failed,25,US,1636.00,1636.00,10000.00 +1135154333,Future Theatre Project: Love And Information (Canceled),Plays,Theater,GBP,2016-06-15,375.00,2016-05-16 14:52:58,510.00,canceled,26,GB,732.39,728.64,535.77 +1135157128,App2Cade,Video Games,Games,USD,2014-09-25,100000.00,2014-08-26 16:47:46,1032.00,failed,6,US,1032.00,1032.00,100000.00 +1135168934,Jessabelle's Dance (Canceled),Dance,Dance,USD,2014-05-02,2500.00,2014-03-18 21:51:52,0.00,canceled,0,US,0.00,0.00,2500.00 +1135179401,CELESTIAL APE: Let's Send Kolya Into Space!,Comedy,Theater,GBP,2017-02-08,1646.00,2017-01-24 01:28:47,390.00,canceled,4,GB,346.49,486.02,2051.27 +1135181290,little things..,People,Photography,USD,2014-12-28,45.00,2014-10-28 23:52:38,45.00,successful,4,US,45.00,45.00,45.00 +1135191126,Be Part of Don Moen's New Worship Project,Music,Music,USD,2011-04-19,40000.00,2011-03-08 01:33:09,41924.00,successful,276,US,41924.00,41924.00,40000.00 +1135194032,Boost: Lingerie/Loungewear for full busted girls and women,Apparel,Fashion,USD,2017-06-09,30000.00,2017-05-09 15:02:41,30404.00,successful,125,US,4861.00,30404.00,30000.00 +1135195265,BE.HIP,Apparel,Fashion,USD,2015-04-05,10000.00,2015-03-06 08:34:54,5.00,failed,1,US,5.00,5.00,10000.00 +1135217557,Laronda's breast cancer fight,Video,Journalism,USD,2016-02-16,8200.00,2015-12-22 17:13:36,0.00,failed,0,US,0.00,0.00,8200.00 +113522254,Classic Art Tokens,Playing Cards,Games,USD,2016-03-03,5000.00,2016-02-02 15:16:35,108848.00,successful,1836,US,108848.00,108848.00,5000.00 +1135223232,LAVO (Location Aware Volunteer Opportunities) (Canceled),Apps,Technology,USD,2015-07-02,5000.00,2015-06-02 21:09:04,370.00,canceled,5,US,370.00,370.00,5000.00 +1135234639,Refugees and asylum seekers in Townsville photo project,Photography,Photography,AUD,2014-03-21,2000.00,2014-02-19 11:49:36,410.00,failed,12,AU,371.76,371.71,1813.24 +1135236113,The Wooden Tarot- a Major Arcana Project,Illustration,Art,USD,2013-04-15,5000.00,2013-03-15 05:19:33,14405.00,successful,355,US,14405.00,14405.00,5000.00 +1135239246,FINAL FRONTIER COMICS SQWATCH GUNSLINGER (Canceled),Comics,Comics,USD,2012-05-17,3500.00,2012-04-17 05:58:03,26.00,canceled,2,US,26.00,26.00,3500.00 +1135247414,Behind closed doors... (Canceled),People,Photography,CAD,2014-12-07,4000.00,2014-11-22 01:22:33,0.00,canceled,0,CA,0.00,0.00,3454.23 +1135249830,VDRIVE ESD(energy storage device) (Canceled),Hardware,Technology,USD,2016-05-05,50000.00,2016-04-20 19:22:55,0.00,canceled,0,US,0.00,0.00,50000.00 +1135250472,Teplo: The Smart Bottle for Tea Lovers,Product Design,Design,USD,2016-03-25,60000.00,2016-02-25 00:00:24,73517.10,successful,1141,US,73517.10,73517.10,60000.00 +"1135255857,""Help Kaskeset release its 6th CD, A New Day!"",Music,Music,USD,2014-10-04,7000.00,2014-09-04 17:54:51,7045.00,undefined,0,""N,0"""""",,7045.00,7000.00" +"1135271950,""Sin Fronteras Coffee: Sourcing, Roasting and Relationships"",Restaurants,Food,USD,2017-07-10,50000.00,2017-05-16 07:40:12,2445.00,failed,35,US,0.00,2445.00,50000.00" +1135277556,| Modern Western Flair | Laura J Rusch Designs |,Fashion,Fashion,USD,2015-08-04,3000.00,2015-07-17 15:05:16,3412.00,successful,41,US,3412.00,3412.00,3000.00 +"1135278418,""Felted Designs - Poker Shirts, a niche startup (Canceled)"",Fashion,Fashion,USD,2011-09-24,1800.00,2011-08-25 21:51:35,20.00,canceled,1,US,20.00,20.00,1800.00" +1135281812,War on Asgard: Clouded Skies Trilogy Book 1 (Canceled),Fiction,Publishing,GBP,2016-02-23,1500.00,2016-01-24 11:03:47,0.00,canceled,0,GB,0.00,0.00,2096.52 +1135282160,Women of Light,Documentary,Film & Video,USD,2016-02-14,12500.00,2016-01-15 21:00:15,23824.00,successful,296,US,23824.00,23824.00,12500.00 +1135282699,DIMENSION : The First Truly Free TCG,Games,Games,USD,2016-06-15,50000.00,2016-05-16 20:07:04,50513.00,successful,69,US,50513.00,50513.00,50000.00 +1135284137,100% Natural Potato and Plantain Chips.,Small Batch,Food,USD,2014-10-16,25000.00,2014-09-16 17:21:39,145.00,failed,3,US,145.00,145.00,25000.00 +"1135287109,""Kabreet: """"Momken Bokra"""" Album Production"",Music,Music,EUR,2015-11-27,3500.00,2015-10-28 11:48:24,3570.00,undefined,0,""N,0"""""",,3777.06,3703.00" +"1135294038,Swap Your Workbooks - a barter site for writers,Publishing,Publishing,GBP,2015-04-14,800.00,2015-03-31 23:59:50,15.00,undefined,0,""N,0"""""",,22.53,1201.72" +"1135294734,""A Womb with a View, a film about women without children"",Documentary,Film & Video,USD,2011-10-28,8000.00,2011-09-16 18:39:06,8081.00,successful,67,US,8081.00,8081.00,8000.00" +1135296844,Bring Your Dick To The Table,Sculpture,Art,USD,2014-04-09,11250.00,2014-03-10 20:56:35,13449.00,successful,193,US,13449.00,13449.00,11250.00 +1135303553,Desert Clean Up,Art,Art,USD,2014-08-13,500.00,2014-07-14 19:11:10,25.00,failed,2,US,25.00,25.00,500.00 +1135308714,Victorian Gothic & Steampunk Magazine printing/subscriptions,Print,Journalism,USD,2015-05-21,3500.00,2015-04-06 21:24:48,237.00,failed,10,US,237.00,237.00,3500.00 +1135313350,Beautiful Mournings- First issue of a magical based comic book series. (Canceled),Comics,Comics,USD,2010-08-11,800.00,2010-05-17 03:37:53,130.00,canceled,2,US,130.00,130.00,800.00 +1135317993,In The Dark: Puzzles Past Bedtime,Video Games,Games,USD,2011-08-26,10000.00,2011-07-27 06:43:11,7440.00,failed,181,US,7440.00,7440.00,10000.00 +1135321447,Southern Girl Pound Cake,Small Batch,Food,USD,2014-08-15,2500.00,2014-07-16 16:55:48,571.00,failed,15,US,571.00,571.00,2500.00 +1135322310,Taproom Coffee: Specialty Coffee and Craft Beer Bar,Drinks,Food,USD,2014-03-28,15000.00,2014-02-26 00:58:45,21700.00,successful,214,US,21700.00,21700.00,15000.00 +"1135327711,""NA-CHU-ROL, lux body butter, transform your skin!"",Crafts,Crafts,USD,2017-01-27,1000.00,2016-12-28 19:56:38,50.00,failed,1,US,50.00,50.00,1000.00" +11353304,Dueling Analogs: Book 1 (Canceled),Comics,Comics,USD,2010-07-04,7000.00,2010-04-05 07:32:40,1888.00,canceled,40,US,1888.00,1888.00,7000.00 +1135338926,HALO-The Worlds First 3D Printed Carbon Fiber Wallet,Product Design,Design,USD,2015-08-23,2500.00,2015-07-21 08:36:34,1469.00,failed,25,US,1469.00,1469.00,2500.00 +1135340377,Showbiz: Active Terrorism (A Multimedia Musical),Experimental,Theater,USD,2015-02-22,3500.00,2015-01-23 06:01:41,4170.00,successful,98,US,4170.00,4170.00,3500.00 +1135349526,Kayacat,Product Design,Design,GBP,2016-08-25,80000.00,2016-07-26 09:01:36,85280.00,successful,130,GB,9635.81,112676.06,105699.87 +1135352094,New Colors! €59/$64 Stainless Milanaise Loop for Apple Watch,Product Design,Design,EUR,2015-11-27,8000.00,2015-10-28 19:32:42,9656.00,suspended,133,DE,10681.42,10216.04,8464.00 +1135354834,Life and Other Lies - The Hope and Healing Project,Nonfiction,Publishing,USD,2012-02-06,2500.00,2012-01-07 17:45:40,2575.00,successful,32,US,2575.00,2575.00,2500.00 +113535543,Down the Stairs,Horror,Film & Video,USD,2016-08-29,1500.00,2016-07-30 04:49:12,1620.00,successful,26,US,20.00,1620.00,1500.00 +1135371018,The Coach's Wife - Youth Sports through the Wife's Eyes,Nonfiction,Publishing,USD,2014-04-09,30000.00,2014-03-10 17:42:02,10.00,failed,1,US,10.00,10.00,30000.00 +1135373638,TEN THOUSAND MILES - A USC Thesis Film,Shorts,Film & Video,USD,2016-01-05,25000.00,2015-12-04 08:53:01,30202.01,successful,163,US,30202.01,30202.01,25000.00 +1135378531,A website for connecting consumers with hairstylist.,Apps,Technology,USD,2014-08-07,4500.00,2014-07-08 03:20:07,0.00,canceled,0,US,0.00,0.00,4500.00 +"1135386429,"""""" Still Kicking"""" WWII letters from a son to parents"",Mixed Media,Art,USD,2013-10-10,50000.00,2013-09-10 22:26:19,485.00,failed,11,US,485.00,485.00,50000.00" +1135387466,Ubi - The Ubiquitous Computer - Voice-Activated & Always On,Hardware,Technology,USD,2012-09-18,36000.00,2012-08-13 06:01:04,229594.72,successful,1190,US,229594.72,229594.72,36000.00 +1135389291,Wanderer's Tarot,Illustration,Art,USD,2016-08-05,2000.00,2016-07-06 17:57:31,6309.00,successful,102,US,2662.00,6309.00,2000.00 +1135390461,FromToast2Toast,Film & Video,Film & Video,USD,2017-11-23,2300.00,2017-10-24 04:00:02,86.00,failed,4,US,0.00,86.00,2300.00 +113539522,Wild Season - Inspired by Harvest Moon,Video Games,Games,GBP,2013-12-28,22500.00,2013-11-28 02:23:02,26759.10,successful,1545,GB,43224.68,43932.20,36939.75 +"1135397783,""Character Design with Silver, A Drawing Guide Book"",Art Books,Publishing,USD,2016-10-15,10500.00,2016-09-15 09:00:33,114139.00,successful,1701,US,24857.00,114139.00,10500.00" +1135404663,Mossad - be an insider to the best secret agents community,Video Games,Games,USD,2012-11-23,100000.00,2012-10-24 22:28:14,1956.00,failed,22,US,1956.00,1956.00,100000.00 +1135404850,Night Owl Coffee,Drinks,Food,USD,2015-10-01,50000.00,2015-08-12 07:00:05,86.00,failed,5,US,86.00,86.00,50000.00 +1135412145,Titanic VR,Video Games,Games,EUR,2017-03-02,50000.00,2017-01-31 16:30:21,57095.00,successful,883,IE,5541.77,60320.97,52825.09 +1135417173,Reichguard Knigths,Tabletop Games,Games,EUR,2017-04-09,2000.00,2017-03-16 18:36:21,4761.60,successful,93,ES,1056.24,5061.60,2126.01 +1135419068,HELLO! FAT CROW!,Children's Books,Publishing,USD,2017-09-23,5000.00,2017-08-23 01:00:27,5458.00,successful,103,US,1263.00,5458.00,5000.00 +1135421290,Jolt Sensor - Better Concussion Detection for Youth Athletes,Wearables,Technology,USD,2014-09-26,60000.00,2014-08-26 15:53:22,61012.02,successful,468,US,61012.02,61012.02,60000.00 +1135431596,Challenge of the 14,Nature,Photography,DKK,2015-01-07,2000000.00,2014-11-28 21:41:41,2320.00,failed,6,DK,389.81,368.39,317581.30 +1135434378,Everybody Hates You,Fiction,Publishing,USD,2012-05-21,1250.00,2012-04-21 03:20:51,931.00,failed,26,US,931.00,931.00,1250.00 +1135434946,Lute (Laud) concert,Classical Music,Music,USD,2015-12-17,1000.00,2015-11-17 04:50:18,0.00,failed,0,US,0.00,0.00,1000.00 +1135437944,The Wounded Healer Documentary,Documentary,Film & Video,USD,2013-04-06,16000.00,2013-03-02 21:01:15,16535.90,successful,164,US,16535.90,16535.90,16000.00 +1135452573,The Last Road North,Photography,Photography,USD,2011-07-31,2500.00,2011-07-01 10:43:58,2950.00,successful,55,US,2950.00,2950.00,2500.00 +1135452743,Capture Photography Tours & Workshops,Nature,Photography,GBP,2017-04-07,5500.00,2017-03-08 21:56:53,2.00,failed,2,GB,0.00,2.48,6832.21 +1135459316,SnowBYTE - Robotic snow blower.,Robots,Technology,USD,2014-07-31,36000.00,2014-07-01 09:35:21,417.77,failed,18,US,417.77,417.77,36000.00 +1135462299,Help Katie start up an embroidery business,Embroidery,Crafts,GBP,2016-07-08,1000.00,2016-06-08 14:05:13,161.00,failed,11,GB,193.81,209.08,1298.63 +113546268,Generation Chef,Food,Food,GBP,2014-11-20,1000.00,2014-10-16 00:17:45,12.00,failed,3,GB,19.29,18.82,1568.23 +1135465370,Bringing back the sound of classic rock radio.,Pop,Music,USD,2012-01-08,75000.00,2011-12-09 00:12:05,275.00,failed,3,US,275.00,275.00,75000.00 +1135466971,sketchmi: Unleash your creative awesomeness,Product Design,Design,USD,2015-06-04,18800.00,2015-05-04 01:10:14,20496.00,successful,267,US,20496.00,20496.00,18800.00 +1135469777,The Dark Triad: Dragon's Death (Canceled),Video Games,Games,GBP,2013-04-21,80000.00,2013-03-20 00:01:07,5858.00,canceled,298,GB,8849.88,9065.30,123800.68 +1135486319,Chameleon: A Better Home Screen for your Android Tablet,Technology,Technology,USD,2012-07-04,30000.00,2012-06-14 19:18:12,66804.59,successful,6420,US,66804.59,66804.59,30000.00 +1135491681,Mia Bella Italian Restaurant,Restaurants,Food,USD,2015-09-01,600000.00,2015-08-02 00:07:15,0.00,failed,0,US,0.00,0.00,600000.00 +1135497246,Fried Chicken @fries urban soul food Restaurant,Restaurants,Food,USD,2015-06-16,30000.00,2015-04-17 03:47:04,0.00,failed,0,US,0.00,0.00,30000.00 +1135497404,Disparity - a 110 page Graphic Novel (Volume 1),Graphic Novels,Comics,AUD,2016-03-20,7000.00,2016-02-19 04:40:35,945.00,failed,23,AU,671.12,709.41,5254.86 +1135504267,Webcam John-Short Film,Drama,Film & Video,AUD,2017-08-06,20000.00,2017-07-07 02:51:17,0.00,failed,0,AU,0.00,0.00,15726.98 +1135509158,Lightly Loungewear,Fashion,Fashion,USD,2016-05-23,10000.00,2016-04-23 15:12:36,0.00,failed,0,US,0.00,0.00,10000.00 +1135514537,MENTAL - The Mind is a Terrible Thing to Waste:: Documentary,Documentary,Film & Video,GBP,2015-09-10,5000.00,2015-08-06 16:33:38,0.00,failed,0,GB,0.00,0.00,7711.53 +1135523476,The Faithful Traveler: Exploring the California Missions,Television,Film & Video,USD,2015-03-19,50000.00,2015-02-02 14:01:55,12940.00,canceled,48,US,12940.00,12940.00,50000.00 +1135524855,Time-Scale Map of San Francisco Bay Area Transit,Graphic Design,Design,USD,2014-04-11,2500.00,2014-03-19 03:58:08,1091.00,failed,31,US,1091.00,1091.00,2500.00 +1135527938,Creation of Food Self-Sufficiency Kits,Vegan,Food,MXN,2017-07-31,75000.00,2017-06-18 19:32:06,2102.70,failed,2,MX,1.12,118.08,4211.59 +"113553076,""Wizzerds of Rhyme / The Club Split 7"""""",Hip-Hop,Music,USD,2010-08-23,600.00,2010-07-18 23:25:43,635.00,successful,24,US,635.00,635.00,600.00" +1135532258,Marijuana Mingle,Web,Technology,USD,2015-01-18,1000.00,2014-12-19 17:47:58,16.00,failed,4,US,16.00,16.00,1000.00 +1135539026,Forget Me Not Kid Alarm,Gadgets,Technology,USD,2014-10-12,250000.00,2014-09-12 04:47:15,925.00,failed,5,US,925.00,925.00,250000.00 +1135541398,A Quiet Storm,Photography,Photography,EUR,2015-10-29,10000.00,2015-09-29 17:19:36,1.00,failed,1,IT,1.12,1.10,11016.98 +1135542126,Documentary: Exploring Kamchatka by motorcycle.,Documentary,Film & Video,EUR,2017-06-24,12000.00,2017-05-25 23:55:33,1.00,failed,1,ES,0.00,1.14,13694.41 +1135545816,Laughter Against the Machine : A Tour Documentary,Documentary,Film & Video,USD,2011-09-10,20000.00,2011-07-12 02:54:41,23182.28,successful,441,US,23182.28,23182.28,20000.00 +1135546584,Haunt Me - A Short Horror/Comedy,Horror,Film & Video,USD,2016-07-07,9000.00,2016-06-07 17:32:24,9055.00,successful,106,US,9055.00,9055.00,9000.00 +1135548376,Melody Hwang's Debut Album - SUDDENLY,Music,Music,USD,2015-03-05,16000.00,2015-02-03 18:52:09,21654.50,successful,113,US,21654.50,21654.50,16000.00 +1135551094,Mimic Miniatures : Personalized Game Miniatures of YOU!,Tabletop Games,Games,USD,2013-07-10,30000.00,2013-05-25 20:37:29,5300.00,canceled,86,US,5300.00,5300.00,30000.00 +1135552320,Puppy Play Ground,Live Games,Games,USD,2016-03-07,1000000.00,2016-02-08 17:15:33,27.00,failed,3,US,27.00,27.00,1000000.00 +"1135554421,""Local Artist, Local Album, Local Video"",Jazz,Music,USD,2012-06-02,1200.00,2012-05-11 04:57:29,60.00,failed,2,US,60.00,60.00,1200.00" +113555597,No Judgement (X),Product Design,Design,USD,2017-06-03,4000.00,2017-04-24 17:57:07,10.00,canceled,1,US,0.00,10.00,4000.00 +1135559102,Aquarius - A Water Manipulating Fountain Lamp,Sculpture,Art,CAD,2017-12-07,22000.00,2017-11-07 06:08:38,53368.00,successful,234,CA,2099.21,41576.82,17139.30 +1135560858,Leah Burkey - The Jean EP,Music,Music,USD,2017-02-01,15000.00,2017-01-02 20:25:15,2377.00,failed,30,US,215.00,2377.00,15000.00 +"1135565248,""Cover Art for Justine Graykin's new book, """"Awake Chimera"""""",Illustration,Art,USD,2015-05-31,1000.00,2015-05-01 22:17:21,1066.00,successful,30,US,1066.00,1066.00,1000.00" +"1135566659,Help MakeThings Happen in 2016!!,Music,Music,USD,2016-03-11,2500.00,2016-01-11 00:05:15,26.00,undefined,0,""N,0"""""",,26.00,2500.00" +1135569724,Department of Spin,Tabletop Games,Games,USD,2017-10-01,7000.00,2017-09-01 18:45:56,4883.00,failed,158,US,927.00,4883.00,7000.00 +1135570658,Resistance TV,Shorts,Film & Video,GBP,2015-12-12,350.00,2015-11-12 11:59:41,377.00,successful,11,GB,572.02,562.18,521.92 +1135572446,Written On Water: An Ogallala Chronicle,Documentary,Film & Video,USD,2014-06-04,4500.00,2014-05-02 13:31:59,5272.00,successful,69,US,5272.00,5272.00,4500.00 +1135573622,eSports Revolution - Powered by Gamers (Canceled),Games,Games,GBP,2015-05-30,6000.00,2015-04-30 20:47:21,20.00,canceled,1,GB,30.68,30.66,9198.79 +1135575208,The Aftermath Series,Television,Film & Video,USD,2014-08-03,15000.00,2014-06-10 02:28:17,3392.00,failed,25,US,3392.00,3392.00,15000.00 +1135576726,Pier Kids: The Life,Documentary,Film & Video,USD,2013-12-02,30000.00,2013-11-01 23:02:42,43050.50,successful,751,US,43050.50,43050.50,30000.00 +1135592275,Health Nut (Canceled),Food,Food,USD,2014-09-26,250000.00,2014-07-28 22:56:38,0.00,canceled,0,US,0.00,0.00,250000.00 +1135600550,The World We Knew,Drama,Film & Video,USD,2016-10-08,5000.00,2016-08-09 21:02:19,180.00,failed,7,US,45.00,180.00,5000.00 +1135600684,Open on Sunday,Music,Music,USD,2010-01-12,1000.00,2009-10-15 16:53:30,1312.48,successful,87,US,1312.48,1312.48,1000.00 +1135601496,Large Wall Calendar //\\ 2018,Product Design,Design,USD,2018-01-02,2500.00,2017-12-18 17:50:30,1315.00,live,23,US,5.00,1315.00,2500.00 +1135605850,Life is Fiction: A woodcut graphic novel in Brazil,Art,Art,USD,2011-08-29,2500.00,2011-05-31 18:55:11,756.00,canceled,21,US,756.00,756.00,2500.00 +1135608594,An Edible History of Chocolate.,Food,Food,USD,2011-08-14,15000.00,2011-06-15 11:47:31,15816.10,successful,179,US,15816.10,15816.10,15000.00 +1135609038,Global Send,Art,Art,USD,2017-05-07,3000.00,2017-03-08 15:55:45,34.00,failed,2,US,0.00,34.00,3000.00 +1135609457,Dysfunctional Descendants & Disastrous Dates,Theater,Theater,USD,2013-11-21,175.00,2013-11-01 01:51:27,296.00,successful,11,US,296.00,296.00,175.00 +1135615827,Saving Urban Bees,Food,Food,USD,2016-02-09,300.00,2016-01-10 04:11:37,484.00,successful,16,US,484.00,484.00,300.00 +"1135624376,""Bamboo Bites - Sticky Rice, Snacks and Streetfoods!"",Food,Food,USD,2015-10-23,5000.00,2015-09-22 03:45:59,42.00,failed,1,US,42.00,42.00,5000.00" +1135626787,The Illustrated Wok: Chinese food like you've never seen,Cookbooks,Food,USD,2017-09-28,10000.00,2017-08-29 16:08:12,47351.00,successful,1063,US,0.00,47351.00,10000.00 +1135634596,20h Century Works for Classical Guitar Cd,Classical Music,Music,USD,2011-10-29,2100.00,2011-09-09 19:47:40,2320.00,successful,36,US,2320.00,2320.00,2100.00 +1135641712,Orgonite Healing Art Sculptures,Sculpture,Art,USD,2015-11-28,10000.00,2015-10-29 16:28:34,118.00,failed,5,US,118.00,118.00,10000.00 +1135643484,PASSENGER,Webseries,Film & Video,USD,2011-07-26,6000.00,2011-06-26 20:28:51,650.00,failed,6,US,650.00,650.00,6000.00 +1135648180,Lemonade & Magnolia: children's clothing & NEW merchandise,Crafts,Crafts,GBP,2015-07-28,1000.00,2015-06-28 14:54:03,301.00,failed,17,GB,474.01,468.83,1557.58 +1135652627,Aah Inspiring Antarctica,Art Books,Publishing,USD,2013-10-06,1200.00,2013-09-06 21:40:54,30.00,failed,2,US,30.00,30.00,1200.00 +1135655371,PROJECT 201201,Photography,Photography,EUR,2014-06-16,5500.00,2014-05-17 00:23:39,186.00,failed,3,NL,255.21,252.74,7473.44 +1135672041,SkyFall: A Romance of Betrayal and Deception Series,Fiction,Publishing,USD,2013-05-22,250.00,2013-04-22 22:22:53,2.50,failed,1,US,2.50,2.50,250.00 +1135673537,Support Music For Kids,Music,Music,USD,2012-01-16,6900.00,2011-11-17 07:06:05,494.00,failed,17,US,494.00,494.00,6900.00 +"1135675330,""""""Through the Eyes of Youth,"""" A Book of Fine Photography."",Photography,Photography,USD,2012-11-09,2000.00,2012-10-10 20:39:13,527.00,failed,7,US,527.00,527.00,2000.00" +1135676284,Lost work for cello- a dissertation in Finland,Classical Music,Music,USD,2012-05-04,1200.00,2012-04-04 23:26:58,1400.00,successful,29,US,1400.00,1400.00,1200.00 +1135687900,The Naked Sheep Project - Cordless Sheep Shears,Technology,Technology,USD,2015-04-23,14000.00,2015-03-24 17:07:00,14000.00,successful,17,US,14000.00,14000.00,14000.00 +"1135690918,""Modern Pinup Miniatures, Bawidamann Style!"",Tabletop Games,Games,USD,2014-05-22,7500.00,2014-05-01 15:05:38,46621.50,successful,353,US,46621.50,46621.50,7500.00" +1135691329,The Midnight Clock: Unlock the Magic of a Good Book,Product Design,Design,USD,2013-07-18,25000.00,2013-06-17 06:01:28,69116.00,successful,717,US,69116.00,69116.00,25000.00 +"1135695897,""Bryce Black, transcend the everyday"",Ready-to-wear,Fashion,USD,2012-07-21,10000.00,2012-06-05 03:16:31,10090.00,successful,134,US,10090.00,10090.00,10000.00" +1135697897,Japanese Snacks Enamel Pins,Accessories,Fashion,USD,2017-10-21,600.00,2017-09-21 02:01:14,328.00,failed,16,US,13.00,328.00,600.00 +"1135707396,""""""Gnar Bar"""" by Harry's Healing Foods (Canceled)"",Small Batch,Food,USD,2015-03-12,10000.00,2015-02-10 06:14:18,0.00,canceled,0,US,0.00,0.00,10000.00" +1135715955,MY GATOR = Audio Radio Social Media Mobile Application,Apps,Technology,JPY,2017-11-02,10000000.00,2017-10-03 03:15:55,100.00,canceled,1,JP,0.89,0.88,87765.49 +1135726079,Breakfast Cereal Mascots Mandala: Limited Edition Print,Illustration,Art,USD,2015-12-18,1000.00,2015-11-18 22:56:27,2742.00,successful,56,US,2742.00,2742.00,1000.00 +1135727632,Alice Stone and The Nightmare Queen,Fiction,Publishing,CAD,2014-11-09,5000.00,2014-10-10 16:00:05,0.00,failed,0,CA,0.00,0.00,4392.90 +1135753078,Jasmine & Jafar Sugar Skull Stickers,Illustration,Art,USD,2017-02-07,250.00,2017-01-23 18:31:52,800.00,successful,57,US,339.00,800.00,250.00 +"1135764011,""Truck Farm Chicago- Growing Creative Minds, Anywhere!"",Food,Food,USD,2012-05-25,4000.00,2012-04-26 15:49:36,4412.00,successful,114,US,4412.00,4412.00,4000.00" +1135780938,Good Salad Sand-Witch,Food Trucks,Food,USD,2017-08-31,8500.00,2017-07-17 02:31:07,750.00,failed,29,US,135.00,750.00,8500.00 +1135822792,CONCEPT NOVEL OF THE PHANTOM OF THE OPERA,Comic Books,Comics,GBP,2016-05-19,4000.00,2016-04-16 02:23:54,230.00,failed,14,GB,325.38,335.08,5827.42 +1135830220,The Cabin Sessions,Country & Folk,Music,USD,2013-06-17,3000.00,2013-05-18 03:00:22,4255.00,successful,73,US,4255.00,4255.00,3000.00 +1135834869,A Safe & Comfortable Way To Bathe A Baby: Baby Bath Insert,Design,Design,USD,2017-11-11,20000.00,2017-09-12 22:19:09,1116.00,failed,17,US,185.00,1116.00,20000.00 +1135839887,Case for Trezor Wallet - Bitcoin / cryptocurrency,Technology,Technology,USD,2017-11-20,7000.00,2017-10-21 05:01:44,28.00,failed,1,US,33.00,28.00,7000.00 +1135856240,Tootie's Cafe & Grill: Feeding One Neighborhood At A Time,Food,Food,USD,2012-09-12,5000.00,2012-08-13 02:48:29,1725.00,failed,38,US,1725.00,1725.00,5000.00 +1135870821,Lalo's Horchata (Canceled),Food,Food,USD,2013-02-25,1500.00,2013-02-01 16:38:53,8.00,canceled,1,US,8.00,8.00,1500.00 +1135884159,Get Professionally Designed Logo for your Business,Graphic Design,Design,AUD,2017-09-06,500.00,2017-08-07 09:35:21,555.00,successful,13,AU,312.90,449.79,405.22 +1135896071,MealBuds Marketplace: Launch,Restaurants,Food,USD,2015-11-27,2000.00,2015-09-28 01:14:20,139.00,failed,4,US,139.00,139.00,2000.00 +113589732,Give It to the King! (Canceled),Tabletop Games,Games,USD,2013-07-26,23000.00,2013-06-25 13:41:22,2706.00,canceled,51,US,2706.00,2706.00,23000.00 +"1135899730,""Ren Zi's first art exhibition: """"Between Earth and Void"""""",Art,Art,USD,2013-03-02,2000.00,2013-01-31 13:08:15,4324.00,successful,53,US,4324.00,4324.00,2000.00" +1135900736,Lord of the rings look-alike fantasy manga,Comics,Comics,EUR,2015-07-03,14000.00,2015-05-24 13:52:58,20.00,failed,1,DE,22.03,22.19,15534.33 +1135907517,What's Wrong With Tom?,Children's Books,Publishing,USD,2013-05-31,12075.00,2013-05-01 23:42:01,560.00,failed,8,US,560.00,560.00,12075.00 +1135922708,Twisted: The Untold Story of a Royal Vizier - Illinois State,Musical,Theater,USD,2016-10-31,600.00,2016-09-26 20:01:14,85.00,failed,2,US,85.00,85.00,600.00 +1135926199,The Moving Architects are going to The Big Apple!,Dance,Dance,USD,2010-10-02,2500.00,2010-09-13 20:51:07,2605.00,successful,34,US,2605.00,2605.00,2500.00 +1135926700,Calm Display - Sweet Tunes EP,Indie Rock,Music,GBP,2014-10-30,100.00,2014-09-30 22:19:18,1.00,failed,1,GB,1.62,1.60,159.69 +1135936450,'Lost Muse' STUDENT FILM,Drama,Film & Video,GBP,2015-01-02,1000.00,2014-11-03 23:17:28,0.00,failed,0,GB,0.00,0.00,1543.97 +113594420,Toxicity & Deficiency: Nature's Answer,Documentary,Film & Video,USD,2014-07-05,25000.00,2014-06-05 04:30:01,0.00,failed,0,US,0.00,0.00,25000.00 +1135953381,Images from the War in the Pacific: The Art of Jack Smith,Art Books,Publishing,USD,2017-04-29,2000.00,2017-03-30 16:04:02,2292.00,successful,43,US,957.00,2292.00,2000.00 +1135953542,Chic Sugars building a kitchen!!,Food,Food,USD,2013-09-26,5000.00,2013-08-27 00:42:47,60.00,failed,2,US,60.00,60.00,5000.00 +"1135962375,""Focal Series -- High Performance, Long Lasting Bike Lights"",Product Design,Design,USD,2017-12-23,15000.00,2017-11-23 02:07:17,29067.00,successful,157,US,10900.00,29067.00,15000.00" +"1135964450,""Dear Philomena,"",Fiction,Publishing,USD,2017-02-26,1500.00,2017-01-27 02:40:33,4905.00,successful,120,US,2116.00,4905.00,1500.00" +"1135964667,""Where are you going, little one?"",Children's Books,Publishing,USD,2014-03-09,6500.00,2014-02-07 21:37:31,7195.00,successful,143,US,7195.00,7195.00,6500.00" +1135967366,LifeBucket App (iOS/android),Apps,Technology,GBP,2017-08-17,23000.00,2017-07-18 20:34:29,1082.00,failed,19,GB,5.24,1393.02,29611.32 +1135967532,Shift 17,Shorts,Film & Video,GBP,2013-06-14,250.00,2013-05-31 17:54:38,1081.00,successful,43,GB,1635.74,1688.85,390.58 +"1135968981,""Mamaí Kickstarts its 2015 Season: Chekhov, Williams & more!"",Plays,Theater,USD,2014-11-06,5000.00,2014-10-16 00:28:04,5040.00,successful,44,US,5040.00,5040.00,5000.00" +1135969535,Striker Blades: Noise Reduction Propellers for Dji Phantom,Flight,Technology,USD,2017-12-22,32000.00,2017-11-27 23:21:35,37.00,canceled,3,US,0.00,37.00,32000.00 +1135970388,Stop-Motion animations,Animation,Film & Video,EUR,2016-05-10,2300.00,2016-04-15 06:37:07,131.00,failed,7,FR,147.59,148.66,2610.05 +1135972750,Pully - The first magnetic phone mount for bicycles.,Product Design,Design,USD,2016-12-17,4250.00,2016-11-18 14:28:20,8816.00,successful,347,US,3386.00,8816.00,4250.00 +1135991236,Run Android OS On Iphone 5 Models With Our Platform,Software,Technology,USD,2016-07-04,300000.00,2016-06-04 01:20:05,0.00,failed,0,US,0.00,0.00,300000.00 +113599449,Lunatic Excursions - South Pole 2014,Documentary,Film & Video,CAD,2014-10-24,15000.00,2014-09-24 00:13:30,16056.00,successful,83,CA,14671.48,14322.93,13380.91 +"1135999075,""Green Death """"The Deathening"""" on Vinyl! 4 Colors!"",Metal,Music,USD,2014-05-18,3000.00,2014-04-18 16:00:20,3349.00,successful,72,US,3349.00,3349.00,3000.00" +1135999291,Rewind To Fast-Forward,Documentary,Film & Video,USD,2014-05-01,137000.00,2014-03-30 13:35:31,176746.24,successful,4395,US,176746.24,176746.24,137000.00 +113600162,Lurid - the retro 2D adventure game!,Games,Games,USD,2013-04-29,1200.00,2013-03-30 19:09:27,306.00,failed,24,US,306.00,306.00,1200.00 +1136004931,Defiant LARP Of Central Kansas,Live Games,Games,USD,2016-06-12,2000.00,2016-04-13 15:58:15,70.00,failed,2,US,70.00,70.00,2000.00 +1136006457,AIWebDesigner : Automate Website Building Process with AI,Web,Technology,USD,2016-08-05,20000.00,2016-07-07 19:27:21,1300.00,failed,11,US,350.00,1300.00,20000.00 +1136009823,Alligator Skin Box: memoirs of a young nomad,Film & Video,Film & Video,USD,2011-05-13,450.00,2011-04-13 05:56:17,610.00,successful,14,US,610.00,610.00,450.00 +1136023676,They Left 150 Years Ago - A Touring International Exhibition,Photography,Photography,USD,2012-12-12,3580.00,2012-11-16 07:41:34,202.00,failed,9,US,202.00,202.00,3580.00 +113602697,Big T needs a tour package to promote his new album!,Rock,Music,USD,2011-04-03,20000.00,2011-02-15 23:31:10,42.00,failed,2,US,42.00,42.00,20000.00 +1136036654,The 9th Ward Improv Opera,Performance Art,Art,USD,2015-08-14,8000.00,2015-07-20 19:28:55,14191.00,successful,114,US,14191.00,14191.00,8000.00 +1136037343,'Plan my Commute' app,Apps,Technology,GBP,2014-08-16,7000.00,2014-07-17 07:39:11,0.00,failed,0,GB,0.00,0.00,11604.20 +1136039264,The Tins' First Full Length Album,Music,Music,USD,2011-09-10,8000.00,2011-07-12 04:08:41,8800.00,successful,144,US,8800.00,8800.00,8000.00 +1136041706,Smoothighs- All Natural Inner Thigh Scrub,Crafts,Crafts,USD,2016-11-12,3800.00,2016-10-13 05:19:31,0.00,failed,0,US,0.00,0.00,3800.00 +113604272,Infiny Gloves,Dance,Dance,USD,2012-06-01,6000.00,2012-05-03 19:46:38,4434.11,failed,44,US,4434.11,4434.11,6000.00 +1136050725,Kick start to wood working (Canceled),Crafts,Crafts,USD,2014-10-27,20000.00,2014-09-27 22:39:22,0.00,canceled,0,US,0.00,0.00,20000.00 +113605280,Need Help Getting to Film Location,Television,Film & Video,USD,2014-08-05,500.00,2014-07-19 10:12:46,26.00,failed,5,US,26.00,26.00,500.00 +1136057558,Appetites of Beauty - dance film,Shorts,Film & Video,USD,2011-08-21,50000.00,2011-06-22 04:22:11,25.00,failed,2,US,25.00,25.00,50000.00 +"1136062022,""PSYCHONAUT, a novel by Nabeel Afsar"",Fiction,Publishing,USD,2012-01-01,333.00,2011-12-21 01:46:41,855.00,successful,28,US,855.00,855.00,333.00" +113606867,The Beginners Guide To Stop Motion Animation with Lego Brick,Animation,Film & Video,USD,2015-07-12,40.00,2015-06-12 01:35:55,40.00,successful,2,US,40.00,40.00,40.00 +1136076334,Salad Days: The Birth of Punk Rock in the Nation's Capital,Documentary,Film & Video,USD,2012-10-10,32000.00,2012-09-10 06:01:59,54920.99,successful,980,US,54920.99,54920.99,32000.00 +"1136081959,""Publication of """"Son of The Solace"""""",Fiction,Publishing,USD,2013-07-07,3500.00,2013-05-15 03:12:48,3528.00,successful,74,US,3528.00,3528.00,3500.00" +"1136083189,Tweed's 2nd album,Music,Music,GBP,2015-09-08,3000.00,2015-07-28 11:47:29,3583.00,undefined,0,""N,0"""""",,5526.08,4626.92" +1136090403,design.plot,Food,Food,USD,2011-08-24,22000.00,2011-07-25 20:35:46,23084.00,successful,359,US,23084.00,23084.00,22000.00 +"1136090952,""Wood stove heating - If it is square, get it out of there"",Technology,Technology,USD,2016-01-31,125000.00,2016-01-05 16:59:32,1.00,failed,1,US,1.00,1.00,125000.00" +1136097636,HEALING HANDS,DIY,Crafts,USD,2017-11-25,500.00,2017-10-26 23:25:47,0.00,failed,0,US,0.00,0.00,500.00 +1136113937,Mythic Beings Adult Coloring Book,Art,Art,USD,2017-04-13,1500.00,2017-03-16 18:43:53,4064.00,successful,166,US,1120.00,4064.00,1500.00 +1136115385,30 Years of Pac-Man T-Shirts (Canceled),Painting,Art,USD,2010-07-04,500.00,2010-05-31 22:38:49,0.00,canceled,0,US,0.00,0.00,500.00 +1136116048,School for Adventurers: A High Fantasy High School Novel,Fiction,Publishing,USD,2012-11-15,6000.00,2012-10-16 06:00:52,12500.00,successful,244,US,12500.00,12500.00,6000.00 +1136123743,ShowMe - The Shot By Shot GPS Scorecard,Hardware,Technology,USD,2013-05-31,125000.00,2013-04-01 16:25:20,3794.00,failed,33,US,3794.00,3794.00,125000.00 +1136123910,Scoot & Ride - 2in1 Scooter & Balance Bike,Product Design,Design,EUR,2015-12-20,100000.00,2015-11-20 09:17:31,297.00,failed,5,AT,317.78,325.13,109470.27 +113613669,Care Package,DIY,Crafts,USD,2014-11-29,400.00,2014-10-30 22:05:06,555.00,successful,14,US,555.00,555.00,400.00 +"113616071,""Platinum Vinyl: Get Busy Committee's Picture-Disc 12"""""",Hip-Hop,Music,USD,2010-04-16,3218.28,2010-01-20 07:41:25,3384.00,successful,71,US,3384.00,3384.00,3218.28" +1136161714,Tray Chaney: HBCU Tour,Hip-Hop,Music,USD,2012-09-01,4000.00,2012-08-02 06:00:43,142.00,failed,10,US,142.00,142.00,4000.00 +"1136164265,Henry Thomas Studios,Music,Music,GBP,2015-07-27,2000.00,2015-07-05 13:16:27,130.00,undefined,0,""N,0"""""",,202.49,3115.17" +1136170764,Bomber Cat - A First Person Bomberman Game! (Canceled),Video Games,Games,CAD,2014-12-29,5000.00,2014-11-29 17:27:41,0.00,canceled,0,CA,0.00,0.00,4280.09 +"1136172511,""Help me, I'm 30 soon! Wedding & Portrait photography awaits."",People,Photography,GBP,2015-07-18,5000.00,2015-06-18 20:42:47,15.00,failed,2,GB,23.47,23.21,7737.30" +1136173349,The Issaquah Alps,Photography,Photography,USD,2011-10-27,5000.00,2011-09-27 20:45:49,160.00,failed,6,US,160.00,160.00,5000.00 +1136183943,New Growth: Music and Dance Collaboration,Dance,Dance,USD,2011-06-03,4000.00,2011-03-04 20:32:01,1855.00,failed,33,US,1855.00,1855.00,4000.00 +1136185393,EP - A Declaration of Love to the Planet. - Umweltsongs,Music,Music,EUR,2016-09-01,8000.00,2016-08-02 10:20:33,1273.00,failed,24,DE,196.58,1424.86,8954.36 +1136189096,Jigsaw Puzzles 1000 pieces with Colorful Designs,Product Design,Design,CAD,2015-05-05,6000.00,2015-03-06 20:04:51,65.00,failed,3,CA,52.24,53.71,4957.45 +1136194800,Girls Rock Camp Madison (Canceled),Rock,Music,USD,2011-04-28,7500.00,2011-01-28 03:51:34,60.00,canceled,4,US,60.00,60.00,7500.00 +1136194845,Purple Angst,Film & Video,Film & Video,USD,2016-11-12,85000.00,2016-10-13 22:40:23,640.00,failed,3,US,0.00,640.00,85000.00 +1136202591,Professional Music Video in New York City & PR campaign to promote it.,Indie Rock,Music,USD,2010-06-24,6000.00,2010-03-26 21:38:21,1519.00,failed,20,US,1519.00,1519.00,6000.00 +1136202816,BAD GIRLS ILLUSTRATED V3: NSFW COLLECTION,Graphic Novels,Comics,USD,2016-08-31,99.00,2016-08-17 18:12:28,2769.00,successful,85,US,1431.00,2769.00,99.00 +113621168,Levitation Street Performer,Public Art,Art,GBP,2014-01-10,5000.00,2013-11-11 18:52:48,1.00,failed,1,GB,1.60,1.64,8204.66 +1136213471,Bring 'Warriors of Faith' to the page.,Fiction,Publishing,USD,2016-05-19,3000.00,2016-03-20 03:05:42,16.00,failed,3,US,16.00,16.00,3000.00 +1136230195,The Pool Party Poster,Illustration,Art,USD,2014-10-14,1600.00,2014-09-04 01:42:45,1744.00,successful,36,US,1744.00,1744.00,1600.00 +1136233811,BODY Play - New Draft New England Tour,Theater,Theater,USD,2015-06-04,2500.00,2015-05-14 15:11:26,2605.00,successful,43,US,2605.00,2605.00,2500.00 +1136235850,Randy Barlow - Reinvented,Country & Folk,Music,USD,2015-10-16,12000.00,2015-09-16 01:57:04,1669.00,failed,17,US,1669.00,1669.00,12000.00 +1136237655,The Zombie Bible: Against the World's Madness,Fiction,Publishing,USD,2013-07-15,10000.00,2013-05-30 01:09:25,1182.00,failed,26,US,1182.00,1182.00,10000.00 +"1136241590,""Brooke Mackintosh's New Double Disc Album, Vinyl & Merch!"",Country & Folk,Music,USD,2017-10-05,20000.00,2017-09-05 20:23:17,770.00,failed,13,US,685.00,770.00,20000.00" +1136246916,Partisan Periodical,Periodicals,Publishing,USD,2011-06-05,5000.00,2011-05-06 02:48:41,1165.32,failed,23,US,1165.32,1165.32,5000.00 +"1136247910,""STEM For the Classroom presents """"Adventures in Outer Space"""""",Academic,Publishing,USD,2017-09-01,50000.00,2017-07-03 07:54:38,20.00,failed,2,US,0.00,20.00,50000.00" +1136256948,OsmoBot: Truly Affordable Hydroponic + Aquaponic Monitors,Hardware,Technology,USD,2016-12-01,25000.00,2016-11-01 18:03:02,51866.00,successful,141,US,32622.00,51866.00,25000.00 +"1136269236,""Lauren Alegre's first full-length album: """"Stella"""""",Country & Folk,Music,USD,2012-09-27,500.00,2012-08-28 03:08:14,700.00,successful,23,US,700.00,700.00,500.00" +1136274958,Danny Augustine Equipment Startup,Digital Art,Art,USD,2014-08-08,1000.00,2014-07-09 03:02:32,5.00,failed,1,US,5.00,5.00,1000.00 +"1136281008,""Woody: Desk organizer, ambient lamp and a green pet :)"",Product Design,Design,AUD,2017-09-27,2000.00,2017-08-23 20:21:40,2412.00,successful,51,AU,783.87,1888.95,1566.29" +1136282729,Future of Money TV Series,Documentary,Film & Video,USD,2013-11-01,35000.00,2013-09-20 23:18:38,37235.56,successful,302,US,37235.56,37235.56,35000.00 +113628376,Crown Wood Eyewear (Canceled),Accessories,Fashion,USD,2014-07-31,10000.00,2014-06-21 02:46:45,9327.00,canceled,116,US,9327.00,9327.00,10000.00 +1136290561,One Big Fat Fireworks Show,Performance Art,Art,EUR,2015-02-14,1000000.00,2014-12-16 18:43:01,0.00,failed,0,NL,0.00,0.00,1129803.08 +"1136291357,""Rise Of The Dark King, 12 Year Old Creates A Video Game!"",Video Games,Games,USD,2013-08-21,1000.00,2013-07-17 20:19:50,1009.00,successful,22,US,1009.00,1009.00,1000.00" +1136294533,Lightning Farting Cloud Vinyl Sticker + Bonuses!,Illustration,Art,USD,2015-03-17,150.00,2015-03-03 04:03:19,913.00,successful,117,US,913.00,913.00,150.00 +"1136296202,""Faith, Love, and Seven Miracles sung by Cathy Speer"",Faith,Music,USD,2014-12-23,19000.00,2014-11-21 20:55:30,0.00,failed,0,US,0.00,0.00,19000.00" +1136301884,Three Little Lies (Canceled),Young Adult,Publishing,USD,2014-11-01,700.00,2014-09-09 02:15:02,5.00,canceled,1,US,5.00,5.00,700.00 +1136302644,Stripling Warrior Vol. 1: Law of Adoption,Comics,Comics,USD,2016-10-07,20000.00,2016-09-07 06:58:07,20577.00,successful,214,US,958.00,20577.00,20000.00 +1136313714,Video Stars Part IV: ANIMALS,Animation,Film & Video,USD,2015-02-26,1.00,2015-01-27 21:14:13,113.00,successful,6,US,113.00,113.00,1.00 +"1136319285,""vopio, your world with subtitles"",Translations,Publishing,USD,2015-03-01,2500.00,2015-01-29 17:16:48,225.00,failed,13,US,225.00,225.00,2500.00" +"1136320321,""""""let's talk"""" greeting cards by peacewillow"",Publishing,Publishing,USD,2014-11-01,25000.00,2014-10-11 03:05:17,170.00,failed,4,US,170.00,170.00,25000.00" +1136320519,SUMMER CAMP: S/S 2013 NECKLACE COLLECTION,Fashion,Fashion,USD,2012-08-26,10000.00,2012-07-23 21:03:40,10178.00,successful,120,US,10178.00,10178.00,10000.00 +1136330101,SkySlab will share the beauty and wonder of the Universe,Space Exploration,Technology,AUD,2015-05-09,200000.00,2015-04-09 14:47:37,5.00,failed,1,AU,3.82,4.00,160012.80 +1136332695,Omen Exitio: Plague,Video Games,Games,EUR,2016-11-10,3000.00,2016-10-11 10:06:44,3293.00,successful,204,IT,1203.20,3590.71,3271.22 +1136345062,Color Force Contemporary Artist's Residency,Art,Art,USD,2011-08-31,7000.00,2011-08-01 15:38:44,1430.00,failed,15,US,1430.00,1430.00,7000.00 +1136359037,AUDIOCASE | Portable Sound System,Sound,Technology,DKK,2015-03-29,150000.00,2015-02-27 15:35:50,291582.00,successful,112,DK,44375.30,42269.29,21744.80 +1136359599,The first plug & play privacy solution for ALL your devices.,Hardware,Technology,EUR,2016-02-17,75000.00,2016-01-20 11:57:59,565398.00,successful,3244,DE,615908.67,627362.60,83219.60 +113636081,The Loose Laces punk-rock band (Canceled),Punk,Music,EUR,2015-12-24,1000.00,2015-11-24 16:48:27,0.00,canceled,0,IT,0.00,0.00,1094.70 +"1136361277,""""""Escape to the Moon"""" art installation"",Art,Art,USD,2010-08-09,100.00,2010-07-28 19:51:13,138.63,successful,13,US,138.63,138.63,100.00" +1136372355,Purrista Pawfee: Cute Coffee Cat Plush,Crafts,Crafts,USD,2016-01-26,9000.00,2016-01-04 16:06:33,23107.23,successful,391,US,23107.23,23107.23,9000.00 +1136378934,brilliant minds album,Hip-Hop,Music,USD,2014-11-12,2500.00,2014-10-09 21:46:26,67.00,failed,5,US,67.00,67.00,2500.00 +1136382940,The Amazing Bakery (Canceled),Food,Food,AUD,2016-02-04,60000.00,2016-01-05 03:05:11,0.00,canceled,0,AU,0.00,0.00,43131.33 +1136384938,rustinbuckets.com,Product Design,Design,USD,2016-03-31,5000.00,2016-02-29 22:15:36,1.00,failed,1,US,1.00,1.00,5000.00 +1136402044,LEAF for life : Revolutionary Nomad Solar Beach Umbrella,Product Design,Design,EUR,2016-08-04,25000.00,2016-06-20 21:37:39,9368.00,failed,66,FR,7365.64,10450.92,27889.96 +1136409154,Glances - An app that recognizes people in seconds,Apps,Technology,EUR,2017-08-18,20000.00,2017-07-22 00:35:55,3116.00,failed,9,IT,1.15,3658.18,23479.97 +1136421765,Multicultural Safe Browsing App (Canceled),Apps,Technology,USD,2015-08-05,25000.00,2015-07-06 22:26:50,0.00,canceled,0,US,0.00,0.00,25000.00 +"1136435179,""A cleverly designed, upcycled leather collection"",Fashion,Fashion,USD,2014-06-24,25000.00,2014-05-27 15:55:41,25602.00,successful,214,US,25602.00,25602.00,25000.00" +1136435525,PRO RELEASE GOLF GRIPS | FEEL GRIP CO.,Product Design,Design,USD,2015-09-27,10500.00,2015-08-13 22:46:06,260.00,failed,2,US,260.00,260.00,10500.00 +1136440424,CRMZN Debut EP: inCRIMinating (Canceled),Hip-Hop,Music,USD,2014-05-16,3000.00,2014-04-16 20:04:47,10.00,canceled,1,US,10.00,10.00,3000.00 +1136441363,The B.E.C.C.A. Players Present: Once on this Island,Theater,Theater,USD,2011-07-09,750.00,2011-06-09 21:18:27,1160.00,successful,25,US,1160.00,1160.00,750.00 +1136449939,Legends of Eisenwald,Video Games,Games,USD,2012-05-22,50000.00,2012-04-21 13:49:56,83577.60,successful,2729,US,83577.60,83577.60,50000.00 +1136452506,One Dollar Origami (Canceled),Art,Art,USD,2015-02-13,500.00,2015-01-30 22:50:10,8.00,canceled,4,US,8.00,8.00,500.00 +1136453754,CYCLYK ® -The Universal Smartphone Mount for cycling - bike,Product Design,Design,EUR,2017-02-15,4000.00,2017-01-16 19:01:14,4778.00,successful,306,FR,982.29,5088.55,4259.99 +1136475501,Forever Tintype - Your Favorite Photo Printed on Metal,Fine Art,Photography,USD,2014-10-16,6500.00,2014-09-15 18:59:44,1430.00,canceled,20,US,1430.00,1430.00,6500.00 +1136475921,Return To Yirol (second attempt),Film & Video,Film & Video,USD,2012-06-07,3000.00,2012-05-17 23:00:40,3466.02,successful,38,US,3466.02,3466.02,3000.00 +1136481431,Big Fence: a Photographic Portrait of Pitcairn Island,Places,Photography,GBP,2015-02-26,6000.00,2015-02-03 18:15:03,13244.11,successful,239,GB,19971.61,20453.91,9266.27 +1136481810,Zombie BeatDown: Apocalypse,Video Games,Games,USD,2015-02-21,1500.00,2015-01-22 23:24:03,2.00,failed,2,US,2.00,2.00,1500.00 +1136483551,A Radical Notion Zine,Periodicals,Publishing,USD,2011-06-01,100.00,2011-04-19 20:05:42,155.00,successful,11,US,155.00,155.00,100.00 +1136485591,Honeycomb [2016],Documentary,Film & Video,GBP,2016-05-01,475.00,2016-04-01 23:15:14,483.00,successful,37,GB,692.96,699.97,688.38 +1136491631,Who wanna be famous? [A short film about you],Shorts,Film & Video,EUR,2017-11-13,1000.00,2017-11-03 10:08:37,0.00,failed,0,IT,0.00,0.00,1179.50 +1136513570,Education Through Games - The Trail West,Video Games,Games,USD,2013-08-29,2140.00,2013-07-30 20:35:21,186.00,failed,9,US,186.00,186.00,2140.00 +1136514457,Ex Post Somnio - an utterly lucid film,Shorts,Film & Video,USD,2011-05-10,4000.00,2011-03-31 00:11:28,432.00,failed,17,US,432.00,432.00,4000.00 +"1136514812,""FEEL BETTER: Derek Fawcett's solo, full-length debut"",Rock,Music,USD,2014-04-11,32360.00,2014-03-12 15:15:46,34090.63,successful,406,US,34090.63,34090.63,32360.00" +1136517883,BAR•ISTA,Drinks,Food,USD,2015-07-03,30000.00,2015-05-04 20:52:05,10.00,failed,1,US,10.00,10.00,30000.00 +1136529362,Dakota Tales: A Music Compilation,Country & Folk,Music,USD,2015-12-23,3000.00,2015-11-23 18:22:12,3555.00,successful,42,US,3555.00,3555.00,3000.00 +1136530565,Slice,Mobile Games,Games,USD,2016-03-06,50000.00,2016-01-06 23:32:47,6.00,failed,2,US,6.00,6.00,50000.00 +1136535292,The best horror film of it's kind since Friday the 13th,Horror,Film & Video,USD,2015-12-02,100.00,2015-11-02 20:05:34,601.00,successful,23,US,601.00,601.00,100.00 +1136538323,To The Death,Video Games,Games,USD,2014-02-20,400000.00,2014-01-21 03:02:29,36022.00,failed,494,US,36022.00,36022.00,400000.00 +1136547633,Tactical Money Clip w/wo Handcrafted Matching Pen,Product Design,Design,USD,2014-02-21,500.00,2014-01-22 06:13:35,881.00,successful,28,US,881.00,881.00,500.00 +1136555091,TalkON - a smartphone charger that attaches to your key ring,Gadgets,Technology,USD,2014-09-29,35000.00,2014-08-28 17:58:09,1428.00,failed,68,US,1428.00,1428.00,35000.00 +1136571201,Travel Guide 201 Magazine - West/Central Europe Destinations,Periodicals,Publishing,USD,2016-08-31,150.00,2016-08-02 22:56:08,165.00,successful,5,US,0.00,165.00,150.00 +"1136580295,""STEM Curriculum for Elementary Students, teachers, parents"",Documentary,Film & Video,USD,2011-08-27,7500.00,2011-07-13 20:34:38,25.00,failed,1,US,25.00,25.00,7500.00" +1136580878,Flatland Relaunch,Tabletop Games,Games,USD,2014-07-16,6660.00,2014-06-13 15:35:32,10093.00,successful,265,US,10093.00,10093.00,6660.00 +"1136597815,""Popular """"Mom and Pop"""" restaurant planning a make-over!"",Restaurants,Food,USD,2014-09-01,100000.00,2014-08-06 02:05:00,105.00,failed,2,US,105.00,105.00,100000.00" +1136604661,Listen2,Apps,Technology,USD,2016-01-10,50000.00,2015-12-11 00:00:35,30.00,failed,1,US,30.00,30.00,50000.00 +1136606488,Wrong Chemistry,Tabletop Games,Games,USD,2012-06-30,8500.00,2012-05-01 15:08:23,15195.00,successful,382,US,15195.00,15195.00,8500.00 +"1136611298,""My First Album """"This Ain't No Cowboy"""""",Country & Folk,Music,USD,2015-09-18,3500.00,2015-07-20 08:49:10,183.00,failed,4,US,183.00,183.00,3500.00" +1136613752,Home-Made Middle Eastern Foods,Restaurants,Food,NZD,2015-05-24,25000.00,2015-03-25 20:58:48,50.00,failed,2,NZ,38.18,35.60,17802.46 +1136616299,Embrace the Change - Solutions For A Better Future,Film & Video,Film & Video,GBP,2013-12-07,10000.00,2013-11-07 21:47:06,5359.00,failed,53,GB,8621.84,8719.07,16269.95 +113662261,Kidz Time TV,Film & Video,Film & Video,GBP,2013-02-10,5000.00,2012-12-13 01:52:41,214.00,failed,10,GB,344.13,331.42,7743.53 +1136623558,Colors of UGANDA - A Documentary Series - Find The Happiness,Documentary,Film & Video,NOK,2016-03-25,215000.00,2016-02-24 23:38:58,5.00,failed,1,NO,0.58,0.61,26036.62 +1136633280,Alternative Holidays! 5 Provocative Christmas Cards,Graphic Design,Design,USD,2014-11-01,1000.00,2014-10-15 09:13:06,195.00,failed,9,US,195.00,195.00,1000.00 +1136635356,The Miniaturists Podcast,Radio & Podcasts,Publishing,GBP,2017-07-16,3000.00,2017-06-16 13:54:36,3149.61,successful,150,GB,347.51,4091.94,3897.57 +1136637011,Start The Machine Full Length CD,Music,Music,USD,2016-10-05,2000.00,2016-08-06 10:33:14,50.00,canceled,1,US,0.00,50.00,2000.00 +1136644285,Calendario cosplayer 2017,Photography,Photography,EUR,2016-10-09,2500.00,2016-09-09 10:05:19,436.00,failed,17,ES,103.53,479.68,2750.49 +1136646124,Kyneton Playgroup Sings for its Future,Kids,Music,AUD,2016-09-02,1200.00,2016-07-04 00:22:04,15.00,failed,1,AU,0.00,11.34,906.96 +1136649641,Getaway Guys Hit the Road,Nonfiction,Publishing,USD,2012-03-25,20000.00,2012-02-24 16:40:14,3310.00,failed,22,US,3310.00,3310.00,20000.00 +1136656336,Village Vixens Series Project (Canceled),Fiction,Publishing,USD,2014-08-08,2000.00,2014-06-09 19:34:49,40.00,canceled,2,US,40.00,40.00,2000.00 +1136657599,Clean Tech for the Protection of Public Health & Environment,Hardware,Technology,USD,2015-03-05,280000.00,2015-02-06 16:02:43,538.00,failed,11,US,538.00,538.00,280000.00 +1136657758,OneCook: the Robotic Private Chef to Free Your Cooking Time,Robots,Technology,USD,2016-02-18,100000.00,2016-01-19 09:40:34,103206.32,successful,242,US,103206.32,103206.32,100000.00 +1136667722,The Etchr Art Satchel & Field Case,Product Design,Design,AUD,2017-09-28,30000.00,2017-08-29 16:35:45,429598.00,successful,1880,AU,138466.15,336438.25,23494.40 +1136668916,Good Intentions Issue #1,Comics,Comics,USD,2017-05-10,4000.00,2017-03-11 23:48:16,350.00,failed,8,US,100.00,350.00,4000.00 +1136678210,Coin Rings - History at your fingertips,Crafts,Crafts,USD,2015-10-03,500.00,2015-09-03 02:34:59,13138.00,successful,231,US,13138.00,13138.00,500.00 +113668976,Binary Soul debut EP,Electronic Music,Music,USD,2013-06-02,2500.00,2013-05-03 00:24:33,135.00,failed,3,US,135.00,135.00,2500.00 +1136693167,Fight or Flight: A Fantasy Bird Zine,Zines,Publishing,GBP,2017-06-10,300.00,2017-05-11 11:21:29,323.00,successful,22,GB,275.84,412.44,383.07 +1136704288,Dantes Reise auf den Läuterungsberg,Games,Games,EUR,2016-10-13,2000.00,2016-09-13 07:54:32,2320.00,successful,34,AT,442.90,2552.45,2200.39 +1136713113,The Decay of Blackpool - A Field Recording Album (Canceled),Music,Music,GBP,2014-10-14,500.00,2014-08-15 21:01:47,0.00,canceled,0,GB,0.00,0.00,805.97 +1136717679,Philadelphia's First Dedicated Waffle Truck,Food,Food,USD,2013-11-24,12500.00,2013-10-25 00:20:38,12898.00,successful,125,US,12898.00,12898.00,12500.00 +1136719005,KeyCard - The Key Management System For Your Wallet,Product Design,Design,USD,2016-07-27,5000.00,2016-06-22 00:32:55,410.00,failed,46,US,375.00,410.00,5000.00 +1136721440,Randi Love Warped Tour Vendor 2012 Fund,Fashion,Fashion,USD,2012-05-22,2200.00,2012-03-23 16:08:33,2240.00,successful,26,US,2240.00,2240.00,2200.00 +1136731224,The Mobile GameCube,Technology,Technology,SEK,2015-02-15,3500.00,2015-01-16 13:46:50,105.00,failed,2,SE,13.02,12.46,415.31 +1136736588,More Outdoor Play Space for Bayou Village School!,Spaces,Food,USD,2015-11-01,63000.00,2015-10-01 23:59:15,63221.00,successful,52,US,63221.00,63221.00,63000.00 +1136736775,untie - Innovative Fashion for Today's Modern Man,Fashion,Fashion,USD,2016-05-04,20000.00,2016-04-04 16:53:32,0.00,failed,0,US,0.00,0.00,20000.00 +1136739590,Augusta Savage Documentary Film,Documentary,Film & Video,USD,2011-02-26,10000.00,2011-01-24 06:09:50,0.00,failed,0,US,0.00,0.00,10000.00 +"1136760919,""""""Through The Lens - Celebrating 50 years of Photography"""" DVD"",Photography,Photography,USD,2013-07-28,12500.00,2013-06-28 18:56:57,13955.00,successful,135,US,13955.00,13955.00,12500.00" +"1136768655,""Reagan/Gorbachev, Reykjavik 1986. English version"",Translations,Publishing,USD,2017-02-12,6000.00,2016-12-29 09:45:25,6170.00,successful,19,US,130.00,6170.00,6000.00" +1136771466,New Studio Album!!!,Faith,Music,USD,2014-07-23,15000.00,2014-06-17 20:46:56,15431.00,successful,102,US,15431.00,15431.00,15000.00 +1136786922,Dwarven Forge's Castles: 3-D Modular Terrain for Gamers,Tabletop Games,Games,USD,2016-03-31,100000.00,2016-03-06 17:00:11,1781736.52,successful,1688,US,1781736.52,1781736.52,100000.00 +"1136789307,""Fleshlight, a short film about our relationships"",Shorts,Film & Video,USD,2012-01-25,2000.00,2012-01-13 01:00:49,2000.00,successful,35,US,2000.00,2000.00,2000.00" +1136789453,The Amazing Skirt/Trouser Hanger,Product Design,Design,AUD,2015-05-08,35000.00,2015-04-08 08:35:20,30.00,failed,3,AU,22.85,23.74,27694.26 +1136792377,Artist Studio Tour,Art,Art,USD,2016-07-27,7000.00,2016-06-27 23:33:07,0.00,failed,0,US,0.00,0.00,7000.00 +1136802303,BOULDER,Documentary,Film & Video,USD,2017-12-01,2500.00,2017-10-02 21:28:34,0.00,failed,0,US,20.00,0.00,2500.00 +1136804811,Bone by Bone,Sculpture,Art,USD,2014-06-30,15000.00,2014-05-29 16:57:31,16535.00,successful,79,US,16535.00,16535.00,15000.00 +"1136807748,""Sleepy Hollow, A New Musical Production - Demo CD (Canceled)"",Theater,Theater,USD,2013-11-27,7200.00,2013-10-23 15:57:38,661.00,canceled,14,US,661.00,661.00,7200.00" +1136813423,Everly: drink mixes made right,Food,Food,USD,2013-05-09,18000.00,2013-04-09 10:45:46,52214.63,successful,1214,US,52214.63,52214.63,18000.00 +1136819749,Anything At All - A story of self belief for our children,Children's Books,Publishing,AUD,2017-01-10,8000.00,2016-12-11 15:03:54,8090.00,successful,128,AU,992.59,6063.10,5995.65 +113682942,chickfactor 17! paper fanzine,Publishing,Publishing,USD,2012-11-18,7000.00,2012-10-19 00:58:19,7175.33,successful,288,US,7175.33,7175.33,7000.00 +113684019,Sustainable textile works,Textiles,Art,GBP,2016-06-28,1100.00,2016-06-03 20:37:47,77.00,failed,9,GB,111.06,102.28,1461.11 +1136852001,Imprimante 3d 30cm x 30cm x 30cm,3D Printing,Technology,CAD,2016-02-07,3000.00,2016-01-08 02:03:03,101.00,failed,2,CA,72.07,72.54,2154.71 +1136861827,Wristbands Short Film,Horror,Film & Video,USD,2017-03-10,500.00,2017-02-23 19:07:23,530.00,successful,13,US,150.00,530.00,500.00 +1136872309,Deaf Publisher/Author of Four Book series,Children's Books,Publishing,USD,2017-12-29,10000.00,2017-11-27 21:30:21,26.00,failed,2,US,0.00,26.00,10000.00 +"1136876321,""CCC: The Men, The Work, The Legacy"",Documentary,Film & Video,USD,2015-01-01,14950.00,2014-12-02 01:17:16,224.00,failed,9,US,224.00,224.00,14950.00" +1136880379,Student Experimental Film Festival in Binghamton - SEFF 2013,Film & Video,Film & Video,USD,2013-12-04,75.00,2013-12-02 16:58:44,95.00,successful,3,US,95.00,95.00,75.00 +1136882752,Motivational Stories for Ethiopian Children,Children's Books,Publishing,NOK,2017-08-22,10000.00,2017-06-23 16:30:06,0.00,failed,0,NO,0.00,0.00,1279.61 +1136886772,All natural (Canceled),Product Design,Design,USD,2016-03-07,12000.00,2016-02-06 03:21:20,1826.00,canceled,16,US,1826.00,1826.00,12000.00 +1136892239,Peacekeepers™ - The Board Game,Tabletop Games,Games,GBP,2016-11-16,25000.00,2016-10-19 01:20:09,16724.00,canceled,176,GB,9569.57,20617.39,30820.06 +1136897023,DINCA,Digital Art,Art,USD,2015-10-28,3300.00,2015-10-09 11:06:58,106.66,failed,2,US,106.66,106.66,3300.00 +1136903697,Jen Platinum,Video Games,Games,USD,2016-12-18,150000.00,2016-10-19 17:36:30,131.00,failed,4,US,5.00,131.00,150000.00 +"1136919063,""""""Beauty of Isolation"""" Fine Arts Photography Exhibit Theme"",Photography,Photography,USD,2011-03-06,7770.00,2011-01-20 00:54:38,0.00,failed,0,US,0.00,0.00,7770.00" +113691923,UnPresidented Biggerer and Betterer,Playing Cards,Games,USD,2017-06-22,20757.00,2017-05-26 18:27:08,85.00,failed,4,US,20.00,85.00,20757.00 +1136919818,the LARRY STYLES BAND REUNION mp3 album,Indie Rock,Music,USD,2013-07-25,7000.00,2013-06-01 13:40:03,2.00,failed,2,US,2.00,2.00,7000.00 +"1136925902,""CHILDREN'S LITERATURE """"PJ FROG'S BIRTHDAY"""""",Children's Books,Publishing,USD,2015-04-12,3000.00,2015-03-13 01:52:08,300.00,failed,7,US,300.00,300.00,3000.00" +"113692733,""Libby Koch's New Album, Tennessee Colony"",Country & Folk,Music,USD,2014-02-23,12000.00,2014-01-24 19:00:31,15345.00,successful,162,US,15345.00,15345.00,12000.00" +113693907,GERMAVOID CLEAN TOUCH: conveniently AVOID public germs!,Product Design,Design,USD,2015-04-16,50000.00,2015-03-17 16:02:40,27246.00,failed,705,US,27246.00,27246.00,50000.00 +1136956304,For The World to Watch,Film & Video,Film & Video,USD,2015-07-20,300.00,2015-06-20 01:25:29,4.00,failed,1,US,4.00,4.00,300.00 +"1136962760,""Pizza Dice, Adventure Dice, and More?"",Tabletop Games,Games,USD,2017-04-20,4000.00,2017-03-30 20:55:59,4782.00,successful,269,US,1745.00,4782.00,4000.00" +1136965578,Titan the Ultra Man #2 Relaunch,Comic Books,Comics,USD,2017-08-28,1000.00,2017-07-24 20:54:19,1037.00,successful,46,US,170.00,1037.00,1000.00 +1136969716,Too Many Noodles!,Children's Books,Publishing,USD,2015-12-29,3000.00,2015-10-30 20:22:48,3340.00,successful,41,US,3340.00,3340.00,3000.00 +"113697310,""""""coRz"""" Kickstarter - Album, Videos & New Equipment!"",Hip-Hop,Music,GBP,2016-02-08,1500.00,2015-12-10 13:35:01,1.00,failed,1,GB,1.50,1.45,2175.65" +1136973310,The Young Renegade,Shorts,Film & Video,USD,2012-12-27,3519.00,2012-12-13 03:23:59,1565.01,failed,38,US,1565.01,1565.01,3519.00 +1136988915,Tres por tres,Shorts,Film & Video,MXN,2017-09-25,140000.00,2017-07-27 18:25:48,10.00,failed,1,MX,0.00,0.55,7701.62 +1136996916,Mail encryption for free!,Software,Technology,GBP,2017-07-31,200000.00,2017-06-01 21:44:17,56.00,failed,4,GB,0.00,73.62,262915.74 +1137000866,CakeFYI Shop,Food,Food,USD,2013-09-20,3500.00,2013-08-26 22:34:28,265.00,failed,10,US,265.00,265.00,3500.00 +1137002823,Restraint's Album Fund,Rock,Music,USD,2014-10-14,1500.00,2014-08-15 22:25:48,1685.00,successful,22,US,1685.00,1685.00,1500.00 +1137036898,Speakerheadz Snapback Hats (Canceled),Accessories,Fashion,USD,2016-03-02,3000.00,2016-02-01 23:39:47,0.00,canceled,0,US,0.00,0.00,3000.00 +1137036958,Beginnings: The Strange Drawings of Sam Flegal,Illustration,Art,USD,2012-08-11,500.00,2012-07-12 00:30:39,1717.00,successful,39,US,1717.00,1717.00,500.00 +1137058464,Luxury at the tip of your hands!,Couture,Fashion,GBP,2015-05-10,80900.00,2015-03-12 11:56:02,0.00,failed,0,GB,0.00,0.00,127089.36 +"1137063816,Enough; Sometimes too much,Poetry,Publishing,USD,2015-04-15,1500.00,2015-02-14 10:20:52,65.00,failed,3,US,65.00,65.00,1500.00" +1137066667,Hera Gallery Heats up with Summer Art!,Art,Art,USD,2012-08-26,3000.00,2012-07-27 04:01:37,3215.00,successful,63,US,3215.00,3215.00,3000.00 +113708618,Broken Rails,Drama,Film & Video,USD,2016-04-11,150.00,2016-04-07 02:32:18,0.00,failed,0,US,0.00,0.00,150.00 +1137090791,Variable Density Sound Orchestra Recording in New York,Jazz,Music,USD,2012-02-05,2000.00,2011-12-26 05:22:17,2010.00,successful,41,US,2010.00,2010.00,2000.00 +1137101667,Brice Mousset's company OUI DANSE showcase 2013,Dance,Dance,USD,2013-05-15,8500.00,2013-04-25 03:45:45,9065.00,successful,114,US,9065.00,9065.00,8500.00 +1137110898,The Oscilloscope Clock,DIY Electronics,Technology,USD,2014-05-17,5000.00,2014-04-17 02:21:46,12687.34,successful,58,US,12687.34,12687.34,5000.00 +1137124166,Aischa Parker Album I,R&B,Music,EUR,2016-11-16,3500.00,2016-10-14 21:35:35,3628.00,successful,33,DE,285.67,3856.21,3720.16 +1137126378,Modern Tarot Deck,Graphic Design,Design,NOK,2016-11-09,28000.00,2016-10-10 22:20:04,1009.00,failed,4,NO,79.26,120.71,3349.64 +1137136343,Hunter Gatherer Trading Co. Handmade jewelry and decor,Jewelry,Fashion,USD,2017-07-28,300.00,2017-06-28 22:55:24,33.00,failed,1,US,0.00,33.00,300.00 +1137136572,Cold Blooded (The Series),Webseries,Film & Video,USD,2018-01-12,20000.00,2017-11-13 22:05:28,85.00,live,3,US,10.00,85.00,20000.00 +1137158100,PhoneDrone: Let your smartphone be your personal drone.,Flight,Technology,USD,2015-06-11,250000.00,2015-04-27 19:17:32,122876.00,failed,573,US,122876.00,122876.00,250000.00 +"1137158951,""Music by Audd, Vol.1"",Classical Music,Music,USD,2014-09-16,5000.00,2014-08-15 06:05:42,391.00,failed,11,US,391.00,391.00,5000.00" +1137162248,No Blood...Just Diamonds...American Woodie in Sierra Leone,Television,Film & Video,USD,2015-03-13,450000.00,2015-02-10 05:54:23,0.00,failed,0,US,0.00,0.00,450000.00 +"1137182123,""The Bike Index: Let's Stop Bike Theft, Together"",Software,Technology,USD,2013-10-12,50000.00,2013-09-13 18:49:05,51217.00,successful,309,US,51217.00,51217.00,50000.00" +1137184619,Jazz Concert/Clinic at Lakewood High with Sons Of Daughters,Jazz,Music,USD,2012-03-09,400.00,2012-02-12 23:41:02,690.00,successful,10,US,690.00,690.00,400.00 +1137185288,Karen Choi: New Full Length Album,Music,Music,USD,2015-11-19,10000.00,2015-10-20 13:51:28,10568.00,successful,120,US,10568.00,10568.00,10000.00 +1137185541,Of Wolf and Man,Film & Video,Film & Video,USD,2011-06-25,25000.00,2011-03-26 17:12:42,110.00,failed,2,US,110.00,110.00,25000.00 +1137212265,Roughkast's debut Rock and Roll Album.,Rock,Music,USD,2013-05-03,3000.00,2013-04-03 22:13:39,3875.00,successful,35,US,3875.00,3875.00,3000.00 +1137212678,Citizens of Earth - A Modern RPG (Demo available now!),Video Games,Games,CAD,2013-10-20,100000.00,2013-09-20 14:47:34,36875.30,failed,1099,CA,36049.06,35327.94,95803.79 +1137219261,The Cromwell Estate (Canceled),Live Games,Games,USD,2016-04-30,7500.00,2016-03-16 07:56:40,845.00,canceled,7,US,845.00,845.00,7500.00 +1137229266,Inclination Coffee Roasters (Canceled),Drinks,Food,USD,2016-06-21,12000.00,2016-05-22 05:06:08,0.00,canceled,0,US,0.00,0.00,12000.00 +1137235912,FAME-US TODAY,Journalism,Journalism,USD,2015-01-21,5000.00,2014-12-22 23:37:32,8.00,failed,2,US,8.00,8.00,5000.00 +"1137237942,""Alicia Olatuja """"Intuition-Songs from the Minds of Women"""""",Jazz,Music,USD,2017-12-09,18400.00,2017-11-07 13:39:33,21283.00,successful,222,US,104.00,21283.00,18400.00" +1137240862,Flter: Privacy & Security Router,Hardware,Technology,USD,2017-03-14,50000.00,2017-02-08 16:47:25,117087.00,successful,710,US,23650.00,117087.00,50000.00 +1137241478,The Collective Poetry of S. G. Ritzdorf Vol. 1,Poetry,Publishing,USD,2012-03-03,2500.00,2012-01-03 01:18:49,55.00,failed,3,US,55.00,55.00,2500.00 +1137244189,Call of Combat,Video Games,Games,EUR,2015-03-20,30000.00,2015-02-18 19:05:54,18690.02,failed,302,NL,21225.01,20140.32,32327.93 +113724716,MARRIAGE--an absurdly funny performance of Gogol's play.,Theater,Theater,USD,2012-02-26,2500.00,2012-01-16 14:30:26,2890.12,successful,54,US,2890.12,2890.12,2500.00 +"1137248650,""""""The Day That Shakespeare Died"""" - The book and the play."",Plays,Theater,GBP,2016-03-02,1650.00,2016-02-01 17:08:13,69.00,failed,3,GB,98.29,97.69,2336.05" +1137252380,Happy and You Know It,Shorts,Film & Video,USD,2012-05-20,18500.00,2012-04-20 16:30:48,18651.00,successful,129,US,18651.00,18651.00,18500.00 +1137253708,A Wee Cookbook by a Scottish Mum. (Canceled),Nonfiction,Publishing,USD,2015-03-08,5500.00,2015-01-29 22:09:54,230.00,canceled,9,US,230.00,230.00,5500.00 +1137254110,Dead Trains Summer Tour!,Rock,Music,USD,2014-07-11,400.00,2014-06-15 20:03:42,673.00,successful,13,US,673.00,673.00,400.00 +113725578,Deck Dice - Playing Cards with Roll-Ability!,Tabletop Games,Games,USD,2015-04-07,3500.00,2015-03-08 22:42:18,5197.00,successful,184,US,5197.00,5197.00,3500.00 +1137262067,Du Bellows New EP Recording: Produced by Chris Kimsey,Music,Music,GBP,2016-06-03,3500.00,2016-05-04 13:55:29,3648.00,successful,83,GB,5314.37,5264.90,5051.31 +113726301,Chemical Lab Clothing Company,Apparel,Fashion,USD,2014-11-29,17500.00,2014-10-30 04:51:41,28.00,failed,1,US,28.00,28.00,17500.00 +1137270831,World's Only Smart Jacket! Heated and has GPS and Signal.,Product Design,Design,USD,2011-12-15,15000.00,2011-11-15 20:47:38,115.00,canceled,2,US,115.00,115.00,15000.00 +"1137270922,""Publish """"Willesden Herald: New Short Stories 6"""""",Fiction,Publishing,USD,2011-09-25,2000.00,2011-08-26 16:40:05,493.00,failed,22,US,493.00,493.00,2000.00" +1137279184,YouBulb,Hardware,Technology,USD,2017-06-29,20000.00,2017-05-30 16:05:27,3566.00,failed,29,US,910.00,3566.00,20000.00 +1137290234,Frost Clothing,Apparel,Fashion,USD,2017-01-01,7500.00,2016-11-22 01:39:58,137.00,failed,6,US,30.00,137.00,7500.00 +1137290534,Acorn,Theater,Theater,GBP,2016-09-08,4000.00,2016-08-09 10:19:53,4032.00,successful,67,GB,654.37,5372.92,5330.28 +1137291579,After Dark,Narrative Film,Film & Video,USD,2012-04-18,3000.00,2012-03-09 03:34:42,3012.45,successful,26,US,3012.45,3012.45,3000.00 +1137299055,ShairStyles Beauty App – CREATE. FIND. SHARE.,Technology,Technology,USD,2015-01-13,27500.00,2014-12-11 17:46:23,100.00,failed,1,US,100.00,100.00,27500.00 +1137300335,Cinema Grill,Theater,Theater,USD,2015-05-11,700000.00,2015-04-11 17:37:08,0.00,failed,0,US,0.00,0.00,700000.00 +113730684,MIRLA Fiber Arts (Canceled),Knitting,Crafts,USD,2014-12-11,6000.00,2014-11-20 05:11:16,1891.00,canceled,48,US,1891.00,1891.00,6000.00 +1137307817,SKullp (tm) soft sculpture,Product Design,Design,USD,2011-09-20,20000.00,2011-08-06 15:36:49,2896.00,failed,24,US,2896.00,2896.00,20000.00 +1137314072,Sydney Ninja (Canceled),Video,Journalism,AUD,2014-10-24,1000.00,2014-09-25 10:55:27,0.00,canceled,0,AU,0.00,0.00,879.35 +113731518,Donald Trump Toilet Paper: Make America Poop Again!,Design,Design,USD,2016-04-07,880.00,2016-03-08 17:03:06,391.00,suspended,19,US,391.00,391.00,880.00 +1137317244,FIGHTING BACK,Drama,Film & Video,USD,2016-03-31,5000.00,2016-03-01 08:18:17,1.00,failed,1,US,1.00,1.00,5000.00 +1137329326,Nefertari The Series,Webseries,Film & Video,USD,2013-01-15,30000.00,2012-12-16 16:19:44,407.00,failed,12,US,407.00,407.00,30000.00 +1137330100,BEYOND RED (Canceled),Fiction,Publishing,CAD,2014-12-25,7497.00,2014-10-27 16:29:03,297.00,canceled,31,CA,264.34,254.24,6417.57 +1137331562,X-Flex Mini and X-Pocket RFID slim wallet,Product Design,Design,USD,2017-06-16,8000.00,2017-05-15 20:49:43,10645.00,successful,304,US,1573.00,10645.00,8000.00 +1137335385,Milan Coach Builders LLC.,Product Design,Design,USD,2015-09-06,100000.00,2015-08-07 18:51:39,0.00,failed,0,US,0.00,0.00,100000.00 +"1137340749,""""""1836"""" A Bromance For the Ages."",Shorts,Film & Video,USD,2013-11-12,5000.00,2013-11-05 19:06:21,1.00,failed,1,US,1.00,1.00,5000.00" +"1137342496,""""""Chanteuse"""" Production Development"",Theater,Theater,USD,2014-02-01,5000.00,2013-12-30 23:39:21,185.00,failed,3,US,185.00,185.00,5000.00" +1137343420,When Time Stood Still....,Journalism,Journalism,USD,2012-01-27,2500.00,2011-12-28 02:22:02,0.00,failed,0,US,0.00,0.00,2500.00 +1137345387,Chick On A Stick,Food,Food,USD,2014-11-17,7000.00,2014-10-03 00:19:50,160.00,failed,4,US,160.00,160.00,7000.00 +1137352034,Rustic picture frames made just for you.,Sculpture,Art,USD,2015-03-05,100.00,2015-02-03 22:37:50,100.00,successful,4,US,100.00,100.00,100.00 +1137354682,The Josh Moore Show,Film & Video,Film & Video,USD,2013-06-19,3500.00,2013-05-16 10:08:37,4000.00,successful,38,US,4000.00,4000.00,3500.00 +1137359738,The RAVEN JAMES Chronicles: A Hot Summer Chill,Shorts,Film & Video,USD,2013-09-02,1500.00,2013-08-03 00:33:57,1571.00,successful,42,US,1571.00,1571.00,1500.00 +1137362636,Building Blocks (Canceled),Mobile Games,Games,USD,2015-06-02,7500.00,2015-05-03 17:20:20,0.00,canceled,0,US,0.00,0.00,7500.00 +1137380159,The Demstrumental Theory,Hip-Hop,Music,USD,2014-09-22,9000.00,2014-07-24 06:09:41,0.00,failed,0,US,0.00,0.00,9000.00 +"1137382664,""Center Ice Brewing Company: """"Shoot, Score! Tap, Pour!"""""",Drinks,Food,USD,2014-10-11,25000.00,2014-09-11 01:34:17,5147.00,failed,52,US,5147.00,5147.00,25000.00" +1137389417,Faster Than Light - Graphic Novel,Comics,Comics,USD,2014-04-23,12000.00,2014-03-12 19:27:47,560.00,failed,15,US,560.00,560.00,12000.00 +1137394407,PARKRADAR | Find parking and earn money,Apps,Technology,EUR,2017-06-08,25000.00,2017-05-09 17:09:28,183.00,failed,13,IT,1.10,204.52,27940.14 +1137395651,The Legend of Everett Forge: Issue #2,Comics,Comics,USD,2017-04-09,3200.00,2017-03-10 00:45:55,3660.00,successful,110,US,911.00,3660.00,3200.00 +1137399165,VICKY EMERSON: NEW ALBUM IN 2015!,Country & Folk,Music,USD,2015-06-08,12000.00,2015-05-15 13:50:46,12021.00,successful,166,US,12021.00,12021.00,12000.00 +1137400188,Bows and Bare Feet: Mother and Daughter Clothing Line,Apparel,Fashion,USD,2016-08-25,9000.00,2016-07-11 22:59:06,1.00,failed,1,US,0.00,1.00,9000.00 +1137410920,IN THE FOG,Theater,Theater,USD,2014-01-23,3500.00,2014-01-13 20:22:50,3656.67,successful,74,US,3656.67,3656.67,3500.00 +1137412141,Unconditional,Documentary,Film & Video,USD,2014-02-28,5000.00,2014-01-28 18:36:56,5157.00,successful,93,US,5157.00,5157.00,5000.00 +1137423297,IRL,Apps,Technology,USD,2016-04-14,17000.00,2016-03-15 15:39:17,17000.00,successful,43,US,17000.00,17000.00,17000.00 +"1137424707,""Frankenstein Sound Works - CD,audiobook,video,vocalist."",Music,Music,USD,2015-12-13,50000.00,2015-10-14 17:35:03,0.00,failed,0,US,0.00,0.00,50000.00" +1137436432,The Debt: An Action Webseries,Action,Film & Video,CAD,2014-09-17,600.00,2014-08-18 18:52:26,85.00,failed,1,CA,78.00,77.43,546.55 +1137438794,minio cards – collecting life’s mini moments,Product Design,Design,USD,2017-05-25,20000.00,2017-04-25 18:25:00,20918.00,successful,129,US,5032.00,20918.00,20000.00 +1137439190,Action Figure Archival Trays - Display and Storage,Product Design,Design,USD,2015-12-02,1000.00,2015-11-03 07:02:26,7283.00,successful,81,US,7283.00,7283.00,1000.00 +"1137453553,""Trench Coat """"Solar Flare"""" Debut Album Release Party"",R&B,Music,USD,2015-07-10,600.00,2015-06-26 10:24:44,0.00,failed,0,US,0.00,0.00,600.00" +1137463170,No Nuts Movie,Shorts,Film & Video,USD,2017-09-30,10000.00,2017-09-05 17:45:09,13215.77,successful,204,US,0.00,13215.77,10000.00 +1137471057,The brand-formally-known-as: Wend U.S.A (Canceled),Fashion,Fashion,USD,2014-02-10,3500.00,2014-01-10 06:00:48,1068.00,canceled,17,US,1068.00,1068.00,3500.00 +1137476197,VANESCER A Short Film About Reconciliation.,Shorts,Film & Video,GBP,2014-05-05,4000.00,2014-04-10 20:35:49,4323.73,successful,140,GB,7240.26,7290.91,6745.02 +1137481920,The Melancholics 1st EP Kickstarter,Indie Rock,Music,USD,2011-05-22,2000.00,2011-04-07 21:16:42,2013.00,successful,23,US,2013.00,2013.00,2000.00 +1137484748,The Warriors Maccabee: Fight For The Holy Land,Action,Film & Video,CAD,2016-05-06,35000.00,2016-04-11 15:25:08,36080.00,successful,171,CA,27781.80,28014.60,27176.02 +1137490347,SWAN Day 2011: A Celebration of Pittsburgh's Women Artists,Theater,Theater,USD,2011-02-19,1000.00,2011-01-14 06:37:26,1020.00,successful,21,US,1020.00,1020.00,1000.00 +1137498871,Lehnen 2011 Spring Tour in the US,Rock,Music,USD,2010-12-31,2700.00,2010-11-24 17:13:27,3200.00,successful,25,US,3200.00,3200.00,2700.00 +1137501052,Darryl Reuben Hall's THE DINNER Nat'l Premiere in NY Fest!,Plays,Theater,USD,2015-07-11,6000.00,2015-06-12 02:33:25,7015.00,successful,86,US,7015.00,7015.00,6000.00 +"1137503267,""""""Ears With Eyes"""" International Pop/Rock Music Project"",Pop,Music,USD,2011-07-10,7500.00,2011-06-10 17:07:06,50.00,failed,1,US,50.00,50.00,7500.00" +1137509716,Twisted Steel & Totally Sexy Artwear Apparel with an Edge,Fashion,Fashion,USD,2012-05-19,7500.00,2012-03-21 20:44:55,400.00,failed,13,US,400.00,400.00,7500.00 +1137525675,Shattered Glass T-Shirt Project,Fashion,Fashion,USD,2013-07-21,2347.00,2013-06-21 22:59:58,4258.54,successful,157,US,4258.54,4258.54,2347.00 +1137543932,More Songs From the Science Frontier,Indie Rock,Music,USD,2013-12-14,10000.00,2013-11-20 00:27:26,4730.31,failed,92,US,4730.31,4730.31,10000.00 +1137550922,Help Us Get A Pitch Video,Animation,Film & Video,USD,2016-06-20,40000.00,2016-05-21 00:56:33,480.00,failed,6,US,480.00,480.00,40000.00 +1137551072,Crafting The First Philosophics Album!,Hip-Hop,Music,USD,2012-07-02,500.00,2012-05-10 03:23:26,85.00,failed,2,US,85.00,85.00,500.00 +"1137551147,""Non-profit ballet presents """"Excerpts from the Nutcracker"""""",Dance,Dance,USD,2013-11-25,2500.00,2013-10-21 03:22:47,200.00,failed,7,US,200.00,200.00,2500.00" +"1137551908,""Calvin Whetstone's EP """"Father of All Days"""""",Music,Music,USD,2015-02-19,1600.00,2015-01-20 02:31:51,1735.00,undefined,0,""N,0"""""",,1735.00,1600.00" +1137552486,Sean Barnes Presents #ElevationNation #MotivationMusik,Hip-Hop,Music,USD,2014-02-17,8000.00,2014-01-08 02:30:00,1.00,failed,1,US,1.00,1.00,8000.00 +1137568151,Vulpine: Be a Fox with a Sword,Video Games,Games,USD,2016-09-22,30000.00,2016-08-10 16:55:56,21180.23,failed,471,US,2105.23,21180.23,30000.00 +1137569372,Human Food,Food,Food,USD,2016-04-01,50000.00,2016-02-01 18:19:44,0.00,failed,0,US,0.00,0.00,50000.00 +1137573659,DOA- 3 Friends passion for fashion,Apparel,Fashion,AUD,2015-06-19,3000.00,2015-05-20 11:38:56,0.00,failed,0,AU,0.00,0.00,2323.06 +1137577265,The Material - Let You Down music video,Rock,Music,USD,2011-10-15,1500.00,2011-09-02 09:08:37,1502.50,successful,32,US,1502.50,1502.50,1500.00 +1137591452,Gods Before Easter (Canceled),Nonfiction,Publishing,USD,2016-03-21,1000.00,2016-02-27 02:51:28,8.00,canceled,4,US,8.00,8.00,1000.00 +"1137592071,""""""That Shakespeare Kid"""""",Fiction,Publishing,USD,2013-07-09,2500.00,2013-06-03 21:24:42,3240.00,successful,78,US,3240.00,3240.00,2500.00" +1137592894,Xeryuk in the East (Part 1),Graphic Novels,Comics,GBP,2017-01-21,15000.00,2016-12-24 19:01:32,0.00,canceled,0,GB,0.00,0.00,18811.14 +1137595537,De Fil en Aiguille (FR) (Canceled),Tabletop Games,Games,EUR,2016-01-14,3500.00,2015-12-15 18:59:18,1268.00,canceled,39,FR,1389.75,1383.90,3819.92 +1137601261,Achieve your dream weekly radio programs,Audio,Journalism,USD,2015-05-15,74730.00,2015-04-15 03:44:13,0.00,failed,0,US,0.00,0.00,74730.00 +1137603629,Pinards Pepper Jelly,Food,Food,USD,2016-05-06,300.00,2016-04-06 09:48:04,25.00,failed,1,US,25.00,25.00,300.00 +1137625004,Ger Ger's Joshua Tree National Park Artist Residency,Mixed Media,Art,USD,2012-06-30,2500.00,2012-06-13 22:04:21,2821.00,successful,24,US,2821.00,2821.00,2500.00 +1137626369,The ColorCutter® ShapeShark™ (Shape Shark),Product Design,Design,USD,2015-04-11,76842.00,2015-03-12 01:24:10,58831.00,failed,202,US,58831.00,58831.00,76842.00 +"1137626463,""Rigid3D, Medium to Large High Quality Precision 3D Printers"",3D Printing,Technology,EUR,2016-10-25,40000.00,2016-09-25 20:30:02,0.00,canceled,0,IE,168.44,0.00,43688.15" +1137628222,EvianCraft - Minecraft Server,Video Games,Games,USD,2015-09-18,740.00,2015-08-19 00:50:31,206.00,failed,6,US,206.00,206.00,740.00 +1137630378,Dia-mond | A comfortable/protective case for Siri Remote,Product Design,Design,USD,2015-12-17,10000.00,2015-11-17 07:16:14,1004.00,failed,63,US,1004.00,1004.00,10000.00 +1137646739,Hirajeta Tarot,Mixed Media,Art,USD,2013-03-19,2000.00,2013-02-07 06:48:08,3032.00,successful,52,US,3032.00,3032.00,2000.00 +11376494,Publish Fifteen Fragments: Service is a Learning Story,Fiction,Publishing,USD,2011-01-05,1000.00,2010-12-06 07:57:23,1060.00,successful,24,US,1060.00,1060.00,1000.00 +113765353,| MonKey Desk | Einfach im Stehen arbeiten,Product Design,Design,EUR,2016-07-15,12500.00,2016-06-15 14:34:56,14035.00,successful,228,DE,9281.96,15618.22,13910.06 +1137663747,Grey Owl Jewelry...A Dream Taking Flight,Fashion,Fashion,USD,2013-11-08,3000.00,2013-10-09 22:12:58,865.00,failed,19,US,865.00,865.00,3000.00 +1137683898,Christmas at Jim's Place - a Triumph over Tragedy Story,Animation,Film & Video,USD,2014-03-28,300000.00,2014-01-27 18:41:23,7060.00,failed,34,US,7060.00,7060.00,300000.00 +1137686061,Onyx Hill Comic con by Black Heroes Movement,Events,Comics,USD,2017-09-19,25000.00,2017-08-05 23:38:14,289.00,failed,9,US,10.00,289.00,25000.00 +1137690347,Untitled (as of yet): new ballet collaboration NYC/Asheville,Dance,Dance,USD,2011-08-07,1900.00,2011-07-26 16:00:31,2260.00,successful,34,US,2260.00,2260.00,1900.00 +1137690778,From Nebraska Ranchers to Nashville Rebels,Documentary,Film & Video,USD,2012-08-31,10000.00,2012-08-07 04:17:08,30.00,failed,1,US,30.00,30.00,10000.00 +1137691302,The Boat Shoe Sandal Project,Fashion,Fashion,USD,2011-07-22,2500.00,2011-06-22 14:56:40,40.00,failed,4,US,40.00,40.00,2500.00 +"1137703175,The Garrett Stollar EP,Music,Music,USD,2016-01-09,2999.00,2015-12-14 06:51:08,3039.38,undefined,0,""N,0"""""",,3039.38,2999.00" +1137707115,The Troubles,Drama,Film & Video,GBP,2016-12-29,2500.00,2016-11-29 20:03:36,1314.00,failed,26,GB,68.84,1617.75,3077.91 +1137708850,VIALAMP - BRINGING LIGHT TO THE DARKNESS - Vialamp.com,Gadgets,Technology,USD,2016-04-01,20000.00,2016-03-01 01:05:47,10158.00,failed,262,US,10158.00,10158.00,20000.00 +1137733509,Bloodlines,Horror,Film & Video,USD,2017-07-24,250000.00,2017-06-24 07:43:00,552.00,failed,4,US,0.00,552.00,250000.00 +1137739650,The Radio Dark Ale Project (Canceled),DIY,Crafts,USD,2015-01-02,1200.00,2014-12-03 00:38:59,0.00,canceled,0,US,0.00,0.00,1200.00 +1137746682,Calypso Wings,Restaurants,Food,USD,2014-09-07,50000.00,2014-08-08 02:07:14,0.00,failed,0,US,0.00,0.00,50000.00 +1137747961,Fly Back and Purify - A novel by Mal Foster,Fiction,Publishing,GBP,2017-03-12,2500.00,2017-01-11 13:41:18,40.00,failed,3,GB,0.00,49.44,3090.04 +1137748178,BREAK FROM REALITY (self publish & licensing),Nonfiction,Publishing,CAD,2014-04-11,1500.00,2014-03-12 18:34:04,0.00,failed,0,CA,0.00,0.00,1367.49 +1137751834,Take Off With Carl The Comet!,Children's Books,Publishing,USD,2014-09-03,13000.00,2014-08-04 00:37:14,50.00,failed,3,US,50.00,50.00,13000.00 +1137753820,Restaurant Day Worcester: Pop-Up Cafe,Food,Food,USD,2013-11-16,100.00,2013-11-13 04:33:09,132.00,successful,13,US,132.00,132.00,100.00 +113775509,ARTIFORNIA exposing Art and Music to future generations.,Performance Art,Art,USD,2014-01-19,60000.00,2013-11-20 21:57:00,1815.00,failed,63,US,1815.00,1815.00,60000.00 +1137773039,Chasing Maria,Fiction,Publishing,USD,2011-02-10,6500.00,2011-01-10 17:49:40,425.00,failed,8,US,425.00,425.00,6500.00 +1137779676,The Jack Mackey Project- A Feature Length Documentary- What can YOU do in 24hrs?,Documentary,Film & Video,USD,2010-11-13,10000.00,2010-10-22 06:59:36,0.00,failed,0,US,0.00,0.00,10000.00 +1137784159,The Great American Traveling Trivia Tour,Publishing,Publishing,USD,2013-02-27,2500.00,2013-01-28 23:28:27,351.00,failed,12,US,351.00,351.00,2500.00 +1137799083,Single color Wine gums!,Food,Food,EUR,2014-09-14,10000.00,2014-07-31 20:48:22,2.00,failed,1,NL,2.68,2.57,12851.98 +1137800758,Bees! Apiary Expansion Creating Bee Loving Habitats,Farms,Food,GBP,2016-07-25,2100.00,2016-06-18 13:03:30,172.00,failed,11,GB,179.67,226.47,2765.09 +1137802004,Sonic Fear: Audio and Pratical F/X control for Halloween,Immersive,Theater,USD,2017-11-14,50000.00,2017-10-30 08:13:46,110.00,failed,2,US,0.00,110.00,50000.00 +1137811830,Cyber Descent issue Premier,Graphic Novels,Comics,USD,2016-01-07,950.00,2015-11-23 22:36:12,112.00,failed,6,US,112.00,112.00,950.00 +1137812326,Help Us Be Something Great,Rock,Music,USD,2012-06-04,8000.00,2012-04-20 07:28:06,0.00,failed,0,US,0.00,0.00,8000.00 +1137829141,Kevin Abstract - Hell / Heroina Music Video,Music Videos,Film & Video,USD,2014-08-29,3500.00,2014-08-04 18:02:22,3683.00,successful,74,US,3683.00,3683.00,3500.00 +1137829546,The Bad News (CD),Pop,Music,USD,2014-11-22,10000.00,2014-09-23 00:39:14,0.00,failed,0,US,0.00,0.00,10000.00 +113783450,5 CREW DYNASTY HEADQUARTERS NYC,Spaces,Dance,USD,2016-01-09,25000.00,2015-11-10 08:07:35,0.00,failed,0,US,0.00,0.00,25000.00 +1137839996,Uncle Mustache's Country Farm,Children's Books,Publishing,USD,2013-08-29,2500.00,2013-07-30 18:50:01,488.00,failed,10,US,488.00,488.00,2500.00 +1137842568,Moments with Us,Narrative Film,Film & Video,USD,2015-01-16,8000.00,2014-12-17 19:37:39,531.00,failed,11,US,531.00,531.00,8000.00 +1137842987,ThreadLab - Open Source DIY Apparel Design for Men,Fashion,Fashion,USD,2013-01-01,8000.00,2012-12-04 06:05:28,4783.00,failed,76,US,4783.00,4783.00,8000.00 +113784616,Munch-Fitness Academy,Civic Design,Design,USD,2017-10-14,50000.00,2017-08-30 22:49:37,0.00,suspended,0,US,0.00,0.00,50000.00 +1137850198,Exile No More Finishing Funds,Documentary,Film & Video,USD,2013-03-26,5000.00,2013-02-14 17:04:14,5170.00,successful,65,US,5170.00,5170.00,5000.00 +113785227,Epic Toast,Poetry,Publishing,USD,2012-10-24,350.00,2012-09-26 23:15:38,470.00,successful,9,US,470.00,470.00,350.00 +1137852452,La Papaya no tiene semillas - Cortometraje,Shorts,Film & Video,MXN,2017-04-01,100000.00,2017-03-03 06:42:21,107350.33,successful,84,MX,40.40,5720.77,5329.07 +"1137853296,""M Squeezer, the innovative way to squeeze your juicy fruits."",Drinks,Food,USD,2017-11-30,15000.00,2017-10-31 16:37:03,529.00,failed,22,US,0.00,529.00,15000.00" +1137855702,Exquisite Ink: All In 1 Colorful Countertop Pens,Crafts,Crafts,USD,2017-03-14,480.00,2017-03-07 06:04:30,1946.00,successful,48,US,679.00,1946.00,480.00 +1137860504,Picking up the Pieces,Drama,Film & Video,GBP,2017-03-05,300.00,2017-02-02 15:15:54,300.00,successful,11,GB,37.72,364.68,364.68 +1137861162,The Hobo Code (Symbols) Poetry and Art Project!,Poetry,Publishing,USD,2013-02-03,900.00,2013-01-23 00:27:02,90.00,failed,3,US,90.00,90.00,900.00 +1137873695,Hugo the Happy Starfish: THE LAST BULLY,Children's Books,Publishing,USD,2015-05-27,1000.00,2015-04-27 17:50:48,1180.00,successful,18,US,1180.00,1180.00,1000.00 +1137874159,the Artful Escape of Francis Vendetti,Video Games,Games,AUD,2016-04-01,50000.00,2016-03-01 02:58:25,32569.44,failed,733,AU,23209.79,25014.93,38402.46 +1137876905,Chronicle X by Archon Studio,Tabletop Games,Games,USD,2018-01-06,40000.00,2017-12-18 18:00:21,389734.00,live,3229,US,180335.00,389734.00,40000.00 +1137878500,KLI-The light spreading line.,Apparel,Fashion,USD,2014-08-15,44444.00,2014-07-16 07:50:25,1086.00,failed,37,US,1086.00,1086.00,44444.00 +1137883515,Make100 Little Landscapes,Art,Art,USD,2017-02-24,300.00,2017-01-25 04:09:50,526.00,successful,7,US,76.00,526.00,300.00 +1137891811,The Lake District by Night - A Unique Photography Exhibition,Places,Photography,GBP,2016-05-16,2000.00,2016-04-11 13:33:54,2094.00,successful,79,GB,2957.94,3050.65,2913.71 +1137891990,WizzPic: A New Photo Sharing & Messaging App,Apps,Technology,EUR,2016-03-15,30000.00,2016-01-15 11:50:37,30108.00,successful,30,FR,32757.92,33958.94,33837.13 +1137893576,Dirty Sticker,Art,Art,USD,2017-12-25,500.00,2017-12-05 18:17:38,118.00,failed,8,US,16.00,118.00,500.00 +"1137902493,""Infestation, A Game of Bugs and Heroes from Third Eye Games"",Tabletop Games,Games,USD,2014-06-18,2500.00,2014-05-29 16:33:05,2614.00,successful,78,US,2614.00,2614.00,2500.00" +1137905144,Mr Hyde Bow - Contemporary Bow Ties,Fashion,Fashion,USD,2014-01-26,7000.00,2013-12-27 01:11:23,516.00,failed,11,US,516.00,516.00,7000.00 +1137912399,HARLEM IN HAVANA -Documentary Film,Documentary,Film & Video,USD,2012-01-16,10000.00,2011-11-17 20:35:41,1266.00,failed,8,US,1266.00,1266.00,10000.00 +1137914734,Cosmo Connected - The First Connected Brake Light,Hardware,Technology,EUR,2017-06-25,50000.00,2017-04-26 11:57:06,56153.00,successful,410,FR,25693.57,64081.85,57060.04 +1137916897,Citizen George - Every Saga Has a Creator,Science Fiction,Film & Video,USD,2015-05-05,70000.00,2015-03-17 11:01:43,10461.00,failed,59,US,10461.00,10461.00,70000.00 +1137925719,Our Super Adventure,Comic Books,Comics,GBP,2015-08-19,4800.00,2015-07-20 19:59:49,21601.51,successful,887,GB,33705.59,33854.98,7522.80 +1137928493,UNAUTHORIZED! The Story of the Fighting Sioux,Documentary,Film & Video,USD,2015-12-19,50000.00,2015-11-19 16:02:13,51816.00,successful,290,US,51816.00,51816.00,50000.00 +1137929133,A-List Hero! Teens Help Empower Ripple Opportunities,Mobile Games,Games,USD,2017-12-14,11000.00,2017-11-11 16:45:31,0.00,canceled,0,US,0.00,0.00,11000.00 +1137929457,Hogjim: Music Imports - Innovative Guitar Accessories,Hardware,Technology,USD,2013-10-09,7000.00,2013-08-30 04:12:39,12799.00,successful,312,US,12799.00,12799.00,7000.00 +1137940313,A voice calls out from the night.. An Autobiography,Nonfiction,Publishing,USD,2013-03-22,10000.00,2013-02-20 21:09:11,100.00,failed,1,US,100.00,100.00,10000.00 +1137940887,Iron Heart - Tower Defense,Video Games,Games,CAD,2015-11-25,200.00,2015-10-26 20:33:47,212.00,successful,11,CA,161.02,158.84,149.85 +1137944599,Beginning Again (Canceled),R&B,Music,USD,2014-09-29,10000.00,2014-08-30 00:04:13,0.00,canceled,0,US,0.00,0.00,10000.00 +1137946186,Maxwell EP0 ultralightweight electric bicycle (Canceled),Product Design,Design,USD,2015-07-23,150000.00,2015-06-23 03:03:22,28507.00,canceled,41,US,28507.00,28507.00,150000.00 +1137959627,Write to Read Day 2014,Art,Art,USD,2014-05-05,500.00,2014-05-01 05:00:11,651.00,successful,19,US,651.00,651.00,500.00 +1137961882,The Future of Table Top Role Playing Games,Tabletop Games,Games,USD,2012-07-02,20000.00,2012-05-30 23:06:41,14013.75,failed,95,US,14013.75,14013.75,20000.00 +1137966311,Thogs Secret Forest - A live action fantasy puppet series,Fantasy,Film & Video,USD,2017-03-28,15000.00,2017-02-26 04:44:14,111.00,failed,5,US,0.00,111.00,15000.00 +"1137974340,Canterbury Music Vibe,Music,Music,GBP,2016-04-09,7000.00,2016-02-09 07:22:46,10.00,undefined,0,""N,0"""""",,14.18,9926.26" +1137976943,The Worlds Beyond,Art Books,Publishing,USD,2017-09-24,5000.00,2017-08-15 18:27:39,19232.00,successful,295,US,6384.00,19232.00,5000.00 +"1137984947,""The Adventures of Davy Miller, Background Actor Fan"",Comedy,Film & Video,USD,2016-02-27,2500.00,2016-02-06 21:32:39,35.00,failed,2,US,35.00,35.00,2500.00" +1137986260,Create 4 New Designs for Red Flag T Shirt Company,Ready-to-wear,Fashion,CAD,2014-06-29,15000.00,2014-05-15 01:02:25,279.00,failed,7,CA,255.97,262.34,14104.37 +1137994457,Water Damage - Ever wish you could have a one night stand? Ever wish you didn't?,Shorts,Film & Video,USD,2010-06-16,4000.00,2010-04-27 22:24:35,4078.00,successful,35,US,4078.00,4078.00,4000.00 +113801617,School of Classical Pastry Arts kneads dough to keep rolling,Spaces,Food,USD,2014-08-19,20000.00,2014-07-17 01:29:52,3676.00,failed,14,US,3676.00,3676.00,20000.00 +1138018961,Divine America: Leadership for the New School,Mixed Media,Art,USD,2015-04-22,18000.00,2015-03-23 19:59:52,915.00,failed,7,US,915.00,915.00,18000.00 +1138021085,scooby le doux fantôme,Documentary,Film & Video,EUR,2016-03-03,1875.00,2016-01-11 17:33:09,0.00,failed,0,BE,0.00,0.00,2056.87 +1138021809,Rowing by Claude Michelle,Fashion,Fashion,USD,2012-08-02,10000.00,2012-07-09 22:11:12,757.00,failed,36,US,757.00,757.00,10000.00 +1138023254,GBS Detroit Presents Bermuda-Mohawk,Indie Rock,Music,USD,2012-10-19,600.00,2012-10-03 16:31:08,781.00,successful,21,US,781.00,781.00,600.00 +1138025755,Vital Backpack (Canceled),Fashion,Fashion,USD,2014-05-02,1000.00,2014-04-01 01:17:24,1210.00,canceled,23,US,1210.00,1210.00,1000.00 +1138028443,Children's Books on Success (Canceled),Children's Books,Publishing,USD,2016-02-25,85000.00,2016-01-26 14:51:56,0.00,canceled,0,US,0.00,0.00,85000.00 +113803119,Jackalope Mobile Kitchen: meat-free gastrowagon,Food,Food,USD,2011-11-01,10000.00,2011-09-16 08:07:46,1235.00,failed,25,US,1235.00,1235.00,10000.00 +1138036781,present (Canceled),Documentary,Film & Video,USD,2016-05-20,4000.00,2016-04-20 22:30:07,0.00,canceled,0,US,0.00,0.00,4000.00 +1138038089,the Vines of Vampires,Film & Video,Film & Video,USD,2012-12-17,25000.00,2012-11-17 00:28:53,26.00,failed,2,US,26.00,26.00,25000.00 +"1138039983,""ICARUS, a 4-issue miniseries by Ryan Cody for only $4"",Comics,Comics,USD,2011-10-16,8000.00,2011-09-16 19:50:02,850.00,failed,47,US,850.00,850.00,8000.00" +"1138070390,""The Adventurous ABCs, by Jess Nevins and Shaenon K. Garrity"",Children's Books,Publishing,USD,2017-06-02,11000.00,2017-05-03 16:10:57,9815.00,failed,265,US,1302.00,9815.00,11000.00" +1138071397,The Adventure of Joy,Children's Books,Publishing,USD,2014-10-18,3500.00,2014-08-20 03:21:49,2161.00,failed,41,US,2161.00,2161.00,3500.00 +1138073411,Orphanage of Fear,Tabletop Games,Games,USD,2016-10-28,5000.00,2016-09-27 19:52:38,1674.00,canceled,99,US,580.00,1674.00,5000.00 +1138074268,Littlest Lovecraft: The Shadow Over Innsmouth,Children's Books,Publishing,USD,2015-03-27,10000.00,2015-02-13 18:00:08,40071.38,successful,609,US,40071.38,40071.38,10000.00 +1138074791,Detroit: Rezoning,Indie Rock,Music,USD,2011-07-21,3500.00,2011-06-21 04:18:23,3590.00,successful,50,US,3590.00,3590.00,3500.00 +"113807621,""Chemical Corruption """"the aftermath"""""",Fiction,Publishing,USD,2016-12-21,3000.00,2016-11-10 06:31:28,9.00,failed,1,US,9.00,9.00,3000.00" +1138076393,Flo-Bro: world’s first universal water filter for travelers,Product Design,Design,USD,2017-12-15,20000.00,2017-11-07 18:01:04,16617.00,failed,194,US,4743.00,16617.00,20000.00 +1138084580,Help Heart Hunters Make The Dream Record,Music,Music,USD,2017-07-01,25850.00,2017-06-03 03:31:40,25860.34,successful,256,US,285.00,25860.34,25850.00 +113809154,Titanium 5th Pocket Hex Tool,Product Design,Design,USD,2014-07-24,1000.00,2014-06-24 21:18:53,2781.00,successful,61,US,2781.00,2781.00,1000.00 +113809569,Sleepwalkers - Feature Film,Narrative Film,Film & Video,USD,2013-12-30,12000.00,2013-11-20 16:04:30,15551.71,successful,231,US,15551.71,15551.71,12000.00 +1138099275,PRESALE: The Bluebell Sisters's new album to help fundrasing,Pop,Music,CAD,2014-05-09,500.00,2014-04-16 02:24:00,510.00,successful,21,CA,464.19,470.91,461.68 +1138103148,TRANSFORMABLE ART - JOIN ME FOR THE RIDE,Accessories,Fashion,USD,2015-04-11,20790.00,2015-03-12 13:29:12,7343.00,failed,47,US,7343.00,7343.00,20790.00 +"1138103739,""Feature film: """"SEVER"""" a psycho-sexual thriller (Canceled)"",Shorts,Film & Video,USD,2011-02-22,25000.00,2011-01-23 20:11:21,0.00,canceled,0,US,0.00,0.00,25000.00" +1138108210,ManWomanCar.com - The New Way for Car Lovers/Buyers/Sellers,Web,Technology,CAD,2017-04-04,431960.00,2017-02-18 00:32:05,25.00,failed,1,CA,0.00,18.64,322093.80 +113810932,DIY step by step video to build a 48sq m Garage for $15000,Documentary,Film & Video,AUD,2014-12-07,15000.00,2014-11-07 00:55:28,0.00,failed,0,AU,0.00,0.00,12403.87 +1138113342,Pampered Kids Cook,Food,Food,USD,2016-04-03,4275.00,2016-03-04 01:43:18,0.00,failed,0,US,0.00,0.00,4275.00 +1138115302,All Winners Society #1,Comic Books,Comics,USD,2016-03-18,1500.00,2016-02-17 02:16:00,392.00,failed,21,US,392.00,392.00,1500.00 +1138132574,The KLEZMATICS - Live at Town Hall - new CD promo/production,Music,Music,USD,2011-09-13,14400.00,2011-07-31 18:42:54,15021.80,successful,167,US,15021.80,15021.80,14400.00 +1138140086,Caribbean music videos,Music Videos,Film & Video,USD,2015-02-22,1000.00,2015-01-23 05:26:29,1.00,failed,1,US,1.00,1.00,1000.00 +1138143197,World Football Trifecta Leagues,Games,Games,USD,2016-12-16,50000.00,2016-11-08 06:01:15,20.00,failed,1,US,20.00,20.00,50000.00 +1138146188,AutoSavers,Technology,Technology,USD,2016-09-22,2000.00,2016-08-23 19:52:25,50.00,failed,1,US,50.00,50.00,2000.00 +1138147402,New Filter Accesory for GoPro Hero 3,Product Design,Design,USD,2013-01-11,8000.00,2012-12-20 22:14:57,9611.00,successful,240,US,9611.00,9611.00,8000.00 +1138153400,Pilesar presents Radio Friendly LP!,Music,Music,USD,2010-12-05,2000.00,2010-10-06 05:17:20,2150.00,successful,63,US,2150.00,2150.00,2000.00 +1138155338,Comic Book: Legend of Valley Doom,Comic Books,Comics,NOK,2016-12-05,1000.00,2016-10-06 11:11:49,11795.00,successful,44,NO,753.10,1386.81,117.58 +1138155385,Dapper+Dash: Adaptive Reuse Bow Ties and Neckties,Fashion,Fashion,USD,2013-04-25,5000.00,2013-03-26 02:41:45,5528.00,successful,88,US,5528.00,5528.00,5000.00 +1138155518,TWO: The Story of Roman & Nyro,Documentary,Film & Video,USD,2013-10-05,33000.00,2013-09-05 22:47:31,35789.00,successful,95,US,35789.00,35789.00,33000.00 +"1138165445,""Big Ball of Sadness, a short film which will make you happy."",Shorts,Film & Video,USD,2011-09-16,500.00,2011-08-17 04:30:34,625.00,successful,18,US,625.00,625.00,500.00" +1138168537,Hawthorne High School Fashion Club's Team of Dreams,Performance Art,Art,USD,2014-06-01,600.00,2014-04-02 05:04:21,100.00,failed,5,US,100.00,100.00,600.00 +"11381780,""Finding Fernanda: A True Story of Crime, Corruption, & Faith"",Nonfiction,Publishing,USD,2010-08-20,3000.00,2010-07-06 03:15:31,5050.00,successful,114,US,5050.00,5050.00,3000.00" +113819659,Playing the Muse (Canceled),Indie Rock,Music,USD,2012-10-31,1000.00,2012-10-01 22:47:59,615.00,canceled,6,US,615.00,615.00,1000.00 +1138199250,The Outhouse The Film 1985 - 1997,Documentary,Film & Video,USD,2012-01-28,8500.00,2011-12-29 11:25:30,12359.52,successful,206,US,12359.52,12359.52,8500.00 +1138212239,Tania Light: showing the benefits of electrolyzed water,Technology,Technology,USD,2016-08-04,12000.00,2016-07-21 22:32:00,13003.00,successful,103,US,2495.00,13003.00,12000.00 +1138212423,TRANSPARENZ,Shorts,Film & Video,EUR,2015-06-27,1300.00,2015-06-03 08:16:50,123.00,failed,4,DE,134.38,136.48,1442.47 +1138223550,New World Heiress,People,Photography,USD,2014-07-13,64000.00,2014-05-14 18:54:20,0.00,failed,0,US,0.00,0.00,64000.00 +1138225723,LMB-Soulergy Energy Massage Technique,Design,Design,USD,2015-04-02,15000.00,2015-03-14 19:28:49,100.00,failed,1,US,100.00,100.00,15000.00 +1138227709,A Tasting Room for the Hanging Hills Brewing Company,Drinks,Food,USD,2015-08-31,25000.00,2015-07-30 20:37:25,25686.00,successful,198,US,25686.00,25686.00,25000.00 +1138231508,Illuminating the Stars Coloring Book Volume 1,Art Books,Publishing,USD,2014-12-08,1500.00,2014-11-08 02:25:27,1989.00,successful,67,US,1989.00,1989.00,1500.00 +1138236592,PILL O PALS,Product Design,Design,USD,2017-07-09,5000.00,2017-06-09 02:59:43,5125.00,successful,130,US,1568.00,5125.00,5000.00 +1138242023,Mirari's Art Shop,Painting,Art,AUD,2014-05-02,500.00,2014-03-31 03:48:18,2440.00,successful,29,AU,2256.35,2259.26,462.96 +1138246038,Universal Plugin Hybrid Range Extender,Hardware,Technology,AUD,2017-08-17,20000.00,2017-06-18 13:38:59,35.00,failed,3,AU,7.62,27.71,15832.81 +"1138247612,""Save History: Miami's Oldest Bar, legendary Tobacco Road!"",Rock,Music,USD,2014-12-02,50000.00,2014-10-18 15:06:58,5271.00,failed,81,US,5271.00,5271.00,50000.00" +1138254495,Archaic greatness the future of fashion,Accessories,Fashion,USD,2015-06-24,10000.00,2015-05-15 16:28:03,493.00,failed,2,US,493.00,493.00,10000.00 +1138256381,Quest Fallen: A retro style MMORPG (Web/Android/Ouya),Video Games,Games,USD,2012-09-23,10000.00,2012-08-21 16:08:17,478.00,failed,16,US,478.00,478.00,10000.00 +1138260963,Serial Killer Gunnison,Fiction,Publishing,USD,2013-04-17,1000.00,2013-03-18 22:50:17,10.00,failed,1,US,10.00,10.00,1000.00 +1138264736,Veteran Needs Help for Oyster Farm. $$ for boat and cages.,Farms,Food,USD,2014-10-30,15000.00,2014-09-30 10:05:35,0.00,canceled,0,US,0.00,0.00,15000.00 +1138278535,Women's Soccer Play (Phase 1: On-Site Research),Theater,Theater,USD,2012-01-20,3000.00,2011-12-21 21:27:41,3101.00,successful,60,US,3101.00,3101.00,3000.00 +1138282558,EROS & LAVINIA,Fiction,Publishing,USD,2011-10-26,400.00,2011-10-03 03:55:08,400.00,successful,8,US,400.00,400.00,400.00 +113828275,Mad labs Boutique Mad Love Pedal!!,Indie Rock,Music,USD,2013-08-06,2000.00,2013-06-07 16:48:43,2990.00,successful,5,US,2990.00,2990.00,2000.00 +1138283001,Eleven Hundred Springs country band from Dallas TX new album,Country & Folk,Music,USD,2011-10-22,7500.00,2011-08-23 22:50:30,14910.00,successful,69,US,14910.00,14910.00,7500.00 +"1138306119,""Dungeon Fantasy Roleplaying Game, Powered by GURPS"",Tabletop Games,Games,USD,2016-10-01,100000.00,2016-09-01 16:58:06,176450.00,successful,1587,US,5318.00,176450.00,100000.00" +1138309539,Follow the Sun Apparel,Fashion,Fashion,USD,2014-11-08,3000.00,2014-10-24 21:23:29,3940.00,successful,62,US,3940.00,3940.00,3000.00 +1138318499,#StrawberryLemonadeCookies,Food,Food,USD,2014-03-07,3500.00,2014-01-23 10:21:25,5315.00,successful,175,US,5315.00,5315.00,3500.00 +1138318838,Queer Booth App Development Funding,Apps,Technology,GBP,2014-08-13,10000.00,2014-07-11 15:16:32,4006.00,failed,38,GB,6872.59,6686.03,16690.03 +"113832568,""Cancer Causin EP, Promo Tour, and Untitled Documentary"",Hip-Hop,Music,USD,2014-07-02,2300.00,2014-06-12 02:24:25,0.00,canceled,0,US,0.00,0.00,2300.00" +1138332229,Dinner Docker. Style meets Function!,Product Design,Design,USD,2013-06-16,10000.00,2013-05-17 08:02:45,1561.00,failed,11,US,1561.00,1561.00,10000.00 +1138335613,Photo Paint,Graphic Design,Design,USD,2016-06-08,500.00,2016-05-09 22:44:09,0.00,failed,0,US,0.00,0.00,500.00 +"1138338334,""""""Elation in Relaxation"""" - An Electronic Album (Canceled)"",Electronic Music,Music,GBP,2012-12-13,500.00,2012-11-13 23:36:09,10.00,canceled,1,GB,15.91,16.12,805.97" +"113833975,""""""Dead Men"""" Series"",Webseries,Film & Video,USD,2011-05-05,1200.00,2011-03-25 18:54:31,5.00,failed,1,US,5.00,5.00,1200.00" +1138343713,Healthy way of life & certified organic produce & products.,Food Trucks,Food,USD,2017-01-04,2600.00,2016-12-05 22:38:41,26.00,failed,1,US,0.00,26.00,2600.00 +1138345326,Be a part of The Adventures of Velvet Prozak Webisode / TV,Film & Video,Film & Video,USD,2012-08-01,1500.00,2012-07-17 19:40:58,50.00,failed,2,US,50.00,50.00,1500.00 +"1138348867,""Murder By Death: New Album """"Bitter Drink, Bitter Moon"""""",Indie Rock,Music,USD,2012-08-10,100000.00,2012-07-11 18:02:55,187047.87,successful,2618,US,187047.87,187047.87,100000.00" +"1138350203,""O, kom er eens kijken (Oh, come and see.)"",Documentary,Film & Video,EUR,2016-01-05,250000.00,2015-12-06 12:25:41,0.00,failed,0,NL,0.00,0.00,271523.68" +1138352853,HEADS AND SHOULDERS: 140 PAGES OF CARICATURES! (Canceled),Art Books,Publishing,GBP,2013-06-28,20000.00,2013-05-29 09:24:35,628.00,canceled,15,GB,947.69,958.27,30518.04 +1138368856,Live Your Truth Everyday Dance Studio to save lives PROJECT,Spaces,Dance,USD,2017-02-27,50000.00,2017-01-28 07:09:54,1.00,failed,1,US,0.00,1.00,50000.00 +1138375034,Get The Bond Look: Dress Shirts 3D Scanned to Fit,Fashion,Fashion,USD,2014-04-11,5000.00,2014-03-25 19:52:54,11259.00,successful,105,US,11259.00,11259.00,5000.00 +1138375366,Smash An iPhone!,Video Art,Art,USD,2015-12-17,1500.00,2015-11-17 01:51:51,0.00,failed,0,US,0.00,0.00,1500.00 +1138380337,The Half Hearts Need Your Help!,Indie Rock,Music,USD,2011-08-08,2000.00,2011-07-07 16:45:29,2155.00,successful,23,US,2155.00,2155.00,2000.00 +1138385937,Regardless of what they say.,Music,Music,USD,2011-12-15,100.00,2011-11-30 02:56:32,0.00,failed,0,US,0.00,0.00,100.00 +1138386047,ShrunkenheadsTv - Independant Alternative Universe Tv Show !,Webseries,Film & Video,GBP,2015-10-20,1200.00,2015-09-20 20:00:25,80.00,failed,2,GB,124.25,123.23,1848.49 +1138387381,S'emplacer | Accueil des nouveaux arrivants par l'art actuel,Performance Art,Art,CAD,2016-04-09,3000.00,2016-03-09 15:49:00,3100.00,successful,48,CA,2326.21,2406.65,2329.01 +1138388088,Tomorrow We Will Feast Again on What We Catch,Art,Art,USD,2012-07-01,2000.00,2012-06-13 21:28:44,2015.00,successful,64,US,2015.00,2015.00,2000.00 +1138390894,Ice Cream Cwned Soft Enamel Pin,Accessories,Fashion,USD,2017-12-02,425.00,2017-11-02 00:27:36,557.00,successful,27,US,74.00,557.00,425.00 +1138397473,THE SNEAKER CLEANERS,Footwear,Fashion,USD,2017-12-22,25000.00,2017-10-23 04:15:57,0.00,failed,0,US,100.00,0.00,25000.00 +1138397954,BAREBOOKS for my Scholars!,Children's Books,Publishing,USD,2015-08-27,600.00,2015-07-28 09:10:28,659.00,successful,17,US,659.00,659.00,600.00 +1138400956,Absofacto - Sinking Islands CD and Vinyl Release,Music,Music,USD,2012-04-21,5000.00,2012-03-22 17:17:27,6413.13,successful,147,US,6413.13,6413.13,5000.00 +1138410774,Wolves & Ravens - Book 1: Endless Dusk (Canceled),Publishing,Publishing,USD,2014-04-19,30000.00,2014-03-04 20:17:25,1210.00,canceled,22,US,1210.00,1210.00,30000.00 +1138419540,WASTED (feature film shooting Dec 2013),Narrative Film,Film & Video,GBP,2013-12-09,10000.00,2013-11-09 23:46:01,10016.00,successful,85,GB,16121.19,16295.98,16269.95 +"1138421581,""Home Built Aircraft Under $6,000"",DIY,Crafts,USD,2015-08-23,75000.00,2015-07-24 18:22:53,0.00,failed,0,US,0.00,0.00,75000.00" +1138421808,This Holy Box,Poetry,Publishing,USD,2012-05-10,100.00,2012-04-01 09:16:37,200.00,successful,13,US,200.00,200.00,100.00 +1138431257,GutMojo,Web,Technology,USD,2014-09-21,50000.00,2014-09-02 20:58:27,0.00,failed,0,US,0.00,0.00,50000.00 +1138432548,Sunflowers: What If Van Gogh Was Wearing X-ray Specs?,Digital Art,Art,GBP,2014-02-21,3000.00,2014-01-22 23:13:55,132.00,failed,5,GB,216.86,220.16,5003.59 +1138433110,SNOWBALL - a film about a psychic goat,Shorts,Film & Video,USD,2010-05-16,10000.00,2010-03-31 19:00:35,10290.00,successful,81,US,10290.00,10290.00,10000.00 +1138434057,DEVIATE the film,Shorts,Film & Video,AUD,2015-04-17,7000.00,2015-03-13 00:19:13,0.00,failed,0,AU,0.00,0.00,5468.75 +1138443391,The Sunken Secret: a thriller set in Patagonia and Australia,Translations,Publishing,AUD,2014-10-31,3880.00,2014-09-29 15:52:58,5897.00,successful,146,AU,5169.91,5183.26,3410.39 +1138452122,Wax by Lax Candle Co.,Candles,Crafts,USD,2015-08-05,2500.00,2015-07-06 22:30:06,0.00,failed,0,US,0.00,0.00,2500.00 +1138452151,The Hippie Apothecary - Homeopathic Skin and Hair Remedies,Product Design,Design,USD,2017-03-19,3500.00,2017-02-18 00:07:13,0.00,failed,0,US,0.00,0.00,3500.00 +1138452353,Core Worlds Digital,Games,Games,USD,2014-08-06,20000.00,2014-07-07 18:09:40,26040.61,successful,1168,US,26040.61,26040.61,20000.00 +1138454023,Spellcards for the Pathfinder Role Playing Game,Playing Cards,Games,USD,2014-12-13,900.00,2014-11-18 01:09:31,1275.00,successful,15,US,1275.00,1275.00,900.00 +"1138464891,""KINETIC WORKS """"DANSTALLATIONS"""""",Dance,Dance,USD,2012-03-15,2000.00,2012-01-15 18:44:20,30.00,failed,2,US,30.00,30.00,2000.00" +"1138475250,""A Thought, A Word To Shape Reality."",Poetry,Publishing,USD,2013-07-06,8400.00,2013-05-17 12:32:14,0.00,failed,0,US,0.00,0.00,8400.00" +1138479820,City Design Method Cards (Canceled),Nonfiction,Publishing,USD,2016-05-15,38000.00,2016-03-16 01:01:30,5006.00,canceled,101,US,5006.00,5006.00,38000.00 +1138487997,StyleMod,Web,Technology,GBP,2015-12-20,5000.00,2015-12-02 12:22:56,6.00,failed,2,GB,9.05,8.95,7455.01 +1138489783,The Songs That Saved Your Life,Webseries,Film & Video,USD,2015-11-24,25000.00,2015-10-19 16:47:00,25481.50,successful,177,US,25481.50,25481.50,25000.00 +1138491729,Across The States: Kentucky,Photobooks,Photography,USD,2016-05-07,1000.00,2016-04-18 22:59:42,50.00,failed,1,US,50.00,50.00,1000.00 +1138501779,A Life to Waste (Canceled),Fiction,Publishing,GBP,2015-05-07,1000.00,2015-04-07 18:07:15,95.00,canceled,2,GB,141.70,146.43,1541.35 +113850403,The Ultimate BBQ Grill Cleaning Brush,Product Design,Design,USD,2016-05-03,11450.00,2016-04-05 13:43:24,53705.00,successful,1133,US,53705.00,53705.00,11450.00 +1138514457,a new eden,Art Books,Publishing,USD,2013-03-21,2000.00,2013-02-20 03:32:40,55.00,failed,2,US,55.00,55.00,2000.00 +1138517206,THE MANDALA PROJECT,Digital Art,Art,USD,2014-06-28,1500.00,2014-05-29 22:08:01,595.00,failed,10,US,595.00,595.00,1500.00 +1138525799,The Last Breath,Publishing,Publishing,USD,2015-03-05,15000.00,2015-02-03 21:38:04,0.00,failed,0,US,0.00,0.00,15000.00 +113852684,How to Cheat - Help us get to the LA Film Festival!,Narrative Film,Film & Video,USD,2011-06-17,4500.00,2011-05-03 23:31:09,4600.99,successful,77,US,4600.99,4600.99,4500.00 +1138532277,KIDS in Jail,Nonfiction,Publishing,USD,2015-05-18,6500.00,2015-04-12 19:16:28,7492.00,successful,69,US,7492.00,7492.00,6500.00 +1138533741,The Black Lens,Fiction,Publishing,USD,2015-10-09,2499.00,2015-09-09 22:02:08,3694.00,successful,74,US,3694.00,3694.00,2499.00 +1138537465,Stories of a School-Aged Superhero,Children's Books,Publishing,USD,2012-10-15,30000.00,2012-09-13 02:37:25,0.00,failed,0,US,0.00,0.00,30000.00 +1138537830,Once Lost but now is Found. Wood Turning.Lets keep it dry!,Woodworking,Crafts,USD,2015-09-19,1400.00,2015-08-20 19:55:05,696.00,failed,13,US,696.00,696.00,1400.00 +113854330,Project Uprooted,Documentary,Film & Video,CAD,2015-08-21,5000.00,2015-08-01 15:26:52,1395.50,failed,19,CA,1073.96,1064.62,3814.46 +1138548119,H-The Houston Story,Documentary,Film & Video,USD,2010-09-10,25000.00,2010-08-10 07:41:34,0.00,failed,0,US,0.00,0.00,25000.00 +1138554826,Fought For Freedom Project,Design,Design,USD,2015-07-08,10000.00,2015-06-09 18:01:09,0.00,failed,0,US,0.00,0.00,10000.00 +1138556886,PACKING HEAT: CONCEAL CARRY AND GUN CONTROL DEBATE,Documentary,Film & Video,USD,2013-05-10,1500.00,2013-04-11 18:40:22,1605.00,successful,32,US,1605.00,1605.00,1500.00 +1138561532,Memory Motel double b side 7 inch!,Indie Rock,Music,USD,2012-03-28,1000.00,2012-02-14 07:41:43,1087.34,successful,26,US,1087.34,1087.34,1000.00 +"1138562055,""Woman, Awake - Reclaiming Our Sacredness"",Nonfiction,Publishing,USD,2012-07-31,1200.00,2012-06-11 15:26:05,1300.00,successful,26,US,1300.00,1300.00,1200.00" +113857334,Ampersands: Wool & Wood Cases,Fashion,Fashion,USD,2012-12-02,4000.00,2012-11-02 08:00:25,4664.00,successful,81,US,4664.00,4664.00,4000.00 +1138575340,The Power of the Tongue,Rock,Music,USD,2013-01-02,7999.00,2012-12-03 22:23:22,1.00,failed,1,US,1.00,1.00,7999.00 +1138582611,Art of the Pin-Up Girl: Staged Reading of a New Musical,Theater,Theater,USD,2012-04-23,5000.00,2012-03-09 01:08:40,5050.00,successful,65,US,5050.00,5050.00,5000.00 +1138590371,The Forgotten Martyr: Lady Jane Grey,Shorts,Film & Video,USD,2011-08-20,3000.00,2011-07-16 03:34:08,3075.00,successful,57,US,3075.00,3075.00,3000.00 +1138595372,Simple Sound Box,Product Design,Design,USD,2017-12-11,5000.00,2017-11-11 16:28:58,2081.00,failed,32,US,145.00,2081.00,5000.00 +"1138597328,""Understanding Women, The Comic Strip"",Comics,Comics,USD,2011-03-12,5000.00,2011-01-26 05:50:07,40.00,failed,3,US,40.00,40.00,5000.00" +1138601711,CompGear: High Performance Compression Shorts,Apparel,Fashion,USD,2014-08-07,6000.00,2014-07-08 17:49:51,6320.00,successful,73,US,6320.00,6320.00,6000.00 +1138602403,The New Album by Singer/Songwriter Steve Schultz,Music,Music,USD,2010-09-06,2000.00,2010-07-28 20:30:52,150.00,failed,1,US,150.00,150.00,2000.00 +1138616968,Russian salad? no thanks! (insalata russa? no grazie!),Cookbooks,Food,EUR,2015-07-19,2000.00,2015-06-19 12:33:52,19.00,failed,2,IT,21.58,20.78,2187.80 +1138618121,Elemental Blast: Second Edition,Tabletop Games,Games,USD,2014-11-02,2000.00,2014-10-01 15:34:24,6571.00,successful,280,US,6571.00,6571.00,2000.00 +1138619807,STYList Wars,Fashion,Fashion,USD,2012-01-16,1800.00,2011-11-17 04:05:05,20.00,failed,1,US,20.00,20.00,1800.00 +1138623140,Worst Seat in the House: Henry Rathbone & the Assassination,Nonfiction,Publishing,USD,2013-12-31,400.00,2013-11-26 17:32:38,10536.00,successful,328,US,10536.00,10536.00,400.00 +1138625746,ART HEART GALLERY,Art,Art,EUR,2017-05-27,65000.00,2017-04-27 02:36:19,20.00,failed,1,IE,0.00,22.43,72910.82 +1138626683,Eden,Shorts,Film & Video,USD,2014-05-30,3500.00,2014-05-09 05:56:43,1510.00,failed,30,US,1510.00,1510.00,3500.00 +"1138633837,""I wood creations, wooden designs crafted with care"",DIY,Crafts,GBP,2017-04-03,5000.00,2017-03-04 13:07:58,20.00,canceled,1,GB,24.54,24.84,6211.10" +1138639152,This Tour Is So Gay,Theater,Theater,USD,2014-06-28,15000.00,2014-05-19 18:58:11,15177.18,successful,335,US,15177.18,15177.18,15000.00 +1138639261,Be Dynamic: Premiere Performance,Performances,Dance,USD,2015-05-26,5000.00,2015-04-23 22:12:47,0.00,failed,0,US,0.00,0.00,5000.00 +1138664613,EndFirst - Accelerate Your Business Communication for less!,Software,Technology,USD,2017-05-12,200000.00,2017-04-12 22:05:31,2138.00,failed,19,US,1198.00,2138.00,200000.00 +1138665037,Keep Moving Forward Motivational Clothing,Fashion,Fashion,USD,2013-05-05,1000.00,2013-03-06 04:11:34,72.00,failed,3,US,72.00,72.00,1000.00 +1138666715,Hail Columbia: Behind the Scenes with the Space Shuttle,Publishing,Publishing,USD,2011-03-03,3500.00,2011-02-01 04:36:32,4463.00,successful,70,US,4463.00,4463.00,3500.00 +"1138673784,Queer Storytelling; an Art Exhibition,Public Art,Art,USD,2012-03-07,750.00,2012-02-07 20:27:48,5.00,failed,1,US,5.00,5.00,750.00" +1138674977,El Dorado,Pop,Music,USD,2010-12-10,2500.00,2010-11-10 18:47:35,3510.00,successful,60,US,3510.00,3510.00,2500.00 +1138676518,CREARE designs,Fashion,Fashion,USD,2012-05-23,6500.00,2012-04-23 23:33:30,3005.00,failed,24,US,3005.00,3005.00,6500.00 +1138677395,OnlyKey - The Two-factor Authentication & Password Solution,Gadgets,Technology,USD,2016-03-17,10000.00,2016-02-16 12:25:57,31291.00,successful,616,US,31291.00,31291.00,10000.00 +1138681061,NapTime: the first baby monitor that takes care of parents,Wearables,Technology,CAD,2015-02-07,100000.00,2015-01-08 19:26:21,1471.00,failed,24,CA,1244.68,1176.05,79948.83 +1138681983,adventuresOf making a record !,Music,Music,USD,2011-11-22,2200.00,2011-10-23 21:45:46,2630.33,successful,48,US,2630.33,2630.33,2200.00 +1138683788,Acropolis,Games,Games,USD,2015-10-01,7500.00,2015-09-10 01:26:34,425.00,failed,3,US,425.00,425.00,7500.00 +1138693777,IDC (I defend consciousness),Fashion,Fashion,USD,2015-11-18,1000.00,2015-10-19 16:56:26,201.00,failed,7,US,201.00,201.00,1000.00 +1138696810,Help fund Eric's new album 'Ground All The Way Down',Music,Music,USD,2011-05-03,1500.00,2011-03-05 14:12:37,1590.00,successful,26,US,1590.00,1590.00,1500.00 +1138699663,Moriarty's Machinations,Tabletop Games,Games,USD,2014-10-14,7500.00,2014-09-05 16:03:14,10684.00,successful,403,US,10684.00,10684.00,7500.00 +1138709292,Gardena New Album!,Rock,Music,EUR,2016-11-12,2000.00,2016-10-13 11:54:12,0.00,failed,0,ES,0.00,0.00,2125.81 +1138709572,Loose Cannon Chili Consortium,Restaurants,Food,USD,2015-04-18,2500.00,2015-02-17 01:42:37,0.00,failed,0,US,0.00,0.00,2500.00 +1138712542,Finer Homes and Gangsters - Feature Film,Narrative Film,Film & Video,USD,2014-02-21,66000.00,2014-01-22 16:04:52,5938.00,failed,93,US,5938.00,5938.00,66000.00 +1138712601,Scarecrow Joe Haunted House - 3rd Annual Halloween Event,Theater,Theater,USD,2017-08-29,2000.00,2017-06-30 02:05:45,783.00,failed,17,US,381.00,783.00,2000.00 +1138716538,Reckless TV,Webseries,Film & Video,USD,2015-05-13,5000.00,2015-04-13 19:17:18,0.00,failed,0,US,0.00,0.00,5000.00 +1138720340,Trey Kennedy's Music Project,Music,Music,USD,2017-09-14,10000.00,2017-08-15 17:11:22,10275.00,successful,229,US,550.00,10275.00,10000.00 +1138727295,MAKE 100 : COLLAGE ART PRINT POSTCARDS,Mixed Media,Art,CAD,2017-03-05,2000.00,2017-01-08 00:44:55,2049.00,successful,29,CA,18.85,1517.33,1481.04 +11387295,Bab El West - Nouvel album DOUAR,World Music,Music,EUR,2017-04-30,3500.00,2017-03-21 15:58:08,3645.00,successful,88,FR,516.47,3995.26,3836.33 +1138732610,TrackLinq BAS Securing incident reporting in the cloud!,Software,Technology,USD,2016-09-25,40000.00,2016-08-26 16:10:04,1036.00,failed,6,US,475.00,1036.00,40000.00 +1138732987,Akashie VS Yokai Vol.1,Webcomics,Comics,USD,2016-08-03,2500.00,2016-07-04 00:50:10,247.00,canceled,17,US,196.00,247.00,2500.00 +1138733781,Spiritual Matter: An Elemental Yoga Experience,Electronic Music,Music,USD,2016-10-15,5000.00,2016-09-15 19:11:26,2.00,failed,1,US,0.00,2.00,5000.00 +1138737768,The Hopscotch Hands on Exhibit for the Blind,Art,Art,USD,2011-10-07,1500.00,2011-09-07 19:16:46,218.00,failed,5,US,218.00,218.00,1500.00 +1138738280,Handmade pens,Stationery,Crafts,USD,2016-08-10,5000.00,2016-07-27 23:20:57,0.00,failed,0,US,0.00,0.00,5000.00 +1138742326,Makerslide Lite,Product Design,Design,GBP,2015-03-06,3900.00,2015-02-04 01:26:56,461.00,failed,9,GB,695.17,699.99,5921.83 +1138744309,Sean Peterson - Let It Show,Jazz,Music,USD,2015-06-02,2200.00,2015-05-03 21:30:31,2370.93,successful,54,US,2370.93,2370.93,2200.00 +"1138745536,""""""Born Again"""" - Share Your Inner Beauty with the World"",Nature,Photography,USD,2017-05-10,50000.00,2017-04-10 00:38:22,0.00,failed,0,US,25.00,0.00,50000.00" +1138750846,Style & Store dollheads for classes..Made in USA,Product Design,Design,USD,2014-08-21,75000.00,2014-07-22 07:06:03,339.00,failed,10,US,339.00,339.00,75000.00 +1138767004,Love Thy Sister,Family,Film & Video,USD,2016-03-31,10000.00,2016-02-22 22:20:52,0.00,failed,0,US,0.00,0.00,10000.00 +113876924,Bodhi Linux for ARM,Software,Technology,USD,2011-08-27,10000.00,2011-07-13 03:23:20,28.00,failed,4,US,28.00,28.00,10000.00 +1138769525,My Untold Life,Documentary,Film & Video,USD,2012-05-04,15000.00,2012-04-04 23:06:57,720.00,failed,13,US,720.00,720.00,15000.00 +"1138772019,""Tarr X Correia, Rewind Project"",Fine Art,Photography,USD,2014-11-20,5000.00,2014-10-21 23:30:07,611.00,failed,17,US,611.00,611.00,5000.00" +1138776267,The Brickhead Family YouTube Channel,Webseries,Film & Video,USD,2016-12-31,2500.00,2016-11-22 21:00:26,200.00,failed,1,US,0.00,200.00,2500.00 +1138777822,Looking For Alaska - UK Amateur Film,Drama,Film & Video,GBP,2014-11-01,100.00,2014-09-04 19:19:15,0.00,failed,0,GB,0.00,0.00,158.20 +1138784393,Production of Caryl Churchill's 'Vinegar Tom',Theater,Theater,GBP,2013-07-21,500.00,2013-06-24 20:37:19,182.00,failed,13,GB,280.67,280.28,769.99 +"1138789382,""Funding for the music video of """"Survive (before I die)"""""",Indie Rock,Music,GBP,2014-03-02,2000.00,2014-02-05 22:54:44,2155.00,successful,52,GB,3513.42,3613.95,3354.02" +1138798371,Odium: A Novel,Fiction,Publishing,USD,2013-01-13,3000.00,2012-12-24 02:08:44,35.00,failed,2,US,35.00,35.00,3000.00 +1138799098,SoMe Kegs to Fill,Food,Food,USD,2013-12-21,5000.00,2013-12-07 19:49:15,5096.00,successful,68,US,5096.00,5096.00,5000.00 +1138806625,Ionia by Lindsay Lou & the Flatbellys,Music,Music,USD,2014-10-01,15000.00,2014-09-01 05:00:41,17402.12,successful,354,US,17402.12,17402.12,15000.00 +1138808791,A House Among Us // A Feature Film,Drama,Film & Video,USD,2015-08-14,15000.00,2015-07-15 02:00:09,3504.00,failed,80,US,3504.00,3504.00,15000.00 +"1138810710,""Curt Cobler, Fine Wooden Bowls, Limited Editions, #3."",Woodworking,Crafts,USD,2016-05-17,200.00,2016-05-02 04:56:25,617.00,successful,6,US,617.00,617.00,200.00" +1138819376,Building a Cruiser for a Case,Interactive Design,Design,USD,2014-10-31,25000.00,2014-09-30 17:26:33,10.00,failed,1,US,10.00,10.00,25000.00 +1138830768,Ride a Unicorn at Burning Man 2015,Public Art,Art,USD,2015-07-25,5200.00,2015-06-25 16:53:36,5222.00,successful,87,US,5222.00,5222.00,5200.00 +113883832,Sharing Machine wants to print XXL and 3XL t-shirts.,Comics,Comics,USD,2012-05-27,14800.00,2012-04-27 01:36:05,1404.34,canceled,43,US,1404.34,1404.34,14800.00 +"1138842053,""Beat Bag - """"A Home For Makeup"""""",Accessories,Fashion,AUD,2017-05-28,17000.00,2017-04-28 01:25:40,20.00,failed,1,AU,0.00,14.79,12567.46" +1138843822,Essence/Descent: Works for Solo Timpani,Classical Music,Music,USD,2017-07-01,3500.00,2017-05-27 18:23:13,3730.00,successful,39,US,300.00,3730.00,3500.00 +1138843926,advice to sink in slowly: posters for first year students,Illustration,Art,GBP,2015-09-10,6000.00,2015-08-11 01:59:33,4068.00,failed,80,GB,6303.49,6274.10,9253.83 +1138846439,BtClip Micro wireless data collector for 2D/1D barcode,Wearables,Technology,EUR,2016-06-15,70000.00,2016-04-18 16:45:31,1207.00,failed,10,IT,1361.93,1358.36,78778.26 +113884926,The Wednesday Nights,Music,Music,USD,2011-11-23,1100.00,2011-10-10 19:35:52,1250.00,successful,4,US,1250.00,1250.00,1100.00 +1138864482,ZAC ZIPTENT™ - Nine camping options zipped up in one tarp,Product Design,Design,USD,2015-06-01,25000.00,2015-05-04 14:20:00,1014.00,failed,13,US,1014.00,1014.00,25000.00 +1138872094,Bella Pizza,Restaurants,Food,GBP,2017-10-25,30000.00,2017-09-25 22:39:17,0.00,canceled,0,GB,0.00,0.00,39279.87 +1138875107,A Handful Of Pennies,Shorts,Film & Video,USD,2012-04-30,1500.00,2012-04-05 00:58:04,1530.00,successful,18,US,1530.00,1530.00,1500.00 +1138877114,Destination Now : How a drunken angel got his Wings,Nonfiction,Publishing,USD,2014-06-06,72000.00,2014-05-17 00:49:56,7059.00,failed,97,US,7059.00,7059.00,72000.00 +1138880972,Two New Albums & A Lot More,Music,Music,USD,2013-12-09,67000.00,2013-11-12 08:44:48,6382.00,failed,80,US,6382.00,6382.00,67000.00 +1138891573,Everette Hartsoe's BADGIRL SKETCHBOOK VOL.9,Comic Books,Comics,USD,2017-11-30,199.00,2017-11-20 23:02:15,2476.00,successful,59,US,1405.00,2476.00,199.00 +1138897900,MOBY - all in one sushi system.,Food,Food,USD,2016-05-20,15000.00,2016-04-20 17:57:26,51.00,failed,2,US,51.00,51.00,15000.00 +1138903710,Bootquest (Canceled),Footwear,Fashion,USD,2015-10-05,12000.00,2015-09-03 15:47:55,295.00,canceled,1,US,295.00,295.00,12000.00 +1138906715,#teamawesome,Fashion,Fashion,GBP,2014-03-13,3000.00,2014-02-21 19:06:24,0.00,failed,0,GB,0.00,0.00,4978.43 +1138910102,SHE/HER Colouring Book,Illustration,Art,SGD,2017-06-12,50.00,2017-06-05 14:47:06,2.00,failed,1,SG,0.00,1.44,36.12 +1138917196,KONGMISSIONS Sketchbook : Commissions by artist Brian Kong,Comics,Comics,USD,2018-01-08,5000.00,2017-11-29 23:53:04,1765.00,live,28,US,0.00,1765.00,5000.00 +1138928542,The Chimpz rockin' New Album of Rock/Hip Hop/Metal Music,Rock,Music,USD,2011-06-10,6000.00,2011-05-11 22:47:04,6132.00,successful,33,US,6132.00,6132.00,6000.00 +1138931675,The Inspirational Sticky Note Collection - Spread the Love,Stationery,Crafts,GBP,2015-04-04,3500.00,2015-03-05 07:53:02,99.00,failed,7,GB,152.04,144.45,5106.95 +1138935831,Notel Ultimate Pickup-Truck and SUV Mobile Sleeping System,Technology,Technology,USD,2017-10-07,40000.00,2017-09-08 20:52:12,12411.00,canceled,41,US,4348.00,12411.00,40000.00 +1138944730,Keith Haring Skateboard Project!,Public Art,Art,USD,2013-11-08,1500.00,2013-10-31 18:34:49,1526.00,successful,22,US,1526.00,1526.00,1500.00 +113894628,EcoFarm | Food of the future,Product Design,Design,EUR,2014-09-29,125000.00,2014-07-31 09:28:49,19871.50,failed,261,NL,26653.30,25070.02,157700.85 +"1138950447,""Chris Lincoln """"One Life"""" EP"",Rock,Music,USD,2013-10-26,2750.00,2013-10-05 20:00:34,4265.00,successful,21,US,4265.00,4265.00,2750.00" +"1138959807,Echo Wants Her Voice Back - Debut EP... Get INVOLVED!,Music,Music,GBP,2015-01-17,3800.00,2014-12-07 09:34:51,4053.00,undefined,0,""N,0"""""",,6073.27,5694.16" +1138963991,Lakes Rivers Parks Wildlife,Nature,Photography,USD,2015-03-04,6600.00,2015-02-17 21:50:45,6.00,failed,2,US,6.00,6.00,6600.00 +"1138969156,""What Lies Within Haunted Attraction - Charlotte, NC"",Theater,Theater,USD,2012-12-01,150000.00,2012-10-17 22:20:09,2523.00,failed,13,US,2523.00,2523.00,150000.00" +113898158,Dystopia: the road to a classic,Hip-Hop,Music,USD,2013-07-26,600.00,2013-06-26 20:29:57,0.00,failed,0,US,0.00,0.00,600.00 +1138982996,Max's Tail: Gone to the Dogs,Animation,Film & Video,USD,2012-07-22,20000.00,2012-06-13 00:06:51,336.00,failed,5,US,336.00,336.00,20000.00 +1138987469,Help HeXe Krieg Record their first EP \m/,Rock,Music,USD,2012-04-07,2500.00,2012-03-08 00:27:13,0.00,failed,0,US,0.00,0.00,2500.00 +1139010528,South Side of Chicago Documentary,Documentary,Film & Video,USD,2011-12-05,25000.00,2011-10-21 00:08:22,26726.27,successful,254,US,26726.27,26726.27,25000.00 +1139011755,No more lies! Lie Detector (Suspended),Gadgets,Technology,USD,2015-06-30,40000.00,2015-05-16 01:38:16,0.00,suspended,0,US,0.00,0.00,40000.00 +1139012378,REAL ART - Tacoma's All Ages Music Venue,Music,Music,USD,2015-08-07,15000.00,2015-06-29 18:50:17,17410.00,successful,173,US,17410.00,17410.00,15000.00 +1139014895,OMi Beverages,Drinks,Food,USD,2015-11-08,500.00,2015-10-08 07:37:44,50.00,failed,5,US,50.00,50.00,500.00 +113901611,Know Your Lemons Breast Exam App of Wonder,Apps,Technology,USD,2017-10-12,10000.00,2017-09-12 12:41:54,3810.00,failed,62,US,110.00,3810.00,10000.00 +1139028133,Megabytes of G-Strings,Music,Music,USD,2013-06-01,15500.00,2013-04-17 17:40:48,7.00,failed,3,US,7.00,7.00,15500.00 +1139033395,Young Chefs,Food,Food,USD,2014-11-11,1155.00,2014-09-30 00:26:23,1520.00,successful,14,US,1520.00,1520.00,1155.00 +1139043073,The Descent: A Short Student Film (Canceled),Shorts,Film & Video,USD,2010-09-18,750.00,2010-08-24 17:21:51,0.00,canceled,0,US,0.00,0.00,750.00 +1139047181,The Aunty Acid Show,Animation,Film & Video,USD,2013-11-15,250000.00,2013-10-16 02:05:08,357.00,failed,8,US,357.00,357.00,250000.00 +1139049171,WagePal - An easy way to track your wages,Apps,Technology,GBP,2016-03-05,3000.00,2016-02-04 13:34:42,0.00,failed,0,GB,0.00,0.00,4287.67 +1139053394,The Adventures of Ruby Pricklebottom: Ruby Has PKU,Children's Books,Publishing,USD,2016-03-20,6500.00,2016-02-19 03:34:39,3048.00,failed,77,US,3048.00,3048.00,6500.00 +1139054003,Walken On Sunshine,Plays,Theater,USD,2016-05-13,10000.00,2016-04-13 02:10:08,12325.00,successful,173,US,12325.00,12325.00,10000.00 +1139062299,ROCK-A-FEELIN' - THE MAGIC WORLD OF THE MOBEES,Children's Books,Publishing,USD,2012-08-29,60000.00,2012-07-30 18:32:46,15.00,failed,1,US,15.00,15.00,60000.00 +"1139062870,""Colonisation: Moonbase, An indie game for PC"",Video Games,Games,GBP,2013-07-29,6800.00,2013-06-29 10:43:18,6870.00,successful,341,GB,10489.45,10409.72,10303.65" +1139068382,NHAA GRILLE BADGES,Graphic Design,Design,USD,2015-07-04,2000.00,2015-05-05 21:18:50,2490.00,successful,43,US,2490.00,2490.00,2000.00 +1139076596,Ôpp ! Titeuf - Murs à dessins,Comics,Comics,CHF,2016-03-11,15000.00,2016-02-09 22:40:26,18594.00,successful,106,CH,18725.34,18835.09,15194.49 +1139080296,The Handyman,Film & Video,Film & Video,USD,2011-09-24,12000.00,2011-07-26 21:18:08,0.00,failed,0,US,0.00,0.00,12000.00 +113908591,Collecting the art of G.I. Joe: Volume 2 (1984-1985),Digital Art,Art,USD,2015-11-02,10000.00,2015-10-19 01:01:42,27236.00,successful,361,US,27236.00,27236.00,10000.00 +1139095329,It's a Small Print After All,Places,Photography,USD,2016-09-23,100.00,2016-08-22 20:34:34,10.00,failed,1,US,0.00,10.00,100.00 +1139101510,Cat Food: Pin Project!,Accessories,Fashion,USD,2017-10-27,350.00,2017-09-12 07:25:11,892.00,successful,33,US,72.00,892.00,350.00 +"1139103222,""Black Lives Matter Oral History Project, Website, satire"",Documentary,Film & Video,USD,2015-03-23,100.00,2015-02-21 16:34:50,25.00,failed,1,US,25.00,25.00,100.00" +1139103977,U-Spi,Live Games,Games,USD,2016-03-21,100000.00,2016-02-20 16:07:34,101.00,failed,2,US,101.00,101.00,100000.00 +113910522,Life is What You Make It,Documentary,Film & Video,USD,2016-11-06,200000.00,2016-09-13 20:44:01,2528.00,failed,29,US,250.00,2528.00,200000.00 +1139106370,Powered by Pork Food Truck,Food Trucks,Food,USD,2015-04-05,15000.00,2015-03-06 05:40:05,15115.00,successful,146,US,15115.00,15115.00,15000.00 +1139111676,Lisa Dudley Live!,Country & Folk,Music,USD,2010-10-04,2250.00,2010-08-25 20:20:43,90.00,failed,4,US,90.00,90.00,2250.00 +1139112742,GeoPhoto Tracker,Software,Technology,USD,2012-05-20,3609.00,2012-04-20 01:00:27,1275.00,failed,18,US,1275.00,1275.00,3609.00 +1139118453,Taking of Taidian,Tabletop Games,Games,USD,2016-11-11,35000.00,2016-10-10 16:10:02,320.00,canceled,9,US,179.00,320.00,35000.00 +"1139133990,""Innsmouth, the lost games. Lovecraft Playing Cards"",Tabletop Games,Games,EUR,2017-12-14,3900.00,2017-11-28 17:01:34,5005.00,successful,89,ES,2979.78,5908.88,4604.32" +"1139144849,""Humbold Inc. Clothing Brand. Be Humble, Be Bold !"",Apparel,Fashion,USD,2014-06-12,2000.00,2014-05-13 21:17:31,191.00,failed,5,US,191.00,191.00,2000.00" +1139149160,Altruistic Complex - Book 1,Comics,Comics,USD,2012-05-10,3300.00,2012-04-10 19:12:33,3866.00,successful,56,US,3866.00,3866.00,3300.00 +1139152884,'Woodfalls' an exploitation thriller,Narrative Film,Film & Video,USD,2011-11-21,20000.00,2011-09-22 04:48:55,1640.00,failed,27,US,1640.00,1640.00,20000.00 +1139155621,Magma Crossfit Notes,Product Design,Design,EUR,2016-06-09,8000.00,2016-04-25 18:17:54,76.00,failed,3,FR,85.31,85.91,9043.23 +1139160703,Totally Tamales getting our restaurant open,Restaurants,Food,USD,2017-12-21,10500.00,2017-11-06 15:43:36,0.00,failed,0,US,0.00,0.00,10500.00 +"1139171759,black llama a.k.a chad cooke,Music,Music,USD,2015-03-11,3700.00,2015-01-20 22:06:01,0.00,undefined,0,""N,0"""""",,0.00,3700.00" +1139172256,iPhone audiogame,Video Games,Games,USD,2010-01-05,999.00,2009-11-22 16:27:17,0.00,failed,0,US,0.00,0.00,999.00 +1139174158,New Website for YourPopFilter.com,Publishing,Publishing,USD,2014-07-30,2500.00,2014-06-30 21:40:38,2999.00,successful,45,US,2999.00,2999.00,2500.00 +113918227,BLOCKS NYC Coloring Book: Music Scene in Greenwich Village,Art Books,Publishing,CAD,2016-08-21,15000.00,2016-06-27 19:48:58,962.00,failed,26,CA,309.15,746.66,11642.35 +1139183080,Roots Run Deep,Performance Art,Art,USD,2012-06-29,375.00,2012-06-19 06:32:25,375.00,successful,11,US,375.00,375.00,375.00 +1139185061,Just Porter: Reinventing What a Backpack Can Be,Product Design,Design,USD,2013-12-24,40000.00,2013-11-21 18:00:37,58056.11,successful,461,US,58056.11,58056.11,40000.00 +1139186450,BASTARD,Shorts,Film & Video,AUD,2015-01-18,55000.00,2014-11-21 13:37:18,8626.00,failed,34,AU,7420.81,6817.36,43467.95 +1139198856,Texas - A Photographic Journey,Photography,Photography,USD,2011-04-22,15000.00,2011-03-07 23:50:55,25.00,failed,1,US,25.00,25.00,15000.00 +1139206025,Rum Row,Comic Books,Comics,USD,2014-10-01,2000.00,2014-09-01 15:14:18,4059.00,successful,229,US,4059.00,4059.00,2000.00 +1139211420,The John Muir Trail: From Society Into The Wilderness,Photography,Photography,USD,2012-06-30,1000.00,2012-05-31 07:11:28,185.00,failed,9,US,185.00,185.00,1000.00 +1139221001,Motivational Movement,Music,Music,USD,2011-06-13,20000.00,2011-04-14 08:47:23,0.00,failed,0,US,0.00,0.00,20000.00 +1139228260,A Feast for Fools,Spaces,Food,USD,2014-08-12,47.00,2014-07-13 23:42:39,0.00,failed,0,US,0.00,0.00,47.00 +1139230469,40 Years... and a Few Days,Drama,Film & Video,USD,2016-05-10,9000.00,2016-04-14 23:07:09,3.00,failed,3,US,3.00,3.00,9000.00 +1139236742,Drawn in Byzantium,Art,Art,USD,2015-04-03,1300.00,2015-03-09 21:10:08,1870.00,successful,30,US,1870.00,1870.00,1300.00 +1139240186,Lina's Fashion Collection,Jewelry,Fashion,USD,2015-11-07,20000.00,2015-10-08 04:50:39,0.00,failed,0,US,0.00,0.00,20000.00 +"1139241122,CHIRP; a Collection of Illustrations from the Skateboard Mag,Art Books,Publishing,USD,2014-08-08,12000.00,2014-07-09 07:03:11,4451.00,failed,54,US,4451.00,4451.00,12000.00" +1139245418,Release a parallel text version of Candide,Publishing,Publishing,USD,2014-03-23,4600.00,2014-02-26 16:38:32,25.00,failed,1,US,25.00,25.00,4600.00 +1139249683,Put a Phantom on Your Wall,Digital Art,Art,USD,2014-04-20,600.00,2014-03-06 10:11:01,3607.00,successful,62,US,3607.00,3607.00,600.00 +1139252318,The View From 216 - Senior Film,Shorts,Film & Video,USD,2013-03-01,1000.00,2013-02-12 23:31:20,1321.11,successful,20,US,1321.11,1321.11,1000.00 +1139264416,A free opportunity to find a job or employee,Web,Technology,NOK,2016-03-04,300000.00,2016-02-08 16:47:25,5.00,failed,1,NO,0.58,0.58,35074.18 +1139266082,Bush Pilot (Suspended),Flight,Technology,USD,2015-02-15,56000.00,2015-01-16 21:34:33,0.00,suspended,0,US,0.00,0.00,56000.00 +"1139266104,""LITTLE SAIGON """"End of the World"""" Tour"",Rock,Music,USD,2012-05-18,1221.00,2012-04-18 23:08:44,1414.00,successful,34,US,1414.00,1414.00,1221.00" +1139268449,GIG DEEP GO MAD (Canceled),Fashion,Fashion,USD,2010-08-14,5000.00,2010-07-17 21:24:04,0.00,canceled,0,US,0.00,0.00,5000.00 +1139272947,THE JOURNALS OF RORSCHACH,Shorts,Film & Video,GBP,2016-03-19,5000.00,2016-02-18 21:51:54,842.00,failed,13,GB,1204.05,1189.75,7065.04 +1139275938,Bombshells: Customizable Bath Bombs,Product Design,Design,USD,2017-09-15,2000.00,2017-08-01 16:56:37,3906.00,successful,85,US,0.00,3906.00,2000.00 +1139278635,Earth's Elements in Bicycle® Playing Cards- Fire (Canceled),Playing Cards,Games,USD,2015-03-26,13000.00,2015-02-24 15:00:08,4050.00,canceled,190,US,4050.00,4050.00,13000.00 +1139281381,LIT SOUL - Love at War (music album),Rock,Music,USD,2014-04-01,1000.00,2014-02-19 23:05:53,1101.00,successful,32,US,1101.00,1101.00,1000.00 +1139285207,MENTHU by Black Inc! Imprints (Full Year of Comics),Comics,Comics,USD,2012-11-26,15000.00,2012-10-15 19:42:05,2051.00,failed,20,US,2051.00,2051.00,15000.00 +1139285406,Lost Company (Canceled),Webseries,Film & Video,USD,2014-04-03,400.00,2014-03-04 10:08:48,0.00,canceled,0,US,0.00,0.00,400.00 +1139296597,Cheap Shot: A video game crowdpunching frustration simulator,Video Games,Games,USD,2013-04-23,3000.00,2013-03-09 02:56:28,3486.00,successful,69,US,3486.00,3486.00,3000.00 +1139311657,backyard photography,Animals,Photography,USD,2015-06-04,500.00,2015-05-21 11:48:44,10.00,failed,1,US,10.00,10.00,500.00 +1139314551,The Theft of a Star - Book Two of the Mythopoeia series,Fiction,Publishing,USD,2016-01-17,3000.00,2015-12-18 02:10:31,20.00,failed,2,US,20.00,20.00,3000.00 +1139319002,36 Hours - A Middendorf Film Production,Action,Film & Video,USD,2015-02-10,12500.00,2015-01-06 01:14:55,80.00,failed,4,US,80.00,80.00,12500.00 +1139323951,Taking Inspired Right To America Kickoff Tour,Nonfiction,Publishing,USD,2016-09-19,20000.00,2016-08-20 21:04:07,496.00,failed,9,US,354.00,496.00,20000.00 +1139324931,Save Our Songs - The Reliques Record a New EP,Country & Folk,Music,USD,2010-10-07,4000.00,2010-09-07 17:03:13,4022.00,successful,62,US,4022.00,4022.00,4000.00 +113932514,KETTLEBULLS: Bulldog Breed inspired kettlebells,Design,Design,USD,2017-12-19,15000.00,2017-11-19 21:54:53,5530.00,failed,55,US,2919.00,5530.00,15000.00 +1139330812,Ruben Dario Poet. http://www.rubendariodocumentary.com/,Documentary,Film & Video,USD,2016-01-18,15000.00,2015-12-19 04:01:27,0.00,failed,0,US,0.00,0.00,15000.00 +"1139334187,""“The Travis Parker Band debut CD """"Keep This Dream Alive"""""",Country & Folk,Music,USD,2012-11-28,5000.00,2012-10-29 01:20:37,1000.00,failed,8,US,1000.00,1000.00,5000.00" +1139335670,Medicinal Art : East to West Tour,Apparel,Fashion,USD,2015-06-18,7700.00,2015-05-19 03:45:39,7790.00,successful,78,US,7790.00,7790.00,7700.00 +1139337262,Prison passion,Painting,Art,USD,2016-03-18,3000.00,2016-02-18 00:12:33,3.00,failed,3,US,3.00,3.00,3000.00 +"1139349273,""Rescue the Prince, a beautiful pixelart game! (PC/Mac/Linux)"",Video Games,Games,GBP,2014-11-23,15000.00,2014-10-15 02:20:31,531.00,canceled,41,GB,855.94,833.45,23543.82" +"1139353127,""Pichel guitars : passion , fun , no bullshit"",Woodworking,Crafts,EUR,2016-05-19,8000.00,2016-05-05 23:30:48,0.00,failed,0,NL,0.00,0.00,8975.15" +1139357601,Holiday Hooligans - INDY POPCON Jumbo Exclusive Edition,Comic Books,Comics,USD,2015-06-01,200.00,2015-05-02 21:37:15,120.00,failed,6,US,120.00,120.00,200.00 +1139363080,Killer Curves Ahead,Shorts,Film & Video,USD,2017-11-06,10000.00,2017-10-09 15:00:11,1.00,failed,1,US,0.00,1.00,10000.00 +113937302,efren rock... REDEFINED.,Rock,Music,USD,2012-02-29,4444.00,2012-01-27 03:09:10,4549.00,successful,57,US,4549.00,4549.00,4444.00 +"1139391959,""Jaxon Wear - A Women Fashion Evolution, inspired by Earth."",Apparel,Fashion,AUD,2016-07-14,9500.00,2016-06-14 12:25:48,6.00,failed,2,AU,0.00,4.59,7271.89" +"1139392193,""Bridging the Minooka area to """"Back in the Day"""""",Restaurants,Food,USD,2014-10-30,200000.00,2014-09-15 19:19:56,1.00,failed,1,US,1.00,1.00,200000.00" +1139401528,An Album For You by Me,Music,Music,USD,2014-12-09,100.00,2014-10-10 03:16:18,28.00,failed,4,US,28.00,28.00,100.00 +1139404020,UnderGrip,Product Design,Design,CAD,2017-09-26,12000.00,2017-08-22 18:18:52,851.00,failed,11,CA,87.38,684.08,9646.30 +1139417066,Fraccica Apiaries,Farms,Food,USD,2014-10-29,7500.00,2014-09-29 19:23:55,53.00,failed,3,US,53.00,53.00,7500.00 +1139417265,The Forest Zine,Art Books,Publishing,USD,2012-08-17,9000.00,2012-07-16 05:11:59,580.00,failed,16,US,580.00,580.00,9000.00 +1139419513,The Motorcycle Painter 2,Painting,Art,USD,2013-04-23,3500.00,2013-02-22 06:14:28,4174.00,successful,72,US,4174.00,4174.00,3500.00 +1139432631,Loving New York - Der innovativste Reiseführer der Welt,Letterpress,Publishing,EUR,2017-05-13,20000.00,2017-04-13 14:02:37,20953.00,successful,407,DE,1407.95,23423.47,22358.11 +1139433009,Sound Corner™ for iPhone (Canceled),Sound,Technology,USD,2015-08-09,10000.00,2015-07-10 21:50:59,32.00,canceled,1,US,32.00,32.00,10000.00 +1139434886,Unique Vintage Style & Skull Cameos and Padlock Heart w/keys,Design,Design,USD,2014-02-05,500.00,2014-01-06 21:13:36,1418.00,successful,49,US,1418.00,1418.00,500.00 +1139435984,One More Thing: A Hoard Alone Story,Festivals,Film & Video,USD,2016-09-07,888.00,2016-08-08 09:39:35,960.00,successful,21,US,0.00,960.00,888.00 +"1139439240,""""""Fox in the Snow"""" Book Launch"",Children's Books,Publishing,USD,2013-04-01,1000.00,2013-03-02 09:07:47,1267.00,successful,50,US,1267.00,1267.00,1000.00" +113944384,Tis the Season,Comedy,Film & Video,USD,2015-03-26,5000.00,2015-03-02 19:01:09,5000.00,successful,33,US,5000.00,5000.00,5000.00 +1139452799,Much Too Much Children's Picture Book,Children's Books,Publishing,USD,2013-12-24,5000.00,2013-11-24 16:07:54,5063.00,successful,93,US,5063.00,5063.00,5000.00 +1139465947,WarmIToes: Personalized Floor Heating right under your Desk,Product Design,Design,DKK,2015-04-24,691500.00,2015-03-25 16:09:07,4908.00,canceled,8,DK,717.91,712.06,100323.53 +1139468702,Eddy Band CD - 2013,Rock,Music,USD,2013-06-13,575.00,2013-05-14 14:17:20,645.00,successful,18,US,645.00,645.00,575.00 +1139469972,Yael Landman: Couture Lingerie Handmade in France,Couture,Fashion,EUR,2016-04-14,26000.00,2016-03-01 09:48:17,6469.00,failed,31,BE,7067.13,7299.62,29338.42 +1139472146,The Defector,Shorts,Film & Video,USD,2012-04-05,5000.00,2012-02-28 14:35:08,6410.00,successful,56,US,6410.00,6410.00,5000.00 +1139480258,Educational Game Book,Tabletop Games,Games,USD,2013-09-08,55000.00,2013-08-12 23:45:38,40.00,failed,1,US,40.00,40.00,55000.00 +1139485361,The Mighty Sequoyah Makes a Record!,Indie Rock,Music,USD,2011-06-01,5000.00,2011-05-06 01:38:28,5025.00,successful,50,US,5025.00,5025.00,5000.00 +1139485999,OM grown dancers || support the EVOL//you//TION,Performances,Dance,USD,2017-05-01,5000.00,2017-04-01 06:04:27,5475.00,successful,15,US,2250.00,5475.00,5000.00 +1139496755,db-E: Smart Gadget that prevent drowsy driving,Product Design,Design,CAD,2017-01-03,1000.00,2016-11-29 13:14:05,5185.00,successful,77,CA,80.84,3910.85,754.26 +1139501003,Who's Ryan Short Film,Film & Video,Film & Video,GBP,2016-06-03,1000.00,2016-05-04 16:58:08,1060.00,successful,8,GB,1556.57,1529.82,1443.23 +1139503117,Randall M. Rueff 2014 A.D.,Documentary,Film & Video,USD,2016-02-20,50000.00,2015-12-22 14:37:44,0.00,failed,0,US,0.00,0.00,50000.00 +1139506352,Uncivil Servants,Photo,Journalism,USD,2015-02-27,10000.00,2014-12-29 20:56:59,10.00,failed,1,US,10.00,10.00,10000.00 +113950810,Seaford Creator Studio Launch,Mixed Media,Art,AUD,2014-02-26,40000.00,2014-01-27 22:21:53,0.00,failed,0,AU,0.00,0.00,35845.51 +1139508975,Anna Sokolow Way,Dance,Dance,USD,2013-12-02,10000.00,2013-10-15 01:01:58,3035.00,failed,32,US,3035.00,3035.00,10000.00 +1139512994,Liquor Infused Confections (L.I.C.),Food,Food,USD,2016-05-12,1200.00,2016-03-13 20:28:51,1435.00,successful,25,US,1435.00,1435.00,1200.00 +1139520701,Uncommon,Webseries,Film & Video,GBP,2017-09-25,2500.00,2017-08-25 11:00:04,2720.00,successful,75,GB,617.67,3641.77,3347.21 +1139527172,Tixxii: Protect Your Vehicle From Tickets/Tows/Accidents,Apps,Technology,USD,2015-04-19,5000.00,2015-02-18 03:28:19,1076.00,failed,10,US,1076.00,1076.00,5000.00 +113952950,Hexes Comics 1 & 2 - One-Shot Supernatural/Horror Stories,Comic Books,Comics,GBP,2016-08-17,2000.00,2016-07-08 20:49:14,2957.00,successful,158,GB,518.90,3870.11,2617.60 +1139536859,Tamales By Dons Food Truck (Canceled),Food Trucks,Food,USD,2016-03-05,60000.00,2016-01-20 08:16:22,0.00,canceled,0,US,0.00,0.00,60000.00 +1139560854,Wil Moore Press Restoration Project,Mixed Media,Art,USD,2011-12-23,3600.00,2011-11-23 00:49:48,156.00,failed,7,US,156.00,156.00,3600.00 +"1139567344,""Paris in Black & White, An Infrared Expedition,"",Mixed Media,Art,USD,2014-08-15,2400.00,2014-07-10 22:27:17,3660.00,successful,19,US,3660.00,3660.00,2400.00" +1139573908,HALF-CASTE,Thrillers,Film & Video,USD,2016-12-23,20000.00,2016-11-22 09:33:35,7346.00,failed,140,US,980.00,7346.00,20000.00 +1139574402,The Worst Kind of People,Narrative Film,Film & Video,USD,2012-05-01,2000.00,2012-04-03 23:03:19,2330.01,successful,58,US,2330.01,2330.01,2000.00 +1139580034,Bintou and the spirit.,Children's Books,Publishing,CHF,2017-12-29,5000.00,2017-11-14 07:26:42,34.00,failed,2,CH,0.00,34.85,5124.32 +1139584335,Masters of Blöödirön (Canceled),Tabletop Games,Games,USD,2015-06-24,4600.00,2015-06-03 04:04:04,270.00,canceled,18,US,270.00,270.00,4600.00 +113958523,Cosmic Collectors (Canceled),Tabletop Games,Games,USD,2016-03-02,35000.00,2016-02-01 13:26:25,350.00,canceled,12,US,350.00,350.00,35000.00 +1139588911,Josh writes a book,Fiction,Publishing,USD,2014-09-15,7800.00,2014-08-16 19:07:11,50.00,failed,1,US,50.00,50.00,7800.00 +113959114,The Akropolis Fall Education Tour,Classical Music,Music,USD,2013-10-08,5000.00,2013-09-12 14:48:00,5422.00,successful,77,US,5422.00,5422.00,5000.00 +1139597527,Bicycle Day of The Dead Playing Cards,Playing Cards,Games,USD,2014-08-26,6000.00,2014-07-27 19:21:36,2479.00,failed,129,US,2479.00,2479.00,6000.00 +1139604663,Apocalypse Island 2010 Eclipse Expedition,Documentary,Film & Video,USD,2010-06-21,9000.00,2010-05-06 21:11:27,1675.00,failed,14,US,1675.00,1675.00,9000.00 +113960853,Infantastics the Animated Series,Animation,Film & Video,USD,2015-07-29,300000.00,2015-05-30 03:58:54,8088.00,failed,36,US,8088.00,8088.00,300000.00 +1139610257,Blacks Cornish Bees,Food,Food,GBP,2013-01-04,2500.00,2012-11-20 17:25:31,155.00,failed,9,GB,249.84,248.29,4004.68 +1139613291,Doug Artwohl - New Album,Pop,Music,USD,2012-05-16,5000.00,2012-03-18 05:55:06,30.00,failed,2,US,30.00,30.00,5000.00 +1139619600,Drinking on the Metro,Photo,Journalism,USD,2015-07-06,5000.00,2015-05-22 21:05:05,0.00,failed,0,US,0.00,0.00,5000.00 +1139619807,PHANTOM Permanent Base Glide Treatment for Skis & Snowboards,Technology,Technology,USD,2017-12-01,35000.00,2017-11-01 15:04:30,291349.99,successful,2002,US,106925.00,291349.99,35000.00 +1139621619,What Is Hope? (Canceled),Documentary,Film & Video,USD,2013-01-03,23000.00,2012-11-28 22:33:13,970.00,canceled,19,US,970.00,970.00,23000.00 +11396267,Help Esther Rose Neal's Worship CD ILLUMINATE see the light!,Music,Music,USD,2013-08-14,13000.00,2013-07-05 18:49:13,1790.00,failed,13,US,1790.00,1790.00,13000.00 +1139639883,Gates of Horizon: a Space Conquest MMORPG (Canceled),Video Games,Games,USD,2013-08-02,60000.00,2013-07-03 23:00:45,2709.00,canceled,57,US,2709.00,2709.00,60000.00 +1139641938,Lost Coves is headed to SXSW!,Hip-Hop,Music,USD,2010-03-02,2000.00,2009-12-23 00:19:18,2056.00,successful,31,US,2056.00,2056.00,2000.00 +1139643494,Piano Picasso 2015 End of Winter/Beginning Of Spring Tour,Classical Music,Music,USD,2014-11-02,22622.00,2014-10-03 03:35:07,1.00,failed,1,US,1.00,1.00,22622.00 +1139649705,Face to Face - An original short film by Andy Chinn,Shorts,Film & Video,USD,2012-05-21,4000.00,2012-04-06 06:18:11,501.00,failed,14,US,501.00,501.00,4000.00 +1139663653,Good Night Nursery Rhymes. Helloooo Kidioke Media!!,Kids,Music,USD,2016-05-17,20000.00,2016-04-17 02:18:24,530.00,canceled,7,US,530.00,530.00,20000.00 +1139666688,BOT: Social Planning App,Apps,Technology,EUR,2016-08-08,15000.00,2016-07-09 16:54:19,10.00,failed,3,DE,0.00,11.16,16736.96 +1139667119,Community Mosaic Masterpiece with Seniors,Crafts,Crafts,AUD,2014-08-14,6000.00,2014-07-15 10:36:08,90.00,failed,3,AU,84.59,83.89,5592.84 +1139674848,AlpaCraft NetWork 1.9,Video Games,Games,EUR,2016-05-11,100.00,2016-04-11 20:09:56,0.00,failed,0,ES,0.00,0.00,113.48 +1139675214,Biodegradable Toys From Poultry Feathers,Technology,Technology,CAD,2018-02-09,99000.00,2017-12-26 20:26:08,0.00,live,0,CA,0.00,0.00,79079.80 +1139675825,Rekindled,Comedy,Film & Video,USD,2016-08-13,7000.00,2016-07-14 03:05:54,10640.00,successful,84,US,4095.00,10640.00,7000.00 +113968209,Strange Drawings by Sam Flegal - Book 2,Illustration,Art,USD,2013-08-13,1000.00,2013-07-24 05:09:27,1752.00,successful,29,US,1752.00,1752.00,1000.00 +1139683578,Introducing The Secure Pocket 2-in-1 Athletic Shorts,Apparel,Fashion,USD,2016-12-29,20000.00,2016-11-29 20:10:14,21841.00,successful,76,US,684.00,21841.00,20000.00 +1139684769,Join Convolution 2013 at The Goblin King's Masked Ball!,Film & Video,Film & Video,USD,2013-08-10,12500.00,2013-07-10 12:15:57,18212.00,successful,206,US,18212.00,18212.00,12500.00 +1139686053,The Ice Cream Sandwich,Small Batch,Food,USD,2015-11-01,25.00,2015-10-02 19:25:57,25.00,successful,10,US,25.00,25.00,25.00 +1139688975,Fang: The Weeping Reaper Graphic Novel,Comics,Comics,USD,2013-07-10,40000.00,2013-06-10 23:35:00,4825.00,failed,96,US,4825.00,4825.00,40000.00 +1139689633,The Startup Monthly,Periodicals,Publishing,USD,2013-12-03,10000.00,2013-10-04 04:01:54,3579.50,failed,81,US,3579.50,3579.50,10000.00 +1139689777,Double Yellow VR Racing,Video Games,Games,USD,2017-04-22,5000.00,2017-03-23 15:33:08,0.00,canceled,0,US,0.00,0.00,5000.00 +1139691353,The World's Only Self-Rolling Fitness & Yoga Mat,Product Design,Design,USD,2015-10-16,50000.00,2015-08-17 18:36:18,155437.01,successful,1450,US,155437.01,155437.01,50000.00 +1139698769,Embracing Dyslexia,Documentary,Film & Video,USD,2012-07-19,24000.00,2012-06-19 22:36:48,7315.00,failed,47,US,7315.00,7315.00,24000.00 +1139699447,The Minimal Surface Chair (Canceled),Design,Design,USD,2012-03-03,20000.00,2012-02-02 05:28:35,2651.00,canceled,12,US,2651.00,2651.00,20000.00 +1139702714,Swim-time Cover-up,Ready-to-wear,Fashion,USD,2014-07-27,1000.00,2014-06-25 07:34:17,186.00,failed,10,US,186.00,186.00,1000.00 +1139702906,Dreamcade Replay - One Console To Rule Them All,Gaming Hardware,Games,USD,2017-08-17,30000.00,2017-07-17 02:12:15,228854.01,successful,1642,US,12098.00,228854.01,30000.00 +1139712912,Blossom Moguls,Fashion,Fashion,USD,2015-04-29,300.00,2015-03-30 21:05:20,0.00,failed,0,US,0.00,0.00,300.00 +1139715301,Chasing Daylight - Fashion Documentary,Documentary,Film & Video,USD,2012-08-05,850.00,2012-07-06 07:32:22,442.00,failed,7,US,442.00,442.00,850.00 +113971735,Until We Eat Again,Food,Food,USD,2012-03-11,1300.00,2012-02-10 21:32:10,1360.00,successful,23,US,1360.00,1360.00,1300.00 +"1139722462,""""""100 Records"""" must get to New York in August!!!"",Art,Art,USD,2010-08-01,1000.00,2010-05-10 20:58:08,1350.00,successful,67,US,1350.00,1350.00,1000.00" +1139724366,Nachhilfe-Vermittlungsplattform Schweiz,Web,Technology,CHF,2016-04-06,750.00,2016-03-07 21:10:42,35.00,failed,2,CH,35.25,36.57,783.72 +1139739536,Animals off the Hook,Tabletop Games,Games,USD,2016-03-01,750.00,2016-01-31 16:09:31,1065.00,successful,26,US,1065.00,1065.00,750.00 +113974199,Relentless Lifestyles - (Active Apparel Brand),Apparel,Fashion,USD,2015-05-27,3000.00,2015-04-27 17:01:35,0.00,failed,0,US,0.00,0.00,3000.00 +1139742165,The Thank You Initiative,Design,Design,USD,2014-10-20,5000.00,2014-09-20 22:58:17,9129.00,successful,91,US,9129.00,9129.00,5000.00 +1139747701,Jason VS Michael,Horror,Film & Video,USD,2016-01-08,7000.00,2015-11-09 16:37:13,1.00,failed,1,US,1.00,1.00,7000.00 +1139749576,Free Essential Oil Business Course - The Podcast!,Publishing,Publishing,USD,2017-04-05,1800.00,2017-03-07 04:02:08,3718.00,successful,149,US,313.00,3718.00,1800.00 +1139754709,Catfish Exposed UK,Documentary,Film & Video,GBP,2015-03-19,600.00,2015-02-17 13:18:10,0.00,failed,0,GB,0.00,0.00,891.19 +1139759774,Mad Genius Radio,Software,Technology,USD,2015-03-26,5000.00,2015-02-24 22:38:49,5303.00,successful,67,US,5303.00,5303.00,5000.00 +1139760366,A Magic key System MKS (Mix),Gadgets,Technology,USD,2017-05-05,7000.00,2017-03-21 09:30:43,116.00,failed,3,US,0.00,116.00,7000.00 +1139767947,The Boomtown Film and Music Festival,Film & Video,Film & Video,USD,2011-01-18,2000.00,2010-12-09 09:10:13,2005.00,successful,8,US,2005.00,2005.00,2000.00 +1139769827,The 'Apolis,Documentary,Film & Video,USD,2014-04-09,1500000.00,2014-03-11 22:35:47,25.00,failed,1,US,25.00,25.00,1500000.00 +1139779851,HAPA VINTAGE - Art & Vintage Shop,Apparel,Fashion,USD,2015-11-30,250.00,2015-10-31 03:21:24,0.00,failed,0,US,0.00,0.00,250.00 +1139781815,Mommy's Heart Went Pop,Children's Books,Publishing,USD,2011-11-04,12500.00,2011-09-15 02:17:56,13770.00,successful,120,US,13770.00,13770.00,12500.00 +1139781870,Come on Dive in with us as we present Opera by the Sea. Coney Island Pagliacci!,Theater,Theater,USD,2010-07-31,25000.00,2010-07-09 02:33:27,25.00,failed,1,US,25.00,25.00,25000.00 +"1139784845,""""""The Minstrel Show Revisited"""""",Performances,Dance,USD,2016-06-30,25000.00,2016-06-08 08:32:43,5585.00,failed,49,US,5585.00,5585.00,25000.00" +1139785295,LEGENDARY CHILDREN,Photography,Photography,USD,2013-08-31,600.00,2013-08-13 19:25:11,325.00,failed,4,US,325.00,325.00,600.00 +113979293,Paseo Amphitheatre 2015 Season,Music,Music,USD,2015-06-02,10000.00,2015-05-03 01:29:28,130.00,failed,6,US,130.00,130.00,10000.00 +1139807102,Baller xtreme (Canceled),Apps,Technology,GBP,2014-10-14,20000.00,2014-09-14 22:30:24,0.00,canceled,0,GB,0.00,0.00,32238.83 +1139813507,SOLDIER-SPACE,Technology,Technology,USD,2015-05-25,7500.00,2015-03-26 17:28:03,0.00,failed,0,US,0.00,0.00,7500.00 +1139817601,The King's Abbey: A Strategic Abbey Building Game,Tabletop Games,Games,USD,2015-05-15,18000.00,2015-04-08 16:06:44,84021.00,successful,1674,US,84021.00,84021.00,18000.00 +1139821552,The Funklet,Music,Music,USD,2011-06-26,3200.00,2011-05-26 17:14:34,8285.00,successful,272,US,8285.00,8285.00,3200.00 +1139831322,LOCOL GROW (END HUNGER IN DENVER AND COLORADO),Community Gardens,Food,USD,2016-01-24,330000.00,2015-11-25 10:12:15,36.00,canceled,2,US,36.00,36.00,330000.00 +113984285,The Light: Tales From a Revolution - New-Jersey,Fiction,Publishing,USD,2013-08-31,500.00,2013-08-05 21:08:24,790.00,successful,25,US,790.00,790.00,500.00 +1139850202,MellowMellow | Quality hoodies that save kids lives!,Apparel,Fashion,EUR,2016-04-30,35000.00,2016-03-16 08:05:17,2242.00,failed,21,NL,2490.85,2561.93,39994.52 +1139853841,Your pet in your shoes: a commission project,Illustration,Art,EUR,2017-12-15,400.00,2017-11-15 16:41:07,18.00,failed,2,IT,0.00,21.25,472.24 +1139855786,Dovetables - Furniture Design Studio,Product Design,Design,NZD,2015-01-31,5000.00,2015-01-06 03:42:43,2546.00,failed,17,NZ,1960.40,1890.69,3713.06 +1139858482,Make Sure Chalkskin is Still Kickin' It!,Music,Music,USD,2012-01-20,10000.00,2011-11-21 10:29:26,20.00,failed,1,US,20.00,20.00,10000.00 +1139858938,Help Mike McKay film a live DVD!,Jazz,Music,USD,2011-02-07,1500.00,2011-01-08 16:42:47,1627.00,successful,41,US,1627.00,1627.00,1500.00 +1139860671,Berche - Blowout bags and wallets,Fashion,Fashion,USD,2014-02-18,3000.00,2014-01-14 20:18:14,804.00,failed,25,US,804.00,804.00,3000.00 +1139864390,Reptire Bicycle Parking Stand,Product Design,Design,USD,2013-12-02,20000.00,2013-11-02 13:53:32,1000.00,failed,8,US,1000.00,1000.00,20000.00 +1139882834,LOVE music video,R&B,Music,USD,2017-02-11,1500.00,2017-01-14 21:44:02,0.00,failed,0,US,0.00,0.00,1500.00 +"1139888779,Breaking Tradition; a film about christians and homosexuals,Drama,Film & Video,USD,2015-06-11,75000.00,2015-05-10 07:25:39,16.00,failed,3,US,16.00,16.00,75000.00" +1139893619,Monsters & Maidens,Tabletop Games,Games,USD,2013-11-08,500.00,2013-10-09 21:53:36,11506.54,successful,469,US,11506.54,11506.54,500.00 +1139897104,Launch The Nebraska RockSat Payload,Space Exploration,Technology,USD,2015-05-09,2500.00,2015-04-09 03:07:09,723.00,failed,12,US,723.00,723.00,2500.00 +1139898375,Dot: 360º video capture for the iPhone 4,Product Design,Design,USD,2011-07-04,20000.00,2011-05-20 00:14:29,120514.72,successful,1023,US,120514.72,120514.72,20000.00 +"1139903664,""Launch Backyard NH, help me produce Pole Pals!!"",Product Design,Design,USD,2014-12-15,3000.00,2014-11-24 02:01:50,48.00,failed,3,US,48.00,48.00,3000.00" +113991383,CAtuned Presents: Dual Angriff,Webseries,Film & Video,USD,2014-04-05,20000.00,2014-02-04 07:15:08,265.00,failed,7,US,265.00,265.00,20000.00 +1139914246,So Hips February Vegas Trade Debut Project Commenced!,Fashion,Fashion,USD,2012-09-21,5000.00,2012-08-21 01:22:24,0.00,failed,0,US,0.00,0.00,5000.00 +1139920289,WE HAVE THREE AWESOME CREATIVE TOYS,Games,Games,USD,2014-12-22,100000.00,2014-11-07 21:31:16,77.00,failed,4,US,77.00,77.00,100000.00 +1139923654,Presti G1 - The Best Personal Fan Ever Made,Design,Design,GBP,2016-06-02,2000.00,2016-04-30 16:03:26,9352.00,successful,378,GB,13693.33,13497.09,2886.46 +"1139925726,""A play by Gabriel Kemlo about lost ideals, and new starts"",Plays,Theater,GBP,2014-09-09,1930.00,2014-07-31 18:49:20,75.00,failed,3,GB,127.12,121.75,3132.91" +1139926206,The bike light kit (prototype),Product Design,Design,USD,2016-02-05,25000.00,2016-01-06 20:05:05,1.00,failed,1,US,1.00,1.00,25000.00 +1139928580,Western Australia's Natural Gems,Photography,Photography,AUD,2014-02-20,5000.00,2014-01-21 02:01:59,61.00,failed,3,AU,53.56,54.71,4484.30 +1139928936,SocketCircuits - Build electronic circuits on paper!,DIY Electronics,Technology,USD,2014-10-29,2000.00,2014-09-29 15:58:41,6031.00,successful,83,US,6031.00,6031.00,2000.00 +1139930531,Johnny's Cakes - A Mobile Cupcakery - Roll With It!,Food,Food,USD,2013-06-14,45000.00,2013-05-17 18:58:23,4910.00,failed,42,US,4910.00,4910.00,45000.00 +1139935169,The Ian C. Anderson (E)mbarassment (P)roject,Pop,Music,USD,2010-02-16,75.00,2010-01-10 19:29:39,1.00,failed,1,US,1.00,1.00,75.00 +"1139938767,""UpLift You, your Inspiration & Motivation (Canceled)"",Design,Design,USD,2014-11-11,5000.00,2014-10-12 16:30:54,0.00,canceled,0,US,0.00,0.00,5000.00" +1139940277,Jason Manns & Friends Christmas Album,Music,Music,USD,2014-01-11,5000.00,2013-12-07 05:41:01,43854.25,successful,575,US,43854.25,43854.25,5000.00 +113995204,PEP IN MY STEP!! Music Video Production.,Music,Music,USD,2013-03-27,10000.00,2013-03-06 09:03:02,377.00,failed,2,US,377.00,377.00,10000.00 +1139952638,Diver Down Sticker,Illustration,Art,USD,2017-04-21,100.00,2017-03-22 22:26:43,289.00,successful,20,US,222.00,289.00,100.00 +1139952809,Collinsville Watch Co. - Minimist watches with a twist,Accessories,Fashion,USD,2016-06-19,3000.00,2016-06-01 22:36:49,632.00,failed,9,US,632.00,632.00,3000.00 +1139957655,Take a Walk on Wild Side if you Dare,Fiction,Publishing,USD,2014-11-05,3700.00,2014-10-06 15:39:28,511.00,failed,11,US,511.00,511.00,3700.00 +1139958184,Accrue (Canceled),Software,Technology,USD,2015-12-04,90000.00,2015-11-04 18:37:26,0.00,canceled,0,US,0.00,0.00,90000.00 +1139965089,Melapix - Stock Photo Site,People,Photography,USD,2017-03-01,10000.00,2017-01-30 19:15:14,601.00,failed,22,US,0.00,601.00,10000.00 +1139970365,Shut Your Mao!,Tabletop Games,Games,USD,2013-12-09,2000.00,2013-11-12 06:03:43,9314.00,successful,260,US,9314.00,9314.00,2000.00 +1139974703,Johannes Voss 2017 Token Collection,Playing Cards,Games,EUR,2017-08-13,5000.00,2017-07-14 15:27:31,38421.00,successful,828,DE,439.07,45106.19,5869.99 +1139975393,CREEP! The Real Monster Was Behind The Camera!,Narrative Film,Film & Video,USD,2012-05-12,65000.00,2012-03-13 18:14:13,70151.00,successful,117,US,70151.00,70151.00,65000.00 +1139991804,H U R R I C A N E,Film & Video,Film & Video,USD,2013-09-30,36000.00,2013-08-31 16:00:59,6910.00,failed,66,US,6910.00,6910.00,36000.00 +1139994077,STAR: 72-page Series Debut!,Comics,Comics,USD,2016-04-15,10000.00,2016-03-16 17:16:06,12626.00,successful,283,US,12626.00,12626.00,10000.00 +1139995739,'Seven Lovers' by Keith Boynton (Canceled),Narrative Film,Film & Video,USD,2014-07-30,60000.00,2014-06-24 21:54:22,12047.24,canceled,83,US,12047.24,12047.24,60000.00 +1139997703,Brain Matters - A Capstone Film by Danny Gurrola,Shorts,Film & Video,USD,2012-10-14,2500.00,2012-09-14 00:14:48,2542.00,successful,20,US,2542.00,2542.00,2500.00 +1140000625,Hey Baby,Photography,Photography,USD,2013-11-23,700.00,2013-11-16 03:47:19,701.00,successful,14,US,701.00,701.00,700.00 +"1140008001,""Ruari Piper: Bagpipe for Funerals in Brunswick Co., NC"",World Music,Music,USD,2015-05-16,2700.00,2015-03-23 19:38:30,1.00,failed,1,US,1.00,1.00,2700.00" +1140008899,Tyrants #2: A Fantasy-Adventure Comic!,Comic Books,Comics,USD,2017-02-15,5000.00,2017-01-16 17:58:58,6234.00,successful,113,US,2011.00,6234.00,5000.00 +1140014935,The Funeral Singer: Volume 1,Faith,Music,USD,2015-07-31,2500.00,2015-06-01 20:13:57,2565.00,successful,17,US,2565.00,2565.00,2500.00 +1140020607,Miami Kills Me,Graphic Novels,Comics,USD,2015-10-14,125000.00,2015-09-14 21:05:14,26.00,failed,2,US,26.00,26.00,125000.00 +1140028966,Nana Duck | An illustrated children's book,Children's Books,Publishing,GBP,2017-09-04,2000.00,2017-08-05 10:32:35,684.00,failed,22,GB,252.26,903.83,2642.78 +1140034794,Hoard The Spoils (Canceled),Tabletop Games,Games,USD,2015-08-21,5000.00,2015-07-22 14:45:39,160.00,canceled,4,US,160.00,160.00,5000.00 +114003581,Krauths Pastry,Small Batch,Food,USD,2015-01-12,1500.00,2014-12-23 16:38:42,31.00,failed,1,US,31.00,31.00,1500.00 +"1140040172,""GIF Jockey: play your GIFs like a DJ, in sync with music!"",Apps,Technology,USD,2016-05-04,10000.00,2016-04-04 16:49:35,1183.00,failed,54,US,1183.00,1183.00,10000.00" +1140040591,End of Magic: Custom Lego pieces for enthusiasts/animations,Animation,Film & Video,USD,2013-10-07,20000.00,2013-08-08 05:41:38,715.00,failed,25,US,715.00,715.00,20000.00 +"1140040816,""Arduino IoT. Home automation, 3D printing, robotics & more!"",DIY Electronics,Technology,USD,2016-01-23,1.00,2016-01-12 19:48:36,9605.00,successful,61,US,9605.00,9605.00,1.00" +1140040968,Happy Trash Day!!!,Art,Art,USD,2014-06-18,2200.00,2014-06-03 00:02:44,2485.00,successful,100,US,2485.00,2485.00,2200.00 +1140044085,Fashion Food For The Soul,Fashion,Fashion,USD,2012-09-03,15800.00,2012-08-06 21:39:00,1211.00,failed,16,US,1211.00,1211.00,15800.00 +"1140066398,""""""Speak to Me"""": New Worship from Noelle Shearer"",Music,Music,USD,2012-11-12,3000.00,2012-10-13 15:37:02,3565.00,successful,70,US,3565.00,3565.00,3000.00" +1140068386,Prepotent Board Game (Canceled),Tabletop Games,Games,USD,2014-04-14,24000.00,2014-03-15 17:50:26,742.00,canceled,16,US,742.00,742.00,24000.00 +11400761,Force Field Cloak: Defeats Children's Fear of The Dark,Product Design,Design,USD,2017-10-06,25000.00,2017-09-06 17:03:32,241635.00,successful,2406,US,4845.00,241635.00,25000.00 +"114007678,""""""The Jewel"""" Bed & Breakfast in Rome : Enjoy Made in Italy"",Jewelry,Fashion,EUR,2017-02-06,7000.00,2017-01-07 20:58:31,0.00,failed,0,IT,0.00,0.00,7440.32" +"1140082445,""""""The Key"""" - Post-production, Marketing & Distributing"",Narrative Film,Film & Video,USD,2011-03-17,6500.00,2011-02-15 04:36:09,25.00,failed,1,US,25.00,25.00,6500.00" +"1140083960,""""""The Other Dude"""" Nick Lavallee's Comedy CD/DVD"",Film & Video,Film & Video,USD,2011-11-12,2250.00,2011-10-10 01:16:05,2280.00,successful,38,US,2280.00,2280.00,2250.00" +1140085975,Unique Puzzles for a Yankee Echo Alfa Romeo,Puzzles,Games,USD,2013-01-24,9973.00,2012-12-18 05:00:49,20025.14,successful,502,US,20025.14,20025.14,9973.00 +1140090278,316L Stainless Steel Black PVD 50M Water Resistant Watch,Product Design,Design,HKD,2016-11-30,10000.00,2016-11-16 16:12:27,0.00,failed,0,HK,0.00,0.00,1289.41 +114010189,FEEDBACK - AN AMBIENT DOCUMENTARY,Documentary,Film & Video,GBP,2014-04-20,2000.00,2014-03-21 21:56:32,51.00,failed,4,GB,84.35,85.72,3361.74 +1140103020,Dead Wait - Season 2,Shorts,Film & Video,USD,2010-09-04,2000.00,2010-06-16 16:29:45,2003.00,successful,49,US,2003.00,2003.00,2000.00 +"1140116497,""""""The Army Manual For Spiritual Warfare"",Nonfiction,Publishing,USD,2012-08-16,18000.00,2012-07-17 14:57:47,330.00,failed,10,US,330.00,330.00,18000.00" +"1140118653,""""""Sister"""" - The new album from Josh Frigo as Coyote Talk"",Indie Rock,Music,USD,2013-07-15,5500.00,2013-06-15 19:34:24,5680.01,successful,109,US,5680.01,5680.01,5500.00" +1140119862,ESS ? Culture in an Open Source Feed,Technology,Technology,USD,2013-06-07,10000.00,2013-05-08 09:45:59,1317.00,failed,17,US,1317.00,1317.00,10000.00 +1140121102,A Box of Ingredients: Affordable Small Batch Wine Kits,Drinks,Food,USD,2016-01-04,5000.00,2015-12-05 00:40:17,191.00,failed,7,US,191.00,191.00,5000.00 +1140134338,Stuff! The Emperor's New Clothes,Kids,Music,USD,2016-05-16,8000.00,2016-04-11 17:12:38,395.00,failed,11,US,395.00,395.00,8000.00 +1140154521,Cute Animal Stickers,Graphic Design,Design,USD,2012-03-04,50.00,2012-02-03 17:26:50,110.00,successful,7,US,110.00,110.00,50.00 +1140154577,Love and Other Funky Jam: Keith Harrison's Debut Album,Pop,Music,USD,2012-01-12,1000.00,2011-12-12 10:37:37,3108.00,successful,76,US,3108.00,3108.00,1000.00 +1140166403,From Page to Stage,Narrative Film,Film & Video,USD,2012-07-10,2500.00,2012-06-12 07:03:41,2645.00,successful,26,US,2645.00,2645.00,2500.00 +114016865,Website,Web,Technology,EUR,2017-06-07,1000.00,2017-05-08 11:07:57,12.00,failed,3,DE,1.10,13.41,1117.61 +1140177919,Babo - The World's FIRST Floating Humidifier,DIY Electronics,Technology,SGD,2016-12-16,38000.00,2016-11-16 11:02:08,1329.00,failed,16,SG,474.67,920.93,26332.20 +1140179722,John D. Prasec - EP Printing,Rock,Music,GBP,2015-11-04,850.00,2015-09-25 01:56:58,0.00,failed,0,GB,0.00,0.00,1286.75 +1140188480,S.O.S. : An Adventure Story,Comics,Comics,USD,2011-04-12,2500.00,2011-02-25 20:52:27,2630.00,successful,55,US,2630.00,2630.00,2500.00 +1140191093,Second Quest,Comics,Comics,USD,2012-11-16,50000.00,2012-10-18 20:04:24,69581.42,successful,1594,US,69581.42,69581.42,50000.00 +1140201662,Arduino/Spark based solar power controller for micro-grids,Hardware,Technology,USD,2015-06-17,55000.00,2015-05-18 19:37:25,6666.00,canceled,44,US,6666.00,6666.00,55000.00 +1140203013,OpenUrban,Technology,Technology,USD,2012-07-13,4500.00,2012-06-13 08:40:29,5312.01,successful,153,US,5312.01,5312.01,4500.00 +1140207202,Discovering Bliss: An Adoption Story,Children's Books,Publishing,USD,2012-08-30,4800.00,2012-08-13 21:06:07,1783.00,failed,22,US,1783.00,1783.00,4800.00 +1140216389,PogSz,Webseries,Film & Video,NOK,2015-07-18,22000.00,2015-06-23 09:36:36,0.00,failed,0,NO,0.00,0.00,2675.32 +1140219632,Project Protocol: Add functionality to your smartphone,Software,Technology,USD,2015-03-28,50000.00,2015-01-28 00:57:47,16.00,failed,2,US,16.00,16.00,50000.00 +1140225298,Half-Lit Mobile Barbecue Pit Project,Food,Food,USD,2013-03-30,25000.00,2013-02-13 06:51:07,385.00,failed,5,US,385.00,385.00,25000.00 +1140230606,Civilised Conversation,Shorts,Film & Video,SEK,2016-02-13,23000.00,2016-01-19 20:46:45,0.00,failed,0,SE,0.00,0.00,2719.67 +1140232249,A YOLO SUMMER!,Theater,Theater,USD,2015-07-15,1600.00,2015-06-15 18:12:22,246.00,failed,4,US,246.00,246.00,1600.00 +1140235676,The Ultimate Picture and Wall-Hanging Template,Design,Design,USD,2017-08-06,5000.00,2017-07-07 17:33:49,54.00,failed,2,US,0.00,54.00,5000.00 +1140240456,Chicken !!BUCKBUCKBAKAAK!! Coop,Food,Food,USD,2011-09-08,440.00,2011-08-09 00:36:22,446.00,successful,11,US,446.00,446.00,440.00 +1140244625,STAGE,Theater,Theater,USD,2012-08-17,600.00,2012-07-18 06:57:57,860.00,successful,12,US,860.00,860.00,600.00 +"1140261028,""ibouge.com beta to develop chat, e-commerce and microblogs"",Web,Technology,USD,2014-09-07,25000.00,2014-07-09 22:27:24,110.00,failed,3,US,110.00,110.00,25000.00" +1140261821,Underwater Photography FineArt Prints by Cheryl Walsh: Myths,Fine Art,Photography,USD,2016-12-12,1700.00,2016-11-25 21:07:35,3756.00,successful,73,US,1200.00,3756.00,1700.00 +11402645,The World's First Oil Painting Machine 'that we know of'.,Technology,Technology,AUD,2013-12-21,20000.00,2013-11-21 09:02:59,870.00,failed,12,AU,819.25,775.06,17817.37 +114027059,City Park: Card laying game mixing cooperation & competition,Tabletop Games,Games,USD,2017-11-20,5600.00,2017-11-06 07:05:19,301.00,canceled,15,US,249.00,301.00,5600.00 +114027094,Cherub: An Experimental Art Documentary,Documentary,Film & Video,USD,2017-08-04,3000.00,2017-06-30 01:15:23,3315.00,successful,29,US,700.00,3315.00,3000.00 +1140272625,Illuminated Apparel - Interactive Glow T-Shirts,Design,Design,GBP,2014-10-17,3000.00,2014-09-17 20:43:54,4679.00,successful,169,GB,7598.27,7542.27,4835.82 +1140274454,Society's Child: A Story of Survival in an Unforgiving World,Nonfiction,Publishing,USD,2013-04-21,5000.00,2013-03-18 10:41:51,187.00,failed,4,US,187.00,187.00,5000.00 +1140276896,Area LEDs (Canceled),Hardware,Technology,USD,2014-07-24,25000.00,2014-06-24 17:52:05,54.00,canceled,3,US,54.00,54.00,25000.00 +"1140281190,""Paeregrine.Cast """"The First 50"""" Physical Printing"",Webcomics,Comics,USD,2014-11-14,600.00,2014-10-14 15:25:08,1800.00,successful,50,US,1800.00,1800.00,600.00" +1140284457,Dirty Laundry,Film & Video,Film & Video,USD,2010-10-06,2500.00,2010-09-06 19:10:12,3150.00,successful,20,US,3150.00,3150.00,2500.00 +1140292607,Gator Tales,Publishing,Publishing,USD,2016-08-01,1500.00,2016-06-02 01:55:19,0.00,canceled,0,US,0.00,0.00,1500.00 +1140300412,A sophomore album with a senior mindset,Pop,Music,USD,2011-08-22,4000.00,2011-05-24 06:07:50,0.00,failed,0,US,0.00,0.00,4000.00 +1140303606,Send theMOOPsquad to Lightning in a Bottle!,Conceptual Art,Art,USD,2011-05-27,175.00,2011-05-20 20:48:08,215.00,successful,3,US,215.00,215.00,175.00 +1140309416,Miles to Go - Celebrating the Adventurous Spirit,Photography,Photography,USD,2013-01-13,2700.00,2012-12-14 22:14:02,25.00,failed,1,US,25.00,25.00,2700.00 +1140316758,Pawledge - The paw protector,Crafts,Crafts,USD,2016-07-23,1000.00,2016-06-23 23:56:04,59.00,failed,1,US,34.00,59.00,1000.00 +1140323142,Moving In: A Story To Help Children Cope With Someone Dying,Children's Books,Publishing,USD,2018-02-01,15000.00,2017-12-15 05:20:11,9856.00,live,38,US,555.00,9856.00,15000.00 +1140326250,A Goose That Lays Golden Eggs,Food,Food,USD,2014-05-15,34500.00,2014-04-14 16:18:34,170277.29,successful,5514,US,170277.29,170277.29,34500.00 +"1140336967,""12"""" Vinyl Lp Release Compilation"",Indie Rock,Music,USD,2011-04-08,1000.00,2011-01-07 22:40:24,281.00,failed,17,US,281.00,281.00,1000.00" +"1140353416,Moon Palaces First EP,Music,Music,USD,2016-02-25,1500.00,2016-01-26 22:27:10,1.00,undefined,0,""N,0"""""",,1.00,1500.00" +1140353549,Armada - The Quintessential Automatic Sports Watch,Product Design,Design,USD,2016-04-02,29000.00,2016-02-16 16:12:45,15214.00,failed,61,US,15214.00,15214.00,29000.00 +114035482,Weather Me EP by Jared Caraway: ¡Viva Alternative Rock!,Indie Rock,Music,USD,2016-06-09,3500.00,2016-05-10 14:44:58,1380.00,failed,28,US,1380.00,1380.00,3500.00 +1140355369,Verymex,Apps,Technology,EUR,2016-01-30,40000.00,2015-12-11 21:08:37,0.00,failed,0,IT,0.00,0.00,44807.89 +"1140356107,""July 8, 1977, or, 34 poems & 34 years"",Publishing,Publishing,USD,2011-05-20,999.00,2011-04-05 23:41:45,1040.00,successful,43,US,1040.00,1040.00,999.00" +1140361752,ROUGH (Canceled),Video Games,Games,EUR,2015-06-28,75000.00,2015-05-29 12:03:39,7.00,canceled,4,FR,7.63,7.77,83219.60 +114036380,Larell Ahyon - Born Rebel (Canceled),Hip-Hop,Music,USD,2016-03-19,1000.00,2016-01-20 00:53:14,0.00,canceled,0,US,0.00,0.00,1000.00 +1140374518,IMAGO,Performances,Dance,USD,2017-12-17,4000.00,2017-11-17 18:39:24,4098.50,successful,76,US,1070.00,4098.50,4000.00 +1140375740,Soon to be named instrumental album. (Canceled),Hip-Hop,Music,USD,2014-08-04,1500.00,2014-07-05 06:17:39,0.00,canceled,0,US,0.00,0.00,1500.00 +1140377092,FILTERS,Documentary,Film & Video,USD,2017-08-30,8900.00,2017-07-01 23:22:03,22.00,failed,1,US,22.00,22.00,8900.00 +1140399226,DUNGEONFOG | Create RPG Maps and GameMaster Notes Online,Tabletop Games,Games,EUR,2017-04-26,15000.00,2017-03-27 10:50:15,50205.00,successful,792,AT,14843.51,54874.25,16395.06 +1140399461,Art of Inn Keeping -- An Earth Traveler's Guide,Fiction,Publishing,USD,2012-09-01,7000.00,2012-07-03 23:06:42,10.00,failed,1,US,10.00,10.00,7000.00 +1140399927,Kickstarter Glitch,Film & Video,Film & Video,USD,2017-11-03,3000.00,2017-09-19 21:08:48,30.00,canceled,2,US,30.00,30.00,3000.00 +1140400865,Walk-Run-Sprint unprecedented fitness science the world never knew,Nonfiction,Publishing,USD,2010-09-10,500.00,2010-06-22 08:43:17,0.00,failed,0,US,0.00,0.00,500.00 +"1140401568,""Namaste, Bitches"",Webseries,Film & Video,USD,2015-04-18,20000.00,2015-03-19 17:38:58,20041.00,successful,156,US,20041.00,20041.00,20000.00" +1140405044,Les voyageuses - Quality footwear at an affordable price,Footwear,Fashion,EUR,2017-05-06,12000.00,2017-04-06 10:10:12,13090.00,successful,22,FR,0.00,14236.62,13051.14 +1140414948,Cycling Travel Journal,Product Design,Design,GBP,2016-11-24,6000.00,2016-10-25 09:20:55,6518.00,successful,186,GB,1235.43,8104.85,7460.74 +114041869,Abby Travis Vinyl Picture Disc/ Limited edition CD,Indie Rock,Music,USD,2011-12-13,6450.00,2011-11-03 03:39:56,7053.61,successful,103,US,7053.61,7053.61,6450.00 +1140423142,Kurochka: Hand-drawn T-shirts with a Taste of the Motherland,Fashion,Fashion,USD,2012-01-11,4500.00,2011-12-12 15:20:35,4569.00,successful,58,US,4569.00,4569.00,4500.00 +1140432094,Tell Mariee's Big Book of Secrets,Publishing,Publishing,USD,2011-12-27,50000.00,2011-10-28 18:03:28,0.00,failed,0,US,0.00,0.00,50000.00 +"1140435701,""""""Welcome"""" - Short Film (Canceled)"",Shorts,Film & Video,USD,2011-02-23,9000.00,2011-01-09 18:12:32,135.00,canceled,3,US,135.00,135.00,9000.00" +114045110,Electric Bikes the Vintage way,Product Design,Design,USD,2017-12-17,10000.00,2017-11-27 18:13:19,11.11,failed,1,US,0.00,11.11,10000.00 +1140453839,SoMari Tour: The True Marvel vs DC (Canceled),Documentary,Film & Video,USD,2012-11-24,6200.00,2012-10-10 05:15:51,191.00,canceled,5,US,191.00,191.00,6200.00 +1140458717,Million Dollar Listing: Detroit,Comedy,Film & Video,USD,2016-03-19,15000.00,2016-02-03 19:51:21,11.00,failed,2,US,11.00,11.00,15000.00 +114046036,Animated Performance Scores--book-- (Canceled),Performance Art,Art,USD,2012-11-11,300.00,2012-10-12 23:10:09,10.00,canceled,1,US,10.00,10.00,300.00 +1140460361,PowerFold Wallet - Truly Portable Power + RFID Security,Design,Design,CAD,2015-08-06,1200.00,2015-07-06 01:48:55,8955.00,successful,162,CA,7123.97,6845.28,917.29 +1140460543,MOMO'S RUG Design your own rug,Product Design,Design,EUR,2015-10-16,2000.00,2015-09-16 19:28:39,55.00,failed,1,ES,62.23,62.48,2272.00 +1140495035,Excruciating Injustice: A True Story of a 2003 Fla. Murder,Publishing,Publishing,USD,2013-11-03,8500.00,2013-09-04 03:51:30,76.00,failed,3,US,76.00,76.00,8500.00 +1140513360,Soñando Por Holbox (Dreaming of Holbox),Public Art,Art,USD,2013-04-18,15000.00,2013-03-14 07:12:24,2795.00,failed,12,US,2795.00,2795.00,15000.00 +1140515851,rocket. lifting up your breakfast,Product Design,Design,USD,2012-09-23,10500.00,2012-08-14 09:39:29,10971.00,successful,139,US,10971.00,10971.00,10500.00 +114051591,A Big Dream of a Little Man - Alex Oddman's Debute Album,Pop,Music,USD,2017-01-18,5200.00,2016-12-19 16:05:07,10.00,canceled,1,US,10.00,10.00,5200.00 +1140517788,Arcane Creations: Rock Fashion Show for Starving Artists,Fashion,Fashion,USD,2011-08-29,10000.00,2011-06-30 21:29:54,0.00,canceled,0,US,0.00,0.00,10000.00 +1140518548,All Girl's Chess Tournament,Tabletop Games,Games,USD,2015-04-30,1500.00,2015-03-31 00:22:34,472.00,failed,17,US,472.00,472.00,1500.00 +1140519962,Distant Fires,Theater,Theater,USD,2013-11-01,15000.00,2013-09-02 21:15:30,18743.00,successful,160,US,18743.00,18743.00,15000.00 +114052501,Soft and Tender Jerky,Small Batch,Food,USD,2017-08-09,1500.00,2017-07-10 16:17:26,914.00,failed,30,US,310.00,914.00,1500.00 +1140529082,College Life,Film & Video,Film & Video,USD,2012-12-21,3500.00,2012-10-22 22:41:20,3500.00,successful,22,US,3500.00,3500.00,3500.00 +1140529723,DNAid: Diagnóstico molecular de enfermedades en plantas,Technology,Technology,MXN,2017-09-03,10000.00,2017-07-05 21:22:48,100.00,failed,1,MX,0.00,5.65,565.20 +114053522,ChupacabraCon 4,Tabletop Games,Games,USD,2016-11-16,5000.00,2016-10-02 03:39:42,5779.00,successful,117,US,2171.00,5779.00,5000.00 +1140545485,Text Morphing: Morphing Prose Instead of Images,Technology,Technology,USD,2012-05-02,10000.00,2012-03-03 16:13:10,171.00,failed,8,US,171.00,171.00,10000.00 +1140556215,Minecraft Hosting All in One Solution,Software,Technology,GBP,2014-08-06,3000.00,2014-07-07 21:27:17,30.00,failed,1,GB,51.48,50.41,5041.25 +114055681,Decorating Homes One Trendy Piece At A Time,DIY,Crafts,USD,2014-10-03,500.00,2014-09-03 20:14:54,0.00,failed,0,US,0.00,0.00,500.00 +1140559255,Stina & the Wolf - Feature Film,Animation,Film & Video,GBP,2015-04-13,50000.00,2015-03-14 11:14:27,4332.00,failed,72,GB,6444.77,6507.34,75107.78 +114055973,Los Tres Gigantes Wooden Names with Character,Woodworking,Crafts,USD,2014-10-05,3000.00,2014-09-15 19:20:04,100.00,failed,1,US,100.00,100.00,3000.00 +114056842,Valencia (the movies) Chapter 7,Shorts,Film & Video,USD,2011-08-13,2500.00,2011-07-14 00:00:24,2755.00,successful,57,US,2755.00,2755.00,2500.00 +1140572613,Origami Rose in Bottle Phone Strap Charm,Crafts,Crafts,USD,2013-10-10,500.00,2013-09-10 17:41:13,1230.00,successful,95,US,1230.00,1230.00,500.00 +1140581964,WITHOUT FURTHER DELAY... ALIEN GIRLS!,Pop,Music,USD,2017-07-26,300.00,2017-07-12 18:10:57,300.00,successful,12,US,165.00,300.00,300.00 +114058409,Norse Leatherworking,Crafts,Crafts,USD,2015-07-17,12000.00,2015-06-27 00:38:24,535.00,failed,2,US,535.00,535.00,12000.00 +1140585454,Blog Radio: Teen and Youth Authors Series,Radio & Podcasts,Publishing,USD,2014-05-24,1200.00,2014-05-03 02:28:41,120.00,failed,5,US,120.00,120.00,1200.00 +"1140593254,""""""ENCORE"""" , THE ULTIMATE SINGING/DANCING PERFORMANCE"",Hip-Hop,Music,USD,2013-07-29,3500.00,2013-07-08 23:57:05,55.00,canceled,2,US,55.00,55.00,3500.00" +1140599049,Bear Simulator,Video Games,Games,USD,2014-04-17,29500.00,2014-03-18 19:52:00,100571.47,successful,3871,US,100571.47,100571.47,29500.00 +1140602188,Relic Knights: 2nd Edition,Tabletop Games,Games,USD,2017-03-14,50000.00,2017-02-27 21:02:23,386826.00,successful,2489,US,112347.00,386826.00,50000.00 +1140606440,To Dance With My Father Again,Drama,Film & Video,USD,2015-10-25,15000.00,2015-09-25 01:56:17,0.00,failed,0,US,0.00,0.00,15000.00 +1140607893,Roomie,Apps,Technology,USD,2015-02-16,5000.00,2015-01-17 02:26:42,2.00,failed,2,US,2.00,2.00,5000.00 +11406111,'WE THE PEOPLE' : A Conceptual Photo Book,Photobooks,Photography,USD,2017-11-04,25900.00,2017-10-02 02:15:35,7994.00,failed,98,US,0.00,7994.00,25900.00 +1140612275,All Hip Hop with Exodus Swift,Television,Film & Video,USD,2017-03-01,10000.00,2017-01-03 16:21:57,0.00,failed,0,US,0.00,0.00,10000.00 +1140627132,B-My's Homemade FAMOUS Salsa - 100% All Natural Salsa,Vegan,Food,USD,2015-12-26,500.00,2015-10-27 02:03:28,985.50,successful,33,US,985.50,985.50,500.00 +1140631368,Helen on 86th St. A New Musical,Theater,Theater,USD,2010-12-31,15000.00,2010-10-25 13:27:54,16926.25,successful,217,US,16926.25,16926.25,15000.00 +1140642590,Indigenous performing arts program regional communities,Performance Art,Art,AUD,2015-04-30,6500.00,2015-03-31 01:15:42,51.00,failed,2,AU,39.53,40.39,5147.70 +1140645684,State of Craft Beer – Coffee Table Book,Publishing,Publishing,USD,2016-08-31,35000.00,2016-08-16 19:08:47,15322.00,failed,170,US,2657.00,15322.00,35000.00 +1140653504,Merscythe: Adventures with the Codue,Software,Technology,USD,2016-04-30,5000.00,2016-03-01 21:01:07,5079.00,successful,51,US,5079.00,5079.00,5000.00 +1140673922,Boomerang Bracelet: Keep Track of Your Kid with Smart Alerts,Wearables,Technology,USD,2016-10-21,54000.00,2016-09-14 11:20:45,7157.00,canceled,110,US,775.00,7157.00,54000.00 +1140683085,Help us submit our documentary to Film Festivals.,Documentary,Film & Video,USD,2016-01-11,1000.00,2015-12-10 19:28:25,1261.00,successful,18,US,1261.00,1261.00,1000.00 +1140686007,SILVER PAGES + LIFELINES (double project release) 2/20/2017,Music,Music,USD,2017-02-20,1.00,2016-12-28 17:57:43,0.00,canceled,0,US,20.00,0.00,1.00 +1140702939,Dungeon Slayer - A Multi-Plattform Dungeon Game,Video Games,Games,EUR,2015-11-21,8500.00,2015-10-22 16:09:13,581.00,failed,4,DE,659.94,614.70,8993.00 +1140703526,Gema Pearl,Rock,Music,USD,2013-01-15,100000.00,2012-11-16 06:40:54,0.00,failed,0,US,0.00,0.00,100000.00 +1140712624,3KT - Season of Joy Music Video (original) (Canceled),Pop,Music,USD,2014-12-12,7500.00,2014-11-12 19:17:43,926.00,canceled,19,US,926.00,926.00,7500.00 +1140713376,Antithesis - A Deck of Playing Cards Printed by the USPCC,Graphic Design,Design,USD,2014-03-31,15000.00,2014-02-19 17:59:55,13128.00,canceled,512,US,13128.00,13128.00,15000.00 +1140717130,Pittsburgh Squirts - A Collection of Comic Strips,Comics,Comics,USD,2012-08-26,5000.00,2012-07-27 20:46:10,5310.00,successful,67,US,5310.00,5310.00,5000.00 +1140719200,The Christmas Pickle Children's Holiday Book,Children's Books,Publishing,CAD,2016-12-10,4000.00,2016-11-12 00:06:19,259.00,failed,10,CA,32.79,193.67,2991.10 +1140723952,Family Traditions,Crafts,Crafts,USD,2014-05-09,1300.00,2014-04-09 20:18:02,0.00,failed,0,US,0.00,0.00,1300.00 +1140726468,The Homeless Photo Booth Project,Photography,Photography,USD,2013-09-24,10000.00,2013-08-25 17:45:06,11569.00,successful,318,US,11569.00,11569.00,10000.00 +1140726649,Wald-Magie,People,Photography,EUR,2015-09-02,8888.00,2015-07-20 19:46:08,88.00,failed,1,DE,95.30,98.01,9899.42 +1140733497,Humboldt Springs Brewing LLC,Restaurants,Food,USD,2017-08-15,90000.00,2017-06-16 00:47:56,20.00,failed,1,US,20.00,20.00,90000.00 +1140734895,KEY HOLDER - EPSILON ONE + Aluminium Ashtray,Product Design,Design,GBP,2018-01-05,48000.00,2017-12-06 23:59:53,201.00,live,6,GB,91.59,272.39,65047.70 +114073931,Merrick ,Shorts,Film & Video,USD,2011-03-11,850.00,2011-02-07 16:24:21,1594.50,successful,28,US,1594.50,1594.50,850.00 +"1140744326,""Dot. Jewelry with a de""""LIGHT""""ful twist"",Fashion,Fashion,GBP,2013-05-02,2500.00,2013-04-02 16:17:45,595.00,failed,16,GB,903.76,925.49,3888.63" +1140745562,Magnetics Box,Design,Design,EUR,2016-11-25,500.00,2016-10-24 19:16:51,70.00,failed,4,FR,27.22,74.14,529.60 +"1140746476,""Dragonspit Publishing. Dark, edgy, comics."",Graphic Novels,Comics,USD,2017-04-13,20000.00,2017-03-14 05:44:14,12.00,failed,3,US,0.00,12.00,20000.00" +1140750172,DESADIER VISUALS KICK STARTER CAMPAIGN 2015,Fine Art,Photography,USD,2015-10-16,20000.00,2015-09-16 20:57:19,0.00,failed,0,US,0.00,0.00,20000.00 +1140754676,My Best Friend with Wings,Nonfiction,Publishing,USD,2013-03-31,1000.00,2013-03-01 23:01:40,486.00,failed,20,US,486.00,486.00,1000.00 +1140760473,The BIG Book about Girls & Women That Have...,Children's Books,Publishing,CAD,2016-11-18,9000.00,2016-10-19 14:36:20,223.00,canceled,8,CA,0.00,165.00,6659.27 +114076308,Synonymy Int'l : A New Word Game,Mobile Games,Games,USD,2015-02-08,900.00,2014-12-10 03:57:45,100.00,failed,9,US,100.00,100.00,900.00 +1140763466,Leland Farms: The Transformation,Food,Food,USD,2012-03-16,6500.00,2012-02-15 19:22:13,120.00,failed,5,US,120.00,120.00,6500.00 +1140764154,SocialPing App - Connect with friends and mentors near you,Apps,Technology,USD,2016-05-12,50000.00,2016-04-11 13:07:08,5691.00,failed,101,US,5691.00,5691.00,50000.00 +1140768819,Episicava Vol. 1 - A Visual Novel Action/Adventure Epic,Video Games,Games,USD,2017-08-06,2000.00,2017-07-07 19:16:54,4230.00,successful,185,US,1382.00,4230.00,2000.00 +1140768985,Through My Windows (the history behind holy hip hop),Publishing,Publishing,USD,2013-04-21,3000.00,2013-03-20 04:01:02,3455.00,successful,56,US,3455.00,3455.00,3000.00 +1140769007,The Casterworld Sport Film,Film & Video,Film & Video,GBP,2013-09-07,30000.00,2013-07-22 19:45:16,0.00,failed,0,GB,0.00,0.00,47487.89 +1140770510,Tau Ceti Strategic Command (Canceled),Video Games,Games,DKK,2015-05-10,1100.00,2015-04-10 17:42:44,75.00,canceled,1,DK,10.83,11.38,166.92 +114077566,Smokehouse for Artisan and Charcuterie Products,Bacon,Food,USD,2014-11-21,70000.00,2014-10-20 19:46:14,125.00,failed,2,US,125.00,125.00,70000.00 +1140776717,Fantagraphics 2014 Spring Season: 39 Graphic Novels & Books,Comics,Comics,USD,2013-12-05,150000.00,2013-11-05 18:47:29,222327.02,successful,2974,US,222327.02,222327.02,150000.00 +1140785555,Hacker Citizen par Geoffrey Dorne,Publishing,Publishing,EUR,2016-06-18,9000.00,2016-05-19 08:32:48,35957.00,successful,1054,FR,40616.16,39789.97,9959.39 +1140787067,People of Martial Arts,Photobooks,Photography,DKK,2016-02-20,34000.00,2016-01-31 20:24:29,9305.00,failed,42,DK,1351.99,1372.80,5016.15 +1140791634,4 Iroquois,Webseries,Film & Video,USD,2011-04-17,2000.00,2011-04-03 17:48:10,2320.00,successful,39,US,2320.00,2320.00,2000.00 +1140799001,Neon Signs: An Ezine on Art and Culture,Periodicals,Publishing,USD,2015-04-05,2200.00,2015-03-06 22:53:21,2360.00,successful,23,US,2360.00,2360.00,2200.00 +1140802618,Multi-Story Short Film,Film & Video,Film & Video,GBP,2013-12-25,1500.00,2013-11-21 00:13:23,2115.00,successful,74,GB,3406.29,3492.12,2476.68 +1140807161,Starting a gourmet cupcake business,Restaurants,Food,USD,2017-03-12,6000.00,2017-02-10 01:43:06,0.00,failed,0,US,0.00,0.00,6000.00 +1140812003,Countrywide Game of Charades - Project Summer 13 - Let'sPLAY,Documentary,Film & Video,USD,2013-06-02,2000.00,2013-05-18 10:04:48,30.00,failed,2,US,30.00,30.00,2000.00 +1140813395,Shadow Cuts,Horror,Film & Video,CAD,2014-12-02,4000.00,2014-11-04 16:07:17,131.00,failed,6,CA,116.08,114.97,3510.62 +1140815209,The Pastoralist Life: embracing change in the Masai Mara,Photography,Photography,USD,2012-07-14,15000.00,2012-06-09 00:08:40,15000.00,successful,6,US,15000.00,15000.00,15000.00 +1140817946,La notte di Sangue - Pulp/Western Feature film,Drama,Film & Video,EUR,2015-10-29,3000.00,2015-09-30 00:04:17,20.00,failed,2,IT,22.39,22.03,3305.09 +1140834034,RESCUE,Shorts,Film & Video,USD,2013-05-27,15000.00,2013-04-17 00:05:25,16025.00,successful,136,US,16025.00,16025.00,15000.00 +1140839319,Bounty Hunter: Beauty,Comics,Comics,USD,2017-03-15,5000.00,2017-01-14 15:51:31,481.00,canceled,11,US,305.00,481.00,5000.00 +1140848093,DIY Tiny House Under $10k,Architecture,Design,USD,2015-01-31,10000.00,2015-01-01 22:32:47,987.00,failed,14,US,987.00,987.00,10000.00 +1140851219,Video for Disabled Veteran Tandems,Action,Film & Video,USD,2016-02-12,15000.00,2016-01-13 19:53:03,11.00,failed,2,US,11.00,11.00,15000.00 +1140852072,Breakdown to Brilliance: A New Narrative for Mental Health,Nonfiction,Publishing,USD,2016-06-01,50000.00,2016-04-06 00:01:33,1533.00,failed,17,US,1533.00,1533.00,50000.00 +1140858999,Los Angeles Transit Authority - Debut Vinyl Record!,Rock,Music,USD,2012-06-01,3000.00,2012-04-20 05:23:07,3041.00,successful,48,US,3041.00,3041.00,3000.00 +"1140865529,""The show about Himiko, the legendary queen of Japan"",Plays,Theater,JPY,2018-01-14,500000.00,2017-12-14 10:20:33,0.00,live,0,JP,0.00,0.00,4499.24" +1140873410,The Hip Hop Co-op - First Taste,Music,Music,USD,2011-04-03,2000.00,2011-03-03 02:39:35,2000.00,successful,12,US,2000.00,2000.00,2000.00 +1140879852,Mic/Pre Update for Art + Music + Technology,Sound,Technology,USD,2017-12-11,700.00,2017-11-30 13:45:44,900.00,successful,32,US,0.00,900.00,700.00 +1140882220,Be in a movie with Danny Trejo!,Film & Video,Film & Video,USD,2013-02-11,3000.00,2013-01-28 19:44:57,3408.00,successful,23,US,3408.00,3408.00,3000.00 +1140886200,The Dying Room,Publishing,Publishing,USD,2015-11-15,21000.00,2015-10-12 23:16:49,103.00,failed,1,US,103.00,103.00,21000.00 +1140887364,Sleep (Canceled),Photography,Photography,GBP,2014-03-08,20000.00,2014-02-06 15:56:21,0.00,canceled,0,GB,0.00,0.00,33189.51 +"1140890014,""Tuvimos Suerte (We Were Lucky), una samba romántica"",Latin,Music,EUR,2018-01-07,3800.00,2017-12-10 11:13:41,30.00,live,2,ES,17.65,36.41,4612.04" +1140899377,Hemorage/Feral Depravity Split Album!,Rock,Music,USD,2013-06-12,5000.00,2013-05-13 23:42:55,370.00,failed,4,US,370.00,370.00,5000.00 +"1140900460,""Nikos' Debut Album, Rozalia!"",Music,Music,USD,2011-11-09,4000.00,2011-10-09 07:51:27,5800.00,successful,101,US,5800.00,5800.00,4000.00" +1140901216,Versus,Pop,Music,USD,2012-08-12,4000.00,2012-07-13 23:17:14,100.00,failed,1,US,100.00,100.00,4000.00 +1140901431,GoPiGo: The Delightful Raspberry Pi Robot,Technology,Technology,USD,2014-05-29,7600.00,2014-04-14 15:36:01,56546.00,successful,380,US,56546.00,56546.00,7600.00 +1140902941,Custom vehicle Body Wraps that makes you stand out,Printing,Crafts,USD,2014-10-19,40000.00,2014-08-20 23:24:10,0.00,failed,0,US,0.00,0.00,40000.00 +1140904416,Luxury Handmade Leather Christmas Tree Ornaments and Others,DIY,Crafts,AUD,2015-11-20,500.00,2015-10-21 01:55:19,0.00,canceled,0,AU,0.00,0.00,360.46 +1140913942,Pop Cats - Vol 1.,Art Books,Publishing,USD,2015-11-13,10000.00,2015-10-14 18:01:30,10826.00,successful,170,US,10826.00,10826.00,10000.00 +"1140915055,""Cool Nutz """"The Cook Up"""" FREE Album+Video Project (Canceled)"",Hip-Hop,Music,USD,2011-07-04,2500.00,2011-06-01 02:11:58,20.00,canceled,2,US,20.00,20.00,2500.00" +1140915838,Craft Fox Boutique,Candles,Crafts,USD,2017-11-09,1000.00,2017-10-25 00:14:34,51.00,failed,2,US,0.00,51.00,1000.00 +1140921157,Otp Acrylic charms.,Illustration,Art,GBP,2017-08-04,150.00,2017-06-05 00:40:23,24.00,failed,4,GB,0.00,31.55,197.19 +1140921776,My mini-series. (Canceled),Documentary,Film & Video,USD,2015-10-04,1900.00,2015-08-05 20:15:28,0.00,canceled,0,US,0.00,0.00,1900.00 +114092426,Moments Symphony,Romance,Film & Video,EUR,2016-10-06,2000.00,2016-09-16 10:32:53,1.00,failed,1,AT,0.00,1.11,2227.99 +1140928923,Usura - Cortometraje,Shorts,Film & Video,MXN,2017-10-04,60000.00,2017-09-09 12:10:01,3850.00,failed,11,MX,11.35,208.14,3243.77 +1140933281,Unspoken,Shorts,Film & Video,USD,2014-05-17,2000.00,2014-04-17 16:00:59,3720.00,successful,47,US,3720.00,3720.00,2000.00 +1140946356,Deadville,Tabletop Games,Games,USD,2015-09-14,15000.00,2015-08-15 22:14:35,1382.00,failed,58,US,1382.00,1382.00,15000.00 +1140949815,The Tony Mandolin Mysteries,Fiction,Publishing,USD,2017-01-22,500.00,2016-12-23 23:33:19,500.00,successful,5,US,150.00,500.00,500.00 +"1140950401,Without an Alibi,Film & Video,Film & Video,USD,2015-07-11,2000.00,2015-06-11 21:44:31,2070.00,undefined,0,""N,0"""""",,2070.00,2000.00" +114095750,The Ultimate Card Game,Tabletop Games,Games,USD,2015-04-17,10000.00,2015-03-18 18:27:07,26303.00,successful,401,US,26303.00,26303.00,10000.00 +"1140959028,""ExeG'sys, Redux"",Technology,Technology,USD,2014-07-12,3600.00,2014-06-06 20:17:41,0.00,failed,0,US,0.00,0.00,3600.00" +1140961632,Semiconductor Orchestra Documentary Film,Documentary,Film & Video,USD,2013-01-04,2100.00,2012-12-05 00:02:22,1296.00,failed,14,US,1296.00,1296.00,2100.00 +1140968937,Ireland: A Contemporary Glimpse,Art,Art,USD,2016-02-19,9155.00,2016-01-18 05:01:10,50.00,failed,2,US,50.00,50.00,9155.00 +1140971057,Aberrance,Public Art,Art,USD,2012-10-27,2500.00,2012-10-01 17:58:43,710.00,failed,12,US,710.00,710.00,2500.00 +"1140997021,""Tour To Havana, Cuba | Festival Shows & Live CD Recording"",Latin,Music,USD,2015-05-02,96000.00,2015-03-23 09:38:45,54326.00,failed,297,US,54326.00,54326.00,96000.00" +1140999894,Deadwood Studios USA,Tabletop Games,Games,USD,2013-04-03,35000.00,2013-03-01 20:59:16,50497.15,successful,919,US,50497.15,50497.15,35000.00 +1141005723,Want book reviews (Canceled),Fiction,Publishing,CAD,2014-07-30,8000.00,2014-07-10 18:47:30,0.00,canceled,0,CA,0.00,0.00,7321.98 +1141006588,Geltfiend Chanukah Sweaters!,Fashion,Fashion,USD,2012-09-06,20000.00,2012-08-07 03:18:42,20884.00,successful,293,US,20884.00,20884.00,20000.00 +114101154,For Keeps,Apps,Technology,USD,2015-10-15,50000.00,2015-09-17 01:34:43,15270.00,failed,131,US,15270.00,15270.00,50000.00 +1141020771,Food Porn Anthology - Lady-created Erotic Comics,Anthologies,Comics,USD,2015-05-06,25000.00,2015-04-06 15:40:04,33351.00,successful,829,US,33351.00,33351.00,25000.00 +114102963,Help Playtest & Develop a New Game!,Tabletop Games,Games,USD,2012-03-28,400.00,2012-02-27 06:33:30,268.00,failed,12,US,268.00,268.00,400.00 +"1141029861,""Release and Distribute """"Razing The Bar"""" (Canceled)"",Documentary,Film & Video,USD,2014-02-12,10000.00,2014-01-13 21:03:33,3400.00,canceled,63,US,3400.00,3400.00,10000.00" +1141032281,Books with a message for kids who are different but the same,Children's Books,Publishing,USD,2017-07-08,8500.00,2017-05-09 05:44:09,10.00,failed,2,US,0.00,10.00,8500.00 +114104259,LEAFXPRO - Umbrella (leaf) for your Bike,Product Design,Design,GBP,2015-03-06,20000.00,2015-01-14 15:52:59,4906.00,failed,40,GB,7449.19,7449.36,30368.37 +1141049435,THIS IS US - A New Album supporting the CCFA,Rock,Music,USD,2015-06-08,10000.00,2015-05-04 00:14:37,10848.00,successful,128,US,10848.00,10848.00,10000.00 +"1141057505,""Tabletop Sci-fi Modular Hospital Terrain System """"Updated"""""",Tabletop Games,Games,GBP,2015-11-20,3000.00,2015-10-21 04:12:34,155.00,canceled,2,GB,239.26,236.32,4574.01" +1141057594,* The Green Emerald * A Storybook Rock Opera by Corey J. Feldman of Mercury Landing *,Theater,Theater,USD,2009-12-03,1500.00,2009-10-01 19:56:31,1700.00,successful,17,US,1700.00,1700.00,1500.00 +1141061156,Lord of the Flies - Syracuse University,Plays,Theater,USD,2014-11-21,4000.00,2014-10-29 19:02:56,4443.00,successful,65,US,4443.00,4443.00,4000.00 +1141084213,The 442s Debut Album,Music,Music,USD,2013-11-22,9500.00,2013-10-22 20:12:46,12823.00,successful,108,US,12823.00,12823.00,9500.00 +1141086620,The Colony Music Festival,Rock,Music,USD,2013-02-07,50000.00,2013-01-08 22:02:26,2295.00,failed,16,US,2295.00,2295.00,50000.00 +"1141090286,""Exploding Aces, a new RPG by 4 Winds Fantasy Gaming"",Games,Games,USD,2012-09-24,3000.00,2012-08-15 22:25:18,4281.00,successful,62,US,4281.00,4281.00,3000.00" +1141095205,How to Become a Google Certified Data Engineer,Technology,Technology,USD,2018-01-05,5000.00,2017-12-06 16:40:36,962.00,live,13,US,200.00,962.00,5000.00 +114109589,Budsband 2.0 - The Convenient Cord Organizer - Made in USA,Product Design,Design,USD,2017-10-11,10000.00,2017-09-05 18:14:09,17185.00,successful,856,US,10099.00,17185.00,10000.00 +1141095924,Secret Diaries,Plays,Theater,GBP,2014-11-23,2500.00,2014-10-26 18:01:34,2867.99,successful,95,GB,4614.31,4501.56,3923.97 +1141102896,Chrome Goat project in New Orleans,Conceptual Art,Art,USD,2013-09-07,900.00,2013-08-08 00:12:18,948.00,successful,17,US,948.00,948.00,900.00 +1141113213,Lords of Tyberis,Video Games,Games,USD,2014-04-07,6400.00,2014-03-10 01:13:01,126.00,failed,7,US,126.00,126.00,6400.00 +1141116017,TOMATO QUEEN,Theater,Theater,USD,2015-01-10,2000.00,2014-12-11 00:39:07,2886.00,successful,32,US,2886.00,2886.00,2000.00 +1141116145,Teaching People of Kenya to Grow Sustainable Food,Community Gardens,Food,USD,2015-05-29,15000.00,2015-04-29 19:00:05,0.00,failed,0,US,0.00,0.00,15000.00 +11411191,Fresh Music Guitar Learning System,Music,Music,USD,2015-03-25,100000.00,2015-02-23 19:40:57,1.00,failed,1,US,1.00,1.00,100000.00 +1141123387,Pakayak - The Ultimate Packable Kayak,Product Design,Design,USD,2016-07-26,427325.00,2016-06-16 20:01:31,546562.00,successful,497,US,181789.00,546562.00,427325.00 +1141123824,Got It!,Tabletop Games,Games,USD,2012-05-07,3000.00,2012-04-07 04:29:33,5466.01,successful,214,US,5466.01,5466.01,3000.00 +1141126736,MANNA 4 WARRIORS - Spiritual Food for Warriors,Nonfiction,Publishing,USD,2016-05-07,10000.00,2016-03-08 16:22:05,26.00,failed,2,US,26.00,26.00,10000.00 +1141137691,TextSquealer App,Apps,Technology,USD,2016-01-29,30000.00,2015-11-30 18:29:37,20.00,failed,1,US,20.00,20.00,30000.00 +"1141141251,""Walnut Creek Theatre Company: """"Mysteria Lane"""""",Theater,Theater,USD,2012-01-09,1000.00,2011-12-10 04:57:52,11.00,failed,2,US,11.00,11.00,1000.00" +"1141155302,""""""TRIBE"""""",Shorts,Film & Video,USD,2012-04-10,2000.00,2012-03-15 23:02:44,2820.04,successful,53,US,2820.04,2820.04,2000.00" +1141160445,Close to my Heart lockets for mental health awareness,Jewelry,Fashion,USD,2015-03-13,1500.00,2015-02-11 22:57:17,210.00,failed,5,US,210.00,210.00,1500.00 +"1141164388,""""""ALASKA 1964"""" 50th anniversary film"",Film & Video,Film & Video,USD,2012-07-06,5580.00,2012-06-06 01:54:59,10.00,failed,1,US,10.00,10.00,5580.00" +1141173992,99 Percent Lifestyle Issue 1- Creative Lifestyle Magazine,Periodicals,Publishing,GBP,2015-12-22,7000.00,2015-11-17 12:04:14,550.00,failed,16,GB,836.65,820.05,10437.01 +1141177160,Little Misadventures,Art,Art,USD,2014-09-07,3000.00,2014-07-09 23:11:01,50.00,failed,1,US,50.00,50.00,3000.00 +1141186369,Next Music Single (Canceled),Indie Rock,Music,CAD,2015-04-28,3000.00,2015-03-29 18:52:09,1.00,canceled,1,CA,0.79,0.83,2495.84 +114119293,Movable Magnetic Soccer - Magnetic Table Soccer or Football,Tabletop Games,Games,USD,2016-04-18,20000.00,2016-02-18 07:11:55,102.00,failed,4,US,102.00,102.00,20000.00 +1141196340,War & Peace,Tabletop Games,Games,USD,2017-10-24,17500.00,2017-09-06 04:28:12,600.00,failed,9,US,50.00,600.00,17500.00 +1141196942,Geocaching - OhMyDarlingCaches,Games,Games,GBP,2017-02-23,6000.00,2017-01-18 22:01:58,20.00,canceled,1,GB,24.15,25.11,7532.77 +1141197290,STICKY,Shorts,Film & Video,GBP,2016-04-06,1500.00,2016-03-07 13:11:45,2010.00,successful,31,GB,2860.41,2829.15,2111.31 +1141200358,Recording my first professional E.P.!!,Music,Music,USD,2011-02-28,600.00,2011-01-28 05:16:27,830.00,successful,23,US,830.00,830.00,600.00 +1141200693,Hide and Seek the Show,Theater,Theater,GBP,2013-08-03,1000.00,2013-07-08 18:32:12,1020.50,successful,38,GB,1519.76,1584.38,1552.55 +1141201044,The Patient's Record Pre-Sale. Starting @ $10 gets your copy!,Indie Rock,Music,USD,2010-05-01,1200.00,2010-03-02 05:47:43,1226.00,successful,51,US,1226.00,1226.00,1200.00 +"1141202109,""Young mother, writing a young adult book"",Young Adult,Publishing,CAD,2015-09-25,5000.00,2015-08-26 04:41:48,70.00,failed,2,CA,52.92,52.58,3755.73" +1141206646,Coriolanus,Theater,Theater,USD,2016-09-17,3000.00,2016-08-23 19:16:15,3360.00,successful,23,US,135.00,3360.00,3000.00 +114122583,The Camp CedarRidge Album Project,Country & Folk,Music,USD,2011-02-27,300.00,2011-01-18 09:10:29,1211.00,successful,33,US,1211.00,1211.00,300.00 +"1141228612,""""""Adapting"""" a New Play by Sinead Daly"",Theater,Theater,USD,2012-05-29,1000.00,2012-04-27 19:48:57,1160.00,successful,35,US,1160.00,1160.00,1000.00" +1141232323,Oregon Sunstones - From the Earth to You,Jewelry,Fashion,USD,2015-05-02,2500.00,2015-03-31 21:57:46,135.00,failed,5,US,135.00,135.00,2500.00 +"1141240831,""Leprechaun Gold & Lucky Charm Token Coins, St. Patrick's Day"",Tabletop Games,Games,USD,2013-03-28,4500.00,2013-02-27 00:55:26,1205.00,failed,53,US,1205.00,1205.00,4500.00" +1141251971,Pi UpTime - portable Pi platform.,Hardware,Technology,USD,2015-06-05,15000.00,2015-05-01 19:27:09,4020.00,failed,35,US,4020.00,4020.00,15000.00 +1141252170,Atheist - Shirt & Sticker Campaign (Canceled),Product Design,Design,USD,2014-08-08,15000.00,2014-06-09 22:29:26,50.00,canceled,2,US,50.00,50.00,15000.00 +1141252523,The JimmyJango Project: A Documentary about Gaming,Documentary,Film & Video,USD,2012-07-15,42000.00,2012-06-15 03:26:02,4682.00,failed,39,US,4682.00,4682.00,42000.00 +"114125282,""""""A Kickstarter Campaign 10 Years in the Making!"""""",Indie Rock,Music,USD,2014-06-17,3000.00,2014-05-13 17:20:28,16.00,failed,2,US,16.00,16.00,3000.00" +1141257480,Mother & Child Reunion CD,Music,Music,USD,2018-01-20,3900.00,2017-12-21 20:00:01,1826.00,live,30,US,0.00,1826.00,3900.00 +1141266663,The Libel,Webcomics,Comics,USD,2016-01-01,19084.00,2015-12-04 00:03:11,25.00,failed,4,US,25.00,25.00,19084.00 +1141275446,Expand Latitude 44,Restaurants,Food,USD,2017-12-22,10000.00,2017-12-02 02:27:32,40.00,failed,1,US,0.00,40.00,10000.00 +1141281644,Child Molesters vs Non-Violent Offenders,Nonfiction,Publishing,USD,2017-11-09,10000.00,2017-10-10 00:53:11,0.00,failed,0,US,0.00,0.00,10000.00 +"1141287805,""Chameleon, the experience of global citizens through arts"",Dance,Dance,USD,2011-02-02,500.00,2010-12-18 05:44:46,615.00,successful,19,US,615.00,615.00,500.00" +1141292678,24 Hours In Austin - A Short Film,Photography,Photography,USD,2011-06-17,925.00,2011-05-18 05:19:57,1106.64,successful,19,US,1106.64,1106.64,925.00 +1141302546,Psionics,Tabletop Games,Games,USD,2014-09-11,2500.00,2014-07-28 23:00:09,10553.00,successful,328,US,10553.00,10553.00,2500.00 +1141303965,Bachelor's Forest,Fiction,Publishing,USD,2013-04-05,2000.00,2013-03-03 20:57:21,2385.00,successful,30,US,2385.00,2385.00,2000.00 +"1141303983,Project cancelled (Canceled),Nonfiction,Publishing,GBP,2014-09-28,3000.00,2014-08-29 18:29:41,175.00,undefined,0,""N,0"""""",,281.16,4819.90" +1141310175,The 8-in-1 bag designed to cater to every lifestyle.,Product Design,Design,SGD,2017-09-07,10000.00,2017-07-31 18:03:37,3629.00,failed,22,SG,535.00,2714.29,7479.43 +1141313194,Animal Realm,Photography,Photography,USD,2012-02-15,5000.00,2011-12-17 16:16:34,85.00,failed,5,US,85.00,85.00,5000.00 +1141326507,The Early Intervention Project: The Step,Family,Film & Video,GBP,2015-05-26,450.00,2015-04-26 18:46:55,0.00,failed,0,GB,0.00,0.00,686.58 +1141330772,Dead Metaphors,Shorts,Film & Video,USD,2014-04-01,6000.00,2014-03-01 02:31:33,6342.00,successful,44,US,6342.00,6342.00,6000.00 +1141330842,Keys to the Kingdom Full Album,Metal,Music,GBP,2013-11-25,15000.00,2013-10-26 21:41:58,34.00,failed,3,GB,55.07,55.57,24517.01 +1141339811,The Skeleton Frame - Handcrafted Magnetic Case for iPhone 6,Product Design,Design,USD,2015-10-11,7500.00,2015-09-11 02:28:52,7592.00,successful,76,US,7592.00,7592.00,7500.00 +"1141342733,""Egido Val """"Animal"""" Coloring Book"",Illustration,Art,EUR,2017-01-10,100.00,2016-12-21 17:38:09,30.00,canceled,3,ES,0.00,31.98,106.61" +1141343520,War Front,Festivals,Film & Video,USD,2016-06-01,5500.00,2016-04-02 22:51:44,1647.00,failed,13,US,1647.00,1647.00,5500.00 +1141345247,| Carbon Fiber Belt | Fashion Meets Engineering (Canceled),Product Design,Design,CAD,2015-11-03,22000.00,2015-09-04 01:17:46,4071.00,canceled,49,CA,3078.05,3083.86,16665.40 +"114134592,""Wok Shack, United Kingdom"",Restaurants,Food,EUR,2017-12-16,200000.00,2017-11-16 02:12:34,40.00,failed,2,ES,0.00,47.41,237059.51" +114134924,Taming Nibiru - Means to the End,Art,Art,USD,2012-12-21,2500.00,2012-11-29 21:38:03,406.00,failed,18,US,406.00,406.00,2500.00 +1141349271,Deliver our Classic Heroes to the Stage!,Theater,Theater,USD,2011-05-17,10000.00,2011-04-07 08:25:23,501.00,failed,10,US,501.00,501.00,10000.00 +1141356644,Natasha Mail Order Bride: Escape to America - The Musical,Theater,Theater,USD,2012-05-31,5000.00,2012-05-01 07:20:49,5055.00,successful,17,US,5055.00,5055.00,5000.00 +1141362620,A Meeting On The Moon,Drama,Film & Video,USD,2016-05-02,1300.00,2016-04-14 23:59:50,1.00,failed,1,US,1.00,1.00,1300.00 +1141364545,High Street Low Street Colombo,Photobooks,Photography,CAD,2016-02-29,10000.00,2016-01-29 06:52:51,3426.50,failed,56,CA,2427.73,2554.04,7453.79 +1141376318,Walking to New Orleans:Tribute to Fats Domino & Bartholomew,Musical,Theater,USD,2015-10-12,5000.00,2015-08-18 18:59:36,35.00,failed,2,US,35.00,35.00,5000.00 +1141379959,SM Magazine and Media for Indie Artists,Print,Journalism,USD,2015-06-04,10000.00,2015-05-05 05:23:09,0.00,failed,0,US,0.00,0.00,10000.00 +1141380933,Victor Grant EP Campaign,Pop,Music,USD,2015-12-13,2500.00,2015-11-13 08:23:25,2500.00,successful,20,US,2500.00,2500.00,2500.00 +114138424,NAR BAR by Harry's Healing Foods,Food,Food,USD,2015-03-19,10000.00,2015-02-17 23:40:23,181.00,failed,6,US,181.00,181.00,10000.00 +1141394071,Project Mélancolie,Classical Music,Music,EUR,2015-11-25,2500.00,2015-10-26 00:11:21,2602.00,successful,19,AT,2866.86,2752.91,2645.00 +1141404397,MEANING? (Working Title) - Student Short Film,Shorts,Film & Video,USD,2013-11-04,640.00,2013-10-05 02:22:24,1055.03,successful,20,US,1055.03,1055.03,640.00 +1141415297,Psychopomp Symphonies: my first solo show in Europe,Painting,Art,USD,2011-10-07,2500.00,2011-09-22 00:03:38,2580.00,successful,27,US,2580.00,2580.00,2500.00 +1141419852,K'neisha Project,Music,Music,USD,2014-08-27,5000.00,2014-07-28 20:35:05,0.00,failed,0,US,0.00,0.00,5000.00 +1141434716,Hana Doki Kira,Art Books,Publishing,USD,2013-12-01,9500.00,2013-10-30 17:00:01,12980.01,successful,448,US,12980.01,12980.01,9500.00 +1141436627,Undisclosed Fitness Apparel,Fashion,Fashion,GBP,2016-06-06,3000.00,2016-04-07 09:09:23,131.00,failed,6,GB,185.53,188.69,4321.09 +1141449924,'Suff'ring' - a new farce from StraightUp Productions,Plays,Theater,GBP,2018-01-07,1000.00,2017-12-08 16:47:48,630.00,live,9,GB,200.68,859.31,1363.98 +1141464661,Forge & Fancy - A Competitive Blacksmithing Card Game,Tabletop Games,Games,USD,2014-10-13,10000.00,2014-08-14 00:21:31,1555.00,failed,32,US,1555.00,1555.00,10000.00 +1141471695,DAS Group!,Comics,Comics,USD,2014-04-05,1000.00,2014-02-04 01:00:05,1285.00,successful,66,US,1285.00,1285.00,1000.00 +"1141473483,""Plant-e: Green, Clean Electricity from Living Plants"",Technology,Technology,EUR,2015-01-04,25000.00,2014-12-04 10:51:00,6923.01,failed,88,NL,8582.39,8178.10,29532.33" +1141478232,Hungry Horse by Pieter ten Hoopen,Documentary,Film & Video,USD,2014-10-16,10000.00,2014-09-16 21:08:36,12666.00,successful,151,US,12666.00,12666.00,10000.00 +1141479844,Develop the World's Most Perfect Chocolate Chip Cookie!,Small Batch,Food,USD,2014-08-16,500.00,2014-07-17 06:17:33,1.00,failed,1,US,1.00,1.00,500.00 +"1141488854,""""""Zehn"""": An Independent Feature Film"",Narrative Film,Film & Video,USD,2011-07-04,5000.00,2011-05-17 19:21:06,1240.00,failed,13,US,1240.00,1240.00,5000.00" +1141489072,Deleted (Canceled),Narrative Film,Film & Video,USD,2012-04-17,5000.00,2012-02-17 19:30:54,2102.66,canceled,23,US,2102.66,2102.66,5000.00 +1141492728,SoftRock,Shorts,Film & Video,USD,2012-01-29,4000.00,2011-12-20 22:18:38,4310.50,successful,157,US,4310.50,4310.50,4000.00 +"1141493251,""""""THUMB"""" The Movie"",Film & Video,Film & Video,USD,2011-08-23,3000.00,2011-08-03 04:30:11,3010.00,successful,49,US,3010.00,3010.00,3000.00" +1141497460,Epiphany,Webseries,Film & Video,CAD,2017-07-04,15000.00,2017-05-30 06:10:51,85.00,failed,2,CA,7.43,65.52,11561.58 +1141503565,Do the Math for a Positive Life,Webseries,Film & Video,USD,2012-02-09,50000.00,2012-01-10 14:30:45,0.00,failed,0,US,0.00,0.00,50000.00 +1141507938,Heartfelt Song Lyrics about Adoption and Foster Care,Music,Music,USD,2014-08-08,200.00,2014-07-09 23:06:34,0.00,failed,0,US,0.00,0.00,200.00 +1141512618,The 2016 Lunar Mandala Coloring Calendar,Publishing,Publishing,USD,2015-11-26,350.00,2015-11-16 16:29:09,1051.00,successful,36,US,1051.00,1051.00,350.00 +"1141515342,The 10 Deadly Mistakes to Avoid in the Job Search Process,Publishing,Publishing,CAD,2015-06-17,5000.00,2015-05-18 17:43:41,10.00,undefined,0,""N,0"""""",,8.15,4074.65" +1141524102,CruxSKUNK™ - Powerful iPad® Laptop,Product Design,Design,USD,2012-10-03,90000.00,2012-08-17 22:56:44,248615.00,successful,1395,US,248615.00,248615.00,90000.00 +1141529353,DestroyerZ InterGalactic Fun,Video Games,Games,CAD,2017-05-12,5000.00,2017-04-13 21:13:27,0.00,failed,0,CA,0.00,0.00,3639.54 +1141538673,Bench Warmer Dream Girls,Photobooks,Photography,USD,2015-09-06,20000.00,2015-07-08 01:02:17,68275.00,successful,127,US,68275.00,68275.00,20000.00 +1141540965,I Awoke Alone,Fiction,Publishing,USD,2015-04-17,5000.00,2015-03-17 23:04:25,1.00,failed,1,US,1.00,1.00,5000.00 +1141541916,The Arksville Homicides,Webseries,Film & Video,NZD,2014-05-29,5500.00,2014-04-29 20:15:11,356.00,failed,11,NZ,305.44,301.67,4660.62 +1141542637,Ancient Gods VS Undead Heroes,Games,Games,GBP,2015-07-08,1000.00,2015-06-08 19:42:38,0.00,failed,0,GB,0.00,0.00,1551.76 +1141542641,Flight & Dismemberment: Kiyomi Taylor's Debut Solo Art Show,Painting,Art,USD,2015-05-03,2300.00,2015-04-02 23:20:19,2661.00,successful,39,US,2661.00,2661.00,2300.00 +1141546075,Bunny the Waiter,Video Games,Games,USD,2012-04-17,2500.00,2012-03-20 18:16:34,258.00,failed,6,US,258.00,258.00,2500.00 +1141549208,Life is Fiction: The woodcut graphic novel,Art,Art,USD,2011-09-07,1050.00,2011-07-19 17:06:43,1103.00,successful,25,US,1103.00,1103.00,1050.00 +"1141549457,""Blinger Applies Crystals, Pearls & Rhinestones to Your Hair!"",Accessories,Fashion,USD,2016-04-29,150000.00,2016-03-03 05:05:21,750.00,canceled,11,US,750.00,750.00,150000.00" +1141560999,The Fourth Day,Film & Video,Film & Video,USD,2012-04-09,7000.00,2012-02-22 03:29:12,7080.00,successful,52,US,7080.00,7080.00,7000.00 +"1141568822,""""""Winds of Change"""" - New Performance Concept for Winds"",Classical Music,Music,USD,2012-04-16,5000.00,2012-03-14 15:53:19,161.00,failed,4,US,161.00,161.00,5000.00" +1141579375,Dark Treasures,Games,Games,GBP,2015-09-14,58500.00,2015-08-14 16:03:50,310.00,failed,7,GB,484.25,485.05,91533.54 +"1141579768,""""""The Unknown"""", RPG based game."",Games,Games,GBP,2014-08-01,60000.00,2014-07-02 22:37:06,5.00,failed,1,GB,8.55,8.41,100954.02" +1141582633,ALEXANDRIA,Tabletop Games,Games,USD,2017-09-30,20000.00,2017-08-22 14:02:19,63978.00,successful,1400,US,36488.00,63978.00,20000.00 +114158706,Tiny-house alsace-Vivre autrement,Woodworking,Crafts,EUR,2018-01-19,40000.00,2017-11-20 06:08:32,0.00,live,0,FR,0.00,0.00,48547.81 +1141588211,SuperBowl City in 360 Spherical Video / Virtual Reality,Places,Photography,USD,2016-01-30,20000.00,2016-01-28 20:30:58,0.00,failed,0,US,0.00,0.00,20000.00 +"1141608684,""""""Kansas City Style"""" Bloody Mary: Intense Natural Smoked Mix"",Drinks,Food,USD,2015-05-01,6500.00,2015-04-01 13:20:55,9080.00,successful,105,US,9080.00,9080.00,6500.00" +1141609613,Vinylitis: Music Icons Immortalized In Broken Vinyl Records,Mixed Media,Art,GBP,2012-12-16,11000.00,2012-11-16 00:41:56,95.00,failed,1,GB,150.90,154.12,17845.55 +"1141610082,""Meyer, Loiacono, and DiEugenio Create New Music!"",Classical Music,Music,USD,2012-09-03,5000.00,2012-08-08 16:28:52,5000.00,successful,64,US,5000.00,5000.00,5000.00" +1141610084,RapPhonics,Software,Technology,USD,2014-10-29,35000.00,2014-09-29 21:10:17,1616.00,failed,15,US,1616.00,1616.00,35000.00 +1141610713,Castles & Crusades Return to the Haunted Highlands,Tabletop Games,Games,USD,2013-07-25,3000.00,2013-06-18 04:59:33,26384.00,successful,283,US,26384.00,26384.00,3000.00 +1141628239,ACRYLING : Playful Acrylic Ring,Product Design,Design,USD,2011-12-14,4000.00,2011-11-18 15:12:39,629.00,failed,34,US,629.00,629.00,4000.00 +1141641002,Create your moments with BalloonWall,DIY,Crafts,AUD,2016-06-21,10000.00,2016-05-22 13:24:45,26.00,failed,3,AU,18.78,19.30,7421.70 +1141648215,EyesOnHives: Video Health Monitor for Honey Bees,Gadgets,Technology,USD,2015-12-18,8000.00,2015-11-18 17:30:10,12218.00,successful,93,US,12218.00,12218.00,8000.00 +1141657194,Fashion For Han,Apparel,Fashion,USD,2015-06-01,6500.00,2015-05-22 04:26:51,0.00,failed,0,US,0.00,0.00,6500.00 +1141665888,Zombies VS Lasers (Tower Defense Game),Mobile Games,Games,USD,2015-12-10,3000.00,2015-11-10 05:02:44,0.00,failed,0,US,0.00,0.00,3000.00 +1141673228,A New Birds of Chicago Album Produced by Joe Henry!,Music,Music,USD,2015-02-26,40000.00,2015-01-27 22:55:51,80974.00,successful,1203,US,80974.00,80974.00,40000.00 +1141679509,Zombie Apocalypse: A Children's Bedtime Story,Publishing,Publishing,USD,2013-09-05,4000.00,2013-08-06 02:54:51,35.00,failed,2,US,35.00,35.00,4000.00 +1141681059,Musical fulfillment makes the world go round,Music,Music,USD,2014-11-27,400.00,2014-10-28 22:25:27,0.00,failed,0,US,0.00,0.00,400.00 +1141684862,The Path to the Other Side: A Poetic Story of Journey.,Nonfiction,Publishing,USD,2014-03-31,300.00,2014-03-11 20:53:42,10.00,failed,2,US,10.00,10.00,300.00 +114169194,Skill in Action: Yoga and Social Justice Book,Nonfiction,Publishing,USD,2017-12-31,8000.00,2017-11-30 17:08:28,8720.88,successful,160,US,295.00,8720.88,8000.00 +1141693677,Twig the Fairy Storybook,Children's Books,Publishing,USD,2011-11-13,15000.00,2011-10-13 21:59:22,24375.33,successful,413,US,24375.33,24375.33,15000.00 +1141694654,Cheer You App for another year,Apps,Technology,SEK,2017-11-23,1000.00,2017-09-24 19:58:45,0.00,failed,0,SE,0.00,0.00,120.41 +1141707542,Medical Marinara Apparel (Canceled),Apparel,Fashion,USD,2014-12-14,2000.00,2014-11-14 05:14:41,25.00,canceled,1,US,25.00,25.00,2000.00 +"1141712249,Past : A re-do of Uncle Tom's Cabin,Film & Video,Film & Video,USD,2014-05-17,6000.00,2014-04-17 14:02:40,6030.00,undefined,0,""N,0"""""",,6030.00,6000.00" +11417166,Tri-Deck Playing Cards,Tabletop Games,Games,CAD,2013-10-09,5250.00,2013-09-09 16:08:40,131.00,failed,9,CA,125.86,126.09,5053.42 +"1141723655,""Let's """"ROLL OUT"""" - Preparing for Life's Next Mission"",Publishing,Publishing,USD,2016-07-10,15000.00,2016-05-26 17:37:55,1440.00,canceled,7,US,1440.00,1440.00,15000.00" +1141729100,Hexagon Astrology Magazine,Periodicals,Publishing,USD,2015-06-01,10000.00,2015-04-24 08:30:44,11856.00,successful,192,US,11856.00,11856.00,10000.00 +114172911,The Kegel Bear,Children's Books,Publishing,USD,2014-10-01,8500.00,2014-09-01 16:00:21,8650.00,successful,52,US,8650.00,8650.00,8500.00 +1141729972,Identity Crisis,Music,Music,USD,2017-04-25,7000.00,2017-02-24 12:09:13,1.00,failed,1,US,0.00,1.00,7000.00 +1141732070,Walk-In Camera Obscura in ArtPrize 2014,Public Art,Art,USD,2014-08-24,2000.00,2014-07-25 20:21:58,2000.00,successful,22,US,2000.00,2000.00,2000.00 +1141734801,Ashram: A Documentary Film,Documentary,Film & Video,USD,2011-06-06,1500.00,2011-05-07 08:51:48,1500.00,successful,17,US,1500.00,1500.00,1500.00 +1141756791,Endure the Stars,Tabletop Games,Games,GBP,2015-12-07,45000.00,2015-11-07 17:58:35,130592.00,successful,1652,GB,198674.91,197947.65,68209.72 +1141757368,Leo's Love(s),Shorts,Film & Video,USD,2011-09-03,750.00,2011-08-02 19:30:48,1150.00,successful,21,US,1150.00,1150.00,750.00 +1141766532,Modern Pirate Quarterly! Book + Magazine = New Concept!,Children's Books,Publishing,USD,2013-10-18,21000.00,2013-09-18 17:26:06,555.00,failed,11,US,555.00,555.00,21000.00 +1141768595,THE HABITUAL WRITERS AGENCY(3).,Music Videos,Film & Video,USD,2016-01-07,5000.00,2015-12-08 03:58:31,2.00,failed,2,US,2.00,2.00,5000.00 +1141773717,Lift Propulsive Pedaling Technology (LPP) Global Launch !!!,Technology,Technology,USD,2014-08-16,80000.00,2014-06-17 00:34:17,444.00,failed,19,US,444.00,444.00,80000.00 +1141783868,Country Diva magazine - Honoring The Confident Country Woman,Periodicals,Publishing,USD,2015-12-03,25000.00,2015-11-18 02:50:04,0.00,failed,0,US,0.00,0.00,25000.00 +1141786708,money for publishing my first poetry book,Publishing,Publishing,GBP,2014-09-29,1000.00,2014-07-31 23:25:23,2.00,failed,1,GB,3.39,3.21,1606.63 +1141787316,Guesswork: a Carnival Mystery,Fiction,Publishing,USD,2012-05-21,1000.00,2012-04-21 02:17:29,2758.00,successful,130,US,2758.00,2758.00,1000.00 +1141798357,The Ideka Bag- Traveling With Your Essentials Made Easy,Product Design,Design,USD,2016-10-21,6000.00,2016-09-21 00:21:54,2334.00,failed,34,US,2502.00,2334.00,6000.00 +1141802251,IAMURI: MUSICAL SCULPTURE ART FUSION INSTALLATION EXPERIENCE,Performance Art,Art,USD,2012-12-25,55000.00,2012-11-25 22:33:47,662.00,failed,21,US,662.00,662.00,55000.00 +1141806852,Confessions of an Unfaithful Heart (Canceled),Fiction,Publishing,USD,2013-03-07,15000.00,2013-02-05 02:20:34,0.00,canceled,0,US,0.00,0.00,15000.00 +"1141807648,""The Pollution Parachute, an easy way to cut down pollution"",Product Design,Design,USD,2017-04-09,150000.00,2017-03-08 22:07:59,0.00,canceled,0,US,0.00,0.00,150000.00" +1141808048,The ClubHouse: A Community-Focused Sports & Culture Space,Spaces,Theater,USD,2016-07-09,25000.00,2016-06-07 15:01:23,5854.00,failed,45,US,5854.00,5854.00,25000.00 +1141808093,Sash Bags: The Anti-Purse,Product Design,Design,USD,2016-04-06,29000.00,2016-03-07 20:03:09,81737.00,successful,738,US,81737.00,81737.00,29000.00 +1141823309,Chicago Girlfriends Reality Show,Webseries,Film & Video,USD,2014-07-10,10000.00,2014-06-10 02:01:52,0.00,failed,0,US,0.00,0.00,10000.00 +1141827345,Ground Branch,Video Games,Games,USD,2012-07-07,425000.00,2012-06-02 00:56:28,111111.54,failed,1897,US,111111.54,111111.54,425000.00 +1141830953,Captain Flynt & the Corsairs of the Seven Systems,Graphic Novels,Comics,USD,2015-09-20,4000.00,2015-08-21 02:09:19,4246.00,successful,69,US,4246.00,4246.00,4000.00 +"114184117,""Thank You, Cabbage"",Film & Video,Film & Video,USD,2013-05-16,35000.00,2013-03-17 18:41:03,36675.04,successful,421,US,36675.04,36675.04,35000.00" +1141842030,WHO IS LIKE YOU,World Music,Music,USD,2014-02-16,5000.00,2014-01-02 07:19:27,5101.00,successful,71,US,5101.00,5101.00,5000.00 +1141843673,Caveman Chow - Houston's First Paleo Food Truck,Food,Food,USD,2013-05-31,30000.00,2013-05-09 16:56:07,3426.00,failed,31,US,3426.00,3426.00,30000.00 +1141846678,Dream Jobs,Webseries,Film & Video,USD,2013-05-09,14275.00,2013-04-05 19:13:59,855.00,failed,11,US,855.00,855.00,14275.00 +1141860572,SoLinks : The Worlds First Customizable Solar Panel,Gadgets,Technology,USD,2016-02-03,45000.00,2016-01-04 21:44:57,1052.00,failed,15,US,1052.00,1052.00,45000.00 +1141860768,Stick Figure Mafia's New Album!,Music,Music,USD,2011-05-12,1000.00,2011-04-12 05:41:39,330.00,failed,13,US,330.00,330.00,1000.00 +114186335,Black Kings,Apparel,Fashion,USD,2015-03-14,150000.00,2015-01-28 04:47:12,0.00,failed,0,US,0.00,0.00,150000.00 +1141869815,Young Roots Project,Documentary,Film & Video,GBP,2015-11-01,20000.00,2015-09-23 12:54:22,0.00,failed,0,GB,0.00,0.00,30276.42 +1141874386,LaserCut IDEAs Wooden Wallet,Product Design,Design,GBP,2014-08-06,100.00,2014-07-22 16:05:02,192.00,successful,14,GB,328.23,322.64,168.04 +114188067,Evan & Hunter (Movie),Film & Video,Film & Video,USD,2014-02-13,1000.00,2014-01-14 00:05:35,1511.00,successful,16,US,1511.00,1511.00,1000.00 +1141882130,War-zone Vector 1,Tabletop Games,Games,GBP,2017-10-24,10000.00,2017-10-10 12:41:51,1776.00,failed,13,GB,137.53,2325.37,13093.29 +1141883392,X Swimwear,Ready-to-wear,Fashion,USD,2015-12-24,55000.00,2015-11-24 02:01:46,56185.00,successful,221,US,56185.00,56185.00,55000.00 +1141888507,4 Funzies: The Smart Party Game (Mobile App),Games,Games,USD,2013-04-11,4000.00,2013-03-20 23:29:57,1087.00,failed,45,US,1087.00,1087.00,4000.00 +1141889736,That Street Life,Action,Film & Video,USD,2015-04-28,8000.00,2015-03-30 18:25:16,0.00,failed,0,US,0.00,0.00,8000.00 +1141899229,An Unhappie Accident: Curious Death in R.I. (New Screenplay),Narrative Film,Film & Video,USD,2014-06-01,8500.00,2014-05-02 02:59:56,0.00,canceled,0,US,0.00,0.00,8500.00 +1141900832,Highland Sabre - A Black Beast Books Project,Fiction,Publishing,GBP,2013-08-15,4290.00,2013-07-16 12:43:28,5.00,failed,1,GB,7.56,7.82,6707.11 +1141903668,For $1 I'll send you art.,Illustration,Art,USD,2015-03-24,20.00,2015-02-17 04:33:15,220.00,successful,24,US,220.00,220.00,20.00 +1141904429,Luckistan,Animation,Film & Video,USD,2012-02-28,30000.00,2012-01-09 00:37:09,56.00,failed,3,US,56.00,56.00,30000.00 +1141906447,CT Creations Octopi Charms,Crafts,Crafts,USD,2014-08-06,200.00,2014-07-07 04:51:11,26.00,failed,6,US,26.00,26.00,200.00 +1141907127,Great Dogs of History (Canceled),Painting,Art,USD,2014-04-01,7000.00,2014-02-28 00:49:53,1787.00,canceled,23,US,1787.00,1787.00,7000.00 +1141912606,Nope Means NO! Date Rape Awareness Documentary,Documentary,Film & Video,USD,2016-07-15,10000.00,2016-05-16 07:46:39,31.00,failed,2,US,31.00,31.00,10000.00 +1141917587,Detroit: A new rising,Documentary,Film & Video,USD,2016-08-15,15000.00,2016-07-14 06:25:34,307.00,failed,4,US,1.00,307.00,15000.00 +1141923354,JM3 Oil Filter Wrench. Best Wrench EVER!!!,Fabrication Tools,Technology,USD,2015-03-03,20000.00,2015-02-01 08:01:39,3019.00,failed,17,US,3019.00,3019.00,20000.00 +1141944399,The Tatter of Life by Lisa Barron- another dimension to life,Nonfiction,Publishing,AUD,2017-10-09,3000.00,2017-09-05 14:13:17,3101.00,successful,20,AU,0.00,2428.54,2349.44 +1141950236,Cafflano All-in-one Tumbler: Portable pour-over coffee maker,Product Design,Design,GBP,2014-07-17,70000.00,2014-06-17 04:23:19,30475.00,failed,339,GB,51706.26,52071.76,119607.01 +1141973198,When Men Become Truly Free,Shorts,Film & Video,USD,2011-05-14,5000.00,2011-04-04 19:20:23,20.00,failed,1,US,20.00,20.00,5000.00 +1141975722,Home Halo - The powerful but simple Parental Control System,Web,Technology,GBP,2014-12-04,30000.00,2014-11-04 17:53:40,10322.00,failed,98,GB,16483.50,16190.86,47057.35 +1141975759,Canyoufitmein,Apps,Technology,USD,2015-02-12,5000.00,2015-01-13 23:53:04,0.00,failed,0,US,0.00,0.00,5000.00 +1141980209,Natty Blue LP,Music,Music,USD,2011-12-12,8000.00,2011-10-13 10:27:00,8020.00,successful,91,US,8020.00,8020.00,8000.00 +1141982542,Vtopian Artisan Cheeses Project,Vegan,Food,USD,2014-07-08,7000.00,2014-05-29 21:25:47,11052.00,successful,205,US,11052.00,11052.00,7000.00 +1141982861,Bringing House Music to an Unlikely Place,Electronic Music,Music,USD,2016-11-18,1775.00,2016-11-05 05:17:45,535.00,failed,8,US,317.00,535.00,1775.00 +1141987814,A Year With Bigfoot (Canceled),Animals,Photography,USD,2015-04-12,20000.00,2015-03-13 00:13:22,0.00,canceled,0,US,0.00,0.00,20000.00 +1141988704,Gregorian Rock,Rock,Music,USD,2013-07-26,4000.00,2013-06-26 03:30:35,4103.00,successful,66,US,4103.00,4103.00,4000.00 +1142004359,RV Road Trip - Pacific Coast Highway and Inland California,Photography,Photography,USD,2013-08-18,13500.00,2013-07-19 07:36:01,1659.00,failed,25,US,1659.00,1659.00,13500.00 +1142017693,X (Canceled),Classical Music,Music,USD,2012-12-22,12000.00,2012-10-23 14:10:37,65.00,canceled,1,US,65.00,65.00,12000.00 +1142021359,Turn On The Lights,Art,Art,USD,2013-04-06,200000.00,2013-02-05 06:17:23,40041.23,failed,177,US,40041.23,40041.23,200000.00 +1142026829,Moms the Musical,Musical,Theater,USD,2017-03-31,20000.00,2017-02-26 12:26:38,1633.00,canceled,21,US,130.00,1633.00,20000.00 +1142027783,Inception Playing Cards by Jody Eklund,Playing Cards,Games,USD,2016-05-17,20000.00,2016-04-12 18:00:23,42479.00,successful,734,US,42479.00,42479.00,20000.00 +"1142029009,""Clothing, Apparel and Graphic Design"",Apparel,Fashion,USD,2016-11-02,5000.00,2016-09-28 21:52:48,21.00,failed,2,US,0.00,21.00,5000.00" +1142031536,Maui Up Close: Taking a deeper look into our island's beauty,Photography,Photography,USD,2012-05-23,3000.00,2012-04-23 23:25:12,100.00,failed,2,US,100.00,100.00,3000.00 +1142039124,Duncan's Delights. Home-made cookies and more!!,Food,Food,USD,2015-12-10,8000.00,2015-11-13 07:20:12,85.00,failed,3,US,85.00,85.00,8000.00 +1142052951,MonkeyPop Popsicles,Small Batch,Food,GBP,2014-08-15,2800.00,2014-07-16 18:46:30,12.00,failed,2,GB,20.50,20.03,4673.21 +1142058417,MyGlassID Patent Pending,Technology,Technology,USD,2015-06-18,80000.00,2015-05-19 19:14:48,1421.00,failed,16,US,1421.00,1421.00,80000.00 +"1142076218,""Fully customizable terrain, acrylic tokens, and foam storage"",Tabletop Games,Games,USD,2014-04-04,30000.00,2014-03-05 20:00:07,1243.00,canceled,13,US,1243.00,1243.00,30000.00" +1142085398,Josh and Dugg's First Album!,Pop,Music,USD,2013-03-13,7000.00,2013-01-27 06:54:34,150.00,failed,4,US,150.00,150.00,7000.00 +1142086167,New Orleans Finally Meets Fashion’s Capitol in 2014,Fashion,Fashion,USD,2014-01-16,7500.00,2013-12-17 22:29:09,8040.00,successful,134,US,8040.00,8040.00,7500.00 +1142091172,The Trial of Jerry Sweeting - Movie,Film & Video,Film & Video,USD,2012-01-16,175000.00,2011-12-27 22:19:16,0.00,failed,0,US,0.00,0.00,175000.00 +"1142095512,""Sparky Island - PC, iOS, Android and Console"",Games,Games,GBP,2014-06-27,500.00,2014-05-28 18:13:59,50.00,failed,1,GB,84.34,85.16,851.63" +11421058,Machine Gods: A handdrawn sidescrolling roguelite,Video Games,Games,USD,2017-09-09,1000.00,2017-08-10 22:27:07,321.00,failed,27,US,286.00,321.00,1000.00 +1142110455,Kody Backpack | From On The Grind To Off The Grid,Product Design,Design,USD,2017-11-03,7500.00,2017-09-25 16:02:12,15883.00,successful,118,US,516.00,15883.00,7500.00 +"1142112407,""Clarinet, Clarinet, Violin and Baritone Regionals Bound"",Music,Music,USD,2014-10-15,630.00,2014-09-15 16:03:46,50.00,failed,1,US,50.00,50.00,630.00" +"1142116021,""Vassy's """"Love Bizarre"""" "",Film & Video,Film & Video,USD,2010-09-01,2500.00,2010-08-05 11:26:03,50.00,failed,1,US,50.00,50.00,2500.00" +1142122744,5iVe - Radioland,R&B,Music,USD,2015-01-27,1200.00,2014-12-28 21:33:34,554.00,failed,13,US,554.00,554.00,1200.00 +1142132514,DUCHELINA DOVE'S SCANDALOUS FASHION COLLECTION,Couture,Fashion,GBP,2016-04-04,5500.00,2016-03-05 17:03:31,0.00,failed,0,GB,0.00,0.00,7741.46 +1142133892,Let their voices be heard!,Musical,Theater,USD,2015-03-16,10500.00,2015-02-14 01:42:58,100.00,failed,1,US,100.00,100.00,10500.00 +"1142135273,""Rebecca OR Regrets OR More (Voter's Choice, see below)"",Film & Video,Film & Video,USD,2012-01-02,250000.00,2011-11-22 22:25:03,0.00,failed,0,US,0.00,0.00,250000.00" +1142140761,2sonEnterTainMent,Hip-Hop,Music,USD,2016-03-04,1000.00,2016-02-03 01:05:01,0.00,failed,0,US,0.00,0.00,1000.00 +1142141146,Traffic.Map,Technology,Technology,USD,2014-10-03,100000.00,2014-09-03 21:28:49,5.00,failed,1,US,5.00,5.00,100000.00 +114214851,D.o.P.E.45 Saving the world one POTUS tweet at a time,Comedy,Film & Video,USD,2017-04-16,135000.00,2017-03-22 20:22:46,2525.00,canceled,2,US,2500.00,2525.00,135000.00 +1142149414,Life After Basketball,Documentary,Film & Video,USD,2015-04-03,6000.00,2015-02-20 16:05:53,485.00,failed,10,US,485.00,485.00,6000.00 +1142157341,Paperback edition of Same Sex Marriage and the Church,Nonfiction,Publishing,GBP,2014-10-17,300.00,2014-09-17 17:01:54,0.00,failed,0,GB,0.00,0.00,483.58 +1142172017,The Spuzutopiist Freakranch,Art,Art,CAD,2014-06-29,200000.00,2014-04-30 09:27:21,125.00,failed,1,CA,113.38,117.54,188058.30 +1142176195,Designing for Education,3D Printing,Technology,USD,2015-04-06,5000.00,2015-03-07 01:22:25,0.00,failed,0,US,0.00,0.00,5000.00 +1142192404,Antique Hand Crafted Trunks & Chests,Woodworking,Crafts,USD,2014-08-19,1100.00,2014-07-15 03:58:47,11.00,failed,3,US,11.00,11.00,1100.00 +1142195595,The EDGINATOR Edging Machine,Product Design,Design,USD,2015-05-27,500.00,2015-04-27 21:03:00,0.00,failed,0,US,0.00,0.00,500.00 +1142196147,Chylissa Chanté the Collection,Fashion,Fashion,USD,2016-06-03,6500.00,2016-04-04 18:59:41,100.00,failed,1,US,100.00,100.00,6500.00 +1142196915,HoLA - Hands of Latin America,Photography,Photography,GBP,2013-11-30,3500.00,2013-10-31 16:05:19,45.00,failed,3,GB,72.16,73.55,5720.73 +1142200305,Pig & the Accidental Oink! Picture Book Apologetics for Kids,Children's Books,Publishing,USD,2013-08-30,5000.00,2013-07-31 22:58:43,5135.00,successful,29,US,5135.00,5135.00,5000.00 +114221205,Voyage of the Curious Heart! Story Based Mermaid Enamel Pins,Art,Art,SGD,2017-09-25,800.00,2017-08-26 05:00:10,822.00,successful,35,SG,208.68,605.35,589.15 +114221565,BaBu Activewear - Maternity Workout Apparel,Apparel,Fashion,USD,2016-03-11,20000.00,2016-02-12 23:29:18,11499.00,failed,51,US,11499.00,11499.00,20000.00 +1142218479,Original Soul Clothing,Fashion,Fashion,USD,2011-09-17,3000.00,2011-08-18 21:54:28,875.00,failed,8,US,875.00,875.00,3000.00 +"1142219825,Sound Volume Studios,Music,Music,USD,2015-03-16,3500.00,2015-01-15 20:44:13,0.00,undefined,0,""N,0"""""",,0.00,3500.00" +1142221192,The Cheetah Code,Documentary,Film & Video,USD,2012-09-14,60000.00,2012-08-15 19:20:44,4096.00,failed,71,US,4096.00,4096.00,60000.00 +1142222471,Zach Fullen's Debut Record,Pop,Music,USD,2013-07-11,4500.00,2013-06-11 16:52:20,2076.00,failed,31,US,2076.00,2076.00,4500.00 +1142233794,A Pointless Pencil (Short Film),Comedy,Film & Video,USD,2014-10-22,15000.00,2014-09-12 06:08:22,15114.00,successful,110,US,15114.00,15114.00,15000.00 +1142235214,Arcana Note: 5E Leather Journal & Adventure Kit,Tabletop Games,Games,USD,2017-07-27,19500.00,2017-06-27 16:56:00,76002.99,successful,1041,US,19148.00,76002.99,19500.00 +1142239137,Zander Bar Protein Bars,Food,Food,USD,2017-07-06,7500.00,2017-06-06 02:01:09,311.00,failed,10,US,65.00,311.00,7500.00 +1142254096,A Pencil & A Dollar Bill: Memoirs of Dr. Clarence B. Jones,Nonfiction,Publishing,USD,2015-03-30,45000.00,2015-02-02 10:06:58,5916.00,canceled,23,US,5916.00,5916.00,45000.00 +1142255710,Manba Tropical - Spicy Haitian Peanut Butter,Food,Food,USD,2015-11-19,6000.00,2015-10-20 17:54:06,6159.00,successful,108,US,6159.00,6159.00,6000.00 +1142257115,The Bullycide Biographies,Nonfiction,Publishing,USD,2012-04-10,25000.00,2012-03-09 23:40:17,100.00,failed,1,US,100.00,100.00,25000.00 +1142266786,Skilled With Kids,Nonfiction,Publishing,USD,2015-03-27,900.00,2015-02-25 04:06:09,3960.00,successful,71,US,3960.00,3960.00,900.00 +114227690,Tea-Time in the Universe - An Animated Series,Animation,Film & Video,USD,2017-01-25,5000.00,2016-12-28 23:21:45,15.00,failed,2,US,5.00,15.00,5000.00 +1142280745,The space case for iPhone 6 & 6S with flash memory,Technology,Technology,NZD,2016-03-16,45000.00,2016-01-16 13:38:53,1172.00,failed,13,NZ,754.69,798.75,30668.57 +114228182,the stress helper app,Apps,Technology,USD,2015-06-14,35000.00,2015-04-30 21:33:28,20.00,failed,2,US,20.00,20.00,35000.00 +1142288751,99 Sandwiches,Food,Food,AUD,2014-10-26,500.00,2014-09-27 00:54:58,11.00,failed,2,AU,9.73,9.67,439.48 +114229668,Refractions Vol.2 (music for solo clarinet and electronics),Classical Music,Music,USD,2013-07-14,4000.00,2013-06-14 20:05:43,4014.00,successful,66,US,4014.00,4014.00,4000.00 +1142298344,Namesake: Volume 1,Comics,Comics,USD,2012-02-23,7000.00,2012-01-24 08:04:27,13688.16,successful,432,US,13688.16,13688.16,7000.00 +1142301440,First Boxing Glove Designed Specifically for a Woman's Hand,Product Design,Design,USD,2014-12-04,50000.00,2014-11-13 21:38:00,309.00,failed,3,US,309.00,309.00,50000.00 +"1142308221,""""""Katz's: That's All!"""", a feature documentary"",Documentary,Film & Video,USD,2009-10-11,25000.00,2009-07-14 00:25:51,600.00,failed,10,US,600.00,600.00,25000.00" +1142308553,AutoLiv - A hassle-free indoor farming solution,Technology,Technology,SGD,2017-12-15,10000.00,2017-11-15 04:10:07,6696.00,failed,64,SG,2298.14,4972.89,7426.66 +1142316027,Dead Birds Adore Us Debut Album Release,Metal,Music,USD,2014-06-08,1500.00,2014-05-09 05:43:41,1915.66,successful,47,US,1915.66,1915.66,1500.00 +1142318321,UK Games Expo 2016 coverage,Tabletop Games,Games,GBP,2016-05-28,50.00,2016-05-23 01:52:19,100.00,successful,14,GB,145.03,144.32,72.16 +1142320615,The Light Armada (Canceled),Rock,Music,CAD,2014-12-18,2000.00,2014-11-18 17:28:12,0.00,canceled,0,CA,0.00,0.00,1724.73 +1142321746,101 Paintings to be set to Music in a Grateful Artguy Book,Art,Art,USD,2012-12-31,2940.00,2012-12-12 22:47:50,1215.00,failed,18,US,1215.00,1215.00,2940.00 +1142321967,Kings of Air and Steam : Worlds Fair,Tabletop Games,Games,USD,2015-09-19,40000.00,2015-09-01 16:08:11,26271.00,failed,591,US,26271.00,26271.00,40000.00 +1142328876,Shattered Earth: Emergence,Tabletop Games,Games,GBP,2016-03-06,10000.00,2016-02-10 18:59:37,13719.52,successful,248,GB,19792.55,19608.28,14292.25 +1142334685,MOKURU: The Amazing Desk Toy That You Can Take Anywhere!,Product Design,Design,CAD,2017-04-08,10000.00,2017-02-22 16:01:30,203441.00,successful,4968,CA,2075.62,153714.39,7555.72 +1142338411,AnZa: Redefining the Espresso Machine in Concrete and Corian,Product Design,Design,USD,2017-09-06,130000.00,2017-08-07 18:42:05,145326.00,successful,201,US,68427.00,145326.00,130000.00 +1142342938,Natalie's making a full length record!,Country & Folk,Music,USD,2014-08-16,12000.00,2014-07-17 12:11:40,16617.45,successful,201,US,16617.45,16617.45,12000.00 +1142350119,A collaborative project called Forest Creature!,Pop,Music,USD,2013-02-25,1000.00,2013-02-02 03:20:39,1447.76,successful,54,US,1447.76,1447.76,1000.00 +114235494,Varazano | The Affordable Exotic Leather Company,Accessories,Fashion,GBP,2017-03-03,20000.00,2017-01-27 14:00:40,66.00,failed,1,GB,83.54,80.75,24468.72 +1142355117,Be a Part of Brian Coyne's Rock 'N' Roll Prophecy...,Music,Music,USD,2011-04-15,3500.00,2011-03-15 04:38:52,190.00,failed,4,US,190.00,190.00,3500.00 +1142359721,Neurotically Yours Season 2 (2013) DVD,Animation,Film & Video,USD,2013-08-01,2000.00,2013-07-15 21:07:24,6943.66,successful,378,US,6943.66,6943.66,2000.00 +1142360677,Organic Beet Ketchup (Canceled),Food,Food,USD,2015-09-16,1500.00,2015-08-17 17:58:30,90.00,canceled,3,US,90.00,90.00,1500.00 +"1142367364,""Extended Play: """"Allegheny"""" by Patrick Mahon"",Music,Music,USD,2015-04-01,5000.00,2015-03-02 06:03:01,5556.00,undefined,0,""N,0"""""",,5556.00,5000.00" +1142372498,Renewal: Part I,Conceptual Art,Art,USD,2011-06-22,2000.00,2011-05-20 08:30:57,355.00,failed,7,US,355.00,355.00,2000.00 +1142378930,Tortilladora,Restaurants,Food,USD,2017-05-15,45000.00,2017-03-16 22:32:25,0.00,canceled,0,US,0.00,0.00,45000.00 +1142392590,GIMAGE Clothing: 1st to Mix Urban and Rural Culture,Apparel,Fashion,USD,2016-02-07,800.00,2016-01-08 17:50:25,210.00,failed,8,US,210.00,210.00,800.00 +1142393184,Fervour - TCG The Community Friendly Trading Card Game,Playing Cards,Games,AUD,2016-03-28,6000.00,2016-02-27 00:00:02,676.00,failed,17,AU,484.68,519.20,4608.29 +"1142399877,The Meaning Of Life In A Nutshell,Publishing,Publishing,USD,2015-07-12,6000.00,2015-06-12 21:15:13,0.00,undefined,0,""N,0"""""",,0.00,6000.00" +1142402188,Portals of Pangaea™ - A Tabletop RPG-ish Adventure!,Tabletop Games,Games,USD,2017-04-13,12000.00,2017-03-14 08:28:38,3558.00,failed,68,US,696.00,3558.00,12000.00 +1142405335,Love Your Lamp!,Product Design,Design,CAD,2014-05-09,12800.00,2014-04-08 19:09:00,1716.00,failed,11,CA,1563.86,1584.49,11819.02 +1142405933,Hortasculpter,Sculpture,Art,USD,2015-05-17,100000.00,2015-04-17 17:49:25,400.00,failed,1,US,400.00,400.00,100000.00 +1142406805,Hope In The Storm: A Gift Of Love For Someone Grieving.,Nonfiction,Publishing,USD,2017-03-13,12000.00,2017-02-11 03:34:55,20.00,failed,3,US,10.00,20.00,12000.00 +1142413785,A Breif Moment of Clarity,Nonfiction,Publishing,USD,2016-01-21,2500.00,2016-01-16 06:45:11,0.00,failed,0,US,0.00,0.00,2500.00 +1142415985,The Daily Truth Of The News,Design,Design,USD,2015-10-16,25000.00,2015-08-17 20:07:04,0.00,failed,0,US,0.00,0.00,25000.00 +1142418103,Expanding my Handmade Accessories for Girls & Mommies too:),Childrenswear,Fashion,USD,2014-09-24,1500.00,2014-08-19 08:50:57,0.00,canceled,0,US,0.00,0.00,1500.00 +1142427251,TimePieces,Apps,Technology,USD,2015-04-04,5000.00,2015-03-05 01:15:12,1.00,failed,1,US,1.00,1.00,5000.00 +1142428265,Bayou Maharajah: The Life and Music of James Booker,Documentary,Film & Video,USD,2010-12-31,10000.00,2010-10-30 00:56:09,10502.22,successful,66,US,10502.22,10502.22,10000.00 +1142429026,How Many Miles - A new double album from the archives.,Music,Music,USD,2016-06-11,10500.00,2016-05-13 22:59:19,13606.00,successful,197,US,13606.00,13606.00,10500.00 +1142434239,S3 - Simple Sustainable Space ,Design,Design,USD,2011-05-24,7500.00,2011-03-24 21:06:55,579.00,failed,16,US,579.00,579.00,7500.00 +1142434896,GullEye Branded Clothing - Apparel With Attitude,Apparel,Fashion,USD,2016-09-30,5000.00,2016-09-16 02:43:09,1345.00,failed,12,US,130.00,1345.00,5000.00 +1142441872,Capt Do It: The Contracting War in Afghanistan,Publishing,Publishing,USD,2017-01-04,15.00,2016-12-05 05:55:23,0.00,failed,0,US,0.00,0.00,15.00 +1142455033,Notes In The Fold - Origamigrams,Crafts,Crafts,CAD,2015-11-20,2500.00,2015-10-13 00:00:51,3450.00,successful,94,CA,2664.89,2591.45,1877.86 +1142464500,I HATE THEATRE! The Movie,Narrative Film,Film & Video,USD,2012-08-01,5000.00,2012-06-26 22:29:11,1317.01,failed,25,US,1317.01,1317.01,5000.00 +1142471304,Strategy,Tabletop Games,Games,USD,2017-04-24,10000.00,2017-03-05 16:26:44,151.00,failed,9,US,0.00,151.00,10000.00 +1142475070,Don't Die: A Short Film By Clay Crofford,Action,Film & Video,USD,2015-04-05,150.00,2015-03-11 01:54:02,175.00,successful,6,US,175.00,175.00,150.00 +1142483828,The Land without Color,Children's Books,Publishing,USD,2015-09-17,8000.00,2015-08-18 13:19:25,8360.00,successful,77,US,8360.00,8360.00,8000.00 +1142490165,Stations of the Cross: Climate Change,Public Art,Art,USD,2015-09-11,3000.00,2015-08-07 19:55:26,3510.00,successful,34,US,3510.00,3510.00,3000.00 +"1142492396,Soul Compass Guidance Cards for Entrepreneurs,Publishing,Publishing,USD,2016-02-28,2500.00,2016-01-29 19:24:35,178.00,undefined,0,""N,0"""""",,178.00,2500.00" +1142493607,The Art of Us,Art,Art,USD,2017-02-22,300.00,2017-01-23 20:11:00,322.00,successful,61,US,83.00,322.00,300.00 +1142493707,Help Us Make A Sugar Creek EP!!!,Music,Music,USD,2017-08-25,1500.00,2017-07-26 18:38:15,301.00,failed,2,US,300.00,301.00,1500.00 +1142496599,DH: Mechanized Assault Vehicle,Video Games,Games,USD,2012-11-14,15000.00,2012-10-10 17:08:41,1612.00,failed,39,US,1612.00,1612.00,15000.00 +1142498954,Lose The Label's debut EP!,Music,Music,USD,2013-01-07,750.00,2012-12-26 23:35:52,180.00,failed,6,US,180.00,180.00,750.00 +11425003,GRAPHITE magazine,Art,Art,GBP,2016-05-25,20000.00,2016-04-25 16:00:04,32106.00,successful,721,GB,46249.25,47027.29,29295.02 +1142501949,Get Us to the Rodeo!!! Let's Launch this Movement from the Grassroots,Country & Folk,Music,USD,2010-06-12,7500.00,2010-05-31 00:31:37,8190.00,successful,61,US,8190.00,8190.00,7500.00 +1142509048,Cosmo's Quickstop,Video Games,Games,USD,2017-12-09,40000.00,2017-11-09 00:00:12,9712.00,canceled,153,US,3990.00,9712.00,40000.00 +1142522377,Bring Wine & Crusty Bread chapbook,Poetry,Publishing,USD,2012-03-29,200.00,2012-03-24 04:01:33,300.00,successful,10,US,300.00,300.00,200.00 +1142524982,The God Problem: How A Godless Cosmos Creates--book,Nonfiction,Publishing,USD,2012-06-22,20000.00,2012-05-23 06:02:23,20616.76,successful,185,US,20616.76,20616.76,20000.00 +114252800,Kitsch Me Kate: Help a rural business travel,Crafts,Crafts,USD,2015-12-22,4000.00,2015-11-22 23:04:28,100.00,failed,2,US,100.00,100.00,4000.00 +1142533591,Sierra Art Trails - Sorensen Sculpture Project - Oakhurst CA,Public Art,Art,USD,2012-10-08,5000.00,2012-09-04 05:07:35,5710.00,successful,41,US,5710.00,5710.00,5000.00 +1142545244,Better Equipment for Better Photos,People,Photography,USD,2014-08-13,8000.00,2014-07-14 18:41:15,0.00,failed,0,US,0.00,0.00,8000.00 +1142545502,Tyng Feature Length Indie Film,Thrillers,Film & Video,USD,2014-08-14,3000.00,2014-07-15 22:41:37,229.00,failed,11,US,229.00,229.00,3000.00 +"1142548129,""Dear Christie """"This Ones For You"""" Tour"",Pop,Music,USD,2011-12-04,2000.00,2011-10-05 00:31:56,151.00,failed,6,US,151.00,151.00,2000.00" +1142548282,Novella Inc.,Candles,Crafts,USD,2015-01-01,750.00,2014-12-02 18:45:01,25.00,failed,1,US,25.00,25.00,750.00 +1142549630,1201 Beyond: Bringing You The Movies Time Has Forgotten,Film & Video,Film & Video,USD,2011-11-28,6500.00,2011-09-29 12:42:22,0.00,failed,0,US,0.00,0.00,6500.00 +1142550688,The North Fork Shack,Restaurants,Food,USD,2016-05-02,35000.00,2016-03-28 19:27:09,9556.00,failed,62,US,9556.00,9556.00,35000.00 +"1142551844,""America From 5,000 Feet"",Photography,Photography,USD,2010-07-08,2000.00,2010-06-03 00:56:55,2450.00,successful,34,US,2450.00,2450.00,2000.00" +1142552915,Aha Notes,Apps,Technology,USD,2017-11-07,20000.00,2017-10-03 17:24:45,4402.00,canceled,54,US,1333.00,4402.00,20000.00 +"1142561926,""Mercy, Mercy - A New PJ Anderson Album"",Faith,Music,USD,2016-02-23,15000.00,2016-01-20 21:29:04,22002.94,successful,278,US,22002.94,22002.94,15000.00" +1142565653,Aries Nightmare Project - Survivors of emotional abuse,Nonfiction,Publishing,GBP,2017-09-13,7500.00,2017-08-14 22:49:02,51.00,failed,2,GB,0.00,69.30,10190.77 +1142567327,Lawless Lands: Tales From The Weird Frontier,Anthologies,Publishing,USD,2017-01-25,7500.00,2016-12-21 18:45:01,8370.00,successful,258,US,615.00,8370.00,7500.00 +1142570233,The Guided,Film & Video,Film & Video,USD,2013-02-04,100000.00,2013-01-05 00:06:16,48.00,failed,3,US,48.00,48.00,100000.00 +1142575183,Selfie Burger - mach's dir selbst,Restaurants,Food,EUR,2017-07-26,650000.00,2017-06-11 20:10:54,120.00,failed,2,DE,134.32,140.75,762382.86 +1142576774,My 13th Children's Book! -- 'What is a Feeling?',Children's Books,Publishing,USD,2013-04-04,7500.00,2013-03-05 05:05:20,8291.00,successful,76,US,8291.00,8291.00,7500.00 +114258064,Hang Two Nails At the Same Time with Level Art,Product Design,Design,USD,2017-03-20,50000.00,2017-02-13 15:19:11,9785.00,canceled,163,US,2880.00,9785.00,50000.00 +1142588190,Revenge - Season 1 (Canceled),Webseries,Film & Video,USD,2011-12-29,2500.00,2011-11-29 00:24:58,0.00,canceled,0,US,0.00,0.00,2500.00 +1142590492,Open Up The Night Sky,Public Art,Art,USD,2011-06-22,10000.00,2011-05-23 03:45:39,3530.00,failed,23,US,3530.00,3530.00,10000.00 +1142592816,Technology and Society,Periodicals,Publishing,USD,2015-07-06,2000.00,2015-06-06 00:00:51,500.00,failed,3,US,500.00,500.00,2000.00 +1142594676,So Fly Magazine,Periodicals,Publishing,USD,2012-03-12,6500.00,2012-02-06 02:47:24,165.00,failed,9,US,165.00,165.00,6500.00 +1142602151,Live Twitch Streaming!!,Live Games,Games,USD,2014-08-15,200.00,2014-07-16 17:09:19,0.00,failed,0,US,0.00,0.00,200.00 +1142607692,SVCM Backyard Garden Program,Community Gardens,Food,USD,2015-04-26,1500.00,2015-03-27 18:38:54,5.00,failed,1,US,5.00,5.00,1500.00 +1142611318,Ten Reasons Why Men don't Like Women/Men dont wear clothes,Nonfiction,Publishing,USD,2015-06-26,3000.00,2015-05-27 21:32:07,50.00,failed,1,US,50.00,50.00,3000.00 +"1142611865,""""""In Other News"""" Radio"",Audio,Journalism,USD,2014-08-25,3000.00,2014-07-25 03:05:14,4250.00,successful,126,US,4250.00,4250.00,3000.00" +"1142612227,""Hard Truth Real Love, Pilot (5 eps) Their Worlds Collide!"",Webseries,Film & Video,USD,2015-06-12,3500.00,2015-05-23 05:12:26,0.00,failed,0,US,0.00,0.00,3500.00" +1142615808,Your Personal Coach - WMNS TRAINING WIZARD,Apps,Technology,EUR,2016-08-16,2000.00,2016-08-01 21:13:59,0.00,canceled,0,BE,0.00,0.00,2265.21 +114261946,Soothing Nursery and Playroom Lighting Figures,Product Design,Design,USD,2014-05-20,9880.00,2014-03-21 01:06:33,0.00,failed,0,US,0.00,0.00,9880.00 +"1142619536,""Detroit, The First 300 Years"",Documentary,Film & Video,USD,2011-10-17,15000.00,2011-08-18 00:00:14,50.00,failed,2,US,50.00,50.00,15000.00" +114262067,Jac Henri Slim Wallet,Fashion,Fashion,USD,2013-06-21,20000.00,2013-05-17 00:25:04,20600.00,successful,191,US,20600.00,20600.00,20000.00 +1142622875,4th Period Training Shorts,Apparel,Fashion,CAD,2016-10-12,1000.00,2016-09-12 05:57:20,1.00,failed,1,CA,0.00,0.76,759.53 +"114262782,""Finding Lost Historic Markers, Awesome Views & Cemeteries"",Journalism,Journalism,USD,2014-09-26,1750.00,2014-08-27 02:47:53,1.00,failed,1,US,1.00,1.00,1750.00" +1142628989,HAVE FUN SHARING PHOTOS W/ FRIENDS AS PUZZABLE GAME!,Mobile Games,Games,USD,2015-06-28,20000.00,2015-04-29 02:09:28,22033.00,successful,147,US,22033.00,22033.00,20000.00 +114262918,Scot Sier’s Debut Album,Rock,Music,USD,2014-06-30,20000.00,2014-05-21 16:20:16,20107.00,successful,111,US,20107.00,20107.00,20000.00 +"1142635672,""A Musical Anthology, Photobook & Wall Calendar"",Photobooks,Photography,USD,2017-08-10,5500.00,2017-07-10 22:44:00,40.00,failed,2,US,0.00,40.00,5500.00" +1142654063,Bead Drive 2013,Public Art,Art,USD,2013-01-28,4500.00,2012-12-29 20:34:04,542.00,failed,20,US,542.00,542.00,4500.00 +114266708,State-of-the-Art Renovation at the SARAH BERGES DANCE STUDIO,Spaces,Dance,USD,2016-05-06,12000.00,2016-03-31 05:54:42,16490.00,successful,62,US,16490.00,16490.00,12000.00 +"1142669138,""Help Gold Cult master their 7"""" and go on tour."",Indie Rock,Music,USD,2013-09-20,1000.00,2013-08-19 21:12:36,1000.00,successful,30,US,1000.00,1000.00,1000.00" +114267097,Post-Apocalyptic Survival Story,Webseries,Film & Video,USD,2015-04-02,2000.00,2015-03-03 23:50:52,0.00,failed,0,US,0.00,0.00,2000.00 +1142673497,Burst! The Indie Rhythm Game For Indie Unsigned Musicians!,Video Games,Games,USD,2012-04-01,6500.00,2012-02-25 17:59:47,388.00,failed,12,US,388.00,388.00,6500.00 +1142687208,Missing Links Project - The Gift of a Lifetime,Experimental,Film & Video,USD,2016-12-22,295000.00,2016-11-22 17:13:10,10.00,failed,1,US,0.00,10.00,295000.00 +1142690221,Gym Point Average Movement,Apps,Technology,USD,2016-06-18,7500.00,2016-05-19 23:50:03,18.00,failed,2,US,18.00,18.00,7500.00 +"1142691577,""""""THE BUS"""""",Shorts,Film & Video,USD,2012-11-21,1100.00,2012-10-30 23:55:53,1102.00,successful,14,US,1102.00,1102.00,1100.00" +1142694006,Cincinnati Arcade and Pinball Expo 2016,Video Games,Games,USD,2015-08-31,18000.00,2015-07-29 18:00:53,1736.00,failed,23,US,1736.00,1736.00,18000.00 +1142697616,Bert: The Emotion Picture,Narrative Film,Film & Video,USD,2011-10-14,3500.00,2011-09-23 01:21:34,3530.00,successful,69,US,3530.00,3530.00,3500.00 +1142698056,The Immortal War: Evolve,Fiction,Publishing,USD,2015-03-26,500.00,2015-02-24 07:12:22,25.00,failed,1,US,25.00,25.00,500.00 +"1142700581,""St George Wild Bread, Sea Salt and Spices"",Food,Food,USD,2014-01-24,20000.00,2013-12-25 02:58:37,157.00,failed,21,US,157.00,157.00,20000.00" +1142707526,OneSafe:The easiest way to protect your privacy in the cloud,Software,Technology,USD,2016-01-15,50000.00,2015-11-16 09:01:59,431.00,failed,11,US,431.00,431.00,50000.00 +1142710083,When the Skies Spoke: The Archaeoastronomy of Nuku Hiva,Documentary,Film & Video,USD,2014-07-11,95941.00,2014-06-11 19:26:55,6231.00,failed,14,US,6231.00,6231.00,95941.00 +1142714694,West South West: A Portrait of America,Photography,Photography,USD,2013-06-03,5000.00,2013-05-04 19:43:23,5010.00,successful,26,US,5010.00,5010.00,5000.00 +114271481,The Highway 101 Project,Places,Photography,USD,2014-08-06,350.00,2014-07-07 02:22:15,987.00,successful,33,US,987.00,987.00,350.00 +1142723984,Final Boss Comic ISSUE #1,Comics,Comics,GBP,2013-04-17,400.00,2013-03-28 22:33:48,75.00,failed,4,GB,113.71,115.12,614.00 +1142727689,Barrel On,Technology,Technology,USD,2015-06-28,10000.00,2015-05-14 14:33:13,4615.00,failed,39,US,4615.00,4615.00,10000.00 +1142731517,Prophetic Words From The Heart Of The Father,Nonfiction,Publishing,USD,2013-12-13,25000.00,2013-10-14 19:37:55,0.00,failed,0,US,0.00,0.00,25000.00 +1142745845,Emerging Artist Exhibition,Art,Art,NZD,2015-02-05,6000.00,2014-12-22 22:29:00,71.00,failed,3,NZ,55.03,52.73,4455.67 +1142745906,Scharling's Debut Album: Crown Remedy,Rock,Music,USD,2011-01-01,5000.00,2010-10-21 19:36:00,512.00,failed,10,US,512.00,512.00,5000.00 +1142747470,BEDBUGS!!! (A Sci-fi Thriller Comedy Rock Musical) ,Theater,Theater,USD,2011-01-04,4000.00,2010-10-27 18:17:27,4665.00,successful,58,US,4665.00,4665.00,4000.00 +1142751603,Dani's Delectable Mini Donuts,Food,Food,CAD,2015-08-01,50000.00,2015-06-22 17:36:58,0.00,failed,0,CA,0.00,0.00,38220.46 +114275707,Queer Faces of the South,Photography,Photography,USD,2013-02-25,11500.00,2013-01-11 23:29:07,1350.00,failed,33,US,1350.00,1350.00,11500.00 +1142763575,THE FLUID RIBBON CHAIR *FIRST RUN BAMBOO*,Product Design,Design,USD,2012-11-24,19800.00,2012-10-28 21:34:51,5448.00,failed,13,US,5448.00,5448.00,19800.00 +"1142770534,""""""STUCK"""" - Funding for an Awesome Sci-Fi Short Film"",Shorts,Film & Video,USD,2014-02-01,3750.00,2013-12-10 00:29:30,5061.00,successful,37,US,5061.00,5061.00,3750.00" +114277631,Xeno Gaming - Indie Dev Solution - Cloud Gaming,Video Games,Games,EUR,2016-12-03,50000.00,2016-11-03 19:11:50,2835.00,failed,28,FR,2737.13,2993.47,52794.97 +1142784624,Setup The Upset: Streetwear Uncovered (Canceled),Apparel,Fashion,USD,2015-03-27,8000.00,2015-02-25 23:27:58,0.00,canceled,0,US,0.00,0.00,8000.00 +"1142785854,""""""Forever In Your Eyes"""" Short Film - Starring Tuesday Knight"",Shorts,Film & Video,USD,2017-06-04,10000.00,2017-05-05 09:49:18,501.00,canceled,9,US,0.00,501.00,10000.00" +1142786325,MacroPro - Personalised Meal Planner App,Apps,Technology,AUD,2016-11-03,31500.00,2016-10-04 01:13:01,181.00,failed,5,AU,0.00,139.07,24202.84 +114278793,Artists: Students to Professionals with Gallery credentials!,Mixed Media,Art,USD,2014-03-31,6000.00,2014-01-30 18:29:17,125.00,failed,4,US,125.00,125.00,6000.00 +1142793511,The Libertine,Accessories,Fashion,USD,2015-07-31,6000.00,2015-07-01 19:33:43,75.00,failed,3,US,75.00,75.00,6000.00 +"1142805832,""Ti2 TechLiner Pen Revisited ---- Bronze, Brass and Copper"",Product Design,Design,USD,2014-11-16,2500.00,2014-10-29 00:03:36,47085.00,successful,526,US,47085.00,47085.00,2500.00" +1142819351,Sarah,Drama,Film & Video,GBP,2015-06-02,2500.00,2015-05-03 23:43:38,430.00,failed,7,GB,651.06,659.25,3832.83 +1142821916,Flex Comics: Do You Even Flex? Our weekly web comic in print,Anthologies,Comics,USD,2014-09-11,3500.00,2014-08-12 05:49:32,10034.00,successful,151,US,10034.00,10034.00,3500.00 +1142827182,Teatä - The Cup Plant (recycling tea waste indoor plants),Product Design,Design,EUR,2017-08-30,1600.00,2017-07-31 14:33:32,11.00,failed,2,NL,0.00,13.11,1907.19 +1142829262,The Art of Living,Art,Art,GBP,2014-09-17,2000.00,2014-08-27 19:52:25,90.00,failed,5,GB,149.30,147.07,3268.13 +1142843410,Mimi's Matte Liquid Lipsticks,Fashion,Fashion,USD,2017-11-01,10000.00,2017-09-27 19:39:37,453.00,failed,11,US,33.00,453.00,10000.00 +1142843896,Rentcharlie: A Rent-Anything Website,Web,Technology,CAD,2016-07-27,500.00,2016-06-27 19:19:56,504.00,successful,3,CA,387.59,382.51,379.48 +114284771,Michael van Gerwen Water Funland,Civic Design,Design,GBP,2014-09-06,1000000.00,2014-07-08 17:11:54,56.00,failed,4,GB,96.01,90.90,1623271.22 +1142852558,Eggs for Donuts: A Documentary Short,Film & Video,Film & Video,USD,2012-08-21,2500.00,2012-07-17 18:07:40,2566.00,successful,36,US,2566.00,2566.00,2500.00 +114286600,As The Raven Flies: Cross-Canada Cycle Tour,Web,Journalism,CAD,2017-03-03,15000.00,2017-02-01 19:23:29,16450.00,successful,329,CA,4549.20,12272.46,11190.69 +1142867359,The Blind Adventure Hour,Webseries,Film & Video,USD,2013-05-09,150000.00,2013-04-09 17:43:27,0.00,failed,0,US,0.00,0.00,150000.00 +"1142867579,""The Bloviator: """"SEX, DRUGS AND WARREN G. HARDING!"""""",Fiction,Publishing,USD,2012-05-26,5000.00,2012-04-26 16:39:05,0.00,failed,0,US,0.00,0.00,5000.00" +1142870112,Milking It Movie,Shorts,Film & Video,USD,2014-03-09,10000.00,2014-02-07 01:43:26,11050.00,successful,143,US,11050.00,11050.00,10000.00 +114287621,A League About Nothing: If Seinfeld was a Sport,Fashion,Fashion,USD,2013-02-28,2000.00,2013-01-29 22:51:07,6064.00,successful,185,US,6064.00,6064.00,2000.00 +1142878000,SmartDriveWay (Canceled),Technology,Technology,USD,2015-02-16,10000.00,2015-01-17 00:04:57,0.00,canceled,0,US,0.00,0.00,10000.00 +1142880772,The Beauty of the Caribbean,Photobooks,Photography,USD,2014-11-16,800.00,2014-10-07 18:38:43,0.00,failed,0,US,0.00,0.00,800.00 +1142881958,Egaru Trademark Detective card game,Tabletop Games,Games,EUR,2016-07-12,4000.00,2016-06-02 23:56:58,1252.00,failed,21,ES,1391.24,1393.23,4451.22 +1142884468,Conker returns,Animation,Film & Video,EUR,2016-08-15,15000.00,2016-07-16 00:14:35,0.00,canceled,0,FR,0.00,0.00,16989.08 +1142886990,natalie & alanna fall/winter 2012 collection,Fashion,Fashion,USD,2011-12-04,5000.00,2011-11-04 17:32:55,1430.00,failed,18,US,1430.00,1430.00,5000.00 +114288741,Lovelygloworm Cafe,Restaurants,Food,GBP,2017-02-13,8000.00,2017-01-16 15:58:33,1168.00,failed,12,GB,0.00,1451.15,9939.37 +1142901120,Kakos Industries Season 2 - Do Evil Better,Radio & Podcasts,Publishing,USD,2015-02-15,13264.00,2015-01-17 00:07:39,6355.00,failed,89,US,6355.00,6355.00,13264.00 +1142914643,Aurora Centauri,Narrative Film,Film & Video,USD,2013-03-15,50000.00,2013-02-11 23:02:25,881.00,failed,17,US,881.00,881.00,50000.00 +1142917244,Followed International : the first global magazine for men,Journalism,Journalism,EUR,2015-11-04,20000.00,2015-10-14 10:10:52,6380.00,failed,52,FR,7246.16,6931.24,21728.03 +"1142920107,""Debut Album: """"PULSE"""""",Electronic Music,Music,USD,2012-08-05,3500.00,2012-07-06 04:01:46,0.00,failed,0,US,0.00,0.00,3500.00" +1142929311,Friend for Hire [Feature Film],Narrative Film,Film & Video,GBP,2015-03-09,18000.00,2015-02-07 02:38:39,132.00,failed,4,GB,200.65,195.11,26605.57 +"1142933230,""IT'S NOT YOU, IT'S ME - a dark comedy"",Shorts,Film & Video,USD,2012-09-09,8500.00,2012-08-15 09:54:16,12972.00,successful,61,US,12972.00,12972.00,8500.00" +1142934570,The Wheel House EP,Rock,Music,USD,2012-07-05,3300.00,2012-06-06 07:08:47,3505.68,successful,80,US,3505.68,3505.68,3300.00 +1142936650,LeadaHose: the new dog leash to keep your dog clean and cool,Product Design,Design,AUD,2014-08-22,20000.00,2014-07-23 01:25:01,412.00,canceled,12,AU,385.41,383.65,18623.71 +1142936927,The ADJUSTABLE CUPS BRA: personal - perfect - comfort,Apparel,Fashion,USD,2016-02-19,9000.00,2016-01-20 08:12:32,1674.00,failed,53,US,1674.00,1674.00,9000.00 +1142937344,Roadie 6 Port Miniature USB-C Pocket Hub For 12 Inch MacBook,Hardware,Technology,USD,2016-03-07,16000.00,2016-02-11 08:04:08,669.00,canceled,9,US,669.00,669.00,16000.00 +1142938091,Hunt: The Unknown Quarry - Digital Version,Tabletop Games,Games,USD,2016-04-07,5000.00,2016-03-08 09:00:21,6060.00,successful,141,US,6060.00,6060.00,5000.00 +1142938321,WattsMyStyle,Apps,Technology,GBP,2016-03-15,8000.00,2016-02-08 16:46:17,5.00,failed,1,GB,7.25,7.24,11589.67 +1142942650,COME IN... Into an unique opera !!,Conceptual Art,Art,EUR,2015-08-21,500.00,2015-07-22 09:16:24,5.00,failed,1,IT,5.42,5.64,564.05 +1142944424,Disney's Wonderland Bakery & Cafes (locations at all parks)!,Restaurants,Food,USD,2015-02-28,150000.00,2015-02-03 23:33:57,2.00,failed,2,US,2.00,2.00,150000.00 +114294583,American Sign Language Dolls,Design,Design,USD,2016-09-16,20060.00,2016-08-19 03:22:39,465.00,canceled,15,US,90.00,465.00,20060.00 +"1142946402,""""""Love In My Veins"""" Epic, Poetic Short Film"",Narrative Film,Film & Video,GBP,2014-10-22,16500.00,2014-09-22 20:02:45,1612.00,failed,14,GB,2625.84,2587.36,26483.48" +114295413,PANTHEON: A history of art from the streets of NYC,Art,Art,USD,2011-03-13,5000.00,2011-02-10 05:50:49,6393.50,successful,99,US,6393.50,6393.50,5000.00 +1142955918,The Cars of Gaming (WebSeries),Webseries,Film & Video,USD,2014-03-26,750.00,2014-02-19 01:28:23,0.00,failed,0,US,0.00,0.00,750.00 +1142962326,All Kinds of Wrong Game,Tabletop Games,Games,USD,2014-05-03,5000.00,2014-04-03 18:35:14,52.00,failed,4,US,52.00,52.00,5000.00 +1142964877,N. SALADA - World Fusion Salad Lounge,Restaurants,Food,USD,2014-11-13,145000.00,2014-09-25 00:58:31,727.00,failed,11,US,727.00,727.00,145000.00 +1142968473,Road to Glory II,Shorts,Film & Video,CHF,2017-05-04,2600.00,2017-03-15 09:22:53,61.00,failed,2,CH,59.55,61.69,2629.26 +1142969719,New55 FILM,Photography,Photography,USD,2014-05-06,400000.00,2014-03-23 23:00:53,415025.02,successful,2475,US,415025.02,415025.02,400000.00 +1142980083,The Freezing Point - Tableside Nitrogen Ice Cream & Cocktail,Events,Food,USD,2015-08-08,12600.00,2015-07-07 12:00:05,6314.00,failed,83,US,6314.00,6314.00,12600.00 +"1142994457,""The Vital Business Map: Success, Meaning & the Life You Love"",Product Design,Design,GBP,2015-12-02,3600.00,2015-10-31 18:41:43,148.00,failed,4,GB,226.74,224.07,5450.25" +1142996463,Perry Ripley - Demo Album (Singer/Songwriter) (Canceled),Rock,Music,GBP,2014-07-07,450.00,2014-06-19 00:44:41,0.00,canceled,0,GB,0.00,0.00,770.40 +1143000211,Cutie Scrub Jay Bird Enamel Pins,Art,Art,USD,2016-04-13,260.00,2016-03-14 17:36:19,516.00,successful,29,US,516.00,516.00,260.00 +1143000702,Curse of Good,Shorts,Film & Video,USD,2011-01-02,3000.00,2010-11-17 07:50:51,3025.00,successful,30,US,3025.00,3025.00,3000.00 +1143012198,Good Dog - A Canine Paladin's Story,Graphic Novels,Comics,USD,2015-10-09,8600.00,2015-09-08 12:55:30,209.00,failed,16,US,209.00,209.00,8600.00 +1143023742,The Bandaged Heart,Narrative Film,Film & Video,USD,2017-04-13,2500.00,2017-03-14 02:57:47,2701.00,successful,21,US,35.00,2701.00,2500.00 +1143024492,Linute: making later happen now,Apps,Technology,USD,2015-04-11,21500.00,2015-03-12 16:56:38,23115.00,successful,187,US,23115.00,23115.00,21500.00 +"1143026555,""FORTRESS: Capturing the Beauty and Soul of Fortaleza, Brazil"",Photography,Photography,USD,2013-11-13,2345.00,2013-10-25 19:41:23,63.00,canceled,7,US,63.00,63.00,2345.00" +1143027893,Poppy Tommy's Food Truck,Food Trucks,Food,GBP,2014-12-18,9240.00,2014-11-18 20:30:30,41.00,failed,5,GB,64.45,64.16,14458.74 +1143028791,The Beauty of Man. Works of art celebrating beautiful men.,Digital Art,Art,USD,2013-09-15,80000.00,2013-08-16 18:01:12,175.00,failed,4,US,175.00,175.00,80000.00 +"1143040907,""Michelle Bonilla's New Album """"Freedom"""""",Music,Music,USD,2012-07-23,50000.00,2012-06-20 13:39:40,3362.00,failed,38,US,3362.00,3362.00,50000.00" +1143045140,The DingleDorfs Encounter the Mysterious Menacing Meteor,Children's Books,Publishing,USD,2015-09-16,6700.00,2015-08-07 07:51:42,0.00,failed,0,US,0.00,0.00,6700.00 +1143048077,Help Fund O.M.ME.'s full length album,Indie Rock,Music,USD,2012-10-02,500.00,2012-08-03 21:02:32,0.00,failed,0,US,0.00,0.00,500.00 +1143050988,Sugar Supper Club,Food,Food,GBP,2013-07-17,12500.00,2013-06-17 09:39:14,1815.00,failed,39,GB,2849.92,2769.72,19075.23 +1143055131,Candied bacon wrapped Gator Pork Turducken,Bacon,Food,USD,2014-11-19,5000.00,2014-11-07 01:58:07,14.00,failed,4,US,14.00,14.00,5000.00 +1143059279,Music Video,Hip-Hop,Music,USD,2015-03-13,500.00,2015-03-06 18:07:49,0.00,failed,0,US,0.00,0.00,500.00 +1143067918,SNLN - Southern Nights Loving Nashville,Music,Music,USD,2017-04-26,2500.00,2017-03-27 19:51:06,27.00,canceled,2,US,50.00,27.00,2500.00 +1143068941,Fiera Magazine,Print,Journalism,GBP,2014-07-16,14000.00,2014-06-22 16:00:51,16332.00,successful,300,GB,27786.76,27906.02,23921.40 +1143076259,Americano: Music for Saxophone,Classical Music,Music,USD,2014-07-26,600.00,2014-06-26 02:16:51,665.00,successful,23,US,665.00,665.00,600.00 +"1143080035,""""""OR-GY""""... Tabria's new ALBUM, ART BOOK, and FRAGRANCE"",R&B,Music,USD,2015-07-01,50000.00,2015-05-25 22:02:47,931.00,failed,12,US,931.00,931.00,50000.00" +"1143084289,""""""Georgie Boy: Fallen Queen of Broadway"""" at Burning Man 2011"",Art,Art,USD,2011-04-12,1580.00,2011-02-21 22:44:31,1881.34,successful,34,US,1881.34,1881.34,1580.00" +1143086830,The Genkhi EP's Vinyl Release,Rock,Music,DKK,2015-01-01,10000.00,2014-12-02 21:06:16,150.00,failed,1,DK,25.09,24.27,1617.94 +1143095823,A Lotus 'Til Reckoning (The Movie),Narrative Film,Film & Video,USD,2012-10-05,20000.00,2012-09-01 16:59:03,20221.05,successful,78,US,20221.05,20221.05,20000.00 +1143098994,Stroopwafel Heaven,Food,Food,EUR,2014-09-11,8000.00,2014-08-12 17:57:47,590.00,failed,29,NL,790.60,762.92,10344.74 +1143099395,Math Helpline - $1 per hour 1-to-1 tutoring,Web,Technology,CAD,2016-04-21,50000.00,2016-04-06 17:56:13,101.00,failed,2,CA,77.13,79.32,39264.96 +1143105782,Skyline - The Petina Lee Story (Canceled),Video Games,Games,GBP,2016-02-10,2000.00,2016-01-11 08:47:47,102.00,canceled,5,GB,148.09,147.94,2900.86 +1143107229,Tongue Sculptors made an album!,Music,Music,USD,2011-08-15,1700.00,2011-07-15 15:56:47,2025.00,successful,56,US,2025.00,2025.00,1700.00 +1143107247,Keepers Calender,Illustration,Art,USD,2015-08-19,3000.00,2015-08-04 20:20:10,0.00,failed,0,US,0.00,0.00,3000.00 +1143109658,eyes in space,Graphic Design,Design,USD,2013-09-08,5000.00,2013-08-10 12:03:49,41.00,failed,4,US,41.00,41.00,5000.00 +1143114138,Willard Asylum Suitcase Documentation,Photography,Photography,USD,2011-11-17,8000.00,2011-10-03 17:30:59,18114.92,successful,674,US,18114.92,18114.92,8000.00 +1143115074,The Reef Chronicles:,Experimental,Film & Video,USD,2017-10-02,3900.00,2017-09-01 20:47:33,4170.00,successful,60,US,35.00,4170.00,3900.00 +1143117481,Touch-N-Fill™ - $25 Auto Water Filling for your Coffee Maker,Hardware,Technology,USD,2014-07-05,29900.00,2014-05-06 18:01:07,1575.00,failed,44,US,1575.00,1575.00,29900.00 +1143125510,Décoder le cerveau (Brain - PC compatibility),Makerspaces,Technology,CAD,2015-12-05,120000.00,2015-11-05 20:42:58,0.00,failed,0,CA,0.00,0.00,87822.01 +114313361,State Of Green: It's All About The Smiles DVD,Pop,Music,USD,2015-05-06,250.00,2015-04-06 13:37:57,331.00,successful,15,US,331.00,331.00,250.00 +1143150762,Bibleway.us,Web,Technology,NOK,2016-08-10,100000.00,2016-07-11 19:43:26,1000.00,failed,1,NO,0.00,121.77,12176.56 +114315475,B-29 - An Independent Short Film ,Shorts,Film & Video,USD,2010-09-23,5000.00,2010-08-24 05:08:52,276.00,failed,6,US,276.00,276.00,5000.00 +"1143160289,""The Dish Monster, (Multi Use Dish Washing Tool) (Canceled)"",Technology,Technology,USD,2015-04-21,250000.00,2015-03-12 21:07:08,0.00,canceled,0,US,0.00,0.00,250000.00" +1143161723,Centsability - payoff student loans and mortgages faster!,Apps,Technology,USD,2017-06-10,10000.00,2017-05-11 04:52:20,835.00,failed,25,US,10.00,835.00,10000.00 +1143162308,Waxes and Wanes,Jazz,Music,USD,2018-01-11,700.00,2017-12-12 22:55:12,275.00,live,8,US,110.00,275.00,700.00 +1143163208,Lou Black - Ethical & Classy Womenswear,Ready-to-wear,Fashion,GBP,2017-06-22,23000.00,2017-05-12 08:25:34,23110.00,successful,44,GB,1009.26,29406.90,29266.93 +1143172894,Defying Mainstream E-Zine,Journalism,Journalism,USD,2010-02-13,3000.00,2009-12-28 04:57:12,0.00,failed,0,US,0.00,0.00,3000.00 +1143182002,WW1 National Sikh Memorial,Sculpture,Art,GBP,2014-09-24,20000.00,2014-08-26 12:17:05,22685.00,successful,153,GB,37561.31,36995.66,32616.85 +114319877,The Deck of Change,Tabletop Games,Games,USD,2011-11-30,5120.00,2011-10-01 18:28:08,1063.00,failed,60,US,1063.00,1063.00,5120.00 +1143204515,Post Mortem,Graphic Novels,Comics,GBP,2015-08-31,6000.00,2015-07-22 08:15:36,1051.00,failed,57,GB,1635.86,1600.28,9135.76 +1143207425,Ozzy the Octopus learns about Tingshas,Children's Books,Publishing,USD,2012-12-30,3700.00,2012-11-30 23:32:12,0.00,failed,0,US,0.00,0.00,3700.00 +"1143214070,""Beard Lab - Beard Oils, Moustache Wax, Grooming Advice."",Crafts,Crafts,GBP,2015-05-06,600.00,2015-03-17 12:58:08,1217.00,successful,56,GB,1796.27,1875.83,924.81" +1143217889,rhillustration at the Towner Gallery Illustration Fair,Illustration,Art,GBP,2017-09-17,100.00,2017-09-02 16:23:41,103.00,successful,4,GB,97.03,139.75,135.68 +1143219536,Reaction Mass,Video Games,Games,USD,2012-07-07,1000.00,2012-06-06 18:41:34,59.00,failed,10,US,59.00,59.00,1000.00 +1143222220,Oh Snap!,Product Design,Design,USD,2014-08-29,650.00,2014-07-15 01:17:50,130.00,failed,6,US,130.00,130.00,650.00 +1143222904,Brokerage Brewing Company,Drinks,Food,USD,2017-09-24,30000.00,2017-08-25 15:42:51,29250.00,failed,82,US,6100.00,29250.00,30000.00 +1143230410,Turd Alert - dog poop warning flag (Canceled),Graphic Design,Design,USD,2015-04-08,5000.00,2015-03-09 16:58:31,1.00,canceled,1,US,1.00,1.00,5000.00 +1143249708,Theban Plays at The Brick (w/ Stretch Goals!),Experimental,Theater,USD,2015-12-04,4300.00,2015-11-04 08:43:22,8736.00,successful,94,US,8736.00,8736.00,4300.00 +1143256438,Participez à l'aventure Radio Victoire France,Radio & Podcasts,Publishing,EUR,2017-01-31,10000.00,2016-12-19 13:17:21,4004.00,failed,77,FR,0.00,4300.71,10741.02 +1143260558,GAMMA Gaming Centre,Live Games,Games,GBP,2015-06-21,2500.00,2015-05-31 11:59:55,0.00,failed,0,GB,0.00,0.00,3931.62 +1143264234,Lequeux Art Auction,Art,Art,EUR,2017-01-28,10000.00,2016-12-29 18:56:06,10.00,failed,1,NL,0.00,10.74,10741.02 +1143265944,Castles & Crusades Adventurers Backpack,Tabletop Games,Games,USD,2016-11-23,11000.00,2016-10-24 22:20:20,28485.99,successful,402,US,11966.99,28485.99,11000.00 +1143273792,G.E.E.K,Comics,Comics,USD,2012-09-28,15000.00,2012-07-30 20:04:29,15915.00,successful,198,US,15915.00,15915.00,15000.00 +1143275292,Hippie Fish: Tie Dye Fishing Shirts,Apparel,Fashion,USD,2014-11-13,4000.00,2014-10-14 18:59:41,1.00,failed,1,US,1.00,1.00,4000.00 +1143279045,Antichrist - A Horror Card Game (Canceled),Tabletop Games,Games,USD,2016-04-26,5666.00,2016-03-27 14:56:32,666.00,canceled,49,US,666.00,666.00,5666.00 +1143282202,Tristina Miller's First Full Album: When The Smoke Clears,Pop,Music,USD,2015-07-17,8000.00,2015-06-02 14:56:31,8300.00,successful,84,US,8300.00,8300.00,8000.00 +"1143285185,""""""Kiss Me I'M Famous"""" Dance Single by Christopher Wauben"",Dance,Dance,USD,2012-04-08,800.00,2012-03-09 21:58:21,0.00,canceled,0,US,0.00,0.00,800.00" +114328550,Help DC's 10 year old Published Author reach his goal!,Children's Books,Publishing,USD,2016-08-31,20000.00,2016-08-01 18:23:29,80.00,canceled,2,US,0.00,80.00,20000.00 +1143290811,Witness the Isthmus: Central Americans in Houston,Photography,Photography,USD,2017-09-18,4000.00,2017-08-18 21:17:55,4088.25,successful,74,US,747.00,4088.25,4000.00 +1143292005,Documentary for Women's Only Cross Country Motorcycle Ride,Documentary,Film & Video,USD,2013-04-03,2500.00,2013-03-04 17:34:29,77.00,failed,6,US,77.00,77.00,2500.00 +1143292080,Zebras limited edition vinyl LP / CD / & Tape,Rock,Music,USD,2012-04-13,2500.00,2012-03-13 23:42:15,2530.00,successful,86,US,2530.00,2530.00,2500.00 +1143292245,England Poster Art Print,Illustration,Art,GBP,2012-12-01,4000.00,2012-10-31 23:04:30,10.00,failed,1,GB,16.04,16.01,6403.69 +"1143295726,""Buy Film, not Megapixels"",Photobooks,Photography,USD,2015-09-25,150.00,2015-09-04 20:35:07,10.00,failed,1,US,10.00,10.00,150.00" +1143298180,Reach,Video Games,Games,USD,2017-09-11,500.00,2017-08-12 04:02:45,22.00,failed,4,US,11.00,22.00,500.00 +1143299448,City Conquest (Canceled),Video Games,Games,USD,2012-03-01,12000.00,2012-01-16 00:39:19,6542.01,canceled,168,US,6542.01,6542.01,12000.00 +1143309990,The Lazy Dreamers first EP,Rock,Music,EUR,2015-09-08,1500.00,2015-08-09 15:33:31,0.00,failed,0,ES,0.00,0.00,1690.20 +1143312461,App 2 you,Technology,Technology,EUR,2015-09-11,10000.00,2015-08-07 22:49:32,3.00,failed,3,IT,3.27,3.38,11267.99 +1143327145,The Maze - fast paced tabletop game for everyone!,Tabletop Games,Games,USD,2015-09-30,1000.00,2015-08-31 16:25:10,3484.00,successful,86,US,3484.00,3484.00,1000.00 +1143329330,Norwegian made wood and silver jewellery inspired by nature,Jewelry,Fashion,NOK,2015-11-22,25000.00,2015-10-23 08:35:36,25010.00,successful,18,NO,3060.83,2879.74,2878.59 +1143337362,Folio: A different arts magazine,Periodicals,Publishing,USD,2015-04-09,2500.00,2015-03-10 03:08:54,2500.00,successful,29,US,2500.00,2500.00,2500.00 +1143344483,Att bränna ett liv,Film & Video,Film & Video,SEK,2017-06-17,35000.00,2017-05-28 06:39:44,21747.00,failed,36,SE,0.00,2486.99,4002.61 +1143346336,Backpage Shawty,Drama,Film & Video,USD,2016-04-09,200.00,2016-03-10 00:04:14,0.00,failed,0,US,0.00,0.00,200.00 +114334706,Get 'ALBA - A Scottish Musical' to the Edinburgh Fringe!,Theater,Theater,GBP,2014-04-15,4000.00,2014-03-14 17:56:06,4070.00,successful,107,GB,6766.38,6840.91,6723.25 +1143349078,Elegant Dice Boxes,Tabletop Games,Games,USD,2016-05-20,3000.00,2016-04-25 18:05:05,7697.00,successful,118,US,7697.00,7697.00,3000.00 +1143352576,FOUR REALZ: 3D Film Photography in 4 Dimensions,Mixed Media,Art,USD,2014-04-16,3000.00,2014-03-17 17:29:39,6788.38,successful,225,US,6788.38,6788.38,3000.00 +114335710,Zodiac Apothecary Enamel Pin Series,Art,Art,USD,2017-11-03,1240.00,2017-10-04 03:57:50,3104.00,successful,127,US,540.00,3104.00,1240.00 +1143358272,Jorgy's Gourmet Apple Sauce,Food,Food,USD,2012-11-01,15000.00,2012-09-18 00:12:21,1135.00,failed,9,US,1135.00,1135.00,15000.00 +1143359226,Firefly: Origins - The Fan Web-Series to Bring Back Firefly!,Webseries,Film & Video,USD,2014-05-19,75000.00,2014-04-19 06:01:08,4748.42,failed,115,US,4748.42,4748.42,75000.00 +114336629,Ario1.com: An Interactive Relationship Advice Website,Web,Technology,USD,2015-01-13,35000.00,2014-11-21 12:07:56,0.00,failed,0,US,0.00,0.00,35000.00 +1143371594,What's Your Opinion on Spontaneous Human Combustion?,Theater,Theater,USD,2013-08-10,6000.00,2013-07-16 21:38:52,1865.00,failed,13,US,1865.00,1865.00,6000.00 +1143373070,The Main Nerve- A Sober Journey to Redeem the American Dream,Web,Journalism,USD,2014-07-04,750.00,2014-06-12 21:46:20,760.00,successful,13,US,760.00,760.00,750.00 +"114337766,""The Restoration """"You Know What To Do"""" Music Video"",Shorts,Film & Video,USD,2012-07-08,6000.00,2012-06-08 22:34:31,826.00,failed,10,US,826.00,826.00,6000.00" +1143380572,Precision Gyroscope,Hardware,Technology,USD,2013-10-13,19000.00,2013-09-03 13:15:58,396111.01,successful,5279,US,396111.01,396111.01,19000.00 +1143383232,Monster Moos! (Canceled),Tabletop Games,Games,USD,2013-02-15,15250.00,2013-01-01 23:00:08,7232.00,canceled,66,US,7232.00,7232.00,15250.00 +1143384866,Golden Age Bakery,Food,Food,USD,2012-09-26,4800.00,2012-08-27 23:34:18,6980.69,successful,99,US,6980.69,6980.69,4800.00 +"1143410411,""Hear, Hear Debut EP"",Pop,Music,USD,2014-06-05,5000.00,2014-05-06 17:24:11,5000.00,successful,64,US,5000.00,5000.00,5000.00" +"1143414968,""Pocket Palette: A single use, full face, makeup kit"",Product Design,Design,USD,2017-10-31,55000.00,2017-10-01 22:04:24,56305.00,successful,405,US,4820.00,56305.00,55000.00" +1143415775,The Fundamental Guide to KICKING ASS,Webseries,Film & Video,USD,2013-05-23,30000.00,2013-04-23 17:03:31,2687.00,failed,44,US,2687.00,2687.00,30000.00 +1143423512,Oakland Jazz Choir Demo Album,Jazz,Music,USD,2012-07-01,2500.00,2012-05-16 17:55:04,2790.00,successful,46,US,2790.00,2790.00,2500.00 +1143426679,Ammon Walker: Seattle Soccer-Hero,Comic Books,Comics,USD,2015-09-11,11000.00,2015-07-13 23:03:39,361.00,failed,8,US,361.00,361.00,11000.00 +1143441696,Monogram Jewelry Project,Jewelry,Fashion,USD,2014-09-04,20000.00,2014-08-05 23:02:11,3.00,failed,3,US,3.00,3.00,20000.00 +1143443801,Forbidden Synthesis,Fiction,Publishing,USD,2015-01-04,4000.00,2014-12-05 02:35:57,21.00,failed,2,US,21.00,21.00,4000.00 +1143447056,Bum n Baltimore,Comedy,Film & Video,USD,2015-06-07,14000.00,2015-05-06 15:03:28,14005.00,successful,69,US,14005.00,14005.00,14000.00 +1143447650,States of Union - Portraits of Same-Sex Families,Photography,Photography,USD,2011-06-15,30000.00,2011-04-28 23:52:19,4601.00,failed,65,US,4601.00,4601.00,30000.00 +1143447997,CAR SEAT SAFETY LATCH (WIRELESS COMMUNICATION) (Canceled),Gadgets,Technology,USD,2014-09-04,65000.00,2014-08-05 00:39:50,166.00,canceled,4,US,166.00,166.00,65000.00 +1143453378,EMMA,Film & Video,Film & Video,USD,2013-06-02,10000.00,2013-05-02 21:07:23,1244.00,failed,30,US,1244.00,1244.00,10000.00 +1143459193,Touchscreen Firewall and Shaper for home (Canceled),Technology,Technology,USD,2015-12-15,8000.00,2015-11-15 18:49:30,0.00,canceled,0,US,0.00,0.00,8000.00 +1143461114,The Sixth Prism,Shorts,Film & Video,USD,2014-04-28,1000.00,2014-03-29 02:02:35,3158.69,successful,50,US,3158.69,3158.69,1000.00 +1143463146,Zachary Simms Debut Album,Indie Rock,Music,USD,2013-06-24,14000.00,2013-05-21 08:43:05,6259.79,failed,108,US,6259.79,6259.79,14000.00 +1143469804,Ripple: Look Sharp. Do Good.,Ready-to-wear,Fashion,USD,2015-07-02,15000.00,2015-06-02 16:00:34,2545.00,failed,43,US,2545.00,2545.00,15000.00 +1143490091,Ghostbusters LEGO - ECTO1: A LIFE SIZE full scale model,Interactive Design,Design,CAD,2014-10-01,13500.00,2014-09-01 06:42:23,5.00,failed,1,CA,4.60,4.47,12071.89 +1143492700,Support Small Business Support Lit Candle Supply,Candles,Crafts,USD,2017-11-03,1000.00,2017-09-05 00:53:53,0.00,failed,0,US,0.00,0.00,1000.00 +114349856,The perfect place for all your Lollipoo,Food,Food,EUR,2017-04-19,870.00,2017-03-29 12:29:24,1183.75,successful,67,IT,132.52,1266.38,930.73 +1143501858,MP3 with your name on Itunes,Indie Rock,Music,USD,2010-03-26,750.00,2010-02-12 02:57:52,0.00,failed,0,US,0.00,0.00,750.00 +"1143502936,""Lakes Brand. Don't Text, Don't Call, I'm at the Lake."",Fashion,Fashion,USD,2012-12-09,20000.00,2012-11-09 20:06:08,22650.00,successful,264,US,22650.00,22650.00,20000.00" +"1143510550,""Get """"Fractured"""" to CMF Hollywood!"",Shorts,Film & Video,USD,2015-03-21,2000.00,2015-02-19 14:22:39,100.00,failed,3,US,100.00,100.00,2000.00" +114354285,Showtime: Debut Music Album,Music,Music,USD,2017-07-22,595.00,2017-06-26 23:43:09,0.00,canceled,0,US,0.00,0.00,595.00 +1143543950,Bring Bagonza to New York,Performances,Dance,USD,2015-04-01,3000.00,2015-02-26 23:52:07,3000.00,successful,42,US,3000.00,3000.00,3000.00 +1143548974,Please help fund the Tony LaJoye Trio Debut Album!,Music,Music,USD,2012-08-10,2000.00,2012-07-11 23:25:10,2115.00,successful,53,US,2115.00,2115.00,2000.00 +114356403,Valiant - Multiplayer Virtual Reality Combat (Canceled),Video Games,Games,AUD,2016-01-14,15500.00,2015-12-15 18:02:51,4068.00,canceled,112,AU,2926.33,2793.19,10642.68 +1143569052,The Daughter of Count Monte Christo,Fiction,Publishing,USD,2018-01-14,7000.00,2017-12-15 21:21:20,30.00,live,2,US,30.00,30.00,7000.00 +1143570657,youWare | A digital ID for the real world,Wearables,Technology,USD,2015-01-01,50000.00,2014-12-01 06:16:04,10814.00,failed,215,US,10814.00,10814.00,50000.00 +1143571771,Dead Souls will move you!,Comics,Comics,USD,2011-07-24,8000.00,2011-05-20 02:05:28,1.00,failed,1,US,1.00,1.00,8000.00 +1143575385,Austrian Economics for Kids,Academic,Publishing,USD,2014-08-04,1200.00,2014-07-23 03:40:40,1782.00,successful,26,US,1782.00,1782.00,1200.00 +1143580610,City Modern Ensemble-Public Performance Art,Performance Art,Art,USD,2015-06-30,10000.00,2015-05-31 02:59:23,600.00,failed,7,US,600.00,600.00,10000.00 +"1143584215,""""""Deep Blue Borders-Terrorists Adrift"""""",Publishing,Publishing,USD,2013-05-29,4600.00,2013-04-29 20:15:02,0.00,failed,0,US,0.00,0.00,4600.00" +1143588830,LocoBarz™ – GRANOLA NUTRITION BARS WITH HEAT & ATTITUDE,Food,Food,USD,2017-03-29,25000.00,2017-02-27 19:56:02,261.00,failed,2,US,24.00,261.00,25000.00 +1143608674,Zomb-body Luvs You !,Fashion,Fashion,USD,2013-02-27,3500.00,2013-01-28 22:04:47,250.00,failed,7,US,250.00,250.00,3500.00 +1143609767,WALLICH/HANKINS: 2 New Choreographic Works,Dance,Dance,USD,2011-10-14,4400.00,2011-09-19 19:05:51,4727.00,successful,36,US,4727.00,4727.00,4400.00 +1143610790,Guitar Fund for Broke College Metal Head to play free show,Music,Music,USD,2015-07-05,25.00,2015-06-05 22:36:45,75.00,successful,3,US,75.00,75.00,25.00 +1143622744,Tmouse-Worlds first deformable mouse,Product Design,Design,USD,2016-04-27,10000.00,2016-03-08 17:40:25,106280.00,successful,1718,US,106280.00,106280.00,10000.00 +1143626204,Radio Lola (The Burden in Our Bones),Rock,Music,USD,2016-04-26,1500.00,2016-03-25 22:42:38,2546.00,successful,31,US,2546.00,2546.00,1500.00 +1143631633,Brrrainz (Canceled),Video Games,Games,CAD,2016-05-19,30000.00,2016-04-19 19:01:24,23090.00,canceled,148,CA,17862.39,17617.88,22890.28 +1143633995,Sean's Walk Debut Album,Indie Rock,Music,EUR,2015-02-28,2500.00,2015-01-29 21:42:38,2816.00,successful,50,IE,3193.18,3087.18,2740.75 +1143639989,Videos and Venues Blog Startup,Music,Music,CAD,2015-05-12,1000.00,2015-03-13 16:17:33,1.00,failed,1,CA,0.78,0.83,830.77 +1143641943,Virivee - hand dyed gradient and ombre tights,Fashion,Fashion,GBP,2013-01-31,1100.00,2013-01-08 17:14:33,1167.00,successful,43,GB,1879.02,1847.81,1741.72 +"1143648055,""William Isaac Watches - Classic, Minimal and Interchangable"",Accessories,Fashion,USD,2015-12-25,13000.00,2015-11-26 04:00:30,2186.00,failed,24,US,2186.00,2186.00,13000.00" +1143649282,robotic humans (Canceled),Shorts,Film & Video,USD,2010-12-24,7000.00,2010-11-14 18:51:54,0.00,canceled,0,US,0.00,0.00,7000.00 +"1143651270,""Raising Kids~Raising Animals: A Documentary, Inspired Cinema"",Documentary,Film & Video,USD,2015-03-25,70000.00,2015-02-23 08:02:26,6463.00,failed,29,US,6463.00,6463.00,70000.00" +11436524,Watches / Vintage Style / Affordable Prices,Accessories,Fashion,EUR,2015-10-31,39600.00,2015-10-01 06:47:43,191961.00,successful,1156,FR,216038.00,208546.72,43021.50 +"1143656952,""Dahlia Revolt """"Rooftops and Graffiti"""""",Indie Rock,Music,USD,2014-11-03,4250.00,2014-10-09 18:08:31,4425.00,successful,34,US,4425.00,4425.00,4250.00" +1143659012,LeagueHeads - The Head to Head Fantasy Wagering Game,Games,Games,USD,2012-12-20,35000.00,2012-11-15 16:22:51,1400.00,failed,22,US,1400.00,1400.00,35000.00 +1143681418,The Golf & Tennis Brand that Shapes & Slims - Made in USA,Apparel,Fashion,USD,2014-09-24,20000.00,2014-08-19 03:36:17,2137.00,failed,46,US,2137.00,2137.00,20000.00 +1143687771,SWANKY SHAMPANE project,Theater,Theater,USD,2011-04-19,30000.00,2011-03-04 18:33:55,1010.00,failed,6,US,1010.00,1010.00,30000.00 +1143688929,The Last Revel - Releasing a New Album,Country & Folk,Music,USD,2015-02-26,7000.00,2015-01-27 23:37:46,7520.00,successful,109,US,7520.00,7520.00,7000.00 +"1143690382,""nicnacpac - Cycle Pack, the portable pocket for all cyclists"",Product Design,Design,GBP,2017-10-04,3000.00,2017-09-04 10:00:59,4799.00,successful,493,GB,770.63,6274.84,3922.59" +1143693165,Postcards for Enemies,Art,Art,USD,2011-11-02,3000.00,2011-10-03 21:41:46,25.00,failed,1,US,25.00,25.00,3000.00 +1143696575,First collection of girls clothing for photoshoot,Fashion,Fashion,GBP,2013-12-25,3000.00,2013-11-25 22:39:35,31.00,failed,7,GB,50.29,51.18,4953.36 +114370013,HeadCrusher's new full length album.,Music,Music,USD,2011-12-02,1000.00,2011-10-03 10:51:44,75.00,failed,3,US,75.00,75.00,1000.00 +1143702524,Sunday Morning (Canceled),Documentary,Film & Video,USD,2011-08-16,15000.00,2011-07-17 04:39:09,0.00,canceled,0,US,0.00,0.00,15000.00 +114371031,Preserving Film Photography - It's Not a Lost Art,Fine Art,Photography,USD,2014-08-11,25000.00,2014-06-25 09:32:15,15062.00,failed,26,US,15062.00,15062.00,25000.00 +1143713735,Menthu--A Year of Comics,Webcomics,Comics,USD,2015-05-04,12000.00,2015-04-03 10:02:10,3789.00,failed,43,US,3789.00,3789.00,12000.00 +1143724924,Free,Faith,Music,USD,2015-07-12,10500.00,2015-06-12 07:48:21,75.00,failed,2,US,75.00,75.00,10500.00 +114372820,A Matter Of Life Or Death,Shorts,Film & Video,USD,2012-10-25,2500.00,2012-10-05 05:32:07,0.00,failed,0,US,0.00,0.00,2500.00 +1143735803,Dolyna - Portrait of a Town (Canceled),Photography,Photography,USD,2010-06-01,3000.00,2010-04-24 09:41:34,0.00,canceled,0,US,0.00,0.00,3000.00 +1143748183,Inspirational Food For Thoughts & Emotions,Food Trucks,Food,USD,2016-05-04,25000.00,2016-04-04 21:16:21,1.00,failed,1,US,1.00,1.00,25000.00 +1143748756,Deep Soul Deities finishes their Full-Length Record,Music,Music,USD,2012-04-26,1500.00,2012-03-27 18:37:14,1860.00,successful,46,US,1860.00,1860.00,1500.00 +1143749173,MANOS Returns,Comedy,Film & Video,USD,2016-03-02,24000.00,2016-01-29 23:28:16,31750.00,successful,420,US,31750.00,31750.00,24000.00 +1143762900,FUBAR: American History Z,Comics,Comics,USD,2012-12-04,6000.00,2012-10-30 17:11:07,17382.37,successful,252,US,17382.37,17382.37,6000.00 +1143768794,Stray - The Ongoing Series,Comic Books,Comics,USD,2016-08-06,5000.00,2016-07-07 17:50:47,12223.00,successful,294,US,2896.00,12223.00,5000.00 +114378023,Brother Loving Brother,Video,Journalism,USD,2014-11-26,5000.00,2014-09-30 22:54:47,5.00,failed,1,US,5.00,5.00,5000.00 +1143788877,THIEF! Stolen Gear Benefit for Dinosaur Feathers 2012 Tour,Indie Rock,Music,USD,2012-02-25,3000.00,2012-01-31 19:06:08,3846.00,successful,74,US,3846.00,3846.00,3000.00 +1143795259,Gaming isnt just life. (Suspended) (Suspended) (Suspended),Gaming Hardware,Games,GBP,2015-12-12,250.00,2015-11-12 00:44:02,40.00,suspended,2,GB,60.45,59.65,372.80 +1143798518,MIDNITE HELLION - The First Full Length!!,Metal,Music,USD,2014-12-25,2200.00,2014-11-10 15:32:45,2610.00,successful,39,US,2610.00,2610.00,2200.00 +11438037,Yung Turnt & Dj Redd 2Deez - Double Cup Edition Mixtape,Hip-Hop,Music,USD,2013-11-09,10000.00,2013-10-10 02:34:16,0.00,failed,0,US,0.00,0.00,10000.00 +1143813138,GetDismissed - The Best Way To Dismiss Your Traffic Ticket,Apps,Technology,USD,2015-10-30,150000.00,2015-08-31 20:50:07,0.00,canceled,0,US,0.00,0.00,150000.00 +1143813659,Ethically Made in Nepal Yoga & Meditation Accessories,Fashion,Fashion,USD,2016-06-16,15000.00,2016-05-01 06:08:17,15881.40,successful,330,US,15881.40,15881.40,15000.00 +"114381568,""Thrones: The Best of Cyvasse, Chess, and Stratego"",Tabletop Games,Games,USD,2016-01-10,5750.00,2015-12-11 13:01:05,7324.00,successful,106,US,7324.00,7324.00,5750.00" +1143820253,Patent-Pending MoiZoi Coupon Management App,Apps,Technology,USD,2016-01-22,150000.00,2015-11-23 22:31:29,0.00,failed,0,US,0.00,0.00,150000.00 +"1143820593,""Kaiti Jones' debut LP, """"VOWS"""""",Country & Folk,Music,USD,2017-10-27,6000.00,2017-09-26 07:53:35,8581.00,successful,109,US,733.00,8581.00,6000.00" +114382110,Trotton - Site de Covoiturage Equestre,Apps,Technology,EUR,2016-12-01,1000.00,2016-11-01 18:40:06,7.00,failed,3,FR,1.10,7.45,1064.20 +"1143821987,""""""Live My Life Again"""""",World Music,Music,USD,2017-08-08,5000.00,2017-06-24 22:42:35,0.00,canceled,0,US,0.00,0.00,5000.00" +1143824301,Joeys for Kids: Pajamas for Adoption,Childrenswear,Fashion,USD,2015-08-27,20000.00,2015-07-28 11:18:32,8100.00,failed,58,US,8100.00,8100.00,20000.00 +1143832548,Royal Skeletons Playing Cards Deck *See Update #19*,Playing Cards,Games,CAD,2015-06-01,4250.00,2015-04-27 01:17:42,4266.00,successful,82,CA,3505.08,3412.80,3400.00 +114383333,Fifty High Seasons,Photobooks,Photography,EUR,2017-07-07,7000.00,2017-06-02 19:17:55,15141.00,successful,259,IE,6803.16,17278.92,7988.41 +1143838272,BIGGLE & BEE - an anti- bullying story written for children,Children's Books,Publishing,USD,2014-05-08,1750.00,2014-04-08 17:54:55,0.00,failed,0,US,0.00,0.00,1750.00 +1143842872,LAYERCAKE BUILDER,Technology,Technology,GBP,2013-03-05,20000.00,2013-01-04 12:54:42,192.00,failed,10,GB,311.64,288.55,30057.56 +1143844147,The Ridiculous Quest to Crowdfund a Craigslist Butcher Block,Farms,Food,USD,2015-01-26,650.00,2015-01-16 21:00:57,760.00,successful,19,US,760.00,760.00,650.00 +1143844409,Victorio Otter,Apparel,Fashion,EUR,2015-07-24,15000.00,2015-06-24 16:32:53,0.00,failed,0,ES,0.00,0.00,16408.51 +1143844555,The Journey,Publishing,Publishing,CAD,2016-12-22,2000.00,2016-10-23 01:17:55,0.00,canceled,0,CA,0.00,0.00,1479.95 +"1143846447,""""""Song to the Waking Sun"""" -- Alla Prima Flute and Harp Album"",Classical Music,Music,USD,2014-09-11,3000.00,2014-08-11 14:55:03,4375.00,successful,120,US,4375.00,4375.00,3000.00" +114384906,The Order: 2012 Dance Iquail Season,Dance,Dance,USD,2011-12-16,3000.00,2011-11-01 02:21:41,4700.00,successful,76,US,4700.00,4700.00,3000.00 +1143850826,Witches & Warrioresses: Beauties of Steel & Charms-Art book,Illustration,Art,CAD,2015-04-24,500.00,2015-02-23 23:26:56,3.00,canceled,1,CA,2.39,2.48,412.58 +1143876585,Kyle & Brad's Big Ass Spaghetti Dinner for Friendship,Events,Food,USD,2015-04-03,100.00,2015-02-02 23:28:20,0.00,suspended,0,US,0.00,0.00,100.00 +1143882064,Meridians: An Organic Short Film,Shorts,Film & Video,USD,2014-03-03,9000.00,2014-01-22 06:37:46,9376.00,successful,49,US,9376.00,9376.00,9000.00 +1143887133,Adam Tronsen's Newest Music Video,Electronic Music,Music,USD,2013-01-19,1400.00,2013-01-04 06:24:35,1401.00,successful,12,US,1401.00,1401.00,1400.00 +"1143888750,""Red Deer Islamic Center Redesign, School for the children"",Architecture,Design,CAD,2015-09-07,1500.00,2015-08-23 08:31:29,351.00,failed,4,CA,266.46,264.65,1130.97" +1143890448,Liberty Plaza Painting,Painting,Art,USD,2012-01-01,1000.00,2011-12-02 18:39:05,1006.00,successful,14,US,1006.00,1006.00,1000.00 +1143897872,LMN Jeans - His Style Her Fit (Canceled),Apparel,Fashion,USD,2014-08-04,10000.00,2014-07-05 18:02:52,240.00,canceled,2,US,240.00,240.00,10000.00 +1143903795,The nite is young!,Apps,Technology,GBP,2015-11-30,200000.00,2015-10-31 00:00:21,50.00,failed,3,GB,76.33,75.70,302791.74 +1143904247,It Might Become a Movie,Shorts,Film & Video,USD,2009-07-01,1000.00,2009-05-29 18:56:20,1137.00,successful,23,US,1137.00,1137.00,1000.00 +1143904741,Flip'N Shades Solar Eclipse Viewing Shades 2017,Product Design,Design,USD,2017-08-10,25000.00,2017-07-11 17:48:56,150.00,failed,5,US,30.00,150.00,25000.00 +1143905024,Multi-Use SCRUBBER (Canceled),Design,Design,USD,2015-07-31,14500.00,2015-06-25 00:23:21,0.00,canceled,0,US,0.00,0.00,14500.00 +11439199,Kiën Light: Intelligent daylight at your fingertips,Hardware,Technology,EUR,2016-11-23,50000.00,2016-10-18 09:45:43,152579.00,successful,398,DE,133799.88,161611.46,52959.93 +1143921925,New Day: Hip-Hop Videos for Impact,Music Videos,Film & Video,USD,2015-07-20,3000.00,2015-06-20 19:19:31,3032.00,successful,42,US,3032.00,3032.00,3000.00 +1143924568,Meraki - a progressive gaming/streaming soundtrack,Electronic Music,Music,AUD,2014-06-07,5000.00,2014-05-08 23:02:12,3037.69,failed,76,AU,2838.13,2852.29,4694.84 +1143925064,Handmade Jewelry with a Funky Flare!,Art,Art,USD,2014-02-26,110.00,2014-01-17 04:53:19,50.00,failed,3,US,50.00,50.00,110.00 +1143928429,Edible Optics,DIY,Crafts,USD,2015-04-21,3000.00,2015-04-03 22:45:33,785.00,failed,28,US,785.00,785.00,3000.00 +1143946196,Berlin Calling: An International Exhibition Opportunity,Mixed Media,Art,USD,2012-09-29,1925.00,2012-08-30 01:55:56,2038.00,successful,51,US,2038.00,2038.00,1925.00 +1143964944,Bring Spinning Wheel Back to the Stage,Theater,Theater,GBP,2014-04-28,1000.00,2014-03-29 16:47:48,1000.00,successful,27,GB,1662.12,1687.59,1687.59 +114396613,The Sport Revolution on your SmartPhone,Apps,Technology,EUR,2016-11-09,4650.00,2016-09-30 20:48:23,636.00,failed,7,ES,113.41,693.50,5070.39 +1143966552,California Do-Nut Co.,Small Batch,Food,USD,2015-06-06,45000.00,2015-04-07 21:13:14,3741.00,failed,48,US,3741.00,3741.00,45000.00 +"1143967243,""The Rules: Sex, Lies & Serial Killers"",Plays,Theater,GBP,2015-07-18,2000.00,2015-06-24 22:30:40,2005.00,successful,30,GB,3162.38,3102.66,3094.92" +1143980934,Equality magazine,Journalism,Journalism,GBP,2015-02-13,13000.00,2015-01-14 03:19:02,2.00,failed,2,GB,3.03,3.08,19991.08 +1143983043,Cool Runnings: 10 Reasons Why Jamaicans Run So Fast Cookbook,Cookbooks,Food,CAD,2016-05-16,5000.00,2016-03-28 19:07:58,1708.00,failed,31,CA,1287.51,1303.22,3815.05 +1143984466,The Christmas Tree Hugger,Experimental,Theater,USD,2015-07-31,523.00,2015-07-01 16:09:33,681.00,successful,7,US,681.00,681.00,523.00 +11439861,goodr RUNNING SUNGLASSES,Product Design,Design,USD,2016-10-07,22469.00,2016-09-07 14:05:16,41777.99,successful,948,US,6953.00,41777.99,22469.00 +1143990740,Jacob's Ladder needs your help.,Music,Music,USD,2014-04-26,12000.00,2014-02-25 15:19:26,735.00,failed,13,US,735.00,735.00,12000.00 +1144004170,The Deliverer,Graphic Novels,Comics,CAD,2015-06-10,5000.00,2015-05-11 19:31:28,5231.00,successful,73,CA,4332.82,4251.81,4064.05 +1144019299,Rachel Barton Pine records Mendelssohn & Schumann Concertos,Classical Music,Music,USD,2013-01-01,10000.00,2012-12-05 19:23:02,10511.00,successful,181,US,10511.00,10511.00,10000.00 +"1144019552,""Follow Apollo - """"The Sun Is Heavy"""" (Canceled)"",Indie Rock,Music,USD,2015-06-03,3000.00,2015-05-04 19:30:23,470.00,canceled,7,US,470.00,470.00,3000.00" +1144029616,You Are The You-niverse,Children's Books,Publishing,USD,2017-03-23,15000.00,2017-02-21 22:19:01,3505.00,failed,44,US,100.00,3505.00,15000.00 +1144034691,Waiting For Eternity Muscle Shoals FAME Sessions EP,Rock,Music,USD,2017-11-06,1000.00,2017-10-09 05:19:08,1020.00,successful,20,US,349.00,1020.00,1000.00 +1144036002,Foretold (Canceled),Shorts,Film & Video,USD,2011-04-24,1200.00,2011-03-24 17:56:05,160.00,canceled,4,US,160.00,160.00,1200.00 +1144053668,Frost Publishing House,Publishing,Publishing,USD,2015-11-19,565000.00,2015-10-20 04:40:18,0.00,failed,0,US,0.00,0.00,565000.00 +"114406179,""Youtube Documentary: """"Please Subscribe!"""""",Documentary,Film & Video,USD,2011-06-24,18000.00,2011-04-05 22:58:18,275.00,failed,3,US,275.00,275.00,18000.00" +"1144062050,""Elvis Sunny Bear by Michael J. Harris, PhD & Catherine M. Ed"",Children's Books,Publishing,USD,2013-11-27,2500.00,2013-10-28 21:53:24,100.00,failed,1,US,100.00,100.00,2500.00" +114406421,The World's First Floating Canoe Hire Cafe,Food,Food,GBP,2014-03-19,19500.00,2014-02-17 17:48:02,19690.00,successful,105,GB,32974.23,32467.10,32153.81 +1144067200,Soy Candle business,Candles,Crafts,USD,2015-12-08,2500.00,2015-11-13 23:51:56,40.00,failed,1,US,40.00,40.00,2500.00 +1144071813,Southwest Stories: A Documentary,Documentary,Film & Video,CAD,2014-02-23,10000.00,2014-01-14 22:47:15,10.00,failed,1,CA,9.18,8.99,8994.42 +1144074466,Jessica Morale Debut EP: Music Videos and PR,Music Videos,Film & Video,USD,2017-05-06,5000.00,2017-04-06 22:33:09,5045.00,successful,25,US,10.00,5045.00,5000.00 +1144076001,Eriso Humidity and Temperature Sensor by Chiral Software,Technology,Technology,USD,2017-08-10,8000.00,2017-07-11 00:06:22,150.00,canceled,5,US,30.00,150.00,8000.00 +1144083418,back to basics: authentic lebanese cuisine.,Cookbooks,Food,AUD,2015-05-07,50000.00,2015-04-07 08:42:19,0.00,failed,0,AU,0.00,0.00,39563.22 +1144095154,The Forge,Film & Video,Film & Video,USD,2017-03-21,200000.00,2017-02-19 23:03:36,1.00,failed,1,US,0.00,1.00,200000.00 +1144099212,The Marketing Poject,Hip-Hop,Music,USD,2015-03-15,4000.00,2015-02-13 19:45:44,0.00,failed,0,US,0.00,0.00,4000.00 +1144105068,Cross-Platform Unique & Novel Approach to Saving the World,3D Printing,Technology,USD,2017-03-12,1000000.00,2017-02-10 22:13:49,50.00,failed,1,US,0.00,50.00,1000000.00 +1144112328,Interactive panorama's,Places,Photography,EUR,2014-09-09,5000.00,2014-08-10 20:59:59,0.00,failed,0,NL,0.00,0.00,6465.46 +1144115156,Nakom,Narrative Film,Film & Video,USD,2014-05-17,30000.00,2014-04-02 21:22:18,32430.31,successful,266,US,32430.31,32430.31,30000.00 +"1144130371,""""""Crisis In The Caucasus: The Russo-Georgian War"""" (Canceled)"",Tabletop Games,Games,USD,2016-06-29,15000.00,2016-06-01 06:01:10,1350.00,canceled,25,US,1350.00,1350.00,15000.00" +1144135043,Handcrafted Kitchen Items,Woodworking,Crafts,USD,2016-04-23,8000.00,2016-03-14 15:10:12,58.00,failed,4,US,58.00,58.00,8000.00 +1144137171,Ocotillo Road (Canceled),Shorts,Film & Video,USD,2012-10-03,5000.00,2012-08-24 01:17:52,160.00,canceled,3,US,160.00,160.00,5000.00 +1144137297,Just Friends (Canceled),Apps,Technology,SEK,2016-06-02,90000.00,2016-05-03 12:21:10,0.00,canceled,0,SE,0.00,0.00,10840.24 +1144139293,Défilé Collectif UQAM,Fashion,Fashion,CAD,2014-04-28,1000.00,2014-04-08 17:44:41,1290.00,successful,29,CA,1175.63,1176.47,911.99 +1144141216,Forest Sprite Beacon - Night time geocaching and...,DIY Electronics,Technology,AUD,2017-08-09,500.00,2017-07-10 22:53:57,25.00,failed,1,AU,0.00,19.66,393.17 +1144180328,Tramoni Coffee Project,Drinks,Food,GBP,2016-10-16,10000.00,2016-09-16 23:07:29,0.00,failed,0,GB,0.00,0.00,12187.69 +1144180786,SPACEMAN 1,Conceptual Art,Art,CAD,2014-08-14,600.00,2014-08-11 20:48:28,0.00,failed,0,CA,0.00,0.00,550.46 +1144186530,Learn U.S. Geography: Dreaming my way across The U.S.,Children's Books,Publishing,USD,2013-01-03,5000.00,2012-12-04 02:31:33,36.00,failed,4,US,36.00,36.00,5000.00 +1144187095,Hair Body N' Soul-Organics You Can Trust,Crafts,Crafts,USD,2015-01-16,2500.00,2014-11-17 00:02:13,26.00,failed,2,US,26.00,26.00,2500.00 +114418733,The 100 Life Goals Book Project,Nonfiction,Publishing,USD,2013-06-12,17500.00,2013-05-22 21:14:50,17880.99,successful,274,US,17880.99,17880.99,17500.00 +1144187431,INCA BAG - Hand Made Bridle Leather Bag - Made in London,Accessories,Fashion,GBP,2014-06-29,1500.00,2014-05-30 22:22:23,227.00,failed,4,GB,379.58,389.16,2571.53 +"1144192020,""The new memories project, please smile!"",People,Photography,EUR,2016-12-19,1000.00,2016-11-29 09:25:59,0.00,canceled,0,ES,0.00,0.00,1044.60" +1144208061,Jungle Babe!,Comics,Comics,USD,2017-07-21,99.00,2017-07-16 22:57:44,945.00,successful,21,US,735.00,945.00,99.00 +1144211201,Button The Movie,Comedy,Film & Video,USD,2015-02-09,1800.00,2014-12-16 19:01:10,2800.00,successful,42,US,2800.00,2800.00,1800.00 +1144216228,MegaBattery – Portable mini powerwall station,DIY Electronics,Technology,HKD,2017-12-13,2700.00,2017-12-01 02:45:36,5800.00,successful,4,HK,614.94,742.50,345.64 +1144216891,A toy for empathy: unlocking creativity at all ages,Design,Design,CAD,2013-12-29,45000.00,2013-11-28 14:15:32,52367.66,successful,467,CA,49650.58,49347.59,42404.82 +114422053,funnygrams: make people laugh,Illustration,Art,USD,2012-10-06,420.00,2012-09-06 22:09:02,560.00,successful,34,US,560.00,560.00,420.00 +1144239610,Moon Child,Video Games,Games,EUR,2016-11-22,150000.00,2016-10-13 16:52:02,1929.00,failed,63,ES,911.70,2043.19,158879.79 +1144240467,Clarissa's World webisode,Webseries,Film & Video,USD,2012-03-17,1250.00,2012-01-17 13:54:32,151.00,failed,2,US,151.00,151.00,1250.00 +1144246621,Devil Take the Hindmost - an ebook novella series (Canceled),Fiction,Publishing,USD,2012-06-07,1200.00,2012-05-08 00:25:34,0.00,canceled,0,US,0.00,0.00,1200.00 +1144253248,Homophobia: An Insecure Truth,Documentary,Film & Video,USD,2012-06-10,25000.00,2012-05-17 19:02:35,890.00,failed,11,US,890.00,890.00,25000.00 +1144253592,Natural Leather Cover & Stickers for Smart Phones,Product Design,Design,AUD,2017-10-16,1500.00,2017-08-17 21:38:06,248.00,canceled,6,AU,339.15,194.68,1177.49 +1144254756,Weighted compression sleeve,Design,Design,USD,2017-11-04,10000.00,2017-10-05 19:39:51,32.00,failed,4,US,20.00,32.00,10000.00 +1144257270,The Intergalactic Nemesis Book Two - Development Workshop,Theater,Theater,USD,2011-06-10,4800.00,2011-04-14 03:24:59,4876.00,successful,57,US,4876.00,4876.00,4800.00 +114426658,Maxi - a short film,Shorts,Film & Video,USD,2011-09-18,3000.00,2011-08-28 20:26:16,15.00,failed,2,US,15.00,15.00,3000.00 +1144271727,Just Ride Apparel,Apparel,Fashion,USD,2015-04-04,20000.00,2015-02-03 19:13:45,50.00,failed,1,US,50.00,50.00,20000.00 +1144273566,Global Fusion Yoga: Exploring Yoga Across SE Asia and India,Webseries,Film & Video,USD,2014-02-28,6630.00,2014-02-05 23:20:38,6940.00,successful,53,US,6940.00,6940.00,6630.00 +1144273978,Ned the Scientist,Children's Books,Publishing,CAD,2014-01-06,5500.00,2013-11-07 22:49:36,75.00,failed,2,CA,71.79,68.96,5057.01 +114428814,Holiday Tea Time with 52Teas!,Drinks,Food,USD,2015-10-27,200.00,2015-09-26 22:49:12,3069.50,successful,71,US,3069.50,3069.50,200.00 +1144288308,K.C. Glamour - Burlesque in the City of Fountains,Photography,Photography,USD,2011-10-14,1500.00,2011-09-14 21:21:35,305.00,failed,13,US,305.00,305.00,1500.00 +"1144288985,""Smartphone Gamepad for Galaxy Users, Smardi GAM.r"",Games,Games,USD,2014-01-21,50000.00,2013-12-12 08:48:09,3481.00,failed,51,US,3481.00,3481.00,50000.00" +1144289253,migMobile,Software,Technology,USD,2013-03-10,20000.00,2013-02-08 08:47:48,902.00,failed,10,US,902.00,902.00,20000.00 +1144300069,Transcendent Friendship,Illustration,Art,USD,2017-04-30,900.00,2017-03-31 22:05:22,505.00,failed,9,US,230.00,505.00,900.00 +1144301620,Bee in the Car Games' new iPhone/iPad Project,Video Games,Games,USD,2012-11-13,5000.00,2012-10-14 23:28:07,41.00,failed,3,US,41.00,41.00,5000.00 +114430319,Humble Pie,Food,Food,USD,2013-08-12,15000.00,2013-07-22 17:11:24,15338.00,successful,197,US,15338.00,15338.00,15000.00 +1144304116,Kitchen + Threads: Organic. Handmade. Lasting.,Product Design,Design,USD,2014-09-15,10000.00,2014-08-16 02:32:12,10447.99,successful,89,US,10447.99,10447.99,10000.00 +1144304247,Aliens: Another Bug Hunt (fan appreciation film.),Science Fiction,Film & Video,CAD,2015-12-02,600.00,2015-10-05 23:07:50,830.00,successful,11,CA,631.04,622.33,449.88 +1144313945,The Simps Runner Hard Enamel Lapel Pins 6xSET,Accessories,Fashion,EUR,2017-10-29,600.00,2017-09-29 17:19:36,695.00,successful,17,ES,357.79,810.16,699.42 +1144314156,Bring Your Own Queer (BYOQ) 2012,Music,Music,USD,2012-06-18,4000.00,2012-05-25 00:18:43,4304.00,successful,73,US,4304.00,4304.00,4000.00 +1144321005,Help Publish 90 .Com Blogs Sites in 90 Days! One Every Day,Zines,Publishing,USD,2015-09-30,27000.00,2015-08-31 09:00:33,0.00,failed,0,US,0.00,0.00,27000.00 +1144326745,Apple - Chore Commissioner,Technology,Technology,USD,2014-01-05,900.00,2013-12-16 07:20:01,34.00,failed,6,US,34.00,34.00,900.00 +114433925,New Crowfield Album,Music,Music,USD,2012-02-06,15000.00,2011-12-23 01:01:05,19545.56,successful,201,US,19545.56,19545.56,15000.00 +1144341919,TX Band THE DREAM MACHINE Try to Contact Houdini!,Rock,Music,USD,2011-12-25,15000.00,2011-10-26 02:37:13,605.00,failed,12,US,605.00,605.00,15000.00 +1144344348,The Fourteenth Colony: a novel with music,Fiction,Publishing,USD,2011-06-19,1750.00,2011-05-20 16:50:39,2875.00,successful,57,US,2875.00,2875.00,1750.00 +1144351063,Prints for Dreams,Art,Art,USD,2015-11-01,3000.00,2015-10-14 04:29:47,0.00,failed,0,US,0.00,0.00,3000.00 +1144353924,Legado Latente,Documentary,Film & Video,USD,2014-11-07,6500.00,2014-10-11 01:26:04,6625.00,successful,24,US,6625.00,6625.00,6500.00 +1144367738,'Golden Love' Romance/Mafia Novel (to be trilogy) (Canceled),Fiction,Publishing,GBP,2015-06-18,499.00,2015-05-19 01:41:47,0.00,canceled,0,GB,0.00,0.00,790.33 +114436797,Record and release my debut album,Hip-Hop,Music,USD,2015-08-20,3000.00,2015-07-21 11:17:33,25.00,failed,1,US,25.00,25.00,3000.00 +1144371345,Cycling Through Depression,Nonfiction,Publishing,USD,2012-12-05,4500.00,2012-11-05 21:29:43,4737.00,successful,95,US,4737.00,4737.00,4500.00 +1144374489,capturing the dream,Places,Photography,USD,2015-05-15,3000.00,2015-04-15 19:17:57,0.00,failed,0,US,0.00,0.00,3000.00 +"114437485,""Andy Babb - """"Live Life in My Own Way"""" Music Video Fundraiser"",Film & Video,Film & Video,USD,2014-01-31,2200.00,2014-01-16 03:20:00,2270.00,successful,41,US,2270.00,2270.00,2200.00" +"1144378693,""Two Musicians, One Dream, 21 Years Later becomes Reality"",Rock,Music,USD,2011-07-16,3750.00,2011-05-17 17:15:46,145.00,failed,4,US,145.00,145.00,3750.00" +1144379458,MOTHER,Shorts,Film & Video,USD,2013-08-09,20000.00,2013-07-10 22:02:30,22614.60,successful,164,US,22614.60,22614.60,20000.00 +1144380950,Klipeasy - The ONLY clip you will ever need!,Product Design,Design,EUR,2017-06-23,10000.00,2017-05-23 15:52:41,3333.00,failed,109,FR,2221.54,3723.98,11173.06 +1144386475,Kingdom RPG,Video Games,Games,USD,2012-06-10,300.00,2012-05-11 23:45:18,422.00,successful,24,US,422.00,422.00,300.00 +1144393608,Help Fund Our Community Efforts,Art,Art,USD,2016-06-24,5000.00,2016-05-25 23:02:35,210.00,failed,7,US,210.00,210.00,5000.00 +1144396467,SAVAGE - A Short Film,Science Fiction,Film & Video,USD,2015-01-01,7500.00,2014-12-02 06:36:05,7839.00,successful,24,US,7839.00,7839.00,7500.00 +1144400651,Interior Architecture Website Design,Graphic Design,Design,USD,2015-01-11,7000.00,2014-12-12 02:43:36,500.00,failed,1,US,500.00,500.00,7000.00 +114441376,Coffee & Autism,Nonfiction,Publishing,USD,2015-06-01,2000.00,2015-05-02 19:14:19,70.00,failed,2,US,70.00,70.00,2000.00 +1144416417,Crystal Palace International Film Festival,Film & Video,Film & Video,GBP,2013-01-29,3000.00,2012-11-30 11:05:11,111.00,failed,5,GB,177.78,175.76,4750.14 +1144419170,Roll The Dice,Drama,Film & Video,USD,2014-06-21,9000.00,2014-05-20 01:35:23,50.00,failed,5,US,50.00,50.00,9000.00 +114442266,ADULT MOVIE,Art,Art,USD,2011-08-29,1800.00,2011-07-30 22:27:00,1927.00,successful,67,US,1927.00,1927.00,1800.00 +"1144426560,""LOST ROCKERS: The new documentary film from the makers of """"American Hardcore"""" "",Documentary,Film & Video,USD,2010-05-20,15000.00,2010-02-19 22:51:55,16102.00,successful,85,US,16102.00,16102.00,15000.00" +1144444862,Today I Draw Dragons,Art Books,Publishing,USD,2017-03-09,700.00,2017-02-07 13:05:05,1201.00,successful,38,US,58.00,1201.00,700.00 +114444688,Help us build our first Boston Cream Pie Company bakery!,Food,Food,USD,2017-02-01,40000.00,2017-01-16 02:42:19,140.00,failed,2,US,140.00,140.00,40000.00 +1144458898,21st Century,Film & Video,Film & Video,USD,2012-08-01,30000.00,2012-07-02 21:46:14,50.00,failed,1,US,50.00,50.00,30000.00 +1144464164,Deliver A Dad Joke,Publishing,Publishing,AUD,2016-01-17,200.00,2015-12-18 02:02:56,655.00,successful,33,AU,472.17,460.30,140.55 +1144472900,TRAKLIFE MEDIA GROUP,Music,Music,USD,2016-04-17,15000.00,2016-02-17 09:23:00,15600.00,successful,121,US,15600.00,15600.00,15000.00 +1144477640,#LIPSNC,Mixed Media,Art,DKK,2016-04-20,10000.00,2016-03-21 17:40:59,233.00,failed,2,DK,35.25,35.27,1513.57 +1144480035,Stand Out in Staci Sherri (Canceled),Ready-to-wear,Fashion,USD,2014-09-11,10000.00,2014-08-12 00:41:20,1521.00,canceled,29,US,1521.00,1521.00,10000.00 +1144483765,Writer's Digest Memoir 101 classes to finish my memoir,Nonfiction,Publishing,USD,2017-10-23,400.00,2017-10-09 16:50:08,50.00,failed,2,US,25.00,50.00,400.00 +1144495969,Hitch a Ride on the Get Fresh Express,Food,Food,USD,2010-11-02,10000.00,2010-09-26 16:24:19,10968.64,successful,140,US,10968.64,10968.64,10000.00 +114449748,Rive (Canceled),Tabletop Games,Games,CAD,2014-06-27,55000.00,2014-05-28 02:07:48,15913.00,canceled,130,CA,14630.96,14890.05,51464.40 +"1144499264,""Modern Jazz / Soul """"All Star"""" CD Recording Project"",Jazz,Music,USD,2010-06-08,6500.00,2010-04-23 21:28:34,0.00,failed,0,US,0.00,0.00,6500.00" +1144510274,Schrodinger's Gat: A quantum physics noir thriller.,Publishing,Publishing,USD,2013-06-20,3000.00,2013-05-21 06:15:29,5337.37,successful,220,US,5337.37,5337.37,3000.00 +"1144510300,""Nature's Farm Camp - Where Kids Grow, Cook, Explore & Create"",Food,Food,USD,2015-02-24,6000.00,2015-02-02 13:58:13,9269.00,successful,91,US,9269.00,9269.00,6000.00" +1144513861,Dover Quartet Documentary,Film & Video,Film & Video,USD,2017-06-09,34500.00,2017-05-10 23:23:06,38751.00,successful,242,US,1927.00,38751.00,34500.00 +1144514820,Portillo's for Patrick,Restaurants,Food,USD,2015-02-16,40.00,2015-01-15 07:47:15,1.00,failed,1,US,1.00,1.00,40.00 +1144522989,Firearm Jewelry-expanded bullet jewelry,Art,Art,USD,2015-05-17,5000.00,2015-04-17 18:50:15,42.00,failed,1,US,42.00,42.00,5000.00 +1144524230,Trip Eazy's The Viral Underground,Hip-Hop,Music,USD,2015-05-05,500.00,2015-04-17 07:53:21,0.00,failed,0,US,0.00,0.00,500.00 +1144529710,TARDIS in Coeur d'Alene,Public Art,Art,USD,2014-08-11,500.00,2014-07-12 07:58:42,121.00,failed,7,US,121.00,121.00,500.00 +"1144531132,""Ultra-Thin, Luxury Minimalist Wallet & Productivity Tool"",Product Design,Design,USD,2017-11-17,15000.00,2017-10-18 14:44:29,4790.00,failed,35,US,4099.00,4790.00,15000.00" +114453652,Bert Scholl & Friends: LIVE & Still Kickin',Country & Folk,Music,USD,2013-06-01,3300.00,2013-05-02 06:28:54,1384.00,failed,33,US,1384.00,1384.00,3300.00 +1144540056,The New & Improved Stages of Grief goes to Capital Fringe,Theater,Theater,USD,2012-06-09,2000.00,2012-05-10 19:05:15,2000.00,successful,45,US,2000.00,2000.00,2000.00 +1144542597,Parkour / Freerunning Alice in Wonderland Live Experience,Theater,Theater,GBP,2014-05-15,5000.00,2014-04-16 22:25:35,5097.00,successful,80,GB,8520.69,8567.54,8404.49 +1144546718,A Hovercraft in Every Garage (Canceled),Technology,Technology,USD,2013-10-28,85000.00,2013-09-26 00:08:26,4116.00,canceled,20,US,4116.00,4116.00,85000.00 +1144549176,7Thieves Film Collective - HUNGER STRIKE,Shorts,Film & Video,USD,2011-05-16,1000.00,2011-04-16 00:02:18,1270.00,successful,22,US,1270.00,1270.00,1000.00 +1144549954,Become part of Thunder: A Film about Ferron,Film & Video,Film & Video,USD,2010-10-13,15555.00,2010-08-01 18:08:38,16270.00,successful,126,US,16270.00,16270.00,15555.00 +1144550193,Cupcakes & Pupcakes Hit The Road !,Food,Food,USD,2013-02-24,8500.00,2013-01-30 02:08:49,1175.00,failed,20,US,1175.00,1175.00,8500.00 +1144550502,What'd They Say?!,Playing Cards,Games,USD,2017-06-09,5000.00,2017-05-10 22:23:18,28.00,failed,3,US,25.00,28.00,5000.00 +1144558961,MAGcro : Power of Macro,Gadgets,Technology,NZD,2014-12-13,5000.00,2014-11-13 07:57:03,5037.00,successful,77,NZ,3940.34,3917.10,3888.33 +1144565082,HUMAN-NON,Comic Books,Comics,GBP,2014-08-29,3500.00,2014-07-22 12:09:30,880.00,failed,13,GB,1504.37,1459.25,5803.83 +1144572028,Just an opera project.,Classical Music,Music,USD,2012-02-29,43000.00,2012-01-02 08:10:42,318.00,failed,14,US,318.00,318.00,43000.00 +1144574177,VideoQuest,Web,Technology,USD,2017-12-17,10000.00,2017-11-17 01:06:56,25.00,failed,1,US,25.00,25.00,10000.00 +1144575652,The Black Mill Comic Book: Issue Zero,Comic Books,Comics,USD,2016-03-08,2500.00,2016-02-06 16:30:04,3119.00,successful,138,US,3119.00,3119.00,2500.00 +1144578717,Anna Pardenik's New Album,Music,Music,USD,2012-03-31,6000.00,2012-02-29 14:30:25,6154.03,successful,80,US,6154.03,6154.03,6000.00 +1144589766,Jazz the Martian (Canceled),Video Games,Games,USD,2015-11-23,2500.00,2015-10-24 00:19:29,0.00,canceled,0,US,0.00,0.00,2500.00 +1144593778,Popcorn Ceiling Removal Bucket Tool Product,Product Design,Design,USD,2016-03-08,3000.00,2016-01-08 02:19:27,35.00,failed,1,US,35.00,35.00,3000.00 +"114459472,""New Americana Album """"Silver City Drive"""" from Sean Costanza"",Country & Folk,Music,USD,2017-02-06,5000.00,2017-01-07 21:09:44,5460.00,successful,46,US,565.00,5460.00,5000.00" +1144594729,Allison & Dawn,Apparel,Fashion,AUD,2016-08-10,8000.00,2016-08-01 23:06:33,0.00,failed,0,AU,0.00,0.00,6141.09 +1144597872,CaveMan Food Truck,Food Trucks,Food,USD,2015-09-17,10000.00,2015-08-18 03:04:27,1121.00,failed,13,US,1121.00,1121.00,10000.00 +"1144598041,""Tiger/swan """"On the way up"""" documentary"",Documentary,Film & Video,DKK,2015-05-01,25000.00,2015-03-02 12:19:47,350.00,failed,3,DK,52.51,52.62,3758.44" +1144598793,Southern Belle Crafts - Southern Charm Above the Mason Dixon,Crafts,Crafts,USD,2014-09-03,750.00,2014-08-04 14:58:52,30.00,failed,2,US,30.00,30.00,750.00 +1144604903,3Dmate Design Mat for 3D Printing Pen,Interactive Design,Design,USD,2017-08-04,7500.00,2017-07-05 23:56:04,8276.00,successful,134,US,130.00,8276.00,7500.00 +114460948,Piece of Mind,Product Design,Design,USD,2017-09-20,100.00,2017-09-15 17:24:01,135.43,successful,8,US,111.43,135.43,100.00 +1144611077,Video Valentines – an animated short featuring your message,Video Art,Art,CAD,2016-02-09,750.00,2016-01-26 21:00:00,15.00,failed,3,CA,10.61,10.77,538.68 +1144611734,Debris,Tabletop Games,Games,USD,2015-03-30,12000.00,2015-02-23 18:30:41,1499.00,failed,25,US,1499.00,1499.00,12000.00 +114461954,First EP,Rock,Music,USD,2016-08-18,1000.00,2016-07-19 23:07:11,1100.00,successful,19,US,25.00,1100.00,1000.00 +1144621835,Explore-A-Quest - Interactive Series,Fiction,Publishing,USD,2013-07-01,1500.00,2013-05-31 13:52:10,1515.00,successful,17,US,1515.00,1515.00,1500.00 +1144625330,The Alaskan - Carry-on Bag Made from Airplane Seat Leather!,Product Design,Design,CAD,2014-04-04,2500.00,2014-03-05 10:22:48,9507.16,successful,66,CA,8571.13,8625.62,2268.19 +1144632908,Frasil Virtual TV remote for people living with disabilities,Apps,Technology,AUD,2015-09-20,35000.00,2015-08-21 03:16:36,1050.00,failed,2,AU,770.57,736.64,24554.51 +1144636677,Cristo Lewis makes his first EP,Pop,Music,USD,2012-08-31,2500.00,2012-08-02 19:05:31,2501.00,successful,36,US,2501.00,2501.00,2500.00 +1144641535,NOWAR: Killing hippies,Live Games,Games,USD,2014-06-26,1600.00,2014-05-29 21:23:33,30.00,failed,2,US,30.00,30.00,1600.00 +1144645509,Tarot Witch of the Black Rose: Issue#100 Extended Edition,Graphic Novels,Comics,USD,2016-08-31,15000.00,2016-08-01 16:00:32,43251.53,successful,521,US,12396.00,43251.53,15000.00 +1144653281,USS Indianapolis & Jimmy O'Donnell Plaque Project,Art,Art,USD,2017-10-28,5500.00,2017-09-07 21:29:12,5610.79,successful,51,US,0.00,5610.79,5500.00 +114466550,Jesse's Eagle Scout Project: Air Force Memorial,Civic Design,Design,USD,2015-02-16,2800.00,2015-01-27 01:11:54,302.00,failed,12,US,302.00,302.00,2800.00 +1144667233,Sonic Math: Mobile App,Apps,Technology,USD,2014-05-19,6000.00,2014-04-19 08:35:21,6443.00,successful,203,US,6443.00,6443.00,6000.00 +114467821,The North Park Community Market,Farmer's Markets,Food,USD,2017-08-19,1500.00,2017-07-31 17:36:19,2494.00,successful,58,US,76.00,2494.00,1500.00 +1144700045,Ripley Caine - Bravo,Indie Rock,Music,USD,2015-11-29,3000.00,2015-10-15 17:08:10,3005.00,successful,68,US,3005.00,3005.00,3000.00 +"1144702031,""""""THE SOURCE"""" CHURCH & COMMUNITY NEWS MAGAZINE NEEDS YOU"",Publishing,Publishing,USD,2013-03-30,5000.00,2013-02-28 02:16:40,0.00,failed,0,US,0.00,0.00,5000.00" +1144707682,The Anchor's Glory First Album (Canceled),Rock,Music,USD,2011-06-10,5000.00,2011-03-12 04:26:17,0.00,canceled,0,US,0.00,0.00,5000.00 +"1144708789,""The Rez is Making """"Humanoise."""" Are you Listening?"",Rock,Music,USD,2013-06-18,3333.00,2013-05-19 18:07:42,3670.00,successful,81,US,3670.00,3670.00,3333.00" +1144716802,Showerhead at Indy Fringe,Festivals,Theater,USD,2017-02-26,750.00,2016-12-28 05:47:43,0.00,failed,0,US,0.00,0.00,750.00 +1144719563,AN ANCIENT MUSIC FESTIVAL COMES TO LIFE,World Music,Music,USD,2012-06-27,8500.00,2012-05-28 03:32:34,8582.00,successful,171,US,8582.00,8582.00,8500.00 +1144724999,LNKnews - Redefining news for a positive tomorrow.,Print,Journalism,USD,2017-12-14,5000.00,2017-11-14 21:18:51,5000.00,successful,23,US,50.00,5000.00,5000.00 +1144738878,Chainmail Beer Bottle Cozi & Dice Bag,Games,Games,USD,2014-04-13,100.00,2014-03-14 22:01:24,652.00,successful,37,US,652.00,652.00,100.00 +1144740807,VortexED Moderustic,Product Design,Design,USD,2015-05-24,100000.00,2015-03-25 01:03:27,725.00,failed,6,US,725.00,725.00,100000.00 +1144743875,The story of the people,Public Art,Art,EUR,2016-10-04,2500.00,2016-08-25 19:35:12,0.00,failed,0,NL,0.00,0.00,2784.99 +114475293,'Now I Lay Me Down To Sleep',Theater,Theater,USD,2012-01-30,1800.00,2012-01-19 21:03:12,2400.00,successful,81,US,2400.00,2400.00,1800.00 +1144759331,return at a later date (Canceled),Children's Books,Publishing,USD,2015-11-14,99.00,2015-10-30 03:56:44,0.00,canceled,0,US,0.00,0.00,99.00 +1144764867,Mo's Tough Mudder FPS,People,Photography,USD,2014-08-28,149.00,2014-07-21 19:58:55,25.00,failed,2,US,25.00,25.00,149.00 +"1144770978,Turf; Ecological Activism and Art- exhibition and events,Art,Art,USD,2011-10-26,2000.00,2011-09-26 22:36:02,2000.00,successful,17,US,2000.00,2000.00,2000.00" +1144775118,Action Sports Video 3D,Webseries,Film & Video,GBP,2014-07-26,5000.00,2014-06-26 22:51:37,0.00,failed,0,GB,0.00,0.00,8412.83 +1144778119,Business & Entertainment In 3D World! (Canceled),Web,Technology,USD,2016-02-20,70000.00,2015-12-22 23:22:18,270.00,canceled,5,US,270.00,270.00,70000.00 +1144780591,Budget to record a new album.,Rock,Music,USD,2015-03-01,2500.00,2015-01-30 00:29:51,33.00,failed,1,US,33.00,33.00,2500.00 +1144781425,Skinni-----The Ultimate Carbon Fiber Wallet and Key Holder,Product Design,Design,USD,2015-04-27,15000.00,2015-03-23 17:29:58,907.00,canceled,20,US,907.00,907.00,15000.00 +1144795364,Unknown Greatness,Video Games,Games,USD,2017-09-14,15000.00,2017-07-16 17:07:10,140.00,failed,7,US,40.00,140.00,15000.00 +1144796217,FUNDING HORROR FILM MAKEUP,Art,Art,USD,2016-02-26,200.00,2016-02-15 02:40:44,200.00,successful,1,US,200.00,200.00,200.00 +114480239,Stone Bullet - Debut Album!,Rock,Music,USD,2011-12-24,900.00,2011-11-09 20:29:16,1145.00,successful,29,US,1145.00,1145.00,900.00 +1144806801,Artist Residency,Conceptual Art,Art,GBP,2013-10-20,1500.00,2013-09-22 23:20:04,16.00,failed,3,GB,25.61,25.88,2425.81 +1144815343,Bring The Love,Indie Rock,Music,USD,2011-12-31,350.00,2011-11-15 18:29:24,370.00,successful,13,US,370.00,370.00,350.00 +1144831740,Local Sports Show- Mohawk Valley Sports Nation,Audio,Journalism,USD,2015-02-22,500.00,2015-01-23 22:51:52,125.00,failed,5,US,125.00,125.00,500.00 +1144832219,Bound By Blood - Spring/Summer 2013 Collection,Fashion,Fashion,USD,2013-03-15,2500.00,2013-02-13 01:02:12,805.00,failed,13,US,805.00,805.00,2500.00 +1144836414,Gondolbong Snowboard Club 2015: How to Throw a Party,Documentary,Film & Video,USD,2015-02-06,500.00,2015-01-07 21:20:17,170.00,failed,3,US,170.00,170.00,500.00 +"1144847169,""""""Between Home and Wisdom"""", South African Sangoma."",Fine Art,Photography,GBP,2015-04-22,4000.00,2015-03-19 12:54:57,4046.00,successful,71,GB,5971.45,6117.33,6047.78" +1144848322,BLOCKBUSTER MOVIE WONDER WOMAN ORIGINS,Film & Video,Film & Video,USD,2012-03-10,100000.00,2012-01-10 22:56:52,2.00,failed,1,US,2.00,2.00,100000.00 +1144850768,Story Time - A Short Horror Film,Shorts,Film & Video,USD,2014-03-26,350.00,2014-02-26 01:21:33,1210.00,successful,7,US,1210.00,1210.00,350.00 +1144852314,AIRaSPACE,Product Design,Design,USD,2017-07-09,1000.00,2017-06-09 15:42:20,377.00,failed,8,US,15.00,377.00,1000.00 +1144854645,xDroid - Intelligent Digital Assistant,Apps,Technology,USD,2014-11-23,68000.00,2014-10-24 00:59:40,46086.00,failed,70,US,46086.00,46086.00,68000.00 +"1144860472,""ME Dance, Inc. needs YOU! Orlando Fringe Festival 2013"",Dance,Dance,USD,2013-04-30,2910.00,2013-03-26 16:16:22,325.00,failed,11,US,325.00,325.00,2910.00" +1144867494,Auric Shelter - Traveling Sculpture,Sculpture,Art,USD,2009-12-23,4000.00,2009-09-24 04:36:17,445.00,failed,6,US,445.00,445.00,4000.00 +1144876878,Bringing true St. Louis style BBQ to the Left coast!,Food,Food,USD,2013-12-11,7000.00,2013-11-21 05:44:00,395.00,failed,3,US,395.00,395.00,7000.00 +"114488389,""mislabledilEMMA: No, I Don't Have Downs Syndrome"",Festivals,Theater,USD,2014-06-20,1200.00,2014-05-21 01:19:00,1200.00,successful,23,US,1200.00,1200.00,1200.00" +1144890943,Thévenot,Shorts,Film & Video,USD,2012-05-18,1200.00,2012-04-18 18:05:02,1383.99,successful,32,US,1383.99,1383.99,1200.00 +1144891803,The Alpha One - Enduring Design |Quality Craftsmanship|,Product Design,Design,USD,2017-02-03,38750.00,2016-12-20 16:55:34,13123.00,canceled,52,US,525.00,13123.00,38750.00 +1144894047,My Food Truck Dream!,Food Trucks,Food,USD,2014-09-06,10000.00,2014-07-23 03:33:29,25.00,failed,1,US,25.00,25.00,10000.00 +1144894305,MAGNETIC: Paper That Sticks to Walls,Product Design,Design,CAD,2015-03-19,15000.00,2015-02-17 15:00:30,295128.58,successful,5955,CA,237360.11,232898.18,11837.12 +"1144896468,""In the Ashes: An Album on Grief, Loss, and the Aftermath"",Indie Rock,Music,USD,2016-07-14,5000.00,2016-06-14 19:10:59,1163.00,canceled,25,US,1163.00,1163.00,5000.00" +1144908540,A Music Video for Humanity,Music Videos,Film & Video,USD,2017-09-14,10500.00,2017-07-16 02:12:53,450.00,failed,5,US,150.00,450.00,10500.00 +1144912619,BikeBacon: put something awesome on your bike.,Product Design,Design,USD,2015-03-02,35000.00,2015-01-14 19:19:41,1994.00,failed,36,US,1994.00,1994.00,35000.00 +1144918858,The Dunes - Short Film,Film & Video,Film & Video,GBP,2013-12-28,2500.00,2013-11-28 01:22:54,5712.00,successful,63,GB,9226.74,9377.77,4104.42 +1144920746,The Outside Track's 4 th Album.,Country & Folk,Music,CAD,2014-12-09,4500.00,2014-11-11 00:27:10,7613.00,successful,183,CA,6716.60,6574.27,3886.01 +1144944824,Wild West Exodus - Sci-Fi Western Miniatures Game,Tabletop Games,Games,USD,2013-03-19,20000.00,2013-02-02 00:02:56,332194.02,successful,1027,US,332194.02,332194.02,20000.00 +"114495070,""""""Upon Waking"""" : The Scenes & Sensations of Dreams"",Photography,Photography,USD,2011-05-02,3000.00,2011-03-02 07:40:35,240.00,failed,4,US,240.00,240.00,3000.00" +1144953960,Ozark Fiddler Farms - Raising Edible Crickets in the Ozarks,Farms,Food,USD,2015-08-06,15000.00,2015-07-07 02:23:17,906.00,failed,7,US,906.00,906.00,15000.00 +1144961402,Help me participate as an artist in the RAW Showcase!,Jewelry,Fashion,USD,2015-07-09,300.00,2015-06-16 01:11:15,300.00,successful,4,US,300.00,300.00,300.00 +1144978116,A Chance to Dress,Documentary,Film & Video,USD,2014-06-19,20000.00,2014-05-17 17:42:14,21075.00,successful,117,US,21075.00,21075.00,20000.00 +"1144983884,""""""Parallel""""- The Motion Picture"",Narrative Film,Film & Video,USD,2013-01-23,650.00,2012-12-14 15:14:09,0.00,failed,0,US,0.00,0.00,650.00" +1144985966,THUG -- A Short Subject Film/ Feature Film Trailer,Shorts,Film & Video,USD,2013-01-04,2500.00,2012-12-05 16:55:06,50.00,failed,2,US,50.00,50.00,2500.00 +1144989146,The Quilted Fence and Illuminated Porch Collaborative,Design,Design,USD,2017-07-10,2000.00,2017-06-10 06:27:34,0.00,failed,0,US,0.00,0.00,2000.00 +114500331,Art for Travel,Illustration,Art,USD,2015-05-22,1500.00,2015-04-22 22:09:38,191.00,failed,4,US,191.00,191.00,1500.00 +1145008426,Glass Christmas Trees & Glass Cross,Glass,Crafts,USD,2016-06-21,1000.00,2016-06-04 04:31:55,205.00,failed,4,US,205.00,205.00,1000.00 +1145008534,Magic Pro Shop,Tabletop Games,Games,USD,2015-06-03,30000.00,2015-05-04 20:29:50,50.00,failed,2,US,50.00,50.00,30000.00 +1145008554,If You Leave // IYL Showcase,Photography,Photography,GBP,2014-07-02,10000.00,2014-06-02 02:01:30,11683.00,successful,202,GB,19577.06,20028.80,17143.54 +"114501212,""Pomerium """"Mannerist Motets of the Renaissance"""""",Classical Music,Music,USD,2011-06-16,4000.00,2011-05-19 20:36:52,5600.00,successful,88,US,5600.00,5600.00,4000.00" +1145016717,Hummingbird Macarons & Desserts Oh My! (Canceled),Restaurants,Food,USD,2014-11-03,25000.00,2014-10-04 05:49:35,371.00,canceled,12,US,371.00,371.00,25000.00 +114502048,The way home ???,Shorts,Film & Video,USD,2012-09-18,25000.00,2012-07-20 05:29:45,196.00,failed,7,US,196.00,196.00,25000.00 +1145022630,Duel Playing Cards | Vanda Artists Series,Playing Cards,Games,USD,2015-10-19,12000.00,2015-09-24 18:00:01,12215.03,successful,315,US,12215.03,12215.03,12000.00 +1145030230,Authentique Origine boutique d'art amérindien,Art,Art,CAD,2015-11-12,30000.00,2015-10-13 23:45:08,0.00,failed,0,CA,0.00,0.00,22547.91 +1145036239,Sick of Toxic Perfumes? Go Back to Nature with Earth Moods.,Crafts,Crafts,USD,2017-08-23,15000.00,2017-07-24 18:00:08,15820.00,successful,85,US,6390.00,15820.00,15000.00 +"1145040256,""""""Vermont or Bust"""" Get me to Vermont Studio"",Photography,Photography,USD,2013-02-28,2000.00,2013-01-29 13:48:52,2200.00,successful,20,US,2200.00,2200.00,2000.00" +1145040703,The Curious List of Insides,Children's Books,Publishing,USD,2013-03-24,8250.00,2013-02-22 18:30:23,8622.00,successful,72,US,8622.00,8622.00,8250.00 +1145041083,Fanny O'Mae's Irish Pub,Food,Food,USD,2012-01-02,12000.00,2011-11-18 18:02:03,30.00,failed,1,US,30.00,30.00,12000.00 +1145054303,So Long Sally,Shorts,Film & Video,CAD,2015-09-19,6000.00,2015-07-21 17:42:14,6005.00,successful,24,CA,4624.04,4510.63,4506.87 +1145057197,I just want to make some potato chips (Canceled),Food,Food,USD,2014-09-07,50.00,2014-07-09 18:40:12,1.00,canceled,1,US,1.00,1.00,50.00 +1145058761,Fluffy Girls,Fashion,Fashion,USD,2012-10-28,500.00,2012-09-13 23:57:32,50.00,failed,2,US,50.00,50.00,500.00 +1145062817,Indie Culture Website,Web,Journalism,USD,2016-04-28,10000.00,2016-03-29 18:49:37,2.00,failed,2,US,2.00,2.00,10000.00 +114506983,Dr. McNinja’s Radical Adventures!,Video Games,Games,USD,2012-05-07,15000.00,2012-04-07 05:20:00,15391.72,successful,396,US,15391.72,15391.72,15000.00 +1145073632,FERONA Luxury Fashion House Launch,Couture,Fashion,GBP,2016-10-05,25000.00,2016-09-05 13:48:57,6533.00,failed,52,GB,678.04,8054.79,30823.48 +1145074972,Weighfit - Weight Loss Tracker App,Apps,Technology,USD,2016-03-23,5000.00,2016-02-22 17:58:38,2.00,failed,2,US,2.00,2.00,5000.00 +1145082231,Electric vehicle charging points,Technology,Technology,GBP,2017-02-22,10000.00,2017-01-23 20:37:02,0.00,failed,0,GB,0.00,0.00,12554.61 +1145083864,Android Complete!,Software,Technology,USD,2012-11-21,1100.00,2012-10-22 20:29:32,43371.47,successful,1073,US,43371.47,43371.47,1100.00 +1145089750,Bulletproof Aluminum Granite Composite Panels,Technology,Technology,CHF,2017-06-11,25000.00,2017-04-12 04:36:06,11.00,failed,2,CH,0.00,11.28,25647.60 +1145107071,Habit: The Little Black Travel Book,Publishing,Publishing,USD,2012-03-02,3000.00,2012-02-01 20:57:50,3185.00,successful,29,US,3185.00,3185.00,3000.00 +1145113241,The Thunder Board - IOT Lightning Detection for Makers!,DIY Electronics,Technology,USD,2017-12-06,5000.00,2017-11-16 17:02:05,6850.00,successful,103,US,5189.00,6850.00,5000.00 +1145118881,Softball Ring Box,Games,Games,USD,2017-07-07,150.00,2017-07-02 21:56:14,65.00,failed,1,US,65.00,65.00,150.00 +1145130902,Unsheltered Podcast,Audio,Journalism,USD,2017-04-02,700.00,2017-03-03 18:44:36,113.00,failed,3,US,0.00,113.00,700.00 +114513644,Bridge Commander 2 - Campaign Relaunch,Games,Games,USD,2014-08-22,70000.00,2014-07-23 20:42:07,4102.00,failed,44,US,4102.00,4102.00,70000.00 +11451403,The Aasgard Duffel,Product Design,Design,USD,2017-10-30,17965.00,2017-09-26 17:41:31,21189.00,successful,196,US,0.00,21189.00,17965.00 +"1145149379,""F.U.D.G.E. Theatre presents """"Parade"""" by Jason Robert Brown"",Theater,Theater,USD,2012-10-04,12500.00,2012-09-11 22:47:23,4505.00,failed,57,US,4505.00,4505.00,12500.00" +114515109,Soles For Change - Handmade shoes made by Colombian artisans,Footwear,Fashion,USD,2017-08-16,14900.00,2017-07-17 22:24:21,788.00,failed,16,US,194.00,788.00,14900.00 +114515768,Alpha Omega Hobby,Tabletop Games,Games,USD,2016-11-13,250000.00,2016-10-14 18:04:33,3202.00,failed,22,US,1610.00,3202.00,250000.00 +1145180916,Bring evil to life. Be part of the creation of the Reincarnation demon doll. (Canceled),Video Games,Games,USD,2010-08-23,9000.00,2010-06-30 18:39:52,1605.00,canceled,69,US,1605.00,1605.00,9000.00 +1145183625,Elegant Elephant Gluten Free Bakery Boxes!,Food,Food,USD,2013-10-19,8500.00,2013-09-19 18:41:36,9456.00,successful,119,US,9456.00,9456.00,8500.00 +114518664,PITY PARTY,Comedy,Film & Video,USD,2016-08-29,500.00,2016-08-09 00:58:00,579.00,successful,17,US,274.00,579.00,500.00 +"1145187777,""My new album """"Dog Whistle"""""",Hip-Hop,Music,USD,2017-04-21,50000.00,2017-03-13 21:25:19,0.00,failed,0,US,0.00,0.00,50000.00" +"1145190286,""Let's Go, The Video!"",Rock,Music,USD,2013-09-15,1500.00,2013-07-17 23:27:04,145.00,failed,10,US,145.00,145.00,1500.00" +1145191821,Woodland Park Historical Mural and Public Art Project,Public Art,Art,USD,2015-05-17,9000.00,2015-03-18 14:37:57,10646.00,successful,71,US,10646.00,10646.00,9000.00 +1145192130,Big Name Bands & Sound for 2012 Byron Crossroads Blues Fest,Music,Music,USD,2012-06-12,2000.00,2012-05-22 23:35:25,207.00,failed,7,US,207.00,207.00,2000.00 +1145198394,Playing Card,Playing Cards,Games,CAD,2016-02-20,2200.00,2016-01-21 17:02:20,948.00,failed,38,CA,648.94,699.84,1624.10 +1145201704,Conscriptions of a Wayward Daydoodler (Wave One),Public Art,Art,USD,2013-06-14,20.00,2013-06-04 17:53:37,22.00,successful,4,US,22.00,22.00,20.00 +114520364,The Haphazard Happenings Live Silent Film Show,Film & Video,Film & Video,USD,2010-07-27,750.00,2010-07-12 21:48:48,750.00,successful,10,US,750.00,750.00,750.00 +1145217033,LaTeX Complex Tables Editor,Web,Technology,CAD,2017-06-10,1500.00,2017-05-11 00:57:49,247.00,failed,17,CA,0.00,186.80,1134.39 +1145218227,365 Days of Genealogy,Publishing,Publishing,USD,2014-12-23,5000.00,2014-10-24 20:24:17,0.00,failed,0,US,0.00,0.00,5000.00 +1145225930,Gemini & Scorpio Loft arts space,Theater,Theater,USD,2013-05-30,29000.00,2013-04-26 04:02:54,32118.22,successful,580,US,32118.22,32118.22,29000.00 +1145225994,The Chicken Safe - Backyard Chickens Made Easy,Product Design,Design,USD,2017-05-06,50000.00,2017-03-07 00:11:47,1481.00,canceled,7,US,706.00,1481.00,50000.00 +1145230332,The Ultimate Titanium Fidget Spinner,Design,Design,NZD,2017-09-01,2950.00,2017-07-26 10:58:12,121056.00,successful,557,NZ,32766.62,86728.76,2113.48 +1145233907,Cosplay Academy,Film & Video,Film & Video,USD,2016-05-08,10000.00,2016-04-08 21:35:49,95.00,failed,3,US,95.00,95.00,10000.00 +1145243087,EyEs and EaRs - audio/visual events,Mixed Media,Art,GBP,2013-12-20,400.00,2013-10-21 19:48:40,45.00,failed,5,GB,72.75,73.61,654.29 +1145248984,War of the Worlds: Retaliation,Fiction,Publishing,USD,2016-12-13,300.00,2016-11-27 18:17:47,463.00,successful,20,US,250.00,463.00,300.00 +1145253151,BARMY: A feature length romantic comedy,Narrative Film,Film & Video,USD,2011-05-20,7500.00,2011-04-20 09:10:50,1549.50,failed,23,US,1549.50,1549.50,7500.00 +1145256821,The Wild Beer Hunter Upcycled 3D Puzzles,Product Design,Design,USD,2017-11-03,500.00,2017-10-19 19:54:56,72.00,canceled,3,US,72.00,72.00,500.00 +1145259053,i-C2 personal syncing charger for the iPhone and iPad.,Product Design,Design,USD,2012-06-22,3500.00,2012-05-23 21:14:35,6037.00,successful,39,US,6037.00,6037.00,3500.00 +1145286514,MagWood Slim 3 and Slim 5: Magnetic Wooden Hooks,Woodworking,Crafts,USD,2017-04-08,500.00,2017-03-09 21:25:27,1173.00,successful,24,US,216.00,1173.00,500.00 +1145287541,GT-R : Planar Magnetic Headphones,Sound,Technology,USD,2017-12-29,60000.00,2017-11-14 15:52:25,30342.00,canceled,113,US,25220.00,30342.00,60000.00 +1145287553,Twin Cities (Canceled),Narrative Film,Film & Video,USD,2012-04-15,3000000.00,2012-03-16 02:40:49,100.00,canceled,1,US,100.00,100.00,3000000.00 +1145312072,People of the comic book,Documentary,Film & Video,EUR,2015-06-26,80000.00,2015-05-27 08:02:11,305.00,failed,13,FR,333.98,341.66,89615.77 +1145316622,Cali Beach Clothing: Customize Your Winter Collection,Fashion,Fashion,USD,2013-11-16,10000.00,2013-10-12 16:08:40,3241.00,canceled,34,US,3241.00,3241.00,10000.00 +1145325297,Boston Philharmonic Youth Orchestra 2015 European Tour,Classical Music,Music,USD,2015-05-22,35000.00,2015-04-23 20:58:53,42374.00,successful,114,US,42374.00,42374.00,35000.00 +"1145336355,""Kurzfilm """"The Bright Night"""""",Shorts,Film & Video,EUR,2016-03-13,5000.00,2016-02-12 21:31:12,30.00,failed,1,AT,33.86,33.84,5639.52" +1145338339,The Dark Rift Lp,Hip-Hop,Music,USD,2013-08-07,3000.00,2013-06-08 06:12:43,2.87,failed,2,US,2.87,2.87,3000.00 +1145338584,Movement After Paralysis - Pilates for Spinal Cord Injury,Nonfiction,Publishing,USD,2017-09-20,20000.00,2017-08-27 19:23:59,32706.00,successful,202,US,700.00,32706.00,20000.00 +"1145344023,""Bible & Prayer book, Illustrated for Children of Colour"",Children's Books,Publishing,GBP,2017-11-10,20000.00,2017-10-11 12:34:10,1088.00,failed,27,GB,136.82,1434.83,26375.48" +1145355840,Pantry Boy - Smart Groceries for Simple Home Cooking,Food,Food,USD,2017-07-01,50000.00,2017-06-01 22:08:53,89695.00,successful,171,US,0.00,89695.00,50000.00 +1145364162,Project: Invasion,Dance,Dance,USD,2013-01-28,2700.00,2013-01-04 21:53:07,2965.00,successful,57,US,2965.00,2965.00,2700.00 +1145367006,Why not have some Hair-spiration...,DIY,Crafts,USD,2014-10-02,400.00,2014-08-18 19:22:10,101.00,failed,2,US,101.00,101.00,400.00 +1145367482,Is Rogers telling us the truth about when grass is coming?,Web,Journalism,CAD,2014-11-19,180.00,2014-11-05 21:37:16,180.00,successful,6,CA,158.74,159.86,159.86 +1145384461,Uniquely Quabbin Magazine and Museum Consortium,Periodicals,Publishing,USD,2016-11-15,8750.00,2016-10-18 22:42:53,2583.00,failed,26,US,406.00,2583.00,8750.00 +1145397539,SolidSuit: Leather Finish Impact Protection Case for iPhone,Hardware,Technology,GBP,2016-04-21,6000.00,2016-03-17 14:38:39,88904.80,successful,3480,GB,125692.65,127826.77,8626.76 +"1145410392,""BoneBat """"Comedy of Horrors"""" Film Fest 2018"",Festivals,Film & Video,USD,2017-12-19,5000.00,2017-11-19 19:15:28,6682.69,successful,71,US,1200.69,6682.69,5000.00" +1145416623,Jury of Peers: A Novel of Online Justice,Fiction,Publishing,USD,2015-05-21,5000.00,2015-04-21 05:26:50,177.00,failed,3,US,177.00,177.00,5000.00 +1145430868,Pet Squadron: Defenders of Humanity,Comic Books,Comics,USD,2016-12-02,4000.00,2016-11-02 02:02:43,352.00,failed,30,US,149.00,352.00,4000.00 +1145446211,Madstone (Canceled),Tabletop Games,Games,USD,2015-12-13,300.00,2015-11-13 19:35:30,181.00,canceled,7,US,181.00,181.00,300.00 +1145446312,MyResaleCloset.com,Fashion,Fashion,USD,2015-05-08,30000.00,2015-04-08 16:52:00,0.00,failed,0,US,0.00,0.00,30000.00 +"1145448158,""Orange Stuff """"Here"""", album pre-sale"",Music,Music,CAD,2014-10-25,4000.00,2014-09-10 15:37:55,4205.00,undefined,0,""N,0"""""",,3729.82,3547.99" +1145453765,Mature into Gloom,Fiction,Publishing,USD,2014-11-11,2500.00,2014-09-12 13:31:06,1075.00,failed,8,US,1075.00,1075.00,2500.00 +1145456615,The Rich Roots Sequel,Hip-Hop,Music,USD,2017-07-20,3483.00,2017-07-03 04:52:21,0.00,failed,0,US,0.00,0.00,3483.00 +"1145461821,""""""Immersion"""" - The Reel Art Experience"",Public Art,Art,USD,2011-07-11,10000.00,2011-05-27 00:43:21,12.00,failed,2,US,12.00,12.00,10000.00" +1145467160,Present Workshops — Screen Printing Studio expansion!,Printing,Crafts,GBP,2016-10-28,10000.00,2016-09-28 22:47:51,3294.00,failed,59,GB,1096.84,4001.65,12148.31 +"1145485567,Imagineer Records Studio Upgrade,Music,Music,USD,2015-09-17,1400.00,2015-07-19 06:24:54,0.00,undefined,0,""N,0"""""",,0.00,1400.00" +1145491068,Exit Glacier AR Terminus Project,Public Art,Art,USD,2012-07-07,4000.00,2012-06-07 03:13:27,4055.01,successful,84,US,4055.01,4055.01,4000.00 +1145514465,The Quaint and Quizzical Cosmos,Children's Books,Publishing,USD,2015-03-17,2500.00,2015-02-15 21:01:54,2526.00,successful,28,US,2526.00,2526.00,2500.00 +1145520247,LLSTOL,Product Design,Design,USD,2012-09-20,18000.00,2012-08-21 20:27:42,21956.28,successful,106,US,21956.28,21956.28,18000.00 +1145528989,The new Tyler Nail album,Music,Music,USD,2011-11-30,1000.00,2011-11-02 18:03:25,1466.03,successful,56,US,1466.03,1466.03,1000.00 +1145529396,Arts and Crafts Center for Autism,Woodworking,Crafts,USD,2015-07-18,100000.00,2015-06-18 01:08:49,121.00,failed,3,US,121.00,121.00,100000.00 +114553821,'Unreality' Feature Film,Thrillers,Film & Video,GBP,2016-02-14,2000.00,2016-01-18 17:39:04,2066.00,successful,15,GB,2945.39,2949.79,2855.55 +1145551905,The Land (Canceled),Theater,Theater,USD,2010-05-14,7500.00,2010-02-14 04:55:31,965.00,canceled,22,US,965.00,965.00,7500.00 +1145552122,Seven Little Ponies,Children's Books,Publishing,USD,2013-07-06,4730.00,2013-06-06 20:11:44,1803.00,failed,21,US,1803.00,1803.00,4730.00 +1145558205,I'M COMING OVER with SPANKY VAN DYKE (Canceled),Webseries,Film & Video,USD,2014-10-04,30000.00,2014-09-03 07:44:49,100.00,canceled,1,US,100.00,100.00,30000.00 +1145563125,Sweetening our society the natural way.,Food,Food,USD,2013-03-03,15000.00,2013-02-01 19:59:19,840.00,failed,30,US,840.00,840.00,15000.00 +"114556706,""A Children's Book by """"Little Monsters"""""",Children's Books,Publishing,USD,2011-06-18,460.00,2011-05-19 00:17:11,765.00,successful,21,US,765.00,765.00,460.00" +1145570779,Update Your Computer Office Chair With Shiney Hubcaps,Design,Design,USD,2014-05-03,15000.00,2014-04-04 17:51:06,220.00,canceled,5,US,220.00,220.00,15000.00 +1145579504,National Campaign for Young Farmers + Film Screening Tour,Food,Food,USD,2010-10-23,15000.00,2010-08-30 21:03:46,8844.00,failed,89,US,8844.00,8844.00,15000.00 +1145587352,Xenos: Awakening is a groundbreaking real-time-strategy game,Video Games,Games,USD,2016-06-02,100000.00,2016-04-04 02:18:04,0.00,failed,0,US,0.00,0.00,100000.00 +1145587645,Xenoplicity,Tabletop Games,Games,USD,2016-12-22,5000.00,2016-11-22 14:12:22,1411.00,failed,27,US,200.00,1411.00,5000.00 +1145594770,Fearless,Festivals,Theater,USD,2014-07-20,4000.00,2014-06-23 04:36:34,4205.00,successful,49,US,4205.00,4205.00,4000.00 +"1145599385,""Brandon LaSpada's recording studio,album,and tour fund"",Music,Music,USD,2017-01-21,5000.00,2016-12-28 07:43:23,0.00,failed,0,US,0.00,0.00,5000.00" +1145605428,Im My Own Mom,Children's Books,Publishing,USD,2017-06-14,100.00,2017-05-15 19:47:14,369.00,successful,8,US,209.00,369.00,100.00 +1145608171,Sharknife 2.5,Comics,Comics,USD,2017-02-13,300.00,2017-01-29 12:00:46,890.00,successful,52,US,558.00,890.00,300.00 +"1145611085,""Armeen Musa's new album """"Simultaneously"""""",World Music,Music,USD,2014-06-30,3000.00,2014-05-21 23:03:10,4349.00,successful,70,US,4349.00,4349.00,3000.00" +1145627427,Unlocking the Right Brain: A Creative Thinking Workbook,Art Books,Publishing,USD,2011-12-30,2500.00,2011-10-31 22:50:56,2600.00,successful,40,US,2600.00,2600.00,2500.00 +1145634727,HEAR J. Kick's 50 BEST SONGS,Rock,Music,USD,2016-01-21,2100.00,2016-01-14 01:36:48,2942.00,successful,45,US,2942.00,2942.00,2100.00 +1145635000,I Live in a Clown Motel: A Journey Into the Heart of America,Web,Journalism,USD,2015-10-01,4500.00,2015-09-07 20:35:51,10666.25,successful,441,US,10666.25,10666.25,4500.00 +1145639033,Rabbit Garden Farms Rabbitry,Farms,Food,CAD,2017-06-14,7500.00,2017-05-15 17:15:52,75.00,failed,2,CA,0.00,56.72,5671.94 +1145639203,PREGNANT BITCHES OF WAR Vol. 1: Pulp Fiction. Dark Humor.,Graphic Novels,Comics,USD,2017-04-29,1500.00,2017-03-28 14:38:49,3192.00,successful,108,US,860.00,3192.00,1500.00 +"1145640539,""Portable Home Recording Studio, JuggerNaut"",Product Design,Design,USD,2017-10-19,5000.00,2017-09-19 15:35:56,46.00,failed,2,US,0.00,46.00,5000.00" +"1145641045,""Junior Ky - """"Thank You"""" Indie Album Reward!"",Pop,Music,USD,2014-07-09,2000.00,2014-06-09 22:29:25,161.00,failed,7,US,161.00,161.00,2000.00" +1145642561,David Todoran: True,Indie Rock,Music,USD,2013-06-01,3800.00,2013-05-02 03:18:52,4230.00,successful,71,US,4230.00,4230.00,3800.00 +1145649674,Terrornaut,Punk,Music,USD,2017-03-06,600.00,2017-02-04 17:15:00,605.00,successful,8,US,115.00,605.00,600.00 +"11456574,""""""Stay With Me"""" by Nysek Music Video"",R&B,Music,USD,2015-12-11,6000.00,2015-11-11 09:21:03,118.00,failed,2,US,118.00,118.00,6000.00" +1145660671,Departed Harvest: A New Crime Drama,Drama,Film & Video,USD,2014-08-21,100000.00,2014-07-22 17:38:55,12362.00,failed,38,US,12362.00,12362.00,100000.00 +114566931,BC Pre-vis. The Breast Cancer Previsualization App,Software,Technology,USD,2015-05-28,100000.00,2015-04-29 16:42:29,1.00,failed,1,US,1.00,1.00,100000.00 +1145669586,Fashion Confession,Fashion,Fashion,USD,2011-08-04,5000.00,2011-05-06 04:05:22,50.00,failed,1,US,50.00,50.00,5000.00 +1145679605,The Carry Cross: Don't Leave Earth Without Him,Sculpture,Art,USD,2014-05-14,75000.00,2014-04-18 02:26:31,400.00,failed,9,US,400.00,400.00,75000.00 +1145683022,Flannelgraph Sessions LP,Music,Music,USD,2011-05-12,4500.00,2011-04-12 18:00:28,4956.00,successful,57,US,4956.00,4956.00,4500.00 +1145683676,Support The Taffy Emporium,Food,Food,USD,2014-09-13,200.00,2014-07-15 19:31:41,11.00,failed,2,US,11.00,11.00,200.00 +"1145687647,""""""Holy Realm Music Group"""""",Faith,Music,USD,2015-03-26,5500.00,2015-02-24 17:35:38,1.00,failed,1,US,1.00,1.00,5500.00" +1145687895,The Shenanigans & Ruckus Coloring Book,Illustration,Art,USD,2016-03-14,10000.00,2016-02-13 23:17:35,1880.00,failed,24,US,1880.00,1880.00,10000.00 +1145691601,Gaming Stuff and Then Some,Live Games,Games,USD,2015-07-04,50000.00,2015-06-04 01:56:24,0.00,failed,0,US,0.00,0.00,50000.00 +1145692038,House BROKEN Clothing Line,Fashion,Fashion,USD,2013-04-27,3000.00,2013-03-27 23:58:50,3834.00,successful,85,US,3834.00,3834.00,3000.00 +1145694030,Carbon Fiber Ring - Ultra Light and Thin,Jewelry,Fashion,USD,2017-08-27,500.00,2017-07-28 06:23:22,602.00,successful,20,US,68.00,602.00,500.00 +"1145694753,""""""A Jesus Christmas"""""",Faith,Music,USD,2016-12-26,1000.00,2016-12-04 05:14:21,33.00,failed,3,US,137.00,33.00,1000.00" +1145699636,Casablanca Cheerleading's New Training Gym & Sprung Floor,Spaces,Dance,GBP,2015-05-30,18000.00,2015-04-30 00:47:44,380.00,failed,4,GB,578.69,582.59,27596.36 +"1145700394,""Mark Gibson Band """"Live From Soul City"""""",R&B,Music,USD,2017-08-05,5500.00,2017-07-06 01:24:05,6434.00,successful,40,US,585.00,6434.00,5500.00" +1145713219,Forever My Dragon,Children's Books,Publishing,USD,2017-06-15,9885.00,2017-05-16 20:42:08,655.00,failed,12,US,0.00,655.00,9885.00 +1145717930,THE PONTIAC PROJECT,Fiction,Publishing,USD,2011-03-24,2500.00,2011-01-23 20:04:00,100.00,failed,1,US,100.00,100.00,2500.00 +1145741030,Bound In Blood,Comic Books,Comics,USD,2016-05-20,550.00,2016-04-20 00:39:38,11.00,failed,5,US,11.00,11.00,550.00 +1145767511,The Ray Strong Project,Painting,Art,USD,2015-05-13,30000.00,2015-04-13 19:41:31,31102.00,successful,76,US,31102.00,31102.00,30000.00 +114577627,International Law Problem & Solution-Tibet. Research&Write.,Academic,Publishing,USD,2015-06-17,53012.00,2015-06-01 04:39:39,0.00,canceled,0,US,0.00,0.00,53012.00 +1145776882,The HOUR,Video Games,Games,USD,2017-12-24,6000.00,2017-11-24 06:21:41,60.00,failed,3,US,40.00,60.00,6000.00 +1145777249,The Kansas Pen - Notus Pens,Design,Design,USD,2017-03-28,500.00,2017-03-21 17:51:09,763.00,successful,13,US,643.00,763.00,500.00 +"1145781445,Ultimate Uniform Project for the Marching Indians,Music,Music,USD,2015-02-20,5000.00,2014-12-22 18:46:03,6300.00,undefined,0,""N,0"""""",,6300.00,5000.00" +1145783603,'Who is Redd?' - a book of original poems.,Poetry,Publishing,USD,2015-04-30,250.00,2015-03-31 23:16:42,6.00,failed,1,US,6.00,6.00,250.00 +1145791306,Help Bring Pig Snout's Music to the World,Kids,Music,USD,2015-03-12,20000.00,2015-02-10 04:28:22,1033.00,failed,21,US,1033.00,1033.00,20000.00 +1145793564,Smart Dog Tags,Wearables,Technology,USD,2015-10-06,120000.00,2015-09-06 19:45:18,313.00,failed,10,US,313.00,313.00,120000.00 +1145805276,The Pakistan Truck Art tour of New Zealand,Mixed Media,Art,GBP,2013-05-02,3000.00,2013-04-02 22:45:02,366.00,failed,15,GB,555.93,569.30,4666.36 +1145813369,Guzzly Plane,Video Games,Games,USD,2016-07-26,200.00,2016-06-26 21:58:48,51.00,failed,2,US,0.00,51.00,200.00 +1145813506,Dinki,Comics,Comics,GBP,2013-05-05,500.00,2013-04-05 01:01:23,506.00,successful,22,GB,763.21,778.39,769.16 +1145817565,#TweetFeed,Product Design,Design,EUR,2015-06-13,7500.00,2015-05-14 20:31:27,1458.00,failed,11,DE,1637.57,1647.40,8474.29 +1145818943,DOTABook,Print,Journalism,USD,2015-03-21,885.00,2015-03-10 21:24:16,15.00,failed,1,US,15.00,15.00,885.00 +1145824683,First Annual Comedy Improv festival in Central Pennsylvania 2010,Performance Art,Art,USD,2010-08-02,1050.00,2010-06-23 06:32:07,670.00,failed,8,US,670.00,670.00,1050.00 +"1145825998,""""""Lycan"""""",Graphic Novels,Comics,USD,2016-05-01,43575.00,2016-03-28 18:07:18,29.00,failed,9,US,29.00,29.00,43575.00" +1145836839,Flywayz Travel,Web,Technology,USD,2015-10-09,4000.00,2015-09-15 04:03:46,0.00,failed,0,US,0.00,0.00,4000.00 +1145842709,Delia and Amelia,Children's Books,Publishing,USD,2016-05-19,7000.00,2016-04-24 02:43:53,425.00,failed,12,US,425.00,425.00,7000.00 +1145843289,TOEsters: The Coasters for your Feet!,Accessories,Fashion,USD,2017-04-10,50000.00,2017-03-31 23:35:28,202.00,failed,11,US,107.00,202.00,50000.00 +"1145846738,""Bring the """"Family Matters"""" project to life"",Music,Music,USD,2014-01-25,10500.00,2013-12-11 20:44:06,0.00,failed,0,US,0.00,0.00,10500.00" +1145846976,Alphabet Soup with Adam & Buster,Webseries,Film & Video,USD,2011-01-06,9500.00,2010-12-07 05:28:46,10.00,failed,1,US,10.00,10.00,9500.00 +1145851949,Wizardry : PermaDeath,Video Games,Games,USD,2017-11-10,100.00,2017-10-27 18:16:14,55.00,failed,2,US,0.00,55.00,100.00 +"1145859308,""Friends of """"Gift To Be Alive,"""" Jefferson Jay's 5th CD"",Rock,Music,USD,2011-11-07,2000.00,2011-10-14 23:34:34,50.00,failed,1,US,50.00,50.00,2000.00" +114586284,Intermediate,Shorts,Film & Video,USD,2011-03-23,1000.00,2011-02-16 23:08:36,1125.00,successful,16,US,1125.00,1125.00,1000.00 +1145863527,Reflections,Documentary,Film & Video,USD,2012-04-18,50000.00,2012-02-18 23:47:41,1035.00,failed,10,US,1035.00,1035.00,50000.00 +1145867274,ECO-FRIENDLY: Send Tami B to Fashion Week (Canceled),Fashion,Fashion,USD,2012-02-14,7500.00,2012-01-05 13:36:04,25.00,canceled,1,US,25.00,25.00,7500.00 +"1145871589,""CREATE """"AIPOP"""" ARTISTS IN PURSUIT OF PEACE!!"",Art,Art,USD,2014-09-01,2000.00,2014-07-28 19:31:27,231.00,failed,3,US,231.00,231.00,2000.00" +1145882564,Presto Paci: Helping families discover better sleep routines,Product Design,Design,USD,2015-05-04,70000.00,2015-04-01 18:11:16,3635.00,canceled,24,US,3635.00,3635.00,70000.00 +1145885832,Future Has an Ancient Heart,Photography,Photography,GBP,2013-07-17,4800.00,2013-06-27 00:16:58,770.00,failed,13,GB,1187.52,1175.03,7324.89 +1145886561,Mi Tierra Nueva Era (Second Edition),Tabletop Games,Games,EUR,2016-03-20,13309.00,2016-02-23 16:33:38,45975.00,successful,974,ES,51087.59,51280.48,14844.85 +114589879,Weston Acts Avenue Q Puppet Project!,Theater,Theater,USD,2014-02-16,650.00,2014-01-17 03:20:02,851.00,successful,18,US,851.00,851.00,650.00 +1145901937,The Habit of Rainy Nights Press 2012,Publishing,Publishing,USD,2012-01-11,3000.00,2011-11-12 04:29:04,3110.00,successful,20,US,3110.00,3110.00,3000.00 +1145920997,Front and Center Dance Studio's New Home,Spaces,Dance,USD,2017-02-21,8000.00,2017-01-22 05:11:40,0.00,failed,0,US,0.00,0.00,8000.00 +1145925645,Energy Healing,Art,Art,USD,2017-09-28,10000.00,2017-08-29 06:00:49,125.00,failed,2,US,0.00,125.00,10000.00 +1145926396,MUCK short film,Shorts,Film & Video,USD,2014-03-26,11000.00,2014-03-10 20:01:52,11740.00,successful,158,US,11740.00,11740.00,11000.00 +"1145928164,""Help Publish my Self Help-autobiography: PTSD Abuse, Assault"",Nonfiction,Publishing,USD,2016-11-19,3498.00,2016-10-21 20:59:22,0.00,canceled,0,US,0.00,0.00,3498.00" +1145930764,A Mix Tape For Ophelia,Performance Art,Art,USD,2011-08-12,2500.00,2011-06-25 01:07:14,3305.00,successful,60,US,3305.00,3305.00,2500.00 +"1145935333,""Publishing my first book """"A Word For These Times"""""",Publishing,Publishing,USD,2015-02-17,6000.00,2015-01-08 18:01:44,0.00,failed,0,US,0.00,0.00,6000.00" +1145936021,MacKenzie Peck Exhibition at the Creative Alliance,Art,Art,USD,2012-04-16,2222.22,2012-03-14 17:58:09,2321.00,successful,54,US,2321.00,2321.00,2222.22 +1145941599,Shavernator Razor - The Effective Hairy Terminator Shaver,Hardware,Technology,CAD,2015-04-12,30000.00,2015-02-26 02:57:11,4099.00,canceled,28,CA,3256.09,3362.32,24608.32 +1145946882,Zaneta Owens: Crowdsourcing Fashion Luxury Handbags,Accessories,Fashion,USD,2017-01-21,10000.00,2016-12-07 23:01:39,240.00,failed,4,US,157.00,240.00,10000.00 +1145949581,The Common Chef,Webseries,Film & Video,USD,2011-09-19,60000.00,2011-08-05 00:18:32,85.00,failed,3,US,85.00,85.00,60000.00 +1145950902,Au Diable le ''vert'' - Miles from anywhere - El quinto pino,Nonfiction,Publishing,CAD,2014-10-10,5000.00,2014-09-10 02:36:55,1.00,failed,1,CA,0.92,0.89,4465.48 +1145953196,Revista Fundadores,Print,Journalism,EUR,2015-07-31,5000.00,2015-06-02 17:58:30,18.00,failed,5,ES,19.71,19.74,5483.48 +1145957393,Edward Normal-Hands,Illustration,Art,GBP,2014-12-17,1500.00,2014-11-17 19:47:08,6.00,failed,2,GB,9.40,9.39,2347.20 +1145969290,Trappers,Documentary,Film & Video,USD,2012-10-06,1000.00,2012-09-06 19:40:37,778.00,failed,31,US,778.00,778.00,1000.00 +1145970830,Madtown Residency,Art,Art,USD,2011-01-08,2500.00,2010-12-09 03:42:36,65.00,failed,3,US,65.00,65.00,2500.00 +"1145973716,""TEND App - Organic, long-term productivity."",Technology,Technology,USD,2014-05-15,35000.00,2014-04-15 09:19:53,3117.00,failed,83,US,3117.00,3117.00,35000.00" +1145985528,Hopping Dog Brewing - Craft Beer Microbrewery,Drinks,Food,USD,2016-08-27,15000.00,2016-07-15 04:12:31,154.00,failed,4,US,50.00,154.00,15000.00 +"1146004874,""The Top 3,000 Most Famous People From the Past"",Live Games,Games,USD,2017-05-30,10000.00,2017-04-30 22:27:57,0.00,failed,0,US,0.00,0.00,10000.00" +1146007125,OV Sparro,Flight,Technology,USD,2016-02-19,30000.00,2016-01-20 20:02:07,306.00,failed,6,US,306.00,306.00,30000.00 +1146020930,PARTY PARTY PARTNERS and QUIET HOOVES present ATTEMPTS: The Path to Discovery,Electronic Music,Music,USD,2010-11-05,4000.00,2010-08-09 19:58:01,4218.06,successful,88,US,4218.06,4218.06,4000.00 +1146029246,A New Path... equipment needed!,Nature,Photography,USD,2014-08-16,1000.00,2014-07-17 22:30:47,0.00,failed,0,US,0.00,0.00,1000.00 +1146031340,Memory Lane Living in East New York,Fiction,Publishing,USD,2016-07-04,3500.00,2016-06-04 01:16:18,0.00,failed,0,US,0.00,0.00,3500.00 +1146031359,Sandhill Predator Inc (Canceled),Apparel,Fashion,USD,2016-06-11,2000.00,2016-05-12 22:18:57,0.00,canceled,0,US,0.00,0.00,2000.00 +1146039425,Artist Wilderness Connection,Country & Folk,Music,USD,2012-05-12,1000.00,2012-04-12 22:58:12,270.00,failed,9,US,270.00,270.00,1000.00 +1146039708,Hilenie & Friends: BIG Children's Picture Book by Hilenie,Children's Books,Publishing,USD,2015-06-08,1500.00,2015-05-01 09:09:25,15.00,canceled,2,US,15.00,15.00,1500.00 +1146044049,Blu Tigres Single Serve Artisan Coffee,Food,Food,USD,2012-06-15,10000.00,2012-05-15 20:10:03,2420.00,failed,22,US,2420.00,2420.00,10000.00 +1146045143,Deadpool Vinyl Stickers,Art,Art,USD,2016-07-10,300.00,2016-06-15 20:54:11,144.00,failed,25,US,127.00,144.00,300.00 +1146060352,Frankly Funny: a Family Friendly Series,Animation,Film & Video,USD,2017-10-02,1600.00,2017-09-01 01:13:04,0.00,failed,0,US,0.00,0.00,1600.00 +1146064818,Join the U.S. Adventure with Airstream Wedding Photographers,Photography,Photography,USD,2014-12-05,101872.00,2014-11-05 17:50:15,8726.00,failed,62,US,8726.00,8726.00,101872.00 +1146069737,ArtCar Caravan to Southern California,Public Art,Art,USD,2011-10-06,1700.00,2011-09-06 04:13:59,1850.00,successful,50,US,1850.00,1850.00,1700.00 +1146071284,Substream ? an aerial shooter animated to music (Canceled),Video Games,Games,GBP,2014-10-19,9000.00,2014-09-22 20:33:43,1217.00,canceled,31,GB,1982.41,1953.36,14445.53 +1146079058,THEY DIED BEFORE 40 - new jazz film to make history,Documentary,Film & Video,USD,2016-04-06,12000.00,2016-03-07 21:18:11,166.00,failed,4,US,166.00,166.00,12000.00 +1146084285,Discovering a Classical Musician,Classical Music,Music,USD,2011-07-07,2300.00,2011-06-07 02:26:14,2370.00,successful,30,US,2370.00,2370.00,2300.00 +1146086918,Collective Seasons: A Nature Cycle Tile Game,Tabletop Games,Games,USD,2015-11-01,3500.00,2015-10-01 14:49:36,362.00,failed,12,US,362.00,362.00,3500.00 +1146086992,A Studio for the Ages,Ceramics,Art,USD,2017-12-17,2000.00,2017-10-18 18:01:38,110.00,failed,6,US,40.00,110.00,2000.00 +1146087817,Vivarium: A Sci-Fi Thriller (Canceled),Narrative Film,Film & Video,USD,2012-08-16,59750.00,2012-07-17 09:04:43,43109.72,canceled,250,US,43109.72,43109.72,59750.00 +114608933,Broadcasting to Heaven - Movie Script Adaptation (Canceled),Drama,Film & Video,USD,2016-02-23,30000.00,2016-01-24 02:45:29,0.00,canceled,0,US,0.00,0.00,30000.00 +1146092482,HILLBILLY NUT SCRATCHERS (Back Scratchers),Woodworking,Crafts,USD,2017-04-10,6500.00,2017-03-11 21:58:21,121.00,failed,5,US,60.00,121.00,6500.00 +1146092741,Elemental Relaxation App,Apps,Technology,CAD,2017-04-21,20000.00,2017-03-21 21:02:06,701.00,failed,4,CA,75.06,520.30,14844.50 +1146096414,Time Traveler Tees (T-shirts from the Future),Apparel,Fashion,USD,2015-01-26,500.00,2015-01-12 02:29:44,69.00,failed,5,US,69.00,69.00,500.00 +1146112411,Mindslip - The New Self-Titled Album,Rock,Music,USD,2015-02-14,2000.00,2015-01-15 18:36:36,50.00,failed,2,US,50.00,50.00,2000.00 +1146117754,Avro Lancaster KB882 Restoration,Flight,Technology,CAD,2015-12-10,88244.00,2015-11-10 17:55:16,16545.00,failed,147,CA,12450.64,12108.46,64581.38 +1146123847,Catbeard The Pirate Book Four: Corsairs & Catnip (Relaunch),Webcomics,Comics,USD,2016-06-30,1000.00,2016-05-31 01:30:31,2388.00,successful,72,US,2388.00,2388.00,1000.00 +"1146125477,""The Folio #2, 1E & 5E Module Launch!"",Tabletop Games,Games,USD,2015-04-03,5000.00,2015-03-04 20:01:27,6493.00,successful,371,US,6493.00,6493.00,5000.00" +"1146138294,""Jerkforce: Season One: Up, Up, and out of Mom's Basement"",Webseries,Film & Video,USD,2013-03-31,4500.00,2013-03-01 16:03:55,56.00,failed,6,US,56.00,56.00,4500.00" +1146143519,Dolfin Pack Xtreme Sports Hydration System,Product Design,Design,USD,2014-05-23,10000.00,2014-04-23 21:44:03,11115.00,successful,198,US,11115.00,11115.00,10000.00 +1146144437,GlassX™ - Real Liquid Glass Universal Screen Protection,Technology,Technology,USD,2017-07-30,3500.00,2017-06-15 00:49:49,49270.03,successful,1287,US,967.00,49270.03,3500.00 +"1146146822,""The 4th, as of yet unnamed, decker. album"",Indie Rock,Music,USD,2012-09-03,3800.00,2012-08-04 19:26:29,8356.28,successful,74,US,8356.28,8356.28,3800.00" +1146154955,Refiguring the Biblical: Inaugural Art Exhibition,Illustration,Art,USD,2017-05-06,5000.00,2017-04-05 22:07:16,5351.00,successful,101,US,0.00,5351.00,5000.00 +1146159008,YOURS footwear,Fashion,Fashion,USD,2012-04-16,3000.00,2012-03-16 05:48:30,5517.00,successful,84,US,5517.00,5517.00,3000.00 +1146167265,The Dead Art Show,Art,Art,USD,2014-08-07,5000.00,2014-07-08 18:46:14,0.00,failed,0,US,0.00,0.00,5000.00 +1146169987,Drunken Absurdity Print Issue,Publishing,Publishing,USD,2012-06-03,6500.00,2012-05-04 00:11:45,105.00,failed,4,US,105.00,105.00,6500.00 +1146171479,Make it Better (working title),Documentary,Film & Video,USD,2015-06-30,2500.00,2015-05-31 01:05:47,0.00,failed,0,US,0.00,0.00,2500.00 +1146171679,The Hounds of Reservoir - A Shakesperian Heist film,Plays,Theater,USD,2015-07-15,20000.00,2015-06-15 01:00:15,16.00,failed,1,US,16.00,16.00,20000.00 +1146174529,A Christmas Music Video that will inspire give hope and love,Faith,Music,USD,2015-12-01,1550.00,2015-11-02 15:40:42,300.00,failed,6,US,300.00,300.00,1550.00 +"1146179101,""""""One Large Symphony"""""",Pop,Music,USD,2012-02-05,4000.00,2012-01-06 03:24:56,325.00,failed,8,US,325.00,325.00,4000.00" +1146181862,Miijim - Indigenous Cuisine,Restaurants,Food,USD,2018-02-11,20000.00,2017-12-13 23:50:49,32.00,live,1,US,0.00,32.00,20000.00 +1146183428,Albie Merani Book One (Canceled),Fiction,Publishing,NZD,2013-12-28,2000.00,2013-11-13 01:50:05,0.00,canceled,0,NZ,0.00,0.00,1659.20 +1146186062,The AWESOMEST Hover Car Chase Project,Tabletop Games,Games,USD,2015-10-08,500.00,2015-09-23 00:48:06,793.00,successful,49,US,793.00,793.00,500.00 +114618812,LOWRIDER BIKE PROJECT 2015,Sculpture,Art,USD,2014-06-24,25000.00,2014-05-20 02:36:44,23.23,failed,1,US,23.23,23.23,25000.00 +1146196419,Dragonia,Video Games,Games,USD,2012-11-25,16000.00,2012-10-11 03:34:08,452.00,failed,12,US,452.00,452.00,16000.00 +1146208959,Terence Goetz's first full length solo album {NEW},Rock,Music,CAD,2014-12-23,3425.00,2014-11-23 08:39:28,0.00,failed,0,CA,0.00,0.00,2954.62 +1146214052,First-time Author!,Fiction,Publishing,USD,2014-08-16,1000.00,2014-07-17 00:55:10,10.00,failed,2,US,10.00,10.00,1000.00 +"1146224131,""Brazil, Afro-Brazilians And Carnival"",Journalism,Journalism,GBP,2017-08-27,4000.00,2017-07-28 22:19:23,10.00,failed,1,GB,0.00,12.95,5178.40" +1146232877,STAGEright Theatre's indie 'The Pirates of Penzance',Theater,Theater,USD,2011-10-16,1500.00,2011-09-20 04:18:02,2220.00,successful,48,US,2220.00,2220.00,1500.00 +1146235360,Up & Turn,Design,Design,NOK,2017-12-29,175000.00,2017-11-29 14:38:20,305.00,failed,2,NO,36.81,37.17,21328.46 +1146241941,It's a Skull World,Apparel,Fashion,USD,2014-08-13,5000.00,2014-07-14 22:25:11,0.00,failed,0,US,0.00,0.00,5000.00 +1146243131,Intellect the album,Hip-Hop,Music,USD,2011-12-18,3000.00,2011-11-18 00:59:32,0.00,failed,0,US,0.00,0.00,3000.00 +1146251122,Doll Me Up,Apps,Technology,USD,2016-05-05,1700.00,2016-04-05 17:30:02,1.00,failed,1,US,1.00,1.00,1700.00 +1146262617,EGBO,Fashion,Fashion,USD,2016-07-23,15000.00,2016-06-17 05:00:40,449.00,failed,5,US,389.00,449.00,15000.00 +11462711,Snatoms! The Magnetic Molecular Modeling Kit,Product Design,Design,USD,2015-12-23,42000.00,2015-11-11 18:09:18,519851.62,successful,6581,US,519851.62,519851.62,42000.00 +1146274927,Emulsify,Mixed Media,Art,USD,2013-11-04,500.00,2013-10-15 18:52:08,531.00,successful,10,US,531.00,531.00,500.00 +1146277333,returning at a later date (Canceled),Fiction,Publishing,USD,2015-05-25,250.00,2015-04-30 22:01:59,1238.00,canceled,16,US,1238.00,1238.00,250.00 +1146288538,TYLT VU Wireless Charger - with free positioning technology,Hardware,Technology,USD,2013-06-27,60000.00,2013-05-28 21:00:45,65056.50,successful,896,US,65056.50,65056.50,60000.00 +114629342,Animate Your Photos,Digital Art,Art,USD,2015-09-04,400.00,2015-08-05 04:22:05,28.00,failed,3,US,28.00,28.00,400.00 +1146293887,Densters - den building toy monsters,Product Design,Design,GBP,2016-12-01,18000.00,2016-10-31 19:03:52,21566.00,successful,513,GB,1065.34,27223.95,22722.40 +1146295501,Kill Cube PC GAME,Video Games,Games,USD,2017-02-15,5000.00,2017-01-16 23:23:11,0.00,canceled,0,US,0.00,0.00,5000.00 +1146297318,Arcana Agency: The Thief of Memories Deluxe Gamebook,Tabletop Games,Games,USD,2012-12-14,20000.00,2012-10-29 23:37:41,21680.00,successful,426,US,21680.00,21680.00,20000.00 +1146302758,The Casual Cat Cafe,Spaces,Food,USD,2017-05-17,25000.00,2017-04-07 02:19:01,2490.00,failed,34,US,0.00,2490.00,25000.00 +1146324024,Weekly Music Concerts,Pop,Music,USD,2016-10-02,10000.00,2016-09-02 03:10:56,1.00,failed,1,US,0.00,1.00,10000.00 +1146339465,Oh My God! There's An Axe In My Head - The Board Game,Tabletop Games,Games,USD,2011-09-12,16000.00,2011-07-31 03:53:34,22995.50,successful,348,US,22995.50,22995.50,16000.00 +1146355438,The Kickstart Project,Nonfiction,Publishing,USD,2014-09-29,15000.00,2014-07-31 22:34:39,25.00,failed,1,US,25.00,25.00,15000.00 +1146364293,Leave Me Alone Box Shop,Woodworking,Crafts,AUD,2014-08-28,2500.00,2014-07-29 03:17:02,0.00,failed,0,AU,0.00,0.00,2334.49 +114637592,American Spirit - Power in Securing the Future of Tomorrow,Animation,Film & Video,USD,2016-12-16,35000.00,2016-11-16 01:41:29,0.00,failed,0,US,0.00,0.00,35000.00 +1146376768,Kokoro Origami Crane,Product Design,Design,USD,2017-10-07,500.00,2017-09-07 16:04:51,1081.00,successful,22,US,180.00,1081.00,500.00 +1146382346,KURU #1: The Beginnings of a Horror Juggernaut!,Graphic Novels,Comics,USD,2017-06-01,2500.00,2017-05-03 00:00:12,2869.00,successful,85,US,693.00,2869.00,2500.00 +114638305,Tom Lohrmann's Second EP,Rock,Music,USD,2011-11-08,300.00,2011-10-09 07:02:03,25.00,failed,1,US,25.00,25.00,300.00 +1146383955,Studio fine art nudes with Brooke Eva,Fine Art,Photography,USD,2017-04-27,300.00,2017-04-20 20:22:13,355.00,successful,7,US,75.00,355.00,300.00 +1146386309,Help Marissa Nadler Record Her New Album,Indie Rock,Music,USD,2010-12-09,11000.00,2010-10-25 17:17:58,17037.77,successful,390,US,17037.77,17037.77,11000.00 +1146396178,Project Redskull,Conceptual Art,Art,USD,2011-10-27,800.00,2011-09-27 23:38:05,143.00,failed,7,US,143.00,143.00,800.00 +1146399668,Smooshy's Big Adventures Pop up books,Children's Books,Publishing,USD,2016-01-12,5000.00,2015-12-11 23:43:55,0.00,failed,0,US,0.00,0.00,5000.00 +1146400374,Quality: Comprehensive Training for Business,Publishing,Publishing,AUD,2014-09-18,1300.00,2014-08-19 12:39:07,0.00,failed,0,AU,0.00,0.00,1166.65 +114640149,Balloons (Canceled),Space Exploration,Technology,USD,2016-02-09,15000.00,2016-01-12 21:47:27,3155.00,canceled,43,US,3155.00,3155.00,15000.00 +1146414817,The Straight Talk documentary,Film & Video,Film & Video,USD,2012-10-11,35000.00,2012-09-10 23:40:11,331.00,failed,14,US,331.00,331.00,35000.00 +1146417288,Stardust | The Space Game to my Past,Video Games,Games,USD,2017-02-10,5000.00,2017-01-19 04:10:58,30.00,canceled,3,US,20.00,30.00,5000.00 +1146425708,Lemmy Kilmister and Slash Statue for Stoke-on-Trent & LA,Public Art,Art,GBP,2016-02-28,125000.00,2015-12-30 22:59:22,2401.66,failed,34,GB,3579.52,3400.24,176973.61 +1146427221,Medieval Armor,Crafts,Crafts,USD,2017-07-26,10000.00,2017-05-27 22:16:32,0.00,failed,0,US,0.00,0.00,10000.00 +1146429772,Frown Town - An Independent and Incredibly Awesome Puppet Show,Film & Video,Film & Video,USD,2010-07-16,3750.00,2010-06-06 01:30:13,5687.00,successful,96,US,5687.00,5687.00,3750.00 +"1146448983,""Hat Trick """"What's The Worst That Could Happen?"""" Tour 2011"",Music,Music,USD,2011-05-04,1500.00,2011-03-30 08:54:42,2075.00,successful,38,US,2075.00,2075.00,1500.00" +"1146456296,Saucha Scrub; All Natural Body Care,Crafts,Crafts,USD,2017-06-01,600.00,2017-04-25 18:56:20,245.00,failed,6,US,160.00,245.00,600.00" +1146465560,LOVECRAFT: FEAR OF THE UNKNOWN - New Blu Edition!,Documentary,Film & Video,USD,2014-10-23,8200.00,2014-09-23 18:08:26,10731.00,successful,248,US,10731.00,10731.00,8200.00 +1146471696,Aliham Clothing Company Summer Line,Fashion,Fashion,USD,2014-07-03,2000.00,2014-06-03 02:09:46,0.00,failed,0,US,0.00,0.00,2000.00 +1146474667,SEEKING,Nonfiction,Publishing,USD,2016-11-04,10000.00,2016-10-01 01:29:22,1.00,failed,1,US,0.00,1.00,10000.00 +1146475094,Baby Tie Dye,Childrenswear,Fashion,CAD,2016-02-01,53000.00,2015-12-03 17:54:56,2550.00,failed,12,CA,1907.68,1854.41,38542.65 +1146476087,THE PUSH: Owning your reality is when the journey begins,Documentary,Film & Video,USD,2017-09-17,30000.00,2017-07-19 23:23:55,35926.00,successful,124,US,315.00,35926.00,30000.00 +1146476401,Sandseer,Film & Video,Film & Video,USD,2016-08-11,7000.00,2016-07-11 04:55:27,8124.55,successful,160,US,0.00,8124.55,7000.00 +1146481255,Turning Thirty- Feature Film,Narrative Film,Film & Video,USD,2011-11-13,45000.00,2011-09-29 06:32:42,275.00,failed,4,US,275.00,275.00,45000.00 +1146482493,Intelligent Origins of Reginald and Borus,Film & Video,Film & Video,USD,2011-05-02,1000.00,2011-02-19 23:48:58,0.00,failed,0,US,0.00,0.00,1000.00 +"1146483402,""Java Game Haus - Board Game Cafe - Jacksonville, Florida"",Tabletop Games,Games,USD,2016-12-21,5000.00,2016-11-21 15:27:01,2862.00,failed,32,US,640.00,2862.00,5000.00" +1146490228,Other People,Film & Video,Film & Video,USD,2011-08-19,7500.00,2011-07-20 22:50:17,7719.68,successful,141,US,7719.68,7719.68,7500.00 +1146498690,This is not a Hot Uk Deal T-shirt,Fashion,Fashion,GBP,2012-12-09,2500.00,2012-11-09 22:36:07,0.00,failed,0,GB,0.00,0.00,4029.85 +1146510839,Soccer Dice Game GooaAAAal - Limited edition 100,Games,Games,EUR,2017-02-04,500.00,2017-01-05 17:44:12,203.00,failed,5,FR,0.00,215.77,531.45 +1146515311,All American Taxi,Nonfiction,Publishing,USD,2016-09-29,20000.00,2016-08-30 20:44:55,1.00,failed,1,US,1.00,1.00,20000.00 +"1146515534,""Ready, Set, GLOW! - A Kid's Clothing Line"",Childrenswear,Fashion,USD,2016-12-01,3500.00,2016-11-07 05:32:55,1250.00,failed,2,US,0.00,1250.00,3500.00" +1146518146,Really Ready to Read! - a book by a kid for kids,Children's Books,Publishing,USD,2015-12-26,10000.00,2015-11-16 20:44:36,10655.00,successful,158,US,10655.00,10655.00,10000.00 +1146522787,The Art of Bacon,Bacon,Food,USD,2014-08-13,5000.00,2014-07-14 19:25:31,1.00,failed,1,US,1.00,1.00,5000.00 +"1146527393,""The children of Cuzco, Peru (Canceled)"",People,Photography,CAD,2014-08-07,550.00,2014-07-08 19:53:28,35.00,canceled,1,CA,32.83,32.06,503.85" +1146527407,CreaVures,Video Games,Games,USD,2011-02-17,3000.00,2011-02-04 21:47:20,5334.50,successful,122,US,5334.50,5334.50,3000.00 +1146537511,Scraping together loose change for a tour bus,Music,Music,GBP,2016-03-29,300.00,2016-02-09 21:42:54,75.66,failed,2,GB,109.79,108.27,429.29 +1146537871,Meet The Lucky Lonely,Rock,Music,USD,2011-06-18,9700.00,2011-05-16 23:31:04,11500.85,successful,122,US,11500.85,11500.85,9700.00 +1146545404,Ridiculously Inspirational and Nerdy Quotes: A 2014 Calendar,Illustration,Art,USD,2013-10-29,2150.00,2013-10-03 19:55:36,2350.00,successful,49,US,2350.00,2350.00,2150.00 +1146545634,UNTITLED Time Machine Project,Narrative Film,Film & Video,USD,2012-08-07,2500.00,2012-07-24 01:58:09,2594.92,successful,82,US,2594.92,2594.92,2500.00 +1146552874,Globcow the Comic (Issue 1),Comics,Comics,USD,2015-01-30,2500.00,2014-12-31 19:26:07,2542.00,successful,51,US,2542.00,2542.00,2500.00 +"1146557144,""Altarpiece Painting Restoration in Antigua, Guatemala"",Painting,Art,USD,2015-07-18,7328.00,2015-06-01 18:00:22,7613.00,successful,65,US,7613.00,7613.00,7328.00" +1146563111,Organic Juice Bar /Juicing,Drinks,Food,USD,2015-08-01,7500.00,2015-06-08 23:04:41,5.00,failed,1,US,5.00,5.00,7500.00 +1146566425,Mad Scientist - A Chemistry Inspired Glassware Collection,Product Design,Design,USD,2017-08-14,3000.00,2017-08-03 18:59:50,2367.00,failed,21,US,550.00,2367.00,3000.00 +1146573450,The International High Five Society,Apparel,Fashion,USD,2015-01-22,500.00,2014-12-23 17:51:31,1626.00,successful,63,US,1626.00,1626.00,500.00 +1146590983,Shadow Fancy ~Mermaid Tail Creations~,Fashion,Fashion,USD,2012-10-18,2500.00,2012-09-18 01:20:18,106.00,failed,5,US,106.00,106.00,2500.00 +1146595837,selbst gemachter kirschen kase kuchen video kommt auch rein,Cookbooks,Food,EUR,2015-09-18,500.00,2015-07-22 22:05:18,0.00,canceled,0,DE,0.00,0.00,570.95 +1146597269,LEPETITFESTIVAL,Performance Art,Art,EUR,2016-07-29,2000.00,2016-07-21 00:06:37,211.00,failed,5,FR,110.79,234.48,2222.59 +1146610121,Lower Spirits: A Horror Comedy Show,Horror,Film & Video,USD,2017-06-26,500.00,2017-05-12 07:39:23,502.00,successful,8,US,0.00,502.00,500.00 +1146612365,History: Fiction or Science? Historiology vs Historiography,Academic,Publishing,EUR,2017-03-21,100000.00,2017-01-23 23:31:26,0.00,canceled,0,FR,0.00,0.00,108049.70 +1146616591,Minecraft MULTI - Serveur : Legendary2Craft,Video Games,Games,EUR,2017-04-04,120.00,2017-03-05 15:25:55,1.00,failed,1,FR,0.00,1.06,127.56 +1146620372,Disney Inspired hand painted skirt,Public Art,Art,USD,2015-03-26,850.00,2015-02-24 07:35:31,285.00,failed,10,US,285.00,285.00,850.00 +114662418,Fairprotein®-Qualitatives und leistbares Proteinpulver,Food,Food,EUR,2017-11-16,15000.00,2017-10-17 13:48:47,0.00,failed,0,DE,0.00,0.00,17692.43 +1146640126,The Silent Sentinels,Children's Books,Publishing,USD,2015-10-05,5000.00,2015-09-05 00:07:14,6045.00,successful,89,US,6045.00,6045.00,5000.00 +1146643815,Songs from the Bay (Canceled),Indie Rock,Music,USD,2014-04-28,7000.00,2014-04-02 04:50:14,0.00,canceled,0,US,0.00,0.00,7000.00 +1146646893,Mangoe and Marlie: The Town of Hoop and Ms. Baloney,Children's Books,Publishing,USD,2015-03-27,70000.00,2015-01-26 19:58:06,165.00,canceled,3,US,165.00,165.00,70000.00 +1146648602,The Town That Christmas Forgot,Shorts,Film & Video,USD,2012-07-13,2700.00,2012-06-28 08:04:57,2886.00,successful,11,US,2886.00,2886.00,2700.00 +1146648688,One and Done - An original web series starring Matt Letscher,Webseries,Film & Video,USD,2014-11-07,40000.00,2014-10-03 21:16:07,41066.00,successful,208,US,41066.00,41066.00,40000.00 +1146649243,The Local: Great Food...Naturally,Restaurants,Food,USD,2015-03-06,15000.00,2015-02-12 00:41:06,15615.00,successful,117,US,15615.00,15615.00,15000.00 +1146653463,The Narcissists,Narrative Film,Film & Video,USD,2015-01-09,5000.00,2014-12-10 13:03:41,5405.00,successful,64,US,5405.00,5405.00,5000.00 +1146655722,Surviving the Apocalypse,Live Games,Games,USD,2014-07-31,150000.00,2014-07-01 04:36:24,605.00,failed,3,US,605.00,605.00,150000.00 +"1146656142,""Send """"The Inevitable"""" to festivals"",Drama,Film & Video,USD,2015-06-14,5000.00,2015-05-15 22:13:44,15.00,failed,1,US,15.00,15.00,5000.00" +1146657656,The Ink Spot Tattoos (Canceled),Art,Art,NZD,2015-07-30,15000.00,2015-06-03 13:23:04,100.00,canceled,1,NZ,71.05,65.40,9810.33 +1146667026,canker.sore Zines,Zines,Publishing,USD,2017-02-23,1500.00,2017-02-13 17:10:55,2062.58,successful,112,US,389.25,2062.58,1500.00 +1146669646,Fast>>Forward>>Austin - New Music Festival,Indie Rock,Music,USD,2011-03-06,1500.00,2011-02-04 17:10:51,2201.00,successful,33,US,2201.00,2201.00,1500.00 +1146674456,Daddy's Princess,Film & Video,Film & Video,USD,2012-03-02,4500.00,2012-01-02 04:59:47,105.00,failed,2,US,105.00,105.00,4500.00 +1146688167,Le réseau social le plus complet au Québec! ENWOYE.COM!!,Web,Technology,CAD,2014-08-30,5000.00,2014-07-16 01:16:24,0.00,failed,0,CA,0.00,0.00,4596.43 +114668877,Group Therapy,Experimental,Theater,USD,2016-12-31,7000.00,2016-11-28 07:43:03,7813.49,successful,89,US,0.00,7813.49,7000.00 +1146693813,BRAIN HARVEST Promo Videos for wild sci fi thriller,Narrative Film,Film & Video,USD,2011-02-20,5200.00,2011-01-11 19:16:51,0.00,failed,0,US,0.00,0.00,5200.00 +114669501,The DogRemote™,Technology,Technology,GBP,2013-04-06,10000.00,2013-02-25 00:37:06,264.00,failed,18,GB,400.65,405.52,15360.75 +1146697711,ARCHIVAL PRINTS (Canceled),Art,Art,USD,2014-01-06,275.00,2013-12-07 03:38:29,15.00,canceled,2,US,15.00,15.00,275.00 +1146697850,RaaH Material (Canceled),Apparel,Fashion,USD,2015-03-29,8000.00,2015-01-28 08:50:46,0.00,canceled,0,US,0.00,0.00,8000.00 +1146698555,Consultare,Apps,Technology,USD,2017-03-10,84000.00,2017-03-01 22:56:13,0.00,failed,0,US,0.00,0.00,84000.00 +114671124,Emeralds and Pearls (Canceled),Fiction,Publishing,GBP,2016-02-17,1676.00,2016-01-18 11:57:05,0.00,canceled,0,GB,0.00,0.00,2392.95 +"1146729883,""""""The Appointment"""" a pro-life short film"",Shorts,Film & Video,USD,2014-08-23,2300.00,2014-08-01 16:18:42,3241.00,successful,46,US,3241.00,3241.00,2300.00" +114673059,N.Y.O Boutique : Plus Size Fashion,Ready-to-wear,Fashion,USD,2016-02-14,50000.00,2015-12-16 15:04:41,0.00,failed,0,US,0.00,0.00,50000.00 +1146731195,Dungeons On Demand: 5th Edition Dungeon Adventures,Tabletop Games,Games,USD,2015-04-03,30.00,2015-03-09 19:00:00,3737.00,successful,361,US,3737.00,3737.00,30.00 +1146732599,Figment VR: Virtual Reality Phonecase,Product Design,Design,USD,2016-01-13,75000.00,2015-11-17 14:59:15,118778.00,successful,895,US,118778.00,118778.00,75000.00 +1146734227,Teenage pregnancy disaster in South African,Documentary,Film & Video,USD,2016-03-11,5000.00,2016-01-11 03:49:31,30.50,failed,5,US,30.50,30.50,5000.00 +114673600,ALFMEGA COMPUTERS,Software,Technology,USD,2016-06-13,1.00,2016-04-14 14:14:20,96.00,successful,3,US,96.00,96.00,1.00 +1146741840,Dragons On The Outer Rim,Electronic Music,Music,USD,2013-02-10,1000.00,2013-01-11 00:35:59,202.00,failed,9,US,202.00,202.00,1000.00 +1146752515,Cleontic - The Revolutionary Toothbrush Cleaner and Holder,Product Design,Design,CAD,2017-12-29,20000.00,2017-11-23 15:10:59,7961.00,canceled,82,CA,2300.15,6348.48,15948.96 +114676230,Reclining Nude Pin,Art,Art,USD,2017-05-04,300.00,2017-04-04 00:00:51,56.00,failed,8,US,21.00,56.00,300.00 +1146766908,The American Gulf Coast (as told by the founders themselves),Documentary,Film & Video,USD,2012-01-08,95000.00,2011-12-31 02:35:12,0.00,failed,0,US,0.00,0.00,95000.00 +1146767570,Savy Brands Clothing,Fashion,Fashion,USD,2013-11-25,4400.00,2013-10-21 23:59:47,155.00,failed,4,US,155.00,155.00,4400.00 +1146767795,Backing @Vita to record an album to come back his girl!,Music,Music,USD,2017-08-09,10000.00,2017-07-25 00:47:48,0.00,failed,0,US,0.00,0.00,10000.00 +114676799,path to prologue,Shorts,Film & Video,USD,2010-10-02,1200.00,2010-08-06 01:13:10,95.00,failed,3,US,95.00,95.00,1200.00 +1146768551,GONE TO SEE (Canceled),Documentary,Film & Video,USD,2012-07-19,124000.00,2012-05-24 06:35:03,307.00,canceled,15,US,307.00,307.00,124000.00 +1146773386,TWO - The World Organisation: TWO Warrior's Campaign,Shorts,Film & Video,GBP,2015-08-02,3000.00,2015-06-18 23:10:05,3.00,failed,1,GB,4.69,4.66,4655.06 +1146781336,Gem Expedition,Tabletop Games,Games,USD,2017-12-17,41190.00,2017-11-17 03:30:40,2055.00,failed,16,US,1520.00,2055.00,41190.00 +"1146783235,""Honestly, OK"",Festivals,Theater,USD,2014-06-18,700.00,2014-06-05 02:02:59,2060.00,successful,64,US,2060.00,2060.00,700.00" +1146784683,Car Audio World,Web,Technology,EUR,2016-04-09,50000.00,2016-02-19 17:05:38,2.00,failed,2,IT,2.23,2.26,56420.04 +1146790556,Treat Cancer with Cannabis RSO,Documentary,Film & Video,USD,2016-08-06,5000.00,2016-07-07 19:29:57,0.00,canceled,0,US,0.00,0.00,5000.00 +1146791190,Unveil the Beauty,Apparel,Fashion,USD,2016-08-05,17000.00,2016-07-12 16:05:40,0.00,failed,0,US,0.00,0.00,17000.00 +1146793128,BETHNALS LTD – The London Uniform,Apparel,Fashion,GBP,2014-07-27,10000.00,2014-06-19 10:17:31,12207.00,successful,157,GB,20709.31,20539.09,16825.67 +1146799882,Jellypus: Floating flashing art thing (Canceled),Public Art,Art,USD,2012-04-08,2500.00,2012-03-09 23:52:53,75.00,canceled,2,US,75.00,75.00,2500.00 +1146802665,Handle it - Mobile help for selfhelp to kids and teenagers.,Apps,Technology,SEK,2017-05-21,600000.00,2017-04-21 07:45:14,500.00,failed,2,SE,55.75,57.55,69057.59 +1146808716,CCHS 2012 FIRST Robotics Sacramento Regional,Robots,Technology,USD,2013-01-01,1000.00,2012-11-02 19:24:49,1149.00,successful,31,US,1149.00,1149.00,1000.00 +"114680886,""Black Box Baroque presents Handel's """"Orlando"""""",Classical Music,Music,USD,2014-02-08,2600.00,2014-01-09 21:07:54,3652.00,successful,61,US,3652.00,3652.00,2600.00" +1146816852,Cohere: Mapping Voices Across the Silence,Art,Art,USD,2014-07-11,1500.00,2014-06-12 23:18:40,1760.00,successful,48,US,1760.00,1760.00,1500.00 +1146827728,Robot Repair Shop,Public Art,Art,USD,2015-06-18,10000.00,2015-05-19 06:00:42,13805.00,successful,233,US,13805.00,13805.00,10000.00 +114683817,Linüs - World Tour of Wisconsin Dells & N. Suburban Chicago,Rock,Music,USD,2011-07-08,1000.00,2011-06-06 21:51:15,1056.00,successful,14,US,1056.00,1056.00,1000.00 +1146841379,SEE4,Nonfiction,Publishing,USD,2016-12-05,1000.00,2016-10-06 03:20:46,1000.00,successful,10,US,210.00,1000.00,1000.00 +1146850678,The Red Lady: Torment of the Blood Moon,Horror,Film & Video,USD,2014-09-22,1000.00,2014-09-07 11:08:36,0.00,failed,0,US,0.00,0.00,1000.00 +1146860306,Poolgles - The Best Goggles Ever!,Product Design,Design,USD,2016-05-25,30000.00,2016-04-25 22:13:32,3151.00,failed,111,US,3151.00,3151.00,30000.00 +1146861181,Utah's Statues and Memorials,Art Books,Publishing,USD,2015-09-13,2500.00,2015-08-14 06:39:04,10.00,failed,1,US,10.00,10.00,2500.00 +1146865991,Owl 2015 Art Print,Illustration,Art,USD,2015-12-24,500.00,2015-11-24 14:45:10,1072.00,successful,41,US,1072.00,1072.00,500.00 +1146866661,Let's Create a Nature Reserve,Crafts,Crafts,GBP,2016-12-07,35000.00,2016-11-07 09:16:36,1.00,failed,1,GB,0.00,1.26,44030.14 +1146868657,Gas-Mask head for 28/32 mm miniature games from CW,Tabletop Games,Games,GBP,2014-06-17,200.00,2014-04-18 03:08:15,586.00,successful,32,GB,980.03,998.45,340.77 +1146880487,August in Chiang Mai,Art,Art,USD,2012-06-09,3250.00,2012-05-10 17:53:56,3305.00,successful,42,US,3305.00,3305.00,3250.00 +1146885715,Be a part of The Silverwings EP.,Music,Music,USD,2011-03-13,500.00,2011-02-11 22:56:30,0.00,failed,0,US,0.00,0.00,500.00 +1146891600,STRANGE ARCADE- hand painted D&D + Cthulhu inspired t-shirts,Ready-to-wear,Fashion,GBP,2015-11-11,600.00,2015-10-13 10:57:19,1899.00,successful,69,GB,2911.21,2890.98,913.42 +"1146892921,""foneFrame, a new way to make mobile web sites"",Software,Technology,USD,2012-02-22,12000.00,2012-01-20 21:03:02,623.00,failed,11,US,623.00,623.00,12000.00" +"1146909669,""The short film """"What if..."""" is going to Canada!"",Public Art,Art,USD,2011-09-14,150.00,2011-09-01 04:06:17,426.01,successful,23,US,426.01,426.01,150.00" +1146912065,The Atlanta Marshmallow Co. Launch & Vegan Marshmallows!,Vegan,Food,USD,2017-11-25,768.00,2017-11-09 00:09:27,320.00,failed,11,US,0.00,320.00,768.00 +1146915213,Helsing,Shorts,Film & Video,USD,2013-07-24,5000.00,2013-06-24 19:10:03,2260.00,failed,46,US,2260.00,2260.00,5000.00 +114691901,Stephen Lindsay in Double Trouble,Fiction,Publishing,USD,2015-03-14,10000.00,2015-02-12 03:59:44,0.00,failed,0,US,0.00,0.00,10000.00 +"11469207,""A Window Into the Constellations, Telescopes and Wide Fields"",Digital Art,Art,GBP,2014-01-05,4500.00,2013-12-06 17:16:00,84.00,failed,5,GB,137.58,137.84,7384.19" +1146921926,Amazing blessings in Site!,Music,Music,USD,2016-10-07,15000.00,2016-09-07 15:52:28,1.00,failed,1,US,0.00,1.00,15000.00 +"1146929014,""Kaiya Pelletier records her first demo """"Wonderland"""""",Country & Folk,Music,USD,2013-01-29,3500.00,2013-01-01 02:10:33,976.53,failed,17,US,976.53,976.53,3500.00" +1146934619,The Firefly Cloak: A Revolutionary Smart LED Costume,Apparel,Fashion,USD,2017-10-05,10000.00,2017-09-05 14:10:48,10306.00,successful,45,US,5.00,10306.00,10000.00 +1146936011,Happy Hour:The Web Series,Film & Video,Film & Video,USD,2016-07-13,3000.00,2016-06-28 01:15:14,25.00,canceled,2,US,25.00,25.00,3000.00 +"1146937718,""The Elven Chest: a Deck Box, Dice Box, or Fantasy Coin Chest"",Tabletop Games,Games,GBP,2017-09-05,800.00,2017-07-31 21:18:21,19648.00,successful,499,GB,3570.21,25962.63,1057.11" +1146941009,Sound performance tour,Performance Art,Art,USD,2012-05-21,500.00,2012-05-07 21:26:01,800.00,successful,26,US,800.00,800.00,500.00 +1146946567,Reading the Landscape,Classical Music,Music,USD,2018-01-15,5500.00,2017-12-16 04:38:57,4949.00,live,67,US,1610.00,4949.00,5500.00 +1146949552,The Universe Smells Like Raspberries,Comic Books,Comics,USD,2015-07-01,1000.00,2015-05-27 00:22:51,20.00,failed,2,US,20.00,20.00,1000.00 +"1146950367,Aegis Division; A six degrees of freedom space shooter.,Video Games,Games,GBP,2013-07-09,6000.00,2013-05-30 21:26:17,377.00,failed,20,GB,566.57,569.59,9065.09" +1146951404,Discover Oregon,Documentary,Film & Video,USD,2014-07-25,5000.00,2014-06-25 02:04:39,560.00,failed,10,US,560.00,560.00,5000.00 +1146962226,W.a.s.t.eTV Innovative Online Broadcasting Platform,Web,Technology,USD,2014-11-01,20000.00,2014-09-10 02:25:31,4.00,failed,2,US,4.00,4.00,20000.00 +1146963698,The Next Day - Feature Film Production,Narrative Film,Film & Video,USD,2011-03-23,2500.00,2011-02-21 22:11:03,80.00,failed,4,US,80.00,80.00,2500.00 +1146964111,YouCollide: Collaboration for Content Creators,Web,Technology,SEK,2015-05-03,260000.00,2015-04-03 23:59:53,8780.00,failed,5,SE,1014.49,1059.99,31389.21 +1146975706,No more hot cheetos fingers,Food,Food,USD,2017-08-10,5000.00,2017-07-11 01:32:56,0.00,failed,0,US,0.00,0.00,5000.00 +1146975844,Have You Been Jewish Today?,Children's Books,Publishing,USD,2015-01-28,10000.00,2014-12-30 23:42:18,2.00,failed,2,US,2.00,2.00,10000.00 +1146976486,Living Without Barriers! (Canceled),Publishing,Publishing,CAD,2015-11-15,100000.00,2015-09-16 21:47:04,0.00,canceled,0,CA,0.00,0.00,75114.55 +1146992516,MODULAR22,Design,Design,USD,2012-08-03,4000.00,2012-07-04 01:55:01,4264.00,successful,71,US,4264.00,4264.00,4000.00 +1146993913,The Butterfly & the Pirates,Fiction,Publishing,USD,2016-10-16,2600.00,2016-09-16 21:50:05,255.00,canceled,5,US,175.00,255.00,2600.00 +114699600,Rabbit Days & Dumplings: family folk music from East Asia,Indie Rock,Music,USD,2011-05-02,20000.00,2011-02-11 00:49:48,22157.00,successful,165,US,22157.00,22157.00,20000.00 +1147001291,Teatro del Fuoco Show - USA Event (Canceled),Performance Art,Art,EUR,2016-02-24,67000.00,2015-12-26 10:54:06,0.00,canceled,0,IT,0.00,0.00,73739.82 +1147009389,Paula Jaakkola's Full Length Album,Pop,Music,USD,2012-12-12,10000.00,2012-11-12 23:49:16,10382.83,successful,119,US,10382.83,10382.83,10000.00 +1147010629,Fork,Shorts,Film & Video,USD,2014-10-01,20000.00,2014-09-01 17:42:39,21500.26,successful,200,US,21500.26,21500.26,20000.00 +1147014250,Mrs. Ellingson's Amazing Quantum Classroom (take 2),Children's Books,Publishing,USD,2012-04-29,1500.00,2012-03-15 20:40:33,1943.00,successful,18,US,1943.00,1943.00,1500.00 +1147014638,Les Yocum Playing From The Heart,Music,Music,USD,2012-11-09,8000.00,2012-09-25 19:25:03,50.00,failed,2,US,50.00,50.00,8000.00 +"1147015301,""""""All We Had"""" Gets Into Cannes -- $10 or More Gets You Added To Credits!"",Documentary,Film & Video,USD,2009-05-20,300.00,2009-04-30 22:10:30,40.00,failed,4,US,40.00,40.00,300.00" +1147022618,Evie Bowman : Agent of D.A.I.T. Issue 1 (Canceled),Comics,Comics,GBP,2016-06-25,5000.00,2016-04-26 21:55:55,167.00,canceled,9,GB,241.07,221.82,6641.43 +"1147025877,""""""My Kidney"""", A Derek """"Float"""" Wright Story..."",Documentary,Film & Video,USD,2014-05-21,25000.00,2014-05-05 21:55:45,10.00,failed,1,US,10.00,10.00,25000.00" +1147040723,A place where kids can design & build their own inventions.,Product Design,Design,USD,2015-03-28,6000.00,2015-01-29 01:24:38,2025.00,failed,42,US,2025.00,2025.00,6000.00 +1147042234,The Business Card App,Apps,Technology,USD,2017-01-09,10000.00,2016-12-05 17:53:09,15.00,failed,1,US,0.00,15.00,10000.00 +1147044393,Traces,Photography,Photography,USD,2010-09-11,1500.00,2010-08-12 18:45:48,1520.00,successful,19,US,1520.00,1520.00,1500.00 +1147046091,Rollz and Dice - Album Release,Hip-Hop,Music,USD,2016-08-26,200.00,2016-06-27 17:18:48,230.00,successful,11,US,25.00,230.00,200.00 +1147052613,Star Wars T shirt!,Apparel,Fashion,GBP,2015-12-01,1250.00,2015-11-09 19:21:01,264.00,failed,7,GB,397.34,399.69,1892.45 +1147057646,Twisted (Canceled),Video Games,Games,EUR,2016-07-03,10000.00,2016-06-03 20:07:46,111.00,canceled,7,DE,124.41,122.88,11070.03 +1147065982,Carol's Candlemania: Artistic Expression Through Candles.,Crafts,Crafts,USD,2013-05-31,10000.00,2013-05-01 18:13:03,125.00,failed,2,US,125.00,125.00,10000.00 +1147070885,THE ORPHICS PRODUCTION : FESTIVAL OF THE LION,Rock,Music,USD,2013-08-03,3000.00,2013-07-19 19:36:36,1.00,failed,1,US,1.00,1.00,3000.00 +1147072044,Svelte Minimalist Wallets,Accessories,Fashion,USD,2015-04-30,4500.00,2015-03-31 15:03:16,29081.00,successful,1040,US,29081.00,29081.00,4500.00 +"1147073830,""""""STRAYTUP!"""" an Original Comedy Web Series"",Webseries,Film & Video,USD,2010-08-30,5000.00,2010-06-07 00:21:44,50.00,failed,2,US,50.00,50.00,5000.00" +1147075832,Model Scale Railway 3D Production All Scales (Canceled),Technology,Technology,GBP,2016-03-26,3000.00,2016-01-26 10:43:03,100.00,canceled,1,GB,143.05,143.10,4292.89 +"1147080356,""Coma Black, a film noir"",Shorts,Film & Video,USD,2012-10-16,15000.00,2012-09-01 03:47:30,175.00,failed,8,US,175.00,175.00,15000.00" +1147084732,Steve's A to Z of Sport Children's Book,Children's Books,Publishing,GBP,2017-04-09,3500.00,2017-03-10 17:43:33,4039.00,successful,179,GB,665.21,5065.28,4389.32 +1147087906,The Making of Lizabeth's First CD,Country & Folk,Music,USD,2016-08-13,10000.00,2016-07-14 22:55:04,6570.00,failed,15,US,2750.00,6570.00,10000.00 +1147088511,Shieldz | Premium Headphone Protection,Technology,Technology,USD,2016-02-10,25000.00,2016-01-11 18:55:46,1894.00,failed,76,US,1894.00,1894.00,25000.00 +1147092601,Cuffin Season the Series,Television,Film & Video,USD,2017-03-10,7500.00,2017-01-09 17:46:56,1250.00,failed,4,US,0.00,1250.00,7500.00 +1147116507,Clementine: Plant-Happy Family Food,Food,Food,USD,2014-10-04,5000.00,2014-09-09 21:01:52,5088.00,successful,85,US,5088.00,5088.00,5000.00 +1147137712,Fatal Twelve – The Thrilling Mystery Visual Novel,Video Games,Games,USD,2017-04-18,35000.00,2017-03-15 23:06:27,50516.00,successful,1089,US,18981.00,50516.00,35000.00 +1147147392,Bee 4 and after children and young adult series,Illustration,Art,USD,2015-06-06,7000.00,2015-05-07 16:09:16,0.00,failed,0,US,0.00,0.00,7000.00 +1147147608,A BRIEF HISTORY OF MAGIC CARDS,Nonfiction,Publishing,USD,2016-04-09,4200.00,2016-03-10 19:36:47,5152.00,successful,150,US,5152.00,5152.00,4200.00 +114715357,Astrodoodles,Crafts,Crafts,GBP,2015-11-29,150.00,2015-09-30 17:04:33,316.00,successful,17,GB,479.16,478.41,227.09 +"1147155287,""""""Dark Corners"""" Could Use A Little Light"",Fiction,Publishing,USD,2013-05-04,2500.00,2013-03-25 15:50:52,13.00,failed,3,US,13.00,13.00,2500.00" +1147157303,Rain smell,Publishing,Publishing,EUR,2017-06-11,50000.00,2017-05-12 11:07:11,1.00,failed,1,IT,0.00,1.12,55834.73 +1147168192,Albanian Child. A Rescuer's Journey,Nonfiction,Publishing,USD,2015-11-09,20000.00,2015-09-25 23:19:38,60.00,failed,2,US,60.00,60.00,20000.00 +1147169179,Sign In,Software,Technology,USD,2016-01-29,25000.00,2015-12-30 03:57:02,0.00,failed,0,US,0.00,0.00,25000.00 +1147175344,Shine On New World,Theater,Theater,USD,2013-11-04,300000.00,2013-09-30 18:18:40,12314.00,failed,50,US,12314.00,12314.00,300000.00 +"1147183263,""The God of Second Chances-- one road ends, another opens"",Nonfiction,Publishing,USD,2012-10-29,10500.00,2012-09-29 01:38:00,0.00,failed,0,US,0.00,0.00,10500.00" +1147185319,BE-LINK Gen 4: Bluetooth Integrated Sound System for Helmets,Wearables,Technology,USD,2016-08-08,23000.00,2016-06-22 20:30:25,55217.00,successful,468,US,37868.50,55217.00,23000.00 +"1147187273,""Listen to your dreams, they can change your life!"",Nonfiction,Publishing,USD,2017-09-29,10000.00,2017-08-30 19:30:40,264.00,failed,6,US,18.00,264.00,10000.00" +1147188690,The First Artificial Intelligence Mobile Dating App,Apps,Technology,USD,2016-08-01,25000.00,2016-06-02 00:12:12,0.00,failed,0,US,0.00,0.00,25000.00 +1147197262,Jeff The Killer The Movie,Shorts,Film & Video,USD,2012-10-28,4750.00,2012-09-28 01:22:44,0.00,failed,0,US,0.00,0.00,4750.00 +1147198988,Biker Friendly Bar & Music Venue,Drinks,Food,USD,2016-02-29,3000.00,2016-01-23 20:19:10,6075.00,successful,115,US,6075.00,6075.00,3000.00 +1147199904,Handpainted anime/comics hat and canvas,Illustration,Art,GBP,2016-06-30,1000.00,2016-05-31 19:54:04,36.00,failed,2,GB,52.62,47.82,1328.29 +1147203589,The Dead Languages - Recording a Debut 5-Song Album,Indie Rock,Music,USD,2011-05-16,5600.00,2011-04-13 23:33:07,6153.00,successful,70,US,6153.00,6153.00,5600.00 +1147206991,Odyssey: Hunt monsters of myth in the real world,Mobile Games,Games,USD,2017-10-23,55000.00,2017-09-22 15:29:22,156.00,failed,4,US,120.00,156.00,55000.00 +1147216243,Past to the Future!!!,Classical Music,Music,USD,2017-01-28,50000.00,2016-11-29 06:07:28,0.00,failed,0,US,0.00,0.00,50000.00 +1147216352,Hudson Tailor Backpack with Detachable Lunch bag and More,Accessories,Fashion,USD,2017-07-20,9000.00,2017-06-20 11:39:51,9777.00,successful,131,US,2749.00,9777.00,9000.00 +1147232708,When Autism Speaks,Children's Books,Publishing,USD,2014-05-09,16000.00,2014-04-09 14:30:54,10152.00,failed,165,US,10152.00,10152.00,16000.00 +114723601,Sacrificial Love,Film & Video,Film & Video,USD,2015-03-17,500.00,2015-03-03 20:06:32,500.00,successful,13,US,500.00,500.00,500.00 +1147236987,TheLostFable,Video Games,Games,USD,2015-05-29,5000.00,2015-04-29 18:56:22,65.00,failed,2,US,65.00,65.00,5000.00 +"1147242623,""Losless 88% 1080p Video Compression, H.265 at 889mb to 99mb"",Software,Technology,USD,2015-05-07,14000.00,2015-04-07 01:18:20,302.00,failed,5,US,302.00,302.00,14000.00" +1147269216,Candice's Lullaby CD,Kids,Music,USD,2014-07-24,1200.00,2014-06-24 15:26:49,385.00,failed,13,US,385.00,385.00,1200.00 +1147273519,Horse Less Press 2014 season,Publishing,Publishing,USD,2014-06-08,1700.00,2014-05-22 20:07:12,2871.00,successful,82,US,2871.00,2871.00,1700.00 +1147280406,One Teen Story: A New Lit Mag for Teens,Fiction,Publishing,USD,2012-09-20,5000.00,2012-08-21 21:00:28,6351.00,successful,144,US,6351.00,6351.00,5000.00 +1147284747,The Georgia Theatre record: Venice is Sinking's third album on vinyl!,Indie Rock,Music,USD,2009-09-14,3000.00,2009-06-17 04:07:10,3300.00,successful,80,US,3300.00,3300.00,3000.00 +1147285833,My Life,Painting,Art,USD,2014-09-13,2000.00,2014-08-14 02:47:06,0.00,failed,0,US,0.00,0.00,2000.00 +1147287761,Too Much Information: A Photography Book,Photography,Photography,USD,2012-06-30,3500.00,2012-05-31 05:27:04,4348.00,successful,111,US,4348.00,4348.00,3500.00 +1147299914,NeoN: Altering the Alternative (Canceled),Digital Art,Art,GBP,2016-04-23,1000.00,2016-03-30 00:59:56,491.00,canceled,6,GB,693.43,717.57,1461.45 +114730281,Vonnegut's Shorts,Theater,Theater,USD,2011-05-02,800.00,2011-04-18 17:02:39,1040.00,successful,29,US,1040.00,1040.00,800.00 +"1147317982,""Inner Space, The beauty of a flower close-up."",Fine Art,Photography,USD,2014-09-05,5000.00,2014-08-06 16:42:27,135.00,failed,5,US,135.00,135.00,5000.00" +1147318422,they would rock - 59 days Iran | English edition,Translations,Publishing,EUR,2015-11-22,25000.00,2015-10-23 09:07:22,5488.00,failed,108,DE,6224.35,5806.30,26449.99 +"1147322754,""Legends of the Game Celebrity Weekend Reno, May 29 - May 31"",Live Games,Games,USD,2015-05-02,2500.00,2015-03-30 19:25:31,1.00,failed,1,US,1.00,1.00,2500.00" +1147323599,Medicine While Native American Series: Indian Shaman,Documentary,Film & Video,USD,2012-06-29,76000.00,2012-05-30 01:32:57,0.00,failed,0,US,0.00,0.00,76000.00 +1147330373,Mothering the Movement: Story of the S.F. Women's Building,Nonfiction,Publishing,USD,2011-10-14,1000.00,2011-09-14 22:04:08,1735.00,successful,24,US,1735.00,1735.00,1000.00 +1147333225,The Tidal Collection - Furniture designed to move with you,Product Design,Design,CAD,2017-06-15,25000.00,2017-05-16 09:12:09,9725.00,failed,84,CA,0.00,7354.61,18906.45 +1147334049,Death's Application,Fiction,Publishing,USD,2016-10-02,10000.00,2016-08-03 06:17:12,1.00,failed,1,US,0.00,1.00,10000.00 +"1147343760,""The Book of Terniel, a Pathfinder Roleplaying Game Adventure"",Tabletop Games,Games,USD,2014-08-31,500.00,2014-08-01 18:00:16,2367.00,successful,156,US,2367.00,2367.00,500.00" +1147349047,K&Company,Apparel,Fashion,USD,2016-05-20,10000.00,2016-03-21 18:12:26,975.00,failed,13,US,975.00,975.00,10000.00 +1147351425,Identity,Video Games,Games,CAD,2015-02-04,150000.00,2015-01-05 17:38:45,187859.01,successful,4218,CA,159405.18,150951.39,120530.33 +1147357335,Hero-U Fantasy Adventure Role-Playing Game,Video Games,Games,USD,2015-06-16,100000.00,2015-05-12 07:00:27,116888.66,successful,1869,US,116888.66,116888.66,100000.00 +114735995,Perspectives - Large Scale Burning Man Art Project,Public Art,Art,USD,2011-08-14,2000.00,2011-07-15 23:23:52,2352.00,successful,70,US,2352.00,2352.00,2000.00 +"1147370533,""PRISM, le 1er sac à dos à SWITCHER selon vos activités"",Product Design,Design,EUR,2017-06-26,10000.00,2017-05-23 19:49:17,10318.00,successful,147,FR,299.94,11774.91,11412.01" +114737118,Santé goes to the James Beard House!,Food,Food,USD,2013-08-02,10000.00,2013-06-18 23:50:04,10062.00,successful,76,US,10062.00,10062.00,10000.00 +1147381375,Stop the Boats (Canceled),Documentary,Film & Video,AUD,2015-07-15,5000.00,2015-06-25 04:47:34,5.00,canceled,1,AU,3.85,3.70,3700.69 +1147390664,EVERY FONT GENERATOR – for improved graphic design workflow,Typography,Design,EUR,2015-09-18,30000.00,2015-08-19 11:13:01,167.00,failed,9,IT,185.00,190.70,34257.13 +1147394371,Tomboy Tailors - Taking it to the Next Level - Ready-Wear,Fashion,Fashion,USD,2014-07-01,50000.00,2014-06-07 00:15:29,2472.55,canceled,32,US,2472.55,2472.55,50000.00 +"1147395751,""""""No Hay Nada Mas"""" - A CSUN Senior Thesis Production"",Shorts,Film & Video,USD,2011-10-28,3000.00,2011-09-28 10:43:08,4000.00,successful,64,US,4000.00,4000.00,3000.00" +"1147399015,""Self Sustaining Solar Sculpture """"The Turret Light"""""",Sculpture,Art,USD,2016-03-23,1500.00,2016-02-23 00:11:00,1.00,failed,1,US,1.00,1.00,1500.00" +1147403059,Can- Feature Film,Narrative Film,Film & Video,USD,2012-11-04,5000.00,2012-09-14 23:36:17,0.00,failed,0,US,0.00,0.00,5000.00 +"1147411408,""Eric Heatherly's Original new band, """"The Goats of Kudzu"""""",Music,Music,USD,2012-09-01,20000.00,2012-07-28 21:25:01,3151.00,failed,27,US,3151.00,3151.00,20000.00" +1147413030,HELL VECTOR,Video Games,Games,USD,2012-09-13,6000.00,2012-08-14 14:14:17,256.00,failed,14,US,256.00,256.00,6000.00 +1147414835,Michael Fehskens’s Comic Drive,Comic Books,Comics,USD,2016-10-01,100.00,2016-09-01 23:13:46,0.00,failed,0,US,0.00,0.00,100.00 +1147422044,Supernature: Esalen and the Human Potential,Documentary,Film & Video,USD,2011-12-18,22000.00,2011-11-10 21:20:37,25123.00,successful,211,US,25123.00,25123.00,22000.00 +1147422197,Vasu Sojitra: An Adaptive Backcountry Ski Film,Shorts,Film & Video,USD,2014-02-07,4000.00,2014-01-17 03:03:44,4006.01,successful,65,US,4006.01,4006.01,4000.00 +1147433112,Let's do brunch! The Above and Beyond Experience,Events,Food,USD,2017-02-09,600.00,2017-01-23 06:06:18,40.00,failed,2,US,0.00,40.00,600.00 +1147435293,D&R Music Live Room Build,Latin,Music,USD,2015-09-25,7000.00,2015-08-26 15:27:49,10.00,failed,1,US,10.00,10.00,7000.00 +1147439541,Kittyo: Play With Your Cat. Even When You're Not Home.,Product Design,Design,USD,2014-05-24,30000.00,2014-04-21 17:23:22,271154.01,successful,2425,US,271154.01,271154.01,30000.00 +1147441155,On The Dot: The Stylish Feminine Storage Solution,Design,Design,USD,2013-12-02,6000.00,2013-10-31 23:20:01,1255.00,failed,28,US,1255.00,1255.00,6000.00 +1147450757,Ear-O-Smart,Wearables,Technology,CAD,2014-12-28,30000.00,2014-11-13 13:57:09,12015.00,failed,89,CA,10585.82,10285.05,25680.53 +1147476209,Fragmentum,Video Games,Games,USD,2015-07-09,30000.00,2015-06-09 18:29:24,400.00,failed,6,US,400.00,400.00,30000.00 +1147488130,An Unsuspecting Day: Judah and the Freckled Whale,Children's Books,Publishing,USD,2015-01-04,4000.00,2014-12-04 00:48:17,4145.00,successful,71,US,4145.00,4145.00,4000.00 +"1147497072,""Casco Bay, Maine (Canceled)"",Photography,Photography,USD,2013-04-25,8000.00,2013-03-26 00:41:11,750.00,canceled,7,US,750.00,750.00,8000.00" +1147498660,The Desert of When - Noonday Crawlers Studio Release,Rock,Music,USD,2017-04-23,2300.00,2017-03-14 17:37:15,2481.00,successful,64,US,300.00,2481.00,2300.00 +1147502934,Pay.it,Apps,Technology,USD,2015-08-21,5000.00,2015-07-22 20:43:44,0.00,failed,0,US,0.00,0.00,5000.00 +1147520002,1 of 2,Games,Games,AUD,2016-02-29,1000.00,2016-02-09 13:08:08,65.00,failed,2,AU,46.04,47.99,738.28 +1147533394,Scourge: Part 1 (Episodes 1-4),Webseries,Film & Video,USD,2016-11-04,19000.00,2016-09-05 20:25:23,320.00,canceled,3,US,120.00,320.00,19000.00 +1147535875,Mustard Pancakes - Oogleberry's Journey Home,Family,Film & Video,USD,2015-04-22,1400000.00,2015-03-08 00:08:48,0.00,failed,0,US,0.00,0.00,1400000.00 +1147541122,Seattle Hip Hop On The Move,Hip-Hop,Music,USD,2010-06-08,3000.00,2010-05-09 04:45:51,0.00,failed,0,US,0.00,0.00,3000.00 +114754151,BE YOUR OWN BOYFRIEND: a guide to life and love,Nonfiction,Publishing,USD,2013-01-05,10000.00,2012-12-04 05:52:28,11771.60,successful,230,US,11771.60,11771.60,10000.00 +1147543004,CORA,Shorts,Film & Video,USD,2012-03-10,5000.00,2012-02-17 00:48:43,5027.00,successful,38,US,5027.00,5027.00,5000.00 +114754593,Dusty Sanderson - New Single,Country & Folk,Music,USD,2014-11-07,1000.00,2014-10-08 17:05:09,0.00,failed,0,US,0.00,0.00,1000.00 +114754750,Wolf Tags - A Werewolf Game Aid,Live Games,Games,USD,2015-05-05,1000.00,2015-04-02 18:02:54,2074.00,successful,53,US,2074.00,2074.00,1000.00 +1147550042,My Little Hollywood,Narrative Film,Film & Video,USD,2012-02-26,2700.00,2012-01-27 21:21:22,3624.00,successful,99,US,3624.00,3624.00,2700.00 +1147550315,The Hot Dog Project (Canceled),Web,Journalism,USD,2014-09-29,15333.00,2014-07-31 04:58:23,75.00,canceled,3,US,75.00,75.00,15333.00 +1147552870,Blubot Masking Stencils,Design,Design,CAD,2015-05-15,1000.00,2015-04-15 23:17:44,3293.00,successful,84,CA,2617.36,2735.73,830.77 +1147555873,The Original Bud Fish T-Shirt,Fashion,Fashion,USD,2014-03-16,750.00,2014-02-15 00:45:10,146.00,failed,5,US,146.00,146.00,750.00 +114755900,The Holiday Adventures of Wiley Wahoo & Me! (Canceled),Children's Books,Publishing,USD,2014-01-18,6000.00,2013-11-19 18:00:38,1290.00,canceled,16,US,1290.00,1290.00,6000.00 +1147560169,Queens Art Express,Mixed Media,Art,USD,2012-06-21,5000.00,2012-05-22 15:48:19,50.00,failed,3,US,50.00,50.00,5000.00 +1147560467,We are Growing!,Community Gardens,Food,GBP,2015-07-26,15000.00,2015-06-16 11:31:56,15120.00,successful,196,GB,23498.33,23550.67,23363.76 +1147560593,Birdload.com Premiumlink-Generator,Web,Technology,EUR,2016-12-26,1000.00,2016-10-27 02:11:52,0.00,failed,0,DE,0.00,0.00,1054.10 +1147573437,Spaceships/Schizophrenia #1-6 Omnibus and Femspec Novella!!!,Zines,Publishing,USD,2016-05-16,600.00,2016-04-16 05:44:06,0.00,failed,0,US,0.00,0.00,600.00 +1147574965,SeeSpace InAiR: The World's 1st Augmented Television,Technology,Technology,USD,2014-03-08,100000.00,2014-01-07 20:59:03,177873.99,successful,1393,US,177873.99,177873.99,100000.00 +"1147589803,""""""Waldo Off The Wall"""" cartoon book"",Comics,Comics,USD,2012-08-02,12000.00,2012-07-03 19:29:27,0.00,failed,0,US,0.00,0.00,12000.00" +1147602022,Forget Me Not,Apps,Technology,CAD,2016-06-18,50000.00,2016-04-19 23:15:22,75.00,failed,1,CA,58.02,57.67,38443.80 +114760258,The Amazing Adventures of David Walker Blackstone,Comics,Comics,USD,2013-12-19,2000.00,2013-11-04 20:34:35,2191.00,successful,46,US,2191.00,2191.00,2000.00 +1147603732,Los Parkinsons,Indie Rock,Music,CAD,2014-12-07,1565.00,2014-11-07 00:24:23,30.00,failed,2,CA,26.33,25.91,1351.47 +1147609986,Blackwitch Sealed in Blood,Music,Music,AUD,2017-01-15,4000.00,2016-12-12 12:20:23,4595.00,successful,48,AU,0.00,3461.13,3012.96 +1147610158,komeme's first food truck,Food Trucks,Food,USD,2015-04-07,10000.00,2015-02-21 05:51:19,10215.00,successful,67,US,10215.00,10215.00,10000.00 +1147617255,A Children's Book to Share with My Son,Children's Books,Publishing,USD,2010-07-01,3500.00,2010-04-15 13:39:29,135.00,failed,4,US,135.00,135.00,3500.00 +1147621271,The Lost Romance of Elizabeth Linley,Animation,Film & Video,GBP,2014-07-19,6500.00,2014-06-19 11:00:26,6667.00,successful,90,GB,11310.64,11325.92,11042.22 +1147629193,CARVON - Next Generation Electric Skateboards / Longboards,Hardware,Technology,USD,2017-03-31,49000.00,2017-03-01 22:05:13,72666.00,successful,69,US,25756.00,72666.00,49000.00 +"1147631591,""Bad Wolf - """"A Better World"""" Music Video"",Rock,Music,USD,2012-10-15,1500.00,2012-10-02 18:18:32,2120.00,successful,31,US,2120.00,2120.00,1500.00" +1147633561,Zombie Republic Apparel,Apparel,Fashion,GBP,2016-06-02,500.00,2016-05-03 08:47:34,10.00,failed,1,GB,14.61,14.43,721.62 +114763550,Cicada Premiere,Narrative Film,Film & Video,USD,2013-12-01,5000.00,2013-11-01 20:44:36,5242.00,successful,40,US,5242.00,5242.00,5000.00 +1147642166,Help Three Sexy Beards release #THISGAMEISSWAG (Canceled),Video Games,Games,USD,2012-01-19,500.00,2011-11-20 08:24:50,19.00,canceled,2,US,19.00,19.00,500.00 +1147644959,Freestyle Cakes Food Truck,Food Trucks,Food,USD,2014-08-25,65000.00,2014-07-11 19:33:09,1.00,failed,1,US,1.00,1.00,65000.00 +1147657435,- OROCA- Producer Women Support Project-,Food,Food,MXN,2017-10-07,95000.00,2017-08-08 05:50:51,1077.00,canceled,2,MX,0.00,56.81,5011.34 +1147658179,SHOP-WOKE,Fashion,Fashion,USD,2017-01-11,20000.00,2016-12-13 02:08:12,95.00,failed,1,US,0.00,95.00,20000.00 +1147658433,BackSeat Action,Rock,Music,USD,2015-08-20,10000.00,2015-06-21 19:09:39,0.00,failed,0,US,0.00,0.00,10000.00 +1147662804,Always Out Front: An Airborne Company Through Desert Storm,Art Books,Publishing,USD,2014-12-10,8200.00,2014-11-10 19:26:34,3455.00,failed,29,US,3455.00,3455.00,8200.00 +"1147675742,""Save Summer Solstice Festival, support Village Elberta"",Music,Music,USD,2017-06-01,6000.00,2017-04-02 23:54:55,0.00,failed,0,US,0.00,0.00,6000.00" +"1147694273,""BOOM! International Tour - Circus, Theatre, Masks and Music!"",Festivals,Theater,USD,2015-02-06,14000.00,2015-01-07 01:33:33,15169.00,successful,142,US,15169.00,15169.00,14000.00" +1147696110,The Divide: New Webisode Series,Drama,Film & Video,GBP,2017-02-13,500.00,2017-02-03 19:42:38,1.00,failed,1,GB,1.27,1.24,621.21 +1147699149,Making Mustang Guitars a Reality,Woodworking,Crafts,EUR,2016-02-04,3000.00,2016-01-05 22:48:37,620.00,failed,3,IE,673.97,694.52,3360.59 +1147707932,r-evolving restaurant (Canceled),Food,Food,USD,2012-04-10,200000.00,2012-02-10 18:33:40,1704.00,canceled,8,US,1704.00,1704.00,200000.00 +1147711249,Bloodhoney* Persona - A Book of Photos and Stories,Photography,Photography,USD,2013-12-08,20000.00,2013-10-09 22:55:58,35145.00,successful,505,US,35145.00,35145.00,20000.00 +114771318,Broken Down Sign,Design,Design,USD,2014-10-05,100000.00,2014-09-05 20:57:12,131.00,failed,14,US,131.00,131.00,100000.00 +1147714925,By Sarah,Video Games,Games,EUR,2016-09-18,7000.00,2016-08-19 14:57:09,195.00,failed,5,ES,62.21,218.67,7849.82 +"1147718366,""Aaron Long-New Full Length Album """"Sounds of Awakening"""""",Indie Rock,Music,USD,2013-01-26,2200.00,2012-12-27 06:09:34,2355.00,successful,44,US,2355.00,2355.00,2200.00" +1147721111,Win More Possessions: Big Data + Little Details,Nonfiction,Publishing,USD,2013-04-07,6000.00,2013-03-08 00:28:24,0.00,failed,0,US,0.00,0.00,6000.00 +114772813,East Stackton - The Home Stretch!,Shorts,Film & Video,USD,2012-03-09,4000.00,2012-02-13 00:39:49,4040.00,successful,39,US,4040.00,4040.00,4000.00 +"1147734615,""Craftybids, a new artisan market"",Technology,Technology,USD,2017-02-26,300.00,2017-01-27 03:38:01,0.00,canceled,0,US,0.00,0.00,300.00" +1147743195,The Other Side: A Dave Duckworth Story,Graphic Novels,Comics,USD,2016-08-05,11000.00,2016-07-06 18:18:04,1.00,failed,1,US,0.00,1.00,11000.00 +1147743282,The Cooking Connection,Nonfiction,Publishing,USD,2012-12-08,1700.00,2012-11-08 13:08:19,1810.00,successful,17,US,1810.00,1810.00,1700.00 +1147749589,Haunted by the Holocaust,Nonfiction,Publishing,USD,2016-02-29,84000.00,2016-01-30 21:28:06,497.00,failed,7,US,497.00,497.00,84000.00 +114775036,TerrainCrate: Tabletop RPG and Wargame Terrain Subscription,Tabletop Games,Games,USD,2017-04-12,13000.00,2017-03-03 18:37:02,1341.00,failed,6,US,352.00,1341.00,13000.00 +1147752150,Anastasia video,Music Videos,Film & Video,USD,2014-11-30,10000.00,2014-11-05 19:19:22,327.00,failed,4,US,327.00,327.00,10000.00 +114776804,RE-Furbished your Life - Art Show,Public Art,Art,USD,2013-02-10,700.00,2013-01-11 19:30:14,7.00,failed,1,US,7.00,7.00,700.00 +1147771895,The Sunny Side Of Dementia-My Debut Novel (Canceled),Fiction,Publishing,USD,2012-12-19,16000.00,2012-11-19 16:29:49,0.00,canceled,0,US,0.00,0.00,16000.00 +1147775979,Eventorbot! open source 3d printer.,Technology,Technology,USD,2012-10-25,25000.00,2012-09-12 21:33:11,137508.00,successful,297,US,137508.00,137508.00,25000.00 +1147776058,365 AM Documentary,Documentary,Film & Video,USD,2011-01-22,10000.00,2010-10-24 17:38:28,44095.01,successful,169,US,44095.01,44095.01,10000.00 +114778240,The Habit Furniture - A Smart Fitness Furniture,Product Design,Design,HKD,2017-10-12,150000.00,2017-08-28 10:13:28,151160.00,successful,33,HK,1314.86,19360.13,19211.56 +1147782863,Unity of Seraphins,World Music,Music,USD,2013-03-27,3000.00,2013-02-25 01:47:41,460.00,failed,6,US,460.00,460.00,3000.00 +1147784855,Mendon-Honeoye Falls-Lima Sentinel 2.0,Print,Journalism,USD,2016-02-14,3500.00,2015-12-16 03:06:25,4100.00,successful,17,US,4100.00,4100.00,3500.00 +1147788256,Urban Bandit Bamboo Bandana Bibs,Fashion,Fashion,USD,2013-12-03,25000.00,2013-11-03 01:19:02,331.00,failed,9,US,331.00,331.00,25000.00 +1147803478,All College LLC,Apps,Technology,USD,2015-05-17,1000.00,2015-04-02 03:23:37,507.00,failed,12,US,507.00,507.00,1000.00 +"1147804307,""Speach Impediments Preparing for """"Cobwebs"""" Release!"",Hip-Hop,Music,USD,2012-07-14,2500.00,2012-06-19 18:47:19,2595.00,successful,15,US,2595.00,2595.00,2500.00" +1147808217,Midnight Hour: Debut Album,Rock,Music,USD,2012-02-07,2000.00,2012-01-08 04:32:36,125.00,failed,7,US,125.00,125.00,2000.00 +114781385,The Chalice Project,Comics,Comics,USD,2010-12-18,2500.00,2010-11-18 21:12:43,2879.00,successful,61,US,2879.00,2879.00,2500.00 +114781999,UPELS - Upcycled Elements For Creative Minds.,Design,Design,USD,2016-05-19,20000.00,2016-04-19 21:35:19,239.00,failed,7,US,239.00,239.00,20000.00 +1147830762,Jenai Huff is recording a new album - Color Wheel!,Music,Music,USD,2015-10-25,20900.00,2015-09-19 16:15:00,1862.00,failed,41,US,1862.00,1862.00,20900.00 +1147838793,DCC Lankhmar,Tabletop Games,Games,USD,2017-04-26,20000.00,2017-03-25 17:03:01,187171.00,successful,1838,US,69594.00,187171.00,20000.00 +1147840746,Varsity Sports Network Makeover,Publishing,Publishing,USD,2014-12-17,150000.00,2014-11-17 22:59:44,100.00,failed,1,US,100.00,100.00,150000.00 +1147851264,Laugh Trakcs,Music,Music,USD,2013-09-25,5700.00,2013-08-26 22:47:11,646.00,failed,14,US,646.00,646.00,5700.00 +1147857458,Wooden Maps,Design,Design,USD,2014-07-10,7500.00,2014-06-10 09:22:26,15697.00,successful,203,US,15697.00,15697.00,7500.00 +1147859169,Made - The EP (Canceled),Hip-Hop,Music,USD,2013-08-30,1200.00,2013-07-31 00:32:38,0.00,canceled,0,US,0.00,0.00,1200.00 +"1147868159,""Square Jaws For 1/4"""" x 3/4"""" Bar Clamps"",Technology,Technology,USD,2013-12-07,37500.00,2013-10-31 15:41:36,775.00,failed,17,US,775.00,775.00,37500.00" +1147871286,Amiculus: A Secret History Volume I,Graphic Novels,Comics,USD,2014-07-12,9350.00,2014-06-02 15:02:25,10513.00,successful,218,US,10513.00,10513.00,9350.00 +1147875027,Sunny,Software,Technology,EUR,2017-11-02,500.00,2017-10-03 17:25:48,0.00,failed,0,FR,0.00,0.00,582.85 +1147878848,Trump Playing Cards - Play Your Cards Right [RELAUNCH SOON],Playing Cards,Games,USD,2016-04-16,15000.00,2016-03-17 19:32:38,3532.00,failed,112,US,3532.00,3532.00,15000.00 +1147879230,Pink Box at EAST,Art,Art,USD,2014-11-20,200.00,2014-10-26 03:59:19,261.00,successful,10,US,261.00,261.00,200.00 +"1147886489,""Corbin Reid's Debut Single """"Crazy"""" + Music Video!"",Pop,Music,USD,2013-09-11,6000.00,2013-08-12 22:07:32,6437.00,successful,87,US,6437.00,6437.00,6000.00" +1147887151,Deus Ex Aria - Bluetooth Wearable Gesture Controller,Product Design,Design,USD,2015-07-20,100000.00,2015-06-18 17:59:48,166075.00,successful,1756,US,166075.00,166075.00,100000.00 +1147896274,NOTHING FANCY: DIANA KENNEDY,Documentary,Film & Video,USD,2017-10-19,45000.00,2017-09-19 19:49:50,47665.69,successful,257,US,2406.00,47665.69,45000.00 +1147896487,Renegade Knight,Video Games,Games,USD,2017-10-28,10000.00,2017-10-14 15:59:22,0.00,canceled,0,US,0.00,0.00,10000.00 +1147902900,Trollfjord Natural Energy AS,Drinks,Food,NOK,2015-09-07,3500000.00,2015-07-14 19:53:21,300.00,failed,3,NO,37.40,36.46,425392.27 +114790430,THE CONDEMNED - A Short Western Thriller,Shorts,Film & Video,USD,2013-08-24,8000.00,2013-08-03 04:08:04,8215.00,successful,108,US,8215.00,8215.00,8000.00 +1147908049,HeartForCancer.com,Web,Technology,USD,2015-06-14,550000.00,2015-04-15 22:27:12,0.00,failed,0,US,0.00,0.00,550000.00 +1147914195,Art Car/ Mobility Assistance Vehicle,Public Art,Art,USD,2014-04-06,4200.00,2014-03-22 00:05:10,435.00,failed,10,US,435.00,435.00,4200.00 +1147920661,Noisemaker Blues: Season 1,Webseries,Film & Video,USD,2013-08-07,12000.00,2013-07-08 19:43:18,8050.11,failed,156,US,8050.11,8050.11,12000.00 +1147922801,Sky Skarf ~A Travel Comfort Necessity~,Product Design,Design,USD,2015-07-04,35000.00,2015-05-05 23:01:48,6527.00,failed,41,US,6527.00,6527.00,35000.00 +1147933403,Marcella's Self Titled debut EP,Faith,Music,USD,2015-05-29,4000.00,2015-05-02 21:50:19,30.00,failed,2,US,30.00,30.00,4000.00 +"1147937894,""""""the BUZZ"""" - Forever BUZZed!"",Music,Music,USD,2017-04-03,5000.00,2017-03-04 11:55:51,5350.00,successful,105,US,1116.00,5350.00,5000.00" +1147939330,Smiling Buffalo Cookie Company,Food,Food,USD,2015-10-02,35000.00,2015-08-03 22:11:23,276.00,failed,6,US,276.00,276.00,35000.00 +"1147953584,""Gen X artist mom, Y & Z daughters - Dresses, shirts, more!"",Apparel,Fashion,USD,2017-08-14,800.00,2017-07-31 16:01:34,65.00,failed,2,US,0.00,65.00,800.00" +"1147955378,""Steve Shane's """"Every Pretty Smile"""" Music Video"",Pop,Music,USD,2011-05-21,2000.00,2011-04-21 02:08:08,2251.00,successful,52,US,2251.00,2251.00,2000.00" +1147958132,Modern Forge - Custom crafted Damascus rings,Jewelry,Fashion,USD,2017-08-21,2000.00,2017-07-22 06:09:05,340.00,canceled,5,US,340.00,340.00,2000.00 +"1147967032,""""""Get Out of Town"""" Travel Program"",Documentary,Film & Video,USD,2014-03-14,1500.00,2014-02-05 21:24:14,106.00,failed,4,US,106.00,106.00,1500.00" +1147969075,Sports Cave: The Original Online Sports Showcase,Apps,Technology,USD,2016-12-03,15000.00,2016-10-19 05:31:07,1.00,failed,1,US,0.00,1.00,15000.00 +1147974561,Pembroke Applications,Apps,Technology,USD,2014-07-23,4800.00,2014-07-02 23:40:09,710.00,failed,9,US,710.00,710.00,4800.00 +1147989373,Austin Archer - Venture To Breathe,Music,Music,USD,2011-07-16,2000.00,2011-05-10 04:12:29,2035.00,successful,26,US,2035.00,2035.00,2000.00 +1147990089,Heart and Seoul: For Fans By Fans,World Music,Music,USD,2017-03-07,10000.00,2017-02-04 14:30:15,210.00,failed,5,US,60.00,210.00,10000.00 +1147993265,The Book Design Collection,Publishing,Publishing,USD,2013-04-17,8000.00,2013-02-16 20:39:10,0.00,failed,0,US,0.00,0.00,8000.00 +114799672,Crashabout - Mobile Game,Video Games,Games,GBP,2013-05-18,600.00,2013-04-18 22:18:43,30.00,failed,4,GB,46.08,45.30,905.93 +1148016116,Monolith,Tabletop Games,Games,USD,2012-07-16,15000.00,2012-06-02 22:23:17,21261.80,successful,379,US,21261.80,21261.80,15000.00 +1148027593,Music In New York,Music,Music,USD,2011-09-15,1000.00,2011-08-16 04:45:55,125.00,failed,2,US,125.00,125.00,1000.00 +1148028889,STARWHAL: Just the Tip,Video Games,Games,CAD,2013-12-27,15000.00,2013-11-27 16:01:10,24450.52,successful,1243,CA,23196.63,22928.09,14066.02 +1148034611,Dapplemere Sheep Farm (Canceled),Farms,Food,AUD,2014-09-03,400000.00,2014-08-13 01:40:12,28.00,canceled,4,AU,25.99,26.22,374601.99 +1148044807,Historic Barn Restoration at White Deer Ranch,Food,Food,USD,2013-03-15,76000.00,2013-02-13 20:15:13,110.00,failed,2,US,110.00,110.00,76000.00 +1148045254,NextUp Music ~ Stop Passing the Aux!,Apps,Technology,USD,2017-08-01,2500.00,2017-06-16 17:49:50,2612.00,successful,35,US,85.00,2612.00,2500.00 +"1148048713,""Welcome Jeffrey, Welcome"",Shorts,Film & Video,USD,2012-04-03,3000.00,2012-03-08 21:50:06,551.00,failed,21,US,551.00,551.00,3000.00" +1148052043,Origami Animation Project,Animation,Film & Video,USD,2014-10-19,750.00,2014-09-19 05:15:18,1316.00,successful,29,US,1316.00,1316.00,750.00 +1148060123,Mobilize your world: WARNING! You may become addicted.,Product Design,Design,USD,2013-07-27,2000.00,2013-06-22 04:04:43,481.00,failed,16,US,481.00,481.00,2000.00 +1148069844,PAIN(T),Shorts,Film & Video,GBP,2016-03-24,300.00,2016-03-14 18:44:20,350.00,successful,17,GB,501.38,494.55,423.90 +1148070094,The Ether Project,Photography,Photography,USD,2012-09-26,375.00,2012-09-06 23:25:38,375.00,successful,2,US,375.00,375.00,375.00 +1148070519,IG Guitars. Designer Guitars You Personalise,Product Design,Design,USD,2013-04-01,25000.00,2013-03-02 12:47:12,26505.00,successful,51,US,26505.00,26505.00,25000.00 +114807757,Summer Spotlight,Musical,Theater,USD,2017-05-05,5000.00,2017-04-28 01:12:45,0.00,failed,0,US,0.00,0.00,5000.00 +1148094870,ACTIONCAM360 – GoPro® accessory - interactive 360 video,Camera Equipment,Technology,GBP,2016-07-20,40000.00,2016-06-16 18:56:41,1504.00,failed,14,GB,1912.26,1969.49,52380.02 +1148111683,OnAir Box (Canceled),Sound,Technology,USD,2015-01-05,200000.00,2014-12-06 03:39:01,8786.00,canceled,205,US,8786.00,8786.00,200000.00 +1148114913,For When You Can't Sleep At Night,Graphic Novels,Comics,USD,2017-05-13,750.00,2017-04-13 16:21:23,10264.00,successful,405,US,265.00,10264.00,750.00 +1148118293,'X-Wing' Heavy Duty Desktop Laptop Stand,Hardware,Technology,USD,2013-05-28,5000.00,2013-05-08 15:18:20,482.00,failed,9,US,482.00,482.00,5000.00 +1148122567,Minimalistic Animals (Canceled),Art,Art,USD,2015-07-01,550.00,2015-06-01 16:33:35,60.00,canceled,3,US,60.00,60.00,550.00 +1148127638,Jim - A play for the Edinburgh Fringe 2014 with your help...,Theater,Theater,GBP,2014-03-31,2500.00,2014-01-30 00:40:29,150.00,failed,8,GB,249.13,248.58,4142.98 +1148128007,Watson And Holmes Volume 2,Graphic Novels,Comics,USD,2014-08-23,20000.00,2014-07-24 19:02:29,22866.08,successful,650,US,22866.08,22866.08,20000.00 +1148139334,Shane and Dave: The Epic Finale,Webseries,Film & Video,USD,2013-07-19,6000.00,2013-06-19 15:18:12,7251.00,successful,118,US,7251.00,7251.00,6000.00 +1148144271,BEWITCHED BY JAYNE JOAN-GRANGE,Fiction,Publishing,USD,2017-10-20,30000.00,2017-09-20 18:11:31,1363.00,failed,50,US,25.00,1363.00,30000.00 +1148144796,Getting into Music Production,Indie Rock,Music,CAD,2014-11-27,2500.00,2014-10-28 03:58:13,0.00,failed,0,CA,0.00,0.00,2193.56 +1148158589,Anson Calder Bags and Cases: Customizable Access w/o Excess,Product Design,Design,USD,2016-08-05,40000.00,2016-06-29 18:42:07,40819.00,successful,102,US,19441.00,40819.00,40000.00 +1148162425,GBS Detroit Presents Brandon Bogues,Rock,Music,USD,2011-12-03,600.00,2011-11-12 07:29:26,150.00,failed,6,US,150.00,150.00,600.00 +1148163608,Smartkase for iPhone 7 - Dual Sim +Memory Card +Battery Case,Gadgets,Technology,USD,2016-11-11,50000.00,2016-09-21 16:39:06,281995.60,successful,3296,US,3753.00,281995.60,50000.00 +1148167003,Crossings,Narrative Film,Film & Video,USD,2011-01-10,12000.00,2010-12-11 13:41:39,12035.00,successful,35,US,12035.00,12035.00,12000.00 +1148176582,Creating for A Cause - Aerial Capable Geodesic Dome,Spaces,Dance,USD,2017-02-18,8000.00,2017-01-04 06:08:18,296.00,failed,6,US,35.00,296.00,8000.00 +1148189780,Miniature Tutorials 101,Painting,Art,CAD,2015-12-10,15000.00,2015-11-05 01:52:38,0.00,failed,0,CA,0.00,0.00,10977.75 +1148194976,Just Live,Film & Video,Film & Video,USD,2013-07-26,4097.00,2013-06-26 22:43:21,436.00,failed,12,US,436.00,436.00,4097.00 +1148196333,FUSION's Debut Album,Jazz,Music,USD,2012-10-18,2000.00,2012-08-20 01:25:30,3757.02,successful,52,US,3757.02,3757.02,2000.00 +1148226411,IS LOVE REAL,Film & Video,Film & Video,USD,2012-09-13,5000.00,2012-08-14 01:05:37,462.00,failed,12,US,462.00,462.00,5000.00 +1148230179,The Turk,Narrative Film,Film & Video,USD,2012-12-01,100000.00,2012-11-01 22:24:34,190.00,failed,6,US,190.00,190.00,100000.00 +1148232760,Finger Foods Restaurant,Restaurants,Food,USD,2016-01-07,500000.00,2015-12-08 15:29:08,0.00,failed,0,US,0.00,0.00,500000.00 +"1148233470,""Launch your stuff into outer space, but later. (Canceled)"",Conceptual Art,Art,USD,2011-07-27,24000.00,2011-06-10 20:02:51,0.00,canceled,0,US,0.00,0.00,24000.00" +"1148247314,""""""Li'l Orphan Nannies"""" presents """"LI'L RESCUE ME"""""",Interactive Design,Design,USD,2017-01-10,50000.00,2016-12-08 18:04:06,60.00,failed,2,US,0.00,60.00,50000.00" +"1148247697,""The creation of Farun's Labyrinth art, a D&D adventure"",Games,Games,CAD,2017-10-20,750.00,2017-09-08 04:37:40,236.00,failed,10,CA,89.60,188.89,600.29" +1148269059,14th Grade - 90's Style College Sitcom,Shorts,Film & Video,USD,2011-03-20,1500.00,2011-02-18 06:48:02,1500.00,successful,22,US,1500.00,1500.00,1500.00 +1148269541,PICTURING CHINA,Photography,Photography,USD,2012-01-11,5000.00,2011-12-16 22:30:16,1065.00,failed,10,US,1065.00,1065.00,5000.00 +1148273611,Mysseuse - Your Personal Masseuse - Made in USA!,Product Design,Design,USD,2016-04-22,50000.00,2016-03-23 01:27:32,3916.00,failed,58,US,3916.00,3916.00,50000.00 +"1148289871,""Persimmon: Peace Of The Heart, A Novel"",Fiction,Publishing,USD,2013-04-15,10000.00,2013-03-16 05:20:20,930.00,failed,21,US,930.00,930.00,10000.00" +1148300977,Runoff Movie,Film & Video,Film & Video,USD,2015-09-12,12500.00,2015-08-07 00:27:54,13914.00,successful,161,US,13914.00,13914.00,12500.00 +1148305814,The Geography of Youth,Photography,Photography,USD,2011-04-25,16000.00,2011-01-25 16:42:44,16589.16,successful,230,US,16589.16,16589.16,16000.00 +1148319509,VMIX,Apps,Technology,USD,2015-07-28,20000.00,2015-06-28 09:14:33,0.00,failed,0,US,0.00,0.00,20000.00 +1148325557,Do-It-Yourself Music Scene Documentary,Documentary,Film & Video,USD,2011-03-22,300.00,2011-03-08 22:29:03,395.00,successful,25,US,395.00,395.00,300.00 +1148340081,Con Before the Storm 2015,Video Games,Games,USD,2015-06-14,5000.00,2015-04-15 18:31:39,19335.00,successful,201,US,19335.00,19335.00,5000.00 +1148342290,TI:ME SLIPPERS,Fashion,Fashion,USD,2014-05-15,35000.00,2014-04-07 08:40:15,37886.00,successful,219,US,37886.00,37886.00,35000.00 +1148348125,Product of South Bank Design Degree Show 2016,Product Design,Design,GBP,2016-06-11,1000.00,2016-05-17 02:32:23,1152.00,successful,22,GB,1654.33,1645.88,1428.71 +1148349590,Gaggle: The board game for your whole brain!!,Tabletop Games,Games,USD,2010-08-02,15000.00,2010-07-01 04:25:15,570.00,failed,9,US,570.00,570.00,15000.00 +1148349693,Flame Resistant Wallets,Accessories,Fashion,USD,2016-04-18,500.00,2016-03-04 17:27:29,202.00,failed,10,US,202.00,202.00,500.00 +1148357985,Help an LED Drummer/DJ music artist go on an EPIC US Tour,Electronic Music,Music,USD,2013-09-22,2431.00,2013-08-29 22:49:20,3093.00,successful,37,US,3093.00,3093.00,2431.00 +"114836139,""Reissue Undercover's """"Devotion"""" on Deluxe CD & Vinyl"",Indie Rock,Music,USD,2017-10-01,10000.00,2017-09-08 22:00:15,10877.00,successful,208,US,4211.00,10877.00,10000.00" +1148366621,CHAT,Narrative Film,Film & Video,USD,2012-11-20,25000.00,2012-10-21 19:09:14,25456.99,successful,197,US,25456.99,25456.99,25000.00 +1148367064,Dirty Wolves - Pirates of Parliament,Documentary,Film & Video,AUD,2014-05-31,15000.00,2014-05-01 10:25:09,2280.00,failed,7,AU,2115.86,2128.45,14002.99 +"1148384177,Never Quit; Smallest Powerboat Crossing the Atlantic,Documentary,Film & Video,USD,2012-09-01,10000.00,2012-07-18 00:24:25,125.00,failed,1,US,125.00,125.00,10000.00" +1148386412,Help me get my artistic groove back ! :),Mixed Media,Art,USD,2015-06-25,400.00,2015-05-26 20:39:14,0.00,failed,0,US,0.00,0.00,400.00 +1148389341,A Beautiful View of Nothing Film Festival Submission Fund,Shorts,Film & Video,USD,2014-04-15,600.00,2014-04-01 02:04:41,925.00,successful,17,US,925.00,925.00,600.00 +1148393224,SOMEWHERE IN TIME - JOS'E LOBO,Jazz,Music,USD,2013-12-12,40000.00,2013-11-12 07:13:54,0.00,failed,0,US,0.00,0.00,40000.00 +1148404464,Belief in the continuation of musical art and excellence created by Ahren Drew,World Music,Music,USD,2010-09-25,900.00,2010-08-01 22:23:55,50.00,failed,2,US,50.00,50.00,900.00 +1148422189,INDEPENDENCE NYC,Plays,Theater,USD,2015-08-24,3000.00,2015-08-03 23:58:50,3275.00,successful,24,US,3275.00,3275.00,3000.00 +1148422404,Burlesque Martini Glass Needed for Cosplay Photoshoots~Sassy,Glass,Crafts,USD,2014-10-07,20000.00,2014-08-08 07:55:16,345.00,failed,8,US,345.00,345.00,20000.00 +1148426445,The Art of the Lift,Television,Film & Video,USD,2016-04-27,5000.00,2016-03-28 16:58:27,6000.00,successful,61,US,6000.00,6000.00,5000.00 +1148433870,The Organ Music of Craig Phillips,Classical Music,Music,USD,2012-11-16,7500.00,2012-10-11 04:20:30,7935.50,successful,63,US,7935.50,7935.50,7500.00 +1148436339,Escape The Pole,Playing Cards,Games,CAD,2015-12-24,2500.00,2015-11-24 04:42:19,1308.00,failed,30,CA,979.90,943.04,1802.45 +1148438530,Andrew Martin's Solo Album,Country & Folk,Music,USD,2014-12-01,2175.00,2014-10-26 21:53:54,3993.00,successful,91,US,3993.00,3993.00,2175.00 +1148445138,SUPERNATURAL,Documentary,Film & Video,USD,2014-05-26,50000.00,2014-04-11 04:24:44,50003.00,successful,204,US,50003.00,50003.00,50000.00 +114844543,Maze Roller VR for Oculus Rift DK2 & GearVR (Canceled),Video Games,Games,USD,2015-04-17,5000.00,2015-03-18 01:29:17,532.00,canceled,17,US,532.00,532.00,5000.00 +1148454018,Bogdon's Kitchen of Love Recipes Calendar 2015,Calendars,Publishing,USD,2014-11-01,990.00,2014-10-02 04:33:26,250.00,failed,5,US,250.00,250.00,990.00 +1148454785,AlarmMeHelp,Technology,Technology,USD,2015-05-01,5000.00,2015-04-01 23:42:24,0.00,failed,0,US,0.00,0.00,5000.00 +1148454933,FitTexter - Personal Trainer in Your Pocket,Web,Technology,USD,2015-07-02,3000.00,2015-06-02 01:05:13,0.00,failed,0,US,0.00,0.00,3000.00 +1148457827,Compounded: Better Gaming Through Chemistry,Tabletop Games,Games,USD,2013-02-18,15000.00,2013-01-18 06:01:13,139358.44,successful,2836,US,139358.44,139358.44,15000.00 +1148458953,Blast Beat,Narrative Film,Film & Video,USD,2015-04-30,35000.00,2015-03-31 23:00:32,35101.00,successful,194,US,35101.00,35101.00,35000.00 +1148465460,Self-Publishing First Book of Poetry titled: thank you.,Poetry,Publishing,USD,2013-07-03,10000.00,2013-06-03 22:48:18,25.00,failed,1,US,25.00,25.00,10000.00 +1148475884,National Parks Photography Adventure,Fine Art,Photography,USD,2016-05-17,500.00,2016-04-17 22:07:13,1450.00,successful,30,US,1450.00,1450.00,500.00 +1148482363,Guise,Science Fiction,Film & Video,GBP,2015-11-08,150000.00,2015-10-09 23:32:12,0.00,failed,0,GB,0.00,0.00,228355.69 +1148483228,QUEEN'S CASTLE,Theater,Theater,USD,2014-06-01,1500.00,2014-05-02 18:15:53,1831.00,successful,46,US,1831.00,1831.00,1500.00 +"1148493038,""Small Town Girl, Big City Dreams"",Music,Music,USD,2012-11-28,500.00,2012-10-29 22:54:53,61.00,failed,4,US,61.00,61.00,500.00" +114849456,Fiber Box Club (Canceled),Crafts,Crafts,USD,2012-12-05,700.00,2012-11-05 22:55:44,0.00,canceled,0,US,0.00,0.00,700.00 +1148503292,Arianna Vance Comic by Tebra,Webcomics,Comics,USD,2015-07-01,3000.00,2015-06-01 17:21:28,3435.00,successful,74,US,3435.00,3435.00,3000.00 +1148506794,Earrings Created From Empty 9mm Bullet Casings,Crafts,Crafts,USD,2011-09-08,350.00,2011-08-09 04:07:01,240.00,failed,9,US,240.00,240.00,350.00 +1148519341,Wood-fired Oven at the Hillside Public Orchard (Canceled),Public Art,Art,USD,2013-09-05,1500.00,2013-08-06 17:25:00,1592.00,canceled,40,US,1592.00,1592.00,1500.00 +114852416,The beginning of a series that will be positively impactful.,Fiction,Publishing,USD,2015-12-13,3617.00,2015-11-10 12:03:25,975.00,failed,16,US,975.00,975.00,3617.00 +1148524347,Back2Reality: Going to the Next Level,Radio & Podcasts,Publishing,USD,2014-03-02,4500.00,2014-01-29 09:44:17,4571.00,successful,87,US,4571.00,4571.00,4500.00 +1148525278,A New Alternative Champs Album,Rock,Music,USD,2014-06-24,5500.00,2014-06-03 14:27:21,6045.00,successful,76,US,6045.00,6045.00,5500.00 +1148534551,Periodic Table of Tech Entrepreneurs (Canceled),Graphic Design,Design,USD,2015-07-20,3200.00,2015-06-19 15:16:47,1233.00,canceled,53,US,1233.00,1233.00,3200.00 +"1148539902,""Scaredy Cats - Funny, Scary Stories for children"",Children's Books,Publishing,GBP,2016-08-12,800.00,2016-07-29 16:04:28,1545.00,successful,61,GB,198.35,2003.37,1037.34" +1148544372,BabyGurl's Chocolates Incorporated Chocolate High Heels,Food,Food,USD,2013-05-02,1500.00,2013-04-02 22:29:06,30.00,failed,2,US,30.00,30.00,1500.00 +"1148544826,""""""NINETEENSEVENTYFOUR"""""",Mixed Media,Art,USD,2012-07-20,2000.00,2012-06-20 18:59:13,2025.00,successful,27,US,2025.00,2025.00,2000.00" +1148545328,Greetings from Nowhere: (In) Appropriate Letterpressed Cards,Graphic Design,Design,USD,2012-11-20,4000.00,2012-10-26 02:55:02,9234.24,successful,250,US,9234.24,9234.24,4000.00 +1148547946,Gender Portraits: Celebrating gender diversity through art.,Painting,Art,USD,2014-05-27,7500.00,2014-04-27 08:50:52,9923.00,successful,83,US,9923.00,9923.00,7500.00 +1148549392,Devil's Tango- An independent movie with a great plot!,Thrillers,Film & Video,USD,2014-08-15,2000.00,2014-07-16 20:40:59,55.00,failed,2,US,55.00,55.00,2000.00 +1148561294,FREE App for the Miniature Wargaming Community by KR,Tabletop Games,Games,GBP,2013-03-22,15000.00,2013-02-20 22:14:06,7433.00,failed,88,GB,11500.64,11285.55,22774.55 +1148562553,In a Jazzy Motown,Jazz,Music,USD,2012-11-18,14500.00,2012-09-28 22:41:53,1575.00,failed,28,US,1575.00,1575.00,14500.00 +1148563870,Organic Soy Sauce Co.,Small Batch,Food,USD,2015-01-17,3500.00,2014-12-08 22:21:19,276.00,failed,3,US,276.00,276.00,3500.00 +1148569061,Dragon Souls,Video Games,Games,USD,2016-12-25,25000.00,2016-11-10 02:15:14,87.00,failed,9,US,0.00,87.00,25000.00 +1148570619,MoScale = Food Platform + Smart Scale,Hardware,Technology,HKD,2017-03-05,200000.00,2017-01-04 16:54:21,11023.00,failed,2,HK,119.13,1419.37,25752.95 +1148570929,The Tender Apples Project (Canceled),Nonfiction,Publishing,USD,2013-05-02,5000.00,2013-03-18 21:25:54,50.00,canceled,2,US,50.00,50.00,5000.00 +1148573888,Connection of two Worlds,Documentary,Film & Video,USD,2015-05-21,3500.00,2015-03-22 00:11:16,3605.00,successful,14,US,3605.00,3605.00,3500.00 +1148574689,Story Time Cards: A Collaborative Storytelling Card Game,Tabletop Games,Games,USD,2018-01-12,20000.00,2017-11-28 15:48:34,2896.00,live,34,US,530.00,2896.00,20000.00 +1148576235,Gallywag's Shaved Ice,Food,Food,USD,2015-04-13,10000.00,2015-03-14 18:02:29,11.00,failed,2,US,11.00,11.00,10000.00 +1148585532,Awake my Soul: Contemplative Art Journal,Art,Art,USD,2012-12-01,300.00,2012-10-17 22:35:19,362.00,successful,9,US,362.00,362.00,300.00 +1148601783,Kamikaze (Spirit wind) Lacrosse,DIY,Crafts,USD,2016-11-18,5000.00,2016-10-19 23:57:14,50.00,failed,4,US,0.00,50.00,5000.00 +114860591,UK Sunglasses - Virtually Unbreakable frame - Amazing Lenses,Product Design,Design,GBP,2015-06-14,2500.00,2015-05-15 21:30:30,2675.00,successful,30,GB,4211.03,4236.75,3959.58 +1148610272,Take the Reins,Narrative Film,Film & Video,USD,2014-01-01,15500.00,2013-12-04 09:09:40,16670.00,successful,162,US,16670.00,16670.00,15500.00 +1148615157,Musical Healing.,World Music,Music,USD,2017-10-18,9200.00,2017-09-18 20:31:16,17.00,failed,2,US,16.00,17.00,9200.00 +1148621654,Noble Rot Magazine,Periodicals,Publishing,GBP,2013-10-21,8000.00,2013-09-16 09:19:45,11607.66,successful,276,GB,18428.75,18771.99,12937.66 +1148622417,Brandon Hassur's 1st Solo Album,Music,Music,USD,2012-11-21,1000.00,2012-10-15 22:57:10,1555.00,successful,20,US,1555.00,1555.00,1000.00 +114863304,NOTHING IN LOS ANGELES- a feature film,Narrative Film,Film & Video,USD,2013-04-03,15000.00,2013-03-04 20:03:15,16066.00,successful,86,US,16066.00,16066.00,15000.00 +1148633738,Hand Dyed Wool Yarns and Handmade Knit Christmas Stockings.,Product Design,Design,USD,2012-11-11,2700.00,2012-10-12 01:27:28,341.00,failed,5,US,341.00,341.00,2700.00 +1148637853,Jae Darlington-Fall 2013 Collection (Canceled),Fashion,Fashion,USD,2013-05-10,20000.00,2013-04-10 06:01:17,0.00,canceled,0,US,0.00,0.00,20000.00 +1148638299,Surf Lock,Product Design,Design,USD,2016-08-14,10000.00,2016-07-15 21:53:42,35.00,failed,2,US,0.00,35.00,10000.00 +1148641896,Rejuvenate,Fashion,Fashion,USD,2017-09-13,30000.00,2017-08-23 06:06:39,1.00,failed,1,US,0.00,1.00,30000.00 +"1148653845,""AromaCare, the world's 1st connected essential oil diffuser"",Technology,Technology,EUR,2016-02-13,55000.00,2016-01-06 17:59:10,4912.00,canceled,59,FR,5314.56,5450.33,61027.71" +114866914,Understanding Stanley - Looking through Autism,Photobooks,Photography,GBP,2014-06-05,14700.00,2014-05-06 16:28:42,15484.00,successful,392,GB,26133.07,26052.43,24733.32 +1148669725,One Year Later: a short film,Shorts,Film & Video,USD,2016-09-15,500.00,2016-08-16 17:11:50,500.00,successful,10,US,416.00,500.00,500.00 +1148671390,CHE IN CONGO,People,Photography,EUR,2014-11-05,18000.00,2014-09-23 12:00:41,7935.00,failed,79,NL,10201.06,9833.81,22307.32 +1148687251,Going Green (Canceled),Documentary,Film & Video,USD,2014-10-19,25000.00,2014-09-19 18:59:07,125.00,canceled,3,US,125.00,125.00,25000.00 +1148687777,Rug Artistry by Fawn,Textiles,Art,USD,2017-05-03,5000.00,2017-04-03 03:35:54,225.00,failed,1,US,0.00,225.00,5000.00 +1148697061,LugNuts: Love 'em & Lug 'em,Food,Food,USD,2010-07-25,5000.00,2010-06-24 19:08:50,5000.00,successful,48,US,5000.00,5000.00,5000.00 +1148697528,THE 360° REFLECTIVE BACKPACK - Rayos Luz - Be Seen Be Safe,Product Design,Design,USD,2014-12-08,10000.00,2014-11-05 06:13:40,762.00,failed,9,US,762.00,762.00,10000.00 +1148706596,LET'S NOT PANIC,Shorts,Film & Video,USD,2013-10-05,15000.00,2013-09-05 18:00:10,15630.00,successful,241,US,15630.00,15630.00,15000.00 +"1148712853,""EARTH 1,000,000 A.D. ALIEN/HUMAN MIGRATION BE IN THE MOVIE"",Publishing,Publishing,USD,2014-12-08,125000.00,2014-11-18 17:42:28,0.00,failed,0,US,0.00,0.00,125000.00" +1148733181,Little Bit's Nest,Crafts,Crafts,USD,2015-03-17,1000.00,2015-02-24 17:47:00,1015.00,successful,11,US,1015.00,1015.00,1000.00 +"1148742627,""hot sauce that is also flavored,"",Vegan,Food,USD,2014-09-05,12000.00,2014-08-06 23:14:15,50.00,failed,1,US,50.00,50.00,12000.00" +1148758849,Web Minister Medallion,Live Games,Games,USD,2014-05-30,440.00,2014-05-01 23:44:44,460.00,successful,14,US,460.00,460.00,440.00 +1148759312,Stone Shirt: Functional Gym and Fitness Shirt,Wearables,Technology,USD,2015-12-03,5000.00,2015-11-06 06:17:14,31.00,failed,8,US,31.00,31.00,5000.00 +1148762723,AtteroTerra's Sophomore Album - Pray for Apocalypse,Metal,Music,USD,2016-07-24,1450.00,2016-06-24 05:00:17,1500.00,successful,47,US,144.00,1500.00,1450.00 +1148765614,FALL ON PLUTO: documentary performance about man and time,Experimental,Theater,EUR,2016-10-16,11000.00,2016-08-17 08:36:04,465.00,failed,21,DE,61.52,506.20,11974.61 +1148773545,Homeward Bound,Publishing,Publishing,GBP,2014-02-17,20000.00,2014-01-24 22:09:08,92.00,failed,5,GB,152.44,153.44,33357.24 +1148781196,Manny Quinn — An Original Short Film,Narrative Film,Film & Video,USD,2015-05-11,600.00,2015-03-30 01:18:03,105.00,failed,5,US,105.00,105.00,600.00 +1148783711,Support Celete's Gentlemen's Club,Fiction,Publishing,USD,2016-10-01,1500.00,2016-08-18 03:57:23,150.00,failed,3,US,25.00,150.00,1500.00 +1148785901,Let's Finish The Hi-Tones' Next Album!,Indie Rock,Music,USD,2010-10-24,1000.00,2010-09-24 05:19:53,0.00,failed,0,US,0.00,0.00,1000.00 +1148787602,Sausage Fest Travel,Web,Technology,USD,2017-04-02,5000.00,2017-03-03 04:34:50,200.00,failed,2,US,100.00,200.00,5000.00 +"114878984,""""""SLANDER MY NAME""""local northwest art show"",Art,Art,USD,2013-01-26,3000.00,2012-12-28 02:37:57,0.00,failed,0,US,0.00,0.00,3000.00" +114879012,Neural Enhanced Observation (N.E.O.),Technology,Technology,USD,2016-07-01,5000.00,2016-06-01 23:51:08,99.00,failed,2,US,99.00,99.00,5000.00 +1148790492,Project 46 and 2 (Canceled),Apparel,Fashion,GBP,2016-05-28,575.00,2016-04-18 18:13:55,103.00,canceled,7,GB,146.28,148.65,829.86 +1148792546,Solutionaries,Fiction,Publishing,USD,2014-01-11,5000.00,2013-12-12 23:11:53,35.00,failed,2,US,35.00,35.00,5000.00 +1148795294,Sweet Harmony & King band Italy,Music Videos,Film & Video,CAD,2017-12-25,70000.00,2017-11-15 22:19:21,0.00,failed,0,CA,0.00,0.00,55821.37 +1148798607,Unique Travel Vlogging through ethant5i Productions,Film & Video,Film & Video,USD,2017-01-06,1000.00,2016-12-07 13:40:00,0.00,failed,0,US,0.00,0.00,1000.00 +1148799024,Sets: Sunglasses You Can Customize,Fashion,Fashion,GBP,2014-09-14,5000.00,2014-09-08 23:04:50,19196.00,successful,47,GB,31341.84,31367.55,8170.34 +1148800998,I'm going to make a paper plane (Suspended),Product Design,Design,GBP,2014-09-10,3.00,2014-07-12 20:37:18,10.00,suspended,4,GB,17.13,16.23,4.87 +1148815564,THE U RELOADED - The Rise For 5,Documentary,Film & Video,USD,2013-07-09,36000.00,2013-05-30 18:18:51,12162.00,failed,112,US,12162.00,12162.00,36000.00 +1148820490,It Just Happens,Fiction,Publishing,USD,2016-05-07,2200.00,2016-04-07 04:23:47,1.15,failed,1,US,1.15,1.15,2200.00 +1148822709,The Ike Willis Book Project,Nonfiction,Publishing,USD,2012-06-05,25000.00,2012-05-09 01:28:05,6233.00,failed,47,US,6233.00,6233.00,25000.00 +1148824923,Midford - Free the land!,Tabletop Games,Games,EUR,2017-12-21,9499.00,2017-11-21 22:24:36,431.00,failed,14,DE,124.33,510.86,11259.14 +1148832778,Non-Destructive testing defect sizing App,Apps,Technology,AUD,2016-08-22,30000.00,2016-07-23 01:28:16,50.00,canceled,1,AU,0.00,38.22,22930.52 +114884622,Enchantment 1921,Narrative Film,Film & Video,USD,2014-02-07,1300.00,2014-01-08 21:29:09,2276.00,successful,82,US,2276.00,2276.00,1300.00 +1148848046,Recipes for Disaster - Boxed Recipe Cards for Craft Supplies,Nonfiction,Publishing,USD,2014-05-01,2500.00,2014-03-25 21:40:36,1231.00,failed,41,US,1231.00,1231.00,2500.00 +114884854,Wednesday With Anna,Shorts,Film & Video,USD,2012-12-29,5000.00,2012-12-04 15:03:53,5152.00,successful,74,US,5152.00,5152.00,5000.00 +1148857065,Metal Horizon - The Ultimate Space Arena,Video Games,Games,USD,2017-06-29,1200.00,2017-05-30 08:41:57,0.00,failed,0,US,0.00,0.00,1200.00 +"114885830,""It's not VPN, it's AlwaysHome! Take your content worldwide"",Gadgets,Technology,USD,2015-10-26,40000.00,2015-10-06 13:57:00,45493.00,successful,70,US,45493.00,45493.00,40000.00" +1148872320,Tactical Crusade,Video Games,Games,GBP,2016-08-03,85000.00,2016-07-04 06:46:20,842.00,failed,9,GB,318.59,1107.57,111809.74 +1148875969,Pulse Studio,Games,Games,EUR,2016-12-20,1000.00,2016-11-20 20:08:23,46.00,canceled,3,DE,63.54,48.05,1044.60 +1148877492,Pixel Quest,Mobile Games,Games,USD,2017-11-26,2250.00,2017-09-27 19:09:41,120.00,failed,3,US,0.00,120.00,2250.00 +1148881731,80 Years of the Notre Dame Bengal Bouts!! (Canceled),Documentary,Film & Video,USD,2010-05-27,10000.00,2010-03-03 00:48:29,525.00,canceled,6,US,525.00,525.00,10000.00 +1148883094,Back to Back World War Champs - Clothing Line,Fashion,Fashion,USD,2012-11-22,300.00,2012-10-23 20:11:00,20.00,failed,1,US,20.00,20.00,300.00 +"1148889946,""Vintage Inspired, Premium Custom Guitars"",Product Design,Design,USD,2015-12-16,2500.00,2015-11-15 19:30:14,0.00,failed,0,US,0.00,0.00,2500.00" +1148908191,Prog-Rock Indie Folk New Age Grass Roots Jugband: EP,Country & Folk,Music,AUD,2014-06-16,500.00,2014-05-17 06:55:35,86.50,failed,6,AU,80.99,81.30,469.97 +114892213,Street Performers: Busking Across America (Canceled),Digital Art,Art,USD,2012-06-01,35000.00,2012-05-02 21:26:05,120.00,canceled,3,US,120.00,120.00,35000.00 +1148930970,Time Hammer! (The HTML5 Game),Video Games,Games,USD,2011-08-08,8500.00,2011-06-09 23:13:59,3064.00,failed,82,US,3064.00,3064.00,8500.00 +"1148943441,""""""Free to Think"""" Series: Educating the Information Generation"",Nonfiction,Publishing,USD,2012-09-18,7400.00,2012-08-04 04:32:43,15.00,failed,1,US,15.00,15.00,7400.00" +1148943781,indi kids: Artisan Made Indigo Clothing for Your Little Ones,Childrenswear,Fashion,USD,2017-03-03,20000.00,2017-02-01 14:37:23,23009.00,successful,175,US,4427.00,23009.00,20000.00 +1148954162,Know Lyfe: Great Lakes and Blue Skies CD,Music,Music,USD,2011-05-14,3400.00,2011-02-15 04:30:39,3606.63,successful,62,US,3606.63,3606.63,3400.00 +"1148958047,""iequali: a lifestyle for ALL people! i = u, u = i. iequali"",Fashion,Fashion,USD,2013-06-15,7000.00,2013-05-04 05:44:56,716.00,failed,36,US,716.00,716.00,7000.00" +1148967052,Make Kilted Bear Rum a reality!,Food,Food,USD,2013-06-01,50000.00,2013-04-18 21:20:31,2088.00,failed,25,US,2088.00,2088.00,50000.00 +1148968627,Alien Empires: Illustrated Playing Cards,Playing Cards,Games,USD,2017-03-31,7000.00,2017-03-01 19:00:46,704.00,canceled,33,US,422.00,704.00,7000.00 +1148971538,Melanie's Journey Through Chattanoogaville Documentary,Film & Video,Film & Video,USD,2013-11-06,65000.00,2013-10-02 09:07:14,1145.00,canceled,10,US,1145.00,1145.00,65000.00 +1148972483,2nd Floor Rear 2013,Public Art,Art,USD,2013-02-06,1500.00,2013-01-29 17:50:29,1500.00,successful,39,US,1500.00,1500.00,1500.00 +1148984597,Rock Around the Clock,Performance Art,Art,USD,2012-01-14,1000.00,2011-12-15 06:22:15,175.00,failed,3,US,175.00,175.00,1000.00 +1148990368,John Von Ohlen: The Pond,Music,Music,USD,2017-12-13,5000.00,2017-11-18 23:14:41,5515.00,successful,116,US,1157.00,5515.00,5000.00 +1149005381,RepRap BigBot Large 3D Printer,3D Printing,Technology,USD,2016-09-30,50000.00,2016-08-31 17:32:57,9090.00,canceled,16,US,2050.00,9090.00,50000.00 +1149007413,Rock Bottom: The Truth Behind Shark Finning,Documentary,Film & Video,USD,2015-02-09,10000.00,2015-01-01 23:01:54,12463.00,successful,162,US,12463.00,12463.00,10000.00 +1149008934,#SchostaSchu: a charity concert to help the homeless,Classical Music,Music,EUR,2015-08-31,2200.00,2015-07-20 00:14:22,2560.00,successful,47,LU,2772.46,2851.32,2450.35 +1149011711,Typewriter Documentary,Documentary,Film & Video,USD,2011-12-02,7000.00,2011-11-02 21:04:31,9568.00,successful,63,US,9568.00,9568.00,7000.00 +1149013691,Unzueta's Creations,Animation,Film & Video,USD,2016-03-24,750.00,2016-02-23 04:46:46,11.00,failed,2,US,11.00,11.00,750.00 +114902221,Negro League Mural Rebuild/Restore Project,Public Art,Art,USD,2013-11-29,25000.00,2013-10-30 20:59:46,110.00,failed,2,US,110.00,110.00,25000.00 +"1149023483,""Pascua's BBQ Sauce """"Magnificent irresistible flavors"""""",Small Batch,Food,USD,2015-11-28,2800.00,2015-10-29 02:29:11,60.00,failed,2,US,60.00,60.00,2800.00" +1149031427,Help Festival Season inspire other artist to be successful!,Documentary,Film & Video,USD,2013-05-13,40000.00,2013-03-29 18:22:54,30.00,canceled,1,US,30.00,30.00,40000.00 +1149034756,rehabilitación de áreas recreativas,Young Adult,Publishing,MXN,2017-04-06,50000.00,2017-03-07 09:08:49,0.00,failed,0,MX,0.00,0.00,2664.54 +1149035315,Stray Kids A Music & Fashion Film,Drama,Film & Video,SEK,2017-10-02,11000.00,2017-09-18 10:57:09,3405.00,failed,6,SE,125.52,417.77,1349.61 +1149041718,Pretty Little Liars Photoshoot,Photography,Photography,USD,2014-04-14,3500.00,2014-03-20 22:46:55,0.00,failed,0,US,0.00,0.00,3500.00 +1149042794,The Girl Who Could See Stories - Vegan Picture Book,Publishing,Publishing,GBP,2014-09-16,4000.00,2014-08-17 13:03:43,4149.22,successful,55,GB,6926.56,6780.10,6536.27 +1149056418,Modish Music Mobile App - FREE DOWNLOAD in iTunes & Android.,Apps,Technology,USD,2014-09-24,150000.00,2014-08-24 20:12:46,6.00,failed,2,US,6.00,6.00,150000.00 +1149063225,HSD Core:Extended,Tabletop Games,Games,USD,2015-08-26,6000.00,2015-07-27 19:33:56,29725.00,successful,384,US,29725.00,29725.00,6000.00 +1149072433,CUPQUETS (Retail Bakery Location),Restaurants,Food,USD,2015-11-05,75000.00,2015-10-01 00:52:19,100.00,failed,1,US,100.00,100.00,75000.00 +1149078443,Wired for God ~Spreading love,DIY,Crafts,USD,2014-09-02,15000.00,2014-07-16 05:55:36,20.00,failed,1,US,20.00,20.00,15000.00 +1149081715,Box Therapy,Shorts,Film & Video,GBP,2014-10-26,2800.00,2014-09-16 22:09:59,2856.00,successful,39,GB,4639.51,4560.84,4471.41 +1149087569,The preservation of personal photographic images,Photography,Photography,USD,2014-07-12,7610.00,2014-05-28 09:14:59,0.00,failed,0,US,0.00,0.00,7610.00 +1149088970,Right On Track,Country & Folk,Music,USD,2012-03-07,1000.00,2012-01-23 21:45:39,1353.33,successful,22,US,1353.33,1353.33,1000.00 +1149089661,The Hues: Volume II Bookapalooza!,Graphic Novels,Comics,USD,2016-02-15,7000.00,2016-01-15 15:02:04,7605.00,successful,236,US,7605.00,7605.00,7000.00 +1149091093,No More Hiroshimas — A 70th Anniversary Commemoration,Installations,Art,USD,2015-03-21,5000.00,2015-02-10 23:36:10,206.00,failed,11,US,206.00,206.00,5000.00 +1149095522,Nelson Ned Jr - New Album Solo,World Music,Music,MXN,2017-07-05,80000.00,2017-06-05 00:10:29,3300.00,failed,5,MX,0.00,181.50,4399.96 +1149105742,Benzaiten and the Dragon Art Prints,Illustration,Art,USD,2016-11-12,600.00,2016-10-28 18:49:14,650.00,successful,15,US,135.00,650.00,600.00 +1149106154,MiniSAUNA,Architecture,Design,USD,2015-05-22,51000.00,2015-04-01 20:44:05,16.00,failed,1,US,16.00,16.00,51000.00 +1149108193,The Queso Cart,Food Trucks,Food,USD,2014-09-14,15000.00,2014-08-15 22:20:53,0.00,failed,0,US,0.00,0.00,15000.00 +1149110924,MOTHERS MILK The Movie,Film & Video,Film & Video,USD,2014-03-08,6750.00,2014-02-03 15:37:28,7472.00,successful,122,US,7472.00,7472.00,6750.00 +1149116466,MinkeeBlue Handbags: From Three Bags to One MinkeeBlue,Product Design,Design,USD,2013-12-08,18500.00,2013-11-05 18:37:10,19155.00,successful,124,US,19155.00,19155.00,18500.00 +114913033,TRAIN TO POKIPSE,Publishing,Publishing,USD,2015-07-16,17000.00,2015-05-17 20:01:37,17635.00,successful,156,US,17635.00,17635.00,17000.00 +"1149130858,""Make 100 - Egon Schiele, limited edition"",Illustration,Art,EUR,2017-02-28,420.00,2017-01-14 10:14:52,801.00,successful,11,FR,0.00,846.26,443.73" +1149131420,Sozo-Teki.Tales! Early Reader Picture Books,Children's Books,Publishing,USD,2014-11-15,12000.00,2014-10-16 16:09:26,40.00,failed,1,US,40.00,40.00,12000.00 +1149140510,Ace of Space,Video Games,Games,USD,2016-07-21,80000.00,2016-06-21 18:28:23,6735.00,failed,65,US,6607.00,6735.00,80000.00 +"1149146859,""MINI OPENER-bottle opener for liquor minis, bottles & cans"",Product Design,Design,USD,2014-05-07,20000.00,2014-03-27 23:24:21,5978.00,failed,210,US,5978.00,5978.00,20000.00" +1149147213,YourVoice: A hub to share your ideas to invoke real change.,Publishing,Publishing,USD,2015-06-04,10000.00,2015-05-05 16:58:34,0.00,failed,0,US,0.00,0.00,10000.00 +114915140,Club Sport Schedule and News Application,Software,Technology,NZD,2014-05-26,5000.00,2014-03-27 04:54:54,0.00,failed,0,NZ,0.00,0.00,4236.93 +1149153838,THE MAIDS by Jean Genet,Theater,Theater,USD,2012-06-14,750.00,2012-05-22 22:17:50,915.00,successful,23,US,915.00,915.00,750.00 +1149154660,Detached Sound,Electronic Music,Music,EUR,2017-07-30,3000.00,2017-06-30 19:23:59,20.00,failed,1,ES,22.81,23.74,3560.41 +1149159796,slauGhterbox: Think Inside The Box,Film & Video,Film & Video,USD,2013-08-19,500.00,2013-08-06 23:59:05,531.00,successful,3,US,531.00,531.00,500.00 +1149160407,Sasha Louise - Revolutionizing latex,Fashion,Fashion,GBP,2015-05-27,5000.00,2015-04-27 13:53:06,403.00,failed,16,GB,612.05,614.87,7628.70 +1149167382,HiDo - The newest way to hide!,Accessories,Fashion,EUR,2017-07-08,10000.00,2017-06-08 01:30:39,19.00,failed,2,IT,20.28,21.69,11415.00 +114916979,Grrr! Knits for Kids by Kid O' Co. (Canceled),Childrenswear,Fashion,USD,2014-10-28,10500.00,2014-10-03 12:47:46,0.00,canceled,0,US,0.00,0.00,10500.00 +1149171903,Digital Asset Management System 3D + 2D Facility Management,Software,Technology,GBP,2017-12-01,10000.00,2017-10-02 12:55:53,0.00,failed,0,GB,0.00,0.00,13488.00 +1149178422,Clinician Reports,Periodicals,Publishing,USD,2014-08-08,25000.00,2014-07-09 17:42:31,30.00,failed,1,US,30.00,30.00,25000.00 +1149184858,Revisited,Shorts,Film & Video,GBP,2013-08-17,2000.00,2013-07-18 01:10:27,150.00,failed,8,GB,226.54,233.18,3109.07 +"1149188973,""Skana, Goddesses and More, a new show at Galapagos New York"",Music,Music,USD,2011-09-05,2750.00,2011-08-01 16:35:07,185.00,failed,4,US,185.00,185.00,2750.00" +"1149189926,""My Education: """"A Drink For All My Friends"""" Presale"",Rock,Music,USD,2012-08-13,5000.00,2012-07-02 19:14:16,5876.38,successful,74,US,5876.38,5876.38,5000.00" +1149227625,LiveMusicHub,Music,Music,EUR,2015-12-05,50000.00,2015-11-05 17:42:32,135.00,failed,2,IT,147.82,147.83,54750.12 +1149232133,Great Dismal Swamp,Nature,Photography,USD,2016-05-17,15000.00,2016-04-17 23:48:30,4.00,failed,4,US,4.00,4.00,15000.00 +1149238058,Ameressence - Sketches of the American continent.,Photography,Photography,USD,2012-11-30,20000.00,2012-10-26 01:48:31,15681.00,failed,85,US,15681.00,15681.00,20000.00 +1149247697,Indy Plush - Toys That Donate to Charity,Product Design,Design,USD,2015-06-07,30000.00,2015-04-28 06:24:44,1122.00,failed,21,US,1122.00,1122.00,30000.00 +"1149250973,""SCI-FLY """"a Stop-Motion Space Odyssey"""""",Film & Video,Film & Video,USD,2012-06-04,8500.00,2012-05-15 03:13:45,10342.00,successful,136,US,10342.00,10342.00,8500.00" +1149258175,Ein Zeichen setzen! ZU|Satz ZUKultur,Academic,Publishing,EUR,2016-05-23,2900.00,2016-05-09 19:44:30,2901.00,successful,149,DE,3308.57,3239.82,3238.70 +1149267678,How On Earth...?,Tabletop Games,Games,GBP,2015-07-03,1000.00,2015-06-01 17:56:04,4.00,failed,2,GB,6.12,6.25,1562.38 +1149267772,Star Wars Posters by Jon E. Allen,Art,Art,USD,2013-06-27,2500.00,2013-06-07 21:07:21,3524.01,successful,56,US,3524.01,3524.01,2500.00 +1149270455,Warren C. Norwood's Double Spiral War (Expanded Edition),Tabletop Games,Games,USD,2016-10-06,2850.00,2016-09-06 14:29:37,712.00,canceled,36,US,40.00,712.00,2850.00 +1149271492,Sunrise,Technology,Technology,USD,2014-12-04,7000.00,2014-11-04 17:36:09,10.00,failed,1,US,10.00,10.00,7000.00 +1149272586,Dango Products | P01 Pioneer Bifold Wallet & Pen,Product Design,Design,USD,2017-11-03,15000.00,2017-09-19 16:07:37,134340.00,successful,1508,US,4028.00,134340.00,15000.00 +1149274132,Fred Beato & David Pack Get Back! BEATO BAND CD-Video,Music,Music,USD,2013-12-17,75000.00,2013-11-07 15:56:04,10412.00,canceled,67,US,10412.00,10412.00,75000.00 +1149276709,New York Love Story,Photobooks,Photography,USD,2015-07-18,2000.00,2015-06-28 02:23:12,2010.00,successful,9,US,2010.00,2010.00,2000.00 +1149278971,From Design To Code,Web,Technology,GBP,2017-04-07,12500.00,2017-03-08 18:29:58,20.00,failed,2,GB,0.00,24.84,15527.76 +1149295982,The Boardwalk Kings - The Boom Room Studios,Rock,Music,USD,2017-12-15,2000.00,2017-11-08 17:07:27,745.00,failed,17,US,0.00,745.00,2000.00 +1149297197,Elite Man Conference,Theater,Theater,USD,2015-10-11,10000.00,2015-08-12 12:51:09,5525.00,failed,29,US,5525.00,5525.00,10000.00 +1149297910,Mazu Pilgrimage and Festival,Documentary,Film & Video,USD,2012-04-29,4800.00,2012-03-02 22:02:29,5150.00,successful,75,US,5150.00,5150.00,4800.00 +1149301119,Sweet Bones Bakery Cafe,Food,Food,USD,2012-12-28,10000.00,2012-11-28 14:51:33,12018.00,successful,188,US,12018.00,12018.00,10000.00 +1149303111,The Girl Who Carried Too Much Stuff,Children's Books,Publishing,USD,2015-05-01,5000.00,2015-03-31 16:24:45,6116.00,successful,83,US,6116.00,6116.00,5000.00 +1149306779,Dripo - 3 in 1 Travel Iced-drip Coffee Maker & Tumbler.,Drinks,Food,USD,2015-12-15,60000.00,2015-11-10 04:25:01,61938.10,successful,807,US,61938.10,61938.10,60000.00 +1149312916,Tiny Ten,Product Design,Design,USD,2016-12-03,2500.00,2016-11-02 23:37:52,3677.00,successful,68,US,955.00,3677.00,2500.00 +1149314164,Organic Essentialss,Couture,Fashion,USD,2015-03-16,6000.00,2015-01-15 15:00:46,0.00,failed,0,US,0.00,0.00,6000.00 +1149314642,ClashOfHeavensTap,Mobile Games,Games,HKD,2017-01-07,1400000.00,2016-12-24 10:55:04,720.00,failed,8,HK,39.94,92.85,180538.00 +1149315655,A Sock Story,Children's Books,Publishing,USD,2013-12-01,2000.00,2013-10-29 21:02:50,2124.00,successful,35,US,2124.00,2124.00,2000.00 +1149321271,Season 1 of Door to Door the Web Series,Webseries,Film & Video,USD,2013-11-01,20000.00,2013-10-02 14:56:18,20215.00,successful,158,US,20215.00,20215.00,20000.00 +1149323710,Sword of Fargoal 2: Classic Dungeon-Crawler Adventure,Video Games,Games,USD,2012-10-14,50000.00,2012-09-14 00:01:32,50161.54,successful,1163,US,50161.54,50161.54,50000.00 +"1149328308,""Help get """"Don't Look"""" on Steam Greenlight!"",Video Games,Games,CAD,2016-02-12,300.00,2016-01-28 00:22:17,42.25,failed,4,CA,29.64,30.35,215.47" +1149344099,New Camcorder,Shorts,Film & Video,USD,2015-09-06,1950.00,2015-07-08 03:25:27,0.00,failed,0,US,0.00,0.00,1950.00 +1149348142,Miasmata,Video Games,Games,USD,2011-12-04,5000.00,2011-11-04 12:44:01,1331.00,failed,24,US,1331.00,1331.00,5000.00 +1149354788,Music Festival,Electronic Music,Music,GBP,2017-05-07,25000.00,2017-04-07 17:08:47,100.00,failed,1,GB,124.80,128.58,32144.01 +1149358544,The Toyland Murders @ The Nottingham New Theatre,Theater,Theater,GBP,2015-04-26,300.00,2015-03-27 11:01:40,728.00,successful,45,GB,1083.72,1123.51,462.98 +1149366761,Nostalgia,Film & Video,Film & Video,USD,2015-03-09,65000.00,2015-01-08 16:19:37,0.00,failed,0,US,0.00,0.00,65000.00 +"1149368347,""The Video Games, Coast-to-Coast"",Theater,Theater,USD,2016-07-09,15000.00,2016-05-29 22:23:53,735.00,failed,10,US,735.00,735.00,15000.00" +1149371510,Classic Flip™ (Canceled),Tabletop Games,Games,USD,2012-08-27,4000.00,2012-07-18 18:01:42,1122.00,canceled,26,US,1122.00,1122.00,4000.00 +1149377947,Opening My Own Women's Boutique,Apparel,Fashion,USD,2016-05-30,11500.00,2016-05-16 17:33:25,0.00,failed,0,US,0.00,0.00,11500.00 +1149392679,Kate Records Her Song for Woody Guthrie's 100th Birthday!,Country & Folk,Music,USD,2012-05-23,1650.00,2012-05-08 03:42:52,1735.01,successful,39,US,1735.01,1735.01,1650.00 +1149392741,Ohmless MultiTool Guitar Pedals by Ohmless Pedals,Hardware,Technology,EUR,2017-10-17,12500.00,2017-09-17 18:00:41,2086.00,failed,13,DE,273.54,2465.23,14772.45 +1149395272,The Kingdom And The Servant,Publishing,Publishing,USD,2013-09-25,12000.00,2013-07-27 21:14:57,81.00,failed,4,US,81.00,81.00,12000.00 +1149396343,Experiential Journalism: Thomas Crone & St. Louis Graffiti,Journalism,Journalism,USD,2013-08-22,2000.00,2013-07-23 22:27:20,2176.00,successful,47,US,2176.00,2176.00,2000.00 +1149410543,Dangnuts - Doughnuts and no Gluten!,Food,Food,CAD,2015-01-03,4000.00,2014-12-04 21:15:07,41.00,failed,4,CA,36.02,34.69,3384.09 +1149416216,The Major Chronicles: Wrath of the Plutonian Time-Pilferers,Fiction,Publishing,USD,2017-09-30,800.00,2017-08-16 11:33:49,1066.00,successful,11,US,0.00,1066.00,800.00 +1149430654,The Boobytraps - Recording our second album. Help fund it.,Indie Rock,Music,GBP,2013-05-14,3500.00,2013-04-14 20:49:17,30.00,failed,1,GB,46.02,45.70,5331.95 +1149433982,Slap The Fly 2.0,Video Games,Games,EUR,2016-08-05,1000.00,2016-07-06 17:27:08,1317.27,successful,247,FR,5.57,1469.54,1115.60 +1149443388,The Basement Show,Photography,Photography,GBP,2016-04-22,1500.00,2016-02-23 21:51:14,1530.00,successful,44,GB,2185.09,2199.82,2156.69 +1149447950,Personalized shoes for all!,DIY,Crafts,USD,2017-06-01,1000.00,2017-05-02 23:14:14,70.00,failed,1,US,70.00,70.00,1000.00 +1149452263,Weaving Dream - Can I make it?,Weaving,Crafts,SEK,2017-12-03,30000.00,2017-11-03 22:22:13,150.00,failed,1,SE,0.00,17.65,3530.74 +1149455259,George O. Duncan,Shorts,Film & Video,USD,2013-12-12,2750.00,2013-11-12 20:53:14,2780.00,successful,39,US,2780.00,2780.00,2750.00 +1149460446,Invitation to a greener tomorrow.,Technology,Technology,USD,2015-06-25,45000.00,2015-04-27 23:29:48,0.00,failed,0,US,0.00,0.00,45000.00 +1149462493,MINI DOCUMENTARY: AMAZON ON FIRE (Canceled),Documentary,Film & Video,USD,2015-06-06,40000.00,2015-05-05 21:15:06,35.00,canceled,3,US,35.00,35.00,40000.00 +1149469807,Bespoke by Demian Custom Menswear,Apparel,Fashion,USD,2015-09-10,10000.00,2015-08-11 21:43:39,0.00,failed,0,US,0.00,0.00,10000.00 +"1149470223,""Fallen Among Thieves - Honey Mouth EP (Digital, CD + Vinyl)"",Music,Music,USD,2014-03-20,2000.00,2014-02-18 23:05:33,995.00,failed,21,US,995.00,995.00,2000.00" +1149470938,Cell Slipper Revolution,Fashion,Fashion,USD,2013-03-07,10000.00,2013-02-05 21:02:42,1073.00,failed,13,US,1073.00,1073.00,10000.00 +1149477447,Can you find the abcs?,Publishing,Publishing,USD,2015-08-02,5000.00,2015-06-03 14:37:42,5200.00,successful,30,US,5200.00,5200.00,5000.00 +1149481574,The Old Howard Theatre Company,Spaces,Theater,USD,2016-08-01,14920.00,2016-06-02 02:36:20,50.00,failed,1,US,50.00,50.00,14920.00 +"1149482866,""Little Prompter: Delivering You, Flawlessly"",Film & Video,Film & Video,USD,2017-12-10,5000.00,2017-11-11 05:35:57,7045.00,successful,37,US,2848.00,7045.00,5000.00" +114948761,Radio push for debut single from debut album,Rock,Music,USD,2012-08-16,7500.00,2012-08-01 03:19:50,0.00,failed,0,US,0.00,0.00,7500.00 +1149488189,52 Love: A Kitchen Table Experience,Spaces,Food,USD,2016-10-19,20000.00,2016-09-05 05:51:25,75.00,failed,1,US,0.00,75.00,20000.00 +1149488379,Depressed. MFG Skate Co.,Woodworking,Crafts,USD,2016-04-13,1200.00,2016-03-14 21:32:32,229.00,failed,7,US,229.00,229.00,1200.00 +"1149490009,""Brother Andy's """"The Evil Eyes Of Dr. X"""" Feature Film Project"",Thrillers,Film & Video,USD,2017-03-08,3000.00,2017-02-06 05:10:35,10.00,failed,1,US,10.00,10.00,3000.00" +1149491240,Divine Comfort Music (Canceled),Music,Music,USD,2014-10-07,10000.00,2014-08-15 02:22:12,0.00,canceled,0,US,0.00,0.00,10000.00 +1149491919,Heritage Rhythm & Blues Music in the Wheatbelt! (Canceled),Blues,Music,AUD,2015-09-13,75000.00,2015-08-14 09:21:16,62.00,canceled,1,AU,45.79,45.07,54517.70 +"1149496892,""Suëdz - With, Unique breathable aniline leather souls!"",Footwear,Fashion,GBP,2015-10-08,10000.00,2015-09-08 18:39:04,189.00,suspended,5,GB,287.08,289.92,15339.54" +1149498379,Buff Boys Bar and Grill,Restaurants,Food,USD,2015-02-22,800000.00,2015-01-23 19:54:04,2.00,failed,2,US,2.00,2.00,800000.00 +"1149504033,""Shannon Heaton records her brilliant """"Blue Dress"""" Irish flute album"",World Music,Music,USD,2010-07-19,3850.00,2010-06-17 17:55:59,4170.00,successful,78,US,4170.00,4170.00,3850.00" +1149512435,Lannen Fall releases an EP and promotes it properly! All thanks to YOU!,Rock,Music,USD,2010-02-13,8000.00,2009-12-23 16:23:23,145.00,failed,6,US,145.00,145.00,8000.00 +1149514632,H3H3 Productions Playing Cards,Public Art,Art,USD,2017-10-15,4000.00,2017-09-15 01:53:08,0.00,canceled,0,US,0.00,0.00,4000.00 +1149519178,Amaranthine Project Book 1,Comics,Comics,USD,2012-03-24,7000.00,2012-01-24 03:52:32,11321.00,successful,219,US,11321.00,11321.00,7000.00 +114952477,Game Room: Problems - A Video Game Odyssey (web show & game),Webseries,Film & Video,USD,2015-03-27,3334.00,2015-02-15 23:16:33,0.00,failed,0,US,0.00,0.00,3334.00 +1149536445,The cheesiest grilled cheese,Food,Food,USD,2015-09-20,50.00,2015-08-13 09:42:30,6.00,failed,2,US,6.00,6.00,50.00 +1149545320,Miller's Pretzel World (Canceled),Food,Food,USD,2014-12-19,15000.00,2014-10-20 18:21:46,15.00,canceled,1,US,15.00,15.00,15000.00 +1149548774,Festival Singers of Atlanta's Choral Composition Competition,Classical Music,Music,USD,2011-12-31,1500.00,2011-11-15 19:54:52,1500.00,successful,26,US,1500.00,1500.00,1500.00 +1149550742,STARRIDERZ EVOLUTION - THE BATTLE OF GOD VERSUS THE DEVIL,Animation,Film & Video,USD,2014-11-18,68000.00,2014-10-14 22:25:26,131.00,canceled,3,US,131.00,131.00,68000.00 +1149559964,Energy Field 2 art installation @ SPRING/BREAK,Installations,Art,USD,2017-03-07,3000.00,2017-02-20 18:36:54,3045.00,successful,20,US,305.00,3045.00,3000.00 +"1149562361,""I hate my boss, and so can you"",People,Photography,USD,2014-11-24,535.00,2014-11-10 07:01:13,0.00,failed,0,US,0.00,0.00,535.00" +114956573,Festa de Cultura da Bahia,Performance Art,Art,USD,2013-03-21,2000.00,2013-02-19 17:08:39,50.00,failed,1,US,50.00,50.00,2000.00 +1149573726,Bloodybits web series. The bitter end.,Webseries,Film & Video,USD,2012-04-15,1200.00,2012-03-01 20:53:48,211.00,failed,12,US,211.00,211.00,1200.00 +1149574052,The Future of TV,Technology,Technology,USD,2015-11-01,65000.00,2015-10-01 17:28:44,6249.00,failed,24,US,6249.00,6249.00,65000.00 +1149574932,MyNews: the beginning of open communication,Web,Technology,GBP,2015-11-20,1000.00,2015-10-21 10:21:41,1.00,failed,1,GB,1.55,1.52,1524.67 +"1149575834,""Sure, I'll Draw Your Portrait!"",Illustration,Art,USD,2016-09-10,100.00,2016-08-11 05:55:22,531.00,successful,12,US,0.00,531.00,100.00" +1149579117,Live For Today - Feature Film,Film & Video,Film & Video,USD,2012-03-26,25000.00,2012-02-25 01:58:40,121.00,failed,5,US,121.00,121.00,25000.00 +1149586093,Confetti,Film & Video,Film & Video,USD,2017-03-23,4000.00,2017-02-21 02:08:41,4010.20,successful,87,US,560.00,4010.20,4000.00 +1149588623,A Wondrous Gift short film. Raising fund to complete project,Shorts,Film & Video,USD,2013-09-25,4285.00,2013-08-26 18:37:30,25.00,failed,1,US,25.00,25.00,4285.00 +"1149597120,""Todd Matthews Debut, Uh Oh Here Come The Pig Mammoths"",Music,Music,USD,2012-11-01,4500.00,2012-09-17 23:49:53,5576.00,successful,97,US,5576.00,5576.00,4500.00" +1149608140,#ONTHEBLOCK. A web serie to educate the Dutch youth.,Webseries,Film & Video,EUR,2017-02-10,690.00,2016-12-12 23:52:32,10.00,failed,1,NL,0.00,10.63,733.40 +1149610686,WHITE ARROWS MUSIC VIDEO,Indie Rock,Music,USD,2011-01-27,2500.00,2010-12-28 02:56:44,125.00,failed,6,US,125.00,125.00,2500.00 +1149610698,Backyard.sk,Games,Games,AUD,2015-04-09,5000.00,2015-03-17 11:24:34,5583.00,successful,73,AU,4267.13,4268.67,3822.92 +1149613947,Bob: The Suicidal Penguin Collection (Photo Book),Comics,Comics,GBP,2013-05-01,250.00,2013-04-01 18:57:06,260.00,successful,15,GB,395.17,404.42,388.86 +1149635161,Documentary on Japan,Documentary,Film & Video,EUR,2016-06-28,10000.00,2016-04-29 21:37:25,3.00,failed,3,IT,3.40,3.34,11134.99 +1149642392,Help us fund HARK! the new CD from Wintery Songs in...,Country & Folk,Music,USD,2015-12-04,8000.00,2015-11-20 19:31:53,9819.00,successful,241,US,9819.00,9819.00,8000.00 +"1149647599,""Hovey & Harrison - Market | Cafe | Bakery - Edwards, CO"",Restaurants,Food,USD,2017-06-15,25000.00,2017-05-18 18:12:32,29011.00,successful,159,US,15570.00,29011.00,25000.00" +1149650220,Heroes of the Home Front Book,Comics,Comics,CAD,2017-10-04,25000.00,2017-09-04 18:00:24,25971.00,successful,151,CA,2250.68,20652.88,19880.72 +1149663996,Quoting the Creative: Illustrated Posters (Canceled),Illustration,Art,USD,2013-11-02,3500.00,2013-10-05 11:33:50,1087.00,canceled,28,US,1087.00,1087.00,3500.00 +1149673370,DeepWars - Tabletop Combat in the Abyssal Depths,Tabletop Games,Games,USD,2012-03-13,3500.00,2012-02-12 05:41:05,18988.00,successful,149,US,18988.00,18988.00,3500.00 +114967369,LOVE SOMEBODY APPAREL (Canceled),Fashion,Fashion,USD,2012-07-31,500.00,2012-07-16 23:32:37,10.00,canceled,1,US,10.00,10.00,500.00 +114968286,Phone Home E.T. Diecut Vinyl Stickers,Illustration,Art,USD,2015-03-29,300.00,2015-03-19 00:28:25,344.00,successful,25,US,344.00,344.00,300.00 +1149686647,Efflictim: Nothing Is As It Seems!,Television,Film & Video,USD,2014-09-28,5000.00,2014-08-29 20:47:09,117.00,failed,6,US,117.00,117.00,5000.00 +114969857,I ? PORK N' MY WIFE BBQ,Food,Food,USD,2015-05-06,4500.00,2015-04-06 21:16:49,140.00,failed,3,US,140.00,140.00,4500.00 +114970526,The Jungle Water Project: A Story to Secure Fresh Water,Documentary,Film & Video,USD,2013-12-20,8000.00,2013-11-20 23:49:02,8226.00,successful,110,US,8226.00,8226.00,8000.00 +1149706767,Sewruba: Mandika People's Cultural Rhythm,Music,Music,GBP,2014-06-18,6000.00,2014-05-19 14:57:18,78.00,failed,5,GB,131.16,132.90,10223.03 +1149710555,NEW MUSIC FROM RYAN HUTCHENS: THE LAST TEN YEARS,Country & Folk,Music,USD,2017-08-31,5000.00,2017-08-01 07:07:07,5312.00,successful,41,US,500.00,5312.00,5000.00 +1149712364,Young Blood,Film & Video,Film & Video,USD,2012-05-12,1000.00,2012-03-28 05:41:09,1322.50,successful,60,US,1322.50,1322.50,1000.00 +1149721633,The Story of the Sinclair ZX Spectrum in Pixels - A REPRINT,Publishing,Publishing,GBP,2018-01-27,6500.00,2017-12-28 14:04:00,14591.00,live,340,GB,8204.54,19901.79,8865.85 +"1149724073,""EDC Tops | Manually machined in Joshua Tree, Ca"",Product Design,Design,USD,2014-05-22,3500.00,2014-04-22 20:01:02,61112.00,successful,760,US,61112.00,61112.00,3500.00" +1149726806,THOMPSON STREET OPERA COMPANY: Grassroots Opera,Classical Music,Music,USD,2014-04-20,3000.00,2014-03-21 13:06:45,3000.00,successful,42,US,3000.00,3000.00,3000.00 +1149730722,Green Mountain High School Performing Arts,Performance Art,Art,USD,2016-12-24,1500.00,2016-11-13 19:03:21,1500.00,successful,11,US,100.00,1500.00,1500.00 +1149733414,Forever Free - Shelly & Robert Conn,Faith,Music,USD,2015-06-16,8000.00,2015-05-14 01:49:29,8840.00,successful,94,US,8840.00,8840.00,8000.00 +1149739887,A STYLE MAGAZINE/ CUSTOM.LIFE (Canceled),Periodicals,Publishing,USD,2016-01-06,20000.00,2015-12-07 16:06:22,1425.00,canceled,6,US,1425.00,1425.00,20000.00 +"1149760556,""Nufit: porter, inspirer et redonner/Wear, Inspire, Give back"",Apparel,Fashion,CAD,2017-05-31,1000.00,2017-05-01 18:01:46,1210.00,successful,10,CA,172.09,894.77,739.48" +1149770582,Árstíðir – Music from the heart of Iceland. Our third album.,Music,Music,USD,2014-05-24,20000.00,2014-04-24 17:00:13,68959.31,successful,1568,US,68959.31,68959.31,20000.00 +1149778379,Streetscape: 28mm Resin and MDF buildings,Tabletop Games,Games,GBP,2016-08-24,4000.00,2016-07-25 06:01:28,1227.00,failed,19,GB,202.33,1621.17,5284.99 +1149792129,My new book wants to be translated into English!,Fiction,Publishing,USD,2012-09-08,4000.00,2012-08-09 20:33:11,905.00,failed,16,US,905.00,905.00,4000.00 +1149797143,Gaza Girls: Growing Up in the Gaza Strip,Photobooks,Photography,USD,2017-08-16,19500.00,2017-07-17 19:37:15,21751.00,successful,381,US,1664.00,21751.00,19500.00 +"1149801584,""""""ONE WITH ALL"""" A Soulful Musical Gift From Us To The World"",World Music,Music,USD,2015-02-19,11000.00,2015-01-20 14:25:33,11234.00,successful,114,US,11234.00,11234.00,11000.00" +114980329,The Nature of Reality,Painting,Art,USD,2013-03-18,2000.00,2013-02-16 04:35:21,3.00,failed,2,US,3.00,3.00,2000.00 +1149804100,iZhongWen: Making learning Mandarin Chinese fun!,Games,Games,USD,2012-07-06,1000.00,2012-06-06 04:16:57,1000.00,successful,10,US,1000.00,1000.00,1000.00 +1149806840,Diploma Bicycle® Deck Of Luxury Playing Cards,Tabletop Games,Games,CAD,2014-03-11,20000.00,2014-02-09 21:58:34,4442.00,failed,217,CA,4024.56,4006.49,18039.14 +1149823960,Simon,Film & Video,Film & Video,USD,2010-09-19,3000.00,2010-08-04 04:42:21,3060.00,successful,11,US,3060.00,3060.00,3000.00 +1149832912,Legacy stage @ Cornerstone 2011,Rock,Music,USD,2011-06-13,6000.00,2011-04-12 15:55:34,6407.00,successful,41,US,6407.00,6407.00,6000.00 +1149835592,A GIRL CALLED ANA TEACHES KITTENS HOW TO DRAW & STUFF,Comics,Comics,USD,2012-08-25,5000.00,2012-07-25 00:42:47,6175.00,successful,116,US,6175.00,6175.00,5000.00 +1149836979,The File - a short supernatural horror movie,Shorts,Film & Video,USD,2013-09-05,2000.00,2013-08-06 22:10:01,211.00,failed,6,US,211.00,211.00,2000.00 +"1149837675,""CONTROL: A LOVE STORY dir. Al Watt, prod. David Streit"",Film & Video,Film & Video,USD,2015-12-08,30000.00,2015-11-08 19:35:22,30145.00,successful,87,US,30145.00,30145.00,30000.00" +1149839190,Little Creek Hop Farm,Farms,Food,USD,2015-08-25,9500.00,2015-07-26 18:54:00,10.00,failed,1,US,10.00,10.00,9500.00 +1149839649,SDG - Christian T-shirts,Apparel,Fashion,USD,2014-09-08,5000.00,2014-08-08 03:19:18,154.00,failed,4,US,154.00,154.00,5000.00 +1149845670,2014 The Table of Silence Project 9/11,Performances,Dance,USD,2014-09-09,7911.00,2014-08-08 01:35:31,8425.10,successful,115,US,8425.10,8425.10,7911.00 +1149853884,Aura Caravans (Canceled),Design,Design,AUD,2015-09-23,20000.00,2015-08-24 23:33:09,0.00,canceled,0,AU,0.00,0.00,14031.15 +1149856715,Luxury Watches Naturally Redefined,Product Design,Design,GBP,2017-11-17,10000.00,2017-10-17 18:29:15,16464.00,successful,134,GB,5655.55,21725.48,13195.75 +1149857040,Transition Town Wivenhoe & Cycle Cinema screens Chasing Ice,Theater,Theater,GBP,2013-01-01,200.00,2012-12-18 09:54:19,233.00,successful,28,GB,376.74,373.24,320.37 +1149858874,Panzer Pets - Customizable Robots MMO (Canceled),Video Games,Games,USD,2012-06-04,85000.00,2012-05-05 05:08:35,7938.00,canceled,224,US,7938.00,7938.00,85000.00 +1149866407,Unchained and Unbound,Faith,Music,USD,2014-09-02,2500.00,2014-08-01 20:26:59,26.00,failed,2,US,26.00,26.00,2500.00 +1149867988,Help GENERATION MAZE release their first album!,Rock,Music,USD,2012-05-07,10000.00,2012-03-23 02:01:31,10075.00,successful,111,US,10075.00,10075.00,10000.00 +1149873090,First Ever Bachelorette Board Game,Tabletop Games,Games,USD,2014-06-05,3000.00,2014-05-06 18:38:18,35.00,failed,1,US,35.00,35.00,3000.00 +1149873105,STUPOR: UNFIXABLE with artist Jessica Frelinghuysen,Art Books,Publishing,USD,2012-10-16,1000.00,2012-09-14 13:59:05,1355.50,successful,63,US,1355.50,1355.50,1000.00 +1149874145,Help me become a comic artist.,Art,Art,USD,2013-01-19,2000.00,2012-12-29 01:34:58,6.00,failed,2,US,6.00,6.00,2000.00 +"1149874173,""The Accidental Theatre Company, Bellingham WA"",Musical,Theater,USD,2016-08-11,4000.00,2016-07-12 02:36:55,0.00,failed,0,US,0.00,0.00,4000.00" +"1149876033,""Amaze Away, permanent marker remover, 100% non-toxic"",Crafts,Crafts,CAD,2016-10-04,8500.00,2016-09-20 22:42:37,0.00,canceled,0,CA,0.00,0.00,6404.94" +1149880351,Complete In You - New Music Project,Pop,Music,USD,2014-06-27,6000.00,2014-05-13 06:37:17,405.00,failed,11,US,405.00,405.00,6000.00 +1149886880,Bacon-Wrapped Baby Back Ribs (Canceled),Bacon,Food,USD,2014-08-15,20000.00,2014-07-16 00:33:47,0.00,canceled,0,US,0.00,0.00,20000.00 +1149907707,ARTISAN TILES - hand-picked flints / stones on granite slate,Design,Design,GBP,2013-12-14,5000.00,2013-11-14 23:46:33,0.00,failed,0,GB,0.00,0.00,8178.62 +"1149907724,""The """"Adrian Lance"""" Experience"",Pop,Music,USD,2013-11-04,500.00,2013-10-10 18:30:41,520.50,successful,10,US,520.50,520.50,500.00" +1149907840,Brass Sounds Inverclyde - Hebrides Cycle 2015,Classical Music,Music,GBP,2015-03-31,500.00,2015-02-19 08:58:39,861.00,successful,47,GB,1321.82,1274.55,740.16 +1149925707,Goblin Alley: Eleven Lords,Fiction,Publishing,USD,2012-08-01,4000.00,2012-07-03 19:56:23,265.00,failed,9,US,265.00,265.00,4000.00 +1149926380,Promotion for A River Tale (Canceled),Children's Books,Publishing,USD,2015-05-20,3500.00,2015-03-21 22:27:14,0.00,canceled,0,US,0.00,0.00,3500.00 +1149935052,Learn Art,Art,Art,USD,2014-08-27,8500.00,2014-07-28 17:27:18,1.00,failed,1,US,1.00,1.00,8500.00 +1149939432,Little Feet,Music,Music,GBP,2014-07-07,900.00,2014-06-07 03:20:12,10.00,failed,1,GB,16.74,17.12,1540.81 +"1149949270,""""""The Tough Pill"""" an incredibly useful multi-tool."",Product Design,Design,USD,2017-10-27,30000.00,2017-10-06 18:24:46,4406.00,failed,30,US,386.00,4406.00,30000.00" +"1149950700,""GUOP's New Studio Album, Short Film & Music Videos"",Hip-Hop,Music,USD,2013-08-14,100000.00,2013-07-12 00:40:32,20037.00,failed,14,US,20037.00,20037.00,100000.00" +1149958206,The Money Mechanic Personal Finance Blog,Web,Journalism,USD,2015-03-19,100.00,2015-02-17 19:52:59,0.00,failed,0,US,0.00,0.00,100.00 +1149988042,Longhorns,Plays,Theater,USD,2017-04-21,2265.00,2017-03-22 03:38:57,2475.00,successful,26,US,650.00,2475.00,2265.00 +"114998994,""Short Stories, Inspiration, Jokes, Poems on a T-Shirt +"",Graphic Design,Design,USD,2017-03-12,5500.00,2017-02-10 18:28:36,1406.00,failed,3,US,606.00,1406.00,5500.00" +1149995500,The Folded Hanging Level ( 40 inch folding level ),Design,Design,USD,2016-11-24,19500.00,2016-10-25 20:40:05,38.00,failed,2,US,0.00,38.00,19500.00 +1150006902,PANTAVUS | Truly Versatile Jackets for Active Urban Life,Product Design,Design,CAD,2018-01-25,25000.00,2017-12-12 16:08:14,40050.00,live,189,CA,0.00,31991.37,19969.65 +1150013295,Stargazing HD LIVE,Documentary,Film & Video,GBP,2014-11-23,10000.00,2014-10-24 14:52:15,2.00,failed,2,GB,3.21,3.14,15695.88 +1150014552,Antiquity Clothing- RICH Clothing Series,Apparel,Fashion,USD,2016-04-19,1000.00,2016-03-30 23:31:18,0.00,failed,0,US,0.00,0.00,1000.00 +"1150021953,Knightmare Live; The cult TV show on stage for the 1st time,Theater,Theater,GBP,2013-07-06,6000.00,2013-06-06 20:47:17,6169.00,successful,195,GB,9444.43,9320.42,9065.09" +1150028813,Stupid Sheeps,Video Games,Games,USD,2011-10-21,1000.00,2011-09-21 20:20:03,126.00,failed,5,US,126.00,126.00,1000.00 +1150035569,The Coal Flowers - Our Debut Album (Canceled),Country & Folk,Music,USD,2014-02-02,25000.00,2014-01-03 02:19:11,2593.00,canceled,47,US,2593.00,2593.00,25000.00 +1150042056,Copper Alloy Dice (Suspended),Design,Design,CAD,2016-06-24,1000.00,2016-05-10 19:10:46,2482.00,suspended,53,CA,1919.49,1908.35,768.88 +1150043847,Spacecraft: Galaxies,Video Games,Games,USD,2013-08-21,75000.00,2013-07-22 15:27:26,5852.00,failed,43,US,5852.00,5852.00,75000.00 +1150044047,ReVerb,Film & Video,Film & Video,USD,2012-03-03,33000.00,2012-01-24 21:15:16,1332.00,failed,9,US,1332.00,1332.00,33000.00 +1150049660,1984 to 2018,Fiction,Publishing,GBP,2017-05-23,100000.00,2017-04-23 11:38:47,0.00,failed,0,GB,0.00,0.00,128409.27 +"1150051605,""Zhuut, Eco-Luxury Hair Treatment for Conscious Living"",Design,Design,USD,2015-10-23,10000.00,2015-09-08 17:00:34,1943.00,failed,46,US,1943.00,1943.00,10000.00" +1150052500,Western Wild Edibles & Medicinals Resource,Nonfiction,Publishing,USD,2015-07-02,1000.00,2015-06-12 19:58:07,400.00,failed,11,US,400.00,400.00,1000.00 +115005696,KEYS TO ROMANCE - A Piano Recital by Christina Kobb,Classical Music,Music,USD,2016-06-12,4000.00,2016-04-27 18:00:06,4047.00,successful,34,US,4047.00,4047.00,4000.00 +1150064750,'Den of the Dog' - New EP by VICTOR & The Rain Dog,Indie Rock,Music,GBP,2015-04-16,2150.00,2015-03-17 21:00:29,2205.00,successful,38,GB,3254.55,3312.25,3229.63 +1150071071,Fred Perry's Gold Digger - Colorized,Comic Books,Comics,USD,2016-02-14,1000.00,2016-01-14 03:06:58,5301.00,successful,299,US,5301.00,5301.00,1000.00 +1150074416,CERTIFIED BAMBOO AN ALBUM BY THE FUNKY PANDAS,Hip-Hop,Music,USD,2017-10-24,50000.00,2017-08-25 13:35:40,17652.00,failed,201,US,1275.00,17652.00,50000.00 +1150083041,AwesomeRobot - Inspiring the Next Generation,Makerspaces,Technology,USD,2015-09-18,12000.00,2015-08-19 17:30:23,440.00,failed,7,US,440.00,440.00,12000.00 +1150091274,Double Decker Games,Playing Cards,Games,CAD,2015-12-29,2500.00,2015-11-14 15:55:53,3034.00,successful,38,CA,2283.54,2185.25,1800.63 +"1150095670,""""""PROBLEM"""" by MC CHUCK T original hot-spitter,"",Hip-Hop,Music,USD,2014-04-26,60000.00,2014-02-25 00:15:30,0.00,failed,0,US,0.00,0.00,60000.00" +1150122128,Run to Nowhere,Fiction,Publishing,USD,2014-11-08,3600.00,2014-10-09 17:14:37,1104.00,failed,33,US,1104.00,1104.00,3600.00 +115012289,The Ultimate HTPC guide!,Nonfiction,Publishing,AUD,2014-09-29,1250.00,2014-08-22 01:25:59,75.00,failed,3,AU,69.82,65.64,1094.00 +1150132982,Familiar Spirits Ghost / Horror Anthology,Anthologies,Publishing,USD,2015-08-27,1250.00,2015-07-27 14:57:08,1902.00,successful,128,US,1902.00,1902.00,1250.00 +11501337,I Am Childrens Book,Children's Books,Publishing,AUD,2017-12-19,1000.00,2017-11-19 06:14:44,371.00,failed,9,AU,93.82,286.33,771.78 +1150136344,canTeens issue 6: Writing and art by Harlem 7th-graders,Periodicals,Publishing,USD,2012-07-28,5000.00,2012-06-26 18:27:32,5024.21,successful,65,US,5024.21,5024.21,5000.00 +1150137430,An EP for Isabella K... We can do it together!,Music,Music,USD,2015-01-01,12000.00,2014-11-26 03:42:54,890.00,failed,10,US,890.00,890.00,12000.00 +1150138024,Sci-Fi Tiles: Blade Runner & Star Wars plastic decor tiles,Product Design,Design,USD,2012-10-29,4000.00,2012-10-04 22:56:27,1609.00,failed,22,US,1609.00,1609.00,4000.00 +1150142311,Native Roots Health and Beauty,Crafts,Crafts,USD,2015-03-12,1000.00,2015-02-10 05:01:42,0.00,failed,0,US,0.00,0.00,1000.00 +1150144583,Gettin' Muddy Pottery Teaching and Expansion Project,Ceramics,Art,USD,2015-05-16,3000.00,2015-04-01 14:23:43,44.00,failed,5,US,44.00,44.00,3000.00 +115014678,Artificial Grass Training Academy: Courses for Art & Profit,Crafts,Crafts,GBP,2017-11-23,5000.00,2017-10-24 16:27:48,35.00,canceled,1,GB,46.19,46.64,6663.47 +1150147361,Pyrite Sidewalk 2017 tour,Punk,Music,USD,2017-01-12,1000.00,2016-12-13 10:51:36,95.00,failed,3,US,45.00,95.00,1000.00 +1150150467,Seuss-Escher Lovechilde goes the Whole 9 Yards!,Painting,Art,USD,2012-06-06,7654.32,2012-05-04 15:37:00,7271.00,failed,97,US,7271.00,7271.00,7654.32 +1150152819,Masala Food Cart,Food,Food,USD,2012-05-31,9000.00,2012-04-30 23:12:26,9185.00,successful,152,US,9185.00,9185.00,9000.00 +1150175027,The Truth Cabin: A gonzo journalism meditation on a NFL Star,Documentary,Film & Video,USD,2011-08-21,89000.00,2011-07-11 06:46:26,2463.00,failed,36,US,2463.00,2463.00,89000.00 +1150184464,Magic is something you make!,DIY,Crafts,USD,2016-12-29,10000.00,2016-11-29 21:04:01,12007.00,successful,234,US,50.00,12007.00,10000.00 +1150185146,C&M Cafe Wants to Open a New Location,Restaurants,Food,USD,2014-09-29,150000.00,2014-07-31 23:26:04,510.00,failed,8,US,510.00,510.00,150000.00 +1150189021,The Imaginist - Fantasy Fiction Anthologies - 10 Volume Set,Fiction,Publishing,USD,2011-06-25,6000.00,2011-05-11 21:42:00,220.00,canceled,6,US,220.00,220.00,6000.00 +1150192261,New Compatible Keycaps for Amiga computers,Product Design,Design,SGD,2017-01-13,102000.00,2016-11-14 15:00:16,174778.00,successful,808,SG,26580.08,122539.44,71513.71 +1150194706,1st Annual Jersey Shore Cigar Box Guitar Music Fest!,Music,Music,USD,2014-03-02,850.00,2014-02-14 01:24:33,50.00,failed,1,US,50.00,50.00,850.00 +1150211219,JeTuNous Magazine,Zines,Publishing,GBP,2017-11-28,1400.00,2017-10-29 20:07:38,622.00,failed,26,GB,153.60,838.95,1888.32 +1150219052,Digital Doesn’t Matter: Reinventing the Advertising Industry,Journalism,Journalism,USD,2013-03-08,30000.00,2013-01-21 22:03:07,36940.00,successful,341,US,36940.00,36940.00,30000.00 +"1150222813,""Heritage Brewing Co - Market Common, Brewpub and Roastery"",Food,Food,USD,2016-12-11,30000.00,2016-11-06 22:57:22,5905.00,failed,46,US,980.00,5905.00,30000.00" +1150227196,SILENT KILLER [the escapades of Max Cash],Fiction,Publishing,USD,2011-12-31,2200.00,2011-12-01 23:23:33,2451.00,successful,74,US,2451.00,2451.00,2200.00 +1150238271,J-Chan's Designs SS14: The Debut Collection,Fashion,Fashion,USD,2013-08-31,12000.00,2013-08-09 21:20:27,1772.00,failed,16,US,1772.00,1772.00,12000.00 +"1150257981,""Half Past My Sin: The New Album """"4:44"""" (Canceled)"",Music,Music,USD,2013-01-31,15000.00,2012-12-18 02:16:12,2022.00,canceled,30,US,2022.00,2022.00,15000.00" +1150258497,Ditto Transformation Magical Girls! Cute & Silly Enamel Pins,Illustration,Art,GBP,2017-10-21,500.00,2017-09-29 17:54:06,4971.00,successful,179,GB,1828.49,6508.67,654.66 +"1150259530,""Felt Dolls, Patterns, and Kits for Christmas"",DIY,Crafts,USD,2014-09-06,200.00,2014-08-16 04:45:50,46.00,failed,3,US,46.00,46.00,200.00" +"1150264591,Brave New Records - New Record Label,Music,Music,USD,2016-04-02,7500.00,2016-03-03 23:24:14,50.00,undefined,0,""N,0"""""",,50.00,7500.00" +1150265864,Immunis - The Zombie Apocalypse,Comics,Comics,GBP,2013-03-09,4000.00,2013-02-02 03:04:43,4010.75,successful,93,GB,6338.03,6074.59,6058.31 +"1150268803,""""""The V.J. Diaries"""" (Canceled)"",Documentary,Film & Video,USD,2011-08-16,10000.00,2011-07-07 10:29:47,776.00,canceled,7,US,776.00,776.00,10000.00" +1150273128,Eric Byrd Trio Sacred Jazz,Jazz,Music,USD,2017-05-05,4000.00,2017-03-21 15:09:49,740.00,failed,7,US,85.00,740.00,4000.00 +1150288233,Jacbil Gobbet,Video Games,Games,USD,2016-09-12,1000.00,2016-08-15 05:14:14,1162.12,successful,18,US,216.00,1162.12,1000.00 +1150289922,The Unmentionables,Webseries,Film & Video,USD,2013-08-18,5500.00,2013-07-19 01:38:55,1957.00,failed,36,US,1957.00,1957.00,5500.00 +1150292149,REALLY REALLY,Plays,Theater,USD,2016-04-05,1000.00,2016-03-22 03:18:02,2870.00,successful,49,US,2870.00,2870.00,1000.00 +1150300495,'Thirst' by Jacob Cox. Presented by Cold Basement Dramatics,Theater,Theater,USD,2011-12-17,1400.00,2011-11-10 03:06:43,1840.00,successful,48,US,1840.00,1840.00,1400.00 +1150302454,A Setting for the Art of Dance and Performance,Spaces,Dance,USD,2014-06-02,5000.00,2014-05-03 06:08:31,100.00,failed,3,US,100.00,100.00,5000.00 +1150304305,The Sav - Comic Book Issue #1,Comic Books,Comics,USD,2015-11-29,2000.00,2015-10-16 11:16:23,2375.00,successful,66,US,2375.00,2375.00,2000.00 +1150307812,OMFG! Series 2,Design,Design,USD,2012-08-07,12000.00,2012-07-03 04:37:45,13661.91,successful,527,US,13661.91,13661.91,12000.00 +1150328729,The Dirty Attorney - The Film,Shorts,Film & Video,USD,2013-10-26,100000.00,2013-09-26 18:36:38,0.00,failed,0,US,0.00,0.00,100000.00 +1150340296,Crazy Cribbage a.k.a. Muggins & Mulligans,Tabletop Games,Games,USD,2013-02-28,17000.00,2013-01-29 05:02:10,55.00,failed,3,US,55.00,55.00,17000.00 +1150357201,Clothing with a Kiss - Lingerie for Breast Cancer Survivors,Fashion,Fashion,USD,2013-03-13,5000.00,2013-02-11 21:35:21,5561.00,successful,36,US,5561.00,5561.00,5000.00 +1150366322,2 lesbians. 1 video podcast. Help us make it happen!,Webseries,Film & Video,USD,2014-09-22,1200.00,2014-08-23 22:06:17,1405.00,successful,30,US,1405.00,1405.00,1200.00 +1150374038,ASSISTENTIALISM TO THE POOR,Indie Rock,Music,EUR,2017-12-22,1000000.00,2017-10-23 13:28:35,0.00,failed,0,IT,0.00,0.00,1185297.57 +11503743,Help us bring the customer experience back to the city.,Music,Music,EUR,2015-12-05,11000.00,2015-11-03 11:30:10,0.00,failed,0,NL,0.00,0.00,12045.03 +1150374606,The Easy Guide To VA Compensation,Publishing,Publishing,USD,2015-05-03,20000.00,2015-04-03 19:57:04,1.00,failed,1,US,1.00,1.00,20000.00 +"1150379292,""OVERLAND and OUTPOSTS - a True Story, a Secret Life."",Documentary,Film & Video,CAD,2013-10-09,12000.00,2013-09-09 16:27:37,12005.00,successful,57,CA,11533.54,11555.49,11550.68" +1150381026,Far East War 1592,Tabletop Games,Games,USD,2016-07-10,25000.00,2016-06-10 19:56:52,26482.00,successful,354,US,15034.00,26482.00,25000.00 +1150393657,Kim Arthur Album Release concert and Book Launch,Faith,Music,CAD,2015-06-13,30000.00,2015-05-15 11:44:45,0.00,failed,0,CA,0.00,0.00,24447.89 +1150396318,Fantastical Creatures Discovered by the Lost Airship Dracwyn,Product Design,Design,USD,2015-10-19,10000.00,2015-09-12 21:08:13,2354.00,failed,60,US,2354.00,2354.00,10000.00 +1150398296,Americana A Civics Handbook Second Edition,Nonfiction,Publishing,USD,2016-03-14,6000.00,2016-01-14 16:30:48,56.00,failed,3,US,56.00,56.00,6000.00 +1150414019,The Silver Token,Fiction,Publishing,USD,2012-11-13,1500.00,2012-10-16 20:41:18,5600.37,successful,111,US,5600.37,5600.37,1500.00 +"1150414416,""Cute Boots """"Born and Raised"""""",Indie Rock,Music,USD,2011-12-02,1500.00,2011-10-18 04:09:23,1821.00,successful,37,US,1821.00,1821.00,1500.00" +1150415787,WeWereDinosaurs...our first EP,Electronic Music,Music,GBP,2015-07-30,6000.00,2015-05-31 12:44:29,1.00,failed,1,GB,1.53,1.56,9345.50 +1150416674,PRÄSENTABLO – The New Flexible Interchangeable Frame,Product Design,Design,EUR,2017-12-02,10000.00,2017-11-02 14:21:55,3834.00,failed,28,DE,611.82,4501.90,11742.05 +"1150422397,""EZPOST-Mail Box, Masonry Planters and Posts"",Product Design,Design,USD,2016-12-18,25000.00,2016-11-12 15:43:29,0.00,failed,0,US,0.00,0.00,25000.00" +"1150425729,""Help Launch """"The Departure"""""",Pop,Music,USD,2012-09-18,8000.00,2012-08-25 23:26:50,8272.45,successful,61,US,8272.45,8272.45,8000.00" +1150434286,Waiting for Jerry is recording an album!,Music,Music,USD,2011-08-21,10000.00,2011-06-22 22:22:37,10150.00,successful,87,US,10150.00,10150.00,10000.00 +1150434553,Flawless Army,Video Games,Games,USD,2016-04-22,12789.00,2016-03-23 00:01:42,0.00,failed,0,US,0.00,0.00,12789.00 +"1150435200,""""""Let`s Hype"""" verander mobiele kosten in mobiele besparingen"",Apps,Technology,EUR,2015-06-21,12500.00,2015-05-27 22:19:01,10.00,failed,1,NL,10.95,11.20,14002.46" +1150440110,The Art of Negative Space,Public Art,Art,GBP,2015-02-08,8000.00,2014-12-21 05:46:05,8110.00,successful,25,GB,12700.69,12471.36,12302.20 +"1150444230,""NickNack """"Dearly Departed"""" 12inch vinyl"",Hip-Hop,Music,USD,2010-06-25,1500.00,2010-05-10 23:10:10,160.00,failed,3,US,160.00,160.00,1500.00" +1150444859,Mint Films Goes Back to 'Damnationland!',Shorts,Film & Video,USD,2011-09-11,500.00,2011-08-12 06:40:49,840.00,successful,19,US,840.00,840.00,500.00 +1150447154,Go Live Polo Presents - Girls CIF Div. I & II Semi Finals,Webseries,Film & Video,USD,2014-02-25,5000.00,2014-02-12 21:53:40,2526.00,canceled,24,US,2526.00,2526.00,5000.00 +1150453314,ELYSION MANGA (Canceled),Events,Comics,EUR,2015-12-24,65000.00,2015-11-24 12:59:39,100.00,canceled,1,FR,106.12,109.47,71155.68 +1150453681,Ezekiel's Landing - Feature Film,Narrative Film,Film & Video,USD,2014-03-05,3500.00,2014-02-03 21:36:05,3820.55,successful,86,US,3820.55,3820.55,3500.00 +"11504583,""Help publish Jonathan's 2nd Book """"The R Principles"""""",Nonfiction,Publishing,USD,2015-04-02,3500.00,2015-02-18 18:48:51,315.00,failed,11,US,315.00,315.00,3500.00" +1150459594,Looking To Release A New Album Next Year!,Hip-Hop,Music,USD,2013-03-02,5000.00,2013-01-31 23:57:50,10.00,failed,1,US,10.00,10.00,5000.00 +1150466385,A Road Paved in Iron: A Voodoo Western Dime novel,Fiction,Publishing,USD,2012-01-16,3500.00,2011-12-14 20:04:26,3575.00,successful,57,US,3575.00,3575.00,3500.00 +1150466424,Want to play the board game KICKSTARTER YOU ARE FUNDED?,Games,Games,USD,2017-05-16,13600.00,2017-04-11 07:08:18,0.00,canceled,0,US,39.00,0.00,13600.00 +1150475162,MODERN Princess Tales - classics retold to inspire,Children's Books,Publishing,USD,2016-12-11,50000.00,2016-11-11 21:12:40,54500.55,successful,152,US,2115.00,54500.55,50000.00 +1150485372,Pix It. Make your own movie on an LED matrix display,Gadgets,Technology,GBP,2014-07-04,5000.00,2014-06-04 16:08:03,211.00,failed,7,GB,353.36,361.73,8571.77 +"1150485571,""Ever Ancient, Ever New: Witchcraft by the Hearthside DVD"",Documentary,Film & Video,USD,2015-06-26,47000.00,2015-05-27 21:13:32,51625.00,successful,439,US,51625.00,51625.00,47000.00" +115048903,No Regrets Only Doom,Comedy,Film & Video,USD,2016-03-16,3500.00,2016-03-01 02:23:39,3765.00,successful,26,US,3765.00,3765.00,3500.00 +1150507348,Jimmy Pocket Towel Saves Trees & Reduces Waste!,Product Design,Design,USD,2012-12-27,15000.00,2012-11-27 13:26:35,19597.00,successful,432,US,19597.00,19597.00,15000.00 +1150507791,Ace: Rebuild – The Third Feature Film by Caden Rodems-Boyd,Action,Film & Video,USD,2016-11-23,3750.00,2016-10-19 16:39:40,3750.00,successful,40,US,1895.00,3750.00,3750.00 +1150508681,Send No Good Sister to SXSW with an EP!,Country & Folk,Music,USD,2014-03-17,4000.00,2014-02-15 13:19:55,5075.00,successful,80,US,5075.00,5075.00,4000.00 +115051220,J Pack Backpack,Fashion,Fashion,USD,2016-11-22,250.00,2016-10-26 21:15:19,15.00,failed,1,US,0.00,15.00,250.00 +1150522682,Revo360: World's First Rotary Toothbrush & Tongue Cleaner,Gadgets,Technology,USD,2014-12-04,30000.00,2014-10-09 06:46:21,4426.00,canceled,38,US,4426.00,4426.00,30000.00 +1150525282,hydroMazing: Garden Control & Monitoring System DIY project,DIY Electronics,Technology,USD,2015-09-30,5000.00,2015-08-16 23:47:44,1707.00,failed,15,US,1707.00,1707.00,5000.00 +1150528596,FlyBerry World's Coolest Strawberry Plush,Crafts,Crafts,USD,2017-01-01,5800.00,2016-12-12 22:12:01,112.00,canceled,2,US,112.00,112.00,5800.00 +1150532730,Rod and Rifle Rag Version 2.0 - Preserve Outdoor Memories,Publishing,Publishing,USD,2012-03-05,50000.00,2012-01-05 18:14:56,1.00,failed,1,US,1.00,1.00,50000.00 +1150541107,Caihong City,Narrative Film,Film & Video,USD,2013-11-09,5000.00,2013-10-10 13:48:49,5085.00,successful,57,US,5085.00,5085.00,5000.00 +1150554559,Spresso Easy Project Version Management Software,Technology,Technology,USD,2013-03-05,60000.00,2013-01-24 23:34:56,225.00,failed,5,US,225.00,225.00,60000.00 +1150564744,The Wi.U Charger: Smart Charger for iPhones,Technology,Technology,USD,2011-04-26,20000.00,2011-03-24 14:47:32,4150.00,failed,48,US,4150.00,4150.00,20000.00 +1150573282,Kodama Cosplay Hard Enamel Pins,Illustration,Art,USD,2017-10-12,400.00,2017-09-12 08:01:51,523.00,successful,20,US,20.00,523.00,400.00 +1150578609,CUB Magazine - WWI Centenary Issue,Print,Journalism,GBP,2014-10-02,500.00,2014-09-12 17:40:47,722.00,successful,64,GB,1168.95,1159.99,803.32 +1150584997,LittleBigHeart | Playing Cards,Playing Cards,Games,EUR,2016-02-11,2000.00,2016-01-12 01:02:24,2925.00,successful,101,IT,3195.33,3297.93,2254.99 +"1150594020,""Terra Fiends ~The collectible, deck building, card game"",Tabletop Games,Games,GBP,2013-05-31,1250.00,2013-04-30 07:32:37,168.00,canceled,3,GB,260.66,255.96,1904.47" +1150596637,My Sustainable Food Truck,Food Trucks,Food,USD,2016-07-01,45000.00,2016-05-14 03:33:14,268.00,failed,11,US,268.00,268.00,45000.00 +1150599871,An American Dream,Shorts,Film & Video,USD,2017-03-02,5500.00,2017-02-01 08:07:10,6515.00,successful,17,US,230.00,6515.00,5500.00 +1150601014,Stairs (Canceled),Video Games,Games,SEK,2015-03-18,250000.00,2015-02-16 14:09:43,58849.00,canceled,263,SE,6984.24,6818.49,28966.03 +1150602659,VIVO Ballet US Company takes New York,Performances,Dance,USD,2017-11-26,2500.00,2017-10-27 20:46:26,0.00,canceled,0,US,0.00,0.00,2500.00 +1150603735,The Pump and Dump: Year of the Mother Campaign,Theater,Theater,USD,2016-02-10,62000.00,2016-01-11 14:07:21,33096.00,failed,178,US,33096.00,33096.00,62000.00 +1150606892,'The Suicide Diary' fiction book written by me!,Fiction,Publishing,GBP,2013-04-07,800.00,2013-03-08 02:08:57,100.00,failed,1,GB,151.46,153.61,1228.86 +1150611959,Football Hero 16: be the in-game hero!,Mobile Games,Games,EUR,2016-04-09,1000.00,2016-03-10 21:06:18,1.00,failed,1,BE,1.10,1.13,1128.40 +1150614569,Persnickety Jerb,Children's Books,Publishing,USD,2016-07-05,3600.00,2016-06-14 14:02:35,3600.00,successful,47,US,3600.00,3600.00,3600.00 +"1150619584,""Project: """"Rise 2 Brutality"""" Metal Band"",Rock,Music,USD,2012-05-13,22000.00,2012-04-03 01:17:24,0.00,failed,0,US,0.00,0.00,22000.00" +1150625266,Bee Local Artisan Neighborhood Honey,Food,Food,USD,2012-03-09,5000.00,2012-02-08 22:31:02,5616.00,successful,140,US,5616.00,5616.00,5000.00 +1150625909,The Click Pick . patented guitar pick. Investment . Special,Product Design,Design,GBP,2017-03-30,5000.00,2017-03-20 15:46:35,95.00,failed,6,GB,18.60,118.72,6248.20 +1150630348,Open Source Graphics Processor (GPU),Hardware,Technology,USD,2013-11-23,200000.00,2013-10-09 12:15:39,12949.07,failed,380,US,12949.07,12949.07,200000.00 +"1150631320,""copyrights-app , copyrights-app.com (Canceled)"",Apps,Technology,EUR,2015-01-29,45000.00,2014-12-30 09:32:51,0.00,canceled,0,NL,0.00,0.00,50872.75" +1150632705,Social Enterprise - sustainability in an unsustainable world,Publishing,Publishing,GBP,2016-08-08,1200.00,2016-07-22 22:45:16,938.00,failed,16,GB,37.03,1216.29,1556.02 +1150635963,Faces,Photobooks,Photography,USD,2014-10-18,35000.00,2014-09-23 20:56:54,22.00,failed,3,US,22.00,22.00,35000.00 +1150640503,Edica skateboard MFG warehouse expansion,Product Design,Design,USD,2017-01-20,20000.00,2017-01-06 18:15:33,820.00,failed,14,US,745.00,820.00,20000.00 +1150640764,Stunning Hand Embroidered Dresses and Gowns,Fashion,Fashion,USD,2014-05-31,9200.00,2014-05-01 12:39:29,10598.00,successful,137,US,10598.00,10598.00,9200.00 +1150642096,Making our way to the Venice Biennale,Sculpture,Art,CAD,2015-03-28,8200.00,2015-01-27 18:21:00,8624.00,successful,84,CA,6928.39,6820.63,6485.29 +"115064437,""""""The People of Yellowstone"""" photo exhibit."",People,Photography,USD,2017-06-06,1500.00,2017-05-22 15:00:44,1525.00,successful,21,US,0.00,1525.00,1500.00" +1150654094,The MultiFacet Series: 1st Refraction (web motion comic),Mixed Media,Art,CAD,2017-08-09,44400.00,2017-06-26 18:02:43,1896.44,failed,33,CA,33.51,1491.85,34927.63 +1150667646,Coffee With God Club,Publishing,Publishing,USD,2013-10-26,4000.00,2013-09-26 18:32:59,800.00,failed,14,US,800.00,800.00,4000.00 +1150669068,Grant Farm - Kiss the Ground Album,Rock,Music,USD,2016-03-06,12500.00,2016-02-05 22:18:25,13107.00,successful,124,US,13107.00,13107.00,12500.00 +1150671484,Help Fund My Dream. Ono Snö Natural Hawaiian Shave ice.,Restaurants,Food,USD,2015-03-20,25000.00,2015-02-04 00:04:36,15.00,failed,3,US,15.00,15.00,25000.00 +1150671832,ControLeo2 Reflow Oven,Makerspaces,Technology,USD,2014-12-02,500.00,2014-10-23 19:08:40,13911.00,successful,96,US,13911.00,13911.00,500.00 +1150673587,Banana Pi Portable Computer,Technology,Technology,USD,2014-10-23,25000.00,2014-09-23 18:56:59,66.00,failed,2,US,66.00,66.00,25000.00 +1150679179,Seattle Actors Collective Presents Sam Shepard's True West,Theater,Theater,USD,2012-12-01,1500.00,2012-11-01 05:04:44,25.00,failed,1,US,25.00,25.00,1500.00 +"1150681238,""Vino Vault Collector's Edition, Wine Brain Teaser"",Puzzles,Games,USD,2016-10-02,42500.00,2016-08-23 06:40:53,421.00,failed,7,US,0.00,421.00,42500.00" +1150689426,Seeit,Apps,Technology,EUR,2015-12-11,28000.00,2015-11-11 06:02:47,0.00,failed,0,FR,0.00,0.00,30660.07 +11506950,Press Gatsbys American Dream on Vinyl,Indie Rock,Music,USD,2011-02-19,5500.00,2011-01-10 09:00:38,8031.89,successful,190,US,8031.89,8031.89,5500.00 +1150699006,United - Helping hand,Music,Music,NOK,2015-12-16,300000.00,2015-11-16 15:39:44,300.00,failed,1,NO,34.57,34.22,34218.84 +1150700505,ShopMap,Apps,Technology,USD,2014-09-03,20000.00,2014-08-04 22:16:57,0.00,failed,0,US,0.00,0.00,20000.00 +1150701060,The Laws of Attraction (Pilot Series),Comedy,Film & Video,CHF,2016-04-17,234000.00,2016-03-09 22:30:57,1076.00,failed,14,CH,1081.96,1102.63,239790.95 +1150703866,YN College: South Africa Missions Support Team,Apparel,Fashion,USD,2015-08-03,2500.00,2015-07-06 22:26:11,1092.00,failed,19,US,1092.00,1092.00,2500.00 +1150716343,How To Create Your Very First Profitable Online Course,Web,Technology,CAD,2017-11-21,100.00,2017-10-22 17:21:45,160.00,successful,4,CA,15.84,125.90,78.69 +1150718331,The Libretto Library,Publishing,Publishing,USD,2017-12-02,5000.00,2017-11-13 15:41:40,6067.00,successful,40,US,3780.00,6067.00,5000.00 +115071945,The Horrors of Job Hunting: with Kevin and Randy - TV Pilot,Narrative Film,Film & Video,USD,2011-01-09,11000.00,2010-11-28 00:25:56,1880.00,failed,18,US,1880.00,1880.00,11000.00 +1150723960,The Ultimate Drinking Game,Tabletop Games,Games,AUD,2016-04-29,6000.00,2016-03-30 10:16:05,8564.00,successful,194,AU,6472.66,6532.92,4577.01 +1150734954,Chrome Triforce Emblem,Design,Design,USD,2012-05-30,10000.00,2012-04-30 01:48:27,236.00,failed,7,US,236.00,236.00,10000.00 +11507403,Eden - a film by Elise DuRant,Narrative Film,Film & Video,USD,2012-09-25,5000.00,2012-09-11 01:43:17,7677.00,successful,129,US,7677.00,7677.00,5000.00 +1150743440,Proof - presented by February 30th Productions - Edinburgh,Theater,Theater,USD,2012-04-12,2500.00,2012-02-27 05:45:38,3130.00,successful,29,US,3130.00,3130.00,2500.00 +1150744584,Make My Mancakes (Canceled),Food,Food,USD,2014-09-11,50000.00,2014-08-07 05:32:40,400.00,canceled,5,US,400.00,400.00,50000.00 +1150750622,Leaning In,Music,Music,USD,2012-01-01,2400.00,2011-11-26 14:32:09,2635.00,successful,66,US,2635.00,2635.00,2400.00 +115075710,Meme Tarot Cards (Canceled),Playing Cards,Games,USD,2016-07-22,10000.00,2016-06-22 02:20:36,0.00,canceled,0,US,0.00,0.00,10000.00 +1150761706,Building handmade musical instruments in Brazilian favelas,World Music,Music,AUD,2015-05-14,48000.00,2015-04-14 23:56:02,60.00,failed,2,AU,45.64,48.00,38403.07 +1150770457,Zombie Conversational: a comedic web series with brains,Webseries,Film & Video,USD,2010-03-29,2500.00,2010-02-06 08:08:36,105.00,failed,5,US,105.00,105.00,2500.00 +1150775047,SceneScout 2.0: The Ultimate Photography Companion App,Apps,Technology,USD,2015-06-20,55000.00,2015-05-21 21:54:08,70.00,failed,2,US,70.00,70.00,55000.00 +"1150775070,""Dillon Francis covers Katy Perry """"Firework"""""",Music Videos,Film & Video,AUD,2014-08-13,4400.00,2014-06-17 20:42:30,117.00,failed,23,AU,109.93,109.06,4101.42" +1150778683,Family Untied,Documentary,Film & Video,USD,2013-08-01,50000.00,2013-06-07 04:24:56,51345.00,successful,271,US,51345.00,51345.00,50000.00 +1150779498,BBQ and BEER (Canceled),Drinks,Food,USD,2016-05-24,5000.00,2016-04-24 23:31:21,0.00,canceled,0,US,0.00,0.00,5000.00 +1150788009,Seattle Artopia Installation Project,Art,Art,USD,2010-07-01,1000.00,2010-06-11 01:25:37,0.00,failed,0,US,0.00,0.00,1000.00 +1150788973,Sploot,Mobile Games,Games,USD,2014-12-13,5000.00,2014-11-13 19:43:04,25.00,failed,2,US,25.00,25.00,5000.00 +1150797504,Badlands: Outpost of Humanity,Tabletop Games,Games,EUR,2017-11-17,15000.00,2017-10-18 18:02:52,35790.00,successful,564,IT,39648.74,42214.15,17692.43 +1150798057,Everything (Canceled),Shorts,Film & Video,CAD,2015-07-11,5000.00,2015-06-22 21:05:35,100.00,canceled,1,CA,81.51,77.05,3852.67 +1150810844,Natural Colors Arts Festival Booth and Photo Sales Set Up,Photography,Photography,USD,2014-06-02,3000.00,2014-04-10 17:25:04,231.00,failed,4,US,231.00,231.00,3000.00 +1150811311,TRUE BOXERS - fun sustainable boxers for the world to see!,Apparel,Fashion,EUR,2015-11-01,20000.00,2015-09-27 23:01:24,21767.00,successful,244,AT,24371.21,23647.70,21728.03 +1150812061,Molecules: A Chemistry Card Game,Tabletop Games,Games,USD,2015-10-29,6000.00,2015-09-29 22:52:20,6607.00,successful,160,US,6607.00,6607.00,6000.00 +"1150813094,""Trailer Mix: Kabob Cart coming to Prineville, OR! (Canceled)"",Food Trucks,Food,USD,2014-09-16,1500.00,2014-08-17 06:36:23,60.00,canceled,4,US,60.00,60.00,1500.00" +"1150815116,""Launch Of Label ATSLA's 7"""" Blackhouse"",Electronic Music,Music,CAD,2015-01-06,2000.00,2014-11-07 05:40:21,148.00,failed,3,CA,129.91,125.21,1692.05" +1150817178,Spaghetti CO. - Are you still hungry? Italian Tour,Dance,Dance,USD,2011-07-29,5050.00,2011-06-11 19:27:06,5994.70,successful,121,US,5994.70,5994.70,5050.00 +1150820298,Planet Theory: Words of treasure from within,Poetry,Publishing,USD,2013-07-05,5000.00,2013-05-06 23:17:58,1.00,failed,1,US,1.00,1.00,5000.00 +1150827324,Dr Chicken Spices- Not Just for Chicken,Small Batch,Food,USD,2016-03-23,7000.00,2016-02-22 18:27:46,45.00,failed,3,US,45.00,45.00,7000.00 +1150835418,First Stop 2011: A Workshop of New Art,Theater,Theater,USD,2011-08-02,2500.00,2011-07-16 11:33:57,2548.31,successful,26,US,2548.31,2548.31,2500.00 +1150837633,PG Pro Golf,Tabletop Games,Games,USD,2012-12-20,20000.00,2012-11-20 00:14:54,325.00,failed,5,US,325.00,325.00,20000.00 +1150838582,WitchHunt,Tabletop Games,Games,USD,2015-09-10,10000.00,2015-08-06 15:01:10,21708.00,successful,578,US,21708.00,21708.00,10000.00 +115084198,Eautoestimates (Canceled),Web,Technology,USD,2015-09-12,5000.00,2015-08-13 17:40:33,0.00,canceled,0,US,0.00,0.00,5000.00 +115084532,PLEDGE: Feature-Length Horror/Thriller Movie,Horror,Film & Video,USD,2017-01-07,12000.00,2016-12-08 01:22:51,15281.00,successful,54,US,155.00,15281.00,12000.00 +1150850406,Oscars 2014: Will Of Fortune!,Shorts,Film & Video,CAD,2014-06-21,2000.00,2014-06-02 20:50:30,2000.00,successful,24,CA,1844.01,1871.43,1871.43 +1150857488,Cream Puff Creations is building a commercial kitchen,Food,Food,USD,2012-10-19,20000.00,2012-09-19 17:38:27,250.00,failed,3,US,250.00,250.00,20000.00 +1150866077,Because I can't chain myself to a Polar Bear!,Painting,Art,USD,2015-04-16,5500.00,2015-03-30 20:04:55,974.00,failed,17,US,974.00,974.00,5500.00 +1150876098,The Services,Comedy,Film & Video,GBP,2016-08-10,24000.00,2016-07-11 22:38:45,0.00,failed,0,GB,0.00,0.00,31120.33 +1150883165,North Pole Candy Canes,Food,Food,USD,2015-12-01,25000.00,2015-10-05 22:53:19,53.00,failed,4,US,53.00,53.00,25000.00 +1150886893,Fried Cheese Gravy Recipe Reveal Video,Food,Food,USD,2015-01-06,700.00,2014-12-17 17:45:08,6.00,failed,2,US,6.00,6.00,700.00 +1150902642,MOpus Clothing,Fashion,Fashion,USD,2015-04-11,15000.00,2015-03-12 03:48:18,50.00,failed,2,US,50.00,50.00,15000.00 +"1150908758,""""""A Step Into America"""": Radical Organizing in Uptown, Chicago"",Nonfiction,Publishing,USD,2014-11-01,2000.00,2014-10-05 23:49:08,2160.00,successful,32,US,2160.00,2160.00,2000.00" +1150909892,Acrobatic Stilt Performance -- Dios de la Adrenalina,Theater,Theater,USD,2011-07-26,3500.00,2011-06-05 06:04:19,3520.00,successful,49,US,3520.00,3520.00,3500.00 +1150913614,Gourmet Hushpuppies,Food,Food,USD,2014-10-01,25000.00,2014-08-09 15:47:17,630.00,failed,28,US,630.00,630.00,25000.00 +"1150925737,""Dewayne's BBQ,Burger & Chicken"",Restaurants,Food,USD,2014-10-17,10000.00,2014-09-17 23:21:26,0.00,failed,0,US,0.00,0.00,10000.00" +"1150926624,""Ultimate Carry On - No More Baggage Fees, USB Charger"",Product Design,Design,USD,2015-05-18,195000.00,2015-04-08 13:53:20,3691.00,failed,19,US,3691.00,3691.00,195000.00" +115093343,KC Game Fair 2013,Tabletop Games,Games,USD,2013-08-30,2500.00,2013-07-31 19:19:28,4180.00,successful,88,US,4180.00,4180.00,2500.00 +1150939575,Grandma's Book Collection,Children's Books,Publishing,USD,2017-12-13,7000.00,2017-11-16 19:36:11,51.00,failed,2,US,50.00,51.00,7000.00 +1150939883,Cherry Chickens Very Cherry Birthday Party Storybook app,Children's Books,Publishing,USD,2013-07-11,1200.00,2013-06-27 03:25:47,0.00,failed,0,US,0.00,0.00,1200.00 +1150939925,A Bowl Of Cherries Musical,Musical,Theater,GBP,2014-12-10,170000.00,2014-11-06 12:46:44,25.00,failed,1,GB,40.02,39.27,267064.65 +1150942035,Among Thieves,Tabletop Games,Games,USD,2016-08-25,13500.00,2016-07-26 19:06:55,14077.50,successful,314,US,1287.00,14077.50,13500.00 +1150947473,Kids Painting Bistro,Food,Food,USD,2012-04-23,30000.00,2012-02-23 07:15:57,60.00,failed,2,US,60.00,60.00,30000.00 +1150956138,Come Morning,Film & Video,Film & Video,USD,2011-01-01,22000.00,2010-11-16 22:30:48,22040.03,successful,99,US,22040.03,22040.03,22000.00 +1150957654,The Spirit Fro,Accessories,Fashion,USD,2014-08-31,35000.00,2014-08-11 22:02:41,200.00,failed,3,US,200.00,200.00,35000.00 +115095996,The Art of Mike Spiers. Vol 1.,Illustration,Art,AUD,2017-11-30,2500.00,2017-10-31 14:32:48,1077.00,failed,28,AU,46.82,815.66,1893.37 +1150961077,Art of the Lens: A Poster,Graphic Design,Design,USD,2015-12-02,5500.00,2015-11-07 01:32:42,1531.00,failed,27,US,1531.00,1531.00,5500.00 +1150966100,SKIP hair clip,Product Design,Design,USD,2015-10-10,45000.00,2015-09-09 20:48:18,2501.00,failed,40,US,2501.00,2501.00,45000.00 +1150969163,How to Use Magical Powers,Art,Art,USD,2011-10-16,550.00,2011-09-19 16:23:32,552.00,successful,16,US,552.00,552.00,550.00 +1150971079,The LEED 500 Series High Power Electric Bike Conversion Kit,Product Design,Design,USD,2015-11-04,20000.00,2015-09-29 18:11:50,52729.00,successful,72,US,52729.00,52729.00,20000.00 +115097184,Bender - A Time Travel Comedy,Shorts,Film & Video,USD,2013-09-13,6000.00,2013-08-14 01:14:29,6249.00,successful,110,US,6249.00,6249.00,6000.00 +1150977112,Young Photographer Hopes to Seize Opportunities,Photography,Photography,USD,2013-08-04,1000.00,2013-07-10 17:09:28,2620.00,successful,83,US,2620.00,2620.00,1000.00 +"1150981311,""SOLIDTEKNICS AUSfonte cast iron pans 13"""" BIGskillet & DEEPan"",Design,Design,AUD,2015-02-17,45000.00,2014-12-19 21:12:20,118062.00,successful,352,AU,96238.40,92633.97,35307.96" +1151000761,Cards By Apples,Crafts,Crafts,GBP,2013-02-18,2000.00,2012-12-20 09:28:06,40.00,failed,2,GB,65.04,61.18,3059.23 +1151004896,Brick Building Bears!,Video Games,Games,USD,2014-01-09,15000.00,2013-12-10 19:30:00,5661.00,failed,7,US,5661.00,5661.00,15000.00 +"1151005729,""The Blood Vomits-""""a very good man"""""",Webseries,Film & Video,USD,2011-05-02,5000.00,2011-03-30 00:17:00,7576.24,successful,141,US,7576.24,7576.24,5000.00" +"1151013056,""The River House- Homegrown Arts, Music and Community"",Performance Art,Art,USD,2017-04-18,23000.00,2017-03-11 06:27:02,24630.11,successful,209,US,675.00,24630.11,23000.00" +1151018857,Sky Stones of Fire,Shorts,Film & Video,USD,2011-02-12,2000.00,2010-12-11 04:42:49,0.00,canceled,0,US,0.00,0.00,2000.00 +1151019694,Finding Beauty In the Rubble,Documentary,Film & Video,USD,2015-03-22,4000.00,2015-02-23 06:38:49,5456.00,successful,34,US,5456.00,5456.00,4000.00 +"1151020556,""Valentina, a short film about a talking vagina"",Shorts,Film & Video,USD,2016-10-19,15000.00,2016-09-19 13:41:12,15276.00,successful,256,US,3036.00,15276.00,15000.00" +1151026863,En sång om påskkärringar,Music,Music,DKK,2016-12-03,200.00,2016-10-04 13:13:35,100.00,failed,1,DK,0.00,14.20,28.40 +1151028257,Down To My Soul: The Debut of Kate Vargas,Music,Music,USD,2012-10-29,10000.00,2012-09-08 16:41:23,14571.64,successful,95,US,14571.64,14571.64,10000.00 +1151032395,Promotion Cake,Shorts,Film & Video,USD,2012-01-02,2000.00,2011-12-02 23:34:28,2051.00,successful,25,US,2051.00,2051.00,2000.00 +115103416,Research & Development of Theatrical Production: Slated for Spring 2010,Theater,Theater,USD,2010-03-01,10000.00,2009-12-01 10:52:06,0.00,failed,0,US,0.00,0.00,10000.00 +1151035087,Pet Guardian - A smarter solution to protect your pet,Product Design,Design,USD,2015-12-03,3500.00,2015-11-03 23:04:17,255.00,canceled,6,US,255.00,255.00,3500.00 +1151036480,AOS Records: The Alex Lattimore Project,Music,Music,USD,2015-04-25,15000.00,2015-03-19 04:42:10,986.00,failed,16,US,986.00,986.00,15000.00 +1151036935,Kickstarter Onboarding Teardown Supreme,Interactive Design,Design,USD,2014-12-05,1000.00,2014-11-21 02:26:59,1079.00,successful,49,US,1079.00,1079.00,1000.00 +1151038618,INNER Collective Streetwear,Apparel,Fashion,USD,2016-12-23,3500.00,2016-11-03 13:30:38,3636.99,successful,103,US,510.00,3636.99,3500.00 +"1151038881,""""""Manor of Madness"""" Soundscapes by Darkraven Europe"",Tabletop Games,Games,USD,2016-07-13,1000.00,2016-06-26 18:19:23,2282.00,successful,67,US,2339.00,2282.00,1000.00" +115104154,Native Skateboards First Run,Mixed Media,Art,USD,2013-05-12,630.00,2013-04-12 20:52:43,961.00,successful,28,US,961.00,961.00,630.00 +1151045020,La Sentencia de los Cándidos,Shorts,Film & Video,MXN,2017-04-15,15000.00,2017-03-31 07:14:08,15000.00,successful,10,MX,133.48,796.52,796.52 +1151056539,Witchkin: A Hide-n-Sneak PC Horror Game,Video Games,Games,USD,2016-11-03,12000.00,2016-10-04 18:55:16,3189.00,canceled,109,US,385.00,3189.00,12000.00 +1151059513,BEARD-Os AND BADASSES,Documentary,Film & Video,USD,2014-04-24,90000.00,2014-03-25 00:00:14,2470.00,failed,36,US,2470.00,2470.00,90000.00 +1151061978,East Creek Dorm Cabin Build - Summer '17,Ceramics,Art,USD,2017-05-21,500.00,2017-03-22 19:01:16,1345.00,successful,23,US,125.00,1345.00,500.00 +1151071498,The Octavius Bear (Sherlock Holmes) Series,Publishing,Publishing,GBP,2015-11-22,500.00,2015-11-01 08:15:37,607.00,successful,16,GB,936.99,913.65,752.59 +1151072166,The 2015 Harmony Hoodie that Kick-starts Careers,Apparel,Fashion,GBP,2015-07-16,10400.00,2015-06-03 22:47:40,11738.00,successful,138,GB,17845.71,18303.73,16217.31 +1151094791,Healing Vietnam / Tripwire: Initiation,Documentary,Film & Video,USD,2017-03-08,18000.00,2017-02-16 21:50:12,2885.00,failed,10,US,270.00,2885.00,18000.00 +1151096269,Stay Genuine Apparel,Apparel,Fashion,GBP,2015-10-14,1500.00,2015-09-14 19:46:18,20.00,failed,1,GB,30.85,30.89,2316.46 +1151099687,Help Us Launch Steel Tracks,Music,Music,USD,2012-05-03,30000.00,2012-04-03 04:16:00,90.00,failed,3,US,90.00,90.00,30000.00 +1151101283,Exposed - Motorcycle Bivouac,Product Design,Design,CHF,2016-03-16,16000.00,2016-02-16 13:00:00,25548.00,successful,102,CH,26096.07,26390.38,16527.56 +1151106990,Bubble Kitty Nom Noms - A Multi-Platform Video Game,Video Games,Games,USD,2015-02-14,5000.00,2015-01-10 20:05:15,19.00,failed,3,US,19.00,19.00,5000.00 +1151108552,Geek Diary - international game score and ranking software,Tabletop Games,Games,SEK,2015-07-25,10000.00,2015-06-25 12:32:44,1220.00,failed,12,SE,148.08,141.40,1159.03 +1151112554,DeadPan Monkeys,Dance,Dance,USD,2012-07-07,1000.00,2012-06-25 23:20:11,1157.00,successful,43,US,1157.00,1157.00,1000.00 +1151113127,Help freshly graduaded musicians kickstart their career !,Classical Music,Music,CAD,2014-10-31,500.00,2014-09-17 20:30:40,0.00,failed,0,CA,0.00,0.00,443.50 +1151118653,'Autumn Leaves',Shorts,Film & Video,GBP,2014-05-11,1500.00,2014-04-29 13:34:07,1655.00,successful,48,GB,2778.64,2781.89,2521.35 +1151119582,Jason Dolan's Kickstarter,Music,Music,USD,2017-11-18,4000.00,2017-10-19 22:02:42,0.00,failed,0,US,0.00,0.00,4000.00 +1151121282,Nawang Gombu: Heart of a Tiger,Documentary,Film & Video,USD,2013-04-21,8375.00,2013-03-07 15:29:52,8587.00,successful,54,US,8587.00,8587.00,8375.00 +1151121539,D. Clark Farr - Start Career/Publish Fiction Novel,Fiction,Publishing,USD,2016-06-10,20000.00,2016-05-11 19:12:08,126.00,failed,4,US,126.00,126.00,20000.00 +1151126839,Goddesses: A Photographic Project,Photography,Photography,USD,2010-11-01,2500.00,2010-10-02 09:27:04,2605.00,successful,33,US,2605.00,2605.00,2500.00 +1151157186,World Champion Voices of Unity World Choir Games,Documentary,Film & Video,USD,2012-04-26,35000.00,2012-03-27 19:48:56,120.00,failed,3,US,120.00,120.00,35000.00 +1151159685,64 North 16 West,Photography,Photography,GBP,2016-05-05,200.00,2016-04-24 15:31:04,348.00,successful,10,GB,501.30,504.33,289.84 +1151165747,The Luminist Garden Sound Art work by Arius Blaze,Art,Art,USD,2010-09-10,1200.00,2010-07-21 21:15:32,5.00,failed,1,US,5.00,5.00,1200.00 +1151178303,LEVL UP BROS - The new Early Access Gaming experience,Video Games,Games,CHF,2015-12-17,50000.00,2015-11-17 22:18:49,3117.00,failed,25,CH,3095.07,3136.70,50315.98 +1151180166,Invasive: A Novel - Editing Fundraising,Fiction,Publishing,USD,2012-06-30,210.00,2012-06-08 04:59:58,0.00,failed,0,US,0.00,0.00,210.00 +1151181735,Send us to Artprize!,Art,Art,USD,2013-07-05,750.00,2013-06-05 03:54:49,910.00,successful,30,US,910.00,910.00,750.00 +1151193656,Awaking Moroccan youth,Print,Journalism,USD,2015-01-28,50000.00,2014-12-29 21:45:40,2.00,failed,2,US,2.00,2.00,50000.00 +"1151193899,The Growing Season; exploring the genes of songwriting,Music,Music,USD,2013-07-29,1000.00,2013-05-30 22:20:58,1.00,failed,1,US,1.00,1.00,1000.00" +1151206239,Hybrid Valve Headphone Amplifier,Technology,Technology,NZD,2015-05-28,50000.00,2015-04-28 11:26:08,69171.00,successful,282,NZ,52701.43,49256.57,35604.93 +1151211369,DMB Games 3D Dungeon & Wargame Scenery,Tabletop Games,Games,GBP,2014-08-10,5000.00,2014-07-11 15:29:53,1152.00,failed,15,GB,1976.34,1922.69,8345.02 +1151212046,Help Atomica Project Make Something Beautiful.,Indie Rock,Music,USD,2010-02-09,3500.00,2009-12-04 19:51:19,3912.00,successful,65,US,3912.00,3912.00,3500.00 +1151213501,PCB quick connect clip - 40 pin raspberry pi compatible,DIY Electronics,Technology,AUD,2017-12-15,7100.00,2017-11-06 19:15:13,7815.00,successful,131,AU,891.22,5998.16,5449.38 +1151221697,Living Without,Film & Video,Film & Video,GBP,2017-03-03,1800.00,2017-01-09 17:43:57,1873.20,successful,63,GB,30.71,2291.74,2202.19 +1151227493,MFA Graduate Degree! Raising Tuition for Art School,Performance Art,Art,USD,2017-03-31,10000.00,2017-01-30 22:11:01,0.00,suspended,0,US,0.00,0.00,10000.00 +"1151227986,""Be an arts pioneer, explore new choreography with ECHOES"",Dance,Dance,GBP,2014-04-04,3950.00,2014-03-18 08:47:15,1100.00,failed,10,GB,1829.79,1822.91,6545.91" +1151234597,Brooklyn Made and Brooklyn Restored: A Wissner Grand Piano,Classical Music,Music,USD,2015-02-06,13091.00,2015-01-07 11:36:19,13413.00,successful,116,US,13413.00,13413.00,13091.00 +1151245880,ReMind: Daily mindfulness cards for positive change!,Nonfiction,Publishing,USD,2016-06-21,5500.00,2016-05-22 18:57:32,5.00,failed,1,US,5.00,5.00,5500.00 +1151247609,Album 2015,Audio,Journalism,DKK,2015-02-15,110000.00,2015-01-16 16:13:48,124348.00,successful,381,DK,19707.73,18829.19,16656.57 +1151249233,On One Condition (Canceled),Shorts,Film & Video,USD,2012-01-07,5000.00,2011-11-08 20:05:35,0.00,canceled,0,US,0.00,0.00,5000.00 +115125520,Be an Infinite Warrior (Canceled),Jewelry,Fashion,USD,2014-08-13,50000.00,2014-07-14 23:12:42,100.00,canceled,1,US,100.00,100.00,50000.00 +1151272797,Air Pirates,Webseries,Film & Video,USD,2011-07-10,8000.00,2011-06-10 10:11:52,2074.00,failed,42,US,2074.00,2074.00,8000.00 +1151282510,Unique Handmade Steampunk Jewelry,Accessories,Fashion,GBP,2015-12-15,200.00,2015-11-16 17:45:55,823.00,successful,33,GB,1253.84,1227.26,298.24 +1151287400,Making Christmas cookies for homeless pets.,Food,Food,USD,2014-09-27,1000.00,2014-08-28 18:55:37,51.00,failed,2,US,51.00,51.00,1000.00 +1151297905,If You Look Up to the Sky,Children's Books,Publishing,USD,2017-08-18,6000.00,2017-07-19 18:53:43,10145.00,successful,200,US,3764.00,10145.00,6000.00 +1151307873,Have a Heart - Illuminating Organ Donation,Art,Art,USD,2011-02-15,4200.00,2011-01-01 13:45:38,390.00,failed,8,US,390.00,390.00,4200.00 +1151308364,Ripped Heart : the next Extra Life EP,Rock,Music,USD,2010-09-27,2000.00,2010-07-29 04:58:11,2825.00,successful,41,US,2825.00,2825.00,2000.00 +1151316848,28mm Steam Punk Miniatures in white metal,Tabletop Games,Games,GBP,2013-05-05,1000.00,2013-04-05 17:45:17,223.00,failed,8,GB,337.47,343.05,1538.32 +1151317516,Colton etmanski's photography,Photography,Photography,CAD,2016-05-03,3000.00,2016-03-23 19:04:52,0.00,failed,0,CA,0.00,0.00,2329.37 +1151325291,New York in Chains,Musical,Theater,USD,2017-07-06,50000.00,2017-06-06 00:19:20,11.00,failed,2,US,0.00,11.00,50000.00 +1151326837,Bosco & Fleet: Detectives of the Occult Sciences,Comics,Comics,USD,2014-05-11,3500.00,2014-04-16 17:19:32,4386.00,successful,222,US,4386.00,4386.00,3500.00 +1151333436,Music Bytes,Webseries,Film & Video,USD,2012-04-21,700.00,2012-03-16 05:17:15,15.00,failed,1,US,15.00,15.00,700.00 +1151350359,THE STATIC DIAL RECORDING AND PROMOTION,Indie Rock,Music,USD,2012-03-01,8000.00,2012-01-31 20:59:11,130.00,failed,4,US,130.00,130.00,8000.00 +1151355475,Anhänger - New Yet Classic Travel Accessory,Product Design,Design,AUD,2016-08-19,1000.00,2016-07-20 06:36:54,1544.60,successful,241,AU,106.93,1175.94,761.32 +1151359310,Great Original Music In Downtown West Palm Beach!,Music,Music,USD,2012-08-09,30000.00,2012-07-10 00:31:10,406.00,failed,8,US,406.00,406.00,30000.00 +1151373023,OMG! A Constitution Inspired Voter Empowerment Program,Nonfiction,Publishing,USD,2014-10-16,1776.00,2014-09-16 13:21:34,35.00,failed,2,US,35.00,35.00,1776.00 +"1151378228,""""""Extinguished"""" Animated Short Film"",Animation,Film & Video,USD,2017-03-03,2000.00,2017-02-01 20:55:48,4085.00,successful,77,US,3497.00,4085.00,2000.00" +"1151380611,""""""Ghost in the Machine"""" New York Premiere"",Theater,Theater,USD,2011-10-01,5000.00,2011-09-14 00:01:42,6425.05,successful,63,US,6425.05,6425.05,5000.00" +1151387217,I'll Sing You Songs When You Aren't Around,Country & Folk,Music,USD,2014-07-22,7500.00,2014-07-01 16:42:39,9810.00,successful,205,US,9810.00,9810.00,7500.00 +1151390028,Spirit of the Mentawai,Documentary,Film & Video,USD,2017-12-03,35000.00,2017-11-03 05:45:19,1712.00,failed,15,US,375.00,1712.00,35000.00 +1151390982,Crepeseculum,Experimental,Film & Video,USD,2015-12-12,500.00,2015-11-21 23:20:22,700.00,successful,7,US,700.00,700.00,500.00 +"1151391830,EMPRA USA & Singapore Showcase Performance Fundraiser,Music,Music,AUD,2015-10-05,10000.00,2015-08-24 06:10:01,10970.00,undefined,0,""N,0"""""",,8040.16,7329.23" +1151393504,Travis Ehrenstrom's New Album,Country & Folk,Music,USD,2012-11-13,11000.00,2012-10-04 21:47:07,11912.00,successful,118,US,11912.00,11912.00,11000.00 +1151402549,ANYTIME TV,Television,Film & Video,EUR,2015-06-27,50000.00,2015-05-28 19:14:09,0.00,failed,0,FR,0.00,0.00,55479.73 +1151404279,NOOR - A Short Film Post-Production Fund,Shorts,Film & Video,USD,2010-12-29,2250.00,2010-11-07 08:44:10,6230.00,successful,24,US,6230.00,6230.00,2250.00 +"1151410256,""Feel the Love and Release of """"Colour My Soul"""". (Canceled)"",Indie Rock,Music,USD,2014-04-23,9000.00,2014-03-29 00:46:40,3310.00,canceled,36,US,3310.00,3310.00,9000.00" +1151411306,The Writer's Flask: for drinkers with a writing problem.,Product Design,Design,USD,2015-12-18,2000.00,2015-11-17 12:36:19,2585.00,successful,54,US,2585.00,2585.00,2000.00 +1151422465,Through the Layers of Weathered Glass,Dance,Dance,USD,2014-07-20,3000.00,2014-06-20 08:17:59,3135.00,successful,37,US,3135.00,3135.00,3000.00 +1151428448,VEYES Sunglasses version 1,Product Design,Design,USD,2015-06-24,45000.00,2015-05-20 01:54:58,6317.00,failed,60,US,6317.00,6317.00,45000.00 +1151429989,Official 2015 Jonny Yeahhbuzz Time Map (Canceled),Conceptual Art,Art,GBP,2015-01-02,300.00,2014-12-03 13:21:47,0.00,canceled,0,GB,0.00,0.00,463.19 +1151430882,Haida Gwaii Documentary,Documentary,Film & Video,USD,2011-02-14,10000.00,2010-11-16 22:13:34,10155.00,successful,93,US,10155.00,10155.00,10000.00 +"1151431657,""Fully Reclinable, Lightweight Computer Workstation"",Hardware,Technology,USD,2014-11-18,71429.00,2014-10-19 21:19:31,220.00,failed,7,US,220.00,220.00,71429.00" +1151440560,Wer bin ICH ... Bewusstsein spricht ...,Nonfiction,Publishing,EUR,2016-03-11,15000.00,2016-01-16 17:51:48,17.00,failed,3,DE,18.49,18.85,16635.06 +1151443308,Pan Theatre Company,Performance Art,Art,USD,2017-11-28,15000.00,2017-10-29 20:39:09,30.00,canceled,1,US,0.00,30.00,15000.00 +1151445960,i-MAGAZINE Fund,Publishing,Publishing,GBP,2013-12-29,75000.00,2013-11-19 21:48:34,1616.00,failed,4,GB,2605.41,2653.09,123132.49 +1151446030,FLU,Children's Books,Publishing,USD,2016-10-21,8000.00,2016-10-05 16:45:02,0.00,canceled,0,US,0.00,0.00,8000.00 +1151455662,Baby Bestiary Volume 2 & Vol. 1 Reprint,Tabletop Games,Games,USD,2016-03-09,38000.00,2016-01-26 16:04:59,53265.00,successful,1067,US,53265.00,53265.00,38000.00 +1151458133,The Mutatoes,Comics,Comics,USD,2012-02-10,1500.00,2012-01-11 11:12:33,0.00,failed,0,US,0.00,0.00,1500.00 +1151462552,The Great Canadian AdVANture,Film & Video,Film & Video,CAD,2014-08-01,2000.00,2014-06-02 21:28:43,201.00,failed,7,CA,185.32,183.96,1830.50 +1151465710,Ear Of The Heart: The Music of Galt MacDermot ,Documentary,Film & Video,USD,2011-01-06,10000.00,2010-12-07 05:09:53,10800.00,successful,124,US,10800.00,10800.00,10000.00 +"115146989,""Firedust: A Tale of War, Treason, and Redemption"",Fiction,Publishing,USD,2012-05-10,1500.00,2012-03-12 20:14:58,1539.00,successful,35,US,1539.00,1539.00,1500.00" +1151470874,GEEKED Magazine: Back To Print,Zines,Publishing,GBP,2015-04-14,4500.00,2015-03-15 17:11:08,1619.00,failed,77,GB,2386.99,2431.99,6759.70 +1151475725,TRAVELS WITH BRIAN,Nonfiction,Publishing,USD,2013-06-20,1000.00,2013-05-21 19:08:31,476.35,failed,26,US,476.35,476.35,1000.00 +"1151478134,""WooHoo™ - Smart Living, Simplified."",Gadgets,Technology,USD,2017-02-04,30000.00,2016-12-21 14:39:21,53964.00,successful,363,US,21787.00,53964.00,30000.00" +1151481269,Light and Line Installation,Sculpture,Art,USD,2011-06-03,4000.00,2011-05-04 16:31:47,5492.00,successful,124,US,5492.00,5492.00,4000.00 +1151488895,Med Ex: South Africa,Webseries,Film & Video,USD,2016-07-25,3500.00,2016-06-25 20:49:33,27.00,failed,3,US,25.00,27.00,3500.00 +"1151497369,""Faster, Stronger Paddle Board / SUP Fin made from Aluminum"",Product Design,Design,USD,2014-11-10,10000.00,2014-10-03 05:50:46,2213.00,canceled,23,US,2213.00,2213.00,10000.00" +1151499277,everything breathes,Nonfiction,Publishing,USD,2013-06-08,3100.00,2013-05-23 05:24:57,7263.00,successful,115,US,7263.00,7263.00,3100.00 +1151499838,Visionary Painter Melodia Creates Living Portrait Series,Art,Art,USD,2013-06-07,5000.00,2013-05-13 19:39:16,5035.55,successful,30,US,5035.55,5035.55,5000.00 +1151502978,BadjoSuit,Technology,Technology,USD,2017-04-16,15000.00,2017-03-15 05:06:22,3808.00,failed,8,US,3008.00,3808.00,15000.00 +1151503403,Love Songs & Other Machinations,Rock,Music,USD,2014-08-14,10000.00,2014-07-15 02:20:40,10.00,failed,1,US,10.00,10.00,10000.00 +1151506517,Cactus Kid,Mobile Games,Games,GBP,2014-10-30,4500.00,2014-09-30 14:14:20,0.00,failed,0,GB,0.00,0.00,7186.20 +1151521223,Intuition Clothing Company (Canceled),Apparel,Fashion,USD,2014-06-15,10000.00,2014-05-06 20:12:14,105.00,canceled,2,US,105.00,105.00,10000.00 +1151533445,Aurelia's Lullaby,Children's Books,Publishing,USD,2015-02-15,4000.00,2015-01-14 14:48:19,934.00,failed,25,US,934.00,934.00,4000.00 +1151535587,Timshel's blatant grab at fame!,Indie Rock,Music,USD,2013-02-11,3500.00,2013-01-11 22:32:30,3550.00,successful,54,US,3550.00,3550.00,3500.00 +1151558575,MONSTER - a horror that comes from within the home,Horror,Film & Video,GBP,2016-04-25,350.00,2016-03-21 17:50:31,350.00,successful,18,GB,506.62,511.51,511.51 +1151566316,Umbra (PC and Linux),Video Games,Games,USD,2015-06-14,225000.00,2015-05-14 22:00:53,406979.14,successful,11141,US,406979.14,406979.14,225000.00 +"1151568471,""Espresso More Bueno. BIG Move, Little City."",Food,Food,USD,2013-08-10,9800.00,2013-07-11 21:04:31,10960.00,successful,132,US,10960.00,10960.00,9800.00" +"1151574246,""Layla: Love Always, your lil' Angel"",Children's Books,Publishing,USD,2015-01-22,20000.00,2014-12-23 01:54:58,5.00,failed,1,US,5.00,5.00,20000.00" +1151576049,Car Caddie,Product Design,Design,USD,2015-08-27,10000.00,2015-07-28 16:25:02,1316.00,failed,45,US,1316.00,1316.00,10000.00 +1151579624,Mystical Illusions Magic Poster!,Painting,Art,USD,2014-11-30,3500.00,2014-10-31 21:29:03,400.00,failed,7,US,400.00,400.00,3500.00 +1151583203,Yu Solve: An Interactive Mystery Series for the Internet,Film & Video,Film & Video,USD,2011-05-01,2700.00,2011-03-21 22:57:09,2935.00,successful,31,US,2935.00,2935.00,2700.00 +1151586772,Ireland's FIRST Astronomy books- invest in something awesome,Publishing,Publishing,EUR,2015-11-04,6700.00,2015-09-25 14:59:52,7290.00,successful,123,IE,8151.72,7919.87,7278.89 +1151587752,Control + Alt + Destroy (An Office Action/Comedy),Shorts,Film & Video,USD,2011-06-10,8500.00,2011-03-22 05:48:01,8500.00,successful,22,US,8500.00,8500.00,8500.00 +"1151594305,""Kaleid, Modern Furniture Project"",Product Design,Design,USD,2012-03-10,6500.00,2012-03-05 06:59:57,325.00,failed,8,US,325.00,325.00,6500.00" +"1151595292,""""""Love Notes"""" EP"",Country & Folk,Music,USD,2013-10-12,200.00,2013-08-28 22:59:49,90.00,failed,4,US,90.00,90.00,200.00" +1151596250,Superhero Tutu Dresses (Canceled),DIY,Crafts,USD,2015-08-10,500.00,2015-07-11 22:31:37,30.00,canceled,1,US,30.00,30.00,500.00 +1151599498,Clockety: World's First Smartphone Projection Clock!,Technology,Technology,USD,2014-09-15,5000.00,2014-08-16 08:04:16,1195.00,failed,53,US,1195.00,1195.00,5000.00 +1151602767,Lovable You,Art,Art,USD,2014-10-18,1250.00,2014-09-18 07:23:09,25.00,failed,1,US,25.00,25.00,1250.00 +1151616120,All Possible Futures,Graphic Design,Design,USD,2013-12-06,5500.00,2013-11-06 18:58:32,6218.00,successful,71,US,6218.00,6218.00,5500.00 +1151620114,Spout Lid: The Disappearing Watering Can,Product Design,Design,USD,2017-07-15,26000.00,2017-06-15 17:41:00,5771.00,failed,108,US,1772.00,5771.00,26000.00 +1151620300,Kitty Stadium: Outdoor Soccer for Indoor Cats!,Crafts,Crafts,CAD,2014-04-04,2000.00,2014-02-13 22:04:51,497.00,failed,8,CA,451.50,450.92,1814.55 +1151623036,Wind Turbine Controller,Hardware,Technology,USD,2014-08-21,25000.00,2014-07-22 18:27:46,31.00,failed,7,US,31.00,31.00,25000.00 +1151625980,Mired in the Bayou,Art,Art,USD,2010-11-01,5000.00,2010-10-02 18:27:33,10.00,failed,1,US,10.00,10.00,5000.00 +1151631799,Project I Got Yo Back - Mama PenPal Program,Print,Journalism,USD,2016-05-14,2500.00,2016-04-19 05:36:17,444.00,failed,16,US,444.00,444.00,2500.00 +11516346,A Time of Uncertainty,Fiction,Publishing,USD,2015-11-04,7500.00,2015-10-05 15:53:28,0.00,failed,0,US,0.00,0.00,7500.00 +1151643099,Super Video Game Scalper,Video Games,Games,GBP,2015-11-13,5000.00,2015-10-14 19:36:49,0.00,failed,0,GB,0.00,0.00,7611.86 +1151646703,GEGE CARRIERS - CUSTOM BEAUTIFUL BABY CARRIERS MADE IN ITALY,Crafts,Crafts,EUR,2017-12-02,10000.00,2017-11-02 16:09:17,0.00,failed,0,IT,0.00,0.00,11742.05 +"1151651319,""unplugged - a Cordless Hair Flat Iron, hair straightener"",Gadgets,Technology,USD,2015-11-05,35000.00,2015-10-06 18:35:12,1350.00,failed,15,US,1350.00,1350.00,35000.00" +1151654862,Brendan James - the new album!,Pop,Music,USD,2013-04-13,20000.00,2013-03-19 18:34:28,33948.00,successful,385,US,33948.00,33948.00,20000.00 +115165504,An Encounter with Simone Weil,Documentary,Film & Video,USD,2012-03-18,15000.00,2012-02-17 02:12:27,20077.00,successful,247,US,20077.00,20077.00,15000.00 +1151655770,Designer Débutante ?????™,Accessories,Fashion,USD,2016-07-18,18000.00,2016-06-18 03:19:26,34.00,failed,1,US,0.00,34.00,18000.00 +1151662063,Seasonal Gatherings: Recipes from Montana's Mustang Kitchen,Food,Food,USD,2013-07-18,5000.00,2013-06-12 23:07:36,7718.00,successful,82,US,7718.00,7718.00,5000.00 +1151669509,The Umbrella,Film & Video,Film & Video,USD,2012-02-14,750.00,2012-01-18 22:58:55,850.00,successful,23,US,850.00,850.00,750.00 +11516715,ARTICULATE: A limited edition artists' book,Art,Art,USD,2011-11-22,300.00,2011-11-06 19:29:56,1290.00,successful,31,US,1290.00,1290.00,300.00 +1151682346,Kingdom SoulFood,Restaurants,Food,USD,2015-05-29,15000.00,2015-04-29 09:11:45,0.00,failed,0,US,0.00,0.00,15000.00 +"1151689095,""The Gem People, a YA fantasy adventure novel"",Young Adult,Publishing,USD,2014-12-18,3300.00,2014-11-18 15:15:19,4170.00,successful,70,US,4170.00,4170.00,3300.00" +1151691457,A Place Called Desire,Documentary,Film & Video,USD,2015-10-31,25000.00,2015-10-01 02:11:37,4218.00,failed,57,US,4218.00,4218.00,25000.00 +1151696899,Power From Above,Nonfiction,Publishing,USD,2015-04-04,4900.00,2015-03-05 19:57:22,0.00,failed,0,US,0.00,0.00,4900.00 +"1151717639,""Hospice care from Cleveland, Ohio to South Africa"",Photography,Photography,USD,2010-11-21,5000.00,2010-09-22 21:17:15,5150.00,successful,58,US,5150.00,5150.00,5000.00" +115172162,Construction Lamp,Product Design,Design,GBP,2015-03-15,800.00,2015-02-10 08:54:00,2035.00,successful,10,GB,3103.83,3022.61,1188.25 +"115172494,""Amazing Pizza, Smoked Meat or Both"",Food,Food,USD,2014-09-29,3500.00,2014-07-31 00:30:34,23.00,failed,3,US,23.00,23.00,3500.00" +1151738102,Le Petit systéme de M. D.,Animation,Film & Video,EUR,2016-02-03,4000.00,2015-12-05 14:10:25,553.00,failed,15,FR,604.41,619.47,4480.79 +115174177,African Connection Apparel - The Modern African Clothing,Fashion,Fashion,USD,2018-01-01,5000.00,2017-12-02 20:36:57,161.00,canceled,4,US,0.00,161.00,5000.00 +1151741923,DACBerry AMP/+ Analog Soundcard & Amplifier for Raspberry Pi,Technology,Technology,EUR,2017-04-14,500.00,2017-03-14 23:19:47,2480.00,successful,58,ES,1107.15,2653.12,534.90 +"1151742509,""CML Delicatessan """"Bringing your memories back to life"""""",Restaurants,Food,USD,2014-08-20,200000.00,2014-07-21 14:55:15,0.00,canceled,0,US,0.00,0.00,200000.00" +1151747623,They're Not Human,Video Games,Games,USD,2017-12-09,5000.00,2017-10-10 22:06:10,12.00,canceled,8,US,5.00,12.00,5000.00 +1151761703,Being the Change,Documentary,Film & Video,USD,2014-01-16,48500.00,2013-12-10 17:16:15,2130.00,failed,29,US,2130.00,2130.00,48500.00 +"1151765134,""When You're Sad You Cry. A Story of love, loss and moving on"",Nonfiction,Publishing,USD,2013-04-13,3500.00,2013-03-20 22:49:43,1345.00,failed,33,US,1345.00,1345.00,3500.00" +1151768676,Rustic picture frame project,Art,Art,USD,2014-03-17,2000.00,2014-03-07 21:09:14,25.00,failed,1,US,25.00,25.00,2000.00 +1151775943,Mana Shell for iPhone 5/5s with Swappable Designs on Wood,Product Design,Design,USD,2014-07-16,30000.00,2014-06-16 18:48:17,2146.00,failed,34,US,2146.00,2146.00,30000.00 +115177628,TIny Galaxy for Wii U (Canceled),Video Games,Games,USD,2014-09-22,8000.00,2014-08-23 09:21:02,101.00,canceled,9,US,101.00,101.00,8000.00 +1151780735,Flight Deck,Food,Food,USD,2014-10-06,10000.00,2014-09-06 00:20:21,260.00,failed,4,US,260.00,260.00,10000.00 +1151791768,I - RoNnIe (Canceled),Literary Journals,Publishing,USD,2015-07-14,500.00,2015-05-15 21:22:24,0.00,canceled,0,US,0.00,0.00,500.00 +1151792684,Gladiators of the Arena,Video Games,Games,USD,2013-07-20,15000.00,2013-06-20 20:48:35,141.00,failed,11,US,141.00,141.00,15000.00 +"1151793048,""Dance Of Light - Performances June 23 & 24, 2015"",Dance,Dance,USD,2015-06-16,27912.00,2015-05-04 16:00:15,7325.00,failed,40,US,7325.00,7325.00,27912.00" +1151793342,Kiwawu,Web,Technology,USD,2016-12-11,5000.00,2016-10-12 12:50:25,0.00,failed,0,US,0.00,0.00,5000.00 +1151795674,ORGANIC FERTILIZER FOR HEALTHIER FOOD,Community Gardens,Food,CAD,2015-01-07,100000.00,2014-12-08 19:40:48,2.00,failed,2,CA,1.75,1.69,84602.37 +1151815776,Flimsymoon lingerie,Fashion,Fashion,GBP,2014-09-29,6450.00,2014-08-30 10:20:51,6450.03,successful,217,GB,10697.31,10362.83,10362.78 +1151821731,GAYFACE: 1st CLASS - 1st Edition Portrait Book,Photography,Photography,USD,2014-05-08,46720.00,2014-04-08 06:00:18,6101.00,failed,128,US,6101.00,6101.00,46720.00 +1151822788,Tasty Eye - Burning Man 2014,Installations,Art,USD,2014-07-06,2000.00,2014-06-06 03:18:18,2183.00,successful,30,US,2183.00,2183.00,2000.00 +1151823222,D'ORO SELECTIONS - CONNECT WITH YOUR FOOD! (Canceled),Food,Food,USD,2013-10-31,13000.00,2013-09-25 15:15:09,5596.00,canceled,87,US,5596.00,5596.00,13000.00 +1151825514,Send The St Andrews Revue to the Edinburgh Fringe,Theater,Theater,GBP,2013-07-06,1500.00,2013-06-06 19:52:51,170.00,failed,10,GB,260.26,256.84,2266.27 +1151854070,Just Treats and Truffles,Food,Food,USD,2015-03-04,50000.00,2015-02-02 17:25:20,3.00,failed,3,US,3.00,3.00,50000.00 +1151863294,COSSAC SS15: ECO-HOT Fashion,Fashion,Fashion,GBP,2014-12-17,9000.00,2014-11-17 10:25:39,1435.00,failed,13,GB,2248.41,2245.49,14083.18 +"115186350,""Make History Fly - Send B-29 """"Doc"""" Through Flight Testing"",Flight,Technology,USD,2015-10-30,137500.00,2015-09-30 13:01:21,159151.00,successful,1007,US,159151.00,159151.00,137500.00" +115187162,Unit 44 :: Area 51! Conspiracy! Storage Units! Humor!,Comic Books,Comics,USD,2014-08-16,2400.00,2014-07-17 16:02:24,2800.00,successful,94,US,2800.00,2800.00,2400.00 +1151878607,Face the World - EP,Rock,Music,USD,2017-04-16,4600.00,2017-04-06 23:17:49,0.00,failed,0,US,0.00,0.00,4600.00 +1151891506,Frebble - hold hands online,Product Design,Design,USD,2014-08-01,50000.00,2014-06-17 18:03:55,19086.00,failed,139,US,19086.00,19086.00,50000.00 +1151901529,Impact 22 with Taneycomo,Drama,Film & Video,USD,2016-11-01,5500.00,2016-10-02 19:24:26,38.00,failed,4,US,37.00,38.00,5500.00 +1151904549,Stop Mommy Burnout with Mommy Oasis,Apps,Technology,USD,2015-12-24,25000.00,2015-11-24 10:06:00,1055.00,failed,3,US,1055.00,1055.00,25000.00 +"1151904687,Strife-pilgrims; stories for change - Domestic Abuses in third world country. ,Documentary,Film & Video,USD,2010-08-08,35000.00,2010-07-11 01:38:35,90.00,failed,4,US,90.00,90.00,35000.00" +"1151905648,""The 3D Challenge: Cats, Titanium, and A Great Bottle Opener"",Product Design,Design,CAD,2015-12-06,950.00,2015-11-06 18:13:25,2236.00,successful,18,CA,1701.26,1636.42,695.26" +115190690,CUBAMOR the musical,Theater,Theater,USD,2012-08-21,6000.00,2012-07-03 17:43:39,6615.00,successful,76,US,6615.00,6615.00,6000.00 +1151909638,Innovating Custom Jewelry to be Accessible and Affordable,Crafts,Crafts,USD,2015-09-12,2500.00,2015-08-15 04:33:09,391.00,failed,12,US,391.00,391.00,2500.00 +"1151931525,""Classical Ballet ( fairy-tale ) """" Lilies Pond """""",Classical Music,Music,USD,2012-03-16,12000.00,2012-02-08 07:39:35,10150.00,failed,3,US,10150.00,10150.00,12000.00" +1151933206,Carbon Fiber Jewelry Rings (Multiple Widths!) (Canceled),Jewelry,Fashion,USD,2015-01-14,1000.00,2014-11-27 08:39:11,180.00,canceled,4,US,180.00,180.00,1000.00 +"115193796,""Clicker Stick...Easy to use, hard to lose"",Technology,Technology,USD,2017-01-31,9800.00,2017-01-01 15:24:56,1215.00,failed,30,US,0.00,1215.00,9800.00" +"1151943766,""""""The Incredible Hare"""" - nothing bugs THIS bunny!"",Children's Books,Publishing,USD,2013-07-21,7500.00,2013-06-21 03:50:06,1975.00,failed,40,US,1975.00,1975.00,7500.00" +1151954511,Burning Man 2017 - Project Bataclan,Sculpture,Art,AUD,2017-06-16,9500.00,2017-05-17 03:39:15,45.44,failed,4,AU,25.93,34.56,7224.88 +1151957991,Titan - The ultimate EDC pen,Product Design,Design,EUR,2016-01-12,1000.00,2015-12-13 20:59:59,5527.00,successful,100,IT,6075.84,6032.20,1091.41 +1151962188,From Chimayó New Mexico to Florence Italy,Painting,Art,USD,2015-03-20,39059.00,2015-03-10 18:17:22,0.00,failed,0,US,0.00,0.00,39059.00 +1151962421,Mattie's Wood Fired Pizza Needs a Bigger Home!,Food,Food,USD,2013-07-01,14000.00,2013-05-02 14:54:27,15100.00,successful,67,US,15100.00,15100.00,14000.00 +1151967267,GemWars,Video Games,Games,USD,2013-11-29,153300.00,2013-10-30 14:01:10,1571.00,failed,35,US,1571.00,1571.00,153300.00 +1151974273,The Heroes of CircleHaven graphic novel (Canceled),Comics,Comics,USD,2013-09-19,15000.00,2013-08-20 06:02:35,1190.00,canceled,21,US,1190.00,1190.00,15000.00 +1151976745,Gems of Delight,Nonfiction,Publishing,USD,2017-04-25,3000.00,2017-04-04 06:02:35,7828.00,successful,186,US,1954.00,7828.00,3000.00 +1151986329,MAGIEN - The Jewel of Secrets - Thousands of Pendants in ONE,Product Design,Design,EUR,2016-11-08,37000.00,2016-09-12 15:00:41,8046.00,canceled,87,IT,0.00,8773.40,40345.00 +1151990516,Windsor Airlift | Music,Electronic Music,Music,USD,2013-09-13,1000.00,2013-08-30 20:36:17,1826.00,successful,49,US,1826.00,1826.00,1000.00 +1152006118,Jahaada - a novel,Fiction,Publishing,USD,2012-11-25,2500.00,2012-10-26 22:07:30,376.00,failed,5,US,376.00,376.00,2500.00 +1152007132,Support Grayhawk in Europe,Jazz,Music,USD,2013-02-26,500.00,2013-02-12 01:09:31,150.00,failed,1,US,150.00,150.00,500.00 +1152010286,Cheesecake/ George's Culinary Delights.,Food,Food,USD,2014-08-16,40.00,2014-07-17 02:51:39,5.00,failed,1,US,5.00,5.00,40.00 +1152017634,Stellar Destruction (Canceled),Video Games,Games,GBP,2014-01-17,5000.00,2013-12-18 21:06:45,0.00,canceled,0,GB,0.00,0.00,8220.71 +1152026985,Safe Haven,Apps,Technology,USD,2014-08-16,25000.00,2014-07-17 15:26:47,350.00,failed,9,US,350.00,350.00,25000.00 +1152039498,A Tear/ Farrell Wymore CD,Music,Music,USD,2016-07-16,2000.00,2016-06-16 02:22:44,10.00,failed,1,US,0.00,10.00,2000.00 +1152047064,Woodsboro: The Filming Locations of Scream (Canceled),Documentary,Film & Video,USD,2013-11-12,12000.00,2013-10-08 04:18:00,0.00,canceled,0,US,0.00,0.00,12000.00 +1152049945,Lemongrass Bol de la Vie Pho Broth Launch,Food,Food,USD,2012-04-23,10000.00,2012-02-23 16:39:05,265.00,failed,4,US,265.00,265.00,10000.00 +1152053903,KissWiit - Time to Make Your Home Sweet,Product Design,Design,CAD,2015-06-14,20000.00,2015-04-15 14:44:22,820.00,failed,23,CA,651.76,668.24,16298.59 +1152062322,Real Men Train Drug Free Tee,Apparel,Fashion,USD,2015-02-10,750.00,2015-01-27 22:44:31,50.00,failed,2,US,50.00,50.00,750.00 +1152073142,Stitching My Story..... Cross stitch to sewing to embroidery,Embroidery,Crafts,USD,2016-09-22,15000.00,2016-07-24 07:28:32,91.00,failed,6,US,0.00,91.00,15000.00 +1152075240,Face The Day,Music,Music,USD,2013-02-12,3333.00,2013-01-01 03:19:10,4005.00,successful,73,US,4005.00,4005.00,3333.00 +1152076643,Salad Dash. Better Lunch.,Food,Food,USD,2017-11-09,15000.00,2017-10-10 20:40:02,630.00,failed,6,US,20.00,630.00,15000.00 +1152082995,Nicole’s Naturals Skull Art and Birch Bark Jewelry,Mixed Media,Art,USD,2013-03-07,495.00,2013-02-05 15:23:19,596.00,successful,15,US,596.00,596.00,495.00 +1152084380,The Misphits: The Story of Snake,Children's Books,Publishing,USD,2012-07-11,15000.00,2012-06-06 13:15:04,3511.00,failed,43,US,3511.00,3511.00,15000.00 +1152089672,Phoolan Devi Opera,Classical Music,Music,USD,2012-04-15,4000.00,2012-02-15 21:25:56,256.00,failed,5,US,256.00,256.00,4000.00 +"1152098000,""Desdemona Metus graphic novel, crime and mystery in Florence"",Graphic Novels,Comics,GBP,2014-08-23,4000.00,2014-07-24 15:33:54,354.00,canceled,39,GB,604.28,587.02,6632.95" +1152110221,80's Cell Phone iPhone Dock,Product Design,Design,USD,2011-01-13,5000.00,2010-12-14 23:46:06,0.00,failed,0,US,0.00,0.00,5000.00 +1152116762,Red River: A Photographic Journey about a Town Getting Clean Drinking Water,Photography,Photography,USD,2010-11-08,1500.00,2010-10-14 23:09:49,305.00,failed,6,US,305.00,305.00,1500.00 +"1152129922,ME (men evolution),Film & Video,Film & Video,USD,2015-09-11,9000.00,2015-07-22 00:01:00,570.00,undefined,0,""N,0"""""",,570.00,9000.00" +1152129962,ELEVEN HYBRID Earbuds + Case - Earphones,Technology,Technology,USD,2017-07-21,20000.00,2017-06-20 16:53:59,19449.00,canceled,68,US,19449.00,19449.00,20000.00 +"1152141996,""Funding a Film Called """"Laundry"""""",Drama,Film & Video,USD,2017-05-09,750.00,2017-04-09 19:24:47,930.00,successful,15,US,750.00,930.00,750.00" +1152147607,Tableaux Film and beyond (Canceled),Mixed Media,Art,GBP,2015-08-22,2000.00,2015-08-02 00:23:40,0.00,canceled,0,GB,0.00,0.00,3078.25 +1152150977,AMeyers - Politics (Music Video),Music Videos,Film & Video,USD,2017-10-23,300.00,2017-10-09 20:51:23,50.00,failed,2,US,0.00,50.00,300.00 +1152158432,16th Century City Map Matrix Game Posters,Tabletop Games,Games,USD,2012-05-16,1200.00,2012-04-16 15:36:08,2450.50,successful,104,US,2450.50,2450.50,1200.00 +1152160776,The app could save your or a friend's life (Canceled),Apps,Technology,SEK,2016-05-31,890000.00,2016-04-20 19:11:45,0.00,canceled,0,SE,0.00,0.00,107197.92 +"1152164426,""Great Films, Low Budgets"",Film & Video,Film & Video,USD,2015-09-05,1000.00,2015-07-22 17:28:57,0.00,failed,0,US,0.00,0.00,1000.00" +1152165595,Tasty Tea & Saffron: Support Female Farmers!,Food,Food,CAD,2017-06-09,13000.00,2017-04-25 07:13:05,15819.77,successful,236,CA,459.91,11710.54,9623.21 +1152168225,American Paintings of Classical Ballet in Russia,Painting,Art,USD,2017-02-05,2000.00,2017-01-29 00:08:04,2250.00,successful,14,US,0.00,2250.00,2000.00 +1152170487,Case #5930 - Short Film,Shorts,Film & Video,USD,2014-03-29,5000.00,2014-02-12 04:02:48,6387.00,successful,66,US,6387.00,6387.00,5000.00 +115217563,Help The Loading Dock Open for Public Events & Performances,Music,Music,USD,2017-02-27,6000.00,2017-02-07 16:38:49,7161.00,successful,96,US,486.00,7161.00,6000.00 +1152180315,Firedance Jewelry - the fusion of art and science,Jewelry,Fashion,USD,2015-08-15,1000.00,2015-07-16 00:58:46,506.00,failed,33,US,506.00,506.00,1000.00 +1152181088,Ardent Vigor,Apparel,Fashion,USD,2014-11-29,10000.00,2014-10-15 20:22:50,105.00,failed,3,US,105.00,105.00,10000.00 +1152181894,Foxonix Embedded Sound: Make Your Ideas Heard,DIY Electronics,Technology,USD,2013-11-05,12000.00,2013-10-08 15:23:26,12103.00,successful,117,US,12103.00,12103.00,12000.00 +1152182395,Lia's Art Studio,Art,Art,USD,2014-02-21,1500.00,2014-01-22 02:10:08,0.00,failed,0,US,0.00,0.00,1500.00 +1152186509,Heart Of A Worshiper A Gospel CD,World Music,Music,USD,2013-01-05,15000.00,2012-11-06 03:18:39,20.00,failed,2,US,20.00,20.00,15000.00 +1152195829,Jasmine's Singing Career,World Music,Music,USD,2014-08-17,8000.00,2014-07-18 21:26:38,0.00,failed,0,US,0.00,0.00,8000.00 +1152197849,Young and Fabulous,Webseries,Film & Video,USD,2011-08-10,10000.00,2011-06-29 20:54:54,120.00,failed,2,US,120.00,120.00,10000.00 +1152201387,My Pals App,Apps,Technology,USD,2016-05-14,1000.00,2016-03-15 18:00:40,1322.00,successful,38,US,1322.00,1322.00,1000.00 +1152202923,A Brilliant Lie - The NEW CD!!! (As Not Seen On TV),Rock,Music,USD,2013-05-02,8800.00,2013-04-02 05:57:04,9105.86,successful,166,US,9105.86,9105.86,8800.00 +1152205968,Phoenix The Huntress Production,Webseries,Film & Video,USD,2017-06-09,50000.00,2017-04-10 16:39:53,1.00,failed,1,US,0.00,1.00,50000.00 +115221574,The Dome Light 2.0,Product Design,Design,USD,2015-09-03,2500.00,2015-07-20 04:27:25,5901.00,successful,49,US,5901.00,5901.00,2500.00 +1152218918,Revive the Hive with The Beez Kneez Honey House,Food,Food,USD,2013-04-01,35000.00,2013-02-17 20:44:29,39960.01,successful,828,US,39960.01,39960.01,35000.00 +1152220416,Absent4u,Apps,Technology,GBP,2016-12-30,50000.00,2016-12-05 19:43:21,290.00,failed,2,GB,0.00,357.04,61558.16 +"1152225248,""Roguelike: the dungeon crawling, side scrolling beat 'em up"",Video Games,Games,USD,2015-07-12,3000.00,2015-06-12 21:45:49,978.00,failed,13,US,978.00,978.00,3000.00" +1152234475,MG PLANNER - 2018 EDITION,Calendars,Publishing,AUD,2017-08-10,20000.00,2017-07-11 12:58:42,1085.00,canceled,32,AU,459.75,853.19,15726.98 +1152235073,Passive Penguin In Ice Ice Baby (Canceled),Video Games,Games,GBP,2013-08-16,1000.00,2013-07-17 21:25:00,0.00,canceled,0,GB,0.00,0.00,1563.43 +1152250693,The Frontier: a documentary portrait of coastal Louisiana,Documentary,Film & Video,USD,2010-10-25,12000.00,2010-09-20 15:37:55,12000.12,successful,103,US,12000.12,12000.12,12000.00 +1152257663,Get Famous Last Words and Aware of the Stars Printed!,Zines,Publishing,USD,2017-10-10,400.00,2017-09-25 17:35:07,73.00,failed,7,US,13.00,73.00,400.00 +1152258400,DEBBIE AND THE DEVIL,Horror,Film & Video,USD,2014-11-19,20000.00,2014-10-20 21:42:26,2145.00,failed,21,US,2145.00,2145.00,20000.00 +"1152269639,""Performance of Lawrence Axelrod's """"Songs of Yes"""" in Chicago by new music group CUBE"",Classical Music,Music,USD,2010-01-01,2000.00,2009-11-10 17:48:32,2100.00,successful,14,US,2100.00,2100.00,2000.00" +1152269668,The Payback Game,Film & Video,Film & Video,USD,2011-06-03,8000.00,2011-03-24 20:59:03,0.00,failed,0,US,0.00,0.00,8000.00 +1152272589,Snap Watch,Product Design,Design,USD,2013-09-16,1000.00,2013-08-02 20:34:18,1206.00,successful,7,US,1206.00,1206.00,1000.00 +1152272913,Harry will post faeces through his girlfriends letter box,Installations,Art,GBP,2015-06-25,100.00,2015-05-17 17:56:14,0.00,suspended,0,GB,0.00,0.00,157.26 +1152278795,Walking Dead style bottle opener & key chain,Product Design,Design,USD,2014-04-24,1000.00,2014-04-03 21:48:12,1059.00,successful,57,US,1059.00,1059.00,1000.00 +1152279128,Lovin America,Web,Journalism,USD,2015-05-10,8500.00,2015-04-10 17:10:11,850.00,failed,11,US,850.00,850.00,8500.00 +1152280641,THE GREAT CACTUS WAR: History's worst plant invasion,Nonfiction,Publishing,USD,2013-10-25,27000.00,2013-09-25 20:43:36,2555.00,failed,18,US,2555.00,2555.00,27000.00 +1152292609,Spacecats Go Orbital Loco,Comics,Comics,GBP,2014-06-01,300.00,2014-05-12 20:05:35,504.00,successful,13,GB,849.33,848.00,504.76 +1152293984,Safety Geeks : SVI : 3D Code Green!,Webseries,Film & Video,USD,2011-11-18,30000.00,2011-09-25 10:53:06,0.00,failed,0,US,0.00,0.00,30000.00 +1152299462,The Valley,Film & Video,Film & Video,USD,2011-04-13,5000.00,2011-03-13 09:16:34,5414.75,successful,50,US,5414.75,5414.75,5000.00 +1152315521,Green Machine Vapor - Fuel Injection Optimizer,Technology,Technology,USD,2017-02-10,20000.00,2017-01-11 18:18:58,0.00,failed,0,US,0.00,0.00,20000.00 +1152321269,REVIVE,Technology,Technology,EUR,2017-10-06,50000.00,2017-09-06 18:18:26,20.00,failed,1,FR,0.00,23.41,58534.99 +1152332001,Bicycle Imperium Playing Cards Deck,Playing Cards,Games,USD,2016-10-22,7500.00,2016-09-22 22:09:24,26893.00,successful,505,US,16793.00,26893.00,7500.00 +1152345794,CREOLE SOUL,Ready-to-wear,Fashion,EUR,2016-01-14,30000.00,2015-11-25 20:53:40,525.00,failed,11,FR,558.26,572.99,32742.16 +1152352716,Northern Gate - A Ragnarok Musical,Musical,Theater,USD,2016-06-06,20000.00,2016-05-07 05:59:13,7728.85,failed,65,US,7728.85,7728.85,20000.00 +"1152365329,""Fenix Theatre Company Presents HAMLET, Summer 2015"",Theater,Theater,USD,2015-05-01,3000.00,2015-04-01 14:35:15,150.00,failed,4,US,150.00,150.00,3000.00" +1152368730,Bring RJP Nomadic Gallery to San Antonio,Performance Art,Art,USD,2012-09-01,1000.00,2012-08-02 23:18:48,1559.00,successful,20,US,1559.00,1559.00,1000.00 +1152382107,Tea & Coffee: Common threads across borders,Art Books,Publishing,USD,2012-08-31,7000.00,2012-08-01 04:03:24,270.00,failed,12,US,270.00,270.00,7000.00 +1152387079,CyFy WristView Mirror - A Wearable Wrist Mirror for Biking,Product Design,Design,USD,2012-03-09,5000.00,2012-02-08 01:35:45,5155.00,successful,68,US,5155.00,5155.00,5000.00 +1152389525,Hitokori | Handcrafted Fashion,Footwear,Fashion,USD,2016-08-18,10000.00,2016-07-14 01:47:41,10840.00,successful,52,US,1773.00,10840.00,10000.00 +"1152391877,""1066, Tears to Many Mothers - a card game of War & History"",Tabletop Games,Games,GBP,2017-06-30,19500.00,2017-06-01 19:02:47,75366.00,successful,1906,GB,11773.85,97810.60,25307.26" +1152400517,Free Local News For Rural and Low Income Readers & Viewers,Print,Journalism,USD,2016-06-08,15000.00,2016-05-09 20:08:08,0.00,failed,0,US,0.00,0.00,15000.00 +1152401155,My First Tour!,Rock,Music,USD,2013-10-20,750.00,2013-09-17 17:15:17,800.00,successful,18,US,800.00,800.00,750.00 +1152408347,Tube Dice Search Engine and Video Dice Set,Tabletop Games,Games,USD,2013-06-14,4000.00,2013-05-15 22:07:38,64.00,failed,4,US,64.00,64.00,4000.00 +1152413801,Unsinkable Comedy: Docu-Tour,Documentary,Film & Video,USD,2016-06-23,3500.00,2016-06-02 22:15:35,4673.00,successful,63,US,4673.00,4673.00,3500.00 +1152417867,Headlocked: The Hard Way,Graphic Novels,Comics,USD,2017-05-02,20000.00,2017-03-03 01:57:33,30650.01,successful,535,US,4770.00,30650.01,20000.00 +"1152420397,""All Natural """"Flea Be Gone"""" Dog Chow"",Food,Food,USD,2016-11-10,1500.00,2016-10-11 19:37:50,29.00,failed,3,US,15.00,29.00,1500.00" +1152430290,dance anywhere®,Public Art,Art,USD,2012-03-13,3000.00,2012-02-12 23:09:12,3044.22,successful,69,US,3044.22,3044.22,3000.00 +1152430689,The Adventures of Keith Flippen! A Zany Sci-Fi Web Series,Webseries,Film & Video,USD,2013-04-18,9000.00,2013-02-21 02:28:56,9097.41,successful,126,US,9097.41,9097.41,9000.00 +1152432574,Henry's Hotties: an irreverant party game about court life,Tabletop Games,Games,USD,2017-06-12,13000.00,2017-05-13 07:18:05,1738.00,failed,42,US,555.00,1738.00,13000.00 +1152435068,An Evening with Kevin Thornton- Philly,Documentary,Film & Video,USD,2010-10-28,1200.00,2010-07-30 05:08:48,0.00,failed,0,US,0.00,0.00,1200.00 +1152439793,It's a Hand-Me-Down,Music,Music,USD,2015-09-19,16000.00,2015-08-20 22:35:54,25116.20,successful,371,US,25116.20,25116.20,16000.00 +1152444841,Joshua Yarbrough & Memphis Bound Live at Sun Studio Album,Music,Music,USD,2016-08-15,7000.00,2016-07-06 06:33:29,75.00,canceled,3,US,15.00,75.00,7000.00 +1152445735,Castle Dice Tray,Tabletop Games,Games,USD,2017-09-27,120.00,2017-09-18 02:27:01,758.00,successful,7,US,327.00,758.00,120.00 +1152446027,Pillah Studio - Soft blankets & cushions for home happiness,Design,Design,EUR,2017-07-04,5500.00,2017-06-04 13:42:20,6213.00,successful,41,NL,653.34,7090.28,6276.60 +1152446117,TWO for the PRICE OF ONE THEATRE,Plays,Theater,USD,2014-11-25,5500.00,2014-10-28 15:05:37,50.00,failed,2,US,50.00,50.00,5500.00 +1152455620,dunlin: First Studio Album,Rock,Music,USD,2011-07-04,500.00,2011-05-29 06:40:08,15.00,failed,1,US,15.00,15.00,500.00 +1152460005,Civvilization - Short Film for Boston's Sci-Fi Fest,Shorts,Film & Video,USD,2012-07-16,8000.00,2012-05-17 01:35:15,0.00,failed,0,US,0.00,0.00,8000.00 +1152466687,Bring Penny Arcade's Automata to Life,Webseries,Film & Video,USD,2015-08-10,322637.00,2015-07-08 19:55:39,473494.30,successful,5250,US,473494.30,473494.30,322637.00 +1152469746,Thinkbx,Woodworking,Crafts,USD,2015-12-14,9000.00,2015-11-14 02:06:00,205.00,failed,3,US,205.00,205.00,9000.00 +1152471746,create your rack - Das Weinregal - modular wine bootle rack,Technology,Technology,EUR,2017-07-19,10000.00,2017-06-19 11:56:43,0.00,canceled,0,DE,0.00,0.00,11641.99 +1152487222,Fantasma,Performance Art,Art,USD,2013-09-23,1500.00,2013-08-30 20:01:16,1535.00,successful,27,US,1535.00,1535.00,1500.00 +1152493358,Carmens de la Calle: Global Eats Local Acts Human Magic,Restaurants,Food,USD,2014-10-09,55000.00,2014-09-18 06:52:05,32172.00,failed,97,US,32172.00,32172.00,55000.00 +1152501063,ReColonization,Installations,Art,USD,2014-09-12,1000.00,2014-09-02 04:00:58,1825.00,successful,29,US,1825.00,1825.00,1000.00 +1152509825,Steam Court (Canceled),Tabletop Games,Games,USD,2015-06-27,17890.00,2015-05-28 23:07:19,8023.00,canceled,138,US,8023.00,8023.00,17890.00 +"1152511183,""""""The Pier"""" a short film by Joe D'Amico"",Shorts,Film & Video,USD,2011-03-07,7000.00,2011-01-21 04:53:29,150.00,failed,3,US,150.00,150.00,7000.00" +1152524798,We are a American owned Glass Blowers and Lampworkers.,Sculpture,Art,USD,2013-03-07,20000.00,2013-02-05 05:39:11,1021.00,canceled,7,US,1021.00,1021.00,20000.00 +1152528421,Sense: The intelligent camera and hub for your modern home,Hardware,Technology,USD,2016-03-17,100000.00,2016-02-16 15:39:10,164885.20,successful,774,US,164885.20,164885.20,100000.00 +1152533400,The Gentleman & Scholar,Music,Music,USD,2017-08-16,2500.00,2017-07-17 06:29:12,2911.00,successful,62,US,840.00,2911.00,2500.00 +115253565,THE DAY BOY AND THE NIGHT GIRL...an innovative new musical,Theater,Theater,USD,2010-09-16,7500.00,2010-08-17 16:48:30,1295.00,failed,14,US,1295.00,1295.00,7500.00 +1152545484,custom arts,Art,Art,AUD,2015-01-13,400.00,2014-11-14 09:23:48,0.00,failed,0,AU,0.00,0.00,328.43 +1152549326,IrishFifteen Graphic Apparel By Brandon Kilpatrick,Apparel,Fashion,USD,2015-05-13,2000.00,2015-04-13 20:45:12,0.00,failed,0,US,0.00,0.00,2000.00 +1152554550,The Black Wolf,Action,Film & Video,USD,2016-01-20,8000.00,2015-12-21 06:49:48,5.00,failed,1,US,5.00,5.00,8000.00 +1152570664,Claire's Handmade Unique Personalised Candles,Candles,Crafts,GBP,2015-07-01,2500.00,2015-06-01 11:48:28,0.00,failed,0,GB,0.00,0.00,3905.94 +1152571579,Zealous Grooves' New Album,Rock,Music,USD,2014-03-16,10000.00,2014-01-15 21:42:00,510.00,failed,5,US,510.00,510.00,10000.00 +1152581093,PE(T)ER GYNT,Theater,Theater,USD,2014-05-19,1000.00,2014-04-18 21:27:15,1000.00,successful,23,US,1000.00,1000.00,1000.00 +1152586079,Live Sound in a Digital Age,Nonfiction,Publishing,USD,2013-02-22,6000.00,2013-01-23 01:24:34,1.00,failed,1,US,1.00,1.00,6000.00 +1152590811,Les Mayhew/Nitro America 2015 Bakersfield March Meet,Documentary,Film & Video,USD,2015-03-05,1000.00,2015-02-17 22:01:25,1945.00,successful,23,US,1945.00,1945.00,1000.00 +1152590892,Sit-n-Skate,Product Design,Design,USD,2014-12-12,79000.00,2014-10-28 22:48:09,3.00,failed,3,US,3.00,3.00,79000.00 +1152591276,Ergo Sum,Shorts,Film & Video,USD,2011-03-10,1500.00,2011-02-08 00:12:29,1600.00,successful,17,US,1600.00,1600.00,1500.00 +1152596119,From the Edge of Here,Photography,Photography,USD,2012-06-10,10000.00,2012-04-11 23:30:14,1966.00,failed,25,US,1966.00,1966.00,10000.00 +1152601116,PointTact: Bring social media to the real world,Apps,Technology,USD,2017-08-10,10000.00,2017-07-11 16:01:12,152.00,failed,5,US,0.00,152.00,10000.00 +1152604063,Worst Day Ever,Comic Books,Comics,USD,2015-06-02,1000.00,2015-04-28 22:40:54,147.00,failed,15,US,147.00,147.00,1000.00 +1152604326,Pizza...a day to celebrate its awesomeness (Canceled),Events,Food,USD,2015-04-16,50.00,2015-03-17 08:30:08,10.00,canceled,2,US,10.00,10.00,50.00 +1152616930,YOKE,Pop,Music,USD,2011-08-27,1000.00,2011-07-28 18:19:35,1006.00,successful,21,US,1006.00,1006.00,1000.00 +1152622928,Philosophy Of Smiling: Compassion,Art,Art,GBP,2013-11-15,10000.00,2013-09-30 18:44:19,116.00,failed,11,GB,187.09,186.39,16067.87 +1152627930,Ripple,Apparel,Fashion,USD,2016-10-05,10000.00,2016-09-05 03:58:04,0.00,canceled,0,US,0.00,0.00,10000.00 +"1152635294,""Müll - Limited Edition Products - Dice, Rings and More"",Product Design,Design,USD,2016-04-06,10000.00,2016-03-02 17:02:12,18959.00,successful,667,US,18959.00,18959.00,10000.00" +1152635397,CEREBUS ARCHIVE NUMBER TWO,Graphic Novels,Comics,CAD,2014-10-26,800.00,2014-09-27 00:04:39,42028.00,successful,252,CA,37941.78,37278.69,709.60 +1152637664,The Prints of Peace: a coloring book for the soul,Illustration,Art,USD,2015-06-12,2500.00,2015-04-28 21:24:02,2520.00,successful,42,US,2520.00,2520.00,2500.00 +1152638904,In the World of Fruits n' Nuts,Nonfiction,Publishing,USD,2012-08-01,10000.00,2012-06-29 18:05:36,400.00,failed,5,US,400.00,400.00,10000.00 +1152648983,Gods And Aliens CD Fund Raiser,Rock,Music,USD,2013-10-20,3000.00,2013-09-20 14:34:30,245.00,failed,7,US,245.00,245.00,3000.00 +1152652623,Pioneering Modern Cuisine in a Maine Downtown Community,Restaurants,Food,USD,2016-10-15,17000.00,2016-08-31 19:17:59,650.00,failed,4,US,500.00,650.00,17000.00 +1152655458,WanderlustMe Travel Blog and Novel (Canceled),Nonfiction,Publishing,USD,2012-03-11,1100.00,2012-01-11 04:52:47,25.00,canceled,1,US,25.00,25.00,1100.00 +1152658569,Greet-o-matic by 10-Year-Old Inventor. Brilliant.,Technology,Technology,USD,2015-07-26,5100.00,2015-06-24 17:55:34,6412.00,successful,138,US,6412.00,6412.00,5100.00 +1152670861,25 years of New Italian Cinema Events in the City,Festivals,Film & Video,EUR,2015-11-04,6000.00,2015-10-05 14:40:47,250.00,failed,8,IT,280.30,271.60,6518.41 +1152679274,The Artistic License,Art,Art,USD,2015-06-13,3000.00,2015-04-14 20:58:58,14.00,failed,1,US,14.00,14.00,3000.00 +"1152679868,""The Porter - A stylish, functional laptop bag finally exists"",Design,Design,USD,2015-09-04,45000.00,2015-08-05 18:00:49,6525.00,failed,48,US,6525.00,6525.00,45000.00" +1152679891,..::Love via Music::....::TOGETHER We Can Make it Happen::..,Country & Folk,Music,USD,2010-11-06,6000.00,2010-10-02 21:47:56,6200.00,successful,56,US,6200.00,6200.00,6000.00 +1152679895,Comatose // Film,Shorts,Film & Video,USD,2013-11-11,1000.00,2013-09-13 04:11:44,6.00,failed,2,US,6.00,6.00,1000.00 +1152683428,Seats by TEC OUT - Exterior Furnishing,Product Design,Design,DKK,2016-06-15,120000.00,2016-04-28 21:03:06,122159.00,successful,68,DK,18541.70,18487.65,18160.91 +1152711262,Me and the Trinity is recording NEW Album entitled PARALLELS,Rock,Music,USD,2011-06-22,600.00,2011-05-10 06:49:00,0.00,failed,0,US,0.00,0.00,600.00 +1152714168,JestSign ^ a way to notate sarcasm & humor,Art,Art,USD,2016-02-28,1000.00,2016-02-02 19:38:09,8.00,failed,8,US,8.00,8.00,1000.00 +1152720361,Beckie's Bound Books: Leather Books and Travellers Journals,Stationery,Crafts,GBP,2015-06-21,200.00,2015-05-22 20:12:42,288.00,successful,12,GB,447.98,452.92,314.53 +1152723523,Southern Boys Country Cooking,Restaurants,Food,USD,2015-06-06,475000.00,2015-05-07 20:58:58,0.00,failed,0,US,0.00,0.00,475000.00 +1152735261,Pono Music - Where Your Soul Rediscovers Music,Sound,Technology,USD,2014-04-15,800000.00,2014-03-11 18:30:42,6225354.98,successful,18220,US,6225354.98,6225354.98,800000.00 +1152739655,New CD and Live Performance/Bio Documentary on DVD,Rock,Music,USD,2012-09-23,25000.00,2012-08-14 07:01:27,25239.00,successful,250,US,25239.00,25239.00,25000.00 +1152740152,Fatty no more,Fiction,Publishing,USD,2014-08-10,1000.00,2014-07-11 06:32:19,10.00,failed,1,US,10.00,10.00,1000.00 +1152740971,Arts and Edges & iArt,Digital Art,Art,AUD,2014-10-13,350.00,2014-09-18 00:08:51,368.00,successful,12,AU,332.80,323.29,307.48 +1152743101,Rose Martula's Trilogy of New Plays,Theater,Theater,USD,2012-05-13,500.00,2012-04-28 00:10:24,705.00,successful,12,US,705.00,705.00,500.00 +1152746998,Lowrider L.A Game,Video Games,Games,USD,2015-11-25,10000.00,2015-10-26 20:37:48,1.00,failed,1,US,1.00,1.00,10000.00 +1152747394,NEOEVA GEEK BRAND,Apparel,Fashion,USD,2015-12-15,5500.00,2015-11-15 17:48:32,0.00,failed,0,US,0.00,0.00,5500.00 +1152750704,A Face Chart App with Diverse Faces,Apps,Technology,USD,2017-02-23,30000.00,2017-02-13 17:14:35,0.00,failed,0,US,0.00,0.00,30000.00 +1152753063,LoadAUF - The Autonomous User Follower,Robots,Technology,USD,2016-06-08,3000.00,2016-05-09 23:01:49,49.00,failed,2,US,49.00,49.00,3000.00 +1152755991,CALLING ALL METAL/HARDCORE MUSIC LOVERS!,Rock,Music,USD,2010-10-01,2500.00,2010-08-07 04:11:56,0.00,failed,0,US,0.00,0.00,2500.00 +1152757070,Making Shepherd's Pie With Bacon,Bacon,Food,CAD,2014-08-08,30.00,2014-07-09 20:56:54,0.00,failed,0,CA,0.00,0.00,27.48 +1152759058,Living in a Small Town - Book by new author,Fiction,Publishing,USD,2014-08-30,5000.00,2014-07-31 18:25:15,0.00,failed,0,US,0.00,0.00,5000.00 +1152759202,Glow-Bal Signs,Product Design,Design,GBP,2017-10-23,15000.00,2017-08-24 20:05:37,415.00,failed,13,GB,339.78,543.37,19639.93 +1152759988,King Leo Revival Album,Blues,Music,NZD,2015-04-13,4000.00,2015-03-14 08:16:17,4000.00,successful,33,NZ,2958.50,3084.28,3084.28 +"1152769531,""Help Musicians in Niamey, Niger Record and Promote their Music and Culture!"",World Music,Music,USD,2010-09-19,1200.00,2010-08-05 02:14:08,1770.00,successful,42,US,1770.00,1770.00,1200.00" +1152776739,Lipstick & Whiskey,Apparel,Fashion,USD,2015-03-08,10000.00,2015-02-07 00:45:13,0.00,failed,0,US,0.00,0.00,10000.00 +1152779573,William Shakespeare's 'As You Like It',Theater,Theater,USD,2013-08-17,1100.00,2013-07-23 19:22:40,1182.00,successful,40,US,1182.00,1182.00,1100.00 +1152796676,Armpack® 2.0 - World's Best Armband,Product Design,Design,USD,2017-05-14,22000.00,2017-04-05 00:37:29,1750.00,failed,49,US,736.00,1750.00,22000.00 +1152805451,Niche,Dance,Dance,USD,2012-05-24,1200.00,2012-04-06 16:28:13,1415.00,successful,26,US,1415.00,1415.00,1200.00 +1152822485,Mini-Poo Emoji Sculpture,Sculpture,Art,USD,2016-08-01,47000.00,2016-06-24 19:42:50,7976.00,failed,54,US,1995.00,7976.00,47000.00 +1152822545,Margi's Super Trans-Atlantic Adventure,Dance,Dance,USD,2010-12-01,3500.00,2010-10-31 16:19:49,3640.00,successful,70,US,3640.00,3640.00,3500.00 +1152825828,Reminiscence (the making),Country & Folk,Music,USD,2012-08-20,500.00,2012-07-31 00:39:59,933.00,successful,13,US,933.00,933.00,500.00 +1152827855,Bring Cotton Candy To Vancouver,Food,Food,CAD,2016-12-14,2000.00,2016-11-14 22:17:29,0.00,canceled,0,CA,0.00,0.00,1495.55 +1152830575,Jewelry For Loans,Jewelry,Fashion,USD,2015-03-29,10000.00,2015-02-27 23:07:37,0.00,failed,0,US,0.00,0.00,10000.00 +1152831174,My Best Teacher: The Educational Legacy of ......,Documentary,Film & Video,USD,2012-03-19,2500.00,2012-01-19 21:42:59,2580.00,successful,31,US,2580.00,2580.00,2500.00 +1152840759,4 Paws Bakery Natural Treats,Small Batch,Food,USD,2015-05-06,2500.00,2015-04-11 00:49:59,0.00,failed,0,US,0.00,0.00,2500.00 +1152841273,STAR EPIC ONE: A new science fiction odyssey.,Young Adult,Publishing,USD,2017-05-24,50000.00,2017-04-24 04:02:13,26.00,canceled,2,US,26.00,26.00,50000.00 +1152852134,Interactive Joke Writing Course,Games,Games,USD,2013-01-07,17500.00,2012-12-08 02:16:11,3241.00,failed,47,US,3241.00,3241.00,17500.00 +1152853343,Comfortably Floyd Rocks Chicagoland Theaters,Rock,Music,USD,2012-03-06,5000.00,2012-01-06 02:27:00,40.00,failed,1,US,40.00,40.00,5000.00 +1152865140,Darkened Arts,Music,Music,GBP,2014-08-16,2000.00,2014-07-16 18:24:11,46.00,failed,6,GB,78.57,76.26,3315.48 +1152869160,Nick The Doorman,Film & Video,Film & Video,USD,2012-06-01,50000.00,2012-04-02 16:34:53,291.00,failed,10,US,291.00,291.00,50000.00 +1152878067,The Sandlot Gang: A Teen Detective Series Featuring ASD Kids,Young Adult,Publishing,USD,2015-06-13,5000.00,2015-05-14 21:45:41,11.00,canceled,1,US,11.00,11.00,5000.00 +1152881461,Arora Team. Technology cartoons for kids,Animation,Film & Video,EUR,2015-11-10,12000.00,2015-10-06 23:07:51,1540.00,failed,13,ES,1731.04,1657.66,12916.84 +1152885247,Take Flight Campaign: Hannah Glavor EP Project (take two),Music,Music,USD,2011-07-18,2000.00,2011-07-13 01:48:47,2490.00,successful,41,US,2490.00,2490.00,2000.00 +115289435,Blue Republic Artesian Water,Drinks,Food,GBP,2015-05-06,68000.00,2015-04-06 22:19:37,70.00,failed,5,GB,104.43,107.89,104812.11 +1152895297,Quick Query - a fun way to get to know each other!,Games,Games,USD,2014-06-18,1500.00,2014-05-19 22:54:44,1110.00,failed,50,US,1110.00,1110.00,1500.00 +1152898947,Project Postcard,Photography,Photography,USD,2015-03-04,800.00,2015-02-11 22:24:06,269.00,failed,9,US,269.00,269.00,800.00 +1152899221,Garden Anywhere Box,Community Gardens,Food,USD,2014-11-18,50000.00,2014-10-20 22:09:20,312.00,failed,7,US,312.00,312.00,50000.00 +1152901453,Porta Pi Arcade: A DIY Mini Arcade Cabinet for Raspberry Pi,Hardware,Technology,USD,2014-01-09,13000.00,2013-12-10 01:54:11,28588.00,successful,148,US,28588.00,28588.00,13000.00 +1152903255,The Strange Issue #2,Comic Books,Comics,USD,2015-04-14,2400.00,2015-03-09 01:36:53,3677.00,successful,154,US,3677.00,3677.00,2400.00 +1152910996,Love Thy Brother,Shorts,Film & Video,USD,2011-12-29,2000.00,2011-10-30 04:57:42,487.00,failed,17,US,487.00,487.00,2000.00 +1152917915,The Adventures of Bobo the Friendly Bomb,Fiction,Publishing,CAD,2014-08-07,25000.00,2014-07-08 05:46:29,0.00,failed,0,CA,0.00,0.00,22902.16 +"1152920994,""The Journey to """"Arcosanti"""""",Indie Rock,Music,USD,2012-04-22,3500.00,2012-04-02 00:26:22,3525.00,successful,41,US,3525.00,3525.00,3500.00" +115292977,Prints for Passion,Photography,Photography,USD,2014-11-17,200.00,2014-10-23 21:23:48,0.00,failed,0,US,0.00,0.00,200.00 +115294108,Ari Kaplan's debut full-length album: Popular People,Pop,Music,USD,2011-08-20,1500.00,2011-07-05 21:12:01,2177.69,successful,59,US,2177.69,2177.69,1500.00 +1152946983,EMILY - Short Film,Shorts,Film & Video,GBP,2013-02-23,3000.00,2013-01-24 01:08:18,3848.50,successful,100,GB,6101.21,5785.91,4510.26 +1152957428,Natalie's Comic Bundle,Comic Books,Comics,GBP,2017-12-15,180.00,2017-11-15 18:51:15,1028.00,successful,108,GB,442.05,1375.20,240.79 +1152960895,Order of Ancients - Competitive RTS/MOBA for PC (Canceled),Video Games,Games,USD,2015-08-25,115000.00,2015-07-21 12:07:24,12387.00,canceled,54,US,12387.00,12387.00,115000.00 +1152962375,Grind Violin: Analog DIYalog: Composers Vinyl Compilation,Classical Music,Music,USD,2012-12-25,745.00,2012-11-10 00:47:37,786.00,successful,34,US,786.00,786.00,745.00 +"1152962515,""""""Letting the Butterflies Go,"""" a comic book memoir"",Graphic Novels,Comics,USD,2014-09-25,9000.00,2014-09-11 15:56:12,821.00,failed,18,US,821.00,821.00,9000.00" +1152964265,HANDZIEZ - The World's Most Convenient Travel Pillow,Product Design,Design,USD,2015-11-14,15000.00,2015-10-15 21:57:41,898.00,failed,16,US,898.00,898.00,15000.00 +1152965134,Robin Williams: A Lost Boy {Philanthropic Tribute Film},Documentary,Film & Video,USD,2014-10-09,75000.00,2014-09-09 20:20:11,2111.00,failed,19,US,2111.00,2111.00,75000.00 +1152983828,Mana Ramp,Playing Cards,Games,USD,2015-06-26,20000.00,2015-04-27 19:29:53,2.00,failed,2,US,2.00,2.00,20000.00 +11529841,Redesign of a highly successful watch from the 90s,Product Design,Design,EUR,2016-08-21,60000.00,2016-07-22 17:55:09,60341.00,successful,211,DE,6537.59,68124.96,67739.97 +1152986321,Classical Soundtrack Development,Classical Music,Music,GBP,2015-06-16,500.00,2015-06-02 16:05:58,0.00,failed,0,GB,0.00,0.00,791.92 +115298671,NEWSPAPER Conservative Patriotic Newspaper for Massachusetts,Journalism,Journalism,USD,2015-03-06,6000.00,2015-02-08 21:19:50,186.00,failed,5,US,186.00,186.00,6000.00 +1152991501,Oil Wildlife and Pet Portraits,Art,Art,USD,2015-03-06,300.00,2015-01-05 21:56:27,7.00,failed,3,US,7.00,7.00,300.00 +1152992686,Mimi's Mannequins & Pattern Draping (Cloth Dollmaking),Nonfiction,Publishing,USD,2015-11-16,2200.00,2015-10-13 07:20:35,2540.00,successful,23,US,2540.00,2540.00,2200.00 +1152998735,ProNexio - Portlet Development in Java made fast and simple!,Software,Technology,EUR,2015-12-03,120000.00,2015-11-03 15:28:09,80.00,failed,10,DE,88.24,87.22,130824.41 +"1152998810,""""""Chesu-shi"""" the Handmade Origami Chess Set"",Crafts,Crafts,USD,2014-12-11,250.00,2014-11-11 17:37:09,40.00,failed,2,US,40.00,40.00,250.00" +"1153001944,""FitClic Neo: A Magnetic, Self-Locking Phone Mount System"",Design,Design,USD,2017-11-06,50000.00,2017-09-27 15:15:55,2924.00,canceled,61,US,68.00,2924.00,50000.00" +1153007456,Axl N Buster's Natural Pet Care Products - Hooman line too!!,Crafts,Crafts,CAD,2016-06-04,10000.00,2016-05-03 06:53:57,1.00,failed,1,CA,0.80,0.78,7844.37 +1153011302,The Study of Spanish Culture in Spain,Places,Photography,USD,2015-03-04,3600.00,2015-01-30 17:51:21,469.00,failed,14,US,469.00,469.00,3600.00 +1153035477,Ethnic Heritage Garden for the Howard Street Farm,Food,Food,USD,2012-06-27,3500.00,2012-05-28 20:13:22,4500.00,successful,95,US,4500.00,4500.00,3500.00 +1153040032,A World of Stone Age,Interactive Design,Design,GBP,2015-08-13,1300.00,2015-06-15 21:04:28,0.00,failed,0,GB,0.00,0.00,2032.52 +1153042508,Mama Bugg Loves You! Created by Buggs for everyone :),Children's Books,Publishing,USD,2016-05-01,3000.00,2016-04-01 18:19:03,275.00,failed,7,US,275.00,275.00,3000.00 +1153043538,antYbuddY.com,Web,Technology,GBP,2016-05-16,20000.00,2016-04-18 16:29:24,591.00,failed,10,GB,839.34,861.00,29137.10 +1153044381,The Poetry of Village Idiots: a poetry chapbook,Poetry,Publishing,USD,2018-02-03,399.00,2017-12-20 23:28:42,20.00,live,3,US,10.00,20.00,399.00 +115304646,P.I.S.: Paranormal Investigator Showdown,Comic Books,Comics,USD,2017-11-05,800.00,2017-10-06 19:54:31,866.00,successful,53,US,0.00,866.00,800.00 +1153050420,The TiltyIMU: A Family of User-Friendly Robotics Controllers,Hardware,Technology,USD,2013-07-27,5000.00,2013-06-27 02:00:49,20909.00,successful,203,US,20909.00,20909.00,5000.00 +1153050566,Half Moon Prairie,Documentary,Film & Video,USD,2012-06-08,80000.00,2012-04-09 17:41:53,11.00,failed,2,US,11.00,11.00,80000.00 +1153052855,AutoWater (Christmas Tree),Product Design,Design,USD,2012-03-18,7500.00,2012-01-18 02:34:16,2.00,failed,1,US,2.00,2.00,7500.00 +1153063770,RAW : CHICAGO Fixate artist showcase at the Metro July 12,Conceptual Art,Art,USD,2017-07-05,500.00,2017-06-10 03:24:51,1.00,failed,1,US,0.00,1.00,500.00 +1153065995,Laurie's Corner,Food,Food,GBP,2015-09-30,1500.00,2015-09-09 15:27:15,1879.00,successful,34,GB,2872.51,2849.91,2275.07 +1153067199,Tosers: The Videogame,Video Games,Games,USD,2016-01-30,15000.00,2015-12-01 21:12:08,82.00,failed,7,US,82.00,82.00,15000.00 +"115307211,""Climbing with Baboons, First Ascents in Ethiopia"",Documentary,Film & Video,USD,2012-01-04,6000.00,2011-12-13 02:30:34,735.00,failed,9,US,735.00,735.00,6000.00" +1153075069,PurpleEdge Paintings,Painting,Art,USD,2015-04-05,750.00,2015-03-06 16:06:36,27.00,failed,2,US,27.00,27.00,750.00 +1153080690,Summit Soap - Reyclables into Handmade Soap,Product Design,Design,USD,2012-03-23,12000.00,2012-02-07 17:33:35,536.00,failed,32,US,536.00,536.00,12000.00 +1153089614,Rack n Ruin,Video Games,Games,USD,2012-08-31,30000.00,2012-08-01 19:19:58,14666.20,failed,241,US,14666.20,14666.20,30000.00 +1153096845,Save ARV-3,Science Fiction,Film & Video,USD,2014-08-23,2200.00,2014-08-08 07:29:21,2455.00,successful,56,US,2455.00,2455.00,2200.00 +1153097058,magic super circus,Theater,Theater,GBP,2015-05-25,100000.00,2015-04-25 09:12:52,0.00,failed,0,GB,0.00,0.00,152573.92 +1153104720,Psyched- A Social Website for the Wallflowers,Web,Technology,USD,2015-08-17,350.00,2015-07-10 17:02:15,21.00,failed,3,US,21.00,21.00,350.00 +1153107234,ExtraBee Open-Source Radio Module,Hardware,Technology,USD,2013-06-03,29800.00,2013-04-30 07:01:59,3334.00,failed,56,US,3334.00,3334.00,29800.00 +1153110694,Misty Mountain Terrariums,Design,Design,USD,2014-10-09,600.00,2014-09-09 19:06:50,330.00,failed,9,US,330.00,330.00,600.00 +1153114931,Progression,Painting,Art,GBP,2015-05-01,500.00,2015-04-01 02:13:58,61.00,failed,2,GB,90.70,94.02,770.68 +1153121311,iSoap - Keeps Your Smartphone Germs-Free!,Technology,Technology,EUR,2017-12-23,5000.00,2017-11-08 10:54:37,141.00,failed,10,DE,65.00,169.10,5996.50 +1153121894,New Puppy Blog,Animals,Photography,CAD,2016-02-06,2200.00,2016-01-07 04:26:21,5.00,failed,1,CA,3.60,3.59,1580.12 +115312339,Oh Lumberjack - Karate Hands EP,Indie Rock,Music,USD,2013-04-01,600.00,2013-02-11 00:58:09,606.00,successful,17,US,606.00,606.00,600.00 +1153123682,Advocacy App,Apps,Technology,USD,2017-03-11,3500.00,2017-02-09 00:13:24,3500.00,successful,22,US,395.00,3500.00,3500.00 +115312800,The Mike Hoffman Complete PDF Library 2,Comics,Comics,USD,2017-07-16,20.00,2017-07-02 01:26:19,100.00,successful,1,US,100.00,100.00,20.00 +1153134004,Lets film the revolution,Journalism,Journalism,USD,2015-10-22,8500.00,2015-10-02 02:42:13,0.00,failed,0,US,0.00,0.00,8500.00 +"1153142212,""""""Lux in Tenebris"""" Feature Film Release"",Drama,Film & Video,USD,2016-01-22,1250.00,2015-12-08 15:32:28,2177.00,successful,18,US,2177.00,2177.00,1250.00" +115315381,eco friendly sunglasses,Product Design,Design,USD,2012-04-20,26500.00,2012-03-06 03:29:21,6906.08,failed,60,US,6906.08,6906.08,26500.00 +1153158498,ELLA - a new American coming of age story in the Midwest,Narrative Film,Film & Video,USD,2017-03-31,18000.00,2017-03-01 17:30:44,21812.00,successful,243,US,4400.00,21812.00,18000.00 +1153159359,Artist Burgeoning,Poetry,Publishing,USD,2015-10-22,25000.00,2015-09-22 15:31:54,50.00,failed,1,US,50.00,50.00,25000.00 +1153164828,Mary Grisey: Artist Residency at Vermont Studio Center,Installations,Art,CAD,2014-07-09,1500.00,2014-06-09 18:53:07,2725.00,successful,48,CA,2492.91,2560.85,1409.64 +1153165477,Fighting Evil is Cool!'s New Album,Music,Music,GBP,2016-07-10,1000.00,2016-06-13 22:15:49,1416.66,successful,63,GB,1710.18,1893.07,1336.29 +1153179840,WIPE-MO,Product Design,Design,USD,2016-02-08,44000.00,2016-01-09 02:04:09,163.00,failed,11,US,163.00,163.00,44000.00 +1153186462,Vicious Rumors Live You To Death 3-Brazilian Brutality DVD,Metal,Music,USD,2014-12-14,7500.00,2014-11-14 20:52:37,797.00,canceled,17,US,797.00,797.00,7500.00 +1153200031,Craft Beer Chaos - Card Game,Playing Cards,Games,USD,2017-04-07,4000.00,2017-02-21 05:54:16,206.00,failed,9,US,20.00,206.00,4000.00 +1153206631,Ruby's Bakehouse: Bring the best cupcakes & cookies to Indy!,Food,Food,USD,2013-02-13,2500.00,2013-01-14 17:02:49,2826.00,successful,61,US,2826.00,2826.00,2500.00 +1153207978,Makua Charley: a supernatural thriller filmed in Hawaii!,Narrative Film,Film & Video,USD,2012-05-26,7777.00,2012-04-16 23:37:28,4662.00,failed,36,US,4662.00,4662.00,7777.00 +1153209859,Project Manhigh Patches Flown to the Stratosphere,Art,Art,USD,2015-11-09,750.00,2015-10-26 21:59:45,369.00,failed,9,US,369.00,369.00,750.00 +1153215173,NOSPY - The Privacy and Anti-Hacker Screen Protector,Product Design,Design,HKD,2017-09-21,150000.00,2017-08-22 21:47:04,0.00,failed,0,HK,0.00,0.00,19206.39 +1153220220,The Rali and Rick Show - Adventure Never Stops,Television,Film & Video,USD,2015-10-03,6000.00,2015-08-19 04:53:26,300.00,failed,2,US,300.00,300.00,6000.00 +1153220577,Huile a barbe Le Barbier,Accessories,Fashion,CAD,2017-10-01,1250.00,2017-08-02 04:21:52,275.00,failed,9,CA,0.00,218.69,994.04 +1153223152,Family Links,Narrative Film,Film & Video,USD,2014-04-05,5000.00,2014-02-19 18:28:31,0.00,failed,0,US,0.00,0.00,5000.00 +1153225994,Make Wonderland a Reality,Performance Art,Art,USD,2013-03-26,1000.00,2013-02-21 07:32:33,2063.00,successful,32,US,2063.00,2063.00,1000.00 +1153235661,On the Road Bus Adventures,Photography,Photography,USD,2012-05-04,2400.00,2012-04-04 04:34:21,3961.27,successful,81,US,3961.27,3961.27,2400.00 +1153240273,A Day With The Homeless,People,Photography,USD,2015-10-18,1500.00,2015-09-18 00:00:21,40.00,failed,2,US,40.00,40.00,1500.00 +1153244030,Stranimondi 2017,Publishing,Publishing,EUR,2017-09-17,2500.00,2017-07-23 23:59:59,2757.00,successful,96,IT,459.62,3297.65,2990.25 +1153247188,THE ORIGINAL SAN-DAL,Footwear,Fashion,GBP,2016-06-09,70000.00,2016-05-10 10:34:57,92554.00,successful,633,GB,133464.65,133311.25,100825.33 +1153250911,iCoolPack | Smart backpack with Cooling Fans System,Wearables,Technology,HKD,2016-12-15,800000.00,2016-11-05 19:08:48,92568.00,failed,20,HK,2568.21,11925.18,103060.91 +1153252025,My New Studio Nudes Platinum Photographs,Photography,Photography,USD,2016-08-09,1500.00,2016-07-10 20:10:33,3068.00,successful,32,US,0.00,3068.00,1500.00 +1153255704,3D Interactive Math Quiz,Video Games,Games,USD,2014-06-10,5000.00,2014-04-26 01:55:29,20.00,failed,2,US,20.00,20.00,5000.00 +1153257627,Bringing back the Isometric Mech Shooter with ANTRAXX,Video Games,Games,EUR,2016-11-01,30000.00,2016-10-01 19:16:36,4891.56,canceled,159,NL,1218.44,5426.20,33278.98 +1153266236,Exclusive Seattle Blues Rent Party with live music!,Jazz,Music,USD,2011-03-26,800.00,2011-03-17 23:20:11,895.00,successful,57,US,895.00,895.00,800.00 +1153274267,La Caliente News,Web,Journalism,EUR,2017-06-04,15000.00,2017-04-05 10:19:42,175.00,failed,5,ES,106.69,195.58,16764.08 +1153274696,Out-Tanks,Apparel,Fashion,GBP,2016-03-28,200.00,2016-02-27 00:13:01,5.00,failed,1,GB,6.97,7.15,286.19 +1153276216,Collateral Damage,Documentary,Film & Video,USD,2015-05-23,5000.00,2015-03-24 22:43:29,0.00,failed,0,US,0.00,0.00,5000.00 +1153280580,Drink Runner,Technology,Technology,USD,2013-01-13,68500.00,2012-12-14 21:31:41,1057.00,failed,13,US,1057.00,1057.00,68500.00 +1153282664,Ballpark Diamonds,Woodworking,Crafts,USD,2015-09-26,5500.00,2015-08-26 02:57:27,33039.00,successful,412,US,33039.00,33039.00,5500.00 +1153293591,Perfectly Sane,Film & Video,Film & Video,USD,2013-09-24,6000.00,2013-08-25 06:00:47,6005.00,successful,12,US,6005.00,6005.00,6000.00 +1153301822,Rosemont Bay - A Gothic Horror Soap Opera Roleplaying Game,Games,Games,USD,2013-08-26,6000.00,2013-07-24 06:58:37,10085.11,successful,313,US,10085.11,10085.11,6000.00 +1153302081,Intl' Museum of Art in Gaming & Interactive Creations 1spark,Video Games,Games,USD,2013-01-26,1699.00,2012-12-12 06:52:14,159.00,failed,9,US,159.00,159.00,1699.00 +1153309337,Infinite Blue's Debut Album,Rock,Music,USD,2013-07-17,1000.00,2013-06-17 22:11:34,45.00,failed,3,US,45.00,45.00,1000.00 +1153319181,Arcus Motion Analyzer | The Versatile Smart Ring,Wearables,Technology,USD,2014-07-25,320000.00,2014-06-19 13:21:31,23948.00,failed,135,US,23948.00,23948.00,320000.00 +1153323657,HEADS - Dumitru Gorzo - Museum Public Portrait Gallery,Public Art,Art,USD,2012-08-19,3000.00,2012-07-10 00:00:11,795.00,failed,10,US,795.00,795.00,3000.00 +1153328909,Home Studio (Infamous Asylum),Music,Music,USD,2016-12-01,2500.00,2016-11-01 17:08:18,1.00,failed,1,US,1.00,1.00,2500.00 +1153334941,Pitch Slapped's New Studio Album,Music,Music,USD,2017-04-05,20000.00,2017-03-02 03:33:39,7388.00,failed,84,US,100.00,7388.00,20000.00 +1153344675,RedRock Art-Oponics Grow Fountain,Technology,Technology,USD,2017-03-03,5000.00,2017-02-10 08:14:26,12.00,failed,1,US,12.00,12.00,5000.00 +1153345799,NOMAD: 8 Countries. Complete Strangers. One Path. ,Narrative Film,Film & Video,USD,2011-05-26,40000.00,2011-04-11 01:34:50,95.00,canceled,3,US,95.00,95.00,40000.00 +1153347284,Public Art for Riverhead NY: Animal Murals and Sculptures,Public Art,Art,USD,2014-06-28,6500.00,2014-05-29 20:01:59,2109.01,failed,28,US,2109.01,2109.01,6500.00 +1153355240,Sundayz Shoes,Footwear,Fashion,AUD,2015-09-06,25000.00,2015-07-28 02:58:41,2370.00,failed,14,AU,1726.02,1673.73,17655.37 +1153359945,STAR EAGLES,Tabletop Games,Games,USD,2017-05-05,16000.00,2017-04-05 17:01:27,26688.00,successful,336,US,10962.00,26688.00,16000.00 +1153360534,Introduction of Eastern European flavors to the US,Food,Food,USD,2013-09-23,110000.00,2013-07-25 21:35:55,1.00,canceled,1,US,1.00,1.00,110000.00 +1153364747,Gear Supply Co. Guitar Pedals,Sound,Technology,USD,2017-05-12,15000.00,2017-04-28 17:00:44,21538.00,successful,154,US,5375.00,21538.00,15000.00 +1153378162,Trip of a lifetime,Photography,Photography,USD,2015-03-12,3500.00,2015-01-26 21:31:38,0.00,failed,0,US,0.00,0.00,3500.00 +1153378986,Trial By Terror,Narrative Film,Film & Video,USD,2010-06-10,2000.00,2010-05-11 03:24:14,927.00,failed,11,US,927.00,927.00,2000.00 +1153387211,21st Century Artists: Art in the Digital Age,Mixed Media,Art,USD,2011-05-10,7500.00,2011-04-10 02:43:35,40.00,failed,2,US,40.00,40.00,7500.00 +1153388571,Ethereon: VR Adventure (Canceled),Video Games,Games,USD,2014-12-21,35800.00,2014-11-17 09:00:51,14749.53,canceled,241,US,14749.53,14749.53,35800.00 +115339230,Food truck,Food Trucks,Food,USD,2016-05-18,10000.00,2016-04-19 19:41:24,31.00,failed,4,US,31.00,31.00,10000.00 +1153392562,Starfishswim - designer swimwear,Fashion,Fashion,USD,2016-02-27,50000.00,2016-01-28 16:33:52,58.00,failed,2,US,58.00,58.00,50000.00 +1153398005,Building a Sunbeam,Technology,Technology,CAD,2016-01-18,70000.00,2015-12-19 21:14:35,365.00,failed,5,CA,262.09,257.57,49396.66 +1153399346,Sabrina king (my way out),Movie Theaters,Film & Video,USD,2015-09-30,37000.00,2015-08-25 10:51:31,0.00,failed,0,US,0.00,0.00,37000.00 +1153401593,Arcana: Sands of Destiny,Games,Games,GBP,2014-07-23,5000.00,2014-06-03 15:31:56,519.00,failed,28,GB,869.15,881.68,8494.01 +1153405393,Hooves for Hope,Ceramics,Art,USD,2014-08-16,10000.00,2014-07-17 21:06:11,375.00,failed,9,US,375.00,375.00,10000.00 +1153406865,The Atlantic to Pacific Photography Book,Photobooks,Photography,USD,2016-01-03,1000.00,2015-11-04 03:32:07,126.00,failed,3,US,126.00,126.00,1000.00 +1153411085,fishing rod strike detector [ e-striker nano ] (Canceled),Product Design,Design,USD,2014-06-28,6500.00,2014-05-29 07:55:19,266.00,canceled,10,US,266.00,266.00,6500.00 +1153411211,Tabula Raisa: Learning Journey to Dhaka,Children's Books,Publishing,USD,2015-01-09,12000.00,2014-12-10 21:00:04,12879.00,successful,109,US,12879.00,12879.00,12000.00 +1153414475,AJ Play LLC,Live Games,Games,USD,2017-12-08,30000.00,2017-10-24 14:10:54,45.00,canceled,3,US,0.00,45.00,30000.00 +1153414688,Crypts of Indormancy,Tabletop Games,Games,GBP,2016-10-18,1000.00,2016-09-18 18:11:23,7526.50,successful,357,GB,5280.20,9173.07,1218.77 +1153415690,Overrun Island - IOS mobile game.,Mobile Games,Games,GBP,2014-11-29,250.00,2014-11-09 15:54:50,0.00,failed,0,GB,0.00,0.00,392.14 +"1153419013,""The KeySquare: Gentlemen, there is a better way..."",Product Design,Design,USD,2012-12-13,10800.00,2012-11-13 03:29:28,83414.00,successful,2065,US,83414.00,83414.00,10800.00" +"1153420021,""""""Fear Lives Here"""" -- He just wants to play a game."",Film & Video,Film & Video,USD,2010-08-09,10000.00,2010-05-11 20:53:39,10750.00,successful,62,US,10750.00,10750.00,10000.00" +1153426630,GUITAR-JO 2.0 - Make Your Electric Guitar Sound Like a Banjo,Sound,Technology,USD,2018-01-10,10000.00,2017-12-08 22:01:23,10343.00,live,158,US,2442.00,10343.00,10000.00 +1153440458,MYSTERY MEAT Comix,Graphic Novels,Comics,USD,2016-08-20,3000.00,2016-07-21 07:01:00,3530.00,successful,101,US,672.00,3530.00,3000.00 +1153443142,Freedom of Flight,Film & Video,Film & Video,USD,2016-06-02,350.00,2016-05-03 18:03:55,0.00,failed,0,US,0.00,0.00,350.00 +1153446459,LOVF New York: Destination Crisis,Art Books,Publishing,USD,2013-04-06,300.00,2013-03-22 16:31:44,501.00,successful,26,US,501.00,501.00,300.00 +"1153446740,""Trip back to Dallas, Texas"",Photo,Journalism,USD,2014-11-01,10000.00,2014-09-17 18:59:19,10.00,failed,1,US,10.00,10.00,10000.00" +1153453082,The Peace Dancer,Children's Books,Publishing,USD,2013-10-02,3700.00,2013-09-02 01:25:45,719.00,failed,19,US,719.00,719.00,3700.00 +1153457204,Monster Dice: The Exquisite Collection Metal Crafts,Tabletop Games,Games,USD,2017-10-25,30000.00,2017-09-25 18:05:18,71632.00,successful,1004,US,3063.00,71632.00,30000.00 +1153464246,Sturgis trip 2015 75th Anniversary,Festivals,Film & Video,USD,2015-02-21,1300.00,2015-01-07 02:49:02,10.00,failed,1,US,10.00,10.00,1300.00 +1153473953,E1 Wallet (Canceled),Product Design,Design,USD,2014-10-22,750.00,2014-10-06 07:17:37,196.00,canceled,6,US,196.00,196.00,750.00 +1153475405,Remembrance Poets- Conflict and Resolution,Poetry,Publishing,GBP,2014-10-10,200.00,2014-09-10 14:17:46,0.00,failed,0,GB,0.00,0.00,320.68 +1153478384,Peck's new album: HOME/GHOST,Music,Music,USD,2011-10-16,7000.00,2011-08-17 20:19:17,7155.11,successful,124,US,7155.11,7155.11,7000.00 +1153489356,BuggMail! Free and Safe eMail For Kids! Free Games and Chat!,Apps,Technology,USD,2014-07-13,50000.00,2014-05-14 18:12:21,5.00,failed,1,US,5.00,5.00,50000.00 +1153492981,The Silk Worm,Narrative Film,Film & Video,USD,2012-05-27,5000.00,2012-04-27 14:36:06,100.00,failed,1,US,100.00,100.00,5000.00 +1153495986,Apocalyptic Old West (Canceled),Tabletop Games,Games,EUR,2015-11-04,2000.00,2015-10-05 18:46:22,486.00,canceled,12,AT,544.90,527.99,2172.80 +"115351465,""Whackpack Furniture. Handmade by us, handcrafted by you!"",Woodworking,Crafts,EUR,2015-07-16,15000.00,2015-06-10 12:30:35,15879.56,successful,258,IE,17978.03,17291.21,16333.46" +1153520128,A Weebee's ABC journey (Canceled),Children's Books,Publishing,USD,2015-06-05,1500.00,2015-05-21 04:10:49,10.00,canceled,1,US,10.00,10.00,1500.00 +115352623,glyFiction - Wordless Text-Adventure Games,Video Games,Games,CAD,2015-02-15,15000.00,2015-01-16 19:21:43,164.00,failed,6,CA,137.06,131.66,12042.39 +1153529458,UNREAL Tournament maps and Mesh's (Canceled),Video Games,Games,USD,2015-04-30,4500.00,2015-03-31 03:00:10,0.00,canceled,0,US,0.00,0.00,4500.00 +1153541488,Indie Game Informer,Games,Games,GBP,2014-05-08,4000.00,2014-03-29 18:16:57,180.00,failed,18,GB,299.18,303.53,6745.02 +1153546521,Printer inc,Publishing,Publishing,NOK,2018-01-05,500.00,2017-12-06 19:53:18,0.00,suspended,0,NO,0.00,0.00,61.82 +1153549663,Choices,Thrillers,Film & Video,USD,2014-09-21,5000.00,2014-08-22 01:00:03,0.00,failed,0,US,0.00,0.00,5000.00 +115355261,Venite Ministries,Web,Technology,USD,2015-02-04,2500.00,2015-01-05 23:18:57,246.00,failed,5,US,246.00,246.00,2500.00 +1153559235,SELF-MADE - The mobile letterpress and printmaking studio,Design,Design,USD,2011-12-18,10650.00,2011-11-18 13:43:46,840.00,failed,16,US,840.00,840.00,10650.00 +1153568358,FridgePad II - Magnetic iPad Mount (Canceled),Technology,Technology,GBP,2014-10-10,25000.00,2014-09-10 23:54:40,564.00,canceled,22,GB,907.40,904.32,40085.30 +115356950,Stand Up,Shorts,Film & Video,USD,2014-05-17,2500.00,2014-04-17 18:58:44,2551.00,successful,36,US,2551.00,2551.00,2500.00 +1153572057,One Year of Film Photography in New Zealand,Photography,Photography,USD,2013-12-14,3000.00,2013-11-19 03:30:21,3632.61,successful,51,US,3632.61,3632.61,3000.00 +1153587818,SUBTLE ANGELS : SOPHIE VOL.1 FINE ART NUDES by Sigil Cast,Fine Art,Photography,USD,2016-07-07,199.00,2016-06-30 19:50:08,635.00,successful,14,US,635.00,635.00,199.00 +1153588217,Mein TRAUM als YouTuber!,Comedy,Film & Video,EUR,2015-06-11,75.00,2015-05-12 21:59:16,0.00,failed,0,DE,0.00,0.00,84.15 +1153598284,'An Echo from Willowwood' and other compositions,Classical Music,Music,USD,2012-10-11,2500.00,2012-09-11 04:12:25,2957.00,successful,34,US,2957.00,2957.00,2500.00 +115361409,The Grand Goodbye,Documentary,Film & Video,USD,2014-12-29,7865.00,2014-12-02 13:27:40,60.00,failed,2,US,60.00,60.00,7865.00 +1153615468,ALEX BOYE is RECORDING A NEW ALBUM!!!,Pop,Music,USD,2013-07-07,28470.00,2013-05-22 16:44:06,30036.00,successful,283,US,30036.00,30036.00,28470.00 +1153623538,Get Turtle Stone Brewing Company Brewing,Food,Food,USD,2011-10-16,30000.00,2011-09-16 19:16:18,2900.00,failed,31,US,2900.00,2900.00,30000.00 +1153624308,Red Bear Leather UK,Accessories,Fashion,GBP,2017-10-10,5000.00,2017-09-22 21:00:03,367.00,failed,15,GB,26.98,487.11,6636.32 +1153629008,RiverWood Pottery (Canceled),Pottery,Crafts,USD,2016-02-06,14000.00,2016-01-07 07:36:33,210.00,canceled,4,US,210.00,210.00,14000.00 +1153630953,Math Public Online Tutoring (Canceled),Technology,Technology,USD,2015-02-05,20000.00,2015-01-06 05:18:44,0.00,canceled,0,US,0.00,0.00,20000.00 +1153634405,Magnaroll,Product Design,Design,USD,2017-12-26,30000.00,2017-11-26 22:01:31,1920.00,failed,29,US,1175.00,1920.00,30000.00 +1153642368,Simplified Life Planner & Meditation Journal,Calendars,Publishing,USD,2015-08-27,8000.00,2015-07-28 20:54:41,114.00,failed,3,US,114.00,114.00,8000.00 +1153646014,Hard Drive Tick!......Tock POV Clock,Technology,Technology,USD,2011-11-01,19500.00,2011-09-13 04:39:49,825.00,failed,12,US,825.00,825.00,19500.00 +1153647169,Epic pokemon stickers,Illustration,Art,MXN,2017-08-11,3400.00,2017-07-22 00:37:16,225.00,failed,2,MX,0.00,12.50,188.94 +"1153648720,""My First Live Recording entitled """"Born To Win"""""",Faith,Music,USD,2014-08-17,5500.00,2014-07-18 16:38:00,0.00,failed,0,US,0.00,0.00,5500.00" +1153657947,El Bohemio - Feel Good Urban Music.,World Music,Music,USD,2014-02-08,5000.00,2014-01-09 21:30:52,250.00,failed,1,US,250.00,250.00,5000.00 +1153660807,Cage Hat Bubble Hat3,Wearables,Technology,USD,2017-09-21,10000.00,2017-08-25 03:25:13,0.00,failed,0,US,0.00,0.00,10000.00 +"1153661418,""""""Glow in the Dark"""" photoluminsecence in art and design"",Conceptual Art,Art,USD,2013-05-05,5000.00,2013-04-05 00:57:42,70.00,failed,2,US,70.00,70.00,5000.00" +1153662174,Needs More Salt,Apparel,Fashion,USD,2015-06-12,11000.00,2015-04-13 22:10:01,51.00,failed,1,US,51.00,51.00,11000.00 +"1153675573,""Organic Homemade Baking Extracts (Vanilla, and 3 others)"",Food,Food,USD,2015-11-02,743.00,2015-10-12 20:13:02,51.00,failed,3,US,51.00,51.00,743.00" +1153675729,COVER ONE ACRE GREENHOUSE - FOOD TO FEED THE WORLD,Food,Food,USD,2014-03-06,45000.00,2014-02-04 00:57:48,519.00,failed,11,US,519.00,519.00,45000.00 +1153683296,Texas Triple Play,Publishing,Publishing,USD,2017-01-30,5500.00,2017-01-05 16:10:38,10.00,failed,1,US,0.00,10.00,5500.00 +1153692231,The Nomadic Way - The San Bushmen of the Kalahari,Documentary,Film & Video,USD,2013-02-13,39400.00,2013-01-14 22:31:33,70.00,failed,3,US,70.00,70.00,39400.00 +1153699534,Davis Nix - 1st Studio Album,Music,Music,USD,2014-12-18,12000.00,2014-11-18 22:04:10,12000.00,successful,68,US,12000.00,12000.00,12000.00 +1153705186,The Bunny Museum needs to move to a bigger location,Public Art,Art,USD,2015-02-10,200000.00,2014-12-12 19:31:27,1031.00,failed,21,US,1031.00,1031.00,200000.00 +1153711948,ArcadeHD. The Arcade of the Future!,Video Games,Games,USD,2014-10-20,7000.00,2014-10-10 20:05:26,25.00,failed,1,US,25.00,25.00,7000.00 +1153712541,New Versatile Photobooth,Photography,Photography,USD,2014-08-27,4500.00,2014-07-28 23:59:14,0.00,failed,0,US,0.00,0.00,4500.00 +1153712773,SULTAN OF SCRAPE,Film & Video,Film & Video,USD,2013-06-08,1000000.00,2013-05-09 09:32:52,365.00,failed,5,US,365.00,365.00,1000000.00 +1153714913,Free Range: Where Heritage Meets Hope (Rockumentary Film),Documentary,Film & Video,USD,2013-10-20,10000.00,2013-09-20 01:29:42,10237.00,successful,68,US,10237.00,10237.00,10000.00 +1153718374,Holistic Organic Farm Community,Design,Design,AUD,2016-01-19,500000.00,2015-11-20 00:55:43,31.00,failed,3,AU,22.00,21.78,351370.34 +1153723923,Sarah Jane Investigates,Drama,Film & Video,AUD,2016-12-15,15000.00,2016-11-15 12:01:13,150.00,canceled,2,AU,75.49,109.97,10997.07 +1153725770,Gladiator: Quest for the Rudis — New Decks + Core Game,Tabletop Games,Games,USD,2017-03-22,500.00,2017-03-15 17:03:09,8140.00,successful,110,US,2744.00,8140.00,500.00 +1153729612,Two Tomorrows From Now (Canceled),Video Games,Games,USD,2015-03-15,20000.00,2015-02-12 17:51:31,6991.00,canceled,87,US,6991.00,6991.00,20000.00 +1153729813,Variety Show - the A/B Duo album,Classical Music,Music,USD,2016-07-21,8000.00,2016-06-21 06:23:23,8100.00,successful,151,US,4530.00,8100.00,8000.00 +1153733644,Headphone Audio Amplifier,Hardware,Technology,USD,2014-04-28,15000.00,2014-03-29 16:26:57,602.00,failed,4,US,602.00,602.00,15000.00 +1153763472,Humans the Dying Race (Suspended),Tabletop Games,Games,USD,2015-07-17,16000.00,2015-06-17 18:44:25,0.00,suspended,0,US,0.00,0.00,16000.00 +1153763758,Jenn Rawling's Next Record!,Music,Music,USD,2017-04-29,4000.00,2017-04-06 07:34:25,4755.00,successful,122,US,140.00,4755.00,4000.00 +115376773,Definitely Not Therapy,Web,Journalism,USD,2015-06-20,15000.00,2015-05-21 23:23:14,5.00,failed,1,US,5.00,5.00,15000.00 +1153770027,Street Academy,Webseries,Film & Video,USD,2013-03-13,2400.00,2013-02-11 21:42:17,713.00,failed,12,US,713.00,713.00,2400.00 +115377401,FIGHT DREAMS: Mother Turned MMA Cage Fighter,Documentary,Film & Video,USD,2011-01-23,5000.00,2010-12-11 08:38:19,5385.00,successful,54,US,5385.00,5385.00,5000.00 +"1153787363,Belle Tones A Cappella Album,Music,Music,USD,2014-12-06,2000.00,2014-11-11 05:03:23,2365.00,undefined,0,""N,0"""""",,2365.00,2000.00" +1153790069,Freehold Yarn Co. British Wool Blend,Knitting,Crafts,GBP,2017-11-06,500.00,2017-10-07 19:12:41,1895.00,successful,61,GB,256.57,2499.08,659.39 +1153798774,Homeowner's Guide to Nuisance Wildlife Control,Nonfiction,Publishing,USD,2013-04-28,4750.00,2013-03-29 02:08:35,80.00,failed,2,US,80.00,80.00,4750.00 +1153800253,Love Through Deviant Ears: A Mixtape Vol. 2,Theater,Theater,USD,2012-02-23,2500.00,2012-01-15 01:54:02,2610.00,successful,99,US,2610.00,2610.00,2500.00 +1153801616,The Green Planet Project - Phase I (Canceled),Architecture,Design,GBP,2015-04-17,45000.00,2015-03-18 09:51:57,0.00,canceled,0,GB,0.00,0.00,67597.00 +1153804315,Sashay - Shante,Design,Design,CAD,2017-10-07,500.00,2017-08-08 01:32:12,346.00,failed,22,CA,26.88,276.82,400.03 +1153818,The Sleep Project,Webseries,Film & Video,USD,2012-10-08,80000.00,2012-09-05 20:56:03,17367.00,failed,56,US,17367.00,17367.00,80000.00 +"1153836925,""""""I HATE LOVE"""" NEW ALBUM"",Country & Folk,Music,USD,2014-03-24,5500.00,2014-02-22 15:11:32,1160.00,failed,28,US,1160.00,1160.00,5500.00" +1153854850,SelectCooks.com (Canceled),Web,Technology,USD,2015-10-05,30000.00,2015-08-21 02:23:36,0.00,canceled,0,US,0.00,0.00,30000.00 +1153857182,Croat Wallets,Design,Design,USD,2016-02-06,1000.00,2016-01-07 22:41:26,306.00,failed,8,US,306.00,306.00,1000.00 +1153857237,CHILL: Surfers of the North,Documentary,Film & Video,USD,2012-08-29,15000.00,2012-07-06 01:44:55,785.00,failed,10,US,785.00,785.00,15000.00 +1153861559,The Reading Effect - The Ugly Old Tree: A short story,Fiction,Publishing,USD,2016-04-23,3000.00,2016-03-12 01:09:26,256.00,canceled,3,US,256.00,256.00,3000.00 +1153881091,Ayatollah presents: COLOSSUS (limited vinyl hip hop release),Hip-Hop,Music,USD,2015-06-06,3500.00,2015-05-07 22:20:41,4080.00,successful,60,US,4080.00,4080.00,3500.00 +115389118,Streem Outdoors Fly Fishing Rods,Product Design,Design,USD,2016-09-18,20000.00,2016-08-16 23:50:56,51770.00,successful,245,US,6493.00,51770.00,20000.00 +1153892472,Keystone Grommet: HDMI/USB/ Cat6 in Desks & Office Furniture,Technology,Technology,CAD,2014-05-29,8950.00,2014-04-29 20:45:45,532.00,failed,17,CA,482.08,490.96,8259.51 +1153902836,Make Sugar Honey Iced Tea Happen : Tour and Album,Country & Folk,Music,USD,2013-04-22,1000.00,2013-04-02 17:56:58,1734.00,successful,49,US,1734.00,1734.00,1000.00 +"1153918473,Zach Steinbach | The HEART OF A WOMAN Project,Music,Music,USD,2015-05-20,4000.00,2015-04-29 04:16:09,5190.00,undefined,0,""N,0"""""",,5190.00,4000.00" +1153920061,Good Help the Card Game,Tabletop Games,Games,USD,2017-05-13,8000.00,2017-04-10 18:30:44,1012.00,canceled,28,US,515.00,1012.00,8000.00 +1153926151,Sam & Grams Soap Tuck,Crafts,Crafts,USD,2015-03-23,5000.00,2015-02-20 01:18:33,0.00,failed,0,US,0.00,0.00,5000.00 +1153927203,Connecticut Homemade: Recipes from Nutmeggers' Kitchens,Publishing,Publishing,USD,2013-03-19,1000.00,2013-01-25 15:42:44,591.00,failed,23,US,591.00,591.00,1000.00 +1153937389,Operation: Training (Canceled),Documentary,Film & Video,USD,2013-02-22,5000.00,2013-01-23 23:39:14,100.00,canceled,1,US,100.00,100.00,5000.00 +1153937891,Patricia Adams,Fashion,Fashion,USD,2013-09-09,15000.00,2013-08-10 21:20:09,10.00,failed,1,US,10.00,10.00,15000.00 +115394168,Brunelleschi: Steam Greenlight Launch,Video Games,Games,USD,2015-05-21,100.00,2015-04-21 01:35:41,55.00,failed,4,US,55.00,55.00,100.00 +1153954787,Game Glass,Glass,Crafts,USD,2016-05-29,1500.00,2016-04-29 20:32:43,270.00,failed,6,US,270.00,270.00,1500.00 +1153958480,Horace and Agnes: A Love Story,Fine Art,Photography,USD,2014-07-13,14000.00,2014-05-29 23:14:27,15500.00,successful,150,US,15500.00,15500.00,14000.00 +1153960275,EZStart™ Charcoal Chimney (Canceled),Gadgets,Technology,USD,2015-12-16,75000.00,2015-11-03 22:32:04,0.00,canceled,0,US,0.00,0.00,75000.00 +1153964324,Put Down The Technology & Go Explore The Pacific Northwest,Places,Photography,USD,2014-08-11,500.00,2014-07-12 00:18:45,25.00,failed,1,US,25.00,25.00,500.00 +1153965992,TransTabla first production run!,World Music,Music,USD,2012-11-13,10000.00,2012-10-14 05:06:44,3325.00,failed,39,US,3325.00,3325.00,10000.00 +1153971041,Kraang (Ninja Turtles) Sticker,Public Art,Art,USD,2014-03-17,175.00,2014-03-10 21:38:56,225.00,successful,29,US,225.00,225.00,175.00 +1153972663,Carbonlite™: Aerospace grade carbon fiber minimal wallet.,Design,Design,USD,2014-02-20,3000.00,2014-01-06 09:44:55,34739.09,successful,404,US,34739.09,34739.09,3000.00 +1153979501,Lit Fest on the Lake,Publishing,Publishing,USD,2012-07-06,2000.00,2012-06-06 02:09:50,0.00,failed,0,US,0.00,0.00,2000.00 +1153979904,I'll Draw Your Portrait,Illustration,Art,USD,2011-03-07,100.00,2011-02-05 21:01:04,129.00,successful,6,US,129.00,129.00,100.00 +1153979946,American Culture Shock,Documentary,Film & Video,USD,2012-06-04,3500.00,2012-05-05 02:52:31,3627.00,successful,60,US,3627.00,3627.00,3500.00 +1153981784,Mister M,Narrative Film,Film & Video,CAD,2014-04-17,5000.00,2014-03-03 21:57:15,45.00,failed,2,CA,40.67,40.88,4541.74 +1153983418,Clothing Design - T-Shirts,Apparel,Fashion,USD,2015-08-17,50000.00,2015-06-23 19:02:59,0.00,failed,0,US,0.00,0.00,50000.00 +"1153987661,""""""Name is Yoko"""" by Ayano Elson"",Performances,Dance,USD,2015-01-10,2500.00,2014-12-11 17:40:04,2704.00,successful,44,US,2704.00,2704.00,2500.00" +1153989443,XOWi: The World's First Smart Voice Badge,Hardware,Technology,USD,2013-11-21,100000.00,2013-10-22 16:45:35,38403.00,failed,252,US,38403.00,38403.00,100000.00 +1153990413,First Albumn,R&B,Music,USD,2015-06-13,10000.00,2015-04-14 21:42:28,0.00,failed,0,US,0.00,0.00,10000.00 +1153996992,A CON-voluted Story,Documentary,Film & Video,USD,2012-03-16,7250.00,2012-01-16 18:35:50,3872.00,failed,28,US,3872.00,3872.00,7250.00 +1153998626,The Sleep Collective,Apparel,Fashion,AUD,2016-04-15,5500.00,2016-03-16 09:53:40,100.00,failed,1,AU,74.88,77.04,4236.96 +1153999481,On Silver Wings: A Life Reconstructed,Nonfiction,Publishing,USD,2015-04-01,3500.00,2015-03-09 19:30:55,3600.00,successful,31,US,3600.00,3600.00,3500.00 +1153999936,The Sutro Mission Bicycle: Designed for City Riding,Product Design,Design,USD,2012-04-09,10000.00,2012-03-10 19:53:46,66875.00,successful,170,US,66875.00,66875.00,10000.00 +1154001612,Le Legend of le Dragon Slayers,Animation,Film & Video,USD,2015-10-11,3000.00,2015-08-12 17:07:02,0.00,failed,0,US,0.00,0.00,3000.00 +"1154010684,""""""STRAIGHT SAX"""" - NEW Independent CD by Brian Lenair (SaxyB)"",Jazz,Music,USD,2014-12-03,80500.00,2014-10-30 16:50:25,530.00,failed,11,US,530.00,530.00,80500.00" +1154014890,The Mohandas - A thriller set in the Middle East,Fiction,Publishing,USD,2014-09-04,11000.00,2014-08-05 17:08:50,720.00,failed,15,US,720.00,720.00,11000.00 +1154015387,The Arab Americans - An Untold History,Documentary,Film & Video,USD,2011-12-11,25000.00,2011-10-27 05:57:04,25295.00,successful,225,US,25295.00,25295.00,25000.00 +1154016255,The Blossom of India,Documentary,Film & Video,USD,2012-10-30,150.00,2012-10-22 17:52:16,0.00,failed,0,US,0.00,0.00,150.00 +1154020579,Forgotten Roots Theatre Company (Canceled),Theater,Theater,USD,2010-04-07,5000.00,2010-01-07 23:49:07,25.00,canceled,1,US,25.00,25.00,5000.00 +1154022109,PLAYHOUSE,Film & Video,Film & Video,USD,2012-12-18,77777.00,2012-10-19 11:32:12,777.00,failed,1,US,777.00,777.00,77777.00 +1154025996,Paracord Bands - Alaskan Paracord Survival Bracelets,Crafts,Crafts,USD,2014-04-27,5200.00,2014-03-26 03:38:10,68.00,failed,3,US,68.00,68.00,5200.00 +1154031001,Brazilian Day Street Festival Michigan 2017,Performances,Dance,USD,2017-04-16,15000.00,2017-02-15 15:34:36,157.00,failed,5,US,3.00,157.00,15000.00 +1154032105,The Melba Theater Revitalization: Going Digital,Theater,Theater,USD,2016-06-02,20000.00,2016-04-13 00:00:14,4311.00,failed,37,US,4311.00,4311.00,20000.00 +1154049054,Seaside Eddy's - Wheels on the Ground! (Canceled),Food Trucks,Food,CAD,2014-08-01,40000.00,2014-07-02 02:58:19,0.00,canceled,0,CA,0.00,0.00,36609.92 +1154060067,Lessons from a Politically Incorrect Life,Nonfiction,Publishing,USD,2013-11-11,4500.00,2013-10-12 05:16:45,0.00,failed,0,US,0.00,0.00,4500.00 +"1154062972,""""""Trouble in Paradise"""" - a Bees Deluxe Album"",Indie Rock,Music,USD,2014-05-15,999.00,2014-04-15 21:24:30,1170.00,successful,27,US,1170.00,1170.00,999.00" +1154066764,Let's drought-proof Australia ... one town at a time,Makerspaces,Technology,AUD,2016-01-10,5000000.00,2015-12-11 13:01:28,87.00,failed,5,AU,63.49,59.74,3433122.77 +1154067070,St. Sir PoleWear,Apparel,Fashion,USD,2014-12-29,28000.00,2014-11-29 02:33:57,1999.00,failed,20,US,1999.00,1999.00,28000.00 +1154076324,Mitchell & Johnson Electrostatz Headphones,Technology,Technology,GBP,2016-02-10,19999.00,2016-01-06 22:33:57,39125.30,successful,360,GB,57591.41,56748.57,29007.18 +1154076408,Thesaurus,Web,Technology,USD,2017-09-04,10000.00,2017-07-07 02:38:58,11.00,failed,1,US,0.00,11.00,10000.00 +1154081385,NUCLEAR WARRIORS HANGMAN FOR HUMANITY MISSILE SITE BAR-B-Q R,Documentary,Film & Video,USD,2012-02-11,50000.00,2011-12-15 04:42:17,500.00,failed,5,US,500.00,500.00,50000.00 +1154085190,Walk With Nature: The Trekking Pole Reimagined,Product Design,Design,USD,2014-12-20,10000.00,2014-11-20 22:09:50,15320.00,successful,124,US,15320.00,15320.00,10000.00 +1154089742,Mino Bimaadiziwin a short film by Shane McSauby,Shorts,Film & Video,USD,2017-06-18,3000.00,2017-05-09 16:02:58,4050.00,successful,92,US,885.00,4050.00,3000.00 +1154094030,PiE presents the LA Percussion Quartet in Concert,Classical Music,Music,USD,2012-12-08,1000.00,2012-11-20 23:27:10,1210.00,successful,24,US,1210.00,1210.00,1000.00 +"1154095172,""Gig and Studio Equipment (Keyboard, laptop)"",Jazz,Music,USD,2017-02-23,5000.00,2017-01-24 16:50:19,0.00,failed,0,US,0.00,0.00,5000.00" +"1154103237,""""""The Gypsy Grip"""" The Life and Times of Chunky Huse"",Documentary,Film & Video,USD,2013-05-30,100000.00,2013-04-30 02:24:51,9105.00,failed,40,US,9105.00,9105.00,100000.00" +1154116870,First print edition of Orange County Breeze,Journalism,Journalism,USD,2012-05-31,9997.00,2012-05-01 01:19:27,600.00,failed,11,US,600.00,600.00,9997.00 +1154116946,Cageflowers,Fashion,Fashion,USD,2010-11-13,1000.00,2010-10-26 14:12:02,1101.00,successful,8,US,1101.00,1101.00,1000.00 +1154119357,Pseudo Man - Short Film,Shorts,Film & Video,USD,2015-08-10,10000.00,2015-07-10 17:03:59,12510.00,successful,112,US,12510.00,12510.00,10000.00 +1154119529,Cherry Roasters. Forward movement.,Small Batch,Food,USD,2017-02-18,25000.00,2017-01-19 17:09:05,26223.00,successful,194,US,415.00,26223.00,25000.00 +1154122260,Memories of the Past,Nonfiction,Publishing,USD,2014-12-28,500.00,2014-11-28 14:19:20,821.00,successful,33,US,821.00,821.00,500.00 +1154128691,Fantasy Stock Art & RPG Minis,Tabletop Games,Games,USD,2017-11-01,3300.00,2017-10-10 07:09:30,3502.00,successful,87,US,335.00,3502.00,3300.00 +1154129774,Chemo Caps for Kids,Crochet,Crafts,USD,2015-07-06,50.00,2015-06-06 15:42:09,60.00,successful,3,US,60.00,60.00,50.00 +1154130187,Clown Town #1: 3-Ring Mayhem Returns to Horror Comics!,Comics,Comics,USD,2011-06-30,1000.00,2011-05-31 05:46:24,1325.00,successful,34,US,1325.00,1325.00,1000.00 +1154131075,Singer Songwriter WC Edgar's 4th Self Penned CD,Country & Folk,Music,USD,2015-07-11,6000.00,2015-05-12 01:43:09,1346.00,failed,30,US,1346.00,1346.00,6000.00 +1154131854,Wireless Electricity Bed Lamp,Technology,Technology,USD,2012-01-03,25000.00,2011-11-04 01:47:47,1397.00,failed,6,US,1397.00,1397.00,25000.00 +"1154133014,""POP CULTURE Enamel PINS - BART SIMPSON, BENDER, JAKE ATAT"",Illustration,Art,USD,2016-12-10,700.00,2016-11-20 18:02:48,0.00,failed,0,US,0.00,0.00,700.00" +1154136202,Calling Home: Damaged Echoes - A Twitter Sci-Fi Story,Publishing,Publishing,USD,2011-08-13,1000.00,2011-07-14 23:36:16,1402.00,successful,21,US,1402.00,1402.00,1000.00 +1154137928,Art Cubed,Apparel,Fashion,EUR,2016-06-24,1000.00,2016-05-25 11:59:42,144.00,failed,6,ES,161.42,159.35,1106.60 +1154140474,The Brain Crunch Matching Game (see - hear - touch),Apps,Technology,USD,2015-08-22,60000.00,2015-07-23 18:32:48,0.00,failed,0,US,0.00,0.00,60000.00 +115414236,Vanishing Culture (Canceled),Documentary,Film & Video,USD,2012-08-18,250000.00,2012-06-19 23:48:22,385.00,canceled,6,US,385.00,385.00,250000.00 +1154149928,Bantam Greenhouse for Square Foot Micro Gardens,Product Design,Design,USD,2014-11-11,30000.00,2014-10-12 17:51:18,155.00,failed,5,US,155.00,155.00,30000.00 +1154152269,The Powhatan Suite,Classical Music,Music,USD,2015-05-31,35000.00,2015-05-01 06:01:12,46786.00,successful,263,US,46786.00,46786.00,35000.00 +115415485,Duluth MN (Canceled),Web,Journalism,USD,2016-06-02,80000.00,2016-04-03 05:19:21,1.00,canceled,1,US,1.00,1.00,80000.00 +1154155850,Sustainable Collar Stays,Accessories,Fashion,USD,2017-07-27,5000.00,2017-05-28 05:17:29,618.00,canceled,34,US,257.00,618.00,5000.00 +1154173214,Annika Ash and the Lost Robot,Children's Books,Publishing,USD,2012-06-28,7000.00,2012-05-29 14:00:39,3817.22,failed,68,US,3817.22,3817.22,7000.00 +1154173422,Rx Manga Comic,Comics,Comics,USD,2013-07-15,500.00,2013-06-05 14:21:56,503.00,successful,19,US,503.00,503.00,500.00 +1154174047,Original Paul Walker Drawing,Art,Art,USD,2015-05-11,350.00,2015-04-27 17:14:31,82.00,failed,5,US,82.00,82.00,350.00 +1154180274,Kash & the Mojo Machine: Ramblin' on the Coast Highway,Country & Folk,Music,USD,2015-04-08,5000.00,2015-03-09 02:12:42,5367.00,successful,41,US,5367.00,5367.00,5000.00 +1154185084,WindPax: Portable Wind Turbines,DIY Electronics,Technology,USD,2014-06-07,50000.00,2014-04-28 17:42:26,84707.00,successful,481,US,84707.00,84707.00,50000.00 +1154197608,BlinkyTile: Build Your Own Dynamic Light Sculptures,Technology,Technology,USD,2014-10-20,7500.00,2014-09-20 15:13:25,22604.71,successful,206,US,22604.71,22604.71,7500.00 +1154198138,Zabaleen: A Documentary Film,Documentary,Film & Video,USD,2011-11-23,15000.00,2011-10-14 13:55:06,20199.00,successful,108,US,20199.00,20199.00,15000.00 +1154200111,First Pokemon Console Game (Canceled),Video Games,Games,USD,2015-01-26,150000.00,2014-12-27 18:07:23,0.00,canceled,0,US,0.00,0.00,150000.00 +1154201079,Central Ohio Astronomical Society Mobile Classroom,Space Exploration,Technology,USD,2015-11-24,20000.00,2015-09-25 19:06:58,19.00,canceled,5,US,19.00,19.00,20000.00 +1154207061,Marketing Campaign for RED ROCK (Canceled),Fiction,Publishing,USD,2012-05-27,15000.00,2012-04-27 00:57:32,0.00,canceled,0,US,0.00,0.00,15000.00 +1154208000,Learn Apple Swift (Canceled),Software,Technology,GBP,2015-01-09,1500.00,2015-01-03 16:42:23,0.00,canceled,0,GB,0.00,0.00,2272.04 +1154213815,Wonkru Con: Convención fan de The 100 (Los 100) en España,Television,Film & Video,EUR,2017-10-29,60000.00,2017-09-19 12:49:25,250.00,failed,3,ES,0.00,291.43,69942.30 +1154224288,Pastel Magic,Painting,Art,DKK,2017-07-25,800.00,2017-07-10 18:00:07,0.00,canceled,0,DK,0.00,0.00,126.18 +1154225209,Majic tea-spoon: Spooni,Food,Food,USD,2017-05-22,15500.00,2017-04-10 07:49:17,469.20,failed,13,US,99.00,469.20,15500.00 +115424979,Game Test Life (Canceled),Video Games,Games,USD,2014-08-16,100.00,2014-08-11 23:51:22,10.00,canceled,1,US,10.00,10.00,100.00 +1154259303,LGBT Community friendly T-shirt ~ straight women too!,Apparel,Fashion,USD,2015-11-06,6500.00,2015-10-07 18:48:28,181.00,failed,6,US,181.00,181.00,6500.00 +115426436,All natural beverages with SMART Plant Extracts.,Drinks,Food,CAD,2016-05-02,15000.00,2016-03-31 06:16:34,1856.00,failed,66,CA,1417.88,1441.11,11646.87 +1154265080,Lawn tractor with front end loader,Product Design,Design,USD,2015-09-13,1500.00,2015-08-14 02:54:21,200.00,failed,1,US,200.00,200.00,1500.00 +1154271440,WW2 D-Day Dakota to fly again!,Flight,Technology,GBP,2014-11-30,250000.00,2014-10-01 12:30:31,12053.00,failed,111,GB,19579.24,18906.07,392144.56 +1154276508,Smart Language learning by social,Apps,Technology,USD,2014-11-13,100000.00,2014-10-14 22:05:09,11.00,failed,2,US,11.00,11.00,100000.00 +1154282588,Trying Human Volume 1,Comics,Comics,USD,2014-02-16,10000.00,2014-01-17 20:49:19,16000.93,successful,399,US,16000.93,16000.93,10000.00 +"1154286695,""MiXx- Customizable Shampoo, Conditioner & Body Line."",Couture,Fashion,USD,2015-04-15,200000.00,2015-02-25 17:53:39,0.00,failed,0,US,0.00,0.00,200000.00" +1154288719,fred: feed reader extraordinaire,Software,Technology,USD,2013-07-05,30000.00,2013-06-05 23:28:34,4977.00,failed,34,US,4977.00,4977.00,30000.00 +"1154293937,""Sleep like a Baby Again! StopSnoring, BoostEnergy-FirmaFlex"",Product Design,Design,USD,2016-09-15,10000.00,2016-08-02 20:15:49,5051.00,suspended,33,US,0.00,5051.00,10000.00" +1154301497,ChelseaT - A professional women's apparel solution.,Apparel,Fashion,USD,2018-01-15,13000.00,2017-11-16 00:11:04,25.00,canceled,1,US,0.00,25.00,13000.00 +1154303530,The Truth About Your Parents: A Twisted Book for Children,Children's Books,Publishing,USD,2014-12-24,5500.00,2014-11-25 09:08:06,1458.00,failed,38,US,1458.00,1458.00,5500.00 +"1154312313,""""""TV Networks Think You're Shallow, WE DON'T!"""" -LGH.tv"",Webseries,Film & Video,USD,2014-09-11,60000.00,2014-08-07 08:26:17,64836.50,successful,319,US,64836.50,64836.50,60000.00" +1154313309,The War Of The Medallions (The Quest For The Medallion),Fiction,Publishing,USD,2016-05-07,2500.00,2016-04-07 05:51:51,0.00,canceled,0,US,0.00,0.00,2500.00 +"1154320099,""""""Surviving 9500 in the 90's"""" L.A. Co. Jail's Intake Dorm"",Fiction,Publishing,USD,2016-05-03,9500.00,2016-04-05 08:29:37,0.00,failed,0,US,0.00,0.00,9500.00" +1154320843,Melody Pro - Sheet Music App,Technology,Technology,USD,2013-12-23,2500.00,2013-12-11 18:35:55,247.00,failed,13,US,247.00,247.00,2500.00 +1154326950,S.T.O.P Challenge. Save a Life,Documentary,Film & Video,USD,2015-04-16,15000.00,2015-03-02 19:04:23,0.00,failed,0,US,0.00,0.00,15000.00 +1154327341,Asgard Game Cafe Geek Club,Restaurants,Food,USD,2017-10-16,7000.00,2017-09-16 02:25:00,0.00,failed,0,US,0.00,0.00,7000.00 +115432877,Robust Domino - A classic game reinvented,Crafts,Crafts,EUR,2016-05-18,3000.00,2016-04-19 11:04:10,4444.00,successful,72,FR,5013.82,4985.70,3365.68 +1154331507,Days of the Deluge,Fiction,Publishing,USD,2015-02-20,27000.00,2014-12-22 18:40:53,45.00,failed,3,US,45.00,45.00,27000.00 +1154334285,Undeliverable (3D) (Canceled),Shorts,Film & Video,USD,2011-05-10,50000.00,2011-02-09 15:29:50,1126.37,canceled,4,US,1126.37,1126.37,50000.00 +115433575,Online Crochet Journey Program to Empower Women,Crochet,Crafts,USD,2015-07-03,2000.00,2015-06-16 17:33:52,2000.00,successful,15,US,2000.00,2000.00,2000.00 +1154337860,Veronica's Sweet Spot -community-powered craft coffeehouse,Spaces,Food,USD,2016-12-01,5000.00,2016-10-27 20:12:54,900.00,failed,13,US,75.00,900.00,5000.00 +1154341932,Bring the Quiet Nights Development Funds (Canceled),Shorts,Film & Video,USD,2010-06-01,2500.00,2010-03-16 16:40:06,425.00,canceled,8,US,425.00,425.00,2500.00 +1154343441,Wall Street Exodus,Film & Video,Film & Video,USD,2012-06-10,100000.00,2012-04-11 19:39:14,5109.00,failed,27,US,5109.00,5109.00,100000.00 +1154344118,Hotcakes,Shorts,Film & Video,USD,2012-02-04,2500.00,2011-12-28 21:34:50,2680.00,successful,65,US,2680.00,2680.00,2500.00 +1154347131,Anti-Potato Salad,Apparel,Fashion,USD,2014-07-30,1000.00,2014-07-15 19:55:17,74.00,failed,5,US,74.00,74.00,1000.00 +1154351217,LIZA + WILLIE = US (Canceled),Latin,Music,USD,2015-12-18,10000.00,2015-11-18 16:33:52,0.00,canceled,0,US,0.00,0.00,10000.00 +1154358180,A Little Book Lacking Color,DIY,Crafts,USD,2014-10-26,2000.00,2014-09-27 00:32:20,72.00,failed,4,US,72.00,72.00,2000.00 +1154364046,JOHNS VERY BEST,Sculpture,Art,USD,2011-11-15,735.00,2011-10-22 19:45:49,15.00,failed,2,US,15.00,15.00,735.00 +1154365026,THE SECRET TRIAL 5 - GRASSROOTS CROSS-CANADA TOUR,Documentary,Film & Video,CAD,2014-12-11,15000.00,2014-11-07 23:09:57,17066.00,successful,158,CA,14955.44,14737.48,12953.37 +"1154376882,""10,000 KNOCKS / An Animated Biopic / Round 2"",Documentary,Film & Video,USD,2016-03-06,2500.00,2016-02-13 18:49:26,3108.00,successful,41,US,3108.00,3108.00,2500.00" +"1154378017,""""""Out Living It"""""",Documentary,Film & Video,USD,2012-04-20,21500.00,2012-03-16 21:59:49,21507.00,successful,142,US,21507.00,21507.00,21500.00" +1154381940,The Pursuit Of Serenity,Art,Art,EUR,2017-01-17,10000.00,2016-12-18 22:35:38,3026.00,failed,22,DE,1.04,3217.23,10631.96 +1154396314,Starship: Invasion,Video Games,Games,USD,2015-09-09,20000.00,2015-08-10 15:53:41,930.00,failed,27,US,930.00,930.00,20000.00 +1154397769,JUST CRAFT - MINIONS & SMURFS DIY CRAFT KITS,DIY,Crafts,AUD,2014-12-15,35000.00,2014-11-10 22:36:41,1420.00,failed,36,AU,1225.68,1161.46,28627.52 +1154398037,Brownsville Student Farm Project,Food,Food,USD,2011-11-27,23000.00,2011-10-18 13:07:23,24282.00,successful,284,US,24282.00,24282.00,23000.00 +1154398224,Save THE LAST JEWS - An Apocalyptic Comedy!,Theater,Theater,USD,2014-04-29,6500.00,2014-04-14 22:51:55,6545.00,successful,25,US,6545.00,6545.00,6500.00 +1154399512,Vibrating Balance Disc,Product Design,Design,USD,2017-04-29,15000.00,2017-03-30 00:14:24,1080.00,failed,6,US,360.00,1080.00,15000.00 +1154414502,Employ Veterans through Handcrafting Military Replicas,Woodworking,Crafts,USD,2016-02-10,30000.00,2016-01-11 19:00:29,55.00,failed,3,US,55.00,55.00,30000.00 +115441716,Rebuilding The Old Grist Mill Tavern,Restaurants,Food,USD,2014-05-20,131000.00,2014-05-06 00:23:16,8715.00,failed,40,US,8715.00,8715.00,131000.00 +1154434645,Lesbian Zombies from Outer Space: FINAL CHAPTER,Graphic Novels,Comics,USD,2016-11-09,3000.00,2016-10-15 20:56:58,4240.00,successful,164,US,1046.00,4240.00,3000.00 +1154442956,Essence - An Animated Short Film,Animation,Film & Video,USD,2013-12-15,12000.00,2013-11-01 23:36:04,12955.22,successful,78,US,12955.22,12955.22,12000.00 +1154459103,The Executive Magazine,Journalism,Journalism,GBP,2013-01-09,8500.00,2012-12-10 18:26:12,14.00,failed,3,GB,22.48,22.57,13706.14 +1154460719,Epic Mysteries - Bigfoot,Television,Film & Video,USD,2015-03-19,6000.00,2015-02-16 18:09:47,6061.00,successful,61,US,6061.00,6061.00,6000.00 +1154466565,AsOne - Records Historic Debut CD,Music,Music,USD,2013-07-05,10000.00,2013-05-21 05:06:17,170.00,failed,4,US,170.00,170.00,10000.00 +1154470855,Tales & Mysteries. Southeast Europe,Documentary,Film & Video,GBP,2017-05-03,12000.00,2017-04-03 15:16:09,1100.00,failed,14,GB,0.00,1423.34,15527.35 +115447544,Good Guys Gaming,Webseries,Film & Video,USD,2017-07-06,20000.00,2017-06-06 22:45:34,6.00,failed,2,US,1.00,6.00,20000.00 +1154477367,Hero-U: Rogue to Redemption by the Quest for Glory designers,Video Games,Games,USD,2012-11-20,400000.00,2012-10-19 21:31:13,409150.74,successful,6093,US,409150.74,409150.74,400000.00 +1154483216,Back To Basics,Photography,Photography,USD,2014-04-04,2500.00,2014-03-05 04:12:54,163.00,failed,5,US,163.00,163.00,2500.00 +1154485486,Rpg modular tiles,Tabletop Games,Games,CAD,2014-12-31,5500.00,2014-12-01 20:59:37,1.00,failed,1,CA,0.88,0.86,4708.10 +"1154494835,""""""Only When I'm Dead"""""",Music,Music,USD,2012-06-22,4900.00,2012-05-23 23:13:56,0.00,failed,0,US,0.00,0.00,4900.00" +1154498373,World's Best Travel Bra.,Apparel,Fashion,AUD,2015-12-11,20000.00,2015-10-27 12:43:09,20617.00,successful,179,AU,14933.59,14871.96,14426.89 +1154501176,Through the ashes / À travers les cendres,Theater,Theater,CAD,2014-11-22,1000.00,2014-10-22 16:17:58,0.00,failed,0,CA,0.00,0.00,877.42 +1154506094,Self & Others: Portrait as Autobiography,Photobooks,Photography,USD,2015-03-05,25000.00,2015-01-30 19:23:53,64214.00,successful,538,US,64214.00,64214.00,25000.00 +115450943,New Solo Album Help,Pop,Music,USD,2017-04-02,1500.00,2017-02-01 22:15:51,1880.00,successful,61,US,310.00,1880.00,1500.00 +"1154517149,""""""Mothers Don't Forget"""" Mothers Day Children's Book"",Children's Books,Publishing,USD,2017-03-27,3000.00,2017-02-21 17:22:36,248.00,failed,11,US,0.00,248.00,3000.00" +1154517203,Rail conversations between New Orleans and San Francisco,Documentary,Film & Video,USD,2014-09-16,12000.00,2014-08-02 01:18:46,80.00,failed,4,US,80.00,80.00,12000.00 +1154519175,Open Space - Space Access For All,Space Exploration,Technology,CAD,2014-09-06,100000.00,2014-08-05 03:36:19,5568.00,failed,67,CA,5100.17,5034.81,90424.09 +1154526892,Tired Of The Same Music On The Radio? Tony Vibes Is Too!,Electronic Music,Music,USD,2012-08-15,5000.00,2012-07-16 18:40:59,0.00,failed,0,US,0.00,0.00,5000.00 +115453418,The Shame Game,Tabletop Games,Games,USD,2017-12-24,25000.00,2017-11-19 14:42:41,4880.00,failed,64,US,1500.00,4880.00,25000.00 +1154534962,Re: Sharin no Kuni Project,Video Games,Games,USD,2016-12-22,80000.00,2016-11-22 03:01:40,188176.01,successful,2427,US,58006.00,188176.01,80000.00 +1154535716,The Demolished Ones,Games,Games,USD,2011-11-11,3000.00,2011-09-14 19:20:29,5430.00,successful,155,US,5430.00,5430.00,3000.00 +1154538262,The Finger,Art,Art,USD,2015-05-02,15000.00,2015-04-02 23:02:46,401.00,failed,9,US,401.00,401.00,15000.00 +1154539266,Dark Oz album release,Indie Rock,Music,USD,2014-10-01,300.00,2014-09-01 23:29:09,370.00,successful,8,US,370.00,370.00,300.00 +1154549337,Grand tales of Leftwing Valkyrie/ 16 bit Adventrure RPG,Video Games,Games,USD,2013-07-29,2000.00,2013-05-30 04:40:17,2334.00,successful,45,US,2334.00,2334.00,2000.00 +1154552539,Ring of Worlds,Video Games,Games,USD,2015-09-20,50000.00,2015-07-22 16:10:01,1.00,failed,1,US,1.00,1.00,50000.00 +1154563797,Rego on the Road,Country & Folk,Music,USD,2012-10-17,1500.00,2012-09-23 19:23:03,2444.00,successful,27,US,2444.00,2444.00,1500.00 +1154581684,The First Leather NFC Bracelet - With 3 Chips!,Wearables,Technology,EUR,2014-10-02,1600.00,2014-09-02 19:55:58,5030.00,successful,295,NL,6600.93,6345.88,2018.57 +1154608493,SelfieSnapShare.com - Social Media with cash,Web,Technology,GBP,2014-10-09,3000.00,2014-09-04 00:19:14,0.00,failed,0,GB,0.00,0.00,4810.24 +115461067,Help Revive Fondy's Encore Cinema (Canceled),Theater,Theater,USD,2014-11-26,33333.00,2014-10-06 19:35:42,327.00,canceled,5,US,327.00,327.00,33333.00 +1154625969,The Sky We Scrape is broke! Full length record!,Rock,Music,USD,2011-11-29,2000.00,2011-09-30 21:09:34,2095.00,successful,52,US,2095.00,2095.00,2000.00 +1154626861,Custom Leather Work,DIY,Crafts,USD,2014-12-12,3000.00,2014-10-28 16:24:25,1130.00,failed,26,US,1130.00,1130.00,3000.00 +115463168,Jeux d'échecs humain affrontement de sorciers,Live Games,Games,EUR,2016-12-25,500.00,2016-11-27 19:32:39,0.00,failed,0,FR,0.00,0.00,527.05 +1154631851,This Is Who I Am,Music,Music,USD,2013-08-07,3000.00,2013-07-11 04:31:53,246.00,failed,9,US,246.00,246.00,3000.00 +1154654384,SmartMat: Wi-Fi floor mat that can alert mobile devices,Hardware,Technology,USD,2014-04-26,15000.00,2014-03-26 23:02:07,7960.00,failed,91,US,7960.00,7960.00,15000.00 +"1154655425,""Bite Size Sex, a collection of true tiny memoirs"",Publishing,Publishing,USD,2011-06-21,5000.00,2011-05-12 21:14:37,375.00,failed,7,US,375.00,375.00,5000.00" +1154660636,Archiposters: Minimalist Architecture Posters,Graphic Design,Design,EUR,2015-12-30,400.00,2015-11-15 10:42:10,2635.00,successful,61,IT,2838.22,2868.71,435.48 +1154669192,A Summer of Shakespeare for Grace Ann,Theater,Theater,USD,2016-04-18,2000.00,2016-03-03 05:55:48,0.00,canceled,0,US,0.00,0.00,2000.00 +1154691388,Choked Out (Canceled),Documentary,Film & Video,USD,2012-01-30,1500.00,2011-12-31 04:16:06,0.00,canceled,0,US,0.00,0.00,1500.00 +1154697621,final major project,Ready-to-wear,Fashion,GBP,2017-04-30,100.00,2017-03-21 21:22:45,11.00,failed,2,GB,0.00,14.23,129.39 +11546984,Fairy Quest,Comics,Comics,USD,2012-05-26,60000.00,2012-04-11 06:10:12,95100.75,successful,1642,US,95100.75,95100.75,60000.00 +1154701479,The socks of the future!,Fashion,Fashion,USD,2012-12-13,7500.00,2012-11-13 00:29:15,9826.01,successful,250,US,9826.01,9826.01,7500.00 +1154702781,The United Portable Micronations - A Cross-Border Dialogue,Performance Art,Art,USD,2011-09-02,300.00,2011-08-03 03:38:25,25.00,failed,1,US,25.00,25.00,300.00 +1154704136,The Free Man - the story of Hurr,Plays,Theater,GBP,2015-11-05,2750.00,2015-10-06 15:16:15,735.00,failed,21,GB,1118.40,1112.66,4163.01 +1154719565,VIOLATOR,Fiction,Publishing,GBP,2014-06-01,600.00,2014-05-11 11:35:13,710.00,successful,17,GB,1196.48,1194.60,1009.52 +1154723490,Demons Know My Name,Nonfiction,Publishing,USD,2015-02-08,4056.00,2014-12-10 18:10:48,174.00,failed,4,US,174.00,174.00,4056.00 +"1154728406,""""""Tom Waits for No One"""" - 35th Anniversary Celebration"",Mixed Media,Art,USD,2014-10-19,26000.00,2014-09-19 09:32:00,9280.00,failed,135,US,9280.00,9280.00,26000.00" +"1154729708,""Office Organizer for 27"""" iMac"",Product Design,Design,USD,2015-05-30,5000.00,2015-04-30 22:07:26,176.00,failed,2,US,176.00,176.00,5000.00" +1154739489,Charlie’s Brownies: The Ultimate Brownie Experience™,Food,Food,USD,2013-10-07,10000.00,2013-09-07 21:00:24,12172.00,successful,199,US,12172.00,12172.00,10000.00 +1154758365,MyCACTUS Energy Saving up to 40% EXPERIENCE (Ahorra Energía),Technology,Technology,EUR,2015-11-02,250000.00,2015-09-03 19:00:32,8515.00,failed,44,ES,9600.81,9250.71,271600.38 +1154765500,Team NBS Studios,Animation,Film & Video,USD,2015-06-16,275000.00,2015-05-17 14:58:40,25.00,failed,1,US,25.00,25.00,275000.00 +115477243,Mesabi Pioneers,Fiction,Publishing,USD,2014-06-16,5000.00,2014-05-16 11:23:45,7500.00,successful,65,US,7500.00,7500.00,5000.00 +1154775748,John Padlo's Ray Gun Extravaganza,Painting,Art,USD,2015-10-17,3500.00,2015-09-17 19:35:23,3685.00,successful,56,US,3685.00,3685.00,3500.00 +115478518,Help Simi Stone Make an Incredible Solo Record!,Pop,Music,USD,2012-07-29,8000.00,2012-06-29 11:25:47,8630.00,successful,202,US,8630.00,8630.00,8000.00 +1154788952,Vacuas - Student Short Film,Film & Video,Film & Video,GBP,2014-04-06,150.00,2014-04-02 02:27:23,210.70,successful,15,GB,350.43,352.53,250.97 +1154794602,Learn Steps To Recovery & Take Back Your Power!,Publishing,Publishing,USD,2017-10-26,5000.00,2017-09-26 14:27:23,20.00,failed,1,US,0.00,20.00,5000.00 +1154797469,Jockey Motion 4-Axis Gimbal & Upgrade Ronin 3-Axis to 4-Axis,Camera Equipment,Technology,USD,2015-10-23,20000.00,2015-09-23 07:45:48,103842.00,successful,67,US,103842.00,103842.00,20000.00 +1154798256,Street ART that was RAISED to be Civilized,Painting,Art,USD,2015-08-13,80000.00,2015-08-06 20:41:20,0.00,failed,0,US,0.00,0.00,80000.00 +1154798552,Warring Kingdom,Tabletop Games,Games,USD,2014-04-16,8000.00,2014-03-14 05:00:21,9073.88,successful,163,US,9073.88,9073.88,8000.00 +1154800146,The Best Game in the World,Tabletop Games,Games,USD,2017-11-12,18000.00,2017-10-18 18:26:12,7999.00,failed,93,US,5555.00,7999.00,18000.00 +1154803014,Moon - Make Every Selfie Perfect (Canceled),Gadgets,Technology,USD,2015-11-12,10000.00,2015-10-12 01:13:41,11335.90,canceled,132,US,11335.90,11335.90,10000.00 +1154803246,Pantheon: A New Musical,Music,Music,GBP,2014-12-24,400.00,2014-11-24 21:40:10,0.00,failed,0,GB,0.00,0.00,621.44 +1154805537,Disk on Demand publishing to CD and DVD,Software,Technology,USD,2017-02-07,7000.00,2017-01-08 13:15:04,36.00,failed,2,US,26.00,36.00,7000.00 +1154806713,The Black Deception,Publishing,Publishing,USD,2017-07-27,20000.00,2017-07-06 16:17:55,325.00,failed,6,US,235.00,325.00,20000.00 +1154808003,Table Titans Volume 2: Winter of the Iron Dwarf,Webcomics,Comics,USD,2016-12-07,30000.00,2016-11-02 16:26:29,90946.00,successful,1370,US,38653.00,90946.00,30000.00 +1154811232,Pizza Hood,Food,Food,USD,2015-03-20,14000.00,2015-01-19 22:33:10,0.00,failed,0,US,0.00,0.00,14000.00 +1154813114,TV Commercial for Transgender-Based Business for LOGO-TV.,Television,Film & Video,USD,2017-09-09,30000.00,2017-08-15 22:45:12,826.00,failed,12,US,200.00,826.00,30000.00 +1154815426,The Gladiators' Gifts (romance novella series),Fiction,Publishing,USD,2014-02-07,1650.00,2014-01-17 22:13:54,20.00,failed,2,US,20.00,20.00,1650.00 +1154820276,THE TALES FROM THE BOOT GARDEN ,Publishing,Publishing,USD,2011-04-18,5500.00,2011-03-18 21:20:33,5725.67,successful,105,US,5725.67,5725.67,5500.00 +1154824925,Letters To Everybody,Art,Art,CAD,2014-08-08,50.00,2014-07-09 04:46:12,65.00,successful,3,CA,60.98,59.55,45.80 +1154827406,Las fuerzas de Neandal vol. 1 (novela de fantasía),Fiction,Publishing,MXN,2017-08-22,25000.00,2017-07-13 16:28:45,2450.00,failed,8,MX,83.76,138.79,1416.27 +115484041,Spaced: An Aquarian Project...Project,Animation,Film & Video,USD,2017-09-07,7500.00,2017-08-08 04:22:29,18.00,failed,1,US,0.00,18.00,7500.00 +1154847905,Raindrop,Technology,Technology,USD,2013-09-25,500.00,2013-08-26 21:25:49,12.00,failed,3,US,12.00,12.00,500.00 +1154851040,The Darkening - a Lovecraftian Horror Novel,Fiction,Publishing,USD,2013-05-06,4500.00,2013-04-06 01:21:41,1526.00,failed,31,US,1526.00,1526.00,4500.00 +1154858367,All-Writer-Voted Fiction and Poetry All for $5,Literary Journals,Publishing,USD,2015-10-26,1000.00,2015-09-25 19:45:08,1089.00,successful,56,US,1089.00,1089.00,1000.00 +1154862705, Let's finish Katie Moore's new album together!,Country & Folk,Music,USD,2010-12-02,3000.00,2010-10-30 05:40:36,4581.00,successful,87,US,4581.00,4581.00,3000.00 +"1154865041,""Flow Academy - Parkour, Free Running, Breaking and Tricking"",Civic Design,Design,NZD,2014-08-07,26000.00,2014-07-08 22:56:34,3134.00,failed,40,NZ,2732.73,2657.06,22043.24" +1154874242,Krypto-nine! Your new favorite party card game,Playing Cards,Games,CAD,2016-05-05,11000.00,2016-04-05 06:47:30,368.00,failed,14,CA,282.36,285.74,8541.04 +11548751,Ian the gnome (Canceled),Ceramics,Art,USD,2014-08-28,5000.00,2014-07-29 18:43:07,50.00,canceled,2,US,50.00,50.00,5000.00 +1154891906,Christ Analogue - In Radiant Decay Digital Re-Release,Music,Music,USD,2012-04-21,2500.00,2012-03-21 23:11:47,3060.00,successful,57,US,3060.00,3060.00,2500.00 +"1154892994,""Bastard Galaxia - Chapters 1-3: Power, Corruption and Lies."",Graphic Novels,Comics,GBP,2017-11-13,2000.00,2017-10-14 19:52:39,2553.00,successful,80,GB,1838.49,3368.87,2639.15" +1154907206,SportsHanger,Crafts,Crafts,USD,2015-01-23,100000.00,2014-12-24 00:15:01,1.00,failed,1,US,1.00,1.00,100000.00 +1154923744,Sour Sedans Debut Album,Rock,Music,USD,2012-05-22,800.00,2012-03-23 17:48:09,900.00,successful,22,US,900.00,900.00,800.00 +1154926897,Universal Mechanical Swing Chair,Technology,Technology,GBP,2017-03-10,7500.00,2017-01-29 12:35:11,11.00,failed,2,GB,0.00,13.37,9116.88 +1154929234,Handmade Knitted Pigtail & Ponytail Hats,Fashion,Fashion,USD,2012-10-18,3500.00,2012-09-18 03:36:42,0.00,failed,0,US,0.00,0.00,3500.00 +1154938659,Bruceploitation Documentary,Documentary,Film & Video,USD,2015-03-16,96000.00,2015-01-15 23:48:03,2344.00,failed,51,US,2344.00,2344.00,96000.00 +1154945019,PETite Prints: Custom Pet Portrait Jewelry,Design,Design,USD,2013-07-20,3500.00,2013-06-20 23:32:23,8573.00,successful,135,US,8573.00,8573.00,3500.00 +115494961,Feature Creep - a collaborative album from Fistulae,Music,Music,GBP,2014-01-17,2500.00,2013-12-20 21:28:20,116.61,failed,1,GB,190.91,191.72,4110.35 +1154959580,3180 Spring Production,Theater,Theater,USD,2014-05-13,1590.00,2014-04-14 22:26:09,1620.00,successful,23,US,1620.00,1620.00,1590.00 +1154959581,Final Fantasy XL,Festivals,Theater,EUR,2014-12-13,3500.00,2014-11-13 13:42:50,20.00,failed,1,NL,24.93,24.56,4297.64 +1154960906,Universal Heartbeat: Drumming Spirit and Community,Nonfiction,Publishing,USD,2011-08-06,4000.00,2011-06-22 21:48:19,4336.11,successful,75,US,4336.11,4336.11,4000.00 +1154962212,The Baptism Of Rayanna,Family,Film & Video,USD,2016-03-13,80000.00,2016-01-13 23:49:21,2.00,failed,2,US,2.00,2.00,80000.00 +1154964999,Beauty,Shorts,Film & Video,USD,2012-08-13,2500.00,2012-06-14 17:57:34,552.00,failed,19,US,552.00,552.00,2500.00 +1154974708,The Gospel: According to Poetry...An Anthology,Poetry,Publishing,USD,2013-09-01,8001.00,2013-08-01 06:00:51,372.00,failed,19,US,372.00,372.00,8001.00 +1154979168,Stuck in an Elevator with Patrick Stewart,Theater,Theater,USD,2013-07-05,600.00,2013-06-05 22:56:56,1010.00,successful,27,US,1010.00,1010.00,600.00 +1154995006,Jayell Smoke House,Small Batch,Food,USD,2015-09-09,1000.00,2015-07-15 03:14:03,2164.00,successful,63,US,2164.00,2164.00,1000.00 +"1154998954,""BATTERY: Kathleen Supové Beating Up The Piano, LIVE Onstage!"",Classical Music,Music,USD,2013-10-12,7500.00,2013-09-12 04:19:39,8373.45,successful,168,US,8373.45,8373.45,7500.00" +115501689,Nothing Escapes My Eyes,Shorts,Film & Video,USD,2013-04-13,23500.00,2013-03-21 11:39:27,24081.49,successful,133,US,24081.49,24081.49,23500.00 +115502039,Open Door Policy,Music,Music,USD,2011-04-15,300.00,2011-03-14 23:32:03,0.00,failed,0,US,0.00,0.00,300.00 +1155022199,My Memphis Blues,Nonfiction,Publishing,USD,2011-05-10,5000.00,2011-02-08 10:48:48,0.00,failed,0,US,0.00,0.00,5000.00 +1155022312,Brandon Carlson and the Good God EP,Indie Rock,Music,USD,2011-05-18,1900.00,2011-04-19 21:17:36,335.00,failed,7,US,335.00,335.00,1900.00 +"115502604,""Clean Potty - with disposable, flushable inserts (Canceled)"",Product Design,Design,USD,2016-01-13,35000.00,2015-12-09 08:56:28,1270.00,canceled,31,US,1270.00,1270.00,35000.00" +1155033192,Vaulted,Conceptual Art,Art,USD,2013-08-31,1600.00,2013-08-12 18:01:29,516.00,failed,19,US,516.00,516.00,1600.00 +1155036445,Help me buy a 3D Printer to use for my GCSE Project,3D Printing,Technology,GBP,2014-09-25,60.00,2014-08-26 22:40:27,85.00,canceled,6,GB,140.74,138.62,97.85 +1155043109,U plus --- The gift you can give to the future.,Gadgets,Technology,USD,2014-08-24,20000.00,2014-06-25 19:20:38,1304.00,failed,15,US,1304.00,1304.00,20000.00 +1155045145,USA Hats: The Unofficial Way to Unite During World Cup,Apparel,Fashion,USD,2014-05-31,2014.00,2014-05-08 22:22:27,6423.01,successful,184,US,6423.01,6423.01,2014.00 +1155048711,Wire in Wired Microphone Audio Cable (Wiwmac).,Gadgets,Technology,USD,2015-10-01,25000.00,2015-08-31 09:13:10,471.00,failed,31,US,471.00,471.00,25000.00 +1155075297,Dark Sword Miniatures – Stephanie Law Masterworks RPG Minis,Tabletop Games,Games,USD,2017-04-08,10000.00,2017-04-01 02:05:29,8368.00,canceled,77,US,8148.00,8368.00,10000.00 +1155076616,The Athens Guitar Duo debut CD,Classical Music,Music,USD,2013-06-17,5000.00,2013-04-19 05:03:33,10.00,failed,1,US,10.00,10.00,5000.00 +1155078330,Video DSLR Shoulder Rig,Product Design,Design,USD,2011-12-14,10000.00,2011-11-02 16:06:33,0.00,failed,0,US,0.00,0.00,10000.00 +"1155085743,""The Twisted Bridge - Life, family, love, and mortality."",Poetry,Publishing,USD,2013-12-11,6000.00,2013-11-11 17:59:53,85.00,failed,2,US,85.00,85.00,6000.00" +1155093577,Alo,Drama,Film & Video,USD,2015-03-02,50000.00,2015-01-31 02:27:04,13.00,failed,5,US,13.00,13.00,50000.00 +1155099625,American Dream: NBA/WNBA Series,Documentary,Film & Video,USD,2011-08-12,1000.00,2011-07-18 06:22:32,50.00,failed,4,US,50.00,50.00,1000.00 +1155102285,Askthegym. Unlimited access to personal trainers for $9.99,Web,Technology,USD,2016-07-28,10000.00,2016-06-28 19:55:52,431.00,failed,15,US,901.00,431.00,10000.00 +1155106629,COOKIES FACTORY (Canceled),Small Batch,Food,EUR,2016-07-20,15000.00,2016-06-20 16:32:57,26.00,canceled,1,BE,29.32,28.64,16520.92 +1155110382,Sound + Resound: Make Tap Dance Happen,Dance,Dance,USD,2012-06-30,5000.00,2012-06-05 01:26:52,5095.42,successful,57,US,5095.42,5095.42,5000.00 +"1155111802,""Chedbag - Chair, Bed & Bag in 1 Sleepover In Style"",Product Design,Design,GBP,2017-11-04,30000.00,2017-10-05 16:55:18,12665.00,canceled,80,GB,11342.53,16702.27,39563.22" +"1155112382,""""""Chaza Show Choir"""" at the Charles and beyond!"",Film & Video,Film & Video,USD,2015-04-21,1600.00,2015-03-27 17:49:01,1814.00,undefined,0,""N,0"""""",,1814.00,1600.00" +1155112932,How I`m Feeling Tees,Fashion,Fashion,USD,2016-04-28,2800.00,2016-03-14 21:03:36,11.00,failed,2,US,11.00,11.00,2800.00 +1155113244,Beta U.S. High Speed Electric Railroad,Flight,Technology,USD,2015-07-18,200000.00,2015-06-12 17:18:03,2.00,failed,2,US,2.00,2.00,200000.00 +1155117741,Bliss Books & Bindery: A Community Bookstore!,Literary Spaces,Publishing,USD,2017-07-13,15000.00,2017-06-13 17:00:24,2436.00,failed,45,US,212.00,2436.00,15000.00 +1155127540,MILAGROS,Accessories,Fashion,USD,2016-12-17,1200.00,2016-12-05 04:35:33,440.00,failed,12,US,117.00,440.00,1200.00 +"1155147013,""The Code, Documentary Film"",Documentary,Film & Video,EUR,2017-07-14,55000.00,2017-06-14 11:02:59,55170.00,successful,337,ES,387.16,62976.58,62782.52" +1155159373,Circus Apprenticeship Program,Immersive,Theater,USD,2017-03-13,4000.00,2017-02-14 17:33:33,4536.00,successful,43,US,63.00,4536.00,4000.00 +"1155160010,""Detective Magazine Covers Of Mystery, Adventure And Mayhem. (Canceled)"",Photography,Photography,USD,2010-02-20,1200.00,2009-12-11 23:06:31,0.00,canceled,0,US,0.00,0.00,1200.00" +1155161985,Dont Know What These Demons Got Against Me Music Video by 13,Hip-Hop,Music,USD,2012-10-01,4000.00,2012-08-17 20:09:37,5.00,failed,1,US,5.00,5.00,4000.00 +1155163567,SEEKING SUBLET - A New Comedy Web Series,Webseries,Film & Video,USD,2014-04-25,20000.00,2014-03-21 04:32:15,20531.00,successful,223,US,20531.00,20531.00,20000.00 +115516430,A Sundered World,Tabletop Games,Games,USD,2015-06-11,2200.00,2015-05-12 20:01:27,3223.00,successful,205,US,3223.00,3223.00,2200.00 +1155164478,Fading Point (hard rock/metal) Pressing Debut CD,Music,Music,USD,2011-05-07,200.00,2011-04-07 19:54:05,95.00,failed,2,US,95.00,95.00,200.00 +1155164535,The Cupcake Pic,DIY,Crafts,USD,2016-07-06,3000.00,2016-06-03 03:34:21,302.00,failed,3,US,302.00,302.00,3000.00 +1155165424,La Cosa Nostra,Tabletop Games,Games,EUR,2016-10-27,9000.00,2016-09-27 08:59:09,31973.00,successful,644,NL,6582.04,34921.03,9829.83 +1155190519,Hillary Woman Card - Fine Art Edition,Playing Cards,Games,USD,2016-05-27,3500.00,2016-05-06 22:31:11,610.00,failed,17,US,610.00,610.00,3500.00 +1155191033,Who Ya Gonna Call? returns to the Edinburgh Festival Fringe,Theater,Theater,GBP,2014-06-01,2500.00,2014-05-01 12:26:42,2598.00,successful,48,GB,4371.17,4371.24,4206.35 +115520073,The Forgotten Family Archives,Mixed Media,Art,USD,2011-05-12,10000.00,2011-04-12 05:01:41,1411.00,failed,8,US,1411.00,1411.00,10000.00 +1155200764,Bikes. Camera Tech. Human Spirit. Find thePath,Shorts,Film & Video,USD,2016-07-14,5410.00,2016-06-14 16:14:41,111.00,failed,3,US,0.00,111.00,5410.00 +1155203801,Emerald Tally Ho Playing Cards by Jackson Robinson,Playing Cards,Games,USD,2015-05-12,15000.00,2015-05-02 19:00:08,35210.00,successful,417,US,35210.00,35210.00,15000.00 +1155204830,GENO-BREAKER-Z,Playing Cards,Games,USD,2016-09-10,500.00,2016-08-11 20:12:15,21.00,failed,1,US,21.00,21.00,500.00 +1155206175,Mars Underground: An apocalyptic time loop adventure game,Video Games,Games,AUD,2016-12-31,3142.00,2016-11-17 20:35:24,3247.00,successful,113,AU,152.70,2382.25,2305.21 +1155209544,Permaculture for Wolfscratch Farm,Food,Food,USD,2013-04-03,8000.00,2013-03-04 23:16:37,8488.00,successful,81,US,8488.00,8488.00,8000.00 +1155216936,The one app that each student MUST have!,Technology,Technology,USD,2015-08-28,3300.00,2015-07-29 16:16:47,132.00,failed,9,US,132.00,132.00,3300.00 +115521698,Little Shop of Candles!,Candles,Crafts,USD,2016-09-25,2500.00,2016-08-26 19:07:00,51.00,canceled,3,US,51.00,51.00,2500.00 +1155220424,Ancient Mayan Cities VR Tour Experience,Interactive Design,Design,MXN,2017-08-07,35000.00,2017-07-08 19:02:15,800.00,canceled,4,MX,10.95,44.46,1944.98 +1155221378,Birthday in a Box,Product Design,Design,USD,2014-11-03,10.00,2014-10-04 01:25:33,25.00,successful,1,US,25.00,25.00,10.00 +1155229156,A Public Memorial Park Bench for Michael Christopher Lorenz,Public Art,Art,USD,2014-08-19,2000.00,2014-07-12 05:22:36,152.00,canceled,2,US,152.00,152.00,2000.00 +1155229849,The Bath Snorkel,Product Design,Design,AUD,2018-01-31,8953.00,2017-12-13 21:13:28,129.00,live,4,AU,94.16,101.56,7048.50 +"1155229852,""Kolache, TX (Canceled)"",Documentary,Film & Video,USD,2014-07-30,5000.00,2014-06-30 22:17:53,336.00,canceled,9,US,336.00,336.00,5000.00" +1155235464,Creating Educational Awareness One Cartoon At A Time!,Comics,Comics,USD,2013-07-28,15000.00,2013-06-28 02:20:54,20.00,failed,2,US,20.00,20.00,15000.00 +1155243245,The Perfect Polo (Canceled),Fashion,Fashion,USD,2013-08-13,7500.00,2013-06-29 06:03:18,475.00,canceled,8,US,475.00,475.00,7500.00 +1155246728,decomP onE,Publishing,Publishing,USD,2011-05-29,2500.00,2011-02-27 23:28:51,712.00,failed,26,US,712.00,712.00,2500.00 +1155248986,Calavera Loteria,Painting,Art,USD,2017-03-20,7500.00,2017-01-19 08:03:13,312.00,failed,12,US,2.00,312.00,7500.00 +1155276547,Unmotivated Comedy,Conceptual Art,Art,USD,2016-11-12,60.00,2016-10-13 01:44:35,1.00,failed,1,US,0.00,1.00,60.00 +1155278000,New Cold Coffee Beverage and Sparkling Fusion Technology,Drinks,Food,USD,2016-08-12,2500.00,2016-06-13 17:25:33,4831.00,canceled,103,US,5095.00,4831.00,2500.00 +1155278806,Muhammad Ali - The Comeback,Photobooks,Photography,USD,2014-10-25,32500.00,2014-09-10 01:26:00,21158.00,failed,124,US,21158.00,21158.00,32500.00 +"1155281480,""Editing """"Blind Faith"""""",Fiction,Publishing,USD,2014-04-27,2500.00,2014-03-13 04:08:31,100.00,failed,2,US,100.00,100.00,2500.00" +1155284231,Introz Academy - Teaching Children To Program Computers,Technology,Technology,USD,2013-06-30,5000.00,2013-06-10 15:07:31,36.00,failed,3,US,36.00,36.00,5000.00 +1155286168,Game of Thrones Playing Cards - Painted in Watercolor,Playing Cards,Games,NZD,2016-06-21,15000.00,2016-05-22 01:31:20,1818.00,canceled,37,NZ,1266.03,1288.54,10631.51 +1155291842,Scurry Book 1: Doomed Colony - A post-apocalyptic mouse tale,Graphic Novels,Comics,USD,2016-10-05,8000.00,2016-08-30 16:54:50,101230.00,successful,2129,US,17967.00,101230.00,8000.00 +"1155295239,""Studio Album """"Living Ember"""""",Country & Folk,Music,USD,2012-07-01,1600.00,2012-06-21 03:18:35,5.00,failed,1,US,5.00,5.00,1600.00" +1155314257,Backerworld: The Game Made by Kickstarter,Video Games,Games,USD,2017-12-01,15820.00,2017-11-01 17:30:35,687.00,failed,22,US,302.00,687.00,15820.00 +1155319275,Lund Saddlery Hybrid Tack Trunks/Tack Lockers,Product Design,Design,CAD,2018-01-02,3500.00,2017-12-06 03:02:44,4805.00,successful,27,CA,1030.38,3840.93,2797.76 +1155352253,Dual Case for iPhone 6 - the best custom case ever,Product Design,Design,USD,2015-01-14,20000.00,2014-12-10 01:00:01,4743.00,failed,60,US,4743.00,4743.00,20000.00 +1155356497,JTL_ Programming,Video Games,Games,USD,2015-07-01,400.00,2015-06-01 17:51:29,155.00,failed,4,US,155.00,155.00,400.00 +1155358858,Revolt against Justin Bieber (Canceled),Film & Video,Film & Video,GBP,2014-08-15,15.00,2014-07-16 23:31:25,1.00,canceled,1,GB,1.71,1.67,25.04 +1155361680,Custom Ambigram Art- Reads Right Side Up & Upside Down,Illustration,Art,USD,2013-09-22,2500.00,2013-08-23 21:06:15,2595.00,successful,37,US,2595.00,2595.00,2500.00 +1155372108,Make100: SKT Ceramics Caribou Mug,Ceramics,Art,USD,2017-02-03,4500.00,2017-01-04 15:17:17,7177.02,successful,110,US,1421.00,7177.02,4500.00 +1155380408,Loganberry Bakery Is Almost There,Food,Food,USD,2013-09-07,300.00,2013-08-23 18:02:40,321.00,successful,9,US,321.00,321.00,300.00 +1155381336,I'll Write For You,Journalism,Journalism,USD,2014-08-10,1.00,2014-07-11 21:20:02,11.00,successful,3,US,11.00,11.00,1.00 +1155381356,Pulse - Reveal the world through sound,Video Games,Games,USD,2013-04-12,75000.00,2013-03-07 21:07:49,80977.69,successful,2129,US,80977.69,80977.69,75000.00 +1155391326,Deck of the Living Dead,Tabletop Games,Games,USD,2012-01-05,22000.00,2011-11-21 16:17:23,8889.48,failed,255,US,8889.48,8889.48,22000.00 +1155396552,Lettie & Nix- Online Childrenswear Boutique of UK designers,Childrenswear,Fashion,GBP,2017-10-01,2000.00,2017-09-01 20:48:38,1.00,failed,1,GB,0.00,1.31,2615.06 +1155403018,Dientes debut album,Indie Rock,Music,GBP,2012-12-02,1000.00,2012-11-02 01:17:11,1450.66,successful,66,GB,2332.94,2322.39,1600.92 +"1155405268,""Of Bow Ties, Spies & Samurais"",Accessories,Fashion,USD,2016-11-21,3800.00,2016-10-17 19:04:08,502.00,failed,6,US,26.00,502.00,3800.00" +1155416933,Descendants (Origins of the orbs),Fiction,Publishing,USD,2015-05-08,3000.00,2015-04-08 19:28:20,1.00,failed,1,US,1.00,1.00,3000.00 +1155417459,Heartless. (Canceled),Graphic Design,Design,USD,2013-02-10,2000.00,2013-01-11 16:27:01,0.00,canceled,0,US,0.00,0.00,2000.00 +1155435069,EARL DIBBLES JR: Fix my truck and help fund new music video.,Music,Music,USD,2015-05-01,10000.00,2015-04-01 21:42:24,10491.00,successful,155,US,10491.00,10491.00,10000.00 +1155436767,The Mutation Tarot .... Part 2,Illustration,Art,USD,2015-07-07,2000.00,2015-06-16 23:59:33,2375.00,successful,43,US,2375.00,2375.00,2000.00 +1155440102,BARK STAR BUDDIES,Product Design,Design,USD,2013-01-25,25000.00,2013-01-05 20:33:54,1317.00,failed,29,US,1317.00,1317.00,25000.00 +1155441219,CATALYST - An upper young adult fantasy novel.,Fiction,Publishing,USD,2013-08-12,5000.00,2013-07-13 12:42:50,10.00,failed,1,US,10.00,10.00,5000.00 +1155442952,bfriendly - make the world great again,Apps,Technology,EUR,2017-04-12,15000.00,2017-03-13 17:01:20,0.00,failed,0,AT,0.00,0.00,15945.06 +1155445008,Da Nang Vietnamese Eatery,Food,Food,USD,2013-09-17,6000.00,2013-08-23 17:15:23,1266.00,failed,21,US,1266.00,1266.00,6000.00 +1155456385,SILLY CHILLY HOTSAUCE,Small Batch,Food,USD,2017-10-12,9000.00,2017-09-12 15:00:44,9249.00,successful,130,US,159.00,9249.00,9000.00 +"1155470828,Late Night Poets EP,Music,Music,NZD,2015-11-10,6000.00,2015-10-11 23:01:40,6000.00,undefined,0,""N,0"""""",,3918.24,3918.24" +115547187,Zero Two Zero Eight,R&B,Music,USD,2014-06-13,2500.00,2014-05-14 22:18:40,0.00,failed,0,US,0.00,0.00,2500.00 +1155474523,DreamBig Clothing Co.,Apparel,Fashion,USD,2015-03-05,1200.00,2015-02-03 06:55:25,2.00,failed,2,US,2.00,2.00,1200.00 +1155476806,ZOMBIE MUSICAL (Canceled),Narrative Film,Film & Video,GBP,2013-08-01,100000.00,2013-06-13 18:40:32,1330.00,canceled,81,GB,2080.48,2015.27,151524.33 +1155491826,Archiving the 3000 Films of Bob Mizer's Athletic Model Guild,Film & Video,Film & Video,USD,2014-03-22,10000.00,2014-01-22 00:12:51,11237.00,successful,116,US,11237.00,11237.00,10000.00 +1155492500,Hollywood Failure - A Novel,Fiction,Publishing,USD,2014-05-31,2600.00,2014-04-24 04:35:46,2781.01,successful,70,US,2781.01,2781.01,2600.00 +1155493018,Whats Your Story - Back Alley Stories,Tabletop Games,Games,USD,2018-01-04,6855.00,2017-12-12 21:18:23,108.00,live,4,US,73.00,108.00,6855.00 +1155497291,The Multiblend: More than just another fitness bottle.,Product Design,Design,USD,2017-01-05,5000.00,2016-12-06 16:57:54,850.00,failed,39,US,445.00,850.00,5000.00 +"1155518028,""Copper Creations, a new look on jewlery"",Crafts,Crafts,USD,2016-10-13,7000.00,2016-08-14 19:50:34,201.00,canceled,2,US,201.00,201.00,7000.00" +1155526877,Da grande voglio fare... la cantante...,World Music,Music,EUR,2016-03-22,600.00,2016-02-21 20:43:13,785.00,successful,14,IT,873.76,875.59,669.24 +1155551381,#AsiaToAmerica: Without a Plane,Art Books,Publishing,USD,2015-06-05,22000.00,2015-05-06 15:23:32,25944.00,successful,421,US,25944.00,25944.00,22000.00 +"1155559304,Support The Local Drunx,Music,Music,USD,2015-10-12,2000.00,2015-09-12 05:24:09,100.00,undefined,0,""N,0"""""",,100.00,2000.00" +115556367,The Indie Guide to Indie Publishing,Nonfiction,Publishing,USD,2013-08-13,8000.00,2013-07-14 20:29:18,2332.00,failed,137,US,2332.00,2332.00,8000.00 +1155578376,New CD recording project with Nashville producers in June!,Country & Folk,Music,USD,2011-07-20,5000.00,2011-06-20 18:29:46,5075.00,successful,25,US,5075.00,5075.00,5000.00 +1155584590,Digital Media Quarterly (Canceled),Periodicals,Publishing,USD,2012-08-31,14600.00,2012-08-01 19:23:24,0.00,canceled,0,US,0.00,0.00,14600.00 +"115558838,""""""THE ART WITHIN YOU"""""",Documentary,Film & Video,USD,2012-05-02,20000.00,2012-03-04 16:17:08,0.00,failed,0,US,0.00,0.00,20000.00" +1155590492,Kakara Product Research,Crafts,Crafts,NZD,2015-05-22,2000.00,2015-04-22 23:51:37,10.00,failed,1,NZ,7.65,7.36,1472.00 +1155594625,Kathy's Organics Candles and More,Candles,Crafts,USD,2015-10-30,6500.00,2015-09-30 06:42:04,15.00,failed,1,US,15.00,15.00,6500.00 +1155596035,WriteAGame Part I,Video Games,Games,GBP,2013-03-24,5000.00,2013-02-23 00:21:47,158.00,failed,15,GB,240.39,239.26,7571.51 +1155597962,Variation on a Theme by Terence Rattigan,Theater,Theater,GBP,2014-02-08,3000.00,2014-01-09 00:07:33,3260.00,successful,54,GB,5345.47,5447.04,5012.62 +1155598803,Artful Gentleman: Redefining custom suits + shirts for ALL.,Fashion,Fashion,USD,2013-05-22,30000.00,2013-04-22 17:03:04,48219.00,successful,110,US,48219.00,48219.00,30000.00 +1155599478,2012 Indigenous women's calendar,Photography,Photography,USD,2011-05-02,1000.00,2011-04-01 01:47:20,1015.00,successful,39,US,1015.00,1015.00,1000.00 +1155601051,Help PM bring back great music!!,Music,Music,USD,2016-10-18,30000.00,2016-09-18 22:43:45,31.00,canceled,1,US,31.00,31.00,30000.00 +1155603414,Art+Juice Bar,Art,Art,USD,2015-05-30,8500.00,2015-05-08 05:15:53,0.00,failed,0,US,0.00,0.00,8500.00 +1155611679,Chocolate Printhead for Open Source 3D Printer,3D Printing,Technology,USD,2015-04-11,50000.00,2015-03-12 20:31:48,2.00,failed,2,US,2.00,2.00,50000.00 +1155617067,Libro Traficante Caravan: www.librotraficante.com,Periodicals,Publishing,USD,2012-02-20,20000.00,2012-01-21 23:31:55,2876.00,failed,78,US,2876.00,2876.00,20000.00 +1155623462,Ellen O'Meara is making her first record!,Music,Music,USD,2013-01-01,2500.00,2012-11-27 01:29:15,2525.00,successful,21,US,2525.00,2525.00,2500.00 +1155630099,Waveriders - The Future is Now!,Comics,Comics,USD,2013-08-12,8000.00,2013-07-13 05:48:29,31.00,failed,3,US,31.00,31.00,8000.00 +1155630858,Hush Hush M.I.S Spring Fashion Launch,Fashion,Fashion,USD,2015-03-20,1000.00,2015-02-18 20:38:35,0.00,failed,0,US,0.00,0.00,1000.00 +"1155639283,""Time, Not Space"",Indie Rock,Music,USD,2011-08-02,2250.00,2011-06-22 17:08:36,505.00,failed,15,US,505.00,505.00,2250.00" +1155640933,Anime Inspired Gospel Tracts,Illustration,Art,USD,2014-10-03,500.00,2014-09-03 02:58:42,502.00,successful,18,US,502.00,502.00,500.00 +"1155653033,""Artbook """"All Eyes On Me"""""",Illustration,Art,USD,2014-03-08,450.00,2014-01-27 21:56:07,508.00,successful,19,US,508.00,508.00,450.00" +1155662114,JeterNTheJet's Premier Album - Highway of Redemption,Indie Rock,Music,USD,2013-12-05,6000.00,2013-11-04 00:01:21,175.00,failed,5,US,175.00,175.00,6000.00 +1155664786,Music Video for Tyler Fiore,Music,Music,USD,2012-05-03,2000.00,2012-03-19 20:38:04,385.00,failed,8,US,385.00,385.00,2000.00 +1155672081,Tool Steel Metal Dice - The Strongest Dice Ever Made!,Tabletop Games,Games,USD,2017-12-22,500.00,2017-11-27 09:31:46,6163.00,successful,84,US,3306.00,6163.00,500.00 +1155672265,Explorer's Vacation Club at the Jupiter River Inn,Technology,Technology,USD,2017-06-23,12500.00,2017-05-09 16:45:49,414.00,failed,6,US,218.00,414.00,12500.00 +"1155676215,""The Red Sky Initiative: Combining Music, Art, and Technology"",Music,Music,USD,2013-06-05,2500.00,2013-05-06 18:29:36,5.00,failed,1,US,5.00,5.00,2500.00" +"1155677744,Magic Mountain: A new album by the Kalmanovitch Maneri Duo,Music,Music,USD,2015-11-23,6500.00,2015-09-30 04:23:53,7450.17,undefined,0,""N,0"""""",,7450.17,6500.00" +1155688403,Back To The Gallery,Jewelry,Fashion,USD,2014-06-13,1000.00,2014-05-14 21:25:19,80.00,failed,1,US,80.00,80.00,1000.00 +1155689304,Elements - Turn Based RPG Like Card Game (Canceled),Tabletop Games,Games,USD,2015-11-17,5000.00,2015-10-18 02:02:14,491.00,canceled,23,US,491.00,491.00,5000.00 +1155698958,African Entrepreneurs – 50 Success Stories,Nonfiction,Publishing,GBP,2017-03-31,500.00,2017-03-08 07:21:35,502.00,successful,9,GB,61.20,627.32,624.82 +1155704173,Meshes of Dusk (Film),Narrative Film,Film & Video,USD,2013-04-18,4250.00,2013-03-29 05:31:28,4635.00,successful,63,US,4635.00,4635.00,4250.00 +1155710001,Shoot the Laughing Dog Soft Enamel Lapel Pin,Product Design,Design,USD,2016-11-11,500.00,2016-10-12 20:45:15,31.00,failed,4,US,0.00,31.00,500.00 +1155714778,The Men of Last Call Present: The Traditional,Music,Music,USD,2016-11-01,5000.00,2016-10-12 14:34:05,8280.00,successful,84,US,5693.00,8280.00,5000.00 +1155724207,Viqueria Roma Automatic Watch - Designed & Made in Italy,Product Design,Design,EUR,2018-01-10,55000.00,2017-12-06 18:00:10,5095.00,canceled,18,IT,3228.55,6183.78,66753.24 +1155727027,Little Steps- Berta Moreno's Debut Album,Jazz,Music,USD,2016-11-23,12000.00,2016-10-21 05:31:32,12230.00,successful,232,US,370.00,12230.00,12000.00 +115573510,SOUL JUNCTION: Debut Album Release + US Tour!!,Indie Rock,Music,USD,2015-06-28,3000.00,2015-05-29 00:39:03,3325.00,successful,65,US,3325.00,3325.00,3000.00 +1155740344,Subliminal Genocide: State the Obvious,Video Games,Games,EUR,2016-07-01,4500.00,2016-06-01 08:52:06,1.00,failed,1,FR,1.11,1.11,5010.75 +1155744319,We'll Have Our Cake and Bake It Too! Apron Strings Cakery- Custom Cakes & Edible Art,Food,Food,USD,2010-07-01,4500.00,2010-04-27 22:29:03,176.00,failed,6,US,176.00,176.00,4500.00 +"1155768233,""""""I Graduated From College...Now What The Hell Do I Do?!"""""",Publishing,Publishing,USD,2015-03-31,2500.00,2015-03-01 17:02:22,1680.00,failed,47,US,1680.00,1680.00,2500.00" +1155773250,Tropsicles-Island Fruit Ice Pops (Canceled),Food,Food,USD,2012-11-17,5000.00,2012-10-18 02:48:13,785.00,canceled,20,US,785.00,785.00,5000.00 +1155792863,Landed - A Terraforming Board Game,Tabletop Games,Games,USD,2016-05-12,8600.00,2016-04-12 15:00:19,14565.00,successful,400,US,14565.00,14565.00,8600.00 +1155802871,Do My Odd Jobs,Web,Technology,GBP,2015-09-19,3000.00,2015-07-21 11:12:27,5.00,failed,1,GB,7.80,7.59,4552.97 +"1155808900,""Recording """"Explorers - A Cantata for All Seasons"""""",Classical Music,Music,USD,2011-10-02,5000.00,2011-08-28 23:08:05,1150.00,failed,10,US,1150.00,1150.00,5000.00" +1155813480,Lord Leebrick/New Zone Mural,Public Art,Art,USD,2012-10-21,6800.00,2012-09-18 00:49:47,1660.00,failed,27,US,1660.00,1660.00,6800.00 +1155815519,Broken Doors,Documentary,Film & Video,USD,2011-03-09,7000.00,2010-12-09 20:34:12,0.00,failed,0,US,0.00,0.00,7000.00 +"1155825760,""Love, Tears & Sand"",Graphic Novels,Comics,USD,2017-10-01,15000.00,2017-09-01 13:16:51,18028.00,successful,396,US,850.00,18028.00,15000.00" +1155827924,CatFight,Tabletop Games,Games,NZD,2016-04-22,14688.00,2016-03-23 13:08:52,1535.35,failed,44,NZ,1039.15,1056.75,10109.44 +1155829086,Stars on Christmas,Family,Film & Video,USD,2015-11-30,7000.00,2015-10-21 05:47:34,300.00,failed,4,US,300.00,300.00,7000.00 +1155830744,Bamboo Cycles (Canceled),Design,Design,AUD,2015-05-24,15000.00,2015-04-27 04:00:00,0.00,canceled,0,AU,0.00,0.00,11476.66 +1155831478,OUT by Rain Pryor - THEATER & FILM Project #outbyrainpryor,Plays,Theater,USD,2014-12-18,80000.00,2014-11-14 10:57:43,2165.00,canceled,38,US,2165.00,2165.00,80000.00 +115583611,AUDITION One hundred actors. One love story.,Narrative Film,Film & Video,USD,2011-10-31,1000.00,2011-09-01 05:38:39,3356.28,successful,23,US,3356.28,3356.28,1000.00 +115583618,Superb Snail Mail: Game for Adventure Experience,Crafts,Crafts,USD,2012-09-01,975.00,2012-08-01 06:03:33,489.00,failed,7,US,489.00,489.00,975.00 +1155852124,Streetwear collection by SURR,Product Design,Design,GBP,2013-11-22,1000.00,2013-10-23 15:46:26,82.00,failed,3,GB,132.24,132.85,1620.09 +1155858143,Miniature Handmade Needle Felted Animals for You from Me!,Art,Art,GBP,2014-08-08,250.00,2014-07-09 19:34:59,6.00,canceled,1,GB,10.28,10.08,420.10 +1155858407,A Star Filled Sea (An Ashteraiverse Novel),Fiction,Publishing,GBP,2015-02-08,750.00,2014-12-31 10:22:26,856.00,successful,41,GB,1328.21,1316.34,1153.33 +1155858562,Lowland Hum: 2015 Album Release Tour,Music,Music,USD,2015-02-21,10000.00,2015-02-01 23:11:04,11358.00,successful,170,US,11358.00,11358.00,10000.00 +"1155861409,""The Eternity Quest, A Vatican Thriller"",Fiction,Publishing,USD,2015-10-01,1000.00,2015-09-18 21:18:27,0.00,failed,0,US,0.00,0.00,1000.00" +1155869299,HANSNAP - A Wearable Smartphone Case - STAFF PICK!,Wearables,Technology,USD,2015-01-18,90000.00,2014-11-29 01:19:58,7527.00,failed,100,US,7527.00,7527.00,90000.00 +1155872445,Redemption / Book / Autobiography/ Save others/,Nonfiction,Publishing,USD,2017-02-17,4000.00,2017-01-22 18:11:23,25.00,failed,1,US,0.00,25.00,4000.00 +1155876412,The Raiders of Folklore Adventures,Young Adult,Publishing,CAD,2017-05-07,3000.00,2017-04-05 16:04:13,3402.00,successful,59,CA,89.69,2476.34,2183.72 +1155877965,The Goodnight Show: A Film By Charlie Schwan,Film & Video,Film & Video,USD,2017-03-05,3500.00,2017-02-12 20:00:11,3780.00,successful,35,US,235.00,3780.00,3500.00 +1155879052,Encounters with the Imaginary : Boneshaker Press Vol 1,Illustration,Art,USD,2016-09-02,8000.00,2016-08-03 15:39:17,11201.00,successful,215,US,40.00,11201.00,8000.00 +1155888021,Solid Chain Guide for (downhill) Mountainbike - by Slottje,Hardware,Technology,EUR,2017-09-03,7500.00,2017-07-05 19:00:12,340.00,failed,6,NL,0.00,410.04,9044.97 +1155888070,Steampunk,Art Books,Publishing,GBP,2013-12-27,40000.00,2013-11-27 10:07:33,1.00,failed,1,GB,1.62,1.65,66044.75 +115589422,Mensch - A Short Film About PTSD,Shorts,Film & Video,USD,2017-03-09,13000.00,2017-02-11 21:14:54,15121.00,successful,101,US,2725.00,15121.00,13000.00 +1155896944,Blank White Page (Canceled),Fashion,Fashion,USD,2011-09-13,4600.00,2011-07-15 06:30:21,0.00,canceled,0,US,0.00,0.00,4600.00 +1155900162,Shanewis: The Robin Woman presented by Artisti Affamati,Performance Art,Art,USD,2013-03-19,1200.00,2013-02-15 05:18:05,1335.00,successful,19,US,1335.00,1335.00,1200.00 +1155903617,BuzzBox: Advanced Beehive Sensor & Smartphone App,Hardware,Technology,USD,2017-08-05,20000.00,2017-07-06 16:14:00,35146.00,successful,229,US,10078.00,35146.00,20000.00 +1155916730,Werewolf Plush,Crafts,Crafts,USD,2016-10-02,11000.00,2016-08-28 20:41:10,5138.00,failed,126,US,1920.00,5138.00,11000.00 +1155922475,MM1 Modular 3D Printer - Customize Your Printing Experience,3D Printing,Technology,USD,2014-11-01,50000.00,2014-10-02 14:00:23,56102.96,successful,98,US,56102.96,56102.96,50000.00 +115593487,Creative License - A New Musical: Boston Premiere,Theater,Theater,USD,2013-07-25,7500.00,2013-06-25 00:32:33,2355.00,failed,40,US,2355.00,2355.00,7500.00 +115594237,My first book of poetry called 'I MAN TINGS',Poetry,Publishing,GBP,2016-11-02,9500.00,2016-10-03 12:48:46,270.33,failed,7,GB,0.00,337.67,11866.40 +1155943372,Bipartisan Collapse,Sculpture,Art,USD,2016-08-14,2500.00,2016-07-15 23:03:42,2738.00,successful,56,US,198.00,2738.00,2500.00 +1155945940,#FLOCKOFFICE goes to London's Resolution! festival!,Dance,Dance,GBP,2014-01-23,1000.00,2013-11-24 22:23:23,674.00,canceled,17,GB,1093.48,1112.65,1650.82 +1155957200,The Black Angels Calendar 2017,Calendars,Publishing,USD,2016-12-07,6500.00,2016-11-07 15:27:22,176.00,failed,4,US,58.00,176.00,6500.00 +1155963330,Minimal Deck - New Playing Cards (Canceled),Games,Games,USD,2013-09-25,13000.00,2013-07-27 21:45:12,2006.00,canceled,120,US,2006.00,2006.00,13000.00 +1155965834,Malbec Eve,Shorts,Film & Video,USD,2014-02-20,6000.00,2014-01-21 20:22:16,6552.00,successful,58,US,6552.00,6552.00,6000.00 +1155967034,Capua Collective - Live EP and Music Video,Music Videos,Film & Video,GBP,2015-05-09,2000.00,2015-04-09 18:11:14,2051.00,successful,64,GB,3040.58,3222.01,3141.89 +"1155969639,""Mississippi Aquaponics, Living Supermarket"",Gadgets,Technology,USD,2014-11-27,8000.00,2014-10-28 16:46:59,20.00,failed,1,US,20.00,20.00,8000.00" +1155977235,Bummertown - An Animated Comedy Short,Animation,Film & Video,USD,2013-09-22,1500.00,2013-08-23 17:34:03,1526.00,successful,33,US,1526.00,1526.00,1500.00 +1155982722,Naruto Parodies,Comics,Comics,GBP,2014-12-14,500.00,2014-11-24 20:01:18,15.00,failed,1,GB,23.49,23.47,782.40 +1156008558,MoonLight,Product Design,Design,EUR,2016-03-30,50000.00,2016-02-19 22:08:40,2.00,failed,2,IT,2.23,2.29,57159.84 +1156012145,The Spyder 360™ | Full Body Training Unlike Anything Else.,Product Design,Design,USD,2017-02-15,30000.00,2017-01-10 06:16:15,14552.00,canceled,156,US,9638.00,14552.00,30000.00 +1156012457,Elk Soldier Inc.,Music,Music,USD,2017-11-18,1600.00,2017-10-19 05:09:48,203.00,failed,4,US,106.00,203.00,1600.00 +"115601601,""Sierra West """"Hold Your Fire"""" EP ~ Keep It Burning ~"",Indie Rock,Music,USD,2012-06-01,3500.00,2012-05-02 15:46:55,3665.00,successful,35,US,3665.00,3665.00,3500.00" +115602239,Pickle Me This,Food,Food,USD,2012-04-11,250.00,2012-03-12 20:48:27,1782.00,successful,51,US,1782.00,1782.00,250.00 +1156025084,Storyman Books - Therapeutic Quality Children's Books,Children's Books,Publishing,USD,2016-08-01,15000.00,2016-06-15 22:19:59,50.00,failed,2,US,50.00,50.00,15000.00 +1156029094,A Musical Journey Interrupted...continues,Pop,Music,USD,2014-11-22,17000.00,2014-10-23 18:09:03,19296.67,successful,124,US,19296.67,19296.67,17000.00 +115603182,Jack's Sports Bar and Grill (Canceled),Restaurants,Food,USD,2015-08-28,105000.00,2015-07-29 17:04:57,1201.00,canceled,4,US,1201.00,1201.00,105000.00 +1156043286,the Shoe,Shorts,Film & Video,USD,2012-04-07,3000.00,2012-03-17 05:07:09,525.00,failed,17,US,525.00,525.00,3000.00 +1156052676,Life is a Dream,Public Art,Art,USD,2013-03-01,3330.00,2013-01-30 21:18:14,354.00,failed,14,US,354.00,354.00,3330.00 +1156053399,The Blue Ridge Barn Short Story,Fiction,Publishing,USD,2012-01-27,1000.00,2011-12-28 01:26:07,35.00,failed,2,US,35.00,35.00,1000.00 +1156055936,SkiHats.com Creative Clothing Designer & Sports Products,Accessories,Fashion,USD,2014-12-20,30000.00,2014-11-20 04:49:24,78.00,failed,4,US,78.00,78.00,30000.00 +1156061293,Asletics Photography,Photography,Photography,USD,2014-08-23,250.00,2014-07-24 03:22:51,32.00,failed,3,US,32.00,32.00,250.00 +1156066143,VoxelMaze,Video Games,Games,GBP,2016-03-31,5000.00,2016-03-01 18:56:25,115.00,failed,5,GB,159.29,164.56,7154.82 +1156068871,Scarred,Film & Video,Film & Video,USD,2011-12-04,1500.00,2011-11-15 01:40:44,120.00,failed,6,US,120.00,120.00,1500.00 +1156071917,Frickin' Sweet Charms!,Mixed Media,Art,USD,2014-08-18,250.00,2014-07-19 17:47:49,26.00,failed,4,US,26.00,26.00,250.00 +1156072371,Kinghunter,Film & Video,Film & Video,USD,2012-05-20,120000.00,2012-04-20 10:24:51,0.00,failed,0,US,0.00,0.00,120000.00 +1156072958,Wasted Youth Album On CD,Indie Rock,Music,USD,2013-10-01,635.00,2013-09-04 00:24:29,20.00,failed,1,US,20.00,20.00,635.00 +115607600,KingsGarden: the lost legend,Video Games,Games,USD,2016-09-14,42000.00,2016-08-08 16:33:47,51.00,canceled,6,US,0.00,51.00,42000.00 +1156082543,Hendrik Block. Living a normal life!,Nonfiction,Publishing,USD,2012-10-01,10000.00,2012-09-01 00:07:09,1.00,failed,1,US,1.00,1.00,10000.00 +1156089518,Alternative Travel App,Apps,Technology,EUR,2016-08-28,5000.00,2016-07-29 18:25:07,22.00,failed,4,BE,0.00,24.62,5596.47 +1156091206,A drawing of a shark shooting laser beams,Art,Art,USD,2014-09-10,5.00,2014-08-11 20:34:50,7.00,successful,5,US,7.00,7.00,5.00 +1156091954,PLASB-Help People Better Their Lives,Technology,Technology,USD,2017-10-11,500.00,2017-08-12 14:11:12,0.00,failed,0,US,0.00,0.00,500.00 +1156093544,The Mason Jar Cocktail Shaker,Product Design,Design,USD,2012-08-22,5000.00,2012-07-23 04:45:28,74738.00,successful,1932,US,74738.00,74738.00,5000.00 +1156120214,Artist Taking Over,Conceptual Art,Art,USD,2015-08-06,40000.00,2015-07-30 18:43:25,0.00,failed,0,US,0.00,0.00,40000.00 +1156121060,Rebecca Marie Miller Solo Record,Country & Folk,Music,USD,2011-11-21,5000.00,2011-10-14 19:12:41,5513.00,successful,156,US,5513.00,5513.00,5000.00 +1156121729,Creature Teachers,Academic,Publishing,USD,2015-06-28,10000.00,2015-04-29 04:48:03,2.00,failed,2,US,2.00,2.00,10000.00 +"1156133724,""Discover """"It's Huge: The Documentary"""", a new & dynamic film"",Documentary,Film & Video,USD,2013-07-04,15000.00,2013-06-01 16:35:37,4080.00,failed,33,US,4080.00,4080.00,15000.00" +1156152640,God Save the Queen - Lord only knows we won't,Children's Books,Publishing,USD,2011-09-26,25000.00,2011-08-27 07:33:44,0.00,failed,0,US,0.00,0.00,25000.00 +"1156164384,""""""Why Not Home?"""" A Documentary Film"",Documentary,Film & Video,USD,2014-10-12,86000.00,2014-09-02 03:00:51,89186.36,successful,960,US,89186.36,89186.36,86000.00" +1156174822,Riding Bean High Octane Edition Anime Blu-ray,Animation,Film & Video,USD,2016-04-05,30000.00,2016-03-06 22:00:12,135589.94,successful,1752,US,135589.94,135589.94,30000.00 +1156174958,Curly Tail Coffee Roaster & Vintage Coffee Trailer,Small Batch,Food,USD,2017-06-17,10000.00,2017-05-18 05:05:18,10303.00,successful,142,US,519.00,10303.00,10000.00 +1156190567,EJiPT - Race for Treasure (Canceled),Tabletop Games,Games,USD,2013-07-01,15000.00,2013-05-30 22:32:10,2851.27,canceled,74,US,2851.27,2851.27,15000.00 +1156192925,Play with kittens via robot,Web,Technology,USD,2015-07-09,1000.00,2015-06-09 05:32:43,0.00,failed,0,US,0.00,0.00,1000.00 +115620934,Create a Home for Alternative Comedy in Philly,Performance Art,Art,USD,2010-06-27,10000.00,2010-05-13 06:02:23,15420.51,successful,233,US,15420.51,15420.51,10000.00 +1156228832,Food Gypsy- Delivering Grocery Goodness To East Nashville,Food,Food,USD,2015-04-23,1200.00,2015-04-08 21:48:26,121.00,failed,3,US,121.00,121.00,1200.00 +"1156242381,""iNOGOGO - Theft, Lost and Damage Prevention for valuables"",Product Design,Design,GBP,2015-09-02,1000.00,2015-08-03 20:38:09,84.00,failed,6,GB,131.22,127.90,1522.63" +1156245312,Lamplight Media Kickstarter for Dragon Con,Tabletop Games,Games,USD,2013-06-24,5000.00,2013-05-25 21:36:14,5612.00,successful,74,US,5612.00,5612.00,5000.00 +1156249507,Lewis Carroll's Hunting of the Snark with Christopher Lee,Shorts,Film & Video,USD,2012-12-19,50000.00,2012-11-28 01:21:47,7777.79,canceled,362,US,7777.79,7777.79,50000.00 +1156250995,Poems on Social Media,Digital Art,Art,GBP,2016-04-07,180.00,2016-03-08 17:20:40,100.00,failed,1,GB,142.09,140.75,253.36 +1156251234,The Lilly Anne Fish & Grill,Restaurants,Food,GBP,2016-09-23,20000.00,2016-08-25 01:22:58,0.00,canceled,0,GB,0.00,0.00,25947.74 +1156252910,Bits Box 2.0,Design,Design,USD,2015-12-17,5000.00,2015-11-17 17:35:48,707.00,failed,25,US,707.00,707.00,5000.00 +1156255196,The Divine Feminine - Colouring Book,Art Books,Publishing,NZD,2017-05-03,2500.00,2017-04-03 14:28:25,3704.00,successful,43,NZ,0.00,2551.67,1722.24 +1156263298,Cheshire Moon's debut album: Ways of Wind and Water,Indie Rock,Music,USD,2012-07-02,3000.00,2012-05-23 13:34:56,3550.00,successful,106,US,3550.00,3550.00,3000.00 +1156264560,Anglicon 2015: A Doctor Who & British media fan convention,Television,Film & Video,USD,2014-07-13,10000.00,2014-06-12 20:58:06,30866.00,successful,263,US,30866.00,30866.00,10000.00 +1156271755,Shroud of the Avatar: Forsaken Virtues,Video Games,Games,USD,2013-04-07,1000000.00,2013-03-08 16:57:29,1919275.99,successful,22322,US,1919275.99,1919275.99,1000000.00 +1156280748,VS Cricket - Grass Roots Cricket,Web,Technology,GBP,2015-09-30,25000.00,2015-08-31 22:08:21,0.00,failed,0,GB,0.00,0.00,37917.85 +1156288286,Molly makes an EP!,Indie Rock,Music,USD,2012-05-29,1112.00,2012-04-28 20:53:12,1290.01,successful,42,US,1290.01,1290.01,1112.00 +1156289845,Guns & Grams,Action,Film & Video,USD,2015-03-01,65000.00,2015-01-06 11:58:57,0.00,failed,0,US,0.00,0.00,65000.00 +1156295441,Going to the Phillipines to Preach Christ,Experimental,Film & Video,USD,2017-06-06,5000.00,2017-05-12 18:30:43,27.00,failed,2,US,10.00,27.00,5000.00 +1156297873,TurboCot by WolfTraders: Just a Few Seconds to Bliss,Product Design,Design,USD,2017-09-30,20000.00,2017-08-31 20:03:21,3372.00,suspended,30,US,1423.00,3372.00,20000.00 +1156299653,48 Hour Film Festival in Jacksonville,Film & Video,Film & Video,USD,2011-01-23,3000.00,2010-12-24 03:21:38,125.00,failed,1,US,125.00,125.00,3000.00 +1156305796,Unrequited Love - The Struggle to Have our Own Baby,Video,Journalism,GBP,2015-08-20,6000.00,2015-07-21 13:10:39,0.00,canceled,0,GB,0.00,0.00,9403.50 +1156312262,GeekChic - Jewelry for the Discerning FanGirl,Jewelry,Fashion,USD,2014-09-02,5000.00,2014-08-03 01:06:54,105.00,failed,2,US,105.00,105.00,5000.00 +1156313698,With a little help... my first album,Music,Music,USD,2011-10-05,5500.00,2011-08-06 19:08:09,6011.00,successful,39,US,6011.00,6011.00,5500.00 +1156319150,Techbench Recycling Solutions,Hardware,Technology,USD,2015-06-19,400000.00,2015-04-20 16:56:55,20.00,failed,1,US,20.00,20.00,400000.00 +1156321849,Sugar for Me,Shorts,Film & Video,USD,2010-07-26,3500.00,2010-06-08 06:05:01,3530.00,successful,24,US,3530.00,3530.00,3500.00 +115633042,Sleevers Apparel,Graphic Design,Design,USD,2014-08-23,100000.00,2014-07-24 18:58:38,0.00,failed,0,US,0.00,0.00,100000.00 +1156332184,(re)UNITE - It starts with a conversation and a look...,Documentary,Film & Video,USD,2017-02-01,3000.00,2017-01-20 06:30:44,3101.00,successful,43,US,620.00,3101.00,3000.00 +1156336137,GAME OFF: a battle royale of head-to-head games,Playing Cards,Games,GBP,2017-10-05,2000.00,2017-09-05 11:05:58,2174.00,successful,83,GB,115.29,2842.57,2615.06 +1156345045,Return of the Magi,Fiction,Publishing,USD,2015-02-21,3000.00,2015-01-22 05:31:18,178.00,failed,4,US,178.00,178.00,3000.00 +1156347247,Sharing the secrets of profitable specialty food marketing!,Nonfiction,Publishing,USD,2015-03-07,2500.00,2015-02-05 16:18:45,2555.00,successful,31,US,2555.00,2555.00,2500.00 +115635008,Passion For Fashion- Design & Produce 5-Panel Caps,Fashion,Fashion,USD,2013-12-27,20000.00,2013-11-27 01:08:08,93.00,failed,3,US,93.00,93.00,20000.00 +1156355504,Get these kids to GERMANY on a CIRCUS TOUR of LIFETIME,Theater,Theater,USD,2012-07-20,6000.00,2012-06-04 22:12:24,6185.00,successful,65,US,6185.00,6185.00,6000.00 +1156365306,Lovecraft: The Blasphemously Large First Issue,Comics,Comics,USD,2014-11-26,10000.00,2014-10-28 14:42:59,54467.98,successful,1816,US,54467.98,54467.98,10000.00 +1156375001,Lemon Cake,Theater,Theater,USD,2012-04-09,6000.00,2012-02-09 22:06:39,6415.00,successful,87,US,6415.00,6415.00,6000.00 +1156380276,O8s Games (Canceled),Video Games,Games,USD,2013-12-01,100000.00,2013-11-01 15:07:49,0.00,canceled,0,US,0.00,0.00,100000.00 +1156382476,Sphericus Maximus©,Video Games,Games,USD,2014-08-16,8000.00,2014-07-17 21:59:03,12.00,failed,4,US,12.00,12.00,8000.00 +1156384611,*Francheska Aims for a bilingual song & music video EPK,Pop,Music,USD,2012-03-19,2600.00,2012-02-25 20:04:07,2635.00,successful,35,US,2635.00,2635.00,2600.00 +"1156385097,Jasmine Guerrero: Rough Cut EP - Isla Vista Worship,Music,Music,USD,2016-02-04,7000.00,2016-01-05 17:18:59,8535.00,undefined,0,""N,0"""""",,8535.00,7000.00" +1156385327,Lil' Krampus - A Lil' Monsters Holiday Sticker and Print!,Art,Art,USD,2015-12-05,150.00,2015-11-19 19:51:46,189.50,successful,20,US,189.50,189.50,150.00 +1156386159,Love of Men Ferocious. A new play by Joey Merlo ,Theater,Theater,USD,2011-04-12,5000.00,2011-03-02 17:09:27,5711.00,successful,72,US,5711.00,5711.00,5000.00 +"1156389497,""BrainFood Comics Co, Feed Your Brain!!"",Comics,Comics,USD,2010-09-23,3000.00,2010-08-14 01:53:53,3062.00,successful,38,US,3062.00,3062.00,3000.00" +1156391370,The Last Train - Feature film for suicide prevention,Film & Video,Film & Video,USD,2015-03-13,12000.00,2015-02-11 16:58:06,16378.00,successful,241,US,16378.00,16378.00,12000.00 +1156403536,Ollivanders Bistro,Restaurants,Food,GBP,2017-06-01,20000.00,2017-05-12 20:02:01,1.00,failed,1,GB,0.00,1.29,25706.94 +1156424824,Taking This To Print.,Pop,Music,USD,2011-08-02,200.00,2011-06-03 12:38:15,0.00,failed,0,US,0.00,0.00,200.00 +1156425333,The Evolution of Battleships- WW2 U.S. Navy Battleships,Graphic Design,Design,USD,2015-10-28,1000.00,2015-09-28 18:27:13,25.00,canceled,1,US,25.00,25.00,1000.00 +1156432016,Iværksætter Powerhouse,Web,Technology,DKK,2015-10-31,150000.00,2015-10-01 10:47:05,0.00,failed,0,DK,0.00,0.00,21844.55 +1156438409,Utopian Eyes by E. Pierre Presents: The Pen of Perfection,Product Design,Design,USD,2015-11-10,50000.00,2015-10-01 16:41:03,1432.00,failed,14,US,1432.00,1432.00,50000.00 +1156442611,Even if small we still make noise,Places,Photography,USD,2015-05-01,100000.00,2015-03-02 19:25:29,0.00,failed,0,US,0.00,0.00,100000.00 +1156453711,Last One to Die,Film & Video,Film & Video,USD,2017-06-04,3500.00,2017-05-05 15:23:43,3965.00,successful,19,US,75.00,3965.00,3500.00 +1156457561,DREAM JOURNAL:FALSE AWAKENING,Film & Video,Film & Video,USD,2012-09-03,33000.00,2012-07-20 04:20:08,2086.00,failed,5,US,2086.00,2086.00,33000.00 +1156474642,A Life in the City,Theater,Theater,USD,2012-08-09,1200.00,2012-07-18 04:29:35,1421.00,successful,34,US,1421.00,1421.00,1200.00 +1156475131,Help Life Like Water record their first album!,Country & Folk,Music,USD,2017-08-06,2500.00,2017-07-13 00:53:12,2856.00,successful,61,US,691.00,2856.00,2500.00 +1156475735,23Feet - Community without boundaries... Passions driving change. ,Documentary,Film & Video,USD,2010-07-11,5500.00,2010-06-08 00:48:06,470.00,failed,9,US,470.00,470.00,5500.00 +1156477916,Urban clothing // Marca de ropa urbana,Apparel,Fashion,EUR,2016-07-06,3500.00,2016-05-11 18:19:46,0.00,failed,0,ES,0.00,0.00,3874.51 +1156478737,Oddballs! (Canceled),Crafts,Crafts,USD,2015-12-27,2500.00,2015-11-12 18:27:41,0.00,canceled,0,US,0.00,0.00,2500.00 +1156488064,Triple Choice Express,Restaurants,Food,USD,2017-02-15,150000.00,2017-01-16 01:10:18,10.00,canceled,1,US,0.00,10.00,150000.00 +"1156490225,""Spanish Baroque Opera: """"Cupid's New Weapons of Love"""""",Performance Art,Art,USD,2013-02-14,100000.00,2012-12-26 22:09:31,5.00,canceled,1,US,5.00,5.00,100000.00" +1156492062,Exploring Florida: A Toddler at the Beach,Nature,Photography,USD,2015-02-08,1500.00,2015-01-09 20:33:58,101.00,failed,2,US,101.00,101.00,1500.00 +1156495458,LETS GET PERSONAL! I want to add embroidery to our products!,Fashion,Fashion,USD,2013-05-04,1000.00,2013-04-04 23:07:18,1043.00,successful,30,US,1043.00,1043.00,1000.00 +1156501040,Megan's Garden: A Study in Meditation and Healing (Phase II),Photography,Photography,USD,2012-03-16,750.00,2012-01-31 03:58:23,930.18,successful,18,US,930.18,930.18,750.00 +1156502178,Cirque Kids 2014 Calendar,Photography,Photography,USD,2013-11-01,6000.00,2013-10-02 20:53:41,3055.00,failed,72,US,3055.00,3055.00,6000.00 +1156508853,Reservà,Restaurants,Food,EUR,2017-01-30,30000.00,2016-12-31 01:30:45,0.00,failed,0,ES,0.00,0.00,32223.07 +1156510788,TRANSITION,Documentary,Film & Video,USD,2017-05-14,65000.00,2017-03-30 01:43:06,286.00,failed,8,US,0.00,286.00,65000.00 +"1156517293,""16mm Short Thriller: """"Caedo"""""",Shorts,Film & Video,USD,2010-12-11,1200.00,2010-10-20 15:54:17,636.00,failed,16,US,636.00,636.00,1200.00" +1156530016,Beyond,Science Fiction,Film & Video,USD,2015-02-20,2000.00,2015-01-23 08:23:34,36.00,failed,3,US,36.00,36.00,2000.00 +1156548146,A project for the fabrication of prototypes for wearables.,Wearables,Technology,USD,2016-09-12,125000.00,2016-08-12 19:01:53,1.00,failed,1,US,1.00,1.00,125000.00 +"1156552456,""2015 National Food, Beverage Holiday Festival Event Calendar"",Calendars,Publishing,CAD,2015-02-12,10968.00,2015-01-15 21:26:18,11.00,failed,3,CA,9.18,8.79,8768.79" +1156552973,Creative Smoking - Deine persönliche Zigischachtel,Crafts,Crafts,CHF,2016-11-19,8000.00,2016-10-20 08:43:00,2.00,failed,2,CH,1.01,1.97,7892.66 +1156559399,Record Label Build-up.,Hip-Hop,Music,USD,2015-06-05,10000.00,2015-04-06 08:12:57,0.00,failed,0,US,0.00,0.00,10000.00 +1156569277,The Agora Wind Symphony (Canceled),Classical Music,Music,USD,2015-02-23,10000.00,2014-12-25 23:12:27,0.00,canceled,0,US,0.00,0.00,10000.00 +1156570386,Dungeon VR The Horror Game,Video Games,Games,USD,2016-01-13,7000.00,2015-11-14 02:57:44,40.00,failed,3,US,40.00,40.00,7000.00 +1156571340,Journey to the Boy in the Black Star-filled Cloak,Young Adult,Publishing,GBP,2017-11-03,2200.00,2017-10-14 15:06:31,20.00,failed,1,GB,26.55,26.22,2884.00 +115657971,Help make a Big Redneck Smile by JIV,Country & Folk,Music,USD,2017-01-12,600.00,2016-12-13 02:01:39,111.00,canceled,3,US,111.00,111.00,600.00 +1156592210,Sugar and Spice!~ Sailormoon pinset,Accessories,Fashion,USD,2017-11-17,730.00,2017-10-18 03:40:35,871.00,successful,42,US,446.00,871.00,730.00 +1156594706,Being Different is OK,Animation,Film & Video,USD,2012-05-05,75000.00,2012-03-21 02:22:27,10.00,failed,1,US,10.00,10.00,75000.00 +1156595129,Enzymes,Fiction,Publishing,USD,2011-03-20,250.00,2011-02-18 03:23:54,335.00,successful,25,US,335.00,335.00,250.00 +115660394,Gender Benders full-length Debut Album!!!,Electronic Music,Music,USD,2012-04-18,550.00,2012-02-18 03:56:00,700.00,successful,20,US,700.00,700.00,550.00 +1156617804,Ghost Hunter: Witches,Tabletop Games,Games,GBP,2015-11-15,1500.00,2015-10-29 12:55:05,2142.00,successful,146,GB,3278.26,3265.84,2287.00 +1156648052,Peril!,Playing Cards,Games,USD,2014-12-24,5000.00,2014-11-24 22:16:37,151.00,failed,8,US,151.00,151.00,5000.00 +1156649169,TATO Gear Folding Hammock Stand Kit,Product Design,Design,USD,2014-10-27,3000.00,2014-09-27 01:06:06,4099.00,successful,38,US,4099.00,4099.00,3000.00 +"1156649983,""The Re-Programmable QR Code Shirt, with IPv6"",Fashion,Fashion,USD,2015-05-28,3000.00,2015-04-28 04:05:25,39.00,failed,2,US,39.00,39.00,3000.00" +1156666050,Mussel Madness in the Great Lakes!,Tabletop Games,Games,USD,2015-11-12,30000.00,2015-10-11 17:02:10,6549.00,failed,55,US,6549.00,6549.00,30000.00 +1156670987,TIM (Time Is Money),Design,Design,USD,2016-06-23,100000.00,2016-05-24 18:15:05,12.00,failed,2,US,12.00,12.00,100000.00 +115667495,Create your Beautiful DIY Mobile Apps,Apps,Technology,SGD,2016-10-07,1000.00,2016-09-07 06:59:03,37.00,failed,4,SG,11.05,26.91,727.17 +1156680584,COLLISION - Funding for our Photography Degree Show 2014,Photography,Photography,GBP,2014-04-23,2000.00,2014-03-26 19:04:50,371.00,failed,15,GB,612.10,623.60,3361.74 +1156685959,Chainmail: The Story of Dragas Issues 1-5,Comic Books,Comics,USD,2014-06-19,9000.00,2014-05-20 17:53:22,256.00,failed,11,US,256.00,256.00,9000.00 +1156689695,Growing in the City: The Mountair Park Community Farm,Community Gardens,Food,USD,2014-04-08,12500.00,2014-03-06 22:22:06,12958.36,successful,262,US,12958.36,12958.36,12500.00 +1156689701,Mitch's-Malt-Shop,Food,Food,USD,2017-03-07,1000.00,2017-02-10 03:18:25,155.00,failed,4,US,85.00,155.00,1000.00 +1156690046,Cowboys and Indians Research Expedition,Nonfiction,Publishing,USD,2013-07-11,9800.00,2013-06-11 21:18:16,5.00,failed,1,US,5.00,5.00,9800.00 +1156701898,The 30 second Meeting Spicer,Playing Cards,Games,EUR,2017-07-27,11000.00,2017-06-12 13:38:29,1129.00,failed,45,FR,119.79,1324.20,12901.86 +1156717661,Tout ce qui reste,Shorts,Film & Video,CAD,2016-02-01,800.00,2016-01-02 04:11:22,846.00,successful,20,CA,609.97,615.23,581.78 +1156719661,Electric Lights (Canceled),Narrative Film,Film & Video,USD,2013-07-06,12000.00,2013-06-15 03:41:13,315.00,canceled,8,US,315.00,315.00,12000.00 +"1156724132,""""""Grounded"""""",Thrillers,Film & Video,GBP,2016-09-16,5000.00,2016-09-08 18:16:46,0.00,failed,0,GB,0.00,0.00,6587.79" +1156733994,Gun Ghoul: Raising the Dead mini series,Comics,Comics,USD,2012-07-05,2500.00,2012-06-15 17:46:29,1408.00,failed,39,US,1408.00,1408.00,2500.00 +1156751437,Vectorless Films L.L.C.,Music Videos,Film & Video,USD,2017-03-22,10000.00,2017-02-20 17:30:01,1.00,failed,1,US,0.00,1.00,10000.00 +1156752846,The End of the Beginning,Rock,Music,USD,2015-04-26,1700.00,2015-03-21 22:46:01,128.00,failed,5,US,128.00,128.00,1700.00 +1156752869,Raspberry Pi video monitor with email alerts.,Software,Technology,USD,2015-09-18,9000.00,2015-08-19 20:18:06,73.00,failed,2,US,73.00,73.00,9000.00 +1156772312,Puppy Zombie (Canceled),Playing Cards,Games,USD,2015-06-30,200000.00,2015-05-01 19:00:42,751.00,canceled,16,US,751.00,751.00,200000.00 +"1156774055,""Partnership to complete: Jon Switzer """"Measureless"""""",Music,Music,USD,2014-03-15,5500.00,2014-02-10 05:00:13,955.00,failed,18,US,955.00,955.00,5500.00" +1156776,Redline,Rock,Music,USD,2013-04-13,1600.00,2013-02-12 18:53:23,30.00,failed,2,US,30.00,30.00,1600.00 +"1156776945,""""""Songs from the 21st century"""" - new rock 4 a new world"",Indie Rock,Music,USD,2012-08-11,300000.00,2012-06-27 23:30:27,0.00,failed,0,US,0.00,0.00,300000.00" +1156782540,DINOSAUR SHIRTS WITH REAL DINOSAUR BONE FRAGMENT.,Fashion,Fashion,USD,2013-04-14,50000.00,2013-03-20 19:58:40,35.00,failed,2,US,35.00,35.00,50000.00 +1156798470,Guiltafish Series 1 Limited Plush Holiday Toy,Textiles,Art,USD,2016-01-06,10000.00,2015-12-05 22:53:18,488.51,failed,11,US,488.51,488.51,10000.00 +1156802774,My Food Wear - For Foodies Everywhere! (Canceled),Fashion,Fashion,USD,2013-12-23,3000.00,2013-11-25 23:02:23,5.00,canceled,1,US,5.00,5.00,3000.00 +1156802776,Element 22: Tactical Pen,Product Design,Design,USD,2017-04-20,3000.00,2017-03-21 08:10:46,4175.00,canceled,64,US,3850.00,4175.00,3000.00 +1156802909,Driven Away,Fiction,Publishing,USD,2011-03-24,5000.00,2011-02-07 06:03:51,355.00,failed,12,US,355.00,355.00,5000.00 +1156806836,Be a part of Alex Masters' Debut EP!!!,Country & Folk,Music,USD,2011-02-17,9000.00,2011-01-12 05:18:21,10916.00,successful,181,US,10916.00,10916.00,9000.00 +115680805,Pocket Physician,Software,Technology,USD,2017-04-12,350000.00,2017-02-26 23:42:45,82.00,failed,3,US,82.00,82.00,350000.00 +1156816442,The Many Ways: Where Kids Can Learn a Second Language,Performance Art,Art,USD,2016-09-25,6000.00,2016-08-11 15:34:52,1628.00,failed,31,US,260.00,1628.00,6000.00 +115681750,Go To Hell,Narrative Film,Film & Video,USD,2011-11-19,40000.00,2011-10-17 20:47:19,842.00,failed,15,US,842.00,842.00,40000.00 +1156819266,Mon ami canin,Journalism,Journalism,CAD,2014-04-04,15000.00,2014-03-05 01:06:17,0.00,failed,0,CA,0.00,0.00,13609.15 +1156825169,Risk Documentary,Film & Video,Film & Video,USD,2016-09-16,30000.00,2016-07-28 19:37:48,1596.00,failed,12,US,0.00,1596.00,30000.00 +"1156825704,""""""Autophobia"""" Album Band Merch Funding Campaign"",Rock,Music,USD,2016-09-06,3000.00,2016-08-07 22:11:55,4091.00,successful,52,US,153.00,4091.00,3000.00" +1156826655,Golden Sky Stories: Heartwarming Role-Playing,Tabletop Games,Games,USD,2013-05-21,7000.00,2013-04-18 21:39:51,85266.53,successful,2350,US,85266.53,85266.53,7000.00 +1156827616,The CRAFT BEERDS book — a hairy collection of beer label art,Art Books,Publishing,USD,2012-08-27,8000.00,2012-08-02 03:02:02,10790.00,successful,261,US,10790.00,10790.00,8000.00 +1156830055,365 Affirmations for Revolutionary Militants desk calendar,Comics,Comics,USD,2015-06-13,11000.00,2015-05-11 12:42:24,12573.00,successful,269,US,12573.00,12573.00,11000.00 +115683122,BRO BONG- LED Beer Bong Holder That Goes Anywhere,Product Design,Design,USD,2014-11-21,6250.00,2014-10-22 16:08:22,408.00,failed,12,US,408.00,408.00,6250.00 +1156835650,3D Printable Dice Tower (STL Files),Tabletop Games,Games,AUD,2017-12-30,100.00,2017-12-12 22:53:20,304.00,successful,50,AU,33.11,238.38,78.41 +1156849161,Patricia Rose™ Jewelry Collection,Product Design,Design,USD,2013-12-11,100000.00,2013-11-11 13:13:39,630.00,failed,3,US,630.00,630.00,100000.00 +1156850109,K'icked (Canceled),Documentary,Film & Video,USD,2013-04-09,12000.00,2013-03-05 22:53:38,102.00,canceled,7,US,102.00,102.00,12000.00 +1156853531,Body UnBurdened,Technology,Technology,USD,2017-05-31,7500.00,2017-05-06 20:01:52,1.00,failed,1,US,1.00,1.00,7500.00 +1156854690,Whitewater Rafting Guide School Documentary,Documentary,Film & Video,USD,2016-11-28,780.00,2016-10-29 00:03:37,6.00,failed,2,US,0.00,6.00,780.00 +115685918,Big Ant Dirt Track Racing,Video Games,Games,USD,2016-03-13,266000.00,2016-02-12 02:04:36,78979.96,failed,802,US,78979.96,78979.96,266000.00 +1156862034,Dick's American Trip,Comic Books,Comics,AUD,2014-12-07,400.00,2014-11-27 02:34:36,1090.00,successful,37,AU,935.09,901.35,330.77 +1156871527,The colour-coded BANKSY adult colouring book! (Canceled),Art,Art,GBP,2016-05-07,1000.00,2016-04-07 13:20:15,303.00,canceled,9,GB,429.13,436.58,1440.86 +1156875530,Teach Twice Uganda Project,Children's Books,Publishing,USD,2011-05-24,7500.00,2011-03-28 01:09:04,7539.00,successful,124,US,7539.00,7539.00,7500.00 +"115688529,""""""T IS FOR TOOTH"""" - HORROR/COMEDY (Canceled)"",Shorts,Film & Video,USD,2011-09-10,4000.00,2011-08-27 23:53:47,4112.00,canceled,80,US,4112.00,4112.00,4000.00" +115689123,Making a bronze bust of Jim Haynes for the Traverse Theatre,Sculpture,Art,GBP,2016-10-30,50000.00,2016-10-01 23:00:27,2905.00,failed,10,GB,64.81,3628.62,62454.72 +1156898447,The Win Bin,Theater,Theater,GBP,2015-08-11,2000.00,2015-07-21 19:16:52,3155.00,successful,34,GB,4919.43,4932.77,3126.95 +"1156903562,""The Writer & the Quail (a quirky, yet inspirational novella)"",Fiction,Publishing,USD,2012-07-05,2100.00,2012-06-05 06:57:09,250.00,failed,7,US,250.00,250.00,2100.00" +1156904115,Help Lost In Society Fund Their Tour to SXSW and Back!!!!,Rock,Music,USD,2012-03-06,750.00,2012-02-13 02:35:00,1246.00,successful,20,US,1246.00,1246.00,750.00 +1156904258,City of the Weak on Tour!,Rock,Music,USD,2013-05-07,900.00,2013-04-18 04:18:30,980.00,successful,13,US,980.00,980.00,900.00 +1156930276,Edward & Lux- Classic & Timeless Aviator Sunglasses,Accessories,Fashion,USD,2016-12-11,15000.00,2016-10-27 06:11:01,142.00,failed,2,US,35.00,142.00,15000.00 +1156934535,Deuces Wild,Graphic Novels,Comics,USD,2014-09-20,4000.00,2014-07-30 16:31:01,27255.00,successful,482,US,27255.00,27255.00,4000.00 +1156937646,Black Dove - Don't Let Bikes and Garages Collide,Gadgets,Technology,CAD,2015-07-23,85000.00,2015-06-23 20:10:49,865.00,failed,9,CA,705.24,660.76,64930.10 +"1156938128,""LapDesk: Comfortable Work, Anywhere"",Product Design,Design,USD,2016-11-14,10000.00,2016-10-12 16:29:21,2632.00,canceled,35,US,657.00,2632.00,10000.00" +1156941723,The Guardians of Peru Video Game,Video Games,Games,USD,2015-12-01,5000.00,2015-10-02 19:34:36,82.00,failed,3,US,82.00,82.00,5000.00 +1156945737,The Dream Players Movie,Theater,Theater,USD,2013-12-30,2500.00,2013-12-12 20:45:57,2600.00,successful,28,US,2600.00,2600.00,2500.00 +1156948075,Cyber Security,Technology,Technology,USD,2017-05-06,1500.00,2017-04-06 05:40:41,1.00,failed,1,US,0.00,1.00,1500.00 +1156959450,The Pledge,Drama,Film & Video,USD,2016-08-15,1500.00,2016-07-28 06:41:48,250.00,failed,4,US,10.00,250.00,1500.00 +1156963576,Turtle Rocket Books,Young Adult,Publishing,USD,2016-07-03,1000000.00,2016-05-04 16:27:16,1.00,failed,1,US,1.00,1.00,1000000.00 +1156971370,Black Vermin Need Love Too!! (Canceled),Mobile Games,Games,USD,2015-10-28,10000.00,2015-09-28 07:36:40,0.00,canceled,0,US,0.00,0.00,10000.00 +1156977988,Synthesis Playing Cards,Graphic Design,Design,GBP,2014-06-14,3550.00,2014-05-15 12:09:15,616.00,failed,52,GB,1037.19,1049.56,6048.63 +1156979302,Book enamel pins,Accessories,Fashion,USD,2017-12-13,100.00,2017-11-24 08:04:49,1658.00,successful,55,US,496.00,1658.00,100.00 +1156984234,Crafting vinyl and supplies on hand and screen printing,DIY,Crafts,USD,2016-05-17,9000.00,2016-04-17 09:23:41,22.00,failed,3,US,22.00,22.00,9000.00 +1156986917,Charleston Fashion Week Crespo F/W '15 Designer Collection,Apparel,Fashion,USD,2015-03-10,3200.00,2015-02-18 23:39:02,3358.00,successful,44,US,3358.00,3358.00,3200.00 +1156987482,Bill's Atomic Garage,Webseries,Film & Video,USD,2016-03-09,10000.00,2016-02-08 23:09:17,0.00,failed,0,US,0.00,0.00,10000.00 +1156989109,Sol-Man Solar Cooker,Design,Design,USD,2015-01-25,50000.00,2014-12-11 15:33:09,1701.00,failed,16,US,1701.00,1701.00,50000.00 +1156996103,Pussy Power Party,Conceptual Art,Art,USD,2016-02-02,20000.00,2016-01-15 15:47:52,216.00,failed,6,US,216.00,216.00,20000.00 +1157002535,The 4th Step ~ Entertaining ~ Inspirational ~ Poignant,Drama,Film & Video,CAD,2015-12-26,10000.00,2015-11-26 03:56:53,0.00,failed,0,CA,0.00,0.00,7202.54 +1157008457,Conservatives Unite! Your Voice Broadcast To Everyone!,Web,Journalism,USD,2015-12-30,2500.00,2015-12-15 05:54:10,0.00,failed,0,US,0.00,0.00,2500.00 +1157011342,De Trois Records,Music,Music,USD,2013-12-02,31000.00,2013-11-02 15:49:27,5001.00,failed,2,US,5001.00,5001.00,31000.00 +1157013994,Cultivating Collectives and Culture - Japan,Documentary,Film & Video,USD,2013-03-22,500.00,2013-03-04 21:15:16,2253.55,successful,70,US,2253.55,2253.55,500.00 +1157028636,wood woking shop,Woodworking,Crafts,USD,2015-10-14,7000.00,2015-09-14 17:17:00,0.00,failed,0,US,0.00,0.00,7000.00 +1157028683,Brighton's Seaside - A People's History,Nonfiction,Publishing,GBP,2017-09-13,650.00,2017-08-17 10:52:27,703.00,successful,27,GB,12.87,955.21,883.20 +1157033700,Dominion: a supernatural detective noir web series,Webseries,Film & Video,USD,2010-09-10,7500.00,2010-08-11 00:07:51,0.00,failed,0,US,0.00,0.00,7500.00 +1157034726,Highlands and Islands: Scotland Painting Tour,Painting,Art,USD,2011-09-01,5000.00,2011-07-09 18:20:19,100.00,failed,1,US,100.00,100.00,5000.00 +1157037643,Sofie Dieu & the Great Alpine gallery: workshops & residency,Painting,Art,AUD,2017-08-28,1500.00,2017-07-29 10:08:52,2003.00,successful,18,AU,435.40,1589.43,1190.29 +1157046533,Leaf Jumpers Funding First Album in Fifteen Years,Rock,Music,USD,2015-04-01,4000.00,2015-03-02 05:01:34,5806.00,successful,69,US,5806.00,5806.00,4000.00 +1157057099,Art of endangered animals,Painting,Art,EUR,2017-08-07,1000.00,2017-07-08 17:03:59,1146.00,successful,30,NL,232.84,1348.27,1176.50 +115705816,Kevin's Kolbasz,Food Trucks,Food,USD,2015-11-16,3000.00,2015-10-17 03:29:11,132.00,failed,4,US,132.00,132.00,3000.00 +1157058541,Learn To Trade Stocks,Web,Technology,USD,2015-11-21,5000.00,2015-10-19 21:52:04,728.00,failed,10,US,728.00,728.00,5000.00 +1157065404,Hanfree iPad Accessory: Use the iPad Hands Free,Design,Design,USD,2011-05-11,15000.00,2011-03-11 21:43:48,35004.12,successful,440,US,35004.12,35004.12,15000.00 +1157066061,Occupy Everything: California Public Education in Crisis,Documentary,Film & Video,USD,2010-03-26,2000.00,2010-02-25 23:52:56,45.00,failed,2,US,45.00,45.00,2000.00 +"1157068876,""Crowdsourced book """"My Dog Poops Funny"""""",Children's Books,Publishing,USD,2012-10-31,5000.00,2012-10-01 04:32:33,520.00,failed,3,US,520.00,520.00,5000.00" +1157069293,New CD From Chris Hardy & His 4-Stringed Little Friend,Indie Rock,Music,USD,2013-03-30,600.00,2013-02-11 22:31:16,615.00,successful,21,US,615.00,615.00,600.00 +1157072948,Before The Nightmare,Horror,Film & Video,AUD,2016-01-26,31500.00,2015-12-22 00:29:40,110.00,failed,4,AU,78.92,78.06,22353.11 +1157081295,Australian Weathercam Network,Nature,Photography,AUD,2014-08-31,10000.00,2014-08-02 09:24:48,10521.85,successful,203,AU,9778.87,9853.76,9365.05 +1157088739,The Rez Food Native American Frybread Hwy 371 Anza Cahuilla,Restaurants,Food,USD,2017-01-21,60000.00,2016-12-07 19:29:59,36.00,failed,3,US,0.00,36.00,60000.00 +115709947,Build a Greenhouse--Build a Community,Food,Food,USD,2013-01-01,4482.00,2012-12-07 20:14:32,609.00,failed,25,US,609.00,609.00,4482.00 +1157100295,The Prophet of L'rylieh,Fiction,Publishing,USD,2012-11-10,1000.00,2012-09-11 05:33:15,25.00,failed,1,US,25.00,25.00,1000.00 +1157100343,The Chasing Jonah Comeback,Indie Rock,Music,USD,2013-09-08,15000.00,2013-07-25 17:28:43,15298.00,successful,272,US,15298.00,15298.00,15000.00 +1157100613,The Holonym - a student-run alternative news source,Journalism,Journalism,GBP,2013-09-23,1250.00,2013-07-25 00:48:57,85.00,failed,3,GB,130.41,136.98,2014.44 +1157121221,Legacy Movie Project,Science Fiction,Film & Video,USD,2016-12-03,12000.00,2016-10-04 04:34:55,1.00,failed,1,US,0.00,1.00,12000.00 +115713179,I Wish You Love,Jazz,Music,USD,2016-05-18,10000.00,2016-04-18 21:32:43,94.00,failed,3,US,94.00,94.00,10000.00 +1157136383,Dynevo Drive,Technology,Technology,USD,2014-10-17,25000.00,2014-09-17 17:20:42,2.00,failed,2,US,2.00,2.00,25000.00 +"1157138384,""""""The World's Tallest Living Woman's"""", life story."",Nonfiction,Publishing,USD,2012-08-04,15000.00,2012-07-05 21:25:49,41.00,failed,3,US,41.00,41.00,15000.00" +1157148881,Following Bartók,Documentary,Film & Video,GBP,2013-11-13,19500.00,2013-10-12 23:20:16,488.00,failed,33,GB,779.95,784.11,31332.35 +1157150083,3 Months for $3K,Film & Video,Film & Video,USD,2012-09-22,6000.00,2012-08-23 00:33:32,25.00,failed,1,US,25.00,25.00,6000.00 +1157153463,SAVE THE CLOCK TOWER! Only $20 for a BTTF clock!,Sculpture,Art,USD,2017-12-28,4800.00,2017-12-13 00:47:46,815.00,failed,16,US,195.00,815.00,4800.00 +"1157153762,""Analogue Projection | """"Human Skull Shifting"""""",Design,Design,USD,2012-11-30,2500.00,2012-10-31 21:48:20,2616.00,successful,58,US,2616.00,2616.00,2500.00" +115715985,Bingo and the bully and Yeli's Long Journey Home,Children's Books,Publishing,USD,2015-05-06,1000.00,2015-04-06 03:02:16,1000.00,successful,11,US,1000.00,1000.00,1000.00 +1157161223,Fandom Conventions: A Family Experience,People,Photography,USD,2016-07-19,1500.00,2016-06-19 06:29:01,1.00,failed,1,US,0.00,1.00,1500.00 +1157165708,The 200 Dances Project - Music for Regency Dancing,Country & Folk,Music,GBP,2013-09-28,12500.00,2013-07-30 19:23:34,3672.00,failed,60,GB,5652.98,5893.68,20062.92 +"115716627,""""""Starseed: Earth School"""" The Movie!"",Movie Theaters,Film & Video,USD,2014-07-27,2000000.00,2014-06-27 19:53:08,5.00,failed,1,US,5.00,5.00,2000000.00" +1157167674,Art Exhibit at Artexpo New York,Painting,Art,GBP,2017-04-04,6000.00,2017-03-20 16:59:56,0.00,canceled,0,GB,0.00,0.00,7453.32 +1157169370,Creative Animal Habitats,DIY,Crafts,USD,2016-10-04,2000.00,2016-09-04 04:21:36,0.00,failed,0,US,0.00,0.00,2000.00 +1157170183,BudBox - The Germination Movement,Food,Food,USD,2016-04-25,145000.00,2016-03-09 01:49:47,4360.00,failed,42,US,4360.00,4360.00,145000.00 +1157170597,Let's Make Better Online Beginner Guitar Lessons,Music,Music,GBP,2015-03-02,317.00,2015-02-10 14:43:25,793.00,successful,49,GB,1209.50,1204.11,481.34 +1157170876,Bring Seeking Happily Ever After to a Theater Near You!,Documentary,Film & Video,USD,2010-06-20,15000.00,2010-03-23 20:28:53,16305.00,successful,71,US,16305.00,16305.00,15000.00 +1157171441,Mind For Me™ - Helping Everyone Help Each Other,Apps,Technology,AUD,2018-01-23,7500.00,2017-12-26 07:56:18,455.00,live,5,AU,115.73,358.21,5904.58 +"1157173920,Samantha's Solo EP,Music,Music,CAD,2016-01-01,2000.00,2015-12-02 20:13:09,195.00,undefined,0,""N,0"""""",,138.24,1417.84" +1157177258,Oliwer Lion | Watches and a good cause combined,Accessories,Fashion,SEK,2016-07-06,249000.00,2016-05-27 09:14:17,260431.00,successful,160,SE,31413.77,30448.01,29111.57 +"1157193125,""Two Tone Sally Says Print """"Gothic Tales"""" Before Halloween!"",Fiction,Publishing,USD,2012-10-02,499.00,2012-09-01 18:33:19,576.00,successful,30,US,576.00,576.00,499.00" +1157201554,10 Commandments Coin,Design,Design,USD,2017-06-12,2200.00,2017-05-13 03:09:52,20.00,canceled,2,US,10.00,20.00,2200.00 +1157210635,Man up and Dress up,Nonfiction,Publishing,USD,2015-06-09,10000.00,2015-04-10 18:23:25,100.00,failed,1,US,100.00,100.00,10000.00 +1157216115,Gift a Shit - Send Shit Anonymously,Sculpture,Art,USD,2014-09-16,20000.00,2014-08-17 05:56:57,35.00,failed,8,US,35.00,35.00,20000.00 +1157221340,profiteur.world (Canceled),Apps,Technology,CHF,2016-05-09,250000.00,2016-03-10 00:01:00,54.00,canceled,1,CH,54.30,55.59,257347.26 +1157242230,Sammy the Christmas Tree,Children's Books,Publishing,USD,2012-12-24,4500.00,2012-10-25 03:45:26,80.00,failed,2,US,80.00,80.00,4500.00 +115724769,Leader Fight - The Ultimate Satyrical Videogame,Video Games,Games,GBP,2016-05-07,10000.00,2016-04-07 16:52:18,2.00,failed,2,GB,2.83,2.88,14408.60 +1157250835,COUNTRY STORY,Narrative Film,Film & Video,USD,2010-05-23,2000.00,2010-04-21 22:56:39,2035.00,successful,27,US,2035.00,2035.00,2000.00 +1157266040,Derek Hughes - Everything Is Better In Black & White,Hip-Hop,Music,USD,2015-05-03,800.00,2015-04-03 21:51:08,804.00,successful,19,US,804.00,804.00,800.00 +1157269386,Angel For J.R. - A Story of Concealed Child Abuse at School,Nonfiction,Publishing,USD,2014-10-18,2000.00,2014-09-18 06:21:46,75.00,failed,3,US,75.00,75.00,2000.00 +1157271427,Bio-logic: Microscopic Domination ~ Inside the Human Body,Tabletop Games,Games,USD,2017-07-10,35000.00,2017-06-07 21:31:43,5784.00,failed,100,US,1440.00,5784.00,35000.00 +1157273746,GREENFIELD (Canceled),Documentary,Film & Video,USD,2015-03-28,6000.00,2015-02-26 01:06:08,0.00,canceled,0,US,0.00,0.00,6000.00 +1157278961,EarnMoneyOnChess (Canceled),Games,Games,SEK,2016-05-24,263750.00,2016-05-04 08:21:08,0.00,canceled,0,SE,0.00,0.00,31784.38 +1157284281,PUTNEY - a Female-driven Horror Film about a Haunted TEDTalk,Horror,Film & Video,USD,2014-09-18,35000.00,2014-08-04 20:29:46,35211.00,successful,309,US,35211.00,35211.00,35000.00 +1157285082,SCOWL and Other Modern-Day Poetry,Poetry,Publishing,GBP,2016-06-14,700.00,2016-05-15 18:07:39,0.00,failed,0,GB,0.00,0.00,1000.10 +1157290139,Gateway - A Sci-Fi/Drama Short Film,Science Fiction,Film & Video,USD,2015-01-30,2500.00,2014-12-23 07:54:30,2552.00,successful,33,US,2552.00,2552.00,2500.00 +1157293809,All the Happy People,Theater,Theater,USD,2010-08-18,3000.00,2010-07-14 04:21:56,3579.00,successful,92,US,3579.00,3579.00,3000.00 +1157300223,The North Woods Nightmare,Documentary,Film & Video,USD,2017-02-09,5000.00,2016-12-31 06:25:08,5210.00,successful,43,US,420.00,5210.00,5000.00 +115730830,Personalitree - The Chain Reaction Conversation Game,Tabletop Games,Games,USD,2017-09-08,22750.00,2017-08-08 13:59:33,6731.00,failed,144,US,5246.00,6731.00,22750.00 +1157315531,#make100 Robot Drawings of Historical & Influential Makers,Mixed Media,Art,USD,2017-03-15,500.00,2017-02-20 08:00:44,192.00,failed,2,US,0.00,192.00,500.00 +"1157317466,""Little Free Library - Abbotsford, British Columbia"",Public Art,Art,CAD,2013-10-09,365.00,2013-09-09 17:08:38,791.00,successful,65,CA,759.94,761.38,351.33" +1157318254,OffStage* is an online media weekly series that will focus on today's pop-culture.,Film & Video,Film & Video,USD,2010-02-26,2500.00,2010-02-03 07:11:44,2500.00,successful,23,US,2500.00,2500.00,2500.00 +1157320524,Becoming a FAI Youth Couach Guide,Academic,Publishing,EUR,2017-01-20,20000.00,2016-12-21 17:13:40,0.00,failed,0,IE,0.00,0.00,21263.93 +1157323304,Taking The Wright Sauce To The Next Level,Food,Food,USD,2013-12-03,3000.00,2013-10-18 02:40:57,3030.00,successful,80,US,3030.00,3030.00,3000.00 +1157330859,MUST SEE - Last Push:THE 2015 ALBUM,Hip-Hop,Music,USD,2015-02-22,7200.00,2015-01-23 20:53:12,1.00,failed,1,US,1.00,1.00,7200.00 +1157344236,Silly Panda embroidery machine,Crafts,Crafts,GBP,2016-04-06,2500.00,2016-03-07 13:49:22,421.00,failed,14,GB,599.12,592.57,3518.85 +1157350979,ClickerBelt - a ratcheting belt that is ready for action,Product Design,Design,AUD,2014-11-05,2100.00,2014-10-15 07:51:46,9057.00,successful,229,AU,7970.26,7784.94,1805.05 +1157351844,Perseverance is trying to record and tour! (Canceled),Music,Music,USD,2011-08-02,180.00,2011-07-17 05:52:18,30.00,canceled,1,US,30.00,30.00,180.00 +1157356383,Steve Sample's Big Band Recording,Jazz,Music,USD,2015-04-22,25000.00,2015-03-04 05:32:37,6117.00,failed,36,US,6117.00,6117.00,25000.00 +1157365304,The New Dregs' CD Needs YOU!,Rock,Music,USD,2010-08-20,2000.00,2010-07-20 19:59:33,2113.00,successful,41,US,2113.00,2113.00,2000.00 +"1157365929,""Ancient Organics Dairy Farm, Tiruvannamalai, Tamil Nadu"",Farms,Food,USD,2014-12-20,10800.00,2014-11-20 18:57:02,2621.00,failed,15,US,2621.00,2621.00,10800.00" +1157367062,Le FestiBD de Rivière-du-Loup (Canceled),Events,Comics,CAD,2016-04-30,10000.00,2016-03-01 15:22:50,0.00,canceled,0,CA,0.00,0.00,7764.58 +1157367256,Modeska // Modern Office Accessories,Product Design,Design,USD,2013-12-12,15000.00,2013-11-12 15:07:46,15539.00,successful,132,US,15539.00,15539.00,15000.00 +1157367603,DEFDEX skateboard deck workshop upgrade,Woodworking,Crafts,NZD,2016-11-04,1500.00,2016-10-05 21:08:16,342.00,failed,4,NZ,0.73,250.11,1096.97 +1157374532,Planting Fields,Fiction,Publishing,USD,2014-03-07,25000.00,2014-02-05 20:19:56,0.00,failed,0,US,0.00,0.00,25000.00 +1157375642,Sleepless In Seattle-The Musical,Theater,Theater,USD,2013-06-03,100000.00,2013-04-29 20:52:43,0.00,failed,0,US,0.00,0.00,100000.00 +1157380801,Wilson McPuff,Children's Books,Publishing,USD,2011-12-05,25000.00,2011-10-24 23:04:44,2215.00,failed,28,US,2215.00,2215.00,25000.00 +"1157384109,""War Mats, Gaming Enhanced"",Tabletop Games,Games,USD,2015-04-17,5000.00,2015-03-18 02:41:06,1852.00,failed,32,US,1852.00,1852.00,5000.00" +1157387460,Help Cameron West Make an EP!,Music,Music,USD,2012-05-02,1000.00,2012-03-27 18:25:37,1447.00,successful,60,US,1447.00,1447.00,1000.00 +1157395422,Sydney in Four Seasons,Art Books,Publishing,USD,2009-11-30,1200.00,2009-10-18 12:01:53,85.00,failed,1,US,85.00,85.00,1200.00 +1157395678,Los Angeles Conservatory of Jazz - New School,Jazz,Music,USD,2014-11-02,10000.00,2014-09-03 07:32:19,0.00,failed,0,US,0.00,0.00,10000.00 +1157401987,2013 Crowdfunding All-Star Card Deck,Tabletop Games,Games,USD,2014-05-09,12000.00,2014-04-08 06:24:02,66.00,failed,6,US,66.00,66.00,12000.00 +1157404197,Underground Radio - An Open Source Rock Opera,Rock,Music,USD,2015-12-24,2000.00,2015-11-20 17:51:25,5131.20,successful,139,US,5131.20,5131.20,2000.00 +1157404577,The Veteran Vision Project - Volume II,Publishing,Publishing,USD,2017-07-16,40000.00,2017-05-17 06:28:13,6916.00,failed,68,US,190.00,6916.00,40000.00 +1157405015,The Jennifer Main LA Gallery Experience,Painting,Art,USD,2012-05-10,30000.00,2012-03-12 23:20:02,33066.00,successful,88,US,33066.00,33066.00,30000.00 +"1157405257,""""""Lost Train Blues"""" LP - Restarting Jalopy Records!"",Country & Folk,Music,USD,2015-11-15,5000.00,2015-10-14 21:14:01,5202.00,successful,147,US,5202.00,5202.00,5000.00" +1157415522,Nefarious,Video Games,Games,USD,2014-09-19,50000.00,2014-08-17 22:00:10,50331.72,successful,1194,US,50331.72,50331.72,50000.00 +"1157416125,""Mission: KIDS changing themselves, others, and the world!"",Documentary,Film & Video,USD,2015-06-23,4764.00,2015-06-10 19:31:39,0.00,failed,0,US,0.00,0.00,4764.00" +1157426980,Brush with Reality | TheArtGuide.com,Art,Art,USD,2015-04-07,12000.00,2015-02-06 14:57:42,26.00,failed,2,US,26.00,26.00,12000.00 +1157434666,Luna Nova,Video Games,Games,USD,2013-07-04,25000.00,2013-05-31 06:21:05,1780.00,failed,46,US,1780.00,1780.00,25000.00 +115744033,Adam Beane's ~amazing~ Sculpture Videos!,Film & Video,Film & Video,USD,2011-04-09,10000.00,2011-03-09 00:41:21,19000.00,successful,338,US,19000.00,19000.00,10000.00 +1157442140,The Electric Coma Dream - Making a Novel Come to Life,Fiction,Publishing,CAD,2014-04-05,2500.00,2014-03-14 02:27:19,350.00,failed,3,CA,315.10,319.08,2279.15 +1157448831,LAB 13,Video Games,Games,EUR,2015-11-27,18000.00,2015-09-28 21:51:00,1.00,failed,1,NL,1.12,1.06,19043.99 +115745884,Liberty Express,Workshops,Dance,GBP,2017-03-03,20000.00,2017-02-01 18:04:40,21247.00,successful,237,GB,4856.60,25994.35,24468.72 +1157467886,BPM Brandon Pitzen Music,Music,Music,USD,2014-08-27,2000.00,2014-07-28 18:57:30,0.00,failed,0,US,0.00,0.00,2000.00 +1157469080,High Society: Masquerade,Fiction,Publishing,USD,2014-09-09,5000.00,2014-08-10 18:57:21,0.00,failed,0,US,0.00,0.00,5000.00 +"1157470501,""Map of the Heart, Chicago"",Public Art,Art,USD,2011-12-31,2750.00,2011-11-24 02:44:43,2850.00,successful,34,US,2850.00,2850.00,2750.00" +1157472655,Designing yoga tanks with inspirational words and phrases!,Apparel,Fashion,USD,2014-10-06,2000.00,2014-09-06 18:59:45,2090.00,successful,35,US,2090.00,2090.00,2000.00 +1157485744,Social Butterfly- A Web Series,Webseries,Film & Video,USD,2016-07-06,6000.00,2016-06-05 07:42:18,1266.00,failed,15,US,1266.00,1266.00,6000.00 +1157495063,Help Earthbaby Flowers ship across the U.S!,Product Design,Design,USD,2016-10-21,5000.00,2016-09-14 19:01:58,356.00,failed,6,US,0.00,356.00,5000.00 +1157495253,Fiabelle: Handcrafted High-End Shoes with Purpose #FairTrade,Footwear,Fashion,AUD,2016-11-12,15000.00,2016-10-03 17:00:08,5866.00,canceled,11,AU,3112.11,4337.15,11090.57 +1157512151,Complete Guide to Self-Promotion for Techies and Startups,Technology,Technology,GBP,2017-05-11,400.00,2017-04-24 13:59:58,913.00,successful,17,GB,97.33,1173.90,514.30 +1157516064,Koorier - Delivery and Ride-Share App with Flexible Pricing,Apps,Technology,USD,2016-09-18,325.00,2016-07-20 01:56:30,110.00,failed,8,US,80.00,110.00,325.00 +1157518876,Tristan and the Cuddly Defenders Teddy Bear Adventure Comic,Comic Books,Comics,USD,2014-11-13,1800.00,2014-10-14 01:31:30,1958.00,successful,64,US,1958.00,1958.00,1800.00 +"1157522385,""Shrapnel, Shards, & Serenity. A veterans life in poetry"",Publishing,Publishing,USD,2015-09-05,5000.00,2015-08-06 20:30:48,0.00,undefined,0,""N,0"""""",,0.00,5000.00" +"1157526328,""""""Be Free"""" Single Studio Record"",Country & Folk,Music,USD,2014-05-04,1050.00,2014-04-04 20:10:40,46.00,failed,4,US,46.00,46.00,1050.00" +1157531905,Personalised Casino Dice,Tabletop Games,Games,GBP,2017-05-23,800.00,2017-04-13 18:14:15,1474.00,successful,37,GB,202.24,1892.75,1027.27 +1157534290,Sticky Sounds,Sound,Technology,USD,2017-05-04,20000.00,2017-04-04 18:02:13,7124.68,canceled,170,US,5164.97,7124.68,20000.00 +1157535556,The Fall of Man,Theater,Theater,USD,2013-08-06,125000.00,2013-06-07 21:00:52,886.00,failed,16,US,886.00,886.00,125000.00 +"1157538179,""PASSIVE RPG System, help fund to finish!"",Tabletop Games,Games,GBP,2014-08-17,1000.00,2014-06-18 14:39:31,121.00,failed,6,GB,205.30,200.59,1657.74" +1157543979,‘Sector 0141’ – Modular Industrial Wargaming Terrain.,Tabletop Games,Games,AUD,2017-12-24,2000.00,2017-11-24 03:33:36,2294.00,successful,8,AU,1112.69,1792.75,1562.99 +1157545412,Mungi Bands - Do you Mungi?,Product Design,Design,USD,2011-12-30,20000.00,2011-11-30 15:06:55,170.00,failed,5,US,170.00,170.00,20000.00 +1157553228,HeSpitFire.Com,Mixed Media,Art,USD,2016-12-10,6000.00,2016-10-26 11:55:05,0.00,failed,0,US,0.00,0.00,6000.00 +1157560978,Peace Day Lantern Ceremony 2010,Theater,Theater,USD,2010-08-05,2500.00,2010-06-29 22:12:37,2540.00,successful,57,US,2540.00,2540.00,2500.00 +1157564261,Mech Marines of the Abandoned Frontier,Tabletop Games,Games,USD,2016-07-15,2000.00,2016-06-15 21:14:24,294.00,failed,10,US,299.00,294.00,2000.00 +1157564419,Kids Hack Guns - Le jeu participatif et indépendant!,Games,Games,EUR,2016-07-10,5000.00,2016-05-13 13:29:29,957.00,failed,24,FR,1093.24,1064.95,5564.03 +1157579484,Sucker Magazine,Print,Journalism,USD,2016-08-16,15000.00,2016-06-17 21:43:05,640.00,failed,21,US,180.00,640.00,15000.00 +"1157582446,""Tim Bryant: New Music Project """"Mistress & Muse"""""",Pop,Music,USD,2012-08-01,850.00,2012-07-05 18:15:53,275.00,failed,9,US,275.00,275.00,850.00" +"1157582875,""MyArmBot: Open Source, Wireless, Arduino-Android Fit Robot"",Hardware,Technology,USD,2014-04-24,6000.00,2014-03-12 23:02:42,1007.00,failed,21,US,1007.00,1007.00,6000.00" +1157594429,“A Day in the Life of a Butterfly”,Dance,Dance,USD,2012-09-18,3100.00,2012-08-17 20:54:53,3870.00,successful,54,US,3870.00,3870.00,3100.00 +1157600283,STOMP: Bluetooth Music Pedal for Hands-Free Page Turning,Sound,Technology,USD,2017-11-02,10000.00,2017-09-30 16:02:12,16283.00,successful,166,US,7502.00,16283.00,10000.00 +1157603391,Pixels and Pathways (Canceled),Video Games,Games,USD,2016-03-21,250.00,2016-01-21 19:32:14,31.00,canceled,3,US,31.00,31.00,250.00 +1157605429,Night Sweats - A Thriller,Thrillers,Film & Video,USD,2015-03-11,35000.00,2015-02-09 16:34:22,37011.00,successful,85,US,37011.00,37011.00,35000.00 +"1157613309,Cutter: A Film by April Dobbins,Film & Video,Film & Video,USD,2014-11-18,2000.00,2014-10-30 18:02:40,390.00,undefined,0,""N,0"""""",,390.00,2000.00" +"1157622598,""""""Works of Art"""" Baritone Saxophone CD"",Classical Music,Music,USD,2011-12-11,4500.00,2011-10-12 20:59:25,4601.00,successful,22,US,4601.00,4601.00,4500.00" +1157623332,After the Apocalypse,Tabletop Games,Games,USD,2016-01-17,80000.00,2015-12-03 23:59:49,220.00,failed,9,US,220.00,220.00,80000.00 +1157624949,The most durable speed bags and double end bags ever made,Design,Design,USD,2017-03-11,5500.00,2017-01-10 19:58:01,626.00,failed,6,US,268.00,626.00,5500.00 +1157625292,Help Start The Provo Photography Co-Op Studio,Photography,Photography,USD,2012-01-02,6000.00,2011-12-03 21:39:20,1386.00,failed,15,US,1386.00,1386.00,6000.00 +1157647612,Faith>fear,Apparel,Fashion,USD,2015-04-16,25000.00,2015-03-17 21:15:05,0.00,failed,0,US,0.00,0.00,25000.00 +1157655913,THE HIDDEN TALENT (FEATURE FILM),Drama,Film & Video,USD,2015-12-19,80000.00,2015-11-04 22:05:02,2061.00,failed,6,US,2061.00,2061.00,80000.00 +1157661510,DeadNecks - Original Series,Comedy,Film & Video,USD,2016-04-15,20000.00,2016-03-16 16:35:04,21362.00,successful,230,US,21362.00,21362.00,20000.00 +1157662003,Wayne Stewart Debut Christian Country Album,Country & Folk,Music,USD,2017-09-01,11000.00,2017-07-27 05:52:33,1175.00,failed,12,US,560.00,1175.00,11000.00 +115766963,John Philips Watches: Affordable Luxury Timepieces,Product Design,Design,AUD,2017-12-20,15000.00,2017-11-20 05:16:49,400.00,canceled,2,AU,302.63,308.71,11576.75 +1157669757,FashFilmFest: Exploring Fashion and Style Through Film,Film & Video,Film & Video,USD,2012-01-04,6000.00,2011-12-05 17:14:56,6717.00,successful,92,US,6717.00,6717.00,6000.00 +1157675306,Headliners - Super Villains Start Here.,Comics,Comics,USD,2013-07-26,5000.00,2013-06-26 01:18:18,427.00,failed,9,US,427.00,427.00,5000.00 +"115768024,""The people of Sofo, Stockholm"",Publishing,Publishing,SEK,2016-04-06,100000.00,2016-03-07 10:41:29,0.00,failed,0,SE,0.00,0.00,12227.78" +1157685251,Stepan Rudenko and Weonsun Joo Piano Duo Tour,Classical Music,Music,USD,2011-12-02,1000.00,2011-10-14 04:58:10,1000.00,successful,13,US,1000.00,1000.00,1000.00 +1157690999,Totty Belt: A Designers Utility Tool Belt for Everyday Use,Accessories,Fashion,USD,2015-08-06,20000.00,2015-07-07 16:52:22,3248.00,failed,29,US,3248.00,3248.00,20000.00 +1157711905,Garbo's Daughter West Coast Summer Tour Fundraiser,Rock,Music,USD,2011-06-19,1000.00,2011-06-09 00:13:37,1040.00,successful,22,US,1040.00,1040.00,1000.00 +1157716272,GUNSLINGER: Seven Legends. One Shot.,Tabletop Games,Games,USD,2014-06-04,1500.00,2014-05-05 21:58:38,766.00,failed,8,US,766.00,766.00,1500.00 +1157717849,Long Distance Student/Teacher Education Platform,Software,Technology,USD,2012-01-31,8000.00,2012-01-01 16:53:44,10.00,failed,1,US,10.00,10.00,8000.00 +1157720866,EpiGEEKean Presents: The Geeky Gourmand,Publishing,Publishing,USD,2011-02-05,5000.00,2010-12-22 02:52:40,911.00,failed,27,US,911.00,911.00,5000.00 +1157722974,A New Sound System for Woodminster Summer Musicals,Musical,Theater,USD,2015-07-23,15000.00,2015-06-23 08:04:56,19000.00,successful,166,US,19000.00,19000.00,15000.00 +1157731485,The Beat of the Bat,Documentary,Film & Video,USD,2017-04-05,25000.00,2017-03-06 19:27:22,10324.37,failed,102,US,900.00,10324.37,25000.00 +115773159,Porter's new album,Country & Folk,Music,CAD,2017-01-22,2000.00,2016-12-21 23:48:46,778.00,failed,12,CA,0.00,593.03,1524.51 +1157732061,Hephaestus Meditational Tools,Crafts,Crafts,USD,2017-03-25,3000.00,2017-03-01 18:35:26,335.00,failed,6,US,103.00,335.00,3000.00 +1157744993,Pizza CoOpertaive - For the Love of Pizza,Food,Food,NZD,2016-04-01,35000.00,2016-02-21 05:39:12,311.00,failed,4,NZ,205.76,215.24,24223.13 +1157746317,Nasty Feminist: A Game for Women Who Are Nasty and Know It,Tabletop Games,Games,USD,2017-11-18,25000.00,2017-10-18 18:33:34,25591.00,successful,531,US,7135.00,25591.00,25000.00 +1157749455,Minimalist Pittsburgh Neighborhood Prints,Graphic Design,Design,USD,2012-11-08,3500.00,2012-10-19 16:49:07,426.78,failed,17,US,426.78,426.78,3500.00 +1157751007,What The Fact - Cards About YOUR Friends (if you have any!),Playing Cards,Games,USD,2015-03-11,8000.00,2015-02-09 05:00:27,922.00,canceled,7,US,922.00,922.00,8000.00 +1157755770,Solar Roofing,Technology,Technology,USD,2016-10-04,50000.00,2016-09-13 19:50:18,2082.00,failed,20,US,183.00,2082.00,50000.00 +1157761268,Plug & Feather: Stone Face Watches,Accessories,Fashion,USD,2015-01-02,30000.00,2014-12-02 19:18:38,56292.00,successful,370,US,56292.00,56292.00,30000.00 +1157761657,BC Pre-vis. Improving How Women Go Through Breast Cancer.,Apps,Technology,USD,2015-04-24,100000.00,2015-03-25 01:25:55,501.00,failed,11,US,501.00,501.00,100000.00 +1157763284,AISLE 9,Theater,Theater,USD,2013-09-05,1999.00,2013-08-06 00:26:16,2434.99,successful,67,US,2434.99,2434.99,1999.00 +1157767677,Geek & Chic | Smart Jewelry and Accessories,Wearables,Technology,MXN,2017-05-20,25000.00,2017-04-17 08:58:51,12000.00,canceled,8,MX,599.56,649.56,1353.25 +1157770429,We Wear The Mask,Shorts,Film & Video,USD,2011-03-24,6500.00,2011-02-17 19:03:48,1105.00,failed,15,US,1105.00,1105.00,6500.00 +1157771536,AfterEnd,Fiction,Publishing,USD,2015-12-02,2500.00,2015-11-11 03:36:47,0.00,failed,0,US,0.00,0.00,2500.00 +"1157775459,""White Paw Design - Fair Trade, Hand Crafted, Unique Clothing"",Fashion,Fashion,GBP,2015-05-04,6700.00,2015-04-09 00:32:27,210.00,failed,8,GB,312.95,323.68,10327.08" +1157797177,Floshare: Interactive Music Creation for iOS & Android,Technology,Technology,USD,2014-03-07,20000.00,2014-01-21 17:11:11,20195.00,successful,98,US,20195.00,20195.00,20000.00 +1157797187,MOTAMO biennale du livre d'enfant,Illustration,Art,EUR,2017-01-21,10000.00,2016-12-22 08:35:52,0.00,failed,0,BE,0.00,0.00,10681.02 +1157809469,Ten Steps to a Happier and Healthier Criminal Enterprise,Nonfiction,Publishing,USD,2014-10-24,10000.00,2014-08-25 19:32:34,1.00,failed,1,US,1.00,1.00,10000.00 +1157810870,CHINATOWN: A Documentary Film in Post-Production,Documentary,Film & Video,USD,2013-02-16,6000.00,2013-01-14 16:03:42,7185.00,successful,128,US,7185.00,7185.00,6000.00 +1157813443,Volver a pasar por el corazón,Fiction,Publishing,MXN,2017-03-02,100000.00,2017-01-31 00:09:04,0.00,canceled,0,MX,0.00,0.00,5088.02 +1157819140,You are a Voice,Music,Music,USD,2015-08-01,10000.00,2015-07-02 05:52:09,0.00,failed,0,US,0.00,0.00,10000.00 +1157820835,Minim: Pocket-sized Wireless Instrument for Music Creation,Sound,Technology,USD,2015-08-29,40000.00,2015-07-29 17:36:40,145170.00,successful,1304,US,145170.00,145170.00,40000.00 +1157824877,Help re-open a small town favorite pizza place!,Restaurants,Food,USD,2015-11-25,25000.00,2015-10-26 16:01:12,10.00,failed,1,US,10.00,10.00,25000.00 +1157857842,'To Be a Black Woman' Theater Project,Plays,Theater,USD,2017-07-26,3500.00,2017-06-27 03:48:02,51.00,failed,2,US,1.00,51.00,3500.00 +1157858389,WeRecycle - Interactive Smile Recycle Bin with Feedback,Technology,Technology,USD,2015-05-17,47000.00,2015-04-16 21:04:05,3425.00,failed,16,US,3425.00,3425.00,47000.00 +"1157859749,""HorrorCon: an """"Indie"""" horror film."",Film & Video,Film & Video,USD,2011-05-03,12000.00,2011-03-18 14:22:01,4410.00,failed,23,US,4410.00,4410.00,12000.00" +1157863993,White Lands,Video Games,Games,EUR,2016-04-28,10000.00,2016-03-26 15:14:24,59.00,failed,8,IT,65.84,67.28,11403.03 +"1157864937,""Organic, Eco-Roasted monthly specialty coffee to your door."",Food,Food,USD,2012-11-06,4000.00,2012-10-05 00:51:19,2531.00,failed,34,US,2531.00,2531.00,4000.00" +1157874810,The Shallow End,Shorts,Film & Video,USD,2013-06-16,1500.00,2013-06-01 18:06:38,1637.00,successful,13,US,1637.00,1637.00,1500.00 +"1157876969,1 Drop Nation EP Fundraiser,Music,Music,NZD,2015-01-21,4000.00,2014-11-30 09:40:02,4230.00,undefined,0,""N,0"""""",,3151.07,2979.74" +1157881445,Luvdub Nation Plush - A Great Gift for Healthcare Providers,Crafts,Crafts,USD,2016-12-17,15000.00,2016-11-17 06:07:01,5643.00,failed,49,US,0.00,5643.00,15000.00 +115788832,The Comedy Parlor in Downtown Tulsa,Theater,Theater,USD,2013-09-14,10000.00,2013-08-20 01:49:41,1930.00,failed,24,US,1930.00,1930.00,10000.00 +1157894847,Art In Chains: A film about success through art,Shorts,Film & Video,USD,2011-04-20,28000.00,2011-02-11 04:32:33,0.00,failed,0,US,0.00,0.00,28000.00 +1157895046,a creative event for female entrepreners,Design,Design,CAD,2016-05-27,8750.00,2016-05-10 04:28:31,0.00,failed,0,CA,0.00,0.00,6711.67 +1157898562,VR Learning,Mobile Games,Games,USD,2016-10-02,1000.00,2016-08-18 07:22:46,8.00,failed,4,US,0.00,8.00,1000.00 +1157915601,Japan: Tradition and The Modern Life,Photography,Photography,USD,2011-08-22,3000.00,2011-07-23 11:00:50,1008.00,failed,16,US,1008.00,1008.00,3000.00 +1157919149,Lowrider Car Game,Mobile Games,Games,USD,2015-08-10,10000.00,2015-07-11 06:23:32,20.00,failed,3,US,20.00,20.00,10000.00 +"1157935579,""BRING ROCK BACK: NYC Free Rock Concert, East River Park"",Radio & Podcasts,Publishing,USD,2011-10-01,500.00,2011-08-30 19:28:47,501.00,successful,11,US,501.00,501.00,500.00" +1157946090,Mamma's Boy - Theme Illustrations,Apparel,Fashion,USD,2014-11-16,15500.00,2014-10-02 02:31:56,0.00,failed,0,US,0.00,0.00,15500.00 +1157948245,The Ultimate Learn to Code Bundle. Anyone can Code!,Technology,Technology,CAD,2016-11-03,500.00,2016-10-19 16:20:13,13520.00,successful,202,CA,4672.24,10064.77,372.22 +1157951593,Mobile Gaming Theatre,Video Games,Games,USD,2016-01-14,55000.00,2015-12-15 02:27:20,3.00,failed,3,US,3.00,3.00,55000.00 +"1157956492,""Alive, In Love - Emily Elbert's new live album!"",Music,Music,USD,2011-12-22,15000.00,2011-11-22 15:20:22,15549.35,successful,192,US,15549.35,15549.35,15000.00" +"1157957970,""Support the artists of """"this.placed"""""",Dance,Dance,USD,2011-12-22,6800.00,2011-11-03 21:45:54,6906.00,successful,122,US,6906.00,6906.00,6800.00" +115796279,Launch the Scotsman Golf Tee,Product Design,Design,USD,2014-06-07,20000.00,2014-04-23 15:53:58,220.00,failed,8,US,220.00,220.00,20000.00 +1157964253,Bumble :: tea room & cafe ::,Restaurants,Food,USD,2017-07-17,6000.00,2017-05-18 21:38:48,7040.00,successful,70,US,510.00,7040.00,6000.00 +115796588,Viosinage Fashion Tour,Couture,Fashion,USD,2014-09-26,15000.00,2014-08-27 16:43:40,0.00,failed,0,US,0.00,0.00,15000.00 +1157969,Brown_Cow Menagerie of Designs,Mixed Media,Art,GBP,2015-03-08,2500.00,2015-01-22 20:26:30,24.00,failed,1,GB,36.38,35.47,3695.22 +1157974301,Seven Summits Africa,Web,Journalism,USD,2017-08-16,20000.00,2017-07-17 13:01:08,330.00,failed,6,US,60.00,330.00,20000.00 +1157974373,Uninterrupted Birds,Narrative Film,Film & Video,USD,2014-09-27,5500.00,2014-08-28 18:35:21,6031.00,successful,28,US,6031.00,6031.00,5500.00 +115797900,AZONTO: Festival Raising HIV Awareness Through Dance Stories,Performances,Dance,USD,2015-10-28,1110.00,2015-09-28 19:14:27,1879.00,successful,20,US,1879.00,1879.00,1110.00 +1157981286,Hoop Tracker: Basketball Shot Tracking SmartWatch,Hardware,Technology,USD,2014-04-28,100000.00,2014-03-19 13:01:32,37609.00,failed,119,US,37609.00,37609.00,100000.00 +1157981924,FLmini: the ultimate LED Flashlight,Hardware,Technology,USD,2014-02-27,25000.00,2014-01-28 04:22:01,2731.00,failed,35,US,2731.00,2731.00,25000.00 +"1157986694,""MiiR Bags: Minimal, Versatile & Designed to Empower"",Product Design,Design,USD,2015-12-18,30000.00,2015-11-03 18:01:09,41560.00,successful,374,US,41560.00,41560.00,30000.00" +1157987399,Andrew - An Android makeover,Gadgets,Technology,GBP,2015-02-21,500.00,2015-01-22 22:53:09,1.00,failed,1,GB,1.52,1.54,772.19 +1157991161,Consuelo Giacaz,Ready-to-wear,Fashion,USD,2016-06-23,10000.00,2016-05-14 02:39:17,1066.00,failed,10,US,1066.00,1066.00,10000.00 +1157999554,MOMease Baby Double Sipper Straw Cup - 2 Drinks in 1 Cup!,Product Design,Design,USD,2014-07-05,25000.00,2014-05-26 18:08:02,7291.00,failed,54,US,7291.00,7291.00,25000.00 +1158013404,Rmour: Jewelry for your Phone (Canceled),Product Design,Design,USD,2016-06-03,12000.00,2016-04-18 11:22:42,243.00,canceled,4,US,243.00,243.00,12000.00 +1158024583,Free Soul Studio,Public Art,Art,EUR,2015-05-08,25000.00,2015-04-08 12:49:44,0.00,failed,0,NL,0.00,0.00,28052.38 +1158030794,ÍNDIOS ALADOS [Winged Indians],Narrative Film,Film & Video,USD,2012-05-15,60000.00,2012-03-16 16:03:34,375.00,failed,7,US,375.00,375.00,60000.00 +1158042360,The completion of exciting short VFX film noir 'Conjure',Film & Video,Film & Video,GBP,2013-11-03,200.00,2013-10-09 14:35:28,200.00,successful,1,GB,321.65,321.61,321.61 +1158048444,Groove - A new PC/mobile puzzle game,Video Games,Games,USD,2015-06-24,2250.00,2015-05-25 05:53:43,750.00,failed,87,US,750.00,750.00,2250.00 +1158052964,FLACQ: Dutch fashion design. Specialized in luxury knitwear.,Ready-to-wear,Fashion,EUR,2014-07-01,10000.00,2014-05-30 21:05:35,988.00,failed,9,NL,1343.89,1342.50,13588.06 +1158059100,Playing Mantis Productions Youtube,Film & Video,Film & Video,USD,2013-02-10,2500.00,2013-01-16 05:04:53,0.00,failed,0,US,0.00,0.00,2500.00 +1158063685,Budget Workbook for College Students,Academic,Publishing,USD,2016-04-05,2500.00,2016-03-06 18:19:15,0.00,failed,0,US,0.00,0.00,2500.00 +1158068469,Bee the Change National Campaign - Vanishing of the Bees documentary,Documentary,Film & Video,USD,2010-08-22,10000.00,2010-06-04 00:10:20,11292.00,successful,235,US,11292.00,11292.00,10000.00 +1158070044,African American Women In Military History,Documentary,Film & Video,USD,2015-10-03,7500.00,2015-09-03 23:39:43,0.00,failed,0,US,0.00,0.00,7500.00 +"1158070940,""THE PERILOUS FIGHT, or; The War of 1812 in Ballad and Anthem"",Theater,Theater,USD,2012-04-21,1000.00,2012-02-21 21:37:49,285.00,failed,9,US,285.00,285.00,1000.00" +115807331,Memoirs of a Christian Soldier,Nonfiction,Publishing,USD,2015-02-02,4000.00,2014-12-04 16:54:50,0.00,failed,0,US,0.00,0.00,4000.00 +1158080392,Spooky Cats Enamel Pin Relaunch!,Art,Art,USD,2017-11-01,330.00,2017-10-02 06:33:03,181.00,failed,7,US,18.00,181.00,330.00 +1158082205,The Single Edge Safety Razor 2.0,Product Design,Design,USD,2017-07-01,10000.00,2017-05-16 14:53:01,256092.00,successful,2402,US,1362.00,256092.00,10000.00 +1158088128,A true look into Islam and The United States of America,Documentary,Film & Video,USD,2012-10-17,700000.00,2012-09-17 20:55:59,1.00,failed,1,US,1.00,1.00,700000.00 +1158089218,A World Beyond Shadows,Webseries,Film & Video,GBP,2014-06-25,1000.00,2014-06-05 00:49:53,7.00,failed,1,GB,11.72,11.92,1703.26 +115810587,JUSTIN TAYLOR SHARP MUSIC CAREER,Country & Folk,Music,USD,2016-10-23,3.00,2016-08-24 03:29:01,0.00,failed,0,US,0.00,0.00,3.00 +1158113691,The More You Worry the Better Things Get,Illustration,Art,USD,2014-08-29,8000.00,2014-07-30 18:51:04,122.00,failed,4,US,122.00,122.00,8000.00 +1158122789,Fluff,Film & Video,Film & Video,USD,2013-08-07,5000.00,2013-07-08 18:16:40,176.00,failed,10,US,176.00,176.00,5000.00 +1158124324,No Future Without - Fiction Book (Based On A True Story),Publishing,Publishing,USD,2014-05-07,20000.00,2014-03-22 23:18:02,4900.00,failed,44,US,4900.00,4900.00,20000.00 +1158125491,Misguided Souls,Journalism,Journalism,USD,2015-07-23,30000.00,2015-06-23 15:33:50,0.00,failed,0,US,0.00,0.00,30000.00 +1158138586,2013 The Charlie Souza Band,Music,Music,USD,2013-02-16,10000.00,2012-12-18 23:19:43,250.00,failed,5,US,250.00,250.00,10000.00 +1158139074,Re-issue FIVE FRIGHTFULLY FINE VIDEOS documentary collection,Documentary,Film & Video,USD,2015-05-01,3860.00,2015-04-20 16:20:58,65.00,failed,3,US,65.00,65.00,3860.00 +1158139292,Revision Album Fund,Electronic Music,Music,USD,2017-04-01,500.00,2017-01-31 02:32:01,708.00,successful,15,US,53.00,708.00,500.00 +1158141428,Chikungunya's Effects over Puerto Rico's Economy,Academic,Publishing,USD,2014-11-08,20000.00,2014-10-08 19:58:11,1.00,failed,1,US,1.00,1.00,20000.00 +1158141755,Psychoanalytic - Short Film,Shorts,Film & Video,USD,2013-08-24,1500.00,2013-07-25 06:54:43,1505.00,successful,30,US,1505.00,1505.00,1500.00 +1158151167,Wild Weeners Photo Book,Publishing,Publishing,USD,2013-03-16,1500.00,2013-02-14 01:58:06,86.00,failed,4,US,86.00,86.00,1500.00 +1158155469,wedding rings,DIY,Crafts,GBP,2014-08-17,600.00,2014-07-18 12:02:40,370.00,failed,4,GB,634.17,613.36,994.65 +1158167394,Fund-Raiser for Peter Pan: Del Mar Ballet goes to Neverland!,Performances,Dance,USD,2016-05-21,1000.00,2016-04-21 07:14:52,1210.00,successful,17,US,1210.00,1210.00,1000.00 +1158176850,The Straight Up Food Cookbook,Nonfiction,Publishing,USD,2016-08-19,50000.00,2016-07-26 17:26:34,68414.00,successful,1623,US,80.00,68414.00,50000.00 +1158177751,Documentation of the Paranormal Phenomenon,Nonfiction,Publishing,DKK,2017-06-25,80000.00,2017-04-26 09:22:02,20.00,failed,1,DK,2.92,3.07,12276.53 +"1158179454,""Never Been Blonde * 1st CD """"Stars in Vegas"""""",Pop,Music,USD,2014-05-25,2500.00,2014-05-04 17:32:18,2510.00,successful,13,US,2510.00,2510.00,2500.00" +1158179901,Bacillus,Video Games,Games,USD,2012-03-23,1500.00,2012-02-29 21:31:29,4329.46,successful,304,US,4329.46,4329.46,1500.00 +1158181063,Financement et aide à la création,Plays,Theater,EUR,2015-07-26,5000.00,2015-05-27 07:42:16,250.00,failed,4,FR,273.76,274.17,5483.48 +1158187942,The Most Popular Fair (documentary) On Earth,Documentary,Film & Video,USD,2011-10-27,4500.00,2011-09-27 18:08:05,513.00,failed,15,US,513.00,513.00,4500.00 +1158209805,Mari's Aquaponic Garden,Farms,Food,USD,2016-07-31,70000.00,2016-06-21 00:52:13,371.00,failed,8,US,319.00,371.00,70000.00 +1158220633,Adaptation of The Mages of the West: A Surge of Chaos,Fantasy,Film & Video,CAD,2015-08-30,5000.00,2015-07-01 20:54:29,0.00,canceled,0,CA,0.00,0.00,3779.29 +1158225976,Make the tenth anniversary holiday pageant play happen,Theater,Theater,USD,2011-12-08,2500.00,2011-11-08 20:36:25,4685.00,successful,56,US,4685.00,4685.00,2500.00 +1158229404,NeBe,Gadgets,Technology,NZD,2015-04-05,80000.00,2015-03-06 11:37:00,223.00,failed,3,NZ,168.53,167.66,60145.85 +1158233232,Zealist Magazine,Art,Art,USD,2017-05-19,3000.00,2017-04-19 18:35:22,328.00,canceled,7,US,151.00,328.00,3000.00 +1158236071,The most shocking documentary in the Amazon jungle,Documentary,Film & Video,USD,2012-01-13,40000.00,2011-12-14 10:42:42,0.00,failed,0,US,0.00,0.00,40000.00 +1158239384,Steam Vision,Documentary,Film & Video,USD,2012-10-16,1200.00,2012-09-25 19:22:20,516.00,failed,18,US,516.00,516.00,1200.00 +1158240278,Short Horror Films,Horror,Film & Video,GBP,2014-12-14,300.00,2014-11-14 01:29:05,2.00,failed,2,GB,3.18,3.13,469.44 +1158245138,ETC RPG,Video Games,Games,CAD,2016-07-30,25000.00,2016-06-30 04:05:07,2350.00,failed,45,CA,607.89,1804.50,19196.81 +1158246449,The Indie App - The Future of Musical Collaborations,Hip-Hop,Music,USD,2016-05-12,10000.00,2016-04-12 00:34:26,2.00,failed,2,US,2.00,2.00,10000.00 +1158249773,Tools to Till Tilian,Food,Food,USD,2011-05-06,12000.00,2011-04-06 04:05:03,13323.76,successful,146,US,13323.76,13323.76,12000.00 +1158249847,Debut EP by KITES: Someday,Pop,Music,USD,2017-10-12,4200.00,2017-09-12 07:39:36,1446.00,failed,22,US,115.00,1446.00,4200.00 +1158254635,Ultra High Performance 3D FDM Printing System,3D Printing,Technology,EUR,2017-08-05,16000.00,2017-07-06 18:59:47,2060.00,failed,19,FR,0.00,2423.59,18823.97 +1158271943,7ate9art,Art,Art,USD,2012-11-30,4000.00,2012-10-27 00:41:09,50.00,failed,3,US,50.00,50.00,4000.00 +1158273018,smartPC,Apps,Technology,EUR,2015-08-23,60000.00,2015-07-24 21:45:44,130.00,failed,6,DE,142.32,146.48,67607.92 +1158274366,Join Us: Add YOUR superhuman to a new universe (Make 100),Fiction,Publishing,GBP,2018-01-21,300.00,2018-01-01 09:17:52,821.00,live,30,GB,1102.70,1119.83,409.19 +115827597,Woodsboro: The Filming Locations of SCREAM - Documentary,Documentary,Film & Video,USD,2014-02-13,16000.00,2014-01-13 23:02:31,246.00,failed,7,US,246.00,246.00,16000.00 +1158277901,Lloyd Alexander: A Documentary,Documentary,Film & Video,USD,2012-07-01,15000.00,2012-05-03 05:45:08,22004.00,successful,192,US,22004.00,22004.00,15000.00 +1158285864,Silent Past (Canceled),Horror,Film & Video,USD,2014-08-07,65335.00,2014-07-08 11:48:33,266.00,canceled,3,US,266.00,266.00,65335.00 +115828602,Employ College 2K,Web,Technology,USD,2015-02-15,10000.00,2015-01-16 21:30:07,56.00,failed,4,US,56.00,56.00,10000.00 +1158299119,Whiskey Diagram Poster,Graphic Design,Design,USD,2014-02-24,750.00,2014-01-16 20:17:24,20004.00,successful,582,US,20004.00,20004.00,750.00 +1158306529,Life Tunes from The Love Journey of A Caveman,Rock,Music,USD,2013-05-25,7500.00,2013-04-10 06:11:01,1405.00,failed,9,US,1405.00,1405.00,7500.00 +1158307341,Rise to Nobility,Tabletop Games,Games,USD,2017-05-03,19000.00,2017-04-05 16:00:51,370760.00,successful,4611,US,78205.00,370760.00,19000.00 +1158308472,MAVERBRICKS - Feature Film,Comedy,Film & Video,GBP,2014-05-07,2500.00,2014-04-23 17:51:51,130.00,failed,6,GB,218.33,219.21,4215.64 +115831084,al-Durr,Shorts,Film & Video,USD,2011-12-22,2500.00,2011-11-16 03:41:52,2540.00,successful,35,US,2540.00,2540.00,2500.00 +1158314319,Alex's Recording Project,Country & Folk,Music,AUD,2016-02-10,1000.00,2016-01-11 00:53:41,1030.00,successful,14,AU,716.12,730.34,709.07 +1158314967,Betrayal,Fiction,Publishing,USD,2013-01-13,5000.00,2012-12-14 01:06:13,161.00,failed,2,US,161.00,161.00,5000.00 +1158318296,My Lil' Chefs,Food,Food,USD,2014-05-31,6000.00,2014-04-30 15:36:24,210.00,failed,5,US,210.00,210.00,6000.00 +1158318567,JQ Headrest Portable: Comfortable Sleeping Gadget In Economy,Gadgets,Technology,USD,2017-05-22,8800.00,2017-04-26 06:42:52,698.00,canceled,5,US,698.00,698.00,8800.00 +115832249,Ultimate Boot and Glove Dryer,Design,Design,USD,2015-05-28,40000.00,2015-04-28 23:20:45,161.00,failed,3,US,161.00,161.00,40000.00 +"1158334254,""Did You Hear That, Smooth Jazz CD Project"",Jazz,Music,USD,2012-10-04,10000.00,2012-09-04 19:04:43,0.00,failed,0,US,0.00,0.00,10000.00" +"1158342439,""A smartphone hybrid of """"Choose Your Own Adventure"""" and RPG's"",Video Games,Games,USD,2011-09-16,5000.00,2011-07-18 20:00:55,169.00,failed,6,US,169.00,169.00,5000.00" +1158343368,The Bishop's Battle,Animation,Film & Video,USD,2012-09-13,500.00,2012-08-13 22:08:43,0.00,failed,0,US,0.00,0.00,500.00 +1158348262,Exposure,Theater,Theater,USD,2016-03-23,10000.00,2016-02-22 15:59:30,10255.00,successful,89,US,10255.00,10255.00,10000.00 +1158355208,Autographs,Gadgets,Technology,USD,2016-03-21,20000.00,2016-02-20 04:25:39,56.00,failed,2,US,56.00,56.00,20000.00 +1158361363,Hawk Funn : revolutionary social media entertainment.,Art,Art,USD,2013-09-19,116000.00,2013-08-19 19:15:59,4471.00,failed,72,US,4471.00,4471.00,116000.00 +1158368245,Crowns & Contours: The Luxurious Hair and Skin Care Choice,Crafts,Crafts,USD,2016-12-01,1500.00,2016-11-01 21:00:19,502.00,failed,13,US,180.00,502.00,1500.00 +1158369604,ChoreBug - On Demand Odd Jobs by Youth in Your Area,Web,Technology,USD,2017-08-05,5000.00,2017-06-06 03:02:39,221.00,failed,7,US,10.00,221.00,5000.00 +1158373236,The Last Outpost at Black Rock City,Installations,Art,USD,2014-07-19,2000.00,2014-06-30 22:45:49,3350.00,successful,88,US,3350.00,3350.00,2000.00 +1158373548,Making 2 cheap delta 3D printers (Suspended),DIY,Crafts,EUR,2014-10-15,600.00,2014-08-16 00:15:14,11.00,suspended,2,NL,14.70,14.11,769.38 +1158383687,Digi-Puzzle Game,Puzzles,Games,USD,2015-04-12,3500.00,2015-03-13 17:55:10,175.00,failed,8,US,175.00,175.00,3500.00 +1158384038,WOD CUSTOMS,Apparel,Fashion,USD,2016-12-03,2000.00,2016-11-05 03:38:28,74.00,canceled,2,US,54.00,74.00,2000.00 +1158384397,Hand Crafted Paper Roses,Sculpture,Art,USD,2016-04-01,7000.00,2016-03-07 20:38:32,10.00,failed,1,US,10.00,10.00,7000.00 +1158384465,EGGO. Premium Leather Bow Ties are Handmade.,Product Design,Design,USD,2016-05-06,3000.00,2016-03-29 15:45:51,3341.00,successful,70,US,3341.00,3341.00,3000.00 +1158386236,The Agency (Canceled),Webseries,Film & Video,USD,2012-04-24,8500.00,2012-02-25 11:51:42,0.00,canceled,0,US,0.00,0.00,8500.00 +1158387399,Mermaid & Shark Tail Blankets,Crafts,Crafts,CAD,2016-08-30,400.00,2016-07-31 03:48:38,75.00,failed,2,CA,0.00,57.33,305.76 +1158391279,Daughters of the Mystic,Children's Books,Publishing,USD,2014-07-12,9325.00,2014-06-12 01:12:19,0.00,failed,0,US,0.00,0.00,9325.00 +115839325,Professor Longhair Bronze Sculpt,Sculpture,Art,USD,2014-04-27,6000.00,2014-03-28 20:47:41,406.00,failed,10,US,406.00,406.00,6000.00 +115839537,Tea: The Dark Side of the Cup,Comedy,Film & Video,GBP,2015-02-27,1800.00,2015-01-26 20:04:14,2049.00,successful,23,GB,3072.39,3164.43,2779.88 +1158398249,Why We Give Gifts At Christmas Time,Children's Books,Publishing,USD,2012-06-29,4000.00,2012-05-11 14:37:54,0.00,failed,0,US,0.00,0.00,4000.00 +1158400545,Open 3D,3D Printing,Technology,USD,2014-09-17,4000.00,2014-08-28 23:27:31,0.00,failed,0,US,0.00,0.00,4000.00 +1158410015,Dragon Dodge,Tabletop Games,Games,USD,2017-03-20,8000.00,2017-02-15 15:38:37,9618.00,successful,318,US,1294.00,9618.00,8000.00 +1158410694,Morning Boys - Spec Television Pilot,Film & Video,Film & Video,USD,2013-02-09,1750.00,2013-01-26 00:10:23,1860.01,successful,47,US,1860.01,1860.01,1750.00 +1158418979,Warbles 3-D Marbles Collectable Packs,Tabletop Games,Games,USD,2012-10-03,10000.00,2012-08-24 16:03:10,127.00,failed,3,US,127.00,127.00,10000.00 +"1158429243,""Ghosts, Dreams, Premonitions The Paranormal Realm"",Nonfiction,Publishing,USD,2015-07-23,5000.00,2015-06-25 16:46:15,43.00,failed,5,US,43.00,43.00,5000.00" +1158431687,New Christmas Album: Glory & Peace,Music,Music,USD,2017-11-22,3000.00,2017-11-08 07:07:05,3697.14,successful,82,US,40.00,3697.14,3000.00 +1158431920,BreakLA 2012 Dance Competition,Dance,Dance,USD,2011-12-24,1000.00,2011-10-25 05:07:09,21.00,failed,3,US,21.00,21.00,1000.00 +1158435442,Cassandra and the Night Sky: A New Star Story,Children's Books,Publishing,USD,2016-06-01,5200.00,2016-04-29 05:08:13,6344.00,successful,65,US,6344.00,6344.00,5200.00 +1158441621,EuropeanFashionAcademy 1º Académie de mode de luxe à Paris,Ready-to-wear,Fashion,EUR,2017-07-07,300000.00,2017-06-07 18:43:19,23.00,failed,2,FR,0.00,26.25,342360.23 +1158445294,Strange Machines First Full-Length Album,Music,Music,USD,2017-03-06,12000.00,2017-01-30 16:25:13,12452.47,successful,142,US,52.00,12452.47,12000.00 +1158464652,PEN America presents Passages,Literary Journals,Publishing,USD,2016-02-20,5500.00,2016-01-21 16:24:02,9717.00,successful,248,US,9717.00,9717.00,5500.00 +1158474111,Control the world from an Arduino or Raspberry Pi! DIY,3D Printing,Technology,USD,2015-04-22,8750.00,2015-04-03 01:02:15,5143.00,canceled,99,US,5143.00,5143.00,8750.00 +1158475317,Champions of Hara,Tabletop Games,Games,USD,2017-09-29,20000.00,2017-08-29 18:25:53,143555.00,successful,1623,US,561.00,143555.00,20000.00 +"1158476695,""Paper Bird's Fourth Album, """"Rooms"""""",Music,Music,USD,2012-12-13,15000.00,2012-11-13 18:57:25,17385.00,successful,351,US,17385.00,17385.00,15000.00" +1158479999,Prevent Computercide With The Vector Cupholder,Technology,Technology,USD,2015-07-01,500.00,2015-06-03 21:08:13,585.00,successful,14,US,585.00,585.00,500.00 +1158482737,Hair Shapies :mold a strand of hair into ANY desired shape !,Fashion,Fashion,USD,2015-05-17,12000.00,2015-03-18 07:44:30,81.00,failed,3,US,81.00,81.00,12000.00 +"1158485059,""""""Something to Consider"""""",Nonfiction,Publishing,USD,2014-04-03,3000.00,2014-03-04 01:51:43,0.00,failed,0,US,0.00,0.00,3000.00" +1158486177,November Fox ? A Multi-Dimensional Augmented Reality Novel,Fiction,Publishing,GBP,2014-12-01,10000.00,2014-10-02 22:13:51,11075.75,successful,218,GB,17930.02,17373.18,15685.78 +1158487635,The Outlier - Completing Episode One,Science Fiction,Film & Video,USD,2017-10-26,3800.00,2017-09-26 19:13:06,4766.00,successful,99,US,1875.00,4766.00,3800.00 +115848936,Enchanted Kingdom VR,Video Games,Games,USD,2017-08-16,10000.00,2017-06-17 18:39:01,20.00,failed,1,US,20.00,20.00,10000.00 +1158499165,The Struggle is Real,Webseries,Film & Video,USD,2015-07-05,9000.00,2015-06-05 03:08:14,9395.00,successful,78,US,9395.00,9395.00,9000.00 +1158506715,Wolfspirit Gifts- Be Part of The Start! (Canceled),Crafts,Crafts,USD,2014-10-03,4500.00,2014-08-19 16:45:50,135.00,canceled,7,US,135.00,135.00,4500.00 +"1158507147,""Lunar Eclipse, HORROR VR GAME"",Games,Games,SGD,2016-11-09,60000.00,2016-10-10 07:40:26,8447.00,failed,82,SG,366.36,5996.73,42595.48" +1158508271,PEC.TV,Camera Equipment,Technology,USD,2015-03-22,5000.00,2015-01-22 01:30:24,607.00,failed,11,US,607.00,607.00,5000.00 +115851647,Artificial Intelligence Car Race Event,Technology,Technology,CAD,2017-03-11,70000.00,2017-01-25 23:41:33,0.00,failed,0,CA,0.00,0.00,52572.29 +1158528051,The Atlas Series,Crafts,Crafts,USD,2014-10-06,12500.00,2014-09-04 19:21:21,14867.74,successful,171,US,14867.74,14867.74,12500.00 +"1158528373,""Erratica, A Brilliant Midwest Premiere Farce"",Theater,Theater,USD,2011-03-02,2000.00,2011-01-31 22:49:42,2105.00,successful,50,US,2105.00,2105.00,2000.00" +1158530534,A Shallow Grave,Narrative Film,Film & Video,USD,2012-09-01,5000.00,2012-07-18 22:19:05,262.00,failed,5,US,262.00,262.00,5000.00 +1158532122,The Portkey game lounge and arcade,Video Games,Games,USD,2017-10-05,80000.00,2017-09-05 05:20:19,0.00,failed,0,US,0.00,0.00,80000.00 +1158544159,The World's Sausage Cafe from food Trailer to Restaurant,Restaurants,Food,USD,2015-10-04,8000.00,2015-09-04 15:38:31,510.00,failed,8,US,510.00,510.00,8000.00 +1158565849,DRONE ZONE - Drone FPV Racing Complex,Flight,Technology,USD,2016-07-15,10000.00,2016-06-15 16:30:11,21.00,failed,3,US,10.00,21.00,10000.00 +1158567339,ironmike - wir helfen Menschen gehen,Robots,Technology,EUR,2018-02-12,500000.00,2017-12-14 13:07:01,0.00,live,0,AT,0.00,0.00,606847.67 +1158568845,Machine Gun Microphone Debut Album!,Rock,Music,USD,2012-11-30,600.00,2012-10-31 19:57:33,54.00,failed,4,US,54.00,54.00,600.00 +1158578157,White Collar Brawler,Webseries,Film & Video,USD,2010-09-18,3500.00,2010-08-24 00:17:15,3825.00,successful,57,US,3825.00,3825.00,3500.00 +1158580212,Help Racing Death get their self titled album mixed,Rock,Music,USD,2012-01-01,975.00,2011-12-01 02:42:39,285.00,failed,11,US,285.00,285.00,975.00 +"1158582584,""You, Your Brain, & You"",Comedy,Film & Video,USD,2014-08-29,10000.00,2014-07-30 18:11:36,4331.01,failed,92,US,4331.01,4331.01,10000.00" +1158590940,Thomas Edibles is opening our first store!,Food,Food,USD,2012-09-01,10000.00,2012-08-02 03:39:00,10.00,failed,1,US,10.00,10.00,10000.00 +1158594544,The Reception- A Short Film,Shorts,Film & Video,USD,2011-05-17,2000.00,2011-04-02 08:51:55,3520.00,successful,31,US,3520.00,3520.00,2000.00 +1158602874,The Airship Isabella Penny Dreadful Novels,Fiction,Publishing,USD,2011-07-18,2500.00,2011-06-03 00:42:44,3700.00,successful,38,US,3700.00,3700.00,2500.00 +1158605213,Keep It Shaking!,Painting,Art,USD,2017-12-09,500.00,2017-11-09 02:37:16,0.00,canceled,0,US,0.00,0.00,500.00 +1158639945,Mortal Coils,Webseries,Film & Video,USD,2014-08-25,25000.00,2014-07-11 16:54:55,877.00,failed,21,US,877.00,877.00,25000.00 +1158641841,Reclaimed Organics,Farmer's Markets,Food,USD,2016-05-04,2000.00,2016-04-04 05:00:39,1.00,failed,1,US,1.00,1.00,2000.00 +115864287,Comic Book Time Capsule Mini Library,Mixed Media,Art,USD,2016-01-04,7500.00,2015-12-07 03:29:51,396.00,failed,4,US,396.00,396.00,7500.00 +1158653587,Brony Adventurers Pony Coloring Book,Children's Books,Publishing,USD,2015-05-14,250.00,2015-04-21 17:27:58,1126.00,successful,54,US,1126.00,1126.00,250.00 +"1158653662,""""""The Ingenious Gentleman"""" A Film Based on Don Quixote"",Film & Video,Film & Video,USD,2014-03-10,30000.00,2014-02-03 19:03:28,744.39,failed,31,US,744.39,744.39,30000.00" +"115865593,""Pegboard Tape Measure Dock """"TapeDock"""""",Product Design,Design,USD,2014-07-20,30000.00,2014-06-20 03:04:11,98.00,failed,4,US,98.00,98.00,30000.00" +"1158656443,""Debra Mann """"Full Circle"""" A CD of the music of Joni Mitchell"",Jazz,Music,USD,2016-07-23,6500.00,2016-06-23 03:22:39,13550.00,successful,143,US,7650.00,13550.00,6500.00" +1158660254,Elemental Mixology Real Estate Security,Events,Food,USD,2016-06-02,70000.00,2016-04-14 21:32:47,200.00,failed,2,US,200.00,200.00,70000.00 +1158666409,Yuki Creations (Canceled),Product Design,Design,GBP,2015-08-31,6500.00,2015-08-01 03:23:05,0.00,canceled,0,GB,0.00,0.00,9897.07 +115867494,Hausnummer der Zukunft / House number of the future,Product Design,Design,EUR,2016-05-04,10000.00,2016-04-04 19:14:42,2.00,failed,2,DE,2.28,2.29,11427.00 +1158676618,The Iowa Barn Documentary,Documentary,Film & Video,USD,2013-09-17,11000.00,2013-08-23 20:09:25,673.00,failed,9,US,673.00,673.00,11000.00 +"1158677357,""Pigtails, Inc: A Hair Accessory & Ribbon Sculpture Boutique"",Crafts,Crafts,USD,2015-10-27,150.00,2015-10-12 20:07:15,32.00,failed,2,US,32.00,32.00,150.00" +1158680081,The Essence Reaper Ritual,Video Games,Games,EUR,2017-04-25,250.00,2017-03-26 13:50:00,435.00,successful,18,ES,116.65,475.46,273.25 +"1158681380,""Heartfelt, Handmade Skincare"",DIY,Crafts,USD,2017-08-17,7500.00,2017-07-18 17:51:47,114.00,failed,8,US,11.00,114.00,7500.00" +1158681773,The Smiling Pope,Small Batch,Food,USD,2015-10-31,2000.00,2015-09-17 02:42:58,2000.00,successful,18,US,2000.00,2000.00,2000.00 +"1158690231,""Publish a memoir of living in the US an """"American Foreigner"""""",Nonfiction,Publishing,USD,2016-03-12,15000.00,2016-02-11 23:02:54,52.00,failed,3,US,52.00,52.00,15000.00" +1158702623,Holographic Show- Spectacle holographique,Performance Art,Art,CAD,2016-04-23,65700.00,2016-03-10 20:27:28,1.00,failed,1,CA,0.75,0.80,52442.53 +"1158708606,""HIP HOP LIVES: Perseverance Over Everything, What the Game's Been Missing (Canceled)"",Hip-Hop,Music,USD,2010-07-21,20000.00,2010-04-28 02:56:36,170.00,canceled,3,US,170.00,170.00,20000.00" +1158713678,Sportswide (Canceled),Live Games,Games,USD,2015-03-11,5000.00,2015-01-11 06:39:15,1.00,canceled,1,US,1.00,1.00,5000.00 +1158717578,Bento Lab: A DNA laboratory for everybody,Technology,Technology,GBP,2016-04-22,40000.00,2016-03-22 16:00:29,152415.00,successful,708,GB,220256.07,219141.35,57511.75 +1158717602,Shining Star Players (Canceled),Musical,Theater,USD,2015-08-14,15000.00,2015-06-25 05:29:56,0.00,canceled,0,US,0.00,0.00,15000.00 +1158723255,Brick Cave Media: The 1095 Publishing Project,Fiction,Publishing,USD,2017-04-05,19000.00,2017-03-01 03:13:24,813.00,failed,18,US,483.00,813.00,19000.00 +1158725383,Kickstart Brasstown Recordings!!!,Music,Music,USD,2012-01-13,10000.00,2011-11-14 05:19:58,40.00,failed,1,US,40.00,40.00,10000.00 +"115872920,""Zombie Run , walking dead , living dead , shawn of the dead"",Tabletop Games,Games,CAD,2015-12-04,49000.00,2015-10-05 19:05:19,0.00,canceled,0,CA,0.00,0.00,36739.90" +1158736919,Eagle Force Returns Action Figures,Art,Art,USD,2016-10-12,150000.00,2016-08-28 20:59:00,193967.00,successful,595,US,61692.00,193967.00,150000.00 +1158743013,Out of the Basement: Covering the Basement Punk Music Scene,Documentary,Film & Video,USD,2012-01-27,1000.00,2011-11-28 19:31:34,1000.00,successful,14,US,1000.00,1000.00,1000.00 +1158743542,HYBYCOZO - Heart of Gold - A Burning Man Light Installation,Design,Design,USD,2016-08-08,20000.00,2016-07-06 20:18:56,33334.00,successful,310,US,9969.00,33334.00,20000.00 +1158751349,Sculpture Creation,Sculpture,Art,USD,2014-03-30,500.00,2014-02-28 21:47:32,581.00,successful,20,US,581.00,581.00,500.00 +1158755089,Berkeley Spark - bringing Burning Man to Berkeley!,Public Art,Art,USD,2013-08-23,1500.00,2013-07-24 03:38:37,1527.00,successful,16,US,1527.00,1527.00,1500.00 +1158760554,Masha-T Video Biography,Documentary,Film & Video,USD,2014-09-16,2000.00,2014-08-17 14:18:24,0.00,failed,0,US,0.00,0.00,2000.00 +1158763578,Ratchet Head Grooming,Fashion,Fashion,USD,2015-08-11,3000.00,2015-06-12 19:30:16,50.00,failed,2,US,50.00,50.00,3000.00 +1158772111,Sock Snappers - The easiest way to keep your socks in pairs,Fashion,Fashion,USD,2013-11-11,36000.00,2013-10-02 02:35:21,1030.00,canceled,41,US,1030.00,1030.00,36000.00 +1158772532,Charlie (Working Title),Shorts,Film & Video,GBP,2013-01-31,800.00,2012-12-03 16:04:47,1015.00,successful,27,GB,1625.55,1607.13,1266.70 +1158784059,Bryan Stave: Pop Singer-Songwriter Debut Album,Pop,Music,USD,2017-08-05,30000.00,2017-06-26 23:49:07,21122.00,failed,57,US,2622.00,21122.00,30000.00 +"1158785422,""""""Finding Vivian Maier"""" - a feature length documentary film"",Documentary,Film & Video,USD,2011-03-14,20000.00,2010-12-14 22:48:27,105042.43,successful,1495,US,105042.43,105042.43,20000.00" +1158799309,Cartel Hustlers,Film & Video,Film & Video,USD,2013-01-25,12000.00,2012-11-26 01:07:30,60.00,failed,2,US,60.00,60.00,12000.00 +1158808528,SHADOW AGENTS - diceless game of super spy v evil mastermind,Tabletop Games,Games,USD,2016-03-01,900.00,2016-01-29 20:00:55,7938.50,successful,1262,US,7938.50,7938.50,900.00 +1158810074,The Jols True Magic Series Continued,Comedy,Film & Video,USD,2016-01-19,50.00,2015-12-20 02:06:11,75.00,successful,5,US,75.00,75.00,50.00 +1158819987,PongCano - The Game of Sacrifice,Tabletop Games,Games,USD,2011-09-05,6500.00,2011-08-04 21:15:15,3640.00,canceled,24,US,3640.00,3640.00,6500.00 +1158821864,The SportsCard® - Emergency & Medical info on the GO!,Apps,Technology,USD,2017-03-25,25000.00,2017-02-23 22:26:53,0.00,failed,0,US,0.00,0.00,25000.00 +1158822557,First Air Ran Steam Model Kits,Design,Design,GBP,2015-06-17,3000.00,2015-05-18 13:04:00,10.00,failed,1,GB,15.73,15.84,4751.50 +115883330,Avert Films Production Company Shirts,Shorts,Film & Video,USD,2016-02-20,600.00,2016-01-14 20:54:36,1035.00,successful,13,US,1035.00,1035.00,600.00 +1158839554,Double D Farm and Ranch,Farms,Food,USD,2017-05-29,300.00,2017-04-29 09:47:16,1185.00,successful,15,US,1006.00,1185.00,300.00 +1158842330,Willy Miniatures Fantasy Football Human Team,Tabletop Games,Games,EUR,2016-06-28,5000.00,2016-06-03 17:56:58,10634.00,successful,93,ES,11918.45,11840.95,5567.49 +"1158850621,""Book II: Eat Me, Drink Me"",Graphic Novels,Comics,USD,2016-04-01,1100.00,2016-02-25 02:50:14,1165.00,successful,18,US,1165.00,1165.00,1100.00" +1158858347,L E N D A L E 2016 Exhibition Project,Painting,Art,USD,2015-12-27,27000.00,2015-10-28 20:49:33,10.00,failed,1,US,10.00,10.00,27000.00 +1158859008,Help fund equipment get lifetime care packages,Apparel,Fashion,USD,2015-09-06,6258.00,2015-08-07 07:22:44,0.00,failed,0,US,0.00,0.00,6258.00 +115886767,The Buffalo Beard Company,Apparel,Fashion,USD,2015-04-24,2500.00,2015-03-25 16:38:15,0.00,failed,0,US,0.00,0.00,2500.00 +1158867892,Sean Rowe Is Going Rogue,Indie Rock,Music,USD,2016-06-15,43500.00,2016-05-16 06:09:29,50620.00,successful,510,US,50620.00,50620.00,43500.00 +1158869342,Significant Other System (SOS),Games,Games,CAD,2015-04-29,250.00,2015-03-30 18:26:17,251.00,successful,13,CA,199.02,208.82,207.99 +1158870438,Table Talk: A New Interdisciplinary Magazine,Periodicals,Publishing,USD,2014-05-08,6500.00,2014-04-08 22:59:48,8195.00,successful,117,US,8195.00,8195.00,6500.00 +1158872120,ORGANICALLY MAINE,Crafts,Crafts,USD,2017-11-14,1500.00,2017-09-15 16:39:38,4465.00,successful,130,US,40.00,4465.00,1500.00 +1158874516,Elora Gourmet Food store and cooking school,Farmer's Markets,Food,CAD,2015-10-31,150000.00,2015-10-02 00:36:33,0.00,failed,0,CA,0.00,0.00,113627.76 +1158878140,Handle-less Cutlery,Product Design,Design,USD,2017-09-08,15000.00,2017-08-09 23:59:51,1.00,canceled,1,US,1.00,1.00,15000.00 +1158879002,Make Healthy Eating Affordable for Everyone,Food,Food,USD,2017-09-30,5000.00,2017-08-31 18:43:36,245.00,failed,8,US,170.00,245.00,5000.00 +115889679,Singing for Water : Surviving Life in the Kenyan Desert,Documentary,Film & Video,USD,2017-05-18,20000.00,2017-04-18 16:41:57,2610.00,failed,14,US,0.00,2610.00,20000.00 +1158908757,The Talented Tenth: HomeComing Collection,Fashion,Fashion,USD,2013-02-14,30000.00,2012-12-31 21:04:38,0.00,failed,0,US,0.00,0.00,30000.00 +1158916440,Grown Bar: A Plant-Based Protein Bar,Food,Food,USD,2017-06-12,20000.00,2017-05-08 01:42:25,6467.00,failed,53,US,290.00,6467.00,20000.00 +1158929530,Wayne Center for the Arts Artmobile: Unleash Creativity,Art,Art,USD,2016-05-30,38000.00,2016-04-27 05:06:15,296.00,failed,10,US,296.00,296.00,38000.00 +1158941828,Letter to a Future Lover Limited Edition: a Book in a Box,Nonfiction,Publishing,USD,2014-07-06,3000.00,2014-06-06 08:07:46,5587.00,successful,102,US,5587.00,5587.00,3000.00 +1158951872,Hummingbird Chalk Co.,Crafts,Crafts,USD,2017-08-25,500.00,2017-07-26 02:46:42,0.00,failed,0,US,0.00,0.00,500.00 +1158956104,V.BAND: a patented ergonomic fitness band,Accessories,Fashion,USD,2016-07-27,50000.00,2016-06-04 22:17:22,115.00,failed,1,US,115.00,115.00,50000.00 +1158961720,Hackers (the movie) 15th Anniversary Party on Oct 2nd,Film & Video,Film & Video,USD,2010-09-30,5000.00,2010-09-16 19:15:14,9405.00,successful,219,US,9405.00,9405.00,5000.00 +1158969304,Love Me,Fashion,Fashion,USD,2012-05-23,500.00,2012-04-23 23:13:20,20.00,failed,2,US,20.00,20.00,500.00 +1158969776,Networking tv video online,Television,Film & Video,EUR,2015-10-07,10000.00,2015-08-10 19:37:25,0.00,failed,0,ES,0.00,0.00,11361.96 +1158972535,Am I famous yet? My life and thoughts through social media,Nonfiction,Publishing,USD,2015-03-13,1000.00,2015-02-11 21:07:05,50.00,failed,1,US,50.00,50.00,1000.00 +115898586,IChele fashions,Accessories,Fashion,USD,2014-09-14,25000.00,2014-08-15 00:48:55,20.00,failed,1,US,20.00,20.00,25000.00 +115899101,Lissa Loo Stationery is expanding! (Canceled),Illustration,Art,USD,2014-07-02,2500.00,2014-06-02 17:45:26,3.00,canceled,1,US,3.00,3.00,2500.00 +1158997333,FIEND (Canceled),Video Games,Games,USD,2013-03-02,9999.00,2013-02-05 02:34:58,396.00,canceled,6,US,396.00,396.00,9999.00 +1159008520,Word From Pictures - Iconic Words - Iconic People - Posters,Graphic Design,Design,GBP,2014-03-01,2750.00,2014-01-24 10:43:30,193.00,failed,7,GB,319.79,323.66,4611.77 +1159012905,Nick Black and the Silver Mask,Young Adult,Publishing,EUR,2015-08-29,15000.00,2015-06-30 20:30:15,40.00,failed,5,IT,44.05,44.55,16706.95 +1159014714,Space Age Bachelor Pad Blues - CD,Indie Rock,Music,USD,2012-03-14,999.00,2012-02-15 19:32:34,1035.00,successful,40,US,1035.00,1035.00,999.00 +1159018671,Littlest Lovecraft: The Horror Collection,Children's Books,Publishing,USD,2016-04-11,10000.00,2016-02-29 18:00:19,34221.16,successful,561,US,34221.16,34221.16,10000.00 +1159019857,Raising the Wild Womyn Tipi,Public Art,Art,USD,2013-09-19,3275.00,2013-08-20 17:07:53,3796.00,successful,82,US,3796.00,3796.00,3275.00 +"1159022328,""Safe, Non-Toxic Toys and Teas for Any Size Parrot"",Crafts,Crafts,USD,2017-06-02,6000.00,2017-04-03 07:49:13,1.00,failed,1,US,0.00,1.00,6000.00" +1159022513,Emmylou & Co. Musical Instruments and Art Objects,Sculpture,Art,USD,2016-01-28,10000.00,2016-01-16 00:03:48,2532.00,failed,19,US,2532.00,2532.00,10000.00 +1159026252,WIBOU - secure your car,Gadgets,Technology,USD,2014-10-20,30000.00,2014-09-10 17:10:06,2504.00,failed,63,US,2504.00,2504.00,30000.00 +1159028742,Art of war,Video Art,Art,USD,2016-07-15,18000.00,2016-05-16 03:12:24,10.00,failed,1,US,10.00,10.00,18000.00 +1159029430,An Odd Animal Alphabet,Children's Books,Publishing,USD,2015-04-08,20000.00,2015-03-09 05:06:18,4844.00,failed,92,US,4844.00,4844.00,20000.00 +115903529,Feed Your Face,Food Trucks,Food,USD,2014-08-10,9000.00,2014-07-11 22:03:19,1185.00,failed,16,US,1185.00,1185.00,9000.00 +1159042986,Compelling Case Against Evolution Based on Fossil Record,Nonfiction,Publishing,USD,2014-08-25,30000.00,2014-07-29 16:43:04,0.00,failed,0,US,0.00,0.00,30000.00 +1159044123,Beyond the Pale,Photobooks,Photography,GBP,2014-10-31,5500.00,2014-10-02 00:45:42,76.00,failed,4,GB,123.46,121.37,8783.14 +1159047716,NurGoblin: Your first 3D team for fantasy football!,Tabletop Games,Games,EUR,2017-08-07,200.00,2017-07-17 14:52:51,1071.00,successful,32,IT,60.78,1260.03,235.30 +"1159054435,""Artist Residency & Project Space at BLITZ, Valletta"",Art,Art,GBP,2015-07-01,24000.00,2015-05-21 20:31:17,4563.00,failed,65,GB,7082.20,7129.13,37497.07" +1159066853,The Other Way Around,Country & Folk,Music,USD,2016-06-09,36300.00,2016-05-10 15:23:47,41864.00,successful,468,US,41864.00,41864.00,36300.00 +"1159067641,""The Comic Archive, a time capsule for comic book makers."",Comics,Comics,USD,2010-07-31,4000.00,2010-06-01 15:33:23,4077.00,successful,54,US,4077.00,4077.00,4000.00" +1159067919,Sensible al Tiempo,Public Art,Art,USD,2012-01-07,15000.00,2011-11-08 16:36:29,0.00,failed,0,US,0.00,0.00,15000.00 +"1159079126,Music's Marching Band,Music,Music,USD,2015-03-30,7500.00,2015-02-13 02:23:46,1.00,undefined,0,""N,0"""""",,1.00,7500.00" +1159083005,The Popcorn Ball **KICKSTARTER STAFF PICK** (Canceled),Product Design,Design,USD,2014-12-01,50000.00,2014-10-07 08:53:53,27288.01,canceled,474,US,27288.01,27288.01,50000.00 +1159084338,SunCube - The First Ever All-In-One Solar Energy System,Technology,Technology,CAD,2017-02-04,150000.00,2017-01-05 02:27:33,11.00,canceled,2,CA,0.00,8.37,114163.94 +1159089527,Scratch: A Book of Essays (Canceled),Graphic Design,Design,USD,2012-07-12,40000.00,2012-06-21 19:44:59,15576.00,canceled,390,US,15576.00,15576.00,40000.00 +1159097946,GROWN the web series,Film & Video,Film & Video,USD,2017-11-24,14500.00,2017-10-24 21:33:18,16210.00,successful,208,US,2120.00,16210.00,14500.00 +1159106208,Snow cones Refresh,Drinks,Food,USD,2014-08-07,500000.00,2014-07-09 20:37:34,25.00,failed,1,US,25.00,25.00,500000.00 +1159113541,Woohooligan Digital Funnies!,Comics,Comics,USD,2013-09-08,300.00,2013-08-25 02:44:03,314.00,successful,27,US,314.00,314.00,300.00 +1159114553,Beyond The Cage,Documentary,Film & Video,GBP,2013-12-22,20000.00,2013-11-22 20:52:20,1355.00,failed,23,GB,2179.32,2237.27,33022.37 +115912146,Let there be sound! A sound and hearing assistance system,Spaces,Theater,USD,2014-07-18,8500.00,2014-05-19 15:09:12,8722.00,successful,36,US,8722.00,8722.00,8500.00 +1159128027,Hand Made Items by Karen,Crafts,Crafts,USD,2014-12-05,500.00,2014-11-05 18:46:58,0.00,failed,0,US,0.00,0.00,500.00 +1159140343,Wedding Afro By Huguette Zola (Canceled),Couture,Fashion,EUR,2016-06-17,20000.00,2016-05-18 09:39:14,0.00,canceled,0,FR,0.00,0.00,22508.07 +1159142270,The MMD Series -The Renegades,Young Adult,Publishing,USD,2016-09-30,3000.00,2016-08-14 01:36:35,205.00,failed,6,US,70.00,205.00,3000.00 +115916418,Trash Bash Bits Part Two,Tabletop Games,Games,USD,2015-12-04,500.00,2015-11-13 22:50:10,4174.00,successful,120,US,4174.00,4174.00,500.00 +1159166266,Moving Stone Post Production,Shorts,Film & Video,USD,2012-10-18,2000.00,2012-09-18 03:42:22,90.00,failed,3,US,90.00,90.00,2000.00 +"1159168004,""3D Printed """"Mug Grips"""""",Mixed Media,Art,USD,2014-06-19,3000.00,2014-05-20 16:36:19,58.00,failed,5,US,58.00,58.00,3000.00" +115916882,SANGO | Life-enhancing aromatherapy product,Product Design,Design,CAD,2016-10-07,8000.00,2016-09-07 23:29:16,8319.00,successful,44,CA,452.50,6268.56,6028.18 +1159171346,Lil Dutchie Grill Top Dutch Oven,Design,Design,USD,2014-11-29,25000.00,2014-10-30 01:27:45,1261.00,failed,13,US,1261.00,1261.00,25000.00 +1159176569,Military Mindset,Apparel,Fashion,USD,2015-05-28,25000.00,2015-05-04 18:58:41,0.00,failed,0,US,0.00,0.00,25000.00 +1159178564,Trilogy first time in the Studio,Faith,Music,USD,2014-11-21,6000.00,2014-09-22 18:39:28,0.00,failed,0,US,0.00,0.00,6000.00 +1159179640,I'm Here,Drama,Film & Video,GBP,2015-10-01,3500.00,2015-09-01 11:17:34,3580.00,successful,41,GB,5524.13,5429.84,5308.50 +1159184285,Music Videos to Launch World Music Album,World Music,Music,CAD,2014-04-07,7000.00,2014-03-08 12:05:58,7779.00,successful,31,CA,7071.56,7091.80,6381.62 +1159188852,Constitutional Path to Liberty,Television,Film & Video,USD,2015-08-09,12000.00,2015-07-10 03:13:55,780.00,failed,11,US,780.00,780.00,12000.00 +1159194424,4-Panel Life: THE BOOK,Comic Books,Comics,USD,2016-07-03,10000.00,2016-05-31 21:38:51,36860.70,successful,1238,US,36860.70,36860.70,10000.00 +"1159198951,""The Governor's Initiative, an Ebook"",Fiction,Publishing,USD,2012-11-16,9500.00,2012-10-16 17:19:24,0.00,failed,0,US,0.00,0.00,9500.00" +1159212528,210 East Oak: Watch Straps Made with Custom Suit Fabrics,Product Design,Design,USD,2015-12-21,15000.00,2015-11-21 17:01:18,8669.00,failed,98,US,8669.00,8669.00,15000.00 +1159220280,Tullycraft Tribute Album - Wish I'd Kept A Scrapbook,Pop,Music,USD,2010-05-15,1000.00,2010-04-07 01:36:46,1265.00,successful,38,US,1265.00,1265.00,1000.00 +1159226199,Duck E. Pinn's Photo Journey to the Beach,Places,Photography,USD,2014-08-13,57.00,2014-07-11 20:15:20,5.00,failed,1,US,5.00,5.00,57.00 +"1159228600,""Don't Call it a Comeback """"Telescopes"""""",Music,Music,USD,2013-01-10,600.00,2012-12-09 06:03:52,600.00,successful,23,US,600.00,600.00,600.00" +1159237476,Unpopular Minion!,Mobile Games,Games,USD,2015-11-03,30.00,2015-10-19 17:33:14,30.00,successful,3,US,30.00,30.00,30.00 +1159253925,Seedling Kits - Interest Builder,Food,Food,USD,2014-04-23,20140.00,2014-03-26 01:00:38,1011.00,failed,43,US,1011.00,1011.00,20140.00 +1159254011,Knowledge to paper - applied philosophy,Academic,Publishing,EUR,2015-11-02,75000.00,2015-10-03 13:14:03,1.00,failed,1,NL,1.12,1.09,81480.11 +11592637,Color That Hunk: A cheeky and unique adult coloring book,Art Books,Publishing,GBP,2016-10-04,500.00,2016-09-06 14:45:18,503.00,successful,14,GB,69.20,620.17,616.47 +1159266913,New Zealand healing,Places,Photography,GBP,2015-05-26,8000.00,2015-04-21 17:22:54,0.00,failed,0,GB,0.00,0.00,12205.91 +1159267947,Dragon Scale Playing Cards (Special Edition),Playing Cards,Games,USD,2015-08-27,1000.00,2015-08-04 20:58:43,9552.00,successful,127,US,9552.00,9552.00,1000.00 +1159271728,musicmeetups.com,Music,Music,USD,2016-05-29,250000.00,2016-03-30 05:47:02,0.00,failed,0,US,0.00,0.00,250000.00 +1159273979,FULLMETAL T-2000,3D Printing,Technology,USD,2015-05-19,50000.00,2015-03-20 06:19:21,100.00,failed,26,US,100.00,100.00,50000.00 +1159278496,Necklaces!! <3,Jewelry,Fashion,GBP,2015-02-20,200.00,2015-01-26 18:26:13,218.00,successful,4,GB,326.88,335.19,307.51 +1159280592,The Field of Steve podcast,Radio & Podcasts,Publishing,USD,2013-07-07,300.00,2013-06-07 11:55:20,785.00,successful,13,US,785.00,785.00,300.00 +1159284718,The Island of Misfit Toys Eastbound Tour!,Indie Rock,Music,USD,2011-07-24,1300.00,2011-06-24 08:05:47,1510.12,successful,50,US,1510.12,1510.12,1300.00 +1159295322,The Spaghetti Startup,Publishing,Publishing,USD,2014-10-29,5950.00,2014-09-29 20:54:19,0.00,failed,0,US,0.00,0.00,5950.00 +1159295716,M&M Cycles PHX,Installations,Art,USD,2015-09-27,15000.00,2015-08-28 20:04:35,100.00,failed,1,US,100.00,100.00,15000.00 +1159298487,Senior Year,Narrative Film,Film & Video,USD,2013-12-02,175000.00,2013-10-04 05:21:40,150.00,failed,3,US,150.00,150.00,175000.00 +1159304280,WaveLand,Video Games,Games,USD,2016-09-15,8100.00,2016-08-18 21:20:19,10154.36,successful,551,US,301.00,10154.36,8100.00 +1159315453,Bloom: Memories - One of a Kind Action Adventure / RPG,Video Games,Games,USD,2013-04-18,50000.00,2013-03-04 23:43:44,34765.50,failed,781,US,34765.50,34765.50,50000.00 +1159323072,Vox Is Making A Live Album!,Music,Music,USD,2015-09-10,10000.00,2015-08-03 22:46:33,6780.00,failed,55,US,6780.00,6780.00,10000.00 +1159330063,Soft Location - Recording 2012,Indie Rock,Music,USD,2012-04-30,1500.00,2012-04-11 17:43:57,2385.00,successful,63,US,2385.00,2385.00,1500.00 +1159337514,Figures from salt dough . None is repeated . Manual work .,Pottery,Crafts,CAD,2015-02-16,100.00,2015-01-02 20:59:15,1.00,failed,1,CA,0.86,0.80,80.28 +1159351180,Unforgiven guaranteed to be unforgettable!,Drama,Film & Video,GBP,2014-07-17,800.00,2014-06-25 17:36:11,96.00,failed,6,GB,163.40,164.03,1366.94 +1159353017,Re: Magazine,Periodicals,Publishing,USD,2012-03-02,3000.00,2012-02-15 02:07:37,4846.79,successful,66,US,4846.79,4846.79,3000.00 +115936699,Arizona Heavy Metal Documentary,Documentary,Film & Video,USD,2011-05-11,1000.00,2011-02-19 10:15:23,315.00,failed,5,US,315.00,315.00,1000.00 +115937209,The Lunatic 3D Maze Puzzle Family In Unnatural Woods.,Puzzles,Games,USD,2015-05-14,300.00,2015-03-30 19:04:08,992.00,successful,11,US,992.00,992.00,300.00 +1159374718,Pangaea (Canceled),Photography,Photography,USD,2011-01-12,20000.00,2010-12-08 00:33:56,0.00,canceled,0,US,0.00,0.00,20000.00 +1159375125,Fish 3: Not Drunk!!,Comic Books,Comics,USD,2015-08-23,73.00,2015-07-28 03:00:42,150.00,successful,9,US,150.00,150.00,73.00 +1159375219,SOULUBA Jon Sass Tuba Feat. Jonny Sass,Music,Music,EUR,2016-02-28,13110.00,2016-01-13 00:09:40,4593.45,failed,36,AT,5014.21,5039.00,14381.62 +1159376870,Dead Again's debut album,Metal,Music,USD,2014-11-23,5000.00,2014-09-24 03:23:19,51.00,failed,3,US,51.00,51.00,5000.00 +1159388330,devHour.tv - Movie-like Trailers for Restaurants,Webseries,Film & Video,USD,2014-03-07,50000.00,2014-02-14 18:16:08,0.00,failed,0,US,0.00,0.00,50000.00 +1159398549,SUM Glasses- Fully Interchangeable Sunglasses,Accessories,Fashion,USD,2014-09-07,5000.00,2014-08-18 20:22:23,5647.00,successful,100,US,5647.00,5647.00,5000.00 +1159399392,BORROWED LIGHT,Public Art,Art,USD,2015-04-05,5500.00,2015-03-05 17:11:18,5575.00,successful,39,US,5575.00,5575.00,5500.00 +1159410129,Posthumous Post Production Funding,Shorts,Film & Video,USD,2013-10-06,700.00,2013-09-06 15:45:58,1177.00,successful,13,US,1177.00,1177.00,700.00 +1159419216,First Full Length Original Studio Album,Faith,Music,USD,2016-06-10,5000.00,2016-05-11 21:57:04,954.00,failed,7,US,954.00,954.00,5000.00 +115942283,Jobs2BidOn,Web,Technology,EUR,2015-07-05,120000.00,2015-06-08 17:10:36,0.00,failed,0,IE,0.00,0.00,134220.68 +1159426205,Ménajeux-à-Trois,Romance,Film & Video,EUR,2017-03-28,3750.00,2017-03-03 15:27:27,3755.00,successful,13,BE,447.64,4014.45,4009.11 +1159433884,Sugar Daddy's Food Truck,Food Trucks,Food,USD,2017-08-16,5000.00,2017-07-17 17:42:41,6310.00,successful,48,US,55.00,6310.00,5000.00 +115943651,the Calamitous Black Devils: Issue #1 and 2,Comics,Comics,USD,2012-09-13,2200.00,2012-08-14 16:34:07,3567.08,successful,97,US,3567.08,3567.08,2200.00 +1159437773,IWANT2GO - Festival and Event Virtual Reality,Gadgets,Technology,GBP,2016-05-27,50000.00,2016-04-27 10:09:29,1.00,failed,1,GB,1.45,1.46,73237.54 +1159445901,Reel Life Videos,Film & Video,Film & Video,USD,2016-01-05,50000.00,2015-12-06 23:44:15,100.00,failed,1,US,100.00,100.00,50000.00 +1159446880,Planewalker - A Sci-Fi Feature Film,Science Fiction,Film & Video,USD,2015-06-04,2000.00,2015-05-04 15:24:55,690.00,failed,22,US,690.00,690.00,2000.00 +1159453218,The Sustainable Herbs Project,Documentary,Film & Video,USD,2015-02-27,54000.00,2015-01-28 00:26:36,65392.55,successful,974,US,65392.55,65392.55,54000.00 +1159455087,Apoocalypse Now: Drop it Like It's a Hot Climate,Graphic Design,Design,USD,2015-08-13,1500.00,2015-07-14 21:15:55,2074.60,successful,92,US,2074.60,2074.60,1500.00 +115946518,Goodbye Blue Michael Short Film Web Series,Webseries,Film & Video,GBP,2016-01-26,2500.00,2015-11-27 17:49:49,307.00,failed,11,GB,464.38,438.74,3572.81 +1159475097,Premium Gold: A Devaluation of your IRA,Nonfiction,Publishing,USD,2017-11-20,15000.00,2017-10-21 14:32:57,10.00,canceled,1,US,10.00,10.00,15000.00 +1159477033,48 Hour Film Project 2013 FDP,Shorts,Film & Video,USD,2013-08-16,250.00,2013-07-24 19:20:59,430.00,successful,5,US,430.00,430.00,250.00 +1159487566,Wayne's 3D Printing Emporium,3D Printing,Technology,USD,2014-08-05,700.00,2014-07-06 00:21:31,17.50,failed,3,US,17.50,17.50,700.00 +1159487777,See Me Naked,Theater,Theater,USD,2012-05-14,4000.00,2012-04-14 17:49:52,4130.00,successful,56,US,4130.00,4130.00,4000.00 +"1159504076,""Powerful, Robust, Ultrafast, High Performance eBike Drive"",Product Design,Design,USD,2014-10-01,100000.00,2014-08-28 17:52:13,47442.00,canceled,70,US,47442.00,47442.00,100000.00" +1159506267,Elmer,Film & Video,Film & Video,USD,2011-11-25,4200.00,2011-09-29 05:24:11,500.00,failed,13,US,500.00,500.00,4200.00 +1159513953,Origami Wall Planter,Product Design,Design,USD,2014-08-09,1000.00,2014-07-10 07:51:15,16146.01,successful,548,US,16146.01,16146.01,1000.00 +1159527681,A sweet journey with teeny cake,Food,Food,USD,2014-05-01,15000.00,2014-04-01 03:08:41,16230.00,successful,202,US,16230.00,16230.00,15000.00 +1159532567,Sensoria Artificial Intelligence Sportswear,Wearables,Technology,USD,2016-08-11,35000.00,2016-06-27 17:03:10,36528.00,successful,71,US,18159.00,36528.00,35000.00 +1159543817,Artcult for All: Recycling Lumber Project for Handicapped and Elderly Art Therapy :),Illustration,Art,USD,2009-12-05,3000.00,2009-09-18 19:28:55,1.00,failed,1,US,1.00,1.00,3000.00 +1159544483,My Gay Roommate: RELOADED,Film & Video,Film & Video,USD,2016-10-13,65000.00,2016-09-13 19:01:34,68006.00,successful,492,US,3222.00,68006.00,65000.00 +1159546760,Holy-Mole,Vegan,Food,USD,2014-09-04,18000.00,2014-07-23 22:55:04,18035.00,successful,23,US,18035.00,18035.00,18000.00 +1159551879,The Gift- A large painting for ArtPrize 2013 by Matt Sievers,Painting,Art,USD,2013-10-12,6300.00,2013-09-12 17:41:58,2575.00,failed,14,US,2575.00,2575.00,6300.00 +1159553730,JerryOne - First length album - Studiowork - Deutsch Rap,Music,Music,EUR,2017-10-20,15000.00,2017-09-20 12:58:02,23.00,failed,2,DE,0.00,27.18,17726.93 +"1159554435,""New permaculture community, to promote a healthy planet"",Food,Food,USD,2013-03-05,1000.00,2013-02-03 18:23:51,99.00,failed,1,US,99.00,99.00,1000.00" +1159556191,Leaving Home: an Alternative View of the Outer Hebrides,Photography,Photography,GBP,2013-10-25,1000.00,2013-09-25 09:39:52,2570.00,successful,91,GB,4121.34,4156.22,1617.21 +1159562335,Small Batch Organic Fruit and Honey Based Syrups,Food,Food,USD,2013-09-07,3500.00,2013-08-08 22:35:08,964.00,failed,18,US,964.00,964.00,3500.00 +1159563713,Higher = My Debut EP!,Music,Music,USD,2011-04-29,7000.00,2011-03-30 14:14:06,945.00,failed,26,US,945.00,945.00,7000.00 +1159568328,A Mental Health Diary from the suffers prospective,Publishing,Publishing,GBP,2016-08-05,7500.00,2016-07-06 23:14:56,35.00,failed,2,GB,0.00,46.04,9865.57 +1159569891,Coffee'n Tables,Woodworking,Crafts,USD,2015-05-14,6000.00,2015-04-14 04:59:40,776.00,failed,5,US,776.00,776.00,6000.00 +1159579776,Islam in the West,Photography,Photography,USD,2016-03-23,1500.00,2016-02-22 23:59:05,0.00,failed,0,US,0.00,0.00,1500.00 +1159581042,ACURRATOR - minimalist brand with maximised aesthetic,Ready-to-wear,Fashion,GBP,2017-12-03,4000.00,2017-11-03 10:50:25,0.00,canceled,0,GB,0.00,0.00,5366.25 +1159581698,WILDE TALES,Plays,Theater,GBP,2016-04-05,250.00,2016-03-08 10:34:06,250.00,successful,9,GB,355.22,351.88,351.88 +1159588465,Scalpel Paint Brush,Product Design,Design,USD,2011-12-02,9000.00,2011-10-23 02:49:50,175.00,failed,7,US,175.00,175.00,9000.00 +1159590212,Whisk + Brush Food Trailer,Food Trucks,Food,USD,2015-10-11,6000.00,2015-09-10 17:51:13,12377.98,successful,118,US,12377.98,12377.98,6000.00 +1159590251,I Am More Than My Hair: Bald and Beautiful Me,People,Photography,USD,2015-02-21,15000.00,2015-01-19 05:25:41,4041.00,failed,72,US,4041.00,4041.00,15000.00 +1159592230,We are growing!,Apparel,Fashion,USD,2015-03-12,50000.00,2015-02-10 19:28:18,0.00,failed,0,US,0.00,0.00,50000.00 +1159594570,Peter/Wendy goes to the 2015 Edinburgh Fringe Festival,Festivals,Theater,USD,2015-03-21,10000.00,2015-02-03 19:03:04,12003.00,successful,95,US,12003.00,12003.00,10000.00 +1159596274,My Japanese Husband Thinks I'm Crazy: The Comic Book,Comic Books,Comics,USD,2014-08-30,6485.00,2014-07-27 14:15:22,14199.00,successful,461,US,14199.00,14199.00,6485.00 +"1159602286,""Photos, Photography Session or Photography Training"",Photography,Photography,USD,2014-12-24,4000.00,2014-11-24 19:25:56,175.00,failed,2,US,175.00,175.00,4000.00" +1159603449,Disney World Adventure,People,Photography,USD,2014-08-08,500.00,2014-07-09 18:35:46,0.00,failed,0,US,0.00,0.00,500.00 +1159603748,The Desert (Canceled),Video Games,Games,USD,2016-03-18,25000.00,2016-02-10 20:26:28,2.00,canceled,2,US,2.00,2.00,25000.00 +1159604360,Greetings from Derbyland Season 2,Webseries,Film & Video,USD,2016-02-11,2400.00,2016-01-12 05:05:49,2107.00,failed,29,US,2107.00,2107.00,2400.00 +"1159608290,""Food, Art and Architecture: on Roosevelt Island"",Restaurants,Food,USD,2015-12-08,50000.00,2015-10-19 17:48:06,1850.00,failed,18,US,1850.00,1850.00,50000.00" +1159611518,Wet Nurse's Sweat to Death Florida Tour!,Indie Rock,Music,USD,2011-08-09,500.00,2011-07-10 00:02:53,837.03,successful,19,US,837.03,837.03,500.00 +1159612758,Uploaded: The Asian American Movement (Documentary),Documentary,Film & Video,USD,2011-09-05,5000.00,2011-07-07 01:13:17,6665.00,successful,81,US,6665.00,6665.00,5000.00 +1159615037,Big Dance 2014 - To The Edge,Dance,Dance,GBP,2014-08-04,655.00,2014-07-19 12:53:41,709.00,successful,14,GB,1212.04,1191.42,1100.67 +1159615187,Mason Jar Joe cold brewed coffee maker steeps in mason jars,Product Design,Design,USD,2014-02-21,21777.00,2014-01-22 16:20:13,1355.00,failed,61,US,1355.00,1355.00,21777.00 +"1159617669,""Kids Learn About Nature with """"Tuleyome Tales for Kids!"""""",Children's Books,Publishing,USD,2014-08-31,2500.00,2014-07-14 22:08:58,525.00,failed,9,US,525.00,525.00,2500.00" +1159622185,Present Modular Shelving,Product Design,Design,CAD,2014-01-06,30000.00,2013-12-02 22:47:03,74.00,failed,5,CA,69.71,68.04,27583.67 +1159622792,Macbeth gets Manly,Theater,Theater,GBP,2014-12-15,800.00,2014-11-10 22:25:12,885.00,successful,46,GB,1403.66,1384.85,1251.84 +1159641204,28 Days of Hope - An App for Overcoming Depression,Apps,Technology,USD,2014-09-10,5000.00,2014-08-11 19:40:04,65.00,failed,8,US,65.00,65.00,5000.00 +1159642055,LA'd,Webseries,Film & Video,USD,2011-12-11,4000.00,2011-11-09 01:10:29,4097.00,successful,67,US,4097.00,4097.00,4000.00 +1159664409,Joei and The Fulcos are producing their first REAL ALBUM!!!,Rock,Music,USD,2011-09-19,25000.00,2011-08-20 00:53:50,1820.00,failed,25,US,1820.00,1820.00,25000.00 +11596702,The Sunday Salons - A Mondern Take on the Classical Arts.,Public Art,Art,USD,2015-03-28,5000.00,2015-03-13 00:08:48,0.00,failed,0,US,0.00,0.00,5000.00 +1159672963,Artist Developement Opportunity,Indie Rock,Music,USD,2010-11-01,3500.00,2010-09-02 21:51:43,110.00,failed,2,US,110.00,110.00,3500.00 +1159674565,Clothing brand: Unite,Apparel,Fashion,USD,2016-10-12,500.00,2016-08-13 06:55:44,81.00,failed,4,US,45.00,81.00,500.00 +1159678129,Christina the Astonishing,Narrative Film,Film & Video,USD,2012-04-01,40000.00,2012-02-20 21:11:20,4536.00,failed,39,US,4536.00,4536.00,40000.00 +1159679129,art museum: John Wheeler-melech 1924-2011,Painting,Art,GBP,2014-09-04,100000.00,2014-08-05 01:10:11,0.00,failed,0,GB,0.00,0.00,162959.34 +1159683181,The Shawshank Reflection,Documentary,Film & Video,USD,2013-08-16,5000.00,2013-07-25 10:27:17,2193.00,failed,26,US,2193.00,2193.00,5000.00 +1159683562,?†hë Zhøuyi Oråçle: box set illuminating the Book of Changes,Art,Art,GBP,2016-04-03,444.00,2016-03-20 10:02:24,462.50,successful,6,GB,669.47,650.99,624.95 +1159684970,Pop Rock Band looking to record first EP: End of Arkham,Pop,Music,EUR,2014-09-02,4000.00,2014-07-24 09:34:26,0.00,failed,0,NL,0.00,0.00,5179.20 +1159688336,NavDive -- GPS-based navigation for SCUBA divers,Hardware,Technology,USD,2014-01-13,20000.00,2013-12-14 17:16:51,2163.00,failed,21,US,2163.00,2163.00,20000.00 +1159697259,Danny Fortune Presents The American Idol,Pop,Music,USD,2015-10-16,50000.00,2015-09-16 00:10:58,0.00,failed,0,US,0.00,0.00,50000.00 +1159698265,CCTV NATION | Location Based Augmented MMO Game,Video Games,Games,USD,2015-06-05,20000.00,2015-05-06 18:43:24,10469.24,failed,214,US,10469.24,10469.24,20000.00 +1159702228,Chequered Flags of Our Fathers: 6 Years On,Documentary,Film & Video,GBP,2013-03-16,22500.00,2013-02-14 11:38:53,4607.00,failed,31,GB,7225.08,6994.82,34161.82 +"1159704106,""Premiere of """"I AM The Encounter"""" in Theatre 7000 5D Dome"",Immersive,Theater,USD,2014-11-07,10000.00,2014-10-20 16:28:48,50.00,failed,1,US,50.00,50.00,10000.00" +1159707381,Caroline Keane & Tom Delany Duo Album,World Music,Music,EUR,2017-07-26,4500.00,2017-06-26 18:38:55,5111.00,successful,146,IE,33.58,5994.68,5278.04 +"1159708197,Edinburgh Escapades; Vrashka & The Spielpalast do the Fringe,Performance Art,Art,USD,2011-07-28,450.00,2011-07-01 06:21:26,765.00,successful,17,US,765.00,765.00,450.00" +1159712397,Scott Riggan // Let's make a HYMNS record!,Pop,Music,USD,2013-10-30,12000.00,2013-09-30 22:02:43,12450.00,successful,177,US,12450.00,12450.00,12000.00 +1159719401,Look Here: Camberwell Illustration 2016,Illustration,Art,GBP,2016-03-13,2500.00,2016-01-13 11:32:07,2505.00,successful,55,GB,3642.18,3629.01,3621.77 +1159722421,Breaking Fear,Fiction,Publishing,USD,2012-02-11,10000.00,2012-01-12 06:20:27,652.00,failed,23,US,652.00,652.00,10000.00 +1159734186,Mostly Sports with Morgan Watson & Friends,Radio & Podcasts,Publishing,CAD,2014-03-30,6250.00,2014-02-28 16:28:45,250.00,failed,3,CA,224.71,226.82,5670.48 +1159734350,The Poutine Wagon (Canceled),Food Trucks,Food,GBP,2015-09-17,30000.00,2015-08-20 18:12:55,895.00,canceled,27,GB,1402.77,1400.38,46940.28 +1159736986,The Escape Floating Restaurant,Restaurants,Food,CHF,2018-01-03,35000.00,2017-11-04 05:05:20,75.00,live,2,CH,75.09,76.84,35857.35 +11597401,Stadium,Tabletop Games,Games,USD,2017-02-15,10000.00,2017-02-01 22:59:21,3830.00,failed,82,US,2995.00,3830.00,10000.00 +1159746940,Alone,Tabletop Games,Games,EUR,2017-05-25,40000.00,2017-05-02 17:00:33,89213.00,successful,1187,IT,29496.99,99882.44,44783.81 +1159753711,Britanan All Stars - Relics:AL Fantasy Football Miniatures,Tabletop Games,Games,GBP,2013-01-19,5500.00,2012-12-20 11:24:20,1172.00,canceled,40,GB,1905.57,1854.08,8700.88 +1159756000,Sugapablo wants to record a new studio album.,Rock,Music,USD,2012-11-05,4000.00,2012-10-06 01:14:37,1070.00,failed,34,US,1070.00,1070.00,4000.00 +1159762941,Ghost Hunter,Software,Technology,USD,2015-06-17,2000.00,2015-05-18 05:49:11,10.00,failed,2,US,10.00,10.00,2000.00 +1159763312,THE DRAGON'S BREATH,Children's Books,Publishing,GBP,2013-06-23,6000.00,2013-05-24 12:48:39,0.00,failed,0,GB,0.00,0.00,9155.41 +1159768783,COLLIDERS Issue #2,Comics,Comics,USD,2010-11-24,2000.00,2010-10-20 20:09:06,2030.00,successful,19,US,2030.00,2030.00,2000.00 +115977900,#SaveSociety,Fashion,Fashion,USD,2014-03-05,8000.00,2014-02-03 19:21:12,15.00,failed,2,US,15.00,15.00,8000.00 +1159780398,Age of Stickmen (Android & Apple Platforms),Mobile Games,Games,USD,2015-12-30,75000.00,2015-11-25 11:59:26,86.50,failed,15,US,86.50,86.50,75000.00 +1159782897,Outer Gods and Interlopers,Tabletop Games,Games,USD,2017-11-30,10000.00,2017-10-31 08:43:51,2346.00,failed,81,US,662.00,2346.00,10000.00 +1159786242,This is not a Gamers T-Shirt,Apparel,Fashion,USD,2015-01-01,500.00,2014-12-02 00:18:35,68.00,failed,2,US,68.00,68.00,500.00 +"1159792166,""Bees and Honey, Hives and Mead! VilleBilly Bees is Buzzin'"",Farms,Food,CAD,2014-11-15,4000.00,2014-10-16 21:04:20,4084.00,successful,66,CA,3610.86,3627.00,3552.40" +1159793821,Steel meets Cherry: Furniture,Sculpture,Art,USD,2012-04-14,10000.00,2012-03-15 22:12:16,1006.00,failed,19,US,1006.00,1006.00,10000.00 +1159795061,Highway 395,Narrative Film,Film & Video,USD,2012-09-04,200000.00,2012-07-15 04:00:17,14076.00,failed,42,US,14076.00,14076.00,200000.00 +115980116,Something about Dogs (Canceled),Children's Books,Publishing,USD,2015-01-02,5000.00,2014-11-18 02:02:05,0.00,canceled,0,US,0.00,0.00,5000.00 +1159805389,The Ice Magnet - A Middle Grade Environmental Thriller,Children's Books,Publishing,USD,2013-07-11,3500.00,2013-06-01 18:01:16,962.00,failed,28,US,962.00,962.00,3500.00 +1159827124,Adopt-A-Hive,Farms,Food,CAD,2017-12-24,20000.00,2017-11-21 01:37:50,531.00,failed,4,CA,16.45,423.44,15948.96 +115982852,SLIfold - a versatile take on the slim wallet (Canceled),Product Design,Design,USD,2014-06-01,12000.00,2014-04-11 22:07:40,210.00,canceled,12,US,210.00,210.00,12000.00 +1159834517,oddJobs - Supporting Local Communities,Apps,Technology,CAD,2016-03-26,20000.00,2016-02-25 01:21:07,51.00,failed,3,CA,37.16,39.15,15351.55 +1159840720,Sapphire Gone - debut album!,Music,Music,USD,2012-07-12,1200.00,2012-06-12 01:11:03,451.00,failed,12,US,451.00,451.00,1200.00 +115984286,JUNE,Drama,Film & Video,USD,2016-05-21,10000.00,2016-04-21 16:09:01,12406.00,successful,104,US,12406.00,12406.00,10000.00 +"1159842933,""In Case of Armageddon, Break Glass (A Book That's Not About Armageddon)"",Journalism,Journalism,USD,2010-07-04,7500.00,2010-06-04 17:38:27,366.00,failed,12,US,366.00,366.00,7500.00" +1159847158,Unicorn Poop & Zombie Entrails Stuffed Scarfs,Crafts,Crafts,USD,2016-03-18,24500.00,2016-02-16 18:30:54,30608.00,successful,483,US,30608.00,30608.00,24500.00 +1159850027,Time Machine on Tour! Alchemy Art Exploring Micro and Macro,Conceptual Art,Art,GBP,2017-12-01,900.00,2017-11-01 14:31:55,75.00,failed,2,GB,99.04,101.16,1213.92 +"1159851171,""Susan Ruth Robkin says, """"All I Ever Wanted Was Everything"""""",Indie Rock,Music,USD,2013-04-05,45000.00,2013-03-06 21:02:38,11536.00,failed,79,US,11536.00,11536.00,45000.00" +1159851325,Carnet de Voyage: a book to sense the world a different way,Places,Photography,GBP,2017-07-18,2500.00,2017-06-18 20:08:17,255.00,failed,7,GB,178.92,331.29,3247.98 +1159851351,Help support my effort to record a CD of my original songs,Pop,Music,USD,2012-06-30,5000.00,2012-05-17 05:12:23,150.00,failed,4,US,150.00,150.00,5000.00 +1159861929,Last Look - Feature Film,Narrative Film,Film & Video,USD,2011-06-16,4000.00,2011-04-28 00:12:48,5345.00,successful,61,US,5345.00,5345.00,4000.00 +1159863080,Jan Marie & The Mean Reds LIVE Recorded Album + TOUR!,Jazz,Music,USD,2014-05-08,600.00,2014-04-08 02:14:08,3738.00,successful,105,US,3738.00,3738.00,600.00 +1159863516,The Harmony House Project: A College Musician's Album,Rock,Music,USD,2011-03-26,2500.00,2011-01-29 22:15:41,91.00,failed,3,US,91.00,91.00,2500.00 +1159864121,Harvest - A Microbudget Feature Film,Narrative Film,Film & Video,USD,2013-05-27,15000.00,2013-04-25 17:11:49,15682.01,successful,166,US,15682.01,15682.01,15000.00 +1159868332,Global Seek,Web,Technology,USD,2014-09-26,6000.00,2014-08-27 09:05:16,30.00,failed,4,US,30.00,30.00,6000.00 +1159868653,London Eyes,Photography,Photography,USD,2014-08-11,4000.00,2014-07-17 00:55:34,0.00,failed,0,US,0.00,0.00,4000.00 +1159870624,Subvert - Indie FPS Revolution,Video Games,Games,USD,2011-09-15,10000.00,2011-07-17 05:37:57,216.00,failed,13,US,216.00,216.00,10000.00 +115987070,Finer Words Literary Cafe,Drinks,Food,USD,2016-11-11,150000.00,2016-09-19 17:08:33,3968.00,failed,38,US,800.00,3968.00,150000.00 +1159872468,Oaxaca Studio Intensive Fundraiser,Mixed Media,Art,USD,2015-03-06,1000.00,2015-02-04 18:43:43,270.00,failed,9,US,270.00,270.00,1000.00 +1159877087,The Baby Book - Child Growth Tracker App,Apps,Technology,USD,2017-06-24,20000.00,2017-04-25 19:39:24,11.00,failed,3,US,10.00,11.00,20000.00 +1159877292,Your most memorable adventure displayed as personalized art.,Design,Design,CAD,2013-11-08,26600.00,2013-10-09 06:07:29,5501.00,failed,60,CA,5331.33,5261.60,25442.37 +"1159880217,""Poster Maps of the Forsaken Lands: III, IV, and More!"",Tabletop Games,Games,USD,2015-07-16,4000.00,2015-06-29 06:37:47,19529.00,successful,349,US,19529.00,19529.00,4000.00" +1159887097,A Guide to Backyard Mushroom Growing (Canceled),Nonfiction,Publishing,USD,2014-11-10,10000.00,2014-09-11 15:53:45,1602.00,canceled,23,US,1602.00,1602.00,10000.00 +1159895601,David Hilliard Drums (The Webseries/DVD),Mixed Media,Art,USD,2013-02-16,10000.00,2013-01-17 06:11:02,101.00,failed,6,US,101.00,101.00,10000.00 +1159901058,Home made Fudge delivered to you no matter where you live.,Food,Food,AUD,2015-08-20,5000.00,2015-07-21 17:17:15,35.00,failed,1,AU,25.75,25.67,3666.50 +1159901594,Heartbreak Quadrant: Phase Two,Comic Books,Comics,USD,2017-12-18,4000.00,2017-11-18 14:02:16,4670.75,successful,164,US,654.00,4670.75,4000.00 +1159906704,MADMAN OF MAGIC - Chapter 2,Comics,Comics,USD,2013-12-23,1065.00,2013-11-16 22:08:41,364.00,failed,16,US,364.00,364.00,1065.00 +1159908286,A Life Set Apart - Bunks for Bus!!!,Rock,Music,USD,2012-01-07,2500.00,2011-12-08 22:40:45,2688.00,successful,47,US,2688.00,2688.00,2500.00 +1159908880,Land of Zion,Tabletop Games,Games,USD,2016-11-04,110000.00,2016-10-04 18:00:41,4082.00,canceled,84,US,1503.00,4082.00,110000.00 +"1159910286,""""""Swept"""" "",Shorts,Film & Video,USD,2010-11-11,750.00,2010-10-18 10:46:38,822.00,successful,12,US,822.00,822.00,750.00" +"1159915733,music clip shoot,Music,Music,EUR,2014-12-09,950.00,2014-11-19 23:16:41,0.00,undefined,0,""N,0"""""",,0.00,1182.75" +1159918018,Into the Danger: Afghanistan's Hidden Beauty,Photobooks,Photography,USD,2014-12-24,17000.00,2014-11-24 19:45:02,863.00,failed,7,US,863.00,863.00,17000.00 +1159919866,kid enkidu • love spoken in the secret language of light,Theater,Theater,USD,2013-02-10,5000.00,2013-01-11 17:06:37,905.00,failed,20,US,905.00,905.00,5000.00 +"1159935776,""Rally for """"A Call to Mars"""""",Shorts,Film & Video,USD,2013-07-21,1000.00,2013-06-06 14:39:03,1080.00,successful,14,US,1080.00,1080.00,1000.00" +1159941276,Cooney - Issue 1,Graphic Novels,Comics,USD,2014-12-11,1500.00,2014-11-11 00:23:52,1866.00,successful,33,US,1866.00,1866.00,1500.00 +"1159943244,""NO SWEAT!! Loose the Towels, Stay dry, Get Dirty, So simple!"",Apparel,Fashion,USD,2014-09-18,600000.00,2014-08-29 22:29:58,50.00,failed,1,US,50.00,50.00,600000.00" +"1159946234,""""""Bring Me The Head Of Lance Henriksen"""" - Life in the golden ageism of Hollywood"",Documentary,Film & Video,USD,2010-08-01,20000.00,2010-06-18 08:52:42,594.00,failed,8,US,594.00,594.00,20000.00" +1159952029,Listen 2 This Compilation Album and Showcase Series,Hip-Hop,Music,USD,2015-05-12,10000.00,2015-04-27 19:01:29,0.00,failed,0,US,0.00,0.00,10000.00 +1159953027,Silhouette Photos - Wallpaper Edition,Digital Art,Art,USD,2014-05-16,5.00,2014-04-16 01:39:59,2.00,failed,2,US,2.00,2.00,5.00 +1159954528,Scriba - the stylus reinvented,Hardware,Technology,EUR,2015-08-13,65000.00,2015-07-14 10:46:49,66458.23,successful,450,IE,73959.33,74240.07,72611.09 +1159962153,Fun Holiday Soft Enamel Pins,Accessories,Fashion,USD,2017-10-25,450.00,2017-09-25 20:10:56,450.00,successful,11,US,0.00,450.00,450.00 +1159969467,Free To Be,Indie Rock,Music,USD,2015-10-10,25000.00,2015-08-28 22:53:46,3203.00,failed,50,US,3203.00,3203.00,25000.00 +1159972663,Whiskey Conspiracy Full Length Album,Rock,Music,USD,2013-08-09,2500.00,2013-06-10 00:42:55,3157.00,successful,68,US,3157.00,3157.00,2500.00 +"115997786,""Re:Note - Interactive Sticky Note, Read / Unread + Like"",Stationery,Crafts,USD,2015-11-22,3000.00,2015-10-23 19:32:42,3021.00,successful,58,US,3021.00,3021.00,3000.00" +"1159985516,""888bijou® le cadeau idéal : design, chance, amour et chic"",Jewelry,Fashion,EUR,2015-07-14,2888.00,2015-05-27 07:37:47,3336.00,successful,34,FR,3652.99,3632.56,3144.74" +1159988700,Comfort of Men,Documentary,Film & Video,USD,2011-11-28,6500.00,2011-09-29 16:31:24,456.00,canceled,12,US,456.00,456.00,6500.00 +1159995819,Super Kawaii Panda T-Shirt,Apparel,Fashion,GBP,2017-04-03,1600.00,2017-03-04 11:33:28,66.00,canceled,4,GB,104.28,81.99,1987.55 +1160003466,Come Dance With Us!,Workshops,Dance,USD,2015-09-01,50000.00,2015-07-21 19:28:05,0.00,failed,0,US,0.00,0.00,50000.00 +1160004336,Just Dance Mafia,Dance,Dance,USD,2013-09-11,5000.00,2013-08-28 03:26:46,211.00,failed,6,US,211.00,211.00,5000.00 +1160007775,Turing Tumble: Gaming on a Mechanical Computer,Tabletop Games,Games,USD,2017-06-29,48000.00,2017-05-30 13:57:55,404071.84,successful,4198,US,48859.00,404071.84,48000.00 +1160013601,Sled iPhone 5 Cases,Product Design,Design,USD,2013-01-11,15000.00,2012-11-27 03:37:19,8107.74,failed,166,US,8107.74,8107.74,15000.00 +1160027028,rarumpumpum.com - a website offering free Gospel music,Faith,Music,USD,2016-04-27,20000.00,2016-03-28 00:19:27,100.00,failed,1,US,100.00,100.00,20000.00 +1160034564,Boston 50's film called-Body of Deception-IndieBlockbuster,Drama,Film & Video,USD,2017-03-24,20000000.00,2017-01-25 21:01:23,0.00,canceled,0,US,0.00,0.00,20000000.00 +1160046240,conch fritters island style.,Small Batch,Food,USD,2015-04-15,45000.00,2015-03-16 18:31:57,1.00,failed,1,US,1.00,1.00,45000.00 +1160047477,Creating Conscious Clothing,Fashion,Fashion,USD,2017-01-06,5777.00,2016-12-07 16:52:18,0.00,failed,0,US,0.00,0.00,5777.00 +1160050747,Health (Canceled),Art,Art,USD,2011-07-24,10000.00,2011-06-16 10:24:19,315.00,canceled,8,US,315.00,315.00,10000.00 +1160076385,Book Content Ratings,Web,Technology,USD,2015-11-13,1000.00,2015-10-14 16:57:03,1002.00,successful,9,US,1002.00,1002.00,1000.00 +1160077386,Toy Soldier Shooting Gallery,Games,Games,USD,2018-01-18,4500.00,2017-12-04 02:32:18,255.00,live,2,US,0.00,255.00,4500.00 +1160084422,Water well drilling rig for developing countries,Product Design,Design,USD,2013-02-16,50000.00,2013-01-17 00:02:29,522.00,failed,22,US,522.00,522.00,50000.00 +"1160088087,""Bring Tamsin M's debut album """"Verdict to Roam"""" to the world "",Music,Music,USD,2010-12-24,20000.00,2010-10-25 22:12:26,1720.00,failed,7,US,1720.00,1720.00,20000.00" +1160102701,New Band Program,Kids,Music,USD,2014-09-26,25000.00,2014-08-27 04:11:40,0.00,failed,0,US,0.00,0.00,25000.00 +1160108871,Unique Pen and Ink of C.M. Spraggin and his book.,Illustration,Art,USD,2014-08-12,8500.00,2014-06-28 01:01:28,90.00,failed,3,US,90.00,90.00,8500.00 +1160110296,Inside The World Of Minimalism,Illustration,Art,DKK,2017-06-02,400.00,2017-05-25 23:51:24,2580.00,successful,9,DK,348.52,389.02,60.31 +1160114681,League of Supergays,Animation,Film & Video,USD,2011-11-27,5000.00,2011-10-28 09:34:56,626.00,failed,18,US,626.00,626.00,5000.00 +1160116431,The Un-Named E (Canceled),Games,Games,GBP,2016-05-16,3850.00,2016-04-16 02:25:59,1.00,canceled,1,GB,1.41,1.46,5608.89 +1160116928,Night Life Sinners (Canceled),Electronic Music,Music,USD,2016-03-01,2000.00,2016-01-31 00:13:03,6.00,canceled,1,US,6.00,6.00,2000.00 +116012507,Dream Cruisin',Documentary,Film & Video,USD,2017-08-22,5000.00,2017-06-23 05:32:34,377.00,failed,7,US,72.00,377.00,5000.00 +"1160126545,""Life, Love & Lack Thereof"",R&B,Music,USD,2015-04-16,27500.00,2015-03-12 14:50:26,1041.00,failed,12,US,1041.00,1041.00,27500.00" +1160127718,Combat Description Cards for Storytellers and GMs,Tabletop Games,Games,USD,2014-04-16,5000.00,2014-03-17 05:10:56,50863.52,successful,1349,US,50863.52,50863.52,5000.00 +1160136296,interior design (Canceled),Product Design,Design,EUR,2015-12-02,10000.00,2015-11-02 17:18:31,0.00,canceled,0,FR,0.00,0.00,10902.03 +1160136427,Borrowed Time,Shorts,Film & Video,CAD,2014-03-17,7500.00,2014-01-31 18:01:17,7900.00,successful,46,CA,7069.16,7052.94,6695.83 +1160136764,Do I Sound Gay? A Documentary About Finding Your True Voice,Documentary,Film & Video,USD,2014-05-30,115000.00,2014-04-30 18:21:13,120573.99,successful,1968,US,120573.99,120573.99,115000.00 +1160137835,Polar Ball presented by North High School Class of 1998,Dance,Dance,USD,2017-12-13,2500.00,2017-11-13 22:59:16,591.00,failed,12,US,0.00,591.00,2500.00 +1160152517,Large scale interactive art - mechanical hand,Sculpture,Art,USD,2010-12-22,1000.00,2010-11-22 20:28:39,265.00,failed,7,US,265.00,265.00,1000.00 +1160159065,Grace Media,Publishing,Publishing,USD,2017-09-04,9000.00,2017-08-05 02:43:33,11.00,failed,1,US,0.00,11.00,9000.00 +1160160778,Dungeon Box RPG Scenery by Custom Terrain,Tabletop Games,Games,AUD,2017-10-02,2000.00,2017-09-01 11:04:43,13781.00,successful,107,AU,348.59,10712.84,1554.73 +1160164276,Cours entre particuliers,Web,Technology,EUR,2015-08-25,6000.00,2015-06-26 10:28:39,5.00,failed,1,FR,5.60,5.63,6760.79 +1160166523,Rachel Peng Audiobooks,Comics,Comics,USD,2014-02-20,7000.00,2014-01-21 21:12:14,20738.00,successful,391,US,20738.00,20738.00,7000.00 +"1160174538,""Erika Davies """"Sweet Lil' Devil"""" Double-Single"",Music,Music,USD,2013-12-16,700.00,2013-12-05 23:49:07,824.00,successful,40,US,824.00,824.00,700.00" +1160176098,Home Is Where The Park Is,Shorts,Film & Video,GBP,2016-05-07,6443.00,2016-04-07 16:44:19,6621.00,successful,144,GB,9377.06,9539.93,9283.46 +1160176684,Support a Motorcycle Lover's Dream Book,Nonfiction,Publishing,USD,2013-04-12,4000.00,2013-03-13 02:36:46,0.00,failed,0,US,0.00,0.00,4000.00 +1160179699,Cops & Thugs.. At night!,Mobile Games,Games,CAD,2015-01-26,10000.00,2014-12-17 10:50:10,10415.00,successful,23,CA,8953.65,8220.21,7892.66 +1160182712,Ripple: An Interactive Kinetic Sculpture by Kevin Cook,Public Art,Art,USD,2016-05-01,5000.00,2016-03-13 06:23:45,0.00,canceled,0,US,0.00,0.00,5000.00 +1160190517,Children's books by Chase.,Children's Books,Publishing,USD,2016-06-26,10000.00,2016-05-27 18:49:11,0.00,failed,0,US,0.00,0.00,10000.00 +1160193140,Artists' Initiative Season 2012,Theater,Theater,USD,2012-01-29,10000.00,2011-11-30 23:31:50,1426.00,failed,33,US,1426.00,1426.00,10000.00 +1160200064,CDR's 10 Steps To Happiness & The Long Step Forward 2,Nonfiction,Publishing,USD,2016-02-28,5000.00,2016-01-29 05:07:37,86.00,failed,4,US,86.00,86.00,5000.00 +116020357,Looking For Alice by Sian Davey,Photobooks,Photography,GBP,2015-10-02,12000.00,2015-09-04 11:36:32,15509.70,successful,220,GB,23729.47,23523.78,18200.57 +116020462,These People Season 2,Film & Video,Film & Video,USD,2015-06-18,15000.00,2015-06-09 03:25:56,15046.00,successful,49,US,15046.00,15046.00,15000.00 +11602090,Black Beans for Everyone! Henry's Hope for All.,Nonfiction,Publishing,USD,2012-01-17,2500.00,2011-12-08 18:42:06,40.00,failed,3,US,40.00,40.00,2500.00 +1160215358,Xing Cycling: France,Apparel,Fashion,USD,2016-01-30,500.00,2015-12-21 17:25:23,69.00,failed,2,US,69.00,69.00,500.00 +1160215505,Shakespeare in the Park! A Comedy of Errors,Plays,Theater,USD,2015-03-26,5000.00,2015-02-26 06:05:59,5481.00,successful,108,US,5481.00,5481.00,5000.00 +1160217445,The Myths of Design Book,Graphic Design,Design,USD,2016-03-30,25000.00,2016-03-01 06:32:10,8225.00,failed,161,US,8225.00,8225.00,25000.00 +1160218705,Cambodian Traditional Fashion for modern time Store,Fashion,Fashion,USD,2014-11-02,200000.00,2014-09-03 21:54:37,0.00,failed,0,US,0.00,0.00,200000.00 +1160219946,Empanada House By Veronica A Cancer Survivor Chasing a Dream,Food Trucks,Food,USD,2015-02-26,100000.00,2015-01-27 15:04:19,2.00,failed,2,US,2.00,2.00,100000.00 +1160220255,Ratvac (Canceled),Hardware,Technology,USD,2015-03-19,60000.00,2015-02-02 21:26:27,430.00,canceled,4,US,430.00,430.00,60000.00 +11602265,RESTORED II - A DANCE MUSICAL PRODUCTION,Performances,Dance,USD,2015-07-17,3000.00,2015-06-30 19:43:36,1.00,failed,1,US,1.00,1.00,3000.00 +1160231603,Kal Academy,Software,Technology,USD,2014-08-20,150000.00,2014-07-21 03:12:26,130.00,failed,3,US,130.00,130.00,150000.00 +1160244973,From Pup to Pitizen,Television,Film & Video,USD,2015-05-22,75000.00,2015-04-22 04:48:23,0.00,failed,0,US,0.00,0.00,75000.00 +1160249093,Sokit Launcher,Product Design,Design,USD,2013-01-18,10000.00,2012-12-19 01:45:22,3861.00,failed,44,US,3861.00,3861.00,10000.00 +1160255628,THE AMERICAN INSIDER. A new generation of information,Radio & Podcasts,Publishing,USD,2015-12-29,20000.00,2015-11-14 20:26:27,5.00,failed,1,US,5.00,5.00,20000.00 +"1160256643,""Mama Cassie's """"Food is Love!"""" Cookbook"",Food,Food,USD,2012-10-16,12000.00,2012-09-13 22:55:12,24262.00,successful,384,US,24262.00,24262.00,12000.00" +1160259959,Special print and production of mead recipe book,Nonfiction,Publishing,USD,2012-01-30,300.00,2012-01-15 09:25:43,640.00,successful,37,US,640.00,640.00,300.00 +1160260409,Veteran Portraits Project -Together we can make a difference,People,Photography,USD,2014-07-05,13000.00,2014-05-27 02:03:32,249.00,failed,7,US,249.00,249.00,13000.00 +1160266170,newlandart85.com,Art,Art,USD,2016-03-02,1000.00,2016-02-01 21:46:15,0.00,failed,0,US,0.00,0.00,1000.00 +1160266366,Fantasy Football Tercios Team,Tabletop Games,Games,EUR,2017-06-11,2000.00,2017-05-17 18:49:08,6193.00,successful,68,ES,3775.96,6915.69,2233.39 +1160266401,Paper Clip Flowers (Canceled),Sculpture,Art,USD,2014-08-08,189.00,2014-07-09 17:39:17,0.00,canceled,0,US,0.00,0.00,189.00 +1160271028,Classy-Cliché College Poster,Graphic Design,Design,USD,2012-06-05,1000.00,2012-05-15 05:15:26,121.00,failed,15,US,121.00,121.00,1000.00 +1160273713,Mike Farley Band - New Album!,Rock,Music,USD,2015-05-02,5000.00,2015-04-02 17:11:49,6301.00,successful,71,US,6301.00,6301.00,5000.00 +1160286625,Green Suit Sam Stream On Twitch.tv,Comedy,Film & Video,USD,2015-02-19,3000.00,2015-01-20 23:49:38,1.00,failed,1,US,1.00,1.00,3000.00 +116029190,MIRACLE 7 DAYs pills+vitamins WATER Combo PILL'sMINDER,Product Design,Design,USD,2016-04-22,10000.00,2016-03-23 00:01:45,30.00,failed,1,US,30.00,30.00,10000.00 +1160292607,Legions Origins (Canceled),Fiction,Publishing,GBP,2016-05-13,5000.00,2016-04-13 10:00:23,20.00,canceled,2,GB,28.47,28.82,7204.30 +1160294018,The Amazons music video: No Control,Pop,Music,USD,2012-04-22,3000.00,2012-02-23 08:28:32,3135.50,successful,41,US,3135.50,3135.50,3000.00 +11603000,Blue Kitabu Gets Sustainable: (Used) Bookstore (Organic) Cafe and (Hip) Music Scene,Indie Rock,Music,USD,2009-11-20,10500.00,2009-09-14 03:53:19,1240.00,failed,25,US,1240.00,1240.00,10500.00 +1160301359,Screening of Love & Mercy 19th November 2015,Film & Video,Film & Video,GBP,2015-11-17,175.00,2015-10-19 16:33:56,26.00,failed,3,GB,40.14,39.64,266.82 +1160304174,A New Era of Fudge,Food,Food,USD,2014-12-30,500.00,2014-11-15 20:33:42,280.00,failed,5,US,280.00,280.00,500.00 +1160309003,Alien Adventurers - 32mm resin miniatures,Tabletop Games,Games,USD,2017-11-01,1500.00,2017-10-17 07:03:39,2636.00,successful,68,US,55.00,2636.00,1500.00 +116031492,Ian and the Bishop,Shorts,Film & Video,USD,2013-05-17,500.00,2013-04-17 17:21:21,812.00,successful,28,US,812.00,812.00,500.00 +1160323154,MultiDesk Smart Height Adjustable Workstation,Hardware,Technology,CAD,2016-09-26,50000.00,2016-08-23 20:10:16,4501.00,failed,4,CA,0.00,3419.69,37988.15 +116032436,In Love And Music by Jordan Strong,Art,Art,USD,2015-08-01,3300.00,2015-06-11 00:00:08,3323.00,successful,14,US,3323.00,3323.00,3300.00 +1160327782,Photography Expedition,Photography,Photography,GBP,2017-01-27,500.00,2016-12-28 16:56:01,1.00,failed,1,GB,0.00,1.25,627.04 +1160333923,Tour De Force,Comedy,Film & Video,EUR,2017-03-15,5000.00,2017-02-13 22:40:05,5716.29,successful,153,FR,363.94,6137.57,5368.49 +1160334976,Micro-Press Yearbook 2014,Comics,Comics,USD,2015-06-25,250.00,2015-06-14 17:30:56,797.00,successful,66,US,797.00,797.00,250.00 +1160337118,Malt • New England,Restaurants,Food,USD,2016-02-15,79000.00,2015-12-17 13:44:48,2157.00,failed,17,US,2157.00,2157.00,79000.00 +1160337815,Project Title (Canceled),Publishing,Publishing,GBP,2016-04-25,12900.00,2016-03-28 03:40:58,480.00,canceled,8,GB,678.45,701.50,18852.76 +1160340048,USA & China: Through the Eyes of Children,Photography,Photography,USD,2011-12-17,5000.00,2011-11-17 01:13:30,0.00,failed,0,US,0.00,0.00,5000.00 +1160347784,Explore the La Ruta Maya,Documentary,Film & Video,USD,2012-02-13,6500.00,2012-01-14 11:06:29,560.00,failed,8,US,560.00,560.00,6500.00 +"1160349822,"" """"A TERRIBLE LIE,"""" a new play by Jim Reyland "",Theater,Theater,USD,2010-10-15,3500.00,2010-08-18 17:20:54,45.00,failed,3,US,45.00,45.00,3500.00" +1160351006,Whiskey Mountain Conservation Camp Renovation-historic,Architecture,Design,USD,2016-09-03,100000.00,2016-07-05 15:59:40,2807.00,failed,12,US,205.00,2807.00,100000.00 +"116035244,""Honey, I Love You! Where Is The TV Remote?"",Nonfiction,Publishing,USD,2011-02-28,50000.00,2010-11-30 19:20:03,179.00,failed,3,US,179.00,179.00,50000.00" +1160353042,Duplex-Turn your IPhone case into a second phone,Gadgets,Technology,USD,2016-05-11,5000.00,2016-04-01 14:32:31,9722.00,successful,156,US,9722.00,9722.00,5000.00 +1160353950,Kansas City Speed Boys,Webseries,Film & Video,USD,2017-04-08,1000.00,2017-02-07 04:48:10,1.00,failed,1,US,0.00,1.00,1000.00 +1160361586,3 fools and a make up artist - Budapest to Bamako,Documentary,Film & Video,GBP,2013-02-23,45000.00,2013-01-24 09:29:11,10760.00,failed,14,GB,17038.63,16176.80,67653.91 +1160370879,Krynea Battlefield - 1-4 players tactics card game,Tabletop Games,Games,USD,2014-07-06,22000.00,2014-06-06 21:00:32,4555.00,failed,97,US,4555.00,4555.00,22000.00 +1160370903,Lady Gaga Enamel Pins,Art,Art,USD,2017-09-16,300.00,2017-07-18 21:34:13,325.00,successful,15,US,5.00,325.00,300.00 +1160372798,the3Dpodcast (Canceled),Webseries,Film & Video,USD,2013-01-17,1875.00,2012-12-18 18:07:08,0.00,canceled,0,US,0.00,0.00,1875.00 +1160386590,5e Critical Hit Decks for Players and GMs! Only $12!,Tabletop Games,Games,USD,2016-05-02,1000.00,2016-04-15 21:10:28,37765.00,successful,828,US,37765.00,37765.00,1000.00 +1160396039,The Substitutes,Animation,Film & Video,USD,2016-05-29,3330.00,2016-04-29 16:55:20,0.00,failed,0,US,0.00,0.00,3330.00 +1160407718,Ashbrook Clothing,Fashion,Fashion,USD,2012-03-26,3000.00,2012-01-26 03:44:21,0.00,failed,0,US,0.00,0.00,3000.00 +1160409492,Wag More Bark Less new designs,Product Design,Design,USD,2014-03-16,10000.00,2014-02-14 21:23:55,481.00,failed,25,US,481.00,481.00,10000.00 +1160413564,LuvQuest.com - The social network for singles!,Web,Technology,USD,2015-01-21,55000.00,2014-12-19 23:01:27,2.00,failed,1,US,2.00,2.00,55000.00 +1160417584,Grounded,Thrillers,Film & Video,GBP,2016-08-14,10000.00,2016-07-15 15:14:52,1.00,failed,1,GB,0.00,1.31,13087.98 +1160418982,ESL - The most interactive scripted show ever! (Canceled),Comedy,Film & Video,USD,2016-06-09,100000.00,2016-05-10 19:38:43,27335.00,canceled,115,US,27335.00,27335.00,100000.00 +1160424586,THE VILLAIN: An Original Graphic Novel,Comics,Comics,USD,2010-06-02,2000.00,2010-04-15 17:17:30,2280.00,successful,41,US,2280.00,2280.00,2000.00 +116042654,EZ Ramp,Technology,Technology,USD,2016-01-19,54000.00,2015-12-01 15:10:21,350.00,failed,1,US,350.00,350.00,54000.00 +1160439667,*Coin Pouch*,Product Design,Design,USD,2013-12-07,1500.00,2013-11-07 22:29:32,371.00,failed,13,US,371.00,371.00,1500.00 +1160442158,Garden Adventures,Tabletop Games,Games,EUR,2016-11-20,6000.00,2016-10-21 16:00:18,131.00,failed,8,NL,2.20,138.76,6355.19 +1160443584,Mouthpiece (short film and series pilot) (Canceled),Shorts,Film & Video,USD,2011-01-01,6000.00,2010-11-02 01:08:05,0.00,canceled,0,US,0.00,0.00,6000.00 +1160453707,Iraq on the Ground:A Counterintelligence Perspective,Nonfiction,Publishing,USD,2012-12-17,35000.00,2012-11-09 00:50:16,80.00,failed,3,US,80.00,80.00,35000.00 +1160465352,What Tha Funk,Music,Music,MXN,2017-09-13,50000.00,2017-08-14 01:15:14,1500.00,failed,6,MX,8.41,84.90,2829.98 +1160466537,Awetiko Native Shoeware,Footwear,Fashion,USD,2016-03-18,12000.00,2016-02-17 12:28:18,2.00,failed,2,US,2.00,2.00,12000.00 +116046887,RETURN OF THE LIGHT: The Year the People Retook America,Publishing,Publishing,USD,2012-11-07,19270.00,2012-10-16 17:02:28,1623.00,failed,33,US,1623.00,1623.00,19270.00 +1160472156,THE BEST FRIEND (a short film),Romance,Film & Video,USD,2013-10-09,18000.00,2013-09-09 18:37:00,19171.00,successful,269,US,19171.00,19171.00,18000.00 +1160474144,SAVE A FASHION SCHOOL!!,Fashion,Fashion,USD,2014-02-17,50000.00,2014-01-18 20:18:37,628.00,failed,24,US,628.00,628.00,50000.00 +1160475376,CompuTach - Computer Performance Monitor,Gadgets,Technology,USD,2017-09-16,15000.00,2017-08-16 12:25:08,4586.00,failed,78,US,663.00,4586.00,15000.00 +1160478203,The Energyzer Backrest (TM),Product Design,Design,USD,2016-09-03,150000.00,2016-07-05 20:33:16,175.00,failed,3,US,126.00,175.00,150000.00 +1160478232,Hood,Video Games,Games,AUD,2016-11-17,5000.00,2016-10-18 06:27:00,250.00,failed,17,AU,41.77,184.84,3696.86 +1160481386,Diced-Strategic Card & Dice Game,Playing Cards,Games,USD,2017-05-12,10000.00,2017-04-12 04:14:42,117.00,failed,7,US,0.00,117.00,10000.00 +1160486448,iZen Bamboo Keyboard for iPad (or any device with bluetooth),Product Design,Design,USD,2012-04-14,18000.00,2012-03-14 16:11:39,26436.00,successful,245,US,26436.00,26436.00,18000.00 +1160493031,G (green) REVOLUTION,Fashion,Fashion,USD,2013-07-21,1200.00,2013-06-21 02:34:29,60.00,failed,4,US,60.00,60.00,1200.00 +116049355,UC Berkeley Alumni Literary Anthology,Nonfiction,Publishing,USD,2009-11-20,500.00,2009-08-27 19:05:58,925.00,successful,11,US,925.00,925.00,500.00 +1160494455,PROTEUS,Science Fiction,Film & Video,GBP,2014-09-02,8000.00,2014-08-03 05:37:17,100.00,failed,8,GB,168.77,162.96,13036.75 +116049882,Gorilla Warfare,Tabletop Games,Games,USD,2017-02-23,2500.00,2017-01-24 16:04:35,112.00,canceled,7,US,91.00,112.00,2500.00 +1160501599,Krazy Ketchup,Food,Food,USD,2012-03-25,21500.00,2012-01-25 16:48:57,952.00,failed,18,US,952.00,952.00,21500.00 +1160512034,reCAP Mason Jar Caps,Product Design,Design,USD,2011-11-08,10000.00,2011-09-24 18:24:45,16325.00,successful,824,US,16325.00,16325.00,10000.00 +1160518033,53 More Things to do in Zero Gravity - Lancaster Degree Show,Art,Art,GBP,2017-04-04,900.00,2017-03-14 20:05:53,906.00,successful,31,GB,249.64,1125.45,1118.00 +1160521149,$5 Art Project,Mixed Media,Art,USD,2015-04-05,100.00,2015-03-06 03:37:34,158.00,successful,16,US,158.00,158.00,100.00 +1160522601,The S.T.Y.L.E. EP (Soundtrack To Your Lovely Existence),Hip-Hop,Music,USD,2013-08-24,1500.00,2013-07-25 20:15:19,0.00,failed,0,US,0.00,0.00,1500.00 +1160523605,TICKET TO RIDE A COMEDY ABOUT THE MIDDLE EAST,Narrative Film,Film & Video,USD,2014-04-05,10000.00,2014-02-04 04:17:20,181.00,failed,6,US,181.00,181.00,10000.00 +1160526906,The Elves of Kandar: Book One,Fiction,Publishing,USD,2014-06-01,500.00,2014-04-04 06:18:19,357.00,failed,7,US,357.00,357.00,500.00 +1160530335,Spirituals and Hymns: Songs from My Heart,Classical Music,Music,USD,2015-10-13,8500.00,2015-08-29 18:55:22,1250.00,failed,13,US,1250.00,1250.00,8500.00 +1160534862,iStroll Kid - iPad Holder for a Child's Stroller,Product Design,Design,USD,2013-03-14,10000.00,2013-01-28 02:56:09,445.00,failed,10,US,445.00,445.00,10000.00 +1160535226,Children's Fantastic Flashcards for Arabic Alphabet,Publishing,Publishing,USD,2013-03-15,1500.00,2013-02-12 20:29:20,140.00,failed,6,US,140.00,140.00,1500.00 +1160560609,Who We Are,Web,Journalism,EUR,2015-07-26,2000.00,2015-06-26 20:07:24,2430.10,successful,45,DE,2723.42,2665.08,2193.39 +"1160564095,""D.O.S: """"Defenders Of Space"""" an indie game"",Video Games,Games,USD,2014-04-14,1500.00,2014-03-24 23:41:24,183.00,failed,11,US,183.00,183.00,1500.00" +1160564355,Moulting: The Anthropomorphism of Everyday Life,Painting,Art,USD,2011-08-17,10000.00,2011-06-18 02:43:03,1110.00,failed,20,US,1110.00,1110.00,10000.00 +1160565905,Local Organic Gardens Inside Colorado (L.O.G.I.C.),Community Gardens,Food,USD,2016-09-14,75000.00,2016-08-24 19:34:10,12.00,canceled,3,US,9.00,12.00,75000.00 +1160569792,i am convicted,Nonfiction,Publishing,USD,2012-04-07,15000.00,2012-03-08 19:00:33,3521.00,failed,64,US,3521.00,3521.00,15000.00 +1160572663,I want to start a YouTube channel,Academic,Publishing,USD,2014-09-18,5000.00,2014-08-19 01:49:54,0.00,failed,0,US,0.00,0.00,5000.00 +"1160579381,""Dinner, a farm-to-table restaurant"",Food,Food,USD,2013-12-15,50000.00,2013-10-16 20:15:57,14827.00,failed,98,US,14827.00,14827.00,50000.00" +1160591643,Aspergers: What Animals Taught Me About Living Life,Nonfiction,Publishing,USD,2017-08-24,2000.00,2017-07-25 09:06:31,60.00,failed,3,US,20.00,60.00,2000.00 +"1160593610,""An Ambulance for Iztapa, Guatemala"",Documentary,Film & Video,USD,2014-10-25,52026.00,2014-09-25 17:41:16,0.00,failed,0,US,0.00,0.00,52026.00" +1160598387,Speedsuit Powers Independent Film,Film & Video,Film & Video,USD,2011-07-01,50000.00,2011-06-01 13:40:36,3301.00,failed,31,US,3301.00,3301.00,50000.00 +1160605721,The Bitterroot Project,Music,Music,USD,2017-12-13,9000.00,2017-11-03 16:25:31,9084.43,successful,96,US,619.00,9084.43,9000.00 +1160608956,Evo Room - An Innovative Personal Growth Training Experience,Product Design,Design,USD,2016-02-19,35000.00,2016-01-17 00:33:42,35634.00,successful,195,US,35634.00,35634.00,35000.00 +1160610340,Les Jouets n'ont pas de zizi ! A Bilingual children book,Children's Books,Publishing,EUR,2016-12-25,1400.00,2016-11-25 18:58:29,1508.00,successful,53,FR,337.13,1589.58,1475.73 +1160614169,Dragon cabinet handle - 3D printed,Design,Design,EUR,2017-01-31,2000.00,2017-01-10 19:54:46,2418.00,successful,19,DE,357.90,2597.18,2148.20 +1160615150,Emerald Rae is going solo!,Country & Folk,Music,USD,2012-10-16,3500.00,2012-09-06 18:39:44,4417.00,successful,101,US,4417.00,4417.00,3500.00 +1160625722,The Yogi™,Film & Video,Film & Video,USD,2011-09-10,6000.00,2011-07-29 19:17:29,6595.48,successful,117,US,6595.48,6595.48,6000.00 +1160640951,PG Sports,Fashion,Fashion,USD,2014-03-17,5000.00,2014-02-14 02:00:19,5275.00,successful,45,US,5275.00,5275.00,5000.00 +1160646632,Young Adult Adventure Series Full of Action and Life Lessons,Young Adult,Publishing,USD,2016-06-03,1000.00,2016-05-04 02:31:28,2.00,failed,2,US,2.00,2.00,1000.00 +1160649426,Borrow your wardrobe online,Apparel,Fashion,EUR,2016-12-19,8000.00,2016-11-25 11:38:21,9824.00,successful,167,NL,526.76,10262.20,8356.84 +"1160649895,""WORLDS OF WANDER plus """"Secret Spaceship Club"""" Game!"",Video Games,Games,USD,2013-03-02,400000.00,2013-02-04 14:21:11,107766.07,failed,1068,US,107766.07,107766.07,400000.00" +1160650351,Slate - Mobile LapDesk,Product Design,Design,USD,2013-12-10,6500.00,2013-11-25 20:27:21,111412.50,successful,1108,US,111412.50,111412.50,6500.00 +1160664280,Simply LUMI - A Minimalist and Connected Lamp,Product Design,Design,USD,2017-03-20,9000.00,2017-02-07 02:39:00,10379.60,successful,107,US,440.00,10379.60,9000.00 +1160665261,Vacation Living - Pilot,Television,Film & Video,USD,2017-03-19,2500.00,2017-02-27 22:51:58,0.00,canceled,0,US,0.00,0.00,2500.00 +1160667131,Broad Language: my first collection of short stories.,Fiction,Publishing,USD,2017-03-17,2000.00,2017-03-02 05:57:07,3451.07,successful,64,US,1176.00,3451.07,2000.00 +1160680318,RAW Aparel,Apparel,Fashion,GBP,2015-04-26,5000.00,2015-03-27 19:41:26,43.00,failed,3,GB,64.01,66.36,7716.41 +1160684950,The Dreamland Chronicles Book FIVE!!!,Comics,Comics,USD,2011-09-07,9000.00,2011-07-09 18:05:53,13851.02,successful,198,US,13851.02,13851.02,9000.00 +1160694833,Ichabod Empire,Fiction,Publishing,USD,2011-11-27,13153.00,2011-09-28 05:14:46,140.00,failed,4,US,140.00,140.00,13153.00 +"1160696243,""Tastes like love... that is, if love were effervescent"",Food,Food,USD,2013-06-25,2600.00,2013-06-10 18:50:07,2776.00,successful,33,US,2776.00,2776.00,2600.00" +1160704632,Help me bring this EP to the world!,Indie Rock,Music,USD,2012-10-25,1500.00,2012-09-25 00:33:44,103.00,failed,7,US,103.00,103.00,1500.00 +"1160711686,""""""Cupid's Requiem"""" SAG ULB Feature Film"",Narrative Film,Film & Video,USD,2012-07-02,2000.00,2012-06-02 13:51:15,2076.00,successful,48,US,2076.00,2076.00,2000.00" +1160715599,A Walk Along the Shore • Loving the Great Lakes,Digital Art,Art,USD,2013-06-12,5000.00,2013-05-13 03:04:27,5296.00,successful,48,US,5296.00,5296.00,5000.00 +1160727363,Reality Undone,Technology,Technology,USD,2016-10-16,7000.00,2016-09-01 00:39:32,300.00,failed,1,US,0.00,300.00,7000.00 +1160727478,LED .gif .jpg T-Shirt,Apparel,Fashion,EUR,2016-07-19,9999.00,2016-06-16 01:18:53,0.00,failed,0,DE,0.00,0.00,11012.84 +1160728515,The Bynum.Dandy Project presents: Cree Wins the Day!,Children's Books,Publishing,USD,2017-03-05,3500.00,2017-02-01 03:38:05,3920.00,successful,103,US,10.00,3920.00,3500.00 +1160744276,Ride with a rockstar!,Music,Music,USD,2017-05-29,150000.00,2017-04-14 07:43:46,0.00,canceled,0,US,0.00,0.00,150000.00 +1160748640,You are what you eat!,Apps,Technology,AUD,2015-03-18,50000.00,2015-01-17 02:57:04,0.00,failed,0,AU,0.00,0.00,38517.83 +1160755276,Custom Outdoor Stone Pool Tables - Natural Element Billiards,Games,Games,USD,2016-01-04,5000.00,2015-11-05 17:57:06,51.00,failed,2,US,51.00,51.00,5000.00 +1160763687,Fireball Newsflash Crosswords,Puzzles,Games,USD,2014-06-30,8000.00,2014-06-19 03:28:23,8485.00,successful,432,US,8485.00,8485.00,8000.00 +1160776607,Heroic Comic Studios,Comics,Comics,USD,2017-01-01,1500.00,2016-12-02 02:53:41,0.00,failed,0,US,0.00,0.00,1500.00 +"1160779930,""Zahota, a wineskin for the 21st century"",Product Design,Design,USD,2014-12-05,25000.00,2014-11-05 13:26:50,12539.63,failed,111,US,12539.63,12539.63,25000.00" +1160784314,Help me record my self-titled EP,Indie Rock,Music,USD,2012-04-02,2000.00,2012-02-02 04:35:53,7.00,failed,1,US,7.00,7.00,2000.00 +1160784633,GREAT BEAR's Magic Fantasy Dream Dance!,Music,Music,USD,2016-09-04,7000.00,2016-08-05 02:50:47,10111.00,successful,239,US,1641.00,10111.00,7000.00 +1160789455,Seven Days Lost set to release new CD for 2013,Rock,Music,USD,2013-03-09,2600.00,2013-02-06 04:33:34,942.00,failed,23,US,942.00,942.00,2600.00 +1160789549,Power to Christmas! - SHS Band Piece,Music,Music,USD,2015-05-14,1000.00,2015-04-14 03:35:40,121.00,failed,3,US,121.00,121.00,1000.00 +"1160792193,""Reissue """"More Miserable Than You'll Ever Be"""" On 180g Vinyl!"",Music,Music,USD,2017-09-01,10000.00,2017-08-07 23:11:29,21155.00,successful,317,US,5901.00,21155.00,10000.00" +"1160795708,""""""Legions of Clay"""""",Fine Art,Photography,USD,2017-09-18,12000.00,2017-08-04 22:48:06,280.00,failed,5,US,0.00,280.00,12000.00" +1160795784,Autobiography of My Life After Surviving Attempted Murder,Nonfiction,Publishing,USD,2013-07-01,3000.00,2013-05-02 05:26:42,11.00,failed,2,US,11.00,11.00,3000.00 +1160797176,CURLY PETZ - A Fun Wearable Plush Pet That Holds on to You,Product Design,Design,USD,2017-03-03,15000.00,2017-01-17 09:06:32,15268.00,successful,140,US,1129.00,15268.00,15000.00 +1160817123,Catching the dream - (autobiographical reality documentary),Experimental,Film & Video,AUD,2017-11-27,15000.00,2017-09-29 10:52:27,2.00,failed,2,AU,0.00,1.51,11360.19 +1160823616,9 Queens is Off The Rook,Games,Games,USD,2016-05-02,2000.00,2016-04-16 21:17:19,2085.00,successful,14,US,2085.00,2085.00,2000.00 +1160825024,Mamacitas Cafe :: Workforce Development for Female Youth,Small Batch,Food,USD,2014-10-13,15000.00,2014-09-10 19:48:52,16301.00,successful,255,US,16301.00,16301.00,15000.00 +1160825851,Wastelanders: 2048 - A Card Game,Tabletop Games,Games,USD,2016-03-19,6500.00,2016-02-23 22:38:24,8267.00,successful,155,US,8267.00,8267.00,6500.00 +1160826372,The Rise and Fall of Carson Yeung by Daniel Ivery,Journalism,Journalism,GBP,2013-07-26,500.00,2013-06-26 09:34:14,1318.15,successful,61,GB,2032.89,2029.92,769.99 +1160835470,Jesse Alexander's Independent Debut Album,Indie Rock,Music,USD,2013-05-09,2500.00,2013-04-09 04:27:33,2500.00,successful,52,US,2500.00,2500.00,2500.00 +1160839132,No.... It's Vitiligo A Documentary,Film & Video,Film & Video,USD,2016-09-09,22000.00,2016-08-10 18:00:31,323.00,failed,4,US,108.00,323.00,22000.00 +1160842139,Hearts in Notes CD,Music,Music,USD,2013-03-22,2500.00,2013-02-20 15:22:01,100.00,failed,1,US,100.00,100.00,2500.00 +"1160844274,""Dandelion Moon, One Dog's Journey...Many Dogs in Need"",Children's Books,Publishing,USD,2011-05-31,10000.00,2011-05-01 15:06:09,1472.00,failed,21,US,1472.00,1472.00,10000.00" +"1160846992,""""""OF DICE AND MEN"""" Southeastern Theatrical Premiere"",Theater,Theater,USD,2011-08-29,1200.00,2011-07-18 17:22:54,1661.00,successful,49,US,1661.00,1661.00,1200.00" +116084816,The Battle for Turtle Island: Buffalo Wars,Tabletop Games,Games,USD,2012-09-15,3000.00,2012-07-17 22:51:29,90.00,failed,3,US,90.00,90.00,3000.00 +1160853887,The Fields Where We Used to Run,Nonfiction,Publishing,USD,2012-03-11,2500.00,2012-01-11 22:52:26,55.00,failed,3,US,55.00,55.00,2500.00 +1160860410,The Joys of Being a Little Black Boy,Children's Books,Publishing,USD,2017-07-01,7500.00,2017-06-01 05:32:44,9102.00,successful,193,US,337.00,9102.00,7500.00 +1160860522,Performance Theater for Young Artists (PTYA),Musical,Theater,USD,2015-09-19,5000.00,2015-08-20 08:37:31,0.00,failed,0,US,0.00,0.00,5000.00 +1160868530,Home - The Journey Through International Adoption,Documentary,Film & Video,USD,2012-05-11,30000.00,2012-04-11 17:25:25,685.00,failed,10,US,685.00,685.00,30000.00 +1160872133,Reclamation: An Inspiring Film With A Clear Biblical Message,Family,Film & Video,USD,2017-05-17,5000.00,2017-04-18 08:15:24,5545.00,successful,72,US,241.00,5545.00,5000.00 +1160874668,MMA Candy TV Project ,Film & Video,Film & Video,USD,2011-04-07,2900.00,2011-02-15 14:14:19,300.00,failed,3,US,300.00,300.00,2900.00 +1160883039,Diablo's Crow Production,Shorts,Film & Video,USD,2012-08-05,5500.00,2012-07-06 15:06:19,1342.00,failed,14,US,1342.00,1342.00,5500.00 +"1160884212,""Mine To Love: Songs of Dark Fairytales, Love & Enchantment"",Country & Folk,Music,USD,2012-06-09,3000.00,2012-05-19 07:01:31,3330.00,successful,64,US,3330.00,3330.00,3000.00" +1160887645,Power to the Freight Shed: Building a Winter Farmers' Market,Food,Food,USD,2012-04-01,18000.00,2012-02-22 13:24:26,18448.00,successful,237,US,18448.00,18448.00,18000.00 +1160887961,5Threats: Cyber threats defense is Educate->Protect->Verify,Software,Technology,USD,2016-12-10,200000.00,2016-10-21 14:25:56,0.00,canceled,0,US,0.00,0.00,200000.00 +1160897408,Shaw Rising: The Story of the 1st Black College in the South,Documentary,Film & Video,USD,2017-05-06,78500.00,2017-04-05 13:50:34,130.00,canceled,5,US,130.00,130.00,78500.00 +1160897670,100 Postcards To Trump,Art,Art,USD,2017-02-25,150.00,2017-01-26 19:47:35,21.00,failed,4,US,20.00,21.00,150.00 +1160898614,Leviathan - Issue 1,Comics,Comics,USD,2013-01-03,500.00,2012-12-04 23:23:18,631.00,successful,22,US,631.00,631.00,500.00 +1160901776,An LGBT Haunting Blast From the Past,Fiction,Publishing,USD,2016-01-31,1200.00,2015-12-30 07:18:00,122.00,failed,4,US,122.00,122.00,1200.00 +"1160902557,""Miss United States , Ms. Georgia-The United Story"",Documentary,Film & Video,USD,2016-07-20,2000.00,2016-06-23 20:25:23,12.00,failed,2,US,0.00,12.00,2000.00" +1160903712,Mama's big spoon & heavenly creation's eatery,Food,Food,USD,2017-06-27,70000.00,2017-05-13 12:19:34,0.00,failed,0,US,0.00,0.00,70000.00 +1160945311,Reduction and Design,Art Books,Publishing,GBP,2015-12-09,100.00,2015-11-24 12:11:48,237.00,successful,21,GB,359.46,359.24,151.58 +116095382,Andrew Delaney is Making a New Record!,Country & Folk,Music,USD,2014-01-31,6000.00,2014-01-01 19:00:19,6185.00,successful,54,US,6185.00,6185.00,6000.00 +1160959365,CITY OF RUIN: EndangeredThoughts' 1st Feature Film,Film & Video,Film & Video,USD,2011-07-02,3250.00,2011-04-28 08:57:13,0.00,failed,0,US,0.00,0.00,3250.00 +"1160962977,""""""Amp"""" A Story About a Robot"",Animation,Film & Video,USD,2014-06-27,512.00,2014-06-11 04:52:54,138.00,failed,8,US,138.00,138.00,512.00" +1160963527,Faun: The Short Film (Canceled),Animation,Film & Video,USD,2015-12-15,2500.00,2015-10-16 21:44:11,0.00,canceled,0,US,0.00,0.00,2500.00 +1160963633,The Glenn Goode Story,Documentary,Film & Video,USD,2014-12-25,450.00,2014-11-26 18:09:11,626.00,successful,12,US,626.00,626.00,450.00 +1160973044,EcoFashion Service (Canceled),Apparel,Fashion,USD,2015-11-17,25000.00,2015-10-15 02:43:04,2324.00,canceled,34,US,2324.00,2324.00,25000.00 +1160975281,THE SEARCH - How I Met My Father William Shatner,Nonfiction,Publishing,USD,2016-08-31,20000.00,2016-08-01 14:43:06,0.00,canceled,0,US,0.00,0.00,20000.00 +1160976201,Fallen Sky 2 [RPG][Postnuclear Adventure][PC][Andoid],Video Games,Games,EUR,2017-12-30,1500.00,2017-11-30 00:13:51,45.00,canceled,1,DE,0.00,54.20,1806.75 +1160979154,Anemone,Shorts,Film & Video,GBP,2014-01-12,2400.00,2013-12-28 18:24:52,3060.00,successful,29,GB,5031.26,5031.07,3945.94 +1160983179,HustleMania Shirts,Apparel,Fashion,USD,2014-10-19,3000.00,2014-09-19 03:38:20,1.00,failed,1,US,1.00,1.00,3000.00 +1160984110,Take Me Home,Narrative Film,Film & Video,USD,2016-12-02,8500.00,2016-11-02 19:17:00,8670.33,successful,71,US,1248.59,8670.33,8500.00 +1160984746,Awesome,Theater,Theater,GBP,2014-09-12,15000.00,2014-08-13 12:51:36,0.00,failed,0,GB,0.00,0.00,24349.07 +"1160997350,""CALIFORTUNATE: A Responsible, USA Made Clothing Company"",Apparel,Fashion,USD,2016-07-11,15000.00,2016-06-06 16:59:28,108.00,failed,3,US,58.00,108.00,15000.00" +1160999685,Monarques First Full Length Album,Indie Rock,Music,USD,2010-10-19,1500.00,2010-08-20 23:56:57,1745.50,successful,30,US,1745.50,1745.50,1500.00 +1161003842,The Wanderers,Photography,Photography,USD,2014-01-12,20000.00,2013-12-03 20:36:21,3563.00,failed,54,US,3563.00,3563.00,20000.00 +1161007797,The Dancing Ecologist ,Dance,Dance,USD,2010-07-07,1000.00,2010-05-22 02:07:25,1066.00,successful,33,US,1066.00,1066.00,1000.00 +1161011284,A Veteran's Dream Job...Caribbean Creole Food Truck!,Food Trucks,Food,USD,2014-07-06,60000.00,2014-05-22 01:56:42,996.00,failed,22,US,996.00,996.00,60000.00 +"1161012222,""LOST AND FOUND documentary,adoption,death,& coming together"",Shorts,Film & Video,USD,2011-01-18,3950.00,2010-11-14 21:53:21,4362.00,successful,37,US,4362.00,4362.00,3950.00" +1161025323,Universal Logic Frequency Generator,Hardware,Technology,USD,2017-05-21,2000.00,2017-04-23 06:57:20,2345.00,successful,17,US,442.00,2345.00,2000.00 +116102718,MICHELLE TRAN's debut EP & Music Video!,Pop,Music,USD,2013-03-13,8000.00,2013-02-11 01:02:10,8135.00,successful,80,US,8135.00,8135.00,8000.00 +1161028560,THE TRANSFORMING POWER OF MUSIC,Documentary,Film & Video,USD,2013-08-11,50000.00,2013-07-20 01:19:16,70.00,failed,2,US,70.00,70.00,50000.00 +"1161030110,""International """"Fire Rescue"""" Project"",Journalism,Journalism,USD,2017-09-17,25000.00,2017-08-26 14:38:41,9.00,failed,1,US,9.00,9.00,25000.00" +1161042680,DERIKOZA: Spring 2011 Collection,Fashion,Fashion,USD,2011-04-17,1800.00,2011-03-17 16:37:08,2345.00,successful,24,US,2345.00,2345.00,1800.00 +1161043947,NEW Occasional Mustache Album!,Country & Folk,Music,USD,2014-01-10,3000.00,2013-11-26 03:32:04,3500.00,successful,61,US,3500.00,3500.00,3000.00 +1161054647,Aerial Dinner Theater,Dance,Dance,USD,2011-08-02,1000.00,2011-06-18 22:19:38,1001.00,successful,7,US,1001.00,1001.00,1000.00 +1161057805,Spears of the Dawn RPG,Tabletop Games,Games,USD,2012-11-09,3000.00,2012-10-10 00:19:32,10121.50,successful,435,US,10121.50,10121.50,3000.00 +1161058473,Mein Kampervan,Theater,Theater,GBP,2015-02-18,1650.00,2015-01-20 22:40:39,1702.00,successful,37,GB,2576.35,2616.93,2536.98 +1161062732,Digital storage and online community for collectors,Apps,Technology,CAD,2015-04-03,167000.00,2015-02-17 12:07:56,3723.00,failed,32,CA,2994.26,2939.83,131869.87 +"1161067539,""Food-truck 100 % carnivore : """"Le camion qui grille"""""",Food Trucks,Food,EUR,2016-11-26,8000.00,2016-10-12 19:41:13,0.00,failed,0,FR,0.00,0.00,8513.63" +116107033,Sleepy Stroll: Stroller Tire Straps,Design,Design,USD,2017-09-04,1500.00,2017-08-05 00:41:52,338.00,failed,6,US,0.00,338.00,1500.00 +1161071958,The Struggle- TV series,Comedy,Film & Video,USD,2015-09-25,1100.00,2015-09-04 02:02:19,0.00,failed,0,US,0.00,0.00,1100.00 +1161076354,Glitter Mermaid Enamel Pin,Illustration,Art,GBP,2017-09-07,400.00,2017-08-08 16:13:35,91.00,failed,9,GB,96.62,120.25,528.56 +1161081476,Beatz & Mindz Album Release Fundraiser,Hip-Hop,Music,USD,2014-09-19,2000.00,2014-08-25 17:19:37,2265.00,successful,57,US,2265.00,2265.00,2000.00 +"1161083209,""Book: """"Waves: Living with the Ocean on Block Island."""""",Art Books,Publishing,USD,2012-08-15,2500.00,2012-07-25 02:45:43,2610.00,successful,12,US,2610.00,2610.00,2500.00" +116111051,BRASS - The movie,Documentary,Film & Video,USD,2010-10-27,1500.00,2010-09-27 19:31:24,0.00,failed,0,US,0.00,0.00,1500.00 +1161114117,The Descendency: Super Human adversaries to the Vampire!,Comics,Comics,USD,2011-04-19,35000.00,2011-03-19 19:49:13,485.00,failed,6,US,485.00,485.00,35000.00 +1161117025,Casablanca to Capetown,Documentary,Film & Video,USD,2012-01-21,4000.00,2011-11-22 20:24:51,185.00,failed,4,US,185.00,185.00,4000.00 +1161127388,HipnòsE,Digital Art,Art,EUR,2015-10-06,3000.00,2015-08-27 21:45:34,30.00,failed,1,IT,34.58,34.09,3408.59 +1161145674,The Private Space Docuseries,Webseries,Film & Video,USD,2015-05-17,10000.00,2015-04-17 23:26:00,1680.00,failed,38,US,1680.00,1680.00,10000.00 +1161146190,Teach Me Socks (Canceled),Childrenswear,Fashion,USD,2016-01-28,2500.00,2015-12-29 18:49:26,13.00,canceled,1,US,13.00,13.00,2500.00 +1161146667,Relationship Book for Publication,Fiction,Publishing,USD,2012-10-26,849.00,2012-10-08 18:30:01,0.00,failed,0,US,0.00,0.00,849.00 +"1161148029,"""""" The Amazing adventures of Prince Alex & Princess Dee Dee"""""",Publishing,Publishing,USD,2015-11-21,5216.00,2015-10-22 22:58:10,0.00,undefined,0,""N,0"""""",,0.00,5216.00" +1161148939,Harper & Blake silk scarf collection,Accessories,Fashion,GBP,2016-06-03,55.00,2016-05-04 13:26:05,1956.00,successful,32,GB,2872.31,2822.96,79.38 +1161156052,RGB-123 Led Matrices,Hardware,Technology,USD,2013-09-12,3000.00,2013-08-13 22:41:20,52118.00,successful,564,US,52118.00,52118.00,3000.00 +1161163080,Maybe Tuesday EP Release,Music,Music,USD,2011-04-22,1000.00,2011-04-01 23:19:35,1488.00,successful,21,US,1488.00,1488.00,1000.00 +1161166319,DENIED The Web Series,Webseries,Film & Video,USD,2013-08-20,13000.00,2013-07-11 19:00:49,535.00,failed,9,US,535.00,535.00,13000.00 +"1161171017,Portland Radio Project | Stage Project!,Music,Music,USD,2015-05-16,5000.00,2015-04-20 10:30:07,5619.00,undefined,0,""N,0"""""",,5619.00,5000.00" +1161175703,BEENU - The Powerful Laundry Detergent Sheet,Product Design,Design,CAD,2017-09-21,30000.00,2017-08-22 20:44:43,21.00,canceled,2,CA,16.68,17.12,24451.87 +11611789,Kevin J Thornton in Grand Junction!,Performance Art,Art,USD,2011-03-19,250.00,2011-02-17 01:46:15,0.00,failed,0,US,0.00,0.00,250.00 +1161188028,The 2nd Annual Jamaica Plain Music Festival,Music,Music,USD,2012-08-11,1500.00,2012-07-12 01:33:34,1635.00,successful,28,US,1635.00,1635.00,1500.00 +1161202137,SHADOW,Science Fiction,Film & Video,USD,2014-09-30,3000.00,2014-08-09 05:32:50,50.00,failed,4,US,50.00,50.00,3000.00 +"1161202553,""BETTER RE, Upcycling Power Pack reusing smartphone batteries"",Product Design,Design,USD,2015-06-10,50000.00,2015-05-11 02:55:51,69465.00,successful,781,US,69465.00,69465.00,50000.00" +1161211177,NEW Jen Norman cd,Indie Rock,Music,USD,2014-10-12,3000.00,2014-09-11 23:42:29,315.00,failed,8,US,315.00,315.00,3000.00 +1161212830,Beyond: The Art of Mechanized Space Exploration,Art Books,Publishing,USD,2017-05-01,8500.00,2017-04-01 16:55:52,10241.00,successful,243,US,1906.00,10241.00,8500.00 +1161215262,Revolutionary Performance Denim Jeans by Joseph Chanan,Fashion,Fashion,CAD,2016-09-15,15000.00,2016-08-01 16:33:08,36354.00,successful,281,CA,1147.23,27543.00,11364.50 +1161220078,'Brand Camp' Cooler Races Flipside 2012,Performance Art,Art,USD,2012-05-19,3500.00,2012-05-14 15:19:11,0.00,failed,0,US,0.00,0.00,3500.00 +116122239,The Manhattan Project: Chain Reaction card game,Tabletop Games,Games,USD,2016-02-05,4000.00,2016-01-13 15:03:46,134376.01,successful,4893,US,134376.01,134376.01,4000.00 +1161224930,WitBit (Bluetooth Accessory & Application),Gadgets,Technology,USD,2015-10-17,10000.00,2015-09-18 14:34:04,0.00,failed,0,US,0.00,0.00,10000.00 +1161236373,The New American Tarot Deck,Illustration,Art,USD,2017-05-18,1500.00,2017-04-27 06:03:25,2510.00,successful,36,US,755.00,2510.00,1500.00 +1161237969,Bursts of Light an Anthology of Positive Speculative Fiction,Fiction,Publishing,USD,2011-09-03,15000.00,2011-07-05 15:10:05,2865.00,failed,59,US,2865.00,2865.00,15000.00 +1161238681,GROW! movie,Documentary,Film & Video,USD,2010-10-31,10000.00,2010-09-30 17:00:53,11075.00,successful,62,US,11075.00,11075.00,10000.00 +1161241308,Residental / Commerical Mobile Gas Delivery Service App,Apps,Technology,USD,2017-10-06,80000.00,2017-09-06 17:53:06,0.00,failed,0,US,0.00,0.00,80000.00 +1161255150,The Trump Problem,Publishing,Publishing,EUR,2018-01-01,15000.00,2017-11-17 07:41:53,0.00,failed,0,NL,0.00,0.00,18067.50 +1161260205,Katch-Up Learning Facility,Architecture,Design,USD,2016-03-02,10000.00,2016-01-29 18:05:44,0.00,failed,0,US,0.00,0.00,10000.00 +1161266055,JC Jewellery: A Diamond In The Rough,Jewelry,Fashion,GBP,2017-03-28,7000.00,2017-03-07 14:18:02,1.00,failed,1,GB,0.00,1.25,8747.49 +116127005,Creative T-Shirt Sayings,Product Design,Design,USD,2015-04-15,1350.00,2015-03-16 20:09:55,0.00,failed,0,US,0.00,0.00,1350.00 +1161276811,ripplebox | A brand new species of fly fishing box,Product Design,Design,GBP,2017-09-20,17500.00,2017-08-21 11:22:04,6449.00,failed,184,GB,1638.56,8750.10,23744.27 +1161287757,The Big Sexy: Nudes and Pin-Ups Inspired By REAL Women,Comic Books,Comics,USD,2014-11-02,2000.00,2014-10-06 11:54:59,1167.00,failed,21,US,1167.00,1167.00,2000.00 +1161298601,Standard Action Season 3,Webseries,Film & Video,USD,2013-05-17,12000.00,2013-04-02 16:54:10,36334.24,successful,530,US,36334.24,36334.24,12000.00 +116130006,London City,Documentary,Film & Video,USD,2016-05-18,3000.00,2016-04-03 03:00:21,1.00,failed,1,US,1.00,1.00,3000.00 +"1161305757,""""""grAtitude!""""— the game & """"It's all about grAtitude!"""" project"",Tabletop Games,Games,USD,2012-02-18,19000.00,2012-01-22 07:19:58,1765.00,failed,18,US,1765.00,1765.00,19000.00" +1161308104,Lasanga-bomb,Food,Food,CAD,2014-08-16,1500.00,2014-07-17 21:45:42,525.00,failed,2,CA,488.02,479.15,1368.99 +1161309422,The Little Puzzle Box,Puzzles,Games,USD,2014-05-08,1500.00,2014-04-08 19:00:19,16545.00,successful,387,US,16545.00,16545.00,1500.00 +1161309650,Loki Loves It!,Comedy,Film & Video,USD,2015-03-01,10000.00,2015-01-30 01:33:20,215.00,failed,3,US,215.00,215.00,10000.00 +1161313870,7 Seeds from Space,Children's Books,Publishing,EUR,2016-12-03,25000.00,2016-11-03 10:39:52,0.00,canceled,0,IT,0.00,0.00,26397.48 +"1161316539,""Terracottapotta Pot stand, indoor/ outdoor plant arrangments"",Woodworking,Crafts,AUD,2016-05-19,5000.00,2016-04-26 11:57:06,2.00,failed,2,AU,1.54,1.45,3614.54" +"1161335658,""TROBO the Storytelling Robot, as Featured on TechCrunch"",Product Design,Design,USD,2014-10-07,60000.00,2014-09-03 13:58:23,61060.11,successful,471,US,61060.11,61060.11,60000.00" +1161339038,SmartPlate: Instantly analyze everything you eat!,Product Design,Design,USD,2015-06-22,100000.00,2015-05-04 04:01:36,110872.00,successful,576,US,110872.00,110872.00,100000.00 +1161349019,Six By Seven LIVE Nottingham,Music,Music,GBP,2016-11-03,2000.00,2016-10-04 19:25:21,5000.00,successful,140,GB,911.77,6245.47,2498.19 +1161349387,The Chillingo - The Inflatable Plush Flamingo!,Product Design,Design,GBP,2017-10-13,3500.00,2017-09-13 10:51:48,855.00,canceled,14,GB,355.79,1134.81,4645.42 +1161350080,BeerFestivalFinder.com,Web,Technology,USD,2015-08-11,15000.00,2015-07-07 15:38:48,700.00,failed,14,US,700.00,700.00,15000.00 +1161355577,Alex Vans is Finally Making a Record,Indie Rock,Music,USD,2011-10-28,5000.00,2011-09-18 17:11:02,5205.89,successful,68,US,5205.89,5205.89,5000.00 +1161356969,Best of 2012 (Canceled),Graphic Design,Design,USD,2013-02-01,15000.00,2013-01-02 22:50:27,9535.00,canceled,2,US,9535.00,9535.00,15000.00 +1161358917,Rainbow of life,Fiction,Publishing,USD,2013-02-19,5600.00,2013-01-20 23:59:55,0.00,failed,0,US,0.00,0.00,5600.00 +1161366317,Focus: The Pilot,Film & Video,Film & Video,USD,2011-09-20,65000.00,2011-07-22 16:29:33,1283.00,failed,14,US,1283.00,1283.00,65000.00 +1161375071,Nature's Voice: Photographs that illustrates a story,Nature,Photography,AUD,2015-05-25,1350.00,2015-04-30 16:21:22,0.00,failed,0,AU,0.00,0.00,1032.90 +1161375410,Kid's Reality Books... Blending Fiction and REALITY,Children's Books,Publishing,USD,2015-06-16,5000.00,2015-06-02 00:58:02,25.00,failed,2,US,25.00,25.00,5000.00 +"1161391336,""Raceway Heat for PC, Mac, IOS and Android (Canceled)"",Video Games,Games,GBP,2015-01-22,11000.00,2014-12-23 19:09:55,3.00,canceled,1,GB,4.69,4.50,16483.10" +116140512,Tiny Bowls,Pottery,Crafts,USD,2014-08-17,25.00,2014-07-18 17:13:56,344.00,successful,17,US,344.00,344.00,25.00 +1161410337,UNGRATEFUL DAUGHTER goes to NY International Fringe Festival,Theater,Theater,USD,2012-07-31,6000.00,2012-07-10 17:16:24,6688.00,successful,134,US,6688.00,6688.00,6000.00 +1161415139,THUNDERBIRDS 1965: NEW EPISODES FROM 1960s RECORDINGS,Science Fiction,Film & Video,GBP,2015-08-09,75000.00,2015-07-09 09:06:58,218412.33,successful,3378,GB,337196.56,341482.69,117260.79 +116142125,Canadian Corps #1,Comic Books,Comics,CAD,2015-07-19,2500.00,2015-06-16 22:55:05,4327.00,successful,104,CA,3510.20,3305.32,1909.71 +"1161423279,""Rest is making a new album. Release date: December 1st, 2012"",Rock,Music,USD,2012-11-15,3000.00,2012-10-17 08:58:22,3632.00,successful,80,US,3632.00,3632.00,3000.00" +1161423695,Danceables app - Footprints That Come Alive,Apps,Technology,USD,2017-11-11,25000.00,2017-10-12 08:25:20,4465.00,failed,15,US,0.00,4465.00,25000.00 +1161427056,Storica - From Sensors to Digital Stories,Software,Technology,GBP,2013-09-21,50000.00,2013-07-23 16:05:54,433.00,failed,7,GB,661.68,697.80,80577.58 +1161433056,Drowse Buster-E: Smart Gadget that Prevents Drowsy Driving,Product Design,Design,CAD,2016-09-30,30000.00,2016-08-03 20:50:06,1062.00,failed,18,CA,376.70,806.87,22792.89 +1161434769,River City,Fiction,Publishing,USD,2014-08-23,2000.00,2014-07-21 02:27:30,80.00,failed,4,US,80.00,80.00,2000.00 +1161439318,Where The Labyrinth Leads- a film,Documentary,Film & Video,USD,2011-06-30,100000.00,2011-05-01 19:05:52,797.00,failed,15,US,797.00,797.00,100000.00 +1161445851,Mike & Zack's Righteous Journey,Documentary,Film & Video,USD,2010-07-14,8000.00,2010-04-16 06:45:32,9481.34,successful,140,US,9481.34,9481.34,8000.00 +1161449475,Lemonade Stand 4 Player Quick Strategy Card Game,Tabletop Games,Games,USD,2011-12-23,4000.00,2011-11-18 20:43:42,5721.00,successful,191,US,5721.00,5721.00,4000.00 +1161451165,Unique portable Gel Pad chargers for iPhone 5 and Android,Hardware,Technology,GBP,2014-04-03,10000.00,2014-03-04 16:25:10,214.00,canceled,8,GB,358.35,354.64,16571.93 +1161454281,The Flint Interpreter,Family,Film & Video,USD,2017-02-01,350.00,2017-01-02 07:52:22,46.00,failed,5,US,0.00,46.00,350.00 +1161466235,Cycling safer: turn signals made easy,Hardware,Technology,GBP,2014-07-30,100000.00,2014-06-30 14:09:58,477.00,failed,15,GB,812.56,802.58,168256.69 +1161470363,RightPSI: Tire Pressure At A Glance,Technology,Technology,USD,2014-04-02,20000.00,2014-02-15 17:23:41,70212.54,successful,1570,US,70212.54,70212.54,20000.00 +1161474663,Sweary Colouring Book,Illustration,Art,GBP,2015-12-04,100.00,2015-11-24 22:45:54,13710.00,successful,820,GB,20794.31,20756.37,151.40 +116147888,Feeding Lives,Apps,Technology,USD,2015-09-17,1000.00,2015-08-18 17:21:34,20.00,failed,1,US,20.00,20.00,1000.00 +1161479046,Meta Strategy Machine (Canceled),Apps,Technology,EUR,2016-08-02,250000.00,2016-06-03 09:03:14,0.00,canceled,0,AT,0.00,0.00,278899.57 +1161488795,TACH LUGGAGE-THE FIRST BUILT-IN CONNECTABLE LUGGAGE SYSTEM,Product Design,Design,USD,2015-07-31,35000.00,2015-07-01 13:02:25,12759.00,failed,43,US,12759.00,12759.00,35000.00 +11614984,Hench: The Game,Tabletop Games,Games,USD,2011-12-27,5000.00,2011-11-02 16:45:13,600.00,failed,25,US,600.00,600.00,5000.00 +116150751,Y Sioe Cneifo,Musical,Theater,GBP,2017-08-31,2000.00,2017-07-22 12:16:17,2130.00,successful,71,GB,58.35,2757.50,2589.20 +1161515753,The Rules of Indoor Golf,Graphic Design,Design,GBP,2013-03-31,1500.00,2013-02-14 18:29:43,5.00,failed,1,GB,7.84,7.62,2286.66 +116151657,trAPPed: The Podcast about Online Dating,Webseries,Film & Video,USD,2015-03-12,350.00,2015-02-10 04:09:13,0.00,failed,0,US,0.00,0.00,350.00 +1161526391,Mapping with Drones,Web,Technology,USD,2014-08-09,30000.00,2014-07-09 17:35:35,33272.00,successful,243,US,33272.00,33272.00,30000.00 +1161531467,DriveBetter - the smart driving coach for your teen driver.,Hardware,Technology,USD,2016-11-16,10000.00,2016-10-17 22:33:17,5899.00,failed,60,US,1459.00,5899.00,10000.00 +1161534798,Securing Beyu Caffe's Future: 20 more years of Heart & Soul,Restaurants,Food,USD,2015-12-04,27500.00,2015-11-04 06:01:33,44994.00,successful,295,US,44994.00,44994.00,27500.00 +1161535239,E' tuo diritto (It's your right),Academic,Publishing,EUR,2016-05-04,1200.00,2016-04-04 16:45:50,1288.00,successful,15,IT,1467.31,1471.80,1371.24 +1161538399,JDI 2017 - Sandy Choi,Performances,Dance,USD,2016-12-10,2888.00,2016-10-26 05:45:26,2888.00,successful,20,US,0.00,2888.00,2888.00 +1161568782,Medieval Awakening (Canceled),Video Games,Games,USD,2015-10-30,10000.00,2015-09-30 05:58:43,126.00,canceled,7,US,126.00,126.00,10000.00 +1161569153,Samothrace | Walk with me,Civic Design,Design,EUR,2017-07-27,60000.00,2017-05-28 12:09:51,10094.00,failed,107,BE,11.18,11839.22,70373.80 +1161573940,May Fifteenth in Paris - Please help our film on populism,Experimental,Film & Video,USD,2016-09-29,2500.00,2016-09-08 00:16:04,2575.00,successful,5,US,500.00,2575.00,2500.00 +1161576124,Portals and Prophets - the historical time travel game,Tabletop Games,Games,USD,2017-12-07,12000.00,2017-11-07 15:42:56,16608.00,successful,308,US,1817.00,16608.00,12000.00 +"1161580571,""The Telephone, an Opera by Gian Carlo Menotti"",Classical Music,Music,USD,2011-05-28,300.00,2011-05-08 09:57:48,386.00,successful,13,US,386.00,386.00,300.00" +1161586088,Volatile Traversal: Explorations of Home & Body,Art Books,Publishing,USD,2012-05-07,800.00,2012-04-07 18:54:19,820.00,successful,12,US,820.00,820.00,800.00 +1161590529,Sophisticated Spirit. Custom Accessories in your team colors,Jewelry,Fashion,USD,2016-01-15,2000.00,2015-12-01 22:12:48,30.00,failed,3,US,30.00,30.00,2000.00 +1161597507,A Very Important Date + Spin-Off BL - Otome/Visual Novels,Video Games,Games,USD,2017-07-22,3500.00,2017-06-06 18:00:31,5185.00,successful,102,US,1141.00,5185.00,3500.00 +1161597814,The Most Interesting Man In The World,Fashion,Fashion,USD,2013-04-10,7500.00,2013-03-01 06:00:46,130.00,failed,4,US,130.00,130.00,7500.00 +1161604795,Alchemy of A Shadow Dance,Fiction,Publishing,USD,2014-01-12,6000.00,2013-12-13 18:03:24,0.00,failed,0,US,0.00,0.00,6000.00 +1161605842,3D Printing Rare Auto Parts,3D Printing,Technology,USD,2015-04-11,1500.00,2015-03-12 03:33:03,0.00,failed,0,US,0.00,0.00,1500.00 +"1161607459,""MOBI DECK - The Vintage Mobility Deck, designed by DAC"",Playing Cards,Games,EUR,2016-05-26,6000.00,2016-04-26 18:44:50,1037.00,canceled,27,DE,1165.82,1158.12,6700.77" +1161621652,Dark Gods of Chaos - Justice @ The Con,Comics,Comics,USD,2010-06-15,1500.00,2010-03-30 02:46:13,5.00,failed,1,US,5.00,5.00,1500.00 +1161621908,An alternative to the conventional concert hall,Classical Music,Music,USD,2011-09-17,3500.00,2011-08-18 18:43:05,320.00,failed,10,US,320.00,320.00,3500.00 +"1161626068,""Hark, Let's Print CDs!"",Music,Music,USD,2011-03-28,2500.00,2011-03-04 19:42:29,3277.26,successful,83,US,3277.26,3277.26,2500.00" +1161629896,Filmmaking For Urban Youth,Narrative Film,Film & Video,USD,2015-05-23,1500.00,2015-03-24 22:47:19,5.00,failed,1,US,5.00,5.00,1500.00 +1161633988,Journey To Japan,Documentary,Film & Video,EUR,2016-01-31,1500.00,2015-12-02 06:21:36,11.00,failed,2,IE,11.64,12.32,1680.30 +1161638963,Pair wear – Cozy hoodies for couples (Canceled),Design,Design,USD,2016-05-27,30000.00,2016-04-06 19:15:27,13928.00,canceled,112,US,13928.00,13928.00,30000.00 +116164425,Shadow of Hope,Shorts,Film & Video,USD,2012-05-27,2000.00,2012-04-27 19:18:22,2063.00,successful,22,US,2063.00,2063.00,2000.00 +1161648796,Dancers 3 project,Film & Video,Film & Video,USD,2012-08-23,10000.00,2012-07-24 01:50:52,0.00,failed,0,US,0.00,0.00,10000.00 +1161649,blutule,Gadgets,Technology,CAD,2014-10-14,1200.00,2014-08-15 01:57:22,22.00,failed,4,CA,20.13,19.57,1067.43 +1161662290,WordSmith - A Short Film,Shorts,Film & Video,USD,2012-06-29,3000.00,2012-05-30 22:43:40,3040.69,successful,46,US,3040.69,3040.69,3000.00 +116167418,FEST Nerd Booth at the FEST 13 flea market,Punk,Music,USD,2014-05-28,500.00,2014-04-23 22:20:47,1014.00,successful,38,US,1014.00,1014.00,500.00 +1161676922,Retro Cat Doors: Let's make them stylish!,Product Design,Design,EUR,2015-07-11,130000.00,2015-06-16 20:35:38,0.00,failed,0,NL,0.00,0.00,141556.69 +1161681491,The Exceptionally Ordinary Variety Tour,Theater,Theater,USD,2012-04-29,7000.00,2012-04-09 21:09:29,7488.84,successful,307,US,7488.84,7488.84,7000.00 +"1161682449,""K'NOSSOS, a Classic Point-and-Click Sci Fi Adventure Game"",Video Games,Games,GBP,2017-11-22,8000.00,2017-10-23 09:53:28,8007.08,successful,373,GB,1590.40,10670.98,10661.55" +1161683688,Gravity Snow White,Technology,Technology,EUR,2017-12-21,7500.00,2017-11-06 13:44:38,22.00,failed,2,ES,24.38,26.08,8889.73 +1161683807,Christmas Magic at the Toy Makers Workshop Pantomime,Musical,Theater,GBP,2016-11-26,500.00,2016-10-29 18:00:05,500.00,successful,15,GB,121.80,631.18,631.18 +1161702853,CHICAGO LAKESHORE,Television,Film & Video,USD,2016-07-06,600.00,2016-06-06 17:33:31,600.00,successful,9,US,600.00,600.00,600.00 +1161702871,Cisco & Dewey debut CD,Country & Folk,Music,USD,2014-10-16,5000.00,2014-09-01 19:50:17,5260.00,successful,36,US,5260.00,5260.00,5000.00 +1161703136,Hummus (Canceled),Restaurants,Food,USD,2014-10-01,19000.00,2014-09-03 03:29:09,0.00,canceled,0,US,0.00,0.00,19000.00 +1161703210,Battlefront EP Launch - Nicholas Toby Band,Indie Rock,Music,AUD,2014-11-25,400.00,2014-11-04 23:12:58,400.00,successful,5,AU,349.01,340.89,340.89 +1161704531,TripTarp®. Gear Organization and Trip Planning Made Easy.,Product Design,Design,USD,2016-12-12,32000.00,2016-11-07 09:01:47,32291.00,successful,198,US,3152.00,32291.00,32000.00 +1161706632,The Rightsiders Debut EP,Rock,Music,USD,2015-06-12,15000.00,2015-05-13 14:43:29,1.00,failed,1,US,1.00,1.00,15000.00 +1161711244,Future Rock Stars Album & Label,Rock,Music,USD,2012-06-29,40000.00,2012-05-30 04:49:15,0.00,failed,0,US,0.00,0.00,40000.00 +1161716237,Candles Made Better: Keap's New Collection,Product Design,Design,USD,2017-03-23,25000.00,2017-02-27 14:47:06,36744.00,successful,396,US,18710.00,36744.00,25000.00 +1161719501,RealSpace,Technology,Technology,EUR,2017-03-04,100000.00,2017-02-01 21:47:03,0.00,failed,0,IT,0.00,0.00,106060.28 +1161719852,The `original´ funky water-resistant onesie: 2016 collection,Apparel,Fashion,GBP,2016-03-30,14850.00,2016-02-29 20:00:31,968.00,failed,11,GB,1342.92,1385.17,21249.80 +1161726163,Stabil i4: A Robotic 3-axis Camera Gimbal Stabilizer by,Camera Equipment,Technology,USD,2014-02-11,8000.00,2014-01-14 07:26:27,68561.94,successful,39,US,68561.94,68561.94,8000.00 +1161729202,WOON - Student housing reviews,Web,Technology,EUR,2015-12-18,15000.00,2015-11-25 14:52:19,130.00,failed,3,BE,138.24,140.87,16254.00 +1161730817,¡Ayúdame a traducir Estatua Busca Plaza Tranquila al inglés!,Comedy,Publishing,EUR,2017-12-26,2600.00,2017-10-27 12:51:38,2637.00,successful,69,ES,679.93,3162.55,3118.18 +1161731241,Opéra Rock: Enfer du Paradis,Theater,Theater,CAD,2017-10-17,50000.00,2017-08-18 00:52:03,1.00,failed,1,CA,0.00,0.80,40019.21 +1161734861,The Weaving Guys Vision,Crafts,Crafts,USD,2014-04-28,7700.00,2014-03-28 23:22:10,851.00,failed,19,US,851.00,851.00,7700.00 +1161735491,Solar Boosted Wind Turbine,DIY Electronics,Technology,USD,2016-02-20,20.00,2016-02-16 20:03:16,20.00,successful,1,US,20.00,20.00,20.00 +1161744919,2012 Buffalo Small Press Book Fair,Art,Art,USD,2012-03-19,1500.00,2012-02-15 18:19:20,1715.00,successful,37,US,1715.00,1715.00,1500.00 +1161758846,Orvieto Photobook,Places,Photography,USD,2015-08-24,1375.00,2015-08-09 03:38:11,0.00,failed,0,US,0.00,0.00,1375.00 +1161767229,The Curse of ReVista Vasta - Central Florida Horror Film,Film & Video,Film & Video,USD,2011-03-25,6800.00,2011-02-23 17:53:42,30.00,failed,2,US,30.00,30.00,6800.00 +1161771706,Damned,Webseries,Film & Video,USD,2011-10-22,5000.00,2011-09-14 22:53:44,5477.00,successful,41,US,5477.00,5477.00,5000.00 +1161791509,Music Boxes for the World,Sculpture,Art,USD,2013-09-30,50.00,2013-09-06 15:05:23,271.00,successful,17,US,271.00,271.00,50.00 +1161798809,purpleMob,Robots,Technology,GBP,2016-09-17,3000.00,2016-08-18 19:41:00,866.00,failed,14,GB,43.02,1123.54,3892.16 +"1161807870,""""""Numb from the Cold"""" Music Video"",Music,Music,USD,2015-06-15,3500.00,2015-05-21 05:13:43,3500.00,undefined,0,""N,0"""""",,3500.00,3500.00" +1161825152,The Definitive and Complete History of New Hades,Comics,Comics,USD,2013-12-08,6666.00,2013-11-08 22:02:46,100.00,failed,1,US,100.00,100.00,6666.00 +1161840090,Help us build a better Civilization!,Theater,Theater,USD,2012-04-30,800.00,2012-04-03 05:02:11,955.00,successful,24,US,955.00,955.00,800.00 +1161850332,Photograph Arizona,Nature,Photography,USD,2014-09-21,200.00,2014-08-22 19:32:09,0.00,failed,0,US,0.00,0.00,200.00 +1161850711,Austin MacRae's Second Solo Album: Keeper,Country & Folk,Music,USD,2017-07-14,2500.00,2017-06-14 00:48:23,2750.00,successful,48,US,1175.00,2750.00,2500.00 +1161851558,Hancock Gets A Garden,Design,Design,USD,2015-11-06,1500.00,2015-10-19 23:17:55,1583.00,successful,24,US,1583.00,1583.00,1500.00 +"1161859531,""Peace, or God as Machine: A Sci-Fi Metal Concept"",Rock,Music,USD,2011-10-22,5500.00,2011-09-22 00:05:47,831.00,failed,6,US,831.00,831.00,5500.00" +1161862737,CHURCH SPORTSBAR,Restaurants,Food,USD,2014-11-22,250000.00,2014-09-23 00:12:12,360.00,failed,2,US,360.00,360.00,250000.00 +1161865156,Lora and the Paper Mirror (Children's Comic),Comics,Comics,USD,2014-12-15,300.00,2014-11-12 16:15:00,315.00,successful,16,US,315.00,315.00,300.00 +1161877006,It's Not Late Show,Webseries,Film & Video,USD,2012-07-28,3000.00,2012-06-28 21:18:03,0.00,failed,0,US,0.00,0.00,3000.00 +1161883114,Baked,Restaurants,Food,USD,2016-02-01,50000.00,2015-12-19 06:36:11,119.20,failed,3,US,119.20,119.20,50000.00 +116189032,Mary Bee - Starting a New Album!,Pop,Music,USD,2013-09-22,2500.00,2013-07-24 21:30:32,2575.39,successful,40,US,2575.39,2575.39,2500.00 +1161894708,Pink for President's Collateral Jammage Tour!,Punk,Music,USD,2015-07-10,1000.00,2015-06-10 17:11:35,1114.69,successful,15,US,1114.69,1114.69,1000.00 +116189543,Lost in Places,Photography,Photography,EUR,2015-07-30,300.00,2015-06-30 18:30:29,3.00,failed,1,DE,3.30,3.29,329.01 +"1161896844,""Funding Pre-Production of """"Simon Says"""""",Shorts,Film & Video,USD,2011-02-15,2500.00,2011-01-16 18:04:36,2000.00,failed,22,US,2000.00,2000.00,2500.00" +116189706,Bees! Honey Bees and Native Pollinators!,Farms,Food,USD,2015-12-20,1200.00,2015-11-17 21:37:39,122.00,failed,6,US,122.00,122.00,1200.00 +1161915096,Professional With An Edge of Street Style: Outerwear Jackets,Ready-to-wear,Fashion,USD,2016-07-24,6000.00,2016-06-24 03:35:43,625.00,failed,1,US,0.00,625.00,6000.00 +1161917541,Teenie's Adventures,Children's Books,Publishing,USD,2015-04-07,10000.00,2015-03-08 07:40:30,30.00,failed,1,US,30.00,30.00,10000.00 +1161925687,All Around Us Documentary,Documentary,Film & Video,USD,2016-02-16,2000.00,2016-01-12 23:12:17,9070.00,successful,86,US,9070.00,9070.00,2000.00 +1161930764,Diseasels - A New Comedy Webseries!,Webseries,Film & Video,USD,2011-12-02,3000.00,2011-10-18 02:05:11,755.00,failed,25,US,755.00,755.00,3000.00 +1161937822,Thrill Seekers Movie,Thrillers,Film & Video,USD,2017-12-19,15000.00,2017-11-01 23:13:07,118.00,failed,3,US,0.00,118.00,15000.00 +116193847,HOW TO MAKE GAMES with PICO-8 (English & German),Nonfiction,Publishing,EUR,2017-04-11,3000.00,2017-04-04 08:48:41,7219.00,successful,278,DE,584.14,7673.83,3189.01 +1161939920,Sparks Originals Fun quirky and contemporary T-shirts,Fashion,Fashion,GBP,2013-02-04,1000.00,2013-01-05 09:27:40,55.00,failed,1,GB,88.65,86.91,1580.20 +1161940927,My Esteeme: A fun way for kids to build healthy self-esteem,Design,Design,SEK,2016-12-15,80000.00,2016-11-15 09:00:20,83591.00,successful,148,SE,860.85,8914.19,8531.24 +1161942591,Green Tail Plastic Bag Dispenser,Product Design,Design,USD,2016-08-15,22000.00,2016-06-16 14:53:58,217.00,failed,13,US,109.00,217.00,22000.00 +116194865,Saba Documentary,Documentary,Film & Video,USD,2016-07-01,9000.00,2016-06-01 17:04:10,10003.00,successful,49,US,10003.00,10003.00,9000.00 +1161952651,3L Astrological Jewelry,Jewelry,Fashion,USD,2015-04-02,8000.00,2015-02-23 19:39:42,1.00,failed,1,US,1.00,1.00,8000.00 +1161953890,Samantha Crawford's Debut Album,Music,Music,USD,2011-02-10,4500.00,2010-11-12 04:29:15,4605.00,successful,33,US,4605.00,4605.00,4500.00 +116195928,Charlie Boyle's 'Cascades' Original Album Launch,Classical Music,Music,GBP,2013-07-10,2400.00,2013-06-10 19:31:44,555.00,failed,19,GB,863.45,838.52,3626.03 +1161962908,The Jennings Family Reunion,Plays,Theater,USD,2014-09-06,5000.00,2014-08-07 07:09:04,100.00,failed,4,US,100.00,100.00,5000.00 +1161966905,TIME OUT: Lock up temptations or discipline kids (Canceled),Gadgets,Technology,USD,2014-12-16,24000.00,2014-10-21 03:24:19,2916.00,canceled,98,US,2916.00,2916.00,24000.00 +1161966921,Escape - Zombie City,Tabletop Games,Games,USD,2014-07-11,20000.00,2014-06-20 20:26:06,78669.00,successful,963,US,78669.00,78669.00,20000.00 +1161969549,FillUp Cube: El primer cubo para el estrés Personalizable,Games,Games,MXN,2017-07-07,400000.00,2017-05-08 16:00:13,6480.00,failed,12,MX,0.00,356.40,21999.78 +1161973724,The Lotus and the Artichoke - INDIA vegan cookbook,Vegan,Food,EUR,2017-08-03,10000.00,2017-07-04 14:36:49,31355.01,successful,1165,DE,124.30,37212.21,11868.03 +1161979069,The End (Canceled),Narrative Film,Film & Video,USD,2012-04-20,7500.00,2012-02-20 20:25:20,85.00,canceled,3,US,85.00,85.00,7500.00 +116198153,HIGH 5!,Kids,Music,USD,2014-07-05,4000.00,2014-06-05 04:10:20,4310.00,successful,83,US,4310.00,4310.00,4000.00 +1161987946,AUTO,Shorts,Film & Video,GBP,2013-04-03,1000.00,2013-03-04 22:35:22,1079.00,successful,28,GB,1622.23,1644.87,1524.44 +1162002237,Perilous Journeys,Tabletop Games,Games,USD,2015-05-24,4500.00,2015-04-24 14:44:16,18434.00,successful,635,US,18434.00,18434.00,4500.00 +1162005459,Build your Website with ZERO Coding,Web,Technology,GBP,2016-08-31,3000.00,2016-07-21 20:49:15,0.00,failed,0,GB,0.00,0.00,3985.18 +1162007788,HUDIFY | A Transparent GPS That Keeps Your Eyes On The Road,Gadgets,Technology,CAD,2016-12-22,120000.00,2016-11-01 16:56:46,154374.00,successful,1894,CA,10451.50,114232.65,88796.80 +1162028719,Pixel Vision - The handmade portable game system,Product Design,Design,SEK,2015-12-13,400000.00,2015-11-13 16:55:46,685877.00,successful,211,SE,79067.43,80209.21,46777.61 +1162029307,Cthulhu Holiday Ornaments: Lovecraft Horror on your tree,Crafts,Crafts,USD,2015-12-09,2000.00,2015-12-01 10:03:08,13485.00,successful,278,US,13485.00,13485.00,2000.00 +1162030161,City Hall Board Game (Canceled),Tabletop Games,Games,USD,2013-06-29,30000.00,2013-06-19 18:13:57,13810.40,canceled,260,US,13810.40,13810.40,30000.00 +"1162037931,""TYNI WALLET: Stylish, Slim and Functional Leather Wallet"",Product Design,Design,USD,2014-08-20,3000.00,2014-07-17 21:39:57,33239.00,successful,990,US,33239.00,33239.00,3000.00" +1162048751,Turner's BBQ,Restaurants,Food,USD,2016-10-07,15000.00,2016-08-08 21:10:39,152.00,canceled,5,US,30.00,152.00,15000.00 +1162052643,Color Changing Shirts are back! The 90s style you've wanted.,Fashion,Fashion,USD,2013-07-08,30000.00,2013-05-23 23:27:17,1470.00,failed,43,US,1470.00,1470.00,30000.00 +1162057852,Sonic Grip,Product Design,Design,AUD,2015-09-24,25000.00,2015-08-20 01:31:24,2191.00,failed,23,AU,1616.70,1537.11,17538.94 +1162063858,Launch! Music Conference Documentary,Documentary,Film & Video,USD,2017-04-14,12000.00,2017-03-15 03:40:15,335.00,failed,5,US,150.00,335.00,12000.00 +116206779,THE TRIED AND TRUE TALES OF PHINEAS ICHABOD RATE,Publishing,Publishing,USD,2013-04-04,15000.00,2013-03-05 18:53:13,115.00,failed,3,US,115.00,115.00,15000.00 +1162079115,Pretty Ravens Debut Album,Music,Music,USD,2013-03-15,4000.00,2013-02-03 01:04:30,4286.00,successful,67,US,4286.00,4286.00,4000.00 +"1162080010,""Project """"Broken Flower"""""",Nonfiction,Publishing,USD,2013-10-05,25000.00,2013-09-05 00:51:08,10.00,failed,1,US,10.00,10.00,25000.00" +1162081046,OccuNation (Canceled),Documentary,Film & Video,USD,2012-02-24,10000.00,2012-01-25 19:07:11,515.00,canceled,9,US,515.00,515.00,10000.00 +1162085996,White Armour - A Star Wars Fan Film,Science Fiction,Film & Video,AUD,2015-01-07,1650.00,2014-11-08 05:09:36,4797.00,successful,81,AU,4109.05,3906.35,1343.65 +1162086867,Little girls highend/versatile boutique clothing set-(brand),Childrenswear,Fashion,USD,2017-05-01,1600.00,2017-04-01 00:13:25,0.00,failed,0,US,0.00,0.00,1600.00 +1162107205,Bees Knees Festival,Art,Art,USD,2011-08-14,1000.00,2011-07-13 06:44:51,337.00,failed,14,US,337.00,337.00,1000.00 +1162115541,Core Journal: Seek CLARITY. Gain CONFIDENCE. Take CONTROL.,Product Design,Design,GBP,2016-11-29,10000.00,2016-10-18 15:48:45,2715.00,failed,176,GB,1311.30,3427.29,12623.55 +1162118129,An Inspiring EP/Compilation (Canceled),Pop,Music,USD,2011-03-02,1600.00,2011-01-21 03:45:12,0.00,canceled,0,US,0.00,0.00,1600.00 +1162122238,Sci-Fi San Francisco: Comics from the Bay Area's Future,Anthologies,Comics,USD,2017-12-07,2000.00,2017-11-07 16:50:56,3433.00,successful,151,US,506.00,3433.00,2000.00 +1162124684,Seven Kingdoms - 'Decennium' Limited Release,Metal,Music,USD,2017-01-15,13500.00,2016-12-05 17:31:36,23602.00,successful,302,US,7869.00,23602.00,13500.00 +1162127026,The Meatty Okra Project,Music,Music,USD,2017-04-08,1111.00,2017-03-09 20:54:57,0.00,failed,0,US,0.00,0.00,1111.00 +1162128887,GAMES OF ART: 3 beautiful new games featuring fine art!,Tabletop Games,Games,USD,2014-03-03,20000.00,2014-01-31 19:08:41,26772.00,successful,362,US,26772.00,26772.00,20000.00 +116213243,Ultra Game Competition,Games,Games,EUR,2015-01-26,450.00,2015-01-12 20:39:04,2.00,failed,2,NL,2.37,2.26,508.73 +1162139080,Support Sports Are From Venus!,Web,Technology,USD,2017-12-23,5000.00,2017-10-24 01:32:48,50.00,failed,1,US,0.00,50.00,5000.00 +1162146018,Saint Graziano the Good,Fiction,Publishing,USD,2012-04-07,1000.00,2012-02-22 04:05:23,170.00,failed,3,US,170.00,170.00,1000.00 +1162147052,State Dish - Minnesota,Food,Food,USD,2013-02-26,3000.00,2013-01-27 20:57:37,260.00,failed,6,US,260.00,260.00,3000.00 +1162155758,Benjamin Anthony and Company,Footwear,Fashion,USD,2015-08-06,175000.00,2015-07-07 21:25:52,0.00,failed,0,US,0.00,0.00,175000.00 +1162159779,Our God Reigns (music video),Music Videos,Film & Video,USD,2015-02-05,10000.00,2015-01-06 06:24:23,1.00,failed,1,US,1.00,1.00,10000.00 +1162163578,Microfiber Round Towel - Going Full Circle,Product Design,Design,GBP,2016-05-20,10000.00,2016-04-20 01:27:30,7469.75,failed,99,GB,10581.88,10882.34,14568.55 +1162168664,Send Designer Stacie May to Fashion Week in New York,Fashion,Fashion,USD,2013-07-24,3800.00,2013-06-24 15:54:53,1965.00,failed,22,US,1965.00,1965.00,3800.00 +1162169759,Audio Shield,Apps,Technology,USD,2017-07-15,100000.00,2017-05-31 23:56:29,55.00,failed,3,US,55.00,55.00,100000.00 +1162174702,CheckMate Careers,Web,Technology,USD,2015-10-26,15000.00,2015-09-21 17:48:33,55.00,failed,2,US,55.00,55.00,15000.00 +1162182914,Nick LLobet debut EP,Music,Music,USD,2013-09-14,1000.00,2013-08-20 00:22:16,1660.00,successful,15,US,1660.00,1660.00,1000.00 +1162190444,Awesome Sauce Java,Software,Technology,USD,2017-10-18,3500.00,2017-10-11 19:38:07,111.00,failed,3,US,100.00,111.00,3500.00 +1162190961,Gratitude Map USA,Sculpture,Art,USD,2013-04-25,3300.00,2013-03-26 00:13:24,1361.00,failed,28,US,1361.00,1361.00,3300.00 +1162195887,Living Wall for Sustainability at DAAP,Design,Design,USD,2016-04-02,700.00,2016-03-18 20:20:33,62.00,failed,4,US,62.00,62.00,700.00 +116220042,Stateside nyc pop/punk rock,Rock,Music,USD,2013-01-22,4000.00,2012-12-13 20:15:59,0.00,failed,0,US,0.00,0.00,4000.00 +"1162201824,""3D """"kinkos"""" specializing in large scale ABS fabrication"",3D Printing,Technology,USD,2015-03-22,4000.00,2015-03-14 21:10:21,0.00,failed,0,US,0.00,0.00,4000.00" +"1162206621,""Arab On Radar book """"Psychiatric Tissues"""" by Jeff Schneider"",Publishing,Publishing,USD,2017-03-01,5000.00,2017-01-07 16:18:35,5697.00,successful,56,US,1220.00,5697.00,5000.00" +1162213674,Magnetic Makeup Boards,Fashion,Fashion,USD,2014-02-16,3500.00,2014-01-29 22:22:38,3559.00,successful,27,US,3559.00,3559.00,3500.00 +"1162214623,""""""Bombs Over Biscuits"""" a War related comedy!"",Shorts,Film & Video,USD,2011-06-06,2900.00,2011-04-07 06:45:41,2900.00,successful,32,US,2900.00,2900.00,2900.00" +1162214687,Travel Journal Around the Globe,Print,Journalism,USD,2015-01-15,5000.00,2014-12-16 23:26:30,43.00,failed,2,US,43.00,43.00,5000.00 +1162219637,The 180 Tour- Farmington High School,Music,Music,USD,2011-08-15,7500.00,2011-07-04 01:07:19,8023.00,successful,30,US,8023.00,8023.00,7500.00 +1162222997,Get Qurious - Maker Box magically brings stories to life.,Tabletop Games,Games,USD,2016-12-02,10000.00,2016-11-02 21:56:44,10353.00,successful,71,US,550.00,10353.00,10000.00 +1162227524,Help The Kinsey Sicks Conquer the World's Largest Arts Fest!,Festivals,Theater,USD,2015-03-27,24500.00,2015-02-23 16:03:07,38779.00,successful,510,US,38779.00,38779.00,24500.00 +1162231845,FTL: Faster Than Light,Video Games,Games,USD,2012-04-01,10000.00,2012-02-28 02:04:12,200542.90,successful,9818,US,200542.90,200542.90,10000.00 +1162233453,Science Inspired Leggings- Making Science Fashionable,Apparel,Fashion,USD,2017-09-24,8000.00,2017-08-25 00:01:35,11442.00,successful,141,US,415.00,11442.00,8000.00 +"1162235202,""Tomboy Tailors - Loafers and wingtips and brogues, oh my!"",Fashion,Fashion,USD,2013-04-18,20000.00,2013-04-03 01:09:07,27949.00,successful,195,US,27949.00,27949.00,20000.00" +1162242035,Restage Articulate: An Interactive Multi-media Dance Concert,Performances,Dance,USD,2016-10-05,1050.00,2016-09-20 21:01:37,1235.00,successful,23,US,65.00,1235.00,1050.00 +1162244472,Cross Hares: Testing Ground – New Board Game from 1A Games,Tabletop Games,Games,USD,2014-01-07,15000.00,2013-11-29 19:08:36,52978.31,successful,649,US,52978.31,52978.31,15000.00 +1162245279,Greasers in Greece,Comics,Comics,USD,2013-07-27,4000.00,2013-06-27 02:19:31,931.00,failed,26,US,931.00,931.00,4000.00 +1162250356,The Blue Beetle: Ted Kord Returns!,Webseries,Film & Video,USD,2011-12-12,2500.00,2011-10-14 01:49:40,46.00,failed,4,US,46.00,46.00,2500.00 +1162251515,Carbon 6 Forged Carbon Fiber Glow Rings,Product Design,Design,USD,2015-08-02,11500.00,2015-07-03 15:27:01,408861.00,successful,3431,US,408861.00,408861.00,11500.00 +1162255332,The Never Snowy Christmas - A Children's Story,Children's Books,Publishing,USD,2014-08-07,6500.00,2014-07-08 12:16:19,6659.00,successful,52,US,6659.00,6659.00,6500.00 +116225810,Iranian Film Festival - San Francisco,Film & Video,Film & Video,USD,2012-04-29,5000.00,2012-03-01 00:17:16,290.00,failed,8,US,290.00,290.00,5000.00 +116226858,Don't Look Down is recording a full-length album!,Rock,Music,USD,2013-06-07,1650.00,2013-05-08 21:37:01,2717.67,successful,71,US,2717.67,2717.67,1650.00 +116227950,ADORI - Radio Redefined (Canceled),Product Design,Design,USD,2013-07-12,75000.00,2013-06-12 20:41:37,2453.00,canceled,22,US,2453.00,2453.00,75000.00 +1162285124,Comic Story: A Comic Book Creator Documentary,Documentary,Film & Video,USD,2013-04-15,3000.00,2013-03-16 03:19:16,50.00,failed,3,US,50.00,50.00,3000.00 +1162285943,Farmers Revival: Portland needs a Salad Bistro!,Food,Food,USD,2013-08-19,100000.00,2013-07-20 18:08:41,1956.00,failed,23,US,1956.00,1956.00,100000.00 +1162290594,The Bernard Flask: The World's Most Beautiful Flask,Product Design,Design,USD,2016-10-29,10000.00,2016-09-29 10:22:58,27333.00,successful,185,US,5869.00,27333.00,10000.00 +1162308107,Drug free lifestyle,Childrenswear,Fashion,USD,2015-07-25,300.00,2015-06-25 04:22:22,0.00,failed,0,US,0.00,0.00,300.00 +116232945,Action Audiobooks Double Feature,Fiction,Publishing,USD,2013-07-05,5000.00,2013-06-05 05:44:01,60.00,failed,2,US,60.00,60.00,5000.00 +1162333890,THE CREATURE BOOK (Canceled),Journalism,Journalism,USD,2013-06-13,55000.00,2013-05-14 21:27:53,0.00,canceled,0,US,0.00,0.00,55000.00 +11623349,Grounds App,Apps,Technology,GBP,2015-05-22,3000.00,2015-05-12 01:00:28,0.00,failed,0,GB,0.00,0.00,4692.05 +1162346171,Suburban Disorder Podcast (Canceled),Audio,Journalism,USD,2015-04-24,10000.00,2015-02-23 18:16:17,0.00,canceled,0,US,0.00,0.00,10000.00 +1162351036,GET CARLY,Comics,Comics,USD,2012-11-26,10000.00,2012-10-26 18:42:25,1571.00,failed,62,US,1571.00,1571.00,10000.00 +1162357450,HeartBuds Rag Doll.,Product Design,Design,USD,2013-12-07,1000.00,2013-11-10 09:13:04,65.00,failed,3,US,65.00,65.00,1000.00 +1162368168,WORLDS BIGGEST WORKING ARCADE MACHINE,Hardware,Technology,GBP,2017-09-07,10500.00,2017-07-24 11:40:40,77.00,failed,5,GB,54.58,101.75,13874.57 +1162375468,Planet Postmoderna Phase I,Video Games,Games,USD,2012-04-29,200000.00,2012-03-15 16:34:33,481.00,failed,13,US,481.00,481.00,200000.00 +1162381443,Help Looking For Alaska record their first full length!,Rock,Music,USD,2011-05-12,2000.00,2011-02-10 00:24:41,545.00,failed,5,US,545.00,545.00,2000.00 +1162392332,Urban farming housing community,Textiles,Art,USD,2015-06-19,2000000.00,2015-05-20 21:44:32,28.00,failed,2,US,28.00,28.00,2000000.00 +1162397330,TripLit: The World's First Portable OLED Light,Gadgets,Technology,USD,2015-07-01,50000.00,2015-06-01 15:02:19,51210.00,successful,292,US,51210.00,51210.00,50000.00 +1162408509,The Yellow King Roleplaying Game from Robin D. Laws,Tabletop Games,Games,GBP,2017-07-22,23000.00,2017-06-22 01:52:04,167341.00,successful,2288,GB,31028.94,219133.11,30118.51 +1162422107,The Power Of Hope - A Story of Courage Celebrated in Dance,Dance,Dance,USD,2011-08-22,4000.00,2011-07-08 16:13:23,255.00,failed,9,US,255.00,255.00,4000.00 +1162422461,The Wildest Kind of Love,Animals,Photography,USD,2015-10-30,2000.00,2015-09-30 19:31:08,40.00,failed,2,US,40.00,40.00,2000.00 +1162425117,Happy.,Film & Video,Film & Video,USD,2014-01-01,3500.00,2013-12-05 01:40:52,28.00,failed,6,US,28.00,28.00,3500.00 +116242677,Help Adam Murphy Record His First Album!,Blues,Music,USD,2015-06-19,5000.00,2015-05-20 17:12:03,148.00,failed,7,US,148.00,148.00,5000.00 +1162429045,COPPA Artisan Cured Meat,Food,Food,USD,2012-08-12,25000.00,2012-06-13 06:29:05,5379.17,failed,62,US,5379.17,5379.17,25000.00 +1162441303,Launch Tickety Boo Press' titles into Bookshops in US & UK,Fiction,Publishing,GBP,2016-01-31,2000.00,2015-12-09 13:36:23,2020.00,successful,28,GB,3039.48,2939.68,2910.57 +"1162452324,""Hamptons Brine // Raw, Lacto-Fermented Sauerkraut and Kvass"",Small Batch,Food,USD,2015-04-05,12000.00,2015-03-06 18:15:13,3822.00,failed,37,US,3822.00,3822.00,12000.00" +1162460295,WHISTLING WATER VESSELS | ANIMATING THE INANIMATE,Art,Art,USD,2013-04-22,1200.00,2013-04-08 20:29:44,1428.00,successful,25,US,1428.00,1428.00,1200.00 +1162460414,Witness Wear that encourages witnessing! Christ driven love,Apparel,Fashion,USD,2017-08-16,2000.00,2017-07-17 05:37:29,0.00,failed,0,US,0.00,0.00,2000.00 +1162462141,Make Fringe Central AWESOME at Chicago Fringe Festival 2014,Festivals,Theater,USD,2014-08-01,5500.00,2014-06-21 18:21:18,5661.00,successful,109,US,5661.00,5661.00,5500.00 +1162467311,Inside my mind,Print,Journalism,USD,2015-01-10,10000.00,2014-12-27 02:26:55,0.00,failed,0,US,0.00,0.00,10000.00 +1162469112,Window- Virtual Reality Holocaust Education,Documentary,Film & Video,USD,2016-04-13,1000000.00,2016-03-14 03:57:14,0.00,failed,0,US,0.00,0.00,1000000.00 +"116247320,""100 Beginnings has a venue, needs white walls..."",Dance,Dance,USD,2010-07-01,2500.00,2010-04-28 05:48:57,3235.00,successful,27,US,3235.00,3235.00,2500.00" +1162475145,Hygge coloring book,Illustration,Art,USD,2016-01-19,1000.00,2015-12-09 16:36:12,382.00,failed,19,US,382.00,382.00,1000.00 +1162477182,Qterra NOVO Travel Tea Brewer with CoolStraw (Canceled),Product Design,Design,USD,2015-01-04,150000.00,2014-12-05 06:05:34,8737.00,canceled,91,US,8737.00,8737.00,150000.00 +1162490198,Grimbold Books: From Dream to Team,Publishing,Publishing,GBP,2014-09-16,2800.00,2014-08-07 20:47:27,4221.00,successful,104,GB,7122.24,6897.40,4575.39 +116249121,Rostrum Camera Stand for Remote Overhead Photos and Video,Camera Equipment,Technology,GBP,2015-05-27,7000.00,2015-04-27 18:01:34,2553.00,failed,67,GB,3877.33,3895.21,10680.17 +1162492232,The Magnon Spinner,Product Design,Design,USD,2017-08-07,6000.00,2017-07-08 18:48:50,13714.00,successful,228,US,10025.00,13714.00,6000.00 +1162494522,FLICKER Classic: A Special Case for the iPhone 4 and 4S,Product Design,Design,USD,2011-12-04,15000.00,2011-11-04 17:57:48,16741.00,successful,91,US,16741.00,16741.00,15000.00 +1162496391,LoveCraft Brewing Company Online Retail Shop,Small Batch,Food,USD,2016-10-22,4000.00,2016-09-22 06:34:17,5590.00,successful,83,US,218.00,5590.00,4000.00 +116249803,Alice! A Ballet Wonderland,Dance,Dance,USD,2014-02-25,7350.00,2014-01-26 06:54:56,7374.00,successful,23,US,7374.00,7374.00,7350.00 +"1162515865,""We pick up damage wardrobe, upcycle them into new treasures!"",Fashion,Fashion,USD,2016-05-27,5500.00,2016-04-27 08:40:58,163.00,canceled,5,US,163.00,163.00,5500.00" +"1162540443,""Fresh, Healthy, affordable Middle eastern Pies to students"",Food Trucks,Food,CAD,2015-06-12,9000.00,2015-05-13 15:54:26,0.00,failed,0,CA,0.00,0.00,7315.29" +1162547069,WWI Model Planes and Accessories,Flight,Technology,CAD,2014-12-17,10000.00,2014-11-17 18:44:38,0.00,failed,0,CA,0.00,0.00,8623.66 +1162547074,WARSAW: A Musical Drama -- Our Road To Broadway,Theater,Theater,USD,2011-02-10,4000.00,2010-11-12 20:44:44,4135.00,successful,64,US,4135.00,4135.00,4000.00 +11625480,Songs For My Brother: The M.N.L. Project,Jazz,Music,USD,2011-12-29,6500.00,2011-11-29 21:41:51,6601.00,successful,87,US,6601.00,6601.00,6500.00 +1162549282,Nena's Comic Place,Comic Books,Comics,USD,2016-03-05,5000.00,2016-01-05 23:51:21,120.00,failed,4,US,120.00,120.00,5000.00 +1162555070,Get Low,Shorts,Film & Video,USD,2012-03-02,3000.00,2012-02-10 19:58:18,3675.00,successful,60,US,3675.00,3675.00,3000.00 +116255608,Let the Sun Shine,Shorts,Film & Video,USD,2011-12-26,500.00,2011-10-27 06:23:57,80.00,failed,3,US,80.00,80.00,500.00 +1162557712,Vague Fairytales,Nonfiction,Publishing,USD,2015-05-24,3000.00,2015-05-05 21:11:21,20.00,failed,1,US,20.00,20.00,3000.00 +1162557914,Beyond My Imagination,Publishing,Publishing,USD,2014-12-07,3000.00,2014-11-07 20:25:31,20.00,failed,4,US,20.00,20.00,3000.00 +1162561374,Sub-Zero: World's First High Performance Foldable Koozie,Product Design,Design,USD,2017-06-11,23000.00,2017-05-12 15:00:01,26641.00,successful,618,US,8546.00,26641.00,23000.00 +1162564595,Too High to Go to Woodstock: ...,Nonfiction,Publishing,USD,2015-09-15,900.00,2015-09-05 17:54:19,0.00,failed,0,US,0.00,0.00,900.00 +1162572163,Wheelin Willy and the Bullies (A Children Book for All Kids),Children's Books,Publishing,USD,2015-01-17,1000.00,2014-12-18 21:39:13,21.00,failed,2,US,21.00,21.00,1000.00 +1162574342,ORDER · Poster Series,Design,Design,EUR,2016-11-17,2400.00,2016-10-18 12:08:08,3336.00,successful,106,ES,956.14,3545.84,2550.97 +1162595261,Calla - Fresh Herbs Indoor Garden (Canceled),Food,Food,EUR,2016-07-07,25000.00,2016-05-25 00:07:01,0.00,canceled,0,BE,0.00,0.00,27675.07 +1162595888,APPLES & LEMONS REVIEWS,Digital Art,Art,USD,2012-06-02,6000.00,2012-04-27 06:02:05,522.00,failed,10,US,522.00,522.00,6000.00 +1162614814,DONOR: A KILLER HORROR STORY AND GRAPHIC NOVEL SET IN N.E.,Comics,Comics,USD,2012-05-26,25000.00,2012-04-21 19:42:34,646.00,canceled,12,US,646.00,646.00,25000.00 +"116262422,""Turning my novel """"Pegasus War"""" into a TV Series"",Television,Film & Video,USD,2015-07-21,100000.00,2015-06-24 03:09:29,100.00,failed,2,US,100.00,100.00,100000.00" +1162628045,Fame,Apps,Technology,AUD,2015-08-31,10000.00,2015-07-29 00:57:47,1.00,failed,1,AU,0.73,0.70,6983.73 +116262908,Englewood Codes,Technology,Technology,USD,2013-05-18,5500.00,2013-04-03 22:01:14,10235.51,successful,178,US,10235.51,10235.51,5500.00 +1162635230,Laser Engraved Wedding Accessories & Favors,Crafts,Crafts,USD,2012-12-02,8000.00,2012-11-01 23:35:47,0.00,failed,0,US,0.00,0.00,8000.00 +116264011,Amazing Bean Comic,Fiction,Publishing,USD,2017-01-16,3000.00,2017-01-09 14:31:59,177.00,failed,20,US,0.00,177.00,3000.00 +1162642482,The Journal Season 1,Webseries,Film & Video,USD,2012-12-02,11000.00,2012-10-31 05:18:49,0.00,failed,0,US,0.00,0.00,11000.00 +1162644629,Dance Series Project,Fantasy,Film & Video,USD,2014-07-30,2000.00,2014-06-30 20:16:52,20.00,failed,3,US,20.00,20.00,2000.00 +1162648153,Raybaby - World's only non-contact health & sleep monitor,Product Design,Design,USD,2017-03-17,50000.00,2017-01-31 16:58:23,140590.00,successful,1148,US,28390.00,140590.00,50000.00 +1162650415,Aurora Drive In Theater in Tucson,Theater,Theater,USD,2016-09-11,10000.00,2016-07-13 01:00:52,16.00,failed,2,US,0.00,16.00,10000.00 +1162659818,Henri Rose Sleepwear,Apparel,Fashion,USD,2015-09-18,10000.00,2015-08-19 15:25:37,13747.00,successful,128,US,13747.00,13747.00,10000.00 +1162663059,Jessica Needs An Art Studio,Mixed Media,Art,USD,2015-09-09,3500.00,2015-07-31 05:44:12,50.00,failed,3,US,50.00,50.00,3500.00 +1162668280,ProXR - Testing The Ergonomically Correct Baseball Bat,Product Design,Design,USD,2013-06-30,44497.00,2013-05-31 08:03:22,6466.00,failed,37,US,6466.00,6466.00,44497.00 +1162669559,RAW Fashion Magazine,Fashion,Fashion,USD,2014-10-16,18000.00,2014-08-27 20:44:18,150.00,failed,1,US,150.00,150.00,18000.00 +1162686230,Swipe Fight,Video Games,Games,USD,2014-07-11,2200.00,2014-06-11 00:31:30,567.00,failed,7,US,567.00,567.00,2200.00 +116269396,Family Affair,Theater,Theater,USD,2015-07-03,19000.00,2015-05-04 03:12:19,1.00,failed,1,US,1.00,1.00,19000.00 +"1162696148,""A Musical Evening; Rebecca Stuhlbarg sings Opera, New Music"",Music,Music,USD,2011-02-14,1500.00,2011-01-23 09:52:42,1575.00,successful,38,US,1575.00,1575.00,1500.00" +1162701871,Creekside Players - Expanding the Season,Theater,Theater,USD,2010-05-17,1000.00,2010-04-19 07:23:55,70.00,failed,5,US,70.00,70.00,1000.00 +1162709067,SAFECYCLE Garage Door Spring Cycle Counter,Gadgets,Technology,USD,2017-01-04,10000.00,2016-12-05 18:36:37,0.00,failed,0,US,0.00,0.00,10000.00 +1162713392,Live action Dragonball web series.,Action,Film & Video,CAD,2015-10-23,45000.00,2015-08-25 04:13:49,10.00,failed,1,CA,7.58,7.65,34437.90 +116271534,Hawaii Politics,Radio & Podcasts,Publishing,USD,2016-03-26,300.00,2016-02-25 01:55:24,1.00,failed,1,US,1.00,1.00,300.00 +1162718219,Customer Service is Dead!,Software,Technology,USD,2009-09-01,15000.00,2009-06-03 11:47:51,0.00,failed,0,US,0.00,0.00,15000.00 +1162721821,Surgery for Cardboard Richo #GoTiges,Sculpture,Art,AUD,2017-12-24,100.00,2017-10-30 00:33:25,40.69,failed,4,AU,15.35,31.80,78.15 +1162727769,Fidget Lighter,Gadgets,Technology,GBP,2017-08-18,5000.00,2017-07-13 00:02:15,566.00,failed,16,GB,656.89,728.70,6437.24 +1162734798,Interior Decorations,Painting,Art,USD,2015-06-29,30000.00,2015-05-27 03:21:40,10.00,failed,1,US,10.00,10.00,30000.00 +116273583,The Sixshooter - A Short Film,Shorts,Film & Video,USD,2016-09-10,10000.00,2016-08-11 00:06:00,6763.00,failed,21,US,1800.00,6763.00,10000.00 +1162742817,DunjenS Middle Ages Escape The Tower RPG Game LETS FIGHT,Playing Cards,Games,GBP,2016-04-22,1000.00,2016-02-24 00:19:48,89.75,failed,5,GB,128.18,129.04,1437.79 +1162756679,Dithrandir Trading Card Game,Video Games,Games,USD,2014-09-29,50000.00,2014-08-30 03:05:15,150.00,failed,5,US,150.00,150.00,50000.00 +"1162773095,""The Coming Dark, Chapter One: Into the Light"",Tabletop Games,Games,USD,2016-05-26,2500.00,2016-04-26 01:14:15,3015.00,successful,166,US,3015.00,3015.00,2500.00" +1162773463,2 Mello's Midnight Broadcasts - Physical Releases,Hip-Hop,Music,USD,2017-07-19,1000.00,2017-06-19 17:22:26,2028.00,successful,48,US,1587.00,2028.00,1000.00 +1162788436,Help me Become an Independently Published Author,Fiction,Publishing,USD,2017-12-03,10000.00,2017-11-03 06:40:50,18.00,failed,2,US,17.00,18.00,10000.00 +1162791673,Get KCFS back on the radio,Music,Music,USD,2015-10-03,50000.00,2015-09-08 19:28:47,0.00,failed,0,US,0.00,0.00,50000.00 +1162804464,Run With Patience..Run To Europe,Blues,Music,USD,2015-03-07,16000.00,2015-01-06 19:18:27,25.00,failed,1,US,25.00,25.00,16000.00 +1162818436,Electric Snowboard,Gadgets,Technology,USD,2014-09-04,6000.00,2014-08-05 22:27:00,25.00,failed,1,US,25.00,25.00,6000.00 +1162827443,Reddo,Video Games,Games,USD,2013-11-14,50000.00,2013-10-15 08:01:05,783.00,failed,26,US,783.00,783.00,50000.00 +"1162836718,""""""The Wrecking Crew"""" The Untold Story of Rock & Roll Heroes"",Documentary,Film & Video,USD,2013-12-21,250000.00,2013-10-30 21:06:34,313157.78,successful,4245,US,313157.78,313157.78,250000.00" +1162844064,Blind Spots: A Photo Book,Photobooks,Photography,CAD,2017-12-18,15000.00,2017-11-26 15:25:21,3141.00,failed,31,CA,129.78,2472.64,11808.23 +"1162845271,""Alex Bartlett's Second Album """"Embers"""""",Pop,Music,USD,2010-09-25,3500.00,2010-08-11 04:22:35,3617.00,successful,82,US,3617.00,3617.00,3500.00" +1162850927,Help Frame Me! www.michaelpattersonpaintings.com,Painting,Art,USD,2015-10-09,6500.00,2015-09-09 21:19:38,0.00,failed,0,US,0.00,0.00,6500.00 +1162851738,Holiday Hustle,Film & Video,Film & Video,USD,2016-09-17,500.00,2016-08-08 01:27:42,1.00,failed,1,US,0.00,1.00,500.00 +1162852955,MINT SOCKS: Street art socks for guys with sock insurance,Fashion,Fashion,USD,2013-11-29,15000.00,2013-10-30 14:01:02,19091.00,successful,406,US,19091.00,19091.00,15000.00 +1162854446,'6' The Horror,Horror,Film & Video,USD,2015-03-21,25000.00,2015-02-19 19:11:17,0.00,failed,0,US,0.00,0.00,25000.00 +1162859256,Diverse Oracle Sublimation,Crafts,Crafts,USD,2015-09-25,5000.00,2015-08-26 16:08:02,220.00,failed,9,US,220.00,220.00,5000.00 +1162861175,Character Quest: Heroes (Haunted Oak),Tabletop Games,Games,USD,2015-11-08,2000.00,2015-10-13 23:52:19,4241.00,successful,111,US,4241.00,4241.00,2000.00 +1162864426,Souned.com,Apps,Technology,EUR,2015-03-25,30000.00,2015-02-23 14:54:31,50.00,failed,1,NL,56.90,54.28,32567.99 +1162869397,Memory Pen,Gadgets,Technology,USD,2016-10-27,10000.00,2016-09-27 23:00:46,8237.00,canceled,99,US,3884.00,8237.00,10000.00 +1162875649,Daughters of Cambodia: A new record and tour (Canceled),Music,Music,USD,2011-02-25,18000.00,2010-11-27 07:29:51,2685.00,canceled,26,US,2685.00,2685.00,18000.00 +1162876257,TECHNOSPHERE 2.0 | 3D Digital Creatures Into Your Real World,Mobile Games,Games,USD,2014-12-24,90000.00,2014-11-19 12:18:06,1382.00,canceled,16,US,1382.00,1382.00,90000.00 +1162878501,Requiem Of An Assassin,Shorts,Film & Video,USD,2015-05-14,4000.00,2015-03-15 20:32:20,0.00,failed,0,US,0.00,0.00,4000.00 +116288510,123BRUNCH,Small Batch,Food,USD,2015-09-02,2000.00,2015-08-04 05:00:08,0.00,failed,0,US,0.00,0.00,2000.00 +1162887139,Unified world view,Documentary,Film & Video,CAD,2017-02-13,111111.00,2017-01-11 23:42:21,0.00,canceled,0,CA,0.00,0.00,84953.74 +1162898709,Henry Cowell CD,Classical Music,Music,USD,2011-05-21,2000.00,2011-04-21 17:00:10,2164.00,successful,34,US,2164.00,2164.00,2000.00 +1162899290,CCLaP's 'Chicago Lit' tour of New York City,Fiction,Publishing,USD,2012-06-04,1500.00,2012-05-05 18:24:42,335.00,failed,9,US,335.00,335.00,1500.00 +1162907659,Spring 2011 Ten Year Vamp 5 Song CD Release,Rock,Music,USD,2011-05-18,4000.00,2011-03-18 02:25:50,4995.00,successful,42,US,4995.00,4995.00,4000.00 +"1162908280,""""""Hot Love"""" Music Video"",Music Videos,Film & Video,USD,2015-09-26,2250.00,2015-08-27 15:48:07,2365.00,successful,17,US,2365.00,2365.00,2250.00" +1162908477,Dominique's SCARFtastic Project,Fashion,Fashion,USD,2014-03-12,250.00,2014-02-10 22:39:14,280.00,successful,14,US,280.00,280.00,250.00 +1162923277,Jim Crockett Promotions Documentary,Documentary,Film & Video,USD,2013-04-26,15000.00,2013-03-12 05:33:21,16410.58,successful,321,US,16410.58,16410.58,15000.00 +1162927618,Crusadecraft - (Minecraft) Historical Roleplay Server!,Video Games,Games,EUR,2016-05-31,150.00,2016-04-01 18:07:54,306.00,successful,10,BE,346.35,341.31,167.31 +1162930410,The Podcast for Nerds everywhere!,Radio & Podcasts,Publishing,USD,2016-03-30,1500.00,2016-02-29 18:05:18,1.00,failed,1,US,1.00,1.00,1500.00 +1162930955,Last Good Tooth Requests Your Assistance,Country & Folk,Music,USD,2011-07-11,5000.00,2011-06-11 22:36:06,5170.00,successful,73,US,5170.00,5170.00,5000.00 +1162934816,Rob_oTron's next rap episodes,Film & Video,Film & Video,USD,2011-08-13,1200.00,2011-07-14 15:59:44,1450.00,successful,30,US,1450.00,1450.00,1200.00 +1162938527,Ice Cream for Bob (Suspended),Events,Food,USD,2015-01-19,10.00,2015-01-12 19:21:56,0.00,suspended,0,US,0.00,0.00,10.00 +1162941174,REACH Pocket Drones (Suspended),Robots,Technology,USD,2015-05-27,30000.00,2015-03-28 00:30:48,60.00,suspended,2,US,60.00,60.00,30000.00 +1162942764,LUZ'sense,Technology,Technology,USD,2016-04-05,5000.00,2016-02-20 00:06:56,2041.00,failed,51,US,2041.00,2041.00,5000.00 +1162952236,Responsively Retrofitting: Responsive Web Design Makeovers,Publishing,Publishing,USD,2015-11-19,5001.00,2015-10-20 05:02:17,5455.00,successful,107,US,5455.00,5455.00,5001.00 +1162955370,Cape Cod Winter Art Exhibit,Art,Art,USD,2011-07-25,5000.00,2011-04-26 20:46:33,75.00,failed,3,US,75.00,75.00,5000.00 +1162956769,Initiation Night,Narrative Film,Film & Video,USD,2011-06-03,300.00,2011-04-04 22:11:51,80.00,failed,3,US,80.00,80.00,300.00 +1162958204,Organic Restaurant seeking expansion,Restaurants,Food,USD,2015-09-27,50000.00,2015-08-28 00:41:47,5.00,failed,1,US,5.00,5.00,50000.00 +1162971337,Link a Chance reveals your soft skills and what you become,Software,Technology,GBP,2015-06-10,35000.00,2015-05-11 09:54:52,5187.00,failed,10,GB,8014.02,8032.89,54203.06 +1162987071,PoDDI : Intelligent Showerhead - Water savings,Product Design,Design,EUR,2015-10-10,1000.00,2015-09-10 20:06:30,15.00,failed,3,FR,16.77,17.04,1136.00 +1162991216,Ugly Whale Music Fest,Rock,Music,USD,2015-03-19,3500.00,2015-02-17 21:03:09,3829.00,successful,76,US,3829.00,3829.00,3500.00 +1162995285,BURGERBOMB A provocative art installation.,Installations,Art,EUR,2017-12-09,10000.00,2017-11-09 13:27:43,0.00,canceled,0,IT,0.00,0.00,11805.96 +1163002217,Art Show Entry for SMarieAccessories,Public Art,Art,USD,2014-10-03,800.00,2014-09-03 21:15:34,300.00,failed,1,US,300.00,300.00,800.00 +1163003189,SimplePen 1 stylus + pen : Looks & works right with iPhones,Product Design,Design,USD,2013-02-19,6500.00,2013-01-15 22:16:18,9557.00,successful,181,US,9557.00,9557.00,6500.00 +1163004418,There Is A Crack In Everything - a Graphic Novel,Nonfiction,Publishing,USD,2012-10-13,8000.00,2012-09-13 18:01:57,1048.00,failed,24,US,1048.00,1048.00,8000.00 +1163005063,Platform 7even Record Label Showcase,Music,Music,GBP,2015-05-10,10000.00,2015-03-11 22:20:21,1.00,failed,1,GB,1.51,1.57,15709.44 +1163007,LAST TOUCHES TO ALL NIGHT,Film & Video,Film & Video,USD,2010-12-03,2000.00,2010-11-02 04:49:06,2925.00,successful,29,US,2925.00,2925.00,2000.00 +1163017662,The First Affordable Profestional Kitchen Design Platform,Software,Technology,USD,2015-01-12,5000.00,2014-12-06 09:45:26,130.00,canceled,2,US,130.00,130.00,5000.00 +1163020539,The Lurker in the Library: a Lovecraftian Mystery Game,Games,Games,USD,2014-07-19,1500.00,2014-07-07 23:33:27,2131.00,successful,101,US,2131.00,2131.00,1500.00 +1163023509,A Short Film on the Dangers of Online Pharmacies,Video,Journalism,GBP,2016-04-29,450.00,2016-04-15 19:59:13,2.00,failed,2,GB,2.83,2.92,657.65 +1163025020,Lifties - Instant Facelift in 15-Minutes for Renewed Beauty,Accessories,Fashion,USD,2017-09-04,50000.00,2017-07-10 06:52:58,514.00,canceled,8,US,89.00,514.00,50000.00 +"1163025283,""My supernatural crime drama, Another Witchhunt issue #1"",Comic Books,Comics,USD,2018-02-02,4200.00,2017-12-04 17:50:23,25.00,live,2,US,0.00,25.00,4200.00" +1163027912,Nobbi - Hase für die Welt - zugunsten Kinderkrebs - Projekt,Product Design,Design,EUR,2016-05-29,18000.00,2016-05-12 07:29:56,60.00,canceled,1,DE,68.33,66.92,20077.19 +1163040463,Ginny's Views From Within,Illustration,Art,USD,2012-06-04,1850.00,2012-05-04 02:09:10,780.00,failed,29,US,780.00,780.00,1850.00 +1163045839,Amongst the Shadows,Animation,Film & Video,USD,2013-05-21,100000.00,2013-05-01 22:53:09,0.00,failed,0,US,0.00,0.00,100000.00 +1163053977,Kittens vs. Zombies,Apps,Technology,USD,2016-02-12,5000.00,2016-01-13 00:52:57,0.00,failed,0,US,0.00,0.00,5000.00 +"1163054782,""Perfikt Defenishen """"Define Your Life"""" (Canceled)"",Apparel,Fashion,USD,2014-07-12,15000.00,2014-06-17 20:58:34,1.00,canceled,1,US,1.00,1.00,15000.00" +1163057485,TRANE AND MILES,Shorts,Film & Video,USD,2012-01-31,6000.00,2011-12-27 22:57:21,50.00,failed,1,US,50.00,50.00,6000.00 +"1163059377,""Lesbian Zombies from Outer Space, Issue #3"",Comic Books,Comics,USD,2015-07-18,2500.00,2015-06-23 10:12:19,4119.00,successful,117,US,4119.00,4119.00,2500.00" +1163065900,CONFESSIONS!,Theater,Theater,GBP,2013-06-20,5000.00,2013-05-21 23:36:48,5796.00,successful,144,GB,8807.35,8952.46,7722.96 +1163069015,J.A.M. Project,Art,Art,USD,2015-02-27,200.00,2015-01-28 04:31:38,286.00,successful,10,US,286.00,286.00,200.00 +1163070662,SIT Solutions - Power Utility,Software,Technology,USD,2014-10-04,1500.00,2014-09-04 18:54:07,0.00,failed,0,US,0.00,0.00,1500.00 +1163077604,Make/100 - Nip Sips - Breastfeeding Support Pins,Art,Art,USD,2017-02-19,1000.00,2017-01-20 08:27:59,1015.00,successful,14,US,150.00,1015.00,1000.00 +1163078219,The 5th Shadow feature film_post production,Thrillers,Film & Video,AUD,2014-03-07,12000.00,2014-02-02 21:27:05,14079.00,successful,121,AU,12325.54,12856.36,10957.90 +1163078783,Strictly von Schmidt,Blues,Music,USD,2017-12-31,12000.00,2017-12-08 02:01:10,100.00,failed,1,US,100.00,100.00,12000.00 +1163085250,neuro. art gallery - cafe/bar,Painting,Art,USD,2016-03-09,150000.00,2016-02-08 11:31:25,0.00,failed,0,US,0.00,0.00,150000.00 +1163108516,Light My Fire: The Burlesque Diaries,Documentary,Film & Video,USD,2014-11-18,20000.00,2014-10-19 22:34:15,7778.00,failed,78,US,7778.00,7778.00,20000.00 +116311436,Help Locket finish their album and hit the road.,Indie Rock,Music,USD,2015-05-16,500.00,2015-04-25 11:23:46,566.00,successful,16,US,566.00,566.00,500.00 +1163116545,Press 'Sweet Nothing' on Vinyl,Indie Rock,Music,USD,2014-03-18,2500.00,2014-01-17 07:23:42,435.00,failed,9,US,435.00,435.00,2500.00 +1163120268,THE FORGOTTEN FILM CLUB - BOOK ONE,Nonfiction,Publishing,GBP,2017-07-23,2500.00,2017-06-23 13:08:16,6373.00,successful,213,GB,4120.73,8345.45,3273.75 +1163137827,Karen Kendrick Vaughn Inspirational Music,Faith,Music,USD,2017-02-14,10000.00,2017-01-15 05:42:27,25.00,failed,1,US,0.00,25.00,10000.00 +1163139564,Revolutionary Patented Honeylocks Hair Extension System,Product Design,Design,USD,2016-06-23,30000.00,2016-05-24 13:27:09,6522.00,failed,14,US,6522.00,6522.00,30000.00 +1163140766,VIKINGS FROM THE FUTURE.....EP!,Rock,Music,USD,2011-11-04,1000.00,2011-09-20 05:27:10,1042.00,successful,22,US,1042.00,1042.00,1000.00 +1163141797,Amerasiano,Nonfiction,Publishing,USD,2012-02-15,9000.00,2011-12-17 02:22:01,306.00,failed,10,US,306.00,306.00,9000.00 +1163147004,Synesthesia,Tabletop Games,Games,GBP,2015-01-04,10000.00,2014-12-05 01:11:31,336.00,failed,12,GB,525.82,508.94,15146.93 +1163153775,The Clinking,Dance,Dance,USD,2011-12-14,1200.00,2011-10-20 02:31:55,1344.00,successful,38,US,1344.00,1344.00,1200.00 +1163160450,A lovingly created children's book for my kids and yours...,Children's Books,Publishing,CAD,2015-02-12,6500.00,2015-01-13 19:38:56,6631.00,successful,57,CA,5594.72,5301.41,5196.67 +1163170124,Pixel Crash_,Video Games,Games,CAD,2015-04-05,2500.00,2015-03-08 02:02:47,1110.00,failed,22,CA,889.99,876.50,1974.10 +1163174099,Single girl travels the globe,Web,Journalism,USD,2014-08-01,7500.00,2014-07-22 21:28:51,0.00,failed,0,US,0.00,0.00,7500.00 +1163185943,The Marietta On The Road To Nashville,Pop,Music,USD,2012-04-17,1000.00,2012-03-27 20:20:57,10.00,failed,1,US,10.00,10.00,1000.00 +1163188346,OPEN SOURCE PROJECT: ZOMBIES,Art,Art,USD,2012-09-16,2000.00,2012-07-18 02:37:38,2000.99,successful,23,US,2000.99,2000.99,2000.00 +1163197016,Casefile: Arkham,Graphic Novels,Comics,USD,2015-03-21,8000.00,2015-02-19 06:52:01,12449.00,successful,310,US,12449.00,12449.00,8000.00 +1163207105,MONSTERS IN THE CLOSET,Narrative Film,Film & Video,USD,2012-05-12,15000.00,2012-04-10 00:47:19,5.00,failed,1,US,5.00,5.00,15000.00 +"1163209930,""Pachamama """"Mother Earth"""""",World Music,Music,USD,2015-12-09,40000.00,2015-11-09 21:12:33,0.00,failed,0,US,0.00,0.00,40000.00" +1163213840,sweet potato salad...because internet,Food,Food,CAD,2014-07-24,25.00,2014-07-09 17:12:18,1.00,failed,1,CA,0.94,0.93,23.22 +1163214171,Friend It Forward: Perak Peer Mentorship Program Yearbook,Young Adult,Publishing,USD,2017-04-17,300.00,2017-04-03 15:03:07,417.09,successful,27,US,25.00,417.09,300.00 +1163217237,HORUS by William Carbajal,Apparel,Fashion,USD,2016-05-28,20000.00,2016-04-28 03:06:41,0.00,failed,0,US,0.00,0.00,20000.00 +1163226059,Photographing the plight of the Kurdish people,Photo,Journalism,USD,2015-04-08,8500.00,2015-02-27 00:24:34,0.00,failed,0,US,0.00,0.00,8500.00 +1163227363,Secret Diary of a Call Centre,Nonfiction,Publishing,GBP,2014-08-29,800.00,2014-07-30 22:51:24,25.00,failed,1,GB,42.45,41.46,1326.59 +1163227764,The Making of Jane D. Smith Season 2,Webseries,Film & Video,USD,2015-01-01,2000.00,2014-12-04 22:25:54,543.00,failed,7,US,543.00,543.00,2000.00 +1163230478,Subtropolis Film Partners Presents THE BLACK RIDERS,Film & Video,Film & Video,USD,2010-08-11,50000.00,2010-05-13 05:28:02,280.00,failed,3,US,280.00,280.00,50000.00 +1163230956,VR Experience to Know Breast Cancer,Apps,Technology,USD,2017-11-17,50000.00,2017-10-18 18:03:07,326.00,failed,4,US,71.00,326.00,50000.00 +1163234274,Puppy Cuddles,Animals,Photography,USD,2014-08-10,2500.00,2014-07-11 19:55:11,0.00,failed,0,US,0.00,0.00,2500.00 +1163236854,Grumpy Puppy Debut CD,Country & Folk,Music,USD,2014-07-21,5000.00,2014-06-21 17:26:26,5050.00,successful,54,US,5050.00,5050.00,5000.00 +1163240768,GOLIATH - A Robot Prison Sci-Fi Thriller,Shorts,Film & Video,USD,2013-07-05,7000.00,2013-06-05 16:46:04,8075.11,successful,234,US,8075.11,8075.11,7000.00 +1163252564,Stephanie MuckQueen: Another Mucking T-Shirt Line,Fashion,Fashion,CAD,2013-10-12,3750.00,2013-09-12 20:27:54,316.00,failed,5,CA,305.33,306.92,3642.19 +1163254020,Project Yellow Canary: Comstock Cemetery Visitor Center,Architecture,Design,USD,2015-08-16,41200.00,2015-07-17 20:28:36,272.00,failed,5,US,272.00,272.00,41200.00 +"1163271610,""Organically Yours Handmade Hair, Skin And Body Products"",DIY,Crafts,USD,2017-05-07,4500.00,2017-03-08 23:02:37,0.00,failed,0,US,0.00,0.00,4500.00" +1163280363,petite loop - a unique phone leash that fits your lifestyle,Product Design,Design,CAD,2014-12-03,4000.00,2014-11-03 20:54:02,6870.00,successful,242,CA,6099.27,6029.49,3510.62 +1163286361,Pen Crazy,Crafts,Crafts,USD,2014-04-05,500.00,2014-03-06 21:18:54,2051.00,successful,41,US,2051.00,2051.00,500.00 +1163286972,Palestine,Journalism,Journalism,USD,2014-12-04,8000.00,2014-11-04 01:08:52,806.00,failed,15,US,806.00,806.00,8000.00 +"1163299329,""Saint Lewis - """"Morning will Come"""" EP"",Rock,Music,USD,2011-07-26,5000.00,2011-07-08 23:08:49,5025.00,successful,46,US,5025.00,5025.00,5000.00" +1163313086,A Youth Mind Project - South East Asia,People,Photography,USD,2015-03-01,750.00,2015-01-30 03:52:47,851.00,successful,14,US,851.00,851.00,750.00 +1163314574,Can you find the cat?,Art,Art,USD,2015-05-09,5000.00,2015-04-09 02:01:37,21.00,failed,3,US,21.00,21.00,5000.00 +1163317078,Love & Other Catastrophes (Canceled),Poetry,Publishing,USD,2014-04-19,4000.00,2014-03-20 20:58:08,51.00,canceled,6,US,51.00,51.00,4000.00 +116331988,The Ascent Tapes,Hip-Hop,Music,USD,2016-03-11,5000.00,2016-02-10 02:59:06,1.00,failed,1,US,1.00,1.00,5000.00 +1163319962,Buffalo Horn Sunglasses | by Urban Republiq,Accessories,Fashion,CHF,2016-03-31,15000.00,2016-02-24 00:34:16,2436.00,failed,29,CH,2457.80,2544.15,15665.96 +1163325069,Starfighter: Infinity,Video Games,Games,GBP,2017-12-23,15000.00,2017-11-23 17:42:30,17585.00,successful,222,GB,8314.02,23770.26,20276.02 +1163339523,GPS Cookie - Leaving Crumbs Wherever it Goes,Hardware,Technology,USD,2013-12-01,7500.00,2013-10-02 17:50:04,29742.00,successful,298,US,29742.00,29742.00,7500.00 +1163339565,ELECTRIC AVENUE-THE LABEL,Electronic Music,Music,GBP,2015-12-12,2000.00,2015-11-12 18:47:06,0.00,failed,0,GB,0.00,0.00,2982.40 +"1163340554,""The Lauren Mitchell Band's debut album, """"Please Come Home"""""",Music,Music,USD,2013-01-07,10000.00,2012-12-08 12:47:19,10110.00,successful,89,US,10110.00,10110.00,10000.00" +1163355510,ACCEPTED -Sasha's Canterwood Crest prequel,Children's Books,Publishing,USD,2016-01-02,2000.00,2015-12-03 03:00:55,20.00,failed,1,US,20.00,20.00,2000.00 +1163356673,Drawings and paintings of anything.Anything!,Art,Art,EUR,2015-11-04,800.00,2015-10-05 17:33:47,10.00,failed,1,IT,11.21,10.86,869.12 +"1163365273,""""""Astronauts and Stuff"""": Official Music Video"",Film & Video,Film & Video,USD,2013-07-03,15000.00,2013-06-03 18:01:23,2595.00,failed,61,US,2595.00,2595.00,15000.00" +1163367299,Bird,Animation,Film & Video,USD,2011-12-24,1100.00,2011-11-24 04:55:07,1358.17,successful,27,US,1358.17,1358.17,1100.00 +1163370699,ahdanco on the ashby stage!,Dance,Dance,USD,2011-04-06,4500.00,2011-03-06 05:14:29,4745.00,successful,65,US,4745.00,4745.00,4500.00 +1163384463,cookie’s cold cups brings shaved ice to Downtown Brooklyn,Food,Food,USD,2013-10-18,50000.00,2013-09-18 13:06:03,200.00,canceled,6,US,200.00,200.00,50000.00 +1163385922,Inexistence: A Brand New Retro RPG Platformer. (Canceled),Video Games,Games,CAD,2014-03-27,30000.00,2014-03-07 12:57:33,1662.00,canceled,98,CA,1504.21,1505.71,27178.84 +1163389604,Total Commander,Video Games,Games,CAD,2017-05-21,150000.00,2017-03-22 21:58:28,150.00,failed,4,CA,56.17,111.39,111391.65 +1163409946,Jack William & The Galaxy Riders,Children's Books,Publishing,USD,2012-12-30,7500.00,2012-11-30 23:07:49,50.00,failed,1,US,50.00,50.00,7500.00 +"1163430217,""Die Unterwelt, The Recording Project"",Musical,Theater,USD,2017-08-25,2000.00,2017-07-26 17:37:39,776.00,failed,16,US,103.00,776.00,2000.00" +116343251,Scar Johnson: Space Marine,Radio & Podcasts,Publishing,USD,2016-07-02,500.00,2016-06-02 06:00:39,8.00,failed,3,US,8.00,8.00,500.00 +1163434776,I Never Forgot! (The Secondening!),Comic Books,Comics,USD,2015-06-21,500.00,2015-06-05 22:47:23,1121.00,successful,28,US,1121.00,1121.00,500.00 +1163434855,Return to Yirol,Film & Video,Film & Video,USD,2012-05-02,10000.00,2012-04-02 21:26:39,3530.00,failed,53,US,3530.00,3530.00,10000.00 +1163437566,100 Days of Death - The Graphic Novel,Comics,Comics,USD,2013-04-14,40000.00,2013-02-13 01:23:30,44711.00,successful,209,US,44711.00,44711.00,40000.00 +1163440764,The Silver Men (Canceled),Fiction,Publishing,GBP,2012-12-05,30000.00,2012-11-05 10:59:05,10.00,canceled,2,GB,16.03,16.01,48027.66 +1163446176,Mouthy App (Canceled),Apps,Technology,USD,2014-08-20,6000.00,2014-07-14 20:46:45,0.00,canceled,0,US,0.00,0.00,6000.00 +1163451163,Bellmage: An Apprentice's Journey,Comic Books,Comics,USD,2017-09-01,800.00,2017-08-01 14:07:50,1370.00,successful,70,US,165.00,1370.00,800.00 +"1163457026,""Who' s on First, Dog on Buttocks"",Animation,Film & Video,USD,2014-06-27,1950.00,2014-05-27 01:29:43,0.00,failed,0,US,0.00,0.00,1950.00" +1163460798,The Derringer Electric Bike,Product Design,Design,USD,2014-01-23,75000.00,2013-12-24 00:38:27,32433.00,failed,62,US,32433.00,32433.00,75000.00 +1163463668,Fit-In,Games,Games,USD,2015-08-31,5000.00,2015-08-01 23:25:15,369.00,failed,7,US,369.00,369.00,5000.00 +1163464192,Turbanista,Accessories,Fashion,AUD,2016-03-03,30000.00,2016-02-02 05:24:16,3001.00,failed,20,AU,2126.04,2215.58,22148.39 +1163471362,Shark Expedition and Film Project,Webseries,Film & Video,USD,2016-06-27,5000.00,2016-05-28 00:34:10,16.00,failed,3,US,16.00,16.00,5000.00 +1163473468,Hadouken! Giclee Print,Painting,Art,USD,2015-05-14,5200.00,2015-04-14 10:22:21,201.00,failed,3,US,201.00,201.00,5200.00 +"1163474110,""What's has Dark Chocolate, Pecans & Almonds? Noodies Cookies"",Food,Food,USD,2014-01-16,2500.00,2013-12-17 16:15:21,2711.00,successful,55,US,2711.00,2711.00,2500.00" +1163475208,Influencias,Latin,Music,MXN,2017-01-20,20000.00,2016-12-17 04:54:06,0.00,canceled,0,MX,0.00,0.00,909.88 +1163478043,[EDM] Spitfya - Apocalypse EP,Electronic Music,Music,GBP,2015-08-12,1200.00,2015-07-23 02:30:00,47.82,failed,3,GB,74.43,74.77,1876.17 +"1163481652,""Lord Earth - """"Napalm, Baby!"""" Album Release!"",Rock,Music,USD,2011-12-29,3500.00,2011-11-29 03:11:47,3526.00,successful,52,US,3526.00,3526.00,3500.00" +1163489379,Axel's debut E.P! Let's make some winning music,Pop,Music,USD,2011-07-05,2200.00,2011-05-28 20:49:25,2841.00,successful,77,US,2841.00,2841.00,2200.00 +1163494136,Matchpair App,Apps,Technology,USD,2017-03-14,47000.00,2017-01-14 00:10:09,1.00,failed,1,US,15.00,1.00,47000.00 +1163495140,This Feels Like Home: A Dance & Language Performance Project,Performances,Dance,USD,2017-07-29,7000.00,2017-06-23 20:12:27,8430.00,successful,192,US,225.00,8430.00,7000.00 +1163509195,Pandora: Purge of Pride,Video Games,Games,USD,2013-05-31,5000.00,2013-05-01 20:17:13,6101.72,successful,177,US,6101.72,6101.72,5000.00 +1163524580,Jaylin CD Release,Pop,Music,USD,2013-02-24,10000.00,2013-01-25 06:26:07,130.00,failed,2,US,130.00,130.00,10000.00 +1163525057,Project: Lost American,Documentary,Film & Video,USD,2012-12-08,25000.00,2012-10-09 21:01:31,70.00,failed,2,US,70.00,70.00,25000.00 +1163525842,Life Trust in Sambia: Die Geschichte eines Waisenkindes,Documentary,Film & Video,EUR,2015-06-18,3000.00,2015-05-19 03:00:23,3000.00,successful,37,DE,3430.46,3389.72,3389.72 +11635323,AKV Fashion from Paralyzed to Walking,Accessories,Fashion,USD,2016-09-07,1000.00,2016-07-19 02:12:25,90.00,failed,8,US,0.00,90.00,1000.00 +"1163541059,""Join Us for """"Three for Dinner""""!"",Shorts,Film & Video,USD,2010-06-06,1450.00,2010-05-06 02:17:10,611.00,failed,16,US,611.00,611.00,1450.00" +1163541613,Art for Less Likely,Public Art,Art,USD,2014-08-15,5000.00,2014-06-17 20:48:47,3.00,failed,2,US,3.00,3.00,5000.00 +1163549495,The Illustrative Heart - Clothing Line (Canceled),Fashion,Fashion,USD,2013-04-06,1500.00,2013-03-07 22:52:23,60.00,canceled,2,US,60.00,60.00,1500.00 +"1163563927,""MAENAM: of Water, Of Light,"",Art Books,Publishing,USD,2013-06-03,23500.00,2013-05-01 02:06:34,8063.00,failed,58,US,8063.00,8063.00,23500.00" +"1163571839,""An ebook to teach people about health, nutrition & training"",Academic,Publishing,GBP,2015-09-27,500.00,2015-08-28 16:35:04,2.00,failed,1,GB,3.10,3.03,758.36" +1163574448,ShockBox,Webseries,Film & Video,USD,2012-07-18,24000.00,2012-05-23 09:04:19,585.00,failed,12,US,585.00,585.00,24000.00 +"1163587808,""""""Re-Do"""" the Short Film"",Drama,Film & Video,USD,2014-06-30,4000.00,2014-05-16 00:50:17,10.00,failed,1,US,10.00,10.00,4000.00" +1163592632,Chargearoo - iPhone charging pouch (Canceled),Product Design,Design,USD,2014-04-23,8000.00,2014-04-03 21:06:38,1893.00,canceled,86,US,1893.00,1893.00,8000.00 +1163593314,The Native Tongue Posse Documentary,Documentary,Film & Video,USD,2016-11-18,48000.00,2016-10-18 22:29:31,45136.50,failed,429,US,4558.00,45136.50,48000.00 +1163594746,Get BlackBolt to Cornucopia,Music,Music,GBP,2014-09-02,4000.00,2014-07-28 14:33:39,340.00,failed,24,GB,577.18,554.06,6518.37 +1163595990,Relatomark,Web,Technology,AUD,2014-09-13,15000.00,2014-07-15 04:05:58,0.00,failed,0,AU,0.00,0.00,13461.37 +1163604299,Raceway Heat for IOS and Android,Video Games,Games,GBP,2014-11-13,4600.00,2014-10-14 17:20:42,11.00,failed,2,GB,17.73,17.22,7201.11 +1163604883,Pocket flashlight - Minamal X. restart (Suspended),Design,Design,USD,2016-03-20,500.00,2016-03-09 04:26:42,525.00,suspended,12,US,525.00,525.00,500.00 +"1163606502,""Miche Fambro - """"Forever Friday"""" Jazz CD"",Jazz,Music,USD,2009-12-01,5000.00,2009-10-02 04:31:46,1201.00,failed,11,US,1201.00,1201.00,5000.00" +1163611905,Birthday Cake in a Jar,Food,Food,USD,2014-08-30,100.00,2014-07-31 17:10:51,5.00,failed,1,US,5.00,5.00,100.00 +1163614545,I Dream to Stream. (Suspended),Video Games,Games,USD,2016-02-19,1800.00,2016-01-20 02:28:02,25.00,suspended,1,US,25.00,25.00,1800.00 +"1163617998,The Chalice - A historical fiction journey of the Chalice,Publishing,Publishing,USD,2016-03-28,8001.00,2016-03-03 17:21:32,6.00,undefined,0,""N,0"""""",,6.00,8001.00" +1163621708,Look Up Fundraiser,Indie Rock,Music,USD,2010-10-12,2000.00,2010-08-13 22:41:55,20.00,failed,1,US,20.00,20.00,2000.00 +1163623110,Climer Cards,Design,Design,USD,2012-03-14,2500.00,2012-02-09 04:45:57,4341.00,successful,97,US,4341.00,4341.00,2500.00 +1163623728,Hella Bitter Citrus Cocktail Bitters,Food,Food,USD,2011-04-21,960.00,2011-03-21 01:10:23,2456.00,successful,107,US,2456.00,2456.00,960.00 +1163624239,Some important information about UP,Fiction,Publishing,USD,2016-05-18,5000.00,2016-04-24 19:34:38,1.00,failed,1,US,1.00,1.00,5000.00 +1163635642,The Most Realistic Pokeball and Super Mario Inspired Candles,Candles,Crafts,CAD,2018-01-11,1000.00,2017-12-12 18:24:08,282.00,live,9,CA,137.76,225.26,798.79 +1163642189,MagLock Sunglasses are gravity-defying shades you won’t drop,Product Design,Design,USD,2017-08-14,15000.00,2017-06-27 17:49:32,100733.00,successful,1730,US,20545.00,100733.00,15000.00 +1163651806,Help Vocalibrium Fund Their First EP!,Music,Music,USD,2017-11-06,6200.00,2017-10-02 20:25:58,6345.00,successful,72,US,250.00,6345.00,6200.00 +116365874,Animal Friends - A Traditionally Animated Short Film,Animation,Film & Video,USD,2014-12-06,8000.00,2014-11-06 22:58:03,1005.00,failed,15,US,1005.00,1005.00,8000.00 +1163659359,The Cooking Pot - Spanish / English Reader for Adults,Fiction,Publishing,EUR,2016-11-17,7000.00,2016-10-18 10:49:15,7402.00,successful,158,ES,435.81,7867.60,7440.32 +1163668031,The Journey - A Science Fiction Novel,Fiction,Publishing,USD,2012-07-19,2500.00,2012-06-19 03:06:19,627.42,failed,21,US,627.42,627.42,2500.00 +"1163668180,""Neverending Gun Show Tour - Sadistik, Kristoff, Bodi, Ordeal"",Music,Music,USD,2011-04-20,750.00,2011-03-10 02:54:04,1050.37,successful,38,US,1050.37,1050.37,750.00" +1163668856,Manifold Clock: Telling time in 3D,Product Design,Design,USD,2012-02-23,15000.00,2012-01-15 10:15:27,36696.13,successful,648,US,36696.13,36696.13,15000.00 +1163670475,the madd hatter food truck company,Food Trucks,Food,CAD,2017-06-09,35000.00,2017-05-10 20:37:02,21.00,failed,2,CA,14.61,15.55,25908.65 +1163675848,Day of the Dead Wolverine Calavera Vinyl Stickers,Illustration,Art,USD,2016-03-18,250.00,2016-03-04 01:49:09,1138.00,successful,73,US,1138.00,1138.00,250.00 +1163676155,Shadowed Skies Book One: Shattered Peace,Fiction,Publishing,USD,2017-03-27,3000.00,2017-02-20 04:38:33,126.00,failed,3,US,17.00,126.00,3000.00 +1163689210,TheMicroTimes,Web,Technology,GBP,2015-11-21,50000.00,2015-10-22 13:43:39,132.00,failed,5,GB,203.82,198.68,75259.27 +1163691524,50 Pies 50 States,Food,Food,USD,2016-10-23,10000.00,2016-09-23 17:45:27,10364.00,successful,147,US,1501.00,10364.00,10000.00 +1163692165,Optimal Terrain: The Guide to Deep Nutrition for Cancer,Nonfiction,Publishing,USD,2016-03-15,50000.00,2016-01-15 22:37:40,2984.00,failed,24,US,2984.00,2984.00,50000.00 +116369219,Own a piece of Film History – Official Jewelry Merchandise,Film & Video,Film & Video,AUD,2018-01-29,5500.00,2017-12-02 15:17:15,1001.00,live,5,AU,238.25,788.06,4330.03 +1163694629,WALTER ALBUM,Indie Rock,Music,USD,2013-03-04,5000.00,2013-01-09 21:52:34,10.00,failed,1,US,10.00,10.00,5000.00 +1163706107,Moments for our life,Photography,Photography,EUR,2015-07-23,10000.00,2015-06-23 06:28:54,0.00,failed,0,AT,0.00,0.00,10939.00 +116370889,The 2016 TSP Sketchbook,Comic Books,Comics,USD,2016-11-02,1300.00,2016-10-07 19:45:55,1554.00,successful,51,US,721.00,1554.00,1300.00 +1163710091,Cannabis Culture Fashion and accessories geared toward you,Apparel,Fashion,USD,2016-04-08,7500.00,2016-03-04 00:42:50,0.00,failed,0,US,0.00,0.00,7500.00 +1163714836,Stand-up Comedy with Sammy Obeid at the Castro Theatre,Theater,Theater,USD,2016-02-28,9000.00,2015-12-30 19:24:08,50.00,failed,5,US,50.00,50.00,9000.00 +1163722127,BETRAYAL !,Shorts,Film & Video,USD,2012-04-09,400.00,2012-03-28 02:31:06,455.00,successful,15,US,455.00,455.00,400.00 +1163726565,Keffington Naturals - All Natural Skincare,Crafts,Crafts,USD,2016-07-25,500.00,2016-05-26 01:14:15,520.00,successful,5,US,260.00,520.00,500.00 +1163729858,Shikata Ga Nai: Music about the Japanese Internment Camps,Music,Music,USD,2012-07-23,2100.00,2012-06-12 05:57:26,2118.00,successful,42,US,2118.00,2118.00,2100.00 +1163739415,STOP Today not Tomorrow,Publishing,Publishing,CAD,2016-07-08,25000.00,2016-06-07 21:36:27,100.00,failed,1,CA,0.00,76.84,19210.08 +1163743976,Karma Wristbands... wearable positivity.,Weaving,Crafts,GBP,2017-04-30,3000.00,2017-03-30 05:32:33,80.00,canceled,4,GB,62.83,103.52,3881.84 +1163744484,Queen City Core,Print,Journalism,USD,2014-07-25,4325.00,2014-07-10 00:04:37,4351.00,successful,40,US,4351.00,4351.00,4325.00 +1163744718,Stranger In My House A Theatrical Stage Play,Theater,Theater,USD,2012-07-27,10000.00,2012-06-27 00:26:20,0.00,failed,0,US,0.00,0.00,10000.00 +116374896,SUSPICIOUS DENSITIES,Shorts,Film & Video,USD,2012-02-13,7000.00,2012-01-14 01:21:45,7170.00,successful,68,US,7170.00,7170.00,7000.00 +1163751194,DreamHopping,Graphic Design,Design,USD,2013-03-24,20000.00,2013-02-22 02:36:55,113.00,failed,9,US,113.00,113.00,20000.00 +1163759056,Saying Goodbye To Vietnam,Nonfiction,Publishing,USD,2015-03-15,39800.00,2015-02-06 21:44:26,24300.00,failed,75,US,24300.00,24300.00,39800.00 +"1163764210,""""""I Married a Method Actor"""" Pilot Presentation"",Film & Video,Film & Video,USD,2013-10-04,12000.00,2013-09-04 03:29:14,12325.69,successful,154,US,12325.69,12325.69,12000.00" +1163765919,Brave New Surf,Rock,Music,USD,2011-12-10,300.00,2011-11-26 01:41:31,1211.00,successful,34,US,1211.00,1211.00,300.00 +1163767287,Seelie: Playing Cards with a Touch of Fairy Magic,Graphic Design,Design,USD,2013-07-14,5000.00,2013-06-14 01:31:04,7328.19,successful,299,US,7328.19,7328.19,5000.00 +"1163771028,Prince Rogers Nelson Memorial Music School,Music,Music,USD,2016-05-22,5000.00,2016-04-22 01:29:41,33.00,failed,0,""N,0"""""",,33.00,5000.00" +1163775113,DUNGEON CRUSADE (Canceled),Tabletop Games,Games,USD,2013-10-17,80000.00,2013-09-17 12:23:38,1879.00,canceled,25,US,1879.00,1879.00,80000.00 +1163775909,Knaak Attack Record,Music,Music,USD,2016-10-19,7500.00,2016-09-19 22:24:17,7523.00,successful,62,US,86.00,7523.00,7500.00 +"1163788410,""""""Sunset at Semper Fulgens"""""",Music Videos,Film & Video,USD,2017-03-30,7500.00,2017-02-28 22:29:57,0.00,canceled,0,US,0.00,0.00,7500.00" +1163795534,Hand Carved Santa Ornaments,Woodworking,Crafts,USD,2016-12-03,200.00,2016-11-08 23:45:27,84.00,failed,2,US,84.00,84.00,200.00 +116379880,Extraversal Year 1: Time to Fly,Graphic Novels,Comics,GBP,2017-09-07,1000.00,2017-08-08 19:59:58,2870.00,successful,191,GB,2192.17,3792.38,1321.39 +1163799852,Let There Be Letters!,Nonfiction,Publishing,USD,2010-08-23,50.00,2010-05-25 03:44:44,297.00,successful,26,US,297.00,297.00,50.00 +116381372,Straw Man - Short Film,Shorts,Film & Video,USD,2017-08-07,2800.00,2017-07-09 21:50:30,2911.00,successful,58,US,105.00,2911.00,2800.00 +1163815785,Affairs Of The Mind Chibi: A Day in the Life!,Video Games,Games,USD,2013-01-26,175000.00,2012-11-27 15:02:27,1483.00,failed,22,US,1483.00,1483.00,175000.00 +1163816897,D E S M O N D - ÜBER/KINO PRODUCTIONS,Shorts,Film & Video,GBP,2013-12-31,800.00,2013-11-30 00:21:44,835.50,successful,41,GB,1361.90,1371.70,1313.41 +"1163821759,""Thieves, Rogues and Vagabonds, Virginia's White Slaves"",Nonfiction,Publishing,USD,2015-05-31,3800.00,2015-05-01 18:26:29,0.00,failed,0,US,0.00,0.00,3800.00" +1163823222,DonkeyCorn,Playing Cards,Games,EUR,2016-11-03,10000.00,2016-09-19 18:48:00,0.00,canceled,0,DE,0.00,0.00,11092.99 +1163824884,Seattle RC Autodromo,DIY Electronics,Technology,USD,2016-01-01,50000.00,2015-11-02 22:56:18,0.00,failed,0,US,0.00,0.00,50000.00 +1163830423,An Oakland band to Texas. A photo zine.,Photography,Photography,USD,2013-03-12,500.00,2013-02-26 04:54:35,1144.00,successful,51,US,1144.00,1144.00,500.00 +1163836486,Energy efficient house plans website,Architecture,Design,GBP,2015-07-15,4000.00,2015-06-15 17:31:56,200.00,failed,2,GB,311.24,311.87,6237.43 +1163842002,Valhalla in the Fall 2016,Tabletop Games,Games,USD,2016-03-27,28000.00,2016-03-07 10:27:37,28551.00,successful,21,US,28551.00,28551.00,28000.00 +1163843761,Nick & Al Meet The Devil,Narrative Film,Film & Video,USD,2013-05-01,30000.00,2013-04-01 09:03:52,2490.00,failed,31,US,2490.00,2490.00,30000.00 +1163850977,Weedopia (Canceled),Video Games,Games,CAD,2014-10-30,6000.00,2014-09-29 17:32:44,140.00,canceled,5,CA,125.50,124.18,5321.98 +1163852590,THE LAST STAND COMEDY VENUE,Theater,Theater,USD,2012-02-03,3000.00,2011-12-31 01:54:37,3012.00,successful,62,US,3012.00,3012.00,3000.00 +"1163854611,""Breaking Ground Dance Festival 2014, JordanDanielsDance!"",Dance,Dance,USD,2014-01-03,750.00,2013-11-19 20:37:53,425.00,failed,17,US,425.00,425.00,750.00" +"1163858731,""Help Release Red Light Rodeo's the Birds 7"""""",Country & Folk,Music,USD,2015-06-01,2250.00,2015-05-08 16:22:02,3072.00,successful,54,US,3072.00,3072.00,2250.00" +116386409,Vikingar: the Conquest of the world – Board game,Tabletop Games,Games,CAD,2017-04-19,55000.00,2017-03-20 16:58:58,93517.50,successful,1058,CA,6172.65,69411.04,40822.39 +1163868692,NewsVerifier.com A system to Stop Fake News,Web,Technology,USD,2017-01-17,15000.00,2016-12-19 22:39:52,10.00,failed,1,US,10.00,10.00,15000.00 +1163879656,Jazzistan (working title),Documentary,Film & Video,USD,2013-10-02,23000.00,2013-08-29 19:32:01,854.92,failed,19,US,854.92,854.92,23000.00 +1163880883,INFINE folding chair,Product Design,Design,EUR,2017-10-31,15000.00,2017-09-26 20:05:00,897.00,failed,7,FR,29.83,1045.64,17485.57 +1163881730,Steampuff the Animated Series,Animation,Film & Video,USD,2015-07-16,65000.00,2015-06-16 18:56:44,1987.00,failed,56,US,1987.00,1987.00,65000.00 +1163894511,living the life,Footwear,Fashion,USD,2015-12-31,25000.00,2015-12-01 23:41:27,0.00,failed,0,US,0.00,0.00,25000.00 +1163897611,Ice Dice - Play With Your Drinks,Drinks,Food,GBP,2015-03-10,5000.00,2015-02-08 17:57:27,176.00,failed,12,GB,268.25,260.14,7390.44 +1163906036,Art In Odd Place 2012: MODEL,Public Art,Art,USD,2012-10-02,3000.00,2012-09-01 00:17:21,3701.00,successful,16,US,3701.00,3701.00,3000.00 +1163906590,FUTSOULDIERS. La Primera Cantera Virtual del Planeta,Apps,Technology,MXN,2017-12-31,500000.00,2017-11-01 06:09:13,100.00,failed,1,MX,0.00,5.16,25817.11 +1163906616,Make the Censors Watch 'Paint Drying',Film & Video,Film & Video,GBP,2015-12-16,109.00,2015-11-16 13:26:48,5936.85,successful,686,GB,9044.80,8853.04,162.54 +"1163910213,""Mister Mac and the Mermaids - """"Tails of the Seven Seas"""""",Music,Music,USD,2012-03-18,3500.00,2012-02-17 19:30:25,3940.00,successful,93,US,3940.00,3940.00,3500.00" +1163913557,Hydrogen Weather Balloon in Space Video! - 19 Miles Up!,Documentary,Film & Video,USD,2012-08-10,900.00,2012-07-11 20:08:48,900.00,successful,13,US,900.00,900.00,900.00 +"1163913799,""ANTS in the PLANTS at GRAMPS needs2be illustrated,edited,FMT"",Children's Books,Publishing,USD,2013-07-02,6300.00,2013-05-29 07:20:12,0.00,failed,0,US,0.00,0.00,6300.00" +1163913900,The Journey of the Ornamental Self,Painting,Art,USD,2011-07-03,500.00,2011-06-13 03:30:27,600.01,successful,15,US,600.01,600.01,500.00 +1163914724,Black Moth - Hard Enamel Pin,Accessories,Fashion,USD,2016-05-20,500.00,2016-04-20 18:58:24,63.00,failed,5,US,63.00,63.00,500.00 +1163915533,Transcendent Theatricals Summer Theatre!,Musical,Theater,USD,2014-07-02,6000.00,2014-05-10 00:57:45,6025.00,successful,35,US,6025.00,6025.00,6000.00 +1163916344,Laying God's Table (Canceled),Events,Food,NZD,2015-02-28,22000.00,2015-01-31 06:53:21,1739.00,canceled,20,NZ,1265.94,1303.40,16489.28 +"1163917318,""John Batdorf's Brand New CD """"Next Stop, Willoughby"""""",Music,Music,USD,2017-03-18,12500.00,2017-02-01 05:02:24,13608.00,successful,126,US,50.00,13608.00,12500.00" +"1163920232,""Fornax, the friendly toothbrush"",Children's Books,Publishing,USD,2012-10-24,7000.00,2012-09-20 00:06:47,2421.00,failed,49,US,2421.00,2421.00,7000.00" +1163923179,Nine from Nine,Illustration,Art,GBP,2013-03-14,1000.00,2013-02-12 18:10:04,1440.00,successful,26,GB,2275.19,2180.99,1514.58 +1163925508,Making eyewear here again.,Product Design,Design,GBP,2017-05-27,10000.00,2017-05-02 17:29:39,10950.00,successful,123,GB,3483.78,14074.55,12853.47 +1163929691,Limited Edition Heroic Fireman Statuette,Sculpture,Art,USD,2012-10-06,14500.00,2012-09-06 18:37:30,70.00,failed,2,US,70.00,70.00,14500.00 +116393189,Crow Summer Issue One,Webcomics,Comics,USD,2017-08-23,200.00,2017-08-09 00:17:39,631.00,successful,32,US,602.00,631.00,200.00 +1163931915,Adventurers! Revised Print Edition,Tabletop Games,Games,EUR,2016-11-09,4000.00,2016-10-11 16:31:05,5436.00,successful,138,IT,3088.03,5927.44,4361.62 +1163935232,DOPE MONEY CULTURE: A LIFESTYLE BRAND,Apparel,Fashion,USD,2016-08-05,5000.00,2016-07-06 17:14:05,0.00,failed,0,US,0.00,0.00,5000.00 +1163941018,Cypress Library,Games,Games,USD,2016-07-23,3000.00,2016-06-23 17:25:24,103.00,canceled,5,US,103.00,103.00,3000.00 +"1163941141,""""""My Own Private Idol"""" - a crazy new web series in the making"",Webseries,Film & Video,USD,2013-08-21,2000.00,2013-07-22 20:34:34,270.00,failed,9,US,270.00,270.00,2000.00" +1163942232,Obscurae: a photo show for Braddock PA,Photography,Photography,USD,2009-07-02,800.00,2009-05-07 21:36:45,60.00,failed,2,US,60.00,60.00,800.00 +1163946936,Patisserie Margo - Edina Location Move,Food,Food,USD,2015-06-18,25000.00,2015-05-09 08:12:58,28065.00,successful,190,US,28065.00,28065.00,25000.00 +1163952455,Freedom Cycle System. A World First in bikes-Pre-order Now,Product Design,Design,AUD,2016-07-27,150000.00,2016-06-21 12:39:23,16641.00,canceled,125,AU,11914.23,12510.15,112765.00 +"1163953441,""Foxx Media Group Sex Crime Web Series - """"The Hell of Fame"""""",Video,Journalism,USD,2015-04-08,5000.00,2015-03-09 17:33:09,0.00,failed,0,US,0.00,0.00,5000.00" +1163955411,World Class Dance Workshop Comes to Reno! (Canceled),Dance,Dance,USD,2010-08-08,2000.00,2010-07-20 04:45:30,160.00,canceled,4,US,160.00,160.00,2000.00 +116396245,w8timez - Social Waiting time for Busy Places,Apps,Technology,USD,2015-02-27,165000.00,2015-01-28 08:05:01,2.00,failed,2,US,2.00,2.00,165000.00 +116396781,Trapped & Bound,Film & Video,Film & Video,USD,2012-01-22,50000.00,2011-12-16 15:52:19,25.00,failed,1,US,25.00,25.00,50000.00 +1163975702,Emalee Publishes Pynes,Fiction,Publishing,USD,2013-12-26,4500.00,2013-11-21 05:51:37,4590.00,successful,53,US,4590.00,4590.00,4500.00 +1163976490,Don't Call Me Gypsy - The Book,Nonfiction,Publishing,USD,2016-12-15,5000.00,2016-11-15 16:16:23,6351.00,successful,149,US,0.00,6351.00,5000.00 +1163978605,A Ring in Brooklyn,Theater,Theater,USD,2012-07-07,2000.00,2012-06-19 20:43:23,2550.00,successful,57,US,2550.00,2550.00,2000.00 +1163983432,Help Finish Crobone's Debut E.P.,Rock,Music,USD,2017-10-15,1000.00,2017-09-10 04:03:33,1030.00,successful,22,US,480.00,1030.00,1000.00 +1163986274,Beautifully Functional Sweat-Blocking Lingerie (Canceled),Apparel,Fashion,USD,2015-12-12,50000.00,2015-10-28 17:06:18,2817.00,canceled,31,US,2817.00,2817.00,50000.00 +1163992728,How Westminster Stole The Scottish Referendum,Documentary,Film & Video,GBP,2014-11-28,18000.00,2014-09-29 21:04:31,51.00,failed,4,GB,82.86,80.05,28252.58 +1164008268,The Lost Dutchman (North Bend Theatre Premiere) (Canceled),Shorts,Film & Video,USD,2013-12-29,4000.00,2013-11-29 19:09:23,266.00,canceled,6,US,266.00,266.00,4000.00 +"1164014213,""4 re(e/a)lz: The Really Reel Film Fest, by Lion VS Gorilla"",Art,Art,USD,2011-08-16,250.00,2011-07-25 17:52:17,87.00,failed,8,US,87.00,87.00,250.00" +1164015018,20somethings,Film & Video,Film & Video,USD,2011-03-09,800.00,2011-02-17 04:00:01,1100.00,successful,24,US,1100.00,1100.00,800.00 +1164020147,Boats and Bridges Debut Album,Music,Music,USD,2016-12-09,3500.00,2016-11-09 04:56:59,265.00,failed,6,US,10.00,265.00,3500.00 +1164025341,FindMe,Web,Technology,EUR,2015-05-16,10000.00,2015-04-16 14:41:37,0.00,failed,0,NL,0.00,0.00,11163.95 +1164031497,The Expression Clothing Co.,Fashion,Fashion,USD,2018-01-08,4305.00,2017-12-07 03:24:43,0.00,live,0,US,0.00,0.00,4305.00 +116403425,Good Feeling (Canceled),Ready-to-wear,Fashion,EUR,2015-10-13,20000.00,2015-09-13 16:18:23,124.00,canceled,2,NL,140.59,140.86,22720.04 +1164054880,Reveal: 5 Zones of Beauty,Dance,Dance,USD,2011-01-01,3000.00,2010-11-19 00:15:11,106.00,failed,4,US,106.00,106.00,3000.00 +1164056450,Batbear vs Superbear,Comic Books,Comics,USD,2016-05-22,1000.00,2016-04-22 00:37:01,1045.00,successful,32,US,1045.00,1045.00,1000.00 +1164056701,The Wars,Tabletop Games,Games,USD,2015-06-01,20000.00,2015-05-02 08:17:21,16.00,failed,2,US,16.00,16.00,20000.00 +1164068233,Project Gliese - A Game Similar to Flower and Journey,Video Games,Games,USD,2014-06-18,50000.00,2014-05-28 15:38:35,201.00,failed,10,US,201.00,201.00,50000.00 +1164071730,You're Not Alone My Child - Anti war song for Gaza et al,Pop,Music,GBP,2015-05-06,600.00,2015-04-16 21:31:01,50.00,failed,1,GB,73.81,77.07,924.81 +1164071754,Gente feliz,Documentary,Film & Video,EUR,2017-11-08,5000.00,2017-10-19 14:38:37,106.00,failed,3,LU,0.00,123.53,5827.03 +"1164083138,""Search & Rescue Training, From Day One """"Siraya & Jason"""""",Documentary,Film & Video,USD,2014-09-23,17000.00,2014-08-31 05:39:36,52.00,failed,2,US,52.00,52.00,17000.00" +1164084811,Reporting Trip to Africa (Canceled),Journalism,Journalism,USD,2014-10-07,5000.00,2014-09-10 23:49:10,0.00,canceled,0,US,0.00,0.00,5000.00 +1164085346,Little Ghosts - Single & Music Video,Indie Rock,Music,USD,2017-10-28,550.00,2017-09-26 06:00:18,585.00,successful,8,US,0.00,585.00,550.00 +1164087114,Soulish Soaks,Fashion,Fashion,USD,2016-06-18,2000.00,2016-05-19 18:33:56,0.00,failed,0,US,0.00,0.00,2000.00 +1164088481,TinyTys Children's Jewelry Kit- Create&Learn with STEM Fun!,Jewelry,Fashion,USD,2017-12-03,15000.00,2017-11-03 15:52:08,955.00,failed,10,US,645.00,955.00,15000.00 +1164089246,Bitter.Sweet.Love (Canceled),Shorts,Film & Video,USD,2013-09-22,18000.00,2013-08-03 05:33:38,400.00,canceled,6,US,400.00,400.00,18000.00 +116409114,Building Drums For Every Drummer,Product Design,Design,USD,2015-02-19,8000.00,2015-01-20 03:21:10,1.00,failed,1,US,1.00,1.00,8000.00 +1164094601,Creators: The DIY game that changes how we see waste,Tabletop Games,Games,EUR,2015-09-03,15000.00,2015-08-05 22:33:49,10226.00,failed,75,NL,11194.27,11389.68,16706.95 +1164104449,Mutability - Chapter 2,Webseries,Film & Video,USD,2015-04-12,3000.00,2015-03-23 16:52:40,3245.00,successful,44,US,3245.00,3245.00,3000.00 +"116410780,""""""The After"""" (Short)"",Shorts,Film & Video,USD,2012-04-10,6500.00,2012-03-06 10:55:56,900.00,failed,25,US,900.00,900.00,6500.00" +"116411247,""Progressive Movement(s)- sculpture, video, performance art"",Sculpture,Art,USD,2011-07-19,3500.00,2011-06-14 04:30:27,805.00,failed,14,US,805.00,805.00,3500.00" +1164114472,Pistol Lake: Perfect men's shirts at perfect prices,Fashion,Fashion,USD,2012-12-08,5000.00,2012-11-08 17:31:05,51712.00,successful,563,US,51712.00,51712.00,5000.00 +1164127493,How did i do it?,Publishing,Publishing,USD,2016-08-13,15000.00,2016-07-19 22:45:31,101.00,failed,2,US,100.00,101.00,15000.00 +1164132013,SF Ballet on World Ballet Day Live!,Dance,Dance,USD,2014-10-01,30000.00,2014-09-03 19:54:50,35666.00,successful,432,US,35666.00,35666.00,30000.00 +1164135271,GAKU Engine - Dynamic Open Source School Management,Software,Technology,USD,2014-07-23,180000.00,2014-05-24 07:58:05,206.00,failed,12,US,206.00,206.00,180000.00 +1164144447,Art Block,Art,Art,USD,2015-06-01,100.00,2015-04-10 21:25:27,0.00,failed,0,US,0.00,0.00,100.00 +1164160997,Do It Yourself Anthology Comics Magazine,Publishing,Publishing,USD,2013-04-25,3000.00,2013-03-26 14:05:41,873.00,failed,39,US,873.00,873.00,3000.00 +1164177998,LIVE COMEDY ALBUM in NH,World Music,Music,USD,2011-07-09,475.00,2011-06-09 01:04:19,640.12,successful,29,US,640.12,640.12,475.00 +1164178827,If I Only Knew: Production Fund,Narrative Film,Film & Video,USD,2011-01-01,1000.00,2010-11-22 20:45:46,0.00,failed,0,US,0.00,0.00,1000.00 +1164208381,Chasing My American Dream: Inspiring Minority Youth,Publishing,Publishing,USD,2012-01-17,300.00,2011-12-27 21:05:13,26.00,failed,4,US,26.00,26.00,300.00 +"1164208636,""Four month search for a job, a real story"",Web,Journalism,CAD,2014-12-23,5000.00,2014-12-16 22:04:09,1.00,failed,1,CA,0.86,0.86,4313.32" +"1164222052,""Make 100: Crazy Cat Stickers, Pillows, and Totes!"",Illustration,Art,USD,2017-02-09,615.00,2017-01-10 20:36:52,1181.00,successful,84,US,242.00,1181.00,615.00" +"1164225742,""The Bullyvard Ep.1 """"XD Tv"""""",Animation,Film & Video,USD,2013-05-22,34000.00,2013-04-22 20:38:45,230.00,failed,8,US,230.00,230.00,34000.00" +1164228462,I Am Soccer,Shorts,Film & Video,USD,2011-03-05,1000.00,2011-01-23 06:08:50,1410.00,successful,22,US,1410.00,1410.00,1000.00 +1164232388,Cobba | The World's First Non-Stop Shorts featuring AptGrip,Apparel,Fashion,AUD,2017-01-20,20000.00,2016-11-21 09:05:58,190981.80,successful,1401,AU,402.24,143854.93,15064.78 +1164233702,How I got to the E.R (Canceled),Tabletop Games,Games,USD,2015-03-04,5000.00,2015-01-28 14:11:26,399.00,canceled,15,US,399.00,399.00,5000.00 +1164233951,Modulo - Expandable portable battery. Awarded Best Product,Design,Design,USD,2014-05-30,30000.00,2014-04-24 12:00:46,165746.50,successful,2718,US,165746.50,165746.50,30000.00 +1164235680,A Charming Gut,Hip-Hop,Music,USD,2012-03-18,4000.00,2012-02-17 22:57:21,496.00,failed,28,US,496.00,496.00,4000.00 +1164245230,Beyond The Border - Landscapes From Mexico,Painting,Art,USD,2011-08-01,2500.00,2011-07-01 14:30:39,2540.00,successful,24,US,2540.00,2540.00,2500.00 +1164249659,AMPY: Power your devices from your motion,Wearables,Technology,USD,2014-11-10,100000.00,2014-10-09 07:00:39,309323.62,successful,2573,US,309323.62,309323.62,100000.00 +1164250004,The Nation 94 Movement,Film & Video,Film & Video,USD,2016-09-16,10000.00,2016-07-24 04:55:00,0.00,failed,0,US,0.00,0.00,10000.00 +1164251401,Filesense Attorney Case Management System (Canceled),Software,Technology,USD,2016-06-17,50000.00,2016-05-18 22:50:35,5.00,canceled,1,US,5.00,5.00,50000.00 +1164258237,'The Code',Faith,Music,GBP,2016-02-01,1200.00,2016-01-07 21:41:35,1372.00,successful,39,GB,2011.43,1996.65,1746.34 +1164264516,Home Hunter App,Apps,Technology,USD,2017-04-07,30000.00,2017-03-31 17:17:12,182.00,failed,2,US,0.00,182.00,30000.00 +1164267193,Map it,Apps,Technology,GBP,2015-04-16,30000.00,2015-03-19 11:14:33,0.00,failed,0,GB,0.00,0.00,45064.67 +1164267901,Polyforma Design Project,Footwear,Fashion,GBP,2014-08-13,24000.00,2014-07-14 17:41:25,24543.75,successful,234,GB,42021.72,40963.60,40056.08 +1164271753,Spurenlesen – Zur Philosophie der Human-Animal-Studies,Nonfiction,Publishing,EUR,2016-08-14,1000.00,2016-07-15 14:17:36,1080.00,successful,12,DE,222.27,1223.21,1132.61 +1164274733,Cutthroat and Bull Trout Underwater photography mission,Art,Art,USD,2015-08-12,6000.00,2015-07-23 17:32:43,955.00,canceled,7,US,955.00,955.00,6000.00 +1164275786,Untold Story: A Pop-Up RPG (Canceled),Video Games,Games,USD,2015-01-02,8125.00,2014-12-01 09:13:59,70.00,canceled,4,US,70.00,70.00,8125.00 +"1164279447,""Greendale, WI, 75th Anniversary - """"Then and Now"""" photo book."",Photography,Photography,USD,2013-06-13,4800.00,2013-05-14 23:32:05,5105.00,successful,60,US,5105.00,5105.00,4800.00" +1164279834,B-Dirty Muscle Body Wash,Product Design,Design,USD,2016-10-14,12000.00,2016-09-14 22:47:36,12.00,failed,1,US,0.00,12.00,12000.00 +1164281237,Humi App - Give Less. Create More.,Apps,Technology,GBP,2017-03-31,113400.00,2017-02-20 08:14:55,885.00,failed,17,GB,0.00,1105.93,141709.26 +1164283092,CKC-Marche Public-Jardins Kirkland Gardens-Farmers' Market,Community Gardens,Food,CAD,2014-05-03,5000.00,2014-04-18 23:21:05,25.00,failed,1,CA,22.72,23.08,4616.81 +116428318,Self-Publishing of my first novel: Crystal Dreams,Fiction,Publishing,USD,2012-04-04,2000.00,2012-02-04 02:29:36,187.00,failed,13,US,187.00,187.00,2000.00 +1164287399,Music Saved My Life,Sculpture,Art,USD,2011-08-24,1100.00,2011-08-04 07:43:26,1145.00,successful,26,US,1145.00,1145.00,1100.00 +1164295559,Nemesis: the series,Webseries,Film & Video,USD,2010-11-20,7000.00,2010-10-21 21:07:21,0.00,failed,0,US,0.00,0.00,7000.00 +1164298352,Joe Exotic & Tony Tiger TV,Music Videos,Film & Video,USD,2015-04-30,45000.00,2015-04-02 20:54:44,61.00,failed,3,US,61.00,61.00,45000.00 +1164301134,Fund Life In ZoiVision become a Visionary!,Webseries,Film & Video,USD,2013-09-06,15000.00,2013-07-08 21:41:09,180.00,failed,6,US,180.00,180.00,15000.00 +1164303449,Lil' Jake's: Where Safety Education & Fun Times Meet,Live Games,Games,USD,2016-06-01,12000.00,2016-05-03 06:46:13,3365.00,failed,16,US,3365.00,3365.00,12000.00 +1164305380,People Making T-Shirts (Canceled),Apparel,Fashion,USD,2015-01-13,8000.00,2014-11-14 16:04:51,0.00,canceled,0,US,0.00,0.00,8000.00 +1164324632,Leaded is ready to begin final stages of their debut CD!,Rock,Music,USD,2014-05-14,750.00,2014-04-14 16:56:24,1005.00,successful,27,US,1005.00,1005.00,750.00 +1164326094,Family Vineyard,DIY,Crafts,USD,2014-09-05,1000.00,2014-08-06 20:45:49,0.00,failed,0,US,0.00,0.00,1000.00 +1164331882,Center Street Cinema,Film & Video,Film & Video,USD,2013-12-27,3000.00,2013-11-27 16:09:18,3000.00,successful,29,US,3000.00,3000.00,3000.00 +1164334526,Pink Noise Zine,Zines,Publishing,GBP,2017-07-21,100.00,2017-06-21 02:24:48,161.00,successful,6,GB,12.78,209.17,129.92 +1164338577,The Great Maté Journey,Food,Food,USD,2009-11-24,2750.00,2009-08-26 18:35:25,1185.00,failed,21,US,1185.00,1185.00,2750.00 +1164341337,Blue Monkey and Friends - a children's picture book,Children's Books,Publishing,USD,2016-07-07,3900.00,2016-06-02 08:14:43,279.00,failed,8,US,279.00,279.00,3900.00 +1164351822,The Amazing Mr. Chim! An animated gem 9 years in the making!,Animation,Film & Video,USD,2012-09-28,33000.00,2012-08-29 01:54:27,863.00,failed,21,US,863.00,863.00,33000.00 +1164355682,The Middle Voice presents Clifford Odets' WAITING FOR LEFTY,Theater,Theater,USD,2012-07-01,1500.00,2012-06-12 05:51:32,2010.00,successful,51,US,2010.00,2010.00,1500.00 +1164361367,Adrenaline Escapes,Live Games,Games,CAD,2017-01-01,1000.00,2016-11-30 23:15:21,1000.00,successful,16,CA,0.00,754.26,754.26 +1164363374,Nokï Baby Bottle Adapter,Product Design,Design,USD,2016-11-01,30000.00,2016-09-02 21:02:45,2613.00,canceled,49,US,175.00,2613.00,30000.00 +1164367813,Finger Lickn Wings,Food,Food,USD,2013-06-30,5000.00,2013-05-28 19:35:14,105.00,failed,6,US,105.00,105.00,5000.00 +1164370132,Titanic,Musical,Theater,GBP,2015-03-26,400.00,2015-02-25 00:52:57,676.00,successful,25,GB,1039.64,1005.58,595.02 +1164371131,Medieval Mayhem - 28mm Knights versus Zombies Miniatures,Tabletop Games,Games,GBP,2015-05-10,1500.00,2015-04-10 20:02:14,11859.00,successful,156,GB,17633.47,18629.82,2356.42 +1164372737,United America Project,Sculpture,Art,USD,2012-09-13,5000.00,2012-08-14 05:13:25,0.00,failed,0,US,0.00,0.00,5000.00 +"1164382005,""Rite of Spring's new EP: """"Until the Stars Turn Cold"""""",Music,Music,USD,2014-06-30,660.00,2014-05-29 01:00:35,830.00,successful,15,US,830.00,830.00,660.00" +"116438579,""100% Silk Necklaces & Bracelet, Silk Thread Tassel Earrings"",Jewelry,Fashion,USD,2017-08-09,3000.00,2017-07-10 07:10:20,0.00,failed,0,US,25.00,0.00,3000.00" +116438960,CAFFRA Productions Animation Series,Animation,Film & Video,USD,2017-03-22,600000.00,2017-02-20 23:52:02,45.00,failed,3,US,20.00,45.00,600000.00 +1164402634,Allmogens almanacka,Calendars,Publishing,SEK,2016-12-07,9000.00,2016-11-26 04:00:19,58978.00,successful,115,SE,1810.75,6426.02,980.61 +1164413166,BUZZENIT MUSIC : IT SOUNDS GOOD !,Music,Music,EUR,2017-01-15,5300.00,2016-12-16 21:02:39,0.00,failed,0,FR,1.05,0.00,5634.94 +1164415543,Everyone Loves Bacon,Bacon,Food,USD,2015-07-28,200.00,2015-07-13 16:51:18,235.00,successful,6,US,235.00,235.00,200.00 +1164421391,Painted In Blood: Carnival of Souls the debut album,Rock,Music,USD,2013-02-15,500.00,2013-01-17 05:05:00,580.00,successful,18,US,580.00,580.00,500.00 +"116442870,""Help fund our short film """"The Briefcase."""""",Shorts,Film & Video,USD,2010-11-28,3500.00,2010-10-05 21:02:40,3595.00,successful,21,US,3595.00,3595.00,3500.00" +1164429846,Urban Isshoes Magazine (Canceled),Zines,Publishing,USD,2015-10-06,25000.00,2015-09-10 18:41:32,0.00,canceled,0,US,0.00,0.00,25000.00 +"1164437157,""""""Around We Go"""""",Music,Music,USD,2013-03-17,7000.00,2013-02-04 20:35:47,10500.50,successful,119,US,10500.50,10500.50,7000.00" +1164438985,Guitar App,Music,Music,EUR,2017-03-10,2900.00,2017-01-11 21:33:16,0.00,failed,0,DE,0.00,0.00,3075.75 +1164439357,OFF THE BEAT ALBUM RECORDING 2014!,Indie Rock,Music,USD,2014-07-16,5000.00,2014-06-10 16:04:01,5130.99,successful,58,US,5130.99,5130.99,5000.00 +1164440109,Pirates & Dragons RPG,Tabletop Games,Games,GBP,2013-10-05,2000.00,2013-09-05 23:15:06,6544.88,successful,114,GB,10185.62,10457.92,3195.76 +1164441170,DEBBY HOLIDAY'S Key To Your Soul Music Video,Film & Video,Film & Video,USD,2012-04-30,5000.00,2012-04-03 03:44:00,5315.00,successful,86,US,5315.00,5315.00,5000.00 +1164445995,Pet Safety Product,Technology,Technology,USD,2017-09-07,10000.00,2017-08-08 00:47:50,39.00,failed,3,US,18.00,39.00,10000.00 +1164447508,Global Chorus Doc,Documentary,Film & Video,CAD,2015-01-20,25000.00,2014-11-21 22:55:29,1746.00,failed,16,CA,1539.15,1402.86,20086.77 +1164447839,Swedish Folk Music Treasures,World Music,Music,USD,2014-05-26,5000.00,2014-04-26 17:32:20,6190.00,successful,64,US,6190.00,6190.00,5000.00 +1164452573,Post Production for the short film STORAGE,Shorts,Film & Video,USD,2012-07-20,1000.00,2012-06-20 01:07:49,1764.00,successful,32,US,1764.00,1764.00,1000.00 +"1164455535,"""""" The Drop """" Mini series"",Television,Film & Video,USD,2015-09-08,3000.00,2015-08-10 16:18:28,0.00,failed,0,US,0.00,0.00,3000.00" +"1164474460,The Pre-Parent Project - online education program,Film & Video,Film & Video,AUD,2016-01-04,3000.00,2015-12-14 08:33:42,550.00,undefined,0,""N,0"""""",,385.51,2102.75" +"1164492816,""The One Eyed Tulips Project-the Art, the Mag and the Show"",Conceptual Art,Art,USD,2011-07-12,2000.00,2011-07-02 08:05:11,70.00,canceled,2,US,70.00,70.00,2000.00" +1164496333,The Legend of Mermaids Tears - Volume 3 - (A Seaglass Story),Children's Books,Publishing,GBP,2017-11-08,1800.00,2017-10-06 11:13:28,2861.00,successful,76,GB,0.00,3773.01,2373.79 +1164506245,The List,Theater,Theater,CAD,2013-11-07,5500.00,2013-10-08 18:43:10,7000.00,successful,77,CA,6794.99,6695.36,5260.64 +1164520419,Arcana Playing Cards,Playing Cards,Games,USD,2015-02-10,45000.00,2015-01-01 18:00:12,190592.50,successful,3199,US,190592.50,190592.50,45000.00 +1164520878,End of Plays Festival,Theater,Theater,USD,2011-10-22,1000.00,2011-10-01 02:29:15,1101.50,successful,30,US,1101.50,1101.50,1000.00 +1164526736,Matcha Green Tea - Natural Energy and Mental Focus,Drinks,Food,USD,2015-12-17,18200.00,2015-11-04 02:08:07,1458.00,failed,15,US,1458.00,1458.00,18200.00 +1164527097,The Voice of Innocence,Illustration,Art,EUR,2016-08-20,5000.00,2016-07-20 18:18:07,0.00,canceled,0,IT,0.00,0.00,5645.00 +1164538033,Wooden bike,Product Design,Design,USD,2014-01-23,60000.00,2013-12-24 18:10:21,45.00,failed,4,US,45.00,45.00,60000.00 +"1164540011,""Back the Shop Local Revolution! (All-In-1, 7 Day Campaign)"",Web,Technology,AUD,2017-04-08,1000.00,2017-04-01 03:41:57,150.00,canceled,5,AU,38.33,113.67,757.81" +1164553622,FitFactory: Affordable Custom Menswear w/ In-Person Fittings,Fashion,Fashion,USD,2016-08-18,15000.00,2016-07-19 16:41:22,16117.00,successful,108,US,0.00,16117.00,15000.00 +1164568021,Shop Without Money with Treasure Circle,Web,Technology,USD,2015-08-25,81000.00,2015-07-16 23:04:53,2275.00,failed,44,US,2275.00,2275.00,81000.00 +116457965,Will Work For Freedom,Documentary,Film & Video,USD,2012-07-26,5000.00,2012-06-28 23:33:50,1311.00,failed,31,US,1311.00,1311.00,5000.00 +1164580218,Gib's - preserving the neighborhood while pushing it forward,Drinks,Food,USD,2014-12-20,50000.00,2014-11-20 19:22:14,8585.00,failed,76,US,8585.00,8585.00,50000.00 +1164592628,Cliche Music Tour Project,Music,Music,USD,2014-06-22,10000.00,2014-05-13 03:44:58,228.00,failed,8,US,228.00,228.00,10000.00 +1164599013,KIDS 4 PRESIDENT: captivating series for kids who dream BIG,Children's Books,Publishing,USD,2012-05-14,12000.00,2012-03-30 19:06:55,2430.00,failed,20,US,2430.00,2430.00,12000.00 +1164599705,Meteorite: A Unique Gift,Design,Design,USD,2015-04-05,1000.00,2015-02-19 04:41:05,3826.00,successful,110,US,3826.00,3826.00,1000.00 +1164599873,HomeTraq™ - Remote Home Monitor,Gadgets,Technology,USD,2015-02-08,15000.00,2015-01-09 15:12:36,2896.00,failed,78,US,2896.00,2896.00,15000.00 +1164607817,Dog Eat Dog,Comedy,Film & Video,USD,2015-06-10,2000.00,2015-05-11 18:39:46,275.00,failed,6,US,275.00,275.00,2000.00 +1164619324,The 10 Rules of Realism for Autism Spectrum Disorder,Nonfiction,Publishing,USD,2016-03-11,10000.00,2016-02-10 07:45:17,1.00,failed,1,US,1.00,1.00,10000.00 +1164636479,Bee the Keepers,Pop,Music,USD,2012-03-02,10000.00,2012-01-02 02:24:11,12211.76,successful,239,US,12211.76,12211.76,10000.00 +1164639846,Get comfeee with Cozeee,Product Design,Design,USD,2013-02-28,25000.00,2013-01-24 22:27:30,370.00,failed,8,US,370.00,370.00,25000.00 +1164640641,Sylvanor: The Secret of Under Hollow,Fiction,Publishing,USD,2014-01-10,4500.00,2013-12-11 21:19:33,4511.00,successful,32,US,4511.00,4511.00,4500.00 +1164644962,RealKidsTV - Success is applauded & negativity is discarded!,Web,Journalism,USD,2014-09-13,2500.00,2014-08-14 00:39:34,0.00,failed,0,US,0.00,0.00,2500.00 +"1164648177,"""""" Secrets"""""",Thrillers,Film & Video,USD,2016-08-19,100000.00,2016-07-19 03:28:19,0.00,canceled,0,US,0.00,0.00,100000.00" +"1164650274,""Mommy, Jesus Is Up In The Sky!...A CHILDREN'S BOOK"",Children's Books,Publishing,USD,2015-07-02,2500.00,2015-05-22 21:15:39,2920.00,successful,40,US,2920.00,2920.00,2500.00" +116465156,Tuxpeedo,Ready-to-wear,Fashion,USD,2018-01-11,4000.00,2017-12-07 23:58:25,1932.00,live,39,US,928.00,1932.00,4000.00 +116465977,Capturing Cuba's Green Revolution,Documentary,Film & Video,USD,2012-02-25,1600.00,2012-02-14 21:39:40,1626.01,successful,8,US,1626.01,1626.01,1600.00 +1164664041,The Best Rideshare Ever. (Canceled),Shorts,Film & Video,USD,2016-04-09,5150.00,2016-02-24 02:06:03,0.00,canceled,0,US,0.00,0.00,5150.00 +1164669432,Pure American Beef project,Farms,Food,USD,2015-10-09,10000.00,2015-09-12 04:00:04,0.00,failed,0,US,0.00,0.00,10000.00 +"1164678553,""Rivalis Italian Design, Swiss Made - Your Own luxury watch"",Product Design,Design,EUR,2017-12-15,10000.00,2017-11-09 23:43:56,24526.00,successful,81,IT,2354.52,28955.29,11805.96" +1164679031,Emoji charms.,Jewelry,Fashion,GBP,2015-03-25,50000.00,2015-02-23 20:51:09,0.00,failed,0,GB,0.00,0.00,74377.09 +1164688371,The Paper Thief - Love doesn't have to start with the truth,Shorts,Film & Video,USD,2011-10-26,2000.00,2011-10-03 06:24:58,60.00,failed,2,US,60.00,60.00,2000.00 +116468839,BalletArt Drawings at National Stationary Show 2013 in NY,Illustration,Art,USD,2013-04-26,500.00,2013-04-01 21:51:02,230.00,failed,3,US,230.00,230.00,500.00 +11646937,DONALD J. TRUMP/ BERNIE SANDERS COIN (SILVER),Product Design,Design,USD,2016-05-31,40000.00,2016-05-01 07:14:25,1252.00,failed,5,US,1252.00,1252.00,40000.00 +1164697475,Snuggy Bear and the T-Shirt Kids(c) Mysteries 1st comic bk.,Comics,Comics,USD,2014-05-09,7000.00,2014-04-09 21:28:51,225.00,failed,5,US,225.00,225.00,7000.00 +1164700186,New Morse Code Debut CD!,Music,Music,USD,2015-03-08,10000.00,2015-02-06 20:51:42,12315.00,successful,121,US,12315.00,12315.00,10000.00 +1164701635,Whimsy Organic Knit Cotton Hand Block Printed Bed Sheets,Fashion,Fashion,USD,2013-02-22,7500.00,2013-01-18 18:04:13,7652.00,successful,88,US,7652.00,7652.00,7500.00 +1164712608,For $5 You Can Be Part of a Crochet Art Project,Mixed Media,Art,USD,2011-11-15,2000.00,2011-10-16 01:20:49,115.00,failed,6,US,115.00,115.00,2000.00 +116472314,Aarons F.O.F (Full of Flava') BBQ,Events,Food,USD,2015-04-08,3000.00,2015-02-07 21:10:33,50.00,failed,1,US,50.00,50.00,3000.00 +1164723293,Tamana - Perished wish and desire,Shorts,Film & Video,USD,2015-04-19,20000.00,2015-03-10 19:59:15,4965.00,failed,42,US,4965.00,4965.00,20000.00 +1164723326,Positive Press - 16 Days for a Positive 2016,Publishing,Publishing,USD,2016-01-03,2500.00,2015-12-18 17:29:11,2946.00,successful,68,US,2946.00,2946.00,2500.00 +1164725657,The Little Yellow Triangle & Friends,Children's Books,Publishing,USD,2013-05-04,1500.00,2013-04-04 23:47:58,108.00,failed,6,US,108.00,108.00,1500.00 +"1164726455,""Drop a Donut to Anyone, Anywhere"",Food,Food,USD,2017-02-17,5000.00,2017-01-18 05:25:04,129.00,failed,3,US,14.00,129.00,5000.00" +1164728364,EasyKnife The all in 1 butter knife (Suspended),Gadgets,Technology,USD,2015-10-23,12000.00,2015-09-23 02:58:20,404.00,suspended,22,US,404.00,404.00,12000.00 +1164733995,Torray Girl (Canceled),Fashion,Fashion,USD,2015-04-17,20000.00,2015-02-16 04:15:49,0.00,canceled,0,US,0.00,0.00,20000.00 +1164738136,RSVP - A Documentary,Documentary,Film & Video,USD,2015-04-03,3000.00,2015-02-21 14:51:36,3850.00,successful,34,US,3850.00,3850.00,3000.00 +1164739130,Blueprint (Canceled),Nonfiction,Publishing,USD,2014-07-25,550000.00,2014-06-24 19:07:39,0.00,canceled,0,US,0.00,0.00,550000.00 +1164741606,Analog Flo- Ghetto boy grows up (Canceled),Hip-Hop,Music,USD,2015-03-23,3000.00,2015-01-22 20:28:23,0.00,canceled,0,US,0.00,0.00,3000.00 +1164742320,A Quick Trip with Lots of Baggage,Animation,Film & Video,USD,2013-11-12,500.00,2013-10-29 07:50:03,157.00,failed,8,US,157.00,157.00,500.00 +1164751828,James' Girl - Short NYU Student Film,Shorts,Film & Video,USD,2010-12-18,2300.00,2010-11-18 17:57:03,205.00,failed,10,US,205.00,205.00,2300.00 +116475255,Nuance Jazz Dinner,Jazz,Music,USD,2014-10-01,2000.00,2014-08-27 15:58:19,145.00,failed,7,US,145.00,145.00,2000.00 +"1164754320,""Sparkware: New Tools for STEM, Cyber, Makers, and Java"",Technology,Technology,USD,2017-07-01,150000.00,2017-05-25 16:19:02,225.00,failed,5,US,0.00,225.00,150000.00" +1164755449,Help Cali Dronez get off the ground!!!,Flight,Technology,USD,2016-01-28,17000.00,2015-12-29 18:28:04,0.00,failed,0,US,0.00,0.00,17000.00 +1164755620,Poketti: Bring our Plushies with a Pocket to Life!,Product Design,Design,USD,2013-08-15,20000.00,2013-07-16 18:10:38,20544.00,successful,203,US,20544.00,20544.00,20000.00 +1164759719,Kôna - A Survival Adventure Game,Video Games,Games,CAD,2014-09-06,40000.00,2014-08-07 22:11:53,44271.37,successful,1304,CA,40401.88,40031.98,36169.64 +1164761543,Natural World Tarot Deck - Major Arcana,Illustration,Art,USD,2016-06-03,6000.00,2016-05-04 06:41:08,6716.00,successful,104,US,6716.00,6716.00,6000.00 +1164765900,Terminal Legacy - Finishing Funds RED Feature,Film & Video,Film & Video,USD,2011-12-17,7134.00,2011-11-16 16:57:31,8320.00,successful,122,US,8320.00,8320.00,7134.00 +1164772231,Sita-a short film about commercial surrogacy by Arpita Kumar,Film & Video,Film & Video,USD,2011-08-10,6000.00,2011-06-16 12:53:20,6095.88,successful,92,US,6095.88,6095.88,6000.00 +1164779789,Support me in getting a Celebrity to shave my beard.,People,Photography,USD,2014-08-27,5000.00,2014-07-28 19:35:13,0.00,failed,0,US,0.00,0.00,5000.00 +"1164783273,Miller McCoy Boys Choir EP Album,Music,Music,USD,2015-03-05,1500.00,2015-02-18 19:34:54,23.00,undefined,0,""N,0"""""",,23.00,1500.00" +1164784536,Stray,Video Games,Games,USD,2016-03-31,10000.00,2016-02-29 16:27:44,542.00,failed,26,US,542.00,542.00,10000.00 +1164796997,Amazing Leather Wallets. Handcrafted. Built for life.,Accessories,Fashion,USD,2015-08-10,3000.00,2015-07-17 06:35:37,8768.00,successful,189,US,8768.00,8768.00,3000.00 +1164797740,Glitzies Party Kit- The Coolest New Hair Accessory,Crafts,Crafts,USD,2015-03-04,15000.00,2015-02-02 15:05:11,1106.00,failed,23,US,1106.00,1106.00,15000.00 +1164798473,LGBTQ Homeless Youth Leadership Project,Webseries,Film & Video,USD,2012-01-26,7000.00,2011-12-27 22:43:23,2245.00,failed,23,US,2245.00,2245.00,7000.00 +1164810337,On Anxiety: the first anthology from 3 of Cups Press,Anthologies,Publishing,GBP,2017-08-31,6000.00,2017-08-01 09:59:26,8928.00,successful,502,GB,3480.09,11558.18,7767.59 +1164827129,Albert & Otto,Video Games,Games,USD,2015-03-25,15000.00,2015-02-23 17:41:26,2231.00,failed,110,US,2231.00,2231.00,15000.00 +1164827680,Speaker Creatures by OnHand - Bluetooth Shower Speakers,Product Design,Design,USD,2014-04-25,15000.00,2014-03-31 18:07:56,29809.05,successful,730,US,29809.05,29809.05,15000.00 +1164832609,Decorative Engraved Windowsill Herb and Seed Raising Pots,DIY,Crafts,AUD,2014-11-27,250.00,2014-11-17 00:44:09,657.00,successful,21,AU,574.85,559.91,213.06 +1164833216,Weirdo Pop Art,Painting,Art,USD,2012-01-27,50.00,2012-01-13 01:11:28,180.00,successful,4,US,180.00,180.00,50.00 +1164835225,ThinkClock - Wake Up To Motivational and Educational Videos,Apps,Technology,USD,2017-02-18,15000.00,2017-01-19 08:38:42,100.00,canceled,1,US,0.00,100.00,15000.00 +1164835574,Wyverian Ringworks,Fashion,Fashion,USD,2015-07-16,500.00,2015-06-16 02:28:25,70.00,failed,3,US,70.00,70.00,500.00 +"1164837770,""Fly Your Freak Flag High - A Free, Participatory Art Project"",Public Art,Art,USD,2012-04-14,3000.00,2012-03-15 21:44:45,3223.66,successful,61,US,3223.66,3223.66,3000.00" +1164845837,Micro Film: PULP FICTION Opening Scene,Drama,Film & Video,GBP,2014-11-15,100.00,2014-10-26 20:33:41,5.00,failed,1,GB,8.04,7.84,156.82 +1164846951,TipOnTipOff App and Website,Restaurants,Food,USD,2015-04-21,200000.00,2015-02-20 14:43:35,0.00,failed,0,US,0.00,0.00,200000.00 +1164856940,K.C.2STEP,Documentary,Film & Video,USD,2016-02-01,7000.00,2016-01-12 06:15:01,0.00,failed,0,US,0.00,0.00,7000.00 +1164858809,28mm Righteous Army or Korean Warrior Monk army,Tabletop Games,Games,GBP,2015-11-11,650.00,2015-10-12 12:52:11,1480.00,successful,12,GB,2267.00,2253.11,989.54 +1164858898,The Slater Sisters Make an Album,Indie Rock,Music,USD,2011-07-13,3000.00,2011-05-29 00:05:50,3171.42,successful,53,US,3171.42,3171.42,3000.00 +116486202,Flunk: Chemistry and Math - new album on CD and vinyl,Electronic Music,Music,NOK,2017-05-21,35000.00,2017-04-11 22:49:01,37964.00,successful,58,NO,0.00,4520.87,4167.91 +"1164873968,""Dirty Looks, a queer screening series"",Film & Video,Film & Video,USD,2011-08-20,5000.00,2011-07-27 18:41:09,5117.25,successful,91,US,5117.25,5117.25,5000.00" +1164881490,East London to East Africa : Rethinking Ethical Loungewear,Apparel,Fashion,GBP,2016-08-25,13000.00,2016-07-26 10:23:35,13049.00,successful,87,GB,251.05,17240.97,17176.23 +1164881492,Woof Glow - The Minimalist Smart Wallet,Design,Design,USD,2017-12-22,5000.00,2017-11-20 15:01:49,11853.00,successful,152,US,3862.00,11853.00,5000.00 +1164882352,Money Smart Kids,Documentary,Film & Video,USD,2015-06-06,13500.00,2015-04-30 21:12:48,351.00,failed,4,US,351.00,351.00,13500.00 +1164887100,Audiograve,Punk,Music,USD,2017-09-28,550.00,2017-07-30 16:47:18,0.00,failed,0,US,0.00,0.00,550.00 +1164893819,Tod: A Small Town With A Big Secret,Film & Video,Film & Video,GBP,2016-01-12,10500.00,2015-11-13 10:56:41,0.00,failed,0,GB,0.00,0.00,15048.80 +"1164894682,""MOM - a short film, interwoven in three acts -"",Shorts,Film & Video,USD,2012-02-18,7000.00,2012-01-18 20:11:51,7050.19,successful,103,US,7050.19,7050.19,7000.00" +"1164899000,""The Wastelands collection; Rahu, Book 1 and Book 2!"",Webcomics,Comics,GBP,2016-06-09,5000.00,2016-05-10 17:43:45,2340.00,failed,62,GB,3374.33,3370.45,7201.81" +1164902454,The Zossom Phone Case,Wearables,Technology,USD,2016-12-01,3000.00,2016-11-01 17:34:10,3014.00,successful,28,US,793.00,3014.00,3000.00 +1164903455,Second Touch,Crafts,Crafts,USD,2015-11-18,1000.00,2015-10-19 03:34:03,135.00,failed,5,US,135.00,135.00,1000.00 +1164911294,Attack on Mars (Canceled),Tabletop Games,Games,USD,2015-06-25,27500.00,2015-05-26 15:39:07,1811.00,canceled,29,US,1811.00,1811.00,27500.00 +1164919940,The Beer Spike - The Most Advanced Beer Drinkers Tool,Product Design,Design,USD,2017-06-21,10000.00,2017-05-22 17:50:50,43603.52,successful,1437,US,22882.01,43603.52,10000.00 +1164927459,The Better Litter Bowl and Scoop,Product Design,Design,USD,2017-02-11,325000.00,2016-12-13 01:27:18,2596.00,failed,38,US,1454.00,2596.00,325000.00 +1164943794,Comedy Chaos,Documentary,Film & Video,USD,2011-05-24,10000.00,2011-03-24 17:41:16,465.00,failed,6,US,465.00,465.00,10000.00 +"116494762,""Gemstone Dice: Labradorite, Tiger's Eye, Fossil, and More!"",Tabletop Games,Games,USD,2016-11-18,10000.00,2016-10-19 22:44:13,21909.00,successful,264,US,5344.00,21909.00,10000.00" +1164947741,Petey P,Music,Music,USD,2012-07-12,5000.00,2012-06-12 07:51:12,5500.00,successful,69,US,5500.00,5500.00,5000.00 +116494824,Computerized Election Theft: Enough Already! Let's Stop It!,Nonfiction,Publishing,USD,2015-04-22,12000.00,2015-03-21 13:48:21,12270.00,successful,99,US,12270.00,12270.00,12000.00 +1164948694,The Thomas Confession - Full Length Album!!!,Electronic Music,Music,USD,2010-11-13,2000.00,2010-10-14 07:15:10,375.00,failed,6,US,375.00,375.00,2000.00 +1164949835,Sailor Moon x Hamtaro Enamel Pins,Graphic Design,Design,USD,2017-10-16,475.00,2017-09-16 15:31:06,317.00,failed,15,US,107.00,317.00,475.00 +1164964498,South Of The River - A Feature Film,Narrative Film,Film & Video,GBP,2013-12-04,3000.00,2013-11-04 21:58:25,4118.00,successful,37,GB,6557.70,6730.85,4903.48 +1164966577,MicroJib | 3 Innovative Products for Your GoPro®,Camera Equipment,Technology,USD,2016-08-18,18000.00,2016-07-22 22:59:26,27067.00,successful,287,US,943.00,27067.00,18000.00 +1164966965,The Broadstone Cellar Microbrewery,Drinks,Food,GBP,2017-01-22,40000.00,2016-12-08 16:10:12,10.00,failed,1,GB,0.00,12.54,50163.03 +1164967184,Shaping Tomorrow - 50 Years of Inspiring Youth,Publishing,Publishing,EUR,2017-12-10,500.00,2017-11-10 09:49:02,2006.00,successful,34,NL,0.00,2368.28,590.30 +1164971855,Tattoo Therapy,Documentary,Film & Video,USD,2012-05-13,495.00,2012-05-01 04:11:50,500.00,successful,6,US,500.00,500.00,495.00 +1164976951,Golden State Brewery Tasting Room,Drinks,Food,USD,2016-01-08,20000.00,2015-12-09 19:28:51,22028.00,successful,54,US,22028.00,22028.00,20000.00 +1164981250,Reflections of Brazil Photobook,Photography,Photography,GBP,2016-07-04,6700.00,2016-05-18 12:27:22,1608.00,failed,34,GB,2324.75,2088.20,8700.85 +1164983437,Utopia: an ideal place in which to eat,Restaurants,Food,EUR,2017-10-05,155000.00,2017-09-05 18:09:23,20.00,failed,1,IT,0.00,23.41,181458.46 +1164984024,Teach Me How to Shine,Documentary,Film & Video,USD,2011-09-10,30000.00,2011-07-12 15:27:49,50.00,failed,2,US,50.00,50.00,30000.00 +1164987667,Kawaii Chubby chub Totoro Pin,Mixed Media,Art,USD,2018-01-17,500.00,2017-12-18 18:20:38,778.00,live,16,US,510.00,778.00,500.00 +1164988854,PURSEY designer leather handbags,Accessories,Fashion,USD,2018-01-01,7500.00,2017-11-29 02:43:37,10155.00,successful,38,US,1485.00,10155.00,7500.00 +1164994832,Only 1 Web Design,Web,Technology,USD,2014-12-01,15000.00,2014-10-15 09:08:44,150.00,failed,2,US,150.00,150.00,15000.00 +1165007192,HOOLIGAN Theatre Presents: Titanic and the Drowsy Chaperone,Theater,Theater,USD,2013-03-29,3000.00,2013-02-27 03:26:57,3165.00,successful,55,US,3165.00,3165.00,3000.00 +1165011522,Daughters Of The King,Photography,Photography,USD,2011-12-10,3500.00,2011-10-11 16:41:42,3700.00,successful,50,US,3700.00,3700.00,3500.00 +1165024407,Out of The Box Social Enterprise,Documentary,Film & Video,CAD,2018-01-29,50000.00,2017-11-30 21:40:52,0.00,live,0,CA,0.00,0.00,39939.29 +1165028514,Windcatcher and the Agai'dika Shoshone,Film & Video,Film & Video,USD,2011-11-20,10000.00,2011-10-21 02:16:13,378.00,failed,6,US,378.00,378.00,10000.00 +1165030616,Default Tester: The Crowdsourced Gaming Company,Video Games,Games,USD,2017-08-04,60000.00,2017-07-05 01:35:43,4275.00,failed,60,US,151.00,4275.00,60000.00 +1165043990,PIF Mobile App,Apps,Technology,USD,2015-03-28,7000.00,2015-02-26 20:43:32,1.00,failed,1,US,1.00,1.00,7000.00 +"1165044411,""""""Never Another Person's Finger"""" - Book for Boys"",Children's Books,Publishing,USD,2015-01-18,900.00,2014-12-19 10:43:48,40.00,failed,2,US,40.00,40.00,900.00" +1165044639,DONT WORK DONT EAT,Theater,Theater,USD,2014-10-01,10000.00,2014-09-01 19:34:34,0.00,failed,0,US,0.00,0.00,10000.00 +1165045443,Would You Rather,Playing Cards,Games,CAD,2015-03-02,7000.00,2015-02-05 05:34:58,1.00,failed,1,CA,0.79,0.80,5615.27 +1165048547,Facetz Share: Agile management solution for teams,Software,Technology,EUR,2017-05-21,25000.00,2017-04-21 08:25:32,1825.00,failed,15,ES,804.02,2043.26,27989.88 +1165051085,Twenty Bridges: Capturing Oregon's Coastal Masterpieces,Photography,Photography,USD,2012-01-07,5000.00,2011-11-28 15:23:18,1005.00,failed,19,US,1005.00,1005.00,5000.00 +1165056271,We Were All Like Whatever,Music,Music,USD,2012-10-29,1400.00,2012-09-29 20:21:47,2075.52,successful,61,US,2075.52,2075.52,1400.00 +1165061763,COMA a Short Film,Shorts,Film & Video,USD,2012-09-21,6000.00,2012-08-29 03:43:50,545.00,failed,15,US,545.00,545.00,6000.00 +1165063959,Lofty Local Market,Farmer's Markets,Food,CAD,2015-08-23,1500.00,2015-08-09 23:56:01,1710.00,successful,32,CA,1302.32,1288.52,1130.28 +1165068002,Pit & Paddock: Unseen 60s & 70s European Motor Racing Images,Photobooks,Photography,USD,2014-10-14,24500.00,2014-09-09 20:43:14,13846.00,failed,92,US,13846.00,13846.00,24500.00 +1165070974,Our Nation's Miner,Video Games,Games,GBP,2015-03-13,30000.00,2015-02-11 13:00:48,3421.00,failed,22,GB,5214.02,5056.54,44342.62 +1165071225,JoyScout - New Music by Emily Kate Boyd & Nicki Thrailkill ,Pop,Music,USD,2011-01-24,2500.00,2010-12-31 01:04:43,3123.11,successful,42,US,3123.11,3123.11,2500.00 +116507176,EARTH APPROVED APP - The people's Label,Apps,Technology,USD,2016-02-11,5000.00,2016-01-12 02:51:34,533.00,failed,29,US,533.00,533.00,5000.00 +"1165084901,School for Classics Songwriting Workshop,Music,Music,USD,2016-05-22,4000.00,2016-04-22 01:05:30,4001.00,successful,0,""N,0"""""",,4001.00,4000.00" +11650874,Come Home - An Original Worship Album by Jeremiah Creiglow,Faith,Music,USD,2017-06-01,12000.00,2017-05-01 18:03:53,5330.00,failed,60,US,600.00,5330.00,12000.00 +116509775,MIXed NUTs,Television,Film & Video,USD,2014-06-24,25000.00,2014-05-10 21:53:01,1.00,failed,1,US,1.00,1.00,25000.00 +1165101229,Pillage! The Monstrously Fun Game of Destruction (Canceled),Tabletop Games,Games,USD,2013-12-13,20000.00,2013-11-15 15:26:27,6018.00,canceled,162,US,6018.00,6018.00,20000.00 +1165101929,BALLENARCA - The Whale Ark,Performance Art,Art,USD,2014-12-05,5000.00,2014-11-07 00:51:29,5433.00,successful,68,US,5433.00,5433.00,5000.00 +1165111516,The Extraordinary Terms of Ordinary Life,Theater,Theater,USD,2011-09-20,3000.00,2011-08-22 20:37:44,3028.79,successful,55,US,3028.79,3028.79,3000.00 +1165114939,Casino Diagrams - Print Series,Design,Design,USD,2014-05-31,750.00,2014-04-22 15:22:09,1864.00,successful,57,US,1864.00,1864.00,750.00 +1165115614,The Echoes of Winter,Rock,Music,USD,2015-05-31,2000.00,2015-05-01 18:00:35,5379.00,successful,59,US,5379.00,5379.00,2000.00 +1165123631,Journey To The Song,Webseries,Film & Video,USD,2013-10-16,9900.00,2013-09-16 19:25:20,310.00,failed,4,US,310.00,310.00,9900.00 +"1165124771,""Frankenstein, Texas - a 48 page western horror graphic novel"",Graphic Novels,Comics,GBP,2017-10-18,2000.00,2017-09-18 16:36:24,3515.00,successful,204,GB,311.21,4635.00,2637.27" +1165127733,Expeditions: Conquistador,Video Games,Games,USD,2012-09-12,70000.00,2012-08-03 23:25:01,77247.09,successful,1569,US,77247.09,77247.09,70000.00 +1165128284,SuperGamers.org,Web,Technology,USD,2016-09-23,12000.00,2016-08-23 19:00:55,1180.00,failed,11,US,0.00,1180.00,12000.00 +1165137048,Janice Gilbert ~ NEW CD 2013!,Country & Folk,Music,USD,2013-02-02,3500.00,2013-01-03 02:16:52,3880.00,successful,45,US,3880.00,3880.00,3500.00 +1165137865,REEPER Men - Are YOU On The SAFE LIST?,Comic Books,Comics,USD,2014-10-25,15000.00,2014-09-24 06:19:00,15031.00,successful,83,US,15031.00,15031.00,15000.00 +1165143818,5 TRACKS IN 35 HOURS CREATED IN FRONT OF A LIVE AUDIENCE,Music,Music,GBP,2015-08-12,22000.00,2015-07-13 22:52:58,782.00,failed,31,GB,1213.62,1222.64,34396.50 +1165147852,GALACTIC LEGION: EXPLORATIONS #1,Comic Books,Comics,USD,2015-07-06,1500.00,2015-06-20 05:48:22,100.00,failed,5,US,100.00,100.00,1500.00 +"1165148191,""From Louisiana to Maine: Shootapalooza, a Photographic Journey"",Photography,Photography,USD,2010-05-03,700.00,2010-03-27 09:48:13,1350.00,successful,11,US,1350.00,1350.00,700.00" +1165150981,Maranatha,Faith,Music,USD,2015-11-08,500.00,2015-10-02 01:02:02,1000.00,successful,15,US,1000.00,1000.00,500.00 +116515325,ANIMAL EYES. Limited edition pins,Accessories,Fashion,EUR,2017-06-01,200.00,2017-05-12 21:57:06,232.00,successful,17,ES,134.82,260.24,224.34 +1165155260,CloudPic Mobile (Suspended),Technology,Technology,USD,2012-06-09,20000.00,2012-05-10 00:19:15,29446.00,suspended,653,US,29446.00,29446.00,20000.00 +1165156095,AirOhMail - bringing celebration to the next level!,Product Design,Design,USD,2012-03-05,8000.00,2012-01-30 01:36:11,49.00,failed,3,US,49.00,49.00,8000.00 +1165156967,He's a Mexican...He Must Be Illegal!!!,Journalism,Journalism,USD,2011-02-26,800.00,2011-02-15 08:33:21,20.00,failed,1,US,20.00,20.00,800.00 +"1165173039,"""""" Less Merciful"""""",Film & Video,Film & Video,USD,2011-04-25,15000.00,2011-02-23 18:01:27,60.00,failed,2,US,60.00,60.00,15000.00" +1165177190,Finding me a home,Restaurants,Food,USD,2017-03-25,25000.00,2017-02-23 23:58:57,285.00,failed,3,US,0.00,285.00,25000.00 +1165178612,Simón's Latin-Punk (Anti) X-mas Video,Punk,Music,USD,2012-11-06,3210.00,2012-10-19 17:57:54,3242.00,successful,55,US,3242.00,3242.00,3210.00 +"1165179662,""Shaped Note Music, America's Musical Treasure"",Documentary,Film & Video,USD,2014-06-16,40000.00,2014-05-17 03:03:02,5.00,failed,1,US,5.00,5.00,40000.00" +1165180646,Sunday: A Portrait of 21st Century England by Matt Writtle,Photobooks,Photography,GBP,2017-06-10,6000.00,2017-05-11 08:05:44,6001.00,successful,143,GB,0.00,7662.74,7661.47 +116518138,Parent and Child Time Artist Table,Art,Art,USD,2015-03-04,8000.00,2015-02-02 21:35:55,1.00,failed,1,US,1.00,1.00,8000.00 +116518288,Chicago's First Vegan Butcher Shop and Delicatessen,Vegan,Food,USD,2017-12-28,40000.00,2017-11-28 19:03:49,5245.00,failed,90,US,780.00,5245.00,40000.00 +1165184701,VoterFeed,Webseries,Film & Video,USD,2014-12-18,44994.00,2014-11-18 15:02:00,81.00,failed,15,US,81.00,81.00,44994.00 +1165194659,Blitz Video Productions,Fantasy,Film & Video,USD,2017-08-20,5000.00,2017-06-21 01:58:59,0.00,failed,0,US,0.00,0.00,5000.00 +1165196808,Fund the documentary of my journey to and during CMJ 2015!,Pop,Music,SEK,2015-05-20,3000.00,2015-04-20 19:27:37,505.00,failed,2,SE,58.48,60.97,362.17 +1165212140,The Visions,Electronic Music,Music,USD,2014-09-30,4000.00,2014-08-11 21:25:21,0.00,failed,0,US,0.00,0.00,4000.00 +1165219719,The Forest for the Trees,Documentary,Film & Video,USD,2012-06-02,3000.00,2012-05-03 03:42:26,4124.00,successful,82,US,4124.00,4124.00,3000.00 +116522001,The new Electric Valentine record,Electronic Music,Music,USD,2012-10-03,2500.00,2012-09-03 22:12:00,2687.00,successful,74,US,2687.00,2687.00,2500.00 +1165230634,@Pi Syslog Capture Solution,DIY Electronics,Technology,USD,2017-04-25,1000.00,2017-04-11 21:44:06,3.00,failed,3,US,0.00,3.00,1000.00 +"1165232371,""Envies Flavor Shots for Beer, Vodka & Tequila"",Drinks,Food,USD,2016-06-25,5000.00,2016-05-26 11:47:26,1061.00,failed,21,US,1061.00,1061.00,5000.00" +"1165233449,""Nice Shirt, America"",Webseries,Film & Video,USD,2011-09-15,2000.00,2011-08-10 22:31:57,2081.00,successful,25,US,2081.00,2081.00,2000.00" +1165246472,The most Colorful & Chic small leather goods of Paris,Accessories,Fashion,EUR,2017-06-02,2500.00,2017-05-03 13:25:40,83.00,failed,3,FR,30.56,93.10,2804.26 +1165252225,Grace's Room,Comedy,Film & Video,USD,2015-06-09,10000.00,2015-05-12 01:36:46,11224.00,successful,88,US,11224.00,11224.00,10000.00 +1165256559,Blank by Robert C Roman,Fiction,Publishing,USD,2016-11-07,2250.00,2016-10-17 05:17:33,210.00,failed,5,US,0.00,210.00,2250.00 +"1165257902,""""""The Book of Sam"""" Book One Graphic Novel"",Comics,Comics,USD,2017-02-09,300.00,2017-01-10 17:09:27,111.00,failed,10,US,25.00,111.00,300.00" +1165260092,SYMPHONY SHELLS - iPhone Amplification for Your Lifestyle,Product Design,Design,USD,2012-08-27,27000.00,2012-07-28 00:11:33,4500.11,failed,57,US,4500.11,4500.11,27000.00 +116526267,Awesome Asian Bad Guys,Webseries,Film & Video,USD,2012-10-12,50000.00,2012-09-11 17:06:09,54132.71,successful,806,US,54132.71,54132.71,50000.00 +1165264114,Spritz English Magazine,Publishing,Publishing,GBP,2013-07-27,12000.00,2013-06-27 00:36:02,0.00,failed,0,GB,0.00,0.00,18182.92 +1165281941,DISCOVER THE HISTORY AROUND YOU,Film & Video,Film & Video,USD,2013-08-24,7524.00,2013-07-25 21:37:02,170.00,failed,5,US,170.00,170.00,7524.00 +1165290964,Team SHARP Alarm,Gadgets,Technology,USD,2016-04-26,50000.00,2016-02-26 14:45:11,739.00,failed,7,US,739.00,739.00,50000.00 +1165293032,Byte,Video Games,Games,USD,2015-05-23,40000.00,2015-04-23 01:53:01,30.00,failed,1,US,30.00,30.00,40000.00 +1165297717,Krix Panx's Second UK album,Music,Music,GBP,2016-11-10,2000.00,2016-10-11 18:07:05,2205.00,successful,55,GB,155.24,2791.42,2531.90 +1165303838,AN OUNCE OF EXPECTATION - Miami Book Fair 2015! (Canceled),Fiction,Publishing,AUD,2015-10-01,5000.00,2015-08-26 15:26:58,0.00,canceled,0,AU,0.00,0.00,3516.17 +1165305760,Antoine's Cookie Shop: The Gourmet Cookie Store At Your Door,Food,Food,USD,2013-09-13,4000.00,2013-08-14 16:01:48,8727.00,successful,189,US,8727.00,8727.00,4000.00 +1165305931,The Next California Earthquake,Documentary,Film & Video,CAD,2013-12-25,3000.00,2013-11-27 07:54:40,2528.00,failed,5,CA,2398.36,2370.59,2813.20 +1165317554,THE REMOTE: an animated short film,Animation,Film & Video,USD,2015-01-30,2000.00,2014-12-01 06:10:41,2490.00,successful,36,US,2490.00,2490.00,2000.00 +1165328215,Canciones hechas con el Corazón y cantadas con el Alma,Latin,Music,MXN,2018-01-10,25000.00,2017-11-26 20:57:28,17150.00,live,22,MX,2.69,897.34,1308.08 +1165329079,Strange Brew: The Ultimate Witch & Warlock (Pathfinder),Tabletop Games,Games,USD,2014-03-01,20000.00,2014-02-01 16:20:20,3851.00,canceled,83,US,3851.00,3851.00,20000.00 +1165330158,#amInext?,Performance Art,Art,USD,2016-02-22,5000.00,2016-01-23 05:56:18,201.00,failed,3,US,201.00,201.00,5000.00 +1165333552,Enceladus's first album: original electronic music!,Electronic Music,Music,USD,2011-05-19,1300.00,2011-04-12 22:24:18,609.00,failed,17,US,609.00,609.00,1300.00 +1165344042,Swarm the World,Art Books,Publishing,USD,2017-11-20,4000.00,2017-10-27 02:45:20,8409.00,successful,97,US,225.00,8409.00,4000.00 +1165348306,GIF vs. GIF,Web,Technology,USD,2014-08-28,100.00,2014-07-29 09:26:54,189.00,successful,31,US,189.00,189.00,100.00 +1165349227,Georgia's Promise,Childrenswear,Fashion,USD,2017-01-27,500.00,2016-11-28 19:38:02,25.00,failed,1,US,0.00,25.00,500.00 +1165349381,#TQDS: A Game For The Recording Artist,Playing Cards,Games,USD,2017-10-23,25000.00,2017-08-24 00:13:15,0.00,failed,0,US,0.00,0.00,25000.00 +1165350261,Blunt Bros Coffee goes Mobile!,Food,Food,USD,2013-08-14,5000.00,2013-07-15 19:50:20,5050.00,successful,27,US,5050.00,5050.00,5000.00 +1165358856,THE HEART FIELD,Conceptual Art,Art,USD,2011-08-13,1480.00,2011-08-03 01:51:00,105.00,failed,2,US,105.00,105.00,1480.00 +1165360349,Yesterday's Tomorrow Album,Hip-Hop,Music,USD,2014-04-17,6000.00,2014-03-18 22:40:24,6478.00,successful,133,US,6478.00,6478.00,6000.00 +1165361421,ArtCase - an exclusive and unique phone case!,Product Design,Design,USD,2015-12-25,3000.00,2015-12-10 22:51:35,5.00,failed,1,US,5.00,5.00,3000.00 +1165363819,Alliances of Games,Mobile Games,Games,EUR,2017-06-20,500.00,2017-05-21 23:03:05,802.00,successful,2,FR,0.00,896.08,558.65 +1165364915,Become a Part of the Carolyne Mas European Tour,Rock,Music,USD,2012-11-24,5000.00,2012-10-24 22:28:57,782.00,failed,18,US,782.00,782.00,5000.00 +1165367891,Patriot Peer - Connecting the silent majority,Apps,Technology,EUR,2017-03-31,15000.00,2017-02-12 19:03:29,7653.88,suspended,148,AT,1565.00,8182.73,16036.43 +"1165369708,""The IQ Cookie with Lion's Mane Mushroom, Natural + Organic!"",Food,Food,USD,2015-08-29,75000.00,2015-07-25 01:39:05,117.00,failed,2,US,117.00,117.00,75000.00" +1165376460,My Awesome Life Clothing,Fashion,Fashion,USD,2012-08-31,6000.00,2012-08-08 21:52:56,10.00,failed,1,US,10.00,10.00,6000.00 +1165387453,Friendly Fires,Comedy,Film & Video,CAD,2015-08-24,5000.00,2015-07-25 19:21:49,5815.00,successful,13,CA,4461.93,4381.73,3767.61 +1165393402,Keybud an elegant keyholding bracelet,Product Design,Design,GBP,2013-12-08,8000.00,2013-10-24 21:57:43,3481.00,failed,174,GB,5654.66,5663.57,13015.96 +1165394089,Selfie Capz (Canceled),Accessories,Fashion,USD,2015-02-18,3000.00,2015-01-04 17:25:41,678.00,canceled,5,US,678.00,678.00,3000.00 +1165419436,My Pops Chicken Salad,Food,Food,USD,2014-09-06,2000.00,2014-08-07 23:57:58,0.00,failed,0,US,0.00,0.00,2000.00 +1165434804,Burston 2017 Feature Film,Drama,Film & Video,GBP,2015-11-20,20000.00,2015-10-01 00:59:41,10.00,failed,1,GB,15.16,15.25,30493.38 +1165448881,Dandelion Man - The DVD release,Shorts,Film & Video,USD,2011-01-12,2200.00,2010-12-13 01:41:14,2205.00,successful,25,US,2205.00,2205.00,2200.00 +1165449369,Mission: BSO's Journey to the Mecca of Steel Drums!,World Music,Music,USD,2015-06-21,35000.00,2015-04-22 07:44:07,1764.00,failed,31,US,1764.00,1764.00,35000.00 +1165450655,Crystalline - Visual Novel Game,Video Games,Games,CAD,2017-04-12,65000.00,2017-03-13 09:19:15,69699.60,successful,964,CA,11550.66,52663.09,49112.20 +1165481197,Jabones Artesanales: YUKATEKITOS,Crafts,Crafts,MXN,2016-12-29,20000.00,2016-11-29 22:59:59,20.00,failed,1,MX,0.00,0.97,968.29 +1165484113,A New Vaudeville Cowboy Show in Chicago,Theater,Theater,USD,2014-03-13,875.00,2014-02-11 16:57:07,40.00,failed,2,US,40.00,40.00,875.00 +1165485776,DESPONDENT,Shorts,Film & Video,GBP,2014-12-05,1000.00,2014-11-12 13:19:29,155.00,failed,6,GB,245.63,243.13,1568.58 +1165486615,3 Rivers debut album: River Music,Indie Rock,Music,USD,2015-02-18,2500.00,2015-01-19 23:12:48,2560.00,successful,39,US,2560.00,2560.00,2500.00 +1165488180,Obi - A Smart Laser Toy for Cats,Product Design,Design,USD,2015-10-22,120000.00,2015-09-21 16:39:06,58443.00,failed,693,US,58443.00,58443.00,120000.00 +1165489120,Creations for Festivals and Carnivals.,Performance Art,Art,GBP,2014-01-11,500.00,2013-12-12 21:29:57,530.00,successful,28,GB,871.22,871.40,822.07 +1165490158,The Principality of Lorenzburg - a Brave New Nation!,Conceptual Art,Art,SEK,2015-01-08,15000.00,2014-11-26 17:21:54,15085.00,successful,32,SE,2023.80,1878.09,1867.51 +1165495722,Kickstart Dreams and Prayers: A Far Cry's New Album!,Classical Music,Music,USD,2013-11-05,25000.00,2013-10-04 20:25:14,27245.00,successful,378,US,27245.00,27245.00,25000.00 +1165495960,Catman,Action,Film & Video,GBP,2017-11-03,1370000.00,2017-10-04 13:19:05,0.00,failed,0,GB,0.00,0.00,1795944.05 +1165497091,JobFinder.Ninja,Web,Technology,USD,2015-01-14,1000.00,2014-12-15 23:15:38,20.00,failed,1,US,20.00,20.00,1000.00 +1165505350,Tater Daze Marching Band Festival,Performance Art,Art,USD,2014-03-24,2000.00,2014-03-19 03:16:57,570.00,failed,19,US,570.00,570.00,2000.00 +1165506322,Battle of Souls,Playing Cards,Games,USD,2015-05-10,800.00,2015-04-10 19:15:44,231.00,failed,9,US,231.00,231.00,800.00 +1165514562,Chris's Holiday CD: December,Music,Music,USD,2011-11-26,3000.00,2011-10-08 21:16:48,3055.00,successful,49,US,3055.00,3055.00,3000.00 +"116553939,""SoundSafe: protect your phone, wallet, and keys"",Gadgets,Technology,USD,2017-07-09,159088.00,2017-06-01 18:42:36,16126.00,canceled,42,US,7287.00,16126.00,159088.00" +1165544964,LandingZone - The Docking Station for the MacBook Air,Product Design,Design,USD,2012-01-01,50000.00,2011-11-23 02:25:20,82489.00,successful,488,US,82489.00,82489.00,50000.00 +1165551368,The Petzvar 4/120 Petzval lens for Hasselblad 500 series,Photography,Photography,USD,2015-10-13,9000.00,2015-09-13 05:53:21,34906.00,successful,56,US,34906.00,34906.00,9000.00 +1165553924,Space Saver Christmas Tree...roll it out & hang it up.,Product Design,Design,USD,2015-05-21,100000.00,2015-04-21 09:04:10,3500.00,failed,14,US,3500.00,3500.00,100000.00 +1165554844,HomeTown Games presents the next innovation in video games,Video Games,Games,USD,2013-09-01,45000.00,2013-08-02 13:50:43,109.00,failed,5,US,109.00,109.00,45000.00 +1165557984,Your genes have been patented - A feature documentary titled Who Owns You? ,Documentary,Film & Video,USD,2010-07-08,3000.00,2010-05-23 22:25:10,3236.00,successful,19,US,3236.00,3236.00,3000.00 +"1165569128,""30,000 Litres - a Water Rights Documentary"",Documentary,Film & Video,USD,2015-08-19,150000.00,2015-07-20 17:28:36,230.00,failed,4,US,230.00,230.00,150000.00" +1165575746,Sticky Italian Audio Vocabulary Lessons With Native Voice,Academic,Publishing,USD,2014-09-10,1000.00,2014-08-11 20:47:27,30.00,failed,4,US,30.00,30.00,1000.00 +1165580244,Find Me Outdoors Social Networking and Branded Apparel,Web,Technology,USD,2016-03-17,10000.00,2016-02-16 20:54:05,2.00,failed,2,US,2.00,2.00,10000.00 +1165581993,Goblins: Graphic Novel #1 (Yard Away),Graphic Novels,Comics,CAD,2014-12-26,5000.00,2014-11-26 20:34:01,5101.00,successful,52,CA,4519.94,4366.55,4280.09 +1165592998,NSFW: How To Shoot Concept Nudes: DVDs for photographers,Photography,Photography,GBP,2013-11-11,8000.00,2013-10-10 09:52:56,5100.00,failed,34,GB,8197.14,8194.61,12854.30 +1165595063,Ladder Gloves,Design,Design,CAD,2016-06-03,1500.00,2016-05-04 20:02:49,2.00,failed,2,CA,1.60,1.53,1146.44 +1165602234,Crimson Sands Movie,Drama,Film & Video,CAD,2016-09-26,10610.00,2016-08-27 17:11:41,10853.00,successful,35,CA,1704.46,8245.71,8061.08 +1165604455,ANIMAL HERO: Cecilia & Abel,Documentary,Film & Video,DKK,2017-01-04,1500.00,2016-12-22 10:26:39,3405.00,successful,20,DK,140.06,484.99,213.65 +1165612420,Returned,Thrillers,Film & Video,GBP,2014-06-27,750.00,2014-05-28 14:01:39,786.50,successful,21,GB,1326.60,1339.61,1277.44 +116561355,Alles in Allem (All Things Considered) - working title,Documentary,Film & Video,USD,2016-01-14,55000.00,2015-12-15 07:27:46,57740.11,successful,330,US,57740.11,57740.11,55000.00 +1165616113,Shadowfist: Year of the Goat FINAL WEEK!,Tabletop Games,Games,USD,2015-08-21,40000.00,2015-07-20 04:26:19,40765.00,successful,264,US,40765.00,40765.00,40000.00 +1165631955,State of SF/F: Indie Author Survey,Fiction,Publishing,CAD,2017-01-28,400.00,2016-12-29 19:41:15,65.00,canceled,4,CA,40.52,49.79,306.37 +"1165645135,""Pattycake Debuts Children's Music EP """"Folk to Know""""!"",Music,Music,USD,2012-10-16,2000.00,2012-09-10 21:30:07,2245.00,successful,47,US,2245.00,2245.00,2000.00" +116565762,Becoming Zombie: The Journal Of Elias True,Fiction,Publishing,USD,2012-02-01,50.00,2012-01-02 03:00:16,20.00,failed,2,US,20.00,20.00,50.00 +1165662368,join my double album CD pressing!,Indie Rock,Music,USD,2013-12-20,333.00,2013-11-20 17:56:54,5.00,failed,1,US,5.00,5.00,333.00 +1165663259,Arduino based electronics discovery system - DuinoKit Jr.,DIY Electronics,Technology,USD,2015-03-02,13500.00,2015-01-27 16:19:08,31429.00,successful,186,US,31429.00,31429.00,13500.00 +116566552,Rex - The collar phone charging pet locating light of safety,Gadgets,Technology,USD,2015-05-10,100000.00,2015-04-10 16:54:26,1.00,failed,1,US,1.00,1.00,100000.00 +1165673010,Probable Robot: An LGBTQ Sci-Fi Indie Film Project #probrob,Science Fiction,Film & Video,USD,2014-12-01,2500.00,2014-11-01 02:31:47,2530.00,successful,42,US,2530.00,2530.00,2500.00 +1165673752,Ve317's First Official Album,Hip-Hop,Music,USD,2011-05-31,6000.00,2011-04-18 01:13:16,1325.00,failed,24,US,1325.00,1325.00,6000.00 +116568154,Time Traveler,Mobile Games,Games,EUR,2015-09-26,5000.00,2015-08-28 17:31:26,85.00,failed,2,ES,96.32,94.86,5579.98 +1165687330,Bee a Part of Honeybee Pâtisserie,Food,Food,USD,2014-08-21,15500.00,2014-07-22 20:00:32,16228.00,successful,154,US,16228.00,16228.00,15500.00 +1165698183,Garden Tower 2 Australia,Food,Food,AUD,2016-02-23,20875.00,2016-01-24 12:46:56,21559.00,successful,40,AU,15097.29,15533.54,15040.71 +1165706268,Untitled Camino De Santiago Documentary,Documentary,Film & Video,GBP,2014-07-07,1000.00,2014-06-19 08:44:39,1001.00,successful,13,GB,1698.21,1713.72,1712.01 +1165707652,The Other Side: A Queer History's Last Call,Documentary,Film & Video,USD,2012-08-11,10000.00,2012-06-27 22:19:49,13389.00,successful,162,US,13389.00,13389.00,10000.00 +1165708241,Solidarity,Shorts,Film & Video,USD,2012-05-02,10000.00,2012-04-05 23:17:35,10078.00,successful,34,US,10078.00,10078.00,10000.00 +1165715482,The Kiosk,Art,Art,GBP,2016-06-20,500.00,2016-05-31 22:13:14,941.00,successful,42,GB,1375.31,1289.55,685.20 +"1165716540,""StateDinners - Real Americans, Real Life, Real Answers!"",Documentary,Film & Video,USD,2011-09-10,47007.00,2011-07-12 04:27:08,3287.00,failed,63,US,3287.00,3287.00,47007.00" +116571794,Newcomer Pictures Short Film,Film & Video,Film & Video,USD,2013-08-02,17500.00,2013-07-18 03:12:54,6371.00,failed,60,US,6371.00,6371.00,17500.00 +1165721223,Hearts and All,Illustration,Art,USD,2012-10-01,250.00,2012-08-31 08:44:31,1363.00,successful,45,US,1363.00,1363.00,250.00 +1165729438,An Isle Ate Her's Merch/Tour Fundraiser (Canceled),World Music,Music,USD,2010-12-28,500.00,2010-11-13 18:32:55,15.00,canceled,1,US,15.00,15.00,500.00 +1165729497,CedarCraft | Elevated Planters made from Rescued Cedar,Product Design,Design,USD,2015-12-18,1000.00,2015-12-07 01:10:26,2520.00,successful,23,US,2520.00,2520.00,1000.00 +1165749142,The Karma Chronicles (A Teen Ninja Novel) (Canceled),Young Adult,Publishing,USD,2015-12-20,1800.00,2015-11-20 18:58:27,0.00,canceled,0,US,0.00,0.00,1800.00 +1165749183,RAP is POETRY Positive Rap Project - Self Suffice the RapOet,Hip-Hop,Music,USD,2013-02-02,5000.00,2013-01-06 01:38:20,3178.50,failed,56,US,3178.50,3178.50,5000.00 +1165750243,FREE MEfromthe Projects,Design,Design,USD,2017-11-01,17000.00,2017-09-02 14:00:41,0.00,failed,0,US,0.00,0.00,17000.00 +1165756903,(KraigsliZt) $500________seeking fans with cash,Theater,Theater,USD,2011-05-24,500.00,2011-04-28 04:43:26,500.00,successful,8,US,500.00,500.00,500.00 +1165759831,CowLite Utility Software (FREE),Software,Technology,EUR,2016-11-13,500.00,2016-10-14 20:59:36,85.00,failed,4,NL,0.00,90.35,531.45 +1165769086,Be Famous - No Experience Required! (just a few bucks),Country & Folk,Music,USD,2011-02-02,11000.00,2010-11-30 01:22:58,11231.00,successful,82,US,11231.00,11231.00,11000.00 +1165778451,Wanted by Dave Lemay,Nonfiction,Publishing,USD,2014-07-05,10000.00,2014-06-05 19:06:44,254.20,failed,3,US,254.20,254.20,10000.00 +1165780013,Aes Lauqe Na,Electronic Music,Music,USD,2017-01-03,1012.00,2016-12-14 22:31:56,0.00,failed,0,US,0.00,0.00,1012.00 +1165798141,Boat Sharing App,Technology,Technology,USD,2017-11-10,25000.00,2017-10-11 17:56:09,60.00,failed,2,US,0.00,60.00,25000.00 +1165799982,Sunny Perez and O.M.G: PROJECT TIL THE MORNING,Hip-Hop,Music,USD,2013-07-23,100000.00,2013-06-08 05:33:53,2.00,failed,2,US,2.00,2.00,100000.00 +116581199,The American Pastime Wallet - Recycled Baseball Glove Wallet,Accessories,Fashion,USD,2017-11-18,3000.00,2017-10-19 22:57:42,3269.00,successful,27,US,1260.00,3269.00,3000.00 +1165820640,Endlich schmerzfrei mit dem Notebook (von zu Hause) arbeiten,Product Design,Design,EUR,2016-09-03,100.00,2016-08-04 09:24:28,20.00,failed,2,AT,0.00,22.54,112.68 +1165822076,Support Ramsort album,Rock,Music,NOK,2015-05-03,150000.00,2015-04-03 14:24:19,10.00,failed,2,NO,1.25,1.34,20081.67 +1165833196,Macbeth LIVE at LTV Studios (Canceled),Theater,Theater,USD,2012-12-21,8000.00,2012-11-24 15:04:38,175.00,canceled,3,US,175.00,175.00,8000.00 +1165835865,INFINITE LIGHTS - The Game of Loving Kindness,Tabletop Games,Games,CAD,2013-12-08,48888.00,2013-10-25 20:22:33,7090.00,failed,49,CA,6838.30,6654.15,45882.68 +1165838418,THE LISTENING BOX,Television,Film & Video,USD,2015-04-04,6000.00,2015-03-05 08:22:05,8529.00,successful,44,US,8529.00,8529.00,6000.00 +1165844334,C% Pure (Canceled),Product Design,Design,USD,2014-08-06,8000.00,2014-07-07 14:04:09,9271.01,canceled,262,US,9271.01,9271.01,8000.00 +116585198,Making CD/Vinyl Single,Music,Music,USD,2012-03-19,1200.00,2012-02-18 20:57:22,10.00,failed,1,US,10.00,10.00,1200.00 +"1165853145,""THE KICKST-ART-BOOK: A """"KICKSTART OUR KICKSTARTER"""" CAMPAIGN"",Tabletop Games,Games,USD,2016-11-10,97.00,2016-10-21 23:46:58,12204.00,successful,267,US,9462.00,12204.00,97.00" +116586481,Mitchwell London - Clothing,Fashion,Fashion,GBP,2013-02-22,6500.00,2013-01-23 22:23:48,100.00,failed,1,GB,158.53,152.96,9942.49 +"1165872454,""Chicago's Wizard Castle to Record First LP - """"White Breath"""""",Metal,Music,USD,2013-05-16,8000.00,2013-04-18 17:00:12,8313.00,successful,129,US,8313.00,8313.00,8000.00" +116587797,Spa Night - A Korean-American Film about Coming Out,Narrative Film,Film & Video,USD,2014-11-07,60000.00,2014-10-07 23:55:28,62915.00,successful,592,US,62915.00,62915.00,60000.00 +1165878498,$50 for a 1k word short story on a topic of your choice.,Anthologies,Publishing,CAD,2017-10-01,50.00,2017-08-02 18:01:49,50.00,successful,1,CA,0.00,39.76,39.76 +1165882264,Bedwarmer (An NYU Short Student Film),Shorts,Film & Video,USD,2011-03-19,300.00,2011-02-17 02:31:13,360.00,successful,13,US,360.00,360.00,300.00 +116588230,WRITE2PERFORM'S THE SUNDAY ESCORT,Experimental,Theater,GBP,2014-11-28,3150.00,2014-09-29 18:25:15,11.00,failed,2,GB,17.87,17.27,4944.20 +1165891436,THE SAFE PASSAGE HIP HOPERA!,Theater,Theater,USD,2014-01-09,5000.00,2013-12-10 22:55:33,35.00,failed,3,US,35.00,35.00,5000.00 +1165895164,Stevens Family Miracle Rash Relief Bath Soak,Crafts,Crafts,USD,2016-07-26,1500.00,2016-06-28 20:42:43,50.00,failed,2,US,50.00,50.00,1500.00 +1165896963,The Last One Standing,Drama,Film & Video,GBP,2016-03-17,5000.00,2016-01-17 21:32:32,2.00,failed,2,GB,2.85,2.90,7243.54 +1165898076,Wootris - A Natural Wooden Tetris,Tabletop Games,Games,GBP,2017-01-03,3000.00,2016-11-24 16:42:26,1520.00,failed,44,GB,494.22,1879.23,3709.02 +"1165898532,""Planting Freedom, Documenting the truth about i-502"",Documentary,Film & Video,USD,2013-06-08,3000.00,2013-05-09 22:40:18,15.00,failed,2,US,15.00,15.00,3000.00" +116590467,Funding the Dream on Kickstarter Across America,Tabletop Games,Games,USD,2012-08-13,2500.00,2012-08-04 01:02:27,2759.01,successful,32,US,2759.01,2759.01,2500.00 +1165932681,Help Valley Hush Get A Van For SXSW & Touring,Music,Music,USD,2017-03-01,12000.00,2017-02-07 21:56:25,3020.00,canceled,40,US,2319.00,3020.00,12000.00 +1165934801,OJ Simpson: Mysteries Solved,Publishing,Publishing,USD,2014-10-08,4000.00,2014-09-08 21:12:43,0.00,failed,0,US,0.00,0.00,4000.00 +1165943341,Tallent For Tomorrow,Experimental,Theater,GBP,2015-05-01,7000.00,2015-03-06 08:43:39,0.00,failed,0,GB,0.00,0.00,10789.48 +1165943630,Summit Pedalboards,Woodworking,Crafts,USD,2017-04-14,1000.00,2017-03-15 04:46:54,1.00,failed,1,US,0.00,1.00,1000.00 +1165949857,THE ALANA BANANA SHOW APP - a fun & educational app for kids,Family,Film & Video,USD,2016-08-10,50000.00,2016-07-11 16:00:28,50185.00,successful,127,US,0.00,50185.00,50000.00 +1165950406,Where's the rest of me? A quest to get published.,Fiction,Publishing,GBP,2015-09-18,150.00,2015-08-19 00:24:14,1.00,failed,1,GB,1.56,1.56,234.70 +116595072,Moving Beans Coffee - Sustainable Coffee Pods,Drinks,Food,GBP,2017-08-18,35000.00,2017-07-04 12:33:54,8250.00,failed,4,GB,0.00,10621.45,45060.70 +116595768,The Legion Fitness Initiative,Apparel,Fashion,USD,2015-06-06,5000.00,2015-05-07 18:33:02,0.00,failed,0,US,0.00,0.00,5000.00 +1165958436,Bullying Ends Here,Nonfiction,Publishing,CAD,2014-04-03,10000.00,2014-03-04 23:12:04,57.00,failed,3,CA,51.56,51.71,9072.76 +116598409,TimeSmart,Apps,Technology,EUR,2015-01-03,10000.00,2014-11-04 01:00:52,1.00,failed,1,IE,1.25,1.18,11812.93 +"1165996708,""Mind Garden Apparel - Planted, Watered & Grown"",Apparel,Fashion,GBP,2015-11-01,550.00,2015-10-02 14:06:38,128.00,failed,5,GB,193.68,193.77,832.60" +1165997259,DD pictures – let’s reanimate frozen pictures!,Photography,Photography,USD,2015-08-10,15000.00,2015-07-06 09:34:44,125.00,failed,4,US,125.00,125.00,15000.00 +116600,Sugar Plum Scrubs And More,Crafts,Crafts,USD,2015-05-21,1000.00,2015-04-21 21:15:47,0.00,failed,0,US,0.00,0.00,1000.00 +"1166000582,""THE 1,000-YEAR NIGHT #1 COMIC"",Comics,Comics,USD,2012-10-11,6500.00,2012-08-12 19:15:05,207.00,failed,15,US,207.00,207.00,6500.00" +1166003084,Super Plexis - A Retro Puzzle Action Fighter,Video Games,Games,USD,2017-03-25,22000.00,2017-03-18 21:12:13,1127.00,failed,41,US,921.00,1127.00,22000.00 +1166013084,A Van for Driftwood,Country & Folk,Music,USD,2010-07-15,2000.00,2010-04-30 21:00:56,2500.00,successful,28,US,2500.00,2500.00,2000.00 +11660197,Dirty Rotten Apples - Card game,Tabletop Games,Games,USD,2014-06-01,4000.00,2014-04-02 18:40:24,165.00,failed,6,US,165.00,165.00,4000.00 +1166023047,Help Sinfinis Complete Their New Album!,Electronic Music,Music,USD,2013-05-25,500.00,2013-04-25 14:56:12,1060.00,successful,37,US,1060.00,1060.00,500.00 +"1166029233,""TorchBearer Sauces: All-Natural, Gourmet Condiments"",Food,Food,USD,2012-10-24,16000.00,2012-09-12 18:03:01,22171.42,successful,241,US,22171.42,22171.42,16000.00" +"1166036385,""When I am grown- A Tribute to Lee Rigby, RIP"",Jazz,Music,GBP,2013-06-10,400.00,2013-05-29 18:03:45,20.00,failed,1,GB,30.18,31.25,624.92" +1166038139,Colors On Air (Canceled),Accessories,Fashion,USD,2015-10-08,40000.00,2015-09-08 23:07:10,0.00,canceled,0,US,0.00,0.00,40000.00 +1166041827,ArmCloud,Product Design,Design,AUD,2015-10-16,40000.00,2015-09-16 09:42:05,0.00,failed,0,AU,0.00,0.00,29027.58 +1166044523,CrimpCoffee: Good Coffee Good Times,Food Trucks,Food,USD,2017-07-23,1000.00,2017-06-23 01:38:29,0.00,failed,0,US,0.00,0.00,1000.00 +116604699,Rude's Dogs,Food,Food,USD,2013-04-19,12000.00,2013-03-20 04:52:13,60.00,failed,3,US,60.00,60.00,12000.00 +1166053923,Deposit for a house for my cake business,Food,Food,GBP,2017-06-22,15000.00,2017-05-23 09:42:07,0.00,canceled,0,GB,0.00,0.00,19087.13 +1166055008,Lamp Shade Sleeve,Product Design,Design,USD,2014-04-07,1000.00,2014-02-06 08:52:04,22.00,failed,1,US,22.00,22.00,1000.00 +1166059766,Help The Hoot Hoots finish their new Album Colorpunch,Indie Rock,Music,USD,2014-10-31,6000.00,2014-10-10 22:56:09,6797.11,successful,122,US,6797.11,6797.11,6000.00 +1166074960,Mayridges: Extraordinary Home Accessories.,Design,Design,GBP,2015-09-21,75000.00,2015-09-01 17:57:29,107.00,failed,4,GB,165.11,162.39,113824.35 +1166075353,William the Whale,Children's Books,Publishing,AUD,2015-02-18,1000.00,2015-01-15 06:32:16,2320.00,successful,45,AU,1877.16,1820.32,784.62 +1166080946,Corner Pocket - Senior Thesis,Shorts,Film & Video,USD,2013-08-09,4000.00,2013-07-10 05:58:38,461.00,failed,10,US,461.00,461.00,4000.00 +1166084833,SignalWear: World's First Smart Motorcycle Gloves for Safety,Wearables,Technology,USD,2017-05-19,25000.00,2017-04-04 14:42:49,6710.00,failed,47,US,327.00,6710.00,25000.00 +1166095198,KeezEd Tech,Apps,Technology,USD,2017-04-26,150000.00,2017-03-27 14:00:13,27.00,failed,3,US,50.00,27.00,150000.00 +1166096629,Poison Apple Initiative Presents Woyzeck,Theater,Theater,USD,2011-05-20,1000.00,2011-04-20 18:23:46,1187.00,successful,14,US,1187.00,1187.00,1000.00 +"116611164,""Mudpuppy 7"""" EP"",Music,Music,USD,2011-11-08,1000.00,2011-09-09 04:58:05,231.00,failed,9,US,231.00,231.00,1000.00" +"1166112735,""TUGWACSA, an RPG for Calculator"",Video Games,Games,USD,2014-07-04,1500.00,2014-06-04 04:20:02,10.00,failed,2,US,10.00,10.00,1500.00" +1166113345,Penial Implants,Shorts,Film & Video,USD,2013-11-08,200.00,2013-10-24 17:57:15,28.50,failed,3,US,28.50,28.50,200.00 +116611494,imbisswagen für jeder mann,Food Trucks,Food,EUR,2015-07-18,70000.00,2015-06-20 00:12:01,0.00,failed,0,DE,0.00,0.00,76573.03 +1166117505,Go Spaceman!,Electronic Music,Music,USD,2010-06-03,1500.00,2010-04-03 19:46:08,1500.00,successful,27,US,1500.00,1500.00,1500.00 +1166123424,@home - A Kindling Group Documentary,Documentary,Film & Video,USD,2011-11-04,10000.00,2011-09-20 20:42:26,11386.78,successful,109,US,11386.78,11386.78,10000.00 +1166130536,Rydhero - Ride service for kids,Technology,Technology,AUD,2016-06-16,50000.00,2016-05-17 02:01:20,0.00,failed,0,AU,0.00,0.00,36935.81 +"1166138956,""DominantDinosaur """"Mother Nature"""" Series (Canceled)"",Fashion,Fashion,AUD,2014-05-28,3900.00,2014-04-18 03:26:04,5.00,canceled,1,AU,4.68,4.65,3626.22" +1166142586,The Realize Legacy - The World's First Digital Heirloom,Apps,Technology,USD,2016-03-29,26320.00,2016-02-28 21:25:45,651.00,canceled,8,US,651.00,651.00,26320.00 +116614280,Kristen Merlin's Debut Album!,Music,Music,USD,2012-08-22,15000.00,2012-06-23 03:06:58,2705.00,failed,53,US,2705.00,2705.00,15000.00 +1166143212,Honest Guitar mag,Audio,Journalism,EUR,2016-07-20,10000.00,2016-06-20 18:55:43,0.00,failed,0,FR,0.00,0.00,11013.94 +"1166144799,""A """"B Wallet"""" - The Stylish Minimalist Wallet!"",Fashion,Fashion,USD,2013-04-16,3000.00,2013-03-17 22:21:32,1014.00,failed,63,US,1014.00,1014.00,3000.00" +1166146680,Love pain passion album,R&B,Music,GBP,2015-08-06,700.00,2015-07-07 01:05:17,8.00,failed,1,GB,12.46,12.41,1086.18 +1166156149,Le Carré-Commuter Backpack,Accessories,Fashion,EUR,2017-03-31,1000.00,2017-03-23 11:31:44,1417.00,successful,14,FR,735.06,1514.91,1069.10 +1166156313,The End #1 (Remastered Edition),Comic Books,Comics,USD,2017-10-16,500.00,2017-09-16 02:05:05,521.00,successful,27,US,15.00,521.00,500.00 +1166157733,Paleo Health Bar,Food,Food,USD,2016-06-08,30000.00,2016-05-09 04:02:05,75.00,failed,3,US,75.00,75.00,30000.00 +1166158084,THE AVATAR MAKER (Canceled),Design,Design,CAD,2013-10-10,50000.00,2013-09-10 14:19:17,946.00,canceled,19,CA,909.27,910.58,48127.83 +1166170009,Exploring Energy,Children's Books,Publishing,USD,2012-12-13,3000.00,2012-11-08 22:00:41,1061.00,failed,22,US,1061.00,1061.00,3000.00 +1166170638,Signature Hymns - Elisabeth Sooy,Classical Music,Music,USD,2012-01-30,325.00,2012-01-11 15:08:27,126.00,failed,5,US,126.00,126.00,325.00 +1166182299,365 Days of Pikes Peak - The Journey,Photography,Photography,USD,2011-06-01,15000.00,2011-04-22 18:05:32,17864.01,successful,150,US,17864.01,17864.01,15000.00 +1166193580,Lotus Peak Jeans,Apparel,Fashion,USD,2014-06-02,3000.00,2014-05-19 20:49:40,3037.00,successful,18,US,3037.00,3037.00,3000.00 +1166206478,All Stars,Documentary,Film & Video,GBP,2013-09-01,4000.00,2013-08-12 18:22:39,0.00,failed,0,GB,0.00,0.00,6231.31 +1166214715,BATTLE BOX-Game Tray System,Tabletop Games,Games,USD,2015-05-23,45969.00,2015-04-16 06:23:55,2741.00,failed,41,US,2741.00,2741.00,45969.00 +1166218512,DEFEND SCIENCE!,Fashion,Fashion,USD,2014-01-27,1000.00,2013-12-28 00:54:31,255.00,failed,11,US,255.00,255.00,1000.00 +1166229443,MAKE100 Bulb cover OCTAVIA,Product Design,Design,MXN,2017-02-24,20000.00,2017-01-25 23:26:34,20300.00,successful,48,MX,295.56,1030.77,1015.54 +1166230166,Side Walk Chalk Therapy for Autism Children,Public Art,Art,USD,2015-06-17,3000.00,2015-05-18 18:27:17,6.00,failed,2,US,6.00,6.00,3000.00 +1166236795,FTW TKKC KICKSTARTER,Music,Music,NZD,2017-04-28,2500.00,2017-02-27 23:12:47,375.00,failed,6,NZ,72.04,257.84,1718.92 +1166248644,The Celebrate America Show: 1940's Patriotic Big Band Show,Jazz,Music,USD,2014-10-16,15000.00,2014-09-01 08:15:26,20.00,canceled,1,US,20.00,20.00,15000.00 +"1166259695,""A novel entitled """"No Harm Dunn"""""",Fiction,Publishing,USD,2014-01-10,7500.00,2013-12-11 04:25:12,150.00,failed,2,US,150.00,150.00,7500.00" +1166261189,Under The Covers CD Single Release Fundraiser,Pop,Music,USD,2014-07-18,400.00,2014-06-19 17:09:22,30.00,failed,2,US,30.00,30.00,400.00 +1166264513,Tripletote - The Ultimate Handsfree Multi-Tote,Product Design,Design,USD,2016-07-25,20000.00,2016-05-26 04:23:59,1102.00,failed,34,US,1027.00,1102.00,20000.00 +1166267543,DEVIL'S DAMNED TO TRY - Short Film,Shorts,Film & Video,USD,2013-05-05,3000.00,2013-04-05 17:00:29,3340.00,successful,41,US,3340.00,3340.00,3000.00 +1166273315,How to Make a Documentary,Documentary,Film & Video,USD,2010-07-02,1.85,2010-05-21 22:22:21,0.00,failed,0,US,0.00,0.00,1.85 +1166280001,Chaz Lockwood's lemon lime vinyl EP will it come to pass?,Indie Rock,Music,USD,2014-07-06,3999.00,2014-05-07 17:34:31,177.00,failed,3,US,177.00,177.00,3999.00 +"116628448,""Verb It!, verb conjugator/translator and phrasal verb app."",Apps,Technology,USD,2015-11-04,2500.00,2015-10-05 18:23:07,10.00,failed,1,US,10.00,10.00,2500.00" +1166288755,Self-Fulfilling Prophecy: An Original MN Fringe 2014 Musical,Musical,Theater,USD,2014-07-16,1500.00,2014-07-01 09:14:38,1530.00,successful,31,US,1530.00,1530.00,1500.00 +1166293764,Banana Balance Board,Woodworking,Crafts,USD,2017-12-01,23000.00,2017-11-16 01:17:14,126.00,failed,3,US,0.00,126.00,23000.00 +"1166295603,""""""Two Years in Correspondence"""" from The WOW Collective in Armenia"",Nonfiction,Publishing,USD,2010-02-01,2000.00,2009-11-11 19:19:55,2100.00,successful,42,US,2100.00,2100.00,2000.00" +1166306154,Fosc Anansi - RPG Adventure Module - 1E & 5E,Tabletop Games,Games,USD,2017-03-14,1000.00,2017-02-26 07:40:09,3672.00,successful,141,US,434.00,3672.00,1000.00 +1166313978,STEREOTYPE - ANTI KNIFE CRIME SHORT FILM,Narrative Film,Film & Video,GBP,2014-03-13,5000.00,2014-02-13 01:00:57,5351.00,successful,131,GB,8801.55,8879.85,8297.38 +1166315798,The Dirty Farmers Community Market and Greater Good Cafe,Farms,Food,USD,2015-12-30,5000.00,2015-11-30 05:22:32,5000.00,successful,20,US,5000.00,5000.00,5000.00 +1166327634,CAT Playing Cards - 2nd Edition,Playing Cards,Games,USD,2015-07-01,1500.00,2015-06-23 15:22:39,2364.00,successful,105,US,2364.00,2364.00,1500.00 +116632787,Scraps,Shorts,Film & Video,USD,2011-09-04,500.00,2011-07-06 23:30:45,636.00,successful,17,US,636.00,636.00,500.00 +1166331042,DairyTech: Herd & Performance Tracking Software for Dairies,Apps,Technology,USD,2016-11-26,250000.00,2016-09-27 23:41:48,1.00,failed,1,US,0.00,1.00,250000.00 +1166333175,Calvin's Short Films,Shorts,Film & Video,USD,2012-05-02,500.00,2012-04-02 23:03:40,25.00,failed,1,US,25.00,25.00,500.00 +1166335985,CornerMate,Product Design,Design,USD,2015-08-23,80000.00,2015-07-24 19:10:45,230.00,failed,7,US,230.00,230.00,80000.00 +116633609,PlaqCard - send-able art!,Product Design,Design,USD,2013-10-23,17500.00,2013-09-23 22:10:55,5618.00,failed,53,US,5618.00,5618.00,17500.00 +1166337462,Cup Of Fame,Product Design,Design,SEK,2016-12-02,210000.00,2016-11-02 14:39:04,1250.00,failed,5,SE,55.36,135.76,22808.24 +1166339087,Poetry Tour and Women of the World Poetry Slam,Performance Art,Art,USD,2012-02-11,600.00,2012-01-05 17:12:04,10.00,failed,1,US,10.00,10.00,600.00 +1166339820,Water with Lemon,Webseries,Film & Video,USD,2012-08-02,7500.00,2012-06-27 16:04:43,9551.00,successful,117,US,9551.00,9551.00,7500.00 +1166341142,The Price of Existence,Documentary,Film & Video,USD,2012-08-18,7989.00,2012-06-29 19:39:22,3524.45,failed,52,US,3524.45,3524.45,7989.00 +1166346552,IndieCade 2011 Conference Videos!,Games,Games,USD,2011-09-15,15000.00,2011-08-16 19:03:02,2764.00,failed,70,US,2764.00,2764.00,15000.00 +1166353050,J-B.C.D. Accessories (Canceled),Product Design,Design,CAD,2015-11-15,30000.00,2015-10-16 00:48:41,0.00,canceled,0,CA,0.00,0.00,22534.36 +1166355219,Oriz,Apps,Technology,EUR,2016-06-01,60000.00,2016-05-02 23:59:32,0.00,failed,0,FR,0.00,0.00,66923.95 +1166357848,Help Detroit Students SOAR!,Apps,Technology,USD,2015-06-27,101111.00,2015-05-26 23:06:31,1921.00,failed,16,US,1921.00,1921.00,101111.00 +1166378004,Holovect: Holographic Vector Display,Technology,Technology,USD,2016-11-11,45000.00,2016-10-12 19:00:38,70742.81,successful,240,US,3338.00,70742.81,45000.00 +1166390141,The Lucid Job (Canceled),Shorts,Film & Video,USD,2010-09-16,2000.00,2010-08-02 03:12:13,0.00,canceled,0,US,0.00,0.00,2000.00 +1166392385,How To Kill A Psychotic God,Graphic Novels,Comics,USD,2016-09-15,24000.00,2016-08-16 09:06:01,1713.00,failed,28,US,0.00,1713.00,24000.00 +1166396381,Sikeiatric clothing brand launch!,Apparel,Fashion,GBP,2017-09-20,1000.00,2017-08-21 13:21:29,109.00,failed,7,GB,60.50,147.89,1356.82 +1166404109,Bring the Art Full Circle,Art,Art,USD,2012-03-31,7000.00,2012-03-01 20:59:20,2736.00,failed,22,US,2736.00,2736.00,7000.00 +1166406619,Balco Atlantico (Ayeshi),Drama,Film & Video,GBP,2015-04-11,1500.00,2015-03-12 13:41:50,51.00,failed,2,GB,76.90,76.61,2253.23 +116640927,A Setter's Art,Shorts,Film & Video,USD,2011-09-26,1327.33,2011-08-27 02:55:10,1943.48,successful,16,US,1943.48,1943.48,1327.33 +1166421806,The Catalyst Literary Arts Magazine,Literary Journals,Publishing,USD,2015-06-18,10000.00,2015-05-19 17:08:07,10223.00,successful,79,US,10223.00,10223.00,10000.00 +1166423946,Doughboy: Help Wanted,Documentary,Film & Video,USD,2013-05-07,2750.00,2013-04-07 23:30:18,77.00,failed,2,US,77.00,77.00,2750.00 +1166430711,Degeneration X: A New Multimedia Play,Theater,Theater,USD,2011-06-04,7000.00,2011-03-05 23:57:48,10420.00,successful,94,US,10420.00,10420.00,7000.00 +"1166430735,""UltraMags! Super Strong, Modern Fridge Magnets!"",Product Design,Design,CAD,2016-06-23,2000.00,2016-05-24 16:57:44,10012.00,successful,164,CA,7636.17,7697.99,1537.75" +1166431872,All Hope Contained - 3 New Recordings,Pop,Music,USD,2017-02-14,2500.00,2017-01-15 22:05:39,61.00,failed,2,US,50.00,61.00,2500.00 +1166433565,M.U.D. Issue #3,Graphic Novels,Comics,USD,2016-02-07,150.00,2016-01-08 03:18:50,374.00,successful,15,US,374.00,374.00,150.00 +1166436270,InnoGro AquaGarden - Fresh Food Grown Right at Home,Technology,Technology,USD,2016-05-24,150000.00,2016-03-29 16:02:15,10267.00,failed,35,US,10267.00,10267.00,150000.00 +1166452216,SUDDENLASH: New Album (AGOM),Metal,Music,EUR,2017-05-24,9000.00,2017-03-25 17:51:01,2585.00,failed,51,ES,1288.91,2894.15,10076.36 +1166453437,A Few Songs CD by David Benjamin Goldman,Music,Music,USD,2016-09-04,400.00,2016-08-13 18:46:19,400.00,successful,9,US,50.00,400.00,400.00 +116645492,Blood Drive: The Parody Collection Trading Cards,Comics,Comics,USD,2017-04-29,500.00,2017-03-14 15:33:21,2390.00,successful,24,US,1088.00,2390.00,500.00 +116645789,Custom Candle Collections,Crafts,Crafts,USD,2012-05-26,2200.00,2012-04-26 23:12:49,1.00,failed,1,US,1.00,1.00,2200.00 +"1166461688,""""""A Midsummer Night's Dream"""": A Physical Theatre Experiment"",Theater,Theater,USD,2012-01-06,350.00,2011-12-06 18:29:12,460.00,successful,15,US,460.00,460.00,350.00" +1166465025,SAFE Wallet Case for iPhone 6—Simplify Your Everyday Carry!,Product Design,Design,USD,2015-05-16,10000.00,2015-03-17 17:46:58,29981.00,successful,411,US,29981.00,29981.00,10000.00 +1166468684,Off-Leash Area presents Maggie's Brain at the Cowles Center,Dance,Dance,USD,2013-11-04,3900.00,2013-10-09 07:02:11,3960.00,successful,78,US,3960.00,3960.00,3900.00 +1166476902,I need a wok.,Food,Food,GBP,2014-08-22,30.00,2014-07-23 23:21:36,22.01,failed,4,GB,37.59,36.49,49.73 +1166481032,Kevin Daniel: Back in the Studio for Sophomore EP!,Music,Music,USD,2011-05-18,10000.00,2011-04-03 00:16:18,10160.00,successful,88,US,10160.00,10160.00,10000.00 +"1166481953,""jon, cameras, bangalore, karnataka, India"",Photography,Photography,USD,2010-09-07,850.00,2010-07-06 05:17:31,1457.00,successful,45,US,1457.00,1457.00,850.00" +1166484339,The Bridge Street Saddlebag,Product Design,Design,GBP,2013-08-30,3000.00,2013-07-31 10:38:59,16942.00,successful,304,GB,25982.23,26257.71,4649.58 +116648963,Kick LeftLion Magazine Monthly,Nonfiction,Publishing,GBP,2014-09-21,10000.00,2014-08-16 01:21:46,11331.00,successful,266,GB,18902.04,18479.08,16308.42 +1166500368,Denke- Earth and the Cosmos. (Canceled),Fashion,Fashion,USD,2012-11-21,7000.00,2012-10-22 23:04:09,0.00,canceled,0,US,0.00,0.00,7000.00 +1166504423,Bicycle Limited Edition Verde Playing Cards,Playing Cards,Games,USD,2017-12-10,6000.00,2017-11-10 21:18:16,4074.00,canceled,162,US,2001.00,4074.00,6000.00 +1166505829,2 Hawt 4 TV,Music Videos,Film & Video,USD,2015-07-16,130.00,2015-06-16 18:53:06,160.00,successful,3,US,160.00,160.00,130.00 +1166510973,Protect-A-Vial (Canceled),Technology,Technology,USD,2015-05-08,50000.00,2015-04-08 17:57:24,10.00,canceled,1,US,10.00,10.00,50000.00 +1166516141,Dodge A Block (Canceled),Video Games,Games,GBP,2015-11-13,10000.00,2015-09-14 18:25:51,181.00,canceled,4,GB,279.20,275.55,15223.71 +1166534262,The Most Basic of Truths,Children's Books,Publishing,USD,2014-01-11,10000.00,2013-12-12 22:36:41,1048.00,failed,33,US,1048.00,1048.00,10000.00 +1166539861,Lotto - A Student Thesis Film,Science Fiction,Film & Video,USD,2015-07-16,4000.00,2015-06-10 23:23:07,4020.00,successful,32,US,4020.00,4020.00,4000.00 +1166542222,Building the Playa Blanca Community Wind Workshop!,Makerspaces,Technology,USD,2016-07-05,35000.00,2016-06-08 17:11:10,21994.00,failed,171,US,21994.00,21994.00,35000.00 +1166546816,Throttle Opener: An Innovative One-Handed Bottle Opener,Product Design,Design,USD,2016-09-27,8000.00,2016-08-23 17:31:42,3336.00,canceled,114,US,120.00,3336.00,8000.00 +1166547127,Ondine at Sutro Baths,Theater,Theater,USD,2015-05-01,12000.00,2015-03-18 05:43:41,12233.00,successful,50,US,12233.00,12233.00,12000.00 +"1166560429,""RestoPresto™ the portable mat to sit on, sit under & wear!"",Product Design,Design,USD,2014-10-27,20000.00,2014-09-27 15:10:02,27541.00,successful,209,US,27541.00,27541.00,20000.00" +1166563942,DITTOBLOX-Modular Building Pods That Spark Creative Minds.,Product Design,Design,USD,2012-08-31,12500.00,2012-08-01 06:45:26,3363.00,failed,61,US,3363.00,3363.00,12500.00 +1166578875,Jenna Moynihan records her debut album!,World Music,Music,USD,2014-11-27,8000.00,2014-10-28 00:00:31,15791.00,successful,219,US,15791.00,15791.00,8000.00 +1166589370,Faith Shared Gift Greeting Card Line,Publishing,Publishing,USD,2014-07-10,30000.00,2014-06-10 03:01:01,0.00,failed,0,US,0.00,0.00,30000.00 +1166589648,Can art save the Arctic? An experimental documentary,Documentary,Film & Video,USD,2012-10-18,30000.00,2012-09-17 15:04:13,31025.00,successful,286,US,31025.00,31025.00,30000.00 +1166594927,SlimFit sunglasses by THE ONEBONE COMPANY,Accessories,Fashion,EUR,2017-06-30,14000.00,2017-05-31 15:30:44,8810.00,canceled,90,ES,1516.42,10053.98,15976.81 +1166602290,Detroit Vs Hip Hop (The Documentary),Documentary,Film & Video,USD,2015-04-06,3500.00,2015-03-07 04:40:01,0.00,failed,0,US,0.00,0.00,3500.00 +"1166604862,""Forbidden Ground, FUKUSHIMA: Japan's nuclear crisis"",Documentary,Film & Video,USD,2012-06-26,10000.00,2012-06-01 14:03:23,10495.00,successful,27,US,10495.00,10495.00,10000.00" +1166606489,the elders - a coming of age documentary portrait series,Documentary,Film & Video,USD,2010-05-27,11000.00,2010-05-08 15:03:44,12519.51,successful,166,US,12519.51,12519.51,11000.00 +"1166606509,""Sustainable, biodegradable beauty products"",Product Design,Design,CAD,2017-07-14,3000.00,2017-06-14 17:13:22,21.00,failed,2,CA,0.00,16.50,2357.75" +1166606930,Screen Printed Horror Themed Poster - This Girl Be Crazy,Graphic Design,Design,USD,2013-11-01,400.00,2013-10-04 17:58:00,30.00,failed,2,US,30.00,30.00,400.00 +1166612860,Akka Grocery and Cafe,Restaurants,Food,USD,2015-03-28,30000.00,2015-02-11 21:14:12,0.00,failed,0,US,0.00,0.00,30000.00 +1166612956,Z1 Design Miniature Base System,Tabletop Games,Games,GBP,2015-04-08,2000.00,2015-03-09 11:25:26,119.00,failed,4,GB,178.96,173.64,2918.26 +1166624443,Meet OTTO - The Hackable GIF Camera,Design,Design,USD,2014-06-14,60000.00,2014-05-15 23:30:16,71559.55,successful,414,US,71559.55,71559.55,60000.00 +1166627215,Viola Spolin's Theater Games Master Classes - Online,Film & Video,Film & Video,USD,2014-01-13,12000.00,2013-12-06 15:52:48,15933.00,successful,183,US,15933.00,15933.00,12000.00 +1166630494,METAL SOLDIERS,Shorts,Film & Video,USD,2011-07-09,9500.00,2011-06-09 18:33:17,9942.00,successful,69,US,9942.00,9942.00,9500.00 +1166635639,Alan Durnell's Prophetic Worship CD Project,Music,Music,USD,2012-03-18,1300.00,2012-02-17 06:06:01,1576.00,successful,32,US,1576.00,1576.00,1300.00 +1166639392,Lost in the Maze,Video Games,Games,GBP,2015-03-20,5000.00,2015-02-18 21:01:29,0.00,failed,0,GB,0.00,0.00,7426.55 +1166641118,Open Legend: Open-source RPG & Amaurea's Dawn Setting,Tabletop Games,Games,USD,2016-11-20,10000.00,2016-10-18 15:55:37,110630.00,successful,1441,US,28128.00,110630.00,10000.00 +"1166659971,""""""Forever's End"""" - Feature Film"",Film & Video,Film & Video,USD,2011-05-20,40000.00,2011-04-15 23:59:31,1380.00,failed,22,US,1380.00,1380.00,40000.00" +1166669649,FluxCraft (Minecraft RPG Server),Games,Games,EUR,2016-06-15,50.00,2016-05-16 17:30:33,5.00,failed,1,IE,5.65,5.63,56.27 +1166684053,[NUREN] The New Renaissance,Electronic Music,Music,USD,2015-03-16,70000.00,2015-02-14 21:00:37,76949.82,successful,1071,US,76949.82,76949.82,70000.00 +1166694237,Light as a Feather - Documentary,Documentary,Film & Video,USD,2011-02-18,10000.00,2011-01-19 18:07:12,785.00,failed,14,US,785.00,785.00,10000.00 +1166694570,The Voodoo Chalk Circle,Theater,Theater,USD,2011-04-08,2000.00,2011-03-08 00:29:10,3011.00,successful,57,US,3011.00,3011.00,2000.00 +1166711044,DrumKubes: Hearing Is Believing,Music,Music,USD,2017-10-12,7000.00,2017-09-12 03:45:18,520.00,failed,8,US,100.00,520.00,7000.00 +1166714791,KUVRD | Universal Lens Cap,Product Design,Design,USD,2018-01-15,2500.00,2017-12-05 16:07:32,129933.00,live,2170,US,1345.00,129933.00,2500.00 +1166718822,Branding Fabulous Phebe,Childrenswear,Fashion,USD,2015-01-09,3500.00,2014-11-30 09:15:56,5224.00,successful,68,US,5224.00,5224.00,3500.00 +1166727675,Detox Water: The Most Bio-Active Organic Aloe Water,Drinks,Food,USD,2014-07-28,20000.00,2014-06-18 03:30:41,31030.03,successful,291,US,31030.03,31030.03,20000.00 +1166729041,Creepy Horror Psychic Tattoo Influenced Enamel Pins,Accessories,Fashion,USD,2017-09-06,650.00,2017-08-17 00:16:13,345.00,failed,17,US,13.00,345.00,650.00 +1166740151,The Orphan Tree: by Naked Feet Theatrical Productions,Theater,Theater,USD,2011-10-28,15000.00,2011-08-29 14:10:50,2171.00,failed,65,US,2171.00,2171.00,15000.00 +"1166742733,""""""Join the Horror Club"""""",Film & Video,Film & Video,USD,2012-01-11,12500.00,2011-11-12 18:28:23,1240.00,failed,28,US,1240.00,1240.00,12500.00" +1166761906,SATAN SAYS,Playing Cards,Games,AUD,2017-08-01,4500.00,2017-06-22 23:14:20,77.00,canceled,2,AU,58.26,61.38,3587.09 +1166763533,MONATAU: Ceramic Art,Ceramics,Art,EUR,2016-10-29,4500.00,2016-09-29 23:16:56,3.00,failed,3,DE,0.00,3.33,4991.85 +1166767735,Wounded The Motion Picture,Drama,Film & Video,USD,2014-12-20,300000.00,2014-10-21 01:37:06,407.00,failed,8,US,407.00,407.00,300000.00 +1166768089,Twitter #ShoutOut App,Technology,Technology,USD,2011-05-28,15000.00,2011-04-28 09:48:42,0.00,failed,0,US,0.00,0.00,15000.00 +1166768814,Zevra Clothing Summer 2016 Button-Ups,Apparel,Fashion,USD,2016-06-03,2500.00,2016-05-04 21:19:11,0.00,failed,0,US,0.00,0.00,2500.00 +1166771229,Re:Load Pro: A DC active load,Hardware,Technology,GBP,2014-05-05,6000.00,2014-04-14 10:02:02,24270.49,successful,361,GB,40610.76,40926.24,10117.53 +"1166771954,""TENACIOUS, The Tevita Moala Story"",Documentary,Film & Video,USD,2015-06-26,10346.00,2015-05-27 00:58:32,4095.00,failed,40,US,4095.00,4095.00,10346.00" +1166775907,The sports wall racks collection by MEOLLO™,Product Design,Design,EUR,2017-02-01,8000.00,2016-12-05 18:00:10,302.00,canceled,8,ES,153.60,324.38,8592.82 +1166786100,A Dream Of Wolves In Winter ch. 4,Graphic Novels,Comics,USD,2016-12-17,500.00,2016-12-02 03:34:52,564.00,successful,23,US,133.00,564.00,500.00 +1166792919,TWiST - Braid Bar (A Natural Hair Salon),Fashion,Fashion,USD,2016-06-08,75000.00,2016-05-09 16:12:30,0.00,failed,0,US,0.00,0.00,75000.00 +1166796667,CheekZ - The Hamster Battle Card Game,Playing Cards,Games,GBP,2016-06-03,1500.00,2016-04-12 20:51:59,2940.00,successful,149,GB,4153.53,4243.10,2164.85 +"1166803577,""Under The Half Dome: An Album by Sierra Composer, Ken Allen"",Music,Music,USD,2013-02-21,10000.00,2013-01-22 16:28:37,21090.52,successful,575,US,21090.52,21090.52,10000.00" +1166804996,Cane to Candy. Candy making from an 1800's farm to you.,Small Batch,Food,USD,2017-11-05,3200.00,2017-10-06 17:48:24,27682.00,successful,663,US,3041.00,27682.00,3200.00 +1166808726,Arthur Pendragon's Perplexing Predicament,Children's Books,Publishing,USD,2012-11-07,6000.00,2012-10-08 21:01:03,490.00,failed,13,US,490.00,490.00,6000.00 +1166819077,Salad Box - Vertical Aquaponics,Community Gardens,Food,USD,2014-07-30,15000.00,2014-06-30 02:40:43,6464.00,failed,67,US,6464.00,6464.00,15000.00 +1166827015,Her,Art,Art,USD,2016-07-13,2500.00,2016-05-14 22:47:37,523.00,failed,11,US,513.00,523.00,2500.00 +1166828841,Sweet 'N Low The Show,Theater,Theater,USD,2015-04-23,2500.00,2015-03-24 18:19:35,345.00,failed,4,US,345.00,345.00,2500.00 +1166833810,England Footie Anthem - The Rooney Cha (Canceled),Music Videos,Film & Video,GBP,2014-06-03,15000.00,2014-05-29 19:02:02,100.00,canceled,1,GB,168.11,168.25,25238.08 +1166834794,The Adventures of Aero-Girl: A Girl and Her Gorilla,Comic Books,Comics,USD,2014-06-18,4200.00,2014-05-17 21:16:22,4214.00,successful,215,US,4214.00,4214.00,4200.00 +1166838009,Dinosaurs in San Diego,Art,Art,USD,2015-04-19,40000.00,2015-02-18 04:37:32,110.00,failed,2,US,110.00,110.00,40000.00 +116683966,Phone Box Library,Shorts,Film & Video,GBP,2013-12-13,300.00,2013-11-26 15:19:39,300.00,successful,7,GB,486.83,488.10,488.10 +1166841652,Lines of Freedom,Theater,Theater,USD,2014-02-19,20000.00,2014-01-13 18:28:23,20089.12,successful,144,US,20089.12,20089.12,20000.00 +1166845118,The Alycat Series: 2nd Book of Multi-Award Winning Series,Children's Books,Publishing,USD,2017-07-03,3000.00,2017-06-03 17:11:17,304.00,failed,5,US,304.00,304.00,3000.00 +1166846046,Astro[not] Fund Drive (Final Stretch!),Shorts,Film & Video,USD,2012-07-26,800.00,2012-06-29 07:53:12,889.82,successful,37,US,889.82,889.82,800.00 +1166846772,Concutio Historia,Video Games,Games,MXN,2017-10-14,16000.00,2017-08-15 23:49:54,224.00,failed,2,MX,0.00,11.86,846.87 +1166847386,Oak Honey Whiskey Tumbler,Product Design,Design,USD,2017-04-04,10000.00,2017-03-15 16:01:07,153788.00,successful,1319,US,17474.00,153788.00,10000.00 +1166851951,Brabadab/TheGamingChef- Help/gaming channel,Webseries,Film & Video,USD,2015-10-26,5000.00,2015-09-08 17:38:05,0.00,failed,0,US,0.00,0.00,5000.00 +1166856116,Button Maker for Healing Buttons,DIY,Crafts,USD,2016-06-08,150.00,2016-04-29 03:35:54,0.00,failed,0,US,0.00,0.00,150.00 +1166882997,My Fair Fiend's Sophomore Album,Indie Rock,Music,USD,2015-06-10,15000.00,2015-05-11 20:39:22,15312.00,successful,337,US,15312.00,15312.00,15000.00 +1166884834,RAPID HUT,Product Design,Design,USD,2014-10-27,73000.00,2014-09-22 17:50:32,1081.00,failed,20,US,1081.00,1081.00,73000.00 +"1166886041,""Arthur Explicit """"Ambient City Project"""""",Electronic Music,Music,USD,2012-12-06,10000.00,2012-11-06 02:30:55,161.00,failed,6,US,161.00,161.00,10000.00" +"116689571,""The Nowhere Man Book 1: Nothing, Never, Nowhere"",Graphic Novels,Comics,USD,2016-07-29,700.00,2016-06-29 16:34:21,1148.00,successful,55,US,772.00,1148.00,700.00" +116689590,Waking Up in San Francisco (Canceled),Narrative Film,Film & Video,USD,2011-06-19,22500.00,2011-04-20 05:18:22,500.00,canceled,8,US,500.00,500.00,22500.00 +1166896791,DOS - REVOLUTIONARY MALE UNDERWEAR,Ready-to-wear,Fashion,EUR,2016-09-26,17000.00,2016-08-17 11:15:56,949.00,failed,33,IT,284.13,1059.18,18973.64 +1166907638,Formula Pi - Self-driving robot racing with the Raspberry Pi,Robots,Technology,GBP,2016-08-22,2500.00,2016-07-22 13:15:39,8685.00,successful,106,GB,256.55,11475.04,3303.12 +1166912153,Priscilla Thanasides: My music goal,Music,Music,USD,2011-07-09,750.00,2011-05-20 03:41:08,155.00,failed,6,US,155.00,155.00,750.00 +1166912472,Projectone- Machined Sound Projection for your iPhone,Product Design,Design,USD,2013-05-29,4500.00,2013-04-29 18:48:51,3596.00,failed,75,US,3596.00,3596.00,4500.00 +1166913488,LE BOYFRIEND PARIS | It's all about shirts.,Apparel,Fashion,EUR,2017-05-11,10000.00,2017-04-11 20:03:49,10360.00,successful,42,FR,269.85,11267.48,10875.95 +1166925352,Tactical Escape 101- La Crosse Wi- 2016,Live Games,Games,USD,2016-01-11,15000.00,2015-11-12 03:00:10,0.00,failed,0,US,0.00,0.00,15000.00 +1166925551,Just Be You! A New Kid's Album from In A World...,Kids,Music,USD,2016-10-25,2000.00,2016-09-30 19:15:04,2835.00,successful,46,US,714.00,2835.00,2000.00 +116693437,Creating a piece of art from your photographs,Art,Art,GBP,2015-03-29,2500.00,2015-02-27 15:08:54,259.00,failed,6,GB,402.65,383.40,3700.80 +1166937627,UBT first 7,Fashion,Fashion,USD,2014-02-09,100000.00,2013-12-11 01:12:26,15.00,failed,3,US,15.00,15.00,100000.00 +1166950584,NOT just PENS,Woodworking,Crafts,USD,2015-04-07,500.00,2015-03-08 03:55:05,926.00,successful,12,US,926.00,926.00,500.00 +116695221,Shokro - Social Sports Chronometer,Gadgets,Technology,AUD,2017-04-19,25000.00,2017-03-30 09:49:07,309.00,canceled,5,AU,186.49,232.49,18809.72 +1166955180,Needy,Product Design,Design,USD,2017-09-18,7000.00,2017-08-19 09:21:43,1203.00,failed,65,US,965.00,1203.00,7000.00 +1166957673,Printing my book Dusty Duck in memory of my Sons.,Children's Books,Publishing,USD,2015-04-06,3000.00,2015-03-07 13:40:22,25.00,failed,1,US,25.00,25.00,3000.00 +"116695917,""FUN, SEXY BEACH TOWEL"",Graphic Design,Design,USD,2016-03-18,1000.00,2016-03-11 23:01:00,33.00,failed,4,US,33.00,33.00,1000.00" +1166959188,Go To Guy VS Go To Player,Journalism,Journalism,USD,2012-06-19,5000.00,2012-04-20 01:11:42,25.00,failed,1,US,25.00,25.00,5000.00 +1166959220,IWantToBuyArt.com,Art,Art,CAD,2014-12-21,20000.00,2014-11-21 01:12:30,20075.00,successful,116,CA,17728.98,17317.98,17253.28 +1166965122,Let's Label Our Marijuana Edibles!,Food,Food,USD,2017-05-15,4000.00,2017-04-07 02:49:17,4136.00,successful,23,US,15.00,4136.00,4000.00 +116696572,homeland (a dance/theatre performance event in brooklyn),Theater,Theater,USD,2009-10-30,990.00,2009-09-14 20:16:12,1233.00,successful,24,US,1233.00,1233.00,990.00 +1166975139,OLD SCHOOL BAKERY & CAFE,Farmer's Markets,Food,USD,2014-09-01,85000.00,2014-08-19 19:54:17,640.00,failed,8,US,640.00,640.00,85000.00 +116697873,Support Brazil,Crafts,Crafts,GBP,2014-08-08,25000.00,2014-07-09 21:15:08,0.00,failed,0,GB,0.00,0.00,42010.45 +116698196,Warfighter Brewing Co. needs to move!,Food,Food,USD,2014-02-01,20000.00,2013-12-28 01:05:52,4980.00,failed,82,US,4980.00,4980.00,20000.00 +1166983733,Cereal sin Leche,Film & Video,Film & Video,MXN,2017-02-23,25000.00,2017-01-24 22:36:30,150.00,failed,1,MX,0.00,7.62,1269.42 +1166985748,Multi Player Iconic Baseball,Video Games,Games,USD,2014-08-18,10000.00,2014-07-19 17:59:37,138.00,failed,6,US,138.00,138.00,10000.00 +1166986631,Snollygoster,Tabletop Games,Games,USD,2017-10-20,11000.00,2017-09-20 14:59:08,44175.00,successful,908,US,2963.00,44175.00,11000.00 +1166986771,W.A.L.D.O's EP Quest,Music,Music,USD,2014-03-25,5000.00,2014-02-08 13:07:06,205.00,failed,6,US,205.00,205.00,5000.00 +1166987429,The Gypsy Flamenco Documentary: When I Grow Up...,Documentary,Film & Video,USD,2012-11-15,30000.00,2012-10-16 20:43:17,1560.00,failed,15,US,1560.00,1560.00,30000.00 +1166987622,Arizona Between Nosotros: Artists from Mexico Respond,Performance Art,Art,USD,2011-04-20,3500.00,2011-02-17 08:48:48,3800.00,successful,102,US,3800.00,3800.00,3500.00 +1166993592,Fire your imagination with my Imagination Shapes book,Children's Books,Publishing,GBP,2013-02-15,7000.00,2013-01-18 12:19:56,30.00,failed,1,GB,48.08,46.46,10840.95 +116699571,Cat Biz EZ Box,Product Design,Design,USD,2017-05-15,230000.00,2017-03-31 16:06:08,3115.00,failed,51,US,1830.00,3115.00,230000.00 +1167022385,KYOOR Watches,Accessories,Fashion,AUD,2017-10-22,8000.00,2017-09-22 03:52:56,322.00,canceled,6,AU,390.53,245.91,6109.67 +"1167034813,""Recording """"On the Frontline,"""" a song about saving animals"",Country & Folk,Music,USD,2011-10-18,1000.00,2011-09-18 06:07:19,1000.00,successful,17,US,1000.00,1000.00,1000.00" +1167040505,De Terre de Sang & d'Or,Shorts,Film & Video,EUR,2016-08-11,15000.00,2016-07-12 17:53:53,1015.00,failed,22,FR,204.47,1132.53,16736.96 +1167056262,Enoree Acorn Tee Shirts,Fashion,Fashion,USD,2013-02-09,1000.00,2013-01-10 01:26:03,161.00,failed,9,US,161.00,161.00,1000.00 +1167061723,Sea Monster: a 3-D stereoscopic web series exploring new film grammar.,Webseries,Film & Video,USD,2010-03-16,5000.00,2009-12-21 05:01:13,5009.00,successful,47,US,5009.00,5009.00,5000.00 +1167079376,Turn stop signs in San Diego into flowers!,Public Art,Art,USD,2011-08-05,1200.00,2011-07-06 15:56:29,1258.00,successful,33,US,1258.00,1258.00,1200.00 +1167079597,RADIATOR MAN a movie with blues music and 47 zombies,Film & Video,Film & Video,USD,2013-11-01,35000.00,2013-10-02 02:54:36,692.00,failed,10,US,692.00,692.00,35000.00 +1167081323,Until We Sleep - Issue 3,Comic Books,Comics,USD,2016-12-29,2500.00,2016-11-29 00:00:05,3045.00,successful,58,US,324.00,3045.00,2500.00 +1167090464,CatchApp a better location-based reminder app for iPhone,Technology,Technology,USD,2012-04-03,5000.00,2012-03-04 01:32:10,12.00,failed,3,US,12.00,12.00,5000.00 +1167097356,SACRED ART POP UP GALLERY,Painting,Art,USD,2016-11-30,700.00,2016-10-21 08:26:07,150.00,failed,1,US,0.00,150.00,700.00 +1167119697,I LOVE EPIC DANCE!,Dance,Dance,USD,2013-02-14,1100.00,2013-01-15 23:57:25,1261.00,successful,32,US,1261.00,1261.00,1100.00 +1167121455,Mike's photography studio,People,Photography,USD,2015-05-25,11000.00,2015-03-26 19:19:09,0.00,failed,0,US,0.00,0.00,11000.00 +1167123372,SaintUs - Social Network,Web,Technology,EUR,2018-01-20,55000.00,2017-12-06 22:10:58,10.00,canceled,1,DE,0.00,12.14,66753.24 +1167125115,Love Is In the Air,Crafts,Crafts,USD,2013-02-08,250.00,2013-02-01 19:13:16,0.00,failed,0,US,0.00,0.00,250.00 +1167127345,The Louisiana Big Band Collective (Canceled),Jazz,Music,USD,2015-02-19,5000.00,2015-01-29 00:44:11,25.00,canceled,1,US,25.00,25.00,5000.00 +1167134655,Sci-fi N.I,Public Art,Art,GBP,2016-11-10,8000.00,2016-10-17 18:33:27,0.00,failed,0,GB,0.00,0.00,10127.61 +1167135971,A Brother's Blood - Co-directed by my six year old!,Shorts,Film & Video,USD,2013-04-04,500.00,2013-03-25 22:04:09,525.00,successful,15,US,525.00,525.00,500.00 +1167136382,PugRidge Place Goat Milk Soap and Lotion,Crafts,Crafts,USD,2015-03-06,2500.00,2015-02-04 01:01:38,135.00,failed,9,US,135.00,135.00,2500.00 +1167139307,Backyard Zombies,Video Games,Games,USD,2012-04-04,400.00,2012-03-05 18:46:15,165.00,failed,7,US,165.00,165.00,400.00 +"1167145023,Football Highlights; online collectible card game,Video Games,Games,GBP,2014-01-31,5000.00,2013-12-02 07:49:11,218.50,failed,18,GB,357.67,359.56,8227.88" +"1167147278,""Popsdesk: Emergency Power, Portable Standing/Sitting Desk"",Product Design,Design,USD,2015-04-14,20000.00,2015-03-24 21:30:39,702.00,failed,4,US,702.00,702.00,20000.00" +1167147765,The Dybbuk,Plays,Theater,USD,2014-06-17,9500.00,2014-05-17 03:30:55,9525.00,successful,71,US,9525.00,9525.00,9500.00 +1167151653,Smogr Alert Field Recording,Graphic Design,Design,USD,2009-07-04,640.00,2009-04-29 22:08:13,41.00,failed,3,US,41.00,41.00,640.00 +116715301,Upgrading my self-built desktop computer! (Suspended),Gadgets,Technology,USD,2014-08-23,500.00,2014-07-09 02:46:47,25.00,suspended,1,US,25.00,25.00,500.00 +1167153135,Walking Up EP by Esoligh,Hip-Hop,Music,NZD,2015-05-30,2000.00,2015-04-30 08:39:15,691.00,failed,16,NZ,531.84,493.32,1427.86 +1167154827,JACMEL HAITI RESTORATION,Design,Design,USD,2012-08-09,7500.00,2012-07-17 22:46:23,625.00,failed,8,US,625.00,625.00,7500.00 +1167156499,Unconventional Wisdom,Rock,Music,USD,2015-05-20,15000.00,2015-04-20 03:14:37,60.00,failed,2,US,60.00,60.00,15000.00 +1167169381,Weddinvites,Graphic Design,Design,NZD,2015-05-14,40250.00,2015-04-14 00:05:39,0.00,failed,0,NZ,0.00,0.00,29923.43 +"1167173838,""“It is a Chocolate bar, with lots of squares"",Print,Journalism,USD,2017-04-24,50000.00,2017-04-03 23:12:42,0.00,suspended,0,US,0.00,0.00,50000.00" +1167175503,Mental Health Awareness Documentary,Documentary,Film & Video,GBP,2015-09-13,2000.00,2015-07-15 20:19:57,36.00,failed,5,GB,55.76,56.33,3129.35 +1167177918,Say No To Mornings. (Canceled),Apparel,Fashion,GBP,2014-12-01,10000.00,2014-11-01 15:45:24,0.00,canceled,0,GB,0.00,0.00,15685.78 +"1167178681,""""""Rescue Me"""" Fire Service Rescue Tool"",Hardware,Technology,USD,2015-06-28,25000.00,2015-05-29 18:56:53,0.00,failed,0,US,0.00,0.00,25000.00" +1167188347,K&A,Webseries,Film & Video,USD,2013-07-29,5000.00,2013-06-29 05:40:23,7501.77,successful,125,US,7501.77,7501.77,5000.00 +1167189337,Lumos - An automatic glaucoma screening kit,3D Printing,Technology,USD,2017-04-26,5000.00,2017-03-27 20:38:47,680.00,canceled,8,US,490.00,680.00,5000.00 +1167190526,Save the Prophet: Fund the Don't Pulp-it Tour,Fiction,Publishing,USD,2016-10-21,1000.00,2016-09-27 19:01:56,1245.00,successful,35,US,295.00,1245.00,1000.00 +1167197540,#properadventure Mountaineering in the Scottish Highlands,Photobooks,Photography,GBP,2016-05-20,2000.00,2016-04-10 14:32:37,2095.00,successful,22,GB,2959.35,3052.11,2913.71 +11671995,RaveNectar: This isn't clothing - it's an EXPERIENCE.,Fashion,Fashion,USD,2013-04-17,42000.00,2013-03-18 14:25:06,70251.21,successful,948,US,70251.21,70251.21,42000.00 +1167200060,MILKY: A Short Comedy Film by Eilidh Cownie,Shorts,Film & Video,GBP,2017-05-21,300.00,2017-04-21 19:04:15,400.00,successful,20,GB,176.52,513.64,385.23 +1167202149,The Snow Queen (Canceled),Illustration,Art,EUR,2015-09-12,2000.00,2015-07-14 22:19:01,35.00,canceled,1,AT,38.95,39.97,2283.81 +1167205797,MySummoner website for League of Legends (Canceled),Web,Technology,USD,2014-12-14,10000.00,2014-11-14 22:40:55,0.00,canceled,0,US,0.00,0.00,10000.00 +11672132,World State,Tabletop Games,Games,EUR,2017-05-12,6000.00,2017-04-12 09:19:19,1.00,failed,1,LU,26.46,1.09,6525.57 +1167215663,Swipe and Share,Software,Technology,GBP,2015-09-26,300000.00,2015-08-28 07:13:24,0.00,failed,0,GB,0.00,0.00,455014.26 +1167221552,Electric Literature's Recommended Reading,Periodicals,Publishing,USD,2012-05-09,10000.00,2012-04-09 22:50:00,18872.70,successful,490,US,18872.70,18872.70,10000.00 +1167227704,Larry O's Take & Bake Pizza,Restaurants,Food,USD,2016-03-28,5000.00,2016-03-07 22:57:45,300.00,failed,7,US,300.00,300.00,5000.00 +"1167229167,""Dear Girls, a magazine for tween girls"",Publishing,Publishing,USD,2016-10-26,5000.00,2016-09-26 15:18:00,0.00,canceled,0,US,0.00,0.00,5000.00" +116722996,1000 Phing-things in London,Art,Art,GBP,2015-09-23,3500.00,2015-08-24 15:56:46,690.00,failed,14,GB,1082.88,1047.18,5311.80 +1167232845,John Schlitt Rock CD – “The Greater Cause”,Rock,Music,USD,2011-08-08,35000.00,2011-05-10 18:06:34,45160.16,successful,467,US,45160.16,45160.16,35000.00 +1167238060,Affordable Organics - Community Farm,Farms,Food,USD,2014-11-16,25000.00,2014-10-17 17:49:29,1830.00,failed,22,US,1830.00,1830.00,25000.00 +"1167239501,""Wall Mounts for Gaming Consoles (PS4, Xbox One, etc)"",Gaming Hardware,Games,USD,2014-11-18,10000.00,2014-10-18 09:31:26,3527.00,failed,59,US,3527.00,3527.00,10000.00" +1167242341,Singularity Transmissions- Burning Man 2012- Honorarium,Public Art,Art,USD,2012-07-03,8500.00,2012-05-24 21:06:33,9494.01,successful,138,US,9494.01,9494.01,8500.00 +116724265,LaPorte Institute for Dramatic and Creative Arts,Spaces,Theater,USD,2015-05-20,20000.00,2015-04-20 21:48:46,795.00,failed,14,US,795.00,795.00,20000.00 +"1167243360,""""""Testify"""" - The story of redemption and grace through song."",Faith,Music,USD,2015-07-23,5000.00,2015-06-23 19:29:20,175.00,failed,3,US,175.00,175.00,5000.00" +1167249095,The Demon Squad Initiative,Fiction,Publishing,USD,2016-03-27,2000.00,2016-02-26 13:19:21,4815.00,successful,88,US,4815.00,4815.00,2000.00 +1167251424,The National Rifle's FIRST Full Length Album!,Indie Rock,Music,USD,2011-10-03,3000.00,2011-08-19 06:51:39,5080.00,successful,40,US,5080.00,5080.00,3000.00 +1167253957,BOASY LIFE APPAREL,Fashion,Fashion,USD,2013-09-30,4200.00,2013-08-26 21:49:47,25.00,failed,1,US,25.00,25.00,4200.00 +"1167258331,""YOU release the new Chris Cox Rox CD """"Muddfarm"""""",Rock,Music,USD,2012-01-23,2500.00,2011-11-24 00:52:52,975.00,failed,29,US,975.00,975.00,2500.00" +"1167262431,""Thinking & Drinking: 300+ Cards, Questions, and Craft Beers"",Tabletop Games,Games,USD,2015-06-11,24000.00,2015-04-27 15:29:47,28512.00,successful,417,US,28512.00,28512.00,24000.00" +1167266437,Unlimited X Bracelets,Jewelry,Fashion,USD,2015-12-09,5000.00,2015-11-09 18:36:32,0.00,failed,0,US,0.00,0.00,5000.00 +1167276372,The WitchDoctor,Animation,Film & Video,USD,2015-12-16,60000.00,2015-11-17 12:06:12,65055.01,successful,771,US,65055.01,65055.01,60000.00 +116728974,VIEWPOINT - a collection of Art and Design by LRNZ,Art Books,Publishing,USD,2016-07-14,7500.00,2016-06-14 19:00:36,26613.00,successful,513,US,17260.00,26613.00,7500.00 +1167293426,Spokes of Green Bike Documentary,Documentary,Film & Video,USD,2013-05-27,3000.00,2013-04-17 19:06:23,981.00,failed,14,US,981.00,981.00,3000.00 +1167294731,Sponsorship for a Consumer Advocate and New Music Radio Show,Journalism,Journalism,USD,2015-06-04,7000.00,2015-05-20 00:13:37,0.00,failed,0,US,0.00,0.00,7000.00 +1167301356,Beslan Facts and Myths,Nonfiction,Publishing,USD,2014-08-26,5000.00,2014-07-27 16:34:54,5376.00,successful,48,US,5376.00,5376.00,5000.00 +1167307271,Onward and Skyward: Popping New Music,Pop,Music,USD,2011-01-16,3500.00,2010-12-02 01:00:32,900.00,failed,8,US,900.00,900.00,3500.00 +"116731129,""Non-GMO, Recycled, and All Natural Essential Oil Body Candle"",Candles,Crafts,USD,2016-03-18,2000.00,2016-01-18 22:37:58,2048.00,successful,39,US,2048.00,2048.00,2000.00" +1167315772,Oops I'm doing it again.,Art,Art,USD,2015-11-06,500.00,2015-10-07 05:33:10,0.00,failed,0,US,0.00,0.00,500.00 +"1167322797,""""""Sway With You"""" Music Video for Matt Gallagher's New Single"",Music Videos,Film & Video,GBP,2017-04-23,3500.00,2017-03-27 14:41:38,560.00,failed,13,GB,451.60,724.59,4528.69" +11673248,a sacred shift : personal practice year one,Art Books,Publishing,USD,2016-10-26,5000.00,2016-09-26 23:21:07,12957.00,successful,344,US,1035.00,12957.00,5000.00 +116733012,Forest Dragon,Sculpture,Art,SGD,2017-12-07,1000.00,2017-10-30 15:08:17,12660.00,successful,84,SG,2864.99,9355.60,738.99 +1167330538,Montian Sports Guild and youtube channel,Documentary,Film & Video,USD,2015-08-25,3000.00,2015-07-26 08:00:37,6.00,failed,2,US,6.00,6.00,3000.00 +1167344713,DoozyDesign,Crafts,Crafts,EUR,2015-11-13,15000.00,2015-10-14 20:09:02,0.00,failed,0,IE,0.00,0.00,16146.05 +1167360932,Abby Lyons - Debut Album,Pop,Music,USD,2016-10-10,2500.00,2016-09-10 02:01:09,3700.00,successful,71,US,220.00,3700.00,2500.00 +1167371732,MIND MAZE,Shorts,Film & Video,GBP,2015-02-06,4000.00,2015-01-07 14:32:01,4177.00,successful,28,GB,6374.48,6398.30,6127.17 +1167375178,Story Lamps of Vermont,Product Design,Design,USD,2014-05-22,10000.00,2014-04-22 12:59:09,3586.00,failed,15,US,3586.00,3586.00,10000.00 +1167393436,Projet Vidéoclip des Ticky Jones,Music Videos,Film & Video,CAD,2014-09-17,300.00,2014-09-01 00:33:06,652.00,successful,3,CA,599.64,593.92,273.27 +1167393831,Play With Your Food! - Making Fruits & Veggies Fun for Kids!,Children's Books,Publishing,USD,2015-06-03,3000.00,2015-05-04 21:08:44,3951.00,successful,87,US,3951.00,3951.00,3000.00 +1167394456,TENET Five Senses CD,Classical Music,Music,USD,2011-05-19,5000.00,2011-03-19 18:27:55,5735.00,successful,53,US,5735.00,5735.00,5000.00 +1167407647,The Esoterica Chronicles,Film & Video,Film & Video,USD,2012-11-20,65000.00,2012-10-01 21:33:23,1572.11,failed,25,US,1572.11,1572.11,65000.00 +"1167411461,""QuickStove Cook Kit - Emergency, Outdoor, Survival"",Product Design,Design,USD,2017-03-12,5000.00,2017-02-10 21:23:24,8806.00,successful,140,US,1782.00,8806.00,5000.00" +1167412504,ChatterBox,Sound,Technology,USD,2018-01-10,1800.00,2017-11-17 13:08:04,373.00,live,8,US,105.00,373.00,1800.00 +"1167419259,""AC2LED, an ultra low power LED lighting (and repels bugs)"",Hardware,Technology,USD,2014-04-18,3600.00,2014-03-19 17:39:43,271.00,failed,4,US,271.00,271.00,3600.00" +1167424668,'The New Creed' by Subsonic Winter,Electronic Music,Music,GBP,2013-06-20,150.00,2013-05-25 08:21:24,183.00,successful,17,GB,275.94,282.66,231.69 +1167428081,Apiary Expansion for Raw Honey and Propolis,Food,Food,USD,2014-10-31,2000.00,2014-10-01 02:20:45,155.00,failed,5,US,155.00,155.00,2000.00 +116742938,Break Your Heart Open: The Love Story Journal,Anthologies,Publishing,USD,2016-12-25,25000.00,2016-11-25 19:40:53,663.00,failed,9,US,70.00,663.00,25000.00 +1167434011,Zog the Dog. The gift of reading. (Canceled),Children's Books,Publishing,GBP,2014-01-07,18878.00,2013-12-08 11:47:12,0.00,canceled,0,GB,0.00,0.00,30977.50 +1167440360,Battle Buddies™,Apps,Technology,USD,2015-10-05,5000.00,2015-08-06 16:39:45,160.00,failed,6,US,160.00,160.00,5000.00 +"116744468,""picard making Debut Album """"#1"""""",Indie Rock,Music,USD,2013-04-28,3000.00,2013-02-27 17:57:46,3030.00,successful,34,US,3030.00,3030.00,3000.00" +1167447262,303 SS Pen,Gadgets,Technology,USD,2016-04-01,5000.00,2016-03-02 00:34:22,2287.00,failed,39,US,2287.00,2287.00,5000.00 +116745126,Mining Safety and the Environment,Documentary,Film & Video,USD,2012-03-03,15000.00,2012-02-02 19:25:37,50.00,failed,1,US,50.00,50.00,15000.00 +"1167457905,""The Legend of Pan-Pan, the strongest panda"",Graphic Novels,Comics,GBP,2015-04-20,700.00,2015-03-30 19:54:58,32.00,failed,3,GB,47.60,48.38,1058.36" +1167467111,Venus and Adonis The Curse of Love,Shorts,Film & Video,USD,2012-05-14,1000.00,2012-04-12 21:06:37,213.00,failed,7,US,213.00,213.00,1000.00 +1167476443,Embroidery Hoops (Canceled),Embroidery,Crafts,AUD,2014-09-28,300.00,2014-08-29 03:18:12,1.00,canceled,1,AU,0.93,0.88,262.56 +1167485727,Blue Shallot Gourmet Market,Food,Food,USD,2015-09-18,15000.00,2015-08-19 23:55:28,0.00,failed,0,US,0.00,0.00,15000.00 +1167496150,SELFSKIE | Attach Your Smartphone Or GoPro® To Any Stick,Camera Equipment,Technology,EUR,2016-10-20,10000.00,2016-09-20 13:18:15,16021.00,successful,333,NL,713.73,17440.48,10886.01 +116750124,1st Socially Conscious App Game,Mobile Games,Games,USD,2017-10-07,45000.00,2017-08-08 16:28:26,2.00,failed,2,US,0.00,2.00,45000.00 +1167501641,The Loop - A CSUN Senior Film Thesis,Shorts,Film & Video,USD,2012-05-19,3500.00,2012-03-30 03:03:22,3500.00,successful,43,US,3500.00,3500.00,3500.00 +1167503237,Shitty Beijing Bike,Fiction,Publishing,USD,2014-11-30,10500.00,2014-10-30 23:57:30,855.00,failed,21,US,855.00,855.00,10500.00 +1167503408,Dungeons & Drafts: Geek Bar,Restaurants,Food,USD,2015-03-26,9600.00,2015-02-24 21:44:16,57772.14,successful,704,US,57772.14,57772.14,9600.00 +1167504343,Rave and the cultural diffrences - A Journey trough Europe,Photography,Photography,EUR,2016-01-16,9500.00,2015-11-27 23:20:37,0.00,failed,0,DE,0.00,0.00,10267.61 +"1167516091,""D64 - almost an RPG, dice and card game w/only the battles"",Tabletop Games,Games,USD,2017-04-29,6700.00,2017-03-21 06:20:46,682.17,canceled,12,US,275.00,682.17,6700.00" +1167521,Spots the Space Marine: Military SF for the Rest of Us,Fiction,Publishing,USD,2012-03-05,1500.00,2012-02-13 16:43:00,3510.66,successful,114,US,3510.66,3510.66,1500.00 +"116752692,""Clockwork Wars, a fantasy-steampunk war game"",Tabletop Games,Games,USD,2014-09-04,25000.00,2014-07-31 03:54:26,53335.00,successful,539,US,53335.00,53335.00,25000.00" +1167540201,How to Make an Athlete Documentary: Take 2,Documentary,Film & Video,USD,2017-07-16,1500.00,2017-07-11 01:28:44,1684.00,successful,15,US,0.00,1684.00,1500.00 +1167542041,Grizzly Jack Beard Co. flexible bristle beard brush & comb,Fashion,Fashion,USD,2016-04-28,15000.00,2016-03-14 16:01:53,26443.00,successful,647,US,26443.00,26443.00,15000.00 +1167543126,Open Viewing - A Live Action Horror Maze,Performance Art,Art,GBP,2013-09-25,14000.00,2013-08-26 19:07:56,27.00,failed,3,GB,42.04,43.51,22561.72 +1167547551,Cartoon Combat (humorous fighting game for iPhone and more),Video Games,Games,USD,2012-06-04,4000.00,2012-05-05 00:09:34,290.00,failed,5,US,290.00,290.00,4000.00 +1167547553,k5-jkt. (Canceled),Apparel,Fashion,USD,2016-03-11,60000.00,2016-01-25 13:14:36,4867.00,canceled,38,US,4867.00,4867.00,60000.00 +1167553114,History books for kids that are fun and entertaining?,Children's Books,Publishing,GBP,2014-02-13,1000.00,2014-01-14 09:38:17,20.00,failed,1,GB,33.00,33.42,1670.87 +1167563323,Coral Airship Project,Space Exploration,Technology,CAD,2017-08-14,200000.00,2017-06-15 08:04:03,45.39,failed,4,CA,0.00,35.86,158015.33 +1167563878,Rebels Ride - Motorcycle Lifestyle Apparel,Apparel,Fashion,GBP,2016-01-17,5000.00,2015-12-18 18:18:27,30.00,failed,1,GB,44.83,42.97,7161.48 +1167569782,Control for Apple Pencil :: An Ergonomic Holder,Gadgets,Technology,USD,2016-12-30,16500.00,2016-12-09 10:21:48,223.00,failed,6,US,38.00,223.00,16500.00 +1167576581,Animals Can Spell Too! (and sometimes color),Illustration,Art,USD,2011-05-03,6000.00,2011-03-23 10:59:08,1885.00,failed,45,US,1885.00,1885.00,6000.00 +1167586770,Meal Planning Simplified (Canceled),Cookbooks,Food,USD,2014-12-06,2500.00,2014-11-06 21:31:07,0.00,canceled,0,US,0.00,0.00,2500.00 +1167587361,Forward: Diverse Sci-Fi Drama Web Series,Webseries,Film & Video,USD,2016-01-25,7000.00,2015-12-26 03:29:25,10.00,failed,1,US,10.00,10.00,7000.00 +1167594187,evaporate: tiles for climate change,Art,Art,USD,2017-05-02,520.00,2017-04-25 21:32:04,20.00,failed,1,US,20.00,20.00,520.00 +"1167596363,""""""NEED YOU"""" - a short film"",Shorts,Film & Video,USD,2011-09-08,5000.00,2011-08-09 08:36:54,8130.00,successful,30,US,8130.00,8130.00,5000.00" +11675980,The Artsy-Fortsy Project,Art,Art,USD,2014-10-06,500.00,2014-09-11 17:11:26,501.30,successful,18,US,501.30,501.30,500.00 +116759918,House of Wicked Creatures: An Indie Comic,Comic Books,Comics,USD,2017-04-15,7000.00,2017-02-28 18:31:12,17055.66,successful,1310,US,2141.66,17055.66,7000.00 +116759996,101 Animal Adventure Sports,Comics,Comics,USD,2012-04-04,1000.00,2012-03-05 06:43:54,205.00,failed,5,US,205.00,205.00,1000.00 +1167600080,High or Low: Card Clash,Playing Cards,Games,EUR,2017-07-02,2000.00,2017-06-02 15:52:26,15.00,canceled,1,DE,0.00,17.12,2282.40 +1167603869,Soul Guys,Comedy,Film & Video,USD,2017-04-05,2500.00,2017-03-24 17:08:07,95.00,failed,3,US,90.00,95.00,2500.00 +1167603957,MakersUnited! Value the Craft,Makerspaces,Technology,USD,2015-11-21,15000.00,2015-10-17 18:02:59,16098.00,successful,70,US,16098.00,16098.00,15000.00 +1167608851,Help make my music visually exciting - Ghost Puncher,Electronic Music,Music,USD,2011-08-30,1000.00,2011-07-11 22:17:35,55.99,failed,3,US,55.99,55.99,1000.00 +"1167628930,""Adorable Monsters, the Super Freaking Awesome Expansion Pack"",Tabletop Games,Games,USD,2017-11-02,500.00,2017-10-17 16:56:07,180.00,canceled,10,US,144.00,180.00,500.00" +116763481,Self-Publish The Trifectus Series!,Fiction,Publishing,USD,2013-04-13,850.00,2013-03-19 21:24:07,850.00,successful,17,US,850.00,850.00,850.00 +1167650886,Tunnel Lab - Tech startup accelerator hubs in the favelas,Makerspaces,Technology,USD,2014-12-19,25000.00,2014-11-19 18:58:36,2836.00,failed,84,US,2836.00,2836.00,25000.00 +"1167653499,""nelsonEncore """"Break Me Down"""" Music Video Project"",Film & Video,Film & Video,USD,2012-01-07,3500.00,2011-11-24 04:40:06,110.00,failed,2,US,110.00,110.00,3500.00" +1167660995,Me and My Big Brother Book (Distribution),Children's Books,Publishing,USD,2016-02-29,1050.00,2016-01-14 12:35:34,1375.00,successful,29,US,1375.00,1375.00,1050.00 +1167662263,Rebuilding America: Innovative Bridge Technology,Technology,Technology,USD,2015-01-09,3000.00,2014-11-10 22:39:47,980.00,failed,12,US,980.00,980.00,3000.00 +1167668353,The Hunger,Hip-Hop,Music,USD,2012-09-23,1500.00,2012-09-01 17:03:34,80.00,failed,2,US,80.00,80.00,1500.00 +"116767044,""Art House Cinema 502, Ogden UT"",Film & Video,Film & Video,USD,2011-08-19,1000.00,2011-07-20 12:11:48,300.00,failed,9,US,300.00,300.00,1000.00" +1167688946,Gudwill - Environmental Action Online Resource & Community,Web,Technology,CAD,2015-11-18,39298.00,2015-10-19 19:35:56,641.00,failed,6,CA,496.34,481.48,29518.52 +1167691423,Helles Teeth's Sugar Skull COLOUR UP,Product Design,Design,NZD,2017-05-16,2000.00,2017-05-02 05:19:54,3264.50,successful,38,NZ,388.62,2248.90,1377.79 +1167692853,Buy Session Americana a round in Ireland,Country & Folk,Music,USD,2011-07-12,2400.00,2011-06-03 16:29:12,4615.00,successful,63,US,4615.00,4615.00,2400.00 +1167693517,ZEVI,Fashion,Fashion,GBP,2016-06-03,30000.00,2016-05-04 11:33:58,0.00,failed,0,GB,0.00,0.00,43296.92 +"1167695189,""Freehand artist techniques for engineers, video and book"",Conceptual Art,Art,GBP,2014-12-01,4500.00,2014-11-10 14:35:16,0.00,failed,0,GB,0.00,0.00,7058.60" +1167703117,The TK-Tool™ Family Fitness Revolution,Product Design,Design,USD,2014-07-05,50000.00,2014-06-05 19:02:03,8900.00,failed,48,US,8900.00,8900.00,50000.00 +1167704661,The Nashville Fashion Alliance,Apparel,Fashion,USD,2015-05-16,100000.00,2015-04-16 13:57:13,103321.00,successful,666,US,103321.00,103321.00,100000.00 +1167712936,Volition - a short film,Shorts,Film & Video,USD,2012-05-21,3600.00,2012-04-16 16:27:06,20.00,failed,1,US,20.00,20.00,3600.00 +1167717080,Worlds Within: A Short Film,Shorts,Film & Video,USD,2013-02-04,3500.00,2013-01-09 22:18:40,3807.00,successful,61,US,3807.00,3807.00,3500.00 +1167719195,Chainmaille Art and Wizard World Comic Con,Art,Art,USD,2016-06-22,600.00,2016-04-23 15:09:45,26.00,failed,2,US,26.00,26.00,600.00 +1167721664,Mandy Candy Coming For The #1 Spot Mixtape Release,Hip-Hop,Music,USD,2015-01-27,4000.00,2014-12-13 01:02:46,4.00,failed,2,US,4.00,4.00,4000.00 +1167729701,Gettysburg Playing Cards,Playing Cards,Games,USD,2015-02-15,6000.00,2015-01-21 22:31:04,7617.00,successful,214,US,7617.00,7617.00,6000.00 +1167733794,My Online Store Startup - Spade Luxuries,Fashion,Fashion,USD,2016-08-12,7500.00,2016-07-15 05:22:52,0.00,canceled,0,US,0.00,0.00,7500.00 +1167735922,Untitled Sweet Karma Sequel starring Shera Bechard,Narrative Film,Film & Video,USD,2012-06-08,100000.00,2012-05-09 02:56:34,820.00,failed,14,US,820.00,820.00,100000.00 +1167744643,Crosspointe Music Album,Faith,Music,USD,2014-12-16,9000.00,2014-11-16 05:31:47,9337.00,successful,71,US,9337.00,9337.00,9000.00 +1167746304,Red Box Games Norse Warrior Miniatures,Tabletop Games,Games,USD,2014-01-27,6000.00,2014-01-09 17:33:50,11075.50,successful,291,US,11075.50,11075.50,6000.00 +1167751635,Abigail's Art: Painting for Piper,Painting,Art,USD,2015-02-15,1500.00,2014-12-22 21:44:28,3634.00,successful,43,US,3634.00,3634.00,1500.00 +116775228,Fashionshow-Debüt von Karma KiLLSS und Moana Art,Fashion,Fashion,EUR,2015-08-28,500.00,2015-08-08 01:12:07,0.00,failed,0,DE,0.00,0.00,563.40 +116775512,:DENiZEN,Apparel,Fashion,USD,2015-02-04,87000.00,2015-01-05 03:17:41,33.00,failed,2,US,33.00,33.00,87000.00 +1167756964,Student dreams become reality through coloring cats,Painting,Art,USD,2016-03-19,500.00,2016-02-18 21:43:59,126.00,failed,5,US,126.00,126.00,500.00 +1167760715,My Cupcakes Coloring Book,Art,Art,USD,2016-07-07,1000.00,2016-06-07 22:27:02,88.00,failed,4,US,88.00,88.00,1000.00 +116778326,Zero Point Theory,Comedy,Film & Video,USD,2016-09-04,3000.00,2016-08-05 04:28:07,3156.50,successful,40,US,385.00,3156.50,3000.00 +1167785866,Castles & Crusades: 7 Days in Bergholt,Tabletop Games,Games,USD,2017-09-20,500.00,2017-09-12 22:01:35,7654.00,successful,149,US,2696.00,7654.00,500.00 +1167788515,The biggest word search ever? Check out he latest update....,Puzzles,Games,GBP,2013-03-29,800.00,2013-03-08 09:50:11,101.00,failed,11,GB,151.52,153.97,1219.55 +1167794930,Midwestern Lull Debut CD,Country & Folk,Music,USD,2010-09-06,5300.00,2010-06-09 03:19:46,40.00,failed,2,US,40.00,40.00,5300.00 +1167796461,City Life Music Video,Shorts,Film & Video,USD,2012-03-17,1000.00,2012-03-02 03:28:26,0.00,failed,0,US,0.00,0.00,1000.00 +1167797058,Commonplace Candles Co.,Candles,Crafts,USD,2016-02-11,1500.00,2016-01-12 17:57:55,65.00,failed,5,US,65.00,65.00,1500.00 +1167806817,FlippenMusic iPhone/Android App - Live Q&A chat,Software,Technology,USD,2013-09-23,15000.00,2013-08-24 20:23:18,236.00,failed,18,US,236.00,236.00,15000.00 +1167814928,Earth Bazaar,Fashion,Fashion,USD,2015-02-01,4000.00,2014-12-24 17:18:13,306.00,failed,3,US,306.00,306.00,4000.00 +"1167832114,""""""Free - Feeling Real Emotions Everyday"""" Book"",Nonfiction,Publishing,GBP,2016-06-11,3005.00,2016-06-01 09:06:01,530.00,failed,24,GB,778.73,757.22,4293.29" +1167834862,Pavlo is Filming a PBS Concert Special (Canceled),World Music,Music,USD,2014-04-21,50000.00,2014-03-17 21:59:41,1937.00,canceled,40,US,1937.00,1937.00,50000.00 +1167846077,HEART LOCKER - ArtPrize - Evolving Community Sculpture,Public Art,Art,USD,2011-06-16,675.00,2011-05-17 20:49:49,50.00,failed,1,US,50.00,50.00,675.00 +"1167849069,""Birch Word, Wooden Name Signs, Name Signs, Decor, Handmade.."",Woodworking,Crafts,USD,2017-11-05,1000.00,2017-10-06 23:01:04,12.11,failed,2,US,0.00,12.11,1000.00" +11678534,Upside Down Jacket Joggers: Street Art to Wear,Fashion,Fashion,USD,2017-03-29,30000.00,2017-02-27 17:18:24,457.00,failed,6,US,20.00,457.00,30000.00 +1167865976,Expansion of Grand Rapids Comic-Con,Comics,Comics,USD,2013-08-10,4000.00,2013-07-11 17:14:57,846.00,failed,19,US,846.00,846.00,4000.00 +116786790,Neil Johnson Band 5 song E.P,Country & Folk,Music,USD,2017-07-20,750.00,2017-07-13 21:59:06,800.00,successful,16,US,500.00,800.00,750.00 +1167871266,Build Community by Eating Together,Restaurants,Food,USD,2016-09-14,5500.00,2016-08-30 05:54:49,81.00,failed,5,US,0.00,81.00,5500.00 +1167872603,The Independent Artist Music Awards,Music,Music,USD,2013-02-01,200000.00,2013-01-02 07:02:07,25.00,failed,1,US,25.00,25.00,200000.00 +"116788412,""""""9 LIVES"""" FEATURE FILM NEEDS YOU TO BRING IT TO LIFE!"",Narrative Film,Film & Video,USD,2012-06-30,550000.00,2012-05-01 14:20:20,50.00,failed,1,US,50.00,50.00,550000.00" +1167885742,Silver Smoke: a Novel Published to Video,Fiction,Publishing,USD,2011-01-10,1500.00,2010-12-11 05:14:31,1615.00,successful,31,US,1615.00,1615.00,1500.00 +"1167892265,""""""The Outrider Legion"""" - A Fantasy Adventure Novel"",Fiction,Publishing,USD,2013-10-11,2000.00,2013-09-11 00:17:17,60.00,failed,3,US,60.00,60.00,2000.00" +1167896803,Dabba Radio - creating free and open radio in India,Radio & Podcasts,Publishing,USD,2011-01-31,5000.00,2010-12-23 22:16:07,5502.00,successful,90,US,5502.00,5502.00,5000.00 +1167901310,Friendly Bin Disposable trash bin www.friendly-bin.com,Product Design,Design,USD,2014-12-10,15000.00,2014-11-10 04:17:39,1336.00,failed,38,US,1336.00,1336.00,15000.00 +1167905582,State of Sleep: A Band On:,Music,Music,USD,2016-03-01,14500.00,2016-02-08 13:45:20,1572.00,failed,18,US,1572.00,1572.00,14500.00 +"1167910218,""ATOS, sofa armrest table with phone and tablet stand"",Gadgets,Technology,EUR,2017-05-16,1500.00,2017-04-12 21:23:59,4808.00,successful,78,IT,790.74,5374.89,1676.86" +1167917332,Hopeless Jack First National Tour,Rock,Music,USD,2011-07-31,3000.00,2011-05-28 20:54:48,3221.00,successful,24,US,3221.00,3221.00,3000.00 +1167919056,Walking on Water: A 21-Day Devotional on Faith,Nonfiction,Publishing,USD,2017-09-16,3500.00,2017-08-17 23:53:29,3801.00,successful,69,US,580.00,3801.00,3500.00 +11679235,Berraquera - A Drink for the Venturous!,Drinks,Food,GBP,2016-01-04,2000.00,2015-12-01 00:58:04,2092.00,successful,20,GB,3145.02,3049.03,2914.94 +"1167934550,""Brain Seeds - Seed, Learn, Win!"",Video Games,Games,USD,2010-02-21,1000.00,2009-12-04 04:53:44,0.00,failed,0,US,0.00,0.00,1000.00" +1167942905,iStreamJobs,Software,Technology,USD,2015-01-01,50000.00,2014-12-02 04:38:38,2298.00,failed,16,US,2298.00,2298.00,50000.00 +"1167950746,""All-Night Yahtzee's """"Boots n' Cats"""" Album"",Pop,Music,USD,2012-02-29,1000.00,2012-02-06 23:14:48,2989.01,successful,87,US,2989.01,2989.01,1000.00" +1167952656,Cakes By Kevaughn Store Front Start Up,Spaces,Food,USD,2015-02-22,150000.00,2015-01-23 19:41:38,2.00,failed,2,US,2.00,2.00,150000.00 +1167959055,Kool Pool : One of a kind Pool Floats,Design,Design,USD,2017-04-27,10000.00,2017-03-28 14:55:41,10380.00,successful,85,US,2295.00,10380.00,10000.00 +1167960743,Arduino HowTo - Video Seminar & BBQ Event :-),Wearables,Technology,EUR,2015-06-18,555.00,2015-05-19 06:18:50,761.00,successful,43,DE,869.80,859.86,627.10 +1167977210,Funny Face Gifts,Crafts,Crafts,USD,2015-03-11,300.00,2015-02-09 21:40:26,0.00,failed,0,US,0.00,0.00,300.00 +"1167979799,""THE MAN WHO FOOLED GOD: The Mark Hofmann """"Mormon"""" Murders"",Thrillers,Film & Video,USD,2016-01-05,250000.00,2015-12-01 08:11:38,0.00,canceled,0,US,0.00,0.00,250000.00" +1167993770,An adventure in conceptual idealism and abstract humor.,Conceptual Art,Art,USD,2013-06-22,3000.00,2013-05-23 01:51:40,5.00,canceled,1,US,5.00,5.00,3000.00 +1168003809,Hildegard von Bingen - ORDO VIRTUTUM - CD-Production,Faith,Music,EUR,2017-06-30,7000.00,2017-05-31 12:51:02,7107.00,successful,81,DE,417.21,8110.51,7988.41 +1168011128,elude debut album (Canceled),Rock,Music,USD,2011-09-03,8000.00,2011-08-09 22:26:20,0.00,canceled,0,US,0.00,0.00,8000.00 +1168013285,Blossoming,Comic Books,Comics,USD,2017-12-27,2000.00,2017-11-27 20:54:35,57.00,failed,3,US,0.00,57.00,2000.00 +1168025283,The Pit Stop,Food Trucks,Food,USD,2015-08-12,10000.00,2015-07-13 17:02:28,10.00,failed,1,US,10.00,10.00,10000.00 +1168026880,Barley & Britches: The Everyday Chino,Apparel,Fashion,USD,2013-12-24,30000.00,2013-11-21 18:02:03,43652.13,successful,690,US,43652.13,43652.13,30000.00 +1168053208,Southern Style BBQ Sauce ~ OPEN PIT ~ Mop On Perfection,Food,Food,USD,2012-10-23,2100.00,2012-09-26 01:14:10,153.00,failed,9,US,153.00,153.00,2100.00 +1168066508,Star Trucker Comic Book Issue #2 - Part of Projects of Earth,Comic Books,Comics,USD,2017-10-07,4000.00,2017-08-28 16:15:15,4015.00,successful,50,US,106.00,4015.00,4000.00 +1168067580,EducatingDads.org (ED's),Web,Technology,USD,2014-08-22,10000.00,2014-07-18 05:31:27,5.00,failed,1,US,5.00,5.00,10000.00 +11680708,deep fry food glaze,Restaurants,Food,USD,2015-11-10,35000.00,2015-09-11 15:20:28,0.00,failed,0,US,0.00,0.00,35000.00 +1168077047,This Vivid Thing,Narrative Film,Film & Video,GBP,2014-06-21,60000.00,2014-05-22 22:13:42,239.00,failed,7,GB,402.49,407.08,102195.50 +1168081018,Avenge (Canceled),Horror,Film & Video,USD,2014-07-06,1000000.00,2014-06-06 10:34:21,26.00,canceled,4,US,26.00,26.00,1000000.00 +1168081069,Have A Guess?,Playing Cards,Games,GBP,2016-04-14,1000.00,2016-03-15 22:07:19,26.00,failed,3,GB,37.40,36.87,1418.04 +1168112002,The Honeymoon Tour,Country & Folk,Music,USD,2012-09-05,1000.00,2012-08-06 23:31:14,1527.00,successful,38,US,1527.00,1527.00,1000.00 +1168114065,BLACK-LINE,Technology,Technology,EUR,2018-01-02,15000.00,2017-11-28 23:59:36,5115.00,live,29,FR,166.93,6161.02,18067.50 +116812429,In The Middle Of Nowhere,Country & Folk,Music,USD,2014-07-04,5000.00,2014-05-05 17:44:14,30.00,failed,2,US,30.00,30.00,5000.00 +1168129660,My Guardian Angel,Children's Books,Publishing,USD,2015-11-19,2500.00,2015-10-20 05:06:24,0.00,failed,0,US,0.00,0.00,2500.00 +1168138125,NatureTees,Apparel,Fashion,USD,2015-11-17,3500.00,2015-09-18 21:16:30,110.00,failed,2,US,110.00,110.00,3500.00 +"1168139284,""BIOrto, the Italian ORGANIC oasis for ALL !"",Farms,Food,EUR,2016-01-08,450000.00,2015-11-09 08:20:38,10.00,failed,1,IT,10.74,10.86,488742.63" +1168142512,curved iv catheter,Product Design,Design,USD,2015-03-21,5000.00,2015-02-19 13:20:31,2.00,failed,2,US,2.00,2.00,5000.00 +116815154,Sneakers Disguised As Dress Shoes,Footwear,Fashion,CAD,2017-10-25,20000.00,2017-09-20 13:21:42,126129.00,successful,489,CA,4945.09,97835.09,15513.50 +1168153740,Sage: Warrior Of The Fallen Gods (Movie),Fantasy,Film & Video,USD,2017-01-14,100000000.00,2016-12-15 02:24:14,0.00,failed,0,US,0.00,0.00,100000000.00 +1168155699,Andrew's postcards vol.1,Illustration,Art,HKD,2017-10-27,8000.00,2017-09-27 18:21:45,10.00,canceled,1,HK,1.28,1.28,1025.17 +1168162218,Ninastiko,Film & Video,Film & Video,USD,2012-05-04,20000.00,2012-04-03 21:55:40,22919.00,successful,198,US,22919.00,22919.00,20000.00 +116816480,Awakening,Nonfiction,Publishing,USD,2016-05-01,12400.00,2016-03-28 18:29:16,525.00,failed,4,US,525.00,525.00,12400.00 +"11681740,""""""Code Blue"""", Essays on the Death of Sports in America"",Journalism,Journalism,USD,2013-12-07,4000.00,2013-11-07 03:25:05,25.00,failed,1,US,25.00,25.00,4000.00" +1168186049,SpineGym - Strong Back and Abs for life,Product Design,Design,USD,2016-05-15,50000.00,2016-04-12 16:52:42,463996.00,successful,2255,US,463996.00,463996.00,50000.00 +1168187473,Sofi — A Short Film,Shorts,Film & Video,USD,2016-07-18,5000.00,2016-06-23 19:00:04,5697.47,successful,60,US,2945.00,5697.47,5000.00 +1168188664,Add Ad Women,Web,Journalism,SEK,2018-01-03,150000.00,2017-12-04 19:19:50,180364.00,live,139,SE,0.00,22096.39,18376.50 +116819069,'THE SWITCH' . A story inspired from actual events.,Thrillers,Film & Video,EUR,2016-06-24,5500.00,2016-05-23 16:27:41,125.00,failed,3,IE,140.28,138.32,6086.29 +"1168200699,""VANITY. A/W 2010 Collection: """"A Westside Story."""" The brand for the bold fashionista. (Canceled)"",Fashion,Fashion,USD,2010-10-02,5000.00,2010-08-28 23:46:44,0.00,canceled,0,US,0.00,0.00,5000.00" +1168203752,Car-App Service,Software,Technology,MXN,2018-01-03,50000.00,2017-12-02 23:08:17,0.00,live,0,MX,0.00,0.00,2581.71 +"1168206747,""Chicago Johnny's Signature Giardiniera:Bold, Earthy, Natural"",Food,Food,USD,2012-07-26,625.00,2012-06-21 22:14:16,908.00,successful,36,US,908.00,908.00,625.00" +1168207501,The Templars' Return,Fiction,Publishing,USD,2016-10-17,750.00,2016-09-17 02:03:07,798.00,successful,15,US,434.00,798.00,750.00 +"1168216667,SOARING; beautiful birds,Public Art,Art,USD,2012-08-18,1800.00,2012-07-18 07:06:47,1850.00,successful,25,US,1850.00,1850.00,1800.00" +"1168219362,""""""Represent"""" Web Series (Canceled)"",Webseries,Film & Video,USD,2016-04-16,3300.00,2016-03-17 04:21:13,40.00,canceled,2,US,40.00,40.00,3300.00" +1168221221,The 50 Fire Podcast,Radio & Podcasts,Publishing,USD,2017-12-09,1400.00,2017-11-09 20:33:36,60.00,failed,1,US,0.00,60.00,1400.00 +1168225984,Tempest,Comics,Comics,USD,2012-12-09,7000.00,2012-11-09 19:30:28,0.00,failed,0,US,0.00,0.00,7000.00 +1168229190,Advent Search,Mobile Games,Games,USD,2017-02-28,50000.00,2016-12-30 21:38:39,66.00,failed,6,US,51.00,66.00,50000.00 +116823135,SwarmLocal. Anonymous Proximity. (Canceled),Technology,Technology,USD,2013-10-06,30000.00,2013-09-06 15:28:07,207.00,canceled,9,US,207.00,207.00,30000.00 +1168232376,Future Girl #1: The Future Starts Now (Inaugural Issue),Comic Books,Comics,USD,2017-08-04,9999.00,2017-07-04 03:45:28,10538.00,successful,113,US,250.00,10538.00,9999.00 +"116823345,""Affordable, High Quality, Easy Fit, Foam Iron Man Suit"",Ready-to-wear,Fashion,USD,2017-06-20,5000.00,2017-05-16 04:16:13,955.00,canceled,8,US,0.00,955.00,5000.00" +1168252667,WU - THE WAY OF KUNG FU,Action,Film & Video,USD,2015-11-21,50000.00,2015-10-22 19:21:12,20528.00,failed,34,US,20528.00,20528.00,50000.00 +1168253178,RayLeo's BBQ food truck and Paleo cafe,Food Trucks,Food,USD,2016-02-05,20000.00,2016-01-06 06:41:43,92.00,failed,3,US,92.00,92.00,20000.00 +116825569,The Madea Factory (Canceled),Nonfiction,Publishing,USD,2014-05-31,5000.00,2014-04-17 20:29:48,592.00,canceled,15,US,592.00,592.00,5000.00 +1168257428,Curious Creatures and Cryptids,Painting,Art,USD,2017-10-07,5000.00,2017-09-08 18:32:33,2691.00,failed,30,US,1822.00,2691.00,5000.00 +"1168264859,""""""Parturition"""" - Neo-Noir Short Narrative"",Shorts,Film & Video,USD,2012-07-12,2475.00,2012-06-12 00:03:51,2475.00,successful,25,US,2475.00,2475.00,2475.00" +1168266703,You’ve Got Mail Bag - Up-cycled Laptop Case,Fashion,Fashion,USD,2013-04-25,10000.00,2013-03-26 17:59:06,1439.00,failed,19,US,1439.00,1439.00,10000.00 +1168280850,Morgantown,Film & Video,Film & Video,USD,2013-02-05,6000.00,2013-01-11 21:02:00,6230.00,successful,72,US,6230.00,6230.00,6000.00 +1168285012,Smarter Stand for iPad,Product Design,Design,USD,2012-08-13,10000.00,2012-06-14 14:10:32,157638.66,successful,8260,US,157638.66,157638.66,10000.00 +1168302610,Ember: Mage Nights - an Epic Expansion of Creature Conjuring,Tabletop Games,Games,GBP,2017-05-08,2000.00,2017-04-27 13:19:52,5984.00,successful,280,GB,4412.08,7693.99,2571.52 +1168306369,Patriotic Project,Fashion,Fashion,USD,2012-06-27,300.00,2012-06-16 06:11:12,186.00,failed,5,US,186.00,186.00,300.00 +"1168308372,""Stevie Wonder """"Loves"""" Our Peach Cobbler!"",Food,Food,USD,2016-06-09,50000.00,2016-04-10 00:19:07,125.00,failed,4,US,125.00,125.00,50000.00" +1168308642,Backwater Opera - Studio CD,Music,Music,USD,2011-03-28,2500.00,2011-02-26 06:57:30,2615.00,successful,45,US,2615.00,2615.00,2500.00 +"1168308673,Star Trek: The Janeway Chronicles - The Spider,Film & Video,Film & Video,USD,2015-09-25,5000.00,2015-08-26 23:04:10,295.00,undefined,0,""N,0"""""",,295.00,5000.00" +1168309368,Nick Dailey's Debut Album,Music,Music,USD,2017-03-21,10411.00,2017-02-19 22:27:37,11125.00,successful,90,US,500.00,11125.00,10411.00 +1168309994,WorkUp,Apps,Technology,USD,2017-09-17,10000.00,2017-08-18 07:30:23,0.00,failed,0,US,0.00,0.00,10000.00 +1168313377,Regional MexicAntro: Eurodance meets Mexican,Latin,Music,MXN,2017-08-20,478799.00,2017-07-23 22:11:38,0.00,failed,0,MX,0.00,0.00,27124.35 +"1168319704,""Carol Prieur, 20 ans dans la Compagnie Marie Chouinard"",Art Books,Publishing,CAD,2015-09-03,8500.00,2015-08-04 23:32:35,8550.00,successful,49,CA,6520.36,6462.59,6424.79" +1168322908,Harbor Love: A Website for Lovers,Software,Technology,USD,2010-12-10,500.00,2010-11-10 11:02:12,0.00,failed,0,US,0.00,0.00,500.00 +1168325303,LiTTLEROCK (Canceled),Narrative Film,Film & Video,USD,2011-01-14,1000.00,2010-10-16 23:17:45,20.00,canceled,1,US,20.00,20.00,1000.00 +1168328034,Break the online dating cycle! Try baeList today!,Apps,Technology,USD,2016-09-03,7000.00,2016-07-06 04:44:27,66.00,canceled,5,US,31.00,66.00,7000.00 +1168333868,LIFE LANTERNS - Re-imagined LED Lamps,Crafts,Crafts,USD,2016-08-18,3000.00,2016-07-19 02:24:45,102.00,failed,5,US,0.00,102.00,3000.00 +1168350787,Social Media Cards,Design,Design,USD,2015-05-27,15000.00,2015-04-27 23:04:09,0.00,failed,0,US,0.00,0.00,15000.00 +1168357898,Branle Tesoro Playing Cards,Playing Cards,Games,USD,2017-02-06,500.00,2017-01-23 19:00:01,6621.00,successful,51,US,6321.00,6621.00,500.00 +1168358061,Visualkeeper- photography site designed to help you succeed,Photography,Photography,USD,2017-03-23,68000.00,2017-02-21 04:09:04,55.00,failed,4,US,0.00,55.00,68000.00 +1168363407,The Burial Of Kojo,Drama,Film & Video,USD,2017-11-02,75000.00,2017-10-03 19:15:15,78291.00,successful,705,US,7377.00,78291.00,75000.00 +"116836359,Ingenious Music Academy,Music,Music,USD,2016-01-15,2500.00,2015-12-16 00:36:00,1.00,undefined,0,""N,0"""""",,1.00,2500.00" +1168368484,Eau Good Duo - the ultimate water filter & infuser bottle,Product Design,Design,GBP,2017-12-01,15000.00,2017-11-01 07:30:50,16665.00,successful,275,GB,9476.18,22477.74,20231.99 +1168376047,Graceless Angels (Canceled),Webseries,Film & Video,USD,2015-06-07,70000.00,2015-05-08 17:23:32,0.00,canceled,0,US,0.00,0.00,70000.00 +1168383211,Hair Scarves to GO.... Made to Fit - Made in New York.,Fashion,Fashion,USD,2012-08-17,18000.00,2012-07-18 13:07:59,0.00,failed,0,US,0.00,0.00,18000.00 +1168397441,World of dragons - cards,Playing Cards,Games,USD,2016-06-08,1650.00,2016-05-09 20:48:35,225.00,failed,10,US,225.00,225.00,1650.00 +1168397860,Lucky Strike Art,Graphic Design,Design,GBP,2013-05-16,800.00,2013-04-16 22:37:05,1717.00,successful,47,GB,2632.75,2615.70,1218.73 +1168404419,Fading Light Series,Television,Film & Video,GBP,2014-08-08,100.00,2014-07-09 21:49:43,155.00,successful,9,GB,265.57,260.46,168.04 +"1168404603,""Be Healty , Be Smart, BeMulti"",Small Batch,Food,USD,2015-12-23,10000.00,2015-11-23 18:25:15,200.00,failed,2,US,200.00,200.00,10000.00" +"1168405858,""The Plow-proof, Self-righting, customizable mailbox post"",Crafts,Crafts,USD,2016-07-21,50000.00,2016-05-25 05:42:56,1.00,failed,1,US,0.00,1.00,50000.00" +1168410112,Deluxe Air - Air Combat Simulator,Live Games,Games,GBP,2014-07-16,500.00,2014-05-17 11:51:24,88.00,failed,7,GB,147.76,150.36,854.34 +116841574,Doodle Dough - The Original Creative Fidgetware,Product Design,Design,GBP,2017-07-08,7500.00,2017-06-05 10:56:01,852.00,failed,32,GB,503.97,1105.39,9730.53 +1168416685,Nuke-City Veg: Expanding an Urban Farm,Farms,Food,USD,2017-03-06,5000.00,2017-01-20 16:00:42,1540.00,failed,20,US,370.00,1540.00,5000.00 +1168427855,Project Zip Line ,Product Design,Design,USD,2010-11-09,8000.00,2010-09-10 16:33:08,10.00,failed,1,US,10.00,10.00,8000.00 +1168432795,2021 - Novus Productions,Television,Film & Video,GBP,2015-03-23,300.00,2015-02-21 18:29:10,389.00,successful,13,GB,600.11,578.65,446.26 +"1168434564,""Vague Fears - """"No Weirdos"""" LP + Graphic Novel"",Punk,Music,USD,2014-06-26,550.00,2014-06-11 11:34:49,1094.69,successful,23,US,1094.69,1094.69,550.00" +1168435,The London Aesthetifest,Art,Art,USD,2014-07-15,7800.00,2014-06-24 19:49:35,1000.00,failed,15,US,1000.00,1000.00,7800.00 +1168438538,The Sangria Straw,Food,Food,USD,2014-12-31,35000.00,2014-11-12 00:40:49,592.00,failed,21,US,592.00,592.00,35000.00 +1168440420,HOLOWOOD - the Mixed Reality Device for Smartphones,Gadgets,Technology,HKD,2016-12-16,5000.00,2016-12-07 20:51:12,2913.00,canceled,4,HK,375.61,375.27,644.13 +1168440600,Albert Einstein Font,Typography,Design,USD,2015-06-13,15000.00,2015-04-14 22:28:07,55577.00,successful,2334,US,55577.00,55577.00,15000.00 +1168442778,TAKE N BAKE LAVA CAKES (Canceled),Small Batch,Food,USD,2015-06-16,500.00,2015-05-17 21:34:39,0.00,canceled,0,US,0.00,0.00,500.00 +"1168453657,""Temple Comics """"The Incredible ION"""""",Comic Books,Comics,USD,2015-10-01,12000.00,2015-08-27 05:37:41,110.00,failed,6,US,110.00,110.00,12000.00" +1168476215,Charlie Hardin is Making a Rock and Roll Extravaganza!,Indie Rock,Music,USD,2011-09-23,15000.00,2011-08-09 06:45:32,15798.51,successful,220,US,15798.51,15798.51,15000.00 +1168479585,731 Days Of Music,Electronic Music,Music,GBP,2015-07-29,1300.00,2015-06-29 19:40:02,336.00,failed,17,GB,529.13,523.35,2024.86 +1168480762,Trial of the Clone 2: Wrath of the Pacifist,Games,Games,USD,2013-07-07,20000.00,2013-06-07 15:02:19,47746.55,successful,1301,US,47746.55,47746.55,20000.00 +1168489995,The Community Surveillance Device,Hardware,Technology,CAD,2015-02-24,200000.00,2014-12-26 08:16:20,37.00,failed,9,CA,31.85,29.72,160629.67 +"1168490951,""Farming For Tomorrow, Today! (Canceled)"",Farms,Food,USD,2015-08-17,22000.00,2015-07-15 15:51:56,556.00,canceled,9,US,556.00,556.00,22000.00" +1168490986,SICK SECRETS Full Length Debut Album!,Rock,Music,USD,2012-09-27,3000.00,2012-08-28 17:54:59,3010.00,successful,58,US,3010.00,3010.00,3000.00 +1168498044,Swank Legacy - A Family History,Publishing,Publishing,USD,2014-05-10,1500.00,2014-03-11 01:06:48,30.00,failed,3,US,30.00,30.00,1500.00 +"1168498874,""Hanson/Shymanovitz Florence, Italy Recital"",Classical Music,Music,USD,2013-06-04,3500.00,2013-05-13 23:50:44,3650.00,successful,57,US,3650.00,3650.00,3500.00" +1168503637,A children's book illustrated to poetry by Bill Lawrence,Children's Books,Publishing,USD,2014-11-13,2000.00,2014-10-14 23:44:29,2026.00,successful,28,US,2026.00,2026.00,2000.00 +"1168504613,""VO5 album Dance Originality, videos & 10th Anniversary Gala"",Pop,Music,USD,2015-10-23,10000.00,2015-09-20 14:35:08,10305.00,successful,145,US,10305.00,10305.00,10000.00" +1168510842,Don Bugito: An Edible Insect Food Business,Food,Food,USD,2012-04-27,40000.00,2012-03-28 09:03:44,9072.00,failed,122,US,9072.00,9072.00,40000.00 +1168514051,A Funny Thing Happened On the Way to Everywhere,Nonfiction,Publishing,USD,2017-11-02,10000.00,2017-09-24 20:20:21,800.00,failed,18,US,140.00,800.00,10000.00 +1168515177,Congo Zaire: The Heart of Africa (Documentary),Documentary,Film & Video,USD,2013-04-18,10000.00,2013-03-04 21:26:07,51.00,failed,2,US,51.00,51.00,10000.00 +1168516851,NC Triangle Pizza Club (Canceled),Restaurants,Food,USD,2014-08-06,150.00,2014-07-07 23:29:23,0.00,canceled,0,US,0.00,0.00,150.00 +1168519753,Sri Josh Feinberg and Pt. Anindo Chatterjee Recording!,World Music,Music,USD,2016-08-01,4200.00,2016-07-02 00:26:54,12.00,canceled,1,US,12.00,12.00,4200.00 +"1168520589,""""""Hank Was Worried"""" - A New Approach to Childhood Anxiety"",Children's Books,Publishing,USD,2015-12-08,11000.00,2015-11-19 18:50:18,498.00,canceled,20,US,498.00,498.00,11000.00" +1168524370,Beyond The Fourth Heritage: Book Consciousness Rationality,Nonfiction,Publishing,GBP,2016-05-27,15000.00,2016-04-27 17:39:43,536.00,canceled,14,GB,777.46,785.11,21971.26 +1168526360,Vacant Nites Apparel,Apparel,Fashion,USD,2014-11-08,8500.00,2014-09-24 06:55:55,0.00,failed,0,US,0.00,0.00,8500.00 +116852698,ALIEN TAPES - Help release Geo Wyeth's new album!,Mixed Media,Art,USD,2012-04-26,4300.00,2012-03-27 02:47:29,4875.60,successful,114,US,4875.60,4875.60,4300.00 +1168535830,~ TWO RIVERS ~,Photography,Photography,USD,2013-05-05,15000.00,2013-03-16 06:03:28,24148.00,successful,266,US,24148.00,24148.00,15000.00 +"116854121,""Up Beet Eating: Nutritous Home-Cooked Meals, Made Easy"",Food,Food,USD,2016-01-16,20000.00,2015-12-02 01:00:04,21929.14,successful,270,US,21929.14,21929.14,20000.00" +1168543768,The Dead Loss,Plays,Theater,GBP,2015-12-13,1000.00,2015-10-14 19:44:57,10.00,failed,1,GB,15.31,14.91,1491.20 +1168544857,STEM supplies prepare for real world solutions,Technology,Technology,USD,2016-05-15,800.00,2016-04-15 17:22:31,12.00,failed,3,US,12.00,12.00,800.00 +1168545402,Kacti Kids: Cactus Inspired Plush,Crafts,Crafts,USD,2017-05-06,15000.00,2017-03-27 03:00:13,1492.00,failed,31,US,837.00,1492.00,15000.00 +1168557566,NASCAR #7 Races on with AZ Foster Kids,Mobile Games,Games,USD,2018-01-18,150000.00,2017-11-29 15:56:39,5280.00,live,7,US,0.00,5280.00,150000.00 +1168558919,BROTHER'S KEEPER,Narrative Film,Film & Video,USD,2013-08-08,50000.00,2013-07-09 20:33:15,7844.00,failed,69,US,7844.00,7844.00,50000.00 +1168571614,Pedal Drive Inflatable Pontoon Boat,Product Design,Design,USD,2016-03-31,40000.00,2016-03-01 15:00:28,2728.00,failed,3,US,2728.00,2728.00,40000.00 +1168574934,Ubuntu Theater Project Summer Festival: Breaking Chains,Theater,Theater,USD,2013-08-04,5500.00,2013-07-09 04:09:54,5777.72,successful,114,US,5777.72,5777.72,5500.00 +116857763,inVISIBLE,Performances,Dance,USD,2016-08-30,5000.00,2016-07-26 07:11:26,5005.00,successful,34,US,60.00,5005.00,5000.00 +1168578978,Whisper of Butterflies - a film about Chinese dance,Shorts,Film & Video,USD,2012-02-07,1000.00,2011-12-09 21:29:57,75.00,failed,3,US,75.00,75.00,1000.00 +1168587569,Little City Observations: Photography Exhibition in London,Photography,Photography,GBP,2013-10-24,2300.00,2013-09-24 19:46:06,2405.00,successful,39,GB,3853.73,3889.38,3719.58 +1168595081,A gaijin's guide to getting lost in Japan,Publishing,Publishing,GBP,2016-06-08,2000.00,2016-05-09 15:46:52,60.00,failed,4,GB,86.58,86.42,2880.72 +1168595105,Reddit AMA on Amy Page & the Moonlite Bunny Ranch,Documentary,Film & Video,USD,2012-08-25,5000.00,2012-07-26 12:33:11,10.00,failed,1,US,10.00,10.00,5000.00 +1168599530,Fear - A Film About Islamophobia,Drama,Film & Video,USD,2017-02-04,3300.00,2016-12-21 03:05:39,3430.00,successful,67,US,105.00,3430.00,3300.00 +1168616720,Microvores: A Chemical Romance,Tabletop Games,Games,USD,2014-09-29,100.00,2014-09-02 23:00:58,341.00,successful,22,US,341.00,341.00,100.00 +"1168619755,""Help us print """"City Structures"""" by Sophie Grimes!"",Poetry,Publishing,USD,2013-07-26,200.00,2013-06-26 02:58:32,510.00,successful,33,US,510.00,510.00,200.00" +1168619881,HI FASHION IS MAKING THEIR 2ND EP! (and many other treats),Electronic Music,Music,USD,2013-05-07,25000.00,2013-04-02 16:54:13,25718.52,successful,403,US,25718.52,25718.52,25000.00 +1168620387,Exposures 2013 Summer Program on Pine Ridge Reservation,Photography,Photography,USD,2013-03-11,16000.00,2013-02-12 20:05:31,17229.00,successful,239,US,17229.00,17229.00,16000.00 +1168626595,I HATE THE TIMES TABLE!! A kid's book about math.,Children's Books,Publishing,USD,2012-06-30,5000.00,2012-05-12 15:21:01,5092.41,successful,76,US,5092.41,5092.41,5000.00 +1168629222,Las Vegas Story,Narrative Film,Film & Video,USD,2013-07-19,10000.00,2013-06-26 00:10:11,11256.01,successful,188,US,11256.01,11256.01,10000.00 +1168630647,What time is it?,Art,Art,USD,2015-04-22,5000.00,2015-03-23 20:02:14,0.00,failed,0,US,0.00,0.00,5000.00 +1168635168,Don't Play with Matches (Canceled),Shorts,Film & Video,USD,2012-04-12,4000.00,2012-02-12 05:13:22,80.00,canceled,2,US,80.00,80.00,4000.00 +1168645224,Octile Clothing: A New Design,Fashion,Fashion,USD,2012-06-20,3000.00,2012-05-21 22:26:25,3050.00,successful,55,US,3050.00,3050.00,3000.00 +1168656503,DRIP'D Coffee - A Mobile Artisan Coffee Bar,Food,Food,USD,2012-09-13,9700.00,2012-08-14 02:47:33,3970.08,failed,92,US,3970.08,3970.08,9700.00 +1168659973,Ten Minute Party: A Comedy Web Series,Webseries,Film & Video,USD,2010-05-21,3000.00,2010-02-21 00:34:46,350.00,failed,9,US,350.00,350.00,3000.00 +116866004,Erot!nk 2: Fine Art Nude Tattoo Photobook! - second edition,Fine Art,Photography,EUR,2016-11-02,999.00,2016-10-03 22:15:33,209.00,failed,6,BE,191.08,231.84,1108.19 +1168664039,Meta Wear LLC - Active Athletic Sports Wear,Technology,Technology,USD,2017-02-25,22500.00,2017-01-24 01:58:59,180.00,failed,3,US,0.00,180.00,22500.00 +1168674498,Grand Rounds,Performances,Dance,USD,2017-04-26,10000.00,2017-04-05 22:35:08,10018.00,successful,60,US,380.00,10018.00,10000.00 +1168676511,you make me nostalgic for a place I've never known,Sculpture,Art,USD,2011-07-21,2517.00,2011-06-21 02:45:09,2630.70,successful,52,US,2630.70,2630.70,2517.00 +1168682192,Camera Cuddlers-Smartphone Photography Made Easy for All,Camera Equipment,Technology,USD,2016-10-11,35000.00,2016-08-22 20:30:12,790.00,failed,16,US,193.00,790.00,35000.00 +1168686765,Heifer Hops: Growing New York State Hops,Farms,Food,USD,2015-06-11,3500.00,2015-05-12 02:34:39,3950.00,successful,50,US,3950.00,3950.00,3500.00 +"116868962,""Go Green Action Cards-Sustainable Living, Earth, Environment"",Tabletop Games,Games,USD,2017-01-01,8000.00,2016-12-01 22:36:30,548.00,failed,12,US,171.00,548.00,8000.00" +116869312,H.P. Lovecraft's Dagon,Comics,Comics,USD,2011-08-26,1500.00,2011-07-12 05:12:47,3907.00,successful,121,US,3907.00,3907.00,1500.00 +1168700993,ZOMBIE BABIES (Canceled),Shorts,Film & Video,USD,2010-06-15,1000.00,2010-05-01 20:55:07,0.00,canceled,0,US,0.00,0.00,1000.00 +1168708554,Ancient Greek for the Everyday Scholar: an iPad textbook,Nonfiction,Publishing,USD,2012-07-12,250.00,2012-06-12 20:56:35,953.00,successful,117,US,953.00,953.00,250.00 +1168717350,The Cottage,Comedy,Film & Video,CAD,2014-09-21,5000.00,2014-08-16 02:18:09,25.00,failed,1,CA,22.90,22.50,4499.64 +1168726476,Rockland County Journal Digital: The Edward Hopper Years,Periodicals,Publishing,USD,2012-04-23,3000.00,2012-02-23 00:07:16,3530.00,successful,62,US,3530.00,3530.00,3000.00 +116873966,Premium Hand turn pens (Canceled),Crafts,Crafts,USD,2016-04-12,500.00,2016-03-28 17:59:52,0.00,canceled,0,US,0.00,0.00,500.00 +116874387,Cirillo Summer Theater's 2017 Season Fundraiser,Theater,Theater,USD,2017-06-08,5000.00,2017-05-09 17:04:34,45.00,failed,2,US,5.00,45.00,5000.00 +"1168744437,""""""Too Licky"""" - a children's book helping rescue dogs"",Children's Books,Publishing,USD,2017-04-29,5000.00,2017-04-04 15:11:38,5584.33,successful,108,US,175.00,5584.33,5000.00" +1168745810,Support The Pine,Video,Journalism,USD,2017-01-31,150.00,2017-01-11 13:39:19,285.00,successful,8,US,0.00,285.00,150.00 +1168746843,Nuclear Power Plant Simulator,Video Games,Games,EUR,2015-12-02,12500.00,2015-11-02 23:05:16,127.00,failed,11,DE,139.78,138.46,13627.54 +116874836,ColorFul Designs presents Homosexual and Christian Tee's,Graphic Design,Design,USD,2013-11-30,10000.00,2013-11-10 06:51:30,43.00,failed,3,US,43.00,43.00,10000.00 +1168755900,Burning Bridges,Publishing,Publishing,USD,2016-09-01,20000.00,2016-08-16 00:58:29,0.00,failed,0,US,0.00,0.00,20000.00 +"1168758323,""""""Monsters Love"""" an ABC book"",Children's Books,Publishing,USD,2011-11-01,6500.00,2011-09-14 22:40:47,1300.00,failed,9,US,1300.00,1300.00,6500.00" +1168759796,Brimstone - Metallic Gold Accented Card Deck,Tabletop Games,Games,USD,2011-06-24,5000.00,2011-05-10 22:06:25,20983.15,successful,764,US,20983.15,20983.15,5000.00 +1168761096,The Hunted ( Year 1 ),Comic Books,Comics,USD,2016-08-27,8000.00,2016-07-28 16:49:23,8012.00,successful,18,US,200.00,8012.00,8000.00 +116876313,Making It Webseries (Canceled),Webseries,Film & Video,USD,2012-05-26,5000.00,2012-03-27 21:23:21,76.00,canceled,5,US,76.00,76.00,5000.00 +1168771301,Castiron. Food tastes better.,Food Trucks,Food,USD,2016-06-02,10000.00,2016-04-08 13:52:25,210.99,failed,8,US,210.99,210.99,10000.00 +1168776066,HipStitch,Apparel,Fashion,USD,2016-09-07,150.00,2016-08-08 20:20:10,157.00,successful,8,US,27.00,157.00,150.00 +1168782093,CtM-LP1: Help Curse the Mariner Finish Their Record!,Rock,Music,USD,2010-03-08,1000.00,2010-01-06 23:25:50,135.00,failed,6,US,135.00,135.00,1000.00 +1168784106,MiaMily HIPSTER Plus 3D Baby Carrier,Product Design,Design,USD,2016-06-03,25000.00,2016-04-19 00:04:29,170348.00,successful,1108,US,170348.00,170348.00,25000.00 +1168786794,Poverty Sucks starring George Jung,Television,Film & Video,USD,2016-04-02,10000.00,2016-03-03 06:37:52,610.00,failed,2,US,610.00,610.00,10000.00 +1168790191,CommonHarry.com Launching April 13th!,Web,Journalism,USD,2017-04-14,800.00,2017-03-15 00:09:45,6.00,failed,2,US,0.00,6.00,800.00 +1168793965,New Futuro House - Reviving the UFO Home of the Future,Architecture,Design,USD,2014-11-01,45237.00,2014-09-19 23:04:58,794.00,failed,13,US,794.00,794.00,45237.00 +1168798302,Big Guy Wooden Toys,Woodworking,Crafts,CAD,2016-05-06,6500.00,2016-04-11 16:33:19,619.00,failed,6,CA,476.63,480.63,5046.98 +1168801158,ApexAttire-Clothing,Fashion,Fashion,USD,2015-05-08,5000.00,2015-04-08 21:51:29,0.00,failed,0,US,0.00,0.00,5000.00 +1168802636,SCWU: And Our Name Spells Lesbian,Documentary,Film & Video,USD,2016-08-12,10000.00,2016-07-13 17:02:36,10042.00,successful,59,US,3005.00,10042.00,10000.00 +1168809877,GameReality,Live Games,Games,SEK,2015-06-01,2000000.00,2015-04-02 03:57:22,0.00,failed,0,SE,0.00,0.00,240171.00 +"1168816106,""Real vampires don't sparkle! Taking back the vampire and werewolf with """"Shadowdance"""" (Canceled)"",Fiction,Publishing,USD,2010-07-09,5000.00,2010-05-05 17:05:08,250.00,canceled,6,US,250.00,250.00,5000.00" +1168818604,The Cypriot Fiddler,Documentary,Film & Video,GBP,2015-08-31,1000.00,2015-07-22 09:20:33,1239.00,successful,48,GB,1928.47,1886.53,1522.63 +1168821631,IPHONE'S BROTHER: Qutiger Smart Morecard,Gadgets,Technology,AUD,2017-02-13,50000.00,2017-01-14 02:45:13,3209.00,failed,40,AU,1545.77,2460.13,38331.80 +"1168825923,""Nightwoof """"The Blood Moon"""" Album (Canceled)"",Hip-Hop,Music,USD,2015-07-27,1700.00,2015-06-07 19:34:02,0.00,canceled,0,US,0.00,0.00,1700.00" +1168838472,Discover a new way to cocktail. (Canceled),Drinks,Food,GBP,2015-08-23,120000.00,2015-07-24 12:30:14,1044.00,canceled,2,GB,1628.16,1606.85,184694.95 +1168844837,Cryptid #1 - A Digital Horror Anthology Comic,Anthologies,Comics,USD,2015-08-07,2300.00,2015-07-08 21:27:14,101.00,failed,5,US,101.00,101.00,2300.00 +1168858158,The Toy Maker's Magnum Opus ~ Act 1,Art Books,Publishing,USD,2013-03-30,5000.00,2013-02-13 01:37:48,11181.00,successful,68,US,11181.00,11181.00,5000.00 +1168877572,POSTUREAZE - the easy way to maintain good posture.,Design,Design,USD,2017-12-08,35000.00,2017-11-06 15:20:26,2280.00,canceled,42,US,1288.00,2280.00,35000.00 +1168887401,Santa Is Coming To Town!,Woodworking,Crafts,USD,2017-12-08,250.00,2017-11-08 03:15:19,585.00,successful,16,US,238.00,585.00,250.00 +1168890299,BANG! The Entertainment Paper,Publishing,Publishing,USD,2012-05-25,7000.00,2012-04-25 04:17:26,180.00,failed,6,US,180.00,180.00,7000.00 +"1168892785,""""""Battle of The Bonds"""" Stop Motion"",Shorts,Film & Video,USD,2010-10-20,1500.00,2010-09-20 09:33:31,75.00,failed,3,US,75.00,75.00,1500.00" +1168900093,A DOCKumentary Feature Film- (LiveaboardLifeFilm.com),Documentary,Film & Video,USD,2014-08-23,30000.00,2014-07-24 20:59:06,2285.00,failed,34,US,2285.00,2285.00,30000.00 +"1168900967,""""""ThePeace Pox"""" (Film on the WWI Christmas Truce)"",Narrative Film,Film & Video,USD,2014-03-24,20000.00,2014-02-22 01:50:51,200.00,failed,5,US,200.00,200.00,20000.00" +1168902191,M.O.T.D (Makeup of the Day) Cosmetics,Product Design,Design,USD,2014-10-11,5500.00,2014-09-11 00:29:26,5664.00,successful,70,US,5664.00,5664.00,5500.00 +1168904749,The Unknown Bear,Documentary,Film & Video,GBP,2013-02-14,2000.00,2013-01-15 18:38:12,127.00,failed,4,GB,205.05,196.69,3097.41 +1168905148,Artterro Eco Art Kits,Product Design,Design,USD,2012-04-23,30000.00,2012-03-12 23:20:41,6032.00,failed,97,US,6032.00,6032.00,30000.00 +"11689061,""Rock Our Movie! Support """"GOONS"""", a story of Metal vs Punk"",Shorts,Film & Video,USD,2012-09-15,4230.00,2012-08-16 00:35:24,4255.05,successful,57,US,4255.05,4255.05,4230.00" +1168907501,Undertoad Coastal (Canceled),Fashion,Fashion,USD,2014-05-23,25000.00,2014-04-23 18:05:26,1728.00,canceled,14,US,1728.00,1728.00,25000.00 +1168912877,Zeroes (Web Series) (Canceled),Film & Video,Film & Video,USD,2012-07-08,10000.00,2012-06-05 19:48:46,1020.00,canceled,3,US,1020.00,1020.00,10000.00 +1168915632,Cities at Night,Space Exploration,Technology,EUR,2015-10-10,50000.00,2015-08-11 17:01:10,9534.00,failed,206,ES,10454.94,10830.64,56800.11 +1168918535,Swinger Golf Putter,Product Design,Design,USD,2017-09-23,100000.00,2017-07-25 21:48:51,150.00,failed,1,US,0.00,150.00,100000.00 +1168925684,Cashmere from plants,Apparel,Fashion,USD,2015-05-18,6000.00,2015-04-18 20:54:53,566.00,failed,11,US,566.00,566.00,6000.00 +1168928974,Petrone Limoncello,Drinks,Food,USD,2014-09-10,25000.00,2014-08-11 20:18:15,25.00,failed,1,US,25.00,25.00,25000.00 +1168929418,Crochet Socks Design,Crochet,Crafts,USD,2014-08-13,100.00,2014-07-14 18:43:32,105.00,successful,5,US,105.00,105.00,100.00 +1168937571,NWCZradio.com Needs You!,Indie Rock,Music,USD,2014-10-13,9000.00,2014-09-13 05:46:28,4741.00,failed,88,US,4741.00,4741.00,9000.00 +116894349,Automotive paint & body Classes for free,DIY,Crafts,GBP,2014-08-20,1725.00,2014-07-29 19:37:19,0.00,failed,0,GB,0.00,0.00,2859.61 +"1168943814,""Deflectwear: Permeable hat, shirt & hoddie with Exoskin tech"",Fashion,Fashion,USD,2014-03-21,5500.00,2014-02-04 09:34:08,311.00,canceled,3,US,311.00,311.00,5500.00" +1168962,Gabinet Looster debut album - be part of our journey!,Music,Music,GBP,2016-12-18,2000.00,2016-11-01 11:09:42,3333.00,successful,101,GB,1462.02,4082.71,2449.87 +1168979018,Benito's Extraordinary Moments - A Midlife Memoir of Triumph,Nonfiction,Publishing,USD,2017-04-16,7777.00,2017-03-06 00:30:14,87.00,failed,2,US,87.00,87.00,7777.00 +1168979524,Magnetapult: The Magnetic Catapult (Canceled),Product Design,Design,USD,2012-01-09,5000.00,2011-12-05 03:03:44,3500.00,canceled,103,US,3500.00,3500.00,5000.00 +1168985259,Theica's American Hard Rock Album,Rock,Music,USD,2012-11-17,2500.00,2012-10-18 03:58:38,362.00,failed,8,US,362.00,362.00,2500.00 +1168990102,Bunkin' With You In The Afterlife,Theater,Theater,USD,2011-06-17,21700.00,2011-05-03 04:48:52,110.00,failed,2,US,110.00,110.00,21700.00 +1168990596,Days of Ire: Budapest 1956,Tabletop Games,Games,USD,2016-07-01,25000.00,2016-06-01 15:16:27,74784.00,successful,1260,US,74784.00,74784.00,25000.00 +1168992125,Enable: Self Defense Jewelry,Product Design,Design,USD,2017-04-13,2000.00,2017-04-04 18:43:55,2137.00,successful,60,US,376.00,2137.00,2000.00 +1168994455,Heaven's Hundred,Art Books,Publishing,GBP,2015-04-18,2000.00,2015-04-03 20:08:49,174.00,failed,6,GB,258.00,263.08,3023.89 +1168999220,Tournament Conqueror,Video Games,Games,CAD,2014-12-31,5000.00,2014-12-01 22:16:56,2.00,failed,2,CA,1.75,1.71,4280.09 +1169007780,THE PECULIARS | an indie superhero film (Canceled),Film & Video,Film & Video,USD,2010-08-05,25000.00,2010-05-16 06:30:41,4877.00,canceled,26,US,4877.00,4877.00,25000.00 +1169012670,ULTIMATE RIDE,Comedy,Film & Video,USD,2016-02-11,63000.00,2016-01-12 05:55:21,4668.00,failed,41,US,4668.00,4668.00,63000.00 +1169016414,Will Knaak Debut Solo Album,Music,Music,USD,2013-05-08,20000.00,2013-04-08 22:34:33,20525.47,successful,202,US,20525.47,20525.47,20000.00 +1169022590,The Vacay App,Apps,Technology,USD,2015-11-28,30000.00,2015-10-29 04:32:42,45.00,failed,17,US,45.00,45.00,30000.00 +1169030969,Legerdemain trying to record first EP,Rock,Music,USD,2015-02-06,2000.00,2015-01-07 18:57:49,1.00,failed,1,US,1.00,1.00,2000.00 +116903122,Musical Recycling (Banff Residency Fund),Classical Music,Music,GBP,2015-02-19,1500.00,2015-01-22 11:37:35,1667.00,successful,31,GB,2526.67,2563.12,2306.34 +1169036797,THE ZEITGEIST CHRONICLES,Theater,Theater,USD,2012-10-02,5000.00,2012-09-11 06:25:12,160.00,failed,4,US,160.00,160.00,5000.00 +1169036865,Sweeties- Dairy Free Desserts,Food,Food,USD,2014-03-02,10000.00,2014-01-31 15:42:54,165.00,failed,4,US,165.00,165.00,10000.00 +1169045929,Christmas Tree Trunk COZY,Crafts,Crafts,USD,2015-05-24,60000.00,2015-04-24 05:48:27,0.00,failed,0,US,0.00,0.00,60000.00 +1169048969,Love Letters for You,Print,Journalism,GBP,2014-09-12,40000.00,2014-07-14 01:15:45,10.00,failed,1,GB,17.12,16.23,64930.85 +1169049246,Binderskins -- no more blank or boring binders!,Graphic Design,Design,USD,2012-08-31,5000.00,2012-08-01 00:18:45,6.00,failed,1,US,6.00,6.00,5000.00 +1169053949,The Mars Rover Art Car :: Burning Man 2013,Public Art,Art,USD,2013-04-17,8000.00,2013-03-18 21:58:31,8410.11,successful,186,US,8410.11,8410.11,8000.00 +116905488,Mr Paycheck Meets the Entrepreneur - Your Prosperity Mindset,Publishing,Publishing,USD,2016-03-16,16785.00,2016-02-15 01:00:22,2088.00,canceled,26,US,2088.00,2088.00,16785.00 +"1169056749,""Melanie Mae - Five Forever, A Children's Book"",Children's Books,Publishing,USD,2017-04-07,5000.00,2017-02-21 00:38:36,2997.00,failed,42,US,80.00,2997.00,5000.00" +116907256,TRRTLZ! (Canceled),Jewelry,Fashion,USD,2014-10-30,10000.00,2014-09-30 18:28:27,0.00,canceled,0,US,0.00,0.00,10000.00 +1169073861,Rim2Rim.com An interactive car configurator/ customizer.,Design,Design,USD,2016-07-01,10000.00,2016-06-01 02:57:36,0.00,failed,0,US,0.00,0.00,10000.00 +1169079082,KNOWSY Women: 100 women who changed the world,Graphic Design,Design,GBP,2017-12-08,3000.00,2017-11-08 21:58:32,2576.00,canceled,36,GB,293.68,3455.86,4024.68 +1169080628,Marauder Task Force Gaming Figures,Tabletop Games,Games,USD,2014-05-01,29995.00,2014-04-01 05:38:46,244155.00,successful,1195,US,244155.00,244155.00,29995.00 +1169081338,The K9 Nose,Product Design,Design,USD,2015-05-30,1800.00,2015-04-27 20:18:01,2130.00,successful,38,US,2130.00,2130.00,1800.00 +1169084126,Xcope: Virtual & Augmented Reality Headset for Smartphones,Hardware,Technology,USD,2013-12-03,50000.00,2013-11-08 18:48:55,17511.00,failed,292,US,17511.00,17511.00,50000.00 +1169088144,World Without End SRPG for IOS and Android by Steve Uy,Video Games,Games,USD,2011-08-24,15000.00,2011-07-25 01:45:10,1821.27,failed,87,US,1821.27,1821.27,15000.00 +1169088502,Mapping the City,Photography,Photography,AUD,2014-11-15,1500.00,2014-10-16 04:20:47,155.00,failed,4,AU,136.40,135.05,1306.96 +1169092065,Celtic Mist,Fiction,Publishing,USD,2015-10-28,2000.00,2015-09-28 13:47:04,20.00,failed,1,US,20.00,20.00,2000.00 +1169105634,Rangers case reporting,Web,Journalism,GBP,2015-12-14,600.00,2015-12-04 18:32:35,2270.00,successful,107,GB,3388.77,3385.03,894.72 +"1169109957,The Annajames Band CD Pledge Campaign,Music,Music,USD,2015-05-15,1200.00,2015-03-16 18:41:43,181.00,undefined,0,""N,0"""""",,181.00,1200.00" +1169117534,This is Radio Cast: Season 2,Audio,Journalism,USD,2015-11-26,10450.00,2015-10-27 04:30:57,10508.00,successful,167,US,10508.00,10508.00,10450.00 +1169125061,Live To Race! Interactive Racing Safety Platform,Software,Technology,USD,2015-09-10,50000.00,2015-07-22 23:01:51,50380.00,successful,70,US,50380.00,50380.00,50000.00 +1169127278,The Onyx Tavern: Opinionated Power Ranger Reviews (Canceled),Webseries,Film & Video,USD,2014-10-28,500.00,2014-08-29 06:45:46,0.00,canceled,0,US,0.00,0.00,500.00 +"1169127599,""Capitalism, USA a Game of Greed"",Tabletop Games,Games,USD,2016-06-02,3000.00,2016-05-05 17:00:25,3208.00,successful,87,US,3208.00,3208.00,3000.00" +116912871,The DART - Electronics Reset Tool,DIY Electronics,Technology,CAD,2015-04-02,6000.00,2015-03-03 13:29:09,402.00,failed,49,CA,321.46,317.94,4745.33 +1169135031,Help (13 yo) Isaac marry Raspberry PI to Quadcopter,Robots,Technology,USD,2014-05-28,2000.00,2014-04-28 19:07:30,2036.00,successful,21,US,2036.00,2036.00,2000.00 +1169138358,TANDEM MAKES THEIR DEBUT EP! (Canceled),Rock,Music,USD,2012-11-04,10000.00,2012-09-25 02:32:26,975.00,canceled,10,US,975.00,975.00,10000.00 +116913898,SHADE ANGEL the best way to enjoy the beach,Design,Design,AUD,2016-05-14,250000.00,2016-04-14 01:54:29,15.00,failed,1,AU,11.42,10.84,180727.25 +11691418,Animal Safari Socks,Apparel,Fashion,USD,2015-08-22,1500.00,2015-07-23 19:07:18,68.00,failed,4,US,68.00,68.00,1500.00 +116914226,Stay at Home Dad Cast LIVE,Performance Art,Art,USD,2013-08-18,2000.00,2013-07-19 02:27:58,0.00,failed,0,US,0.00,0.00,2000.00 +1169146165,Dream Team,Comics,Comics,USD,2012-01-16,2000.00,2011-11-28 05:43:54,295.00,failed,15,US,295.00,295.00,2000.00 +1169149062,Hello World!—Experimental art project goes to Berlin,Art,Art,GBP,2014-05-25,3000.00,2014-04-25 00:12:04,4380.00,successful,36,GB,7372.37,7329.81,5020.42 +1169155334,Closed Quarters,Shorts,Film & Video,USD,2014-01-12,2000.00,2013-12-17 01:39:02,2160.00,successful,39,US,2160.00,2160.00,2000.00 +1169159212,the First Anti-Bed Bug Pillow Ever,Product Design,Design,CAD,2016-12-03,8000.00,2016-10-14 18:20:18,4460.00,canceled,46,CA,1011.63,3384.69,6071.18 +1169163931,Singer's Facial Yoga,Narrative Film,Film & Video,USD,2015-02-28,5000.00,2015-01-23 17:49:43,11.00,failed,2,US,11.00,11.00,5000.00 +1169172228,Gothic Moon Tarot,Illustration,Art,GBP,2017-11-19,4000.00,2017-10-20 20:02:58,4154.00,successful,85,GB,965.65,5536.01,5330.77 +1169175505,The Adventures of Annabelle Lee,Fiction,Publishing,USD,2012-03-07,5000.00,2012-02-13 00:49:44,70.00,failed,3,US,70.00,70.00,5000.00 +1169176742,Midnight Wolves,Shorts,Film & Video,USD,2016-01-12,5000.00,2015-12-13 11:11:34,280.00,failed,5,US,280.00,280.00,5000.00 +1169192398,Handibot™: A Smart Digital Power Tool,Fabrication Tools,Technology,USD,2013-08-01,125000.00,2013-06-27 18:25:25,349498.79,successful,362,US,349498.79,349498.79,125000.00 +116919261,Lavish FlowerTea - Awakening your healthy NOW!,Drinks,Food,HKD,2017-01-31,30000.00,2016-12-02 03:24:33,3135.00,failed,12,HK,18.05,404.03,3866.33 +"1169192944,""The Robot EP by Ben Martin, Jonathan Reuel"",Music,Music,USD,2015-11-06,2800.00,2015-10-15 03:40:27,2909.00,undefined,0,""N,0"""""",,2909.00,2800.00" +1169194659,An Old Fashion Butcher Shop,Bacon,Food,USD,2015-06-01,650000.00,2015-04-12 02:23:02,100.00,failed,1,US,100.00,100.00,650000.00 +1169199175,LEGALESE,Drama,Film & Video,USD,2016-02-23,8000.00,2016-01-24 23:11:34,108.00,failed,2,US,108.00,108.00,8000.00 +1169200211,The Boy and The Red Moon,Shorts,Film & Video,USD,2017-12-08,700.00,2017-11-30 16:29:25,870.00,successful,18,US,0.00,870.00,700.00 +1169200996,Nibble - Pocket Sized Arduino (WIFI + OLED + SD CARD + IR ),Hardware,Technology,EUR,2015-10-15,28000.00,2015-09-15 22:42:37,2465.00,failed,51,IT,2796.02,2800.25,31808.06 +1169212548,Keep Your Spines Healthy & Happy! - DTRAC,Product Design,Design,CAD,2015-10-29,30000.00,2015-09-09 17:18:23,96455.00,successful,561,CA,72573.30,73210.63,22770.40 +1169227058,Miss Molly's Smart & Sassy College Sauces,Food,Food,USD,2015-01-06,100000.00,2014-12-06 01:38:29,47.00,failed,2,US,47.00,47.00,100000.00 +1169227484,A NIGHT AT THE SORRENTO AND OTHER STORIES,Comics,Comics,USD,2013-05-07,3250.00,2013-04-03 21:40:13,3268.00,successful,58,US,3268.00,3268.00,3250.00 +1169230627,Whompataun,Tabletop Games,Games,USD,2016-04-20,1000.00,2016-03-21 21:45:57,26.00,failed,3,US,26.00,26.00,1000.00 +1169250239,Rebelview Magazine Worldwide Distribution! A Mag a Day!,Periodicals,Publishing,USD,2015-03-07,1500.00,2015-01-06 18:29:55,0.00,failed,0,US,0.00,0.00,1500.00 +1169256196,The Life of Louis John Gill,Nonfiction,Publishing,USD,2012-05-31,10000.00,2012-05-01 05:27:29,0.00,failed,0,US,0.00,0.00,10000.00 +1169262112,LGBTQIA+ Dating Platform & App,Apps,Technology,EUR,2016-08-06,4000.00,2016-06-17 23:21:34,15.00,failed,3,DE,5.63,16.74,4463.19 +1169268391,Party Girl - A Modern Fairytale,Fiction,Publishing,USD,2013-12-14,2500.00,2013-10-30 00:06:50,2595.00,successful,75,US,2595.00,2595.00,2500.00 +1169269923,Aerial Street View,Performances,Dance,USD,2017-11-01,3200.00,2017-10-02 17:00:11,3200.00,successful,14,US,21.00,3200.00,3200.00 +"1169273180,""""""Web Series"""" - a web series about trying to create a successful web series. "",Webseries,Film & Video,USD,2010-08-08,3000.00,2010-06-19 03:06:41,3145.00,successful,39,US,3145.00,3145.00,3000.00" +1169276422,SÜSU Rolled Ice Cream Storefront,Restaurants,Food,USD,2017-11-24,45000.00,2017-09-25 23:37:33,235.00,failed,8,US,110.00,235.00,45000.00 +1169278256,Disciple of Metal,Tabletop Games,Games,USD,2014-10-05,300.00,2014-09-20 19:23:40,147.00,failed,14,US,147.00,147.00,300.00 +1169286286,Button Loop Lamp,Product Design,Design,EUR,2018-02-19,10000.00,2017-12-21 14:56:43,1239.00,live,20,DE,84.08,1503.77,12136.95 +1169296098,Malo‘o | The Ultimate Mobile Drying Rack,Product Design,Design,USD,2017-12-25,10000.00,2017-11-16 16:03:19,11433.00,successful,90,US,1025.00,11433.00,10000.00 +1169296727,LOVE,Music,Music,USD,2011-08-21,5000.00,2011-05-23 09:04:50,895.00,failed,14,US,895.00,895.00,5000.00 +1169302605,Photo Voice - Action Kit,People,Photography,CAD,2014-10-31,2100.00,2014-10-08 01:24:01,2528.00,successful,36,CA,2247.73,2242.33,1862.69 +"1169308556,Gospel Short Film,Film & Video,Film & Video,GBP,2016-02-25,2000.00,2016-01-26 16:15:43,2016.00,undefined,0,""N,0"""""",,2817.73,2795.37" +1169308848,Soul of the Sea by Linked Dance Theatre,Immersive,Theater,USD,2016-06-02,1500.00,2016-05-19 19:00:55,1513.00,successful,29,US,1513.00,1513.00,1500.00 +1169315098,NuVision Ultra-Lightweight Custom Concrete Furniture,Architecture,Design,USD,2016-03-20,10000.00,2016-02-19 17:03:40,472.00,canceled,4,US,472.00,472.00,10000.00 +1169323416,Tangeez - Tangible Lights,Gadgets,Technology,USD,2013-10-20,49000.00,2013-09-20 23:34:25,51371.00,successful,413,US,51371.00,51371.00,49000.00 +1169324955,Day-After-Day in NOD,Illustration,Art,USD,2011-11-17,4000.00,2011-10-18 20:33:05,4710.01,successful,138,US,4710.01,4710.01,4000.00 +1169351407,ECHIZEN - War in Central Japan,Tabletop Games,Games,USD,2017-02-05,100.00,2017-01-16 22:49:56,252.00,successful,102,US,79.00,252.00,100.00 +1169369019,The Gravy Photographic Magazine,Art Books,Publishing,GBP,2016-04-14,800.00,2016-03-19 13:04:31,899.00,successful,26,GB,1301.16,1274.82,1134.43 +1169369356,Mon Freres Amigos' First Album,Rock,Music,USD,2014-11-03,2000.00,2014-10-04 23:17:07,2021.57,successful,81,US,2021.57,2021.57,2000.00 +1169372799,ORCHESTRATED DYSTOPIA RECORDS,Punk,Music,GBP,2014-07-10,750.00,2014-06-05 09:51:36,70.00,failed,6,GB,117.06,119.84,1284.00 +1169373097,help leaving richmond to release their next EP!,Music,Music,USD,2011-12-05,650.00,2011-10-06 05:03:47,665.00,successful,18,US,665.00,665.00,650.00 +1169384028,LAS NINFAS DEL PANTANO,Publishing,Publishing,MXN,2017-11-16,120000.00,2017-10-17 21:17:17,3900.00,failed,4,MX,0.00,204.81,6301.86 +1169391576,That's A Paddlin': An Adventure Down The Mississippi River,Documentary,Film & Video,USD,2013-04-27,10500.00,2013-03-22 03:59:31,132.00,failed,7,US,132.00,132.00,10500.00 +"1169394911,""STAGE 5 Dock - First Smartdock for Iphone, Android & Tablets"",Hardware,Technology,GBP,2014-06-17,5000.00,2014-05-13 15:59:54,8458.00,successful,165,GB,14253.74,14411.07,8519.19" +1169401027,Anazao...my first solo record,Faith,Music,USD,2014-08-18,1200.00,2014-07-19 07:02:12,1201.00,successful,19,US,1201.00,1201.00,1200.00 +1169402006,Incaseofsos.com,Web,Technology,USD,2014-10-18,50000.00,2014-09-18 21:55:05,0.00,failed,0,US,0.00,0.00,50000.00 +116940428,OneKlip - Bottle Opener,Product Design,Design,USD,2013-04-08,10000.00,2013-02-22 19:49:26,2435.00,failed,138,US,2435.00,2435.00,10000.00 +1169407819,Courtney Jaye's 'Road To Austin City Limits Music Festival'!,Country & Folk,Music,USD,2011-08-13,10000.00,2011-07-14 17:32:04,10431.00,successful,98,US,10431.00,10431.00,10000.00 +1169408901,Better Mobile Pictures. Shadei Portable Foldable Sun Hood.,Product Design,Design,AUD,2014-03-29,390.00,2014-03-15 02:24:10,83.00,failed,9,AU,75.24,76.78,360.78 +1169410143,Carnegie or Bust! Putting great opera music on television.,Documentary,Film & Video,USD,2013-11-09,20000.00,2013-10-10 02:42:32,9682.00,failed,175,US,9682.00,9682.00,20000.00 +1169415471,Online Music Studio,Product Design,Design,EUR,2016-01-14,30000.00,2015-12-15 21:45:51,0.00,failed,0,AT,0.00,0.00,32742.16 +116941609,MA transit drawing - off to the printing press,Digital Art,Art,USD,2015-12-21,1000.00,2015-12-08 13:27:20,267.00,failed,10,US,267.00,267.00,1000.00 +"1169416651,""hopps | less waiting, more socializing"",Apps,Technology,USD,2017-07-19,200000.00,2017-06-19 18:13:26,0.00,canceled,0,US,0.00,0.00,200000.00" +1169428972,SILENT RIVER FILM FESTIVAL,Film & Video,Film & Video,USD,2011-06-23,5000.00,2011-03-24 17:15:10,10.00,failed,1,US,10.00,10.00,5000.00 +1169432150,Sewing Relaxes Me :),Crafts,Crafts,USD,2014-09-11,700.00,2014-08-12 21:35:21,25.00,failed,1,US,25.00,25.00,700.00 +1169433623,Support Others to Share Their Art & Soul!,Art,Art,USD,2015-03-30,1.00,2015-02-28 23:53:31,796.00,successful,37,US,796.00,796.00,1.00 +1169436822,Bert's Box,Nonfiction,Publishing,USD,2012-04-23,18000.00,2012-03-24 21:37:12,7926.00,failed,59,US,7926.00,7926.00,18000.00 +"1169437495,""Mistress 9 1.5"""" Enamel Pin Kickstarter!"",Art,Art,USD,2017-08-09,175.00,2017-07-10 17:30:29,29.00,failed,3,US,28.00,29.00,175.00" +1169444321,Intelligent Meal Planning App for Health-Conscious People,Software,Technology,USD,2014-02-01,10000.00,2013-12-03 01:11:54,761.00,failed,18,US,761.00,761.00,10000.00 +1169447047,James Brown: The Hardest Working Man In Show Business,Documentary,Film & Video,USD,2012-03-25,125000.00,2012-02-15 12:37:27,25.00,failed,1,US,25.00,25.00,125000.00 +"1169449617,""New Album- """"Home"""""",Pop,Music,USD,2015-11-13,1500.00,2015-09-14 17:15:00,120.00,failed,2,US,120.00,120.00,1500.00" +1169450313,Irish Speed Vans Application,Apps,Technology,EUR,2016-12-05,20000.00,2016-10-21 15:30:24,1707.00,failed,126,IE,182.26,1802.42,21117.99 +116946700,12:01am,Apparel,Fashion,USD,2015-03-26,300000.00,2015-01-25 17:34:38,1202.00,failed,2,US,1202.00,1202.00,300000.00 +116946808,The Giving Spot – Rooted Locally Giving Globally,Drinks,Food,USD,2015-09-06,80000.00,2015-08-07 00:00:26,7130.00,failed,71,US,7130.00,7130.00,80000.00 +1169484043,THE PLANTERS,Comedy,Film & Video,USD,2016-03-10,10000.00,2016-02-09 18:52:25,27561.00,successful,218,US,27561.00,27561.00,10000.00 +1169490896,White Face: A Graphic Novel,Comics,Comics,USD,2013-06-20,16500.00,2013-05-21 06:07:08,1276.00,failed,13,US,1276.00,1276.00,16500.00 +1169491946,Professional Chef Tips,Food,Food,GBP,2016-05-06,800.00,2016-04-06 23:59:32,1.00,failed,1,GB,1.43,1.45,1159.37 +1169492494,The Giving Garden Greenhouse,Community Gardens,Food,USD,2014-11-16,5000.00,2014-10-15 15:21:03,3855.00,failed,32,US,3855.00,3855.00,5000.00 +"1169493076,""Outcry Theatre presents """"Dark Play or Stories for Boys"""""",Plays,Theater,USD,2012-02-14,2000.00,2012-01-15 18:31:08,2300.00,successful,29,US,2300.00,2300.00,2000.00" +1169497410,Black Moccasin: A Graphic Novel Series (Canceled),Graphic Novels,Comics,USD,2016-02-23,30000.00,2015-12-25 00:26:13,261.00,canceled,12,US,261.00,261.00,30000.00 +"1169497880,""Shepherd's Heart """"Yummy Sausage"""""",Farmer's Markets,Food,USD,2015-06-30,5000.00,2015-05-19 21:13:56,675.00,failed,5,US,675.00,675.00,5000.00" +1169500462,Automotive Parts Search Engine,Web,Technology,CAD,2016-06-28,50000.00,2016-04-29 23:57:54,33.00,failed,5,CA,26.20,25.54,38690.71 +1169509989,Key West Contemporary Dance Company presents '1969',Dance,Dance,USD,2011-10-11,1000.00,2011-09-11 00:30:27,1278.00,successful,24,US,1278.00,1278.00,1000.00 +1169511821,Artificial Heartache: A Jonathan Coulton Musical Film,Film & Video,Film & Video,USD,2013-04-26,1000.00,2013-04-04 03:03:48,1861.77,successful,36,US,1861.77,1861.77,1000.00 +1169511903,San Diego Fermentation Festival - Promoting Gut Health,Events,Food,USD,2017-12-21,7500.00,2017-11-30 16:59:40,1755.00,failed,28,US,40.00,1755.00,7500.00 +1169520076,Herb&Fish CONNECT. Smartly Designed,Product Design,Design,NZD,2015-10-03,45000.00,2015-09-03 10:04:16,47965.00,successful,142,NZ,30451.69,32126.59,30140.66 +1169520488,New Word Order Publishing Project,Publishing,Publishing,USD,2011-05-02,150.00,2011-03-05 18:23:57,150.00,successful,9,US,150.00,150.00,150.00 +"1169521573,""""""What do we really believe in 2016?"""""",Video,Journalism,USD,2016-08-05,2000.00,2016-07-06 03:00:50,175.00,failed,4,US,0.00,175.00,2000.00" +1169522643,The Court of Stars- Queer Sci-Fi Novel,Fiction,Publishing,USD,2015-03-15,4000.00,2015-02-13 16:53:04,4046.00,successful,48,US,4046.00,4046.00,4000.00 +1169525164,Etsy Craft Store Starter,Woodworking,Crafts,USD,2017-03-03,500.00,2017-02-01 02:04:33,0.00,failed,0,US,55.00,0.00,500.00 +1169526419,Ozz: Finally good cocktails at home,Product Design,Design,EUR,2014-10-26,150000.00,2014-09-30 19:00:23,18092.50,failed,205,NL,22941.51,22658.96,187859.28 +1169526599,Nerds Night Out,Tabletop Games,Games,CAD,2017-06-05,30000.00,2017-05-06 04:01:24,6181.00,failed,67,CA,1044.59,4575.47,22207.42 +1169531950,The Gates of Nairobi (Canceled),Art,Art,USD,2011-07-12,3500.00,2011-06-10 04:01:32,110.00,canceled,5,US,110.00,110.00,3500.00 +1169532218,(NQ-4) NORTHERNQUARTER MOVIE,Documentary,Film & Video,GBP,2015-05-17,5000.00,2015-03-23 17:03:10,50.00,failed,1,GB,74.77,78.20,7820.08 +1169532785,Silicone rubber ball covers that glow in the dark.,Product Design,Design,USD,2014-02-28,25000.00,2014-01-14 02:48:28,2576.00,failed,57,US,2576.00,2576.00,25000.00 +1169543030,One Time To Get It RIGHT,Fashion,Fashion,USD,2013-12-21,1400.00,2013-11-20 17:47:01,1582.00,successful,11,US,1582.00,1582.00,1400.00 +"1169552152,""""""Raise Cthulhu"""" Patches"",Crafts,Crafts,CAD,2014-03-26,600.00,2014-02-24 19:05:40,26.00,failed,3,CA,23.40,23.55,543.58" +1169557055,i-Drive Mobile Technologies,Technology,Technology,USD,2015-06-30,400000.00,2015-05-01 00:22:38,0.00,failed,0,US,0.00,0.00,400000.00 +1169560754,Namaste Training Solutions,Software,Technology,USD,2014-07-05,4500.00,2014-06-05 18:16:52,4855.00,successful,98,US,4855.00,4855.00,4500.00 +1169561744,I AM AN ARTS LOVER,Art,Art,USD,2014-07-20,17000.00,2014-06-26 22:41:23,18283.00,successful,133,US,18283.00,18283.00,17000.00 +1169564126,Work in Progress,Places,Photography,GBP,2016-01-18,250.00,2015-11-19 13:29:40,485.50,successful,34,GB,737.72,695.38,358.07 +1169571719,The Anbrois Army V.2,Tabletop Games,Games,GBP,2016-07-17,600.00,2016-06-17 21:31:23,241.00,failed,8,GB,300.71,315.59,785.70 +11695790,Fund Gavi's Music,Music,Music,USD,2016-07-17,200.00,2016-06-17 07:10:47,349.00,successful,19,US,344.00,349.00,200.00 +"116958518,""Oni x Fox- Volume 1 """"Soldier Daze"""" Printed Edition"",Webcomics,Comics,USD,2017-05-25,750.00,2017-04-25 17:41:35,1589.00,successful,31,US,655.00,1589.00,750.00" +1169588135,Sing It Say It Tournament,Video Games,Games,USD,2013-06-13,9000.00,2013-05-14 19:42:23,25.00,failed,4,US,25.00,25.00,9000.00 +1169589548,Project Mila,Radio & Podcasts,Publishing,USD,2015-05-31,2000.00,2015-05-04 21:53:27,30.00,failed,3,US,30.00,30.00,2000.00 +"1169590657,""""""In Full Effect"""": RADIO RAHIM"",Hip-Hop,Music,USD,2012-04-04,6000.00,2012-03-05 03:12:52,617.00,failed,13,US,617.00,617.00,6000.00" +1169591455,Chicken Salad,Food,Food,USD,2014-08-09,10.00,2014-07-10 04:44:40,0.00,failed,0,US,0.00,0.00,10.00 +1169591703,VIRTUAL POWER PLANT - Renewable Energy & Cooling,Technology,Technology,USD,2013-02-11,65000.00,2013-01-19 19:58:17,374.00,failed,11,US,374.00,374.00,65000.00 +1169596785,4De Estreets,Apps,Technology,GBP,2015-01-31,30000.00,2014-12-15 23:15:37,12.00,failed,3,GB,18.86,18.38,45953.77 +1169599507,Amess Music,World Music,Music,USD,2016-03-08,3000.00,2016-02-01 16:45:25,3053.00,successful,16,US,3053.00,3053.00,3000.00 +1169601694,The Lev Aronson Project,Classical Music,Music,USD,2012-07-05,15000.00,2012-05-21 22:11:05,15157.00,successful,86,US,15157.00,15157.00,15000.00 +1169620931,Pacific Standard Time: setting a new standard in timepieces,Product Design,Design,USD,2016-03-11,45000.00,2016-01-26 16:10:53,13952.00,canceled,58,US,13952.00,13952.00,45000.00 +"1169638059,""The Pappy """"Gube"""" Beaver Story"",Documentary,Film & Video,USD,2011-10-15,4000.00,2011-09-14 00:20:09,1300.00,failed,28,US,1300.00,1300.00,4000.00" +1169640689,Two Stroke MotoCafe needs to grow!,Spaces,Food,USD,2017-10-08,5000.00,2017-09-14 07:04:43,8289.00,successful,100,US,1822.00,8289.00,5000.00 +1169644948,One Man in Ten Million,Fiction,Publishing,USD,2016-11-26,5000.00,2016-10-27 19:12:13,35.00,failed,1,US,35.00,35.00,5000.00 +116964770,The Bohemian Cabin Cookbook- Join in the nomadic magic!,Food,Food,USD,2014-05-13,8000.00,2014-04-11 18:11:56,200.00,failed,4,US,200.00,200.00,8000.00 +1169657609,Heart Seashells,Crafts,Crafts,USD,2017-07-25,3000.00,2017-05-26 23:24:48,52.00,failed,3,US,0.00,52.00,3000.00 +"1169661262,""RAW: Austin Presents... The3rdHerb @ """"HOLIDAY RAWk""""!"",Art,Art,USD,2012-12-02,300.00,2012-11-14 03:39:45,0.00,failed,0,US,0.00,0.00,300.00" +1169663150,This is the Silence Music video Recording,Rock,Music,CAD,2017-11-09,2000.00,2017-10-26 02:16:44,2505.00,successful,41,CA,149.77,1977.11,1578.53 +1169676246,Small Biz Film Project: A Make-umentary (Canceled),Documentary,Film & Video,USD,2013-06-06,20000.00,2013-05-07 06:03:02,7533.00,canceled,80,US,7533.00,7533.00,20000.00 +1169681745,What Really Happened? (A humorous look at history),Fiction,Publishing,USD,2011-06-15,1200.00,2011-05-16 23:24:32,0.00,failed,0,US,0.00,0.00,1200.00 +1169687729,BREAKING A MONSTER a film about the band Unlocking The Truth,Documentary,Film & Video,USD,2016-04-29,55000.00,2016-03-30 20:44:25,55201.52,successful,325,US,55201.52,55201.52,55000.00 +1169690691,KUNST ... und [:] Punkt,Film & Video,Film & Video,EUR,2018-01-16,30000.00,2017-11-17 08:09:21,1210.00,live,5,AT,1354.37,1468.57,36410.86 +"1169695489,""KUNG FU SWAGGA! #1: """"Welcome 2 Brickhaven"""" (Canceled)"",Comics,Comics,USD,2012-10-13,3000.00,2012-09-13 20:09:16,441.00,canceled,32,US,441.00,441.00,3000.00" +116969700,Retrocade,Video Games,Games,USD,2016-06-11,80000.00,2016-05-12 01:41:01,37.00,failed,4,US,37.00,37.00,80000.00 +1169701109,Revelation (Canceled),Video Games,Games,USD,2013-05-01,450000.00,2013-03-28 23:33:27,2148.00,canceled,56,US,2148.00,2148.00,450000.00 +1169703299,PowerSlut- The Second Coming!,Rock,Music,USD,2016-02-24,2000.00,2016-01-25 15:57:29,2873.85,successful,83,US,2873.85,2873.85,2000.00 +1169711787,Paintings for HGTV DESIGN STAR Portfolio,Painting,Art,USD,2011-07-11,2000.00,2011-05-02 00:49:15,0.00,failed,0,US,0.00,0.00,2000.00 +1169712921,Meme Shirts and Meme Products,Art,Art,USD,2016-07-21,5000.00,2016-06-21 17:16:16,25.00,failed,3,US,20.00,25.00,5000.00 +1169716916,The Experience of My Lifetime,Photography,Photography,USD,2011-12-29,400.00,2011-11-29 03:03:51,20.00,failed,2,US,20.00,20.00,400.00 +"1169724383,""Elements of Culture, Inheritants"",Performance Art,Art,USD,2012-03-16,3000.00,2012-02-20 20:02:11,350.00,failed,5,US,350.00,350.00,3000.00" +1169733430,John Oven: Over 'Master's (the) Past' - 7 inch,Music,Music,USD,2011-11-13,1080.00,2011-10-08 05:41:01,681.00,failed,22,US,681.00,681.00,1080.00 +1169735410,WeatherDay,Software,Technology,NZD,2014-10-04,10000.00,2014-08-05 02:41:07,75.00,failed,2,NZ,63.83,58.63,7817.39 +1169743735,Color Me Sad: A Coloring Book of Melancholy Artists,Illustration,Art,USD,2015-07-15,500.00,2015-06-15 22:15:20,688.00,successful,20,US,688.00,688.00,500.00 +1169744690,Camper Enamel Pin,Accessories,Fashion,USD,2017-09-26,350.00,2017-09-11 17:57:41,379.00,successful,21,US,55.00,379.00,350.00 +1169757218,The National Food Truck: Twelve,Food Trucks,Food,USD,2014-05-31,30000.00,2014-04-26 19:58:17,960.00,failed,11,US,960.00,960.00,30000.00 +1169762357,ARMUSELI Original Artist Signed Fashion Accessories,Apparel,Fashion,EUR,2015-11-22,8000.00,2015-10-29 22:19:29,1497.00,failed,12,ES,1651.69,1583.83,8464.00 +116976972,Bambii: A Sad Girl Dance Party,Immersive,Theater,USD,2016-06-19,500.00,2016-06-04 23:15:03,600.00,successful,14,US,600.00,600.00,500.00 +1169770545,spinning top,Design,Design,USD,2015-06-15,500.00,2015-05-16 01:53:19,962.00,successful,34,US,962.00,962.00,500.00 +1169778298,Julianne - a short film,Narrative Film,Film & Video,USD,2015-08-20,32000.00,2015-07-21 17:48:36,32058.00,successful,159,US,32058.00,32058.00,32000.00 +1169778720,'Cadence' - A Short Film,Shorts,Film & Video,USD,2011-02-02,200.00,2011-01-03 09:20:25,245.00,successful,11,US,245.00,245.00,200.00 +"1169781028,""Christian Roots Reggae Debut Album Produced by """"Christafari"""""",World Music,Music,USD,2012-01-21,7500.00,2011-12-22 07:47:41,180.00,failed,5,US,180.00,180.00,7500.00" +1169781701,The Re-Potting Table,Product Design,Design,USD,2011-07-23,10000.00,2011-05-24 05:36:30,5.00,failed,1,US,5.00,5.00,10000.00 +1169783004,Dennis & Sons Sunglasses: Quality Without The Cost,Accessories,Fashion,AUD,2017-05-31,5000.00,2017-05-01 12:56:11,875.00,failed,23,AU,175.99,646.85,3696.31 +1169787951,The Siblings Trouble,Tabletop Games,Games,USD,2015-05-13,18000.00,2015-04-14 15:00:23,26275.00,successful,657,US,26275.00,26275.00,18000.00 +1169794714,The Legacy of Avril Kyte,Film & Video,Film & Video,USD,2014-01-11,750000.00,2013-11-27 21:00:29,430.00,canceled,4,US,430.00,430.00,750000.00 +1169794904,Coral Art,Sculpture,Art,USD,2015-01-30,12000.00,2014-12-31 15:54:58,353.00,failed,3,US,353.00,353.00,12000.00 +1169795590,Octopuses of Great Literature,Comics,Comics,USD,2017-03-15,48.00,2017-03-08 01:40:34,440.00,successful,32,US,212.00,440.00,48.00 +1169795766,Portland writer dreams of Dream Police,Fiction,Publishing,USD,2015-04-22,10000.00,2015-03-13 15:45:42,11270.00,successful,195,US,11270.00,11270.00,10000.00 +1169800037,Seasons of Change EP + music video,Faith,Music,GBP,2016-06-06,3575.00,2016-05-02 08:04:08,775.00,failed,28,GB,1132.35,1116.28,5149.29 +1169804818,Alien Asteroid Attack,Mobile Games,Games,USD,2015-01-31,45000.00,2014-12-17 17:18:47,116.00,failed,3,US,116.00,116.00,45000.00 +116980726,Tkellthekid,Music,Music,USD,2016-11-20,1200.00,2016-09-21 19:56:36,1.00,failed,1,US,0.00,1.00,1200.00 +1169809942,Lick My Assise!,Product Design,Design,USD,2015-10-30,50000.00,2015-09-30 16:28:05,300.00,failed,2,US,300.00,300.00,50000.00 +"1169810308,""REMOD | Redefining Watchband, WatchStrap & Bracelet"",Product Design,Design,GBP,2016-12-07,25000.00,2016-11-02 16:07:23,7707.80,failed,134,GB,8330.95,9696.44,31450.10" +1169813359,Poorcraft: A Comic Book Guide to Frugal Urban and Suburban Living!,Comics,Comics,USD,2009-12-21,6000.00,2009-10-16 07:12:22,13606.31,successful,703,US,13606.31,13606.31,6000.00 +1169814395,Prymal: The Jungle Girl,Comics,Comics,USD,2012-09-04,10000.00,2012-07-06 02:56:31,652.04,failed,23,US,652.04,652.04,10000.00 +1169819392,The Dandelion King: Love and Loss Waiting in the Gas Line.,Graphic Novels,Comics,USD,2014-11-09,2000.00,2014-10-10 20:13:11,3361.00,successful,60,US,3361.00,3361.00,2000.00 +1169828263,Naturally Flavored Green Tea Frappe/Latte Mix,Food,Food,USD,2014-09-24,30000.00,2014-08-15 02:22:38,238.00,failed,11,US,238.00,238.00,30000.00 +1169842677,Ten-Four Clothing,Apparel,Fashion,USD,2017-10-10,30000.00,2017-09-10 18:31:10,2543.00,failed,25,US,10.00,2543.00,30000.00 +116985081,2016 Calendar of San Diego Landscape & Fine Art Photography,Fine Art,Photography,USD,2015-10-01,1900.00,2015-09-21 23:49:41,6279.00,successful,130,US,6279.00,6279.00,1900.00 +1169852621,THE SUPERNATURALISTS graphic novel,Comics,Comics,USD,2013-09-13,8000.00,2013-08-14 00:24:37,7053.00,failed,117,US,7053.00,7053.00,8000.00 +1169856029,Find Kim Jung Un!,Publishing,Publishing,USD,2014-10-28,10000.00,2014-10-13 05:30:30,0.00,failed,0,US,0.00,0.00,10000.00 +1169861817,I AM DIVINE wants MONEY!!,Documentary,Film & Video,USD,2012-10-20,40000.00,2012-09-21 18:00:15,51840.66,successful,998,US,51840.66,51840.66,40000.00 +116986201,Izzy's Smokehouse,Food,Food,USD,2015-03-27,20000.00,2015-02-25 15:48:25,1.00,failed,1,US,1.00,1.00,20000.00 +1169867758,No MakeUp Series Photo Book,Photography,Photography,USD,2014-03-14,8500.00,2014-01-23 05:03:51,2174.00,failed,38,US,2174.00,2174.00,8500.00 +1169870788,Haggis & Ross Clan deck,Tabletop Games,Games,USD,2013-06-26,10000.00,2013-06-13 00:47:06,16410.50,successful,811,US,16410.50,16410.50,10000.00 +1169874505,Direct Gig Recordings & Live Streaming,Rock,Music,GBP,2014-11-24,5000.00,2014-11-06 19:52:58,0.00,failed,0,GB,0.00,0.00,7847.94 +1169878226,Satori Foods goes to the source!,Small Batch,Food,USD,2017-12-08,2500.00,2017-11-08 02:26:46,2635.00,successful,29,US,0.00,2635.00,2500.00 +1169882738,Nimbus 2.0:The World's first Smart Towel Rack (Suspended),Hardware,Technology,AUD,2015-10-04,500.00,2015-09-04 14:48:59,7490.00,suspended,38,AU,5257.25,5489.59,366.46 +1169882740,Blueberry Pancakes For All,Small Batch,Food,USD,2014-08-24,50.00,2014-07-25 00:52:01,2.00,failed,2,US,2.00,2.00,50.00 +1169891265,Jamming the Blues,Nonfiction,Publishing,USD,2012-07-27,3000.00,2012-06-27 00:53:06,1065.00,failed,19,US,1065.00,1065.00,3000.00 +"1169893267,""""""Not Alone"""" Feature Film"",Film & Video,Film & Video,USD,2012-05-30,2400.25,2012-04-27 17:02:48,50.00,failed,2,US,50.00,50.00,2400.25" +1169899887,Joyful Oyster - Local Handmade Goods,Technology,Technology,USD,2011-11-30,2000.00,2011-11-15 04:17:07,0.00,failed,0,US,0.00,0.00,2000.00 +1169901750,PLASTIC MAN JEWEL.... a Jewel for a Thousand of Memories!,Design,Design,EUR,2015-12-03,10000.00,2015-11-03 17:54:20,80.00,failed,4,IT,88.24,87.22,10902.03 +1169904081,The Search for the PERFECT Chocolate Chip Cookie Recipe,Food,Food,USD,2014-08-10,150.00,2014-07-11 17:37:00,15.00,failed,2,US,15.00,15.00,150.00 +1169904340,Plugfones - Bluetooth Earplug Headphones - Music Calls Quiet,Sound,Technology,USD,2016-05-13,35000.00,2016-03-29 11:46:32,427247.50,successful,4851,US,427247.50,427247.50,35000.00 +"1169904787,""1 Part Art, 1 Part Tee: Artisan Micro-run Shirts (Canceled)"",Design,Design,USD,2011-10-17,4800.00,2011-09-17 18:46:44,175.00,canceled,3,US,175.00,175.00,4800.00" +1169916148,my first ever art exhibition,Painting,Art,CAD,2018-01-03,10000.00,2017-11-04 00:22:03,0.00,live,0,CA,7.79,0.00,7993.61 +1169917657,Theodore Treehouse's 1st Studio Album!,Indie Rock,Music,USD,2010-10-23,2100.00,2010-09-13 23:56:07,2131.00,successful,59,US,2131.00,2131.00,2100.00 +1169923994,EZDUVET-THE WORLD BEST DUVET COVER (Canceled),Design,Design,USD,2016-03-02,35000.00,2016-01-12 19:00:26,2464.00,canceled,27,US,2464.00,2464.00,35000.00 +1169936093,PurePetpdx,Food,Food,USD,2017-02-23,1000.00,2017-01-24 06:00:29,25.00,failed,1,US,25.00,25.00,1000.00 +1169936444,Help Rey de Noches reach its full potential.,Young Adult,Publishing,USD,2017-03-28,1500.00,2017-02-26 12:44:55,0.00,failed,0,US,0.00,0.00,1500.00 +1169940629,Ruin Greg's Instagram (Suspended),Mixed Media,Art,USD,2015-04-06,360.00,2015-03-07 02:00:30,1.00,suspended,1,US,1.00,1.00,360.00 +1169945964,Rose Raft Artists and Musicians Residency,Art,Art,USD,2016-05-29,15000.00,2016-04-28 19:53:24,16075.84,successful,221,US,16075.84,16075.84,15000.00 +1169954636,Mzm Theatre,Technology,Technology,CAD,2015-12-29,50000.00,2015-11-24 18:48:44,40.00,canceled,1,CA,29.89,28.81,36012.68 +1169955281,Troy Horne - Monsters Inside My Head - Music CD,Pop,Music,USD,2013-03-12,17000.00,2013-01-11 08:36:27,17865.00,successful,156,US,17865.00,17865.00,17000.00 +1169956436,Anarchy mini series,Digital Art,Art,USD,2015-12-12,4500.00,2015-10-28 01:07:57,0.00,failed,0,US,0.00,0.00,4500.00 +1169957348,Brewing great coffee at home with simple equipment,Food,Food,CAD,2016-09-06,2000.00,2016-07-08 18:33:14,60.00,failed,2,CA,38.53,46.31,1543.57 +1169957661,Divorce! The Game,Tabletop Games,Games,USD,2014-09-27,5000.00,2014-08-28 16:00:24,16812.56,successful,660,US,16812.56,16812.56,5000.00 +"1169962264,""""""Darkwood"""" - A Concept Album"",Rock,Music,USD,2012-11-29,10000.00,2012-10-30 01:25:12,502.00,failed,8,US,502.00,502.00,10000.00" +116997751,Not So Glamorous,Webseries,Film & Video,USD,2012-10-15,4000.00,2012-09-15 01:31:51,0.00,failed,0,US,0.00,0.00,4000.00 +1169979421,Dream film project seeks aide in becoming a reality!,Film & Video,Film & Video,USD,2010-09-17,2000.00,2010-08-18 01:38:49,50.00,failed,1,US,50.00,50.00,2000.00 +1169980861,Hazard (Canceled),Comics,Comics,AUD,2014-05-19,2600.00,2014-04-19 02:32:41,479.00,canceled,19,AU,449.12,441.68,2397.42 +1169990721,Autism and Disposable camera,People,Photography,GBP,2015-03-11,100.00,2015-02-09 18:29:02,204.00,successful,17,GB,310.92,301.53,147.81 +1169992760,H2 eco Hydrogen Team,Technology,Technology,EUR,2017-06-28,100.00,2017-06-13 19:37:24,110.00,successful,7,NL,50.43,125.53,114.12 +1169992799,Meso The Last Stormchaser,Playing Cards,Games,CAD,2017-05-03,5000.00,2017-04-03 23:53:47,1545.00,failed,27,CA,105.12,1121.92,3630.82 +1169999149,BlackRoom,Apps,Technology,EUR,2017-09-08,10000.00,2017-08-06 14:13:06,1098.00,failed,4,FR,54.16,1324.18,12059.96 +1170002467,teens in cosplay,People,Photography,USD,2015-02-14,9000.00,2015-01-28 03:50:48,0.00,failed,0,US,0.00,0.00,9000.00 +1170004530,Cubetto - Hands on coding for ages 3 and up,Hardware,Technology,USD,2016-04-07,100000.00,2016-03-08 11:51:13,1596457.66,successful,6553,US,1596457.66,1596457.66,100000.00 +1170010502,The Revolution of Ideas,Journalism,Journalism,USD,2011-08-31,3500.00,2011-06-02 00:07:55,60.00,failed,3,US,60.00,60.00,3500.00 +117001476,LockJaw: The world's only anti-theft trailer coupler,Product Design,Design,USD,2017-06-20,25000.00,2017-05-16 17:54:07,143.00,canceled,1,US,0.00,143.00,25000.00 +1170020747,XiStera - 8 functions for iPhone 5 in the palm of your hand.,Product Design,Design,USD,2013-06-09,19000.00,2013-05-09 07:24:43,66296.50,successful,1021,US,66296.50,66296.50,19000.00 +1170027104,Devoto: Music in Hell—Volume 1 in Print,Webcomics,Comics,USD,2014-08-08,725.00,2014-07-09 22:05:48,8094.68,successful,148,US,8094.68,8094.68,725.00 +1170030240,TCOM 2-part motion picture screenplay series,Science Fiction,Film & Video,USD,2015-04-19,1870.00,2015-03-20 00:16:14,0.00,failed,0,US,0.00,0.00,1870.00 +1170035111,Design & Photo Student Exhibition,Graphic Design,Design,USD,2013-11-22,500.00,2013-10-23 15:23:40,1513.00,successful,43,US,1513.00,1513.00,500.00 +1170035792,One Be Lo - Live in Las Vegas (DVD),Documentary,Film & Video,USD,2009-07-05,2500.00,2009-06-19 08:57:38,20.00,failed,1,US,20.00,20.00,2500.00 +1170045171,PERSEPHONE (pictures at the end of the world),Film & Video,Film & Video,USD,2015-05-31,25000.00,2015-05-01 18:14:39,34125.00,successful,158,US,34125.00,34125.00,25000.00 +1170063146,Town of Misfortune,Tabletop Games,Games,USD,2011-08-21,1500.00,2011-06-22 15:35:41,300.00,failed,7,US,300.00,300.00,1500.00 +1170065104,Bronx Music Festival,Hip-Hop,Music,USD,2015-10-01,3000.00,2015-09-19 17:13:12,1.00,failed,1,US,1.00,1.00,3000.00 +1170066232,The Bondz Initiative (Empowering Communities),Apparel,Fashion,USD,2017-05-28,2500.00,2017-04-28 20:19:28,0.00,failed,0,US,0.00,0.00,2500.00 +1170072152,Tied by Blood (Working title),Fiction,Publishing,USD,2016-02-04,7500.00,2016-01-05 19:50:02,0.00,failed,0,US,0.00,0.00,7500.00 +117007232,Desert Myth Film Project,Horror,Film & Video,USD,2017-10-15,3000.00,2017-09-25 20:24:12,100.00,failed,2,US,0.00,100.00,3000.00 +"117007400,""Eco: """"One Big Task, Three Small Tasks"""" Productivity System"",Product Design,Design,SGD,2017-07-11,5000.00,2017-06-05 15:59:22,7449.00,successful,247,SG,869.91,5421.40,3639.01" +1170074160,Rocks & Gravel Coffee: Organic Eco-Roasts To Your Door,Food,Food,USD,2014-02-21,20000.00,2014-01-07 03:51:32,28670.00,successful,363,US,28670.00,28670.00,20000.00 +1170081222,Building KNNZ-FM,Indie Rock,Music,USD,2012-06-04,15000.00,2012-04-20 23:44:37,475.00,failed,10,US,475.00,475.00,15000.00 +1170083137,Base Raiders:The Superpowered Dungeon Crawling RPG,Tabletop Games,Games,USD,2012-11-25,6000.00,2012-10-19 02:48:38,14110.16,successful,427,US,14110.16,14110.16,6000.00 +1170091343,Lettstry something new!,Web,Technology,USD,2015-05-05,1000.00,2015-04-05 08:41:47,0.00,failed,0,US,0.00,0.00,1000.00 +"1170092573,""From My Heart.....a Hip Hop/R&B album of """"innocent romance""""!"",Hip-Hop,Music,USD,2011-10-16,2000.00,2011-09-09 05:33:41,85.00,failed,4,US,85.00,85.00,2000.00" +1170094669,Be Patient Clothing,Childrenswear,Fashion,USD,2015-11-19,7500.00,2015-10-20 04:03:07,615.00,failed,12,US,615.00,615.00,7500.00 +1170096518,Wedding Stuff and Things,Crafts,Crafts,USD,2015-01-04,10000.00,2014-12-05 23:23:47,0.00,failed,0,US,0.00,0.00,10000.00 +11700967,Subject Matter,Dance,Dance,USD,2012-03-11,5000.00,2012-02-10 13:23:22,5300.00,successful,162,US,5300.00,5300.00,5000.00 +1170125078,Puerto Rico Hurricane Rescue,Music,Music,USD,2017-11-01,100000.00,2017-10-02 20:30:27,0.00,suspended,0,US,0.00,0.00,100000.00 +1170125121,Evil Spares None,Tabletop Games,Games,USD,2012-10-04,5000.00,2012-08-20 06:09:32,15102.09,successful,318,US,15102.09,15102.09,5000.00 +1170128640,An honourable poem set to film - used at military funerals,Narrative Film,Film & Video,AUD,2015-05-15,19684.00,2015-04-10 04:23:55,0.00,failed,0,AU,0.00,0.00,15748.46 +1170136811,Lori Margaret's Writing Residency in Turkey,Narrative Film,Film & Video,USD,2013-08-18,3000.00,2013-07-24 03:18:31,4215.00,successful,44,US,4215.00,4215.00,3000.00 +"1170150175,""New Album: King Cataract, by Wire Faces"",Rock,Music,USD,2013-01-26,5000.00,2012-12-27 19:15:54,6970.00,successful,135,US,6970.00,6970.00,5000.00" +1170164678,K9 Nutriment- Holistic Pet Magazine,Journalism,Journalism,CAD,2017-08-01,8000.00,2017-06-02 20:25:15,80.00,canceled,1,CA,59.27,63.63,6363.35 +"1170166371,""ALL DEAD debut 7"""" vinyl!"",Music,Music,USD,2012-07-10,1000.00,2012-06-10 16:42:24,206.00,failed,13,US,206.00,206.00,1000.00" +1170166839,Kangaroo Cups: A better anti-spill cup,Product Design,Design,USD,2014-07-08,25000.00,2014-05-09 18:29:41,62053.00,successful,1843,US,62053.00,62053.00,25000.00 +1170169087,469 New York Subway T-Shirts + Posters (Canceled),Graphic Design,Design,AUD,2016-07-17,5000.00,2016-06-17 06:23:41,40.00,canceled,2,AU,29.56,29.94,3741.95 +1170170382,NFire 1 - Worlds First Truly Modular 3D Printer,3D Printing,Technology,GBP,2015-09-07,30000.00,2015-08-05 19:13:35,31794.00,successful,75,GB,49585.69,49036.06,46269.16 +117017579,Forty Shades of Greene,Film & Video,Film & Video,USD,2014-03-21,1404040.00,2014-02-19 20:27:46,1.00,failed,1,US,1.00,1.00,1404040.00 +1170177388,Afghanistan: Through A Soldier's Eyes,Nonfiction,Publishing,USD,2014-01-03,7500.00,2013-12-04 04:25:42,8426.00,successful,94,US,8426.00,8426.00,7500.00 +1170179197,Cushitepedia – A free online encyclopedia of Nubian History,Literary Journals,Publishing,USD,2017-02-12,300000.00,2017-01-13 15:40:15,100.00,failed,1,US,100.00,100.00,300000.00 +1170184873,Flashes Of Love,People,Photography,USD,2016-02-05,16000.00,2015-12-07 22:56:21,50.00,failed,2,US,50.00,50.00,16000.00 +1170188600,Please Pick Project,Community Gardens,Food,USD,2015-04-16,1500.00,2015-04-01 01:34:27,1708.00,successful,47,US,1708.00,1708.00,1500.00 +1170191569,The Brave Adventures of Captain Courage,Children's Books,Publishing,USD,2012-06-08,7500.00,2012-04-09 15:40:26,8670.00,successful,52,US,8670.00,8670.00,7500.00 +"117019513,""The SpilliNator - Splash-Free Coffee & Tea """"On-the-Go!"""""",Gadgets,Technology,USD,2014-07-18,32000.00,2014-06-03 10:32:46,32347.00,successful,50,US,32347.00,32347.00,32000.00" +1170229538,Dragon Crescent LARP,Live Games,Games,USD,2015-06-29,5000.00,2015-04-30 03:03:18,1.00,failed,1,US,1.00,1.00,5000.00 +1170233509,Mating in Captivity: A Memoir,Nonfiction,Publishing,USD,2017-04-10,16000.00,2017-03-11 12:45:51,16149.00,successful,135,US,710.00,16149.00,16000.00 +"1170234414,""""""Razia's Shadow"""" - A New Rock Opera at Playhouse 22"",Theater,Theater,USD,2011-07-16,1000.00,2011-06-30 02:58:49,1271.00,successful,35,US,1271.00,1271.00,1000.00" +1170236493,Hang Up - Wall Organizer (Canceled),Product Design,Design,USD,2012-06-12,7500.00,2012-05-13 14:22:00,2013.00,canceled,26,US,2013.00,2013.00,7500.00 +1170242700,The World needs a Cthulhu Bronze Statue,Art,Art,GBP,2017-07-28,85000.00,2017-06-28 13:15:46,670.00,canceled,5,GB,763.66,877.37,111307.54 +1170249018,The Story of Kokoro,Comics,Comics,USD,2011-12-05,2500.00,2011-10-06 01:33:00,51.00,failed,2,US,51.00,51.00,2500.00 +117024959,Synopses: An artists' book of found film synopses,Art Books,Publishing,CAD,2013-10-26,3500.00,2013-09-26 15:08:51,3550.00,successful,33,CA,3446.88,3404.62,3356.67 +1170250419,Lead A Horse To Water (Canceled),Film & Video,Film & Video,USD,2016-06-01,43000.00,2016-04-14 23:26:18,8030.00,canceled,43,US,8030.00,8030.00,43000.00 +1170253332,Supershapes,Technology,Technology,USD,2015-08-09,5000.00,2015-07-02 20:07:17,68.00,failed,2,US,68.00,68.00,5000.00 +1170255136,Squangey Bobbins - Electric Vinyl,Music,Music,GBP,2017-10-09,250.00,2017-08-11 12:30:05,301.00,successful,25,GB,144.27,399.51,331.82 +1170256560,The Bridge Master's Daughter,Documentary,Film & Video,USD,2017-03-31,18000.00,2017-03-01 18:34:05,19027.34,successful,152,US,2145.00,19027.34,18000.00 +1170260546,Bring Magic to The Cloak & Blaster Gaming Pub for Geeks!,Games,Games,USD,2013-11-21,15000.00,2013-10-22 21:31:52,32686.55,successful,371,US,32686.55,32686.55,15000.00 +1170263731,CONVERSATIONS w/ MY EX,Webseries,Film & Video,USD,2013-05-01,3000.00,2013-03-12 16:50:33,4045.00,successful,51,US,4045.00,4045.00,3000.00 +"1170269074,""""""Georgia and Nathan"""" Graphic Novel"",Graphic Novels,Comics,USD,2015-03-16,50000.00,2015-01-15 22:00:24,0.00,failed,0,US,0.00,0.00,50000.00" +1170269896,Men of Valor Women of Virtue:Clothing Jewelry & Accessories,Fashion,Fashion,USD,2015-04-25,1000.00,2015-03-25 23:16:37,32.00,failed,1,US,32.00,32.00,1000.00 +1170270244,WalkJogRun Running Routes Android App,Technology,Technology,USD,2012-06-02,30000.00,2012-04-03 22:22:21,698.00,failed,39,US,698.00,698.00,30000.00 +1170278690,THE STRANGER'S KISS - A Short Film Noir,Shorts,Film & Video,USD,2010-10-23,7500.00,2010-10-01 18:09:36,8800.39,successful,47,US,8800.39,8800.39,7500.00 +"117028735,""Let's Bring our Rock/Pop Album """"Masquerade"""" Home! (Canceled)"",Rock,Music,USD,2011-02-19,1000.00,2011-01-29 07:53:45,0.00,canceled,0,US,0.00,0.00,1000.00" +1170302851,Developing a Startup Hub in Historical Fayetteville Landmark,Makerspaces,Technology,USD,2015-06-19,25000.00,2015-05-05 21:49:19,945.00,failed,14,US,945.00,945.00,25000.00 +1170310497,Resonating Meditation Platform,Sound,Technology,USD,2016-11-07,35000.00,2016-09-18 01:34:50,10560.00,failed,22,US,1016.00,10560.00,35000.00 +1170310824,Hop on the Bandwagon!,Country & Folk,Music,USD,2011-06-23,2100.00,2011-06-01 18:01:55,2175.40,successful,70,US,2175.40,2175.40,2100.00 +1170312977,Faces and Figures,Mixed Media,Art,USD,2015-02-28,1250.00,2015-01-29 00:32:33,865.00,failed,21,US,865.00,865.00,1250.00 +1170314262,Eugene Coffee Company's Shop/Barista School's New Home,Food,Food,USD,2013-08-30,15000.00,2013-08-15 03:57:53,6762.00,failed,88,US,6762.00,6762.00,15000.00 +"1170321618,""Who Wants A Sno-Cone? | Penguin Sno Cone Co. Greenville, SC"",Food,Food,USD,2015-03-27,2500.00,2015-03-06 22:05:24,755.00,failed,26,US,755.00,755.00,2500.00" +1170324702,IPSUM SOFTWARE,Software,Technology,EUR,2016-07-28,100000.00,2016-06-28 16:57:15,0.00,failed,0,FR,0.00,0.00,111129.63 +1170328899,Documenting the baseball dream,Publishing,Publishing,USD,2014-08-10,1200.00,2014-07-11 21:18:09,26.00,failed,2,US,26.00,26.00,1200.00 +"1170333827,""CWANS: The Game ? """"Coachella with Andy 'n' Shane"""" (Canceled)"",Tabletop Games,Games,USD,2013-06-02,1500.00,2013-04-18 01:03:35,0.00,canceled,0,US,0.00,0.00,1500.00" +1170335415,The Tree: The definitive Christmas Tree!,Sculpture,Art,EUR,2016-08-25,5000.00,2016-07-26 12:38:38,271.00,failed,9,ES,5.49,305.96,5645.00 +1170340122,Rolling with Virgil - A Music Film feat. The Dirty Urchins,Narrative Film,Film & Video,USD,2014-06-28,70000.00,2014-05-28 03:47:45,25331.60,failed,225,US,25331.60,25331.60,70000.00 +1170344283,My Journey,Faith,Music,USD,2017-07-20,3500.00,2017-06-20 20:04:40,430.00,failed,18,US,10.00,430.00,3500.00 +1170348779,GoTrain,Apps,Technology,GBP,2014-11-28,15000.00,2014-10-28 02:02:34,641.00,failed,14,GB,1031.31,1006.11,23543.82 +"1170362696,""A Short Film called """"Goodbye Stranger"""""",Video Art,Art,USD,2017-03-16,2000.00,2017-01-15 19:47:04,27.00,canceled,1,US,27.00,27.00,2000.00" +1170363987,Curious Comedy's Remodel & Technical Equipment Upgrade,Spaces,Theater,USD,2016-10-13,25000.00,2016-09-14 09:22:31,27600.20,successful,265,US,50.00,27600.20,25000.00 +1170365333,After Standing: A story on sobriety and redefining self,Video,Journalism,USD,2016-11-20,2000.00,2016-09-21 16:48:27,2542.00,successful,45,US,320.00,2542.00,2000.00 +1170368393,Panzer Grounds,Video Games,Games,EUR,2015-07-02,250000.00,2015-05-28 20:47:46,2046.00,failed,41,FR,2225.24,2270.23,277398.67 +1170369663,Patch - A novel that sheds a light on a growing epidemic known as teenage bullying ,Children's Books,Publishing,USD,2010-04-12,7000.00,2010-01-12 06:04:29,0.00,failed,0,US,0.00,0.00,7000.00 +1170376056,JOE & CO PREMIUM DENIM 'THE WORKERS PROJECT' MADE IN ENGLAND,Apparel,Fashion,GBP,2016-11-06,10000.00,2016-10-07 16:14:05,1990.00,failed,16,GB,986.76,2519.24,12659.51 +1170377310,Wilted Green,Playing Cards,Games,USD,2016-05-25,4000.00,2016-04-25 16:04:44,6689.00,successful,170,US,6689.00,6689.00,4000.00 +1170380109,Cake Spinners,Crafts,Crafts,USD,2017-11-11,4000.00,2017-11-06 07:04:36,35.00,failed,2,US,25.00,35.00,4000.00 +1170387538,Something is afoot at the Diabolical Brewery!,Food,Food,AUD,2014-10-29,20000.00,2014-09-29 12:21:17,952.00,failed,11,AU,834.62,836.78,17579.33 +1170400404,BEWARE MADAME LA GUILLOTINE! An Interactive StoryApp Tour,Mixed Media,Art,USD,2011-09-14,5000.00,2011-06-16 18:44:57,6000.00,successful,56,US,6000.00,6000.00,5000.00 +1170400517,Carry Young Bloods across the country...,Rock,Music,USD,2011-10-31,1575.00,2011-09-11 21:45:40,85.00,failed,3,US,85.00,85.00,1575.00 +1170404868,Your Own Personal Weather Forecaster,Crochet,Crafts,CAD,2017-09-15,100.00,2017-08-31 21:57:14,0.00,canceled,0,CA,0.00,0.00,82.39 +1170407257,Regent: Political Despotism Card Game,Tabletop Games,Games,USD,2017-07-04,2000.00,2017-05-30 19:28:40,260.00,failed,13,US,65.00,260.00,2000.00 +1170409096,The Haunting of Sunshine Girl Horror Feature Film,Narrative Film,Film & Video,USD,2013-06-15,38225.00,2013-05-18 22:34:36,2873.49,failed,130,US,2873.49,2873.49,38225.00 +1170412593,The Solifuge Owners Manual (Canceled),Comics,Comics,NZD,2014-01-12,8000.00,2013-11-13 00:26:28,10.00,canceled,1,NZ,8.29,8.26,6608.84 +1170427003,Cannabis Flower Olfactory Chart Serving Tray,Design,Design,USD,2015-12-14,500.00,2015-11-19 07:01:23,1089.00,successful,36,US,1089.00,1089.00,500.00 +1170427434,Fog of Love - romantic comedy as a board game,Tabletop Games,Games,USD,2016-04-03,25000.00,2016-02-14 14:34:58,162908.52,successful,3625,US,162908.52,162908.52,25000.00 +1170434545,Makersmiths 2.0,Makerspaces,Technology,USD,2016-07-22,45000.00,2016-05-23 20:34:55,16949.00,failed,65,US,8567.00,16949.00,45000.00 +1170442946,Color-Along Ukulele: A Method Book for People Drawn to Play,Children's Books,Publishing,USD,2015-04-02,4600.00,2015-02-27 04:27:06,6634.00,successful,147,US,6634.00,6634.00,4600.00 +1170443913,The Key Armory: Part II - SWORD SHAPED KEYS FOR YOUR HOME,Product Design,Design,USD,2017-02-16,10000.00,2017-01-17 19:04:35,32021.01,successful,1028,US,3894.00,32021.01,10000.00 +1170444589,Ide - Alcanza tus sueños,Apps,Technology,MXN,2017-04-15,10000.00,2017-03-16 18:09:24,1500.00,failed,5,MX,0.00,79.65,531.01 +1170450073,Tongue Napalm hot sauce,Food,Food,USD,2015-04-05,5000.00,2015-03-06 01:05:34,20.00,failed,1,US,20.00,20.00,5000.00 +1170451005,December Flower (Canceled),Drama,Film & Video,USD,2015-03-09,100000.00,2015-01-08 14:27:58,100.00,canceled,1,US,100.00,100.00,100000.00 +1170451299,Themes for a Road Trip Mixtape - a new book,Nonfiction,Publishing,USD,2012-11-03,4200.00,2012-10-04 20:47:12,4710.00,successful,118,US,4710.00,4710.00,4200.00 +1170454737,AZ Board Source Premium Cornhole Boards & Giant Size Games,Live Games,Games,USD,2016-04-13,10000.00,2016-02-13 20:05:23,317.00,failed,9,US,317.00,317.00,10000.00 +"1170460476,""Modest Denmark | Class, Modesty & Simplicity"",Jewelry,Fashion,DKK,2016-12-12,10000.00,2016-11-17 18:59:20,50.00,canceled,1,DK,0.00,7.02,1404.22" +1170460669,Thea 2: The Shattering,Video Games,Games,GBP,2017-10-17,40000.00,2017-09-18 02:35:20,51513.00,successful,1700,GB,11605.70,67926.84,52745.40 +1170467165,AEGIS 2186 - Defend mankind in this retro arcade shooter!,Video Games,Games,GBP,2017-03-23,2000.00,2017-02-21 15:46:53,148.00,failed,18,GB,54.65,184.66,2495.38 +1170469901,Thanks for Coming (Canceled),Pop,Music,USD,2014-10-29,40000.00,2014-09-29 19:00:43,520.00,canceled,6,US,520.00,520.00,40000.00 +1170471905,Once Apon A Time,Hip-Hop,Music,USD,2012-09-14,38000.00,2012-08-15 02:31:52,0.00,failed,0,US,0.00,0.00,38000.00 +1170476771,Retractable Safety Leash and Identification Tag System,Product Design,Design,USD,2017-06-25,30000.00,2017-05-16 02:35:55,30492.00,successful,126,US,442.00,30492.00,30000.00 +1170480495,Legend Of Zelda ~ Link Tote Bag (Canceled),Fashion,Fashion,GBP,2014-05-08,400.00,2014-04-07 10:04:41,144.00,canceled,8,GB,238.69,242.82,674.50 +1170482974,Get Stamps to SXSW & the Rock For Justice Tour!,Rock,Music,USD,2011-03-08,2750.00,2011-02-15 04:05:06,2925.69,successful,63,US,2925.69,2925.69,2750.00 +1170494966,a Family of Grave Diggers (Canceled),Video Games,Games,EUR,2015-08-09,6000.00,2015-07-11 18:07:55,174.00,canceled,20,FR,192.91,194.37,6702.56 +1170499547,Lust Control NEW CD!!!,Rock,Music,USD,2012-04-29,3000.00,2012-03-29 01:51:28,3226.00,successful,71,US,3226.00,3226.00,3000.00 +1170501633,New City Cap Co. Flex Fit Caps with New City Logos and Art,Apparel,Fashion,USD,2015-08-22,10000.00,2015-07-23 17:18:58,25.00,failed,1,US,25.00,25.00,10000.00 +1170504456,Songwriter Needs Help (Canceled),Country & Folk,Music,USD,2014-09-07,10000.00,2014-08-07 21:02:50,465.00,canceled,32,US,465.00,465.00,10000.00 +1170504546,Assisted Mobility | A Short Documentary Film,Documentary,Film & Video,USD,2016-12-21,1300.00,2016-11-21 22:56:28,1390.00,successful,23,US,320.00,1390.00,1300.00 +1170508372,Nursery Rhyme Posters,Painting,Art,USD,2012-12-10,750.00,2012-11-26 13:39:22,903.00,successful,15,US,903.00,903.00,750.00 +1170529825,Carbon Fiber Playing Cards + Stainless/mini brass (RELAUNCH),Playing Cards,Games,USD,2016-03-05,21000.00,2016-02-24 04:03:22,24056.00,successful,188,US,24056.00,24056.00,21000.00 +1170543169,Shiva's Mother (A Story),Fiction,Publishing,USD,2011-10-28,250.00,2011-10-14 23:24:56,616.00,successful,25,US,616.00,616.00,250.00 +1170554176,A Christian Woman's Journal,Nonfiction,Publishing,USD,2015-10-02,1000.00,2015-09-02 13:18:26,1100.00,successful,13,US,1100.00,1100.00,1000.00 +117055472,Brooklyn Gladiator,Comic Books,Comics,USD,2015-05-01,15000.00,2015-04-01 19:46:03,15042.00,successful,130,US,15042.00,15042.00,15000.00 +1170558233,Wise Man Fools Heart EP,Music,Music,USD,2017-05-25,3000.00,2017-04-15 01:55:01,3000.00,successful,30,US,595.00,3000.00,3000.00 +"1170561467,""Make 100 Reclaimed Copper Rings. Handmade, Naturally Colored"",Jewelry,Fashion,GBP,2017-02-22,800.00,2017-01-23 17:37:04,1420.00,successful,91,GB,434.35,1782.75,1004.37" +1170561934,Mi-Jay,Music,Music,USD,2015-07-04,20000.00,2015-05-05 01:32:44,1.00,failed,1,US,1.00,1.00,20000.00 +1170564209,One For The Road,Shorts,Film & Video,USD,2017-09-28,3000.00,2017-07-30 15:14:13,0.00,failed,0,US,0.00,0.00,3000.00 +1170573787,Picture Us Rolling,Food Trucks,Food,USD,2016-05-18,15000.00,2016-03-19 06:29:31,16055.00,successful,75,US,16055.00,16055.00,15000.00 +"1170575236,""New Breed, All Natural Grass Feed Beef"",Farms,Food,USD,2016-04-27,122000.00,2016-03-28 23:04:42,612.00,failed,7,US,612.00,612.00,122000.00" +1170578541,Jayson Gets a Tattoo and Drinks Beer,Romance,Film & Video,USD,2016-12-03,350.00,2016-10-04 21:42:36,0.00,failed,0,US,0.00,0.00,350.00 +1170581089,The Sissy's Progress,Performances,Dance,GBP,2015-11-28,3000.00,2015-10-29 10:39:54,3241.00,successful,96,GB,4960.24,4906.74,4541.88 +1170582950,Rally Around the Catskills Irish Arts Week in East Durham,World Music,Music,USD,2012-07-16,10000.00,2012-06-23 22:11:09,22580.00,successful,272,US,22580.00,22580.00,10000.00 +1170588133,Gateway Comic Con,Events,Comics,USD,2017-12-21,5000.00,2017-11-21 21:00:43,2395.00,failed,34,US,1450.00,2395.00,5000.00 +1170606163,Sia Furler Fan forum,Web,Technology,USD,2014-11-10,200.00,2014-09-12 03:33:39,0.00,failed,0,US,0.00,0.00,200.00 +1170619159,Kelli's Kitchen,Restaurants,Food,USD,2014-07-19,150000.00,2014-06-19 05:43:24,65.00,failed,4,US,65.00,65.00,150000.00 +1170635729,Selfless,Technology,Technology,USD,2015-12-05,25000.00,2015-10-06 19:42:47,0.00,failed,0,US,0.00,0.00,25000.00 +1170636518,Bring Fafali Here,Country & Folk,Music,USD,2011-05-12,12000.00,2011-02-10 06:03:22,325.00,failed,4,US,325.00,325.00,12000.00 +1170638074,Just Married-A Novel by Author Rose Withering,Fiction,Publishing,USD,2014-05-23,2200.00,2014-05-08 03:37:57,50.00,failed,1,US,50.00,50.00,2200.00 +1170641466,I Am Not Lefthanded go Canadian,Indie Rock,Music,USD,2012-06-03,2000.00,2012-05-11 10:54:48,2144.00,successful,73,US,2144.00,2144.00,2000.00 +1170647243,Everything Makes Sense At The End,Tabletop Games,Games,USD,2016-11-24,12000.00,2016-10-25 03:39:30,1635.00,failed,39,US,606.00,1635.00,12000.00 +1170647405,The Perfect Picture,Photography,Photography,USD,2013-09-02,8000.00,2013-08-03 01:38:04,0.00,failed,0,US,0.00,0.00,8000.00 +1170649705,Help us to make a cool and efficient WEBSITE. Make Your Leo.,Dance,Dance,EUR,2016-09-05,3500.00,2016-08-08 23:56:01,0.00,canceled,0,IT,0.00,0.00,3943.80 +1170651543,Encourage a new level of creativity and education today!,Events,Comics,USD,2016-03-16,250.00,2016-02-20 21:22:03,296.00,successful,20,US,296.00,296.00,250.00 +1170661547,A Proposal in St. Moritz (Canceled),Narrative Film,Film & Video,USD,2011-02-13,50000.00,2011-01-14 14:41:59,120.00,canceled,2,US,120.00,120.00,50000.00 +1170664418,The Best of Betty,Narrative Film,Film & Video,USD,2011-03-19,2500.00,2011-02-02 01:09:03,2503.00,successful,33,US,2503.00,2503.00,2500.00 +"1170669651,""'Last Looks' by The Sour Notes (Austin, TX)"",Music,Music,USD,2011-02-05,2000.00,2010-12-23 18:09:48,2136.00,successful,40,US,2136.00,2136.00,2000.00" +"1170676209,""In The Aftermath, a collection of songs by Eddie Appnel"",Indie Rock,Music,USD,2013-04-29,4000.00,2013-03-30 05:19:02,4470.00,successful,84,US,4470.00,4470.00,4000.00" +1170678767,SICK,Tabletop Games,Games,USD,2017-10-05,30000.00,2017-09-05 16:51:17,10192.00,failed,288,US,432.00,10192.00,30000.00 +1170691278,Count Me In's June 2011 Tour,Music,Music,USD,2011-05-19,500.00,2011-03-12 06:35:08,545.00,successful,25,US,545.00,545.00,500.00 +"1170696514,""""""Almost Done"""""",Hip-Hop,Music,USD,2012-06-24,47235.23,2012-05-11 19:06:02,0.00,failed,0,US,0.00,0.00,47235.23" +1170697676,The World's First Online Video-Radio Station,Music,Music,USD,2017-02-24,3000.00,2017-01-25 19:06:32,3100.00,successful,23,US,890.00,3100.00,3000.00 +117070704,CLAY SOAP | CANADIAN MAN MADE (Canceled),Product Design,Design,CAD,2016-02-04,5000.00,2016-01-05 22:05:33,375.00,canceled,9,CA,270.23,272.71,3636.10 +1170711099,NS Minecraft,Games,Games,AUD,2016-03-17,7200.00,2016-02-16 15:58:27,51.00,failed,2,AU,36.48,38.86,5485.71 +"1170717508,""Mini Cupcakes, Dipped Fruit, & FUNKY FASHIONS!"",Food,Food,USD,2011-12-19,20000.00,2011-11-19 15:40:25,125.00,failed,2,US,125.00,125.00,20000.00" +1170722595,The Cafe Meow - Location Renovations,Food,Food,USD,2017-12-13,20000.00,2017-11-13 14:02:46,20690.28,successful,299,US,2739.00,20690.28,20000.00 +1170734823,At The Shop,Webseries,Film & Video,USD,2013-12-06,3333.00,2013-10-22 08:12:56,30.00,failed,2,US,30.00,30.00,3333.00 +1170741861,Welcome to Harlem - The Movie Musical Comedy!,Narrative Film,Film & Video,USD,2012-10-30,4500.00,2012-10-11 00:42:51,975.00,failed,21,US,975.00,975.00,4500.00 +1170746549,MX Book of New Sherlock Holmes Stories Volume 5 - Christmas,Fiction,Publishing,GBP,2016-10-21,500.00,2016-09-21 07:21:28,4265.00,successful,159,GB,1640.98,5198.05,609.38 +1170753804,Getting the store open for business!!,Jewelry,Fashion,USD,2014-10-09,700.00,2014-09-09 00:50:34,0.00,failed,0,US,0.00,0.00,700.00 +1170754482,Stuck on creativity,Illustration,Art,CAD,2015-08-10,500.00,2015-07-11 06:12:17,73.00,failed,7,CA,57.48,55.96,383.32 +1170755704,FitShare,Software,Technology,USD,2017-10-11,10000.00,2017-09-26 15:07:27,0.00,failed,0,US,0.00,0.00,10000.00 +"1170757079,Luxe Neckwear; Next Generation Ties,Apparel,Fashion,USD,2015-03-27,75000.00,2015-02-25 22:49:10,166.00,failed,2,US,166.00,166.00,75000.00" +1170757888,ATLANTIS GEAR,Apparel,Fashion,USD,2015-04-05,11144.00,2015-03-06 00:44:44,0.00,failed,0,US,0.00,0.00,11144.00 +1170763144,Death in a Bottle,Documentary,Film & Video,USD,2017-03-16,25000.00,2017-02-15 00:29:03,1400.00,failed,10,US,40.00,1400.00,25000.00 +"1170763774,""Liando, der online Möbel-Kleinanzeigenmarkt"",Apps,Technology,EUR,2016-10-22,45000.00,2016-09-07 13:11:22,0.00,canceled,0,DE,0.00,0.00,49149.17" +"1170766298,""ART's PLANET 2017 - Climate, Migration and Solidarity"",Mixed Media,Art,EUR,2017-09-01,12000.00,2017-07-13 19:05:34,4450.00,failed,10,FR,28.70,5304.38,14303.93" +"1170769048,""Ariel's Dance Studio Expansion in South """"O"""""",Spaces,Dance,USD,2015-02-21,5000.00,2015-01-27 21:25:48,1.00,failed,1,US,1.00,1.00,5000.00" +1170775088,'Celeste',Fiction,Publishing,USD,2014-08-31,3500.00,2014-07-15 17:07:59,10.00,failed,1,US,10.00,10.00,3500.00 +1170776194,Tamriel: In blocks. Minecraft RPG map server,Video Games,Games,GBP,2014-06-01,350.00,2014-04-02 21:05:41,91.00,failed,5,GB,151.62,153.11,588.89 +1170776603,The Strabane/Derry Triple short film project - 3 short films,Shorts,Film & Video,GBP,2016-06-10,4500.00,2016-05-11 01:01:42,415.00,failed,14,GB,598.44,597.75,6481.63 +1170789794,Round 2!,R&B,Music,USD,2014-08-12,4000.00,2014-07-14 06:52:33,5500.00,successful,78,US,5500.00,5500.00,4000.00 +1170792222,Animated Film Me'Myself and Aasia,Animation,Film & Video,USD,2016-05-24,100000.00,2016-03-25 15:45:20,80.00,failed,2,US,80.00,80.00,100000.00 +1170797421,Landmarks recognition using a mobile phone,Apps,Technology,CAD,2017-09-07,25000.00,2017-08-08 23:31:29,50.00,failed,1,CA,39.58,41.37,20683.38 +1170801650,Famous Artist Project (Stage One),Painting,Art,USD,2015-04-22,250.00,2015-03-23 22:13:25,275.00,successful,3,US,275.00,275.00,250.00 +1170828594,The California Spirits Company,Drinks,Food,USD,2015-06-07,25000.00,2015-05-03 20:58:22,3830.00,failed,32,US,3830.00,3830.00,25000.00 +1170828793,The Cardist T-Shirts!,Fashion,Fashion,USD,2011-08-01,2000.00,2011-06-27 13:53:29,495.00,failed,13,US,495.00,495.00,2000.00 +1170830894,RecordWatch,Web,Journalism,AUD,2015-09-26,100.00,2015-08-27 02:10:26,0.00,failed,0,AU,0.00,0.00,70.32 +1170831194,New Earth Power - Supplying Power to All People,Technology,Technology,AUD,2016-04-27,5000000.00,2016-03-28 22:55:29,50.00,failed,6,AU,37.54,38.14,3814173.47 +1170836284,UNI Matrix - Smart Modular Charging Dock for All Electronics,Product Design,Design,HKD,2016-12-22,80000.00,2016-11-22 16:08:30,37058.00,canceled,76,HK,1851.41,4775.02,10308.22 +117085677,A Jewel in the Dark - Film Noir (Canceled),Shorts,Film & Video,USD,2011-09-10,600.00,2011-07-12 08:49:27,0.00,canceled,0,US,0.00,0.00,600.00 +1170859070,Aiming To Enrich Lives And Memories Using Project Stoke,Photography,Photography,GBP,2013-08-28,1000.00,2013-07-29 11:21:49,1133.00,successful,44,GB,1742.79,1755.99,1549.86 +1170861222,Integrated Laundry,Design,Design,USD,2015-03-15,5500.00,2015-02-13 23:02:21,1.00,failed,1,US,1.00,1.00,5500.00 +1170863528,A One Woman Show With One Hundred Million In Mind - Tackling The Subject Of Obesity,Theater,Theater,USD,2009-12-08,2000.00,2009-09-10 02:37:27,165.00,failed,6,US,165.00,165.00,2000.00 +11708726,The Style Deck: Portable Style Manual,Accessories,Fashion,USD,2016-10-26,1500.00,2016-09-26 17:25:37,6143.00,successful,323,US,515.00,6143.00,1500.00 +1170877464,DIY Cabin Building Book,Nonfiction,Publishing,USD,2014-04-12,11000.00,2014-03-13 16:30:30,61.00,failed,3,US,61.00,61.00,11000.00 +1170877471,Sailor Mermaids,Art,Art,USD,2017-09-18,700.00,2017-08-19 14:32:04,741.00,successful,24,US,357.00,741.00,700.00 +"1170897078,""Boffin's Beneficial Battle Box: Decks, Dice, and other stuff"",Gaming Hardware,Games,USD,2017-04-10,6500.00,2017-03-08 06:20:41,710.00,canceled,11,US,181.00,710.00,6500.00" +1170905345,Fret Laser Module! - Pro Quality Guitar Lighting,Hardware,Technology,USD,2015-04-26,7000.00,2015-02-25 06:57:27,7007.00,successful,32,US,7007.00,7007.00,7000.00 +1170906735,Dark Descent (Canceled),Video Games,Games,USD,2013-09-21,60000.00,2013-08-22 05:27:40,1786.00,canceled,13,US,1786.00,1786.00,60000.00 +1170909147,Maiden of the Silver Light Vol.1 Ch-1 (Canceled),Comics,Comics,USD,2013-09-15,2000.00,2013-08-14 03:22:47,0.00,canceled,0,US,0.00,0.00,2000.00 +"1170910587,""""""True Life"""" Thesis Film Project"",Film & Video,Film & Video,USD,2013-08-15,1500.00,2013-07-16 18:18:42,1516.00,successful,8,US,1516.00,1516.00,1500.00" +1170917484,The Hades Pit: A female led sci-fi film (RELAUNCHING 2015),Science Fiction,Film & Video,GBP,2014-11-15,310000.00,2014-10-06 19:41:45,2417.20,failed,21,GB,3860.28,3790.73,486152.50 +1170918275,Project Luna,Architecture,Design,USD,2018-02-21,100000.00,2017-12-23 00:54:21,0.00,live,0,US,0.00,0.00,100000.00 +1170927451,Bitidentify Anty Hacking IT Technology (Canceled),Hardware,Technology,SEK,2015-11-24,500000.00,2015-09-25 16:09:42,0.00,canceled,0,SE,0.00,0.00,57239.02 +"1170932031,""""""The Book of Grace"""""",Fiction,Publishing,USD,2012-06-05,1500.00,2012-05-05 17:24:27,1520.00,successful,42,US,1520.00,1520.00,1500.00" +117093218,I AM God Conscious,Apparel,Fashion,USD,2017-07-02,10000.00,2017-06-02 02:55:35,2.00,failed,2,US,0.00,2.00,10000.00 +117094034,Ingenious! > littleclone.com,Product Design,Design,USD,2012-12-12,5500.00,2012-11-12 22:57:26,130.00,failed,2,US,130.00,130.00,5500.00 +1170957752,Light up kits for LEGO 10251 Brick Bank,Product Design,Design,USD,2016-07-19,200.00,2016-07-13 22:13:04,669.00,successful,7,US,669.00,669.00,200.00 +"1170961903,""2010 Revival of """"Lessons and Carols"""" "",Theater,Theater,USD,2010-07-25,500.00,2010-06-15 01:12:32,1256.00,successful,46,US,1256.00,1256.00,500.00" +1170966872,Can i Be An Amazing Digital artist One Day?,Digital Art,Art,GBP,2014-08-15,3000.00,2014-07-16 10:04:21,5.00,failed,1,GB,8.54,8.35,5007.01 +1170968214,DreamTime with Nanny,Animation,Film & Video,USD,2013-03-05,5000.00,2013-02-10 19:39:15,140.00,failed,2,US,140.00,140.00,5000.00 +1170971034,Save the Aging Feral Cat Colony,DIY,Crafts,USD,2016-05-02,767.00,2016-04-02 09:50:30,1402.00,successful,60,US,1402.00,1402.00,767.00 +117099815,PUNCH - Issue #1,Comics,Comics,USD,2012-10-02,2500.00,2012-09-02 01:23:06,855.00,failed,29,US,855.00,855.00,2500.00 +"1171008184,""Dizzy Miss Lizzie's Roadside Revue NEW show, """"The Brontes"""""",Theater,Theater,USD,2012-05-13,4000.00,2012-03-29 20:20:57,4195.00,successful,38,US,4195.00,4195.00,4000.00" +1171011754,A Neighborhood Patio at Maeva's Coffee!,Spaces,Food,USD,2015-05-18,10000.00,2015-04-18 15:57:02,12146.50,successful,208,US,12146.50,12146.50,10000.00 +1171012902,Goodbye Rhinos: Goodbye Planet Earth,Public Art,Art,AUD,2017-07-10,50000.00,2017-05-23 00:39:24,54015.00,successful,86,AU,78.31,41914.33,38798.79 +"1171015231,""""""THE SONDER. PROJECT"""""",Design,Design,USD,2015-06-27,500.00,2015-05-28 19:25:27,0.00,failed,0,US,0.00,0.00,500.00" +1171028481,Silver Quarter Coin Rings,Fashion,Fashion,USD,2016-04-18,500.00,2016-03-19 09:41:20,1531.00,successful,36,US,1531.00,1531.00,500.00 +1171034161,A Peking Opera Master in New York,Documentary,Film & Video,USD,2014-03-15,5000.00,2014-02-10 07:14:33,9832.00,successful,146,US,9832.00,9832.00,5000.00 +1171036143,Push the green button!,Film & Video,Film & Video,USD,2011-03-19,5000.00,2011-02-07 18:07:50,5100.00,successful,65,US,5100.00,5100.00,5000.00 +1171040521,Boombotix Music Sync App,Technology,Technology,USD,2013-12-07,15000.00,2013-11-07 17:49:46,17062.00,successful,316,US,17062.00,17062.00,15000.00 +"1171059166,""The Øst, Myggen & Liljeroth EP on vinyl!"",Music,Music,USD,2012-07-19,3500.00,2012-06-19 18:11:51,3555.32,successful,36,US,3555.32,3555.32,3500.00" +1171068494,Tom Lawson - Retrospective art show and book,Mixed Media,Art,USD,2012-05-15,10000.00,2012-03-16 21:48:23,1990.00,failed,25,US,1990.00,1990.00,10000.00 +1171069185,I Fell into a Dream - Children's Book,Children's Books,Publishing,CAD,2017-10-19,25000.00,2017-09-19 01:46:07,0.00,canceled,0,CA,0.00,0.00,20009.60 +1171071205,Ashes,Shorts,Film & Video,USD,2014-02-08,6000.00,2014-01-09 22:26:48,6675.00,successful,25,US,6675.00,6675.00,6000.00 +1171080181,Unearth: The Prologue,Webcomics,Comics,USD,2014-06-18,5500.00,2014-05-19 05:24:52,1892.00,failed,75,US,1892.00,1892.00,5500.00 +117111102,CorSense: Optimize health and fitness without 24/7 wearables,Wearables,Technology,USD,2017-10-20,150000.00,2017-09-19 12:27:20,191352.00,successful,1451,US,13729.00,191352.00,150000.00 +117112244,NYCB's Ashley Bouder's Dance Festival,Dance,Dance,USD,2012-05-04,2500.00,2012-04-04 19:16:10,667.00,failed,7,US,667.00,667.00,2500.00 +1171126680,Making Out - Romantic Comedy about Romantic Comedies,Narrative Film,Film & Video,USD,2015-03-17,4800.00,2015-02-10 22:22:49,7510.00,successful,108,US,7510.00,7510.00,4800.00 +1171130322,Hannes' Bee Resort,Community Gardens,Food,EUR,2016-10-25,6628.00,2016-08-26 11:10:28,25.00,failed,5,BE,0.00,27.31,7239.13 +1171131631,Imogene,Spaces,Food,USD,2014-08-07,2000.00,2014-07-08 01:42:18,380.00,failed,10,US,380.00,380.00,2000.00 +1171132144,Walkabout Ti: World's Only Personal Water Filter in Titanium,Product Design,Design,AUD,2014-11-18,48000.00,2014-10-16 02:17:27,24370.00,failed,170,AU,21445.86,21233.77,41822.78 +"1171133719,""""""I am the one"""" A paper stop motion music video"",Animation,Film & Video,NZD,2015-02-01,1300.00,2015-01-22 00:45:41,1346.00,successful,19,NZ,1039.80,999.55,965.39" +1171135903,Project Mimebasher,Video Games,Games,USD,2012-03-27,400000.00,2012-02-26 23:26:03,22.00,failed,1,US,22.00,22.00,400000.00 +1171139223,ULAMA USA (Canceled),Games,Games,USD,2013-06-02,12000.00,2013-05-03 02:45:02,65.00,canceled,1,US,65.00,65.00,12000.00 +1171148709,Yoko Oh Notes!,Design,Design,USD,2015-07-18,2000.00,2015-06-03 19:21:49,145.00,failed,7,US,145.00,145.00,2000.00 +117114987,iSorcery Adventure Project (Canceled),Games,Games,USD,2014-03-08,202068.00,2014-02-06 22:09:41,88771.00,canceled,202,US,88771.00,88771.00,202068.00 +1171160889,Ultimate Serial Port Tool,DIY Electronics,Technology,USD,2017-05-06,15000.00,2017-04-06 03:21:20,881.00,failed,9,US,220.00,881.00,15000.00 +1171161407,Fashion Twins,Fashion,Fashion,USD,2015-06-26,5000.00,2015-04-27 16:51:19,25.00,failed,1,US,25.00,25.00,5000.00 +1171164554,(Wo)men Rule Broadway Presents: Lupus Is Sexy Too!,Musical,Theater,USD,2017-12-17,5000.00,2017-11-29 04:05:09,5076.00,successful,33,US,550.00,5076.00,5000.00 +117116726,Wenlin ABC Cantonese Dictionary Website (ed. Robert Bauer),Web,Technology,USD,2016-12-14,50000.00,2016-11-14 13:58:31,59914.00,successful,868,US,0.00,59914.00,50000.00 +1171168304,BIG ARAIA,Documentary,Film & Video,USD,2012-03-26,50000.00,2012-01-26 19:02:41,10929.00,failed,157,US,10929.00,10929.00,50000.00 +"1171168812,""New album by Callie Hopper: """"Out of the Shadows"""""",Pop,Music,USD,2016-03-28,10000.00,2016-02-27 02:54:01,10305.00,successful,90,US,10305.00,10305.00,10000.00" +"1171170816,""Can ordinary people become """"Citizen Heroes""""?"",Documentary,Film & Video,USD,2012-06-15,7500.00,2012-04-25 15:47:02,1387.00,failed,23,US,1387.00,1387.00,7500.00" +1171176145,Spew Venom,Web,Technology,USD,2014-10-29,25000.00,2014-09-05 22:02:00,1.00,failed,1,US,1.00,1.00,25000.00 +"1171176536,""""""Moonlight Waltz"""" - An 8 song c.d. recorded at the Art Institute of Nashville"",Country & Folk,Music,USD,2010-08-10,1000.00,2010-06-24 16:32:52,1179.99,successful,51,US,1179.99,1179.99,1000.00" +117117753,Noise Your City,Music,Music,USD,2012-01-07,50000.00,2011-11-18 00:28:54,0.00,failed,0,US,0.00,0.00,50000.00 +1171179500,PABAsoft - Improving therapy services for special children,Software,Technology,CAD,2015-02-23,30000.00,2015-02-03 21:46:06,53.00,failed,5,CA,41.62,42.57,24094.45 +1171179726,Rise and Grind Records,Indie Rock,Music,USD,2012-03-31,5000.00,2012-03-04 09:33:37,0.00,failed,0,US,0.00,0.00,5000.00 +1171190419,Indecent Justice,Drama,Film & Video,USD,2016-03-05,20000.00,2016-02-04 23:13:50,21705.00,successful,44,US,21705.00,21705.00,20000.00 +1171199706,Cogar's Revolt Book Launch,Fiction,Publishing,USD,2013-08-16,1100.00,2013-07-17 22:18:28,1100.00,successful,29,US,1100.00,1100.00,1100.00 +1171201339,Sandusky's debut record!,Rock,Music,USD,2012-09-09,2500.00,2012-08-15 22:32:58,408.00,failed,11,US,408.00,408.00,2500.00 +117121502,The only jacket you'll wear for a lifetime,Apparel,Fashion,USD,2017-04-23,10000.00,2017-03-24 19:45:34,501.00,failed,9,US,280.00,501.00,10000.00 +"1171217095,""The """"New Eden"""" Community Project"",Architecture,Design,USD,2015-05-26,160000.00,2015-03-27 22:54:42,1150.00,failed,3,US,1150.00,1150.00,160000.00" +1171217816,Confessions of a Recovering Cynic,Nonfiction,Publishing,USD,2012-03-31,4000.00,2012-02-29 23:42:00,4846.00,successful,68,US,4846.00,4846.00,4000.00 +1171224616,Stone Golems (an arena game),Video Games,Games,SEK,2016-04-19,2000.00,2016-03-20 01:36:47,20.00,failed,3,SE,2.44,2.47,246.51 +"1171225197,""Weathervane- Ltd hand screened Poster: Sharon Van Etten, Twin Sister, Reading Rainbow"",World Music,Music,USD,2010-06-01,50.00,2010-05-19 17:23:48,100.00,successful,4,US,100.00,100.00,50.00" +1171231330,Speed Dating Television Pilot,Webseries,Film & Video,USD,2011-04-17,12500.00,2011-02-15 03:00:19,501.00,failed,2,US,501.00,501.00,12500.00 +1171237694,The Geekcast Podcast Fund Drive,Radio & Podcasts,Publishing,USD,2011-05-07,1300.00,2011-04-06 19:17:55,110.00,failed,5,US,110.00,110.00,1300.00 +1171239087,Birds of Borneo,Painting,Art,USD,2012-03-28,1500.00,2012-02-27 21:03:07,2027.00,successful,30,US,2027.00,2027.00,1500.00 +1171241040,COMPUTERS FOR CHRISTIANS,Apps,Technology,USD,2015-05-16,10000000.00,2015-04-16 06:19:31,2.00,failed,2,US,2.00,2.00,10000000.00 +117124159,Ride the Star Wind: Where Space Opera Meets Cosmic Horror,Anthologies,Publishing,USD,2017-03-21,3500.00,2017-03-14 00:14:32,5683.00,successful,135,US,1356.00,5683.00,3500.00 +1171245010,Pop Shop / Pledging = Goodies,Art,Art,USD,2015-09-09,500.00,2015-08-10 23:26:48,100.00,failed,6,US,100.00,100.00,500.00 +1171253976,Elite Venator,Film & Video,Film & Video,USD,2012-05-25,5600.00,2012-04-25 23:15:51,27.00,failed,3,US,27.00,27.00,5600.00 +1171295168,Tall Ships Fish & Chips,Food Trucks,Food,GBP,2014-11-06,8000.00,2014-09-22 21:50:31,85.00,failed,5,GB,138.46,134.47,12655.62 +1171303500,Preserving Heritage Breed of Highland Cattle on a NH Farm,Food,Food,USD,2013-08-31,8000.00,2013-08-01 16:51:37,798.00,failed,15,US,798.00,798.00,8000.00 +1171307278,Do Whats Never Been Done - The Future of Fitness,Web,Technology,USD,2016-03-17,500.00,2016-02-16 22:20:19,17.00,failed,3,US,17.00,17.00,500.00 +1171309127,The Blankini: Dividable Blanket To End Blanket Tug-of-War,Product Design,Design,USD,2016-07-17,10000.00,2016-06-17 00:03:26,545.00,failed,8,US,520.00,545.00,10000.00 +117131022,Expanding Cozy's Sweet Treats,Food,Food,USD,2014-09-15,3000.00,2014-08-16 00:03:42,0.00,failed,0,US,0.00,0.00,3000.00 +1171322794,Help donate Medical Care to under served children in Mexico.,Academic,Publishing,USD,2015-06-28,30000.00,2015-04-29 00:55:48,10.00,failed,1,US,10.00,10.00,30000.00 +117132583,Mortar Theatre Company: Season 2,Theater,Theater,USD,2011-04-10,10000.00,2011-03-09 22:56:30,10418.00,successful,284,US,10418.00,10418.00,10000.00 +1171329453,The Littlest Bear,Print,Journalism,USD,2014-08-30,3633.00,2014-08-06 22:12:40,470.00,failed,7,US,470.00,470.00,3633.00 +1171332843,Angel's Eye,Nonfiction,Publishing,USD,2012-03-28,1950.00,2012-02-12 01:39:16,55.00,failed,1,US,55.00,55.00,1950.00 +1171339303,Custom Woodworking & Furniture,Product Design,Design,USD,2017-06-18,2000.00,2017-05-19 04:04:25,100.00,failed,3,US,30.00,100.00,2000.00 +1171354785,Norsgard Miniature Game,Tabletop Games,Games,USD,2014-12-01,5000.00,2014-11-03 18:00:02,22078.00,successful,200,US,22078.00,22078.00,5000.00 +117136158,The Resurgence of Femininity Photo Thesis,Photobooks,Photography,USD,2017-01-28,5000.00,2016-12-29 20:51:23,5800.00,successful,14,US,5070.00,5800.00,5000.00 +1171363898,Drained,Young Adult,Publishing,USD,2017-10-14,2100.00,2017-09-14 15:26:05,319.00,failed,10,US,28.00,319.00,2100.00 +1171365495,OPTIMOS phase One,Product Design,Design,USD,2012-09-08,6500.00,2012-08-06 21:44:21,2783.00,failed,15,US,2783.00,2783.00,6500.00 +1171366942,Chrissy Murderbot makes a Music Video!,Hip-Hop,Music,USD,2010-10-01,2000.00,2010-08-26 08:19:31,2562.00,successful,35,US,2562.00,2562.00,2000.00 +1171381922,City Church Worship - ALL THINGS NEW album,Indie Rock,Music,USD,2014-02-16,22000.00,2014-01-17 05:39:59,23155.67,successful,196,US,23155.67,23155.67,22000.00 +1171385518,Following the Golden Arrow - Round 2,Documentary,Film & Video,USD,2014-03-02,100.00,2014-02-06 03:34:36,330.00,successful,7,US,330.00,330.00,100.00 +1171392955,Jasmine in America,Film & Video,Film & Video,USD,2017-05-15,50000.00,2017-04-15 21:26:41,0.00,failed,0,US,25.00,0.00,50000.00 +1171394233,RICH HILL - Feature Documentary,Documentary,Film & Video,USD,2013-10-05,60000.00,2013-09-05 21:58:28,64225.00,successful,514,US,64225.00,64225.00,60000.00 +1171402975,Viva La Katie J,Webseries,Film & Video,GBP,2015-01-28,3000.00,2014-12-29 16:18:32,171.00,failed,6,GB,266.05,257.38,4515.35 +1171409834,Cambridge Denim,Apparel,Fashion,USD,2018-01-23,7500.00,2017-11-24 06:00:47,1400.00,live,12,US,185.00,1400.00,7500.00 +1171417290,Help Me Release My Debut Solo CD! (Canceled),Pop,Music,USD,2012-05-04,900.00,2012-03-13 20:22:04,25.00,canceled,1,US,25.00,25.00,900.00 +"117142219,""""""Aeon"""" Double Infinity Ring - New Sizes & Various Materials"",Jewelry,Fashion,USD,2015-07-26,3500.00,2015-05-27 00:37:04,0.00,failed,0,US,0.00,0.00,3500.00" +1171425444,3D Printer Electronic Kit | Baboi Box (Canceled),3D Printing,Technology,CAD,2013-11-22,20000.00,2013-10-23 01:22:48,10386.00,canceled,14,CA,10090.20,9852.96,18973.53 +1171426428,NF Magazine: Year 2 Subscriptions,Periodicals,Publishing,USD,2014-03-15,49000.00,2014-01-28 00:01:05,68491.21,successful,1972,US,68491.21,68491.21,49000.00 +1171439064,ThankIt (Canceled),Apps,Technology,GBP,2015-04-05,20000.00,2015-03-06 23:36:18,100.00,canceled,1,GB,152.55,145.91,29182.60 +"1171444783,""""""Creative Spirit"""" - a film: Keith Medley's 27-string guitar"",Documentary,Film & Video,USD,2011-06-06,40000.00,2011-03-07 18:43:21,4696.00,failed,36,US,4696.00,4696.00,40000.00" +1171449240,D.O.G BOX,Design,Design,USD,2017-09-08,5000.00,2017-08-03 04:08:31,173.00,canceled,3,US,54.00,173.00,5000.00 +"1171455305,""Warhamlet 42K; Dusk of War,a Sci-Fi Fantasy Space Opera Epic"",Animation,Film & Video,USD,2013-10-13,5500.00,2013-08-14 00:54:27,677.00,failed,17,US,677.00,677.00,5500.00" +1171458446,Hustle Mo Entertainment Founding,Hip-Hop,Music,USD,2014-08-25,1500.00,2014-07-25 16:46:04,500.00,failed,1,US,500.00,500.00,1500.00 +"117146819,""HTT3000!!! is a 3,000 gallon hot tub in a 26ft moving truck!"",Art,Art,USD,2011-03-14,2000.00,2011-03-02 01:37:53,2193.47,successful,37,US,2193.47,2193.47,2000.00" +1171471464,GRINDHAUS: A Red Hook restaurant- almost ready!,Food,Food,USD,2013-05-05,17000.00,2013-03-29 17:37:42,19855.00,successful,180,US,19855.00,19855.00,17000.00 +1171477530,sw1tch.me Ena,Gadgets,Technology,CHF,2018-01-04,35000.00,2017-11-20 12:35:31,2694.00,canceled,39,CH,1447.33,2759.99,35857.35 +1171478766,Iron Moon: The Poetry of Chinese Migrant Workers,Documentary,Film & Video,USD,2016-12-17,40000.00,2016-10-18 21:02:24,878.00,failed,26,US,148.00,878.00,40000.00 +1171479207,The Planero Project. Producing Spanish organic olive oil,Food,Food,GBP,2013-07-05,16000.00,2013-06-05 19:13:50,152.00,failed,5,GB,232.90,227.56,23953.17 +1171488981,Warhammer 40K: KILLTEAM,Action,Film & Video,CAD,2017-02-03,4000.00,2016-12-05 07:53:29,60.00,failed,1,CA,0.75,45.96,3063.73 +1171489561,TRIPLE DOG DARE ACCEPTED,Restaurants,Food,USD,2015-02-25,10000.00,2015-02-05 05:32:52,247.00,failed,13,US,247.00,247.00,10000.00 +1171497687,2012 All Shore Classic Football Highlight Film,Shorts,Film & Video,USD,2012-07-05,4000.00,2012-06-11 21:03:03,0.00,failed,0,US,0.00,0.00,4000.00 +1171501068,I Am Friend Meditation,Music,Music,GBP,2017-02-11,10000.00,2017-01-17 16:28:48,0.00,canceled,0,GB,0.00,0.00,12424.21 +1171502615,Literalogue: Visual Guide to Literary Movements,Design,Design,GBP,2015-06-17,15000.00,2015-05-07 15:08:00,7662.00,failed,222,GB,11635.41,12135.32,23757.48 +1171504808,Konekt Dash: Cellular Dev Kit + Free Global Data Plan,DIY Electronics,Technology,USD,2015-05-01,10000.00,2015-03-26 09:25:52,76170.00,successful,701,US,76170.00,76170.00,10000.00 +1171527307,My Epiphany (M.E.)--A Peace of M.E. -- A Piece of M.E. --,Publishing,Publishing,USD,2013-03-24,5000.00,2013-02-24 04:57:01,312.00,failed,5,US,312.00,312.00,5000.00 +117154617,BEHIND CLOSED DOORS | the short film,Shorts,Film & Video,USD,2011-04-28,750.00,2011-03-28 01:46:49,1270.00,successful,22,US,1270.00,1270.00,750.00 +1171554149,Randy Lee Blain Limited Editions Project,Mixed Media,Art,USD,2013-05-28,10000.00,2013-05-03 17:43:39,150.00,failed,3,US,150.00,150.00,10000.00 +1171559951,June Sky: H202 Rocket,Hardware,Technology,USD,2012-08-06,850.00,2012-06-29 19:01:21,1049.00,successful,43,US,1049.00,1049.00,850.00 +1171566177,The WhiteWall Gentlemen: Rock N' Roll or Bust!,Rock,Music,USD,2012-09-28,1500.00,2012-08-29 14:32:16,1825.00,successful,42,US,1825.00,1825.00,1500.00 +1171570776,MyBodyJournal,Nonfiction,Publishing,EUR,2015-08-31,1000.00,2015-08-01 09:22:39,1090.00,successful,17,ES,1192.51,1214.04,1113.80 +117157849,Savoring Ancient Rome: Rare Extra Virgin Olive Oil,Small Batch,Food,USD,2017-06-07,1000.00,2017-04-23 20:10:20,3189.00,successful,61,US,637.00,3189.00,1000.00 +"117158785,""Rion Rustle Revue to record debut album Band Geek,..."",Pop,Music,USD,2011-12-25,5000.00,2011-11-25 14:59:16,1597.00,failed,7,US,1597.00,1597.00,5000.00" +1171590542,Unexpected Stage Company's The Dumb Waiter and Trifles,Theater,Theater,USD,2012-07-01,2222.00,2012-06-01 18:10:00,2523.17,successful,42,US,2523.17,2523.17,2222.00 +1171594764,1629: A Linoleum Cut Graphic Novel,Graphic Novels,Comics,USD,2015-12-04,10000.00,2015-11-04 06:54:02,3787.00,failed,74,US,3787.00,3787.00,10000.00 +1171598691,Please Help Make Liv Free's '1 Hunnid' Video A Reality!,R&B,Music,USD,2015-09-12,1600.00,2015-09-03 22:53:37,0.00,failed,0,US,0.00,0.00,1600.00 +1171605800,Legends of the Fallen Angelic: Book 1 (Canceled),Graphic Novels,Comics,USD,2016-04-05,25000.00,2016-03-06 01:44:28,46.00,canceled,7,US,46.00,46.00,25000.00 +1171605870,The Mosier Brothers Band Debut Recording Project,Country & Folk,Music,USD,2010-10-22,3500.00,2010-09-22 00:23:06,2240.00,failed,61,US,2240.00,2240.00,3500.00 +1171611122,The Sasquatch of Jackson Farm,Fantasy,Film & Video,USD,2015-09-02,18000.00,2015-08-03 23:30:34,2847.00,failed,53,US,2847.00,2847.00,18000.00 +1171616519,Upix (Canceled),Apps,Technology,USD,2015-04-13,1900.00,2015-03-09 21:00:47,1.00,canceled,1,US,1.00,1.00,1900.00 +117162335,Zucati EleMetal™ dice for tabletop and roleplaying games,Tabletop Games,Games,USD,2017-06-15,10000.00,2017-05-16 04:45:53,36587.00,successful,428,US,9091.00,36587.00,10000.00 +"1171624730,""Wolf: A Book, a Dream, a Legacy!"",Fiction,Publishing,USD,2013-11-01,3000.00,2013-09-25 23:41:22,176.00,failed,8,US,176.00,176.00,3000.00" +1171628172,Hot Tub Boat - Worlds First Georgia Strait Hot Tub Crossing,Performance Art,Art,CAD,2015-10-05,3000.00,2015-09-05 07:07:42,3090.00,successful,22,CA,2337.84,2388.68,2319.11 +"1171633152,""Dear Mom, Dear Son (Letters from the heart between bars)"",Poetry,Publishing,USD,2018-01-03,10000.00,2017-12-04 21:21:00,5.00,live,1,US,0.00,5.00,10000.00" +1171640940,The great squid demon of chaos miniature!,Tabletop Games,Games,USD,2012-11-15,2000.00,2012-10-16 19:09:11,2457.00,successful,20,US,2457.00,2457.00,2000.00 +"1171641779,""Immortal, Dark Age Fantasy (Canceled)"",Tabletop Games,Games,GBP,2015-06-07,4000.00,2015-05-08 20:03:59,3084.00,canceled,92,GB,4698.93,4776.06,6194.64" +1171646874,A History of Wise Men,Shorts,Film & Video,USD,2017-02-16,10000.00,2017-01-17 12:49:48,12052.36,successful,200,US,3501.00,12052.36,10000.00 +1171647301,Savage Championship Wrestling,Immersive,Theater,USD,2015-05-10,30000.00,2015-03-11 00:58:11,0.00,failed,0,US,0.00,0.00,30000.00 +1171662147,Crazy Christianity,Documentary,Film & Video,USD,2012-04-27,13800.00,2012-03-28 22:20:53,0.00,failed,0,US,0.00,0.00,13800.00 +1171672063,Magical Poo™: Delicious Unicorn Poop Candy Chunks,Food,Food,USD,2016-04-01,10000.00,2016-02-29 19:31:01,312.00,failed,11,US,312.00,312.00,10000.00 +1171672354,Decaydence Senior Thesis Collection,Fashion,Fashion,USD,2014-03-05,2000.00,2014-02-13 23:43:44,2021.00,successful,29,US,2021.00,2021.00,2000.00 +1171673535,THE GREATEST STORY EVER TOLD,Music,Music,USD,2012-09-28,12000.00,2012-07-30 22:20:46,0.00,failed,0,US,0.00,0.00,12000.00 +1171680769,State of Green - The Renewable Energy Revolution Documentary,Documentary,Film & Video,USD,2012-10-21,20000.00,2012-09-21 21:02:42,16224.00,failed,101,US,16224.00,16224.00,20000.00 +1171686754,Luggage Free Trips,Web,Technology,USD,2015-06-07,50000.00,2015-04-15 22:20:14,201.00,failed,3,US,201.00,201.00,50000.00 +"1171690361,""RoJo: The Addictive """"Wild"""" Dice WORD Game"",Tabletop Games,Games,USD,2012-04-29,10500.00,2012-03-30 22:37:12,275.00,failed,7,US,275.00,275.00,10500.00" +1171698218,Hex11: Volume Two,Comics,Comics,USD,2017-12-20,15000.00,2017-11-15 17:09:41,18203.00,successful,375,US,5220.00,18203.00,15000.00 +1171699547,Tornado Smasher: A Little Lucy Adventure,Children's Books,Publishing,USD,2014-08-19,12000.00,2014-07-20 00:15:52,6390.50,failed,135,US,6390.50,6390.50,12000.00 +1171703471,Peces en el Agua,Drama,Film & Video,MXN,2017-04-15,50000.00,2017-03-15 23:16:57,50000.00,successful,26,MX,107.02,2655.06,2655.06 +1171711294,TheDarkMage.com (Canceled),Web,Journalism,USD,2014-09-04,1600.00,2014-08-04 20:55:21,0.00,canceled,0,US,0.00,0.00,1600.00 +"1171722283,""Marvin Divine """"MD13"""" - EP (Canceled)"",Hip-Hop,Music,USD,2013-04-10,1000.00,2013-03-11 22:56:44,65.00,canceled,5,US,65.00,65.00,1000.00" +117172392,Paradigm Within,Comics,Comics,USD,2011-09-17,6000.00,2011-09-01 10:18:44,76.00,failed,4,US,76.00,76.00,6000.00 +"1171728628,""Moonie Garcia's """"Apples and Monsters"""" Project"",Painting,Art,USD,2011-07-28,1790.00,2011-06-28 13:17:38,927.00,failed,12,US,927.00,927.00,1790.00" +1171732486,The MIX Movement - Strengthening Community Through Music,Music,Music,CAD,2014-12-28,25000.00,2014-11-26 02:27:00,2810.00,failed,26,CA,2502.42,2405.41,21400.45 +1171742711,Let's Advertise 2NYO Worldwide,Pop,Music,USD,2014-04-18,25000.00,2014-03-18 23:36:34,0.00,failed,0,US,0.00,0.00,25000.00 +1171747561,Mini Golf - Halloween theme for UNITY GAME,Video Games,Games,USD,2013-04-20,4000.00,2013-02-19 22:56:55,110.00,failed,4,US,110.00,110.00,4000.00 +1171748172,Starting A Podcast With Your Help,Audio,Journalism,USD,2015-05-26,1000.00,2015-03-27 01:49:51,0.00,failed,0,US,0.00,0.00,1000.00 +"117175335,""The CODA wallet - A slim, elegant minimalist leather wallet"",Product Design,Design,USD,2017-05-04,300.00,2017-04-04 23:27:25,4099.00,successful,79,US,2077.00,4099.00,300.00" +1171757420,iPhone lightning cable Tag's. Tag your cable!,Product Design,Design,USD,2015-04-17,2500.00,2015-03-18 21:27:45,154.00,failed,7,US,154.00,154.00,2500.00 +1171760256,Bathrobe Crusader - World's first luxury lifestyle bathrobe,Apparel,Fashion,USD,2015-11-03,10000.00,2015-09-24 12:30:30,1730.00,suspended,15,US,1730.00,1730.00,10000.00 +"1171762506,""You Own Me, A Novel"",Fiction,Publishing,USD,2014-10-28,2668.00,2014-09-28 08:01:40,2851.00,successful,48,US,2851.00,2851.00,2668.00" +1171770413,Magic Milwaukee,Performance Art,Art,USD,2012-12-14,10000.00,2012-10-15 18:27:33,1.00,failed,1,US,1.00,1.00,10000.00 +117177394,Best hiking trips in Los Angeles: a reader-voted guidebook,Nonfiction,Publishing,USD,2012-07-20,1000.00,2012-06-20 17:05:49,50.00,failed,4,US,50.00,50.00,1000.00 +1171775139,The Lost Children- A Novel,Young Adult,Publishing,USD,2017-06-21,3500.00,2017-05-17 02:19:43,108.00,failed,7,US,30.00,108.00,3500.00 +1171780331,Way Out West,Country & Folk,Music,USD,2012-07-01,4899.00,2012-06-01 03:23:12,5457.00,successful,60,US,5457.00,5457.00,4899.00 +1171785953,The Canny Cthulhu Holmes: Weird Tentacles Volume 1,Comic Books,Comics,USD,2017-03-10,400.00,2017-01-31 00:20:37,1228.00,successful,46,US,26.00,1228.00,400.00 +1171788767,The World's first Solid Body Bamboo Electric Harp Guitar,Product Design,Design,USD,2013-08-11,5000.00,2013-06-12 15:39:20,11036.00,successful,6,US,11036.00,11036.00,5000.00 +1171792385,The Creek,Shorts,Film & Video,GBP,2015-02-27,125.00,2015-01-21 14:17:09,145.00,successful,14,GB,218.55,223.93,193.05 +1171794371,Countryside Custom Frameshop & Gallery,Woodworking,Crafts,USD,2014-11-21,65000.00,2014-09-23 02:27:55,2075.00,failed,3,US,2075.00,2075.00,65000.00 +1171797957,PUPS - A card game for dog lovers!,Tabletop Games,Games,USD,2016-08-15,2000.00,2016-07-18 16:51:58,20893.00,successful,586,US,4143.00,20893.00,2000.00 +1171800703,Abstract art compositions,Mixed Media,Art,EUR,2016-11-01,1500.00,2016-10-02 22:20:23,1.00,failed,1,ES,0.00,1.11,1663.95 +1171805986,A KIND OF MUSIC TALE,Music Videos,Film & Video,EUR,2016-12-28,5000.00,2016-10-29 18:06:50,5035.00,successful,31,FR,0.00,5307.37,5270.48 +1171807180,Those Crosstown Rivals' Full-Length Album,Rock,Music,USD,2011-10-22,1000.00,2011-08-29 14:58:55,1000.00,successful,7,US,1000.00,1000.00,1000.00 +1171811538,Impact Planner! Change Your Life... AND Your Business!,Product Design,Design,USD,2015-10-22,6000.00,2015-09-30 03:33:08,3806.00,failed,61,US,3806.00,3806.00,6000.00 +1171817135,Larger than Love: Blood Oaths and Consequences.,Nonfiction,Publishing,USD,2017-12-17,5000.00,2017-11-20 05:06:17,330.00,failed,4,US,0.00,330.00,5000.00 +1171818113,Phonics App For All Beginning Learners of English,Apps,Technology,USD,2017-01-31,3000.00,2016-12-23 23:34:04,57.00,failed,1,US,57.00,57.00,3000.00 +1171818302,Color vs Colour,Video Games,Games,GBP,2013-03-22,20000.00,2013-03-02 00:47:38,75.00,failed,5,GB,113.74,113.87,30366.06 +1171825264,Troll Treasures,Woodworking,Crafts,USD,2016-05-10,200000.00,2016-03-11 20:25:09,28.00,failed,1,US,28.00,28.00,200000.00 +1171828864,Butterflies and Breakfast Cereal (A Comedy Short),Shorts,Film & Video,USD,2013-05-11,2000.00,2013-04-22 21:44:32,2235.00,successful,40,US,2235.00,2235.00,2000.00 +1171836416,Retractable Scalpel Pocket Knife,Gadgets,Technology,USD,2015-11-22,1000.00,2015-10-23 00:32:51,4791.00,successful,80,US,4791.00,4791.00,1000.00 +1171838840,Kwame Baah | Exquisite Handcrafted footwear from Ghana,Footwear,Fashion,USD,2016-12-11,15000.00,2016-11-07 21:26:31,15993.00,successful,156,US,665.00,15993.00,15000.00 +117184810,Licence Plate Communication App,Software,Technology,USD,2015-03-14,30000.00,2015-02-12 01:21:15,0.00,failed,0,US,0.00,0.00,30000.00 +1171849296,Damsel,Games,Games,AUD,2017-10-29,50000.00,2017-09-29 03:49:04,7325.00,failed,137,AU,2656.14,5623.37,38384.77 +1171851528,T.R.P.L. THREAT 2014 LAUNCH,Fashion,Fashion,USD,2014-02-05,15000.00,2014-01-06 17:53:58,1565.00,failed,20,US,1565.00,1565.00,15000.00 +1171852890,Toska: a cinematic map of melancholic metanoia,Shorts,Film & Video,USD,2012-05-10,2000.00,2012-03-21 22:00:51,2006.00,successful,13,US,2006.00,2006.00,2000.00 +117186972,Dieselpunk! - Epic Role Playing Card Game (Canceled),Tabletop Games,Games,USD,2015-06-09,10000.00,2015-05-10 07:46:03,987.00,canceled,28,US,987.00,987.00,10000.00 +1171870767,Griffin Ranger 2: The Monster Lands,Fiction,Publishing,USD,2016-08-05,9000.00,2016-07-06 18:46:58,4934.99,failed,62,US,1075.00,4934.99,9000.00 +1171871108,Life As He Knew It - Chapter 2 (Yaoi Manga),Graphic Novels,Comics,USD,2017-07-30,658.00,2017-06-01 05:21:13,343.00,failed,22,US,63.00,343.00,658.00 +1171876791,Girls Rock!,Fashion,Fashion,USD,2012-04-04,2000.00,2012-02-24 02:35:37,185.00,failed,6,US,185.00,185.00,2000.00 +1171879400,2017 Calendar,Nature,Photography,USD,2016-09-17,1000.00,2016-08-18 05:40:43,1307.00,successful,30,US,477.00,1307.00,1000.00 +1171882784,Duffy's Jacket (Film),Film & Video,Film & Video,USD,2015-06-05,10000.00,2015-05-06 01:58:27,10125.00,successful,43,US,10125.00,10125.00,10000.00 +1171885699,EXUVIAE: Relics of House Dragonfly,Tabletop Games,Games,GBP,2017-04-30,1800.00,2017-03-31 12:58:04,4406.00,successful,293,GB,1992.04,5701.12,2329.10 +1171887937,The Joy of jQuery,Software,Technology,USD,2013-07-26,3000.00,2013-06-25 22:22:24,9177.61,successful,635,US,9177.61,9177.61,3000.00 +1171908050,Finding My Father (Canceled),Documentary,Film & Video,USD,2014-08-11,10000.00,2014-07-12 07:38:21,5.00,canceled,1,US,5.00,5.00,10000.00 +1171908741,The Pazific Launch: Support Seattle's Creative Community,Latin,Music,USD,2017-07-29,11500.00,2017-06-29 20:06:23,3904.00,failed,43,US,45.00,3904.00,11500.00 +1171911012,Egyptian,Playing Cards,Games,USD,2015-02-14,10000.00,2015-02-07 15:11:59,0.00,failed,0,US,0.00,0.00,10000.00 +1171916169,The world's most premium headphones with pure sound!,Sound,Technology,SEK,2017-10-11,300000.00,2017-09-06 17:02:34,108590.00,canceled,164,SE,6371.21,13351.94,36887.21 +1171918933,Oglala Lakota: Chasing Hope,Photography,Photography,USD,2011-12-26,8500.00,2011-11-21 06:44:47,123.00,failed,4,US,123.00,123.00,8500.00 +1171925665,Help Finish Wildhart's First Album!,Rock,Music,USD,2015-06-14,1500.00,2015-05-15 07:10:25,2254.00,successful,50,US,2254.00,2254.00,1500.00 +1171932479,Would you help a MONSTER make music? Yes or No?,Classical Music,Music,USD,2014-09-21,2000.00,2014-08-22 18:01:00,2778.00,successful,30,US,2778.00,2778.00,2000.00 +1171936274,The Coffee Table,Restaurants,Food,USD,2016-08-23,10000.00,2016-07-30 17:50:49,102.00,failed,3,US,100.00,102.00,10000.00 +117194179,FitConnect - The Ultimate Fitness Armband,Wearables,Technology,USD,2017-07-28,15000.00,2017-06-13 15:45:44,17047.00,canceled,294,US,11810.00,17047.00,15000.00 +1171952822,Reflections-Poetry Book (Canceled),Poetry,Publishing,USD,2014-08-10,4500.00,2014-06-26 23:10:57,65.00,canceled,5,US,65.00,65.00,4500.00 +1171954524,Lunar Dance – A Science Fiction Thriller,Fiction,Publishing,USD,2012-11-23,2500.00,2012-10-24 17:28:00,194.00,failed,8,US,194.00,194.00,2500.00 +1171958371,Sifu: Empower Your Learning,Technology,Technology,USD,2013-05-20,15000.00,2013-04-20 17:39:12,1036.00,failed,19,US,1036.00,1036.00,15000.00 +1171968487,FLIP-ON-BIT,Fabrication Tools,Technology,EUR,2015-08-09,15000.00,2015-07-10 13:35:57,375.00,failed,11,DE,415.23,418.91,16756.41 +1171969463,The Pennsylvania Pickle,Animation,Film & Video,USD,2015-07-16,50000.00,2015-06-16 03:28:21,310.00,failed,5,US,310.00,310.00,50000.00 +1171972535,Jane Doe #1- A comic about the end of the world. (1 of 2),Comics,Comics,GBP,2015-08-19,700.00,2015-07-20 18:33:53,1.00,canceled,1,GB,1.56,1.57,1097.08 +1171978927,Vivica Liqueur Burlesque- Authentic Self Expression!,Dance,Dance,USD,2011-03-14,200.00,2011-02-26 04:10:03,0.00,failed,0,US,0.00,0.00,200.00 +1171981506,Heart of Darkness,Electronic Music,Music,GBP,2013-08-30,3000.00,2013-07-01 18:19:47,111.00,failed,6,GB,168.85,172.03,4649.58 +117198206,usONaBUS,Photography,Photography,USD,2013-07-20,4500.00,2013-07-09 09:07:07,25.00,failed,1,US,25.00,25.00,4500.00 +1171989899,Smart Protektor,Technology,Technology,USD,2017-02-13,5000.00,2017-01-09 15:03:46,23614.00,suspended,816,US,2629.00,23614.00,5000.00 +1171994834,PetCUBE - Two-in-One Foldable Food&Water Station,Product Design,Design,DKK,2015-01-16,50000.00,2014-11-17 23:17:14,5.00,failed,1,DK,0.84,0.78,7793.26 +117199720,Talk Family,Apps,Technology,EUR,2015-11-14,39500.00,2015-09-15 22:24:26,170.00,failed,5,ES,192.83,181.70,42217.54 +1172005029,MOVIEOPOLIS: COMPLETE THE PILOT BEFORE DIRECTOR'S MOM PASSES,Webseries,Film & Video,USD,2014-08-05,16800.00,2014-07-20 01:51:01,188.00,canceled,11,US,188.00,188.00,16800.00 +1172013232,Fallen Beast (Project Ora) - US Version,Video Games,Games,USD,2016-05-03,3000.00,2016-03-31 04:36:05,2.00,failed,2,US,2.00,2.00,3000.00 +1172014240,IS JESUS REAL?,Movie Theaters,Film & Video,USD,2015-05-31,26000.00,2015-04-23 19:06:58,120.00,failed,3,US,120.00,120.00,26000.00 +1172016578,LOKBLOK- Revolutioninzing The Building Industry!,Architecture,Design,USD,2016-01-01,500000.00,2015-11-10 02:52:07,10.00,failed,1,US,10.00,10.00,500000.00 +1172027560,Canadian Nano Brewery,Drinks,Food,CAD,2017-03-18,35000.00,2017-02-11 02:11:29,56.00,failed,4,CA,15.20,41.88,26174.10 +"1172029754,Glass Dog Vase; the perfect gift for her!,Crafts,Crafts,USD,2013-06-23,2000.00,2013-06-03 21:53:50,20.00,failed,1,US,20.00,20.00,2000.00" +1172038527,48 Hours - Winter Roadtrip,Film & Video,Film & Video,USD,2014-03-14,101000.00,2014-02-12 03:14:38,0.00,failed,0,US,0.00,0.00,101000.00 +1172040052,Thankful from the third world,Hip-Hop,Music,USD,2015-09-22,5000.00,2015-08-23 09:27:01,0.00,failed,0,US,0.00,0.00,5000.00 +"1172041713,""That Nutty Redhead says,""""Hooray, You Can Eat Nuts Again!"""" GF"",Small Batch,Food,USD,2014-12-31,7800.00,2014-11-25 04:00:45,8545.00,successful,143,US,8545.00,8545.00,7800.00" +"1172055935,""Check: Chapter One; Story driven, turn based RPG!"",Video Games,Games,GBP,2013-09-15,1500.00,2013-08-15 17:27:29,358.45,failed,34,GB,553.67,574.22,2402.92" +1172061791,Marquis Playing Cards,Playing Cards,Games,CAD,2017-04-24,35672.00,2017-03-25 16:59:27,28221.00,canceled,257,CA,17108.85,20682.30,26142.91 +1172062665,Angel Tipping's First EP!!,Music,Music,USD,2017-03-22,3500.00,2017-02-20 06:23:03,776.00,failed,20,US,0.00,776.00,3500.00 +1172069939,Danna's Jealous Music Video,Film & Video,Film & Video,USD,2014-01-08,5000.00,2013-12-09 22:46:04,0.00,failed,0,US,0.00,0.00,5000.00 +1172070369,Nonsense,Shorts,Film & Video,GBP,2013-06-22,3000.00,2013-05-23 08:21:41,602.00,failed,17,GB,912.74,918.59,4577.71 +1172072687,Dead Boyfriends,Photography,Photography,USD,2016-02-29,2000.00,2016-01-28 23:51:57,2173.00,successful,22,US,2173.00,2173.00,2000.00 +1172073434,Here's looking up your transom,Places,Photography,USD,2014-10-18,15000.00,2014-09-08 14:05:01,429.00,failed,2,US,429.00,429.00,15000.00 +1172083510,Things I LOVE- A photography feel good book,Art Books,Publishing,USD,2016-12-01,18000.00,2016-10-31 15:50:33,7048.00,failed,50,US,2040.00,7048.00,18000.00 +1172084332,Life in Pursuit,Shorts,Film & Video,USD,2017-10-23,2000.00,2017-09-23 14:32:35,1.00,failed,1,US,0.00,1.00,2000.00 +1172085736,Fairytale Dreams Motivational Pins,Crafts,Crafts,GBP,2017-09-10,450.00,2017-08-11 12:43:39,452.00,successful,25,GB,339.23,614.16,611.45 +1172087428,W. Tee Shirts (Canceled),Fashion,Fashion,USD,2013-06-29,1000.00,2013-05-30 22:55:10,0.00,canceled,0,US,0.00,0.00,1000.00 +1172096385,Pet portraits,Painting,Art,USD,2015-05-01,500.00,2015-03-02 19:50:48,0.00,failed,0,US,0.00,0.00,500.00 +1172096924,Trivmph Guitars,Design,Design,EUR,2016-02-16,15000.00,2016-01-02 10:15:43,571.00,failed,13,IT,620.00,633.58,16643.92 +1172099311,StoryHome: The Connected Storytelling Device,Gadgets,Technology,EUR,2015-06-24,140000.00,2015-05-26 08:02:22,18334.00,failed,132,DE,20141.68,20537.69,156827.60 +"1172099942,""Singapore Tasty - gorgeous, tasteful foods of Singapore"",Food,Food,CAD,2015-06-18,5000.00,2015-05-19 03:51:26,0.00,canceled,0,CA,0.00,0.00,4074.65" +1172104665,Hartfelt's EP Moving Mountains,Hip-Hop,Music,USD,2013-03-14,1200.00,2013-02-12 20:05:16,10.00,failed,1,US,10.00,10.00,1200.00 +1172110528,Leather Scabbard,Jewelry,Fashion,USD,2018-01-15,2000.00,2017-11-16 10:54:06,0.00,live,0,US,0.00,0.00,2000.00 +117211083,What Follows- A Fantasy Anthology,Fiction,Publishing,USD,2014-01-05,9800.00,2013-12-06 19:14:53,1666.00,failed,54,US,1666.00,1666.00,9800.00 +1172112780,Dearly Magazine,Publishing,Publishing,USD,2017-11-25,10000.00,2017-10-26 22:49:39,4960.00,failed,51,US,75.00,4960.00,10000.00 +1172115615,Help Create a Mobile Greenhouse Classroom For School Kids!,Food,Food,USD,2012-06-19,5000.00,2012-05-15 23:59:22,5120.46,successful,74,US,5120.46,5120.46,5000.00 +1172121628,Aircrew Interview - Interviewing past and present aircrew,Video,Journalism,GBP,2014-10-01,800.00,2014-09-01 09:40:41,0.00,failed,0,GB,0.00,0.00,1285.31 +1172122615,finland is comming,Art,Art,EUR,2017-10-31,1400.00,2017-10-01 19:07:05,1437.00,successful,34,ES,59.07,1675.12,1631.99 +1172123025,ECHO - The biggest ceramic amplifier for smarthphones,Product Design,Design,EUR,2017-08-19,10000.00,2017-07-10 09:02:16,1594.00,failed,2,IT,0.00,1882.20,11808.05 +1172123776,Chase the Shark,Children's Books,Publishing,USD,2015-07-16,20000.00,2015-06-14 04:24:09,25.00,failed,1,US,25.00,25.00,20000.00 +1172134204,Documenting Women on the Leading Edge of Change,Documentary,Film & Video,USD,2011-07-05,7000.00,2011-06-03 06:24:10,470.00,failed,8,US,470.00,470.00,7000.00 +1172134749,The Stalker #1 Double-Sized Spectacular & more (Canceled),Comics,Comics,USD,2014-04-10,5000.00,2014-03-11 14:00:55,1013.00,canceled,40,US,1013.00,1013.00,5000.00 +1172144532,Crazy Deck,Playing Cards,Games,USD,2017-09-04,5000.00,2017-08-05 19:00:02,2830.00,canceled,95,US,1528.00,2830.00,5000.00 +1172150304,Outfluential,Publishing,Publishing,USD,2016-08-21,5000.00,2016-07-22 14:24:14,5122.00,successful,49,US,50.00,5122.00,5000.00 +"1172166341,""The C.B. Handplane Federation Movie """"Sin Cara's"""""",Action,Film & Video,USD,2014-05-20,5000.00,2014-04-28 16:24:18,120.00,failed,4,US,120.00,120.00,5000.00" +1172170061,TRAVISLEON: Redefining the smart luxury mechanical watch,Product Design,Design,CAD,2015-02-15,50000.00,2015-01-11 01:44:25,50304.00,successful,143,CA,42559.06,40385.36,40141.30 +"1172175690,""BLUEGUARD-E, World’s Safest Smart Lock for Everyone"",Gadgets,Technology,USD,2016-02-01,80000.00,2015-12-08 23:05:34,19193.00,failed,117,US,19193.00,19193.00,80000.00" +"1172176009,""ZERO, An Electronic Album by Galaxy"",Electronic Music,Music,USD,2017-04-15,3000.00,2017-03-14 18:20:52,3154.00,successful,18,US,125.00,3154.00,3000.00" +1172178928,StarBoy: The Boy Who Traded Clothes with the Stars,Children's Books,Publishing,USD,2013-12-30,20000.00,2013-11-30 00:34:51,7583.61,failed,132,US,7583.61,7583.61,20000.00 +1172184113,Police Precinct: ONLINE!,Tabletop Games,Games,USD,2016-06-22,5000.00,2016-06-01 19:58:26,5355.00,successful,274,US,5355.00,5355.00,5000.00 +1172193855,Luther King's I Have a Dream - Hopes of One Million Mosaic,Digital Art,Art,CAD,2013-10-26,100000.00,2013-09-11 00:37:04,0.00,failed,0,CA,0.00,0.00,95904.86 +1172201794,The Clovers: Then and Now (Canceled),Documentary,Film & Video,USD,2016-03-28,20000.00,2016-02-12 17:14:02,25.00,canceled,1,US,25.00,25.00,20000.00 +117220929,Stop-Motion Product Reviews,Technology,Technology,USD,2015-12-17,100.00,2015-11-17 00:20:35,0.00,failed,0,US,0.00,0.00,100.00 +"117222742,""Eat at Alboe - a little bit of everything: in OC, California"",Food,Food,USD,2014-09-25,20000.00,2014-08-26 16:26:10,1231.00,failed,23,US,1231.00,1231.00,20000.00" +117222848,Luv in Art Magazine,Zines,Publishing,USD,2015-04-02,33000.00,2015-02-21 06:48:21,642.00,failed,5,US,642.00,642.00,33000.00 +1172230914,Hardly Strictly Eelgrass: A Nantucket Roots Music Project,Country & Folk,Music,USD,2012-08-01,3800.00,2012-07-11 21:38:07,3802.00,successful,32,US,3802.00,3802.00,3800.00 +1172233690,Grit and Grace EP,Rock,Music,GBP,2014-02-24,1000.00,2014-02-10 20:47:05,80.00,failed,5,GB,131.28,133.74,1671.77 +1172241290,The Smart Cup - Stay Connected To What's Important,Product Design,Design,USD,2012-11-26,20000.00,2012-09-27 21:46:57,2242.00,failed,60,US,2242.00,2242.00,20000.00 +1172244098,Sugar & Steel's Debut Album: YOU Can Be A Part!,Country & Folk,Music,USD,2017-04-12,19500.00,2017-03-13 04:50:28,21500.00,successful,230,US,1499.00,21500.00,19500.00 +1172249065,Mike's Delicious Homemade Mac & Cheese,Food,Food,USD,2014-08-27,10.00,2014-07-28 09:00:08,0.00,failed,0,US,0.00,0.00,10.00 +"11722581,The Corduroy Man,Film & Video,Film & Video,USD,2014-10-01,2500.00,2014-08-31 01:52:31,3077.37,undefined,0,""N,0"""""",,3077.37,2500.00" +1172260421,PHOTONICZ ONE - The World's First Weather Sealed LED Strobe,Camera Equipment,Technology,USD,2017-10-09,84900.00,2017-08-28 16:56:45,17025.00,failed,20,US,3306.00,17025.00,84900.00 +117226187,Whatever You Need - a new album from Rosie and the Ramblers,Country & Folk,Music,USD,2014-03-20,8000.00,2014-02-18 19:05:44,9342.00,successful,90,US,9342.00,9342.00,8000.00 +1172271189,Free Shakespeare in the Park,Theater,Theater,USD,2013-03-01,11600.00,2013-02-01 23:24:10,12818.83,successful,202,US,12818.83,12818.83,11600.00 +"1172276551,""at long last, the recording of my solo album"",Music,Music,USD,2012-12-14,18000.00,2012-10-15 20:59:47,505.00,failed,4,US,505.00,505.00,18000.00" +1172277250,#TBT - Throwback Thursday Made Simple!,Apps,Technology,USD,2016-07-25,15000.00,2016-06-17 21:06:41,0.00,failed,0,US,0.00,0.00,15000.00 +1172281630,FIND Art Magazine! The Endless Search for Art!,Journalism,Journalism,USD,2010-03-01,9000.00,2010-01-17 08:31:47,340.00,failed,11,US,340.00,340.00,9000.00 +1172281657,Farm Yarns: breed-specific wool spun into unique yarns,Knitting,Crafts,USD,2015-12-12,8630.00,2015-11-12 15:42:44,1546.00,failed,26,US,1546.00,1546.00,8630.00 +1172287138,Paper Angels cd and video release.,Rock,Music,USD,2015-01-05,30000.00,2014-11-26 16:27:08,51.00,failed,2,US,51.00,51.00,30000.00 +1172287605,Post-Its (Notes on a Marriage),Theater,Theater,CAD,2013-12-25,300.00,2013-11-04 20:52:02,428.00,successful,7,CA,410.49,401.35,281.32 +1172297754,Bites Photos,People,Photography,USD,2015-07-25,10000.00,2015-06-24 15:08:32,20.00,failed,2,US,20.00,20.00,10000.00 +1172304556,Alice and the Invaders From Wonderland (Canceled),Graphic Novels,Comics,USD,2016-06-04,7250.00,2016-05-05 14:39:17,1184.00,canceled,24,US,1184.00,1184.00,7250.00 +1172305761,Bubbles Bath Boutique,Crafts,Crafts,USD,2015-04-13,2000.00,2015-03-30 19:08:01,756.00,failed,28,US,756.00,756.00,2000.00 +1172308969,Ambassadors of Morning,Indie Rock,Music,USD,2016-03-20,5000.00,2016-02-19 19:31:50,5442.00,successful,67,US,5442.00,5442.00,5000.00 +1172311512,Chicago Beef & Dogs,Food,Food,USD,2012-11-15,80000.00,2012-10-16 02:33:24,1.00,failed,1,US,1.00,1.00,80000.00 +1172315905,Locked Memories,Fine Art,Photography,USD,2016-04-11,2500.00,2016-03-12 23:12:52,194.00,failed,4,US,194.00,194.00,2500.00 +117231686,Lighting Encoder Wing,Gadgets,Technology,USD,2017-08-04,25000.00,2017-07-15 20:43:13,11906.00,failed,30,US,4951.00,11906.00,25000.00 +1172319011,Therapist Health Professionals App,Apps,Technology,USD,2015-03-24,1500.00,2015-02-23 22:33:33,156.00,failed,4,US,156.00,156.00,1500.00 +1172319040,Let's MOVE This Piece!,Sculpture,Art,USD,2012-08-27,7000.00,2012-08-10 17:49:36,8000.00,successful,125,US,8000.00,8000.00,7000.00 +"1172321691,""Patrick Norton's Debut Album, Easy Come Easy Go"",Indie Rock,Music,USD,2011-11-28,2500.00,2011-10-19 03:15:19,3362.00,successful,65,US,3362.00,3362.00,2500.00" +1172328588,The Tiny House Coloring (and Activity!) Book,Illustration,Art,USD,2015-12-10,700.00,2015-11-20 18:12:52,1845.00,successful,64,US,1845.00,1845.00,700.00 +1172331221,Minute Weave - Get Fabulous Hair In 10 minutes or less!,Fashion,Fashion,USD,2016-05-31,15000.00,2016-04-28 19:32:54,15754.00,successful,101,US,15754.00,15754.00,15000.00 +"1172334218,The Matobo Hills of Zimbabwe: a photo story,Publishing,Publishing,SEK,2015-07-13,65000.00,2015-06-11 03:16:28,8030.00,undefined,0,""N,0"""""",,935.82,7575.14" +1172338387,Chris the Raccoon,Mobile Games,Games,GBP,2014-08-03,45000.00,2014-07-04 05:42:36,5.00,failed,1,GB,8.57,8.40,75618.81 +1172341737,Plaything EP,Pop,Music,USD,2012-10-14,5000.00,2012-08-15 22:00:43,6834.99,successful,47,US,6834.99,6834.99,5000.00 +1172343308,Mirror Box Mind,Art,Art,USD,2011-06-28,200.00,2011-05-29 22:09:38,202.00,successful,6,US,202.00,202.00,200.00 +1172355079,Let's get Hometown Heroes into the Studio!,Rock,Music,GBP,2015-03-28,750.00,2015-02-26 06:59:40,101.00,failed,2,GB,156.30,149.51,1110.24 +1172357907,RingREVOLUTION Bullets to Bells World Tour,Public Art,Art,USD,2011-10-25,30000.00,2011-09-03 01:11:53,827.00,failed,5,US,827.00,827.00,30000.00 +1172358904,Castellan Records Debut LP: 'Under A Green Sea',Indie Rock,Music,USD,2012-12-31,5000.00,2012-12-01 02:39:38,5023.00,successful,41,US,5023.00,5023.00,5000.00 +1172368224,Dragon Treasures Board Game,Tabletop Games,Games,USD,2012-09-27,40000.00,2012-08-28 02:21:00,651.00,failed,14,US,651.00,651.00,40000.00 +1172368275,DnD 5th edition 9th level adventure pack,Tabletop Games,Games,USD,2016-02-23,30.00,2016-02-02 05:31:50,1799.00,successful,96,US,1799.00,1799.00,30.00 +1172385672,VIGNETTES (Personal Art of Armand Serrano),Art Books,Publishing,USD,2016-07-07,18000.00,2016-06-07 02:48:18,24182.00,successful,416,US,24182.00,24182.00,18000.00 +1172394051,young makers group,DIY Electronics,Technology,AUD,2014-07-14,3501.00,2014-06-05 07:48:51,11.00,failed,3,AU,10.19,10.33,3286.71 +1172398781,Bring Zora! Let The People Sing! to New York City,Plays,Theater,USD,2017-11-27,6500.00,2017-10-13 04:28:51,0.00,canceled,0,US,0.00,0.00,6500.00 +1172405652,Devil's Marking,Games,Games,USD,2017-04-17,15000.00,2017-02-16 23:35:47,32.00,failed,3,US,0.00,32.00,15000.00 +1172405693,Youtube: Educational Minecraft Videos for Kids and Family.,Family,Film & Video,USD,2015-02-22,1200.00,2015-02-02 23:51:53,9.00,failed,1,US,9.00,9.00,1200.00 +"1172410512,""Hinduism, Spirituality And The Misconceptions"",Publishing,Publishing,GBP,2015-08-14,3000.00,2015-07-15 22:42:46,90.00,undefined,0,""N,0"""""",,140.71,4690.43" +1172413698,Make Us Happy!,Country & Folk,Music,GBP,2015-12-24,500.00,2015-11-26 00:33:32,661.00,successful,20,GB,1000.38,985.55,745.50 +"117243097,""Art, Revolution and Journalism: The Collaboration of JG POSADA and A VANEGAS ARROYO "",Documentary,Film & Video,USD,2010-10-21,15000.00,2010-07-23 17:56:16,365.00,failed,3,US,365.00,365.00,15000.00" +1172431889,Astropunny Animals Enamel Pin Collection,Art,Art,SGD,2017-11-29,400.00,2017-10-30 17:02:32,1503.00,successful,60,SG,0.00,1115.48,296.87 +1172432763,National Park Landscape Photography,Places,Photography,USD,2014-10-09,1000.00,2014-08-25 23:58:24,310.00,failed,2,US,310.00,310.00,1000.00 +1172433803,Alien Frontiers Big Box - Reloaded!,Tabletop Games,Games,USD,2015-03-26,45786.00,2015-03-13 22:02:40,155275.00,successful,1543,US,155275.00,155275.00,45786.00 +1172437261,Tarot and Treasure Overhaul! (Canceled),Candles,Crafts,USD,2016-07-23,300.00,2016-06-28 03:31:34,51.00,canceled,3,US,51.00,51.00,300.00 +1172444602,Brain Cancer Awareness Shackle Bracelet,Jewelry,Fashion,USD,2016-03-09,75.00,2016-02-08 19:01:00,125.00,successful,5,US,125.00,125.00,75.00 +1172452708,SgamerPC,Gaming Hardware,Games,USD,2015-10-17,7500.00,2015-09-17 02:20:52,0.00,failed,0,US,0.00,0.00,7500.00 +1172457008,Nothing left to do but die,Shorts,Film & Video,USD,2010-08-20,500.00,2010-07-06 09:35:44,0.00,failed,0,US,0.00,0.00,500.00 +1172468798,Big Cookie,Small Batch,Food,USD,2014-08-03,5.00,2014-07-09 23:56:44,10.00,successful,1,US,10.00,10.00,5.00 +1172469485,King of the North,Games,Games,GBP,2014-03-05,250.00,2014-02-05 15:42:01,559.00,successful,24,GB,911.37,937.45,419.25 +1172470807,Beautify your Bath Countertop while Saving the Planet,Product Design,Design,USD,2015-12-04,9000.00,2015-11-04 23:06:22,1716.00,failed,37,US,1716.00,1716.00,9000.00 +1172474264,Academic Championship Belt (Canceled),Product Design,Design,USD,2016-06-24,3000.00,2016-05-25 22:09:21,60.00,canceled,3,US,60.00,60.00,3000.00 +1172480558,Prophet Pray For Me Video Fundraiser,Hip-Hop,Music,USD,2012-04-02,1000.00,2012-03-03 17:27:22,0.00,failed,0,US,0.00,0.00,1000.00 +117248425,The Strasbourg Diary Comic Sketchbook,Comics,Comics,USD,2014-08-23,500.00,2014-08-02 00:59:51,1025.00,successful,35,US,1025.00,1025.00,500.00 +1172486062,sPeak HonesT: Clothes that sPeak for you!,Apparel,Fashion,CAD,2017-06-18,5000.00,2017-04-19 16:00:38,1.00,failed,1,CA,18.76,0.76,3779.00 +1172487871,UNDERSTUDY,Shorts,Film & Video,USD,2010-06-04,8000.00,2010-05-07 18:01:51,1757.00,failed,20,US,1757.00,1757.00,8000.00 +1172503972,Upon a Tzorkly Moon - Fantasy Art Book by Jacqui Lovesey,Art Books,Publishing,GBP,2017-02-28,5000.00,2017-02-01 00:43:59,11104.00,successful,147,GB,638.79,13585.03,6117.18 +1172506818,The BeautyBeam - Beauty Light,Accessories,Fashion,USD,2014-07-03,5000.00,2014-06-03 19:13:11,5853.00,successful,27,US,5853.00,5853.00,5000.00 +1172510612,Vanessa Peters :: New Album!!,Indie Rock,Music,USD,2011-09-22,10000.00,2011-08-23 19:02:00,10967.23,successful,165,US,10967.23,10967.23,10000.00 +1172519549,Dead Jack and the Pandemonium Device,Fiction,Publishing,USD,2016-08-11,1000.00,2016-07-12 21:22:27,5356.00,successful,235,US,1326.00,5356.00,1000.00 +1172521043,mia rose lynne | new album,Country & Folk,Music,USD,2015-07-21,11000.00,2015-06-21 22:34:11,12201.00,successful,238,US,12201.00,12201.00,11000.00 +1172529515,Passport & Palette - Second Season Launch,Art,Art,USD,2010-11-29,75000.00,2010-10-30 03:47:49,10420.00,failed,114,US,10420.00,10420.00,75000.00 +1172546546,Anna's War: Called,Fiction,Publishing,USD,2013-04-01,20300.00,2013-03-01 04:54:14,185.00,failed,4,US,185.00,185.00,20300.00 +1172550434,We want 64-bit Android on our Note 4 and Tab S2 9.7,Software,Technology,EUR,2015-12-24,1000.00,2015-11-24 21:48:48,4.00,suspended,4,BE,4.24,4.38,1094.70 +1172551255,The Music Box Playing Cards Relaunch,Playing Cards,Games,USD,2017-02-21,10000.00,2017-01-22 18:01:02,10697.00,successful,184,US,5791.00,10697.00,10000.00 +1172553112,Daddies Date Babies | a documentary,Documentary,Film & Video,USD,2014-10-08,30000.00,2014-09-08 08:31:58,14639.54,failed,171,US,14639.54,14639.54,30000.00 +1172553281,S E Ohio photo book startup funds for equipment,Photobooks,Photography,USD,2016-11-03,500.00,2016-10-04 21:33:48,0.00,failed,0,US,0.00,0.00,500.00 +1172555879,Plastique of Fanø tall ship catamaran,Product Design,Design,DKK,2016-09-23,250000.00,2016-07-25 21:55:07,4000.00,failed,1,DK,0.00,601.68,37604.73 +117256776,Educational board game: Road Trip,Tabletop Games,Games,USD,2014-08-29,25000.00,2014-07-30 14:01:56,1.00,failed,1,US,1.00,1.00,25000.00 +1172568568,Worlds Most Basic Alarm Clock,Product Design,Design,USD,2016-04-01,1500.00,2016-03-02 20:36:40,20.00,failed,3,US,20.00,20.00,1500.00 +1172574617,Changing the Medium.,Painting,Art,USD,2014-10-10,1500.00,2014-09-10 01:18:40,1885.00,successful,22,US,1885.00,1885.00,1500.00 +1172579511,HABITS – Couch the way you want it,Product Design,Design,DKK,2015-06-27,166200.00,2015-04-28 20:24:29,10310.00,failed,35,DK,1501.27,1533.36,24718.17 +"1172581042,""Us, Without You"",Drama,Film & Video,USD,2014-08-28,4500.00,2014-07-29 21:42:44,4847.00,successful,63,US,4847.00,4847.00,4500.00" +1172581501,OPENING BAMBU' TEA HOUSE,Food,Food,USD,2013-07-22,10000.00,2013-07-08 17:49:21,10920.00,successful,160,US,10920.00,10920.00,10000.00 +"1172588444,Dai Robs Full Studio Album,Music,Music,GBP,2015-10-05,2000.00,2015-09-03 22:10:27,2455.00,undefined,0,""N,0"""""",,3765.86,3067.91" +1172601651,Take The Stage- Creative Outlet,Performance Art,Art,USD,2016-03-11,2000.00,2016-02-10 01:22:14,3.00,failed,3,US,3.00,3.00,2000.00 +117260975,ELISIUM is off to make a record! Please help us with a hotel,Rock,Music,USD,2012-02-06,200.00,2012-01-23 16:21:12,550.00,successful,7,US,550.00,550.00,200.00 +1172611530,The Great NC Beer Map,Drinks,Food,USD,2015-07-24,7500.00,2015-06-24 14:11:29,12351.00,successful,394,US,12351.00,12351.00,7500.00 +1172616747,Design Speed: A Documentary Film,Documentary,Film & Video,USD,2011-04-29,25000.00,2011-03-29 01:07:18,910.00,failed,10,US,910.00,910.00,25000.00 +1172617485,Lifebringer Diabetes,Software,Technology,USD,2014-06-24,10000.00,2014-04-25 19:55:58,2300.00,failed,33,US,2300.00,2300.00,10000.00 +1172623559,Junkyard Junkies Collectors Cards,Comic Books,Comics,USD,2016-07-29,1500.00,2016-06-19 08:18:16,75.00,failed,3,US,70.00,75.00,1500.00 +"1172627557,'COLLECTING SMILES' - Be a Part of Our New Music Video :- ),Music,Music,EUR,2015-07-01,2500.00,2015-05-25 09:28:35,2500.00,undefined,0,""N,0"""""",,2773.99,2773.99" +"1172633588,""Send """"Lost and Found"""" to FringeNYC!"",Theater,Theater,USD,2010-08-14,4500.00,2010-07-04 21:58:09,15.00,failed,2,US,15.00,15.00,4500.00" +1172643942,FACETTES - Handmade glass jewellery,Fashion,Fashion,DKK,2016-05-31,50000.00,2016-05-01 22:33:31,3875.00,failed,9,DK,594.89,581.08,7497.83 +1172646626,OperaBend's Vía Láctea: A Woman Walks the Camino de Santiago,Musical,Theater,USD,2016-05-03,20000.00,2016-03-19 04:17:02,20536.00,successful,106,US,20536.00,20536.00,20000.00 +1172647065,“The Girl Who Didn't Listen to Her Mom”,Theater,Theater,USD,2012-04-30,500.00,2012-04-02 17:34:51,516.00,successful,14,US,516.00,516.00,500.00 +1172652557,NobleMotion Dance - Spitting Ether,Dance,Dance,USD,2012-06-17,10000.00,2012-05-23 18:58:43,10284.00,successful,152,US,10284.00,10284.00,10000.00 +1172654804,Mosaic Music Ensemble Premiere Concert,Classical Music,Music,USD,2012-01-28,3000.00,2011-12-30 20:19:33,3377.72,successful,106,US,3377.72,3377.72,3000.00 +1172660476,4-in-1 Bow Tie by Bruce Tie Company,Accessories,Fashion,USD,2018-01-29,2500.00,2017-12-30 00:31:36,185.00,live,5,US,80.00,185.00,2500.00 +1172665157,BANG! presented by: Rogue Dance Co.,Dance,Dance,USD,2013-01-31,3150.00,2013-01-01 20:18:39,3622.00,successful,77,US,3622.00,3622.00,3150.00 +1172665411,UK Film Review - Short Film Festival,Festivals,Film & Video,GBP,2015-08-06,6000.00,2015-07-07 22:58:29,60.00,failed,1,GB,93.36,93.10,9310.12 +1172669596,Vista Nueva High School Green Living Magazine,Periodicals,Publishing,USD,2012-05-13,700.00,2012-04-25 21:00:56,45.00,failed,2,US,45.00,45.00,700.00 +1172678145,Fido & Co Velcro Collars and Bandanas,Pet Fashion,Fashion,AUD,2017-05-13,4000.00,2017-04-05 00:29:59,40.00,failed,2,AU,30.45,29.75,2974.86 +1172694179,Tea from Nepal: The Best Kept Secret In The Tea Industry,Food,Food,USD,2017-03-08,32000.00,2017-02-01 23:09:32,42759.99,successful,494,US,10736.99,42759.99,32000.00 +1172705868,The COMPLETE Girls With Slingshots!,Webcomics,Comics,USD,2017-10-18,50000.00,2017-09-18 23:00:20,260942.13,successful,2662,US,60374.13,260942.13,50000.00 +"1172711484,""blink(1), the USB RGB LED"",Hardware,Technology,USD,2012-08-13,29000.00,2012-07-09 08:01:13,132317.99,successful,2655,US,132317.99,132317.99,29000.00" +1172714647,Hardcopy Mixtapes Printed,Hip-Hop,Music,USD,2013-06-24,250.00,2013-05-29 23:02:06,280.00,successful,17,US,280.00,280.00,250.00 +1172715570,Trading Card Game Loot Bags (Canceled),Playing Cards,Games,GBP,2015-10-09,3000.00,2015-09-09 01:30:10,0.00,canceled,0,GB,0.00,0.00,4601.86 +1172719228,The Shlocker | Roommate stealing your shampoo? Not anymore!,Product Design,Design,USD,2016-05-01,30000.00,2016-03-31 15:21:41,31285.00,successful,134,US,31285.00,31285.00,30000.00 +1172719428,Split Lip Magazine: 2012-2013 Anthology,Publishing,Publishing,USD,2013-08-01,800.00,2013-07-02 11:20:50,1068.00,successful,25,US,1068.00,1068.00,800.00 +1172723383,On The Property Ladder,Software,Technology,GBP,2014-11-18,12000.00,2014-11-04 21:51:48,0.00,failed,0,GB,0.00,0.00,18818.81 +1172728834,Two Rivers Burrito Co.,Food,Food,USD,2013-06-01,2500.00,2013-05-14 23:02:46,170.00,failed,7,US,170.00,170.00,2500.00 +1172731675,Be a part of creating Spirit Lake's first full length album!,Rock,Music,USD,2012-09-05,1300.00,2012-08-15 19:38:31,1740.00,successful,29,US,1740.00,1740.00,1300.00 +1172737193,Bartender's Tool Roll by McSology,Product Design,Design,USD,2013-06-29,9000.00,2013-05-30 20:06:53,11500.00,successful,81,US,11500.00,11500.00,9000.00 +117274316,Ya Got Trouble! Music Man Edmonton,Musical,Theater,CAD,2016-11-13,1500.00,2016-10-14 02:42:25,1500.00,successful,12,CA,37.83,1109.88,1109.88 +1172744855,A Low End Theory | The Art of Seeing Sounds,Art,Art,USD,2012-03-03,2000.00,2012-02-08 19:16:10,2351.11,successful,52,US,2351.11,2351.11,2000.00 +1172745141,Boneyard Pets v4 : 3D Aluminum Dinosaur Skeleton Scuptures,Sculpture,Art,USD,2017-02-25,100.00,2017-01-26 15:03:56,12543.00,successful,43,US,6566.00,12543.00,100.00 +1172756719,Panjeri Chocolates,Food,Food,USD,2016-05-31,1000.00,2016-04-14 04:41:29,0.00,failed,0,US,0.00,0.00,1000.00 +1172773272,Crystal Bones: Anatomically Precise Human Jaws in Glass.,Sculpture,Art,CAD,2014-03-04,2000.00,2014-02-10 13:21:21,10.00,failed,1,CA,9.06,9.10,1820.83 +"1172775158,""Glass Art Gallery & Studio in NYC: SoHo, BK or Times Square"",Sculpture,Art,USD,2014-12-05,75000.00,2014-11-05 20:23:01,0.00,failed,0,US,0.00,0.00,75000.00" +117277627,A Universal Language,Indie Rock,Music,USD,2017-03-20,800.00,2017-03-06 08:08:37,1753.00,successful,19,US,285.00,1753.00,800.00 +1172780582,The Tourist: An epic story. A better way to release music.,Rock,Music,USD,2015-08-01,5500.00,2015-07-02 06:27:55,1890.00,failed,19,US,1890.00,1890.00,5500.00 +1172796768,Saving Endangered Piping Plovers Through Photography,Nature,Photography,USD,2014-11-04,3000.00,2014-10-05 12:44:23,1201.00,failed,47,US,1201.00,1201.00,3000.00 +1172802037,Funny Business,Comic Books,Comics,CAD,2015-07-25,2000.00,2015-06-26 00:59:31,0.00,failed,0,CA,0.00,0.00,1532.80 +1172806089,My Boy Band (XY) is going WIRELESS! Get in on the sonic revolution today.,Indie Rock,Music,USD,2010-05-21,8500.00,2010-04-06 12:03:50,9178.00,successful,152,US,9178.00,9178.00,8500.00 +1172815579,Nature's Harvest Hydroponics,Farms,Food,USD,2014-12-31,15000.00,2014-12-19 17:07:36,1.00,failed,1,US,1.00,1.00,15000.00 +1172821130,Seashells and Shorelines: Hawaii Inspired Jewelry,Art,Art,USD,2014-04-24,3500.00,2014-03-25 20:12:01,35.00,failed,2,US,35.00,35.00,3500.00 +1172821236,Seaport Stitches Diaper Bag,Accessories,Fashion,USD,2016-05-22,30000.00,2016-05-01 03:52:52,30617.00,successful,134,US,30617.00,30617.00,30000.00 +1172825556,Ice Breaker: A love story,Fiction,Publishing,USD,2013-02-28,10000.00,2013-01-19 01:41:12,240.00,failed,3,US,240.00,240.00,10000.00 +1172828579,A Snowstorm in Cuba,Fiction,Publishing,CAD,2014-10-12,1600.00,2014-09-09 16:00:06,1605.00,successful,27,CA,1474.23,1427.68,1423.23 +"1172828633,""Support """"Homecoming"""": A Short Film"",Shorts,Film & Video,USD,2009-11-20,2000.00,2009-10-22 08:09:01,2207.00,successful,65,US,2207.00,2207.00,2000.00" +1172830788,Will & Ivo,Television,Film & Video,USD,2015-02-01,95000.00,2014-12-13 03:43:29,61.00,failed,7,US,61.00,61.00,95000.00 +1172833609,Team Building Escape room hire,Games,Games,GBP,2017-06-11,2500.00,2017-05-12 00:09:34,182.00,failed,7,GB,51.80,232.40,3192.28 +1172837806,GAWNEVE - EvErlasting -DVD (Canceled),Indie Rock,Music,USD,2014-05-08,4500.00,2014-04-08 00:50:18,0.00,canceled,0,US,0.00,0.00,4500.00 +1172840711,Gold Detailed Soft Enamel Skull Pin,Accessories,Fashion,USD,2016-12-29,350.00,2016-11-29 19:33:16,179.00,failed,12,US,25.00,179.00,350.00 +1172843255,The LOVE Project,Music,Music,USD,2016-03-05,10000.00,2016-02-04 19:02:17,13606.00,successful,137,US,13606.00,13606.00,10000.00 +1172853522,YOUTH ZONE ACROSS AMERICA,Performance Art,Art,USD,2015-01-21,10000.00,2014-12-22 22:54:50,51.00,failed,5,US,51.00,51.00,10000.00 +1172854635,Hidden Temple: Streetwear For The Conscious Soul,Apparel,Fashion,GBP,2016-11-26,5000.00,2016-10-27 09:39:29,421.00,failed,21,GB,0.00,531.45,6311.78 +1172859469,99 Bottles,Apps,Technology,USD,2014-12-15,50000.00,2014-10-16 03:47:29,0.00,failed,0,US,0.00,0.00,50000.00 +117286343,MANEATER: The Fall Of Mankind - A Graphic Novel,Comics,Comics,USD,2013-07-24,15000.00,2013-06-24 19:01:13,2306.00,failed,22,US,2306.00,2306.00,15000.00 +1172871931,KAIJU RISING: Age of Monsters Anthology,Fiction,Publishing,USD,2013-10-06,10000.00,2013-09-06 17:48:37,18562.50,successful,444,US,18562.50,18562.50,10000.00 +1172873053,Enamel Pin: Stay the Course,Accessories,Fashion,CAD,2017-08-01,1000.00,2017-07-12 00:32:51,585.00,failed,27,CA,117.98,465.32,795.42 +1172874021,Put new dizzybloom music onto CD with an extra Bonus Track,Indie Rock,Music,USD,2012-10-24,3000.00,2012-09-24 20:39:21,25.00,canceled,1,US,25.00,25.00,3000.00 +1172875751,The Unstoppable | A Revolutionary Racing Game!,Video Games,Games,SEK,2017-04-17,8000.00,2017-03-18 01:39:52,505.00,failed,5,SE,0.00,56.05,887.89 +117288255,NYC Exhibition - shipping cost help - sticker reward,Painting,Art,EUR,2016-09-07,800.00,2016-08-08 16:06:13,9.00,failed,2,DE,0.00,10.14,901.44 +1172885017,City of Hope: Sex Trafficking (In Progress),Webseries,Film & Video,USD,2014-03-11,2000.00,2014-02-24 22:27:35,100.00,failed,1,US,100.00,100.00,2000.00 +1172890703,Simple Genius MCR - Hand Drawn T-Shirt Designs,Fashion,Fashion,GBP,2014-01-03,250.00,2013-12-04 13:01:10,621.00,successful,17,GB,1016.18,1019.54,410.44 +1172892804,SCUBAJET. World’s first flexible water sports jet-engine,Gadgets,Technology,EUR,2016-09-01,150000.00,2016-08-02 10:35:29,53597.30,canceled,70,AT,3819.95,59991.16,167894.16 +1172900530,Dropscotch Magazine: The First Issue,Periodicals,Publishing,USD,2011-10-31,1500.00,2011-10-01 13:55:20,1655.00,successful,29,US,1655.00,1655.00,1500.00 +117290333,I Bike Colorado Clock,Mixed Media,Art,USD,2014-06-13,2000.00,2014-05-14 03:36:35,210.00,failed,5,US,210.00,210.00,2000.00 +1172906522,Desjgn 100% Plastic Playing Cards: Classic Victorians,Games,Games,USD,2013-06-13,7000.00,2013-05-09 02:27:41,3023.00,failed,115,US,3023.00,3023.00,7000.00 +1172906690,The Waly Project,Fashion,Fashion,USD,2011-11-07,11000.00,2011-09-23 07:54:12,670.00,failed,11,US,670.00,670.00,11000.00 +1172921838,Double Decker Coffee Shop- making community & a difference,Food Trucks,Food,USD,2014-09-20,30000.00,2014-08-21 18:32:17,30851.33,successful,167,US,30851.33,30851.33,30000.00 +1172925396,VEGAN EDUCATION,Vegan,Food,CAD,2015-02-01,10000.00,2014-12-19 04:43:17,41.00,failed,3,CA,35.23,32.94,8035.36 +1172928739,LeadHERship around the Globe,Publishing,Publishing,USD,2014-05-04,12000.00,2014-04-03 22:25:29,192.00,failed,6,US,192.00,192.00,12000.00 +1172930185,Build to give back- Train in Style,Apparel,Fashion,USD,2017-07-26,3500.00,2017-06-26 17:09:41,0.00,failed,0,US,0.00,0.00,3500.00 +1172933358,DJ Noize Crank: Entering the Dubstep Arena - Album Release,Electronic Music,Music,USD,2012-03-19,10000.00,2012-01-19 18:49:27,50.00,failed,2,US,50.00,50.00,10000.00 +1172936561,Forever Strawberries,Farms,Food,USD,2015-05-20,25000.00,2015-04-20 00:39:34,85.00,failed,3,US,85.00,85.00,25000.00 +1172936952,Rowdy Mermaid Kombucha (Canceled),Drinks,Food,USD,2014-07-23,12000.00,2014-07-03 07:18:41,245.00,canceled,8,US,245.00,245.00,12000.00 +117294778,VAIN ATTEMPT,Documentary,Film & Video,USD,2012-10-15,3000.00,2012-09-15 20:30:25,2.00,failed,2,US,2.00,2.00,3000.00 +1172948128,The Cortlandt School of Performing Arts Project,Theater,Theater,USD,2012-10-11,10000.00,2012-09-11 01:42:46,10006.00,successful,48,US,10006.00,10006.00,10000.00 +1172950102,WONDERBUND: A Reversible Tuxedo Cummerbund,Fashion,Fashion,USD,2014-05-01,15000.00,2014-04-08 06:11:32,15629.00,successful,92,US,15629.00,15629.00,15000.00 +"1172967405,""Ladie K Productions Presents """"MISSING"""" short film"",Shorts,Film & Video,USD,2013-02-24,500.00,2013-01-25 02:09:19,976.00,successful,20,US,976.00,976.00,500.00" +1172969299,Barbarian Drinking Game - Voyage of the Kings Cup,Games,Games,USD,2015-05-09,5000.00,2015-04-09 11:13:10,663.00,failed,5,US,663.00,663.00,5000.00 +1172979683,The Timestream Drifter - 2.0 (Canceled),Fiction,Publishing,AUD,2015-03-03,1550.00,2015-02-01 04:45:28,421.00,canceled,5,AU,327.52,329.91,1214.64 +1172981039,Mighty essequibo,Nature,Photography,GBP,2016-08-18,2000.00,2016-07-14 14:28:01,2.00,canceled,2,GB,1.33,2.62,2617.60 +117299159,Personalized Airbrushed Apparel and... EVERYTHING Else,Textiles,Art,USD,2017-04-05,10000.00,2017-03-06 06:15:17,52.00,failed,1,US,0.00,52.00,10000.00 +1172995417,Paradox,Video Games,Games,USD,2017-08-21,5000.00,2017-07-22 03:02:38,111.00,canceled,8,US,111.00,111.00,5000.00 +1172995484,Wee Folk Zeb & Tanzi Fairy Illuminaries by Positive Products,Crafts,Crafts,USD,2016-06-06,4500.00,2016-05-07 05:41:43,65.00,failed,1,US,65.00,65.00,4500.00 +1172996287,The Young Sun Sketchbook Vol. I,Illustration,Art,USD,2017-08-18,3500.00,2017-08-08 00:43:11,18.00,canceled,1,US,0.00,18.00,3500.00 +"1173001744,""Killing, My Friend (Canceled)"",Video Games,Games,USD,2015-11-22,175000.00,2015-10-23 01:00:43,3317.00,canceled,82,US,3317.00,3317.00,175000.00" +1173002119,Paw Gear,Crafts,Crafts,USD,2015-10-11,10000.00,2015-09-11 20:12:05,0.00,failed,0,US,0.00,0.00,10000.00 +"1173009469,Letterbox: They Might Be Giants Reimagined,Music,Music,USD,2015-03-16,2500.00,2015-02-14 18:29:40,2780.00,undefined,0,""N,0"""""",,2780.00,2500.00" +1173014433,The Skeptical Son: A Memoir of American Atheism,Nonfiction,Publishing,USD,2013-06-30,2000.00,2013-05-15 01:24:52,745.00,failed,23,US,745.00,745.00,2000.00 +1173026481,Matteo's Day Off: A Story of Rising Seas,Children's Books,Publishing,USD,2012-12-24,2875.00,2012-11-21 06:36:17,3233.00,successful,87,US,3233.00,3233.00,2875.00 +1173028570,Change Your Mind - hit song inspires new book and cd!,Publishing,Publishing,USD,2015-06-26,15000.00,2015-05-26 22:40:28,70770.55,successful,444,US,70770.55,70770.55,15000.00 +1173028666,Danilo Gabrielli: Clothing to Make Women Feel Confident,Fashion,Fashion,USD,2013-08-09,40000.00,2013-07-10 16:31:57,600.00,failed,2,US,600.00,600.00,40000.00 +117302953,Princess Cut - A Christian Romance Movie,Romance,Film & Video,USD,2014-08-20,10000.00,2014-08-05 20:59:36,12700.00,successful,171,US,12700.00,12700.00,10000.00 +1173030295,LOCAL 180° Family Farm,Farms,Food,USD,2017-02-20,10000.00,2017-02-06 19:57:17,10646.77,successful,163,US,1625.00,10646.77,10000.00 +1173035522,GamezTournaments (UK eSports Company),Games,Games,GBP,2015-03-30,10000.00,2015-02-28 21:55:25,20.00,failed,1,GB,30.87,29.61,14803.19 +1173036287,Southern Girls - Uplifting Women Tour,Film & Video,Film & Video,USD,2013-10-08,300000.00,2013-09-02 01:30:50,0.00,failed,0,US,0.00,0.00,300000.00 +1173049029,ADULT ALPHABET BOOK,Art Books,Publishing,USD,2014-03-31,1500.00,2014-01-30 05:01:25,25.00,failed,1,US,25.00,25.00,1500.00 +1173050715,PocKit | The Smart Adventure Kit,Product Design,Design,HKD,2017-11-13,100000.00,2017-10-14 15:31:35,110659.00,successful,285,HK,8066.38,14165.08,12800.66 +1173052089,Mr. Bingley and Mr. Bennet Bar Soaps,Crafts,Crafts,USD,2014-12-01,200.00,2014-11-03 18:59:36,310.00,successful,15,US,310.00,310.00,200.00 +1173054321,Boiled Fish Art Book Project,Sculpture,Art,USD,2011-01-26,3000.00,2010-10-28 19:11:12,4630.00,successful,102,US,4630.00,4630.00,3000.00 +1173057728,Wild Times: An Oral History of WildStorm Studios,Nonfiction,Publishing,USD,2017-02-02,6640.00,2017-01-03 16:56:52,9633.00,successful,302,US,5586.00,9633.00,6640.00 +1173058222,The Monument Quilt Tour,Public Art,Art,USD,2014-05-10,15000.00,2014-04-07 05:00:17,15560.09,successful,302,US,15560.09,15560.09,15000.00 +"1173063347,""Stylish Everyday BackPack, Messenger Bag, & Adventure Fanny"",Product Design,Design,USD,2017-12-21,35000.00,2017-11-15 17:09:02,2024.00,canceled,18,US,1882.00,2024.00,35000.00" +1173064704,Arma 3 map productions,Live Games,Games,USD,2016-01-06,7500.00,2015-11-07 18:37:18,10.00,failed,1,US,10.00,10.00,7500.00 +1173073385,Earcandy: Ken's Playhouse (Debut Album) (Canceled),Pop,Music,USD,2015-04-24,10000.00,2015-02-23 20:30:09,0.00,canceled,0,US,0.00,0.00,10000.00 +1173073726,Daily Science Fiction Fall 2013,Fiction,Publishing,USD,2013-08-17,7500.00,2013-07-18 03:37:18,9258.00,successful,285,US,9258.00,9258.00,7500.00 +1173080797,Joshua D. Sanchez - The Steampunk Jeweler,Art,Art,USD,2011-04-21,500.00,2011-03-21 04:52:46,585.00,successful,8,US,585.00,585.00,500.00 +1173088730,Boston Metaphysical Society - Chapter 5,Graphic Novels,Comics,USD,2014-09-12,7500.00,2014-08-13 21:05:21,8240.00,successful,255,US,8240.00,8240.00,7500.00 +1173104643,the Better Half,Shorts,Film & Video,USD,2013-03-20,12000.00,2013-02-08 21:38:40,12051.00,successful,61,US,12051.00,12051.00,12000.00 +1173116467,Dragtown - A Comedy Web Series (Canceled),Webseries,Film & Video,USD,2011-02-26,3000.00,2011-01-12 17:03:09,200.00,canceled,1,US,200.00,200.00,3000.00 +1173124913,Apex Rising - Popcorn fantasy with a hard-magic system,Fiction,Publishing,USD,2014-06-03,500.00,2014-05-19 14:49:55,582.50,successful,43,US,582.50,582.50,500.00 +"117312516,""The Sexton Beer Company Buenos Aires, Argentina Brewery"",Drinks,Food,USD,2014-11-24,5000.00,2014-09-25 19:41:00,22.00,failed,3,US,22.00,22.00,5000.00" +117312962,The Deaths of John Smith. A NEW hilarious British comedy.,Film & Video,Film & Video,GBP,2013-08-26,600.00,2013-07-29 22:13:21,1025.00,successful,30,GB,1576.67,1588.61,929.92 +1173161237,Kaza - get Indian home cooked meals close to you,Apps,Technology,CAD,2017-11-08,7000.00,2017-10-09 15:37:03,0.00,canceled,0,CA,0.00,0.00,5524.86 +117317219,Making Whoopie!,Farmer's Markets,Food,USD,2014-09-25,500.00,2014-09-10 02:29:01,767.00,successful,13,US,767.00,767.00,500.00 +1173177528,Emily Clibourn Upcoming Album Release,Pop,Music,USD,2015-07-19,10000.00,2015-06-19 06:12:50,10240.00,successful,64,US,10240.00,10240.00,10000.00 +"1173179873,""Knifight - """"Dark Voices"""" Album Release"",Indie Rock,Music,USD,2013-04-20,3500.00,2013-03-06 18:29:20,3940.00,successful,110,US,3940.00,3940.00,3500.00" +1173181570,Olive (Canceled),Narrative Film,Film & Video,USD,2015-07-17,25000.00,2015-06-17 01:05:45,5569.00,canceled,70,US,5569.00,5569.00,25000.00 +117318377,Theatre Is Easy - your new resource for navigating the New York City theatre scene,Theater,Theater,USD,2010-07-01,1800.00,2010-05-22 16:30:51,1845.01,successful,26,US,1845.01,1845.01,1800.00 +"1173188003,""Instantly Change Your Hat Logo, with your Smart Phone!"",Product Design,Design,USD,2017-03-29,10000.00,2017-02-22 13:41:34,7511.00,canceled,51,US,2423.00,7511.00,10000.00" +1173189526,Elliot and the Ocean...a narrative feature film.,Narrative Film,Film & Video,USD,2013-07-25,36000.00,2013-06-24 08:32:07,13486.00,failed,21,US,13486.00,13486.00,36000.00 +1173196062,Brooks Frederickson's First Album - Small Works,Classical Music,Music,USD,2016-07-09,10000.00,2016-06-09 19:15:37,10528.75,successful,277,US,9820.75,10528.75,10000.00 +117319612,Young Mothers/Faster Than Light: US Tour & Album,Indie Rock,Music,USD,2012-05-22,3000.00,2012-04-22 03:24:18,3220.00,successful,48,US,3220.00,3220.00,3000.00 +1173203256,Hooded baby blanket,Childrenswear,Fashion,GBP,2017-04-30,5000.00,2017-03-31 17:41:24,271.00,failed,11,GB,211.52,350.66,6469.73 +1173214541,Hotline Kill,Action,Film & Video,USD,2014-07-01,2783.00,2014-06-07 03:01:27,2826.00,successful,68,US,2826.00,2826.00,2783.00 +1173221260,Put Messages In Their Place With TiLoTag!,Software,Technology,USD,2014-07-17,10000.00,2014-06-02 17:21:12,10316.00,successful,133,US,10316.00,10316.00,10000.00 +1173222744,SOUL GOOD! The First HEALTHY Soul Food Mobile Catering Truck,Food,Food,USD,2013-06-13,55000.00,2013-05-14 22:13:20,0.00,canceled,0,US,0.00,0.00,55000.00 +117322336,USMC ETCHED MIRRORS,Glass,Crafts,USD,2014-07-23,1500.00,2014-06-23 18:00:27,2827.00,successful,26,US,2827.00,2827.00,1500.00 +1173224181,Brian Hester & The Borrowed Band,Country & Folk,Music,USD,2012-03-19,3000.00,2012-01-24 20:46:35,3015.00,successful,19,US,3015.00,3015.00,3000.00 +1173224737,NATIVE WARS,Tabletop Games,Games,USD,2017-03-09,3000.00,2017-02-02 02:28:58,1283.00,failed,55,US,436.00,1283.00,3000.00 +1173227249,Old Man Cabbage - Long Form Narrative Music Video,Shorts,Film & Video,USD,2011-07-29,3500.00,2011-06-29 03:53:14,4005.00,successful,66,US,4005.00,4005.00,3500.00 +"1173233741,""Doomworks! A fun, doomsday device-building card game!!"",Tabletop Games,Games,USD,2013-05-09,2500.00,2013-04-09 18:26:25,4949.00,successful,135,US,4949.00,4949.00,2500.00" +1173244347,The Sparkboard: Framed Creative Workspace + Modern Art Cover,Product Design,Design,USD,2015-04-16,15000.00,2015-03-17 05:25:03,19272.00,successful,120,US,19272.00,19272.00,15000.00 +1173247204,Beacon: The Multi-Sensory Light That Monitors Air Quality,Product Design,Design,GBP,2017-04-16,60000.00,2017-03-15 14:57:11,17460.00,canceled,116,GB,8388.04,22310.82,76669.48 +1173250174,ChronicBabe 101: Craft an Incredible Life Despite Illness,Nonfiction,Publishing,USD,2015-03-27,13500.00,2015-02-25 17:32:39,22095.00,successful,562,US,22095.00,22095.00,13500.00 +117326276,#AlteredState Live: The Funeral Parlor Tour,Electronic Music,Music,USD,2017-04-15,18150.00,2017-03-11 20:37:52,286.00,failed,4,US,258.00,286.00,18150.00 +1173264719,After Legalization: The Future of Marijuana Policy,Nonfiction,Publishing,USD,2013-12-17,5100.00,2013-12-04 18:06:14,6515.00,successful,231,US,6515.00,6515.00,5100.00 +1173264988,Anchorage Chamber Music Festival 2015,Classical Music,Music,USD,2015-08-15,2500.00,2015-07-15 01:29:46,2500.00,successful,14,US,2500.00,2500.00,2500.00 +1173268530,Recording Studio,Music,Music,USD,2018-01-27,300000.00,2017-11-28 16:32:43,0.00,live,0,US,0.00,0.00,300000.00 +1173268701,BEMIDJI'S LAZARUS,Film & Video,Film & Video,USD,2015-04-17,10000.00,2015-04-02 01:49:18,11395.11,successful,172,US,11395.11,11395.11,10000.00 +1173271989,Enbegen,Apps,Technology,EUR,2015-09-01,65000.00,2015-07-23 22:24:31,280.00,failed,3,NL,306.07,311.86,72396.78 +1173287326,GIVE LOVE 2 BEING IN LOVE!,Jazz,Music,USD,2012-07-23,15000.00,2012-06-13 01:09:40,15202.00,successful,75,US,15202.00,15202.00,15000.00 +1173292923,Disney and Ghibli Inspired Holiday Enamel Pins,Graphic Design,Design,USD,2017-12-07,1000.00,2017-11-22 18:47:13,102.00,failed,6,US,125.00,102.00,1000.00 +1173309854,AMODU IN AMERICA /WHY COMING TO AMERICA,Film & Video,Film & Video,USD,2013-10-01,5000.00,2013-08-12 20:57:56,0.00,failed,0,US,0.00,0.00,5000.00 +1173311867,Help Our New Clothing Designs Come to Life!,Design,Design,USD,2017-05-18,150.00,2017-04-18 08:04:29,0.00,failed,0,US,0.00,0.00,150.00 +1173321675,National Sweepstakes Show (Canceled),Webseries,Film & Video,USD,2012-01-29,50000.00,2011-11-30 19:44:48,0.00,canceled,0,US,0.00,0.00,50000.00 +117332414,NIONT Watches & Accessories: Sol + Luna,Accessories,Fashion,USD,2016-11-17,75000.00,2016-10-18 17:55:58,4763.00,canceled,22,US,4968.00,4763.00,75000.00 +"1173341094,""""""I am more than Homeless."""" - The Queer Institute (QI)"",Web,Journalism,GBP,2014-09-08,250.00,2014-08-26 11:12:12,17.00,failed,4,GB,28.15,27.60,405.82" +"1173343749,""""""We're Poppin' in Paradise"""" (Canceled)"",Food,Food,USD,2012-06-10,100000.00,2012-05-11 02:47:19,509.00,canceled,14,US,509.00,509.00,100000.00" +1173344408,Loving In Limbo: A Documentary Feature FIlm,Documentary,Film & Video,NZD,2014-08-13,40000.00,2014-07-14 05:22:35,24040.55,failed,364,NZ,21186.79,20428.75,33990.48 +1173349163,Spirit Lake: The Game,Video Games,Games,USD,2013-02-28,20000.00,2013-02-07 21:31:36,21362.79,successful,255,US,21362.79,21362.79,20000.00 +1173356130,DungeonPi,Tabletop Games,Games,USD,2016-05-29,500.00,2016-04-29 04:25:35,201.00,failed,10,US,201.00,201.00,500.00 +"1173359577,""""""Passage"""": A New CD Inspired by Life and Changes"",Music,Music,USD,2012-11-21,10000.00,2012-10-25 06:10:42,10280.00,successful,61,US,10280.00,10280.00,10000.00" +1173363783,471 Bridge Zine/Photobook by Peter Martin,Photobooks,Photography,USD,2015-03-11,500.00,2015-02-09 01:17:20,620.00,successful,18,US,620.00,620.00,500.00 +1173371448,A Night with Sherlock Holmes,Musical,Theater,USD,2016-05-01,6000.00,2016-03-15 19:17:50,25.00,failed,1,US,25.00,25.00,6000.00 +1173376936,Bear. is recording their first ep!,Rock,Music,USD,2013-10-29,650.00,2013-09-30 17:54:43,1082.00,successful,34,US,1082.00,1082.00,650.00 +1173389743,PACIFIC HEAT RECORDS,Music,Music,USD,2012-11-01,10000.00,2012-10-02 18:21:56,0.00,failed,0,US,0.00,0.00,10000.00 +1173390053,Last Ditch Effort,Art Books,Publishing,USD,2016-06-12,50.00,2016-05-13 23:58:12,0.00,failed,0,US,0.00,0.00,50.00 +1173391770,Zone: Commando (Canceled),Video Games,Games,GBP,2013-08-06,8500.00,2013-06-07 19:10:46,312.00,canceled,11,GB,480.41,484.40,13196.71 +1173398120,Alternative rock band Elle est Belle album funding!,Indie Rock,Music,USD,2014-08-21,325.00,2014-08-07 02:25:12,0.00,failed,0,US,0.00,0.00,325.00 +1173400797,I Care Stickpins (Canceled),Accessories,Fashion,USD,2014-11-20,500.00,2014-10-21 21:34:10,0.00,canceled,0,US,0.00,0.00,500.00 +117340108,Fairytale/ Fable Wall Calendar 2018,Illustration,Art,USD,2017-11-15,200.00,2017-11-01 07:44:39,1764.00,successful,41,US,1493.00,1764.00,200.00 +117340362,Star Maps - Night Racers (Electronic Pop Album),Hip-Hop,Music,USD,2010-04-15,2000.00,2010-03-22 04:17:57,2019.66,successful,32,US,2019.66,2019.66,2000.00 +1173403870,Roar A Wild Animal Alphabet Book,Children's Books,Publishing,USD,2015-07-28,5000.00,2015-06-28 07:15:37,7290.00,successful,229,US,7290.00,7290.00,5000.00 +1173406209,The Darkness Of Day,Video Games,Games,USD,2015-11-11,300.00,2015-10-07 07:34:14,20.00,failed,2,US,20.00,20.00,300.00 +117341320,Let's get Dr. Rooster's out there!,Food,Food,USD,2014-04-07,4000.00,2014-03-05 01:30:59,125.00,failed,2,US,125.00,125.00,4000.00 +1173414711,The Zombie Landshark of Bikini Beach - Miniatures,Tabletop Games,Games,USD,2014-12-15,3333.00,2014-11-15 03:01:08,3509.00,successful,73,US,3509.00,3509.00,3333.00 +1173415940,Ladywell Studios - Independent Film Studio,Movie Theaters,Film & Video,GBP,2015-03-04,60000.00,2015-02-02 01:13:20,380.00,failed,8,GB,572.28,577.00,91105.10 +"1173423207,""Jesus on a Rug! A brand new, all-original rock musical"",Theater,Theater,USD,2010-04-27,600.00,2010-01-27 16:57:18,305.17,failed,7,US,305.17,305.17,600.00" +1173428046,Changement - Student Short Film,Shorts,Film & Video,USD,2016-01-01,400.00,2015-12-07 23:12:52,400.00,successful,6,US,400.00,400.00,400.00 +1173430138,Denver Haze,Photobooks,Photography,USD,2015-04-15,3000.00,2015-03-16 17:08:26,0.00,failed,0,US,0.00,0.00,3000.00 +1173432720,Düsseldorf region photo book,Photobooks,Photography,EUR,2016-10-26,500.00,2016-08-27 14:25:49,130.00,canceled,2,DE,146.81,141.99,546.10 +1173434226,Sometimes I make music,Electronic Music,Music,USD,2013-02-03,700.00,2013-01-04 10:34:28,60.00,failed,5,US,60.00,60.00,700.00 +1173438988,Heavens Inferno Inc. - Hot Sauce Brand,Food,Food,CAD,2015-01-09,1500.00,2014-12-10 01:55:00,325.00,failed,5,CA,284.42,274.96,1269.04 +1173441334,28mm Scale White Metal Wild West Cowboy Orc Miniatures,Tabletop Games,Games,GBP,2015-09-01,1000.00,2015-08-02 14:51:28,2848.52,successful,97,GB,4449.92,4337.23,1522.63 +1173446692,Dragon's Bow Film,Narrative Film,Film & Video,USD,2012-06-11,2500.00,2012-05-12 01:11:28,30.00,failed,2,US,30.00,30.00,2500.00 +1173451978,MyLife: A POV Webseries,Webseries,Film & Video,USD,2012-05-31,3200.00,2012-04-11 01:06:52,1.04,failed,1,US,1.04,1.04,3200.00 +1173457965,A Night Under the Stars: A DRAWcumentary,Art Books,Publishing,USD,2012-06-08,3500.00,2012-05-09 01:33:59,35.00,failed,2,US,35.00,35.00,3500.00 +"1173465970,""Support """"TAPE"""" by Identity Productions"",Theater,Theater,USD,2012-06-24,800.00,2012-05-31 21:54:34,800.00,successful,24,US,800.00,800.00,800.00" +1173475160,felnet - Your New Social Network,Web,Technology,EUR,2015-10-08,3500.00,2015-10-02 07:10:35,30.00,failed,1,AT,33.49,34.09,3976.69 +1173476581,Public Functionary: A Responsive Art Space,Art,Art,USD,2012-11-27,30000.00,2012-10-25 17:31:03,31010.00,successful,230,US,31010.00,31010.00,30000.00 +1173479567,Belue to Scott! Greatest moment in Georgia football history,Nonfiction,Publishing,USD,2015-03-25,3500.00,2015-02-23 05:58:40,810.00,failed,10,US,810.00,810.00,3500.00 +1173479751,karl jakob. because we love bauhaus minimalism. and watches.,Product Design,Design,EUR,2017-05-11,28000.00,2017-03-27 19:04:31,8493.00,failed,61,DE,5242.83,9236.94,30452.66 +1173481435,SANGUE - a short film,Drama,Film & Video,EUR,2017-11-15,1200.00,2017-10-11 12:24:40,75.00,failed,2,IT,0.00,88.46,1415.39 +1173490022,Back to tradition,Events,Food,USD,2015-09-28,10000.00,2015-08-23 10:52:47,20.00,failed,1,US,20.00,20.00,10000.00 +1173500320,King of the Ville 2 Killers Nightmare,Narrative Film,Film & Video,USD,2012-05-04,3000.00,2012-04-04 00:37:09,0.00,failed,0,US,0.00,0.00,3000.00 +1173502486,Dan of the Dead - Stop Motion Zombie Film,Animation,Film & Video,GBP,2013-09-12,1500.00,2013-08-13 00:01:20,2425.50,successful,141,GB,3761.01,3839.40,2374.39 +1173506034,duoW Goes Patriotic!,Classical Music,Music,USD,2014-01-25,7500.00,2013-12-26 22:27:23,7806.00,successful,83,US,7806.00,7806.00,7500.00 +1173510206,AllHands,Software,Technology,CAD,2016-05-06,5000.00,2016-04-06 21:06:54,536.00,failed,9,CA,409.34,416.18,3882.29 +1173511557,The Gay Ivy - a new musical theater piece,Theater,Theater,USD,2010-04-02,2500.00,2010-03-05 21:36:40,3054.00,successful,53,US,3054.00,3054.00,2500.00 +1173512220,Desert Sky: Forever DRY Swimwear,Apparel,Fashion,USD,2017-03-07,30000.00,2017-01-31 06:03:49,4346.00,failed,44,US,968.00,4346.00,30000.00 +1173513626,Short N Sweet wants to open a retail storefront,Restaurants,Food,USD,2014-12-27,8600.00,2014-11-27 00:44:21,0.00,failed,0,US,0.00,0.00,8600.00 +1173518651,CANVAS - A short film,Drama,Film & Video,USD,2016-08-11,5000.00,2016-06-27 21:43:49,1085.00,failed,16,US,0.00,1085.00,5000.00 +1173521361,The Unorthodox Duo,Jazz,Music,USD,2014-10-20,12000.00,2014-09-18 20:20:43,12198.00,successful,168,US,12198.00,12198.00,12000.00 +1173532836,Acutas Relaunch: Modern Playing Cards for a New Age,Playing Cards,Games,CAD,2017-01-23,18000.00,2016-12-22 20:42:05,3733.00,failed,131,CA,823.24,2845.49,13720.56 +1173533120,Darkness Sabotage The Board Game,Tabletop Games,Games,CAD,2016-08-05,75000.00,2016-07-06 06:15:59,211448.00,successful,1543,CA,88714.06,162365.05,57590.42 +1173533242,“DOIN’ IT TO DEATH” A DOCUMENTARY OF FUNK MUSIC,Documentary,Film & Video,USD,2015-03-28,6000.00,2015-01-27 19:57:38,0.00,failed,0,US,0.00,0.00,6000.00 +1173539697,The Real Prince Charming (Canceled),Documentary,Film & Video,USD,2010-09-17,5000.00,2010-07-17 11:28:41,0.00,canceled,0,US,0.00,0.00,5000.00 +1173551897,Near and Far - Storytelling Board Game,Tabletop Games,Games,USD,2016-08-12,25000.00,2016-07-18 17:12:09,520177.00,successful,7245,US,120364.00,520177.00,25000.00 +1173555321,Learn Through Play: Anatomic Anna & Andy,Games,Games,GBP,2017-07-28,200000.00,2017-06-28 12:34:12,12157.00,failed,161,GB,0.00,15919.60,261900.09 +1173555674,Publish Talented Young Writers in Whatcom County!,Publishing,Publishing,USD,2013-05-13,1500.00,2013-04-17 21:03:09,1686.00,successful,41,US,1686.00,1686.00,1500.00 +1173559830,reclaiming our walls: rejuvenating a public education space,Public Art,Art,USD,2014-08-23,2000.00,2014-07-24 02:49:26,3460.00,successful,45,US,3460.00,3460.00,2000.00 +117356110,Toscana Tea - Premium Tea from Tuscany,Product Design,Design,EUR,2017-06-19,12000.00,2017-04-25 06:39:25,1476.00,canceled,29,IT,530.28,1649.14,13407.67 +1173562921,A Cloud-Computing Based Sprinkler Controller,Hardware,Technology,USD,2013-11-08,100000.00,2013-10-09 21:08:02,596.00,failed,7,US,596.00,596.00,100000.00 +1173563504,If These Were Songs They Would Be Sad Songs by Erik Foss,Art Books,Publishing,USD,2017-11-09,25000.00,2017-10-13 10:07:01,25189.00,successful,156,US,703.00,25189.00,25000.00 +1173572510,Boy 2 Man (A Waha Story),Nonfiction,Publishing,USD,2018-01-30,7000.00,2017-12-31 03:41:25,51.00,live,3,US,26.00,51.00,7000.00 +1173573868,Turning ARCO Ground Floor Kitchen into a Ball Pit,Installations,Art,GBP,2014-10-24,45.00,2014-10-17 12:09:00,0.00,failed,0,GB,0.00,0.00,72.23 +1173578803,Artists of Deception: Ghost Army Art Exhibition,Art,Art,USD,2013-03-20,3300.00,2013-02-18 17:53:26,4405.00,successful,59,US,4405.00,4405.00,3300.00 +1173580583,CopCam,Video,Journalism,USD,2015-08-20,29500.00,2015-07-21 22:02:45,62.00,failed,7,US,62.00,62.00,29500.00 +1173587174,Children's Choir to do a Mini-Concert Tour in Germany,Music,Music,USD,2011-08-26,3500.00,2011-06-10 15:59:51,225.00,failed,9,US,225.00,225.00,3500.00 +1173587452,HAAS Debut Album - Psychedelic Folk Rock,Indie Rock,Music,USD,2015-12-10,5000.00,2015-11-09 18:02:12,3370.00,failed,32,US,3370.00,3370.00,5000.00 +"1173588502,""""""Silent Leader"""" The biography of Dr. Freddie L. Thomas"",Nonfiction,Publishing,USD,2015-02-19,12000.00,2015-01-05 16:52:00,100.00,failed,3,US,100.00,100.00,12000.00" +1173599326,#SHOW US YOUR ART,Art,Art,NZD,2015-06-16,500.00,2015-05-17 09:31:14,0.00,failed,0,NZ,0.00,0.00,344.64 +1173632574,The Sedisverse,Science Fiction,Film & Video,GBP,2017-10-12,35000.00,2017-09-12 22:45:23,662.00,failed,16,GB,168.67,878.65,46454.22 +117363944,Kniterate: The Digital Knitting Machine,Fabrication Tools,Technology,USD,2017-05-08,100000.00,2017-03-29 16:11:22,636130.65,successful,488,US,147428.00,636130.65,100000.00 +1173640744,Channel Brewing Co.– Putting Stockton on the craft brew map!,Drinks,Food,USD,2016-01-24,40000.00,2015-12-10 01:19:21,42651.00,successful,269,US,42651.00,42651.00,40000.00 +1173640932,Mister Sapore - the value of tradition,Food,Food,EUR,2017-06-01,30000.00,2017-05-12 18:44:43,0.00,failed,0,IT,0.00,0.00,33651.15 +1173651527,'Art 4 Peace',Conceptual Art,Art,CAD,2015-11-02,15000.00,2015-10-12 21:08:23,1.00,failed,1,CA,0.77,0.76,11362.78 +1173653996,Axess 2.0: Refined Front Pocket Wallets in Tuscany leather,Product Design,Design,SEK,2016-05-09,30000.00,2016-04-01 19:17:01,72015.00,successful,184,SE,8830.81,8760.52,3649.46 +1173665805,Nachtclub der Superlative,Music,Music,EUR,2016-01-04,500000.00,2015-11-05 13:03:19,0.00,failed,0,AT,0.00,0.00,543047.36 +1173669344,Ecoheroes Feature Documentary Project,Documentary,Film & Video,USD,2010-10-17,24000.00,2010-08-18 20:50:42,50.00,failed,2,US,50.00,50.00,24000.00 +1173670475,the evolution of this moment,Dance,Dance,USD,2010-08-01,1200.00,2010-06-01 06:00:59,1425.00,successful,32,US,1425.00,1425.00,1200.00 +1173671950,Up-Shirt. The tee with the tiny environmental footprint.,Fashion,Fashion,GBP,2013-11-14,10000.00,2013-10-15 10:31:14,12158.00,successful,350,GB,19424.15,19535.32,16067.87 +117367348,Krochet Kids Peru: limited edition hat collection,Fashion,Fashion,USD,2011-09-24,6000.00,2011-08-18 06:50:40,37082.00,successful,525,US,37082.00,37082.00,6000.00 +1173677567,Oppai Go,Tabletop Games,Games,EUR,2016-06-11,1000.00,2016-05-17 17:12:18,8734.00,successful,323,IT,9876.98,9829.28,1125.40 +1173678915,Tatewick Treats Decadent Cookie Bars,Food,Food,USD,2017-04-10,3500.00,2017-03-11 17:26:28,311.00,failed,7,US,150.00,311.00,3500.00 +1173688487,The Mobbo Rawbo Album,Performance Art,Art,USD,2016-06-20,1000.00,2016-04-21 08:47:13,0.00,failed,0,US,0.00,0.00,1000.00 +1173690199,Seward Park Jazz Fest,Performance Art,Art,USD,2014-04-19,5000.00,2014-03-20 14:00:57,1176.00,failed,19,US,1176.00,1176.00,5000.00 +"1173690498,""Politics - A Card Game of Cunning, Manipulation and Luck"",Tabletop Games,Games,USD,2011-09-16,10000.00,2011-08-17 01:43:08,583.00,failed,30,US,583.00,583.00,10000.00" +117369169,Platformer37,Video Games,Games,CAD,2015-04-24,1.00,2015-03-23 19:05:05,31.00,canceled,4,CA,24.68,25.58,0.83 +1173698472,VdockX. Worlds First Magnetic Phone Apparel. Worlds Quickest,Product Design,Design,USD,2016-12-31,9000.00,2016-12-06 21:35:20,145.00,canceled,4,US,115.00,145.00,9000.00 +117370336,Patty's Cheesecakes,Food,Food,USD,2014-12-04,20000.00,2014-11-04 17:22:47,1141.00,failed,15,US,1141.00,1141.00,20000.00 +1173704762,Button the Bride,Product Design,Design,USD,2015-06-13,25000.00,2015-05-14 16:23:18,25084.00,successful,85,US,25084.00,25084.00,25000.00 +"117370761,""Spivo | The Ultimate Selfie Stick for GoPro, iPhone and more"",Camera Equipment,Technology,CAD,2015-07-23,30000.00,2015-06-23 22:09:31,17733.00,failed,206,CA,14457.79,13545.95,22916.51" +117371392,This Love Kickstarter!,Pop,Music,USD,2010-09-23,4000.00,2010-07-25 19:37:15,400.00,failed,10,US,400.00,400.00,4000.00 +1173715435,Artificial Ineloquence - a Fringe spoken word show,Festivals,Theater,GBP,2016-07-31,800.00,2016-06-20 13:24:19,822.00,successful,18,GB,618.87,1081.27,1052.33 +1173716174,Hey Jo London Stylish Luxury Activewear for your Every Day,Fashion,Fashion,GBP,2016-11-06,30000.00,2016-09-27 15:03:13,13480.00,failed,67,GB,2136.90,17065.02,37978.53 +1173726912,The Loaded Bowl is Opening a Restaurant!,Restaurants,Food,USD,2016-03-19,30000.00,2016-02-18 02:00:43,30220.00,successful,138,US,30220.00,30220.00,30000.00 +1173728346,Holy Upside Down Theatre presents 'The Unknown',Experimental,Theater,USD,2015-05-11,400.00,2015-04-11 08:16:27,450.00,successful,8,US,450.00,450.00,400.00 +1173739825,Sqipe App,Apps,Technology,USD,2016-01-01,559000.00,2015-11-17 07:15:08,1.00,failed,1,US,1.00,1.00,559000.00 +1173742967,Doctor Who: Blank Space,Webseries,Film & Video,USD,2016-03-21,750.00,2016-02-25 17:43:09,10.00,failed,1,US,10.00,10.00,750.00 +1173753691,Translucent News,Web,Journalism,USD,2014-12-05,10000.00,2014-10-06 15:21:27,60.00,failed,2,US,60.00,60.00,10000.00 +1173756418,112 Bradeen Drive,Shorts,Film & Video,USD,2015-01-11,1000.00,2014-12-12 04:29:03,70.00,failed,4,US,70.00,70.00,1000.00 +1173763138,Squad - Communicate. Coordinate. Conquer,Video Games,Games,CAD,2015-06-27,184000.00,2015-05-27 00:14:19,434805.02,successful,4458,CA,353793.12,345577.03,146240.66 +"117377015,""Annabelle Lord-Patey's New CD """"Polaris"""""",Music,Music,USD,2016-07-27,2100.00,2016-06-18 16:19:37,6588.50,successful,132,US,3593.50,6588.50,2100.00" +1173774223,Selur Dog,Pop,Music,USD,2013-05-28,15000.00,2013-03-30 15:38:43,0.00,failed,0,US,0.00,0.00,15000.00 +1173774415,Joe & Bob's Excellent Adventure,Documentary,Film & Video,USD,2011-10-09,10000.00,2011-09-09 07:26:32,2815.00,failed,44,US,2815.00,2815.00,10000.00 +1173778382,Message from past,Web,Technology,EUR,2017-07-09,160000.00,2017-06-09 10:08:01,45.00,failed,2,IT,0.00,51.37,182640.06 +1173781187,Slow Carb Cookbook,Food,Food,USD,2011-05-19,325.00,2011-04-19 19:01:18,87.00,failed,12,US,87.00,87.00,325.00 +1173781762,SaliencE Clothing CTS.CO Cannibal TaggerS. Graffiti Art,Apparel,Fashion,USD,2017-03-20,2500.00,2017-03-02 06:57:58,0.00,failed,0,US,0.00,0.00,2500.00 +1173806751,Sudsy Dough Interactive Moldable Bath Soap & Surprise Toy!,Crafts,Crafts,USD,2015-10-11,1000.00,2015-09-21 14:05:38,1034.00,successful,25,US,1034.00,1034.00,1000.00 +1173813981,The Climbing Competition,Children's Books,Publishing,NZD,2017-02-11,300.00,2017-02-01 19:31:30,611.00,successful,26,NZ,328.12,439.41,215.75 +1173817175,A Zombie's Life,Shorts,Film & Video,USD,2012-02-20,1200.00,2012-02-05 18:17:59,500.00,failed,8,US,500.00,500.00,1200.00 +1173835049,Solving the Mystery of Songbird Migration,Academic,Publishing,USD,2014-06-02,1800.00,2014-05-06 19:58:39,3346.00,successful,68,US,3346.00,3346.00,1800.00 +1173835302,Music Career,Hip-Hop,Music,USD,2015-07-21,80000.00,2015-05-22 02:53:21,1.00,failed,1,US,1.00,1.00,80000.00 +1173839438,Mystic illustrations adult coloring book,Art Books,Publishing,CAD,2015-09-04,2500.00,2015-07-21 15:47:51,24.00,failed,2,CA,18.48,18.14,1889.64 +117384621,Kreation of KaNaAl Clothing Company,Apparel,Fashion,USD,2014-08-06,10000.00,2014-07-07 18:20:55,40.00,failed,4,US,40.00,40.00,10000.00 +1173852472,Big Read Tucson's Love Letter to Emily Dickinson,Public Art,Art,USD,2011-12-05,5600.00,2011-11-07 01:30:02,5842.00,successful,71,US,5842.00,5842.00,5600.00 +"1173872269,""Publication of """"The History and Stories of The Capay Valley"""""",Nonfiction,Publishing,USD,2012-10-05,6000.00,2012-09-05 08:23:05,680.00,failed,11,US,680.00,680.00,6000.00" +1173876397,Lovecraftia: Crafting Lovecraft,Documentary,Film & Video,USD,2016-05-24,2500.00,2016-04-24 09:41:28,541.00,failed,12,US,541.00,541.00,2500.00 +1173877664,TheOriginalNightHawk's Zombie Web Series (Canceled),Film & Video,Film & Video,USD,2011-11-30,200.00,2011-11-04 19:00:31,125.00,canceled,4,US,125.00,125.00,200.00 +1173878389,Feeding The Future,Food,Food,USD,2013-10-26,75000.00,2013-09-11 20:02:54,22884.00,failed,78,US,22884.00,22884.00,75000.00 +1173881232,Shellshock,Shorts,Film & Video,USD,2014-02-21,4000.00,2014-01-22 04:00:20,4101.00,successful,65,US,4101.00,4101.00,4000.00 +1173881488,SOVEREIGN,Shorts,Film & Video,USD,2013-12-14,5000.00,2013-11-20 15:38:45,516.00,failed,3,US,516.00,516.00,5000.00 +1173882099,The Culling #1,Comics,Comics,USD,2011-12-01,1200.00,2011-10-15 00:23:56,1305.00,successful,17,US,1305.00,1305.00,1200.00 +1173883821,STICARS decorative keyboard covers,Product Design,Design,USD,2011-08-26,15000.00,2011-07-17 01:06:54,15181.00,successful,51,US,15181.00,15181.00,15000.00 +1173884976,Miami's Sonoma Valley Art Museum Mixer Event!!,Performance Art,Art,USD,2011-10-15,1000.00,2011-10-05 01:20:05,1170.67,successful,54,US,1170.67,1170.67,1000.00 +1173886039,Westmont Theater- Live Entertainment for the Western Suburbs,Performance Art,Art,USD,2012-11-01,400000.00,2012-09-15 22:45:26,2087.00,failed,21,US,2087.00,2087.00,400000.00 +1173886953,Erzsébet: The Bathory Opera Premiere (Canceled),Classical Music,Music,USD,2011-06-02,5464.00,2011-03-27 17:07:40,261.00,canceled,10,US,261.00,261.00,5464.00 +1173890171,Handmade Notebooks -Vintage Craftsmanship From Prison,Product Design,Design,USD,2015-04-15,2000.00,2015-03-03 11:36:27,15108.00,successful,507,US,15108.00,15108.00,2000.00 +"1173894000,""Kinetics, the Film: Where Parkinson's Meets Parkour"",Drama,Film & Video,GBP,2017-06-30,20000.00,2017-05-29 12:10:16,20448.00,successful,239,GB,3505.76,26537.58,25956.16" +"1173903732,""Helping """"difficult"""" friends find love."",Web,Technology,USD,2014-09-02,25000.00,2014-08-03 21:05:25,10.00,failed,1,US,10.00,10.00,25000.00" +117392019,40 Pieces of Me by Maylik Davis Mosaic Experience Dec 2013,Mixed Media,Art,USD,2013-07-06,11500.00,2013-05-22 02:52:26,30.00,canceled,3,US,30.00,30.00,11500.00 +1173924908,Refugee - Feature Documentary Film,Documentary,Film & Video,GBP,2017-02-03,30000.00,2017-01-04 15:17:27,37537.74,successful,538,GB,2497.81,46875.89,37463.01 +1173933256,What's hot and happening right now,Apps,Technology,USD,2015-12-06,10000.00,2015-11-06 19:35:40,0.00,failed,0,US,0.00,0.00,10000.00 +1173933323,Help fund MISC. AILMENTS first FULL LENGTH album!!,Music,Music,USD,2013-02-15,4500.00,2013-01-16 21:45:25,4886.00,successful,67,US,4886.00,4886.00,4500.00 +1173945191,HELLBRAND,Graphic Design,Design,USD,2013-11-11,4800.00,2013-10-23 21:14:56,4845.66,successful,43,US,4845.66,4845.66,4800.00 +1173951581,Volunteering with IVHQ in Bali (Canceled),Documentary,Film & Video,GBP,2015-09-01,1000.00,2015-07-18 16:26:36,0.00,canceled,0,GB,0.00,0.00,1522.63 +1173955478,Folk and Folly- New Range! British Knitwear and Jewellery,Fashion,Fashion,GBP,2016-04-19,250.00,2016-03-20 10:45:16,68.00,failed,9,GB,98.43,97.77,359.45 +1173957860,Miracle Rejuvenating Elixer by Vie Naturelle,Fashion,Fashion,USD,2016-02-04,75000.00,2016-01-05 08:51:58,0.00,failed,0,US,0.00,0.00,75000.00 +1173959970,For The Record...,Shorts,Film & Video,USD,2014-11-06,3500.00,2014-10-08 05:59:45,3831.00,successful,53,US,3831.00,3831.00,3500.00 +1173969183,GP 1945 Bolt Action Plus Pen - Mark the end of World War II,Product Design,Design,USD,2017-10-26,4500.00,2017-09-26 15:10:23,123593.00,successful,1681,US,1249.00,123593.00,4500.00 +1173978506,Help Upcoming Talented Songwriter Complete Debut CD,Music,Music,GBP,2013-10-05,4500.00,2013-09-05 08:37:14,2.00,failed,2,GB,3.11,3.20,7190.45 +1173984209,Rocket Dog Software,Software,Technology,USD,2017-12-01,1500.00,2017-11-01 18:07:00,11.00,failed,2,US,0.00,11.00,1500.00 +1173987130,Full of Noises needs your assistance to be welcome back in Boston!,Theater,Theater,USD,2010-07-01,450.00,2010-06-24 02:03:15,0.00,failed,0,US,0.00,0.00,450.00 +1173987149,Babuschka | Hand-knit scarves for one-of-a-kind canines,Pet Fashion,Fashion,USD,2014-10-06,250.00,2014-08-07 20:05:59,90.00,failed,3,US,90.00,90.00,250.00 +1173988640,Clown Service,Shorts,Film & Video,USD,2012-08-04,10000.00,2012-06-20 22:48:00,10611.48,successful,190,US,10611.48,10611.48,10000.00 +1173989169,Minecraft Artwork Designer and Animation-Art Lessons,Graphic Design,Design,GBP,2014-08-29,1500.00,2014-07-30 23:40:30,5.00,failed,1,GB,8.49,8.29,2487.36 +1173991463,Can I Get an Amen - Debut Album Pre-Order,Music,Music,USD,2015-02-04,1000.00,2015-01-05 19:11:47,2410.00,successful,83,US,2410.00,2410.00,1000.00 +1173993915,Iran Through Books 2017 By Farhang Foundation,Publishing,Publishing,USD,2017-03-05,16000.00,2017-02-15 00:13:18,6550.00,failed,45,US,600.00,6550.00,16000.00 +"1173995080,""Send """"The VindleVoss Family Circus Spectacular"""" on tour!"",Theater,Theater,USD,2011-05-15,2500.00,2011-04-23 15:35:22,2756.00,successful,36,US,2756.00,2756.00,2500.00" +1174001834,Meme Brawl card game.,Playing Cards,Games,GBP,2017-06-01,3000.00,2017-05-02 16:35:11,18.00,failed,2,GB,3.87,23.14,3856.04 +1174009077,Frog Bar,Animation,Film & Video,USD,2012-10-28,40000.00,2012-09-19 04:55:10,10126.48,failed,145,US,10126.48,10126.48,40000.00 +117401323,Hands That Feed: Haiti's food crisis and post-quake opportunities for sustainability.,Documentary,Film & Video,USD,2010-08-03,15000.00,2010-06-25 18:22:07,15800.68,successful,216,US,15800.68,15800.68,15000.00 +117401747,Filming Cyberpunk Opera,Film & Video,Film & Video,USD,2010-11-19,1200.00,2010-10-20 21:57:36,0.00,failed,0,US,0.00,0.00,1200.00 +1174021173,Halfacre Farm Chicken Ranch Expansion,Farms,Food,USD,2016-02-15,5500.00,2016-01-14 05:12:43,100.00,failed,1,US,100.00,100.00,5500.00 +1174021925,Discover Charlotte Documentary Project,Documentary,Film & Video,USD,2012-10-31,3500.00,2012-10-01 21:23:51,130.00,failed,6,US,130.00,130.00,3500.00 +1174027762,Oliver Phenomena,Children's Books,Publishing,USD,2017-08-03,1200.00,2017-07-04 04:08:13,0.00,canceled,0,US,0.00,0.00,1200.00 +1174028343,Andrew DeBoer: The Clarinet Music of Nikola Resanovic,Classical Music,Music,USD,2013-11-24,3000.00,2013-10-15 16:03:52,3591.00,successful,59,US,3591.00,3591.00,3000.00 +1174030368,The Slumber Stache - Compact and Supportive Travel Pillow,Product Design,Design,USD,2017-03-08,12000.00,2017-02-07 17:29:57,13200.00,successful,280,US,540.00,13200.00,12000.00 +1174041701,Hardware for Media student,Hardware,Technology,GBP,2014-08-20,2200.00,2014-07-21 17:22:49,0.00,failed,0,GB,0.00,0.00,3647.03 +1174057797,Joy To America!,Photo,Journalism,USD,2017-11-01,5000.00,2017-10-02 03:02:49,120.00,failed,3,US,0.00,120.00,5000.00 +1174080532,Dream Concept Studio - Zombie Lab (1/18 HACKS Figure),Product Design,Design,HKD,2017-08-19,625000.00,2017-07-20 17:06:31,1563138.00,successful,533,HK,31766.86,199818.22,79894.67 +1174084065,My Dream Job! (Canceled),Hardware,Technology,GBP,2014-09-07,15000.00,2014-07-09 17:39:30,0.00,canceled,0,GB,0.00,0.00,24349.07 +1174086452,The Wire Protector,DIY Electronics,Technology,USD,2017-10-01,10000.00,2017-08-28 21:21:18,2103.00,failed,87,US,232.00,2103.00,10000.00 +"1174089195,""Heidi Jean """" Find your way"""" Project"",Country & Folk,Music,USD,2016-04-15,2900.00,2016-03-25 21:44:15,71.00,failed,3,US,71.00,71.00,2900.00" +1174091299,Fire House Cuisine,Film & Video,Film & Video,USD,2012-08-28,1500.00,2012-07-19 08:01:47,0.00,failed,0,US,0.00,0.00,1500.00 +1174095357,Walking Merchandise: Child Smuggling and the Snakehead Trade,Documentary,Film & Video,USD,2010-11-08,10500.00,2010-09-23 14:19:35,10681.50,successful,153,US,10681.50,10681.50,10500.00 +1174109919,Swastika: East General Plan-Jewish Resistance in Poland,Narrative Film,Film & Video,USD,2013-12-16,500000.00,2013-10-30 20:05:55,6000.00,failed,36,US,6000.00,6000.00,500000.00 +1174110312,O-SNAPIT (Canceled),Fashion,Fashion,USD,2014-08-28,175000.00,2014-07-29 21:05:15,1.00,canceled,1,US,1.00,1.00,175000.00 +1174111677,Fabulous Frosting Cake Shop,Food,Food,USD,2014-12-01,350000.00,2014-11-04 05:53:16,50.00,failed,1,US,50.00,50.00,350000.00 +1174117337,3D Printed Paris,Design,Design,EUR,2016-02-29,15000.00,2015-12-31 22:26:13,4066.00,failed,44,NL,4444.02,4460.39,16454.95 +1174118200,the aTOMic bomb full length album,Hip-Hop,Music,USD,2014-08-10,1800.00,2014-07-11 19:13:11,0.00,failed,0,US,0.00,0.00,1800.00 +1174120581,Art Cafe,Painting,Art,CAD,2015-04-08,90000.00,2015-03-09 01:19:17,241.00,failed,3,CA,191.23,190.30,71067.59 +1174121459,Flan Bake Shop (Canceled),Restaurants,Food,USD,2015-04-30,500000.00,2015-03-13 05:02:11,0.00,canceled,0,US,0.00,0.00,500000.00 +1174126005,5th Annual CHESS & SCIENCE FESTIVAL & All-Girls Tournament,Tabletop Games,Games,USD,2017-12-01,1000.00,2017-11-06 08:21:03,1456.00,successful,35,US,744.00,1456.00,1000.00 +1174138303,Cocoa Butter Kisses Boudoir,People,Photography,USD,2016-10-28,2800.00,2016-08-29 18:15:38,142.00,failed,7,US,0.00,142.00,2800.00 +1174138305,Ryan Gutierrez: Professional Illustrator Needs a Surface Pro,Comics,Comics,USD,2015-02-03,450.00,2015-01-20 19:22:27,30.00,failed,4,US,30.00,30.00,450.00 +1174142386,Young Progressive Producer / Jeune producteur de progressive,Electronic Music,Music,EUR,2016-08-28,500.00,2016-06-29 00:58:22,610.00,successful,8,FR,214.41,682.77,559.65 +1174150999,Gai: A Short Film,Shorts,Film & Video,USD,2013-08-02,3000.00,2013-07-13 06:08:18,3150.00,successful,68,US,3150.00,3150.00,3000.00 +"1174152271,""Rachel, a short film by Karen Anstee"",Drama,Film & Video,GBP,2016-06-07,10789.00,2016-05-05 13:43:26,10879.00,successful,49,GB,15800.81,15669.70,15540.06" +1174161472,I Get Knocked Down (The Untold Story of Chumbawamba),Documentary,Film & Video,GBP,2015-07-31,40000.00,2015-07-01 15:02:59,46203.75,successful,1241,GB,72673.12,71966.22,62303.36 +1174165307,DBC - Digital Business Card App (Canceled),Interactive Design,Design,USD,2015-12-19,45000.00,2015-10-20 21:10:14,0.00,canceled,0,US,0.00,0.00,45000.00 +1174165312,The Haunting on Darby Road,Horror,Film & Video,USD,2014-10-19,40000.00,2014-09-19 14:26:06,2.00,failed,2,US,2.00,2.00,40000.00 +1174167098,The Monster: Michigan Student Thesis Film,Shorts,Film & Video,USD,2011-05-08,665.00,2011-04-13 06:14:50,696.00,successful,16,US,696.00,696.00,665.00 +1174167111,Best Cookies Ever,Food,Food,USD,2014-09-12,7500.00,2014-07-14 18:19:39,0.00,failed,0,US,0.00,0.00,7500.00 +1174168190,TWINWATCH,Fashion,Fashion,EUR,2017-07-06,10000.00,2017-06-20 09:03:26,38580.00,successful,331,FR,34011.95,44027.53,11412.01 +117417034,Virtual Reality and eSports Center in Portland,Video Games,Games,USD,2017-11-16,500000.00,2017-10-17 22:00:41,0.00,failed,0,US,20.00,0.00,500000.00 +"1174172366,""Cortometraje """"Los que escuchan sienten"""""",Shorts,Film & Video,MXN,2017-05-04,10000.00,2017-03-20 16:29:23,11290.00,successful,24,MX,0.00,592.46,524.77" +1174178394,Memoria - Hablar - Dignidad - Art & Performance for Peace,Public Art,Art,USD,2013-09-30,2000.00,2013-08-21 20:54:21,2000.00,successful,5,US,2000.00,2000.00,2000.00 +1174178628,Tabula,Tabletop Games,Games,USD,2014-07-27,10000.00,2014-06-27 18:36:05,16125.00,successful,182,US,16125.00,16125.00,10000.00 +1174180865,ICEBOUND,Documentary,Film & Video,USD,2012-01-10,85000.00,2011-11-11 17:58:19,1568.00,failed,14,US,1568.00,1568.00,85000.00 +1174181656,10mm German Reiter (Riders),Tabletop Games,Games,USD,2017-05-27,350.00,2017-05-19 14:37:16,932.00,successful,28,US,488.00,932.00,350.00 +1174182863,Waste A Million - Wasting in a positive way,Webseries,Film & Video,GBP,2013-02-24,10000.00,2013-01-25 18:22:38,1.00,failed,1,GB,1.58,1.50,15034.20 +"1174193382,""Chalkboard Watch - """"The Artist"""" Fun and Creative Wrap Watch"",Fashion,Fashion,USD,2013-10-24,3000.00,2013-09-23 23:12:13,997.00,failed,33,US,997.00,997.00,3000.00" +1174193998,The Redemption Project,Publishing,Publishing,USD,2012-02-08,5000.00,2012-01-09 21:43:30,20.00,failed,1,US,20.00,20.00,5000.00 +1174201294,Starlight - A Michael Bennett II Film,Film & Video,Film & Video,USD,2011-04-12,200.00,2011-02-27 20:29:50,361.40,successful,8,US,361.40,361.40,200.00 +1174209521,Vanquisher (Canceled),Tabletop Games,Games,USD,2015-08-06,59800.00,2015-07-07 16:46:35,2902.00,canceled,52,US,2902.00,2902.00,59800.00 +117421043,Bradley's Bistro,Restaurants,Food,USD,2014-05-24,12000.00,2014-05-03 06:34:40,16280.00,successful,135,US,16280.00,16280.00,12000.00 +1174219757,The Farmers' Market at Your Doorstep,Crafts,Crafts,CAD,2016-07-22,850.00,2016-07-06 22:00:55,0.00,canceled,0,CA,0.00,0.00,648.51 +1174225559,The Worship Project w/ Carlos Ortiz,Pop,Music,USD,2012-08-10,2500.00,2012-07-11 12:28:14,935.00,failed,16,US,935.00,935.00,2500.00 +1174225701,T & LO's Dollhouse Sculpture + Conceptual Dresses,Art,Art,USD,2011-12-21,1000.00,2011-11-21 18:45:31,70.00,failed,3,US,70.00,70.00,1000.00 +1174231599,Kent's Sauce,Food,Food,USD,2016-05-20,4000.00,2016-04-20 06:01:53,4435.00,successful,89,US,4435.00,4435.00,4000.00 +1174236657,Cheesy Mac and Cheese Creation,Food,Food,USD,2014-08-07,5.00,2014-07-08 18:54:07,5.00,successful,4,US,5.00,5.00,5.00 +1174240184,Semi Precious Gemstone Photo Frames and Crosses,Art,Art,USD,2016-10-22,3000.00,2016-09-22 12:58:49,6.00,failed,2,US,0.00,6.00,3000.00 +117424410,Modular and functional bags made in France for men and women,Fashion,Fashion,EUR,2016-11-17,20000.00,2016-10-18 08:24:03,6447.00,failed,42,FR,3538.06,6852.53,21258.05 +117424629,Bring the Thunder Gumbo Art Car to Burning Man 2015!,Public Art,Art,USD,2015-07-31,6000.00,2015-07-01 08:10:04,6223.00,successful,85,US,6223.00,6223.00,6000.00 +"1174248909,""Finishing Uni and her Ukelele's New Album """"Lover's Cliche"""""",Pop,Music,USD,2012-01-13,5000.00,2011-11-14 18:48:41,5618.00,successful,116,US,5618.00,5618.00,5000.00" +1174250228,Mediated,Shorts,Film & Video,GBP,2014-01-10,600.00,2013-12-11 13:37:52,1100.50,successful,63,GB,1810.56,1805.84,984.56 +1174254808,HiFly: Affordable 3D Virtual Reality Headset & 3D Mobile app,Hardware,Technology,USD,2015-03-22,14000.00,2015-02-06 00:51:30,1432.00,failed,28,US,1432.00,1432.00,14000.00 +1174256458,Help with Novel Editing Process. (Canceled),Fiction,Publishing,USD,2015-03-08,1500.00,2015-02-06 16:15:01,25.00,canceled,1,US,25.00,25.00,1500.00 +117425694,Druzy Gemstone Bobby Hair Pin Jewelry,Accessories,Fashion,USD,2014-08-21,250.00,2014-07-10 07:20:54,276.00,successful,13,US,276.00,276.00,250.00 +117429304,BACED on a true story,Fashion,Fashion,USD,2015-07-03,10000.00,2015-05-13 22:39:44,1.00,failed,1,US,1.00,1.00,10000.00 +11743007,Doc Apparel Business Launch,Fashion,Fashion,USD,2012-03-15,12227.07,2012-02-14 07:58:16,80.00,failed,3,US,80.00,80.00,12227.07 +1174301976,Heroes of History: Iron Phalanx vs. Dragonboat Raiders,Tabletop Games,Games,USD,2016-10-07,10000.00,2016-09-07 16:32:43,2627.52,canceled,51,US,1850.52,2627.52,10000.00 +1174303531,Nature Blend Of Original Art,Illustration,Art,DKK,2017-07-08,600.00,2017-06-29 17:04:04,1280.00,successful,4,DK,138.89,196.48,92.10 +1174303839,House Installation—A Sculpt EVV Parallel Project,Public Art,Art,USD,2014-05-06,400.00,2014-04-25 17:15:06,409.00,successful,10,US,409.00,409.00,400.00 +1174308221,Tiny Epic Galaxies Italian edition (Canceled),Tabletop Games,Games,GBP,2015-04-04,100.00,2015-03-05 12:36:14,64.00,canceled,4,GB,98.29,93.38,145.91 +1174315053,Soccer Star! - An empowering children's soccer book.,Children's Books,Publishing,USD,2014-06-22,4000.00,2014-05-23 20:22:59,90.00,failed,3,US,90.00,90.00,4000.00 +1174323917,Diabetic Joe & friends take on bullying: Animated Series,Children's Books,Publishing,USD,2017-04-02,25000.00,2017-02-01 21:49:16,805.00,failed,19,US,210.00,805.00,25000.00 +1174329757,All Denim BCN-Denim finished products for your every day use,Accessories,Fashion,EUR,2016-06-04,20000.00,2016-05-05 15:52:09,372.00,failed,7,ES,427.07,420.51,22608.07 +1174330190,3D Holographic Display,Gadgets,Technology,CAD,2015-09-04,1500.00,2015-08-03 19:35:29,897.00,failed,23,CA,685.25,678.00,1133.79 +1174330661,insect-drugs-seal (Canceled),Technology,Technology,EUR,2014-07-16,90000.00,2014-05-27 14:25:59,20.00,canceled,1,NL,27.27,27.05,121725.25 +"1174331319,""Two big markets, one exciting vision. (Canceled)"",Web,Technology,AUD,2015-03-08,15000.00,2015-02-06 01:26:44,0.00,canceled,0,AU,0.00,0.00,11491.61" +1174334569,Trigger Trap: The Universal Camera Trigger,Camera Equipment,Technology,USD,2011-07-31,25000.00,2011-06-29 09:18:49,77262.14,successful,898,US,77262.14,77262.14,25000.00 +1174335624,Uskate Training Centre,Performance Art,Art,GBP,2015-05-03,3000.00,2015-04-03 23:34:48,60.00,failed,2,GB,88.97,92.48,4624.06 +"1174338928,""Damn the Man, Save the Rex!"",Public Art,Art,USD,2013-11-16,8000.00,2013-10-17 04:55:48,9023.00,successful,185,US,9023.00,9023.00,8000.00" +"1174344758,""David Fernandez Presents """"Some Dance Company"""", 2/27/12!"",Dance,Dance,USD,2012-01-15,1000.00,2011-11-16 04:48:57,6345.00,successful,60,US,6345.00,6345.00,1000.00" +117436031,No Benefits: Your awful job as an even worse card game,Tabletop Games,Games,USD,2013-11-24,15000.00,2013-10-24 08:59:40,7577.00,failed,148,US,7577.00,7577.00,15000.00 +"1174362452,""I'll Cover You, A Musical Review"",Theater,Theater,USD,2011-06-19,200.00,2011-06-08 06:35:51,0.00,failed,0,US,0.00,0.00,200.00" +"1174365551,""""""The Launch"""" Production Fundraiser"",Performance Art,Art,USD,2015-03-25,1500.00,2015-01-25 01:34:22,0.00,failed,0,US,0.00,0.00,1500.00" +1174369458,3D Print Monthly Magazine,Print,Journalism,GBP,2017-10-15,1400.00,2017-09-15 10:15:54,51.00,failed,4,GB,0.00,67.25,1846.09 +"1174369498,""General Treatise on Chess. Tactics. by R. Grau, translation"",Translations,Publishing,GBP,2015-11-13,1000.00,2015-10-14 22:55:56,72.00,failed,6,GB,110.22,109.61,1522.37" +117437367,CROSSIGO - could be the NEXT CRAZE with YOUR SUPPORT !,Puzzles,Games,USD,2016-02-16,29999.00,2015-12-18 08:34:46,701.00,canceled,23,US,701.00,701.00,29999.00 +"1174380741,""The Life and death of ASH """"AXE"""" Harris (Canceled)"",Narrative Film,Film & Video,USD,2012-09-27,110000.00,2012-08-28 19:35:38,0.00,canceled,0,US,0.00,0.00,110000.00" +1174382792,Let'z Community App,Apps,Technology,CAD,2017-07-16,100000.00,2017-06-16 06:38:22,0.00,canceled,0,CA,0.00,0.00,79390.28 +1174386351,Finishing Abbie's DEMO,Pop,Music,USD,2015-06-14,960.00,2015-05-08 22:08:08,1.00,failed,1,US,1.00,1.00,960.00 +1174391209,The Bacon Brew,Drinks,Food,NOK,2015-05-27,10000.00,2015-04-27 21:53:40,60.00,failed,1,NO,7.72,7.71,1285.15 +1174397279,KLEOS Lifestyle Athletic Apparel,Apparel,Fashion,USD,2017-03-04,7500.00,2017-02-02 00:02:06,0.00,failed,0,US,0.00,0.00,7500.00 +1174398637,Thailand's child fighters,Documentary,Film & Video,GBP,2014-09-25,4200.00,2014-09-05 18:30:04,0.00,failed,0,GB,0.00,0.00,6849.54 +117440065,Join me in starting a small farm! (Canceled),Farms,Food,USD,2015-03-22,4000.00,2015-02-20 21:38:12,0.00,canceled,0,US,0.00,0.00,4000.00 +1174407025,Von Bach 2013: The Valentine's Edition,Theater,Theater,USD,2013-02-18,2000.00,2013-01-19 01:05:40,2051.00,successful,42,US,2051.00,2051.00,2000.00 +1174411002,Princes of Tomorrow,Documentary,Film & Video,USD,2014-05-08,3000.00,2014-04-07 20:28:26,449.00,failed,9,US,449.00,449.00,3000.00 +117441102,The Epic of Luumaven - D&D 3D world and encounters,Tabletop Games,Games,USD,2015-02-21,1000.00,2015-02-06 23:08:44,21.00,failed,2,US,21.00,21.00,1000.00 +1174411527,Auto Fall Alarm Wearable & way more. Family Care done right,Wearables,Technology,DKK,2016-07-21,200000.00,2016-05-30 07:39:06,11467.00,canceled,19,DK,2025.20,1697.78,29611.64 +1174413972,Styles & Effects Card Frames for Prototypes (Month 03),Tabletop Games,Games,USD,2017-03-20,250.00,2017-03-10 18:12:15,13.00,failed,3,US,16.00,13.00,250.00 +1174415765,Sierra Comicon (Canceled),Comics,Comics,USD,2014-01-07,45000.00,2013-11-08 01:44:22,425.00,canceled,14,US,425.00,425.00,45000.00 +1174417681,BUZZ ME - CONNECT AND SHARE,Software,Technology,USD,2015-04-23,50000.00,2015-03-24 00:52:59,200.00,failed,1,US,200.00,200.00,50000.00 +117441792,Fly Whitecross to NH,Music,Music,USD,2010-10-11,2500.00,2010-08-12 21:19:54,130.00,failed,3,US,130.00,130.00,2500.00 +"1174425402,""Sherri Youngward : Scripture Songs, Volume II"",Music,Music,USD,2011-10-29,5000.00,2011-09-29 16:56:11,7592.00,successful,123,US,7592.00,7592.00,5000.00" +1174426682,Corked: Backpacks Made With Real Cork! (Canceled),Fashion,Fashion,USD,2015-09-25,10000.00,2015-08-24 15:54:45,4192.77,canceled,57,US,4192.77,4192.77,10000.00 +1174435533,JUST ANOTHER ADVENTURE,Nonfiction,Publishing,USD,2014-10-09,40000.00,2014-09-09 18:29:32,200.00,failed,2,US,200.00,200.00,40000.00 +1174452550,Femmer's Fabulous Pretzels,Restaurants,Food,USD,2016-04-14,30000.00,2016-02-14 07:33:53,20.00,failed,1,US,20.00,20.00,30000.00 +1174462921,True Country Music - New songs with that OLD country sound!,Country & Folk,Music,USD,2014-04-13,10000.00,2014-02-12 01:04:48,0.00,canceled,0,US,0.00,0.00,10000.00 +1174467443,New Album!,Music,Music,USD,2011-10-30,3600.00,2011-09-11 17:09:19,493.00,failed,26,US,493.00,493.00,3600.00 +1174473090,The Paris Collection–Limited Edition Giclées by Paul Hawley,Painting,Art,USD,2014-01-03,22460.00,2013-12-19 01:23:45,105.00,failed,3,US,105.00,105.00,22460.00 +1174474306,There's a Tiger on the Bus + friends!,Comic Books,Comics,GBP,2016-05-04,650.00,2016-04-04 14:32:33,882.00,successful,62,GB,1254.99,1278.21,941.99 +117447861,The elegant farming solution for your home.,Food,Food,CAD,2015-10-01,28000.00,2015-09-01 07:28:01,7514.00,failed,26,CA,5677.95,5675.66,21149.63 +1174479899,Danaë,Installations,Art,USD,2014-08-02,800.00,2014-07-10 03:37:48,1030.00,successful,19,US,1030.00,1030.00,800.00 +1174481892,GYAAN: Truth Through Knowledge by Mudra Dance Studio,Performances,Dance,USD,2014-08-02,10000.00,2014-06-19 00:11:00,11773.00,successful,108,US,11773.00,11773.00,10000.00 +"1174482958,""Julioh, a Visual Trip"",Art Books,Publishing,USD,2011-09-26,17500.00,2011-07-28 08:38:18,1726.00,failed,36,US,1726.00,1726.00,17500.00" +1174485054,Launching Mommy's ToolBox,Web,Technology,USD,2015-06-14,5000.00,2015-05-15 03:28:28,5168.00,successful,64,US,5168.00,5168.00,5000.00 +1174492473,Oddstreak - Turn the Odds in your Favor with Big Sports Data,Web,Technology,EUR,2017-11-02,10000.00,2017-10-02 18:00:25,2649.00,failed,149,NL,298.91,3087.95,11657.05 +1174492994,Josh Hoke's Debut Album,Rock,Music,USD,2012-08-27,2500.00,2012-07-13 23:48:33,2727.50,successful,48,US,2727.50,2727.50,2500.00 +1174493250,Kevin's Fellowship Fundraiser,Painting,Art,USD,2014-05-29,1000.00,2014-04-29 20:39:20,1120.00,successful,11,US,1120.00,1120.00,1000.00 +1174499936,The Black Market Food Truck,Food,Food,USD,2012-11-29,5000.00,2012-10-30 00:25:54,5181.00,successful,94,US,5181.00,5181.00,5000.00 +1174502159,Cutboard,Product Design,Design,EUR,2016-05-20,6000.00,2016-04-20 18:02:49,1002.00,failed,15,DE,1134.16,1124.14,6731.36 +1174503838,Kick Back Heroes,Webseries,Film & Video,USD,2015-06-29,5000.00,2015-05-20 18:26:17,100.00,failed,1,US,100.00,100.00,5000.00 +117450572,How I Raised the World's Hottest Teen Promoter. Q and Soulja,Nonfiction,Publishing,USD,2012-06-17,3000.00,2012-05-18 00:41:01,0.00,failed,0,US,0.00,0.00,3000.00 +1174509514,Revellada | an Ode to Women and their Cameras,Photography,Photography,GBP,2013-11-10,4500.00,2013-10-06 17:10:39,43.00,failed,1,GB,68.86,69.09,7230.54 +1174514783,The Crochet Empire: badass handmade items for men,Fashion,Fashion,USD,2013-12-06,700.00,2013-11-06 23:04:47,1960.00,successful,57,US,1960.00,1960.00,700.00 +1174515183,Welcome To The Machine,Documentary,Film & Video,USD,2012-03-22,6000.00,2012-02-12 15:53:01,7021.00,successful,153,US,7021.00,7021.00,6000.00 +1174517819,HLW PHOTOGRAPHY,People,Photography,GBP,2014-10-11,1600.00,2014-09-11 01:25:18,100.00,failed,5,GB,160.89,161.19,2579.11 +1174518317,anti.go.ne.volk,Theater,Theater,EUR,2017-05-31,3000.00,2017-05-02 22:04:46,3005.00,successful,20,DE,163.40,3370.72,3365.11 +"1174544547,""Vallance Rising: The Vallance War Series, Book 3"",Fiction,Publishing,USD,2013-06-04,1000.00,2013-05-04 07:45:08,255.00,failed,5,US,255.00,255.00,1000.00" +1174547582,FreeBirds European Tour,World Music,Music,GBP,2014-08-19,4500.00,2014-07-20 23:44:24,0.00,failed,0,GB,0.00,0.00,7459.84 +1174552211,F&$KING CLASSY!,Comedy,Film & Video,USD,2015-03-18,3000.00,2015-02-19 01:35:56,0.00,failed,0,US,0.00,0.00,3000.00 +1174557010,The Bedroom Project (TBP),Photography,Photography,USD,2011-04-14,10000.00,2011-03-14 21:37:54,1700.00,failed,22,US,1700.00,1700.00,10000.00 +1174560646,Mike Funt's Goofy Challenge Race,Food,Food,USD,2010-05-22,2500.00,2010-02-23 04:42:00,55.00,failed,2,US,55.00,55.00,2500.00 +1174562102,SineCera: Freedom from the Nine to Five,Mixed Media,Art,USD,2017-02-12,1000.00,2017-01-13 06:19:27,137.00,failed,2,US,0.00,137.00,1000.00 +1174565236,Head First Diaries: A Pan-American Adventure Travel Series,Television,Film & Video,USD,2015-10-02,15000.00,2015-09-11 19:21:33,15673.37,successful,163,US,15673.37,15673.37,15000.00 +117457151,Trash Secret - A Musical Journey Inside Technology,Music,Music,CAD,2014-01-12,11177.00,2013-12-13 21:38:41,1717.00,failed,60,CA,1620.53,1565.32,10189.63 +117457391,TheHobbyHive,Art,Art,GBP,2015-12-02,14000.00,2015-11-02 17:36:21,10.00,failed,1,GB,15.44,15.14,21195.42 +117457963,MY First Music Video-Lose Control,Film & Video,Film & Video,USD,2013-06-29,7500.00,2013-05-30 01:57:18,0.00,failed,0,US,0.00,0.00,7500.00 +1174581540,Major Motion Picture: BEAUTIFUL WORDS (Canceled),Film & Video,Film & Video,USD,2012-04-16,200000.00,2012-02-16 04:55:04,25.00,canceled,1,US,25.00,25.00,200000.00 +1174591302,Fringe to YOU! 3rd annual Santa Cruz Fringe Festival!,Theater,Theater,USD,2014-03-25,2500.00,2014-02-23 02:50:38,2585.00,successful,66,US,2585.00,2585.00,2500.00 +1174594494,Pennhurst: The Divas Shall Rise,Publishing,Publishing,USD,2013-07-07,30000.00,2013-06-10 23:11:40,957.00,failed,23,US,957.00,957.00,30000.00 +117460934,12 Races in 12 Months,Print,Journalism,USD,2015-01-01,1200.00,2014-11-11 23:14:17,171.00,failed,4,US,171.00,171.00,1200.00 +1174615263,Help us Publish The Football Crest Index,Nonfiction,Publishing,GBP,2017-03-13,7127.00,2017-02-01 08:34:45,20916.10,successful,538,GB,9930.88,25852.67,8809.10 +1174616404,Lotus and Lamb - A Hindu/Christian Conversation Toolkit,Nonfiction,Publishing,USD,2012-10-08,5000.00,2012-08-09 17:18:45,150.00,failed,2,US,150.00,150.00,5000.00 +117461951,Triumph: The Kay Yow Film,Film & Video,Film & Video,USD,2013-10-14,2000000.00,2013-09-14 11:57:22,8021.00,failed,17,US,8021.00,8021.00,2000000.00 +1174626507,Pet I.O.U,Graphic Design,Design,USD,2014-09-28,2000.00,2014-07-30 20:38:06,0.00,failed,0,US,0.00,0.00,2000.00 +1174627879,La Mente Board Game Cafe,Tabletop Games,Games,USD,2016-06-05,12000.00,2016-04-07 06:40:03,7.00,failed,3,US,7.00,7.00,12000.00 +"1174633838,""HeadPal - Enjoy Face-time, Netflix and Skype, Handsfree!"",Gadgets,Technology,AUD,2016-01-25,20000.00,2015-12-20 15:11:02,10762.00,failed,87,AU,7721.67,7636.96,14192.45" +1174633996,Coming soon (Canceled),Video Games,Games,USD,2012-02-27,9000.00,2012-01-11 17:46:42,12.00,canceled,3,US,12.00,12.00,9000.00 +"1174635044,The Better Days EP,Music,Music,USD,2015-12-14,3500.00,2015-11-14 00:57:42,4731.00,undefined,0,""N,0"""""",,4731.00,3500.00" +"117463668,""The Handleband - phones, bikes, and open bottles"",Product Design,Design,USD,2013-07-12,12000.00,2013-06-11 10:42:21,120213.85,successful,3266,US,120213.85,120213.85,12000.00" +1174644923,THE RAH EFFECT X JUAN MUNIZ MURAL PROJECT - LAS VEGAS,Painting,Art,USD,2015-06-29,20000.00,2015-05-30 22:11:22,265.00,failed,2,US,265.00,265.00,20000.00 +1174645878,Creative Calm - Handmade and Personalized Gifts,Crafts,Crafts,USD,2017-06-29,4500.00,2017-05-30 19:43:40,143.00,canceled,3,US,0.00,143.00,4500.00 +1174646753,Debut Studio Album by Gustavo Alonso López & Special Guests,World Music,Music,USD,2014-01-07,4000.00,2013-12-03 06:37:23,4470.00,successful,103,US,4470.00,4470.00,4000.00 +1174651727,Utsav: Celebrating Innovation,World Music,Music,USD,2013-04-07,1500.00,2013-03-08 15:17:46,1648.00,successful,49,US,1648.00,1648.00,1500.00 +1174652823,US-Shaker - many cool features you would never expect!,Product Design,Design,USD,2016-02-19,75000.00,2015-12-21 19:16:43,314.00,failed,9,US,314.00,314.00,75000.00 +1174670996,Polygamy Sauce,Small Batch,Food,USD,2016-03-20,9500.00,2016-02-19 01:58:36,1690.00,failed,24,US,1690.00,1690.00,9500.00 +1174675419,Musikvideodreh,Music Videos,Film & Video,EUR,2015-08-05,2500.00,2015-07-06 12:09:53,0.00,failed,0,DE,0.00,0.00,2735.26 +"1174691561,""""""Cool Kid"""" the EP and music video!"",Hip-Hop,Music,USD,2010-12-07,3000.00,2010-11-07 19:48:25,821.00,failed,33,US,821.00,821.00,3000.00" +"1174696761,""Crystal Cole Candles. wheels, workspace & packaging help!"",Candles,Crafts,GBP,2016-12-16,10000.00,2016-11-16 11:32:04,0.00,failed,0,GB,0.00,0.00,12443.69" +1174698769,D.A.Bishop's STRANGER: The 128 Page Zombie Comic Book!,Comic Books,Comics,CAD,2014-09-01,7500.00,2014-07-16 16:21:13,2200.00,failed,55,CA,2051.02,2022.43,6894.65 +1174701788,Owning a fine Art and Antiques Gallery/ supporting artists,Art,Art,USD,2017-06-07,2000.00,2017-05-09 01:37:46,0.00,failed,0,US,0.00,0.00,2000.00 +1174705846,Super Academy Film,Shorts,Film & Video,USD,2012-12-20,2150.00,2012-11-20 18:48:43,2332.00,successful,31,US,2332.00,2332.00,2150.00 +1174707730,Starlight Comics,Comic Books,Comics,USD,2015-12-07,1000.00,2015-11-12 21:58:08,0.00,failed,0,US,0.00,0.00,1000.00 +1174709274,The Dodo's Feline Empourium and Tea House,Spaces,Food,USD,2015-01-11,50000.00,2014-11-12 20:11:32,231.00,failed,4,US,231.00,231.00,50000.00 +1174710884,Modern Memories: Coin Rings and Necklaces,Art,Art,USD,2014-06-02,2500.00,2014-04-23 19:52:03,377.00,failed,16,US,377.00,377.00,2500.00 +1174715008,Pig Out - gourmet bacon sandwiches,Bacon,Food,NZD,2014-08-13,1000.00,2014-07-14 12:24:03,10.00,failed,1,NZ,8.81,8.50,849.76 +1174715381,THINGY -- A Bluetooth device for everyday life - PSOC BTLE,Gadgets,Technology,USD,2014-12-18,5000.00,2014-11-13 21:01:09,11894.00,successful,147,US,11894.00,11894.00,5000.00 +1174728785,RedLiteLetsPlay,Documentary,Film & Video,USD,2015-04-04,800.00,2015-03-05 09:18:23,0.00,failed,0,US,0.00,0.00,800.00 +1174733593,Scissors and Tape - Greeting Cards,Product Design,Design,USD,2014-11-27,15000.00,2014-10-28 17:33:43,1310.00,failed,22,US,1310.00,1310.00,15000.00 +1174743717,Xeno - A Sci-Fi FPS,Video Games,Games,GBP,2015-05-13,5000.00,2015-04-13 22:04:28,25.00,failed,1,GB,36.58,39.27,7854.72 +1174744282,endplay - final draft (Canceled),Video Games,Games,USD,2013-11-25,1050.00,2013-11-09 01:23:42,0.00,canceled,0,US,0.00,0.00,1050.00 +1174752702,Mobile Laptop Pad for Better Cooling and Comfort Everywhere,Product Design,Design,EUR,2015-10-30,16000.00,2015-09-24 10:44:19,647.00,failed,60,DE,720.07,712.80,17627.16 +1174762586,Jukebox Pinball Arcade Museum,Video Games,Games,USD,2013-11-29,10000.00,2013-10-30 22:38:35,66.00,failed,6,US,66.00,66.00,10000.00 +1174767554,Flushing Flush,Shorts,Film & Video,USD,2013-07-05,7000.00,2013-06-05 20:27:20,7185.00,successful,89,US,7185.00,7185.00,7000.00 +1174773865,Das Croudfound Rezept,Print,Journalism,EUR,2015-10-02,55000.00,2015-08-03 19:25:42,0.00,failed,0,DE,0.00,0.00,61379.82 +1174777643,The Wall,Shorts,Film & Video,USD,2017-08-03,35000.00,2017-06-29 22:30:01,18340.00,failed,39,US,0.00,18340.00,35000.00 +1174783242,Living in Color: Portraits of Queer People of Color,Photobooks,Photography,USD,2014-09-21,12500.00,2014-08-22 22:09:23,701.00,failed,14,US,701.00,701.00,12500.00 +1174783544,Scan and Tell smartphone App for Visually Impaired,Apps,Technology,NZD,2014-12-13,7500.00,2014-11-25 09:34:58,160.00,failed,3,NZ,126.46,124.43,5832.49 +1174797759,The Kayla single mom project.,Electronic Music,Music,USD,2015-03-05,100.00,2015-02-03 01:44:09,0.00,failed,0,US,0.00,0.00,100.00 +"1174800510,""Histoya, petits héros, grandes histoires"",Tabletop Games,Games,EUR,2016-04-30,5000.00,2016-03-25 14:09:09,5231.00,successful,95,FR,5843.90,5977.47,5713.50" +1174800590,Royal Genius Customs,Footwear,Fashion,USD,2015-03-10,3000.00,2015-02-08 20:33:46,0.00,failed,0,US,0.00,0.00,3000.00 +"1174801076,""Muscle Hawk's """"Electric Light"""" Music Video"",Film & Video,Film & Video,USD,2011-09-08,5000.00,2011-07-18 06:36:11,5006.33,successful,60,US,5006.33,5006.33,5000.00" +1174808737,Berlin and the Baroness,Film & Video,Film & Video,USD,2012-11-10,899.00,2012-10-19 20:20:43,1048.01,successful,39,US,1048.01,1048.01,899.00 +1174810850,The First Grade Factory,Product Design,Design,USD,2014-12-12,600.00,2014-11-20 02:27:17,746.00,successful,42,US,746.00,746.00,600.00 +1174817995,Cake Butter Project (Canceled),Food,Food,USD,2015-01-30,300.00,2014-12-16 17:51:17,0.00,canceled,0,US,0.00,0.00,300.00 +1174821653,DTG Graphics,Apparel,Fashion,USD,2014-10-19,40000.00,2014-09-19 23:31:18,75.00,failed,2,US,75.00,75.00,40000.00 +"1174821941,""The ride, UK (Canceled)"",Webseries,Film & Video,GBP,2013-05-12,350.00,2013-04-12 10:00:23,21.00,canceled,2,GB,32.18,31.99,533.20" +1174828133,Red Hood Retcon Web Series,Webseries,Film & Video,USD,2016-02-01,20000.00,2016-01-02 17:05:27,3167.00,failed,55,US,3167.00,3167.00,20000.00 +1174840046,Mary Jane Strain Games,Playing Cards,Games,USD,2015-04-10,5000.00,2015-02-24 22:13:53,26.00,failed,2,US,26.00,26.00,5000.00 +1174843641,Disturb Reality Playing Cards [LEFTOVERS],Playing Cards,Games,USD,2016-01-05,1.00,2015-12-06 19:14:15,3600.00,successful,128,US,3600.00,3600.00,1.00 +"1174844748,""""""Fatale"""" a feature-length movie"",Narrative Film,Film & Video,USD,2009-12-01,25000.00,2009-09-14 19:53:40,0.00,failed,0,US,0.00,0.00,25000.00" +1174849092,Wiener Dog Nationals - The Movie,Narrative Film,Film & Video,USD,2012-04-02,50000.00,2012-03-01 16:25:00,8369.00,failed,44,US,8369.00,8369.00,50000.00 +1174849958,Malibu Jackson,Comedy,Film & Video,USD,2014-09-12,2500.00,2014-08-23 21:54:25,2500.00,successful,29,US,2500.00,2500.00,2500.00 +1174850349,Polaroids & Sketches: Making More Out Of An Instant Image,Photography,Photography,USD,2012-04-29,30.00,2012-04-18 21:23:42,0.00,canceled,0,US,0.00,0.00,30.00 +1174866551,Grillmaster,Tabletop Games,Games,EUR,2016-10-20,34000.00,2016-09-20 19:36:00,1145.00,canceled,17,DE,221.15,1246.45,37012.44 +1174874910,Tales of the Damned - Horror Anthology,Comics,Comics,USD,2015-05-31,600.00,2015-05-01 00:14:30,618.00,successful,33,US,618.00,618.00,600.00 +1174880197,Cellar Door,Video Games,Games,AUD,2014-08-13,800.00,2014-06-14 04:06:31,1001.00,successful,30,AU,938.15,933.07,745.71 +1174884257,A BRAND NEW Baby Signing Time Episode! Come sign with us!,Family,Film & Video,USD,2016-12-17,50000.00,2016-11-20 04:32:23,50500.00,successful,473,US,3430.00,50500.00,50000.00 +1174889828,Life Of A Dress: An Illustrated Romp in Clothing Recycling,Art Books,Publishing,USD,2013-01-15,10000.00,2012-12-11 03:55:19,843.00,failed,21,US,843.00,843.00,10000.00 +"117489158,""Prototype Funding for """"Scent-D-Diapers"""""",Product Design,Design,USD,2015-08-08,60000.00,2015-07-08 04:49:31,0.00,failed,0,US,0.00,0.00,60000.00" +1174894526,Mad Moxxi Cosplay Costume,Apparel,Fashion,GBP,2015-02-10,200.00,2015-01-11 19:59:55,22.00,failed,3,GB,33.35,33.83,307.56 +1174897424,LATIGO - The Leather Bicycle Rack (Canceled),Product Design,Design,USD,2014-10-04,7500.00,2014-09-04 20:00:24,225.00,canceled,6,US,225.00,225.00,7500.00 +1174897645,Coming Home For Christmas - Original/Cover CD,Music,Music,USD,2012-11-30,600.00,2012-10-30 23:07:26,70.00,failed,3,US,70.00,70.00,600.00 +"1174899838,""Flutter """"And There Is Light"""" - funding for album, book, tour, music video series"",Electronic Music,Music,USD,2010-08-03,5000.00,2010-05-05 01:29:17,55.00,failed,2,US,55.00,55.00,5000.00" +1174899985,Going Native: Warpath,Tabletop Games,Games,USD,2012-11-10,5000.00,2012-10-11 15:19:00,5855.00,successful,66,US,5855.00,5855.00,5000.00 +1174901210,The Goat Show Documentary,Documentary,Film & Video,USD,2012-05-06,12000.00,2012-03-07 23:37:18,12455.00,successful,171,US,12455.00,12455.00,12000.00 +1174911296,Project Safety: The Future of High-Tech Personal Security,Apps,Technology,USD,2015-02-12,25000.00,2015-01-13 00:48:25,2881.00,failed,47,US,2881.00,2881.00,25000.00 +1174911495,Andre From Idlewood: THE ALBUM!,Indie Rock,Music,USD,2011-09-28,1500.00,2011-08-29 15:33:03,70.00,failed,2,US,70.00,70.00,1500.00 +1174915677,Martyrs and Marauders - A Digital Series (Web Series),Webseries,Film & Video,USD,2016-05-29,6500.00,2016-04-25 08:42:47,10347.00,successful,78,US,10347.00,10347.00,6500.00 +1174932421,The Judgment of Paris,Plays,Theater,USD,2015-07-31,4000.00,2015-07-01 22:32:28,4081.00,successful,20,US,4081.00,4081.00,4000.00 +"1174932583,Oswalls – 5 Track E.P,Music,Music,EUR,2016-03-17,2000.00,2016-02-16 23:54:45,2.00,undefined,0,""N,0"""""",,2.26,2255.81" +1174939901,The Goldfish Jar,Fantasy,Film & Video,USD,2015-10-01,7000.00,2015-09-01 06:45:20,9.00,failed,1,US,9.00,9.00,7000.00 +1174942401,Live To Win,Rock,Music,USD,2012-08-30,10000.00,2012-07-31 18:11:35,0.00,failed,0,US,0.00,0.00,10000.00 +1174943476,Teens In Treatment - Addiction Video Series,Documentary,Film & Video,USD,2016-10-07,12000.00,2016-08-23 19:55:05,1.00,failed,1,US,0.00,1.00,12000.00 +"1174946595,""Psuperbrain - Vinyl Double Album, New Album and Concert!"",Rock,Music,USD,2013-09-19,40000.00,2013-08-20 04:00:38,2585.00,failed,14,US,2585.00,2585.00,40000.00" +1174948876,Nelly Cootalot: The Fowl Fleet! (Retro Pirate Adventure),Video Games,Games,GBP,2013-06-29,15000.00,2013-05-25 13:38:31,20076.89,successful,1039,GB,30273.67,30056.57,22456.10 +1174954314,Reign4christ,Rock,Music,USD,2012-04-13,5000.00,2012-03-14 01:33:06,120.00,failed,3,US,120.00,120.00,5000.00 +"1174970508,""Writing a book, """"How to Adopt in America for FREE!""""."",Nonfiction,Publishing,USD,2015-12-20,8850.00,2015-10-21 19:56:06,39.00,failed,1,US,39.00,39.00,8850.00" +1174971743,Our Place On Earth: Antarctica,Documentary,Film & Video,USD,2013-01-24,1000.00,2013-01-04 10:39:08,1321.00,successful,19,US,1321.00,1321.00,1000.00 +1174973590,One Shot-Volume 0 (Canceled),Graphic Novels,Comics,USD,2015-08-19,1200.00,2015-07-20 06:56:01,0.00,canceled,0,US,0.00,0.00,1200.00 +1174974437,Near Death Experience: Create & Collaborate,Art,Art,USD,2014-06-13,1300.00,2014-05-14 05:10:13,1450.00,successful,8,US,1450.00,1450.00,1300.00 +1174977405,The Book of Water: Stories from Ireland + Storytelling Tour,Fiction,Publishing,USD,2015-12-01,100.00,2015-11-07 05:19:43,1811.00,successful,42,US,1811.00,1811.00,100.00 +1174979141,Office Jerk - Emerson College Film II Project,Shorts,Film & Video,USD,2012-04-05,500.00,2012-02-20 03:04:49,1205.00,successful,17,US,1205.00,1205.00,500.00 +"1174985077,""Hello, Cello"",Documentary,Film & Video,USD,2010-10-06,6800.00,2010-08-12 20:50:17,6920.00,successful,25,US,6920.00,6920.00,6800.00" +1174985365,The Odd Fodder Cook Book,Publishing,Publishing,AUD,2014-12-12,500.00,2014-11-26 07:49:42,1865.00,successful,42,AU,1599.95,1542.21,413.46 +1174988540,Vintage Motive Apparel Co. (Canceled),Product Design,Design,USD,2015-03-14,5000.00,2015-02-12 23:34:57,128.00,canceled,2,US,128.00,128.00,5000.00 +1174993252,Salvage Trader : a 2D space adventure,Video Games,Games,USD,2013-07-30,6000.00,2013-06-21 16:20:19,7471.00,successful,66,US,7471.00,7471.00,6000.00 +"1174999236,""Vinyl Release of Wealthy Ghost's debut album,-""""Good Luck."""""",Indie Rock,Music,USD,2013-05-17,2000.00,2013-04-12 20:24:00,1220.00,failed,27,US,1220.00,1220.00,2000.00" +1175003114,Darkling Plain: an Augmented Reality Miniatures Board Game,Video Games,Games,USD,2013-08-06,120000.00,2013-07-01 01:00:52,15775.00,canceled,90,US,15775.00,15775.00,120000.00 +1175006322,Night Out,Drama,Film & Video,USD,2015-06-26,800.00,2015-05-27 18:09:16,1.00,failed,1,US,1.00,1.00,800.00 +"1175023411,""Scene It Live Magazine Launch, Covering Jacksonville"",Mixed Media,Art,USD,2012-07-16,2000.00,2012-05-17 14:46:31,100.00,failed,1,US,100.00,100.00,2000.00" +1175025375,IN THE PICTURE,Film & Video,Film & Video,USD,2013-12-07,85000.00,2013-10-28 17:53:32,0.00,failed,0,US,0.00,0.00,85000.00 +1175034545,Schmitt's Homemade Countryside Beef Jerky Sticks,Small Batch,Food,USD,2018-01-29,1000.00,2017-12-28 23:36:51,354.00,live,11,US,300.00,354.00,1000.00 +1175055952,Film School in Italy ,Film & Video,Film & Video,USD,2011-05-23,30000.00,2011-04-07 10:15:22,0.00,failed,0,US,0.00,0.00,30000.00 +"1175057704,""Cable Pivot: Organize Your Cables, in Style"",Product Design,Design,USD,2015-01-17,5000.00,2014-12-18 21:11:33,7704.00,successful,367,US,7704.00,7704.00,5000.00" +"1175061139,""The Diary Of Eloise Painter, Chicago made thriller"",Narrative Film,Film & Video,USD,2009-12-15,1500.00,2009-09-24 21:26:04,50.00,failed,1,US,50.00,50.00,1500.00" +117508039,Save the Day Super Powered Role Playing Game,Tabletop Games,Games,CAD,2015-05-16,2000.00,2015-04-12 06:12:11,7198.00,successful,160,CA,5724.95,5900.00,1639.34 +1175080593,iHomeRegistry organize your new home! create and design!,Apps,Technology,USD,2015-10-01,14500.00,2015-09-01 02:18:30,250.00,failed,1,US,250.00,250.00,14500.00 +1175085992,BRIAN PULIDO’S NEW LADY DEATH GRAPHIC NOVEL: DAMNATION GAME!,Graphic Novels,Comics,USD,2015-09-05,15000.00,2015-08-06 04:00:08,86357.00,successful,1004,US,86357.00,86357.00,15000.00 +1175086012,Bingo Baby,Comics,Comics,USD,2013-04-27,7000.00,2013-03-28 18:53:31,7670.00,successful,329,US,7670.00,7670.00,7000.00 +1175089781,Black Unicorn - An Alternative Subscription Box,Crafts,Crafts,USD,2017-06-04,5000.00,2017-05-02 00:46:10,5858.00,successful,103,US,675.00,5858.00,5000.00 +1175092557,PowerShower: Shower Smarter. Powered to save water.,Technology,Technology,USD,2016-02-20,100000.00,2016-01-22 22:46:31,6418.00,failed,15,US,6418.00,6418.00,100000.00 +1175097280,The Warmest Hoodie Ever Made: Introducing Bearhug™,Product Design,Design,USD,2015-10-16,80000.00,2015-09-01 07:00:12,9943.00,failed,56,US,9943.00,9943.00,80000.00 +1175104126,Remnant,Shorts,Film & Video,USD,2012-01-07,2200.00,2011-12-23 15:56:03,4092.00,successful,104,US,4092.00,4092.00,2200.00 +1175113678,A Girl in Teen City: A New Album by Oh Susanna,Music,Music,CAD,2016-12-15,20000.00,2016-11-15 17:48:03,22100.00,successful,309,CA,1058.96,16525.84,14955.51 +1175114299,For dog's Sake! Cooking Healthy For Your Furry Kids.,Cookbooks,Food,USD,2015-07-23,4000.00,2015-06-23 02:17:55,33.00,failed,2,US,33.00,33.00,4000.00 +1175114594,Breaking Down Walls - An American Story,Nonfiction,Publishing,USD,2014-12-14,5000.00,2014-11-14 21:57:22,6.00,failed,2,US,6.00,6.00,5000.00 +1175116943,Genus #96- Radio Comix Anthropomorphic Anthology Comic,Anthologies,Comics,USD,2015-01-18,4000.00,2015-01-06 05:20:07,4356.00,successful,119,US,4356.00,4356.00,4000.00 +1175122557,Presto News,Journalism,Journalism,USD,2011-05-27,15000.00,2011-03-27 18:23:55,3952.00,failed,13,US,3952.00,3952.00,15000.00 +1175124360,Digital Fire Command Software,Technology,Technology,USD,2012-02-04,50000.00,2012-01-05 15:28:38,36.00,failed,3,US,36.00,36.00,50000.00 +1175135852,I Have A Vision,Publishing,Publishing,USD,2014-08-06,4500.00,2014-07-07 23:46:11,245.00,failed,4,US,245.00,245.00,4500.00 +117513605,Aspects of Fantasy: A D20/Fate Fantasy Roleplaying Game,Games,Games,USD,2014-02-07,4500.00,2014-01-08 01:48:02,1657.00,failed,72,US,1657.00,1657.00,4500.00 +1175137964,The Duel: A Mystery (Canceled),Webseries,Film & Video,USD,2015-03-01,30000.00,2015-01-30 03:01:13,265.00,canceled,7,US,265.00,265.00,30000.00 +1175138845,5150 designs,Apparel,Fashion,USD,2015-05-13,5150.00,2015-04-13 19:25:36,1371.00,failed,10,US,1371.00,1371.00,5150.00 +1175149812,Dropout: the web series,Webseries,Film & Video,USD,2014-07-02,4000.00,2014-06-11 21:17:09,4052.61,successful,62,US,4052.61,4052.61,4000.00 +1175155045,Windforge,Video Games,Games,CAD,2013-12-07,50000.00,2013-11-06 22:54:59,50161.85,successful,792,CA,48086.62,47078.23,46926.33 +1175157752,The Troll Cookbook,Publishing,Publishing,USD,2016-01-06,12000.00,2015-11-25 23:23:38,15956.00,successful,234,US,15956.00,15956.00,12000.00 +1175158723,Veteran's ART,Sculpture,Art,USD,2014-04-11,100000.00,2014-03-12 15:43:48,0.00,failed,0,US,0.00,0.00,100000.00 +1175158885,LovePop: 3D Holiday Cards That Pop Like Magic,Product Design,Design,USD,2014-11-09,10000.00,2014-10-15 17:35:22,23252.00,successful,454,US,23252.00,23252.00,10000.00 +"1175161084,""The New Shods Record, Exarcheia"",Rock,Music,USD,2017-05-01,20000.00,2017-03-17 19:35:16,8126.00,failed,95,US,1025.00,8126.00,20000.00" +1175165825,THE ROOMS PLAY,Immersive,Theater,USD,2011-04-17,5000.00,2011-01-26 13:57:00,5343.00,successful,103,US,5343.00,5343.00,5000.00 +1175168355,Crazy Creature Combo Cards,Illustration,Art,USD,2011-11-04,1000.00,2011-10-05 23:33:13,1526.00,successful,38,US,1526.00,1526.00,1000.00 +"1175174808,""Mobile Hero, Inc. an application to end to Unemployment"",Web,Technology,USD,2015-10-19,400000.00,2015-08-20 10:40:55,20.00,canceled,1,US,20.00,20.00,400000.00" +117517520,Centro de alto rendimiento. Granada Gaming (Canceled),Live Games,Games,EUR,2015-11-24,40000.00,2015-09-25 20:23:18,0.00,canceled,0,ES,0.00,0.00,42319.98 +1175176645,The Demon Within,Fiction,Publishing,USD,2015-12-28,2500.00,2015-11-28 05:03:06,0.00,failed,0,US,0.00,0.00,2500.00 +"1175179106,""""""When It's Done"""": A Tale from Development Hell (Canceled)"",Documentary,Film & Video,USD,2016-05-02,100000.00,2016-03-03 01:52:16,0.00,canceled,0,US,0.00,0.00,100000.00" +117518370,ACTIONCAM360. 360° panoramic video lens for GoPro & Similar,Hardware,Technology,GBP,2013-12-15,5000.00,2013-11-15 18:36:29,3141.00,canceled,12,GB,5036.09,5137.81,8178.62 +117518521,Mobile Stock Management System with Front & Back-End App,Interactive Design,Design,GBP,2015-01-01,5000.00,2014-12-09 19:06:15,0.00,failed,0,GB,0.00,0.00,7719.86 +1175190145,ALMOST SUNRISE - a documentary about an epic journey,Documentary,Film & Video,USD,2014-06-11,70000.00,2014-05-10 00:26:13,100108.00,successful,1240,US,100108.00,100108.00,70000.00 +1175192434,Lynx Wind Turbines,DIY Electronics,Technology,USD,2016-11-30,65000.00,2016-10-31 17:38:30,250.00,failed,7,US,0.00,250.00,65000.00 +1175198048,Gift Box,Woodworking,Crafts,USD,2015-01-30,5000.00,2015-01-20 18:49:05,206.00,failed,4,US,206.00,206.00,5000.00 +1175201134,It's Such a Pretty World Today-The Wynn Stewart Tribute CD,Music,Music,USD,2015-02-20,25000.00,2015-01-21 04:05:04,35.00,failed,1,US,35.00,35.00,25000.00 +1175204756,Sugar Paws Café & Pet Supply,Food,Food,CAD,2015-12-05,350000.00,2015-10-09 03:42:22,0.00,failed,0,CA,0.00,0.00,256147.54 +1175209583,Budding Biologist - Lizard Island,Video Games,Games,USD,2013-10-15,10000.00,2013-10-04 18:43:26,2281.00,failed,64,US,2281.00,2281.00,10000.00 +1175212339,Clown Army 28mm Miniatures,Tabletop Games,Games,USD,2017-03-13,500.00,2017-02-11 09:58:12,813.00,successful,31,US,267.00,813.00,500.00 +1175212875,The Russian Sleep Experiment,Shorts,Film & Video,USD,2014-06-27,2000.00,2014-05-28 21:52:20,2230.00,successful,34,US,2230.00,2230.00,2000.00 +"1175213079,""""""A World of Worlds"""" - Episode One"",Action,Film & Video,USD,2016-10-31,3000.00,2016-09-11 12:19:51,3.00,failed,3,US,0.00,3.00,3000.00" +117521458,ED.GE remote controlled dolly for mobile devices,Product Design,Design,GBP,2017-07-12,1500.00,2017-06-02 21:40:11,0.00,failed,0,GB,0.00,0.00,1946.11 +"1175214816,""""""FOUNTAIN OF YOUTH"""" TV comedy pilot needs your help!"",Television,Film & Video,USD,2015-08-21,10000.00,2015-08-04 20:04:14,10123.00,successful,83,US,10123.00,10123.00,10000.00" +1175221489,Hidden Base Designs,Fashion,Fashion,USD,2011-11-18,2500.00,2011-10-19 00:51:48,2636.00,successful,39,US,2636.00,2636.00,2500.00 +1175230388,Artists in Storefronts Neighborhood Expansion Project!,Public Art,Art,USD,2012-06-02,6500.00,2012-05-03 22:51:20,100.00,failed,2,US,100.00,100.00,6500.00 +1175244388,Sampling the Dream,Sound,Technology,GBP,2014-08-05,1000.00,2014-07-06 09:47:06,230.00,failed,6,GB,394.66,386.50,1680.42 +1175248387,The Scent Of Dreams,Children's Books,Publishing,USD,2016-12-11,9000.00,2016-11-11 02:28:39,9583.00,successful,275,US,307.00,9583.00,9000.00 +1175248495,Amanda's Debut Art Show,Painting,Art,USD,2012-09-07,1200.00,2012-08-08 00:17:04,1200.00,successful,20,US,1200.00,1200.00,1200.00 +1175256971,book of horrors,Fiction,Publishing,USD,2013-04-26,3000.00,2013-03-27 18:44:32,125.00,failed,2,US,125.00,125.00,3000.00 +1175259052,Coco's Christmas,Children's Books,Publishing,USD,2015-12-07,500.00,2015-11-13 21:05:54,0.00,failed,0,US,0.00,0.00,500.00 +"1175278227,""Tandem Treats! Vegan, Organic, Local Food Cart Coming Soon!"",Food,Food,USD,2012-03-07,2000.00,2012-02-06 14:32:25,2365.05,successful,37,US,2365.05,2365.05,2000.00" +1175287717,Malik - Quality Album,Rock,Music,USD,2012-03-22,6500.00,2012-02-22 00:07:15,150.00,failed,5,US,150.00,150.00,6500.00 +1175296104,Battle Map Explorer,Tabletop Games,Games,USD,2015-09-13,1000.00,2015-08-14 03:12:59,767.00,failed,62,US,767.00,767.00,1000.00 +1175299905,Breaux COLAB Space: Your Knit Ready-to-Wear Design,Ready-to-wear,Fashion,USD,2015-02-15,2000.00,2015-01-07 02:19:11,33.00,failed,1,US,33.00,33.00,2000.00 +1175301279,Med Student: Travel Journeys of an Aspiring Neurosurgeon,Documentary,Film & Video,USD,2017-06-10,1000.00,2017-05-11 10:27:35,150.00,failed,4,US,50.00,150.00,1000.00 +1175306310,Björk Swan Dress T-Shirt,Conceptual Art,Art,USD,2012-02-17,180.00,2012-02-16 17:56:27,472.00,successful,45,US,472.00,472.00,180.00 +1175309356,Toosh Coosh - Goes Green!,Product Design,Design,AUD,2014-08-31,15000.00,2014-08-01 03:56:55,2456.00,failed,33,AU,2304.26,2300.06,14047.57 +"1175315192,""Advertisement Fund: """"The Challenge"""" will better us all!!"",Nonfiction,Publishing,USD,2015-03-13,25000.00,2015-01-12 02:37:49,0.00,failed,0,US,0.00,0.00,25000.00" +117531796,Film School: Entertainment 101 Television Pilot,Film & Video,Film & Video,USD,2011-01-30,2000.00,2010-12-31 09:31:59,2145.00,successful,22,US,2145.00,2145.00,2000.00 +1175318550,Dichotomy Keyboard and Mouse,Hardware,Technology,USD,2018-01-01,20000.00,2017-11-29 21:34:10,1092.00,failed,12,US,336.00,1092.00,20000.00 +1175328189,Feverything - 10 T-shirt designs for the fearless and bold!,Fashion,Fashion,USD,2011-05-09,4000.00,2011-02-07 20:35:47,425.00,failed,13,US,425.00,425.00,4000.00 +1175329070,King Of Paper Chasin' Part 2 (Canceled),Film & Video,Film & Video,USD,2013-09-04,250000.00,2013-08-05 16:40:49,2710.00,canceled,27,US,2710.00,2710.00,250000.00 +117533906,Pops by Jenn Delivery Service,Food,Food,USD,2014-10-08,1500.00,2014-09-08 23:49:44,200.00,failed,8,US,200.00,200.00,1500.00 +1175340951,Live from Hollyweird,Theater,Theater,USD,2015-05-14,13000.00,2015-04-14 18:16:50,250.00,failed,3,US,250.00,250.00,13000.00 +117534531,Color Swap! An easy game for everyone!,Tabletop Games,Games,USD,2016-07-06,2000.00,2016-06-06 21:25:01,574.66,failed,27,US,574.66,574.66,2000.00 +117534602,Help Emily Long Make A New Record!,Indie Rock,Music,USD,2010-08-31,3000.00,2010-07-21 19:47:25,4590.00,successful,76,US,4590.00,4590.00,3000.00 +"1175355494,""Magical Workshop, Magic/Hobby Store"",Spaces,Theater,USD,2015-11-16,9000.00,2015-10-17 00:09:06,0.00,failed,0,US,0.00,0.00,9000.00" +1175362833,Fleecesters - The Classic: Weather Resistant Fleece Pullover,Apparel,Fashion,USD,2017-03-11,5000.00,2017-02-09 16:06:15,8780.00,successful,94,US,6564.00,8780.00,5000.00 +1175363205,Hand Drawn Valentine's Pet Card,Illustration,Art,USD,2013-02-11,250.00,2013-02-08 21:55:19,4.00,failed,1,US,4.00,4.00,250.00 +1175363291,5th Edition Dungeons and Dragons - Beneath The Razor's Edge,Tabletop Games,Games,GBP,2015-04-21,60.00,2015-04-06 12:38:09,440.00,successful,55,GB,656.44,665.26,90.72 +117536975,Love and Combat: a Book on a Mission,Nonfiction,Publishing,USD,2012-09-14,6000.00,2012-08-15 03:07:38,150.00,failed,3,US,150.00,150.00,6000.00 +1175372695,Book telling story of poker and Vegas in 2016,Print,Journalism,USD,2016-05-16,3000.00,2016-05-02 19:07:02,33.00,failed,4,US,33.00,33.00,3000.00 +1175396352,A Mormon's Guide to Monsters & the Supernatural,Nonfiction,Publishing,USD,2015-11-01,3500.00,2015-10-04 01:58:08,31.00,failed,3,US,31.00,31.00,3500.00 +1175398349,Scoundrels: A Board Game of Pirates & Infamy!,Tabletop Games,Games,USD,2015-05-07,35000.00,2015-04-07 19:56:10,13121.00,failed,219,US,13121.00,13121.00,35000.00 +1175406554,Chris Doud solo albums,Country & Folk,Music,USD,2016-05-01,3125.00,2016-04-01 23:28:42,3669.00,successful,73,US,3669.00,3669.00,3125.00 +117540800,Odd Culture Clothing,Apparel,Fashion,AUD,2015-09-28,5000.00,2015-08-19 11:51:25,0.00,failed,0,AU,0.00,0.00,3516.17 +117541317,Psychedelic Horror Movie for the Social Networking Generation,Film & Video,Film & Video,USD,2010-08-01,20000.00,2010-06-15 20:48:23,110.00,failed,2,US,110.00,110.00,20000.00 +"1175426433,""The Abominable Dock Lamp: works with iPhone, Android + more."",Product Design,Design,USD,2013-11-02,110000.00,2013-10-02 19:05:58,1483.10,canceled,14,US,1483.10,1483.10,110000.00" +1175439308,Help Dork Turnspit release their debut mini-album,Indie Rock,Music,GBP,2014-11-17,250.00,2014-11-02 18:13:00,258.00,successful,29,GB,412.72,404.60,392.06 +1175441642,The sky above- children picture book/illustrated book,Children's Books,Publishing,USD,2015-06-24,4000.00,2015-04-25 05:48:30,752.00,failed,30,US,752.00,752.00,4000.00 +1175447847,The Calimacil Foam LED Saber,Gaming Hardware,Games,CAD,2015-12-03,50000.00,2015-11-03 13:27:11,144102.00,successful,264,CA,110262.87,108046.79,37489.69 +1175449519,Dungeons & Treasure VR - Roguelike Multiplayer Voxelart Game,Video Games,Games,EUR,2017-10-20,5000.00,2017-09-20 15:59:41,215.00,failed,11,DE,23.94,254.09,5908.98 +1175450181,Stocklicious - The Mobile App,Apps,Technology,USD,2015-08-29,5000.00,2015-07-30 22:03:12,0.00,failed,0,US,0.00,0.00,5000.00 +1175452877,American Homicide (Help fund this album collaboration)!!!,Rock,Music,USD,2012-10-12,5000.00,2012-09-12 06:48:09,100.00,failed,2,US,100.00,100.00,5000.00 +1175461067,Irvine Young Concert Artists studio recording session,Classical Music,Music,USD,2014-03-25,10250.00,2014-02-24 22:45:48,760.00,failed,14,US,760.00,760.00,10250.00 +117546361,THE STORY OF JAZZ ORCHESTRA RECORDING,Jazz,Music,USD,2016-05-31,25000.00,2016-05-02 17:21:47,4705.00,failed,64,US,4705.00,4705.00,25000.00 +1175480657,Project Badger - The Film,Documentary,Film & Video,USD,2011-07-23,22500.00,2011-06-24 23:19:09,2177.00,failed,62,US,2177.00,2177.00,22500.00 +1175485506,Gotta: Individual Skills Trading Platform,Apps,Technology,USD,2015-05-03,65375.00,2015-04-03 07:20:51,1.00,failed,1,US,1.00,1.00,65375.00 +"1175491636,""Mark Austin """"Whole Lot of Country"""" video production"",Country & Folk,Music,USD,2014-12-20,5000.00,2014-11-20 03:10:59,0.00,failed,0,US,0.00,0.00,5000.00" +1175516241,Commissions: Necklace Aura Readings,Jewelry,Fashion,USD,2017-11-26,500.00,2017-11-01 17:26:37,3844.00,successful,78,US,2317.00,3844.00,500.00 +1175524865,Dead Simple Photo Arranger,Technology,Technology,USD,2013-08-17,3000.00,2013-07-18 18:48:37,181.00,failed,17,US,181.00,181.00,3000.00 +1175526263,GIAPENTA: THE FUTURE OF LUXURY LINGERIE,Fashion,Fashion,USD,2017-03-06,25000.00,2017-01-24 18:17:32,28388.25,successful,36,US,25542.25,28388.25,25000.00 +1175536683,Koko the Bear,Children's Books,Publishing,CAD,2017-09-08,7800.00,2017-08-09 16:01:14,9421.00,successful,239,CA,3028.75,7794.32,6453.21 +"117553674,""Hydro Abrasive Rescue Tool - Develop 30,000 PSI Version"",Hardware,Technology,USD,2013-06-01,70000.00,2013-05-02 04:17:23,238.00,failed,11,US,238.00,238.00,70000.00" +1175544672,Audio book with paperback book production and marketing,Fiction,Publishing,USD,2014-05-05,13850.00,2014-04-04 18:42:18,26.00,failed,2,US,26.00,26.00,13850.00 +1175545415,The Sailor's Watches and More (Canceled),Accessories,Fashion,EUR,2016-05-26,3500.00,2016-04-26 18:22:56,0.00,canceled,0,DE,0.00,0.00,3908.78 +1175552174,Bloodsworth • An Innocent Man - Film Completion & Premiere,Documentary,Film & Video,USD,2014-11-03,65000.00,2014-10-01 16:00:09,66373.28,successful,428,US,66373.28,66373.28,65000.00 +"1175567957,""Zorian of New York, Grooming Products for the Modern Man"",Accessories,Fashion,USD,2016-06-10,2500.00,2016-05-11 00:37:06,248.00,canceled,9,US,248.00,248.00,2500.00" +1175580294,Mon premier album,Pop,Music,CAD,2017-02-04,5000.00,2016-12-06 21:35:14,5404.00,successful,61,CA,431.39,4112.95,3805.46 +1175586816,Tiny House for a Veteran | Enviro friendly livable sculpture,Architecture,Design,USD,2016-03-21,16000.00,2016-02-05 20:56:50,131.00,failed,6,US,131.00,131.00,16000.00 +1175587231,Local Government Diversity Dashboard,Web,Journalism,USD,2017-10-31,25000.00,2017-10-01 17:29:10,26247.00,successful,186,US,300.00,26247.00,25000.00 +117559554,Highway 4 makes an EP,Rock,Music,USD,2016-01-24,5000.00,2015-12-23 21:15:59,5320.00,successful,53,US,5320.00,5320.00,5000.00 +1175600402,LA BRUJULA: Album de Dr. Pedro,Latin,Music,USD,2017-06-29,8500.00,2017-05-30 14:19:23,17.00,failed,2,US,0.00,17.00,8500.00 +1175612160,Arthrow,Software,Technology,USD,2010-08-01,10000.00,2010-07-01 07:58:40,1940.00,failed,28,US,1940.00,1940.00,10000.00 +117561632,Infinity Cube: 100% Carbon Fiber,Product Design,Design,USD,2016-02-17,10000.00,2016-01-18 18:53:21,4640.00,failed,76,US,4640.00,4640.00,10000.00 +1175627949,The Mind of James Svengal,Graphic Novels,Comics,GBP,2017-11-21,3000.00,2017-10-24 11:04:53,3181.00,successful,109,GB,460.59,4239.30,3998.08 +1175629757,Let's PUBLISH SNIFF together!!!,Children's Books,Publishing,USD,2013-10-28,12000.00,2013-09-28 02:02:03,12812.00,successful,180,US,12812.00,12812.00,12000.00 +1175633167,The Ramifications of an Exciting Spouse,Shorts,Film & Video,USD,2011-05-13,2500.00,2011-04-18 16:33:52,2743.50,successful,85,US,2743.50,2743.50,2500.00 +1175633729,Vessel of Clay,Theater,Theater,USD,2013-11-28,500.00,2013-09-29 19:13:15,100.00,failed,1,US,100.00,100.00,500.00 +1175642383,State of Villains,Apparel,Fashion,USD,2014-09-11,500.00,2014-07-13 20:48:18,25.00,failed,1,US,25.00,25.00,500.00 +1175648616,Bravo Company: Ghost Wolf,Shorts,Film & Video,USD,2012-03-24,1111.00,2012-02-14 01:54:13,50.00,failed,2,US,50.00,50.00,1111.00 +1175650017,Earth Wisdom Apparel,Apparel,Fashion,USD,2014-07-03,25000.00,2014-06-03 23:50:44,5.00,canceled,1,US,5.00,5.00,25000.00 +1175673445,Chingadero Quick Fix,Hardware,Technology,USD,2013-01-18,5000.00,2012-12-19 02:58:38,1737.77,failed,145,US,1737.77,1737.77,5000.00 +1175678390,Save Energy with SerraView Smart Daylighters,Hardware,Technology,USD,2014-12-08,100000.00,2014-10-24 00:07:05,3081.00,failed,20,US,3081.00,3081.00,100000.00 +1175687797,Space Bloxxer (Android/PC game),Mobile Games,Games,USD,2015-09-29,100.00,2015-08-30 18:20:05,28.00,failed,7,US,28.00,28.00,100.00 +1175688519,Ring Revolution by HEXAGON,Gadgets,Technology,EUR,2016-11-30,40000.00,2016-10-21 15:19:01,6185.00,suspended,171,IT,1497.58,6582.10,42568.14 +1175689034,The Ukes In America,Documentary,Film & Video,GBP,2013-07-22,30000.00,2013-06-14 01:10:38,30700.00,successful,303,GB,48023.08,47277.32,46199.33 +"1175690639,""I Flew a Kite - a book of concrete, visual and collage poems"",Poetry,Publishing,USD,2013-02-02,4325.00,2013-01-03 11:00:19,0.00,failed,0,US,0.00,0.00,4325.00" +1175698039,Confidence (A Short Film),Shorts,Film & Video,GBP,2016-02-07,4000.00,2016-01-08 23:22:10,271.00,failed,15,GB,396.47,393.07,5801.73 +1175698090,BlackBook Medellin,Documentary,Film & Video,USD,2016-11-28,5000.00,2016-10-19 19:27:52,5437.00,successful,56,US,1106.00,5437.00,5000.00 +"1175707508,""bellstudios242-jewelry, photography, art prints"",Crafts,Crafts,USD,2011-11-17,800.00,2011-11-03 02:56:46,0.00,failed,0,US,0.00,0.00,800.00" +"1175724647,""""""The SpeakEasy"""" Spoken Word Artists Traveling Gallery."",Performance Art,Art,USD,2013-04-11,15000.00,2013-03-12 16:42:51,315.00,failed,10,US,315.00,315.00,15000.00" +1175727164,Creative doll maker needs ur help to sell dolls nationwide!,Crafts,Crafts,USD,2014-09-05,1000.00,2014-08-06 21:18:24,1.00,canceled,1,US,1.00,1.00,1000.00 +1175733002,Hidden Personality Tees,Apparel,Fashion,GBP,2018-01-10,500.00,2017-12-31 22:43:03,0.00,live,0,GB,0.00,0.00,681.99 +1175735087,Marketing Funding for Renizance Debut Album,Music,Music,USD,2015-06-04,25000.00,2015-05-05 10:21:56,1.00,failed,1,US,1.00,1.00,25000.00 +1175737277,I Dream of Oregon Trail - A Racing Documentary,Documentary,Film & Video,USD,2013-08-23,5000.00,2013-06-24 22:24:33,1435.00,failed,19,US,1435.00,1435.00,5000.00 +1175745651,Cerulean,Webseries,Film & Video,USD,2017-08-20,10000.00,2017-07-21 16:04:13,100.00,failed,1,US,0.00,100.00,10000.00 +1175747034,Digital Elegy,Horror,Film & Video,USD,2016-10-15,10000.00,2016-09-14 14:03:03,15.00,failed,1,US,0.00,15.00,10000.00 +1175751343,The WitchBorn: Enter Perdition,Tabletop Games,Games,USD,2016-12-05,22500.00,2016-11-11 18:47:14,30627.00,successful,99,US,8411.00,30627.00,22500.00 +117575230,NatureworksTN: Farm to Market Garden Expansion,Farms,Food,USD,2015-01-01,10000.00,2014-11-22 00:19:17,6.00,failed,2,US,6.00,6.00,10000.00 +1175759551,Jeff Lowe's Metanoia #2 - Jon Krakauer narrates a true story,Film & Video,Film & Video,USD,2011-03-31,25000.00,2011-02-25 22:49:04,37922.28,successful,337,US,37922.28,37922.28,25000.00 +1175760072,A Bird in the hand knitting pattern book,Knitting,Crafts,GBP,2016-09-02,1100.00,2016-08-10 16:06:06,2720.00,successful,141,GB,239.07,3613.23,1461.23 +"1175761163,""Smile, It's the End"",Shorts,Film & Video,USD,2014-05-05,1500.00,2014-03-31 01:50:16,1810.00,successful,29,US,1810.00,1810.00,1500.00" +"117576329,""Sié Ties : The ConnecTie, with integrated magnetic tie bars"",Accessories,Fashion,USD,2015-05-23,5000.00,2015-03-24 19:52:51,110.00,failed,3,US,110.00,110.00,5000.00" +1175763511,James Thomas Branding,Graphic Design,Design,USD,2015-05-06,2500.00,2015-04-06 20:04:24,85.00,failed,2,US,85.00,85.00,2500.00 +1175763916,Rad Erwank,Comic Books,Comics,CAD,2017-10-07,2000.00,2017-09-07 21:03:37,1042.00,failed,32,CA,238.93,833.67,1600.13 +1175764619,MajorTom® Designer Cases for SmartPhone Devices,Product Design,Design,USD,2016-07-28,14000.00,2016-06-23 01:33:34,84.00,canceled,1,US,84.00,84.00,14000.00 +11757734,Porsche's 911: A 50th Anniversary Album,Nonfiction,Publishing,USD,2013-06-23,7500.00,2013-05-09 21:56:48,801.00,failed,16,US,801.00,801.00,7500.00 +1175774427,1666 The Movie,Film & Video,Film & Video,USD,2011-10-24,15000.00,2011-09-24 21:58:31,425.00,failed,6,US,425.00,425.00,15000.00 +"1175775959,""Be the """"The Life of the Party"""" with our new product line!"",Games,Games,USD,2012-12-08,2000.00,2012-12-01 02:55:09,0.00,failed,0,US,0.00,0.00,2000.00" +1175776858,An Exciting Novel,Nonfiction,Publishing,USD,2011-02-12,3500.00,2010-12-14 23:47:06,10.00,failed,1,US,10.00,10.00,3500.00 +1175777607,Perfect Practice,Music,Music,EUR,2015-07-07,900.00,2015-05-27 00:22:57,1.00,failed,1,NL,1.10,1.12,1006.66 +1175779315,Fleming and John New Album 2015,Indie Rock,Music,USD,2015-04-25,25000.00,2015-03-25 23:23:48,52837.00,successful,732,US,52837.00,52837.00,25000.00 +1175780430,Who Killed Bambi? fundraising,Performances,Dance,GBP,2015-01-17,250.00,2014-12-10 10:42:12,251.00,successful,6,GB,392.41,376.11,374.62 +1175789402,Original Gent- Join the Movement,Fashion,Fashion,AUD,2017-05-26,3000.00,2017-04-26 12:28:17,245.00,failed,3,AU,185.07,182.40,2233.47 +1175798482,Natasha Gentry EP,Pop,Music,USD,2013-03-11,8000.00,2013-02-09 04:20:27,8060.00,successful,202,US,8060.00,8060.00,8000.00 +1175800777,Ganchufo: Hang your lamp easily and safe in 20 seconds,Product Design,Design,EUR,2015-10-16,10000.00,2015-09-16 00:22:39,171.00,failed,6,ES,193.96,194.26,11360.02 +1175812317,Desktop Gremlins Papercraft: Spooky Monsters,Crafts,Crafts,USD,2016-10-05,1000.00,2016-09-20 18:22:13,1507.00,successful,53,US,650.00,1507.00,1000.00 +1175815789,Smallholding - A feature film directed by Chris New,Narrative Film,Film & Video,GBP,2013-10-11,10000.00,2013-09-11 00:53:15,10319.30,successful,112,GB,16135.30,16488.98,15978.78 +1175822612,COVENANT OF RESURRECTION... eBook soon to be a Novel & Movie,Publishing,Publishing,USD,2017-03-30,3200.00,2017-03-23 00:42:26,0.00,failed,0,US,0.00,0.00,3200.00 +1175826566,Barrens #1,Comics,Comics,USD,2015-12-13,2000.00,2015-11-06 18:58:57,3477.00,successful,128,US,3477.00,3477.00,2000.00 +1175842238,UNDER THE TABLE,Shorts,Film & Video,USD,2013-12-27,6000.00,2013-11-27 01:39:17,13425.00,successful,109,US,13425.00,13425.00,6000.00 +1175852471,The People Who Suspend,Documentary,Film & Video,USD,2015-01-13,2000.00,2014-12-23 05:41:15,3817.00,successful,66,US,3817.00,3817.00,2000.00 +"1175852595,Konigsberg - Crowdfunding,Music,Music,EUR,2015-08-25,1000.00,2015-08-05 10:21:01,1115.00,undefined,0,""N,0"""""",,1256.38,1126.80" +1175855191,Ex Tempore,Shorts,Film & Video,USD,2013-11-15,2500.00,2013-10-16 23:31:54,3114.70,successful,24,US,3114.70,3114.70,2500.00 +1175859175,5th Anniversary Year / Five Small Fires,Conceptual Art,Art,USD,2014-01-11,5000.00,2013-12-12 03:41:15,5271.95,successful,53,US,5271.95,5271.95,5000.00 +1175859605,L'Atelier de Mode,Fashion,Fashion,USD,2012-03-23,3000.00,2012-02-22 23:31:33,60.00,failed,5,US,60.00,60.00,3000.00 +1175860359,Harlan,Shorts,Film & Video,USD,2011-07-16,3000.00,2011-06-16 03:28:31,3000.00,successful,40,US,3000.00,3000.00,3000.00 +"1175869778,""Malawi, Africa: A Documentary About An Orphanage."",Documentary,Film & Video,GBP,2016-03-10,750.00,2016-02-09 18:47:01,800.00,successful,20,GB,1160.84,1143.38,1071.92" +1175875617,Millie and Tyler's Debut Album,Music,Music,USD,2016-06-02,15000.00,2016-05-07 06:21:02,3940.00,failed,49,US,3940.00,3940.00,15000.00 +1175876917,Makeup for women of color and women of color only!,Accessories,Fashion,EUR,2016-11-12,334806.00,2016-10-13 22:31:36,0.00,failed,0,NL,0.00,0.00,355866.16 +1175883950,Simlet: RFID Minimalist Aluminum wallet with cash storage.,Product Design,Design,AUD,2017-03-28,1000.00,2017-03-07 19:31:16,2161.00,successful,68,AU,40.89,1652.39,764.64 +1175886503,Rhythm Future Quartet ~ New Album!,Jazz,Music,USD,2015-09-08,6000.00,2015-08-09 04:29:49,6888.00,successful,105,US,6888.00,6888.00,6000.00 +1175894903,Planetarium,Tabletop Games,Games,USD,2016-07-07,21000.00,2016-06-14 18:01:43,126815.00,successful,2959,US,126815.00,126815.00,21000.00 +1175900935,Gracie Brave,Children's Books,Publishing,USD,2016-05-18,18000.00,2016-04-19 13:57:18,6229.00,failed,45,US,6229.00,6229.00,18000.00 +1175901573,ionboard,Product Design,Design,USD,2017-12-13,10000.00,2017-11-09 05:57:27,57132.88,successful,136,US,1247.00,57132.88,10000.00 +1175902605,Weekends - 'New Humans',Indie Rock,Music,USD,2012-11-01,3500.00,2012-10-02 15:36:39,3506.01,successful,93,US,3506.01,3506.01,3500.00 +1175908491,The Philosophy of Football: In Shadows of Marcelo Bielsa,Academic,Publishing,GBP,2016-07-31,7150.00,2016-06-03 02:31:13,0.00,canceled,0,GB,0.00,0.00,9405.17 +1175911553,One Year of Polymer Letterpress,Letterpress,Crafts,USD,2014-02-08,600.00,2014-01-24 03:49:24,1038.00,successful,50,US,1038.00,1038.00,600.00 +"117591793,""Eight-Bit Magazine 5 (Amstrad, Atari, Commodore, Spectrum)"",Zines,Publishing,EUR,2017-12-04,200.00,2017-10-30 16:23:32,3133.00,successful,200,IE,839.33,3678.78,234.84" +1175918847,Baumann's BBQ Beginning,Food Trucks,Food,USD,2016-10-15,10000.00,2016-08-27 22:23:14,50.00,canceled,1,US,50.00,50.00,10000.00 +1175921314,Hallelujah: A Psalms Project & Alabaster Worship Album,Faith,Music,USD,2017-07-04,15000.00,2017-06-01 17:00:15,1775.00,failed,22,US,80.00,1775.00,15000.00 +1175931552,Deep Dream Generator,Software,Technology,EUR,2015-09-30,7500.00,2015-08-31 15:32:29,10.00,failed,2,NL,11.18,11.16,8369.98 +1175942768,The Trouble with the F word,Documentary,Film & Video,GBP,2016-03-29,70000.00,2016-02-22 11:07:38,4235.00,failed,78,GB,6100.73,6060.13,100167.42 +1175958926,To Professionally Produce Some Recent Songs,Pop,Music,USD,2014-06-13,2000.00,2014-04-14 22:42:33,65.80,failed,4,US,65.80,65.80,2000.00 +1175965289,CoH2 Grand Championship Series,Live Games,Games,GBP,2017-04-30,1400.00,2017-03-07 23:07:34,6305.00,successful,161,GB,0.00,8158.33,1811.52 +1175968056,Where's my hug?,Children's Books,Publishing,GBP,2017-07-21,2500.00,2017-06-21 11:50:39,2753.00,successful,89,GB,159.21,3576.67,3247.98 +1175968938,Family Dinner,Restaurants,Food,USD,2014-08-09,200.00,2014-07-11 23:42:43,0.00,failed,0,US,0.00,0.00,200.00 +1175985369,Lego iPhone Charging Docks,Crafts,Crafts,USD,2015-07-18,100.00,2015-06-18 17:39:30,100.00,successful,4,US,100.00,100.00,100.00 +1176001708,Teach Reach Smartphone App,Apps,Technology,USD,2014-08-30,500.00,2014-08-20 23:11:56,33.00,failed,7,US,33.00,33.00,500.00 +"1176001896,""""""SUIT HER"""" - Suits For Girls by Princess Free Zone"",Childrenswear,Fashion,USD,2015-09-20,90000.00,2015-08-11 12:31:23,13107.00,failed,204,US,13107.00,13107.00,90000.00" +1176010176,Smile Markers USA,Installations,Art,USD,2015-03-11,2000.00,2015-01-10 01:09:18,10.00,failed,1,US,10.00,10.00,2000.00 +1176012670,DnD 5E RPG Condition Cards for $12!,Tabletop Games,Games,USD,2016-07-18,5000.00,2016-06-07 13:58:21,11245.00,successful,319,US,6474.00,11245.00,5000.00 +1176019182,Sarah Scharbrough's NEW CD RELEASE!! Releasing summer 2014!!,Pop,Music,USD,2014-04-16,15000.00,2014-03-09 00:47:12,20318.00,successful,155,US,20318.00,20318.00,15000.00 +1176029284,Clingies - A versatile clip and docking system.,Product Design,Design,USD,2015-05-22,1500.00,2015-04-21 14:00:48,57607.43,successful,2274,US,57607.43,57607.43,1500.00 +"1176030128,""Double Six Customs - clean, cool, fun apparel for everyone!"",Apparel,Fashion,USD,2015-09-21,25000.00,2015-08-14 18:11:39,0.00,failed,0,US,0.00,0.00,25000.00" +1176032462,The CoreConduit - Garden Controller,Technology,Technology,USD,2015-04-20,10000.00,2015-03-31 20:09:37,105.00,failed,1,US,105.00,105.00,10000.00 +1176037031,Joshua's First Debut EP Album =),Indie Rock,Music,USD,2011-01-03,3500.00,2010-11-19 23:49:00,0.00,failed,0,US,0.00,0.00,3500.00 +1176040794,Taking Throne Room Creations to San Antonio's fashion week!,Fashion,Fashion,USD,2013-08-23,2500.00,2013-07-28 02:38:07,90.00,failed,3,US,90.00,90.00,2500.00 +117604178,The Tibet Connection,Radio & Podcasts,Publishing,USD,2013-06-29,30000.00,2013-05-30 22:53:01,2165.00,failed,38,US,2165.00,2165.00,30000.00 +117604281,COGNITIO - Danish Short Film,Shorts,Film & Video,DKK,2016-10-12,10000.00,2016-09-12 00:30:12,10150.00,successful,28,DK,0.00,1500.99,1478.81 +1176050175,MOTORVLOGS - Adventures on and off the road,Webseries,Film & Video,USD,2016-02-24,4000.00,2016-01-25 06:38:47,302.00,failed,5,US,302.00,302.00,4000.00 +1176062407,Being Happy Rocks,Art,Art,USD,2014-08-04,1000.00,2014-07-05 18:31:15,6.00,failed,2,US,6.00,6.00,1000.00 +1176064217,Step up to the Mic.,Shorts,Film & Video,USD,2011-02-24,7000.00,2011-01-25 06:09:06,0.00,failed,0,US,0.00,0.00,7000.00 +117606534,Jazz Live at the Kitano: The Mark Sherman Quartet,Jazz,Music,USD,2015-01-22,17000.00,2014-12-24 06:10:07,921.00,failed,24,US,921.00,921.00,17000.00 +1176070514,Will Mac Group - Album for 2015,Jazz,Music,USD,2015-03-20,15000.00,2015-02-11 08:32:10,800.00,failed,9,US,800.00,800.00,15000.00 +1176071547,The Killer Bee Project: A History of Africanized Honey Bees,Nonfiction,Publishing,USD,2012-06-17,45000.00,2012-05-18 00:22:18,1870.00,failed,11,US,1870.00,1870.00,45000.00 +"1176074482,""""""Tonight Was"""" - Short Film"",Shorts,Film & Video,USD,2014-04-23,1200.00,2014-03-24 14:50:12,1419.00,successful,25,US,1419.00,1419.00,1200.00" +1176088529,Rodger Deering's Dungeon Crusade - Book I: Genesis of Evil,Tabletop Games,Games,USD,2016-04-21,70000.00,2016-03-20 17:50:00,24898.52,canceled,274,US,24898.52,24898.52,70000.00 +1176091193,Here Comes the financial Boom (Money and Economics),Academic,Publishing,SEK,2018-01-15,330000.00,2017-11-16 00:34:34,700.00,live,3,SE,0.00,86.38,40724.15 +1176095835,Please Help Pigs n Rigs Get a New BBQ Rig,Events,Food,USD,2015-06-14,15000.00,2015-04-15 22:56:22,1391.00,failed,20,US,1391.00,1391.00,15000.00 +1176100689,The Nude in DC: Figurative Arts in the Greater DC Region,Conceptual Art,Art,USD,2011-10-14,10000.00,2011-09-14 17:50:10,50.00,failed,3,US,50.00,50.00,10000.00 +1176126983,If Trees Could Sing,Children's Books,Publishing,USD,2016-04-12,6200.00,2016-03-13 19:05:59,500.00,failed,6,US,500.00,500.00,6200.00 +1176148100,Handyman,Software,Technology,EUR,2016-06-07,1500.00,2016-05-18 07:36:01,0.00,failed,0,IT,0.00,0.00,1695.60 +1176149313,Cyclista Philippines,Documentary,Film & Video,USD,2016-09-04,40000.00,2016-08-05 07:02:18,0.00,canceled,0,US,0.00,0.00,40000.00 +1176149482,THE GENESIS PROJECT,World Music,Music,USD,2015-07-26,20000.00,2015-05-27 09:28:27,0.00,failed,0,US,0.00,0.00,20000.00 +1176150526,Drummers'World3000 teaching the basics learning the gift,Faith,Music,USD,2015-08-31,1000.00,2015-08-06 00:03:17,0.00,failed,0,US,0.00,0.00,1000.00 +1176152925,Sam Dantone's Art Review...,Art,Art,USD,2011-07-26,4200.00,2011-05-27 05:42:42,215.00,failed,5,US,215.00,215.00,4200.00 +1176157460,Knox Mine Disaster - The End of Anthracite,Documentary,Film & Video,USD,2012-03-05,10000.00,2012-01-20 00:08:52,1976.00,failed,32,US,1976.00,1976.00,10000.00 +1176160335,BIG MOVES,Publishing,Publishing,CAD,2016-01-27,10000.00,2015-12-28 14:25:33,10120.00,successful,40,CA,7317.29,7193.12,7107.83 +1176164249,The Final Resolve,Drama,Film & Video,USD,2016-01-31,200000.00,2015-12-05 19:50:05,0.00,failed,0,US,0.00,0.00,200000.00 +1176166263,Lil' Ninja book - comic book style - first issue!,Comics,Comics,CAD,2014-03-13,2000.00,2014-02-11 20:15:01,948.00,failed,24,CA,859.53,855.06,1803.91 +1176167136,AUPA = Torre de aprendizaje + Silla / Learning tower + Chair,Product Design,Design,EUR,2017-02-01,29000.00,2016-12-23 20:29:50,607.00,failed,9,ES,0.00,651.98,31148.97 +1176170334,S.T.E.M. PowerPoint Presentation and Movie,Narrative Film,Film & Video,USD,2015-05-04,2000.00,2015-04-04 16:09:38,1.00,failed,1,US,1.00,1.00,2000.00 +"1176173791,""Fishing, A Rednecks Tale"",Comedy,Film & Video,USD,2015-09-08,32000.00,2015-08-20 17:17:39,0.00,failed,0,US,0.00,0.00,32000.00" +1176178493,Hayward Odd Fellows Youth Chamber Music Project R2,Classical Music,Music,USD,2015-08-16,560.00,2015-07-15 00:49:52,725.00,successful,10,US,725.00,725.00,560.00 +1176179143,hoot & challah baking co.,Food,Food,USD,2012-03-11,1200.00,2012-02-10 02:49:57,2273.00,successful,44,US,2273.00,2273.00,1200.00 +"1176181478,""""""Kill the Indian, Save the Man”: Oral Histories in Search of"",Journalism,Journalism,USD,2012-04-30,5500.00,2012-03-16 22:23:18,50.00,failed,1,US,50.00,50.00,5500.00" +1176197549,Genèse / Genesis,Animation,Film & Video,CAD,2015-02-13,35000.00,2015-01-14 19:55:58,5.00,failed,1,CA,4.19,4.00,27982.09 +1176198533,Bo-Ei clothing,Childrenswear,Fashion,CAD,2016-11-14,3000.00,2016-09-30 18:06:33,0.00,failed,0,CA,0.00,0.00,2219.76 +1176200082,Hope Vista - ACOUSTIC EP!!!,Music,Music,USD,2014-04-09,400.00,2014-03-10 22:19:08,150.00,failed,4,US,150.00,150.00,400.00 +1176202746,Waterford PEP (Primary Entrepreneurship Project),DIY,Crafts,CAD,2015-04-16,22000.00,2015-03-02 17:23:50,51.00,failed,2,CA,40.77,41.83,18046.10 +1176211554,Team 6040: GetoBotics (Canceled),Robots,Technology,CAD,2016-02-24,5500.00,2016-02-02 18:02:28,15.00,canceled,1,CA,10.72,11.07,4060.24 +1176212298,The V.A.Hypothesis: Why The Brain May Be Simpler th/we Think,Nonfiction,Publishing,USD,2017-06-30,230.00,2017-06-20 04:04:58,0.00,failed,0,US,0.00,0.00,230.00 +1176218277,Forge of Honor: Targimals and Bordor Blades & Shields,Tabletop Games,Games,USD,2013-08-06,18000.00,2013-06-19 15:20:07,32041.00,successful,255,US,32041.00,32041.00,18000.00 +1176218756,Corporate America Gilded Edition,Tabletop Games,Games,USD,2017-03-24,10000.00,2017-02-28 17:39:27,14592.00,successful,312,US,5723.00,14592.00,10000.00 +"1176219459,""Short Film : """"Door to Door"""""",Shorts,Film & Video,GBP,2014-06-03,5200.00,2014-05-13 19:01:22,6208.00,successful,32,GB,10461.96,10445.20,8749.20" +1176223621,Lye to Me Soaps (Canceled),DIY,Crafts,USD,2015-05-15,10000.00,2015-03-16 18:20:16,101.00,canceled,3,US,101.00,101.00,10000.00 +1176225885,Project Smoke (Canceled),Apps,Technology,EUR,2015-10-11,85000.00,2015-09-10 02:05:36,0.00,canceled,0,ES,0.00,0.00,96560.19 +1176226277,I FOUGHT SOPA AND ALL I GOT WAS THIS STUPID T-SHIRT,Fashion,Fashion,USD,2011-12-30,1000.00,2011-12-16 18:23:00,3952.97,successful,251,US,3952.97,3952.97,1000.00 +"1176241394,""""""The Edge"""", Premium Aluminum Case for the iPad"",Product Design,Design,USD,2013-04-05,95000.00,2013-03-01 01:07:08,445.00,failed,6,US,445.00,445.00,95000.00" +1176242431,Terminal Legacy: A sci-fi thriller about an intimate look at an apocalyptic event.,Narrative Film,Film & Video,USD,2010-10-23,12000.00,2010-09-20 05:53:53,5075.00,failed,77,US,5075.00,5075.00,12000.00 +1176248069,Longsuffering,Art,Art,USD,2015-04-25,8000.00,2015-03-26 14:55:51,13570.00,successful,106,US,13570.00,13570.00,8000.00 +1176269154,Special Edibles: A cook with no kitchen,Food,Food,USD,2011-06-05,3483.00,2011-05-06 19:44:18,516.00,failed,16,US,516.00,516.00,3483.00 +1176273531,Baba Joon's Chocolate Chewies: Little Chocolate Miracles,Food,Food,USD,2012-10-11,30000.00,2012-09-11 06:37:15,761.00,failed,10,US,761.00,761.00,30000.00 +1176275767,Who are you?,Children's Books,Publishing,USD,2012-05-02,1500.00,2012-04-06 22:12:33,999.00,failed,11,US,999.00,999.00,1500.00 +117627826,Krampus: Naughty or Nice Lapel Pins,Accessories,Fashion,USD,2016-11-16,400.00,2016-11-01 15:04:36,946.00,successful,52,US,480.00,946.00,400.00 +"1176280951,NO MERCY IN THE MOUNTAIN+++HELP THANKS MAKE THEIR 2ND ALBUM,Music,Music,USD,2015-07-12,8500.00,2015-06-12 06:29:01,8525.00,undefined,0,""N,0"""""",,8525.00,8500.00" +1176283868,The Carlisle Undercroft Development: a community venue,Spaces,Theater,GBP,2017-08-19,7000.00,2017-06-20 19:25:57,1022.00,failed,30,GB,28.11,1310.53,8976.20 +1176285849,Det vita fältet: Research on Right-Wing Extremism,Academic,Publishing,SEK,2015-02-13,80000.00,2014-12-16 15:51:03,2159.00,failed,10,SE,286.05,256.26,9495.32 +1176288089,Photographic Journey Across America (Canceled),Places,Photography,USD,2014-08-25,10000.00,2014-06-26 22:55:10,50.00,canceled,1,US,50.00,50.00,10000.00 +1176291685,OH Tiny Tee's,Childrenswear,Fashion,USD,2014-08-28,3000.00,2014-07-29 19:05:21,0.00,failed,0,US,0.00,0.00,3000.00 +1176297066,Approach Notebook System,Product Design,Design,USD,2017-10-08,10000.00,2017-09-07 12:54:38,26086.00,successful,582,US,12693.00,26086.00,10000.00 +1176313453,Culmination 7 (Canceled),Fiction,Publishing,USD,2012-03-14,10000.00,2012-01-14 05:26:22,0.00,canceled,0,US,0.00,0.00,10000.00 +117631495,The Magic Flashlight: Throwing a Baseball,Children's Books,Publishing,USD,2015-02-23,5000.00,2015-01-24 18:26:23,3.00,failed,3,US,3.00,3.00,5000.00 +1176316685,The Leroy Brown Show,Animation,Film & Video,USD,2016-10-08,40000.00,2016-09-08 02:51:35,0.00,failed,0,US,0.00,0.00,40000.00 +1176319073,L1 Series,Product Design,Design,USD,2017-02-14,4500.00,2017-01-05 17:02:18,1066.00,failed,23,US,35.00,1066.00,4500.00 +1176342294,HyEnergy Power System: Renewable Energy Power for Your Home,Hardware,Technology,USD,2014-08-28,10000.00,2014-07-29 01:47:23,439.00,failed,17,US,439.00,439.00,10000.00 +1176353433,The Hi-Way Face Lift,Public Art,Art,USD,2013-03-12,8000.00,2013-01-11 22:02:03,1029.00,failed,36,US,1029.00,1029.00,8000.00 +1176355123,bee sanctuary and honey farm,Farms,Food,CAD,2017-04-13,40000.00,2017-02-14 06:38:14,194.00,failed,17,CA,7.64,146.58,30222.89 +"1176355232,""""""Sylph: Project Miyaji"""" Game Box Cover Art by Indi Martin"",Painting,Art,USD,2015-12-18,390.00,2015-11-18 09:26:05,560.00,successful,14,US,560.00,560.00,390.00" +1176358405,Portrait Artist for Hire,Art,Art,USD,2013-08-10,2000.00,2013-07-11 21:54:32,6.00,failed,2,US,6.00,6.00,2000.00 +1176361329,Bacon Portraits (Canceled),Digital Art,Art,USD,2015-05-27,10.00,2015-04-27 17:21:32,38.00,canceled,1,US,38.00,38.00,10.00 +1176375572,Kinesis Issue 1,Comic Books,Comics,USD,2014-10-05,700.00,2014-09-15 23:53:50,150.00,failed,2,US,150.00,150.00,700.00 +1176389057,Renew Me: The QTco Project,Crafts,Crafts,USD,2016-01-17,3000.00,2015-12-18 08:47:06,130.00,failed,2,US,130.00,130.00,3000.00 +"1176392588,""You scream, """" We don't need anymore zombie $#*t !! """""",Fashion,Fashion,USD,2013-01-03,4000.00,2012-12-04 04:45:16,165.00,failed,7,US,165.00,165.00,4000.00" +"1176393235,""Johnny Wu - 10 Frames Per Second, An Articulated Adventure"",Publishing,Publishing,USD,2017-08-24,5000.00,2017-08-10 21:00:36,16188.00,successful,256,US,1547.00,16188.00,5000.00" +1176395912,Hand Held Mouse/T-Mouse Project,Hardware,Technology,USD,2013-05-16,34000.00,2013-03-19 04:37:47,412.00,failed,6,US,412.00,412.00,34000.00 +"1176400351,""SQL Programming, the easy way (e-book,iBook and course)"",Software,Technology,USD,2012-11-18,2500.00,2012-10-12 20:45:31,4037.00,successful,324,US,4037.00,4037.00,2500.00" +1176417002,LIKE THE DEAD - A Short Horror/Thriller Film - #PayTheTalent,Horror,Film & Video,GBP,2015-03-21,5000.00,2015-02-04 01:06:52,1333.00,failed,26,GB,2010.11,1982.89,7437.71 +1176418065,Wonderland: Retribution,Horror,Film & Video,USD,2014-11-04,150000.00,2014-09-20 03:33:31,5414.00,failed,78,US,5414.00,5414.00,150000.00 +1176429806,The Yellow Button,Shorts,Film & Video,USD,2013-08-01,6000.00,2013-07-02 09:01:01,1660.00,failed,17,US,1660.00,1660.00,6000.00 +1176431419,Starboard wants to feed San Francisco - Late Night too!,Restaurants,Food,USD,2016-04-19,20000.00,2016-03-25 22:39:03,528.00,failed,9,US,528.00,528.00,20000.00 +1176434865,Broadcast - A short film,Shorts,Film & Video,USD,2010-12-17,1500.00,2010-11-17 04:49:07,100.00,failed,1,US,100.00,100.00,1500.00 +1176436280,St. Osmund's - An Independent Psychological Horror Film,Narrative Film,Film & Video,USD,2012-08-16,5000.00,2012-07-17 22:48:15,5550.00,successful,93,US,5550.00,5550.00,5000.00 +1176437420,Canning Salsa with heirloom tomato and organic peppers,Food,Food,USD,2014-05-01,3500.00,2014-03-08 22:48:22,305.00,failed,12,US,305.00,305.00,3500.00 +1176438561,Tan-Through Shirts: No More Tanning Lines!,Apparel,Fashion,EUR,2017-11-03,10000.00,2017-10-04 17:50:22,362.00,failed,11,DE,250.48,421.99,11657.05 +1176446667,LeBang Metal Works,Jewelry,Fashion,USD,2014-07-09,3000.00,2014-06-09 18:43:19,6.00,failed,2,US,6.00,6.00,3000.00 +1176453878,Home Free,Video Games,Games,USD,2015-10-30,50000.00,2015-09-30 17:31:01,98328.34,successful,4073,US,98328.34,98328.34,50000.00 +"1176454213,""We needed a sign, we got one, time to make dreams happen!"",Restaurants,Food,USD,2016-12-29,100000.00,2016-10-30 21:49:41,0.00,canceled,0,US,0.00,0.00,100000.00" +1176456391,The Early Mays are making an album!,Country & Folk,Music,USD,2013-11-26,7500.00,2013-10-27 18:32:42,7877.00,successful,162,US,7877.00,7877.00,7500.00 +1176463442,RUST IN PEACE,Science Fiction,Film & Video,USD,2017-07-13,12500.00,2017-06-13 16:15:40,13201.00,successful,117,US,3935.00,13201.00,12500.00 +1176481355,He Rules/Better than wine,Faith,Music,USD,2014-11-19,10000.00,2014-10-20 00:00:03,21.00,failed,3,US,21.00,21.00,10000.00 +1176482851,TREVOR HALL presents... The Fruitful Darkness,Music,Music,USD,2017-09-06,108.00,2017-08-07 20:17:39,137570.93,successful,2254,US,33726.00,137570.93,108.00 +1176484131,Some men are from Uranus,Publishing,Publishing,USD,2015-05-10,10000.00,2015-04-10 18:20:33,0.00,failed,0,US,0.00,0.00,10000.00 +1176486921,Sklave und Sohn,Publishing,Publishing,EUR,2016-01-08,70000.00,2015-12-09 11:33:24,0.00,failed,0,DE,0.00,0.00,76026.63 +1176495667,Texas Music Legends - Live from the Majestic featuring Michael Martin Murphey,Country & Folk,Music,USD,2010-05-27,1800.00,2010-04-27 23:36:53,10.00,failed,1,US,10.00,10.00,1800.00 +1176495706,The best tacos guide!,Food,Food,MXN,2017-07-14,10000.00,2017-05-15 18:22:25,1210.00,failed,4,MX,0.00,68.58,566.80 +1176502758,Promo Demo CD Printing and Digital Distribution,World Music,Music,USD,2011-07-29,900.00,2011-04-30 12:55:46,10.00,failed,2,US,10.00,10.00,900.00 +1176515858,hot dark matter,Dance,Dance,USD,2016-03-03,6000.00,2016-02-09 15:32:25,6074.00,successful,103,US,6074.00,6074.00,6000.00 +1176522112,Green Hackathon @Fête de l'Humanité,Makerspaces,Technology,EUR,2015-09-10,1000.00,2015-07-28 21:18:48,5.00,failed,1,FR,5.50,5.63,1126.80 +"1176525079,""""""The Hypnotist"""" Project: The Comedy Feature Film"",Narrative Film,Film & Video,USD,2012-06-05,50000.00,2012-05-09 18:47:02,678.04,failed,21,US,678.04,678.04,50000.00" +1176527358,FreshNeck,Accessories,Fashion,USD,2015-03-16,20000.00,2015-02-24 20:00:53,695.00,failed,6,US,695.00,695.00,20000.00 +"1176535673,""Merry Musicals Presents: """"Father of his Country."""""",Shorts,Film & Video,USD,2011-10-17,100000.00,2011-09-17 22:25:44,0.00,failed,0,US,0.00,0.00,100000.00" +117654925,Change Your Recovery Change Your Performance,Web,Journalism,USD,2018-02-02,2000.00,2018-01-02 00:00:35,0.00,live,0,US,0.00,0.00,2000.00 +1176550196,Project (Canceled),Design,Design,USD,2015-02-19,80000.00,2015-01-19 14:54:40,1065.00,canceled,11,US,1065.00,1065.00,80000.00 +1176568544,FOOMEXT | The World’s First Smart Heated Vest,Wearables,Technology,USD,2017-03-17,10000.00,2017-01-31 15:59:54,36353.80,suspended,271,US,5617.00,36353.80,10000.00 +117657302,Bringing Art to Eyewear | Engraved Wood Sunglasses,Accessories,Fashion,USD,2014-08-14,5000.00,2014-07-15 23:39:22,6321.00,successful,82,US,6321.00,6321.00,5000.00 +1176585187,Words to live by,Illustration,Art,CAD,2017-02-15,500.00,2017-01-18 05:33:06,1437.00,successful,32,CA,63.92,1098.71,382.29 +"1176585909,""Extreme quality, high resolution, handmade MOSAICS"",Painting,Art,EUR,2017-06-24,23415.00,2017-05-15 20:48:04,1.00,failed,1,IE,0.00,1.14,26721.22" +117659380,Carbonara,Food,Food,GBP,2014-08-24,10.00,2014-07-25 18:47:00,26.00,successful,4,GB,44.29,43.11,16.58 +"1176597552,""Silencer: Hear the game, not your opponents"",Product Design,Design,USD,2013-03-24,5000.00,2013-02-22 18:30:36,1521.00,failed,122,US,1521.00,1521.00,5000.00" +1176605984,expanding my horizon,Music,Music,USD,2014-08-09,65000.00,2014-07-10 02:27:17,0.00,failed,0,US,0.00,0.00,65000.00 +1176613802,An Elephant Left the Jelly Out,Children's Books,Publishing,USD,2016-09-10,500.00,2016-08-11 16:50:02,650.00,successful,17,US,240.00,650.00,500.00 +"1176619458,""Hitting the Road """"round two"""""",Photography,Photography,CAD,2014-04-25,2000.00,2014-03-26 02:06:29,2245.00,successful,21,CA,1999.19,2037.57,1815.21" +1176623216,American Soldier,Documentary,Film & Video,USD,2012-02-11,5000.00,2012-01-12 06:26:00,5.00,failed,1,US,5.00,5.00,5000.00 +1176626721,Soon-To-Be Soapery - All Natural Maternity & Baby Products,Crafts,Crafts,USD,2015-03-25,500.00,2015-02-23 18:56:06,15.00,failed,2,US,15.00,15.00,500.00 +1176632463,The Dutch East Indies,Tabletop Games,Games,EUR,2017-03-17,8000.00,2017-02-13 15:59:51,19240.80,successful,315,NL,3807.54,20658.82,8589.59 +1176635991,Be My Frankenstein,Shorts,Film & Video,USD,2015-02-10,2000.00,2015-01-28 07:49:52,2610.00,successful,48,US,2610.00,2610.00,2000.00 +1176637838,Wingman App: Helping people get out of friendzone.,Apps,Technology,USD,2015-10-09,7000.00,2015-09-09 19:15:35,1.00,failed,1,US,1.00,1.00,7000.00 +1176640829,Fashion meets the storm(water),Photography,Photography,USD,2012-11-24,500.00,2012-09-25 06:48:26,637.64,successful,10,US,637.64,637.64,500.00 +1176646053,Universal Dog Scooper - PATENT PENDING,Product Design,Design,USD,2014-12-21,2500.00,2014-11-21 21:55:16,66.00,failed,3,US,66.00,66.00,2500.00 +1176647296,Free performance of Listen to Seattle at Town Hall,Jazz,Music,USD,2016-10-14,2000.00,2016-09-14 01:23:02,280.23,failed,6,US,0.00,280.23,2000.00 +1176652724,myZure® - Health Insurance Claim App (Touch) (Canceled),Software,Technology,USD,2015-10-10,100000.00,2015-09-10 02:35:17,25.00,canceled,1,US,25.00,25.00,100000.00 +1176659871,Help Me Get to NYC,Music,Music,USD,2011-11-20,125.00,2011-11-18 07:01:43,145.00,successful,4,US,145.00,145.00,125.00 +1176662283,Crafts-cool,Crafts,Crafts,GBP,2013-02-17,2500.00,2013-01-23 21:59:29,2.00,failed,1,GB,3.17,3.06,3824.03 +1176663079,DOZER - The Short Film,Narrative Film,Film & Video,USD,2016-05-29,9500.00,2016-04-29 18:11:16,1895.00,failed,14,US,1895.00,1895.00,9500.00 +1176668754,Grounds Coffee House,Drinks,Food,USD,2015-11-04,100000.00,2015-10-05 20:12:02,11804.00,failed,19,US,11804.00,11804.00,100000.00 +"1176670379,""""""Me & Eugene"""" - NEW EP by Jameson and the Sordid Seeds"",Rock,Music,USD,2016-12-29,5000.00,2016-11-29 06:08:45,5355.00,successful,73,US,195.00,5355.00,5000.00" +1176670856,National Number Knockout,Games,Games,USD,2014-02-15,55180.00,2014-01-04 20:20:58,57200.00,successful,446,US,57200.00,57200.00,55180.00 +1176673172,Outdoor 3 on 3 Basketball Tournament to find the best team,Live Games,Games,USD,2014-12-26,25000.00,2014-10-27 22:19:52,25.00,suspended,1,US,25.00,25.00,25000.00 +117667509,The Running Dead,Comics,Comics,EUR,2017-02-15,2000.00,2017-01-16 06:00:16,1.00,failed,1,ES,0.00,1.06,2129.99 +1176675178,Photographing Lost Places,Places,Photography,EUR,2015-07-02,8250.00,2015-06-25 01:39:38,0.00,failed,0,DE,0.00,0.00,9154.16 +1176676429,Mag-Nit: gear-up your phone!,Product Design,Design,USD,2015-12-28,10000.00,2015-11-17 11:42:49,729.00,failed,18,US,729.00,729.00,10000.00 +117667763,Lilly&Lilax -A New Affordable Children's Clothing Brand,Childrenswear,Fashion,USD,2015-09-21,30000.00,2015-08-17 13:08:20,433.00,canceled,2,US,433.00,433.00,30000.00 +1176678994,Passion in Perfection Music Visual,Music,Music,USD,2017-02-14,5000.00,2017-01-15 14:38:57,0.00,failed,0,US,0.00,0.00,5000.00 +1176681732,Amazing Acro-Cats and Rock-Cats Purr-fect Tour Bus,Theater,Theater,USD,2012-10-28,28000.00,2012-09-18 18:34:19,30512.50,successful,567,US,30512.50,30512.50,28000.00 +1176688264,This God-Awful Political Season (In Verse),Poetry,Publishing,USD,2012-02-03,1500.00,2011-12-05 17:16:51,525.00,failed,24,US,525.00,525.00,1500.00 +1176690519,SmartLine,Technology,Technology,USD,2014-08-15,2000.00,2014-07-16 21:41:26,3.00,failed,2,US,3.00,3.00,2000.00 +1176706665,Deluxe Exalted 3rd Edition,Tabletop Games,Games,USD,2013-06-08,60000.00,2013-05-09 18:01:06,684755.90,successful,4368,US,684755.90,684755.90,60000.00 +1176709018,Organic Coffee Club,Drinks,Food,USD,2018-01-16,5000.00,2017-11-17 23:02:10,110.00,live,3,US,65.00,110.00,5000.00 +1176719430,STARLET - a film by Sean Baker starring Dree Hemingway,Narrative Film,Film & Video,USD,2012-08-02,50000.00,2012-07-03 00:13:23,8461.00,canceled,93,US,8461.00,8461.00,50000.00 +1176720559,OCO: The World's First CO2 meter for Aquariums,Product Design,Design,CAD,2014-07-27,10000.00,2014-06-27 07:55:14,16404.00,successful,88,CA,15296.55,15013.73,9152.48 +1176722326,Tenkara Rod Co. | A Simple Way to Fish,Product Design,Design,USD,2013-09-16,3000.00,2013-08-12 23:35:06,92044.00,successful,660,US,92044.00,92044.00,3000.00 +1176723342,UNDER THE RADAR a documentary,Documentary,Film & Video,USD,2011-07-29,50000.00,2011-04-30 04:47:42,480.00,failed,8,US,480.00,480.00,50000.00 +1176728167,Cubi & Cubi+ | Cable and Desk Organizer,Product Design,Design,USD,2018-01-12,6500.00,2017-12-11 16:59:54,878.00,live,21,US,358.00,878.00,6500.00 +1176729120,JUS: A Solar Case/Charger that Never Runs Out of Power Ever!,Gadgets,Technology,AUD,2015-11-10,25000.00,2015-10-13 15:44:27,42741.00,successful,262,AU,31368.18,30514.03,17848.22 +1176736360,THE NEW BILLY WYLDER RECORD,Indie Rock,Music,USD,2018-01-02,10000.00,2017-11-30 15:39:40,11169.56,successful,177,US,650.00,11169.56,10000.00 +1176737647,Chatrbell - the world's first wearable doorbell!,Apps,Technology,GBP,2015-07-27,85000.00,2015-06-27 15:26:00,1850.00,failed,27,GB,2912.15,2881.53,132394.63 +117674055,The Untitled Web Series That Morgan Evans Is Doing,Webseries,Film & Video,USD,2011-11-13,10000.00,2011-10-11 04:11:07,10133.07,successful,108,US,10133.07,10133.07,10000.00 +1176744381,Brooke Annibale: Let's Make A Record!,Country & Folk,Music,USD,2010-11-04,10000.00,2010-10-05 17:47:29,10566.00,successful,101,US,10566.00,10566.00,10000.00 +1176744647,Delicate Curves,Fashion,Fashion,USD,2013-12-02,50000.00,2013-10-03 02:27:57,2549.00,failed,40,US,2549.00,2549.00,50000.00 +1176749654,Will Of The People: A Brexit Bedtime Story,Comedy,Publishing,GBP,2017-07-28,12000.00,2017-06-28 12:01:43,12159.00,successful,275,GB,203.64,15922.22,15714.01 +1176751090,The Languid Crowd,Shorts,Film & Video,GBP,2014-01-04,13000.00,2013-12-05 15:03:54,225.00,failed,8,GB,368.74,369.21,21332.11 +117675370,Introducing the G3: The invention of a new DC motor,Technology,Technology,USD,2015-07-14,5000.00,2015-05-30 00:16:42,228.00,failed,6,US,228.00,228.00,5000.00 +1176759303,egMats: Interactive Play Mat,Tabletop Games,Games,USD,2013-08-02,50000.00,2013-07-03 02:59:26,22964.28,failed,387,US,22964.28,22964.28,50000.00 +1176761840,EDUTAINMENT: Mixing Education and Entertainment,Webseries,Film & Video,USD,2012-10-25,5000.00,2012-09-25 02:01:04,60.00,failed,4,US,60.00,60.00,5000.00 +1176766531,Hand Hook,Design,Design,GBP,2017-06-20,15000.00,2017-05-21 17:14:22,140.00,failed,9,GB,99.07,178.15,19087.13 +"1176768826,""HMM TapeDispenser: Aesthetic, Compact, Safe Tape Solution"",Product Design,Design,CAD,2016-09-23,16000.00,2016-08-24 13:08:11,5653.00,failed,61,CA,340.40,4334.46,12268.06" +1176773843,GX Australia 2016 — Australia's first queer geek/gaming con!,Video Games,Games,AUD,2015-11-26,50000.00,2015-10-27 22:01:16,55624.00,successful,478,AU,40290.34,40063.38,36012.68 +1176774089,BELIEVE IN DENIM: Exclusive Men's Jeans for just $75!,Fashion,Fashion,GBP,2015-04-10,15000.00,2015-03-03 20:01:41,3872.00,failed,74,GB,5962.28,5649.75,21886.95 +1176778827,Miki Orihara Solo Dance Concert at La MaMa E.T.C.,Dance,Dance,USD,2014-05-06,3500.00,2014-04-11 23:09:39,5210.00,successful,69,US,5210.00,5210.00,3500.00 +1176782576,TLHicksMinistries,Journalism,Journalism,USD,2015-09-10,10000.00,2015-08-11 10:21:13,0.00,failed,0,US,0.00,0.00,10000.00 +1176784663,PowerPi - Raspberry Pi Powered Case,Hardware,Technology,GBP,2016-12-14,2000.00,2016-11-14 00:26:07,985.00,failed,37,GB,144.92,1225.70,2488.74 +"1176795613,""Christian TShirt featuring Jedi Jesus """"Creator of the Force"""""",Apparel,Fashion,USD,2017-12-25,18000.00,2017-12-05 18:24:03,0.00,failed,0,US,0.00,0.00,18000.00" +1176800349,Veloce,Photography,Photography,SGD,2017-12-13,5000.00,2017-11-13 06:14:53,2831.00,failed,41,SG,247.70,2102.49,3713.33 +1176801321,Cooper Canvas Hand Painted Creations,Painting,Art,USD,2016-03-10,1300.00,2016-02-09 22:44:44,1.00,failed,1,US,1.00,1.00,1300.00 +1176809150,Pieces Of Talent,Documentary,Film & Video,USD,2010-09-20,4000.00,2010-06-29 14:48:29,20.00,failed,1,US,20.00,20.00,4000.00 +1176816984,Deli Boys,Restaurants,Food,USD,2016-01-24,50000.00,2016-01-09 22:21:17,100.00,failed,1,US,100.00,100.00,50000.00 +1176820585,Songs for Children Sung by Characters from Shakespeare,Children's Books,Publishing,USD,2012-06-22,22000.00,2012-05-25 16:12:22,22158.00,successful,127,US,22158.00,22158.00,22000.00 +117682839,Kim Cipher,Software,Technology,USD,2015-11-22,10500.00,2015-11-02 18:21:30,0.00,failed,0,US,0.00,0.00,10500.00 +1176834651,Forget About Us,Comedy,Film & Video,USD,2016-12-09,3550.00,2016-11-09 20:35:11,4140.00,successful,61,US,650.00,4140.00,3550.00 +1176843180,Classic Soundtracks by Spindrift ,Music,Music,USD,2010-12-03,5000.00,2010-11-03 05:57:46,5338.27,successful,77,US,5338.27,5338.27,5000.00 +117684425,Stoidi prints & designs by 5w4y,Painting,Art,GBP,2014-07-17,2000.00,2014-06-17 01:05:07,0.00,failed,0,GB,0.00,0.00,3417.34 +1176846300,Deer Antler 30 Cal Bolt Action Pens - in 4 Finishes,Crafts,Crafts,USD,2013-07-31,5000.00,2013-07-01 18:19:33,874.00,failed,21,US,874.00,874.00,5000.00 +"1176847428,""Going, Wanting"",Performances,Dance,USD,2014-09-08,5000.00,2014-08-07 17:59:24,5491.00,successful,51,US,5491.00,5491.00,5000.00" +1176854839,District Magazine Issue One: Home,Zines,Publishing,EUR,2016-10-31,5600.00,2016-09-30 09:40:38,5751.00,successful,170,IE,3165.28,6379.58,6212.08 +1176859847,First Budget Short Film,Shorts,Film & Video,GBP,2015-03-31,1200.00,2015-03-01 17:43:47,35.00,failed,2,GB,54.03,51.81,1776.38 +1176865516,The Less Traveled Road,Nonfiction,Publishing,USD,2016-10-28,2500.00,2016-08-29 21:14:58,236.00,failed,5,US,165.00,236.00,2500.00 +1176867090,Bug Hunt Corridors,Tabletop Games,Games,USD,2013-02-07,6000.00,2013-01-08 23:02:34,81683.00,successful,263,US,81683.00,81683.00,6000.00 +1176868984,Reciprocal Encounter,Art,Art,CAD,2017-01-18,1500.00,2016-12-04 20:22:11,1600.00,successful,19,CA,257.27,1196.53,1121.75 +1176869502,Custom Lithophane Art | Illusions of Photography,Sculpture,Art,USD,2016-11-23,300.00,2016-10-24 06:02:20,2212.00,successful,36,US,1433.00,2212.00,300.00 +1176876546,Support Josh with his guitar talent (youtube) Josh Finucane,Music,Music,GBP,2014-08-15,1000.00,2014-07-16 22:57:48,0.00,failed,0,GB,0.00,0.00,1669.00 +1176883099,The Colors of Fashion,Fashion,Fashion,USD,2014-01-08,3000.00,2013-12-03 01:26:49,21.00,failed,2,US,21.00,21.00,3000.00 +1176890840,Orbfall,Video Games,Games,AUD,2016-01-11,3000.00,2016-01-04 23:59:56,3110.00,successful,18,AU,2269.17,2135.40,2059.87 +"1176894516,""""""Heavy is Good, Dead is Tender"""" at The A.W.A.R.D. Show! "",Dance,Dance,USD,2011-04-21,2500.00,2011-03-21 19:46:55,2500.00,successful,26,US,2500.00,2500.00,2500.00" +1176898368,New Bounce & T-Pain (Canceled),R&B,Music,GBP,2015-03-16,75000.00,2015-02-04 02:16:20,5666.00,canceled,16,GB,8544.11,8415.77,111398.27 +1176911580,Write Is Right: Kalamazoo (Canceled),Nonfiction,Publishing,USD,2014-09-10,2200.00,2014-08-11 22:12:24,106.00,canceled,6,US,106.00,106.00,2200.00 +1176917557,BR4SS - Premium Mens Underwear,Fashion,Fashion,USD,2011-06-18,2500.00,2011-05-14 07:18:04,2849.00,successful,39,US,2849.00,2849.00,2500.00 +1176919499,Crossing Over - A Short Film,Drama,Film & Video,GBP,2015-07-29,1750.00,2015-06-24 11:10:21,1750.00,successful,33,GB,2760.18,2725.77,2725.77 +1176927542,Fotobit: Modular Photo Framing System,Product Design,Design,USD,2014-04-24,16000.00,2014-03-25 16:01:02,27530.00,successful,296,US,27530.00,27530.00,16000.00 +1176927729,Shayla Moller Design,Graphic Design,Design,USD,2014-07-18,6000.00,2014-06-18 02:37:08,555.00,failed,18,US,555.00,555.00,6000.00 +1176958383,EDGAR CORTES DANCE THEATER - SOL-I-DÓ,Dance,Dance,USD,2013-04-25,8000.00,2013-03-21 14:48:29,3575.00,failed,36,US,3575.00,3575.00,8000.00 +1176964142,Hitmen: A Short Film,Shorts,Film & Video,USD,2010-11-10,1500.00,2010-09-20 10:29:34,155.00,failed,3,US,155.00,155.00,1500.00 +1176971948,Millionaires In Making,Apparel,Fashion,USD,2017-03-25,12000.00,2017-03-02 00:11:04,0.00,failed,0,US,0.00,0.00,12000.00 +1176973997,Mr Shirt | Keep your shirt tucked while staying comfortable,Accessories,Fashion,USD,2017-03-04,4000.00,2017-02-02 13:30:20,7067.00,successful,160,US,1410.00,7067.00,4000.00 +"1176984566,""""""Intermission (Farewell)"""" a new album by Colin Cannon"",Jazz,Music,USD,2015-10-17,5000.00,2015-09-17 20:13:12,5045.00,successful,76,US,5045.00,5045.00,5000.00" +117698916,Multimodal Transportation Public Awareness Video,Shorts,Film & Video,USD,2014-12-03,3000.00,2014-10-27 19:59:08,930.00,failed,20,US,930.00,930.00,3000.00 +1176990075,The Lights,Thrillers,Film & Video,AUD,2016-06-05,2180.00,2016-05-06 03:14:43,41.00,failed,4,AU,30.67,30.34,1613.38 +117699374,Ancient Rock Art and the San Tribes of Namibia,Conceptual Art,Art,USD,2017-07-03,7000.00,2017-05-19 17:56:34,1318.00,failed,10,US,150.00,1318.00,7000.00 +1176998624,Chameleon Cushion: It changes color based on temperature,Design,Design,USD,2015-10-17,3000.00,2015-09-17 02:15:31,1886.00,suspended,20,US,1886.00,1886.00,3000.00 +"1177000172,""Publishing """"The Runaway Mommy"""""",Fiction,Publishing,USD,2013-11-23,1850.00,2013-10-24 04:43:33,3095.00,successful,82,US,3095.00,3095.00,1850.00" +1177002970,Steam A Pub Evolution,Food,Food,USD,2011-11-03,10000.00,2011-09-29 16:26:24,11060.00,successful,106,US,11060.00,11060.00,10000.00 +117700946,The Airline Graffiti Project - In-flight movies.,Mixed Media,Art,USD,2014-05-09,1000.00,2014-04-09 01:44:11,5.00,failed,1,US,5.00,5.00,1000.00 +1177010387,Sonoma & Napa Appellations Puzzle Map & Tray - Limited Ed.,Digital Art,Art,USD,2014-01-03,5400.00,2013-12-04 20:19:49,45.00,canceled,1,US,45.00,45.00,5400.00 +1177019596,Duck and Cover- A Devin Bell Film,Experimental,Film & Video,USD,2017-04-29,250.00,2017-03-20 18:33:01,290.00,successful,12,US,20.00,290.00,250.00 +1177025809,Monstor: A vinyl doll production (Canceled),Sculpture,Art,USD,2011-01-18,9800.00,2010-12-04 03:39:57,0.00,canceled,0,US,0.00,0.00,9800.00 +"117702615,The Struggle by ILLTiempo,Music,Music,USD,2016-02-19,4000.00,2016-01-20 19:29:18,461.00,undefined,0,""N,0"""""",,461.00,4000.00" +1177027772,Custom Phone Cases I Beautiful Unique Cases for your Devices,Product Design,Design,GBP,2016-06-24,5000.00,2016-05-25 19:29:44,110.00,failed,2,GB,159.43,150.74,6852.04 +1177033468,The Soapbox Revolution in the Studio!,Rock,Music,USD,2015-12-03,750.00,2015-11-03 04:48:44,1850.00,successful,28,US,1850.00,1850.00,750.00 +1177037310,Quantum - A Short Film,Science Fiction,Film & Video,USD,2017-03-21,10000.00,2017-02-24 23:45:55,10536.00,successful,98,US,1775.00,10536.00,10000.00 +1177044718,Iceland in Albumen,Fine Art,Photography,USD,2015-05-23,37000.00,2015-04-13 08:00:10,0.00,failed,0,US,0.00,0.00,37000.00 +1177047675,Steampunk instruments.,Sculpture,Art,USD,2013-12-05,5000.00,2013-11-25 23:34:24,26.00,failed,2,US,26.00,26.00,5000.00 +1177052811,Lenox Ranch Cattle and Sheep,Farms,Food,USD,2014-07-31,15000.00,2014-07-01 02:23:20,30.00,failed,2,US,30.00,30.00,15000.00 +1177055105,Unique graphic resumes,Web,Technology,EUR,2016-12-02,1500.00,2016-11-02 16:05:06,21.00,failed,3,IE,21.94,22.35,1596.31 +117706463,The Road to Paradise Documentary,Documentary,Film & Video,USD,2012-02-02,2250.00,2012-01-03 06:32:59,0.00,failed,0,US,0.00,0.00,2250.00 +1177068304,Help to Kick Start Sheree Michele's EP Release!,Pop,Music,USD,2012-07-07,1000.00,2012-06-08 15:48:08,2261.00,successful,40,US,2261.00,2261.00,1000.00 +1177088201,Trymaster controllers,Gaming Hardware,Games,USD,2016-04-23,1000.00,2016-03-24 02:25:04,210.00,failed,2,US,210.00,210.00,1000.00 +1177089181,Bookselling Without Borders,Publishing,Publishing,USD,2017-10-29,30000.00,2017-09-14 18:19:57,31441.20,successful,270,US,6602.00,31441.20,30000.00 +"1177090238,""REMYXX cool sneakers 100% recyclable, seen on Shark Tank"",Fashion,Fashion,USD,2012-06-26,39697.00,2012-04-27 07:17:49,44383.00,successful,496,US,44383.00,44383.00,39697.00" +1177092960,Tect O Trak for iOS.,Apps,Technology,GBP,2016-09-03,1260.00,2016-08-04 21:01:49,1260.00,successful,55,GB,262.52,1679.04,1679.04 +1177095018,The Art and Science of Digital Music Distribution,Academic,Publishing,USD,2014-09-22,10000.00,2014-07-24 16:44:09,6.00,failed,4,US,6.00,6.00,10000.00 +"1177096816,""Marcus Moody's Kickstarter - Ep, Videos, Tour"",Hip-Hop,Music,USD,2014-12-12,20000.00,2014-10-28 21:36:03,960.00,failed,12,US,960.00,960.00,20000.00" +1177099305,New album by the North Symphony (Canceled),Indie Rock,Music,USD,2010-04-02,1000.00,2010-02-12 08:35:35,0.00,canceled,0,US,0.00,0.00,1000.00 +1177114406,Journey Pillow,Product Design,Design,USD,2016-05-19,12000.00,2016-04-19 15:02:08,12019.00,successful,60,US,12019.00,12019.00,12000.00 +1177120795,Pat & Joe Take a Bath - Indie Feature Film,Shorts,Film & Video,USD,2010-12-25,20000.00,2010-09-29 03:54:20,100.00,failed,2,US,100.00,100.00,20000.00 +1177124236,Social Jacks Brewing Company,Food,Food,USD,2014-04-08,40000.00,2014-03-07 06:06:31,2975.00,failed,39,US,2975.00,2975.00,40000.00 +1177130246,Last Words,Comic Books,Comics,USD,2014-09-30,4600.00,2014-08-01 17:49:54,53.00,failed,11,US,53.00,53.00,4600.00 +1177131541,Pox: The pilot episode,Shorts,Film & Video,USD,2011-04-18,500.00,2011-03-28 01:12:50,1026.00,successful,30,US,1026.00,1026.00,500.00 +1177137653,100 Conversations,Documentary,Film & Video,USD,2014-07-17,5500.00,2014-06-13 03:05:23,211.00,failed,4,US,211.00,211.00,5500.00 +1177142919,a-track-a-day challenge,Electronic Music,Music,USD,2015-11-03,150.00,2015-10-05 23:07:52,0.00,failed,0,US,0.00,0.00,150.00 +1177143719,LISA the painful RPG,Video Games,Games,USD,2013-12-14,7000.00,2013-11-14 21:58:38,16492.79,successful,847,US,16492.79,16492.79,7000.00 +"1177145164,""""""Hurt N' Wrong"""" New Album Fundraiser!"",Rock,Music,USD,2012-09-25,850.00,2012-08-30 18:59:59,920.00,successful,27,US,920.00,920.00,850.00" +1177155997,The Werewolf of NYC,Comics,Comics,USD,2012-11-21,3000.00,2012-10-22 17:59:10,3180.00,successful,104,US,3180.00,3180.00,3000.00 +117715640,Michael fitness You-tuber Channel,Documentary,Film & Video,GBP,2015-02-01,2500.00,2015-01-02 18:21:18,2.00,failed,2,GB,3.12,3.06,3829.48 +"1177163826,""short tales from a centered, urban female"",Poetry,Publishing,USD,2013-05-03,4000.00,2013-04-03 15:06:51,605.00,failed,11,US,605.00,605.00,4000.00" +1177166920,As One - The Loved Perspective,Indie Rock,Music,USD,2013-02-24,350.00,2013-01-25 21:09:32,400.00,successful,10,US,400.00,400.00,350.00 +1177173262,Tessa and Hannah's Gilded Summer Collection,Fashion,Fashion,USD,2013-05-11,600.00,2013-04-27 05:52:51,635.00,successful,15,US,635.00,635.00,600.00 +1177173888,Sleepover: A student short film,Shorts,Film & Video,USD,2017-12-16,2500.00,2017-11-16 18:28:31,2725.00,successful,15,US,110.00,2725.00,2500.00 +117717806,Over & Over,Shorts,Film & Video,GBP,2014-04-16,1000.00,2014-04-02 00:19:21,2235.00,successful,34,GB,3717.14,3756.62,1680.81 +1177187370,PLATFORM 2 THE MUSICAL,Film & Video,Film & Video,GBP,2017-11-14,37000.00,2017-10-15 17:18:10,50.00,failed,1,GB,26.57,65.98,48824.26 +1177198281,T.L.T.T.,Live Games,Games,USD,2015-02-28,5000.00,2015-01-29 20:35:57,1.00,failed,1,US,1.00,1.00,5000.00 +11771999,Sions Dimen (Canceled),Webseries,Film & Video,USD,2012-05-28,3000.00,2012-04-28 17:18:26,515.00,canceled,8,US,515.00,515.00,3000.00 +1177202231,Its Always Bacon Time,Food,Food,USD,2014-08-10,10.00,2014-07-11 18:58:38,25.00,successful,1,US,25.00,25.00,10.00 +1177210350,Série Horreur NEW,Horror,Film & Video,EUR,2015-11-16,10000.00,2015-10-12 17:48:03,0.00,failed,0,FR,0.00,0.00,10687.99 +1177212258,Dreamcatcher Comics,Comic Books,Comics,GBP,2017-04-18,2500.00,2017-03-19 02:33:46,5.00,failed,2,GB,0.00,6.39,3194.56 +"1177218750,""road trip """"odd America"""""",Web,Journalism,USD,2015-11-14,4000.00,2015-10-15 12:32:55,1.00,failed,1,US,1.00,1.00,4000.00" +1177231238,Visions 2 Life Collection by Doshea,Fashion,Fashion,USD,2016-05-11,10000.00,2016-04-11 19:07:01,1.00,failed,1,US,1.00,1.00,10000.00 +1177236752,Sushi Roar,Food,Food,EUR,2015-06-21,21358.00,2015-05-12 12:32:43,15.00,failed,3,NL,16.74,16.80,23925.17 +1177241691,Epicenter BBoy News,Webseries,Film & Video,USD,2013-02-16,5000.00,2013-01-17 01:40:07,320.00,failed,15,US,320.00,320.00,5000.00 +1177248150,Deception (Canceled),Shorts,Film & Video,USD,2011-10-28,10000.00,2011-09-23 10:40:36,209.00,canceled,7,US,209.00,209.00,10000.00 +1177249705,I Like to Paint Monsters,Documentary,Film & Video,USD,2012-10-12,25000.00,2012-09-12 21:23:12,31220.00,successful,171,US,31220.00,31220.00,25000.00 +1177251887,Farm Fest Local Agriculture Festival,Farms,Food,USD,2015-09-08,1200.00,2015-07-30 23:55:47,1220.00,successful,13,US,1220.00,1220.00,1200.00 +1177252010,Girl With The Sparkling Eyes,Children's Books,Publishing,USD,2016-11-26,20000.00,2016-11-01 14:59:28,14040.00,failed,78,US,0.00,14040.00,20000.00 +1177255940,Sci-Fi Dungeon Moulds,Tabletop Games,Games,EUR,2016-12-07,3000.00,2016-11-07 12:30:05,242.00,failed,4,ES,134.86,255.53,3167.70 +1177258616,Left With You,Shorts,Film & Video,USD,2011-10-05,10000.00,2011-08-31 03:25:07,350.00,failed,13,US,350.00,350.00,10000.00 +1177258859,Tinkatolli! The unbelievably creative virtual world for kids,Video Games,Games,USD,2011-07-08,30000.00,2011-06-08 13:18:26,30218.00,successful,302,US,30218.00,30218.00,30000.00 +1177268190,Adventure Maximus!,Tabletop Games,Games,USD,2013-06-04,12000.00,2013-05-05 19:12:10,36652.00,successful,764,US,36652.00,36652.00,12000.00 +1177269301,S.I.C.(Shinny Inky Cartoony) Originals 3D Tattoo Graphic Art,Art,Art,USD,2013-12-09,10000.00,2013-11-09 20:46:33,0.00,failed,0,US,0.00,0.00,10000.00 +1177273812,Advanced Web Tools,Web,Technology,USD,2015-01-31,150.00,2015-01-26 22:40:16,10001.00,successful,2,US,10001.00,10001.00,150.00 +1177282363,Walton Rods,Product Design,Design,USD,2017-03-20,4000.00,2017-03-02 02:59:55,7706.00,successful,50,US,5037.00,7706.00,4000.00 +1177290693,A Journey to Japan...for the Blind & Visually Impaired,Publishing,Publishing,USD,2012-01-23,4500.00,2011-12-05 00:39:14,1875.00,failed,33,US,1875.00,1875.00,4500.00 +1177292457,Rusty the Rainbow Whale,Video Games,Games,USD,2013-01-10,5000.00,2012-12-11 15:05:20,5149.52,successful,192,US,5149.52,5149.52,5000.00 +1177295898,STRAPLESS BACKPACK SYSTEM By FOURU OUTERWEAR,Apparel,Fashion,CAD,2015-01-10,75000.00,2014-12-01 20:32:38,3391.00,failed,14,CA,2970.05,2817.62,62318.24 +1177300611,Runtown,World Music,Music,USD,2014-08-08,55000.00,2014-07-09 14:36:29,0.00,failed,0,US,0.00,0.00,55000.00 +1177303951,Bruce McCabe Documentary,Documentary,Film & Video,USD,2014-06-03,6000.00,2014-05-28 00:19:53,6976.00,successful,80,US,6976.00,6976.00,6000.00 +1177312809,The Search for John Grey,Narrative Film,Film & Video,USD,2014-09-29,10000.00,2014-08-30 21:23:35,145.00,failed,4,US,145.00,145.00,10000.00 +"117732336,""Downeast Dealer - Bid, Bargain, & Bluff"",Tabletop Games,Games,USD,2017-05-11,1750.00,2017-04-11 05:14:57,2793.00,successful,71,US,770.00,2793.00,1750.00" +"1177334861,""Dig a love song, Projects of Earth"",Indie Rock,Music,USD,2017-10-30,2000.00,2017-08-31 21:12:45,36.00,failed,4,US,0.00,36.00,2000.00" +1177335238,Project Serge,Painting,Art,USD,2013-07-03,10000.00,2013-06-03 21:15:49,80.00,failed,2,US,80.00,80.00,10000.00 +1177336777,Home #2 - A Whole New World,Comic Books,Comics,USD,2016-03-14,2500.00,2016-02-08 15:58:53,2559.00,successful,72,US,2559.00,2559.00,2500.00 +1177339596,The Pirate Deck - A Card & Coin Game for the Whole Family,Tabletop Games,Games,USD,2014-09-25,6000.00,2014-08-14 00:01:50,6116.00,successful,179,US,6116.00,6116.00,6000.00 +1177340378,Master of Atlas: Travel & Food Docu Series,Television,Film & Video,USD,2016-12-15,8500.00,2016-11-15 16:21:01,801.00,canceled,24,US,50.00,801.00,8500.00 +1177341512,Curly Crown Hair Product Line,Product Design,Design,USD,2018-01-21,20000.00,2018-01-01 16:10:57,100.00,live,1,US,100.00,100.00,20000.00 +1177345347,ROKKIT SURF Apparel,Fashion,Fashion,USD,2012-12-29,1000.00,2012-11-29 00:48:55,0.00,failed,0,US,0.00,0.00,1000.00 +1177347272,PassOff - An App to fight tyranny.,Software,Technology,USD,2011-05-04,15000.00,2011-02-02 18:09:00,710.00,failed,27,US,710.00,710.00,15000.00 +1177349890,Shoreline Vibes Beachy Appael,Apparel,Fashion,USD,2017-03-14,500.00,2017-02-21 23:57:04,0.00,canceled,0,US,0.00,0.00,500.00 +1177351015,Wendy's Kitchen (Canceled),Food,Food,USD,2014-03-25,10000.00,2014-02-23 17:52:44,700.00,canceled,8,US,700.00,700.00,10000.00 +1177351623,Beecee Designs art gallery & craft beer cafe,Painting,Art,USD,2014-09-05,6000.00,2014-08-06 19:31:59,85.00,failed,5,US,85.00,85.00,6000.00 +1177360187,Buddz Breakthrough Album and Music Video,Rock,Music,USD,2013-05-23,30000.00,2013-04-08 17:22:22,551.00,failed,3,US,551.00,551.00,30000.00 +"1177360909,""La Vétithèque, bibliothèque de vêtements à Bordeaux."",Fashion,Fashion,EUR,2015-08-23,10000.00,2015-06-24 13:45:54,10236.00,successful,66,FR,11550.26,11533.91,11267.99" +1177369587,The Midnight Mixer,Mixed Media,Art,USD,2014-12-07,2000.00,2014-11-19 18:53:07,0.00,failed,0,US,0.00,0.00,2000.00 +1177380594,Why does Mommy Hurt?,Children's Books,Publishing,USD,2014-04-27,1000.00,2014-03-28 18:06:47,1481.00,successful,23,US,1481.00,1481.00,1000.00 +"1177382064,""JMood Records """"New"""" Roberto Magris Sextet New Recording Project 2010 "",Jazz,Music,USD,2010-10-22,3300.00,2010-09-13 22:28:54,0.00,failed,0,US,0.00,0.00,3300.00" +1177390044,The WindBag,Product Design,Design,USD,2017-03-03,1776.00,2017-02-14 19:53:57,1071.76,failed,23,US,283.76,1071.76,1776.00 +1177401186,Marsupial Athletics,Product Design,Design,USD,2017-07-01,12500.00,2017-06-01 05:58:10,13073.10,successful,97,US,966.00,13073.10,12500.00 +1177411332,2CarPros.com - Logic Based Online Car Repair Information,Software,Technology,USD,2015-11-02,35000.00,2015-10-08 21:55:20,1.00,canceled,1,US,1.00,1.00,35000.00 +1177412130,Honeybee Educational Preserve Center,Interactive Design,Design,USD,2016-05-19,200000.00,2016-04-19 22:49:04,35.00,failed,7,US,35.00,35.00,200000.00 +1177413840,Plant Stamps - Stickers that Grow into Plants (Canceled),Design,Design,USD,2014-05-03,15000.00,2014-04-03 19:23:20,2772.00,canceled,49,US,2772.00,2772.00,15000.00 +1177423221,Slimteq Wallets: Tyvek Magic Wallet,Design,Design,USD,2014-01-10,2000.00,2013-12-21 21:23:39,2745.00,successful,171,US,2745.00,2745.00,2000.00 +117742962,Rise of the Magi Reprint Drive,Fiction,Publishing,USD,2013-02-04,25000.00,2012-12-06 23:29:29,251.00,failed,5,US,251.00,251.00,25000.00 +1177430979,The Tiger & The Guru,Film & Video,Film & Video,USD,2015-06-10,15000.00,2015-05-11 19:42:51,3025.00,failed,31,US,3025.00,3025.00,15000.00 +1177435729,Our Yellow Wood,Film & Video,Film & Video,USD,2013-06-06,150000.00,2013-05-03 19:16:01,0.00,failed,0,US,0.00,0.00,150000.00 +1177435736,10/24 AVENUE | Premium Men's Custom Wear,Fashion,Fashion,NZD,2014-04-26,5000.00,2014-03-26 23:07:19,464.00,failed,2,NZ,396.89,401.35,4324.89 +1177437565,We Can Color It! A Propaganda Poster Coloring Book,Art Books,Publishing,USD,2016-05-23,2000.00,2016-04-23 18:09:16,2179.00,successful,53,US,2179.00,2179.00,2000.00 +1177447262,Boris Vallejo Book Cover Art: Tuatara War Stories Complete,Illustration,Art,USD,2014-05-12,5500.00,2014-03-13 17:16:15,301.00,failed,9,US,301.00,301.00,5500.00 +117745156,Mom's Nurser Bib.,Ready-to-wear,Fashion,USD,2015-07-19,15000.00,2015-06-15 18:03:01,0.00,failed,0,US,0.00,0.00,15000.00 +1177451632,The Everyday Project,Experimental,Film & Video,USD,2014-06-19,50.00,2014-05-20 23:08:18,223.00,successful,35,US,223.00,223.00,50.00 +1177454326,The Creation of a Digital Fashion Magazine!,Periodicals,Publishing,USD,2012-04-14,5000.00,2012-03-15 16:39:45,0.00,failed,0,US,0.00,0.00,5000.00 +117745590,Aerial Dream: A collision of snowboarding and RC,Film & Video,Film & Video,USD,2012-11-15,7500.00,2012-09-25 19:35:46,35.00,failed,2,US,35.00,35.00,7500.00 +"1177459197,""Ipuina Kontatu, (a feature length documentary)"",Documentary,Film & Video,USD,2010-07-24,12000.00,2010-06-04 20:29:12,12205.00,successful,59,US,12205.00,12205.00,12000.00" +1177460347,Bring The RG to Reading | Art for everyone. (Canceled),Public Art,Art,GBP,2014-07-20,50000.00,2014-06-10 15:19:24,5907.00,canceled,31,GB,9927.31,10034.83,84940.12 +1177470526,Cow Invader,Video Games,Games,EUR,2015-11-20,20000.00,2015-09-21 17:45:59,13.00,failed,2,FR,14.69,13.89,21375.97 +"1177480984,""It's a Photo Van, man!"",Photography,Photography,USD,2013-11-09,9000.00,2013-09-25 18:18:44,2730.00,failed,44,US,2730.00,2730.00,9000.00" +1177489610,NOVA Fashion Week Designer Project,Fashion,Fashion,USD,2012-09-08,10000.00,2012-08-09 02:54:34,1150.00,failed,3,US,1150.00,1150.00,10000.00 +1177500682,Fresh Start Juice Co.,Drinks,Food,USD,2015-02-24,7000.00,2015-01-10 03:49:01,2.00,failed,2,US,2.00,2.00,7000.00 +1177507060,THE HOTEL COLORS,Theater,Theater,USD,2013-04-13,5500.00,2013-03-24 16:30:24,6673.00,successful,126,US,6673.00,6673.00,5500.00 +1177509441,My Whole Legacy,Software,Technology,USD,2015-07-07,500000.00,2015-06-22 18:00:07,0.00,failed,0,US,0.00,0.00,500000.00 +1177518187,A is for Adderall,Documentary,Film & Video,USD,2012-01-28,15000.00,2011-12-22 18:22:52,1662.00,failed,27,US,1662.00,1662.00,15000.00 +1177520453,He's Not Gay! (Orange County band) is going to follow Warped Tour 2010! (Canceled),Indie Rock,Music,USD,2009-11-25,5000.00,2009-08-28 22:00:52,0.00,canceled,0,US,0.00,0.00,5000.00 +"1177523118,""2015 MWG Anthology (Murfreesboro Writers Group, Tenneessee)"",Anthologies,Publishing,USD,2014-11-15,3006.00,2014-10-31 20:25:16,27.00,failed,1,US,27.00,27.00,3006.00" +1177526184,Sanity Not Included Comedy Tour,Performance Art,Art,USD,2012-09-14,1300.00,2012-08-22 02:32:44,25.00,failed,1,US,25.00,25.00,1300.00 +1177530098,Voices of Us,Nonfiction,Publishing,USD,2014-03-28,7500.00,2014-02-21 01:51:05,105.00,failed,3,US,105.00,105.00,7500.00 +1177534645,VIBE/IN,Performances,Dance,USD,2016-03-06,1000.00,2016-02-03 19:29:09,1110.00,successful,16,US,1110.00,1110.00,1000.00 +1177537929,America's Armed Forces Family App,Technology,Technology,USD,2016-11-16,20000.00,2016-10-17 18:37:40,141.00,failed,5,US,1.00,141.00,20000.00 +1177551485,B25: One-of-a-kind 2012 RTW Collection,Fashion,Fashion,USD,2011-12-02,3000.00,2011-10-18 18:40:04,25.00,failed,2,US,25.00,25.00,3000.00 +1177553330,The District's Debut Studio EP,Pop,Music,USD,2016-06-14,3000.00,2016-05-10 18:27:18,3480.00,successful,78,US,3480.00,3480.00,3000.00 +"1177553945,""The Arkham Gazette #3, a Lovecraft Country RPG Magazine"",Tabletop Games,Games,USD,2014-12-30,1500.00,2014-12-02 03:51:05,6910.00,successful,241,US,6910.00,6910.00,1500.00" +1177561620,FLEECE/CROCHETED HATS/FACE WARMERS FOR THE COLD,Accessories,Fashion,USD,2014-10-26,10000.00,2014-09-26 04:46:09,0.00,failed,0,US,0.00,0.00,10000.00 +1177562360,Bring the Centaur to Life: Tims Surprise,Painting,Art,USD,2014-10-05,700.00,2014-09-05 02:30:17,0.00,failed,0,US,0.00,0.00,700.00 +1177562518,Mapping the Unfamiliar: An Artist Residency in England,Art,Art,USD,2013-10-04,1600.00,2013-09-03 19:50:12,1700.00,successful,27,US,1700.00,1700.00,1600.00 +"1177563047,""""""The Cube"""" An imaginary psychology Exercise. Find yourself!"",Shorts,Film & Video,GBP,2015-06-25,8000.00,2015-06-02 08:14:58,60.00,canceled,5,GB,91.73,94.36,12581.19" +1177570031,Warface Wear,Apparel,Fashion,USD,2016-09-01,2500.00,2016-08-02 02:58:21,0.00,failed,0,US,0.00,0.00,2500.00 +1177574413,Fox - Talk,Software,Technology,EUR,2017-02-01,500.00,2017-01-04 09:52:10,500.00,successful,16,DE,116.43,537.05,537.05 +1177582092,Destination: Reinvention,Nonfiction,Publishing,USD,2013-02-21,5000.00,2013-02-01 04:07:43,5165.00,successful,63,US,5165.00,5165.00,5000.00 +1177584505,Crochet Amigurumi Cute Giraffe,Crochet,Crafts,SGD,2017-03-04,35.00,2017-02-02 00:10:30,161.00,successful,4,SG,35.23,113.52,24.68 +1177596295,Let's Keep Rock N Roll Alive... Help Fund VIA's Debut Album!,Rock,Music,USD,2014-02-13,2350.00,2014-01-03 21:51:24,2655.00,successful,21,US,2655.00,2655.00,2350.00 +1177601297,Klavon's Ice Cream Parlor Novelties!,Small Batch,Food,USD,2017-11-28,10000.00,2017-10-29 21:02:10,717.00,failed,10,US,45.00,717.00,10000.00 +1177601888,Granola Strolla - Portable Solar USB charger,Gadgets,Technology,USD,2014-10-12,20000.00,2014-09-12 17:00:25,23432.00,successful,267,US,23432.00,23432.00,20000.00 +117760229,Emoji Go Global: EdTech video game,Software,Technology,USD,2017-11-17,10000.00,2017-10-18 13:53:37,214.00,canceled,4,US,93.00,214.00,10000.00 +1177602554,Days of Dust,Narrative Film,Film & Video,USD,2015-02-13,4604.00,2015-01-29 20:14:23,4645.00,successful,19,US,4645.00,4645.00,4604.00 +1177603575,Tower 57,Video Games,Games,EUR,2015-09-02,45000.00,2015-08-03 17:38:13,51504.00,successful,1984,DE,56608.75,57364.98,50120.85 +"117761037,""Nate Hale's First Album: """"Seasons"""""",Music,Music,USD,2012-06-15,7000.00,2012-04-16 20:04:29,7170.00,successful,110,US,7170.00,7170.00,7000.00" +1177618507,Work In Progress: A Computer for a Mom,Mixed Media,Art,USD,2015-02-21,5000.00,2015-01-22 02:04:38,26.00,failed,2,US,26.00,26.00,5000.00 +117763120,In The Hands Of Others,Fiction,Publishing,USD,2014-03-26,20000.00,2014-02-24 13:42:43,1719.00,failed,19,US,1719.00,1719.00,20000.00 +1177645869,Timothy Weber writes Demon Hunters (Canceled),Fiction,Publishing,USD,2012-10-07,10000.00,2012-09-07 01:07:02,40.00,canceled,2,US,40.00,40.00,10000.00 +1177647256,FlipGrip iPhone and iPad Case,Hardware,Technology,USD,2013-04-14,15000.00,2013-03-20 17:41:31,500.00,failed,15,US,500.00,500.00,15000.00 +117764804,beMyndful: turn over the phone….turn over a new leaf,Apps,Technology,USD,2016-05-18,10000.00,2016-04-18 21:06:07,5.00,canceled,1,US,5.00,5.00,10000.00 +117764810,Aloha Pops take Hawaii! Fresh Ingredients & Local Flavors!,Food,Food,USD,2012-12-16,7500.00,2012-11-18 04:22:12,7805.00,successful,79,US,7805.00,7805.00,7500.00 +1177648551,Southern Matzah Brei,Small Batch,Food,USD,2014-07-29,20.00,2014-07-09 19:34:15,30.00,successful,2,US,30.00,30.00,20.00 +1177654139,The FreeHand Travel Companion,Product Design,Design,USD,2016-01-19,60000.00,2015-11-20 21:24:47,4299.00,failed,57,US,4299.00,4299.00,60000.00 +"1177657414,""""""Grand Theft Audio"""" New CD/DVD Collection from Insane Ian"",Indie Rock,Music,USD,2011-05-15,1750.00,2011-03-31 17:33:24,2293.00,successful,13,US,2293.00,2293.00,1750.00" +"1177657788,""Out On A Limb: The """"Save the Angel Oak"""" Shoot"",Documentary,Film & Video,USD,2011-05-01,24580.00,2011-04-07 10:15:19,1010.00,failed,17,US,1010.00,1010.00,24580.00" +1177666155,Green Street,Webcomics,Comics,USD,2016-02-20,6000.00,2016-01-21 20:47:59,102.00,failed,4,US,102.00,102.00,6000.00 +"1177666579,"""""" Wheels Of Street """""",Film & Video,Film & Video,EUR,2016-10-31,200.00,2016-09-17 00:01:26,1.00,failed,1,FR,0.00,1.11,221.86" +1177667831,LOVE RADIO,Audio,Journalism,EUR,2016-03-25,30000.00,2016-02-24 19:33:51,90.00,failed,3,ES,99.40,102.89,34295.91 +1177676663,ENCODED,Action,Film & Video,USD,2016-07-05,11000.00,2016-05-06 20:59:27,0.00,failed,0,US,0.00,0.00,11000.00 +1177679127,Macro Cheese | An album dedicated to the beauty of detail,Fine Art,Photography,USD,2015-12-04,1500.00,2015-11-24 22:31:31,0.00,failed,0,US,0.00,0.00,1500.00 +1177682686,Roo's DIY Character Concept Sheet Free Template,Illustration,Art,USD,2014-09-10,300.00,2014-08-16 05:58:12,315.00,successful,16,US,315.00,315.00,300.00 +"1177683325,""Fitness Exercise Plank Workout, Sliding Fitness Exerciser"",Product Design,Design,USD,2015-02-14,5000.00,2014-12-16 20:51:11,24997.00,successful,71,US,24997.00,24997.00,5000.00" +1177688897,The Nonparell Full Length Worship Album,Rock,Music,USD,2011-05-28,3000.00,2011-04-28 01:17:45,4366.00,successful,51,US,4366.00,4366.00,3000.00 +1177690034,An Artist's Dream,Illustration,Art,USD,2015-09-03,2500.00,2015-08-04 20:26:47,61.00,failed,3,US,61.00,61.00,2500.00 +1177696605,Becoming Positive: The Art of Living in Happiness,Periodicals,Publishing,USD,2015-12-09,8000.00,2015-11-09 02:36:44,79.00,failed,1,US,79.00,79.00,8000.00 +1177701846,Novatia Tryer,Performances,Dance,USD,2016-10-22,3000.00,2016-09-22 16:44:38,3015.00,successful,58,US,87.00,3015.00,3000.00 +1177718256,Martha Phibbs Embroidery,Embroidery,Crafts,USD,2014-10-17,8000.00,2014-09-17 02:25:26,30.00,failed,2,US,30.00,30.00,8000.00 +1177721442,New Computers For Stormblades Gaming (Suspended),Gaming Hardware,Games,USD,2015-09-04,3500.00,2015-08-05 21:26:24,0.00,suspended,0,US,0.00,0.00,3500.00 +1177725972,Fear Eats the Seoul,Narrative Film,Film & Video,USD,2012-03-01,2000.00,2012-01-04 06:50:38,3016.00,successful,63,US,3016.00,3016.00,2000.00 +1177726183,100 Paintings 100 Days 100 Thoughts,Painting,Art,USD,2012-03-07,5000.00,2012-02-06 21:00:47,621.00,failed,12,US,621.00,621.00,5000.00 +1177728387,No4 Optics,Product Design,Design,USD,2015-09-24,18000.00,2015-08-25 00:52:29,156.00,failed,2,US,156.00,156.00,18000.00 +"117773547,""THE IDEA EXCHANGE - refresh website, add mobile app."",Apps,Technology,USD,2015-08-17,9000.00,2015-07-20 21:25:57,25.00,failed,1,US,25.00,25.00,9000.00" +1177743688,Tempus CRT1: A Motorcycle Inspired Electric Bike,Technology,Technology,CAD,2017-06-15,20000.00,2017-05-16 14:08:38,20131.00,successful,21,CA,29.24,15224.23,15125.16 +1177749524,Before the Thunder,Shorts,Film & Video,USD,2017-10-17,7000.00,2017-09-13 09:43:38,7578.21,successful,30,US,0.00,7578.21,7000.00 +117776208,MAKE 100: Postcard Set by Nathania,Illustration,Art,AUD,2017-02-22,300.00,2017-01-23 14:21:15,355.00,successful,25,AU,30.22,272.59,230.36 +1177764869,Nualgi - Nature's Solution to Water Pollution & Toxic Algae,Technology,Technology,USD,2014-12-08,100000.00,2014-11-24 17:59:55,1851.00,failed,31,US,1851.00,1851.00,100000.00 +1177765490,MountainCity Mischief,Music,Music,USD,2016-03-02,23000.00,2016-01-28 02:28:39,25964.00,successful,136,US,25964.00,25964.00,23000.00 +1177771377,Citizen Jane: transformative citizenship - the book!,Nonfiction,Publishing,USD,2013-05-02,6000.00,2013-04-02 16:41:40,6449.00,successful,52,US,6449.00,6449.00,6000.00 +1177772988,SUET - A Game of Evil Geniuses and Doomsday Devices!,Tabletop Games,Games,USD,2016-03-16,10000.00,2016-01-16 02:03:56,2267.00,canceled,45,US,2267.00,2267.00,10000.00 +1177775166,A Leash That Doesn't Feel Like a Leash,Product Design,Design,USD,2016-10-05,17600.00,2016-09-07 17:05:22,27587.00,successful,517,US,6757.00,27587.00,17600.00 +1177786330,HELLBOUND: A 16mm Film,Horror,Film & Video,USD,2016-12-28,3000.00,2016-12-07 07:48:15,3231.48,successful,81,US,0.00,3231.48,3000.00 +1177792439,Sams Tail Country-Wide Dog Rescue Website/App,Apps,Technology,USD,2015-02-20,5000.00,2015-01-21 22:36:03,1.00,failed,1,US,1.00,1.00,5000.00 +1177794641,Love Wins- A Powerful Archive of LGBTQ Love Stories,People,Photography,USD,2016-03-25,25000.00,2016-02-24 18:00:01,12450.00,canceled,176,US,12450.00,12450.00,25000.00 +1177796074,Smallest and Cheapest Arduino! ATTINY85 Programable Board,Hardware,Technology,EUR,2015-08-26,1500.00,2015-07-27 19:53:13,1937.00,successful,57,NL,2126.79,2182.61,1690.20 +1177796224,Bianca's Bistro has the Coolest Coffee,Food,Food,USD,2014-10-11,10000.00,2014-09-11 19:33:05,352.00,failed,3,US,352.00,352.00,10000.00 +1177804847,The People's Garden Project,Food,Food,USD,2013-07-31,7500.00,2013-06-27 20:34:24,8660.00,successful,157,US,8660.00,8660.00,7500.00 +1177816315,White Lily,Shorts,Film & Video,GBP,2013-09-08,4000.00,2013-08-05 21:21:26,4132.00,successful,91,GB,6317.20,6540.67,6331.72 +1177831818,Postcards for When You Don't Go Anywhere,Illustration,Art,USD,2015-07-09,160.00,2015-06-09 02:46:52,0.00,failed,0,US,0.00,0.00,160.00 +1177834132,Anthro Borgs (Canceled),Tabletop Games,Games,USD,2014-11-28,16000.00,2014-11-01 11:11:10,1663.00,canceled,26,US,1663.00,1663.00,16000.00 +117783447,BIKE FOR PEACE (Why TF Knot?),Documentary,Film & Video,USD,2016-09-09,5250.00,2016-08-10 05:20:29,0.00,failed,0,US,0.00,0.00,5250.00 +117783485,Photo Shoot Fall & Winter Collection,Accessories,Fashion,USD,2015-11-02,1500.00,2015-09-23 16:51:17,125.00,failed,3,US,125.00,125.00,1500.00 +1177836667,First Takes and Second Guesses,Country & Folk,Music,USD,2015-04-26,2750.00,2015-03-27 14:15:49,3017.00,successful,44,US,3017.00,3017.00,2750.00 +1177838378,The Peacekeeper: Sheets That Can Change Your Life,Product Design,Design,USD,2017-12-09,30000.00,2017-10-29 18:58:24,1220.00,failed,11,US,300.00,1220.00,30000.00 +"1177843279,""We All Love Our """"Popper Wands"""" (Canceled)"",Design,Design,USD,2014-07-07,15000.00,2014-06-07 17:43:55,0.00,canceled,0,US,0.00,0.00,15000.00" +1177856354,Two Bit Poems - A Poem a Day for 25 Cents,Poetry,Publishing,USD,2012-04-01,775.00,2012-03-27 02:37:50,32.00,failed,2,US,32.00,32.00,775.00 +1177856899,Lord of Magic,Video Games,Games,USD,2015-10-26,8000.00,2015-10-06 17:41:37,305.00,failed,5,US,305.00,305.00,8000.00 +1177861118,Take Morris Drive To The Streets!,Music,Music,USD,2012-07-18,200.00,2012-06-18 01:07:41,217.00,successful,13,US,217.00,217.00,200.00 +1177862349,Sundae Comics,Comics,Comics,USD,2015-11-13,125000.00,2015-10-14 20:38:49,1.00,failed,1,US,1.00,1.00,125000.00 +1177866082,Food We Love to Eat,Cookbooks,Food,NZD,2014-08-07,5000.00,2014-07-08 12:24:00,0.00,failed,0,NZ,0.00,0.00,4239.08 +1177867953,Diary of A Crochet Geek : Jewelry Patterns,Crafts,Crafts,USD,2013-09-26,1300.00,2013-08-27 21:29:54,250.00,failed,10,US,250.00,250.00,1300.00 +1177874282,Bad Choices the Film/Documentary (Canceled),Documentary,Film & Video,USD,2011-08-25,7000.00,2011-05-27 03:13:35,0.00,canceled,0,US,0.00,0.00,7000.00 +1177887862,PARANOIA,Thrillers,Film & Video,USD,2014-10-25,2500.00,2014-09-25 21:38:39,3150.00,successful,68,US,3150.00,3150.00,2500.00 +1177889038,Tight Whips,Film & Video,Film & Video,USD,2017-12-02,50000.00,2017-10-03 06:58:48,0.00,failed,0,US,0.00,0.00,50000.00 +1177894483,CordLite - illuminated Charger Cable for your iPhone,Product Design,Design,USD,2012-06-27,70000.00,2012-05-18 15:57:52,73062.00,successful,1231,US,73062.00,73062.00,70000.00 +1177904821,KnifeMagazine,Publishing,Publishing,USD,2014-11-21,14000.00,2014-10-22 18:13:33,0.00,failed,0,US,0.00,0.00,14000.00 +1177907721,Garden City Public Mural Project 2015,Public Art,Art,USD,2015-07-16,6000.00,2015-06-16 22:43:54,1000.00,failed,8,US,1000.00,1000.00,6000.00 +1177908568,Bringing Back the World’s Favourite Coffee,Documentary,Film & Video,GBP,2014-06-05,35000.00,2014-05-06 16:28:25,240.00,failed,9,GB,405.06,403.81,58888.85 +1177911288,EavesDrop,Apps,Technology,GBP,2014-09-26,37000.00,2014-08-12 13:08:31,1000.00,failed,1,GB,1677.88,1630.84,60341.17 +1177911609,BBQ sauce. One of a kind recipe!,Food,Food,USD,2014-04-29,80000.00,2014-02-28 01:39:56,139.00,failed,7,US,139.00,139.00,80000.00 +1177914907,Dark Lands (Canceled),Video Games,Games,CAD,2014-02-23,10000.00,2014-01-28 08:10:15,4081.25,canceled,70,CA,3686.31,3670.85,8994.42 +1177915248,Rocking Monsters: Amazing Wooden Toys For Amazing Kids,Design,Design,USD,2018-01-20,5000.00,2017-12-05 17:50:30,5668.00,live,47,US,129.00,5668.00,5000.00 +117792103,Red Hot Annie's First Aerial Act @ Windy City Burlesque Fest,Performance Art,Art,USD,2012-04-19,1700.00,2012-03-30 15:19:59,2205.69,successful,43,US,2205.69,2205.69,1700.00 +1177921091,SnappyMapz: Citizen Photojournalism Evolved,Apps,Technology,USD,2015-03-30,25000.00,2015-01-29 05:16:20,102.00,failed,3,US,102.00,102.00,25000.00 +"1177923467,""Restoration of Historic Neon Sign on Route 66, Amboy, CA"",Design,Design,USD,2013-06-12,16000.00,2013-05-13 20:48:01,1036.00,failed,13,US,1036.00,1036.00,16000.00" +1177924691,Tensegrity Tower,Sculpture,Art,USD,2014-02-01,50.00,2014-01-02 22:16:38,84.00,successful,10,US,84.00,84.00,50.00 +117792530,Lumi-Cord Beta: Battery-Free EL Wire Alternative,Product Design,Design,USD,2013-08-25,6000.00,2013-08-09 09:37:24,48437.11,successful,1102,US,48437.11,48437.11,6000.00 +1177928643,Fallalypse,Video Games,Games,GBP,2017-09-29,200.00,2017-08-30 11:50:15,206.00,successful,7,GB,25.88,275.81,267.78 +117795411,The Bad Bad Things,Rock,Music,USD,2012-02-12,1600.00,2012-01-04 21:14:38,2422.00,successful,33,US,2422.00,2422.00,1600.00 +"1177954967,""Fancy Pincushions, (A study of the Lethality of Wararrows)"",Woodworking,Crafts,USD,2015-02-27,3000.00,2015-01-13 02:48:44,3072.00,successful,57,US,3072.00,3072.00,3000.00" +1177969720,Chain Mail Hair Accessories,Accessories,Fashion,USD,2014-06-27,1000.00,2014-05-28 23:06:10,1190.00,successful,23,US,1190.00,1190.00,1000.00 +1177969976,SOCCER CHALLENGE | App | for PLAYERS,Apps,Technology,EUR,2017-10-20,13500.00,2017-09-20 21:31:36,22.00,failed,1,AT,26.34,26.00,15954.24 +1177972558,Here's Your Problem: Caller Id single and B-Side recording,Rock,Music,USD,2016-05-21,1200.00,2016-05-12 23:30:01,1225.00,successful,23,US,1225.00,1225.00,1200.00 +"1177975589,See Through Love book trailer,Film & Video,Film & Video,CAD,2015-05-15,10000.00,2015-04-09 06:42:05,200.00,undefined,0,""N,0"""""",,166.15,8307.72" +"117797875,""""""Vanishing Point"""" : Japan Disaster Recovery photo exhibits"",Photography,Photography,USD,2011-08-01,1200.00,2011-07-02 23:11:04,1807.00,successful,43,US,1807.00,1807.00,1200.00" +1177981330,Wood Craft Photos - Transferring High Quality Images On Wood,Photography,Photography,USD,2013-03-03,10000.00,2013-02-01 08:29:31,861.00,failed,22,US,861.00,861.00,10000.00 +1177991137,Up Up Down Down: the series,Webseries,Film & Video,USD,2011-08-04,3000.00,2011-05-06 19:22:25,774.00,failed,10,US,774.00,774.00,3000.00 +1178002251,Parker and Steve: a bromcom (web series),Webseries,Film & Video,USD,2013-07-29,1799.00,2013-05-31 19:36:06,378.00,failed,11,US,378.00,378.00,1799.00 +"1178011141,""""""Phony Clown"""" - a new album by Ron Levi. (Canceled)"",Pop,Music,USD,2011-03-17,8500.00,2011-02-15 16:32:31,0.00,canceled,0,US,0.00,0.00,8500.00" +1178017856,Legacy Leather: Handmade Leather Goods. Good for Life.,Accessories,Fashion,USD,2015-06-24,6000.00,2015-05-25 19:01:19,7847.00,successful,56,US,7847.00,7847.00,6000.00 +1178022248,SACRED SIGHTS ~ MEXICO,Photography,Photography,USD,2012-11-26,9000.00,2012-11-21 03:07:50,450.00,failed,6,US,450.00,450.00,9000.00 +1178034775,Let's Explore Magazine | Issue 00 | Theme: Belonging,Periodicals,Publishing,EUR,2015-12-09,9000.00,2015-11-09 00:34:23,9606.59,successful,221,NL,10318.62,10519.24,9855.02 +"1178044998,""Debut Album, Award Winning Juilliard Trained Violinist"",Classical Music,Music,USD,2016-03-09,6200.00,2016-02-27 17:25:30,6609.00,successful,101,US,6609.00,6609.00,6200.00" +1178055594,Digital Entrepreneur Workshop - Launch 1000 New Businesses,Web,Technology,USD,2015-03-19,100000.00,2015-02-17 19:01:56,111.00,failed,3,US,111.00,111.00,100000.00 +1178056732,PASSOUT BEER PONG LEAUGE,Tabletop Games,Games,USD,2015-02-22,100000.00,2015-01-23 23:16:51,0.00,failed,0,US,0.00,0.00,100000.00 +"1178057043,""Boulder Denim | Ultra-stretch, stain resistant premium denim"",Apparel,Fashion,USD,2016-01-08,15000.00,2015-11-19 15:25:48,90530.00,successful,686,US,90530.00,90530.00,15000.00" +1178067412,ONEIDNET Social Professional Commercial Corporate Platform,Web,Technology,USD,2017-03-24,545539.00,2017-02-22 19:24:24,1.00,failed,1,US,0.00,1.00,545539.00 +1178070729,BOTTLE ROOM: A Six Page Adventure,Comics,Comics,USD,2011-10-21,600.00,2011-09-16 16:35:31,205.00,failed,3,US,205.00,205.00,600.00 +1178071614,Pacbitun Farm,Installations,Art,CAD,2014-12-20,25000.00,2014-11-10 14:28:19,660.00,failed,1,CA,582.29,569.36,21566.60 +1178074805,Star Witch Enamel Pins,Accessories,Fashion,CAD,2017-10-18,450.00,2017-09-18 22:32:12,78.00,failed,5,CA,0.00,62.43,360.17 +1178082123,SPECIAL PEOPLE CARDS,Art,Art,USD,2014-09-29,200.00,2014-08-30 03:27:47,0.00,failed,0,US,0.00,0.00,200.00 +1178096382,Hollywood Muzik II,Hip-Hop,Music,USD,2015-05-22,3500.00,2015-03-23 20:22:16,3616.00,successful,47,US,3616.00,3616.00,3500.00 +1178133644,bread head,Food,Food,USD,2014-08-20,200.00,2014-07-21 20:20:48,0.00,failed,0,US,0.00,0.00,200.00 +1178137706,After The End - A Novel,Fiction,Publishing,USD,2014-03-29,14750.00,2014-02-27 03:38:25,1325.00,failed,16,US,1325.00,1325.00,14750.00 +1178139367,Traveling across Siberia,Documentary,Film & Video,USD,2017-09-11,42000.00,2017-07-13 00:19:40,26.00,failed,2,US,0.00,26.00,42000.00 +1178140740,Bring Back the Arcade! Custom Pinball Art Show,Art,Art,USD,2013-03-14,75000.00,2013-02-12 20:31:06,15807.00,failed,160,US,15807.00,15807.00,75000.00 +1178150363,U Vü Smartphone Action Pack,Product Design,Design,USD,2017-10-03,50000.00,2017-08-19 00:09:14,2585.00,canceled,23,US,2320.00,2585.00,50000.00 +117815336,THIRD CONTACT on the BIG SCREEN - EVERYONE'S INVITED!,Narrative Film,Film & Video,GBP,2013-07-11,15000.00,2013-05-16 01:00:28,15486.50,successful,435,GB,23716.69,23397.75,22662.72 +1178156433,Syracuse Fringe Festival: Make Art at the Edge!,Theater,Theater,USD,2012-12-04,1550.00,2012-11-04 03:16:24,1695.00,successful,29,US,1695.00,1695.00,1550.00 +1178174823,iXtreme Adventure and Gaming Case for iPhone 4 & 5,Product Design,Design,USD,2012-12-16,100000.00,2012-11-01 18:50:03,35980.00,canceled,81,US,35980.00,35980.00,100000.00 +1178174910,Percy the Pigeon,Children's Books,Publishing,GBP,2017-03-26,1300.00,2017-01-25 11:14:41,1387.45,successful,63,GB,176.31,1733.81,1624.53 +1178177146,Extreme Music/Video Challenge In 2 Weeks.,Film & Video,Film & Video,USD,2012-03-21,3500.00,2012-02-11 00:23:41,0.00,failed,0,US,0.00,0.00,3500.00 +1178181522,Jackie's Gaming Art: Traditional Fan Art Book of 2016,Illustration,Art,CAD,2017-03-09,2000.00,2017-01-18 02:37:13,600.00,failed,16,CA,324.16,444.31,1481.04 +1178184003,Planting Cards for your Garden,Food,Food,USD,2014-05-01,4500.00,2014-04-03 00:00:02,569.00,failed,14,US,569.00,569.00,4500.00 +1178189335,Family Doctor: Listening to the Heart of A Community,Nonfiction,Publishing,USD,2012-07-30,5700.00,2012-07-09 16:12:07,5965.00,successful,67,US,5965.00,5965.00,5700.00 +1178192214,Our Big Gay World,Documentary,Film & Video,USD,2014-03-11,50000.00,2014-02-09 02:35:59,75.00,failed,4,US,75.00,75.00,50000.00 +1178197943,Surveillance EP - Bringing a new twist to alternative music,Music,Music,GBP,2013-07-24,410.00,2013-06-24 22:14:58,5.00,failed,2,GB,7.71,7.70,631.39 +1178199299,JustMount: The Ideal Wall Organizer for iPhone & TidyTilt+,Product Design,Design,USD,2013-01-28,10000.00,2012-12-15 07:45:43,33885.00,successful,794,US,33885.00,33885.00,10000.00 +1178205855,Garden gnomes for indoor plants,Product Design,Design,CAD,2017-04-17,500.00,2017-04-03 18:03:33,1187.00,successful,24,CA,327.36,881.02,371.11 +1178207358,Discoveries Promotional Channel,Webseries,Film & Video,USD,2016-01-05,10000.00,2015-12-06 04:50:40,0.00,failed,0,US,0.00,0.00,10000.00 +117822374,AIRION Wireless Smartbag (Canceled),Product Design,Design,CAD,2015-09-13,30000.00,2015-08-04 16:38:09,2091.00,canceled,9,CA,1594.63,1605.13,23029.09 +1178223961,The Meatloaf Shop/More Original Title TBD,Restaurants,Food,USD,2015-12-06,1000000.00,2015-11-06 22:03:09,152.00,failed,4,US,152.00,152.00,1000000.00 +1178229943,NoWhere - Away From Home (Canceled),Video Games,Games,USD,2016-02-18,10000.00,2016-01-19 20:02:19,95.00,canceled,5,US,95.00,95.00,10000.00 +"1178242131,""Samurai Sauce! Tasty,versatile and vegan friendly!"",Vegan,Food,GBP,2015-04-16,8000.00,2015-03-17 15:40:18,1.00,failed,1,GB,1.48,1.50,12017.24" +1178249643,Arcano NES Chiptune Synth II - 2nd Production Run!,Sound,Technology,USD,2017-04-06,3000.00,2017-03-14 14:30:48,4650.00,successful,50,US,85.00,4650.00,3000.00 +1178254292,ALZ Nutrition RDA Calculator,Technology,Technology,USD,2015-01-18,5000.00,2014-12-04 03:47:03,75.00,failed,2,US,75.00,75.00,5000.00 +117825919,Carriers: Episode 2,Webseries,Film & Video,USD,2014-07-12,1000.00,2014-05-13 21:20:56,195.00,failed,8,US,195.00,195.00,1000.00 +1178263113,Make #HaitiLaugh,Film & Video,Film & Video,USD,2012-11-12,42000.00,2012-10-11 18:37:38,1225.00,failed,20,US,1225.00,1225.00,42000.00 +1178263126,Braid Prints,Mixed Media,Art,USD,2013-07-31,1500.00,2013-06-28 20:42:24,1950.00,successful,14,US,1950.00,1950.00,1500.00 +"1178267036,""Help get """"Martial Arts In the Time of Firearms"""" pressed!"",Music,Music,USD,2012-03-17,1100.00,2012-03-03 01:30:27,1125.00,successful,38,US,1125.00,1125.00,1100.00" +1178267719,Girrion: The Chrysalis & the Stone Volume 1,Graphic Novels,Comics,USD,2017-09-06,5000.00,2017-08-04 15:19:09,12125.44,successful,373,US,2525.00,12125.44,5000.00 +1178273822,Spreading Rolligion!!! The Black Rock Roller Disco,Art,Art,USD,2017-08-05,6000.00,2017-07-01 00:41:10,630.00,failed,14,US,375.00,630.00,6000.00 +1178277987,Major Powers: Album Number Two,Music,Music,USD,2015-09-02,9999.00,2015-08-03 17:53:52,12451.09,successful,197,US,12451.09,12451.09,9999.00 +117828622,X Enemy,Video Games,Games,MXN,2017-06-21,100000.00,2017-04-22 15:01:55,0.00,failed,0,MX,0.00,0.00,5541.70 +1178286452,Fridayd: Transforming the job search process for you,Software,Technology,USD,2015-05-21,30000.00,2015-04-06 21:16:15,30107.00,successful,37,US,30107.00,30107.00,30000.00 +1178288127,Dragonologist Dragon Skin Journal,Stationery,Crafts,USD,2015-02-20,300.00,2015-01-21 04:28:48,686.00,successful,28,US,686.00,686.00,300.00 +1178288787,Social Connect,Web,Technology,USD,2016-01-21,80000.00,2015-12-31 23:20:23,6.00,failed,2,US,6.00,6.00,80000.00 +1178289477,Open House Management Platform (IoT iBeacon Proximity),Apps,Technology,USD,2014-06-01,50000.00,2014-04-02 16:04:06,25.00,failed,1,US,25.00,25.00,50000.00 +1178302873,S(t)able Island - The Beauty of the Free,Documentary,Film & Video,USD,2012-11-17,15000.00,2012-10-18 01:17:59,15528.11,successful,133,US,15528.11,15528.11,15000.00 +1178310436,Immortal,Plays,Theater,GBP,2014-08-17,2200.00,2014-06-18 17:35:24,2210.00,successful,20,GB,3749.68,3663.61,3647.03 +1178311793,Screen the movie SICK & SICKER in New Jersey & Send 100 DVDs,Documentary,Film & Video,USD,2012-01-11,495.00,2011-12-22 23:10:40,495.00,successful,5,US,495.00,495.00,495.00 +1178317024,In Reverie (short film) - Production Costs,Film & Video,Film & Video,USD,2016-12-22,500.00,2016-12-17 08:10:12,682.00,successful,5,US,250.00,682.00,500.00 +1178320276,OpenSource Smart-Home-Solution,Technology,Technology,EUR,2016-11-19,60000.00,2016-10-10 18:23:32,56.00,failed,3,AT,33.61,59.32,63551.92 +1178326936,Avengers: Conquered,Webseries,Film & Video,GBP,2015-08-03,500.00,2015-06-24 16:26:20,65.00,failed,4,GB,102.52,100.86,775.84 +117832954,The Valley of Alchemists,Tabletop Games,Games,USD,2017-11-10,20000.00,2017-10-17 18:01:43,117511.00,successful,1603,US,14265.00,117511.00,20000.00 +1178332004,Zekiah EP Project,Blues,Music,USD,2017-08-22,1000.00,2017-07-23 23:54:58,25.00,failed,1,US,25.00,25.00,1000.00 +1178341970,Lasting Interchangeable Memories,Technology,Technology,USD,2015-09-30,15000.00,2015-09-02 01:29:45,100.00,failed,1,US,100.00,100.00,15000.00 +1178343566,Parage of Age,Video Games,Games,USD,2017-08-16,15000.00,2017-06-17 07:49:38,135.00,canceled,3,US,0.00,135.00,15000.00 +1178346669,Zen Toolworks Flexible 3D Printing Filament,3D Printing,Technology,USD,2014-08-07,5000.00,2014-07-08 17:07:58,15535.00,successful,296,US,15535.00,15535.00,5000.00 +1178348527,A New Bway Musical:Forever Mpeta by John Byrd & James Carter,Theater,Theater,USD,2011-07-23,80000.00,2011-04-24 17:42:16,0.00,failed,0,US,0.00,0.00,80000.00 +"1178352893,""Taking """"Hamlin Park Project, Buffalo NY"""" to South Africa"",Academic,Publishing,GBP,2014-10-03,980.00,2014-09-03 01:10:04,1033.50,successful,14,GB,1714.96,1660.45,1574.50" +1178353885,Audiobook - Ren: God's Little Monster (Canceled),Fiction,Publishing,USD,2016-06-01,2126.00,2016-05-02 19:23:47,0.00,canceled,0,US,0.00,0.00,2126.00 +1178354873,20 The Remix-Official Album Launch,Music,Music,USD,2011-07-14,1350.00,2011-06-09 04:14:21,50.00,failed,2,US,50.00,50.00,1350.00 +1178357146,The Sleevey,Design,Design,USD,2015-09-04,50000.00,2015-08-05 00:38:37,0.00,failed,0,US,0.00,0.00,50000.00 +1178357339,Koala Soul,Children's Books,Publishing,AUD,2015-07-06,7000.00,2015-06-06 06:36:58,135.00,failed,3,AU,103.93,100.84,5228.56 +117836434,YourTaximeter - One app. One website. Book taxis anywhere.,Web,Technology,GBP,2014-07-07,15000.00,2014-06-07 19:02:13,965.00,failed,31,GB,1622.34,1652.09,25680.09 +1178371306,Help SEEING BLIND complete their latest full length album!,Indie Rock,Music,USD,2013-03-21,3000.00,2013-02-19 05:38:18,3110.00,successful,52,US,3110.00,3110.00,3000.00 +1178377131,Street Muse Project,Documentary,Film & Video,USD,2012-01-16,10000.00,2011-12-19 03:50:49,10304.45,successful,209,US,10304.45,10304.45,10000.00 +1178380514,Bloody Escape - A Dramatic Action Web Series,Webseries,Film & Video,USD,2010-09-07,9000.00,2010-07-07 22:12:00,0.00,failed,0,US,0.00,0.00,9000.00 +1178386199,Unknown Real Estate Secret,Publishing,Publishing,USD,2016-12-15,50000.00,2016-11-15 01:41:41,0.00,canceled,0,US,0.00,0.00,50000.00 +1178401273,Chasing Patty - Solving the PGF mystery,Documentary,Film & Video,USD,2011-07-10,75000.00,2011-04-26 03:20:10,718.00,failed,8,US,718.00,718.00,75000.00 +1178401879,BigBear Beanies,Couture,Fashion,USD,2014-09-14,295.00,2014-08-15 02:44:51,1.00,failed,1,US,1.00,1.00,295.00 +1178402746,H.O.P.E.,Fashion,Fashion,USD,2012-09-08,1500.00,2012-08-09 03:12:37,0.00,failed,0,US,0.00,0.00,1500.00 +1178403139,Black Ink Bitters (Michigan Made Product),Drinks,Food,USD,2017-04-11,20000.00,2017-02-25 17:58:49,1542.00,failed,17,US,0.00,1542.00,20000.00 +1178407721,Sonitar - it's what's next for guitar (Canceled),Technology,Technology,USD,2012-08-19,250000.00,2012-07-20 22:42:35,5563.00,canceled,14,US,5563.00,5563.00,250000.00 +1178411040,Oomfr - A fun way to Save!,Mobile Games,Games,USD,2015-10-01,12000.00,2015-09-01 16:07:01,465.00,failed,4,US,465.00,465.00,12000.00 +"1178412858,""ISI Wear | 100% handcrafted wooden eyewear, watches and more"",Accessories,Fashion,GBP,2015-05-29,3000.00,2015-04-29 20:11:27,290.00,failed,6,GB,441.63,442.46,4577.22" +1178425909,Our Farm,Farms,Food,AUD,2015-06-13,400000.00,2015-04-14 09:51:14,0.00,failed,0,AU,0.00,0.00,309741.37 +1178428395,A Wonderful Welcome for Visual Novel Wonderful Everyday,Video Games,Games,USD,2017-08-28,80000.00,2017-08-03 04:00:09,105928.00,successful,1260,US,67463.00,105928.00,80000.00 +1178428458,SMUGG,Technology,Technology,CAD,2017-01-01,5000.00,2016-12-02 22:48:49,56.00,failed,2,CA,36.54,42.24,3771.31 +"1178428968,Soul Disaster,Music,Music,USD,2015-05-20,2000.00,2015-03-20 23:36:34,1.00,undefined,0,""N,0"""""",,1.00,2000.00" +1178430604,Taste Tease,Farmer's Markets,Food,MXN,2017-04-13,330000.00,2017-03-14 01:17:15,19050.00,failed,7,MX,0.00,1024.47,17746.71 +1178434481,Heart Not For Sale - A Short Film,Shorts,Film & Video,USD,2017-02-02,500.00,2017-01-03 15:07:16,1101.00,successful,29,US,406.00,1101.00,500.00 +1178441353,HappyGem,Digital Art,Art,USD,2012-07-21,5000.00,2012-06-11 23:55:09,5547.79,successful,66,US,5547.79,5547.79,5000.00 +1178445859,Vivid Views of the mind,Poetry,Publishing,USD,2014-05-25,9500.00,2014-03-26 02:39:06,200.00,failed,4,US,200.00,200.00,9500.00 +1178448839,Hand crafted playing cards,Digital Art,Art,CAD,2016-09-14,200.00,2016-08-15 04:42:17,75.00,failed,3,CA,0.00,56.82,151.53 +1178449131,The Bad Mother – Feature Film,Comedy,Film & Video,CAD,2015-05-11,50000.00,2015-04-17 06:25:57,54657.00,successful,339,CA,44386.06,45407.49,41538.59 +1178452825,Disperse / Displace: A Solo Show in Germany,Illustration,Art,USD,2010-10-03,1500.00,2010-09-03 03:13:17,4081.00,successful,58,US,4081.00,4081.00,1500.00 +1178452991,The Code of the Con: The Short Film,Shorts,Film & Video,USD,2013-04-29,22000.00,2013-03-20 00:31:22,21960.00,failed,36,US,21960.00,21960.00,22000.00 +1178459889,French immersion cookbook,Nonfiction,Publishing,USD,2017-09-23,2000.00,2017-08-24 22:41:22,330.00,failed,14,US,0.00,330.00,2000.00 +1178463223,Punk Like Me...liner notes for a revolution that never happened,Nonfiction,Publishing,USD,2010-08-12,3000.00,2010-06-12 20:28:10,3873.00,successful,96,US,3873.00,3873.00,3000.00 +1178464498,ReplayMyPlay,Theater,Theater,USD,2010-05-09,5000.00,2010-02-08 22:57:55,0.00,failed,0,US,0.00,0.00,5000.00 +1178465767,Ian Swanson's /recent works -- Detroit,Mixed Media,Art,USD,2012-08-17,850.00,2012-07-17 18:04:29,235.00,failed,8,US,235.00,235.00,850.00 +1178466386,Support Natural Chemical Free Beauty Products,Crafts,Crafts,USD,2017-06-21,5000.00,2017-05-22 05:54:05,0.00,failed,0,US,0.00,0.00,5000.00 +1178469564,Up Me Down,Apps,Technology,USD,2016-01-27,10300.00,2015-12-28 20:33:32,20.00,failed,1,US,20.00,20.00,10300.00 +1178481186,Hub & Hubbub,Dance,Dance,USD,2011-06-18,2000.00,2011-05-19 17:00:20,2200.00,successful,34,US,2200.00,2200.00,2000.00 +1178483311,Still Looking Good - a film,Art,Art,EUR,2016-05-04,600.00,2016-04-05 21:08:57,727.00,successful,35,DE,828.88,830.74,685.62 +1178499192,Blockchain Business Book: Down The Rabbit Hole (Tim Lea MBA),Nonfiction,Publishing,AUD,2016-10-17,10000.00,2016-09-19 03:42:20,1020.00,failed,26,AU,256.22,778.21,7629.51 +1178502817,Heroes Rising,Video Games,Games,USD,2015-12-12,25000.00,2015-11-05 21:08:41,27112.00,successful,173,US,27112.00,27112.00,25000.00 +1178505759,The Adventures of Mozart,Children's Books,Publishing,GBP,2014-08-24,300.00,2014-06-25 21:46:26,4.50,failed,2,GB,7.66,7.46,497.47 +1178505898,Dor'e... Most Innovative Designed Kitchen & Bath Faucet!,Product Design,Design,USD,2017-07-30,10000.00,2017-05-31 00:38:57,20.00,failed,1,US,0.00,20.00,10000.00 +1178507494,Manileños - a film by the Filipino Street Art Project,Documentary,Film & Video,USD,2014-11-08,15000.00,2014-10-03 21:11:39,16220.00,successful,237,US,16220.00,16220.00,15000.00 +1178508273,Nova Cry: A 30-minute Sci-Fi Card Game (2nd printing!),Tabletop Games,Games,USD,2016-07-06,10000.00,2016-06-06 16:02:50,17055.00,successful,337,US,17055.00,17055.00,10000.00 +117852094,Bad Decisions make Great Stories Comedy Tour,Performance Art,Art,USD,2015-04-09,18000.00,2015-03-09 06:55:59,6424.25,failed,100,US,6424.25,6424.25,18000.00 +1178524265,Rome Sweet Home,Art,Art,USD,2014-07-20,5000.00,2014-05-21 19:52:41,290.00,failed,11,US,290.00,290.00,5000.00 +1178530969,Models by Charles,Sculpture,Art,USD,2015-02-19,15000.00,2015-01-20 06:18:32,39.00,failed,3,US,39.00,39.00,15000.00 +1178534841,The Last Animals,Documentary,Film & Video,USD,2014-01-02,50000.00,2013-11-12 19:33:54,50752.00,successful,336,US,50752.00,50752.00,50000.00 +1178538429,BREAKWATER CHICAGO: luxury yacht meets island resort,Architecture,Design,USD,2014-07-10,30000.00,2014-06-10 15:01:36,60611.66,successful,715,US,60611.66,60611.66,30000.00 +1178542918,Jet airliner flight simulator interface and restoration,Technology,Technology,USD,2014-02-13,30000.00,2014-01-09 05:00:03,420.00,canceled,4,US,420.00,420.00,30000.00 +1178547305,Borderline Affairs: A Memoir,Nonfiction,Publishing,USD,2014-12-17,250.00,2014-11-17 15:56:51,0.00,failed,0,US,0.00,0.00,250.00 +1178553151,Friendly Lord Zondar 2.5 x 3.5 Metal Fridge Magnets,Art,Art,USD,2015-05-29,200.00,2015-04-29 05:29:28,20.00,failed,4,US,20.00,20.00,200.00 +1178568856,Park Eddy Debut Album!,Rock,Music,CAD,2015-08-05,1500.00,2015-06-06 22:00:07,1501.00,successful,33,CA,1201.74,1147.38,1146.61 +11785706,Martin Newman Photography (Canceled),Photography,Photography,GBP,2014-10-31,2500.00,2014-09-11 23:20:01,0.00,canceled,0,GB,0.00,0.00,3992.33 +"1178587055,""Cy - H, a vlog about being a kid"",Film & Video,Film & Video,USD,2014-08-17,250.00,2014-07-18 09:56:58,250.00,successful,9,US,250.00,250.00,250.00" +"1178595023,""""""Cage's Grandchildren"""""",Classical Music,Music,USD,2013-06-10,5000.00,2013-05-10 10:25:37,5048.00,successful,77,US,5048.00,5048.00,5000.00" +1178595391,ICUBALLING: Live youth Sports fundraising (HQ),Webseries,Film & Video,USD,2014-04-10,30000.00,2014-03-03 15:02:47,460.00,failed,6,US,460.00,460.00,30000.00 +1178612405,Zephyr Wars,Tabletop Games,Games,USD,2017-10-23,4400.00,2017-09-15 06:07:17,4439.00,successful,59,US,813.00,4439.00,4400.00 +1178617050,State of the Union - new play workshop,Theater,Theater,USD,2012-03-21,600.00,2012-03-03 18:02:08,950.00,successful,15,US,950.00,950.00,600.00 +1178621761,Michael McArthur | THE NEW RECORD,Music,Music,USD,2014-11-09,12500.00,2014-10-10 15:13:23,13555.00,successful,256,US,13555.00,13555.00,12500.00 +1178624064,Phoenix Down to be Produced by Steve Thompson(Guns N Roses),Rock,Music,USD,2013-03-15,25000.00,2013-02-14 00:27:12,132.00,canceled,6,US,132.00,132.00,25000.00 +1178628194,Hand Turned Wood Pens,Crafts,Crafts,USD,2013-06-30,400.00,2013-06-14 23:25:05,1601.00,successful,38,US,1601.00,1601.00,400.00 +117864758,The B.M. Hair Company Cancer/Alopecia Project,Art,Art,USD,2014-07-12,400.00,2014-06-12 18:22:14,1.00,failed,1,US,1.00,1.00,400.00 +1178649901,Rawvelo: Organic and vegan endurance sports nutrition,Food,Food,GBP,2017-06-02,35000.00,2017-05-03 17:15:26,36410.00,successful,58,GB,1845.45,46799.49,44987.15 +1178651657,iParty Nightlife Mobile App,Apps,Technology,CAD,2018-01-19,200000.00,2017-11-20 17:51:09,0.00,live,0,CA,0.00,0.00,159757.17 +1178657455,Unmasked Villain Hinged Enamel Pin,Accessories,Fashion,USD,2017-11-24,400.00,2017-10-25 21:42:07,400.00,successful,16,US,186.00,400.00,400.00 +117866220,Big Boy Kitchen Apparel,Fashion,Fashion,USD,2016-02-05,60000.00,2016-01-06 22:12:05,1.00,failed,1,US,1.00,1.00,60000.00 +1178663154,Griffith Custom Woodworking,Woodworking,Crafts,USD,2015-12-12,10000.00,2015-11-12 17:34:45,1.00,failed,1,US,1.00,1.00,10000.00 +1178686097,After the Dream,Documentary,Film & Video,USD,2016-09-25,15000.00,2016-08-26 02:03:30,7761.00,canceled,33,US,125.00,7761.00,15000.00 +1178689383,UpGameLoad,Web,Technology,EUR,2016-02-02,5000.00,2015-12-04 00:08:06,0.00,failed,0,ES,0.00,0.00,5600.99 +1178697657,After Reset RPG [rebooted],Video Games,Games,USD,2014-08-21,35000.00,2014-07-07 17:37:02,94892.36,successful,2783,US,94892.36,94892.36,35000.00 +1178704196,Wall of Flesh - A Coming-of-Age Story…of a 33-year-old man.,Comedy,Film & Video,USD,2015-10-15,50000.00,2015-09-15 09:00:09,3670.00,canceled,13,US,3670.00,3670.00,50000.00 +117871100,Mermaid & Shark Tail Blanket,Crochet,Crafts,CAD,2017-03-08,100.00,2017-02-21 13:59:21,65.00,failed,1,CA,49.67,48.13,74.05 +1178722124,Enable,Product Design,Design,USD,2017-05-13,3000.00,2017-03-30 20:08:17,115.00,canceled,14,US,101.00,115.00,3000.00 +1178722987,Cel Clothing,Apparel,Fashion,AUD,2015-08-25,1000.00,2015-07-06 09:29:32,0.00,failed,0,AU,0.00,0.00,713.67 +117872840,Canine Anatomy Sculpture,Sculpture,Art,USD,2014-10-02,3500.00,2014-09-02 16:26:11,16866.00,successful,134,US,16866.00,16866.00,3500.00 +1178729979,Create a Children's Book - to demystify genetic diseases,Children's Books,Publishing,USD,2009-07-14,2500.00,2009-05-15 07:07:31,250.00,failed,5,US,250.00,250.00,2500.00 +1178736408,Educating Our Children about the Honey Bees,Community Gardens,Food,USD,2016-03-20,2750.00,2016-01-20 23:47:41,34.00,failed,8,US,34.00,34.00,2750.00 +1178741204,Betty Spaghetti's Flying Food Adventure Show is taking off!,Film & Video,Film & Video,USD,2013-10-10,40000.00,2013-09-10 19:15:44,41001.00,successful,147,US,41001.00,41001.00,40000.00 +1178744516,BIRDWATCHER - SHORT FILM (2014),Shorts,Film & Video,GBP,2014-05-28,150.00,2014-05-14 22:35:01,472.00,successful,42,GB,796.47,789.88,251.02 +"1178747811,""""""Grey Sky Blues"""" - Help make Bizness Suit's new album!"",Rock,Music,USD,2015-05-04,17482.00,2015-03-31 00:07:45,17482.00,successful,78,US,17482.00,17482.00,17482.00" +"117874976,""The Sci-Fi, Literary Novel """"Breathe Fire"""" (Canceled)"",Fiction,Publishing,USD,2014-03-29,33000.00,2014-02-27 23:01:52,0.00,canceled,0,US,0.00,0.00,33000.00" +1178762671,Dealers Cup | The dark side of disorganized crime,Games,Games,EUR,2017-10-11,20000.00,2017-08-12 11:11:30,4416.00,failed,57,DE,978.54,5215.30,23620.00 +1178777160,Trek around the world in photos (Canceled),Photobooks,Photography,CAD,2014-05-19,15000.00,2014-04-19 08:04:42,200.00,canceled,2,CA,181.76,183.47,13760.21 +"1178777847,""The Hemp Jacket made of our Premium Hemp """"La Canapa"""""",Apparel,Fashion,EUR,2017-11-17,18000.00,2017-10-16 12:12:29,9965.00,failed,56,IT,1372.48,11753.67,21230.92" +"1178793800,""Warms - The """"I ? You"""" Gift Crate"",Product Design,Design,USD,2011-08-19,4500.00,2011-07-10 05:49:08,981.00,failed,25,US,981.00,981.00,4500.00" +1178805353,Spiritual Ink - Sak Yant Traditional Thai Tattoo,Photography,Photography,USD,2011-07-30,3500.00,2011-06-20 19:05:32,120.00,failed,1,US,120.00,120.00,3500.00 +1178805654,Volume One... A Collection of Songs for Women,Faith,Music,USD,2015-06-01,3500.00,2015-05-01 14:18:36,4185.00,successful,34,US,4185.00,4185.00,3500.00 +"1178806159,""Spirit Seed 12"""" Vinyl Drive 2012"",Rock,Music,USD,2013-01-03,1200.00,2012-12-04 22:02:58,2164.14,successful,26,US,2164.14,2164.14,1200.00" +"1178810499,""JSE Records' """"best of NYC's unsigned"""" artists. "",Rock,Music,USD,2009-12-12,1400.00,2009-09-13 22:12:21,85.00,failed,5,US,85.00,85.00,1400.00" +1178820043,Sight Word Fandango,Video Games,Games,USD,2012-12-06,5000.00,2012-11-06 04:13:29,70.00,failed,4,US,70.00,70.00,5000.00 +1178820281,Bioshock bath products,Crafts,Crafts,GBP,2017-09-02,500.00,2017-08-03 18:15:38,0.00,failed,0,GB,0.00,0.00,660.69 +1178829211,The Lost Bois' First Album,Music,Music,USD,2011-06-30,4000.00,2011-05-09 03:11:39,5007.00,successful,139,US,5007.00,5007.00,4000.00 +117885503,Conflicted a Sundance Film Festival Entry,Festivals,Film & Video,USD,2015-12-27,20000.00,2015-11-27 16:40:08,210.00,failed,4,US,210.00,210.00,20000.00 +1178855635,eFlip - The Device for a 21st Century Musician (Canceled),Hardware,Technology,USD,2016-04-01,15000.00,2016-02-16 18:20:30,1376.00,canceled,39,US,1376.00,1376.00,15000.00 +1178856689,Coloring Ecuador,Public Art,Art,USD,2012-02-14,2500.00,2012-01-11 15:09:23,502.00,failed,2,US,502.00,502.00,2500.00 +"1178859630,""A Mexican Sound, a documentary film"",Documentary,Film & Video,USD,2012-10-26,4000.00,2012-09-11 04:08:21,12369.99,successful,228,US,12369.99,12369.99,4000.00" +1178863497,CT Magazine - 9 million readers - help us go to print,Periodicals,Publishing,GBP,2014-12-18,2500.00,2014-12-04 01:47:49,0.00,failed,0,GB,0.00,0.00,3912.00 +1178864403,Being human,People,Photography,USD,2016-08-09,3000.00,2016-07-10 21:21:26,27.00,failed,3,US,0.00,27.00,3000.00 +1178868229,The Daily Minute,Webseries,Film & Video,USD,2010-02-10,3000.00,2009-12-16 08:57:55,30.00,failed,1,US,30.00,30.00,3000.00 +1178871616,The Desert Hawk - An Australian WW2 Fighter Ace,Shorts,Film & Video,USD,2014-05-07,45000.00,2014-03-08 05:42:37,1495.00,failed,9,US,1495.00,1495.00,45000.00 +1178872117,The Hardest Six,Shorts,Film & Video,USD,2012-01-16,17500.00,2011-12-08 04:36:05,0.00,failed,0,US,0.00,0.00,17500.00 +1178875399,Ray Mann Project,Country & Folk,Music,USD,2012-05-11,25000.00,2012-04-11 18:04:28,0.00,failed,0,US,0.00,0.00,25000.00 +"1178883135,""""""The Pentagon Papers"""""",Hip-Hop,Music,USD,2013-05-28,2200.00,2013-04-28 20:22:31,0.00,failed,0,US,0.00,0.00,2200.00" +1178892378,JUX: A Story Building Game For Creative Thinkers,Tabletop Games,Games,USD,2014-09-08,17500.00,2014-08-09 10:40:47,17756.00,successful,185,US,17756.00,17756.00,17500.00 +1178895686,Raising funds for my LIVE STUDIO ALBUM RECORDING,Music,Music,USD,2010-12-17,3000.00,2010-11-17 22:04:02,360.00,failed,8,US,360.00,360.00,3000.00 +1178897361,LEMONADE DOLLS,Apparel,Fashion,GBP,2017-01-03,15000.00,2016-12-08 16:41:30,15165.00,successful,69,GB,7827.02,18749.07,18545.08 +117891463,Food For Everyone - Greenhouses,Food,Food,USD,2013-03-03,300.00,2013-02-19 21:30:44,325.00,successful,9,US,325.00,325.00,300.00 +1178924546,IRAQI KURDISTAN: An Atlas,Art Books,Publishing,USD,2012-08-30,5500.00,2012-08-05 00:28:49,50.00,failed,3,US,50.00,50.00,5500.00 +1178928902,CristaLight: Offer a piece of jewelry to your home.,Product Design,Design,EUR,2017-11-03,20000.00,2017-10-04 20:25:30,548.00,canceled,4,BE,401.48,638.81,23314.10 +1178937693,Surya Conversions Hybrid Kits,Product Design,Design,USD,2014-08-09,5000.00,2014-07-10 03:15:40,5081.00,successful,99,US,5081.00,5081.00,5000.00 +1178951563,AMERICAN SUBURB X (Canceled),Journalism,Journalism,USD,2013-12-19,75000.00,2013-11-19 00:25:25,2922.00,canceled,39,US,2922.00,2922.00,75000.00 +1178957735,EverCube - The Perfect Toothbrush & Pen Holder,Product Design,Design,USD,2015-11-14,8000.00,2015-10-16 03:55:11,259.00,failed,9,US,259.00,259.00,8000.00 +1178959768,The Gaming LAB,Video Games,Games,USD,2016-01-18,55000.00,2015-11-19 03:14:52,76.00,failed,2,US,76.00,76.00,55000.00 +1178959821,Zombie White Playing Cards - Grave Digger Card Game,Tabletop Games,Games,USD,2013-10-28,730.00,2013-10-14 18:29:59,3883.00,successful,164,US,3883.00,3883.00,730.00 +1178966783,Help us Grow (Canceled),Food,Food,USD,2012-03-01,20000.00,2012-01-31 13:14:21,0.00,canceled,0,US,0.00,0.00,20000.00 +1178967075,Colonial Sweets: Old world lessons. Premium maple pleasures.,Food,Food,CAD,2014-05-01,20000.00,2014-04-01 00:36:45,642.00,canceled,14,CA,580.42,585.50,18239.85 +1178968058,GripSpinner / Fidget Toy / Unique Adjustable Grip Spinner,Product Design,Design,USD,2017-08-19,2500.00,2017-07-20 15:45:18,1273.00,failed,24,US,394.00,1273.00,2500.00 +1178982685,Severed Winds (Canceled),Video Games,Games,USD,2015-10-21,30000.00,2015-09-21 15:04:12,150.00,canceled,5,US,150.00,150.00,30000.00 +1178988603,Retro fit performance fuel injection system for Ducati's,Technology,Technology,NZD,2017-05-21,50000.00,2017-03-22 20:02:19,20.00,failed,1,NZ,0.00,14.12,35305.75 +1178993650,Art Enables You!,Art,Art,USD,2016-09-19,5000.00,2016-07-21 19:38:23,40.00,failed,2,US,0.00,40.00,5000.00 +1179002623,Seagull Assault,Video Games,Games,USD,2015-04-02,5000.00,2015-03-03 18:10:34,262.00,failed,10,US,262.00,262.00,5000.00 +1179005624,Milkshake,Drinks,Food,USD,2014-07-16,20.00,2014-07-09 10:15:57,0.00,failed,0,US,0.00,0.00,20.00 +1179016276,Shoes with Soul,Footwear,Fashion,USD,2016-01-01,60000.00,2015-12-02 18:45:56,0.00,failed,0,US,0.00,0.00,60000.00 +1179019233,FULL GLOSSY 2012,Journalism,Journalism,USD,2012-05-03,450.00,2012-04-18 00:25:49,657.00,successful,22,US,657.00,657.00,450.00 +117902430,Christmas Hymns for Piano -- Elisabeth Sooy,Classical Music,Music,USD,2011-12-05,450.00,2011-11-16 16:45:19,1033.00,successful,42,US,1033.00,1033.00,450.00 +1179024503,OFF THE DOME - Where was your hat made?,Apparel,Fashion,CAD,2015-08-05,6000.00,2015-07-06 06:41:46,6335.00,successful,72,CA,5038.85,4842.53,4586.45 +1179026057,Beyond stereotypes photography,People,Photography,EUR,2016-12-08,3000.00,2016-10-29 14:00:50,0.00,failed,0,FR,0.00,0.00,3167.70 +1179026383,Othello - the music video,Music Videos,Film & Video,GBP,2013-04-04,2000.00,2013-03-05 15:20:01,2306.00,successful,47,GB,3466.61,3515.35,3048.87 +1179033426,Work That Skirt ATS® Style DVD,Workshops,Dance,USD,2015-02-22,1850.00,2015-01-23 00:04:11,2720.00,successful,57,US,2720.00,2720.00,1850.00 +1179041357,ely - The Recall Know-it-All - A Smartphone App for Parents,Product Design,Design,USD,2015-04-27,35000.00,2015-03-02 19:34:57,35702.00,successful,375,US,35702.00,35702.00,35000.00 +1179043887,Hyper Fox,Video Games,Games,USD,2016-11-21,1000.00,2016-10-22 15:06:33,26.00,failed,3,US,0.00,26.00,1000.00 +1179049077,runScribe: Wearable for the Data-Driven Athlete,Wearables,Technology,USD,2014-09-19,50000.00,2014-08-20 15:48:11,257294.01,successful,1394,US,257294.01,257294.01,50000.00 +1179051712,Project Gert on Xbox Live ,Video Games,Games,USD,2010-07-31,2000.00,2010-06-26 02:35:56,0.00,failed,0,US,0.00,0.00,2000.00 +1179065457,INFERNO | a Cocoon of Warmth for your Hammock!,Product Design,Design,USD,2017-04-27,25000.00,2017-03-14 06:02:06,69652.00,successful,195,US,22176.00,69652.00,25000.00 +1179069295,Agua de Luna - Sustainable Design,Product Design,Design,MXN,2017-10-04,160000.00,2017-08-30 18:05:47,202552.00,successful,161,MX,153.31,10950.53,8650.05 +117907364,Mega Magic 3000,Performance Art,Art,USD,2012-03-28,50000.00,2012-02-12 03:18:26,100.00,failed,1,US,100.00,100.00,50000.00 +1179081825,The CGL Love and Lingerie Experience Live Parties,Apparel,Fashion,USD,2014-11-19,5000.00,2014-10-20 16:32:39,5155.00,successful,194,US,5155.00,5155.00,5000.00 +1179093014,Turn On The Lights,Theater,Theater,USD,2013-10-28,5000.00,2013-09-28 01:04:57,6728.00,successful,96,US,6728.00,6728.00,5000.00 +1179101053,Read Me a Story,Webseries,Film & Video,USD,2013-02-03,4500.00,2013-01-04 17:57:50,1183.00,failed,32,US,1183.00,1183.00,4500.00 +1179108491,Old Adventure,Video Games,Games,EUR,2017-02-08,200.00,2017-01-09 22:00:41,201.00,successful,19,IT,80.06,213.64,212.58 +"1179115802,""GET SAUCED """"RIOT"""" STYLE!"",Small Batch,Food,USD,2016-11-20,5000.00,2016-10-25 02:56:01,5058.00,successful,80,US,225.00,5058.00,5000.00" +117911619,San Diego Landscapes 2015 Calendar of Photographic Art,Photography,Photography,USD,2014-11-07,1900.00,2014-10-30 17:31:26,6925.00,successful,177,US,6925.00,6925.00,1900.00 +1179118346,EPHYRAN,Tabletop Games,Games,EUR,2017-03-08,8000.00,2017-02-07 20:00:02,3062.00,canceled,135,FR,2593.65,3247.57,8484.82 +1179120462,Sick Joke,Drama,Film & Video,USD,2017-04-30,15000.00,2017-03-31 03:26:58,1625.00,canceled,33,US,1030.00,1625.00,15000.00 +1179129969,Sole Opener,Product Design,Design,USD,2014-03-29,60000.00,2014-02-27 03:19:22,1261.02,failed,25,US,1261.02,1261.02,60000.00 +1179130587,CEREBUS 'Too Late to Pray' album cover T-Shirt,Metal,Music,USD,2017-10-07,500.00,2017-09-20 02:44:03,158.00,failed,3,US,26.00,158.00,500.00 +1179130878,Petite Fleur,Dance,Dance,USD,2013-11-22,2000.00,2013-10-25 19:42:12,2021.00,successful,29,US,2021.00,2021.00,2000.00 +1179147881,A Magical Roommate: The First Semester,Comics,Comics,USD,2014-01-13,1500.00,2013-12-14 08:36:09,1555.00,successful,32,US,1555.00,1555.00,1500.00 +1179158510,Echoes From the Dreaming Spires: A Collection of Rare Works,Fiction,Publishing,USD,2012-04-04,1000.00,2012-02-29 23:14:56,1000.00,successful,19,US,1000.00,1000.00,1000.00 +1179173329,Pixels Per Dollar (Links Forever Remain on the $1M+ Grid),Web,Technology,USD,2014-12-25,250000.00,2014-11-20 05:07:39,1375.00,failed,8,US,1375.00,1375.00,250000.00 +1179178597,U Book-IT A Cloud based scheduling System,Apps,Technology,USD,2014-07-20,1000.00,2014-06-20 04:51:17,1.00,failed,1,US,1.00,1.00,1000.00 +1179178662,Sibelius Fest México 2017- Festival de la Guitarra Eléctrica,Rock,Music,MXN,2016-12-23,180000.00,2016-11-18 00:15:42,770.00,failed,5,MX,33.84,37.21,8699.01 +1179182314,Mini Librarys,Public Art,Art,USD,2014-05-16,150.00,2014-03-27 12:44:49,191.00,successful,18,US,191.00,191.00,150.00 +1179188576,Make your life with Tinnitus easier,Software,Technology,CHF,2017-08-09,6000.00,2017-06-30 19:49:09,2221.00,failed,27,CH,131.54,2308.30,6235.84 +"1179189039,""Support Kersten Stevens New Album """"Inspire Me"""""",Music,Music,USD,2011-06-29,18500.00,2011-05-23 18:40:53,19311.00,successful,193,US,19311.00,19311.00,18500.00" +1179191956,30 Days of Winter,Documentary,Film & Video,CAD,2014-12-19,90000.00,2014-11-15 00:29:49,1.00,failed,1,CA,0.88,0.86,77612.97 +1179200517,Waddle Tangent Podcast,Audio,Journalism,USD,2015-03-26,432.00,2015-02-24 02:50:33,0.00,failed,0,US,0.00,0.00,432.00 +1179204512,SYNCOPATED CLASSIC – The lost work of a 1920s jazz composer,Jazz,Music,USD,2017-05-02,10000.00,2017-04-04 18:30:45,12203.00,successful,291,US,4210.00,12203.00,10000.00 +1179222486,The Spirit of the Quest,Poetry,Publishing,USD,2014-07-23,550.00,2014-07-03 20:21:37,550.00,successful,9,US,550.00,550.00,550.00 +1179224559,A Gay Farytale But Based On A True Story,Nonfiction,Publishing,USD,2017-05-05,2000.00,2017-03-06 05:21:57,12.00,failed,2,US,0.00,12.00,2000.00 +1179228237,Money Never Sleeps,Video Games,Games,USD,2012-01-26,7000.00,2011-12-12 14:10:38,25.00,failed,1,US,25.00,25.00,7000.00 +1179234413,FUNNELL - EJECT | WEAR - NEW DESIGN (Canceled),Product Design,Design,USD,2014-11-22,25980.00,2014-10-23 12:00:30,16689.00,canceled,113,US,16689.00,16689.00,25980.00 +1179262259,Double Booked! Precious Rascals and Doodle Quest 2,Comic Books,Comics,USD,2016-09-08,22000.00,2016-08-09 19:10:06,39592.00,successful,836,US,21410.00,39592.00,22000.00 +1179265863,Cozey 7: High Performance Outdoor Gear for Little Ones,Childrenswear,Fashion,USD,2015-12-03,7500.00,2015-11-03 16:04:44,8347.77,successful,97,US,8347.77,8347.77,7500.00 +1179276286,Spektra VR Experience Room,Live Games,Games,USD,2017-06-28,50000.00,2017-05-26 00:28:45,6331.00,failed,50,US,3586.00,6331.00,50000.00 +117927667,Cafe Woof! (Canceled),Restaurants,Food,USD,2014-10-04,20000.00,2014-09-04 04:05:29,25.00,canceled,1,US,25.00,25.00,20000.00 +1179277219,Soseen.org - The social search engine. Search- Earn- Donate.,Web,Technology,EUR,2017-07-13,2999.00,2017-06-16 17:23:49,899.00,failed,11,BE,28.06,1026.21,3423.36 +1179277958,ControLeo (an Arduino programmable controller),Hardware,Technology,USD,2013-10-13,4000.00,2013-09-13 02:59:49,2749.00,failed,39,US,2749.00,2749.00,4000.00 +1179280422,Guitarist Daniel Salazar's New CD Project!,World Music,Music,USD,2015-06-22,5500.00,2015-05-16 20:03:27,1245.00,failed,37,US,1245.00,1245.00,5500.00 +1179281241,Warzone Lasertag Wales UK,Live Games,Games,GBP,2014-08-15,15000.00,2014-07-16 21:44:23,0.00,failed,0,GB,0.00,0.00,25035.05 +1179288944,ShadowClaws,Graphic Novels,Comics,GBP,2014-06-01,1599.00,2014-05-02 20:49:38,20.00,failed,2,GB,33.76,33.65,2690.38 +"1179291467,""Project """"It's natcho tacos"""" food truck"",Food Trucks,Food,USD,2016-07-30,8000.00,2016-06-15 22:24:29,295.00,failed,4,US,295.00,295.00,8000.00" +1179300776,Reflowster - Soldering Controller for Surface Mount PCBs,DIY Electronics,Technology,USD,2014-04-30,10000.00,2014-04-02 09:05:27,15674.00,successful,192,US,15674.00,15674.00,10000.00 +"1179314093,""African Time aka """"African Booty Scratcher"""" - TV Comedy Pilot"",Comedy,Film & Video,USD,2016-06-06,30000.00,2016-05-05 15:50:19,31666.00,successful,272,US,31666.00,31666.00,30000.00" +1179315891,The story of Cedric,Video,Journalism,USD,2015-04-30,3000.00,2015-03-03 20:16:26,0.00,failed,0,US,0.00,0.00,3000.00 +"117931656,""""""The Real Georgia Peaches""""(PRE-PRODUCTION)"",Television,Film & Video,USD,2015-12-26,150000.00,2015-11-11 23:13:44,4525.00,failed,16,US,4525.00,4525.00,150000.00" +1179319254,Erforschung Ausserirdische Intelligenz - Studienprojekt,Space Exploration,Technology,CHF,2017-01-08,8000.00,2016-12-09 07:42:26,51.00,failed,2,CH,49.68,50.68,7949.92 +1179320148,Wish You Were Here: A Thesis Collection,Fashion,Fashion,USD,2013-04-06,2500.00,2013-03-07 03:26:03,3070.00,successful,38,US,3070.00,3070.00,2500.00 +1179326661,Art Nude Photobook: Pink Sands Explores Unspoiled Landscape,Photobooks,Photography,USD,2016-03-14,5000.00,2016-02-17 16:11:31,10540.00,successful,79,US,10540.00,10540.00,5000.00 +1179329429,A/C Condenser Cover Filter,Design,Design,USD,2016-03-31,25000.00,2016-03-01 02:44:12,40.00,failed,1,US,40.00,40.00,25000.00 +1179333780,Yorkshire Challenge Coin,Graphic Design,Design,GBP,2014-08-30,3000.00,2014-08-01 07:36:02,228.00,failed,22,GB,385.78,371.55,4888.78 +1179336894,MIBuddy App,Software,Technology,USD,2017-04-30,4250.00,2017-03-31 18:27:12,6.00,canceled,2,US,5.00,6.00,4250.00 +117934335,On The Road,Film & Video,Film & Video,USD,2012-10-15,10000.00,2012-09-15 07:35:39,0.00,failed,0,US,0.00,0.00,10000.00 +1179354734,Super Snap-ON Paint Tray,Gadgets,Technology,USD,2017-08-08,11000.00,2017-07-14 20:51:20,75.00,failed,3,US,0.00,75.00,11000.00 +1179356051,hook.io open-source microservice platform,Software,Technology,USD,2015-10-29,20000.00,2015-09-29 21:40:58,175.00,failed,4,US,175.00,175.00,20000.00 +1179356268,Savor365,Apps,Technology,USD,2016-07-27,5000.00,2016-06-27 21:12:33,90.00,failed,4,US,65.00,90.00,5000.00 +1179356784,Aerial Pop Spring/Summer 2013,Fashion,Fashion,USD,2012-01-04,5512.00,2011-12-11 02:36:24,5816.00,successful,41,US,5816.00,5816.00,5512.00 +"1179372341,""THE SUPERSHOW! The world's 1st UCG, Unpredictable Card Game."",Tabletop Games,Games,USD,2014-11-04,8000.00,2014-09-24 18:48:03,9451.00,successful,131,US,9451.00,9451.00,8000.00" +1179372933,Affinity - Craft Coffee & Drinking Chocolate in Sugar Land,Drinks,Food,USD,2014-12-14,11000.00,2014-11-19 06:03:38,306.00,failed,6,US,306.00,306.00,11000.00 +"1179376881,""Magic Valve : save food, save your money and eco friendly !"",Food,Food,USD,2013-12-14,35000.00,2013-11-14 19:44:28,1459.00,failed,79,US,1459.00,1459.00,35000.00" +1179377991,The Lost Project US Tour 2016!,Indie Rock,Music,USD,2016-06-01,5000.00,2016-05-02 05:50:12,611.00,failed,13,US,611.00,611.00,5000.00 +1179379734,CF WALLET Elegant HAND MADE carbon fiber wallet,Product Design,Design,GBP,2017-07-13,2000.00,2017-06-13 18:23:38,420.00,failed,7,GB,259.01,544.91,2594.81 +1179391879,Brown Hound Bistro Canandaigua Expansion,Restaurants,Food,USD,2015-07-27,25000.00,2015-07-12 16:05:40,29970.00,successful,130,US,29970.00,29970.00,25000.00 +1179394651,Renaissance Calling,Fiction,Publishing,USD,2016-11-11,3000.00,2016-10-04 18:12:25,3386.00,successful,47,US,284.00,3386.00,3000.00 +1179397104,Plants and Paladins: Voltron Enamel Pins,Accessories,Fashion,CAD,2017-09-23,1700.00,2017-08-23 17:01:17,3938.00,successful,98,CA,1024.14,3165.59,1366.56 +117939963,Peyote at a Crossroads,Documentary,Film & Video,USD,2016-07-16,2800.00,2016-06-06 15:37:20,3154.00,successful,42,US,3020.00,3154.00,2800.00 +1179399716,Our Shared Planet traveling environmental awareness exhibit,Sculpture,Art,USD,2011-09-29,11500.00,2011-08-15 02:03:48,4056.00,failed,40,US,4056.00,4056.00,11500.00 +1179403326,Savvy Curls MEGA GLAM hair curling wraps- no heat curls!,Fashion,Fashion,USD,2016-07-16,5000.00,2016-06-07 16:07:02,41200.00,successful,1118,US,32899.00,41200.00,5000.00 +1179411750,Homemade Cold Porcelain and Professionally Made Figurines,DIY,Crafts,USD,2014-11-29,2500.00,2014-10-29 23:05:24,25.00,failed,1,US,25.00,25.00,2500.00 +1179413487,The Ultimate Timepiece by MEW Tactical. A True Classic Watch,Product Design,Design,USD,2015-10-30,28000.00,2015-09-10 20:52:51,3885.00,canceled,21,US,3885.00,3885.00,28000.00 +1179414920,Leslie Odom Jr. Debut Album Project,Pop,Music,USD,2013-04-18,30000.00,2013-03-18 21:14:52,40971.00,successful,678,US,40971.00,40971.00,30000.00 +1179417630,Stay Metal Chemistry Pins,Accessories,Fashion,USD,2017-11-09,320.00,2017-10-10 22:47:05,501.00,successful,23,US,147.00,501.00,320.00 +1179423778,2013 COLLABORATIVE WORKS FESTIVAL - THE HEART OF THE MATTER,Classical Music,Music,USD,2013-08-19,4000.00,2013-07-23 03:50:29,4420.00,successful,53,US,4420.00,4420.00,4000.00 +1179436625,Tencil - Share your Imagination!,Publishing,Publishing,USD,2016-04-26,12000.00,2016-04-01 14:57:44,7405.00,failed,51,US,7405.00,7405.00,12000.00 +1179437220,Project Warzone,Shorts,Film & Video,USD,2012-10-23,25000.00,2012-09-13 18:11:13,54.00,failed,5,US,54.00,54.00,25000.00 +"1179444764,""The Family, Charles Manson's Race War in Post-Apartheid SA"",Fiction,Publishing,GBP,2015-09-17,7000.00,2015-08-23 17:35:49,110.00,failed,2,GB,172.63,172.11,10952.73" +1179446206,FLUID,Photography,Photography,CAD,2014-05-08,4000.00,2014-04-08 07:14:50,4179.00,successful,70,CA,3808.50,3858.73,3693.44 +1179455805,Relive the Past,Festivals,Theater,EUR,2016-09-06,55000.00,2016-08-07 20:12:33,0.00,failed,0,NL,0.00,0.00,61973.93 +1179456096,Baseball & Art,Painting,Art,USD,2017-01-11,10000.00,2016-12-12 23:40:08,496.00,failed,9,US,122.00,496.00,10000.00 +1179461009,Toolkids for kids,Design,Design,MXN,2018-01-29,30000.00,2017-12-15 00:40:24,150.00,live,1,MX,0.00,7.85,1569.69 +1179464023,Morning Coffee. Socialist Latin America. Everybody Welcome!,Film & Video,Film & Video,USD,2014-02-03,15000.00,2013-12-05 02:05:03,26.00,failed,2,US,26.00,26.00,15000.00 +1179478360,The Leaf Project,Public Art,Art,USD,2012-12-31,15000.00,2012-11-30 20:33:58,15451.00,successful,41,US,15451.00,15451.00,15000.00 +1179479357,Keyboard with Calculator,Product Design,Design,GBP,2017-06-03,10000.00,2017-05-04 09:47:50,39.00,suspended,3,GB,33.65,49.73,12752.50 +1179482715,Flower Cap,Illustration,Art,USD,2017-04-29,396.00,2017-03-30 21:38:19,4.00,failed,4,US,1.00,4.00,396.00 +"1179488262,""Global Village Monitor """"A News and Information Magazine"""""",Journalism,Journalism,USD,2013-09-22,50000.00,2013-07-24 12:51:03,0.00,failed,0,US,0.00,0.00,50000.00" +1179498146,IN OUR BLOOD - Feature Film,Narrative Film,Film & Video,GBP,2014-11-04,12900.00,2014-09-24 13:58:35,3467.00,failed,84,GB,5679.67,5484.63,20407.19 +117949819,Silver Platter,Food,Food,USD,2017-07-18,5000.00,2017-06-18 02:11:56,0.00,failed,0,US,0.00,0.00,5000.00 +1179503073,music video shoot,Music,Music,USD,2011-12-04,900.00,2011-11-04 18:22:37,0.00,failed,0,US,0.00,0.00,900.00 +1179507406,iPhone 5 EarPod Case and Stand,Hardware,Technology,USD,2012-11-03,5000.00,2012-10-04 06:49:06,1537.00,failed,160,US,1537.00,1537.00,5000.00 +"1179508224,""BLACKHAT, A Feature Film"",Film & Video,Film & Video,USD,2011-03-26,2100.00,2011-02-24 09:11:19,2140.00,successful,19,US,2140.00,2140.00,2100.00" +117951574,Clayton Crain's: Into a Rift project,Comics,Comics,USD,2012-06-07,6666.00,2012-05-05 00:24:25,9535.78,successful,124,US,9535.78,9535.78,6666.00 +1179524109,FORTRESS MOON: A Boardgame of 1950's Lunar Warfare!,Tabletop Games,Games,USD,2013-12-11,35000.00,2013-11-07 18:04:29,3616.71,failed,47,US,3616.71,3616.71,35000.00 +1179538875,PokéPins: Johto Starters,Art,Art,USD,2017-10-08,1200.00,2017-09-21 21:43:38,43.00,failed,3,US,53.00,43.00,1200.00 +1179540443,Gluten Free Support Center & Kitchen For Sample Saturdays,Events,Food,USD,2016-08-14,7500.00,2016-07-09 22:44:31,722.00,failed,11,US,0.00,722.00,7500.00 +1179541205,Matt Palka Gypsy Record & VW Bus Repair,Music,Music,USD,2011-11-11,15000.00,2011-09-26 17:28:02,2600.00,failed,30,US,2600.00,2600.00,15000.00 +1179548226,Construction d'un Bikepark,Architecture,Design,EUR,2015-08-11,1000.00,2015-07-12 10:36:42,0.00,failed,0,FR,0.00,0.00,1117.09 +117954922,Joy on a Journey,Nonfiction,Publishing,USD,2015-12-31,1500.00,2015-12-07 01:50:59,305.00,failed,6,US,305.00,305.00,1500.00 +1179552941,After the Fall,Places,Photography,USD,2014-08-09,300.00,2014-07-20 13:12:59,510.00,successful,8,US,510.00,510.00,300.00 +1179558990,James&theDevil'sAlbumRelease&Pre-Order,Rock,Music,USD,2011-02-11,3000.00,2010-12-12 01:18:06,3585.00,successful,47,US,3585.00,3585.00,3000.00 +1179563077,World's 1st Single-Dual Motor Switchable Electric Skateboard,Technology,Technology,USD,2016-12-10,50000.00,2016-11-10 12:36:53,57689.00,successful,80,US,7092.00,57689.00,50000.00 +1179581674,Urban Abstract Experience,Mixed Media,Art,USD,2011-12-13,10142.54,2011-10-14 08:05:11,240.00,failed,8,US,240.00,240.00,10142.54 +1179589811,Get some Mocs for your Mac!,Product Design,Design,USD,2012-04-15,12500.00,2012-03-15 23:59:32,370.00,failed,3,US,370.00,370.00,12500.00 +1179590040,Margaret and Bear's Wild Adventures,Children's Books,Publishing,CAD,2016-10-14,8000.00,2016-09-14 18:29:30,10328.00,successful,125,CA,1539.45,7844.45,6076.26 +1179598810,Help Complete Bella's Alt Pop EP!,Pop,Music,USD,2016-11-07,8500.00,2016-10-13 05:25:21,874.00,canceled,13,US,220.00,874.00,8500.00 +117960248,Halou - Pressing the Final Album,Indie Rock,Music,USD,2011-09-01,1000.00,2011-08-18 18:40:22,2153.01,successful,48,US,2153.01,2153.01,1000.00 +1179604847,Scoop Magazine,Children's Books,Publishing,GBP,2017-09-11,15000.00,2017-08-11 14:04:56,5362.00,failed,74,GB,1766.36,7285.72,20381.54 +117960526,TRACK - TRAVEL,Apps,Technology,EUR,2016-01-05,55000.00,2015-11-06 19:36:52,0.00,failed,0,ES,0.00,0.00,59735.21 +1179624555,Fred & Earl: a new animated web series,Webseries,Film & Video,USD,2010-06-17,3000.00,2010-05-18 20:13:01,3015.00,successful,82,US,3015.00,3015.00,3000.00 +1179637418,Who am I?,Thrillers,Film & Video,GBP,2015-03-30,500.00,2015-02-28 16:26:07,37.00,failed,2,GB,57.11,54.77,740.16 +1179647478,The Girl With The Magic Tummy,Web,Technology,USD,2017-05-04,10000.00,2017-04-04 15:44:56,10.00,failed,1,US,0.00,10.00,10000.00 +1179676022,Fursuit Frenzy,Playing Cards,Games,USD,2015-06-19,500.00,2015-05-20 23:11:39,25.00,failed,2,US,25.00,25.00,500.00 +1179680760,The WorkingStick,Product Design,Design,USD,2014-05-03,2000.00,2014-04-04 16:54:47,3324.00,successful,53,US,3324.00,3324.00,2000.00 +117968371,Zelda Breath of the Wild Rupee Enamel Pin Collection,Jewelry,Fashion,GBP,2017-04-17,300.00,2017-04-03 14:01:34,305.00,successful,20,GB,38.89,389.74,383.35 +1179684628,CLASH! Dawn of Steam the Card Game,Tabletop Games,Games,USD,2014-07-16,8100.00,2014-06-16 17:24:25,10496.00,successful,252,US,10496.00,10496.00,8100.00 +117968749,Martin and Martinez short films project! ,Shorts,Film & Video,USD,2010-10-01,1000.00,2010-09-01 04:01:42,1025.00,successful,17,US,1025.00,1025.00,1000.00 +1179690620,I Can Make a Difference,Children's Books,Publishing,USD,2015-12-28,5000.00,2015-11-20 23:43:57,5330.00,successful,116,US,5330.00,5330.00,5000.00 +1179702652,The Folk Songs That Inspired Bob Dylan & 3 More Albums,Country & Folk,Music,EUR,2015-10-25,2500.00,2015-09-22 16:48:13,3288.00,successful,74,AT,3718.94,3622.38,2754.24 +1179705633,Once There Were Many,Video Games,Games,GBP,2014-08-15,300.00,2014-08-05 23:20:50,40.00,failed,4,GB,67.30,66.76,500.70 +1179706052,32mm and 28mm Modern Wargame,Tabletop Games,Games,EUR,2017-06-13,8500.00,2017-05-14 08:32:54,8500.00,successful,71,ES,3603.52,9491.90,9491.90 +1179706120,LifeLeash,DIY,Crafts,USD,2014-11-10,100.00,2014-09-11 17:00:18,417.00,successful,5,US,417.00,417.00,100.00 +1179727733,North Florida Mobile Poultry Processing Unit,Farms,Food,USD,2015-05-16,7500.00,2015-04-21 00:54:13,150.00,failed,2,US,150.00,150.00,7500.00 +1179735474,Balkun Brothers Record 1st Studio EP To Revive Blues Rock!,Rock,Music,USD,2013-09-30,4000.00,2013-08-06 15:35:12,4101.00,successful,34,US,4101.00,4101.00,4000.00 +1179742840,Haunted History Museum,Theater,Theater,USD,2012-07-12,3000000.00,2012-06-12 23:17:38,0.00,failed,0,US,0.00,0.00,3000000.00 +1179753399,GESTA Magazine,Photobooks,Photography,USD,2016-11-11,2000.00,2016-11-01 18:28:36,195.00,failed,5,US,195.00,195.00,2000.00 +1179755350,The Clockwork Oranges: New York 1899,Comic Books,Comics,GBP,2015-10-21,4000.00,2015-09-21 10:29:37,146.00,failed,15,GB,226.76,224.90,6161.62 +"1179757619,""Fun Indoor Games - Tiny Indoor Disc Golf , Bouncy Ball Golf!"",Tabletop Games,Games,USD,2015-05-19,1000.00,2015-03-20 16:39:16,336.00,failed,7,US,336.00,336.00,1000.00" +1179762525,Chase the Harvest: An Expedition to the Heart of Olive Oil,Cookbooks,Food,USD,2014-10-19,17000.00,2014-09-19 16:44:30,17415.00,successful,44,US,17415.00,17415.00,17000.00 +"1179765780,""BbRadio: Most Compact, Light Weight, PTT Walkie Talkie"",Technology,Technology,USD,2017-04-27,50000.00,2017-03-28 19:06:04,141.00,failed,2,US,140.00,141.00,50000.00" +1179774026,Hard Rock: The true story of the first Rock Band (Canceled),Comic Books,Comics,CAD,2014-11-26,4500.00,2014-10-27 11:43:33,20.00,canceled,1,CA,17.80,17.55,3948.41 +1179774198,Jeannette Porrazzo's DEBUT ALBUM,Music,Music,USD,2013-09-20,9000.00,2013-08-21 21:21:54,15.00,failed,1,US,15.00,15.00,9000.00 +117977443,The No. 850® Cocktail by CHASTE®,Drinks,Food,USD,2014-09-19,10000.00,2014-08-20 22:41:32,4570.00,failed,14,US,4570.00,4570.00,10000.00 +117977621,Song of the Ultra: Sacred Footsteps,Poetry,Publishing,USD,2014-03-03,2500.00,2014-02-01 20:17:08,355.00,failed,10,US,355.00,355.00,2500.00 +117978412,Pacific Crest Trail Sketches,Illustration,Art,USD,2015-02-09,196.00,2015-02-07 19:15:35,0.00,failed,0,US,0.00,0.00,196.00 +1179788044,Suns' first full-length album - When We Were Us,Indie Rock,Music,USD,2011-11-13,5000.00,2011-10-14 03:35:52,6174.44,successful,70,US,6174.44,6174.44,5000.00 +1179790243,HUMILITY: PURITY OF MY SOUL,Jazz,Music,USD,2013-04-05,5000.00,2013-03-06 01:26:42,5920.00,successful,92,US,5920.00,5920.00,5000.00 +117979784,Hope vs. Survival: The California State University System...through 100 Voices.,Theater,Theater,USD,2010-05-08,6000.00,2010-03-07 05:51:37,1065.00,failed,15,US,1065.00,1065.00,6000.00 +1179806530,When I Grow Up,Photography,Photography,USD,2011-09-05,8000.00,2011-07-22 21:43:52,2280.00,failed,18,US,2280.00,2280.00,8000.00 +117980919,Urban Tweeters,Product Design,Design,AUD,2014-10-17,15000.00,2014-09-17 07:43:50,3829.00,failed,64,AU,3462.74,3363.79,13177.55 +1179810720,SCRIOS: A Tabletop 3D Space Combat Role Playing Game,Tabletop Games,Games,USD,2013-09-25,500.00,2013-07-27 00:27:21,500.84,successful,10,US,500.84,500.84,500.00 +1179815865,Morning Commute - a short action movie,Action,Film & Video,USD,2017-12-16,100.00,2017-12-11 00:52:37,360.00,successful,9,US,150.00,360.00,100.00 +1179817196,Help THE ENTRANCE BAND finish our new record!!!,Music,Music,USD,2012-01-03,10000.00,2011-11-04 05:29:37,13744.76,successful,221,US,13744.76,13744.76,10000.00 +117982091,The Greatest Open Source Journalism Site in HISTORY!!,Publishing,Publishing,USD,2011-07-21,2500.00,2011-06-06 21:38:19,102.00,failed,2,US,102.00,102.00,2500.00 +1179821286,Extroveert Website,Web,Technology,CAD,2014-07-12,15800.00,2014-05-19 23:10:14,901.00,failed,3,CA,829.50,838.53,14704.51 +"1179823311,""Upfall shower: The 1 liter shower, saving 90% water"",Technology,Technology,EUR,2015-01-01,50000.00,2014-11-19 10:38:30,176.00,failed,4,NL,219.56,211.96,60214.85" +117983593,Missi Johnson - The Singing Trucker Lady,Country & Folk,Music,USD,2017-03-09,1000.00,2017-01-08 22:45:35,0.00,canceled,0,US,0.00,0.00,1000.00 +1179845899,Paint Party 2013 - Art for Everyone!,Painting,Art,USD,2013-07-10,3800.00,2013-06-19 04:17:17,175.00,failed,3,US,175.00,175.00,3800.00 +"1179847538,""The Velvet Army PRINTS """"Velvet Rock"""""",Music,Music,USD,2015-03-17,1400.00,2015-03-03 07:17:00,1512.00,undefined,0,""N,0"""""",,1512.00,1400.00" +1179849176,Payá Pacá— Authentic Hot Chocolate,Food,Food,USD,2012-02-05,150000.00,2011-12-21 23:19:10,1166.00,failed,24,US,1166.00,1166.00,150000.00 +"1179849929,""""""The Grand Illusion"""""",Documentary,Film & Video,USD,2016-01-21,35000.00,2015-12-22 18:13:46,750.00,failed,7,US,750.00,750.00,35000.00" +1179850512,CAVERNS & CRYSTALS: Rule the Rock! (Return),Tabletop Games,Games,GBP,2016-07-28,10000.00,2016-06-28 17:26:32,2789.00,failed,123,GB,2558.24,3672.30,13167.08 +1179859135,Life of Pi,Graphic Design,Design,GBP,2013-10-18,2000.00,2013-09-18 23:09:50,894.00,failed,39,GB,1421.06,1447.49,3238.24 +1179859440,DUELING HOUNDS- a Graphic Novel about redemption (Canceled),Comics,Comics,USD,2013-11-07,7000.00,2013-10-07 21:02:02,101.00,canceled,3,US,101.00,101.00,7000.00 +1179863062,The Eternal Individual - A Short Film,Shorts,Film & Video,USD,2011-07-05,7000.00,2011-06-05 18:36:22,7125.00,successful,51,US,7125.00,7125.00,7000.00 +1179868022,Progress: Evolution of Technology,Tabletop Games,Games,USD,2014-06-24,19000.00,2014-06-03 15:55:05,95031.10,successful,1980,US,95031.10,95031.10,19000.00 +1179870371,The Apartment - Mini series,Webseries,Film & Video,USD,2015-06-21,3800.00,2015-05-22 10:17:19,1240.00,failed,12,US,1240.00,1240.00,3800.00 +1179870437,Road to Super20 2014: Jayro Duarte,Shorts,Film & Video,USD,2014-05-31,2500.00,2014-05-01 01:31:37,50.00,failed,1,US,50.00,50.00,2500.00 +1179870477,Running for Life,Documentary,Film & Video,USD,2012-03-20,15000.00,2012-01-20 17:06:21,20.00,failed,2,US,20.00,20.00,15000.00 +1179880680,Tasty Tid Bit's,Food,Food,USD,2013-10-31,7500.00,2013-09-26 17:16:43,2158.00,failed,28,US,2158.00,2158.00,7500.00 +1179887343,Fellwater RPG,Tabletop Games,Games,CAD,2013-12-04,10250.00,2013-11-02 14:24:32,1653.00,failed,30,CA,1583.14,1552.26,9625.32 +1179889554,Luxury Sugar Art Decoration and Candies,Product Design,Design,GBP,2014-01-17,59000.00,2013-11-18 17:34:12,0.00,failed,0,GB,0.00,0.00,97004.37 +117989716,BBQ Sauce!,Bacon,Food,USD,2014-08-09,1000.00,2014-07-10 09:46:32,51.00,failed,6,US,51.00,51.00,1000.00 +1179907250,Kujamma,Games,Games,CAD,2015-05-07,25000.00,2015-04-07 15:07:51,765.00,failed,17,CA,613.05,632.07,20656.04 +1179912504,Sandy Petersen's Cthulhu Mythos for Pathfinder,Tabletop Games,Games,USD,2016-04-06,10000.00,2016-03-07 19:27:18,203503.00,successful,2328,US,203503.00,203503.00,10000.00 +1179912877,3D Printing Toys and Video Game Props,Printing,Crafts,USD,2015-09-20,12000.00,2015-07-22 18:01:54,25.00,failed,2,US,25.00,25.00,12000.00 +1179914544,A Different Kind of Solo Bass Music,Rock,Music,USD,2012-12-06,5000.00,2012-11-06 01:52:50,51.00,failed,6,US,51.00,51.00,5000.00 +1179915470,Help keep gaybook.co online! (Canceled),Web,Technology,GBP,2015-04-28,100.00,2015-03-27 20:21:23,13.00,canceled,1,GB,19.35,20.06,154.33 +1179917495,Help Us Put Wheels on the Shebeen,Food Trucks,Food,USD,2015-10-10,4500.00,2015-09-11 17:53:34,1020.00,failed,15,US,1020.00,1020.00,4500.00 +1179930071,The Last Exodus,Comic Books,Comics,USD,2014-06-21,11000.00,2014-05-12 17:55:59,1291.00,failed,27,US,1291.00,1291.00,11000.00 +"1179930874,""Makon Bakon, Bacon Lovin with a Twist"",Bacon,Food,USD,2014-06-06,10000.00,2014-04-08 00:26:18,30.00,failed,2,US,30.00,30.00,10000.00" +1179933371,Conspiracy behind 2 Murders- Biggie and Tupac,Documentary,Film & Video,USD,2014-05-02,50000.00,2014-04-02 23:55:03,0.00,failed,0,US,0.00,0.00,50000.00 +1179934875,Beautifully Hand Crafted Mesh Wreaths,DIY,Crafts,USD,2014-09-10,10000.00,2014-08-11 23:33:36,0.00,failed,0,US,0.00,0.00,10000.00 +1179938879,Hands on science kits - help us get started!,Technology,Technology,USD,2016-12-26,5500.00,2016-10-28 18:35:21,19.00,failed,2,US,0.00,19.00,5500.00 +1179943556,Personal Demons - Feature Film,Narrative Film,Film & Video,USD,2013-07-13,100000.00,2013-05-14 18:53:46,69499.51,failed,238,US,69499.51,69499.51,100000.00 +1179944445,Columbia Pike Minnow Bounty Fisherman,Nonfiction,Publishing,USD,2014-07-21,970.00,2014-07-11 23:28:14,50.00,failed,1,US,50.00,50.00,970.00 +1179957652,Child Number Four # 1,Comic Books,Comics,USD,2016-03-07,1000.00,2016-02-06 00:27:11,1296.00,successful,36,US,1296.00,1296.00,1000.00 +1179964616,THE BUS: Off Broadway & Westboro Baptist Church,Theater,Theater,USD,2011-08-01,50000.00,2011-06-09 03:06:21,50492.06,successful,396,US,50492.06,50492.06,50000.00 +1179976625,What's Up Daddeo? Kid Book Details Dad's Daily Work Battles,Children's Books,Publishing,USD,2013-02-08,1600.00,2013-01-09 02:03:42,1675.00,successful,23,US,1675.00,1675.00,1600.00 +"1179983554,""“Boy P'n in Toilet” © 2012 Allen Tebeau, Table-Top Fountain"",Product Design,Design,USD,2013-05-04,16500.00,2013-03-05 02:40:38,177.00,failed,3,US,177.00,177.00,16500.00" +1179993523,On The Sun Makes a Record,R&B,Music,USD,2014-07-28,15000.00,2014-06-28 18:04:52,16645.00,successful,235,US,16645.00,16645.00,15000.00 +1180003621,Loose Cannon Chili Consortium V.2,Events,Food,USD,2015-07-31,1000.00,2015-06-02 03:25:36,270.00,failed,2,US,270.00,270.00,1000.00 +1180011087,Build the room of ROOM 17B,Theater,Theater,USD,2010-11-10,2500.00,2010-10-11 14:43:42,3035.00,successful,22,US,3035.00,3035.00,2500.00 +1180014241,Gaming Accessories for Table Top games.,Tabletop Games,Games,USD,2014-10-19,5500.00,2014-09-19 18:38:23,60.00,failed,3,US,60.00,60.00,5500.00 +118001591,REDNECK NINJAS: INTRO ADJUSTMENTS,Animation,Film & Video,USD,2012-09-08,2500.00,2012-07-25 21:16:06,2621.00,successful,52,US,2621.00,2621.00,2500.00 +"1180022127,""TRUE BLOOD, FAULT IN OUR STARS- Sam Trammell --THE AFTERMATH"",Narrative Film,Film & Video,USD,2014-06-02,50000.00,2014-04-22 21:03:09,54811.00,successful,138,US,54811.00,54811.00,50000.00" +1180023667,Fitness and exercise equipment health crossfit Mighty Man,Product Design,Design,USD,2015-04-11,10000.00,2015-03-13 22:30:14,1111.00,failed,25,US,1111.00,1111.00,10000.00 +1180027393,The Kydex Keyper,Crafts,Crafts,USD,2015-07-01,2000.00,2015-06-01 15:52:12,60.00,failed,5,US,60.00,60.00,2000.00 +"1180033774,Singer songwritter,Music,Music,SEK,2015-02-05,15000.00,2015-01-06 15:41:07,10.00,undefined,0,""N,0"""""",,1.21,1815.74" +1180035963,Keappor:Unique slim Multi tool minimal leather key organizer,Product Design,Design,AUD,2015-08-12,2000.00,2015-07-08 17:44:32,7126.00,successful,147,AU,5332.14,5264.09,1477.43 +118004581,Tea for Three and Film Festivals,Animation,Film & Video,USD,2013-02-07,600.00,2013-01-18 23:32:28,616.88,successful,9,US,616.88,616.88,600.00 +1180051259,Critter monster online pet community,Apps,Technology,USD,2014-08-13,10000.00,2014-07-14 18:13:17,0.00,failed,0,US,0.00,0.00,10000.00 +1180057020,WOOD - BoxedIn Goes on Tour!,Theater,Theater,GBP,2017-04-19,1962.00,2017-04-05 12:15:17,1985.55,successful,59,GB,112.40,2537.18,2507.09 +1180059488,Utterance Literary Journal,Nonfiction,Publishing,USD,2017-12-23,5000.00,2017-11-23 23:22:51,0.00,failed,0,US,0.00,0.00,5000.00 +1180064534,Reva Bags - Always Stay Charged,Product Design,Design,USD,2011-07-10,15000.00,2011-05-31 06:33:27,1919.00,failed,22,US,1919.00,1919.00,15000.00 +1180070201,Sherri needs an easel - support and you get art!,Painting,Art,CAD,2015-06-26,3500.00,2015-05-12 19:23:44,1195.00,failed,18,CA,987.15,966.44,2830.57 +1180070214,H2O-Pal - the Perfect Solution to Monitor Your Water Intake,Product Design,Design,USD,2013-11-21,95000.00,2013-10-22 11:17:45,7131.00,canceled,101,US,7131.00,7131.00,95000.00 +1180072694,PushCups: A Better Way to Knuckle Up!,Product Design,Design,USD,2017-06-13,26500.00,2017-04-29 18:34:40,410.00,canceled,11,US,410.00,410.00,26500.00 +1180072713,Lucky Strike - A Short Film,Shorts,Film & Video,USD,2014-11-01,3000.00,2014-10-01 20:47:38,4031.00,successful,49,US,4031.00,4031.00,3000.00 +1180076818,Sun Airway Heraldic Black Cherry Vinyl LP Pre-Order,Indie Rock,Music,USD,2017-02-27,3750.00,2017-01-12 16:17:34,899.00,canceled,23,US,335.00,899.00,3750.00 +1180082752,Wyatt Earp's Laws of the Old West book production & printing,Nonfiction,Publishing,USD,2013-05-12,15000.00,2013-04-27 01:49:58,0.00,failed,0,US,0.00,0.00,15000.00 +1180086020,Betty Wall: Girls Don’t Fly - a documentary,Documentary,Film & Video,USD,2011-07-25,18260.00,2011-06-25 10:47:41,830.00,failed,6,US,830.00,830.00,18260.00 +1180102733,BUZZLEWORDS-The Spelling Bee Game,Tabletop Games,Games,USD,2012-08-20,100000.00,2012-07-11 13:28:59,232.00,failed,8,US,232.00,232.00,100000.00 +1180106899,Gamesdale - the Next Gen Emulator Frontend,Video Games,Games,USD,2015-07-20,50000.00,2015-06-20 03:06:42,60.00,failed,4,US,60.00,60.00,50000.00 +1180107458,Rider of the Black Sun: A Fantasy Gamebook,Fiction,Publishing,EUR,2017-11-05,6000.00,2017-10-08 19:10:42,41228.00,successful,956,DE,3573.84,48047.36,6992.44 +1180112226,2015/2016 Cyclocross Album,Art Books,Publishing,GBP,2016-02-06,17500.00,2016-01-07 22:07:34,19229.00,successful,379,GB,28190.84,27890.35,25382.55 +"1180114305,""Our Man In Iquitos: Independent Radio, Politics and Chicha in the Amazon"",Documentary,Film & Video,USD,2010-10-23,10000.00,2010-09-23 21:24:41,13344.51,successful,104,US,13344.51,13344.51,10000.00" +"1180114740,""Fallen Firefighter, EMS & Police Heroes"",Ready-to-wear,Fashion,USD,2014-05-24,3500.00,2014-04-24 23:16:15,25.00,failed,1,US,25.00,25.00,3500.00" +"1180120639,""Her Lost Year - A Book About Psychiatry, Recovery, and Hope"",Nonfiction,Publishing,USD,2014-12-12,3000.00,2014-11-12 01:43:13,4054.00,successful,93,US,4054.00,4054.00,3000.00" +1180126413,Hip-Hop Orchestra Wants to Rock Carnegie Hall!!!,Classical Music,Music,USD,2011-08-30,20000.00,2011-06-16 19:49:13,56.00,failed,2,US,56.00,56.00,20000.00 +1180126429,YEARBOOK COMMITTEE | Album the second,Indie Rock,Music,USD,2012-02-09,1000.00,2012-01-10 22:16:48,2500.00,successful,59,US,2500.00,2500.00,1000.00 +118012910,Troilus and Cressida @ the National Constitution Center,Theater,Theater,USD,2010-03-23,200.00,2010-02-20 18:50:45,0.00,failed,0,US,0.00,0.00,200.00 +1180148763,Purchase of a farm to grow Lavender and keep Bees,Crafts,Crafts,AUD,2015-02-28,650000.00,2014-12-30 14:45:19,10.00,failed,2,AU,8.13,7.84,509364.47 +1180149329,Sixty-Five Roses Music Video,Rock,Music,USD,2013-07-07,20000.00,2013-06-07 20:57:41,30749.00,successful,210,US,30749.00,30749.00,20000.00 +118015209,Twisted Texas Hold'em,Playing Cards,Games,USD,2015-03-22,9000.00,2015-02-20 02:05:11,126.00,failed,9,US,126.00,126.00,9000.00 +1180156007,JoeDickBobby - THE voice of the oilfields,Fashion,Fashion,USD,2014-05-19,50000.00,2014-04-19 05:06:49,0.00,failed,0,US,0.00,0.00,50000.00 +"1180158438,Rapstar Heroes; A Hip-Hop Infused Videogame,Video Games,Games,USD,2010-04-01,1620.00,2010-02-28 07:15:57,2107.00,successful,25,US,2107.00,2107.00,1620.00" +1180159285,The ONE GOAL Documentary Project: World Cup 2010,Documentary,Film & Video,USD,2010-07-30,4000.00,2010-06-11 13:35:59,5432.14,successful,95,US,5432.14,5432.14,4000.00 +1180172393,Building the Video Game Arena,Video Games,Games,USD,2014-08-20,250000.00,2014-07-21 23:48:05,56.00,failed,4,US,56.00,56.00,250000.00 +1180196957,AMERICAN EXOTIC - with Tim Harrison,Webseries,Film & Video,USD,2014-04-27,70000.00,2014-03-23 14:55:08,46097.83,failed,230,US,46097.83,46097.83,70000.00 +1180211359,Delusion Alcohol abuse awareness,Music Videos,Film & Video,USD,2015-12-02,2000.00,2015-11-02 16:27:20,0.00,failed,0,US,0.00,0.00,2000.00 +1180218189,The Buskers of NYC Photo Book (Canceled),Photography,Photography,USD,2010-12-20,5000.00,2010-10-21 01:41:02,350.00,canceled,7,US,350.00,350.00,5000.00 +1180219709,Uscout Athletics: The New Instagram for Athletes,Apps,Technology,USD,2015-06-07,2000.00,2015-05-08 16:48:11,417.00,failed,3,US,417.00,417.00,2000.00 +1180226255,Nothing,Art,Art,USD,2015-09-01,100000.00,2015-07-03 11:17:00,3.00,failed,3,US,3.00,3.00,100000.00 +"1180228749,""Muriel Day, Eurovision Sweetheart, Pride of Ireland Legacy"",Country & Folk,Music,USD,2014-06-08,15000.00,2014-05-09 16:08:03,20.00,failed,2,US,20.00,20.00,15000.00" +1180230183,Giving a future,Theater,Theater,USD,2017-07-24,2000.00,2017-07-18 05:12:22,0.00,canceled,0,US,0.00,0.00,2000.00 +"1180235828,Bring Back the Music: Restore the Piano Heard by Abe Lincoln,Music,Music,USD,2016-01-16,7500.00,2015-11-17 16:56:53,7853.00,undefined,0,""N,0"""""",,7853.00,7500.00" +1180242680,Rescue This One,Narrative Film,Film & Video,USD,2012-03-04,790.00,2012-02-16 17:41:53,827.00,successful,27,US,827.00,827.00,790.00 +1180259224,Help me finish my Cake Shop,Art,Art,USD,2015-01-22,1000.00,2014-12-23 02:13:31,66.00,failed,2,US,66.00,66.00,1000.00 +"1180269706,""""""Vaduz"""" is close to finishing their """"Better Days"""" CD!"",Rock,Music,USD,2012-07-07,2500.00,2012-05-29 04:24:38,3137.00,successful,57,US,3137.00,3137.00,2500.00" +1180274336,Salted Art,Young Adult,Publishing,USD,2016-05-02,15000.00,2016-03-28 14:40:52,761.00,failed,17,US,761.00,761.00,15000.00 +118027492,Five Hells for a Thief,Horror,Film & Video,GBP,2016-10-12,40000.00,2016-09-12 22:13:14,2054.00,canceled,35,GB,1046.93,2513.40,48946.43 +1180280778,Austin Weird,Narrative Film,Film & Video,USD,2017-12-29,7500.00,2017-11-29 22:48:46,8136.00,successful,73,US,365.00,8136.00,7500.00 +1180285631,Meet My Friends,Apps,Technology,USD,2017-03-27,5000.00,2017-01-26 14:47:54,125.00,canceled,3,US,125.00,125.00,5000.00 +1180306264,Nicki Bove's Debut EP,Music,Music,USD,2011-07-02,6000.00,2011-05-13 02:50:47,6225.00,successful,62,US,6225.00,6225.00,6000.00 +1180306950,XY Multi Platform,Fabrication Tools,Technology,GBP,2017-07-22,10000.00,2017-06-22 23:20:39,1635.00,failed,6,GB,946.18,2141.03,13095.00 +1180309487,Voluntariado en Lesbos,Music,Music,EUR,2017-01-10,480.00,2016-11-29 23:24:53,550.00,successful,28,ES,0.00,586.35,511.73 +"1180310966,""Cupcakes for the people, by the people. (The story of the mobile cupcakery continues)"",Food,Food,USD,2010-08-20,8500.00,2010-06-25 21:42:03,8743.00,successful,92,US,8743.00,8743.00,8500.00" +1180312759,Into a Cave with Kiki and Camille on a Rocking Odyssey,Children's Books,Publishing,USD,2015-12-31,3500.00,2015-12-03 15:42:09,1190.00,failed,20,US,1190.00,1190.00,3500.00 +1180318424,Tempa Grill,Product Design,Design,USD,2014-09-20,1500.00,2014-08-06 15:53:15,286.00,failed,20,US,286.00,286.00,1500.00 +1180320762,Kingdoms In Chaos / MMORPG,Video Games,Games,CAD,2015-03-30,10000.00,2015-02-28 23:38:16,10.00,failed,1,CA,8.01,7.91,7908.89 +1180331288,Hidden Driveway,Shorts,Film & Video,USD,2010-11-28,4600.00,2010-09-29 16:19:54,4755.00,successful,65,US,4755.00,4755.00,4600.00 +1180334102,Sherlock Holmes - A Scandal In Bohemia Graphic Novel,Graphic Novels,Comics,GBP,2014-07-28,500.00,2014-06-28 11:26:28,2509.00,successful,147,GB,4274.04,4221.56,841.28 +1180335491,Filtered Life Network - Faith-Based Content,Webseries,Film & Video,USD,2017-07-08,4500.00,2017-06-10 22:39:23,1325.00,failed,4,US,0.00,1325.00,4500.00 +1180337377,Round Trip Ticket to Hell and Back (Canceled),Nonfiction,Publishing,USD,2015-03-12,5000.00,2015-02-10 17:06:14,0.00,canceled,0,US,0.00,0.00,5000.00 +1180342997,Jack Spicer's Billy The Kid,Theater,Theater,USD,2014-07-25,3500.00,2014-06-22 20:28:51,4013.00,successful,75,US,4013.00,4013.00,3500.00 +118034339,The Alphamals,Children's Books,Publishing,USD,2012-03-18,5000.00,2012-02-07 16:35:43,5210.00,successful,83,US,5210.00,5210.00,5000.00 +1180354126,Help Fund Joe Marson's New Record!,Rock,Music,USD,2015-12-09,10000.00,2015-11-09 18:13:16,10670.00,successful,142,US,10670.00,10670.00,10000.00 +1180354290,CASTELLANO TACOS,Restaurants,Food,USD,2015-06-05,12000.00,2015-05-29 20:16:13,0.00,failed,0,US,0.00,0.00,12000.00 +118037426,CareerPaths Software,Software,Technology,USD,2015-04-26,150000.00,2015-03-27 17:39:39,1.00,failed,1,US,1.00,1.00,150000.00 +1180379580,Report Assist. The take along clipboard for your car.,Crafts,Crafts,USD,2015-03-23,15000.00,2015-02-21 05:42:16,0.00,failed,0,US,0.00,0.00,15000.00 +1180392071,Compound Secondhand Surf & Espresso,Spaces,Food,AUD,2014-09-18,1500.00,2014-08-19 09:21:45,3723.00,successful,29,AU,3468.89,3341.11,1346.14 +1180396645,WeMojis (Emojis of Color & Popular Culture),Technology,Technology,USD,2016-04-03,20000.00,2016-03-04 02:21:51,5.00,failed,1,US,5.00,5.00,20000.00 +1180399474,EL OTRO LADO (THE OTHER SIDE),Shorts,Film & Video,USD,2014-11-05,7500.00,2014-10-06 22:51:26,7675.00,successful,73,US,7675.00,7675.00,7500.00 +1180400089,CABARO Swiss Automatic Watch - How Time Is Being Worn Today,Product Design,Design,AUD,2017-01-11,59900.00,2016-12-06 15:52:54,103532.00,successful,324,AU,13776.98,77592.75,44892.45 +1180400685,CrystalTome | Creative Collaboration Platform,Mixed Media,Art,USD,2016-05-26,10000.00,2016-04-26 18:36:43,0.00,failed,0,US,0.00,0.00,10000.00 +1180403529,MADMAN FROM ATHGARVAN THE TRUTH HURTS,Film & Video,Film & Video,USD,2012-09-03,40000.00,2012-07-14 23:03:49,0.00,failed,0,US,0.00,0.00,40000.00 +1180404111,Hoboe's Debut CD! Bring rock oboe to the modern world.,Rock,Music,USD,2011-02-07,2100.00,2010-11-09 23:47:59,2224.00,successful,50,US,2224.00,2224.00,2100.00 +1180418169,YOUR FAVORITE PICTURE ON THIS SHIRT #myshirtpic (Canceled),Apparel,Fashion,USD,2014-08-12,35706.00,2014-06-28 01:35:21,75.00,canceled,2,US,75.00,75.00,35706.00 +1180421091,Future Hub Digital Trend Mag 2017/18,Web,Technology,AUD,2016-12-23,90000.00,2016-12-09 02:11:36,20.00,failed,2,AU,0.00,14.34,64543.89 +1180422073,No Regrets,Country & Folk,Music,USD,2014-07-08,8500.00,2014-06-08 14:25:26,10170.00,successful,62,US,10170.00,10170.00,8500.00 +1180422360,TWO GENIUS HUSBANDS at Dixon Place,Experimental,Theater,USD,2015-04-09,1350.00,2015-03-19 05:00:57,1525.00,successful,10,US,1525.00,1525.00,1350.00 +1180439296,Cooks,Tabletop Games,Games,CAD,2017-10-24,40000.00,2017-08-25 20:02:25,230.00,failed,4,CA,79.71,178.41,31026.99 +1180439796,Gallery Yes,Food,Food,USD,2014-11-08,5000.00,2014-10-03 15:13:54,735.00,failed,7,US,735.00,735.00,5000.00 +"1180441328,""Screamin' Cyn Cyn & The Pons' final EP """"GIRLS ARE OK"""""",Indie Rock,Music,USD,2013-04-04,3000.00,2013-03-05 13:53:10,3645.00,successful,81,US,3645.00,3645.00,3000.00" +1180450885,Epistasis album release on The Path Less Traveled Records,Rock,Music,USD,2012-09-07,1000.00,2012-08-03 22:55:15,1042.00,successful,42,US,1042.00,1042.00,1000.00 +1180451868,TruckIt,Apps,Technology,USD,2016-07-16,50000.00,2016-06-16 03:57:54,0.00,failed,0,US,0.00,0.00,50000.00 +1180456246,Video Chike Chabwera - Give Me a Kiss (Fergel Rise Remix),Electronic Music,Music,EUR,2016-03-31,7000.00,2016-03-01 00:22:27,1.00,failed,1,NL,1.09,1.14,8002.38 +1180462005,Oraglide Tongue Cleaner - The Simple Remedy for Bad breath,Accessories,Fashion,USD,2014-07-12,575.00,2014-06-09 21:31:39,81.00,failed,9,US,81.00,81.00,575.00 +1180471576,A Home for Rover Dramawerks - Theater off the beaten path.,Theater,Theater,USD,2014-01-11,18000.00,2013-12-12 01:18:13,25.00,failed,1,US,25.00,25.00,18000.00 +1180472883,Find Your Composer - Fund a new way to network!,Music,Music,USD,2012-01-01,15000.00,2011-12-02 01:19:17,526.00,failed,3,US,526.00,526.00,15000.00 +1180475419,P'EAR - earphones proud,Product Design,Design,CHF,2016-07-31,15000.00,2016-07-01 19:52:33,0.00,failed,0,CH,0.00,0.00,15420.20 +1180490037,Grim Reaper Hippopotamus,Tabletop Games,Games,USD,2016-12-21,5000.00,2016-11-21 23:47:52,491.00,canceled,30,US,96.00,491.00,5000.00 +118049242,Yesterday: Pre-Production Funding,Narrative Film,Film & Video,USD,2017-06-12,8400.00,2017-05-13 01:13:00,120.00,failed,2,US,0.00,120.00,8400.00 +1180499141,The Rusty Brothers Next EP,Country & Folk,Music,USD,2012-10-15,4500.00,2012-09-20 20:50:22,4726.67,successful,46,US,4726.67,4726.67,4500.00 +"118050024,""Modulosi: Old Wood, Photos, Quotes, and Art"",Product Design,Design,USD,2013-09-10,32500.00,2013-08-10 02:56:38,1101.00,failed,13,US,1101.00,1101.00,32500.00" +1180500299,American Ecstasy Exhibition honoring Golden Age of Porn,Photography,Photography,USD,2014-04-02,6000.00,2014-03-05 01:30:47,7487.00,successful,65,US,7487.00,7487.00,6000.00 +1180505470,Headphone Bag for Travellers,Product Design,Design,HKD,2017-06-30,100000.00,2017-05-31 05:11:25,114160.00,successful,69,HK,1257.32,14626.90,12812.63 +1180517875,Hurt Bird Recording Project,Country & Folk,Music,USD,2013-05-10,6700.00,2013-04-15 19:51:34,0.00,failed,0,US,0.00,0.00,6700.00 +"1180527915,""Centennial Dog Park, Vacaville, CA (Canceled)"",Civic Design,Design,USD,2016-07-25,65000.00,2016-05-26 20:27:51,1833.00,canceled,18,US,1833.00,1833.00,65000.00" +1180528262,Manchester Punk band Glue Ear want you to be a part of this,Rock,Music,GBP,2013-08-20,600.00,2013-06-21 14:29:00,102.00,failed,8,GB,157.74,158.56,932.72 +1180542947,Prez Games: Do You Have What it Takes to Win the Presidency?,Video Games,Games,USD,2012-10-01,10000.00,2012-09-11 02:17:02,70.00,failed,2,US,70.00,70.00,10000.00 +1180553271,RAIN: A Film Short,Shorts,Film & Video,USD,2013-05-04,500.00,2013-04-23 18:00:51,540.00,successful,16,US,540.00,540.00,500.00 +1180553835,Justyn's,Music,Music,USD,2016-01-13,50000000.00,2015-12-14 17:30:18,0.00,failed,0,US,0.00,0.00,50000000.00 +1180560425,Easyway: A better iron,Technology,Technology,GBP,2017-10-19,25000.00,2017-09-19 11:00:07,31.00,failed,3,GB,0.00,40.88,32965.87 +1180563694,The Hat,Plays,Theater,USD,2015-11-21,6000.00,2015-10-15 04:06:08,6000.66,successful,64,US,6000.66,6000.66,6000.00 +1180565255,World of Fiction / Graphic Novel / Book one,Comics,Comics,USD,2013-06-30,10000.00,2013-05-31 21:31:37,2130.00,failed,78,US,2130.00,2130.00,10000.00 +1180566003,Wall-Sneaks,Apps,Technology,USD,2015-09-21,150000.00,2015-07-24 04:40:05,0.00,failed,0,US,0.00,0.00,150000.00 +1180572263,Bierbewertungs Internetplattform 'Bierkipedia',Drinks,Food,EUR,2015-07-18,100.00,2015-06-18 22:07:41,5.00,failed,1,DE,5.63,5.47,109.39 +1180579091,Beerworks,Product Design,Design,USD,2017-04-09,3000.00,2017-03-10 19:38:40,4001.00,successful,72,US,2224.00,4001.00,3000.00 +118058074,The Computer Classics Card Game,Playing Cards,Games,EUR,2017-10-03,5555.00,2017-08-25 06:20:20,6386.00,successful,140,DE,356.44,7476.09,6503.24 +11805813,Swingos Celebrity Inn Documentary,Documentary,Film & Video,USD,2015-01-08,10000.00,2014-12-09 01:24:12,11000.00,successful,86,US,11000.00,11000.00,10000.00 +"118058485,""The SqueeGees Release """"Veggie Soup"""""",Kids,Music,USD,2014-10-08,8000.00,2014-09-13 18:55:45,8622.00,successful,153,US,8622.00,8622.00,8000.00" +1180585019,Freak Show Apocalypse II a new film by Matthew Broomfield,Narrative Film,Film & Video,USD,2012-12-25,20000.00,2012-11-06 23:00:32,365.00,failed,6,US,365.00,365.00,20000.00 +1180589326,Saltire Vendetta Mask's (Canceled),Ready-to-wear,Fashion,GBP,2014-10-26,4500.00,2014-09-26 13:44:44,3338.00,canceled,407,GB,5449.23,5330.57,7186.20 +1180591140,Blossom Cafe & Lounge,Restaurants,Food,USD,2015-04-03,500000.00,2015-03-04 18:42:18,110.00,failed,1,US,110.00,110.00,500000.00 +1180595754,Production for new Indie artist. (Canceled),Rock,Music,USD,2014-03-08,10000.00,2014-02-05 22:11:36,25.00,canceled,1,US,25.00,25.00,10000.00 +11805975,Meeting On Beaver Island,Documentary,Film & Video,USD,2012-05-01,2500.00,2012-03-29 16:39:14,781.94,failed,7,US,781.94,781.94,2500.00 +1180599035,THE GOSPELS OF KENYA (Canceled),Theater,Theater,USD,2013-05-20,2550.00,2013-03-21 02:19:25,1330.00,canceled,20,US,1330.00,1330.00,2550.00 +1180599162,For the Love of Fermentation,Food,Food,USD,2014-08-08,2500.00,2014-07-09 16:25:26,450.00,failed,13,US,450.00,450.00,2500.00 +1180603021,Confess And Be Free: This just got Weird..The Album Journey,Pop,Music,USD,2013-11-04,1500.00,2013-10-03 02:28:08,75.00,canceled,2,US,75.00,75.00,1500.00 +1180609411,Text Blocker,Apps,Technology,USD,2016-04-16,30000.00,2016-03-02 21:50:30,201.00,failed,4,US,201.00,201.00,30000.00 +1180616177,A Free Book for Families Who Lost a Child,Nonfiction,Publishing,USD,2016-09-15,3218.00,2016-08-10 02:27:00,3452.00,successful,38,US,750.00,3452.00,3218.00 +"1180618125,""Decorate Your Home - XL 18"""" Sand Dollar Wall Sculpture"",Sculpture,Art,USD,2017-03-06,5000.00,2017-02-06 22:18:00,112.00,canceled,2,US,0.00,112.00,5000.00" +118063580,Bot helper for Azubu,Apps,Technology,EUR,2016-02-03,100.00,2016-01-04 22:14:21,0.00,failed,0,ES,0.00,0.00,112.02 +1180652024,THE POWER OF THE PENNY BOOK into Ebook- HELPING KIDS!,Children's Books,Publishing,USD,2013-11-11,5500.00,2013-10-08 19:05:45,6290.00,successful,140,US,6290.00,6290.00,5500.00 +1180653206,Beatballs,DIY Electronics,Technology,USD,2014-10-08,350000.00,2014-09-03 15:02:40,9352.00,failed,13,US,9352.00,9352.00,350000.00 +1180655099,The Gaming Gang 2013 Convention Coverage Project (Canceled),Tabletop Games,Games,USD,2013-06-16,2500.00,2013-05-22 03:07:57,633.00,canceled,18,US,633.00,633.00,2500.00 +1180660291,The witch from hell Horror,Horror,Film & Video,GBP,2017-06-27,3500.00,2017-06-07 08:31:09,0.00,failed,0,GB,0.00,0.00,4542.33 +1180673171,InterDigs,Web,Technology,GBP,2014-11-17,500.00,2014-10-18 17:00:11,0.00,failed,0,GB,0.00,0.00,784.12 +1180678164,Renaissance Rock Orchestra - Rockstars create new prog rock!,Rock,Music,USD,2015-10-17,9500.00,2015-09-02 21:51:16,9565.00,successful,42,US,9565.00,9565.00,9500.00 +1180681747,Collective Spectra @ Burning Flipside,Digital Art,Art,USD,2011-05-12,2000.00,2011-05-02 04:23:11,2075.55,successful,52,US,2075.55,2075.55,2000.00 +1180686482,Crewlife: Making our Connection,Documentary,Film & Video,USD,2015-05-06,5000.00,2015-03-17 18:22:07,1.00,failed,1,US,1.00,1.00,5000.00 +1180695968,A Rose by Any Other Name.....,Art,Art,USD,2017-08-19,250000.00,2017-06-20 16:33:50,32.00,failed,2,US,0.00,32.00,250000.00 +1180698540,Hippo-ADK: Create your dream gadget with a smart device,Hardware,Technology,USD,2014-08-29,10000.00,2014-07-15 16:12:40,15595.51,successful,194,US,15595.51,15595.51,10000.00 +1180707252,Joan Walsh Anglund: Her Life in Story and Poem,Documentary,Film & Video,USD,2017-10-27,21000.00,2017-09-26 21:24:49,16.00,canceled,1,US,0.00,16.00,21000.00 +118071451,The Fine Print Theatre Company - Inaugural Season,Theater,Theater,USD,2011-09-05,10000.00,2011-08-06 18:03:00,10036.00,successful,145,US,10036.00,10036.00,10000.00 +1180719730,HondaGivesYouWings on YouTube,Film & Video,Film & Video,USD,2015-04-25,1000.00,2015-03-26 18:54:12,5.00,failed,1,US,5.00,5.00,1000.00 +118072337,T-Shirt inspired by Wall Street,Fashion,Fashion,USD,2013-10-22,1800.00,2013-08-23 03:07:42,0.00,failed,0,US,0.00,0.00,1800.00 +1180730289,Help us teach music to 2000 needy children yearly. For FREE!,Music,Music,NZD,2015-05-29,25000.00,2015-04-29 01:22:11,9582.00,failed,30,NZ,7300.53,6823.33,17802.46 +1180730462,Color Art Book of Photoshop Abstract Digital Art,Digital Art,Art,USD,2014-06-28,5000.00,2014-04-29 01:33:53,0.00,failed,0,US,0.00,0.00,5000.00 +1180733069,Martin Our Teacher,Narrative Film,Film & Video,USD,2011-12-20,550000.00,2011-11-05 05:09:05,9425.00,failed,14,US,9425.00,9425.00,550000.00 +118075552,Memory Palace: An Exhibition (Canceled),Mixed Media,Art,GBP,2015-03-29,500.00,2015-02-26 15:42:11,0.00,canceled,0,GB,0.00,0.00,740.16 +1180758491,SPARKED: Exclusive Creator/Collectors' DVD,Shorts,Film & Video,USD,2014-12-09,3800.00,2014-11-11 06:04:51,7604.00,successful,198,US,7604.00,7604.00,3800.00 +1180760376,Vassar Senior Art Exhibition 2014,Art,Art,USD,2014-05-17,900.00,2014-03-28 03:35:41,1132.00,successful,28,US,1132.00,1132.00,900.00 +"1180773641,""Launch """"Best. Selling. Novel. best stuff I know before I go"",Print,Journalism,USD,2015-04-27,12000.00,2015-03-31 02:49:56,2835.00,failed,57,US,2835.00,2835.00,12000.00" +118077444,ASSAULTED,Documentary,Film & Video,USD,2012-10-05,65000.00,2012-09-05 06:41:54,71140.86,successful,925,US,71140.86,71140.86,65000.00 +118077453,Frequency Fridays 2012-2013 Season,Electronic Music,Music,USD,2013-03-02,4000.00,2013-02-05 18:20:30,4015.00,successful,81,US,4015.00,4015.00,4000.00 +1180782579,Innocent Sin,Shorts,Film & Video,USD,2012-07-16,42000.00,2012-05-26 03:51:21,71.00,failed,4,US,71.00,71.00,42000.00 +1180783099,Japan - 'A Foreign Place' - The Biography,Nonfiction,Publishing,GBP,2013-07-21,5000.00,2013-06-11 10:48:07,6106.00,successful,123,GB,9490.87,9403.10,7699.89 +118078666,YEAR OF THE GOAT Volume 1 TPB Graphic Novel,Graphic Novels,Comics,USD,2016-09-27,750.00,2016-08-28 18:57:05,1760.00,successful,59,US,305.00,1760.00,750.00 +1180790061,Varsity Punks,Comedy,Film & Video,USD,2016-04-14,12000.00,2016-03-19 13:05:10,14052.00,successful,123,US,14052.00,14052.00,12000.00 +118080538,Food Truck (Canceled),Food Trucks,Food,USD,2014-08-16,20000.00,2014-07-17 14:46:58,0.00,canceled,0,US,0.00,0.00,20000.00 +1180809613,Larry Karol's New Album - 10 years in the making!,Faith,Music,USD,2014-08-05,8000.00,2014-07-06 05:30:34,8240.00,successful,142,US,8240.00,8240.00,8000.00 +1180815864,Save our heritage,Public Art,Art,EUR,2017-01-21,20000.00,2016-11-22 07:21:12,5012.00,failed,1,IT,0.00,5353.33,21362.04 +1180820855,The Road Back,Comedy,Film & Video,GBP,2015-11-12,100000.00,2015-10-13 22:06:29,3184.00,failed,13,GB,4881.14,4847.23,152237.12 +1180821991,INTERNATIONAL COFFE SHOP,Spaces,Food,USD,2016-10-30,10000.00,2016-09-30 06:32:03,1.00,failed,1,US,0.00,1.00,10000.00 +"1180823771,""COLORSTORE | """"Afire"""" Vinyl/CD/Download"",Indie Rock,Music,USD,2011-07-05,2000.00,2011-06-05 04:34:07,2030.00,successful,57,US,2030.00,2030.00,2000.00" +1180826892,Chronicles of the Nephilim on AudioBook,Fiction,Publishing,USD,2013-05-26,6500.00,2013-04-26 02:37:45,2365.00,failed,31,US,2365.00,2365.00,6500.00 +1180831002,Mass Therapy,Public Art,Art,USD,2015-02-01,1500.00,2014-12-19 06:14:40,31.00,failed,4,US,31.00,31.00,1500.00 +1180837556,Chopin melodies at Weill Recital Hall at CARNEGIE HALL,Classical Music,Music,CAD,2014-04-30,10000.00,2014-03-31 22:19:26,11164.00,successful,120,CA,10093.18,10181.49,9119.93 +1180837677,Tin Man Production presents: Heartless Entertainment,Music,Music,USD,2016-03-13,15000.00,2016-01-13 03:03:30,1.00,failed,1,US,1.00,1.00,15000.00 +1180851103,EZ PRINTS,Technology,Technology,USD,2014-12-09,3000.00,2014-11-18 16:27:55,20.00,failed,1,US,20.00,20.00,3000.00 +1180853841,100% SUCCESS SHIRTS,Fashion,Fashion,USD,2011-03-17,5000.00,2011-03-02 01:42:38,0.00,failed,0,US,0.00,0.00,5000.00 +1180861256,Soul Exposed,Music,Music,USD,2012-11-07,5000.00,2012-10-08 06:03:19,5065.00,successful,20,US,5065.00,5065.00,5000.00 +1180863873,After The Dark: The Castaway King Chronicles,Fiction,Publishing,USD,2017-09-17,27000.00,2017-07-19 03:52:50,0.00,failed,0,US,0.00,0.00,27000.00 +1180869575,Pink Skies,Hip-Hop,Music,USD,2015-03-03,3500.00,2015-02-01 16:04:17,1.00,failed,1,US,1.00,1.00,3500.00 +1180892349,Edenea Apparel,Apparel,Fashion,GBP,2016-11-04,800.00,2016-09-20 02:08:20,834.00,successful,9,GB,26.00,1041.74,999.28 +1180898543,X Country USA,Places,Photography,USD,2017-05-19,500.00,2017-04-19 22:42:03,25.00,failed,1,US,25.00,25.00,500.00 +1180903235,Travel funding for the BAG project.,Photography,Photography,USD,2010-04-01,800.00,2010-01-25 19:38:24,25.00,failed,1,US,25.00,25.00,800.00 +1180906250,Return of the Three King Saguaros,Public Art,Art,USD,2015-10-10,5500.00,2015-09-10 21:41:19,0.00,failed,0,US,0.00,0.00,5500.00 +1180908311,Cobbling is not a dead trade,Crafts,Crafts,USD,2016-11-09,10000.00,2016-10-10 22:49:25,65.00,failed,5,US,38.00,65.00,10000.00 +1180911566,Rana Series - Camera and Day Bags,Product Design,Design,USD,2017-10-24,12500.00,2017-10-03 14:59:11,15887.00,successful,66,US,12109.00,15887.00,12500.00 +1180916332,El viaje del alma,Mixed Media,Art,EUR,2016-10-17,3500.00,2016-09-22 23:47:57,42.00,failed,5,ES,23.42,45.72,3810.10 +"1180917163,""Zintrise Altovise Birmingham, UK International Fashion Week"",Couture,Fashion,USD,2015-08-20,3000.00,2015-07-26 23:36:15,0.00,failed,0,US,0.00,0.00,3000.00" +1180929123,dragon boy,Comic Books,Comics,SEK,2016-01-11,60000.00,2015-12-07 20:07:57,5.00,failed,1,SE,0.59,0.58,7005.58 +"1180930410,""""""Fangs and Fur"""" exhibition in Berlin!"",Sculpture,Art,USD,2010-08-04,875.00,2010-06-24 21:49:57,895.00,successful,22,US,895.00,895.00,875.00" +"1180932175,""Beware, the Snallygaster - a children's chapter book"",Children's Books,Publishing,USD,2011-08-14,1200.00,2011-07-15 00:40:15,1200.00,successful,15,US,1200.00,1200.00,1200.00" +118093300,DREAM KILLERS LP FUND,Hip-Hop,Music,USD,2012-04-19,1000.00,2012-02-19 07:22:13,1326.00,successful,16,US,1326.00,1326.00,1000.00 +1180933268,Unbound: A Reader,Art Books,Publishing,USD,2015-12-06,2280.00,2015-11-15 00:43:37,2791.00,successful,63,US,2791.00,2791.00,2280.00 +1180939477,Onist Food,Vegan,Food,GBP,2015-10-29,65000.00,2015-09-29 09:27:27,5304.00,failed,40,GB,8061.98,8136.22,99708.54 +1180940778,MP3 Audio Seperation,Sound,Technology,USD,2015-05-01,6000.00,2015-03-02 08:08:41,1.00,failed,1,US,1.00,1.00,6000.00 +1180946441,Bare Your Fangs,Tabletop Games,Games,USD,2012-01-30,10500.00,2011-12-04 19:14:11,3122.00,failed,77,US,3122.00,3122.00,10500.00 +1180951874,The Lucien Dante Video and Tour (Canceled),Music,Music,USD,2014-08-09,15000.00,2014-07-10 18:02:35,672.00,canceled,10,US,672.00,672.00,15000.00 +1180951978,STORIES BEYOND POLITICAL BOUNDARIES,Shorts,Film & Video,USD,2016-01-12,8500.00,2015-11-21 23:52:05,745.00,failed,18,US,745.00,745.00,8500.00 +1180952312,The Pursuit of Happiness,Tabletop Games,Games,USD,2016-02-11,15000.00,2016-01-11 16:00:09,110912.00,successful,2191,US,110912.00,110912.00,15000.00 +118095600,Meat Box: an underground horror film subscription box,Horror,Film & Video,USD,2015-04-04,56000.00,2015-02-03 06:07:48,801.00,failed,12,US,801.00,801.00,56000.00 +"1180956040,""Staging my play """"ARMSTRONG'S KID"""" Off-Broadway!"",Theater,Theater,USD,2011-07-12,10000.00,2011-05-13 20:53:16,2436.00,failed,24,US,2436.00,2436.00,10000.00" +1180958909,SNAKE OIL - Elixir.... The Best Party Game in the World!,Tabletop Games,Games,USD,2014-12-07,10000.00,2014-11-07 16:53:11,12943.00,successful,351,US,12943.00,12943.00,10000.00 +118096476,Outdoor Tasting Area for your Local Craft Brewery!,Food,Food,USD,2012-11-07,11400.00,2012-10-08 16:54:47,5186.86,failed,64,US,5186.86,5186.86,11400.00 +1180972765,Drumba Drum,Design,Design,USD,2017-10-22,50000.00,2017-09-22 03:27:48,0.00,failed,0,US,0.00,0.00,50000.00 +1180975882,Portal to Alaska,Web,Journalism,USD,2015-04-26,18690.00,2015-03-27 09:11:28,0.00,failed,0,US,0.00,0.00,18690.00 +1180989837,Jamming to Chill Old Harmonies Eternally,Pop,Music,USD,2014-02-03,100.00,2014-01-24 00:23:13,291.78,successful,26,US,291.78,291.78,100.00 +1180993193,HELP HEAVYWEIGHTS RECORD THEIR NEW ALBUM!,Rock,Music,USD,2014-04-06,2000.00,2014-03-07 14:53:37,2099.00,successful,52,US,2099.00,2099.00,2000.00 +1180999451,FitGirl Clothing,Fashion,Fashion,USD,2014-09-18,15000.00,2014-08-04 19:54:42,5643.00,failed,67,US,5643.00,5643.00,15000.00 +"1181000155,""""""Fujoshi Trapped in a Seme's Perfect Body"""" BL / Yaoi Manga !"",Webcomics,Comics,USD,2017-07-17,2000.00,2017-07-10 21:00:42,4693.00,successful,139,US,1992.00,4693.00,2000.00" +1181001666,Invert or Die,Games,Games,EUR,2016-02-20,500.00,2016-01-11 17:01:26,11.00,failed,2,ES,12.02,12.11,550.30 +"118100227,""REVOLVE: the versatile, portable and affordable camera dolly"",Product Design,Design,USD,2012-05-06,7500.00,2012-03-22 20:20:30,71664.62,successful,476,US,71664.62,71664.62,7500.00" +1181017359,BOOK: VIOLENT COLLEAGUE GOT ACQUITTED,Publishing,Publishing,NOK,2017-02-19,50000.00,2017-01-20 23:30:59,50.00,failed,1,NO,0.00,6.00,6002.98 +1181032082,Princess Lucinda Short film.,Shorts,Film & Video,USD,2012-03-18,10000.00,2012-02-17 01:35:11,384.00,failed,23,US,384.00,384.00,10000.00 +1181037393,Orion Rebellion,Music,Music,USD,2015-07-11,500.00,2015-05-12 03:09:33,501.00,successful,9,US,501.00,501.00,500.00 +"1181038226,""MMORPG, Quest: Remnants of Chaos"",Video Games,Games,USD,2012-07-13,50000.00,2012-06-13 08:21:24,74.37,failed,6,US,74.37,74.37,50000.00" +1181040119,Documentary about Shelter Animals (Canceled),Documentary,Film & Video,USD,2013-12-16,125000.00,2013-11-13 14:01:14,3440.00,canceled,20,US,3440.00,3440.00,125000.00 +1181040693,Play center for Mexican children,Games,Games,EUR,2017-04-06,15000.00,2017-03-03 20:21:54,110.00,failed,2,FR,0.00,116.93,15945.06 +1181052444,Arqball Spin: 3D For Everyone,Product Design,Design,USD,2012-05-18,40000.00,2012-04-18 17:07:41,42748.26,successful,556,US,42748.26,42748.26,40000.00 +1181056785,PoiseCam - Ergonomic iPhone 4 & 4S Camera Grip,Product Design,Design,USD,2012-03-22,25000.00,2012-02-21 09:32:06,5405.00,failed,30,US,5405.00,5405.00,25000.00 +118106468,Evan Miller - Debut EP!,Pop,Music,USD,2014-06-17,1500.00,2014-05-04 22:04:11,545.00,failed,19,US,545.00,545.00,1500.00 +1181066377,BANDITO BABIES - Mexi-pop Teething Toys for Babies,Product Design,Design,NZD,2016-03-29,2500.00,2016-02-26 00:31:21,2775.00,successful,60,NZ,1835.28,1920.55,1730.22 +1181068014,Glenn goes to the USA to watch TV!,Journalism,Journalism,CAD,2014-08-04,1350.00,2014-07-22 01:02:27,0.00,failed,0,CA,0.00,0.00,1236.72 +1181082143,Every Child Matters,Theater,Theater,GBP,2015-12-08,15000.00,2015-11-11 20:52:52,15079.00,successful,105,GB,22789.51,22856.32,22736.57 +1181085957,VALANI Watch - When time means everything,Product Design,Design,EUR,2017-01-27,34000.00,2016-12-16 14:43:45,686.00,failed,5,NL,1065.91,732.72,36315.47 +1181099577,The Network Project (Canceled),Technology,Technology,GBP,2015-05-29,500.00,2015-04-29 17:19:38,120.00,canceled,9,GB,182.74,183.09,762.87 +1181100218,Community Orange Magazine,Periodicals,Publishing,USD,2015-05-03,8000.00,2015-04-01 14:55:16,696.00,failed,4,US,696.00,696.00,8000.00 +1181101973,Create art with The Conservatory,Shorts,Film & Video,USD,2012-08-18,2500.00,2012-07-19 22:15:12,2707.00,successful,36,US,2707.00,2707.00,2500.00 +11811037,TaySlo Productions Games and Design Startup,Software,Technology,USD,2015-04-01,125000.00,2015-02-08 02:47:29,0.00,failed,0,US,0.00,0.00,125000.00 +1181107926,Rain & Leaves - Buttons EP,Indie Rock,Music,USD,2015-08-27,1100.00,2015-07-28 21:55:49,1228.00,successful,22,US,1228.00,1228.00,1100.00 +1181109892,Seven Kingdoms: The Princess Problem,Video Games,Games,USD,2015-09-05,3000.00,2015-08-06 00:01:31,25448.00,successful,672,US,25448.00,25448.00,3000.00 +1181120585,The Family Show,Experimental,Film & Video,CAD,2016-05-05,250000.00,2016-04-05 01:32:40,3856.00,failed,82,CA,2962.71,2994.02,194114.45 +1181122265,Fat Mask – A Party Puzzle Brawler (Canceled),Video Games,Games,CAD,2015-11-05,20000.00,2015-10-06 20:02:32,4792.01,canceled,102,CA,3645.94,3630.04,15150.37 +1181125637,Black Passenger Yellow Cabs:Of Exile & Excess In Japan(Vook),Shorts,Film & Video,USD,2011-04-01,5000.00,2011-01-30 07:59:54,0.00,canceled,0,US,0.00,0.00,5000.00 +1181136863,Project Cross-Canada,Documentary,Film & Video,CAD,2016-12-04,25000.00,2016-10-05 09:50:55,0.00,failed,0,CA,0.00,0.00,18972.45 +118114245,The Magic of Friendship - Directed by Daniel Burke,Comedy,Film & Video,USD,2015-04-07,4500.00,2015-03-09 20:49:26,5627.00,successful,57,US,5627.00,5627.00,4500.00 +1181152403,The Warlords Comic Book Miniseries,Comic Books,Comics,GBP,2017-12-01,1500.00,2017-11-01 19:11:15,1667.00,successful,49,GB,647.06,2248.45,2023.20 +"1181155047,""""""Yoga Tree"""" Goes International: The Yoga Show, LONDON"",Painting,Art,USD,2012-08-09,5000.00,2012-07-10 01:05:21,5129.00,successful,62,US,5129.00,5129.00,5000.00" +1181158360,LARAC Presents Wild Adriatic & Swear and Shake at the Wood,Music,Music,USD,2014-06-01,3000.00,2014-05-03 03:58:41,180.00,failed,6,US,180.00,180.00,3000.00 +"118116160,Peace,Music,Music,USD,2014-10-24,2000.00,2014-10-14 17:35:05,2000.00,undefined,0,""N,0"""""",,2000.00,2000.00" +1181169974,STAY - a short film set across 4 seasons.,Shorts,Film & Video,GBP,2015-03-01,2000.00,2015-01-30 10:11:32,2602.00,successful,85,GB,3940.38,3950.92,3036.84 +"1181174474,""The Good, the Bad, and the Undead"",Fiction,Publishing,USD,2015-08-31,3700.00,2015-07-31 23:02:57,9211.00,successful,180,US,9211.00,9211.00,3700.00" +1181174871,I Will Help You Get Your Book Done Fast and Low Cost,Publishing,Publishing,USD,2016-11-22,295.00,2016-10-23 21:07:33,0.00,suspended,0,US,0.00,0.00,295.00 +1181176003,Send Into the Flames Into the Sky,Fiction,Publishing,USD,2017-04-06,2000.00,2017-03-08 04:56:36,101.00,canceled,8,US,20.00,101.00,2000.00 +1181183011,NEW Alternative Psychedelic Rock Debut EP! Out May/June!,Indie Rock,Music,USD,2015-05-02,1500.00,2015-04-09 05:50:00,0.00,canceled,0,US,0.00,0.00,1500.00 +1181187685,Patented Aquarium Tank House for Small Glass Tanks,Product Design,Design,USD,2017-07-15,6000.00,2017-06-15 18:53:24,55.00,failed,5,US,45.00,55.00,6000.00 +1181189996,Fall,Video Games,Games,USD,2014-06-28,441330.00,2014-05-19 17:31:20,11900.00,failed,16,US,11900.00,11900.00,441330.00 +"1181194019,Sarah Gerritsen & The Shadow Catchers Full Length Album,Music,Music,USD,2014-11-26,7000.00,2014-11-03 07:29:37,8036.00,undefined,0,""N,0"""""",,8036.00,7000.00" +1181195872,Sangreal Board Game (Canceled),Tabletop Games,Games,NZD,2014-08-31,225000.00,2014-07-31 04:57:31,0.00,canceled,0,NZ,0.00,0.00,186598.11 +1181197616,Falling Explorer Pin,Art,Art,GBP,2017-10-31,250.00,2017-10-01 15:43:09,311.00,successful,30,GB,175.51,407.69,327.73 +"1181201016,""One Lonely Visitor - """"Ascension:"""" a jazz-metal epic"",Metal,Music,USD,2015-12-07,50.00,2015-11-17 17:52:02,20.01,failed,3,US,20.01,20.01,50.00" +1181202395,#NewTexas,Hip-Hop,Music,USD,2015-03-21,3000.00,2015-02-19 01:13:35,1.00,failed,1,US,1.00,1.00,3000.00 +1181216257,3Sixty7,Documentary,Film & Video,GBP,2015-12-05,23127.00,2015-11-05 18:04:09,0.00,failed,0,GB,0.00,0.00,35055.25 +1181224647,Risk of Rain,Video Games,Games,USD,2013-05-09,7000.00,2013-04-09 05:30:41,30480.50,successful,1690,US,30480.50,30480.50,7000.00 +1181246483,Communication Through Artifact Creation,Theater,Theater,USD,2014-04-02,700.00,2014-03-03 23:23:17,710.00,successful,21,US,710.00,710.00,700.00 +118124978,THE OTHER GRACE Play Development Project,Theater,Theater,USD,2011-07-25,1200.00,2011-06-29 02:44:12,1528.00,successful,20,US,1528.00,1528.00,1200.00 +1181250911,Dahlia: The Graphic Novel,Comics,Comics,USD,2014-06-01,26500.00,2014-05-01 15:10:43,6096.00,failed,96,US,6096.00,6096.00,26500.00 +1181255662,Help Me Heal The World A Little,Faith,Music,USD,2016-09-18,5000.00,2016-08-15 02:54:02,0.00,failed,0,US,0.00,0.00,5000.00 +118125687,Tanpopo: Hardcover Edition,Comics,Comics,USD,2011-11-03,10000.00,2011-10-03 20:38:46,15096.14,successful,267,US,15096.14,15096.14,10000.00 +1181259969,SUBTLE ANGELS: RYLIE VOL.5-THE FINAL CHAPTER- fine art nudes,Fine Art,Photography,USD,2016-10-17,199.00,2016-10-12 23:52:51,776.00,successful,11,US,40.00,776.00,199.00 +1181260579,Be apart of the infection.,Horror,Film & Video,USD,2014-06-09,5000.00,2014-05-10 03:30:20,10.00,failed,1,US,10.00,10.00,5000.00 +1181261297,KANALOA SWIMWEAR - the foundation collection,Apparel,Fashion,AUD,2015-09-18,15000.00,2015-08-19 01:45:13,430.00,failed,7,AU,317.02,312.57,10903.54 +1181269,ZOMBIE WAFFEN The Series (Canceled),Film & Video,Film & Video,USD,2011-12-16,185000.00,2011-10-22 20:35:58,0.00,canceled,0,US,0.00,0.00,185000.00 +1181280436,Into the Hive of Saarlathesh,Fiction,Publishing,USD,2013-08-31,2000.00,2013-08-01 17:52:01,2320.00,successful,50,US,2320.00,2320.00,2000.00 +118128153,Heaven's Gate Brewery,Drinks,Food,USD,2016-02-18,10000.00,2016-01-19 08:54:29,1146.00,failed,5,US,1146.00,1146.00,10000.00 +1181296779,Say Hello to The World's Best Case for Parents,Product Design,Design,USD,2016-03-04,12500.00,2016-01-27 16:50:53,12537.00,successful,106,US,12537.00,12537.00,12500.00 +1181298894,MONT-DE-CASTEL,Video Games,Games,GBP,2014-04-20,35000.00,2014-03-11 22:47:09,2048.00,failed,24,GB,3426.59,3442.42,58830.45 +"1181299709,Melodic Soul Unplugged EP,Music,Music,USD,2015-08-18,5000.00,2015-06-20 01:49:30,25.00,undefined,0,""N,0"""""",,25.00,5000.00" +1181314419,The Sahara Slug-Out,Documentary,Film & Video,USD,2014-10-09,1100.00,2014-09-09 23:13:33,172.00,failed,7,US,172.00,172.00,1100.00 +1181315842,Synk: The New Way To Stream Movies & TV Shows,Apps,Technology,USD,2015-11-15,20000.00,2015-10-16 17:44:15,107.00,failed,4,US,107.00,107.00,20000.00 +1181318089,Dresean First Album/Mixtape,Hip-Hop,Music,USD,2015-10-28,20000.00,2015-09-28 22:14:50,0.00,failed,0,US,0.00,0.00,20000.00 +1181319128,Ardanus: Elemental Wars - Online Multiplayer Card Game,Video Games,Games,CAD,2015-01-14,30000.00,2014-11-15 21:14:20,91.00,canceled,4,CA,80.01,75.61,24927.30 +1181320128,Two Lavender Dresses--she is a Buddhist and he is an atheist,Fiction,Publishing,USD,2015-02-15,11000.00,2015-01-16 21:34:26,10.00,failed,1,US,10.00,10.00,11000.00 +1181324687,Battle of Muscles,Playing Cards,Games,USD,2016-09-23,2500.00,2016-08-24 05:05:54,2990.00,successful,70,US,133.00,2990.00,2500.00 +1181332259,The Most Versatile Boat in the World,Product Design,Design,USD,2015-12-20,50000.00,2015-11-30 16:18:53,193004.00,successful,96,US,193004.00,193004.00,50000.00 +1181339381,Haiku for Change,Poetry,Publishing,USD,2014-09-06,20000.00,2014-08-06 18:53:42,41.00,failed,3,US,41.00,41.00,20000.00 +1181342601,SAILCARGO INC.,Architecture,Design,CAD,2016-11-01,30000.00,2016-09-22 15:21:35,30821.00,successful,169,CA,153.23,22944.24,22333.06 +"118135137,""Eyecatcher: The Smart, Large-Display, Super-Charged Wearable"",Wearables,Technology,USD,2015-11-19,75000.00,2015-10-05 18:18:23,263265.00,successful,956,US,263265.00,263265.00,75000.00" +1181352562,Maxine Gadd Imaginarium - Fantasy Art Book,Illustration,Art,AUD,2016-06-12,62000.00,2016-05-08 16:58:31,8448.00,failed,54,AU,6223.63,6240.67,45800.40 +1181355401,Loo Shelf - The Bathroom Shelf For Your Phone!,Technology,Technology,USD,2017-07-27,30000.00,2017-06-27 16:15:55,931.00,failed,17,US,260.00,931.00,30000.00 +118135644,BEECH Copenhagen - Childrens Fashion Label,Childrenswear,Fashion,AUD,2015-04-02,17000.00,2015-03-03 22:52:39,1090.00,failed,9,AU,847.03,823.01,12836.00 +1181360783,Sara Lee Who? Help Baby Cakes become a household name.,Food,Food,USD,2015-02-17,35000.00,2015-01-18 16:38:50,37138.00,successful,474,US,37138.00,37138.00,35000.00 +1181361172,The quantum mind/ A new understanding of reality,Nonfiction,Publishing,USD,2011-05-22,12000.00,2011-04-22 17:14:08,20.00,failed,2,US,20.00,20.00,12000.00 +1181367632,GRAND POOBOX - THE KITTY LITTER BOX WITH PURRR-PUSS,Product Design,Design,USD,2016-02-28,120000.00,2016-01-14 06:13:28,4455.00,failed,45,US,4455.00,4455.00,120000.00 +1181370449,Gaze of the Beholder,Documentary,Film & Video,USD,2011-08-13,10000.00,2011-07-14 07:35:29,1700.00,failed,37,US,1700.00,1700.00,10000.00 +1181386663,Help The Ember Days Make A New Worship Album!,Music,Music,USD,2010-05-30,3000.00,2010-03-02 17:47:45,3031.00,successful,36,US,3031.00,3031.00,3000.00 +1181388215,Löwin Lingerie,Accessories,Fashion,EUR,2014-08-20,30000.00,2014-07-21 20:26:11,120.00,failed,1,NL,163.08,159.20,39801.00 +1181400105,Defiance Brewery,Drinks,Food,USD,2015-04-11,65000.00,2015-02-25 21:34:08,5336.00,failed,70,US,5336.00,5336.00,65000.00 +1181406638,The Black Feathers Debut EP - Strangers We Meet,Country & Folk,Music,GBP,2013-11-05,1000.00,2013-10-15 12:01:07,2511.99,successful,104,GB,4013.26,4039.35,1608.03 +1181412317,TieLark: A Handwoven Baby Wrap Startup,Weaving,Crafts,CAD,2014-10-02,1500.00,2014-09-18 23:37:07,2060.00,successful,20,CA,1874.75,1842.08,1341.32 +1181422783,Be a part of Officer Roseland's new rock album !,Rock,Music,USD,2015-09-17,2000.00,2015-08-18 04:05:15,131.00,failed,4,US,131.00,131.00,2000.00 +1181423024,Death Waits In The Dark,Nonfiction,Publishing,USD,2017-12-22,15000.00,2017-11-07 20:56:57,950.00,failed,12,US,825.00,950.00,15000.00 +1181424713,Devil's Bargain Production Pitch,Shorts,Film & Video,USD,2013-08-28,66600.00,2013-07-14 00:06:18,0.00,failed,0,US,0.00,0.00,66600.00 +1181425446,Sasha was here,Drama,Film & Video,USD,2017-07-27,22500.00,2017-06-27 22:51:31,1485.00,canceled,31,US,165.00,1485.00,22500.00 +118143050,GENTLEMAN SLIM WALLET - DESIGN YOUR DAILY LIFE!,Product Design,Design,EUR,2015-12-14,2000.00,2015-10-15 17:34:46,5741.00,successful,189,DE,6539.36,6220.95,2167.20 +1181431364,The Daydreamers' Fading Light summer tour,Pop,Music,USD,2011-06-24,6000.00,2011-05-10 01:07:50,0.00,failed,0,US,0.00,0.00,6000.00 +1181432800,Tall is Beautiful-Introducing Alyssa Vermell Apparel,Apparel,Fashion,USD,2015-05-14,10000.00,2015-04-14 15:00:44,10969.00,successful,85,US,10969.00,10969.00,10000.00 +1181441208,Letters to Lost Loves // LP & Short Stories,Music,Music,USD,2014-05-22,10000.00,2014-04-22 18:57:18,13655.77,successful,174,US,13655.77,13655.77,10000.00 +1181455792,Retro Lindo: all-in-one console,Hardware,Technology,EUR,2015-04-17,10000.00,2015-03-18 18:36:37,12342.00,successful,102,NL,13040.97,13346.60,10813.97 +"1181459443,""broken bow ensemble performs """"murmur"""""",Classical Music,Music,USD,2012-09-28,400.00,2012-09-18 18:00:23,624.33,successful,28,US,624.33,624.33,400.00" +1181465755,The start of Tackle Life,Technology,Technology,AUD,2015-02-19,1500.00,2015-01-20 22:25:01,6.00,failed,2,AU,4.92,4.71,1176.93 +1181469514,Duolingo Onlinesprachkurs Arabisch->Deutsch Bountypot,Academic,Publishing,EUR,2015-10-11,10000.00,2015-09-11 09:38:18,216.00,suspended,13,DE,242.13,245.38,11360.02 +1181472048,White Out - Playable Art for iPhone,Video Games,Games,USD,2012-12-01,500.00,2012-11-16 01:32:19,525.00,successful,16,US,525.00,525.00,500.00 +"1181473572,Man Becomes Machine in ELECTRIC,Film & Video,Film & Video,USD,2014-11-06,2000.00,2014-10-17 05:17:16,328.00,undefined,0,""N,0"""""",,328.00,2000.00" +1181473596,Beyond Rapture: A series based off Dayz,Webseries,Film & Video,USD,2015-04-11,500.00,2015-03-12 11:17:48,0.00,failed,0,US,0.00,0.00,500.00 +1181477138,A Hard Place,Narrative Film,Film & Video,USD,2013-10-18,350000.00,2013-08-19 23:37:22,1203.00,failed,9,US,1203.00,1203.00,350000.00 +118148106,Grilled Cheese Sammich,Art,Art,USD,2014-08-11,10.00,2014-07-12 18:44:21,0.00,failed,0,US,0.00,0.00,10.00 +1181485972,MOTI | Your Smart Companion for Better Habits,Product Design,Design,USD,2016-10-19,50000.00,2016-09-13 04:25:34,110103.00,canceled,1024,US,17047.00,110103.00,50000.00 +1181486974,Tex Murphy - Project Fedora,Video Games,Games,USD,2012-06-16,450000.00,2012-05-15 07:51:48,598104.67,successful,6963,US,598104.67,598104.67,450000.00 +"1181501385,""Blimpus, An Inflatable Character Canvas"",Design,Design,USD,2011-04-01,7500.00,2011-02-28 02:22:47,11331.00,successful,245,US,11331.00,11331.00,7500.00" +1181505215,New Year Festival Of Praise,Faith,Music,GBP,2016-01-07,50000.00,2015-12-09 19:50:42,365.00,failed,5,GB,549.21,531.98,72873.55 +1181510882,The Single Reality - Dating & Matchmaking for Real People,Apps,Technology,USD,2014-08-08,40000.00,2014-07-09 03:09:46,76.00,failed,3,US,76.00,76.00,40000.00 +1181512240,The Best Kickstarter Video Ever,Comedy,Film & Video,USD,2014-08-08,73000000.00,2014-07-09 21:40:31,130.00,failed,5,US,130.00,130.00,73000000.00 +1181518638,POSSUM JENKINS is recording their latest studio album!,Country & Folk,Music,USD,2011-06-02,5500.00,2011-04-18 07:06:10,8000.00,successful,65,US,8000.00,8000.00,5500.00 +"1181527743,""H.P. Lovecraft's """"The Terrible Old Man"""" Short Film"",Horror,Film & Video,USD,2014-08-14,5000.00,2014-07-15 07:07:56,5142.00,successful,79,US,5142.00,5142.00,5000.00" +1181537246,BabyGlowz,Product Design,Design,USD,2014-09-03,5000.00,2014-08-04 21:23:21,0.00,failed,0,US,0.00,0.00,5000.00 +118156054,PROJECT MOVED (to lower funding goal) !!! (Canceled),Art Books,Publishing,USD,2013-02-01,7000.00,2012-12-06 20:58:47,480.00,canceled,7,US,480.00,480.00,7000.00 +1181562568,Homeless Heroes (Canceled),Documentary,Film & Video,USD,2014-09-14,25000.00,2014-07-16 03:18:19,1.00,canceled,1,US,1.00,1.00,25000.00 +1181569586,Failing Sky,Comics,Comics,USD,2013-07-15,7000.00,2013-06-17 07:12:28,8815.11,successful,185,US,8815.11,8815.11,7000.00 +118157381,Devil's Panties Pretty Princess Plushie!,Webcomics,Comics,USD,2014-11-20,15000.00,2014-10-20 22:51:28,18408.00,successful,376,US,18408.00,18408.00,15000.00 +118157520,World to Come -- a feature film,Narrative Film,Film & Video,CAD,2015-08-09,5000.00,2015-07-10 08:11:20,965.00,failed,8,CA,758.52,739.80,3833.18 +1181577597,HELP! POMOC! Hear No Evil (experimental short),Art,Art,USD,2011-01-10,600.00,2010-11-17 16:37:15,603.00,successful,12,US,603.00,603.00,600.00 +1181578513,Gaia is ready to make our new album and needs a little love!,Country & Folk,Music,USD,2014-03-27,15000.00,2014-02-26 00:13:25,5872.00,failed,64,US,5872.00,5872.00,15000.00 +1181581076,DevilBase Music,Music Videos,Film & Video,GBP,2014-07-18,2480.00,2014-05-19 23:21:01,0.00,failed,0,GB,0.00,0.00,4237.51 +1181591211,Aethro Prelude - An interactive MMORPG,Video Games,Games,USD,2011-12-21,6000.00,2011-11-21 14:25:25,50.00,failed,1,US,50.00,50.00,6000.00 +"1181596104,""Nationwide Wireless """"The Hotspot"""""",Drinks,Food,USD,2014-11-16,6000.00,2014-10-17 17:42:00,6255.00,successful,19,US,6255.00,6255.00,6000.00" +1181600119,Aucasi - Affordable real home automation,Technology,Technology,EUR,2016-10-24,164342.00,2016-09-24 09:00:20,17004.00,failed,174,NL,13101.48,18571.83,179494.96 +1181606479,INTERNATIONAL COVEN OF DANGEROUS VIOLINISTRY VOLUME II,Classical Music,Music,USD,2015-01-18,1900.00,2014-12-11 12:25:51,2280.00,successful,42,US,2280.00,2280.00,1900.00 +1181613014,Little Red's BBQ - This Ain't Your Grandma's BBQ!,Small Batch,Food,USD,2014-11-19,5000.00,2014-10-20 17:58:21,2167.00,failed,39,US,2167.00,2167.00,5000.00 +1181646959,die klangkojoten,Apps,Technology,EUR,2016-02-25,5000.00,2016-01-26 18:49:33,1.00,failed,1,DE,1.08,1.10,5502.97 +1181650560,My Summer as a Goth-Finishing Funds #2,Film & Video,Film & Video,USD,2016-09-18,15000.00,2016-08-19 22:12:45,18669.00,successful,160,US,13405.00,18669.00,15000.00 +"1181651702,""SAFE-SAW, Do the work without getting hurt!"",Fabrication Tools,Technology,USD,2015-12-08,10000.00,2015-11-24 01:10:54,0.00,failed,0,US,0.00,0.00,10000.00" +1181654089,Mosaic Lizard Theater's Second Season!,Theater,Theater,USD,2012-02-05,10000.00,2012-01-06 23:38:07,400.00,failed,6,US,400.00,400.00,10000.00 +118166215,Emptiness and Presence: An Exhibition of Photography,Photography,Photography,USD,2012-09-27,7500.00,2012-08-28 03:44:46,7672.00,successful,57,US,7672.00,7672.00,7500.00 +1181663248,Jimmy Real is recording a DEBUT EP!!,Pop,Music,USD,2013-11-29,9000.00,2013-10-25 00:29:48,9470.00,successful,94,US,9470.00,9470.00,9000.00 +1181672095,Gavin Benjamin — The Artist Project New York,Painting,Art,USD,2011-02-24,3800.00,2011-02-10 14:31:27,3840.00,successful,24,US,3840.00,3840.00,3800.00 +118167434,Premium Wood Phone Cases - for iPhone and Samsung,Accessories,Fashion,CAD,2015-08-28,5500.00,2015-07-21 12:04:23,10849.00,successful,315,CA,8354.07,8174.97,4144.37 +1181680680,Sound The ALARM!,Film & Video,Film & Video,USD,2013-12-06,30000.00,2013-11-06 18:17:03,421.00,failed,14,US,421.00,421.00,30000.00 +118168237,The Rebuilding Memories Project,Family,Film & Video,USD,2014-08-30,175000.00,2014-07-31 15:52:48,50.00,failed,2,US,50.00,50.00,175000.00 +1181685199,Revenge of the Blank,Tabletop Games,Games,USD,2017-06-21,1977.00,2017-05-18 11:58:32,979.00,failed,32,US,789.00,979.00,1977.00 +1181690267,My Fishing Spot App,Apps,Technology,AUD,2015-01-11,50000.00,2014-11-12 02:24:14,5.00,failed,1,AU,4.34,4.11,41054.27 +1181694085,MyTyme app,Apps,Technology,USD,2016-08-30,1500.00,2016-07-01 22:35:29,5.00,failed,1,US,0.00,5.00,1500.00 +1181697933,Entertainment Rental Store,Film & Video,Film & Video,USD,2015-02-04,18000.00,2014-12-06 21:47:56,8.00,failed,2,US,8.00,8.00,18000.00 +1181699541,TROVE - The Tabletop Gaming Subscription Box,Tabletop Games,Games,GBP,2016-08-30,1250.00,2016-07-31 08:00:02,553.00,canceled,13,GB,404.80,734.60,1660.49 +1181704027,King of Jazz: Paul Whiteman's Technicolor Revue,Publishing,Publishing,USD,2016-05-23,15000.00,2016-03-28 14:33:46,23323.00,successful,285,US,23323.00,23323.00,15000.00 +"1181713621,""emberghost: Not Long For This Earth, pt. I"",Indie Rock,Music,USD,2012-06-22,9999.00,2012-05-23 06:27:56,12555.00,successful,180,US,12555.00,12555.00,9999.00" +11817283,Heart Center: The Yoga Musical!,Musical,Theater,USD,2016-07-31,350.00,2016-07-16 03:37:53,360.00,successful,17,US,125.00,360.00,350.00 +118173006,Free Shakespeare in the Park in Somerville's Davis Square!,Theater,Theater,USD,2011-04-16,5500.00,2011-02-14 19:11:20,5762.00,successful,135,US,5762.00,5762.00,5500.00 +1181731278,Average Joes Baja 1000... The Underdogs,Documentary,Film & Video,USD,2012-05-14,50000.00,2012-03-15 04:22:13,441.00,failed,6,US,441.00,441.00,50000.00 +1181738010,Exis: Founders,Games,Games,USD,2012-07-06,20000.00,2012-06-06 05:08:57,2556.00,failed,18,US,2556.00,2556.00,20000.00 +1181740565,Magical Music For A Positive Change!!!,Music,Music,USD,2016-04-28,357.00,2016-03-26 20:27:23,1.00,failed,1,US,1.00,1.00,357.00 +1181743754,A List Dynasty: The Turn Up Project,Fashion,Fashion,USD,2013-11-06,5000.00,2013-10-07 23:22:59,85.00,failed,3,US,85.00,85.00,5000.00 +"1181755575,""Wayward America - Exploring, Uncovering, Reviving the USA"",Webseries,Film & Video,USD,2017-12-25,5000.00,2017-11-25 20:08:28,91.00,failed,4,US,36.00,91.00,5000.00" +118175660,Cornelius and Willow,Drama,Film & Video,USD,2015-08-06,3000.00,2015-07-07 00:01:10,1300.00,failed,16,US,1300.00,1300.00,3000.00 +1181762605,King Charles' Coast - Whose beach is it anyway?,Film & Video,Film & Video,USD,2011-04-18,12500.00,2011-03-03 20:20:59,2860.00,failed,30,US,2860.00,2860.00,12500.00 +1181764378,Gallimaufry: A Collection of the Amazing & Peculiar C2E2 '13,Comics,Comics,USD,2013-03-04,1000.00,2013-02-12 22:55:47,331.00,failed,13,US,331.00,331.00,1000.00 +1181765234,The Badger: Waterproof USB Solar Charger,Gadgets,Technology,USD,2015-06-04,20000.00,2015-05-05 17:19:16,119933.00,successful,852,US,119933.00,119933.00,20000.00 +1181766434,My Music Startup (Canceled),Pop,Music,USD,2012-10-21,7000.00,2012-09-11 00:22:58,402.00,canceled,10,US,402.00,402.00,7000.00 +1181770780,Moth Enamel Pin Collection,Mixed Media,Art,USD,2017-08-11,694.00,2017-07-11 22:25:13,2076.00,successful,79,US,383.00,2076.00,694.00 +"1181771577,""David J (Bauhaus) New Album """"Not Long For This World"""""",Music,Music,USD,2011-01-15,5000.00,2010-12-01 17:44:00,7425.00,successful,80,US,7425.00,7425.00,5000.00" +118177176,Father of Lights Album,Faith,Music,USD,2017-03-20,16000.00,2017-01-27 20:13:10,16125.00,successful,73,US,26.00,16125.00,16000.00 +1181774346,I'm a Little Monkey Children's Picture Book,Children's Books,Publishing,GBP,2017-10-27,200.00,2017-09-16 15:18:42,1286.00,successful,65,GB,758.22,1683.80,261.87 +1181786263,Innovation Deluxe,Tabletop Games,Games,USD,2015-10-20,10000.00,2015-09-30 20:00:58,91769.91,successful,1635,US,91769.91,91769.91,10000.00 +1181789116,The Greatest Escape,Animation,Film & Video,USD,2014-07-10,50000.00,2014-05-26 23:59:13,0.00,failed,0,US,0.00,0.00,50000.00 +"1181789571,""""""Win When?"""" The second level from My Parents Favorite Music"",Hip-Hop,Music,USD,2012-07-07,2500.00,2012-05-08 17:54:23,2867.00,successful,49,US,2867.00,2867.00,2500.00" +1181800809,Archigrams: Prints of Modern Architecture Icons that Inspire,Architecture,Design,USD,2014-04-23,3000.00,2014-04-10 20:02:26,11258.00,successful,289,US,11258.00,11258.00,3000.00 +1181801098,TheHustleGameBookII,Nonfiction,Publishing,USD,2014-01-18,3000.00,2013-11-21 20:33:30,11.00,failed,2,US,11.00,11.00,3000.00 +1181807689,PurposeMatch,Software,Technology,USD,2014-11-06,25000.00,2014-10-07 15:00:26,8572.00,failed,58,US,8572.00,8572.00,25000.00 +"1181810886,""""""Once Upon a Masterclass"""""",Theater,Theater,USD,2012-11-29,3300.00,2012-10-09 15:03:21,3730.00,successful,60,US,3730.00,3730.00,3300.00" +1181811601,Kode Orange - New TV Series,Television,Film & Video,USD,2014-07-17,10000.00,2014-06-17 18:50:46,11621.00,successful,52,US,11621.00,11621.00,10000.00 +1181813852,Live Theatrical Production of ANGER BOX,Theater,Theater,USD,2011-04-26,800.00,2011-04-04 18:07:43,0.00,failed,0,US,0.00,0.00,800.00 +1181825100,Help me get my own business up and running,Art,Art,CAD,2015-12-11,10500.00,2015-11-18 23:03:45,0.00,failed,0,CA,0.00,0.00,7684.43 +1181836282,Advanced Digital Cinema - Short Films,Film & Video,Film & Video,NZD,2016-05-18,300.00,2016-04-28 03:58:46,300.00,successful,12,NZ,206.51,203.02,203.02 +1181845679,CMYK (Canceled),Digital Art,Art,USD,2015-01-04,1500.00,2014-11-05 21:33:05,325.00,canceled,5,US,325.00,325.00,1500.00 +1181845884,How To Kill A Cat,Video Games,Games,USD,2015-12-02,10000.00,2015-11-02 04:28:15,49.00,failed,7,US,49.00,49.00,10000.00 +1181855916,YOU MAKE ME FEEL MIGHTY REAL: A SYLVESTER CONCERT OFF BWAY,Theater,Theater,USD,2014-01-16,17000.00,2013-11-18 21:28:55,21060.01,successful,193,US,21060.01,21060.01,17000.00 +118185648,The Red Pines 2012 High School Yearbook,Painting,Art,USD,2011-07-26,3200.00,2011-07-15 08:37:38,4424.53,successful,59,US,4424.53,4424.53,3200.00 +1181858833,Hoot: Columbia University & Morningside Heights Fashion Magazine Fall 2010 Issue,Periodicals,Publishing,USD,2010-09-22,2000.00,2010-08-21 20:44:57,2065.00,successful,52,US,2065.00,2065.00,2000.00 +1181859831,SKATE PHARMACY - HELP US EXPAND OUR RANGE!,Fashion,Fashion,GBP,2014-12-11,5000.00,2014-11-11 16:21:20,0.00,failed,0,GB,0.00,0.00,7854.84 +"1181864328,""""""What is essential is 'visible' to the eye"""" First solo show"",Painting,Art,EUR,2015-07-22,2000.00,2015-06-26 16:48:54,0.00,failed,0,IT,0.00,0.00,2187.80" +"1181876989,""I see your potato salad, and raise you BACON!"",Bacon,Food,USD,2014-08-08,7.00,2014-07-09 14:48:26,146.00,successful,12,US,146.00,146.00,7.00" +1181880019,Cyber Cafe Franchise,Web,Technology,USD,2015-05-13,150000.00,2015-03-14 03:42:40,0.00,failed,0,US,0.00,0.00,150000.00 +1181894729,doodleme t-shirts. Taking t-shirts to amazing.,Fashion,Fashion,USD,2012-10-31,21000.00,2012-10-01 08:13:48,2177.00,failed,28,US,2177.00,2177.00,21000.00 +1181911431,San Diego's Favorite Sauce is Coming Your Way!,Food,Food,USD,2017-10-01,20000.00,2017-08-22 16:42:00,3708.00,failed,31,US,635.00,3708.00,20000.00 +1181913256,Lest We Forget,Comic Books,Comics,CAD,2016-06-11,15000.00,2016-05-12 05:26:39,106.00,failed,3,CA,81.78,82.16,11627.01 +1181920557,sixsixsixeyes.com,Horror,Film & Video,CAD,2014-09-08,4000.00,2014-08-09 02:35:30,0.00,failed,0,CA,0.00,0.00,3616.96 +1181924338,Kitty Cam!,Animals,Photography,USD,2014-10-12,100.00,2014-09-12 22:24:02,10.00,failed,1,US,10.00,10.00,100.00 +1181928053,Virtually Famous - a film about Social Media,Documentary,Film & Video,USD,2012-03-04,12000.00,2012-02-07 20:40:14,3587.00,failed,37,US,3587.00,3587.00,12000.00 +1181941791,100 Meditations,Nonfiction,Publishing,USD,2013-05-31,7777.00,2013-05-01 10:06:02,256.11,failed,11,US,256.11,256.11,7777.00 +1181961722,Milestone,Apps,Technology,AUD,2015-09-20,800000.00,2015-08-21 07:01:56,15.00,failed,1,AU,11.03,10.52,561245.97 +1181964788,Harvey & The Bird need a piano!,Musical,Theater,USD,2017-12-06,1600.00,2017-11-24 17:28:34,1660.00,successful,33,US,690.00,1660.00,1600.00 +1181969993,Middle Ground,Radio & Podcasts,Publishing,USD,2013-11-25,59000.00,2013-10-25 13:49:08,19838.00,failed,359,US,19838.00,19838.00,59000.00 +1181985129,Unleavened - Midwestern Church Meets LGBT,Fiction,Publishing,USD,2014-02-16,5000.00,2014-01-27 22:45:52,30.00,failed,2,US,30.00,30.00,5000.00 +1181992024,The Highridge Massacre - Horror film,Horror,Film & Video,GBP,2015-10-02,2500.00,2015-08-28 01:01:50,2573.00,successful,52,GB,4039.43,3902.51,3791.79 +1181993879,Issue: Erasure,Mixed Media,Art,USD,2012-04-18,4500.00,2012-03-28 01:26:55,5061.00,successful,107,US,5061.00,5061.00,4500.00 +1181997445,Worlds Smartest Travel Companion Bag by EzAmaze,Product Design,Design,USD,2016-09-30,30000.00,2016-08-01 14:56:54,2159.00,failed,40,US,286.00,2159.00,30000.00 +1182002336,PostNorma Jewellery Line,Jewelry,Fashion,EUR,2015-07-30,2000.00,2015-07-01 00:07:02,500.00,failed,1,NL,550.59,548.35,2193.39 +1182010737,Project Maiden - a Zeldalike in Reverse,Video Games,Games,USD,2013-08-01,9600.00,2013-07-02 00:31:07,12221.32,successful,362,US,12221.32,12221.32,9600.00 +"1182014956,""Steampunk Art Postcards,Greeting Cards and Jewelry!"",Illustration,Art,USD,2012-09-18,1000.00,2012-09-04 18:52:00,1140.00,successful,56,US,1140.00,1140.00,1000.00" +1182015961,Between Lands and Longings Living Room Opera in Australia,Art,Art,GBP,2013-10-28,1700.00,2013-10-08 14:33:30,2050.00,successful,78,GB,3287.47,3271.15,2712.66 +1182029153,One Man Band,Shorts,Film & Video,USD,2013-10-26,825.00,2013-09-24 00:30:20,895.00,successful,15,US,895.00,895.00,825.00 +1182031504,Nashville Biscuit Company - A Biscuit Bar (Canceled),Restaurants,Food,USD,2014-10-25,225000.00,2014-08-26 23:03:45,250.00,canceled,1,US,250.00,250.00,225000.00 +"1182041424,""TAINO QUEEN ,COLUMBUS,CONQUISTADORS,LOVE,SEX,SLAVERY"",Fiction,Publishing,USD,2017-03-26,2000.00,2017-02-24 20:44:58,1.00,failed,1,US,0.00,1.00,2000.00" +1182046948,JUNK: Rubbish to Gold,Installations,Art,GBP,2015-07-17,3000.00,2015-06-16 17:51:35,3166.00,successful,60,GB,4920.35,4936.92,4678.07 +1182052813,Funny videos project,Comedy,Film & Video,AUD,2016-01-13,1000.00,2015-11-14 00:31:47,0.00,failed,0,AU,0.00,0.00,686.62 +1182061186,Help fund recording costs for Wrecluse's debut solo album,Hip-Hop,Music,USD,2016-10-12,850.00,2016-09-12 20:57:31,165.00,failed,6,US,140.00,165.00,850.00 +1182064769,City Slate,Product Design,Design,USD,2015-11-24,5000.00,2015-10-26 15:48:26,5150.00,successful,93,US,5150.00,5150.00,5000.00 +"1182070980,""Dale, TX Community Garden"",Community Gardens,Food,USD,2017-11-06,5000.00,2017-09-22 06:09:53,60.00,failed,4,US,0.00,60.00,5000.00" +1182071305,Crossroad,Comedy,Film & Video,AUD,2014-11-26,250.00,2014-10-27 14:24:10,0.00,failed,0,AU,0.00,0.00,213.06 +1182071866,Disco Dog - The smartphone controlled LED dog vest,Wearables,Technology,USD,2015-04-12,15000.00,2015-03-13 18:01:04,22757.00,successful,171,US,22757.00,22757.00,15000.00 +"1182073762,Different Grain - Christopher Plowman's First Solo Album,Music,Music,USD,2015-08-22,5000.00,2015-07-23 22:07:45,5150.00,undefined,0,""N,0"""""",,5150.00,5000.00" +1182075434,DiveMate Fusion - Connect Your Dive Computer to iPhone & Co,Hardware,Technology,EUR,2015-07-14,47500.00,2015-06-15 06:21:44,14260.00,canceled,157,DE,16065.65,15527.68,51722.64 +"1182075461,""PRINT'N FOG, PRINTABLE FOG MACHINE FOR TABLETOP GAMES"",Tabletop Games,Games,EUR,2017-11-16,500.00,2017-10-16 20:03:07,2243.00,successful,67,FR,82.75,2645.61,589.75" +1182088216,Mat Slovacek Debut CD,Music,Music,USD,2012-09-16,6000.00,2012-07-18 19:50:10,6300.00,successful,116,US,6300.00,6300.00,6000.00 +1182093968,AskACharacter (Canceled),Games,Games,USD,2015-05-26,1000.00,2015-04-26 02:48:06,0.00,canceled,0,US,0.00,0.00,1000.00 +"1182099957,""Austin Taylor - Winters, Fevers, and Devils"",Music,Music,USD,2014-03-09,1000.00,2014-02-07 16:25:29,1224.00,successful,44,US,1224.00,1224.00,1000.00" +1182102038,Easy Shopper,Apps,Technology,USD,2014-09-21,17000.00,2014-08-22 13:21:25,10.00,failed,1,US,10.00,10.00,17000.00 +1182112412,Culinary Arts Food Truck Style,Food Trucks,Food,USD,2015-06-15,10000.00,2015-05-16 06:09:29,0.00,failed,0,US,0.00,0.00,10000.00 +1182120821,La Malformación de Xiomara,Thrillers,Film & Video,MXN,2018-01-20,500000.00,2017-12-21 07:48:18,0.00,live,0,MX,0.00,0.00,26161.57 +1182121375,Fabric and surface design by Ella Ella Design,Fashion,Fashion,EUR,2014-05-29,3000.00,2014-04-29 06:25:34,0.00,failed,0,NL,0.00,0.00,4082.08 +1182121816,Creating a beautiful music video for a beautiful EDM song,Film & Video,Film & Video,USD,2014-03-24,1000.00,2014-02-21 21:46:59,40.00,failed,1,US,40.00,40.00,1000.00 +1182134491,Tonight at the Chateau,Film & Video,Film & Video,USD,2016-10-03,5500.00,2016-09-03 04:10:37,5500.00,successful,17,US,0.00,5500.00,5500.00 +1182146076,Trilogy Pens ZERØ,Product Design,Design,USD,2016-11-15,10000.00,2016-10-17 06:06:13,23472.00,successful,320,US,121.00,23472.00,10000.00 +1182151541,Summer Blood - Full Length Album Release,Indie Rock,Music,USD,2014-03-27,2000.00,2014-02-25 19:49:10,2534.00,successful,52,US,2534.00,2534.00,2000.00 +1182172763,I'mTrying Here,Art,Art,USD,2015-11-29,12000.00,2015-10-15 20:00:33,2541.50,failed,101,US,2541.50,2541.50,12000.00 +1182172791,I Wouldn't be Boys With You if You Were a Poser,Narrative Film,Film & Video,USD,2012-06-30,1000.00,2012-05-31 00:53:24,1080.00,successful,17,US,1080.00,1080.00,1000.00 +1182173838,Housesitting. (Canceled),Shorts,Film & Video,USD,2012-09-15,10000.00,2012-08-16 22:28:50,10.00,canceled,1,US,10.00,10.00,10000.00 +118217655,Political Vendetta: Voices for Democracy! (Canceled),Periodicals,Publishing,USD,2015-07-13,1500.00,2015-05-14 05:56:26,116.00,canceled,2,US,116.00,116.00,1500.00 +1182178480,Cedar's Classical Ballet Needs a Home,Spaces,Dance,USD,2015-07-01,8000.00,2015-06-08 20:31:22,2830.00,failed,45,US,2830.00,2830.00,8000.00 +1182205848,Faces of Freedom,Painting,Art,USD,2016-08-28,12000.00,2016-06-29 21:36:04,2298.00,failed,7,US,0.00,2298.00,12000.00 +1182208973,Baker Man debut EP,Indie Rock,Music,USD,2014-12-07,3000.00,2014-11-07 03:05:35,323.00,failed,10,US,323.00,323.00,3000.00 +1182214447,Postbag,Software,Technology,GBP,2013-07-23,120000.00,2013-05-24 23:09:36,100.00,canceled,3,GB,150.30,154.00,184797.34 +"1182227642,""24"""" x 12"""" Laser Cutter/Engraver by Light Phase Technologies"",Fabrication Tools,Technology,USD,2017-08-29,50000.00,2017-07-22 13:36:05,20192.00,canceled,22,US,20247.00,20192.00,50000.00" +118223737,Confessions of a Superhero,Comedy,Film & Video,USD,2016-02-03,10000.00,2016-01-04 19:14:54,10482.00,successful,68,US,10482.00,10482.00,10000.00 +"1182239134,""""""Mukha-Tsokotukha"""" SoloSchool Youth Play"",Plays,Theater,USD,2014-05-23,4000.00,2014-04-23 22:01:47,4035.00,successful,56,US,4035.00,4035.00,4000.00" +1182245297,Landing in Mumbai: Season Two,Webseries,Film & Video,USD,2011-10-07,5000.00,2011-09-07 16:03:39,5447.00,successful,50,US,5447.00,5447.00,5000.00 +1182255905,Tree-Beez 3D Animated Short,Animation,Film & Video,USD,2014-07-21,6900.00,2014-06-13 16:58:02,1822.00,failed,72,US,1822.00,1822.00,6900.00 +"1182275008,"""""" SEND IN THE CLOWNS"""" (Canceled)"",Documentary,Film & Video,USD,2015-06-13,1500.00,2015-04-22 22:02:50,0.00,canceled,0,US,0.00,0.00,1500.00" +1182275798,Pirates! card game,Tabletop Games,Games,AUD,2013-12-17,30000.00,2013-11-17 20:07:12,9597.00,failed,224,AU,8991.51,8506.47,26591.03 +1182277051,FreeBay for Australians (Canceled),Web,Technology,AUD,2014-09-18,6000.00,2014-08-19 05:46:10,50.00,canceled,1,AU,46.61,44.87,5384.55 +1182279400,LOXXIO: Internetkriminalität betrifft jeden (Canceled),Software,Technology,EUR,2015-11-06,30000.00,2015-10-13 21:17:19,0.00,canceled,0,DE,0.00,0.00,32592.05 +1182283165,Team Notion The Game (PC/MAC/PSVITA/MOBILE),Video Games,Games,USD,2012-04-19,3000.00,2012-03-20 01:43:04,3596.50,successful,100,US,3596.50,3596.50,3000.00 +1182286009,Owen Stevenson First solo EP & Music Video,Pop,Music,USD,2013-04-03,5000.00,2013-03-04 20:03:24,5108.00,successful,87,US,5108.00,5108.00,5000.00 +118228746,The Illusion,Theater,Theater,USD,2011-11-08,2500.00,2011-10-09 05:51:07,3320.00,successful,81,US,3320.00,3320.00,2500.00 +1182291237,Healing the Healer,Nonfiction,Publishing,USD,2014-01-07,15000.00,2013-12-15 03:55:02,36.00,failed,1,US,36.00,36.00,15000.00 +1182292429,Bradshaw,Webseries,Film & Video,GBP,2014-07-31,2000.00,2014-07-01 20:55:23,0.00,failed,0,GB,0.00,0.00,3365.13 +1182295683,Personalised Engraved Wooden Gifts,Woodworking,Crafts,EUR,2016-03-01,1900.00,2016-01-16 22:04:09,5.00,failed,1,IE,5.44,5.48,2084.29 +1182297701,Tara The Game,Video Games,Games,USD,2018-02-05,5500.00,2017-12-10 22:09:08,5.00,live,1,US,5.00,5.00,5500.00 +1182313430,Help Ministry Food Truck will send donors samples,Food Trucks,Food,USD,2016-03-18,20000.00,2016-02-17 22:56:49,68.00,failed,6,US,68.00,68.00,20000.00 +118232350,HOBS,Apps,Technology,USD,2016-04-29,37000.00,2016-03-10 17:05:17,51.00,failed,2,US,51.00,51.00,37000.00 +1182326667,- The Slatewood Lamp Collection -,Product Design,Design,USD,2015-01-07,5000.00,2014-11-24 06:02:16,15916.00,successful,46,US,15916.00,15916.00,5000.00 +1182326864,Fireball (By Moviestar) - Music Video,Music Videos,Film & Video,NOK,2016-05-26,15000.00,2016-04-26 21:41:50,15887.00,successful,24,NO,1928.00,1911.52,1804.79 +1182329152,Varsity Gaming Military RP Server,Video Games,Games,USD,2015-11-12,150.00,2015-10-13 21:57:56,150.00,successful,2,US,150.00,150.00,150.00 +1182330763,Hell's Gate - A Short Horror Film,Horror,Film & Video,USD,2017-08-12,1250.00,2017-07-23 00:29:09,55.00,failed,4,US,30.00,55.00,1250.00 +1182331849,Vibrant Classic and Chronograph Watches Starting at $60,Accessories,Fashion,USD,2016-08-19,15000.00,2016-07-20 05:01:15,3610.00,failed,39,US,2085.00,3610.00,15000.00 +1182336542,The Art Grab Bag (Canceled),Art,Art,USD,2014-09-06,5000.00,2014-08-07 22:47:39,5.00,canceled,1,US,5.00,5.00,5000.00 +1182337320,Custom Accounting & Tax System Website for Truck Drivers,Web,Technology,USD,2015-05-01,15000.00,2015-04-02 17:32:11,0.00,failed,0,US,0.00,0.00,15000.00 +1182357137,The Entertainment Academy,Television,Film & Video,USD,2014-08-27,10000.00,2014-07-28 17:55:41,0.00,failed,0,US,0.00,0.00,10000.00 +1182368636,600 Space Aliens: A Short Film by Scott Bateman,Experimental,Film & Video,USD,2016-02-18,3000.00,2016-01-19 20:52:56,4002.49,successful,70,US,4002.49,4002.49,3000.00 +1182381165,Zombies: The New Plague (A Survival Card Game),Tabletop Games,Games,USD,2013-03-22,600.00,2013-02-20 20:02:59,465.00,failed,13,US,465.00,465.00,600.00 +"1182383778,""Lean, Mean & Green doc distribution"",Documentary,Film & Video,USD,2013-09-27,5000.00,2013-08-28 03:58:13,5109.00,successful,109,US,5109.00,5109.00,5000.00" +1182389291,ArcSling Motion Converter - Turn Movement into Electricity,Hardware,Technology,USD,2016-11-28,30000.00,2016-09-29 12:28:29,2648.00,canceled,18,US,2900.00,2648.00,30000.00 +1182397127,Hem + Haw: Turning old jeans into new bags.,Accessories,Fashion,USD,2016-09-30,15000.00,2016-08-31 16:01:19,7409.00,failed,69,US,545.00,7409.00,15000.00 +"1182413764,""""""Dog"""""",Shorts,Film & Video,USD,2012-07-27,5000.00,2012-06-27 06:25:49,7999.50,successful,87,US,7999.50,7999.50,5000.00" +1182414648,Perfect College App,Web,Journalism,USD,2017-09-22,1500.00,2017-08-23 03:08:31,105.00,failed,3,US,99.00,105.00,1500.00 +1182419310,I Prescribe To FUKITOL - The Movie (Canceled),Documentary,Film & Video,CAD,2014-10-09,5000.00,2014-09-09 03:55:49,5282.00,canceled,14,CA,4854.00,4717.34,4465.48 +1182434764,Excuse The Houston In Me,Hip-Hop,Music,USD,2015-03-04,15000.00,2015-02-02 15:05:49,3.00,failed,2,US,3.00,3.00,15000.00 +118243589,Natures Beauty - a book of waves (Canceled),Nature,Photography,USD,2014-05-22,3500.00,2014-04-22 08:38:05,235.00,canceled,6,US,235.00,235.00,3500.00 +1182436161,FabricZoom: Digital Fabric Printing in the Studio,Apparel,Fashion,USD,2017-09-19,100000.00,2017-08-05 18:18:53,12922.00,canceled,9,US,6451.00,12922.00,100000.00 +1182436939,Lab1500 Mural,Public Art,Art,USD,2013-11-01,8500.00,2013-10-02 12:40:22,8706.00,successful,116,US,8706.00,8706.00,8500.00 +1182449182,RP - Sketches of Girls,Illustration,Art,EUR,2016-07-28,250.00,2016-07-08 17:11:39,0.00,canceled,0,IT,0.00,0.00,277.82 +1182452904,The Tuned In Musician: a book on meditation 4 musicians,Nonfiction,Publishing,USD,2013-07-05,1000.00,2013-05-06 21:45:15,1103.00,successful,26,US,1103.00,1103.00,1000.00 +1182453123,Party Hoppers - One Festival At A Time...,Television,Film & Video,USD,2014-08-25,9850.00,2014-07-17 22:22:20,1607.00,failed,17,US,1607.00,1607.00,9850.00 +1182453897,Hope's Edge,Documentary,Film & Video,USD,2017-06-09,20000.00,2017-05-04 17:20:12,10357.28,failed,93,US,1930.00,10357.28,20000.00 +1182457579,Estamos Ensemble: US/Mexico Cross Border Musical Exchange ,Music,Music,USD,2011-05-21,6200.00,2011-04-21 13:10:51,551.00,failed,9,US,551.00,551.00,6200.00 +1182458373,T-Eck: The Illuminated Set-Square,Gadgets,Technology,EUR,2016-12-24,63485.00,2016-11-22 22:22:08,455.00,canceled,11,DE,60.40,479.61,66919.30 +1182466428,Education Resources For All,Academic,Publishing,GBP,2014-11-03,20000.00,2014-10-04 21:16:11,0.00,failed,0,GB,0.00,0.00,31639.06 +"11824756,""Life, After"",Shorts,Film & Video,USD,2011-12-15,1000.00,2011-11-07 19:21:01,1675.00,successful,16,US,1675.00,1675.00,1000.00" +1182481438,sTiles: Quality Photo Stickers - Movable & Water-Resistant,Photography,Photography,USD,2017-07-24,10000.00,2017-06-22 20:46:24,10050.00,successful,189,US,2891.00,10050.00,10000.00 +1182495952,Statix CMS: just focus on website design.,Software,Technology,EUR,2018-01-18,25000.00,2017-12-04 16:05:24,15.00,canceled,1,IT,0.00,18.21,30342.38 +1182509081,THE TIN: a new musical by Rona Siddiqui & Zayre Ferrer,Theater,Theater,USD,2012-10-19,5000.00,2012-09-28 22:17:31,5190.00,successful,67,US,5190.00,5190.00,5000.00 +1182510401,Build The Soft Camp,Public Art,Art,USD,2013-08-16,1500.00,2013-07-27 00:38:30,1633.00,successful,36,US,1633.00,1633.00,1500.00 +1182511811,The Firefly Ring Collection - By Norwood's of Nashville,Product Design,Design,USD,2016-02-22,500.00,2016-01-26 00:09:24,7345.00,successful,136,US,7345.00,7345.00,500.00 +1182514815,VET Brand - Support Vet Owned Companies,Apparel,Fashion,USD,2014-08-22,500.00,2014-07-23 21:22:25,530.00,successful,15,US,530.00,530.00,500.00 +118251488,The Word From The Street,Webseries,Film & Video,USD,2013-10-30,500.00,2013-10-01 00:07:43,579.00,successful,15,US,579.00,579.00,500.00 +1182520191,Europe Mission Photography,Photobooks,Photography,EUR,2016-05-15,70000.00,2016-04-15 00:36:13,1.00,failed,1,IT,1.14,1.12,78532.56 +1182526524,NICO The Film,Shorts,Film & Video,CAD,2014-02-24,5000.00,2014-01-02 21:07:44,5050.00,successful,20,CA,4748.17,4542.18,4497.21 +1182528526,Kharnage... Hell Yearghh !,Tabletop Games,Games,EUR,2016-04-14,10000.00,2016-03-24 20:00:15,168717.52,successful,2949,FR,189200.77,190380.97,11284.01 +1182531251,A Live Album of Ukulele Legend and Jazz Guitarist Bill Tapia's 100th Birthday Concert,Music,Music,USD,2010-07-29,13000.00,2010-04-30 19:03:40,14974.00,successful,137,US,14974.00,14974.00,13000.00 +118253901,Mission Violet,Indie Rock,Music,USD,2014-03-02,4000.00,2014-02-16 22:31:37,4270.00,successful,51,US,4270.00,4270.00,4000.00 +1182545784,2015 No Fire Zone Impact Distribution Project,Documentary,Film & Video,GBP,2015-02-23,10000.00,2015-02-02 10:49:12,27630.00,successful,359,GB,41611.07,42671.16,15443.78 +1182550283,Wine Glass Mask ™,Product Design,Design,USD,2017-06-07,37000.00,2017-04-18 03:27:38,182.00,canceled,5,US,104.00,182.00,37000.00 +"1182571676,""Go FOURth, and CLOVER your city in LOVE and LUCK"",Conceptual Art,Art,USD,2014-03-01,3000.00,2014-01-30 01:10:40,350.00,failed,19,US,350.00,350.00,3000.00" +118257615,Michael J. Richardson's - Ultimate Driver 300! - Card Game.,Tabletop Games,Games,AUD,2013-12-19,1000.00,2013-11-19 00:27:07,12.00,failed,3,AU,11.24,10.64,886.37 +1182577486,Dingus Wishes - a short comedic film about voting on a wish,Comedy,Film & Video,USD,2017-10-23,3500.00,2017-09-26 16:02:59,5151.19,successful,77,US,139.69,5151.19,3500.00 +1182578838,RENTED TO THE DEAD issue 3 & complete VOLUME 1 (zombies),Graphic Novels,Comics,GBP,2014-07-06,850.00,2014-05-27 23:54:18,1320.00,successful,59,GB,2224.12,2259.85,1455.21 +1182589758,Are You Smarter Than A Porn Star?,Video Games,Games,USD,2016-01-13,3000.00,2015-12-30 17:28:29,40.00,failed,4,US,40.00,40.00,3000.00 +1182595075,Food in 5. Education and recipe system.,Webseries,Film & Video,AUD,2015-10-22,18000.00,2015-09-22 02:27:48,0.00,failed,0,AU,0.00,0.00,13082.35 +"1182595804,""MOLDOVER: waaaaay more than an album! - """"FOUR TRACK"""""",Electronic Music,Music,USD,2013-12-02,20000.00,2013-10-30 11:29:33,35306.22,successful,532,US,35306.22,35306.22,20000.00" +"1182598386,""""""ReRun"""" a feature film by Stonestreet Studios"",Drama,Film & Video,USD,2015-05-31,35000.00,2015-04-01 18:18:11,260.00,failed,4,US,260.00,260.00,35000.00" +1182604942,Turning an eBook to print.,Publishing,Publishing,CAD,2014-04-23,2000.00,2014-04-04 05:17:25,302.00,failed,7,CA,273.66,274.10,1815.21 +118261742,Urban Culture. Small batch fresh Oregon french style yogurt,Food,Food,USD,2014-06-22,20000.00,2014-04-23 21:03:09,101.00,failed,4,US,101.00,101.00,20000.00 +1182627414,DEMIGODS & DEMONS - The Cresnix Twins,Fiction,Publishing,USD,2013-02-25,3000.00,2013-01-26 03:20:13,15.00,failed,1,US,15.00,15.00,3000.00 +1182629796,Bow Tanglers First CD - Everett Elam and Emily Phillips,Country & Folk,Music,USD,2017-03-16,1000.00,2017-02-14 06:19:07,1346.00,successful,48,US,60.00,1346.00,1000.00 +1182633128,HyperChiller - Iced coffee in 60 seconds,Product Design,Design,USD,2015-08-10,15000.00,2015-07-06 01:39:19,16371.00,successful,291,US,16371.00,16371.00,15000.00 +1182639805,LIPKIT / LIPDUO BY ICARD COSMETICS,Product Design,Design,CAD,2018-01-22,10000.00,2017-12-18 19:52:13,25.00,live,2,CA,15.55,19.97,7987.86 +1182639996,Foxhill Printmaker goes to Chicago!,Illustration,Art,USD,2015-05-11,4000.00,2015-04-27 19:12:01,4401.00,successful,71,US,4401.00,4401.00,4000.00 +1182641854,Dearly Departed,Narrative Film,Film & Video,USD,2011-10-07,30000.00,2011-09-07 19:31:11,12583.94,failed,160,US,12583.94,12583.94,30000.00 +1182643679,The Test Tube Protein Shaker - Guaranteed for Life,Product Design,Design,USD,2015-07-27,12500.00,2015-06-22 08:24:22,2000.00,failed,60,US,2000.00,2000.00,12500.00 +1182658964,Sim football,Tabletop Games,Games,CAD,2014-01-09,35000.00,2013-12-10 00:36:19,1.00,failed,1,CA,0.94,0.92,32180.95 +1182660880,ATHENA: A Short Film,Shorts,Film & Video,GBP,2013-04-12,2750.00,2013-03-13 22:51:12,3242.00,successful,41,GB,4828.38,4979.95,4224.21 +1182663087,ZENTIVA: A Philosophæ of Cannabis (Canceled),Nonfiction,Publishing,CAD,2016-05-28,8500.00,2016-05-03 22:48:14,0.00,canceled,0,CA,0.00,0.00,6496.48 +1182667923,Being Ginger,Documentary,Film & Video,USD,2012-09-27,10000.00,2012-08-28 12:45:26,12869.00,successful,311,US,12869.00,12869.00,10000.00 +1182677660,Dining with Darling - Think like a chef on Public Television,Television,Film & Video,USD,2014-08-11,50000.00,2014-07-12 03:20:34,5262.00,failed,61,US,5262.00,5262.00,50000.00 +1182686631,P.S. Rush,Documentary,Film & Video,USD,2016-11-08,35000.00,2016-10-05 16:42:35,5.00,failed,1,US,0.00,5.00,35000.00 +1182694510,TRVL Wallet,Product Design,Design,USD,2015-02-21,500.00,2015-01-22 01:15:05,665.00,successful,26,US,665.00,665.00,500.00 +1182694648,African American Art Showcase,Art,Art,USD,2015-07-20,11000.00,2015-06-20 22:03:59,0.00,failed,0,US,0.00,0.00,11000.00 +118269473,Wendy Nichol - Second Album Kick Off,Pop,Music,USD,2013-08-11,5000.00,2013-06-27 23:38:23,5020.00,successful,45,US,5020.00,5020.00,5000.00 +1182697884,Suinda,Comic Books,Comics,USD,2016-09-01,500.00,2016-08-12 21:45:01,546.00,successful,24,US,172.00,546.00,500.00 +118270474,Unplugged Worship: Worshiping God Beyond the Church Service,Nonfiction,Publishing,USD,2016-08-20,5000.00,2016-07-06 03:17:05,106.00,failed,5,US,80.00,106.00,5000.00 +118270664,From Rocking Combat Boots to Indie Rock & Pop (Canceled),Indie Rock,Music,USD,2013-08-18,12000.00,2013-07-19 20:46:28,125.00,canceled,4,US,125.00,125.00,12000.00 +1182711701,Jon and Tiffany Aitken CD Project,Music,Music,USD,2011-05-14,5000.00,2011-04-04 05:00:18,5515.00,successful,73,US,5515.00,5515.00,5000.00 +1182712107,SFNM2- The Southwest Festival of New Music Presented by SFNM,Classical Music,Music,USD,2012-06-12,2000.00,2012-05-02 03:57:01,270.00,failed,9,US,270.00,270.00,2000.00 +1182712717,Poor Man's Whiskey NEW ALBUM: Juniper Mountain,Music,Music,USD,2017-11-02,30000.00,2017-10-03 02:13:18,6710.20,canceled,130,US,2820.00,6710.20,30000.00 +1182712776,Squeaky Shoe Stories,Children's Books,Publishing,AUD,2014-08-07,4000.00,2014-07-08 09:34:06,730.00,failed,14,AU,682.87,677.81,3714.02 +1182713778,A Child of the Illuminati,Publishing,Publishing,USD,2017-10-16,500.00,2017-09-26 15:29:45,0.00,canceled,0,US,0.00,0.00,500.00 +1182727178,#BeerWithFriends: Raise your glass to UNITY WORLDWIDE!,Documentary,Film & Video,USD,2016-01-02,3500.00,2015-12-01 22:56:20,188.00,failed,8,US,188.00,188.00,3500.00 +1182727254,Wood Imaginations,Woodworking,Crafts,USD,2016-11-20,35000.00,2016-10-21 19:50:07,10.00,failed,1,US,0.00,10.00,35000.00 +1182730837,Urban Hum: Producing Honey in the Heart of the City,Small Batch,Food,AUD,2016-12-09,20000.00,2016-11-19 01:09:27,22558.00,successful,233,AU,87.50,16844.38,14934.29 +1182737778,Solo Hiking for Women over 50,Nonfiction,Publishing,USD,2013-08-08,3000.00,2013-07-06 00:47:31,756.00,failed,15,US,756.00,756.00,3000.00 +118273991,Travoo: Improved Ride-Sharing & Peer Sharing!,Apps,Technology,USD,2016-11-18,50000.00,2016-09-19 18:38:00,131.00,failed,4,US,30.00,131.00,50000.00 +1182742300,Northern Lights,World Music,Music,USD,2016-07-17,2500.00,2016-06-17 00:49:09,0.00,failed,0,US,0.00,0.00,2500.00 +1182746715,Billy Ferrell...his songs (Canceled),Pop,Music,USD,2013-08-22,40000.00,2013-08-07 16:51:07,0.00,canceled,0,US,0.00,0.00,40000.00 +1182748117,Tales from Estonia,Photography,Photography,USD,2012-04-21,4000.00,2012-03-21 19:49:00,4297.00,successful,39,US,4297.00,4297.00,4000.00 +1182749567,Raspberry Pi Case,Product Design,Design,USD,2012-09-02,40000.00,2012-08-03 16:54:04,1291.00,failed,29,US,1291.00,1291.00,40000.00 +1182757624,Osiris Chronicles HD,Webseries,Film & Video,USD,2012-08-19,650.00,2012-07-20 08:08:10,37.00,failed,3,US,37.00,37.00,650.00 +"1182760790,""""""Caviar"""" a novel"",Fiction,Publishing,USD,2014-01-31,5500.00,2013-12-27 17:11:22,488.00,failed,21,US,488.00,488.00,5500.00" +1182761981,Hand-Made Infinity Design Pens,Woodworking,Crafts,USD,2015-06-02,500.00,2015-05-11 16:28:38,300.00,failed,5,US,300.00,300.00,500.00 +1182766098,HAKBRAYNE,Immersive,Theater,GBP,2014-08-08,2000.00,2014-07-25 17:34:50,2204.69,successful,55,GB,3755.69,3704.80,3360.84 +1182771599,Gilead's Goblinz Coloring Book,Children's Books,Publishing,USD,2013-09-28,5000.00,2013-08-26 20:43:49,5167.00,successful,113,US,5167.00,5167.00,5000.00 +1182777629,Hold the Breach (Canceled),Fiction,Publishing,GBP,2014-06-08,950.00,2014-05-09 00:56:19,24.00,canceled,1,GB,40.73,40.71,1611.40 +1182784601,the startup - a feature film,Narrative Film,Film & Video,USD,2012-09-18,25000.00,2012-08-19 07:19:47,25649.81,successful,202,US,25649.81,25649.81,25000.00 +1182788693,2 hour drone documentary of Kyrgyzstan,Documentary,Film & Video,AUD,2017-07-29,11000.00,2017-07-07 17:48:17,60.00,failed,3,AU,0.00,47.83,8768.43 +1182799589,Northeast Ohio Dukes Yankee Lake Home Coming Documentary,Documentary,Film & Video,USD,2015-04-10,2300.00,2015-03-10 23:09:47,22.00,failed,1,US,22.00,22.00,2300.00 +1182816283,Engineering through Math,Makerspaces,Technology,USD,2015-01-27,15000.00,2014-12-28 06:29:14,456.00,failed,13,US,456.00,456.00,15000.00 +1182821337,October Gothic 2 photo project,Photography,Photography,USD,2011-07-06,2000.00,2011-06-08 03:38:22,0.00,failed,0,US,0.00,0.00,2000.00 +1182821508,(...and you're just not good enough) a multimedia arts show ,Theater,Theater,USD,2011-01-22,2011.00,2010-12-21 02:52:12,2970.00,successful,75,US,2970.00,2970.00,2011.00 +1182821796,MUSE Launch,Fiction,Publishing,USD,2012-10-14,5000.00,2012-09-26 03:24:44,160.00,failed,4,US,160.00,160.00,5000.00 +1182825163,www.Hardy-Design.de (Canceled),Product Design,Design,EUR,2015-06-25,15000.00,2015-05-26 23:57:08,10.00,canceled,1,DE,10.99,11.20,16802.96 +1182828461,Let's get Edwardstown to Nationals!,Dance,Dance,AUD,2014-08-07,2500.00,2014-07-08 10:31:38,2504.81,successful,41,AU,2343.10,2325.73,2321.26 +1182828582,Lemonade,Shorts,Film & Video,USD,2013-07-19,1000.00,2013-06-19 19:54:09,1350.00,successful,32,US,1350.00,1350.00,1000.00 +1182841527,Misguided an Independent Film,Drama,Film & Video,USD,2017-01-08,20000.00,2016-12-13 07:51:39,15.00,failed,1,US,0.00,15.00,20000.00 +1182843134,9 Pocket Shirts: On a Mission to Create Conversation,Apparel,Fashion,USD,2015-08-14,9999.00,2015-07-15 20:39:34,1399.00,failed,34,US,1399.00,1399.00,9999.00 +118285483,3D Edu,3D Printing,Technology,USD,2016-12-19,4500.00,2016-10-20 16:40:34,68.00,failed,9,US,20.00,68.00,4500.00 +1182860066,WHATEVER: a web series about the real world of teens,Webseries,Film & Video,USD,2011-11-21,12000.00,2011-10-22 18:43:58,1330.00,failed,10,US,1330.00,1330.00,12000.00 +1182861921,45th Parallel (Canceled),Literary Journals,Publishing,USD,2016-03-21,1500.00,2016-02-20 02:35:10,1940.00,canceled,33,US,1940.00,1940.00,1500.00 +1182863591,A Day of Rainbow Rex,Product Design,Design,USD,2016-12-16,10000.00,2016-11-22 15:04:36,565.00,canceled,4,US,0.00,565.00,10000.00 +1182868000,Valor-Visions presents Mama's Child - a gospel musical,Theater,Theater,USD,2013-05-04,2000.00,2013-03-05 19:19:05,2000.00,successful,25,US,2000.00,2000.00,2000.00 +118286933,Folk-Pop Artist Katey Laurel's New Record w/ Neilson Hubbard,Pop,Music,USD,2010-12-09,2000.00,2010-10-25 00:15:55,2292.00,successful,80,US,2292.00,2292.00,2000.00 +1182873903,52 Cakes,Food,Food,USD,2012-02-19,1000.00,2012-01-20 18:48:29,1349.00,successful,23,US,1349.00,1349.00,1000.00 +"1182878531,""Wall Mounts for Skylanders, Disney Infinity, Amiibo, & Lego"",Video Games,Games,USD,2015-06-29,1000.00,2015-05-30 02:07:58,2812.69,successful,66,US,2812.69,2812.69,1000.00" +1182880297,Furtherance the Board Game,Tabletop Games,Games,USD,2016-05-05,15000.00,2016-04-04 02:00:05,2480.00,failed,74,US,2480.00,2480.00,15000.00 +1182880941,Balance watch: A philosophy in a watch...,Product Design,Design,USD,2014-02-11,8000.00,2014-01-02 22:38:51,11162.00,successful,81,US,11162.00,11162.00,8000.00 +1182890509,Firefight!,Fiction,Publishing,USD,2012-07-31,10000.00,2012-06-16 03:59:12,20.00,failed,2,US,20.00,20.00,10000.00 +"1182894755,""To Walk Again, The Javy Macias Story"",Documentary,Film & Video,USD,2015-05-13,125000.00,2015-04-21 23:17:15,8451.00,failed,23,US,8451.00,8451.00,125000.00" +"1182897691,""DREAM OF A DANCE by John Giblin, Directed by Jolie Oliver"",Festivals,Film & Video,USD,2015-01-18,1500.00,2015-01-11 02:43:36,2741.00,successful,24,US,2741.00,2741.00,1500.00" +1182902243,Beet Street Cold-Pressed Juicery,Restaurants,Food,USD,2014-08-20,6000.00,2014-07-21 23:25:04,6285.00,successful,72,US,6285.00,6285.00,6000.00 +1182907930,10 Year Anniversary CD by TRI-FI: Staring into the Sun,Jazz,Music,USD,2013-12-09,6500.00,2013-11-22 21:41:09,7137.00,successful,134,US,7137.00,7137.00,6500.00 +1182908609,Alice In Wonderland!,Theater,Theater,USD,2012-06-15,220.00,2012-05-16 05:37:08,320.00,successful,13,US,320.00,320.00,220.00 +"118291498,""Tracy Guy White """"Unhinged"""""",Music,Music,USD,2015-07-21,25000.00,2015-06-25 18:31:03,25.00,failed,1,US,25.00,25.00,25000.00" +1182915886,Extremely Comfortable Track Pants,Apparel,Fashion,AUD,2014-12-21,850.00,2014-11-21 05:07:13,83.00,failed,3,AU,71.93,67.38,689.99 +1182920971,The Sad Man Kickstarter: Sad For The Holidays,Art,Art,USD,2015-12-26,1000.00,2015-11-19 06:33:56,0.00,failed,0,US,0.00,0.00,1000.00 +1182940307,Rudy + Neal Go Fishing,Documentary,Film & Video,USD,2014-04-11,15000.00,2014-03-12 16:36:37,16870.00,successful,152,US,16870.00,16870.00,15000.00 +1182949255,Laurel & Hardy: The Magic Behind the Movies–Special Edition,Nonfiction,Publishing,USD,2016-01-01,16000.00,2015-12-01 21:36:21,47206.00,successful,437,US,47206.00,47206.00,16000.00 +1182954776,Castaway Cuties Sketchcard Project (Canceled),Comics,Comics,USD,2011-11-28,5000.00,2011-09-29 19:49:46,265.00,canceled,6,US,265.00,265.00,5000.00 +"1182956366,""L’Hibiscus et ses vertus en bouteille, ça vous tente ?"",Drinks,Food,EUR,2015-10-30,10000.00,2015-09-01 00:02:10,1826.00,failed,23,FR,2041.82,2011.70,11016.98" +1182959751,a collaborative work with artist Jesse Peper and the elseproduct label,Indie Rock,Music,USD,2010-09-18,2200.00,2010-08-17 20:47:40,2240.00,successful,39,US,2240.00,2240.00,2200.00 +1182968647,Real Women morning routines (Canceled),Video Art,Art,USD,2015-08-15,12000.00,2015-06-16 16:31:37,0.00,canceled,0,US,0.00,0.00,12000.00 +1182971010,From Mud to Music - a journey to a 12 hole Ocarina,Performance Art,Art,USD,2013-12-08,500.00,2013-11-08 17:42:55,947.00,successful,17,US,947.00,947.00,500.00 +1182977527,The Hudson Standard Bitters and Shrubs,Small Batch,Food,USD,2014-06-26,12000.00,2014-05-27 17:22:23,13279.00,successful,179,US,13279.00,13279.00,12000.00 +118297858,4EVER - N - MYHEART ~ AN INDIGENOUS MUSIC PROJECT,Country & Folk,Music,USD,2013-09-09,6000.00,2013-08-09 16:42:00,170.00,failed,5,US,170.00,170.00,6000.00 +1182983895,Deep Peeps,Graphic Design,Design,USD,2013-06-09,5000.00,2013-05-10 05:48:02,882.00,failed,32,US,882.00,882.00,5000.00 +118298796,The Invention of E.J. Whitaker,Comic Books,Comics,USD,2016-03-26,7500.00,2016-02-25 16:01:32,17514.00,successful,442,US,17514.00,17514.00,7500.00 +1182995807,U.K Pop Group Frixion's American Promo Tour!,Pop,Music,CAD,2014-01-30,200000.00,2013-12-11 23:53:59,100.00,failed,1,CA,94.02,89.33,178651.18 +1182995820,Valhal,Tabletop Games,Games,EUR,2017-10-16,20000.00,2017-09-16 11:58:33,5794.00,canceled,136,DE,6367.68,6847.32,23635.91 +1182996383,PROJECT KIDZ,Hip-Hop,Music,USD,2011-02-28,10000.00,2011-01-29 19:37:17,122.22,failed,2,US,122.22,122.22,10000.00 +1183008445,the beauty of life ,Crafts,Crafts,USD,2010-09-20,2500.00,2010-08-10 13:27:54,5710.00,successful,96,US,5710.00,5710.00,2500.00 +1183014082,Tour: Help us get the music heard.,Rock,Music,USD,2011-09-01,1700.00,2011-07-28 20:34:54,35.00,failed,1,US,35.00,35.00,1700.00 +1183020953,Brian Zator-Marimba Solo and Chamber Albums,Classical Music,Music,USD,2015-02-27,4500.00,2015-01-28 04:57:29,6015.00,successful,84,US,6015.00,6015.00,4500.00 +11830237,Pet Stones memorial markers for the animals in our families,Crafts,Crafts,USD,2014-04-15,25000.00,2014-02-14 11:24:37,55.00,failed,2,US,55.00,55.00,25000.00 +1183024059,Squares - A Documentary Film,Documentary,Film & Video,USD,2014-04-27,3000.00,2014-03-13 16:46:37,3237.00,successful,75,US,3237.00,3237.00,3000.00 +1183024134,Follow a Firefighter,Documentary,Film & Video,AUD,2015-08-25,2500.00,2015-07-26 11:58:00,20.00,failed,2,AU,14.57,14.27,1784.18 +1183036673,Participate: Together We Can End Racism,Journalism,Journalism,USD,2015-03-20,50000.00,2015-01-22 00:04:35,1.00,failed,1,US,1.00,1.00,50000.00 +"11830385,Streetlight,Music,Music,GBP,2016-04-16,3000.00,2016-03-17 00:33:30,0.00,undefined,0,""N,0"""""",,0.00,4313.38" +1183055454,Grandma App to help families find quality child care,Apps,Technology,USD,2016-11-23,7500.00,2016-10-24 19:21:25,0.00,failed,0,US,0.00,0.00,7500.00 +1183059737,Truth Or Err Social Media Trivia Game,Mobile Games,Games,USD,2017-01-15,20000.00,2016-12-16 07:45:30,10.00,failed,1,US,0.00,10.00,20000.00 +1183068310,The Truth Project,Fiction,Publishing,USD,2013-02-10,2500.00,2013-01-11 20:24:58,0.00,failed,0,US,0.00,0.00,2500.00 +1183069001,Hope for the Rebels in a far away galaxy - Prop Replica,Art,Art,USD,2017-02-07,500.00,2017-01-18 03:35:35,3329.00,successful,66,US,1829.00,3329.00,500.00 +1183070258,Eclipse: a simple concept in lighting,Design,Design,USD,2013-11-25,5000.00,2013-10-21 23:25:16,18428.48,successful,337,US,18428.48,18428.48,5000.00 +1183070862,REWIND - a Short Film,Shorts,Film & Video,EUR,2015-08-03,1000.00,2015-07-04 16:55:12,1098.00,successful,28,FR,1217.88,1201.33,1094.10 +1183075541,Basic MAN: Life changing basics for under $20.,Apparel,Fashion,USD,2017-07-01,10000.00,2017-05-23 15:35:37,13941.00,successful,201,US,4099.00,13941.00,10000.00 +1183084584,Act for Change: Healing Minds,Documentary,Film & Video,GBP,2014-08-13,16000.00,2014-07-14 22:47:13,1638.00,failed,38,GB,2804.44,2733.83,26704.05 +1183088783,Steve McClain - New EP - Nashville recording project,Rock,Music,USD,2014-11-06,1000.00,2014-10-07 00:00:59,465.00,failed,12,US,465.00,465.00,1000.00 +1183090101,The Travel Academy: Uniting Education and Travel,Web,Journalism,CAD,2016-09-07,3000.00,2016-08-08 08:26:01,1.00,failed,1,CA,0.00,0.77,2315.35 +1183092927,NIGHT LAND,Shorts,Film & Video,GBP,2014-07-06,5000.00,2014-05-17 08:32:29,5048.00,successful,33,GB,8476.00,8642.21,8560.03 +1183101009,The Crimson Rose Cafe,Web,Technology,USD,2015-05-22,3000.00,2015-03-23 06:07:21,0.00,failed,0,US,0.00,0.00,3000.00 +1183101696,WhoCaresLdn,Apparel,Fashion,GBP,2015-09-26,3000.00,2015-08-27 13:54:29,0.00,failed,0,GB,0.00,0.00,4550.14 +1183104466,Strumbuddy Magnetic Smartphone Holder for Musicians,Technology,Technology,USD,2012-02-11,5000.00,2011-12-13 03:53:22,447.00,failed,12,US,447.00,447.00,5000.00 +1183113141,Ketchung! Ketchup with Attitude,Small Batch,Food,USD,2015-05-28,6500.00,2015-04-28 21:47:10,6871.00,successful,144,US,6871.00,6871.00,6500.00 +"118311820,""Miss Krystle's New Album """"Bad Girl"""""",Pop,Music,USD,2013-07-01,30000.00,2013-06-01 18:10:01,10760.00,failed,53,US,10760.00,10760.00,30000.00" +1183122991,Bonjour | Hello,Graphic Design,Design,GBP,2017-11-05,500.00,2017-10-06 14:31:05,0.00,failed,0,GB,0.00,0.00,659.39 +1183125827,Power: Thesis Show on Kickstarter,Digital Art,Art,USD,2011-10-15,500.00,2011-09-15 19:13:03,646.00,successful,17,US,646.00,646.00,500.00 +1183131300,Project Battleground: a Soundtrack by Matt Campana,Classical Music,Music,USD,2011-09-02,4500.00,2011-08-03 12:00:10,20.00,failed,1,US,20.00,20.00,4500.00 +118313335,Steampunk Fairy Coloring Books & Quilt Charm,Art Books,Publishing,USD,2017-08-11,500.00,2017-07-12 23:54:53,540.00,successful,14,US,326.00,540.00,500.00 +1183136767,Butterfly Caught - the Movie,Drama,Film & Video,USD,2015-09-16,15000.00,2015-08-17 17:56:17,16166.00,successful,120,US,16166.00,16166.00,15000.00 +1183140736,Help VerseCity finish their New Album!,Rock,Music,USD,2011-06-13,2200.00,2011-04-21 01:53:38,2423.50,successful,27,US,2423.50,2423.50,2200.00 +1183143694,Organic Coconut Oil and Honey Drops!,Vegan,Food,USD,2017-05-10,10000.00,2017-04-10 21:44:53,0.00,failed,0,US,0.00,0.00,10000.00 +1183146321,Issues Prodcutions,Film & Video,Film & Video,USD,2014-08-27,15000.00,2014-07-08 08:48:44,0.00,failed,0,US,0.00,0.00,15000.00 +"1183160176,""Anthony Small's """"The Christmas Kings of Comedy"""""",Film & Video,Film & Video,USD,2013-09-06,200000.00,2013-08-22 17:36:14,0.00,failed,0,US,0.00,0.00,200000.00" +1183166606,Gibson Custom Cutting Boards 3,Crafts,Crafts,USD,2016-04-04,500.00,2016-03-05 04:08:18,166.00,failed,5,US,166.00,166.00,500.00 +1183169321,Stoke: Gourmet BBQ Meats and Appetisers,Food,Food,GBP,2015-04-01,10000.00,2015-02-21 11:14:16,7317.00,failed,43,GB,11287.85,10831.50,14803.19 +1183170755,Will Armstrong X's first solo record,Country & Folk,Music,USD,2012-12-14,1700.00,2012-11-14 23:29:18,276.00,failed,6,US,276.00,276.00,1700.00 +1183174105,Snark Haus: Greetings for the Wicked Truth,Art,Art,USD,2012-09-15,7500.00,2012-08-22 00:34:23,8291.00,successful,86,US,8291.00,8291.00,7500.00 +1183202974,Ok Sock Printed Designer Socks,Fashion,Fashion,USD,2013-09-11,3000.00,2013-08-17 20:31:04,3283.00,successful,76,US,3283.00,3283.00,3000.00 +1183211160,Flight of the Frog,Animation,Film & Video,USD,2013-07-04,10000.00,2013-06-04 20:56:17,3876.00,failed,46,US,3876.00,3876.00,10000.00 +1183216971,The Dead Among Us #1,Comics,Comics,USD,2014-01-20,5058.00,2013-12-21 18:25:43,1263.00,failed,32,US,1263.00,1263.00,5058.00 +118322012,Ugly Babies - The funny revolution of revolted babies!,Games,Games,GBP,2013-02-15,7000.00,2013-01-16 15:35:40,35.00,failed,5,GB,56.27,54.20,10840.95 +1183235521,AUTISM DOCUMENTARY,Film & Video,Film & Video,USD,2011-06-04,80000.00,2011-03-05 02:22:46,0.00,failed,0,US,0.00,0.00,80000.00 +1183252037,Killa Socks | Wicked Awesome Socks!,Apparel,Fashion,USD,2017-05-31,10000.00,2017-05-01 21:38:51,661.00,failed,10,US,243.00,661.00,10000.00 +1183252275,Jazz it Up! Season 3,Jazz,Music,USD,2011-03-15,75000.00,2011-02-03 02:41:00,1035.00,failed,17,US,1035.00,1035.00,75000.00 +1183256991,Life Project: A Look at the Impact of Mentors,Documentary,Film & Video,USD,2016-09-08,3000.00,2016-08-09 18:01:08,3040.00,successful,39,US,1326.00,3040.00,3000.00 +1183257584,Greg Hinkle is 'ANGRY'.,Comics,Comics,USD,2011-09-17,250.00,2011-08-24 21:25:57,905.00,successful,24,US,905.00,905.00,250.00 +118325801,Smartphone Case that Suppresses and Contains Battery Fires,Technology,Technology,USD,2016-12-15,35000.00,2016-11-15 22:11:21,300.00,failed,3,US,0.00,300.00,35000.00 +1183258718,Heroes of Forevia,Video Games,Games,USD,2012-04-07,10000.00,2012-03-08 09:12:51,3076.89,failed,121,US,3076.89,3076.89,10000.00 +"11832678,""In Clover, by Fiery Crash"",Indie Rock,Music,USD,2015-01-19,6000.00,2014-12-21 06:33:26,6165.00,successful,84,US,6165.00,6165.00,6000.00" +1183272078,Varsity Entertainment Concert Series,R&B,Music,USD,2017-07-17,50000.00,2017-06-17 04:34:16,0.00,failed,0,US,0.00,0.00,50000.00 +1183277594,Black Holes,Animation,Film & Video,USD,2017-03-28,100000.00,2017-02-21 16:37:55,128785.00,successful,1358,US,9946.00,128785.00,100000.00 +1183293821,Bloom (Canceled),Video Games,Games,USD,2012-12-18,150000.00,2012-11-03 00:24:25,6571.00,canceled,164,US,6571.00,6571.00,150000.00 +1183297832,QG-1 | Precision Brass Gyroscope,Design,Design,USD,2017-12-17,4000.00,2017-11-17 18:35:45,4346.00,successful,32,US,2605.00,4346.00,4000.00 +1183302170,MOC Me!,Publishing,Publishing,USD,2010-11-02,500.00,2010-10-20 19:05:48,125.00,failed,3,US,125.00,125.00,500.00 +1183303550,Omega Neo-Geo MVS Replacement Cartridge Shells,Video Games,Games,USD,2013-05-24,22500.00,2013-04-24 19:07:43,3753.00,failed,47,US,3753.00,3753.00,22500.00 +1183313389,Flowing Blade Bushido: A Comic Book Series - Issue #1,Comic Books,Comics,USD,2015-03-08,2500.00,2015-02-06 22:48:05,2965.00,successful,65,US,2965.00,2965.00,2500.00 +"1183316537,""Michale Graves """"The Voice of Liberty"""" RADIO WVNJ 1160 AM"",Journalism,Journalism,USD,2014-07-21,2500.00,2014-07-13 23:52:46,918.00,failed,23,US,918.00,918.00,2500.00" +1183319785,Enkel - Changing fashion one T-shirt at a time,Apparel,Fashion,DKK,2015-01-16,60000.00,2014-12-16 15:22:01,67660.00,successful,156,DK,11327.78,10545.84,9351.91 +1183320259,Placebo Effect,Video Games,Games,USD,2015-06-27,10000.00,2015-05-28 17:53:35,1508.00,failed,17,US,1508.00,1508.00,10000.00 +1183321571,The Lighthouse and the Lock cartoon - funny stuff for kids.,Animation,Film & Video,GBP,2013-05-17,37956.00,2013-04-17 14:08:19,8315.01,failed,125,GB,12705.85,12667.21,57822.74 +1183324743,The Oldest Sport,Documentary,Film & Video,USD,2013-04-07,50000.00,2013-03-08 03:41:37,1.23,failed,1,US,1.23,1.23,50000.00 +1183326832,Norwood Arena - The Movie. A Documentary Feature Film.,Documentary,Film & Video,USD,2014-07-18,6000.00,2014-05-23 23:38:28,6042.00,successful,52,US,6042.00,6042.00,6000.00 +1183333301,Corrigans Catering is in need of a food truck.,Food Trucks,Food,USD,2014-08-18,15000.00,2014-07-19 02:17:09,661.00,failed,23,US,661.00,661.00,15000.00 +1183333883,Wadude-Adventurous,Accessories,Fashion,USD,2017-11-07,1000.00,2017-09-08 02:28:35,316.00,failed,7,US,0.00,316.00,1000.00 +1183336234,Reconnect,Radio & Podcasts,Publishing,USD,2015-02-16,740.00,2015-02-06 00:11:27,960.00,successful,15,US,960.00,960.00,740.00 +1183340086,HEart Movement,Workshops,Dance,USD,2015-09-02,2000.00,2015-08-03 19:41:28,478.00,failed,7,US,478.00,478.00,2000.00 +118334197,Red Ops 5: Asylum- A Miniatures Game of Modern Horror,Tabletop Games,Games,USD,2015-12-14,1500.00,2015-11-20 00:56:16,3365.00,successful,63,US,3365.00,3365.00,1500.00 +1183342048,Surfboards For A Shared Planet,Technology,Technology,USD,2016-05-28,40000.00,2016-04-18 17:15:52,3626.00,failed,46,US,3626.00,3626.00,40000.00 +1183347744,Taxi Gourmet: The Berlin Chapter & The Book,Journalism,Journalism,USD,2010-06-15,2350.00,2010-04-08 06:21:19,3526.00,successful,56,US,3526.00,3526.00,2350.00 +1183348134,MagicWand: A wireless remote control for Blackmagic Cameras,Film & Video,Film & Video,AUD,2014-02-10,3500.00,2014-01-20 13:21:06,950.00,failed,8,AU,834.15,858.02,3161.13 +1183353094,Bad Apples™ -The highly offensive unofficial expansion packs,Tabletop Games,Games,CAD,2016-06-03,161.00,2016-05-04 01:36:36,390.00,canceled,29,CA,311.01,298.07,123.05 +1183363722,My 1st Music Single.,Music,Music,USD,2012-06-02,2100.00,2012-05-03 19:44:18,325.00,failed,4,US,325.00,325.00,2100.00 +"1183369893,""Funny Gloves, the evolution to the original catch game."",Games,Games,USD,2014-03-05,40000.00,2014-02-03 12:32:01,20.00,failed,3,US,20.00,20.00,40000.00" +1183370581,Mystery Dice (Canceled),Tabletop Games,Games,USD,2014-04-27,5000.00,2014-03-22 00:59:10,504.00,canceled,9,US,504.00,504.00,5000.00 +"1183376328,""Sleepy Hollow, The Musical ~Heads Will Roll~"",Theater,Theater,USD,2014-01-26,4200.00,2013-12-27 13:24:29,5133.00,successful,78,US,5133.00,5133.00,4200.00" +1183378014,Hunter & Cron - Essen Livestream - Berlin Con 2016,Tabletop Games,Games,EUR,2016-05-15,2000.00,2016-04-16 08:59:46,11557.72,successful,266,DE,13016.02,12966.53,2243.79 +1183386665,Spikes And Doors For The Android Platform,Video Games,Games,USD,2013-08-07,20000.00,2013-07-08 20:26:49,66.00,failed,3,US,66.00,66.00,20000.00 +"1183387446,""Quilter's Notions ~ Modern design, forged in tradition"",Textiles,Art,USD,2017-03-26,20000.00,2017-03-01 05:31:28,176.00,failed,3,US,90.00,176.00,20000.00" +1183389916,Heart and Hearth,Food,Food,USD,2016-09-09,100000.00,2016-08-10 02:44:52,100.00,failed,1,US,100.00,100.00,100000.00 +"1183390259,""""""The Family Business"""" Web Series"",Webseries,Film & Video,USD,2014-04-30,2500.00,2014-04-02 23:51:27,376.00,failed,10,US,376.00,376.00,2500.00" +118340765,Warriors of Kitri Animated Film,Narrative Film,Film & Video,USD,2014-02-08,15000.00,2014-01-04 05:22:26,1355.00,failed,26,US,1355.00,1355.00,15000.00 +1183408942,One Fell Swoop,Shorts,Film & Video,USD,2010-11-03,1000.00,2010-10-04 07:55:13,45.00,failed,2,US,45.00,45.00,1000.00 +1183418519,Whitney Lyman Records an Original Album!,Country & Folk,Music,USD,2011-03-15,1200.00,2011-02-14 00:18:36,1250.00,successful,34,US,1250.00,1250.00,1200.00 +1183418554,Saving Fukushima - Happy Whale and Tiny Whale,Children's Books,Publishing,USD,2014-04-03,9000.00,2014-03-04 00:15:34,65.00,failed,3,US,65.00,65.00,9000.00 +118341858,Aquakit - the complete home aquaponics,Spaces,Food,USD,2016-07-21,20000.00,2016-06-21 16:53:23,2201.00,failed,8,US,910.00,2201.00,20000.00 +1183427795,SPLASH 25 - World's First Dry Pack Powered by Air,Product Design,Design,USD,2015-12-01,30000.00,2015-11-02 16:02:54,11149.00,failed,112,US,11149.00,11149.00,30000.00 +1183428847,Images of Flood Recovery,Photography,Photography,USD,2014-03-07,2000.00,2014-01-21 02:27:03,11.00,failed,2,US,11.00,11.00,2000.00 +1183429048,Tortolita Ultralight Aviation,Flight,Technology,USD,2015-03-17,6500.00,2015-02-15 06:33:27,3.00,failed,3,US,3.00,3.00,6500.00 +"1183437303,""BUZZZ: Play the Game, Save the Bees"",Games,Games,USD,2015-08-13,12000.00,2015-07-14 12:43:57,5345.00,failed,48,US,5345.00,5345.00,12000.00" +1183446991,Datut: A Different Social Networking Website,Web,Technology,EUR,2016-12-31,10000.00,2016-12-15 10:08:48,27.00,failed,2,ES,0.00,28.59,10588.96 +1183447858,LederKraft Studios first ever 100% customer driven range,Fashion,Fashion,GBP,2013-04-07,25000.00,2013-02-06 22:14:43,9717.00,failed,49,GB,15306.27,14926.04,38401.87 +118344819,The Sonic Boom Gyroscope: High precision toy!,Product Design,Design,CAD,2015-05-22,19000.00,2015-04-17 01:31:28,21287.00,successful,245,CA,17031.75,17448.36,15573.77 +118346671,Save Kowabunga Comics!,Comics,Comics,USD,2014-05-18,50000.00,2014-04-17 04:33:58,1048.00,failed,24,US,1048.00,1048.00,50000.00 +118347433,Create a hairdressing search & book app,Apps,Technology,AUD,2017-05-07,15000.00,2017-04-07 22:34:23,1.00,failed,1,AU,0.75,0.74,11074.20 +1183495942,Avery where's your bottle?,Children's Books,Publishing,CAD,2015-01-01,4000.00,2014-12-02 20:43:35,0.00,failed,0,CA,0.00,0.00,3424.07 +1183498427,Crooked (Canceled),Theater,Theater,USD,2012-03-04,800.00,2012-01-05 02:11:21,50.00,canceled,1,US,50.00,50.00,800.00 +1183505873,Young Voices Nation: The Book Project,Publishing,Publishing,USD,2011-06-01,1000.00,2011-04-21 00:49:23,1110.00,successful,38,US,1110.00,1110.00,1000.00 +1183506780,Pittsburgh CAPA Voice Department presents Foss' GRIFFELKIN,Theater,Theater,USD,2013-01-12,1500.00,2012-12-13 01:39:57,895.00,failed,19,US,895.00,895.00,1500.00 +"1183521628,""Le design graphique, quand on y connaît rien."",Graphic Design,Design,EUR,2017-09-16,530.00,2017-09-01 13:35:17,910.00,successful,37,FR,135.37,1088.45,633.93" +"1183522271,""Ekah Kim's 3rd Studio Album - """"New Ground"""""",Jazz,Music,USD,2012-12-03,1650.00,2012-11-13 19:39:25,1795.00,successful,54,US,1795.00,1795.00,1650.00" +1183532717,ELISA PALOMINO MEMORIES,Art Books,Publishing,GBP,2016-03-29,5000.00,2016-02-28 13:57:13,6932.00,successful,102,GB,9616.83,9919.44,7154.82 +1183537451,Milestone,Documentary,Film & Video,GBP,2014-03-17,550.00,2014-03-04 23:45:49,655.00,successful,34,GB,1096.82,1080.04,906.90 +1183551538,Pieces of the World,Classical Music,Music,USD,2013-01-10,8000.00,2012-12-11 00:20:52,8875.00,successful,126,US,8875.00,8875.00,8000.00 +"1183559362,""Republish book """"China, Mother of Gardens"""""",Nonfiction,Publishing,AUD,2015-11-10,10000.00,2015-09-11 15:37:43,0.00,failed,0,AU,0.00,0.00,7139.29" +1183564671,FEATURE PRESENTATION,Performances,Dance,USD,2016-06-01,5000.00,2016-04-29 22:43:14,5890.00,successful,108,US,5890.00,5890.00,5000.00 +1183570896,The Hooded Eagle,Comic Books,Comics,USD,2017-03-11,2500.00,2017-02-14 18:20:35,1.00,failed,1,US,0.00,1.00,2500.00 +1183573458,Agophobia,Shorts,Film & Video,USD,2011-08-01,10000.00,2011-06-15 07:26:36,3533.00,failed,19,US,3533.00,3533.00,10000.00 +1183598394,Cartoonish Artwear Release/Art Show,Art,Art,USD,2014-05-10,8000.00,2014-04-10 22:01:57,1.00,failed,1,US,1.00,1.00,8000.00 +"118359841,""""""Photos by Kent"""""",Narrative Film,Film & Video,USD,2012-03-24,20000.00,2012-01-24 18:11:48,5.00,failed,1,US,5.00,5.00,20000.00" +1183606331,Montage Arts Journal,Periodicals,Publishing,USD,2012-03-19,2500.00,2012-02-02 21:41:30,2685.69,successful,52,US,2685.69,2685.69,2500.00 +1183608163,Help me buy a really expensive TF2 Unusual (Canceled),Video Games,Games,USD,2015-10-28,2000.00,2015-08-29 23:55:16,0.00,canceled,0,US,0.00,0.00,2000.00 +"1183613455,""Your Cloud Desktop, Anywhere, Any Device, Any Time."",Software,Technology,EUR,2016-02-04,6000.00,2016-01-05 23:01:36,0.00,canceled,0,IE,0.00,0.00,6721.18" +1183615385,StudioSS Apparel,Apparel,Fashion,USD,2016-10-17,1000.00,2016-08-20 05:31:53,1004.00,successful,11,US,419.00,1004.00,1000.00 +1183635308,Country Crush Lifting Handle,Product Design,Design,USD,2015-05-22,35000.00,2015-04-22 17:45:40,625.00,failed,8,US,625.00,625.00,35000.00 +1183638441,The Wabash Lights - The Beta Test,Public Art,Art,USD,2015-07-27,55000.00,2015-06-24 15:33:27,59480.61,successful,918,US,59480.61,59480.61,55000.00 +"1183650856,""The Last of the Pagan Babies, A Feature Documentary"",Documentary,Film & Video,USD,2011-02-05,7500.00,2010-12-22 06:36:18,7828.00,successful,94,US,7828.00,7828.00,7500.00" +1183653409,Shonen King,Comics,Comics,USD,2014-05-19,1450.00,2014-03-30 21:46:58,1485.00,successful,32,US,1485.00,1485.00,1450.00 +1183656779,Holy Toledo!,Nonfiction,Publishing,USD,2013-05-02,9000.00,2013-04-02 14:15:02,12240.00,successful,228,US,12240.00,12240.00,9000.00 +1183657699,Urban Myth Investigators comic (Canceled),Comic Books,Comics,USD,2014-11-11,550.00,2014-10-17 20:14:30,0.00,canceled,0,US,0.00,0.00,550.00 +1183661353,Hard Rock Cafe - A Book - The History -The Music -The Museum,Nonfiction,Publishing,USD,2014-05-04,38000.00,2014-04-09 17:43:50,5.00,failed,1,US,5.00,5.00,38000.00 +118366466,Dust City Diner 2013,Performance Art,Art,USD,2013-06-19,3000.00,2013-05-22 03:50:46,3196.00,successful,78,US,3196.00,3196.00,3000.00 +"1183667821,The Forgotten Fairground :: Short Film & Debut Album,Music,Music,GBP,2015-10-10,5000.00,2015-09-10 01:04:58,5380.00,undefined,0,""N,0"""""",,8308.37,7721.53" +1183668027,FunVax - A Film About The Conspiracy,Documentary,Film & Video,USD,2012-12-19,10000.00,2012-11-26 18:27:28,3110.01,failed,48,US,3110.01,3110.01,10000.00 +1183670234,Something Different,Tabletop Games,Games,USD,2013-07-09,4000.00,2013-06-09 07:00:02,58766.58,successful,3251,US,58766.58,58766.58,4000.00 +11836744,The Missing Sock Project,Fashion,Fashion,USD,2017-07-28,50000.00,2017-06-28 03:12:54,4.00,failed,2,US,0.00,4.00,50000.00 +1183693361,maverick engine-generator - true efficiency,Technology,Technology,USD,2013-09-23,1000.00,2013-08-24 21:45:04,238.00,failed,15,US,238.00,238.00,1000.00 +1183700316,Queer Heartache,Festivals,Theater,USD,2016-06-22,5000.00,2016-05-31 20:00:11,5062.00,successful,107,US,5062.00,5062.00,5000.00 +1183700574,HIMALAYAN HOODIE - WARM & Superlight - High Performing,Apparel,Fashion,USD,2015-02-28,20000.00,2015-02-02 06:04:21,21706.00,successful,153,US,21706.00,21706.00,20000.00 +1183709455,Eighty-Six: The Series,Webseries,Film & Video,USD,2011-10-16,2750.00,2011-09-06 03:57:16,2839.00,successful,21,US,2839.00,2839.00,2750.00 +1183709521,sometimes,Illustration,Art,USD,2015-03-29,2300.00,2015-02-27 04:02:08,20.00,failed,1,US,20.00,20.00,2300.00 +1183712593,Board Game Republic: board game cafe & pub,Tabletop Games,Games,USD,2015-11-24,6200.00,2015-11-06 07:36:22,7565.00,successful,154,US,7565.00,7565.00,6200.00 +1183720247,Your Personal Theme Song,Music,Music,USD,2015-06-18,800.00,2015-05-19 19:49:55,100.00,failed,2,US,100.00,100.00,800.00 +1183723195,Mahoyo Breaking Stereotypes: South Africa,Documentary,Film & Video,GBP,2013-11-21,15000.00,2013-09-23 09:40:54,7779.75,failed,42,GB,12454.12,12603.89,24301.34 +1183723565,2014 undergroundzero festival (Canceled),Theater,Theater,USD,2014-05-02,7000.00,2014-04-02 15:16:21,2815.00,canceled,38,US,2815.00,2815.00,7000.00 +1183725897,Cornhole Covers: Interchangeable tops for cornhole boards,Product Design,Design,USD,2017-06-16,5000.00,2017-05-25 07:22:02,5487.00,successful,40,US,1260.00,5487.00,5000.00 +1183728392,The Stand Up Desk Kit,Product Design,Design,USD,2012-11-01,20000.00,2012-10-01 11:05:24,6528.00,failed,42,US,6528.00,6528.00,20000.00 +1183734845,Local Area Drone Dispatch and Authorization System (LADDAS),Software,Technology,USD,2015-10-02,300000.00,2015-08-18 05:39:58,0.00,failed,0,US,0.00,0.00,300000.00 +1183742132,Oracle® Solaris 11 Administration: Expert Wisdom,Nonfiction,Publishing,GBP,2013-05-26,7500.00,2013-03-26 23:46:33,0.00,failed,0,GB,0.00,0.00,11426.83 +1183747058,Cruzamente CD is coming!,World Music,Music,USD,2014-02-12,2000.00,2014-01-12 17:38:05,2286.00,successful,42,US,2286.00,2286.00,2000.00 +1183749657,Fallen Hero Rises (Canceled),Video Games,Games,EUR,2015-01-15,1000000.00,2014-11-16 04:39:55,1002.00,canceled,2,NL,1247.91,1161.12,1158802.26 +1183754044,Chester: The Hand-Drawn/8-Bit/LCD/Blueprint/etc. platformer!,Video Games,Games,USD,2011-05-23,3000.00,2011-04-23 07:54:01,3514.58,successful,124,US,3514.58,3514.58,3000.00 +118375833,Saffron: Tales from the Persian Kitchen,Food,Food,GBP,2013-05-21,8500.00,2013-04-21 10:05:26,10702.00,successful,277,GB,16299.96,16158.84,12834.06 +1183761108,Candyman 2,Documentary,Film & Video,USD,2013-06-02,40000.00,2013-05-03 01:35:47,1606.00,failed,23,US,1606.00,1606.00,40000.00 +1183765777,Urban Spray Paint Art Stall,Painting,Art,AUD,2015-05-23,500.00,2015-04-23 15:53:52,100.00,failed,1,AU,77.63,76.51,382.56 +1183779655,XRay Times (Canceled),Print,Journalism,USD,2015-05-01,22500.00,2015-04-01 23:26:34,0.00,canceled,0,US,0.00,0.00,22500.00 +1183779891,MEGAN MOSHOLDER for ArtPrize,Public Art,Art,USD,2014-09-07,6000.00,2014-08-08 22:17:25,6034.00,successful,113,US,6034.00,6034.00,6000.00 +1183780840,American Police State: The Fall of Freedom,Documentary,Film & Video,USD,2014-08-30,25000.00,2014-07-31 07:00:45,1.00,failed,1,US,1.00,1.00,25000.00 +1183782784,SAVIOR OF THE SOUTH,Horror,Film & Video,USD,2017-02-18,10000.00,2017-01-15 21:11:28,140.00,failed,4,US,0.00,140.00,10000.00 +1183788228,A Delicate Love - Short Film,Drama,Film & Video,GBP,2015-05-18,7000.00,2015-04-24 17:07:35,7440.00,successful,174,GB,11171.71,11636.27,10948.11 +1183789976,TATTUAGE - Metal Tattoo Jewelry,Jewelry,Fashion,USD,2016-12-16,10000.00,2016-10-26 18:20:59,2289.00,failed,26,US,94.00,2289.00,10000.00 +1183801861,Electric Brewing,DIY,Crafts,USD,2015-09-23,200.00,2015-08-24 15:53:44,470.00,successful,10,US,470.00,470.00,200.00 +1183802592,The Weed Chronicles,Music,Music,USD,2015-11-22,50000.00,2015-10-23 20:47:24,0.00,failed,0,US,0.00,0.00,50000.00 +1183808347,Black Velvet Restaurant & Lounge,Restaurants,Food,USD,2015-06-18,400000.00,2015-05-19 00:49:38,0.00,failed,0,US,0.00,0.00,400000.00 +118383554,Scrabble Game Fun Time -YOUTH & ADULTS,Tabletop Games,Games,USD,2016-09-22,1200.00,2016-08-23 20:40:06,0.00,failed,0,US,0.00,0.00,1200.00 +1183840684,Girls with no Name. The Book.,Photobooks,Photography,EUR,2017-12-12,16500.00,2017-11-06 14:57:37,16747.00,successful,161,ES,29.02,19771.44,19479.83 +1183842546,GamerTutors,Web,Technology,USD,2017-12-09,20000.00,2017-11-09 03:59:23,201.00,failed,3,US,0.00,201.00,20000.00 +1183844801,CITIZEN WEALTH,Documentary,Film & Video,USD,2013-05-15,30000.00,2013-04-15 22:21:29,32021.00,successful,264,US,32021.00,32021.00,30000.00 +1183845664,AMERICAN UBUNTU - a healing story for the USA,Narrative Film,Film & Video,USD,2012-12-12,30000.00,2012-11-09 00:55:51,30968.82,successful,276,US,30968.82,30968.82,30000.00 +1183854108,New Company - New Music Releases,Music,Music,USD,2017-09-04,5000.00,2017-08-05 19:24:00,22.00,failed,3,US,11.00,22.00,5000.00 +1183858837,Coinsol - A wallet with unlimited card slots,Product Design,Design,HKD,2017-01-31,5000.00,2016-12-22 15:03:28,21200.00,successful,48,HK,1387.20,2732.21,644.39 +1183869612,DualCase - The Ultimate All-In-One Solution for your iPhone,Gadgets,Technology,CAD,2017-03-30,3000.00,2017-02-28 08:25:39,36072.00,successful,327,CA,2267.19,27034.40,2248.37 +1183872061,MESA | The Ultimate Portable Light,Product Design,Design,USD,2017-09-14,35000.00,2017-08-15 15:14:04,41643.00,successful,292,US,4573.00,41643.00,35000.00 +"1183883074,""The GoBoat. Personal, Portable Watercraft"",Product Design,Design,USD,2016-06-02,338000.00,2016-04-28 13:51:52,295014.00,failed,774,US,295014.00,295014.00,338000.00" +118389673,animator.js,Web,Technology,USD,2014-11-09,25000.00,2014-10-10 16:16:52,75.00,failed,3,US,75.00,75.00,25000.00 +1183906606,HAYFIELDS,Comedy,Film & Video,GBP,2017-10-10,500.00,2017-08-11 22:05:48,590.00,successful,38,GB,0.00,783.09,663.63 +"1183906822,""The Mother, the Daughter, and the Museum"",Painting,Art,USD,2012-12-12,2000.00,2012-11-12 19:24:57,2211.00,successful,40,US,2211.00,2211.00,2000.00" +1183906857,Las Vegas Bikini Team Reality TV Show (Canceled),Television,Film & Video,USD,2015-07-18,100000.00,2015-06-18 04:03:53,0.00,canceled,0,US,0.00,0.00,100000.00 +1183910313,The Time Machine: a 3D Comic adaptation,Comics,Comics,USD,2011-06-18,3500.00,2011-05-24 22:25:44,30.00,failed,1,US,30.00,30.00,3500.00 +1183910769,Trish McAleny's Debut Album,Country & Folk,Music,USD,2013-07-30,7500.00,2013-05-31 21:26:42,176.00,failed,5,US,176.00,176.00,7500.00 +"1183915721,""""""Visiting & Understanding Canada for Yankees"""" travel book"",Nonfiction,Publishing,USD,2014-01-19,1000.00,2013-12-20 05:33:55,80.00,failed,5,US,80.00,80.00,1000.00" +1183919227,Mybasin Personal Support App,Apps,Technology,USD,2018-01-13,7500.00,2017-12-14 19:35:05,10.00,live,1,US,10.00,10.00,7500.00 +"118392388,""Pardon the Imperfection presents """"Beatrice"""""",Shorts,Film & Video,USD,2015-02-23,1870.00,2015-02-06 01:28:52,1940.00,successful,49,US,1940.00,1940.00,1870.00" +1183925315,The Journey Home ,Documentary,Film & Video,USD,2010-12-10,4000.00,2010-09-21 04:44:59,4000.00,successful,45,US,4000.00,4000.00,4000.00 +1183928052,Rolling Out Arista Pasta,Food,Food,USD,2013-12-02,20000.00,2013-11-01 05:17:37,1775.00,failed,30,US,1775.00,1775.00,20000.00 +1183937631,Cerevellum: The Future of Cycling Safety and Performance,Hardware,Technology,USD,2013-12-14,84000.00,2013-11-14 16:17:30,17269.00,failed,59,US,17269.00,17269.00,84000.00 +1183941015,Gay-*sia: The Serpent Charmer,Photography,Photography,USD,2011-04-22,450.00,2011-03-22 08:41:25,0.00,failed,0,US,0.00,0.00,450.00 +1183944824,Studio Equipment to Bring You New Instrumentals,Music,Music,USD,2017-02-11,3000.00,2017-01-12 05:25:56,0.00,failed,0,US,0.00,0.00,3000.00 +1183952754,Lo-Fi SES: Hackable 8-bit chiptunes instrument (Canceled),Sound,Technology,USD,2014-12-10,5000.00,2014-10-26 22:26:03,27219.50,canceled,263,US,27219.50,27219.50,5000.00 +1183956867,FITU - All For Breast Health/ Organic Customized Bra,Apparel,Fashion,SGD,2017-11-15,3000.00,2017-10-25 16:53:20,0.00,failed,0,SG,0.00,0.00,2211.90 +"1183964856,""Belle D'Amour Exquisite Lingerie, Girls Sleepwear & PAP"",Fashion,Fashion,USD,2015-11-18,28000.00,2015-10-09 21:59:21,0.00,failed,0,US,0.00,0.00,28000.00" +1183965692,'5 Strangers',Theater,Theater,GBP,2017-03-26,1100.00,2017-03-08 13:59:08,1106.00,successful,63,GB,36.72,1382.10,1374.60 +1183969675,Make It Like Messi - A Documented Online Series,Documentary,Film & Video,AUD,2015-05-09,1500.00,2015-04-19 10:23:40,680.00,failed,6,AU,529.27,544.04,1200.10 +1183974189,Andrew McIntosh // Hyenas in the Temples of Pleasure,Classical Music,Music,USD,2014-02-09,5200.00,2014-01-16 17:16:54,5570.01,successful,92,US,5570.01,5570.01,5200.00 +"1183974604,""original music album, merch and touring capital"",Indie Rock,Music,USD,2017-11-14,1700.00,2017-10-15 21:09:40,0.00,failed,0,US,0.00,0.00,1700.00" +1183982227,Born in Chicago the Documentary,Documentary,Film & Video,USD,2014-11-07,250000.00,2014-09-23 16:06:14,32941.00,failed,103,US,32941.00,32941.00,250000.00 +1183983842,The Seer: A Portrait of Wendell Berry,Documentary,Film & Video,USD,2016-03-23,40000.00,2016-02-22 23:48:12,52063.00,successful,574,US,52063.00,52063.00,40000.00 +118398663,Flying Critters: A Really Fun Game for Kids & Adults Too,Video Games,Games,USD,2012-02-12,1700.00,2012-01-17 16:56:41,326.00,failed,5,US,326.00,326.00,1700.00 +1183991439,Fight School High School Chapter 1,Comic Books,Comics,USD,2017-11-01,800.00,2017-10-01 15:51:36,1244.00,successful,36,US,410.00,1244.00,800.00 +1183996314,Course: Learn the Complete App Developing Process with Swift,Software,Technology,SEK,2016-01-19,5000.00,2016-01-05 22:09:49,0.00,canceled,0,SE,0.00,0.00,582.72 +1183998830,Dust Glyphs: The Book Project,Nonfiction,Publishing,USD,2011-08-17,7500.00,2011-07-18 18:17:12,7721.00,successful,39,US,7721.00,7721.00,7500.00 +1184001026,Valhalla Mead: Pillage Responsibly,Drinks,Food,USD,2014-09-15,15000.00,2014-08-16 05:19:51,210.00,failed,4,US,210.00,210.00,15000.00 +1184007145,Good Things Come to Those Who Wait,Jazz,Music,USD,2010-12-10,3000.00,2010-11-11 22:31:58,3402.00,successful,76,US,3402.00,3402.00,3000.00 +1184009055,The Face Book - An Interactive Children's Book,Children's Books,Publishing,USD,2014-08-08,10000.00,2014-07-18 13:38:32,3765.00,failed,102,US,3765.00,3765.00,10000.00 +1184010910,Phil Kay's Book: Auto-blography of a Master Storyteller...,Nonfiction,Publishing,GBP,2013-07-07,3333.00,2013-05-30 13:45:18,5782.00,successful,189,GB,8689.48,8735.72,5035.66 +1184019844,Produce to the People: Community through Food,Food,Food,USD,2010-09-29,10000.00,2010-07-31 00:19:56,10223.04,successful,112,US,10223.04,10223.04,10000.00 +1184023104,The Internet Review of 2016,Periodicals,Publishing,USD,2017-01-06,3500.00,2016-12-05 15:26:35,14130.55,successful,384,US,415.00,14130.55,3500.00 +1184023732,Morf Music CD Worldwide,World Music,Music,GBP,2017-05-30,15000.00,2017-04-30 01:44:56,7070.00,canceled,142,GB,2395.62,9087.40,19280.21 +1184032892,Homemade Chocolate In The RAW - Recipe Book!,Publishing,Publishing,USD,2012-11-18,1700.00,2012-10-19 18:59:43,2572.17,successful,45,US,2572.17,2572.17,1700.00 +1184034222,- FROM THE LOST DAYS - Silent Hill 15th Anniversary Film,Narrative Film,Film & Video,GBP,2014-03-06,6000.00,2014-02-04 01:23:17,254.65,failed,16,GB,418.64,427.05,10062.05 +"1184037202,""""""SHOW ME THE HOFAX"""" NEW HOFAX APP #hofax, #catfax, #cockfax,"",Apps,Technology,USD,2016-02-22,2000.00,2016-01-23 21:58:51,40.00,failed,2,US,40.00,40.00,2000.00" +"1184041434,""Dizmio Wallet: Slim, Small, Minimal - RFID Blocking Wallet"",Product Design,Design,USD,2013-05-18,6000.00,2013-04-10 01:45:01,22856.26,successful,808,US,22856.26,22856.26,6000.00" +118404408,ClubView,Technology,Technology,USD,2016-04-18,500000.00,2016-03-04 20:27:55,1.00,failed,1,US,1.00,1.00,500000.00 +1184049143,Works on Paper 1990 through 2000,Art Books,Publishing,USD,2015-10-11,12000.00,2015-09-11 20:43:32,945.00,failed,9,US,945.00,945.00,12000.00 +1184059765,Fall into Ruins,Illustration,Art,USD,2017-02-15,1000.00,2017-01-16 19:38:07,1394.13,successful,22,US,699.13,1394.13,1000.00 +1184061387,Plus Size And Beautiful Magazine (Canceled),Young Adult,Publishing,USD,2014-10-30,3000.00,2014-09-30 20:02:45,0.00,canceled,0,US,0.00,0.00,3000.00 +1184064546,It's Gonna Blow!!! San Diego's Music Underground 1986-1996,Documentary,Film & Video,USD,2015-03-26,8000.00,2015-02-24 19:00:38,9665.00,successful,182,US,9665.00,9665.00,8000.00 +1184066815,Soul Train,Experimental,Film & Video,USD,2015-07-05,120000.00,2015-06-05 01:57:19,0.00,failed,0,US,0.00,0.00,120000.00 +1184068594,The Mysterious Couple (Canceled),Fiction,Publishing,USD,2014-09-20,500.00,2014-07-22 20:36:33,0.00,canceled,0,US,0.00,0.00,500.00 +118407346,Destructive EP,Indie Rock,Music,USD,2012-12-02,3000.00,2012-11-01 16:53:44,815.00,failed,13,US,815.00,815.00,3000.00 +1184080149,Man Hunt,Horror,Film & Video,USD,2016-10-12,40000.00,2016-09-12 21:37:11,0.00,canceled,0,US,0.00,0.00,40000.00 +1184087644,The Lethal Operator kydex wallet series,Product Design,Design,USD,2014-11-25,2500.00,2014-11-05 01:54:34,175.00,failed,5,US,175.00,175.00,2500.00 +1184123125,Nôrd by Nôrd - Sustainable Fashion,Accessories,Fashion,DKK,2016-04-01,60000.00,2016-03-02 21:41:52,5805.00,failed,15,DK,847.34,890.73,9206.55 +1184124262,The Ladder 2013 Yearbook. Lights-ProMazda-USF2000 Racing,Photography,Photography,USD,2014-01-20,16000.00,2013-12-23 20:21:20,5070.00,failed,45,US,5070.00,5070.00,16000.00 +"1184127845,""Beirut, Lebanon 1984"",Photography,Photography,USD,2011-05-28,2500.00,2011-04-13 06:49:38,30.00,failed,2,US,30.00,30.00,2500.00" +1184129671,Luxury sneakers and premium shoes at an affordable price.,Footwear,Fashion,USD,2015-10-16,15000.00,2015-09-01 17:03:09,135006.75,successful,545,US,135006.75,135006.75,15000.00 +1184129815,Psychological Thriller- Short Film Production in Manchester,Thrillers,Film & Video,GBP,2017-07-11,1300.00,2017-05-12 16:14:03,185.00,failed,2,GB,0.00,240.02,1686.63 +1184139693,[BRIC+]xtreme: ARMOR FOR YOUR IPHONE,Product Design,Design,USD,2014-05-03,25000.00,2014-04-03 22:03:24,26057.00,successful,132,US,26057.00,26057.00,25000.00 +118414225,Friend Funding a Firestarter before Kickstarter your project,Web,Technology,EUR,2016-06-27,5000.00,2016-05-20 14:18:41,44.00,failed,9,FR,49.48,48.99,5567.49 +1184148822,Sports Podcast,Audio,Journalism,USD,2014-11-09,1500.00,2014-10-10 21:03:42,46.00,failed,4,US,46.00,46.00,1500.00 +1184150227,Pop! Apparel Co. • Super Rad Screen Printed Tees for All,Fashion,Fashion,USD,2015-10-29,1000.00,2015-09-29 21:34:20,366.00,failed,12,US,366.00,366.00,1000.00 +1184158570,Minutiae,Shorts,Film & Video,USD,2012-03-30,1000.00,2012-03-05 05:33:00,1218.00,successful,26,US,1218.00,1218.00,1000.00 +1184169226,Nerd's Domain is headed to Indy Pop Con,Radio & Podcasts,Publishing,USD,2014-03-15,300.00,2014-02-13 19:37:31,462.00,successful,17,US,462.00,462.00,300.00 +1184176889,The Get Hired Project - Get Real Careers,Film & Video,Film & Video,GBP,2014-12-06,10000.00,2014-11-06 22:34:39,1.00,failed,1,GB,1.60,1.57,15709.69 +1184181200,One Per Person - An Animated Short Film,Animation,Film & Video,USD,2012-10-18,6000.00,2012-09-18 22:23:52,16263.63,successful,615,US,16263.63,16263.63,6000.00 +1184182412,Saga Kingdoms,Video Games,Games,USD,2012-11-09,100000.00,2012-10-02 06:03:29,31240.00,failed,156,US,31240.00,31240.00,100000.00 +1184189915,Gallery Meld-The Build Out,Mixed Media,Art,USD,2013-07-16,2500.00,2013-06-25 20:34:58,2870.00,successful,53,US,2870.00,2870.00,2500.00 +"1184190214,Air & Rollers; Equipping a Ceramic Studio,Sculpture,Art,USD,2010-06-16,1800.00,2010-04-14 16:03:59,63.00,failed,4,US,63.00,63.00,1800.00" +1184190596,Free Day Popcorn Popping Ears: pop your popcorn on the ear,Farms,Food,USD,2016-08-31,6500.00,2016-08-01 17:34:19,1175.00,failed,34,US,184.00,1175.00,6500.00 +1184190680,WHO GOES THERE?,Tabletop Games,Games,USD,2017-08-09,54097.00,2017-07-10 16:59:56,612776.17,successful,6535,US,89024.00,612776.17,54097.00 +1184192638,Allegiance: A Realm Divided (Canceled),Tabletop Games,Games,CAD,2013-10-24,90000.00,2013-09-23 21:57:15,25974.00,canceled,251,CA,25212.90,24884.08,86223.41 +1184192743,Home Gardens For Everyone,Food,Food,USD,2010-07-10,10000.00,2010-06-12 06:10:40,1260.00,failed,34,US,1260.00,1260.00,10000.00 +1184193883,Fifty Pence and a Bowl of Soup (Debut Book),Nonfiction,Publishing,GBP,2017-10-31,1440.00,2017-09-01 23:20:31,1520.00,successful,14,GB,451.94,1992.58,1887.71 +1184199532,The Chef's Apprentice,Cookbooks,Food,USD,2014-06-08,20000.00,2014-05-09 06:13:48,998.00,failed,9,US,998.00,998.00,20000.00 +1184200044,Zero Hour: A zombie Mini-Series,Webseries,Film & Video,USD,2013-04-26,15000.00,2013-03-12 01:35:45,25.00,failed,3,US,25.00,25.00,15000.00 +1184208713,Carbon - The Basis of Life,Video Games,Games,CAD,2017-03-27,6000.00,2017-03-10 16:00:03,72.00,failed,4,CA,45.20,53.96,4496.74 +118421142,Moon and Sun: The Ellisa Sun Album,Music,Music,USD,2016-10-14,7000.00,2016-09-14 18:01:30,10385.00,successful,132,US,1100.00,10385.00,7000.00 +"1184218626,Rob Nance- New Album,Music,Music,USD,2014-11-06,4000.00,2014-10-08 18:39:40,4765.00,undefined,0,""N,0"""""",,4765.00,4000.00" +1184219273,The Hidden Ark,Art,Art,USD,2013-04-21,1500000.00,2013-02-20 23:00:34,825.00,failed,33,US,825.00,825.00,1500000.00 +1184222472,MAODAMORTA: Help get us forge some metal!,Metal,Music,USD,2017-08-14,4672.00,2017-07-15 22:18:53,275.00,failed,3,US,0.00,275.00,4672.00 +1184232021,On Tap Gastropub,Restaurants,Food,USD,2015-03-31,20000.00,2015-03-24 13:24:25,0.00,failed,0,US,0.00,0.00,20000.00 +1184234219,9/11 Dust: A Healing Journey,Documentary,Film & Video,USD,2012-09-19,1500.00,2012-08-20 22:27:04,1000.00,failed,17,US,1000.00,1000.00,1500.00 +1184234263,The Summer Soundtrack Record New Album This Fall!,Music,Music,USD,2013-09-19,10000.00,2013-08-20 01:11:01,10240.00,successful,63,US,10240.00,10240.00,10000.00 +1184234442,NosFURatu,Video Games,Games,USD,2017-06-11,5500.00,2017-05-12 23:58:05,45.00,failed,8,US,40.00,45.00,5500.00 +1184242613,The Young Hero,Young Adult,Publishing,USD,2015-12-02,3000.00,2015-11-07 18:35:01,0.00,failed,0,US,0.00,0.00,3000.00 +1184244554,Love Me Not,Drama,Film & Video,USD,2016-04-16,500.00,2016-03-17 19:19:37,785.00,successful,9,US,785.00,785.00,500.00 +1184253576,Around the Next Bend: Rickshaw South,Documentary,Film & Video,CAD,2015-06-25,11000.00,2015-05-24 06:15:19,16500.00,successful,109,CA,13448.12,13344.12,8896.08 +1184262500,Live Give Love - New Single from Kebomusic,Country & Folk,Music,USD,2010-12-23,300.00,2010-11-23 22:52:40,0.00,failed,0,US,0.00,0.00,300.00 +1184271839,Centerpiece - an LED flower lights up your event,Product Design,Design,USD,2015-05-25,20000.00,2015-04-15 17:30:55,5602.00,failed,34,US,5602.00,5602.00,20000.00 +1184273793,JaiRo - Open Source x86 Router Platform,Software,Technology,USD,2013-08-15,50000.00,2013-07-16 20:30:27,12876.00,failed,88,US,12876.00,12876.00,50000.00 +1184279434,International Policy Digest,Web,Journalism,USD,2014-12-20,4000.00,2014-10-21 19:35:59,4034.00,successful,18,US,4034.00,4034.00,4000.00 +1184280410,Historic Coon-Sanders Recording Project - Doug Bowles,Jazz,Music,USD,2011-09-28,20000.00,2011-07-30 00:13:04,3375.00,failed,35,US,3375.00,3375.00,20000.00 +1184288188,Tampons for the 21st century. Chemical-free. 100% organic.,Product Design,Design,USD,2017-04-07,15000.00,2017-02-21 09:01:37,10449.00,canceled,174,US,4824.00,10449.00,15000.00 +1184291950,Scrumptious Sweets : A Cupcakery (Canceled),Food,Food,USD,2011-12-29,5000.00,2011-11-29 00:27:03,20.00,canceled,2,US,20.00,20.00,5000.00 +1184292873,Gurunam Singh: Grace Of God Album,World Music,Music,USD,2017-11-20,18000.00,2017-10-24 16:50:52,21787.00,successful,252,US,851.00,21787.00,18000.00 +1184294749,The Wolf: A Short Film,Shorts,Film & Video,USD,2015-03-25,550.00,2015-02-23 08:23:24,790.00,successful,12,US,790.00,790.00,550.00 +"1184303562,""Rogues, Gold, and Starships"",Tabletop Games,Games,USD,2014-08-18,11.00,2014-07-29 19:09:05,15.00,successful,1,US,15.00,15.00,11.00" +1184304029,Anadolu Pop 2.0 (Canceled),Electronic Music,Music,USD,2015-12-31,3000.00,2015-11-02 12:02:45,0.00,canceled,0,US,0.00,0.00,3000.00 +1184304964,GOLD + GOLD + GOLD ++ WONDERFULL GOLD ART SCULPTURES,Sculpture,Art,EUR,2017-02-06,49.00,2017-02-02 16:20:12,0.00,failed,0,DE,0.00,0.00,52.08 +1184305419,Legends of Fear,Video Games,Games,USD,2015-09-01,150.00,2015-08-01 05:24:21,0.00,failed,0,US,0.00,0.00,150.00 +1184308178,Bell's Master Blend Seasoning,Restaurants,Food,USD,2016-03-19,7500.00,2016-02-13 01:51:44,91.00,failed,5,US,91.00,91.00,7500.00 +1184312875,A+ Smoodees...so much more than just a smoothie! (Canceled),Vegan,Food,CAD,2016-04-14,5000.00,2016-03-15 16:09:25,20.00,canceled,1,CA,15.13,15.53,3881.69 +1184317274,Ventila: A NEW VENTILATION FAN For Backpacks & More,Product Design,Design,HKD,2017-11-01,20000.00,2017-09-13 06:43:32,29734.00,successful,88,HK,1086.35,3810.88,2563.31 +1184317342,Steampunk Nixie Clock Series - 2nd Production - 3 Models,Product Design,Design,CAD,2015-09-09,7500.00,2015-08-10 19:23:44,0.00,canceled,0,CA,0.00,0.00,5654.83 +1184326482,The way politics should be,Web,Journalism,USD,2015-07-20,25000.00,2015-06-10 20:37:29,3068.00,failed,93,US,3068.00,3068.00,25000.00 +1184330523,Jazz History: Method Book for Developing Jazz Guitarists,Jazz,Music,USD,2013-07-08,1000.00,2013-06-08 19:30:22,1606.00,successful,38,US,1606.00,1606.00,1000.00 +1184346753,Evidence of Existence,Photography,Photography,USD,2013-05-12,800.00,2013-04-22 23:58:49,970.00,successful,13,US,970.00,970.00,800.00 +1184353720,Silver Dragon Tavern & Games,Tabletop Games,Games,USD,2016-12-02,5000.00,2016-10-18 14:38:20,5036.00,successful,72,US,581.00,5036.00,5000.00 +1184354914,Under the Hood: An Art book by Sean Gordon Murphy,Illustration,Art,USD,2016-05-05,10000.00,2016-04-05 18:21:51,76354.00,successful,1095,US,76354.00,76354.00,10000.00 +1184355305,DOS - Denial of Service (text based hacking game),Video Games,Games,GBP,2013-04-19,100000.00,2013-03-05 22:52:51,567.00,failed,27,GB,852.37,870.34,153499.01 +1184359432,Mechanaflux #2 - All-Ages Fantasy Comic Book,Comics,Comics,USD,2013-10-13,2500.00,2013-09-13 18:48:00,130.00,failed,8,US,130.00,130.00,2500.00 +1184368145,11 Year old Kids Talking Sports Show,Television,Film & Video,USD,2016-09-05,5575.00,2016-08-06 01:21:47,0.00,failed,0,US,0.00,0.00,5575.00 +1184370677,Publishing My 1st Book!,Young Adult,Publishing,USD,2016-11-30,3500.00,2016-10-01 00:18:43,2.00,failed,2,US,0.00,2.00,3500.00 +1184372510,ERIC YOO NYC PROJECT,Events,Food,USD,2015-04-03,120.00,2015-03-31 14:36:45,120.00,successful,4,US,120.00,120.00,120.00 +1184375593,Getting into the studio to bring our music to the world.,Music,Music,USD,2014-05-19,5000.00,2014-04-04 21:51:25,0.00,failed,0,US,0.00,0.00,5000.00 +1184378411,New House Art Fence of Awesomeness,Installations,Art,USD,2014-07-24,100.00,2014-07-09 05:11:39,1.00,failed,1,US,1.00,1.00,100.00 +"1184390849,""Stefanie Keys, 2016 CD Release!!"",Indie Rock,Music,USD,2016-02-27,8900.00,2016-01-28 18:22:03,9050.00,successful,48,US,9050.00,9050.00,8900.00" +"1184405166,Yuka wants to make her first CD,Music,Music,GBP,2015-05-30,2000.00,2015-04-30 12:19:54,41.00,undefined,0,""N,0"""""",,62.86,3066.26" +1184405179,Smokin' Hot Box - Elevate Your Cooking (Canceled),Food,Food,AUD,2014-03-07,11000.00,2014-02-04 02:19:39,60.00,canceled,2,AU,52.53,54.79,10044.74 +1184410949,NFC Ring,Technology,Technology,GBP,2013-08-19,30000.00,2013-07-20 14:30:42,241947.14,successful,7665,GB,367720.38,376114.82,46635.99 +118441189,jake joseph | Redefining Men’s Underwear,Fashion,Fashion,USD,2014-02-20,22000.00,2014-01-21 15:00:30,28515.00,successful,374,US,28515.00,28515.00,22000.00 +1184413870,Crêpes Célestes - French Creperie - Crêpes & Macarons,Restaurants,Food,USD,2015-09-01,25000.00,2015-07-03 08:44:49,0.00,failed,0,US,0.00,0.00,25000.00 +1184415855,Rants and Raves - An Adult Party Game for Scandalous People,Playing Cards,Games,USD,2017-03-25,15000.00,2017-02-18 01:00:34,3038.00,failed,72,US,478.00,3038.00,15000.00 +1184417329,Get FaulKing Addicted at FaulKing Wings N Waffles.,Food,Food,USD,2013-03-29,12000.00,2013-01-28 23:57:03,117.00,failed,8,US,117.00,117.00,12000.00 +1184419382,Revolutionize the Workspace: It's Time to Get OFFyT,Product Design,Design,USD,2015-04-08,85000.00,2015-03-02 14:52:48,309.00,failed,9,US,309.00,309.00,85000.00 +1184424233,Global Affront's First US Tour (Canceled),Rock,Music,USD,2013-08-01,2500.00,2013-06-03 19:48:05,175.00,canceled,6,US,175.00,175.00,2500.00 +1184435598,waste lights waste world (Canceled),Installations,Art,EUR,2014-11-10,5000.00,2014-10-09 19:10:42,0.00,canceled,0,NL,0.00,0.00,6217.98 +118443864,Hannibal Season 4 Kickstarter (Canceled),Film & Video,Film & Video,USD,2015-08-22,5000000.00,2015-06-23 01:16:27,150.00,canceled,5,US,150.00,150.00,5000000.00 +"1184439421,""Eliza and the Organix, the debut album!"",Indie Rock,Music,USD,2012-03-16,1200.00,2012-01-16 17:17:07,1245.00,successful,32,US,1245.00,1245.00,1200.00" +1184439456,Stormweavers (Canceled),Tabletop Games,Games,USD,2015-08-29,20000.00,2015-07-25 01:01:25,2866.00,canceled,62,US,2866.00,2866.00,20000.00 +"1184445308,""While Waiting-for-Godot, the Webseries, Season 2"",Webseries,Film & Video,USD,2013-09-14,3000.00,2013-08-15 19:54:36,3015.00,successful,10,US,3015.00,3015.00,3000.00" +1184457871,Dragon Car,DIY Electronics,Technology,USD,2016-05-16,100000.00,2016-04-16 18:27:25,15.00,failed,6,US,15.00,15.00,100000.00 +1184458354,Notes,R&B,Music,USD,2015-08-11,6000.00,2015-07-14 07:10:39,0.00,failed,0,US,0.00,0.00,6000.00 +"11844586,""The Tilt - Release of our debut album """"HOWLIN"""""",Music,Music,USD,2012-11-18,7600.00,2012-10-19 20:32:50,8905.00,successful,59,US,8905.00,8905.00,7600.00" +1184459256,The Year of the Song and What was Going On?,Film & Video,Film & Video,USD,2014-08-10,60000.00,2014-07-01 00:44:47,0.00,failed,0,US,0.00,0.00,60000.00 +1184460350,RUNECAST - A Game of Dice and Destiny. (Canceled),Tabletop Games,Games,USD,2014-12-18,15000.00,2014-11-17 13:48:17,4440.00,canceled,111,US,4440.00,4440.00,15000.00 +1184473565,Jellyfish gives keys to Cricketbows!,Indie Rock,Music,USD,2011-07-16,1500.00,2011-07-01 06:02:29,515.00,failed,14,US,515.00,515.00,1500.00 +"1184488653,""1940BUNNY """"Celebrating Women Fest"""" Film"",Festivals,Film & Video,USD,2016-02-10,50000.00,2016-01-11 03:27:54,26.00,failed,2,US,26.00,26.00,50000.00" +1184493796,Couchsurfing 48 States,Journalism,Journalism,USD,2010-10-10,3250.00,2010-09-04 06:52:44,0.00,failed,0,US,0.00,0.00,3250.00 +1184496594,Blessr,Graphic Design,Design,USD,2015-09-10,20000.00,2015-08-11 04:53:42,0.00,failed,0,US,0.00,0.00,20000.00 +1184500753,Table No. 2: Bring your office to your throne!,Product Design,Design,USD,2013-10-21,3750.00,2013-09-26 03:18:05,150.00,failed,3,US,150.00,150.00,3750.00 +"1184508113,""Ethereal """"Most Evil Tour"""" Campaign"",Metal,Music,GBP,2015-11-20,100.00,2015-11-06 20:46:45,27.00,failed,2,GB,41.54,41.17,152.47" +1184514548,Lobby Zombies! - Magnets for Your Fridge (Canceled),Illustration,Art,USD,2016-04-15,400.00,2016-03-14 16:09:55,421.00,canceled,13,US,421.00,421.00,400.00 +1184520330,LBDLPC - UNIQUE AUDIO ||NORRYB MEDIA MUSIC|| (10TRACK ALBUM),World Music,Music,USD,2016-09-01,750.00,2016-07-26 00:54:23,0.00,canceled,0,US,0.00,0.00,750.00 +1184528584,Amanda Pearcy's Second CD,Country & Folk,Music,USD,2012-10-19,7300.00,2012-09-19 04:28:05,8015.00,successful,120,US,8015.00,8015.00,7300.00 +1184531649,Air Powered Generator (Canceled),Gadgets,Technology,USD,2015-03-19,25000.00,2015-02-17 22:39:28,0.00,canceled,0,US,0.00,0.00,25000.00 +1184536072,CAT sculpture. Laser cut acrylic with personal engraving.,Design,Design,USD,2012-05-25,200.00,2012-04-25 23:32:16,640.00,successful,11,US,640.00,640.00,200.00 +"1184537284,""Art of Cool Festival: A Celebration of Music, Food and Fun"",Music,Music,USD,2013-08-06,25000.00,2013-06-30 00:27:54,27499.45,successful,325,US,27499.45,27499.45,25000.00" +1184542374,Concrete Barrier and Guard Rail Rubber Safety Covers,Product Design,Design,USD,2014-12-19,150000.00,2014-11-12 22:16:55,105.00,failed,2,US,105.00,105.00,150000.00 +1184547346,FREAKS - Playing Cards and Biography Deck,Tabletop Games,Games,USD,2014-03-12,5000.00,2014-02-10 21:50:54,883.00,failed,37,US,883.00,883.00,5000.00 +1184555160,The Barrel Room Restaurant & Tavern,Restaurants,Food,USD,2015-02-22,5000.00,2015-01-23 21:09:13,930.00,failed,12,US,930.00,930.00,5000.00 +1184562141,BOBBY MESSANO'S NEW TOUR SUPPORT PACKAGE,Music,Music,USD,2010-10-15,1000.00,2010-10-05 19:16:13,1690.00,successful,15,US,1690.00,1690.00,1000.00 +1184579632,Help Burgundy Grey Get To Ohio,Music,Music,USD,2017-10-01,3730.00,2017-08-15 20:53:45,12.00,failed,3,US,10.00,12.00,3730.00 +1184579862,The QDC Mini Pen with Quick DisConnect Cap,Product Design,Design,USD,2014-11-07,7500.00,2014-10-08 16:03:51,14926.00,successful,355,US,14926.00,14926.00,7500.00 +1184585140,What's Poppin Gourmet Popcorn & Sweets,Food,Food,USD,2015-09-18,17000.00,2015-07-21 19:51:44,725.00,failed,11,US,725.00,725.00,17000.00 +"1184591067,Drawing A Blank: SAGU Cinema's first feature length film,Film & Video,Film & Video,USD,2015-03-14,4000.00,2015-02-09 22:40:16,4300.00,undefined,0,""N,0"""""",,4300.00,4000.00" +1184598614,Axios Bee Works,Food,Food,USD,2017-04-08,2000.00,2017-03-18 23:32:14,575.00,failed,7,US,375.00,575.00,2000.00 +1184602737,Password Reset Key,Technology,Technology,GBP,2014-02-03,1000.00,2014-01-04 01:49:43,34147.00,successful,2128,GB,56633.50,55751.11,1632.68 +1184606094,Swimming Cities India 2011: BRING US HOME!!,Sculpture,Art,USD,2011-11-05,6600.00,2011-09-26 17:31:04,7150.00,successful,75,US,7150.00,7150.00,6600.00 +1184615907,BATTLE ROOM,Tabletop Games,Games,EUR,2017-04-15,16000.00,2017-03-06 20:15:41,315.00,failed,8,ES,118.98,336.99,17116.88 +1184623070,ME IN FRONT OF ALL AUSSIE BIG THINGS,Photography,Photography,AUD,2014-12-24,5000.00,2014-12-19 00:58:58,0.00,failed,0,AU,0.00,0.00,4058.77 +"1184624033,""Duct and Cover: Wallets, Bags, Bow Ties and more!!!"",Crafts,Crafts,USD,2013-09-11,500.00,2013-08-11 06:59:03,500.00,successful,9,US,500.00,500.00,500.00" +118462501,Disambiguation - An Independant Drama,Narrative Film,Film & Video,GBP,2016-12-17,1000.00,2016-11-17 22:35:13,1015.00,successful,10,GB,31.19,1243.31,1224.93 +"1184625436,""""""She Who Imagines, Becomes.""""--Sydney Lofton"",Fashion,Fashion,USD,2017-01-23,1200.00,2016-12-24 13:18:59,1315.00,successful,10,US,0.00,1315.00,1200.00" +"1184628711,""Fruition Productions Presents: Watermyth, by Katherine Jett."",Theater,Theater,USD,2012-06-30,3500.00,2012-06-09 03:12:43,3566.00,successful,31,US,3566.00,3566.00,3500.00" +1184629340,T-shirts and Hoodies That Push The Boundaries of Fashion,Apparel,Fashion,GBP,2016-02-15,10000.00,2016-01-11 01:02:40,840.00,failed,10,GB,1219.60,1199.33,14277.76 +1184638506,The Comedy Project,Webseries,Film & Video,USD,2011-09-30,2000.00,2011-08-30 02:37:18,2012.69,successful,18,US,2012.69,2012.69,2000.00 +1184654519,THE BETTER HALF: a dance/theater collaboration,Dance,Dance,USD,2011-06-16,5000.00,2011-05-11 08:21:25,5154.00,successful,69,US,5154.00,5154.00,5000.00 +1184654635,ZAHA HADID | Graphic Space - Vol.1,Illustration,Art,GBP,2016-02-03,11340.00,2016-01-20 00:29:56,45.00,failed,2,GB,64.24,65.49,16502.95 +1184662787,OkadaBooks: A Website For Story Lovers & Writers,Publishing,Publishing,USD,2017-07-28,20000.00,2017-06-28 22:17:53,4091.00,failed,29,US,0.00,4091.00,20000.00 +1184666051,2003 Eponymus Debut Album Reissue,Music,Music,GBP,2013-12-11,250.00,2013-11-27 21:45:10,305.00,successful,29,GB,492.67,496.23,406.75 +1184667027,Día de los Muertos PHX Festival,Performance Art,Art,USD,2013-10-18,6000.00,2013-09-18 18:03:25,6566.00,successful,74,US,6566.00,6566.00,6000.00 +1184667186,Forward Base: Sci-fi Scenery for Infinity Wargamers,Tabletop Games,Games,GBP,2014-11-30,3700.00,2014-11-17 21:00:09,85961.30,successful,431,GB,134687.24,134837.02,5803.74 +118466804,on demand home service,Technology,Technology,AUD,2015-12-07,70000.00,2015-11-07 03:13:45,0.00,failed,0,AU,0.00,0.00,50494.12 +1184671712,Crown Him King,Music,Music,USD,2014-08-29,10000.00,2014-07-30 23:29:01,10057.00,successful,88,US,10057.00,10057.00,10000.00 +1184683009,Handmade by Henry Leather Cardholders,Design,Design,GBP,2017-05-11,300.00,2017-04-11 16:01:29,45.00,failed,2,GB,0.00,57.86,385.73 +1184694334,The Temple of Grace,Art,Art,USD,2014-08-07,40000.00,2014-07-08 05:46:36,51945.22,successful,625,US,51945.22,51945.22,40000.00 +118469619,Flash Forward,Photography,Photography,GBP,2015-10-25,5000.00,2015-09-21 19:32:50,0.00,failed,0,GB,0.00,0.00,7669.89 +1184703775,The world is beautiful through a lens,Photography,Photography,USD,2015-08-10,500.00,2015-07-21 01:25:16,0.00,failed,0,US,0.00,0.00,500.00 +"1184709120,New Jace Pawlak album: Perspective.,Music,Music,USD,2014-10-20,2900.00,2014-09-19 00:47:19,6747.88,undefined,0,""N,0"""""",,6747.88,2900.00" +1184711314,IV Elements Paracord (Canceled),Weaving,Crafts,USD,2015-10-24,2500.00,2015-09-24 22:34:28,145.00,canceled,2,US,145.00,145.00,2500.00 +1184714560,CANNED HAM Starring Tom Judson,Theater,Theater,USD,2009-10-30,3500.00,2009-09-28 16:20:24,3850.00,successful,37,US,3850.00,3850.00,3500.00 +1184717497,Use PayLive to get paid-per-time. Like a time-metered PayPal,Web,Technology,USD,2017-05-08,10000.00,2017-04-03 23:42:49,10423.00,successful,36,US,259.00,10423.00,10000.00 +11847247,AMERICAN JESUS - A meditation on guilt (Canceled),Narrative Film,Film & Video,USD,2011-04-06,4000.00,2011-02-05 18:09:34,0.00,canceled,0,US,0.00,0.00,4000.00 +1184734309,The Road to Athabasca,Video,Journalism,USD,2015-08-13,5605.00,2015-07-22 02:32:15,5874.02,successful,69,US,5874.02,5874.02,5605.00 +1184740291,LA ETERNA. Café bar - Ensayos,Spaces,Food,USD,2017-07-26,50000.00,2017-05-27 23:41:18,0.00,failed,0,US,0.00,0.00,50000.00 +1184741346,Dusty Revenge: The Art of Revenge (A 150 Page Artbook),Art Books,Publishing,USD,2013-05-24,12000.00,2013-04-24 06:09:41,3932.00,failed,89,US,3932.00,3932.00,12000.00 +1184743509,Ex illis,Tabletop Games,Games,CAD,2013-12-06,50000.00,2013-11-06 15:51:01,14323.00,failed,145,CA,13730.45,13450.09,46952.77 +1184743796,Mississippi Queen Pedalboat,Technology,Technology,USD,2015-05-01,35000.00,2015-04-01 06:24:58,15.00,failed,1,US,15.00,15.00,35000.00 +1184748633,Wire Wonder - Say Goodbye to Messy Cables,Product Design,Design,USD,2017-12-03,50000.00,2017-11-03 05:00:33,3757.00,failed,61,US,1978.00,3757.00,50000.00 +1184753701,The Bee in Grandpa's Barn,Children's Books,Publishing,USD,2014-09-24,4888.00,2014-08-25 15:26:23,0.00,failed,0,US,0.00,0.00,4888.00 +1184757131,GUT PILE Hunting Card Game (Canceled),Tabletop Games,Games,USD,2015-09-25,20000.00,2015-08-26 04:04:28,7416.00,canceled,69,US,7416.00,7416.00,20000.00 +1184759783,Would like to create posters to sell once again,Illustration,Art,USD,2014-09-10,500.00,2014-08-11 19:05:58,600.00,successful,3,US,600.00,600.00,500.00 +1184761342,B9Creator - A High Resolution 3D Printer,Hardware,Technology,USD,2012-06-12,50000.00,2012-05-10 07:24:52,513422.57,successful,388,US,513422.57,513422.57,50000.00 +1184761564,Makerlab 3D,3D Printing,Technology,EUR,2014-12-15,2500.00,2014-11-15 13:19:23,0.00,failed,0,NL,0.00,0.00,3069.74 +1184767784,Offerings - A New EP by Tsinder Ash,Music,Music,GBP,2017-04-07,500.00,2017-03-22 18:16:36,532.00,successful,31,GB,199.09,660.86,621.11 +"118477107,""Built for Collapse in 2015: Europe, the U.S. and the stars!"",Experimental,Theater,USD,2015-06-01,8500.00,2015-05-02 14:44:59,8648.00,successful,72,US,8648.00,8648.00,8500.00" +1184771294,My Father's People,Documentary,Film & Video,USD,2010-07-17,11000.00,2010-06-11 03:10:50,395.00,failed,7,US,395.00,395.00,11000.00 +"1184775270,""""""Circe De-Cision: A Tribute to Monty Python"""", A Benefit for Cacophony Productions"",Theater,Theater,USD,2010-06-21,5000.00,2010-05-13 22:12:58,0.00,failed,0,US,0.00,0.00,5000.00" +1184790581,The Killing Seasons -- Documentary Film,Documentary,Film & Video,USD,2011-01-23,6000.00,2010-12-24 21:23:04,13180.00,successful,111,US,13180.00,13180.00,6000.00 +1184795725,The Illustrated Assassination of Abraham Lincoln,Nonfiction,Publishing,USD,2015-02-26,1000.00,2015-02-04 04:25:38,1340.00,successful,54,US,1340.00,1340.00,1000.00 +1184795950,Unanimous Craft: Reporting on CHA Conference and Trade Show,Journalism,Journalism,USD,2011-02-05,500.00,2011-01-21 23:08:19,640.00,successful,5,US,640.00,640.00,500.00 +1184807775,meshable chrono - a contemporary two in one watch (Canceled),Product Design,Design,EUR,2015-07-28,28000.00,2015-06-25 17:01:07,2830.00,canceled,12,DE,3163.63,3103.65,30707.48 +1184810909,Bandits 500 series: The Development,Fashion,Fashion,USD,2014-01-04,20000.00,2013-12-05 17:24:01,0.00,failed,0,US,0.00,0.00,20000.00 +1184819845,Programme en ligne l'art du mouvement,Television,Film & Video,CAD,2017-06-14,15000.00,2017-05-15 18:39:30,26518.00,successful,263,CA,0.00,20054.45,11343.87 +"1184820979,""Green Machine Food Truck, a part of Forward Mobility"",Food Trucks,Food,USD,2014-08-07,55000.00,2014-07-08 23:39:40,5929.00,failed,58,US,5929.00,5929.00,55000.00" +1184822165,Scandic Footwear - Exceptional Handcrafted Clogs,Footwear,Fashion,USD,2017-02-16,20000.00,2017-01-17 22:48:14,3111.00,failed,19,US,820.00,3111.00,20000.00 +1184823385,Semper Fi: Our Family Story,Documentary,Film & Video,USD,2012-03-30,60000.00,2012-01-30 20:28:45,110.00,failed,2,US,110.00,110.00,60000.00 +1184830661,Help to BLOOM BloomLily Soap Co.,DIY,Crafts,USD,2015-10-29,300.00,2015-09-29 03:32:08,450.00,successful,7,US,450.00,450.00,300.00 +1184836391,Mercy and Truth Mosaic Project (Canceled),Public Art,Art,USD,2015-05-26,2000.00,2015-05-01 06:22:25,2075.00,canceled,32,US,2075.00,2075.00,2000.00 +"1184837862,""Condemned, Redeemed, & Forgiven"",Hip-Hop,Music,USD,2012-10-08,1000.00,2012-08-19 05:15:41,87.01,failed,9,US,87.01,87.01,1000.00" +1184839911,AtomicLED GM Platinum Series LED Truck Lights,Technology,Technology,USD,2017-08-18,25000.00,2017-07-19 00:42:21,1995.00,failed,8,US,640.00,1995.00,25000.00 +1184846100,Huddersfield Photography Graduate Show 2016,Photography,Photography,GBP,2016-05-05,120.00,2016-04-22 14:58:50,175.00,successful,5,GB,250.81,253.61,173.91 +"1184851258,""Rubicon Big 50, Aviation inspired Automatic Watches"",Product Design,Design,USD,2014-03-19,50000.00,2014-02-12 18:37:44,66081.00,successful,193,US,66081.00,66081.00,50000.00" +1184851817,East Lake Gear Exchange Guitar Art Project,Mixed Media,Art,USD,2013-06-15,5000.00,2013-05-01 21:45:28,20.00,failed,1,US,20.00,20.00,5000.00 +1184852145,Missed Connections- A short film,Shorts,Film & Video,USD,2012-07-26,1500.00,2012-06-26 06:33:14,495.00,failed,12,US,495.00,495.00,1500.00 +1184859771,The Greatest American Hero,Action,Film & Video,EUR,2017-03-12,1500000.00,2017-01-11 15:45:21,1.00,failed,1,ES,0.00,1.07,1610548.02 +118486341,Debut Solo Album and National Tour,Indie Rock,Music,USD,2013-05-06,5000.00,2013-03-07 00:29:03,5020.00,successful,41,US,5020.00,5020.00,5000.00 +1184868003,The Sub-Sonarium,Public Art,Art,USD,2012-07-09,3000.00,2012-06-09 08:55:56,3120.85,successful,50,US,3120.85,3120.85,3000.00 +1184868843,The Travesty In The Ethiopian Refugee Camps,Photobooks,Photography,USD,2014-07-16,60000.00,2014-06-01 20:45:22,637.00,failed,6,US,637.00,637.00,60000.00 +1184870654,Indulge Cock and Bull's Voolf,Experimental,Theater,USD,2014-01-07,2900.00,2013-12-17 23:34:33,2985.00,successful,55,US,2985.00,2985.00,2900.00 +1184873119,LEAP 4 Children Computer and Reading/Math Lab Hub,Technology,Technology,USD,2016-08-04,50000.00,2016-07-06 02:34:03,0.00,failed,0,US,0.00,0.00,50000.00 +"1184876267,""Kalevala, Land of Heroes - Arteles Center Artist Residency"",Art,Art,USD,2013-06-08,1700.00,2013-05-09 19:13:19,2491.00,successful,28,US,2491.00,2491.00,1700.00" +1184879182,The Pass it On Project,Documentary,Film & Video,USD,2009-12-12,2700.00,2009-09-14 17:11:41,2850.00,successful,40,US,2850.00,2850.00,2700.00 +1184880144,ATLANTIS: TEN TRIBES OF THE AMERICAS,Nonfiction,Publishing,USD,2012-10-08,3000.00,2012-08-09 22:07:16,55.00,failed,3,US,55.00,55.00,3000.00 +1184883770,The Breaks Season 1.5 (Episodes 4-9),Webseries,Film & Video,USD,2014-04-15,4000.00,2014-03-14 21:56:54,5782.00,successful,106,US,5782.00,5782.00,4000.00 +118488525,Kelvin Cummings debut Country Music Album,Country & Folk,Music,NZD,2016-09-08,5000.00,2016-08-09 05:40:15,5011.00,successful,48,NZ,64.27,3690.80,3682.70 +1184885399,Ganjanapoli: Automatic for the pigeon,Puzzles,Games,GBP,2015-10-16,14.00,2015-09-16 19:12:31,20.00,successful,5,GB,30.85,30.89,21.62 +1184895509,Finding Your Inner Peace: My Struggle With Asperger's,Documentary,Film & Video,USD,2016-02-18,360000.00,2016-01-19 20:24:04,0.00,canceled,0,US,0.00,0.00,360000.00 +"1184900114,""It Was Metal: New Album, EP, Graphic Novel & Animation"",Metal,Music,USD,2017-11-14,30000.00,2017-09-22 16:01:37,66246.76,successful,878,US,19313.00,66246.76,30000.00" +1184901214,Petrichor Alternative Wear,Fashion,Fashion,USD,2012-10-01,150.00,2012-08-18 00:12:54,205.00,successful,9,US,205.00,205.00,150.00 +"1184905807,""An original song, """"By Your Side"""", Music campaign"",Pop,Music,USD,2014-03-23,15000.00,2014-02-21 21:05:37,16.00,failed,2,US,16.00,16.00,15000.00" +1184907160,TEAM SISTERSHIP 2017 R2AK,Live Games,Games,USD,2017-04-23,2500.00,2017-03-15 21:42:26,550.00,canceled,8,US,0.00,550.00,2500.00 +1184911601,Me by CnC,Fashion,Fashion,USD,2017-12-08,3500.00,2017-10-09 07:04:46,113.00,failed,3,US,113.00,113.00,3500.00 +11849183,Now You See Them Release Their First Full-Length Album!,Music,Music,USD,2011-12-21,10000.00,2011-11-17 18:25:39,10647.27,successful,163,US,10647.27,10647.27,10000.00 +1184921608,Custom Shaped Chocolates by piq Chocolates,Food,Food,USD,2013-11-11,25000.00,2013-09-27 21:42:13,26060.37,successful,267,US,26060.37,26060.37,25000.00 +1184935236,The Tour Fund,Rock,Music,USD,2012-11-29,5000.00,2012-10-30 17:17:33,1115.00,failed,26,US,1115.00,1115.00,5000.00 +1184940331,THUNDER ROAD - Feature Film (Canceled),Narrative Film,Film & Video,USD,2013-09-12,750000.00,2013-07-31 15:01:42,183072.00,canceled,635,US,183072.00,183072.00,750000.00 +118494800,Manmaker,Comedy,Film & Video,USD,2015-02-17,2200.00,2015-01-22 13:42:47,2306.00,successful,20,US,2306.00,2306.00,2200.00 +1184952889,Kannabis Medical Magazine,Publishing,Publishing,USD,2017-01-02,5000.00,2016-12-03 22:43:33,0.00,failed,0,US,0.00,0.00,5000.00 +1184953365,ZooFest Music and Art Festival (Canceled),Performance Art,Art,USD,2014-04-20,3500.00,2014-03-14 22:34:38,230.00,canceled,10,US,230.00,230.00,3500.00 +1184966032,Natasha Thorogood Jewellery,Crafts,Crafts,GBP,2013-02-14,5000.00,2013-02-04 12:03:04,249.00,failed,10,GB,391.23,385.63,7743.53 +1184971192,Cthulhu Secret IDOL,Product Design,Design,GBP,2014-01-23,1800.00,2014-01-13 17:16:28,8020.00,successful,133,GB,13220.01,13239.57,2971.47 +"118498220,""Live the Dream, traveling to and working art fairs in Texas."",Art,Art,USD,2015-04-03,2500.00,2015-03-03 19:20:35,88.00,failed,3,US,88.00,88.00,2500.00" +1185000736,Jesse Campbell Music Project,Music,Music,USD,2012-07-29,50000.00,2012-06-28 02:27:56,20763.00,failed,200,US,20763.00,20763.00,50000.00 +1185002315,Modern Times- A Graphic Commentary,Zines,Publishing,GBP,2014-06-13,1000.00,2014-05-14 18:36:32,1011.00,successful,40,GB,1705.99,1714.87,1696.21 +1185002700,THE STUDENT BODY,Documentary,Film & Video,USD,2014-04-28,28000.00,2014-03-23 06:47:00,15544.00,failed,71,US,15544.00,15544.00,28000.00 +1185008626,CLOVESA Creation Station,Product Design,Design,USD,2014-06-01,207000.00,2014-05-01 21:41:02,1727.00,failed,14,US,1727.00,1727.00,207000.00 +1185009104,Brea & The Bakery: Cakery (Canceled),Restaurants,Food,USD,2015-12-22,10000.00,2015-11-22 07:06:51,150.00,canceled,2,US,150.00,150.00,10000.00 +1185020148,Isosceles/46,Product Design,Design,GBP,2014-09-12,11000.00,2014-08-13 22:24:24,11072.00,successful,81,GB,18572.85,17972.86,17855.98 +118502139,Chasing Stars,Fiction,Publishing,USD,2017-03-05,2000.00,2017-02-05 20:13:11,100.00,failed,1,US,100.00,100.00,2000.00 +1185028870,Customisable Pocket Organiser Wallet by SUB LABEL,Product Design,Design,SGD,2017-08-21,1500.00,2017-07-28 19:23:22,1673.00,canceled,10,SG,109.22,1230.42,1103.18 +"1185030486,""Lakes & Rivers """"Beginner's Luck"""""",Rock,Music,CAD,2015-04-30,2500.00,2015-03-14 05:02:02,2527.00,successful,92,CA,1988.75,2102.33,2079.87" +1185031584,New Business in publishing printing books,Print,Journalism,USD,2017-09-26,5000.00,2017-07-28 18:15:10,2.00,failed,2,US,0.00,2.00,5000.00 +1185032689,Global Parcel Delivery End-to-end to your Doorstep !,Apps,Technology,EUR,2016-11-27,100000.00,2016-10-28 19:37:48,101.00,failed,2,FR,0.00,107.48,106420.34 +1185035963,An Amateur's Cosmological Theory of Everything (Canceled),Publishing,Publishing,USD,2012-08-24,500.00,2012-07-21 17:06:03,10.00,canceled,2,US,10.00,10.00,500.00 +1185042675,Solar Power for a colorfully-animated LED Beacon installation at Burning Man,Digital Art,Art,USD,2010-07-22,530.00,2010-06-22 19:20:12,550.00,successful,6,US,550.00,550.00,530.00 +"1185043545,""Words Are Power, a feminist PC & Mac word game (Canceled)"",Video Games,Games,CAD,2014-12-04,40000.00,2014-11-03 14:18:41,8426.00,canceled,168,CA,7480.71,7395.12,35106.20" +1185044902,Glenmount Home,Product Design,Design,GBP,2015-09-17,3000.00,2015-08-18 20:44:40,22.00,failed,1,GB,34.43,34.42,4694.03 +1185045479,I'm growing tomatoes,Small Batch,Food,USD,2014-08-07,50.00,2014-07-08 08:38:50,52.00,successful,3,US,52.00,52.00,50.00 +1185049537,Beethovenyear Phase 1,Classical Music,Music,USD,2013-03-29,400.00,2013-03-15 16:21:52,936.00,successful,14,US,936.00,936.00,400.00 +1185052642,Will Roberts Weekly Telegram Film Shorts Season 1,Film & Video,Film & Video,USD,2013-07-04,5000.00,2013-06-07 16:31:23,205.00,failed,7,US,205.00,205.00,5000.00 +1185060831,THE BARN LIGHT Interior Design,Food,Food,USD,2012-09-19,15000.00,2012-08-20 21:05:01,15123.00,successful,86,US,15123.00,15123.00,15000.00 +1185074479,Greening the Beige,Art,Art,USD,2010-12-20,3000.00,2010-11-11 23:14:55,590.00,failed,11,US,590.00,590.00,3000.00 +1185081232,Geeky handmade gifts and craft supplies by The Felted Duck,Crafts,Crafts,GBP,2016-05-12,150.00,2016-04-12 15:58:44,277.00,successful,12,GB,391.34,399.12,216.13 +"1185093520,""""""Hallelujah Anyhow""""... Let's Share the Story"",Nonfiction,Publishing,USD,2011-06-07,2500.00,2011-04-23 02:36:58,100.00,failed,1,US,100.00,100.00,2500.00" +1185098762,Fractured Starlight,Fiction,Publishing,USD,2016-03-20,500.00,2016-02-19 21:41:41,737.00,successful,29,US,737.00,737.00,500.00 +1185104627,Bringing sweet joy to the world one candy at a time,Food,Food,USD,2016-04-08,4000.00,2016-03-10 01:28:54,563.00,failed,12,US,563.00,563.00,4000.00 +1185105986,The HangUpMachine: a SPAM filter for your phone,Software,Technology,USD,2014-05-20,37500.00,2014-04-20 19:17:27,1032.00,failed,14,US,1032.00,1032.00,37500.00 +1185107606,A Little Erotic Adventure,Fiction,Publishing,USD,2014-12-18,100.00,2014-11-18 03:27:17,234.00,successful,8,US,234.00,234.00,100.00 +1185108100,Project race car build,Design,Design,USD,2014-10-16,15000.00,2014-09-16 23:28:54,6.00,failed,2,US,6.00,6.00,15000.00 +1185123719,CTHULHU TALKING BOARD: Whispers from R'lyeh,Tabletop Games,Games,GBP,2014-09-04,8000.00,2014-08-06 22:26:45,5640.00,failed,121,GB,9511.83,9190.91,13036.75 +1185125343,PhotoToCalorieApp,Technology,Technology,CHF,2015-10-07,25000.00,2015-09-07 10:04:43,4.00,failed,2,CH,4.12,4.16,26014.30 +1185142319,Cherryblossom Cupcakes UK,Food,Food,GBP,2016-08-14,1000.00,2016-07-15 10:39:07,41.00,canceled,4,GB,21.07,53.66,1308.80 +"1185143782,Pre-order the 2nd AJJPS album ''Men of Venus'',Music,Music,GBP,2016-01-07,5000.00,2015-12-08 19:34:25,0.00,undefined,0,""N,0"""""",,0.00,7287.35" +1185149428,Seven Summits Quest Volume 5 - South America,Nonfiction,Publishing,USD,2014-12-31,12500.00,2014-12-10 17:30:28,4.00,failed,2,US,4.00,4.00,12500.00 +"1185149762,""""""Gypsy Bells"""" on Vinyl"",Indie Rock,Music,USD,2013-09-12,1300.00,2013-08-13 00:03:59,1914.00,successful,33,US,1914.00,1914.00,1300.00" +"1185151451,""Uhr / Watch """"Zeit-Basis"""" - Unikat-Uhrenbau in Kleinserie"",Product Design,Design,EUR,2016-01-24,7995.00,2015-12-17 12:13:51,121.00,failed,4,DE,132.39,132.13,8730.55" +1185151957,Look My Books!,Children's Books,Publishing,USD,2016-08-25,5000.00,2016-07-31 00:03:46,10.00,canceled,1,US,0.00,10.00,5000.00 +1185151992,Forbidden Doors - The Movie,Thrillers,Film & Video,USD,2014-11-17,400000.00,2014-10-16 03:33:07,10772.00,failed,82,US,10772.00,10772.00,400000.00 +1185152575,The Pool is a pop-up theater company,Plays,Theater,USD,2017-09-09,25000.00,2017-08-15 21:17:05,26400.00,successful,285,US,475.00,26400.00,25000.00 +"1185152934,""""""ANDON"""" A Stop Motion short about self discovery amidst ruin"",Art,Art,USD,2011-04-21,5000.00,2011-02-09 19:29:13,3.00,failed,1,US,3.00,3.00,5000.00" +1185154594,Reality Tokens & Collectible Treasure Box,Gaming Hardware,Games,NZD,2016-09-01,888.00,2016-08-02 02:53:06,632.00,failed,11,NZ,58.39,461.48,648.41 +1185169882,Vicious Crucible 3: Argentate Drift,Tabletop Games,Games,USD,2013-01-07,2000.00,2012-12-04 16:07:24,2493.00,successful,91,US,2493.00,2493.00,2000.00 +1185173269,TIDY-KEY KEY ORGANIZER / KEY HOLDER / KEY CASE / CAGE,Product Design,Design,EUR,2016-03-25,900.00,2016-02-24 16:04:09,943.00,successful,20,DE,1041.51,1078.03,1028.88 +"1185179311,""""""LOVELINE"""" Watercamping - Build your own boat in 14 days"",DIY,Crafts,DKK,2016-07-15,60000.00,2016-06-15 17:28:28,1130.00,failed,3,DK,168.51,169.07,8977.20" +"1185185980,Eli Pafumi // Debut EP,Music,Music,USD,2015-07-24,3500.00,2015-06-24 21:56:17,4060.62,undefined,0,""N,0"""""",,4060.62,3500.00" +1185192431,Rose's Pawn Shop's First UK & Ireland Tour,Country & Folk,Music,USD,2012-12-31,4000.00,2012-12-06 17:52:26,5701.00,successful,66,US,5701.00,5701.00,4000.00 +"118519306,""Fresh Data: local food, global network"",Apps,Technology,USD,2015-06-02,30000.00,2015-04-18 21:32:36,4892.00,failed,35,US,4892.00,4892.00,30000.00" +1185193948,Briefettes™ Underwear: Designer Boxer Briefs for Women,Apparel,Fashion,USD,2016-06-12,27500.00,2016-05-13 08:22:26,3442.00,canceled,30,US,3442.00,3442.00,27500.00 +118519533,Bonnyclabber Cheese Co. More Cheese Please!,Food,Food,USD,2012-11-07,15000.00,2012-10-08 16:36:11,7011.00,failed,94,US,7011.00,7011.00,15000.00 +1185198608,Kharon's Crypt - Even Death May Die,Video Games,Games,EUR,2017-10-26,4200.00,2017-09-26 21:29:40,13886.00,successful,720,ES,5942.43,16114.66,4874.09 +1185199393,Let's take care of OUR PLANET,Food,Food,EUR,2017-06-03,10000.00,2017-04-04 12:51:07,1137.00,failed,3,DE,167.66,1270.72,11176.06 +1185206317,Sure it's Couture Children's Fashion,Childrenswear,Fashion,GBP,2015-04-23,4000.00,2015-03-24 22:26:22,0.00,failed,0,GB,0.00,0.00,6047.78 +1185210913,Eldritch Skies (Savage Worlds Edition),Tabletop Games,Games,USD,2014-01-31,4000.00,2014-01-01 17:08:28,5597.00,successful,198,US,5597.00,5597.00,4000.00 +1185212341,Angel in West Africa: My Experience in Art,Mixed Media,Art,USD,2011-11-09,1800.00,2011-10-19 23:59:21,1800.00,successful,12,US,1800.00,1800.00,1800.00 +1185215990,Shake Off the World,Family,Film & Video,USD,2014-12-29,9999.00,2014-10-30 08:13:52,16580.00,successful,100,US,16580.00,16580.00,9999.00 +1185222761,A delicate tribute to the out-of-circulation Canadian cent,Crafts,Crafts,CAD,2014-12-31,36000.00,2014-12-01 18:04:48,94.00,failed,4,CA,82.33,80.47,30816.64 +1185233539,Baby Bounce: National Pride Wear for Babies,Childrenswear,Fashion,CAD,2014-05-27,25000.00,2014-04-19 05:18:28,1187.00,failed,17,CA,1078.98,1095.42,23071.24 +1185235157,Human Behavior Predictive Model,Software,Technology,USD,2017-02-02,10000.00,2017-01-03 23:18:22,0.00,failed,0,US,0.00,0.00,10000.00 +1185235362,The Beast,Horror,Film & Video,EUR,2017-09-15,20000.00,2017-08-11 18:15:33,315.00,failed,4,IT,228.91,376.83,23926.02 +1185237393,WIK LED Lightning Cable for iPhone LIFETIME WARRANTY,Hardware,Technology,USD,2015-10-11,3000.00,2015-09-20 16:59:52,37087.34,successful,1222,US,37087.34,37087.34,3000.00 +1185244795,FLEXUP - Digital Mobile Headphone Amplifier Redefined,Gadgets,Technology,EUR,2015-12-23,90000.00,2015-11-23 18:01:59,3561.00,failed,44,DE,3791.44,3898.24,98523.25 +1185251741,Twin Bed,Family,Film & Video,USD,2015-01-15,3500.00,2014-12-16 20:21:57,3546.00,successful,30,US,3546.00,3546.00,3500.00 +1185255586,My Journey Through Life,Photography,Photography,USD,2014-10-11,500.00,2014-08-12 01:37:48,0.00,failed,0,US,0.00,0.00,500.00 +1185267201,ANCHOR CABLE - Last cable you will ever need.,Technology,Technology,GBP,2017-07-31,50000.00,2017-06-01 18:09:40,15070.00,canceled,474,GB,2519.40,19810.70,65728.93 +1185271426,Sudoku Nomad: World's Largest 2800 Puzzle Adventure,Publishing,Publishing,USD,2015-05-08,750.00,2015-04-18 00:55:06,449.69,failed,12,US,449.69,449.69,750.00 +1185272796,Next Junction Edinburgh,Documentary,Film & Video,GBP,2013-09-05,1000.00,2013-07-25 18:52:12,340.00,failed,6,GB,521.34,529.66,1557.83 +1185291284,Manic Bloom Is Recording An Epic New Album,Rock,Music,USD,2012-07-26,15000.00,2012-06-26 02:37:42,16683.00,successful,208,US,16683.00,16683.00,15000.00 +1185292257,AstroNuts Kids Space Club telescope fundraiser,Space Exploration,Technology,CAD,2015-04-13,2000.00,2015-02-14 00:43:57,2516.00,successful,42,CA,1991.84,2063.82,1640.55 +1185293278,Orange Sessions: Lucie ? A Second Sun,Design,Design,USD,2015-07-06,12000.00,2015-06-01 18:27:03,1366.00,failed,13,US,1366.00,1366.00,12000.00 +1185295398,Dragon Ball Done Right - The Live Action Web Series [Read!],Film & Video,Film & Video,USD,2013-03-24,500.00,2013-01-23 05:38:41,510.00,successful,17,US,510.00,510.00,500.00 +1185307690,Aspiring Music Producer Garrett9090,Electronic Music,Music,USD,2015-05-01,2500.00,2015-03-17 19:39:11,1.00,failed,1,US,1.00,1.00,2500.00 +1185309492,CECY B MUSIC TO BENEFIT PROJECT (Canceled),Hip-Hop,Music,USD,2012-05-11,5000.00,2012-04-11 06:41:47,155.00,canceled,3,US,155.00,155.00,5000.00 +118531227,Indie iPhone Game - Mir|riM,Video Games,Games,USD,2011-08-25,750.00,2011-07-26 04:14:42,125.00,failed,7,US,125.00,125.00,750.00 +1185314836,A couple uh' Guys Podcast,Radio & Podcasts,Publishing,CAD,2014-08-24,200.00,2014-07-25 21:22:52,0.00,failed,0,CA,0.00,0.00,184.26 +1185316568,May All Your Dreams Come True - purple neon text,Art,Art,USD,2010-07-10,1500.00,2010-05-22 18:37:54,10.00,failed,2,US,10.00,10.00,1500.00 +1185324481,Memories,Video Games,Games,GBP,2018-01-27,53.00,2017-12-18 14:09:01,116.00,live,13,GB,53.29,158.22,72.29 +1185336465,Teddy Bears for Kids,Crafts,Crafts,USD,2017-10-06,4500.00,2017-09-06 22:02:55,350.00,failed,8,US,0.00,350.00,4500.00 +1185336523,Worldchanging 101: Challenging the Myth of Powerlessness,Nonfiction,Publishing,USD,2014-05-26,18800.00,2014-04-24 14:02:26,21165.00,successful,357,US,21165.00,21165.00,18800.00 +118534261,Hiking Pack Slings- in time for Christmas,Product Design,Design,USD,2017-12-08,500.00,2017-11-16 19:30:55,663.00,successful,49,US,266.00,663.00,500.00 +118534590,In The End: What Matters Most,Nonfiction,Publishing,USD,2013-02-23,11100.00,2013-01-24 04:17:16,165.00,failed,3,US,165.00,165.00,11100.00 +1185357074,TruSlope: A golf ball marker that reads the green for you!!,Gadgets,Technology,USD,2016-05-22,25000.00,2016-04-07 17:00:37,3552.00,failed,45,US,3552.00,3552.00,25000.00 +1185362136,Dizzlike! In Your Face-Book Game,Games,Games,USD,2013-01-27,90000.00,2012-12-25 21:19:37,600.00,failed,8,US,600.00,600.00,90000.00 +1185363305,Bad Apples (Canceled),Playing Cards,Games,CAD,2016-03-11,7700.00,2016-02-09 20:21:16,185.00,canceled,7,CA,133.11,139.59,5810.01 +1185371633,Help me change the world.,Performance Art,Art,USD,2016-09-03,1500.00,2016-07-20 23:19:14,1515.00,successful,33,US,265.00,1515.00,1500.00 +1185373216,Concept Apparel,Apparel,Fashion,GBP,2016-01-02,1500.00,2015-12-03 23:43:28,1505.00,successful,8,GB,2267.79,2193.49,2186.21 +1185373421,we're bringin PICKLE BACK. {yeah!},Small Batch,Food,USD,2014-08-05,12000.00,2014-07-16 16:22:23,20583.00,successful,92,US,20583.00,20583.00,12000.00 +1185389496,Put 'Prologue II' on the Record with FarFetched,Music,Music,USD,2012-11-30,5000.00,2012-10-31 14:37:43,478.33,failed,11,US,478.33,478.33,5000.00 +118540295,ANDY-O,Shorts,Film & Video,MXN,2017-11-25,50000.00,2017-10-26 19:35:51,53000.00,successful,42,MX,156.07,2838.17,2677.52 +1185405043,HONEST PICKS A search engine that creates informed buyers.,Web,Technology,USD,2017-12-05,36000.00,2017-11-05 03:09:39,911.00,failed,8,US,841.00,911.00,36000.00 +1185407436,Magical PennyGems,Tabletop Games,Games,USD,2014-01-25,4000.00,2014-01-03 21:03:37,11788.50,successful,265,US,11788.50,11788.50,4000.00 +"1185407798,""""""GLITTERBOX"""" (Canceled)"",Documentary,Film & Video,USD,2011-02-19,15000.00,2010-12-21 15:35:40,100.00,canceled,1,US,100.00,100.00,15000.00" +1185413877,Held Down by a Shadow - A Columbia MFA thesis film,Horror,Film & Video,USD,2017-01-03,11000.00,2016-12-04 19:33:35,11040.00,successful,77,US,630.00,11040.00,11000.00 +1185418972,EUTCo presents scenes from Tom Wells' 'The Kitchen Sink',Festivals,Theater,GBP,2015-08-10,700.00,2015-07-05 20:49:04,806.00,successful,22,GB,1255.06,1260.16,1094.43 +1185423186,DEX::LOG - Sync Any Schedule Notes You Write To Your Phone,Design,Design,HKD,2016-12-12,55000.00,2016-11-19 20:38:33,0.00,suspended,0,HK,0.00,0.00,7085.44 +1185426788,Nourished Beginnings - Nutrition in Child Care,Food,Food,AUD,2014-11-06,16000.00,2014-10-08 07:11:16,150.00,failed,2,AU,131.11,128.93,13752.79 +1185436388,Lake City -- a Feature-Length Dark Comedy,Narrative Film,Film & Video,USD,2013-04-18,20000.00,2013-03-14 22:03:29,21314.25,successful,149,US,21314.25,21314.25,20000.00 +1185449670,The Marathon Performance Dress Sock by Mr. Davis,Accessories,Fashion,USD,2016-11-04,15000.00,2016-10-13 15:46:04,16625.00,successful,474,US,6614.00,16625.00,15000.00 +11854497,Awakening Love of Literacy across United States,Journalism,Journalism,USD,2015-02-20,10000.00,2015-01-21 18:43:18,1.00,failed,1,US,1.00,1.00,10000.00 +1185453048,Southern Fried Cash,Nonfiction,Publishing,USD,2015-03-06,150000.00,2015-01-07 17:03:06,0.00,failed,0,US,0.00,0.00,150000.00 +1185459076,Freesyle Jam Camp - Teaches Kids (of all ages) How To Play Frisbee (disc),Games,Games,USD,2010-01-05,500.00,2009-11-23 02:03:26,1145.00,successful,18,US,1145.00,1145.00,500.00 +118546529,Gia Giselle Contemporary Couture Rings,Fashion,Fashion,USD,2011-12-31,3500.00,2011-12-10 04:11:47,0.00,failed,0,US,0.00,0.00,3500.00 +1185465956,24/7 a scrapbook journal,Nonfiction,Publishing,USD,2015-09-05,11000.00,2015-08-27 05:02:37,0.00,failed,0,US,0.00,0.00,11000.00 +1185466769,CHICKS DIG GAY GUYS - Theatrical film release! (Canceled),Narrative Film,Film & Video,USD,2013-04-26,300000.00,2013-03-27 21:02:41,1307.78,canceled,31,US,1307.78,1307.78,300000.00 +1185469544,CARTOONAGEDDON,Animation,Film & Video,USD,2017-04-05,25680.00,2017-02-04 21:22:59,205.00,failed,13,US,205.00,205.00,25680.00 +1185474395,Help Fund The Colin Alvarez Band's First LP!,Blues,Music,USD,2017-10-14,5000.00,2017-09-21 04:32:58,970.00,failed,12,US,65.00,970.00,5000.00 +1185478279,Lynn and Rob's Gourmet Kitchen,Food,Food,USD,2016-04-01,5000.00,2016-03-02 20:19:59,0.00,failed,0,US,0.00,0.00,5000.00 +1185483081,Accidents Waiting to Happen: The 12 Rods Story,Documentary,Film & Video,USD,2015-05-08,15000.00,2015-04-08 20:40:42,15130.00,successful,228,US,15130.00,15130.00,15000.00 +1185492822,Shit's Fucked Candles,Candles,Crafts,USD,2015-01-20,1700.00,2014-12-21 00:42:04,65.00,failed,10,US,65.00,65.00,1700.00 +1185495617,TWIST: adapted from the novel Oliver Twist,Plays,Theater,USD,2015-10-24,2000.00,2015-10-07 18:43:36,2145.00,successful,20,US,2145.00,2145.00,2000.00 +1185495894,Razorback,Narrative Film,Film & Video,USD,2012-05-18,60000.00,2012-04-03 03:12:47,50.00,failed,1,US,50.00,50.00,60000.00 +118549679,Corliss and Citizen,Narrative Film,Film & Video,USD,2011-11-27,50000.00,2011-10-28 20:00:18,3922.00,failed,90,US,3922.00,3922.00,50000.00 +1185498916,Memphis Bound Documentary,Country & Folk,Music,USD,2012-02-01,1200.00,2012-01-03 16:09:08,1208.00,successful,16,US,1208.00,1208.00,1200.00 +118551198,World Martial Law 2025,Mobile Games,Games,USD,2015-07-30,100000.00,2015-06-01 20:31:07,100.00,failed,1,US,100.00,100.00,100000.00 +1185520310,Makrtoolbox Mk1 3d Printer (Canceled),Hardware,Technology,USD,2014-06-25,7000.00,2014-05-26 15:00:31,1841.00,canceled,13,US,1841.00,1841.00,7000.00 +1185520670,The Most Affordable & Versatile Premium Watch — Kaville,Design,Design,EUR,2017-11-23,25000.00,2017-10-23 09:58:25,7245.00,canceled,58,IE,6010.61,8604.92,29692.62 +1185522952,1ST EVER Fan-Directed Graphic Novel App: The Way (of Yahweh),Comics,Comics,USD,2012-08-29,17580.00,2012-07-30 21:18:10,2883.00,failed,69,US,2883.00,2883.00,17580.00 +118552428,The 36 Flavors Initiative (Concert & CD Package),Hip-Hop,Music,USD,2015-12-18,5000.00,2015-10-19 04:42:30,0.00,failed,0,US,0.00,0.00,5000.00 +1185526517,Forever Mountain Full-Length Album,Music,Music,USD,2012-07-12,750.00,2012-06-12 04:51:24,762.00,successful,20,US,762.00,762.00,750.00 +1185534410,DOS! Twice the fun of UNO.,Tabletop Games,Games,USD,2017-06-02,5000.00,2017-05-03 15:43:04,5156.00,successful,101,US,1001.00,5156.00,5000.00 +118553681,Play With This Too - Lost Protectors,Product Design,Design,USD,2015-03-30,80000.00,2015-02-27 05:20:51,71625.00,failed,406,US,71625.00,71625.00,80000.00 +1185544387,Breaking Ground,Country & Folk,Music,USD,2013-05-08,15000.00,2013-04-08 20:05:37,15862.00,successful,295,US,15862.00,15862.00,15000.00 +1185553758,Comunidad online de terapias naturales,Technology,Technology,EUR,2016-07-21,10450.00,2016-06-22 09:55:55,26.00,failed,2,ES,28.34,28.64,11509.57 +1185554929,Fringe Festival Performances - Heart of a Dog,Theater,Theater,USD,2010-05-22,1000.00,2010-03-21 15:03:53,1696.00,successful,38,US,1696.00,1696.00,1000.00 +118556716,I Make Comics: THE TEE SHIRT!,Events,Comics,USD,2016-11-08,100.00,2016-10-24 21:13:43,340.00,successful,17,US,180.00,340.00,100.00 +"1185571302,""""""THE BUSINESS"""" Funny and serious all in one."",Comedy,Film & Video,USD,2015-02-09,15000.00,2014-12-12 00:13:48,0.00,failed,0,US,0.00,0.00,15000.00" +1185578251,Exit (Canceled),Shorts,Film & Video,USD,2014-03-15,25000.00,2014-02-13 14:03:38,4116.00,canceled,31,US,4116.00,4116.00,25000.00 +1185592390,Youtubers Life Series,Experimental,Film & Video,USD,2016-11-16,5000.00,2016-10-17 07:10:13,0.00,failed,0,US,0.00,0.00,5000.00 +1185596491,4board- The World's First Square Skateboard,Woodworking,Crafts,USD,2017-08-23,80.00,2017-07-24 23:19:20,17.00,failed,4,US,2.00,17.00,80.00 +"1185596645,""SOOZA-PALOOZA!, a Comic Concert"",Theater,Theater,USD,2013-03-31,29000.00,2013-03-01 14:57:54,1525.00,failed,13,US,1525.00,1525.00,29000.00" +1185600640,The Impossible Tour - Portland,Rock,Music,USD,2011-09-06,1000.00,2011-08-07 21:09:47,1106.01,successful,36,US,1106.01,1106.01,1000.00 +"1185606137,""I want to create """"My Last First Album""""!"",Music,Music,USD,2012-08-19,3500.00,2012-06-20 22:38:18,100.00,failed,4,US,100.00,100.00,3500.00" +"1185608141,Walking Two Roads: A Life Story; My Journey with Chipeta,Nonfiction,Publishing,USD,2012-09-30,3500.00,2012-09-02 01:36:29,10.00,failed,1,US,10.00,10.00,3500.00" +118561147,Mustang Sally - Experiences in online dating - Webseries,Webseries,Film & Video,CAD,2014-03-07,40000.00,2014-02-05 18:19:00,675.00,failed,16,CA,608.45,614.53,36416.61 +1185641605,Action Figure: The Movie,Documentary,Film & Video,USD,2014-08-30,25000.00,2014-07-21 21:47:20,50.00,failed,1,US,50.00,50.00,25000.00 +1185642986,Kombucha Kulture,Food,Food,USD,2012-05-17,50000.00,2012-04-02 07:08:47,3794.00,failed,45,US,3794.00,3794.00,50000.00 +1185647272,Project Vino,Drinks,Food,USD,2015-04-10,15000.00,2015-02-19 03:32:43,0.00,failed,0,US,0.00,0.00,15000.00 +1185655223,Condo Hell - Epic Horror Movie,Film & Video,Film & Video,USD,2014-02-08,5000.00,2014-01-09 03:09:18,5780.00,successful,61,US,5780.00,5780.00,5000.00 +1185663546,1 W North Avenue: New Station North HQ,Art,Art,USD,2012-12-20,10000.00,2012-11-22 22:49:06,12130.77,successful,192,US,12130.77,12130.77,10000.00 +1185671244,Murderous Monsters Bestiary for Old School Tabletop RPGs,Illustration,Art,USD,2015-06-26,2475.00,2015-05-27 15:15:55,1627.00,failed,88,US,1627.00,1627.00,2475.00 +1185671308,A Japanese/American Style Story Arc,Fiction,Publishing,USD,2017-05-27,3500.00,2017-04-28 01:53:13,1.00,failed,1,US,0.00,1.00,3500.00 +"11856763,""George Cole & """"Eurocana"""" US Tour 2012"",Music,Music,USD,2012-07-21,7500.00,2012-06-26 18:33:14,7592.00,successful,30,US,7592.00,7592.00,7500.00" +1185685348,The Next Line,Narrative Film,Film & Video,GBP,2017-06-26,600.00,2017-05-18 01:06:01,126.00,failed,6,GB,116.22,163.52,778.68 +1185691220,Lucid Labs Raspberry Pi DAC,Sound,Technology,USD,2015-06-09,250.00,2015-05-26 20:29:38,6495.00,successful,107,US,6495.00,6495.00,250.00 +1185707588,K.Noah: High End Football Uniforms. Ethically produced.,Apparel,Fashion,USD,2015-12-12,25000.00,2015-10-13 09:09:27,1252.00,failed,14,US,1252.00,1252.00,25000.00 +1185710701,Chicago Subway and Elevated platform. 146 stations 1 poster,Graphic Design,Design,USD,2016-04-06,15000.00,2016-03-07 09:01:12,1630.00,failed,30,US,1630.00,1630.00,15000.00 +1185714854,The Rapid Response,Apps,Technology,USD,2016-09-02,10000.00,2016-08-03 20:25:10,0.00,failed,0,US,0.00,0.00,10000.00 +1185745713,The Tao of Chaos Book Project (Canceled),Nonfiction,Publishing,USD,2012-04-26,30000.00,2012-03-27 01:46:30,575.00,canceled,3,US,575.00,575.00,30000.00 +1185745802,The Microbrew Project,Events,Food,USD,2014-10-26,15000.00,2014-08-27 18:40:21,0.00,failed,0,US,0.00,0.00,15000.00 +1185753309,PathBreaker a D20 System Rules Supplement,Tabletop Games,Games,USD,2017-03-03,400.00,2017-02-01 14:01:53,28.00,failed,6,US,5.00,28.00,400.00 +1185757737,Bakersfield Lego Robotics Teams,Robots,Technology,USD,2014-05-03,5000.00,2014-04-03 00:31:32,2321.00,failed,28,US,2321.00,2321.00,5000.00 +1185763554,Juana Inés: paráfrasis de sí misma,Performance Art,Art,MXN,2017-07-31,40000.00,2017-06-03 18:24:42,40000.00,successful,37,MX,130.00,2246.18,2246.18 +1185767993,Shield of The Interceptor #3,Comic Books,Comics,USD,2016-08-17,795.00,2016-07-13 05:11:29,1012.00,successful,50,US,345.00,1012.00,795.00 +1185768261,Magazine,Publishing,Publishing,USD,2016-06-30,100000.00,2016-05-31 18:20:44,0.00,failed,0,US,0.00,0.00,100000.00 +1185783408,Lean Hounds Tour and Record Release,Indie Rock,Music,USD,2012-06-26,2100.00,2012-06-14 19:28:45,4915.00,successful,17,US,4915.00,4915.00,2100.00 +"1185803975,""WIlly Reed Records presents... """"POWER IN LYRICS"""" Showcase."",Music,Music,USD,2017-08-15,17000.00,2017-06-16 04:28:50,0.00,canceled,0,US,0.00,0.00,17000.00" +1185804696,Bison Bay: City of Beasts & Angels,Comics,Comics,USD,2013-09-30,800.00,2013-08-30 20:30:51,115.00,failed,3,US,115.00,115.00,800.00 +1185810012,Random Open Source Code,Conceptual Art,Art,USD,2015-11-04,1000.00,2015-10-05 23:45:58,180.00,failed,5,US,180.00,180.00,1000.00 +1185813757,Colorful Original Anime Character Sticker & Postcard,Illustration,Art,USD,2015-05-13,200.00,2015-04-13 21:07:57,36.00,failed,10,US,36.00,36.00,200.00 +1185816492,The Golden Hour Documentary,Documentary,Film & Video,USD,2011-10-19,2000.00,2011-09-19 05:58:04,2335.00,successful,35,US,2335.00,2335.00,2000.00 +1185824441,The Sweatshop,Shorts,Film & Video,USD,2012-04-12,4000.00,2012-03-13 21:07:27,4561.00,successful,74,US,4561.00,4561.00,4000.00 +1185824514,Sport Valet- The best way to protect your gear and vehicle,Product Design,Design,USD,2015-12-01,30000.00,2015-11-01 17:14:46,150.00,failed,3,US,150.00,150.00,30000.00 +1185830488,Naipe en las Carreras,Mobile Games,Games,EUR,2017-10-21,15000.00,2017-09-11 10:35:19,30.00,failed,1,ES,36.11,34.81,17407.45 +1185831085,Ligature Marks: An Erotica Collection,Fiction,Publishing,USD,2012-05-27,1300.00,2012-04-27 18:31:54,96.00,failed,7,US,96.00,96.00,1300.00 +1185834246,Animal Picture and HD Video,Animals,Photography,NOK,2015-09-06,4500.00,2015-07-28 01:06:57,8.00,failed,1,NO,0.97,0.97,546.93 +1185836706,24H Girlfriend (Canceled),Experimental,Film & Video,EUR,2015-10-31,1100.00,2015-09-12 05:51:35,50.00,canceled,1,FR,56.05,54.32,1195.04 +1185847051,A Top Contra Dance Caller for our Band,Music,Music,USD,2013-03-04,1750.00,2013-02-02 17:20:52,1828.00,successful,45,US,1828.00,1828.00,1750.00 +"1185849160,Cleveland Steamer and His Faithful Dog Blumpkin,Publishing,Publishing,USD,2016-02-03,8500.00,2016-01-04 04:09:52,0.00,undefined,0,""N,0"""""",,0.00,8500.00" +1185849949,Through the Bare Eye (Canceled),Photography,Photography,USD,2012-09-08,6000.00,2012-08-09 06:16:53,0.00,canceled,0,US,0.00,0.00,6000.00 +"1185852574,""Haley Cole - """"Illusions"""""",Music,Music,USD,2014-10-02,17500.00,2014-08-21 19:10:48,18581.00,successful,174,US,18581.00,18581.00,17500.00" +1185857602,Judge Dredd Miniatures Game: Block War,Tabletop Games,Games,USD,2012-10-13,2000.00,2012-09-13 10:37:28,101457.01,successful,649,US,101457.01,101457.01,2000.00 +118586002,Heartbreak Quadrant,Comics,Comics,USD,2015-11-25,3750.00,2015-10-26 21:24:10,5262.00,successful,190,US,5262.00,5262.00,3750.00 +118586577,A Werewolf Stole My Cigarettes: A Dark Secret Place Novel.,Fiction,Publishing,USD,2013-03-09,10000.00,2013-02-17 02:59:35,10995.09,successful,294,US,10995.09,10995.09,10000.00 +1185867381,Five Million People. One Book. (Canceled),Nonfiction,Publishing,USD,2010-12-21,3000.00,2010-11-21 03:57:31,0.00,canceled,0,US,0.00,0.00,3000.00 +1185869768,One Sunday in Birmingham 2018,Plays,Theater,USD,2018-01-16,1500.00,2017-12-02 06:15:08,525.00,live,22,US,0.00,525.00,1500.00 +118587995,La Verdad: The Webseries,Webseries,Film & Video,USD,2012-05-25,10000.00,2012-04-10 02:07:18,35.00,failed,3,US,35.00,35.00,10000.00 +1185899391,The RepRap Project: Self Replicating DIY 3D Printer,Hardware,Technology,USD,2012-06-22,2000.00,2012-05-22 05:35:33,131.00,failed,6,US,131.00,131.00,2000.00 +1185915413,Handsome Devils Co. Hot Sauce | Curiously Crafted,Small Batch,Food,AUD,2015-07-04,5000.00,2015-06-04 06:57:02,2728.00,failed,46,AU,2127.79,2037.65,3734.69 +1185918756,FIDGET FLASH™ | 4GB USB Fidget Spinners,Product Design,Design,USD,2017-09-09,10000.00,2017-08-10 12:56:14,71.00,canceled,3,US,71.00,71.00,10000.00 +1185929321,Offcut Cheese Board,Product Design,Design,USD,2015-12-17,4000.00,2015-12-04 00:05:50,1.00,failed,1,US,1.00,1.00,4000.00 +1185930342,Class-B Scout Revolution T-shirt,Fashion,Fashion,USD,2012-10-11,700.00,2012-09-28 16:25:01,296.00,failed,7,US,296.00,296.00,700.00 +1185932836,Pokemon Go at the Yakima Arboretum!,Mobile Games,Games,USD,2016-09-23,1000.00,2016-08-28 20:43:03,0.00,failed,0,US,0.00,0.00,1000.00 +1185949433,TatChat app - yr Tat can Chat,Art,Art,USD,2015-06-25,88000.00,2015-05-09 00:18:42,672.00,failed,40,US,672.00,672.00,88000.00 +1185951665,Previously... Art Exhibition,Art,Art,GBP,2013-12-13,600.00,2013-11-13 17:14:44,20.00,failed,1,GB,31.95,32.54,976.20 +1185960134,Flight of Fire's New Concept Album - Path of the Phoenix,Rock,Music,USD,2016-02-16,10000.00,2016-01-17 03:12:55,11808.00,successful,130,US,11808.00,11808.00,10000.00 +1185967075,VOZ: Empowering Ethical Fashion,Fashion,Fashion,USD,2011-04-28,8000.00,2011-03-08 20:26:57,8649.00,successful,159,US,8649.00,8649.00,8000.00 +1185976184,BATTERED & ABUSED: My Story,Documentary,Film & Video,USD,2012-12-05,30000.00,2012-11-05 04:34:53,50.00,failed,2,US,50.00,50.00,30000.00 +1185979140,Zeiss Presents : A Single for Everyone!,Music,Music,USD,2013-05-22,10000.00,2013-04-22 19:19:51,100.00,failed,1,US,100.00,100.00,10000.00 +1186004233,La Gente de la Tierra Post-Production: Projects of the Earth,Documentary,Film & Video,USD,2017-10-06,1000.00,2017-09-06 01:49:50,126.00,failed,4,US,0.00,126.00,1000.00 +1186005471,A Bluetooth Headset Attached to Phone-Never Lose or Forget,Hardware,Technology,USD,2014-10-10,10000.00,2014-09-02 13:59:28,576.00,failed,17,US,576.00,576.00,10000.00 +1186007910,Twin Cities Jazz Sampler Volume Two,Jazz,Music,USD,2016-11-10,2500.00,2016-10-11 16:29:57,2525.00,successful,27,US,165.00,2525.00,2500.00 +1186009794,REC• Whacky | Your Stressfree Companion,Product Design,Design,HKD,2016-12-03,136500.00,2016-10-19 19:19:29,2632.00,canceled,9,HK,105.18,339.19,17591.11 +1186012106,Pirates & Dragons the RPG (Canceled),Tabletop Games,Games,GBP,2013-09-11,12000.00,2013-08-02 11:59:43,2903.00,canceled,66,GB,4408.73,4595.24,18995.16 +1186012511,Sky Relics: A Sky Adventure Awaits (Canceled),Tabletop Games,Games,USD,2015-05-27,6500.00,2015-04-18 19:24:43,6452.00,canceled,63,US,6452.00,6452.00,6500.00 +1186023699,Drum Meditations with Budhi Harlow,World Music,Music,USD,2013-01-01,2500.00,2012-12-07 01:25:03,461.00,failed,12,US,461.00,461.00,2500.00 +"1186033965,Meet Me By The Moon,Music,Music,USD,2016-03-14,4500.00,2016-02-14 00:41:10,4501.00,undefined,0,""N,0"""""",,4501.00,4500.00" +"1186035417,""Heroes of Normandie, strategic resupply"",Tabletop Games,Games,EUR,2015-12-18,40000.00,2015-11-24 17:53:56,212098.00,successful,2002,FR,225081.85,229829.33,43343.99" +1186048146,The Gambler's Guide,Playing Cards,Games,USD,2016-02-03,10000.00,2016-01-19 22:18:21,0.00,failed,0,US,0.00,0.00,10000.00 +1186052226,Beautiful Indigo Shibori Leather Bags Handmade in Hawaii,Fashion,Fashion,USD,2013-12-24,5800.00,2013-11-19 06:57:34,6155.00,successful,79,US,6155.00,6155.00,5800.00 +1186066400,CRAZYWISE: Rethinking Madness — A Documentary Film,Documentary,Film & Video,USD,2014-06-21,75000.00,2014-05-19 03:45:38,87001.00,successful,623,US,87001.00,87001.00,75000.00 +1186074214,War is Coming: Shieldmaidens vs Orcs (Canceled),Tabletop Games,Games,USD,2016-02-11,30000.00,2016-01-12 19:58:54,39604.00,canceled,312,US,39604.00,39604.00,30000.00 +1186075223,Targeting Iran,Documentary,Film & Video,USD,2012-11-26,5500.00,2012-10-27 20:10:08,735.00,failed,5,US,735.00,735.00,5500.00 +118607757,BREAKING THE LIGHT™,Fine Art,Photography,USD,2017-04-21,50000.00,2017-03-21 23:52:16,2.00,failed,2,US,0.00,2.00,50000.00 +1186078763,Reality Check Movie Project,Narrative Film,Film & Video,USD,2011-08-26,200000.00,2011-07-24 08:54:15,10475.00,failed,15,US,10475.00,10475.00,200000.00 +1186085166,Nathans First Album Recording,Blues,Music,GBP,2017-03-05,3000.00,2017-02-03 16:05:06,0.00,canceled,0,GB,0.00,0.00,3646.75 +1186087959,Vicious Sun - an Illustrated Fantasy Novel,Fiction,Publishing,USD,2013-01-04,10000.00,2012-12-04 18:11:30,2155.00,failed,35,US,2155.00,2155.00,10000.00 +118609536,The Blue Dress - Flightless Birds Summer Tour Fund,Indie Rock,Music,USD,2012-01-29,600.00,2011-11-30 18:27:06,45.00,failed,2,US,45.00,45.00,600.00 +118609878,Bali's Paradise Paradigm,Documentary,Film & Video,GBP,2017-03-16,2250.00,2017-02-23 01:09:59,2748.00,successful,23,GB,12.44,3396.58,2781.04 +1186103529,CLANDESTINE - A Film about the Refugee Crisis by Stuart Gatt,Shorts,Film & Video,GBP,2015-10-18,70000.00,2015-09-18 10:28:34,5317.00,canceled,102,GB,8247.31,8190.33,107828.34 +1186106846,The SOCKS Nation - The Brightest Socks You Will Ever Own,Apparel,Fashion,USD,2016-04-22,10000.00,2016-03-18 19:16:11,3115.00,failed,49,US,3115.00,3115.00,10000.00 +1186108109,T-BOTS | Balancing Robots,Robots,Technology,GBP,2017-11-22,100000.00,2017-10-03 17:19:34,7613.00,failed,117,GB,697.92,10145.80,133269.36 +1186115430,Ironcore Resistance is asking you to JOIN THE RESISTANCE,Rock,Music,USD,2016-10-05,20000.00,2016-09-05 23:36:21,0.00,failed,0,US,0.00,0.00,20000.00 +1186121062,Sculpting a new path (Canceled),Digital Art,Art,USD,2014-08-21,900.00,2014-07-22 03:48:21,0.00,canceled,0,US,0.00,0.00,900.00 +1186121405,Chocolate Chip Cookies :),Food,Food,GBP,2014-08-08,100.00,2014-07-09 21:08:31,0.00,failed,0,GB,0.00,0.00,168.04 +1186122317,GrlScouts™: You're favorite clothing for everyday wear,Apparel,Fashion,USD,2017-06-15,7000.00,2017-05-26 21:54:45,5.00,failed,1,US,5.00,5.00,7000.00 +1186136544,The Tucky,Product Design,Design,USD,2017-09-14,11000.00,2017-08-15 02:07:30,587.00,failed,11,US,80.00,587.00,11000.00 +1186146962,Dragon Clash,Tabletop Games,Games,USD,2013-04-26,5000.00,2013-03-27 01:38:48,8573.19,successful,92,US,8573.19,8573.19,5000.00 +1186154197,THYMOS | The World’s First Self-Sanitising Shield,Technology,Technology,SGD,2017-01-15,20000.00,2016-12-14 03:34:07,30588.00,successful,249,SG,7830.51,21397.69,13990.91 +1186155524,Padel Tennis Pro - iOS App,Technology,Technology,GBP,2012-12-08,1200.00,2012-11-08 22:11:56,1202.00,successful,11,GB,1925.58,1937.55,1934.33 +"1186159969,""THE PATH TO NIDAROS, a fullscale building project, May 2016"",Architecture,Design,NOK,2016-04-16,20000.00,2016-03-17 14:40:47,20600.00,successful,40,NO,2410.14,2509.84,2436.74" +1186165562,Documentary To Increase The Success Of Minority Owned Businesses,Documentary,Film & Video,USD,2010-08-17,2500.00,2010-07-14 01:10:10,100.00,failed,2,US,100.00,100.00,2500.00 +1186167974,No thanks Enamel Pin,Accessories,Fashion,AUD,2017-10-12,300.00,2017-09-12 15:09:38,89.00,failed,7,AU,0.00,69.70,234.94 +118616941,DEMOCRACY 2.0: Rules of Order for Everyday Democrats,Nonfiction,Publishing,CAD,2015-04-30,4000.00,2015-03-31 09:14:47,582.00,failed,17,CA,461.26,484.19,3327.79 +1186169953,Pelican Dreams,Documentary,Film & Video,USD,2014-05-31,50000.00,2014-05-01 09:00:56,51300.00,successful,356,US,51300.00,51300.00,50000.00 +1186171865,Pseudopod: Year 10,Anthologies,Publishing,USD,2016-11-23,30645.00,2016-10-25 16:00:08,33677.00,successful,495,US,7041.00,33677.00,30645.00 +1186187131,Wanderlust Catamaran Video Travel/Charter the Caribbean,Documentary,Film & Video,USD,2017-08-05,2500.00,2017-07-06 08:23:04,0.00,failed,0,US,0.00,0.00,2500.00 +1186192301,Petri Wars,Tabletop Games,Games,USD,2015-07-06,16000.00,2015-06-04 04:26:04,6023.00,failed,123,US,6023.00,6023.00,16000.00 +1186203127,The Unkindness of Ravens (Feature Film) Epic Horror Fantasy,Horror,Film & Video,GBP,2015-12-11,40000.00,2015-11-09 16:52:32,44039.00,successful,635,GB,66282.77,66753.07,60630.86 +1186206114,KeyBit - MagSafe Adapter Key Ring,Product Design,Design,USD,2013-05-23,10000.00,2013-04-23 18:58:39,16338.45,successful,655,US,16338.45,16338.45,10000.00 +1186206829,RNDR,Product Design,Design,GBP,2017-05-01,4000.00,2017-03-14 15:17:53,889.00,failed,11,GB,170.48,1150.32,5175.78 +1186219783,Kiss a Frog? YUK!,Children's Books,Publishing,GBP,2017-12-06,15000.00,2017-11-06 09:58:08,522.00,failed,27,GB,120.32,700.30,20123.42 +1186221351,Ultimate Snacks,Small Batch,Food,USD,2017-03-15,100.00,2017-03-08 19:30:58,720.00,successful,16,US,360.00,720.00,100.00 +1186223715,The Whitestone Bridge,Film & Video,Film & Video,USD,2017-08-10,85000.00,2017-07-06 18:16:39,10010.00,failed,2,US,2500.00,10010.00,85000.00 +1186231339,Crawl - A fantastic journey,Shorts,Film & Video,GBP,2017-06-03,500.00,2017-05-04 15:12:54,512.00,successful,12,GB,249.78,652.93,637.62 +1186238537,Modding the Ingress Community,Mobile Games,Games,USD,2014-08-14,12000.00,2014-07-30 18:38:05,25.00,failed,1,US,25.00,25.00,12000.00 +1186241845,Brew a bro.,Drinks,Food,USD,2014-12-31,500.00,2014-11-05 18:27:25,0.00,failed,0,US,0.00,0.00,500.00 +1186251324,Halfway Log Dump Bouldering Guidebook,Publishing,Publishing,CAD,2016-03-09,5000.00,2016-02-08 15:36:25,2187.00,failed,69,CA,1571.51,1650.19,3772.73 +1186254881,iSpy SOS,Gadgets,Technology,USD,2015-06-26,75000.00,2015-05-27 21:56:48,0.00,failed,0,US,0.00,0.00,75000.00 +1186258140,Keystone in Color,Product Design,Design,USD,2015-10-29,3000.00,2015-09-22 11:46:25,9243.00,successful,285,US,9243.00,9243.00,3000.00 +1186259355,The Cat Project for Cat Lovers,Apparel,Fashion,USD,2017-05-24,6000.00,2017-04-24 19:12:49,12.00,failed,2,US,0.00,12.00,6000.00 +1186259846,Let's make a delicious and filling dinner for my roommates!,Food,Food,USD,2014-08-10,40.00,2014-07-11 20:33:14,0.00,failed,0,US,0.00,0.00,40.00 +1186259947,The Church Owls are recording their first studio album,Indie Rock,Music,USD,2012-12-20,2500.00,2012-11-20 01:34:56,240.00,failed,7,US,240.00,240.00,2500.00 +1186269775,GBS Detroit Presents HazardHead (Canceled),Rock,Music,USD,2012-11-03,600.00,2012-10-19 18:41:34,1.00,canceled,1,US,1.00,1.00,600.00 +1186272557,Believing is Kreating,Classical Music,Music,CAD,2013-12-24,5000.00,2013-11-22 19:10:31,5278.00,successful,77,CA,5044.89,4949.36,4688.67 +1186272816,Sounder EZ-Trieve Diving Lure,Gadgets,Technology,USD,2017-02-17,22500.00,2017-01-14 18:07:30,3279.00,failed,10,US,2543.00,3279.00,22500.00 +1186273169,Coach For Kids,Young Adult,Publishing,USD,2014-10-19,7500.00,2014-09-04 00:09:01,0.00,failed,0,US,0.00,0.00,7500.00 +"1186277605,""Let's press a 45 rpm 7"""" single!"",Indie Rock,Music,USD,2016-01-11,800.00,2015-12-12 15:22:15,800.00,successful,12,US,800.00,800.00,800.00" +1186281027,Peanut Gallery Comics,Comic Books,Comics,USD,2016-03-04,3200.00,2016-01-29 02:20:23,6730.00,successful,126,US,6730.00,6730.00,3200.00 +"1186289466,""The CurlBand-a fast, easy, and heatless way to salon curls"",Product Design,Design,USD,2017-01-07,11000.00,2016-12-08 17:48:49,365.00,failed,12,US,60.00,365.00,11000.00" +1186294506,TETRAN Modular Design Furniture,Product Design,Design,USD,2012-07-30,150000.00,2012-06-22 21:25:13,8089.00,failed,60,US,8089.00,8089.00,150000.00 +1186296822,Tapigami presents Hacker Glasses,Product Design,Design,USD,2013-03-10,15000.00,2013-02-11 16:36:13,16058.00,successful,202,US,16058.00,16058.00,15000.00 +1186308189,People who stutter FREE and EXPRESSED on stage!!!,Musical,Theater,USD,2014-11-16,4000.00,2014-10-14 18:54:41,0.00,failed,0,US,0.00,0.00,4000.00 +1186309362,Fatherhood - One mans search on how to care for a newborn,Audio,Journalism,GBP,2016-02-16,2000.00,2016-01-17 23:12:10,26.00,failed,3,GB,37.07,37.12,2855.55 +1186310990,PocketLab Air: Measure What's in Your Air,Gadgets,Technology,USD,2017-12-21,25000.00,2017-11-14 14:37:28,118164.11,successful,510,US,32226.11,118164.11,25000.00 +1186313794,All organic beef and pork farm,Bacon,Food,CAD,2016-03-01,44000.00,2016-01-31 17:42:47,100.00,failed,1,CA,71.48,74.54,32796.66 +1186323171,The Chibi-Death T-Shirt line,Fashion,Fashion,USD,2013-07-24,400.00,2013-06-24 21:31:16,4.00,failed,4,US,4.00,4.00,400.00 +1186330380,Simple LED tester ,DIY Electronics,Technology,GBP,2014-12-01,450.00,2014-11-10 03:48:16,213.00,failed,13,GB,338.05,334.11,705.86 +1186330435,Bal Guinguette (Moderne) #1 - French Party in New Orleans,Music,Music,USD,2016-04-04,1000.00,2016-03-28 17:07:54,1042.00,successful,16,US,1042.00,1042.00,1000.00 +1186331929,the candler blog covers SXSW 2010,Narrative Film,Film & Video,USD,2010-03-10,500.00,2010-02-23 13:56:43,195.00,failed,10,US,195.00,195.00,500.00 +1186339206,Flame Con - NYC's First LGBTQ Comic Con!,Events,Comics,USD,2014-12-04,15000.00,2014-11-04 16:39:04,19616.00,successful,396,US,19616.00,19616.00,15000.00 +"1186340496,""Mike Westcott's upcoming studio release """"Justice Road""""."",Rock,Music,USD,2012-07-06,12000.00,2012-06-06 18:00:34,4112.00,failed,66,US,4112.00,4112.00,12000.00" +1186344862,Gidjit Beacons and Gidjit App,Gadgets,Technology,USD,2016-09-03,1000.00,2016-07-20 15:48:42,1049.00,successful,24,US,522.00,1049.00,1000.00 +118635305,Humans of Nelson: The Book,Art Books,Publishing,CAD,2014-08-23,10000.00,2014-08-09 05:00:42,10350.00,successful,178,CA,9476.34,9535.66,9213.19 +1186355060,What Women Really Want from Men,Nonfiction,Publishing,USD,2015-08-08,8000.00,2015-07-09 21:30:26,1493.00,failed,35,US,1493.00,1493.00,8000.00 +1186356615,Supporting small business America,Fashion,Fashion,USD,2017-04-30,7000.00,2017-03-31 18:24:11,52.00,failed,4,US,25.00,52.00,7000.00 +1186357891,Aether Game Engine - Open Source Linux/Android/Windows/Mac,Software,Technology,USD,2013-01-08,1000.00,2012-12-09 17:49:20,87.00,failed,10,US,87.00,87.00,1000.00 +"1186358578,""T-Shirts featuring Cephalopods, a Snail, a Whale and Love"",Product Design,Design,USD,2010-08-16,600.00,2010-07-02 08:47:10,1201.00,successful,43,US,1201.00,1201.00,600.00" +1186359414,TUG,Video Games,Games,USD,2013-05-31,215000.00,2013-05-01 22:26:48,293184.05,successful,7231,US,293184.05,293184.05,215000.00 +1186360787,Live Recording: Tom Ewing and the Friends & Family Band,Faith,Music,USD,2014-07-24,12000.00,2014-06-24 16:21:58,14470.00,successful,78,US,14470.00,14470.00,12000.00 +1186363590,Studio Album & Music Video for TCA Artist,Music,Music,USD,2014-01-31,50000.00,2013-12-27 22:25:51,10.00,failed,1,US,10.00,10.00,50000.00 +"1186364177,""""""Like Starr"""""",Pop,Music,USD,2014-12-05,8000.00,2014-11-04 01:35:23,7.00,failed,3,US,7.00,7.00,8000.00" +"1186365480,""Shall We Tango NYC Citywide Tango Festival Oct 7-15, 2014"",Performances,Dance,USD,2014-08-23,10000.00,2014-06-24 18:49:37,11075.00,successful,71,US,11075.00,11075.00,10000.00" +1186365810,Robbin Latchkey (Canceled),Children's Books,Publishing,USD,2012-05-13,3100.00,2012-04-13 22:27:09,5.00,canceled,1,US,5.00,5.00,3100.00 +1186366227,Stickman: The Adventures of Stickman,Children's Books,Publishing,CAD,2016-02-01,2000.00,2015-12-03 17:00:03,2200.00,successful,31,CA,1645.84,1599.88,1454.44 +1186367683,WE KNOW WHERE YOU LIVE (WORLD PREMIERE) (Canceled),Plays,Theater,GBP,2015-07-10,3500.00,2015-06-10 18:59:37,510.00,canceled,2,GB,783.09,791.40,5431.16 +1186367896,Empty Home,Horror,Film & Video,USD,2016-12-02,300.00,2016-11-21 23:40:58,1060.00,successful,21,US,50.00,1060.00,300.00 +1186368993,Advanced Original Wordpress Plugins,Web,Technology,USD,2015-03-30,15000.00,2015-02-28 05:13:43,4.00,failed,2,US,4.00,4.00,15000.00 +1186371011,The Republic - Immersive Theater Experience,Theater,Theater,USD,2015-04-01,7500.00,2015-03-02 00:53:21,7975.00,successful,112,US,7975.00,7975.00,7500.00 +1186371406,The Rocket Bike,Comedy,Film & Video,USD,2015-07-19,2000.00,2015-06-04 22:20:21,21.00,failed,3,US,21.00,21.00,2000.00 +1186371832,Air Blue Pilot Watches,Wearables,Technology,USD,2015-09-03,50000.00,2015-08-04 21:35:45,76948.00,successful,321,US,76948.00,76948.00,50000.00 +1186377330,CroChaos - Croquet Gone Wild!!!!,Live Games,Games,USD,2015-09-16,500.00,2015-08-17 14:15:23,645.00,successful,21,US,645.00,645.00,500.00 +1186378012,SLEEPING ON VENICE BEACH,Nonfiction,Publishing,USD,2015-05-01,1000.00,2015-04-01 00:33:18,5.00,failed,1,US,5.00,5.00,1000.00 +118638161,Evie's Eats and Natural Treats Food Truck,Food Trucks,Food,USD,2014-07-06,30000.00,2014-06-06 01:07:12,50.00,failed,1,US,50.00,50.00,30000.00 +1186387898,The Best Durable Shirts Without the Luxury Markup,Apparel,Fashion,EUR,2017-09-14,20000.00,2017-08-10 20:46:38,6495.00,failed,29,IT,1519.43,7769.98,23926.02 +118639913,Life Hacks Learning Centre - An Educational Revolution,Web,Technology,GBP,2015-10-15,15000.00,2015-09-15 22:38:56,0.00,failed,0,GB,0.00,0.00,23164.59 +1186400654,USC Korean Culture Night 2012,Theater,Theater,USD,2012-03-11,5000.00,2012-02-24 06:59:08,70.00,failed,5,US,70.00,70.00,5000.00 +1186405412,The Red Ties Album (Canceled),Rock,Music,USD,2015-03-21,900.00,2015-02-20 00:59:14,28.00,canceled,2,US,28.00,28.00,900.00 +1186407648,Love Through The Eyes Of A Man,Nonfiction,Publishing,GBP,2016-11-02,10.00,2016-10-03 17:35:36,0.00,canceled,0,GB,0.00,0.00,12.49 +1186409962,SheNative: Leather handbags that EMPOWER Indigenous women,Accessories,Fashion,CAD,2016-11-11,20000.00,2016-10-12 21:55:18,24107.00,successful,209,CA,301.52,17868.95,14824.70 +"1186414951,""MAKE 100: David Walsh, Bowlmaker, Black Walnut Wooden Bowls"",Woodworking,Crafts,USD,2017-02-18,250.00,2017-01-29 23:00:54,9190.00,successful,114,US,1551.00,9190.00,250.00" +1186422052,Foxing Quarterly: A Literary Journal,Publishing,Publishing,USD,2012-10-11,8000.00,2012-09-11 21:17:05,8334.00,successful,168,US,8334.00,8334.00,8000.00 +1186437859,Help Ruth Soap Fund Goats for Petting Zoo and Making Soap!,Crafts,Crafts,USD,2014-08-19,7000.00,2014-08-07 22:02:02,0.00,failed,0,US,0.00,0.00,7000.00 +1186439102,Double D string stretcher,Music,Music,USD,2016-06-23,25000.00,2016-05-14 17:12:57,100.00,failed,1,US,100.00,100.00,25000.00 +1186441148,Make Clayton Smith the King of Westeros of Virginia,Performance Art,Art,USD,2014-05-15,600.00,2014-04-30 02:23:22,248.38,failed,17,US,248.38,248.38,600.00 +1186443564,T-Bird & Throttle #1 - A new comic from creator Josh Howard.,Comics,Comics,USD,2017-11-29,8000.00,2017-10-30 15:50:01,9330.00,successful,155,US,765.00,9330.00,8000.00 +1186467903,Snug Harbor - the upcoming full-length album will feature the funk septet and guests!,Indie Rock,Music,USD,2010-08-30,1000.00,2010-06-30 22:43:31,50.00,failed,1,US,50.00,50.00,1000.00 +"1186470169,""I'm Falling, And I Can't Get Up!"",Pop,Music,USD,2013-09-12,5000.00,2013-08-13 22:17:17,180.00,failed,4,US,180.00,180.00,5000.00" +1186472582,Solitude - A film by John Sedlack,Shorts,Film & Video,USD,2011-03-12,7700.00,2011-02-10 22:00:05,7907.01,successful,73,US,7907.01,7907.01,7700.00 +1186475821,Factory-Made Decider Die for HISTORY MAKER BASEBALL!,Tabletop Games,Games,USD,2014-03-09,1250.00,2014-02-24 00:06:56,4754.00,successful,132,US,4754.00,4754.00,1250.00 +1186477322,Angry Sheep - A Dice & Token Game by Iron Box Games,Tabletop Games,Games,USD,2013-08-18,15000.00,2013-07-29 16:54:48,6811.00,canceled,209,US,6811.00,6811.00,15000.00 +1186484098,Estelle / A Dance Documentary,Documentary,Film & Video,GBP,2016-11-15,3500.00,2016-09-16 12:49:14,6156.00,successful,136,GB,46.40,7589.13,4314.81 +1186488267,The Psychedelic Colouring Book,Art Books,Publishing,GBP,2016-12-07,2000.00,2016-11-07 09:30:28,1303.00,failed,37,GB,295.43,1639.18,2516.01 +"118649212,""HAVE GLOVE, WILL TRAVEL: The Bill """"Spaceman"""" Lee Movie"",Narrative Film,Film & Video,USD,2011-08-26,37000.00,2011-07-20 00:13:02,44001.00,successful,203,US,44001.00,44001.00,37000.00" +1186493261,Fire At Will! (Canceled),Tabletop Games,Games,USD,2014-08-14,12000.00,2014-07-02 17:42:15,4322.00,canceled,117,US,4322.00,4322.00,12000.00 +1186506582,FORECLOSURE - SHORT FILM (Canceled),Drama,Film & Video,USD,2014-11-19,23042.00,2014-10-15 01:02:46,100.00,canceled,1,US,100.00,100.00,23042.00 +1186509987,Michael Rider : Album #2,Indie Rock,Music,USD,2015-08-10,2500.00,2015-07-01 19:13:00,1442.01,failed,7,US,1442.01,1442.01,2500.00 +1186515111,Ricaud Photography,Photography,Photography,GBP,2016-06-09,2500.00,2016-05-10 22:20:42,0.00,failed,0,GB,0.00,0.00,3600.90 +118652270,Age of Lords Campaign Setting Rulebook & Player's Guide,Tabletop Games,Games,USD,2011-07-01,800.00,2011-05-17 04:43:09,1541.00,successful,40,US,1541.00,1541.00,800.00 +"1186523071,""Jurney, in to the mind of a refugee."",Video,Journalism,EUR,2016-06-15,7500.00,2016-06-02 14:13:14,0.00,failed,0,IT,0.00,0.00,8440.53" +1186524028,Nativity Scene Piece By Piece,Product Design,Design,USD,2012-12-03,2000.00,2012-11-01 19:38:10,3855.00,successful,50,US,3855.00,3855.00,2000.00 +118652567,The Adventures of Cammy Lambie,Children's Books,Publishing,USD,2015-04-04,6823.00,2015-03-05 07:47:22,1495.00,failed,19,US,1495.00,1495.00,6823.00 +1186533198,Slowhand by MasterMind Design,Sound,Technology,USD,2017-02-27,8000.00,2017-01-13 16:59:56,1994.00,failed,29,US,842.00,1994.00,8000.00 +1186537813,HERE TO HELP - Syrian refugee aid worker documentary,Documentary,Film & Video,USD,2017-04-08,40000.00,2017-04-01 05:18:02,250.00,failed,4,US,225.00,250.00,40000.00 +"1186539425,""""""Broken Glass"""""",Children's Books,Publishing,USD,2012-08-24,10000.00,2012-07-25 13:28:22,990.00,failed,19,US,990.00,990.00,10000.00" +1186540141,HEATWORKS MODEL 1: Your next water heater!,Hardware,Technology,USD,2014-02-16,125000.00,2014-01-02 15:04:36,436594.58,successful,1398,US,436594.58,436594.58,125000.00 +1186552343,Let's Just wing it!,Apps,Technology,USD,2014-12-20,5000.00,2014-11-20 19:12:52,0.00,failed,0,US,0.00,0.00,5000.00 +118655495,First-Edition Prints of Emerging Artist Delphi Colquhoun,Art,Art,USD,2011-10-13,400.00,2011-09-13 19:04:35,536.23,successful,20,US,536.23,536.23,400.00 +1186555595,Moppelpop handmade baby portraits,Mixed Media,Art,EUR,2017-08-10,1200.00,2017-07-27 21:50:23,0.00,failed,0,DE,0.00,0.00,1411.80 +1186557286,Knee High Boots for Sunny Days,Footwear,Fashion,USD,2017-05-30,12000.00,2017-05-03 23:18:42,6211.00,failed,33,US,297.00,6211.00,12000.00 +1186566700,Grassfield Black Box Theater Stage (Eagle Project),Plays,Theater,USD,2017-09-13,500.00,2017-08-14 22:09:49,520.00,successful,16,US,0.00,520.00,500.00 +118657607,Mady's Storm,Crafts,Crafts,USD,2015-03-04,500.00,2015-02-02 20:52:36,520.00,successful,6,US,520.00,520.00,500.00 +1186589970,The Compluffins,Children's Books,Publishing,USD,2015-06-15,60000.00,2015-04-16 20:32:12,28.00,failed,2,US,28.00,28.00,60000.00 +1186602040,A Traveling Art Gallery: Urban & Feather,Painting,Art,USD,2014-08-17,1500.00,2014-07-21 01:51:27,1798.00,successful,39,US,1798.00,1798.00,1500.00 +1186611303,Urizen Zero #1 The Comic Book,Comic Books,Comics,USD,2017-02-10,2160.00,2017-01-11 20:47:46,7.00,failed,2,US,0.00,7.00,2160.00 +118662704,Martian Comics,Comics,Comics,USD,2014-05-07,2500.00,2014-04-15 01:35:24,2535.00,successful,87,US,2535.00,2535.00,2500.00 +1186635021,Historic Queen Anne Home Complete Restoration,Public Art,Art,USD,2015-02-20,50000.00,2015-01-21 14:32:23,0.00,failed,0,US,0.00,0.00,50000.00 +1186637701,CINCH™ :: minimalist wallet :: made in the USA (Canceled),Product Design,Design,USD,2013-01-16,5000.00,2012-12-17 22:12:36,1047.00,canceled,40,US,1047.00,1047.00,5000.00 +1186650131,Bleeding Audio: The Matches & the Music Industry Documentary,Documentary,Film & Video,USD,2017-03-24,35000.00,2017-02-22 21:00:23,38785.30,successful,440,US,1484.00,38785.30,35000.00 +1186650982,Gestalt Therapy New Writers Web Journal,Publishing,Publishing,GBP,2016-11-15,500.00,2016-10-16 17:05:17,800.00,successful,26,GB,36.57,986.24,616.40 +1186659233,Musica fabulosa · Ein fantastischer Foto-Kalender für 2016,Photography,Photography,EUR,2015-07-05,5000.00,2015-06-05 17:52:49,5307.00,successful,50,DE,5978.67,5935.91,5592.53 +1186660429,de Palo Coffee Accessories: Made from real coffee wood,Drinks,Food,USD,2017-01-02,50000.00,2016-11-23 03:55:06,5753.00,canceled,77,US,115.00,5753.00,50000.00 +1186680616,New Era Detroit Official Logo T-Shirts,Apparel,Fashion,USD,2015-04-12,330.00,2015-03-30 19:40:59,376.00,successful,12,US,376.00,376.00,330.00 +1186681670,The Ruffled Feathers - Oracles,Indie Rock,Music,USD,2011-09-07,3500.00,2011-08-08 18:24:17,4510.00,successful,75,US,4510.00,4510.00,3500.00 +1186690106,A City in Portraits : The Ypsi Project Exhibit,Photography,Photography,USD,2010-04-24,2400.00,2010-03-24 05:21:23,2531.00,successful,53,US,2531.00,2531.00,2400.00 +118670025,Casablanca - The Gin Joint Cut (The Play),Plays,Theater,USD,2017-03-16,15000.00,2017-02-14 20:49:01,16606.00,successful,119,US,2020.00,16606.00,15000.00 +118670076,Y2k (Canceled),Comedy,Film & Video,USD,2015-06-19,7000.00,2015-04-20 21:53:40,30.00,canceled,2,US,30.00,30.00,7000.00 +1186707610,OolaLounge The Ultimate Pool Float and Lounge,Design,Design,USD,2017-07-16,45000.00,2017-06-01 03:54:02,1426.00,canceled,19,US,535.00,1426.00,45000.00 +1186707805,THE ULTIMATE TRANSFORMATION COOLER.,Product Design,Design,USD,2014-06-08,2000.00,2014-05-09 20:40:43,26.00,failed,3,US,26.00,26.00,2000.00 +1186713369,Get Nansemond River HS to Scotland for the Fringe!,Festivals,Theater,USD,2015-11-05,5000.00,2015-10-06 18:54:34,50.00,failed,1,US,50.00,50.00,5000.00 +"11867142,""Help Get Us to """"Playlist Live"""" (Canceled)"",Film & Video,Film & Video,USD,2013-08-11,800.00,2013-06-27 21:26:51,14.00,canceled,2,US,14.00,14.00,800.00" +1186731503,Bettering AgniKai Productions,Video Games,Games,USD,2014-08-17,1000.00,2014-07-18 05:35:19,1.00,failed,1,US,1.00,1.00,1000.00 +1186732200,The Evil Butterfly (Canceled),Fiction,Publishing,AUD,2015-07-19,50000.00,2015-06-19 19:37:50,0.00,canceled,0,AU,0.00,0.00,36324.01 +1186733742,Chapter 2: Doorways And Demons,Thrillers,Film & Video,USD,2015-05-28,5555.00,2015-04-28 05:51:30,0.00,failed,0,US,0.00,0.00,5555.00 +1186736412,worst friends finishing funds,Shorts,Film & Video,USD,2011-01-01,6500.00,2010-11-30 00:31:46,6810.00,successful,41,US,6810.00,6810.00,6500.00 +1186738880,Art N Science,Art,Art,USD,2015-03-19,1500.00,2015-02-17 17:36:05,150.00,failed,3,US,150.00,150.00,1500.00 +118673987,An Environmental Research Mission To Explore Plastic Debris In The Sargasso Sea. ,Hardware,Technology,USD,2009-12-26,3500.00,2009-11-23 23:18:34,3620.00,successful,63,US,3620.00,3620.00,3500.00 +"1186742501,""2012 Music And Performing Arts Conference """"iMPAC AUSTiN"""" CD"",Music,Music,USD,2012-10-02,20000.00,2012-09-04 23:20:23,0.00,failed,0,US,0.00,0.00,20000.00" +1186747713,Zallex3.0: Handsome RFID canvas slim designed for minimalist,Product Design,Design,AUD,2017-02-14,1000.00,2017-01-24 18:32:05,11893.00,successful,417,AU,2487.70,9117.60,766.64 +1186751049,Jepo Sports Software,Software,Technology,EUR,2014-08-17,25000.00,2014-07-28 19:05:23,10.00,failed,1,NL,13.43,13.27,33167.50 +1186754064,No Flood Tub,Technology,Technology,USD,2015-03-22,30000.00,2015-02-20 21:51:49,251.00,failed,2,US,251.00,251.00,30000.00 +1186770019,Creation: Symphony Of Fire,Country & Folk,Music,USD,2013-06-15,1000.00,2013-05-06 22:54:25,126.00,failed,7,US,126.00,126.00,1000.00 +1186774293,Wooden Rose: From Web to Print,Comics,Comics,USD,2012-12-16,2500.00,2012-11-16 21:58:42,5631.04,successful,132,US,5631.04,5631.04,2500.00 +118678062,The Goodbye Song Goes to London! (Canceled),Theater,Theater,USD,2012-05-04,14000.00,2012-03-19 23:44:43,1580.00,canceled,21,US,1580.00,1580.00,14000.00 +1186790404,SCAD Performing Arts Showcase Goes on the Road,Theater,Theater,USD,2013-03-11,3000.00,2013-02-12 00:59:28,3200.00,successful,70,US,3200.00,3200.00,3000.00 +118679683,TribEndurance Chia Energy Bars. Tasty-All Natural-Handmade!!,Food,Food,USD,2013-01-10,10000.00,2012-11-27 00:44:31,10304.00,successful,129,US,10304.00,10304.00,10000.00 +1186801080,The Big Face Woody,Product Design,Design,USD,2013-02-20,11000.00,2013-01-21 21:07:23,101607.00,successful,1185,US,101607.00,101607.00,11000.00 +"1186806559,""Mythology and Fabled based Zines, Prints and Pins."",Comic Books,Comics,CAD,2017-02-22,600.00,2017-01-23 04:06:20,747.00,successful,28,CA,109.63,569.84,457.70" +1186814047,“A Friend Indeed – The Bill Sackter Story” TV Broadcast,Documentary,Film & Video,USD,2014-02-24,15000.00,2014-01-16 06:38:31,15725.00,successful,141,US,15725.00,15725.00,15000.00 +1186814157,The Tanndle: Easy self-tanning for those hard-to-reach areas,Accessories,Fashion,GBP,2016-10-14,10000.00,2016-09-09 09:42:56,3347.00,failed,87,GB,914.74,4095.59,12236.61 +1186815590,The Hopnoot Movement. Share Your Ride and Save Environment,Apps,Technology,USD,2015-09-07,10000.00,2015-07-09 23:15:29,0.00,failed,0,US,0.00,0.00,10000.00 +1186816310,The Same Don't Stay The Same / PATRICK GIBSON,Country & Folk,Music,USD,2014-07-22,25000.00,2014-06-22 18:45:49,675.00,failed,5,US,675.00,675.00,25000.00 +1186817130,King Blaze Project,Hip-Hop,Music,USD,2015-07-18,15000.00,2015-06-14 10:04:34,0.00,failed,0,US,0.00,0.00,15000.00 +1186817289,Toronto Comics: Volume 3,Anthologies,Comics,CAD,2016-04-01,10000.00,2016-03-02 04:42:15,12398.00,successful,310,CA,9162.72,9516.43,7675.78 +1186819630,Sins of the Past,Drama,Film & Video,USD,2014-09-19,1500.00,2014-08-20 00:51:21,1505.00,successful,33,US,1505.00,1505.00,1500.00 +1186824147,Things Boulders Ate,Photobooks,Photography,USD,2014-11-17,700.00,2014-10-27 04:00:13,1066.00,successful,33,US,1066.00,1066.00,700.00 +1186828380,AutismSAM,Apps,Technology,USD,2015-07-31,10000.00,2015-07-01 13:39:51,226.00,failed,4,US,226.00,226.00,10000.00 +1186829465,Joyful Noise: The Music of Horace Silver - Recording Project,Jazz,Music,USD,2014-10-02,12500.00,2014-08-29 05:58:50,13877.00,successful,106,US,13877.00,13877.00,12500.00 +1186840113,Prestige - pen,Product Design,Design,USD,2016-02-03,500.00,2016-01-30 17:24:43,500.00,successful,12,US,500.00,500.00,500.00 +1186840751,PAARI,Thrillers,Film & Video,AUD,2014-12-30,20000.00,2014-10-31 04:12:51,7.00,failed,3,AU,6.20,5.68,16229.81 +1186847535,Narci-Masicho (Canceled),Shorts,Film & Video,USD,2012-04-16,1500.00,2012-03-03 06:48:18,75.00,canceled,5,US,75.00,75.00,1500.00 +"1186848477,""Gypsy Scoops Ice Cream-Treat Ya Self, Don't Cheat Ya Self"",Food,Food,USD,2015-05-16,10000.00,2015-04-01 04:03:18,6975.00,failed,45,US,6975.00,6975.00,10000.00" +1186853434,Pen as Art (Canceled),Product Design,Design,USD,2015-12-10,100000.00,2015-11-10 17:10:55,20472.00,canceled,86,US,20472.00,20472.00,100000.00 +1186859590,Join my Fund Raiser this Band Rocks Sideways,Indie Rock,Music,USD,2014-07-19,3500.00,2014-05-28 02:01:14,121.00,failed,7,US,121.00,121.00,3500.00 +1186859670,D-Lish Edibles on Wheels!,Food,Food,USD,2012-03-17,8000.00,2012-01-17 17:30:37,125.00,failed,2,US,125.00,125.00,8000.00 +1186863852,Auxiliary Magazine Print and Digital Subscriptions Launch,Periodicals,Publishing,USD,2014-08-24,1500.00,2014-07-25 20:34:37,3691.00,successful,94,US,3691.00,3691.00,1500.00 +1186879464,Tribal Markings,Photography,Photography,USD,2011-01-30,15000.00,2010-11-01 06:31:39,476.00,failed,9,US,476.00,476.00,15000.00 +1186882427,Homemade Pizza,Food,Food,USD,2014-08-10,10.00,2014-07-11 18:48:41,0.00,failed,0,US,0.00,0.00,10.00 +1186888751,The Spin Station,Design,Design,USD,2015-07-05,6000.00,2015-06-03 22:51:56,6593.00,successful,98,US,6593.00,6593.00,6000.00 +118688904,The Cleanest Bar on Planet Earth,Small Batch,Food,USD,2016-09-16,10000.00,2016-08-17 19:26:01,50033.05,successful,731,US,16286.00,50033.05,10000.00 +1186890487,Steampunk Animal 2014 Calendar,Illustration,Art,USD,2013-11-26,900.00,2013-11-04 21:01:09,1818.00,successful,68,US,1818.00,1818.00,900.00 +1186894643,Resurrection Mule Farm: Tim Crosby & The Lightning Strikes,Country & Folk,Music,USD,2016-08-07,1000.00,2016-07-17 22:10:58,1500.00,successful,25,US,175.00,1500.00,1000.00 +1186920568,BattleStation,Video Games,Games,USD,2012-12-03,25000.00,2012-11-26 20:36:27,1.00,failed,1,US,1.00,1.00,25000.00 +118692620,Philip's Making A (small) Album,Pop,Music,USD,2013-12-22,5000.00,2013-11-26 03:13:26,5235.34,successful,74,US,5235.34,5235.34,5000.00 +1186933661,Nyx: The Haijun Chameleon,Video Games,Games,USD,2015-08-23,5000.00,2015-07-24 21:47:59,1191.00,failed,26,US,1191.00,1191.00,5000.00 +"1186940459,""""""The SITE where the real DEBATE goes on!"""""",Web,Journalism,USD,2015-09-13,15000.00,2015-08-14 01:15:03,0.00,failed,0,US,0.00,0.00,15000.00" +118695212,GET DRIVEN: An Open Source Film Tour of JENS PULVER | DRIVEN,Documentary,Film & Video,USD,2011-04-16,15000.00,2011-03-18 00:40:29,16450.00,successful,145,US,16450.00,16450.00,15000.00 +1186961197,The Brandon Lee Movie Project,Narrative Film,Film & Video,USD,2013-09-07,200000.00,2013-08-08 18:01:19,2338.00,failed,45,US,2338.00,2338.00,200000.00 +1186962038,eVolve restaurant project,Restaurants,Food,USD,2015-03-29,9550.00,2015-02-27 01:39:57,221.00,failed,4,US,221.00,221.00,9550.00 +1186984176,The Mother Of Dragons,Games,Games,EUR,2017-12-31,5000.00,2017-12-11 09:33:45,30308.50,successful,225,IT,8221.10,36506.59,6022.50 +1186990255,ARC Continuum,Video Games,Games,USD,2016-10-12,100000.00,2016-09-12 15:00:49,7019.20,canceled,155,US,0.00,7019.20,100000.00 +"1186995974,""""""INICHE"""" GRABACION CD - DOCUMENTAL EN MALI (kayes)"",World Music,Music,EUR,2017-12-31,4000.00,2017-12-01 19:41:16,4158.00,successful,79,ES,0.00,5008.31,4818.00" +1186996638,Jet-Pack Jenny and the Factor of 01 print edition.,Comics,Comics,USD,2012-06-26,400.00,2012-04-27 11:15:59,491.00,successful,16,US,491.00,491.00,400.00 +1187007708,Splatta Fish is ready to bring you their best album yet,Metal,Music,USD,2014-10-06,5000.00,2014-09-06 07:25:02,135.00,failed,3,US,135.00,135.00,5000.00 +1187008677,Dungeon Dwellers,Tabletop Games,Games,USD,2014-04-23,3000.00,2014-03-19 17:40:32,8140.00,successful,145,US,8140.00,8140.00,3000.00 +11870095,2014 LOS ANGELES H.P. Lovecraft Film Festival & CthulhuCon®,Festivals,Film & Video,USD,2014-08-26,9000.00,2014-07-27 06:40:04,12426.00,successful,148,US,12426.00,12426.00,9000.00 +1187012688,Love is Luxury for ALL!!!!,Electronic Music,Music,USD,2013-05-06,5250.00,2013-04-01 19:30:49,5890.00,successful,163,US,5890.00,5890.00,5250.00 +1187013974,Dancing Dog Gallery,Art,Art,USD,2013-08-27,8000.00,2013-07-16 21:58:19,12433.00,successful,144,US,12433.00,12433.00,8000.00 +1187015289,The Winecoff Fire Victims book publishing project,Nonfiction,Publishing,USD,2017-09-28,5300.00,2017-08-29 02:01:55,425.00,canceled,11,US,117.00,425.00,5300.00 +1187016217,THE DAHLS debut record 'Midnight Picnic' (Canceled),Country & Folk,Music,USD,2010-07-01,10000.00,2010-04-24 04:55:59,0.00,canceled,0,US,0.00,0.00,10000.00 +"1187017384,""""""ZUR"""" - Live action animation project."",Animation,Film & Video,USD,2010-08-02,5000.00,2010-06-18 09:35:31,75.00,failed,7,US,75.00,75.00,5000.00" +118701835,A watch made by hand for an impeccable finish,Jewelry,Fashion,SEK,2017-07-13,50000.00,2017-05-29 23:52:46,15.00,failed,3,SE,205.87,1.80,5986.88 +1187018462,The Tower of Transformation,Sculpture,Art,USD,2011-08-24,2400.00,2011-08-04 20:58:57,1020.00,failed,27,US,1020.00,1020.00,2400.00 +1187020359,Neurons to Nirvana: Understanding Psychedelic Medicines,Documentary,Film & Video,USD,2013-06-16,35000.00,2013-04-17 19:53:10,40004.65,successful,634,US,40004.65,40004.65,35000.00 +1187020479,3D Cell Culture Platform (3D Scaffold),3D Printing,Technology,USD,2015-11-19,1000.00,2015-10-20 22:11:24,158.00,failed,4,US,158.00,158.00,1000.00 +1187032070,Four Kings,Tabletop Games,Games,AUD,2017-10-15,5000.00,2017-09-14 12:55:29,5308.00,successful,123,AU,741.93,4166.73,3924.95 +1187034623,Corazón Tijuana Community Garden,Food,Food,USD,2011-05-19,300.00,2011-04-19 06:53:30,366.00,successful,15,US,366.00,366.00,300.00 +1187035394,CALL OF DUTY GHOSTS LAN TOURNAMENT ON PS4 IN GLASGOW,Video Games,Games,GBP,2014-08-27,6000.00,2014-08-13 18:05:14,0.00,failed,0,GB,0.00,0.00,9949.42 +1187044298,Burrito and Stuff,Food Trucks,Food,USD,2014-10-25,85000.00,2014-09-25 18:02:03,0.00,failed,0,US,0.00,0.00,85000.00 +118704503,Story App - Inspire Kids to Grow and Learn Interactively,Children's Books,Publishing,USD,2017-01-22,10000.00,2016-12-07 18:06:48,259.00,canceled,8,US,568.00,259.00,10000.00 +1187045621,TMYS (Canceled),Nonfiction,Publishing,USD,2016-02-12,10000.00,2015-12-29 20:59:05,26.00,canceled,2,US,26.00,26.00,10000.00 +1187049429,Find Eddie - Feature comedy,Narrative Film,Film & Video,USD,2014-03-01,11000.00,2013-12-31 00:39:22,1335.00,failed,33,US,1335.00,1335.00,11000.00 +1187064742,Animalia - An Arthouse Short Film,Shorts,Film & Video,GBP,2016-08-14,7000.00,2016-07-15 21:14:43,361.00,failed,9,GB,241.02,472.48,9161.58 +1187071572,Hear My Name | The New Album by Nikko Sherard,Music,Music,USD,2013-11-30,50000.00,2013-10-21 21:39:37,2312.00,failed,17,US,2312.00,2312.00,50000.00 +1187074000,New organization designs for the future of work,Technology,Technology,USD,2017-09-08,600.00,2017-08-23 19:58:56,640.00,successful,28,US,220.00,640.00,600.00 +1187078381,Cana Barn Raising,Architecture,Design,USD,2016-03-08,60000.00,2016-02-07 05:52:12,23690.00,failed,105,US,23690.00,23690.00,60000.00 +118708313,Luxury Light Piece Refreshes Your Home – Nymphs Lamp,Product Design,Design,EUR,2017-02-22,20000.00,2017-01-23 00:03:15,148828.00,successful,510,DE,57913.04,157890.94,21217.91 +118708699,Vigilance Comic Book Series Relaunch,Comic Books,Comics,USD,2017-12-28,2500.00,2017-11-23 02:49:12,7012.00,successful,228,US,1780.00,7012.00,2500.00 +"1187091025,""Circle of Mayhem: Jump in, stumble out."",Tabletop Games,Games,USD,2016-11-29,3000.00,2016-10-29 04:43:43,3270.00,successful,30,US,1089.00,3270.00,3000.00" +1187091429,KALEIDESCAPE,Electronic Music,Music,USD,2015-03-10,60000.00,2015-02-23 04:00:14,0.00,failed,0,US,0.00,0.00,60000.00 +1187096546,RPG Mobile Card Game,Mobile Games,Games,USD,2015-06-12,3000.00,2015-04-13 17:33:37,0.00,failed,0,US,0.00,0.00,3000.00 +1187096606,Making Out Like a Virgin--survivors beyond sexual trauma,Nonfiction,Publishing,USD,2016-10-02,8500.00,2016-08-24 18:44:15,8969.32,successful,105,US,2059.00,8969.32,8500.00 +1187098270,North Pole to South Pole Expedition (Canceled),Documentary,Film & Video,USD,2015-10-15,100000.00,2015-08-16 18:46:52,0.00,canceled,0,US,0.00,0.00,100000.00 +1187098945,Royal Clothing Take Over,Apparel,Fashion,USD,2015-05-14,10000.00,2015-04-14 02:22:32,0.00,failed,0,US,0.00,0.00,10000.00 +1187101689,eMotion,Apps,Technology,USD,2015-08-21,25000.00,2015-07-22 01:15:54,20.00,failed,1,US,20.00,20.00,25000.00 +1187103455,Millo: The World's Smartest Smoothie Maker,Product Design,Design,GBP,2017-06-08,80000.00,2017-05-09 16:00:01,82020.80,successful,344,GB,15939.32,104597.02,102020.00 +1187105494,The WildSide,Television,Film & Video,CAD,2015-08-07,85000.00,2015-06-18 00:20:40,115.00,failed,2,CA,93.34,87.91,64974.77 +"1187111535,""""""A Fiend In Need"""" Art Print - 80s Metal x Dogs Playing Poker"",Illustration,Art,USD,2013-04-01,1000.00,2013-03-05 23:04:21,2179.00,successful,47,US,2179.00,2179.00,1000.00" +1187112374,Quick Jewelry Repairs,Web,Technology,USD,2016-07-07,1000.00,2016-06-16 17:15:11,1590.00,successful,8,US,1590.00,1590.00,1000.00 +1187112475,Children of Earth and Star - an amazing illustrated story,Fiction,Publishing,USD,2011-08-26,4700.00,2011-06-27 05:19:08,285.00,canceled,14,US,285.00,285.00,4700.00 +1187114824,Party Like A Preschooler (Canceled),Children's Books,Publishing,USD,2014-02-08,5000.00,2014-01-09 20:50:25,85.00,canceled,4,US,85.00,85.00,5000.00 +1187128561,Let Me Die,Fiction,Publishing,USD,2012-08-17,20000.00,2012-07-17 03:04:57,1635.00,failed,2,US,1635.00,1635.00,20000.00 +"1187131363,""Jonny Keys' First Album: """"So Far"""""",Music,Music,USD,2017-05-06,6000.00,2017-04-05 23:10:20,6257.00,successful,77,US,270.00,6257.00,6000.00" +1187134498,THE TOURNIQUET ARK - ONWARD TO FREEDOM - the album,Metal,Music,USD,2013-10-14,7000.00,2013-08-30 21:26:27,8566.77,successful,217,US,8566.77,8566.77,7000.00 +1187137528,The Smelly Sock: The Only Dog Toy That Smells Like You!,Product Design,Design,USD,2017-07-26,10000.00,2017-06-26 15:28:52,10684.00,successful,334,US,2261.00,10684.00,10000.00 +1187143604,Gem Genie - A brand new way to pack and organize jewelry!,Accessories,Fashion,USD,2014-11-20,20000.00,2014-10-16 09:54:01,21145.00,successful,119,US,21145.00,21145.00,20000.00 +1187147719,Project Puppy (Suspended),Web,Journalism,USD,2015-02-06,2000.00,2014-12-08 23:35:27,0.00,suspended,0,US,0.00,0.00,2000.00 +1187151393,Monicas future workshop,Painting,Art,NOK,2015-10-03,50000.00,2015-09-03 19:14:17,0.00,failed,0,NO,0.00,0.00,6182.07 +1187154618,Welcome to My Madness: the Art of L Jamal Walton (Canceled),Art Books,Publishing,USD,2013-08-13,1500.00,2013-07-11 17:06:39,255.00,canceled,10,US,255.00,255.00,1500.00 +"1187159985,""Hand-Painted, Nature-Inspired Bleach Shirts"",Apparel,Fashion,USD,2017-07-19,500.00,2017-06-19 22:47:17,100.00,failed,1,US,0.00,100.00,500.00" +1187161965,Justin Tyme 12 Part Graphic Novel Series (Canceled),Graphic Novels,Comics,USD,2016-05-20,15000.00,2016-05-06 15:20:52,0.00,canceled,0,US,0.00,0.00,15000.00 +1187162297,King of the Hat,Video Games,Games,CAD,2017-11-07,10000.00,2017-09-08 18:03:29,13471.65,successful,300,CA,4938.78,10632.72,7892.66 +118716948,VIDDY: The world's cutest DIY pinhole camera,Photography,Photography,GBP,2014-09-08,18000.00,2014-07-28 10:12:54,39215.42,successful,871,GB,66571.75,63657.26,29218.88 +1187169685,Handmade postcards and jars with reasons for love,Art,Art,AUD,2014-07-27,500.00,2014-06-27 18:36:18,0.00,failed,0,AU,0.00,0.00,464.12 +"1187174540,Stephanie Madsen's Debut Original Album,Music,Music,USD,2015-10-30,6000.00,2015-10-01 18:05:37,9216.00,undefined,0,""N,0"""""",,9216.00,6000.00" +1187179049,Let's get Man Hut on the Market!!!!,Food,Food,USD,2014-07-25,6000.00,2014-06-25 18:29:08,10.00,failed,1,US,10.00,10.00,6000.00 +1187179163,Disconnected: Why Men Unplug and What Can Be Done About It,Nonfiction,Publishing,USD,2014-09-30,10000.00,2014-08-29 16:30:54,10015.00,successful,105,US,10015.00,10015.00,10000.00 +1187186312,The Sword of War (Canceled),Video Games,Games,EUR,2015-10-30,5000.00,2015-09-30 00:17:26,17.00,canceled,3,AT,19.03,18.73,5508.49 +1187187930,Chiro Samhain Art Glass beads and Jewellery,Product Design,Design,GBP,2017-11-12,2000.00,2017-10-13 22:38:36,82.00,failed,3,GB,0.00,108.21,2639.15 +1187189428,The World's Largest Rube Goldberg Machine,Technology,Technology,USD,2014-11-08,5000.00,2014-10-09 22:53:26,0.00,failed,0,US,0.00,0.00,5000.00 +1187190340,577 RECORDS CURATOR SERIES 2012,Music,Music,USD,2012-07-01,2000.00,2012-06-01 17:34:52,2011.00,successful,45,US,2011.00,2011.00,2000.00 +1187191300,Silhouette Awards- Event for Women Filmmakers,Film & Video,Film & Video,USD,2017-08-10,8500.00,2017-07-16 18:46:02,21.00,failed,3,US,0.00,21.00,8500.00 +1187203630,Monumentus,Live Games,Games,USD,2015-07-11,20000.00,2015-05-27 04:56:10,242.00,failed,9,US,242.00,242.00,20000.00 +1187206867,APPARATUS,Performances,Dance,USD,2014-07-03,5000.00,2014-06-04 22:24:57,5066.00,successful,82,US,5066.00,5066.00,5000.00 +"1187211531,""Help Oscar fund his EP and create 7"""" vinyl record"",Electronic Music,Music,USD,2012-03-21,440.00,2012-02-11 04:40:42,460.00,successful,19,US,460.00,460.00,440.00" +1187215017,1 S u r g e,Technology,Technology,USD,2017-10-06,20000.00,2017-09-06 23:10:20,0.00,failed,0,US,0.00,0.00,20000.00 +1187226260,Esington Glass: The Ultimate Productivity Timer,Product Design,Design,USD,2015-01-28,5000.00,2014-12-29 22:08:14,196560.50,successful,2272,US,196560.50,196560.50,5000.00 +1187227327,The Zombinator 2 (Canceled),Narrative Film,Film & Video,USD,2012-09-14,55000.00,2012-08-15 22:30:15,400.00,canceled,3,US,400.00,400.00,55000.00 +1187240826,Grendel Tales: War Child,Shorts,Film & Video,USD,2012-05-14,2500.00,2012-04-14 15:00:42,210.00,failed,6,US,210.00,210.00,2500.00 +1187242743,Solo Photography Exhibition: Picking up the Pieces,Photography,Photography,USD,2014-04-29,5000.00,2014-04-12 00:00:19,1970.00,failed,67,US,1970.00,1970.00,5000.00 +118724601,Newsroom Agent - Where Journalists Find Better Jobs,Journalism,Journalism,USD,2015-12-19,22000.00,2015-11-16 06:09:35,149.00,failed,4,US,149.00,149.00,22000.00 +1187264836,Hymn of Unity,Animation,Film & Video,USD,2012-05-18,1500.00,2012-03-19 21:02:14,0.00,failed,0,US,0.00,0.00,1500.00 +1187268743,Chuck (a film about depression). Please help send it to SXSW,Shorts,Film & Video,USD,2013-08-25,5000.00,2013-07-11 23:18:42,5144.63,successful,34,US,5144.63,5144.63,5000.00 +118727759,Sinners Comic Book - Issue 1 - Hope is Dead,Comic Books,Comics,GBP,2015-02-10,1200.00,2015-01-11 16:09:13,1442.00,successful,93,GB,2186.12,2217.47,1845.33 +1187280408,8Mode Multifunction Fidget Spinner,Gadgets,Technology,USD,2017-07-27,2250.00,2017-07-17 19:37:18,7740.00,successful,193,US,3766.00,7740.00,2250.00 +1187282971,Blood Like Fire (Songs for Syria) - A Concept Album.,Rock,Music,USD,2013-10-16,6000.00,2013-10-02 17:11:24,6461.00,successful,88,US,6461.00,6461.00,6000.00 +"118728405,""Jon Owens - """"The Rise"""" & """"The Fall"""" - 2 EP Project"",Indie Rock,Music,USD,2014-02-17,40000.00,2014-01-01 05:23:22,41000.00,successful,270,US,41000.00,41000.00,40000.00" +1187292785,The Chronicles of The Few and Cursed,Anthologies,Comics,USD,2017-11-09,9000.00,2017-10-02 18:00:05,36756.00,successful,859,US,1617.00,36756.00,9000.00 +1187304773,Yelsa Album #1 (!!!!!),Music,Music,USD,2014-11-01,1000.00,2014-09-05 21:20:12,1130.00,successful,14,US,1130.00,1130.00,1000.00 +1187314569,Sister Anne an ADULT ANIMATED SERIES ,Animation,Film & Video,USD,2010-12-03,6000.00,2010-09-04 18:56:50,230.00,failed,10,US,230.00,230.00,6000.00 +1187318908,Strange Snacks: The Most Interesting Snacks in The World!,Food,Food,USD,2017-11-28,468.00,2017-11-07 06:26:29,2328.00,successful,34,US,1111.00,2328.00,468.00 +"1187321500,DeComposition - Short Film,Film & Video,Film & Video,USD,2014-06-19,5000.00,2014-05-20 21:23:57,6431.00,undefined,0,""N,0"""""",,6431.00,5000.00" +1187331589,Kingston University BA Fashion show 2015,Fashion,Fashion,GBP,2015-02-17,2000.00,2014-12-19 20:41:29,2861.00,successful,65,GB,4460.20,4398.97,3075.13 +1187335771,Foldable.Me,Product Design,Design,USD,2012-04-24,2500.00,2012-03-26 11:57:34,25355.00,successful,919,US,25355.00,25355.00,2500.00 +1187343800,BEHOLD A PALE HORSE needs Paul Reveres!,Documentary,Film & Video,USD,2013-06-03,90000.00,2013-05-04 19:54:00,4659.00,failed,55,US,4659.00,4659.00,90000.00 +1187344827,Be a part of dust from 1000 yr's next album,Indie Rock,Music,USD,2011-12-19,500.00,2011-11-04 18:10:24,590.00,successful,15,US,590.00,590.00,500.00 +1187348546,Top Gun Over Israel: A 60-minute documentary,Film & Video,Film & Video,USD,2012-12-31,95000.00,2012-11-01 16:04:46,0.00,failed,0,US,0.00,0.00,95000.00 +1187355495,Dale Lari: A Global Soccer Project,Documentary,Film & Video,USD,2014-08-04,24000.00,2014-07-01 08:25:03,26802.00,successful,166,US,26802.00,26802.00,24000.00 +1187355913,BRIAN COLLINS' NEW ALBUM: HARDER I RUN,Country & Folk,Music,USD,2013-08-24,20000.00,2013-07-10 06:00:45,23125.00,successful,233,US,23125.00,23125.00,20000.00 +"1187359855,""""""The Divided Brain"""" documentary"",Documentary,Film & Video,USD,2017-06-01,60000.00,2017-05-02 00:05:21,60340.00,successful,141,US,5848.00,60340.00,60000.00" +1187362801,Authentic Crepes from Paris,Food,Food,USD,2014-02-16,9000.00,2014-01-17 06:51:50,100.00,failed,5,US,100.00,100.00,9000.00 +1187363450,Unsolicited Advice: 2016 Weekly Planner & Journal,Calendars,Publishing,USD,2015-11-14,2600.00,2015-10-15 06:39:18,42362.22,successful,1075,US,42362.22,42362.22,2600.00 +118736647,The Army Of Comedy,Design,Design,USD,2017-09-14,20000.00,2017-08-16 19:58:39,6936.00,failed,10,US,3304.00,6936.00,20000.00 +1187366897,Smart-Snap-Mount: Magnetic mount 4 all your mobile devices,Product Design,Design,GBP,2014-06-28,10800.00,2014-05-29 00:22:24,206.00,canceled,6,GB,347.46,353.16,18515.03 +1187368163,Shower Chanteys!,Country & Folk,Music,USD,2017-12-25,2000.00,2017-10-26 19:19:43,2175.00,successful,67,US,104.00,2175.00,2000.00 +1187370145,Little Owls - Saving the Earth One Baby Bum At A Time,Fashion,Fashion,USD,2010-11-27,1800.00,2010-10-28 21:40:43,160.00,failed,7,US,160.00,160.00,1800.00 +1187371323,Circle of Shame!!,Tabletop Games,Games,USD,2017-05-10,12000.00,2017-04-10 03:32:07,238.00,canceled,4,US,279.00,238.00,12000.00 +1187379997,Androx Demon of Fire,Video Games,Games,USD,2012-09-21,2000.00,2012-09-06 00:31:18,25.00,failed,9,US,25.00,25.00,2000.00 +1187386386,PlastaPrint3D,3D Printing,Technology,EUR,2016-04-08,15000.00,2016-03-09 17:29:10,37.00,failed,3,IT,40.78,42.04,17044.49 +1187386523,Save The Jacoby,Art,Art,USD,2014-06-01,10000.00,2014-05-09 20:48:10,10126.00,successful,38,US,10126.00,10126.00,10000.00 +"118739852,""Amy's Cupcake Shoppe, Bringing sweet treats to Hopkins"",Small Batch,Food,USD,2016-03-23,30000.00,2016-02-07 16:18:05,30675.00,successful,282,US,30675.00,30675.00,30000.00" +"1187411844,""BITTER MELON, an H.P. Mendoza film"",Comedy,Film & Video,USD,2017-09-28,25000.00,2017-07-30 05:10:13,52086.00,successful,240,US,495.00,52086.00,25000.00" +1187424320,The 2013 Cut Paper Art Calendar,Art,Art,USD,2012-12-12,2200.00,2012-11-21 00:58:19,5583.00,successful,127,US,5583.00,5583.00,2200.00 +1187432746,EMPACK: The Multi-Functional Weight Training Backpack,Product Design,Design,USD,2016-02-24,18000.00,2016-01-25 08:09:45,140556.00,successful,998,US,140556.00,140556.00,18000.00 +1187435010,EduExo: The First Robotic Exoskeleton Kit for STEM Education,Technology,Technology,CHF,2017-06-07,8000.00,2017-05-08 13:54:14,21687.77,successful,175,CH,2203.38,22312.75,8230.54 +1187439412,Yet Another Castle,Publishing,Publishing,CAD,2017-05-17,5000.00,2017-04-17 02:48:41,5.00,canceled,1,CA,22.51,3.68,3684.87 +1187440035,NW Wooden Boat Building School,Woodworking,Crafts,USD,2015-04-12,20000.00,2015-03-28 05:35:44,30.00,failed,2,US,30.00,30.00,20000.00 +"1187448394,""Broken Side of Time, a dark drama from Gorman Bechard"",Narrative Film,Film & Video,USD,2012-07-15,1000.00,2012-05-16 23:14:58,2584.00,successful,20,US,2584.00,2584.00,1000.00" +1187449734,OSEPP 101 Sensor Kit (Arduino Compatible & Production Ready),DIY Electronics,Technology,CAD,2016-03-17,12000.00,2016-02-01 14:04:19,13888.00,successful,78,CA,9936.06,10709.44,9253.55 +1187453038,AFTER DISASTERS,Documentary,Film & Video,USD,2012-06-08,12000.00,2012-05-09 22:42:02,12000.00,successful,30,US,12000.00,12000.00,12000.00 +1187469301,Garden Bed,Architecture,Design,USD,2014-12-25,1000.00,2014-10-26 17:23:40,166.00,failed,6,US,166.00,166.00,1000.00 +1187478069,The Umerican Survival Guide,Tabletop Games,Games,USD,2017-04-13,7000.00,2017-03-11 14:06:57,17698.00,successful,540,US,6450.00,17698.00,7000.00 +1187483131,The Famous Opera for the Beautiful People,Classical Music,Music,USD,2012-01-01,48000.00,2011-11-16 18:53:25,424.95,failed,13,US,424.95,424.95,48000.00 +1187487834,Tinker Kits,Design,Design,GBP,2013-11-14,8000.00,2013-10-15 12:00:01,3040.00,failed,130,GB,4856.84,4884.63,12854.30 +1187495107,Soul3Beads,Art,Art,USD,2015-04-12,10000.00,2015-03-13 04:21:50,0.00,failed,0,US,0.00,0.00,10000.00 +1187514016,2017-18 Fireball Newsflash Crosswords,Puzzles,Games,USD,2017-03-06,8000.00,2017-02-08 04:00:55,8015.05,successful,395,US,2669.37,8015.05,8000.00 +1187516553,ReDiscover Publication,Public Art,Art,AUD,2016-10-22,2500.00,2016-09-22 04:51:01,6325.00,successful,63,AU,2561.49,4789.49,1893.08 +1187517214,Trinity: Lock Pick Learning Kit,Technology,Technology,USD,2017-06-16,500.00,2017-05-17 16:23:20,7326.00,successful,76,US,2338.00,7326.00,500.00 +1187520859,The Carbon Standoff Wallet (Canceled),Product Design,Design,USD,2016-01-20,4000.00,2015-12-21 17:50:36,11.00,canceled,1,US,11.00,11.00,4000.00 +"1187523214,""Solving Chess (Yes, solving chess) STEP 1 of 3"",Technology,Technology,USD,2014-05-21,2000.00,2014-03-22 16:07:34,860.00,failed,14,US,860.00,860.00,2000.00" +118752585,Be A Part of the Action! New Record Seeks Fiscal Midwives! Scandal Rocks Folk Scene! ,Country & Folk,Music,USD,2010-05-15,3000.00,2010-04-12 19:35:01,3182.00,successful,55,US,3182.00,3182.00,3000.00 +1187527455,I-PRINT-PINEAPPLES,Mixed Media,Art,EUR,2016-08-03,1000.00,2016-07-04 14:44:09,226.00,failed,4,DE,54.58,252.13,1115.60 +1187540074,Corpus Florens,Sculpture,Art,EUR,2016-08-16,6800.00,2016-06-17 15:28:22,120.00,failed,9,NL,102.52,135.91,7701.72 +1187558616,Butchers vs Orcs!,Tabletop Games,Games,GBP,2017-03-26,10.00,2017-03-19 16:02:00,200.00,successful,15,GB,231.83,249.93,12.50 +1187559695,the Pebblestone - Your Personal Mind Coach,Technology,Technology,EUR,2014-07-06,100000.00,2014-06-06 18:52:23,104924.00,successful,191,NL,142684.44,142645.06,135950.84 +1187564234,Halloween Twinkle Treat Basket,Product Design,Design,USD,2015-07-31,5000.00,2015-06-01 09:16:03,10.00,failed,1,US,10.00,10.00,5000.00 +1187567427,TOUR GIRLS - 6 episode web series,Webseries,Film & Video,GBP,2014-05-21,3000.00,2014-04-21 10:14:51,3000.00,successful,32,GB,5037.49,5052.21,5052.21 +1187570183,Improve a teens photography with money,Nature,Photography,GBP,2017-06-24,500.00,2017-04-25 16:47:51,32.00,failed,2,GB,0.00,41.53,648.90 +1187578598,Full Walrus hits the road!,Indie Rock,Music,USD,2017-08-13,500.00,2017-07-09 17:41:49,520.00,successful,9,US,500.00,520.00,500.00 +1187579351,Puzzle'n'Slash,Video Games,Games,CAD,2015-04-02,40000.00,2015-03-03 23:58:31,1585.00,failed,10,CA,1267.46,1253.56,31635.56 +1187588461,The relic journal/sketch book,Mixed Media,Art,USD,2012-05-08,7000.00,2012-03-29 14:03:35,285.00,failed,5,US,285.00,285.00,7000.00 +1187598491,Think Of is here for you so you can think of them,Publishing,Publishing,CAD,2017-07-18,426006.00,2017-06-12 00:42:20,25.00,failed,2,CA,14.85,19.85,338207.37 +1187599692,SteadXP - The Future of Video Stabilization,Camera Equipment,Technology,EUR,2015-10-10,150000.00,2015-09-10 17:59:08,505621.00,successful,2287,FR,565333.82,574386.56,170400.33 +"1187602656,""Storm Perry """"Storm-A-Naughty"""" album release Campaign."",Hip-Hop,Music,USD,2016-07-30,10000.00,2016-06-30 00:40:14,0.00,canceled,0,US,0.00,0.00,10000.00" +1187608686,Worlds best peanut butter and jelly sandwich (Canceled),Food,Food,USD,2014-08-09,3000.00,2014-07-10 14:05:05,20.00,canceled,1,US,20.00,20.00,3000.00 +1187624649,TheVista-A Journey of a Bacha Bazi Boy,Fiction,Publishing,USD,2016-02-21,2500.00,2016-01-22 18:37:37,0.00,failed,0,US,0.00,0.00,2500.00 +"1187635363,""Age Of Legends: Epic adventures, small rules, tabletop RPG"",Tabletop Games,Games,GBP,2015-12-05,1000.00,2015-11-04 12:59:41,3721.00,successful,118,GB,5738.49,5640.19,1515.77" +1187638933,The Focus Planner: Best Designed Planner for achieving goals,Product Design,Design,GBP,2016-07-22,10000.00,2016-06-07 13:55:29,23232.00,successful,1088,GB,11570.57,30422.31,13095.00 +1187646396,OSA's Art Nouveau Inspired Midsummer Night's Dream,Theater,Theater,USD,2014-01-19,1600.00,2013-12-23 21:24:30,2070.00,successful,36,US,2070.00,2070.00,1600.00 +1187654857,TarDisk 256GB | MacBook Storage Expansion Module,Hardware,Technology,USD,2015-03-10,32500.00,2015-02-04 14:21:31,127838.00,successful,977,US,127838.00,127838.00,32500.00 +1187659329,CUBECORD - compact and stylish iPhone charger cord solution,Product Design,Design,USD,2015-03-30,9000.00,2015-02-18 02:28:49,4693.00,failed,120,US,4693.00,4693.00,9000.00 +"1187659821,""""""Relative Talent"""" A Reality Singing Competition "",Webseries,Film & Video,USD,2010-10-05,100000.00,2010-07-07 17:13:12,1000.00,failed,1,US,1000.00,1000.00,100000.00" +1187662388,The Methuselah Generation: The Science of Living Forever,Documentary,Film & Video,USD,2011-12-27,30000.00,2011-10-28 22:30:50,31632.50,successful,143,US,31632.50,31632.50,30000.00 +1187665122,Fund My Pottery Passion,Ceramics,Art,USD,2014-12-21,15400.00,2014-10-22 05:52:17,145.00,failed,7,US,145.00,145.00,15400.00 +1187666012,Stilts for Dachshunds T-Shirts,Fashion,Fashion,USD,2012-11-02,825.00,2012-10-05 20:04:57,2162.00,successful,91,US,2162.00,2162.00,825.00 +1187667390,From The Bottom: The Life of Myrna,Nonfiction,Publishing,USD,2012-05-02,2500.00,2012-04-02 06:31:29,0.00,failed,0,US,0.00,0.00,2500.00 +"1187673144,""Clash of the Casuals , public disorder"",Tabletop Games,Games,GBP,2016-11-21,5000.00,2016-10-22 10:14:36,588.00,failed,13,GB,276.58,731.15,6217.28" +1187675742,Book- connection between humans and animals,Illustration,Art,DKK,2015-03-15,10000.00,2015-02-13 05:08:32,105.00,failed,1,DK,15.97,15.18,1446.13 +"1187685851,""RECKLESS DECK: Solving the Problem of """"What Should I Draw?"""""",Illustration,Art,USD,2017-04-19,7500.00,2017-03-20 15:05:35,68196.00,successful,1362,US,5226.00,68196.00,7500.00" +1187687030,Documentary of Sprawling Japanese Forests and Metropolises,Photography,Photography,USD,2012-06-15,500.00,2012-05-24 21:50:14,672.00,successful,28,US,672.00,672.00,500.00 +1187691318,Internal Pain,Photobooks,Photography,USD,2015-08-01,5000.00,2015-07-02 18:03:28,110.00,failed,1,US,110.00,110.00,5000.00 +1187693944,Lets.Rise.The.Phoenix,Rock,Music,USD,2014-03-04,3000.00,2014-01-03 00:19:31,0.00,failed,0,US,0.00,0.00,3000.00 +1187694799,Cascade Youth Dance: Commonwealth,Residencies,Dance,GBP,2014-06-30,1000.00,2014-05-26 20:09:32,1170.00,successful,9,GB,1969.26,2005.79,1714.35 +1187697896,Surveillance Valley: The Rise of the Google-Military Complex,Print,Journalism,USD,2015-03-25,15000.00,2015-02-23 06:10:28,18814.00,successful,502,US,18814.00,18814.00,15000.00 +1187697957,Seduce Me 2: The Demon War,Video Games,Games,USD,2015-12-01,10000.00,2015-10-31 05:42:32,23233.29,successful,455,US,23233.29,23233.29,10000.00 +1187706874,Medieval Story Land,Theater,Theater,USD,2012-08-04,2500.00,2012-06-05 03:49:14,3599.00,successful,61,US,3599.00,3599.00,2500.00 +1187707310,Project GT86,Webseries,Film & Video,EUR,2016-09-25,30000.00,2016-07-27 10:47:22,0.00,suspended,0,DE,0.00,0.00,33482.89 +1187712880,Thundercluck™,Animation,Film & Video,USD,2013-09-04,2500.00,2013-08-05 16:00:08,5269.00,successful,161,US,5269.00,5269.00,2500.00 +1187714380,A public photo journal of your life! Visual Storytelling.,Apps,Technology,USD,2015-03-22,50000.00,2015-02-21 00:45:19,1.00,failed,1,US,1.00,1.00,50000.00 +1187716833,Pater - A Sci-Fi Thriller,Shorts,Film & Video,USD,2013-11-04,5000.00,2013-10-04 23:20:22,1313.00,failed,35,US,1313.00,1313.00,5000.00 +118771907,Help my Elephant dung paper travel the world,Conceptual Art,Art,USD,2015-11-13,5000.00,2015-10-14 18:01:05,12.00,failed,1,US,12.00,12.00,5000.00 +1187723469,Purgatory : Vol 1,Webcomics,Comics,USD,2017-07-01,3500.00,2017-06-01 21:45:27,8733.00,successful,308,US,1234.00,8733.00,3500.00 +1187732254,My Only Hope! (Suspended),Gaming Hardware,Games,GBP,2015-04-27,1000.00,2015-03-18 21:39:08,0.00,suspended,0,GB,0.00,0.00,1543.28 +1187735364,Link-It! A different kind of game for indoor fun!,Games,Games,USD,2013-07-31,30000.00,2013-06-01 02:44:17,247.00,failed,10,US,247.00,247.00,30000.00 +"1187741199,""Beyond the Wall: Episode 1 """"Take the Black"""""",Live Games,Games,USD,2015-06-26,450.00,2015-06-07 16:17:12,855.00,successful,9,US,855.00,855.00,450.00" +1187745318,Paranormal Short Horror Film,Horror,Film & Video,GBP,2017-12-28,3000.00,2017-11-28 16:35:43,0.00,canceled,0,GB,0.00,0.00,4055.20 +1187745480,Compositions by Nik Geerken (Canceled),World Music,Music,USD,2015-05-09,10000.00,2015-03-10 04:05:52,1.00,canceled,1,US,1.00,1.00,10000.00 +1187754250,The Mindful Notebook by Corso.com,Product Design,Design,USD,2017-11-10,10000.00,2017-09-11 08:18:58,37709.00,successful,722,US,3677.00,37709.00,10000.00 +"1187758546,""Music That Matters: """"Think-Out"""" NOT """"Sell-Out"""""",World Music,Music,USD,2012-08-13,1700.00,2012-07-17 23:31:00,0.00,failed,0,US,0.00,0.00,1700.00" +"1187766177,""The Sketchbook, An Animated Short Film"",Animation,Film & Video,USD,2014-06-28,198000.00,2014-05-12 17:01:30,12894.00,failed,158,US,12894.00,12894.00,198000.00" +1187769318,Souler Game,Video Games,Games,USD,2013-07-04,4000.00,2013-06-04 22:01:08,30.00,failed,3,US,30.00,30.00,4000.00 +1187773818,Safer Children's Furniture,Product Design,Design,USD,2017-09-01,199000.00,2017-08-02 17:37:00,18.00,failed,1,US,0.00,18.00,199000.00 +1187777434,Smart-Gluten Free: Introduction of diet specific meals,Food,Food,GBP,2014-01-03,10000.00,2013-12-04 15:22:30,27.00,failed,4,GB,44.18,44.33,16417.67 +1187779751,Barlight Safety Platform For Bicycle Lights,Product Design,Design,GBP,2015-06-10,15000.00,2015-05-11 12:37:53,521.00,failed,16,GB,804.96,806.85,23229.88 +1187780464,Dark Beach #2,Comic Books,Comics,USD,2017-02-17,4000.00,2017-01-18 06:06:53,5057.00,successful,160,US,1945.00,5057.00,4000.00 +1187789227,Another Day - Short Film/Music Video,Shorts,Film & Video,USD,2013-09-19,300.00,2013-09-04 22:04:29,15.00,failed,2,US,15.00,15.00,300.00 +1187790970,Berlin Boombox,Product Design,Design,USD,2012-04-25,14000.00,2012-03-26 18:38:37,20071.16,successful,338,US,20071.16,20071.16,14000.00 +1187797376,Soul Eco,Fashion,Fashion,USD,2015-12-31,10000.00,2015-11-20 18:11:14,820.00,failed,16,US,820.00,820.00,10000.00 +1187799973,Mocean Drinkware: Worlds most versatile unbreakable glasses!,Product Design,Design,EUR,2015-03-05,65000.00,2015-02-02 20:16:52,6233.00,failed,13,NL,7035.22,6833.23,71259.43 +118782268,The New Gas Kiln Project (Canceled),Crafts,Crafts,USD,2014-02-01,10000.00,2014-01-02 21:47:10,615.00,canceled,18,US,615.00,615.00,10000.00 +1187825740,03 Dodge Caravan,Hip-Hop,Music,USD,2016-08-14,1500.00,2016-07-15 21:29:15,1500.00,successful,11,US,0.00,1500.00,1500.00 +1187831067,JP Activewear - Pilates & Yoga Inspired Clothing,Apparel,Fashion,USD,2016-11-17,12000.00,2016-10-18 21:20:10,4.00,failed,3,US,1.00,4.00,12000.00 +1187835930,Smoothie Delivery Vending System,Hardware,Technology,USD,2016-01-01,100000.00,2015-11-02 19:13:55,135.00,failed,13,US,135.00,135.00,100000.00 +1187851491,Debut single music video for upcoming album (Canceled),Rock,Music,GBP,2016-05-10,2000.00,2016-04-10 17:29:38,0.00,canceled,0,GB,0.00,0.00,2881.72 +1187860151,Super Kaiju Battle Squadron DINO FORCE!,Publishing,Publishing,USD,2017-05-24,350.00,2017-05-02 15:44:01,350.00,successful,24,US,20.00,350.00,350.00 +"1187863701,""The """"Artist Incubator"""" by Desi Music Entertainment"",World Music,Music,USD,2015-03-29,30000.00,2015-02-12 16:59:35,32009.00,successful,193,US,32009.00,32009.00,30000.00" +118786667,Abatis Tour 2012,Rock,Music,USD,2012-08-27,850.00,2012-07-28 02:04:08,2240.00,successful,31,US,2240.00,2240.00,850.00 +1187867432,Darkside Stories,Horror,Film & Video,USD,2017-07-28,50.00,2017-05-29 01:19:38,320.00,successful,12,US,50.00,320.00,50.00 +1187875197,HOW COULD YOU? clothing by mia weiner GET STITCHED!,Textiles,Art,USD,2016-03-16,20000.00,2016-02-16 00:47:00,21101.00,successful,103,US,21101.00,21101.00,20000.00 +1187876983,Opera on Tap Berlin First Anniversary Production,Classical Music,Music,EUR,2015-12-24,7500.00,2015-12-08 01:37:38,7737.00,successful,100,DE,8418.70,8469.72,8210.27 +1187888364,Fight Tyme Live Pay-Per-Stream Combat Sports Network App,Apps,Technology,USD,2017-12-15,11781.00,2017-11-12 03:10:40,0.00,failed,0,US,0.00,0.00,11781.00 +1187896595,Strictly Sacred: The Girl Trouble documentary,Documentary,Film & Video,USD,2012-10-13,5000.00,2012-08-14 19:21:37,5343.22,successful,76,US,5343.22,5343.22,5000.00 +"1187901936,""Vere Sandal Company, USA - 2011 Collection"",Fashion,Fashion,USD,2011-03-01,12000.00,2011-01-03 16:11:55,56618.77,successful,1091,US,56618.77,56618.77,12000.00" +1187907495,Talent Music Master Courses in Italy.,Music,Music,EUR,2016-10-09,4000.00,2016-09-09 18:54:55,0.00,failed,0,DE,0.00,0.00,4400.78 +1187925174,POSITIVE - a Short Film on Breaking HIV Stigma,Drama,Film & Video,AUD,2017-09-30,3500.00,2017-08-18 04:15:30,282.00,failed,9,AU,31.33,219.22,2720.77 +1187929225,SEMAPHON-400 SEMANTIC PHONE NUMBERS,Apps,Technology,USD,2016-07-15,10000.00,2016-06-15 03:58:48,0.00,failed,0,US,0.00,0.00,10000.00 +1187931250,Caustic Soda - A Year Future Narco Romance,Comics,Comics,USD,2013-08-01,5000.00,2013-07-02 17:39:12,7441.60,successful,140,US,7441.60,7441.60,5000.00 +118793294,No One Else Will,Shorts,Film & Video,AUD,2016-07-11,6000.00,2016-05-12 05:17:38,1261.00,failed,16,AU,923.47,965.25,4592.77 +1187933729,A Woman Called Job-Completed-Edited-Feature-FINI$H PO$T $$!!,Narrative Film,Film & Video,USD,2012-09-09,52326.00,2012-07-11 03:54:18,330.00,failed,6,US,330.00,330.00,52326.00 +1187938205,Yuno Is Making a Record!,Music,Music,USD,2012-09-15,2000.00,2012-08-16 18:15:30,2777.00,successful,125,US,2777.00,2777.00,2000.00 +118793970,Vienna Design Painting Series,Painting,Art,USD,2010-12-12,3500.00,2010-11-30 00:01:58,4435.00,successful,36,US,4435.00,4435.00,3500.00 +1187944553,MotherBone™PiOne™,Hardware,Technology,USD,2014-05-18,60000.00,2014-04-18 20:56:28,4270.00,failed,21,US,4270.00,4270.00,60000.00 +1187946048,B.Sane Snow Bikes,Product Design,Design,USD,2017-09-06,25000.00,2017-07-08 04:29:07,1.00,failed,1,US,0.00,1.00,25000.00 +1187959031,In Their Own Worlds,Fine Art,Photography,USD,2015-05-09,5000.00,2015-04-08 15:00:45,15960.34,successful,304,US,15960.34,15960.34,5000.00 +1187961095,Timespinner,Video Games,Games,USD,2014-07-26,50000.00,2014-06-26 04:00:51,176667.81,successful,5751,US,176667.81,176667.81,50000.00 +"1187966680,""Hamster Wheel Entertainment, LLC"",Food Trucks,Food,USD,2016-11-05,4000.00,2016-09-21 09:48:09,862.00,canceled,8,US,100.00,862.00,4000.00" +1187972981,Balance Worldwide - Clothing for cause,Apparel,Fashion,USD,2016-02-25,1000.00,2016-01-26 21:22:57,158.00,failed,4,US,158.00,158.00,1000.00 +1187976736,JUNE WEST records an album,Pop,Music,USD,2017-01-04,4240.00,2016-12-05 17:31:42,5245.33,successful,141,US,537.00,5245.33,4240.00 +1187976819,little Miss Islam,Drama,Film & Video,USD,2017-02-03,45000.00,2017-01-04 06:48:30,55.00,failed,2,US,0.00,55.00,45000.00 +1187977853,Little Stinker,Children's Books,Publishing,USD,2013-07-16,8000.00,2013-06-14 14:46:47,8105.00,successful,77,US,8105.00,8105.00,8000.00 +1187982590,A Photo Tour of America's Greatest Masonic Cemeteries,Photography,Photography,USD,2010-10-06,4000.00,2010-08-08 21:36:53,50.00,failed,1,US,50.00,50.00,4000.00 +1187989930,Hell Dorado Miniature Skirmish Game: Inferno Expansion,Tabletop Games,Games,USD,2013-03-22,15000.00,2013-02-19 19:58:00,129800.00,successful,954,US,129800.00,129800.00,15000.00 +1187990396,Ishmael Returns: A Mural for Spartanburg,Public Art,Art,USD,2014-03-11,2500.00,2014-02-19 20:14:10,2840.00,successful,28,US,2840.00,2840.00,2500.00 +1187991980,NYC Local Kimchi Company,Food,Food,USD,2010-07-20,1800.00,2010-06-18 02:57:19,920.00,failed,28,US,920.00,920.00,1800.00 +1187998330,The Songbag (Canceled),Fashion,Fashion,CAD,2015-10-29,15000.00,2015-09-29 13:45:15,3694.00,canceled,38,CA,2771.30,2803.80,11385.20 +1188005303,Bali bomb survivor wants to complete full length metal CD,Metal,Music,USD,2013-06-05,3000.00,2013-05-06 21:42:12,25.00,failed,1,US,25.00,25.00,3000.00 +1188005658,Future Funk Squad - Forgotten World [4th Studio Album],Electronic Music,Music,GBP,2015-03-20,8000.00,2015-01-19 18:42:45,292.00,canceled,9,GB,442.39,433.71,11882.48 +1188008109,Hollywood Superman Series,Film & Video,Film & Video,USD,2017-04-10,5500.00,2017-03-06 06:11:40,5571.00,successful,81,US,43.00,5571.00,5500.00 +1188013295,GreenToGo: Durham's reusable takeout container service,Restaurants,Food,USD,2016-12-06,24080.00,2016-10-22 15:22:04,26242.18,successful,464,US,959.00,26242.18,24080.00 +1188017401,Cut and Fold: fun modern furniture,Design,Design,CAD,2014-10-10,3300.00,2014-09-10 03:45:04,6182.00,successful,22,CA,5678.32,5521.12,2947.22 +1188021457,VECTO,Shorts,Film & Video,DKK,2016-02-28,6000.00,2016-01-29 18:22:38,0.00,failed,0,DK,0.00,0.00,882.20 +1188031509,Free Youth Ministry,Faith,Music,USD,2015-09-11,2000.00,2015-08-12 05:10:50,150.00,failed,3,US,150.00,150.00,2000.00 +1188035642,STARGATE - Restauration du costume original de Zipacna,Science Fiction,Film & Video,EUR,2017-10-22,600.00,2017-09-05 20:44:16,1069.00,successful,41,FR,23.76,1240.57,696.30 +1188038689,Coffee Trail Book,Nonfiction,Publishing,GBP,2015-03-23,12817.00,2015-02-23 21:29:49,776.00,failed,36,GB,1194.98,1154.33,19065.82 +1188044209,Go Quietly,Drama,Film & Video,USD,2016-07-28,3300.00,2016-06-28 23:17:37,3300.00,successful,23,US,380.00,3300.00,3300.00 +1188048819,Punks Against Abbott: Just kill the Cunt (Suspended),Punk,Music,AUD,2014-11-17,1600.00,2014-10-17 06:51:03,0.00,suspended,0,AU,0.00,0.00,1394.09 +1188050121,Workin' It Out (Canceled),Shorts,Film & Video,USD,2013-10-18,1750.00,2013-09-27 08:37:02,0.00,canceled,0,US,0.00,0.00,1750.00 +1188051734,Let's Go to the Doctor! Helping kids on the Autism Spectrum,Mobile Games,Games,AUD,2017-07-17,35000.00,2017-06-17 04:59:12,5366.00,canceled,15,AU,155.56,4249.96,27720.58 +"1188052314,""Rage Cube: When you see red, punch this instead!"",Design,Design,USD,2018-01-01,15000.00,2017-11-29 01:54:38,88.00,failed,3,US,95.00,88.00,15000.00" +1188055269,OFFSITE: modulating systems and society,Nonfiction,Publishing,USD,2011-12-29,10000.00,2011-11-29 23:21:18,112.00,failed,3,US,112.00,112.00,10000.00 +1188059091,Sin Matador,Shorts,Film & Video,USD,2012-05-14,20000.00,2012-04-18 03:26:39,20090.00,successful,176,US,20090.00,20090.00,20000.00 +"1188060975,""""""Orchard City Kitchen"""" to open Fall 2014"",Restaurants,Food,USD,2014-10-05,25000.00,2014-09-08 18:08:47,53085.00,successful,152,US,53085.00,53085.00,25000.00" +118806460,the SOUVENIR CD Album project,Music,Music,USD,2013-04-21,6500.00,2013-03-21 18:46:21,152.00,failed,6,US,152.00,152.00,6500.00 +1188064730,Talent That Can't Be Thrown Away-HipHop,Hip-Hop,Music,USD,2017-08-05,15000.00,2017-06-06 15:20:01,0.00,failed,0,US,0.00,0.00,15000.00 +1188064810,Origin Series Part II: The book & new art prints by Ninjabot,Illustration,Art,USD,2013-10-18,13000.00,2013-09-17 12:35:53,16050.00,successful,306,US,16050.00,16050.00,13000.00 +1188069543,THE GOLF BAG BEER GLASS: Win the 19th Hole,Product Design,Design,USD,2017-05-25,10000.00,2017-04-25 19:47:55,349.00,canceled,7,US,261.00,349.00,10000.00 +"1188072705,""KosmoSuna """"Théiaphée"""" EP Recording"",Pop,Music,EUR,2017-04-19,7200.00,2017-03-18 09:22:45,1295.00,failed,40,FR,420.17,1385.40,7702.59" +1188073363,The Hoodie That Turns Into A Pillow,Product Design,Design,USD,2015-01-02,20000.00,2014-11-18 17:29:29,5246.00,failed,70,US,5246.00,5246.00,20000.00 +"1188080911,""Sex, Blood and History (Canceled)"",Theater,Theater,USD,2013-06-11,1000.00,2013-04-27 02:20:21,195.00,canceled,7,US,195.00,195.00,1000.00" +1188088157,INFECTIOUS,Film & Video,Film & Video,USD,2013-07-01,35000.00,2013-05-02 19:15:02,543.00,failed,16,US,543.00,543.00,35000.00 +1188090086,Everything canned,Food,Food,AUD,2017-08-29,1100.00,2017-07-19 02:46:13,1.00,failed,1,AU,0.00,0.79,872.88 +1188093811,Blenheim London 6180 Watch,Product Design,Design,GBP,2016-01-13,3000.00,2015-12-14 21:06:55,3346.00,successful,50,GB,5089.62,4795.55,4299.66 +118809514,F'ing Zombies (Short POV Film),Film & Video,Film & Video,USD,2016-05-25,600.00,2016-05-18 05:03:40,600.00,successful,2,US,600.00,600.00,600.00 +1188097280,Strive,Plays,Theater,GBP,2015-06-12,30000.00,2015-04-13 22:11:27,1.00,failed,1,GB,1.46,1.55,46459.77 +1188123224,Swedish Beverages in the USA (Canceled),Food,Food,USD,2015-11-01,60000.00,2015-10-02 18:02:09,0.00,canceled,0,US,0.00,0.00,60000.00 +1188129415,Raphael's Thesis Film,Animation,Film & Video,USD,2014-12-20,2500.00,2014-11-20 04:10:11,2550.00,successful,42,US,2550.00,2550.00,2500.00 +1188133440,The Impending Peace Project: Street Art & Social Commentary,Photography,Photography,USD,2013-11-03,3000.00,2013-10-04 22:59:52,542.00,failed,12,US,542.00,542.00,3000.00 +1188138153,The Bad Lands Obstacle Course,Design,Design,USD,2014-09-27,75000.00,2014-07-29 18:02:14,30.00,failed,1,US,30.00,30.00,75000.00 +1188140793,Pactivist: Making dreams come true—two or more—at a time.,Web,Technology,USD,2015-04-02,33000.00,2015-02-28 13:52:17,827.00,failed,14,US,827.00,827.00,33000.00 +1188153233,Njord: Ocean environmental monitoring buoy platform,Robots,Technology,DKK,2016-08-31,30000.00,2016-07-02 00:23:11,620.00,failed,6,DK,32.10,93.27,4513.11 +1188155105,TRUE ORIGINALS,Footwear,Fashion,EUR,2017-08-14,3000.00,2017-06-30 15:31:38,7243.00,successful,134,DE,117.48,8503.27,3521.99 +1188157895,Guild Guardians,Playing Cards,Games,USD,2014-09-14,500000.00,2014-08-15 04:24:00,80.00,failed,3,US,80.00,80.00,500000.00 +118815858,Open KS Lounge - Gaming Lounge,Video Games,Games,USD,2015-06-15,150000.00,2015-04-16 12:50:23,0.00,failed,0,US,0.00,0.00,150000.00 +1188160388,Oli - Measure performance in the gym. (Canceled),Wearables,Technology,USD,2015-04-26,50000.00,2015-03-11 23:29:11,3551.00,canceled,40,US,3551.00,3551.00,50000.00 +1188164562,conservation of bees,Spaces,Food,GBP,2014-08-22,1700.00,2014-07-23 19:04:45,3.00,failed,2,GB,5.12,4.97,2818.16 +1188166731,the man who made it to his dreams (Canceled),Drama,Film & Video,USD,2016-08-01,40000.00,2016-06-03 18:46:08,0.00,canceled,0,US,0.00,0.00,40000.00 +1188167746,PAINTINGS AND THEIR INTERIOR MUSIC,Painting,Art,USD,2016-06-18,3000.00,2016-05-29 02:22:25,0.00,failed,0,US,0.00,0.00,3000.00 +1188169813,Obeewax | beeswax candle | Love Light Ninja,Product Design,Design,EUR,2016-11-07,3000.00,2016-10-14 00:09:40,876.00,failed,13,FR,0.00,955.20,3271.22 +1188170240,Albatross Galway,Food,Food,EUR,2017-07-08,2500.00,2017-06-08 22:30:00,2860.00,successful,48,IE,1019.45,3264.69,2853.75 +1188172416,Answap,Web,Technology,GBP,2015-12-18,60000.00,2015-11-18 19:21:19,0.00,failed,0,GB,0.00,0.00,89472.11 +1188176773,Sandwich Haikus: An Illustrated Collection,Poetry,Publishing,USD,2017-03-02,1500.00,2017-01-31 18:56:07,3416.02,successful,103,US,1191.00,3416.02,1500.00 +1188187789,An Uncomfortable Conversation About Race,Documentary,Film & Video,USD,2014-10-04,5000.00,2014-09-02 15:28:52,5395.00,successful,214,US,5395.00,5395.00,5000.00 +1188190696,Tidewater Paws and Claws Magazine,Periodicals,Publishing,USD,2014-11-19,6500.00,2014-10-20 16:12:29,60.00,failed,2,US,60.00,60.00,6500.00 +1188198567,Create Shoppe: Pre-order your DIY Gift Kit or craft party,DIY,Crafts,USD,2015-04-18,10000.00,2015-03-19 17:07:36,10107.00,successful,87,US,10107.00,10107.00,10000.00 +"1188201176,After Death,Film & Video,Film & Video,USD,2015-02-06,3000.00,2015-01-07 23:26:30,409.00,undefined,0,""N,0"""""",,409.00,3000.00" +1188213229,Ai1 Music Group Witness Greatness Campaign,Hip-Hop,Music,USD,2013-07-14,1700.00,2013-06-21 15:19:57,0.00,failed,0,US,0.00,0.00,1700.00 +118822634,Utah Buddhist Art Festival,Performance Art,Art,USD,2012-10-21,1500.00,2012-08-22 19:14:29,1500.00,successful,23,US,1500.00,1500.00,1500.00 +1188233526,Recipe and Grocery Manager,Software,Technology,USD,2017-09-28,30000.00,2017-08-29 12:43:29,75.00,failed,3,US,0.00,75.00,30000.00 +1188236325,Signal 99's new Album/DVD and Tour,Rock,Music,USD,2012-04-01,5000.00,2012-02-16 20:47:20,551.00,failed,7,US,551.00,551.00,5000.00 +1188259992,USA! USA? Our Obsession To Be #1--And How It Hurts Us,Nonfiction,Publishing,USD,2011-09-16,14250.00,2011-08-02 16:06:24,6625.00,failed,29,US,6625.00,6625.00,14250.00 +1188263680,Gluten Free FroZen Pizza: wholesale to Supermarkets in U.S,Food,Food,USD,2014-09-14,60000.00,2014-08-15 21:59:54,0.00,failed,0,US,0.00,0.00,60000.00 +118826556,The End? A fantasy femslash show,Webseries,Film & Video,USD,2013-09-13,150.00,2013-08-14 17:53:44,201.00,successful,14,US,201.00,201.00,150.00 +1188276092,TINY HOMES FOR THOSE IN NEED AROUND THE WORLD,Architecture,Design,USD,2015-06-02,10000.00,2015-04-28 21:17:10,7521.00,failed,17,US,7521.00,7521.00,10000.00 +1188281316,Finding Stehfest,Documentary,Film & Video,USD,2013-02-28,10000.00,2013-01-09 16:27:54,865.00,failed,17,US,865.00,865.00,10000.00 +1188284278,Wyze Season 1,Apparel,Fashion,USD,2015-10-26,5000.00,2015-09-26 03:19:08,0.00,failed,0,US,0.00,0.00,5000.00 +1188299830,Sakari Watch Co - An American Micro Brand,Jewelry,Fashion,USD,2016-06-26,11000.00,2016-05-27 18:11:58,1.00,failed,1,US,1.00,1.00,11000.00 +"1188314478,""Roo | Take Your Beer, Wine, & Booze for a Bike Ride"",Product Design,Design,USD,2015-06-01,15000.00,2015-05-01 15:38:05,5238.00,failed,73,US,5238.00,5238.00,15000.00" +1188316915,Relentless Ink: A tattoo style clothing line...with an edge!,Fashion,Fashion,USD,2014-04-29,35000.00,2014-02-28 03:02:34,576.00,failed,6,US,576.00,576.00,35000.00 +1188321081,In a Dark Dark House - Directed by Larry Moss,Theater,Theater,USD,2014-08-15,55000.00,2014-07-01 20:29:39,9316.00,failed,45,US,9316.00,9316.00,55000.00 +1188330700,NeoLucida - A Portable Camera Lucida for the 21st Century,Product Design,Design,USD,2013-06-10,15000.00,2013-05-08 05:22:49,424959.04,successful,11406,US,424959.04,424959.04,15000.00 +1188331003,Action Builder Flashcards for Students with Autism,Academic,Publishing,USD,2017-04-24,10000.00,2017-03-20 02:56:38,25.00,failed,1,US,0.00,25.00,10000.00 +1188334216,Seed Box - Caja de Semillas (Canceled),Spaces,Food,EUR,2015-11-14,650.00,2015-10-15 22:59:19,26.00,canceled,2,ES,29.62,27.79,694.72 +1188336813,THE JOURNEY OF KINGS (Suspended),Workshops,Dance,USD,2014-12-15,50000.00,2014-11-15 02:10:24,0.00,suspended,0,US,0.00,0.00,50000.00 +1188339147,The Blankape: A Fun Blanket,Fashion,Fashion,USD,2013-02-28,10000.00,2013-01-29 21:36:03,1126.00,failed,20,US,1126.00,1126.00,10000.00 +"1188342000,""BIG SCHOOL: Huge, maniacal drawing for print & coloring book"",Painting,Art,USD,2016-11-05,9500.00,2016-10-04 13:01:34,30381.00,successful,574,US,7740.00,30381.00,9500.00" +118834362,Life's Poetry,Poetry,Publishing,USD,2015-06-20,15000.00,2015-05-21 17:24:38,0.00,failed,0,US,0.00,0.00,15000.00 +"1188343745,""The """"Runner"""" Spring Break Acoustic Tour"",Indie Rock,Music,USD,2013-03-08,100.00,2013-02-15 17:44:06,455.00,successful,19,US,455.00,455.00,100.00" +1188345314,Orange Curtain Review - OC's Yearly Theatre Magazine,Print,Journalism,USD,2015-05-25,6000.00,2015-03-26 15:35:15,3.00,canceled,1,US,3.00,3.00,6000.00 +1188351461,Introspective Painting in the Amazon,Painting,Art,USD,2011-10-20,2500.00,2011-09-25 03:30:22,2611.00,successful,31,US,2611.00,2611.00,2500.00 +118835717,Leave A Message After The,Shorts,Film & Video,USD,2014-04-05,1500.00,2014-03-06 22:57:23,1760.00,successful,34,US,1760.00,1760.00,1500.00 +1188357500,The Palace of Dreams,Art,Art,GBP,2017-11-01,25000.00,2017-10-11 19:51:25,46100.00,successful,168,GB,23759.22,60432.86,32772.70 +1188360644,Let's make a 4 song EP.. for film/TV stardom!,Rock,Music,USD,2011-04-14,4000.00,2011-01-13 10:39:37,0.00,failed,0,US,0.00,0.00,4000.00 +1188362115,Ghost Tapes,Documentary,Film & Video,USD,2012-12-06,150.00,2012-11-06 00:29:58,372.00,successful,13,US,372.00,372.00,150.00 +"1188363898,""Shattered Time, Open Source CRPG"",Video Games,Games,USD,2014-03-07,100000.00,2014-02-04 16:13:27,2836.00,failed,105,US,2836.00,2836.00,100000.00" +"1188380351,""""""K"""""",Shorts,Film & Video,USD,2011-01-01,10000.00,2010-10-03 18:01:17,50.00,failed,1,US,50.00,50.00,10000.00" +1188384205,Tea Descendants | Let's preserve the tea-making heritage.,Small Batch,Food,SGD,2017-02-25,12000.00,2017-01-11 04:30:06,803.77,failed,12,SG,76.72,568.68,8490.17 +1188411955,ZLDN: Insanely Comfortable Underwear,Apparel,Fashion,GBP,2016-12-24,6000.00,2016-11-30 09:30:11,7630.00,successful,151,GB,897.56,9393.78,7386.98 +1188417242,All That's Left - Liberal Talk Radio in the Deep Red South,Audio,Journalism,USD,2016-06-15,52000.00,2016-05-16 00:22:08,150.00,failed,4,US,150.00,150.00,52000.00 +1188424110,Little Cabin,Art Books,Publishing,USD,2014-04-05,500.00,2014-03-06 18:40:16,660.00,successful,15,US,660.00,660.00,500.00 +1188428355,Flickit - Pizza Box Card Throwing Competition,Games,Games,AUD,2017-11-02,2000.00,2017-10-12 10:05:51,52.00,failed,2,AU,23.34,39.92,1535.39 +"1188440925,""The Wonderful Wizard of Oz, Innovative Audio Book Experience"",Music,Music,USD,2013-01-03,5500.00,2012-12-04 06:15:57,340.00,failed,4,US,340.00,340.00,5500.00" +1188449838,PRETTYPUKE X SEOUL,Documentary,Film & Video,USD,2016-04-11,6000.00,2016-03-21 06:17:09,6842.00,successful,63,US,6842.00,6842.00,6000.00 +1188466484,Shadoweyes: Volume One,Graphic Novels,Comics,USD,2015-11-27,20000.00,2015-10-28 22:00:08,26434.00,successful,641,US,26434.00,26434.00,20000.00 +1188474827,Nihilos Draconum: Rise of a Warrior,Fiction,Publishing,USD,2012-12-18,3000.00,2012-10-19 22:33:54,30.00,failed,3,US,30.00,30.00,3000.00 +1188483043,Gerrymandering,Documentary,Film & Video,USD,2010-06-20,7500.00,2010-05-20 19:18:14,0.00,failed,0,US,0.00,0.00,7500.00 +1188497572,Love Poems for Butchers,Nonfiction,Publishing,CAD,2016-06-03,7500.00,2016-05-04 22:19:16,5094.00,failed,82,CA,4070.59,3893.30,5732.19 +1188498081,Bite Of The Black Dog,Documentary,Film & Video,CAD,2016-04-21,5000.00,2016-03-21 01:18:18,241.00,failed,5,CA,185.33,189.26,3926.50 +1188499484,Choku Fish- multi functional chopsticks helper,Product Design,Design,DKK,2017-10-11,5000.00,2017-09-11 17:13:45,14328.00,successful,184,DK,306.52,2273.17,793.26 +1188505714,It's Time To Make Our Own Essential Oils 4 Our Candles!,Candles,Crafts,USD,2014-09-10,9000.00,2014-08-21 22:52:58,225.00,failed,7,US,225.00,225.00,9000.00 +1188515138,GERIELLE SNACKS Restaurant (Canceled),Restaurants,Food,EUR,2015-05-25,5000.00,2015-03-27 21:23:47,0.00,canceled,0,NL,0.00,0.00,5484.98 +118853990,Fantasy Orc Zombie Assault - by Darkraven Europe,Tabletop Games,Games,USD,2017-08-10,2000.00,2017-07-05 22:14:02,4070.00,successful,129,US,1796.00,4070.00,2000.00 +1188545320,PharmaEdu: Drug Education,Publishing,Publishing,USD,2017-08-15,10000.00,2017-07-16 16:26:59,0.00,canceled,0,US,0.00,0.00,10000.00 +1188567575,TEST KICKSTARTER PROJECT EXAMPLE (Canceled),Product Design,Design,GBP,2014-04-19,5000.00,2014-03-20 22:17:34,0.00,canceled,0,GB,0.00,0.00,8404.35 +1188570033,Tales of the Pan American Highway,Documentary,Film & Video,USD,2017-02-18,500.00,2016-12-23 00:45:53,50.00,failed,1,US,0.00,50.00,500.00 +118857367,Hairy Guy Gets Full Body Waxing,Comedy,Film & Video,USD,2014-09-09,10000.00,2014-08-10 17:13:41,0.00,failed,0,US,0.00,0.00,10000.00 +1188575829,Player's Quest,Mobile Games,Games,USD,2018-01-26,100000.00,2017-12-27 04:18:21,6.00,live,2,US,6.00,6.00,100000.00 +1188578829,Severed In Time - Science Fiction/Mystery Novel,Fiction,Publishing,GBP,2015-06-24,7000.00,2015-05-25 01:59:51,0.00,failed,0,GB,0.00,0.00,11008.54 +1188582999,Pixeom: The Personal Exchange Device,Technology,Technology,USD,2014-02-21,50000.00,2014-01-07 09:01:36,75923.00,successful,523,US,75923.00,75923.00,50000.00 +"1188585937,""You, Construct, The Future."",Performance Art,Art,USD,2011-05-06,3000.00,2011-04-06 00:00:34,3081.00,successful,28,US,3081.00,3081.00,3000.00" +"1188588490,""KholdPhuzion - Perceptionality, a voyage for purification"",World Music,Music,USD,2017-07-31,12000.00,2017-07-01 00:59:43,22.00,failed,1,US,22.00,22.00,12000.00" +1188592107,Send the Uncommon Charter HS Sabers to Scotland in July 2012,Theater,Theater,USD,2011-12-19,5000.00,2011-10-20 22:21:50,5460.00,successful,94,US,5460.00,5460.00,5000.00 +1188593741,The Zomb E-Z - 'No Mess' Zombie Killing System,Shorts,Film & Video,USD,2010-12-25,100.00,2010-12-10 08:09:00,500.00,successful,11,US,500.00,500.00,100.00 +1188594697,A day in the life...,Publishing,Publishing,USD,2014-09-17,30000.00,2014-08-18 01:31:56,0.00,failed,0,US,0.00,0.00,30000.00 +"1188595118,""TurboHarp ELX: """"I Sing the Harp Electric"""""",Product Design,Design,USD,2011-07-14,15000.00,2011-06-07 05:39:22,5685.62,failed,31,US,5685.62,5685.62,15000.00" +"1188600066,""Mighty Meatballs """"Now that's a Meatball!!"""""",Food,Food,USD,2016-04-10,5500.00,2016-03-11 22:55:59,0.00,failed,0,US,0.00,0.00,5500.00" +1188601,The Doctor is Out,Theater,Theater,USD,2011-11-05,4000.00,2011-09-06 02:17:23,175.00,failed,4,US,175.00,175.00,4000.00 +1188613361,Danse Des Fleurs,Photography,Photography,USD,2012-02-17,3000.00,2012-01-03 14:54:20,0.00,failed,0,US,0.00,0.00,3000.00 +1188614240,Fine Art for Five Dollars,Art,Art,USD,2015-02-07,2000.00,2015-01-25 00:28:18,90.00,failed,8,US,90.00,90.00,2000.00 +1188618316,The Present,Shorts,Film & Video,CAD,2014-02-11,4300.00,2014-01-07 23:08:20,4685.72,successful,94,CA,4411.49,4276.85,3924.79 +1188623261,Worming your Way to Immortality...,Academic,Publishing,AUD,2014-10-11,4000.00,2014-09-12 07:56:37,25.00,failed,1,AU,22.97,21.96,3514.01 +1188629579,Swift Justice (Canceled),Fiction,Publishing,USD,2012-04-11,1000.00,2012-02-13 17:59:49,0.00,canceled,0,US,0.00,0.00,1000.00 +"1188638505,""""""That Was the River, This Is the Sea"""""",Theater,Theater,USD,2011-04-14,5000.00,2011-01-13 05:26:27,2505.00,failed,29,US,2505.00,2505.00,5000.00" +118864003,The Fundamentals of Magic,Webseries,Film & Video,CAD,2015-02-25,1000.00,2015-01-26 17:53:39,1.00,failed,1,CA,0.80,0.80,803.15 +"1188642024,""STELLAR GHOSTS, ACTION SHOOTER GAME"",Video Games,Games,USD,2014-03-26,50000.00,2014-02-24 18:20:41,6.00,failed,2,US,6.00,6.00,50000.00" +"1188646815,""Hey, Brother: A Novel"",Fiction,Publishing,USD,2017-09-22,8000.00,2017-08-23 22:30:05,701.00,failed,7,US,530.00,701.00,8000.00" +"1188650121,""ParaShoot 2.0 - Multi Use, Wearable Smart HD Camera"",Technology,Technology,USD,2013-10-01,30000.00,2013-08-14 07:04:51,117358.00,suspended,751,US,117358.00,117358.00,30000.00" +1188665844,A History of Nottingham: Residential Accounts.,Documentary,Film & Video,GBP,2013-03-20,10000.00,2013-02-01 04:12:12,16.00,failed,3,GB,25.20,24.29,15183.03 +1188667875,CANCELLED,Shorts,Film & Video,USD,2012-11-15,74000.00,2012-10-01 22:50:26,50.00,failed,1,US,50.00,50.00,74000.00 +1188669531,Pre-order loud white men & none of your business t-shirts,Art,Art,GBP,2016-04-28,500.00,2016-03-29 23:41:03,1006.00,successful,69,GB,1420.75,1470.22,730.73 +1188674277,Elite Poker Chips - Solid Copper & Silver Poker Game Coins,Tabletop Games,Games,USD,2017-02-24,500.00,2017-01-30 21:04:38,1004.00,successful,26,US,368.00,1004.00,500.00 +1188674792,TimeArc - A Modern Day Science Fiction Techno-thriller,Fiction,Publishing,USD,2016-11-18,3500.00,2016-10-18 22:47:04,610.00,failed,10,US,95.00,610.00,3500.00 +1188680046,Car Culture Apparel,Apparel,Fashion,USD,2016-05-18,5000.00,2016-04-18 21:09:10,214.00,failed,4,US,214.00,214.00,5000.00 +1188690402,A photo-documentary Journey of rediscovery,Photography,Photography,USD,2012-07-17,4500.00,2012-06-17 07:49:37,0.00,failed,0,US,0.00,0.00,4500.00 +1188698389,thegullyproject,Apparel,Fashion,USD,2015-08-03,5000.00,2015-07-04 15:01:05,395.00,failed,5,US,395.00,395.00,5000.00 +1188707384,Die Zombie Die,Graphic Novels,Comics,CAD,2015-08-22,11000.00,2015-06-23 03:20:16,0.00,failed,0,CA,0.00,0.00,8288.75 +1188717525,Laser Engraved Wooden Collar Stays by Woodmarked,Design,Design,USD,2014-09-17,500.00,2014-08-18 17:52:02,670.00,successful,24,US,670.00,670.00,500.00 +1188719874,Sword & Plough,Fashion,Fashion,USD,2013-05-15,20000.00,2013-04-15 17:00:37,312161.01,successful,1553,US,312161.01,312161.01,20000.00 +1188727227,Simply Sweet Food Products - Diabetic/Low Carb Baking Mixes,Small Batch,Food,USD,2015-05-21,12000.00,2015-04-21 23:55:09,700.00,failed,3,US,700.00,700.00,12000.00 +1188735286,Give A Little Good Advice,Comics,Comics,USD,2013-01-15,8400.00,2012-12-16 16:55:54,0.00,failed,0,US,0.00,0.00,8400.00 +1188735836,GODS and GODDESSES: Vol 2 The Fantasy Illustration Library,Art Books,Publishing,USD,2015-12-13,50000.00,2015-11-13 22:41:29,2751.00,failed,20,US,2751.00,2751.00,50000.00 +1188737666,Log Cabin,Documentary,Film & Video,USD,2012-01-04,2500.00,2011-11-05 01:08:58,421.00,failed,5,US,421.00,421.00,2500.00 +"118874650,""""""Hottest Places"""" In the App Store"",Apps,Technology,USD,2016-07-28,5000.00,2016-06-28 20:42:24,5.00,canceled,1,US,0.00,5.00,5000.00" +1188747333,The VAVA Dash Cam: Capture the Road Ahead,Product Design,Design,USD,2017-03-03,25000.00,2017-01-17 16:01:04,425502.50,successful,2647,US,81402.00,425502.50,25000.00 +118875100,Route 66 Coffee Table Book,Photobooks,Photography,USD,2014-07-19,4000.00,2014-06-19 22:17:04,5.00,failed,1,US,5.00,5.00,4000.00 +"1188758080,""Alley Cat Tea """"the original fruit tea"""" (Canceled)"",Food,Food,USD,2013-06-05,26000.00,2013-05-03 20:01:13,493.00,canceled,10,US,493.00,493.00,26000.00" +118876929,Containered living,Architecture,Design,GBP,2016-03-09,29000.00,2016-02-08 20:17:20,12.00,failed,3,GB,17.40,17.15,41447.52 +"1188799842,""""""The School of Raw"""""",Food,Food,USD,2012-03-16,45000.00,2012-02-15 20:21:31,1872.00,failed,22,US,1872.00,1872.00,45000.00" +1188813837,Tomorrow Can Wait,Nonfiction,Publishing,USD,2012-07-01,6000.00,2012-06-01 07:02:15,7101.00,successful,189,US,7101.00,7101.00,6000.00 +"1188814447,""Adam """"TEACHA"""" Barnes is finishing his 1st Reggae album..."",Music,Music,USD,2013-07-22,1500.00,2013-07-02 03:51:47,2.00,failed,2,US,2.00,2.00,1500.00" +1188814517,VICTUS Fruchtaufstrich probieren,Farms,Food,EUR,2017-04-11,1000.00,2017-03-28 13:07:03,188.00,failed,8,DE,84.60,199.84,1063.00 +1188820894,Driving Test Complete UK,Publishing,Publishing,GBP,2016-10-07,1500.00,2016-09-07 21:49:16,0.00,failed,0,GB,0.00,0.00,1849.41 +1188836189,Aspen Groove Recording Project X2,Jazz,Music,USD,2013-05-14,8150.00,2013-04-16 23:30:11,8535.00,successful,19,US,8535.00,8535.00,8150.00 +1188842216,Temporary.,Shorts,Film & Video,USD,2016-06-18,25000.00,2016-05-19 22:45:21,32761.00,successful,220,US,32761.00,32761.00,25000.00 +1188842787,Collapsible Sleep Comfort Tent,Gadgets,Technology,USD,2015-05-02,25000.00,2015-03-19 21:35:02,641.00,failed,9,US,641.00,641.00,25000.00 +118885512,Stench the Garlic-Eating Goat (Canceled),Children's Books,Publishing,USD,2013-05-27,39000.00,2013-04-27 05:36:22,0.00,canceled,0,US,0.00,0.00,39000.00 +1188859673,Art and Advocacy: Human Trafficking in the USA,Comics,Comics,USD,2012-03-20,4000.00,2012-01-20 06:22:25,4352.00,successful,51,US,4352.00,4352.00,4000.00 +1188867014,How I became a princess: Luna's Story,Children's Books,Publishing,USD,2017-09-06,6000.00,2017-08-07 16:27:07,112.00,failed,5,US,10.00,112.00,6000.00 +118886904,AFK - Gaming Web Series,Webseries,Film & Video,NZD,2014-11-22,15000.00,2014-10-23 23:00:46,16531.00,successful,281,NZ,13186.10,12996.07,11792.45 +1188874270,Life is Beautiful - Visual and Melodic Journey around the UK,Webseries,Film & Video,GBP,2016-11-23,2000.00,2016-10-24 13:13:21,1.00,canceled,1,GB,0.00,1.24,2486.91 +118887642,The Stadium Glove - The Fans' Glove at Ballparks & Stadiums,Product Design,Design,USD,2017-04-07,25000.00,2017-03-15 17:00:59,226.00,failed,8,US,132.00,226.00,25000.00 +118887872,Brainificience,Web,Technology,USD,2014-10-31,3400.00,2014-10-07 00:28:12,66.00,failed,7,US,66.00,66.00,3400.00 +1188879613,The 8-Way Travel Bag,Design,Design,USD,2014-04-01,6500.00,2014-03-02 03:25:34,1215.24,failed,30,US,1215.24,1215.24,6500.00 +1188881531,Bone to the Dog - Feature Film,Film & Video,Film & Video,USD,2011-07-25,3000.00,2011-05-26 22:06:09,3076.00,successful,40,US,3076.00,3076.00,3000.00 +1188883237,SUMMER COUNTRY ROCK MUSIC FEST 10TH JAN 2014 NORTHLAND NZ,Country & Folk,Music,NZD,2013-12-17,30000.00,2013-11-27 21:03:51,0.00,canceled,0,NZ,0.00,0.00,24493.79 +118888485,Custom Party Menus For You (Canceled),Events,Food,USD,2014-08-08,25.00,2014-07-09 20:28:56,0.00,canceled,0,US,0.00,0.00,25.00 +1188896451,Crossy Race Crazy Road : A Real-Time Multiplayer Tab Racing,Mobile Games,Games,AUD,2015-10-28,40000.00,2015-09-28 06:11:31,69.00,failed,4,AU,48.48,48.90,28350.70 +1188907727,Scott The Mover,Television,Film & Video,USD,2014-08-03,100000.00,2014-06-05 01:40:17,125.00,failed,3,US,125.00,125.00,100000.00 +1188916062,Become a Digital Nomad - Build Websites and Work Remotely,Technology,Technology,USD,2016-12-30,1000.00,2016-11-30 15:55:02,6100.80,successful,95,US,343.00,6100.80,1000.00 +1188918811,Make the Holiday show happen!,Dance,Dance,USD,2013-11-10,250.00,2013-10-29 19:15:43,281.00,successful,14,US,281.00,281.00,250.00 +1188920396,Exploring The Core - Making Common Sense of Common Core,Apps,Technology,USD,2016-04-09,5000.00,2016-03-08 18:13:33,1916.00,failed,32,US,1916.00,1916.00,5000.00 +1188925048,The Ultimate Guide to Europe,Publishing,Publishing,GBP,2014-09-08,30000.00,2014-07-25 12:00:24,6192.00,failed,79,GB,10548.08,10051.30,48698.14 +1188927813,Cubroid - World’s Easiest Coding Block,Gadgets,Technology,USD,2017-11-01,10000.00,2017-09-12 08:00:54,86600.00,successful,189,US,3566.00,86600.00,10000.00 +"1188929771,""Data Boss: easily find all your data anytime, anywhere"",Software,Technology,USD,2018-01-28,500.00,2017-12-24 17:03:30,500.00,live,25,US,190.00,500.00,500.00" +1188930587,Mobile Cupcakes For All. Making Dessert the Main Course,Food Trucks,Food,USD,2017-07-24,5000.00,2017-05-25 18:56:31,974.00,failed,11,US,75.00,974.00,5000.00 +1188932615,Luwazo | Made for Adventure Premium Outdoor Tees & Gear,Fashion,Fashion,USD,2013-10-28,15000.00,2013-09-28 01:33:42,2385.00,failed,66,US,2385.00,2385.00,15000.00 +1188934810,Better Than Never,Music,Music,USD,2014-12-01,350.00,2014-11-10 20:33:36,550.00,successful,17,US,550.00,550.00,350.00 +"1188937839,""CarnalEvol Carnival/""""Depictions"""""",Photobooks,Photography,USD,2015-05-29,12000.00,2015-04-05 23:02:56,186.00,failed,3,US,186.00,186.00,12000.00" +1188939456,Project ArtGuitar® features Palehorse,Illustration,Art,USD,2016-10-31,3900.00,2016-09-26 23:55:55,3900.00,successful,1,US,0.00,3900.00,3900.00 +1188942627,Trick/Spades - Debut Album,Indie Rock,Music,AUD,2016-06-06,10000.00,2016-04-17 17:21:02,741.00,failed,4,AU,572.38,548.40,7400.83 +1188947100,Feudums,Video Games,Games,GBP,2016-05-28,50000.00,2016-04-28 14:20:54,812.00,failed,34,GB,1184.04,1171.90,72161.53 +1188956244,Student film: Just Fine,Shorts,Film & Video,USD,2010-11-16,800.00,2010-10-29 20:08:54,0.00,failed,0,US,0.00,0.00,800.00 +1188961034,LUNA PARK,Film & Video,Film & Video,USD,2012-08-18,4000.00,2012-07-24 13:30:01,450.00,failed,3,US,450.00,450.00,4000.00 +1188961862,SafeTyEEN Teen Driver Safety App,Apps,Technology,USD,2016-06-18,75000.00,2016-05-19 22:59:42,101.00,failed,4,US,101.00,101.00,75000.00 +1188967906,CuBowl - Pet Bowls That Won't Get Slimy!,Product Design,Design,CAD,2016-05-04,30000.00,2016-03-29 11:16:35,36148.20,successful,741,CA,27243.54,28067.55,23293.73 +1188978867,GODDESS | Designer Streetwear For All!,Fashion,Fashion,USD,2014-03-23,5000.00,2014-02-21 03:38:58,475.00,failed,13,US,475.00,475.00,5000.00 +"11889810,""The Edge Effect, Debut Album!!"",Pop,Music,USD,2013-01-01,14823.00,2012-11-02 21:59:37,14848.00,successful,110,US,14848.00,14848.00,14823.00" +1188981231,FASCINATION ANXIETY HAND CRAFTED JEWELRY AND ARTIFACTS,Jewelry,Fashion,USD,2016-04-29,10000.00,2016-03-29 19:10:20,10620.13,successful,127,US,10620.13,10620.13,10000.00 +1188995298,Tell The World,Nonfiction,Publishing,USD,2014-06-08,510.00,2014-04-29 02:44:17,342.00,failed,8,US,342.00,342.00,510.00 +1188999682,Josh Woodward: My Next CD!,Music,Music,USD,2012-07-12,1500.00,2012-06-12 19:11:49,3631.00,successful,131,US,3631.00,3631.00,1500.00 +1189000494,Pink Aprons - Healthy Lunches for Kids,Food,Food,USD,2014-07-10,4000.00,2014-06-10 15:01:05,401.00,failed,14,US,401.00,401.00,4000.00 +1189006752,Heaven's Basement,Horror,Film & Video,USD,2014-12-20,4000.00,2014-11-20 22:11:50,315.00,failed,3,US,315.00,315.00,4000.00 +1189011831,Touchy Feely,Tabletop Games,Games,USD,2015-04-25,35000.00,2015-03-26 13:49:43,5138.00,failed,85,US,5138.00,5138.00,35000.00 +1189015068,Launch Harpi,Ready-to-wear,Fashion,AUD,2015-01-07,7000.00,2014-11-08 05:04:28,95.00,failed,4,AU,81.38,77.36,5700.33 +1189019100,Hall Of Mirrors,Shorts,Film & Video,GBP,2015-11-30,2000.00,2015-11-02 21:01:05,4679.00,successful,65,GB,7222.70,7083.81,3027.92 +1189028971,Fear The Living RPG,Tabletop Games,Games,USD,2014-08-01,3600.00,2014-07-02 21:53:49,4014.01,successful,133,US,4014.01,4014.01,3600.00 +1189035145,Last Laughs Presents: K. Kids Talent Show Webisode,Webseries,Film & Video,USD,2012-11-09,500.00,2012-10-10 15:34:03,515.00,successful,11,US,515.00,515.00,500.00 +118904031,Convert Chicago Art Map into Off-the-Shelf Software,Software,Technology,USD,2011-01-09,3000.00,2010-12-10 18:20:42,225.00,failed,2,US,225.00,225.00,3000.00 +118904304,THE BREAKOUT,Video Games,Games,GBP,2014-05-12,49500.00,2014-04-02 15:38:00,20249.08,failed,987,GB,33737.61,34036.64,83204.46 +1189044616,Khula: I am a piece of art.,Fashion,Fashion,EUR,2016-03-09,46000.00,2016-02-08 10:41:01,3224.00,failed,21,NL,3597.75,3575.43,51014.18 +1189048754,VendScore,Web,Technology,USD,2016-04-26,15000.00,2016-04-01 14:09:59,15185.00,successful,42,US,15185.00,15185.00,15000.00 +1189062380,FSU Senior BA Showcase,Theater,Theater,USD,2012-04-14,1700.00,2012-03-21 00:20:35,1775.00,successful,75,US,1775.00,1775.00,1700.00 +1189076731,Marisela's New York Tribute (the album!),Rock,Music,USD,2012-05-09,10000.00,2012-04-09 16:29:03,10347.00,successful,39,US,10347.00,10347.00,10000.00 +1189079982,Pilot Season's here! Put THE TWO ESSENCES Pilot on Netflix!,Television,Film & Video,USD,2017-05-16,25000.00,2017-03-17 19:34:01,10211.00,failed,173,US,0.00,10211.00,25000.00 +1189082851,HandEnergy: Your Pocket Electricity Generator,Gadgets,Technology,EUR,2016-12-23,50000.00,2016-11-22 19:04:14,71333.00,successful,832,IE,12575.64,74514.78,52230.23 +1189086042,Journeys of Immigrants to The Land of Opportunity!,Documentary,Film & Video,USD,2012-09-07,16000.00,2012-08-07 10:26:39,5.00,failed,1,US,5.00,5.00,16000.00 +1189087456,Soft Kill - Album Number Two Recording Project,Music,Music,USD,2011-10-30,1500.00,2011-09-15 17:10:38,387.00,failed,9,US,387.00,387.00,1500.00 +1189089499,A Question of Taste,Theater,Theater,USD,2013-06-25,3000.00,2013-06-01 00:21:54,6466.00,successful,59,US,6466.00,6466.00,3000.00 +1189096047,EPIC LOVE,Film & Video,Film & Video,USD,2014-10-28,60000.00,2014-09-23 10:19:55,485.00,failed,7,US,485.00,485.00,60000.00 +1189102325,Date at a Funeral: ThesisProject,Shorts,Film & Video,USD,2010-09-15,5500.00,2010-07-29 08:57:14,71.00,failed,3,US,71.00,71.00,5500.00 +1189102789,Steam Punk Nutcracker (Canceled),Performance Art,Art,USD,2013-10-19,5000.00,2013-09-19 04:34:01,1835.00,canceled,52,US,1835.00,1835.00,5000.00 +118911710,the Colors of Monsoon Season (Canceled),Documentary,Film & Video,USD,2011-05-15,20000.00,2011-04-14 04:35:14,0.00,canceled,0,US,0.00,0.00,20000.00 +118914448,I am going to become a small business owner of a pizza shop,Restaurants,Food,USD,2014-06-05,32000.00,2014-05-15 19:49:31,10.00,failed,1,US,10.00,10.00,32000.00 +1189147189,The Binding of Tibalt,Digital Art,Art,USD,2014-11-27,1000.00,2014-11-07 20:09:38,3195.00,successful,61,US,3195.00,3195.00,1000.00 +11891541,The Buudlez: The Ornery Shark Plushies,Crafts,Crafts,USD,2016-08-16,8500.00,2016-06-17 14:25:13,2334.00,failed,29,US,2002.00,2334.00,8500.00 +1189157416,Pocket Apocalypse,Playing Cards,Games,USD,2017-11-28,5000.00,2017-10-14 20:00:09,637.00,failed,16,US,50.00,637.00,5000.00 +1189159852,Tymber - Wireless charger for Android and iPhone,Gadgets,Technology,USD,2014-08-15,15000.00,2014-07-15 02:27:15,249.00,failed,7,US,249.00,249.00,15000.00 +1189160450,Spencer Family Music Christmas Album,Music,Music,USD,2017-10-20,4500.00,2017-09-29 23:03:26,6440.00,successful,95,US,975.00,6440.00,4500.00 +1189162190,Escape Room Party : Zombie Invasion,Tabletop Games,Games,EUR,2017-03-12,1200.00,2017-01-31 07:19:07,0.00,failed,0,FR,0.00,0.00,1288.44 +1189173417,Buddy Bottle,Product Design,Design,USD,2015-09-13,25000.00,2015-08-12 16:22:31,1187.00,failed,15,US,1187.00,1187.00,25000.00 +1189177896,The dream notary,Fiction,Publishing,SEK,2016-04-01,25000.00,2016-03-02 15:36:00,500.00,failed,1,SE,58.39,61.85,3092.64 +1189186557,GMG CLOTHING: T-SHIRTS + BEANIES,Fashion,Fashion,GBP,2014-04-06,600.00,2014-03-07 20:28:37,20.00,failed,1,GB,33.43,33.46,1003.88 +"1189187332,""Double Glass Art using light and transparency, family art"",Mixed Media,Art,NZD,2015-03-05,12000.00,2015-02-03 21:37:47,0.00,failed,0,NZ,0.00,0.00,8994.15" +118918904,INNOVATIVE SHOWER APPLIANCE!,Design,Design,CAD,2015-06-04,120000.00,2015-04-30 05:31:47,379.00,failed,11,CA,313.00,303.20,96000.00 +"1189195029,""David Walsh, bowlmaker, Fine Wooden Bowls, Ltd. Edition #8"",Art,Art,USD,2014-06-15,100.00,2014-06-07 17:01:11,4723.00,successful,55,US,4723.00,4723.00,100.00" +1189195707,The Bach Well-Tempered Organ Project,Classical Music,Music,GBP,2016-04-14,4000.00,2016-03-15 17:03:05,540.00,failed,11,GB,776.74,765.74,5672.15 +1189201781,Light-Earth #2,Comic Books,Comics,USD,2016-04-15,3500.00,2016-03-15 04:56:13,11082.52,successful,151,US,11082.52,11082.52,3500.00 +1189201789,Personalised Engraved Coffee Glasses - Ideal unique gift!,Crafts,Crafts,GBP,2014-04-20,600.00,2014-03-21 19:38:16,113.00,failed,6,GB,186.88,189.94,1008.52 +"1189208121,""""""becoming AWAKENING"""" - documentary on a young filmmaker "",Documentary,Film & Video,USD,2011-04-22,12000.00,2011-03-21 07:12:33,0.00,failed,0,US,0.00,0.00,12000.00" +1189217230,DJI Phantom 1 & 2 Retractable Landing Gear,Flight,Technology,USD,2014-11-04,1500.00,2014-10-16 08:04:35,2707.00,successful,29,US,2707.00,2707.00,1500.00 +1189225620,UncaBret's Pulled Pork Food trailer,Food Trucks,Food,USD,2014-10-11,10000.00,2014-09-11 12:45:27,260.00,failed,5,US,260.00,260.00,10000.00 +118922722,WTF America?! Trump and Clinton Coloring Books,Illustration,Art,USD,2016-10-31,2500.00,2016-10-03 17:14:50,45.00,failed,1,US,45.00,45.00,2500.00 +1189243247,Max Storyman,Thrillers,Film & Video,CAD,2016-09-08,18000.00,2016-08-09 21:54:24,0.00,failed,0,CA,0.00,0.00,13892.10 +1189246853,Pink Feathers,Documentary,Film & Video,GBP,2017-08-30,2500.00,2017-07-31 23:13:00,2785.00,successful,48,GB,0.00,3605.46,3236.50 +118925089,Fondussimo,Food,Food,CAD,2017-11-10,75000.00,2017-10-11 21:19:47,7660.00,failed,64,CA,1069.62,6045.78,59194.95 +118925160,Elena's Handmade Sandals,Footwear,Fashion,USD,2015-03-20,3000.00,2015-02-19 00:01:29,191.00,failed,6,US,191.00,191.00,3000.00 +1189251889,ARK soccer graphic Tees and apparel,Fashion,Fashion,USD,2013-11-22,10000.00,2013-10-23 22:06:52,11925.00,successful,88,US,11925.00,11925.00,10000.00 +1189254082,Yonder Dynamics: UC San Diego Student-Built Mars Rover,Space Exploration,Technology,USD,2018-01-01,5000.00,2017-11-27 21:25:15,7900.77,successful,83,US,1577.77,7900.77,5000.00 +1189254155,RoboRun,Mobile Games,Games,CAD,2015-07-10,200.00,2015-06-10 18:48:26,93.00,failed,12,CA,74.95,73.19,157.41 +118926261,Freedom IN Dependence Conservative - Comedy - Satire,Narrative Film,Film & Video,USD,2014-05-01,250000.00,2014-04-01 06:04:32,700.00,failed,6,US,700.00,700.00,250000.00 +1189262895,Speed Squares,Playing Cards,Games,USD,2017-05-14,2500.00,2017-04-14 00:30:18,747.00,failed,25,US,80.00,747.00,2500.00 +1189265209,SONDER,Mixed Media,Art,AUD,2016-06-19,1000.00,2016-05-20 05:34:38,1002.00,successful,30,AU,730.00,743.65,742.17 +1189266327,SpaceUp NZ - a space unconference,Technology,Technology,NZD,2013-12-13,4000.00,2013-11-13 06:21:02,547.00,failed,15,NZ,450.18,449.87,3289.74 +1189266495,When Men Become Truly Free (Canceled),Shorts,Film & Video,USD,2011-05-14,10000.00,2011-03-30 16:21:36,0.00,canceled,0,US,0.00,0.00,10000.00 +1189279371,Anatomica di Revolutis,Sculpture,Art,USD,2012-12-24,500.00,2012-11-13 07:38:05,36708.01,successful,197,US,36708.01,36708.01,500.00 +1189282755,The Power Reserve - Leyden Watches (Canceled),Product Design,Design,EUR,2016-03-20,60000.00,2016-02-19 08:42:33,16013.00,canceled,53,NL,17837.17,17860.89,66923.95 +1189283927,Relaunch of Just Married a Novel by Rose Withering,Fiction,Publishing,USD,2014-09-27,500.00,2014-08-28 01:47:31,75.00,failed,2,US,75.00,75.00,500.00 +"1189285857,""""""I'm The Legendary Dragon Slayer"""" T-SHIRT"",Apparel,Fashion,GBP,2016-08-07,500.00,2016-07-08 18:16:54,50.00,failed,2,GB,32.35,64.83,648.34" +1189287746,Off Broadway Play- 'Oedipus after Colonus',Theater,Theater,USD,2010-09-01,5000.00,2010-06-29 19:08:35,6861.69,successful,54,US,6861.69,6861.69,5000.00 +1189289935,GadaBag: The Best Dog-Walking Kit Ever,Product Design,Design,AUD,2017-07-06,25000.00,2017-06-06 06:03:25,3003.00,canceled,45,AU,397.79,2283.82,19012.85 +1189290474,Creations Book - Based On Minecraft,Video Games,Games,AUD,2015-09-04,1000.00,2015-07-27 23:43:21,166.00,failed,5,AU,120.89,115.93,698.37 +"1189293762,""Printmaking Residency in Venice, Italy"",Art,Art,USD,2014-08-31,4000.00,2014-08-01 17:23:46,4648.00,successful,46,US,4648.00,4648.00,4000.00" +1189300920,JayKay -The longboard truck with invisible drive and control,Technology,Technology,EUR,2017-07-14,50000.00,2017-06-14 09:22:06,28318.00,failed,34,DE,3053.61,32325.01,57075.02 +1189303538,Our Fathers (art of heaven),Painting,Art,USD,2013-02-01,2000.00,2012-12-28 02:11:00,4371.00,successful,33,US,4371.00,4371.00,2000.00 +1189309507,Decaf USB Smart LCD / Sensor / Control Platform for IoT,DIY Electronics,Technology,CAD,2017-07-16,76000.00,2017-06-16 20:31:14,462.00,canceled,4,CA,96.66,366.78,60336.61 +1189309837,Girl Scouts: Create with the Arts,Art,Art,USD,2011-11-17,165.00,2011-11-01 23:31:06,178.00,successful,10,US,178.00,178.00,165.00 +1189322811,New NES & SNES Game: Sydney Hunter and the Caverns of Death,Video Games,Games,USD,2015-05-30,10000.00,2015-03-31 18:32:49,39252.00,successful,406,US,39252.00,39252.00,10000.00 +1189326442,The Permaculture Student 1,Academic,Publishing,USD,2015-03-05,9100.00,2015-02-03 19:39:20,27177.00,successful,468,US,27177.00,27177.00,9100.00 +"118932820,""""""'Twas the Night..."""" An afternoon of a cappella music"",Music,Music,USD,2015-12-12,250.00,2015-11-20 23:20:23,470.00,successful,9,US,470.00,470.00,250.00" +1189331044,Mystery Night App - Murder Mystery Party Games Made Easy,Live Games,Games,USD,2016-10-19,3000.00,2016-09-22 15:54:15,3857.00,successful,107,US,265.00,3857.00,3000.00 +1189336800,Swingset Showdown's Debut Album,Music,Music,USD,2012-08-02,2330.00,2012-07-03 19:28:22,3365.00,successful,57,US,3365.00,3365.00,2330.00 +1189339896,Great Debater,Live Games,Games,CAD,2015-07-01,5000.00,2015-06-01 21:59:40,0.00,failed,0,CA,0.00,0.00,3973.93 +"1189346558,""""""Psalm 91"""" Music Video"",Music Videos,Film & Video,USD,2015-02-28,12000.00,2015-01-16 13:02:34,3706.00,failed,12,US,3706.00,3706.00,12000.00" +1189356194,Send Emma to art school,Art,Art,GBP,2015-03-04,6000.00,2015-02-02 22:59:34,328.00,failed,5,GB,493.97,498.04,9110.51 +1189366315,Boris Blank 'Electrified',Electronic Music,Music,GBP,2014-06-24,50000.00,2014-05-25 22:06:30,62147.00,successful,696,GB,104602.92,105852.40,85162.92 +1189366909,Let's take People Like Us on the road!,Film & Video,Film & Video,USD,2010-11-25,1000.00,2010-10-26 06:55:13,1395.00,successful,23,US,1395.00,1395.00,1000.00 +"1189367704,""'CIVIL GHOST', Charles Cain's debut record, NOT about ghosts"",Indie Rock,Music,USD,2011-08-03,3500.00,2011-07-04 12:45:13,4423.20,successful,105,US,4423.20,4423.20,3500.00" +1189372486,Tellme,Documentary,Film & Video,USD,2017-07-22,40000.00,2017-05-23 08:38:48,2.00,failed,2,US,0.00,2.00,40000.00 +1189379843,Golems 'n' Guns,Video Games,Games,SEK,2015-11-01,250000.00,2015-10-02 13:28:55,1800.00,failed,4,SE,214.87,208.39,28943.22 +1189383243,Solar Wi-Fi Mosquito Flea Tick and Insect Misting System,Gadgets,Technology,USD,2016-11-04,91000.00,2016-10-05 15:48:04,986.00,failed,4,US,654.00,986.00,91000.00 +1189383713,Reaction Roma – An open door for urban creativity,Video Art,Art,EUR,2016-08-09,20000.00,2016-06-10 19:47:27,341.00,failed,11,IT,388.04,380.49,22315.95 +1189389464,Universal Electronic Medical Record Integration,Software,Technology,USD,2017-05-17,66400.00,2017-03-18 19:47:02,327.00,failed,4,US,76.00,327.00,66400.00 +118939049,Robotiky: Make coding into child's play,Technology,Technology,GBP,2014-04-09,25000.00,2014-03-10 18:58:58,25500.00,successful,241,GB,42625.03,42664.97,41828.40 +"1189393730,""Things to do before you're boring, old, or dead."",Film & Video,Film & Video,GBP,2013-07-25,10000.00,2013-06-25 17:43:41,20.00,failed,2,GB,30.77,30.80,15399.78" +1189393755,DETROPIA - We're Releasing our Doc Independently,Documentary,Film & Video,USD,2012-06-28,60000.00,2012-05-29 13:39:24,71262.82,successful,886,US,71262.82,71262.82,60000.00 +1189397137,Qiva's 41 Flavors of Cotton Candy,Food,Food,USD,2014-04-20,800.00,2014-03-21 22:32:00,25.00,failed,1,US,25.00,25.00,800.00 +"1189403356,""Quebec? Que Sera, Sera! (Suspended)"",Fiction,Publishing,USD,2011-08-28,500.00,2011-07-14 05:36:05,0.00,suspended,0,US,0.00,0.00,500.00" +1189417142,The Mysterious Murder of Angston Levi III,Musical,Theater,USD,2017-04-18,2000.00,2017-03-18 17:05:59,2106.00,successful,53,US,25.00,2106.00,2000.00 +1189418722,Red Blue Mobile Game,Mobile Games,Games,USD,2014-08-22,500.00,2014-08-02 17:41:58,0.00,failed,0,US,0.00,0.00,500.00 +1189430136,The SPDR Golf Net,Product Design,Design,USD,2014-06-15,40000.00,2014-04-16 19:01:03,815.00,failed,5,US,815.00,815.00,40000.00 +1189436356,Talennet,Web,Journalism,EUR,2014-10-03,20000.00,2014-09-06 00:01:08,0.00,failed,0,NL,0.00,0.00,25232.14 +118944129,Collision,Shorts,Film & Video,USD,2014-02-19,2500.00,2014-01-20 17:00:52,2530.00,successful,18,US,2530.00,2530.00,2500.00 +1189442021,REGULARS - a film about women in trouble,Narrative Film,Film & Video,USD,2011-07-01,2000.00,2011-06-11 06:20:39,0.00,failed,0,US,0.00,0.00,2000.00 +118944848,The Audacity of Louis Ortiz,Documentary,Film & Video,USD,2012-03-14,25000.00,2012-02-16 19:40:31,27013.50,successful,751,US,27013.50,27013.50,25000.00 +1189449006,The Home Fires debut album,Country & Folk,Music,GBP,2013-02-14,3500.00,2013-01-10 15:23:07,3560.69,successful,77,GB,5712.34,5514.46,5420.47 +1189451341,ANTI:theClothingMovement Summer Line Launch,Fashion,Fashion,USD,2011-05-31,4999.99,2011-04-16 10:50:31,0.00,failed,0,US,0.00,0.00,4999.99 +"1189457039,""KRAZY RACE New Album """"The International Project"""""",Hip-Hop,Music,USD,2012-07-21,1500.00,2012-06-12 00:22:54,2234.13,successful,52,US,2234.13,2234.13,1500.00" +1189459447,Inflatable Hammock 3 in 1 Premium by Matika,Technology,Technology,CAD,2017-06-30,5000.00,2017-05-11 16:56:22,447.00,failed,5,CA,394.60,345.01,3859.22 +1189466354,On The Road: Exploring American Fairytales,People,Photography,USD,2017-01-14,3000.00,2016-12-15 13:32:07,3011.00,successful,28,US,0.00,3011.00,3000.00 +1189468597,Sprouts Technology: STEM After School Program,Technology,Technology,USD,2015-02-04,60000.00,2015-01-05 18:35:10,2.00,failed,2,US,2.00,2.00,60000.00 +1189470430,The Warrior Within: Hero's Rise,Fiction,Publishing,USD,2012-12-07,10000.00,2012-11-07 12:54:48,35.00,failed,1,US,35.00,35.00,10000.00 +1189471598,Skyletter,Publishing,Publishing,USD,2014-08-17,5000.00,2014-07-19 10:53:38,251.00,failed,7,US,251.00,251.00,5000.00 +1189473009,The SLUG - Portable keychain that saves streaming audio.,Technology,Technology,USD,2011-12-24,10000.00,2011-11-19 02:52:00,16243.17,successful,401,US,16243.17,16243.17,10000.00 +118947882,PROBIO-GRO- Eco-friendly soil enhancer for organic growing,Farms,Food,USD,2014-10-20,9000.00,2014-09-05 22:13:43,1.00,canceled,1,US,1.00,1.00,9000.00 +1189478966,3D Preservation of a National Treasure,Architecture,Design,USD,2014-06-01,15000.00,2014-05-09 21:18:06,15742.00,successful,121,US,15742.00,15742.00,15000.00 +1189481511,Open an account with Broken Bank,Fashion,Fashion,USD,2012-11-05,4276.00,2012-10-15 10:51:32,215.00,failed,2,US,215.00,215.00,4276.00 +1189485093,Ancestral Women: Elders from Wisconsin's 12 Tribes,Textiles,Art,USD,2016-08-16,9500.00,2016-07-17 16:00:55,10125.00,successful,81,US,755.00,10125.00,9500.00 +1189491095,Isakisses Crochet,Crafts,Crafts,USD,2014-02-06,750.00,2014-01-07 22:37:33,86.00,failed,3,US,86.00,86.00,750.00 +1189492245,Ariana Veronique's World,Pop,Music,USD,2015-01-10,5000.00,2014-12-11 02:51:35,1.00,failed,1,US,1.00,1.00,5000.00 +1189494916,ChipWhisperer-Lite: A New Era of Hardware Security Research,DIY Electronics,Technology,CAD,2015-03-29,50000.00,2015-02-27 17:53:59,88535.00,successful,331,CA,71182.66,70021.35,39544.45 +1189497064,Teaching English in China and Documenting My Experience,Video,Journalism,USD,2014-10-30,2000.00,2014-09-30 20:16:15,2.00,failed,2,US,2.00,2.00,2000.00 +1189509386,Chameleon Charm: Issue 1,Comics,Comics,USD,2013-10-18,500.00,2013-09-18 22:31:06,1480.00,successful,60,US,1480.00,1480.00,500.00 +1189514792,Wiggle Kit - A New Instrument For Singers,Sound,Technology,EUR,2017-12-08,15000.00,2017-11-08 16:20:40,18889.75,successful,190,NL,518.86,22180.44,17613.08 +1189520420,Love Jones Girlz - Addicted to Lipgloss - Debut Album,Pop,Music,USD,2014-02-22,2500.00,2014-01-28 00:25:51,3796.00,successful,18,US,3796.00,3796.00,2500.00 +1189523052,AMS-Automated marine services,Robots,Technology,USD,2016-01-31,12500.00,2015-12-15 18:52:41,408.00,failed,1,US,408.00,408.00,12500.00 +"1189524258,""""""MIND CONTROL"""" // Official Music Video // THE KERNAL"",Music,Music,USD,2011-07-14,5000.00,2011-06-14 18:56:41,5110.00,successful,65,US,5110.00,5110.00,5000.00" +1189532503,Heart of Faith,Film & Video,Film & Video,USD,2013-09-28,8000.00,2013-08-29 18:23:56,8037.91,successful,74,US,8037.91,8037.91,8000.00 +"1189548589,""JACK THE RIPPER - The """"lost"""" BlackLips horror film"",Narrative Film,Film & Video,USD,2012-10-13,3666.00,2012-09-13 12:59:46,3727.01,successful,137,US,3727.01,3727.01,3666.00" +1189560356,WhittleCNC - High Quality - Affordable - Desktop Router,Technology,Technology,USD,2015-10-17,10000.00,2015-09-17 19:05:28,42352.00,successful,138,US,42352.00,42352.00,10000.00 +1189562716,Safari Stan the Quest for Knowledge,Film & Video,Film & Video,USD,2013-07-13,60000.00,2013-06-13 01:28:20,0.00,failed,0,US,0.00,0.00,60000.00 +1189570642,Drops of Hope Documentary Project,Documentary,Film & Video,USD,2011-02-13,8500.00,2011-01-14 18:03:57,8550.00,successful,34,US,8550.00,8550.00,8500.00 +118957595,Livestream Talkback Pirate Radio,Live Games,Games,AUD,2014-11-16,50000.00,2014-10-17 06:41:36,0.00,failed,0,AU,0.00,0.00,43565.39 +1189580272,Villain Clans card game,Playing Cards,Games,GBP,2017-06-24,800.00,2017-05-25 21:22:37,298.00,failed,7,GB,0.00,386.75,1038.25 +118958580,The Sun & The Moon Dragons by Kerem Beyit,Tabletop Games,Games,USD,2014-11-07,2000.00,2014-10-22 18:42:59,5782.00,successful,485,US,5782.00,5782.00,2000.00 +1189599229,Speak,Shorts,Film & Video,USD,2012-02-22,1500.00,2012-01-28 04:41:40,2000.00,successful,35,US,2000.00,2000.00,1500.00 +"1189607748,""Dü-KO™ - Like Sudoku, but Funner! (Canceled)"",Tabletop Games,Games,USD,2011-07-21,35000.00,2011-06-21 15:28:21,0.00,canceled,0,US,0.00,0.00,35000.00" +1189611042,Haunted or Hoax,Webseries,Film & Video,AUD,2016-01-20,30000.00,2015-12-21 21:44:02,35107.33,successful,385,AU,25189.30,24671.35,21082.22 +1189611918,Cup of Concrete,Crafts,Crafts,AUD,2017-10-27,15000.00,2017-09-27 12:46:41,7.00,failed,3,AU,0.00,5.35,11455.63 +1189617146,S.O.S..Save Our Screen...from going dark,Film & Video,Film & Video,USD,2013-04-08,92500.00,2013-02-22 23:31:00,111275.00,successful,739,US,111275.00,111275.00,92500.00 +1189628193,Bracelets by Oxlahun Jewels,Jewelry,Fashion,EUR,2017-02-12,4000.00,2017-01-13 00:15:23,1170.00,canceled,13,NL,263.76,1246.05,4259.99 +1189633765,[SCREENFED] Poster Campaign,Digital Art,Art,USD,2017-08-26,56000.00,2017-08-17 03:25:19,0.00,failed,0,US,0.00,0.00,56000.00 +"1189637889,""""""Natural Born Hooker"""""",Theater,Theater,USD,2012-04-24,25000.00,2012-03-14 19:05:44,2621.00,undefined,0,""N,0"""""",,2621.00,25000.00" +1189640681,Tsunami Surf Watch California T-shirt Awareness Project,Mixed Media,Art,USD,2014-03-02,4000.00,2014-01-31 06:07:10,182.00,failed,6,US,182.00,182.00,4000.00 +1189641086,Last Stop,Drama,Film & Video,USD,2014-08-21,50000.00,2014-07-22 00:17:06,0.00,failed,0,US,0.00,0.00,50000.00 +"1189655069,""SNEAK PEEK of Episode 1: """"April O'Neil Needs Dating Advice"""""",Comedy,Film & Video,USD,2014-08-15,3700.00,2014-07-24 06:07:47,4230.00,successful,81,US,4230.00,4230.00,3700.00" +1189659809,Grail Gas Master 2000,Technology,Technology,USD,2017-01-08,100000.00,2016-12-09 00:21:18,0.00,failed,0,US,0.00,0.00,100000.00 +11896629,Timefulness & the What-What Box,Design,Design,USD,2017-09-18,5000.00,2017-08-19 05:50:23,0.00,canceled,0,US,0.00,0.00,5000.00 +1189668013,Love Your Body Calendar,People,Photography,USD,2016-08-02,2500.00,2016-06-03 23:48:42,15.00,failed,1,US,0.00,15.00,2500.00 +1189668156,An International Approach to Sustainability,Academic,Publishing,USD,2016-12-11,20000.00,2016-11-11 17:37:43,0.00,failed,0,US,0.00,0.00,20000.00 +118967150,Neolin's Puzzle,Product Design,Design,USD,2014-03-01,10000.00,2014-01-30 23:13:06,50.00,failed,1,US,50.00,50.00,10000.00 +1189675883,8 Bit Animated Street Art,Conceptual Art,Art,USD,2013-05-15,2500.00,2013-04-06 05:34:11,205.00,failed,7,US,205.00,205.00,2500.00 +1189687510,MOOF: Double Naught Spy Car & friends CD!,Indie Rock,Music,USD,2017-01-28,2999.00,2017-01-03 20:42:54,3620.00,successful,91,US,362.00,3620.00,2999.00 +1189693917,The Highest Quality Underwear Built to Suit a Woman's Needs.,Apparel,Fashion,USD,2016-02-09,10000.00,2016-01-05 02:30:59,10341.00,successful,113,US,10341.00,10341.00,10000.00 +"1189695271,""Becoming Rainbow: A Music, Art & Virtual Reality Experience"",Electronic Music,Music,USD,2016-12-13,500.00,2016-11-18 03:37:26,641.00,successful,30,US,30.00,641.00,500.00" +1189699706,Technology Influenced Musical Experience,Music,Music,USD,2017-12-31,7949.00,2017-11-05 12:04:23,0.00,failed,0,US,0.00,0.00,7949.00 +"1189716112,""Dean's war - More strategy, more fun, Original CCG PVP game"",Games,Games,EUR,2017-07-19,2000.00,2017-05-20 21:24:42,10.00,failed,1,FR,0.00,11.64,2328.40" +1189726166,FACTS - The documentary about the first Belgian comic con.,Documentary,Film & Video,EUR,2016-04-01,5000.00,2016-03-15 16:12:02,110.00,canceled,2,BE,122.71,125.75,5715.98 +"1189729801,""April, Texas: A New Record by Wartime Blues"",Indie Rock,Music,USD,2013-12-21,5500.00,2013-11-21 21:43:22,5843.00,successful,83,US,5843.00,5843.00,5500.00" +1189732272,Red Knight,Comics,Comics,USD,2011-09-01,900.00,2011-07-28 16:17:08,497.00,failed,30,US,497.00,497.00,900.00 +1189744309,CaroeDesign Card,Stationery,Crafts,CAD,2015-11-11,3000.00,2015-10-27 20:57:05,0.00,failed,0,CA,0.00,0.00,2254.79 +1189746290,Anufit- Online Fitness and Nutrition Coaching Program,Publishing,Publishing,USD,2014-07-24,1610.00,2014-07-09 17:30:26,0.00,failed,0,US,0.00,0.00,1610.00 +1189754760,Alaska Dance Theatre - Qug'yuk: The Swan,Dance,Dance,USD,2011-01-06,2500.00,2010-12-07 06:51:51,100.00,failed,1,US,100.00,100.00,2500.00 +"1189758462,""Vesperian Sorrow """"Stormwinds of Ages"""" Release!"",Rock,Music,USD,2012-03-03,2000.00,2012-02-02 21:03:56,2840.00,successful,33,US,2840.00,2840.00,2000.00" +1189758989,Untitled (Canceled),Film & Video,Film & Video,USD,2011-01-13,200000.00,2010-11-07 00:21:57,0.00,canceled,0,US,0.00,0.00,200000.00 +1189763447,The Making Room,Dance,Dance,USD,2017-12-04,8000.00,2017-11-02 10:51:38,8141.00,successful,92,US,827.00,8141.00,8000.00 +"1189777467,""fire island, AK """"THE JESTER AS VICTIM"""" 12"""" vinyl LP"",Electronic Music,Music,USD,2011-08-30,5000.00,2011-07-01 01:14:25,140.00,failed,3,US,140.00,140.00,5000.00" +1189779622,Auraspark,Video Games,Games,USD,2014-09-12,900000.00,2014-08-10 18:00:06,589.00,failed,9,US,589.00,589.00,900000.00 +1189786888,THE BRUTES!,Theater,Theater,USD,2017-10-08,3000.00,2017-09-08 18:54:10,3225.00,successful,43,US,360.00,3225.00,3000.00 +1189789371,Wavegrinder: An innovative new surfboard fin for shortboards,Technology,Technology,USD,2013-06-10,32000.00,2013-05-04 01:27:26,1384.00,failed,20,US,1384.00,1384.00,32000.00 +1189791489,A New way to purchase Nail Polish from LBK,Ready-to-wear,Fashion,USD,2018-01-06,200000.00,2017-12-07 21:46:08,0.00,live,0,US,0.00,0.00,200000.00 +1189792981,Girl Crazy - An All New Comedy Series,Webseries,Film & Video,USD,2011-10-01,3000.00,2011-08-08 05:10:54,3638.88,successful,95,US,3638.88,3638.88,3000.00 +1189800927,The Neckwear of Kings,Fashion,Fashion,USD,2013-01-28,2000.00,2012-11-29 00:59:25,50.00,failed,1,US,50.00,50.00,2000.00 +1189803429,Hobbs Goblin: Children's Adventure Series,Illustration,Art,USD,2014-06-19,1500.00,2014-05-20 19:02:07,5.00,failed,1,US,5.00,5.00,1500.00 +1189808277,Quarter Coin Rings,Jewelry,Fashion,USD,2015-01-02,500.00,2014-12-03 02:21:47,18786.00,successful,463,US,18786.00,18786.00,500.00 +118980882,SWEET letterpress & design,Design,Design,USD,2012-12-08,10000.00,2012-11-05 22:00:57,10696.00,successful,132,US,10696.00,10696.00,10000.00 +1189812094,FLASH,Shorts,Film & Video,USD,2012-02-21,15000.00,2012-01-22 10:09:47,1.00,failed,1,US,1.00,1.00,15000.00 +1189822542,Korean Made Simple: A beginner's guide to Korean,Publishing,Publishing,USD,2014-03-13,3000.00,2014-02-11 18:48:38,7455.05,successful,257,US,7455.05,7455.05,3000.00 +1189826968,Carrot Cafe! | Visual Novel | Dating Sim,Video Games,Games,CAD,2017-11-17,6500.00,2017-10-18 07:33:24,14439.00,successful,297,CA,1803.42,11314.06,5093.25 +118982762,Turning dreams into PreEarther the graphic novel,Comics,Comics,USD,2012-07-13,10000.00,2012-06-13 02:58:38,225.00,failed,3,US,225.00,225.00,10000.00 +1189834487,BOLT | World's first IoT platform with Machine Learning,DIY Electronics,Technology,USD,2017-12-09,10000.00,2017-11-03 14:13:28,48420.00,successful,1008,US,17341.00,48420.00,10000.00 +1189835866,Glassland 2016,Narrative Film,Film & Video,GBP,2016-03-15,1000.00,2016-01-30 21:15:30,1015.69,successful,9,GB,1458.95,1471.44,1448.71 +1189840092,Dragon Trio,Comics,Comics,USD,2013-04-12,500.00,2013-02-15 19:56:47,61.00,failed,4,US,61.00,61.00,500.00 +"1189840846,""Crowd Curated Concerts - Harrisonburg, VA"",Music,Music,USD,2017-04-10,935.00,2017-03-02 15:24:29,121.00,failed,4,US,0.00,121.00,935.00" +1189843312,Peach State Project - Newcomer Dance Team Debut,Dance,Dance,USD,2013-02-16,1500.00,2013-02-05 21:34:25,40.00,failed,2,US,40.00,40.00,1500.00 +1189850354,Change the Future Help the next Generation to grow up right.,Web,Technology,EUR,2017-01-29,20000.00,2016-12-16 15:52:01,10.00,canceled,1,DE,10.51,10.74,21482.05 +1189870114,The Rockstars: TV Pilot,Documentary,Film & Video,USD,2011-08-02,12000.00,2011-06-15 14:11:51,1090.00,failed,29,US,1090.00,1090.00,12000.00 +1189873517,Beyond Heaven,Nonfiction,Publishing,USD,2017-01-29,2855.00,2016-12-30 00:08:55,21.00,canceled,2,US,21.00,21.00,2855.00 +"1189875123,""Educational and character building, funny board game"",Tabletop Games,Games,GBP,2017-07-22,20000.00,2017-06-22 20:52:13,3.00,failed,3,GB,8.84,3.93,26190.01" +1189882100,Hot Mess - The Webseries,Webseries,Film & Video,USD,2010-10-02,4500.00,2010-08-01 08:39:09,5512.00,successful,83,US,5512.00,5512.00,4500.00 +1189883511,Sensory City and Trampoline City,Interactive Design,Design,USD,2016-06-09,10000.00,2016-05-10 22:41:57,25.00,failed,1,US,25.00,25.00,10000.00 +118988746,Readited Writing Innovators Tools,Fiction,Publishing,USD,2014-11-06,10000.00,2014-10-07 02:08:05,20.00,failed,2,US,20.00,20.00,10000.00 +1189887662,Changed February to Febuary.,Print,Journalism,USD,2015-03-21,5000.00,2015-02-19 20:30:47,0.00,failed,0,US,0.00,0.00,5000.00 +1189893216,Age of Lords: Lost Continent NEW BOOK!,Fiction,Publishing,USD,2012-08-04,1200.00,2012-07-05 23:00:26,1497.00,successful,26,US,1497.00,1497.00,1200.00 +1189894755,The Paca Dryer Project,Technology,Technology,USD,2014-03-23,2500.00,2014-02-21 15:08:12,1084.00,failed,29,US,1084.00,1084.00,2500.00 +1189895949,Deaumar Ensign: The Watch For The Boardroom Or The Big Blue,Product Design,Design,GBP,2016-03-17,79999.00,2016-02-16 17:44:37,7445.00,canceled,46,GB,10810.82,10785.63,115895.23 +1189906886,iPhone & Apple Watch Steel Dock (Canceled),Gadgets,Technology,USD,2015-05-17,3000.00,2015-04-17 16:42:15,0.00,canceled,0,US,0.00,0.00,3000.00 +"1189906896,Patrick's DJ Debut Album,Music,Music,USD,2015-02-01,3000.00,2014-12-03 01:27:44,3000.00,undefined,0,""N,0"""""",,3000.00,3000.00" +1189908341,Scienverse: Virtual Reality World,Technology,Technology,EUR,2015-11-23,100000.00,2015-10-09 22:30:33,2423.00,failed,31,NL,2726.79,2563.53,105799.95 +1189912661,Building a permanent dye kitchen,DIY,Crafts,USD,2016-08-08,1200.00,2016-07-09 00:10:03,1824.00,successful,64,US,442.00,1824.00,1200.00 +1189920892,Foodklick,Apps,Technology,EUR,2015-10-29,1000.00,2015-09-29 19:08:44,0.00,failed,0,NL,0.00,0.00,1101.70 +1189922834,BEYOND VENGEANCE: A novel set in a British new town,Fiction,Publishing,GBP,2015-10-14,300.00,2015-09-14 16:48:05,1.00,suspended,1,GB,1.54,1.54,463.29 +11899406,LoveDecks,Tabletop Games,Games,USD,2012-11-30,2250.00,2012-10-21 22:30:29,249.00,failed,9,US,249.00,249.00,2250.00 +1189945956,City of the Shroud: Tactical RPG With Community-Driven Story,Video Games,Games,USD,2016-03-03,45000.00,2016-02-02 18:00:12,11324.00,canceled,242,US,11324.00,11324.00,45000.00 +1189946948,Get Adler: Whispers,Tabletop Games,Games,CAD,2016-04-06,500.00,2016-03-07 14:06:30,2196.00,successful,116,CA,1649.21,1679.16,382.32 +1189950549,Northwest Timelapse Project: A Short Film,Film & Video,Film & Video,USD,2016-05-01,10000.00,2016-04-01 02:12:46,4218.00,failed,67,US,4218.00,4218.00,10000.00 +1189953560,TheAfroKingdom,Video Games,Games,GBP,2017-02-12,16000.00,2017-01-13 18:54:52,1366.68,failed,12,GB,268.54,1697.99,19878.74 +11899666,Flying Turds,Mobile Games,Games,GBP,2014-08-07,1000.00,2014-07-08 17:35:17,1.00,failed,1,GB,1.71,1.68,1680.42 +1189968885,INFINITY BABES Debut Album,Electronic Music,Music,USD,2014-10-16,1000.00,2014-09-18 07:21:59,1320.00,successful,39,US,1320.00,1320.00,1000.00 +"1189970191,""Michael Schultz, Non-Traditional Art Student Fall Tuition"",Art,Art,USD,2015-09-18,3000.00,2015-08-19 02:41:21,3610.00,successful,20,US,3610.00,3610.00,3000.00" +1189972518,Hanging Secrets,Design,Design,USD,2015-12-16,24000.00,2015-11-16 23:59:06,2647.00,failed,29,US,2647.00,2647.00,24000.00 +1189983276,Thrive : Art Classes for Kids on your iPad/Laptop,Art,Art,USD,2013-01-07,30000.00,2012-12-06 01:32:24,30702.00,successful,236,US,30702.00,30702.00,30000.00 +1189986332,Site so businesses can offer deals to community - Let's Go!,Web,Technology,USD,2016-02-10,25000.00,2016-01-11 20:30:11,0.00,canceled,0,US,0.00,0.00,25000.00 +"1189992456,""MATCHA BAR + FRESH & HEALTHY FOOD DRIVE THRU CC,TX"",Restaurants,Food,USD,2016-04-20,5000.00,2016-03-21 19:42:49,605.00,failed,12,US,605.00,605.00,5000.00" +1189997230,MORTAL,Documentary,Film & Video,USD,2015-07-24,15000.00,2015-06-24 18:48:35,3031.00,failed,17,US,3031.00,3031.00,15000.00 +1190001731,Given Away For Love,Documentary,Film & Video,USD,2012-11-23,1400.00,2012-10-08 21:33:49,1491.69,successful,26,US,1491.69,1491.69,1400.00 +1190002650,Street Fighting Man (Working Title) (Canceled),Documentary,Film & Video,USD,2010-08-22,6500.00,2010-07-07 20:38:55,0.00,canceled,0,US,0.00,0.00,6500.00 +1190011873,OR7 - THE JOURNEY,Documentary,Film & Video,USD,2013-12-27,35000.00,2013-11-27 01:45:13,2828.00,failed,53,US,2828.00,2828.00,35000.00 +1190012479,Slim Wray's New EP,Rock,Music,USD,2015-02-06,3500.00,2015-01-12 21:10:45,3592.00,successful,49,US,3592.00,3592.00,3500.00 +1190027167,Starship Moonhawk: The Death of Perseus Audiobook (Canceled),Fiction,Publishing,USD,2015-05-05,500.00,2015-03-06 10:42:16,0.00,canceled,0,US,0.00,0.00,500.00 +119003816,Operation Interactive: Bring Our Purple Santa Suit to Life!,Children's Books,Publishing,USD,2014-09-17,2000.00,2014-08-27 20:27:24,335.00,failed,9,US,335.00,335.00,2000.00 +1190041456,The Time Machine: A capsule kit.,DIY,Crafts,GBP,2015-02-25,3500.00,2015-01-23 10:41:21,17.00,failed,3,GB,25.74,26.25,5405.32 +"1190043525,""Wood Built, Handmade Plywood Bicycles"",Product Design,Design,USD,2014-11-18,11000.00,2014-09-19 00:42:22,241.00,failed,7,US,241.00,241.00,11000.00" +1190048835,A Revolutionary Women's Dive Watch Designed by Women Divers,Product Design,Design,USD,2014-12-25,63000.00,2014-11-18 09:30:54,66001.00,successful,258,US,66001.00,66001.00,63000.00 +1190062794,Low & Slow BBQ,Restaurants,Food,USD,2015-10-12,60000.00,2015-09-12 23:26:42,0.00,failed,0,US,0.00,0.00,60000.00 +119006838,The Madam Mystique Project,Comics,Comics,USD,2012-05-28,1200.00,2012-04-21 04:42:11,477.01,failed,25,US,477.01,477.01,1200.00 +"1190071572,""Post Tenebras Lux (after darkness, light)"",Graphic Novels,Comics,USD,2016-11-16,3000.00,2016-10-31 20:33:12,3404.00,successful,103,US,42.00,3404.00,3000.00" +1190074668,Fresh Fashion: Ethical Athleisure Made in Brooklyn,Apparel,Fashion,USD,2016-08-31,5000.00,2016-08-03 17:33:02,5878.00,successful,33,US,2496.00,5878.00,5000.00 +1190079867,West Coast Manga Presents Omega!,Graphic Novels,Comics,USD,2016-02-06,2000.00,2016-01-07 18:46:56,91.00,failed,7,US,91.00,91.00,2000.00 +1190097604,Build a Band for the Beatles,Classical Music,Music,USD,2013-03-23,5000.00,2013-03-12 00:19:46,5064.00,successful,66,US,5064.00,5064.00,5000.00 +1190098796,DistorteD,Shorts,Film & Video,USD,2011-04-11,3700.37,2011-03-11 16:25:45,0.00,failed,0,US,0.00,0.00,3700.37 +1190099483,My Album Recording,Rock,Music,USD,2015-09-03,45000.00,2015-07-05 23:20:45,0.00,failed,0,US,0.00,0.00,45000.00 +11901015,Acid Rap Vinyl,Hip-Hop,Music,EUR,2017-01-26,3500.00,2016-12-27 15:08:35,1003.00,canceled,32,NL,1049.31,1071.31,3738.36 +119010269,Wrestling With Iowa - A Thesis Documentary Film,Documentary,Film & Video,USD,2012-08-07,8000.00,2012-07-05 20:12:14,269.00,failed,7,US,269.00,269.00,8000.00 +1190105800,The Real Estate Beige Book (Canceled),Publishing,Publishing,USD,2014-11-26,75000.00,2014-10-27 20:07:53,0.00,canceled,0,US,0.00,0.00,75000.00 +"1190113289,""""""Walk in the Park"""" Table top skirmish and role playing game"",Tabletop Games,Games,USD,2014-08-05,3000.00,2014-07-08 20:49:26,51.00,failed,6,US,51.00,51.00,3000.00" +"1190119248,""""""Tomahawk"""" par Monsieur Edmond"",Pop,Music,EUR,2016-04-15,3000.00,2016-03-14 23:03:02,3000.00,successful,48,FR,3345.12,3385.20,3385.20" +1190128769,“Reissuing the “Vignelli: From A to Z” Book,Art Books,Publishing,USD,2017-06-01,20000.00,2017-05-02 14:37:38,29733.00,successful,344,US,0.00,29733.00,20000.00 +1190136480,Let's Open Florida Comedy Club Together,Theater,Theater,USD,2014-10-10,50000.00,2014-08-11 08:58:26,142.00,failed,13,US,142.00,142.00,50000.00 +1190138738,Conversation: A World Premiere Performance at the Philly Fringe (and Beyond),Theater,Theater,USD,2010-08-16,2500.00,2010-06-16 21:22:58,2602.00,successful,42,US,2602.00,2602.00,2500.00 +1190149124,Grayson,Drama,Film & Video,USD,2016-11-24,12000.00,2016-10-25 20:55:51,12175.00,successful,38,US,2155.00,12175.00,12000.00 +1190149199,Mullet Over for a While... (Canceled),Photography,Photography,USD,2012-11-17,30000.00,2012-10-18 04:03:39,0.00,canceled,0,US,0.00,0.00,30000.00 +1190153976,Tea Time Cupcakes,Food,Food,USD,2017-04-02,2500.00,2017-03-03 21:31:20,1085.00,canceled,8,US,0.00,1085.00,2500.00 +1190156979,Experiment 42 Comic Strip,Webcomics,Comics,USD,2017-07-15,15000.00,2017-05-26 16:17:38,1650.00,failed,19,US,25.00,1650.00,15000.00 +1190170622,To Realize a Dream -- EVERYVERSE RPG,Tabletop Games,Games,USD,2016-03-10,5000.00,2016-02-09 05:49:31,5533.00,successful,92,US,5533.00,5533.00,5000.00 +1190177443,Music Video and Debut EP Launch,Pop,Music,GBP,2014-08-10,500.00,2014-07-11 17:18:55,0.00,failed,0,GB,0.00,0.00,834.50 +1190183124,Hello World! An Educational & Entertaining Puppet Show,Webseries,Film & Video,USD,2013-12-16,10000.00,2013-11-17 05:10:02,5077.00,failed,71,US,5077.00,5077.00,10000.00 +1190188997,Help My Artistic Vision Come To Life,Performances,Dance,USD,2017-04-12,6000.00,2017-03-03 05:37:02,0.00,failed,0,US,0.00,0.00,6000.00 +119019089,Lucky Stars Ladybugs Enamel Pins,Accessories,Fashion,USD,2017-11-11,800.00,2017-10-12 23:24:56,69.00,canceled,4,US,60.00,69.00,800.00 +"1190195399,""DIY Win, simple videos, learning, and conquering projects."",Product Design,Design,USD,2017-08-26,40000.00,2017-07-27 18:29:11,238.00,failed,7,US,25.00,238.00,40000.00" +1190196689,House 7A: A Haunted Encounter,Immersive,Theater,USD,2016-08-30,5750.00,2016-08-05 14:58:46,5817.00,successful,48,US,561.00,5817.00,5750.00 +1190201257,Help Highway Poets Record Their First Professional Album,Music,Music,USD,2016-11-20,10000.00,2016-10-21 19:46:00,11100.00,successful,107,US,450.00,11100.00,10000.00 +1190201661,The Bean : an innovative computer mouse,Product Design,Design,GBP,2014-06-16,15000.00,2014-05-12 21:31:19,2092.00,failed,78,GB,3525.40,3564.43,25557.58 +"1190201723,""LAUNCH THE NEW MUSICAL """"WINDS OF ANGKOR"""" (and join us in Cambodia!)"",World Music,Music,USD,2010-07-21,10000.00,2010-06-04 05:18:05,11350.00,successful,23,US,11350.00,11350.00,10000.00" +1190208861,Community Mobile Machine Shop,Fabrication Tools,Technology,USD,2014-10-25,20000.00,2014-09-25 23:32:24,500.00,failed,1,US,500.00,500.00,20000.00 +1190216139,NanoNuke,Gadgets,Technology,CAD,2017-06-08,5000.00,2017-05-09 22:32:41,2658.77,failed,9,CA,341.18,1968.15,3701.24 +1190217322,Bicycle Conflict Playing Cards,Playing Cards,Games,USD,2017-05-22,4000.00,2017-04-22 17:27:50,5059.00,successful,219,US,2040.00,5059.00,4000.00 +1190222307,Senturies: A Comic Book Sci-fi Adventure,Comic Books,Comics,USD,2017-06-10,2977.00,2017-05-09 17:53:26,3560.00,successful,140,US,226.00,3560.00,2977.00 +119022639,Behold! JJ & Thee Cuban Heels,Rock,Music,USD,2010-12-18,1500.00,2010-11-18 17:17:08,1735.00,successful,41,US,1735.00,1735.00,1500.00 +1190229052,The Dylan Ortega Band Kickstarter Campaign,Country & Folk,Music,USD,2015-05-20,10000.00,2015-04-20 02:59:58,12415.00,successful,20,US,12415.00,12415.00,10000.00 +1190232696,Space Cam,Photography,Photography,GBP,2014-07-28,2500.00,2014-07-10 21:34:27,103.00,failed,5,GB,176.43,173.30,4206.42 +1190237222,Worlds Apart,Journalism,Journalism,USD,2010-03-03,2000.00,2010-02-08 05:03:35,2325.00,successful,48,US,2325.00,2325.00,2000.00 +1190255835,Reclaimed Lumber with a New Purpose,Product Design,Design,USD,2017-07-22,10000.00,2017-05-23 19:54:40,5.00,failed,1,US,0.00,5.00,10000.00 +1190264898,Lif Notes: It's Like That Art Thing but Without the Computer,Conceptual Art,Art,USD,2013-07-03,500.00,2013-06-25 23:19:26,5.00,failed,1,US,5.00,5.00,500.00 +1190267827,American Protest - A Broadside Portfolio,Publishing,Publishing,USD,2017-03-29,1000.00,2017-03-22 14:52:48,10544.00,successful,278,US,7702.00,10544.00,1000.00 +"1190277257,""King Kirby, a play by Crystal Skillman and Fred Van Lente"",Plays,Theater,USD,2014-06-21,9500.00,2014-05-19 17:17:38,11335.70,successful,226,US,11335.70,11335.70,9500.00" +1190278672,The Grit Podcast - Tales of Human Tenacity,Radio & Podcasts,Publishing,USD,2016-11-11,700.00,2016-10-12 21:12:00,155.00,failed,4,US,0.00,155.00,700.00 +1190281227,exPets Presents Cupcake the Cat,Product Design,Design,USD,2014-08-10,7000.00,2014-07-11 09:56:49,295.00,failed,7,US,295.00,295.00,7000.00 +"1190283354,""My ANGEL Party.. Prepare Today, whats Essential for Tomorrow"",Web,Technology,GBP,2014-11-08,75000.00,2014-10-09 14:47:02,1346.00,failed,12,GB,2162.81,2107.11,117409.48" +"1190289082,""Oh, Jeremiah's Debut EP"",Country & Folk,Music,USD,2013-01-24,1500.00,2013-01-03 00:05:03,1545.00,successful,47,US,1545.00,1545.00,1500.00" +1190296155,Salsa Pistolero Goes Big,Small Batch,Food,USD,2018-01-20,7000.00,2017-12-21 17:37:58,839.00,live,5,US,32.00,839.00,7000.00 +1190304918,Organic Food Truck : No GMO's! Protect healthy living!,Food Trucks,Food,USD,2014-09-10,38000.00,2014-09-03 04:20:54,1.00,failed,1,US,1.00,1.00,38000.00 +119031003,Childrens Story through the eyes of an animal,Children's Books,Publishing,USD,2015-07-17,6000.00,2015-06-17 21:04:57,0.00,failed,0,US,0.00,0.00,6000.00 +1190312167,Drawstring Dice and Meeple Storage Bags,Tabletop Games,Games,GBP,2013-12-11,500.00,2013-11-11 19:20:25,621.00,successful,34,GB,994.70,1010.36,813.50 +1190314866,Poker Run Documentary,Documentary,Film & Video,USD,2015-02-20,3000.00,2015-01-09 19:21:19,412.00,failed,11,US,412.00,412.00,3000.00 +1190315488,Iron Nation Dance,Workshops,Dance,USD,2015-08-28,10000.00,2015-06-29 01:44:09,21.00,failed,3,US,21.00,21.00,10000.00 +1190318922,Victim (Short Film by Screwloose Pictures),Shorts,Film & Video,GBP,2014-02-06,100.00,2014-01-07 13:44:13,195.00,successful,8,GB,319.06,318.37,163.27 +1190319763,Pathfinder Online: A Fantasy Sandbox MMO,Video Games,Games,USD,2013-01-15,1000000.00,2012-11-27 21:02:24,1091194.42,successful,8732,US,1091194.42,1091194.42,1000000.00 +1190322209,Launch Capsule to SPACE! New design. Send up your items,Technology,Technology,USD,2013-07-08,800.00,2013-06-15 02:10:35,54.00,failed,4,US,54.00,54.00,800.00 +1190329122,The Slow Death European Tour,Rock,Music,USD,2011-10-31,2500.00,2011-10-01 06:06:23,903.00,failed,34,US,903.00,903.00,2500.00 +1190333945,FFD365 - Dein Informationssender,Video,Journalism,EUR,2016-05-22,65000.00,2016-04-22 12:13:15,12.00,failed,3,DE,13.56,13.40,72591.63 +119033796,NYC Industries for the Blind Exhibition and Catalogue,Art,Art,USD,2012-08-16,3500.00,2012-07-02 16:48:18,1679.00,failed,54,US,1679.00,1679.00,3500.00 +1190339232,Our Perfect Child,Theater,Theater,GBP,2015-05-17,1500.00,2015-04-17 19:44:15,115.00,failed,8,GB,170.74,179.86,2346.02 +1190353850,John Martinez,Webseries,Film & Video,USD,2014-03-12,9500.00,2014-01-16 16:48:10,0.00,failed,0,US,0.00,0.00,9500.00 +1190356355,The Dream Songs Project - CD of Mauro Giuliani Songs,Classical Music,Music,USD,2011-10-01,2500.00,2011-08-02 16:55:07,2825.00,successful,55,US,2825.00,2825.00,2500.00 +119035783,Drawbacks Interactive Game - Fun For Any Group,Tabletop Games,Games,USD,2013-03-11,25000.00,2013-02-10 00:20:45,140.00,failed,8,US,140.00,140.00,25000.00 +1190362835,VANITY STUDIOS,Couture,Fashion,USD,2017-12-02,10000.00,2017-11-18 05:41:19,50.00,failed,1,US,50.00,50.00,10000.00 +1190376005,DROPSY: A different take on the old school adventure genre.,Video Games,Games,USD,2011-11-02,225.00,2011-10-17 20:39:11,1613.47,successful,63,US,1613.47,1613.47,225.00 +1190376325,The Divine Series,Fiction,Publishing,USD,2013-04-30,2000.00,2013-03-01 03:22:41,75.00,failed,3,US,75.00,75.00,2000.00 +1190380514,Botanical Cosmos | 2017 Calander,Nature,Photography,AUD,2016-10-12,1500.00,2016-09-20 08:27:21,2013.00,successful,35,AU,70.05,1535.70,1144.34 +1190383446,chop chop barber co,Apparel,Fashion,GBP,2016-03-12,250.00,2016-02-11 23:18:29,0.00,failed,0,GB,0.00,0.00,362.18 +1190384285,26.2: Miles Closer to Living,Documentary,Film & Video,USD,2014-01-30,2000.00,2013-12-11 21:41:52,3106.00,successful,40,US,3106.00,3106.00,2000.00 +"1190387492,""Let's Publish """"Be Happy Evie Bear"""""",Children's Books,Publishing,USD,2013-12-24,1500.00,2013-12-10 20:13:38,1535.00,successful,15,US,1535.00,1535.00,1500.00" +1190400843,Alice Unraveled: A New Rock Musical,Theater,Theater,USD,2012-03-06,2500.00,2012-01-06 17:34:13,2679.12,successful,72,US,2679.12,2679.12,2500.00 +119040914,Choro Corpora,Dance,Dance,USD,2011-12-16,2000.00,2011-11-25 13:25:13,2001.00,successful,22,US,2001.00,2001.00,2000.00 +1190410108,RAZERGON VR - Simplicity is the new complexity,Hardware,Technology,HKD,2017-11-02,391000.00,2017-10-03 15:57:57,17124.00,failed,10,HK,1363.68,2194.71,50112.79 +1190433093,Producing my first ALBUM!,Music,Music,USD,2016-08-31,6000.00,2016-08-10 05:49:59,150.00,canceled,2,US,150.00,150.00,6000.00 +1190438064,The Kepler Story: Theater + Science + Harmony,Immersive,Theater,USD,2013-08-20,40000.00,2013-07-19 01:37:28,41133.52,successful,349,US,41133.52,41133.52,40000.00 +1190443055,Artesium,Video Games,Games,CAD,2016-08-22,3800.00,2016-07-22 05:26:06,237.00,failed,33,CA,11.52,183.95,2949.39 +1190448338,Portraits of the Cambridge Homeless Community,Painting,Art,USD,2015-04-16,2500.00,2015-03-17 17:01:17,1876.00,failed,25,US,1876.00,1876.00,2500.00 +1190452209,GLORY,Tabletop Games,Games,USD,2017-07-16,2500.00,2017-06-16 13:02:27,526.00,failed,23,US,396.00,526.00,2500.00 +1190454756,More Than One Story: a card game for integration,Design,Design,GBP,2015-11-25,3970.00,2015-10-16 15:20:18,2882.00,failed,89,GB,4460.00,4337.94,5975.59 +119045997,CLIMATEHAGEN,Mobile Games,Games,DKK,2014-12-01,500000.00,2014-10-25 18:00:07,1035.00,failed,3,DK,175.91,171.97,83078.56 +"1190461193,FeatureMe,Music,Music,USD,2015-03-09,2265.00,2015-02-17 19:09:40,0.00,undefined,0,""N,0"""""",,0.00,2265.00" +1190462445,Affordable Force Feedback Flight Sim Control Yoke,Hardware,Technology,CAD,2013-12-22,75000.00,2013-11-22 04:06:28,86005.00,successful,186,CA,82210.89,80649.85,70330.08 +1190463067,NOWWHERE | Trust the source,Apps,Technology,SEK,2015-03-13,250000.00,2015-02-10 06:05:33,23885.00,failed,41,SE,2841.63,2759.17,28879.70 +1190468994,ConBody: The World's First PRISON STYLE VIRTUAL GYM,Technology,Technology,USD,2017-12-03,25000.00,2017-10-19 11:44:26,29548.00,successful,305,US,1020.00,29548.00,25000.00 +1190474269,Make HARD ART happen!,Art Books,Publishing,USD,2011-12-03,7000.00,2011-10-04 18:01:05,14654.00,successful,246,US,14654.00,14654.00,7000.00 +1190477905,OLIVIA,Drama,Film & Video,AUD,2014-12-16,50000.00,2014-11-16 09:52:47,0.00,failed,0,AU,0.00,0.00,40896.45 +1190481475,Atlantic City Chronicles,Webseries,Film & Video,USD,2013-04-12,9700.00,2013-03-12 14:42:40,255.00,failed,6,US,255.00,255.00,9700.00 +1190484557,Arthur's Gift,Art,Art,USD,2014-12-01,3300.00,2014-10-29 16:53:24,3420.00,successful,47,US,3420.00,3420.00,3300.00 +1190490940,The Timeless Artisans,Film & Video,Film & Video,USD,2013-04-19,6000.00,2013-03-19 04:42:23,6321.00,successful,112,US,6321.00,6321.00,6000.00 +1190492079,Solar Flare #2 by James Haick & Branko Jovanovic,Comic Books,Comics,USD,2015-06-20,2500.00,2015-04-29 03:56:32,2531.00,successful,44,US,2531.00,2531.00,2500.00 +1190495658,The Invisible Barn,Painting,Art,USD,2011-11-10,3000.00,2011-10-11 20:57:42,67.00,failed,4,US,67.00,67.00,3000.00 +1190506751,The World's Largest Art Show,Art,Art,USD,2014-02-12,699.00,2014-02-07 02:46:13,1.00,failed,1,US,1.00,1.00,699.00 +1190506773,Trop chic pour 5 piasses,Video,Journalism,CAD,2016-03-06,2000.00,2016-02-05 16:54:43,6.00,failed,2,CA,4.35,4.53,1509.09 +1190516979,Survival - A sci-fi/thriller short film,Science Fiction,Film & Video,USD,2014-05-28,9000.00,2014-05-08 04:07:58,2715.00,failed,18,US,2715.00,2715.00,9000.00 +1190522221,African American Women Mathematicians Activity Book,Children's Books,Publishing,USD,2017-03-03,6000.00,2017-01-17 04:38:53,6238.00,successful,104,US,192.00,6238.00,6000.00 +1190522508,Good Men Wanted at ANT Fest,Plays,Theater,USD,2014-06-07,700.00,2014-05-21 14:37:21,730.00,successful,20,US,730.00,730.00,700.00 +1190541597,NY <=> Nairobi Preschool Project: Tiny Birds Learn New Words,Music,Music,USD,2016-04-07,15000.00,2016-03-08 21:22:06,15800.00,successful,218,US,15800.00,15800.00,15000.00 +1190545398,Opportunity in Bloom (Canceled),Art,Art,USD,2015-04-28,2800.00,2015-04-08 19:46:13,0.00,canceled,0,US,0.00,0.00,2800.00 +1190551821,Xase - Evolve Your iPhone With a Case From the Future,Product Design,Design,USD,2015-11-05,50000.00,2015-10-06 02:01:33,445.00,failed,5,US,445.00,445.00,50000.00 +1190557769,Advenshare,Web,Technology,USD,2017-05-27,35000.00,2017-04-27 15:30:13,19.00,failed,2,US,1.00,19.00,35000.00 +11905700,Orchard- Glen Ard Mohr Estate Tasmania,Farms,Food,AUD,2015-07-08,25000.00,2015-06-18 11:43:24,890.00,failed,10,AU,687.91,664.77,18673.44 +119057024,For the Love of the City,Film & Video,Film & Video,USD,2011-06-16,20000.00,2011-03-17 21:17:10,2355.00,failed,19,US,2355.00,2355.00,20000.00 +1190575196,The Hunger Code (Canceled),Documentary,Film & Video,USD,2014-04-02,326341.00,2014-02-16 23:32:24,3035.00,canceled,15,US,3035.00,3035.00,326341.00 +1190575419,My First Full Dance Show,Dance,Dance,USD,2013-06-25,3500.00,2013-05-23 05:36:04,3616.00,successful,52,US,3616.00,3616.00,3500.00 +1190585943,Charles-Marie Widor - Organ Symphonies 6 and 7,Classical Music,Music,EUR,2017-11-04,750.00,2017-10-05 15:15:13,68.00,failed,4,NL,44.72,79.25,874.05 +"1190586228,""""""Death Anxiety"""", a new album by Pocket Vinyl"",Indie Rock,Music,USD,2013-05-09,3500.00,2013-04-09 18:33:59,4678.50,successful,75,US,4678.50,4678.50,3500.00" +1190591293,Help us to get funds to make iSlave documentary,Documentary,Film & Video,HKD,2017-09-08,40000.00,2017-08-09 09:49:55,41381.00,successful,36,HK,920.29,5300.09,5123.21 +1190607710,Bayou Bootleggers,Drinks,Food,USD,2015-06-22,35000.00,2015-04-23 23:29:39,26.00,failed,2,US,26.00,26.00,35000.00 +1190607874,THE PLANETARY PEACE BROADCAST (Canceled),Film & Video,Film & Video,USD,2012-11-12,111100.00,2012-09-18 19:48:58,0.00,canceled,0,US,0.00,0.00,111100.00 +1190614589,MULTI-SELF - A Pocket Selfie Stick,Gadgets,Technology,USD,2016-01-18,30000.00,2015-12-04 03:15:02,325.00,failed,5,US,325.00,325.00,30000.00 +1190623400,FUN FOOD FACTORY! Eat healthier! try our vegan!,Food Trucks,Food,USD,2015-04-14,89000.00,2015-02-13 18:55:39,0.00,failed,0,US,0.00,0.00,89000.00 +"1190652355,""""""Bright Lights."""" a photography book by SmallBeanphotography"",Art Books,Publishing,GBP,2014-03-07,150.00,2014-01-31 11:05:19,0.00,canceled,0,GB,0.00,0.00,251.55" +1190652797,The Making of Meet Me @Metro,Theater,Theater,USD,2012-10-07,1000.00,2012-09-07 02:10:13,730.00,failed,8,US,730.00,730.00,1000.00 +1190660704,The Lucid Distortion,Mixed Media,Art,USD,2013-09-21,1500.00,2013-08-12 20:08:26,1725.34,successful,34,US,1725.34,1725.34,1500.00 +1190669149,Get Chase This City Back on the Road,Rock,Music,USD,2012-08-17,1000.00,2012-07-18 04:08:03,1052.00,successful,25,US,1052.00,1052.00,1000.00 +1190669910,All In Your Mouth Food Truck,Food Trucks,Food,USD,2015-11-08,5000.00,2015-09-09 15:00:24,0.00,failed,0,US,0.00,0.00,5000.00 +1190671427,International Choreographers Residency Summer 2012,Dance,Dance,USD,2012-06-01,2000.00,2012-04-25 06:09:27,2025.00,successful,18,US,2025.00,2025.00,2000.00 +1190673588,The Rise,Fiction,Publishing,USD,2017-12-28,500.00,2017-12-03 06:00:51,0.00,canceled,0,US,0.00,0.00,500.00 +1190675324,HideMyScore - a cunningly useful app for football fans,Apps,Technology,NZD,2014-10-13,12000.00,2014-09-13 03:38:45,0.00,canceled,0,NZ,0.00,0.00,9533.65 +1190676638,The Great Anti-American Novel,Fiction,Publishing,USD,2013-10-12,5000.00,2013-09-12 13:21:31,5920.00,successful,83,US,5920.00,5920.00,5000.00 +1190688864,Warm Quilts to Share,Quilts,Crafts,USD,2017-01-28,400.00,2016-12-29 22:23:18,460.00,successful,22,US,98.00,460.00,400.00 +1190701202,Food (Vegan VS Carnivore). Culinary Of Art.,Food,Food,USD,2014-05-23,1000.00,2014-04-22 05:07:10,3.00,failed,2,US,3.00,3.00,1000.00 +"1190706266,""Création d'une media eefficace, simple et rapide"",Film & Video,Film & Video,EUR,2018-01-08,15000.00,2017-11-09 01:43:05,0.00,live,0,FR,0.00,0.00,18205.43" +1190708024,Anyone can be a Hero - Ne restez pas sans voix,Shorts,Film & Video,EUR,2015-06-27,300.00,2015-06-07 01:49:11,20.00,failed,1,FR,22.43,22.19,332.88 +119071909,The Future of Art & Fashion/Casual/Street Wear- DOZI,Fashion,Fashion,USD,2017-04-09,5000.00,2017-03-10 04:26:12,1.00,failed,1,US,0.00,1.00,5000.00 +1190721487,BECOME WILD WITH WILD THINGS CORRECTED,Music,Music,USD,2016-12-04,1000.00,2016-11-24 18:31:07,1230.00,successful,15,US,60.00,1230.00,1000.00 +1190722584,Travel anywhere in the world's most secure travel jacket,Product Design,Design,USD,2017-12-15,20000.00,2017-10-16 18:11:34,699.00,failed,6,US,76.00,699.00,20000.00 +1190730489,Phoenixwallets: Slim leather RFID protection wallet designs,Product Design,Design,USD,2014-08-17,6500.00,2014-07-11 03:09:17,30217.00,suspended,1517,US,30217.00,30217.00,6500.00 +1190734543,A Woman Scorned,Music,Music,USD,2013-04-11,3500.00,2013-03-12 19:52:19,1.00,failed,1,US,1.00,1.00,3500.00 +119074071,www.aringthing.com a unique ring website for everyone.,Jewelry,Fashion,USD,2015-12-09,32000.00,2015-10-10 19:50:10,835.00,failed,5,US,835.00,835.00,32000.00 +1190742437,Close to Empty Movie,Film & Video,Film & Video,USD,2013-09-04,10000.00,2013-08-08 20:32:47,25.00,failed,1,US,25.00,25.00,10000.00 +1190743734,Starting a Garland and Prism business from scratch,Product Design,Design,USD,2014-08-01,5000.00,2014-07-17 04:07:06,10.00,failed,1,US,10.00,10.00,5000.00 +11907491,Melonie Goes to Grand Central Terminal,Children's Books,Publishing,USD,2013-09-21,10000.00,2013-08-27 08:37:14,0.00,failed,0,US,0.00,0.00,10000.00 +1190755264,Friend Facts - A Game of Conversation!,Playing Cards,Games,USD,2017-10-31,1000.00,2017-10-01 15:00:48,1827.00,successful,53,US,834.00,1827.00,1000.00 +1190762340,The most lovable pocket ever... introducing The Love Pocket,Fashion,Fashion,USD,2012-11-30,20000.00,2012-11-10 00:36:14,972.00,failed,22,US,972.00,972.00,20000.00 +"1190766774,""Eat local, believe in yourselfie & other creative goods"",Design,Design,USD,2014-03-25,2000.00,2014-03-04 00:16:59,2563.00,successful,61,US,2563.00,2563.00,2000.00" +1190771079,MOAK Cork Duffle - Redefining Travel Bags,Product Design,Design,AUD,2017-08-31,30000.00,2017-07-20 11:44:21,1330.00,canceled,7,AU,451.79,1055.39,23805.75 +1190775274,Kiss me I'm Drunkish,Apparel,Fashion,USD,2015-03-04,300.00,2015-02-16 22:31:15,1.00,failed,1,US,1.00,1.00,300.00 +1190775962,Cops on Cam! (Canceled),Experimental,Film & Video,USD,2014-08-10,75000.00,2014-07-11 12:33:11,0.00,canceled,0,US,0.00,0.00,75000.00 +1190787268,Challenger Baseball Field Of Dreams,Civic Design,Design,USD,2015-04-06,200000.00,2015-02-05 17:09:09,25.00,failed,1,US,25.00,25.00,200000.00 +"1190801188,""Guédelon, le Jeu"",Tabletop Games,Games,EUR,2016-05-15,10000.00,2016-04-15 18:00:08,11601.00,successful,298,FR,13070.39,13015.09,11218.94" +1190803918,Painters Dream Gallery and Teaching,Painting,Art,USD,2015-11-07,3000.00,2015-10-08 01:35:23,0.00,failed,0,US,0.00,0.00,3000.00 +119081016,VOX Magazine,Publishing,Publishing,USD,2013-10-01,8000.00,2013-09-06 16:50:49,1485.00,failed,60,US,1485.00,1485.00,8000.00 +1190811756,Songs for a Rainy Day,Pop,Music,USD,2015-11-05,10000.00,2015-10-06 16:00:45,3555.00,failed,56,US,3555.00,3555.00,10000.00 +1190815890,Development Hell,Webseries,Film & Video,USD,2012-05-20,13500.00,2012-04-20 00:24:47,2774.00,failed,30,US,2774.00,2774.00,13500.00 +1190821888,You Suck at Piano: A Piano Method Book for Adults,Music,Music,USD,2017-10-07,8000.00,2017-08-08 18:48:41,81595.37,successful,3277,US,18642.00,81595.37,8000.00 +1190825664,Community Gardens in New York City: A Legal Primer,Nonfiction,Publishing,USD,2016-09-21,800.00,2016-09-11 18:07:12,836.00,successful,22,US,120.00,836.00,800.00 +1190827518,Gear Box Animation Feature,Animation,Film & Video,USD,2016-10-17,80000.00,2016-09-02 02:58:26,237.00,failed,8,US,75.00,237.00,80000.00 +1190829324,SOLE TOTES,Accessories,Fashion,USD,2016-07-24,30000.00,2016-07-23 21:07:12,0.00,failed,0,US,0.00,0.00,30000.00 +1190833750,Little Star Chair,Product Design,Design,EUR,2017-04-04,55000.00,2017-02-23 11:25:54,25160.00,canceled,49,IT,220.42,26745.19,58465.23 +1190835240,Remind My Sweatheart,Apps,Technology,USD,2017-07-29,800.00,2017-06-24 13:50:49,0.00,failed,0,US,0.00,0.00,800.00 +1190837808,In Faith (Canceled),Video Games,Games,USD,2015-05-06,50000.00,2015-03-07 21:37:06,0.00,canceled,0,US,0.00,0.00,50000.00 +1190844594,Holy Ground,Webseries,Film & Video,USD,2011-07-27,9500.00,2011-06-12 22:57:52,565.00,failed,16,US,565.00,565.00,9500.00 +1190845819,In My Father's House,Publishing,Publishing,GBP,2015-07-21,260.00,2015-07-07 19:27:34,500.00,successful,29,GB,778.01,773.73,402.34 +11908469,Assassins Ball at PAX Prime 2013,Games,Games,USD,2013-07-20,800.00,2013-06-20 14:36:49,1040.00,successful,54,US,1040.00,1040.00,800.00 +1190847248,Rainbow Fantasy Fairy Art Postcard Pixiepocalypse!,Illustration,Art,USD,2015-07-02,750.00,2015-06-02 02:00:37,5798.00,successful,145,US,5798.00,5798.00,750.00 +1190851131,GrooveSession needs our friends!,Rock,Music,USD,2012-05-17,10000.00,2012-04-02 05:09:25,10010.00,successful,104,US,10010.00,10010.00,10000.00 +1190859475,19 Tasty Cookbooks from Harding's Kitchen,Cookbooks,Food,GBP,2017-11-03,5000.00,2017-10-04 13:39:02,61.00,failed,3,GB,0.00,79.97,6554.54 +1190865890,NYV: PUNK an Urban Fantasy novel by KD McQuain,Fiction,Publishing,USD,2016-03-30,200.00,2016-02-29 03:33:56,320.00,successful,4,US,320.00,320.00,200.00 +"1190867270,""Dahlia Schweitzer's """"Another Kind of Monster"""""",Nonfiction,Publishing,USD,2011-12-02,3000.00,2011-11-02 01:43:13,3087.00,successful,50,US,3087.00,3087.00,3000.00" +1190867985,Rebecca & Rile's Dance Short Film,Shorts,Film & Video,USD,2017-09-02,500.00,2017-08-10 05:11:33,1420.00,successful,19,US,835.00,1420.00,500.00 +1190869939,EARTHMASS: New heavy music on Vinyl and Compact Disc.,Metal,Music,GBP,2014-10-01,1000.00,2014-08-31 21:15:49,1671.00,successful,69,GB,2773.61,2684.68,1606.63 +1190883383,Our Musical Vision (Canceled),Music,Music,GBP,2016-06-23,13811.00,2016-05-19 16:20:10,0.00,canceled,0,GB,0.00,0.00,18926.70 +1190883392,Terry Dame & Electric Junkyard Gamelan Spain Campaign,World Music,Music,USD,2011-09-08,5500.00,2011-08-03 20:22:52,5680.00,successful,105,US,5680.00,5680.00,5500.00 +1190883544,someone's trying to kill me,Mixed Media,Art,USD,2011-11-02,7000.00,2011-10-06 06:12:58,7560.00,successful,63,US,7560.00,7560.00,7000.00 +1190889575,JugLug: Flask Handle,Product Design,Design,USD,2014-02-13,1000.00,2014-01-14 16:53:38,1121.00,successful,113,US,1121.00,1121.00,1000.00 +1190893076,Insurance- a horror comedy comic book in five parts,Comic Books,Comics,USD,2016-12-11,350.00,2016-11-11 20:00:47,1479.00,successful,57,US,560.00,1479.00,350.00 +1190897853,Shelfify. Your Life.,Technology,Technology,USD,2016-08-13,5000.00,2016-07-14 19:48:53,16.00,failed,2,US,0.00,16.00,5000.00 +1190898744,NOMAD hammocks,Product Design,Design,USD,2016-03-21,1850.00,2016-03-01 17:34:23,36.00,failed,3,US,36.00,36.00,1850.00 +1190899355,PlaceChat,Apps,Technology,USD,2017-01-28,25000.00,2016-12-29 09:16:47,30.00,failed,1,US,0.00,30.00,25000.00 +1190905052,TGTG Second Album,Indie Rock,Music,USD,2017-03-01,2000.00,2017-01-18 20:35:34,3125.00,successful,57,US,65.00,3125.00,2000.00 +1190906299,Coup - Brazilian Art Deluxe Edition,Tabletop Games,Games,USD,2016-05-13,1000.00,2016-04-27 06:06:18,26471.00,successful,918,US,26471.00,26471.00,1000.00 +1190907382,The Walking Dead Untold Animated Series,Animation,Film & Video,AUD,2015-01-31,400.00,2015-01-23 05:18:22,400.00,successful,2,AU,328.01,314.22,314.22 +1190910772,To Hail And Back (Canceled),Photography,Photography,USD,2012-10-17,15000.00,2012-08-18 18:12:54,1054.00,canceled,42,US,1054.00,1054.00,15000.00 +1190919091,Plein-air of Abstract Art in Ukraine,Painting,Art,USD,2011-06-24,20000.00,2011-05-25 18:49:23,0.00,failed,0,US,0.00,0.00,20000.00 +1190925868,OVAWEST: A Hip-Hop Spaghetti Western,Film & Video,Film & Video,USD,2017-05-31,25000.00,2017-05-01 11:41:55,268.00,failed,5,US,18.00,268.00,25000.00 +1190926070,Debut album release for Winter 2011!,Electronic Music,Music,USD,2011-01-01,2400.00,2010-11-16 21:18:29,0.00,failed,0,US,0.00,0.00,2400.00 +1190933451,Hub Dance Collective Summer Concert 2014,Dance,Dance,USD,2014-05-22,1500.00,2014-04-16 19:22:14,1635.00,successful,34,US,1635.00,1635.00,1500.00 +1190947879,THE OGRE'S FEATHERS - a film by Michael Almereyda,Shorts,Film & Video,USD,2011-07-08,5000.00,2011-06-03 22:39:29,9068.00,successful,67,US,9068.00,9068.00,5000.00 +1190950252,Mermaids & centaurs & sea unicorns oh my - Enamel pins,Accessories,Fashion,USD,2017-03-10,1041.00,2017-02-08 17:04:00,4711.00,successful,203,US,1799.00,4711.00,1041.00 +1190954558,Chemical Lab Clothing,Fashion,Fashion,USD,2014-04-18,1200.00,2014-03-19 20:50:00,30.00,failed,2,US,30.00,30.00,1200.00 +119096157,Family Valuables: A (Fictional) Hazard of Antiques Roadtrip,Webseries,Film & Video,USD,2010-12-02,2000.00,2010-10-26 00:51:16,2805.33,successful,52,US,2805.33,2805.33,2000.00 +119096211,Tactical Girls: The Series,Comedy,Film & Video,CAD,2015-10-24,7500.00,2015-09-24 16:10:31,7500.00,successful,44,CA,5646.91,5692.60,5692.60 +1190969134,Uncharted : AUSTRALIA,Narrative Film,Film & Video,USD,2015-09-29,500.00,2015-09-22 00:02:02,135.00,failed,3,US,135.00,135.00,500.00 +1190977735,clothing printing business to help others,Fashion,Fashion,USD,2014-01-29,20000.00,2013-12-30 04:28:59,20.00,failed,1,US,20.00,20.00,20000.00 +"1190978435,""To Battle, To Bed. My first solo gallery show"",Art,Art,USD,2012-06-07,2500.00,2012-05-24 21:42:11,4325.00,successful,110,US,4325.00,4325.00,2500.00" +1190980635,Mystery Seeds is the hilarious pepper seed eating card game.,Playing Cards,Games,USD,2017-12-08,60000.00,2017-11-08 23:25:43,46.00,failed,2,US,0.00,46.00,60000.00 +1190985953,Tactical Wallet - Arsenal Limited,Product Design,Design,USD,2016-03-18,55000.00,2016-02-16 20:00:54,1981.00,failed,23,US,1981.00,1981.00,55000.00 +1191001842,KILL CITY: The New Sonja Blue Novel,Fiction,Publishing,USD,2012-11-28,27000.00,2012-10-29 22:34:09,2904.00,failed,71,US,2904.00,2904.00,27000.00 +1191007658,Greene,Drama,Film & Video,USD,2017-03-16,3618.00,2017-02-14 15:37:45,1552.00,failed,52,US,60.00,1552.00,3618.00 +"1191014586,""A complete guide to the world of IT, Microsoft, Web, Cisco.."",Software,Technology,GBP,2015-02-17,2499.00,2015-01-23 21:04:22,971.00,canceled,26,GB,1470.24,1492.97,3842.37" +"1191023516,""Broken (The M Series, Book One of Seven) Print Version"",Fiction,Publishing,USD,2014-05-01,7500.00,2014-04-01 20:12:30,0.00,failed,0,US,0.00,0.00,7500.00" +1191023973,Striver's Row,Drama,Film & Video,USD,2017-05-05,25000.00,2017-04-05 08:28:12,25242.00,successful,147,US,305.00,25242.00,25000.00 +1191031900,Titan Herbal,Tabletop Games,Games,GBP,2017-08-01,2000.00,2017-07-02 21:25:57,4101.00,successful,259,GB,2338.44,5391.09,2629.16 +1191033582,Stickers by Stan!,Illustration,Art,USD,2014-12-10,800.00,2014-11-24 17:54:21,2658.00,successful,96,US,2658.00,2658.00,800.00 +1191039100,Yeldah Goods: Real Women Drink Beer BCA Shirts (Suspended),Fashion,Fashion,USD,2011-09-05,600.00,2011-08-15 05:17:46,0.00,suspended,0,US,0.00,0.00,600.00 +"1191042805,""Gene Yus' """"The Summer Before"""" College tour & Promo"",R&B,Music,USD,2017-10-25,35000.00,2017-10-05 14:59:14,0.00,failed,0,US,0.00,0.00,35000.00" +1191044337,Ambit - Mobile app changing how customers find businesses.,Apps,Technology,USD,2016-10-01,32000.00,2016-08-02 22:32:58,117.00,failed,7,US,45.00,117.00,32000.00 +1191052630,BLACK REIGN ALBUM,Hip-Hop,Music,USD,2015-05-07,250.00,2015-04-07 19:14:48,1.00,failed,1,US,1.00,1.00,250.00 +1191061314,Choral Chameleon's 9th Season: Reinventing Choral Music,Classical Music,Music,USD,2016-11-01,18000.00,2016-10-11 08:29:51,18359.14,successful,233,US,5954.00,18359.14,18000.00 +1191070111,Climate Solution - Sea Ice Windmill,Technology,Technology,USD,2015-06-24,2000.00,2015-05-25 03:47:56,2036.00,successful,23,US,2036.00,2036.00,2000.00 +1191073358,Philadelphia's 1st Certified Gluten Free Bakery & Cafe,Food,Food,USD,2017-04-30,100000.00,2017-03-01 18:27:30,65.00,failed,5,US,0.00,65.00,100000.00 +"1191076724,""Finally, Kirby Brown is Going to Make Another Record."",Country & Folk,Music,USD,2014-05-17,7500.00,2014-03-28 23:12:05,9541.00,successful,65,US,9541.00,9541.00,7500.00" +1191083583,ANNE: A Dance For Humanity. 1 Story. 11 Million Voices.,Dance,Dance,USD,2013-07-25,25000.00,2013-06-25 21:55:24,225.00,failed,4,US,225.00,225.00,25000.00 +1191089759,WeekOnTheStreets Documentary - creumedia.org (Canceled),Documentary,Film & Video,GBP,2014-04-06,20000.00,2014-02-05 07:05:27,231.00,canceled,11,GB,376.61,386.49,33462.72 +1191108427,THE ODYSSEY,Narrative Film,Film & Video,USD,2012-05-16,6000.00,2012-04-23 06:57:56,781.00,failed,22,US,781.00,781.00,6000.00 +1191133361,Music Film Video!,Indie Rock,Music,USD,2014-05-05,2500.00,2014-03-07 23:43:36,2521.00,successful,43,US,2521.00,2521.00,2500.00 +1191133511,PRE ORDER Mike Nisbet 'Fashion & Trash' 12' VINYL & CD,Pop,Music,GBP,2016-05-09,1000.00,2016-04-06 11:52:27,85.00,canceled,6,GB,121.22,122.47,1440.86 +1191137925,Custom 3D Printed Watches Assembled by hand in the USA,Jewelry,Fashion,USD,2016-05-08,65000.00,2016-04-08 16:32:09,4865.00,canceled,24,US,4865.00,4865.00,65000.00 +1191138918,Orkestar Bez Ime: Study Abroad to Serbia,World Music,Music,USD,2012-05-31,4000.00,2012-05-01 01:21:22,5000.00,successful,80,US,5000.00,5000.00,4000.00 +1191152627,Alabama Women in Jazz Festival,Jazz,Music,USD,2015-03-15,1850.00,2015-02-19 00:19:39,25.00,failed,1,US,25.00,25.00,1850.00 +"1191160935,""""""COVER ME"""" Behind the Music - A Hit Song Journey."",Webseries,Film & Video,USD,2013-03-18,47500.00,2013-02-01 21:40:22,85.00,failed,3,US,85.00,85.00,47500.00" +"1191164212,""""""Inherent Worth and Dignity""""...Living Portraits"",Mixed Media,Art,USD,2014-07-02,15000.00,2014-06-02 18:24:16,15420.00,successful,75,US,15420.00,15420.00,15000.00" +1191166929,Team SMILE,Animation,Film & Video,USD,2016-10-04,2000.00,2016-08-05 19:31:55,165.00,failed,3,US,0.00,165.00,2000.00 +1191167504,Dark Deception (Canceled),Video Games,Games,USD,2014-06-29,50000.00,2014-05-30 22:45:20,1047.00,canceled,43,US,1047.00,1047.00,50000.00 +11911692,The SlipKlip. Slimmest carry solution for the iPhone 4 & 5,Product Design,Design,USD,2013-09-18,5000.00,2013-08-19 00:23:47,2130.00,canceled,123,US,2130.00,2130.00,5000.00 +1191180092,JewelryBox (Canceled),Software,Technology,USD,2012-05-28,32500.00,2012-04-13 01:39:33,11.00,canceled,3,US,11.00,11.00,32500.00 +1191180141,Opena - iPhone Bottle Opener Case,Product Design,Design,USD,2011-07-08,15000.00,2011-06-08 11:11:52,28303.01,successful,578,US,28303.01,28303.01,15000.00 +1191180259,Les Domaines Qui Montent,Restaurants,Food,EUR,2017-01-18,5500.00,2016-12-09 16:37:53,6002.00,successful,60,FR,0.00,6381.30,5847.58 +1191186506,Let Me Told You-A New Orleans Live Music & Dance Production,Dance,Dance,USD,2012-11-19,3000.00,2012-10-25 05:50:17,3075.00,successful,92,US,3075.00,3075.00,3000.00 +1191190698,Spin Art Online Exhibit - Expanding our Art Business,Painting,Art,USD,2014-12-04,500.00,2014-11-13 01:44:09,2.00,failed,1,US,2.00,2.00,500.00 +1191193384,Disbeit Bomb-B-Que,Food,Food,USD,2016-03-06,20000.00,2016-02-05 00:55:17,0.00,failed,0,US,0.00,0.00,20000.00 +1191198534,Sleepy PIg Barbecue: Auburn's First BBQ Food Truck,Food Trucks,Food,USD,2014-05-03,6000.00,2014-03-25 23:52:53,530.00,failed,12,US,530.00,530.00,6000.00 +"1191205688,""Hot-Tubes v2 heater, stay warmer and save money this winter."",Product Design,Design,USD,2015-10-14,10000.00,2015-09-15 17:09:46,6285.00,failed,51,US,6285.00,6285.00,10000.00" +119120741,The Blur,Film & Video,Film & Video,USD,2012-05-20,300000.00,2012-04-06 00:48:45,0.00,failed,0,US,0.00,0.00,300000.00 +1191210846,Beauty To Behold - Fine Art Prints,Art,Art,USD,2014-07-27,1870.00,2014-06-27 06:58:58,1920.00,successful,7,US,1920.00,1920.00,1870.00 +1191216483,The Antigone Project: An Artistic Journey to Poland,Experimental,Theater,USD,2014-08-01,8000.00,2014-07-07 23:32:03,9780.11,successful,71,US,9780.11,9780.11,8000.00 +1191220175,my five thousand north stars,Dance,Dance,USD,2013-05-23,1500.00,2013-04-23 09:19:22,2656.00,successful,25,US,2656.00,2656.00,1500.00 +1191232108,Leaving Eden: A Twentysomething Manifesto (Canceled),Nonfiction,Publishing,USD,2011-04-25,3000.00,2011-03-25 21:54:35,280.00,canceled,7,US,280.00,280.00,3000.00 +119123608,DreadBall Xtreme - The Brutal Sci-fi Sports Board Game,Tabletop Games,Games,USD,2014-03-17,100000.00,2014-02-21 14:30:04,575755.00,successful,2482,US,575755.00,575755.00,100000.00 +1191236579,OASIS,Painting,Art,USD,2012-03-08,3800.00,2012-02-07 22:51:03,4527.00,successful,28,US,4527.00,4527.00,3800.00 +1191242039,Dash Greek Yogurt Maker - Make Fresh Greek Yogurt at Home,Product Design,Design,USD,2013-07-02,30000.00,2013-06-02 18:30:30,38912.61,successful,1271,US,38912.61,38912.61,30000.00 +1191245593,The Chocolatier - Real Chocolate made in NZ - Relaunch,Food,Food,NZD,2014-02-22,10000.00,2014-01-18 07:36:24,11911.00,successful,131,NZ,9884.86,10032.01,8422.47 +"1191247500,Small Parts: The Web Series,Film & Video,Film & Video,USD,2015-11-11,3500.00,2015-10-12 19:25:49,3565.00,undefined,0,""N,0"""""",,3565.00,3500.00" +1191250123,The WHOLE Person Movement |Michelle LeAnn Life Groups GoLive,Web,Technology,USD,2017-04-16,2500.00,2017-04-04 20:11:10,101.00,failed,2,US,100.00,101.00,2500.00 +"1191255802,""Wish You Were Here - 102 Postcards, One Documentary Short"",Documentary,Film & Video,USD,2014-09-25,7500.00,2014-08-23 10:19:21,7641.00,successful,138,US,7641.00,7641.00,7500.00" +1191255820,blö - The World's First Wearable Cooling Device and Diffuser,Wearables,Technology,USD,2018-01-06,5000.00,2017-11-07 20:46:27,326878.00,live,5524,US,4495.00,326878.00,5000.00 +1191257108,Columbia University Ballet Ensemble: October Kick-off!,Performances,Dance,USD,2014-10-31,600.00,2014-10-01 04:09:13,1648.00,successful,25,US,1648.00,1648.00,600.00 +1191261070,WikiTickets,Web,Technology,CAD,2015-01-04,20000.00,2014-11-05 20:21:59,1681.00,failed,12,CA,1482.48,1422.17,16920.47 +119126141,GET THE HOLY GUILE ON THE ROAD BY SUMMER 2013!,Hip-Hop,Music,USD,2013-04-25,5000.00,2013-03-25 23:12:08,1655.00,failed,54,US,1655.00,1655.00,5000.00 +"1191261609,""""""Grace"""" Full Length Album by Faith Whitfield"",Indie Rock,Music,USD,2010-11-24,20000.00,2010-10-25 23:16:46,8460.00,failed,21,US,8460.00,8460.00,20000.00" +1191261887,Microbrewery -- Kleinstbrauerei (Canceled),Drinks,Food,EUR,2015-10-08,2700.00,2015-09-08 16:56:55,0.00,canceled,0,AT,0.00,0.00,3067.73 +1191270974,Live Fit,Technology,Technology,CHF,2015-10-21,60000.00,2015-09-21 18:25:24,0.00,failed,0,CH,0.00,0.00,61617.46 +1191276922,Mavrik Watch Company - Personalized Automatic Watches,Product Design,Design,USD,2015-05-15,24000.00,2015-03-31 17:29:33,18924.00,canceled,75,US,18924.00,18924.00,24000.00 +1191277108,A Serious Banquet,Theater,Theater,USD,2014-05-10,3990.00,2014-04-10 18:48:02,4130.00,successful,118,US,4130.00,4130.00,3990.00 +1191285862,TRAK - Titanium Runner's Anywhere Knife,Design,Design,USD,2016-08-07,1500.00,2016-07-08 00:51:54,62779.50,successful,1180,US,10022.00,62779.50,1500.00 +1191302151,The Soho Show - Community Network (Canceled),Video,Journalism,GBP,2015-07-19,10000.00,2015-06-19 11:02:24,0.00,canceled,0,GB,0.00,0.00,15474.61 +1191303265,Alien RP Gamemode gmod,Video Games,Games,GBP,2017-11-11,5000.00,2017-09-12 18:48:34,63.00,failed,2,GB,79.06,83.13,6597.87 +1191314843,After Miss Julie,Theater,Theater,USD,2012-04-16,2000.00,2012-02-16 22:27:58,2107.00,successful,54,US,2107.00,2107.00,2000.00 +"1191317335,""All Asian-American HELLO, DOLLY! in New York City"",Theater,Theater,USD,2013-04-27,15000.00,2013-04-04 15:28:56,15320.00,successful,113,US,15320.00,15320.00,15000.00" +1191319790,Skull & Heart: The Colour Series Book,Illustration,Art,GBP,2014-10-19,1000.00,2014-09-19 19:04:37,2446.00,successful,65,GB,3980.06,3925.97,1605.06 +1191320055,Rocco Takes On RIO (Suspended),Video,Journalism,USD,2015-06-28,3000.00,2015-05-29 03:09:21,0.00,suspended,0,US,0.00,0.00,3000.00 +119132262,Mr. Blister - Bubbleheads and Blister Sisters Onward,Music,Music,USD,2011-04-25,20000.00,2011-02-23 02:49:15,0.00,failed,0,US,0.00,0.00,20000.00 +1191327675,mello-bellow Bellows / DeX-TeK-View-Tequnicha View Camera,Camera Equipment,Technology,CAD,2017-12-25,10000.00,2017-11-28 10:00:01,5.00,canceled,1,CA,3.93,3.99,7974.48 +1191329405,Kai Coffee - Coffee Roasters,Drinks,Food,AUD,2015-01-13,11000.00,2014-12-14 01:01:30,13196.00,successful,85,AU,10903.78,10835.04,9031.94 +1191329767,Level: Multi-functional Phone Cases and Portable Tools,Gadgets,Technology,USD,2017-09-15,25000.00,2017-08-15 18:05:36,516.00,canceled,9,US,202.00,516.00,25000.00 +1191330907,Hot Rod Garage is a video game utilizing motion technology,Video Games,Games,USD,2015-03-18,50000.00,2015-02-19 04:24:02,75.00,failed,3,US,75.00,75.00,50000.00 +1191338032,New Vinyl cutter project (Canceled),DIY,Crafts,USD,2014-08-13,2000.00,2014-07-14 20:56:45,41.00,canceled,3,US,41.00,41.00,2000.00 +1191344730,Rancho Paradiso Artist Residency,Art,Art,USD,2012-02-29,2500.00,2012-01-31 03:00:04,385.00,failed,4,US,385.00,385.00,2500.00 +"1191349066,""Experimental Illustrated Horror Film, inspired by Stephen King"",Shorts,Film & Video,USD,2010-09-11,5000.00,2010-07-13 07:25:59,650.00,failed,3,US,650.00,650.00,5000.00" +1191349845,My Debut Album: L.P.B. Recording/Vinyl Press,Rock,Music,USD,2014-07-16,7500.00,2014-06-06 03:51:29,1231.00,failed,22,US,1231.00,1231.00,7500.00 +1191354137,Surf Republic - A Wave Pool for Surfing,Civic Design,Design,USD,2015-05-22,15000.00,2015-04-17 06:47:41,7060.00,failed,43,US,7060.00,7060.00,15000.00 +1191360059,Land of the Eternal Sun: Zac Monday's adventure to Iceland,Performance Art,Art,USD,2013-05-16,5000.00,2013-04-23 07:51:45,5226.99,successful,66,US,5226.99,5226.99,5000.00 +1191365694,Being Human / Être humain,Documentary,Film & Video,EUR,2017-05-05,40000.00,2017-03-27 16:54:08,40456.05,successful,234,FR,4747.93,44343.66,43843.78 +1191369600,Rebel Restaurant: Unique Food without the Pretentiousness,Food,Food,USD,2014-03-01,25000.00,2014-01-24 22:15:37,27386.00,successful,170,US,27386.00,27386.00,25000.00 +"1191386719,""Let's get my sculpture """"Shed"""" to ArtPrize 2013!!!"",Sculpture,Art,USD,2013-08-29,6000.00,2013-07-30 05:04:30,6090.00,successful,92,US,6090.00,6090.00,6000.00" +1191395067,Neela,Product Design,Design,NZD,2015-12-02,150000.00,2015-11-02 04:49:58,1265.00,failed,7,NZ,857.64,845.08,100207.09 +1191396174,Hangovers and Heartaches,Country & Folk,Music,USD,2014-07-20,20000.00,2014-06-20 20:15:42,975.00,failed,16,US,975.00,975.00,20000.00 +1191398379,Open Source Plugin Service Version 1.0,Technology,Technology,USD,2013-08-29,5000.00,2013-07-30 03:00:13,330.00,failed,14,US,330.00,330.00,5000.00 +1191399673,Brooklyn Grange Apiary Project,Food,Food,USD,2012-04-19,20000.00,2012-03-20 21:00:57,22308.03,successful,447,US,22308.03,22308.03,20000.00 +1191410636,Heir to the Throne,Tabletop Games,Games,USD,2016-04-20,10000.00,2016-03-21 22:15:33,10743.00,successful,151,US,10743.00,10743.00,10000.00 +1191412104,Today's The Day,Shorts,Film & Video,USD,2012-04-21,25000.00,2012-03-21 23:21:02,51148.35,successful,344,US,51148.35,51148.35,25000.00 +1191414793,Thought Collective Design,Fashion,Fashion,USD,2014-04-23,15000.00,2014-03-26 00:40:09,15335.00,successful,229,US,15335.00,15335.00,15000.00 +1191435320,CarbonClip - Carbon Fiber Money Clip (Suspended),Product Design,Design,USD,2015-01-31,1000.00,2015-01-01 01:08:58,1802.00,suspended,52,US,1802.00,1802.00,1000.00 +1191437804,Range Oven/Grill Intelligence—smarter Bluetooth thermometer,Product Design,Design,USD,2014-07-22,250000.00,2014-06-24 19:03:10,121485.00,failed,736,US,121485.00,121485.00,250000.00 +119144166,DESTENEE MCKENZIE'S DEBUT ALBUM,Music,Music,USD,2011-08-23,5000.00,2011-07-24 03:13:52,440.00,failed,8,US,440.00,440.00,5000.00 +1191442091,Kickstarter Gold: What’s For Dinner Notepad,Food,Food,USD,2017-07-21,3000.00,2017-06-20 16:30:52,43520.00,successful,1117,US,7864.00,43520.00,3000.00 +1191444010,Mistaken (Canceled),Shorts,Film & Video,USD,2011-10-19,4500.00,2011-10-02 20:32:29,6.00,canceled,2,US,6.00,6.00,4500.00 +119144424,Music Cloth,Product Design,Design,USD,2016-12-26,10000.00,2016-11-16 17:00:11,10365.00,successful,35,US,862.00,10365.00,10000.00 +1191447714,Nixie Tube Clock,Technology,Technology,USD,2013-09-08,30000.00,2013-08-09 22:29:08,17156.00,failed,78,US,17156.00,17156.00,30000.00 +1191459836,DIYautoFTW - The repository of automotive knowledge,Technology,Technology,USD,2014-07-08,40000.00,2014-06-08 06:50:16,4936.00,failed,59,US,4936.00,4936.00,40000.00 +1191464132,A Letter From The West - Album Pre-Orders,Country & Folk,Music,GBP,2018-01-16,250.00,2017-12-27 12:42:00,15.00,live,1,GB,20.06,20.46,340.99 +1191464380,Heels on Wheels Roadshow 2011 Gas Fund,Performance Art,Art,USD,2011-04-14,950.00,2011-03-22 05:31:29,1109.00,successful,50,US,1109.00,1109.00,950.00 +1191468374,Photo Book of a Team's Road to Championship,Nonfiction,Publishing,USD,2013-11-23,3000.00,2013-11-07 00:16:01,0.00,failed,0,US,0.00,0.00,3000.00 +11914689,OrcPub.com Level Up,Tabletop Games,Games,USD,2016-12-05,10000.00,2016-11-05 20:07:40,15985.00,successful,610,US,4280.00,15985.00,10000.00 +1191478169,The Pushovers: Debut Album,Pop,Music,USD,2013-03-24,10000.00,2013-02-23 17:47:00,10647.00,successful,219,US,10647.00,10647.00,10000.00 +1191481691,DJBeat,Apps,Technology,CAD,2017-04-08,30000.00,2017-03-09 16:11:00,5.00,failed,1,CA,0.00,3.78,22667.17 +1191487471,The Tortolita Twelve,Shorts,Film & Video,USD,2011-08-18,1200.00,2011-07-09 01:58:56,1236.00,successful,23,US,1236.00,1236.00,1200.00 +1191505638,AcrossMyHeart Seat Belt Wrap,Product Design,Design,USD,2017-12-28,5000.00,2017-11-28 21:28:08,1484.00,failed,25,US,149.00,1484.00,5000.00 +1191526123,The Scoopmobile,Performance Art,Art,USD,2016-09-22,5000.00,2016-08-23 20:25:47,1710.00,failed,28,US,0.00,1710.00,5000.00 +1191528375,California Guild Adventure for Freedom,People,Photography,USD,2015-01-18,1500.00,2015-01-14 21:47:43,105.00,failed,2,US,105.00,105.00,1500.00 +1191528478,Terror Treasures: Monthly Horror Subscription Box,Horror,Film & Video,USD,2016-06-29,1000.00,2016-05-30 23:17:23,2006.00,successful,29,US,2006.00,2006.00,1000.00 +1191532417,Fangs and Crosses - Carnevale Winter Sourcebook (Canceled),Tabletop Games,Games,GBP,2013-09-08,10000.00,2013-08-10 12:28:13,7184.00,canceled,68,GB,11161.67,11371.77,15829.30 +1191542663,Tayogo Shuffle Mate-Make iPod Shuffle a Waterproof Player,Gadgets,Technology,USD,2017-12-05,5000.00,2017-11-01 17:16:36,236.00,failed,9,US,95.00,236.00,5000.00 +1191558373,One Wind Chime A Day,Glass,Crafts,USD,2016-07-07,1200.00,2016-06-07 01:55:59,1335.00,successful,10,US,1335.00,1335.00,1200.00 +1191571993,VOTA House Party Contest for Theresa Cross,Music,Music,USD,2011-04-07,1000.00,2011-03-07 18:26:53,890.00,failed,6,US,890.00,890.00,1000.00 +1191584268,We want to leave a sweet taste in your mouth! (Canceled),Food,Food,USD,2013-10-11,8000.00,2013-09-11 19:17:53,100.00,canceled,3,US,100.00,100.00,8000.00 +1191586708,Prancing Diamonds Majorettes (Canceled),Performances,Dance,USD,2015-04-11,1000.00,2015-02-10 06:31:52,0.00,canceled,0,US,0.00,0.00,1000.00 +1191590679,Powerless,Film & Video,Film & Video,USD,2015-04-13,1000.00,2015-03-14 19:25:54,1.00,failed,1,US,1.00,1.00,1000.00 +1191594609,Meryl & The Bird,Children's Books,Publishing,GBP,2015-08-15,6500.00,2015-07-15 16:57:10,46.00,failed,4,GB,71.25,72.09,10187.13 +1191600995,#9 Teen by ROBIN SNYDER AND STEVE DITKO,Comics,Comics,USD,2014-03-30,2100.00,2014-02-28 18:47:37,5045.00,successful,202,US,5045.00,5045.00,2100.00 +1191607036,Open-Me: Control Your Garage Door From Your Phone (Canceled),Technology,Technology,USD,2014-01-17,350000.00,2013-12-03 21:38:21,2000.00,canceled,15,US,2000.00,2000.00,350000.00 +1191615633,Restaurant and Bar App,Technology,Technology,USD,2015-06-17,10000.00,2015-04-18 14:04:34,0.00,failed,0,US,0.00,0.00,10000.00 +119161585,Custom Painted Shoes based on the Theme of your choice,Painting,Art,USD,2015-07-14,500.00,2015-06-14 04:56:03,0.00,canceled,0,US,0.00,0.00,500.00 +119161951,Downs Designs: Special Clothes for Special People,Apparel,Fashion,USD,2014-09-14,5000.00,2014-08-15 13:31:00,22651.00,successful,439,US,22651.00,22651.00,5000.00 +119162384,Get The Groundbreaking Ceremony On The Road!!,Pop,Music,USD,2010-07-20,4000.00,2010-04-21 21:40:08,62.00,failed,2,US,62.00,62.00,4000.00 +1191638644,Spare Any Change?,Nonfiction,Publishing,USD,2015-04-09,100.00,2015-03-10 00:54:22,2.00,failed,1,US,2.00,2.00,100.00 +1191641721,Filter (Canceled),Shorts,Film & Video,USD,2010-06-21,5000.00,2010-05-17 00:32:12,300.00,canceled,4,US,300.00,300.00,5000.00 +1191652903,Elevatus: A Short Film About a Surreal Journey to the Moon,Science Fiction,Film & Video,USD,2017-02-12,3450.00,2017-01-14 20:41:48,3552.00,successful,51,US,270.00,3552.00,3450.00 +1191671632,The Cheesecake Food Truck,Food Trucks,Food,USD,2015-11-16,5000.00,2015-10-16 15:49:20,50.00,failed,1,US,50.00,50.00,5000.00 +"1191679009,""Gestalt: Formative Year, Fulfilling Music, FIRST Album"",Pop,Music,USD,2017-01-26,12000.00,2016-12-21 03:52:29,12851.00,successful,134,US,775.00,12851.00,12000.00" +1191679404,Average Joe Half Marathon Novel (Canceled),Print,Journalism,USD,2014-09-03,7500.00,2014-08-04 19:36:36,0.00,canceled,0,US,0.00,0.00,7500.00 +1191689021,Learning To Live: A Novella,Fiction,Publishing,USD,2012-09-29,1700.00,2012-08-15 20:33:37,445.00,failed,10,US,445.00,445.00,1700.00 +1191690682,SUPER BAD BROTHER Video Game Posters inspired by Mario,Art,Art,USD,2011-07-12,999.00,2011-06-14 01:25:59,26.00,failed,3,US,26.00,26.00,999.00 +1191691873,The Canyons,Thrillers,Film & Video,USD,2012-06-10,100000.00,2012-05-03 18:27:05,159015.87,successful,1050,US,159015.87,159015.87,100000.00 +119169239,Sam Roark Record Fund,Country & Folk,Music,USD,2014-10-30,1000.00,2014-10-01 00:54:20,0.00,failed,0,US,0.00,0.00,1000.00 +1191696005,Design Photo Print,Graphic Design,Design,USD,2014-11-02,4000.00,2014-10-03 01:33:25,30.00,failed,1,US,30.00,30.00,4000.00 +"1191700734,""All Told Album, Part One of the One Vision Project"",Rock,Music,USD,2015-02-06,25000.00,2015-01-06 01:02:18,27445.00,successful,149,US,27445.00,27445.00,25000.00" +"1191700740,""THE 10-YEAR HOODIE: Built for Life, Backed for a Decade!"",Apparel,Fashion,USD,2013-04-21,50000.00,2013-03-07 20:44:36,1053830.62,successful,9226,US,1053830.62,1053830.62,50000.00" +1191701616,Caravan of Change,Documentary,Film & Video,USD,2013-10-11,40000.00,2013-08-12 16:01:37,5918.89,failed,53,US,5918.89,5918.89,40000.00 +1191705297,UNCHAINED,Shorts,Film & Video,USD,2011-07-24,3000.00,2011-06-01 05:33:16,650.00,failed,8,US,650.00,650.00,3000.00 +1191706416,ROZEBUDS™ - Smart Convertible Fashion Earphones,Wearables,Technology,USD,2017-06-23,30000.00,2017-05-16 11:50:24,85889.00,successful,555,US,7063.00,85889.00,30000.00 +1191708874,Mahogany Sunrise - Feature Film - Neo-Noir Romance Action,Narrative Film,Film & Video,USD,2012-05-21,25000.00,2012-04-23 22:11:03,27480.00,successful,92,US,27480.00,27480.00,25000.00 +119171584,IdeaShute,Software,Technology,USD,2016-05-04,10000.00,2016-04-04 19:25:20,6.00,failed,2,US,6.00,6.00,10000.00 +1191725047,TotemBowls - Nesting and Stacking Food Bowls,Product Design,Design,USD,2016-01-29,60000.00,2015-12-30 00:00:59,7347.00,failed,87,US,7347.00,7347.00,60000.00 +1191735506,Hapeville Little Free Libraries,Public Art,Art,USD,2014-12-10,250.00,2014-11-05 05:38:05,93.00,failed,7,US,93.00,93.00,250.00 +"1191748460,""The HuggleBib: """"Fuss Less No Mess"""""",Product Design,Design,AUD,2014-12-15,40000.00,2014-11-05 14:16:29,1476.00,failed,21,AU,1285.74,1207.26,32717.16" +1191750124,Why We Drink: How Alcohol Has Shaped and Guided Humanity,Nonfiction,Publishing,USD,2012-10-17,2500.00,2012-10-02 05:15:14,20.00,failed,2,US,20.00,20.00,2500.00 +1191750341,Artist View T-Shirts: Creating a Physical Artist Community,Apparel,Fashion,USD,2015-06-25,10000.00,2015-05-26 15:21:43,10057.00,successful,129,US,10057.00,10057.00,10000.00 +"1191754776,""Songs of Love, Saudade & Felicidad"",Classical Music,Music,USD,2012-02-22,25550.00,2011-12-24 22:32:43,862.00,failed,21,US,862.00,862.00,25550.00" +"1191765228,""Small Paintings, Large Prints"",Painting,Art,USD,2014-03-12,4275.00,2014-02-10 15:53:53,355.00,failed,6,US,355.00,355.00,4275.00" +1191768189,250 blank Sugar Skulls to promote folk art in our schools,Art,Art,USD,2013-06-03,7700.00,2013-04-19 15:27:03,8.00,canceled,1,US,8.00,8.00,7700.00 +1191769320,ATTILA - Powerful Civil War Short About Our World Today,Shorts,Film & Video,USD,2017-04-25,9000.00,2017-03-28 18:57:12,11855.00,successful,110,US,7204.00,11855.00,9000.00 +"1191772639,""""""Holotropic"""" Album by Brian Mulder"",Music,Music,USD,2016-11-08,15000.00,2016-10-19 11:01:00,16006.00,successful,181,US,80.00,16006.00,15000.00" +1191772857,Empyreome Magazine (Help Keep Us Going),Fiction,Publishing,USD,2017-05-18,250.00,2017-04-03 22:25:19,250.00,successful,10,US,0.00,250.00,250.00 +"1191774157,""""""ONE"""": Songs from the Universal Heart - An Album Project"",Pop,Music,USD,2013-03-23,4000.00,2013-02-21 23:17:39,4541.00,successful,85,US,4541.00,4541.00,4000.00" +119177695,Rachel Lark // Music Video & New Album,Pop,Music,USD,2015-05-24,13500.00,2015-04-22 19:39:29,15602.00,successful,296,US,15602.00,15602.00,13500.00 +1191778778,Extend-D - Worlds First Modular Power Cable!,Technology,Technology,USD,2018-02-01,30000.00,2017-12-12 13:30:28,1098.00,live,23,US,0.00,1098.00,30000.00 +1191796404,Arsenale Automatic Watch Tribute to Venice Royal Shipyard,Product Design,Design,EUR,2017-10-15,15000.00,2017-09-15 14:59:42,93813.00,successful,247,IT,32261.86,110867.79,17726.93 +"1191797370,""Recipe Book for Disney Inspired Cakes, Cupcakes & Cookies"",Publishing,Publishing,GBP,2014-06-22,4000.00,2014-05-23 09:16:41,0.00,failed,0,GB,0.00,0.00,6813.03" +1191798323,Spinner needs a loom,Weaving,Crafts,AUD,2016-04-17,700.00,2016-02-17 03:15:11,701.00,successful,13,AU,501.38,541.90,541.13 +1191799315,V COLLECTION | Sustainable High Fashion,Fashion,Fashion,USD,2014-10-20,4000.00,2014-10-10 20:59:56,7111.00,successful,70,US,7111.00,7111.00,4000.00 +1191800529,Second Earth,Video Games,Games,USD,2014-05-23,45000.00,2014-03-24 17:44:26,80.00,failed,6,US,80.00,80.00,45000.00 +1191800874,Giardino di Valsanzibio,Photobooks,Photography,USD,2017-08-07,8000.00,2017-06-08 21:31:53,8011.00,successful,42,US,1630.00,8011.00,8000.00 +1191802233,Help Fund Pals Around the World,Children's Books,Publishing,USD,2012-12-29,10000.00,2012-11-30 02:46:38,0.00,failed,0,US,0.00,0.00,10000.00 +1191802716,No Soul Left Behind,Tabletop Games,Games,USD,2014-08-22,6666.00,2014-07-23 21:07:27,13283.15,successful,376,US,13283.15,13283.15,6666.00 +1191804204,New England Unite for Injustice (Canceled),Journalism,Journalism,USD,2015-07-11,1000000.00,2015-05-12 01:09:24,1.00,canceled,1,US,1.00,1.00,1000000.00 +1191805349,TNT,Mobile Games,Games,CAD,2015-04-17,5000.00,2015-03-18 20:42:25,0.00,failed,0,CA,0.00,0.00,4101.39 +1191805952,The Anonymous King: Hwang Jeong Ri,Documentary,Film & Video,USD,2010-06-15,6000.00,2010-04-26 07:27:09,401.00,failed,6,US,401.00,401.00,6000.00 +1191809308,L.A. Summer: Uncertain future,Documentary,Film & Video,USD,2016-07-09,15000.00,2016-06-09 18:18:14,135.00,failed,2,US,135.00,135.00,15000.00 +"1191809672,""""""Life at the Register"""" Working Book Title"",Nonfiction,Publishing,USD,2015-06-04,1500.00,2015-05-05 23:45:26,50.00,failed,1,US,50.00,50.00,1500.00" +1191811871,Let's Get Rolling,Fabrication Tools,Technology,USD,2015-08-07,20000.00,2015-07-08 19:32:47,22577.00,successful,160,US,22577.00,22577.00,20000.00 +1191815235,Natasha's Just Brittle Production House,Small Batch,Food,USD,2017-12-27,25000.00,2017-11-26 19:14:16,1250.00,failed,49,US,10.00,1250.00,25000.00 +1191819170,The Five-year Garden Record,Nonfiction,Publishing,USD,2013-03-21,3000.00,2013-02-22 01:54:22,500.00,failed,6,US,500.00,500.00,3000.00 +1191820700,Comics Compiled Before Completion,Comics,Comics,USD,2013-12-26,2500.00,2013-10-27 08:10:43,36.00,failed,2,US,36.00,36.00,2500.00 +"1191821454,""The Armoires: """"Incidental Lightshow"""" LP (final stages)"",Rock,Music,USD,2015-10-23,3000.00,2015-09-23 22:27:39,3044.00,successful,44,US,3044.00,3044.00,3000.00" +"1191825714,""A Wood Fired Fire Truck, Oregon Bound"",Events,Food,USD,2017-09-10,3000.00,2017-08-25 20:03:29,1.00,failed,1,US,0.00,1.00,3000.00" +1191832982,Par(ad)is. 2 extra letters that give Paris a new identity.,Product Design,Design,EUR,2015-08-01,10000.00,2015-07-02 14:11:12,2229.00,failed,32,FR,2481.91,2438.76,10941.04 +1191833217,Numba One,Film & Video,Film & Video,USD,2013-04-12,65000.00,2013-03-03 18:16:37,1125.00,failed,4,US,1125.00,1125.00,65000.00 +1191839503,Tom Rush’s Grand Finale to his 50th Year On Stage,Country & Folk,Music,USD,2012-05-26,100000.00,2012-04-09 19:23:47,140984.00,successful,533,US,140984.00,140984.00,100000.00 +"1191851788,""Like Son, Like Father"",Drama,Film & Video,USD,2015-10-01,12000.00,2015-09-02 03:33:12,3030.00,failed,33,US,3030.00,3030.00,12000.00" +1191862348,The Yes Chef Project - Feel empowered in the kitchen,Webseries,Film & Video,GBP,2013-08-24,12000.00,2013-07-25 17:56:54,1232.37,failed,8,GB,1889.67,1910.00,18598.31 +1191863686,Fortis Bike Racks: Transport any Bicycle on any Car or Truck,Product Design,Design,USD,2018-01-09,5000.00,2017-12-05 20:33:03,2110.00,canceled,9,US,248.00,2110.00,5000.00 +1191863771,Goblins and Sea Demons wargames miniatures,Tabletop Games,Games,GBP,2016-12-08,800.00,2016-11-08 14:37:03,4552.00,successful,95,GB,1496.08,5726.43,1006.40 +1191865037,DEPRESSED YOUTH BY PAPERBOY,Apparel,Fashion,USD,2015-06-06,1000.00,2015-05-07 18:49:07,0.00,failed,0,US,0.00,0.00,1000.00 +1191869181,order of play (oop): a quarterly tennis magazine,Print,Journalism,GBP,2016-01-16,3000.00,2015-12-17 12:53:56,662.00,failed,24,GB,996.52,948.18,4296.89 +1191883551,The show must go on!,Rock,Music,GBP,2014-08-31,2500.00,2014-08-03 20:04:00,0.00,failed,0,GB,0.00,0.00,4073.98 +119188473,Noir City (Canceled),Shorts,Film & Video,USD,2013-08-23,12000.00,2013-07-29 19:10:34,20.00,canceled,2,US,20.00,20.00,12000.00 +1191891576,Project Buvuumu,Jewelry,Fashion,USD,2015-06-05,3000.00,2015-05-06 18:01:31,600.00,failed,14,US,600.00,600.00,3000.00 +1191898477,TwentyFirstFinger: handcrafted men underwear,Apparel,Fashion,USD,2015-04-09,10000.00,2015-03-10 16:52:35,445.00,failed,10,US,445.00,445.00,10000.00 +119190929,Surviving Highlands,Nonfiction,Publishing,GBP,2016-01-03,2000.00,2015-11-04 20:09:30,366.00,failed,16,GB,564.44,533.43,2914.94 +1191911552,The Blue Flame: An Autobiography,Graphic Novels,Comics,GBP,2017-03-02,900.00,2017-02-01 00:57:25,1672.00,successful,76,GB,906.62,2045.59,1101.09 +1191914851,The National Park Poster Project - Centennial Collection,Art,Art,USD,2015-12-04,7500.00,2015-10-28 18:14:45,26843.93,successful,445,US,26843.93,26843.93,7500.00 +119191973,His name is Barfi : Documentary about animal cruelty in Iran,Documentary,Film & Video,SEK,2016-05-14,400000.00,2016-04-11 18:45:57,20.00,failed,4,SE,2.45,2.40,47950.71 +1191928138,The Super 8 Web Portal,Zines,Publishing,EUR,2017-05-12,20000.00,2017-03-28 14:25:14,26972.00,successful,178,DE,1489.22,29334.61,21751.90 +11919320,Evermore tabletop terrain & accessories,Tabletop Games,Games,USD,2017-11-06,25000.00,2017-10-07 21:15:16,348.00,canceled,5,US,291.00,348.00,25000.00 +1191932246,SOLARSUIT records their first LP,Indie Rock,Music,USD,2014-01-02,8000.00,2013-12-02 05:28:48,8665.86,successful,101,US,8665.86,8665.86,8000.00 +1191932476,HOLDING ON~LETTING GO at the National Black Theatre Festival,Theater,Theater,USD,2013-06-27,14550.00,2013-05-28 06:05:56,18336.00,successful,211,US,18336.00,18336.00,14550.00 +"1191937006,""Yay, I'm a Published Author Now! (Canceled)"",Children's Books,Publishing,USD,2015-03-09,5000.00,2015-01-28 07:31:31,70.00,canceled,3,US,70.00,70.00,5000.00" +1191944176,Two Lumps Merchpalooza!,Webcomics,Comics,USD,2016-04-08,2500.00,2016-03-09 04:38:39,8210.00,successful,137,US,8210.00,8210.00,2500.00 +1191947650,Port CRAZYBUS to the WIi U eShop,Video Games,Games,USD,2015-02-15,50000.00,2014-12-17 01:01:08,51.00,failed,2,US,51.00,51.00,50000.00 +1191952696,Youplagle - A Social Network,Web,Technology,AUD,2015-08-04,40000.00,2015-07-05 11:29:51,1.00,failed,1,AU,0.75,0.74,29553.01 +1191955322,El Ranchito (Artifacts of Memory),Nonfiction,Publishing,USD,2016-08-22,2999.00,2016-07-23 02:11:37,1.00,failed,1,US,0.00,1.00,2999.00 +1191959742,This Zombie Trilogy Needs to Be Read!,Fiction,Publishing,USD,2012-10-02,1000.00,2012-08-03 15:37:02,1155.00,successful,21,US,1155.00,1155.00,1000.00 +1191961227,Playing with Balls: An Original Improv Web Series,Webseries,Film & Video,USD,2016-04-20,3150.00,2016-03-26 02:51:30,3290.00,successful,24,US,3290.00,3290.00,3150.00 +1191965877,Slipstream Time Hacking,Nonfiction,Publishing,USD,2015-03-29,4400.00,2015-03-06 04:46:47,5172.00,successful,117,US,5172.00,5172.00,4400.00 +119196595,The Eighth Day: A day in the life of the end of the world,Webcomics,Comics,USD,2015-07-10,4000.00,2015-06-10 22:26:39,4239.00,successful,115,US,4239.00,4239.00,4000.00 +"1191966774,""SNOWGRIPZ™- Innovative tire traction for snow, ice & mud"",Product Design,Design,USD,2016-01-10,30000.00,2015-12-11 19:57:55,6022.01,failed,136,US,6022.01,6022.01,30000.00" +1191968276,When The Bell Tolls... (Canceled),Webseries,Film & Video,USD,2015-06-04,1800.00,2015-05-05 18:38:21,40.00,canceled,1,US,40.00,40.00,1800.00 +1191969024,You Won't Believe What Happened - Share Your Drunk Story,Publishing,Publishing,USD,2011-11-06,1500.00,2011-09-22 01:38:08,0.00,failed,0,US,0.00,0.00,1500.00 +1191969156,Man I Love Fruit,Farmer's Markets,Food,USD,2015-08-07,100000.00,2015-07-08 23:01:05,0.00,failed,0,US,0.00,0.00,100000.00 +1191970594,Rumble Road,Video Games,Games,USD,2017-03-30,20000.00,2017-03-09 19:12:38,12360.00,canceled,446,US,6680.00,12360.00,20000.00 +1191976835,GO BIG OR GO HOME!,Film & Video,Film & Video,USD,2011-05-22,1000.00,2011-04-22 05:50:43,0.00,failed,0,US,0.00,0.00,1000.00 +1191977447,The Map of Alien Invaders,Illustration,Art,USD,2016-08-12,750.00,2016-07-13 10:32:59,2956.00,successful,84,US,1715.00,2956.00,750.00 +1191986614,Dollar Doodles! (Canceled),Illustration,Art,USD,2015-04-19,600.00,2015-03-20 16:23:38,54.00,canceled,15,US,54.00,54.00,600.00 +"1191991353,""Pop Planner - Plan, Organise, Prioritise"",Product Design,Design,AUD,2016-09-24,25000.00,2016-08-17 03:24:09,27063.00,successful,354,AU,3598.05,20608.44,19037.47" +119199515,Macon Escape,Live Games,Games,USD,2015-10-22,10000.00,2015-09-22 21:28:16,1.00,failed,1,US,1.00,1.00,10000.00 +1191997925,Clean/Positive Online Rap Course..,Art,Art,USD,2016-11-22,10000.00,2016-09-24 05:29:49,22.00,failed,3,US,0.00,22.00,10000.00 +"1191999942,""""""John Rambit: Merc for hire!"""""",Comics,Comics,USD,2011-09-25,5000.00,2011-08-26 10:52:52,0.00,failed,0,US,0.00,0.00,5000.00" +1192000468,Rubyfire - A Comedy Indie Feature,Shorts,Film & Video,USD,2010-05-09,10000.00,2010-04-09 02:01:23,40.00,failed,2,US,40.00,40.00,10000.00 +1192002351,One Hand One Heart,Film & Video,Film & Video,USD,2014-08-20,10000.00,2014-07-21 02:25:15,70.00,failed,3,US,70.00,70.00,10000.00 +1192002509,Rollin' Green Project,Documentary,Film & Video,USD,2013-01-31,5000.00,2013-01-11 22:11:48,0.00,failed,0,US,0.00,0.00,5000.00 +1192007198,W.B. Givens: The Debut Record,Country & Folk,Music,USD,2011-05-04,2000.00,2011-04-04 06:26:51,2166.11,successful,40,US,2166.11,2166.11,2000.00 +119200938,MURDER MILL,Shorts,Film & Video,USD,2014-02-01,1500.00,2013-12-30 18:41:37,2579.00,successful,83,US,2579.00,2579.00,1500.00 +1192017931,Mostly Harmless - an Elite: Dangerous novel (working title),Fiction,Publishing,GBP,2013-02-04,4242.00,2012-12-28 11:31:29,17005.04,successful,811,GB,27438.15,26871.42,6703.22 +1192028659,Crash House Saloon is going LIVE!,Country & Folk,Music,USD,2014-11-27,2000.00,2014-10-28 03:11:50,1.00,failed,1,US,1.00,1.00,2000.00 +1192029684,Adventures of a Vdub Bug illustrated Art book,Art Books,Publishing,AUD,2017-10-03,4500.00,2017-09-08 04:15:43,4622.00,successful,122,AU,782.82,3592.97,3498.13 +1192032143,Onyx Mobile Backpack,Product Design,Design,USD,2016-09-19,60000.00,2016-07-21 23:10:44,280.00,canceled,2,US,210.00,280.00,60000.00 +"1192035579,""""""Bigfoot Patrol: Yeti Squad"""" Embroidered Patch Artist Merch"",Illustration,Art,USD,2015-02-25,875.00,2015-01-26 21:19:06,2001.00,successful,98,US,2001.00,2001.00,875.00" +11920356,Selfie - Reality TV Show,Experimental,Film & Video,AUD,2015-03-14,200000.00,2015-02-12 01:32:20,10.00,failed,1,AU,7.83,7.70,154071.34 +1192042160,OAK.,Fashion,Fashion,USD,2016-06-14,2000.00,2016-04-30 23:22:54,0.00,failed,0,US,0.00,0.00,2000.00 +1192063364,Steel Toe Review - First Year Anthology,Periodicals,Publishing,USD,2012-02-16,1000.00,2012-01-16 00:27:17,1017.00,successful,26,US,1017.00,1017.00,1000.00 +1192064037,Weird-Ass Faces - A Coloring Book,Art Books,Publishing,USD,2017-03-19,1200.00,2017-02-22 15:58:47,1220.00,successful,25,US,128.00,1220.00,1200.00 +1192064677,TRANSHUMAN: THE SOLUTION / Vinyl + Game!,Electronic Music,Music,EUR,2016-10-15,1000.00,2016-09-15 01:07:57,1144.00,successful,17,DE,35.95,1245.36,1088.60 +1192065699,Flio Up - The 1st Laptop Stand Workstation on the Go,Product Design,Design,EUR,2016-07-28,3000.00,2016-06-16 19:13:07,26418.00,successful,365,NL,15545.02,29358.23,3333.89 +"1192065734,""WalleD - Elegant, Classy & Innovative Leather Wallet"",Product Design,Design,USD,2013-03-13,11000.00,2013-01-28 21:43:06,20686.00,suspended,615,US,20686.00,20686.00,11000.00" +1192069568,Deadfellas: the zombie mobster card game,Games,Games,USD,2011-07-21,6000.00,2011-06-21 11:06:45,8164.00,successful,161,US,8164.00,8164.00,6000.00 +1192070348,Glowdeck - A companion for your smartphone.,Product Design,Design,USD,2014-05-01,30000.00,2014-03-18 20:52:29,209669.00,successful,956,US,209669.00,209669.00,30000.00 +1192074299,Mike's Brush T-Shirt Collection,Fashion,Fashion,USD,2013-01-27,5000.00,2012-11-28 02:52:25,0.00,failed,0,US,0.00,0.00,5000.00 +119208526,Android Retro Tetris Game,Games,Games,USD,2013-12-19,1000.00,2013-11-19 03:27:26,3.00,failed,2,US,3.00,3.00,1000.00 +1192089569,Bossman,Comic Books,Comics,AUD,2014-10-16,2100.00,2014-09-16 00:37:10,2318.00,successful,46,AU,2094.97,2036.37,1844.86 +1192092754,SNDTRKR [Soundtracker] debut studio album,Music,Music,USD,2010-12-12,1.00,2010-11-12 07:08:22,105.00,successful,5,US,105.00,105.00,1.00 +1192093863,Oakland/Paris Photo Exhibit,Photography,Photography,USD,2014-03-07,5000.00,2014-02-05 22:24:54,5264.00,successful,34,US,5264.00,5264.00,5000.00 +1192096250,Touring Bands B&B,Music,Music,USD,2015-06-01,50000.00,2015-05-02 22:07:40,0.00,failed,0,US,0.00,0.00,50000.00 +1192099998,School Idol Tomodachi,Web,Technology,USD,2015-06-02,500.00,2015-05-03 17:55:09,2440.00,successful,77,US,2440.00,2440.00,500.00 +"1192100198,""Profilez, a Scenario on Racial Profiling"",Shorts,Film & Video,USD,2013-11-21,2500.00,2013-10-22 22:05:17,51.00,failed,2,US,51.00,51.00,2500.00" +1192103375,Fund ATLAS (Canceled),Pop,Music,USD,2013-12-25,1000.00,2013-10-26 09:00:24,65.00,canceled,5,US,65.00,65.00,1000.00 +1192103382,BHUG™,Product Design,Design,USD,2017-08-09,15000.00,2017-07-10 19:02:45,4920.00,failed,125,US,105.00,4920.00,15000.00 +1192117972,Amazing Balloon Spectacular Spectacle,Sculpture,Art,USD,2015-06-10,100.00,2015-05-11 03:48:57,20.00,failed,2,US,20.00,20.00,100.00 +1192124687,R2P Presents OKLAHOMA,Theater,Theater,USD,2012-06-10,8720.00,2012-05-22 16:31:37,9285.00,successful,121,US,9285.00,9285.00,8720.00 +"1192126692,""El Camino, custom handmade footwear"",Footwear,Fashion,EUR,2017-08-27,9000.00,2017-08-06 12:06:58,0.00,failed,0,NL,0.00,0.00,10727.95" +1192128127,Off-Broadway - The musical (Canceled),Musical,Theater,NOK,2015-04-15,50000.00,2015-02-17 23:33:12,0.00,canceled,0,NO,0.00,0.00,6439.23 +"1192136566,""I Know You Are, But What Am I?"",Music,Music,USD,2011-12-24,750.00,2011-10-25 14:33:16,30.00,failed,1,US,30.00,30.00,750.00" +119213918,The Sinister Stitch Chronicles: a documentary,Film & Video,Film & Video,USD,2011-08-06,10000.00,2011-07-02 02:38:39,2035.00,failed,30,US,2035.00,2035.00,10000.00 +1192139634,My dream of opening a bakery and a cake decorating operation,Restaurants,Food,GBP,2017-08-07,100000.00,2017-06-23 01:11:41,41.00,failed,2,GB,0.00,53.21,129792.59 +1192142633,Life Will Be Ecstasy - The Comic - Issue #1,Comics,Comics,USD,2013-01-03,5000.00,2012-12-04 18:14:19,845.00,failed,17,US,845.00,845.00,5000.00 +1192144560,five.mil - A Climbing Thing,Fashion,Fashion,USD,2014-08-17,3000.00,2014-07-18 03:56:41,1096.00,failed,54,US,1096.00,1096.00,3000.00 +1192165718,The Oscar Marion Project,Nonfiction,Publishing,USD,2015-07-28,10000.00,2015-07-13 17:36:43,50.00,failed,1,US,50.00,50.00,10000.00 +119217096,Not a Horror Story Web-series,Webseries,Film & Video,USD,2016-09-07,600.00,2016-07-24 17:20:54,50.00,failed,6,US,25.00,50.00,600.00 +1192179209,Folk City's Fiftieth Anniversary Kickoff Bootleg Recording,Country & Folk,Music,USD,2010-06-16,6000.00,2010-04-17 19:29:55,6061.00,successful,49,US,6061.00,6061.00,6000.00 +1192188791,Faktor Outdoors,Television,Film & Video,USD,2016-02-06,1000.00,2015-12-08 04:16:44,0.00,failed,0,US,0.00,0.00,1000.00 +1192191279,Mr. P and his grand adventures!,Children's Books,Publishing,USD,2016-02-22,4000.00,2016-01-23 07:36:29,0.00,failed,0,US,0.00,0.00,4000.00 +1192211030,The Story of Mr. Archer,Comics,Comics,USD,2013-01-07,500.00,2012-11-27 03:12:40,0.00,failed,0,US,0.00,0.00,500.00 +1192226684,7 Cutlery Co.: Artisan Kitchen Cutlery,Woodworking,Crafts,USD,2015-08-01,3000.00,2015-07-02 08:23:55,600.00,failed,5,US,600.00,600.00,3000.00 +1192235463,TrimTray: The Future in Easy Trimming & Pollen Collection,Gadgets,Technology,USD,2014-10-19,30000.00,2014-09-19 17:01:03,266.00,canceled,3,US,266.00,266.00,30000.00 +1192238223,THE UZICAL & NEW STUDIO ALBUM,Music,Music,USD,2010-04-30,5500.00,2010-02-09 17:32:47,5560.00,successful,75,US,5560.00,5560.00,5500.00 +1192239319,Siege!,Tabletop Games,Games,USD,2014-05-05,3000.00,2014-04-05 03:46:41,547.00,failed,16,US,547.00,547.00,3000.00 +1192241721,Modest Rebel,Technology,Technology,USD,2016-02-05,3000.00,2016-01-06 01:14:26,0.00,failed,0,US,0.00,0.00,3000.00 +1192242241,Fantasy Nouveau Coloring Book,Art Books,Publishing,USD,2016-03-17,1600.00,2016-02-02 00:28:22,3611.00,successful,105,US,3611.00,3611.00,1600.00 +"119224245,""TRiBOT 3D Print, CNC Mill, Auto-Mold machine in one machine"",Fabrication Tools,Technology,USD,2014-11-02,30000.00,2014-09-18 03:07:42,25444.00,canceled,41,US,25444.00,25444.00,30000.00" +1192245193,The Sik Boardz Project,Product Design,Design,USD,2013-07-10,85000.00,2013-06-10 22:44:34,1455.00,failed,2,US,1455.00,1455.00,85000.00 +1192246487,xWatch - The Most Functional and Smart...Watch.,Wearables,Technology,USD,2016-11-12,3000.00,2016-10-04 17:52:09,1700.00,suspended,12,US,157.00,1700.00,3000.00 +1192250119,Q.R.S Television is the place you can Showcase your TALENT,Television,Film & Video,USD,2014-11-09,10000.00,2014-10-10 13:07:46,0.00,failed,0,US,0.00,0.00,10000.00 +1192255032,BrewWear - Classy clothing for beerlovers,Fashion,Fashion,EUR,2016-09-13,300.00,2016-08-03 23:20:15,302.00,successful,9,BE,58.10,339.02,336.78 +1192257078,Brighid and The Babe,Illustration,Art,USD,2016-02-07,500.00,2016-01-08 16:41:28,74.00,failed,9,US,74.00,74.00,500.00 +1192258061,Sleepy Bear,Children's Books,Publishing,USD,2013-11-02,8450.00,2013-09-23 18:12:05,760.00,failed,12,US,760.00,760.00,8450.00 +1192261684,Every Shot Matters,Art Books,Publishing,GBP,2017-05-18,250.00,2017-04-18 10:04:14,1034.00,successful,39,GB,405.12,1345.51,325.32 +1192275158,Alone.,Shorts,Film & Video,USD,2013-06-25,2500.00,2013-06-04 22:11:20,3622.00,successful,67,US,3622.00,3622.00,2500.00 +1192276592,Quake[ing] in the Woods: Home[s] by a Lake,Shorts,Film & Video,USD,2014-03-23,750.00,2014-02-27 18:20:30,35.00,failed,2,US,35.00,35.00,750.00 +"1192291710,""FINCLIP, the easiest way to don/doff your scuba diving fins"",Wearables,Technology,EUR,2016-06-19,90000.00,2016-05-16 19:02:00,26349.00,failed,310,IT,29793.15,29157.77,99593.88" +1192292737,WestBurner Baptist Church Presents The AntiTrump.com,Conceptual Art,Art,USD,2016-05-21,2500.00,2016-04-21 02:47:55,1.00,failed,1,US,1.00,1.00,2500.00 +1192298054,Adam Lewis: Country Album!,Country & Folk,Music,USD,2012-07-20,2500.00,2012-06-15 22:38:22,175.00,failed,4,US,175.00,175.00,2500.00 +1192305766,The Things in the Darkness - A horror novel,Fiction,Publishing,USD,2014-09-05,725.00,2014-07-31 00:32:02,1306.00,successful,32,US,1306.00,1306.00,725.00 +119230692,CSU's Got Talent,Theater,Theater,USD,2015-04-04,2500.00,2015-02-13 21:25:12,25.00,failed,1,US,25.00,25.00,2500.00 +"1192309730,""One Door Closes, Another Door Opens!"",Nature,Photography,USD,2016-10-07,2000.00,2016-09-07 19:16:18,6.00,failed,2,US,0.00,6.00,2000.00" +1192313659,Looking In High Places,Photography,Photography,USD,2017-05-24,47500.00,2017-04-24 21:39:29,587.00,failed,10,US,134.00,587.00,47500.00 +"1192317246,""F3tto's new Video..... """"Never Coming Down"""""",Electronic Music,Music,USD,2013-05-12,500.00,2013-05-09 21:46:34,515.00,successful,22,US,515.00,515.00,500.00" +1192319792,Ameritocracy: Card Game,Tabletop Games,Games,USD,2016-05-18,12500.00,2016-04-15 18:02:56,13751.00,successful,282,US,13751.00,13751.00,12500.00 +119232844,Freeway Photography,Places,Photography,USD,2016-01-27,800.00,2015-12-28 23:41:03,115.00,failed,1,US,115.00,115.00,800.00 +"1192331185,""Corruption, Poverty & Happiness"",Documentary,Film & Video,USD,2013-05-02,1000.00,2013-04-02 17:48:03,0.00,failed,0,US,0.00,0.00,1000.00" +1192336048,Derby Girls: a Still and Motion Exhibit,Photography,Photography,USD,2012-07-28,5000.00,2012-06-28 20:26:30,80.00,failed,3,US,80.00,80.00,5000.00 +1192338078,THORIUM Molten-Salt Reactor [LFTR] - The Future of Energy,Documentary,Film & Video,USD,2012-04-15,20000.00,2012-02-15 19:39:53,32339.22,successful,677,US,32339.22,32339.22,20000.00 +1192338316,Remember,Shorts,Film & Video,USD,2012-03-08,1000.00,2012-02-07 18:44:44,30.00,failed,3,US,30.00,30.00,1000.00 +1192342797,Sigil & Sign — Cthulhu Mythos RPG where you play the cultist,Tabletop Games,Games,GBP,2017-05-22,35000.00,2017-04-27 18:02:01,76034.00,successful,868,GB,28296.61,97634.70,44943.24 +1192350233,Suicides: the most unusual movie about the beauty of life,Film & Video,Film & Video,USD,2011-06-17,100000.00,2011-04-28 17:01:21,57.00,failed,3,US,57.00,57.00,100000.00 +1192352841,Jupiter Reborn,Video Games,Games,CAD,2014-09-14,1200.00,2014-07-16 00:55:02,198.00,failed,8,CA,184.46,180.36,1093.10 +1192364538,Historic Traveling Blacksmith Forge,Woodworking,Crafts,USD,2015-03-27,7500.00,2015-02-25 05:45:11,1232.00,failed,20,US,1232.00,1232.00,7500.00 +1192365649,Union Street Choir,Comic Books,Comics,USD,2014-10-02,5000.00,2014-09-02 04:59:01,6060.00,successful,115,US,6060.00,6060.00,5000.00 +1192375541,Brand Bruno Clothing Co.,Apparel,Fashion,GBP,2015-03-15,4000.00,2015-02-13 20:44:36,45.00,failed,3,GB,68.50,66.84,5941.24 +1192381159,Letters to New Orleans: Your life in a Story,Nonfiction,Publishing,USD,2014-10-12,1000.00,2014-08-13 01:22:04,131.00,failed,4,US,131.00,131.00,1000.00 +1192385774,The Enormity of 2,Dance,Dance,USD,2012-11-21,1100.00,2012-11-07 01:10:05,1425.00,successful,17,US,1425.00,1425.00,1100.00 +1192387673,The Wilson Hand Dredge Pump,Product Design,Design,USD,2013-04-12,9750.00,2013-03-22 21:53:37,50.00,failed,2,US,50.00,50.00,9750.00 +1192388935,Kaffir Boy - Coming to the Big Screen,Film & Video,Film & Video,USD,2012-08-30,50000.00,2012-07-31 01:20:15,9304.11,failed,88,US,9304.11,9304.11,50000.00 +"1192404782,""Antonio Veracini, Nobiltà fiorentina del '600"",Classical Music,Music,EUR,2016-07-06,5000.00,2016-05-07 15:01:57,845.00,failed,14,IT,963.68,935.42,5535.01" +1192404863,The Savage East campaign setting expansion,Tabletop Games,Games,USD,2014-10-27,1200.00,2014-09-27 17:17:14,1516.00,successful,35,US,1516.00,1516.00,1200.00 +1192405496,WebEditor: Manage your website easily with this platform,Web,Technology,USD,2014-07-24,50000.00,2014-06-24 01:53:32,32.00,failed,4,US,32.00,32.00,50000.00 +1192407799,SPOOKY - PARANORMAL - HORROR FILM,Narrative Film,Film & Video,USD,2013-11-23,5000.00,2013-10-24 23:01:06,131.00,failed,3,US,131.00,131.00,5000.00 +1192411927,Libya : The Lost Days,Photobooks,Photography,GBP,2014-08-08,8750.00,2014-07-09 23:20:12,0.00,failed,0,GB,0.00,0.00,14703.66 +1192417671,Persian Fire and Steel: Historical Firearms of Iran 2,Nonfiction,Publishing,EUR,2017-07-14,15000.00,2017-06-14 23:10:45,9885.00,failed,59,DE,872.78,11283.73,17122.51 +1192428291,Toucan Play that Game - Season 2,Tabletop Games,Games,GBP,2017-04-06,1500.00,2017-02-28 09:58:13,2513.00,successful,144,GB,335.56,3121.70,1863.33 +1192435702,Lazy Sunday Stickers,Public Art,Art,USD,2015-02-11,10000.00,2015-01-12 21:39:53,0.00,failed,0,US,0.00,0.00,10000.00 +1192445293,Maine Teens Teach Multi-Dimensional Art in Guatemala,Mixed Media,Art,USD,2013-03-05,2000.00,2013-02-13 22:42:36,2184.00,successful,51,US,2184.00,2184.00,2000.00 +1192447354,JAMES TOMLINSON DANCE MASTERCLASSES & DANCE SCHOOLS,Dance,Dance,GBP,2017-12-30,9850.00,2017-11-30 01:37:44,0.00,failed,0,GB,0.00,0.00,13348.33 +1192451078,MISMANAGED - A Comedy Series,Comedy,Film & Video,USD,2016-11-25,9000.00,2016-10-25 17:00:18,2812.00,failed,33,US,261.00,2812.00,9000.00 +1192454668,Stark Shakespeare Duo's,Webseries,Film & Video,GBP,2017-09-16,2000.00,2017-07-18 14:30:15,21.00,canceled,1,GB,0.00,28.49,2713.63 +"1192454844,""Making a difference with my anticipated Cd """"Luv & Respect"""""",Hip-Hop,Music,USD,2011-12-03,17500.00,2011-11-01 21:14:52,470.00,failed,5,US,470.00,470.00,17500.00" +1192455296,Socrates Sculpture Park Site-Specific Dance/Music Showing!,Performance Art,Art,USD,2011-08-01,1500.00,2011-07-02 16:30:04,65.00,failed,3,US,65.00,65.00,1500.00 +1192457365,Wasatch Duo: The most practical minimalist wallet,Design,Design,USD,2017-01-12,4000.00,2016-12-13 08:07:09,4134.00,successful,109,US,1495.00,4134.00,4000.00 +1192458095,Vietnam Redux - The Story of Storytelling,Narrative Film,Film & Video,USD,2010-10-09,3500.00,2010-09-10 03:40:20,3525.00,successful,30,US,3525.00,3525.00,3500.00 +119245924,Balance of the Planet,Video Games,Games,USD,2012-08-29,150000.00,2012-07-30 16:16:17,13594.00,failed,264,US,13594.00,13594.00,150000.00 +"1192461154,""Backseat Bingo's 7"""" single / EP Release!"",Rock,Music,USD,2012-01-01,1500.00,2011-11-11 02:29:24,1542.00,successful,39,US,1542.00,1542.00,1500.00" +1192467196,The Essential Case | An 11Collection Leather Design,Design,Design,USD,2016-09-21,2500.00,2016-08-23 16:21:51,2525.00,successful,13,US,3113.00,2525.00,2500.00 +1192469894,VOTA House Party for Ashley Lederer,Music,Music,USD,2011-06-04,1000.00,2011-05-05 05:36:59,0.00,failed,0,US,0.00,0.00,1000.00 +1192484978,The Aliens are HERE!!!! The Peregrin Chronicles: Issue 2,Comic Books,Comics,USD,2015-09-16,750.00,2015-08-17 16:31:37,172.00,failed,12,US,172.00,172.00,750.00 +1192486823,Railway Documentary DVD: All Change Ambergate - Buxton,Documentary,Film & Video,GBP,2015-07-01,25000.00,2015-05-22 20:01:57,28.00,failed,1,GB,43.55,43.75,39059.45 +1192493082,Dock-to-table blue claw crabs,Farms,Food,USD,2017-12-12,6000.00,2017-11-12 20:14:32,231.00,failed,5,US,50.00,231.00,6000.00 +1192505069,Parmaschnel,Food,Food,AUD,2015-12-21,5000.00,2015-11-21 10:14:13,0.00,failed,0,AU,0.00,0.00,3631.08 +119250754,Stuck On An Eyeland,Animation,Film & Video,USD,2013-04-06,5000.00,2013-03-07 08:16:22,150.00,failed,5,US,150.00,150.00,5000.00 +1192510918,Smash The Dash - Shirts To Encourage The World,Apparel,Fashion,USD,2017-05-04,5000.00,2017-04-04 19:47:47,100.00,failed,1,US,120.00,100.00,5000.00 +1192515033,Webinar: So You Want to Be a Sports Agent,Webseries,Film & Video,USD,2016-06-16,200.00,2016-06-06 17:13:43,0.00,failed,0,US,0.00,0.00,200.00 +1192525663,CEO Girl,Web,Technology,USD,2016-12-19,5000.00,2016-11-19 21:22:56,50.00,failed,1,US,0.00,50.00,5000.00 +1192527584,KOMPLETLY KRAP KHARAKTERS,Art,Art,GBP,2015-07-19,1000.00,2015-05-20 23:15:48,3.00,failed,1,GB,4.69,4.64,1547.46 +"1192538948,""18"""" x 24"""" Cardstock Metabolism Diagram"",Illustration,Art,USD,2012-05-31,400.00,2012-05-21 21:57:37,76.00,failed,6,US,76.00,76.00,400.00" +1192550682,Buffalo Boys,Narrative Film,Film & Video,USD,2012-04-26,1250.00,2012-03-27 20:05:45,5702.00,successful,63,US,5702.00,5702.00,1250.00 +1192552010,Sonoma Cider Taproom,Drinks,Food,USD,2016-09-13,15000.00,2016-07-15 22:50:19,6748.00,failed,71,US,1007.00,6748.00,15000.00 +"1192555024,""Dice Hospital - a 1-4 player game. Roll, Treat, Discharge!"",Tabletop Games,Games,GBP,2017-11-02,12750.00,2017-09-27 13:00:22,157688.65,successful,2525,GB,31465.88,206715.32,16714.08" +1192559680,Impetuous Dark One: Book One,Fiction,Publishing,USD,2012-04-08,6000.00,2012-03-09 17:50:38,0.00,failed,0,US,0.00,0.00,6000.00 +1192564712,The BLB's 2nd album: The War On Sobriety,Pop,Music,USD,2011-08-09,8000.00,2011-06-22 10:10:23,0.00,failed,0,US,0.00,0.00,8000.00 +1192584360,Khachkar Masterpiece,Sculpture,Art,USD,2016-03-08,45000.00,2016-01-08 22:36:02,366.00,failed,6,US,366.00,366.00,45000.00 +1192590341,...And In 3 Days...,Shorts,Film & Video,USD,2013-05-07,4000.00,2013-04-22 19:08:37,4331.00,successful,76,US,4331.00,4331.00,4000.00 +1192593501,Flying a Jet Fighter,Action,Film & Video,CAD,2014-09-07,23000.00,2014-07-09 00:45:01,0.00,failed,0,CA,0.00,0.00,20797.54 +119259704,The Hybrid 3D Lunatic And Other Maze Puzzles,Puzzles,Games,USD,2014-08-08,300.00,2014-07-18 03:07:07,810.00,successful,6,US,810.00,810.00,300.00 +1192607377,DC Sills CD Project: Let My Angels Catch Up With Me,Country & Folk,Music,USD,2014-01-09,1500.00,2013-12-10 18:20:23,1605.00,successful,32,US,1605.00,1605.00,1500.00 +1192607812,Rickardo Antonio rope inspired sterling silver jewellery,Fashion,Fashion,GBP,2013-02-23,4000.00,2013-01-24 23:00:05,163.00,failed,5,GB,258.11,245.06,6013.68 +1192613210,Smart Home Irrigation Controlller--Internet of Things System,Technology,Technology,USD,2015-06-01,65000.00,2015-05-04 06:34:29,1718.00,canceled,16,US,1718.00,1718.00,65000.00 +1192620680,The Push Chronicles & Three Seconds to Legend: Take 2!,Fiction,Publishing,USD,2014-10-03,500.00,2014-09-18 21:14:38,735.00,successful,6,US,735.00,735.00,500.00 +1192620744,Men of Bronze a fashion multibrand-to build new bussinesses,Fashion,Fashion,USD,2014-04-25,50000.00,2014-03-26 06:45:36,0.00,failed,0,US,0.00,0.00,50000.00 +"1192623770,""Vida Tortilla - New Hampshire made, New Hamshire grown"",Food,Food,USD,2018-01-22,11500.00,2017-12-04 17:04:28,5405.00,live,65,US,1550.00,5405.00,11500.00" +1192623786,Overexposed: Slightly Awkward in Edinburgh,Performance Art,Art,USD,2012-08-02,4000.00,2012-07-02 18:06:31,4298.00,successful,79,US,4298.00,4298.00,4000.00 +1192628415,Cactus Gold,Shorts,Film & Video,USD,2013-10-02,1450.00,2013-09-06 20:12:08,1638.00,successful,23,US,1638.00,1638.00,1450.00 +1192630384,Up South & Down to Shred (Canceled),Documentary,Film & Video,USD,2015-06-24,15000.00,2015-04-25 21:24:00,0.00,canceled,0,US,0.00,0.00,15000.00 +1192639501,Bottle Tag Clip,Product Design,Design,USD,2014-08-06,6000.00,2014-07-07 19:29:18,332.00,failed,11,US,332.00,332.00,6000.00 +1192654958,Rob Swigart's Portal (1986) Reborn (Canceled),Video Games,Games,USD,2012-05-27,900000.00,2012-04-24 00:12:42,14849.01,canceled,319,US,14849.01,14849.01,900000.00 +119265714,ayudARTE,R&B,Music,MXN,2017-11-25,12000.00,2017-10-31 02:05:13,960.00,failed,2,MX,0.00,51.41,642.60 +1192673283,Katies wish,Art,Art,USD,2015-03-19,2579.00,2015-02-17 19:12:21,0.00,failed,0,US,0.00,0.00,2579.00 +1192686172,Help me bring Confessions of a Homo Thug Porn Star back,Theater,Theater,USD,2010-10-25,3000.00,2010-09-25 18:59:59,530.00,failed,8,US,530.00,530.00,3000.00 +"1192694216,""A smart dispenser for rice, coffee and other dry goods"",Product Design,Design,USD,2014-07-26,5000.00,2014-07-07 12:01:56,7844.00,successful,138,US,7844.00,7844.00,5000.00" +1192707273,Smart Glove,Hardware,Technology,USD,2011-11-05,5000.00,2011-10-06 03:39:19,21.00,failed,3,US,21.00,21.00,5000.00 +1192710471,My Mood Tracker - Mental Health Tracking & Management,Apps,Technology,USD,2014-11-30,3000.00,2014-10-31 21:40:56,230.00,failed,6,US,230.00,230.00,3000.00 +1192712818,The Image Christmas,Family,Film & Video,USD,2015-12-25,1000.00,2015-12-22 04:39:52,0.00,failed,0,US,0.00,0.00,1000.00 +"119271645,""kika:Turning your iPhone to a styled, professional camera"",Camera Equipment,Technology,USD,2016-12-06,30000.00,2016-10-27 19:08:06,5921.00,failed,92,US,1662.00,5921.00,30000.00" +1192722143,BOix,Product Design,Design,EUR,2016-01-11,2000.00,2015-12-18 11:07:25,2000.00,successful,42,ES,2168.45,2182.81,2182.81 +1192729100,THE DARK SIDE OF THE SUN,Documentary,Film & Video,USD,2010-06-06,30000.00,2010-03-08 19:51:35,3155.00,failed,47,US,3155.00,3155.00,30000.00 +1192734961,I Pray Hardest When I'm Being Shot At (Canceled),Nonfiction,Publishing,USD,2010-10-08,5000.00,2010-09-08 06:52:56,0.00,canceled,0,US,0.00,0.00,5000.00 +1192745298,ELLIOTS i BROMMA,Cookbooks,Food,SEK,2016-07-14,50000.00,2016-05-15 19:01:17,55900.00,successful,122,SE,6751.25,6578.72,5884.36 +1192747934,Help the Candyman make his comeback!!,Food,Food,USD,2016-02-04,10000.00,2016-01-05 17:35:48,13650.00,successful,232,US,13650.00,13650.00,10000.00 +1192756358,What if you had to turn your life into a book? (Canceled),Fiction,Publishing,USD,2011-03-09,10000.00,2010-12-09 01:55:02,11.01,canceled,2,US,11.01,11.01,10000.00 +1192760210,Southern Peach Co.,Apparel,Fashion,USD,2015-09-09,6000.00,2015-08-10 18:37:03,0.00,failed,0,US,0.00,0.00,6000.00 +1192766429,publishing and traslation nothing is true of what is false,Translations,Publishing,EUR,2017-12-22,25000.00,2017-10-23 21:16:44,0.00,failed,0,IT,0.00,0.00,29632.44 +1192769252,Day of the Dead Frida the Riveter Vinyl Stickers,Illustration,Art,USD,2016-01-25,250.00,2016-01-11 22:15:55,2030.00,successful,123,US,2030.00,2030.00,250.00 +119276954,Horsedrawn Farm Delivery,Food,Food,USD,2012-08-23,10000.00,2012-08-02 18:54:41,10577.00,successful,131,US,10577.00,10577.00,10000.00 +1192773960,portraits,Art,Art,USD,2015-01-28,3000.00,2014-12-29 18:38:34,80.00,failed,4,US,80.00,80.00,3000.00 +1192784460,MØRIO,Apparel,Fashion,USD,2015-05-03,5000.00,2015-04-03 21:09:42,1.00,failed,1,US,1.00,1.00,5000.00 +1192788516,The Most Incredible Science Experiment Book Ever!,Publishing,Publishing,GBP,2014-02-09,882.00,2014-01-10 02:11:51,2240.00,successful,175,GB,3672.37,3742.75,1473.71 +119279294,My Pipedream - A Memoir About Chasing the Impossible,Nonfiction,Publishing,USD,2013-06-19,23000.00,2013-05-20 14:48:01,6870.00,failed,40,US,6870.00,6870.00,23000.00 +119279533,Ryan's Label,Apparel,Fashion,USD,2016-09-08,3500.00,2016-08-09 20:35:50,105.00,failed,1,US,105.00,105.00,3500.00 +1192801666,The Mind Hero,Games,Games,USD,2015-06-17,9000.00,2015-05-18 23:49:26,201.00,failed,13,US,201.00,201.00,9000.00 +"1192821774,""Trio Eclectic - Dave Goldberg, Duane Allen, Jason Harnell."",Music,Music,USD,2014-12-04,10.00,2014-11-04 11:13:28,10.00,successful,1,US,10.00,10.00,10.00" +11928334,Futures: A Novel by John Barker,Fiction,Publishing,GBP,2013-06-20,5000.00,2013-05-16 19:25:28,5035.14,successful,82,GB,7674.36,7777.24,7722.96 +1192838448,Willamette Valley Jam,Small Batch,Food,USD,2016-08-01,500.00,2016-07-21 21:03:28,819.00,successful,16,US,0.00,819.00,500.00 +1192840223,Notes on an Appearance,Narrative Film,Film & Video,USD,2017-05-26,15000.00,2017-04-26 21:06:02,18750.00,successful,235,US,6530.00,18750.00,15000.00 +119284182,The Monumental Hip-Hop Battle: Big Daddy Kane vs. Rakim,Hip-Hop,Music,USD,2015-06-13,500000.00,2015-04-14 10:18:34,1.00,failed,1,US,1.00,1.00,500000.00 +1192843600,Kermit McFlashback: Operation Album 6,Music,Music,USD,2017-07-10,600.00,2017-06-10 14:31:54,228.00,failed,8,US,0.00,228.00,600.00 +"1192845222,""H.P. Lovecraft Film Festival & CthulhuCon (Portland, OR)"",Film & Video,Film & Video,USD,2013-03-14,9000.00,2013-02-21 01:13:35,16944.00,successful,232,US,16944.00,16944.00,9000.00" +1192865148,La Huesera- performing pregnant in Furnace Plantation,Dance,Dance,GBP,2016-03-13,300.00,2016-02-22 11:38:03,347.00,successful,24,GB,499.87,502.70,434.61 +1192866270,The Mill at Calder's End - A Ghost Story Puppet Film,Horror,Film & Video,USD,2013-03-25,32000.00,2013-02-23 08:45:24,65073.00,successful,700,US,65073.00,65073.00,32000.00 +1192873225,Making Cent$,Film & Video,Film & Video,USD,2011-07-04,2700.00,2011-05-17 20:42:20,3175.11,successful,58,US,3175.11,3175.11,2700.00 +1192873716,EUROPE TOUR 2011,Music,Music,USD,2011-04-07,2000.00,2011-01-06 10:42:29,50.00,failed,2,US,50.00,50.00,2000.00 +1192873824,(Re)Marking Time: a monotype cycle,Art,Art,USD,2010-12-15,7500.00,2010-10-31 00:20:29,1200.00,failed,8,US,1200.00,1200.00,7500.00 +1192884375,Sova Millinery,Accessories,Fashion,CAD,2016-04-06,5000.00,2016-03-07 20:05:50,5145.00,successful,14,CA,3863.92,3934.09,3823.21 +1192900876,Brian The Ball (Canceled),Mobile Games,Games,AUD,2014-12-04,75000.00,2014-11-06 00:57:32,0.00,canceled,0,AU,0.00,0.00,62793.03 +1192902218,Scraps,Food,Food,USD,2017-04-19,30000.00,2017-02-18 12:46:14,97.00,failed,13,US,2.00,97.00,30000.00 +1192902857,Journey to Pripyat: A Quarter-Century Later,Photography,Photography,USD,2010-10-16,8000.00,2010-07-18 12:15:24,0.00,failed,0,US,0.00,0.00,8000.00 +1192912928,Tragic Kingdom- a novella by Alex Campbell,Fiction,Publishing,USD,2012-05-16,5000.00,2012-04-17 06:22:24,1.00,failed,1,US,1.00,1.00,5000.00 +"1192914970,""Funding For Album """"In Due Time"""" Due Out Fall 2013"",Hip-Hop,Music,USD,2013-01-10,20000.00,2012-12-26 23:43:55,0.00,failed,0,US,0.00,0.00,20000.00" +1192920697,Koppr Bottle | The Modern Ayurvedic Water Bottle,Product Design,Design,USD,2018-01-26,30000.00,2017-12-27 22:49:13,695.00,live,16,US,415.00,695.00,30000.00 +1192920838,Friends in Faith Quilts,Quilts,Crafts,USD,2014-10-10,25000.00,2014-09-10 23:54:09,100.00,failed,1,US,100.00,100.00,25000.00 +1192921462,Vintage 1950s DINER Restoration: Roger's Redliner Diner,Food,Food,USD,2013-12-22,50000.00,2013-11-22 16:01:18,13731.00,failed,131,US,13731.00,13731.00,50000.00 +1192931058,Alist-holes (Canceled),Comedy,Film & Video,USD,2015-03-19,25000.00,2015-02-17 18:50:26,4437.00,canceled,76,US,4437.00,4437.00,25000.00 +119293526,PokéZine 4,Illustration,Art,USD,2017-10-05,10000.00,2017-09-05 16:33:37,6427.00,failed,160,US,245.00,6427.00,10000.00 +"1192935770,""""""Chubby Daddey"""" A Children's book by an 8 year old."",Children's Books,Publishing,USD,2012-09-30,5000.00,2012-08-13 23:32:40,5027.01,successful,47,US,5027.01,5027.01,5000.00" +119294608,Little Free Kids Library,DIY,Crafts,USD,2016-05-18,250.00,2016-04-18 06:33:53,55.00,failed,3,US,55.00,55.00,250.00 +1192950081,SlipSpace,Video Games,Games,GBP,2013-01-13,2028.00,2012-11-29 19:06:35,2282.50,successful,121,GB,3655.60,3632.59,3227.55 +1192951987,RooSport 2.0 Wallet: World's First Magnetic Wallet/Pocket,Fashion,Fashion,USD,2014-07-28,20000.00,2014-06-24 18:45:17,115111.00,successful,3531,US,115111.00,115111.00,20000.00 +1192955171,Happy Eye - Another Eye For You,Camera Equipment,Technology,AUD,2015-11-16,5000.00,2015-10-07 15:02:15,32789.00,successful,261,AU,23218.47,23638.53,3604.64 +"1192957645,""Doughboy: Inventor, Entrepreneur, Funnel Cake Hero "",Film & Video,Film & Video,USD,2011-01-02,2250.00,2010-12-12 02:15:04,2920.00,successful,37,US,2920.00,2920.00,2250.00" +1192962654,Midwest Custom Pens,Woodworking,Crafts,USD,2014-08-22,1500.00,2014-07-23 23:28:23,1691.00,successful,34,US,1691.00,1691.00,1500.00 +1192963011,Bandido Loco: A Crowdsourcing App-xperiment,Video Games,Games,USD,2012-03-07,3000.00,2012-02-15 22:34:32,0.00,failed,0,US,0.00,0.00,3000.00 +"1192968109,Mike Neer's Steelonious Project,Music,Music,USD,2015-11-15,5500.00,2015-10-01 19:02:12,5732.00,undefined,0,""N,0"""""",,5732.00,5500.00" +119296861,Epic Europe,Photography,Photography,GBP,2013-08-24,2500.00,2013-08-08 18:21:38,370.00,failed,7,GB,567.27,573.45,3874.65 +"1192968883,""""""Power of Passion"""" Concert Tour to Romania"",Country & Folk,Music,USD,2013-05-15,1000.00,2013-03-19 16:11:27,25.00,failed,1,US,25.00,25.00,1000.00" +1192972538,A new efficient kiln for a new line of pottery,Art,Art,USD,2013-09-05,3200.00,2013-08-06 14:41:28,3302.00,successful,57,US,3302.00,3302.00,3200.00 +1192973223,Good Game,Live Games,Games,USD,2014-12-12,5000.00,2014-10-28 19:48:41,0.00,failed,0,US,0.00,0.00,5000.00 +1192976250,Project 21 Twelve,Video Games,Games,USD,2012-11-06,250000.00,2012-10-07 13:31:27,102.00,failed,4,US,102.00,102.00,250000.00 +119297646,The Devil's Pool - Issue 4 - Graphic Novel & Back Issues,Graphic Novels,Comics,USD,2017-03-26,1300.00,2017-02-23 16:25:29,1329.00,successful,33,US,158.00,1329.00,1300.00 +1192979081,CarFae,Web,Technology,USD,2015-09-26,5000.00,2015-08-20 18:40:42,1285.00,failed,27,US,1285.00,1285.00,5000.00 +1192983025,Evergreen: The Road to Legalization in Washington State,Documentary,Film & Video,USD,2012-10-05,33000.00,2012-09-10 21:30:30,15280.00,failed,74,US,15280.00,15280.00,33000.00 +119299322,ILL PATIENTZ ALBUM/TOUR,Music,Music,USD,2012-06-15,8000.00,2012-05-16 21:18:30,45.00,failed,3,US,45.00,45.00,8000.00 +1192994164,All Natural Hot Sauce Chutney Flavor meets Heat,Food,Food,USD,2014-11-26,8500.00,2014-10-27 00:16:48,525.00,failed,15,US,525.00,525.00,8500.00 +1193002949,WELTSCHMERZ,Narrative Film,Film & Video,CAD,2016-02-06,225000.00,2016-01-07 16:48:35,25.00,failed,1,CA,17.84,17.96,161603.10 +1193008297,20 YEARS OF MADNESS,Documentary,Film & Video,USD,2012-05-06,12000.00,2012-04-06 03:19:03,12349.69,successful,312,US,12349.69,12349.69,12000.00 +1193010480,Overwatch Iris Core,Webseries,Film & Video,USD,2016-10-31,1000.00,2016-09-08 17:38:37,0.00,canceled,0,US,0.00,0.00,1000.00 +1193015256,Confessions of a Black Travel Diva Funding for Editor,Fiction,Publishing,USD,2013-06-02,700.00,2013-05-03 18:07:05,164.00,failed,5,US,164.00,164.00,700.00 +1193016311,Inspire. Motivate. Educate. A Lifestyle,Apparel,Fashion,USD,2015-10-19,1300.00,2015-10-05 17:52:48,0.00,failed,0,US,0.00,0.00,1300.00 +"1193029300,""Eye-Q Pen&Paper Puzzle Games for Artists, Designers and All"",Puzzles,Games,USD,2015-05-15,5000.00,2015-04-15 04:38:53,224.00,canceled,5,US,224.00,224.00,5000.00" +1193043527,Cross Cultures: An Exciting New Children's Book Series,Children's Books,Publishing,USD,2012-11-07,5000.00,2012-10-07 01:05:35,1051.00,canceled,5,US,1051.00,1051.00,5000.00 +1193046986,Music To Die Alone In Space To,Electronic Music,Music,USD,2015-09-26,2000.00,2015-09-03 18:39:43,25680.00,successful,663,US,25680.00,25680.00,2000.00 +1193047011,LIKE A ROCK - A Glass Show,Conceptual Art,Art,USD,2012-05-14,3000.00,2012-04-26 02:44:39,3810.00,successful,39,US,3810.00,3810.00,3000.00 +119305918,Women of Darjeeling: Stories from the ground up,Journalism,Journalism,USD,2014-05-17,4000.00,2014-04-23 19:02:05,4512.00,successful,45,US,4512.00,4512.00,4000.00 +"1193065624,""""""Woolies for the Winter"""" | A Children's Book in Watercolor"",Children's Books,Publishing,USD,2015-12-21,6703.00,2015-11-20 14:04:59,7549.00,successful,192,US,7549.00,7549.00,6703.00" +1193073262,The Werewolves of Hollywood Blvd: A Damnable Rock Musical,Musical,Theater,USD,2014-06-19,5500.00,2014-05-20 21:12:50,5565.00,successful,60,US,5565.00,5565.00,5500.00 +1193077968,MapForge – battlemap creation software for tabletop RPGs,Tabletop Games,Games,USD,2017-03-23,9000.00,2017-02-20 14:41:35,82005.82,successful,1828,US,16028.88,82005.82,9000.00 +1193081490,The Dream Square Project,Mixed Media,Art,USD,2013-08-14,111111.00,2013-07-15 16:05:38,4738.00,failed,32,US,4738.00,4738.00,111111.00 +1193085547,Amitashram Shanti Gathering & Cob Building Project,Crafts,Crafts,EUR,2016-10-19,3550.00,2016-09-19 17:46:54,25.00,failed,1,IE,0.00,27.22,3864.53 +1193089306,DARK AGE: The Big Money Attack on Public Education,Documentary,Film & Video,USD,2017-10-25,15000.00,2017-10-03 17:47:25,15721.00,successful,130,US,5383.00,15721.00,15000.00 +1193095143,Broccoli vs. Kale Campaign in New Haven,Public Art,Art,USD,2014-02-25,600.00,2014-02-12 21:46:01,2448.00,successful,48,US,2448.00,2448.00,600.00 +1193098928,Gyrus Feature Film,Drama,Film & Video,USD,2017-03-07,200000.00,2017-02-05 22:48:24,660.00,failed,4,US,0.00,660.00,200000.00 +1193107471,Opera Kids,Documentary,Film & Video,USD,2011-08-23,30000.00,2011-06-24 04:22:30,33412.01,successful,427,US,33412.01,33412.01,30000.00 +1193116653,Project Comedy,Apps,Technology,USD,2015-04-19,1000.00,2015-02-18 00:37:43,18.00,failed,4,US,18.00,18.00,1000.00 +1193121214,Tailgate Gourmet Food Truck,Food,Food,USD,2012-05-14,13000.00,2012-04-07 02:37:30,13025.00,successful,46,US,13025.00,13025.00,13000.00 +1193125081,Madeleines & Maledictions,Graphic Novels,Comics,USD,2017-11-04,12500.00,2017-09-29 20:38:54,5346.00,failed,147,US,1503.00,5346.00,12500.00 +1193127028,Fashion | Interior design | Art,Art,Art,SEK,2017-07-12,10000.00,2017-06-22 11:06:33,0.00,failed,0,SE,0.00,0.00,1197.38 +1193128882,Mallory Jean Wilson - Debut Album,Country & Folk,Music,USD,2012-06-03,7750.00,2012-04-19 15:05:47,7865.00,successful,94,US,7865.00,7865.00,7750.00 +1193129001,Life of a Soldier Calendar,Calendars,Publishing,USD,2014-08-10,3500.00,2014-07-11 19:38:17,50.00,failed,2,US,50.00,50.00,3500.00 +1193141924,The REDIDESK Pilot,Hardware,Technology,USD,2014-12-19,70000.00,2014-11-04 16:48:49,806.00,failed,14,US,806.00,806.00,70000.00 +1193147744,The Gates of Texas,Photography,Photography,USD,2013-11-24,15250.00,2013-10-25 23:19:22,3.00,failed,2,US,3.00,3.00,15250.00 +1193149208,FREE THE PASSION,Food,Food,GBP,2015-03-27,150000.00,2015-02-25 23:07:59,0.00,failed,0,GB,0.00,0.00,223131.28 +1193153708,Dog of the Dead,Graphic Novels,Comics,USD,2017-06-23,3000.00,2017-05-24 01:02:22,3291.00,successful,55,US,30.00,3291.00,3000.00 +1193159120,Toots! - Bandana and Pin set,Accessories,Fashion,USD,2017-08-23,2000.00,2017-08-02 18:00:24,2780.00,successful,93,US,756.00,2780.00,2000.00 +1193159294,Real life game,Live Games,Games,EUR,2017-01-16,30000.00,2016-12-07 17:37:30,0.00,canceled,0,ES,0.00,0.00,31895.89 +1193169192,Honeypot,Narrative Film,Film & Video,USD,2015-01-23,20000.00,2014-12-09 02:00:16,8908.00,failed,64,US,8908.00,8908.00,20000.00 +"1193170028,""Bradley's Circus """"Bang Bang Wa Wee's"""" brand new album!"",Country & Folk,Music,USD,2011-04-02,2000.00,2011-02-08 17:41:16,496.00,failed,15,US,496.00,496.00,2000.00" +1193177083,SPOT - A Collaborative Search & Rescue App,Software,Technology,USD,2014-11-22,5000.00,2014-10-23 14:08:58,319.00,failed,18,US,319.00,319.00,5000.00 +"1193178971,""""""Miss Hill"""""",Documentary,Film & Video,USD,2012-10-30,10000.00,2012-09-15 21:01:26,11078.00,successful,126,US,11078.00,11078.00,10000.00" +1193179492,Chess Game for Mac OS X with Multi-Language,Video Games,Games,USD,2013-04-14,7500.00,2013-03-15 12:17:08,21.00,failed,4,US,21.00,21.00,7500.00 +1193181756,Wildwich Gourmet Food Truck,Food,Food,USD,2013-09-21,6800.00,2013-08-07 23:06:22,2347.00,failed,25,US,2347.00,2347.00,6800.00 +1193190455,Recipes from the Wilderness,Nonfiction,Publishing,CAD,2015-04-01,32000.00,2015-03-02 17:52:04,0.00,failed,0,CA,0.00,0.00,25308.45 +1193199245,The Legend of Red Dragon Ranch,Video Games,Games,USD,2013-03-11,3000.00,2013-02-09 07:12:32,818.00,failed,31,US,818.00,818.00,3000.00 +1193206526,Improbable Botany,Publishing,Publishing,GBP,2017-07-26,7500.00,2017-06-26 14:25:29,12134.00,successful,407,GB,33.07,15889.48,9821.25 +1193207138,Boarders United,Apparel,Fashion,AUD,2015-04-13,1000.00,2015-03-14 09:24:34,1114.00,successful,11,AU,858.09,870.31,781.25 +1193207637,The Barbell Shaker,Product Design,Design,USD,2014-12-02,25000.00,2014-11-11 01:15:32,170.00,failed,5,US,170.00,170.00,25000.00 +119320964,Stolen,Fiction,Publishing,USD,2014-03-14,8000.00,2014-01-14 00:46:45,1.00,failed,1,US,1.00,1.00,8000.00 +1193211694,INCALL,Shorts,Film & Video,USD,2017-02-12,5000.00,2017-01-13 03:36:54,5015.00,successful,31,US,670.00,5015.00,5000.00 +1193217550,Livin' the Dream: Sustainable Agriculture Mini-Comic Vol. 1,Comics,Comics,USD,2012-12-17,500.00,2012-12-07 19:16:35,517.00,successful,11,US,517.00,517.00,500.00 +1193219035,Darkwulf The Hellwarrior!,Comic Books,Comics,USD,2015-10-22,99.00,2015-10-04 00:36:50,1392.00,successful,51,US,1392.00,1392.00,99.00 +1193220569,Hope lives - The Christian Refugee,Documentary,Film & Video,USD,2017-06-02,5000.00,2017-05-01 02:59:16,5020.00,successful,15,US,250.00,5020.00,5000.00 +"1193224765,""THE CARTOON ART OF MIKE DEODATO, JR. -- Volume 1"",Comics,Comics,USD,2012-08-22,10000.00,2012-07-23 23:08:34,16376.00,successful,137,US,16376.00,16376.00,10000.00" +1193234217,Manzanita Madness - Artistic & Abstract Turnings,Sculpture,Art,USD,2014-11-30,100.00,2014-10-31 19:08:26,0.00,failed,0,US,0.00,0.00,100.00 +1193254653,Venturi One - Minimal Pen,Product Design,Design,GBP,2014-11-01,2000.00,2014-10-05 12:33:29,712.00,failed,23,GB,1137.07,1126.35,3163.91 +1193256775,Rachta Lin Artist Journey Art Book,Art Books,Publishing,SGD,2017-04-02,3000.00,2017-02-22 18:09:15,6337.00,successful,60,SG,126.66,4520.29,2139.95 +1193261419,Ready. Set. GRO!,Rock,Music,USD,2010-09-15,15000.00,2010-08-16 17:17:45,41016.08,successful,381,US,41016.08,41016.08,15000.00 +1193261594,Just a Broke College Kid Trying to Write a Book,Fiction,Publishing,USD,2015-01-04,50000.00,2014-12-05 05:23:35,107.00,failed,3,US,107.00,107.00,50000.00 +1193265217,Help Fund Sifics new EP,Music,Music,SEK,2016-07-23,16000.00,2016-05-24 10:41:15,250.00,failed,3,SE,30.06,29.04,1858.50 +1193271489,Las Sombras de Julia,Shorts,Film & Video,MXN,2017-01-30,23000.00,2017-01-13 18:43:39,220.00,failed,1,MX,10.04,10.73,1122.12 +1193271643,Indie Game: The Movie,Documentary,Film & Video,USD,2010-07-21,15000.00,2010-05-18 18:25:05,23341.25,successful,297,US,23341.25,23341.25,15000.00 +1193272976,TS Virtual Tailor™: Handcrafted Suits --- Designed by You,Fashion,Fashion,USD,2013-03-14,20000.00,2013-02-12 01:57:39,6907.00,failed,37,US,6907.00,6907.00,20000.00 +"1193277652,""Kharis """"The Beginning"""" EP Project!!!"",Pop,Music,USD,2013-12-20,2500.00,2013-10-21 07:04:11,2800.00,successful,29,US,2800.00,2800.00,2500.00" +"1193294226,""Be a Part of Greg Diamond's New Record """"Conduit"""" (Canceled)"",Jazz,Music,USD,2011-06-15,8000.00,2011-05-16 18:31:42,1948.00,canceled,37,US,1948.00,1948.00,8000.00" +1193308287,MARS WARS,Tabletop Games,Games,USD,2017-03-28,5000.00,2017-03-11 16:29:22,12495.00,canceled,167,US,15950.00,12495.00,5000.00 +1193315197,Open House Toolkit - Data Collection & Agent Saftey App,Apps,Technology,USD,2017-08-17,150000.00,2017-06-19 04:08:00,0.00,failed,0,US,0.00,0.00,150000.00 +1193322048,Nom Trailer Park Eatery,Food,Food,USD,2012-02-27,6000.00,2012-01-28 21:01:04,767.00,failed,17,US,767.00,767.00,6000.00 +1193330335,Melbourne Run Pit Stop Start-Up,Food,Food,USD,2013-10-14,18000.00,2013-09-14 18:22:00,176.00,failed,4,US,176.00,176.00,18000.00 +1193336974,IMPACT FOUNDER PROJECT,People,Photography,USD,2015-10-30,3500.00,2015-09-30 19:11:01,4278.00,successful,48,US,4278.00,4278.00,3500.00 +1193338292,Nadi Yoga Mat - An Eco-Friendly Mat That Stays Rolled Up,Product Design,Design,USD,2012-07-20,15000.00,2012-06-05 00:09:43,15191.00,successful,57,US,15191.00,15191.00,15000.00 +1193341313,treedia - eco-friendly wooden christmas trees,Product Design,Design,CAD,2016-10-16,10000.00,2016-09-16 18:52:58,4238.00,failed,39,CA,606.73,3203.57,7559.15 +1193351514,Exhibit A: A Traditional boy in a Digital world,Illustration,Art,USD,2012-10-04,4000.00,2012-09-04 18:02:27,0.00,failed,0,US,0.00,0.00,4000.00 +1193352605,Stock Market Chart Pattern Posters,Illustration,Art,USD,2014-09-10,1000.00,2014-08-11 21:33:57,31.00,failed,3,US,31.00,31.00,1000.00 +1193354345,Struktur Stencils,Tabletop Games,Games,EUR,2017-02-13,1000.00,2016-12-15 22:32:46,1348.00,successful,36,AT,341.43,1435.62,1065.00 +"1193359030,""Goodnight, My Someone"",Music,Music,USD,2014-08-21,12000.00,2014-07-22 01:24:11,12030.00,successful,69,US,12030.00,12030.00,12000.00" +1193362838,Keith Jones and the Makeshifts CD,Music,Music,USD,2014-09-28,1000.00,2014-07-30 19:10:07,1015.00,successful,22,US,1015.00,1015.00,1000.00 +"119338766,""Because We Make Being """"Imperfect"""" Look So Good!"",Fashion,Fashion,USD,2011-12-23,2000.00,2011-11-18 21:05:08,100.00,failed,3,US,100.00,100.00,2000.00" +1193392038,Richard X. Heyman's Talkin' Kickstarter Campaign Blues,Rock,Music,USD,2013-04-27,10000.00,2013-03-28 03:03:10,10888.00,successful,189,US,10888.00,10888.00,10000.00 +"1193399210,""American Version of a """"Doctor Who"""" Pilot Episode"",Science Fiction,Film & Video,USD,2017-03-03,200000.00,2017-02-01 06:12:10,57.00,failed,8,US,0.00,57.00,200000.00" +"1193400471,""Ethical chicken farm, for the happiest healthiest chickens"",Farms,Food,GBP,2015-01-21,20000.00,2014-12-07 02:49:39,168.00,failed,11,GB,263.08,251.74,29969.28" +1193401979,LDBA ART SCHOOL,Art,Art,USD,2012-11-08,25000.00,2012-10-09 00:03:20,29505.00,successful,188,US,29505.00,29505.00,25000.00 +1193404850,Ken Oath Band (Canceled),Punk,Music,AUD,2015-06-12,500.00,2015-05-13 02:05:36,0.00,canceled,0,AU,0.00,0.00,385.30 +1193406437,Kickstart the Future (of Telefuture),Electronic Music,Music,USD,2014-04-10,2500.00,2014-03-18 19:50:25,4890.00,successful,120,US,4890.00,4890.00,2500.00 +1193408876,Paparazzi,Video Games,Games,USD,2014-07-09,5000.00,2014-06-09 22:06:09,5121.00,successful,76,US,5121.00,5121.00,5000.00 +1193413726,Silliness breeds sanity. (Canceled),Art,Art,USD,2016-05-21,15.00,2016-04-21 00:57:39,1.00,canceled,1,US,1.00,1.00,15.00 +1193418928,TRINITY VARIO HEADPHONES - WORLDS FIRST SWITCHABLE HEADPHONE,Sound,Technology,GBP,2015-10-26,100000.00,2015-09-25 12:07:43,25895.00,canceled,293,GB,39500.64,39722.35,153397.76 +1193444818,The Matthew Finck Group-Introducing Fat Mink!,Music,Music,USD,2012-07-20,2000.00,2012-07-05 22:48:53,2195.00,successful,31,US,2195.00,2195.00,2000.00 +"1193456578,""HEIRLOOM - Psychological Thriller, Short Film"",Thrillers,Film & Video,USD,2015-06-18,2500.00,2015-05-04 20:25:50,2520.00,successful,8,US,2520.00,2520.00,2500.00" +1193473263,All natural environmentally friendly deodorants made in VT,DIY,Crafts,USD,2017-11-12,1000.00,2017-09-13 21:54:15,39.00,failed,5,US,1.00,39.00,1000.00 +1193474480,Plain Fiction,Narrative Film,Film & Video,USD,2017-05-07,18000.00,2017-04-07 16:41:59,19469.00,successful,97,US,1135.00,19469.00,18000.00 +1193487824,Celebrating Our Legacy,Art,Art,USD,2015-03-27,500.00,2015-02-25 04:37:01,0.00,failed,0,US,0.00,0.00,500.00 +1193489939,Help fund the US Legion stage show (Canceled),Country & Folk,Music,USD,2015-05-22,4000.00,2015-04-07 18:09:15,0.00,canceled,0,US,0.00,0.00,4000.00 +1193500972,VESSEL a short film,Shorts,Film & Video,USD,2014-08-12,25000.00,2014-07-08 20:49:25,27355.00,successful,204,US,27355.00,27355.00,25000.00 +1193509046,EPIQUAL - The Most Beautifully Designed Toothbrush. Ever.,Product Design,Design,USD,2016-05-20,20000.00,2016-04-12 02:16:55,20776.00,successful,172,US,20776.00,20776.00,20000.00 +119351526,Beauty In Your Eyes,Pop,Music,USD,2012-10-26,2000.00,2012-09-26 05:38:52,2090.00,successful,34,US,2090.00,2090.00,2000.00 +119351971,Season 2: Youth Empowerment Performance Project (YEPP),Theater,Theater,USD,2012-07-01,4750.00,2012-05-16 02:05:02,5000.00,successful,77,US,5000.00,5000.00,4750.00 +"1193522650,""Wyrmkeep Dungeons BW3: The Beast Below, a 5e DnD Adventure"",Tabletop Games,Games,USD,2017-12-21,300.00,2017-11-27 23:01:57,2223.00,successful,108,US,528.00,2223.00,300.00" +"1193523394,""Radio Talk Show Online & Podcast (""""Don't Spy On Me!"""")"",Audio,Journalism,USD,2015-09-01,2500.00,2015-08-03 18:03:06,5960.00,successful,71,US,5960.00,5960.00,2500.00" +1193534860,Capsized,Shorts,Film & Video,USD,2014-04-03,18000.00,2014-03-04 17:59:53,3395.00,failed,21,US,3395.00,3395.00,18000.00 +1193534986,Kony Montana,Film & Video,Film & Video,USD,2013-12-21,100000.00,2013-10-22 21:16:43,10551.00,failed,4,US,10551.00,10551.00,100000.00 +119353547,The Player Invitation Counter,Tabletop Games,Games,EUR,2017-11-23,17000.00,2017-10-24 21:15:52,66.00,canceled,3,DE,0.00,78.39,20190.98 +1193543778,KICKSTART YOUR HEART - disappear fear coming to your town,Indie Rock,Music,USD,2013-06-09,21000.00,2013-05-07 20:33:50,25218.18,successful,152,US,25218.18,25218.18,21000.00 +1193546494,Drew the Pencil Lamp,Product Design,Design,AUD,2016-11-11,40000.00,2016-10-11 07:52:11,69127.00,successful,209,AU,30463.64,52572.06,30420.56 +1193549600,Lovely Fashion Earrings Bundle,Jewelry,Fashion,HKD,2017-06-18,1000.00,2017-05-04 19:12:15,1190.00,suspended,4,HK,65.55,152.57,128.21 +1193555593,HO KARAN - We do skincare products with hemp oil,Crafts,Crafts,EUR,2017-11-23,30000.00,2017-10-04 12:54:46,31328.00,successful,233,FR,457.66,37208.42,35631.15 +1193561086,Ezra Masch at the Icebox,Art,Art,USD,2014-12-14,6000.00,2014-11-14 05:18:29,6528.00,successful,110,US,6528.00,6528.00,6000.00 +1193570963,The End is FOKing Nigh,Punk,Music,GBP,2014-07-31,1200.00,2014-07-01 20:54:49,1664.14,successful,80,GB,2833.48,2800.03,2019.08 +1193590957,CHANGE,Thrillers,Film & Video,EUR,2015-11-06,5000.00,2015-10-11 20:27:58,429.00,failed,7,DE,487.30,466.07,5432.01 +"1193593924,UNDERSTANDING PLYOMETRIC TRAINING,Publishing,Publishing,GBP,2016-04-29,5000.00,2016-02-29 10:29:25,7.00,failed,0,""N,0"""""",,10.23,7307.27" +1193597617,Bank - A Puzzle Game,Video Games,Games,USD,2016-12-21,1000.00,2016-11-21 20:51:27,0.00,failed,0,US,0.00,0.00,1000.00 +11935985,Music Video Fund,Music,Music,USD,2016-11-06,10.00,2016-10-07 03:13:57,5.00,failed,1,US,0.00,5.00,10.00 +1193610491,The usual suspects,Radio & Podcasts,Publishing,USD,2014-08-01,5000.00,2014-06-28 02:37:08,0.00,failed,0,US,0.00,0.00,5000.00 +1193610713,Life in the Doghouse,Documentary,Film & Video,USD,2017-12-08,150000.00,2017-11-08 03:31:09,27617.00,canceled,224,US,0.00,27617.00,150000.00 +1193625497,Help Open Shalom Japan,Food,Food,USD,2013-07-27,15000.00,2013-06-27 02:05:13,20086.18,successful,131,US,20086.18,20086.18,15000.00 +1193631428,War Game Terrain for Table Top Games (farm set),Tabletop Games,Games,USD,2012-08-18,250.00,2012-07-19 03:02:54,2221.00,successful,23,US,2221.00,2221.00,250.00 +1193636394,NASHVILLE RISES,Film & Video,Film & Video,USD,2011-03-13,4000.00,2011-01-27 04:33:41,4001.00,successful,15,US,4001.00,4001.00,4000.00 +1193637317,Pigs In a Pocket CRITTER POCKETS,Product Design,Design,USD,2010-11-28,5500.00,2010-10-29 04:38:40,0.00,failed,0,US,0.00,0.00,5500.00 +1193637506,Luncho Libre,Food,Food,USD,2012-04-08,5000.00,2012-03-09 15:30:24,644.00,failed,16,US,644.00,644.00,5000.00 +1193639755,Native Apps - GPS Image Tagging WordPress Plugin,Software,Technology,USD,2016-12-29,3500.00,2016-11-29 01:56:11,0.00,failed,0,US,0.00,0.00,3500.00 +1193642430,HOMEMADE DOG SCARFS AND SWEATERS,Crafts,Crafts,USD,2014-11-21,500.00,2014-10-22 19:40:21,0.00,failed,0,US,0.00,0.00,500.00 +1193643383,Moral Mondays Northwest (Canceled),Documentary,Film & Video,USD,2015-06-17,50000.00,2015-05-18 20:53:17,0.00,canceled,0,US,0.00,0.00,50000.00 +1193646586,Keith's Debut Album: Name This Record!,Electronic Music,Music,USD,2011-06-22,2500.00,2011-06-08 23:20:06,0.00,failed,0,US,0.00,0.00,2500.00 +1193646695,The SomeGuyGaming PC Project (Suspended),Video Games,Games,USD,2016-03-11,1200.00,2016-01-11 19:53:31,0.00,suspended,0,US,0.00,0.00,1200.00 +119364838,Roger Peltzman Holocaust Remembrance / Chopin Project CD.,Classical Music,Music,USD,2013-03-07,17500.00,2013-02-01 02:35:01,22854.32,successful,323,US,22854.32,22854.32,17500.00 +1193650262,Elsa Fitzgerald: 1920's Elegance with Balinese Craftmanship,Fashion,Fashion,USD,2014-03-14,25000.00,2014-02-12 08:15:14,9367.01,failed,102,US,9367.01,9367.01,25000.00 +1193655814,The Hornie Lady Custom Costume Horns,Sculpture,Art,USD,2015-09-30,200.00,2015-08-19 03:31:35,519.00,successful,12,US,519.00,519.00,200.00 +1193661464,TOTAL ASSHOLE Wants Your Lunch Money,Punk,Music,USD,2016-07-13,1550.00,2016-06-29 17:57:28,1879.00,successful,32,US,615.00,1879.00,1550.00 +1193666381,Departure ??: Transient Lives of Japanese Overseas,Documentary,Film & Video,CAD,2014-10-24,34649.00,2014-09-24 04:31:32,1655.00,failed,10,CA,1512.29,1476.36,30909.01 +1193689322,Beneath the Tree - a Short Film,Shorts,Film & Video,USD,2015-06-13,4000.00,2015-05-20 19:05:31,5690.00,successful,54,US,5690.00,5690.00,4000.00 +"1193689508,""Wellen Women - Classic, Beach Inspired Clothing"",Apparel,Fashion,USD,2014-07-01,25000.00,2014-05-30 21:47:35,26551.00,successful,244,US,26551.00,26551.00,25000.00" +1193692290,Where is Jordan?,Drama,Film & Video,USD,2017-06-29,750.00,2017-05-30 18:27:18,25.00,failed,1,US,0.00,25.00,750.00 +119369327,Skog ON Sock for Kids and Babies,Childrenswear,Fashion,USD,2016-09-02,19000.00,2016-08-03 18:07:38,421.00,failed,9,US,55.00,421.00,19000.00 +1193693514,Shower Tempest: Shower Temperature Measurement Device,Gadgets,Technology,USD,2015-05-09,45000.00,2015-03-30 19:15:04,431.00,failed,8,US,431.00,431.00,45000.00 +1193698380,The Growler Saver™ Keep Your Beer Fresh and Carbonated,Product Design,Design,USD,2013-05-08,30000.00,2013-04-04 01:32:29,35740.02,successful,479,US,35740.02,35740.02,30000.00 +1193712346,A Sci-Fi Rock Opera Short Film Written and Directed By Two Fictional Brothers,Shorts,Film & Video,USD,2010-02-07,12000.00,2009-11-10 00:34:07,370.00,failed,7,US,370.00,370.00,12000.00 +1193728140,Starlight,Film & Video,Film & Video,USD,2012-06-01,350.00,2012-04-20 22:24:36,0.00,failed,0,US,0.00,0.00,350.00 +1193728403,Growing up a KURTIS Kid!,Nonfiction,Publishing,USD,2013-04-10,25000.00,2013-03-11 21:32:33,0.00,failed,0,US,0.00,0.00,25000.00 +1193729383,New Drawings from the Pacific Ocean,Mixed Media,Art,GBP,2015-10-23,250.00,2015-10-17 03:57:57,547.00,successful,16,GB,846.50,842.60,385.10 +1193735517,Board Matz 8th Ed. Warhammer 40K Mats with Deployment Maps,Tabletop Games,Games,GBP,2017-06-25,100.00,2017-06-11 22:00:02,834.00,successful,17,GB,643.55,1082.37,129.78 +1193736182,Baby fashion,Fashion,Fashion,USD,2012-12-02,10000.00,2012-10-18 18:53:38,1149.00,failed,37,US,1149.00,1149.00,10000.00 +1193742184,Kiki the Koala - An Adorable Adventure Toy that Unplugs Play,Product Design,Design,USD,2014-10-23,125000.00,2014-09-23 15:00:10,19801.00,failed,129,US,19801.00,19801.00,125000.00 +1193748369,Blender Bites (Canceled),Vegan,Food,CAD,2015-04-30,50000.00,2015-03-31 23:36:03,20.00,canceled,1,CA,15.85,16.64,41597.34 +1193760551,Somewhere I Wouldn't Forget It (TM) Box,Product Design,Design,USD,2017-01-25,92768.00,2016-12-26 13:44:27,433.00,canceled,10,US,346.00,433.00,92768.00 +"1193765577,""Help Gizmachi finish recording 2012's """"Album Of The Year"""""",Rock,Music,USD,2012-05-18,5000.00,2012-04-03 23:02:15,5600.91,successful,104,US,5600.91,5600.91,5000.00" +1193766776,TWYST Political App,Apps,Technology,USD,2015-06-14,5000.00,2015-04-30 23:20:56,155.00,failed,5,US,155.00,155.00,5000.00 +"1193767588,""""""HEALING THE WATERS"""" Art Exhibit and Ceremony"",Art,Art,USD,2013-10-20,65000.00,2013-09-21 20:04:03,145.00,failed,5,US,145.00,145.00,65000.00" +1193769395,Shattered Perspectives- (Memoir launch),Nonfiction,Publishing,USD,2015-03-18,2900.00,2015-02-15 17:11:58,2980.00,successful,58,US,2980.00,2980.00,2900.00 +"1193777809,""GHOST GIRL, the TV Series"",Documentary,Film & Video,USD,2012-06-08,25000.00,2012-05-09 02:25:03,815.00,failed,15,US,815.00,815.00,25000.00" +1193778422,Cordless Foam Cutting Tool - USB Rechargeable,Fabrication Tools,Technology,USD,2015-07-19,10000.00,2015-06-19 18:54:11,4438.00,failed,92,US,4438.00,4438.00,10000.00 +1193778783,DOGFISH,Shorts,Film & Video,USD,2015-07-06,2500.00,2015-06-06 17:31:22,3045.00,successful,28,US,3045.00,3045.00,2500.00 +1193783836,Reeds Florentine,Restaurants,Food,USD,2015-11-08,300000.00,2015-10-09 02:24:08,0.00,failed,0,US,0.00,0.00,300000.00 +1193790237,Lionhearted 360 VR,Documentary,Film & Video,EUR,2017-03-16,1200.00,2017-02-14 13:41:43,40.00,failed,4,DE,10.62,42.95,1288.44 +1193792164,Leeds Indie Bike Club,Spaces,Food,GBP,2015-02-14,25000.00,2015-01-21 14:13:25,215.00,failed,5,GB,324.05,330.58,38439.07 +119379491,Sanctum of Aevum: A dark space opera,Young Adult,Publishing,USD,2016-06-10,5500.00,2016-05-11 20:07:44,993.00,failed,14,US,993.00,993.00,5500.00 +1193803562,Sticky Beard Syrup,Small Batch,Food,USD,2016-11-03,5000.00,2016-10-04 07:53:30,425.00,failed,17,US,0.00,425.00,5000.00 +1193805241,Undead You: A Quarter-Life Zombie Crisis (Canceled),Film & Video,Film & Video,USD,2016-02-14,800.00,2016-02-12 00:31:32,0.00,canceled,0,US,0.00,0.00,800.00 +119380890,2017 Coney Island and Rockaway Beach NYC Photo Calendars!,Places,Photography,USD,2016-08-15,1500.00,2016-07-20 14:56:04,898.00,failed,19,US,560.00,898.00,1500.00 +1193811199,Antimatter Matters: A Quantum Physics Board Game (Really!),Tabletop Games,Games,USD,2013-07-14,33000.00,2013-06-14 20:56:16,40289.00,successful,600,US,40289.00,40289.00,33000.00 +"11938160,""Yummy, Little, Pretty Things All Artisan Natural and 100% Handmade Bakehouse (Canceled)"",Food,Food,USD,2010-09-04,5000.00,2010-08-02 06:44:14,160.00,canceled,7,US,160.00,160.00,5000.00" +1193824159,Help Fund Jessica Nicole Photography!,People,Photography,USD,2014-11-13,500.00,2014-10-14 23:07:06,0.00,failed,0,US,0.00,0.00,500.00 +1193825194,'Modern Days',Comic Books,Comics,GBP,2015-09-03,3200.00,2015-07-06 12:11:40,286.00,failed,11,GB,445.35,435.47,4872.40 +1193835288,Fat Yankees Street Food & online cooking show,Restaurants,Food,EUR,2015-12-25,30000.00,2015-12-14 12:11:57,0.00,failed,0,NL,0.00,0.00,32660.88 +1193837132,Join The Livesays by Being Our Executive Producers,Rock,Music,USD,2011-09-30,4500.00,2011-08-16 02:28:43,6515.00,successful,93,US,6515.00,6515.00,4500.00 +1193846470,An All-American Fudge Tour!,Food,Food,USD,2013-03-09,20000.00,2013-02-07 00:43:45,1165.00,failed,14,US,1165.00,1165.00,20000.00 +119385902,Lead Guitar Rock Scales,Music,Music,CAD,2013-10-13,5000.00,2013-09-13 05:34:42,1.00,failed,1,CA,0.97,0.97,4856.25 +119386258,Lapsum (Canceled),Video Games,Games,USD,2014-10-10,33300.00,2014-08-26 12:13:29,306.00,canceled,18,US,306.00,306.00,33300.00 +1193882679,Undergraduate Exhibition : Gender Unbound.,Mixed Media,Art,GBP,2017-02-03,300.00,2016-12-18 18:55:20,363.02,successful,21,GB,37.42,453.33,374.63 +1193886952,Walking Tall CD Project,Rock,Music,USD,2013-03-03,3000.00,2013-01-17 20:52:03,105.00,failed,2,US,105.00,105.00,3000.00 +1193887371,Know Your Honey,Farmer's Markets,Food,USD,2016-05-05,4000.00,2016-04-05 08:06:23,123.00,failed,9,US,123.00,123.00,4000.00 +1193888654,Tattered Canvas,Shorts,Film & Video,USD,2014-02-19,3500.00,2014-01-20 18:15:02,210.00,failed,8,US,210.00,210.00,3500.00 +1193890882,Hungry Puppy Mayhem (Canceled),Playing Cards,Games,USD,2016-01-06,21000.00,2015-11-07 19:00:47,3103.00,canceled,57,US,3103.00,3103.00,21000.00 +1193893572,Modern Man Summer Tour,Indie Rock,Music,USD,2012-07-10,2500.00,2012-05-30 04:35:38,2555.00,successful,34,US,2555.00,2555.00,2500.00 +1193893954,Shelffiit - a new look for shelving,Product Design,Design,USD,2013-10-26,8000.00,2013-09-26 05:41:35,50.00,failed,1,US,50.00,50.00,8000.00 +1193904299,Mirabel,Shorts,Film & Video,USD,2014-05-25,35000.00,2014-03-26 00:12:13,35.00,failed,2,US,35.00,35.00,35000.00 +1193907676,NAWAL BOOTS AND ACCESSORIES,Footwear,Fashion,USD,2015-07-09,5000.00,2015-06-09 00:42:00,5151.00,successful,14,US,5151.00,5151.00,5000.00 +1193910,3D automotive wall art,Art,Art,USD,2017-10-11,60000.00,2017-09-11 23:40:25,1945.00,failed,9,US,698.00,1945.00,60000.00 +1193919501,ODD BIRD: badges for your fandom(s),Crafts,Crafts,USD,2014-10-02,2500.00,2014-08-18 05:00:28,396.00,failed,15,US,396.00,396.00,2500.00 +1193921031,NOLA Timeless Cool Biker Jackets,Apparel,Fashion,CAD,2017-03-20,20000.00,2017-02-18 02:29:11,155.00,failed,2,CA,114.85,115.91,14956.63 +119393442,You + Jackie Gray = The Album: Love & Other Fairytales,Pop,Music,USD,2014-11-17,6000.00,2014-10-23 19:24:32,305.00,failed,7,US,305.00,305.00,6000.00 +1193938128,Unclaimed Athletics,Footwear,Fashion,USD,2015-04-20,1000.00,2015-03-28 08:29:10,0.00,failed,0,US,0.00,0.00,1000.00 +1193941147,Summer Solstice film project,Film & Video,Film & Video,USD,2012-08-02,77000.00,2012-07-03 06:21:08,1000.00,failed,6,US,1000.00,1000.00,77000.00 +1193949026,Macbeth,Plays,Theater,USD,2015-06-12,6000.00,2015-05-12 14:52:02,7877.00,successful,163,US,7877.00,7877.00,6000.00 +1193955912,White People: How We Can Improve Racial Equity (Canceled),Nonfiction,Publishing,USD,2015-12-24,20000.00,2015-11-24 19:00:21,3230.00,canceled,34,US,3230.00,3230.00,20000.00 +119396053,EXUDE Magazine Launch Party,Journalism,Journalism,USD,2010-09-03,3000.00,2010-07-20 19:23:06,1745.00,failed,22,US,1745.00,1745.00,3000.00 +119397255,Visions of America: A Tale of a Photographer on the Road,Photography,Photography,USD,2011-06-16,1500.00,2011-04-23 18:59:52,220.00,failed,2,US,220.00,220.00,1500.00 +1193979024,MyPocketMaster-titanium multi-tool for everyday carry,Product Design,Design,USD,2017-01-26,5000.00,2016-12-07 18:56:05,5239.00,successful,146,US,1464.00,5239.00,5000.00 +1193982255,Evil ratt,Mobile Games,Games,USD,2016-01-02,15000.00,2015-11-03 21:09:21,5.00,failed,1,US,5.00,5.00,15000.00 +1193997033,Help Fund my Next Album,Country & Folk,Music,USD,2013-04-30,1500.00,2013-03-12 22:09:54,500.00,failed,13,US,500.00,500.00,1500.00 +1193999709,The War Poetry Of Wilfred Owen,Poetry,Publishing,GBP,2013-04-26,6000.00,2013-03-27 16:22:53,15.00,failed,1,GB,22.77,23.21,9285.05 +1194008722,Steve Diet Goedde 25-Year Retrospective - Volume III,Art Books,Publishing,USD,2015-03-03,35000.00,2015-01-30 03:13:56,46777.00,successful,319,US,46777.00,46777.00,35000.00 +1194013177,SCHNECK-A-PALOOZA Music Festival,World Music,Music,USD,2011-06-26,2000.00,2011-05-31 13:46:40,105.00,failed,4,US,105.00,105.00,2000.00 +1194014634,Ion (Eye on) Earth - Sidewalk kiosk to link people worldwide,Camera Equipment,Technology,USD,2015-03-20,1200.00,2015-01-19 13:48:45,40.00,failed,7,US,40.00,40.00,1200.00 +1194015284,Be Part of the Creation of Emily Simonian's EP: Pale Green!,Pop,Music,USD,2010-10-19,7000.00,2010-09-19 21:45:32,7266.00,successful,56,US,7266.00,7266.00,7000.00 +"1194021364,""""""The Quick Flick Critic"""" Movie Review Blog Online Promotion"",Print,Journalism,USD,2015-03-11,100.00,2015-02-09 17:51:15,0.00,failed,0,US,0.00,0.00,100.00" +1194022740,The Shadow Within,Publishing,Publishing,USD,2013-09-12,10000.00,2013-08-13 21:02:59,0.00,failed,0,US,0.00,0.00,10000.00 +"1194025960,""Kung Fu Combo - A Hard Hitting, Fast Action Card Game"",Playing Cards,Games,USD,2016-11-30,1500.00,2016-11-03 22:34:29,1523.00,successful,51,US,328.00,1523.00,1500.00" +1194040436,THE MOUNTAIN SPIRIT PEOPLE ALAHAMU,Art Books,Publishing,USD,2013-02-08,2400.00,2013-01-09 01:38:01,12.00,failed,1,US,12.00,12.00,2400.00 +1194042806,PIL: World's First EDC multi-tool for enjoy quick snacks,Product Design,Design,AUD,2017-06-13,1000.00,2017-05-23 20:02:38,1681.00,successful,56,AU,747.86,1278.42,760.51 +"1194044483,""The """"N/Vision 2030"""" Documentary"",Documentary,Film & Video,USD,2010-05-16,5000.00,2010-04-15 00:51:56,1045.00,failed,27,US,1045.00,1045.00,5000.00" +1194060323,The One - Sally's Song - Music Video,Music Videos,Film & Video,USD,2017-08-20,3500.00,2017-07-21 03:06:07,1166.00,failed,25,US,227.00,1166.00,3500.00 +1194063266,Escape:Choose Your Own Adventure Zombie Movie,Shorts,Film & Video,USD,2011-03-10,75000.00,2011-02-08 08:25:52,0.00,failed,0,US,0.00,0.00,75000.00 +1194074926,The Holidays: A Calendar,Photography,Photography,USD,2014-02-17,5000.00,2014-01-18 19:42:51,161.00,failed,5,US,161.00,161.00,5000.00 +119407650,The Music of Justin Holland: American Classical Guitarist,Classical Music,Music,USD,2012-03-17,20000.00,2012-01-17 01:09:47,820.00,failed,8,US,820.00,820.00,20000.00 +1194078366,Common Men,Webseries,Film & Video,USD,2011-06-11,20000.00,2011-05-12 08:43:15,35.00,failed,2,US,35.00,35.00,20000.00 +1194088114,Chips Royal HoLLand STREET FOOD (Canceled),Restaurants,Food,EUR,2015-09-12,40000.00,2015-08-13 17:06:34,0.00,canceled,0,IT,0.00,0.00,45676.18 +1194105764,[Your Name] How to Love Yourself.,Nonfiction,Publishing,USD,2017-11-07,5000.00,2017-10-03 23:09:36,0.00,failed,0,US,0.00,0.00,5000.00 +1194117978,Kickstart FORT TILDEN to SXSW and Beyond!,Narrative Film,Film & Video,USD,2014-03-20,10000.00,2014-02-17 16:58:59,10314.00,successful,202,US,10314.00,10314.00,10000.00 +1194125474,2nd Star on the Write (Canceled),Comics,Comics,USD,2013-11-21,1000.00,2013-10-22 17:55:49,0.00,canceled,0,US,0.00,0.00,1000.00 +"1194132111,Vintage Playhouse; Showcasing Old Films in Unique Way,Theater,Theater,GBP,2014-08-24,100000.00,2014-06-25 20:06:37,5.00,failed,1,GB,8.51,8.29,165823.73" +1194141195,Rethink Human Being - Støt og vær med!,Mixed Media,Art,DKK,2015-11-10,20000.00,2015-10-15 18:49:10,21410.00,successful,38,DK,3267.50,3088.98,2885.54 +1194143022,The World's Best Map,Art,Art,USD,2015-05-31,5000.00,2015-04-03 19:36:55,255.00,failed,1,US,255.00,255.00,5000.00 +1194151838,Rhode Island Beer Book,Nonfiction,Publishing,USD,2014-06-14,600.00,2014-04-30 16:23:06,850.00,successful,23,US,850.00,850.00,600.00 +1194154424,Tinker Bits: Steampunk Metal Fairy Meeples,Tabletop Games,Games,USD,2017-03-24,300.00,2017-03-17 20:59:31,2264.00,successful,128,US,871.00,2264.00,300.00 +1194156324,Commence 'THE THAWING',Music,Music,USD,2011-09-15,1500.00,2011-08-16 04:27:05,1585.00,successful,30,US,1585.00,1585.00,1500.00 +1194158089,TakeStory,Apps,Technology,USD,2014-09-27,5000.00,2014-08-28 20:45:57,40.00,failed,4,US,40.00,40.00,5000.00 +1194168550,Robots Love Ice Cream: The Card Game,Tabletop Games,Games,USD,2016-12-15,6000.00,2016-11-14 01:30:03,6059.00,successful,189,US,746.00,6059.00,6000.00 +1194170986,Timeout The Board Game Maufacturing & Production,Tabletop Games,Games,USD,2018-01-24,35000.00,2017-11-25 00:12:17,21.00,canceled,2,US,21.00,21.00,35000.00 +1194170990,Deep - Mermaid Themed Playing Cards,Playing Cards,Games,USD,2015-04-28,8000.00,2015-03-21 17:11:47,10024.33,successful,290,US,10024.33,10024.33,8000.00 +1194173741,Crystal Contact Oracle Deck,Playing Cards,Games,USD,2018-01-01,3600.00,2017-12-02 01:02:46,117.00,failed,2,US,0.00,117.00,3600.00 +1194186709,THE SKY HAS FALLEN - New Zombie Demon Horror Film,Narrative Film,Film & Video,USD,2012-07-20,1.00,2012-06-10 08:08:40,707.00,successful,16,US,707.00,707.00,1.00 +1194189618,Post-Production and Film Festivals (Autism: CCHM),Documentary,Film & Video,GBP,2016-04-21,400.00,2016-03-22 21:33:30,678.00,successful,27,GB,979.78,974.82,575.12 +1194198596,Artile,Technology,Technology,USD,2013-05-26,273000.00,2013-04-24 19:28:54,2531.00,failed,21,US,2531.00,2531.00,273000.00 +"1194206375,""Mist of the Perfume River:Vietnam's lost Artist, Documentary"",Documentary,Film & Video,USD,2012-08-07,4000.00,2012-06-08 09:00:48,5504.00,successful,66,US,5504.00,5504.00,4000.00" +"1194210985,""The making of """"Lake of Shadows: The Legend of Avocado Lake"""""",Horror,Film & Video,USD,2016-09-25,6500.00,2016-07-27 15:22:24,4106.00,failed,51,US,290.00,4106.00,6500.00" +1194214188,Let Her Get Hers First,Pop,Music,USD,2013-03-28,10000.00,2013-01-29 04:12:00,0.00,failed,0,US,0.00,0.00,10000.00 +119423039,My Fabulous Wingman,Narrative Film,Film & Video,USD,2012-12-10,10000.00,2012-11-13 04:05:37,0.00,failed,0,US,0.00,0.00,10000.00 +1194232184,Sleeping Dogs - Get your name on a potential bestseller,Fiction,Publishing,USD,2014-02-28,6000.00,2014-01-29 23:11:22,1486.00,failed,29,US,1486.00,1486.00,6000.00 +1194233861,SECTRE,Tabletop Games,Games,USD,2017-12-09,3500.00,2017-11-14 11:57:50,4541.00,successful,56,US,900.00,4541.00,3500.00 +1194252559,Sub-A-Tap 2.5D Game for IOS & Android (Canceled),Mobile Games,Games,USD,2014-09-16,37000.00,2014-08-18 19:54:51,0.00,canceled,0,US,0.00,0.00,37000.00 +1194257232,Next Generation of Blogging platforms,Software,Technology,CAD,2013-12-22,30000.00,2013-11-22 05:25:26,24551.00,failed,8,CA,23467.93,23022.32,28132.03 +1194257788,Cubism And Jazzées™: An Art Book Unique,Art Books,Publishing,USD,2014-11-09,10.00,2014-10-10 20:30:52,160.00,successful,5,US,160.00,160.00,10.00 +1194259771,Not Yet with Roots- picture book/adoption/foster care/nature,Children's Books,Publishing,USD,2016-08-15,550.00,2016-07-16 00:14:29,780.00,successful,22,US,340.00,780.00,550.00 +1194262940,Photographing the White Mountain National Forest,Photography,Photography,USD,2013-06-13,5000.00,2013-05-23 17:59:17,5255.00,successful,48,US,5255.00,5255.00,5000.00 +1194264945,Dogs Playing Poker,Art Books,Publishing,USD,2016-07-13,30000.00,2016-06-13 22:42:42,225.00,failed,10,US,210.00,225.00,30000.00 +1194274682,THE PRESIDENT CLOCK,Product Design,Design,USD,2017-01-06,40000.00,2016-12-07 18:09:37,2260.00,canceled,20,US,1935.00,2260.00,40000.00 +1194275684,Old World Scotland,Festivals,Theater,USD,2016-06-03,5000.00,2016-04-19 22:20:42,49.00,failed,4,US,49.00,49.00,5000.00 +1194278105,Competitive wine bar,Drinks,Food,USD,2014-11-13,1000000.00,2014-09-14 21:22:17,0.00,failed,0,US,0.00,0.00,1000000.00 +1194278206,Yooka-Laylee - A 3D Platformer Rare-vival!,Video Games,Games,GBP,2015-06-17,175000.00,2015-05-01 17:57:02,2090104.10,successful,73206,GB,3225225.40,3310374.26,277170.64 +"1194281594,""Ryan Ordway Debut Album """"Changing Lanes"""" Fund"",Country & Folk,Music,USD,2010-10-08,5000.00,2010-09-08 06:12:52,480.00,failed,14,US,480.00,480.00,5000.00" +1194284524,Concert Debut - Orchestra Devoted to New Music,Classical Music,Music,USD,2015-04-26,4250.00,2015-03-22 02:14:29,7560.00,successful,167,US,7560.00,7560.00,4250.00 +1194284911,Just Delightful Jewlery,Crafts,Crafts,USD,2014-08-28,300.00,2014-07-29 18:41:07,0.00,failed,0,US,0.00,0.00,300.00 +1194291768,Home Made Calendula Salve,DIY,Crafts,USD,2014-11-01,60.00,2014-09-02 16:30:41,1.00,failed,1,US,1.00,1.00,60.00 +1194309342,Meka Photography Studio (Canceled),People,Photography,USD,2015-06-23,30000.00,2015-05-24 23:26:13,0.00,canceled,0,US,0.00,0.00,30000.00 +1194320155,Las Vegas Tavern Survey,Periodicals,Publishing,USD,2015-12-16,15000.00,2015-11-17 17:57:28,0.00,failed,0,US,0.00,0.00,15000.00 +1194325792,London to Rome,Photography,Photography,GBP,2015-06-26,200.00,2015-06-16 05:03:47,102.00,failed,2,GB,158.73,160.41,314.53 +119433851,The Alphabeticians new CD!,Indie Rock,Music,USD,2012-04-01,2000.00,2012-03-01 01:06:38,2025.00,successful,26,US,2025.00,2025.00,2000.00 +1194346626,Art Prints for Convention,Painting,Art,USD,2017-08-01,315.00,2017-07-20 20:54:43,317.00,successful,8,US,269.00,317.00,315.00 +1194359641,Cultivate 2013: Growing into Sustainability,Dance,Dance,USD,2013-08-05,7000.00,2013-07-11 01:22:30,8060.00,successful,154,US,8060.00,8060.00,7000.00 +1194369895,Seedling Kits for Earth Day 2014,Food,Food,USD,2014-04-18,140.00,2014-04-12 16:31:32,527.00,successful,16,US,527.00,527.00,140.00 +1194372410,America On Foot,Photobooks,Photography,USD,2015-09-01,1000.00,2015-07-26 23:47:32,283.00,failed,7,US,283.00,283.00,1000.00 +119437269,Laughing Boy Heroes #1,Comics,Comics,USD,2012-04-21,350.00,2012-03-21 23:58:24,530.00,successful,17,US,530.00,530.00,350.00 +1194374561,Life Stinks,Apparel,Fashion,USD,2017-06-30,10000.00,2017-05-31 22:39:00,20.00,failed,1,US,20.00,20.00,10000.00 +1194378220,Historic Root Beer Mug Display,Public Art,Art,USD,2017-01-16,10000.00,2016-12-16 16:14:20,810.00,failed,8,US,636.00,810.00,10000.00 +1194381952,Peach Plum Pear,Film & Video,Film & Video,USD,2011-05-07,5000.00,2011-03-07 20:11:27,5100.00,successful,79,US,5100.00,5100.00,5000.00 +1194385803,EMPIRES GALACTIC REBELLION! A board game homage to Star Wars,Tabletop Games,Games,USD,2016-01-06,30000.00,2015-12-12 19:40:59,118455.49,successful,660,US,118455.49,118455.49,30000.00 +1194392535,A new revolution in art entitled LVG,Interactive Design,Design,EUR,2017-07-05,50000.00,2017-06-20 20:18:09,0.00,failed,0,DE,0.00,0.00,57060.04 +1194398168,Dad Bod Clothing Line (Canceled),Apparel,Fashion,USD,2015-06-06,5000.00,2015-05-07 04:42:57,0.00,canceled,0,US,0.00,0.00,5000.00 +"1194400632,""Rakale Hannah's Debut Album """"Other Side of Blue"""""",Music,Music,USD,2017-12-12,11000.00,2017-11-11 17:11:44,13688.22,successful,106,US,0.00,13688.22,11000.00" +1194403381,The CASS at New Designers,Textiles,Art,GBP,2015-05-24,800.00,2015-03-25 00:28:46,820.00,successful,33,GB,1223.64,1251.11,1220.59 +1194406153,Dispatched,Narrative Film,Film & Video,USD,2013-06-14,2500.00,2013-05-15 03:05:30,2500.00,successful,13,US,2500.00,2500.00,2500.00 +1194407115,Researching potential for protected areas in Guyana,Print,Journalism,CAD,2014-08-23,1000.00,2014-08-05 00:31:10,1.00,failed,1,CA,0.92,0.92,921.32 +119441388,Feature Creep - let's try this again,Music,Music,GBP,2014-10-26,2000.00,2014-09-26 00:55:17,0.00,failed,0,GB,0.00,0.00,3193.87 +119441407,Wonderful World of Oz (Canceled),Public Art,Art,USD,2015-06-26,950000.00,2015-04-27 23:38:05,0.00,canceled,0,US,0.00,0.00,950000.00 +1194421917,THE NEON DARK BLUE SUN Comic Book Trailer (Canceled),Comics,Comics,USD,2013-12-01,5000.00,2013-10-22 19:38:44,0.00,canceled,0,US,0.00,0.00,5000.00 +119442275,Game Studio,Video Games,Games,USD,2011-12-26,480000.00,2011-11-26 01:35:12,0.00,failed,0,US,0.00,0.00,480000.00 +1194424061,The Hailstonez Spherical Ice Mold,Product Design,Design,USD,2015-02-09,58000.00,2015-01-10 02:06:24,6419.00,failed,112,US,6419.00,6419.00,58000.00 +1194424422,Kochi community outreach 2017,Web,Journalism,GBP,2017-04-28,2000.00,2017-02-27 22:49:51,2.00,failed,2,GB,0.00,2.59,2587.82 +1194428241,The Book of Seconds,Nonfiction,Publishing,USD,2012-08-16,500.00,2012-07-17 09:03:56,141.00,failed,8,US,141.00,141.00,500.00 +1194436359,No Boundarys - A Noel Olken Show - 9/11/11,Theater,Theater,USD,2011-09-07,911.11,2011-08-22 01:55:40,913.44,successful,18,US,913.44,913.44,911.11 +1194444626,Horse Shoes: A Documentary About Horses & The Kids They Save,Documentary,Film & Video,USD,2011-10-29,14500.00,2011-09-27 02:07:46,1335.00,failed,28,US,1335.00,1335.00,14500.00 +"1194449879,""PlantPure Nation, a Documentary with Dr. T. Colin Campbell"",Documentary,Film & Video,USD,2015-05-14,150000.00,2015-03-15 16:41:41,163930.00,successful,1099,US,163930.00,163930.00,150000.00" +"1194457259,""The Static Tones """"Succubus"""" Music video"",Indie Rock,Music,USD,2013-01-09,700.00,2012-12-08 19:31:44,140.00,failed,4,US,140.00,140.00,700.00" +1194463049,Nuit: The First Collection,Fashion,Fashion,USD,2014-10-10,3000.00,2014-08-26 21:13:26,0.00,failed,0,US,0.00,0.00,3000.00 +1194468759,PeakRider - The First Bike Carrying System,Product Design,Design,EUR,2017-11-13,15000.00,2017-10-15 10:51:49,40090.00,successful,457,DE,7643.16,47285.98,17692.43 +1194471080,Rising Starz TV,Film & Video,Film & Video,USD,2012-09-30,13000.00,2012-08-08 23:57:08,0.00,failed,0,US,0.00,0.00,13000.00 +119447551,Music Video for Vivienne Eastwood,Indie Rock,Music,USD,2013-06-28,1000.00,2013-06-04 04:02:54,1350.66,successful,30,US,1350.66,1350.66,1000.00 +"1194478229,""FEAST LA: Nourishing LA's Artists (with cold, hard and much-needed cash)"",Art,Art,USD,2010-06-24,2500.00,2010-05-29 23:47:31,1320.00,failed,41,US,1320.00,1320.00,2500.00" +1194478936,HUMOR ABUSE: growing up with a clown for a father,Documentary,Film & Video,USD,2013-10-22,60000.00,2013-09-22 02:01:02,67330.22,successful,445,US,67330.22,67330.22,60000.00 +1194480199,Jenn's Cliff Island Store and Cafe,Food,Food,USD,2015-05-07,16500.00,2015-04-14 23:34:59,19000.00,successful,80,US,19000.00,19000.00,16500.00 +119448531,Presidential Scum,Playing Cards,Games,USD,2016-05-25,5000.00,2016-04-25 17:34:35,124.00,failed,7,US,124.00,124.00,5000.00 +1194496746,Trailer Park Gourmet,Webseries,Film & Video,USD,2013-10-12,65000.00,2013-09-12 23:41:31,2000.00,failed,1,US,2000.00,2000.00,65000.00 +1194504750,Borealis,Games,Games,USD,2012-09-20,560.00,2012-08-21 02:43:25,650.00,successful,36,US,650.00,650.00,560.00 +1194525134,Bring Jousting to Dragonfest,Games,Games,USD,2017-10-06,2500.00,2017-09-01 19:46:47,35.00,failed,2,US,0.00,35.00,2500.00 +1194531159,Path of the Pronghorn Monumental Bronze Project,Public Art,Art,USD,2014-04-15,5000.00,2014-02-19 18:49:05,5200.00,successful,24,US,5200.00,5200.00,5000.00 +1194536665,LA COIA Kit & Coloring Book | Projects of Earth,Product Design,Design,USD,2017-10-10,10001.00,2017-09-05 18:40:39,16507.00,successful,89,US,15929.00,16507.00,10001.00 +1194540722,Let it Pee,Art,Art,EUR,2014-10-26,15.00,2014-09-26 10:33:32,66.00,successful,7,NL,84.34,82.66,18.79 +1194543472,Fashn - Online Fashion Marketplace (Canceled),Fashion,Fashion,GBP,2014-10-11,50000.00,2014-09-11 07:45:51,0.00,canceled,0,GB,0.00,0.00,80597.06 +119454534,Gregorian Chant Modes Album,Classical Music,Music,USD,2013-09-23,17490.00,2013-08-19 19:26:35,8205.00,failed,198,US,8205.00,8205.00,17490.00 +"1194546443,""Rising Souls, Singing Scorpions"",Documentary,Film & Video,USD,2011-09-12,12500.00,2011-07-29 19:33:55,13487.00,successful,151,US,13487.00,13487.00,12500.00" +119455552,Santa`s Sack A Christmas Game For android,Mobile Games,Games,EUR,2014-12-09,600.00,2014-11-09 20:45:34,0.00,failed,0,IE,0.00,0.00,747.00 +1194556835,BloodGuilt,Drama,Film & Video,USD,2016-09-30,1600.00,2016-08-31 06:22:27,20.00,failed,1,US,0.00,20.00,1600.00 +1194563468,Tibio - Spreading warmth in everyones home,Gadgets,Technology,GBP,2014-10-08,48000.00,2014-09-08 14:16:18,637.00,failed,26,GB,1040.05,1021.37,76963.78 +1194563696,Stellar,Video Games,Games,USD,2015-05-06,10000.00,2015-04-06 16:06:45,1068.00,failed,33,US,1068.00,1068.00,10000.00 +1194571394,'Visions' Film Festival Roundup!,Shorts,Film & Video,USD,2013-06-15,1200.00,2013-05-16 08:46:49,1211.00,successful,26,US,1211.00,1211.00,1200.00 +1194581763,SEND,Shorts,Film & Video,USD,2013-06-21,20000.00,2013-05-22 05:20:27,20748.00,successful,93,US,20748.00,20748.00,20000.00 +"1194597918,""""""The Mark Million Show"""""",Radio & Podcasts,Publishing,USD,2013-08-18,7000.00,2013-07-20 19:16:22,25.00,failed,1,US,25.00,25.00,7000.00" +1194607551,The AfterWorld Pub and Eatery,Drinks,Food,USD,2015-06-02,7500.00,2015-04-03 21:14:43,1570.00,failed,8,US,1570.00,1570.00,7500.00 +119461210,Hive Jump,Video Games,Games,USD,2014-09-06,50000.00,2014-08-06 15:51:57,58675.07,successful,1972,US,58675.07,58675.07,50000.00 +"1194616553,""The Dark I Know, an original musical"",Theater,Theater,USD,2013-06-23,3000.00,2013-05-09 21:39:56,4146.00,successful,72,US,4146.00,4146.00,3000.00" +1194620096,Hop Yeah – Ohio’s First Commercial Hops Farm in a Century,Farms,Food,USD,2016-10-26,50000.00,2016-09-28 23:15:47,111.00,failed,4,US,5.00,111.00,50000.00 +119462232,THIRTEEN,Rock,Music,USD,2014-07-05,3800.00,2014-06-05 20:49:51,3870.00,successful,55,US,3870.00,3870.00,3800.00 +1194622995,Fire It Up! A New Kiln for Cook on Clay,Crafts,Crafts,USD,2013-03-21,28500.00,2013-02-19 23:14:33,32365.00,successful,220,US,32365.00,32365.00,28500.00 +1194623595,Dark Comedy to be Filmed in Nevada,Film & Video,Film & Video,USD,2011-11-12,6000.00,2011-09-13 14:47:02,0.00,failed,0,US,0.00,0.00,6000.00 +1194625221,Dragoncon Cosplay Blog,People,Photography,USD,2014-08-16,500.00,2014-07-17 03:33:36,1.00,failed,1,US,1.00,1.00,500.00 +"1194628093,""Apparatus: A Collection of Experimental Poetry, Prose & Art"",Anthologies,Publishing,CAD,2017-01-26,500.00,2016-12-24 07:28:10,561.00,successful,24,CA,74.17,427.62,381.13" +1194638053,Help DORO & DIEGA find their way to the Orlando FRINGE 2016,Musical,Theater,USD,2016-03-15,1200.00,2016-02-20 04:22:00,1547.00,successful,24,US,1547.00,1547.00,1200.00 +119464122,Help Abby Mae & the Homeschool Boys Record an EP!,Country & Folk,Music,USD,2012-05-01,3000.00,2012-03-31 03:13:14,3745.00,successful,85,US,3745.00,3745.00,3000.00 +1194641242,Help Me Release My First EP (Canceled),Electronic Music,Music,USD,2013-06-09,1000.00,2013-05-10 17:56:46,50.00,canceled,1,US,50.00,50.00,1000.00 +1194656032,Chicago Express,Tabletop Games,Games,USD,2014-06-18,10000.00,2014-06-06 20:42:06,29720.00,successful,477,US,29720.00,29720.00,10000.00 +"1194664968,""Wild Hands! Oh, River! Debut Album! Yeah!"",Country & Folk,Music,USD,2014-02-01,7000.00,2014-01-01 18:40:05,9639.63,successful,136,US,9639.63,9639.63,7000.00" +1194680324,EGGY: Fun and Interactive Vinyl Collectibles,Product Design,Design,SGD,2017-09-15,10000.00,2017-07-17 14:59:10,14041.00,canceled,172,SG,11846.53,10452.62,7444.35 +1194681868,Makeblock : Next Generation of Construct Platform,Robots,Technology,USD,2013-01-21,30000.00,2012-12-12 03:11:31,185576.00,successful,609,US,185576.00,185576.00,30000.00 +1194685206,Overcome Magazine Fundraiser,Web,Journalism,USD,2015-04-06,5000.00,2015-02-05 09:51:17,117.00,failed,3,US,117.00,117.00,5000.00 +1194695935,White Elephant,Narrative Film,Film & Video,USD,2014-01-12,300.00,2013-12-23 23:55:22,0.00,failed,0,US,0.00,0.00,300.00 +1194695963,Furaha Sandals,Footwear,Fashion,USD,2016-07-26,20000.00,2016-06-21 09:51:15,220.00,failed,1,US,220.00,220.00,20000.00 +1194698314,Wooden Dice,Tabletop Games,Games,USD,2013-05-31,3000.00,2013-05-01 19:47:19,690.00,failed,31,US,690.00,690.00,3000.00 +1194700031,through my eyes (Chicago),Places,Photography,USD,2015-03-12,2000.00,2015-02-10 22:08:20,1.00,failed,1,US,1.00,1.00,2000.00 +1194705474,Carbon Fiber Jewelry Rings,Design,Design,USD,2013-02-11,500.00,2013-01-12 17:46:50,5409.00,successful,231,US,5409.00,5409.00,500.00 +1194712051,Norman Baker - The Man In Purple,Narrative Film,Film & Video,USD,2017-07-30,2000.00,2017-06-30 02:57:31,266.00,failed,7,US,115.00,266.00,2000.00 +1194740485,Apocalyptic Old West RELOADED,Tabletop Games,Games,EUR,2015-12-06,800.00,2015-11-08 09:03:30,670.00,failed,28,AT,719.66,733.65,876.00 +1194743050,Chamonix Bloc Topo,Publishing,Publishing,EUR,2017-11-30,10000.00,2017-10-31 07:56:05,2070.00,failed,60,FR,81.30,2460.19,11884.95 +1194746811,GANDHI CENTER for Global Non-Violence hosts GOD WARS Memorial (Canceled),Illustration,Art,USD,2010-08-30,9300.00,2010-07-05 20:05:49,150.00,canceled,5,US,150.00,150.00,9300.00 +1194749030,Super Power,Apparel,Fashion,USD,2015-11-21,2000.00,2015-09-22 18:26:39,0.00,failed,0,US,0.00,0.00,2000.00 +1194761483,DeDeuce (Canceled),Tabletop Games,Games,USD,2013-03-07,30000.00,2013-01-06 02:49:46,1941.00,canceled,24,US,1941.00,1941.00,30000.00 +1194778442,Julia Nunes Makes Music,Indie Rock,Music,USD,2017-03-01,30000.00,2017-01-03 19:42:42,71025.27,successful,2409,US,30689.99,71025.27,30000.00 +1194780143,Lazy Day Lures!,Crafts,Crafts,USD,2015-01-09,1500.00,2014-11-25 23:03:58,1.00,failed,1,US,1.00,1.00,1500.00 +119479156,Wake Up 2,Electronic Music,Music,USD,2013-09-10,9000.00,2013-07-12 23:12:06,1.00,failed,1,US,1.00,1.00,9000.00 +119479383,The Nascent: An Anecdote of Aetherholme: The Second Attempt,Video Games,Games,USD,2016-03-10,44523.00,2016-02-09 01:35:33,1136.00,failed,23,US,1136.00,1136.00,44523.00 +1194808931,The Cody Linder Project,Rock,Music,USD,2015-05-31,3000.00,2015-05-01 07:17:04,476.00,failed,7,US,476.00,476.00,3000.00 +1194810585,Natural wonders of Africa,Photography,Photography,CAD,2015-02-08,6000.00,2015-01-09 18:20:24,2.00,failed,2,CA,1.69,1.60,4796.93 +1194815202,Wheel Chair Splash Guard,Hardware,Technology,USD,2013-07-25,7000.00,2013-06-25 03:21:15,117.56,failed,6,US,117.56,117.56,7000.00 +119483375,Souder Creations Home Crafting Business,DIY,Crafts,USD,2016-06-30,500.00,2016-05-31 15:20:03,81.00,failed,2,US,81.00,81.00,500.00 +1194839322,Fool’s Gold- Gloria Bangiola’s second album!,Country & Folk,Music,USD,2015-04-24,2000.00,2015-03-25 16:12:12,2056.00,successful,41,US,2056.00,2056.00,2000.00 +1194850999,Millennium Blades -- The CCG-Simulator Board Game,Tabletop Games,Games,USD,2015-05-18,50000.00,2015-04-17 18:00:25,249789.00,successful,2625,US,249789.00,249789.00,50000.00 +119485343,Pompeii (When in Rome podcast season 3),Radio & Podcasts,Publishing,AUD,2017-07-18,5500.00,2017-06-08 05:25:39,7536.00,successful,162,AU,601.97,5968.64,4356.09 +1194856126,DreamScreen - Smart LED backlighting for any HDMI TV!,Gadgets,Technology,USD,2016-02-19,25000.00,2016-01-15 14:53:21,382658.00,successful,2641,US,382658.00,382658.00,25000.00 +1194858431,Irish Premier of Craig Adams' LIFT at the MAC Belfast,Theater,Theater,GBP,2014-06-09,3500.00,2014-04-10 19:15:52,75.00,failed,5,GB,125.59,127.22,5936.73 +1194863914,Publish the 1st edition of Life and Times of Richard Musto,Art Books,Publishing,USD,2013-03-31,4000.00,2013-03-01 13:53:06,5887.00,successful,76,US,5887.00,5887.00,4000.00 +1194865786,BaconCamp: Bring the pork belly to San Francisco,Food,Food,USD,2010-05-08,1500.00,2010-04-05 19:32:27,1990.00,successful,82,US,1990.00,1990.00,1500.00 +1194868334,ProtoCam+ Raspberry Pi A+ B+ Camera Module Add-On Board,DIY Electronics,Technology,GBP,2015-01-27,800.00,2014-12-28 14:40:56,1494.00,successful,130,GB,2324.47,2248.65,1204.09 +1194870012,Frugivoro in Fruityland! A Sneaky Health Education Game,Tabletop Games,Games,USD,2017-05-20,35000.00,2017-04-19 02:06:38,35880.00,successful,152,US,1258.00,35880.00,35000.00 +1194872491,The Mill - Marilyn Sward Commemorative Summer Series,Art,Art,USD,2013-07-27,2500.00,2013-07-03 19:28:44,2680.00,successful,39,US,2680.00,2680.00,2500.00 +1194886646,Live. Love. DANCE!,Dance,Dance,USD,2014-07-30,1000.00,2014-07-09 23:00:04,30.00,failed,4,US,30.00,30.00,1000.00 +119489261,Alan Turing - 'Guilty of Love' Album,Musical,Theater,GBP,2017-07-02,3250.00,2017-06-01 07:43:55,95.00,failed,5,GB,32.05,122.52,4191.44 +1194895518,Junkyard Survivor Rodders Apparel,Fashion,Fashion,USD,2012-04-09,3000.00,2012-03-10 16:09:14,100.00,failed,3,US,100.00,100.00,3000.00 +1194901281,Educating to be Corporate Slaves: Cristo Rey Network,Documentary,Film & Video,USD,2015-05-01,500.00,2015-03-03 03:48:45,0.00,failed,0,US,0.00,0.00,500.00 +1194902177,Gray Wolf Graphic Book,Illustration,Art,USD,2012-01-03,4500.00,2011-11-19 01:38:15,636.00,failed,20,US,636.00,636.00,4500.00 +119490390,Essence: exploring the horse-human relationship,Film & Video,Film & Video,USD,2015-03-04,8000.00,2015-02-02 18:34:09,10870.00,successful,147,US,10870.00,10870.00,8000.00 +1194911046,Blood On Blood,Country & Folk,Music,USD,2012-04-07,3500.00,2012-03-08 07:39:24,360.00,failed,7,US,360.00,360.00,3500.00 +1194911068,Project Naptime — Dropped 2000km away from home!,Comedy,Film & Video,EUR,2014-07-03,1200.00,2014-06-15 01:10:27,1488.00,successful,14,NL,2017.32,2021.90,1630.57 +1194924825,Reaper Miniatures Bones 3: The Search for Mr. Bones!,Tabletop Games,Games,USD,2015-07-26,30000.00,2015-07-07 17:00:43,2730365.57,successful,13465,US,2730365.57,2730365.57,30000.00 +1194925739,Cincinnati LAN party cafe,Technology,Technology,USD,2015-11-25,20000.00,2015-09-26 17:05:44,310.00,failed,3,US,310.00,310.00,20000.00 +1194930796,Bicycle Mystique Playing Cards (Canceled),Playing Cards,Games,GBP,2016-06-25,10000.00,2016-05-16 22:00:26,7388.00,canceled,465,GB,10609.55,9813.38,13282.86 +1194933868,Beautify Your World With Art That Speaks To You.,Mixed Media,Art,USD,2014-04-05,1935.00,2014-03-06 22:39:59,0.00,failed,0,US,0.00,0.00,1935.00 +1194934320,Paper Cities: London and Paris,Mixed Media,Art,USD,2015-04-29,1000.00,2015-03-30 05:18:17,5.00,failed,1,US,5.00,5.00,1000.00 +1194935848,Academic One,Film & Video,Film & Video,GBP,2014-12-03,1250000.00,2014-11-09 14:54:05,10.00,failed,1,GB,15.87,15.69,1960722.80 +119493805,Currency: An EP on the Economy of Love,Pop,Music,USD,2013-06-02,3000.00,2013-05-03 20:08:30,3539.02,successful,102,US,3539.02,3539.02,3000.00 +1194944944,Malika - Warrior Queen Part Two,Graphic Novels,Comics,USD,2017-11-20,6500.00,2017-10-24 16:06:18,13987.00,successful,345,US,3581.00,13987.00,6500.00 +1194945057,A Second Chance to Make a Dream Come True,Food,Food,USD,2017-03-08,300.00,2017-03-02 23:59:23,89.00,failed,3,US,23.00,89.00,300.00 +1194948273,Note to Self,Shorts,Film & Video,USD,2011-10-29,4000.00,2011-09-19 05:25:28,4090.00,successful,17,US,4090.00,4090.00,4000.00 +1194953164,Forgotten People of Nuba Mountains - short documentary film,Documentary,Film & Video,GBP,2015-11-22,5000.00,2015-10-25 05:20:17,35.00,failed,4,GB,53.60,52.68,7525.93 +1194955028,EMSKOT 2015 EP RELEASE,Faith,Music,USD,2015-09-13,7000.00,2015-08-14 05:07:31,165.00,failed,5,US,165.00,165.00,7000.00 +1194973725,The Cheeses of Orchard Hill Creamery,Farms,Food,USD,2015-11-18,9000.00,2015-10-20 18:20:28,9115.00,successful,66,US,9115.00,9115.00,9000.00 +"1194974059,""The Nine Tales of Kitsune, Vol. 1 - A PhotoGraphic Novel"",Comics,Comics,USD,2013-02-16,10000.00,2013-01-25 21:10:55,1876.00,failed,21,US,1876.00,1876.00,10000.00" +1194978350,Poker Magazine PokerAthletes (Canceled),Nonfiction,Publishing,USD,2015-04-23,2500.00,2015-03-24 18:07:06,0.00,canceled,0,US,0.00,0.00,2500.00 +1194980605,The Bloodletting,Webseries,Film & Video,USD,2016-10-31,3500.00,2016-10-01 21:44:45,3550.00,successful,35,US,310.00,3550.00,3500.00 +1194989970,PROTOJECTION,Drama,Film & Video,GBP,2015-05-28,200.00,2015-05-06 21:15:50,220.00,successful,2,GB,332.64,335.66,305.15 +1194996784,Songs From My Red suitcase - A One-Woman Musical Play,Theater,Theater,USD,2013-02-12,3000.00,2013-01-16 02:08:13,325.00,failed,7,US,325.00,325.00,3000.00 +1195000490,The Zeitlos - A Real Luxury Swiss Automatic Watch,Product Design,Design,GBP,2017-12-08,10000.00,2017-11-07 15:46:45,17991.00,successful,37,GB,18686.56,24136.03,13415.62 +1195007487,DEATH BY GALLERY - KOLLEKTIV GALLERY,Illustration,Art,GBP,2014-04-13,2200.00,2014-03-26 08:18:29,2342.00,successful,71,GB,3864.00,3936.47,3697.79 +1195014553,This is the Hermosa beach sunset project 365 days of sunsets,Nature,Photography,USD,2014-09-01,3000.00,2014-07-11 22:25:05,0.00,failed,0,US,0.00,0.00,3000.00 +1195016126,Support Arenga\Digital and give voice to Latin Journalists,Web,Journalism,USD,2015-12-07,5000.00,2015-11-07 17:45:57,160.00,failed,7,US,160.00,160.00,5000.00 +1195036171,Wheelin Willy & Friends (A Children's Series of Books),Children's Books,Publishing,USD,2014-09-10,1000.00,2014-08-11 21:08:29,0.00,failed,0,US,0.00,0.00,1000.00 +119504178,Just Live- The First Premium Leggings at a Low Cost,Apparel,Fashion,USD,2015-04-23,15000.00,2015-03-24 05:04:39,15245.00,successful,35,US,15245.00,15245.00,15000.00 +1195042211,Crab Mate: Versatile Multi-Tool For Everyday Carry,Product Design,Design,USD,2015-08-04,5000.00,2015-06-25 13:58:02,627.00,failed,32,US,627.00,627.00,5000.00 +1195045568,Teaching Middle Schoolers How to Study,Nonfiction,Publishing,USD,2012-11-01,2000.00,2012-10-02 01:00:50,160.00,failed,4,US,160.00,160.00,2000.00 +1195047078,Abstract Touring,Hip-Hop,Music,USD,2014-07-25,2500.00,2014-06-25 05:14:58,0.00,failed,0,US,0.00,0.00,2500.00 +"1195059599,""Screenplay for hilarious Horror-Comedy """"Das Skooten""""."",Narrative Film,Film & Video,USD,2012-09-13,8000.00,2012-08-13 21:07:39,1.00,failed,1,US,1.00,1.00,8000.00" +119506110,Beyond Black Space,Video Games,Games,USD,2013-09-16,56000.00,2013-08-02 22:30:06,1493.00,failed,83,US,1493.00,1493.00,56000.00 +1195062567,Egypt,Fiction,Publishing,USD,2012-06-18,12000.00,2012-05-10 00:55:58,0.00,failed,0,US,0.00,0.00,12000.00 +"1195071984,The Polyamorous Socks - It's always a good match ;),Product Design,Design,SGD,2016-12-01,5000.00,2016-11-01 16:15:07,3300.00,failed,72,SG,2920.06,2319.53,3514.44" +119507987,the Spectacular Average Boys new album,Rock,Music,USD,2013-10-04,4500.00,2013-09-04 21:26:39,1170.00,failed,26,US,1170.00,1170.00,4500.00 +1195081046,The Franchomme Project: a world-premiere cello recording,Classical Music,Music,USD,2013-03-27,10000.00,2013-01-26 16:42:25,10579.01,successful,123,US,10579.01,10579.01,10000.00 +1195087861,Axis Football 2016,Video Games,Games,USD,2015-12-08,10000.00,2015-11-08 12:32:39,2055.00,failed,63,US,2055.00,2055.00,10000.00 +119508994,Waddle - A Comic,Webcomics,Comics,USD,2014-10-14,500.00,2014-09-13 00:24:47,500.00,successful,15,US,500.00,500.00,500.00 +1195103900,Historic Ross Cemetery Revitalization - Eagle Scout Project,Civic Design,Design,USD,2016-08-01,950.00,2016-07-12 22:03:13,1429.00,successful,27,US,486.00,1429.00,950.00 +1195124505,Blobb: iOS Port (Canceled),Mobile Games,Games,GBP,2015-03-27,1500.00,2015-02-25 16:05:36,0.00,canceled,0,GB,0.00,0.00,2231.31 +1195125988,Hong Kong Phooey for Saturday Morn'in Mayem V.3 and Mugen!,Video Games,Games,USD,2013-12-13,1000.00,2013-11-13 08:16:00,10.00,failed,2,US,10.00,10.00,1000.00 +1195139442,WHAT DO YOU SUPPOSE? A child's book about liking yourself,Children's Books,Publishing,USD,2013-02-22,12800.00,2012-12-24 18:18:04,1320.00,canceled,15,US,1320.00,1320.00,12800.00 +1195155153,Babeanies (Beanies for Premature Babies),Crochet,Crafts,USD,2015-04-04,300.00,2015-03-15 01:42:52,0.00,failed,0,US,0.00,0.00,300.00 +1195159530,Summer Dream,Narrative Film,Film & Video,USD,2011-07-08,3000.00,2011-04-27 03:39:48,3000.00,successful,29,US,3000.00,3000.00,3000.00 +1195166323,sweep | Scanning LiDAR,Robots,Technology,USD,2016-04-11,230000.00,2016-03-02 18:21:33,272990.00,successful,1010,US,272990.00,272990.00,230000.00 +1195174413,Handbags and Watches,Accessories,Fashion,CAD,2015-09-04,385000.00,2015-08-05 02:22:36,0.00,failed,0,CA,0.00,0.00,291005.29 +1195179238,People for People - A Documentary,Documentary,Film & Video,NZD,2015-08-23,200.00,2015-08-11 06:49:45,550.00,successful,20,NZ,363.87,354.61,128.95 +1195181863,Cat Pageants (Canceled),Pet Fashion,Fashion,USD,2014-10-21,10000.00,2014-08-22 19:52:27,0.00,canceled,0,US,0.00,0.00,10000.00 +1195185186,The Dazzling Darkness(is music for my Book),World Music,Music,CAD,2015-05-24,4000.00,2015-04-23 20:59:44,1.00,failed,1,CA,0.82,0.80,3214.66 +1195188176,Ishinomaki Japan Tsunami Photobook -- Relief 2.0 (Suspended),Photography,Photography,USD,2011-05-19,6000.00,2011-04-19 21:18:18,0.00,suspended,0,US,0.00,0.00,6000.00 +1195192732,I Like Your Syncopation Baby: An Electro-Pop Ambition,Pop,Music,USD,2012-01-07,1000.00,2011-11-28 19:33:57,10.00,failed,1,US,10.00,10.00,1000.00 +1195197129,Sack & Fatts - Not Fit For Human Consumption,Comedy,Film & Video,USD,2015-06-01,3777.00,2015-05-02 00:40:54,0.00,failed,0,US,0.00,0.00,3777.00 +1195201684,Anywhere But Here // a short film,Drama,Film & Video,USD,2015-08-21,1050.00,2015-07-22 15:35:33,1355.00,successful,17,US,1355.00,1355.00,1050.00 +1195202154,L'AMÉRICAIN,Shorts,Film & Video,USD,2012-04-01,4000.00,2012-02-26 00:59:41,7335.99,successful,137,US,7335.99,7335.99,4000.00 +1195209057,Razor Blade that unclogs hair,Product Design,Design,USD,2015-11-15,250000.00,2015-10-16 05:23:10,4.00,failed,4,US,4.00,4.00,250000.00 +1195211758,HANDGREY™ : Quick Release Titanium Keychain Carabiner,Product Design,Design,USD,2014-08-18,5555.00,2014-06-29 19:15:51,126241.09,successful,1977,US,126241.09,126241.09,5555.00 +1195212190,Santa's Super Sonic Forward Reconnaissance Squadron,Children's Books,Publishing,USD,2014-12-25,1.00,2014-12-10 20:29:40,1.00,successful,1,US,1.00,1.00,1.00 +1195214267,Eva Dean Dance and David Kahne:Peter Pan and Stardust Dances,Dance,Dance,USD,2013-08-26,6000.00,2013-07-21 07:23:26,768.00,failed,14,US,768.00,768.00,6000.00 +1195216914,Paternal Leave – A book of 32 Drawings by Otto Milo,Painting,Art,USD,2017-02-16,2500.00,2017-01-17 07:36:59,3627.69,successful,92,US,3285.69,3627.69,2500.00 +1195217720,Lessons in self sufficiency and sustainability,Farms,Food,USD,2015-02-20,10000.00,2015-01-21 06:20:07,11.00,failed,2,US,11.00,11.00,10000.00 +"1195230056,""?? """"FUKUMEN"""" - A Tokyo Ghoul Artbook (Canceled)"",Art Books,Publishing,USD,2016-05-02,4500.00,2016-03-31 02:47:40,837.00,canceled,32,US,837.00,837.00,4500.00" +1195232845,Build Mobile Apps using Point & Click - NO Programming,Apps,Technology,USD,2014-05-21,20000.00,2014-04-21 23:43:12,1696.00,canceled,17,US,1696.00,1696.00,20000.00 +1195238705,Loveperthlife (Canceled),Journalism,Journalism,AUD,2014-09-22,80.00,2014-07-24 08:19:33,0.00,canceled,0,AU,0.00,0.00,70.33 +"1195239309,20 Day Triads,Music,Music,CAD,2015-08-01,2000.00,2015-07-15 04:25:30,2130.00,undefined,0,""N,0"""""",,1628.19,1528.82" +1195247282,TOTAL RECALL Memory Capture System,Technology,Technology,USD,2014-09-04,90000.00,2014-07-31 15:06:40,151.00,failed,2,US,151.00,151.00,90000.00 +1195251393,JackandKill,Fiction,Publishing,USD,2015-01-28,2000.00,2015-01-14 00:53:03,2.00,failed,2,US,2.00,2.00,2000.00 +1195251660,Long Live the King,Photography,Photography,USD,2013-07-24,18000.00,2013-06-24 14:59:12,2596.00,failed,20,US,2596.00,2596.00,18000.00 +1195254368,10th and Piedmont WES,Webseries,Film & Video,USD,2013-05-17,35000.00,2013-04-17 18:16:20,10.00,failed,1,US,10.00,10.00,35000.00 +1195265286,Arcane Aeon TCG,Games,Games,USD,2013-07-11,100000.00,2013-06-11 17:58:30,40.00,failed,2,US,40.00,40.00,100000.00 +1195272163,The Hair Draper . The ulitimate hair extension accessory.,Product Design,Design,USD,2014-10-09,4800.00,2014-09-09 22:19:38,28.00,failed,2,US,28.00,28.00,4800.00 +1195273755,IXR - International Crossroads food at your location.,Restaurants,Food,USD,2014-10-27,35000.00,2014-09-27 01:22:46,100.00,failed,1,US,100.00,100.00,35000.00 +1195282632,retro computer collectible cards,Games,Games,USD,2015-12-01,750.00,2015-11-01 23:15:39,12233.00,successful,531,US,12233.00,12233.00,750.00 +119528292,Veltimera: Eco-Fashion Spring Line Debut!!,Fashion,Fashion,USD,2012-12-23,10000.00,2012-12-08 02:38:11,407.00,failed,10,US,407.00,407.00,10000.00 +1195301260,Defensive Driving Video featuring Steven Seagal,Experimental,Film & Video,USD,2017-05-17,5000.00,2017-04-02 02:25:29,125.00,failed,2,US,100.00,125.00,5000.00 +119530210,The Boys of Mabopane: The Legacy of the 2010 World Cup,Documentary,Film & Video,USD,2010-12-04,10000.00,2010-11-04 22:53:30,0.00,failed,0,US,0.00,0.00,10000.00 +1195307917,TRI TOUCH MUSIC KIOSK,Technology,Technology,USD,2011-06-15,65000.00,2011-03-15 23:40:04,100.00,failed,1,US,100.00,100.00,65000.00 +1195310470,Relaxed cooking,Food,Food,GBP,2013-11-30,71000.00,2013-10-30 23:26:15,0.00,failed,0,GB,0.00,0.00,116049.10 +1195310770,School's Out: Memories of Dr. Carl Troutt School,Documentary,Film & Video,USD,2015-07-17,2000.00,2015-06-17 19:44:14,1.00,failed,1,US,1.00,1.00,2000.00 +1195311180,Short Videos,Shorts,Film & Video,AUD,2016-04-30,1000.00,2016-03-01 10:53:49,0.00,failed,0,AU,0.00,0.00,737.19 +1195323729,Join Beach Bums Barbeque as we set sail on our journey!,Food,Food,USD,2014-05-07,3000.00,2014-03-23 15:43:07,0.00,canceled,0,US,0.00,0.00,3000.00 +1195338483,[Project IX] ONE ROUND TRIP BEFORE 30,Photography,Photography,USD,2013-08-30,10000.00,2013-08-03 10:58:27,25.00,failed,6,US,25.00,25.00,10000.00 +"1195340410,Hikari no Uta; Through the lens and back again...,Photography,Photography,USD,2012-06-01,3500.00,2012-04-17 06:40:53,306.00,failed,10,US,306.00,306.00,3500.00" +"1195345610,""The Aeronauts Cd """"Burlesque & Balloons"""" in a Real Studio!"",Indie Rock,Music,USD,2011-03-02,300.00,2011-02-07 18:57:39,489.00,successful,17,US,489.00,489.00,300.00" +1195349777,Streetwear that brings the SAVAGE out of you,Apparel,Fashion,USD,2015-05-31,10592.00,2015-04-21 05:28:05,185.00,failed,5,US,185.00,185.00,10592.00 +1195351852,tonlé: zero-waste fair fashion,Apparel,Fashion,USD,2014-11-14,10000.00,2014-10-20 16:15:37,23042.00,successful,296,US,23042.00,23042.00,10000.00 +119535808,Instrumental Observations,Music,Music,USD,2015-03-20,1000.00,2015-02-18 18:45:00,1.00,failed,1,US,1.00,1.00,1000.00 +1195366254,New TKOS Tunes! Merch! Tours!,Music,Music,USD,2011-03-09,250.00,2011-01-23 05:54:22,351.00,successful,8,US,351.00,351.00,250.00 +1195374182,Help Save Kappa! Yokai Plush Kickstarter,Crafts,Crafts,USD,2017-10-03,6000.00,2017-09-26 18:01:36,2425.00,canceled,70,US,1752.00,2425.00,6000.00 +1195374670,Knights-Errant: Volume 1 by Jennifer Doyle,Webcomics,Comics,USD,2016-05-04,15000.00,2016-03-30 17:05:53,35845.00,successful,892,US,35845.00,35845.00,15000.00 +1195376268,Elisha // From the Ground Up // New EP,Music,Music,GBP,2017-07-09,4000.00,2017-06-09 13:55:38,4172.00,successful,46,GB,0.00,5412.77,5189.62 +1195376575,Pirate Attack! (Canceled),Tabletop Games,Games,USD,2015-05-09,50000.00,2015-04-09 21:33:29,212.00,canceled,9,US,212.00,212.00,50000.00 +1195377714,Lock-Bot,Gadgets,Technology,USD,2014-12-09,100000.00,2014-10-30 21:11:06,2520.00,failed,35,US,2520.00,2520.00,100000.00 +1195383132,LifeBox is a global humanitarian effort solving world hunger,Technology,Technology,USD,2017-07-29,250000.00,2017-06-29 18:27:52,829.00,failed,4,US,0.00,829.00,250000.00 +1195383732,The John Project,Drama,Film & Video,USD,2017-07-16,5000.00,2017-06-16 15:03:18,860.00,failed,17,US,130.00,860.00,5000.00 +1195384695,Heitbërc Distillery: German-American Whiskey from Heidelberg,Drinks,Food,USD,2014-12-21,22500.00,2014-11-21 00:09:14,3213.00,failed,27,US,3213.00,3213.00,22500.00 +1195387842,Gutter Glitter Debut EP,Rock,Music,USD,2014-10-12,9700.00,2014-09-13 04:34:02,564.00,failed,10,US,564.00,564.00,9700.00 +1195393321,A Diamond In My Pocket - Young Adult Fantasy Book,Fiction,Publishing,USD,2014-03-20,6800.00,2014-02-18 15:43:09,1607.00,failed,43,US,1607.00,1607.00,6800.00 +1195398823,TailFeathers Tail guard,Product Design,Design,GBP,2014-11-23,20000.00,2014-09-24 21:06:12,145.00,failed,4,GB,237.54,227.59,31391.75 +1195400646,I'm making beer,Drinks,Food,USD,2014-08-07,10.00,2014-07-08 17:28:17,60.00,successful,2,US,60.00,60.00,10.00 +1195407280,DEAD SHACK,Horror,Film & Video,CAD,2017-01-04,12000.00,2016-11-14 17:12:47,12919.00,successful,124,CA,1053.83,9744.31,9051.14 +1195408116,Parental Reaction: A Card Game For Couples,Tabletop Games,Games,USD,2012-01-12,5000.00,2011-12-18 10:32:49,11.00,failed,2,US,11.00,11.00,5000.00 +1195444260,Road Rage: Post Apocalyptic Novel,Fiction,Publishing,USD,2015-09-24,999.00,2015-08-25 23:07:37,100.00,failed,1,US,100.00,100.00,999.00 +"1195444528,""Junior Mance """"For My Fans...It's All About You"""""",Jazz,Music,USD,2015-09-28,6000.00,2015-08-21 19:39:30,6300.00,successful,58,US,6300.00,6300.00,6000.00" +1195447582,Portal Percussion - New Works commissioned by Colleen Clark,Classical Music,Music,USD,2014-11-18,2500.00,2014-10-23 21:31:09,2535.00,successful,27,US,2535.00,2535.00,2500.00 +1195449828,Indiana Performing Arts Centre,Performance Art,Art,USD,2011-08-06,24000.00,2011-07-07 14:56:03,5.00,failed,1,US,5.00,5.00,24000.00 +1195455608,BenchTop Brewing Company: Innovative Craft Brewing in VA.,Small Batch,Food,USD,2016-02-02,17500.00,2016-01-03 20:33:43,2425.00,failed,21,US,2425.00,2425.00,17500.00 +1195463496,Help me Create a #Fashion #Portfolio! #sketchbook #design,Fashion,Fashion,USD,2015-02-08,100.00,2015-02-03 04:03:03,5.00,failed,1,US,5.00,5.00,100.00 +1195468253,Bend or Break in Uncharted Territory (Send us on Tour!!),Music,Music,USD,2011-07-01,500.00,2011-06-03 00:44:39,690.00,successful,11,US,690.00,690.00,500.00 +1195470622,Outliers Notebook: Digitalized Handwritten Notebook in Cloud,Product Design,Design,USD,2016-05-28,5000.00,2016-04-18 08:01:34,6691.00,successful,122,US,6691.00,6691.00,5000.00 +1195472555,THE NAUGHTY LIST - A wicked black comedy short film,Shorts,Film & Video,GBP,2016-02-14,6500.00,2016-01-18 07:48:25,14975.00,successful,201,GB,21349.06,21380.94,9280.54 +1195473108,Summer of Fests (Canceled),Festivals,Film & Video,USD,2015-06-11,28500.00,2015-04-29 18:26:26,0.00,canceled,0,US,0.00,0.00,28500.00 +119547355,Faces of Scotland,Photography,Photography,GBP,2014-02-28,1347.00,2014-01-31 09:49:55,505.00,failed,6,GB,836.20,844.24,2251.87 +1195477530,Sempiternal Studios FREE Online mobile multiplayer games,Mobile Games,Games,USD,2015-05-07,25000.00,2015-04-07 04:27:32,4.00,failed,2,US,4.00,4.00,25000.00 +1195480572,AwesomeRobo Apparel!,Fashion,Fashion,USD,2012-09-14,2000.00,2012-08-14 22:56:49,6922.00,successful,130,US,6922.00,6922.00,2000.00 +1195481879,Become a part of Double Negative - an Action - Web Series (Canceled),Shorts,Film & Video,USD,2010-10-10,11500.00,2010-09-10 18:06:28,70.00,canceled,2,US,70.00,70.00,11500.00 +1195487852,Bring LGBT Comics Creators to San Diego!,Comics,Comics,USD,2011-07-20,1000.00,2011-06-26 04:31:08,1333.00,successful,41,US,1333.00,1333.00,1000.00 +1195493695,Build this knot that,Fashion,Fashion,USD,2014-05-11,700.00,2014-04-11 22:17:42,150.00,failed,3,US,150.00,150.00,700.00 +1195496212,Little Chefs (Canceled),Cookbooks,Food,USD,2014-09-08,15000.00,2014-07-10 17:33:57,0.00,canceled,0,US,0.00,0.00,15000.00 +"1195506640,Beard to Back; Bangs to Bottom- All natural soaps,DIY,Crafts,USD,2016-12-29,1500.00,2016-11-29 17:14:49,36.00,failed,2,US,13.00,36.00,1500.00" +1195528359,Shakespeare to the Masses!,Festivals,Theater,USD,2016-06-06,1200.00,2016-05-04 05:52:44,1250.00,successful,14,US,1250.00,1250.00,1200.00 +1195529279,Keith Davis Trio - Still,Jazz,Music,USD,2013-12-22,5000.00,2013-11-22 18:03:28,3036.00,failed,27,US,3036.00,3036.00,5000.00 +1195535156,Family Saami Bracelets,Crafts,Crafts,USD,2014-11-13,450.00,2014-10-14 21:46:41,68.00,failed,3,US,68.00,68.00,450.00 +1195541636,promote literacy worldwide,Children's Books,Publishing,CAD,2014-08-09,1000.00,2014-07-10 03:04:41,5.00,failed,1,CA,4.68,4.59,917.43 +"1195548296,""Number 5-""""Dying"""" 2 Be Loved"",Shorts,Film & Video,USD,2011-01-02,50000.00,2010-11-02 02:41:53,130.00,failed,5,US,130.00,130.00,50000.00" +1195549250,I want to be the best Balloon Animal craftsman EVER!,Public Art,Art,USD,2015-12-11,15.00,2015-11-11 13:53:01,10.00,failed,1,US,10.00,10.00,15.00 +119555336,The MATTMAN AND ROBBIN Podcast,Mixed Media,Art,USD,2015-03-31,5000.00,2015-02-24 19:47:16,25.00,failed,1,US,25.00,25.00,5000.00 +1195558110,Wheels of Fortune,Documentary,Film & Video,USD,2012-07-25,50000.00,2012-06-25 09:11:19,3285.00,failed,23,US,3285.00,3285.00,50000.00 +1195560737,Artist Designed Mighty Wallets Thin | Strong | Green,Accessories,Fashion,USD,2017-04-28,3000.00,2017-03-29 18:09:32,3432.00,successful,154,US,685.00,3432.00,3000.00 +"1195571274,""Projet photo """"tour de l'Europe"""""",Nature,Photography,EUR,2016-11-05,1000.00,2016-10-06 18:37:58,0.00,canceled,0,FR,0.00,0.00,1090.41" +1195573292,'Reign' Enchiridion,Tabletop Games,Games,USD,2009-12-18,5400.00,2009-11-18 17:49:26,6893.00,successful,246,US,6893.00,6893.00,5400.00 +1195580263,OFA Opening Night,Art,Art,USD,2013-12-05,300000.00,2013-10-21 23:47:48,0.00,failed,0,US,0.00,0.00,300000.00 +119558864,Politics - 2016 Primary Expansion Pack,Tabletop Games,Games,USD,2015-09-07,200.00,2015-08-26 09:39:12,552.00,successful,56,US,552.00,552.00,200.00 +1195591579,Millions of These Guys Hold Your Light Switches to the Wall!,Product Design,Design,EUR,2016-08-22,10000.00,2016-08-02 21:57:04,115.00,failed,4,IE,0.00,129.83,11289.99 +1195592717,A Life Worth Living: A Teachers Memoir,Nonfiction,Publishing,USD,2015-07-30,6300.00,2015-06-30 20:46:00,30.00,failed,1,US,30.00,30.00,6300.00 +1195598187,Yarn Monster,Hardware,Technology,USD,2011-07-02,7500.00,2011-04-27 04:30:06,1628.00,failed,17,US,1628.00,1628.00,7500.00 +1195600583,Heather's Choice // Meals for Adventuring,Food,Food,USD,2015-12-22,48000.00,2015-11-16 07:59:11,54074.00,successful,449,US,54074.00,54074.00,48000.00 +1195602379,International Women's Day Tea Social,Art,Art,USD,2012-03-10,1000.00,2012-02-09 00:18:55,0.00,failed,0,US,0.00,0.00,1000.00 +1195622930,Eat me! short musical film,Shorts,Film & Video,GBP,2015-11-01,5300.00,2015-09-27 13:20:45,5305.00,successful,68,GB,8052.85,8030.82,8023.25 +1195631201,Surviveland - The Lost Island [PC Game],Video Games,Games,EUR,2016-09-25,5000.00,2016-07-27 20:30:46,5.00,canceled,1,AT,0.00,5.58,5580.48 +1195634920,It Came From Beyond the Still - Here Come the Factions!,Tabletop Games,Games,USD,2012-06-10,500.00,2012-05-11 03:01:09,2010.00,successful,21,US,2010.00,2010.00,500.00 +1195635925,Quote Crazy: Hitler and Trump Edition,Playing Cards,Games,USD,2017-04-15,5500.00,2017-03-16 03:21:19,157.00,failed,8,US,84.00,157.00,5500.00 +1195638175,The Main Squeeze - Debut Full Length Album,Music,Music,USD,2012-02-23,5000.00,2012-01-13 00:53:17,6132.25,successful,111,US,6132.25,6132.25,5000.00 +1195639024,The Movie Dirty Millions The Clean Way 3-D (Books 1 & 2),Film & Video,Film & Video,USD,2015-05-23,3337700.00,2015-03-24 04:29:34,0.00,failed,0,US,0.00,0.00,3337700.00 +1195650895,NimNims,Video Games,Games,GBP,2015-03-07,25000.00,2015-02-05 11:10:58,1277.00,failed,30,GB,1935.28,1887.52,36952.18 +1195650945,Something Close to Human,Graphic Novels,Comics,USD,2015-08-06,20000.00,2015-07-02 03:57:22,23.00,failed,1,US,23.00,23.00,20000.00 +1195651710,FELLOW CITIZENS,Art,Art,USD,2010-11-13,500.00,2010-10-14 22:00:24,76.56,failed,2,US,76.56,76.56,500.00 +1195652669,Clash: Ascension of the Elements,Tabletop Games,Games,USD,2013-10-23,600.00,2013-10-03 03:59:37,1734.00,successful,57,US,1734.00,1734.00,600.00 +1195653768,The Customer Cloud - Wave Goodbye to Poor Customer Service,Web,Technology,GBP,2014-06-07,10000.00,2014-05-08 22:51:51,0.00,failed,0,GB,0.00,0.00,16962.09 +1195664323,Ancestral Warship Presents: The Take-Off Tour,World Music,Music,USD,2013-07-17,10000.00,2013-06-17 01:48:23,310.00,failed,9,US,310.00,310.00,10000.00 +1195666263,Memento Mori,Music Videos,Film & Video,MXN,2017-08-25,70000.00,2017-07-26 09:13:53,0.00,canceled,0,MX,0.00,0.00,3965.56 +1195669027,Ditto Case -- Your iPhone Case Can Match Your Mood,Product Design,Design,HKD,2017-07-24,400000.00,2017-05-25 18:05:09,62.00,failed,1,HK,0.00,7.94,51211.14 +119567168,Yudax,Video Games,Games,USD,2016-08-06,2000.00,2016-06-07 19:21:54,221.00,failed,4,US,100.00,221.00,2000.00 +"1195677852,""""""What Is a Monk?"""" Research and Book Publication Project"",Nonfiction,Publishing,USD,2013-02-01,1200.00,2012-12-04 19:02:31,57.00,canceled,3,US,57.00,57.00,1200.00" +1195679438,Eeears,Product Design,Design,EUR,2017-09-16,15000.00,2017-08-14 22:08:31,128008.00,successful,5052,FR,6585.82,153110.46,17941.51 +119568076,Restore our Vintage USA Made Drums,Music,Music,USD,2015-07-12,65000.00,2015-06-05 04:31:20,0.00,failed,0,US,0.00,0.00,65000.00 +1195689824,The Complete iOS 9 Developer Course - Build 21 iPhone Apps,Software,Technology,USD,2015-08-29,500.00,2015-07-20 18:27:24,16222.00,successful,400,US,16222.00,16222.00,500.00 +1195694572,Commission New Works for Major BKWS Performance!,Classical Music,Music,USD,2013-10-09,17000.00,2013-09-09 14:16:43,18845.00,successful,315,US,18845.00,18845.00,17000.00 +1195700880,Linden Tree v.1.0 on a 30 year Dance in Time - join us!,Public Art,Art,GBP,2015-01-01,50.00,2014-12-15 10:24:35,662.00,successful,12,GB,1040.47,1022.11,77.20 +1195708593,Send Clara to Nashville to make some country music,Country & Folk,Music,AUD,2016-05-08,8990.00,2016-04-11 22:54:21,9373.00,successful,58,AU,7079.06,6827.65,6548.66 +1195721816,Bacon Across The Country,Bacon,Food,USD,2015-05-14,3000.00,2015-04-14 09:33:39,0.00,failed,0,US,0.00,0.00,3000.00 +1195727498,The Matt Holloway Show,Audio,Journalism,USD,2015-11-17,7000.00,2015-09-18 07:29:01,0.00,failed,0,US,0.00,0.00,7000.00 +1195727870,New Record From The Fabulous Miss Wendy,Rock,Music,USD,2012-03-31,5000.00,2012-01-31 19:01:37,5278.01,successful,112,US,5278.01,5278.01,5000.00 +1195741430,Bring the BBBC home for Christmas (Canceled),Music,Music,USD,2014-10-20,55000.00,2014-09-25 17:04:11,1395.00,canceled,14,US,1395.00,1395.00,55000.00 +1195741439,Unrequited,Jazz,Music,USD,2015-07-08,3000.00,2015-05-25 18:27:39,3674.00,successful,73,US,3674.00,3674.00,3000.00 +119574688,College Life Unwritten,Publishing,Publishing,USD,2012-07-07,2300.00,2012-06-07 23:21:02,5.00,failed,1,US,5.00,5.00,2300.00 +1195750259,Jewish Blues Volume Two needs YOU!,Music,Music,USD,2011-12-01,1836.00,2011-11-01 02:32:09,1860.00,successful,19,US,1860.00,1860.00,1836.00 +1195760504,Hellenas Fury-Unleashed!,Fiction,Publishing,USD,2017-12-06,1500.00,2017-11-06 01:52:46,25.00,failed,1,US,25.00,25.00,1500.00 +119576148,Carnivory - meat the future.,Shorts,Film & Video,USD,2013-07-09,2000.00,2013-06-09 09:31:52,2545.00,successful,57,US,2545.00,2545.00,2000.00 +1195761594,The Sleigh Bell Letters: Untold Stories of Santa's Reindeer,Children's Books,Publishing,USD,2015-11-15,16160.00,2015-10-13 16:48:37,18246.00,successful,158,US,18246.00,18246.00,16160.00 +1195768699,Kingdom of Fantasy: new literary & artistic magazine.,Periodicals,Publishing,GBP,2013-10-19,7000.00,2013-09-19 23:24:42,126.00,canceled,5,GB,200.34,203.77,11320.45 +1195779843,Debut Album Sara Decker Group,Jazz,Music,EUR,2017-03-25,4000.00,2017-02-23 22:15:55,4191.00,successful,54,DE,93.86,4480.58,4276.38 +1195780671,Zarlo - A better way to manage your property,Web,Technology,GBP,2016-09-25,100.00,2016-08-26 08:13:24,6.00,failed,2,GB,1.32,7.78,129.62 +1195784211,Der sehr gute Die PARTEI Kalender 2017,Calendars,Publishing,EUR,2016-11-05,1000.00,2016-10-18 10:25:12,3545.00,successful,368,DE,3504.03,3865.49,1090.41 +1195792111,Fundraiser for Recording Studio Time to Launch Campaign,Country & Folk,Music,USD,2013-06-20,7500.00,2013-05-21 22:20:50,15.00,failed,2,US,15.00,15.00,7500.00 +1195798378,Tape Mate,Gadgets,Technology,USD,2017-12-11,13000.00,2017-11-11 21:06:43,1235.00,failed,11,US,294.00,1235.00,13000.00 +1195802384,Under the Olive Trees New Album,Rock,Music,USD,2013-03-01,1500.00,2013-02-09 02:00:38,2050.00,successful,30,US,2050.00,2050.00,1500.00 +1195808829,THE MOON,Installations,Art,USD,2016-12-12,18400.00,2016-11-05 19:13:56,19910.11,successful,160,US,1250.00,19910.11,18400.00 +1195810778,DRILLBEACH :Electric Beach Umbrella & Usb Smartphone Charger,Gadgets,Technology,EUR,2015-09-01,45000.00,2015-07-08 13:48:36,2302.00,failed,53,IT,2540.61,2563.96,50120.85 +"1195811857,""12th Night Ceilidh, 18th Century Glenbarr Abbey, Scotland"",Country & Folk,Music,USD,2013-12-12,1735.00,2013-11-12 21:47:08,985.00,failed,19,US,985.00,985.00,1735.00" +1195818161,Making Healthy Dishes for Kids with Severe Allergies!,Food,Food,USD,2014-09-12,500.00,2014-08-13 02:00:21,0.00,failed,0,US,0.00,0.00,500.00 +1195822227,Featured: A SquareNote Showcase,Theater,Theater,GBP,2014-02-23,350.00,2014-01-24 18:26:01,600.00,successful,25,GB,994.16,1003.06,585.12 +1195831510,Omnia Vanitas Review: Operatic Veils,Publishing,Publishing,USD,2012-04-29,500.00,2012-03-30 15:04:55,561.00,successful,23,US,561.00,561.00,500.00 +119583347,Bilandia.se,Web,Technology,SEK,2015-10-21,200000.00,2015-09-21 17:49:18,0.00,failed,0,SE,0.00,0.00,23563.23 +1195840358,The Octopurse - Get a handle on your life.,Product Design,Design,USD,2016-06-19,10000.00,2016-05-20 03:01:15,7339.00,failed,92,US,7339.00,7339.00,10000.00 +1195842897,BeaTrix: The Future of Self-Publishing,Fiction,Publishing,USD,2015-09-22,10000.00,2015-08-23 04:30:20,21.00,failed,2,US,21.00,21.00,10000.00 +1195847101,Pythos Tabletop RPG,Tabletop Games,Games,USD,2017-09-16,6000.00,2017-08-26 01:58:19,7215.00,successful,144,US,3869.00,7215.00,6000.00 +1195849013,MuscleHack App for Android and iPhone,Design,Design,GBP,2015-05-20,550.00,2015-04-20 19:16:28,551.00,successful,30,GB,824.17,861.77,860.21 +1195850455,Largometraje La llamada,Romance,Film & Video,MXN,2017-07-01,50000.00,2017-06-16 02:17:43,1698.00,canceled,5,MX,28.71,93.39,2749.97 +1195854970,2017 Haunt to benefit Children's Hospital of Philadelphia,Immersive,Theater,USD,2017-03-31,1000.00,2017-01-30 16:59:48,161.00,failed,8,US,10.00,161.00,1000.00 +1195870338,SALVAGERS #5: The Wreck Raiders,Comic Books,Comics,USD,2016-02-02,5000.00,2016-01-03 23:06:32,7994.00,successful,233,US,7994.00,7994.00,5000.00 +1195881421,PITCHFORK - A Feature-Length Horror Film,Horror,Film & Video,USD,2015-04-02,10000.00,2015-03-03 00:46:08,375.00,failed,3,US,375.00,375.00,10000.00 +"1195881636,The Dragon (...And Other Stories),Music,Music,USD,2015-03-15,2000.00,2015-02-15 22:29:09,2000.00,undefined,0,""N,0"""""",,2000.00,2000.00" +1195883508,The Original and Personal Hansel and Gretel Story,Children's Books,Publishing,GBP,2017-07-17,300.00,2017-05-18 19:53:01,11.00,failed,3,GB,6.47,14.29,389.76 +1195905306,Wootbit Client: Open Source Mod Management (Canceled),Video Games,Games,USD,2013-04-14,25000.00,2013-03-15 17:32:36,35.00,canceled,1,US,35.00,35.00,25000.00 +1195905321,Puzzle Pong: A Versatile Beer Pong Table That Goes Anywhere,Product Design,Design,USD,2013-03-20,40000.00,2013-02-18 22:02:19,8005.00,failed,77,US,8005.00,8005.00,40000.00 +1195916917,Majestic Candles Especially For YOU with lots of LOVE!!,Candles,Crafts,USD,2012-08-15,100.00,2012-07-16 20:50:09,100.00,successful,3,US,100.00,100.00,100.00 +1195926577,Bicycle Creepy Playing Cards,Design,Design,USD,2013-12-24,5000.00,2013-11-24 18:45:30,10587.00,successful,442,US,10587.00,10587.00,5000.00 +119592935,Indv. A new quarterly publication from gruntmonkey LLC,Publishing,Publishing,USD,2012-03-08,17000.00,2012-01-23 16:25:55,810.00,failed,15,US,810.00,810.00,17000.00 +1195930768,Urban minimal Ultra-E-bike ONETWO,Gadgets,Technology,EUR,2015-09-14,215000.00,2015-08-24 10:03:37,12275.00,failed,13,DE,13978.03,14016.88,245509.46 +1195932411,Refuge,Video Games,Games,GBP,2016-01-30,25000.00,2015-12-16 12:34:31,13696.34,failed,603,GB,20766.72,19932.10,36382.16 +1195945876,Internet Crush,Film & Video,Film & Video,USD,2014-02-15,1300.00,2014-01-08 18:27:23,1425.00,successful,25,US,1425.00,1425.00,1300.00 +119595429,CoolWell Ganzkörperkältebehandlung,Technology,Technology,EUR,2016-02-17,3000.00,2016-01-18 09:38:37,0.00,failed,0,DE,0.00,0.00,3328.78 +1195954316,5V Sensor Connection Card for the Raspberry Pi,DIY Electronics,Technology,USD,2015-01-26,500.00,2014-12-17 12:53:30,1357.00,successful,43,US,1357.00,1357.00,500.00 +1195955858,Lola the Buhund: The Empty Sky (Canceled),Fiction,Publishing,USD,2013-02-14,1700.00,2013-01-15 00:11:44,515.00,canceled,12,US,515.00,515.00,1700.00 +1195960164,Water is boring... make it amazing!,Drinks,Food,USD,2017-08-20,20000.00,2017-06-21 03:37:48,30244.00,successful,318,US,452.00,30244.00,20000.00 +1195974067,Willow and the Dragon,Children's Books,Publishing,USD,2015-04-19,25000.00,2015-03-20 00:39:49,0.00,failed,0,US,0.00,0.00,25000.00 +1195987770,LUCE - Design It Yourself lamp with touch sensor (Canceled),Product Design,Design,USD,2013-12-07,85000.00,2013-10-23 23:20:17,7012.00,canceled,53,US,7012.00,7012.00,85000.00 +1195992682,SOUNDS LIKE TROUBLE FIRST CD!! Americana/Country,Country & Folk,Music,USD,2013-06-08,6000.00,2013-05-10 05:01:33,425.00,failed,4,US,425.00,425.00,6000.00 +119599584,Anya's Next 2 Music Videos,Music,Music,USD,2012-12-28,5000.00,2012-11-28 19:55:28,5156.00,successful,53,US,5156.00,5156.00,5000.00 +1196007527,Kids on the Run: A Short Film,Shorts,Film & Video,USD,2011-10-17,1000.00,2011-09-30 23:17:16,2250.00,successful,27,US,2250.00,2250.00,1000.00 +"1196012585,""Universal self balancing mini vehicle - """"The Mobilizer"""""",Hardware,Technology,USD,2014-02-16,100000.00,2014-01-17 04:14:16,1339.00,failed,15,US,1339.00,1339.00,100000.00" +1196015895,Procedra - Multiplayer Co-OP Platformer,Video Games,Games,USD,2014-09-09,2000.00,2014-08-10 00:31:17,196.00,failed,9,US,196.00,196.00,2000.00 +1196017688,The Urban Farm Company,Farms,Food,GBP,2015-08-24,10000.00,2015-07-25 14:45:24,196.00,failed,5,GB,303.94,301.67,15391.25 +1196021790,Thatcher: Kable - One Cable. All Devices.,Gadgets,Technology,AUD,2016-09-24,6500.00,2016-08-25 00:34:26,12829.00,suspended,348,AU,6677.54,9769.27,4949.74 +1196026290,PRESENT - a feature film,Narrative Film,Film & Video,USD,2011-10-15,3950.00,2011-09-26 18:00:50,4339.42,successful,63,US,4339.42,4339.42,3950.00 +1196033624,Digging Up My Family's Italian-Jewish Roots,Nonfiction,Publishing,USD,2014-08-19,4000.00,2014-08-09 01:59:06,1255.00,failed,11,US,1255.00,1255.00,4000.00 +1196044149,LittlefavoursUK,Crafts,Crafts,GBP,2016-03-09,1500.00,2016-02-08 10:26:59,0.00,failed,0,GB,0.00,0.00,2143.84 +1196047797,¡VibratroN DebutouR!,Electronic Music,Music,USD,2014-02-02,6600.00,2014-01-14 08:58:55,12.00,failed,1,US,12.00,12.00,6600.00 +1196057199,Cassie's Sweet Treats,Food,Food,USD,2014-10-10,25000.00,2014-08-11 04:15:57,50.00,failed,1,US,50.00,50.00,25000.00 +"1196057301,""""""A Message of Hope"""""",Documentary,Film & Video,USD,2015-04-27,30000.00,2015-03-18 17:59:36,480.00,failed,9,US,480.00,480.00,30000.00" +"1196061135,""Sauced, Craft Sauces and More"",Drinks,Food,USD,2016-12-27,50000.00,2016-11-27 20:02:17,45.00,failed,3,US,0.00,45.00,50000.00" +1196067629,Pants on 1001 Way,Fashion,Fashion,USD,2013-03-03,15000.00,2013-02-01 13:35:23,2040.00,failed,15,US,2040.00,2040.00,15000.00 +1196072823,The Most Fearless,Documentary,Film & Video,USD,2013-11-10,40000.00,2013-10-07 17:00:30,45146.00,successful,287,US,45146.00,45146.00,40000.00 +1196079012,Caravaggio Unknown. The Origins of Merisi ...,Painting,Art,EUR,2016-02-06,20000.00,2016-01-07 18:22:31,3052.00,failed,4,IT,3280.95,3441.12,22549.95 +1196079718,Baltic Sea Circle Rally,Shorts,Film & Video,EUR,2016-02-18,3000.00,2015-12-20 20:23:49,3310.00,successful,29,DE,3597.07,3672.76,3328.78 +1196081098,Der Sprawl: Ein Missionsbasiertes Cyberpunk-Rollenspiel,Tabletop Games,Games,EUR,2017-11-16,5000.00,2017-10-11 13:17:42,12140.50,successful,253,DE,694.28,14319.67,5897.48 +1196085088,Meridian Gallery June Benefit Series,Art,Art,USD,2014-07-02,10000.00,2014-06-06 20:43:01,30.00,failed,1,US,30.00,30.00,10000.00 +1196092313,KnitYak: Custom mathematical knit scarves,Apparel,Fashion,USD,2015-07-23,100000.00,2015-06-23 20:00:38,124306.13,successful,795,US,124306.13,124306.13,100000.00 +"1196100349,""Lean Your Harley Davidson Over, Don't Lay It Over!"",Product Design,Design,USD,2015-04-11,25000.00,2015-03-12 20:09:17,515.00,failed,9,US,515.00,515.00,25000.00" +1196106651,Ka La Ladies Watch,Jewelry,Fashion,USD,2015-01-06,20000.00,2014-12-01 19:55:09,3807.00,failed,18,US,3807.00,3807.00,20000.00 +1196109765,DFH Second album release (Canceled),Metal,Music,USD,2015-04-03,8800.00,2015-03-04 00:31:07,45.00,canceled,6,US,45.00,45.00,8800.00 +1196112201,Torlo,Shorts,Film & Video,USD,2013-08-29,3000.00,2013-08-08 04:30:58,3447.00,successful,66,US,3447.00,3447.00,3000.00 +1196115770,Magnetic Levitation Sculpture,Hardware,Technology,USD,2011-10-15,3000.00,2011-09-15 22:05:11,7159.00,successful,111,US,7159.00,7159.00,3000.00 +1196126101,barebones | Minimal Plywood Furniture & Homewares.,Product Design,Design,GBP,2017-11-24,4000.00,2017-10-25 19:41:38,901.00,failed,19,GB,14.54,1200.76,5330.77 +1196128796,Music Visions Into Fruitation,World Music,Music,USD,2014-03-08,100000.00,2014-01-07 00:59:33,10.00,failed,2,US,10.00,10.00,100000.00 +1196132945,Searching for Terry : The Man Behind the Guitar,Documentary,Film & Video,USD,2014-08-21,40000.00,2014-07-15 06:59:56,60440.00,successful,440,US,60440.00,60440.00,40000.00 +1196138988,Help Pyro Fighter release their first full length album!,Electronic Music,Music,USD,2011-07-29,700.00,2011-06-01 21:16:06,711.98,successful,21,US,711.98,711.98,700.00 +"1196151536,""MARA PEN - tell your story, we'll be there to help."",Hardware,Technology,DKK,2017-01-12,200000.00,2016-11-16 13:02:51,79199.00,failed,91,DK,2647.62,11356.32,28677.95" +1196155869,The Nameless Cryst: sci-fi film currently in production,Shorts,Film & Video,USD,2010-12-26,3000.00,2010-11-16 11:06:52,3008.00,successful,35,US,3008.00,3008.00,3000.00 +1196158444,ARI's Music Campaign,Pop,Music,USD,2012-06-29,10000.00,2012-05-09 15:44:52,60.00,failed,2,US,60.00,60.00,10000.00 +1196164328,3D Ceramic Delta Printer,Ceramics,Art,USD,2017-05-23,2500.00,2017-04-23 21:43:57,506.00,failed,10,US,60.00,506.00,2500.00 +1196165613,Permanence - Book Project (2003 - 2012) by Kris Graves,Photography,Photography,USD,2012-07-27,15000.00,2012-06-27 21:04:24,16683.00,successful,285,US,16683.00,16683.00,15000.00 +1196181057,Dirigible Days - Season One,Webseries,Film & Video,USD,2012-04-21,2700.00,2012-03-12 15:35:41,4468.52,successful,109,US,4468.52,4468.52,2700.00 +1196186192,Neutral Grounds,Drinks,Food,USD,2015-01-21,150000.00,2014-12-22 20:52:08,25.00,failed,1,US,25.00,25.00,150000.00 +1196192109,Urban Journal in Pinal County,Journalism,Journalism,USD,2015-07-22,10000.00,2015-06-22 23:16:16,0.00,failed,0,US,0.00,0.00,10000.00 +1196192237,Equipment for a Film project in my City Recording and sound.,Television,Film & Video,USD,2017-11-15,1799.00,2017-10-17 20:53:08,0.00,failed,0,US,0.00,0.00,1799.00 +1196198052,Voices of the Vegas Massacre,Nonfiction,Publishing,USD,2017-10-30,1000.00,2017-10-16 02:12:21,101.00,failed,2,US,0.00,101.00,1000.00 +1196199660,Q'eqchi' ~ English Thematic Dictionary,Academic,Publishing,USD,2015-06-01,1000.00,2015-04-25 06:51:55,1005.00,successful,5,US,1005.00,1005.00,1000.00 +1196200560,Hide a Spider,Experimental,Film & Video,USD,2015-03-19,5.00,2015-02-17 17:09:01,5.00,successful,1,US,5.00,5.00,5.00 +1196210547,Philippians For Families,Publishing,Publishing,USD,2011-12-03,2500.00,2011-11-02 07:13:33,4566.00,successful,70,US,4566.00,4566.00,2500.00 +1196216624,UNIDAD DE CAPACITACION SOCIAL ONLINE y SEMI PRESENCIAL,Technology,Technology,MXN,2017-05-02,600000.00,2017-03-03 05:58:22,0.00,failed,0,MX,0.00,0.00,31486.15 +"1196222771,""FILM OR DUST, WHAT'S 1ST? (Canceled)"",Film & Video,Film & Video,USD,2015-03-05,10.00,2015-02-03 16:09:40,0.00,canceled,0,US,0.00,0.00,10.00" +1196224386,L & L Cupcakes - A vision by two friends,Food,Food,GBP,2014-09-26,600.00,2014-08-12 17:25:49,0.00,failed,0,GB,0.00,0.00,978.51 +1196241596,Raspberry Slice (Raspberry PI case) (Canceled),Technology,Technology,GBP,2013-03-13,1000.00,2013-02-27 22:49:23,288.00,canceled,13,GB,437.60,436.20,1514.58 +1196250032,Harvey the Great,Film & Video,Film & Video,USD,2014-10-05,250.00,2014-08-06 01:01:31,482.37,successful,8,US,482.37,482.37,250.00 +1196260545,P2Pexplorer - 100% Decentralized Peer To Peer Network,Apps,Technology,GBP,2015-11-23,26000.00,2015-10-24 19:48:52,5.00,failed,5,GB,7.70,7.53,39134.82 +1196260883,Securing Systems with Hashicorp Vault - Online Video Course,Software,Technology,GBP,2016-09-30,3500.00,2016-09-01 13:28:17,215.00,failed,2,GB,0.00,278.69,4536.85 +1196265591,Drag Race to Kansas City,Documentary,Film & Video,USD,2014-08-08,1200.00,2014-07-29 05:03:57,350.00,failed,4,US,350.00,350.00,1200.00 +119627496,Send JoeKerr to the Warped Tour (BIBT),Music,Music,USD,2014-06-19,1500.00,2014-06-14 22:20:07,800.00,failed,12,US,800.00,800.00,1500.00 +1196283409,THE MISER: Nobody Wants to See Allan Boardman Perform Naked!,Theater,Theater,USD,2012-09-01,3000.00,2012-08-02 23:26:08,25.00,failed,1,US,25.00,25.00,3000.00 +"1196287498,""""""WALDYMADE"""" Music Project: Producer/Songwriter/Artist"",Hip-Hop,Music,USD,2014-08-15,1000.00,2014-07-16 23:18:15,0.00,failed,0,US,0.00,0.00,1000.00" +"1196289882,""For Book #4 """"In Between the Lyrics."""" by Dannette Genasci"",Fiction,Publishing,USD,2015-09-16,1800.00,2015-08-17 23:44:38,127.00,failed,4,US,127.00,127.00,1800.00" +1196295977,Wreck Negative,Shorts,Film & Video,USD,2016-02-18,5000.00,2016-01-19 16:01:39,6053.00,successful,32,US,6053.00,6053.00,5000.00 +"1196303897,""""""Elizabeth Bathory"""" A Psychological Horror Film"",Film & Video,Film & Video,USD,2013-05-15,4000.00,2013-04-15 20:54:40,5425.89,successful,86,US,5425.89,5425.89,4000.00" +1196308875,Race Monologues,Publishing,Publishing,USD,2011-03-21,1200.00,2011-01-20 07:19:09,2331.11,successful,46,US,2331.11,2331.11,1200.00 +"1196311731,""T.G.I.M. TV SHOW with indie movies, music & fun"",Webseries,Film & Video,USD,2013-10-09,7000.00,2013-09-09 22:49:59,2275.00,failed,12,US,2275.00,2275.00,7000.00" +1196312309,the little things Photo Book,Photobooks,Photography,SEK,2017-03-30,69500.00,2017-03-02 04:52:46,4872.00,failed,18,SE,256.71,546.43,7794.89 +1196318459,Portraits and Sketches,Art,Art,EUR,2015-11-17,5000.00,2015-10-12 12:25:14,35.00,failed,4,ES,39.76,37.41,5343.99 +1196325143,TREES: Dances and Odes for Tall Leafy Friends,Dance,Dance,USD,2013-09-28,2500.00,2013-09-06 19:38:31,2752.00,successful,50,US,2752.00,2752.00,2500.00 +1196326767,UpSight A Cappella's Christmas EP: No Vacancy,Music,Music,USD,2016-11-23,1500.00,2016-10-24 05:33:51,1504.00,successful,33,US,100.00,1504.00,1500.00 +1196345126,A Moment to Remember,Drama,Film & Video,USD,2016-09-01,250000.00,2016-07-07 02:27:09,50.00,failed,2,US,0.00,50.00,250000.00 +1196354167,Fitness4All,Apps,Technology,USD,2015-03-10,2000.00,2015-02-10 01:57:56,2.00,failed,2,US,2.00,2.00,2000.00 +1196358087,A Short Film :-),Comedy,Film & Video,USD,2015-08-18,3500.00,2015-07-19 17:35:42,0.00,failed,0,US,0.00,0.00,3500.00 +1196358750,The Drive for 5 Promo,Documentary,Film & Video,USD,2016-01-07,10000.00,2015-12-08 21:13:47,25.00,failed,1,US,25.00,25.00,10000.00 +1196366418,Japanese Scrolls Playing Cards,Playing Cards,Games,USD,2016-04-08,5000.00,2016-03-04 19:59:25,11979.00,successful,439,US,11979.00,11979.00,5000.00 +119636917,IF WALLS COULD TALK: New Album by Justin Johnson,Country & Folk,Music,USD,2016-04-21,15000.00,2016-03-22 06:02:20,26309.00,successful,253,US,26309.00,26309.00,15000.00 +1196372808,Maxwell's Demon: A Short Film by Chris Bourke,Shorts,Film & Video,USD,2010-06-24,600.00,2010-04-24 23:26:59,0.00,failed,0,US,0.00,0.00,600.00 +1196374741,Katie Detrich of Welcome to Neverland Children's Books,Poetry,Publishing,USD,2016-08-07,16000.00,2016-07-08 16:43:04,1775.00,failed,35,US,120.00,1775.00,16000.00 +1196379768,Ride of a lifetime,Video,Journalism,USD,2015-07-20,40000.00,2015-05-21 07:42:55,0.00,failed,0,US,0.00,0.00,40000.00 +1196385517,Our Basic Nature: a new opera ,World Music,Music,USD,2010-11-16,3000.00,2010-08-18 07:00:21,3245.00,successful,65,US,3245.00,3245.00,3000.00 +1196387371,The World's First Zombie Proof Cabin,Product Design,Design,GBP,2015-11-12,120000.00,2015-10-13 15:44:23,260.00,failed,14,GB,398.59,395.82,182684.55 +1196388523,Ultimate Carsplosion 2014,Experimental,Film & Video,USD,2014-10-21,15000.00,2014-09-26 23:34:05,234.00,failed,16,US,234.00,234.00,15000.00 +1196388759,FROZEN SONGS,Shorts,Film & Video,GBP,2014-02-16,2000.00,2013-12-27 14:54:50,140.00,failed,4,GB,229.45,233.50,3335.72 +1196390053,I'm On Fire,Fiction,Publishing,USD,2012-03-30,950.00,2012-03-19 20:53:43,1503.22,successful,43,US,1503.22,1503.22,950.00 +1196392809,iRetrophone,Technology,Technology,USD,2012-03-19,25000.00,2012-02-18 04:30:03,608.53,failed,10,US,608.53,608.53,25000.00 +1196394702,Floating in Pakistan,Documentary,Film & Video,USD,2016-02-17,15000.00,2016-01-18 21:55:37,10.00,failed,2,US,10.00,10.00,15000.00 +1196397157,VIIER 'Cashmere Essentials' (Canceled),Apparel,Fashion,CAD,2014-09-07,25000.00,2014-07-31 11:32:59,2440.00,canceled,13,CA,2249.38,2206.35,22606.02 +1196403959,CPR,Shorts,Film & Video,USD,2010-09-25,5000.00,2010-08-26 02:04:09,5413.00,successful,37,US,5413.00,5413.00,5000.00 +1196410006,Contemporary art stories,Art,Art,MXN,2017-04-30,50000.00,2017-03-21 05:52:12,39500.00,failed,24,MX,159.81,2072.84,2623.85 +1196410671,3D Printer for Van Zandt County Library (Eagle Project),3D Printing,Technology,USD,2017-08-17,1200.00,2017-07-26 04:14:24,1422.00,successful,24,US,0.00,1422.00,1200.00 +11964132,Tai Chi and Kung Fu Come Alive in Figurines & Chess Set,Tabletop Games,Games,USD,2012-05-17,46900.00,2012-04-17 18:11:07,775.00,failed,7,US,775.00,775.00,46900.00 +1196422071,Delusion - Know,R&B,Music,USD,2016-07-28,500.00,2016-06-28 00:52:06,0.00,failed,0,US,0.00,0.00,500.00 +1196423900,SMART / QUADCOPTER / HOVERBOARD,Flight,Technology,GBP,2015-05-23,100000.00,2015-03-24 14:29:38,62.00,failed,9,GB,92.52,94.60,152573.92 +1196429474,A Story Of Stories at The Edinburgh Fringe Festival,Festivals,Theater,GBP,2016-07-18,180.00,2016-06-18 12:58:32,181.00,successful,7,GB,258.10,237.02,235.71 +1196429625,Hotty Toddy,Music,Music,USD,2016-10-11,5000.00,2016-09-07 02:36:22,441.00,failed,7,US,90.00,441.00,5000.00 +1196432255,Personalized Letters from Santa!!,Product Design,Design,USD,2015-12-01,100.00,2015-11-16 18:52:52,10.00,failed,1,US,10.00,10.00,100.00 +"119643794,""UNHAPPY WHITE GIRLS: graphic novel by Christian Beranek, Triska Tsang and Vivian Lee"",Comics,Comics,USD,2010-06-15,6000.00,2010-05-06 00:56:49,2305.00,failed,69,US,2305.00,2305.00,6000.00" +"1196439010,""Main Street Pint & Plate - Downtown, Bristol CT"",Restaurants,Food,USD,2017-12-17,19640.00,2017-12-07 03:18:17,28695.00,successful,210,US,7425.00,28695.00,19640.00" +1196440969,A Truth Untold,Journalism,Journalism,USD,2013-12-14,40000.00,2013-11-08 06:30:28,20559.77,failed,179,US,20559.77,20559.77,40000.00 +"1196447421,""Untitled Rail, space efficient storage"",Product Design,Design,GBP,2014-11-03,3500.00,2014-10-13 12:32:33,3980.00,successful,51,GB,6398.00,6296.17,5536.84" +1196449464,Walls of Vietnam- Interior Pillow Cases,Product Design,Design,SEK,2016-11-24,45000.00,2016-10-25 19:18:19,15.00,failed,2,SE,1.12,1.62,4871.61 +1196451894,A Mass in Modern Time concert,Classical Music,Music,USD,2012-05-01,6000.00,2012-03-03 03:41:30,496.00,failed,11,US,496.00,496.00,6000.00 +1196451905,LED Lights for What Manner of Man A Cappella,Music Videos,Film & Video,USD,2015-03-13,650.00,2015-02-23 10:41:20,805.00,successful,15,US,805.00,805.00,650.00 +1196452832,Community Supported Cheese: May 2015,Food,Food,USD,2015-05-20,1100.00,2015-05-06 20:56:06,1573.00,successful,52,US,1573.00,1573.00,1100.00 +1196455521,ROCK-N-ROLL YOGA. Look Like A ROCK STAR. Feel Like A BADASS,Apparel,Fashion,USD,2014-12-09,11111.00,2014-11-05 01:34:13,580.00,canceled,18,US,580.00,580.00,11111.00 +"1196458654,""EGGPLANT BACON | """"Go ahead. Pig out."""""",Vegan,Food,USD,2017-04-29,15000.00,2017-03-30 01:29:47,17629.00,successful,266,US,836.00,17629.00,15000.00" +"1196461708,""""""Wild and Scenic"""" Pop-Environmental Art Installation"",Sculpture,Art,USD,2011-08-20,2000.00,2011-07-22 07:51:34,2398.00,successful,33,US,2398.00,2398.00,2000.00" +1196465057,Battle for Hill 218 and Sector 219,Tabletop Games,Games,USD,2014-07-27,3000.00,2014-07-07 23:28:51,20546.00,successful,790,US,20546.00,20546.00,3000.00 +1196473878,The Natural Veterinarian - Dr. Carrie's Web Series!,Webseries,Film & Video,USD,2015-05-01,10000.00,2015-03-29 21:45:24,7357.00,failed,90,US,7357.00,7357.00,10000.00 +1196474464,Save Film Threat and Bring Back DVDuesday,Video,Journalism,USD,2015-04-22,125000.00,2015-03-20 00:59:00,63725.00,failed,389,US,63725.00,63725.00,125000.00 +1196480000,The Grilled Cheese Bus,Food,Food,USD,2011-05-05,8000.00,2011-04-04 04:19:21,8788.01,successful,183,US,8788.01,8788.01,8000.00 +1196486403,The 914 Experience Documentary,Documentary,Film & Video,USD,2015-03-16,6000.00,2015-03-01 23:38:41,6635.00,successful,127,US,6635.00,6635.00,6000.00 +"1196487960,""Oaks 12"""" Record!"",Indie Rock,Music,USD,2012-10-29,800.00,2012-09-29 04:15:38,1073.00,successful,43,US,1073.00,1073.00,800.00" +1196489950,Be a part of Brother Moses' journey to record in LA!,Indie Rock,Music,USD,2015-10-24,5000.00,2015-09-30 18:47:28,5750.00,successful,52,US,5750.00,5750.00,5000.00 +1196496527,01- 05 : Multi-Functional EDC Collection,Product Design,Design,HKD,2017-01-25,15000.00,2016-12-20 05:28:10,9390.00,suspended,40,HK,474.60,1210.22,1933.26 +1196507495,Making 2Fifty a Reality! (Canceled),DIY,Crafts,USD,2015-05-08,3000.00,2015-04-08 17:53:57,0.00,canceled,0,US,0.00,0.00,3000.00 +1196513490,Escape From Jesus Island Trade Paperback (Issues #1-4),Graphic Novels,Comics,USD,2016-12-01,10000.00,2016-10-31 14:01:30,5543.00,canceled,97,US,2411.00,5543.00,10000.00 +1196525288,Choose Your Reading and Pronunciation Adventure,Video Games,Games,USD,2012-06-18,15000.00,2012-05-19 02:32:00,2855.00,failed,71,US,2855.00,2855.00,15000.00 +1196535744,Life After Life: Finish the Edit,Documentary,Film & Video,USD,2015-07-23,20000.00,2015-06-08 03:14:44,20010.00,successful,118,US,20010.00,20010.00,20000.00 +119654046,THE POWERVERSE IS HERE!,Comic Books,Comics,USD,2017-03-25,3200.00,2017-02-08 17:15:34,7382.00,successful,247,US,2576.00,7382.00,3200.00 +1196542191,The Gang of Twenty and Six: Alphabet Adventures,Children's Books,Publishing,USD,2012-07-15,4300.00,2012-06-15 14:38:02,4308.00,successful,23,US,4308.00,4308.00,4300.00 +1196555375,Middlewest: A new food magazine from Chicago,Food,Food,USD,2013-01-10,9000.00,2012-12-11 14:01:15,26587.00,successful,690,US,26587.00,26587.00,9000.00 +1196560605,Music Video Production,Electronic Music,Music,USD,2016-11-24,10000.00,2016-10-25 19:32:50,0.00,canceled,0,US,0.00,0.00,10000.00 +1196569144,The Films of DAVID FETZER,Film & Video,Film & Video,USD,2013-04-08,17000.00,2013-03-08 23:37:44,18075.00,successful,265,US,18075.00,18075.00,17000.00 +1196572230,BANDAGI (EP),World Music,Music,USD,2014-06-09,600.00,2014-05-27 23:18:36,125.00,failed,4,US,125.00,125.00,600.00 +"1196577944,""Lorenguard's """"The Days of Astasia"""" Trilogy"",Fiction,Publishing,USD,2014-11-11,5500.00,2014-10-12 23:42:19,6719.00,successful,110,US,6719.00,6719.00,5500.00" +"1196593772,The Plott Hounds First Full Length Album,Music,Music,USD,2015-02-20,5000.00,2015-01-21 20:25:17,5408.00,undefined,0,""N,0"""""",,5408.00,5000.00" +1196594552,Birth of Man - A Minecraft Feature Film (Canceled),Narrative Film,Film & Video,USD,2014-03-08,600000.00,2014-02-06 18:00:48,63980.64,canceled,1008,US,63980.64,63980.64,600000.00 +"1196598167,""""""Visions of Zosimos"""""",Video Games,Games,USD,2015-05-04,4000.00,2015-04-03 16:54:36,5116.00,successful,63,US,5116.00,5116.00,4000.00" +119660052,EMBRACING THE BEAUTY OF MOTHER NATURE,Product Design,Design,USD,2017-09-02,7500.00,2017-08-04 00:55:53,30.00,failed,2,US,0.00,30.00,7500.00 +1196611665,Deadly Inheritance (Full Length Feature Film),Film & Video,Film & Video,CAD,2014-04-01,50000.00,2014-02-22 01:19:03,0.00,failed,0,CA,0.00,0.00,45363.82 +"1196622148,""Book """"Grammie Glitter's Garden"""""",Children's Books,Publishing,USD,2013-12-29,5000.00,2013-11-14 01:27:52,214.00,failed,8,US,214.00,214.00,5000.00" +1196626597,ROUGH STUFF - an offroad adventure film,Narrative Film,Film & Video,AUD,2014-04-23,40000.00,2014-03-12 05:55:52,40440.00,successful,103,AU,36533.08,37580.15,37171.27 +1196633398,The Sanction Chronicles YA Book Series,Fiction,Publishing,USD,2011-09-30,5000.00,2011-09-05 18:33:29,1.00,failed,1,US,1.00,1.00,5000.00 +1196641611,THE ABANDONED PROJECT,Narrative Film,Film & Video,USD,2012-12-13,50000.00,2012-11-02 21:55:36,20327.00,failed,39,US,20327.00,20327.00,50000.00 +1196649316,Stoneware Kiln for High School Students,Art,Art,USD,2014-04-25,6000.00,2014-03-26 04:30:27,6252.00,successful,91,US,6252.00,6252.00,6000.00 +1196669776,GasTracker,Gadgets,Technology,USD,2014-10-26,16000.00,2014-09-26 18:32:55,0.00,failed,0,US,0.00,0.00,16000.00 +"1196673880,""""""Lilith"""", a pendant with a twist"",Product Design,Design,USD,2017-04-21,2000.00,2017-03-22 18:19:36,221.00,failed,7,US,196.00,221.00,2000.00" +119668503,GoEatFree.com,Food,Food,GBP,2015-09-28,10000.00,2015-09-22 19:41:05,0.00,failed,0,GB,0.00,0.00,15167.14 +1196694947,Microbe Short Film,Shorts,Film & Video,USD,2012-10-06,3000.00,2012-09-18 01:08:27,3210.00,successful,43,US,3210.00,3210.00,3000.00 +1196704212,KIDS WORKOUT II (KW-2),Webseries,Film & Video,USD,2013-04-20,10000.00,2013-03-21 19:50:13,75.00,failed,2,US,75.00,75.00,10000.00 +1196704936,Homage to Barcelona (Canceled),Fiction,Publishing,USD,2014-10-23,6999.00,2014-09-23 17:03:32,7.86,canceled,3,US,7.86,7.86,6999.00 +1196717677,Zoe Rose's First Album: The Kickstarter!,Music,Music,USD,2013-02-11,2500.00,2012-12-13 18:32:45,3060.00,successful,53,US,3060.00,3060.00,2500.00 +1196725119,Kassahun Production,Web,Journalism,USD,2017-05-31,10000.00,2017-04-25 22:30:12,15.00,failed,1,US,15.00,15.00,10000.00 +1196725952,Abby's Cheesecakes (Canceled),Restaurants,Food,USD,2014-12-31,500000.00,2014-12-01 21:02:23,405.00,canceled,7,US,405.00,405.00,500000.00 +1196739319,Gaming Stream (Canceled),Gaming Hardware,Games,GBP,2014-08-07,1000.00,2014-07-08 19:34:56,0.00,canceled,0,GB,0.00,0.00,1680.42 +1196742389,University of Michigan Basketball - Defining Moments,Documentary,Film & Video,USD,2013-04-28,60000.00,2013-03-29 18:57:05,995.00,canceled,8,US,995.00,995.00,60000.00 +1196742415,From School Comp Lab to Inspirational Real Multimedia Center,Technology,Technology,CAD,2015-04-16,35000.00,2015-03-17 13:30:34,202.00,failed,2,CA,157.90,165.70,28709.70 +1196742460,Injection,Comic Books,Comics,CAD,2014-10-02,8500.00,2014-08-18 21:06:36,8650.00,successful,50,CA,7937.24,7734.95,7600.82 +1196742887,Katstruck's Happiness Revolution (Suspended),Mixed Media,Art,USD,2014-12-01,2000.00,2014-10-31 23:14:36,37.00,suspended,5,US,37.00,37.00,2000.00 +1196745472,Flip - Four bags in one,Design,Design,USD,2017-08-25,4000.00,2017-07-11 16:59:14,7293.00,successful,91,US,0.00,7293.00,4000.00 +"1196755590,""The Southern Question - a short, dramatic narrative "",Narrative Film,Film & Video,USD,2010-11-18,3000.00,2010-10-11 21:43:43,3000.69,successful,20,US,3000.69,3000.69,3000.00" +1196755768,Get Lexie's Frozen Custard on the Road!,Food,Food,USD,2012-04-15,20000.00,2012-02-15 07:06:19,8921.00,failed,59,US,8921.00,8921.00,20000.00 +1196760069,Haru v2 - The Easiest Minimalist Slim Wallet (RFID Shielded),Product Design,Design,USD,2016-04-29,5000.00,2016-03-15 19:19:28,29786.00,successful,585,US,29786.00,29786.00,5000.00 +11967611,The Noun Project - Building a Free Collection of Symbols ,Graphic Design,Design,USD,2010-12-24,1500.00,2010-12-03 10:58:58,14366.41,successful,386,US,14366.41,14366.41,1500.00 +119676545,Chronoquatic Watch Dept. The new time standard. (Canceled),Product Design,Design,GBP,2015-12-13,25000.00,2015-11-14 11:49:37,4348.00,canceled,30,GB,6614.77,6483.75,37280.05 +"1196769398,""Huldra, A Second Piece of Musical Cake!"",Music,Music,GBP,2014-04-20,4000.00,2014-03-21 17:04:44,265.00,failed,16,GB,438.26,445.43,6723.48" +1196769830,The Perfect Apple Pie,Food,Food,USD,2014-10-02,100.00,2014-09-02 18:12:49,0.00,failed,0,US,0.00,0.00,100.00 +1196772507,Red Awakening,Video Games,Games,GBP,2015-09-23,35000.00,2015-08-24 15:11:38,4371.00,failed,46,GB,6859.84,6633.68,53118.03 +1196773911,Requiem of the Night: A modern nights vampire video game,Video Games,Games,USD,2013-03-06,15000.00,2013-02-09 16:18:36,1091.00,canceled,17,US,1091.00,1091.00,15000.00 +1196788335,the a'Music'an dream,Music,Music,USD,2015-05-09,23000.00,2015-04-08 06:47:23,1.00,failed,1,US,1.00,1.00,23000.00 +1196799462,With Blades and Flames: Awakening,Fiction,Publishing,GBP,2016-06-11,1600.00,2016-05-12 20:41:18,4.00,failed,2,GB,5.78,5.71,2285.94 +"1196802084,""The Colonel, The King and The Clown Enamel Pin Badges"",Accessories,Fashion,GBP,2017-11-08,300.00,2017-10-09 20:45:52,1208.00,successful,60,GB,160.71,1593.08,395.63" +1196802498,Death and Taxes 2012 - Multiples and Bulk,Graphic Design,Design,USD,2012-02-03,3000.00,2012-01-10 18:30:56,6831.32,successful,102,US,6831.32,6831.32,3000.00 +1196806528,The World's Best Beanie || PROMISE,Product Design,Design,USD,2016-04-21,10000.00,2016-02-21 05:55:31,390.00,failed,10,US,390.00,390.00,10000.00 +1196808133,Hot Diggity Dawg Enamel Pin,Illustration,Art,GBP,2017-09-14,250.00,2017-08-15 09:55:32,127.00,failed,14,GB,23.43,172.56,339.69 +1196815073,Bike Trainer by ChessFit- The Most Fun You'll Have Biking.,Hardware,Technology,USD,2017-03-06,50000.00,2017-01-05 21:52:30,20429.00,failed,68,US,439.00,20429.00,50000.00 +1196830225,VCU Dance Spring 2014 Senior Projects: Conversations,Dance,Dance,USD,2014-04-15,2500.00,2014-02-14 02:21:43,2736.00,successful,41,US,2736.00,2736.00,2500.00 +119683093,BikeStrap -Fittest Bike Mount- for Any Mobile Phone»,Product Design,Design,CAD,2015-08-25,6500.00,2015-07-24 14:07:31,15407.00,successful,675,CA,11851.17,11609.52,4897.90 +1196834967,MotorTalk: Bringing Electirc Motors into the Digital Age,Hardware,Technology,USD,2016-04-01,70000.00,2016-02-11 18:38:13,712.00,failed,8,US,712.00,712.00,70000.00 +1196852898,A mobile list of your family's drug allergies always at hand,Apps,Technology,USD,2015-03-01,7000.00,2015-01-30 04:59:39,41.00,failed,5,US,41.00,41.00,7000.00 +1196854996,Ant Forage - Free Unity Android Game,Mobile Games,Games,GBP,2016-12-21,1000.00,2016-11-21 19:49:17,20.00,failed,1,GB,0.00,24.50,1224.93 +1196859039,Artist Needs a Boost!,Hip-Hop,Music,USD,2011-12-17,2550.00,2011-11-17 20:52:32,0.00,failed,0,US,0.00,0.00,2550.00 +1196865676,Shaka Boy Island Mobile (Canceled),Food Trucks,Food,USD,2014-11-02,17000.00,2014-10-19 15:34:08,0.00,canceled,0,US,0.00,0.00,17000.00 +1196869771,Record and Release Nick's First CD: String Quartet No. 1,Classical Music,Music,USD,2011-01-01,2300.00,2010-11-01 23:18:20,2350.00,successful,35,US,2350.00,2350.00,2300.00 +1196876835,Over the Hill at MITF,Theater,Theater,USD,2013-07-18,1000.00,2013-06-18 20:28:42,75.00,failed,2,US,75.00,75.00,1000.00 +1196878726,Josh Adams Band Debut Album,Country & Folk,Music,USD,2015-01-17,4000.00,2014-12-18 06:19:18,135.00,failed,5,US,135.00,135.00,4000.00 +1196889952,BEYOND THE REALMS OF METAL FEST 2012,Rock,Music,USD,2012-04-10,600.00,2012-03-02 21:57:04,616.00,successful,18,US,616.00,616.00,600.00 +1196893893,Custom Shirts and Suits,Fashion,Fashion,USD,2012-03-15,4000.00,2012-02-14 01:18:36,20405.00,successful,68,US,20405.00,20405.00,4000.00 +1196913662,Pittsburgh's Industrial History: Exploring our Past from the Skies: Part Two!,Photography,Photography,USD,2010-01-13,1200.00,2009-10-16 21:33:05,77.00,failed,4,US,77.00,77.00,1200.00 +1196916002,ZUMA Bands,Fashion,Fashion,USD,2013-11-27,500.00,2013-11-22 04:42:27,817.00,successful,19,US,817.00,817.00,500.00 +1196916437,Valentine's One Day Special: Give and Grow Together!,Crafts,Crafts,USD,2014-02-12,400.00,2014-02-10 23:42:01,432.00,successful,12,US,432.00,432.00,400.00 +"1196937907,""No milk today,...und auch kein Gluten"",Food,Food,EUR,2015-11-01,35000.00,2015-10-02 18:52:10,31.00,failed,3,AT,34.61,33.68,38024.05" +1196941957,Andino Francis Artisan Leather,Accessories,Fashion,USD,2015-11-05,7000.00,2015-10-06 00:56:43,3125.00,failed,52,US,3125.00,3125.00,7000.00 +1196944754,Memory Couture,Fashion,Fashion,USD,2012-03-25,10000.00,2012-02-24 23:55:15,0.00,failed,0,US,0.00,0.00,10000.00 +1196944962,The Southern Stones Pushpins & Magnets,Product Design,Design,USD,2014-07-30,10000.00,2014-07-15 14:46:41,15.00,failed,3,US,15.00,15.00,10000.00 +119695533,She The Hard Way: The Album,Music,Music,USD,2010-08-04,8000.00,2010-05-27 00:04:45,715.00,failed,35,US,715.00,715.00,8000.00 +1196960105,The illuskate table: The freshest furniture on the farm!,Design,Design,GBP,2014-01-16,10000.00,2013-12-12 18:14:22,6683.33,failed,46,GB,10986.18,10988.34,16441.42 +1196964670,New Online Horror Short Film,Horror,Film & Video,USD,2017-02-04,300.00,2017-01-27 02:40:30,50.00,failed,1,US,50.00,50.00,300.00 +"1196975387,""Magnetic Flowers Presents: Old, Cold. Losing It."",Indie Rock,Music,USD,2013-07-07,1000.00,2013-05-08 15:24:42,1270.00,successful,26,US,1270.00,1270.00,1000.00" +1196979309,American Palestine,Photography,Photography,USD,2011-01-29,800.00,2010-11-30 02:23:40,195.00,failed,5,US,195.00,195.00,800.00 +"1196989233,""Producing IFFF's first winning screenplay """"HIGH CONTRAST"""""",Film & Video,Film & Video,USD,2014-05-05,2500.00,2014-04-09 20:12:51,10.00,failed,2,US,10.00,10.00,2500.00" +1196998277,Thule: Lucifers Manifest,Fiction,Publishing,NOK,2016-09-01,35000.00,2016-08-02 21:08:10,35800.00,successful,14,NO,0.00,4300.82,4204.71 +1196999038,100th Anniversary of the Armenian Genocide,Periodicals,Publishing,USD,2013-12-02,75000.00,2013-11-02 00:56:37,10.00,failed,1,US,10.00,10.00,75000.00 +1197001703,Two Cranes,Narrative Film,Film & Video,USD,2014-05-02,7500.00,2014-03-17 23:08:47,7550.00,successful,15,US,7550.00,7550.00,7500.00 +1197004745,Dearborn Brewing,Food,Food,USD,2014-05-21,25000.00,2014-04-21 14:57:11,25243.00,successful,157,US,25243.00,25243.00,25000.00 +1197006224,Kitty's 9 Lives,Comedy,Film & Video,USD,2014-09-20,30000.00,2014-08-21 03:59:02,2622.00,failed,50,US,2622.00,2622.00,30000.00 +1197010908,Bucareli: We create fine jewelry that you can wear every day,Jewelry,Fashion,MXN,2017-09-05,20000.00,2017-08-15 18:28:24,5640.00,canceled,4,MX,232.57,318.77,1130.39 +"119701794,Central Montcalm Band Uniforms,Music,Music,USD,2014-10-07,4400.00,2014-08-08 01:15:40,4915.00,undefined,0,""N,0"""""",,4915.00,4400.00" +1197020343,Adventures in Maybe Fitting,Nonfiction,Publishing,USD,2011-06-11,450.00,2011-05-02 03:51:54,545.50,successful,21,US,545.50,545.50,450.00 +"119702507,""The Screening of """"BOOTLICKER"""" (the movie)"",Documentary,Film & Video,USD,2013-02-04,2200.00,2013-01-20 04:26:17,135.00,failed,3,US,135.00,135.00,2200.00" +1197038674,Apocalypse - A Graphic Novel,Comics,Comics,USD,2017-12-31,16400.00,2017-12-01 16:50:23,2940.00,failed,18,US,185.00,2940.00,16400.00 +119704412,PokerBed Poker Tournament Creator,Web,Technology,AUD,2014-07-23,2500.00,2014-06-23 23:37:57,20.00,failed,3,AU,18.78,18.81,2351.39 +1197049523,A Book To Help Many People In Many Ways...,Nonfiction,Publishing,NZD,2016-05-07,2300.00,2016-04-07 02:47:15,101.00,failed,2,NZ,68.81,68.67,1563.67 +1197065190,Mommy I choose you,Children's Books,Publishing,USD,2015-12-19,1000.00,2015-11-19 01:35:16,111.00,failed,3,US,111.00,111.00,1000.00 +"1197070768,""Bring to life the """"Broken Home"""" album with Kurse"",Hip-Hop,Music,USD,2014-05-04,4000.00,2014-04-04 22:14:54,557.00,failed,15,US,557.00,557.00,4000.00" +1197074257,Wayne Nicholson & East Enders record a new album,Music,Music,CAD,2016-11-26,12500.00,2016-10-17 16:30:19,3895.00,failed,41,CA,0.00,2927.91,9396.38 +1197080038,Zefari and Co watches - The Debut Collection,Product Design,Design,AUD,2017-10-23,10000.00,2017-09-17 16:00:48,4953.00,failed,39,AU,2510.58,3782.65,7637.09 +1197090696,The Holy Ghosts: 'Ride Them Down' Debut Album,Rock,Music,GBP,2014-01-12,1000.00,2013-11-13 21:37:00,1602.00,successful,86,GB,2559.43,2633.92,1644.14 +1197095088,Kromore 2145 RPG,Tabletop Games,Games,USD,2013-10-05,20000.00,2013-09-04 02:49:59,10853.00,failed,57,US,10853.00,10853.00,20000.00 +"1197096768,""Pitch, a new way to present ideas."",Software,Technology,USD,2014-10-18,25000.00,2014-09-13 06:00:05,180.00,failed,4,US,180.00,180.00,25000.00" +1197097071,Callsign Brewing Company,Drinks,Food,USD,2017-06-13,20000.00,2017-05-14 17:05:44,25348.00,successful,195,US,4413.00,25348.00,20000.00 +1197125076,Selfie : A New Social Network,Apps,Technology,GBP,2014-10-03,7000.00,2014-09-03 10:00:30,35.00,failed,2,GB,58.05,56.23,11246.43 +1197131483,Kustom Chaos (artistic wood prints),Art,Art,CAD,2016-10-14,800.00,2016-09-14 02:03:28,0.00,failed,0,CA,0.00,0.00,607.63 +1197132313,Arrhythmia Dance Company - abnormally amazing dancing,Dance,Dance,USD,2011-03-28,1000.00,2010-12-28 23:37:02,10.00,failed,1,US,10.00,10.00,1000.00 +"119713320,""""""Rainbow"""" - New Adult Contemporary Music CD Project"",Pop,Music,USD,2012-05-06,15000.00,2012-03-08 10:07:01,625.00,failed,8,US,625.00,625.00,15000.00" +1197140126,Whispered Kisses: Classical Poetry for a Modern Time,Poetry,Publishing,CAD,2015-02-12,7500.00,2014-12-14 12:40:58,510.00,canceled,10,CA,440.64,407.74,5996.16 +1197150519,Battlegrounds virtual tabletop Content Drive #1,Tabletop Games,Games,USD,2016-07-19,7000.00,2016-06-25 15:29:59,3178.00,canceled,36,US,2546.00,3178.00,7000.00 +1197155052,ctrl+shift+ interactive installation,Dance,Dance,USD,2011-01-08,2000.00,2010-11-16 03:38:27,2016.00,successful,42,US,2016.00,2016.00,2000.00 +1197155558,Vietnam Unexpected: A Photographer's Exploration,Photography,Photography,USD,2011-03-14,2995.00,2011-02-12 17:10:33,3181.00,successful,27,US,3181.00,3181.00,2995.00 +1197162511,Curse of the Darkness,Video Games,Games,USD,2015-02-08,50000.00,2014-12-10 05:27:24,112.00,failed,9,US,112.00,112.00,50000.00 +1197163841,Enamel Shaun of the Dead Pin,Illustration,Art,USD,2017-07-31,200.00,2017-07-10 05:18:59,274.00,successful,15,US,130.00,274.00,200.00 +1197167639,The Techlace,Accessories,Fashion,EUR,2017-07-05,1000.00,2017-06-05 20:05:10,0.00,failed,0,NL,0.00,0.00,1141.20 +"1197172403,""""""We ALL Have A GIFT"""" Children's Book (Volume 1)"",Children's Books,Publishing,USD,2013-06-07,1500.00,2013-05-06 22:23:31,25.00,failed,1,US,25.00,25.00,1500.00" +1197172419,Hot Box Grill - A Folding Portable Charcoal Grill and Smoker,Product Design,Design,USD,2013-03-02,2900.00,2013-01-26 15:29:25,3565.00,successful,29,US,3565.00,3565.00,2900.00 +1197175503,Motherland,Video Games,Games,GBP,2016-11-23,3000.00,2016-10-24 11:45:10,237.00,failed,11,GB,183.50,294.70,3730.37 +1197177698,Shite the Album,Punk,Music,GBP,2015-01-15,150.00,2014-11-16 04:12:58,9.00,failed,2,GB,14.11,13.66,227.60 +1197182778,CreatureBox: THE MONSTER VOLUME,Comics,Comics,USD,2012-08-23,14500.00,2012-07-23 13:03:19,175620.90,successful,2995,US,175620.90,175620.90,14500.00 +1197196494,The Velvet Steamroller (Canceled),Webseries,Film & Video,USD,2015-10-03,15000.00,2015-08-19 02:32:36,0.00,canceled,0,US,0.00,0.00,15000.00 +1197200149,The Forever Rose and Vase,Design,Design,USD,2017-12-23,2500.00,2017-12-07 14:56:45,776.00,failed,16,US,690.00,776.00,2500.00 +1197200342,Cryogen New Album 2013,Metal,Music,USD,2013-06-21,1500.00,2013-05-22 19:55:36,1761.00,successful,53,US,1761.00,1761.00,1500.00 +"1197205977,""The Frauds - Episode #3, the Returnering! (Canceled)"",Comedy,Film & Video,GBP,2015-05-03,500.00,2015-03-04 23:53:56,0.00,canceled,0,GB,0.00,0.00,770.68" +1197209186,Cada Bikes,Product Design,Design,CAD,2016-08-15,15600.00,2016-07-20 16:02:19,8018.00,failed,18,CA,4820.97,6242.60,12145.75 +1197210669,RECORDING MOZART'S COMPLETE SONATAS,Classical Music,Music,USD,2015-07-04,6000.00,2015-05-19 14:39:12,6319.02,successful,37,US,6319.02,6319.02,6000.00 +1197226876,Fix The Elevator on The Big Bang Theory!,Television,Film & Video,USD,2017-03-18,10000.00,2017-01-17 22:39:05,25.00,suspended,4,US,25.00,25.00,10000.00 +1197243725,Film and game review,Games,Games,USD,2015-07-08,1500.00,2015-05-09 08:09:21,0.00,failed,0,US,0.00,0.00,1500.00 +1197245007,KyteMe ultracompact multifunction sport jacket cycle#run#fly,Gadgets,Technology,EUR,2016-11-24,12500.00,2016-10-25 20:12:29,638.00,failed,14,DE,704.08,675.77,13239.98 +1197252115,The Name of the Wind Playing Cards,Graphic Design,Design,USD,2013-06-14,10000.00,2013-05-09 15:28:21,589660.79,successful,11334,US,589660.79,589660.79,10000.00 +"1197256044,""""""Creative Differences"""" the movie "",Narrative Film,Film & Video,USD,2011-04-04,300000.00,2011-02-14 07:17:31,50.00,failed,1,US,50.00,50.00,300000.00" +1197259253,Best Mates - A Story With an Emotional Punch,Drama,Film & Video,CAD,2017-09-11,15000.00,2017-08-12 14:12:52,50.00,canceled,1,CA,39.24,41.20,12358.90 +1197260015,Join Us to Help Artists to Pursue Their Dreams!,Painting,Art,USD,2015-11-10,7700.00,2015-09-11 02:43:05,0.00,failed,0,US,0.00,0.00,7700.00 +1197269172,Junior Adaptive Carrier System - Active Babycarrying,Product Design,Design,GBP,2015-06-22,17500.00,2015-05-23 16:09:47,5709.00,failed,63,GB,8946.83,8978.25,27521.35 +1197284280,EveeDex: Networking for Vendors and Event Planners,Web,Technology,USD,2016-11-01,44000.00,2016-09-28 03:29:30,82.00,failed,4,US,0.00,82.00,44000.00 +1197285744,old family recipie fudge,Food,Food,USD,2014-08-31,5000.00,2014-07-30 22:51:30,0.00,failed,0,US,0.00,0.00,5000.00 +119729026,The Sacred Text Series,Fiction,Publishing,USD,2013-10-16,8000.00,2013-09-16 20:20:35,565.00,failed,17,US,565.00,565.00,8000.00 +1197292171,Lighting Pre-visualization Studio,Interactive Design,Design,USD,2014-08-11,20000.00,2014-07-12 22:26:42,5.00,failed,1,US,5.00,5.00,20000.00 +1197293415,Rollin' In The Tour Van! Keep Koo Koo Kanga Roo On The Road!,Pop,Music,USD,2011-04-17,5000.00,2011-02-14 12:05:03,5138.00,successful,123,US,5138.00,5138.00,5000.00 +1197295109,221B,Webseries,Film & Video,USD,2015-05-03,2218.00,2015-04-17 21:25:37,31.00,failed,3,US,31.00,31.00,2218.00 +1197296140,Rifftime Music Education Program,Music,Music,USD,2011-01-22,15000.00,2010-12-08 16:40:23,1375.00,failed,13,US,1375.00,1375.00,15000.00 +1197307156,Wash. It. Later.,Product Design,Design,USD,2017-10-20,12000.00,2017-09-05 09:01:27,12140.00,successful,135,US,1115.00,12140.00,12000.00 +1197309471,Help Us Make a Goonies Statue!,Crafts,Crafts,USD,2015-07-24,500.00,2015-06-24 19:02:47,25.00,failed,1,US,25.00,25.00,500.00 +"1197310878,""""""This is National Wake,"""" the film."",Documentary,Film & Video,USD,2014-03-08,6000.00,2014-02-11 23:44:18,6472.00,successful,88,US,6472.00,6472.00,6000.00" +1197324744,The Goddess Collection: Copper Body Jewelry,Fashion,Fashion,USD,2014-03-08,2800.00,2014-02-10 15:26:03,233.00,failed,7,US,233.00,233.00,2800.00 +"1197333905,""Die Sluts, Die!"",Film & Video,Film & Video,USD,2010-02-11,50000.00,2009-11-14 01:25:07,0.00,failed,0,US,0.00,0.00,50000.00" +119734015,Lifes a Beach,Photobooks,Photography,NZD,2015-04-23,750.00,2015-04-02 09:34:46,190.00,failed,7,NZ,142.05,143.77,567.49 +1197341523,The Flayed Fox - A Horror Film,Film & Video,Film & Video,USD,2013-06-30,10000.00,2013-05-21 20:08:45,20.00,failed,1,US,20.00,20.00,10000.00 +1197348566,iHYPE ( i Hold Your Pad Everywhere ) (Canceled),Product Design,Design,USD,2011-06-04,73137.00,2011-03-05 01:23:12,50.00,canceled,1,US,50.00,50.00,73137.00 +1197350772,Back 2 One Project,Shorts,Film & Video,USD,2010-11-18,18000.00,2010-10-04 06:34:45,18000.00,successful,61,US,18000.00,18000.00,18000.00 +1197354313,ISO excited funding for Photography (Canceled),Places,Photography,USD,2015-02-22,1000.00,2015-01-23 16:40:54,0.00,canceled,0,US,0.00,0.00,1000.00 +"1197356595,""InfiniteUSB - one usb port, unlimited devices"",Product Design,Design,USD,2015-04-22,10000.00,2015-03-17 12:59:58,247214.00,successful,3320,US,247214.00,247214.00,10000.00" +1197373384,Parents Club,Software,Technology,USD,2014-12-27,125000.00,2014-10-28 18:18:19,2.00,failed,2,US,2.00,2.00,125000.00 +1197376446,Phoenix's First Gluten Free/Paleo Friendly Taco Truck,Food Trucks,Food,USD,2015-01-18,15000.00,2014-12-19 18:43:09,64.00,failed,6,US,64.00,64.00,15000.00 +1197396630,Final Costs And Promotion for David Corley's Debut Album,Indie Rock,Music,USD,2014-11-09,10000.00,2014-10-10 19:58:53,17735.00,successful,94,US,17735.00,17735.00,10000.00 +1197397759,P.U.N.K's (Pin Ups and Kicks),Digital Art,Art,USD,2011-01-06,200.00,2010-12-07 07:42:41,200.00,successful,11,US,200.00,200.00,200.00 +1197399344,Die Bobby-Car Wm 2016,Video,Journalism,EUR,2015-12-30,5000.00,2015-11-30 17:59:14,315.00,failed,2,DE,333.72,342.94,5443.48 +1197410538,Loose Tea Addict.,Drinks,Food,USD,2016-01-27,20000.00,2015-12-28 18:26:29,219.00,failed,12,US,219.00,219.00,20000.00 +"1197421007,""Anthology: """"There, there's your quote, mate."""""",Anthologies,Publishing,AUD,2017-04-05,4000.00,2017-02-24 18:48:05,4633.00,successful,109,AU,668.73,3487.13,3010.69" +1197421639,Sotro - The Social Introducer - Chinese Translation,Apps,Technology,GBP,2014-08-10,240.00,2014-07-11 21:15:14,0.00,failed,0,GB,0.00,0.00,400.56 +1197421894,Sled Legs - World's First Wearable Sleds,Product Design,Design,USD,2016-11-22,15000.00,2016-10-18 18:10:13,19412.00,successful,246,US,3673.00,19412.00,15000.00 +1197427800,Lorem Casu (I'm too high for this),Video Games,Games,USD,2014-05-10,1500.00,2014-04-12 17:48:05,245.00,failed,5,US,245.00,245.00,1500.00 +119743869,SIS Productions presents Year Zero by Michael Golamco,Theater,Theater,USD,2011-09-22,1000.00,2011-08-30 10:55:58,1315.00,successful,24,US,1315.00,1315.00,1000.00 +1197443981,DrLink fixes problems physicians have writing reports,Software,Technology,USD,2014-08-31,50000.00,2014-07-08 19:57:14,150.00,canceled,1,US,150.00,150.00,50000.00 +1197446438,Jump Cut Jeff,Comedy,Film & Video,GBP,2015-11-23,3500.00,2015-10-22 22:59:37,3505.00,successful,67,GB,5412.14,5275.67,5268.15 +1197448871,The Ulterior Record,Film & Video,Film & Video,USD,2014-03-21,33450.00,2014-02-19 20:38:00,7306.00,failed,16,US,7306.00,7306.00,33450.00 +1197449025,Drew Litton's 2017 Sports Cartoon Calendar,Comics,Comics,USD,2016-12-02,5000.00,2016-11-02 13:11:14,15220.00,successful,406,US,4876.00,15220.00,5000.00 +1197455470,Mythic Wars: Clash of the Gods & Cthulhu Rises,Tabletop Games,Games,USD,2016-12-02,3000.00,2016-10-18 18:09:35,3408.00,successful,73,US,271.00,3408.00,3000.00 +1197476464,Stealth: Smart Case & Mounts For iPhone,Product Design,Design,USD,2013-03-01,5000.00,2013-01-30 20:04:43,723.00,failed,8,US,723.00,723.00,5000.00 +1197479922,Destined (Canceled),Shorts,Film & Video,USD,2012-11-02,2500.00,2012-10-02 22:05:35,45.00,canceled,3,US,45.00,45.00,2500.00 +1197485153,Talk to your home-Wireless Raspberry Pi Gateway,Hardware,Technology,USD,2014-01-20,90000.00,2013-11-27 22:09:40,5012.00,failed,60,US,5012.00,5012.00,90000.00 +1197489453,'play' : Not your average lullaby,Music,Music,USD,2013-03-09,5000.00,2013-02-07 18:07:38,6364.00,successful,90,US,6364.00,6364.00,5000.00 +1197501242,COLOR DREAM: Customizable Everyday Elegant Earrings,Fashion,Fashion,USD,2014-04-24,2900.00,2014-04-02 03:26:53,202.00,failed,3,US,202.00,202.00,2900.00 +1197502707,100 Songs In 100 Days,Music,Music,USD,2012-08-28,16000.00,2012-06-29 00:50:27,35.00,failed,2,US,35.00,35.00,16000.00 +1197509426,Pop-Up Playland,Product Design,Design,USD,2014-03-28,20000.00,2014-02-21 18:01:25,5473.00,failed,90,US,5473.00,5473.00,20000.00 +119751319,Beautifully Made Creations - Hand Made Chocolates.,Food,Food,USD,2014-03-02,5000.00,2014-01-01 02:23:44,606.00,failed,17,US,606.00,606.00,5000.00 +1197519393,Finding Princess Charming,Film & Video,Film & Video,USD,2012-06-15,3000.00,2012-05-03 05:10:17,20.00,failed,3,US,20.00,20.00,3000.00 +1197520131,Performance of Fancy Me Mad,Theater,Theater,USD,2011-10-14,500.00,2011-09-14 21:40:31,0.00,failed,0,US,0.00,0.00,500.00 +1197529429,Love is a Smoke - Playing Cards,Playing Cards,Games,USD,2015-03-30,8500.00,2015-02-28 17:00:53,10685.00,successful,330,US,10685.00,10685.00,8500.00 +1197531001,Goblins of Elderstone - The Goblin Tribe Simulator,Video Games,Games,NZD,2016-11-12,40000.00,2016-10-05 07:38:25,50924.50,successful,791,NZ,15558.00,35910.37,28206.76 +1197532468,Suaave | The Bracelet that connects you to people |,Wearables,Technology,GBP,2016-12-01,3000.00,2016-11-01 14:03:30,975.00,canceled,19,GB,85.28,1230.80,3787.07 +"1197533523,""One Country, One Gear"",Photography,Photography,USD,2012-03-08,5000.00,2012-01-08 16:27:42,1973.00,failed,68,US,1973.00,1973.00,5000.00" +1197533645,Gripforce - The World's First Intelligent Winter Boot,Product Design,Design,SEK,2016-12-09,2600000.00,2016-11-04 17:03:05,28050.00,failed,14,SE,678.72,3056.22,283286.12 +1197536354,Reddit Guitar Custom Guitar Picks.,Product Design,Design,USD,2012-04-28,764.50,2012-03-29 22:19:12,1466.01,successful,253,US,1466.01,1466.01,764.50 +1197536596,D3linquentz,Theater,Theater,USD,2011-08-21,2573.00,2011-07-22 09:18:14,2670.00,successful,25,US,2670.00,2670.00,2573.00 +1197542555,Publishing life in Palestine.,Photography,Photography,GBP,2014-04-29,2500.00,2014-03-30 19:58:33,1046.00,failed,29,GB,1740.36,1765.22,4218.98 +1197549740,Trinity: Ground Zero,Video Games,Games,USD,2015-02-18,10000.00,2015-01-14 15:45:36,80.00,failed,4,US,80.00,80.00,10000.00 +1197551698,THE JADE SERIES: Destined to be the next HARRY POTTER !,Publishing,Publishing,USD,2013-05-27,60000.00,2013-04-27 06:03:05,40.00,failed,1,US,40.00,40.00,60000.00 +"1197552228,""iSaid-uSaid, the App"",Apps,Technology,USD,2017-04-13,5000.00,2017-03-14 14:56:53,0.00,failed,0,US,0.00,0.00,5000.00" +1197552388,Holoradix - a digital motion comic book series for the iPad,Webcomics,Comics,USD,2014-06-30,60000.00,2014-05-23 09:58:29,303.00,failed,8,US,303.00,303.00,60000.00 +"1197557431,After Dark Files,Film & Video,Film & Video,USD,2015-08-20,5000.00,2015-06-28 21:00:57,0.00,undefined,0,""N,0"""""",,0.00,5000.00" +1197559658,Juta Shoes: ethical & environmental espadrilles,Footwear,Fashion,GBP,2016-11-29,2000.00,2016-10-25 10:22:32,4201.00,successful,85,GB,1604.96,5303.15,2524.71 +1197567673,Vamos Rafa! Documenting a year of Rafael Nadal's comeback.,Documentary,Film & Video,USD,2016-04-17,150000.00,2016-03-18 18:14:19,225.00,failed,3,US,225.00,225.00,150000.00 +1197567711,The Traveler's Guide to Edara: A Steampunk Renaissance,Tabletop Games,Games,USD,2015-03-10,7500.00,2015-02-08 13:57:45,7722.00,successful,106,US,7722.00,7722.00,7500.00 +"1197576671,""The B-girl Guide:In the Context of Now (Living in earth, animal&people-friendly ways)"",Nonfiction,Publishing,USD,2010-02-20,6500.00,2009-12-24 18:59:24,6785.00,successful,47,US,6785.00,6785.00,6500.00" +"1197589185,""We are still here, the Taino Lives!"",Documentary,Film & Video,USD,2015-07-18,17000.00,2015-06-18 15:14:45,200.00,failed,2,US,200.00,200.00,17000.00" +1197592820,dSp - Making your headphones sound better,Sound,Technology,USD,2015-03-05,25000.00,2015-02-03 21:24:04,42966.00,successful,594,US,42966.00,42966.00,25000.00 +"1197596260,""Split Ends """"Hair raising stories from the salon"""""",Nonfiction,Publishing,USD,2013-12-04,4500.00,2013-11-04 23:24:53,126.00,failed,3,US,126.00,126.00,4500.00" +1197598053,Finding Howard Stern: A Summer Intern's Story,Software,Technology,USD,2011-01-16,2000.00,2010-12-16 01:07:41,0.00,failed,0,US,0.00,0.00,2000.00 +"11976001,""Power Pill Fist """"Swear Jar"""" video"",Film & Video,Film & Video,USD,2013-09-12,3000.00,2013-08-13 21:08:35,486.00,failed,15,US,486.00,486.00,3000.00" +1197613383,Rock WILK and the NYC debut of BROKE WIDE OPEN,Theater,Theater,USD,2012-08-09,8400.00,2012-07-10 14:17:18,360.00,failed,3,US,360.00,360.00,8400.00 +119761389,Jake and James' Dream Production,Comedy,Film & Video,AUD,2015-09-13,100.00,2015-08-14 04:06:59,135.00,successful,3,AU,97.98,98.13,72.69 +1197614720,Heliomotion Home Solar Power Plant,Hardware,Technology,GBP,2014-09-22,25000.00,2014-08-08 07:00:20,29757.00,successful,33,GB,50159.38,48528.98,40771.06 +1197616000,Camp Mrami - African Dance and English Literacy,Workshops,Dance,USD,2014-07-01,750.00,2014-06-04 22:33:15,2537.00,successful,42,US,2537.00,2537.00,750.00 +1197621318,lifes a hustle,Apparel,Fashion,USD,2016-02-03,25000.00,2016-01-04 19:03:44,0.00,failed,0,US,0.00,0.00,25000.00 +119762230,Hearts X Harmony inc.,Apparel,Fashion,CAD,2015-07-01,3500.00,2015-05-21 19:30:11,0.00,failed,0,CA,0.00,0.00,2781.75 +1197625940,Kirk Lindo's VAMPRESS LUXURA Signed Print Gallery Volume 1,Comics,Comics,USD,2017-11-26,99.00,2017-11-14 18:22:26,1420.00,successful,40,US,331.00,1420.00,99.00 +1197633171,Yellow Submarine at Coachella 2012,Art,Art,USD,2012-04-03,850.00,2012-02-12 03:02:06,1.00,failed,1,US,1.00,1.00,850.00 +1197637058,RES: Non-stop Hi-Res Music while Wireless Charging,Gadgets,Technology,HKD,2017-04-10,30000.00,2017-03-08 15:59:10,196196.00,successful,888,HK,711.43,25232.91,3858.32 +"1197642910,""SIDEWAY:Side pocket to front, back pack/ bag revolution"",Product Design,Design,AUD,2015-11-09,10000.00,2015-09-30 18:23:20,2450.00,canceled,30,AU,1704.62,1749.13,7139.29" +1197643678,Little Whitey - Children's Book,Children's Books,Publishing,EUR,2017-03-06,6000.00,2017-01-30 18:26:24,255.00,failed,8,DE,0.00,270.45,6363.62 +"1197645506,""Wendell Logan """"Reaching Out"""" CD project."",Music,Music,USD,2011-08-07,1500.00,2011-07-08 21:29:16,1695.00,successful,18,US,1695.00,1695.00,1500.00" +1197656262,Travelers Collection,Product Design,Design,USD,2016-01-06,30000.00,2015-12-07 12:27:21,32537.00,successful,108,US,32537.00,32537.00,30000.00 +1197658154,One Mad Trucker Gaming Show,Web,Journalism,USD,2014-08-20,650.00,2014-08-13 04:04:59,71.00,failed,4,US,71.00,71.00,650.00 +1197665052,Help me make an Apple Pie,Food,Food,USD,2014-09-06,500.00,2014-07-28 23:41:42,25.00,failed,1,US,25.00,25.00,500.00 +1197678215,Ao-to One,Technology,Technology,EUR,2015-12-19,50000.00,2015-11-19 21:08:05,449.00,failed,3,FR,477.44,491.52,54735.14 +1197679383,Home Wifi Alert APP- iOS app development (Canceled),Apps,Technology,USD,2016-07-30,2000.00,2016-06-30 17:58:56,0.00,canceled,0,US,0.00,0.00,2000.00 +1197684559,Surtout ne t'arrête pas !,Shorts,Film & Video,EUR,2015-12-20,10000.00,2015-11-10 07:26:34,10005.00,successful,60,FR,10771.82,10952.50,10947.03 +1197684725,We're trying to tell the strangest science story of modern times!,Documentary,Film & Video,USD,2009-09-26,4500.00,2009-08-15 18:49:20,5531.00,successful,92,US,5531.00,5531.00,4500.00 +1197695873,The Potty Master,Gadgets,Technology,USD,2015-08-01,185000.00,2015-06-30 17:43:33,2790.00,failed,24,US,2790.00,2790.00,185000.00 +1197707852,Georgia Rivers Debut EP 'We Are Young',Music,Music,GBP,2014-02-07,5000.00,2014-01-08 11:18:31,21.00,failed,4,GB,34.43,34.29,8163.40 +"1197708755,""""""Hardened"""" Graphic Novel Softcover and Hardcover"",Comics,Comics,USD,2013-02-13,27500.00,2013-01-08 05:10:19,146.00,failed,4,US,146.00,146.00,27500.00" +1197713161,Get Published Before I Turn 21,Poetry,Publishing,USD,2015-10-31,1400.00,2015-09-01 04:31:59,285.00,failed,5,US,285.00,285.00,1400.00 +1197715387,Imagipod 3D Printer,3D Printing,Technology,GBP,2018-01-11,10000.00,2017-11-27 21:08:12,546.00,live,3,GB,0.00,744.73,13639.77 +1197722761,Half Moon Bay Distillery,Small Batch,Food,USD,2014-07-17,25000.00,2014-06-17 16:59:06,26480.00,successful,125,US,26480.00,26480.00,25000.00 +1197724918,Make Music Great Again,Music,Music,USD,2016-12-09,10000.00,2016-11-09 21:11:14,0.00,failed,0,US,0.00,0.00,10000.00 +1197731126,SOLSTICE 2014 On Tour Aug 29 - Sept 8th (Canceled),Theater,Theater,USD,2014-08-26,4500.00,2014-07-27 23:42:41,645.00,canceled,7,US,645.00,645.00,4500.00 +"1197736275,""""""Take Your Battle Stations"""" (a game for everyone)"",Tabletop Games,Games,USD,2013-08-11,15000.00,2013-07-12 19:31:03,75.00,canceled,2,US,75.00,75.00,15000.00" +1197738698,BRINGING VR TO LIFE!,Technology,Technology,USD,2017-08-21,30000.00,2017-07-17 22:34:33,50.00,failed,1,US,0.00,50.00,30000.00 +119775091,Chakra,Video Games,Games,USD,2017-06-08,60000.00,2017-05-09 03:59:07,40.00,failed,1,US,0.00,40.00,60000.00 +1197754772,The Shift,Television,Film & Video,USD,2014-08-17,28000.00,2014-07-20 06:34:16,300.00,failed,2,US,300.00,300.00,28000.00 +119776404,Story Sharing Web Application (Canceled),Web,Technology,USD,2014-08-25,15000.00,2014-07-01 22:35:55,0.00,canceled,0,US,0.00,0.00,15000.00 +"1197767081,""I'm going on tour, buy a shirt please?"",Comedy,Theater,USD,2017-05-25,350.00,2017-05-10 21:11:24,18.00,failed,1,US,18.00,18.00,350.00" +1197770987,Kitsune T's,Apparel,Fashion,USD,2016-10-01,35000.00,2016-08-02 20:27:35,30.00,failed,2,US,0.00,30.00,35000.00 +"1197780067,""""""The Jorenda Project"""" 30 Years of a Songwriter's Journey"",Indie Rock,Music,USD,2013-09-21,67000.00,2013-08-07 22:13:09,0.00,canceled,0,US,0.00,0.00,67000.00" +1197808793,The Cable Car Cinema and Cafe: Digital Transition,Film & Video,Film & Video,USD,2013-04-01,48500.00,2013-02-20 20:52:20,54581.44,successful,681,US,54581.44,54581.44,48500.00 +1197810387,YOU! The Best Action Shot Calendar of 2013,Photography,Photography,USD,2013-01-21,720.00,2012-12-29 17:12:34,165.00,failed,3,US,165.00,165.00,720.00 +1197812105,Finn & The Sea of Noise | A Feature Length Film,Narrative Film,Film & Video,USD,2013-06-17,8000.00,2013-05-23 03:00:25,8196.12,successful,108,US,8196.12,8196.12,8000.00 +1197817961,Tiny Epic Kingdoms,Tabletop Games,Games,USD,2014-02-08,15000.00,2014-01-09 18:30:51,286972.36,successful,8979,US,286972.36,286972.36,15000.00 +1197826757,Aprils' Fool - The 2nd feature film from Terre King ,Film & Video,Film & Video,USD,2011-04-14,2500.00,2011-03-09 21:45:37,65.00,failed,5,US,65.00,65.00,2500.00 +1197827776,Ticketed,Action,Film & Video,USD,2014-10-11,33333.00,2014-09-12 00:17:35,33466.00,successful,79,US,33466.00,33466.00,33333.00 +1197828730,Shuffle Heroes,Tabletop Games,Games,EUR,2015-08-25,5000.00,2015-07-27 14:28:58,15332.00,successful,597,DE,16834.22,17276.08,5633.99 +"1197840157,""Save WASI's 2nd EP - """"Names"""""",Rock,Music,USD,2012-10-04,2500.00,2012-09-04 22:23:09,2571.00,successful,40,US,2571.00,2571.00,2500.00" +"1197845264,""Designed Valentine's Card """"LOVE"""" in American Sign Language"",Graphic Design,Design,USD,2013-01-31,300.00,2013-01-19 01:34:47,10.00,failed,2,US,10.00,10.00,300.00" +1197846532,Viking Horde: A Paper-craft Game,Tabletop Games,Games,AUD,2013-12-13,3500.00,2013-11-13 01:45:25,15704.00,successful,245,AU,14735.00,14038.98,3128.91 +1197853336,Disreality web series,Webseries,Film & Video,USD,2011-07-26,5000.00,2011-06-08 22:26:58,301.00,failed,4,US,301.00,301.00,5000.00 +1197853566,The Ham Toner personal training device,Product Design,Design,USD,2016-07-07,2500.00,2016-06-16 15:57:32,0.00,failed,0,US,0.00,0.00,2500.00 +1197854934,Bicycle - Wild West Playing Cards,Playing Cards,Games,USD,2017-12-04,12000.00,2017-11-04 20:00:25,13248.00,successful,259,US,6538.00,13248.00,12000.00 +1197864337,Lurking in the Shadows,Video Games,Games,USD,2017-02-24,150000.00,2017-01-25 00:35:17,50.00,failed,3,US,0.00,50.00,150000.00 +1197867564,FUSION music EP,Music,Music,CAD,2014-04-16,17000.00,2014-03-17 01:08:48,60.00,failed,2,CA,54.05,54.50,15441.91 +1197878545,LEGACY Journal: Capture and Share Your Life's Achievements,Design,Design,GBP,2016-01-09,10000.00,2015-12-09 18:32:51,624.00,failed,22,GB,938.93,894.33,14332.19 +1197883038,Ghost Tapes 3,Horror,Film & Video,USD,2016-03-10,1000.00,2016-02-09 03:15:01,1535.00,successful,32,US,1535.00,1535.00,1000.00 +1197890852,Original Snowman Art,Painting,Art,USD,2017-11-24,400.00,2017-11-17 02:31:04,54.00,failed,3,US,54.00,54.00,400.00 +1197892669,The ATTIC FILM FEST 2015-ROUND 1 FUNDING,Festivals,Film & Video,USD,2014-07-01,2500.00,2014-06-03 17:59:53,651.00,failed,5,US,651.00,651.00,2500.00 +1197893265,The 25th Reel Loud Silent Film Festival,Festivals,Film & Video,USD,2016-02-29,3500.00,2016-01-20 04:01:45,848.00,failed,25,US,848.00,848.00,3500.00 +1197896847,Team Broadway Original Musical Theater Showcase,Theater,Theater,USD,2013-11-30,3000.00,2013-10-31 03:10:40,3320.00,successful,56,US,3320.00,3320.00,3000.00 +119790493,Signet: Simple Online Privacy Cards,Technology,Technology,USD,2015-04-05,5000.00,2015-03-06 20:30:39,3387.00,failed,49,US,3387.00,3387.00,5000.00 +1197914552,Celia's Cook Book,Publishing,Publishing,USD,2015-03-20,85000.00,2015-02-10 18:56:14,0.00,failed,0,US,0.00,0.00,85000.00 +1197920608,FRANK AND STEINWAY: Curse Of The Vampire Panda!,Webcomics,Comics,USD,2016-05-01,5000.00,2016-04-01 10:59:10,5738.00,successful,79,US,5738.00,5738.00,5000.00 +1197931950,Point of Entry,Documentary,Film & Video,USD,2014-10-02,6000.00,2014-09-02 19:53:31,940.00,failed,24,US,940.00,940.00,6000.00 +1197938944,The Case of the Gilded Lily,Comedy,Film & Video,USD,2017-06-26,25000.00,2017-06-06 17:32:17,43032.00,successful,825,US,18406.78,43032.00,25000.00 +1197943945,Hatter M: Seeking Wonder,Graphic Novels,Comics,USD,2015-03-23,5000.00,2015-03-03 01:58:22,13542.00,successful,225,US,13542.00,13542.00,5000.00 +119794816,The Dreamer: A Short Film (Canceled),Shorts,Film & Video,USD,2011-10-20,4000.00,2011-08-31 23:48:05,5.00,canceled,1,US,5.00,5.00,4000.00 +1197952645,Residency at The Virginia Center for the Creative Arts,Art,Art,USD,2013-12-01,1900.00,2013-11-04 06:01:13,2318.00,successful,38,US,2318.00,2318.00,1900.00 +1197954287,Perfect Cut Cake Cutter,Technology,Technology,USD,2017-07-01,25000.00,2017-05-27 03:54:04,161.00,failed,4,US,0.00,161.00,25000.00 +1197955326,Drawing for Dollars,Illustration,Art,USD,2015-06-15,75.00,2015-05-17 09:07:07,151.00,successful,11,US,151.00,151.00,75.00 +1197956580,Eastman Students Recording Chad O'Brien's Original Music,Jazz,Music,USD,2011-01-13,1000.00,2010-11-20 20:36:21,1185.13,successful,37,US,1185.13,1185.13,1000.00 +1197957023,King - a feature film (Canceled),Drama,Film & Video,GBP,2016-06-16,18000.00,2016-05-17 00:40:21,0.00,canceled,0,GB,0.00,0.00,25716.86 +1197957856,Deep Dream Prints (Canceled),Digital Art,Art,USD,2015-08-24,11400.00,2015-07-20 04:19:52,205.00,canceled,4,US,205.00,205.00,11400.00 +"1197963825,""Recreational Swingers, Women & Golf, Perfect Together"",Film & Video,Film & Video,USD,2014-11-20,4000.00,2014-10-31 00:05:53,625.00,undefined,0,""N,0"""""",,625.00,4000.00" +1197964241,The Original Real Hug,Fashion,Fashion,USD,2012-06-03,12000.00,2012-05-01 05:33:36,415.00,failed,8,US,415.00,415.00,12000.00 +1197971250,Faux Leather,Comedy,Film & Video,USD,2015-12-05,5000.00,2015-11-05 17:37:15,5020.00,successful,34,US,5020.00,5020.00,5000.00 +119798606,Cinderella - A Global Story,Performances,Dance,USD,2017-07-17,1200.00,2017-06-17 09:06:42,1218.00,successful,20,US,0.00,1218.00,1200.00 +1197992836,Terro(a)r poetry and illustrations by Al Jamal and Collantes,Art Books,Publishing,USD,2012-09-21,350.00,2012-08-22 07:17:04,700.00,successful,26,US,700.00,700.00,350.00 +"1198001276,""Food desert oasis in the making, Big Bruno's food truck!"",Food Trucks,Food,USD,2014-08-19,4000.00,2014-07-20 09:44:50,230.00,failed,5,US,230.00,230.00,4000.00" +1198002709,TV PILOT: The Wonder Years II,Television,Film & Video,USD,2016-09-02,18000.00,2016-08-03 18:25:26,128.00,failed,5,US,0.00,128.00,18000.00 +1198011805,A CHILD BORN MAN (Canceled),Nonfiction,Publishing,USD,2012-10-18,1900.00,2012-09-18 23:35:53,0.00,canceled,0,US,0.00,0.00,1900.00 +1198030415,Handmade Salsa: Reinvented,Food,Food,USD,2012-11-24,6000.00,2012-09-25 21:49:20,365.00,failed,18,US,365.00,365.00,6000.00 +1198031017,Cubehead + Heartface Illustrated Greeting Cards,Illustration,Art,GBP,2016-03-26,30.00,2016-03-18 23:44:14,31.00,successful,4,GB,44.21,44.36,42.93 +1198032683,'Dirty Little Rebel' band van/tour,Rock,Music,GBP,2014-09-04,2500.00,2014-08-05 15:28:14,0.00,failed,0,GB,0.00,0.00,4073.98 +1198041664,Painterly Prints,Apparel,Fashion,USD,2016-08-17,425.00,2016-07-18 19:03:35,23.00,failed,4,US,0.00,23.00,425.00 +1198048299,Fifty Six Hearts Project: A Traveling Exhibit,Mixed Media,Art,USD,2012-08-21,2500.00,2012-07-25 22:28:03,2729.00,successful,54,US,2729.00,2729.00,2500.00 +"1198048705,""""""Branding Bud: The Commercialization of Cannabis"""""",Publishing,Publishing,USD,2017-03-24,50000.00,2017-02-17 09:08:30,4065.01,failed,40,US,234.00,4065.01,50000.00" +119805265,Gringo Gets Jacked,Shorts,Film & Video,USD,2013-03-11,1450.00,2013-02-26 00:11:53,3925.00,successful,65,US,3925.00,3925.00,1450.00 +1198053146,Ira Deorum,Video Games,Games,CAD,2014-10-19,112.00,2014-09-18 15:05:00,25.00,failed,3,CA,22.75,22.30,99.91 +1198058761,Exitium (Canceled),Young Adult,Publishing,EUR,2016-03-26,1500.00,2016-02-25 07:06:01,0.00,canceled,0,DE,0.00,0.00,1714.80 +1198062567,Courageous Cards™,Design,Design,USD,2014-12-26,25000.00,2014-12-04 23:29:02,25192.00,successful,140,US,25192.00,25192.00,25000.00 +1198066007,PHOTOGRAPHS,Fiction,Publishing,USD,2012-02-01,50000.00,2011-12-23 07:18:47,0.00,failed,0,US,0.00,0.00,50000.00 +119806790,Help Kids Discover The Secret Life of Streams.,Children's Books,Publishing,USD,2011-12-02,8000.00,2011-11-03 05:33:19,9277.55,successful,140,US,9277.55,9277.55,8000.00 +1198076498,Youtube Childrens educational stories Ill draw your portrait,Digital Art,Art,USD,2015-11-12,3000.00,2015-10-13 20:50:50,16.00,failed,2,US,16.00,16.00,3000.00 +1198080333,Royal Deck of Playing Cards - Limited Edition Print by USPCC,Design,Design,USD,2013-08-16,5000.00,2013-07-17 00:59:46,2675.00,canceled,181,US,2675.00,2675.00,5000.00 +1198088223,FIBERwave PAVILION,Architecture,Design,USD,2014-03-25,6500.00,2014-03-01 00:11:53,6937.00,successful,112,US,6937.00,6937.00,6500.00 +119809740,Pudgie Revolution! Pie Iron Cookin' for Food-Lovin' Campers,Food,Food,USD,2013-06-23,5000.00,2013-05-24 01:33:17,7041.00,successful,184,US,7041.00,7041.00,5000.00 +1198100775,The Annals of Game Night,Tabletop Games,Games,USD,2017-01-27,200.00,2016-12-28 17:39:48,2745.00,successful,130,US,620.00,2745.00,200.00 +"1198113320,""PALS, LLC Mükava Ergonomic Table for Tablets / Reading Media"",Product Design,Design,USD,2015-01-01,500.00,2014-12-02 23:55:21,1755.00,successful,7,US,1755.00,1755.00,500.00" +"1198130079,""""""Flow Blue"""" is ready to distribute!"",Publishing,Publishing,USD,2011-04-03,2500.00,2011-03-02 20:56:17,75.00,failed,2,US,75.00,75.00,2500.00" +1198130855,skirt Quarterly (Canceled),Literary Journals,Publishing,CAD,2015-08-19,5000.00,2015-07-20 01:39:55,0.00,canceled,0,CA,0.00,0.00,3814.46 +1198131415,3D Printed SnowBurst 2014,3D Printing,Technology,USD,2014-12-19,100.00,2014-12-07 23:39:27,291.00,successful,23,US,291.00,291.00,100.00 +1198150255,Artisan Beard shampoo & conditioner Made in England,Fashion,Fashion,GBP,2017-12-10,1850.00,2017-11-15 15:42:07,70.00,canceled,2,GB,137.73,93.64,2474.82 +1198154877,The Psychology of Guitarists,Drama,Film & Video,CAD,2014-09-11,5000.00,2014-08-12 21:55:07,0.00,failed,0,CA,0.00,0.00,4521.20 +1198161844,help IDslip record an album,Rock,Music,NZD,2015-03-27,2000.00,2015-02-25 23:46:16,2121.00,successful,46,NZ,1584.39,1605.48,1513.89 +1198162212,Got a Minute?,Music,Music,USD,2012-03-18,14000.00,2012-02-02 22:12:40,14230.00,successful,135,US,14230.00,14230.00,14000.00 +1198164570,Hunting Unloaded,Interactive Design,Design,USD,2015-05-29,2500.00,2015-04-29 06:02:11,10.00,failed,1,US,10.00,10.00,2500.00 +1198184806,FLT's The Merchant of Venice,Theater,Theater,USD,2013-06-28,2500.00,2013-05-28 23:41:45,2700.00,successful,63,US,2700.00,2700.00,2500.00 +1198185043,Barbasket,Product Design,Design,USD,2012-08-16,20000.00,2012-07-17 21:07:59,4091.00,failed,45,US,4091.00,4091.00,20000.00 +1198188762,MorbidNights Mobile Attraction 2014,Performance Art,Art,USD,2014-07-03,21000.00,2014-06-03 20:19:17,225.00,failed,3,US,225.00,225.00,21000.00 +1198191093,Zuzu's Petals,Children's Books,Publishing,USD,2016-08-19,6000.00,2016-07-15 06:03:38,6140.00,successful,84,US,651.00,6140.00,6000.00 +1198197652,Daniel Cadaver's mini-album 'A.D.',Pop,Music,USD,2016-06-25,5000.00,2016-06-04 08:21:58,1139.00,failed,14,US,1139.00,1139.00,5000.00 +"1198209126,Whiskey Syndicate EP,Music,Music,USD,2014-09-17,8500.00,2014-08-14 20:45:22,8730.00,undefined,0,""N,0"""""",,8730.00,8500.00" +1198213686,Get Off My Lawn Music Video,Music Videos,Film & Video,AUD,2014-09-05,5000.00,2014-08-06 13:56:31,5.00,failed,1,AU,4.66,4.68,4682.52 +1198214346,Doc & Artie's Southern Market & Eatery,Restaurants,Food,USD,2017-12-31,25000.00,2017-11-16 18:07:06,25.00,failed,1,US,0.00,25.00,25000.00 +"1198221364,""Scarlett's Nightmare, A Halloween Theatrical Belly Dance Show"",Dance,Dance,USD,2010-10-16,500.00,2010-09-28 07:43:51,262.00,failed,11,US,262.00,262.00,500.00" +1198226250,VYLOV - automatic cleaning and care system for vinyls,Hardware,Technology,EUR,2017-11-30,50000.00,2017-10-02 10:26:29,236.00,failed,2,IT,0.00,280.48,59424.77 +1198228268,Last Year's Man,Film & Video,Film & Video,USD,2011-03-25,2500.00,2011-02-23 01:25:09,430.00,failed,8,US,430.00,430.00,2500.00 +"1198251498,""Music Video for Castor Coal's """"Thief"""""",Rock,Music,USD,2013-08-01,500.00,2013-06-28 23:56:49,0.00,failed,0,US,0.00,0.00,500.00" +1198257088,OG's: Basketball's Heart & Sole,Art Books,Publishing,USD,2014-02-28,23000.00,2014-01-29 07:51:49,0.00,failed,0,US,0.00,0.00,23000.00 +1198257207,The Wooden Sink,Woodworking,Crafts,USD,2017-05-19,18000.00,2017-04-19 23:40:48,50.00,failed,1,US,25.00,50.00,18000.00 +1198265112,MONSTER FEST (Canceled),Electronic Music,Music,USD,2014-02-12,225000.00,2014-01-13 22:10:16,0.00,canceled,0,US,0.00,0.00,225000.00 +1198265185,CAUGHT ON TAPE TV - YOUR WORLD UNSCRIPTED!,Television,Film & Video,USD,2015-07-05,50000.00,2015-05-26 19:01:18,4595.00,failed,29,US,4595.00,4595.00,50000.00 +1198266003,Printing Matt’s Digital Artwork,Illustration,Art,USD,2012-10-29,5500.00,2012-10-03 04:55:41,850.00,failed,15,US,850.00,850.00,5500.00 +1198275546,Beggard Children,Sculpture,Art,USD,2014-10-04,700.00,2014-09-04 17:50:59,310.00,failed,6,US,310.00,310.00,700.00 +"1198276493,""TouAc Technologies - The """"Press2"""" Buckle"",Design,Design,GBP,2014-02-05,20000.00,2014-01-06 09:48:19,1885.01,failed,20,GB,3094.48,3077.62,32653.59" +1198279481,Story Stacks,Tabletop Games,Games,USD,2017-08-01,7000.00,2017-06-30 07:02:23,8845.00,successful,190,US,851.00,8845.00,7000.00 +1198298962,KICKSTARTER PANTRY: the chicken nugget,Food,Food,AUD,2017-12-06,15.00,2017-11-06 06:54:32,18.00,canceled,4,AU,17.59,13.53,11.28 +"1198318134,""The FlexiKooler - Cool drinks anywhere, anytime"",Product Design,Design,AUD,2015-11-19,10000.00,2015-10-29 12:24:36,1523.00,failed,18,AU,1084.77,1097.97,7209.29" +"1198330458,""The Answer, the next 500 year plan for mankind to end wars"",Nonfiction,Publishing,USD,2013-04-07,3000.00,2013-03-08 03:46:18,75.00,failed,2,US,75.00,75.00,3000.00" +1198335162,Green Japanese Tshirt,Fashion,Fashion,USD,2016-07-02,5000.00,2016-06-02 21:54:51,41.00,failed,3,US,41.00,41.00,5000.00 +1198335863,U.S Made Manga: Soul Divinity,Comics,Comics,USD,2013-08-07,2000.00,2013-06-28 21:52:26,348.00,failed,8,US,348.00,348.00,2000.00 +1198335945,Sansa and the Lonely Troll - A Juvenile Fantasy Novel,Young Adult,Publishing,USD,2017-11-22,200.00,2017-10-23 18:41:14,240.00,successful,10,US,166.00,240.00,200.00 +1198348006,Help Joan of Arc Record Our New Album With Steve Albini,Indie Rock,Music,USD,2010-11-30,8500.00,2010-10-01 19:58:03,8502.24,successful,165,US,8502.24,8502.24,8500.00 +1198355481,The Olympic Dream (Canceled),Web,Journalism,USD,2015-06-17,10000.00,2015-04-18 20:23:37,0.00,canceled,0,US,0.00,0.00,10000.00 +1198359964,Elixir Hackathon in London over an entire weekend in June,Software,Technology,GBP,2015-05-10,5000.00,2015-04-15 23:37:31,900.00,failed,18,GB,1321.14,1413.85,7854.72 +1198367593,Infinite possibilities planner and the Bella planner,Product Design,Design,CAD,2014-05-22,1000.00,2014-04-22 22:49:26,0.00,failed,0,CA,0.00,0.00,917.35 +119837182,Balloon Circus - Balloon & Circus Workshop Project,Immersive,Theater,GBP,2014-09-21,3000.00,2014-08-14 15:17:16,1090.00,failed,13,GB,1831.56,1777.62,4892.53 +1198375061,Make Cat Therapy Book A Reality,Art Books,Publishing,USD,2013-11-08,700.00,2013-10-09 23:14:22,3272.00,successful,160,US,3272.00,3272.00,700.00 +1198377551,MotaVational Clothing,Apparel,Fashion,USD,2016-08-25,5000.00,2016-06-28 03:12:22,26.00,failed,2,US,25.00,26.00,5000.00 +1198380686,Launching a Savory Hub: solutions to local land degradation,Farms,Food,USD,2014-05-28,10000.00,2014-04-28 17:35:09,11341.00,successful,76,US,11341.00,11341.00,10000.00 +1198382313,Project WEB,Webseries,Film & Video,USD,2014-09-21,500.00,2014-08-07 23:00:26,0.00,failed,0,US,0.00,0.00,500.00 +1198385732,Slime Quest,Video Games,Games,GBP,2015-02-10,5000.00,2015-01-11 15:59:44,50.00,failed,1,GB,75.80,76.89,7688.88 +1198387844,Muddle Town: Self Help,Fiction,Publishing,USD,2014-09-25,5000.00,2014-08-26 01:12:40,0.00,failed,0,US,0.00,0.00,5000.00 +1198408209,Battleground: 431 B.C.,Tabletop Games,Games,CAD,2015-11-28,5000.00,2015-10-27 05:05:18,2365.00,failed,28,CA,1796.13,1773.26,3748.97 +1198408369,The Sun Also Rises - A different kind of war game,Video Games,Games,USD,2014-09-06,15000.00,2014-08-07 22:12:04,16443.00,successful,551,US,16443.00,16443.00,15000.00 +1198411074,Like a Shag on a Rock Redux,Fiction,Publishing,GBP,2013-09-27,2250.00,2013-08-28 18:55:14,25.00,failed,1,GB,38.92,40.29,3625.99 +1198421687,Stealth Playing Cards,Games,Games,USD,2012-12-23,12000.00,2012-11-23 17:35:19,28428.00,successful,838,US,28428.00,28428.00,12000.00 +1198422500,Salsa Cardio & Fitness DVD,Experimental,Film & Video,USD,2015-12-04,10000.00,2015-10-05 20:15:19,1145.00,failed,20,US,1145.00,1145.00,10000.00 +1198429164,Yubi wallet - A new way to wallet,Product Design,Design,USD,2013-12-01,4000.00,2013-11-04 18:00:24,9133.00,successful,368,US,9133.00,9133.00,4000.00 +1198434605,A Dream a Day: 365 Stories,Fiction,Publishing,USD,2011-12-04,1250.00,2011-11-07 18:31:59,2023.00,successful,55,US,2023.00,2023.00,1250.00 +1198437023,Help give my first album the legs to STAND for SOUL MUSIC,R&B,Music,USD,2013-01-08,20000.00,2012-12-07 00:00:17,20542.00,successful,160,US,20542.00,20542.00,20000.00 +1198447530,Grant Genske: Party Face EP Fundraiser!,Pop,Music,USD,2016-08-06,11000.00,2016-07-06 18:46:24,13235.00,successful,188,US,1470.00,13235.00,11000.00 +1198453619,Pre-Order My Album for September Release,Music,Music,USD,2011-09-06,500.00,2011-08-14 19:58:01,560.00,successful,31,US,560.00,560.00,500.00 +"1198459158,Smith & Liston Go To The Studio,Music,Music,USD,2015-04-14,1800.00,2015-02-14 22:36:08,2202.00,undefined,0,""N,0"""""",,2202.00,1800.00" +"1198466268,""Perk! Coffee + Lunchbox - Bon Air, VA"",Spaces,Food,USD,2014-11-16,10000.00,2014-10-17 21:05:12,14255.00,successful,171,US,14255.00,14255.00,10000.00" +1198479858,Invisible Illness Documentary Film - You Are Not Alone,Documentary,Film & Video,USD,2017-04-06,12000.00,2017-03-07 22:53:27,4483.00,failed,78,US,1012.00,4483.00,12000.00 +119848143,Little ol'me / A music producer without Artist's,Music,Music,USD,2017-09-06,20000.00,2017-07-08 21:52:42,0.00,failed,0,US,0.00,0.00,20000.00 +1198495494,ABRA-CADAVER!,Fashion,Fashion,GBP,2014-09-22,340.00,2014-09-06 20:28:43,388.61,successful,16,GB,634.01,633.76,554.49 +119849615,Manor House Quarterly,Literary Journals,Publishing,USD,2013-03-23,10000.00,2013-02-06 00:37:32,10276.00,successful,190,US,10276.00,10276.00,10000.00 +1198498501,Travel The Tropics,Places,Photography,USD,2016-03-17,10000.00,2016-02-16 16:55:54,2.00,failed,2,US,2.00,2.00,10000.00 +1198500776,JUMANDRINK,Tabletop Games,Games,CAD,2016-11-20,10000.00,2016-10-19 18:06:30,1686.00,failed,19,CA,830.21,1249.72,7412.35 +1198513984,The Bee Oasis - apicolture and protection of species,Food,Food,EUR,2016-05-14,4000.00,2016-04-14 07:51:11,259.00,failed,13,IT,294.48,290.57,4487.58 +1198514749,NO EQUAL: The Trials of America's Female Soldier,Documentary,Film & Video,USD,2012-09-08,10000.00,2012-07-10 17:41:12,10158.00,successful,39,US,10158.00,10158.00,10000.00 +119851907,Pixel Glory: A Deck Building Game,Tabletop Games,Games,USD,2014-06-10,15000.00,2014-04-11 01:27:44,17388.84,successful,790,US,17388.84,17388.84,15000.00 +1198524226,Dark Matter,Electronic Music,Music,USD,2013-01-05,3437.00,2012-12-06 00:51:40,3618.66,successful,92,US,3618.66,3618.66,3437.00 +1198526012,Tableau : Automatic House Plant Watering Tray,Product Design,Design,EUR,2015-05-31,80000.00,2015-04-30 20:03:32,90246.00,successful,552,NL,99005.73,101238.47,89744.45 +1198526855,User Friendly Manual of the Mind,Academic,Publishing,USD,2017-03-11,25000.00,2017-02-10 05:08:38,0.00,failed,0,US,0.00,0.00,25000.00 +1198533524,KTZ #MUSIC,Music,Music,USD,2013-05-21,5500.00,2013-04-23 01:41:12,3.00,failed,3,US,3.00,3.00,5500.00 +1198541299,Pop'd Sensations Gourmet Popcorn Shoppe,Small Batch,Food,USD,2016-04-29,3000.00,2016-03-30 05:42:22,43.00,failed,5,US,43.00,43.00,3000.00 +1198541619,Building Milly's Community Cafe,Restaurants,Food,USD,2017-12-10,35000.00,2017-11-10 22:30:49,1293.00,failed,17,US,433.00,1293.00,35000.00 +1198547746,The Circle and the Square,Narrative Film,Film & Video,USD,2015-03-25,10000.00,2015-03-07 01:28:42,10076.00,successful,24,US,10076.00,10076.00,10000.00 +1198554756,Concept to Website session - Learn coding on your own,Technology,Technology,USD,2012-09-27,3000.00,2012-09-06 05:36:06,3335.00,successful,40,US,3335.00,3335.00,3000.00 +1198592161,WORDOOO!,Tabletop Games,Games,USD,2014-02-18,21000.00,2014-01-14 19:17:24,228.00,failed,8,US,228.00,228.00,21000.00 +1198601364,Australia to Zimbabwe - A Rhyming Romp Around the World,Children's Books,Publishing,USD,2015-11-17,4000.00,2015-10-18 23:12:55,7905.00,successful,129,US,7905.00,7905.00,4000.00 +1198601369,Perfect Bums Squat Machine,Product Design,Design,USD,2017-01-23,15000.00,2016-11-24 15:23:47,746.00,canceled,22,US,210.00,746.00,15000.00 +1198616632,World's Largest MUSEUM OF PINBALL - Help Us Launch!,Video Games,Games,USD,2013-08-08,150000.00,2013-07-09 18:38:15,24602.40,failed,270,US,24602.40,24602.40,150000.00 +1198617276,Nyx in the Overworld: Complete edition,Comics,Comics,GBP,2017-06-06,1200.00,2017-05-04 12:03:20,5058.33,successful,207,GB,1536.20,6450.64,1530.30 +1198618440,The Best Louisiana Pralines Ever!,Small Batch,Food,USD,2015-07-09,1500.00,2015-06-09 22:22:37,734.00,failed,21,US,734.00,734.00,1500.00 +1198626391,Custom Cat Playing Cards,Playing Cards,Games,USD,2015-04-18,7500.00,2015-03-11 01:04:39,541.00,failed,16,US,541.00,541.00,7500.00 +1198645562,Precious Cocktail Bitters,Food,Food,USD,2012-07-02,3000.00,2012-06-02 00:19:55,3635.84,successful,67,US,3635.84,3635.84,3000.00 +1198657061,Revolution - A New Maereath Fantasy Novel By Eric Mrozek.,Fiction,Publishing,USD,2016-12-05,1100.00,2016-11-05 05:11:09,12.00,canceled,1,US,12.00,12.00,1100.00 +1198657651,Clear the Way: Norny's Story,Nonfiction,Publishing,AUD,2015-10-25,600.00,2015-09-15 11:42:57,667.00,successful,24,AU,474.50,472.75,425.26 +1198662697,Spread Math Bonanzas (Math Fun for Kids!),Games,Games,USD,2013-11-20,5000.00,2013-10-23 11:33:53,5404.21,successful,147,US,5404.21,5404.21,5000.00 +1198673935,Mitch McVicker's New Album,Indie Rock,Music,USD,2014-09-08,9000.00,2014-08-09 17:09:41,19565.00,successful,107,US,19565.00,19565.00,9000.00 +1198721496,Healthy Habits System Planner (Pretty Good Planners),Product Design,Design,USD,2017-07-16,10000.00,2017-06-15 01:57:30,3982.00,canceled,77,US,619.00,3982.00,10000.00 +1198723362,Personal Growth Revolution,Web,Technology,USD,2015-01-12,50000.00,2014-12-18 21:36:36,0.00,failed,0,US,0.00,0.00,50000.00 +119872513,Kiss Me Goodbye - A Romance Novel with a touch of paranormal,Fiction,Publishing,USD,2013-11-08,1250.00,2013-10-09 22:02:51,160.00,failed,3,US,160.00,160.00,1250.00 +1198733844,CandleStone Creations Re-Launch,Art,Art,USD,2014-09-20,100.00,2014-08-21 19:14:05,150.00,successful,4,US,150.00,150.00,100.00 +"1198741221,""""""The Mirror Project"""" In Yosemite and the Bay"",Photography,Photography,USD,2010-08-17,1000.00,2010-07-22 18:19:05,1050.00,successful,10,US,1050.00,1050.00,1000.00" +1198743689,One Day,Action,Film & Video,USD,2016-05-06,5000.00,2016-03-08 07:49:23,5628.00,successful,54,US,5628.00,5628.00,5000.00 +1198756862,Smart Ring Kickstand For Your Phone (Canceled),Product Design,Design,CAD,2015-09-23,2000.00,2015-08-24 16:03:00,266.00,canceled,7,CA,201.70,199.80,1502.29 +11987589,Design vs Cancer: Designers Unite,Fashion,Fashion,USD,2014-01-16,10000.00,2013-12-17 16:48:32,12208.01,successful,249,US,12208.01,12208.01,10000.00 +"1198763121,""Pledge & Win JD Wilkes' """"Grim Hymns"""" KY-fried Comic!"",Fiction,Publishing,USD,2011-01-19,1000.00,2010-12-20 18:54:52,2002.00,successful,83,US,2002.00,2002.00,1000.00" +1198763497,REALMER X: NEW WORLD ORDER,Events,Comics,USD,2017-04-11,250.00,2017-03-10 13:11:30,501.00,successful,10,US,0.00,501.00,250.00 +1198765192,Luvu,Apparel,Fashion,USD,2015-11-23,1000.00,2015-10-24 02:07:42,0.00,failed,0,US,0.00,0.00,1000.00 +1198765906,Worship album from Jay Norris & stjohnshw,Faith,Music,GBP,2017-09-25,7500.00,2017-07-27 15:10:24,3880.00,failed,37,GB,169.29,5194.87,10041.64 +1198786838,iPad Hands-on Letterpress Workshop,Nonfiction,Publishing,USD,2012-04-15,1000.00,2012-03-01 23:42:14,271.00,failed,11,US,271.00,271.00,1000.00 +1198790956,Michelle Gold is Recording a Brand New Music Project!,World Music,Music,USD,2013-01-20,17720.00,2012-12-11 04:46:47,1011.00,failed,23,US,1011.00,1011.00,17720.00 +1198805518,A Few More Miles To Go (EP) (Canceled),Country & Folk,Music,USD,2014-04-08,5500.00,2014-03-09 05:28:57,0.00,canceled,0,US,0.00,0.00,5500.00 +119881817,Fanbit: The Greatest Social Game Ever!,Apps,Technology,MXN,2017-01-29,120000.00,2016-12-15 17:08:51,120143.49,successful,86,MX,490.11,5861.52,5854.52 +"1198827028,""The Color of Love, A Novel"",Fiction,Publishing,USD,2014-02-02,1200.00,2014-01-03 19:13:37,125.00,failed,2,US,125.00,125.00,1200.00" +119883155,Dies Irae (Day of Wrath) rated R,Comics,Comics,USD,2012-06-22,500.00,2012-05-23 08:08:16,707.00,successful,34,US,707.00,707.00,500.00 +"1198834100,""PhotoBike: 4,000 Photos from a Bicycle Seat"",Photography,Photography,USD,2011-02-24,600.00,2011-01-25 09:08:06,1572.00,successful,54,US,1572.00,1572.00,600.00" +1198847996,Annabelle & Aiden: Worlds Within Us,Children's Books,Publishing,USD,2017-09-05,2500.00,2017-07-30 04:13:29,18788.00,successful,664,US,622.00,18788.00,2500.00 +"1198859507,""Adventurers Hammock - Use a Hammock, Lose the Tent"",Product Design,Design,USD,2014-09-07,20000.00,2014-08-08 18:03:02,25596.00,successful,207,US,25596.00,25596.00,20000.00" +"1198862183,""Deadly Sin I, a quiet, deafening impact on you."",Narrative Film,Film & Video,USD,2012-05-26,480000.00,2012-04-12 15:42:41,102801.00,failed,53,US,102801.00,102801.00,480000.00" +1198867768,Days of the Living Dead: Season 2,Webseries,Film & Video,USD,2010-09-11,8000.00,2010-07-26 04:18:27,2115.00,failed,37,US,2115.00,2115.00,8000.00 +1198868103,The Freq Reflex - Athletic Performance Training Kit,Product Design,Design,GBP,2015-04-13,4500.00,2015-03-14 15:04:48,4714.00,successful,49,GB,7013.08,7081.16,6759.70 +1198874511,Beer Kennel - Turn bottled beer into draft!,Product Design,Design,USD,2015-11-21,12500.00,2015-10-22 19:04:42,444.00,failed,4,US,444.00,444.00,12500.00 +1198875257,the pauses between: a photo book & music collaboration,Art Books,Publishing,USD,2012-04-14,2500.00,2012-03-15 06:25:25,3111.00,successful,57,US,3111.00,3111.00,2500.00 +1198880876,Laz'R Lures - Laser cut fishing lure and fly kits,DIY,Crafts,USD,2017-02-09,1500.00,2017-01-10 16:14:40,235.00,failed,14,US,41.00,235.00,1500.00 +1198889551,Dominance Book One: The Hunt for Dorien (Canceled),Fiction,Publishing,USD,2014-08-06,10000.00,2014-07-07 06:30:27,265.00,canceled,4,US,265.00,265.00,10000.00 +"1198897793,Become A Bolder Doer of The Word book by Paul Brough,Publishing,Publishing,USD,2016-03-18,1200.00,2016-02-17 17:45:45,200.00,undefined,0,""N,0"""""",,200.00,1200.00" +1198906636,THE LAST FIVE YEARS HELP FROM FRIENDS,Theater,Theater,USD,2015-12-05,500.00,2015-11-14 15:43:23,540.00,successful,18,US,540.00,540.00,500.00 +1198910747,ALPHA a portable gaming table for miniatures games,Gaming Hardware,Games,USD,2016-08-13,36800.00,2016-07-14 19:27:20,31492.00,suspended,180,US,8455.00,31492.00,36800.00 +1198912525,Headache Barometer App for iPhone 6,Apps,Technology,USD,2015-06-01,1.00,2015-04-12 08:32:25,50.00,successful,26,US,50.00,50.00,1.00 +1198915649,Slick Snow Stick™,Hardware,Technology,USD,2015-05-23,47500.00,2015-04-08 23:34:00,180.00,failed,3,US,180.00,180.00,47500.00 +1198919995,26in26,Webseries,Film & Video,USD,2012-02-27,300.00,2012-01-29 21:19:47,335.00,successful,13,US,335.00,335.00,300.00 +1198922054,Max Hunter 2: Snowfall Part 2,Comic Books,Comics,USD,2014-12-17,2000.00,2014-11-02 03:09:15,2200.00,successful,67,US,2200.00,2200.00,2000.00 +119893154,LifeBridge Condensed Bible,Publishing,Publishing,USD,2014-11-05,15000.00,2014-10-03 21:21:26,1.00,failed,1,US,1.00,1.00,15000.00 +1198947312,Documentary Finlande,Documentary,Film & Video,EUR,2017-04-26,10000.00,2017-02-25 08:53:55,11.00,failed,2,FR,0.00,12.02,10930.04 +1198947630,Eco-Friendly Leggings Made From Recycled Plastics,Apparel,Fashion,USD,2017-06-26,300.00,2017-06-16 16:17:41,1717.00,successful,44,US,631.00,1717.00,300.00 +1198950408,I KILLED SANTA (A DICK JANE FILM) (Canceled),Shorts,Film & Video,USD,2011-11-15,1000.00,2011-09-16 20:55:53,145.00,canceled,3,US,145.00,145.00,1000.00 +1198959308,Among Sorrows and Songs,Drama,Film & Video,USD,2016-07-24,3500.00,2016-06-24 05:45:08,3562.00,successful,56,US,550.00,3562.00,3500.00 +1198961201,Commission a Rosie Brooks Musical Illustration!,Design,Design,GBP,2017-12-08,1000.00,2017-11-01 12:08:30,140.00,failed,3,GB,145.26,187.82,1341.56 +119897488,Jewish Girls Are Easy,Shorts,Film & Video,USD,2012-02-13,8000.00,2012-01-14 07:58:19,9087.22,successful,154,US,9087.22,9087.22,8000.00 +1198989545,Feral: Handcrafted jewelry and waxed canvas bags,Fashion,Fashion,USD,2014-02-07,2500.00,2014-01-08 00:31:58,3178.00,successful,34,US,3178.00,3178.00,2500.00 +1198994265,Lowkey Music (Free Canadian Media Website),Hip-Hop,Music,CAD,2016-12-11,5000.00,2016-10-27 17:24:40,35.00,failed,2,CA,26.22,26.17,3738.88 +1198999910,The Men You Should Never Date (but I did),Nonfiction,Publishing,USD,2015-02-24,500.00,2014-12-26 03:22:30,18.00,failed,5,US,18.00,18.00,500.00 +1199005887,WASH-OFF Tattoos! The BEST VEGAN Designs the World Has Seen,Vegan,Food,AUD,2015-11-09,800.00,2015-10-10 22:39:10,806.00,successful,45,AU,586.06,575.43,571.14 +1199009266,Grind Bags™:THE Drawstring Bag,Product Design,Design,USD,2015-01-26,10000.00,2014-12-28 22:55:59,327.00,failed,15,US,327.00,327.00,10000.00 +1199017287,PickMod: Mobile Specs and Custom ROM in a simple way,Web,Technology,EUR,2016-07-23,3000.00,2016-06-08 23:35:35,87.00,failed,7,IT,81.74,96.68,3333.89 +1199017366,Bicycle Frost Playing Cards,Playing Cards,Games,USD,2016-07-15,3000.00,2016-06-15 18:17:53,4803.00,successful,233,US,4042.00,4803.00,3000.00 +1199018962,Hidden Youth: Speculative Stories of Marginalized Children,Publishing,Publishing,USD,2016-07-07,23000.00,2016-06-14 19:55:42,25396.42,successful,930,US,15058.42,25396.42,23000.00 +1199022238,Chelsea McGraw Paints 50 Silk Sumi-e Scarves!,Painting,Art,USD,2013-05-09,1500.00,2013-04-24 05:05:06,1556.00,successful,23,US,1556.00,1556.00,1500.00 +1199031198,The Spunky Little Sheep - The Book,Children's Books,Publishing,USD,2014-04-14,4000.00,2014-02-28 17:02:43,510.00,failed,10,US,510.00,510.00,4000.00 +1199032467,Living in a van down by the river....,Pop,Music,USD,2011-07-20,2500.00,2011-05-23 02:51:31,2844.33,successful,63,US,2844.33,2844.33,2500.00 +1199037407,Ola Solanke Shoes,Product Design,Design,GBP,2016-03-23,50000.00,2016-02-22 22:40:08,2.00,failed,2,GB,2.88,2.83,70650.41 +"1199047527,""CROCODILE LOVE: Narrative travel book, final production"",Nonfiction,Publishing,USD,2013-10-16,6500.00,2013-09-12 20:03:52,7235.00,successful,104,US,7235.00,7235.00,6500.00" +"1199052767,""""""Auravym"""" A New Tactical RPG Saga"",Video Games,Games,USD,2012-08-26,7000.00,2012-07-17 00:15:59,5081.00,failed,83,US,5081.00,5081.00,7000.00" +1199055508,The Body Scrubber Collection,Product Design,Design,USD,2016-03-05,25000.00,2016-02-04 00:56:04,124.00,failed,4,US,124.00,124.00,25000.00 +1199057985,The Puzzle Keyring,Puzzles,Games,USD,2017-02-24,4000.00,2017-01-24 19:00:41,14075.00,successful,290,US,5333.00,14075.00,4000.00 +1199061088,Kat's Kandies,Food,Food,USD,2016-01-04,500.00,2015-12-05 17:32:15,0.00,failed,0,US,0.00,0.00,500.00 +1199062711,Growth in Eternity part 2,Theater,Theater,USD,2015-04-07,10000.00,2015-02-06 04:05:41,0.00,failed,0,US,0.00,0.00,10000.00 +1199066894,Open Stepper Driver,Hardware,Technology,CHF,2017-06-15,12000.00,2017-05-15 22:27:15,1008.00,failed,9,CH,158.86,1034.11,12310.85 +"1199073018,Bear Witness- Too Cool For School Bus Tour (~);} (Canceled),Hip-Hop,Music,USD,2015-09-24,50000.00,2015-08-25 11:47:36,0.00,canceled,0,US,0.00,0.00,50000.00" +1199078596,Galaxies Apart,Fiction,Publishing,USD,2014-10-17,6000.00,2014-09-17 23:15:35,1.00,failed,1,US,1.00,1.00,6000.00 +1199080971,Dillos Vegan Snack Cakes - Growing And Expanding,Vegan,Food,USD,2014-10-31,12000.00,2014-09-26 22:38:34,12098.55,successful,293,US,12098.55,12098.55,12000.00 +1199091820,Fantasy Unleashed,Fiction,Publishing,USD,2017-08-30,750.00,2017-07-31 20:28:16,0.00,failed,0,US,0.00,0.00,750.00 +1199093125,Scary Redneck Costume,Performance Art,Art,USD,2015-09-25,700.00,2015-07-28 17:34:53,0.00,failed,0,US,0.00,0.00,700.00 +1199104484,Yelapa: Faces and Stories from a Mexican Fishing Village.,Photography,Photography,USD,2013-02-08,1500.00,2013-01-10 23:54:55,311.00,failed,14,US,311.00,311.00,1500.00 +"1199106093,""Art can heal pain and sorrow, so all life needs can blossom!"",Art,Art,USD,2016-05-30,49000.00,2016-03-31 20:03:08,0.00,failed,0,US,0.00,0.00,49000.00" +1199123408,Of Gods and Mortals,Shorts,Film & Video,GBP,2014-06-19,7000.00,2014-05-20 16:35:47,1437.00,failed,47,GB,2418.11,2448.42,11926.87 +1199128571,Slide: Make Your Existing Curtains Smart!,Gadgets,Technology,EUR,2017-01-08,40000.00,2016-12-06 08:00:15,201560.00,successful,1622,NL,854.39,214882.73,42643.92 +1199130854,Enter the Heart of My Soul,Poetry,Publishing,USD,2014-09-11,1500.00,2014-08-12 16:13:47,4.00,failed,1,US,4.00,4.00,1500.00 +1199133306,Horror Film Theatrical Distribution (Canceled),Narrative Film,Film & Video,USD,2013-09-06,50000.00,2013-08-07 03:37:14,1268.00,canceled,12,US,1268.00,1268.00,50000.00 +1199133957,Chalk Circles,Fiction,Publishing,USD,2014-08-20,5000.00,2014-08-05 16:44:30,1392.00,failed,38,US,1392.00,1392.00,5000.00 +1199135844,An educational website for kids,Web,Technology,AUD,2014-12-22,7000.00,2014-11-22 04:00:04,5.00,failed,1,AU,4.30,4.06,5682.28 +1199144426,Realidades del Hombre,Translations,Publishing,EUR,2016-02-25,3000.00,2016-01-26 11:57:14,6.00,failed,1,ES,6.49,6.60,3301.78 +1199145106,Cultural Exchange for Corn Growing Indigenous Group,Community Gardens,Food,USD,2018-01-28,5000.00,2017-12-19 19:21:45,85.00,live,3,US,0.00,85.00,5000.00 +1199148573,One Mom,Shorts,Film & Video,USD,2012-03-10,5000.00,2012-02-09 02:39:41,0.00,failed,0,US,0.00,0.00,5000.00 +1199163893,Straight Life,Shorts,Film & Video,CAD,2013-12-12,3000.00,2013-11-21 03:32:33,5270.00,successful,60,CA,5050.44,4946.03,2815.58 +1199170023,Meskwaki cultural preservation via film and photography.,Documentary,Film & Video,USD,2015-03-18,10000.00,2015-02-25 11:34:46,0.00,failed,0,US,0.00,0.00,10000.00 +"1199175817,The Harris Conservatory of Music - Lessons and Repairs,Music,Music,USD,2015-09-05,2000.00,2015-08-16 21:38:56,0.00,undefined,0,""N,0"""""",,0.00,2000.00" +1199179506,CryptosNews.com FundRaiser Bitcoin News Site,Web,Journalism,EUR,2014-10-26,350.00,2014-08-27 12:10:00,7.00,failed,3,NL,9.24,8.77,438.34 +1199182914,Givin' It Up: A Broadway Jazz Musical,Musical,Theater,USD,2015-05-02,5000.00,2015-03-13 23:53:45,6060.00,successful,44,US,6060.00,6060.00,5000.00 +1199183855,Poet's Country: A Journal,Literary Journals,Publishing,USD,2016-11-21,2000.00,2016-10-22 17:14:22,2805.00,successful,51,US,1145.00,2805.00,2000.00 +119918575,2012 Calender ,Photography,Photography,USD,2011-03-01,6500.00,2011-01-15 22:54:05,20.00,failed,1,US,20.00,20.00,6500.00 +1199186592,Infusion Feeds,Farms,Food,USD,2015-04-16,10000.00,2015-03-17 02:05:35,0.00,failed,0,US,0.00,0.00,10000.00 +1199188249,BE A HERO. Back THE RELIQUES' First Full Length Record!,Country & Folk,Music,USD,2013-09-04,7000.00,2013-08-05 16:33:12,8335.00,successful,148,US,8335.00,8335.00,7000.00 +1199188843,Gaucho García: Argentine-style hardwood grills,Food,Food,USD,2014-04-12,20000.00,2014-03-10 18:17:18,21088.00,successful,103,US,21088.00,21088.00,20000.00 +1199192713,Valdis - Modern Classic Clothing Made in New York,Apparel,Fashion,USD,2015-05-30,10000.00,2015-04-30 23:56:33,11255.00,successful,67,US,11255.00,11255.00,10000.00 +"1199195937,Nashville EP: Charlotte Berg,Music,Music,USD,2014-08-10,7500.00,2014-07-09 21:52:03,7500.00,undefined,0,""N,0"""""",,7500.00,7500.00" +1199208509,Gone West - Sustainable Travel for Everyone,Web,Technology,GBP,2017-08-17,15000.00,2017-06-18 14:50:47,16643.00,successful,221,GB,3695.96,21427.01,19311.73 +1199221047,Late Night & Missed Opportunities Visual Album,Music Videos,Film & Video,USD,2017-01-29,300.00,2017-01-13 05:02:39,0.00,failed,0,US,0.00,0.00,300.00 +1199232149,Go Taco! Mexican Delivery,Restaurants,Food,USD,2014-10-19,33192.00,2014-09-19 19:42:32,85.00,failed,3,US,85.00,85.00,33192.00 +"1199259765,""A Philosophical Protest! One Act Play, One Act Cabaret."",Plays,Theater,USD,2016-09-09,2000.00,2016-08-09 23:35:59,2050.00,successful,28,US,240.00,2050.00,2000.00" +1199264103,The 92 Dream Music Project,Hip-Hop,Music,USD,2012-10-20,350.00,2012-09-20 22:10:44,353.00,successful,4,US,353.00,353.00,350.00 +1199271228,West Marina Drive (Canceled),Nonfiction,Publishing,USD,2011-04-11,6000.00,2011-02-11 01:03:50,0.00,canceled,0,US,0.00,0.00,6000.00 +1199271846,Hello Dinner! Healthy Meals for Busy People,Food,Food,USD,2013-12-31,4000.00,2013-11-22 01:09:05,4366.00,successful,51,US,4366.00,4366.00,4000.00 +1199278763,The 296 Project - A Combat Veteran's Healing Place,Art,Art,USD,2014-09-22,30000.00,2014-07-24 15:05:30,960.00,canceled,14,US,960.00,960.00,30000.00 +1199279020,Mabel Moon Goes to Earth!,Musical,Theater,CAD,2015-04-09,2500.00,2015-03-24 20:00:55,2500.00,successful,25,CA,1986.24,1974.10,1974.10 +1199287802,All of Grace Worship Album,Faith,Music,USD,2015-02-25,3000.00,2015-01-26 00:21:21,3000.00,successful,32,US,3000.00,3000.00,3000.00 +119929991,THE MOONTIME HARMONY WORKBOOK,Publishing,Publishing,USD,2014-06-12,3500.00,2014-05-15 05:21:15,50.00,failed,1,US,50.00,50.00,3500.00 +1199309331,Bicycle Stained Glass Playing Cards,Playing Cards,Games,USD,2015-06-14,4000.00,2015-05-15 18:07:04,8010.00,successful,404,US,8010.00,8010.00,4000.00 +1199309576,Be a part of the Nanusaki empire! An Interactive E-Book,Children's Books,Publishing,USD,2013-04-11,65000.00,2013-03-12 18:40:01,0.00,failed,0,US,0.00,0.00,65000.00 +1199311060,Catholic Social Teaching Film Project,Documentary,Film & Video,USD,2011-02-13,1000.00,2010-11-16 15:50:02,1050.00,successful,13,US,1050.00,1050.00,1000.00 +1199329610,Art for an Apprenticeship/Aspiring Tattoo Artist,Art,Art,USD,2016-04-22,4000.00,2016-03-08 19:03:17,4026.00,successful,31,US,4026.00,4026.00,4000.00 +119932997,How to Talk to Your Child About Santa Claus,Publishing,Publishing,USD,2016-10-30,43998.00,2016-08-31 21:46:33,43.00,failed,2,US,27.00,43.00,43998.00 +1199332878,Mr. Pseudonym Art/Skateboards,Mixed Media,Art,USD,2016-03-23,2000.00,2016-02-17 20:10:45,18.00,failed,2,US,18.00,18.00,2000.00 +1199337174,Pre-Order Vaudevileins New EP & Album,Indie Rock,Music,USD,2015-11-26,8000.00,2015-10-27 18:34:22,8035.00,successful,110,US,8035.00,8035.00,8000.00 +1199339803,GMF - Acoustic Pickups for Guitars and stringed instruments,Sound,Technology,USD,2016-12-16,2000.00,2016-11-16 23:54:33,2161.00,successful,29,US,174.00,2161.00,2000.00 +1199352724,Kitty Launcher,Games,Games,USD,2015-03-17,6000.00,2015-01-16 03:51:22,1.00,failed,1,US,1.00,1.00,6000.00 +1199372520,PROCULA the novel,Fiction,Publishing,USD,2016-07-23,6000.00,2016-06-23 23:10:29,0.00,failed,0,US,0.00,0.00,6000.00 +1199374515,Angelicus Musicae - The Album,Music,Music,AUD,2014-11-14,2000.00,2014-09-15 16:28:07,6.00,failed,2,AU,5.42,5.20,1734.91 +1199377597,The Takeover,Pop,Music,USD,2016-12-06,9000.00,2016-10-27 23:00:14,0.00,canceled,0,US,0.00,0.00,9000.00 +"1199381264,Geld für Musik,Music,Music,EUR,2015-07-19,6000.00,2015-05-20 05:12:58,1.00,undefined,0,""N,0"""""",,1.09,6563.40" +1199386516,HIRÞ - The Viking Game of Royal Conflict,Tabletop Games,Games,SEK,2015-12-14,96000.00,2015-11-24 14:45:35,110962.00,successful,274,SE,12700.37,12976.34,11226.63 +1199386758,V-Cycled with Viv Show,Graphic Design,Design,USD,2016-10-19,3000.00,2016-09-19 17:02:56,315.00,failed,3,US,0.00,315.00,3000.00 +1199387562,Wherever There's A Ramp,Documentary,Film & Video,USD,2011-06-10,6500.00,2011-05-11 17:06:07,1136.00,failed,20,US,1136.00,1136.00,6500.00 +1199389645,Sacred Sword 32mm Chibi Miniatures,Tabletop Games,Games,USD,2017-06-26,1800.00,2017-06-05 18:45:29,2412.00,successful,70,US,772.00,2412.00,1800.00 +1199400486,Versatile Kitchen Tongs,Product Design,Design,USD,2014-08-17,10000.00,2014-07-08 19:28:32,90.00,failed,3,US,90.00,90.00,10000.00 +1199401691,Barracuda Konzu: The World's Most Advanced Backpack,Product Design,Design,USD,2016-11-11,50000.00,2016-10-03 13:02:09,338852.00,successful,1612,US,63334.00,338852.00,50000.00 +119941235,God Is In the Details,Painting,Art,USD,2014-12-16,1800.00,2014-12-09 04:52:55,160.00,failed,2,US,160.00,160.00,1800.00 +1199424767,Kern's Chains (Canceled),Jewelry,Fashion,USD,2016-04-22,5000.00,2016-02-22 19:02:26,0.00,canceled,0,US,0.00,0.00,5000.00 +1199429774,Eleven Mega Churches,Photography,Photography,USD,2010-09-30,1000.00,2010-08-31 18:58:48,170.00,failed,8,US,170.00,170.00,1000.00 +1199431206,JOBS IN TIME,Video Games,Games,EUR,2017-12-21,500000.00,2017-11-21 01:41:13,6072.00,failed,5,ES,185.13,7197.13,592648.78 +1199447521,The Donors,Shorts,Film & Video,USD,2011-01-03,5000.00,2010-11-19 04:46:19,5400.00,successful,68,US,5400.00,5400.00,5000.00 +1199451896,Anima Chronicles:The Dawn Of Change (Canceled),Fiction,Publishing,USD,2015-01-30,5000.00,2014-12-31 00:59:24,0.00,canceled,0,US,0.00,0.00,5000.00 +1199458936,Mr. Worldwide Needs To Go Worldwide,Fine Art,Photography,AUD,2015-04-02,5000.00,2015-02-01 11:08:24,1.00,failed,1,AU,0.78,0.76,3775.29 +"11994672,""Chronica Casus, a Novel"",Fiction,Publishing,USD,2013-12-10,12000.00,2013-10-31 18:58:36,0.00,failed,0,US,0.00,0.00,12000.00" +"1199473435,""""""Girly"""" - Fantasy / Romance Thesis Film - Set Design, etc!"",Shorts,Film & Video,USD,2013-01-17,400.00,2012-12-27 21:25:44,460.01,successful,18,US,460.01,460.01,400.00" +1199476947,BluegrassLA Video Series,Country & Folk,Music,USD,2011-11-25,2500.00,2011-10-26 23:54:04,2500.00,successful,41,US,2500.00,2500.00,2500.00 +1199482934,Flippin Monsters (Canceled),Tabletop Games,Games,USD,2015-09-03,13500.00,2015-08-19 20:45:33,2525.00,canceled,121,US,2525.00,2525.00,13500.00 +1199487341,Jisun is starting a new independent music project,Music,Music,USD,2017-08-09,16000.00,2017-07-20 12:56:13,0.00,canceled,0,US,0.00,0.00,16000.00 +1199489090,Social Network Cards,Graphic Design,Design,EUR,2016-02-04,10000.00,2016-01-05 18:14:39,184.00,failed,3,BE,200.02,206.12,11201.97 +1199494968,Afro Desi,World Music,Music,USD,2017-09-15,5000.00,2017-08-16 19:42:13,0.00,failed,0,US,0.00,0.00,5000.00 +"1199525329,""Help fund Strand of Oaks """"Pope Killdragon"""" Vinyl Release"",Rock,Music,USD,2011-01-13,1500.00,2010-12-14 19:31:59,4278.00,successful,110,US,4278.00,4278.00,1500.00" +1199526304,DON'T CRY FOR YOUR HAIR,Documentary,Film & Video,USD,2011-10-24,10000.00,2011-08-25 05:19:51,100.00,failed,2,US,100.00,100.00,10000.00 +1199527327,Crystal Collaboration: Voice & Crystal Bowls CD,World Music,Music,USD,2014-09-18,2780.00,2014-08-27 02:00:40,3020.00,successful,52,US,3020.00,3020.00,2780.00 +"119954892,""""""I Wish"""" We Could Fund Our New Play Reading...Oh Wait!"",Theater,Theater,USD,2011-12-12,750.00,2011-11-21 16:41:41,880.00,successful,36,US,880.00,880.00,750.00" +1199551343,Legend of Kalimar,Comics,Comics,USD,2012-08-05,5000.00,2012-07-06 02:41:38,681.00,failed,7,US,681.00,681.00,5000.00 +1199560107,Fancy Tom Art Party,Painting,Art,USD,2016-10-03,600.00,2016-09-03 21:50:37,656.00,successful,14,US,487.00,656.00,600.00 +1199560182,Turn your iPhone into a handheld game console,Hardware,Technology,USD,2017-01-13,50000.00,2016-12-14 14:55:33,5526.00,failed,112,US,1258.00,5526.00,50000.00 +119956164,RFID Check Out System,Software,Technology,USD,2011-03-02,1000.00,2011-01-31 20:03:40,1025.00,successful,16,US,1025.00,1025.00,1000.00 +1199562270,Diabetes Daily Grind Launch,Publishing,Publishing,USD,2014-08-25,30323.00,2014-07-26 21:56:22,1924.00,failed,34,US,1924.00,1924.00,30323.00 +1199566248,The Gritty Birds Podcast Year 3!!,Radio & Podcasts,Publishing,USD,2017-07-07,5000.00,2017-06-12 03:40:57,5147.00,successful,144,US,303.00,5147.00,5000.00 +119956686,NIGHT & DAY,Shorts,Film & Video,USD,2011-12-14,10000.00,2011-10-15 06:40:30,0.00,failed,0,US,0.00,0.00,10000.00 +1199574533,Triumph Over Tragedy: Faces of the Holocaust,Photography,Photography,USD,2011-10-06,5000.00,2011-08-07 17:05:41,210.00,failed,3,US,210.00,210.00,5000.00 +1199582965,MISCH is recording her debut album!!,Indie Rock,Music,USD,2015-04-10,15000.00,2015-03-10 23:00:12,5894.00,failed,90,US,5894.00,5894.00,15000.00 +"1199585986,""More Than Just Coffee, Bianca's Bistro Brews a Better Future"",Food,Food,USD,2015-04-10,2000.00,2015-03-11 04:40:44,56.00,failed,1,US,56.00,56.00,2000.00" +1199587833,Arduino TUTO,Apps,Technology,EUR,2015-07-11,2200.00,2015-06-11 20:28:08,0.00,failed,0,FR,0.00,0.00,2395.57 +1199600859,Peterbilt restoration,DIY,Crafts,USD,2014-08-14,75000.00,2014-07-15 19:00:18,0.00,failed,0,US,0.00,0.00,75000.00 +"1199603796,""""""SPIN"""" the Movie"",Film & Video,Film & Video,USD,2012-08-11,200000.00,2012-07-12 15:06:53,0.00,failed,0,US,0.00,0.00,200000.00" +119961303,Welcome2Africa,Documentary,Film & Video,GBP,2014-01-31,5000.00,2014-01-01 23:45:14,0.00,failed,0,GB,0.00,0.00,8227.88 +1199613357,Publish Pioneer Magazine,Periodicals,Publishing,USD,2012-11-01,2000.00,2012-10-03 19:22:59,2112.00,successful,58,US,2112.00,2112.00,2000.00 +1199615295,Planet Arbitrary: Creating an Entertainment Ecosystem,Radio & Podcasts,Publishing,USD,2011-11-11,5000.00,2011-09-12 15:47:08,0.00,failed,0,US,0.00,0.00,5000.00 +1199618335,Lady of the Wind. Bilingual book of verbal & visual poetry.,Children's Books,Publishing,USD,2014-11-22,8500.00,2014-10-22 01:23:10,3944.00,failed,68,US,3944.00,3944.00,8500.00 +1199621320,TURKEY BOWL (short film) - Please Support - Producer Credits & Advertise your Company,Shorts,Film & Video,USD,2009-10-27,5500.00,2009-09-08 07:13:45,0.00,failed,0,US,0.00,0.00,5500.00 +1199626331,Make DreamSpace a reality.,Video Games,Games,USD,2012-05-25,18000.00,2012-04-25 12:17:55,940.00,failed,24,US,940.00,940.00,18000.00 +"1199631089,""""""Abuela's"""" Cuban food truck"",Food Trucks,Food,USD,2015-03-08,35000.00,2015-02-06 06:28:05,122.00,failed,10,US,122.00,122.00,35000.00" +1199636105,Graffiti Master,Apps,Technology,USD,2014-09-30,45000.00,2014-09-04 21:39:31,40.00,failed,2,US,40.00,40.00,45000.00 +1199645424,www.vogstation.com,World Music,Music,USD,2016-02-25,10000.00,2016-02-10 20:52:48,0.00,failed,0,US,0.00,0.00,10000.00 +119964775,In Paradise: A Feature Film (Canceled),Narrative Film,Film & Video,USD,2013-07-01,20000.00,2013-06-01 00:00:06,7564.00,canceled,36,US,7564.00,7564.00,20000.00 +1199656222,Piggy Break,Product Design,Design,USD,2012-10-14,350.00,2012-08-15 22:38:31,1750.00,successful,62,US,1750.00,1750.00,350.00 +1199667525,MadKapz - Outrageous Magnetic Bottle Openers! (Canceled),Product Design,Design,USD,2016-01-05,15000.00,2015-12-01 03:50:06,98.00,canceled,2,US,98.00,98.00,15000.00 +"119968476,""Aquaponics In a Nutshell by the Aquaponics Nutcase, TCLynx"",Nonfiction,Publishing,USD,2013-06-10,11111.00,2013-05-10 06:04:58,1705.00,failed,27,US,1705.00,1705.00,11111.00" +1199686516,Paintball Magazine,Periodicals,Publishing,GBP,2014-03-29,5000.00,2014-02-27 17:13:02,5619.50,successful,151,GB,9370.28,9312.60,8285.97 +119968673,Terra Trunks by DanDannDesigns,Art,Art,USD,2017-11-09,5000.00,2017-10-10 15:29:54,1335.01,failed,23,US,118.00,1335.01,5000.00 +1199688824,PLUNGE THEORY,Shorts,Film & Video,USD,2012-10-01,5200.00,2012-09-06 21:29:12,6651.00,successful,95,US,6651.00,6651.00,5200.00 +1199695429,AEGIS,Shorts,Film & Video,USD,2013-07-02,25000.00,2013-06-07 19:38:53,26090.00,successful,192,US,26090.00,26090.00,25000.00 +1199699674,OIL and EARTH: my first solo exhibition,Painting,Art,USD,2014-04-02,1156.00,2014-03-12 20:17:17,641.00,failed,10,US,641.00,641.00,1156.00 +1199703457,Fox & Owl,Video Games,Games,GBP,2016-09-28,999.00,2016-08-29 21:01:45,2008.50,successful,152,GB,95.90,2603.51,1294.95 +1199705399,OpenBeam - An open source miniature construction system,Hardware,Technology,USD,2012-04-30,30000.00,2012-03-31 04:15:11,100825.60,successful,534,US,100825.60,100825.60,30000.00 +"1199706669,""Til Death Do Us Part, Filthy Rich"",Fiction,Publishing,USD,2015-08-29,3000.00,2015-07-30 19:26:40,1188.94,failed,8,US,1188.94,1188.94,3000.00" +1199710474,The Higher Power Outage Project (Canceled),Music,Music,USD,2011-08-09,1000.00,2011-05-11 02:16:15,0.00,canceled,0,US,0.00,0.00,1000.00 +1199710959,TAGON™,Mobile Games,Games,USD,2016-09-13,20000.00,2016-07-15 00:17:23,3.00,failed,1,US,0.00,3.00,20000.00 +"1199717881,""T's Organic Hot Sauce + Bloody Mary """"Anything but a tease!"""""",Food,Food,USD,2012-04-19,27725.32,2012-04-05 06:04:29,0.00,failed,0,US,0.00,0.00,27725.32" +"1199721804,""funding for """"Never say can't little ant!"""" childrens book"",Children's Books,Publishing,USD,2013-03-10,3000.00,2013-02-08 00:08:14,35.00,failed,1,US,35.00,35.00,3000.00" +1199724275,He who dares.....,Nonfiction,Publishing,GBP,2014-08-07,30000.00,2014-07-08 20:41:42,25.00,failed,1,GB,42.86,42.01,50412.54 +"1199730150,""""""The New America"""" Short Film & Engraved Art"",Animation,Film & Video,USD,2011-10-29,20000.00,2011-09-29 07:51:40,30753.00,successful,418,US,30753.00,30753.00,20000.00" +1199731343,Crescent Moon Spirits LLC,Small Batch,Food,USD,2016-11-03,450000.00,2016-09-05 21:09:10,1210.00,failed,12,US,25.00,1210.00,450000.00 +1199736159,48 Hour Film Project - New Haven - Team Eagle Eye (Canceled),Shorts,Film & Video,USD,2013-07-26,600.00,2013-06-26 04:41:12,20.00,canceled,1,US,20.00,20.00,600.00 +119973723,Back At The Quonset Hut,Music,Music,USD,2011-12-09,10000.00,2011-11-09 18:59:48,10971.00,successful,178,US,10971.00,10971.00,10000.00 +119974345,Get Alember's first and last unreleased EP!,Rock,Music,USD,2015-03-07,1000.00,2015-02-17 22:45:41,1075.00,successful,26,US,1075.00,1075.00,1000.00 +1199751875,Cypress Inheritance: The Board Game (Canceled),Tabletop Games,Games,USD,2015-03-31,35000.00,2015-02-21 04:39:17,361.00,canceled,8,US,361.00,361.00,35000.00 +1199760126,Songs to Pray By,Indie Rock,Music,USD,2012-03-19,5000.00,2012-02-16 16:01:33,5605.51,successful,116,US,5605.51,5605.51,5000.00 +1199761728,BreakSport,Apps,Technology,EUR,2015-10-02,250000.00,2015-08-18 16:19:23,0.00,failed,0,IT,0.00,0.00,278999.17 +1199765037,RIME debut album blackdog sunshine,Rock,Music,AUD,2016-08-12,30000.00,2016-07-13 16:59:08,21.00,failed,2,AU,0.00,16.12,23029.09 +1199766910,Kuroshitsuji Musical - UK version (Costumes),Musical,Theater,GBP,2016-08-29,2000.00,2016-07-30 21:44:57,62.00,failed,5,GB,0.00,82.36,2656.78 +1199767895,Fantastic Planet - resurrecting an animated classic.,Animation,Film & Video,GBP,2016-03-14,5000.00,2016-01-14 17:48:04,257.00,failed,10,GB,371.54,372.32,7243.54 +"1199771829,""HyperQube: The Powerful, Encrypted Satellite For Everyone"",Space Exploration,Technology,AUD,2016-05-12,230000.00,2016-04-11 12:17:09,1712.00,failed,23,AU,1293.01,1247.09,167540.79" +1199775767,Horsing around,Art,Art,GBP,2014-05-03,1250.00,2014-03-08 18:58:35,25.00,failed,1,GB,41.84,42.16,2107.82 +"1199788498,""Prism Brush Bar - Clean Your Makeup Brushes, Naturally"",Product Design,Design,USD,2017-01-20,10000.00,2016-11-22 12:35:59,4209.00,failed,118,US,1125.00,4209.00,10000.00" +1199792960,NihilisM RTS (Canceled),Video Games,Games,USD,2015-02-20,700.00,2015-01-21 07:05:02,0.00,canceled,0,US,0.00,0.00,700.00 +1199816837,Vanir.is (Canceled),Web,Technology,GBP,2014-08-27,5000.00,2014-07-28 19:19:51,0.00,canceled,0,GB,0.00,0.00,8291.19 +"1199834021,""""""Grow with us on our Journey"""""",Farmer's Markets,Food,USD,2015-11-19,30000.00,2015-10-20 18:41:49,0.00,failed,0,US,0.00,0.00,30000.00" +1199835397,SmashCards: Augmented Reality Phonics,Technology,Technology,USD,2011-06-18,12000.00,2011-05-12 23:10:25,857.00,failed,15,US,857.00,857.00,12000.00 +1199836634,JAM HOUSE LIVE TV PRESENTS.. STAR STATUS SHOW,Webseries,Film & Video,USD,2012-04-01,20000.00,2012-02-16 05:59:33,0.00,failed,0,US,0.00,0.00,20000.00 +1199846912,Reaching out for college (Suspended),Academic,Publishing,USD,2015-03-25,30000.00,2015-02-23 21:28:36,0.00,suspended,0,US,0.00,0.00,30000.00 +1199847750,Navasota String Band: Second Full-Length Album,Country & Folk,Music,USD,2012-02-15,5000.00,2011-12-17 04:35:54,5161.38,successful,80,US,5161.38,5161.38,5000.00 +1199853464,The Empowered Mom,Webseries,Film & Video,USD,2017-04-03,50000.00,2017-02-17 23:07:55,1.00,failed,1,US,0.00,1.00,50000.00 +1199857925,Conspiracy X RPG The Extraterrestrials Sourcebook,Tabletop Games,Games,USD,2011-11-30,5000.00,2011-10-16 20:53:36,8191.14,successful,141,US,8191.14,8191.14,5000.00 +"1199858595,""WaywardSt Unique Tshirts, Orignial Designs (Canceled)"",Ready-to-wear,Fashion,GBP,2016-03-12,2500.00,2016-02-11 08:10:24,2582.00,canceled,20,GB,3736.96,3740.57,3621.77" +119986924,The Haunted Nevada Road Trip documentary,Film & Video,Film & Video,USD,2017-06-15,5000.00,2017-05-16 22:54:39,0.00,failed,0,US,0.00,0.00,5000.00 +1199870216,Hair & Share: I'm donating all my hair after 2.5 years....,Film & Video,Film & Video,USD,2016-05-31,10.00,2016-05-01 21:44:19,0.00,failed,0,US,0.00,0.00,10.00 +"1199874356,""Pocket Parables' End Times Mini Series """"I Promise"""""",Webseries,Film & Video,USD,2014-05-22,5000.00,2014-04-22 02:37:45,530.00,failed,6,US,530.00,530.00,5000.00" +1199886990,Catherine Grisez Jewelry,Art,Art,USD,2012-07-15,6000.00,2012-06-15 18:24:52,7251.00,successful,76,US,7251.00,7251.00,6000.00 +1199890378,Riverton City Park Revitalization/Splash Pad Grant Match,Civic Design,Design,USD,2016-11-13,9000.00,2016-10-14 01:04:06,2674.00,failed,26,US,331.00,2674.00,9000.00 +1199892059,UnAssisted Living - Tribes,Country & Folk,Music,USD,2012-05-15,5000.00,2012-04-05 18:00:40,5551.00,successful,76,US,5551.00,5551.00,5000.00 +1199908387,RELAUNCH Ahwatukee Jerky Company is SELLING OUT!,Food,Food,USD,2014-02-04,100.00,2014-01-28 20:38:18,270.00,successful,10,US,270.00,270.00,100.00 +1199923894,Maze at Battle for the Ring,Games,Games,USD,2015-10-05,1700.00,2015-08-06 16:48:54,275.00,failed,3,US,275.00,275.00,1700.00 +"1199926708,""So Your Lover's A Zombie, A Guide To Relations with the Dead"",Fiction,Publishing,USD,2013-05-04,4000.00,2013-03-07 23:21:14,180.00,failed,5,US,180.00,180.00,4000.00" +1199931753,Foam Transformation Sculpture,Sculpture,Art,USD,2012-06-02,2000.00,2012-05-03 20:07:22,685.00,failed,15,US,685.00,685.00,2000.00 +1199934315,The ZOMBIE APOCALYPSE!..... but funny :),Shorts,Film & Video,USD,2011-05-10,15000.00,2011-02-08 07:54:55,0.00,failed,0,US,0.00,0.00,15000.00 +1199935986,Jamboree Q101 Chicago,Rock,Music,USD,2012-05-05,299000.00,2012-03-26 18:54:46,76693.02,failed,545,US,76693.02,76693.02,299000.00 +119994225,Faradair - New Eco Aircraft called BEHA,Flight,Technology,GBP,2014-12-25,20000.00,2014-11-19 22:15:53,1623.00,failed,26,GB,2540.40,2505.87,30879.45 +1199958902,The I2C and SPI Education System,Hardware,Technology,USD,2014-12-03,6000.00,2014-11-03 17:10:43,10045.00,successful,101,US,10045.00,10045.00,6000.00 +1199964056,The Hangin Green,Community Gardens,Food,USD,2014-10-03,8000.00,2014-09-03 03:42:49,2.00,failed,2,US,2.00,2.00,8000.00 +11999643,Puny and Don,Children's Books,Publishing,USD,2012-09-06,3500.00,2012-07-23 18:46:19,115.00,failed,3,US,115.00,115.00,3500.00 +"1199977120,""""""We the People..."""""",Web,Technology,USD,2015-03-15,100000.00,2015-02-20 18:45:19,0.00,failed,0,US,0.00,0.00,100000.00" +1199985698,Rock 2 the Core - Common Core Music for Kids and Teachers,Kids,Music,USD,2014-10-17,10000.00,2014-09-17 03:43:52,10343.00,successful,97,US,10343.00,10343.00,10000.00 +1200002521,A Sign of Pride,Photography,Photography,USD,2012-03-20,8000.00,2012-02-19 17:34:56,170.00,failed,3,US,170.00,170.00,8000.00 +120001370,The Guys Upstairs,Publishing,Publishing,GBP,2015-05-03,8000.00,2015-04-03 18:48:58,8100.00,successful,71,GB,12010.46,12484.97,12330.84 +1200015308,Flawless Beauty Bars Seattle,Design,Design,USD,2017-04-02,18000.00,2017-03-03 18:08:36,18265.00,successful,65,US,100.00,18265.00,18000.00 +1200020458,The Blood of Fate,Fiction,Publishing,USD,2014-08-30,2000.00,2014-07-31 16:27:05,0.00,failed,0,US,0.00,0.00,2000.00 +1200035109,Bang Feather Bang 2017 Campaign,Indie Rock,Music,USD,2017-05-05,1500.00,2017-04-05 01:01:21,1500.50,successful,17,US,65.00,1500.50,1500.00 +1200036042,Crombolaya,Tabletop Games,Games,USD,2014-08-16,4200.00,2014-07-17 23:41:14,51.00,failed,3,US,51.00,51.00,4200.00 +1200036217,MEMORY - The Poetry of Horror,Film & Video,Film & Video,EUR,2017-04-19,8500.00,2017-02-19 20:23:22,8587.00,successful,51,AT,424.60,9186.41,9093.34 +1200037934,It's a Month! Giant Tear-off 2015 Calendar,Graphic Design,Design,USD,2014-10-17,26000.00,2014-09-25 15:25:20,8347.00,failed,189,US,8347.00,8347.00,26000.00 +1200040517,Scribe Publishing's Fall 2012 books. This lady loves 'em!,Fiction,Publishing,USD,2012-08-11,5461.00,2012-07-12 22:58:43,2972.00,failed,85,US,2972.00,2972.00,5461.00 +"1200041344,""The Book Collection: Life, Love, Faith and Empowerment"",Nonfiction,Publishing,USD,2017-07-21,15000.00,2017-05-22 23:19:12,1.00,failed,1,US,0.00,1.00,15000.00" +1200045226,All Hearts Aside - Be a part of metal history!,Metal,Music,SEK,2015-08-01,10000.00,2015-07-09 23:19:39,8.00,failed,1,SE,0.94,0.91,1142.74 +1200047789,Skin A Cat - World Premiere at VAULT 2016,Festivals,Theater,GBP,2016-01-27,600.00,2015-12-14 23:16:22,603.00,successful,21,GB,917.23,861.76,857.47 +1200048159,The Postcard Story,Fiction,Publishing,USD,2012-07-18,400.00,2012-06-18 05:03:23,3206.05,successful,264,US,3206.05,3206.05,400.00 +1200056573,A Mouth-Watering App,Apps,Technology,EUR,2017-01-25,8000.00,2016-12-11 16:44:55,26.00,failed,2,FR,26.41,27.77,8544.82 +1200057849,Dithyrambalina-Musical Architecture for New Orleans,Art,Art,USD,2013-10-31,50000.00,2013-10-01 03:21:51,60051.86,successful,655,US,60051.86,60051.86,50000.00 +1200081040,The Make.Shift Music Project,Music,Music,USD,2011-01-16,8500.00,2010-11-30 06:49:09,12025.38,successful,150,US,12025.38,12025.38,8500.00 +1200081672,The Be You Collection,Children's Books,Publishing,AUD,2017-11-06,10000.00,2017-10-02 14:37:00,10315.00,successful,114,AU,0.00,7910.28,7668.71 +120008638,Message in a Bottle - Personalised children's adventure book,Children's Books,Publishing,EUR,2016-07-05,2200.00,2016-06-05 12:58:39,2424.00,successful,83,LU,2755.14,2683.38,2435.41 +1200088087,Life Is Good No Matter What,Family,Film & Video,USD,2015-12-05,25000.00,2015-10-21 05:15:34,0.00,failed,0,US,0.00,0.00,25000.00 +"1200088909,""Vloggy - Your Vlog, Your Story!"",Apps,Technology,EUR,2016-04-09,5000.00,2016-03-10 14:11:12,105.00,failed,2,NL,115.24,118.48,5642.00" +1200091653,The Fall of Eve's Official Album Video,Music Videos,Film & Video,GBP,2014-06-29,1200.00,2014-04-30 01:06:00,183.00,failed,4,GB,307.24,313.73,2057.23 +1200094667,TWANADIAF (Canceled),Animation,Film & Video,EUR,2015-10-17,100000.00,2015-09-17 23:21:54,0.00,canceled,0,BE,0.00,0.00,110840.17 +1200098035,QuikSnap™ Car Window Sunshades: Customized Auto Shades,Design,Design,USD,2018-01-10,20000.00,2017-11-28 17:19:27,50257.00,live,645,US,2947.00,50257.00,20000.00 +1200101129,Pin the Map Travel Magazine (Canceled),Print,Journalism,USD,2016-05-29,10000.00,2016-03-30 21:19:57,0.00,canceled,0,US,0.00,0.00,10000.00 +1200108049,Renaissance Awaits -fund this promo into a full documentary,Documentary,Film & Video,USD,2016-04-12,17488.00,2016-03-14 15:50:28,0.00,failed,0,US,0.00,0.00,17488.00 +1200115397,Lucarne - Universal Broadcaster,Apps,Technology,EUR,2016-05-22,95000.00,2016-04-22 11:08:35,20.00,failed,1,FR,22.60,22.34,106095.46 +1200121692,Valore,Tabletop Games,Games,USD,2014-10-12,3000.00,2014-08-13 22:17:17,20.00,failed,1,US,20.00,20.00,3000.00 +120012660,CSworkout.com,Publishing,Publishing,USD,2016-08-28,1500.00,2016-07-29 21:50:27,1.00,failed,1,US,0.00,1.00,1500.00 +"1200134484,""On the Verge, the book."",Photobooks,Photography,USD,2015-02-14,17500.00,2015-01-14 02:43:02,5390.00,failed,75,US,5390.00,5390.00,17500.00" +1200140984,The VHS Store,Film & Video,Film & Video,CAD,2016-04-25,750.00,2016-03-28 17:59:42,795.00,successful,13,CA,599.28,634.58,598.66 +1200142218,Help Brutal Beauty Reach its 20-City Theatrical Release!,Documentary,Film & Video,USD,2010-09-12,1300.00,2010-08-02 21:23:39,1301.00,successful,29,US,1301.00,1301.00,1300.00 +1200148877,Help me get a Bulldog! (Suspended),Animals,Photography,AUD,2015-05-01,4000.00,2015-04-01 04:21:01,0.00,suspended,0,AU,0.00,0.00,3165.06 +1200149606,SUNSET PEOPLE,Thrillers,Film & Video,AUD,2016-08-11,45000.00,2016-07-12 10:40:29,5243.00,failed,37,AU,1077.21,4024.72,34543.64 +1200149883,Girl Walk // All Day,Film & Video,Film & Video,USD,2011-03-14,4800.00,2011-01-28 14:22:51,24817.61,successful,577,US,24817.61,24817.61,4800.00 +1200155485,ABC Disgusting,Children's Books,Publishing,USD,2015-07-29,24000.00,2015-06-29 15:38:39,35706.00,successful,851,US,35706.00,35706.00,24000.00 +1200159486,Save The Ridgewood!,Spaces,Theater,USD,2017-10-24,50000.00,2017-08-25 19:08:05,56.00,failed,3,US,0.00,56.00,50000.00 +1200165527,My last chance.,Fiction,Publishing,USD,2015-09-18,4000.00,2015-07-20 15:51:10,0.00,failed,0,US,0.00,0.00,4000.00 +120016863,Chess Globe,Games,Games,NZD,2017-05-20,9500.00,2017-04-05 09:30:57,765.00,failed,3,NZ,0.00,540.18,6708.09 +1200171363,Modern Graffiti Godzilla Print,Illustration,Art,USD,2015-11-30,1000.00,2015-10-31 01:00:05,490.00,failed,11,US,490.00,490.00,1000.00 +1200180332,Social Good Movement,People,Photography,USD,2015-02-16,8000.00,2015-01-14 03:47:40,55.00,failed,1,US,55.00,55.00,8000.00 +"1200184416,""Launch Aaron Ray's """"Live Out Loud"""" Music Video!"",Hip-Hop,Music,USD,2013-08-08,400.00,2013-07-29 22:57:23,495.00,successful,10,US,495.00,495.00,400.00" +1200185441,Steampunk lightup Tubes,Art,Art,USD,2014-08-22,550.00,2014-07-23 18:59:56,89.00,failed,5,US,89.00,89.00,550.00 +"1200186351,""Nigger (aka """"the documentary facebook rejected"""")"",Documentary,Film & Video,USD,2012-08-06,34000.00,2012-06-07 21:28:09,110.00,failed,3,US,110.00,110.00,34000.00" +1200201660,The Music Factor Documentary Tour,Film & Video,Film & Video,USD,2017-10-05,36000.00,2017-09-05 22:35:12,20.00,failed,1,US,20.00,20.00,36000.00 +1200208768,ZomBdMe- Have yourself made into a zombie action figure,Product Design,Design,USD,2015-02-16,58000.00,2015-01-12 11:32:05,243.00,failed,5,US,243.00,243.00,58000.00 +1200210349,M3,Shorts,Film & Video,USD,2015-01-25,3000.00,2014-12-28 16:24:18,5655.00,successful,91,US,5655.00,5655.00,3000.00 +1200212322,Fun themed A5 Notebooks & Sketchbooks for kids,Graphic Design,Design,GBP,2017-06-25,400.00,2017-05-26 15:13:28,76.00,failed,9,GB,12.98,98.63,519.12 +"1200216270,Revisionist History,Music,Music,USD,2015-04-30,2000.00,2015-03-11 20:50:17,2230.00,undefined,0,""N,0"""""",,2230.00,2000.00" +1200222737,Principles of Scientific Management: an Audiobook,Nonfiction,Publishing,GBP,2017-11-09,2000.00,2017-10-20 11:15:41,10.00,failed,2,GB,6.60,13.19,2637.55 +1200223481,Inventory Management Software,Software,Technology,USD,2014-11-21,10000.00,2014-10-22 00:33:00,5.00,failed,1,US,5.00,5.00,10000.00 +1200224705,THE CRESNIX TWINS - It's like lightning!,Fiction,Publishing,USD,2013-07-20,100.00,2013-06-20 04:48:13,35.00,failed,4,US,35.00,35.00,100.00 +120022783,In Your Stride Runners App (Canceled),Apps,Technology,GBP,2014-07-13,19500.00,2014-05-14 10:32:26,1538.50,canceled,35,GB,2596.11,2628.79,33319.09 +1200230256,Match Up,Narrative Film,Film & Video,USD,2013-08-15,150000.00,2013-07-16 22:23:47,200.00,failed,2,US,200.00,200.00,150000.00 +1200234978,The Clean Out Your LifeCloset Audiobook!,Nonfiction,Publishing,USD,2017-08-01,6500.00,2017-07-01 05:27:02,6800.00,successful,76,US,1574.00,6800.00,6500.00 +1200237905,The Most Silent Place on Earth,Conceptual Art,Art,GBP,2013-10-05,170.00,2013-09-04 21:39:26,186.00,successful,9,GB,289.19,297.21,271.64 +1200239295,Cubr3 - The Bread Spread Machine,3D Printing,Technology,EUR,2015-01-15,50000.00,2014-11-16 16:18:00,170.00,failed,7,NL,212.92,197.00,57940.11 +1200248071,Triority - Convert GLBasic 3D system,Software,Technology,GBP,2015-05-07,800.00,2015-04-07 22:51:14,12.00,failed,1,GB,17.90,18.50,1233.08 +1200253158,Clay is Not Dirt,Ceramics,Art,USD,2015-04-18,1000.00,2015-03-19 03:05:05,1039.00,successful,16,US,1039.00,1039.00,1000.00 +"1200253445,""100 Hand-painted, Wooden Signs"",Painting,Art,USD,2017-12-25,3000.00,2017-11-25 04:26:02,3720.00,successful,43,US,952.00,3720.00,3000.00" +"1200256053,""The Pig, or Václav Havel's Hunt for a Pig"",Theater,Theater,USD,2014-02-27,5000.00,2014-02-03 22:22:37,5280.00,successful,81,US,5280.00,5280.00,5000.00" +1200257439,The Lovetanks Kit,Tabletop Games,Games,USD,2012-05-31,25000.00,2012-05-01 23:05:15,75.00,failed,3,US,75.00,75.00,25000.00 +1200259454,Discover - Enamel Pin Badge,Graphic Design,Design,GBP,2017-12-13,300.00,2017-11-13 15:32:08,176.00,failed,14,GB,52.76,235.44,401.32 +"1200268108,""steve stoll's """"kill digital"""" vinyl project"",Electronic Music,Music,USD,2012-03-01,950.00,2012-02-01 22:33:02,1820.13,successful,26,US,1820.13,1820.13,950.00" +1200270381,Let's Change the Internet :: Retweet Outside the Box with tweetlighter,Software,Technology,USD,2010-10-11,5000.00,2010-08-27 07:22:29,241.00,failed,5,US,241.00,241.00,5000.00 +1200270402,POPUP LIGHTING- WHEN LIGHT MEETS ART,Product Design,Design,USD,2014-07-11,20000.00,2014-05-27 18:27:08,48081.00,successful,299,US,48081.00,48081.00,20000.00 +1200275370,A Queen's Wish,Children's Books,Publishing,USD,2017-09-09,4206.00,2017-08-10 01:36:02,145.00,canceled,3,US,10.00,145.00,4206.00 +1200283158,JunKing,Tabletop Games,Games,USD,2015-05-09,12000.00,2015-04-06 15:01:56,28519.00,successful,838,US,28519.00,28519.00,12000.00 +"1200288635,""""""The Wasters"""", a spy/mystery novel"",Fiction,Publishing,USD,2015-03-02,10000.00,2015-01-05 14:51:05,1639.00,failed,40,US,1639.00,1639.00,10000.00" +1200289017,JOY DE V Nadia Szold's 1st Feature Presentation... Coming Soon to a Theater Near You!,Film & Video,Film & Video,USD,2010-09-10,15000.00,2010-08-08 19:51:29,15075.00,successful,40,US,15075.00,15075.00,15000.00 +1200291585,Poly-badge,Product Design,Design,CAD,2015-07-15,75000.00,2015-05-16 03:42:59,0.00,failed,0,CA,0.00,0.00,57790.11 +1200291603,Seeking help to finish a really good album!!!!!!!!!,Indie Rock,Music,USD,2014-05-04,6500.00,2014-03-20 01:51:40,21.00,failed,2,US,21.00,21.00,6500.00 +1200297934,Storealities Documentary,Nonfiction,Publishing,USD,2017-12-30,6000.00,2017-11-15 00:58:10,28.00,failed,1,US,0.00,28.00,6000.00 +1200300036,Rooms4PCS,Apps,Technology,USD,2016-02-09,4000.00,2015-12-11 07:15:21,0.00,failed,0,US,0.00,0.00,4000.00 +1200306178,Kindred - One man's journey into the darkness of his soul,Fiction,Publishing,GBP,2013-08-10,2900.00,2013-07-11 10:27:55,30.00,canceled,3,GB,44.59,46.90,4533.94 +1200309382,NICHI Athletic Sleeves and Tank Tops,Apparel,Fashion,CAD,2016-11-09,40000.00,2016-10-10 09:20:55,841.00,failed,12,CA,0.00,623.38,29649.40 +1200309902,Artifex Society - Destroying unwanted art.,Art,Art,CAD,2013-10-26,30000.00,2013-09-11 21:20:11,1.00,failed,1,CA,0.96,0.96,28771.46 +1200321739,Marley B' Jam'n - Help Us Jam & Make That Bacon Twerk,Bacon,Food,USD,2017-03-10,12000.00,2017-02-08 16:27:56,4585.00,failed,76,US,695.00,4585.00,12000.00 +120033259,New seats for the Carolina Theatre Cinemas,Movie Theaters,Film & Video,USD,2015-02-28,25000.00,2015-01-21 21:26:06,61805.00,successful,611,US,61805.00,61805.00,25000.00 +1200337142,Rogue America Clothing,Apparel,Fashion,USD,2014-08-13,2500.00,2014-07-14 23:09:15,18.00,failed,1,US,18.00,18.00,2500.00 +1200342860,Craft Roasting Company,Drinks,Food,USD,2014-10-05,56500.00,2014-09-02 14:29:55,2385.00,failed,31,US,2385.00,2385.00,56500.00 +1200343961,Titanium Collar Stay / Bottle Opener,Product Design,Design,USD,2014-05-23,1000.00,2014-04-23 05:09:21,6295.19,successful,217,US,6295.19,6295.19,1000.00 +1200344098,BABEL by Martin Wittfooth,Painting,Art,USD,2014-10-16,11000.00,2014-10-02 00:29:52,34266.00,successful,248,US,34266.00,34266.00,11000.00 +1200346069,Healer 32-Science Fiction Novel (Canceled),Fiction,Publishing,USD,2016-07-12,33000.00,2016-06-10 22:37:09,500.00,canceled,1,US,500.00,500.00,33000.00 +1200362733,Negotiating Life,Film & Video,Film & Video,USD,2011-03-25,118000.00,2011-02-23 17:33:14,0.00,failed,0,US,0.00,0.00,118000.00 +1200365667,XUBE - streamline your shower experience on the go,Product Design,Design,SGD,2016-12-02,12000.00,2016-11-02 15:00:03,43977.00,successful,710,SG,14791.03,30910.94,8434.67 +1200369415,NoTextUSA.COM (Canceled),Apps,Technology,USD,2015-09-29,500000.00,2015-08-31 22:38:03,0.00,canceled,0,US,0.00,0.00,500000.00 +1200370951,Shadow Creatures - The Movie,Narrative Film,Film & Video,USD,2011-12-11,40000.00,2011-10-13 16:21:39,5.00,failed,1,US,5.00,5.00,40000.00 +1200378135,The Last Book Ever Written,Fiction,Publishing,USD,2012-12-23,3000.00,2012-12-14 00:23:13,0.00,failed,0,US,0.00,0.00,3000.00 +1200380203,VeVe's Kitchen ---->THE PLACE TO BE...,Restaurants,Food,NZD,2015-03-08,25000.00,2015-02-06 00:15:59,495.00,failed,9,NZ,366.36,363.49,18358.06 +1200389366,Hexrunners,Video Games,Games,EUR,2016-10-07,25000.00,2016-09-07 00:33:41,1187.00,canceled,8,FR,128.39,1322.31,27849.88 +1200389843,Hard Corps: Porn and Sex Trafficking | A documentary film,Documentary,Film & Video,USD,2013-08-19,100000.00,2013-06-20 23:19:28,9467.00,failed,123,US,9467.00,9467.00,100000.00 +"120039016,""The Little Black Bottles """"Let Them Eat Red Velvet Cake"""" CD"",Indie Rock,Music,USD,2011-10-28,2000.00,2011-09-28 06:25:25,2190.00,successful,24,US,2190.00,2190.00,2000.00" +1200390930,Dark Skin Not Allowed,Documentary,Film & Video,USD,2015-09-13,200000.00,2015-08-14 17:36:03,11.00,failed,2,US,11.00,11.00,200000.00 +1200395356,Aid an Education: Scholarships for Mayan Women,Journalism,Journalism,USD,2016-05-11,2500.00,2016-04-04 04:57:41,2591.00,successful,18,US,2591.00,2591.00,2500.00 +1200405816,JP Woodshop Sign Shop (Canceled),Woodworking,Crafts,USD,2015-10-16,2500.00,2015-08-17 17:23:31,0.00,canceled,0,US,0.00,0.00,2500.00 +1200407509,Faces,Comedy,Film & Video,USD,2015-11-23,1500.00,2015-10-24 02:32:45,175.00,failed,4,US,175.00,175.00,1500.00 +120041233,The Ballad of the Flexible Bullet,Shorts,Film & Video,USD,2013-11-14,1800.00,2013-10-15 19:30:50,98.00,failed,6,US,98.00,98.00,1800.00 +120041298,Vision Works Workshop by KVM Magazine,Mixed Media,Art,GBP,2015-09-26,300000.00,2015-08-27 22:06:37,90.00,failed,3,GB,141.29,136.50,455014.26 +1200416289,New Edited Version of Flameworker and Netflix,Film & Video,Film & Video,USD,2017-06-13,1080.00,2017-06-08 20:41:17,1150.00,successful,20,US,750.00,1150.00,1080.00 +120041917,Evergreen EcoGear Skywalkker Recycled Shoes,Footwear,Fashion,USD,2016-09-04,25000.00,2016-08-05 20:59:56,5.00,failed,1,US,0.00,5.00,25000.00 +1200420713,Life after cannabis prohibition,Documentary,Film & Video,GBP,2016-03-30,5000.00,2016-02-29 17:35:57,106.00,failed,3,GB,147.05,151.68,7154.82 +1200423572,How do others live? A web series. It only takes a quid,Webseries,Film & Video,GBP,2014-04-23,2500.00,2014-03-07 11:18:45,2.00,failed,2,GB,3.34,3.36,4202.18 +1200430070,Lopin' Ropin' and Hopin',Documentary,Film & Video,USD,2012-06-22,14000.00,2012-05-08 18:08:06,14592.00,successful,101,US,14592.00,14592.00,14000.00 +1200435988,Too Big For Our Britches (Save Brewer's Mansion)!!,Illustration,Art,USD,2010-12-16,1100.00,2010-11-01 21:59:38,1100.00,successful,9,US,1100.00,1100.00,1100.00 +1200448037,Beara Irish Brewing Co.,Food,Food,USD,2013-08-18,9000.00,2013-07-02 15:50:31,10581.00,successful,110,US,10581.00,10581.00,9000.00 +"1200448807,""Shakespeare, I Love You: Pericles"",Theater,Theater,USD,2012-03-28,400.00,2012-03-09 23:18:55,506.00,successful,18,US,506.00,506.00,400.00" +1200452565,Glifxx interactive sticker system,Product Design,Design,USD,2014-01-02,2750.00,2013-11-27 00:29:24,920.00,failed,15,US,920.00,920.00,2750.00 +1200452891,When Blues was Gospel,Music,Music,USD,2014-09-11,8000.00,2014-08-12 05:21:02,120.00,failed,3,US,120.00,120.00,8000.00 +1200453624,Cascade Wallet | Simplify Your Everyday Carry,Product Design,Design,CAD,2014-12-19,50000.00,2014-11-04 11:01:40,87933.00,successful,661,CA,77918.59,75830.46,43118.32 +1200459388,Purchase a Long Arm Quilting Machine Project,Quilts,Crafts,USD,2014-09-02,15000.00,2014-08-03 19:15:26,340.00,failed,10,US,340.00,340.00,15000.00 +1200473039,Dead Man's Draw - A Card Game of Risk and Reward,Tabletop Games,Games,USD,2013-11-09,16500.00,2013-10-10 18:58:56,13348.00,failed,431,US,13348.00,13348.00,16500.00 +1200479635,AllyWar - Alliance Strategy Game,Games,Games,EUR,2015-12-25,2500.00,2015-11-25 19:26:52,0.00,failed,0,FR,0.00,0.00,2721.74 +1200479909,Tourmaline,Fiction,Publishing,USD,2014-02-19,1230.00,2014-01-29 15:15:42,2050.00,successful,30,US,2050.00,2050.00,1230.00 +1200481639,Take Root at The Red Bull House of Art,Performances,Dance,USD,2016-01-05,2500.00,2015-12-06 01:03:41,3512.00,successful,32,US,3512.00,3512.00,2500.00 +"12004908,""The Duality of Enlightenment, By Buddha, and Papa Don"",Art,Art,USD,2013-12-27,40970.00,2013-11-22 06:05:12,30.00,failed,2,US,30.00,30.00,40970.00" +1200491405,The Awesome Dice Project,Tabletop Games,Games,USD,2015-07-23,3000.00,2015-06-23 20:51:47,4822.00,successful,146,US,4822.00,4822.00,3000.00 +"1200499016,""""""Defend the People"""" - New Music from Alex Cook!"",Music,Music,USD,2011-07-16,6500.00,2011-06-01 17:26:38,6688.00,successful,71,US,6688.00,6688.00,6500.00" +1200502742,IMPACT book - It's Time to Tell People They Matter,Publishing,Publishing,USD,2017-10-01,15000.00,2017-09-01 15:43:20,3116.00,failed,39,US,0.00,3116.00,15000.00 +1200503350,Deceiving Eve's album fundraiser,Metal,Music,USD,2017-06-01,6000.00,2017-05-02 17:38:32,0.00,failed,0,US,0.00,0.00,6000.00 +1200507813,Norrsken by Alf Watch Company,Product Design,Design,SEK,2017-10-27,600000.00,2017-09-27 17:58:55,92482.00,failed,35,SE,6363.08,11020.13,71495.81 +1200512037,Ada,Experimental,Theater,GBP,2017-06-18,5000.00,2017-05-19 02:15:19,5450.00,successful,104,GB,12.97,6934.99,6362.38 +1200515870,My New Letterpress Division,Graphic Design,Design,USD,2016-02-02,4000.00,2016-01-16 00:01:50,25.00,failed,1,US,25.00,25.00,4000.00 +1200517037,The AquaTree | The Most Advanced In-Home Aquaponics System,Food,Food,USD,2016-12-09,30000.00,2016-10-27 16:58:31,20141.00,canceled,91,US,5545.00,20141.00,30000.00 +1200523437,A photographic exploration in Costa Rica,Photography,Photography,USD,2013-11-13,4000.00,2013-10-14 23:07:21,0.00,failed,0,US,0.00,0.00,4000.00 +1200526626,Tales of Aradia the Last Witch book series,Publishing,Publishing,USD,2012-04-30,500.00,2012-03-21 03:18:22,30.00,failed,2,US,30.00,30.00,500.00 +1200527064,Defender,Shorts,Film & Video,USD,2015-04-04,4500.00,2015-03-13 20:27:02,5130.00,successful,76,US,5130.00,5130.00,4500.00 +1200532068,Guazzabuglio. Storia di un uomo e della sua ombra.,Fiction,Publishing,EUR,2015-12-01,3500.00,2015-10-29 10:01:08,3669.00,successful,86,IT,4048.12,3999.96,3815.71 +1200533598,Monster Towel 2.0 The 100 SQ FT Micro Fiber Beach Towel!,Product Design,Design,USD,2015-06-12,4000.00,2015-05-13 06:13:50,6400.00,successful,128,US,6400.00,6400.00,4000.00 +1200534469,Vegan Cookies on the Move:Pipernilli Cookie Company in Store,Food,Food,USD,2013-10-07,2000.00,2013-09-12 04:24:22,1727.00,failed,19,US,1727.00,1727.00,2000.00 +"1200534677,""Acrylic Charms: Confection Creatures, Good Luck Daruma Doll"",Illustration,Art,USD,2015-09-28,80.00,2015-09-02 08:33:35,87.00,successful,6,US,87.00,87.00,80.00" +1200535218,Mickey The Mimic - Kirk Lake - Ltd edition novel,Fiction,Publishing,GBP,2014-04-17,500.00,2014-03-08 13:39:15,577.00,successful,18,GB,965.76,969.83,840.41 +"1200550030,""""""From The Needle To The Grave""""-The Play"",Plays,Theater,USD,2015-04-24,17000.00,2015-03-25 17:19:53,610.00,failed,7,US,610.00,610.00,17000.00" +120055191,Flight of the Armada - looking for some Earthian love!,Fiction,Publishing,USD,2012-10-07,5000.00,2012-09-07 17:56:21,1836.00,failed,23,US,1836.00,1836.00,5000.00 +1200551963,The Children of 1917 ~ Relaunched,Nonfiction,Publishing,USD,2017-03-19,26000.00,2017-02-17 18:44:01,31475.00,successful,283,US,9604.00,31475.00,26000.00 +"120056128,""Vegan Summer Sandals, designed to last for good."",Footwear,Fashion,GBP,2017-04-05,2500.00,2017-03-15 11:07:17,156.00,failed,9,GB,122.03,193.79,3105.55" +1200566423,The 2011 US Air Guitar Championships,Performance Art,Art,USD,2011-06-10,10000.00,2011-05-11 01:28:37,1045.00,failed,22,US,1045.00,1045.00,10000.00 +"1200566573,""Q - Inclusive, Human, Queer"",Apps,Technology,USD,2015-06-03,25000.00,2015-05-04 13:38:17,25566.00,successful,161,US,25566.00,25566.00,25000.00" +1200570696,Last of the APOLLO ASTRONAUTS,Documentary,Film & Video,USD,2011-08-02,25000.00,2011-06-16 13:00:19,1650.00,failed,11,US,1650.00,1650.00,25000.00 +1200570854,Quirky Cowfish plush toy,Art,Art,USD,2017-06-23,9300.00,2017-04-24 18:41:58,208.00,failed,11,US,36.00,208.00,9300.00 +1200572054,Are you..? Wearble + app (Canceled),Gadgets,Technology,EUR,2014-11-07,350000.00,2014-10-23 12:22:27,0.00,canceled,0,NL,0.00,0.00,433753.45 +1200574376,The PLOCKS! Project,Games,Games,USD,2012-02-29,11000.00,2012-01-27 04:56:05,452.00,failed,6,US,452.00,452.00,11000.00 +1200584325,VendorDine,Apps,Technology,USD,2017-08-19,5000.00,2017-07-20 23:42:05,260.00,failed,6,US,215.00,260.00,5000.00 +1200585705,Infinity Dance & Acro Company,Performances,Dance,USD,2017-07-14,10000.00,2017-06-14 02:45:15,147.00,canceled,3,US,147.00,147.00,10000.00 +1200589524,The Here & Now: Music DVD from INNOVATION concert,Documentary,Film & Video,USD,2012-08-30,7000.00,2012-07-31 22:18:50,0.00,failed,0,US,0.00,0.00,7000.00 +1200592668,Zutter Bind it all - for me (Canceled),Mixed Media,Art,USD,2014-08-15,100.00,2014-07-30 19:43:21,0.00,canceled,0,US,0.00,0.00,100.00 +1200600232,The Sarcasm Font,Apps,Technology,USD,2015-03-26,8000.00,2015-02-24 15:17:49,29.00,failed,5,US,29.00,29.00,8000.00 +1200601973,Never After: twisted fairytale anthology,Anthologies,Publishing,AUD,2014-11-23,9600.00,2014-10-24 02:02:11,3004.00,failed,41,AU,2639.53,2560.08,8181.35 +1200610948,Counter Magnets for the 21st Century,Tabletop Games,Games,USD,2015-09-30,3000.00,2015-08-31 06:08:47,10447.00,successful,83,US,10447.00,10447.00,3000.00 +120061168,The 2017 Top Secret Press Sketchbook #1,Comic Books,Comics,USD,2017-11-07,800.00,2017-10-13 23:00:39,420.00,canceled,16,US,295.00,420.00,800.00 +1200616945,Deviated Septum: An epic journey through South America,Documentary,Film & Video,USD,2013-04-12,15000.00,2013-02-26 03:33:09,481.00,failed,6,US,481.00,481.00,15000.00 +"1200619025,""The AbZolute, A Revolutionary Full Body Workout Device"",Product Design,Design,CAD,2015-06-23,60000.00,2015-05-06 15:24:44,2042.00,canceled,17,CA,1685.27,1651.44,48524.06" +"1200623177,""CHANGE CLOTHES: Making a Difference, One City at a Time"",Fashion,Fashion,USD,2016-03-12,11000.00,2016-02-11 18:17:41,2360.00,canceled,6,US,2360.00,2360.00,11000.00" +1200627195,Untitled Little,Shorts,Film & Video,USD,2012-06-29,14500.00,2012-05-31 07:20:25,14575.00,successful,20,US,14575.00,14575.00,14500.00 +1200633629,A Brief History of Musical Theatre...,Musical,Theater,GBP,2015-06-10,200.00,2015-05-20 11:58:22,130.00,failed,9,GB,203.35,201.33,309.73 +1200646451,Vess Ruhtenberg is releasing a solo record!,Rock,Music,USD,2017-10-29,5000.00,2017-09-29 21:54:59,5977.00,successful,85,US,3527.00,5977.00,5000.00 +1200654999,Choose to WRITE not SHOOT with the .50 caliber bullet pen,Design,Design,USD,2014-01-20,1500.00,2013-12-21 07:25:12,1667.00,successful,28,US,1667.00,1667.00,1500.00 +1200655066,Retrofit Comics 2016: 12 New Graphic Novels & Comics,Comics,Comics,USD,2016-04-09,35000.00,2016-03-09 17:21:33,40464.22,successful,736,US,40464.22,40464.22,35000.00 +1200657954,Graffiti is an art form and we want to share it,Conceptual Art,Art,USD,2011-12-15,4000.00,2011-12-02 18:02:24,1.00,failed,1,US,1.00,1.00,4000.00 +"1200661708,""""""Flow"""" is the name of my new musical project coming up 2017!"",Jazz,Music,USD,2016-07-20,3000.00,2016-05-22 18:48:35,0.00,failed,0,US,0.00,0.00,3000.00" +"1200680950,Lucy Fancypants Pigeon; a story for children of all ages,Children's Books,Publishing,USD,2017-06-12,4000.00,2017-05-08 04:29:41,4413.00,successful,72,US,235.00,4413.00,4000.00" +1200681205,Daddy Longlegs -- Stroller handle extensions,Hardware,Technology,USD,2016-06-19,12000.00,2016-05-20 21:30:34,4342.00,failed,81,US,4342.00,4342.00,12000.00 +1200683030,My Uncle Merlin: a Tale of Wizards in Space,Video Games,Games,USD,2017-12-15,22000.00,2017-11-15 17:50:16,4050.77,failed,158,US,1029.00,4050.77,22000.00 +1200683205,Winter’s Empty Mask ~ The Cold Forgiveness. – Visual Novel,Video Games,Games,MXN,2017-11-03,90000.00,2017-09-16 02:13:44,32810.00,failed,58,MX,2.48,1727.30,4738.09 +"1200696562,""Ethan Keller to release FIVE albums in 2016, with your help."",Music,Music,USD,2016-04-15,5000.00,2016-03-17 09:20:12,5221.56,undefined,0,""N,0"""""",,5221.56,5000.00" +120071634,TEST project (Canceled),Children's Books,Publishing,USD,2013-09-21,9500.00,2013-07-23 19:38:26,0.00,canceled,0,US,0.00,0.00,9500.00 +120071688,Jack and Pop-Pop's Spacetacular Journey: teaching 2DREAM BIG,Children's Books,Publishing,USD,2015-09-10,3000.00,2015-07-12 20:42:13,3050.00,successful,26,US,3050.00,3050.00,3000.00 +"1200721369,""""""Who Am I?"""" An aspirational children's book."",Children's Books,Publishing,USD,2013-07-27,1700.00,2013-06-27 16:09:20,1700.00,successful,16,US,1700.00,1700.00,1700.00" +1200722136,Gross Confection Bar,Restaurants,Food,USD,2017-10-17,35000.00,2017-09-17 06:01:50,35273.50,successful,296,US,4075.00,35273.50,35000.00 +1200722863,This Is A Stereotype: Initiating Dialogue,Documentary,Film & Video,USD,2014-04-27,10000.00,2014-03-18 19:58:31,10683.00,successful,193,US,10683.00,10683.00,10000.00 +1200726518,Game Point - A Quarterly Basketball Magazine,Periodicals,Publishing,USD,2016-06-25,50000.00,2016-05-23 12:47:40,35286.00,failed,470,US,35286.00,35286.00,50000.00 +1200731455,Nike Ajax Project -Full 35' & 1/2 17'- 2 stage Rocket,Flight,Technology,USD,2014-12-31,3900.00,2014-12-05 19:32:46,406.00,failed,15,US,406.00,406.00,3900.00 +1200734221,Ask A Ninja Presents - Ninja Day 2010 - Get Killed By The Ninja! ,Film & Video,Film & Video,USD,2010-11-20,6000.00,2010-10-21 19:31:44,6867.14,successful,216,US,6867.14,6867.14,6000.00 +1200741911,Sindicate Clothing - Underground Lifestyle Apparel,Fashion,Fashion,USD,2014-08-16,6000.00,2014-06-17 05:46:21,251.00,failed,4,US,251.00,251.00,6000.00 +1200743491,The Upper Room Film Project,Documentary,Film & Video,USD,2013-03-16,1300.00,2013-02-24 17:10:45,1400.00,successful,10,US,1400.00,1400.00,1300.00 +"1200747370,""Independently publishing the book """"The Price I Paid, Kabul."""""",Nonfiction,Publishing,USD,2016-04-16,30000.00,2016-02-16 15:57:24,0.00,failed,0,US,0.00,0.00,30000.00" +1200749242,Mobile Salad Food Truck,Food,Food,USD,2013-10-04,29700.00,2013-09-18 21:45:49,1436.00,failed,37,US,1436.00,1436.00,29700.00 +120076440,Stellar (Canceled),Video Games,Games,USD,2015-03-01,30000.00,2015-01-22 09:48:09,115.00,canceled,3,US,115.00,115.00,30000.00 +1200772078,Fiasco's First Studio Album - Making our dream come true.,Music,Music,USD,2016-12-06,7000.00,2016-11-06 22:25:52,615.00,failed,7,US,455.00,615.00,7000.00 +1200776886,Wiretap Headphone Microphone Splitter,Product Design,Design,USD,2011-11-21,2000.00,2011-10-22 17:53:54,3334.97,successful,198,US,3334.97,3334.97,2000.00 +"1200779699,""Let's Build PreFAB, San Diego's Home for Creatives & Makers!"",Makerspaces,Technology,USD,2014-01-24,15000.00,2013-12-25 21:59:25,15821.88,successful,135,US,15821.88,15821.88,15000.00" +"1200783059,""""""Rentmoney"""" Short film for Dreamers"",Drama,Film & Video,USD,2017-07-01,5000.00,2017-05-17 18:41:05,20.00,failed,2,US,0.00,20.00,5000.00" +1200784177,Indispensable Company,Shorts,Film & Video,USD,2012-08-18,4500.00,2012-07-24 06:28:57,0.00,failed,0,US,0.00,0.00,4500.00 +"1200786273,""Richard James & The Name Changers - Make Records, Head SXSW."",Rock,Music,USD,2012-03-16,10000.00,2012-01-16 21:20:50,10435.27,successful,133,US,10435.27,10435.27,10000.00" +1200790285,LIF3 Apparels - Live It Fully 3veryday (Canceled),Fashion,Fashion,CAD,2014-01-25,6000.00,2013-12-26 21:46:09,64.00,canceled,2,CA,60.24,57.17,5359.54 +1200813443,Retrash: Sustainable Upcycled Art & Design to Inspire You,Art Books,Publishing,USD,2014-05-31,8350.00,2014-04-21 21:17:14,15269.00,successful,209,US,15269.00,15269.00,8350.00 +1200817097,Getting Wood(type)!,Typography,Design,USD,2011-06-24,4000.00,2011-04-25 16:13:15,5587.40,successful,145,US,5587.40,5587.40,4000.00 +1200817739,Diary of a Misfit: The Roy Hudgins Documentary Project,Documentary,Film & Video,USD,2012-12-05,10000.00,2012-11-05 20:01:36,11035.50,successful,207,US,11035.50,11035.50,10000.00 +1200819269,Breaking News: Artist raises her weapons to save the world!,Art,Art,USD,2011-05-17,10958.00,2011-04-12 00:59:09,4777.00,failed,95,US,4777.00,4777.00,10958.00 +"1200821879,""""""A Moment in Time"""" & """"All My Favorites"""""",Classical Music,Music,USD,2014-02-07,70000.00,2013-12-09 23:51:32,0.00,failed,0,US,0.00,0.00,70000.00" +1200822274,Tauntlee Twins Adventures: Twin Troubles,Fiction,Publishing,USD,2016-11-26,600.00,2016-09-27 19:16:09,10.00,failed,1,US,0.00,10.00,600.00 +"1200823948,""""""January"""" a short film"",Shorts,Film & Video,USD,2012-01-24,350.00,2012-01-05 05:25:54,640.69,successful,21,US,640.69,640.69,350.00" +1200827443,Dad and I,Film & Video,Film & Video,USD,2011-08-02,5000.00,2011-05-05 20:15:31,0.00,failed,0,US,0.00,0.00,5000.00 +1200834237,Nazi Zombies TPB and Hardcover Editions (Canceled),Graphic Novels,Comics,USD,2015-08-17,6495.00,2015-07-16 04:49:49,2257.00,canceled,67,US,2257.00,2257.00,6495.00 +1200849757,Type Talking,Theater,Theater,USD,2011-08-17,7000.00,2011-06-18 02:16:01,7110.00,successful,60,US,7110.00,7110.00,7000.00 +1200852312,What Are You Watching Podcast Upgrade,Radio & Podcasts,Publishing,USD,2017-06-30,700.00,2017-05-31 01:58:13,80.00,failed,5,US,20.00,80.00,700.00 +1200854519,Cirrus,Science Fiction,Film & Video,CAD,2017-03-03,499500.00,2017-02-01 21:23:15,925.00,canceled,8,CA,492.57,690.09,372649.96 +1200857256,Abiturfinanzierung 2017: Beinahe geht's daneben!,Events,Food,EUR,2017-04-26,1000.00,2017-04-07 09:37:45,1.00,failed,1,DE,0.00,1.09,1093.00 +1200872331,A new standard of 3D surround sound listening,Sound,Technology,USD,2017-07-07,25000.00,2017-05-23 19:12:19,2977.00,failed,85,US,2080.00,2977.00,25000.00 +1200875449,Daria DiCieli - Dreams on Silk Scarf Collection,Accessories,Fashion,CAD,2015-12-03,30000.00,2015-11-03 03:43:10,11716.00,failed,19,CA,8956.81,8784.58,22493.81 +"1200879673,""SkullFist: a strange,dark comedy side-scroller (Canceled)"",Video Games,Games,USD,2015-02-11,99.00,2014-12-28 21:25:34,33.00,canceled,1,US,33.00,33.00,99.00" +1200897505,Silhouette studio,Painting,Art,USD,2017-04-23,2000.00,2017-03-24 15:56:28,58.00,failed,5,US,66.00,58.00,2000.00 +1200899760,I NEED TO POOP..... AGAIN!,Illustration,Art,GBP,2017-05-10,100.00,2017-04-10 19:59:20,305.00,successful,3,GB,0.00,392.16,128.58 +1200902532,13th Annual Carlsbad Music Festival,Music,Music,USD,2016-08-25,10000.00,2016-08-09 04:14:07,5367.00,failed,26,US,322.00,5367.00,10000.00 +1200906921,Beke and Zee - The Animated Series,Animation,Film & Video,GBP,2017-03-30,36000.00,2017-02-28 13:29:00,705.00,failed,25,GB,273.42,881.00,44987.07 +1200917762,Suthurn Troopz Empire,Hip-Hop,Music,USD,2015-04-28,20000.00,2015-02-27 02:46:14,75.00,failed,2,US,75.00,75.00,20000.00 +120091917,Johnathan Russell Apparel (Canceled),Apparel,Fashion,USD,2014-10-09,10000.00,2014-08-10 07:06:42,0.00,canceled,0,US,0.00,0.00,10000.00 +1200921482,CREDITORS - THE FILM (Canceled),Narrative Film,Film & Video,GBP,2013-11-17,200000.00,2013-10-12 08:07:20,20780.00,canceled,74,GB,33211.71,33665.45,324017.82 +1200930469,Ceeating & Eating Breakfast With My Feet,Experimental,Theater,GBP,2014-10-26,50.00,2014-09-28 14:32:11,1.00,failed,1,GB,1.62,1.60,79.85 +"1200933794,""Sell Your Work,"",Software,Technology,EUR,2016-01-15,25500.00,2015-12-18 22:07:39,0.00,failed,0,DE,0.00,0.00,27830.83" +"1200943161,""""""To the Memory of a Once Great Man"""" Pre-Sale"",Indie Rock,Music,USD,2011-12-01,1000.00,2011-10-28 03:20:51,1382.00,successful,67,US,1382.00,1382.00,1000.00" +1200946665,Dana Gary - Scholasticism,Indie Rock,Music,USD,2017-03-09,2000.00,2017-02-07 00:41:37,3028.00,successful,80,US,1312.00,3028.00,2000.00 +1200948090,The Alamo Underground,Public Art,Art,USD,2011-09-16,4000.00,2011-08-17 03:56:58,4030.00,successful,51,US,4030.00,4030.00,4000.00 +1200966229,The dawn of space fighting - Watch ALTERED GRAVITY fights,Film & Video,Film & Video,USD,2014-04-28,445000.00,2014-02-27 14:34:36,57.00,failed,4,US,57.00,57.00,445000.00 +1200966467,Mishy's Pink Carpet Gala Dress!,Couture,Fashion,USD,2014-09-01,500.00,2014-07-24 20:55:56,0.00,failed,0,US,0.00,0.00,500.00 +120096709,Dragon Run Vineyards: A sustainable family farm,Farms,Food,USD,2016-01-13,7500.00,2015-11-14 21:06:03,9028.00,successful,53,US,9028.00,9028.00,7500.00 +1200972558,Doonk.co.uk - Paying our user's to save money,Technology,Technology,GBP,2014-08-16,5000.00,2014-08-01 23:23:06,20.00,failed,1,GB,33.84,33.15,8288.71 +1200972934,Woman in the Dunes,Theater,Theater,GBP,2013-12-29,1000.00,2013-11-29 15:51:24,199.00,failed,8,GB,324.38,326.71,1641.77 +1200973125,Sarcasticards! (Canceled),Digital Art,Art,USD,2013-02-27,2000.00,2013-01-28 20:50:23,250.00,canceled,3,US,250.00,250.00,2000.00 +1200984415,Beads and Bones,Crafts,Crafts,USD,2015-03-19,500.00,2015-02-17 20:22:38,510.00,successful,13,US,510.00,510.00,500.00 +1200991610,Wood Manor Theatre,Theater,Theater,USD,2014-12-07,3500.00,2014-11-04 23:46:21,245.00,failed,5,US,245.00,245.00,3500.00 +1200992395,Let's stop next terrorist attack,Nonfiction,Publishing,USD,2014-11-01,50000.00,2014-09-03 02:25:27,0.00,failed,0,US,0.00,0.00,50000.00 +1200994013,Outback tracks,Nature,Photography,AUD,2016-04-26,25000.00,2016-02-26 23:42:49,51.00,failed,2,AU,36.57,38.90,19070.87 +1200994331,Mouse Adventure by Cartoon Miniatures,Tabletop Games,Games,EUR,2017-12-29,3000.00,2017-11-29 19:54:55,13540.00,successful,144,NL,1272.58,16238.52,3597.90 +"1200998144,""Beauties of Playa Del Carmen, Mexico (Canceled)"",Places,Photography,USD,2014-10-04,300.00,2014-09-09 16:16:52,0.00,canceled,0,US,0.00,0.00,300.00" +1201030046,The Skloady Project,Fashion,Fashion,USD,2013-05-23,1000.00,2013-04-23 23:39:05,0.00,failed,0,US,0.00,0.00,1000.00 +1201031455,GROSS Magazine,Periodicals,Publishing,USD,2016-08-06,15000.00,2016-06-22 20:52:31,15434.00,successful,164,US,3789.00,15434.00,15000.00 +1201034755,Chiffon & Lumo - Crystal Dock and MFi Smart LED Cable.,Gadgets,Technology,AUD,2014-07-01,2000.00,2014-06-11 16:13:46,10364.00,successful,250,AU,9696.57,9692.32,1870.38 +1201035357,CodingMadeEasy Tutorials,Webseries,Film & Video,CAD,2014-01-01,20000.00,2013-12-02 23:40:54,151.00,failed,7,CA,142.25,142.29,18846.59 +120103699,Neon Shakespeare: Sonnets For a New Millennium,Poetry,Publishing,USD,2012-05-16,1000.00,2012-04-16 21:34:46,1040.00,successful,34,US,1040.00,1040.00,1000.00 +1201043963,Underage,Drama,Film & Video,USD,2016-12-02,100000.00,2016-10-03 09:11:17,0.00,failed,0,US,0.00,0.00,100000.00 +1201046638,Ogden River Brewing Co.,Drinks,Food,USD,2017-11-13,25000.00,2017-10-14 04:40:55,31890.00,successful,275,US,2848.00,31890.00,25000.00 +"1201046798,""Aromatherapy play putty that’s fun, safe, and beneficial"",Crafts,Crafts,USD,2015-12-01,650.00,2015-10-07 00:05:34,1194.00,successful,53,US,1194.00,1194.00,650.00" +1201048207,Pasta Faster,Food,Food,NZD,2015-02-02,30000.00,2015-01-03 06:52:35,300.00,failed,1,NZ,232.67,222.78,22278.33 +1201057909,PELDA Pro - The First Nintendo Switch Battery Case with HDMI,Gadgets,Technology,USD,2017-09-21,10000.00,2017-08-22 17:00:45,52546.00,successful,622,US,14332.00,52546.00,10000.00 +"1201086768,""""""She-Devils PGH"""" Film -- Bicycle Gang + Aliens = Camp Heaven"",Shorts,Film & Video,USD,2013-08-31,12000.00,2013-08-01 18:16:18,643.00,failed,17,US,643.00,643.00,12000.00" +1201119713,Greatest Roads of Australia,Art,Art,AUD,2014-08-07,8000.00,2014-07-08 03:43:09,10.00,failed,1,AU,9.36,9.29,7428.04 +1201127358,What is your perspective?,Nonfiction,Publishing,USD,2014-05-04,20000.00,2014-04-04 17:10:58,25.00,failed,1,US,25.00,25.00,20000.00 +1201128019,THE AIRBRUSH COMMITTEE (Canceled),Art,Art,USD,2012-10-16,20000.00,2012-09-04 18:13:03,0.00,canceled,0,US,0.00,0.00,20000.00 +1201137779,Virtual Game Dev | A Simulation Game (Canceled),Video Games,Games,EUR,2015-09-12,300.00,2015-08-13 17:45:46,67.00,canceled,6,AT,74.04,76.51,342.57 +1201140760,Professor Pinch!,Webseries,Film & Video,USD,2012-06-29,1000.00,2012-05-30 21:39:18,0.00,failed,0,US,0.00,0.00,1000.00 +1201143004,Hawaii - A film by Marco Berger,Narrative Film,Film & Video,USD,2012-10-19,40000.00,2012-09-19 23:30:24,21526.00,failed,121,US,21526.00,21526.00,40000.00 +1201154407,Super Mega Bob,Video Games,Games,USD,2014-04-27,3000.00,2014-03-31 20:13:08,912.00,failed,44,US,912.00,912.00,3000.00 +1201159612,City on Mars: A Mars City Design Workshop,Space Exploration,Technology,USD,2016-07-12,30000.00,2016-06-02 21:18:15,30382.05,successful,123,US,3965.00,30382.05,30000.00 +1201168975,24/7 Skilled Worker Mobile Application,Apps,Technology,EUR,2017-10-14,250000.00,2017-09-14 21:10:37,0.00,failed,0,DE,0.00,0.00,295448.91 +1201177579,Shards Online,Video Games,Games,USD,2014-06-12,320000.00,2014-05-13 16:14:12,73401.14,failed,1055,US,73401.14,73401.14,320000.00 +120117845,GUNDOG: senior thesis film,Shorts,Film & Video,USD,2010-12-29,4000.00,2010-11-13 20:39:59,4005.00,successful,25,US,4005.00,4005.00,4000.00 +1201180843,Project Hermes - Launch Your Messages into Near Space,Space Exploration,Technology,GBP,2015-04-10,1500.00,2015-03-02 20:52:48,1500.00,successful,23,GB,2315.38,2188.69,2188.69 +1201186299,Happy Cone,Product Design,Design,CAD,2013-12-26,10000.00,2013-11-26 20:12:09,275.00,failed,6,CA,260.74,257.88,9377.34 +1201186569,GET OUR VEGGIE-FUELED TOUR BUS BACK ON THE ROAD!!!,Music,Music,USD,2010-03-04,5000.00,2010-01-22 17:13:38,615.00,failed,16,US,615.00,615.00,5000.00 +1201202976,European-Made Performance Fabric Shirts // Bespoke and RTW.,Fashion,Fashion,EUR,2017-01-31,10000.00,2016-12-24 13:20:04,802.00,failed,9,ES,176.58,861.43,10741.02 +1201203417,Dernière Vie Magazine | BLUR THE LINES x EMBRACE THE ART,Periodicals,Publishing,USD,2013-09-30,1500.00,2013-09-09 13:31:23,139.00,failed,10,US,139.00,139.00,1500.00 +1201206301,Pierre Boulez: Piano Recording by Marc Ponthus,Music,Music,USD,2012-07-24,10000.00,2012-07-07 00:00:24,10000.00,successful,37,US,10000.00,10000.00,10000.00 +120120650,LUNARSAIL: An Open-Source Cubesat & Solar Sail Lunar Orbiter,Technology,Technology,USD,2013-09-02,11000.00,2013-07-04 03:04:23,15817.00,successful,260,US,15817.00,15817.00,11000.00 +1201212054,HoloVit- Your Personal Holographic Screen,Technology,Technology,USD,2016-01-26,5000.00,2015-12-28 17:29:42,6825.00,successful,27,US,6825.00,6825.00,5000.00 +120121280,URBAN RIVALS - TIWI LD PLUSH PROJECT!,Product Design,Design,USD,2016-04-18,22000.00,2016-03-16 00:41:38,2128.00,failed,79,US,2128.00,2128.00,22000.00 +120121991,Akrepler Bar & Lounge Babenhausen (Hessen / Germany),Drinks,Food,EUR,2017-04-28,25000.00,2017-03-29 10:24:31,1.00,failed,1,DE,0.00,1.09,27325.09 +1201223972,Join the movement for broccolihead and carrottop!!,Children's Books,Publishing,USD,2013-12-12,10000.00,2013-11-12 23:12:19,120.00,failed,5,US,120.00,120.00,10000.00 +1201224715,Kaizen Planner: Make Tomorrow Your New Personal Best.,Product Design,Design,SGD,2017-11-02,7500.00,2017-10-03 15:21:49,26843.10,successful,806,SG,3153.61,19737.57,5514.71 +1201227611,Insight | Photographer's Marketplace,Apps,Technology,USD,2017-02-16,50000.00,2017-01-17 03:06:16,1.00,canceled,1,US,1.00,1.00,50000.00 +1201229041,Faraway Neighbor,Art,Art,USD,2011-07-23,2500.00,2011-06-20 18:59:21,3186.00,successful,47,US,3186.00,3186.00,2500.00 +1201232514,Rare Earth,Fiction,Publishing,USD,2014-12-26,12000.00,2014-11-19 16:59:02,13012.00,successful,150,US,13012.00,13012.00,12000.00 +1201238408, The Living Wetlands ,Film & Video,Film & Video,USD,2011-05-25,500.00,2011-02-23 12:19:50,45.00,failed,2,US,45.00,45.00,500.00 +1201246973,Bereaved- A Short Film,Shorts,Film & Video,USD,2014-07-06,200.00,2014-06-11 23:14:48,775.00,successful,15,US,775.00,775.00,200.00 +"1201252560,""""""Have you had your one good meal today"""""",Restaurants,Food,USD,2014-09-06,20000.00,2014-08-07 00:36:23,0.00,failed,0,US,0.00,0.00,20000.00" +1201252828,Kubb Passive Edition,Technology,Technology,EUR,2017-12-05,20000.00,2017-10-06 08:49:36,5959.00,failed,11,FR,124.60,6997.09,23484.10 +1201255546,Revolving Concept looks to Expand,Food,Food,USD,2014-02-05,2000.00,2014-01-21 23:54:59,1.00,failed,1,US,1.00,1.00,2000.00 +1201258323,American Buffalo Leather Collection,Product Design,Design,USD,2014-08-30,12000.00,2014-07-29 19:32:45,22814.00,successful,63,US,22814.00,22814.00,12000.00 +1201263180,THE ASHY MONSTER,Children's Books,Publishing,USD,2012-12-11,2000.00,2012-10-12 18:53:22,661.00,failed,14,US,661.00,661.00,2000.00 +1201264317,The Resistance - Plot Thickens,Tabletop Games,Games,USD,2016-06-01,1000.00,2016-05-26 01:02:50,8122.52,successful,614,US,8122.52,8122.52,1000.00 +"1201273830,""See me, feel me: Stories of people in Hanoi"",Publishing,Publishing,AUD,2015-01-16,5995.00,2014-12-17 20:51:49,50.00,failed,1,AU,41.15,41.05,4922.41" +1201273869,We are remastering this CD plus creating a 'Back Tracks CD',Indie Rock,Music,USD,2013-02-01,50000.00,2013-01-03 04:17:20,25.00,canceled,1,US,25.00,25.00,50000.00 +120128184,The Cool Waters Band's 8th Studio Album,Rock,Music,USD,2014-11-23,6000.00,2014-09-26 02:37:12,2461.00,failed,43,US,2461.00,2461.00,6000.00 +1201305874,Light Painted Landscapes of the U.S.A.,Photography,Photography,USD,2011-07-22,4700.00,2011-06-22 15:47:24,35.00,failed,2,US,35.00,35.00,4700.00 +1201308632,Vincent Bernardy / St. Vincent Folk - The Next Album,Music,Music,USD,2014-07-26,6000.00,2014-06-26 18:56:29,726.00,failed,13,US,726.00,726.00,6000.00 +1201309979,Story Forge - Brainstorming Cards for Storytellers,Nonfiction,Publishing,USD,2012-03-20,12000.00,2012-01-20 21:01:10,21736.66,successful,561,US,21736.66,21736.66,12000.00 +1201321778,Pirate Brewing Company,Food,Food,USD,2012-08-25,150000.00,2012-07-26 00:43:25,527.00,failed,4,US,527.00,527.00,150000.00 +1201322661,Shambolic Apocalypse,Metal,Music,GBP,2015-09-01,1100.00,2015-08-02 17:08:47,1.00,failed,1,GB,1.56,1.52,1674.89 +1201322804,Impudent Mortal's 28mm & 15mm Industrial Tabletop Terrain,Tabletop Games,Games,USD,2014-05-29,3500.00,2014-04-29 01:01:04,11967.00,successful,103,US,11967.00,11967.00,3500.00 +1201324743,Lucky Finger - Aid for disable & able gaming pokies players.,Gadgets,Technology,AUD,2015-09-24,270000.00,2015-07-28 06:26:30,0.00,failed,0,AU,0.00,0.00,189420.51 +1201327420,Puddles or Lunch?,Children's Books,Publishing,CAD,2014-07-01,6500.00,2014-05-20 19:54:14,6531.00,successful,60,CA,6012.70,6141.04,6111.89 +"1201327818,The Glimmer Demos,Music,Music,USD,2016-02-21,2750.00,2016-01-26 21:29:26,0.00,undefined,0,""N,0"""""",,0.00,2750.00" +1201337640,B@1 Records,Music,Music,USD,2012-04-21,5000.00,2012-03-22 21:21:44,0.00,failed,0,US,0.00,0.00,5000.00 +120134189,Section-33,Events,Food,GBP,2014-09-24,2000.00,2014-08-25 18:31:19,0.00,failed,0,GB,0.00,0.00,3261.68 +1201342628,A New Testament Gospera,Family,Film & Video,USD,2016-05-09,10000.00,2016-04-09 20:08:05,12.00,failed,3,US,12.00,12.00,10000.00 +"1201344978,""Deal Acceleration Exciting Online Show """"Pitch Em"""""",Webseries,Film & Video,USD,2014-11-11,1000000.00,2014-10-14 22:42:55,0.00,failed,0,US,0.00,0.00,1000000.00" +1201348788,Pinch Me!,Mobile Games,Games,USD,2014-11-02,125000.00,2014-09-03 02:58:39,0.00,failed,0,US,0.00,0.00,125000.00 +1201360661,Telegrams from Mark Twain (Canceled),World Music,Music,USD,2011-06-11,13000.00,2011-03-12 09:50:13,0.00,canceled,0,US,0.00,0.00,13000.00 +1201362599,Bzzar - 'Your style - fair and affordable',Web,Technology,GBP,2017-12-12,20000.00,2017-11-07 18:17:38,750.00,canceled,1,GB,0.00,1003.30,26754.78 +1201365408,Mountains Beyond The Clouds,Fine Art,Photography,GBP,2016-06-18,25000.00,2016-05-19 15:13:50,25846.00,successful,56,GB,37275.54,35419.55,34260.19 +1201374810,GULLY CLOTHING [Lifestyle Brand],Apparel,Fashion,GBP,2014-10-29,12000.00,2014-09-29 07:09:48,0.00,failed,0,GB,0.00,0.00,19163.21 +1201381596,Undead Darlings ~no cure for love~,Video Games,Games,USD,2015-07-29,50000.00,2015-06-29 18:52:45,19412.18,failed,452,US,19412.18,19412.18,50000.00 +1201382493,Low Carb Delights,Restaurants,Food,USD,2018-01-19,55000.00,2017-12-05 03:44:10,108.00,live,1,US,0.00,108.00,55000.00 +"1201395630,""Gerygone & Twig Presents """"The Slee-py"""""",Music,Music,USD,2013-02-07,900.00,2013-01-08 01:35:06,1831.23,successful,48,US,1831.23,1831.23,900.00" +1201395817,ChemoHead,Drama,Film & Video,USD,2015-02-23,55000.00,2015-01-24 07:36:31,5189.00,failed,10,US,5189.00,5189.00,55000.00 +120139971,No Longer Living In Fear - Breaking Free From The Abuse,Nonfiction,Publishing,CAD,2014-04-30,50000.00,2014-03-31 22:00:42,0.00,failed,0,CA,0.00,0.00,45599.64 +1201400408,Black Hills Canned Chili,Small Batch,Food,USD,2014-11-27,2500.00,2014-10-22 20:21:13,41.00,failed,3,US,41.00,41.00,2500.00 +1201405093,MY HORSE • MY WINGMAN,Television,Film & Video,USD,2015-05-30,65000.00,2015-04-25 19:08:57,3194.00,failed,14,US,3194.00,3194.00,65000.00 +1201423618,The Millennial Academy,Web,Journalism,USD,2016-07-14,50000.00,2016-06-09 06:09:23,90.00,failed,5,US,80.00,90.00,50000.00 +"1201424426,""The Rugby Report, Volume I"",Publishing,Publishing,USD,2014-07-01,40000.00,2014-05-31 07:17:59,115.00,failed,4,US,115.00,115.00,40000.00" +120142513,today i... // mini journal,Graphic Design,Design,USD,2015-02-13,1000.00,2015-01-29 23:10:13,1679.00,successful,76,US,1679.00,1679.00,1000.00 +1201437515,Siege of Verdan,Tabletop Games,Games,USD,2016-03-17,18100.00,2016-02-16 14:58:10,19637.00,successful,315,US,19637.00,19637.00,18100.00 +1201440656,Make it Stop,Indie Rock,Music,USD,2012-06-03,2000.00,2012-04-04 03:12:59,2100.00,successful,48,US,2100.00,2100.00,2000.00 +1201450945,Creating jewelry and items of beauty from armor components,Fashion,Fashion,USD,2014-02-14,100.00,2014-01-15 03:15:21,110.00,successful,2,US,110.00,110.00,100.00 +1201451098,The Caregiving Husband,Nonfiction,Publishing,USD,2017-05-20,2500.00,2017-04-20 10:30:03,2680.00,successful,29,US,85.00,2680.00,2500.00 +1201456178,Ancient Playing Card (Canceled),Playing Cards,Games,USD,2014-09-27,3000.00,2014-08-18 21:11:20,704.00,canceled,35,US,704.00,704.00,3000.00 +120146273,Resource & Character Meeple Upgrade Kits for Popular Games!,Tabletop Games,Games,USD,2015-03-14,24000.00,2015-02-12 17:36:16,91883.00,successful,1090,US,91883.00,91883.00,24000.00 +1201465537,Adventures of the Great Pink Polar Bear,Children's Books,Publishing,USD,2014-08-24,7500.00,2014-07-25 05:03:38,585.00,failed,12,US,585.00,585.00,7500.00 +1201466070,Roots Leather Company,Fashion,Fashion,USD,2016-05-20,6000.00,2016-04-20 18:32:41,1933.00,failed,21,US,1933.00,1933.00,6000.00 +1201466708,Circle of Death | The Party Game,Tabletop Games,Games,USD,2015-10-09,10000.00,2015-09-09 01:00:49,1352.00,failed,22,US,1352.00,1352.00,10000.00 +1201477227,The Strive - Playing Cornerstone 2011!,Rock,Music,USD,2011-04-25,700.00,2011-03-25 16:57:28,25.00,failed,1,US,25.00,25.00,700.00 +1201484918,The Nerd Rage! Podcast,Audio,Journalism,USD,2016-05-16,500.00,2016-04-16 23:47:22,3.00,failed,3,US,3.00,3.00,500.00 +120149000,Viceroys Playing Cards,Playing Cards,Games,GBP,2017-03-03,1400.00,2017-02-01 11:20:26,2386.00,successful,121,GB,1107.18,2919.12,1712.81 +1201491243,The Grilled Cheese Bus - Houston,Food,Food,USD,2011-08-02,15000.00,2011-06-27 17:47:14,310.00,failed,7,US,310.00,310.00,15000.00 +1201492386,GETTIN READY FOR AFROPUNK FEST,Painting,Art,USD,2016-08-28,1000.00,2016-07-12 20:57:03,1501.00,successful,25,US,656.00,1501.00,1000.00 +1201494157,Riblet's Dribblets (bibs for kids) (Canceled),DIY,Crafts,USD,2015-08-24,1500.00,2015-07-10 19:57:24,65.00,canceled,3,US,65.00,65.00,1500.00 +1201504963,Jahamota - Luxury Bracelets - Made in Austria,Jewelry,Fashion,EUR,2016-09-21,12000.00,2016-09-01 16:27:43,0.00,canceled,0,AT,0.00,0.00,13456.84 +120151477,Heart of the State Original Painting Series,Painting,Art,USD,2013-06-26,360.00,2013-06-04 21:52:48,360.00,successful,4,US,360.00,360.00,360.00 +1201516747,Positive Affirmations With Personalized Magic Sigils,Product Design,Design,GBP,2016-03-17,100.00,2016-02-15 12:47:26,468.00,successful,16,GB,678.79,678.00,144.87 +1201524219,Spitzer Space Telescope: Video Album,Country & Folk,Music,USD,2012-03-27,3500.00,2012-01-27 18:27:05,3824.66,successful,88,US,3824.66,3824.66,3500.00 +1201525204,The Bazillions Rockin' Video Collection,Animation,Film & Video,USD,2013-09-28,10000.00,2013-08-19 07:03:55,11458.00,successful,203,US,11458.00,11458.00,10000.00 +"1201526386,""""""Sing Before the Dawn"""" -- an illustrated epic for our times"",Art Books,Publishing,USD,2011-02-19,8111.11,2011-01-20 17:16:16,120.00,failed,3,US,120.00,120.00,8111.11" +1201534326,Static Prevails Us Album Indie Rock,Indie Rock,Music,USD,2015-05-16,2000.00,2015-04-16 10:36:28,0.00,failed,0,US,0.00,0.00,2000.00 +1201537368,Primal Kitchen- Paleo and Gluten Free inspired kitchen.,Restaurants,Food,USD,2015-02-09,10000.00,2015-01-13 02:16:42,2947.00,failed,40,US,2947.00,2947.00,10000.00 +1201539742,Chasing the Goal,Documentary,Film & Video,USD,2012-03-18,4000.00,2012-02-17 22:35:52,750.00,failed,29,US,750.00,750.00,4000.00 +1201540377,Waffle time! Perfect waffles every time!,Apps,Technology,NOK,2016-05-22,10000.00,2016-03-23 17:28:41,210.00,failed,3,NO,24.97,25.27,1203.20 +1201543862,Ghost Town,Narrative Film,Film & Video,USD,2014-02-13,50000.00,2014-01-14 01:37:28,126.00,failed,5,US,126.00,126.00,50000.00 +1201547014,Flipside Pillow! Whimsical pillowcases for kids and adults!,Product Design,Design,USD,2016-08-13,15000.00,2016-07-05 13:29:01,17029.00,successful,72,US,1636.00,17029.00,15000.00 +1201551863,The Baby Food Dude • MoviesForNothing.com,Experimental,Film & Video,USD,2017-05-13,375.00,2017-04-03 00:33:43,4040.00,successful,25,US,0.00,4040.00,375.00 +1201559128,My Life in Dance,Dance,Dance,CAD,2016-10-16,25000.00,2016-08-17 17:18:49,80.00,failed,4,CA,0.00,60.47,18897.88 +"1201561272,""Painting Residency in Port-Vendres, France"",Painting,Art,USD,2012-04-20,850.00,2012-04-02 20:29:50,1723.00,successful,25,US,1723.00,1723.00,850.00" +1201563656,Gig Quest For My Uncle's Friends,Music,Music,USD,2014-08-31,18000.00,2014-08-04 18:49:43,10.00,failed,1,US,10.00,10.00,18000.00 +1201582779,Mae and Leo's Extraordinary Adventure,Video Games,Games,USD,2017-07-01,10000.00,2017-05-28 18:04:19,3760.00,canceled,13,US,100.00,3760.00,10000.00 +1201593231,12 months of memories,Graphic Design,Design,USD,2016-01-03,3500.00,2015-12-04 13:30:58,0.00,failed,0,US,0.00,0.00,3500.00 +1201595859,Small Potatoes Indie Indy Foodie Tours,Events,Food,USD,2015-04-23,10000.00,2015-03-24 19:11:13,615.00,failed,7,US,615.00,615.00,10000.00 +"1201617163,""Nuhni - The Only 100% Organic, Hemp Fur, Blanket. Anywhere."",Product Design,Design,USD,2015-10-01,27500.00,2015-08-31 08:48:29,974.00,failed,13,US,974.00,974.00,27500.00" +1201623009,M. Buggz Clothing Company,Apparel,Fashion,USD,2015-10-05,1000.00,2015-09-10 03:53:50,170.00,failed,4,US,170.00,170.00,1000.00 +1201623561,TSA: The Movie - A Comedic Short Film ,Shorts,Film & Video,USD,2011-05-14,8500.00,2011-04-14 01:39:06,2525.00,failed,42,US,2525.00,2525.00,8500.00 +1201623573,Companion Croquis,Illustration,Art,USD,2014-09-09,5200.00,2014-08-10 04:49:40,8130.37,successful,231,US,8130.37,8130.37,5200.00 +1201623618,Wonderland Card Deck,Playing Cards,Games,USD,2016-10-25,4500.00,2016-09-25 01:09:35,766.00,failed,21,US,155.00,766.00,4500.00 +1201628946,Joshua's Truth Digital Magazine,Periodicals,Publishing,USD,2017-12-26,3500.00,2017-11-21 17:00:02,170.00,failed,5,US,170.00,170.00,3500.00 +1201634920,WORK MUSIC: 8090's New Album for the People who Work!,Music,Music,USD,2013-02-05,1147.00,2013-01-09 19:37:08,1782.53,successful,65,US,1782.53,1782.53,1147.00 +1201636759,Dee Dozier EP,Indie Rock,Music,USD,2012-10-06,12500.00,2012-09-01 21:39:52,1532.00,failed,17,US,1532.00,1532.00,12500.00 +1201637923,Hogengård of Sweden Comfort Bra collection,Apparel,Fashion,SEK,2016-12-21,200000.00,2016-11-21 21:20:22,37662.00,failed,47,SE,425.78,4078.53,21658.62 +120163881,Commission Monstews - Series Two,Digital Art,Art,NZD,2017-12-07,30.00,2017-11-21 21:47:55,30.00,successful,1,NZ,0.00,20.53,20.53 +"120163898,""Dizmio Wallet: A Slim, Small, Minimal - RFID Blocking Wallet"",Product Design,Design,USD,2013-03-07,15000.00,2013-01-26 06:57:34,5571.00,failed,184,US,5571.00,5571.00,15000.00" +1201642118,EVShield - an Arduino Sheild for EV3 Motors and Sensors,Robots,Technology,USD,2015-03-03,1600.00,2015-01-26 12:00:11,13046.00,successful,167,US,13046.00,13046.00,1600.00 +"1201659674,""An Organic and Local Chai for Austin, Texas"",Drinks,Food,USD,2015-02-08,10000.00,2015-01-09 23:14:02,2250.00,failed,18,US,2250.00,2250.00,10000.00" +"1201664843,""Pirates, Zombies, Boxers and more"",Crafts,Crafts,USD,2014-11-13,150.00,2014-10-14 04:37:16,296.00,successful,14,US,296.00,296.00,150.00" +1201666116,Click! - Your Mix & Match Bilingual Book,Children's Books,Publishing,GBP,2016-10-26,11000.00,2016-09-26 08:31:07,2039.00,failed,80,GB,643.12,2477.04,13363.14 +1201673030,Geode from iCache!,Product Design,Design,USD,2012-04-22,50000.00,2012-03-08 01:58:05,352918.28,successful,1784,US,352918.28,352918.28,50000.00 +1201673106,STORY,Product Design,Design,GBP,2015-03-21,7000.00,2015-02-26 13:20:15,8026.00,successful,247,GB,12420.42,11939.01,10412.79 +1201674898,1.33x Anamorphic Adapter Lens for iPhone 5/5S,Product Design,Design,USD,2013-12-21,30000.00,2013-11-21 18:10:26,57734.00,successful,518,US,57734.00,57734.00,30000.00 +"1201694308,""GlutenFree U®–more than a cookbook, more than a how-to book!"",Food,Food,USD,2013-08-03,7263.00,2013-07-12 15:35:57,7604.00,successful,100,US,7604.00,7604.00,7263.00" +"1201698340,""""""Horizons of Hope"""" Domestic Violence Showcase"",Theater,Theater,USD,2011-09-28,1500.00,2011-07-30 02:35:02,55.00,failed,2,US,55.00,55.00,1500.00" +120170147,One Way Ride Band LP,Music,Music,USD,2015-01-16,600.00,2014-12-18 03:29:34,1261.00,successful,31,US,1261.00,1261.00,600.00 +1201702657,The Original Hurling Earl™ Drinking Pitcher Mug,Product Design,Design,USD,2015-03-21,25140.00,2015-02-19 03:14:19,133.00,failed,9,US,133.00,133.00,25140.00 +1201709929,48 Hour YouNow Paintathon: a visual essay on modern design,Painting,Art,CAD,2016-02-07,7200.00,2016-01-16 22:34:39,126.00,failed,5,CA,87.64,90.50,5171.30 +1201730848,Officially Licensed VW USB Pen Drives & Vintage Notebooks,Product Design,Design,GBP,2015-12-24,15500.00,2015-11-23 17:11:37,9555.00,failed,169,GB,14515.36,14246.52,23110.53 +1201736588,presence: reality within your reach- a 360/VR social network,Apps,Technology,USD,2016-10-15,10000.00,2016-09-15 04:28:26,1.00,failed,1,US,0.00,1.00,10000.00 +1201743752,TCU License to Trill - Sing! Texas Video Production and EP,Pop,Music,USD,2017-12-17,4000.00,2017-11-22 16:42:56,4150.00,successful,55,US,915.00,4150.00,4000.00 +1201745682,Zed or Alive: The Zombie Miniatures Game,Tabletop Games,Games,USD,2014-04-14,3000.00,2014-03-15 08:01:44,10345.00,successful,312,US,10345.00,10345.00,3000.00 +1201750861,Street Crime MMORPG v5 & Mobile iOS / Android App,Mobile Games,Games,GBP,2015-04-08,25000.00,2015-03-09 12:27:54,5.00,failed,1,GB,7.52,7.30,36478.24 +1201756645,FIRST ALBUM,Music,Music,USD,2013-02-26,10000.00,2012-12-28 00:22:00,50.00,failed,1,US,50.00,50.00,10000.00 +1201757011,epick. - the epic electronic guitar pick. (Suspended),Gadgets,Technology,USD,2015-02-22,75000.00,2015-01-23 07:57:49,0.00,suspended,0,US,0.00,0.00,75000.00 +1201757116,Livemoto.tv,Documentary,Film & Video,USD,2013-12-18,30000.00,2013-11-18 19:59:46,1.00,failed,1,US,1.00,1.00,30000.00 +"1201768885,""Arts, Convention & Entertainment Centre - Sunshine Coast"",Performance Art,Art,AUD,2014-12-15,45000.00,2014-10-29 09:35:45,0.00,failed,0,AU,0.00,0.00,36806.81" +1201776541,High Strength Titanium Locking D Shackle,Product Design,Design,USD,2013-09-01,10000.00,2013-08-02 20:51:56,18016.00,successful,269,US,18016.00,18016.00,10000.00 +1201782921,The Giovanni Project,Music,Music,USD,2011-04-06,2000.00,2011-02-28 07:48:20,2560.00,successful,69,US,2560.00,2560.00,2000.00 +1201790240,Support the US Tour of the documentary Israel vs Israel,Documentary,Film & Video,USD,2012-01-10,4000.00,2011-11-26 19:38:00,4000.00,successful,24,US,4000.00,4000.00,4000.00 +1201795321,BEAU for men... America's first makeup designed for gay men.,Fashion,Fashion,USD,2016-03-06,25000.00,2016-02-05 19:32:11,338.00,failed,6,US,338.00,338.00,25000.00 +1201795926,3D Printed Geometrical Earplugs / Flesh Tunnels & Rings,Jewelry,Fashion,GBP,2015-12-09,1000.00,2015-11-09 12:17:42,46.00,failed,1,GB,69.23,69.73,1515.77 +1201796236,Paction,Video Games,Games,EUR,2015-07-05,800.00,2015-06-05 02:04:59,128.00,failed,13,ES,142.86,143.17,894.80 +1201797983,Re-Fuel Packs by Activate Nutrition,Food,Food,NZD,2014-04-07,24750.00,2014-03-08 00:54:51,6715.00,failed,37,NZ,5657.54,5820.91,21454.58 +1201802304,The AmazEing Cube,Puzzles,Games,GBP,2015-09-12,55000.00,2015-08-11 14:06:19,103.00,failed,7,GB,159.51,161.16,86057.17 +1201810546,Hollywood Horror Museum,Horror,Film & Video,USD,2015-10-13,21600.00,2015-09-14 02:56:33,22901.66,successful,300,US,22901.66,22901.66,21600.00 +1201810701,B Wallet -The Stylish Minimalist Wallet (Canceled),Fashion,Fashion,USD,2013-03-27,10000.00,2013-02-25 02:43:18,366.00,canceled,16,US,366.00,366.00,10000.00 +"1201811868,""ReVeN -Wii U, PC, Mac, Linux, Ouya"",Video Games,Games,USD,2014-02-23,18000.00,2014-01-24 03:06:06,33008.00,successful,1452,US,33008.00,33008.00,18000.00" +1201831198,GetReal Food Company SoCal Launch,Food,Food,USD,2012-05-05,35000.00,2012-03-06 22:18:48,753.00,failed,12,US,753.00,753.00,35000.00 +12018342,Brock Simulator,Video Games,Games,USD,2014-09-26,5000.00,2014-08-27 14:17:33,51.00,failed,4,US,51.00,51.00,5000.00 +1201835646,Major Depressive Disorder (My personal journey),Nonfiction,Publishing,USD,2015-03-12,3500.00,2015-02-10 22:40:28,495.00,failed,7,US,495.00,495.00,3500.00 +1201847002,Smarta Recept,Web,Technology,SEK,2015-02-12,10000.00,2015-01-13 14:11:07,210.00,failed,3,SE,26.11,24.93,1186.92 +1201857545,JobTerrain.com - Hire and Work on Online! Patent Pending!,Web,Technology,USD,2014-08-31,9999.00,2014-08-01 01:15:37,25.00,failed,1,US,25.00,25.00,9999.00 +120186548,Coloring book: Challenging Gender Stereotypes,Art Books,Publishing,DKK,2015-11-25,90000.00,2015-10-26 15:19:13,17780.00,failed,26,DK,2626.25,2521.45,12763.24 +12018677,Self-Made,Documentary,Film & Video,USD,2015-01-08,5000.00,2014-12-12 18:16:19,951.00,failed,20,US,951.00,951.00,5000.00 +1201877330,The Orgonite Pyramid 5 Stories tall !!!,Architecture,Design,USD,2014-08-26,577000.00,2014-07-29 14:43:44,25.00,failed,1,US,25.00,25.00,577000.00 +1201878612,TV TOES - Gijs van den Berg - Make / 100,Photobooks,Photography,EUR,2017-02-17,400.00,2017-01-27 18:38:48,417.00,successful,13,NL,115.10,444.10,426.00 +1201881507,Bring life to Morelia,Animation,Film & Video,USD,2014-09-01,10000.00,2014-08-02 00:26:55,110.00,failed,2,US,110.00,110.00,10000.00 +1201881778,Crystal City,Crafts,Crafts,USD,2017-04-05,10000.00,2017-03-06 17:21:30,314.00,failed,10,US,0.00,314.00,10000.00 +1201885552,Love Arcadia - A Feature Film,Narrative Film,Film & Video,USD,2014-01-02,40000.00,2013-12-09 22:47:23,41378.50,successful,253,US,41378.50,41378.50,40000.00 +1201887678,Dark Zoey,Comics,Comics,USD,2012-10-02,1500.00,2012-09-02 02:50:22,9404.40,successful,652,US,9404.40,9404.40,1500.00 +1201894957,Prototype Boards (Arduino-Compatible),Technology,Technology,USD,2012-12-02,5000.00,2012-10-30 05:09:22,832.00,failed,20,US,832.00,832.00,5000.00 +1201898953,Rescue Cats Comic #1: Sketch Cover Special (Your Cat),Comics,Comics,USD,2017-01-23,150.00,2017-01-16 18:01:24,212.00,successful,16,US,81.00,212.00,150.00 +1201903464,THE GARDEN OF CAPTAIN SAM JORDAN,Nonfiction,Publishing,USD,2015-10-24,100000.00,2015-09-24 17:45:53,0.00,failed,0,US,0.00,0.00,100000.00 +1201905009,Ice Hockey Miniatures Set,Tabletop Games,Games,USD,2012-09-22,500.00,2012-08-21 00:38:32,3529.00,successful,76,US,3529.00,3529.00,500.00 +1201910570,Fishing Sports Collectible Limited Watch by Tony Ludovico,Jewelry,Fashion,USD,2016-05-06,37500.00,2016-03-07 17:58:33,159.00,failed,11,US,159.00,159.00,37500.00 +1201917269,Gryll Bar: Cricket Protein Bar,Food,Food,GBP,2015-03-31,22750.00,2015-03-06 22:01:48,157.00,failed,5,GB,239.51,232.41,33677.26 +1201919961,Dune 2: New Vehicles & Houses!,Video Games,Games,AUD,2017-09-10,3500.00,2017-08-11 10:33:05,101.00,failed,5,AU,39.38,81.03,2808.09 +1201920256,Beastium Intra,Immersive,Theater,GBP,2016-03-04,100.00,2016-01-04 01:28:50,151.00,successful,6,GB,222.88,213.78,141.58 +1201941496,Molly Fitzpatrick Martin Finally Makes A Record,Country & Folk,Music,USD,2012-09-13,4000.00,2012-08-14 20:00:09,8585.00,successful,151,US,8585.00,8585.00,4000.00 +1201944982,Be a Home Gourmet-Your place for all your culinary needs!,Restaurants,Food,USD,2016-01-21,35000.00,2015-12-22 20:38:13,0.00,failed,0,US,0.00,0.00,35000.00 +1201949827,Bad Neighborhood Jigsaw Puzzle,Design,Design,USD,2015-10-10,10000.00,2015-09-15 00:05:55,29248.12,successful,843,US,29248.12,29248.12,10000.00 +"1201950576,""Yeah Maybe, No"",Documentary,Film & Video,USD,2014-04-11,10000.00,2014-03-12 02:17:47,10864.04,successful,205,US,10864.04,10864.04,10000.00" +1201952598,Kleo's Doughnuts,Vegan,Food,USD,2014-07-21,3300.00,2014-06-21 09:22:51,3579.00,successful,76,US,3579.00,3579.00,3300.00 +1201955284,Bring Amazing 8-Bit Artists to Datapop 2010,Pop,Music,USD,2010-03-02,3000.00,2010-02-09 00:39:54,3517.01,successful,90,US,3517.01,3517.01,3000.00 +1201956842,In Between the Raindrops - A Jazz Documentary,Documentary,Film & Video,USD,2011-07-07,5000.00,2011-05-08 02:30:00,2908.00,failed,73,US,2908.00,2908.00,5000.00 +1201962888,Little Ginger Cupcakes,Food,Food,USD,2014-07-10,30000.00,2014-06-10 20:36:39,110.00,failed,5,US,110.00,110.00,30000.00 +1201967175,JewelsByBella,Accessories,Fashion,USD,2015-11-21,2800.00,2015-09-24 00:28:09,0.00,failed,0,US,0.00,0.00,2800.00 +1201972143,XTRONAUT™: The Game of Solar System Exploration,Tabletop Games,Games,USD,2015-10-12,15000.00,2015-09-12 15:47:49,36873.00,successful,727,US,36873.00,36873.00,15000.00 +1201978934,Longboard Brake,DIY,Crafts,CAD,2017-03-14,10000.00,2017-02-12 19:02:28,1.00,failed,1,CA,0.00,0.75,7510.33 +1201985239,MIJ'O (Me-Zho) BLOOM: Official Collection Launch (Canceled),Fashion,Fashion,USD,2013-07-25,4000.00,2013-06-23 22:49:27,25.00,canceled,1,US,25.00,25.00,4000.00 +120199044,15 Year Old Isaac Brown's Music Video,Music Videos,Film & Video,USD,2016-08-21,2500.00,2016-08-05 08:31:41,125.00,failed,2,US,20.00,125.00,2500.00 +1201993360,A new self-cleaning coating for dirt-free daily life items,3D Printing,Technology,GBP,2017-06-14,12000.00,2017-05-24 13:54:55,31.00,failed,4,GB,1.30,39.58,15322.93 +1201994075,? Milky Maid Fundraiser ?,Events,Food,CAD,2015-03-09,300.00,2015-02-03 03:10:33,300.00,successful,10,CA,235.65,235.59,235.59 +1201997048,Hippie Handmade Jewelry: Launch the First Collection,Jewelry,Fashion,USD,2015-06-16,15000.00,2015-05-17 00:27:04,499.00,failed,11,US,499.00,499.00,15000.00 +1201999443,iPhone App Lifeolio - Cloud Storage for your Life's Memories,Apps,Technology,USD,2017-04-03,50000.00,2017-02-02 19:52:19,25.00,failed,1,US,0.00,25.00,50000.00 +"1202004133,""Mathopia Multiplication, a Fun and Instructive Card Game!"",Playing Cards,Games,GBP,2015-02-14,2000.00,2015-01-15 00:03:01,2024.00,successful,37,GB,3073.21,3112.03,3075.13" +"1202017477,""Beside the Abyss Tour, Merch, Studio Fund"",Rock,Music,USD,2012-01-17,2000.00,2011-11-18 08:10:00,35.00,failed,2,US,35.00,35.00,2000.00" +1202024715,Buy One- Donate One apparel campaign (Canceled),Printing,Crafts,USD,2015-04-05,1000.00,2015-03-16 22:22:04,0.00,canceled,0,US,0.00,0.00,1000.00 +"1202027819,""Bring """"The Patchwork Boy"""" to life!"",Young Adult,Publishing,CAD,2015-03-26,1500.00,2015-02-24 18:53:20,1590.00,successful,35,CA,1266.63,1271.08,1199.14" +1202029646,Women of Colours-Lingerie for every woman every color,Apparel,Fashion,EUR,2018-01-31,40000.00,2017-12-16 16:47:04,460.00,live,7,NL,100.16,558.30,48547.81 +1202032846,Native Birds II,Painting,Art,USD,2013-09-18,750.00,2013-08-19 19:03:53,1072.00,successful,20,US,1072.00,1072.00,750.00 +1202038197,Starting a gamer café,Games,Games,EUR,2016-03-20,3500.00,2016-01-20 18:41:12,21.00,failed,2,AT,22.88,23.42,3903.90 +1202042567,La Femme Americana,Shorts,Film & Video,USD,2011-08-27,20000.00,2011-07-28 19:22:58,20000.00,successful,88,US,20000.00,20000.00,20000.00 +1202045041,New Folsom,Shorts,Film & Video,USD,2013-01-29,4125.00,2012-12-18 17:01:50,5201.00,successful,56,US,5201.00,5201.00,4125.00 +1202048195,Historia Venator-Phase One: Filming the Journey,Documentary,Film & Video,USD,2012-08-22,5640.00,2012-07-17 21:50:42,2420.15,failed,23,US,2420.15,2420.15,5640.00 +1202066150,CODIGO CUBE RPG FANTASY TRIVIA GAME,Tabletop Games,Games,USD,2013-02-02,3000.00,2013-01-03 20:27:42,185.00,failed,6,US,185.00,185.00,3000.00 +1202068928,Album Fundraiser,Rock,Music,USD,2012-05-06,2000.00,2012-04-06 02:59:24,150.00,failed,3,US,150.00,150.00,2000.00 +1202072108,Sea of Tranquillity or Old New Borrowed Blue,Shorts,Film & Video,GBP,2013-05-16,300.00,2013-04-25 01:22:15,300.00,successful,15,GB,458.20,457.02,457.02 +1202076454,Death to Cupid,Shorts,Film & Video,USD,2014-07-04,8000.00,2014-06-04 21:01:02,9005.00,successful,72,US,9005.00,9005.00,8000.00 +1202077126,Carry multiple bags without your hands,Product Design,Design,USD,2017-12-17,2500.00,2017-11-17 18:25:10,184.00,failed,7,US,156.00,184.00,2500.00 +1202079216,Jered's California: Handcrafted Dinnerware,Product Design,Design,USD,2014-07-06,30000.00,2014-06-21 00:09:05,4177.00,failed,37,US,4177.00,4177.00,30000.00 +1202080403,Game Frame: The Art of Pixels,Gadgets,Technology,USD,2014-03-09,15000.00,2014-02-07 21:01:13,154647.84,successful,709,US,154647.84,154647.84,15000.00 +1202091708,Seven Below Zero - Music Without Boundaries Project,Electronic Music,Music,EUR,2017-02-14,3000.00,2017-01-15 15:16:46,0.00,failed,0,FR,0.00,0.00,3194.99 +1202093376,Extraordinary Chic Clothing Boutique Online Shopping,Apparel,Fashion,EUR,2015-12-02,2500.00,2015-10-03 14:44:30,2.00,failed,2,DE,2.24,2.18,2725.51 +1202094575,When The Bell Tolls - Ghost In The Ring,Experimental,Film & Video,USD,2015-06-24,7000.00,2015-05-30 22:21:43,126.00,failed,3,US,126.00,126.00,7000.00 +1202097835,The 2nd Ghetto Biennale in Port-au-Prince Haiti,Film & Video,Film & Video,USD,2011-11-28,3000.00,2011-10-29 00:55:18,3071.00,successful,23,US,3071.00,3071.00,3000.00 +1202100087,CELEBRATIONS: Everyone can be a Party Planner! (Canceled),Nonfiction,Publishing,USD,2011-08-08,15000.00,2011-06-09 03:57:41,0.00,canceled,0,US,0.00,0.00,15000.00 +1202114376,Affliction (Novel),Fiction,Publishing,USD,2011-07-02,200.00,2011-06-02 00:06:03,0.00,failed,0,US,0.00,0.00,200.00 +1202115681,Autism Connect,Apps,Technology,USD,2015-05-22,10000.00,2015-03-25 00:18:15,50.00,failed,6,US,50.00,50.00,10000.00 +"1202116524,""Keith Masters New Single """"Very First Time"""" Radio Takeover!"",Pop,Music,USD,2013-05-22,5000.00,2013-04-09 19:00:53,5090.00,successful,64,US,5090.00,5090.00,5000.00" +1202118686,Escape!,Tabletop Games,Games,EUR,2017-03-08,500.00,2017-02-06 13:03:05,405.00,failed,41,NL,151.01,429.54,530.30 +1202127605,Beautiful 1910 Emil Busch Glaukar 3.1 Anastigmat Lens Return,Photography,Photography,USD,2017-08-11,60000.00,2017-07-18 16:00:03,136489.11,successful,179,US,42110.00,136489.11,60000.00 +1202134264,Fund the 2014 Season of The Great Passion Play,Theater,Theater,USD,2014-05-03,67500.00,2014-04-03 19:18:49,11.00,failed,2,US,11.00,11.00,67500.00 +1202135072,The Parachute - A Superior Multi-Tool Has Landed,Product Design,Design,USD,2013-10-21,4500.00,2013-09-12 20:01:24,17252.00,successful,721,US,17252.00,17252.00,4500.00 +120213562,Altermerimedia cause,Technology,Technology,USD,2017-07-10,10000.00,2017-06-05 21:00:15,0.00,failed,0,US,0.00,0.00,10000.00 +1202138271,BEYOND BROKEN,Documentary,Film & Video,USD,2013-06-28,7500.00,2013-05-14 03:02:10,9325.00,successful,76,US,9325.00,9325.00,7500.00 +"1202155163,""Bazza the Bogan Barbarian in """"Australian Alien Invasion"""""",Graphic Novels,Comics,AUD,2017-04-24,1500.00,2017-03-20 13:47:10,4227.00,successful,123,AU,57.68,3158.25,1120.74" +1202157647,ValorCon: Chicago Tabletop & Video Gaming Con Oct 3-5,Games,Games,USD,2014-08-13,120000.00,2014-07-14 08:26:44,1902.00,canceled,30,US,1902.00,1902.00,120000.00 +1202167420,Wonderland Photography,Photography,Photography,CAD,2015-03-04,600.00,2015-02-02 03:29:29,600.00,successful,10,CA,471.80,481.31,481.31 +"1202167653,""Make my short film """"The Heart of San Francisco"""" a reality!"",Shorts,Film & Video,USD,2011-03-21,300.00,2011-02-19 07:50:49,345.00,successful,10,US,345.00,345.00,300.00" +1202178449,Repno Generations RPG,Video Games,Games,USD,2016-08-13,1500.00,2016-06-14 00:31:08,72.00,failed,6,US,30.00,72.00,1500.00 +1202183608,Spreedbox : The most private video chat and file exchange,Hardware,Technology,EUR,2015-08-22,23000.00,2015-07-23 18:51:39,28003.00,successful,129,DE,30610.29,31553.74,25916.37 +1202185233,Amiliah's E.P.,Music,Music,USD,2012-11-07,4000.00,2012-10-08 20:21:23,4384.50,successful,45,US,4384.50,4384.50,4000.00 +1202192595,Reclaiming Godhood #3,Comics,Comics,USD,2017-03-12,1200.00,2017-02-10 20:05:56,1328.66,successful,44,US,475.00,1328.66,1200.00 +1202199229,Her Married Lover,Nonfiction,Publishing,USD,2015-04-28,250000.00,2015-02-27 00:10:20,20.00,failed,2,US,20.00,20.00,250000.00 +120219985,Over the Mountains,Journalism,Journalism,USD,2012-02-07,4000.00,2011-12-24 22:11:22,20.00,failed,1,US,20.00,20.00,4000.00 +1202210044,You Became I,Film & Video,Film & Video,USD,2011-10-03,5000.00,2011-08-04 03:51:51,250.00,failed,1,US,250.00,250.00,5000.00 +"1202224900,""Failed To Study's First EP """"Can't Change Us"""" Release!"",Rock,Music,USD,2013-09-06,7569.00,2013-07-31 03:49:24,300.00,failed,4,US,300.00,300.00,7569.00" +1202240284,Strong & Rugged Cable for iPhone & iPad in various lengths,Technology,Technology,USD,2015-04-12,10000.00,2015-03-18 03:37:26,44579.00,successful,1408,US,44579.00,44579.00,10000.00 +1202241930,No Wire Hangers: Documentary,Documentary,Film & Video,USD,2017-08-31,20000.00,2017-08-01 18:58:10,20338.00,successful,226,US,2987.00,20338.00,20000.00 +120224285,Meet The Claires - Valentine's Day Weekend Comedy Stage Play,Plays,Theater,USD,2017-01-25,600.00,2016-12-26 22:41:22,0.00,failed,0,US,0.00,0.00,600.00 +1202243053,Mad Broker: The Bible Of The Broker,Publishing,Publishing,MXN,2017-06-13,20000.00,2017-05-14 18:39:46,0.00,failed,0,MX,0.00,0.00,1111.73 +1202244529,Teaching kids creative writing and boosting self esteem.,Children's Books,Publishing,USD,2012-07-09,25000.00,2012-05-25 07:08:50,60.00,failed,3,US,60.00,60.00,25000.00 +1202246149,Artist in the making,Painting,Art,USD,2014-09-09,120000.00,2014-08-12 23:49:55,51.00,failed,2,US,51.00,51.00,120000.00 +1202249065,How To Avoid Dying On A Deserted Island,Nonfiction,Publishing,USD,2014-10-23,5555.00,2014-09-23 22:49:51,6.00,failed,2,US,6.00,6.00,5555.00 +1202255358,Marque de vêtement STREETWEAR,Apparel,Fashion,EUR,2017-03-31,1900.00,2017-02-13 18:52:53,0.00,canceled,0,BE,0.00,0.00,2031.28 +1202260000,Makeup by Leyna,Fashion,Fashion,USD,2013-04-29,8000.00,2013-03-25 20:21:57,0.00,failed,0,US,0.00,0.00,8000.00 +1202266280,Solo art exhibition,Art,Art,USD,2016-08-12,3500.00,2016-07-16 16:29:19,36.00,failed,2,US,0.00,36.00,3500.00 +1202269786,Kasia - What did you forget to turn off today?,Gadgets,Technology,USD,2016-04-08,30000.00,2016-02-23 14:03:30,30727.00,successful,445,US,30727.00,30727.00,30000.00 +1202269828,DVD of Roy's Epic Live Performance!,Country & Folk,Music,USD,2012-08-16,1700.00,2012-08-07 02:18:03,1795.00,successful,27,US,1795.00,1795.00,1700.00 +1202271180,Rediscover Kindness - Polaroid Project,Photo,Journalism,USD,2015-07-19,7000.00,2015-06-19 00:02:45,1567.00,failed,22,US,1567.00,1567.00,7000.00 +1202273646,Deep Web: The Untold Story of Bitcoin and The Silk Road,Documentary,Film & Video,USD,2013-12-20,75000.00,2013-11-20 18:03:45,78700.12,successful,1222,US,78700.12,78700.12,75000.00 +120228951,THE TRAVELER DICE TOWER - Custom Options + Storage!,Tabletop Games,Games,USD,2017-12-06,1000.00,2017-11-08 16:13:38,84356.00,successful,892,US,13084.00,84356.00,1000.00 +1202296287,Division 19,Narrative Film,Film & Video,USD,2013-08-17,50000.00,2013-07-23 19:42:47,11031.00,failed,12,US,11031.00,11031.00,50000.00 +120229947,L.E.A.K. Volumes 1 -3. The revolution is approaching...,Fiction,Publishing,USD,2017-11-26,17975.00,2017-10-27 02:15:25,55.00,failed,1,US,0.00,55.00,17975.00 +1202314080,Help Leslie Rock & Release,Rock,Music,USD,2011-02-23,7500.00,2011-01-18 03:15:48,8465.00,successful,121,US,8465.00,8465.00,7500.00 +1202317707,Atelier Healingtree Botanicals,Crafts,Crafts,CAD,2014-07-02,40000.00,2014-06-02 18:17:15,1.00,failed,1,CA,0.92,0.94,37611.66 +1202317781,POP - The Intersection of Charging and Design,Product Design,Design,USD,2012-09-01,50000.00,2012-07-18 15:20:21,139170.01,successful,1000,US,139170.01,139170.01,50000.00 +1202326274,Integrate NI (Canceled),Print,Journalism,GBP,2014-12-31,5500.00,2014-11-25 00:11:37,50.00,canceled,2,GB,78.30,77.20,8491.85 +1202332625,Silverfish (Canceled),Shorts,Film & Video,USD,2012-11-30,5000.00,2012-10-31 22:31:38,600.00,canceled,2,US,600.00,600.00,5000.00 +1202334139,Glitter Box: Not an eyeshadow palette but a glitter palette!,Design,Design,USD,2017-08-04,8000.00,2017-07-05 21:44:34,1.00,failed,1,US,0.00,1.00,8000.00 +1202338899,Conducting Opportunity in London,Classical Music,Music,USD,2014-10-01,3800.00,2014-09-10 16:59:50,3820.00,successful,38,US,3820.00,3820.00,3800.00 +1202341319,Christmas Time CD - Preserve their childhood memories,Kids,Music,AUD,2014-07-03,380.00,2014-06-03 03:06:04,899.00,canceled,27,AU,836.99,840.74,355.37 +1202349973,Immortal Souls Sequel RPG,Video Games,Games,USD,2011-12-02,14000.00,2011-10-28 03:58:17,342.00,failed,10,US,342.00,342.00,14000.00 +12023576,I Got It! DVD (Canceled),Pop,Music,USD,2012-08-16,8000.00,2012-07-17 03:37:04,0.00,canceled,0,US,0.00,0.00,8000.00 +1202360958,Di Ambang: Stateless in Sabah,Documentary,Film & Video,USD,2014-01-14,10000.00,2013-12-10 03:01:37,10463.00,successful,138,US,10463.00,10463.00,10000.00 +1202361966,Eyes Without A Face,Horror,Film & Video,CAD,2016-09-08,1.00,2016-07-10 00:38:48,24.00,successful,6,CA,15.39,18.52,0.77 +1202367175,Building Giza - One Block at a Time,Games,Games,USD,2015-05-18,24000.00,2015-04-17 13:01:48,1178.00,failed,31,US,1178.00,1178.00,24000.00 +1202375608,Lisa's Pantry Gluten-Free cookbook for everyone to enjoy,Cookbooks,Food,GBP,2017-08-01,40000.00,2017-06-22 22:01:51,0.00,canceled,0,GB,0.00,0.00,52583.15 +1202383153,WaCon - Bringing a great game convention to central Texas!,Games,Games,USD,2013-03-21,6500.00,2013-02-04 20:00:34,9113.00,successful,126,US,9113.00,9113.00,6500.00 +1202395687,Better Half - a feature film (in progress),Narrative Film,Film & Video,USD,2013-07-11,3000.00,2013-06-01 20:56:06,3485.00,successful,22,US,3485.00,3485.00,3000.00 +1202399800,Follow Your Dreams,Children's Books,Publishing,USD,2012-12-20,12000.00,2012-11-12 16:43:41,330.00,failed,4,US,330.00,330.00,12000.00 +"12024139,""Harmony, or, The Cult of Amway- The Short Film!"",Film & Video,Film & Video,USD,2016-03-15,500.00,2016-02-14 04:32:31,1.00,failed,1,US,1.00,1.00,500.00" +1202420148,Organic Farming,Farms,Food,USD,2017-05-07,500.00,2017-04-07 09:58:59,0.00,failed,0,US,0.00,0.00,500.00 +1202424099,For the World is Hollow and I Have Touched the Sky,Narrative Film,Film & Video,USD,2013-07-29,5000.00,2013-07-09 23:06:38,5221.11,successful,73,US,5221.11,5221.11,5000.00 +"1202427781,""""""I Will Marry Him, But He Doesn't Know It Yet"""" BOOK"",Young Adult,Publishing,CAD,2014-07-02,16000.00,2014-06-02 17:19:11,0.00,canceled,0,CA,0.00,0.00,15044.66" +1202429723,Fizzly: the #1 smart tracker for your life,Technology,Technology,USD,2015-01-02,49000.00,2014-11-03 18:06:05,36861.00,failed,486,US,36861.00,36861.00,49000.00 +1202436692,Glowstone Heated Smart Mug - Fine Bone China,Gadgets,Technology,GBP,2016-10-07,35000.00,2016-09-01 20:08:05,36925.00,successful,204,GB,3786.50,45526.28,43152.87 +1202442815,The Craziest Thing Webseries,Webseries,Film & Video,USD,2014-03-22,30000.00,2014-01-22 00:13:15,300.00,failed,2,US,300.00,300.00,30000.00 +1202445298,Your Dog Needs You To Be Okay: A Short Film,Shorts,Film & Video,USD,2013-04-01,3000.00,2013-03-13 00:12:25,3040.00,successful,32,US,3040.00,3040.00,3000.00 +1202457360,Voice Text (Canceled),Software,Technology,USD,2015-01-21,6000.00,2014-12-22 20:50:18,0.00,canceled,0,US,0.00,0.00,6000.00 +1202460709,Latino Initiative for Law Enforcement 2016 Video,Documentary,Film & Video,USD,2016-09-03,25000.00,2016-08-04 21:18:26,45.00,canceled,3,US,0.00,45.00,25000.00 +1202470664,Montreal Mystique,Photography,Photography,USD,2013-02-22,7500.00,2013-01-23 13:59:09,100.00,failed,1,US,100.00,100.00,7500.00 +1202475690,Sorrowmoor: Historical Gothic Romance in Serial Format,Fiction,Publishing,USD,2012-11-21,500.00,2012-10-18 21:56:39,618.00,successful,16,US,618.00,618.00,500.00 +1202477206,Industry,Video Games,Games,GBP,2012-11-30,22000.00,2012-10-31 01:13:29,1967.00,failed,27,GB,3155.95,3150.43,35236.08 +120248955,Leatherweight - The Sound Material,Product Design,Design,USD,2016-03-21,20000.00,2016-02-20 20:09:44,21526.00,successful,175,US,21526.00,21526.00,20000.00 +1202493635,The Freethinker's Book of Fables,Children's Books,Publishing,USD,2014-03-04,16000.00,2014-02-11 15:38:59,4936.66,failed,109,US,4936.66,4936.66,16000.00 +"1202498160,""""""Greekin' Hilarious"""" Plymouth School's Student Written play!"",Theater,Theater,USD,2012-01-18,500.00,2011-12-29 01:58:34,617.50,successful,18,US,617.50,617.50,500.00" +120250679,Bruises From Within.,Publishing,Publishing,USD,2014-03-31,4500.00,2014-02-14 10:22:32,40.00,failed,2,US,40.00,40.00,4500.00 +1202509848,Valley Cat,Documentary,Film & Video,USD,2009-12-13,1065000.00,2009-09-14 09:11:38,110.00,failed,2,US,110.00,110.00,1065000.00 +120251226,Mongo,Apps,Technology,USD,2015-08-21,15000.00,2015-07-22 10:35:39,1500.00,failed,1,US,1500.00,1500.00,15000.00 +1202526988,I Saw The Messenger Of The New God There,Shorts,Film & Video,GBP,2013-09-01,1800.00,2013-08-02 21:52:19,20.00,failed,2,GB,30.37,31.16,2804.09 +1202538309,H?j Debut Album – Elevate,Pop,Music,USD,2015-03-27,1000.00,2015-02-24 10:02:08,1791.00,successful,61,US,1791.00,1791.00,1000.00 +1202539278,pastures for our pigs,Farms,Food,USD,2014-08-28,2500.00,2014-08-08 02:01:54,5.00,failed,1,US,5.00,5.00,2500.00 +120254983,The Guiding Light Toilet Seat™... (Motion Sensor Activated),Design,Design,USD,2016-07-09,55000.00,2016-05-10 16:01:38,1666.00,canceled,14,US,1666.00,1666.00,55000.00 +1202552567,Kulus (RPG game),Video Games,Games,GBP,2015-11-06,400.00,2015-10-07 00:30:58,10.00,failed,1,GB,15.22,15.14,605.53 +120255288,Lawless Empire - The only game where you control the dice.,Tabletop Games,Games,SGD,2017-02-15,10000.00,2017-01-15 02:53:00,9361.00,canceled,75,SG,2403.37,6608.54,7059.65 +1202564998,Kurt's Mixtape: The Rise of the Unknown,Hip-Hop,Music,USD,2015-11-08,4000.00,2015-10-09 02:49:59,0.00,failed,0,US,0.00,0.00,4000.00 +120256626,A Painting A Day…,Painting,Art,USD,2015-10-07,1000.00,2015-08-25 16:24:46,15.00,failed,1,US,15.00,15.00,1000.00 +120256711,WOOLF - The World's First Wearable That Saves Your Money,Wearables,Technology,EUR,2016-10-12,45000.00,2016-09-07 18:54:48,21980.00,failed,181,IT,5626.15,24182.28,49508.76 +"1202569872,""Northwest Territories Dinosaur Expedition- Asteroids, Extinction and the Arctic (Canceled)"",Art,Art,USD,2010-08-08,7500.00,2010-07-02 06:38:41,335.00,canceled,3,US,335.00,335.00,7500.00" +1202574414,The Daily Bagel,Food,Food,USD,2014-03-12,5000.00,2014-02-24 22:48:00,5205.00,successful,36,US,5205.00,5205.00,5000.00 +"1202581494,""expoTENtial, 10 urban interventions x 10 design labs"",Design,Design,USD,2011-06-01,3000.00,2011-04-19 21:05:08,3223.00,successful,45,US,3223.00,3223.00,3000.00" +1202597786,Connecting Dots,Documentary,Film & Video,USD,2011-10-04,2500.00,2011-08-29 17:36:17,2611.00,successful,35,US,2611.00,2611.00,2500.00 +1202598410,ASHLEIGH STONE Manifests Her FIRST FULL LENGTH ALBUM!,Indie Rock,Music,USD,2013-03-16,10000.00,2013-02-14 17:35:22,2802.00,canceled,34,US,2802.00,2802.00,10000.00 +1202601788,One Million Instagrams,Photography,Photography,NZD,2017-05-01,140000.00,2017-04-03 09:45:33,0.00,canceled,0,NZ,0.00,0.00,96445.30 +"1202610797,""""""If You Had Heard My Voice"""""",Publishing,Publishing,USD,2015-03-13,5000.00,2015-02-11 13:33:11,1.00,undefined,0,""N,0"""""",,1.00,5000.00" +1202612430,Greenbox: Smart Irrigation for Everyone,Technology,Technology,USD,2013-03-17,170000.00,2013-02-15 16:53:45,53317.00,failed,327,US,53317.00,53317.00,170000.00 +1202613725,Joint Adventure,Comedy,Film & Video,USD,2015-11-07,20000.00,2015-10-08 23:23:54,0.00,failed,0,US,0.00,0.00,20000.00 +1202616872,KSCL 91.3 FM T-Shirt Screenprinting Endeavor!,Radio & Podcasts,Publishing,USD,2012-03-13,500.00,2012-02-02 06:53:51,654.24,successful,31,US,654.24,654.24,500.00 +1202622222,Handmade Jewelry - Help Fund Towards Materials!,Crafts,Crafts,USD,2014-04-15,275.00,2014-03-11 20:44:54,49.00,failed,2,US,49.00,49.00,275.00 +120263410,This Deafening Whisper - Our first album is in your hands!,Rock,Music,USD,2012-12-14,2000.00,2012-11-14 17:29:44,90.00,failed,2,US,90.00,90.00,2000.00 +1202636645,The Earth Painter Paperback Book Launch,Fiction,Publishing,USD,2012-10-04,2500.00,2012-09-06 21:34:41,61.00,failed,3,US,61.00,61.00,2500.00 +1202649808,APBC's Nutcracker 2014!,Theater,Theater,USD,2014-11-01,2500.00,2014-10-02 06:26:32,715.00,failed,13,US,715.00,715.00,2500.00 +1202654368,Painting and Printmaking in Tanzania (Canceled),Painting,Art,GBP,2015-02-01,1400.00,2015-01-17 00:53:23,535.00,canceled,18,GB,815.18,819.51,2144.51 +1202655397,Team up with Jon Briggs to record his first EP!,Hip-Hop,Music,USD,2010-08-01,4000.00,2010-06-17 06:29:18,0.00,failed,0,US,0.00,0.00,4000.00 +1202662377,GoGoMix: Recommendations You Trust From People You Admire,Web,Technology,USD,2015-08-19,125000.00,2015-07-20 16:24:26,0.00,failed,0,US,0.00,0.00,125000.00 +1202666049,Animal Lover: An American Dating Sim!,Video Games,Games,USD,2015-02-08,5000.00,2015-01-09 12:45:36,6171.00,successful,89,US,6171.00,6171.00,5000.00 +"1202667894,""""""Get Rich Quick"""" - a short comedy, waiting to be made."",Shorts,Film & Video,USD,2011-02-19,2000.00,2011-01-20 02:41:53,0.00,failed,0,US,0.00,0.00,2000.00" +1202668947,Limitless: Your Personal Life Planner,Product Design,Design,CAD,2017-10-02,1000.00,2017-08-22 18:38:39,2703.00,successful,52,CA,415.46,2149.50,795.23 +1202674334,Pinku The Fake Fashion Show 2015,Ready-to-wear,Fashion,CAD,2015-11-03,500.00,2015-10-13 17:44:30,501.00,successful,12,CA,387.55,379.52,378.76 +1202675714,Brainwash Magazine,Zines,Publishing,USD,2015-05-16,85.00,2015-04-09 00:31:04,355.00,successful,17,US,355.00,355.00,85.00 +1202684206,Reccon - a simple way to connect through all social networks,Apps,Technology,EUR,2016-06-09,15000.00,2016-05-10 17:16:35,15.00,failed,3,NL,17.10,16.96,16956.05 +1202695178,Building a professional Home studio for my team.,Hip-Hop,Music,USD,2016-02-19,10000.00,2016-01-20 19:43:47,0.00,failed,0,US,0.00,0.00,10000.00 +1202699245,First cheese factory in Thailand,Food,Food,EUR,2016-01-24,25000.00,2015-12-10 01:21:20,50.00,failed,1,DE,54.27,54.60,27300.03 +1202707167,HealthCare Politics - Where We Dare to be Reasonable,Audio,Journalism,USD,2017-07-22,26000.00,2017-06-23 04:08:59,232.00,failed,3,US,127.00,232.00,26000.00 +1202709649,Trump Tiny Hands Awareness Apparel,Fashion,Fashion,USD,2016-10-17,5000.00,2016-09-27 01:15:21,2.00,failed,2,US,0.00,2.00,5000.00 +"1202710562,""Dave Foster- """"Greater Things"""" Album Project"",Music,Music,USD,2014-08-04,14750.00,2014-07-10 02:34:54,15311.00,successful,121,US,15311.00,15311.00,14750.00" +1202724769,A LIGHTER DAY - Haircuts for the Homeless,Public Art,Art,EUR,2017-11-22,5000.00,2017-11-01 20:42:20,5196.00,successful,105,NL,460.82,6171.31,5938.52 +1202730443,Studio 2 Street and the Art of the Exhibition,Art,Art,USD,2012-12-21,1000.00,2012-11-03 02:51:30,395.00,failed,7,US,395.00,395.00,1000.00 +"1202730478,""Tyler Flowers """"Some Things Never Change"""" EP"",Pop,Music,USD,2011-12-02,5000.00,2011-11-01 23:45:59,6301.00,successful,107,US,6301.00,6301.00,5000.00" +1202732568,Our Tarot,Illustration,Art,USD,2016-12-28,18000.00,2016-11-23 17:32:52,35191.00,successful,653,US,489.00,35191.00,18000.00 +120273463,Pseudonym (Canceled),Games,Games,USD,2013-02-25,10000.00,2013-02-05 19:04:23,3242.00,canceled,25,US,3242.00,3242.00,10000.00 +1202734862,EleeDoor-Light your house with Clean Energy Doors & Frames,Technology,Technology,AUD,2014-07-24,10000.00,2014-06-24 00:49:18,4.00,canceled,3,AU,3.76,3.76,9405.57 +1202736902,The Australian Helping Hands Project,Technology,Technology,AUD,2014-08-08,25000.00,2014-07-09 08:16:01,0.00,failed,0,AU,0.00,0.00,23212.63 +1202738751,Publishing Wild Mead: Sour & Funky Meadmaking,Nonfiction,Publishing,USD,2017-10-28,500.00,2017-09-28 17:37:13,1836.00,successful,73,US,923.00,1836.00,500.00 +1202740634,Bens' undergraduate symposium,Nonfiction,Publishing,USD,2014-11-09,1000.00,2014-10-20 02:53:05,0.00,failed,0,US,0.00,0.00,1000.00 +1202741062,Booketplace app,Apps,Technology,EUR,2015-11-15,20000.00,2015-09-16 10:24:34,0.00,failed,0,IT,0.00,0.00,21375.97 +1202745108,(ABV) Artist Beer Visions - A Book of Fictional Beer Labels,Illustration,Art,GBP,2014-12-14,1000.00,2014-11-24 14:52:23,2316.00,successful,66,GB,3626.68,3624.07,1564.80 +1202748116,Motivation: A Skateboarding Documentary,Documentary,Film & Video,USD,2013-12-26,1000.00,2013-11-26 05:45:12,152.00,failed,10,US,152.00,152.00,1000.00 +1202753030,Zara: Vol 1 (Canceled),Comics,Comics,AUD,2015-02-24,15000.00,2015-01-30 11:10:16,60.00,canceled,3,AU,47.32,46.97,11742.60 +1202755795,the EveryBudi Community Road Trip Documentary,Documentary,Film & Video,USD,2012-11-17,10000.00,2012-11-01 17:53:52,0.00,failed,0,US,0.00,0.00,10000.00 +120276037,WOW Lens Case,Camera Equipment,Technology,USD,2017-05-18,30000.00,2017-04-19 20:10:58,892.00,failed,25,US,411.00,892.00,30000.00 +1202761095,The EZC Smartlight,Wearables,Technology,CAD,2016-02-26,500.00,2016-01-27 14:03:33,1289.00,successful,22,CA,904.13,951.57,369.11 +1202764702,Afterwards,Games,Games,GBP,2016-01-21,5000.00,2015-11-22 02:32:03,71.00,failed,4,GB,108.55,101.69,7161.48 +1202768676,The Television Workshop: The New Home,Spaces,Theater,GBP,2017-09-17,15000.00,2017-08-18 14:17:34,16242.00,successful,269,GB,2397.80,22037.39,20352.23 +1202776694,Blood in the Gallera (Canceled),Documentary,Film & Video,USD,2014-06-20,75000.00,2014-04-21 07:34:05,590.00,canceled,8,US,590.00,590.00,75000.00 +1202783436,Old Meets New- Elephant Rescue's Debut Album,Indie Rock,Music,USD,2013-04-12,2000.00,2013-03-01 00:39:26,2110.00,successful,24,US,2110.00,2110.00,2000.00 +1202785633,Chopping Block ...Who's Up Next?,Film & Video,Film & Video,USD,2013-04-07,21955.00,2013-03-08 01:19:35,0.00,failed,0,US,0.00,0.00,21955.00 +1202796733,Steam & Diesel Books (Canceled),Fiction,Publishing,GBP,2016-04-21,3000.00,2016-03-22 09:58:48,0.00,canceled,0,GB,0.00,0.00,4313.38 +1202797021,This Bird Has Flown,Poetry,Publishing,GBP,2014-12-05,1000.00,2014-11-05 15:24:31,0.00,failed,0,GB,0.00,0.00,1568.58 +"1202798769,""Randy C. Bonds & The Messengers Debuts EP """"I Live For You"""""",World Music,Music,USD,2013-09-07,5000.00,2013-07-24 07:05:14,5307.00,successful,125,US,5307.00,5307.00,5000.00" +1202819114,A Title. – The Collaborative LGBTQ+ Magazine,Zines,Publishing,CAD,2016-04-01,5200.00,2016-02-24 19:59:39,6126.00,successful,137,CA,4463.67,4702.18,3991.40 +1202820445,The Angels of Gallipoli,Video Games,Games,CAD,2016-11-22,10000.00,2016-10-13 13:33:38,167.00,failed,9,CA,7.57,123.79,7412.35 +1202822638,Ghost Pepper Desktop CNC,Fabrication Tools,Technology,USD,2018-01-10,999.00,2017-12-27 00:15:34,1909.00,live,5,US,960.00,1909.00,999.00 +1202826171,The Pond Plant Girl Show,Webseries,Film & Video,USD,2013-09-19,1000.00,2013-08-20 21:03:55,0.00,failed,0,US,0.00,0.00,1000.00 +120282819,Creepy Creatures Watercolor Prints and Notebooks,Printing,Crafts,USD,2014-08-08,500.00,2014-07-09 18:11:02,945.00,successful,40,US,945.00,945.00,500.00 +1202840671,Dorm Room Dining Gourmet Food and Home Cooking without Skill,Nonfiction,Publishing,USD,2013-01-30,1000.00,2013-01-10 08:39:14,100.00,failed,4,US,100.00,100.00,1000.00 +1202855567,Where Is My Phone,Apps,Technology,GBP,2017-08-01,1000.00,2017-06-02 22:57:34,25.00,failed,2,GB,25.76,32.86,1314.58 +"1202860407,""""""SHINE""""- New York Salsa Music/Dance Drama Feature Film"",Narrative Film,Film & Video,USD,2015-09-01,100000.00,2015-07-03 21:04:27,103737.00,successful,478,US,103737.00,103737.00,100000.00" +1202867044,RUMOR HAS IT: Debut CD for L'Académie (Canceled),Classical Music,Music,USD,2012-10-04,30000.00,2012-09-04 22:11:54,945.00,canceled,14,US,945.00,945.00,30000.00 +1202873296,Dancers,Experimental,Theater,USD,2015-04-26,10000.00,2015-03-27 16:04:10,10411.00,successful,105,US,10411.00,10411.00,10000.00 +1202881163,BISE: Meet instantly @ your favourite hangouts (Canceled),Apps,Technology,EUR,2016-01-22,250000.00,2015-12-21 17:14:48,0.00,canceled,0,BE,0.00,0.00,270200.16 +1202885034,Advocate Literacy With a Local Little Free Library,Public Art,Art,USD,2013-05-24,550.00,2013-04-24 19:48:01,1114.00,successful,60,US,1114.00,1114.00,550.00 +1202890130,be[2]ween : Notebook glued with remoistenable glue,Product Design,Design,USD,2015-08-21,10000.00,2015-07-17 00:12:38,1582.00,canceled,56,US,1582.00,1582.00,10000.00 +1202890577,Help Establish The Proper Collar,Product Design,Design,USD,2014-03-21,750.00,2014-03-11 16:38:17,840.00,successful,27,US,840.00,840.00,750.00 +"1202898601,""Arts On Site: 5J Barrow """"Sarah Brown"""" Music Video"",Music Videos,Film & Video,USD,2017-05-21,4000.00,2017-04-21 04:38:11,4101.00,successful,37,US,400.00,4101.00,4000.00" +1202898618,Shock,Fiction,Publishing,EUR,2015-08-05,4900.00,2015-07-07 08:55:52,118.00,failed,5,ES,130.31,129.10,5361.11 +1202900892,Live A Positive Life - Apparel With A Mission,Apparel,Fashion,USD,2017-10-03,2000.00,2017-09-03 04:37:35,127.00,failed,2,US,127.00,127.00,2000.00 +1202905138,Heroes Cove: 30 Minute Adventure!,Tabletop Games,Games,USD,2017-05-25,4500.00,2017-04-25 18:01:10,6875.00,successful,95,US,6125.00,6875.00,4500.00 +1202911539,Baka eget bröd med brödmix direkt från bonden,Food,Food,SEK,2017-03-12,120000.00,2017-02-19 23:18:59,4260.00,failed,6,SE,0.00,483.45,13618.41 +1202916444,Metal 15mm SciFi Future War Neo British Miniatures,Tabletop Games,Games,GBP,2012-12-07,1750.00,2012-11-07 23:08:45,3250.00,successful,75,GB,5195.05,5203.00,2801.61 +1202918985,Exercise Bike Mario Kart Racing Controller,Gaming Hardware,Games,USD,2015-06-20,1250.00,2015-05-31 10:43:28,0.00,failed,0,US,0.00,0.00,1250.00 +1202928573,Rustic Wedding Gifts Hand-Painted Signs Rustic Meets Modern,Woodworking,Crafts,USD,2016-07-17,2600.00,2016-06-17 19:54:05,5.00,failed,1,US,0.00,5.00,2600.00 +1202930062,Underwater Glass Fantasia,Sculpture,Art,USD,2011-11-09,60000.00,2011-09-25 04:17:37,808.86,failed,11,US,808.86,808.86,60000.00 +"1202947863,Miner's Mountain,Film & Video,Film & Video,USD,2014-06-26,2100.00,2014-06-11 12:59:01,2145.00,undefined,0,""N,0"""""",,2145.00,2100.00" +1202949239,Freezer Bag of Film,Photography,Photography,USD,2014-08-19,850.00,2014-07-30 19:35:34,151.00,failed,10,US,151.00,151.00,850.00 +1202951093,Chocolate Divino: A Perfect Cup of Hot Chocolate,Food,Food,USD,2012-03-28,10000.00,2012-02-27 17:02:19,2296.00,failed,16,US,2296.00,2296.00,10000.00 +1202951228,Spirit Mind: Ascension,Thrillers,Film & Video,GBP,2015-07-18,500.00,2015-06-25 00:34:19,0.00,failed,0,GB,0.00,0.00,773.73 +1202967248,goats for the community,Food,Food,USD,2015-05-13,600.00,2015-04-23 03:12:26,64.00,failed,4,US,64.00,64.00,600.00 +1202969110,Ovulation Tracker App,Apps,Technology,CAD,2015-01-16,4000.00,2014-12-17 15:32:13,0.00,failed,0,CA,0.00,0.00,3323.64 +120297523,GIN 'SUMMER COLLECTION' (Canceled),Fashion,Fashion,CAD,2014-05-08,5000.00,2014-04-08 01:28:08,260.00,canceled,8,CA,236.78,240.07,4616.81 +"120298045,""BOYS FROM HOUSTON, Remembering Love Street"",Nonfiction,Publishing,USD,2012-08-02,800.00,2012-07-19 02:25:09,800.00,successful,10,US,800.00,800.00,800.00" +1202983916,The Reel Deal,Web,Journalism,USD,2014-09-10,5000.00,2014-07-12 21:21:01,0.00,failed,0,US,0.00,0.00,5000.00 +"1202994646,""Blood, Sweat and Guts"",Narrative Film,Film & Video,USD,2013-03-28,160000.00,2013-03-05 03:09:50,1425.00,failed,5,US,1425.00,1425.00,160000.00" +1202999283,BraiZe I Bringing Unique Flavors To Your Table,Restaurants,Food,USD,2017-03-14,5000.00,2017-02-12 23:16:41,8736.00,successful,91,US,1635.00,8736.00,5000.00 +1202999994,Player's Pawn,Comics,Comics,USD,2014-05-02,6000.00,2014-04-02 01:00:23,1010.00,failed,30,US,1010.00,1010.00,6000.00 +1203006845,Guncraft: Foundry for Ouya (Canceled),Video Games,Games,USD,2013-01-17,56450.00,2012-12-18 22:50:04,451.00,canceled,16,US,451.00,451.00,56450.00 +1203009037,Change the way we find lawyers,Web,Technology,USD,2016-04-06,10000.00,2016-02-06 09:02:28,0.00,failed,0,US,0.00,0.00,10000.00 +1203009997,Tech Timeout T-Shirts,Technology,Technology,USD,2014-04-26,500.00,2014-04-07 23:30:02,665.00,successful,25,US,665.00,665.00,500.00 +1203012852,The `Speare Bearer: One-Man Shakespeare on a Bike US Tour,Theater,Theater,USD,2011-11-27,5000.00,2011-10-13 06:35:14,2362.00,failed,46,US,2362.00,2362.00,5000.00 +1203017977,FEATURE-LENGTH WESTERN: THE SCARLET WORM,Film & Video,Film & Video,USD,2010-06-06,2500.00,2010-05-18 02:42:30,2735.00,successful,21,US,2735.00,2735.00,2500.00 +1203028240,Joe Troop & Diego Sánchez - US Tour,World Music,Music,USD,2014-07-02,4000.00,2014-06-01 20:59:00,4420.00,successful,76,US,4420.00,4420.00,4000.00 +1203032077,Insurgent: Book 2 of America's Future,Fiction,Publishing,USD,2012-09-18,1500.00,2012-09-11 02:53:19,1540.00,successful,31,US,1540.00,1540.00,1500.00 +"1203032177,""Access Royale: NEW ALBUM & VIDEO, PARADIGM TOUR, & COOKIES!"",Music,Music,USD,2012-08-15,5000.00,2012-07-14 20:28:45,377.00,failed,10,US,377.00,377.00,5000.00" +1203035835,The Pin Up Girls need to film their second music video!,Shorts,Film & Video,USD,2011-03-12,2000.00,2011-01-11 02:28:35,20.00,canceled,1,US,20.00,20.00,2000.00 +1203036202,Support Danielle Ate the Sandwich's TERRIBLE New Album!,Pop,Music,USD,2016-08-23,6000.00,2016-08-01 08:07:38,14888.78,successful,325,US,6539.00,14888.78,6000.00 +1203038444,Spirits of Savannah,Fiction,Publishing,USD,2014-03-28,5000.00,2014-02-26 19:51:48,5731.00,successful,102,US,5731.00,5731.00,5000.00 +1203042204,Primetime DesignZ,Apparel,Fashion,USD,2018-01-01,5000.00,2017-11-16 20:51:03,15.00,failed,2,US,5.00,15.00,5000.00 +1203043303,Nonesuch Garden Safari Acrylic Charm Set,Crafts,Crafts,USD,2011-10-26,200.00,2011-10-05 16:25:39,480.00,successful,28,US,480.00,480.00,200.00 +1203045554,Agent Panda,Playing Cards,Games,USD,2015-05-17,2500.00,2015-04-02 05:00:33,406.00,failed,15,US,406.00,406.00,2500.00 +1203055962,Hydrophobia: A Look Into Another Universe II,Photography,Photography,USD,2013-07-07,475.00,2013-06-07 01:08:06,288.00,failed,13,US,288.00,288.00,475.00 +1203070625,Camless Motor Project,Technology,Technology,USD,2016-08-04,60000.00,2016-06-05 01:27:25,0.00,failed,0,US,0.00,0.00,60000.00 +120307429,More Empyrean Dreams (Science Fiction Novels),Fiction,Publishing,USD,2018-01-08,1500.00,2017-12-05 02:06:28,125.00,live,2,US,0.00,125.00,1500.00 +1203087538,Bio Hazard Tumblers,DIY,Crafts,USD,2014-08-21,2000.00,2014-07-22 16:17:36,0.00,failed,0,US,0.00,0.00,2000.00 +120308890,Dead ED,Shorts,Film & Video,USD,2013-08-25,1500.00,2013-07-26 18:01:23,1531.00,successful,45,US,1531.00,1531.00,1500.00 +120309952,Cinderella Stands Up!,Theater,Theater,USD,2012-11-30,5000.00,2012-10-28 13:39:39,1300.00,failed,9,US,1300.00,1300.00,5000.00 +120309960,Paradise Falls!,Games,Games,GBP,2014-12-21,3000.00,2014-11-25 22:00:16,81.00,failed,10,GB,126.85,125.84,4660.77 +"1203108667,""TFOK Internet Radio """"The Fix OK"""" Fund"",Music,Music,USD,2013-12-30,8500.00,2013-11-30 18:19:06,0.00,failed,0,US,0.00,0.00,8500.00" +1203124000,Sidetracked: Some Plans Just Aren't Meant to be.,Theater,Theater,USD,2011-09-07,5000.00,2011-07-09 03:22:13,7310.00,successful,28,US,7310.00,7310.00,5000.00 +1203126830,HygieneApp - bereits mit ersten Kunden - auf der Zielgeraden,Apps,Technology,EUR,2017-02-17,7000.00,2017-01-17 22:35:44,7162.00,successful,14,DE,134.81,7627.51,7454.98 +1203128290,Futuristic Spectrum - Swiss Made Automatic Mechanical Watch,Product Design,Design,HKD,2017-04-09,100000.00,2017-03-10 04:59:49,66967.70,failed,13,HK,7724.75,8612.77,12861.07 +1203142115,MorfBoard: A Gym in Your Hands (Canceled),Product Design,Design,USD,2015-12-01,100000.00,2015-10-27 03:01:47,70749.00,canceled,139,US,70749.00,70749.00,100000.00 +1203158762,Cruise Control Dog Leash,Product Design,Design,USD,2015-02-19,30000.00,2015-01-05 19:12:20,377.00,failed,10,US,377.00,377.00,30000.00 +1203164990,Throne of Kings: The Art of War,Tabletop Games,Games,USD,2015-10-10,5000.00,2015-09-10 17:47:55,14221.00,successful,45,US,14221.00,14221.00,5000.00 +1203172688,Mountain Climb Game Returns,Tabletop Games,Games,USD,2016-03-11,26000.00,2016-02-10 13:31:49,1219.00,failed,27,US,1219.00,1219.00,26000.00 +1203179240,Join My Cult,Playing Cards,Games,USD,2015-08-19,10000.00,2015-07-20 18:02:49,405.00,failed,22,US,405.00,405.00,10000.00 +120318669,2014 Fine Art Photography Calendar,Photography,Photography,USD,2013-12-24,500.00,2013-12-04 00:51:30,1041.00,successful,45,US,1041.00,1041.00,500.00 +1203194629,NZO - Intelligent Headset,Gadgets,Technology,CAD,2014-08-10,3500.00,2014-07-11 21:58:51,71.00,failed,5,CA,66.64,65.14,3211.01 +120319537,Great Fen Great Fun!,Games,Games,GBP,2016-03-31,5000.00,2016-03-01 10:09:29,1398.00,failed,58,GB,1936.36,2000.49,7154.82 +1203196474,One Man: One Hour: One Challenge: One Guinness World Record,Performance Art,Art,GBP,2014-06-08,3000.00,2014-04-09 18:26:32,10.00,failed,1,GB,16.62,16.96,5088.63 +1203204409,Agneta - a documentary film,Documentary,Film & Video,SEK,2017-07-07,31000.00,2017-06-19 12:06:36,31950.00,successful,78,SE,1259.27,3791.92,3679.18 +1203204421,East Boston Playhouse- Starting a Community Theater,Musical,Theater,USD,2014-12-30,14000.00,2014-12-03 20:37:50,4519.00,failed,40,US,4519.00,4519.00,14000.00 +1203206972,Help us keep Mobile Motion Film Festival moving!,Festivals,Film & Video,GBP,2016-02-24,4500.00,2016-02-04 19:54:11,5335.00,successful,93,GB,7684.61,7456.64,6289.57 +1203209523,The PEAWB Girls!!!,Couture,Fashion,USD,2015-06-04,2000.00,2015-04-20 17:19:08,0.00,failed,0,US,0.00,0.00,2000.00 +1203218913,Love Locks - a photographic journey,People,Photography,USD,2014-11-30,15000.00,2014-10-01 20:58:01,3172.00,failed,7,US,3172.00,3172.00,15000.00 +120322049,Quizmania - the first board game with VR experience!,Tabletop Games,Games,USD,2017-09-02,49000.00,2017-08-02 13:05:29,260.00,failed,10,US,247.00,260.00,49000.00 +1203228197,CODA Notebook - Handmade Refillable Leather Notebook,Product Design,Design,USD,2016-09-11,300.00,2016-08-12 01:02:39,13610.00,successful,274,US,4966.00,13610.00,300.00 +120323037,Time To Fly Productions,Musical,Theater,USD,2017-08-31,2000.00,2017-08-01 22:18:47,740.00,failed,10,US,0.00,740.00,2000.00 +1203233472,THE ACTION PACK oneshot!,Comics,Comics,USD,2012-05-04,2000.00,2012-03-24 04:45:31,2047.00,successful,80,US,2047.00,2047.00,2000.00 +1203236159,The Last Shot- A Film by Mario Esquer,Drama,Film & Video,USD,2016-09-14,15000.00,2016-08-15 22:18:02,340.00,failed,11,US,35.00,340.00,15000.00 +1203237464,Castorino's Confections,Small Batch,Food,USD,2014-10-16,1500.00,2014-09-16 14:46:20,410.00,failed,8,US,410.00,410.00,1500.00 +1203239459,ZombieGo!,Mobile Games,Games,USD,2015-12-26,3000.00,2015-11-26 00:01:11,1010.00,failed,28,US,1010.00,1010.00,3000.00 +1203242361,Ultra-Light Personal Air Vehicle (Canceled),Flight,Technology,GBP,2016-01-01,45000.00,2015-12-02 22:51:30,11.00,canceled,2,GB,16.59,16.03,65586.19 +1203243797,99% Invisible: Season 4- Weekly!,Radio & Podcasts,Publishing,USD,2013-11-23,150000.00,2013-10-23 19:01:45,375193.67,successful,11693,US,375193.67,375193.67,150000.00 +1203250201,The Disappearing Rio Grande,Journalism,Journalism,USD,2014-04-24,5000.00,2014-03-29 23:38:54,9121.00,successful,94,US,9121.00,9121.00,5000.00 +1203275804,The Eagle By CAB Motorworks - The Ultimate In Green Motion,Technology,Technology,USD,2016-11-03,50000.00,2016-09-24 19:26:09,10777.00,failed,14,US,7213.00,10777.00,50000.00 +"1203278057,""Brantwerck; Outdoor Grilling, the Dutch way"",Food,Food,GBP,2014-04-13,114000.00,2014-03-14 08:10:52,7449.00,failed,83,GB,12383.98,12520.38,191612.74" +1203278901,QwiQcom: A new way to communicate (Canceled),Gadgets,Technology,USD,2016-03-19,100000.00,2016-02-18 01:02:08,6005.00,canceled,60,US,6005.00,6005.00,100000.00 +1203279046,Juice Cube,Food,Food,GBP,2014-09-10,13000.00,2014-08-11 19:35:56,0.00,failed,0,GB,0.00,0.00,21102.53 +1203283711,Frank Debut Mariachi Album,Latin,Music,USD,2014-07-30,5000.00,2014-06-30 19:31:05,160.00,failed,3,US,160.00,160.00,5000.00 +1203287960,Tinker Tie Beta - Programmable RGB LED Bow Tie!,Hardware,Technology,USD,2015-11-12,1000.00,2015-10-13 00:58:20,5078.00,successful,50,US,5078.00,5078.00,1000.00 +1203288603,ChargeOriginal durable USB cable longer & fast charging!,Product Design,Design,GBP,2014-08-13,10500.00,2014-07-04 03:36:53,16879.00,successful,721,GB,28947.26,28171.11,17524.53 +1203290921,Breakthrough EP,Rock,Music,USD,2014-02-04,700.00,2013-12-21 04:05:17,15.00,failed,2,US,15.00,15.00,700.00 +1203293585,The 4x4x4 LED Cube DIY Electronics Kit - Production Ready!,DIY Electronics,Technology,CAD,2015-09-06,600.00,2015-08-07 20:24:53,7376.00,successful,181,CA,5599.83,5561.34,452.39 +1203313314,Neighborhood Produce: A Community-Based Grocery Store,Spaces,Food,USD,2016-06-23,20000.00,2016-05-24 03:53:39,21879.00,successful,217,US,21879.00,21879.00,20000.00 +1203314956,Ruler by Default - A Fantasy Life Simulation Visual Novel,Video Games,Games,USD,2014-05-13,6000.00,2014-04-03 09:33:36,6654.00,successful,274,US,6654.00,6654.00,6000.00 +1203317871,Medieval Adventures Indie App (Canceled),Mobile Games,Games,GBP,2016-02-14,500.00,2016-01-09 09:49:42,34.00,canceled,5,GB,49.78,48.54,713.89 +1203319351,Voices from the other side,Documentary,Film & Video,EUR,2015-11-15,3500.00,2015-10-22 09:45:22,30.00,failed,2,DE,34.08,32.06,3740.79 +1203319654,Project Hedwig and the Angry Inch,Musical,Theater,CAD,2015-04-19,3300.00,2015-02-18 17:08:52,216.00,failed,2,CA,173.53,178.23,2723.00 +1203333644,Skeeter's Bacon Jam,Bacon,Food,USD,2016-12-08,7000.00,2016-11-01 17:35:03,1382.00,failed,27,US,231.00,1382.00,7000.00 +120333566,Colours and Shapes,Tabletop Games,Games,USD,2014-12-12,6666.00,2014-11-12 19:01:19,3352.00,failed,43,US,3352.00,3352.00,6666.00 +1203351124,Seven Year Sleep,Science Fiction,Film & Video,USD,2016-11-22,4000.00,2016-10-23 19:00:52,4115.00,successful,57,US,350.00,4115.00,4000.00 +1203363494,Art prints by Dragonladych,Illustration,Art,CHF,2015-10-09,1200.00,2015-09-09 11:41:24,1371.00,successful,20,CH,1407.43,1426.62,1248.69 +1203363676,Abroad: A Gallery by Alexandra Ritchie,Places,Photography,USD,2017-09-11,3000.00,2017-08-12 01:57:58,51.00,failed,3,US,25.00,51.00,3000.00 +1203369546,Brain Melt Consortium Presents a Staged Reading of Daughters of Lot,Theater,Theater,USD,2010-10-31,750.00,2010-09-14 00:13:15,1326.88,successful,20,US,1326.88,1326.88,750.00 +1203374675,Teachers Save Lives!,Nonfiction,Publishing,USD,2017-06-17,12500.00,2017-05-18 02:54:08,770.00,failed,7,US,75.00,770.00,12500.00 +1203375045,GSD (Canceled),Fiction,Publishing,GBP,2015-04-11,1000.00,2015-03-12 17:42:18,0.00,canceled,0,GB,0.00,0.00,1502.16 +1203380619,The Invaluable,Shorts,Film & Video,USD,2013-11-24,4500.00,2013-10-26 02:55:15,4800.00,successful,67,US,4800.00,4800.00,4500.00 +1203380961,Support Art & Charity Project @ Miami Art Basel 2013,Art,Art,USD,2013-11-01,5500.00,2013-09-08 22:20:46,330.00,canceled,4,US,330.00,330.00,5500.00 +1203382928,Confirming Stills In The Town,Film & Video,Film & Video,USD,2017-11-30,5000.00,2017-11-13 22:46:38,0.00,canceled,0,US,0.00,0.00,5000.00 +1203384240,White Collar Avenue | Urban Apparel,Apparel,Fashion,USD,2017-10-03,30000.00,2017-09-02 03:30:53,0.00,failed,0,US,0.00,0.00,30000.00 +1203394194,UDU,Print,Journalism,USD,2015-07-09,10000.00,2015-05-10 15:21:32,1.00,failed,1,US,1.00,1.00,10000.00 +1203401757,Plastic Identities,Residencies,Dance,USD,2017-07-20,6500.00,2017-06-20 23:07:41,7106.99,successful,85,US,543.00,7106.99,6500.00 +1203410485,How to Build a Theatrical Dry Ice Fog Machine,Nonfiction,Publishing,USD,2015-06-20,5000.00,2015-05-21 18:10:42,10.00,failed,1,US,10.00,10.00,5000.00 +1203415417,TACo: Sink your Teeth into Spanish Vocabulary!,Video Games,Games,USD,2014-05-17,6000.00,2014-04-17 21:44:05,2680.00,failed,21,US,2680.00,2680.00,6000.00 +1203416500,Goldy Girl and her Curls,Children's Books,Publishing,USD,2017-11-01,500.00,2017-10-16 16:05:48,615.00,successful,19,US,0.00,615.00,500.00 +1203418193,Majanga® Massage Wrap (Canceled),Ready-to-wear,Fashion,EUR,2014-12-04,90000.00,2014-10-08 20:18:13,31.00,canceled,1,NL,39.11,38.32,111258.08 +"120342308,""""""Acting White"""": Who Determines Your Scale of Blackness?"",Documentary,Film & Video,USD,2013-02-24,400.00,2013-01-25 04:04:02,425.00,successful,11,US,425.00,425.00,400.00" +1203430723,Gumbo Yah-Yah the Blue Alligator: Helping Post-Katrina NOLA,Children's Books,Publishing,USD,2011-10-24,4000.00,2011-09-09 03:07:10,545.00,failed,11,US,545.00,545.00,4000.00 +1203434356,Heather (Original Motion Picture Soundtrack),Classical Music,Music,GBP,2014-06-10,200.00,2014-05-27 14:38:55,10.00,failed,1,GB,16.85,16.96,339.24 +1203446087,The Ugly Pretty Project: By Amanda Standlee,Photobooks,Photography,USD,2015-03-02,2000.00,2015-01-31 06:57:10,56.00,failed,3,US,56.00,56.00,2000.00 +1203446975,The Icing Moat,Food,Food,USD,2015-12-06,4000.00,2015-11-06 02:49:11,0.00,failed,0,US,0.00,0.00,4000.00 +1203447506,Fauna Halø EP,Pop,Music,USD,2015-03-15,1200.00,2015-01-24 20:31:49,100.00,failed,1,US,100.00,100.00,1200.00 +1203450446,WanderVerse,Fiction,Publishing,USD,2014-11-01,300.00,2014-10-02 19:33:35,335.00,successful,9,US,335.00,335.00,300.00 +1203461760,Gainesville Sister Cities Pavilion,Public Art,Art,USD,2016-01-27,10000.00,2015-12-28 22:14:23,5.00,failed,1,US,5.00,5.00,10000.00 +1203470139,Curious George Documentary,Documentary,Film & Video,USD,2016-08-25,175000.00,2016-07-26 18:01:41,186010.00,successful,1483,US,2028.00,186010.00,175000.00 +1203471302,Treasureology Classroom,DIY,Crafts,USD,2016-09-28,2000.00,2016-09-06 14:24:19,2250.00,successful,39,US,0.00,2250.00,2000.00 +1203477958,Glow of Freedom - Documentary,Documentary,Film & Video,USD,2016-04-08,19999.00,2016-03-07 16:49:44,11217.00,failed,20,US,11217.00,11217.00,19999.00 +120350388,1Cables: Turn your smartphone into a computer,Gadgets,Technology,USD,2016-12-08,20000.00,2016-11-08 16:08:24,37064.40,successful,1081,US,7676.00,37064.40,20000.00 +"1203510117,""""""THE HEDGE"""" Bicycle® Maze Playing Card Deck"",Graphic Design,Design,USD,2013-02-28,8000.00,2013-01-29 03:00:55,10387.00,successful,385,US,10387.00,10387.00,8000.00" +120351851,Fox & Chicken - Werewolf hits the henhouse!,Tabletop Games,Games,GBP,2013-05-01,1000.00,2013-04-02 15:59:34,7630.33,successful,433,GB,11589.89,11868.61,1555.45 +1203542625,Portraiture,Shorts,Film & Video,USD,2012-12-06,2000.00,2012-11-06 03:21:06,2362.00,successful,48,US,2362.00,2362.00,2000.00 +1203542731,What Would Beethoven Do?,Classical Music,Music,USD,2013-09-30,22000.00,2013-08-21 18:25:51,22237.67,successful,203,US,22237.67,22237.67,22000.00 +1203547642,MusicYou..A Fan Driven Music Voting Site,Software,Technology,USD,2014-06-01,20000.00,2014-05-02 21:59:10,36.00,failed,1,US,36.00,36.00,20000.00 +1203551438,Quilt Shop Cuckoo Clock,Product Design,Design,USD,2015-01-27,20550.00,2015-01-06 18:29:10,22336.00,successful,57,US,22336.00,22336.00,20550.00 +"1203553357,""The War Of The Medallions """"The Quest For The Medallions)"",Fiction,Publishing,USD,2016-05-07,2500.00,2016-04-07 17:19:16,11.00,failed,2,US,11.00,11.00,2500.00" +1203555030,NETcruitz.com - the ultimate virtual scouting/recruiting,Web,Technology,USD,2015-01-05,15550.00,2014-11-10 14:07:33,501.00,failed,2,US,501.00,501.00,15550.00 +1203557353,Food For You- Gluten Freedom,Food,Food,CAD,2016-08-13,10000.00,2016-06-14 14:50:48,1.00,failed,1,CA,0.00,0.78,7785.74 +120356207,Our Vintage Film: Summer Tour Kickstarter,Indie Rock,Music,USD,2012-05-16,3500.00,2012-04-05 05:45:55,4010.00,successful,55,US,4010.00,4010.00,3500.00 +1203565632,Inherit the Earth 2 (Canceled),Video Games,Games,USD,2013-02-18,135000.00,2013-01-19 04:41:38,8507.15,canceled,159,US,8507.15,8507.15,135000.00 +1203574818,The Family Meeting Radio Show (Canceled),Audio,Journalism,USD,2016-06-06,25000.00,2016-04-22 04:24:20,330.00,canceled,6,US,330.00,330.00,25000.00 +1203576766,Cucalorus 19,Film & Video,Film & Video,USD,2013-09-30,23000.00,2013-08-30 14:15:19,24108.00,successful,298,US,24108.00,24108.00,23000.00 +1203583682,Rupor-Background Social Network,Apps,Technology,CAD,2017-02-10,520000.00,2017-01-11 23:43:52,20.00,canceled,2,CA,15.13,15.22,395768.32 +1203586327,Southern Monsters,Video Games,Games,USD,2017-02-25,8000.00,2017-01-23 13:41:31,12169.00,successful,483,US,4503.00,12169.00,8000.00 +12035885,Fiona the Funkadelic Freckle Fairy multimedia eBook,Mixed Media,Art,USD,2014-01-06,2000.00,2013-12-24 14:29:32,0.00,failed,0,US,0.00,0.00,2000.00 +1203598767,The Kua Fu Initiative,Space Exploration,Technology,USD,2013-06-08,1000.00,2013-05-09 01:12:20,2800.11,successful,69,US,2800.11,2800.11,1000.00 +1203615785,Fresh Out Kickstarter,Shorts,Film & Video,USD,2014-03-03,2000.00,2014-01-29 23:39:38,2315.00,successful,50,US,2315.00,2315.00,2000.00 +1203620546,The Fabric,Comic Books,Comics,USD,2017-01-09,100.00,2016-11-11 00:59:13,183.00,canceled,10,US,0.00,183.00,100.00 +1203622992,The Last 5 Years - Indi Musical film,Film & Video,Film & Video,USD,2014-07-14,5000.00,2014-05-17 21:02:43,35.00,failed,2,US,35.00,35.00,5000.00 +1203623313,THE online platform for students and graduates,Web,Technology,DKK,2015-05-27,36000.00,2015-04-27 10:48:16,7410.00,failed,23,DK,1079.90,1089.69,5294.04 +1203625603,kindlewood Releases Their Debut LP,Country & Folk,Music,USD,2011-03-22,5000.00,2011-02-20 02:45:57,5140.25,successful,33,US,5140.25,5140.25,5000.00 +1203629237,Hamahazir Haim - Revival Machine,Technology,Technology,USD,2016-09-29,100.00,2016-07-31 16:49:37,172.00,successful,30,US,22.00,172.00,100.00 +1203635222,Spiele Halle - Konsolenworld,Video Games,Games,EUR,2017-03-01,20000.00,2017-01-30 16:41:50,0.00,failed,0,DE,0.00,0.00,21130.03 +1203635985,OpenStack Automated Installation Application (Canceled),Software,Technology,USD,2013-05-21,158000.00,2013-04-16 02:37:58,350.00,canceled,2,US,350.00,350.00,158000.00 +1203644020,The 2012 Minty Awards,Theater,Theater,USD,2012-05-19,500.00,2012-04-12 05:34:23,550.00,successful,9,US,550.00,550.00,500.00 +1203649514,hi,Design,Design,USD,2011-12-03,35000.00,2011-11-03 18:59:02,605.00,failed,5,US,605.00,605.00,35000.00 +1203651154,Friendly Neighborhood Little Free Library,Public Art,Art,USD,2013-08-18,650.00,2013-07-19 22:02:54,1080.00,successful,35,US,1080.00,1080.00,650.00 +1203658296,The Return of Something Great (It's Time To Have Fun Again),Theater,Theater,USD,2010-05-02,2000.00,2010-04-21 13:59:59,3815.00,successful,89,US,3815.00,3815.00,2000.00 +1203661996,Computer Jacker (Video Tutorials To Build Your Own Computer),Hardware,Technology,USD,2012-09-16,15000.00,2012-08-17 15:46:13,543.00,failed,14,US,543.00,543.00,15000.00 +1203662616,Politigaffes: The War on Error,Playing Cards,Games,USD,2016-04-17,1000.00,2016-02-27 22:56:22,66.00,failed,4,US,66.00,66.00,1000.00 +120366312,1Ena - Movement to Decentralize Messaging (Canceled),Technology,Technology,USD,2016-02-11,1.00,2016-01-12 17:51:16,11644.11,canceled,158,US,11644.11,11644.11,1.00 +1203666686,culturfood,Experimental,Film & Video,CAD,2018-01-01,15000.00,2017-12-09 10:28:02,51.00,failed,2,CA,0.00,40.77,11990.41 +1203668360,Malima Kone - Les Harmonies Debut Album,World Music,Music,USD,2012-04-03,18500.00,2012-02-03 23:16:46,3029.00,failed,41,US,3029.00,3029.00,18500.00 +1203673500,LIFELINE: CLYFFORD STILL AND ABSTRACT EXPRESSIONISM,Nonfiction,Publishing,USD,2016-12-31,20000.00,2016-12-20 22:49:39,0.00,failed,0,US,0.00,0.00,20000.00 +1203680432,Robert Qualters: A Life on Film,Documentary,Film & Video,USD,2013-12-29,6000.00,2013-11-29 20:38:26,1239.00,failed,27,US,1239.00,1239.00,6000.00 +1203682122,In Remembrance Rocks,DIY,Crafts,USD,2017-08-04,500.00,2017-07-05 21:05:43,0.00,failed,0,US,0.00,0.00,500.00 +1203685038,Pre-order the ultimate MAUSBIRD sweater for everyone,Apparel,Fashion,EUR,2014-11-01,7500.00,2014-10-02 16:06:02,3703.33,failed,56,NL,4671.34,4589.52,9294.72 +120369457,Licari Family Italian Delicatessen and Import Market,Restaurants,Food,USD,2016-03-17,85000.00,2016-02-01 05:20:53,121.00,failed,4,US,121.00,121.00,85000.00 +1203699920,TRANSGRESSOR MAGAZINE: SELECTED WORKS,Periodicals,Publishing,USD,2014-06-19,30000.00,2014-05-20 16:16:07,15465.45,failed,145,US,15465.45,15465.45,30000.00 +1203709720,Citea Apparel,Fashion,Fashion,USD,2012-04-05,4000.00,2012-03-06 06:43:56,1000.00,failed,14,US,1000.00,1000.00,4000.00 +"1203710222,""Capturing life, One shutter click at a time"",Photography,Photography,USD,2015-08-19,900.00,2015-07-20 17:46:18,50.00,failed,1,US,50.00,50.00,900.00" +1203734261,Help Hawaii musician KarlieG finish her Debut EP,Music,Music,USD,2016-11-20,3400.00,2016-10-27 03:02:54,4870.00,successful,99,US,0.00,4870.00,3400.00 +1203736059,Everette Hartsoe's ULTIMATE STRYKE COLLECTION,Graphic Novels,Comics,USD,2016-02-01,99.00,2016-01-22 00:26:59,2891.00,successful,47,US,2891.00,2891.00,99.00 +1203743470,The Green Light Tour: A StreetPass Bus Experiment,Games,Games,USD,2015-02-21,7000.00,2015-01-21 21:12:20,1875.00,failed,40,US,1875.00,1875.00,7000.00 +1203748571,A Month of Somedays,Country & Folk,Music,USD,2013-12-15,14000.00,2013-11-15 03:55:21,14639.00,successful,224,US,14639.00,14639.00,14000.00 +"1203749614,""""""This Year's Models: A Photogenic Journey"""""",Shorts,Film & Video,USD,2014-02-27,3000.00,2014-01-28 00:47:21,3000.00,successful,12,US,3000.00,3000.00,3000.00" +120374998,S. A. G. E. CATERING Carribean Soul,Food Trucks,Food,USD,2017-10-11,2000.00,2017-09-11 00:16:53,75.00,failed,2,US,0.00,75.00,2000.00 +1203754332,Pete Peanut and the Trouble with Birthdays,Graphic Design,Design,USD,2015-03-19,25000.00,2015-02-17 16:16:09,26594.00,successful,409,US,26594.00,26594.00,25000.00 +1203755505,Every Bush Is Burning: A Novel,Fiction,Publishing,USD,2011-09-19,3000.00,2011-09-05 17:45:28,4030.00,successful,79,US,4030.00,4030.00,3000.00 +"1203757657,""""""Stank Reality"""""",Shorts,Film & Video,USD,2017-12-17,4000.00,2017-11-17 15:21:39,0.00,failed,0,US,0.00,0.00,4000.00" +120376218,QuickFlight,Apps,Technology,USD,2017-03-20,1500.00,2017-02-13 18:42:23,10.00,failed,1,US,0.00,10.00,1500.00 +1203763143,Hellenic Society Long Sleeve Shirt,Fashion,Fashion,USD,2016-04-25,1000.00,2016-03-20 23:42:16,1037.00,successful,44,US,1037.00,1037.00,1000.00 +120376677,OUIJA ADVENTURES - It's just a game... RIGHT?,Games,Games,USD,2016-10-31,28000.00,2016-10-02 07:11:47,38.00,failed,4,US,113.00,38.00,28000.00 +1203770415,The Start Up,Comedy,Film & Video,USD,2017-05-07,5000.00,2017-04-07 06:51:45,508.00,failed,9,US,0.00,508.00,5000.00 +120377754,The Great Escape TX Escape Rooms,Live Games,Games,USD,2017-02-10,18000.00,2017-01-20 19:24:39,1260.00,failed,5,US,160.00,1260.00,18000.00 +1203779231,ILAN: Edgy Pieces of Clothing that Debunk Fashion Norms,Fashion,Fashion,USD,2015-02-08,1500.00,2015-01-08 21:56:25,1.00,failed,1,US,1.00,1.00,1500.00 +1203784933,MX,Fashion,Fashion,GBP,2016-05-27,500.00,2016-04-27 22:28:11,562.00,successful,36,GB,815.18,823.19,732.38 +1203793871,Broken to BEAST - Regain Your Health...Forever,Nonfiction,Publishing,USD,2017-06-05,15000.00,2017-05-06 14:22:49,101.00,canceled,2,US,101.00,101.00,15000.00 +1203804927,Fyrune T-Shirts,Design,Design,USD,2014-08-27,200.00,2014-08-16 08:46:26,40.00,failed,5,US,40.00,40.00,200.00 +"1203806527,""LATHER, RINSE, REPEAT! A new musical comedy."",Theater,Theater,USD,2014-05-01,8000.00,2014-03-31 18:33:10,8401.00,successful,133,US,8401.00,8401.00,8000.00" +1203811075,Release the Demon Monkey!,Art,Art,AUD,2014-07-01,500.00,2014-06-01 05:33:03,9.00,failed,2,AU,8.38,8.42,467.60 +"1203822510,""Food, Family and Farm Yurt: Rest, Retreat, Eat, Create"",Spaces,Food,USD,2017-04-30,19200.00,2017-03-31 23:33:33,4062.77,failed,34,US,1590.00,4062.77,19200.00" +120382383,Seven West - Short Film,Festivals,Film & Video,AUD,2015-04-10,1500.00,2015-03-27 04:42:12,310.00,failed,4,AU,244.21,237.02,1146.88 +1203824535,Element24 Precision Wooden Watch,Product Design,Design,GBP,2014-04-01,43500.00,2014-02-26 21:02:38,5907.00,failed,35,GB,9843.34,9789.04,72087.90 +1203825198,Sex Kitten Cosmetics,Fashion,Fashion,USD,2015-03-11,10000.00,2015-02-11 20:03:49,0.00,failed,0,US,0.00,0.00,10000.00 +1203825716,Awesome 'Possum,Anthologies,Comics,USD,2014-08-11,1000.00,2014-07-10 16:03:50,2417.50,successful,102,US,2417.50,2417.50,1000.00 +"1203827112,""United in Every City, Everywhere. Is Your City Next?"",Jewelry,Fashion,USD,2017-10-23,10000.00,2017-09-23 02:59:40,30.00,failed,2,US,0.00,30.00,10000.00" +1203832361,Media Arts Fund,People,Photography,USD,2016-10-14,300.00,2016-09-14 17:53:02,0.00,suspended,0,US,0.00,0.00,300.00 +1203839839,Concierge platform funding,Web,Technology,GBP,2015-06-07,100000.00,2015-04-23 08:57:16,0.00,failed,0,GB,0.00,0.00,154865.89 +1203845086,Black Girl Abroad,Fiction,Publishing,USD,2012-01-06,9000.00,2011-12-07 08:55:53,10622.00,successful,168,US,10622.00,10622.00,9000.00 +1203848850,The Laugh Heard Around the World,Public Art,Art,USD,2012-07-15,1.00,2012-06-12 20:12:22,1.00,successful,1,US,1.00,1.00,1.00 +1203850202,Amazing 1st Birthday Cake for Stevie (Canceled),Events,Food,USD,2014-08-10,500.00,2014-07-11 18:34:29,0.00,canceled,0,US,0.00,0.00,500.00 +"1203851755,""Coconuts """"Crazy Monkey"""" Dexterity Game for 2-4 Players!"",Tabletop Games,Games,USD,2014-01-28,14181.00,2014-01-08 06:49:46,27549.00,successful,631,US,27549.00,27549.00,14181.00" +12038543,Moon's Far Side: A Romantic Suspense Novel (Canceled),Fiction,Publishing,USD,2011-08-11,5450.00,2011-06-15 18:55:05,0.00,canceled,0,US,0.00,0.00,5450.00 +1203866175,Naturally Disastrous™,Games,Games,USD,2016-09-13,44.00,2016-09-01 08:15:08,2106.00,successful,61,US,261.00,2106.00,44.00 +1203867721,Spin! the Musical,Musical,Theater,USD,2014-08-08,1000.00,2014-07-09 00:21:19,5.00,failed,1,US,5.00,5.00,1000.00 +120386781,SKI-JACK: The ultimate personal ski carrier,Product Design,Design,EUR,2018-01-17,12000.00,2017-12-18 17:59:50,272.00,live,8,ES,164.49,330.13,14564.34 +1203870426,Fabula Siege,Video Games,Games,CAD,2017-09-28,5000.00,2017-08-29 00:37:01,60.00,canceled,4,CA,24.04,48.23,4019.29 +1203870496,The Toy Box Shop Animated Production Pitch Package,Animation,Film & Video,CAD,2017-10-19,3900.00,2017-09-19 22:14:53,700.00,failed,5,CA,328.36,560.27,3121.50 +1203872522,Pop's! The worlds BEST hand made Kettle Corn is going mobile,Food Trucks,Food,USD,2014-07-01,9500.00,2014-05-31 01:39:39,1538.00,failed,20,US,1538.00,1538.00,9500.00 +1203874345,The Artist's Movement Presents GRUESOME PLAYGROUND INJURIES,Theater,Theater,USD,2014-01-17,4000.00,2013-12-18 23:24:26,3515.00,failed,35,US,3515.00,3515.00,4000.00 +1203876702,Leo the Coffee Drinking Cat Moves to Hawaii,Children's Books,Publishing,USD,2013-11-01,2000.00,2013-10-03 03:53:57,180.00,failed,4,US,180.00,180.00,2000.00 +1203876986,The Trench Coat,Comedy,Film & Video,USD,2015-11-08,250.00,2015-10-23 22:24:04,540.00,successful,15,US,540.00,540.00,250.00 +"1203879721,""""""Starting Over"""" a new web based drama"",Webseries,Film & Video,USD,2014-06-05,7500.00,2014-05-06 19:38:34,10.00,failed,1,US,10.00,10.00,7500.00" +1203881963,Fábrica de Tacos,Ceramics,Art,MXN,2017-07-14,17000.00,2017-06-20 18:14:59,17000.00,successful,13,MX,156.22,963.55,963.55 +1203888421,Inked States of America : Season One,Art,Art,USD,2017-09-10,17000.00,2017-07-12 19:35:54,3.00,failed,3,US,0.00,3.00,17000.00 +1203894192,Cairns Church Stores. Suppling Church and religious items.,Jewelry,Fashion,AUD,2014-10-01,5000.00,2014-09-11 11:01:49,20.00,failed,1,AU,18.35,17.50,4375.98 +1203894793,MINOR DISPUTE,Jazz,Music,USD,2014-11-06,14000.00,2014-10-06 16:44:05,14302.00,successful,302,US,14302.00,14302.00,14000.00 +1203900738,Caffè Italia,Publishing,Publishing,SEK,2016-05-23,60000.00,2016-04-23 13:00:56,63415.00,successful,93,SE,7798.12,7642.11,7230.57 +1203903104,Silhouette Canvas Art (Canceled),Painting,Art,GBP,2014-03-12,150.00,2014-02-10 19:54:01,0.00,canceled,0,GB,0.00,0.00,248.92 +"1203907349,""A book called """" I Had to Die to Learn How to Live """""",Nonfiction,Publishing,CAD,2015-03-03,15000.00,2015-02-10 22:08:31,326.00,failed,3,CA,260.41,261.51,12032.73" +1203916615,Triage Treat Transport,Product Design,Design,USD,2017-03-24,8500.00,2017-02-07 01:03:16,5.00,failed,1,US,0.00,5.00,8500.00 +120392278,Breathe - The Meditation Lamp,Product Design,Design,CAD,2015-06-18,8500.00,2015-05-19 14:46:57,3841.00,failed,75,CA,3190.53,3130.14,6926.90 +1203923523,$.B.D.K.,Apparel,Fashion,USD,2015-08-08,3000.00,2015-07-09 19:46:32,10.00,failed,1,US,10.00,10.00,3000.00 +1203924108,The War Never Ends (Working title),Nonfiction,Publishing,USD,2015-06-27,45000.00,2015-05-28 06:03:06,1.00,failed,1,US,1.00,1.00,45000.00 +"1203928764,""Prehistorik, the card game"",Tabletop Games,Games,EUR,2016-12-17,3200.00,2016-11-17 18:45:33,414.00,failed,22,FR,198.92,432.47,3342.73" +1203929042,Girlfriends Talk Sports With Kfrye (Canceled),Webseries,Film & Video,USD,2012-02-25,75000.00,2011-12-27 17:48:36,0.00,canceled,0,US,0.00,0.00,75000.00 +1203929576,DUMBO HEIGHTS BIKE Retail Shop & Bike Parking Garage,Architecture,Design,USD,2014-09-14,5000.00,2014-08-15 18:52:40,0.00,failed,0,US,0.00,0.00,5000.00 +1203934578,Free To Use Educational Materials Site About Life in China,Documentary,Film & Video,EUR,2015-06-02,1200.00,2015-04-03 01:19:05,110.00,failed,3,IE,118.49,123.40,1346.17 +120395057,The Connect on UNregular Radio,Music,Music,USD,2012-09-07,1600.00,2012-08-08 07:46:05,0.00,failed,0,US,0.00,0.00,1600.00 +1203951573,WHEN to be WHERE | A new kind of TRAVEL & OUTDOOR APP,Apps,Technology,EUR,2016-10-08,15000.00,2016-09-04 16:49:06,3080.00,canceled,14,DE,702.89,3388.60,16502.92 +"1203953459,""Safe, disinfected water. Everywhere. Anytime."",Hardware,Technology,EUR,2014-07-25,27000.00,2014-06-25 09:47:18,5286.00,failed,27,NL,7186.09,7104.36,36287.88" +1203955639,The Pedal Stills are making and EP and going on tour!,Rock,Music,USD,2011-09-16,500.00,2011-08-17 23:34:07,1201.00,successful,17,US,1201.00,1201.00,500.00 +1203956494,Short Film: The Den,Shorts,Film & Video,USD,2010-09-11,5000.00,2010-07-26 21:07:29,1102.00,failed,11,US,1102.00,1102.00,5000.00 +"120396337,""""""Who Am I?"""" Picture Book Series for Bilingual Students"",Children's Books,Publishing,USD,2012-11-12,3800.00,2012-10-03 03:25:46,145.00,failed,6,US,145.00,145.00,3800.00" +1203968996,Abby Payne's Music Video Project,Music,Music,USD,2010-09-22,2000.00,2010-08-13 17:35:39,2124.00,successful,42,US,2124.00,2124.00,2000.00 +1203969425,Terra Firma Startup,Mobile Games,Games,USD,2017-08-04,2500.00,2017-06-05 18:52:33,0.00,canceled,0,US,0.00,0.00,2500.00 +1203972065,Help the Co-op Connect! - PRFC WiFi Router Campaign,Technology,Technology,USD,2014-09-07,300.00,2014-08-08 23:17:55,548.00,successful,13,US,548.00,548.00,300.00 +1203972351,Fashionable-luxury-different-intense. GymLife - Gym Apparel,Apparel,Fashion,GBP,2016-03-28,16000.00,2016-02-27 12:35:21,0.00,canceled,0,GB,0.00,0.00,22895.41 +1203976264,Hankie Pie,Small Batch,Food,USD,2016-02-13,1500.00,2016-01-23 22:30:55,1700.00,successful,16,US,1700.00,1700.00,1500.00 +1203978656,Solutionz,Documentary,Film & Video,USD,2012-01-27,5000.00,2011-12-13 17:03:53,0.00,failed,0,US,0.00,0.00,5000.00 +1203979605,Ratchet Jacket,Product Design,Design,USD,2015-12-10,3000.00,2015-11-10 13:58:02,530.00,failed,20,US,530.00,530.00,3000.00 +1203981642,Monkey King,Fiction,Publishing,USD,2015-10-02,10000.00,2015-09-02 23:29:28,865.00,failed,11,US,865.00,865.00,10000.00 +1203986212,HZB Debut Album Release,Pop,Music,GBP,2014-07-26,950.00,2014-06-26 02:23:27,0.00,failed,0,GB,0.00,0.00,1598.44 +1203987363,Walk [Your City],Public Art,Art,USD,2012-04-29,5800.00,2012-03-28 18:48:57,11364.69,successful,549,US,11364.69,11364.69,5800.00 +120398847,HackPack.press - Airbnb for the media industry,Journalism,Journalism,USD,2015-11-20,8000.00,2015-10-21 05:30:55,611.00,failed,4,US,611.00,611.00,8000.00 +1203991411,A Long Day - Animation short film,Animation,Film & Video,EUR,2016-08-14,8000.00,2016-07-12 16:46:09,186.00,failed,11,ES,99.47,210.66,9060.84 +1203991413,The Soul,Comic Books,Comics,USD,2014-10-10,3000.00,2014-09-09 20:04:08,146.00,failed,7,US,146.00,146.00,3000.00 +1204006176,Not the Normal Fast Food Documentary,Documentary,Film & Video,USD,2014-02-18,18000.00,2014-01-04 17:00:24,43.00,failed,3,US,43.00,43.00,18000.00 +1204008510,Lisa Star's Bare Essentials CD Project!,Jazz,Music,USD,2012-07-12,3500.00,2012-06-12 08:26:06,3525.00,successful,43,US,3525.00,3525.00,3500.00 +1204013467,PCA Exhibits Artwork Created by Special Needs Individuals,Fashion,Fashion,USD,2012-09-16,8000.00,2012-08-17 16:04:28,11161.00,successful,158,US,11161.00,11161.00,8000.00 +1204013485,Karma Kards,Printing,Crafts,USD,2015-03-05,20000.00,2015-02-03 16:50:20,71.00,failed,3,US,71.00,71.00,20000.00 +1204017488,31 Apparel,Apparel,Fashion,USD,2015-07-03,14500.00,2015-06-03 17:59:45,15060.00,successful,181,US,15060.00,15060.00,14500.00 +1204019501,tanzmobil – project to support dance production,Dance,Dance,EUR,2015-09-07,7000.00,2015-08-11 14:54:25,7200.00,successful,70,AT,7895.49,8112.95,7887.59 +1204020805,Carry your essentials with elegance,Accessories,Fashion,DKK,2017-12-30,96000.00,2017-12-05 08:12:08,21020.00,failed,17,DK,3.19,3400.36,15529.71 +"1204021144,""Pacific High's self-titled album. For the fans, by the fans."",Music,Music,USD,2014-06-25,3000.00,2014-05-11 18:41:08,495.00,failed,12,US,495.00,495.00,3000.00" +1204022293,Spotted Bargains - Social Media for Bargain Hunters,Web,Technology,GBP,2017-06-18,150.00,2017-04-19 08:12:24,0.00,canceled,0,GB,0.00,0.00,190.87 +1204031509,Summer of Discovery (A Walk Along with Otter Traxx),Photography,Photography,USD,2013-06-29,4000.00,2013-05-30 01:14:39,10.00,failed,1,US,10.00,10.00,4000.00 +1204041450,~ Inner Hue ~ Natural Plant Based Skin Dye.,Accessories,Fashion,USD,2017-07-21,5000.00,2017-06-11 21:10:19,1.00,failed,1,US,1.00,1.00,5000.00 +"1204041623,""""""Foodie"""" -- a short dark comedy horror film"",Shorts,Film & Video,USD,2011-09-14,3000.00,2011-07-16 23:46:04,3326.00,successful,41,US,3326.00,3326.00,3000.00" +120404603,LUCKY GIRL,Fiction,Publishing,GBP,2016-08-04,10000.00,2016-07-05 18:24:51,700.00,failed,2,GB,0.00,920.79,13154.09 +1204048802,My Dream in Cream – La Brava,Food,Food,GBP,2014-06-30,50000.00,2014-05-22 23:05:37,100.00,failed,3,GB,168.41,171.44,85717.71 +1204051975,Space Rites: Interactive Installation & Performance Series,Art,Art,USD,2014-09-12,6000.00,2014-08-26 20:38:07,6294.17,successful,103,US,6294.17,6294.17,6000.00 +1204064023,Prison Blues L.L.C,Poetry,Publishing,USD,2016-05-25,1.00,2016-04-25 21:41:26,0.00,failed,0,US,0.00,0.00,1.00 +1204068752,Topographic Typography—World Geography Thru Visual Language,Typography,Design,USD,2014-10-06,3800.00,2014-09-15 22:02:31,3955.00,successful,57,US,3955.00,3955.00,3800.00 +1204073586,Doc Watson Family Milestones,Music,Music,USD,2013-02-24,72000.00,2013-01-25 19:58:27,83096.00,successful,497,US,83096.00,83096.00,72000.00 +1204076384,THE SHIN GUARD,Product Design,Design,USD,2014-11-29,15000.00,2014-10-15 16:34:49,335.00,failed,12,US,335.00,335.00,15000.00 +1204082809,Are You Listening or Just Waiting for Your Chance to Speak?,Photography,Photography,USD,2012-12-23,1500.00,2012-11-08 02:26:50,1520.00,successful,21,US,1520.00,1520.00,1500.00 +120408381,Mo'Fone is Recording a New Album!,Jazz,Music,USD,2013-06-05,15000.00,2013-05-06 20:28:29,15762.00,successful,159,US,15762.00,15762.00,15000.00 +1204085383,Codex Infernus: The Savage Guide to Hell (Revised),Tabletop Games,Games,USD,2015-10-01,6500.00,2015-09-01 19:01:48,9953.00,successful,310,US,9953.00,9953.00,6500.00 +1204089107,BLOW MINDS,Performances,Dance,EUR,2016-02-20,12000.00,2016-01-20 01:26:08,56.00,failed,3,FR,61.01,61.63,13207.13 +1204098146,US's Largest Disco Ball: Clean-Air Fireworks Alternative,Installations,Art,USD,2014-12-06,25000.00,2014-11-06 20:36:36,13599.00,failed,62,US,13599.00,13599.00,25000.00 +1204099722,Divine Nature,Music,Music,USD,2016-09-01,12500.00,2016-08-08 22:00:03,50.00,failed,1,US,0.00,50.00,12500.00 +1204102113,Positive Psychology Approach to Suicide Prevention,Technology,Technology,USD,2015-05-01,10000.00,2015-04-17 15:38:09,1.00,failed,1,US,1.00,1.00,10000.00 +1204108891,Some poems as an illustrated book.,Art Books,Publishing,GBP,2014-01-03,600.00,2013-12-04 20:43:28,1.00,failed,1,GB,1.64,1.64,985.06 +1204117453,SplashMaps,Product Design,Design,GBP,2012-12-08,8000.00,2012-11-08 17:17:59,8276.99,successful,101,GB,13259.60,13342.02,12895.53 +1204118218,4 Writers: A Series Masterpiece,Fiction,Publishing,USD,2013-06-09,35000.00,2013-05-10 18:31:49,27.00,failed,3,US,27.00,27.00,35000.00 +1204119108,Remake a great game: Armada,Video Games,Games,USD,2012-08-19,3000.00,2012-07-10 19:09:34,105.00,failed,5,US,105.00,105.00,3000.00 +1204131413,Public Art | The Avenues Ingersoll & Grand Restoration,Public Art,Art,USD,2017-11-02,1000.00,2017-10-03 20:28:30,1058.01,successful,14,US,50.00,1058.01,1000.00 +1204134507,Christmas Album Project (Canceled),Jazz,Music,USD,2012-01-31,1500.00,2011-12-21 22:59:43,175.00,canceled,6,US,175.00,175.00,1500.00 +1204134752,The Imagination Book - A Coloring Book,Illustration,Art,CAD,2016-03-19,4700.00,2016-02-08 07:22:55,1620.00,failed,26,CA,1164.08,1219.15,3537.03 +"1204136265,""Fable Fortune - A Fable CCG with Co-op, PvP & Questing"",Video Games,Games,GBP,2016-06-29,250000.00,2016-05-31 16:00:10,58852.58,canceled,1536,GB,86015.38,78173.05,332071.46" +1204137576,The Sacraments - A Convert's Perspective,Documentary,Film & Video,USD,2013-11-07,3800.00,2013-10-08 03:10:49,2000.00,failed,36,US,2000.00,2000.00,3800.00 +1204138046,DrawAndRace3,Video Games,Games,GBP,2015-02-16,100.00,2014-12-18 19:29:32,1067.00,successful,85,GB,1677.68,1640.58,153.76 +1204157431,SaikouCon 2013,Comics,Comics,USD,2012-07-26,25000.00,2012-06-21 19:52:02,0.00,failed,0,US,0.00,0.00,25000.00 +1204186888,Tom vs. The Armies of Hell,Video Games,Games,USD,2014-08-30,20000.00,2014-07-31 11:02:10,6146.00,failed,110,US,6146.00,6146.00,20000.00 +1204191598,Smart Kicks,Product Design,Design,USD,2015-06-08,15000.00,2015-04-29 19:43:34,856.00,failed,4,US,856.00,856.00,15000.00 +1204196991,The CONCEPT24 Planner,Product Design,Design,USD,2016-11-23,25000.00,2016-10-29 19:43:21,1194.00,canceled,19,US,954.00,1194.00,25000.00 +1204198019,Emotionalist: Emotional T-Shirts and etags,Fashion,Fashion,USD,2014-06-30,7500.00,2014-05-31 00:50:36,193.00,failed,5,US,193.00,193.00,7500.00 +1204206623,The new LAB Studio!,Music,Music,USD,2017-09-22,10000.00,2017-08-25 21:20:25,1425.00,canceled,6,US,50.00,1425.00,10000.00 +1204209998,SEVEN TO SEVEN,Film & Video,Film & Video,USD,2017-05-11,2500.00,2017-04-11 19:35:07,2557.00,successful,34,US,90.00,2557.00,2500.00 +1204212311,Pandora's Box,Gadgets,Technology,USD,2014-10-17,75000.00,2014-09-17 22:35:47,630.00,failed,8,US,630.00,630.00,75000.00 +1204221555,Weekend Mechanic 3d,Apps,Technology,USD,2015-05-01,5000.00,2015-04-01 14:07:57,26.00,failed,2,US,26.00,26.00,5000.00 +1204240519,Programa La Esquina se va de viaje por el noroeste de México,Crafts,Crafts,MXN,2017-05-12,50000.00,2017-04-15 09:59:20,4700.00,failed,7,MX,12.11,248.72,2645.92 +1204252243,Reach your Potental and Control your Future Goal setting,Publishing,Publishing,USD,2014-07-13,8000.00,2014-06-13 16:26:23,0.00,failed,0,US,0.00,0.00,8000.00 +120426911,A Home Entertainment System Starting in Florida,Video Games,Games,USD,2014-12-17,5000.00,2014-11-17 19:24:35,6.00,failed,2,US,6.00,6.00,5000.00 +1204278880,LYNGAR'S MULTI - CAN STAND w/brush holder *Unlimited Uses!!,Hardware,Technology,USD,2015-06-02,125000.00,2015-04-03 17:29:37,100.00,failed,1,US,100.00,100.00,125000.00 +1204293723,TIME WARRIOR,Film & Video,Film & Video,USD,2012-09-02,100000.00,2012-08-03 23:42:27,336.00,failed,10,US,336.00,336.00,100000.00 +1204294606,Return to Rander Issue #1,Comics,Comics,USD,2013-04-01,1200.00,2013-03-01 06:01:20,2020.00,successful,61,US,2020.00,2020.00,1200.00 +1204301197,Roaring Tiger Pins CMYW,Accessories,Fashion,EUR,2016-04-24,360.00,2016-03-25 21:45:03,118.00,failed,5,FR,131.83,134.56,410.51 +120430132,The Joshua Network Shows,Film & Video,Film & Video,USD,2012-05-23,250000.00,2012-04-23 23:36:25,35.00,failed,2,US,35.00,35.00,250000.00 +1204304406,The Fortress Holds! - A campaign to create a Fortress album!,Rock,Music,USD,2013-02-07,5400.00,2013-01-23 19:45:00,5501.21,successful,114,US,5501.21,5501.21,5400.00 +1204312272,The Story of Flewn,Animation,Film & Video,USD,2012-06-22,16000.00,2012-05-22 19:30:55,44355.15,successful,1245,US,44355.15,44355.15,16000.00 +1204312690,Watermark the truth beneath the surface - Translate,Translations,Publishing,CAD,2015-03-07,2725.00,2015-02-05 20:55:01,180.00,failed,6,CA,144.67,141.35,2139.94 +1204313265,The Time of My Life,Hip-Hop,Music,USD,2016-04-20,1000000.00,2016-03-21 20:23:06,0.00,failed,0,US,0.00,0.00,1000000.00 +1204320205,The debut production of Sandy McKnight's comedy RENT HAIR!,Theater,Theater,USD,2014-02-02,1000.00,2014-01-13 21:42:52,1055.00,successful,21,US,1055.00,1055.00,1000.00 +120433222,Nectar Boxes (Canceled),Vegan,Food,GBP,2015-05-20,4800.00,2015-04-20 17:14:16,0.00,canceled,0,GB,0.00,0.00,7507.27 +1204333026,The Creature EP,Metal,Music,USD,2015-07-10,100.00,2015-07-02 16:28:59,0.00,failed,0,US,0.00,0.00,100.00 +1204335911,SKYCHECK TCAS SYSTEM,Software,Technology,EUR,2017-12-05,110000.00,2017-10-16 17:22:58,81.00,failed,4,IT,0.00,95.11,129162.56 +1204345012,Re-Creating AD&D Module Cover Paintings Part 2,Illustration,Art,USD,2013-10-07,5500.00,2013-09-13 19:00:19,6313.00,successful,105,US,6313.00,6313.00,5500.00 +1204346334,Tappan Chairs: Recrafting a Two Century Old Tradition,Product Design,Design,USD,2014-02-04,22000.00,2014-01-06 17:59:29,27508.14,successful,112,US,27508.14,27508.14,22000.00 +1204348604,The W.A.Y.,Web,Technology,USD,2014-08-03,5000.00,2014-07-14 21:02:14,5.00,failed,1,US,5.00,5.00,5000.00 +1204360293,The Map- an opera with moments of comedy,Classical Music,Music,USD,2014-03-28,3200.00,2014-02-26 20:17:22,2095.00,failed,30,US,2095.00,2095.00,3200.00 +1204364075,Dangerous Beauties - Brava Theatre Project,Performances,Dance,USD,2014-11-17,5000.00,2014-09-18 03:01:43,5000.00,successful,80,US,5000.00,5000.00,5000.00 +1204391418,Suburban Monsters,Children's Books,Publishing,USD,2013-08-11,1500.00,2013-07-12 14:26:36,177.00,failed,8,US,177.00,177.00,1500.00 +120439569,Diggdaddy New full studio album !,Hip-Hop,Music,USD,2014-08-15,17500.00,2014-07-16 21:00:14,0.00,failed,0,US,0.00,0.00,17500.00 +1204396638,Kingdom Clans 2,Video Games,Games,USD,2014-06-29,280.00,2014-05-30 01:25:26,573.00,successful,22,US,573.00,573.00,280.00 +1204396888,Us in India,Documentary,Film & Video,USD,2014-09-23,1800.00,2014-08-25 21:22:31,605.00,failed,14,US,605.00,605.00,1800.00 +1204419832,CaptCase - Sleek & Slim Premium Leather Case for the iPhone,Product Design,Design,USD,2013-03-23,14500.00,2013-02-16 21:44:00,17219.00,successful,448,US,17219.00,17219.00,14500.00 +1204423454,Unbaked Cake Co.,Vegan,Food,CAD,2014-12-10,4000.00,2014-11-10 01:18:39,5606.00,successful,75,CA,4941.69,4841.11,3454.23 +1204434826,CinniMini's Donuts,Food Trucks,Food,USD,2015-11-24,55000.00,2015-09-25 23:49:08,0.00,failed,0,US,0.00,0.00,55000.00 +1204446096,$5 Watercolor Postcard from the American West,Illustration,Art,USD,2015-05-31,100.00,2015-05-10 07:24:33,216.00,successful,25,US,216.00,216.00,100.00 +"1204446732,""""""Everybody Had Their Own Rhythm"""": The Maine Canneries"",Journalism,Journalism,USD,2013-05-26,3750.00,2013-03-27 15:27:53,582.00,failed,17,US,582.00,582.00,3750.00" +"1204448529,""""""The Beautiful Ball"""" A children's story by Arthur Eastham"",Children's Books,Publishing,USD,2015-05-31,500.00,2015-05-04 17:24:38,611.00,successful,5,US,611.00,611.00,500.00" +1204450766,ModerMorder,Accessories,Fashion,NOK,2014-12-02,20000.00,2014-11-04 03:53:13,20009.00,successful,14,NO,2963.87,2807.45,2806.19 +1204453097,Cheesecake Home Baked Goods,Food,Food,USD,2014-12-22,300.00,2014-12-08 17:26:04,55.00,failed,1,US,55.00,55.00,300.00 +1204456010,Low Kalz - Low Calorie Organic Protein Bars,Small Batch,Food,USD,2017-12-30,5000.00,2017-10-31 15:44:27,20.00,failed,1,US,0.00,20.00,5000.00 +"1204466910,""""""Car Hunters"""" Season 1"",Webseries,Film & Video,USD,2013-10-07,35000.00,2013-08-28 00:33:48,376.00,failed,5,US,376.00,376.00,35000.00" +1204472198,ESPAÑOLETAS: Harmonious Blacksmith featuring Glen Velez,Classical Music,Music,USD,2012-12-14,15000.00,2012-11-16 05:05:39,16600.00,successful,105,US,16600.00,16600.00,15000.00 +1204474897,Paranormal Romance film & ghost story seeks investors,Narrative Film,Film & Video,USD,2011-08-13,800000.00,2011-07-14 18:34:44,25.00,failed,1,US,25.00,25.00,800000.00 +1204479656,Freaky Robots Plush Toys,Crafts,Crafts,CAD,2017-12-02,750.00,2017-11-07 17:00:10,1098.00,successful,22,CA,292.06,855.41,584.29 +1204481779,Violent Sol Worlds,Video Games,Games,USD,2016-01-07,40000.00,2015-11-08 23:57:09,782.00,failed,27,US,782.00,782.00,40000.00 +1204488076,Classic Monster Posters,Graphic Design,Design,USD,2013-11-01,600.00,2013-10-01 20:32:20,918.00,successful,28,US,918.00,918.00,600.00 +1204491724,Fluance Turntable - It's Time to #RespectTheRecord,Product Design,Design,CAD,2016-04-30,60000.00,2016-03-31 14:56:21,65834.00,successful,250,CA,50293.55,51117.32,46587.47 +1204492365,Holy Cow Body Care,Farmer's Markets,Food,USD,2015-08-22,3000.00,2015-08-15 20:51:09,119.00,failed,5,US,119.00,119.00,3000.00 +"1204494566,""""""Spotless Miind"""""",Hip-Hop,Music,USD,2015-04-04,600.00,2015-03-08 08:40:36,1.00,failed,1,US,1.00,1.00,600.00" +1204500738,Facade,Thrillers,Film & Video,USD,2015-09-18,250000.00,2015-07-20 17:27:53,0.00,failed,0,US,0.00,0.00,250000.00 +1204508010,Battle of Britain,Tabletop Games,Games,GBP,2016-08-12,15000.00,2016-07-13 09:19:12,90770.59,successful,1088,GB,53120.62,117700.45,19450.21 +1204510105,Make/100: You-need-friends limited edition,Art,Art,USD,2017-02-16,2500.00,2017-01-23 12:01:38,21380.00,successful,213,US,6021.00,21380.00,2500.00 +120451102,Origin Paddleboards - The World's Best Inflatable SUP,Product Design,Design,CHF,2016-04-14,50000.00,2016-03-15 08:09:06,94843.00,successful,48,CH,96435.54,98013.74,51671.58 +1204515301,ONE - An interactive children's book,Children's Books,Publishing,USD,2014-11-05,5000.00,2014-10-13 21:51:10,5376.77,successful,92,US,5376.77,5376.77,5000.00 +"1204518783,""Read Faster, Learn Faster, especially Dyslexics"",Technology,Technology,GBP,2013-08-29,2000.00,2013-07-23 16:22:13,2700.00,successful,94,GB,4125.98,4184.62,3099.72" +1204520758,Through the eyes of an artist: 8.9 to 10,Art Books,Publishing,USD,2011-06-22,2100.00,2011-05-07 16:29:27,0.00,failed,0,US,0.00,0.00,2100.00 +1204545422,Affordable Luxury Watch / Swiss Mechanical Movement,Product Design,Design,USD,2014-12-13,80000.00,2014-10-28 23:14:39,2795.00,canceled,5,US,2795.00,2795.00,80000.00 +1204550047,New CD & Music Video only YOU can make it happen!!!,Country & Folk,Music,USD,2012-05-03,18000.00,2012-03-19 20:49:21,5630.00,failed,43,US,5630.00,5630.00,18000.00 +1204555529,ChisanaRobotto Newpop Artbook with a virtual ebook version,Mixed Media,Art,USD,2014-06-15,47000.00,2014-05-16 21:40:13,50.00,failed,2,US,50.00,50.00,47000.00 +120459136,G-Lord Apparel . Pride is not a Sin . Gay Pride LTD Edition.,Apparel,Fashion,EUR,2014-07-28,18500.00,2014-06-11 14:10:44,150.00,failed,3,NL,203.85,200.92,24780.66 +1204601891,Bunny Pooh Creations- It's All About The Buns,DIY,Crafts,USD,2014-12-01,123.00,2014-11-06 15:18:16,142.00,successful,4,US,142.00,142.00,123.00 +1204611943,Isinica Clash of Magic,Video Games,Games,USD,2016-11-12,250.00,2016-10-28 13:30:53,280.00,successful,19,US,5.00,280.00,250.00 +1204618003,FANTASY FATEBALL... THE 8ball for Fantasy Football,Games,Games,USD,2014-04-18,10000.00,2014-03-19 18:42:09,2223.00,failed,19,US,2223.00,2223.00,10000.00 +1204622865,The Trunk - A Short Film,Shorts,Film & Video,USD,2014-03-13,3000.00,2014-02-11 16:37:19,5101.00,successful,65,US,5101.00,5101.00,3000.00 +1204630879,Grandma's cookies,Food,Food,USD,2014-09-03,15000.00,2014-08-04 15:54:17,0.00,failed,0,US,0.00,0.00,15000.00 +1204633303,Tide Twenty Two: What if? Campaign (Canceled),Fashion,Fashion,USD,2014-03-03,3200.00,2014-01-23 03:12:36,614.00,canceled,10,US,614.00,614.00,3200.00 +1204638767,Let's Hangout: The Best Shared Events App!!,Apps,Technology,USD,2017-12-26,13000.00,2017-10-27 07:24:06,0.00,failed,0,US,0.00,0.00,13000.00 +1204645244,Pizza Delicious: A New Pizza Oven for Our New Restaurant!,Food,Food,USD,2012-05-19,15000.00,2012-04-19 05:31:07,18300.00,successful,282,US,18300.00,18300.00,15000.00 +1204660336,The Weekly Run-Around,Food,Food,USD,2014-08-29,2500.00,2014-07-30 08:42:59,2525.00,successful,29,US,2525.00,2525.00,2500.00 +"1204661481,""Smoke & Flowers MARFA, Texas Artist Residency"",Mixed Media,Art,USD,2011-08-12,2000.00,2011-07-13 16:45:51,2750.00,successful,17,US,2750.00,2750.00,2000.00" +"1204667169,""Jayden Jackson: Private Eye, Season 1, Episode 1: """"Parasite"""""",Webseries,Film & Video,USD,2013-10-26,1000.00,2013-10-12 21:02:09,1000.00,successful,12,US,1000.00,1000.00,1000.00" +1204668720,Envy - TV Pilot (Canceled),Shorts,Film & Video,USD,2013-11-27,85000.00,2013-09-28 19:02:26,40.00,canceled,2,US,40.00,40.00,85000.00 +1204673775,Dan The Man,Shorts,Film & Video,USD,2011-11-13,3300.00,2011-11-03 17:46:57,50.00,failed,6,US,50.00,50.00,3300.00 +1204676316,ART MACHINE: a feature-length film,Narrative Film,Film & Video,USD,2010-08-10,25000.00,2010-06-24 01:49:32,26578.31,successful,129,US,26578.31,26578.31,25000.00 +1204684521,The Mystery and The Thriller,Film & Video,Film & Video,USD,2017-12-21,75000.00,2017-11-06 13:36:22,25.00,failed,1,US,0.00,25.00,75000.00 +1204689185,Just One,Music,Music,USD,2016-12-02,5000.00,2016-11-02 22:14:38,0.00,canceled,0,US,0.00,0.00,5000.00 +1204691335,STEAL AWAY: Escape to Freedom on the Underground Railroad,Tabletop Games,Games,USD,2013-07-07,19450.00,2013-06-07 08:38:16,742.00,canceled,7,US,742.00,742.00,19450.00 +120469216,A Surgeon's Story: A Woman Healing Children in a Man's World,Nonfiction,Publishing,USD,2012-10-31,15000.00,2012-10-01 17:58:45,2328.00,failed,20,US,2328.00,2328.00,15000.00 +120469697,The Ben Kite Co. Almanack,Documentary,Film & Video,USD,2013-01-14,3500.00,2012-12-08 02:10:59,865.00,failed,28,US,865.00,865.00,3500.00 +"120470201,""""""One Day I Too Go Fly"""" Documentary Post-Production"",Documentary,Film & Video,USD,2017-08-09,60000.00,2017-07-10 19:06:35,71869.00,successful,622,US,2595.00,71869.00,60000.00" +1204702731,The Natural Cycle - Book 1,Fiction,Publishing,USD,2014-08-10,5000.00,2014-07-12 16:39:10,0.00,failed,0,US,0.00,0.00,5000.00 +1204708620,Troubled Cells,Music Videos,Film & Video,USD,2016-10-01,5000.00,2016-09-16 22:57:04,5501.93,successful,76,US,874.00,5501.93,5000.00 +1204717682,Crazy Jane: New Works by Women Composers of Cascadia,Classical Music,Music,USD,2011-08-22,1.00,2011-07-04 01:23:21,103.00,canceled,8,US,103.00,103.00,1.00 +"1204726452,""Support our 1st album """"Earth: Heartsongs for the New World"""""",World Music,Music,USD,2015-12-12,10000.00,2015-11-12 03:25:17,720.00,failed,10,US,720.00,720.00,10000.00" +1204727644,Awesomesauce Games,Video Games,Games,USD,2015-10-29,7000.00,2015-09-29 01:07:08,1.00,failed,1,US,1.00,1.00,7000.00 +1204737378,HEX: The Ultimate Keychain Gadget.,Product Design,Design,USD,2017-11-24,1400.00,2017-10-07 03:46:08,13527.00,successful,286,US,161.00,13527.00,1400.00 +1204738065,Yanks Call It Soccer Podcast,Radio & Podcasts,Publishing,USD,2016-04-05,1500.00,2016-02-05 06:15:30,1586.00,successful,21,US,1586.00,1586.00,1500.00 +"1204738657,""Fund a book on """" Feliz Dia de los Muertos"""""",Art Books,Publishing,USD,2012-12-30,500.00,2012-10-31 22:41:26,27.00,failed,2,US,27.00,27.00,500.00" +1204739665,Hart of Fear's Return to the Woods (Canceled),Immersive,Theater,USD,2014-07-05,1000.00,2014-06-05 21:15:46,0.00,canceled,0,US,0.00,0.00,1000.00 +1204748545,Artisan Stainless Steel Chain Wine Bottle Holder,Crafts,Crafts,CAD,2016-04-16,2750.00,2016-03-17 00:24:23,0.00,failed,0,CA,0.00,0.00,2159.57 +1204748809,VIVO to APAP,Dance,Dance,USD,2017-12-15,2500.00,2017-11-15 18:21:42,100.00,failed,1,US,0.00,100.00,2500.00 +1204758557,Vintage Pistol's Equipment Extravaganza,Rock,Music,USD,2015-06-01,3000.00,2015-04-02 15:49:15,453.00,failed,10,US,453.00,453.00,3000.00 +120476234,CourageCable: 3.5mm Headphone + Lightning Port for iPhone 7,Hardware,Technology,USD,2016-12-11,50000.00,2016-10-27 03:30:34,2416.00,failed,24,US,0.00,2416.00,50000.00 +1204765721,A Preemie's First Year,Nonfiction,Publishing,USD,2012-07-03,7500.00,2012-06-03 10:40:02,60.00,failed,3,US,60.00,60.00,7500.00 +1204766312,'Salome' by Oscar Wilde -September 2015,Theater,Theater,GBP,2015-08-03,1500.00,2015-07-04 13:16:24,1632.00,successful,47,GB,2547.77,2532.35,2327.53 +1204767683,Different Breed Clothing - Fall Launch,Fashion,Fashion,USD,2012-08-30,1000.00,2012-07-31 11:23:40,76.00,failed,3,US,76.00,76.00,1000.00 +1204782417,Charlotte's Kitchen (2.0),Restaurants,Food,USD,2015-11-22,150000.00,2015-10-23 02:44:26,0.00,failed,0,US,0.00,0.00,150000.00 +1204784094,Incarna Comics Art Bonanza!,Comic Books,Comics,USD,2017-04-10,99.00,2017-04-03 18:05:26,520.00,successful,5,US,330.00,520.00,99.00 +1204797852,Aircon Watch:The World First Personal Air-Conditioning Watch,Wearables,Technology,HKD,2017-10-12,38000.00,2017-09-12 19:01:28,2320666.00,successful,3251,HK,14987.97,297224.06,4866.93 +1204806391,FOTOG: The Short Film,Film & Video,Film & Video,USD,2017-03-05,5000.00,2017-02-03 21:48:18,0.00,failed,0,US,0.00,0.00,5000.00 +1204816272,Launch Lina's Lunches!,Food Trucks,Food,USD,2016-11-24,42760.00,2016-10-05 16:58:28,91.00,failed,5,US,80.00,91.00,42760.00 +1204846628,LARP Voyage - Trading Card Game,Tabletop Games,Games,AUD,2017-04-25,2500.00,2017-02-24 06:01:48,194.00,failed,4,AU,0.00,144.95,1867.90 +1204851606,Stories While They Waited,Nonfiction,Publishing,GBP,2015-12-19,700.00,2015-11-19 20:11:44,7522.00,successful,245,GB,11429.73,11215.32,1043.70 +1204862482,Firebolt : Smartcase. Your Smartphone Upgraded.,Hardware,Technology,USD,2017-11-05,100000.00,2017-10-06 04:32:56,1907.00,suspended,26,US,482.00,1907.00,100000.00 +1204867569,Colorado Organix,Food,Food,USD,2015-08-03,100000.00,2015-06-04 02:22:03,0.00,failed,0,US,0.00,0.00,100000.00 +1204873816,Network (Pilot),Film & Video,Film & Video,USD,2012-04-19,2000.00,2012-04-03 17:47:44,90.00,failed,3,US,90.00,90.00,2000.00 +120488659,Nutcracker One. Enjoy nuts like never before!,Product Design,Design,EUR,2016-08-26,1000.00,2016-06-27 20:42:36,2474.00,successful,37,ES,1113.37,2793.14,1129.00 +1204888377,Tail Gater Plus,Gadgets,Technology,CAD,2015-03-01,25000.00,2014-12-31 19:58:06,76.00,failed,2,CA,65.28,60.97,20054.55 +1204889375,CHICKENANDROFLS - YR?(OST) Physical copies!,Electronic Music,Music,USD,2015-12-16,500.00,2015-11-16 05:00:55,55.00,failed,2,US,55.00,55.00,500.00 +1204889383,What Just Happened?,Tabletop Games,Games,USD,2016-09-03,3000.00,2016-08-19 21:00:37,3169.00,successful,79,US,1079.00,3169.00,3000.00 +1204900179,Yeehawd! The fun family game about Holy War™.,Tabletop Games,Games,USD,2012-12-21,12000.00,2012-11-01 19:21:54,7531.66,failed,117,US,7531.66,7531.66,12000.00 +1204901439,Singing My Songs,Country & Folk,Music,USD,2016-04-22,10000.00,2016-02-22 18:37:17,31.00,failed,2,US,31.00,31.00,10000.00 +"1204907618,""Build and Deploy Ocean Wave Energy Device - """"Neptune 1"""""",Hardware,Technology,USD,2012-10-28,275000.00,2012-09-28 06:39:07,416.00,canceled,17,US,416.00,416.00,275000.00" +1204914409,HYDE,Music,Music,USD,2013-11-03,180.00,2013-10-04 01:05:20,5.00,failed,1,US,5.00,5.00,180.00 +120492830,UTB: A Documentary Chronicling The Shocking Future of Sport,Documentary,Film & Video,USD,2013-11-22,65000.00,2013-09-23 18:19:15,61.00,failed,5,US,61.00,61.00,65000.00 +"1204934098,""FILM: """"Who's Afraid of the Cape Cod Bear?"""" Post Prod. Push"",Documentary,Film & Video,USD,2013-03-05,1000.00,2013-02-06 00:12:59,1150.00,successful,18,US,1150.00,1150.00,1000.00" +1204946702,Laser-Cut Rocket Model Kit & RGB LED Dev Board & IR Remote,Technology,Technology,USD,2016-06-01,50000.00,2016-04-24 21:11:52,9168.00,failed,142,US,9168.00,9168.00,50000.00 +120495477,Bold / Funky Minimalist Watch - Under $100,Product Design,Design,USD,2017-03-24,15000.00,2017-02-07 17:27:06,930.00,canceled,10,US,220.00,930.00,15000.00 +120495573,MajorContrasts,Interactive Design,Design,GBP,2016-07-23,10000.00,2016-06-08 17:49:43,0.00,failed,0,GB,0.00,0.00,13167.08 +1204955770,Join in the Creation of Andy Harrison's 8th CD!,Pop,Music,USD,2011-11-01,3500.00,2011-09-28 01:22:31,250.00,failed,2,US,250.00,250.00,3500.00 +1204957410,Jay Lang and the Devil's Due are pressing a record!,Rock,Music,USD,2011-06-10,500.00,2011-05-11 21:10:25,60.00,failed,6,US,60.00,60.00,500.00 +1204968668,Defining Freedom,Photography,Photography,USD,2014-05-02,4000.00,2014-04-02 23:37:32,960.00,failed,16,US,960.00,960.00,4000.00 +120497465,The Insole Sock,Footwear,Fashion,GBP,2015-08-21,5000.00,2015-06-22 18:52:33,57.00,failed,4,GB,90.51,89.33,7836.25 +1204981391,To Stand In Awe of the Old Masters Themselves (Canceled),Painting,Art,AUD,2014-03-20,15000.00,2014-02-18 22:09:48,0.00,canceled,0,AU,0.00,0.00,13599.27 +1204982648,LaserWand Magic Game,Gaming Hardware,Games,EUR,2016-12-11,50.00,2016-11-22 13:53:33,1.00,failed,1,DE,0.00,1.04,52.19 +1204991385,The Bottlecap Boys Bus Project,Music,Music,USD,2012-05-29,8000.00,2012-04-30 23:40:58,8759.00,successful,133,US,8759.00,8759.00,8000.00 +1204995894,The Flushable & Biodegradable Dog Poop Bag,Product Design,Design,USD,2017-01-05,12000.00,2016-12-06 00:30:35,1000.00,failed,14,US,45.00,1000.00,12000.00 +1204998297,iCups - The ultimate iRonic gag gift,Product Design,Design,USD,2014-10-09,10000.00,2014-09-09 15:07:27,10089.00,successful,128,US,10089.00,10089.00,10000.00 +1205013627,Support Small Town Flavor (Web TV Show),Webseries,Film & Video,USD,2013-05-26,50000.00,2013-04-26 23:12:02,195.00,failed,4,US,195.00,195.00,50000.00 +1205015355,Don't Say Anything to Anybody: A German WWII Girlhood,Nonfiction,Publishing,USD,2017-03-07,3700.00,2017-02-14 17:36:26,5673.00,successful,80,US,902.00,5673.00,3700.00 +"1205022674,""Handcrafted, configurable wall clock with swarovski crystals"",Product Design,Design,EUR,2016-03-06,11000.00,2016-02-05 20:22:02,0.00,failed,0,AT,0.00,0.00,12199.04" +1205027255,Save Our Stoke - ART: Planting Trees,Art,Art,CAD,2017-03-31,12000.00,2017-02-23 06:48:00,351.00,failed,4,CA,0.00,263.06,8993.48 +"1205036244,""Knitted clothing for a First World War film, Tell Them of Us"",Shorts,Film & Video,GBP,2014-03-01,1000.00,2014-01-30 10:05:05,1575.00,successful,52,GB,2610.53,2641.29,1677.01" +"1205039229,""When Your Away """"KITTENSPLAY"""""",Product Design,Design,USD,2016-09-01,100000.00,2016-07-23 04:47:10,0.00,failed,0,US,0.00,0.00,100000.00" +1205045747,Color U.S. Trumped | Donald Trump Satirical Coloring Book,Publishing,Publishing,USD,2017-02-24,5000.00,2017-01-24 18:09:28,1420.00,failed,32,US,270.00,1420.00,5000.00 +1205048035,NightBreeds (Canceled),Animation,Film & Video,USD,2013-08-15,50000.00,2013-07-16 01:02:20,373.00,canceled,20,US,373.00,373.00,50000.00 +1205051367,Pinot Rouge: A Short Film,Shorts,Film & Video,GBP,2013-01-14,300.00,2013-01-03 17:17:54,340.00,successful,17,GB,554.56,541.11,477.45 +120505327,Globe,Technology,Technology,GBP,2017-10-03,60000.00,2017-09-03 16:59:39,21751.00,failed,68,GB,3852.64,28440.12,78451.88 +"1205061538,""Aaron J. Trumm Presents """"Strong Happy Healthy Free"""""",Indie Rock,Music,USD,2014-06-04,17000.00,2014-05-05 18:20:58,3453.00,failed,43,US,3453.00,3453.00,17000.00" +"1205064250,""Skipping Stonnes, help to develop the sport and competition!"",Live Games,Games,USD,2018-02-09,10000.00,2017-12-31 23:24:10,81.00,live,4,US,68.00,81.00,10000.00" +1205073954,All Our Sons,Documentary,Film & Video,USD,2014-10-26,65000.00,2014-09-21 15:54:09,3201.00,failed,31,US,3201.00,3201.00,65000.00 +120508230,Finding Molly: An Adventure in Catsitting,Graphic Novels,Comics,USD,2016-10-01,10000.00,2016-09-01 17:56:44,25108.00,successful,612,US,6845.00,25108.00,10000.00 +1205096776,Starving Ballerinas,Dance,Dance,USD,2013-02-09,3000.00,2013-01-10 22:51:27,921.00,failed,20,US,921.00,921.00,3000.00 +1205108256,Gods of Life Manga Series (Canceled),Graphic Novels,Comics,USD,2014-09-02,6000.00,2014-08-03 12:00:45,143.00,canceled,4,US,143.00,143.00,6000.00 +1205117355,Bacon,Bacon,Food,USD,2014-08-27,100.00,2014-07-21 16:25:02,21.00,failed,4,US,21.00,21.00,100.00 +12051217,Success Society Apparel - Dress with a message,Apparel,Fashion,USD,2016-04-14,5000.00,2016-03-15 06:57:53,0.00,failed,0,US,0.00,0.00,5000.00 +1205122727,tim-E: The Alarm Clock with Attitude!,Hardware,Technology,USD,2013-06-13,150000.00,2013-05-14 06:00:27,11324.00,failed,169,US,11324.00,11324.00,150000.00 +1205123122,Block Party Sports,Video Games,Games,USD,2015-04-28,2000.00,2015-04-03 04:54:43,10.00,failed,1,US,10.00,10.00,2000.00 +1205125539,FREE ART in all 50 States!,Art,Art,USD,2011-05-27,5000.00,2011-04-27 15:46:46,125.00,failed,5,US,125.00,125.00,5000.00 +1205127613,Mommy Knows Best,Thrillers,Film & Video,USD,2014-11-01,5000.00,2014-10-02 23:31:12,0.00,failed,0,US,0.00,0.00,5000.00 +1205130451,Rag Doll (A drama),Shorts,Film & Video,USD,2010-12-18,1500.00,2010-11-16 22:19:12,80.00,failed,3,US,80.00,80.00,1500.00 +1205139044,The RompHim™: Your new favorite summer outfit,Apparel,Fashion,USD,2017-06-13,10000.00,2017-05-15 17:03:11,353804.96,successful,3062,US,3629.00,353804.96,10000.00 +1205139538,Carry Me Home,Documentary,Film & Video,GBP,2014-08-08,300.00,2014-07-25 18:06:26,525.00,successful,14,GB,894.34,882.22,504.13 +"1205143307,""""""Hush"""": An Old Dance Piece Made Anew for Chicago"",Dance,Dance,USD,2013-05-21,1100.00,2013-04-17 21:58:00,1531.00,successful,52,US,1531.00,1531.00,1100.00" +1205143617,HALLOWEEN EVE comic book,Comics,Comics,USD,2012-07-28,10000.00,2012-06-29 18:23:48,21372.12,successful,962,US,21372.12,21372.12,10000.00 +1205153846,Assassins Ball: Rise of Sorengard,Live Games,Games,USD,2015-08-06,600.00,2015-07-04 00:27:51,1138.00,successful,45,US,1138.00,1138.00,600.00 +1205165036,Pranayama Blows (Canceled),Graphic Design,Design,USD,2013-10-04,750.00,2013-09-04 04:05:19,25.00,canceled,1,US,25.00,25.00,750.00 +1205169152,SHINKUKAN - The Kawaii Steampunk Android TCG,Tabletop Games,Games,USD,2014-09-17,20000.00,2014-08-16 04:58:16,20758.00,successful,259,US,20758.00,20758.00,20000.00 +1205171435,indi-GO ? Nigeria: designing hand-patterned cloth,Mixed Media,Art,USD,2011-12-11,1250.00,2011-11-11 00:53:42,1438.00,successful,18,US,1438.00,1438.00,1250.00 +1205175355,Harlem Renaissance (Canceled),Video Games,Games,USD,2015-06-06,5500.00,2015-04-07 01:33:29,25.00,canceled,1,US,25.00,25.00,5500.00 +1205177155,Girls On The Internet EP Release and merchandise,Music,Music,GBP,2017-05-31,150.00,2017-05-01 20:05:21,0.00,failed,0,GB,0.00,0.00,192.80 +120517776,The FLEX - Titanium Keychain Carabiner,Product Design,Design,AUD,2017-12-10,3000.00,2017-11-15 15:16:00,6505.00,successful,80,AU,1648.66,4992.71,2302.56 +1205179420,The Fierce Urgency of Now,Shorts,Film & Video,USD,2015-08-15,8000.00,2015-07-16 21:10:29,220.00,failed,6,US,220.00,220.00,8000.00 +1205186641,Left 4 Dead in Johnstown - Part 3,Shorts,Film & Video,USD,2012-05-10,825.00,2012-04-10 05:18:48,126.00,failed,9,US,126.00,126.00,825.00 +1205198007,2012 tour - help me fund travel costs & get goodies!,Indie Rock,Music,USD,2011-12-24,800.00,2011-10-25 19:42:56,1690.00,successful,29,US,1690.00,1690.00,800.00 +1205202516,Wineries of Niagara on the Lake,Publishing,Publishing,CAD,2015-11-27,600.00,2015-10-28 20:44:59,125.00,failed,5,CA,94.93,93.65,449.54 +1205206087,Lo-Jack N Jill,Apps,Technology,USD,2015-06-19,35000.00,2015-05-20 19:28:25,0.00,failed,0,US,0.00,0.00,35000.00 +1205215881,Lotus Boutique ATLANTA,Fashion,Fashion,USD,2014-02-21,5000.00,2014-01-22 02:56:29,869.00,failed,11,US,869.00,869.00,5000.00 +1205215995,The War on our Boarder (Canceled),Documentary,Film & Video,USD,2011-04-08,15000.00,2011-03-09 02:04:10,0.00,canceled,0,US,0.00,0.00,15000.00 +1205222962,Reset Games (Canceled),Webseries,Film & Video,USD,2015-03-13,300.00,2015-02-10 15:07:50,0.00,canceled,0,US,0.00,0.00,300.00 +1205230888,The Hot Tub Dialogues: A Subterranean Gallery Lecture Series,Art,Art,USD,2011-11-28,2500.00,2011-10-29 18:25:08,2773.00,successful,58,US,2773.00,2773.00,2500.00 +1205231533,Sluggo The Skullcrusher - Round Two!,Shorts,Film & Video,USD,2014-04-11,8000.00,2014-03-14 01:54:03,458.00,failed,18,US,458.00,458.00,8000.00 +1205242851,Deozoa: Legends of Eden (Canceled),Video Games,Games,USD,2012-09-27,78000.00,2012-08-22 12:55:49,13437.00,canceled,306,US,13437.00,13437.00,78000.00 +1205245804,Potato Chips (Canceled),Food,Food,CAD,2014-08-18,15.00,2014-07-19 00:20:27,5.00,canceled,1,CA,4.65,4.56,13.69 +1205255061,Postcards from the South of France,Photography,Photography,USD,2012-12-13,500.00,2012-11-13 14:43:22,1050.00,successful,19,US,1050.00,1050.00,500.00 +1205255755,Monarch Social:A Mobile Luxury Lounge in a Double-Decker Bus,Events,Food,USD,2016-08-21,50000.00,2016-07-21 19:00:32,1376.00,failed,9,US,375.00,1376.00,50000.00 +1205256702,Digital anime drawing of your choice (Canceled),Digital Art,Art,AUD,2015-02-24,50.00,2015-01-25 01:37:09,0.00,canceled,0,AU,0.00,0.00,39.14 +1205257933,Everybody Media Group,Film & Video,Film & Video,USD,2015-06-02,400000.00,2015-04-07 17:43:00,0.00,failed,0,US,0.00,0.00,400000.00 +1205258844,Plane Jane Apparel and 40K Lipstick by Plane Jane,Apparel,Fashion,USD,2015-07-21,40000.00,2015-06-11 18:55:17,250.00,failed,10,US,250.00,250.00,40000.00 +1205260400,Connected Together Across Solitude,Public Art,Art,USD,2013-08-29,9500.00,2013-07-30 01:38:35,426.00,failed,8,US,426.00,426.00,9500.00 +"1205263291,""BOUNTY (A web-series, among other projects)"",Comedy,Film & Video,GBP,2016-01-06,3000.00,2015-12-08 13:11:22,0.00,failed,0,GB,0.00,0.00,4372.41" +1205265977,3D Printer - Bayou Mendel RepRap,Hardware,Technology,USD,2011-06-14,20000.00,2011-04-30 23:26:53,85.00,failed,3,US,85.00,85.00,20000.00 +1205266654,Maple Shade Arts Council Summer Theatre for Children,Musical,Theater,USD,2014-08-16,1200.00,2014-07-08 06:56:06,1276.00,successful,34,US,1276.00,1276.00,1200.00 +1205267395,Fest-Noz Vraz 2011! Breton music lives in the USA!,World Music,Music,USD,2011-11-05,3000.00,2011-09-24 17:20:57,1216.00,failed,25,US,1216.00,1216.00,3000.00 +120527637,BASIUS 2.5 - The Tabletop Wargames Base Stamp System Returns,Tabletop Games,Games,GBP,2015-09-14,300.00,2015-08-28 19:00:42,31441.00,successful,446,GB,48714.85,49194.97,469.40 +"1205304437,""The Cotabato Sessions, a music legacy from the Philippines"",World Music,Music,USD,2014-02-22,15000.00,2014-01-29 19:33:55,16228.00,successful,177,US,16228.00,16228.00,15000.00" +"1205307606,Simple Thoughts,Publishing,Publishing,USD,2015-04-23,3000.00,2015-03-24 21:36:40,1.00,undefined,0,""N,0"""""",,1.00,3000.00" +1205311704,Dongled,Apps,Technology,USD,2015-05-25,45000.00,2015-04-25 12:21:33,137.00,failed,11,US,137.00,137.00,45000.00 +"1205323660,""Formaker 4-in-1 CNC Mill, Laser, PCB, 3-D Printer All-In-One"",3D Printing,Technology,USD,2015-09-09,50000.00,2015-08-10 17:28:01,42275.00,canceled,56,US,42275.00,42275.00,50000.00" +1205326295,Hellfyre Masked Winter Ball 2013,Public Art,Art,GBP,2013-08-01,3500.00,2013-06-11 18:06:42,155.00,failed,6,GB,240.92,234.86,5303.35 +1205329792,Personalized Custom Beer in a Can,Drinks,Food,USD,2014-12-18,2500.00,2014-11-18 02:44:40,45.00,failed,2,US,45.00,45.00,2500.00 +1205336741,Stand United 4 Women and Girls,Performance Art,Art,CAD,2014-06-23,100000.00,2014-04-24 00:39:22,23.23,failed,2,CA,21.08,21.74,93571.63 +1205348737,DrasticMeasures (Canceled),Software,Technology,CAD,2016-03-17,250000.00,2016-02-16 22:04:44,0.00,canceled,0,CA,0.00,0.00,192782.23 +1205354234,Made From The Heart Mixes,Farmer's Markets,Food,USD,2016-12-03,600.00,2016-11-03 15:46:14,136.00,failed,4,US,25.00,136.00,600.00 +1205361847,Ward's Daily Almanac Presents,Nonfiction,Publishing,USD,2013-08-04,100000.00,2013-06-05 11:37:31,261.00,failed,7,US,261.00,261.00,100000.00 +1205365926,Cerberus 500 Series Analog and Digital Chassis with MIDI I/O,Sound,Technology,USD,2015-08-26,40000.00,2015-07-27 15:42:22,9556.00,failed,12,US,9556.00,9556.00,40000.00 +1205367032,Crowd Saviour,Apps,Technology,AUD,2016-12-27,4000.00,2016-11-17 07:51:26,326.00,failed,9,AU,0.00,235.43,2888.71 +1205368966,The Golden Quills,Publishing,Publishing,USD,2017-11-26,1000.00,2017-09-27 06:05:59,40.00,canceled,1,US,0.00,40.00,1000.00 +1205371046,Go Sleep Mask: Support & Comfort for your Trip,Product Design,Design,USD,2013-12-23,20000.00,2013-11-13 20:13:50,53190.00,successful,1104,US,53190.00,53190.00,20000.00 +1205374336,The Misanthropic coloring book (Canceled),Art Books,Publishing,USD,2011-08-01,3500.00,2011-05-03 20:20:49,25.00,canceled,1,US,25.00,25.00,3500.00 +1205387738,Super Robot Mayhem #2,Comics,Comics,GBP,2017-10-19,7500.00,2017-09-19 10:31:20,2563.00,failed,137,GB,1109.15,3379.66,9889.76 +1205388286,JC Project (Canceled),Graphic Design,Design,USD,2013-10-24,2000.00,2013-09-24 09:14:48,401.00,canceled,10,US,401.00,401.00,2000.00 +1205388488,59 Tips for Pregnant Men: The Stage Play/Musical,Theater,Theater,USD,2013-08-09,5300.00,2013-06-21 18:03:14,26.00,failed,4,US,26.00,26.00,5300.00 +1205390843,PALMARIUS (MIX TAPE),Hip-Hop,Music,USD,2015-10-25,100.00,2015-08-26 02:59:23,0.00,failed,0,US,0.00,0.00,100.00 +1205396669,Ceramics Studio,Ceramics,Art,USD,2016-02-17,1700.00,2015-12-19 00:23:46,156.00,failed,3,US,156.00,156.00,1700.00 +1205406728,Rate Around,Restaurants,Food,EUR,2016-06-24,7000.00,2016-05-27 04:09:46,0.00,failed,0,IE,0.00,0.00,7746.19 +"120540746,Long Story Short: The Mixtape,Music,Music,USD,2015-03-28,1300.00,2015-01-27 02:22:58,0.00,undefined,0,""N,0"""""",,0.00,1300.00" +1205408093,Nouvelle Vie...New Life (Canceled),Shorts,Film & Video,USD,2011-09-16,28000.00,2011-08-12 19:07:52,1840.00,canceled,29,US,1840.00,1840.00,28000.00 +1205408145,Modern America: The End of Political Discourse (Canceled),Journalism,Journalism,USD,2011-08-31,5000.00,2011-06-02 20:23:01,0.00,canceled,0,US,0.00,0.00,5000.00 +1205408667,Club House Black Art Center (Canceled),Art,Art,USD,2015-03-22,500000.00,2015-02-21 02:43:31,0.00,canceled,0,US,0.00,0.00,500000.00 +1205413823,Recording Equipment,Faith,Music,USD,2017-11-11,30000.00,2017-10-12 18:59:24,1260.00,failed,18,US,100.00,1260.00,30000.00 +"1205423875,""Carbon Fiber Laptop Sleeves by DFWcomposites, made in Dallas"",Product Design,Design,USD,2013-09-26,40000.00,2013-08-29 20:58:34,5020.00,failed,52,US,5020.00,5020.00,40000.00" +1205424490,CELEBRITIES TO GO!,Webseries,Film & Video,USD,2012-02-07,3300.00,2012-01-03 04:16:48,3392.04,successful,27,US,3392.04,3392.04,3300.00 +1205425917,A Stitch In Time - Short Film,Drama,Film & Video,GBP,2017-09-21,16219.00,2017-08-22 09:15:21,2335.00,failed,25,GB,83.71,3168.16,22006.19 +1205434001,TuskBuffer Mammoth Ivory Guitar Picks,Product Design,Design,USD,2013-06-11,1000.00,2013-04-27 22:28:51,3708.00,successful,104,US,3708.00,3708.00,1000.00 +1205436871,LmaoLive.com is The First Live Cam Website For Comedians,Web,Technology,USD,2015-02-20,20000.00,2015-01-21 16:44:18,37.00,failed,6,US,37.00,37.00,20000.00 +1205444345,AcadeCon 2015: Into the Wilds - Presented by The RPG Academy,Tabletop Games,Games,USD,2015-09-07,4000.00,2015-08-06 16:45:22,6379.90,successful,155,US,6379.90,6379.90,4000.00 +1205444576,Boba Cola - Catch the Slave-1 Parody Star Wardrobe T-shirt,Apparel,Fashion,USD,2017-06-26,20.00,2017-06-16 14:35:13,324.00,successful,19,US,80.00,324.00,20.00 +1205454327,Barnstorm - A Country Musical,Theater,Theater,USD,2011-08-31,5000.00,2011-06-02 05:20:01,1010.00,failed,11,US,1010.00,1010.00,5000.00 +1205458043,Pray For Dark (Canceled),Video Games,Games,USD,2012-10-14,400000.00,2012-08-17 17:57:08,4755.00,canceled,105,US,4755.00,4755.00,400000.00 +1205468867,King MC: reaching the next level,Hip-Hop,Music,USD,2011-07-01,2500.00,2011-05-27 06:32:45,660.00,failed,7,US,660.00,660.00,2500.00 +1205469115,The Brilliant Life Planner,Calendars,Publishing,USD,2016-09-23,15000.00,2016-08-21 23:29:06,29153.00,successful,558,US,10512.00,29153.00,15000.00 +1205493820,PlotHop - Part Game. Part Life. (Canceled),Video Games,Games,USD,2011-09-17,27000.00,2011-08-15 17:37:45,10.00,canceled,1,US,10.00,10.00,27000.00 +1205496203,Six Pack Sam,Film & Video,Film & Video,USD,2013-07-07,4714.00,2013-05-21 23:13:35,5535.00,successful,84,US,5535.00,5535.00,4714.00 +1205500148,Orion Trail,Video Games,Games,USD,2015-03-13,90000.00,2015-02-03 17:06:49,97801.00,successful,4062,US,97801.00,97801.00,90000.00 +1205502444,The Ferguson Challenge,Documentary,Film & Video,USD,2014-09-20,20000.00,2014-08-21 07:47:15,0.00,failed,0,US,0.00,0.00,20000.00 +1205516844,MonstRpreneur: The Startup Adventure Board Game & Card Game,Tabletop Games,Games,USD,2015-06-08,28000.00,2015-04-23 19:09:51,5268.00,failed,85,US,5268.00,5268.00,28000.00 +1205517989,My Nude Year by JW Purdy,Fine Art,Photography,USD,2015-03-25,4000.00,2015-02-23 23:05:07,638.00,failed,16,US,638.00,638.00,4000.00 +1205519645,Beads of Hope•Beaded jewelry Ra created by the homeless,Jewelry,Fashion,USD,2015-12-23,9000.00,2015-11-23 22:40:34,1.00,failed,1,US,1.00,1.00,9000.00 +1205522986,In With the New by Beth Summers and Alasha Al-Qudwah,Music,Music,USD,2016-12-22,2000.00,2016-12-01 05:42:15,2015.00,successful,39,US,45.00,2015.00,2000.00 +1205523933,The Way We Played: The Golden Age of Computer Games,Publishing,Publishing,GBP,2016-06-19,22000.00,2016-04-20 12:31:25,2824.00,failed,77,GB,4039.35,3870.03,30148.96 +120552475,Hampton Hopper Montauk Loop,Technology,Technology,USD,2016-06-16,35000.00,2016-05-02 02:29:49,13868.00,failed,26,US,13868.00,13868.00,35000.00 +1205526897,BellyCozy,Product Design,Design,USD,2014-02-28,3400.00,2014-01-30 16:49:52,1261.00,failed,29,US,1261.00,1261.00,3400.00 +1205533158,Windshield Lock-Keep your radar detector from falling.,Product Design,Design,USD,2013-12-18,1500.00,2013-11-18 17:48:55,45.00,failed,4,US,45.00,45.00,1500.00 +120554954,The Extra-ordinary mind of Petula Primrose (Canceled),Children's Books,Publishing,USD,2015-03-19,20000.00,2015-02-02 20:30:48,212.00,canceled,12,US,212.00,212.00,20000.00 +1205549716,Vibro-Wind Generator,Product Design,Design,CAD,2015-07-31,10000.00,2015-06-07 15:11:16,10.00,failed,1,CA,8.03,7.66,7664.01 +"1205556676,""Get Action, Go! -- A new animated cartoon!"",Comedy,Film & Video,USD,2015-12-13,3000.00,2015-10-29 14:49:34,25.00,failed,1,US,25.00,25.00,3000.00" +1205561192,A Matter of Elevators,Film & Video,Film & Video,USD,2013-06-24,2000.00,2013-06-04 19:59:34,225.00,failed,6,US,225.00,225.00,2000.00 +1205567387,How to Be a Superhero,Children's Books,Publishing,USD,2013-05-11,500.00,2013-04-16 00:03:01,541.00,successful,18,US,541.00,541.00,500.00 +1205567582,MFA Photography Thesis Show - Pink Noise,Art,Art,USD,2012-05-21,600.00,2012-05-14 20:04:28,600.00,successful,5,US,600.00,600.00,600.00 +1205571045,WASHWOW: Portable Wash & Disinfect Device Without Detergent,Gadgets,Technology,HKD,2017-04-16,160000.00,2017-03-02 17:02:43,616049.70,successful,665,HK,1928.88,79222.46,20575.60 +1205571392,Everything is Going to be Alright,Indie Rock,Music,USD,2017-04-27,500.00,2017-03-28 18:28:54,601.00,successful,15,US,170.00,601.00,500.00 +120557337,Patent-Security-Belt,Product Design,Design,EUR,2016-02-23,12000.00,2016-01-28 18:04:46,80.00,failed,2,DE,86.92,88.05,13207.13 +1205574494,Quickest Flip 2013 Calendar Poster and Music Compilation,Mixed Media,Art,USD,2012-07-08,580.00,2012-06-08 00:22:44,741.00,successful,24,US,741.00,741.00,580.00 +1205581841,Benji Montana,Hip-Hop,Music,USD,2016-06-09,5000.00,2016-04-10 18:20:14,0.00,failed,0,US,0.00,0.00,5000.00 +1205591771,CTC Fragrances,Product Design,Design,USD,2015-09-13,12000.00,2015-07-29 16:23:59,0.00,failed,0,US,0.00,0.00,12000.00 +1205593616,Eyes as Big as Plates,Photobooks,Photography,NOK,2016-03-16,300000.00,2016-02-15 07:04:57,471567.00,successful,555,NO,54975.16,56516.38,35954.41 +"1205600836,""Almost, Maiden-Save Maiden High School's Almost, Maine"",Theater,Theater,USD,2014-11-04,1000.00,2014-10-21 12:10:14,6605.00,successful,289,US,6605.00,6605.00,1000.00" +1205603975,FACE FUNNIES Artistic Wall Sculptures Are Going Public!,Art,Art,USD,2015-07-16,10275.00,2015-06-26 21:56:50,108.00,canceled,1,US,108.00,108.00,10275.00 +1205606834,Building the school of the arts,Public Art,Art,GBP,2016-10-22,50000.00,2016-09-22 14:25:05,1.00,failed,1,GB,0.00,1.21,60741.53 +1205607697,African American Folk Art by Jessie Laws,Painting,Art,USD,2016-12-13,5000.00,2016-10-27 14:52:39,5118.00,successful,16,US,10.00,5118.00,5000.00 +1205608271,Project Root Dream (R&D) (Canceled),3D Printing,Technology,USD,2015-03-01,6000.00,2015-02-01 06:46:01,1.00,canceled,1,US,1.00,1.00,6000.00 +"1205619163,""Propane Powered Motor Scooter-Go Clean, Go Green, Go PROGO!"",Gadgets,Technology,USD,2014-08-24,18000.00,2014-07-25 23:28:32,44962.80,successful,114,US,44962.80,44962.80,18000.00" +"1205621250,""Each Sold Separately, Action Figure Marketing of the 80s"",Nonfiction,Publishing,USD,2014-12-12,1500.00,2014-11-28 21:33:46,4941.00,successful,162,US,4941.00,4941.00,1500.00" +"120562129,""""""Sails of Blood"""": The Pirate/Vampire/Zombie Graphic Novel"",Comics,Comics,USD,2011-08-07,6300.00,2011-05-27 07:48:57,1520.00,canceled,23,US,1520.00,1520.00,6300.00" +1205622931,Amore Pet Jewelry,Pet Fashion,Fashion,USD,2015-05-26,16500.00,2015-04-21 19:50:59,1050.00,failed,4,US,1050.00,1050.00,16500.00 +1205631646,The Decline of American Muscle: Illustrated Screen Prints,Illustration,Art,USD,2015-10-01,200.00,2015-09-01 20:09:07,659.00,successful,20,US,659.00,659.00,200.00 +1205633135,SpiritGlass,Crafts,Crafts,USD,2013-10-26,1200.00,2013-09-26 17:50:16,501.00,failed,12,US,501.00,501.00,1200.00 +1205634767,Mother Trucker 2: Ride On,Theater,Theater,USD,2011-06-05,3500.00,2011-05-06 16:53:04,3956.00,successful,78,US,3956.00,3956.00,3500.00 +1205639101,A Lego Model of the Battle of Hoth,Art,Art,CAD,2014-02-17,1500.00,2014-01-18 16:39:17,290.00,failed,8,CA,265.19,259.74,1343.48 +"1205648315,""""""No Bastan Tus Besos"""" Beautiful Original Latin Pop Songs"",Music,Music,USD,2013-12-11,20000.00,2013-11-11 16:47:01,380.00,failed,10,US,380.00,380.00,20000.00" +1205654504,The Life and Adventures of Santa Claus graphic novel,Graphic Novels,Comics,USD,2016-06-02,1400.00,2016-05-05 19:13:59,1650.00,successful,32,US,1650.00,1650.00,1400.00 +"1205666273,""40 years as a Comic book artist, storyboard artist, designer"",Art Books,Publishing,USD,2011-12-31,3700.00,2011-11-06 05:15:59,285.00,failed,5,US,285.00,285.00,3700.00" +1205667137,Help Release Our Very Scary Horror Movie We Are Gods Here!,Horror,Film & Video,USD,2016-03-11,170000.00,2016-02-25 23:55:29,0.00,failed,0,US,0.00,0.00,170000.00 +1205668101,The Pillowman,Theater,Theater,USD,2013-06-04,300.00,2013-05-14 05:11:32,396.00,successful,11,US,396.00,396.00,300.00 +1205669974,Bring an eco-friendly cafe-pastry shop to Vancouver!,Restaurants,Food,CAD,2014-12-26,45000.00,2014-11-26 04:01:20,2501.00,failed,18,CA,2227.24,2140.90,38520.80 +"1205673892,""Art of the Pinup, aka Guns 'n Girls"",Illustration,Art,USD,2012-06-23,3400.00,2012-05-24 02:41:29,105.00,failed,3,US,105.00,105.00,3400.00" +120567894,RosstorWho for Summer in the City 2014!,Festivals,Film & Video,GBP,2014-07-29,250.00,2014-07-26 21:29:15,260.00,successful,11,GB,441.71,437.47,420.64 +"1205693711,""Help Press and Create Cerebral Ballzy's First 7"""""",Music,Music,USD,2010-02-15,1000.00,2009-12-30 16:01:01,299.06,failed,18,US,299.06,299.06,1000.00" +1205694777,Cheezy Steaks,Restaurants,Food,USD,2015-11-21,5000.00,2015-10-22 20:25:10,275.00,failed,5,US,275.00,275.00,5000.00 +120569501,Beautifully Decorative All Natural Goats Milk Soap,Crafts,Crafts,USD,2016-10-30,6500.00,2016-10-03 16:37:29,11.00,failed,2,US,0.00,11.00,6500.00 +120569792,SendingYourLove.com Subscription photo mailing service,Web,Technology,USD,2016-10-22,12000.00,2016-09-30 03:16:26,2.00,failed,2,US,1.00,2.00,12000.00 +"1205704562,""Itilia - """"with the heart abroad"""""",DIY,Crafts,DKK,2015-07-11,40000.00,2015-06-05 15:07:50,18550.00,failed,59,DK,2797.00,2706.88,5836.94" +"1205705391,""Divinity Music (Music, Mentorship, Altruism) (Canceled)"",Music,Music,USD,2015-03-27,28000.00,2015-02-10 06:19:15,0.00,canceled,0,US,0.00,0.00,28000.00" +1205712448,The Original Buckeye Cake,Food,Food,USD,2015-05-14,50000.00,2015-04-12 20:10:36,3512.00,failed,22,US,3512.00,3512.00,50000.00 +1205712450,BalconyTV Prague,Film & Video,Film & Video,USD,2010-12-23,10000.00,2010-11-08 12:44:56,2625.00,failed,5,US,2625.00,2625.00,10000.00 +1205714338,Swirly Whirly (Animation),Animation,Film & Video,USD,2016-06-04,1500.00,2016-05-05 00:13:52,15.00,failed,2,US,15.00,15.00,1500.00 +1205718639,Shred the Gnar Shirt,Fashion,Fashion,USD,2012-06-21,600.00,2012-06-07 19:11:21,745.00,successful,23,US,745.00,745.00,600.00 +120571923,The Prince Of Darkness,Fiction,Publishing,USD,2017-11-24,5000.00,2017-10-20 19:27:52,5002.00,successful,33,US,282.00,5002.00,5000.00 +1205721361,CD PROJECT: BECKY BRABHAM ORIGINALS,Music,Music,USD,2012-10-10,15000.00,2012-08-28 01:44:02,175.00,failed,3,US,175.00,175.00,15000.00 +120572553,RepRap 3D printer Therminator 5 Hot End,Hardware,Technology,USD,2013-05-19,2000.00,2013-03-20 04:55:02,6376.00,successful,92,US,6376.00,6376.00,2000.00 +"120574170,""Wolf:Speak's Debut EP """"In Dark"""""",Rock,Music,USD,2014-03-27,3000.00,2014-02-25 18:23:34,292.00,failed,17,US,292.00,292.00,3000.00" +1205743261,AgriCultured: The Lives of Organic Farmers,Documentary,Film & Video,USD,2016-11-27,1000.00,2016-10-28 22:36:26,1000.00,successful,10,US,500.00,1000.00,1000.00 +1205746019,Manicdotes! A Wacky Storytelling Card Game,Playing Cards,Games,USD,2016-11-05,13000.00,2016-10-04 16:15:39,1444.00,failed,33,US,100.00,1444.00,13000.00 +1205747757,Snakable The Lightning & Micro USB Cable With Armor,Gadgets,Technology,USD,2014-05-25,28000.00,2014-04-25 06:00:01,40015.00,successful,1335,US,40015.00,40015.00,28000.00 +1205748275,Snap and Fold - Foldable Canvas,Product Design,Design,USD,2016-04-09,50000.00,2016-02-24 21:45:53,1306.00,failed,20,US,1306.00,1306.00,50000.00 +1205750425,Panorama Fiber Arts,Knitting,Crafts,USD,2014-09-11,1200.00,2014-08-27 19:00:25,1897.00,successful,48,US,1897.00,1897.00,1200.00 +120575412,The Spread-Holiday-Cheer Christmas Card Project,Art,Art,USD,2010-12-17,10.00,2010-12-02 04:36:00,17.00,successful,7,US,17.00,17.00,10.00 +1205756045,Tall And Curvy,Apparel,Fashion,USD,2015-03-25,10000.00,2015-02-23 20:02:18,770.00,failed,10,US,770.00,770.00,10000.00 +1205759009,The Coast: a 16' origami kayak. For adventures near and far.,Product Design,Design,USD,2015-06-13,40000.00,2015-05-19 11:02:45,356507.00,successful,238,US,356507.00,356507.00,40000.00 +1205764882,A Revolutionary Leadership Resource Book,Nonfiction,Publishing,USD,2012-12-13,5000.00,2012-11-13 23:58:23,5116.00,successful,62,US,5116.00,5116.00,5000.00 +1205783236,The Rocky Horror Show,Musical,Theater,MXN,2017-09-23,80000.00,2017-09-03 21:01:33,710.00,failed,4,MX,39.27,39.06,4400.92 +1205791740,The October Crisis,Film & Video,Film & Video,USD,2011-09-26,5000.00,2011-07-28 02:00:00,0.00,failed,0,US,0.00,0.00,5000.00 +1205793659,Sarah Weatherby and the Two Worlds Prophecy Part 1,Fantasy,Film & Video,GBP,2016-08-06,5000.00,2016-07-07 11:46:01,2.00,failed,2,GB,0.00,2.59,6483.40 +1205802007,Floral Art - Gallery Installation,Mixed Media,Art,USD,2012-09-28,7000.00,2012-08-14 02:33:02,445.00,failed,9,US,445.00,445.00,7000.00 +1205804694,Exit Ramp: A Case Study of the Profitability of Panhandling,Nonfiction,Publishing,USD,2013-05-04,5000.00,2013-04-04 21:44:02,5212.00,successful,296,US,5212.00,5212.00,5000.00 +1205808398,District Kings: Game of Strategy. (Canceled),Tabletop Games,Games,GBP,2015-05-25,1000.00,2015-04-27 23:54:45,0.00,canceled,0,GB,0.00,0.00,1525.74 +120580868,Krystal Roxx Music Video,Music Videos,Film & Video,GBP,2015-09-25,9820.00,2015-09-05 01:46:53,0.00,failed,0,GB,0.00,0.00,14903.40 +1205809880,Raddest Bummer Needs A Mic For New EP,Indie Rock,Music,USD,2016-03-04,280.00,2016-01-21 07:53:12,0.00,failed,0,US,0.00,0.00,280.00 +"1205819541,""STATIC: An indie film, brought to life in 90 days. Go on, tell us it's impossible."",Film & Video,Film & Video,USD,2010-07-03,19750.00,2010-05-18 09:07:52,887.00,failed,11,US,887.00,887.00,19750.00" +1205819622,Buy an Auto Quadcopter Drone FPV (Suspended),Places,Photography,EUR,2015-08-04,1500.00,2015-07-05 10:47:50,0.00,suspended,0,ES,0.00,0.00,1641.16 +1205822185,Gutboy: A Badtime Story,Narrative Film,Film & Video,USD,2014-01-02,7000.00,2013-12-02 15:07:54,7027.00,successful,107,US,7027.00,7027.00,7000.00 +1205834149,Well Grounded Co : for little people with big imaginations!,Childrenswear,Fashion,GBP,2016-05-15,3000.00,2016-04-15 15:47:07,1578.00,failed,19,GB,2232.39,2298.92,4370.57 +"1205862892,""Kyle Thornton & The Company, """"Space To Move."""" Album"",R&B,Music,USD,2014-08-31,5000.00,2014-08-01 19:13:04,5100.00,successful,30,US,5100.00,5100.00,5000.00" +1205863076,Bestow Confidence to All Men...With A Bespoke Blazer,Apparel,Fashion,USD,2015-11-01,115000.00,2015-10-02 16:25:15,0.00,failed,0,US,0.00,0.00,115000.00 +1205864269,Mars Academy USA Fest at Purdue University,Space Exploration,Technology,USD,2017-09-18,3000.00,2017-08-15 20:35:09,154.00,failed,5,US,31.00,154.00,3000.00 +"1205866328,""I, Bipolar: a southern man's memoir"",Nonfiction,Publishing,USD,2014-08-09,3000.00,2014-07-10 14:42:15,10.00,failed,1,US,10.00,10.00,3000.00" +1205866967,Till I Die Athletic Apparel,Apparel,Fashion,USD,2015-01-29,13000.00,2014-12-30 00:06:40,251.00,failed,2,US,251.00,251.00,13000.00 +"1205869180,""the buttcan can be made out of aluminum, and is essential"",Art,Art,USD,2014-08-14,100000.00,2014-07-15 16:15:33,3.00,failed,3,US,3.00,3.00,100000.00" +120587997,Something New On Grey Avenue: A Book For Tiny Progressives,Children's Books,Publishing,USD,2017-06-16,7000.00,2017-05-16 23:12:12,7114.00,successful,71,US,755.00,7114.00,7000.00 +1205886801,Little Boo: What Will You Do?,Children's Books,Publishing,USD,2013-08-09,6000.00,2013-07-10 20:45:56,6197.00,successful,81,US,6197.00,6197.00,6000.00 +1205888895,The Last Temptation,Fiction,Publishing,USD,2012-02-22,22000.00,2012-01-13 01:17:27,2.00,failed,2,US,2.00,2.00,22000.00 +1205906671,MobilSigne - Waste bins,Product Design,Design,EUR,2017-06-08,1600.00,2017-05-09 18:12:05,60.00,failed,1,FR,0.00,67.06,1788.17 +1205908566,Come be a part of Caity Costa Next C.D,Music,Music,USD,2012-04-07,20000.00,2012-02-22 05:32:58,0.00,failed,0,US,0.00,0.00,20000.00 +1205910648,Clean Cover Hair Mat,Product Design,Design,USD,2016-02-28,6000.00,2015-12-30 21:41:50,303.00,failed,10,US,303.00,303.00,6000.00 +1205913248,ILEANA'S SMILE,Documentary,Film & Video,USD,2014-05-21,133000.00,2014-04-21 09:05:00,177421.45,successful,1173,US,177421.45,177421.45,133000.00 +1205923439,Hydroback Hydration Systems (Canceled),Product Design,Design,USD,2014-10-14,30000.00,2014-09-14 03:20:02,2701.00,canceled,96,US,2701.00,2701.00,30000.00 +1205933057,ROKA | A Natural Water Purifier for Houseplants (Canceled),Product Design,Design,USD,2015-02-28,1750.00,2015-01-29 21:39:18,114.00,canceled,14,US,114.00,114.00,1750.00 +1205938919,Awkwardfest 2013,Performance Art,Art,USD,2013-04-13,1000.00,2013-03-19 04:52:57,394.69,failed,16,US,394.69,394.69,1000.00 +1205940597,Robot Missions,Robots,Technology,CAD,2016-06-07,10000.00,2016-05-02 15:00:25,10589.00,successful,96,CA,8437.39,8306.40,7844.37 +"120594411,""Edit and Publish """"Aces & Eights"""""",Fiction,Publishing,USD,2013-05-01,3500.00,2013-04-09 04:58:17,3508.00,successful,19,US,3508.00,3508.00,3500.00" +"1205956740,""Short Film - """"The Man Who Choked"""""",Film & Video,Film & Video,GBP,2014-05-02,1000.00,2014-04-16 13:21:21,1042.00,undefined,0,""N,0"""""",,1758.47,1687.59" +1205963335,A Wormhole in the Attic Festival Fund,Shorts,Film & Video,USD,2012-02-03,300.00,2011-12-05 07:09:58,883.00,successful,10,US,883.00,883.00,300.00 +1205968679,The Photographer Success Story,Audio,Journalism,USD,2015-01-01,5000.00,2014-12-09 13:42:23,130.00,failed,5,US,130.00,130.00,5000.00 +120596924,Nano Art: Reloaded,Digital Art,Art,USD,2012-05-17,5000.00,2012-04-02 22:38:25,1974.00,failed,37,US,1974.00,1974.00,5000.00 +1205974626,Bipolar For Dummies: A Memoir (Canceled),Print,Journalism,USD,2015-12-30,5000.00,2015-12-20 18:06:48,10.00,canceled,1,US,10.00,10.00,5000.00 +1205989004,Carbon | Wearable Solar Charger + Analog Watch,Technology,Technology,USD,2014-03-31,48000.00,2014-02-25 13:05:43,19072.00,failed,165,US,19072.00,19072.00,48000.00 +"1205989435,""""""The Naked Pixel"""" Fine Art Nudes collection. Mewes """"Redo"""""",Fine Art,Photography,USD,2015-10-08,100.00,2015-09-08 23:54:37,1197.00,successful,34,US,1197.00,1197.00,100.00" +1205990357,Angie Aparo Rock Opera,Rock,Music,USD,2016-03-13,7000.00,2016-02-12 13:33:35,9650.00,successful,91,US,9650.00,9650.00,7000.00 +1205993668,Arthur James - The Fourth Floor,Indie Rock,Music,USD,2014-08-10,2500.00,2014-06-26 23:38:20,650.00,failed,7,US,650.00,650.00,2500.00 +1205994526,Mylo Makes an Album!,Pop,Music,USD,2017-08-27,3200.00,2017-07-28 00:17:28,4010.00,successful,56,US,1150.00,4010.00,3200.00 +1206004298,Creating The Sweetlife.,Food,Food,USD,2011-08-24,6480.00,2011-08-09 03:42:13,35.00,failed,2,US,35.00,35.00,6480.00 +1206009139,1000 Fathoms Radio Show: Season One,Radio & Podcasts,Publishing,USD,2011-12-11,1500.00,2011-10-27 04:45:56,1568.00,successful,66,US,1568.00,1568.00,1500.00 +1206013323,Fueling the Takeoff,Webseries,Film & Video,USD,2015-11-18,4500.00,2015-10-19 02:09:12,0.00,failed,0,US,0.00,0.00,4500.00 +1206014856,You're Fired - A game of corporate survival!,Tabletop Games,Games,USD,2015-12-05,2000.00,2015-11-17 14:31:34,8500.00,successful,321,US,8500.00,8500.00,2000.00 +"120601501,""World's Best Travel Bag & Jacket (Sports, Multipurpose bag)"",Product Design,Design,USD,2016-12-01,7500.00,2016-11-10 14:01:08,6620.00,canceled,44,US,1173.00,6620.00,7500.00" +"120602616,""Smile, You're Living Longer!"",Nonfiction,Publishing,USD,2013-12-10,10000.00,2013-10-11 01:19:27,395.00,failed,38,US,395.00,395.00,10000.00" +1206032922,your tattoo story,Graphic Design,Design,CHF,2015-09-23,20000.00,2015-08-24 22:29:02,0.00,failed,0,CH,0.00,0.00,20419.41 +1206037450,Library,Children's Books,Publishing,USD,2016-02-26,800.00,2016-02-02 04:29:13,10.00,failed,1,US,10.00,10.00,800.00 +1206041223,Titanium Aero Multi Tool!,Product Design,Design,USD,2016-04-15,2500.00,2016-03-07 23:50:03,5185.00,successful,138,US,5185.00,5185.00,2500.00 +1206048241,PERKY BY NATURE - Funky Reusable Bamboo Fibre Coffee Cups,Design,Design,AUD,2017-09-13,5000.00,2017-08-14 12:19:45,5566.00,successful,46,AU,426.24,4465.66,4011.55 +1206049101,NEW ALBUM with Former Members of The Fray & Seether!,Pop,Music,USD,2012-04-07,7000.00,2012-02-07 20:57:03,7221.40,successful,132,US,7221.40,7221.40,7000.00 +120605003,Timmy's Closet,Games,Games,USD,2014-08-01,2500.00,2014-07-02 06:43:24,74.00,failed,12,US,74.00,74.00,2500.00 +1206054989,Beyond the Balkans,Documentary,Film & Video,USD,2011-09-25,2500.00,2011-08-26 16:49:04,3666.50,successful,77,US,3666.50,3666.50,2500.00 +"1206061156,""""""Grip-Buddy"""" allows people with disabilities to play golf."",Technology,Technology,USD,2013-11-16,75000.00,2013-10-17 06:08:44,500.00,failed,17,US,500.00,500.00,75000.00" +1206075510,ANCIENT SECRETS BEARD OIL (Canceled),Product Design,Design,USD,2015-05-14,15000.00,2015-04-14 17:03:26,70.00,canceled,2,US,70.00,70.00,15000.00 +1206086377,Home Automation Humidistat,Technology,Technology,USD,2014-02-18,850.00,2014-01-14 03:30:20,1181.00,successful,31,US,1181.00,1181.00,850.00 +"1206086860,""All-In-One Beach, Yard, and Camping TallTent™"",Product Design,Design,USD,2015-11-04,35000.00,2015-10-05 20:37:25,2710.00,failed,20,US,2710.00,2710.00,35000.00" +1206091164,The Sweet Water Warbler's EP,Country & Folk,Music,USD,2016-04-09,7500.00,2016-03-10 18:20:03,9552.00,successful,327,US,9552.00,9552.00,7500.00 +120609129,Pat Broderick's Nibiru & the Legend of the Anunnaki #1,Comic Books,Comics,USD,2016-08-14,2500.00,2016-07-15 14:12:47,2909.00,successful,69,US,412.00,2909.00,2500.00 +120611679,Help Me Fund My Senior Production: A DIY Synced Concert!,Electronic Music,Music,USD,2016-08-14,2500.00,2016-07-15 18:27:52,75.00,failed,1,US,0.00,75.00,2500.00 +1206121201,Dumpster Brawl!,Tabletop Games,Games,USD,2014-11-26,13000.00,2014-10-28 07:20:34,13237.00,successful,195,US,13237.00,13237.00,13000.00 +1206125090,Jeremy Aaron Recording First Studio Album,Country & Folk,Music,USD,2013-01-29,1500.00,2013-01-08 17:55:46,1910.00,successful,32,US,1910.00,1910.00,1500.00 +1206137783,Fracture (The Album),Electronic Music,Music,GBP,2014-05-09,1500.00,2014-04-09 22:11:40,1585.00,successful,61,GB,2633.58,2672.71,2529.38 +120613891,Help Raise Money To Release First Album,Hip-Hop,Music,USD,2015-04-05,100.00,2015-03-06 06:32:18,58.00,failed,6,US,58.00,58.00,100.00 +1206144511,Once Upon A Nightmare,Plays,Theater,GBP,2014-07-09,8000.00,2014-06-09 00:34:00,8211.61,successful,94,GB,13796.64,14058.33,13696.05 +1206145825,In Diesem Moment,Narrative Film,Film & Video,USD,2011-06-19,3500.00,2011-05-29 22:29:03,0.00,failed,0,US,0.00,0.00,3500.00 +120615151,Machart Glass Glassblowing Art Studio Sculpture Jewelry Vase,Sculpture,Art,USD,2016-05-23,9000.00,2016-04-07 03:58:44,13475.00,successful,79,US,13475.00,13475.00,9000.00 +1206152597,the Pippa Project,Illustration,Art,USD,2014-09-07,5000.00,2014-07-24 23:23:43,150.00,failed,3,US,150.00,150.00,5000.00 +"120615426,""The Hairy Apothecary, starting over from scratch..."",Crafts,Crafts,USD,2017-11-09,1500.00,2017-10-10 10:12:29,76.00,failed,4,US,36.00,76.00,1500.00" +1206168999,FlipTech Scooters (Flip Tech),Technology,Technology,USD,2016-01-18,50000.00,2015-12-04 19:55:45,2288.00,failed,16,US,2288.00,2288.00,50000.00 +1206170087,NEW! Clothing Line & (You Get a Shirt!),Fashion,Fashion,USD,2010-08-01,4000.00,2010-06-11 10:58:47,205.00,failed,5,US,205.00,205.00,4000.00 +1206171059,The 2015 School of Authentic Journalism,Journalism,Journalism,USD,2015-05-20,25000.00,2015-04-22 19:42:55,26296.00,successful,305,US,26296.00,26296.00,25000.00 +1206174557,Grabación audio y video - Sunugal Family,Jazz,Music,EUR,2016-11-26,1000.00,2016-10-27 10:51:23,0.00,failed,0,ES,0.00,0.00,1064.20 +1206178999,Let's Open Canela - Latin Fusion Desserts,Food,Food,USD,2015-09-14,6500.00,2015-08-10 02:43:04,545.00,failed,8,US,545.00,545.00,6500.00 +1206195003,The CHRISTMAS Project,Faith,Music,USD,2014-08-04,15000.00,2014-06-20 00:50:31,5850.00,failed,16,US,5850.00,5850.00,15000.00 +1206195771,BREAKING ALL STEREOTYPES CLOTHING VISIT WEBSITE,Apparel,Fashion,USD,2015-03-22,6200.00,2015-03-11 03:44:04,0.00,failed,0,US,0.00,0.00,6200.00 +1206198080,Siblings: Thicker Than Water - A BFA Thesis Exhibition,Photography,Photography,USD,2013-04-02,650.00,2013-03-12 22:42:45,655.00,successful,14,US,655.00,655.00,650.00 +1206206200,It's a Rogue Theatre production!!!!,Theater,Theater,USD,2012-11-11,2000.00,2012-10-05 04:00:52,732.00,failed,27,US,732.00,732.00,2000.00 +"1206214983,""""""Princess Clarisa"""" A Short Stop Motion Film"",Animation,Film & Video,GBP,2015-10-11,6000.00,2015-09-06 02:36:20,1890.00,failed,15,GB,2880.74,2918.74,9265.84" +1206234118,OrcaCon 2017 Games Convention,Tabletop Games,Games,USD,2016-06-14,20000.00,2016-05-15 04:08:28,23143.00,successful,274,US,23143.00,23143.00,20000.00 +"1206239511,""""""Constellation of One"""" unfolding anew..Burning Man 2011"",Public Art,Art,USD,2011-08-22,1500.00,2011-07-06 03:12:35,287.00,canceled,6,US,287.00,287.00,1500.00" +12062404,My baby fish: fully 3D virtual petfish,Video Games,Games,USD,2010-10-19,22000.00,2010-08-29 20:50:45,15.00,failed,2,US,15.00,15.00,22000.00 +"1206242723,""""""The Styx"""" - A pilot episode of a WWII thriller."",Film & Video,Film & Video,USD,2013-11-13,100000.00,2013-09-14 05:20:05,5145.00,failed,16,US,5145.00,5145.00,100000.00" +1206244559,POKER PRINTS OF UNIQUE HAND PAINTED FACE CARDS,Art,Art,USD,2013-01-03,3000.00,2012-12-04 03:53:46,1.00,failed,1,US,1.00,1.00,3000.00 +120624883,Destruction (Canceled),Photography,Photography,USD,2012-06-11,2000.00,2012-04-12 07:02:21,75.00,canceled,1,US,75.00,75.00,2000.00 +1206251114,ShrednotBread,Cookbooks,Food,USD,2014-07-31,6000.00,2014-07-10 18:36:36,0.00,failed,0,US,0.00,0.00,6000.00 +1206253619,Awakenings: Mary McAuliffe composes the texts of Kate Chopin,Classical Music,Music,USD,2012-10-10,5000.00,2012-09-08 15:12:25,675.00,failed,17,US,675.00,675.00,5000.00 +"1206261444,Our Greatest Christmas Gift,Music,Music,USD,2014-09-22,1500.00,2014-08-13 20:37:31,1550.00,undefined,0,""N,0"""""",,1550.00,1500.00" +1206261571,Monkey-ing Around,Dance,Dance,USD,2010-09-26,1000.00,2010-08-27 20:30:43,1270.00,successful,30,US,1270.00,1270.00,1000.00 +1206261760,Jambo Sanaa! A Place for Black Artists by Black Artists,Web,Technology,USD,2017-05-30,10000.00,2017-03-31 21:25:01,0.00,canceled,0,US,0.00,0.00,10000.00 +1206266687,Spring Break Viral Video,R&B,Music,USD,2015-04-17,2399.00,2015-03-18 17:50:49,0.00,failed,0,US,0.00,0.00,2399.00 +1206283107,STALKERSHA,Shorts,Film & Video,USD,2014-06-01,3125.00,2014-04-17 22:15:39,0.00,failed,0,US,0.00,0.00,3125.00 +1206289667,Empire Games + Comics,Playing Cards,Games,USD,2016-12-10,60000.00,2016-10-11 21:29:36,0.00,failed,0,US,0.00,0.00,60000.00 +1206305470,WinePerfect - The Perfect Wine Experience,Food,Food,CAD,2013-10-17,25000.00,2013-09-12 06:02:52,1973.00,failed,41,CA,1906.38,1916.28,24281.27 +1206313021,Save Your Marriage: Effective Solutions For Marital Problems,Nonfiction,Publishing,USD,2016-10-24,37500.00,2016-10-03 09:45:58,0.00,failed,0,US,0.00,0.00,37500.00 +1206316924,Whoozdads CD Project,Music,Music,USD,2012-06-25,3700.00,2012-05-24 23:45:27,50.00,failed,2,US,50.00,50.00,3700.00 +1206321932,The One,Shorts,Film & Video,USD,2013-01-11,500.00,2012-12-06 22:57:57,527.00,successful,18,US,527.00,527.00,500.00 +1206322449,Gourmet Mushroom Seasonings - Santa Fe Mushroom Company,Small Batch,Food,USD,2015-10-12,7000.00,2015-09-14 20:23:28,2906.00,failed,58,US,2906.00,2906.00,7000.00 +1206329230,Let's release a new Jes Kramer album,Country & Folk,Music,USD,2010-09-04,2000.00,2010-07-19 00:40:15,790.00,failed,28,US,790.00,790.00,2000.00 +1206348501,Mechadrome - Heavy Metal Combat (Canceled),Tabletop Games,Games,USD,2014-04-21,10000.00,2014-03-20 01:39:40,4924.00,canceled,68,US,4924.00,4924.00,10000.00 +1206363068,NEXT NEW BIG LOOK IN MEN'S FORMAL WEAR IN 2012!,Fashion,Fashion,USD,2012-02-10,14500.00,2011-12-27 07:55:09,0.00,failed,0,US,0.00,0.00,14500.00 +120637205,The Locator,Design,Design,USD,2016-02-18,3000.00,2016-01-19 19:43:06,0.00,failed,0,US,0.00,0.00,3000.00 +1206386535,Audio Trails. (Canceled),Technology,Technology,GBP,2013-12-11,92000.00,2013-11-11 14:50:34,0.00,canceled,0,GB,0.00,0.00,149683.55 +1206390112,Sanitas Brewing Company: Barrel and Coolship Project,Food,Food,USD,2013-10-20,20000.00,2013-09-20 17:26:20,4371.00,failed,53,US,4371.00,4371.00,20000.00 +1206399117,Magic Hair Cutter,Accessories,Fashion,USD,2015-04-18,200000.00,2015-02-17 18:32:40,56.00,failed,6,US,56.00,56.00,200000.00 +120640009,TRAVEL OF TRAVELLING TRAVELS - Viaggio dei viaggi viaggianti,Children's Books,Publishing,EUR,2015-10-23,6000.00,2015-08-24 17:26:09,15.00,failed,1,IT,17.08,16.63,6650.41 +1206402252,The Clean Cookbook,Food,Food,USD,2013-06-28,2500.00,2013-06-14 17:43:32,2522.00,successful,31,US,2522.00,2522.00,2500.00 +"1206429356,Ulrik Vesti - PIANO,Music,Music,DKK,2015-10-04,15000.00,2015-08-30 00:29:29,17390.00,undefined,0,""N,0"""""",,2648.61,2284.60" +1206432501,WrestleMania 31 Full Coverage,Publishing,Publishing,USD,2014-10-26,40000.00,2014-09-26 20:55:45,5.00,failed,1,US,5.00,5.00,40000.00 +1206436063,My First Novel,Fiction,Publishing,USD,2013-06-24,3500.00,2013-05-15 17:22:27,55.00,failed,2,US,55.00,55.00,3500.00 +1206441248,Survival Society,Indie Rock,Music,USD,2010-02-15,1000.00,2009-12-16 20:24:16,80.00,failed,2,US,80.00,80.00,1000.00 +1206443114,Charlotte Seeker,Video Games,Games,USD,2014-03-01,8000.00,2014-01-23 21:16:07,3045.08,failed,120,US,3045.08,3045.08,8000.00 +1206450494,Hardwood Dice Towers / Dice Storage & Rollers /D&D Coasters,Tabletop Games,Games,USD,2017-06-14,2000.00,2017-05-15 00:55:11,7205.00,successful,112,US,2614.00,7205.00,2000.00 +1206456893,Dana Lawton Dances: HOME,Performances,Dance,USD,2015-10-06,5000.00,2015-09-06 21:55:42,5331.00,successful,62,US,5331.00,5331.00,5000.00 +1206459290,Rhythm Metal Gaming Dice,Tabletop Games,Games,USD,2014-02-13,7000.00,2014-01-04 16:17:55,33208.75,successful,559,US,33208.75,33208.75,7000.00 +1206464350,How to Succeed in Business Without Really Trying,Theater,Theater,USD,2010-07-31,1500.00,2010-06-15 20:32:30,2600.00,successful,40,US,2600.00,2600.00,1500.00 +1206469839,FUBAR: MOTHER RUSSIA,Graphic Novels,Comics,USD,2013-10-08,3500.00,2013-09-03 06:50:00,95908.09,successful,1890,US,95908.09,95908.09,3500.00 +1206482025,Pencils and Robot,Video Games,Games,USD,2016-08-07,5000.00,2016-07-08 08:11:18,107.00,canceled,3,US,0.00,107.00,5000.00 +1206488238,Aspiring Artist,Music,Music,USD,2017-07-13,12000.00,2017-06-13 16:19:31,22.00,failed,1,US,22.00,22.00,12000.00 +"1206491358,""Storme - the fast, compact, totally wireless mobile computer"",Technology,Technology,AUD,2016-11-04,375000.00,2016-09-30 11:47:52,7445.00,failed,13,AU,1510.58,5720.32,288129.08" +1206514083,Grime Scene,Jazz,Music,USD,2017-06-12,6000.00,2017-05-01 13:32:44,6005.00,successful,93,US,540.00,6005.00,6000.00 +1206527901,Tasha's Flower Tiaras,Crafts,Crafts,CAD,2015-05-27,500.00,2015-04-27 20:33:50,110.00,failed,6,CA,90.33,88.40,401.83 +1206539656,HONK NYC! 2014,World Music,Music,USD,2014-10-13,10000.00,2014-09-19 01:37:44,10428.00,successful,194,US,10428.00,10428.00,10000.00 +1206550031,'Deeper Understanding' Disability Arts Tour,Theater,Theater,USD,2014-01-03,1500.00,2013-12-04 14:42:06,1501.00,successful,27,US,1501.00,1501.00,1500.00 +1206553798,640 gallons of water saved for each T-shirt produced,Apparel,Fashion,USD,2015-08-13,25000.00,2015-07-14 01:59:45,3129.00,failed,54,US,3129.00,3129.00,25000.00 +1206555921,Dark Obelisk 2: Character Compendium for Pathfinder RPG,Tabletop Games,Games,USD,2017-07-10,1500.00,2017-06-12 19:43:42,5588.00,successful,89,US,1915.00,5588.00,1500.00 +1206556567,Kaptivo - Makes Any Whiteboard Smart,Technology,Technology,USD,2016-04-29,75000.00,2016-03-30 17:15:33,88144.30,successful,477,US,88144.30,88144.30,75000.00 +"1206558339,""""""Eat With Me"""" - A Film That Feeds Your Appetite"",Narrative Film,Film & Video,USD,2013-04-16,50000.00,2013-03-15 07:04:36,53107.60,successful,421,US,53107.60,53107.60,50000.00" +1206574416,Workday Comic Trade Paperback,Comics,Comics,USD,2013-08-25,3300.00,2013-07-19 07:01:43,634.00,failed,14,US,634.00,634.00,3300.00 +1206575473,THINGS THAT GO BUMP IN THE NIGHT:Here There Be Monsters,Fiction,Publishing,USD,2017-07-19,25000.00,2017-07-03 02:18:25,0.00,failed,0,US,0.00,0.00,25000.00 +1206583842,My Moontime App (Canceled),Apps,Technology,USD,2014-10-21,4000.00,2014-10-06 09:14:06,1316.00,canceled,16,US,1316.00,1316.00,4000.00 +1206597713,Jonathan Segel - All Attractions,Rock,Music,USD,2011-08-17,2500.00,2011-06-21 08:10:06,3356.00,successful,101,US,3356.00,3356.00,2500.00 +120660325,Plantaire planters puts gardens indoors. (Canceled),Product Design,Design,USD,2015-01-19,15900.00,2014-12-19 20:56:08,2771.00,canceled,31,US,2771.00,2771.00,15900.00 +1206603280,Abbie Barrett: The Triples,Music,Music,USD,2011-07-14,5500.00,2011-04-15 21:26:01,5571.00,successful,51,US,5571.00,5571.00,5500.00 +120660424,VENTURE DECK Hand Crafted Playing Cards by GilaFiction,Graphic Design,Design,USD,2015-10-17,12000.00,2015-09-08 19:22:35,1056.00,canceled,48,US,1056.00,1056.00,12000.00 +1206607459,Lemberlain Exotic Jellies and Spreads,Small Batch,Food,USD,2016-01-01,2000.00,2015-11-17 01:54:11,0.00,failed,0,US,0.00,0.00,2000.00 +1206609865,Dr. Womb & Dr. Tomb's Wondrous Wandering Ward of Cures...,Theater,Theater,USD,2013-03-02,500.00,2013-02-02 00:40:33,1501.00,successful,26,US,1501.00,1501.00,500.00 +1206615626,Generation Grit: retro-inspired action figures (Canceled),Product Design,Design,USD,2014-07-03,75000.00,2014-06-03 16:38:20,42334.00,canceled,327,US,42334.00,42334.00,75000.00 +120661752,Omega Nuts - The world's healthiest nut!,Small Batch,Food,USD,2016-11-07,2500.00,2016-10-24 18:20:31,242.00,failed,9,US,31.00,242.00,2500.00 +1206622960,The Big Show,Music,Music,USD,2016-07-11,3500.00,2016-07-01 03:29:10,2.00,failed,2,US,0.00,2.00,3500.00 +1206623141,free coffee and hot chocolate,Food,Food,USD,2014-12-14,10.00,2014-11-18 17:52:09,10.00,successful,1,US,10.00,10.00,10.00 +1206623373,Dreamwars - Steampunk Horror Board Game (Canceled),Tabletop Games,Games,EUR,2016-05-26,40000.00,2016-04-28 12:00:56,50142.52,canceled,594,IT,56688.90,55998.88,44671.77 +1206624174,Shapes & Shadows - Circles & Squares Debut Album,Indie Rock,Music,USD,2014-08-25,600.00,2014-07-29 14:57:32,820.00,successful,23,US,820.00,820.00,600.00 +120662857,Oak Wine Storage System,Product Design,Design,USD,2012-05-31,14900.00,2012-05-01 19:44:07,250.00,failed,1,US,250.00,250.00,14900.00 +1206631793,Open an Art Gallery,Art,Art,USD,2015-04-07,40000.00,2015-03-02 16:53:20,0.00,failed,0,US,0.00,0.00,40000.00 +1206633000,Biting Bullets,Comics,Comics,USD,2016-09-25,800.00,2016-08-26 05:28:29,857.00,successful,20,US,480.00,857.00,800.00 +1206633430,The Shivering Brigade's Criminal Record,Rock,Music,USD,2013-07-21,6500.00,2013-06-20 23:11:58,6575.00,successful,164,US,6575.00,6575.00,6500.00 +1206651871,Burn It Down,Rock,Music,USD,2017-10-19,9579.00,2017-09-19 23:53:44,0.00,failed,0,US,0.00,0.00,9579.00 +"120665630,""Save Fashion, Save American Manufacturing (Canceled)"",Fashion,Fashion,USD,2011-12-24,25000.00,2011-11-24 18:00:27,0.00,canceled,0,US,0.00,0.00,25000.00" +1206657852,LOGMYSCREEN (Canceled),Video Games,Games,EUR,2016-02-09,10000.00,2015-12-11 15:52:59,10.00,canceled,1,FR,11.01,11.27,11274.97 +1206658616,Adoris Samuels: A New Fashion Label Is Born,Apparel,Fashion,USD,2014-08-19,7000.00,2014-07-15 14:17:53,175.00,failed,2,US,175.00,175.00,7000.00 +1206664741,A Hero's Legacy,Webseries,Film & Video,USD,2015-10-19,8000.00,2015-09-19 07:06:59,0.00,failed,0,US,0.00,0.00,8000.00 +1206669661,Homeless Gallery,Photography,Photography,DKK,2015-04-22,20000.00,2015-03-23 14:07:15,22130.00,successful,53,DK,3211.01,3210.64,2901.62 +1206669701,OvationBox- A Standing Ovation in your mailbox!,Interactive Design,Design,CAD,2015-04-02,10000.00,2015-03-04 14:29:40,2190.00,failed,44,CA,1748.57,1732.05,7908.89 +1206674500,Migajas Conscientes,Publishing,Publishing,MXN,2017-06-29,45000.00,2017-05-30 02:12:41,2860.00,failed,10,MX,0.00,158.56,2494.87 +1206678591,The Monster Who Would be Queen Book 1 Monster Bytes,Fiction,Publishing,USD,2013-03-04,4000.00,2013-02-02 02:27:14,0.00,failed,0,US,0.00,0.00,4000.00 +1206678635,Veggie paella,Vegan,Food,CAD,2014-09-09,20.00,2014-07-11 06:13:00,1.00,failed,1,CA,0.94,0.90,18.08 +1206680462,DREAMS Stageplay/Musical,Theater,Theater,USD,2012-04-30,35000.00,2012-03-31 17:06:36,30.00,failed,2,US,30.00,30.00,35000.00 +1206682071,A Million Little Snowflakes: A Novel,Fiction,Publishing,USD,2013-07-25,300.00,2013-07-09 02:38:00,63.00,failed,7,US,63.00,63.00,300.00 +"1206683597,""""""Act Three"""" A Short Film Exclusive Event"",Shorts,Film & Video,USD,2012-11-15,5000.00,2012-10-26 22:02:29,5035.25,successful,39,US,5035.25,5035.25,5000.00" +1206686278,Wing Sling,Product Design,Design,USD,2014-11-29,3000.00,2014-10-30 12:55:26,70.00,failed,2,US,70.00,70.00,3000.00 +1206692802,N/A (Canceled),Design,Design,CAD,2016-03-19,5000.00,2016-02-18 22:26:59,455.00,canceled,2,CA,328.40,342.41,3762.79 +1206701918,Prince Adventures: The Animated Series,Webseries,Film & Video,USD,2011-09-19,200000.00,2011-07-21 09:46:15,50.00,failed,1,US,50.00,50.00,200000.00 +"1206710317,""Hand-Lettered """"Chasing Lovely"""" T-Shirt"",Fashion,Fashion,USD,2014-02-19,750.00,2014-02-03 07:21:47,1351.00,successful,48,US,1351.00,1351.00,750.00" +120671210,Old fashion farming with a newer twist,Farms,Food,USD,2014-06-22,18370.00,2014-05-25 01:23:52,33.00,failed,1,US,33.00,33.00,18370.00 +1206714170,Life On Bourbon,Documentary,Film & Video,USD,2011-02-22,8000.00,2011-01-23 04:20:02,1940.00,failed,15,US,1940.00,1940.00,8000.00 +1206714504,community incubator workshop for jewellers and silversmiths,Crafts,Crafts,GBP,2013-05-09,40000.00,2013-04-09 10:23:52,50.00,failed,2,GB,76.69,76.92,61532.78 +1206720632,LP-5 Pen: Compact to carry full size to write,Product Design,Design,USD,2017-07-07,10000.00,2017-06-06 14:00:20,10249.00,successful,149,US,3030.00,10249.00,10000.00 +1206726091,AIZAN: The Demo,Comics,Comics,USD,2012-11-25,2200.00,2012-10-18 16:12:39,6900.00,successful,175,US,6900.00,6900.00,2200.00 +"1206728510,""""""Memory"""""",Science Fiction,Film & Video,USD,2017-06-19,1000.00,2017-05-17 12:35:53,50.00,failed,1,US,0.00,50.00,1000.00" +"1206730070,""Fifty, Shady and Grey - Amblin' down Tamblyn Way!"",Poetry,Publishing,GBP,2015-06-24,500.00,2015-05-30 22:45:32,26.00,failed,3,GB,39.87,40.89,786.32" +"1206730602,""For 100 of Our Closest Friends, Volume Three"",Periodicals,Publishing,USD,2013-02-03,1500.00,2013-01-31 05:54:51,1561.00,successful,85,US,1561.00,1561.00,1500.00" +1206735654,The Few and Cursed #1,Comic Books,Comics,USD,2016-06-09,4000.00,2016-05-09 16:00:53,16390.00,successful,540,US,16390.00,16390.00,4000.00 +1206741391,FLASHBACK: A Vintage Fashion Show.,Apparel,Fashion,USD,2014-08-12,2000.00,2014-08-02 01:48:51,70.00,failed,5,US,70.00,70.00,2000.00 +1206741836,SWIMMING AWAY: a short film,Shorts,Film & Video,USD,2010-04-01,5000.00,2010-03-01 17:43:23,8811.00,successful,97,US,8811.00,8811.00,5000.00 +1206745523,The Lopez Conservatory Program Theater Project 2014-2015,Theater,Theater,USD,2014-06-02,14000.00,2014-04-29 02:31:07,821.00,failed,13,US,821.00,821.00,14000.00 +1206747171,Music Studio For The Low Budget People,Music,Music,SEK,2015-07-05,500000.00,2015-06-05 20:10:16,0.00,failed,0,SE,0.00,0.00,59431.13 +1206750696,SuperFan Chronicles Podcast,Audio,Journalism,USD,2015-04-05,6000.00,2015-03-06 19:57:33,10.00,failed,1,US,10.00,10.00,6000.00 +1206760582,Guys With Pride: The Series,Documentary,Film & Video,USD,2015-10-29,10000.00,2015-09-29 21:45:48,5511.00,failed,39,US,5511.00,5511.00,10000.00 +1206766489,BarrowEaze Wheel Kit,Product Design,Design,USD,2015-12-29,2000.00,2015-12-04 19:39:53,231.00,failed,4,US,231.00,231.00,2000.00 +1206771851,Two Way Crossing EP in Nashville!,Country & Folk,Music,USD,2014-02-19,10000.00,2014-01-20 18:00:24,10010.00,successful,115,US,10010.00,10010.00,10000.00 +1206773289,The ultimate HD series about the Golden Age of American Illustrators for TV/film.,Documentary,Film & Video,USD,2009-12-27,25000.00,2009-09-29 23:16:17,200.00,failed,2,US,200.00,200.00,25000.00 +"120677579,""Something Avenue Debut EP """"Asleep at the Wheel"""""",Rock,Music,USD,2010-08-11,3000.00,2010-07-07 03:48:32,0.00,failed,0,US,0.00,0.00,3000.00" +1206778789,Green Laundry By LaundryBlues.com,Fashion,Fashion,USD,2012-01-04,2500.00,2011-12-05 02:15:19,0.00,failed,0,US,0.00,0.00,2500.00 +1206785312,The Art of Alzheimers: The World through Mom's Eyes,Painting,Art,USD,2013-10-12,4200.00,2013-09-12 18:25:43,4686.00,successful,91,US,4686.00,4686.00,4200.00 +1206788532,Hunt Me Down,Video Games,Games,EUR,2017-03-30,15000.00,2017-02-18 09:03:23,0.00,canceled,0,FR,0.00,0.00,16036.43 +1206795843,Lightning Flow,Product Design,Design,AUD,2017-05-27,100000.00,2017-03-28 19:50:12,0.00,canceled,0,AU,0.00,0.00,73926.22 +1206800298,Dutty Moonshine Big Band Debut Album Fundraiser,Music,Music,GBP,2016-12-22,6000.00,2016-11-22 13:29:49,11701.82,successful,362,GB,1126.52,14333.97,7349.61 +1206829131,Great Performances Depend On Great Drums,Music,Music,USD,2012-10-22,8000.00,2012-09-10 05:23:40,11340.00,successful,127,US,11340.00,11340.00,8000.00 +120683553,Cuckoo Worldwide: Think Like A King. Move Like A Rebel.,Fashion,Fashion,USD,2014-01-11,7500.00,2013-12-12 05:39:36,230.23,canceled,10,US,230.23,230.23,7500.00 +1206836320,Project Z: The Zompire shirt. Zombie + Vampire,Fashion,Fashion,USD,2012-09-16,1380.00,2012-08-17 23:04:50,141.00,failed,4,US,141.00,141.00,1380.00 +"1206836411,""Tom To Tenn, Musical Play about Tennessee Williams"",Theater,Theater,USD,2014-03-18,7500.00,2014-01-17 17:14:56,425.00,failed,7,US,425.00,425.00,7500.00" +"120683956,""Shortfilm """"Oppe i træet"""" (Up in the tree)"",Shorts,Film & Video,DKK,2015-07-19,6000.00,2015-06-19 12:23:35,6075.00,successful,18,DK,923.56,890.63,879.64" +120684294,Real Heroes for Real Kids,Childrenswear,Fashion,USD,2015-10-15,10000.00,2015-09-14 13:35:24,5013.00,failed,91,US,5013.00,5013.00,10000.00 +"1206846014,""The Ridge, Season 1"",Science Fiction,Film & Video,USD,2016-08-02,70000.00,2016-07-03 18:39:55,70047.00,successful,34,US,10383.00,70047.00,70000.00" +1206847840,FACECAM: easy way to communicate,Apps,Technology,EUR,2015-09-07,65000.00,2015-07-24 23:14:21,25.00,failed,1,DE,27.37,28.17,73241.91 +1206870834,Creature Codex: 5th Edition Monsters Including Commissions,Tabletop Games,Games,USD,2018-01-05,30000.00,2017-12-05 21:00:47,170162.42,live,2746,US,2048.00,170162.42,30000.00 +"120687904,Dartmouth Chronicle,Publishing,Publishing,USD,2015-05-30,9000.00,2015-04-29 20:29:42,0.00,undefined,0,""N,0"""""",,0.00,9000.00" +12068820,Burnt Marshmallows,Narrative Film,Film & Video,USD,2016-01-22,3000.00,2015-12-23 02:18:30,3030.00,successful,21,US,3030.00,3030.00,3000.00 +120689560,LAST DRIVER. A Graphic Novel by Shaky Kane & C.S Baker,Graphic Novels,Comics,GBP,2016-10-01,5500.00,2016-09-01 07:43:48,7710.00,successful,264,GB,2585.94,9505.96,6781.17 +"1206900560,""BattleBuddy FitCase,Magnetic,Retracting,Versatile Sport Case"",Product Design,Design,USD,2016-03-01,10000.00,2016-01-31 05:04:20,11433.98,successful,137,US,11433.98,11433.98,10000.00" +1206904095,The Speed of Light,Nonfiction,Publishing,USD,2014-02-16,1500.00,2014-01-22 22:39:14,1760.00,successful,35,US,1760.00,1760.00,1500.00 +1206913442,Babyboomers and sexuality,Nonfiction,Publishing,USD,2017-03-24,4000.00,2017-03-03 00:20:32,111.00,failed,3,US,0.00,111.00,4000.00 +1206924928,The Incredibles Scoobobell and Spartacus Volume 2,Comic Books,Comics,USD,2017-04-09,5000.00,2017-02-09 01:29:23,301.00,failed,3,US,100.00,301.00,5000.00 +1206927562,Smart. All-weatherproof. Designer Rainwear w/ 23+ features.,Apparel,Fashion,EUR,2017-08-17,25000.00,2017-06-28 14:08:13,2010.00,canceled,10,NL,223.82,2359.74,29349.96 +"1206934154,""""""tierisch geil"""" - Bildband"",Photobooks,Photography,EUR,2016-09-04,2250.00,2016-08-05 11:10:48,2251.00,successful,31,DE,178.37,2536.42,2535.30" +1206936256, SAVE Blue Like Jazz! (the movie),Narrative Film,Film & Video,USD,2010-10-26,125000.00,2010-09-24 23:18:05,345992.47,successful,4495,US,345992.47,345992.47,125000.00 +1206938064,The Velox Chronograph by Leyden Watches,Product Design,Design,EUR,2016-12-21,17950.00,2016-11-21 12:58:16,18702.00,successful,69,NL,6639.49,19536.20,18750.65 +"1206938760,""Creative City Project – Orlando, FL – Nov 1, 2014"",Public Art,Art,USD,2014-11-01,10500.00,2014-10-04 17:08:40,426.00,failed,21,US,426.00,426.00,10500.00" +1206939301,Floristry Insider - The Europa Cup 2016 Photo Report,Photo,Journalism,USD,2016-03-13,500.00,2016-02-12 22:55:47,516.00,successful,25,US,516.00,516.00,500.00 +1206939314,The Broken Continent - Fantasy Webseries Pilot,Webseries,Film & Video,USD,2012-08-09,35000.00,2012-07-09 20:59:10,42750.87,successful,426,US,42750.87,42750.87,35000.00 +1206944540,Clinky's,Crafts,Crafts,GBP,2014-09-09,1300.00,2014-07-31 18:15:55,0.00,failed,0,GB,0.00,0.00,2110.25 +1206949299,Soul Cakes by Tanya is going commercial!,Food,Food,USD,2014-04-30,10000.00,2014-03-01 06:23:13,10445.00,successful,122,US,10445.00,10445.00,10000.00 +1206951037,JKELL East Coast Tour,Music,Music,USD,2013-05-14,8000.00,2013-04-04 00:46:50,0.00,failed,0,US,0.00,0.00,8000.00 +1206953003,Excuse My English,Music,Music,EUR,2017-12-23,6000.00,2017-11-08 22:06:23,6055.00,successful,36,FR,290.19,7261.76,7195.80 +1206953926,Blaire Sees Bears --Think: I-Spy meets Dr. Suess and Monty Python - A children's book,Children's Books,Publishing,USD,2010-05-02,7500.00,2010-03-25 07:22:34,0.00,failed,0,US,0.00,0.00,7500.00 +"1206957112,The Emotive Leaf,Music,Music,USD,2014-10-20,1100.00,2014-09-20 02:08:36,1212.00,undefined,0,""N,0"""""",,1212.00,1100.00" +1206958996,Get the kids a Xylophone,Kids,Music,GBP,2016-03-29,1500.00,2016-02-28 21:29:02,155.00,failed,2,GB,215.03,221.80,2146.44 +1206963518,Farming for Your Future - Growing Aquaponics and Superfoods,Farms,Food,USD,2014-09-03,42000.00,2014-08-06 19:21:52,42161.01,successful,161,US,42161.01,42161.01,42000.00 +"1206966286,""Happy Mother's Day, The Dora Project"",Crafts,Crafts,USD,2013-04-25,300.00,2013-04-08 16:00:55,851.00,successful,40,US,851.00,851.00,300.00" +"1206974018,""Gareth's EP CD """"The Journey"""" by Gareth Laffely"",World Music,Music,USD,2012-12-24,6000.00,2012-11-21 17:23:27,6095.00,successful,53,US,6095.00,6095.00,6000.00" +1206978568,Stop and Stare,Film & Video,Film & Video,GBP,2017-07-10,23000.00,2017-06-12 05:03:42,26.00,failed,2,GB,33.13,33.73,29840.29 +1206983302,3Roads | Feature Film | Crime/Drama | A Thrilling conclusion,Narrative Film,Film & Video,NZD,2014-08-19,15000.00,2014-07-10 01:32:49,1066.00,failed,33,NZ,934.50,897.00,12622.01 +120698463,Dragibus,Periodicals,Publishing,USD,2012-02-16,5000.00,2011-12-18 21:30:01,2160.00,failed,37,US,2160.00,2160.00,5000.00 +"1206986974,""Heated and Air-conditioned """"Growin' N Comfort"""" Baby Stroller"",Product Design,Design,USD,2017-10-29,147000.00,2017-08-30 02:19:54,616.00,failed,10,US,25.00,616.00,147000.00" +"1206987706,""BorgShifter """"Philosophy Canon"""" Album creation"",Music,Music,USD,2015-03-22,20000.00,2015-02-20 15:39:10,1.00,failed,1,US,1.00,1.00,20000.00" +120700658,Demoniaca: Everlasting night - Round Two,Video Games,Games,EUR,2017-08-24,30000.00,2017-07-25 16:01:12,6781.00,canceled,176,IT,351.33,8007.04,35424.15 +1207010037,Mel's Sushi Shack!,Crafts,Crafts,USD,2015-11-24,1200.00,2015-11-04 18:09:34,1201.00,successful,24,US,1201.00,1201.00,1200.00 +1207012303,TuneBox: a High Quality portable Music Device,Product Design,Design,EUR,2014-06-27,60000.00,2014-05-30 09:16:05,1862.00,failed,18,NL,2532.71,2536.06,81720.49 +1207016685,Mazing Deck - Playing Cards with a twist... and a turn.,Tabletop Games,Games,USD,2013-07-24,12000.00,2013-06-22 02:13:11,20067.84,successful,620,US,20067.84,20067.84,12000.00 +1207019167,V8 Air Engine (mini),Gadgets,Technology,USD,2015-06-10,15000.00,2015-05-11 23:25:28,380.00,failed,11,US,380.00,380.00,15000.00 +1207020030,CONVOY THE CARD STRATEGY GAME,Tabletop Games,Games,GBP,2013-03-07,10000.00,2013-02-05 18:00:51,40.00,failed,1,GB,62.79,60.12,15028.78 +1207020357,Hip Hop Competition Fundraiser,Dance,Dance,GBP,2015-03-21,300.00,2015-03-04 17:55:33,300.00,successful,18,GB,461.17,446.26,446.26 +1207021647,merino jeans,Fashion,Fashion,AUD,2014-11-06,100000.00,2014-09-07 00:23:35,650.00,failed,1,AU,607.16,558.71,85954.96 +1207023044,Southern Melted Chocolate,Documentary,Film & Video,USD,2011-03-23,500.00,2011-02-06 12:23:06,0.00,failed,0,US,0.00,0.00,500.00 +1207030976,Growing Strong: Healthy Eating with the Whole Family,Children's Books,Publishing,USD,2017-09-17,25000.00,2017-08-17 19:00:23,27390.44,successful,254,US,8977.00,27390.44,25000.00 +1207043905,Gods and Kings,Documentary,Film & Video,USD,2012-02-01,15000.00,2011-12-22 14:22:05,16874.00,successful,163,US,16874.00,16874.00,15000.00 +1207048869,Emerald City Cake Balls - A Store and Kitchen of Our Own!,Restaurants,Food,USD,2015-07-19,20000.00,2015-06-15 21:12:28,5775.00,failed,46,US,5775.00,5775.00,20000.00 +1207061707,CamPlus,Camera Equipment,Technology,USD,2016-02-20,35000.00,2016-01-21 16:30:55,176.00,failed,4,US,176.00,176.00,35000.00 +1207070501,Shoestring Theatre Company takes New Haven!,Theater,Theater,USD,2012-07-12,2000.00,2012-06-21 19:46:26,3180.00,successful,30,US,3180.00,3180.00,2000.00 +1207071282,Imagination Station,Art,Art,USD,2015-07-01,11000.00,2015-05-22 03:33:38,375.00,failed,9,US,375.00,375.00,11000.00 +1207071955,Call of the Wild,Video Games,Games,GBP,2017-03-31,100000.00,2017-03-01 13:50:29,626.00,failed,9,GB,49.73,782.28,124964.07 +"1207076676,""MagBak mounts, grips, protects your iPad. Minimalist design"",Product Design,Design,USD,2014-04-17,15000.00,2014-03-03 08:33:08,41837.00,successful,809,US,41837.00,41837.00,15000.00" +1207077220,Parrot Pyramid iPad Game,Video Games,Games,USD,2010-09-18,6000.00,2010-08-02 06:45:50,1270.00,failed,6,US,1270.00,1270.00,6000.00 +1207078569,Not All Poor People Are Black & things to think more about,Nonfiction,Publishing,USD,2014-08-13,23000.00,2014-07-12 04:54:34,8477.00,failed,150,US,8477.00,8477.00,23000.00 +1207079950,Opioid: A Compassionate Look At Addiction on Long Island,Documentary,Film & Video,USD,2017-05-21,300.00,2017-04-21 16:52:12,86.00,failed,7,US,75.00,86.00,300.00 +1207086607,Derringer's Revenge,Shorts,Film & Video,USD,2014-05-11,10000.00,2014-03-12 01:28:07,0.00,failed,0,US,0.00,0.00,10000.00 +1207087532,Kids Make the Best Songwriters: Kid Pan Alley in Springfield,Music,Music,USD,2013-04-10,12000.00,2013-03-11 15:38:02,1121.00,failed,15,US,1121.00,1121.00,12000.00 +"1207088350,""Tipping Cow, All Natural Nut-Free Ice Cream"",Small Batch,Food,USD,2015-09-08,6000.00,2015-08-09 21:40:58,6717.50,successful,104,US,6717.50,6717.50,6000.00" +1207088892,Eric Carr Tribute Concert,Rock,Music,USD,2010-12-30,5000.00,2010-10-31 14:44:40,170.00,failed,3,US,170.00,170.00,5000.00 +120710078,Miniature Aluminum Gaming Dice,Tabletop Games,Games,USD,2013-03-09,5500.00,2013-02-07 21:57:54,2611.00,failed,52,US,2611.00,2611.00,5500.00 +1207103125,Marble carving in Italy and Switzerland,Sculpture,Art,USD,2014-04-26,4000.00,2014-03-27 05:12:41,317.00,failed,10,US,317.00,317.00,4000.00 +1207113593,Battle Dog and Püg,Tabletop Games,Games,GBP,2014-06-05,500.00,2014-05-15 11:33:16,4098.00,successful,92,GB,6900.00,6895.04,841.27 +1207132074,GBS Detroit Presents Megyn Hermez,Indie Rock,Music,USD,2013-01-20,1200.00,2013-01-04 20:18:56,2191.00,successful,52,US,2191.00,2191.00,1200.00 +120713950,Fate Of Man needs your help to launch our brand.,Ready-to-wear,Fashion,GBP,2017-06-05,1000.00,2017-05-06 21:03:41,0.00,failed,0,GB,0.00,0.00,1275.25 +1207141747,CRUCIAL - the Chatwin heirloom chef knife collection,Product Design,Design,CAD,2016-12-01,27000.00,2016-11-01 17:00:09,74048.00,successful,236,CA,22504.50,55662.63,20296.17 +1207147435,At First Glantz,Product Design,Design,USD,2017-07-28,6500.00,2017-06-28 20:54:23,0.00,failed,0,US,0.00,0.00,6500.00 +1207155245,Underforge: Book One of the Underforge Trilogy,Fiction,Publishing,GBP,2017-10-12,4000.00,2017-09-02 13:17:56,1020.00,canceled,10,GB,1009.07,1353.81,5309.05 +1207156256,Spirit Cave Vinyl Pressing Campaign,Indie Rock,Music,USD,2013-04-21,5000.00,2013-02-20 17:32:41,1520.00,failed,29,US,1520.00,1520.00,5000.00 +1207160415,Bulls Bay Outfitters - 100% USA Made Outdoor Apparel,Apparel,Fashion,USD,2016-09-20,10000.00,2016-07-22 03:40:26,3523.00,failed,22,US,0.00,3523.00,10000.00 +"1207173053,""""""Sweeney Todd"""" - Nørrebro Musicalteater"",Musical,Theater,DKK,2016-09-03,30000.00,2016-09-02 10:19:25,0.00,canceled,0,DK,0.00,0.00,4541.81" +"120717401,""SPY: Real World, Live-Action Espionage"",Games,Games,USD,2015-04-27,3000.00,2015-03-28 15:32:48,1125.00,failed,36,US,1125.00,1125.00,3000.00" +1207179553,Bicycle TCC Rainbow Playing Cards,Playing Cards,Games,HKD,2017-12-17,32000.00,2017-11-17 06:53:34,41777.00,successful,250,HK,3600.95,5344.79,4093.96 +1207182830,Limited High Quality Art Prints: first time ever sold,Painting,Art,AUD,2014-10-06,550.00,2014-09-06 17:29:18,0.00,failed,0,AU,0.00,0.00,479.01 +1207191310,Renaissance New York (RNY),Art,Art,USD,2013-02-02,1000.00,2013-01-03 06:24:06,15.00,failed,2,US,15.00,15.00,1000.00 +1207193043,Kyle Chadburn's Solo Debut Album,Country & Folk,Music,USD,2016-09-06,1800.00,2016-08-02 01:32:33,1850.00,successful,29,US,0.00,1850.00,1800.00 +1207197424,Publishing Been Alive,Fiction,Publishing,USD,2014-04-09,1400.00,2014-02-28 03:15:35,12.00,failed,2,US,12.00,12.00,1400.00 +1207204255,AkemiNaturals,DIY,Crafts,USD,2015-02-09,5000.00,2015-01-10 06:51:06,16.00,failed,1,US,16.00,16.00,5000.00 +"1207208157,""Short film """"Hindmind"""" rape and violence against women."",Shorts,Film & Video,USD,2011-03-01,3000.00,2011-01-20 17:07:33,130.00,canceled,3,US,130.00,130.00,3000.00" +1207215188,Insight Fantasy RPG,Tabletop Games,Games,NOK,2016-03-04,10000.00,2016-02-03 20:14:06,42745.20,successful,250,NO,4917.32,4997.51,1169.14 +1207215597,The Hundred Story House,Public Art,Art,USD,2012-03-02,13000.00,2012-02-01 12:19:06,13501.66,successful,245,US,13501.66,13501.66,13000.00 +1207220509,BUZZKILL NEW JERSEY,Horror,Film & Video,USD,2016-06-19,109000.00,2016-04-29 14:51:13,601.00,failed,12,US,601.00,601.00,109000.00 +1207224673,Carolina Chronicles (Canceled),Webseries,Film & Video,USD,2015-05-24,5000.00,2015-04-19 14:26:37,10.00,canceled,1,US,10.00,10.00,5000.00 +"1207225313,""V-Date - A Whole New Way To Meet People Anywhere, Anytime!"",Apps,Technology,USD,2015-01-25,5000.00,2014-12-16 05:22:45,10.00,failed,1,US,10.00,10.00,5000.00" +1207225572,Cubs Rush,Mobile Games,Games,EUR,2017-02-14,120.00,2017-01-25 23:58:32,144.00,successful,15,FR,38.70,153.36,127.80 +1207227103,PLY: the Magazine for Handspinners,Periodicals,Publishing,USD,2013-01-18,25000.00,2012-12-04 01:19:53,34455.00,successful,366,US,34455.00,34455.00,25000.00 +120723288,The Significant 13,Nonfiction,Publishing,USD,2013-01-06,20000.00,2012-12-07 04:22:26,3964.00,failed,36,US,3964.00,3964.00,20000.00 +"1207235108,""DUS-T The most useful shirt on the planet, for work and play"",Product Design,Design,USD,2015-12-04,30000.00,2015-11-04 23:09:53,1749.00,failed,15,US,1749.00,1749.00,30000.00" +1207237173,Nia's all natural cosmetics,DIY,Crafts,USD,2015-02-19,2000.00,2015-01-20 19:07:05,25.00,failed,3,US,25.00,25.00,2000.00 +1207250298,Finding Hope,Photography,Photography,USD,2012-07-18,2200.00,2012-06-28 20:56:42,0.00,failed,0,US,0.00,0.00,2200.00 +1207253166,Imperial Fermentation Room - Czar's Brewing Co.,Drinks,Food,USD,2015-10-21,3500.00,2015-08-22 23:00:33,1295.00,failed,4,US,1295.00,1295.00,3500.00 +1207263016,The Medieval Jewish Project,Fiction,Publishing,GBP,2015-03-02,2600.00,2015-01-31 13:54:58,2.00,failed,2,GB,3.01,3.04,3947.89 +1207269221,15 Seconds of Fame (A Mutant Vehicle) (Canceled),Conceptual Art,Art,USD,2011-08-02,1200.00,2011-07-15 02:07:53,20.00,canceled,1,US,20.00,20.00,1200.00 +1207276654,The Magic Wheelchair,Technology,Technology,USD,2015-07-03,15000.00,2015-06-03 17:02:52,25688.00,successful,769,US,25688.00,25688.00,15000.00 +1207282745,John Grover touches the world (Canceled),World Music,Music,USD,2012-08-24,25000.00,2012-08-04 08:47:45,0.00,canceled,0,US,0.00,0.00,25000.00 +"1207283813,""Bringing """"The Bridge at St. Clair"""" to ArtPrize!"",Painting,Art,USD,2014-09-14,750.00,2014-08-15 18:46:09,795.00,successful,10,US,795.00,795.00,750.00" +1207288995,Coffee Snobs Wanted,Drinks,Food,USD,2015-03-20,1.00,2015-02-18 03:15:29,35.00,successful,5,US,35.00,35.00,1.00 +12072968,Silver Spoon Personal Chef weekly meals and event catering!,Events,Food,USD,2017-11-12,15000.00,2017-10-23 00:34:19,310.00,failed,2,US,0.00,310.00,15000.00 +1207303771,Roller Coasters across America,Photography,Photography,USD,2012-03-20,8000.00,2012-01-20 06:57:32,0.00,failed,0,US,0.00,0.00,8000.00 +1207310260,On The Point of a Pin – Microscopic Panoramas Crystal Image,Digital Art,Art,USD,2013-09-27,25000.00,2013-08-28 03:34:17,25.00,failed,1,US,25.00,25.00,25000.00 +1207312928,BR Records,Music,Music,USD,2017-11-15,20000.00,2017-09-16 16:56:02,0.00,failed,0,US,0.00,0.00,20000.00 +1207326020,Women Affected by War,Print,Journalism,USD,2016-04-15,1000.00,2016-03-14 23:31:17,11.00,failed,2,US,11.00,11.00,1000.00 +1207332419,TODAY BREAD | SOURDOUGH BREAD AND CREATIVITY IN A BAKERY,Events,Food,GBP,2016-08-04,9000.00,2016-07-05 13:17:59,10411.69,successful,284,GB,5357.12,13695.63,11838.68 +1207334922,Outlands Playing Cards,Tabletop Games,Games,USD,2012-01-09,1000.00,2011-12-10 14:55:49,451.00,failed,12,US,451.00,451.00,1000.00 +1207355863,Last Son of Krypton (Canceled),Shorts,Film & Video,USD,2012-08-19,500.00,2012-08-04 01:36:41,0.00,canceled,0,US,0.00,0.00,500.00 +1207363554,SNEAKERJEANS - Everyday Denim for Sneakerheads,Apparel,Fashion,EUR,2015-11-09,5000.00,2015-10-07 15:00:16,1747.00,failed,21,DE,1953.77,1880.48,5382.02 +1207372744,5 am Box,Product Design,Design,GBP,2017-12-06,250.00,2017-11-06 19:03:02,345.00,successful,3,GB,65.39,462.84,335.39 +"1207380238,""Marketing Live TV - Live & Interactive, Marketing Reality TV"",Webseries,Film & Video,AUD,2017-09-01,5300.00,2017-07-24 22:15:58,0.00,failed,0,AU,0.00,0.00,4205.68" +1207380647,RECOVERY ALERT BRACELETS,Civic Design,Design,USD,2016-07-18,5000.00,2016-06-18 06:59:33,10.00,failed,1,US,0.00,10.00,5000.00 +1207385282,Grease Rags designer automobilia clothing,Fashion,Fashion,USD,2016-01-16,20000.00,2015-11-17 17:51:58,5.00,failed,1,US,5.00,5.00,20000.00 +120738663,TIME NOTE BOOK (Canceled),Product Design,Design,GBP,2015-02-14,2000.00,2015-01-15 22:23:00,89.00,canceled,7,GB,134.84,136.84,3075.13 +1207389763,The Wanderer,Video Games,Games,CAD,2015-09-24,6000.00,2015-08-25 17:43:26,11.00,failed,2,CA,8.32,8.26,4506.87 +1207398443,Polychromatica - The Dubai Series,Fine Art,Photography,EUR,2017-04-24,5000.00,2017-03-24 23:54:25,1692.00,failed,5,FR,0.00,1849.36,5465.02 +"1207403893,""Adler & Hearne celebrate 15 years with 2-CD """"SIMPATICO"""""",Country & Folk,Music,USD,2016-06-03,20000.00,2016-05-04 19:48:30,9820.45,canceled,145,US,9820.45,9820.45,20000.00" +1207407135,SYNAESTHESIA DANCE EXPERIENCE: 4D MULTISENSORY SHOW,Performances,Dance,USD,2017-09-04,7000.00,2017-08-05 20:11:32,8040.00,successful,67,US,1020.00,8040.00,7000.00 +1207408508,My Cancer Card Releases EVERYWHERE!,Literary Journals,Publishing,USD,2015-03-22,500.00,2015-02-10 17:56:02,532.00,successful,9,US,532.00,532.00,500.00 +1207413849,AN22 Titanium Futuristic EDC Retractable Blade & Multi-Tool,Product Design,Design,AUD,2017-08-27,18000.00,2017-07-28 19:49:01,3657.00,canceled,72,AU,2704.39,2901.92,14283.45 +1207416506,SenCbuds™ - The Worlds First Self-Pausing Earbuds!,Sound,Technology,USD,2016-06-26,65000.00,2016-05-27 15:31:23,2521.00,failed,50,US,2521.00,2521.00,65000.00 +"1207425368,""The Advice Tent, A Self-Help Performance"",Performance Art,Art,USD,2017-06-07,2500.00,2017-05-07 18:49:50,2588.00,successful,75,US,206.00,2588.00,2500.00" +1207431793,BLACK SWAN,Performances,Dance,USD,2015-03-15,5000.00,2015-02-07 17:38:12,5001.00,successful,25,US,5001.00,5001.00,5000.00 +1207434710,The B Tales,Musical,Theater,GBP,2015-06-05,500.00,2015-05-04 22:00:54,520.00,successful,15,GB,787.33,797.23,766.57 +"1207437615,""My Life Matters: """"The Artist of War"""""",Theater,Theater,USD,2017-01-02,7500.00,2016-11-18 01:33:06,0.00,failed,0,US,0.00,0.00,7500.00" +120743781,How to Download Music for Free and Thus Save the World,Nonfiction,Publishing,USD,2012-04-01,67000.00,2012-02-06 04:08:43,635.00,failed,4,US,635.00,635.00,67000.00 +1207438771,SteakMeister™: Designed To Grill The Perfect Steak,Product Design,Design,USD,2015-12-23,86000.00,2015-11-19 17:09:58,10678.00,canceled,16,US,10678.00,10678.00,86000.00 +1207446752,Design4U24 Beautiful Pictures for any occasion.,Design,Design,USD,2016-01-31,20000.00,2016-01-01 03:37:41,5.00,failed,1,US,5.00,5.00,20000.00 +1207446922,LOV: The Only Dating App that Can't be Lied to,Apps,Technology,USD,2015-04-25,2500.00,2015-03-26 06:00:10,166.01,failed,20,US,166.01,166.01,2500.00 +1207456705,The Sexton Beer Company needs KEGS!!!,Restaurants,Food,USD,2016-03-24,10000.00,2016-02-22 18:02:49,432.00,failed,10,US,432.00,432.00,10000.00 +"1207476146,""Palo Verde """"Zero Hour"""" Vinyl LP/MP3 Combo and CD"",Rock,Music,USD,2011-07-21,750.00,2011-06-06 00:35:32,754.00,successful,39,US,754.00,754.00,750.00" +1207480919,Starforged Odyssey: Aces Wild (Canceled),Tabletop Games,Games,USD,2015-02-15,33000.00,2015-01-16 21:14:27,161.00,canceled,3,US,161.00,161.00,33000.00 +120749074,ALBA by Chrissiefizz SS14 at London Fashion Week,Fashion,Fashion,GBP,2013-11-04,700.00,2013-10-05 08:29:52,50.00,failed,1,GB,80.75,80.40,1125.62 +1207491036,PassingAssets-Transfer digital assets securely after death,Web,Technology,USD,2016-08-04,300000.00,2016-06-20 17:13:15,503.00,failed,3,US,152.00,503.00,300000.00 +1207503421,Magic of the Trees (Canceled),Children's Books,Publishing,USD,2013-07-15,2000.00,2013-05-31 03:04:08,26.00,canceled,2,US,26.00,26.00,2000.00 +1207504663,PRIESTHOOD ~ NEW ALBUM,Hip-Hop,Music,USD,2013-05-19,10000.00,2013-03-20 02:07:25,1616.00,failed,13,US,1616.00,1616.00,10000.00 +1207510102,13:1 - Music Development/Single and Music Video,Rock,Music,USD,2015-04-20,3000.00,2015-03-13 16:02:38,191.00,failed,7,US,191.00,191.00,3000.00 +1207516260,Bully Boys 'Ripples',Shorts,Film & Video,USD,2012-04-19,5000.00,2012-03-20 22:33:13,150.00,failed,2,US,150.00,150.00,5000.00 +1207519035,Via Everything,Comedy,Film & Video,USD,2014-12-04,5000.00,2014-11-04 03:10:30,0.00,failed,0,US,0.00,0.00,5000.00 +1207529415,Around the World in 90 Days,Narrative Film,Film & Video,GBP,2013-01-27,100000.00,2012-11-28 13:54:08,1.00,failed,1,GB,1.60,1.58,158338.08 +1207541084,Celebration Board of Rhode Island,Technology,Technology,USD,2015-06-03,150000.00,2015-04-04 21:00:21,0.00,failed,0,US,0.00,0.00,150000.00 +"1207541707,""Sacred Places, Sacred Stories Project"",Publishing,Publishing,USD,2015-07-27,7450.00,2015-05-28 18:26:41,7502.00,successful,71,US,7502.00,7502.00,7450.00" +1207550163,Live The Dream clothing,Fashion,Fashion,USD,2012-12-01,30000.00,2012-11-01 13:25:51,0.00,failed,0,US,0.00,0.00,30000.00 +1207556310,Widdershins: Green-Eyed Monster,Webcomics,Comics,GBP,2015-09-02,4000.00,2015-08-03 20:03:36,13669.00,successful,500,GB,21353.54,20812.78,6090.50 +1207566722,Metro Warriors STEM ON the Road Again Houston TX,Technology,Technology,USD,2015-06-01,3000.00,2015-04-23 19:52:57,0.00,failed,0,US,0.00,0.00,3000.00 +120757210,Cap-A-Growler,Product Design,Design,USD,2016-05-15,5000.00,2016-04-15 00:05:24,455.00,failed,14,US,455.00,455.00,5000.00 +120757584,The History of Dating: A Documentary by Aaron Powell,Documentary,Film & Video,USD,2013-09-18,15000.00,2013-08-19 19:46:11,200.00,failed,6,US,200.00,200.00,15000.00 +1207578579,Desexed: A Genderless World: The Book and Movie (Canceled),Drama,Film & Video,USD,2015-03-25,50000.00,2015-02-23 18:19:51,500.00,canceled,1,US,500.00,500.00,50000.00 +1207591018,Tanera (Ar Dùthaich) - A Photobook about a Scottish Island,Photobooks,Photography,GBP,2017-08-17,6500.00,2017-06-18 17:22:06,7153.00,successful,89,GB,1032.62,9209.12,8368.42 +1207594009,Andrew Swanson Entertainment Project 22 Kings,Indie Rock,Music,USD,2013-07-02,20000.00,2013-05-31 21:03:00,650.00,failed,11,US,650.00,650.00,20000.00 +1207595225,World War Geek,Zines,Publishing,USD,2015-04-01,250.00,2015-03-02 23:06:00,25.00,failed,1,US,25.00,25.00,250.00 +1207611435,MS5 Everyday Carry-For-Life Survival Kit,Design,Design,USD,2016-10-19,11000.00,2016-08-30 14:24:09,12066.00,successful,151,US,47.00,12066.00,11000.00 +12076273,The Audio Embodiment of the Culture of Food,Food,Food,USD,2010-07-30,1000.00,2010-06-26 00:32:25,1438.00,successful,14,US,1438.00,1438.00,1000.00 +"120763289,""DREAMS FOR THE FUTURE """"Stories of Rural Women Leaders"""""",Art Books,Publishing,USD,2015-01-03,1900.00,2014-12-02 15:03:34,2110.00,successful,48,US,2110.00,2110.00,1900.00" +1207635886,Callicoon Natural Foods & Juice Bar,Food,Food,USD,2012-08-28,10000.00,2012-07-29 13:47:44,10000.00,successful,25,US,10000.00,10000.00,10000.00 +1207636036,Radical Acceptance: The Breast Portrait Project,Painting,Art,USD,2010-12-13,6500.00,2010-10-28 04:03:51,8642.11,successful,93,US,8642.11,8642.11,6500.00 +120763924,Black Shirt Clothing,Apparel,Fashion,USD,2017-11-01,5000.00,2017-10-02 07:06:58,0.00,canceled,0,US,0.00,0.00,5000.00 +"1207646805,""Liza Maytok's new album, """"Somewhere In Between"""""",Country & Folk,Music,USD,2013-12-11,5000.00,2013-11-11 16:08:05,5432.00,successful,117,US,5432.00,5432.00,5000.00" +1207649547,Alone a zombie short film,Shorts,Film & Video,USD,2012-06-19,8000.00,2012-05-18 00:37:57,236.00,failed,7,US,236.00,236.00,8000.00 +1207649990,Print Metal Publication,Graphic Design,Design,CAD,2017-07-18,40000.00,2017-05-19 22:26:48,6.00,failed,1,CA,0.00,4.76,31756.11 +1207652376,Donemedia.ca,Web,Journalism,CAD,2015-07-15,20000.00,2015-06-25 21:40:26,10.00,failed,1,CA,8.11,7.71,15410.70 +1207653741,Dead End Is The Future Of Zombie Movies!,Shorts,Film & Video,USD,2013-02-03,5000.00,2013-01-04 22:54:48,160.00,failed,8,US,160.00,160.00,5000.00 +"120765786,""""""Something To Do!"""" A carter's Collective Project"",Video Games,Games,USD,2014-11-30,15000.00,2014-10-21 14:50:49,0.00,failed,0,US,0.00,0.00,15000.00" +1207666492,Take Magazine,Print,Journalism,USD,2015-08-14,15000.00,2015-07-15 15:55:09,20610.04,successful,310,US,20610.04,20610.04,15000.00 +120768934,Pens Plus Pals: A Modern Matching Service for Pen Pals,Journalism,Journalism,USD,2016-10-15,6000.00,2016-09-15 13:36:17,9133.00,successful,150,US,130.00,9133.00,6000.00 +"1207704173,""""""Bizarro"""" Post Production"",Shorts,Film & Video,USD,2012-09-10,2000.00,2012-07-12 18:56:27,2010.00,successful,35,US,2010.00,2010.00,2000.00" +1207716026,Forgotten Youth Clothing Winter Line 2012,Fashion,Fashion,USD,2012-10-11,3500.00,2012-09-11 21:02:57,802.00,failed,9,US,802.00,802.00,3500.00 +1207723343,Mixed Milk Tea Smoothie -,Food,Food,USD,2014-08-18,800.00,2014-07-18 05:29:12,33.00,failed,3,US,33.00,33.00,800.00 +"1207739374,""Bite Into Maine """"Lobster Roll Rumble"""" Challenge in NYC!"",Events,Food,USD,2013-05-21,5500.00,2013-04-02 01:13:45,6571.00,successful,106,US,6571.00,6571.00,5500.00" +1207740549,Wat Nederland mist... is een TARDIS!,Events,Comics,EUR,2015-03-29,1200.00,2015-02-27 09:32:29,597.00,failed,16,NL,678.62,646.55,1299.60 +1207745042,JEAN'S MINUTE OF ARC,Thrillers,Film & Video,USD,2016-05-23,137000.00,2016-03-24 20:24:40,7425.00,failed,40,US,7425.00,7425.00,137000.00 +1207746019,Aliza's Farm,Food,Food,USD,2014-11-09,15000.00,2014-10-10 20:18:17,0.00,failed,0,US,0.00,0.00,15000.00 +1207749708,Quiv Exchange,Software,Technology,USD,2017-05-12,10000.00,2017-04-12 20:07:27,150.00,canceled,3,US,0.00,150.00,10000.00 +1207752505,Global Peace Vote Project (GPVP),Web,Journalism,USD,2015-06-06,9110.00,2015-04-10 02:14:12,0.00,failed,0,US,0.00,0.00,9110.00 +1207753234,TeamMckenzie presents: UR:Legacy,Apparel,Fashion,GBP,2014-10-09,500.00,2014-09-09 17:42:54,0.00,failed,0,GB,0.00,0.00,801.71 +1207758013,A TASTE OF HEAVEN: The Heartbreak Life of Raymond Myles,Documentary,Film & Video,USD,2012-03-22,63000.00,2012-02-21 23:31:22,6975.00,failed,31,US,6975.00,6975.00,63000.00 +1207758276,PUR | MIDWEST MINI TOUR,Performance Art,Art,USD,2014-02-07,4200.00,2014-01-01 21:59:08,4222.00,successful,50,US,4222.00,4222.00,4200.00 +1207761273,Light up kits for LEGO 75105 Star Wars Millenium Falcon,Product Design,Design,USD,2016-04-28,500.00,2016-04-08 00:29:02,656.00,successful,6,US,656.00,656.00,500.00 +1207761442,Women at the End of the Land - Deep in Arctic Siberia,People,Photography,AUD,2016-09-06,29300.00,2016-08-07 05:35:47,31364.00,successful,220,AU,340.86,23821.97,22254.29 +120776575,RadHaus full scale multitrack recording ON WHEELS!,Music,Music,USD,2014-09-21,10000.00,2014-08-22 00:56:31,1450.00,failed,25,US,1450.00,1450.00,10000.00 +1207776792,Flourish,Video Games,Games,GBP,2016-09-02,500.00,2016-08-03 16:16:43,1.00,failed,1,GB,0.00,1.33,664.20 +1207807053,I love my Beard stickers!,Art,Art,EUR,2017-04-20,250.00,2017-03-21 08:52:56,276.00,successful,30,IT,17.22,295.27,267.45 +"1207807767,""The English Edition of """"People from IKEA”"",Translations,Publishing,EUR,2016-08-02,3000.00,2016-07-03 10:52:32,451.00,failed,18,IT,310.76,503.13,3346.79" +1207810027,HYQUATOR - Safe drinking water anytime anywhere,Technology,Technology,USD,2012-03-26,60000.00,2012-02-23 12:05:16,2538.00,failed,35,US,2538.00,2538.00,60000.00 +1207811386,Be Part of Darkpine's Debut EP,Electronic Music,Music,USD,2013-07-27,3500.00,2013-06-27 03:27:16,3540.00,successful,69,US,3540.00,3540.00,3500.00 +1207816067,Off the Couch - an online Fitness Club for Women (Canceled),Film & Video,Film & Video,USD,2015-06-26,1000.00,2015-05-27 14:01:55,0.00,canceled,0,US,0.00,0.00,1000.00 +1207819956,A Cappella Choir Performances,Classical Music,Music,USD,2016-12-29,1500.00,2016-11-29 15:41:03,1700.00,successful,28,US,250.00,1700.00,1500.00 +"1207823006,""KOA - Bold, Strong, Fearless Swimwear Boutique"",Ready-to-wear,Fashion,CAD,2014-12-20,80000.00,2014-11-20 19:44:14,200.00,failed,2,CA,176.63,172.53,69013.11" +1207840614,Ainadamar: Reinventing Opera Through Technology,Classical Music,Music,USD,2012-11-21,7500.00,2012-10-26 23:05:29,9262.00,successful,94,US,9262.00,9262.00,7500.00 +1207841204,Best Friends,Nonfiction,Publishing,USD,2014-06-20,3000.00,2014-05-21 03:26:47,6.00,failed,2,US,6.00,6.00,3000.00 +1207842074,A Beautiful Saga (Japan Time laps),Shorts,Film & Video,USD,2013-03-24,1000.00,2013-02-27 23:56:51,171.00,failed,7,US,171.00,171.00,1000.00 +1207842773,The Young Indispensables VS The Menacing Magic Goon,Children's Books,Publishing,USD,2012-09-22,2000.00,2012-07-24 19:48:11,0.00,failed,0,US,0.00,0.00,2000.00 +1207857069,Family Affairs,Film & Video,Film & Video,GBP,2017-08-16,6000.00,2017-06-17 15:53:02,79.00,failed,3,GB,0.00,101.71,7724.69 +1207857857,Searching For Love: The Deryo Project,Music,Music,USD,2012-08-09,5500.00,2012-07-12 02:21:19,0.00,failed,0,US,0.00,0.00,5500.00 +120786185,Black Pearl Cafe,Restaurants,Food,USD,2014-12-19,50000.00,2014-11-20 18:51:51,0.00,failed,0,US,0.00,0.00,50000.00 +"1207875041,""""""We All Float"""" - Lady Leo's 1st Kickstarter! (Stephen King)"",Art,Art,USD,2017-09-24,1500.00,2017-08-29 12:56:54,323.00,failed,7,US,0.00,323.00,1500.00" +1207875695,Solar Parking Lots: Putting the Lid on 2329+ lg lots in NC,Documentary,Film & Video,USD,2014-05-12,100000.00,2014-03-13 22:09:51,31.00,failed,6,US,31.00,31.00,100000.00 +1207886914,Lao Warrior,Film & Video,Film & Video,USD,2013-02-24,75000.00,2013-01-25 16:23:10,1115.00,failed,20,US,1115.00,1115.00,75000.00 +1207892835,Agents of Change,Documentary,Film & Video,USD,2012-11-10,20000.00,2012-10-11 22:02:18,22538.00,successful,171,US,22538.00,22538.00,20000.00 +1207929429,Soldier Bird Multiplayer + Story Mode for iOS/Android/PC/Mac,Mobile Games,Games,USD,2014-07-06,25000.00,2014-06-06 19:36:29,1035.00,failed,2,US,1035.00,1035.00,25000.00 +1207944873,Great Lakes | Classic Northern Apparel | American Made,Fashion,Fashion,USD,2013-09-21,20000.00,2013-08-22 22:53:23,24392.00,successful,346,US,24392.00,24392.00,20000.00 +1207948946,Video Game Boutique needed in Dandenong Ranges,Video Games,Games,AUD,2015-04-01,299000.00,2015-01-31 07:58:02,30.00,failed,3,AU,23.34,22.65,225762.61 +1207949730,Curso online de papeles al engrudo,Stationery,Crafts,EUR,2015-10-27,1650.00,2015-10-07 21:37:20,70.00,failed,2,ES,78.29,77.12,1817.80 +1207951782,THE ZOO KEEPER'S HOUSE - a new CD from JEMEEL MOONDOC,Jazz,Music,USD,2013-09-26,3400.00,2013-08-29 03:28:23,3420.00,successful,64,US,3420.00,3420.00,3400.00 +1207957343,Women's Watch Collections | Ultimate Adaptability,Accessories,Fashion,USD,2016-10-16,25000.00,2016-09-16 05:13:44,862.00,canceled,9,US,98.00,862.00,25000.00 +1207957590,The Post Silver Exhibition,Photography,Photography,GBP,2017-04-15,1200.00,2017-03-16 16:16:13,1235.00,successful,22,GB,72.95,1578.11,1533.39 +1207960232,Lend a Hand for Love,Shorts,Film & Video,USD,2012-12-22,18500.00,2012-11-26 18:46:14,19259.85,successful,267,US,19259.85,19259.85,18500.00 +1207963044,Sangoma - Discovering Shamans of South Africa,Film & Video,Film & Video,USD,2011-02-20,7500.00,2011-01-14 06:18:47,7595.00,successful,98,US,7595.00,7595.00,7500.00 +1207978656,Not another greeting card project?,Product Design,Design,CAD,2016-10-31,250.00,2016-10-04 23:18:50,1.00,canceled,1,CA,0.76,0.74,186.11 +"1207980998,""The Red Door Emporium: Cafe, Art, Consignment, Community"",Food,Food,USD,2014-08-29,10000.00,2014-07-30 14:34:30,2612.00,failed,22,US,2612.00,2612.00,10000.00" +1207985211,Not the Gnomes,Shorts,Film & Video,USD,2012-06-21,3000.00,2012-05-22 23:18:43,430.00,failed,15,US,430.00,430.00,3000.00 +1207985740,Trip of the United States,Nature,Photography,USD,2014-12-24,8500.00,2014-11-14 01:18:08,0.00,failed,0,US,0.00,0.00,8500.00 +1207988215,E-Taxi,Apps,Technology,USD,2015-09-21,22000.00,2015-08-22 23:57:49,10.00,failed,2,US,10.00,10.00,22000.00 +1207995766,The Constellation Song,Animation,Film & Video,USD,2012-04-27,2000.00,2012-03-28 16:42:36,2180.00,successful,47,US,2180.00,2180.00,2000.00 +120799735,Lakota Playing Cards,Illustration,Art,USD,2014-05-02,10000.00,2014-04-02 18:52:28,10889.00,successful,236,US,10889.00,10889.00,10000.00 +1208011665,Hollow Earth. Perth's 1st Oddity store (Canceled),Taxidermy,Crafts,AUD,2016-01-20,10000.00,2015-12-18 03:19:58,75.00,canceled,3,AU,54.07,52.71,7027.41 +1208015797,OMG! It's Coffee Mobile Concessions (Truck or Trailer),Food,Food,USD,2013-04-20,25000.00,2013-03-20 23:25:15,0.00,failed,0,US,0.00,0.00,25000.00 +1208016424,Dust Bunny Sock Monster Children's Book,Children's Books,Publishing,USD,2014-04-14,12000.00,2014-03-14 23:31:06,1315.00,failed,27,US,1315.00,1315.00,12000.00 +1208016572,The path to my dream and passion,Art,Art,USD,2014-09-17,22000.00,2014-07-30 01:54:57,10.00,failed,1,US,10.00,10.00,22000.00 +1208018755,D.U.I.: Ticket to HELL. A Real Life Cautionary Tale,Nonfiction,Publishing,USD,2012-02-15,2900.00,2012-01-01 18:28:10,25.00,canceled,1,US,25.00,25.00,2900.00 +1208019723,PMJ - Reinventing the modern sneaker.,Footwear,Fashion,EUR,2016-12-08,25000.00,2016-10-24 19:45:47,7834.00,failed,65,FR,1045.07,8271.92,26397.48 +1208021815,IRIS CLOTHING SYD (Canceled),Apparel,Fashion,AUD,2015-10-17,3000.00,2015-09-17 06:31:57,0.00,canceled,0,AU,0.00,0.00,2180.39 +1208022297,Black Hat (jeu vidéo),Video Games,Games,EUR,2016-05-30,500.00,2016-04-30 22:59:12,0.00,failed,0,FR,0.00,0.00,557.70 +1208026519,THEN CAME JESUS,Music,Music,USD,2013-06-21,12000.00,2013-05-29 14:41:58,15.00,failed,1,US,15.00,15.00,12000.00 +"120803424,""""""Love Me! (Why Everyone Hates Actors)"""" Capital Fringe Show"",Theater,Theater,USD,2011-05-16,3000.00,2011-04-02 00:33:24,845.00,failed,36,US,845.00,845.00,3000.00" +1208036914,Tome of Heroes - A Realtime Mobile PvP Game,Mobile Games,Games,USD,2017-08-12,5000.00,2017-07-13 00:26:28,25.00,failed,1,US,0.00,25.00,5000.00 +1208037337,Jugger The Tabletop Game: Dogskull Heroes (Canceled),Tabletop Games,Games,AUD,2016-04-21,51165.00,2016-03-22 21:59:49,9097.00,canceled,62,AU,6902.83,7032.31,39552.41 +1208043841,Fresh Perspective Magazine,Zines,Publishing,USD,2014-10-25,1500.00,2014-10-09 18:03:59,1591.00,successful,38,US,1591.00,1591.00,1500.00 +1208045329,'THE ADVENTURES OF THE KITE FAMILY' A COMIC BOOK SERIES,Comics,Comics,NZD,2014-04-27,1500.00,2014-02-26 01:15:54,210.00,failed,6,NZ,173.85,181.65,1297.47 +1208046215,Twisted Tower (An 80's Themed Jenga Style Strategy Game),Tabletop Games,Games,USD,2017-07-08,25000.00,2017-06-08 20:41:50,346.00,failed,10,US,75.00,346.00,25000.00 +1208047047,OldTown Festival 2015,Live Games,Games,EUR,2015-06-17,8000.00,2015-05-18 21:10:49,2332.00,failed,88,DE,2666.61,2634.94,9039.24 +1208052423,The Switched-On Garden 002,Public Art,Art,USD,2012-04-25,7000.00,2012-03-13 01:37:13,7720.95,successful,240,US,7720.95,7720.95,7000.00 +"120806006,""Samsara, a pure strategy game for 3-8 players"",Tabletop Games,Games,USD,2011-06-30,10000.00,2011-05-16 17:37:32,1417.00,failed,26,US,1417.00,1417.00,10000.00" +1208061289,SPACE FOX - The Digital Art of Rachelle And Fernando Palma,Comics,Comics,AUD,2014-01-31,20000.00,2013-12-17 01:48:12,290.00,failed,20,AU,259.89,252.61,17421.60 +1208068706,Live sculpt of Famous Racehorse Sculpture,Sculpture,Art,GBP,2015-03-18,20000.00,2015-02-18 11:27:38,0.00,failed,0,GB,0.00,0.00,29706.21 +1208083423,Reasons to Go Outside: A Seattle Parks Project,Publishing,Publishing,USD,2014-02-27,2500.00,2014-02-07 22:26:39,6421.00,successful,108,US,6421.00,6421.00,2500.00 +1208089557,Tribe: A Totem Pole at Tir na nOg,Public Art,Art,GBP,2015-07-05,750.00,2015-06-11 21:01:44,0.00,failed,0,GB,0.00,0.00,1163.82 +1208096063,D.Collins First Solo CD (EP) Titled The Journey 3 Song Track,Music,Music,USD,2012-12-07,1600.00,2012-10-10 22:27:03,5.00,failed,1,US,5.00,5.00,1600.00 +1208096966,Easy Baking,Food,Food,GBP,2015-10-21,20000.00,2015-09-21 16:32:44,20.00,failed,2,GB,31.06,30.81,30808.10 +120810433,Pageant of Queens - Inspiring Plus Size Fashion TV Show,Fashion,Fashion,USD,2012-02-02,14357.00,2012-01-14 01:18:13,0.00,failed,0,US,0.00,0.00,14357.00 +1208112698,Earth Alliance A SCI-FI Comic Book,Comics,Comics,USD,2013-11-11,3500.00,2013-10-12 16:28:09,1062.00,failed,52,US,1062.00,1062.00,3500.00 +1208116504,We Will Shout Out Your Name In Public!,Public Art,Art,GBP,2014-10-18,1000.00,2014-09-18 19:00:07,45.00,failed,8,GB,73.19,72.23,1605.06 +1208117061,NUVI NOMAD featuring vegan leather bags & accessories,Accessories,Fashion,EUR,2017-10-13,22000.00,2017-09-01 06:00:15,22371.98,successful,110,DE,3286.90,26421.31,25982.00 +"1208121335,I am a song & lyrics writer,Music,Music,USD,2016-03-28,5000.00,2016-02-27 23:55:48,0.00,undefined,0,""N,0"""""",,0.00,5000.00" +1208139700,Grandmothers Murder Club - The Movie,Comedy,Film & Video,USD,2016-03-03,20000.00,2016-02-02 21:03:15,20159.00,successful,201,US,20159.00,20159.00,20000.00 +1208142274,ServeConnect: Technology for the Community,Technology,Technology,USD,2016-08-15,8000.00,2016-07-01 21:40:12,50.00,canceled,1,US,50.00,50.00,8000.00 +1208144373,Action Deck | To Spark Your Journey (Canceled),Design,Design,GBP,2015-06-18,6000.00,2015-05-18 22:09:34,0.00,canceled,0,GB,0.00,0.00,9502.99 +1208147083,5k Truffles Orchard - Adopt A Tree Today.,Farms,Food,USD,2015-11-24,880000.00,2015-09-25 22:14:48,25.00,failed,1,US,25.00,25.00,880000.00 +"1208151711,""Buck, Buck, Moose: The Venison Cookbook"",Cookbooks,Food,USD,2015-11-10,30000.00,2015-10-04 18:26:01,93763.00,successful,1356,US,93763.00,93763.00,30000.00" +1208158941,Help save local lost and buried history for public display.,Public Art,Art,USD,2014-12-01,3500.00,2014-10-26 00:39:46,5.00,failed,1,US,5.00,5.00,3500.00 +"1208165097,""The Translation & Localization of """"Hi! My Name is Loco..."""""",Nonfiction,Publishing,USD,2016-06-11,5000.00,2016-05-10 17:01:29,6204.00,successful,122,US,6204.00,6204.00,5000.00" +1208171867,The Universal Mind Oracle Deck,Art,Art,USD,2017-05-01,4400.00,2017-04-01 03:34:10,6183.00,successful,131,US,1602.00,6183.00,4400.00 +1208180364,Tideland Books and Bottle Shop,Publishing,Publishing,USD,2014-10-15,15000.00,2014-09-15 23:34:50,6424.13,failed,87,US,6424.13,6424.13,15000.00 +1208203509,MARIANNE,Drama,Film & Video,GBP,2015-01-27,5000.00,2015-01-04 17:20:25,3670.00,failed,58,GB,5625.79,5523.78,7525.59 +1208206447,Year of the Sun,Documentary,Film & Video,USD,2012-10-20,35000.00,2012-09-20 19:26:11,14190.00,failed,66,US,14190.00,14190.00,35000.00 +1208208262,Play Grounds: Theater on Site 2014,Theater,Theater,USD,2014-04-22,4000.00,2014-03-23 10:33:36,4300.00,successful,66,US,4300.00,4300.00,4000.00 +1208208361,Fratagrapher Next Level Marketing Company!,Photography,Photography,USD,2017-07-26,10000.00,2017-07-10 16:46:43,111.00,failed,3,US,100.00,111.00,10000.00 +1208210324,Country Mouse Puppets - Episode 1 of marionette webseries,Film & Video,Film & Video,USD,2013-09-19,1000.00,2013-08-20 19:36:18,100.00,failed,1,US,100.00,100.00,1000.00 +1208213057,Modular LED Lighting Kits - By PoweredPlay Gaming,Games,Games,USD,2013-06-05,8000.00,2013-05-06 17:56:48,27126.00,successful,208,US,27126.00,27126.00,8000.00 +1208215202,21 years of British Comedy,Publishing,Publishing,GBP,2014-12-08,8500.00,2014-11-11 17:47:02,651.00,failed,27,GB,1035.04,1022.70,13353.23 +1208219221,The perfect swimsuits for gentlemen,Apparel,Fashion,CAD,2017-07-31,15000.00,2017-06-01 13:35:06,15727.00,successful,166,CA,772.63,12509.55,11931.28 +1208223142,Get a Quick Fix,Drinks,Food,USD,2015-01-01,40000.00,2014-12-02 00:22:01,18.00,failed,3,US,18.00,18.00,40000.00 +1208223437,( FROM MY MIND TO YOURS ) my book of Ideas,Nonfiction,Publishing,USD,2013-05-20,2000.00,2013-04-17 05:34:48,30.00,failed,2,US,30.00,30.00,2000.00 +1208224380,The Warehouse Facility Upgrade Project,Public Art,Art,USD,2012-09-26,5000.00,2012-09-11 18:59:12,7900.00,successful,51,US,7900.00,7900.00,5000.00 +1208224598,Origami Ornament Holiday Cards 2014,Graphic Design,Design,USD,2014-09-16,1000.00,2014-07-18 18:24:12,1687.00,successful,43,US,1687.00,1687.00,1000.00 +1208228155,Team WeStealPuppies competing in the Music Video Race,Film & Video,Film & Video,USD,2012-05-18,1500.00,2012-05-03 17:44:27,2005.00,successful,46,US,2005.00,2005.00,1500.00 +1208231676,Solace - a coming of age feature film,Drama,Film & Video,USD,2014-08-31,30000.00,2014-08-01 22:51:21,34260.75,successful,406,US,34260.75,34260.75,30000.00 +1208243783,Cowpuncher,Documentary,Film & Video,USD,2012-05-09,230000.00,2012-03-10 06:28:15,5.00,failed,1,US,5.00,5.00,230000.00 +1208243804,Cenita,Ready-to-wear,Fashion,EUR,2015-02-03,500.00,2015-01-04 18:53:44,11.00,failed,2,NL,13.20,12.59,572.35 +1208246341,The Blue's Gloos,Games,Games,USD,2015-10-28,25000.00,2015-09-28 19:00:58,0.00,failed,0,US,0.00,0.00,25000.00 +1208252140,Bing Continued,Music,Music,USD,2014-12-05,500.00,2014-11-05 23:37:26,0.00,canceled,0,US,0.00,0.00,500.00 +1208256909,Spotty Teenager,Music,Music,GBP,2013-09-05,2000.00,2013-08-06 12:44:50,107.00,failed,10,GB,163.46,166.69,3115.65 +1208257384,Edge of Shelter,Music,Music,USD,2016-10-30,3050.00,2016-09-30 20:30:59,3135.00,successful,35,US,135.00,3135.00,3050.00 +1208263203,Coolridebabystrollers,Design,Design,USD,2014-10-02,200000.00,2014-08-03 07:08:34,199.00,failed,1,US,199.00,199.00,200000.00 +1208264559,MIITO – the sustainable alternative to the electric kettle,Product Design,Design,EUR,2015-06-14,150000.00,2015-05-12 07:30:54,818098.88,successful,6052,DE,912907.01,924374.18,169485.78 +1208273442,Poetry of the common soul,Public Art,Art,USD,2015-05-29,5000.00,2015-04-29 08:00:31,0.00,failed,0,US,0.00,0.00,5000.00 +1208278855,Leather Briefcase Made to Last by Souma Leather,Product Design,Design,USD,2016-11-18,5500.00,2016-11-03 16:52:37,909.00,failed,5,US,1406.00,909.00,5500.00 +"1208278998,""Small Market, Big Heart"",Documentary,Film & Video,USD,2011-11-24,4000.00,2011-10-25 04:31:47,5970.00,successful,34,US,5970.00,5970.00,4000.00" +1208279449,A Knight In Shining Armor,Fantasy,Film & Video,USD,2017-09-16,8000.00,2017-08-17 03:17:29,0.00,failed,0,US,0.00,0.00,8000.00 +1208291638,Runner's Republic,Comedy,Film & Video,CAD,2017-08-27,20000.00,2017-07-28 18:51:54,2431.00,failed,37,CA,194.77,1954.02,16075.88 +1208298869,Latin Fusion Dance Project. Become a part of the movement.,Experimental,Film & Video,USD,2014-08-07,1350.00,2014-07-20 05:59:55,1570.00,successful,24,US,1570.00,1570.00,1350.00 +1208314962,Still Photography,Science Fiction,Film & Video,AUD,2014-09-25,1500.00,2014-08-26 04:50:48,0.00,failed,0,AU,0.00,0.00,1318.68 +"1208322171,""Unmanned Airship for Science, and Search & Rescue"",Technology,Technology,USD,2015-12-21,750000.00,2015-11-06 02:37:09,2095.00,failed,10,US,2095.00,2095.00,750000.00" +"1208322704,""""""DWEGONS"""""",Animation,Film & Video,USD,2012-10-01,75000.00,2012-08-02 01:32:17,6845.00,failed,36,US,6845.00,6845.00,75000.00" +1208325135,ODIUM,Young Adult,Publishing,USD,2014-08-27,12000.00,2014-08-07 03:58:27,0.00,failed,0,US,0.00,0.00,12000.00 +1208327538,The Do What You Can Do Project with JD Malone,Music,Music,USD,2011-10-06,10000.00,2011-09-06 17:31:29,1291.00,failed,13,US,1291.00,1291.00,10000.00 +1208329123,Lyrics Posters,Graphic Design,Design,GBP,2014-06-02,1000.00,2014-05-03 15:15:45,1021.00,successful,30,GB,1724.00,1717.87,1682.54 +1208331777,War of Conquest,Video Games,Games,USD,2017-10-05,7000.00,2017-09-05 18:00:00,8698.00,successful,118,US,360.00,8698.00,7000.00 +1208334370,Sidewalk Sisters,Theater,Theater,USD,2013-05-02,4000.00,2013-03-22 04:24:58,4250.00,successful,128,US,4250.00,4250.00,4000.00 +1208336338,Peelustrate,Technology,Technology,USD,2017-06-22,110000.00,2017-05-23 23:26:14,26.00,failed,2,US,25.00,26.00,110000.00 +1208339651,Cali+Fusion Street Food Truck,Food,Food,USD,2011-08-28,17500.00,2011-07-29 22:14:53,150.00,failed,3,US,150.00,150.00,17500.00 +1208356670,Nick & Paige EP and Winter Tour 2013,Country & Folk,Music,USD,2013-12-25,1500.00,2013-12-10 19:38:33,2415.00,successful,46,US,2415.00,2415.00,1500.00 +1208364138,Defying The Odds EP (with your help) (Canceled),Indie Rock,Music,USD,2011-03-11,20000.00,2011-02-04 10:11:01,0.00,canceled,0,US,0.00,0.00,20000.00 +1208366215,Resting Place,Country & Folk,Music,USD,2017-01-03,3000.00,2016-12-04 03:49:13,3100.00,successful,78,US,170.00,3100.00,3000.00 +1208368702,Space Opera,Video Games,Games,USD,2013-07-11,75000.00,2013-06-10 21:29:49,835.00,failed,15,US,835.00,835.00,75000.00 +1208370813,Parsimony Jane Clothing Anthology,Fashion,Fashion,USD,2014-07-30,50000.00,2014-06-30 17:24:37,35.00,failed,3,US,35.00,35.00,50000.00 +1208374079,Zombie Tactical Survival Co.,Crafts,Crafts,GBP,2014-08-21,500.00,2014-07-22 23:49:41,790.00,successful,40,GB,1350.52,1309.62,828.87 +1208378855,Red Angel Exclusive Megacon Variant,Art Books,Publishing,USD,2011-03-01,100.00,2011-02-10 01:04:57,100.00,successful,6,US,100.00,100.00,100.00 +1208379591,The iLL EP,Hip-Hop,Music,CAD,2014-07-03,1100.00,2014-06-18 19:15:42,165.00,failed,4,CA,152.02,155.15,1034.32 +1208380944,Independent Artist Music Awards (Canceled),Music,Music,USD,2013-01-04,250000.00,2012-12-05 10:19:09,5.00,canceled,1,US,5.00,5.00,250000.00 +1208381520,Trail of Notes,Nonfiction,Publishing,USD,2015-05-22,10000.00,2015-03-23 14:16:00,0.00,failed,0,US,0.00,0.00,10000.00 +1208382373,Cowabunga Corner Season 5,Journalism,Journalism,USD,2012-08-02,4000.00,2012-07-03 21:59:21,4035.00,successful,64,US,4035.00,4035.00,4000.00 +1208382727,Shady Slaughters Productions Haunted attraction,Spaces,Theater,USD,2015-03-02,300.00,2015-01-23 20:59:14,0.00,failed,0,US,0.00,0.00,300.00 +"1208386277,""MUSIC IS MY LIFE Zawezo Del'Patio """"Latin Recording Artist"""""",Latin,Music,USD,2015-03-21,99000.00,2015-02-19 07:34:32,7.00,failed,3,US,7.00,7.00,99000.00" +1208391991,No matter what... I'll never give up -Brandon Lee,Pop,Music,USD,2011-09-25,5000.00,2011-08-26 02:25:39,0.00,failed,0,US,0.00,0.00,5000.00 +"120839357,""Daddy, What's a Betamax?"",Children's Books,Publishing,USD,2012-03-06,6000.00,2012-02-05 21:14:45,130.00,failed,6,US,130.00,130.00,6000.00" +1208401748,Tokyo Time Travel: Observing Japan's age through abstraction,Photography,Photography,USD,2014-05-07,8500.00,2014-04-07 21:24:23,64.00,failed,3,US,64.00,64.00,8500.00 +120840294,CB Illustrators-Writers Online Notebook,Illustration,Art,USD,2017-11-11,10000.00,2017-10-12 02:53:20,0.00,failed,0,US,0.00,0.00,10000.00 +1208403481,BE - LINK: Bluetooth Surround Sound for your Helmet,Wearables,Technology,USD,2015-07-22,12000.00,2015-06-15 15:38:15,100247.00,successful,1489,US,100247.00,100247.00,12000.00 +1208414004,Recording WORLDS UPON WORLDS,Music,Music,DKK,2017-02-18,10000.00,2017-01-19 15:50:57,400.00,failed,3,DK,14.39,57.08,1427.02 +1208414018,Brown Bag Concert Series 2014,Webseries,Film & Video,USD,2014-02-16,2110.00,2014-01-24 21:24:00,740.00,failed,30,US,740.00,740.00,2110.00 +1208414037,American Icons T-Shirts,Apparel,Fashion,USD,2017-05-25,3000.00,2017-04-25 23:39:23,1483.00,failed,37,US,1023.00,1483.00,3000.00 +1208418450,Treasure in Heaven Family Bible Board Game,Tabletop Games,Games,USD,2013-08-25,19000.00,2013-07-16 01:18:49,2081.00,failed,22,US,2081.00,2081.00,19000.00 +1208421050,Arsenal: Arena Combat - Hammerhead Expansion,Tabletop Games,Games,USD,2016-06-08,3000.00,2016-05-17 14:59:40,4048.00,successful,116,US,4048.00,4048.00,3000.00 +"1208422465,""Morrina, A Novella in Parts."",Fiction,Publishing,GBP,2016-05-01,6200.00,2016-04-05 13:21:22,679.00,failed,10,GB,966.51,984.02,8985.12" +1208424089,The KyooDock : A versatile dock for mobile phone and tablet,Product Design,Design,USD,2014-11-18,75000.00,2014-09-19 02:29:46,101.00,canceled,2,US,101.00,101.00,75000.00 +1208437461,Make The World Better With Music,Music,Music,USD,2017-02-27,25000.00,2017-01-28 23:05:10,0.00,failed,0,US,0.00,0.00,25000.00 +1208438728,Worlds Famous Spaghetti,Events,Food,USD,2014-08-20,500.00,2014-07-21 23:29:18,0.00,failed,0,US,0.00,0.00,500.00 +1208439019,Hannah Kay Collection,Crafts,Crafts,USD,2017-04-12,600.00,2017-03-12 23:50:27,0.00,failed,0,US,0.00,0.00,600.00 +1208442418,Kuruko - The AMV Sharing Site,Web,Technology,USD,2016-04-07,600.00,2016-02-17 21:32:18,10.00,failed,2,US,10.00,10.00,600.00 +1208444969,Help fund Fiddler On The Roof at MHS!,Musical,Theater,USD,2014-11-07,2500.00,2014-10-08 03:54:25,2786.00,successful,59,US,2786.00,2786.00,2500.00 +1208445880,Thandiway,Documentary,Film & Video,USD,2012-02-16,1900.00,2012-01-17 16:00:59,281.00,failed,4,US,281.00,281.00,1900.00 +1208464700,Bluebeard's Bride,Tabletop Games,Games,USD,2016-11-21,5000.00,2016-10-18 16:54:18,129820.00,successful,1745,US,43545.00,129820.00,5000.00 +1208467661,AGGIEZ - TAG YOUR LACES,Product Design,Design,USD,2012-06-21,10000.00,2012-05-22 00:03:56,47.00,failed,1,US,47.00,47.00,10000.00 +1208469594,Jeffrey Allen's Third Album: Empty Shell,Indie Rock,Music,USD,2017-12-20,600.00,2017-11-20 07:07:35,102.00,failed,3,US,80.00,102.00,600.00 +"1208476549,""Firewalls (Still) Don't Stop Dragons, take 2"",Nonfiction,Publishing,USD,2016-03-29,500.00,2016-03-22 14:15:39,560.00,successful,19,US,560.00,560.00,500.00" +1208478783,PET-TICH-EYE Triangle Creative Collaboration Project,Music,Music,USD,2013-04-01,14000.00,2013-02-20 16:59:23,14499.83,successful,262,US,14499.83,14499.83,14000.00 +1208490222,Help Bryan McAllister Record an EP,Jazz,Music,USD,2014-10-02,750.00,2014-08-20 03:06:02,1000.69,successful,38,US,1000.69,1000.69,750.00 +1208498005,Get FREAK to the Edinburgh Fringe,Plays,Theater,GBP,2014-07-30,1500.00,2014-07-16 13:18:30,1500.00,successful,45,GB,2562.18,2523.85,2523.85 +1208505415,Fakespeare,Tabletop Games,Games,USD,2015-03-02,400.00,2015-02-05 19:15:51,2381.00,successful,59,US,2381.00,2381.00,400.00 +1208511862,Street Mutt: unique dog collars with interchangeable looks.,Pet Fashion,Fashion,CAD,2018-01-01,10000.00,2017-12-04 17:06:59,10300.00,successful,128,CA,656.46,8233.41,7993.61 +"120851472,""Conquest of the Universe, Pathfinder-Compatible"",Tabletop Games,Games,USD,2013-06-23,1250.00,2013-05-24 03:41:57,6148.00,successful,140,US,6148.00,6148.00,1250.00" +1208520840,Ank the card game,Tabletop Games,Games,SEK,2014-11-19,30000.00,2014-10-20 23:56:27,1185.00,failed,9,SE,165.05,159.49,4037.69 +1208524269,Deadpool Stickers,Illustration,Art,CAD,2017-09-26,200.00,2017-09-06 03:03:56,383.00,successful,20,CA,133.16,307.88,160.77 +1208534374,The 5th Wheel: Five Times Weird Comic,Webcomics,Comics,USD,2017-01-27,2261.00,2016-11-28 23:20:13,100.00,failed,1,US,0.00,100.00,2261.00 +1208535008,The Power #1 by Top Secret Press,Comics,Comics,USD,2013-07-04,3000.00,2013-05-30 18:37:16,16.00,failed,2,US,16.00,16.00,3000.00 +"1208547461,""A book of Ojibwe elders' oral histories, painted portraits "",Publishing,Publishing,USD,2011-04-02,7500.00,2011-03-01 20:29:23,303.00,failed,9,US,303.00,303.00,7500.00" +1208552250,Animal Plush Pillows!,Crafts,Crafts,GBP,2015-03-20,400.00,2015-03-10 17:57:44,0.00,failed,0,GB,0.00,0.00,594.12 +1208554599,Carl Cartee's New Record!,Music,Music,USD,2011-10-14,23000.00,2011-09-14 03:14:51,4483.00,failed,79,US,4483.00,4483.00,23000.00 +1208554615,ROSE AND VICTOR MOVIE FUNDRAISER,Film & Video,Film & Video,USD,2013-11-01,2000.00,2013-09-06 19:37:52,0.00,failed,0,US,0.00,0.00,2000.00 +1208559973,3D PRINT EXPRESS | Faster 3D printing,3D Printing,Technology,EUR,2017-07-07,8000.00,2017-05-08 04:54:23,561.00,failed,15,ES,54.98,640.21,9129.61 +1208563524,Danny: Project Warped Tour 2015,Music,Music,USD,2015-06-02,400.00,2015-05-16 16:12:24,674.00,successful,15,US,674.00,674.00,400.00 +"120857443,""SLAM: First Impact, the Graphic Novel"",Comics,Comics,USD,2011-05-09,4000.00,2011-02-07 03:55:34,600.00,failed,12,US,600.00,600.00,4000.00" +1208594794,B|CO. Essentials Travel Wallet,Accessories,Fashion,SGD,2016-12-23,8000.00,2016-11-08 01:34:11,462.00,failed,7,SG,216.91,319.30,5529.06 +1208604771,A custom bigfoot reward sticker for your accomplishments!,Graphic Design,Design,USD,2013-06-15,20.00,2013-05-31 19:33:32,364.00,successful,16,US,364.00,364.00,20.00 +120861278,Adventure of Joy,Children's Books,Publishing,USD,2014-06-19,6500.00,2014-05-20 04:48:45,578.00,failed,17,US,578.00,578.00,6500.00 +1208617046,AllAboutRecords grand reopening / 15th anniversary show!,Indie Rock,Music,USD,2012-08-03,3000.00,2012-06-04 20:13:23,3066.17,successful,105,US,3066.17,3066.17,3000.00 +1208621534,Project Canceled (Canceled),Publishing,Publishing,USD,2012-06-18,30000.00,2012-05-07 08:59:23,0.00,canceled,0,US,0.00,0.00,30000.00 +1208628248,Citizens Arrest-SAVE LIVES,Apps,Technology,USD,2014-09-03,40000.00,2014-08-04 20:37:14,86.00,failed,9,US,86.00,86.00,40000.00 +1208629017,Thorn - a film by LanScott,Experimental,Film & Video,GBP,2015-11-13,500.00,2015-09-14 17:03:48,503.00,successful,15,GB,775.90,765.75,761.19 +1208633727,TOURING,Shorts,Film & Video,USD,2015-10-14,2500.00,2015-09-24 05:41:52,3025.00,successful,24,US,3025.00,3025.00,2500.00 +1208634072,Crush: A journey towards the origins of love (Canceled),Documentary,Film & Video,USD,2013-10-19,1000.00,2013-09-19 03:20:17,0.00,canceled,0,US,0.00,0.00,1000.00 +1208639433,Tabletop VR (Canceled),Video Games,Games,USD,2015-11-24,6000.00,2015-10-25 02:10:08,250.00,canceled,14,US,250.00,250.00,6000.00 +1208646661,There & Back: A Photo Journal (Canceled),Mixed Media,Art,USD,2012-06-01,15000.00,2012-04-02 21:01:47,0.00,canceled,0,US,0.00,0.00,15000.00 +1208654767,VariableTV - Pilot Episode (Canceled),Shorts,Film & Video,USD,2010-07-31,2000.00,2010-06-22 21:51:58,60.00,canceled,2,US,60.00,60.00,2000.00 +1208658996,Reagan's Message,Nonfiction,Publishing,USD,2015-03-04,8000.00,2015-02-02 18:12:30,0.00,failed,0,US,0.00,0.00,8000.00 +1208661129,Among The Dead Part 2 - Editing Costs,Fiction,Publishing,GBP,2017-12-25,400.00,2017-10-26 11:37:35,0.00,failed,0,GB,0.00,0.00,540.69 +1208670420,'Terrific Tales' A horror/thriller feature film project,Horror,Film & Video,GBP,2015-01-12,52500.00,2014-12-23 08:02:34,30.00,failed,2,GB,46.93,45.52,79661.33 +"1208676230,""The Book of A 1,000 People"",Public Art,Art,USD,2013-02-10,50000.00,2012-12-27 11:12:19,55.00,failed,2,US,55.00,55.00,50000.00" +"1208682372,""Accordion Crimes """"Songs to Drive Wives Away"""" LP (Canceled)"",Indie Rock,Music,USD,2011-11-01,4000.00,2011-09-02 17:45:02,736.00,canceled,30,US,736.00,736.00,4000.00" +1208684959,The Silent Ecocide,Nonfiction,Publishing,GBP,2015-02-08,8000.00,2014-12-11 06:49:33,65.00,failed,5,GB,101.85,99.96,12302.20 +1208696702,Everyone is Beautiful! Love Yourself!,People,Photography,USD,2014-08-08,1800.00,2014-07-09 02:24:38,61.00,failed,3,US,61.00,61.00,1800.00 +1208698370,The Jingle Book,Comic Books,Comics,USD,2015-12-16,12.00,2015-12-04 16:00:45,631.00,successful,27,US,631.00,631.00,12.00 +1208699376,Unusual Underpants: a jewelry project,Crafts,Crafts,USD,2016-10-13,1500.00,2016-09-18 01:15:33,1677.00,successful,31,US,1129.00,1677.00,1500.00 +1208713966,TIMBERLINE LODGE: an adult coloring book,Illustration,Art,USD,2016-11-05,250.00,2016-10-22 00:45:34,250.00,successful,6,US,79.00,250.00,250.00 +1208715168,The Drama Factory presents : The Magic Flute,Plays,Theater,USD,2014-09-12,1500.00,2014-08-28 23:55:49,1820.00,successful,13,US,1820.00,1820.00,1500.00 +1208718303,DIGITAL NOISE ACADEMY : DEBUT ALBUM COMPLETION,Indie Rock,Music,USD,2012-08-11,20000.00,2012-06-12 01:17:38,33791.00,successful,373,US,33791.00,33791.00,20000.00 +1208720975,Gettysburg: The Tide Turns - iPad & iPhone Wargaming,Video Games,Games,USD,2013-08-07,20000.00,2013-07-02 15:00:00,29713.25,successful,929,US,29713.25,29713.25,20000.00 +120872390,Try iOS: iPhone App Development Course,Technology,Technology,USD,2012-08-29,50000.00,2012-07-30 01:01:18,152912.53,successful,5157,US,152912.53,152912.53,50000.00 +1208730736,Envious: A Suspenseful Thrill,Thrillers,Film & Video,USD,2016-08-13,10000.00,2016-07-14 19:58:17,0.00,failed,0,US,0.00,0.00,10000.00 +1208735315,The Taxonomy of Trash - an analytical approach to garbage,Public Art,Art,USD,2013-02-25,7500.00,2013-01-31 01:34:39,7511.72,successful,80,US,7511.72,7511.72,7500.00 +1208736776,Sleep Styler: World's First Heatless Straightener & Curler,Product Design,Design,USD,2016-08-18,10000.00,2016-07-19 16:45:15,46938.00,successful,1000,US,1679.00,46938.00,10000.00 +1208737726,Pitch It! Kit Marketing and Media Relations Tool Kit,Nonfiction,Publishing,USD,2016-07-10,1000.00,2016-06-10 21:30:25,0.00,failed,0,US,0.00,0.00,1000.00 +1208740121,2016 LAX Festival // Performance Paradise,Festivals,Theater,USD,2016-09-01,5000.00,2016-08-10 06:54:08,5287.00,successful,47,US,330.00,5287.00,5000.00 +120874062,Mooch-A-Book,Apps,Technology,USD,2015-09-11,10000.00,2015-08-12 17:37:02,1.00,failed,1,US,1.00,1.00,10000.00 +1208742001,Support Vanessa to Create a New Body of Work in Dublin!!!,Art,Art,USD,2013-08-31,1000.00,2013-07-19 17:12:47,1196.66,successful,14,US,1196.66,1196.66,1000.00 +1208754838,Audio Vault,Apps,Technology,USD,2017-08-11,200000.00,2017-06-12 18:12:56,25.00,failed,1,US,25.00,25.00,200000.00 +1208760050,I-55 in Five (a photo expedition),Photography,Photography,USD,2012-05-26,8000.00,2012-04-26 16:09:28,1067.00,failed,11,US,1067.00,1067.00,8000.00 +1208785225,Exploration of a rebel heart in See Me in the Ray of Light,Fiction,Publishing,USD,2016-09-16,5000.00,2016-08-17 05:15:53,0.00,canceled,0,US,0.00,0.00,5000.00 +1208793819,A Tangled Tale - a short sand animation,Animation,Film & Video,USD,2011-11-08,8000.00,2011-09-22 14:51:28,11811.52,successful,149,US,11811.52,11811.52,8000.00 +1208797445,Another World is Possible: Stories of Change in El Salvador,Journalism,Journalism,USD,2012-03-08,500.00,2012-02-23 09:01:40,510.00,successful,14,US,510.00,510.00,500.00 +1208800009,JUMP Cable,Design,Design,USD,2014-02-13,40000.00,2014-01-07 09:04:11,372039.69,successful,6893,US,372039.69,372039.69,40000.00 +1208801427,'T Vatt nieuwjaarsborrel,Events,Food,EUR,2015-01-09,73.00,2014-12-26 02:04:49,0.00,failed,0,NL,0.00,0.00,86.23 +1208817706,Redefined Reflection 2015 Tour,Rock,Music,USD,2015-04-17,20000.00,2015-02-16 22:58:56,1374.00,failed,10,US,1374.00,1374.00,20000.00 +1208819482,Woodies Clothing | The Best Shirt Made for You,Fashion,Fashion,USD,2014-05-09,10000.00,2014-04-09 15:43:57,43603.00,successful,269,US,43603.00,43603.00,10000.00 +120882050,Starspawn - an H.P. Lovecraft-inspired sci-fi/horror film,Science Fiction,Film & Video,AUD,2015-07-18,30000.00,2015-06-08 16:00:35,30492.00,successful,174,AU,23247.46,22151.83,21794.41 +1208824378,HINTON BATTLE LOVE LIES stars STEPHANIE MILLS * TONY TERRY ,Theater,Theater,USD,2011-05-28,20000.00,2011-04-01 20:17:12,2643.00,failed,37,US,2643.00,2643.00,20000.00 +12088270,Beer Making Kits,Drinks,Food,USD,2016-12-05,20000.00,2016-11-05 20:28:52,2506.00,failed,33,US,555.00,2506.00,20000.00 +12088396,Bid A Drive app (Canceled),Apps,Technology,USD,2015-06-28,50000.00,2015-05-14 18:33:15,25.00,canceled,2,US,25.00,25.00,50000.00 +1208839759,The Warrior- Feature Film,Narrative Film,Film & Video,USD,2013-10-12,200000.00,2013-08-13 17:47:59,5.00,failed,1,US,5.00,5.00,200000.00 +120884535,Tomorrow the movie,Narrative Film,Film & Video,USD,2012-03-26,6000.00,2012-01-26 02:58:45,165.00,failed,5,US,165.00,165.00,6000.00 +1208851370,YOU MAY SEE A WHALE,Performance Art,Art,USD,2012-07-15,150.00,2012-07-02 18:00:23,368.00,successful,22,US,368.00,368.00,150.00 +1208855892,The Hong Kong MTR Poster: Reborn,Graphic Design,Design,GBP,2017-05-11,500.00,2017-03-27 16:28:17,237.00,failed,11,GB,185.88,304.73,642.88 +"1208856380,""Alameda is releasing Seasons/Spectres, our first album!"",Music,Music,USD,2011-03-07,3700.00,2011-02-05 02:12:24,3825.00,successful,51,US,3825.00,3825.00,3700.00" +1208857249,From Sorrow to Joy: an early music vocal recital,Classical Music,Music,USD,2011-08-09,400.00,2011-07-21 23:51:58,560.00,successful,12,US,560.00,560.00,400.00 +1208863771,Key West: The Conch Republic - A Family Film Motion Picture,Family,Film & Video,USD,2015-06-20,4000000.00,2015-05-06 19:29:43,212.00,failed,6,US,212.00,212.00,4000000.00 +1208870124,Minimalist Jewelry by Talk2theHand,Jewelry,Fashion,USD,2016-02-19,500.00,2016-01-20 03:33:51,204.00,failed,6,US,204.00,204.00,500.00 +1208870560,The Unionizer #1: As Good an Idea as Potato Salad?,Comic Books,Comics,USD,2015-01-30,10.00,2014-12-31 17:29:30,179.00,successful,6,US,179.00,179.00,10.00 +1208881523,The Music of Sebastián Durón in Concert and Recording,Music,Music,EUR,2014-09-06,3500.00,2014-08-07 20:09:55,170.00,failed,3,NL,227.24,219.83,4525.82 +1208882989,Hedgecock Creed Handcrafted Furniture Made in the USA,Product Design,Design,USD,2014-10-02,10000.00,2014-09-12 00:53:06,0.00,failed,0,US,0.00,0.00,10000.00 +1208890937,Make BBQ great again. I need a bbq trailer & more equipment,Food Trucks,Food,USD,2017-07-22,5000.00,2017-06-22 19:19:05,30.00,failed,1,US,30.00,30.00,5000.00 +1208897371,SEASON 2 of Hunting Season: the Hit Gay Comedy Series,Webseries,Film & Video,USD,2013-12-06,150000.00,2013-11-08 17:57:42,151406.87,successful,1574,US,151406.87,151406.87,150000.00 +1208897491,Bad Apples™-The offensively funny VERY unofficial expansions,Tabletop Games,Games,CAD,2016-06-08,227.00,2016-05-11 03:43:00,225.00,canceled,13,CA,174.01,176.50,178.07 +1208903195,Mercy Christmas,Horror,Film & Video,USD,2015-08-26,50000.00,2015-07-27 18:26:07,50300.00,successful,108,US,50300.00,50300.00,50000.00 +1208906246,Sacred Poison: A documentary,Documentary,Film & Video,USD,2011-04-10,12000.00,2011-03-10 13:46:48,12357.00,successful,181,US,12357.00,12357.00,12000.00 +1208912398,RUN,Shorts,Film & Video,USD,2012-09-15,1250.00,2012-08-21 15:42:27,365.00,failed,9,US,365.00,365.00,1250.00 +"1208926334,""Phone, Cable & Cord Management for less than a coffee!"",Gadgets,Technology,AUD,2015-07-22,7000.00,2015-06-22 07:16:32,2016.00,failed,117,AU,1566.83,1464.58,5085.36" +120893450,Curtis Pride - I Felt The Cheers,Nonfiction,Publishing,USD,2016-08-20,53000.00,2016-07-12 20:58:39,14672.00,failed,69,US,1370.00,14672.00,53000.00 +1208936207,SideQuest v2,Video Games,Games,USD,2013-07-01,5000.00,2013-05-20 22:42:18,719.00,failed,26,US,719.00,719.00,5000.00 +"1208937394,""""""In My Dreams"""" a film about when imagination becomes reality"",Shorts,Film & Video,USD,2011-06-19,2500.00,2011-04-20 06:07:51,185.00,canceled,6,US,185.00,185.00,2500.00" +1208942449,Buzzard Whiskey's first EP,Country & Folk,Music,USD,2014-10-01,3700.00,2014-09-01 15:36:32,3822.00,successful,64,US,3822.00,3822.00,3700.00 +1208944986,Blade-Siren - Pathfinder Compatible Hybrid Class,Tabletop Games,Games,USD,2017-07-24,10.00,2017-07-19 20:43:56,74.00,successful,37,US,12.00,74.00,10.00 +"1208945203,""The Blank Canvas debut album, """"Monsters"""""",Rock,Music,USD,2014-07-04,6900.00,2014-06-04 23:40:40,1710.00,failed,47,US,1710.00,1710.00,6900.00" +"1208945273,""CLOOD, the best friend of soaps. (Canceled)"",Product Design,Design,CHF,2016-04-27,8800.00,2016-03-08 14:51:56,1457.00,canceled,26,CH,1465.45,1512.57,9135.64" +1208945768,FLAT[lyn] Flat Bike Lock Cable,Product Design,Design,USD,2013-11-23,1000.00,2013-10-24 01:55:08,1731.00,successful,59,US,1731.00,1731.00,1000.00 +1208950628,#SLUTLIFE Designs & Prototypes,Apparel,Fashion,GBP,2017-06-21,100.00,2017-06-11 11:01:11,0.00,failed,0,GB,0.00,0.00,127.25 +1208954293,THE PETER BROWN PROJECT,Music Videos,Film & Video,USD,2016-12-27,10000.00,2016-11-27 16:38:03,10.00,failed,1,US,0.00,10.00,10000.00 +1208957130,Matchless Web Series,Webseries,Film & Video,USD,2016-03-11,2200.00,2016-01-31 19:06:19,3156.42,successful,102,US,3156.42,3156.42,2200.00 +1208957936,Relics of Wizardry: Custom Coins for Card Games & More,Tabletop Games,Games,USD,2017-11-09,9107.00,2017-10-10 15:01:11,14759.00,successful,419,US,5130.00,14759.00,9107.00 +1208958357,Zippycup - a never-throwaway runner's drink cup,Product Design,Design,USD,2016-10-13,1500.00,2016-09-13 03:29:14,2172.11,successful,78,US,698.00,2172.11,1500.00 +120897537,Well of Sins: Of Chastity and Lust | Podcasts & Audiobook,Fiction,Publishing,USD,2014-02-02,5000.00,2014-01-03 19:29:47,1200.00,failed,21,US,1200.00,1200.00,5000.00 +"1208978988,World’s first pop-up mastering studio,Music,Music,GBP,2015-10-16,3000.00,2015-09-16 13:34:26,5045.00,undefined,0,""N,0"""""",,7791.02,4632.92" +1208979483,Morgantown's Amazing Boom,Documentary,Film & Video,USD,2013-03-15,2000.00,2013-01-14 22:44:24,66.00,failed,5,US,66.00,66.00,2000.00 +1208980156,stenowinski: her first art show,Art,Art,USD,2010-09-21,300.00,2010-08-24 20:14:45,302.00,successful,21,US,302.00,302.00,300.00 +1208984106,My State TENNESSEE - items,Apparel,Fashion,USD,2015-12-21,750.00,2015-11-17 15:56:22,0.00,failed,0,US,0.00,0.00,750.00 +1208987221,Orange peeler,Technology,Technology,EUR,2016-03-03,7900.00,2016-02-02 23:01:04,240.00,failed,8,ES,260.34,263.28,8666.27 +120899153,The Fluent Imaginations Part II,Painting,Art,DKK,2017-05-26,1500.00,2017-05-10 10:58:00,2345.00,successful,5,DK,62.27,352.81,225.68 +1208993103,The Pound - Ghouls Night Out,Comics,Comics,USD,2012-03-22,5000.00,2012-02-21 08:14:09,5783.00,successful,65,US,5783.00,5783.00,5000.00 +1209000333,Soundwaves Music Festival 2016,Music,Music,USD,2016-07-12,4000.00,2016-06-07 04:10:40,4235.00,successful,33,US,4165.00,4235.00,4000.00 +"1209003379,""LOST TRIIBE """"Escape"""" EP"",Electronic Music,Music,USD,2014-07-31,3000.00,2014-07-01 03:06:00,3606.00,successful,77,US,3606.00,3606.00,3000.00" +12090136,Learning science through movement: Mobius videos for kids,Webseries,Film & Video,USD,2012-12-10,16600.00,2012-11-05 04:40:02,16700.00,successful,49,US,16700.00,16700.00,16600.00 +1209023027,A Space Tale,Video Games,Games,EUR,2016-03-20,2000.00,2016-02-19 20:59:03,51.00,failed,3,DE,56.81,56.89,2230.80 +1209025967,Alpha Red by James Nguyen,Comic Books,Comics,USD,2016-04-22,3500.00,2016-03-21 12:55:43,3571.00,successful,77,US,3571.00,3571.00,3500.00 +"1209037674,""Rezivot, upgrade your antique camera into our modern world"",Product Design,Design,USD,2015-11-21,45000.00,2015-10-22 05:53:07,13239.00,failed,52,US,13239.00,13239.00,45000.00" +1209040193,Strange World - Rock N' Roll by Robb James,Rock,Music,USD,2016-05-14,1000.00,2016-04-15 02:23:47,1013.00,successful,28,US,1013.00,1013.00,1000.00 +1209042340,Shackshare Mobile App - College Sublets Made Easy,Apps,Technology,USD,2017-07-03,3500.00,2017-06-03 00:15:04,410.00,failed,12,US,120.00,410.00,3500.00 +120904879,Create an enforceable DistractionFree Zone around the Driver,Technology,Technology,USD,2017-10-25,25000.00,2017-09-25 13:20:09,6030.00,canceled,29,US,128.00,6030.00,25000.00 +120905767,expand business by adding direct to garment t-shirt printing,Apparel,Fashion,USD,2014-10-30,25000.00,2014-09-30 19:50:39,41.00,failed,3,US,41.00,41.00,25000.00 +1209062513,PDX Dance Collective takes their show on the road!,Dance,Dance,USD,2013-05-08,800.00,2013-03-28 23:59:47,820.00,successful,20,US,820.00,820.00,800.00 +1209063835,NYCTV: An online video platform for NYC and beyond,Film & Video,Film & Video,USD,2015-07-08,50000.00,2015-06-04 15:05:47,52511.05,successful,484,US,52511.05,52511.05,50000.00 +1209077615,Painting from the Source: The Inspiration of Italy,Painting,Art,USD,2012-03-02,5000.00,2012-01-30 21:35:03,5090.00,successful,60,US,5090.00,5090.00,5000.00 +1209077669,A Modest Proposal...the zombie graphic novel,Comics,Comics,USD,2012-01-02,3300.00,2011-11-11 04:03:50,3494.66,successful,51,US,3494.66,3494.66,3300.00 +1209081428,YOUR BAG - go out with style !!!,Fashion,Fashion,EUR,2016-08-09,3000.00,2016-06-10 11:14:49,0.00,canceled,0,IT,0.00,0.00,3347.39 +1209091515,Quantum Skate custom boards,Product Design,Design,USD,2016-02-21,2000.00,2016-01-07 19:18:52,2586.00,successful,23,US,2586.00,2586.00,2000.00 +1209093530,Younger Than You: Documenting America,Photography,Photography,USD,2013-06-26,4000.00,2013-05-18 04:34:49,1057.00,failed,21,US,1057.00,1057.00,4000.00 +1209099372,Belo Monte - Drowning the Brazilian Amazon,Documentary,Film & Video,USD,2011-06-19,5000.00,2011-05-20 19:44:19,5330.00,successful,61,US,5330.00,5330.00,5000.00 +1209109102,Battle Born Brigade Scarves,Accessories,Fashion,USD,2016-11-07,700.00,2016-10-07 03:52:34,1200.00,successful,36,US,760.00,1200.00,700.00 +1209112159,Seattle Teen Music - Volume 1 Compilation CD,Rock,Music,USD,2011-07-19,500.00,2011-06-03 22:01:15,500.00,successful,9,US,500.00,500.00,500.00 +1209119491,?Repair X? Repair any device with this repair guide!,Technology,Technology,USD,2016-07-10,20000.00,2016-06-15 19:09:55,1194.00,failed,12,US,1193.00,1194.00,20000.00 +1209125551,Codename Colossus Mk.I Cyclops - Electronic Walking Model,Product Design,Design,SGD,2016-12-16,6900.00,2016-11-16 03:00:22,30526.56,successful,66,SG,11337.91,21153.46,4781.37 +1209128407,CLP: Connecting Stories Around the World,Journalism,Journalism,USD,2011-12-20,3500.00,2011-12-09 18:39:32,4120.00,successful,81,US,4120.00,4120.00,3500.00 +1209132837,iSleepFit™ Posture Belt: Get Sleep Back on Your Side,Product Design,Design,USD,2016-10-16,24623.00,2016-09-15 23:00:08,25447.00,successful,68,US,3360.00,25447.00,24623.00 +1209136114,Smart Learning System,Product Design,Design,USD,2016-08-05,29000.00,2016-06-15 20:04:38,1.00,failed,1,US,0.00,1.00,29000.00 +120914193,F1 Challenge,Product Design,Design,GBP,2015-08-16,15400.00,2015-06-30 23:06:20,16.00,failed,3,GB,25.14,25.08,24135.66 +1209145415,Heavenfire Graphic Novel/comic book,Comics,Comics,USD,2011-11-04,10000.00,2011-09-05 19:52:25,1330.00,failed,28,US,1330.00,1330.00,10000.00 +1209160230,Sure Set Hooks,Product Design,Design,USD,2014-12-02,100000.00,2014-10-03 15:09:48,92.22,failed,7,US,92.22,92.22,100000.00 +1209165211,The Campaign to Secure Fallujah: April – December 2004,Nonfiction,Publishing,USD,2014-12-12,12000.00,2014-11-12 18:45:02,0.00,canceled,0,US,0.00,0.00,12000.00 +1209166171,Galaxy Girl Versus the Universe,Comic Books,Comics,USD,2016-12-17,2000.00,2016-11-16 14:03:58,2061.00,successful,65,US,270.00,2061.00,2000.00 +1209168755,Glosta Joe's Coffee is bringing The General Store Back,Food,Food,USD,2014-05-14,25000.00,2014-03-30 14:34:30,4977.55,failed,57,US,4977.55,4977.55,25000.00 +1209169462,Short-Term Brain Damage: SKETCH COMEDY SERIES!,Film & Video,Film & Video,USD,2012-11-02,2500.00,2012-10-03 04:14:17,2540.00,successful,83,US,2540.00,2540.00,2500.00 +1209182818,Beautiful Small Machines are Yes!,Music,Music,USD,2011-12-21,17000.11,2011-11-16 01:10:32,17901.77,successful,160,US,17901.77,17901.77,17000.11 +12091835,Black Sheep Coffee,Drinks,Food,GBP,2014-09-18,22500.00,2014-08-19 09:59:03,22955.00,successful,209,GB,38398.17,37510.01,36766.51 +1209190138,Marisa Lander's Dawn of the Phoenix,Music,Music,USD,2013-05-09,2500.00,2013-04-09 22:38:48,0.00,failed,0,US,0.00,0.00,2500.00 +1209191660,I Remember You,Jazz,Music,USD,2012-02-07,6000.00,2011-12-24 14:55:01,508.00,failed,12,US,508.00,508.00,6000.00 +1209200700,The Oregon Beer Shirt,Apparel,Fashion,USD,2015-05-24,10000.00,2015-04-24 17:14:05,20.00,failed,1,US,20.00,20.00,10000.00 +1209202759,Documenting THE CURE: Seeking Stem Cell Healing Offshore,Nonfiction,Publishing,USD,2012-03-24,18500.00,2012-02-14 01:00:44,515.00,failed,4,US,515.00,515.00,18500.00 +"1209205537,""bigger, better canteen for you"",Restaurants,Food,EUR,2017-09-17,10000.00,2017-08-08 22:10:53,11910.00,successful,290,IE,4967.17,14245.56,11961.01" +1209206534,The Protectors! Guide & Protect,Illustration,Art,USD,2015-08-03,800.00,2015-07-04 19:32:02,67.00,failed,2,US,67.00,67.00,800.00 +1209218378,Reggae Singer BRINA: needs to mix & release her Debut Album & bring it to the streets,Music,Music,USD,2010-06-19,5600.00,2010-05-04 09:19:03,840.00,failed,30,US,840.00,840.00,5600.00 +1209219046,Living An Illusion,Journalism,Journalism,USD,2012-10-25,50000.00,2012-09-25 22:01:31,3.00,failed,1,US,3.00,3.00,50000.00 +1209228585,Truly Natural Body & Hair Care that Believes in Giving Back,Crafts,Crafts,USD,2016-06-14,23000.00,2016-05-01 15:13:24,5541.00,failed,93,US,5541.00,5541.00,23000.00 +120924203,handmade Treasures,Accessories,Fashion,USD,2015-09-10,3000.00,2015-08-26 19:13:25,0.00,failed,0,US,0.00,0.00,3000.00 +1209250830,Sunless Skies - the sequel to Sunless Sea,Video Games,Games,GBP,2017-03-03,100000.00,2017-02-01 17:00:17,377952.19,successful,11739,GB,251140.35,462400.37,122343.61 +1209256190,FORK YOUR CONSIDERATION- A NEW COOKING SHOW ,Narrative Film,Film & Video,USD,2011-01-28,3500.00,2010-12-29 00:31:37,3811.00,successful,26,US,3811.00,3811.00,3500.00 +1209261503,What Does Your T-shirt Say ?,Photography,Photography,CHF,2016-08-02,1500.00,2016-07-03 22:46:20,272.00,failed,13,CH,138.66,279.62,1542.02 +1209262435,Passeport santé numérique - DMO-Card,Technology,Technology,EUR,2016-04-02,30000.00,2016-03-03 12:58:37,1.00,failed,1,BE,1.09,1.14,34088.97 +1209268102,Earth to Moon Baby - The MOVIE,Narrative Film,Film & Video,USD,2014-04-23,2700.00,2014-04-02 21:20:13,574.00,failed,18,US,574.00,574.00,2700.00 +1209274052,From Zero to Hero: Monthly Illustrated Posters,Illustration,Art,USD,2013-04-02,900.00,2013-03-04 21:25:07,128.00,failed,5,US,128.00,128.00,900.00 +1209277392,It's Time For Pulled Pork,Photobooks,Photography,CAD,2014-08-07,10.00,2014-07-08 19:47:55,0.00,failed,0,CA,0.00,0.00,9.16 +"1209279551,""Sadie's Senior Thesis: """"XX"""""",Shorts,Film & Video,USD,2016-02-07,1700.00,2016-01-08 02:47:16,1740.00,successful,17,US,1740.00,1740.00,1700.00" +1209284858,Blynk - build an app for your Arduino project in 5 minutes,Technology,Technology,USD,2015-02-14,10000.00,2015-01-16 18:21:31,49235.42,successful,2321,US,49235.42,49235.42,10000.00 +1209285661,Freedom of Fashion,Ready-to-wear,Fashion,AUD,2017-05-10,1000.00,2017-04-25 11:28:09,200.00,failed,6,AU,0.00,147.66,738.28 +1209288918,Watercolor and Words: Intutive Paintings,Painting,Art,USD,2016-11-27,75.00,2016-10-28 02:05:39,80.00,successful,1,US,0.00,80.00,75.00 +1209292494,Behind The Desk: Confessions of a Surly Concierge (Canceled),Nonfiction,Publishing,USD,2011-10-03,8750.00,2011-08-29 23:55:49,560.00,canceled,7,US,560.00,560.00,8750.00 +1209301780,CoverTops Convertible Rag Top Covers,Design,Design,USD,2015-07-04,25000.00,2015-05-20 16:38:33,643.00,failed,20,US,643.00,643.00,25000.00 +120930743,Ice Cream,Food,Food,CAD,2014-08-08,10.00,2014-07-09 03:39:13,5.00,failed,1,CA,4.69,4.58,9.16 +1209309491,jonn.and.joan organic soy candles,Candles,Crafts,CAD,2015-03-23,2500.00,2015-02-10 02:45:48,0.00,failed,0,CA,0.00,0.00,1998.56 +120931145,Tired,Shorts,Film & Video,USD,2017-11-15,3000.00,2017-09-16 20:49:46,0.00,failed,0,US,0.00,0.00,3000.00 +1209313260,Rell Beatz - M.A.T.H. (Makin Announcementz to Haterz),Hip-Hop,Music,USD,2013-01-13,3000.00,2012-12-14 21:40:28,0.00,failed,0,US,0.00,0.00,3000.00 +1209320089,Custom Made Heirlooms,Product Design,Design,USD,2014-09-07,5000.00,2014-08-08 20:51:56,20.00,failed,1,US,20.00,20.00,5000.00 +1209320930,Shirt Design by Kevin Cornell - Limited Run of 250,Fashion,Fashion,USD,2009-08-22,1600.00,2009-05-25 01:04:54,225.00,failed,7,US,225.00,225.00,1600.00 +1209322820,Chosewood Hall - an event venue for social dance! (Canceled),Dance,Dance,USD,2016-02-25,8685.00,2016-02-06 15:47:49,3468.50,canceled,42,US,3468.50,3468.50,8685.00 +1209331063,Maui Night Paddleboard,Technology,Technology,USD,2014-11-06,10000.00,2014-10-07 23:40:28,0.00,failed,0,US,0.00,0.00,10000.00 +"120934356,""Super Fun Show, with Learning! Episode 2"",Webseries,Film & Video,USD,2014-02-15,7500.00,2013-12-17 02:21:20,7832.55,successful,192,US,7832.55,7832.55,7500.00" +1209343605,????? ? n3w ???? c0l0rz ? ?????,Conceptual Art,Art,USD,2015-04-24,12555.00,2015-03-25 21:55:04,30.00,failed,2,US,30.00,30.00,12555.00 +1209345385,Girl Gamers Zone,Gaming Hardware,Games,USD,2014-09-17,500.00,2014-08-18 23:14:31,56.00,failed,3,US,56.00,56.00,500.00 +"1209345706,""VIS.A.VIS - A Celebration of Global Style, Beauty & Culture"",Publishing,Publishing,USD,2012-08-17,40000.00,2012-06-18 02:21:12,1326.00,failed,17,US,1326.00,1326.00,40000.00" +1209347801,Continuitee: The Last White Tee You Will Ever Buy,Apparel,Fashion,CAD,2016-08-11,10000.00,2016-07-12 04:58:18,3125.00,failed,11,CA,226.19,2408.48,7707.13 +1209354737,Steadyrack - Bike Rack and USB Charging Dock,Hardware,Technology,AUD,2014-12-19,35000.00,2014-11-19 05:01:31,16303.00,failed,126,AU,14322.61,13334.70,28627.52 +1209357477,Challenge Concert to inspire the Tour de Cure riders/runners,Pop,Music,USD,2016-06-12,1500.00,2016-05-19 00:07:13,125.00,failed,2,US,125.00,125.00,1500.00 +1209363800,Chambers #9,Narrative Film,Film & Video,USD,2014-06-19,50000.00,2014-05-20 01:41:25,1.00,failed,1,US,1.00,1.00,50000.00 +1209369363,Eternitygravestones,Digital Art,Art,USD,2017-06-19,50000.00,2017-05-05 23:10:29,18.00,failed,1,US,18.00,18.00,50000.00 +"1209378687,""Sassy Cassie - Not another pink, girly, princess book!"",Children's Books,Publishing,USD,2012-03-29,8000.00,2012-02-11 17:36:35,8184.00,successful,137,US,8184.00,8184.00,8000.00" +1209379440,GOOGAPP application internet illimité (Canceled),Apps,Technology,EUR,2015-08-03,20000.00,2015-06-24 22:40:39,15.00,canceled,1,FR,16.93,16.41,21882.08 +1209389194,Out of Service - a documentary,Documentary,Film & Video,USD,2011-01-30,800.00,2010-12-16 22:19:38,981.00,successful,27,US,981.00,981.00,800.00 +1209389812,Made in Mourning: Contemporary Memorial and Reliquary,Sculpture,Art,USD,2013-06-30,2750.00,2013-05-21 21:05:37,2816.00,successful,21,US,2816.00,2816.00,2750.00 +1209396610,I Need You,Apps,Technology,EUR,2015-07-08,25000.00,2015-06-08 21:28:07,0.00,failed,0,DE,0.00,0.00,27962.64 +1209397882,Domain Fetcher Software Expansion / Update,Software,Technology,USD,2013-08-12,6000.00,2013-07-13 17:42:20,51.00,failed,3,US,51.00,51.00,6000.00 +"1209401276,""KALO's Sophomore Album: Support Today, Ratchet up the Rock"",Rock,Music,USD,2016-10-08,15000.00,2016-09-08 01:36:29,16426.00,successful,204,US,230.00,16426.00,15000.00" +"1209406949,""hogs shorts | 7"""" inseam | grit nasty style"",Fashion,Fashion,USD,2016-11-10,4000.00,2016-10-11 17:30:02,354.00,failed,7,US,147.00,354.00,4000.00" +1209416641,Schock Hops Farm,Farms,Food,USD,2015-09-05,20000.00,2015-08-06 19:35:34,51.00,failed,2,US,51.00,51.00,20000.00 +"1209418890,""Exotic, Organic, and Handcrafted Spice Blends! Taste it Now!"",Food,Food,USD,2012-09-15,3000.00,2012-08-16 22:57:32,335.15,canceled,3,US,335.15,335.15,3000.00" +1209422779,Minerva Monster Pre-orders,Documentary,Film & Video,USD,2015-03-03,500.00,2015-02-01 14:18:00,6416.00,successful,106,US,6416.00,6416.00,500.00 +120942330,Mercy Was a Hard Hard Year Album / MWAHHY,Music,Music,USD,2017-09-26,15500.00,2017-08-23 21:34:04,16150.00,successful,105,US,0.00,16150.00,15500.00 +120943202,Sydney Blake and The Misters EP and Merch,Music,Music,USD,2014-06-27,2000.00,2014-05-28 21:55:50,356.00,failed,7,US,356.00,356.00,2000.00 +1209436330,bndr,Technology,Technology,USD,2014-04-05,47000.00,2014-02-19 15:55:18,2110.00,failed,22,US,2110.00,2110.00,47000.00 +1209437255,a one-song-at-a-time record company,Music,Music,USD,2012-12-09,1500.00,2012-11-09 11:26:36,0.00,failed,0,US,0.00,0.00,1500.00 +1209437883,Unstuck: A Short Film,Shorts,Film & Video,USD,2015-09-10,12000.00,2015-08-11 22:37:23,5350.00,failed,33,US,5350.00,5350.00,12000.00 +"1209467390,""Help Fund """"Speed-The-Plow"""" (MAMET) @ Spotlight Theater"",Theater,Theater,USD,2013-03-02,700.00,2013-01-11 19:41:33,0.00,canceled,0,US,0.00,0.00,700.00" +1209469893,ROBOT WESTERN: The Comic Book Series,Comic Books,Comics,CAD,2016-04-30,4800.00,2016-03-31 04:47:18,772.00,failed,27,CA,584.55,599.43,3727.00 +1209470968,Ode to Washington,Documentary,Film & Video,USD,2015-06-18,1200.00,2015-06-03 20:11:53,1330.00,successful,16,US,1330.00,1330.00,1200.00 +"1209497620,""REACH BC Dance Company- premieres """"It's About Love"""""",Performances,Dance,USD,2014-12-20,10000.00,2014-11-20 21:35:37,12446.00,successful,138,US,12446.00,12446.00,10000.00" +1209498389,Raising the Grain Woodcrafts,Woodworking,Crafts,USD,2017-04-16,1500.00,2017-04-06 01:47:16,105.00,failed,6,US,25.00,105.00,1500.00 +1209501365,Cámara Para Videos Culturales,Film & Video,Film & Video,MXN,2017-11-24,13000.00,2017-10-20 19:55:33,0.00,failed,0,MX,0.00,0.00,698.32 +1209528634,The Brain That Wouldn't Die! In 3D!!! goes to NYC,Theater,Theater,USD,2011-09-09,4000.00,2011-08-10 20:46:49,565.00,failed,9,US,565.00,565.00,4000.00 +1209532465,TORCH Music Fest 2011! READY TO TURN IT UP & LET IT OUT,Performance Art,Art,USD,2011-05-27,5000.00,2011-05-06 18:58:06,5000.00,successful,26,US,5000.00,5000.00,5000.00 +1209546492,Acid Trip Playground (Canceled),Video Games,Games,USD,2016-02-03,50000.00,2015-12-05 00:55:03,151.00,canceled,3,US,151.00,151.00,50000.00 +120955126,HURT: Short Film,Shorts,Film & Video,USD,2016-12-31,7500.00,2016-12-01 21:32:27,8377.00,successful,59,US,4819.00,8377.00,7500.00 +1209556822,FREE CANDY!!! Box Crusher EP,Rock,Music,USD,2011-12-17,700.00,2011-10-18 09:51:40,766.00,successful,18,US,766.00,766.00,700.00 +120955885,Hunger for life,Experimental,Film & Video,USD,2017-02-14,20000.00,2017-01-15 22:40:31,35.00,failed,1,US,0.00,35.00,20000.00 +1209565950,Pacific Timbre Music Symposium - A Meeting of Music Minds!,Music,Music,USD,2013-04-20,50000.00,2013-03-21 17:57:02,556.00,failed,15,US,556.00,556.00,50000.00 +120956798,Miles of Post and Wire: A bittersweet Australian film memoir,Drama,Film & Video,AUD,2016-12-31,35000.00,2016-12-01 03:19:45,0.00,failed,0,AU,0.00,0.00,25678.65 +1209578361,The Land of the Smiling Moai,Sculpture,Art,USD,2014-08-15,10000.00,2014-07-10 22:08:44,330.00,failed,10,US,330.00,330.00,10000.00 +1209580245,Naissus Youth Philharmonic Orchestra,Classical Music,Music,USD,2015-01-08,75000.00,2014-11-09 18:19:40,1801.00,failed,14,US,1801.00,1801.00,75000.00 +1209580678,The Land Between,Shorts,Film & Video,USD,2011-09-08,5000.00,2011-08-09 06:09:03,3185.00,failed,14,US,3185.00,3185.00,5000.00 +"120958585,""""""The Painter"""" Fashion Collection"",Fashion,Fashion,USD,2014-04-04,1500.00,2014-03-10 04:11:23,1510.00,successful,14,US,1510.00,1510.00,1500.00" +1209589740,Maggie Lives With Breast Cancer by Laura L. Vidal,Children's Books,Publishing,USD,2017-06-17,2500.00,2017-05-18 22:38:55,3448.00,successful,35,US,0.00,3448.00,2500.00 +"1209591523,""West Point Farm, handmade natural goat milk soap"",Crafts,Crafts,USD,2017-09-03,35000.00,2017-08-04 23:39:45,11.00,failed,1,US,0.00,11.00,35000.00" +1209595690,Applestarr Wrestling Alliance,Animation,Film & Video,USD,2010-11-07,8000.00,2010-09-08 19:58:13,0.00,failed,0,US,0.00,0.00,8000.00 +1209604076,Kickstarter Chicken Fail,Farms,Food,USD,2014-08-10,25000.00,2014-07-11 01:29:56,981.00,failed,21,US,981.00,981.00,25000.00 +1209606319,Progressive Overload,Apps,Technology,USD,2017-07-14,15000.00,2017-06-24 18:09:21,20.00,failed,1,US,0.00,20.00,15000.00 +"1209607024,""""""Victor Hugo's Les Miserables"""""",Theater,Theater,USD,2013-10-19,20000.00,2013-09-19 00:44:40,6886.00,failed,45,US,6886.00,6886.00,20000.00" +1209612169,The Freehand - Prototype,Product Design,Design,USD,2014-11-13,25000.00,2014-10-13 15:10:29,2575.00,failed,30,US,2575.00,2575.00,25000.00 +1209624682,Winecoff Hotel Fire Victims book publishing project,Nonfiction,Publishing,USD,2016-02-13,7500.00,2016-01-14 02:31:21,1340.00,failed,14,US,1340.00,1340.00,7500.00 +1209626970,Robin Yukiko: Love War (an album),Indie Rock,Music,USD,2011-11-24,2225.00,2011-10-22 05:37:25,2600.00,successful,42,US,2600.00,2600.00,2225.00 +1209627079,#ThePancakeMenu ~ novelty book for kids. Hands-on math fun!,Children's Books,Publishing,USD,2015-02-01,20000.00,2014-12-31 17:38:52,4212.00,failed,85,US,4212.00,4212.00,20000.00 +1209634971,The Tile House,Mixed Media,Art,USD,2012-06-18,7000.00,2012-04-20 00:53:38,7360.00,successful,113,US,7360.00,7360.00,7000.00 +1209636429,Unofficial Spotify App for iPad,Graphic Design,Design,USD,2012-08-09,5000.00,2012-07-10 03:48:13,691.00,failed,30,US,691.00,691.00,5000.00 +120964274,Efterhand: Andy Warhol,Art Books,Publishing,USD,2013-07-15,15000.00,2013-06-15 05:44:54,0.00,failed,0,US,0.00,0.00,15000.00 +1209649613,Chocolate spread to go creative! - Oh!Choco,Food,Food,USD,2017-05-11,400.00,2017-04-11 20:30:03,20.00,failed,1,US,20.00,20.00,400.00 +1209660666,Breakfast with Strangers: 50 Meals Across America,Nonfiction,Publishing,USD,2012-06-29,8000.00,2012-05-30 19:06:25,8385.01,successful,142,US,8385.01,8385.01,8000.00 +1209663381,Amendment - A Short Film,Film & Video,Film & Video,USD,2011-05-26,800.00,2011-03-26 00:30:19,1245.00,successful,27,US,1245.00,1245.00,800.00 +1209666068,Cuddly Potatoes Acrylic Charms: Flufflebottoms & Friends,Art,Art,USD,2017-07-26,500.00,2017-07-18 17:56:41,5038.00,successful,181,US,1146.00,5038.00,500.00 +1209677950,RosCrowdFunding! * SPANISH ROSCON * NATURAL FOOD,Food,Food,EUR,2016-03-10,8080.00,2016-03-07 21:40:21,2.00,failed,2,ES,2.20,2.22,8960.75 +1209679164,Kishi Bashi's making a debut album!!,Indie Rock,Music,USD,2011-12-21,12000.00,2011-11-27 23:16:39,20357.09,successful,436,US,20357.09,20357.09,12000.00 +1209681270,Peter: The ROCK! 2012,Theater,Theater,USD,2012-03-01,2500.00,2012-01-02 03:51:38,70.00,failed,2,US,70.00,70.00,2500.00 +120968171,Hatching Happiness,Farms,Food,USD,2014-08-10,880.00,2014-07-11 19:35:07,210.00,failed,5,US,210.00,210.00,880.00 +120968431,Make 100 / Mexican Bags,Accessories,Fashion,MXN,2017-05-07,5000.00,2017-03-23 02:22:46,10950.00,successful,9,MX,139.19,579.46,264.59 +1209687751,PLAYBULB candle - Color LED Flameless Candle with Mobile App,Gadgets,Technology,USD,2014-10-03,5000.00,2014-09-03 05:51:21,266519.00,successful,4372,US,266519.00,266519.00,5000.00 +120969040,Black History in the Forest City (Canceled),Documentary,Film & Video,CAD,2014-08-01,50000.00,2014-07-04 18:05:57,0.00,canceled,0,CA,0.00,0.00,45762.40 +1209707864,CSI Cafe,Technology,Technology,USD,2014-12-09,15000.00,2014-10-25 21:27:27,10.00,failed,1,US,10.00,10.00,15000.00 +1209711977,Her-fume (Canceled),Fashion,Fashion,GBP,2015-01-14,5000.00,2014-12-15 19:37:37,0.00,canceled,0,GB,0.00,0.00,7586.79 +1209714818,The View From Bellas Luces,Documentary,Film & Video,USD,2011-11-27,2000.00,2011-10-27 17:10:41,2575.00,successful,31,US,2575.00,2575.00,2000.00 +1209724548,HAULED OFF!,Documentary,Film & Video,USD,2012-02-27,25000.00,2012-01-31 05:21:40,2183.33,failed,32,US,2183.33,2183.33,25000.00 +1209724773,The JCast Featuring Within The Trenches,Radio & Podcasts,Publishing,USD,2013-01-12,1500.00,2012-12-13 08:11:45,1771.00,successful,30,US,1771.00,1771.00,1500.00 +1209724786,Easy Tea (Canceled),Drinks,Food,GBP,2015-08-13,50000.00,2015-07-14 20:38:32,0.00,canceled,0,GB,0.00,0.00,78173.86 +"1209734136,""Another way out for kids """"RICH or POOR"""""",Performance Art,Art,USD,2015-06-06,15000.00,2015-05-07 18:51:23,0.00,failed,0,US,0.00,0.00,15000.00" +1209742610,Seeking the Gift (Canceled),Tabletop Games,Games,USD,2012-07-01,17000.00,2012-05-29 22:20:51,1178.00,canceled,26,US,1178.00,1178.00,17000.00 +1209744712,Wizdum Clothing Co.,Fashion,Fashion,USD,2013-07-01,10000.00,2013-06-01 13:58:37,1.00,failed,1,US,1.00,1.00,10000.00 +1209750673,JARGON 114 - Roadside Memorial Polaroids,Art,Art,USD,2011-12-01,10000.00,2011-10-20 16:00:03,10465.33,successful,82,US,10465.33,10465.33,10000.00 +1209761392,The puck: A cellphone charger powered by walking! (Canceled),Gadgets,Technology,USD,2015-05-02,30000.00,2015-03-03 09:28:42,179.00,canceled,4,US,179.00,179.00,30000.00 +1209763913,L FOR LEISURE,Narrative Film,Film & Video,USD,2012-12-11,14000.00,2012-11-16 17:22:56,14112.00,successful,70,US,14112.00,14112.00,14000.00 +1209780665,Low Power Arduino with on board 6A Switching Transistors,Hardware,Technology,USD,2012-11-22,3000.00,2012-10-23 22:31:20,1845.00,failed,49,US,1845.00,1845.00,3000.00 +1209785873,Creative Exchange Lab,Design,Design,USD,2013-10-01,11000.00,2013-09-04 08:01:26,2035.00,failed,28,US,2035.00,2035.00,11000.00 +1209788732,Splash Mob Flash Mob 2014,Live Games,Games,USD,2014-06-29,300.00,2014-06-19 03:42:59,190.00,failed,6,US,190.00,190.00,300.00 +1209795069,Somerset Grille Project,Food,Food,USD,2014-09-02,500.00,2014-07-19 22:40:15,1615.00,successful,22,US,1615.00,1615.00,500.00 +1209797423,WarQuest,Tabletop Games,Games,USD,2015-05-29,75000.00,2015-05-05 15:53:03,84506.00,successful,363,US,84506.00,84506.00,75000.00 +1209803333,Bare Branches,Drama,Film & Video,USD,2016-12-25,300.00,2016-12-15 09:20:45,85.00,failed,3,US,85.00,85.00,300.00 +1209805474,Cabaret the card game,Tabletop Games,Games,USD,2015-08-19,4500.00,2015-07-20 17:21:40,4602.00,successful,141,US,4602.00,4602.00,4500.00 +1209805774,Pocket Wipe - The only microfiber cloth you'll ever need,Product Design,Design,USD,2016-05-18,10000.00,2016-04-18 23:21:00,105.00,canceled,11,US,105.00,105.00,10000.00 +1209809083,2016 New Years Eve DJ Set (Canceled),Electronic Music,Music,AUD,2015-12-29,1000.00,2015-11-28 18:16:52,40.00,canceled,1,AU,28.89,29.23,730.83 +1209817218,Fife & Drum: SYW Austrian Artillery,Games,Games,USD,2014-10-13,3000.00,2014-09-13 05:28:24,9354.00,successful,55,US,9354.00,9354.00,3000.00 +1209821260,Set Life Magazine,Young Adult,Publishing,USD,2015-01-02,20000.00,2014-12-03 20:16:48,300.00,failed,10,US,300.00,300.00,20000.00 +1209822363,Dangerous Adventure Show,Film & Video,Film & Video,USD,2011-09-11,13000.00,2011-07-28 03:33:09,6741.00,failed,83,US,6741.00,6741.00,13000.00 +1209824843,Two Blondes to Hell,Art,Art,EUR,2016-10-16,500.00,2016-09-29 18:26:35,1000.00,successful,37,ES,201.73,1088.60,544.30 +1209837308,An Economic Theory of Crowdfunding,Academic,Publishing,EUR,2015-11-24,110.00,2015-11-03 13:50:33,170.00,successful,36,DE,187.51,179.86,116.38 +1209840632,The Forgotten Americans,Photobooks,Photography,USD,2015-12-04,24000.00,2015-11-04 01:48:30,5256.00,failed,6,US,5256.00,5256.00,24000.00 +1209844032,Innovative Whole Foods Energy for High Intensity Running,Vegan,Food,USD,2017-10-22,13000.00,2017-10-01 02:32:17,14166.00,successful,240,US,1005.00,14166.00,13000.00 +1209848834,PINPOINT WEED CONTROL - A new way to manage your garden!,Product Design,Design,USD,2015-04-01,19500.00,2015-03-02 16:58:56,5.00,failed,1,US,5.00,5.00,19500.00 +1209858666,ice-COLD-balls (Canceled),Design,Design,USD,2013-12-28,14000.00,2013-11-26 16:23:10,709.00,canceled,13,US,709.00,709.00,14000.00 +1209859501,Let's Bring Carter's Chocolates & Ice Cream to Tacoma!,Food,Food,USD,2013-12-18,2500.00,2013-11-20 22:25:58,2718.00,successful,58,US,2718.00,2718.00,2500.00 +1209864475,Morgan A. Ritter's Artist Residency in New Mexico,Conceptual Art,Art,USD,2012-02-20,1000.00,2012-01-05 22:48:04,1826.75,successful,38,US,1826.75,1826.75,1000.00 +1209878727,From the Great Alaska Earthquake to the Future,Nonfiction,Publishing,USD,2013-09-20,5000.00,2013-07-22 20:56:22,5171.00,successful,26,US,5171.00,5171.00,5000.00 +120987912,The Guarani Project: a multimedia documentary about water in Latin America,Documentary,Film & Video,USD,2010-04-25,14500.00,2010-02-23 00:17:12,15164.12,successful,107,US,15164.12,15164.12,14500.00 +1209880604,The Peach Orchard,Shorts,Film & Video,USD,2012-02-20,10000.00,2012-01-13 16:21:34,2830.00,failed,17,US,2830.00,2830.00,10000.00 +1209889360,We are recording our countries Heroes. So few left.,Blues,Music,USD,2015-05-05,10500.00,2015-03-14 21:35:31,10832.00,successful,42,US,10832.00,10832.00,10500.00 +1209893996,Whipping Princess European Tour,Rock,Music,SEK,2016-02-13,22000.00,2016-01-14 11:19:14,5.00,failed,1,SE,0.59,0.59,2601.43 +1209897617,3 Videos in 3 Days,Music,Music,USD,2011-11-21,7000.00,2011-10-14 06:33:39,651.00,failed,10,US,651.00,651.00,7000.00 +120990072,SURGE PG DOCUMENTARY FILM,Documentary,Film & Video,USD,2012-06-16,9200.00,2012-04-17 04:28:18,3.00,failed,2,US,3.00,3.00,9200.00 +"1209902643,100 Metre Sunrise; The New Wind Warriors (Canceled),Documentary,Film & Video,CAD,2015-03-02,15000.00,2015-01-29 13:49:53,400.00,canceled,10,CA,321.63,320.87,12032.73" +1209903047,Who needs a Record Deal when we have YOU?! Help release the next Runaway Dorothy EP!,Music,Music,USD,2010-09-02,5000.00,2010-06-15 23:17:19,368.00,failed,21,US,368.00,368.00,5000.00 +1209915096,Sebastian's Village of Friends,Children's Books,Publishing,USD,2015-09-23,2000.00,2015-08-24 17:40:20,0.00,failed,0,US,0.00,0.00,2000.00 +12099187,Conquest USA,Tabletop Games,Games,USD,2016-01-29,20000.00,2015-12-30 23:23:06,28.00,failed,4,US,28.00,28.00,20000.00 +1209920658,The Great Indoors - Web Series/ TV Pilot,Webseries,Film & Video,USD,2014-12-06,12000.00,2014-11-06 08:55:40,12371.29,successful,158,US,12371.29,12371.29,12000.00 +1209921647,CHARLA MAINE: A Short Film,Shorts,Film & Video,USD,2014-06-08,3000.00,2014-05-09 20:20:31,3100.00,successful,57,US,3100.00,3100.00,3000.00 +1209922048,Catladies: The Musical That Makes Lawyers Purr (Canceled),Theater,Theater,USD,2014-04-26,6500.00,2014-04-05 03:09:13,737.00,canceled,12,US,737.00,737.00,6500.00 +120992697,Science Fiction Epic: The Far Bank of the Rubicon,Fiction,Publishing,USD,2014-06-17,500.00,2014-05-27 21:39:24,2367.00,successful,104,US,2367.00,2367.00,500.00 +1209929894,Entrepreneur Label,Fashion,Fashion,USD,2012-12-31,20000.00,2012-11-07 04:39:34,72.00,failed,4,US,72.00,72.00,20000.00 +1209936955,Trump Crunch,Small Batch,Food,CAD,2015-12-24,500.00,2015-11-24 03:15:41,0.00,failed,0,CA,0.00,0.00,360.49 +1209940531,Slice Planner: First Notebook Connected to Digital Calendars,Product Design,Design,USD,2016-11-26,35000.00,2016-10-18 15:10:14,117522.00,successful,3118,US,14580.00,117522.00,35000.00 +1209941451,We Are Products,Film & Video,Film & Video,USD,2015-05-22,45000.00,2015-03-23 19:48:57,0.00,failed,0,US,0.00,0.00,45000.00 +"1209943340,""Art Durham: pure painting, life as flow"",Painting,Art,USD,2016-10-28,750.00,2016-10-13 21:21:38,367.00,failed,7,US,181.00,367.00,750.00" +1209947522,Kat Koch Records a Demo,Jazz,Music,USD,2013-03-26,800.00,2013-03-12 21:38:14,1000.00,successful,16,US,1000.00,1000.00,800.00 +1209950834,The MAD Mic: We Venting B*tch,Theater,Theater,USD,2011-05-29,2700.00,2011-04-19 00:21:21,1.00,failed,1,US,1.00,1.00,2700.00 +1209962287,Brooklyn Boo Clothing,Childrenswear,Fashion,AUD,2015-10-03,5000.00,2015-09-03 07:13:27,20.00,failed,2,AU,14.03,14.66,3664.61 +1209967740,Otis Fisher's Solo,Shorts,Film & Video,USD,2011-09-26,1500.00,2011-08-12 22:26:23,1710.00,successful,36,US,1710.00,1710.00,1500.00 +1209968210,I Remember I Was Conflicted,R&B,Music,USD,2015-04-29,500.00,2015-03-30 20:19:30,1.00,failed,1,US,1.00,1.00,500.00 +1209970668,Patrik the Vampire: Book One,Webcomics,Comics,USD,2016-03-01,5000.00,2016-02-09 02:36:09,7050.00,successful,188,US,7050.00,7050.00,5000.00 +1209974050,American Band Family - A Wonky Documentary,Documentary,Film & Video,USD,2017-12-25,25000.00,2017-10-26 05:57:35,0.00,failed,0,US,0.00,0.00,25000.00 +120997913,Constantino Farms Bed & Breakfast Goat Farm,Farms,Food,USD,2017-12-05,2500.00,2017-11-05 18:39:46,22.00,failed,1,US,22.00,22.00,2500.00 +1209981310,FlipCase,Product Design,Design,USD,2014-07-06,30000.00,2014-06-16 13:30:24,450.00,failed,19,US,450.00,450.00,30000.00 +1209989195,LGBT-friendly children's book in Greek,Children's Books,Publishing,USD,2016-02-21,2000.00,2016-01-07 20:21:28,2146.00,successful,26,US,2146.00,2146.00,2000.00 +1209989508,Light the Leach Pottery Fire,Pottery,Crafts,GBP,2014-05-26,4500.00,2014-03-27 13:10:39,4805.50,successful,127,GB,7946.18,8041.87,7530.62 +"1209992303,""""""The Cookie Cutter Church"""" Book Project by Michael Kubisky"",Nonfiction,Publishing,USD,2017-05-14,4500.00,2017-03-15 02:51:03,1.00,failed,1,US,0.00,1.00,4500.00" +1209995041,Liberty is Rising Truth in Media Project,Webseries,Film & Video,USD,2013-07-26,1250000.00,2013-06-10 05:16:15,260372.61,failed,3873,US,260372.61,260372.61,1250000.00 +1210001048,Pieces of Talent,Narrative Film,Film & Video,USD,2013-01-17,8000.00,2012-12-18 19:19:51,8301.00,successful,92,US,8301.00,8301.00,8000.00 +1210001531,Awesome Animal T's,Apparel,Fashion,USD,2015-04-01,8000.00,2015-02-24 00:06:05,27.00,failed,2,US,27.00,27.00,8000.00 +121000173,Continue The Journey,Hip-Hop,Music,USD,2014-08-19,15000.00,2014-07-10 21:37:48,15464.00,successful,139,US,15464.00,15464.00,15000.00 +"121001171,""Lydia Medill's """"THE CHICKEN & THE OWL"""" [EP]"",Indie Rock,Music,USD,2011-11-04,2277.00,2011-10-14 01:38:30,3690.90,successful,69,US,3690.90,3690.90,2277.00" +1210017414,WALKABOUT Who the #u€Ø am i?,Webseries,Film & Video,USD,2011-11-14,20000.00,2011-10-15 00:25:36,0.00,failed,0,US,0.00,0.00,20000.00 +1210017814,Sonic States: Solar Powered Music and Musings,Mixed Media,Art,USD,2015-05-02,8000.00,2015-04-05 03:23:17,8206.21,successful,99,US,8206.21,8206.21,8000.00 +1210020174,AccuBands™: First Symmetrical Resistance Band Fitness System,Design,Design,USD,2014-05-25,38000.00,2014-04-15 17:02:40,4890.00,failed,78,US,4890.00,4890.00,38000.00 +1210022402,DinoWars Evolution (Canceled),Video Games,Games,USD,2013-08-12,40000.00,2013-07-13 16:59:10,3273.00,canceled,66,US,3273.00,3273.00,40000.00 +1210023294,Build - Velcro Backed Morale Patch,Crafts,Crafts,USD,2012-09-17,2500.00,2012-08-18 00:36:23,10.00,failed,1,US,10.00,10.00,2500.00 +1210032036,Betsy's Bread and Bagels,Food,Food,USD,2012-11-25,15000.00,2012-10-26 00:11:03,3651.00,failed,40,US,3651.00,3651.00,15000.00 +1210034436,Righteous Labs: Co-working and Community Space (Canceled),Design,Design,USD,2014-04-23,40000.00,2014-03-09 19:21:47,155.00,canceled,2,US,155.00,155.00,40000.00 +121003526,Aubrey Logan's New EP and Video,Jazz,Music,USD,2013-12-10,9000.00,2013-11-19 02:32:26,9161.00,successful,110,US,9161.00,9161.00,9000.00 +"1210036184,Treble on Huntington A Cappella EP,Music,Music,USD,2015-03-31,8000.00,2015-02-28 19:03:25,8965.00,undefined,0,""N,0"""""",,8965.00,8000.00" +1210037937,The Mediocre Fight makes an album,Rock,Music,USD,2011-05-03,2500.00,2011-04-03 01:55:50,2835.00,successful,76,US,2835.00,2835.00,2500.00 +1210040409,BNM Filmim ( My Movie) : Personal film factory!,Shorts,Film & Video,GBP,2013-05-22,12000.00,2013-04-17 18:02:15,0.00,failed,0,GB,0.00,0.00,18118.68 +1210050381,LINEAGE: The Martial Arts Strategy Game (Canceled),Tabletop Games,Games,USD,2014-04-01,40000.00,2014-01-31 18:01:47,24000.00,canceled,426,US,24000.00,24000.00,40000.00 +1210051239,YAB - Never Forget Where You Parked,Technology,Technology,USD,2016-07-27,8000.00,2016-06-22 18:02:18,11271.00,successful,256,US,6980.00,11271.00,8000.00 +1210055021,Castle Game Jam 2017,Video Games,Games,SEK,2016-12-18,175000.00,2016-11-18 19:34:38,25675.00,canceled,28,SE,688.71,2780.42,18951.29 +1210055252,The Environment: A True Story,Documentary,Film & Video,CAD,2017-04-17,50000.00,2017-03-10 03:48:28,52438.50,successful,468,CA,0.00,38921.18,37111.26 +1210056547,dave c. - it sounded like this...,Indie Rock,Music,USD,2013-04-15,5000.00,2013-03-01 01:53:01,140.00,failed,4,US,140.00,140.00,5000.00 +1210056926,Ahwatukee Jerky Company launch! More addictive than crack!,Food,Food,USD,2014-01-01,4000.00,2013-12-02 15:49:39,905.00,failed,21,US,905.00,905.00,4000.00 +1210061984,THE CONSUL,Comics,Comics,USD,2016-07-20,1200.00,2016-06-20 23:54:20,1354.00,successful,79,US,929.00,1354.00,1200.00 +1210063817,365 Days of Halloween -Book Chronicles the Year Art Project,Mixed Media,Art,USD,2016-06-17,8500.00,2016-05-27 02:00:47,4472.00,failed,69,US,4472.00,4472.00,8500.00 +1210064427,Maker by Trade - Small Socks,Childrenswear,Fashion,USD,2014-09-05,40000.00,2014-08-06 16:21:30,13365.00,failed,61,US,13365.00,13365.00,40000.00 +1210064658,New era:The Legend (Canceled),Live Games,Games,USD,2015-10-08,10000.00,2015-09-11 00:42:47,0.00,canceled,0,US,0.00,0.00,10000.00 +1210072612,Kelly's Kraft,Art,Art,USD,2015-08-18,150.00,2015-08-04 18:49:30,240.00,successful,10,US,240.00,240.00,150.00 +1210080961,MILEUNDER-Join us on the journey!,Indie Rock,Music,USD,2013-03-29,8000.00,2013-02-27 05:11:27,215.00,failed,8,US,215.00,215.00,8000.00 +1210087756,Flashback! A memory game for the rest of us.,Video Games,Games,USD,2014-11-01,20000.00,2014-10-01 06:03:10,741.00,failed,7,US,741.00,741.00,20000.00 +1210094427,GlassLayer - Monitor-Mounted Graphic Tablet (Canceled),Technology,Technology,USD,2016-04-13,120000.00,2016-03-05 03:27:43,3174.00,canceled,27,US,3174.00,3174.00,120000.00 +1210096116,Build The ARBOUR at Burning Man 2015,Installations,Art,GBP,2015-07-17,5000.00,2015-06-15 13:42:18,5404.00,successful,85,GB,8409.57,8426.76,7796.78 +1210096167,Remodel for Marrow - Whole Cookery,Food,Food,USD,2013-03-31,6000.00,2013-03-21 15:55:15,6357.00,successful,64,US,6357.00,6357.00,6000.00 +1210098165,Fall of Man - A post apocalyptic-gothic-horror-fantasy RPG,Tabletop Games,Games,USD,2014-02-17,22000.00,2014-01-14 18:50:14,8003.00,failed,137,US,8003.00,8003.00,22000.00 +1210099835,DudeRobe™ | Towel-Lined Lounging Apparel For Men,Apparel,Fashion,USD,2017-07-01,25000.00,2017-05-30 19:05:42,67498.00,successful,481,US,9595.00,67498.00,25000.00 +1210113523,Voxsus One: The high-end affordable smartphone.,Technology,Technology,EUR,2017-01-27,220000.00,2016-12-28 16:13:39,4947.50,canceled,28,NL,5164.74,5284.44,234982.48 +1210118604,Madrid Regional Conference 2017,Academic,Publishing,EUR,2017-10-13,100.00,2017-09-13 15:16:01,255.00,successful,9,ES,0.00,301.16,118.10 +121014321,The White Wall Project 2,Painting,Art,USD,2014-12-02,5500.00,2014-11-06 00:34:01,0.00,failed,0,US,0.00,0.00,5500.00 +1210146479,Dim Out,Video Games,Games,USD,2013-12-01,1500.00,2013-11-01 13:22:33,301.00,failed,9,US,301.00,301.00,1500.00 +"1210150519,""Silkscreen Poster """"Good Things Come to Those Who..."""""",Graphic Design,Design,USD,2012-05-10,1200.00,2012-04-10 19:11:11,511.00,failed,18,US,511.00,511.00,1200.00" +1210158919,The Ratio App: Changing club and bar hopping forever!,Apps,Technology,USD,2015-07-26,7500.00,2015-06-25 18:33:20,1845.00,failed,8,US,1845.00,1845.00,7500.00 +"1210160828,""We Break Strings, the Alternative Classical Scene in London"",Photobooks,Photography,GBP,2014-10-05,5000.00,2014-09-05 09:57:19,5574.00,successful,168,GB,9173.95,8937.42,8017.06" +1210167014,Help Fund Nyhla Records!,Indie Rock,Music,CAD,2016-03-01,2500.00,2016-01-06 21:45:15,0.00,failed,0,CA,0.00,0.00,1863.45 +1210167354,The Dress Shirt You’ll Reach For Everyday by Bluffworks,Apparel,Fashion,USD,2017-10-24,10000.00,2017-09-18 17:20:08,168782.18,successful,1017,US,13160.00,168782.18,10000.00 +1210171011,Phyball: Physics meet breakout! (Canceled),Video Games,Games,EUR,2014-12-09,10000.00,2014-11-09 14:46:47,0.00,canceled,0,NL,0.00,0.00,12450.04 +121017555,Maps 3,Tabletop Games,Games,USD,2015-12-21,50.00,2015-12-08 00:21:23,170.00,successful,8,US,170.00,170.00,50.00 +1210181401,USA: Tour the States,Journalism,Journalism,USD,2015-09-18,5015.00,2015-07-20 18:08:05,0.00,failed,0,US,0.00,0.00,5015.00 +"121018400,""FlaatGames, fun table games"",Tabletop Games,Games,USD,2010-10-27,950.00,2010-09-27 11:51:48,62.00,failed,7,US,62.00,62.00,950.00" +1210216119,Hug A Bug: Portable Changing Pad,Product Design,Design,USD,2014-05-14,3500.00,2014-04-23 14:30:05,4145.00,successful,85,US,4145.00,4145.00,3500.00 +1210231263,Chirault Volume 2,Webcomics,Comics,CAD,2015-10-24,4000.00,2015-09-28 16:37:07,10035.00,successful,209,CA,7524.82,7616.70,3036.05 +1210231835,NIOBE: She is Life Hardcover & She is Death #1 Comic Book,Graphic Novels,Comics,USD,2017-06-25,21500.00,2017-05-18 19:01:25,64801.00,successful,1103,US,9379.00,64801.00,21500.00 +1210245084,ReefAngels - Coral Reef rebuilding program,Fabrication Tools,Technology,USD,2017-03-25,15205000.00,2017-01-24 05:42:02,13.13,canceled,1,US,13.13,13.13,15205000.00 +"1210248320,Underdog Records Expansion & B-Side Lounge,Music,Music,USD,2015-08-09,4000.00,2015-07-10 18:40:32,6614.13,undefined,0,""N,0"""""",,6614.13,4000.00" +1210252364,Reforest the Southwest with FOOD FORESTS Permaculture style!,Farms,Food,USD,2015-03-16,20000.00,2015-02-14 23:23:52,30.00,failed,1,US,30.00,30.00,20000.00 +1210254719,The Curve,Journalism,Journalism,USD,2015-04-10,45000.00,2015-02-09 23:36:16,3300.00,failed,44,US,3300.00,3300.00,45000.00 +1210254785,T-SHIRT LOVE IS FREEDOM - #TRUELOVE #STOPOMOFOBIA #GAYPRIDE,Fashion,Fashion,EUR,2015-11-11,350.00,2015-10-12 21:54:12,0.00,failed,0,IT,0.00,0.00,376.74 +1210257505,NONE (Canceled),Comedy,Film & Video,USD,2015-10-10,93410.00,2015-09-09 04:49:57,285.00,canceled,4,US,285.00,285.00,93410.00 +1210258598,Wyoming Triumph,Documentary,Film & Video,USD,2010-12-06,5000.00,2010-10-07 09:10:41,5112.00,successful,35,US,5112.00,5112.00,5000.00 +1210273542,Surf Shredder Trick Surfboard,Product Design,Design,USD,2014-10-28,25000.00,2014-09-29 21:01:07,10.00,failed,1,US,10.00,10.00,25000.00 +1210285682,The Band - LikeWeiss Productions,Webseries,Film & Video,USD,2012-07-20,150.00,2012-06-20 22:09:14,200.00,successful,9,US,200.00,200.00,150.00 +1210288360,Make 100 | Geek & Chic: Smart Safety Jewelry.,Wearables,Technology,MXN,2017-02-09,30000.00,2017-01-07 08:16:47,14000.00,failed,11,MX,423.84,690.44,1479.51 +1210294847,Gator Tails (Canceled),Publishing,Publishing,USD,2016-07-01,10000.00,2016-06-01 22:14:32,0.00,canceled,0,US,0.00,0.00,10000.00 +1210301207,STITCH: Northwestern University Fashion/Photography Magazine,Journalism,Journalism,USD,2012-02-29,2000.00,2012-01-30 00:01:54,2050.00,successful,21,US,2050.00,2050.00,2000.00 +1210302586,The Wax on Our Fingers,Mixed Media,Art,USD,2012-05-03,2500.00,2012-04-03 08:47:21,2900.00,successful,28,US,2900.00,2900.00,2500.00 +1210308729,7 Shocking Truths about Defibrillators,Nonfiction,Publishing,AUD,2014-12-25,10500.00,2014-11-25 11:06:20,5280.00,failed,17,AU,4589.67,4284.67,8520.65 +1210308763,Summer Tour 2011: Bringing our music to you!,Music,Music,USD,2011-06-27,4000.00,2011-05-13 19:52:53,4235.00,successful,65,US,4235.00,4235.00,4000.00 +1210317736,Decentralize the pokes with OpenPoke,Software,Technology,USD,2011-05-02,10000.00,2011-04-02 08:37:53,0.00,failed,0,US,0.00,0.00,10000.00 +1210327148,Personal Reflections-- Serbian Art Exhibit in New York City,Art,Art,USD,2011-05-15,3000.00,2011-04-21 05:51:01,3120.00,successful,48,US,3120.00,3120.00,3000.00 +121032866,Neo-Burlesque & Drag Queen Photo Art Book,Photobooks,Photography,USD,2017-01-16,10000.00,2016-12-17 19:42:12,100.00,canceled,1,US,0.00,100.00,10000.00 +1210330830,Innovate The Car HUD,Technology,Technology,USD,2016-09-21,100000.00,2016-08-22 01:06:23,0.00,canceled,0,US,0.00,0.00,100000.00 +1210336073,iHug - On The Road To Life Care! Better Healthcare For All.,Apps,Technology,USD,2016-03-07,100000.00,2016-02-06 16:56:43,689.00,failed,7,US,689.00,689.00,100000.00 +1210337899,Monster Tokens 2 (gamemash.com),Games,Games,USD,2015-03-23,725.00,2015-02-25 06:39:39,3250.00,successful,64,US,3250.00,3250.00,725.00 +1210337911,Jeu de l'amour et du hasard,Theater,Theater,CAD,2017-04-30,2000.00,2017-03-21 12:55:58,2115.00,successful,17,CA,0.00,1535.84,1452.33 +"1210341726,""Sugar & Bling, It's Everybodys Thing!"",Jewelry,Fashion,USD,2014-12-17,8000.00,2014-11-17 14:50:41,86.00,failed,2,US,86.00,86.00,8000.00" +1210368509,Mum Bum,Apparel,Fashion,AUD,2017-08-05,10000.00,2017-07-06 05:54:22,142.00,failed,3,AU,76.79,111.66,7863.49 +1210369549,Liam O'Leamy and the Leprechaun Hunter. A chapter book.,Children's Books,Publishing,EUR,2014-12-21,5000.00,2014-11-21 21:21:43,641.00,failed,19,IE,804.08,783.24,6109.48 +1210390225,PROJECT17AWAKENING HORROR ACTION MOVIE,Film & Video,Film & Video,GBP,2014-03-29,5000.00,2014-02-07 01:01:01,153.00,failed,3,GB,249.80,253.55,8285.97 +1210395960,The Legend of Midnite Monty,Shorts,Film & Video,USD,2015-08-27,2000.00,2015-07-13 17:45:15,2155.00,successful,20,US,2155.00,2155.00,2000.00 +1210396926,Barrister Gaming: Law and Video Games Channel (Canceled),Video Games,Games,USD,2015-05-13,3000.00,2015-04-13 21:42:26,0.00,canceled,0,US,0.00,0.00,3000.00 +1210399268,YES\NO,Public Art,Art,GBP,2014-01-16,2375.00,2013-12-17 10:48:41,71.00,failed,5,GB,115.74,116.73,3904.84 +1210401890,Chicago Based Film: His Voice His Movement,Movie Theaters,Film & Video,USD,2016-02-29,9000000.00,2015-12-31 06:29:37,0.00,failed,0,US,0.00,0.00,9000000.00 +1210414850,The Kitty Funnel - Your cat will never miss a visit!,Product Design,Design,USD,2017-10-02,12000.00,2017-09-02 03:41:23,27.00,failed,2,US,0.00,27.00,12000.00 +1210424435,Phone Disco,Gadgets,Technology,USD,2016-09-16,20000.00,2016-08-02 08:02:53,1060.00,failed,37,US,86.00,1060.00,20000.00 +1210438660,Stay Away Pet Deterrent Mat (Canceled),Technology,Technology,USD,2014-07-10,3000.00,2014-06-10 06:46:30,185.99,canceled,4,US,185.99,185.99,3000.00 +1210442537,Publish 5 books to raise funds & build a library,Publishing,Publishing,AUD,2017-06-23,100.00,2017-06-07 12:33:26,0.00,failed,0,AU,0.00,0.00,75.68 +1210442582,HAMLET,Theater,Theater,USD,2012-06-23,1000.00,2012-06-05 23:24:10,1100.00,successful,11,US,1100.00,1100.00,1000.00 +1210442834,Struggling with State - a film on rural health care in India,Documentary,Film & Video,USD,2011-04-09,18000.00,2011-02-17 06:43:04,1650.00,failed,18,US,1650.00,1650.00,18000.00 +1210445153,The Last 100 Days: A Photo Essay on Social Politics,Photography,Photography,USD,2012-09-01,6000.00,2012-07-31 00:19:46,6505.00,successful,124,US,6505.00,6505.00,6000.00 +1210453523,Deutschland von der schönsten Seite (Teil 1) (Canceled),Places,Photography,EUR,2015-10-16,2000.00,2015-08-18 19:43:14,0.00,canceled,0,DE,0.00,0.00,2272.00 +1210469231,J. FIRST EYEWEAR - See the world through our eyes.,Product Design,Design,USD,2016-09-21,10000.00,2016-08-12 02:04:34,683.00,failed,11,US,620.00,683.00,10000.00 +1210471050,Faces I Meet,Music,Music,USD,2012-07-20,3300.00,2012-06-14 00:13:32,3575.00,successful,46,US,3575.00,3575.00,3300.00 +121047190,FLOWERING LINES rare ART NOUVEAU posters graphics 1895-1910,Publishing,Publishing,USD,2017-04-12,1895.00,2017-03-24 18:24:51,30447.00,successful,471,US,15454.00,30447.00,1895.00 +1210472070,Piss On Feet EP Release Extravaganza,Rock,Music,USD,2012-11-04,1000.00,2012-10-05 18:46:44,1000.00,successful,22,US,1000.00,1000.00,1000.00 +1210482284,Celebrity Hairstylist To Take Salon Stage Play On The Road,Theater,Theater,USD,2012-02-26,8500.00,2012-01-27 04:15:43,0.00,failed,0,US,0.00,0.00,8500.00 +1210488689,Biotech matching for Dogs and Cats - a Biotechnology Startup,Web,Technology,USD,2015-07-31,36000.00,2015-06-15 18:56:24,0.00,failed,0,US,0.00,0.00,36000.00 +1210492575,Sun Chaser,Product Design,Design,USD,2015-04-17,20000.00,2015-03-17 23:41:47,53.00,failed,2,US,53.00,53.00,20000.00 +1210493340,Hyper-Rift,Games,Games,USD,2016-09-11,500.00,2016-07-13 04:47:34,0.00,canceled,0,US,0.00,0.00,500.00 +1210493383,Flip The World,Playing Cards,Games,USD,2016-04-23,10000.00,2016-03-24 20:07:28,72.00,failed,5,US,72.00,72.00,10000.00 +1210496168,Christian Bray's Debut Album!,Indie Rock,Music,USD,2015-03-27,7000.00,2015-02-25 05:33:35,209.00,failed,9,US,209.00,209.00,7000.00 +1210524647,MAN-UP DOC: THE FATHERLESS SPEAK,Documentary,Film & Video,USD,2011-10-29,20000.00,2011-09-14 04:58:55,90.00,failed,3,US,90.00,90.00,20000.00 +121053197,Breathless EP,Music,Music,USD,2012-03-03,7350.00,2012-01-03 19:24:48,125.00,failed,7,US,125.00,125.00,7350.00 +1210539860,Exit Ghost Makes a Record. ,Music,Music,USD,2011-02-28,1500.00,2011-01-19 07:59:51,1585.00,successful,35,US,1585.00,1585.00,1500.00 +1210540418,Redesign swtorconquest.com,Web,Technology,USD,2014-10-23,700.00,2014-09-23 21:03:45,1396.00,successful,25,US,1396.00,1396.00,700.00 +1210544204,Help design a whole new picture frame 90° Corner Art,Product Design,Design,USD,2017-09-01,824.00,2017-08-02 19:03:49,0.00,failed,0,US,0.00,0.00,824.00 +1210545201,U Power Wallet: The Minimalists Slim Wallet and Stylus Pen,Product Design,Design,USD,2013-07-14,20000.00,2013-05-24 19:09:10,153.00,failed,6,US,153.00,153.00,20000.00 +"1210552645,""""""The New Mist'R Bucket"""""",Technology,Technology,USD,2014-04-25,250000.00,2014-03-21 18:56:39,7198.00,failed,39,US,7198.00,7198.00,250000.00" +1210555350,Jessie Smith's New Southern Soul Record!,Music,Music,USD,2012-08-19,10000.00,2012-06-20 21:48:39,10015.00,successful,75,US,10015.00,10015.00,10000.00 +1210567102,The Opposite of SATT - Berlin Project 2016,Art,Art,USD,2016-07-03,500.00,2016-06-03 13:25:34,580.00,successful,16,US,580.00,580.00,500.00 +1210574731,Another City,Drama,Film & Video,USD,2015-07-31,10000.00,2015-07-01 23:02:16,12075.00,successful,63,US,12075.00,12075.00,10000.00 +1210579217,Artist on the Dawn of Her Creativity Needs Help,Painting,Art,USD,2016-04-18,3300.00,2016-03-19 18:34:22,2.00,failed,2,US,2.00,2.00,3300.00 +1210579318,Comedy for a Cause,Webseries,Film & Video,USD,2016-08-30,1000.00,2016-07-31 07:46:18,0.00,failed,0,US,0.00,0.00,1000.00 +121058567,BUBBLE: Colorful covers for water coolers,Product Design,Design,CAD,2014-03-12,10000.00,2014-01-31 08:42:04,1094.00,failed,21,CA,978.94,986.74,9019.57 +1210586221,Tea Adventures,Documentary,Film & Video,USD,2014-09-27,3800.00,2014-09-13 02:30:51,0.00,failed,0,US,0.00,0.00,3800.00 +1210596070,Edgar Allan Poe: Buried Alive,Documentary,Film & Video,USD,2015-11-01,75000.00,2015-10-02 00:43:08,77710.80,successful,498,US,77710.80,77710.80,75000.00 +1210602259,Charlie Riley And The Crystals of Power,Young Adult,Publishing,USD,2014-11-01,5000.00,2014-09-03 00:00:49,0.00,failed,0,US,0.00,0.00,5000.00 +1210606876,Seeking funding for PA and Recording Equipment,Rock,Music,USD,2017-02-08,1000.00,2017-01-09 23:09:08,20.00,failed,1,US,0.00,20.00,1000.00 +1210608241,Create a Memory,Quilts,Crafts,USD,2015-05-01,750.00,2015-03-02 17:39:57,36.00,failed,2,US,36.00,36.00,750.00 +1210613883,Zombie Company Crusade,Video Games,Games,USD,2014-02-26,15000.00,2014-01-27 15:57:41,5532.00,failed,62,US,5532.00,5532.00,15000.00 +1210616486,Ocean Life Marbles with Clownfish,Sculpture,Art,USD,2017-07-05,1500.00,2017-06-20 01:59:56,383.77,failed,9,US,0.00,383.77,1500.00 +1210621689,Help talented hip hop artist fund debut recording album.,Hip-Hop,Music,USD,2017-05-28,10000.00,2017-05-03 22:30:43,20.00,failed,1,US,0.00,20.00,10000.00 +1210624504,ForMe MP1 – the disability-friendly portable media-player,Hardware,Technology,EUR,2016-12-24,66000.00,2016-11-28 15:27:44,0.00,failed,0,DE,0.00,0.00,69570.35 +"1210628298,Handcrafted Leather Goods; Let the adventure begin.,Accessories,Fashion,USD,2015-09-16,5000.00,2015-08-17 19:35:25,7703.00,successful,73,US,7703.00,7703.00,5000.00" +1210629698,THE MANUAL SHUTTER (Canceled),Camera Equipment,Technology,USD,2014-11-09,12000.00,2014-10-09 06:56:48,0.00,canceled,0,US,0.00,0.00,12000.00 +12106319,Her Animals,Poetry,Publishing,USD,2015-06-30,1800.00,2015-05-31 19:38:38,1822.00,successful,41,US,1822.00,1822.00,1800.00 +1210632052,Upcycling Work Space,Art,Art,USD,2014-10-04,5000.00,2014-09-04 01:24:51,0.00,failed,0,US,0.00,0.00,5000.00 +1210633384,Hero Almanach,Mobile Games,Games,EUR,2017-07-06,15000.00,2017-06-06 09:26:01,15.00,failed,1,FR,0.00,17.12,17118.01 +1210635164,Shiden,Video Games,Games,USD,2013-08-29,1000.00,2013-07-30 21:37:51,1155.00,successful,50,US,1155.00,1155.00,1000.00 +1210636861,Seconds? Yes Please.,Food,Food,USD,2012-11-20,3500.00,2012-10-23 00:08:24,765.00,failed,23,US,765.00,765.00,3500.00 +1210651789,My Science Project phase #1 (Canceled),Flight,Technology,USD,2015-03-13,25000.00,2015-02-18 02:17:22,0.00,canceled,0,US,0.00,0.00,25000.00 +1210658098,ELFSOM - Unleash your MAX brain power in Elves Battles!,Tabletop Games,Games,HKD,2017-12-15,100000.00,2017-11-04 23:46:07,26350.00,failed,51,HK,2852.84,3373.23,12801.64 +1210659197,Ready VR - Virtual Reality Viewer and Smartphone Case,Gadgets,Technology,USD,2015-02-13,57750.00,2014-12-30 22:49:26,51.00,canceled,2,US,51.00,51.00,57750.00 +"1210661346,""Children's Educational Music CD; Healthy, Wealthy & ..."",Country & Folk,Music,USD,2011-04-29,3000.00,2011-03-30 20:47:09,3200.00,successful,20,US,3200.00,3200.00,3000.00" +1210670057,PapaSauce California Dipping BBQ Sauce,Food,Food,USD,2014-09-15,10000.00,2014-08-06 05:06:17,180.00,failed,5,US,180.00,180.00,10000.00 +1210679070,Cobblebot 3D Printer,3D Printing,Technology,USD,2014-08-08,100000.00,2014-07-09 03:36:05,373916.66,successful,1208,US,373916.66,373916.66,100000.00 +1210689012,HELP SYNNOVA MAKE IT TO WILD WILD FEST,Rock,Music,USD,2013-06-02,1000.00,2013-05-10 17:47:27,1050.00,successful,17,US,1050.00,1050.00,1000.00 +121069450,The YouTube Phantom Short Film,Horror,Film & Video,CAD,2014-09-01,7500.00,2014-07-18 07:14:07,10.00,failed,1,CA,9.31,9.19,6894.65 +1210701902,Collection,Footwear,Fashion,USD,2016-01-21,12000.00,2016-01-04 17:12:33,0.00,failed,0,US,0.00,0.00,12000.00 +"1210719680,Strike Plate Lock; Strongest/simplest to install doorchain.,Hardware,Technology,USD,2014-09-15,20000.00,2014-08-06 05:23:35,650.00,failed,22,US,650.00,650.00,20000.00" +1210719846,Crossbow Country Television and website show,Documentary,Film & Video,USD,2013-01-12,40000.00,2012-12-29 18:44:09,0.00,failed,0,US,0.00,0.00,40000.00 +"1210721758,""Nevada Color recording first full-length album """"Adventures"""""",Indie Rock,Music,USD,2013-12-15,3000.00,2013-11-15 02:58:05,3231.00,successful,77,US,3231.00,3231.00,3000.00" +121072620,MEME The World!,Conceptual Art,Art,USD,2013-04-06,5000.00,2013-03-05 14:01:48,5258.00,successful,87,US,5258.00,5258.00,5000.00 +"1210728248,""Help Sally Ann finish Shelby, a 'new' mobile boutique"",Crafts,Crafts,USD,2013-02-20,500.00,2013-01-21 15:25:19,1050.00,successful,43,US,1050.00,1050.00,500.00" +1210731613,Zen Dairy Goats needs your help in growing (Canceled),Farms,Food,USD,2015-04-01,50000.00,2015-03-02 17:59:13,0.00,canceled,0,US,0.00,0.00,50000.00 +1210739382,Holy Hikes DVD - Rebuilding Communion with All of Creation,Documentary,Film & Video,USD,2012-03-12,1000.00,2012-02-11 09:15:00,1275.00,successful,14,US,1275.00,1275.00,1000.00 +1210755445,Shadi Toloui-Wallace Album #3,Music,Music,CAD,2016-03-21,27000.00,2016-02-11 08:42:14,37056.32,successful,538,CA,26643.01,27887.06,20319.08 +1210759051,Help Brown Sugar Express EP!,Jazz,Music,USD,2011-07-21,700.00,2011-06-21 03:48:28,705.00,successful,19,US,705.00,705.00,700.00 +121076323,The Crooked Corn Dog,Food,Food,USD,2015-05-31,5000.00,2015-05-01 00:32:18,0.00,failed,0,US,0.00,0.00,5000.00 +1210765290,Mobile game: Chow Down or Donkeys & Elephants,Video Games,Games,USD,2012-09-06,20000.00,2012-08-07 04:22:22,3631.00,failed,10,US,3631.00,3631.00,20000.00 +1210772045,Awakened Villagers of Cairn Bicycle® Playing Cards,Games,Games,USD,2013-09-19,12000.00,2013-08-20 17:14:08,5036.00,failed,207,US,5036.00,5036.00,12000.00 +121077893,OfficeRiders - My home is your office.,Web,Technology,USD,2014-06-29,50000.00,2014-05-20 13:48:35,16001.50,failed,33,US,16001.50,16001.50,50000.00 +1210780674,Sock Job,Shorts,Film & Video,USD,2013-08-01,3500.00,2013-07-02 15:50:30,4420.00,successful,60,US,4420.00,4420.00,3500.00 +1210782025,Green Energy Now! ALEXCALIBUR debut EP,Indie Rock,Music,USD,2011-01-17,7500.00,2010-12-03 06:50:31,25.00,failed,1,US,25.00,25.00,7500.00 +1210787679,In the Raw: the ink & the Echo's debut album,Indie Rock,Music,USD,2013-05-31,800.00,2013-04-30 03:47:14,1036.00,successful,37,US,1036.00,1036.00,800.00 +1210799116,Flameflex. You can have a real fire tornado on your table.,Technology,Technology,USD,2016-11-24,10000.00,2016-10-25 22:49:39,51412.00,successful,626,US,7651.00,51412.00,10000.00 +"1210800000,""Emojis, stickers, gifs and sketch text all on your keyboard"",Apps,Technology,USD,2015-07-14,3000.00,2015-06-29 17:24:52,52.00,failed,3,US,52.00,52.00,3000.00" +1210805988,Giant Sloth - An animated crisis starring Paul Giamatti,Animation,Film & Video,USD,2014-06-28,25000.00,2014-05-29 04:04:06,35500.38,successful,489,US,35500.38,35500.38,25000.00 +1210806970,Simple Things Cards,Product Design,Design,USD,2015-08-13,1200.00,2015-07-15 17:55:33,0.00,failed,0,US,0.00,0.00,1200.00 +1210808657,KOIL - Functional Desk Art to Organize Your Cables,Product Design,Design,USD,2017-04-28,7500.00,2017-03-15 14:08:42,1396.00,canceled,41,US,1264.00,1396.00,7500.00 +1210808975,Woosah - Woodcut Prints and Apparel,Illustration,Art,USD,2015-04-04,15000.00,2015-03-05 13:44:32,20498.00,successful,360,US,20498.00,20498.00,15000.00 +1210812187,Lamparino ECommerce,Product Design,Design,EUR,2017-06-06,2500.00,2017-05-07 10:27:30,0.00,failed,0,ES,0.00,0.00,2794.01 +1210812282,Ilustrated story FurEverLucky,Young Adult,Publishing,CAD,2016-04-15,50.00,2016-03-16 15:47:45,0.00,failed,0,CA,0.00,0.00,38.82 +1210812520,Ohio's Largest Hops Farm in 100 Years,Food,Food,USD,2017-11-19,75000.00,2017-10-20 16:35:46,556.00,canceled,9,US,0.00,556.00,75000.00 +1210814192,IMPACT Artist Project: Metal Clay arts building and outreach,Mixed Media,Art,USD,2015-10-29,25000.00,2015-09-29 20:10:08,25565.00,successful,266,US,25565.00,25565.00,25000.00 +1210823061,Meet Molly the Barbarian!,Video Games,Games,USD,2014-05-12,10000.00,2014-04-22 01:50:19,677.00,failed,11,US,677.00,677.00,10000.00 +1210823704,Dying Angels Film 2016,Thrillers,Film & Video,EUR,2015-12-20,4500.00,2015-11-20 22:26:21,0.00,failed,0,DE,0.00,0.00,4926.16 +121083326,Please help me in making my dream record!,Music,Music,USD,2013-11-13,3000.00,2013-10-14 20:53:45,45.00,failed,2,US,45.00,45.00,3000.00 +1210837397,The Under the Red Dress Project,People,Photography,AUD,2014-07-24,110000.00,2014-05-25 01:42:32,5011.01,failed,127,AU,4631.91,4713.14,103461.25 +1210838995,Tornado Defender System,Flight,Technology,CAD,2015-01-08,125000.00,2014-11-09 00:39:54,6.00,failed,2,CA,5.25,5.08,105752.96 +1210844326,Pray for Paris,Conceptual Art,Art,GBP,2015-11-23,1000.00,2015-11-18 18:26:54,0.00,failed,0,GB,0.00,0.00,1505.19 +"1210845917,""Young death of mom , hospials , husband neglect , father"",Documentary,Film & Video,USD,2017-06-11,20000.00,2017-05-22 02:24:28,2.00,failed,2,US,0.00,2.00,20000.00" +1210850649,RED HOOD: Red Is The New Black,Action,Film & Video,USD,2015-05-01,19000.00,2015-03-22 07:01:00,1300.00,failed,7,US,1300.00,1300.00,19000.00 +"1210854986,""Micah Tyler Band - """"Me Against Me"""" CD Project"",Music,Music,USD,2012-04-29,10000.00,2012-02-29 18:58:49,17001.00,successful,62,US,17001.00,17001.00,10000.00" +"1210857643,""Eric """"PRAISE"""" Demon Slayer"",Comics,Comics,USD,2012-09-21,12500.00,2012-08-22 02:06:38,250.00,failed,3,US,250.00,250.00,12500.00" +1210865800,Christina Carchidi sings her soul,Pop,Music,USD,2012-01-14,6000.00,2011-11-15 03:52:52,375.00,failed,7,US,375.00,375.00,6000.00 +1210871422,Desert Mojito,Fiction,Publishing,USD,2012-04-30,11000.00,2012-03-31 18:43:07,11850.00,successful,100,US,11850.00,11850.00,11000.00 +1210872304,The Post - A Guided Journal For Dads,Product Design,Design,USD,2017-12-07,17000.00,2017-11-07 17:24:21,4100.00,failed,99,US,0.00,4100.00,17000.00 +1210873444,Beignet Belly | San Diego,Food,Food,USD,2017-01-10,65000.00,2016-12-01 10:03:52,1005.00,failed,11,US,25.00,1005.00,65000.00 +1210880021,Cadence Please - Into the Brine EP,Music,Music,USD,2013-01-06,1500.00,2012-12-09 05:03:22,153.00,failed,7,US,153.00,153.00,1500.00 +1210895344,PeaceKeeper - 8 Port Universal USB Charger,Hardware,Technology,USD,2015-12-01,28000.00,2015-10-29 18:46:37,14137.00,failed,82,US,14137.00,14137.00,28000.00 +"1210897070,""Frankly Speaking: Help us end hatred, racism, and prejudice"",Publishing,Publishing,USD,2017-03-26,15000.00,2017-02-14 06:58:22,0.00,canceled,0,US,0.00,0.00,15000.00" +121090961,ASYLUM - A Short Film,Shorts,Film & Video,USD,2013-09-09,5000.00,2013-08-10 18:41:58,935.00,failed,20,US,935.00,935.00,5000.00 +1210919008,Stormweavers - a card game of cataclysmic proportions,Tabletop Games,Games,USD,2015-11-12,8000.00,2015-09-28 20:24:25,23241.00,successful,583,US,23241.00,23241.00,8000.00 +1210919499,Bad Jesus,Shorts,Film & Video,AUD,2015-10-30,10000.00,2015-09-24 02:15:52,220.00,failed,4,AU,157.03,155.93,7087.67 +"1210927031,""PORN! Fighting Sexism, Racism and Violence: A Video Series"",Webseries,Film & Video,USD,2017-06-28,2000.00,2017-05-29 18:55:01,0.00,canceled,0,US,0.00,0.00,2000.00" +1210931390,WOODEN.CITY: wooden construction sets with open mechanism,Product Design,Design,USD,2017-06-09,20000.00,2017-04-25 15:04:13,22127.00,canceled,169,US,928.00,22127.00,20000.00 +1210940158,Southern Belle Magazine,Periodicals,Publishing,USD,2013-12-09,10000.00,2013-11-05 05:24:47,350.00,failed,3,US,350.00,350.00,10000.00 +1210950000,The Great Gallery of Memes,Art,Art,EUR,2016-10-16,15000.00,2016-09-16 21:49:30,0.00,failed,0,NL,0.00,0.00,16329.02 +"1210969005,""""""Cuddle Up Comfort Creatures"""" to help in times of sadness"",Crochet,Crafts,USD,2014-08-16,275.00,2014-07-17 23:51:11,275.00,successful,4,US,275.00,275.00,275.00" +121097453,Chupacabra,Shorts,Film & Video,USD,2013-11-13,4000.00,2013-10-29 17:19:21,4059.00,successful,67,US,4059.00,4059.00,4000.00 +"1210978100,""""""The Boy Who Saved His Wish"""" A Book for Children"",Illustration,Art,USD,2012-03-22,5000.00,2012-02-21 22:03:44,345.00,failed,6,US,345.00,345.00,5000.00" +1210978591,Matt Shepard is a Friend of Mine,Documentary,Film & Video,USD,2011-05-29,50000.00,2011-04-15 23:24:28,60414.98,successful,669,US,60414.98,60414.98,50000.00 +1210993218,FLUID - The Learning Water Meter,Hardware,Technology,USD,2015-10-14,95000.00,2015-09-14 18:09:50,116381.00,successful,595,US,116381.00,116381.00,95000.00 +1211014743,The Wimpy West EP (album) / El Wimpy West EP (álbum),Rock,Music,USD,2015-12-21,3000.00,2015-11-16 05:20:45,185.00,failed,7,US,185.00,185.00,3000.00 +1211031036,Naked Filter - clean water for Every Body,Product Design,Design,USD,2015-04-23,40000.00,2015-03-24 06:08:12,81391.00,successful,1748,US,81391.00,81391.00,40000.00 +1211035839,EXONERATED (Canceled),Publishing,Publishing,USD,2013-09-27,10000.00,2013-08-28 15:58:50,0.00,canceled,0,US,0.00,0.00,10000.00 +1211035843,Make 'Future Perfect' a reality!,Shorts,Film & Video,USD,2012-09-11,10000.00,2012-08-08 01:11:32,10600.00,successful,195,US,10600.00,10600.00,10000.00 +1211041196,Dissociation,Horror,Film & Video,USD,2015-05-31,4000.00,2015-04-12 05:40:47,4055.00,successful,22,US,4055.00,4055.00,4000.00 +1211052187,Mistake - Card Game,Playing Cards,Games,USD,2015-04-10,8000.00,2015-03-11 03:36:58,25.00,failed,1,US,25.00,25.00,8000.00 +1211074439,Halo Reach Machinima (Canceled),Webseries,Film & Video,USD,2012-11-05,9000.00,2012-09-21 01:38:44,60.00,canceled,2,US,60.00,60.00,9000.00 +1211075342,Vintage Vinyl - Vinyl Stands & Book Ends (relaunch),Product Design,Design,GBP,2016-06-30,20.00,2016-06-13 15:41:35,0.00,failed,0,GB,0.00,0.00,26.57 +1211082774,Look Back/Look Forward 7-inch,Music,Music,USD,2010-06-07,1200.00,2010-04-22 00:32:01,1320.00,successful,25,US,1320.00,1320.00,1200.00 +1211085003,We Will Remember EP https://youtu.be/Vmi1Hvs8XME,Electronic Music,Music,USD,2015-10-29,5000.00,2015-09-29 02:59:08,41.00,failed,3,US,41.00,41.00,5000.00 +1211091794,The Anatron - add authentic synth effects to any instrument,Sound,Technology,GBP,2016-12-07,12000.00,2016-11-07 07:31:12,3300.00,failed,20,GB,306.70,4151.41,15096.05 +1211092985,Enchanted Chess! Card Game,Games,Games,USD,2016-10-01,2500.00,2016-09-01 16:22:30,4586.00,successful,37,US,0.00,4586.00,2500.00 +1211101349,Beastiarium (Canceled),Fiction,Publishing,USD,2015-12-29,5000.00,2015-10-30 03:44:55,0.00,canceled,0,US,0.00,0.00,5000.00 +1211103633,Building a Public Museum,Design,Design,USD,2011-06-11,4700.00,2011-03-12 17:00:27,4860.00,successful,42,US,4860.00,4860.00,4700.00 +"1211103634,""John K's """"Cans Without Labels"""""",Animation,Film & Video,USD,2012-08-17,110000.00,2012-07-18 21:49:26,136723.95,successful,3562,US,136723.95,136723.95,110000.00" +1211110536,Two Bit Klettersack - USA Made Adventure Pack,Product Design,Design,USD,2015-07-26,10000.00,2015-06-26 23:01:54,21381.00,successful,127,US,21381.00,21381.00,10000.00 +1211115171,Duality,Science Fiction,Film & Video,USD,2014-09-06,2000.00,2014-08-07 20:06:06,115.00,failed,5,US,115.00,115.00,2000.00 +121111818,R'lyeh Asylum Productions - Shadow over Sacramento,Horror,Film & Video,USD,2014-06-30,2750.00,2014-05-31 03:26:05,0.00,canceled,0,US,0.00,0.00,2750.00 +121113220,collaborate: sculpture meets dance meets me in my dreams,Sculpture,Art,USD,2011-01-17,800.00,2010-11-23 06:23:24,1025.47,successful,27,US,1025.47,1025.47,800.00 +1211134810,Cords 4 Warriors,Design,Design,USD,2016-04-08,10.00,2016-02-08 21:30:34,62.00,successful,5,US,62.00,62.00,10.00 +1211142608,Girl Plus Gun: A noir fantasy (Canceled),Comic Books,Comics,USD,2016-04-27,300.00,2016-03-28 05:09:43,32.00,canceled,9,US,32.00,32.00,300.00 +1211143271,H.D. Designs T-Shirts,Apparel,Fashion,USD,2014-09-11,200.00,2014-08-07 05:52:36,0.00,failed,0,US,0.00,0.00,200.00 +1211158441,An oven for the Little Bread Pedlar,Food,Food,GBP,2014-10-05,33532.00,2014-09-05 21:30:28,15759.00,failed,69,GB,25936.90,25268.17,53765.61 +"1211162649,Reverend Yolanda's Old Time Gospel Hour THE MOVIE,Film & Video,Film & Video,USD,2014-08-31,5000.00,2014-07-31 17:43:47,5751.00,undefined,0,""N,0"""""",,5751.00,5000.00" +121116651,Bamm Hollow - Downhill From Here - NEW ALBUM!!!,Rock,Music,USD,2015-02-01,7500.00,2014-12-03 23:29:47,526.00,failed,3,US,526.00,526.00,7500.00 +1211180615,Sewing workshop for the social purpose.,Ready-to-wear,Fashion,EUR,2017-11-14,2000.00,2017-10-25 18:45:59,55.00,failed,3,ES,0.00,64.87,2358.99 +1211188826,Keith Jones and the Makeshifts CD (Canceled),Art,Art,USD,2014-06-27,1000.00,2014-06-03 01:04:48,0.00,canceled,0,US,0.00,0.00,1000.00 +1211194845,Pears by Balthazaar St Bartram,Rock,Music,USD,2014-10-11,500.00,2014-09-11 11:37:30,0.00,failed,0,US,0.00,0.00,500.00 +121119966,The Cucpake Truck,Food,Food,USD,2012-05-28,4000.00,2012-04-13 05:17:16,46.00,failed,4,US,46.00,46.00,4000.00 +1211217717,Virtual Reality Documentary DVD set of 10,Documentary,Film & Video,GBP,2017-02-15,640000.00,2016-12-17 00:13:37,48.00,failed,2,GB,0.00,59.64,795149.59 +1211219022,Character Crate,Tabletop Games,Games,USD,2017-05-06,15000.00,2017-04-06 15:36:28,23814.00,successful,336,US,1094.00,23814.00,15000.00 +1211219732,Gore Shriek Chronicles #1: comics that bite your face off!!,Comic Books,Comics,USD,2017-05-02,1500.00,2017-04-11 22:46:17,1613.00,successful,69,US,332.00,1613.00,1500.00 +121122260,Buying a new large printer to create a series of art prints.,Art,Art,USD,2016-02-19,4000.00,2016-01-30 01:02:49,23.00,failed,1,US,23.00,23.00,4000.00 +121122388,Bold Christian Shirts: Taking the gospel to the world!,Fashion,Fashion,USD,2011-06-01,5000.00,2011-04-20 23:47:17,1191.00,failed,13,US,1191.00,1191.00,5000.00 +1211228896,Pretty In the Country,Country & Folk,Music,USD,2014-01-09,2500.00,2013-11-25 18:00:31,2605.00,successful,43,US,2605.00,2605.00,2500.00 +1211231971,The Ghost and the Whale,Film & Video,Film & Video,USD,2013-03-07,30000.00,2013-02-05 00:55:53,6417.00,failed,87,US,6417.00,6417.00,30000.00 +"1211242038,""Melissa Saulnier """"The Nature of Things"""" EP Piano Video Debut"",Music,Music,USD,2012-12-16,3295.00,2012-11-15 03:01:18,0.00,failed,0,US,0.00,0.00,3295.00" +1211242637,Explorations in Metal-help me buy a mig welder and supplies,Sculpture,Art,USD,2014-09-08,500.00,2014-08-09 20:07:25,325.00,failed,7,US,325.00,325.00,500.00 +1211246812,Cottonmouth Remedy - Dry Mouth Spray,Food,Food,USD,2017-04-19,12500.00,2017-03-20 16:59:15,60.00,failed,2,US,0.00,60.00,12500.00 +"1211279837,""12 song album, mixing costs"",Indie Rock,Music,USD,2014-11-15,550.00,2014-11-03 19:55:47,35.00,failed,2,US,35.00,35.00,550.00" +1211283381,Bitumen: The oil sands story,Print,Journalism,CAD,2017-03-26,2100.00,2017-02-24 18:27:03,0.00,canceled,0,CA,0.00,0.00,1573.86 +1211285773,MONSTROSITY II,Anthologies,Comics,CAD,2014-08-06,4000.00,2014-07-07 13:00:51,5387.44,successful,170,CA,5058.39,4935.36,3664.35 +1211291122,Acid Free,Accessories,Fashion,USD,2016-08-28,7000.00,2016-07-29 02:07:51,11.00,failed,2,US,0.00,11.00,7000.00 +1211292300,WeekMe (Canceled),Technology,Technology,EUR,2016-01-27,25000.00,2015-11-28 16:04:41,0.00,canceled,0,FR,0.00,0.00,27300.03 +"1211296672,""""""That's Not Funny"""" - Short Horror Film (Canceled)"",Horror,Film & Video,GBP,2016-05-16,5000.00,2016-04-16 15:17:29,85.00,canceled,3,GB,120.27,123.83,7284.28" +1211303343,Leather HandiCase with Qi Charger: iPhone 6 Galaxy S5 Case,Product Design,Design,USD,2015-04-16,5000.00,2015-03-02 18:55:49,1258.00,failed,21,US,1258.00,1258.00,5000.00 +1211304560,Paraiso de afortunados,Documentary,Film & Video,EUR,2016-02-25,5000.00,2016-01-26 10:10:29,291.00,failed,11,ES,314.67,320.27,5502.97 +121131430,The HERstory Book- Historical Error Re-Visions,Publishing,Publishing,USD,2014-06-07,15000.00,2014-05-08 00:22:20,50.00,failed,1,US,50.00,50.00,15000.00 +1211322100,Midnight on Main St.,Public Art,Art,USD,2014-12-08,8000.00,2014-10-22 22:30:01,8370.00,successful,36,US,8370.00,8370.00,8000.00 +121132275,Imposter,Fiction,Publishing,USD,2017-01-28,3750.00,2016-12-26 18:20:21,495.00,failed,10,US,110.00,495.00,3750.00 +1211326377,Cannabis Collective,Apps,Technology,USD,2017-01-18,7500.00,2016-12-19 17:44:06,5.00,failed,5,US,0.00,5.00,7500.00 +1211329123,Fire in the House,Film & Video,Film & Video,USD,2013-08-09,1500.00,2013-07-29 17:44:28,1555.00,successful,12,US,1555.00,1555.00,1500.00 +"12113305,""Complete course: Clone AirBnb with Rails, Bootstrap, jQuery"",Apps,Technology,AUD,2015-09-03,2000.00,2015-08-04 15:45:39,25228.00,successful,478,AU,18423.92,17618.55,1396.75" +1211336585,MasMas++ : The next generation creative hotspot/coffeehouse,Drinks,Food,EUR,2014-10-17,150000.00,2014-09-17 10:37:25,232.00,failed,4,NL,300.44,297.49,192344.68 +1211343821,Chapel: The Series - season two,Webseries,Film & Video,USD,2011-07-20,1000.00,2011-06-20 17:50:10,1416.00,successful,28,US,1416.00,1416.00,1000.00 +1211356782,Stubborn Press & Company,Graphic Design,Design,USD,2012-03-30,1750.00,2012-02-29 22:17:54,2459.00,successful,53,US,2459.00,2459.00,1750.00 +"1211358543,""Robot, Alien, Dinosaur"",Tabletop Games,Games,USD,2014-08-23,3000.00,2014-07-09 05:52:53,149.00,failed,6,US,149.00,149.00,3000.00" +1211361148,Private Circles of War and Peace,Mixed Media,Art,USD,2011-06-22,700.00,2011-05-23 18:30:58,1136.00,successful,28,US,1136.00,1136.00,700.00 +1211361731,The Glyder: Activate Your Workday in Silence and With Style,Product Design,Design,USD,2014-10-16,75000.00,2014-09-16 14:01:12,16652.00,canceled,146,US,16652.00,16652.00,75000.00 +1211361849,Timmy's Nightmare - An 8-bit RPG Story,Video Games,Games,USD,2017-07-29,1800.00,2017-05-30 05:46:45,11.79,failed,2,US,0.00,11.79,1800.00 +"1211362709,""""""Wayfaring Strangers: The Documentary"""" is asking for support"",Documentary,Film & Video,USD,2015-04-01,2000.00,2015-02-18 19:48:26,110.00,failed,2,US,110.00,110.00,2000.00" +1211373113,PLANET PIONEER,Tabletop Games,Games,USD,2012-09-23,600.00,2012-09-08 22:31:57,330.00,failed,9,US,330.00,330.00,600.00 +"121138390,""Raise the Roof for the King of Western Swing, Bob Wills"",Music,Music,USD,2013-12-09,59000.00,2013-11-27 01:27:23,385.00,failed,6,US,385.00,385.00,59000.00" +1211385338,TsunamiCon 2017 Wichita's Premier Tabletop Gaming Convention,Tabletop Games,Games,USD,2017-05-17,3500.00,2017-04-10 15:44:41,4715.00,successful,59,US,560.00,4715.00,3500.00 +1211386941,LumaPlay Speakers - Create Your Listening Experience,Sound,Technology,USD,2014-09-24,75000.00,2014-08-25 16:00:30,10920.00,failed,48,US,10920.00,10920.00,75000.00 +121138853,Fuck 2016,Apparel,Fashion,EUR,2016-12-18,2500.00,2016-11-25 13:39:53,631.00,failed,9,ES,505.69,659.15,2611.51 +1211391129,Interactive Jewelry,Jewelry,Fashion,USD,2015-01-10,6000.00,2014-12-11 02:59:41,6105.00,successful,42,US,6105.00,6105.00,6000.00 +1211409745,Add Your Pet Photos to the.. 365 Days of Pets Calendar 2015,Calendars,Publishing,USD,2014-08-22,5600.00,2014-07-23 02:03:49,150.00,canceled,3,US,150.00,150.00,5600.00 +1211410354,Popcorn Strainer Marketing Fund,Food,Food,USD,2014-08-19,5000.00,2014-06-30 22:33:54,47.90,failed,5,US,47.90,47.90,5000.00 +1211412443,MicroNFCBoard - Easy NFC for the Internet of Things,DIY Electronics,Technology,GBP,2014-07-27,20000.00,2014-07-01 15:42:11,20885.21,successful,212,GB,35560.61,35140.76,33651.34 +1211414546,Friday Afternoon Tea is expanding!,Spaces,Food,USD,2016-11-17,30000.00,2016-10-12 18:00:12,33550.50,successful,522,US,7838.00,33550.50,30000.00 +1211424481,Bradley Manning / Anti-War Stageplay (Canceled),Theater,Theater,USD,2011-12-19,100000.00,2011-10-20 09:03:41,100.00,canceled,1,US,100.00,100.00,100000.00 +1211424720,Remix and Revive,Hip-Hop,Music,AUD,2016-09-29,10000.00,2016-08-30 07:04:19,585.00,failed,16,AU,181.10,445.48,7614.99 +1211426306,Back In My Day,Photography,Photography,USD,2013-07-30,3100.00,2013-07-02 00:07:57,0.00,failed,0,US,0.00,0.00,3100.00 +"1211433461,""Promotion of self-published book, Jesus' Island of Dreams"",Fiction,Publishing,USD,2011-12-18,2500.00,2011-11-18 07:01:05,0.00,failed,0,US,0.00,0.00,2500.00" +1211445134,This Life I Love - Barak Hill's first full length album!,Indie Rock,Music,USD,2011-01-15,500.00,2010-12-14 18:17:42,740.00,successful,17,US,740.00,740.00,500.00 +1211451479,Help Alexi Era Gallery's Relocation to Oregon,Conceptual Art,Art,USD,2016-05-20,15000.00,2016-04-20 02:56:58,24584.00,successful,195,US,24584.00,24584.00,15000.00 +1211454723,Bricking It (Canceled),Architecture,Design,GBP,2015-05-09,2000.00,2015-03-10 15:59:13,200.00,canceled,3,GB,301.14,314.19,3141.89 +1211459202,BADGER BEE APIARY,Food,Food,USD,2012-07-25,20000.00,2012-06-25 20:14:49,412.00,failed,17,US,412.00,412.00,20000.00 +1211467120,Ten Eleven O Two,Documentary,Film & Video,USD,2012-02-21,7000.00,2012-01-22 23:09:13,2226.00,failed,37,US,2226.00,2226.00,7000.00 +1211467455,Put your best foot forward--Accessorize,Accessories,Fashion,USD,2014-11-28,5000.00,2014-10-29 06:19:26,0.00,failed,0,US,0.00,0.00,5000.00 +"1211470788,""New Jewelry & Luxury Watches Brand: Best Quality, Best Price"",Jewelry,Fashion,EUR,2017-01-21,1925.00,2016-12-22 01:49:55,6339.00,successful,93,ES,2083.73,6770.70,2056.10" +1211476311,The Path NOT Taken,Narrative Film,Film & Video,USD,2014-02-22,13000.00,2013-12-24 19:38:23,421.00,failed,6,US,421.00,421.00,13000.00 +1211480225,Angel on the Moon (Canceled),Fiction,Publishing,USD,2014-09-13,6350.00,2014-08-14 00:13:53,45.00,canceled,1,US,45.00,45.00,6350.00 +1211487485,My'Art by My'Keala Belion,Painting,Art,USD,2016-04-06,600.00,2016-03-07 17:37:41,0.00,failed,0,US,0.00,0.00,600.00 +1211495658,Hand Made hardwood watches,Accessories,Fashion,DKK,2016-04-10,20000.00,2016-03-11 10:32:13,26646.00,successful,29,DK,3922.11,4040.58,3032.78 +"1211510797,""The Ultimate, RFID Blocking, Minimalist Wallet"",Product Design,Design,GBP,2014-03-24,6000.00,2014-02-22 04:29:20,1416.00,failed,162,GB,2361.34,2355.25,9979.87" +1211511372,Val Beedamon's Video Game Store Vichyssoise PRINT COMIC,Comics,Comics,AUD,2014-03-13,3500.00,2014-02-11 02:48:46,3536.42,canceled,29,AU,3168.01,3192.00,3159.13 +1211513086,SmartTees,Apparel,Fashion,USD,2016-06-05,500.00,2016-05-06 21:28:44,157.00,failed,2,US,157.00,157.00,500.00 +1211515577,Cooperheroes,Comic Books,Comics,USD,2017-02-17,50000.00,2016-12-19 21:07:42,372.00,failed,15,US,10.00,372.00,50000.00 +1211516552,A Local Creative Loft,DIY,Crafts,USD,2015-03-19,45000.00,2015-02-17 16:05:46,6540.00,failed,74,US,6540.00,6540.00,45000.00 +1211523068,ULTIMATE: The Flight Of Life,Comedy,Film & Video,USD,2015-06-10,150000.00,2015-05-11 12:03:32,16597.00,failed,65,US,16597.00,16597.00,150000.00 +1211523449,ReLive - The Game,Video Games,Games,AUD,2014-03-25,3000.00,2014-02-13 22:49:27,1270.00,failed,48,AU,1150.50,1173.86,2772.90 +"1211525278,""""""Cross Country"""" Film Festival Support"",Shorts,Film & Video,USD,2012-03-10,400.00,2012-02-09 19:58:55,505.00,successful,11,US,505.00,505.00,400.00" +"1211525401,""The """"One-Size-Fits-All"""" Pump - Pump-EZ!"",Product Design,Design,USD,2017-11-20,8000.00,2017-10-17 17:01:54,607.00,failed,22,US,106.00,607.00,8000.00" +"1211526999,""Help """"Badvertisers"""" Become a TV Pilot!"",Shorts,Film & Video,USD,2012-11-24,6400.00,2012-10-23 12:40:03,1389.00,failed,26,US,1389.00,1389.00,6400.00" +1211531762,Welcome To Hollywood... Florida,Film & Video,Film & Video,USD,2011-03-23,15000.00,2011-02-27 00:08:43,7896.29,failed,30,US,7896.29,7896.29,15000.00 +121153274,The Canadian Nightingale,Nonfiction,Publishing,CAD,2017-06-24,5000.00,2017-05-25 15:01:09,5439.50,successful,82,CA,639.89,4198.44,3859.22 +1211551460,Barley and Quinoa Bread,Food,Food,CAD,2014-08-15,10000.00,2014-07-16 22:21:17,0.00,failed,0,CA,0.00,0.00,9174.31 +1211553665,'The Simon Lasky Group' records debut album.,Music,Music,GBP,2014-06-27,7500.00,2014-05-28 10:31:16,7571.00,successful,80,GB,12770.15,12895.37,12774.44 +1211561045,Donation based 'Nutrition and Weight-L Specialist' website,Food,Food,CAD,2015-04-21,4000.00,2015-02-20 20:23:43,0.00,failed,0,CA,0.00,0.00,3300.60 +1211569193,Sulcis in Fundo,Documentary,Film & Video,EUR,2015-07-13,100.00,2015-07-08 11:42:40,100.00,successful,3,IT,110.37,108.89,108.89 +1211579552,Cradle of Filth: The Curse of Venus Aversa,Comics,Comics,USD,2013-11-09,20000.00,2013-10-10 16:28:41,42938.66,successful,689,US,42938.66,42938.66,20000.00 +1211581173,Project 2x1 - A Google Glass Documentary,Documentary,Film & Video,USD,2013-11-02,5000.00,2013-10-03 01:59:29,6000.00,successful,122,US,6000.00,6000.00,5000.00 +1211583873,BroUp the Open Card Game,Tabletop Games,Games,GBP,2017-07-08,14000.00,2017-06-08 13:44:24,466.00,canceled,16,GB,6.45,604.59,18163.65 +"1211584372,""zircon - """"Identity Sequence"""": A cyberpunk-inspired journey"",Electronic Music,Music,USD,2012-11-01,4000.00,2012-10-02 22:22:48,28167.25,successful,721,US,28167.25,28167.25,4000.00" +1211585204,A Family That Prays Daily Devotional,Publishing,Publishing,USD,2016-07-14,10000.00,2016-06-14 23:34:59,55.00,failed,1,US,0.00,55.00,10000.00 +1211586847,FROZEN IN TIME,Photobooks,Photography,USD,2016-08-20,10000.00,2016-07-21 01:43:49,110.00,canceled,5,US,40.00,110.00,10000.00 +1211590601,Teasertrailer 'Morgen',Action,Film & Video,EUR,2015-11-09,200.00,2015-10-20 10:37:56,0.00,failed,0,BE,0.00,0.00,215.28 +1211592510,On Tic,Webseries,Film & Video,AUD,2018-01-28,8000.00,2017-11-29 06:32:07,0.00,live,0,AU,0.00,0.00,6298.22 +"1211592698,""DaySling : Easy Access, Ultra Quiet, and Expandable Day Pack"",Product Design,Design,USD,2016-11-20,80000.00,2016-09-21 14:56:00,93685.00,successful,616,US,9731.00,93685.00,80000.00" +1211602791,Resilient Hearts,Drama,Film & Video,USD,2017-08-06,30000.00,2017-07-07 15:47:27,99.00,canceled,4,US,0.00,99.00,30000.00 +1211603544,Computational Thinking Illustrations,Illustration,Art,USD,2011-05-28,1500.00,2011-04-28 16:22:43,4391.43,successful,94,US,4391.43,4391.43,1500.00 +1211604721,The Aquatic Adventure of the Last Human - Digital Game,Video Games,Games,SEK,2015-06-18,52000.00,2015-05-18 12:46:03,61777.23,successful,478,SE,7540.56,7572.59,6374.11 +1211608094,FOL Smart Sports Drink,Drinks,Food,USD,2017-07-29,20000.00,2017-06-19 17:37:48,7323.00,failed,32,US,5569.00,7323.00,20000.00 +1211611269,THE CHAIR - an ELECTRIFYING psychological horror/thriller,Horror,Film & Video,USD,2015-05-26,20000.00,2015-04-30 02:59:34,25433.00,successful,301,US,25433.00,25433.00,20000.00 +1211616289,ALERT 2,Animation,Film & Video,USD,2012-04-10,10000.00,2012-03-20 22:56:47,10342.32,successful,61,US,10342.32,10342.32,10000.00 +1211619862,Transformational Festivals - 4-Part Documentary Webseries,Webseries,Film & Video,USD,2012-06-17,10000.00,2012-05-15 22:28:13,11381.55,successful,198,US,11381.55,11381.55,10000.00 +121162217,H2dro Hood- The Hoodie for the summer!,Product Design,Design,USD,2016-07-21,7500.00,2016-06-24 21:07:56,97.00,failed,10,US,68.00,97.00,7500.00 +1211626760,Cyber Descent Comic Series,Comics,Comics,USD,2014-01-30,5000.00,2013-12-31 08:38:30,0.00,failed,0,US,0.00,0.00,5000.00 +1211638632,Washington DC Restaurant Incubator,Restaurants,Food,USD,2015-10-22,20000.00,2015-09-22 02:11:09,251.00,failed,4,US,251.00,251.00,20000.00 +1211646971,Massicot sur Android,Mobile Games,Games,EUR,2016-01-07,2500.00,2015-12-08 11:28:25,0.00,failed,0,FR,0.00,0.00,2715.24 +1211705152,Tale of Toys: Handmade Wooden Toys,Woodworking,Crafts,USD,2016-12-20,1000.00,2016-11-30 19:17:32,2168.73,successful,37,US,345.00,2168.73,1000.00 +"1211721564,""Video clip for """"Something Real"""""",World Music,Music,EUR,2015-02-13,2000.00,2015-01-14 18:01:51,0.00,failed,0,IE,0.00,0.00,2276.19" +1211723636,Help Georgia Bean Roasters Go Mobile With Their Roasting!,Food,Food,USD,2013-11-12,3000.00,2013-10-15 22:46:08,660.70,failed,15,US,660.70,660.70,3000.00 +1211727096,The Global Jukebox Song Tree,World Music,Music,USD,2014-07-02,15000.00,2014-06-02 16:49:49,19917.23,successful,506,US,19917.23,19917.23,15000.00 +1211731906,RPG game c++,Video Games,Games,EUR,2017-11-16,75000.00,2017-09-17 17:29:14,0.00,failed,0,IT,1.19,0.00,88462.17 +1211732723,Tot on the Pot: Potty Training Simplified,Product Design,Design,USD,2017-11-09,8000.00,2017-10-10 15:06:51,17131.00,successful,367,US,10108.00,17131.00,8000.00 +121173329,MINIMAL MUSICALS,Digital Art,Art,GBP,2015-02-12,3000.00,2015-01-13 15:23:02,3100.00,successful,116,GB,4702.30,4767.10,4613.33 +1211746944,The Deck of Poetic Pinup,Playing Cards,Games,USD,2017-10-13,750.00,2017-09-13 02:32:23,1045.00,successful,39,US,342.00,1045.00,750.00 +1211747082,Recreating The Garden,Documentary,Film & Video,USD,2011-12-03,5000.00,2011-10-04 07:47:36,5170.00,successful,16,US,5170.00,5170.00,5000.00 +1211748196,Free Energy (Canceled),DIY Electronics,Technology,AUD,2015-09-10,10000.00,2015-08-11 17:33:56,0.00,canceled,0,AU,0.00,0.00,7062.15 +1211749215,Save Traditional Weavers – Bags with HANDCRAFTED Artisan Fab,Accessories,Fashion,USD,2015-08-03,18325.00,2015-06-19 15:33:54,1435.00,failed,12,US,1435.00,1435.00,18325.00 +1211755612,Kory Rox Art,Painting,Art,USD,2013-06-12,1500.00,2013-05-29 18:55:20,1825.00,successful,9,US,1825.00,1825.00,1500.00 +1211757705,Visionary Crazy Golf in Trafalgar Square,Design,Design,GBP,2016-06-07,120000.00,2016-04-24 18:27:31,23083.00,failed,492,GB,33251.46,33247.87,172843.42 +121178368,Help beautify our dance studio!,Spaces,Dance,USD,2017-09-13,5000.00,2017-08-23 21:58:13,272.00,failed,4,US,114.00,272.00,5000.00 +121178511,Court of Kings,Tabletop Games,Games,USD,2016-10-26,6000.00,2016-09-26 15:52:27,1266.00,failed,53,US,251.00,1266.00,6000.00 +"1211795462,""Space Monkeys, Barbaric Birds: No peace. Only prints."",Mixed Media,Art,GBP,2016-11-08,3500.00,2016-10-04 11:00:38,1149.00,failed,12,GB,588.44,1454.58,4430.83" +121180197,Et si Kiwwi vous trouvait un job ? (Canceled),Web,Technology,EUR,2015-07-25,16000.00,2015-06-24 17:40:52,30.00,canceled,1,FR,33.85,32.90,17547.13 +1211805546,Flat Mount Disc Brake Jig,Fabrication Tools,Technology,CAD,2016-03-30,500.00,2016-03-09 21:59:44,2815.00,successful,14,CA,2112.35,2160.73,383.79 +1211805990,Rule of Thumb is growing up!,Food,Food,USD,2013-10-26,50000.00,2013-09-26 18:00:32,7341.00,failed,41,US,7341.00,7341.00,50000.00 +1211806295,WORST MUSIC CD EVER - Ear plugs included -,Conceptual Art,Art,EUR,2016-04-04,100.00,2016-03-15 00:45:15,25.00,failed,5,ES,27.88,28.41,113.63 +1211811472,Chrissy Erhayel's Idiom Works T-Shirt Printing,Fashion,Fashion,USD,2014-03-30,500.00,2014-03-07 22:33:54,45.00,failed,3,US,45.00,45.00,500.00 +121181391,Bleed The Stone CD Fund!,Rock,Music,USD,2016-02-09,1250.00,2016-01-05 10:34:01,287.00,failed,8,US,287.00,287.00,1250.00 +1211849199,Crisis Knights (Canceled),Comics,Comics,USD,2011-09-08,6000.00,2011-07-25 04:00:55,0.00,canceled,0,US,0.00,0.00,6000.00 +"1211852685,""Heaven, Hell or Oklahoma"",Country & Folk,Music,USD,2017-06-16,5000.00,2017-05-23 16:19:25,106.00,failed,4,US,105.00,106.00,5000.00" +1211853542,Vet Needs Help Crafting his Dreams,Crafts,Crafts,USD,2015-08-31,5000.00,2015-07-31 04:25:51,321.00,failed,3,US,321.00,321.00,5000.00 +1211854758,Her name was Samantha,Horror,Film & Video,USD,2016-02-04,700.00,2016-01-05 23:03:54,194.00,failed,14,US,194.00,194.00,700.00 +1211857175,BYRD SHOW: Donate to my 40 Year Retrospective Framing Fund,Illustration,Art,USD,2011-05-16,3000.00,2011-04-26 08:04:29,3482.00,successful,68,US,3482.00,3482.00,3000.00 +1211865327,MISTER WRIGHT,Ready-to-wear,Fashion,USD,2015-10-01,20000.00,2015-09-03 01:30:14,21495.00,successful,118,US,21495.00,21495.00,20000.00 +121186768,HYBYCOZO: The Hyperspace Bypass Construction Zone,Design,Design,USD,2014-08-20,10000.00,2014-07-16 04:13:15,20136.93,successful,198,US,20136.93,20136.93,10000.00 +1211880525,TOO MANY PJS,Product Design,Design,GBP,2017-04-30,2500.00,2017-04-02 21:31:47,2790.00,successful,47,GB,94.08,3610.11,3234.86 +1211886521,3D Image Transfers,DIY,Crafts,USD,2014-10-02,5000.00,2014-09-02 01:14:45,37.00,failed,3,US,37.00,37.00,5000.00 +1211887338,Top That Glass,Product Design,Design,USD,2018-01-26,1500.00,2017-12-29 23:54:14,22.00,live,1,US,22.00,22.00,1500.00 +1211894101,KeyPack - The Modern Way to Carry Your Keys,Product Design,Design,CAD,2015-07-09,4000.00,2015-06-09 18:16:10,4334.00,successful,120,CA,3478.54,3410.99,3148.12 +"12118962,""Mining Childhood: Growing Up in Butte, 1900–1960"",Nonfiction,Publishing,USD,2012-10-31,5000.00,2012-10-01 19:52:30,1273.00,failed,28,US,1273.00,1273.00,5000.00" +1211896530,Foodtown Throwdown - A Card Game for Foodies (Canceled),Tabletop Games,Games,USD,2015-02-19,6000.00,2015-01-20 17:59:19,5546.00,canceled,108,US,5546.00,5546.00,6000.00 +1211897855,Scowl - The Clown,Shorts,Film & Video,GBP,2013-03-01,750.00,2013-02-13 16:37:27,0.00,failed,0,GB,0.00,0.00,1127.57 +1211899675,Banda Rebel's Music Must Be Heard!,Music,Music,USD,2010-07-01,2000.00,2010-05-18 02:50:36,2150.00,successful,33,US,2150.00,2150.00,2000.00 +1211902286,The Collected Poems of Stephen Fitch,Poetry,Publishing,USD,2012-02-21,5000.00,2012-01-22 23:46:57,0.00,failed,0,US,0.00,0.00,5000.00 +1211906018,Tactical Cache - A Unique Storage Cache,Design,Design,USD,2015-09-23,3000.00,2015-08-24 18:35:52,4992.00,successful,214,US,4992.00,4992.00,3000.00 +1211909595,Harriet Quimby: Flying Fair Lady,Documentary,Film & Video,USD,2016-03-06,150000.00,2016-02-05 20:29:30,5.00,failed,1,US,5.00,5.00,150000.00 +"1211910322,""Gen.MiSFiTS clothing brand, We Are Series Collection launch"",Fashion,Fashion,USD,2012-06-24,18175.00,2012-05-25 06:25:28,0.00,failed,0,US,0.00,0.00,18175.00" +1211910900,StepSisters (Canceled),Film & Video,Film & Video,USD,2013-04-27,1000000.00,2013-04-01 22:25:18,0.00,canceled,0,US,0.00,0.00,1000000.00 +1211916011,The Buskateers Stage Coach,Performance Art,Art,AUD,2014-03-25,300000.00,2014-02-25 05:04:23,0.00,failed,0,AU,0.00,0.00,277289.95 +1211917524,WARonWALL - A new exhibit on the Berlin Wall,Photography,Photography,GBP,2016-06-19,12000.00,2016-05-06 10:17:25,12267.00,successful,172,GB,17808.79,16810.79,16444.89 +1211918166,Revolights Wheels,Product Design,Design,USD,2013-05-15,14500.00,2013-04-05 11:41:49,94793.99,successful,233,US,94793.99,94793.99,14500.00 +1211931673,Visual Past-EP,Rock,Music,CAD,2016-06-18,500.00,2016-05-25 20:17:36,75.00,failed,3,CA,57.04,57.67,384.44 +"1211932764,""""""Chinatown"""" a film written and directed by David Michaels (Canceled)"",Shorts,Film & Video,USD,2010-10-04,75000.00,2010-08-09 19:44:10,0.00,canceled,0,US,0.00,0.00,75000.00" +1211933799,Xenominer - digging and building programs for your bot,Games,Games,CAD,2014-06-04,4400.00,2014-04-05 03:19:51,1.00,failed,1,CA,0.91,0.92,4027.83 +1211938087,The Relationship Project ,Dance,Dance,USD,2011-03-03,1500.00,2011-02-01 23:11:43,1525.00,successful,22,US,1525.00,1525.00,1500.00 +1211941016,WIK PowerPak The Ultimate Travel & EDC Backpack,Technology,Technology,USD,2015-12-16,5000.00,2015-11-08 16:57:18,31835.00,successful,219,US,31835.00,31835.00,5000.00 +1211941417,Titan Dice: Limited Edition,Tabletop Games,Games,USD,2017-10-10,5000.00,2017-09-19 22:32:29,16906.50,successful,478,US,5820.50,16906.50,5000.00 +1211945185,I'm making Bo Ssam,Food,Food,USD,2014-09-08,30.00,2014-07-10 04:16:08,5.00,failed,1,US,5.00,5.00,30.00 +1211946215,Sun Fountian (Canceled),Public Art,Art,USD,2012-04-30,2000.00,2012-03-28 19:46:50,516.00,canceled,18,US,516.00,516.00,2000.00 +1211958151,Untold #1 and #2,Comic Books,Comics,GBP,2017-06-23,2300.00,2017-05-20 10:00:10,3419.00,successful,141,GB,1642.60,4350.59,2926.69 +1211958515,Create your own planet!,Games,Games,USD,2014-05-29,55000.00,2014-04-14 13:06:42,30.00,failed,2,US,30.00,30.00,55000.00 +"1211960124,""Bring Back Osamu Tezuka's """"Swallowing the Earth"""""",Comics,Comics,USD,2011-12-12,3950.00,2011-11-12 01:38:08,8806.66,successful,194,US,8806.66,8806.66,3950.00" +1211962773,Galaxy Zento the Board Game (Canceled),Tabletop Games,Games,USD,2015-05-20,10000.00,2015-04-20 21:37:37,150.00,canceled,3,US,150.00,150.00,10000.00 +1211970606,Shoe,Documentary,Film & Video,USD,2012-04-23,1250.00,2012-04-12 05:28:18,1250.00,successful,7,US,1250.00,1250.00,1250.00 +1211971,Celestial,Graphic Novels,Comics,CAD,2015-02-19,3000.00,2015-01-14 02:33:48,3105.00,successful,72,CA,2619.76,2492.77,2408.48 +1211972282,The Scam (Canceled),Narrative Film,Film & Video,USD,2011-05-20,1000.00,2011-04-22 13:05:11,45.00,canceled,3,US,45.00,45.00,1000.00 +1211973677,FAME DOGS,Webseries,Film & Video,USD,2014-09-05,4750.00,2014-08-19 17:46:27,5099.00,successful,76,US,5099.00,5099.00,4750.00 +"1211984115,""""""DRAGON"""""",Narrative Film,Film & Video,USD,2012-12-31,100000.00,2012-11-06 06:42:08,0.00,failed,0,US,0.00,0.00,100000.00" +1211984590,'Mister Rogers & Me',Documentary,Film & Video,USD,2009-09-20,10000.00,2009-08-19 06:16:34,10795.66,successful,176,US,10795.66,10795.66,10000.00 +1211985039,Stall - The Card Game,Playing Cards,Games,USD,2016-07-28,5000.00,2016-06-28 04:08:03,777.00,failed,11,US,50.00,777.00,5000.00 +1211985233,ScrapZ!,Apps,Technology,USD,2014-09-28,200000.00,2014-07-30 20:13:32,10.00,failed,1,US,10.00,10.00,200000.00 +1211992622,SPARK: Resistance,Video Games,Games,CAD,2017-06-05,50000.00,2017-05-08 19:01:26,3634.00,failed,41,CA,1644.77,2690.06,37012.36 +1212001822,Anacostia Unplugged,Documentary,Film & Video,USD,2015-07-01,49569.00,2015-05-30 21:31:58,11086.00,failed,83,US,11086.00,11086.00,49569.00 +1212002570,THE UNFORGIVEN,Comedy,Film & Video,USD,2015-02-08,5150.00,2015-01-19 20:50:15,1.00,failed,1,US,1.00,1.00,5150.00 +121200858,ROBERT (The Office Drone),Shorts,Film & Video,USD,2013-01-21,80.00,2013-01-11 23:23:44,135.00,successful,6,US,135.00,135.00,80.00 +1212009319,The Disciple of the Wind—an untold story of hope and love,Fiction,Publishing,USD,2017-12-04,12000.00,2017-11-09 22:20:52,13136.00,successful,216,US,1428.00,13136.00,12000.00 +1212009445,Harare EP Afro-Pop Zimbabwe,World Music,Music,USD,2015-03-30,4000.00,2015-01-29 22:04:47,399.00,failed,8,US,399.00,399.00,4000.00 +1212017398,VEREL- 360 degree video app + Cutting edge headsets,Technology,Technology,NZD,2016-04-17,60000.00,2016-03-28 22:10:12,13.00,canceled,1,NZ,8.69,8.95,41296.72 +1212020281,X-Blade Pocket,Product Design,Design,USD,2016-03-17,1500.00,2016-02-04 12:50:33,34396.00,successful,744,US,34396.00,34396.00,1500.00 +1212025504,My First Gallery Show,Photography,Photography,USD,2012-01-07,4000.00,2011-12-08 00:47:53,25.00,failed,1,US,25.00,25.00,4000.00 +1212029724,FLOWERS - a return to the dark art-house underground,Narrative Film,Film & Video,USD,2013-04-07,1000.00,2013-02-06 01:11:41,5073.00,successful,73,US,5073.00,5073.00,1000.00 +1212032397,A Boy Named L?o?g?a?n? Penguin & His Great Adventures,Children's Books,Publishing,USD,2016-04-22,1995.00,2016-03-23 21:21:05,1996.00,successful,15,US,1996.00,1996.00,1995.00 +121203947,Legendary dice D20,Tabletop Games,Games,EUR,2017-10-20,300.00,2017-09-20 09:01:57,831.00,successful,52,ES,150.83,982.07,354.54 +1212041894,Busted On Brigham Lane- a short film,Shorts,Film & Video,USD,2011-02-23,3150.00,2011-01-09 06:01:37,4290.00,successful,57,US,4290.00,4290.00,3150.00 +1212044021,Modern Medal Display Frame,Product Design,Design,USD,2017-07-25,16818.00,2017-06-22 15:46:48,477.00,failed,11,US,411.00,477.00,16818.00 +1212045199,George Jones - Setting the Record Straight,Nonfiction,Publishing,USD,2013-06-24,2500.00,2013-05-25 00:43:59,0.00,failed,0,US,0.00,0.00,2500.00 +1212046232,Memoirs of a Hero,Publishing,Publishing,USD,2017-06-13,5000.00,2017-05-14 00:55:17,0.00,failed,0,US,0.00,0.00,5000.00 +1212052304,Mastering & finishing my album Escapism for vinyl & MP3,Country & Folk,Music,USD,2013-12-07,5000.00,2013-11-07 18:56:41,5615.34,successful,94,US,5615.34,5615.34,5000.00 +1212059305,'A Conversation With Oneself' + Associated Works,Publishing,Publishing,CAD,2014-05-27,181600.00,2014-04-27 02:59:26,0.00,failed,0,CA,0.00,0.00,167589.52 +1212059418,Black Rock City's First International Post Office Village,Art,Art,USD,2011-08-08,2500.00,2011-07-01 19:05:03,2732.00,successful,63,US,2732.00,2732.00,2500.00 +1212068570,Jesus and 1 Sheep,Comic Books,Comics,USD,2016-06-13,2500.00,2016-04-14 23:04:37,11.00,failed,2,US,11.00,11.00,2500.00 +1212070009,J-STAND Smart Iphone/Android Display Stand,Product Design,Design,USD,2013-05-31,3000.00,2013-05-01 19:33:26,229.00,failed,17,US,229.00,229.00,3000.00 +"1212074085,""Robert Moore's new album: """"Outta My Soul"""""",Jazz,Music,USD,2013-06-17,12000.00,2013-05-03 21:07:11,3007.00,failed,56,US,3007.00,3007.00,12000.00" +1212079663,Matterial Fix + Girls Inc. Jewelry Collection,Jewelry,Fashion,USD,2014-11-26,12000.00,2014-10-30 19:29:20,12068.00,successful,92,US,12068.00,12068.00,12000.00 +1212088344,Healthy Kids Rock! (Canceled),Events,Food,USD,2015-06-22,22430.00,2015-04-23 23:21:45,200.00,canceled,1,US,200.00,200.00,22430.00 +1212094664,Kaki King: The Neck is a Bridge to the Body.,Mixed Media,Art,USD,2014-02-20,25000.00,2014-01-21 19:16:36,43091.50,successful,910,US,43091.50,43091.50,25000.00 +1212096536,The World's Photo Album,Photography,Photography,GBP,2014-07-25,100.00,2014-06-25 11:29:01,17.00,failed,3,GB,28.94,28.88,169.88 +1212099246,CreaLab,Product Design,Design,EUR,2018-01-02,1650.00,2017-11-28 07:38:26,328.00,failed,4,DE,310.02,395.08,1987.43 +1212099537,The Titan Series,Tabletop Games,Games,USD,2015-05-31,135000.00,2015-04-01 04:00:21,203018.00,successful,1415,US,203018.00,203018.00,135000.00 +1212102619,RWBY in the UK,Documentary,Film & Video,GBP,2014-07-25,3000.00,2014-06-25 20:51:14,5.00,failed,1,GB,8.51,8.49,5096.41 +1212106578,Women... the growing face of homelessness,People,Photography,USD,2015-07-12,2000.00,2015-06-12 15:18:38,5.00,failed,1,US,5.00,5.00,2000.00 +1212109988,Scarves with Purpose,Fashion,Fashion,USD,2015-12-03,1300.00,2015-11-23 16:42:05,1300.00,successful,18,US,1300.00,1300.00,1300.00 +"1212110444,""Jackal Archipelago — islands, pirates, gold and more!"",Tabletop Games,Games,USD,2017-03-12,15000.00,2017-02-09 06:58:41,15121.00,successful,384,US,5023.00,15121.00,15000.00" +1212113499,Home Away From Home: A Documentary About Comic Con,Documentary,Film & Video,USD,2012-06-23,500.00,2012-06-20 00:05:48,30.00,failed,2,US,30.00,30.00,500.00 +"1212115674,""Help bring """"One Nation Under God"""" to Broadway"",Theater,Theater,USD,2012-10-11,11000.00,2012-08-27 20:26:27,125.00,failed,2,US,125.00,125.00,11000.00" +"1212132811,""Jabber - Smart on the Inside, Soft on the Outside"",Technology,Technology,USD,2015-11-07,45000.00,2015-10-08 17:01:42,40484.00,failed,210,US,40484.00,40484.00,45000.00" +1212137048,Star Wars themed Clash of Clans style game (Canceled),Mobile Games,Games,AUD,2015-08-30,100000.00,2015-07-01 04:42:11,0.00,canceled,0,AU,0.00,0.00,69837.28 +"1212141116,""Hat With Interchangeable Patches """"PATENT PENDING"""" (Canceled)"",Accessories,Fashion,USD,2016-06-03,25000.00,2016-05-04 23:30:46,0.00,canceled,0,US,0.00,0.00,25000.00" +1212153332,Feer No Beer,Drinks,Food,USD,2015-09-10,7500.00,2015-07-23 21:04:00,351.00,failed,12,US,351.00,351.00,7500.00 +"1212157959,""Cock-Man & Ball-Boy in """"Gray Matters"""""",Graphic Novels,Comics,USD,2016-02-22,50000.00,2016-01-23 17:33:32,21.00,failed,3,US,21.00,21.00,50000.00" +1212161139,World first custom sunglasses from your phone to your face,Accessories,Fashion,EUR,2016-03-17,20000.00,2016-02-16 20:52:01,22377.00,successful,78,IT,25098.76,25239.12,22558.09 +1212162771,Merino Wool Tees for Tall People,Apparel,Fashion,USD,2016-10-06,10000.00,2016-09-06 18:56:44,696.00,failed,5,US,0.00,696.00,10000.00 +1212163505,MESSDORG | Setup your desk on a new Level !,Product Design,Design,EUR,2017-05-24,5000.00,2017-04-18 15:13:16,755.00,failed,12,DE,0.00,845.29,5597.98 +"1212167940,Voodoo,Film & Video,Film & Video,AUD,2014-10-09,2000.00,2014-09-09 05:04:24,26.00,undefined,0,""N,0"""""",,22.64,1741.86" +1212171624,Whatfest 7 Gasquest,Indie Rock,Music,USD,2010-07-08,300.00,2010-04-23 21:05:57,80.00,failed,3,US,80.00,80.00,300.00 +"1212171836,""""""SOUL ON THE ROAD"""" A Food Truck With Love."",Food Trucks,Food,USD,2015-11-01,10000.00,2015-09-02 11:48:53,0.00,failed,0,US,0.00,0.00,10000.00" +1212178073,New Fiona Grey EP,Pop,Music,USD,2014-05-21,5000.00,2014-04-21 23:51:46,5440.00,successful,106,US,5440.00,5440.00,5000.00 +1212190929,XTC,Drama,Film & Video,GBP,2016-01-30,300.00,2015-12-31 16:56:26,2.00,failed,2,GB,2.97,2.91,436.59 +1212193466,BLACK OCTOBER TEASER/TRAILER,Narrative Film,Film & Video,USD,2012-05-16,60000.00,2012-03-20 00:37:11,10.00,failed,1,US,10.00,10.00,60000.00 +1212196326,Water Based Green Power,Technology,Technology,AUD,2016-02-11,5000.00,2016-01-12 02:55:33,40.00,failed,2,AU,27.81,28.36,3545.34 +1212198774,The Bella Theatre Group Of Indianapolis - A Dinner Theatre,Immersive,Theater,USD,2017-10-27,280.00,2017-09-27 23:49:44,2.00,failed,2,US,0.00,2.00,280.00 +1212212029,FeedBack from the Field ... the Interpreter Speaks ...,Publishing,Publishing,USD,2013-09-08,9900.00,2013-07-10 23:06:01,50.00,failed,1,US,50.00,50.00,9900.00 +"1212212381,""Lockbox Record Club, Vinyl Subscription"",Music,Music,CAD,2016-12-10,10000.00,2016-10-26 04:22:31,570.00,canceled,6,CA,288.33,426.23,7477.75" +1212225021,Designs by Emmalise,DIY,Crafts,USD,2016-05-07,5000.00,2016-04-07 22:13:45,1.00,failed,1,US,1.00,1.00,5000.00 +1212230449,Flipbook Island!,Publishing,Publishing,USD,2011-10-05,10000.00,2011-08-06 01:37:29,945.00,failed,24,US,945.00,945.00,10000.00 +1212230904,Shyftrz: Fantasy RPG role playing TCG card game,Tabletop Games,Games,USD,2012-10-05,700.00,2012-09-05 20:48:54,1590.00,successful,24,US,1590.00,1590.00,700.00 +121224173,de facto: The fact-checking app,Apps,Technology,USD,2017-12-29,50000.00,2017-11-29 22:31:58,25.00,failed,1,US,25.00,25.00,50000.00 +1212241966,Ambient Media Portal (AMP) Interactive Posters,Mixed Media,Art,USD,2011-12-01,20000.00,2011-10-31 05:11:38,4943.00,failed,27,US,4943.00,4943.00,20000.00 +1212242599,Strangers with Candies,Small Batch,Food,USD,2016-07-21,5000.00,2016-06-21 21:21:42,726.00,failed,23,US,541.00,726.00,5000.00 +"1212255310,""Help Film a """"Hard Day's Nightmare""""!"",Narrative Film,Film & Video,USD,2011-08-01,3000.00,2011-06-27 17:22:49,3675.00,successful,44,US,3675.00,3675.00,3000.00" +1212257188,Pavepara: 'Wings' arm-warmers,Fashion,Fashion,USD,2014-05-05,10000.00,2014-04-05 01:10:47,10610.00,successful,77,US,10610.00,10610.00,10000.00 +1212258750,Z-Boy: Tales of a Teenage Zombie (Animated Series),Animation,Film & Video,USD,2015-04-03,25000.00,2015-02-25 22:55:22,25100.00,successful,156,US,25100.00,25100.00,25000.00 +1212261060,Best Chili in North America,Small Batch,Food,CAD,2015-02-05,27000.00,2015-01-06 03:27:57,1.00,failed,1,CA,0.85,0.80,21695.46 +1212262264,Balloon Cat - Artist Enamel Pin,Graphic Design,Design,GBP,2017-04-25,250.00,2017-04-10 19:16:26,364.00,successful,16,GB,97.75,470.98,323.48 +1212268221,Cafe 2.0,Restaurants,Food,USD,2015-11-04,8000.00,2015-10-05 19:19:23,0.00,failed,0,US,0.00,0.00,8000.00 +1212269836,Low-budget short horror film FRANKENFINE (Canceled),Shorts,Film & Video,GBP,2013-05-15,1500.00,2013-05-01 23:59:13,0.00,canceled,0,GB,0.00,0.00,2285.12 +1212273365,Bloo Von Dollie Double Disc English/Spanish Album,Electronic Music,Music,USD,2012-05-03,8000.00,2012-04-03 06:43:45,50.00,failed,2,US,50.00,50.00,8000.00 +1212274358,Finger Painting,Art,Art,GBP,2014-08-26,30.00,2014-07-27 00:05:28,0.00,failed,0,GB,0.00,0.00,49.75 +1212277122,Sentry Shield - Security for Microsoft Surface Pro 3,Product Design,Design,AUD,2015-11-24,20000.00,2015-10-05 12:14:58,235.00,canceled,5,AU,165.68,169.26,14405.07 +1212280271,#NoSurvivors,Audio,Journalism,USD,2015-09-09,4000.00,2015-08-10 16:36:22,0.00,failed,0,US,0.00,0.00,4000.00 +1212289847,SPLIT - a Romantic Comedy,Shorts,Film & Video,USD,2011-02-21,20000.00,2010-11-23 19:37:15,26373.18,successful,128,US,26373.18,26373.18,20000.00 +1212289952,Great Gatsby Classroom Party - MHS Am.Lit 2015,Theater,Theater,USD,2015-05-18,200.00,2015-05-11 22:50:47,0.00,failed,0,US,0.00,0.00,200.00 +1212296038,Make 100: Nebula Necklaces,Jewelry,Fashion,USD,2017-02-08,3000.00,2017-01-09 22:29:06,681.00,failed,21,US,60.00,681.00,3000.00 +1212296595,SUNDAYS AT CAFE TABAC,Documentary,Film & Video,USD,2013-12-08,15000.00,2013-11-08 15:36:30,17642.00,successful,161,US,17642.00,17642.00,15000.00 +121229922,Sarah Faire and the House at the End of the World,Children's Books,Publishing,USD,2015-05-23,15000.00,2015-04-23 13:59:36,16880.01,successful,271,US,16880.01,16880.01,15000.00 +121230348,On the Road With the Tinker Tour,Documentary,Film & Video,USD,2013-08-16,35000.00,2013-07-17 02:26:07,1330.00,failed,11,US,1330.00,1330.00,35000.00 +1212303499,Kringle Chat,Film & Video,Film & Video,USD,2014-12-01,10000.00,2014-11-11 04:35:26,270.00,failed,24,US,270.00,270.00,10000.00 +"121231745,""Pilot Touhill - New Music Video for """"Head to Toe"""""",Film & Video,Film & Video,USD,2011-12-07,2000.00,2011-11-02 21:47:32,740.00,failed,11,US,740.00,740.00,2000.00" +1212336197,Music in Translation,Documentary,Film & Video,DKK,2017-09-07,50000.00,2017-07-09 10:27:30,12850.00,failed,8,DK,919.95,2082.89,8104.65 +1212355266,Help Us Help Artists (Canceled),Spaces,Theater,USD,2015-03-01,100000.00,2015-01-30 21:33:49,0.00,canceled,0,US,0.00,0.00,100000.00 +1212356226,Modern Gent Houston - Magazine,Apparel,Fashion,USD,2016-06-15,20000.00,2016-05-16 15:44:27,0.00,failed,0,US,0.00,0.00,20000.00 +1212378777,Hot Roux,Blues,Music,USD,2015-07-02,6000.00,2015-05-29 10:02:40,1215.00,failed,17,US,1215.00,1215.00,6000.00 +"1212394516,""LIFELIKE """"Electronic Dreams"""" - Kickstarter Campaign"",Electronic Music,Music,EUR,2017-12-03,25000.00,2017-11-03 15:14:55,9429.75,failed,171,FR,2502.45,11072.46,29355.13" +"1212412623,""kidSafe, an app to help youngsters learn to be safe"",Publishing,Publishing,GBP,2014-12-14,80000.00,2014-11-14 13:28:35,0.00,failed,0,GB,0.00,0.00,125183.86" +1212424295,Failure To Vote is A Vote For Trump Bumper Stickers,Print,Journalism,USD,2016-05-24,2500.00,2016-05-09 17:22:48,49.00,failed,4,US,49.00,49.00,2500.00 +1212438202,Nano Art (Canceled),Digital Art,Art,USD,2012-04-12,50000.00,2012-02-27 01:28:27,1209.00,canceled,18,US,1209.00,1209.00,50000.00 +1212443176,Jihad Joes,Comics,Comics,USD,2016-10-19,10000.00,2016-09-19 21:11:34,130.00,failed,3,US,0.00,130.00,10000.00 +1212443455,Bättre ljud på filmerna av Grillbloggen.nu,Web,Journalism,SEK,2017-06-29,35000.00,2017-05-30 18:36:02,300.00,failed,2,SE,5.75,35.52,4143.43 +121244429,Mr. Wonderful — A Short Film,Shorts,Film & Video,USD,2017-01-02,1600.00,2016-12-12 16:21:19,1605.00,successful,21,US,1240.00,1605.00,1600.00 +1212472587,Every Day is a Holiday Planner,Nonfiction,Publishing,USD,2013-09-20,1500.00,2013-08-21 16:22:44,50.00,failed,1,US,50.00,50.00,1500.00 +1212493202,Butter Angels Handmade Artisan Natural Skin Care,Product Design,Design,USD,2016-10-04,7000.00,2016-08-30 20:45:52,26.00,failed,2,US,25.00,26.00,7000.00 +1212493253,Aftermath: a short film about surviving after a nuclear strike,Shorts,Film & Video,USD,2010-11-02,1000.00,2010-10-03 16:34:32,70.00,failed,3,US,70.00,70.00,1000.00 +"1212498577,""""""The Divine Right"""""",Print,Journalism,USD,2015-02-24,100000.00,2015-02-04 18:40:08,4.00,failed,4,US,4.00,4.00,100000.00" +1212504494,Varnville Central Station - Guest House #1,Product Design,Design,USD,2017-02-03,30000.00,2016-12-05 20:17:57,10.00,failed,1,US,0.00,10.00,30000.00 +1212507505,Kurkle Dunwich - An English Fairytale (Children's Book),Children's Books,Publishing,GBP,2013-02-18,3500.00,2013-01-19 00:38:43,107.00,failed,4,GB,171.50,163.67,5353.65 +1212515679,Hudson River Big Band,Jazz,Music,USD,2014-10-14,2000.00,2014-08-30 05:05:56,2210.00,successful,30,US,2210.00,2210.00,2000.00 +1212517240,Modern Seoul: A photography adventure project,Photography,Photography,USD,2011-10-08,1500.00,2011-09-02 21:27:27,1621.00,successful,22,US,1621.00,1621.00,1500.00 +1212519083,DOT - My first App,Mobile Games,Games,USD,2015-02-15,500.00,2015-01-16 01:03:46,792.00,successful,28,US,792.00,792.00,500.00 +"1212519414,""Blues, Broken Hearts & Classical Arts"",Illustration,Art,USD,2011-08-18,450.00,2011-07-04 08:05:05,0.00,failed,0,US,0.00,0.00,450.00" +"1212525930,""""""Desiroar"""" Official Plush Mascot for Roar Apparel"",Crafts,Crafts,USD,2014-03-07,8700.00,2014-02-05 19:39:45,30.00,failed,2,US,30.00,30.00,8700.00" +1212527769,Welsh Mod,Publishing,Publishing,GBP,2018-01-12,8500.00,2017-11-13 15:07:13,3613.00,live,95,GB,429.99,4928.05,11593.81 +1212539571,The People of Clouds,Photography,Photography,USD,2011-08-23,8500.00,2011-05-25 18:47:30,9599.00,successful,121,US,9599.00,9599.00,8500.00 +"1212546959,""""""Invasion of Privacy"""" A Short by Josh Blake & Reid Ackerman"",Shorts,Film & Video,USD,2012-12-04,1000.00,2012-11-13 18:22:21,1527.00,successful,32,US,1527.00,1527.00,1000.00" +1212550302,No Goats in the House,Illustration,Art,USD,2017-03-12,3000.00,2017-02-10 23:35:01,3000.00,successful,32,US,1295.00,3000.00,3000.00 +1212553424,How to Build a School in Haiti,Documentary,Film & Video,USD,2014-02-27,15000.00,2014-01-28 18:44:41,16439.00,successful,227,US,16439.00,16439.00,15000.00 +1212557018,Film & Game Inspired T-Shirts,Apparel,Fashion,GBP,2016-02-14,3000.00,2015-12-16 22:46:40,203.00,failed,17,GB,307.79,289.84,4283.33 +1212565294,The Search For Truth Takes Courage...,Fiction,Publishing,USD,2016-08-07,32500.00,2016-07-08 16:44:18,705.00,failed,7,US,206.00,705.00,32500.00 +12125690,PTSD and Suicide Saving Network App,Apps,Technology,USD,2017-02-27,10000.00,2016-12-29 17:35:22,31.00,failed,4,US,20.00,31.00,10000.00 +1212578090,What is it: A Modern Look at Love,Poetry,Publishing,USD,2017-07-29,1800.00,2017-07-13 20:40:30,1924.00,successful,48,US,0.00,1924.00,1800.00 +1212585147,Punching iDubbbz In The Dick Comedy Documentary,Comedy,Film & Video,USD,2017-01-17,2500.00,2016-12-13 09:24:17,5.00,failed,1,US,5.00,5.00,2500.00 +1212603771,Make your choice. Innovative shoes for true Gentlemen.,Footwear,Fashion,EUR,2016-08-12,35000.00,2016-07-13 13:41:52,298.00,failed,5,IT,329.34,332.51,39052.91 +1212605371,BRIGHT7 Surge Protector Knocks out Energy Waste with iPhone,Technology,Technology,USD,2014-04-08,150000.00,2014-03-09 05:26:52,1351.00,canceled,18,US,1351.00,1351.00,150000.00 +1212629707,Garrick Foods Teji Sauce,Vegan,Food,USD,2015-09-03,200.00,2015-08-04 22:13:58,31.00,failed,2,US,31.00,31.00,200.00 +"1212635018,""""""A Journey of Dreams: The Adventures of Dex and James"""" book"",Children's Books,Publishing,USD,2016-02-26,3000.00,2016-01-27 20:11:14,1700.00,failed,31,US,1700.00,1700.00,3000.00" +"1212641781,""G. Battles """"GBIII"""" First Album Completion"",Hip-Hop,Music,USD,2012-12-27,5000.00,2012-12-07 21:45:12,55.00,failed,3,US,55.00,55.00,5000.00" +1212655674,The Apollo Technical Pen and Drafting Scale,Product Design,Design,USD,2013-12-13,30000.00,2013-10-29 20:15:39,141832.01,successful,1188,US,141832.01,141832.01,30000.00 +1212656134,Macs station cafe,Restaurants,Food,USD,2014-08-29,60000.00,2014-07-30 05:59:01,0.00,failed,0,US,0.00,0.00,60000.00 +1212656417,'Pearl' - a story of change,Shorts,Film & Video,GBP,2014-03-14,1000.00,2014-02-12 17:59:08,51.00,failed,8,GB,83.75,84.63,1659.48 +1212668463,Seven Mirror Four Kickstarter Collection,Mixed Media,Art,USD,2015-02-09,8000.00,2015-01-09 05:26:16,1631.00,failed,13,US,1631.00,1631.00,8000.00 +1212668680,Guardian Media: International Photography,Photography,Photography,USD,2015-01-17,8000.00,2014-12-18 22:56:24,400.00,failed,8,US,400.00,400.00,8000.00 +1212672006,Mr. Nick & the Dirty Tricks need to finish their record!,Music,Music,USD,2011-08-14,3000.00,2011-07-15 17:09:13,3481.00,successful,75,US,3481.00,3481.00,3000.00 +1212673747,Ambatana Threads: Upholstery Fabric on the Go!,Fashion,Fashion,USD,2012-12-01,4500.00,2012-11-08 02:06:52,5095.00,successful,70,US,5095.00,5095.00,4500.00 +1212679180,2nd Annual Smooth Jazz Age Lawn Party,Jazz,Music,USD,2015-06-09,200.00,2015-05-20 05:41:46,230.00,successful,12,US,230.00,230.00,200.00 +"1212682924,""""""The Kids Are Awake"""" is a short film by Mark Borkowski"",Shorts,Film & Video,USD,2011-12-20,8001.00,2011-10-21 19:17:37,2962.00,failed,64,US,2962.00,2962.00,8001.00" +1212684879,The Dad Joke Game,Games,Games,USD,2017-12-14,10000.00,2017-11-14 19:06:37,1067.00,failed,42,US,408.00,1067.00,10000.00 +121269254,EZIO PowerBand for Pebble (Canceled),Wearables,Technology,CAD,2016-04-08,58000.00,2016-03-09 03:52:02,4556.00,canceled,58,CA,3415.12,3483.71,44349.29 +1212693471,PABEIER Watches: Quality and Design for only €29,Jewelry,Fashion,EUR,2017-01-07,25000.00,2016-12-08 17:26:24,5954.00,canceled,35,ES,125.47,6347.55,26652.45 +1212696746,Bicycle Limited Edition Elegance Playing Cards,Playing Cards,Games,USD,2014-05-18,10000.00,2014-04-18 21:19:51,31285.00,successful,861,US,31285.00,31285.00,10000.00 +1212699207,Alms for Albert Bergeron - Virtual Reality 360,Thrillers,Film & Video,USD,2017-03-23,20000.00,2017-02-06 09:24:05,1500.00,failed,1,US,0.00,1500.00,20000.00 +1212702147,Valdis Story: Abyssal City,Video Games,Games,USD,2012-04-28,8000.00,2012-03-29 03:17:47,49574.14,successful,2505,US,49574.14,49574.14,8000.00 +1212702749,Latvian Artist Residency,Art,Art,USD,2017-07-03,3000.00,2017-06-12 19:00:17,3095.00,successful,21,US,1475.00,3095.00,3000.00 +1212709841,NEW Signs of Betrayal Album 2014,Rock,Music,USD,2014-04-23,4000.00,2014-03-24 22:13:43,4622.00,successful,95,US,4622.00,4622.00,4000.00 +1212711533,Alpaca Knits Made by South American Indigenous Peoples,Knitting,Crafts,CAD,2015-03-28,950.00,2015-01-27 21:21:18,15815.00,canceled,108,CA,12705.54,12507.91,751.34 +"1212713141,""Love & Blood: new music, new art, and a new album experience"",Country & Folk,Music,USD,2014-10-24,6200.00,2014-09-24 04:13:45,7888.81,successful,120,US,7888.81,7888.81,6200.00" +"1212719376,""Nightmares & Horrors, Volume 1: Demons (Canceled)"",Fiction,Publishing,USD,2016-01-04,300.00,2015-12-05 01:33:47,0.00,canceled,0,US,0.00,0.00,300.00" +1212723981,REPLANNER: A New Style of Work/Life Planner,Publishing,Publishing,EUR,2015-11-26,15900.00,2015-10-27 11:21:54,100.00,failed,4,IT,110.32,105.80,16822.19 +1212729537,The Power of Place,Documentary,Film & Video,USD,2013-05-17,35000.00,2013-04-15 14:22:43,35640.00,successful,340,US,35640.00,35640.00,35000.00 +1212729799,Geektique Digital art ~ Geek prints,Digital Art,Art,USD,2015-03-11,1200.00,2015-02-09 22:01:13,0.00,failed,0,US,0.00,0.00,1200.00 +1212739341,The First Carbon Footwear - Made in Italy,Fashion,Fashion,EUR,2016-12-25,30000.00,2016-10-26 22:01:25,3781.00,failed,21,IT,2208.56,3985.54,31622.89 +1212739634,Gospel Music Album,Country & Folk,Music,USD,2013-11-28,6500.00,2013-10-29 20:37:56,65.00,failed,3,US,65.00,65.00,6500.00 +1212744240,Artistic Spectrum,Illustration,Art,USD,2017-08-11,5000.00,2017-07-12 03:29:10,50.00,failed,1,US,0.00,50.00,5000.00 +1212746320,The Birth Book,Nonfiction,Publishing,USD,2015-12-27,120000.00,2015-11-27 00:50:55,0.00,failed,0,US,0.00,0.00,120000.00 +1212752465,The L.O.L. Tour - Get Ready to Laugh Out Loud,Theater,Theater,USD,2010-07-03,800.00,2010-04-05 18:30:04,0.00,failed,0,US,0.00,0.00,800.00 +1212757073,Colored Images in Black and White,Poetry,Publishing,USD,2012-03-14,5000.00,2012-02-13 18:00:44,30.00,failed,2,US,30.00,30.00,5000.00 +1212757369,A Multimedia Mushroom Experience,Interactive Design,Design,USD,2016-04-21,4800.00,2016-03-09 01:25:46,5185.01,successful,125,US,5185.01,5185.01,4800.00 +1212758464,Swaky: Ride A Snowboard Like a Snow Bike,Product Design,Design,JPY,2017-10-27,2000000.00,2017-09-12 16:00:09,669500.00,failed,25,JP,0.00,5863.04,17514.67 +"1212762131,""Inked Earth, Ohios Premiere Tattoo Style Pottery"",Art,Art,USD,2013-07-25,4000.00,2013-06-25 18:11:00,705.00,failed,14,US,705.00,705.00,4000.00" +1212765822,Red Moon Custom Cymbals,Product Design,Design,USD,2016-09-30,3000.00,2016-08-31 01:44:22,1235.00,failed,15,US,655.00,1235.00,3000.00 +1212772614,360 Knife Block,Product Design,Design,USD,2015-10-01,6720.00,2015-08-30 16:29:06,12152.00,successful,58,US,12152.00,12152.00,6720.00 +1212772799,Mix Your Match! Handcrafted Jewelry,Design,Design,USD,2013-09-12,3800.00,2013-08-13 18:23:18,5645.00,successful,62,US,5645.00,5645.00,3800.00 +1212774681,Apotheca: The Secret Potion Society,Tabletop Games,Games,USD,2015-07-10,20000.00,2015-06-16 19:01:19,112651.00,successful,2603,US,112651.00,112651.00,20000.00 +1212786033,Community Supported Cheese at Cyril's: DECEMBER,Food,Food,USD,2013-12-14,1350.00,2013-12-02 20:18:52,1956.00,successful,40,US,1956.00,1956.00,1350.00 +1212794955,Painted Glass Friends,Painting,Art,USD,2013-06-20,500.00,2013-05-01 08:16:25,500.00,successful,20,US,500.00,500.00,500.00 +1212798918,Granville Automatic's Debut Album,Country & Folk,Music,USD,2011-01-01,3500.00,2010-10-29 08:11:46,3573.33,successful,37,US,3573.33,3573.33,3500.00 +"1212804789,New Album by Chris Renzema!!,Music,Music,USD,2016-02-21,3000.00,2016-01-13 23:42:49,3210.00,undefined,0,""N,0"""""",,3210.00,3000.00" +1212811894,Spud Spikes Gourmet Rubs and Everyday Seasonings (Canceled),Food,Food,USD,2013-12-17,58000.00,2013-11-11 14:02:05,30238.00,canceled,11,US,30238.00,30238.00,58000.00 +1212819444,Celestial (Canceled),Publishing,Publishing,USD,2016-02-04,75000.00,2015-12-06 01:12:02,0.00,canceled,0,US,0.00,0.00,75000.00 +1212820496,Carry your Skis with Ease with SKIMAXUS,Product Design,Design,USD,2012-02-03,4500.00,2012-01-04 00:44:37,0.00,failed,0,US,0.00,0.00,4500.00 +1212821435,CarSkreen - A Connected Car Solution for YOU,Hardware,Technology,USD,2014-03-06,120000.00,2014-02-04 22:16:46,1342.00,failed,12,US,1342.00,1342.00,120000.00 +1212823522,Table for Two Productions presents PRIVATE LIVES,Theater,Theater,USD,2011-12-12,10000.00,2011-11-16 09:48:06,500.00,failed,2,US,500.00,500.00,10000.00 +1212823565,Raccoon Madness Game,Tabletop Games,Games,EUR,2017-03-01,9900.00,2017-01-26 16:13:12,13604.00,successful,223,DE,9116.80,14372.65,10459.37 +121282521,Hell's Belles : : Feature Film,Narrative Film,Film & Video,USD,2014-06-14,44444.00,2014-05-01 03:02:36,4221.00,failed,25,US,4221.00,4221.00,44444.00 +1212826883,Standing Out In The Crowd,Documentary,Film & Video,USD,2015-04-29,24000.00,2015-03-30 21:42:11,2794.00,failed,40,US,2794.00,2794.00,24000.00 +1212831209,WARS > TREK,Film & Video,Film & Video,USD,2012-03-15,45.00,2012-02-26 13:39:36,53.00,successful,9,US,53.00,53.00,45.00 +121283692,Cosmo Laser,Gadgets,Technology,EUR,2015-11-23,5000.00,2015-11-03 17:17:35,918.00,failed,19,FR,1012.56,971.24,5290.00 +1212863026,Honeybee and Sugar the Shark Enamel Pins,Crafts,Crafts,USD,2017-03-21,600.00,2017-03-06 07:59:47,778.00,successful,36,US,116.00,778.00,600.00 +1212863402,Old School Miniatures presents the Alpine Dwarfs,Tabletop Games,Games,GBP,2017-11-26,500.00,2017-11-02 00:24:33,2178.00,successful,58,GB,1725.94,2937.69,674.40 +1212863435,Rhinehoth Horror Novel Audio Book,Fiction,Publishing,USD,2011-07-22,1500.00,2011-06-22 07:56:41,0.00,failed,0,US,0.00,0.00,1500.00 +1212868981,Rocott Cutboarding,Product Design,Design,USD,2015-03-19,39000.00,2015-02-17 22:00:49,451.00,failed,3,US,451.00,451.00,39000.00 +121287462,Emerald Lands,Video Games,Games,USD,2016-02-21,30000.00,2016-01-22 00:09:03,1028.00,failed,25,US,1028.00,1028.00,30000.00 +121287589,31 Lengths Horse Racing Apparel,Fashion,Fashion,USD,2014-04-24,5000.00,2014-03-24 22:59:54,5.00,failed,3,US,5.00,5.00,5000.00 +1212878998,(Album project) Shaun Lamont,Music,Music,USD,2011-05-16,4000.00,2011-03-14 05:06:51,0.00,failed,0,US,0.00,0.00,4000.00 +1212879236,SX70 Polaroid Request,Photography,Photography,AUD,2014-08-21,250.00,2014-08-06 14:17:10,0.00,failed,0,AU,0.00,0.00,232.80 +"1212879737,""MASSACRE CLOTHING, FASHION, STYLE"",Apparel,Fashion,USD,2015-12-22,5000.00,2015-11-12 17:34:16,0.00,failed,0,US,0.00,0.00,5000.00" +1212882244,Katze vol.1,Comics,Comics,CAD,2015-10-16,1000.00,2015-09-16 01:12:59,3116.00,successful,80,CA,2353.39,2410.46,773.57 +1212886335,Page Fortuna's FIRST EVER E.P.,Country & Folk,Music,USD,2015-08-20,3600.00,2015-07-19 17:36:51,3790.00,successful,65,US,3790.00,3790.00,3600.00 +1212888728,Addicube,Video Games,Games,USD,2010-04-25,3500.00,2010-01-25 17:08:21,4051.33,successful,63,US,4051.33,4051.33,3500.00 +121289620,Bulb Boy (Mac/PC/Linux/iOS/Android) (Canceled),Video Games,Games,USD,2014-07-27,40000.00,2014-06-27 18:37:54,14110.00,canceled,512,US,14110.00,14110.00,40000.00 +1212904146,Ruins of the South-West,Webseries,Film & Video,USD,2016-09-04,50000.00,2016-08-05 02:24:54,107.00,failed,4,US,0.00,107.00,50000.00 +1212906869,Project-B's Instrument Fund,Rock,Music,GBP,2014-09-30,1800.00,2014-08-10 13:51:37,20.00,failed,1,GB,33.55,32.13,2891.94 +1212920980,Tail Waggin' Togs,Pet Fashion,Fashion,USD,2015-10-25,25000.00,2015-09-25 04:25:21,25030.00,successful,40,US,25030.00,25030.00,25000.00 +1212925005,Cord Armor: No more broken/bent cords!!!,Product Design,Design,USD,2016-01-23,2500.00,2015-12-24 08:16:20,2555.00,successful,79,US,2555.00,2555.00,2500.00 +1212926458,Shattuck Avenue Gateway----14 Underpass column Murals,Public Art,Art,USD,2013-11-04,5000.00,2013-09-23 19:37:15,5025.00,successful,90,US,5025.00,5025.00,5000.00 +1212928848,ContentBear - Beautiful Blogging,Software,Technology,GBP,2015-10-03,30000.00,2015-08-24 14:39:40,6026.00,failed,31,GB,9457.19,9243.61,46018.62 +1212928883,Finding Melody!,Shorts,Film & Video,USD,2013-04-27,2000.00,2013-03-13 03:56:55,2338.99,successful,72,US,2338.99,2338.99,2000.00 +1212931411,This Life Matters with GG and Dru,Radio & Podcasts,Publishing,USD,2014-09-10,15000.00,2014-08-11 23:27:38,1085.00,failed,10,US,1085.00,1085.00,15000.00 +1212932580,The Iron Hook,Product Design,Design,CAD,2017-06-15,5000.00,2017-05-16 09:01:08,386.00,failed,5,CA,0.00,291.92,3781.29 +1212945849,Lestat - Midnight Toll Video,Electronic Music,Music,USD,2012-06-01,750.00,2012-05-02 21:43:09,1140.00,successful,27,US,1140.00,1140.00,750.00 +1212946186,7 days art in D&D style,Digital Art,Art,EUR,2017-03-14,500.00,2017-03-07 13:44:16,10.00,canceled,1,ES,10.60,10.74,536.85 +1212962152,CORE: Playing Cards,Tabletop Games,Games,USD,2012-07-23,15000.00,2012-06-23 00:52:14,19280.00,successful,536,US,19280.00,19280.00,15000.00 +1212962223,Bumpin' Uglies,Video Games,Games,USD,2012-07-12,65000.00,2012-06-12 13:43:12,12517.12,failed,188,US,12517.12,12517.12,65000.00 +1212977034,Shattered,Drama,Film & Video,USD,2016-09-26,5000.00,2016-08-27 05:56:48,111.00,failed,3,US,0.00,111.00,5000.00 +1212982215,Consumer Safety Service,Web,Journalism,USD,2015-11-21,10000.00,2015-10-22 23:38:38,0.00,failed,0,US,0.00,0.00,10000.00 +1212990298,Extraordinarily Ordinary: The Art Hidden in Plain Sight,Conceptual Art,Art,USD,2013-06-30,1200.00,2013-06-15 04:13:56,50.00,failed,2,US,50.00,50.00,1200.00 +1212993483,Saturn Rising // short film,Shorts,Film & Video,USD,2011-02-14,10000.00,2011-01-20 17:07:49,10383.00,successful,88,US,10383.00,10383.00,10000.00 +1212994220,Riktig svensk grillkol!,Woodworking,Crafts,SEK,2015-07-29,150000.00,2015-06-29 17:39:42,26200.00,failed,60,SE,3156.07,3036.66,17385.46 +1212994712,THE PROCESS,Shorts,Film & Video,USD,2011-06-15,2500.00,2011-05-16 23:30:24,4170.00,successful,58,US,4170.00,4170.00,2500.00 +1212998453,lionage comic art,Art,Art,USD,2015-12-13,3000.00,2015-11-13 04:15:17,55.00,failed,3,US,55.00,55.00,3000.00 +1213004394,Electa,Design,Design,EUR,2016-12-01,1000.00,2016-11-01 21:00:06,29594.00,successful,390,IT,14914.47,31494.04,1064.20 +1213006607,Goal Objective Strategy Technique. (GOST LIFE),Apparel,Fashion,USD,2017-03-24,50000.00,2017-02-22 20:23:10,35.00,failed,3,US,0.00,35.00,50000.00 +"1213008002,""3D PRINTED CUSTOMISABLE DIMOND CAGE LAMP, Made in London."",Design,Design,GBP,2016-10-26,8000.00,2016-09-21 00:59:51,0.00,canceled,0,GB,0.00,0.00,9718.65" +1213009857,Ben (Working Title),Film & Video,Film & Video,GBP,2014-02-18,600.00,2014-01-29 23:16:35,610.00,successful,38,GB,1013.13,1017.40,1000.72 +1213014441,Nura: Headphones that learn and adapt to your unique hearing,Sound,Technology,USD,2016-07-15,100000.00,2016-05-16 04:56:07,1803988.56,successful,7730,US,1161822.01,1803988.56,100000.00 +1213015212,Bite Me! Gourmet Corndogs,Food,Food,USD,2015-10-16,50000.00,2015-09-16 12:04:28,520.00,failed,13,US,520.00,520.00,50000.00 +1213022681,Tanning Tats,Public Art,Art,USD,2015-12-19,20000.00,2015-11-19 18:52:05,0.00,failed,0,US,0.00,0.00,20000.00 +1213040362,SteamCraft -- A Steampunk Tabletop Role-Playing Game,Games,Games,USD,2012-08-19,5500.00,2012-07-17 01:01:50,7091.00,successful,126,US,7091.00,7091.00,5500.00 +121304417,ETA: Enter The Arena,Tabletop Games,Games,USD,2013-10-17,7500.00,2013-09-17 01:01:48,4428.00,failed,51,US,4428.00,4428.00,7500.00 +1213051132,Dining Traveler Guide to Puerto Rico,Publishing,Publishing,USD,2015-12-10,20000.00,2015-10-12 18:22:34,20420.00,successful,206,US,20420.00,20420.00,20000.00 +1213051842,Orion's Peace Camp & Learning Center: a Global Movement,Civic Design,Design,USD,2016-11-10,5000000.00,2016-10-11 15:30:33,10270.00,failed,64,US,1240.00,10270.00,5000000.00 +"1213062381,""The Yak Sak Sleeping Bag: One For You, One For The Homeless!"",Product Design,Design,USD,2017-02-03,15000.00,2017-01-04 19:31:46,7386.00,failed,59,US,3372.00,7386.00,15000.00" +1213063493,Ur mitt inre - välkända psalmer i modern ton,Faith,Music,SEK,2017-10-12,30000.00,2017-09-12 18:38:26,4435.00,failed,12,SE,382.63,545.32,3688.72 +1213071895,Dean Foods Africa,Community Gardens,Food,USD,2014-11-26,8000.00,2014-09-27 16:18:22,67.00,failed,6,US,67.00,67.00,8000.00 +"1213072451,""Scandal, Murder & Intrigue Tours"",Performance Art,Art,USD,2017-06-21,14500.00,2017-05-22 21:52:58,642.22,failed,6,US,520.00,642.22,14500.00" +1213073398,New Globular album **Holobiont** help me make it happen..!,World Music,Music,GBP,2016-02-11,2000.00,2016-01-06 16:50:53,4183.00,successful,161,GB,6157.27,6067.15,2900.86 +1213078240,Earnlists,Web,Technology,USD,2016-02-26,2000.00,2015-12-28 18:36:12,1.00,failed,1,US,1.00,1.00,2000.00 +1213082478,Kissed By A Butterfly - Living with Alzheimer's 24/7 -BOOK,Nonfiction,Publishing,USD,2014-04-02,13000.00,2014-02-01 19:19:19,214.00,failed,6,US,214.00,214.00,13000.00 +1213096602,AKHENATEN PHARAOH OF TRUTH The Web series (Canceled),Webseries,Film & Video,USD,2014-02-17,13000.00,2014-01-08 21:31:37,102.00,canceled,3,US,102.00,102.00,13000.00 +1213102824,Nimule - A Feature Length Documentary Film,Documentary,Film & Video,USD,2013-09-08,11000.00,2013-08-09 21:40:01,17573.75,successful,124,US,17573.75,17573.75,11000.00 +1213110026,OosImaginary Summer Tour Project ,Dance,Dance,USD,2010-06-07,3500.00,2010-04-29 19:31:39,4633.00,successful,38,US,4633.00,4633.00,3500.00 +1213116285,Burning: A Short Film,Shorts,Film & Video,USD,2015-03-05,5000.00,2015-02-01 17:44:30,5360.00,successful,101,US,5360.00,5360.00,5000.00 +1213118979,Topper Plus: Customize and personalize your side of the bed.,Product Design,Design,USD,2017-09-12,20000.00,2017-08-08 12:34:31,28327.00,canceled,55,US,29201.00,28327.00,20000.00 +1213119536,Randy Kaplan's new not-JUST-for-kids CD (Canceled),Country & Folk,Music,USD,2013-12-18,22000.00,2013-11-14 05:38:01,7515.59,canceled,97,US,7515.59,7515.59,22000.00 +1213129620,The Skyline Hang: Your Place for Your Knives,Product Design,Design,USD,2017-02-17,12000.00,2017-01-18 10:02:04,12183.20,successful,112,US,4484.10,12183.20,12000.00 +1213135573,Copper Metal Gaming Dice - 21 Emerald CZ Stones - AMAZING,Tabletop Games,Games,USD,2016-09-08,750.00,2016-08-09 01:25:05,8266.00,successful,151,US,2716.00,8266.00,750.00 +1213139942,Projet : RISITAS,Graphic Design,Design,EUR,2017-03-01,1000.00,2017-02-14 15:38:58,1402.00,successful,96,BE,0.00,1481.22,1056.50 +"1213142776,""""""Man of the World"""" by Graham Hughes"",Nonfiction,Publishing,USD,2016-11-25,10000.00,2016-10-26 03:32:00,2931.00,failed,81,US,605.00,2931.00,10000.00" +1213144721,Ghosts of Men debut album,Rock,Music,GBP,2017-01-29,2000.00,2016-11-30 22:00:30,2220.00,successful,88,GB,229.35,2772.26,2497.53 +1213160342,New York Academy of Art Altos de Chavon Teaching Residency,Painting,Art,USD,2014-07-30,1500.00,2014-07-15 23:09:01,3683.00,successful,40,US,3683.00,3683.00,1500.00 +1213160960,The San Marcos Project,Documentary,Film & Video,EUR,2015-02-23,2000.00,2015-02-09 03:52:03,86.00,failed,6,IE,97.31,96.66,2248.00 +1213160971,Sonic Scientific: Join The Audio Revolution,Hardware,Technology,USD,2015-09-09,50000.00,2015-07-11 09:10:59,4243.00,failed,9,US,4243.00,4243.00,50000.00 +1213162204,Beach Cop,Film & Video,Film & Video,USD,2012-02-29,15000.00,2012-02-18 19:30:51,3581.00,failed,51,US,3581.00,3581.00,15000.00 +1213167085,Endlich eigenes Business! (Canceled),People,Photography,EUR,2016-01-08,1500.00,2015-11-24 10:10:40,0.00,canceled,0,DE,0.00,0.00,1629.14 +1213168792,On The Trail Of Lyman Dillon,Print,Journalism,USD,2016-04-01,1850.00,2016-03-02 22:41:21,2027.00,successful,19,US,2027.00,2027.00,1850.00 +1213173970,Dihedral climbing co,Apparel,Fashion,GBP,2018-01-16,1000.00,2017-11-27 21:23:58,130.00,live,6,GB,0.00,177.32,1363.98 +1213193671,TruLi Amazing Dress,Apparel,Fashion,USD,2015-06-17,27000.00,2015-05-11 18:14:49,2868.00,failed,16,US,2868.00,2868.00,27000.00 +1213200931,Rodello's Machine EP!,Pop,Music,USD,2011-09-23,7000.00,2011-08-09 17:29:59,8657.00,successful,112,US,8657.00,8657.00,7000.00 +1213208412,D+Y Workshop Soft Tiles,Crafts,Crafts,USD,2014-04-28,2000.00,2014-04-08 17:32:59,2533.22,successful,63,US,2533.22,2533.22,2000.00 +"1213209154,""Inanna, """"Jewel in the Heart"""" CD project"",World Music,Music,USD,2011-11-12,8000.00,2011-10-09 01:19:33,9950.00,successful,130,US,9950.00,9950.00,8000.00" +1213211817,DOLLY TROLLY NEEDS A PUSH ! ,Indie Rock,Music,USD,2009-11-09,2799.00,2009-09-15 05:56:18,2809.00,successful,38,US,2809.00,2809.00,2799.00 +1213220077,The Couch #1,Comic Books,Comics,USD,2017-11-01,1000.00,2017-10-03 06:20:24,1153.50,successful,47,US,402.00,1153.50,1000.00 +1213223923,Do You Believe in Magic?,Art Books,Publishing,CAD,2015-03-19,5000.00,2015-02-18 00:51:36,5793.00,successful,67,CA,4659.08,4571.50,3945.71 +"1213230620,""""""The New Herald"""" - A Science Fiction Short Film Project"",Shorts,Film & Video,USD,2011-09-19,3350.00,2011-08-05 16:14:49,3367.00,successful,58,US,3367.00,3367.00,3350.00" +1213234179,Haute art,Conceptual Art,Art,GBP,2014-02-01,13768.00,2013-12-18 23:55:40,1.00,failed,1,GB,1.63,1.63,22478.73 +121323880,Of Elven Blood,Publishing,Publishing,USD,2017-02-09,100.00,2017-01-20 00:10:44,16.00,failed,1,US,0.00,16.00,100.00 +1213250877,Ostara - A Musical Collection of Celtic-Inspired Tales,Rock,Music,USD,2014-01-10,3000.00,2013-12-11 23:49:10,3085.88,successful,53,US,3085.88,3085.88,3000.00 +1213251797,Pillow Sword,Product Design,Design,AUD,2014-01-15,12000.00,2013-12-16 21:05:04,71.00,failed,7,AU,63.63,62.41,10547.60 +1213255392,Hexer Pilot: Dreams Are Expensive,Webseries,Film & Video,GBP,2017-04-23,300.00,2017-03-24 16:30:55,321.00,successful,17,GB,68.66,415.35,388.17 +1213268896,Help Complete a 12 Year Eco-Friendly Art Project! (Canceled),Art,Art,USD,2012-01-27,3600.00,2011-12-28 04:50:34,10.00,canceled,1,US,10.00,10.00,3600.00 +1213277829,Soluna:Age of Industry (Canceled),Tabletop Games,Games,USD,2016-01-06,10000.00,2015-12-07 17:52:48,455.00,canceled,7,US,455.00,455.00,10000.00 +1213278227,BUGS BEANIE,Wearables,Technology,EUR,2016-12-30,10000.00,2016-11-30 10:23:16,0.00,failed,0,AT,0.00,0.00,10540.96 +"1213290639,""Catch the Thief, If you can!"",Video Games,Games,GBP,2017-10-05,35000.00,2017-09-05 12:05:11,536.00,failed,15,GB,427.48,700.84,45763.60" +"1213290718,""Ryeho, Ohio"",Film & Video,Film & Video,USD,2013-10-29,50000.00,2013-08-30 19:38:43,1076.00,failed,16,US,1076.00,1076.00,50000.00" +1213297907,Bi Side collection,Apparel,Fashion,EUR,2017-11-26,30000.00,2017-09-27 17:43:25,0.00,canceled,0,IT,0.00,0.00,35654.86 +"1213299785,""The Bridge Theatre Company presents Kate Hewlett's """"The Swearing Jar"""" at FringeNYC"",Theater,Theater,USD,2010-08-15,2850.00,2010-07-23 04:45:26,2850.00,successful,33,US,2850.00,2850.00,2850.00" +1213301068,Last Texas Cowboy: A Documentary,Film & Video,Film & Video,USD,2011-04-29,2500.00,2011-02-27 01:47:31,2610.00,successful,39,US,2610.00,2610.00,2500.00 +1213303847,The C.A.N Club (Circle Against Normality) Let out your weird,Comic Books,Comics,USD,2017-11-13,600.00,2017-10-14 01:05:42,811.00,successful,58,US,342.00,811.00,600.00 +1213313915,Brooklyn Utopias: In TRANSITion,Art,Art,USD,2013-09-17,2000.00,2013-08-21 19:46:32,2251.50,successful,46,US,2251.50,2251.50,2000.00 +"1213316996,""""""Hip hop kids"""" Making a Impact Summer student concert.."",Performance Art,Art,USD,2013-03-03,2000.00,2013-02-01 02:22:38,20.00,failed,2,US,20.00,20.00,2000.00" +1213320918,the Pickpocket™: Pocketclip/Bottle Opener,Product Design,Design,USD,2012-12-05,7500.00,2012-10-26 07:13:08,24056.05,successful,798,US,24056.05,24056.05,7500.00 +1213328966,J. Cusworth Design and Photography,Design,Design,AUD,2014-08-15,150.00,2014-07-16 09:54:43,50.00,failed,2,AU,46.98,46.61,139.82 +1213330673,The Comic Book Store,Tabletop Games,Games,GBP,2016-07-21,70000.00,2016-06-21 20:54:15,11.00,failed,2,GB,0.00,14.40,91665.03 +"1213335299,""""""Be-Po"""""",Animation,Film & Video,GBP,2015-11-14,1.00,2015-10-15 10:17:57,2.00,successful,2,GB,3.05,3.05,1.52" +1213338073,What Could Go Song? (pop music video project),Pop,Music,USD,2015-03-05,1000.00,2015-01-19 20:34:03,1000.00,successful,6,US,1000.00,1000.00,1000.00 +1213338852,Catz of Doom: A Game of Kitty World Domination,Playing Cards,Games,USD,2015-10-31,10000.00,2015-10-01 21:19:47,1547.00,failed,13,US,1547.00,1547.00,10000.00 +1213340940,D&J - Illustrations,Illustration,Art,USD,2012-09-21,7500.00,2012-09-18 22:58:39,0.00,failed,0,US,0.00,0.00,7500.00 +1213341297,The Unlikely Couple,Narrative Film,Film & Video,USD,2011-11-11,62386.00,2011-09-12 01:17:36,0.00,failed,0,US,0.00,0.00,62386.00 +1213351432,Shine12! Bright LED Light Badges to support Seattle Seahawks,Hardware,Technology,USD,2014-03-31,1.00,2014-02-01 21:11:53,838.00,successful,27,US,838.00,838.00,1.00 +1213351993,Grace and Glitter Shop,Accessories,Fashion,USD,2017-07-07,5000.00,2017-06-07 08:27:22,0.00,failed,0,US,0.00,0.00,5000.00 +1213353570,Unthinkable Fables,Children's Books,Publishing,USD,2013-08-30,20000.00,2013-07-01 06:27:22,10.00,failed,1,US,10.00,10.00,20000.00 +1213353958,LitCast - Podcast style sharing for serial authors.,Anthologies,Publishing,USD,2016-12-19,75000.00,2016-11-19 01:46:28,0.00,canceled,0,US,0.00,0.00,75000.00 +1213358543,RIVUS ALTUS - 10.000 fragments from Rialto bridge in Venice,Fine Art,Photography,EUR,2016-08-19,8000.00,2016-07-05 18:19:29,8167.00,successful,106,IT,207.20,9249.99,9060.84 +1213364805,I want to record my very first demo CD!,Music,Music,USD,2011-04-23,5500.00,2011-01-22 00:11:20,70.00,failed,3,US,70.00,70.00,5500.00 +"1213368343,""Infinite Third - """"(eardrops)"""" Double Disc Release!"",Electronic Music,Music,USD,2013-05-08,2500.00,2013-04-08 17:22:13,2915.00,successful,78,US,2915.00,2915.00,2500.00" +1213374636,SUBZ: The app for Football/Soccer/Netball/Basketball/Futsal,Software,Technology,AUD,2015-09-29,1600.00,2015-08-27 07:28:11,0.00,canceled,0,AU,0.00,0.00,1125.18 +121338150,The Brookland Fairies Gwen's Story - Birthday Surprise Party,Publishing,Publishing,USD,2015-06-25,5000.00,2015-05-26 01:01:52,5070.00,successful,23,US,5070.00,5070.00,5000.00 +1213381676,ALBA: Love Across the Pond,Shorts,Film & Video,USD,2012-11-28,375.00,2012-11-07 07:45:59,780.00,successful,30,US,780.00,780.00,375.00 +1213382773,Chez Bushwick: Help Keep Dance Studio Rental Rate AFFORDABLE,Spaces,Dance,USD,2016-11-09,7500.00,2016-10-05 23:35:03,1964.00,failed,36,US,75.00,1964.00,7500.00 +1213384500,New Wargaming Rules 'Close Quarter Battle',Tabletop Games,Games,GBP,2017-11-10,500.00,2017-10-26 16:00:51,177.00,failed,14,GB,85.38,233.42,659.39 +1213385224,ActiViz .NET Installers featuring VTK 5.10,Software,Technology,USD,2013-06-11,11000.00,2013-05-18 17:29:46,1644.00,failed,20,US,1644.00,1644.00,11000.00 +1213386323,SíLO Sauce. A First-of-Its-Kind Cilantro Condiment,Small Batch,Food,USD,2017-03-30,21500.00,2017-02-28 01:11:54,545.00,failed,15,US,15.00,545.00,21500.00 +"1213408072,""Xochimilco México, lugar de magia ancestral"",Documentary,Film & Video,MXN,2017-07-12,50000.00,2017-06-12 01:25:25,10.00,failed,1,MX,0.00,0.57,2833.99" +1213408464,Earth Loaf: Artisan & Raw Chocolate,Food,Food,GBP,2013-09-07,2600.00,2013-08-08 10:29:32,3342.00,successful,76,GB,5123.85,5290.15,4115.62 +1213414915,CleanUpFence - sack the plastic bag - after it's fenced off,Hardware,Technology,EUR,2015-01-31,10000.00,2014-12-04 16:07:24,136.00,failed,11,NL,168.60,155.68,11447.02 +1213421728,IPAYD (I Pay You Drive),Apps,Technology,CAD,2016-06-06,50000.00,2016-04-22 06:10:50,875.00,failed,6,CA,691.32,686.38,39221.84 +1213421874,Geeks! Season 1,Film & Video,Film & Video,USD,2015-11-01,40000.00,2015-09-12 18:06:29,368.00,failed,8,US,368.00,368.00,40000.00 +"12134269,""Ultrasylvania, Vol. 3: The Book of the Damned"",Comics,Comics,USD,2013-11-02,7500.00,2013-09-30 17:46:10,11042.00,successful,313,US,11042.00,11042.00,7500.00" +"1213437235,""Miracle Tomato to produce Fresh,Paste &Tomato Puree.Nigeria."",Farms,Food,EUR,2017-05-16,25000.00,2017-04-08 22:19:46,26.00,failed,3,IT,48.96,29.07,27947.64" +1213439772,The Wholesome Co Launches Second Cookbook,Food,Food,NZD,2017-11-21,5500.00,2017-11-09 09:17:22,6669.00,successful,168,NZ,30.38,4590.13,3785.53 +12134418,New AMIGA 1200 Cases (Made From New Molds),Design,Design,EUR,2015-11-01,125000.00,2015-09-02 12:00:19,156310.02,successful,840,FR,176145.80,169815.44,135800.19 +1213444843,Heavy Weapon: Precursor of War - An Original Graphic Novel,Comics,Comics,USD,2014-04-06,3500.00,2014-03-07 08:01:21,4129.65,successful,92,US,4129.65,4129.65,3500.00 +1213446772,Mountain Cult is making a vinyl EP,Rock,Music,USD,2011-06-22,900.00,2011-06-01 15:59:25,155.00,failed,4,US,155.00,155.00,900.00 +1213448630,Reggae Revolution - Strengthening Our Message of Peace,Music,Music,GBP,2013-12-10,40000.00,2013-10-31 13:04:07,929.00,failed,23,GB,1489.74,1511.48,65079.80 +121345477,MARGE and LUCILLE (Canceled),Webseries,Film & Video,USD,2012-10-05,7000.00,2012-09-05 03:32:43,137.00,canceled,5,US,137.00,137.00,7000.00 +121345561,The Demon Tongue,Horror,Film & Video,USD,2014-11-01,9000.00,2014-10-02 05:56:33,25.00,failed,1,US,25.00,25.00,9000.00 +1213468394,Girls Can Do Anything Boys Can Do....But We Do It Better,Art,Art,USD,2016-02-02,5000.00,2016-01-19 22:56:04,41.00,failed,3,US,41.00,41.00,5000.00 +1213472394,WI.LD BITES,Small Batch,Food,USD,2015-07-15,500.00,2015-06-15 17:17:47,55.00,failed,2,US,55.00,55.00,500.00 +121347471,An Elemental Network (Canceled),Video Games,Games,GBP,2014-08-24,500.00,2014-07-30 23:39:18,0.00,canceled,0,GB,0.00,0.00,829.12 +1213481853,Were-Creature Transformation Videos,Film & Video,Film & Video,USD,2012-12-14,10387.00,2012-10-15 20:40:13,3.07,failed,3,US,3.07,3.07,10387.00 +1213485631,Sport planner for real sport enthusiasts (Canceled),Printing,Crafts,GBP,2015-11-28,4000.00,2015-10-29 16:36:18,0.00,canceled,0,GB,0.00,0.00,6055.83 +1213488892,One Million Faces : Family Time,Photography,Photography,USD,2012-10-08,18000.00,2012-09-05 07:35:40,2438.00,failed,47,US,2438.00,2438.00,18000.00 +1213490072,Shoebox,Apps,Technology,AUD,2015-09-20,30000.00,2015-08-31 23:37:54,10.00,failed,1,AU,7.17,7.02,21046.72 +1213491671,The Cambodian Diaspora,Photography,Photography,USD,2012-09-20,7500.00,2012-08-21 17:57:55,8376.55,successful,209,US,8376.55,8376.55,7500.00 +1213514581,TELEPHONE - A Global Arts Experiment by Satellite Collective,Art,Art,USD,2013-11-17,5500.00,2013-10-18 15:01:01,6052.00,successful,105,US,6052.00,6052.00,5500.00 +1213518612,THE WAYSEEKERS,Music,Music,GBP,2015-12-31,15000.00,2015-11-22 20:51:16,0.00,failed,0,GB,0.00,0.00,22250.24 +1213528342,SAVE $$ & NEVER RUN OUT OF HOT WATER AGAIN,Technology,Technology,USD,2015-11-03,75000.00,2015-09-19 01:24:24,3417.00,failed,16,US,3417.00,3417.00,75000.00 +121352911,Waiting For Liz,Shorts,Film & Video,GBP,2013-04-26,2000.00,2013-03-27 17:39:50,2010.00,successful,23,GB,3051.58,3110.49,3095.02 +1213533362,The Importance of Being Jack,Comedy,Film & Video,GBP,2014-07-29,350.00,2014-07-15 21:41:36,475.00,successful,12,GB,813.09,799.22,588.90 +1213537379,GumGard - water resistant case designed to protect your gum!,Design,Design,USD,2016-01-07,30000.00,2015-12-08 06:39:36,467.00,failed,9,US,467.00,467.00,30000.00 +1213541728,The Average Shooter,Photography,Photography,USD,2015-04-01,3000.00,2015-03-02 18:09:52,0.00,failed,0,US,0.00,0.00,3000.00 +1213543131,Helping A Loved One Die,Documentary,Film & Video,USD,2011-10-29,10000.00,2011-09-29 21:29:43,10318.00,successful,79,US,10318.00,10318.00,10000.00 +1213546917,The Glacier Preservation Project,Art Books,Publishing,USD,2014-09-24,20000.00,2014-07-26 02:46:22,5936.00,failed,111,US,5936.00,5936.00,20000.00 +1213553993,Beautiful Fools,Webseries,Film & Video,USD,2014-10-08,7107.00,2014-09-07 20:49:18,7264.66,successful,102,US,7264.66,7264.66,7107.00 +1213562243,Art on Rocks and canvases hand painted By Chad Cooke,Art,Art,USD,2014-09-08,2500.00,2014-08-14 18:00:27,0.00,canceled,0,US,0.00,0.00,2500.00 +1213564184,52 LIVE UP... Playing/Challenge Cards Game,Playing Cards,Games,USD,2016-01-05,3100.00,2015-12-06 19:35:10,1204.00,failed,13,US,1204.00,1204.00,3100.00 +"1213565576,""LANDMARK, a photo book"",Photobooks,Photography,USD,2014-12-17,12000.00,2014-11-16 21:28:53,13411.00,successful,142,US,13411.00,13411.00,12000.00" +1213568335,The Harlan Ellison® Books Preservation Project,Publishing,Publishing,USD,2016-12-01,100000.00,2016-11-01 17:01:36,123207.00,successful,758,US,33767.00,123207.00,100000.00 +1213580386,Man Medals - the app,Software,Technology,USD,2014-04-21,3000.00,2014-03-22 16:27:12,161.00,failed,7,US,161.00,161.00,3000.00 +1213583587,MONOLITH: Create Your Own BEAT-MACHINE,Software,Technology,JPY,2017-10-30,300000.00,2017-09-30 16:00:13,389669.00,successful,61,JP,1004.36,3419.95,2632.96 +"1213586990,""""""ECHOING"""" The Worship EP, Song 2: Everything Within Me"",Faith,Music,USD,2015-08-05,3000.00,2015-07-06 02:21:53,6.66,failed,1,US,6.66,6.66,3000.00" +1213587343,The Hatch (Horror Survival/Hunting Video Game),Video Games,Games,GBP,2017-08-20,18000.00,2017-07-21 12:33:40,205.00,failed,6,GB,84.61,262.87,23081.66 +"1213589375,72 HOUR NIGHTMARE IN ROSELAND,Film & Video,Film & Video,USD,2014-10-11,7000.00,2014-09-15 21:36:35,0.00,undefined,0,""N,0"""""",,0.00,7000.00" +1213603551,WASHED AWAY | California Lifestyle Brand,Fashion,Fashion,USD,2012-12-28,2500.00,2012-11-28 06:11:37,354.00,failed,7,US,354.00,354.00,2500.00 +1213606397,Compendium Medicine: the essence of medicine,Academic,Publishing,EUR,2017-06-16,50000.00,2017-05-15 11:32:18,8174.00,failed,103,NL,948.86,9127.86,55834.73 +1213606778,Seed Flip,Product Design,Design,USD,2015-09-02,80000.00,2015-07-31 02:02:36,2702.00,failed,49,US,2702.00,2702.00,80000.00 +1213606806,London performance art: an analysis of censorship,Art,Art,USD,2011-03-20,820.00,2011-03-08 08:00:35,900.00,successful,13,US,900.00,900.00,820.00 +"1213610544,""Daniel and the Lion's debut album """"Sweet Teeth"""""",Music,Music,USD,2011-03-05,3500.00,2011-01-04 07:14:06,5821.00,successful,75,US,5821.00,5821.00,3500.00" +1213621121,Hope Sings - Music + Microfinance = Good Music for a Good Cause!,Music,Music,USD,2010-11-06,9000.00,2010-10-07 21:42:43,9000.00,successful,81,US,9000.00,9000.00,9000.00 +1213625544,Sharing Their Dreams With The World From One Stage To Anotha,Theater,Theater,USD,2014-05-02,7500.00,2014-04-02 17:07:17,25.00,failed,1,US,25.00,25.00,7500.00 +1213633178,The Bloodfarm Media Equipment Fundraiser,Music Videos,Film & Video,NZD,2015-04-25,500.00,2015-03-26 02:41:12,1020.00,successful,27,NZ,778.87,776.73,380.75 +1213650870,2135: The Year Disco Came Back,Film & Video,Film & Video,USD,2012-08-11,7760.00,2012-07-12 00:48:31,1.00,failed,1,US,1.00,1.00,7760.00 +121366119,Foldagram,Technology,Technology,USD,2012-10-11,6500.00,2012-09-06 06:28:05,6731.00,successful,137,US,6731.00,6731.00,6500.00 +1213661222,WarBucks - A Territory Control & Deck Building Strategy Game,Tabletop Games,Games,USD,2013-10-07,55000.00,2013-09-06 19:00:58,2971.32,canceled,48,US,2971.32,2971.32,55000.00 +1213661467,Rowhouse Grocery,Food,Food,USD,2017-01-01,10000.00,2016-12-02 16:43:17,12000.00,successful,132,US,3976.00,12000.00,10000.00 +1213662791,Old Smokies Antique Show,Woodworking,Crafts,USD,2015-08-25,1500.00,2015-07-26 00:55:21,0.00,failed,0,US,0.00,0.00,1500.00 +1213675574,FlickIT with Friends,Video Games,Games,USD,2013-06-19,10000.00,2013-05-20 19:23:05,41.00,failed,4,US,41.00,41.00,10000.00 +"1213683190,""Five slim, minimalist, leather wallets. Unlock all of them!"",Product Design,Design,USD,2017-09-27,500.00,2017-08-23 10:06:33,2601.00,successful,92,US,806.00,2601.00,500.00" +1213686001,Beauty Never Cries,Film & Video,Film & Video,USD,2014-04-24,2500.00,2014-03-31 20:15:20,251.00,failed,4,US,251.00,251.00,2500.00 +"1213688349,""Melodi """"Nou Rive"""""",Music,Music,USD,2012-11-28,3500.00,2012-10-29 21:04:05,0.00,failed,0,US,0.00,0.00,3500.00" +1213702995,Help fund RetroLine clothing jump start to sucess.,Fashion,Fashion,USD,2013-12-19,5000.00,2013-11-19 02:58:06,0.00,failed,0,US,0.00,0.00,5000.00 +"1213704197,""Sons of God, the whole story of how the world ended on Oct2"",Graphic Novels,Comics,USD,2016-12-08,1100.00,2016-11-14 16:19:39,1188.11,successful,15,US,135.00,1188.11,1100.00" +1213712508,Our Journey Together,Children's Books,Publishing,USD,2016-09-04,4500.00,2016-08-05 02:03:22,211.00,failed,5,US,106.00,211.00,4500.00 +1213712733,DECCO the Toddler Monitor,Gadgets,Technology,CAD,2017-05-27,25000.00,2017-04-12 13:48:46,53879.00,successful,482,CA,7036.53,39842.49,18487.02 +1213713441,Butterfly - Go Somewhere. Meet Someone. Do Something.,Apps,Technology,USD,2014-11-22,17000.00,2014-10-23 17:59:15,5484.00,failed,37,US,5484.00,5484.00,17000.00 +1213716041,The Stacey Staxx Story...Real Rap (Based on a true story),Film & Video,Film & Video,USD,2016-08-10,50000.00,2016-06-11 23:01:37,0.00,failed,0,US,0.00,0.00,50000.00 +1213723611,HOME VIDEO (Horror Film),Horror,Film & Video,USD,2015-07-12,10000.00,2015-06-12 01:11:06,160.00,failed,7,US,160.00,160.00,10000.00 +1213724371,SOVEREIGN: THE RETURN Vol. 1 Graphic Novel,Graphic Novels,Comics,USD,2017-02-12,53000.00,2017-01-13 06:56:12,2127.00,canceled,59,US,2127.00,2127.00,53000.00 +"1213729631,""Father, Don't Cry"",Nonfiction,Publishing,USD,2017-03-26,10000.00,2017-02-24 19:03:08,270.00,canceled,4,US,270.00,270.00,10000.00" +1213730237,'To Kill a Kelpie' film project,Shorts,Film & Video,USD,2012-08-01,7500.00,2012-07-11 00:23:35,260.00,failed,8,US,260.00,260.00,7500.00 +1213731332,Woodland Animal Knits,Knitting,Crafts,CAD,2014-10-14,2000.00,2014-09-14 19:12:11,573.00,failed,13,CA,516.89,509.70,1779.04 +1213731790,Euphrates,Games,Games,AUD,2014-10-11,10000.00,2014-08-12 00:09:27,40.00,failed,3,AU,37.11,35.14,8785.03 +1213741446,Fernweh Tienda,Apparel,Fashion,USD,2014-08-29,360.00,2014-07-30 02:57:36,75.00,failed,3,US,75.00,75.00,360.00 +1213751646,QT Soundsystem,Performance Art,Art,USD,2011-08-15,4000.00,2011-07-21 23:38:40,4922.00,successful,72,US,4922.00,4922.00,4000.00 +1213755250,KomodoDash,Mobile Games,Games,USD,2017-08-20,2750.00,2017-07-21 03:44:18,75.00,failed,1,US,0.00,75.00,2750.00 +1213756232,L.Y.F.E ( Live Young Forever ),Music,Music,USD,2015-06-11,500.00,2015-06-04 03:37:00,50.00,failed,1,US,50.00,50.00,500.00 +1213756248,The Golf Square: Alignment Rods Re-Imagined,Product Design,Design,USD,2014-07-07,10000.00,2014-06-06 21:29:49,6412.00,failed,62,US,6412.00,6412.00,10000.00 +1213768012,Farmer Jim's Tomato Ketchup,Food,Food,USD,2013-07-12,3700.00,2013-06-12 04:09:56,4423.19,successful,109,US,4423.19,4423.19,3700.00 +1213770455,Camo Soccer Jerseys,Apparel,Fashion,USD,2014-05-31,30000.00,2014-05-16 17:49:07,0.00,failed,0,US,0.00,0.00,30000.00 +"1213772603,""Pit-Grill: Portable Fire Pit and Campfire Grill, Pizza Oven"",Product Design,Design,USD,2013-05-18,70000.00,2013-04-15 13:55:35,1807.00,failed,15,US,1807.00,1807.00,70000.00" +"1213775671,""Morosity """"Low Tide"""" Vinyl & CD Pressing"",Rock,Music,USD,2017-02-01,2222.00,2017-01-03 01:35:05,2699.00,successful,27,US,1244.00,2699.00,2222.00" +121379497,Hello Strange Friend,Animation,Film & Video,USD,2014-12-06,20000.00,2014-11-06 08:53:07,10.00,failed,2,US,10.00,10.00,20000.00 +1213796069,Mama's Knight: A Cancer Story of Love,Children's Books,Publishing,USD,2016-07-26,12000.00,2016-07-05 03:54:38,12119.00,successful,86,US,683.00,12119.00,12000.00 +1213800298,Erica Nicole - The Next Level,Music,Music,USD,2016-05-11,100000.00,2016-03-12 22:46:38,251.00,failed,2,US,251.00,251.00,100000.00 +1213807597,Goof! - children's book about the misfortunate,Children's Books,Publishing,GBP,2014-11-19,2000.00,2014-10-20 17:17:32,21.00,failed,2,GB,33.79,32.93,3136.47 +1213811673,STRUdittle--A tiny/fast/precise/low-cost filament extruder!,Product Design,Design,USD,2013-10-11,3000.00,2013-09-10 07:08:22,18350.00,successful,69,US,18350.00,18350.00,3000.00 +1213817873,WholeSam Food Truck,Food Trucks,Food,USD,2016-08-11,10000.00,2016-07-19 17:39:49,16716.00,successful,264,US,0.00,16716.00,10000.00 +"1213830539,""One Manner of Hunger or Another: Stories, Poetry and Prose"",Poetry,Publishing,USD,2013-08-30,7932.00,2013-07-16 02:51:40,310.00,failed,4,US,310.00,310.00,7932.00" +1213846658,Clic,Software,Technology,USD,2015-03-22,50000.00,2015-01-21 01:24:20,1.00,failed,1,US,1.00,1.00,50000.00 +1213862790,Pilgrim's Progress - The Camino De Santiago De Compostela,Photography,Photography,USD,2012-08-20,4500.00,2012-07-21 06:22:14,30.00,failed,1,US,30.00,30.00,4500.00 +1213877201,Stringy and Mopy: The Adventure Begins - Superhero Comic,Webcomics,Comics,USD,2017-04-14,300.00,2017-03-15 03:30:29,24.00,failed,2,US,0.00,24.00,300.00 +1213877390,TRI Magazine,Publishing,Publishing,EUR,2015-02-21,10000.00,2015-01-22 10:58:47,501.00,failed,16,IE,579.54,563.12,11240.00 +1213884777,Everyone Drives (Canceled),Documentary,Film & Video,USD,2012-05-12,1000.00,2012-04-17 01:03:25,871.50,canceled,29,US,871.50,871.50,1000.00 +1213895193,Flip 'N Flate (Rug Airbed),Product Design,Design,USD,2015-07-18,30000.00,2015-06-17 01:00:39,561.00,failed,8,US,561.00,561.00,30000.00 +1213906465,WholeStory: World's Comfiest Hammocks & Lounge Chairs,Product Design,Design,USD,2017-06-03,10000.00,2017-04-19 04:29:37,19500.00,successful,110,US,3191.00,19500.00,10000.00 +1213914292,The Art of a Fine Table,Woodworking,Crafts,USD,2015-06-04,4000.00,2015-05-05 17:18:02,0.00,failed,0,US,0.00,0.00,4000.00 +1213918445,Coven: A Psychological Horror Journey,Horror,Film & Video,GBP,2016-08-12,3100.00,2016-07-18 05:07:58,32.00,failed,3,GB,0.00,41.49,4019.71 +1213924557,Lil Journi,Mobile Games,Games,EUR,2017-05-06,3000.00,2017-03-07 23:52:49,1.00,failed,1,DE,1.06,1.09,3262.78 +"1213932345,""Wrap & roll, fresh homemade healthy comfort food."",Food Trucks,Food,USD,2014-09-27,7500.00,2014-08-28 02:51:00,795.00,failed,15,US,795.00,795.00,7500.00" +1213932792,Plunder - A Pixel Graphic Pirate RPG,Video Games,Games,USD,2017-08-31,10000.00,2017-07-11 01:12:36,3203.00,failed,58,US,0.00,3203.00,10000.00 +"1213936983,The 22 Year old American traveler; A detailed Memoir.,Print,Journalism,USD,2017-08-11,35000.00,2017-07-12 07:41:30,0.00,failed,0,US,0.00,0.00,35000.00" +1213939358,Elimentals - Mutant Corps (Canceled),Video Games,Games,AUD,2013-12-27,250000.00,2013-11-27 09:24:27,120.00,canceled,2,AU,110.21,106.90,222717.15 +1213942076,Bringing my Family back to the Farm,Farms,Food,USD,2015-10-31,1000.00,2015-10-02 00:24:55,15.00,failed,2,US,15.00,15.00,1000.00 +1213955298,Batizado CBP da Topazio Las Vegas 2014,Performances,Dance,USD,2014-05-04,2850.00,2014-04-19 06:34:04,3070.00,successful,65,US,3070.00,3070.00,2850.00 +1213956012,Hiragana Japanese Symbols Poster,Graphic Design,Design,USD,2015-11-23,500.00,2015-11-13 01:49:12,56.00,failed,4,US,56.00,56.00,500.00 +1213967766,Top That!,Mobile Games,Games,USD,2015-07-15,7500.00,2015-06-15 21:19:46,11.00,failed,2,US,11.00,11.00,7500.00 +"1213978258,""""""Everybody Loves Roy Ayers""""/Dj Tribute /Black History Month"",Music,Music,USD,2014-02-11,3000.00,2014-01-17 18:08:53,106.00,failed,6,US,106.00,106.00,3000.00" +1213979088,In the Name of God,Shorts,Film & Video,USD,2017-08-04,8000.00,2017-07-05 23:55:26,1.00,failed,1,US,0.00,1.00,8000.00 +1213980431,Forest Spirits Enamel Pins by Past Your Porchlight,Art,Art,CAD,2016-09-01,900.00,2016-08-02 23:10:41,3560.00,successful,66,CA,1026.07,2721.30,687.97 +1213984753,Free energy inverter,DIY Electronics,Technology,CAD,2015-05-18,15000.00,2015-03-19 21:25:10,65.00,failed,3,CA,50.82,53.28,12295.08 +"1213984982,""""""Moving To Your Beat"""" Music Video"",Pop,Music,USD,2014-09-22,1600.00,2014-08-08 21:58:29,1731.00,successful,27,US,1731.00,1731.00,1600.00" +1213992585,Voice Voz,Film & Video,Film & Video,USD,2015-10-04,10000.00,2015-08-05 23:21:29,0.00,failed,0,US,0.00,0.00,10000.00 +1213996128,Bricia and Acacia,Pop,Music,USD,2016-10-01,30000.00,2016-08-29 17:04:25,8229.00,failed,40,US,448.00,8229.00,30000.00 +1214006194,Metcon Tactical Vest: Train Like You Fight,Gadgets,Technology,EUR,2017-12-21,22500.00,2017-11-11 03:29:15,10674.00,failed,66,ES,0.00,12651.87,26669.20 +1214017466,Hand of Diana Pin,Art,Art,USD,2017-05-26,630.00,2017-04-26 18:12:08,942.00,successful,47,US,228.00,942.00,630.00 +1214017883,Cajun Potato Salad and Gumbo,Small Batch,Food,USD,2014-08-08,50.00,2014-07-09 00:00:34,0.00,failed,0,US,0.00,0.00,50.00 +1214021708,Hello Forever,Narrative Film,Film & Video,USD,2012-07-13,35000.00,2012-06-12 18:54:52,35054.06,successful,152,US,35054.06,35054.06,35000.00 +1214024161,Help me Geocache by bike across the USA!!!,Documentary,Film & Video,USD,2012-03-15,1500.00,2012-02-14 22:35:20,46.00,failed,6,US,46.00,46.00,1500.00 +1214025776,My Daddy Told Me,Children's Books,Publishing,USD,2011-08-16,8000.00,2011-05-30 23:25:01,960.00,failed,18,US,960.00,960.00,8000.00 +1214031688,Theatrically Distributing BIG JOY! Exuberate!,Documentary,Film & Video,USD,2013-07-24,50000.00,2013-06-22 23:25:58,50125.33,successful,242,US,50125.33,50125.33,50000.00 +121403220,Brooklyn,Classical Music,Music,USD,2017-01-11,3333.00,2016-12-15 23:44:49,3906.00,successful,66,US,262.00,3906.00,3333.00 +1214037674,Jelly Fish Sculpture,Sculpture,Art,USD,2015-12-05,500.00,2015-10-21 21:00:56,30.00,failed,1,US,30.00,30.00,500.00 +"1214046625,""REIFY - Music you can hear, see and hold. (Canceled)"",Product Design,Design,USD,2015-08-13,150000.00,2015-07-14 13:49:55,19024.00,canceled,220,US,19024.00,19024.00,150000.00" +1214056976,Bent Festival 2010,Digital Art,Art,USD,2010-04-21,2000.00,2010-04-05 19:41:45,2075.00,successful,52,US,2075.00,2075.00,2000.00 +1214064771,Chicken Outfit #3 : Satirical Fantasy Horror Comic,Comic Books,Comics,CAD,2015-05-02,2799.00,2015-04-01 13:41:01,3131.00,successful,48,CA,2469.12,2586.96,2312.65 +1214067383,Charmed Life Designs Growing a Small Business,Crafts,Crafts,USD,2014-11-03,4200.00,2014-10-04 05:41:24,102.00,failed,2,US,102.00,102.00,4200.00 +1214067545,Research Stir - The Game Changer in Biomedical Discoveries,Technology,Technology,USD,2014-07-21,25000.00,2014-06-21 06:21:29,0.00,canceled,0,US,0.00,0.00,25000.00 +1214071650,Worlds Loudest Month and Beyond!,People,Photography,USD,2015-03-04,5000.00,2015-02-02 22:20:41,21.00,failed,2,US,21.00,21.00,5000.00 +1214073191,The Puzzle Pages Free Puzzle Book,Puzzles,Games,USD,2013-01-22,15000.00,2012-12-13 23:17:21,10.00,failed,1,US,10.00,10.00,15000.00 +"1214083810,""""""DIRT: A WAR STORY"""" a new action film by Devastation Films"",Film & Video,Film & Video,USD,2012-01-28,5000.00,2011-12-29 07:05:18,35.00,failed,2,US,35.00,35.00,5000.00" +1214086039,The half full project,Art,Art,USD,2014-08-02,60.00,2014-07-21 12:21:22,0.00,failed,0,US,0.00,0.00,60.00 +1214089296,Lesser Of Two Evils,Film & Video,Film & Video,USD,2012-07-19,1000.00,2012-07-05 19:49:55,1775.00,successful,23,US,1775.00,1775.00,1000.00 +1214093784,The Psych Code,Comic Books,Comics,SEK,2015-06-17,12000.00,2015-05-18 05:38:15,0.00,failed,0,SE,0.00,0.00,1470.95 +1214095923,Sabacc Card Game,Tabletop Games,Games,USD,2014-09-10,1000.00,2014-08-21 13:50:24,1340.00,successful,41,US,1340.00,1340.00,1000.00 +1214098507,G-Free Goodness,Food,Food,CAD,2014-11-18,40000.00,2014-10-09 22:48:35,0.00,failed,0,CA,0.00,0.00,35523.98 +1214108838,Insanity,Playing Cards,Games,USD,2016-06-03,1100.00,2016-04-24 23:10:16,2627.00,successful,56,US,2627.00,2627.00,1100.00 +"1214111972,""Bring Mary McDonough, """"Erin Walton"""", to Atlanta, Georgia!"",Fiction,Publishing,USD,2015-04-18,2500.00,2015-03-19 15:43:16,50.00,failed,1,US,50.00,50.00,2500.00" +1214119345,Man In A Monster Suit - feature film,Comedy,Film & Video,GBP,2016-12-05,1000.00,2016-11-04 23:49:20,320.00,failed,21,GB,209.55,402.56,1258.00 +1214124030,Musician's Paradise ENT. (Start Up Funding),Music,Music,USD,2017-06-21,1216.00,2017-05-22 06:15:32,0.00,failed,0,US,0.00,0.00,1216.00 +121413118,The Rover Pack | A Blend of Voltage & Perspective (Canceled),Wearables,Technology,USD,2016-06-21,30000.00,2016-05-16 23:44:55,5464.00,canceled,34,US,5464.00,5464.00,30000.00 +1214135346,Peter's New Album!!,Rock,Music,USD,2014-01-19,4000.00,2013-12-20 21:00:30,4151.00,successful,52,US,4151.00,4151.00,4000.00 +121413568,Forever Flowers,Art,Art,CAD,2015-12-05,10000.00,2015-11-05 13:22:02,284.00,failed,5,CA,217.49,207.85,7318.50 +"121413755,have you seen jordan?,Music,Music,USD,2016-06-22,3200.00,2016-04-23 06:19:25,0.00,canceled,0,""N,0"""""",,0.00,3200.00" +1214144200,Quests of Valeria,Tabletop Games,Games,USD,2016-05-07,8000.00,2016-04-26 16:56:09,85563.00,successful,3869,US,85563.00,85563.00,8000.00 +1214149922,Long Time Sun Apparel Boutique,Apparel,Fashion,USD,2014-08-18,10000.00,2014-07-28 22:23:32,12395.00,successful,130,US,12395.00,12395.00,10000.00 +1214151903,Revolt Clothing. Plant Your Flag,Apparel,Fashion,USD,2014-08-14,2500.00,2014-07-15 21:06:34,0.00,failed,0,US,0.00,0.00,2500.00 +1214152598,The DominoeTV Project,Film & Video,Film & Video,USD,2017-08-20,2000.00,2017-08-10 21:41:58,0.00,failed,0,US,0.00,0.00,2000.00 +1214152797,Ben's Top 5 podcast (Canceled),Audio,Journalism,USD,2014-09-12,650.00,2014-07-31 18:42:28,10.00,canceled,1,US,10.00,10.00,650.00 +"1214154764,""Light Up Suit Jackets, Battery Powered, Incredible Glow!"",Apparel,Fashion,USD,2014-05-21,2000.00,2014-03-22 00:54:58,2001.00,successful,25,US,2001.00,2001.00,2000.00" +"1214161843,""""""Wheat Fields and Stars"""""",Country & Folk,Music,USD,2014-09-26,12000.00,2014-08-07 19:56:35,13050.00,successful,78,US,13050.00,13050.00,12000.00" +1214166596,Beer Pong Golf : Golf Spieth Can't Master,Games,Games,USD,2017-09-13,20000.00,2017-08-03 15:56:30,138274.00,successful,874,US,725.00,138274.00,20000.00 +1214166984,Take the Trail: Packs for the Modern Adventurer,Product Design,Design,USD,2015-12-23,20000.00,2015-11-18 01:54:33,20458.00,successful,145,US,20458.00,20458.00,20000.00 +1214180353,Closure - A Paul Haasch Music Video,Rock,Music,USD,2011-10-01,1000.00,2011-09-02 20:52:37,1001.49,successful,28,US,1001.49,1001.49,1000.00 +1214194745,Twindollicious Series Children's Book,Children's Books,Publishing,USD,2013-11-06,3000.00,2013-10-07 21:42:59,3055.00,successful,17,US,3055.00,3055.00,3000.00 +1214196858,JONAH the movie musical needs you!,Film & Video,Film & Video,USD,2010-11-25,15000.00,2010-10-15 00:04:03,22508.00,successful,430,US,22508.00,22508.00,15000.00 +1214200394,Otherwise Normal Photo Series,Photography,Photography,USD,2013-05-02,500.00,2013-04-02 21:29:04,0.00,failed,0,US,0.00,0.00,500.00 +1214211620,KeySmart™ - Free Your Pocket,Product Design,Design,USD,2013-06-15,6000.00,2013-05-06 03:02:18,329862.87,successful,8900,US,329862.87,329862.87,6000.00 +"1214221047,""The Deep Sea, Blood & Ice Dragons by Kerem Beyit"",Tabletop Games,Games,USD,2015-03-26,2000.00,2015-03-09 17:06:18,6397.00,successful,559,US,6397.00,6397.00,2000.00" +1214235128,Frisenvang’s sustainable handspun alpaca yarn New colors,Knitting,Crafts,DKK,2016-12-28,14500.00,2016-11-28 20:12:27,24033.50,successful,121,DK,14.24,3407.65,2055.92 +1214239070,Wellet | The Next Generation Smart Wallet,Product Design,Design,HKD,2017-04-30,200000.00,2017-03-01 06:20:59,8315.00,failed,29,HK,362.03,1068.33,25696.37 +1214257073,Epek Pop-up Restaurant,Restaurants,Food,USD,2015-08-10,15000.00,2015-07-11 09:15:53,100.00,failed,1,US,100.00,100.00,15000.00 +1214258803,BeatLights: Sound to Light,Hardware,Technology,USD,2013-07-22,5000.00,2013-05-23 04:14:13,5185.00,successful,54,US,5185.00,5185.00,5000.00 +1214260604,BATTALIA: The Creation - perhaps your next board game!,Tabletop Games,Games,USD,2015-07-01,70000.00,2015-06-01 22:22:22,27413.00,canceled,396,US,27413.00,27413.00,70000.00 +"121426336,""""""Election Year Racial Tensions """" The Documentary"",Music Videos,Film & Video,USD,2016-11-20,3000.00,2016-10-21 18:19:45,6.00,failed,2,US,0.00,6.00,3000.00" +1214263718,Cortango Orquesta Debut Album,Music,Music,USD,2014-12-01,14000.00,2014-11-04 14:07:13,14662.00,successful,166,US,14662.00,14662.00,14000.00 +"1214276900,""Pirate Ship Hostel And Lodging, Air B&B Accommodation"",Art,Art,USD,2016-03-13,15000.00,2016-02-22 18:36:51,151.00,failed,4,US,151.00,151.00,15000.00" +1214283173,So Long Solo - debut Indie/Pop full album,Music,Music,USD,2014-05-16,20000.00,2014-04-16 18:40:51,11274.00,failed,209,US,11274.00,11274.00,20000.00 +"1214284518,""Cloud City Biannual, Issue One"",Art Books,Publishing,USD,2017-11-06,9575.00,2017-10-16 14:50:42,1789.00,failed,25,US,0.00,1789.00,9575.00" +1214292305,GBS Detroit Presents Irreverent Smile,Indie Rock,Music,USD,2013-08-10,1200.00,2013-07-25 16:33:28,1375.00,successful,34,US,1375.00,1375.00,1200.00 +1214300457,sloggoth,Metal,Music,USD,2015-02-16,300.00,2015-01-17 20:58:29,300.00,successful,10,US,300.00,300.00,300.00 +1214305971,The Adventures of Zelza Zero & Friends,Animation,Film & Video,USD,2013-03-10,400000.00,2013-01-24 05:29:09,10372.00,failed,89,US,10372.00,10372.00,400000.00 +1214312155,Mathematics in Baseball,Publishing,Publishing,USD,2017-01-10,20000.00,2016-11-11 03:31:36,60.00,failed,2,US,0.00,60.00,20000.00 +1214315,You Talk Funny!,Film & Video,Film & Video,USD,2017-10-15,1000.00,2017-09-15 06:41:05,0.00,canceled,0,US,0.00,0.00,1000.00 +1214316180,Sai Bravo's Debut Album,Hip-Hop,Music,USD,2015-04-05,10000.00,2015-03-06 18:06:20,0.00,failed,0,US,0.00,0.00,10000.00 +1214324221,Cuba! Seed to Plate - A Wandering Feast ,Food,Food,USD,2011-02-24,27000.00,2011-01-10 20:22:02,66.00,failed,4,US,66.00,66.00,27000.00 +1214329790,Ghost lake,Horror,Film & Video,SEK,2015-06-11,15000.00,2015-04-27 12:14:58,3000.00,failed,6,SE,347.64,365.71,1828.55 +121433311,Rock Flowers and Plant Stickers,Crafts,Crafts,USD,2016-07-30,1500.00,2016-06-30 03:46:38,90.00,failed,3,US,30.00,90.00,1500.00 +"1214338918,""The Longing, Debut CD and Amateur Community Studio Startup"",Music,Music,USD,2012-01-15,5000.00,2011-12-16 05:05:57,70.00,failed,4,US,70.00,70.00,5000.00" +1214342261,My Favourite Place (Canceled),Photography,Photography,GBP,2012-12-06,4000.00,2012-11-06 12:45:04,721.00,canceled,28,GB,1155.47,1154.26,6403.69 +1214343329,A History of Sluts,Art Books,Publishing,USD,2014-08-18,500.00,2014-07-19 18:11:11,223.00,failed,8,US,223.00,223.00,500.00 +1214346980,RetroCade Synth - One ChipTune board to rule them all!,Sound,Technology,USD,2012-07-04,6000.00,2012-06-04 20:21:46,12557.00,successful,91,US,12557.00,12557.00,6000.00 +1214348087,ShopStore - #1 Digital Storage app for Shopping & Traveling,Apps,Technology,USD,2016-03-14,1000.00,2016-03-04 20:41:35,105.00,failed,5,US,105.00,105.00,1000.00 +1214349078,Atlanta Fashion Week N-Spire Collection,Ready-to-wear,Fashion,USD,2014-07-25,2500.00,2014-06-25 04:22:56,0.00,failed,0,US,0.00,0.00,2500.00 +1214351990,Sunny Day Rain,World Music,Music,USD,2015-05-27,1000.00,2015-04-27 07:00:21,39.00,failed,4,US,39.00,39.00,1000.00 +1214352944,Songs on Conceptual Art,Conceptual Art,Art,USD,2012-05-24,1000.00,2012-05-03 19:11:57,1331.66,successful,48,US,1331.66,1331.66,1000.00 +1214369029,My Hair Record,Web,Technology,USD,2015-06-23,10000.00,2015-04-24 15:01:21,120.00,failed,5,US,120.00,120.00,10000.00 +1214372847,Luxe Bracelets,Jewelry,Fashion,GBP,2017-02-14,3000.00,2017-01-15 20:15:12,0.00,failed,0,GB,0.00,0.00,3727.26 +121437434,Ice Hockey Image Creation/Hosting Forum,Web,Technology,USD,2017-06-29,6000.00,2017-05-30 14:43:59,75.00,failed,2,US,0.00,75.00,6000.00 +1214392900,My Fairy Tale Prom,Webseries,Film & Video,USD,2017-10-01,16275.00,2017-08-02 23:35:00,1.00,failed,1,US,0.00,1.00,16275.00 +121440700,Kentucky Krafter's Gallery,Crafts,Crafts,USD,2013-06-01,3150.00,2013-05-02 23:41:14,626.00,failed,16,US,626.00,626.00,3150.00 +1214412930,The Nidaros Project,Classical Music,Music,NOK,2015-09-27,300000.00,2015-08-28 22:18:57,0.00,failed,0,NO,0.00,0.00,35569.89 +1214415068,Part-Time Gods of FATE from Third Eye Games,Tabletop Games,Games,USD,2015-07-02,2000.00,2015-06-02 18:09:41,9434.00,successful,293,US,9434.00,9434.00,2000.00 +1214417618,Apocalyptic Survival,Narrative Film,Film & Video,USD,2014-08-10,5000.00,2014-07-11 23:17:34,30.00,failed,1,US,30.00,30.00,5000.00 +1214422267,Lynae Hiatt: Operation Dream Come True/Nashville Recording,Country & Folk,Music,USD,2013-07-06,17000.00,2013-06-06 23:38:28,50.00,failed,2,US,50.00,50.00,17000.00 +"1214423954,""This Girl Laughs, This Girl Cries, This Girl Does Nothing"",Theater,Theater,USD,2011-11-23,500.00,2011-10-24 07:03:09,546.00,successful,14,US,546.00,546.00,500.00" +1214425037,Meagan Made Leather Creations - to the fair!,Crafts,Crafts,USD,2014-12-26,1000.00,2014-11-26 21:25:22,141.00,failed,4,US,141.00,141.00,1000.00 +1214434244,Publish the history of animal rights in North America!,Publishing,Publishing,USD,2011-07-01,5500.00,2011-05-17 17:40:12,6732.37,successful,118,US,6732.37,6732.37,5500.00 +1214435165,New Years Eve PARTY at Retro Station,Food,Food,USD,2017-11-30,3300.00,2017-11-16 19:23:34,150.00,failed,1,US,0.00,150.00,3300.00 +1214435411,JC Feature Film Comedy Project (Canceled),Narrative Film,Film & Video,USD,2010-10-25,2500.00,2010-08-31 23:02:48,175.00,canceled,3,US,175.00,175.00,2500.00 +1214435430,Star Saga - The Sci-fi Dungeon Crawler,Tabletop Games,Games,USD,2016-10-22,100000.00,2016-09-26 14:29:45,410198.00,successful,3000,US,173851.00,410198.00,100000.00 +"1214438628,""Eleve is on a World Tour - Come with us and """"Enjoy the Ride"""""",Pop,Music,USD,2013-07-09,1000.00,2013-06-29 21:36:06,40.00,failed,2,US,40.00,40.00,1000.00" +1214447372,Gympare,Apps,Technology,EUR,2016-03-31,3800.00,2016-02-03 12:59:08,11.00,failed,2,IE,11.99,12.58,4344.15 +1214452172,i wanna make videos (Canceled),Film & Video,Film & Video,GBP,2015-04-24,300.00,2015-03-24 23:25:36,0.00,canceled,0,GB,0.00,0.00,453.58 +1214459099,Meat and Potatoes (Starring Kevin Chamberlin),Shorts,Film & Video,USD,2013-03-23,14708.00,2013-02-21 18:56:53,19220.00,successful,125,US,19220.00,19220.00,14708.00 +121446530,Ana the no-toed sloth,Children's Books,Publishing,USD,2012-06-02,3000.00,2012-05-03 05:33:19,3383.00,successful,41,US,3383.00,3383.00,3000.00 +1214468101,Recited poems of Cuban poet Jose Angel Buesa -in Spanish,Poetry,Publishing,USD,2014-11-17,2000.00,2014-10-18 22:24:03,0.00,failed,0,US,0.00,0.00,2000.00 +1214471163,Northwest Dance Project: Make our 1st tour to Germany rock!,Dance,Dance,USD,2011-04-21,4700.00,2011-03-27 21:29:09,5782.00,successful,77,US,5782.00,5782.00,4700.00 +1214478375,Paranormal Database: True Progress In Paranormal Research,Publishing,Publishing,USD,2015-08-07,2500.00,2015-07-08 23:42:04,1370.00,failed,34,US,1370.00,1370.00,2500.00 +1214482301,Fight Child Obesity With Kenny The Couch Potato,Comics,Comics,USD,2010-10-18,40000.00,2010-09-18 00:29:19,0.00,failed,0,US,0.00,0.00,40000.00 +1214485926,Pinball Pete's: A Pop'n Music Cabinet,Video Games,Games,USD,2013-03-01,5000.00,2013-01-30 23:48:35,286.00,failed,6,US,286.00,286.00,5000.00 +"1214492591,""Wool&Prince: The Wear-More, Wash-Less T-Shirt"",Fashion,Fashion,USD,2014-01-29,35000.00,2014-01-13 16:03:32,88495.00,successful,682,US,88495.00,88495.00,35000.00" +"1214501176,""Tortured Hearts - or, How I Saved The Universe. Again."",Video Games,Games,USD,2012-04-29,300000.00,2012-03-20 20:29:23,12670.66,failed,433,US,12670.66,12670.66,300000.00" +1214505951,REVIVAL,Performances,Dance,USD,2017-06-10,7000.00,2017-05-08 12:13:40,8968.00,successful,87,US,37.00,8968.00,7000.00 +1214506925,Help Support the Re-Emergence of Real HipHop thru Apparel,Ready-to-wear,Fashion,USD,2015-01-01,3000.00,2014-12-02 14:48:23,0.00,failed,0,US,0.00,0.00,3000.00 +1214509115,Help Fund MIKE ZABRIN's New Song!,Music,Music,USD,2012-07-09,500.00,2012-06-09 02:11:58,0.00,failed,0,US,0.00,0.00,500.00 +1214516049,Castle Island Hymns Record (2013),Indie Rock,Music,USD,2013-09-04,10000.00,2013-08-05 14:50:37,10982.00,successful,189,US,10982.00,10982.00,10000.00 +1214517025,Finding Frank Ocean,Film & Video,Film & Video,USD,2015-10-22,30000.00,2015-09-22 23:45:20,401.00,failed,4,US,401.00,401.00,30000.00 +"121451777,""Debut Album """"Rachel Kate,With Love and Hate"""" can be YOURS!"",Music,Music,USD,2013-03-03,9000.00,2013-02-01 16:41:46,9721.00,successful,257,US,9721.00,9721.00,9000.00" +1214521211,Shanghai Deco,Documentary,Film & Video,USD,2016-08-25,5500.00,2016-08-03 22:01:46,86.00,failed,6,US,5.00,86.00,5500.00 +1214522468,Keiki Cards,Children's Books,Publishing,USD,2016-02-17,3500.00,2016-02-10 20:12:12,80.00,failed,3,US,80.00,80.00,3500.00 +1214524636,Yale Out of the Blue's Album,Music,Music,USD,2016-11-19,7000.00,2016-10-16 22:09:26,8300.00,successful,33,US,390.00,8300.00,7000.00 +1214530619,Kings Chicken : Veterans Helping Veterans,Restaurants,Food,USD,2015-02-26,15000.00,2015-01-27 00:10:10,101.00,failed,2,US,101.00,101.00,15000.00 +121453198,Take.2.Photography,Photography,Photography,USD,2017-11-18,2500.00,2017-10-19 10:27:38,0.00,failed,0,US,0.00,0.00,2500.00 +1214533808,My Little Po-Mo: Volume Two: Season Two,Nonfiction,Publishing,USD,2014-03-20,1000.00,2014-02-18 18:07:06,1030.00,successful,22,US,1030.00,1030.00,1000.00 +1214535368,Vidsync.net,Web,Technology,CAD,2017-02-17,10000.00,2017-01-18 06:32:25,50.00,failed,1,CA,38.05,38.23,7645.84 +1214538871,Classic Fantasy Football Drafts,Games,Games,USD,2015-07-29,1000.00,2015-06-29 18:47:38,185.00,failed,4,US,185.00,185.00,1000.00 +1214539422,The Pit: A FIlm by Byron Camacho,Shorts,Film & Video,USD,2011-04-03,4500.00,2011-01-27 16:48:26,4800.00,successful,32,US,4800.00,4800.00,4500.00 +1214541656,NOMsense Bakery,Food,Food,USD,2015-04-11,3000.00,2015-02-10 02:01:22,3638.00,successful,48,US,3638.00,3638.00,3000.00 +1214542613,Brohugs Podcast with Jere and Todd,Radio & Podcasts,Publishing,USD,2016-07-08,2000.00,2016-06-08 20:54:38,11.00,failed,2,US,10.00,11.00,2000.00 +1214543934,Little Grub Club,Restaurants,Food,CAD,2016-09-07,5000.00,2016-08-08 15:50:24,1.00,failed,1,CA,0.00,0.77,3858.92 +121454525,Help Adam & Corey Re-Open Tacoma's Historic Goldfish Tavern,Restaurants,Food,USD,2014-12-06,22000.00,2014-11-04 09:25:10,25885.00,successful,337,US,25885.00,25885.00,22000.00 +1214554097,Breaking Bad Walter White Heisenberg Breaking Bad T-shirt,Apparel,Fashion,USD,2016-02-07,240.00,2016-01-11 19:36:21,24.00,failed,1,US,24.00,24.00,240.00 +1214554846,Wally: The iPhone Wallet. Reimagined.,Product Design,Design,USD,2013-03-01,12000.00,2013-01-31 16:49:32,90472.02,successful,1999,US,90472.02,90472.02,12000.00 +1214556285,Make your own Penguin Coffee!,Product Design,Design,AUD,2015-07-23,6000.00,2015-06-18 22:32:06,448.00,failed,19,AU,346.27,325.46,4358.88 +1214562314,Sven's World,Mobile Games,Games,USD,2016-03-05,35000.00,2016-01-20 21:15:47,537.00,failed,4,US,537.00,537.00,35000.00 +"1214565054,Looney Bin Short Film,Film & Video,Film & Video,USD,2015-03-20,1300.00,2015-02-27 22:20:06,1735.00,undefined,0,""N,0"""""",,1735.00,1300.00" +1214571279,Americans on the Front Lines of Climate Change,Documentary,Film & Video,USD,2014-07-31,24000.00,2014-06-21 11:02:07,25263.00,successful,170,US,25263.00,25263.00,24000.00 +121457955,Crochet & Rubberband Creations Business! (:,Crochet,Crafts,USD,2015-02-19,1000.00,2015-01-20 03:26:17,2.00,failed,2,US,2.00,2.00,1000.00 +12145812,Need to Know - The Mass Surveillance Thriller Game,Video Games,Games,AUD,2016-03-11,29000.00,2016-02-09 17:00:23,135837.89,successful,4451,AU,96215.21,102018.69,21779.95 +1214592573,Love Bug Brownies,Food,Food,USD,2013-11-30,1500.00,2013-10-31 17:06:22,7454.00,successful,275,US,7454.00,7454.00,1500.00 +1214593154,THDRSHKZ: copper-graphic tee.shirts,Apparel,Fashion,GBP,2017-03-03,30000.00,2017-02-01 09:52:22,10.00,failed,1,GB,12.51,12.23,36703.08 +1214598753,Hayward Williams New Album,Music,Music,USD,2012-05-07,4000.00,2012-04-11 23:09:22,7315.00,successful,132,US,7315.00,7315.00,4000.00 +1214610374,Flame Premium Playing Cards (deck on fire),Playing Cards,Games,USD,2017-01-20,500.00,2017-01-13 01:22:27,332.00,canceled,21,US,295.00,332.00,500.00 +1214611484,Poke Scouts Pins,Art,Art,USD,2017-11-03,300.00,2017-10-04 20:43:28,105.00,failed,4,US,17.00,105.00,300.00 +1214627841,Captive Souls Playing Cards *Relaunch*,Playing Cards,Games,GBP,2016-10-04,2500.00,2016-09-02 14:32:10,2515.00,successful,84,GB,1371.00,3100.84,3082.35 +1214630007,HOLLYWOOD star studded Parisian Supernatural Thriller,Thrillers,Film & Video,GBP,2015-11-18,10000.00,2015-10-19 18:34:53,4212.91,failed,29,GB,6504.84,6423.29,15246.69 +1214632529,Babooshka's Baklava (Canceled),Food,Food,USD,2014-01-01,30000.00,2013-11-26 20:33:38,99.00,canceled,2,US,99.00,99.00,30000.00 +121464106,Reaper of the Soul TV Series,Television,Film & Video,USD,2015-05-01,600.00,2015-03-26 22:13:13,0.00,failed,0,US,0.00,0.00,600.00 +"1214642345,""""""Faith Lost"""" a short film"",Film & Video,Film & Video,USD,2014-07-03,5000.00,2014-06-03 21:55:09,0.00,failed,0,US,0.00,0.00,5000.00" +1214643226,Imperial Valley Women's World War II Experience Project,Publishing,Publishing,USD,2013-05-01,900.00,2013-03-07 01:36:37,120.00,canceled,6,US,120.00,120.00,900.00 +121464916,Amira: Your inner princess,Accessories,Fashion,AUD,2016-07-25,3500.00,2016-06-25 09:24:33,3900.00,successful,61,AU,1563.85,2931.89,2631.18 +1214653690,Espacio holístico,Spaces,Food,EUR,2017-07-27,500000.00,2017-06-27 20:18:46,330.00,failed,7,ES,0.00,387.06,586448.35 +1214655957,Survival Instinct,Video Games,Games,CAD,2015-05-01,300000.00,2015-04-01 22:41:06,122.00,failed,5,CA,96.21,100.80,247872.43 +1214657833,Help Theatre Exile fund A Behanding in Spokane!,Theater,Theater,USD,2012-06-01,1000.00,2012-04-02 19:45:11,1020.42,successful,23,US,1020.42,1020.42,1000.00 +1214663281,A Fantasy,Games,Games,USD,2015-03-11,2000.00,2015-02-09 19:07:17,5.00,failed,1,US,5.00,5.00,2000.00 +121466943,More or Less I Am,Theater,Theater,USD,2010-05-20,2000.00,2010-02-19 23:43:12,2110.11,successful,39,US,2110.11,2110.11,2000.00 +121467789,Johnny The Homicidal Maniac Series Sing Along EP 1/4,Comics,Comics,USD,2014-04-05,5000.00,2014-02-04 03:40:26,1.00,canceled,1,US,1.00,1.00,5000.00 +1214681603,King Leaves The Kingdom,Shorts,Film & Video,USD,2012-03-03,11000.00,2012-02-02 20:33:45,11059.00,successful,139,US,11059.00,11059.00,11000.00 +"1214686364,""Raiding the Crossroads: Making """"Tales"""" a Daily Webcomic"",Comics,Comics,USD,2011-01-23,10000.00,2010-10-25 08:55:06,180.00,canceled,4,US,180.00,180.00,10000.00" +1214689956,Help print Kapo Clothing's Spring 2012 t-shirts!!!,Fashion,Fashion,USD,2012-03-15,4350.00,2012-01-30 16:21:52,4511.00,successful,53,US,4511.00,4511.00,4350.00 +121469134,THE UNABOMINABLE YODI: Children's Book and Plush Toy,Children's Books,Publishing,USD,2017-07-15,20000.00,2017-06-11 05:46:06,20622.00,successful,154,US,371.00,20622.00,20000.00 +1214698152,DREAMER- Full-Length Motion Picture of a Modern-Day Joseph,Film & Video,Film & Video,USD,2013-07-07,375000.00,2013-05-08 23:31:56,781.00,failed,12,US,781.00,781.00,375000.00 +1214705280,The Gin Thief,Fiction,Publishing,USD,2014-08-25,250.00,2014-08-18 05:18:19,506.00,successful,28,US,506.00,506.00,250.00 +1214712563,Jonathan,Shorts,Film & Video,NZD,2014-05-02,550.00,2014-04-17 23:39:58,690.00,successful,20,NZ,592.67,596.83,475.74 +1214714523,Para-ti.ch I Individuelle Fairtrade-Schuhe aus Kolumbien,Footwear,Fashion,CHF,2016-02-03,3600.00,2015-12-25 17:46:52,4039.00,successful,23,CH,4084.18,4075.76,3632.77 +1214724613,Fiore - A Touch of Nature (Canceled),Product Design,Design,USD,2013-03-09,1500.00,2013-02-07 04:05:45,216.00,canceled,14,US,216.00,216.00,1500.00 +1214725039,Give Me More,Performances,Dance,USD,2017-11-13,10000.00,2017-10-16 13:10:21,13066.00,successful,94,US,0.00,13066.00,10000.00 +"1214728481,Dear Sir or Madam; The Max Letters,Nonfiction,Publishing,USD,2012-12-01,4000.00,2012-11-01 17:37:12,800.00,failed,12,US,800.00,800.00,4000.00" +121473094,130ft mural in the belly of The Pearl. New rewards added!,Public Art,Art,USD,2014-03-31,800.00,2014-03-11 18:03:20,1450.00,successful,24,US,1450.00,1450.00,800.00 +1214734883,GNUstep Project,Software,Technology,USD,2013-09-11,50000.00,2013-08-12 22:10:37,21115.40,failed,572,US,21115.40,21115.40,50000.00 +1214747955,Sarah and The Tall Boys Make a Live Album!,Music,Music,USD,2011-09-01,1800.00,2011-08-02 22:14:55,2076.00,successful,54,US,2076.00,2076.00,1800.00 +1214760567,Thunder Under Control,Drama,Film & Video,GBP,2015-10-10,3500.00,2015-09-12 15:01:38,1465.00,failed,19,GB,2262.58,2262.41,5405.07 +1214761684,Nouveaux to The Hereafter,Rock,Music,USD,2012-12-30,25000.00,2012-10-31 20:28:14,15.00,failed,1,US,15.00,15.00,25000.00 +1214762384,Glam Store - Handcrafted Jewelry & Accessories (Canceled),Jewelry,Fashion,CAD,2015-06-27,1500.00,2015-05-28 21:35:29,0.00,canceled,0,CA,0.00,0.00,1192.18 +1214763450,Canaan Cult Revival - Comics Horror Magazine,Anthologies,Comics,USD,2014-11-01,5000.00,2014-10-06 17:43:54,5359.00,successful,154,US,5359.00,5359.00,5000.00 +1214764504,Lolo Lids the Ultimate Beer Koozie,Gadgets,Technology,CAD,2015-09-24,20000.00,2015-08-25 13:46:55,50269.50,successful,958,CA,38001.51,37759.71,15022.91 +1214769216,Dead Tower,Mobile Games,Games,EUR,2015-07-25,15000.00,2015-06-25 16:30:14,25.00,failed,1,DE,27.95,27.42,16450.43 +121476991,Marty Love is releasing his First Solo CD!,Indie Rock,Music,USD,2013-06-28,4000.00,2013-05-14 05:43:32,306.00,failed,9,US,306.00,306.00,4000.00 +1214783261,Occupy Your Kitchen! (Canceled),Food,Food,USD,2012-06-05,9950.00,2012-05-11 00:06:35,498.00,canceled,5,US,498.00,498.00,9950.00 +1214788311,PLAY DAT THANG!: Lon Eldridge and Ed Huey,Music,Music,USD,2012-12-16,2500.00,2012-11-16 15:39:49,2996.00,successful,50,US,2996.00,2996.00,2500.00 +1214798562,LSO marketing and management,Hip-Hop,Music,USD,2015-03-28,10000.00,2015-01-27 03:40:59,0.00,failed,0,US,0.00,0.00,10000.00 +1214805686,auNaturel - Organic Ice Teas & Lemonade Beverages,Drinks,Food,USD,2014-12-23,12500.00,2014-10-24 16:15:26,8.00,failed,4,US,8.00,8.00,12500.00 +1214810824,Medieval signs with your name,Mixed Media,Art,EUR,2017-08-03,200.00,2017-07-14 17:36:38,60.00,canceled,7,ES,27.44,71.21,237.36 +1214811434,Pokemon GO collectible Trading Card Game,Playing Cards,Games,EUR,2016-09-25,500.00,2016-08-26 10:10:57,67.00,failed,3,IT,146.54,74.78,558.05 +1214812899,Connect-A-Con: A Father-Son Journey,Documentary,Film & Video,USD,2017-07-01,14000.00,2017-06-01 18:09:05,1.00,failed,1,US,0.00,1.00,14000.00 +1214813370,Clean Leaf KZ multilayered antibacterial toilet seat cover,Technology,Technology,USD,2017-05-16,30000.00,2017-04-11 17:59:57,219.00,failed,7,US,125.00,219.00,30000.00 +1214816626,Cascade Giants,Documentary,Film & Video,USD,2013-05-06,16000.00,2013-04-06 01:15:20,875.00,failed,20,US,875.00,875.00,16000.00 +"1214826257,""""""It's Our Time"""" to make a dance single!"",Music,Music,USD,2012-09-16,2200.00,2012-08-22 22:26:49,2295.00,successful,63,US,2295.00,2295.00,2200.00" +121482840,6NewPlays Presents Play #3: THAT IT ALL MAKES PERFECT,Theater,Theater,USD,2017-04-02,10000.00,2017-03-02 23:35:56,10046.00,successful,88,US,0.00,10046.00,10000.00 +1214829426,Dead Meat,Webseries,Film & Video,USD,2013-11-16,50000.00,2013-10-17 19:14:23,56817.06,successful,1190,US,56817.06,56817.06,50000.00 +1214836919,Hü-Chi Herbal Confections: Chocolate Dreams Come True,Food,Food,USD,2012-12-28,20000.00,2012-11-28 19:07:06,2661.00,failed,35,US,2661.00,2661.00,20000.00 +121483961,Rehtaa Project - Real Time Weather,Apps,Technology,EUR,2016-08-29,900.00,2016-07-20 20:54:19,602.00,canceled,20,DE,55.40,673.82,1007.36 +1214839954,Jenny Omnichord's Vinyl Record / Cross-Canada Board Game!,Country & Folk,Music,USD,2010-04-12,4100.00,2010-03-10 01:31:16,4497.56,successful,112,US,4497.56,4497.56,4100.00 +1214844896,JUSTICE LEAGUE ORIGINS (Canceled),Science Fiction,Film & Video,USD,2014-10-30,20000.00,2014-09-01 00:29:43,0.00,canceled,0,US,0.00,0.00,20000.00 +1214852550,SugarBabes Boutique,Childrenswear,Fashion,USD,2015-08-12,5000.00,2015-07-13 22:40:55,211.00,failed,5,US,211.00,211.00,5000.00 +1214855780,Fire Drop Design Art Booths,Graphic Design,Design,USD,2016-07-14,1500.00,2016-06-14 23:36:49,0.00,failed,0,US,0.00,0.00,1500.00 +121486435,We've Got History,Webseries,Film & Video,USD,2017-07-04,10000.00,2017-06-04 23:12:04,1228.00,canceled,21,US,550.00,1228.00,10000.00 +"121486467,""""""RACE ACROSS THE WORLD DOCUMENTARY"""" : 10,000 MILE LONDON TO MONGOLIA RALLY (Canceled)"",Documentary,Film & Video,USD,2010-06-21,10000.00,2010-05-21 07:11:00,600.00,canceled,6,US,600.00,600.00,10000.00" +"1214872649,ADINAH RECORDS HER FIRST EP,Music,Music,USD,2015-03-08,2000.00,2015-02-05 18:49:04,3732.11,undefined,0,""N,0"""""",,3732.11,2000.00" +"121487692,""""""Sadie"""" Invasive Image Horror Short"",Shorts,Film & Video,USD,2011-10-05,1000.00,2011-09-05 02:11:33,1177.00,successful,8,US,1177.00,1177.00,1000.00" +1214878640,Jagertown's Soundtrack of the Road,Country & Folk,Music,USD,2013-04-04,10000.00,2013-03-05 03:34:33,1167.00,failed,16,US,1167.00,1167.00,10000.00 +121487969,Email Miles,Digital Art,Art,USD,2014-02-05,8000.00,2014-01-06 15:17:21,1224.00,failed,55,US,1224.00,1224.00,8000.00 +"1214880326,""LEDock - ARM YOUR iPHONE, with LIGHT! (Canceled)"",Product Design,Design,USD,2012-08-11,50000.00,2012-07-10 18:57:26,2082.00,canceled,19,US,2082.00,2082.00,50000.00" +"1214880736,""New Works Lab @ PPAS: """"Some of the Things Inside"""""",Theater,Theater,USD,2016-04-02,10000.00,2016-03-03 20:18:32,10510.16,successful,116,US,10510.16,10510.16,10000.00" +1214883998,Odbolz Toys Limited (Canceled),Product Design,Design,GBP,2014-08-01,60000.00,2014-07-02 20:52:11,0.00,canceled,0,GB,0.00,0.00,100954.02 +1214884080,Angels in the sky clothing,Childrenswear,Fashion,AUD,2014-08-08,1500.00,2014-07-09 01:07:05,30.00,failed,2,AU,28.06,27.86,1392.76 +"1214885167,""Point LeGere, by So Brown"",Rock,Music,USD,2010-12-23,12000.00,2010-11-08 05:32:42,6666.66,failed,58,US,6666.66,6666.66,12000.00" +1214890872,Lost and Found on the Camino de Santiago,Fiction,Publishing,USD,2013-04-16,12000.00,2013-02-15 17:15:56,12125.00,successful,100,US,12125.00,12125.00,12000.00 +"1214898945,""ProjectSFB, Street Food Festival, Belfast"",Events,Food,GBP,2015-03-20,10000.00,2015-02-18 13:22:18,156.00,failed,7,GB,239.80,231.71,14853.10" +1214904296,AO DAI FESTIVAL II,Performance Art,Art,USD,2012-09-15,5000.00,2012-08-20 21:29:55,60.00,failed,2,US,60.00,60.00,5000.00 +1214908002,Creating a non-conventional STRAWBERRY patch!,Food,Food,USD,2013-09-22,15000.00,2013-08-23 19:37:49,126.00,failed,4,US,126.00,126.00,15000.00 +1214938961,Eco bridal collection launch Orangia 2011 New York ,Product Design,Design,USD,2010-10-03,3500.00,2010-09-03 07:25:36,0.00,failed,0,US,0.00,0.00,3500.00 +1214939091,Equipment and Recording for Luke Prater and The Cool Hand,Country & Folk,Music,USD,2017-09-14,3500.00,2017-08-15 20:49:48,1.00,failed,1,US,0.00,1.00,3500.00 +1214952314,Lionel The Jailbird's First Full Length Album,Rock,Music,USD,2011-11-19,1500.00,2011-10-10 02:16:51,2265.00,successful,24,US,2265.00,2265.00,1500.00 +1214964976,Echoes from the Attic,Documentary,Film & Video,USD,2015-11-07,25000.00,2015-10-03 23:22:46,25271.00,successful,24,US,25271.00,25271.00,25000.00 +1214974951,Learn the Presidents (in order),Shorts,Film & Video,USD,2013-07-27,1300.00,2013-06-27 20:15:00,312.00,failed,11,US,312.00,312.00,1300.00 +1214977720,St Andrews 600th Anniversary Book,Publishing,Publishing,GBP,2014-04-26,1000.00,2014-04-06 12:12:05,20.00,failed,1,GB,33.15,33.75,1687.59 +1214981366,Hawaiian Aina Art (Canceled),Conceptual Art,Art,USD,2015-04-02,1000.00,2015-03-03 22:36:53,112.00,canceled,3,US,112.00,112.00,1000.00 +1214991284,Senior Technology Education Bus,Technology,Technology,USD,2015-07-03,200000.00,2015-05-04 17:59:00,5.00,failed,1,US,5.00,5.00,200000.00 +1214991694,Sparkle Anyways - An Organized Life and Home,Product Design,Design,CAD,2017-03-14,4000.00,2017-02-13 17:49:40,100.00,failed,1,CA,0.00,75.10,3004.13 +1214991996,Valeria: Card Kingdoms - Flames & Frost,Tabletop Games,Games,USD,2016-11-04,15000.00,2016-10-18 17:00:08,95844.00,successful,2124,US,45419.00,95844.00,15000.00 +1214997020,Greg Russell & Ciaran Algar new album!,Music,Music,GBP,2017-09-23,7000.00,2017-08-24 10:35:37,7654.02,successful,188,GB,2567.00,10247.85,9372.20 +121499967,watchBAR | Wooden Charging Base for Apple Watch,Product Design,Design,USD,2017-11-23,3000.00,2017-10-24 17:12:47,625.00,failed,19,US,430.00,625.00,3000.00 +1215010001,Blood,Narrative Film,Film & Video,USD,2011-12-03,3000.00,2011-10-19 16:58:16,3275.00,successful,36,US,3275.00,3275.00,3000.00 +"1215018322,""MB: Clothes for the alpha male within you. Yes, you."",Apparel,Fashion,CAD,2015-05-14,30000.00,2015-04-14 13:53:24,2445.00,failed,52,CA,1940.20,2031.24,24923.15" +1215019170,11 Year Old Skylar Katz from Americas Got Talent,Hip-Hop,Music,USD,2016-11-12,25000.00,2016-10-13 23:34:49,0.00,failed,0,US,0.00,0.00,25000.00 +1215022970,Relaunch! Spade Bracelet,Jewelry,Fashion,USD,2015-04-06,7500.00,2015-03-07 02:58:57,390.00,failed,6,US,390.00,390.00,7500.00 +1215045941,Tyler Herring's studio album and music video,Music,Music,USD,2014-01-01,6000.00,2013-11-21 23:49:26,426.00,failed,6,US,426.00,426.00,6000.00 +1215051827,Arduino SingleWireSerial: Expanded Digital Output,DIY Electronics,Technology,USD,2017-10-07,1500.00,2017-09-07 03:55:40,1319.00,failed,27,US,153.00,1319.00,1500.00 +1215056142,Steirisches Kürbiskernöl günstiger anbauen und produzieren,Farms,Food,EUR,2017-02-08,20000.00,2017-01-09 17:27:53,22.00,failed,3,ES,0.00,23.38,21258.05 +1215066353,Oasis - The World's First Modular Water Filter System,Technology,Technology,USD,2015-09-16,45000.00,2015-07-29 12:50:27,39032.00,failed,420,US,39032.00,39032.00,45000.00 +1215073397,Jake Neumar's First Full Album,Pop,Music,USD,2014-02-21,3675.00,2014-01-17 02:27:11,3785.00,successful,76,US,3785.00,3785.00,3675.00 +121507374,The Best Beef Jerky Ever,Food,Food,USD,2014-03-01,5000.00,2014-01-30 02:02:50,667.00,failed,17,US,667.00,667.00,5000.00 +121508326,A Skyboat Audiobook of QUEERS DESTROY SCIENCE FICTION,Radio & Podcasts,Publishing,USD,2017-03-13,7000.00,2017-03-06 06:50:42,7334.73,successful,295,US,839.00,7334.73,7000.00 +"1215086839,""Short, Practical Manual for Conducting Effective Interviews"",Nonfiction,Publishing,USD,2014-12-15,15000.00,2014-11-24 20:54:49,124.00,failed,3,US,124.00,124.00,15000.00" +1215087968,Fate Has It,Comedy,Film & Video,USD,2016-11-26,6000.00,2016-10-27 07:32:24,0.00,canceled,0,US,0.00,0.00,6000.00 +1215090872,A Post-Match Retrospective from 2015 Matchers (Canceled),Academic,Publishing,USD,2015-05-01,20.00,2015-04-16 19:16:53,0.00,canceled,0,US,0.00,0.00,20.00 +"1215096351,""""""Where The Sky Is Born"""", a Mayan adventure film"",Shorts,Film & Video,USD,2011-07-20,8000.00,2011-06-29 17:38:46,8250.00,successful,74,US,8250.00,8250.00,8000.00" +1215101013,BattleZoneP Old School RPG Floor Plans,Tabletop Games,Games,USD,2014-12-23,750.00,2014-11-23 05:37:48,1922.00,successful,66,US,1922.00,1922.00,750.00 +1215106370,SuperKind: Personalized Kindness Cards Game,Product Design,Design,USD,2015-12-16,10000.00,2015-11-02 13:01:46,10755.00,successful,101,US,10755.00,10755.00,10000.00 +1215110483,Sailor Moon Cookie Pin,Accessories,Fashion,GBP,2017-11-07,300.00,2017-09-08 17:01:01,317.00,successful,14,GB,9.13,418.05,395.63 +1215110586,Grub Street Grackle Relaunch,Periodicals,Publishing,USD,2013-08-25,1750.00,2013-07-30 05:00:56,2189.00,successful,74,US,2189.00,2189.00,1750.00 +121511622,Crepe Cart and comunity message board,Food,Food,USD,2010-11-07,1200.00,2010-10-08 03:31:30,245.00,failed,8,US,245.00,245.00,1200.00 +1215124700,Ice Shaker Gen 2,Drinks,Food,USD,2017-09-04,15000.00,2017-08-05 22:55:18,187.00,failed,7,US,211.00,187.00,15000.00 +1215128528,3 of a Kind Bags: Building a Brand,Embroidery,Crafts,USD,2017-12-01,1650.00,2017-11-01 05:26:29,161.00,failed,5,US,61.00,161.00,1650.00 +1215131009,Macbook/iPad or Tablet/Laptop Wood Stand! Elegant & Handmade,Product Design,Design,USD,2015-11-22,400.00,2015-10-23 18:10:24,503.00,successful,13,US,503.00,503.00,400.00 +1215133119,Drive War App,Apps,Technology,USD,2015-08-30,25000.00,2015-07-01 03:31:49,100.00,failed,1,US,100.00,100.00,25000.00 +"1215141595,The 1st Fun Children Books About How To Love Our Planet ;),Children's Books,Publishing,EUR,2016-11-09,4000.00,2016-10-10 17:34:17,4287.00,successful,158,FR,2275.25,4674.57,4361.62" +1215151239,Becoming The Million Dollar Scholar by Derrius Quarles,Nonfiction,Publishing,USD,2016-10-23,6000.00,2016-08-24 14:15:52,1115.00,failed,12,US,0.00,1115.00,6000.00 +1215159874,FitXP: A Fitness Journey RPG Fitness Game,Live Games,Games,USD,2014-08-28,600.00,2014-07-24 05:41:18,600.00,successful,25,US,600.00,600.00,600.00 +1215172146,Help me get my life together and to write my book!,Print,Journalism,USD,2014-08-31,5000.00,2014-07-23 07:43:22,0.00,canceled,0,US,0.00,0.00,5000.00 +1215173625,Sacred Geometry Cards + Intention Meditation,Playing Cards,Games,USD,2017-08-23,8888.00,2017-07-07 13:07:23,226.00,canceled,9,US,48.00,226.00,8888.00 +"121518130,""CREATING BEAUTY,HEALTH and WEALTH THROUGH ART"",Painting,Art,USD,2010-01-08,10000.00,2009-10-10 19:49:04,350.00,failed,1,US,350.00,350.00,10000.00" +1215182460,Adventures of Earth Saver Girl Cartoon,Animation,Film & Video,USD,2014-09-01,250000.00,2014-07-18 04:19:20,998.00,failed,14,US,998.00,998.00,250000.00 +121518618,The Pilgrim Record Release,Rock,Music,USD,2012-02-04,2400.00,2012-01-05 18:36:48,2619.25,successful,83,US,2619.25,2619.25,2400.00 +"1215187624,""Riddle in the Middle, competitive game of cracking riddles!"",Tabletop Games,Games,USD,2012-12-07,20000.00,2012-11-16 05:46:25,775.00,failed,16,US,775.00,775.00,20000.00" +1215193860,LofinoCrafts - Unique personalized jewelry,DIY,Crafts,USD,2014-09-06,1500.00,2014-08-07 15:58:42,85.00,failed,2,US,85.00,85.00,1500.00 +1215209212,American Standard Needs to Release Their Debut EP,Rock,Music,USD,2009-12-01,1500.00,2009-09-14 08:05:30,1561.00,successful,29,US,1561.00,1561.00,1500.00 +1215210259,Will Sanders - Full Colour,Photobooks,Photography,EUR,2016-12-18,4498.00,2016-11-18 08:52:23,4739.29,successful,102,NL,1019.58,4950.68,4698.63 +1215223022,Anita Colon,Faith,Music,USD,2015-10-10,6000.00,2015-09-17 20:16:54,0.00,failed,0,US,0.00,0.00,6000.00 +1215231307,Dreamsphere Fundraiser,DIY,Crafts,USD,2016-12-26,550.00,2016-11-26 09:26:31,5.00,canceled,1,US,0.00,5.00,550.00 +121523686,Patricians: Sinful Seven,Fiction,Publishing,CAD,2014-07-06,12000.00,2014-06-06 19:08:12,1465.00,failed,16,CA,1338.73,1376.75,11277.14 +1215240181,Custom wrist watches built in England,Fashion,Fashion,GBP,2015-10-24,1250.00,2015-09-24 20:19:02,0.00,failed,0,GB,0.00,0.00,1917.47 +1215240633,II,Music,Music,USD,2013-11-04,5600.00,2013-10-03 00:47:25,0.00,failed,0,US,0.00,0.00,5600.00 +1215241318,Royal Cherry Leathers at Arisia!,Crafts,Crafts,USD,2012-11-16,2500.00,2012-09-19 14:39:59,3010.00,successful,36,US,3010.00,3010.00,2500.00 +1215241755,Glitterisms - glitter glasses,Glass,Crafts,GBP,2014-11-05,500.00,2014-10-06 23:18:32,15.00,failed,6,GB,23.96,23.73,790.98 +121525393,A film with Eilir Hughes,Shorts,Film & Video,GBP,2018-01-07,3000.00,2017-12-08 20:04:42,250.00,live,6,GB,53.52,340.99,4091.93 +1215261711,Still Standing: A Comedy Concert about Defiance & Survival!,Comedy,Film & Video,USD,2015-11-13,25000.00,2015-10-19 04:22:16,70.00,failed,2,US,70.00,70.00,25000.00 +1215270813,Wandering Souls - Bringing free theater to those with little or no access!,Theater,Theater,USD,2010-08-02,2500.00,2010-06-01 19:26:20,3313.00,successful,84,US,3313.00,3313.00,2500.00 +121527120,Jökulhlaup: A Graphic Novel,Graphic Novels,Comics,USD,2017-12-02,10000.00,2017-11-07 23:03:44,5152.00,canceled,56,US,646.00,5152.00,10000.00 +"1215279931,""""""Just Me"""" - Deput EP by Robbie Owens (Canceled)"",Pop,Music,GBP,2014-05-25,3000.00,2014-04-25 22:36:08,0.00,canceled,0,GB,0.00,0.00,5020.42" +1215300583,Official Detective and Other Detective Magazine Covers.,Photobooks,Photography,USD,2017-08-07,2500.00,2017-07-18 21:14:29,0.00,canceled,0,US,0.00,0.00,2500.00 +"1215313321,""Build Local Brewing Co.: a brewery for locals, by locals"",Food,Food,USD,2011-07-26,69000.00,2011-06-15 23:33:30,18536.00,failed,226,US,18536.00,18536.00,69000.00" +"1215313477,""Ornamatik """"Tickles Brains and Feet"""""",World Music,Music,USD,2017-07-08,7777.00,2017-06-06 17:37:42,8080.00,successful,127,US,178.00,8080.00,7777.00" +1215316289,Shirey-Viglione-Khan are Gentlemen and Assassins -The EP!,Indie Rock,Music,USD,2011-09-17,6000.00,2011-08-18 17:21:03,6649.40,successful,240,US,6649.40,6649.40,6000.00 +1215318718,A Savory Slice of Joy: Help AnnaVail Cheese Grow,Food,Food,USD,2015-11-22,18500.00,2015-10-23 08:09:11,4212.00,canceled,43,US,4212.00,4212.00,18500.00 +1215322195,1 On 1 Animation School,Animation,Film & Video,USD,2015-06-17,6000.00,2015-05-29 03:29:28,6645.00,successful,59,US,6645.00,6645.00,6000.00 +1215330321,Winlink for the Society Islands,Technology,Technology,USD,2016-07-14,8310.00,2016-05-15 21:17:51,600.00,failed,5,US,600.00,600.00,8310.00 +1215336195,The Return of the Reapers: The Lost Files,Webseries,Film & Video,USD,2014-12-10,100000.00,2014-10-31 13:14:09,10.00,failed,2,US,10.00,10.00,100000.00 +1215339028,Goal Board,Interactive Design,Design,USD,2014-09-25,1500.00,2014-08-21 18:20:53,22555.00,successful,547,US,22555.00,22555.00,1500.00 +1215343052,Hungry,Documentary,Film & Video,USD,2012-03-14,10000.00,2012-02-13 01:03:08,10151.00,successful,50,US,10151.00,10151.00,10000.00 +1215351575,The Ones Who Loved to Walk,Documentary,Film & Video,GBP,2014-01-23,95000.00,2013-12-24 01:11:40,1170.00,failed,10,GB,1910.97,1931.46,156827.79 +1215357793,Magnified London 2nd Birthday Party,Electronic Music,Music,GBP,2015-01-16,3000.00,2014-12-17 21:20:09,0.00,failed,0,GB,0.00,0.00,4552.08 +1215365407,ETERNIDADES: Álbum debut de MÉDIVM,Indie Rock,Music,MXN,2017-10-02,42000.00,2017-08-03 00:57:15,300.00,failed,3,MX,5.62,16.22,2270.64 +1215366339,Picture My Dream,Photography,Photography,USD,2014-12-18,25000.00,2014-11-18 21:03:31,0.00,failed,0,US,0.00,0.00,25000.00 +1215371103,Madness On Mars,Comic Books,Comics,GBP,2015-11-03,850.00,2015-10-14 21:37:19,896.00,successful,33,GB,1371.61,1356.38,1286.75 +1215375575,Detention Fun,Mobile Games,Games,USD,2015-02-20,10000.00,2015-01-21 21:25:52,0.00,failed,0,US,0.00,0.00,10000.00 +1215377388,BENCHMARK Project,Mixed Media,Art,USD,2012-03-24,43000.00,2012-01-24 05:20:55,0.00,failed,0,US,0.00,0.00,43000.00 +1215378754,RimTech Intelligent Anti­-Theft System for Rims and Wheels,Apps,Technology,USD,2015-09-17,50000.00,2015-08-18 19:00:54,5354.00,failed,6,US,5354.00,5354.00,50000.00 +1215382462,Pieside and pals,Comic Books,Comics,USD,2015-05-15,25000.00,2015-04-15 04:06:39,1.00,failed,1,US,1.00,1.00,25000.00 +121538266,Unauthorized Detour Band.... ROUND 2!,Rock,Music,USD,2012-08-24,501.00,2012-07-25 00:25:19,3.00,failed,2,US,3.00,3.00,501.00 +1215382966,Cat Boop - An iOS Game,Mobile Games,Games,USD,2014-09-14,3000.00,2014-08-11 22:16:16,1645.00,failed,88,US,1645.00,1645.00,3000.00 +12153889,First Full Length Album (Canceled),Music,Music,USD,2012-02-17,12000.00,2012-01-18 02:32:22,0.00,canceled,0,US,0.00,0.00,12000.00 +1215392447,Punk Princess Peach Art Prints,Digital Art,Art,USD,2016-04-05,200.00,2016-03-21 16:43:25,63.00,failed,5,US,63.00,63.00,200.00 +1215401725,DREAMTRANCED 11,Electronic Music,Music,USD,2017-06-24,2500.00,2017-06-03 12:51:08,2500.00,successful,7,US,195.00,2500.00,2500.00 +1215407593,Hippo Sweat Sunscreen,Crafts,Crafts,USD,2015-10-01,7000.00,2015-09-01 18:51:59,7469.00,successful,108,US,7469.00,7469.00,7000.00 +121540856,Building Community through an Annual Pottery Event,Ceramics,Art,USD,2014-12-08,6000.00,2014-11-04 05:46:51,11834.00,successful,169,US,11834.00,11834.00,6000.00 +1215411322,The Sire #9: The Syndicate Is Rising,Comic Books,Comics,USD,2014-11-07,500.00,2014-10-08 15:20:37,631.00,successful,22,US,631.00,631.00,500.00 +1215417235,Raise Anchor! Heather Miller's 1st EP is Ready to Set Sail!,Country & Folk,Music,USD,2012-08-08,3500.00,2012-07-11 05:02:14,4030.00,successful,176,US,4030.00,4030.00,3500.00 +1215430234,Atmoph Window - Your Room Can Be Anywhere,Hardware,Technology,USD,2015-06-11,100000.00,2015-05-12 12:05:53,161459.00,successful,353,US,161459.00,161459.00,100000.00 +"1215433626,""Catie Curtis """"While We're Here"""" CD!"",Country & Folk,Music,USD,2016-05-27,20000.00,2016-04-27 23:58:26,26841.00,successful,374,US,26841.00,26841.00,20000.00" +"1215434181,""'Anytime, Baby: The War for the Lower East Side'"",Film & Video,Film & Video,USD,2014-12-14,4600.00,2014-11-13 18:59:25,7905.00,undefined,0,""N,0"""""",,7905.00,4600.00" +121544213,THE LOVE EFFECT - Film Launch!,Drama,Film & Video,USD,2015-12-22,15700.00,2015-11-14 01:23:37,17700.00,successful,121,US,17700.00,17700.00,15700.00 +1215444721,Peach: Making an Album,Rock,Music,USD,2011-07-08,900.00,2011-05-07 06:38:31,1175.00,successful,38,US,1175.00,1175.00,900.00 +"1215448059,""Debut of the WhelTone Guitar, by RJW and Jonas Guitars"",Product Design,Design,USD,2012-06-30,22900.00,2012-05-31 22:58:28,8872.00,canceled,26,US,8872.00,8872.00,22900.00" +1215452131,coro infantil de hermosillo,Kids,Music,MXN,2017-09-08,100000.00,2017-08-09 21:47:55,1340.00,canceled,5,MX,74.70,75.74,5651.95 +1215463008,Board Bros,Fashion,Fashion,USD,2015-03-14,5000.00,2015-02-12 18:00:01,6.00,failed,2,US,6.00,6.00,5000.00 +1215463182,ICEBERG,Shorts,Film & Video,USD,2012-11-13,6800.00,2012-10-09 18:08:46,7195.00,successful,147,US,7195.00,7195.00,6800.00 +"1215463669,""Support """"The Wednesday Morning Breakfast Club"""" - the movie"",Film & Video,Film & Video,USD,2013-01-16,5000.00,2012-12-17 06:22:51,5635.00,successful,81,US,5635.00,5635.00,5000.00" +"1215464961,""The Unscathed. A very unusual play, a Western."",Theater,Theater,USD,2014-05-03,500.00,2014-04-10 20:07:35,0.00,failed,0,US,0.00,0.00,500.00" +1215466706,BUTTERFLY - The First Ever Remote Body Thermometer.,Gadgets,Technology,EUR,2016-04-25,100000.00,2016-03-23 18:01:06,3330.00,failed,26,AT,3744.06,3797.21,114030.29 +1215471661,PLAY Method for Piano,Software,Technology,USD,2011-10-07,8000.00,2011-09-07 22:44:39,50.00,failed,4,US,50.00,50.00,8000.00 +"1215489895,""Moving JULIA, a new play by Vince Melocchi from CA to NYC"",Theater,Theater,USD,2011-04-11,500.00,2011-03-07 23:35:13,0.00,canceled,0,US,0.00,0.00,500.00" +1215490137,The Vintage Life,Documentary,Film & Video,USD,2015-10-11,15000.00,2015-09-11 22:30:01,37.50,failed,3,US,37.50,37.50,15000.00 +1215496035,Tally Ho Master Class Playing Cards Printed By USPCC,Playing Cards,Games,USD,2017-04-23,5000.00,2017-03-24 18:04:05,12642.00,successful,337,US,9404.00,12642.00,5000.00 +1215501391,#StoptheStigma - Help us bring mental health center stage!,Musical,Theater,USD,2016-08-26,3000.00,2016-07-12 01:48:37,3000.00,successful,30,US,100.00,3000.00,3000.00 +"1215546171,""""""Animal Aware"""" Animal Radar Tracking System"",Design,Design,USD,2015-01-09,50000.00,2014-11-10 19:26:14,10.00,failed,1,US,10.00,10.00,50000.00" +1215552871,Pub Hunter,Television,Film & Video,AUD,2015-02-22,7000.00,2014-12-24 06:42:21,2.00,failed,2,AU,1.63,1.57,5479.88 +1215560925,Anatomy for Sculptors,Publishing,Publishing,USD,2013-05-12,10000.00,2013-04-09 02:00:06,22562.00,successful,381,US,22562.00,22562.00,10000.00 +"1215561936,""Dream Outside, a dance and physical theater presentation."",Performance Art,Art,USD,2011-10-20,7000.00,2011-09-05 07:37:59,176.00,failed,5,US,176.00,176.00,7000.00" +1215574115,MONSTER GIRLS (working title),Webseries,Film & Video,USD,2014-03-19,25000.00,2014-02-19 04:43:19,25681.00,successful,485,US,25681.00,25681.00,25000.00 +1215574693,Come hang with me on my Playground!! Debut Album,Music,Music,USD,2013-02-26,8000.00,2013-01-27 02:27:36,9335.00,successful,101,US,9335.00,9335.00,8000.00 +1215577966,The Future of Water: Tree Tapping,Drinks,Food,USD,2015-01-03,5000.00,2014-12-04 18:44:44,17.00,failed,3,US,17.00,17.00,5000.00 +"1215579560,""Benjamins, Custom Shoes Made In California (Canceled)"",Footwear,Fashion,USD,2016-04-21,10000.00,2016-03-22 18:10:07,5147.00,canceled,23,US,5147.00,5147.00,10000.00" +1215590924,De Vuelta,Television,Film & Video,USD,2014-12-29,10000.00,2014-11-29 22:16:07,10190.00,successful,101,US,10190.00,10190.00,10000.00 +1215593691,Aurora Palo Alto,Public Art,Art,USD,2013-11-26,35000.00,2013-11-02 17:33:58,36155.81,successful,445,US,36155.81,36155.81,35000.00 +1215598656,Ubiquitous Artist Studios - Dream to Reality (Canceled),Art,Art,USD,2015-02-04,5000.00,2015-01-05 22:44:01,171.00,canceled,4,US,171.00,171.00,5000.00 +1215599397,CUFFIES™ wrist protectors,Design,Design,CAD,2016-05-20,5000.00,2016-04-20 03:44:58,2422.00,failed,40,CA,1873.66,1848.01,3815.05 +1215602455,: : : : campfire ALPHA : : : :,Shorts,Film & Video,USD,2017-06-22,12500.00,2017-05-17 23:59:55,1440.00,failed,17,US,905.00,1440.00,12500.00 +1215607541,Iedereen een baan! Creëer je eigen kansen op de arbeidsmarkt,Publishing,Publishing,EUR,2015-02-06,2000.00,2015-01-07 15:49:28,1.00,failed,1,NL,1.19,1.14,2289.40 +1215614161,Last Summer.,Drama,Film & Video,USD,2014-07-03,1500.00,2014-06-19 21:30:31,1510.00,successful,16,US,1510.00,1510.00,1500.00 +"1215624167,""This 'n' That, a Jazz Recording: My Sonic Story"",Jazz,Music,USD,2015-12-14,1000.00,2015-11-18 14:14:47,1583.00,successful,32,US,1583.00,1583.00,1000.00" +1215633163,The Gnu Library,Publishing,Publishing,USD,2014-08-15,3000.00,2014-06-16 19:30:07,155.00,failed,8,US,155.00,155.00,3000.00 +1215645361,After These Messages (Canceled),Dance,Dance,USD,2014-10-04,3000.00,2014-09-04 22:27:26,120.00,canceled,2,US,120.00,120.00,3000.00 +1215650928,Gold Screens - The Worlds Internet Cinema,Technology,Technology,GBP,2016-07-09,15000.00,2016-06-29 09:18:51,0.00,failed,0,GB,0.00,0.00,20044.36 +1215654808,VLNLAB: the first concert quality 3D-printed violin & viola,Classical Music,Music,USD,2017-09-10,10000.00,2017-07-12 10:09:16,1130.00,failed,5,US,0.00,1130.00,10000.00 +12156576,Justice Angel Movie,Film & Video,Film & Video,USD,2017-04-15,9000.00,2017-03-01 18:08:44,526.00,failed,3,US,525.00,526.00,9000.00 +121566239,Doug Cox and Sam Hurrie - Old Friends,Blues,Music,CAD,2016-10-08,7500.00,2016-09-18 22:23:00,545.00,failed,18,CA,113.58,413.95,5696.49 +1215662875,HYPERBOLIC! (the last spectacle),Musical,Theater,USD,2016-08-18,3500.00,2016-07-18 19:43:53,81.00,failed,5,US,0.00,81.00,3500.00 +1215666357,Espera Dichato (A Documentary),Documentary,Film & Video,USD,2011-12-26,13000.00,2011-11-26 23:24:57,1460.00,failed,7,US,1460.00,1460.00,13000.00 +1215666674,HitMe ? The Perfect Challenge App– Because Sky is The Limit!,Apps,Technology,CAD,2016-07-30,36000.00,2016-06-15 01:55:50,751.00,failed,4,CA,587.01,576.67,27643.40 +1215669103,Innovative SQ4R Learning App For Students,Apps,Technology,USD,2016-03-27,10000.00,2016-02-26 21:50:52,7.00,failed,3,US,7.00,7.00,10000.00 +1215672434,The Historical Williamsburg Living Narrative,Video Games,Games,USD,2012-06-04,1500.00,2012-04-20 03:25:33,1937.00,successful,85,US,1937.00,1937.00,1500.00 +1215688916,Pennywise the Clown. classic Horror Lapel pin,Accessories,Fashion,USD,2017-06-09,300.00,2017-06-02 07:03:19,220.00,failed,9,US,180.00,220.00,300.00 +1215692208,Past Present Future,Narrative Film,Film & Video,USD,2011-05-07,20000.00,2011-03-16 18:04:09,20050.84,successful,119,US,20050.84,20050.84,20000.00 +121570184,Soleships by Goddess & Tribe (Canceled),Accessories,Fashion,USD,2015-09-01,5000.00,2015-08-03 03:40:33,1103.11,canceled,15,US,1103.11,1103.11,5000.00 +1215707309,28mm Classic Movies Pulp Miniatures Range,Tabletop Games,Games,GBP,2017-10-08,500.00,2017-09-21 16:22:28,2722.00,successful,46,GB,1216.64,3612.81,663.63 +1215708705,Barefoot Legacy: Barefoot College Solar Mamas (Documentary),Documentary,Film & Video,USD,2016-06-22,10000.00,2016-05-23 19:02:55,3366.00,failed,20,US,3366.00,3366.00,10000.00 +1215716178,Happy New Year! - Bioshock Fan Film,Shorts,Film & Video,GBP,2016-11-14,500.00,2016-10-24 17:28:12,10.00,failed,1,GB,12.23,12.33,616.40 +1215724313,Automotive designs,Product Design,Design,USD,2016-01-28,7000.00,2015-12-29 23:20:51,0.00,failed,0,US,0.00,0.00,7000.00 +1215726333,SnapPal : The Ultimate Camera Trigger (Canceled),Camera Equipment,Technology,USD,2014-09-02,20003.00,2014-07-29 15:06:33,2217.50,canceled,23,US,2217.50,2217.50,20003.00 +1215727242,Backtrackbg (Canceled),Tabletop Games,Games,USD,2013-07-29,3000.00,2013-06-14 04:58:28,0.00,canceled,0,US,0.00,0.00,3000.00 +"1215731118,""Sixth Grade """"Music Mentor"""" Students' Year-End Showcase"",Classical Music,Music,USD,2012-05-13,2500.00,2012-04-13 03:57:55,2525.00,successful,37,US,2525.00,2525.00,2500.00" +121573248,Ben Glover's NEW album recording - bringing it all back home,Music,Music,GBP,2013-10-11,6500.00,2013-09-11 15:02:05,7733.50,successful,152,GB,12140.16,12357.19,10386.21 +1215734185,microSSD - add up to 384GB extra storage to your Macbook,Hardware,Technology,AUD,2015-03-27,10000.00,2015-02-20 18:15:46,59677.00,successful,2213,AU,46765.51,46473.79,7787.56 +121574035,Movements,Hip-Hop,Music,USD,2015-12-24,250.00,2015-11-24 07:59:13,0.00,failed,0,US,0.00,0.00,250.00 +1215740823,Dragonball Z T shirts,Fashion,Fashion,EUR,2015-10-22,500.00,2015-09-22 23:41:34,0.00,failed,0,NL,0.00,0.00,554.20 +1215756234,The Rook,Film & Video,Film & Video,USD,2015-04-14,30000.00,2015-02-13 01:35:07,0.00,failed,0,US,0.00,0.00,30000.00 +1215765500,Shanti - A New Children's Picture Book,Children's Books,Publishing,USD,2013-11-02,33333.00,2013-09-30 12:33:36,33470.00,successful,140,US,33470.00,33470.00,33333.00 +1215767683,Discover Diabetes,Publishing,Publishing,USD,2014-08-14,5000.00,2014-07-15 03:25:15,15.00,failed,2,US,15.00,15.00,5000.00 +1215767754,Bad Luck Blackouts Live At John Henry's CD,Punk,Music,USD,2015-03-26,200.00,2015-02-24 03:30:15,301.00,successful,7,US,301.00,301.00,200.00 +1215778693,Year of the Quiet Sun: letterpress art print collection,Art Books,Publishing,CAD,2014-01-09,9500.00,2013-11-10 13:38:58,2632.00,failed,29,CA,2512.37,2420.01,8734.83 +1215781488,Bimp: the best place to meet new friends!,Apps,Technology,EUR,2015-09-17,14000.00,2015-08-03 20:56:23,13.00,failed,2,FR,14.29,14.84,15986.66 +1215814034,Big Hands Little City (Canceled),Shorts,Film & Video,USD,2013-07-05,9500.00,2013-06-05 00:13:51,300.00,canceled,4,US,300.00,300.00,9500.00 +1215816738,Vaclegs - An Awsome Back Saving Device,Product Design,Design,AUD,2014-06-21,26500.00,2014-05-22 23:46:34,714.00,failed,10,AU,659.53,672.51,24959.97 +1215820580,RURAL - Let's Help Pay Our Actors,Drama,Film & Video,USD,2014-09-23,17575.00,2014-08-24 16:10:29,1969.00,failed,40,US,1969.00,1969.00,17575.00 +121583598,Vegan Black Metal Chef: The Seitanic Spellbook,Vegan,Food,USD,2015-09-12,35000.00,2015-08-13 02:58:58,71834.66,successful,1668,US,71834.66,71834.66,35000.00 +1215836793,Quarantine Z: A Zombie Survival Card Game,Tabletop Games,Games,USD,2012-10-13,15000.00,2012-09-06 01:52:30,24515.00,successful,755,US,24515.00,24515.00,15000.00 +1215847425,Tiny Planets 1.0 (Canceled),Mobile Games,Games,USD,2014-07-10,45000.00,2014-06-10 17:56:13,92.00,canceled,4,US,92.00,92.00,45000.00 +1215858575,Developing the best MMORPG for Android / iPhone / Tablet,Mobile Games,Games,AUD,2015-09-10,50000.00,2015-07-27 18:47:08,35.00,failed,5,AU,25.49,24.72,35310.73 +1215860816,The Singular Records Their New Album,Indie Rock,Music,USD,2012-05-28,7000.00,2012-04-25 01:13:50,1948.08,failed,66,US,1948.08,1948.08,7000.00 +1215863328,Get Song Published Re: Joy of Grandchildren at Christmas,Kids,Music,USD,2016-02-14,22500.00,2016-01-24 20:34:45,25.00,failed,1,US,25.00,25.00,22500.00 +"1215866150,""Self Publishing of """"Us Against the World"""""",Fiction,Publishing,USD,2013-07-18,500.00,2013-06-18 03:44:43,25.00,failed,1,US,25.00,25.00,500.00" +1215877771,Head On!,Games,Games,USD,2017-01-20,10000.00,2016-11-21 19:26:09,550.00,failed,7,US,25.00,550.00,10000.00 +1215878004,Please help fund a Filmmaking fool's youtube dream!,Comedy,Film & Video,USD,2016-06-06,8000.00,2016-05-07 18:22:22,0.00,failed,0,US,0.00,0.00,8000.00 +1215884093,Klingsmith Clothing Co. Winter Line 2014,Fashion,Fashion,USD,2014-04-20,3500.00,2014-02-19 03:24:22,146.00,failed,6,US,146.00,146.00,3500.00 +1215889539,#140hBerlin - A 6-day Performance,Performance Art,Art,USD,2011-01-30,2000.00,2010-12-28 00:51:20,2171.04,successful,60,US,2171.04,2171.04,2000.00 +1215897273,Swing String Pro™,Product Design,Design,USD,2016-09-30,1250.00,2016-08-31 06:31:02,724.00,failed,12,US,0.00,724.00,1250.00 +121590198,The Perspicacious Penguin,Children's Books,Publishing,USD,2015-11-20,1000.00,2015-10-21 16:26:15,1335.00,successful,31,US,1335.00,1335.00,1000.00 +1215903823,The Yellow Brick Road to Sing Sing,Musical,Theater,USD,2015-05-30,9500.00,2015-04-30 21:49:43,10675.00,successful,65,US,10675.00,10675.00,9500.00 +1215905774,Grizz Nation,Illustration,Art,USD,2014-08-08,250.00,2014-07-15 15:36:51,1256.00,successful,49,US,1256.00,1256.00,250.00 +1215906489,Youth Alive,Conceptual Art,Art,USD,2012-12-28,4362.00,2012-11-28 02:54:53,0.00,failed,0,US,0.00,0.00,4362.00 +1215915504,No Strings Attached a cappella presents: In Sync,Jazz,Music,USD,2012-04-01,1250.00,2012-03-06 06:17:30,1555.00,successful,28,US,1555.00,1555.00,1250.00 +1215921164,KILLER SHOW,Narrative Film,Film & Video,USD,2010-07-11,6000.00,2010-05-26 22:42:39,260.00,failed,6,US,260.00,260.00,6000.00 +1215930379,Ty's Wooden Replicas,Woodworking,Crafts,USD,2015-05-15,300.00,2015-04-15 20:54:12,471.00,successful,13,US,471.00,471.00,300.00 +121593320,StandStand Grand: a beautiful standing desk,Design,Design,USD,2016-08-05,25000.00,2016-06-06 19:29:25,28117.00,successful,172,US,16202.00,28117.00,25000.00 +1215933858,myStat Tracker app: Individual stats for baseball/softball,Apps,Technology,USD,2014-08-13,75000.00,2014-07-14 20:23:49,0.00,failed,0,US,0.00,0.00,75000.00 +"1215940944,""Four Seasons Brewing Co. - Latrobe, PA"",Food,Food,USD,2012-11-01,30000.00,2012-10-03 00:45:12,4930.00,failed,29,US,4930.00,4930.00,30000.00" +1215949732,Projet d'artisanat Marocain et Berbère (Canceled),Weaving,Crafts,EUR,2016-03-07,2500.00,2016-01-27 15:53:48,10.00,canceled,1,FR,10.85,11.09,2772.51 +1215950750,Cura-Dise Food truck...Small island ...Big Taste!!!,Food Trucks,Food,USD,2017-11-16,25000.00,2017-10-17 14:02:40,0.00,failed,0,US,0.00,0.00,25000.00 +1215986233,Double the size of the Columbus Idea Foundry!,Technology,Technology,USD,2011-08-16,5500.00,2011-07-13 01:40:04,9150.00,successful,103,US,9150.00,9150.00,5500.00 +1215989539,James Ringrose Debut Album,Music,Music,USD,2015-06-11,500.00,2015-05-12 04:35:00,131.00,failed,9,US,131.00,131.00,500.00 +1216000362,Pre-Purchase THE SPIRIT MOLECULE DVD!,Documentary,Film & Video,USD,2010-10-26,17000.00,2010-10-04 19:41:07,27306.71,successful,1099,US,27306.71,27306.71,17000.00 +"1216012297,HEARTS & VEINS,Film & Video,Film & Video,USD,2015-10-24,2000.00,2015-09-24 19:34:01,30.00,undefined,0,""N,0"""""",,30.00,2000.00" +1216039532,Seven Seasons and Still Growing!,Food,Food,USD,2013-11-11,10000.00,2013-10-22 13:00:32,10195.00,successful,145,US,10195.00,10195.00,10000.00 +1216049109,Brautdessous Kalender an den Stränden Ibiza's,People,Photography,EUR,2015-10-09,4500.00,2015-09-09 09:21:04,0.00,failed,0,DE,0.00,0.00,5112.88 +121605096,Bike Route Hub: The New Cycling Journalism,Web,Journalism,GBP,2015-07-04,500.00,2015-06-19 23:30:43,11.00,failed,2,GB,17.43,17.07,775.88 +1216053322,Expanding my craft,Embroidery,Crafts,USD,2014-09-10,5000.00,2014-08-11 17:45:32,11.00,failed,2,US,11.00,11.00,5000.00 +1216053356,Mr. Don's Guitars 1 & 2,Mixed Media,Art,USD,2015-05-26,3500.00,2015-05-05 18:01:29,186.00,failed,5,US,186.00,186.00,3500.00 +1216054638,The Bluest Blue Jay,Children's Books,Publishing,USD,2014-04-14,2000.00,2014-02-13 22:05:04,2107.00,successful,46,US,2107.00,2107.00,2000.00 +1216055931,Bue at 4,Public Art,Art,USD,2017-08-27,2000.00,2017-06-29 17:33:47,25.00,failed,1,US,0.00,25.00,2000.00 +"1216057697,""""""The Tale of The Cockatrice"""" by Peafrog Puppetry"",Plays,Theater,GBP,2016-07-05,500.00,2016-06-14 03:11:47,503.22,successful,20,GB,717.37,653.50,649.32" +1216057783,Cask of Amontillado Barrel Tiki Mug from Horror In Clay,Product Design,Design,USD,2015-05-05,18460.00,2015-04-02 13:04:47,34693.00,successful,345,US,34693.00,34693.00,18460.00 +1216059395,Dimensions,Video Games,Games,GBP,2016-09-24,500.00,2016-08-15 20:54:21,26.00,failed,2,GB,0.00,33.70,648.12 +"1216059458,""Original album, original artwork, inspired by you."",Music,Music,GBP,2016-02-06,20000.00,2016-01-07 07:11:56,0.00,failed,0,GB,0.00,0.00,29008.63" +1216063016,The Mansion,Narrative Film,Film & Video,USD,2011-09-21,25000.00,2011-08-22 14:17:51,27171.00,successful,108,US,27171.00,27171.00,25000.00 +12160668,THE MAGIC GOWN,Theater,Theater,USD,2014-12-18,30000.00,2014-11-18 07:28:56,4735.00,failed,17,US,4735.00,4735.00,30000.00 +1216074593,Customized Family Tree on Canvas. Picture is to show leaves.,Conceptual Art,Art,USD,2013-03-24,4000.00,2013-01-23 19:34:02,20.00,canceled,2,US,20.00,20.00,4000.00 +1216075824,Scalarama (Canceled),Film & Video,Film & Video,GBP,2013-07-29,10000.00,2013-07-01 14:00:14,1063.00,canceled,44,GB,1616.97,1610.70,15152.43 +1216086535,Ms. White's 'ABCs in the USA'- Travel the USA with the ABCs,Children's Books,Publishing,USD,2015-04-19,8000.00,2015-03-20 02:41:18,209.00,failed,3,US,209.00,209.00,8000.00 +1216090851,(Perma)Culture,Dance,Dance,USD,2014-06-19,5000.00,2014-05-28 03:38:22,5508.00,successful,96,US,5508.00,5508.00,5000.00 +121609422,UK made premium kit guitars and basses from Crimson Guitars,Woodworking,Crafts,GBP,2015-08-22,5500.00,2015-08-01 11:04:14,30197.55,successful,329,GB,47129.33,46477.79,8465.19 +1216095274,The Lights Are Off comes to The Hollywood Fringe Festival!,Theater,Theater,USD,2012-06-14,1700.00,2012-05-24 00:17:24,1795.00,successful,35,US,1795.00,1795.00,1700.00 +1216099902,Q Ball #1: Martial Arts Thriller by Baron & McClain Jr.,Comic Books,Comics,USD,2017-12-14,6000.00,2017-11-14 14:03:29,6449.00,successful,185,US,2374.00,6449.00,6000.00 +1216101235,Self Charging Electric Cars,Hardware,Technology,USD,2017-03-14,2000000.00,2017-01-13 22:51:13,2.00,failed,2,US,15.00,2.00,2000000.00 +"1216104795,""Omar Lopez's """"STRINGPHOENIX: LIVE IN CONCERT"""" for DVD & PBS"",World Music,Music,USD,2013-01-17,30000.00,2012-11-19 00:03:53,1450.00,failed,17,US,1450.00,1450.00,30000.00" +1216105939,UZBOWL,Design,Design,USD,2016-07-18,2000.00,2016-06-18 08:55:26,225.00,failed,9,US,109.00,225.00,2000.00 +1216107415,Rover Blower®: The Ultimate Hair Dryer!,Product Design,Design,USD,2014-06-19,85000.00,2014-05-15 08:47:26,271.00,failed,4,US,271.00,271.00,85000.00 +1216109804,Midgard,Fiction,Publishing,GBP,2014-12-16,1000.00,2014-11-16 20:47:39,40.00,failed,3,GB,62.68,62.59,1564.80 +"1216110770,""Tim Galliher """" Songs for the Broken"""""",Music,Music,USD,2011-10-22,1500.00,2011-09-22 14:54:12,90.00,failed,3,US,90.00,90.00,1500.00" +1216117800,Marketing Penthouse 87,Hip-Hop,Music,USD,2015-04-03,1500.00,2015-03-04 20:41:29,1.00,failed,1,US,1.00,1.00,1500.00 +"1216118268,""""""Will the Kids Be OK?"""""",Documentary,Film & Video,USD,2012-11-15,20000.00,2012-10-16 22:27:16,526.00,failed,3,US,526.00,526.00,20000.00" +1216124605,Alphabet Island,Video Games,Games,USD,2013-11-12,7000.00,2013-10-12 02:08:23,125.00,failed,3,US,125.00,125.00,7000.00 +1216127785,B. Luxe Handmade Luxury Soaps And Bath Treats,DIY,Crafts,USD,2015-03-10,2000.00,2015-02-08 09:02:06,618.00,failed,21,US,618.00,618.00,2000.00 +1216131735,A Magazine to Promote the Unique Art and Culture of Cosplay.,Zines,Publishing,CAD,2015-09-01,13000.00,2015-07-29 13:30:14,3631.00,failed,41,CA,2787.00,2744.52,9826.15 +12161356,Raising the roof on Millhouse!,Pop,Music,USD,2012-02-07,3000.00,2012-01-05 05:17:28,0.00,failed,0,US,0.00,0.00,3000.00 +1216136142,Bee Sting: The Movie,Narrative Film,Film & Video,USD,2014-04-05,2000.00,2014-03-06 19:56:31,5889.00,successful,59,US,5889.00,5889.00,2000.00 +1216139615,Will it float?,Conceptual Art,Art,GBP,2014-11-09,150.00,2014-10-10 18:16:44,10.00,failed,2,GB,16.17,15.65,234.82 +1216139991,Painters and Poets Anthology of Art Poems,Art Books,Publishing,USD,2017-06-12,6500.00,2017-04-13 17:28:37,1617.00,failed,24,US,25.00,1617.00,6500.00 +"1216140728,""Laura Doherty is recording a new kids CD: """"In a Heartbeat""""!"",Music,Music,USD,2013-10-18,10000.00,2013-09-18 01:57:56,10335.00,successful,138,US,10335.00,10335.00,10000.00" +1216144793,History Lost,Documentary,Film & Video,USD,2011-09-15,50000.00,2011-06-17 15:55:00,40.00,failed,2,US,40.00,40.00,50000.00 +"1216159734,""Becoming Visible, portraits of homeless transgender teens"",Photography,Photography,USD,2011-04-04,30000.00,2011-03-03 22:01:00,35348.00,successful,173,US,35348.00,35348.00,30000.00" +1216166919,Melbourne Black,Webseries,Film & Video,AUD,2014-09-26,5000.00,2014-09-12 10:38:20,5355.00,successful,67,AU,4919.79,4707.69,4395.60 +1216168346,The Vision Quest Studio Project,Painting,Art,USD,2014-06-09,3000.00,2014-05-19 21:14:44,3315.00,successful,52,US,3315.00,3315.00,3000.00 +121617209,Promotion of æStefàn's first album (existing already),Indie Rock,Music,USD,2011-02-24,2500.00,2011-01-10 21:53:05,0.00,failed,0,US,0.00,0.00,2500.00 +1216173961,Suki's Travels,Children's Books,Publishing,USD,2015-03-27,25000.00,2015-02-25 04:00:32,0.00,failed,0,US,0.00,0.00,25000.00 +121617909,Bring Humanity Together Using The Colors of a Tie Dye,Community Gardens,Food,USD,2017-10-29,35000.00,2017-08-30 07:00:38,250.00,failed,7,US,85.00,250.00,35000.00 +"1216180317,""""""Up North"""", a short thriller. (Canceled)"",Thrillers,Film & Video,USD,2014-08-30,3000.00,2014-07-31 23:26:28,375.00,canceled,5,US,375.00,375.00,3000.00" +"1216199392,""NINJA MOUNT - Action Cam Mount for Downhill, Motocross & ATV"",Product Design,Design,EUR,2017-03-12,10000.00,2017-02-07 08:02:53,10889.00,successful,211,DE,1423.44,11691.50,10736.99" +1216200354,Breaking Bread With God A Nutrional Guide,Nonfiction,Publishing,USD,2015-03-01,2500.00,2015-02-02 18:39:59,26.00,failed,2,US,26.00,26.00,2500.00 +121621537,Making Small Businesses Look Good,Graphic Design,Design,GBP,2014-03-03,3300.00,2014-02-01 02:12:52,236.00,failed,3,GB,390.78,395.77,5534.13 +1216217126,Wonderblend - A Combat Robot made by Highschoolers,Technology,Technology,USD,2010-06-01,1000.00,2010-05-01 20:40:16,1210.01,successful,47,US,1210.01,1210.01,1000.00 +1216219311,Changed my mind,Web,Journalism,EUR,2016-09-13,600.00,2016-08-14 13:12:47,0.00,canceled,0,BE,0.00,0.00,673.56 +1216220677,Bunny Slippers: keep your feet warm!,Fashion,Fashion,USD,2013-12-23,10000.00,2013-11-08 20:08:48,10284.00,successful,68,US,10284.00,10284.00,10000.00 +1216220937,ZipSeam 2.0 - Instantly Tailor Your Shirts,Product Design,Design,USD,2016-07-08,10000.00,2016-06-08 19:59:42,23630.00,successful,1094,US,22229.00,23630.00,10000.00 +1216224082,XP Fitness: Personal Training App,Food,Food,USD,2017-12-27,10000.00,2017-11-27 16:57:24,0.00,failed,0,US,0.00,0.00,10000.00 +1216224816,Plugged In,Shorts,Film & Video,GBP,2014-01-08,1000.00,2013-12-09 22:33:53,1048.00,successful,30,GB,1713.31,1719.70,1640.93 +1216235905,Josh Damigo's 2013 US Tour,Country & Folk,Music,USD,2013-08-31,4000.00,2013-08-01 16:59:28,4500.00,successful,104,US,4500.00,4500.00,4000.00 +1216236520,Gandersnitch the Goblin: The Untold Stories Kickstarter!,Fiction,Publishing,USD,2014-08-23,3976.00,2014-07-22 15:41:00,6142.00,successful,98,US,6142.00,6142.00,3976.00 +1216238199,Jeanna Vogel Desserts Grand Opening,Food,Food,USD,2016-09-13,10000.00,2016-08-25 21:15:14,60.00,failed,3,US,0.00,60.00,10000.00 +1216243441,The P.O.L.O.S Project,Hip-Hop,Music,USD,2012-06-08,2500.00,2012-05-18 04:01:58,0.00,failed,0,US,0.00,0.00,2500.00 +1216243825,Dream Until You Live Album Fund,Music,Music,USD,2017-05-24,5500.00,2017-04-24 01:27:35,0.00,failed,0,US,0.00,0.00,5500.00 +1216245274,Kickstart & Save the Paz Truck,Food Trucks,Food,USD,2017-03-01,25000.00,2017-01-26 19:05:57,2315.00,canceled,52,US,2290.00,2315.00,25000.00 +121624651,SPELLBOUND #1,Comic Books,Comics,CAD,2017-07-08,15000.00,2017-06-08 03:46:37,2683.00,failed,61,CA,177.46,2108.61,11788.75 +1216253379,Unique Black Fine Leather Goods,Accessories,Fashion,USD,2014-11-30,8000.00,2014-10-31 12:34:11,1392.00,failed,20,US,1392.00,1392.00,8000.00 +121626296,Neela Nightwear: Clothing Without Compromise,Apparel,Fashion,USD,2017-06-03,15000.00,2017-05-04 16:57:29,5467.00,failed,46,US,3557.00,5467.00,15000.00 +121626413,Breaking Dead - Short Movie,Drama,Film & Video,GBP,2015-04-02,900.00,2015-03-04 01:51:09,0.00,failed,0,GB,0.00,0.00,1332.29 +1216278636,Bicycle Redcore Playing Cards,Playing Cards,Games,USD,2015-01-01,2500.00,2014-12-02 22:12:11,7156.00,successful,335,US,7156.00,7156.00,2500.00 +1216285541,THE DREAM OF ROWAN,Video Games,Games,EUR,2016-01-08,4000.00,2015-12-09 00:55:29,1761.00,failed,58,ES,1912.47,1912.61,4344.38 +1216289091,Pluggies - Fill the Empty Gaps on your Surfboard,Product Design,Design,USD,2015-02-13,4000.00,2015-01-14 19:09:00,25.00,failed,1,US,25.00,25.00,4000.00 +1216290318,Scrape: An Original Music String Orchestra lays down tracks!,Music,Music,USD,2012-11-30,8472.00,2012-10-16 19:14:35,9133.45,successful,181,US,9133.45,9133.45,8472.00 +1216297064,Banzai.Giant's First Studio EP,Indie Rock,Music,USD,2016-10-13,3000.00,2016-09-13 05:17:34,126.00,failed,4,US,110.00,126.00,3000.00 +1216313579,Jonathan Marc Sherman's THINGS WE WANT.,Theater,Theater,USD,2011-11-15,500.00,2011-10-21 15:54:23,513.00,successful,15,US,513.00,513.00,500.00 +1216320711,The world of Opposite World by Andrea Pertegato,Photography,Photography,EUR,2016-03-01,6000.00,2016-01-26 16:37:19,0.00,failed,0,IT,0.00,0.00,6581.98 +"1216329372,""Join Morphic Graffiti on their """"Carousel"""" this June!"",Theater,Theater,GBP,2014-05-26,4000.00,2014-04-26 00:37:43,470.00,failed,7,GB,788.93,786.53,6693.89" +1216330417,Do It Again: One Man's Quest to Reunite the Kinks,Documentary,Film & Video,USD,2009-08-10,5500.00,2009-05-17 05:55:13,6632.32,successful,79,US,6632.32,6632.32,5500.00 +1216337122,Capturing the Southwest (Canceled),Photography,Photography,USD,2012-01-11,8000.00,2011-12-12 21:17:33,75.00,canceled,2,US,75.00,75.00,8000.00 +1216343451,Rebel Album,Electronic Music,Music,USD,2015-06-26,2000.00,2015-05-27 01:58:19,0.00,failed,0,US,0.00,0.00,2000.00 +1216345795,REMEN — handmade top quality leather belt. For real men.,Product Design,Design,USD,2015-12-25,5000.00,2015-11-18 15:31:47,867.00,failed,11,US,867.00,867.00,5000.00 +1216348523,KIWI PLUG - Turn your smartphone into universal remote,Gadgets,Technology,EUR,2016-07-07,30000.00,2016-06-07 09:23:57,30280.00,successful,386,FR,34345.86,33520.05,33210.09 +1216372479,POW WOW Hawaii 2012,Art,Art,USD,2011-07-28,10000.00,2011-04-29 02:33:18,10359.00,successful,75,US,10359.00,10359.00,10000.00 +1216373787,Von Briggs Art & The Airstream Studio,Art,Art,USD,2013-11-22,5000.00,2013-10-11 23:56:41,110.00,failed,5,US,110.00,110.00,5000.00 +1216381602,Cynical Gamers,Radio & Podcasts,Publishing,GBP,2017-06-18,100.00,2017-05-19 18:52:22,1.00,failed,1,GB,0.00,1.27,127.25 +1216382645,The Original Bearycalm,Product Design,Design,USD,2012-05-19,11750.00,2012-04-04 06:27:28,12681.00,successful,112,US,12681.00,12681.00,11750.00 +1216394299,Sistema Arohanui Strings growing into a BIG orchestra!,Kids,Music,NZD,2014-09-24,12681.00,2014-08-14 21:31:57,201.00,failed,3,NZ,169.33,158.86,10022.13 +121640418,The Storyteller,Narrative Film,Film & Video,USD,2011-02-15,3000.00,2011-01-16 06:22:58,3072.00,successful,45,US,3072.00,3072.00,3000.00 +1216414733,The Original Hand-Made Pizza Stix (Canceled),Farmer's Markets,Food,USD,2016-05-22,50000.00,2016-04-23 21:35:50,0.00,canceled,0,US,0.00,0.00,50000.00 +"1216416665,""""""Celebration of Life"""""",Dance,Dance,USD,2014-04-03,3000.00,2014-03-04 01:04:51,152.00,failed,3,US,152.00,152.00,3000.00" +1216418267,Shine: A DanceFilm,Shorts,Film & Video,USD,2011-07-31,4000.00,2011-07-09 06:30:37,1317.00,failed,32,US,1317.00,1317.00,4000.00 +121641898,Joseph Jenkins: 2 new books Faith & That's Why I Sing,Fiction,Publishing,USD,2015-07-07,5000.00,2015-06-07 16:29:35,6.00,failed,2,US,6.00,6.00,5000.00 +1216424547,Video Game Boutique needed in Dandenong Ranges,Video Games,Games,AUD,2015-09-14,299000.00,2015-07-16 07:47:32,31.00,failed,2,AU,23.17,22.53,217343.90 +1216424721,Calico--a YA graphic novel,Graphic Novels,Comics,USD,2014-09-07,3000.00,2014-08-07 23:04:08,276.00,failed,12,US,276.00,276.00,3000.00 +1216433317,Black Rock Coalition Orchestra:Gathering for Gil-Scott Heron,Music,Music,USD,2012-01-10,7500.00,2011-12-20 20:42:53,7615.00,successful,127,US,7615.00,7615.00,7500.00 +1216435954,Realizing Robs photostudio (Canceled),Photography,Photography,EUR,2015-10-13,3000.00,2015-09-23 21:21:23,0.00,canceled,0,DE,0.00,0.00,3408.01 +1216437308,Flint Ridge Music Co,Sound,Technology,USD,2015-01-07,400.00,2014-12-08 18:10:50,1.00,failed,1,US,1.00,1.00,400.00 +"1216444411,""This is Us, Together"",Photography,Photography,USD,2011-06-02,8700.00,2011-05-03 17:04:11,10492.23,successful,200,US,10492.23,10492.23,8700.00" +1216444843,Tower Command - MONSTAAAZ rulz rulz,Video Games,Games,EUR,2016-08-16,24590.00,2016-07-17 23:40:51,1.00,failed,1,DE,0.00,1.13,27850.77 +1216456999,I'm making spaghetti.,Food,Food,USD,2014-08-08,15.00,2014-07-14 17:42:22,0.00,failed,0,US,0.00,0.00,15.00 +1216457646,Wasteland,Webseries,Film & Video,USD,2014-01-02,500.00,2013-12-10 20:46:57,50.00,failed,1,US,50.00,50.00,500.00 +1216460726,8 Days Movie Teaser,Shorts,Film & Video,GBP,2013-03-31,40000.00,2013-03-01 13:47:33,100.00,failed,1,GB,151.66,152.44,60977.47 +1216462772,Sim Betting Football,Mobile Games,Games,GBP,2016-03-30,5000.00,2016-03-01 14:36:20,1004.00,failed,24,GB,1390.63,1436.69,7154.82 +1216464875,photogra-free,Photography,Photography,USD,2015-09-26,25000.00,2015-08-12 16:40:25,0.00,failed,0,US,0.00,0.00,25000.00 +12164666,One Song a Week,Music,Music,USD,2010-04-07,10000.00,2010-01-13 03:21:25,0.00,failed,0,US,0.00,0.00,10000.00 +121647376,Personal Insigne. Chapas Personales.,DIY,Crafts,EUR,2018-01-19,200.00,2017-12-20 07:32:17,0.00,live,0,ES,0.00,0.00,242.74 +"1216483387,""""""Super"""" - Independent Short Film"",Film & Video,Film & Video,USD,2011-11-21,2000.00,2011-10-20 06:53:54,2206.00,successful,47,US,2206.00,2206.00,2000.00" +1216483959,Switcheels!,Fashion,Fashion,USD,2016-10-18,50000.00,2016-08-19 19:55:21,741.00,failed,12,US,120.00,741.00,50000.00 +1216489875,Food Truck,Food Trucks,Food,USD,2014-10-19,20000.00,2014-09-19 21:52:39,20.00,failed,1,US,20.00,20.00,20000.00 +"1216492822,Flathead Celtic Festival,Music,Music,USD,2015-06-28,1850.00,2015-06-01 14:50:45,545.00,undefined,0,""N,0"""""",,545.00,1850.00" +1216494296,Ciao Chow Canine Bakery (Pop Up),Food,Food,GBP,2013-07-05,15000.00,2013-06-14 19:45:34,3678.00,failed,47,GB,5767.08,5506.24,22456.10 +1216499378,Misadventures of Anchoria and Friends (Canceled),Webseries,Film & Video,USD,2016-05-01,20000.00,2016-04-01 21:12:02,0.00,canceled,0,US,0.00,0.00,20000.00 +1216500922,Nova Minimal Fountain Pen,Product Design,Design,GBP,2015-10-05,12000.00,2015-09-05 14:38:29,104008.00,successful,1684,GB,158528.96,159543.50,18407.45 +1216500995,I'm Happy I Didn't Marry That Jerk,Fiction,Publishing,USD,2012-10-28,2500.00,2012-10-06 00:14:25,135.00,failed,3,US,135.00,135.00,2500.00 +1216501604,Quirler: Questing In Real Life,Games,Games,USD,2012-10-14,20000.00,2012-09-14 23:00:48,1877.00,failed,25,US,1877.00,1877.00,20000.00 +121650481,Path - Short thriller film,Thrillers,Film & Video,EUR,2017-09-09,4000.00,2017-08-10 14:33:08,50.00,failed,1,NL,58.67,59.82,4785.20 +1216504848,YELLOWTOWN MONSTER,Shorts,Film & Video,USD,2011-05-17,1500.00,2011-04-14 23:02:45,5.00,failed,1,US,5.00,5.00,1500.00 +1216510959,Jarell Perry - The White EP Experience and SXSW Premiere,R&B,Music,USD,2014-02-14,5000.00,2014-01-29 22:21:10,5165.00,successful,94,US,5165.00,5165.00,5000.00 +1216519040,Dr Goyle returns for all ages in 6 new issues!!,Comics,Comics,USD,2011-12-12,3000.00,2011-10-13 07:03:46,2772.00,failed,55,US,2772.00,2772.00,3000.00 +1216522588,Ignatius The Christmas Monster: A Better Christmas Tradition,Children's Books,Publishing,USD,2013-09-20,25000.00,2013-08-21 04:23:22,175.00,failed,5,US,175.00,175.00,25000.00 +1216523013,Upshur Street Books,Publishing,Publishing,USD,2014-09-20,17000.00,2014-08-21 06:06:46,20015.00,successful,369,US,20015.00,20015.00,17000.00 +1216529063,Sakura - The Board Game,Tabletop Games,Games,USD,2014-04-29,25000.00,2014-03-28 06:47:27,33463.03,successful,489,US,33463.03,33463.03,25000.00 +1216530392,Mix Tape - A Group Art Exhibition,Mixed Media,Art,USD,2011-12-26,1200.00,2011-10-27 07:51:38,1200.01,successful,13,US,1200.01,1200.01,1200.00 +1216530453,Egg Salad League T-Shirts,Apparel,Fashion,USD,2014-08-07,20.00,2014-07-08 21:22:20,40.00,successful,2,US,40.00,40.00,20.00 +121653516,Custom Vaults,Design,Design,CAD,2018-01-06,15000.00,2017-11-27 18:39:47,0.00,live,0,CA,0.00,0.00,11981.79 +12165419,Expanse Virtual Cinema,Wearables,Technology,USD,2016-10-15,200000.00,2016-09-15 19:58:05,17752.00,canceled,165,US,3610.00,17752.00,200000.00 +"1216548896,""When I become awesome, I will cater an event for you!!"",Food Trucks,Food,USD,2014-08-09,5200.00,2014-07-10 19:22:00,0.00,failed,0,US,0.00,0.00,5200.00" +121655286,V-Day 2014 University of North Georgia,Theater,Theater,USD,2014-03-30,250.00,2014-03-19 18:52:23,276.00,successful,7,US,276.00,276.00,250.00 +1216561545,Safe Travels,Apps,Technology,USD,2014-10-04,6000.00,2014-09-04 23:03:31,35.00,failed,3,US,35.00,35.00,6000.00 +1216562664,THE COME UP,Film & Video,Film & Video,USD,2011-11-14,10000.00,2011-10-27 17:32:41,13407.43,successful,121,US,13407.43,13407.43,10000.00 +1216569460,Guardian Ultimate Rescue and Survival Tool,Product Design,Design,USD,2017-04-29,43300.00,2017-03-30 04:53:06,551.00,failed,4,US,51.00,551.00,43300.00 +1216580035,The Simplicity Wallet,Product Design,Design,USD,2013-10-04,8000.00,2013-09-04 17:38:42,683.00,failed,31,US,683.00,683.00,8000.00 +1216591583,corrupt landing,Video Games,Games,GBP,2015-05-29,360.00,2015-04-01 20:01:13,15.00,failed,1,GB,22.19,22.89,549.27 +121659277,Chipmunk2D for Unity,Video Games,Games,USD,2013-07-14,5000.00,2013-06-24 18:59:49,9781.00,successful,127,US,9781.00,9781.00,5000.00 +1216601333,A New Perspective,Film & Video,Film & Video,USD,2012-12-06,2500.00,2012-11-06 23:40:01,625.00,failed,6,US,625.00,625.00,2500.00 +1216603984,You tell it. We sell it.,Technology,Technology,GBP,2015-01-05,200.00,2014-12-22 23:36:44,2.00,failed,2,GB,3.13,3.03,302.94 +1216604538,RUN - An Animated Short,Animation,Film & Video,GBP,2015-11-09,1.00,2015-10-10 11:25:58,16.00,successful,7,GB,24.58,24.36,1.52 +1216607635,Pet Grooming & Pet Taxi for Seniors,Crafts,Crafts,USD,2015-12-21,5000.00,2015-10-22 00:29:52,2.00,failed,2,US,2.00,2.00,5000.00 +1216621121,People's Park / ????,Documentary,Film & Video,USD,2012-02-15,3500.00,2012-01-11 06:35:33,6699.33,successful,115,US,6699.33,6699.33,3500.00 +1216623395,CreArtful Inspiration Creations,Crafts,Crafts,USD,2016-06-25,2500.00,2016-05-11 01:48:14,60.00,failed,1,US,60.00,60.00,2500.00 +121662400,Project Bradford,Photobooks,Photography,GBP,2015-07-19,12000.00,2015-06-17 21:02:59,1628.00,failed,21,GB,2541.22,2519.27,18569.53 +1216626479,Eradication Novel Series,Fiction,Publishing,USD,2013-11-17,30000.00,2013-10-18 23:26:05,0.00,failed,0,US,0.00,0.00,30000.00 +1216628740,HEARTSONG by James Wright,Indie Rock,Music,USD,2011-08-09,1000.00,2011-05-11 06:01:37,0.00,failed,0,US,0.00,0.00,1000.00 +1216640340,Native,Video Games,Games,USD,2016-08-12,10000.00,2016-07-11 20:31:33,850.00,canceled,15,US,205.00,850.00,10000.00 +1216650872,The Boy and the Bears,Video Games,Games,USD,2012-11-20,50000.00,2012-10-02 00:33:30,246.00,failed,14,US,246.00,246.00,50000.00 +"1216655708,""""""Game Development Hell"""" A documentary of video game design"",Documentary,Film & Video,GBP,2014-03-23,3000.00,2014-02-21 19:12:04,42.00,failed,2,GB,70.04,69.86,4989.94" +1216660344,Frankie Rose & The Outs 2010 Tour,Music,Music,USD,2010-08-02,4000.00,2010-06-11 17:22:33,4373.77,successful,84,US,4373.77,4373.77,4000.00 +1216665105,Project 52 Songs - Home Recording Studio,Music,Music,USD,2017-10-30,5087.00,2017-09-30 16:13:29,5220.76,successful,40,US,2147.00,5220.76,5087.00 +"1216667719,""Go Save! Pro iPhone App - Save Money, Predict Commute Costs"",Technology,Technology,USD,2012-01-22,11000.00,2011-11-23 07:19:51,7.00,failed,2,US,7.00,7.00,11000.00" +"1216677928,""""""Period of Control"""""",Ready-to-wear,Fashion,USD,2016-06-20,3000.00,2016-05-14 16:00:34,92000.00,successful,1248,US,92000.00,92000.00,3000.00" +1216677965,Photographic Art in the California State Parks,Photography,Photography,USD,2011-09-09,5000.00,2011-08-10 01:21:48,125.00,failed,2,US,125.00,125.00,5000.00 +121668109,Scarred Lands—FRPG setting in 5e OGL & Pathfinder editions,Tabletop Games,Games,USD,2016-02-03,20000.00,2016-01-05 19:00:46,67731.00,successful,1017,US,67731.00,67731.00,20000.00 +1216681819,Solaranlage zur Erzeugung mechanischer Energie,Technology,Technology,EUR,2016-08-03,100000.00,2016-07-02 22:10:26,20.00,canceled,2,AT,0.00,22.31,111559.83 +1216701165,Jonny Corndawg: Down on the Bikini Line album project,Country & Folk,Music,USD,2011-05-02,7500.00,2011-03-11 22:39:16,9358.02,successful,213,US,9358.02,9358.02,7500.00 +"1216703766,""Stay Rusty, My Friends: Completing the Rust Belt Documentary"",Documentary,Film & Video,USD,2012-05-16,4500.00,2012-04-06 16:52:29,4811.00,successful,69,US,4811.00,4811.00,4500.00" +1216721587,Mundi sauce llc family owned Arkansas hot sauce company,Small Batch,Food,USD,2016-05-25,20000.00,2016-04-25 23:40:35,105.00,failed,1,US,105.00,105.00,20000.00 +1216725185,Mom's Cooking Crisis - A Competitive Cooking Competition,Webseries,Film & Video,USD,2011-10-05,8500.00,2011-09-14 19:09:24,45.00,failed,3,US,45.00,45.00,8500.00 +1216728450,Great Lake Times,Rock,Music,USD,2016-10-22,3500.00,2016-09-07 23:51:34,0.00,canceled,0,US,0.00,0.00,3500.00 +1216729104,The Chrysalis Tide,Drama,Film & Video,USD,2014-05-28,60000.00,2014-04-28 14:36:05,3080.00,failed,36,US,3080.00,3080.00,60000.00 +1216731783,Lizard,Video Games,Games,CAD,2014-11-28,12000.00,2014-10-29 01:52:54,18440.10,successful,325,CA,16429.56,16179.78,10529.09 +1216738369,jaeblaze Short Project,Performances,Dance,USD,2014-06-14,3000.00,2014-05-15 18:48:53,4606.71,successful,65,US,4606.71,4606.71,3000.00 +121674179,Todd Sloane Short Film,Shorts,Film & Video,GBP,2016-08-18,5500.00,2016-07-19 14:44:49,6138.00,successful,97,GB,218.28,8033.40,7198.39 +1216754510,Help The Iron Maiden Get to Saturday Market,Art,Art,USD,2016-10-29,75.00,2016-10-20 18:18:12,2.00,canceled,2,US,0.00,2.00,75.00 +1216758399,Durable Leather Belts - We Make Them Like They Used To™,Product Design,Design,USD,2017-03-30,7000.00,2017-02-28 02:00:57,5424.00,failed,73,US,856.00,5424.00,7000.00 +1216760899,Daniel Gale - Lion's Mouth - EP,Music,Music,AUD,2017-07-05,3700.00,2017-06-05 22:07:46,3800.00,successful,54,AU,186.03,2889.95,2813.90 +1216766503,The Greenhead Cleaning System,Gadgets,Technology,USD,2015-10-25,100000.00,2015-09-10 21:14:16,300.00,failed,3,US,300.00,300.00,100000.00 +1216769204,NGo NEW GLOBAL ORDER,Tabletop Games,Games,USD,2014-05-06,2500.00,2014-04-16 17:19:35,3070.00,successful,55,US,3070.00,3070.00,2500.00 +121678176,Notes from Afghanistan,Journalism,Journalism,USD,2013-02-10,100.00,2013-01-29 23:46:46,325.00,successful,15,US,325.00,325.00,100.00 +1216787390,The Offensive Band Name Generator,Tabletop Games,Games,USD,2013-12-18,5000.00,2013-11-12 16:29:31,6954.00,successful,174,US,6954.00,6954.00,5000.00 +1216803728,Display Frames for Marvel/Diamond Select Action Figures,Comics,Comics,USD,2015-04-05,27000.00,2015-03-06 01:34:36,212.00,failed,3,US,212.00,212.00,27000.00 +1216806982,Plans We Made by Simon Moreton (Grimalkin Press),Graphic Novels,Comics,USD,2015-03-04,6500.00,2015-02-02 23:03:48,7638.00,successful,207,US,7638.00,7638.00,6500.00 +1216811119,Pick Up Colorado,Public Art,Art,USD,2012-07-04,2500.00,2012-06-16 00:05:36,2615.00,successful,57,US,2615.00,2615.00,2500.00 +1216813351,A Year of Protest: T-Shirts for 2017,Civic Design,Design,USD,2017-01-04,1800.00,2016-12-22 22:49:22,1890.00,successful,39,US,630.00,1890.00,1800.00 +1216813825,A Pair of Shorts - Janitor Jerry & The Music Director,Film & Video,Film & Video,USD,2017-04-24,4000.00,2017-04-09 03:08:53,5500.00,successful,48,US,1050.00,5500.00,4000.00 +1216820556,Legion XIV 1:18 Scale Figure,Tabletop Games,Games,USD,2015-05-18,21000.00,2015-04-14 03:32:41,14683.00,failed,186,US,14683.00,14683.00,21000.00 +1216828256,Splyt Light,Product Design,Design,USD,2016-05-14,15000.00,2016-04-14 22:22:20,47642.00,successful,372,US,47642.00,47642.00,15000.00 +121683567,DIS LEUR 2 FRUITS & LEGUMES,Fashion,Fashion,EUR,2015-11-02,10000.00,2015-10-02 19:23:50,276.00,failed,7,FR,308.15,299.85,10864.02 +1216861177,PASAJERO DE LA VIDA,Web,Journalism,USD,2016-12-21,25000.00,2016-11-12 02:12:48,0.00,canceled,0,US,0.00,0.00,25000.00 +1216864251,The Life Hack Poster,Graphic Design,Design,USD,2013-10-31,6000.00,2013-10-01 15:06:51,12401.00,successful,350,US,12401.00,12401.00,6000.00 +"1216865333,""MagC: Stylish Upgrade for USB-C, Resurrect MagSafe"",Technology,Technology,USD,2017-08-10,8000.00,2017-07-11 18:27:20,74583.00,suspended,1659,US,3050.00,74583.00,8000.00" +1216866573,Rent-A-Pound (Canceled),Experimental,Theater,USD,2016-06-05,400000.00,2016-04-06 21:49:46,0.00,canceled,0,US,0.00,0.00,400000.00 +1216880430,ShootMe App,Apps,Technology,USD,2017-10-30,35000.00,2017-09-30 15:58:20,1.00,failed,1,US,0.00,1.00,35000.00 +"1216883626,Portraits Noir; 'Night Into Day' (Canceled),People,Photography,USD,2014-12-19,225.00,2014-12-04 22:53:25,0.00,canceled,0,US,0.00,0.00,225.00" +1216889596,'Electro Rampage' Free Entry UK Tour,Electronic Music,Music,GBP,2014-10-28,40000.00,2014-09-28 18:32:09,1905.00,failed,10,GB,3094.99,3042.16,63877.36 +"1216892268,""The TrackStand, the adaptable bicycle stand by Od Designs"",Product Design,Design,GBP,2016-03-04,25000.00,2016-01-29 22:34:17,7259.00,failed,167,GB,10338.88,10277.21,35394.72" +1216897663,This Is A Polling Station (Canceled),Public Art,Art,CAD,2015-03-05,1100.00,2015-01-24 01:42:44,0.00,canceled,0,CA,0.00,0.00,882.40 +121689833,Gemhammer Deck of Many Things,Tabletop Games,Games,USD,2016-03-11,10000.00,2016-01-31 22:34:39,3717.00,failed,99,US,3717.00,3717.00,10000.00 +1216898338,Story 2 Sleep - The Sleeping Bag Dreams are Made Of!,Product Design,Design,USD,2014-11-12,15000.00,2014-09-15 02:04:36,3448.00,canceled,44,US,3448.00,3448.00,15000.00 +1216906837,THIRTY81: A Poster Celebrating the Fields of Baseball,Graphic Design,Design,USD,2013-11-01,1000.00,2013-09-19 09:01:10,6761.00,successful,247,US,6761.00,6761.00,1000.00 +1216913168,Haunted Lantern: a lantern for scare attractions,Technology,Technology,EUR,2014-06-30,30000.00,2014-05-27 07:05:58,286.00,failed,6,NL,389.92,388.62,40764.19 +1216918384,Faux Paws - Animal Themed Paw Socks,Footwear,Fashion,USD,2016-02-03,2500.00,2016-01-15 07:25:19,28540.00,successful,653,US,28540.00,28540.00,2500.00 +1216919001,I Remember You,Painting,Art,USD,2012-05-04,999.00,2012-04-04 20:31:37,2734.00,successful,72,US,2734.00,2734.00,999.00 +1216920249,Cable Carousel - Metal Cable Organizer,Product Design,Design,USD,2016-01-01,10000.00,2015-11-16 22:56:06,3230.00,failed,116,US,3230.00,3230.00,10000.00 +1216922556,Mug Buddy - Building a Business and Cookies,Food,Food,USD,2017-05-23,8600.00,2017-05-17 03:20:50,556.00,failed,6,US,0.00,556.00,8600.00 +1216925617,Cassidy's Craft Corner,Film & Video,Film & Video,USD,2015-02-23,900.00,2015-01-24 22:52:16,3.00,failed,3,US,3.00,3.00,900.00 +"1216928594,""Help Illvis Freshly Launch """"Illenials EP"""""",Hip-Hop,Music,CAD,2016-07-21,3000.00,2016-06-20 21:06:47,4595.00,successful,57,CA,1306.74,3505.76,2288.85" +1216928668,Singing Whales And Other Tales,Children's Books,Publishing,USD,2015-07-01,6000.00,2015-05-08 22:16:33,101.00,failed,2,US,101.00,101.00,6000.00 +1216933911,Alphabet Soup – Tale of Compassion (Canceled),Art Books,Publishing,CAD,2014-10-06,1500.00,2014-08-07 17:29:28,0.00,canceled,0,CA,0.00,0.00,1339.64 +1216940433,Keyup.in - The gaming community that gives back.,Web,Technology,GBP,2015-07-08,2500.00,2015-06-08 17:17:02,68.00,failed,8,GB,103.84,105.52,3879.40 +1216945162,Series 337 - An affordable modern watch - By B7WC,Design,Design,USD,2015-06-08,19500.00,2015-05-09 23:52:01,8560.00,failed,43,US,8560.00,8560.00,19500.00 +1216945613,An Artist's Ethnography-Style Manual of Sustainable Living,Art Books,Publishing,USD,2013-02-14,4000.00,2012-12-20 18:01:52,704.00,failed,14,US,704.00,704.00,4000.00 +1216945923,Mental Hygiene,Webseries,Film & Video,USD,2011-10-15,500.00,2011-09-15 23:39:37,1065.50,successful,28,US,1065.50,1065.50,500.00 +1216946455,Get Me to the Gallery,Painting,Art,USD,2012-11-07,400.00,2012-10-19 01:12:49,555.00,successful,19,US,555.00,555.00,400.00 +"1216950370,""UK Expo - British pop culture convention in Milwaukee, WI"",Film & Video,Film & Video,USD,2013-09-22,59000.00,2013-08-23 07:10:23,405.00,failed,7,US,405.00,405.00,59000.00" +1216951859,Eliza Food truck,Food Trucks,Food,USD,2016-05-31,7000.00,2016-04-30 02:50:15,0.00,failed,0,US,0.00,0.00,7000.00 +1216954269,Truck De Sole',Food Trucks,Food,USD,2014-08-10,10000.00,2014-07-12 02:31:52,0.00,failed,0,US,0.00,0.00,10000.00 +1216956844,Compassion Cosmetics,Candles,Crafts,GBP,2015-07-14,200.00,2015-06-14 17:18:52,20.00,failed,1,GB,31.12,31.19,311.87 +1216961982,Amphibious Water/Road Vehicle for All,Technology,Technology,GBP,2014-04-28,23550.00,2014-03-09 13:13:04,335.00,failed,12,GB,559.98,565.34,39742.81 +1216964983,Pudge looking to make first album.,Rock,Music,USD,2012-12-30,2500.00,2012-11-30 03:41:18,3000.00,successful,53,US,3000.00,3000.00,2500.00 +1216965563,Band-it - extra small minimal wallet.,Fashion,Fashion,USD,2013-07-16,13000.00,2013-06-13 13:13:23,64973.31,successful,3508,US,64973.31,64973.31,13000.00 +1216965617,Sidekick,Comics,Comics,USD,2012-07-11,10000.00,2012-06-06 05:23:20,10518.00,successful,313,US,10518.00,10518.00,10000.00 +1216967478,Nickels and Dimes: The Game of Life,Video Games,Games,USD,2015-07-31,25000.00,2015-07-06 19:52:49,2.00,failed,2,US,2.00,2.00,25000.00 +1216970545,Sextus - Devil Angel ,Rock,Music,USD,2010-07-06,2200.00,2010-05-12 20:24:30,3053.00,successful,97,US,3053.00,3053.00,2200.00 +1216970865,JetX: The X-Plorer Project (Canceled),Technology,Technology,GBP,2016-02-06,2500.00,2016-01-07 17:42:08,0.00,canceled,0,GB,0.00,0.00,3626.08 +"1216974638,""World Peace Project, virtual world meets real world"",Technology,Technology,AUD,2014-01-12,50000.00,2013-11-13 18:41:44,60.00,failed,3,AU,56.00,52.74,43948.32" +"1216979849,""Children's Book: Mindful 1,2,3"",Children's Books,Publishing,CAD,2016-09-12,10000.00,2016-09-02 17:45:31,10061.00,successful,84,CA,801.41,7622.55,7576.33" +1216991578,Sketches for 2 Tiny Dollars,Art,Art,USD,2015-05-02,1000.00,2015-04-02 18:56:39,478.00,failed,18,US,478.00,478.00,1000.00 +1216998251,One Sunny Day: by E.K. Ebbett (Canceled),Fiction,Publishing,USD,2013-03-08,44000.00,2013-02-15 23:56:28,0.00,canceled,0,US,0.00,0.00,44000.00 +1216998605,The Nef Project,Documentary,Film & Video,USD,2012-12-03,6500.00,2012-11-02 23:46:27,155.00,failed,3,US,155.00,155.00,6500.00 +1217008704,Extra Action Marching Band and the SXSW Adventure!,World Music,Music,USD,2011-03-14,5000.00,2011-02-15 07:37:27,5377.88,successful,136,US,5377.88,5377.88,5000.00 +1217010327,Moments of Passion,Photobooks,Photography,CHF,2016-07-25,25000.00,2016-06-27 23:01:43,509.00,failed,6,CH,493.73,522.64,25669.99 +1217015473,Elem3nt Dance Team Annual Showcase: Instagram Takeover,Dance,Dance,USD,2014-04-13,750.00,2014-04-02 18:29:03,150.00,failed,5,US,150.00,150.00,750.00 +1217017356,Harambe & Co.,Fashion,Fashion,USD,2016-10-13,5000.00,2016-09-14 22:58:37,1.00,failed,1,US,0.00,1.00,5000.00 +1217051582,SAME SEX LOVE,Narrative Film,Film & Video,USD,2011-06-01,100000.00,2011-04-02 11:35:46,0.00,failed,0,US,0.00,0.00,100000.00 +1217054799,The FIDEM Hoodie - Where History Meets The Future,Apparel,Fashion,GBP,2016-10-02,8000.00,2016-09-01 12:40:29,553.00,failed,8,GB,111.41,681.82,9863.51 +"1217071482,""""""20th Century Girl"""" is about the Golden Age of America!"",Shorts,Film & Video,USD,2011-07-09,500.00,2011-06-09 18:19:00,20.00,failed,1,US,20.00,20.00,500.00" +1217075505,Shouldn't You Be Playing for a Championship Love?,Nonfiction,Publishing,USD,2014-10-01,17000.00,2014-08-27 21:45:26,255.00,failed,6,US,255.00,255.00,17000.00 +121707566,The Hydration Shirt: Only Shirt Proven to Boost Performance,Wearables,Technology,USD,2015-12-16,20000.00,2015-11-16 20:13:21,23026.31,successful,273,US,23026.31,23026.31,20000.00 +1217087810,WaterFire 2013: A Free Community Event on Brush Creek,Art,Art,USD,2013-09-07,10000.00,2013-08-08 18:21:28,1145.00,failed,24,US,1145.00,1145.00,10000.00 +1217095020,The Power of Wind,Documentary,Film & Video,USD,2013-03-08,1200.00,2013-02-06 22:01:54,1226.00,successful,19,US,1226.00,1226.00,1200.00 +1217095409,Little Black Cat in a Santa Hat,Young Adult,Publishing,USD,2015-04-21,1000.00,2015-03-23 23:15:41,84.00,failed,3,US,84.00,84.00,1000.00 +1217107573,Service Dogs and The Lives They Touch. A Photo Book,Photography,Photography,USD,2011-09-02,7500.00,2011-06-04 01:37:20,1545.00,canceled,15,US,1545.00,1545.00,7500.00 +1217110971,Reason For Contrast - South Cirby EP,Rock,Music,USD,2012-08-01,400.00,2012-06-05 04:19:46,400.00,successful,8,US,400.00,400.00,400.00 +1217114064,First-Timer's Sundance Survival Guide! ASS Invades Sundance!,Journalism,Journalism,USD,2011-12-29,300.00,2011-12-15 21:18:38,80.00,failed,4,US,80.00,80.00,300.00 +1217123090,Darian Brackin Hillsong College Fund,Music,Music,USD,2016-12-16,3200.00,2016-11-20 02:07:47,3220.00,successful,24,US,0.00,3220.00,3200.00 +1217124431,KnotArt Preservation of Sailor Arts.,Performance Art,Art,USD,2016-02-24,100000.00,2016-01-25 19:26:59,1.00,failed,1,US,1.00,1.00,100000.00 +1217126192,Zebra,Product Design,Design,USD,2018-01-14,22000.00,2017-12-15 22:46:51,0.00,live,0,US,0.00,0.00,22000.00 +1217126870,Death of Humanity,Video Games,Games,AUD,2016-07-02,60000.00,2016-05-16 11:35:00,32.00,failed,3,AU,23.26,24.05,45089.05 +1217130248,Aleister Krautley: Jars of Delicious Sauerkraut,Small Batch,Food,USD,2014-12-04,1100.00,2014-11-19 17:43:52,1104.00,successful,25,US,1104.00,1104.00,1100.00 +1217131232,Paparazzi Brand Night Life Clothing and More (men/women),Fashion,Fashion,CHF,2016-07-09,100000.00,2016-06-09 22:51:51,45.00,failed,1,CH,46.61,45.95,102101.24 +1217136015,Objects of Amusement: Dexcapades Help release the next book!,Comics,Comics,USD,2012-06-04,1200.00,2012-05-05 04:01:09,115.00,failed,4,US,115.00,115.00,1200.00 +1217145968,Blackbones McGee VS. The Sub-Human,Comics,Comics,USD,2012-01-05,3000.00,2011-12-06 06:22:22,42.00,failed,4,US,42.00,42.00,3000.00 +"1217147575,""Berkshirestock Music & Arts Festival - aka """"Mikestock"""""",Music,Music,USD,2014-02-09,60000.00,2014-01-10 03:20:07,4.50,failed,2,US,4.50,4.50,60000.00" +1217150341,Kara's Kostumes,Illustration,Art,USD,2014-08-14,7000.00,2014-07-15 17:14:24,27.00,failed,2,US,27.00,27.00,7000.00 +"1217155462,""Miami Singer/Songwriter Cat Shell- Album """"Illusion"""""",Pop,Music,USD,2011-12-31,8000.00,2011-11-01 05:45:36,8211.00,successful,62,US,8211.00,8211.00,8000.00" +1217158497,#9ETWELLSOON,Cookbooks,Food,USD,2017-08-16,500.00,2017-08-01 02:14:38,0.00,failed,0,US,0.00,0.00,500.00 +1217166489,USA - A Photographic Journey,Photography,Photography,USD,2011-11-30,41250.00,2011-10-13 20:43:49,0.00,failed,0,US,0.00,0.00,41250.00 +1217171954,Reese Mula watch and take notes mixtape release ,Hip-Hop,Music,USD,2011-06-12,1000.00,2011-03-29 03:38:22,0.00,failed,0,US,0.00,0.00,1000.00 +"1217172829,""The Ramones: A Loud, Hard, and Fast Tribute"",Documentary,Film & Video,USD,2015-11-14,3000.00,2015-09-15 17:44:25,25.00,failed,1,US,25.00,25.00,3000.00" +1217176013,MOVE THE OVERTIME!!!!,Performance Art,Art,USD,2012-04-16,15000.00,2012-03-15 03:43:28,16501.24,successful,180,US,16501.24,16501.24,15000.00 +1217176336,The Moon Jumpers Ensemble,Theater,Theater,USD,2017-12-21,2500.00,2017-11-27 17:49:45,435.00,failed,6,US,0.00,435.00,2500.00 +1217184507,Stormscapes Exhibition - Best Storm & Weather Images of 2013,Photography,Photography,USD,2013-06-29,25000.00,2013-04-30 02:21:49,60.00,canceled,1,US,60.00,60.00,25000.00 +1217190504,King of the North 2015,Live Games,Games,GBP,2015-03-03,250.00,2015-02-01 11:18:32,379.00,successful,19,GB,570.78,575.48,379.60 +1217191144,Kaos Fist: Issue 3,Comics,Comics,USD,2017-08-20,100.00,2017-07-21 17:07:53,513.00,successful,41,US,275.01,513.00,100.00 +1217193029,Love Trumps Hate,Public Art,Art,USD,2016-12-31,1000000.00,2016-11-16 21:52:31,0.00,failed,0,US,0.00,0.00,1000000.00 +1217196495,Community Supported Cheese at Cyril's: AUGUST,Food,Food,USD,2013-08-21,1325.00,2013-07-31 19:54:47,1700.00,successful,49,US,1700.00,1700.00,1325.00 +1217196979,Benjamin Granite Art (Canceled),Digital Art,Art,USD,2014-07-10,12000.00,2014-06-10 20:36:42,0.00,canceled,0,US,0.00,0.00,12000.00 +121719893,Creative Soap Making - the basics and beyond,Nonfiction,Publishing,USD,2010-08-01,2500.00,2010-06-22 15:40:28,2550.00,successful,59,US,2550.00,2550.00,2500.00 +"121720375,""""""Wheeling"""""",Film & Video,Film & Video,USD,2014-02-15,20000.00,2014-01-16 02:05:25,20.00,failed,1,US,20.00,20.00,20000.00" +1217214507,Poker Guns: Custom Poker Chips & Unique Playing Cards,Playing Cards,Games,USD,2015-11-04,9721.00,2015-10-05 21:52:15,1192.00,canceled,11,US,1192.00,1192.00,9721.00 +1217217079,The Bre Project - the life of a young girl fighting cancer,Painting,Art,USD,2013-12-28,45000.00,2013-11-18 21:57:27,4473.00,failed,59,US,4473.00,4473.00,45000.00 +"1217218804,""Princess & Moose's Sister Bakery in Austin, TX"",Food,Food,USD,2012-02-27,3500.00,2011-12-31 04:46:15,4075.00,successful,49,US,4075.00,4075.00,3500.00" +1217223096,Please help fund/market a Brand New Quartetto Gelato CD!,Classical Music,Music,CAD,2015-04-20,10000.00,2015-03-21 19:48:26,2861.00,failed,28,CA,2256.90,2360.76,8251.51 +"1217230449,""""""Requisitioned Art"""""",Photography,Photography,USD,2012-01-01,1700.00,2011-11-16 03:00:37,1745.00,successful,41,US,1745.00,1745.00,1700.00" +1217238523,Help a Seattle-PLUR-Only 16+ Drug Free Rave Happen!!!,Dance,Dance,USD,2013-06-25,7000.00,2013-04-26 20:29:30,53.00,failed,4,US,53.00,53.00,7000.00 +1217244564,ScalaQuest - a game to learn Scala,Software,Technology,CAD,2017-08-19,22000.00,2017-07-20 14:08:41,31299.01,successful,301,CA,242.97,25023.19,17588.74 +1217249679,Vast: The Crystal Caverns,Tabletop Games,Games,USD,2015-09-21,18000.00,2015-08-24 18:58:48,148766.00,successful,2897,US,148766.00,148766.00,18000.00 +1217254163,The Bridge,Webseries,Film & Video,USD,2015-10-16,10000.00,2015-09-25 01:08:15,11049.00,successful,130,US,11049.00,11049.00,10000.00 +1217255393,Let us ACT!!,Performance Art,Art,USD,2013-11-15,5678.00,2013-10-16 17:43:58,0.00,failed,0,US,0.00,0.00,5678.00 +1217260051,In Search of Buddha - Does a Living Buddha Exist in SE Asia?,Documentary,Film & Video,USD,2011-03-14,6800.00,2011-01-28 04:41:08,25.00,failed,1,US,25.00,25.00,6800.00 +121726100,Healing From Hate: Angry White Men & the Alt Right,Film & Video,Film & Video,USD,2017-10-20,20000.00,2017-09-20 19:33:49,20392.00,successful,89,US,5.00,20392.00,20000.00 +1217275821,FEAR - The Emotional Support Box,Art,Art,CAD,2017-08-04,25000.00,2017-06-05 08:24:00,46.00,failed,2,CA,31.89,36.59,19885.46 +1217279414,Plinth - the World's best stand for your Tablet / iPad,Product Design,Design,GBP,2014-03-31,21000.00,2014-02-14 13:02:10,32184.01,successful,1270,GB,53495.05,53335.12,34801.05 +1217280855,Tesla vs. Edison: Powering Up!,Tabletop Games,Games,USD,2016-05-26,5000.00,2016-04-27 06:01:01,151892.00,successful,2561,US,151892.00,151892.00,5000.00 +121728207,Launchpad,Product Design,Design,USD,2013-04-22,1500.00,2013-04-10 04:05:43,2189.00,successful,75,US,2189.00,2189.00,1500.00 +121728471,Change of Plans - A Short Film (Canceled),Shorts,Film & Video,USD,2011-08-26,4000.00,2011-06-27 00:26:48,50.00,canceled,2,US,50.00,50.00,4000.00 +"1217297303,""Curd Collective Mobile: App for Makers, Mongers & Curd Nerds"",Technology,Technology,USD,2013-10-27,5000.00,2013-09-27 02:54:32,675.00,failed,25,US,675.00,675.00,5000.00" +1217304229,Townie Shades: Community Inspired Eyewear (Canceled),Accessories,Fashion,USD,2016-05-21,10000.00,2016-04-11 17:55:24,1685.00,canceled,31,US,1685.00,1685.00,10000.00 +1217304326,The Reflective Bicycle,Product Design,Design,EUR,2015-12-19,25000.00,2015-11-20 10:03:02,5067.00,failed,76,DE,5421.56,5546.86,27367.57 +"1217310488,""The Sweeps 12 Day, 12 City DIY Winter Album Release Tour"",Music,Music,USD,2011-01-09,850.00,2010-12-10 05:33:28,1377.00,successful,25,US,1377.00,1377.00,850.00" +1217310523,Last hump to get over for Controller's debut album Undefined,Rock,Music,USD,2013-02-18,500.00,2013-01-19 06:10:32,656.00,successful,14,US,656.00,656.00,500.00 +1217333563,Sea Lions hit the UK/record some music.,Pop,Music,USD,2012-07-26,2000.00,2012-06-26 00:40:00,2535.00,successful,72,US,2535.00,2535.00,2000.00 +1217356725,Cardinal,Drama,Film & Video,USD,2016-11-22,1500.00,2016-10-23 18:51:13,1525.00,successful,33,US,75.00,1525.00,1500.00 +121735981,Angie's Cake Pop Shop,Events,Food,USD,2017-06-05,3100.00,2017-05-06 21:49:06,35.00,failed,3,US,10.00,35.00,3100.00 +1217376021,Eorzea Live! An FFXIV Resource and Entertainment Space,Web,Journalism,USD,2015-02-03,5000.00,2015-01-04 19:14:22,106.00,failed,3,US,106.00,106.00,5000.00 +1217395901,ASK YOUR DOCTOR,Documentary,Film & Video,USD,2013-01-07,98000.00,2012-12-11 19:04:59,2239.00,failed,40,US,2239.00,2239.00,98000.00 +1217400272,The Dragon Spinner,Product Design,Design,USD,2017-12-31,1000.00,2017-12-01 17:53:40,581.00,failed,3,US,0.00,581.00,1000.00 +1217404452,ImageLOCK with Colors,Hardware,Technology,USD,2015-12-12,1000.00,2015-11-12 18:20:02,1040.00,successful,20,US,1040.00,1040.00,1000.00 +"1217417421,""Where there is light, there is electricity! Convenience!"",Technology,Technology,USD,2014-05-18,2500.00,2014-04-18 13:05:16,659.00,failed,12,US,659.00,659.00,2500.00" +121742743,Stinky Toot Boy Saves the Day: A Children's Book on Bullying,Children's Books,Publishing,USD,2015-08-08,750.00,2015-07-08 18:03:47,966.00,successful,20,US,966.00,966.00,750.00 +1217428748,The Armored Gypsy,Crafts,Crafts,USD,2016-03-17,5000.00,2016-02-01 21:22:43,43.00,failed,4,US,43.00,43.00,5000.00 +1217432204,Hot Commode-ity: An illustrated FanZine on Films,Anthologies,Comics,USD,2017-09-15,6800.00,2017-08-16 17:17:56,1052.00,failed,33,US,0.00,1052.00,6800.00 +1217433033,Drawings for you (Canceled),Illustration,Art,USD,2014-08-13,10.00,2014-07-14 18:25:04,20.00,canceled,5,US,20.00,20.00,10.00 +1217438124,National Holocaust Weekly Television Program,Documentary,Film & Video,USD,2011-06-19,49000.00,2011-05-20 20:39:12,0.00,failed,0,US,0.00,0.00,49000.00 +1217462130,blood&stuff needs you help to release debut album,Rock,Music,USD,2012-01-31,2000.00,2012-01-01 03:40:06,3040.00,successful,73,US,3040.00,3040.00,2000.00 +1217465899,Nostalgia Arcade,Video Games,Games,USD,2013-04-01,525000.00,2013-03-12 00:18:06,69.69,failed,1,US,69.69,69.69,525000.00 +1217467654,SOiL,Rock,Music,USD,2012-12-08,15000.00,2012-11-07 05:49:14,19157.00,successful,293,US,19157.00,19157.00,15000.00 +1217475498,GOOD PEOPLE // feature film,Narrative Film,Film & Video,USD,2011-12-30,15000.00,2011-11-15 22:00:21,15487.00,successful,139,US,15487.00,15487.00,15000.00 +1217478122,Move It!: Variations on Retro Nick,Music,Music,USD,2018-01-06,20000.00,2017-11-22 08:30:23,335.00,live,8,US,166.00,335.00,20000.00 +1217479057,Fit Meals,Food,Food,USD,2014-09-07,1000.00,2014-08-08 22:46:09,0.00,failed,0,US,0.00,0.00,1000.00 +1217484817,Ruler of the Waves 1916,Mobile Games,Games,USD,2016-06-01,4000.00,2016-05-02 05:25:21,25.00,failed,1,US,25.00,25.00,4000.00 +1217485033,Lean Me Nutrition App,Software,Technology,USD,2015-03-28,7500.00,2015-03-02 20:18:44,8028.00,successful,86,US,8028.00,8028.00,7500.00 +"1217498447,""Wallet & Key Organizer Redefined: All-in-One, or Either One"",Product Design,Design,USD,2013-10-19,9500.00,2013-09-04 14:59:40,10263.00,successful,210,US,10263.00,10263.00,9500.00" +1217498895,Spin,Nonfiction,Publishing,USD,2010-08-29,7300.00,2010-08-06 00:30:16,3751.00,failed,41,US,3751.00,3751.00,7300.00 +1217508460,Zest For Life Magazine,Publishing,Publishing,GBP,2016-06-01,300.00,2016-05-02 00:57:03,63.00,failed,5,GB,92.05,90.92,432.97 +1217511283,New Jewellery Catalogue Launch!,Fashion,Fashion,CAD,2014-04-20,600.00,2014-03-21 02:27:10,640.00,successful,21,CA,575.84,580.87,544.56 +1217521259,Microphone Wind Cover for iPhone Headsets - xpuff,Gadgets,Technology,SEK,2017-03-13,250000.00,2017-02-08 12:03:08,175061.00,canceled,142,SE,10840.36,19867.11,28371.69 +1217531409,Lets bring some Firkin Delicious beer to Waco!,Food,Food,USD,2013-05-09,6500.00,2013-03-25 22:27:35,4936.00,failed,65,US,4936.00,4936.00,6500.00 +1217540495,911: Cross Country Road Trip (Canceled),Documentary,Film & Video,USD,2013-04-20,23500.00,2013-03-19 15:41:05,5.00,canceled,1,US,5.00,5.00,23500.00 +1217543977,Open Social Communication Community - Open Software,Technology,Technology,USD,2011-08-07,20000.00,2011-05-09 16:22:54,25.00,failed,1,US,25.00,25.00,20000.00 +1217546799,I Am Not Your Superhero,Comic Books,Comics,USD,2017-06-06,5000.00,2017-05-07 15:23:17,40.00,failed,4,US,10.00,40.00,5000.00 +1217547185,Global change through local awareness,Web,Technology,EUR,2014-12-18,10000.00,2014-11-18 04:27:25,0.00,failed,0,NL,0.00,0.00,12278.98 +1217551351,Here After,Thrillers,Film & Video,USD,2017-11-08,5.00,2017-10-11 14:06:48,4410.00,successful,23,US,0.00,4410.00,5.00 +1217561577,HarmEvil,Video Games,Games,USD,2012-09-13,1800.00,2012-08-14 14:00:24,414.00,failed,15,US,414.00,414.00,1800.00 +1217562295,Execution: Conceptual Large Scale Ambrotypes,Photography,Photography,USD,2012-04-19,6000.00,2012-03-20 00:17:11,7441.00,successful,70,US,7441.00,7441.00,6000.00 +121756638,LightCore Arcade-style Light Switch Plate (Canceled),Technology,Technology,USD,2015-12-05,3700.00,2015-11-13 18:49:41,252.00,canceled,19,US,252.00,252.00,3700.00 +1217567448,Caterpillars First Full Length Album,Indie Rock,Music,USD,2013-02-22,2500.00,2013-01-23 00:34:59,2605.00,successful,62,US,2605.00,2605.00,2500.00 +1217568109,Black Blossom: A Fantasy of Manners Among Aliens,Fiction,Publishing,USD,2012-09-05,1500.00,2012-08-06 16:18:24,6221.66,successful,133,US,6221.66,6221.66,1500.00 +1217574492,Light of Day (Canceled),Music Videos,Film & Video,USD,2014-12-06,10000.00,2014-11-06 18:46:51,264.00,canceled,8,US,264.00,264.00,10000.00 +1217577704,Route 66 - the Mojave Experience,Photography,Photography,USD,2010-08-15,3000.00,2010-07-01 01:21:25,3265.00,successful,68,US,3265.00,3265.00,3000.00 +1217582109,Do You Hear Rock & Roll When Looking at Wall Stains?,Documentary,Film & Video,USD,2010-02-09,5866.00,2009-12-16 16:12:43,500.00,failed,1,US,500.00,500.00,5866.00 +1217583494,Pro Planner (Suspended),Calendars,Publishing,USD,2015-08-15,10000.00,2015-07-16 08:15:55,10693.00,suspended,76,US,10693.00,10693.00,10000.00 +121758896,Makin' a Movie!,Shorts,Film & Video,USD,2010-01-16,1500.00,2009-11-05 07:05:42,1500.00,successful,24,US,1500.00,1500.00,1500.00 +"1217610931,""Sons of Caasi """"Battle For Time"""" Book Series For Teens"",Fiction,Publishing,USD,2012-09-13,7000.00,2012-08-07 05:25:31,5.00,failed,1,US,5.00,5.00,7000.00" +1217616167,As YOU Like It,Theater,Theater,GBP,2013-06-28,550.00,2013-06-08 08:02:06,595.00,successful,16,GB,928.29,907.91,839.25 +1217616687,Pocket Parks of NYC,Nonfiction,Publishing,USD,2011-08-01,1500.00,2011-06-16 22:46:46,594.00,failed,18,US,594.00,594.00,1500.00 +"1217627106,""The Beltonian's Grand Vision: A """"Cinema/Comedy Club"""" Hybrid"",Theater,Theater,USD,2013-02-09,50000.00,2013-01-10 00:50:48,720.00,failed,13,US,720.00,720.00,50000.00" +1217644322,The American Gluttony Project,Performance Art,Art,USD,2012-01-10,100.00,2011-12-16 07:41:18,0.00,failed,0,US,0.00,0.00,100.00 +1217660857,Juice Burger,Food,Food,USD,2013-04-05,3000.00,2013-03-10 00:27:22,3582.00,successful,58,US,3582.00,3582.00,3000.00 +121766399,Möja Bio,Film & Video,Film & Video,SEK,2017-06-26,87000.00,2017-04-28 17:58:39,88179.00,successful,131,SE,57.10,10438.97,10299.39 +1217669442,MADboots dance co.,Dance,Dance,USD,2011-10-16,1100.00,2011-09-06 23:54:30,1629.00,successful,39,US,1629.00,1629.00,1100.00 +1217679140,Native American Youth Mural At Pooha-Bah,Public Art,Art,USD,2016-07-19,6800.00,2016-05-20 21:05:49,127.00,failed,5,US,75.00,127.00,6800.00 +1217685569,The Three Squirrels' Alphabet Book of Manners,Children's Books,Publishing,USD,2017-06-15,15000.00,2017-05-15 13:09:26,16193.00,successful,199,US,1193.00,16193.00,15000.00 +1217698423,Disc Golf | Arrangable Multi-Goal,Interactive Design,Design,USD,2015-11-13,563.00,2015-10-29 22:25:48,11.00,failed,1,US,11.00,11.00,563.00 +121770896,Print The Girl and The Fandango Book,Children's Books,Publishing,USD,2012-05-18,3000.00,2012-04-18 18:36:09,3027.00,successful,37,US,3027.00,3027.00,3000.00 +1217710970,Going Stag - Small Print Run,Art,Art,USD,2014-06-27,450.00,2014-06-12 15:17:17,675.00,successful,22,US,675.00,675.00,450.00 +1217714212,The Cosplayers Armoury Youtube Channel,DIY,Crafts,NZD,2016-03-03,6000.00,2016-02-02 06:58:33,0.00,failed,0,NZ,0.00,0.00,4057.07 +1217721212,Building The Dream: Life Could Be A Dream set,Musical,Theater,USD,2014-09-11,10000.00,2014-08-12 20:27:45,50.00,failed,2,US,50.00,50.00,10000.00 +"121772295,""JoJo's Jerky,The Best Jerky! Top Sirloin,Gluten & Sugar Free"",Food,Food,USD,2013-08-06,25000.00,2013-07-06 06:02:33,3289.50,failed,59,US,3289.50,3289.50,25000.00" +1217727112,Future Doors,Public Art,Art,USD,2014-07-10,1000.00,2014-06-10 22:21:59,195.00,failed,6,US,195.00,195.00,1000.00 +"1217727879,""""""Legendary Lover"""": a book to end sexual repression and abuse"",Nonfiction,Publishing,AUD,2017-12-23,5000.00,2017-11-23 01:09:14,330.00,failed,5,AU,150.73,257.89,3907.47" +1217729299,Lady Hike: Revolutionary Clothing System for Outdoor Women,Apparel,Fashion,USD,2017-03-17,10000.00,2017-03-02 01:09:13,15075.00,successful,150,US,6235.00,15075.00,10000.00 +"1217729667,""""""Behind The Shades"""""",Documentary,Film & Video,USD,2012-10-01,85000.00,2012-08-17 21:48:16,651.00,failed,4,US,651.00,651.00,85000.00" +"1217731867,""Moreechika, Season of Mirage"",Dance,Dance,USD,2012-07-01,3000.00,2012-05-21 21:37:42,3364.00,successful,61,US,3364.00,3364.00,3000.00" +"1217732707,""Seequill records """"Social Life"""""",Rock,Music,USD,2011-02-24,4200.00,2011-01-05 16:48:38,7235.00,successful,26,US,7235.00,7235.00,4200.00" +1217739127,My dogs poop across Canada,Animals,Photography,CAD,2014-08-16,3000.00,2014-07-15 23:45:54,86.00,failed,3,CA,80.12,78.49,2737.98 +"1217745449,""The Public Dream. A micro budget film made in Tulsa, OK."",Drama,Film & Video,USD,2016-06-28,4500.00,2016-05-27 15:33:37,662.00,failed,17,US,662.00,662.00,4500.00" +1217747487,Upstate,Photography,Photography,USD,2013-10-19,6000.00,2013-09-19 00:19:50,7421.00,successful,80,US,7421.00,7421.00,6000.00 +1217752166,LumNkey - Say goodbye to your key finding troubles!,Gadgets,Technology,USD,2017-01-21,50000.00,2016-12-02 00:05:38,1211.00,canceled,36,US,900.00,1211.00,50000.00 +1217755199,Reggia Collection,Accessories,Fashion,EUR,2016-12-04,14000.00,2016-10-24 10:09:03,2366.00,failed,10,IT,2169.61,2498.26,14782.59 +1217763382,HERO - Prepare your champion with transparent cards!,Tabletop Games,Games,EUR,2016-07-18,7000.00,2016-06-17 14:01:40,1694.00,canceled,30,DE,1908.48,1865.76,7709.76 +1217763778,Music Artists Need Education to Make Money,Hip-Hop,Music,USD,2018-02-01,50000.00,2017-12-23 18:10:50,0.00,live,0,US,0.00,0.00,50000.00 +"1217768113,""(Rare) Bicycle Classics Comics Playing Cards 1,000 Print"",Playing Cards,Games,USD,2015-09-20,6000.00,2015-08-21 22:13:26,3936.00,failed,130,US,3936.00,3936.00,6000.00" +1217769496,Tentacle Crown,Accessories,Fashion,USD,2014-09-27,10000.00,2014-08-28 19:47:07,15327.00,successful,263,US,15327.00,15327.00,10000.00 +1217770039,Kobi the Antelope: Hollow Dreams - Colouring Book Series,Publishing,Publishing,GBP,2017-03-26,9900.00,2017-02-27 19:40:03,151.00,canceled,7,GB,12.46,188.70,12371.44 +1217777656,Help A Day Without Love Fundraise their NEW Release,Indie Rock,Music,USD,2013-11-13,600.00,2013-10-22 06:08:11,610.00,successful,32,US,610.00,610.00,600.00 +1217778694,Victory Tour 2013: The Hunger Games Fan Convention,Mixed Media,Art,USD,2012-10-10,3000.00,2012-09-10 22:22:38,1485.00,canceled,17,US,1485.00,1485.00,3000.00 +1217784400,DKcomics&gaming,Comic Books,Comics,USD,2016-01-15,15000.00,2015-12-16 17:49:45,0.00,failed,0,US,0.00,0.00,15000.00 +1217785256,Music From the Madness,Music,Music,GBP,2013-03-01,2000.00,2013-02-07 19:58:00,0.00,failed,0,GB,0.00,0.00,3006.84 +1217791786,Aston Mozie Spring/Summer 2012 Collection Fashion Show,Fashion,Fashion,USD,2011-06-12,3000.00,2011-05-13 05:51:10,50.00,failed,1,US,50.00,50.00,3000.00 +1217808612,Personal Personalized Scrubs,Product Design,Design,USD,2015-08-08,3000.00,2015-07-09 17:18:17,0.00,failed,0,US,0.00,0.00,3000.00 +1217812997,The Time Rose,Illustration,Art,USD,2013-04-03,1500.00,2013-03-04 19:54:17,1639.00,successful,24,US,1639.00,1639.00,1500.00 +1217825703,HOBS - Horizontal Overhead Bike Storage,Product Design,Design,USD,2014-10-18,35000.00,2014-09-18 04:21:30,23.00,failed,5,US,23.00,23.00,35000.00 +121784082,My Favorite Mug,Ceramics,Art,USD,2017-03-21,2000.00,2017-03-14 14:00:33,2440.00,successful,34,US,0.00,2440.00,2000.00 +1217857694,The Grouchy Old Gnome,Children's Books,Publishing,USD,2017-05-04,10000.00,2017-04-04 06:59:29,521.00,failed,9,US,25.00,521.00,10000.00 +1217866294,Avis Magazine,Literary Journals,Publishing,GBP,2015-05-30,400.00,2015-05-05 21:32:45,540.00,successful,8,GB,818.34,827.89,613.25 +1217874015,Blackwhale,Apparel,Fashion,EUR,2016-06-13,7200.00,2016-05-17 08:27:16,0.00,failed,0,FR,0.00,0.00,8102.91 +1217878986,A Different Approach to Hairbraiding First Batch Print Costs,Nonfiction,Publishing,USD,2013-09-08,15000.00,2013-08-09 22:12:26,546.00,failed,15,US,546.00,546.00,15000.00 +1217887445,The San Francisco Bicycle System,Art,Art,USD,2014-01-04,1000.00,2013-12-05 07:29:47,6297.00,successful,247,US,6297.00,6297.00,1000.00 +1217893107,Dylan Cotton. A vibrant summer exhibition of my best art.,Art,Art,GBP,2013-06-20,4500.00,2013-05-19 13:44:30,280.00,failed,3,GB,425.10,432.49,6950.67 +1217904303,Rebecca's First Pet,Children's Books,Publishing,USD,2013-12-25,1800.00,2013-11-05 16:22:13,8.00,failed,3,US,8.00,8.00,1800.00 +1217910876,Synth is a video synthesizer for the web,Apps,Technology,USD,2014-12-04,500.00,2014-11-04 04:45:40,1082.00,successful,36,US,1082.00,1082.00,500.00 +"1217911239,""Bringing DO IT AGAIN, our Kinks film, to TV"",Film & Video,Film & Video,USD,2011-09-16,3000.00,2011-08-12 22:22:05,3051.00,successful,58,US,3051.00,3051.00,3000.00" +1217916969,Freely Given: Power of Love (Canceled),Fiction,Publishing,USD,2015-10-08,1700.00,2015-09-08 02:08:32,0.00,canceled,0,US,0.00,0.00,1700.00 +1217919863,Tales of the Drunken Paladin: Skyrim,Video Games,Games,USD,2012-09-14,635.00,2012-08-15 00:59:00,2204.00,successful,40,US,2204.00,2204.00,635.00 +1217936100,Slojoy Coffee Roasters,Small Batch,Food,USD,2015-10-10,8000.00,2015-09-04 22:19:34,8409.00,successful,63,US,8409.00,8409.00,8000.00 +1217936689,The Photo of the future: 3D-Figurines by 3DyourBody!,3D Printing,Technology,EUR,2017-04-09,5000.00,2017-03-10 19:26:39,152.00,failed,4,DE,123.21,161.58,5315.02 +1217939410,The Adventures of Charlie!,Children's Books,Publishing,USD,2015-07-20,20000.00,2015-06-20 23:10:36,75.00,failed,2,US,75.00,75.00,20000.00 +1217940342,Immediately Cutting Auto Greenhouse Gases - Solomons Chariot,Web,Technology,USD,2017-01-01,100000.00,2016-11-28 19:12:23,1000.00,failed,1,US,0.00,1000.00,100000.00 +1217945795,Humanimals at Play: The Unknown.,Performances,Dance,USD,2015-09-05,2850.00,2015-08-21 21:00:35,2905.00,successful,40,US,2905.00,2905.00,2850.00 +"1217949805,""Hana Kornbluh's new album, Tatterhood"",Music,Music,USD,2012-12-13,1000.00,2012-11-13 03:42:48,1857.00,successful,68,US,1857.00,1857.00,1000.00" +1217950712,The Big book Of Irish Slang,Publishing,Publishing,GBP,2014-02-21,1000.00,2014-01-22 00:25:20,426.00,failed,18,GB,699.25,710.51,1667.86 +"1217965226,""The """"Hello, Officer"""" Data Saviors Project"",Film & Video,Film & Video,USD,2010-12-01,1000.00,2010-10-01 06:13:58,1451.00,successful,12,US,1451.00,1451.00,1000.00" +1217968046,NEW TOMO NAKAYAMA ALBUM!!,Music,Music,USD,2017-03-20,12000.00,2017-02-28 09:04:50,15070.00,successful,253,US,0.00,15070.00,12000.00 +121798068,Crafty Bagger,Crafts,Crafts,GBP,2014-07-19,550.00,2014-06-22 01:35:22,578.00,successful,31,GB,985.36,981.91,934.34 +1217980864,Green Tara Textile Studio - Luxury Knits and Accessories,Accessories,Fashion,EUR,2016-12-30,6000.00,2016-11-30 13:08:37,12.00,failed,1,ES,0.00,12.65,6324.58 +1217981794,NV: S-HOLDER will keep your shirt perfectly tucked!,Accessories,Fashion,USD,2017-03-21,5000.00,2017-01-20 13:08:48,101193.00,successful,2343,US,11083.00,101193.00,5000.00 +1217984419,Freedom The Underground Railroad by Academy Games,Tabletop Games,Games,USD,2013-08-18,10000.00,2013-07-19 19:28:25,70941.00,successful,919,US,70941.00,70941.00,10000.00 +1217993841,iHelp,Apps,Technology,USD,2017-06-13,2750.00,2017-05-18 22:23:40,31.00,canceled,2,US,30.00,31.00,2750.00 +"1217995523,""BansheeHorn - warning system for Motorcycles, Cars & Boats"",Technology,Technology,USD,2012-01-28,12000.00,2011-12-14 04:02:55,30047.00,successful,315,US,30047.00,30047.00,12000.00" +"1217999903,""Positive Quote Mugs, Inspirational Coffee Mugs"",Printing,Crafts,GBP,2017-07-12,200.00,2017-07-05 01:27:26,1.00,failed,1,GB,0.00,1.30,259.48" +1218002770,DER G&N GURU - NUTZE DAS UNGLAUBLICHE POTENTIAL VON FACEBOOK,Nonfiction,Publishing,EUR,2016-03-26,1500.00,2016-02-28 20:22:18,41.00,failed,2,DE,44.82,46.87,1714.80 +1218007089,Awesome Hand Poured Candles!,Candles,Crafts,USD,2014-08-10,500.00,2014-07-11 23:12:01,110.00,failed,4,US,110.00,110.00,500.00 +1218018293,En Plein Air: 2 Artists Traveling to France,Mixed Media,Art,USD,2012-05-18,5500.00,2012-04-18 21:48:44,6097.00,successful,68,US,6097.00,6097.00,5500.00 +"1218019979,""Alarmshock™- Don't Just Wake Up, Get Up!"",Wearables,Technology,GBP,2016-12-21,50000.00,2016-11-16 16:26:32,25457.00,failed,302,GB,1189.84,31183.16,61246.74" +1218022182,Tampa Bay Ballet Gala Performance,Dance,Dance,USD,2011-08-06,5000.00,2011-07-07 18:22:54,50.00,failed,2,US,50.00,50.00,5000.00 +1218030770,MagneTag : Electronic Tag With Magnets,Gaming Hardware,Games,USD,2015-09-09,50000.00,2015-08-07 14:53:13,14901.00,failed,68,US,14901.00,14901.00,50000.00 +1218032744,HELP GRANT TERRY MAKE A NEW RECORD,Music,Music,USD,2013-11-13,15000.00,2013-10-14 17:30:18,15100.00,successful,77,US,15100.00,15100.00,15000.00 +1218033907,flatev - The Artisan Tortilla Maker,Product Design,Design,USD,2016-06-02,50000.00,2016-05-03 15:23:08,136165.00,successful,662,US,136165.00,136165.00,50000.00 +1218036085,Bouncy Bouncy Fun Time - Experience Some Experiential Art,Conceptual Art,Art,GBP,2015-06-18,1950.00,2015-05-19 22:49:28,185.00,canceled,4,GB,290.74,293.01,3088.47 +1218042974,The Amour Tour,Music,Music,USD,2011-08-06,4500.00,2011-07-22 21:19:58,150.00,failed,3,US,150.00,150.00,4500.00 +"1218048639,""Digital Cafe computer repair, Dog Care Website and Sharing"",Web,Technology,USD,2014-10-27,16000.00,2014-09-12 04:19:29,0.00,failed,0,US,0.00,0.00,16000.00" +"1218052456,""3D Animation Personal Life Story App (Android, iOS & PC)"",Technology,Technology,USD,2017-06-02,100000.00,2017-05-03 20:00:31,95101.00,canceled,103,US,50.00,95101.00,100000.00" +"1218055486,""Gospel Kids.TV - """"Animated Bible Stories"""""",Animation,Film & Video,USD,2014-06-01,170000.00,2014-05-01 06:12:13,455.00,failed,9,US,455.00,455.00,170000.00" +1218056910,Soft Boiled Eggs,Food,Food,CAD,2014-08-21,15.00,2014-07-22 03:43:38,1520.00,successful,1,CA,1408.65,1387.24,13.69 +1218056990,Don't Get Mad,Film & Video,Film & Video,EUR,2017-06-27,5000.00,2017-05-13 13:54:51,235.00,failed,3,BE,0.00,268.18,5706.00 +1218058492,Multi-Color 3D Printer & System for NWA Fab Lab,Design,Design,USD,2016-10-31,20000.00,2016-10-06 15:22:30,136.00,failed,4,US,35.00,136.00,20000.00 +1218065050,Bone Cay: Crime Thriller Book Project,Fiction,Publishing,USD,2013-11-03,13000.00,2013-10-04 23:13:47,4841.44,failed,41,US,4841.44,4841.44,13000.00 +1218072556,Defend the Fawkin Station,Video Games,Games,USD,2013-02-17,10000.00,2013-01-08 20:01:10,3136.11,failed,209,US,3136.11,3136.11,10000.00 +12180732,DIY Kit: 2015 Calendar in 3D,Product Design,Design,USD,2014-11-16,50.00,2014-10-17 02:06:06,58.00,successful,4,US,58.00,58.00,50.00 +"1218074363,I am Rupert;,Webseries,Film & Video,GBP,2014-05-16,2000.00,2014-03-27 21:25:57,5.00,failed,1,GB,8.27,8.40,3361.80" +1218078092,Nottinghamshire's Nature,Animals,Photography,GBP,2014-10-27,5500.00,2014-09-17 19:03:54,405.00,failed,9,GB,657.68,646.76,8783.14 +1218080895,Coda's Link- The Author of Darkness,Fiction,Publishing,USD,2016-03-14,1600.00,2016-02-13 15:54:10,1.00,failed,1,US,1.00,1.00,1600.00 +1218080947,CASPER OG HANS ALLERBEDSTE KAMMERATER,Comedy,Film & Video,DKK,2014-12-14,25000.00,2014-11-05 19:02:05,37775.36,successful,173,DK,6350.49,6235.20,4126.50 +1218086705,David Wade x JPK Present: The Hattori Hanzo Album,Hip-Hop,Music,USD,2013-10-25,10000.00,2013-10-01 18:54:32,10413.00,successful,128,US,10413.00,10413.00,10000.00 +1218093210,The Guerrilla Gourmet (Canceled),Journalism,Journalism,USD,2012-08-10,10000.00,2012-07-13 00:28:38,0.00,canceled,0,US,0.00,0.00,10000.00 +1218096659,Pretty Little Demons EP & Music Video,Rock,Music,USD,2012-08-16,3500.00,2012-07-18 20:25:22,4570.34,successful,84,US,4570.34,4570.34,3500.00 +121810266,Changeable Chewables,Childrenswear,Fashion,USD,2014-05-25,3000.00,2014-04-25 21:29:53,20.00,canceled,1,US,20.00,20.00,3000.00 +121810704,The Faircode License,Software,Technology,SEK,2018-01-09,10000.00,2017-11-10 14:06:23,2674.00,canceled,14,SE,247.46,329.99,1234.07 +1218107637,The Brighton Makerlab - where technology meets awesome!,Makerspaces,Technology,GBP,2015-03-28,4000.00,2015-02-24 19:18:41,4578.00,successful,125,GB,7040.61,6776.90,5921.28 +"1218110913,""I am grateful, the Coloring Planner for adults."",Design,Design,USD,2016-09-30,1560.00,2016-08-01 18:01:19,1882.00,successful,36,US,62.00,1882.00,1560.00" +1218115528,The Culinary Freak: Starring Michael Proietti (Canceled),Webseries,Film & Video,USD,2013-07-02,50000.00,2013-05-03 17:27:57,0.00,canceled,0,US,0.00,0.00,50000.00 +1218123833,The Angels of Happiness,Young Adult,Publishing,USD,2015-06-05,30000.00,2015-05-12 21:33:03,30.00,failed,1,US,30.00,30.00,30000.00 +1218131564,Fright Farm Swamp Fear You are too scared,Film & Video,Film & Video,USD,2013-08-28,200000.00,2013-07-29 18:48:10,0.00,failed,0,US,0.00,0.00,200000.00 +121813463,DROUGHT: Five Sisters Bring Raw Juice to Detroit,Food,Food,USD,2011-03-19,12536.00,2011-02-17 02:39:44,13092.44,successful,151,US,13092.44,13092.44,12536.00 +"1218138253,""Over Here Theatre/Scotchbonnet present: Love, Sex and Apps"",Plays,Theater,GBP,2016-11-14,3000.00,2016-10-20 13:14:02,1465.00,failed,31,GB,135.20,1806.06,3698.41" +1218141860,Jane Austen's Matchmaker: Chapter Two,Tabletop Games,Games,GBP,2017-05-21,6000.00,2017-04-21 11:20:02,8135.00,successful,267,GB,5308.28,10446.09,7704.56 +1218144051,Deer or the Doe | Tonight We Love You,Indie Rock,Music,USD,2012-04-19,1350.00,2012-03-20 03:00:19,2188.00,successful,70,US,2188.00,2188.00,1350.00 +1218150294,Building the Baylor Campus Radio Studio,Radio & Podcasts,Publishing,USD,2016-12-05,5000.00,2016-10-06 00:46:27,950.00,failed,5,US,200.00,950.00,5000.00 +"1218156736,The Easyhook Driver Bit; Easy Cuphook Installation,Hardware,Technology,USD,2014-11-12,500.00,2014-09-28 19:08:15,1056.00,successful,62,US,1056.00,1056.00,500.00" +1218157838,Liberty Square: Occupy America,Documentary,Film & Video,USD,2012-01-15,1000.00,2011-12-02 10:59:31,75.00,failed,3,US,75.00,75.00,1000.00 +121816660,Dusk - Open World Survival Horror (Canceled),Video Games,Games,GBP,2015-12-19,50000.00,2015-11-18 01:53:10,1625.00,canceled,58,GB,2471.93,2422.88,74550.09 +1218180672,Dinky Biscuits,Food,Food,GBP,2016-09-12,500.00,2016-09-03 16:30:55,5.00,canceled,1,GB,0.00,6.59,658.78 +"1218185335,""FlyyZone; offered by RocketFlight, LLC."",Flight,Technology,USD,2015-11-26,3000.00,2015-10-27 14:36:02,0.00,failed,0,US,0.00,0.00,3000.00" +1218185955,SadPvnda LLC (Sad Panda) Designs,Fashion,Fashion,USD,2012-05-09,1500.00,2012-04-09 22:13:35,20.00,failed,1,US,20.00,20.00,1500.00 +1218187234,IntelliQuit-World's 1st Smoking Biosensor & Mobile App,Hardware,Technology,USD,2014-11-13,59000.00,2014-10-14 06:04:38,1019.00,canceled,23,US,1019.00,1019.00,59000.00 +1218188121,NVIP Apparel,Apparel,Fashion,USD,2015-07-07,500.00,2015-06-22 19:19:23,0.00,failed,0,US,0.00,0.00,500.00 +1218199926,2.0 MammothTop-spinning top (Canceled),Games,Games,USD,2016-01-30,300.00,2016-01-19 21:43:10,810.00,canceled,22,US,810.00,810.00,300.00 +1218204151,Hot pepper farm flat in London,Food,Food,GBP,2013-03-18,500.00,2013-03-03 14:35:11,501.00,successful,21,GB,753.53,760.67,759.15 +1218204300,Frontier,Video Games,Games,GBP,2015-06-01,10000.00,2015-05-02 16:08:31,195.00,failed,11,GB,299.16,298.96,15331.31 +1218222306,ShaiShanell Debut CD,Faith,Music,USD,2014-09-24,5000.00,2014-08-25 17:15:27,6.00,failed,2,US,6.00,6.00,5000.00 +1218228251,Snow Covered - The Very Most Christmas EP,Indie Rock,Music,USD,2011-11-03,550.00,2011-10-06 05:20:22,862.00,successful,39,US,862.00,862.00,550.00 +"1218231387,""Knife Buddy: Organize your knives """"in-use"""" while prepping"",Design,Design,USD,2015-11-25,15000.00,2015-10-26 15:16:01,3671.00,failed,171,US,3671.00,3671.00,15000.00" +1218234554,Three voices in Japanese Wind--New Shakuhachi and Koto Music,World Music,Music,USD,2017-06-15,8600.00,2017-05-16 22:15:53,1040.00,failed,13,US,0.00,1040.00,8600.00 +121823531,Fizz Power,Hardware,Technology,USD,2014-05-31,20000.00,2014-04-25 19:04:01,221.00,failed,2,US,221.00,221.00,20000.00 +1218235417,Scamerica,Narrative Film,Film & Video,USD,2014-06-17,50000.00,2014-04-18 21:56:44,10.00,failed,1,US,10.00,10.00,50000.00 +121823752,Path to Peace of Mind,Journalism,Journalism,USD,2016-11-30,300.00,2016-10-24 17:38:47,393.00,successful,13,US,1.00,393.00,300.00 +1218247336,Home Is Where The Heart Is,Mixed Media,Art,GBP,2014-02-11,250.00,2013-12-13 15:10:00,260.00,successful,24,GB,425.35,434.43,417.72 +1218252331,SideCar: Laptop to Tablet Connector,Product Design,Design,USD,2013-10-24,21000.00,2013-09-24 13:53:11,22242.00,successful,782,US,22242.00,22242.00,21000.00 +1218255208,A Dream Play,Plays,Theater,AUD,2014-10-10,500.00,2014-09-18 07:50:09,666.00,successful,13,AU,604.17,580.04,435.46 +1218257147,Donkey Heart Monkey Mind,Nonfiction,Publishing,USD,2012-04-30,100000.00,2012-03-31 00:17:44,510.00,failed,3,US,510.00,510.00,100000.00 +"1218259862,""iotty Smart Light Switch Pro- Contemporary, Italian Luxury"",Technology,Technology,EUR,2017-12-13,25000.00,2017-11-13 18:53:58,6972.00,canceled,56,IT,1002.11,8231.11,29514.89" +1218272056,Last Tree Standing - a DAVID LYNCH MA in Film Thesis Project,Shorts,Film & Video,AUD,2015-03-16,18000.00,2015-02-13 19:53:50,21537.00,successful,203,AU,16499.98,16591.17,13866.42 +1218274206,Timeline - A Senior Thesis Film,Shorts,Film & Video,USD,2014-12-14,8000.00,2014-11-14 03:53:10,8070.00,successful,88,US,8070.00,8070.00,8000.00 +1218275390,'Everyday Including' Vinyl Collector's Edition,Indie Rock,Music,USD,2012-01-05,2300.00,2011-12-06 20:32:40,2421.00,successful,38,US,2421.00,2421.00,2300.00 +1218281506,Falling Skies UK (Web Series) Pilot Episode,Film & Video,Film & Video,GBP,2013-06-18,2000.00,2013-05-21 12:34:45,90.00,failed,5,GB,136.76,139.01,3089.18 +1218282887,The Academy of Sui Dominatus,Fiction,Publishing,USD,2016-09-15,2400.00,2016-07-17 15:52:52,668.00,failed,37,US,0.00,668.00,2400.00 +121828422,The Archive of Desire,Public Art,Art,USD,2012-09-14,4000.00,2012-08-15 03:25:50,4179.00,successful,114,US,4179.00,4179.00,4000.00 +1218292732,Failure Capacity,Shorts,Film & Video,USD,2013-12-22,3500.00,2013-12-02 21:08:52,3500.00,successful,17,US,3500.00,3500.00,3500.00 +121829673,How to Keep My Kids Safe Online?: A book for kids & parents,Children's Books,Publishing,HKD,2017-11-30,78000.00,2017-10-31 05:53:18,556.00,failed,3,HK,70.00,71.17,9983.87 +1218300792,Original 6 Track EP - Casey Donovan project,Music,Music,AUD,2016-11-03,10000.00,2016-09-26 20:03:37,10001.00,successful,55,AU,68.64,7684.21,7683.44 +1218301605,Untamed Custom Skateboards,Art,Art,USD,2012-03-29,50000.00,2012-01-29 18:57:03,5.00,failed,1,US,5.00,5.00,50000.00 +1218312442,SAYEDA Women in Egypt / A Photography Book by Amelie Losier,Photography,Photography,EUR,2017-07-02,14000.00,2017-05-16 18:46:13,14765.00,successful,184,DE,0.00,16849.83,15976.81 +121831428,100 Words for a Children's Endangered-Language Dictionary,Children's Books,Publishing,USD,2017-02-26,10000.00,2017-01-27 18:15:13,10405.00,successful,137,US,622.00,10405.00,10000.00 +1218315254,Modern Baby and Toddler Clothes Without Gender Cliches,Childrenswear,Fashion,USD,2014-08-14,2500.00,2014-07-24 16:15:56,3624.00,successful,68,US,3624.00,3624.00,2500.00 +1218330454,Bullets & Angels: Rosary (Issues #1 & #2),Comic Books,Comics,USD,2015-05-22,2000.00,2015-04-22 22:11:54,573.00,failed,24,US,573.00,573.00,2000.00 +1218333259,YouTube Studio For Creators,Film & Video,Film & Video,GBP,2016-10-26,20000.00,2016-09-26 17:42:35,1.00,failed,1,GB,0.00,1.21,24296.61 +1218334188,Music Video Project,World Music,Music,USD,2017-06-01,25000.00,2017-05-02 00:54:37,20.00,failed,1,US,20.00,20.00,25000.00 +1218334334,Reboot: the 5th Annual 90X Arts Festival,Festivals,Theater,USD,2016-01-20,5000.00,2016-01-06 21:19:54,5010.31,successful,81,US,5010.31,5010.31,5000.00 +1218350396,The Media Center Project,Mixed Media,Art,USD,2012-01-14,5000.00,2011-11-30 17:43:59,0.00,failed,0,US,0.00,0.00,5000.00 +1218350410,Thérèse Raquin at The Courtyard Theatre,Plays,Theater,GBP,2014-12-23,250.00,2014-11-28 22:08:45,250.00,successful,22,GB,394.77,388.40,388.40 +1218358407,Martian predator (first copy of martian sculpture),Product Design,Design,USD,2017-06-01,784.00,2017-05-09 15:01:02,98.00,canceled,2,US,49.00,98.00,784.00 +1218360331,Courage comes in small packages,Documentary,Film & Video,USD,2012-03-09,6500.00,2012-01-10 23:50:44,1525.00,failed,7,US,1525.00,1525.00,6500.00 +1218364513,Shelia Moore New Album Are You Ready ? Vol. 2,Music,Music,USD,2011-01-03,5000.00,2010-10-05 22:47:00,600.00,failed,1,US,600.00,600.00,5000.00 +1218366344,Medshift X-change,Software,Technology,USD,2017-04-11,150000.00,2017-03-12 07:50:52,127.00,failed,4,US,0.00,127.00,150000.00 +1218367920,The Food Monster Alphabet,Children's Books,Publishing,USD,2015-04-03,5000.00,2015-03-04 14:25:51,6985.00,successful,195,US,6985.00,6985.00,5000.00 +"1218374699,""Urban Hydro Project - fresh, local produce year round -"",Food,Food,USD,2012-12-24,3000.00,2012-12-05 16:26:36,3396.00,successful,77,US,3396.00,3396.00,3000.00" +1218386305,Fatal Error,Video Games,Games,GBP,2013-06-29,3000.00,2013-05-29 13:03:20,8.00,failed,6,GB,12.07,11.98,4491.22 +1218387906,The Tattoo Project: body. art. image. (Canceled),Documentary,Film & Video,CAD,2014-07-31,90000.00,2014-06-01 16:51:02,4400.00,canceled,38,CA,4057.37,4027.09,82372.32 +"1218388959,""The Miracle of """"Likes"""""",Publishing,Publishing,USD,2016-10-21,888.00,2016-09-21 04:31:46,0.00,failed,0,US,0.00,0.00,888.00" +1218389073,Dead Reckon: The Zombie-Based Learning Comic Book,Comics,Comics,USD,2013-07-03,13000.00,2013-05-30 11:48:05,4413.00,failed,173,US,4413.00,4413.00,13000.00 +1218394265,Agent Surefire : Cyber Dawn Game Series,Games,Games,USD,2013-02-09,500000.00,2013-01-10 19:38:21,284.00,failed,10,US,284.00,284.00,500000.00 +1218398916,The Locksmith Graphic Novel,Comics,Comics,USD,2012-11-13,19000.00,2012-10-09 00:00:22,13646.00,failed,249,US,13646.00,13646.00,19000.00 +121839905,GERALDINE PAGE: The Documentary,Documentary,Film & Video,USD,2012-01-01,100000.00,2011-11-02 04:59:16,3525.00,failed,44,US,3525.00,3525.00,100000.00 +1218400237,Idle Hands Bread,Food,Food,USD,2015-10-19,5500.00,2015-09-04 23:55:11,6390.00,successful,120,US,6390.00,6390.00,5500.00 +121840184,Our First Ever Roller Derby Home Bout,Performance Art,Art,USD,2013-06-11,800.00,2013-05-12 16:45:43,1040.00,successful,38,US,1040.00,1040.00,800.00 +1218402781,Junie Cookies Holiday Edition,Food,Food,USD,2013-12-08,500.00,2013-11-16 00:53:24,1335.00,successful,21,US,1335.00,1335.00,500.00 +1218403389,Broken Shoes: Dark Places,Country & Folk,Music,CAD,2017-08-06,1100.00,2017-07-07 20:09:24,1205.00,successful,21,CA,123.34,947.92,865.32 +1218413837,A band's dream,Music,Music,USD,2017-02-22,6000.00,2017-01-23 07:05:27,10.00,failed,1,US,0.00,10.00,6000.00 +1218415892,Mother/Daughter Cooking and Healthy Food Lifestyle Show,Food,Food,USD,2012-01-17,7500.00,2011-12-18 23:28:48,35.00,failed,2,US,35.00,35.00,7500.00 +1218425310,Time Zones A town faces dangers from the past & future,Fiction,Publishing,CAD,2015-08-24,25000.00,2015-07-28 04:10:59,45.00,failed,3,CA,34.49,33.91,18838.07 +"121842661,""Pixy (CMUcam5): a fast, easy-to-use vision sensor"",DIY Electronics,Technology,USD,2013-09-14,25000.00,2013-08-15 08:15:31,274352.11,successful,2802,US,274352.11,274352.11,25000.00" +1218439638,Launch Lauren Embree Jewelry Nationwide!,Fashion,Fashion,USD,2010-11-19,1200.00,2010-10-05 07:00:54,1556.00,successful,32,US,1556.00,1556.00,1200.00 +1218463821,The Nighthawks: That Band on the Blue Highway,Documentary,Film & Video,USD,2014-04-12,10000.00,2014-03-13 01:37:04,11066.55,successful,98,US,11066.55,11066.55,10000.00 +1218465671,Wool Cycling Jerseys by KBH Racing,Fashion,Fashion,USD,2014-01-30,3280.00,2014-01-03 03:15:09,375.00,failed,4,US,375.00,375.00,3280.00 +1218468304,AMERIKA 1947,Comics,Comics,USD,2013-05-01,10000.00,2013-04-01 23:28:17,660.00,failed,34,US,660.00,660.00,10000.00 +1218475550,M.e.2 - The first truly adjustable Shower Caddy,Gadgets,Technology,USD,2017-11-01,150000.00,2017-10-02 18:19:06,2605.00,failed,5,US,0.00,2605.00,150000.00 +1218475663,Dirty intentions offroad,Film & Video,Film & Video,USD,2017-09-28,5500.00,2017-08-14 19:23:48,0.00,failed,0,US,0.00,0.00,5500.00 +1218487439,make100: Tiny Tiny Dancer,Childrenswear,Fashion,USD,2017-01-31,100.00,2017-01-17 18:33:57,101.11,successful,10,US,99.11,101.11,100.00 +"121850634,""Draia, the Break thru."",Music,Music,USD,2014-04-11,20000.00,2014-02-10 16:58:15,0.00,failed,0,US,0.00,0.00,20000.00" +1218509017,Firefly Fan Film,Shorts,Film & Video,USD,2011-07-16,1000.00,2011-06-16 12:44:57,1565.00,successful,21,US,1565.00,1565.00,1000.00 +1218513850,Support the Makers,Art Books,Publishing,USD,2014-02-10,7000.00,2014-01-11 00:00:13,1745.00,failed,54,US,1745.00,1745.00,7000.00 +1218515511,Juliana F. May/MAYDANCE: commentary = not thing,Dance,Dance,USD,2012-12-17,7000.00,2012-11-13 19:28:25,7785.00,successful,122,US,7785.00,7785.00,7000.00 +1218519797,PARABOLA- INDEPENDENT SHORT,Thrillers,Film & Video,USD,2015-04-10,1700.00,2015-03-16 19:40:04,0.00,failed,0,US,0.00,0.00,1700.00 +1218520699,Blue Eyed Soul: Mark Gibson will release two new records.,Pop,Music,USD,2013-11-03,20000.00,2013-10-04 04:41:58,8892.00,failed,86,US,8892.00,8892.00,20000.00 +1218522816,Crossed Genres Magazine - Another year of quality SFF,Fiction,Publishing,USD,2014-05-01,16000.00,2014-04-02 14:57:37,18839.32,successful,631,US,18839.32,18839.32,16000.00 +1218526698,Dude.com - A User Generated Online Men's Magazine By the People for the People,Periodicals,Publishing,USD,2010-07-03,25000.00,2010-05-18 18:43:36,1260.00,failed,10,US,1260.00,1260.00,25000.00 +1218533935,3Dsimo mini - Make your vision come true,Gadgets,Technology,USD,2015-10-12,35000.00,2015-08-28 13:40:19,229958.00,successful,1822,US,229958.00,229958.00,35000.00 +1218534455,Debut Album for Hip - Hop artist,Hip-Hop,Music,GBP,2014-08-14,300.00,2014-07-15 13:48:29,0.00,failed,0,GB,0.00,0.00,500.70 +121853588,Project Babylon 2.0,Video Games,Games,GBP,2013-06-14,10000.00,2013-04-15 22:44:23,291.00,failed,7,GB,446.43,454.63,15623.05 +1218557051,Urban Revitalization Window Mural 4 Downtown Youngstown,Public Art,Art,USD,2012-06-29,7350.00,2012-05-30 23:44:33,7450.00,successful,122,US,7450.00,7450.00,7350.00 +1218561184,Alexxandra,Music,Music,EUR,2017-07-08,5000.00,2017-06-08 16:21:42,106.00,failed,2,BE,0.00,121.00,5707.50 +1218571390,Penny Rae Full Length Record,Country & Folk,Music,USD,2014-06-07,7000.00,2014-05-08 00:44:58,7100.62,successful,114,US,7100.62,7100.62,7000.00 +1218575615,Cheat Code Cafe (Canceled),Events,Food,USD,2016-05-05,250000.00,2016-04-10 08:26:30,25.00,canceled,1,US,25.00,25.00,250000.00 +1218593523,The Writer's Block Tarot,Art Books,Publishing,USD,2016-04-22,6000.00,2016-03-24 15:16:18,28935.00,successful,487,US,28935.00,28935.00,6000.00 +1218597430,GP3 Prototype & Development for PC Gaming,Gaming Hardware,Games,USD,2015-06-17,200000.00,2015-05-03 20:44:50,847.00,failed,16,US,847.00,847.00,200000.00 +1218607834,Certain Circuits Magazine Volume 2.1,Art Books,Publishing,USD,2012-03-31,500.00,2012-01-31 23:29:31,543.00,successful,29,US,543.00,543.00,500.00 +1218609211,Yuri in Edinburgh,Plays,Theater,GBP,2016-06-17,5000.00,2016-05-17 08:21:10,5831.74,successful,130,GB,8377.20,8331.89,7143.57 +1218609453,Beauty Bee,DIY,Crafts,USD,2016-07-25,500.00,2016-06-20 20:13:08,1.00,failed,1,US,0.00,1.00,500.00 +1218616010,Educate InGraphics WWII: Part One - The Battle of Britain,Mixed Media,Art,GBP,2014-02-14,16000.00,2014-01-15 03:58:36,311.00,failed,4,GB,513.18,519.64,26733.95 +1218620717,MADARA Colombia Tour & First EP,Music,Music,EUR,2017-09-21,3000.00,2017-08-22 08:01:04,3143.00,successful,39,NL,393.79,3759.34,3588.30 +1218628528,Zero's Heroes Volume Two,Comics,Comics,USD,2014-04-09,5000.00,2014-03-10 19:08:22,845.00,failed,27,US,845.00,845.00,5000.00 +1218633921,Gluten Free Rox Helping us keep going,Farmer's Markets,Food,USD,2014-06-20,500.00,2014-05-21 22:42:46,650.00,successful,16,US,650.00,650.00,500.00 +1218639477,Funnel Cakes come to the UK!,Food Trucks,Food,GBP,2014-10-15,6000.00,2014-09-15 17:51:36,0.00,failed,0,GB,0.00,0.00,9671.65 +"1218642178,""NEW ALBUM! """"Living Proof"""" from Karina Nistal!"",Music,Music,USD,2015-12-17,8000.00,2015-11-17 18:25:41,8722.00,undefined,0,""N,0"""""",,8722.00,8000.00" +1218646154,Cents - Debt elimination mobile app for IOS and Android,Apps,Technology,USD,2017-09-15,15000.00,2017-08-15 13:30:50,4116.30,failed,197,US,414.00,4116.30,15000.00 +1218648386,Life with J.R.A. and no Pills.,Nonfiction,Publishing,USD,2015-02-11,50000.00,2015-01-12 19:28:42,2.00,failed,2,US,2.00,2.00,50000.00 +1218660917,William Ghostings and the new life #WG,Publishing,Publishing,GBP,2017-11-16,4000.00,2017-09-17 16:10:23,70.00,failed,2,GB,33.97,92.37,5278.30 +1218671371,Phantom Soldier,Webseries,Film & Video,USD,2014-06-16,30000.00,2014-05-02 14:24:51,2382.00,failed,24,US,2382.00,2382.00,30000.00 +"1218683093,""To bronze """"Artifice""""- matching sculpture to """"Volnus"""""",Sculpture,Art,USD,2013-11-21,4500.00,2013-10-02 13:22:15,150.00,canceled,5,US,150.00,150.00,4500.00" +1218690095,Adjustable Inner Support Pouch Briefs For Men,Fashion,Fashion,USD,2012-03-26,35000.00,2012-02-25 23:38:44,0.00,failed,0,US,0.00,0.00,35000.00 +1218700556,Autism Activities Handbook: Empowering & Fun!,Publishing,Publishing,CAD,2015-11-08,6800.00,2015-10-09 05:13:23,6969.00,successful,75,CA,5345.29,5237.88,5110.86 +1218701753,MyWine - Sharing a brand new vineyard in Italy,Farms,Food,EUR,2016-01-16,18000.00,2015-12-07 10:50:00,5583.00,failed,47,IT,6074.91,6034.11,19454.41 +1218702076,Annals of Game Night: Catalog every game night!,Games,Games,USD,2017-03-31,100.00,2017-03-17 05:10:54,283.00,successful,13,US,32.00,283.00,100.00 +1218703985,Cindy's Boyfriend,Shorts,Film & Video,USD,2013-06-25,10000.00,2013-05-31 02:29:41,13986.00,successful,118,US,13986.00,13986.00,10000.00 +1218717841,One Story - Feature Film,Narrative Film,Film & Video,USD,2011-09-17,15000.00,2011-08-08 02:37:44,0.00,failed,0,US,0.00,0.00,15000.00 +1218718649,The Women who Rocked Boston - Documentary Movie,Documentary,Film & Video,USD,2014-01-03,4500.00,2013-12-04 01:20:40,1321.00,failed,24,US,1321.00,1321.00,4500.00 +1218731128,Etsy Needs More Tea Towels!,Design,Design,USD,2012-12-16,500.00,2012-11-21 20:40:11,1668.00,successful,42,US,1668.00,1668.00,500.00 +"1218740147,""""""Me and Marcy"""" an LGBT themed short film"",Shorts,Film & Video,USD,2016-01-13,5000.00,2015-12-14 05:46:11,5747.00,successful,38,US,5747.00,5747.00,5000.00" +1218740252,Haversack London,Accessories,Fashion,GBP,2017-07-17,30000.00,2017-06-17 17:02:25,1424.00,failed,13,GB,924.62,1850.05,38975.72 +1218742500,THE DEAD PRESIDENTS - ARTIST FUND,Comics,Comics,USD,2013-09-02,2500.00,2013-08-01 19:03:47,3040.00,successful,46,US,3040.00,3040.00,2500.00 +"1218750972,""Cereal Killers 2 - """"Run on Fat"""""",Film & Video,Film & Video,GBP,2014-12-12,20000.00,2014-11-12 23:01:53,21928.00,successful,467,GB,34749.76,34448.20,31419.37" +1218768942,KitRex Pterodactyl: The 3D paper dino puzzle!,DIY,Crafts,USD,2015-04-11,10000.00,2015-03-10 16:59:11,30678.00,successful,739,US,30678.00,30678.00,10000.00 +1218771551,H8Rs GAME,Tabletop Games,Games,USD,2017-01-24,12000.00,2016-11-25 08:36:09,1726.00,failed,42,US,590.00,1726.00,12000.00 +1218778130,Your Life's Chorus: Music-themed conversation cards,Games,Games,USD,2014-09-10,450.00,2014-08-11 17:00:34,206.00,failed,5,US,206.00,206.00,450.00 +1218780947,RPAS (Real Perception Audio Simulation),Sound,Technology,USD,2014-11-09,80000.00,2014-09-25 20:39:03,40.00,failed,4,US,40.00,40.00,80000.00 +1218781051,FRANK MILLER vs OCCUPY WALL STREET vs ZOMBIES - HELL YEAH!!,Comics,Comics,USD,2012-10-15,450.00,2012-09-12 02:22:59,490.08,successful,21,US,490.08,490.08,450.00 +1218787536,Nature meets High-Tech-Bamboo Bluetooth Speaker System,Product Design,Design,USD,2012-11-22,40000.00,2012-10-23 22:42:47,4512.00,failed,33,US,4512.00,4512.00,40000.00 +1218792284,Open your wallets. Alan's back.,Theater,Theater,USD,2012-05-19,2135.00,2012-04-19 19:02:26,190.00,failed,8,US,190.00,190.00,2135.00 +1218805199,Kicking Ass & Wearing Heels volume 2 : Red Carpet edition,Comics,Comics,EUR,2017-05-24,2000.00,2017-04-24 17:48:15,3997.00,successful,75,FR,0.00,4475.02,2239.19 +1218808340,f.ART Magazine: Issue 1,Art,Art,USD,2010-07-15,500.00,2010-06-02 18:35:35,1064.99,successful,29,US,1064.99,1064.99,500.00 +1218819890,Happiness University Online Classes,Film & Video,Film & Video,USD,2015-04-22,15000.00,2015-03-23 22:49:44,28350.00,successful,261,US,28350.00,28350.00,15000.00 +121883159,Film Festival to celebrate World Fair Trade Day 2010!,Narrative Film,Film & Video,USD,2010-05-02,6000.00,2010-03-11 02:18:00,6005.00,successful,65,US,6005.00,6005.00,6000.00 +1218837970,Pocket Watch and Pendant Accessories for the Apple Watch,Product Design,Design,USD,2015-09-05,25000.00,2015-08-06 09:05:30,30264.00,successful,218,US,30264.00,30264.00,25000.00 +1218849113,Galanis and the Ergo West Make an Album,Music,Music,USD,2011-06-15,12000.00,2011-05-06 00:10:50,14535.00,successful,124,US,14535.00,14535.00,12000.00 +1218851940,The Corners' First Full-Length Album!,Indie Rock,Music,USD,2012-11-08,4500.00,2012-10-09 23:00:54,8926.00,successful,56,US,8926.00,8926.00,4500.00 +1218854370,That's So Crazy It Just Might Work,Webseries,Film & Video,USD,2013-09-28,25000.00,2013-08-27 16:00:55,6337.50,failed,152,US,6337.50,6337.50,25000.00 +"1218862697,""Hearts, Stars, Squares"",Poetry,Publishing,USD,2012-11-23,975.00,2012-10-24 02:07:13,180.00,failed,5,US,180.00,180.00,975.00" +1218870833,Shadowrift: Eve of the Sickle Moon,Tabletop Games,Games,USD,2015-09-24,15000.00,2015-09-08 18:02:44,26685.00,successful,612,US,26685.00,26685.00,15000.00 +"1218878333,""FOR WAITERS: """"The Waiting Waiter,"""" an activity book"",Publishing,Publishing,USD,2013-10-05,15000.00,2013-08-06 00:00:34,128.00,failed,7,US,128.00,128.00,15000.00" +1218888633,Edge Of The Blade - 'The Ghosts Of Humans' album,Metal,Music,GBP,2015-05-11,2500.00,2015-04-01 11:30:15,642.00,failed,30,GB,949.81,1008.55,3927.36 +121889574,Food & Farm Film Fest,Film & Video,Film & Video,USD,2013-02-09,3000.00,2013-01-10 23:11:37,3277.00,successful,93,US,3277.00,3277.00,3000.00 +1218898115,EHSWeb,Web,Technology,GBP,2015-03-02,27500.00,2015-01-31 17:07:20,2.00,failed,2,GB,3.01,3.04,41756.51 +"121890530,""Theatrum Mundi releasing debut album """"Eyes of the Realm."""""",Rock,Music,USD,2013-04-22,2000.00,2013-03-22 20:48:43,2076.00,successful,45,US,2076.00,2076.00,2000.00" +1218910010,Enchanted Bikinis,Apparel,Fashion,USD,2016-03-30,24800.00,2016-02-29 01:54:32,2777.00,failed,25,US,2777.00,2777.00,24800.00 +121891054,'RUN' - THE NEW ALBUM FROM ROYAL FOUNDLINGS,Rock,Music,GBP,2013-10-19,5000.00,2013-09-16 16:43:25,5035.03,successful,124,GB,7993.80,8142.69,8086.04 +1218915045,WWW / WORLD WILD WORLD Book and Exhibition.,Photography,Photography,GBP,2013-06-13,3500.00,2013-05-14 23:35:35,20.00,failed,2,GB,30.71,31.25,5468.07 +1218917997,Strong Female Protagonist: Book One,Webcomics,Comics,USD,2014-06-19,8000.00,2014-05-20 12:09:38,60974.90,successful,1967,US,60974.90,60974.90,8000.00 +1218925316,Making food in my kitchen,Food,Food,CAD,2014-08-07,1000.00,2014-07-08 02:32:53,0.00,failed,0,CA,0.00,0.00,916.09 +1218926359,Hilfe für ein Videospiel Projekt,Video Games,Games,EUR,2015-07-26,10000.00,2015-06-26 17:37:25,1.00,failed,1,DE,1.12,1.10,10966.96 +1218933056,KEEPING POWER- THE NOVELLA,Fiction,Publishing,USD,2016-07-30,20000.00,2016-07-05 22:32:25,0.00,failed,0,US,0.00,0.00,20000.00 +1218938495,Fidget Shuffler,Product Design,Design,USD,2017-09-12,20000.00,2017-07-24 23:15:22,2209.00,failed,20,US,112.00,2209.00,20000.00 +1218940563,Alps Alturas: Mountain Top Sessions (A documentary film),Music Videos,Film & Video,CAD,2016-08-03,10000.00,2016-06-29 07:18:34,1580.00,failed,19,CA,414.47,1213.24,7678.72 +1218944392,THE SECRET CLOSET- A FEATURE FILM SCREAMING TO BE TOLD,Documentary,Film & Video,USD,2010-12-16,50000.00,2010-11-16 00:04:47,290.00,failed,5,US,290.00,290.00,50000.00 +1218951546,One Big Table - Changing Menu Changing World,Food,Food,CAD,2014-04-03,10000.00,2014-03-04 20:36:01,3174.00,failed,23,CA,2870.99,2879.70,9072.76 +1218953335,SITO - Tell the world what you saw on that moment (Canceled),Technology,Technology,GBP,2015-11-14,20000.00,2015-10-15 00:18:24,0.00,canceled,0,GB,0.00,0.00,30493.38 +1218954283,the35212's Old-School Community Newsletter,Periodicals,Publishing,USD,2011-06-25,2000.00,2011-06-04 22:57:25,2065.05,successful,65,US,2065.05,2065.05,2000.00 +"121895553,""""""The Asthmatic Lover"""" Creative Development (Canceled)"",Narrative Film,Film & Video,USD,2011-12-04,11000.00,2011-10-25 20:06:18,0.00,canceled,0,US,0.00,0.00,11000.00" +1218958942,Boys to Men - The Lost Art of the Rite of Passage,Nonfiction,Publishing,USD,2012-07-30,7000.00,2012-06-20 02:12:45,7076.00,successful,64,US,7076.00,7076.00,7000.00 +"1218966523,""""""TASTE"""" short film"",Shorts,Film & Video,GBP,2017-02-23,300.00,2017-02-13 18:53:15,372.00,successful,17,GB,94.92,467.03,376.64" +1218969580,Baluncanag Children's Library,Academic,Publishing,AUD,2015-11-30,3000.00,2015-11-04 03:25:29,3372.00,successful,38,AU,2408.70,2467.44,2195.23 +1218972348,He Said She Said That's What She Said,Indie Rock,Music,USD,2012-06-08,3000.00,2012-05-09 17:02:34,6006.61,successful,103,US,6006.61,6006.61,3000.00 +121897493,Alternative Business Start-up Model - Publish Digitally,Nonfiction,Publishing,USD,2011-03-25,2750.00,2011-03-16 14:27:12,12.00,failed,1,US,12.00,12.00,2750.00 +1218975217,Home made McDonalds Cheeseburger,Food,Food,USD,2015-03-04,500.00,2015-02-02 05:18:10,0.00,failed,0,US,0.00,0.00,500.00 +1218979901,Videoclip 01 Rapero,Music Videos,Film & Video,MXN,2017-05-26,8500.00,2017-04-16 01:02:36,0.00,failed,0,MX,0.00,0.00,460.11 +1218988770,U.S. Made Handcrafted Rugged Leather Unisex Carry-All,Accessories,Fashion,USD,2017-07-30,20000.00,2017-06-30 20:23:28,122.00,failed,2,US,0.00,122.00,20000.00 +1219003765,Finally... Internet Wherever You Are!,Technology,Technology,USD,2018-01-11,250.00,2017-12-12 22:18:38,324.00,live,3,US,274.00,324.00,250.00 +121900489,Try My Coffee Beans,Drinks,Food,USD,2016-01-29,100.00,2015-12-30 05:27:35,25.00,failed,1,US,25.00,25.00,100.00 +1219014160,Flock: A Feature Film with Wings (Canceled),Narrative Film,Film & Video,USD,2009-12-05,2000.00,2009-10-15 00:03:01,0.00,canceled,0,US,0.00,0.00,2000.00 +"1219018810,""Apparatus for harnessing solar energy Patent US 8,770,186 B2"",Technology,Technology,USD,2014-12-31,20000000.00,2014-11-06 13:51:26,4.00,failed,4,US,4.00,4.00,20000000.00" +1219019261,Ready for Fire in the Pulpit?,Narrative Film,Film & Video,USD,2011-05-15,5000.00,2011-04-05 15:41:33,190.00,failed,3,US,190.00,190.00,5000.00 +1219026825,Art of Horology watch making project,Sculpture,Art,USD,2016-02-24,31000.00,2016-01-11 02:26:01,385.00,failed,8,US,385.00,385.00,31000.00 +121903014,Crown + Pride Official Launch!,Ready-to-wear,Fashion,CAD,2017-01-26,2500.00,2016-12-26 16:22:21,3003.00,successful,44,CA,1022.87,2289.05,1905.63 +1219035008,Funding For Gear / Next Shard-Life Albums - #LVR and #RMXR,Music,Music,USD,2012-05-26,500.00,2012-05-09 06:40:24,30.00,failed,1,US,30.00,30.00,500.00 +1219037057,Reclaiming furniture from Chicago alleys.,Mixed Media,Art,USD,2012-05-11,2500.00,2012-04-26 00:30:06,25.00,failed,1,US,25.00,25.00,2500.00 +1219037063,SUSPECT,Horror,Film & Video,USD,2015-09-14,37500.00,2015-08-15 01:30:32,573.00,failed,7,US,573.00,573.00,37500.00 +1219041394,MazMyth: Evolves EP,Rock,Music,USD,2013-02-09,6500.00,2013-01-19 18:46:05,281.00,failed,10,US,281.00,281.00,6500.00 +1219041739,Chariots of the Gods presents : Ages Unsung,Metal,Music,CAD,2016-06-12,3000.00,2016-05-13 16:46:47,3348.00,successful,83,CA,2600.19,2595.15,2325.40 +121904710,WikiNations,Web,Journalism,EUR,2016-02-25,5500.00,2016-01-21 15:56:38,16.00,failed,3,DE,17.51,17.61,6053.27 +"1219047258,""When it's not a regular Box, the film is Out of the Box"",Shorts,Film & Video,USD,2010-12-15,600.00,2010-10-06 04:28:53,654.00,successful,16,US,654.00,654.00,600.00" +1219053809,CL!CK CARABINER | The Snowboard & Ski Binding Tool,Product Design,Design,USD,2013-12-02,50000.00,2013-10-03 02:10:50,52422.00,successful,1939,US,52422.00,52422.00,50000.00 +"1219055076,""X200 Power-Hub | Clean, Green Portable Energy System"",Technology,Technology,USD,2016-11-17,87000.00,2016-10-13 22:54:27,8408.00,failed,34,US,2509.00,8408.00,87000.00" +1219056550,Guitar Wall Mounts Worth Looking At,Product Design,Design,CAD,2014-12-08,8000.00,2014-10-29 22:28:08,1135.00,failed,30,CA,1009.51,980.14,6908.46 +1219058930,Grit: Battle Race,Tabletop Games,Games,USD,2012-12-29,5000.00,2012-11-26 01:26:23,80.00,failed,1,US,80.00,80.00,5000.00 +1219064155,MP UltraViolet Playing Cards,Playing Cards,Games,CAD,2017-09-24,6300.00,2017-09-12 18:15:34,6763.00,successful,102,CA,1939.94,5436.50,5064.31 +1219067725,Kawaida's Journey - A Tanzania Game App,Mobile Games,Games,EUR,2016-01-24,5000.00,2015-12-17 12:45:13,5041.00,successful,90,DE,5515.33,5504.78,5460.01 +1219078545,Itchy-O Rock/Doc: An investment in spontaneity,Rock,Music,USD,2010-09-29,3000.00,2010-08-13 19:30:35,3285.66,successful,94,US,3285.66,3285.66,3000.00 +1219079264,The Kreativz Collective - performance space,Dance,Dance,USD,2012-12-19,3500.00,2012-11-19 20:42:58,280.00,failed,6,US,280.00,280.00,3500.00 +1219080596,Music Project to benefit Gospel For Asia,World Music,Music,USD,2015-09-21,6500.00,2015-08-17 22:41:47,45.00,failed,3,US,45.00,45.00,6500.00 +1219081738,HEAL event - Selfless Acts of Love - Musical Extravaganza,Musical,Theater,NZD,2015-01-24,620.00,2015-01-03 01:23:42,0.00,canceled,0,NZ,0.00,0.00,450.22 +12190819,Cora Ball - Microfiber Catching Laundry Ball,Design,Design,USD,2017-04-25,10000.00,2017-03-28 17:33:07,353461.23,successful,8635,US,45286.77,353461.23,10000.00 +1219082552,Puzzle AKIRA,Interactive Design,Design,USD,2016-01-18,30000.00,2015-12-08 20:52:41,2594.00,failed,65,US,2594.00,2594.00,30000.00 +1219085568,Facility Fitness at Fifty: ADA Compliant!,Art,Art,USD,2017-04-25,3500.00,2017-03-31 21:03:57,3725.00,successful,40,US,0.00,3725.00,3500.00 +1219085667,Anthony and Eric make a Podcast,Radio & Podcasts,Publishing,USD,2017-10-01,250.00,2017-08-21 18:26:54,1.00,failed,1,US,0.00,1.00,250.00 +1219087950,Mecha Zone Robot Sketches,Art Books,Publishing,USD,2016-11-03,1000.00,2016-10-03 13:19:32,3838.00,successful,100,US,1265.00,3838.00,1000.00 +1219095672,TRIDYNAMIC .... the most special thing in the world.,Product Design,Design,USD,2016-01-21,100000.00,2015-11-22 08:02:21,0.00,canceled,0,US,0.00,0.00,100000.00 +1219105359,Kickstart my heART! - The Charlotte Art+Bike Movement,Public Art,Art,USD,2014-11-01,7040.00,2014-09-25 04:36:51,148.00,failed,3,US,148.00,148.00,7040.00 +121910605,Resurrect the 28mm Moonshiners - Two Hour Wargames,Tabletop Games,Games,USD,2014-07-14,500.00,2014-06-27 20:56:12,1160.00,successful,34,US,1160.00,1160.00,500.00 +1219106119,Mélina Laplante - Premier Mini-Album,Pop,Music,CAD,2016-12-05,10000.00,2016-10-21 17:12:28,10655.00,successful,192,CA,83.77,8086.06,7588.98 +121910658,Power Bolt Fitness Clothing brand,Apparel,Fashion,GBP,2017-10-02,1000.00,2017-08-03 15:55:54,18.00,failed,1,GB,0.00,23.54,1307.53 +1219115186,Twizgrid Video App,Technology,Technology,USD,2012-08-12,50000.00,2012-07-13 22:49:58,10.00,failed,1,US,10.00,10.00,50000.00 +1219116259,Dallas Neo-Classical Ballet (Canceled),Dance,Dance,USD,2011-08-15,10000.00,2011-06-16 16:19:55,20.00,canceled,1,US,20.00,20.00,10000.00 +1219116315,Eyesynth: Vision Through Hearing,Technology,Technology,EUR,2015-12-30,100000.00,2015-12-03 20:09:41,10583.00,failed,59,ES,11238.35,11521.67,108869.61 +1219125973,The Carpenter Collection All-Natural Wood Watch & Soft Strap,Accessories,Fashion,USD,2013-11-10,10000.00,2013-10-11 18:22:00,73564.11,successful,716,US,73564.11,73564.11,10000.00 +1219147498,Help get Sound the Ruin on tour!,Indie Rock,Music,USD,2010-09-18,850.00,2010-08-24 03:47:38,285.00,failed,5,US,285.00,285.00,850.00 +1219147842,Calli Marie BAKES: Coffee Shop-Inspired Baking at Home,Cookbooks,Food,USD,2016-05-21,25000.00,2016-03-22 20:45:30,28357.00,successful,300,US,28357.00,28357.00,25000.00 +1219149325,Sur Hammocks,Product Design,Design,USD,2016-02-08,7000.00,2016-01-04 03:40:16,1059.00,failed,8,US,1059.00,1059.00,7000.00 +121915322,Carbon Fiber Business Cards - CRBN,Product Design,Design,USD,2016-07-09,2500.00,2016-06-09 14:37:27,745.00,failed,2,US,0.00,745.00,2500.00 +1219153284,Piixel- a story about temporary mental instability and blueberry muffins,Fiction,Publishing,USD,2011-01-03,3800.00,2010-11-02 16:53:08,50.00,canceled,1,US,50.00,50.00,3800.00 +"1219155862,""Invention: A Film about Grief, Loss, and Reconciliation"",Shorts,Film & Video,USD,2012-07-12,8000.00,2012-06-12 21:00:29,8650.00,successful,90,US,8650.00,8650.00,8000.00" +1219164744,Bring New Year's Goals to Fruition with the Fruition Formula,Webseries,Film & Video,USD,2016-02-01,7000.00,2015-12-30 23:32:00,1033.00,failed,15,US,1033.00,1033.00,7000.00 +1219165676,Yo Momma's Tamales Food Cart,Food Trucks,Food,USD,2016-05-16,3000.00,2016-04-01 06:09:28,481.00,failed,12,US,481.00,481.00,3000.00 +1219165681,Creature Comfort Playing Cards,Playing Cards,Games,USD,2017-06-03,9000.00,2017-05-01 13:59:57,29500.00,successful,868,US,6870.00,29500.00,9000.00 +"1219171276,""""""The Art of Barfing"""": A Bulimic's Real Time Therapy Diary"",Documentary,Film & Video,USD,2016-03-31,750.00,2016-03-01 02:16:53,0.00,failed,0,US,0.00,0.00,750.00" +"1219172225,""Dockem - Universal Wall Dock (iPad, iPhone, Droid, etc)"",Product Design,Design,USD,2011-03-11,10000.00,2011-01-10 05:51:37,10129.00,successful,223,US,10129.00,10129.00,10000.00" +"1219182410,FACT: Funding LJ's Album Brings 5 yrs. of Good Luck,Music,Music,USD,2015-01-17,2999.00,2014-12-02 19:19:44,3842.00,undefined,0,""N,0"""""",,3842.00,2999.00" +121918271,Totec and his fantasy comic book,Comic Books,Comics,USD,2017-05-24,23000.00,2017-04-26 00:37:08,133.00,failed,6,US,69.00,133.00,23000.00 +1219188185,Luciana Muraira en Italia: Semper Music Festival,Classical Music,Music,MXN,2017-06-10,80000.00,2017-05-26 03:30:29,80700.00,successful,26,MX,203.39,4485.83,4446.91 +1219190933,Be a Movie Producer and Break a World Record,Film & Video,Film & Video,USD,2018-01-08,5000.00,2017-12-09 20:35:55,16.00,live,3,US,1.00,16.00,5000.00 +1219195094,Just Around The Corner (Canceled),Faith,Music,USD,2016-03-28,1500.00,2016-02-27 04:17:29,0.00,canceled,0,US,0.00,0.00,1500.00 +1219199017,Find A Word with Friends (Canceled),Video Games,Games,AUD,2014-04-17,50000.00,2014-03-28 22:04:00,0.00,canceled,0,AU,0.00,0.00,46737.71 +1219202129,Imagine a world,Video Games,Games,GBP,2013-02-16,300000.00,2013-01-07 12:18:30,1111.00,failed,11,GB,1790.32,1699.40,458883.99 +121921823,Baby Teardrops: The First Album!,Indie Rock,Music,USD,2010-11-12,2777.00,2010-10-13 05:01:25,3237.00,successful,85,US,3237.00,3237.00,2777.00 +1219218874,Twenty One / South / City: 21 stories set in southern Africa,Fiction,Publishing,USD,2011-06-20,10000.00,2011-05-26 09:29:23,585.00,failed,12,US,585.00,585.00,10000.00 +1219226463,Genius of design clothing,Apparel,Fashion,USD,2014-08-20,2500.00,2014-07-21 21:09:31,0.00,failed,0,US,0.00,0.00,2500.00 +1219227845,Pirate Radio Podcast,Audio,Journalism,AUD,2015-03-13,500.00,2015-02-11 01:37:12,0.00,failed,0,AU,0.00,0.00,383.05 +1219229662,Tethered Universe,Video Games,Games,USD,2015-05-03,500000.00,2015-03-18 23:28:46,101.00,failed,2,US,101.00,101.00,500000.00 +1219237483,THE BURNING EYES,Shorts,Film & Video,GBP,2015-09-26,350.00,2015-09-01 20:58:48,0.00,failed,0,GB,0.00,0.00,530.85 +1219245096,OmG!!!!! It's Cortez,Music,Music,USD,2012-04-29,5000.00,2012-03-29 01:26:48,11.00,failed,2,US,11.00,11.00,5000.00 +1219247387,Mike My Art and Stock the Shop,Painting,Art,USD,2017-05-04,2000.00,2017-04-01 08:54:16,2240.00,successful,18,US,115.00,2240.00,2000.00 +1219248230,Ltd Edition Dove Gang Records T-Shirt for Dove Gang Clothing,Apparel,Fashion,USD,2016-10-15,75000.00,2016-09-15 20:27:41,0.00,failed,0,US,0.00,0.00,75000.00 +1219251246,Embrace your Royal Side with Royal Crown Apparel,Fashion,Fashion,USD,2013-08-22,6400.00,2013-07-22 02:10:48,0.00,failed,0,US,0.00,0.00,6400.00 +1219254728,The Stroboscope,Digital Art,Art,USD,2010-08-15,950.00,2010-07-15 11:12:56,958.00,successful,22,US,958.00,958.00,950.00 +1219268581,GVSDuino - Arduino compatible with mounting and GVS pins,DIY Electronics,Technology,USD,2015-10-04,500.00,2015-09-04 23:06:43,1951.00,successful,52,US,1951.00,1951.00,500.00 +1219270141,Burley Oak Brewery Canning Line | AmeriCANmade,Drinks,Food,USD,2014-10-18,45000.00,2014-09-09 00:16:49,54002.01,successful,446,US,54002.01,54002.01,45000.00 +1219271690,Now I Sleep - Piano music for grieving families,Music,Music,USD,2011-01-27,2000.00,2010-12-28 02:30:22,2390.00,successful,44,US,2390.00,2390.00,2000.00 +1219273845,Empyrion - Galactic Survival (Canceled),Video Games,Games,GBP,2014-11-28,50000.00,2014-10-16 13:16:32,20041.02,canceled,1280,GB,31860.30,31456.14,78479.38 +1219277123,Support Live Music at The Artists Hand,Music,Music,USD,2015-11-07,1000.00,2015-10-07 19:32:49,1100.00,successful,15,US,1100.00,1100.00,1000.00 +1219282286,Reign Gear Collections,Apparel,Fashion,USD,2015-12-12,15000.00,2015-10-13 20:07:01,0.00,failed,0,US,0.00,0.00,15000.00 +1219283814,Versa-Band:Workout and Exercise Tool Revolutionizing Fitness,Product Design,Design,USD,2016-02-29,40000.00,2016-01-16 18:41:10,2004.10,failed,18,US,2004.10,2004.10,40000.00 +"1219284354,""Sicaliptic, the erotic card game. (+18)"",Tabletop Games,Games,EUR,2017-02-15,10000.00,2017-01-16 11:57:02,1847.00,failed,76,ES,103.23,1967.05,10649.97" +1219292807,Fake News!,Tabletop Games,Games,USD,2017-06-10,15000.00,2017-05-10 17:43:19,3168.00,failed,124,US,663.00,3168.00,15000.00 +1219295302,Anime Terrain,Sculpture,Art,GBP,2014-11-06,1000.00,2014-10-07 09:32:50,2.00,failed,1,GB,3.20,3.16,1581.95 +1219307777,2nd Dimension Ghost,Video Games,Games,USD,2015-04-22,1500.00,2015-03-23 20:10:34,30.00,failed,1,US,30.00,30.00,1500.00 +1219308203,We're takin on route 66. (Canceled),Webseries,Film & Video,USD,2014-09-25,3500.00,2014-08-26 02:15:56,0.00,canceled,0,US,0.00,0.00,3500.00 +1219308614,Spacially Phenomenal,Video Games,Games,GBP,2016-12-31,3000.00,2016-12-01 17:55:09,36.00,failed,5,GB,0.00,44.51,3709.02 +1219309503,blindeagle : world's first unbreakable chats and emails,Hardware,Technology,EUR,2016-04-22,90000.00,2016-03-08 21:13:38,6649.00,canceled,36,BE,7307.12,7488.79,101367.33 +1219315910,Grassroots Groove Season 1,Webseries,Film & Video,USD,2012-07-26,2000.00,2012-06-26 23:13:07,2210.00,successful,33,US,2210.00,2210.00,2000.00 +1219323534,Crowdsourcing an app that helps you learn.,Software,Technology,USD,2015-09-26,100000.00,2015-07-28 18:44:03,25.00,failed,1,US,25.00,25.00,100000.00 +1219324463,SIPNDIP Plush Toys - Toy Fair,Crafts,Crafts,USD,2016-04-02,2600.00,2016-02-02 19:21:40,0.00,failed,0,US,0.00,0.00,2600.00 +1219329219,Desiderata_Art= A collection of 24 celebs immortalized.,Digital Art,Art,USD,2015-04-25,7000.00,2015-03-24 01:24:54,850.00,failed,4,US,850.00,850.00,7000.00 +1219329755,Closer Than Rust,Film & Video,Film & Video,USD,2012-04-07,5000.00,2012-03-28 00:22:22,5065.00,successful,41,US,5065.00,5065.00,5000.00 +"1219333672,""Frank Sinatra New York, NY 1939-1956"",Photobooks,Photography,USD,2015-09-06,15000.00,2015-08-07 23:14:34,1625.00,failed,5,US,1625.00,1625.00,15000.00" +"1219343980,Falconize to Nationals in NYC & Recording a new album!,Music,Music,USD,2015-04-13,2000.00,2015-03-24 20:43:36,2301.00,undefined,0,""N,0"""""",,2301.00,2000.00" +1219344142,Put Anakin In The Studio! [Pt. 2],Rock,Music,USD,2012-06-08,1800.00,2012-05-09 20:22:17,1810.00,successful,36,US,1810.00,1810.00,1800.00 +1219348721,Kid Stew is a macabre book by Tallahassee Grimstone,Young Adult,Publishing,USD,2016-11-11,5000.00,2016-10-14 04:37:12,82.00,failed,4,US,48.00,82.00,5000.00 +1219361127,Oakley Bakery,Restaurants,Food,USD,2015-05-01,2000.00,2015-04-01 17:37:08,1.00,failed,1,US,1.00,1.00,2000.00 +1219375942,Fuzzbuquet: A Silly and Spooky All-ages Fantasy Epic,Comic Books,Comics,USD,2017-10-02,800.00,2017-08-13 18:00:13,1358.00,successful,54,US,588.00,1358.00,800.00 +1219376456,BANSHEES: A Rock 'N' Roll Horror Novel by Mike Baron,Fiction,Publishing,USD,2014-04-10,13500.00,2014-03-11 00:06:34,1303.00,failed,14,US,1303.00,1303.00,13500.00 +1219377599,ProjectExplorer.org's Netherlands Series,Documentary,Film & Video,USD,2016-09-29,3000.00,2016-08-30 22:54:51,390.00,failed,9,US,0.00,390.00,3000.00 +1219382800,Evolv Clothing,Apparel,Fashion,GBP,2016-05-21,1000.00,2016-04-21 17:12:35,0.00,failed,0,GB,0.00,0.00,1464.75 +1219389114,Very Heath Robinson,Nonfiction,Publishing,GBP,2017-04-20,7500.00,2017-03-29 13:14:16,7581.00,successful,84,GB,684.90,9687.19,9583.68 +1219396384,So Amazing (Single),Music,Music,USD,2013-08-06,2500.00,2013-06-07 20:39:09,160.00,failed,4,US,160.00,160.00,2500.00 +1219396971,Eureka! Coffee,Food,Food,USD,2014-01-04,20000.00,2013-12-05 00:13:31,23085.00,successful,232,US,23085.00,23085.00,20000.00 +1219405849,Occupy and Occupation,Journalism,Journalism,USD,2013-12-24,2775.00,2013-12-03 02:49:59,160.00,failed,4,US,160.00,160.00,2775.00 +1219407530,Changeling - GxB Mystery/Romance Visual Novel,Video Games,Games,USD,2017-04-20,7500.00,2017-03-20 17:30:08,8502.00,successful,196,US,847.00,8502.00,7500.00 +"1219410099,""Tales Untold, vol. II"",Fiction,Publishing,USD,2017-03-15,1000.00,2017-02-03 18:28:39,1100.67,successful,33,US,270.00,1100.67,1000.00" +1219414957,journey to the woman i've come to love 2,Photography,Photography,USD,2012-04-22,3500.00,2012-02-22 00:36:06,4225.00,successful,41,US,4225.00,4225.00,3500.00 +121942791,Bearly Dressed - Clothing for a Cause! #WearTheBear,Apparel,Fashion,USD,2016-03-15,15000.00,2016-01-30 16:00:07,285.00,failed,6,US,285.00,285.00,15000.00 +1219430380,A Children's Guide to Greek Mythology,Children's Books,Publishing,USD,2012-10-18,15000.00,2012-09-18 19:31:02,0.00,failed,0,US,0.00,0.00,15000.00 +1219430583,7 DEAD HEADS The Voodoo Man,Movie Theaters,Film & Video,USD,2015-05-26,54000.00,2015-03-27 18:59:43,75.00,failed,1,US,75.00,75.00,54000.00 +"1219436744,""Making """"Closure"""": A Noir Film of Redemption"",Shorts,Film & Video,USD,2011-12-01,900.00,2011-10-12 19:13:09,450.00,failed,4,US,450.00,450.00,900.00" +121944320,Snatch Bid,Shorts,Film & Video,USD,2011-07-09,20000.00,2011-06-04 07:44:55,240.00,failed,5,US,240.00,240.00,20000.00 +1219444628,Playing Hamlet (Canceled),Experimental,Theater,DKK,2015-03-31,50000.00,2015-02-27 20:05:02,50.00,canceled,1,DK,7.61,7.25,7248.27 +1219452715,Valecante - Resort | B&B - An affordable luxury resort,Food,Food,EUR,2017-05-05,24900.00,2017-04-05 15:34:36,100.00,failed,2,NL,106.69,109.61,27292.76 +1219458977,CyberSocius: Secure Web and Mobile Internet Sharing,Software,Technology,USD,2014-09-04,50000.00,2014-08-05 02:59:10,85.00,canceled,3,US,85.00,85.00,50000.00 +1219471155,Cereal Trip,Art,Art,USD,2012-06-16,2500.00,2012-05-17 22:48:23,75.00,failed,3,US,75.00,75.00,2500.00 +1219479466,The Masquerade Mythic 2015,Dance,Dance,USD,2014-04-04,15000.00,2014-03-06 21:25:38,166.00,failed,2,US,166.00,166.00,15000.00 +1219481269,First Lego League: Masters of Missions,Technology,Technology,EUR,2015-01-08,500.00,2014-12-09 19:11:18,11.00,failed,2,NL,13.56,12.99,590.65 +121948676,Feed the Hungry Gamer!,Food,Food,USD,2012-06-09,11000.00,2012-05-05 04:43:10,11631.00,successful,31,US,11631.00,11631.00,11000.00 +121948874,plastic turmoil - Plastik Getuemmel,Installations,Art,USD,2014-09-16,2000.00,2014-08-17 04:37:25,172.00,failed,7,US,172.00,172.00,2000.00 +1219496702,Hibou USA Tour Kickstarter,Performance Art,Art,USD,2013-11-05,3000.00,2013-10-17 00:35:58,3115.22,successful,47,US,3115.22,3115.22,3000.00 +1219503024,Power Fist Enamel Pin,Accessories,Fashion,USD,2017-03-25,500.00,2017-02-08 06:38:52,117.00,canceled,6,US,69.00,117.00,500.00 +1219505145,MASTERING NO MAN'S FRAN,Rock,Music,USD,2013-04-20,1850.00,2013-03-19 23:55:21,2252.00,successful,53,US,2252.00,2252.00,1850.00 +121950820,Melt debut full-length album Repossession Blues,Indie Rock,Music,USD,2015-05-18,5000.00,2015-04-15 13:41:54,5030.00,successful,39,US,5030.00,5030.00,5000.00 +"1219514231,""Help Sense the Call record """"All Things Past""""!"",Music,Music,USD,2014-11-11,1500.00,2014-10-11 18:35:54,1900.00,undefined,0,""N,0"""""",,1900.00,1500.00" +"121951626,""Nomprofits, dinners for people who care"",Spaces,Food,USD,2015-07-22,2000.00,2015-06-19 05:25:43,1162.00,failed,21,US,1162.00,1162.00,2000.00" +1219525652,Imagine This Women's International Film Festival 2017,Festivals,Film & Video,USD,2017-09-25,10000.00,2017-08-11 13:12:10,1645.00,failed,28,US,535.00,1645.00,10000.00 +1219544376,Ten-Thousand Miles: The Undiluted Memoirs,Journalism,Journalism,USD,2014-05-04,500.00,2014-04-25 20:17:56,600.00,successful,6,US,600.00,600.00,500.00 +1219546394,Project: 20M813,Mobile Games,Games,USD,2014-06-12,2500.00,2014-05-13 21:08:05,10.00,failed,2,US,10.00,10.00,2500.00 +1219546713,Kate Mills Big Dreams Album,Music,Music,USD,2017-12-01,7000.00,2017-10-31 19:31:45,8630.00,successful,114,US,2305.00,8630.00,7000.00 +1219554334,Sunnyside Student Mural,Painting,Art,USD,2015-01-18,2500.00,2014-12-19 19:23:46,2596.00,successful,59,US,2596.00,2596.00,2500.00 +1219556430,Business & Entertainment In 3D World!,Technology,Technology,USD,2016-04-20,68900.00,2016-02-20 00:30:33,70.00,failed,1,US,70.00,70.00,68900.00 +1219558318,The Nahmias Cipher Report (Canceled),Zines,Publishing,USD,2015-04-23,25000.00,2015-03-24 19:35:52,135.00,canceled,3,US,135.00,135.00,25000.00 +1219559872,Lon Chaney's Blind Bargain,Documentary,Film & Video,USD,2012-07-28,3000.00,2012-06-23 22:29:03,150.00,failed,3,US,150.00,150.00,3000.00 +1219566885,Confidential Information,Indie Rock,Music,USD,2013-10-03,500.00,2013-08-22 21:51:05,625.00,successful,13,US,625.00,625.00,500.00 +1219581850,Publish in English a masterpiece and donate many e-books,Fiction,Publishing,GBP,2013-12-24,4000.00,2013-11-13 16:33:47,330.00,failed,2,GB,527.22,544.87,6604.47 +1219589687,The Iraqi Seed Project,Documentary,Film & Video,USD,2011-06-06,8000.00,2011-05-07 21:43:53,9327.27,successful,121,US,9327.27,9327.27,8000.00 +"1219590958,"""""" THE ACTOR"""" A Two Book Thriller and Hollywood Film"",Fiction,Publishing,USD,2017-11-22,22610.00,2017-10-23 23:18:53,397.00,failed,8,US,0.00,397.00,22610.00" +"1219596067,""Mouthy App Making Posts, Selfies, and Points matter!"",Apps,Technology,USD,2014-08-18,24000.00,2014-07-11 19:07:12,0.00,canceled,0,US,0.00,0.00,24000.00" +1219602738,It's Now or Never,Fiction,Publishing,USD,2015-03-25,5000.00,2015-02-23 17:22:10,0.00,failed,0,US,0.00,0.00,5000.00 +1219609251,93 Miles: From Cuba with Love,Drama,Film & Video,USD,2017-05-08,8000.00,2017-04-06 00:01:39,8466.66,successful,141,US,250.00,8466.66,8000.00 +1219609901,Brew House: Handcrafted Playing Cards,Playing Cards,Games,USD,2017-03-24,16000.00,2017-02-23 17:05:36,13308.00,failed,317,US,5163.00,13308.00,16000.00 +1219612558,Capes And Villains (Canceled),Tabletop Games,Games,USD,2014-04-08,25000.00,2014-03-17 17:03:33,17898.00,canceled,256,US,17898.00,17898.00,25000.00 +1219614410,Car Back anti-theft device Your in Control,Hardware,Technology,USD,2018-01-11,200000.00,2017-11-27 18:29:35,530.00,live,3,US,260.00,530.00,200000.00 +1219617835,Fatbacon™,Fashion,Fashion,GBP,2014-08-22,1500.00,2014-06-23 08:35:45,34.00,failed,2,GB,57.85,56.36,2486.61 +"1219620179,""Sarah Quintana & Miss River, Duets with Water"",Music,Music,USD,2015-05-05,15000.00,2015-04-05 02:08:39,15890.00,successful,258,US,15890.00,15890.00,15000.00" +"1219633494,""MAKE OUR ALBUM """"FICTION"""" INTO NON-FICTION!"",Music,Music,USD,2012-11-29,2000.00,2012-10-30 21:14:29,2420.00,successful,99,US,2420.00,2420.00,2000.00" +1219635589,Rockapone The Album this Album will revive that oldschool,Music,Music,USD,2015-06-02,100000.00,2015-05-03 18:04:15,0.00,failed,0,US,0.00,0.00,100000.00 +1219648814,The Creative Solutions Deck,Graphic Design,Design,GBP,2013-05-08,1500.00,2013-04-17 09:22:02,6555.00,successful,268,GB,10016.44,10083.68,2307.48 +1219650146,Darkness Falls Upon This Christmas - A Darkwave Christmas,Rock,Music,USD,2013-11-17,1100.00,2013-10-18 19:51:54,325.00,failed,15,US,325.00,325.00,1100.00 +"1219656694,""Cinematic Piano """"James Bond Spectre Theme"""""",Music,Music,EUR,2015-06-22,5500.00,2015-05-23 12:21:30,5500.00,undefined,0,""N,0"""""",,6161.08,6161.08" +121965866,What Happens in Vegas Stays on YouTube,Nonfiction,Publishing,USD,2013-11-21,3600.00,2013-11-01 18:37:20,11345.00,successful,108,US,11345.00,11345.00,3600.00 +1219659343,Preservanade,Food,Food,USD,2015-07-31,50000.00,2015-07-01 14:22:23,635.00,failed,4,US,635.00,635.00,50000.00 +"1219660149,""Limited Edition DVD of award-winning animated short """"Eyrie"""""",Animation,Film & Video,USD,2012-10-20,3500.00,2012-09-19 17:29:42,4180.00,successful,123,US,4180.00,4180.00,3500.00" +1219661520,Halloween & Costume Convention by Meagan's Monstrosities,Festivals,Theater,USD,2017-07-04,1500.00,2017-05-05 16:59:55,240.00,canceled,9,US,163.00,240.00,1500.00 +1219664715,Glow Threads - Interactive Glow in the Dark Shirts,Fashion,Fashion,USD,2013-04-03,9000.00,2013-02-22 22:37:07,16622.00,suspended,287,US,16622.00,16622.00,9000.00 +1219669718,Bloody Money,Publishing,Publishing,USD,2014-11-15,15000.00,2014-10-01 03:06:10,0.00,failed,0,US,0.00,0.00,15000.00 +1219672730,People Outdoor Recreation Network: Naked Calendar 2016,Digital Art,Art,CAD,2015-02-22,2500.00,2015-01-23 22:58:49,77.00,failed,2,CA,62.51,61.84,2007.87 +1219679520,Making My First Real Album,Music,Music,USD,2014-06-04,10000.00,2014-04-05 00:13:30,55.00,failed,3,US,55.00,55.00,10000.00 +1219688978,Steamscapes: Asia - A Savage Worlds Licensed Setting,Tabletop Games,Games,USD,2014-10-28,4000.00,2014-09-28 16:01:14,4240.00,successful,64,US,4240.00,4240.00,4000.00 +1219690561,Bling on a Ring is Boring.,Crafts,Crafts,USD,2013-12-30,1000.00,2013-11-25 18:56:20,391.00,failed,9,US,391.00,391.00,1000.00 +1219695405,Here to bring the children of the USA back to #1 in Math!!!,Shorts,Film & Video,USD,2011-03-01,1999.00,2011-01-31 02:51:18,0.00,failed,0,US,0.00,0.00,1999.00 +"1219703855,""The Bridge Residency: """"Hedda"""" and """"Red Light Winter"""""",Theater,Theater,USD,2017-10-08,1500.00,2017-09-08 03:48:33,326.00,failed,7,US,110.00,326.00,1500.00" +1219704430,FUMBBL DICE!,Tabletop Games,Games,USD,2012-12-20,8000.00,2012-11-20 21:13:56,19251.50,successful,390,US,19251.50,19251.50,8000.00 +1219706624,Book Promotion Project for Melissa M Carter,Print,Journalism,USD,2014-09-07,5000.00,2014-08-08 23:28:01,0.00,failed,0,US,0.00,0.00,5000.00 +1219707345,Motion Device 'WIDE AWAKE' Album,Rock,Music,CAD,2017-03-05,20000.00,2017-01-19 18:00:50,60255.00,successful,373,CA,3517.01,44620.11,14810.43 +1219712656,Join My Maker And I in releasing our first record,Rock,Music,USD,2012-01-19,2000.00,2011-12-10 02:53:31,2345.00,successful,42,US,2345.00,2345.00,2000.00 +1219722938,The Wall of Rock festival supporting Morays young talent,Rock,Music,GBP,2015-08-17,3000.00,2015-07-14 15:54:52,3025.00,successful,58,GB,4689.50,4740.93,4701.75 +1219723144,A Woman's Voice: The Robin Lane Story,Documentary,Film & Video,USD,2011-07-25,10000.00,2011-06-15 13:46:42,10577.05,successful,141,US,10577.05,10577.05,10000.00 +1219729402,Admiranda's Colorful Creations,Textiles,Art,USD,2015-09-09,3500.00,2015-08-07 10:05:26,42.00,failed,2,US,42.00,42.00,3500.00 +"1219734598,""Second Chance, an artbook"",Mixed Media,Art,USD,2013-10-07,4500.00,2013-08-28 21:17:08,410.00,failed,11,US,410.00,410.00,4500.00" +1219741208,Huddle: Simply Natural Merino Children's Clothes,Childrenswear,Fashion,AUD,2017-04-07,5000.00,2017-03-15 23:08:52,5547.00,successful,60,AU,702.22,4175.07,3763.36 +1219746067,Help Fund Kristen Lynn's Debut Album!!,Music,Music,USD,2012-08-23,7500.00,2012-07-26 19:08:13,7705.00,successful,109,US,7705.00,7705.00,7500.00 +1219748254,Crazy fun clothing kids love that makes them safe! I'm ready,Childrenswear,Fashion,USD,2015-05-15,15000.00,2015-03-31 23:57:05,0.00,failed,0,US,0.00,0.00,15000.00 +1219748819,Lots of Food,Food,Food,USD,2014-02-10,5500.00,2013-12-27 16:26:42,6704.00,successful,132,US,6704.00,6704.00,5500.00 +"1219748909,""The Wall, an original devised play"",Theater,Theater,USD,2012-07-01,2500.00,2012-06-04 22:05:53,2500.00,successful,20,US,2500.00,2500.00,2500.00" +"1219752082,""""""The Righteous Gentiles"""": Sources of Light in the Darkness"",Mixed Media,Art,USD,2014-04-17,1800.00,2014-03-18 00:26:14,1807.00,successful,64,US,1807.00,1807.00,1800.00" +1219753149,A Short Film for Festival Submission,Shorts,Film & Video,USD,2012-09-20,4500.00,2012-08-21 20:26:43,535.00,failed,15,US,535.00,535.00,4500.00 +1219755763,2016 Rescued Heroes - Veterans Edition Calendar,Painting,Art,USD,2015-09-30,11750.00,2015-08-31 19:42:30,14019.00,successful,139,US,14019.00,14019.00,11750.00 +1219755857,WELCOME HOME - A documentary by Alice Stein (Canceled),Film & Video,Film & Video,GBP,2014-09-11,25000.00,2014-08-12 10:32:37,950.00,canceled,12,GB,1593.99,1542.11,40581.78 +1219759019,Don't bum me out car stickers,Product Design,Design,USD,2016-01-08,3000.00,2015-12-09 20:43:58,0.00,failed,0,US,0.00,0.00,3000.00 +121977936,Modern Ruin,Shorts,Film & Video,USD,2013-09-14,10000.00,2013-08-15 04:36:13,11090.00,successful,182,US,11090.00,11090.00,10000.00 +1219782587,The Crescent Farms Start-Up Effort,Farms,Food,USD,2014-07-30,5000.00,2014-06-30 20:06:39,58.00,failed,7,US,58.00,58.00,5000.00 +1219792418,SUPER MEGA BOUNCE MAN - RETRO THEMED IOS & ANDROID GAME,Video Games,Games,GBP,2014-10-16,2500.00,2014-09-16 16:15:33,53.00,canceled,3,GB,86.10,85.43,4029.85 +1219796930,Help The Main Squeeze finance a new van for their 2014 Tour!,Music,Music,USD,2014-04-04,20000.00,2014-03-05 22:46:18,20874.00,successful,213,US,20874.00,20874.00,20000.00 +1219797292,Today I Live,Plays,Theater,GBP,2016-06-12,3350.00,2016-05-20 21:10:21,3350.00,successful,28,GB,4865.68,4786.19,4786.19 +1219801254,Oregon Species: A Razor Clam Shirt - Local Oregon Delicacy,Apparel,Fashion,USD,2015-10-26,350.00,2015-09-26 07:32:16,391.00,successful,17,US,391.00,391.00,350.00 +1219809548,Face's NEW ALBUM (Red Rocks release on 8/6/17!),Rock,Music,USD,2017-05-04,25000.00,2017-03-20 18:14:27,31260.00,successful,280,US,0.00,31260.00,25000.00 +1219817453,Quinzel Playing Cards,Playing Cards,Games,USD,2016-02-09,6000.00,2016-01-10 20:00:45,1586.00,failed,71,US,1586.00,1586.00,6000.00 +121982170,Magnolia Table - A Homemade Healthy Subscription Snack Box,Food,Food,USD,2016-07-07,20000.00,2016-06-07 17:01:52,12294.00,failed,141,US,12294.00,12294.00,20000.00 +"1219823385,""AVE: Going Live for """"Last Works"""""",Classical Music,Music,USD,2011-06-09,7500.00,2011-05-10 22:29:23,7601.00,successful,66,US,7601.00,7601.00,7500.00" +1219824387,CHILI DOGS for Tennessee Williams,Theater,Theater,USD,2012-04-17,45.00,2012-04-03 20:54:09,3.00,failed,1,US,3.00,3.00,45.00 +1219825393,My PickUp Artist: Makeup case that securely holds products,Accessories,Fashion,USD,2015-08-31,50000.00,2015-08-01 20:44:18,8856.00,failed,51,US,8856.00,8856.00,50000.00 +121982961,Justin TheLepard Debut Album,Music,Music,USD,2016-11-06,800.00,2016-09-22 01:01:01,150.00,failed,9,US,10.00,150.00,800.00 +1219830386,LOCAL VOICES - Congolese Communities Speak About Elections,Webseries,Film & Video,USD,2011-11-11,4000.00,2011-10-20 00:19:09,4050.00,successful,20,US,4050.00,4050.00,4000.00 +1219838877,Dust Can't Kill Me (Fringe NYC 2014),Musical,Theater,USD,2014-06-21,5500.00,2014-05-21 02:00:23,7335.00,successful,75,US,7335.00,7335.00,5500.00 +"1219841064,""Kids' Books about Managing Anger, Tantrums & Perfectionism."",Children's Books,Publishing,AUD,2017-10-28,4000.00,2017-10-03 08:41:03,5404.00,successful,119,AU,528.21,4148.63,3070.78" +1219842066,Moon Magnet App Launches déCollage's Interactive Album,Indie Rock,Music,USD,2016-05-11,7777.00,2016-03-19 05:08:43,1588.00,failed,27,US,1588.00,1588.00,7777.00 +1219842583,Morning Sunshine: Inspirational Book and Product Launch,Art Books,Publishing,GBP,2013-12-01,5000.00,2013-11-01 01:00:50,1722.00,failed,16,GB,2761.40,2814.60,8172.47 +1219844182,Turn My Sister into the Next Harry Potter (Canceled),Young Adult,Publishing,USD,2015-04-06,100000.00,2015-02-09 18:43:56,55.00,canceled,1,US,55.00,55.00,100000.00 +1219847695,Help to complete and launch a new social media.,Web,Technology,USD,2015-10-23,50000.00,2015-09-23 02:15:29,0.00,failed,0,US,0.00,0.00,50000.00 +1219847914,Crowdsourced Novel Writing (Canceled),Publishing,Publishing,USD,2015-05-15,25000.00,2015-04-15 00:02:23,519.00,canceled,10,US,519.00,519.00,25000.00 +"1219860051,""A Challenging & Fun Puzzle Game For IOS, Android, PC and Mac"",Games,Games,USD,2013-04-18,2000.00,2013-03-19 08:42:35,225.00,failed,7,US,225.00,225.00,2000.00" +1219864466,Vinz/Black Brothers Video,Hip-Hop,Music,USD,2014-08-13,1000.00,2014-07-14 19:33:11,0.00,failed,0,US,0.00,0.00,1000.00 +1219882488,Educational Robot Kit: Rokit Smart (12-in-1 Robot Kit),Robots,Technology,USD,2015-06-16,50000.00,2015-05-12 14:51:11,52595.50,successful,280,US,52595.50,52595.50,50000.00 +1219885471,WET BAndits demo,Music,Music,USD,2015-05-07,1000.00,2015-04-07 21:59:42,1021.00,successful,11,US,1021.00,1021.00,1000.00 +"1219891712,""""""I will need you, and you will need me."""" Pepper Proud Album!"",Music,Music,USD,2012-05-03,3000.00,2012-04-03 02:44:03,3926.66,successful,86,US,3926.66,3926.66,3000.00" +1219894869,Farrier Leather Bags Impeccably Designed & Responsibly Made,Fashion,Fashion,USD,2017-12-17,35000.00,2017-11-17 15:51:10,35621.00,successful,94,US,20123.00,35621.00,35000.00 +1219895663,SignsinSymbols,Apparel,Fashion,USD,2016-12-17,25000.00,2016-11-17 20:53:10,119.00,failed,6,US,0.00,119.00,25000.00 +1219916018,Wank Wipes (Suspended),Product Design,Design,USD,2016-03-12,6500.00,2016-01-27 07:28:26,1097.00,suspended,55,US,1097.00,1097.00,6500.00 +1219930433,TRUST Short Film,Shorts,Film & Video,GBP,2014-03-26,2900.00,2014-02-21 18:39:05,2910.00,successful,29,GB,4852.75,4840.24,4823.61 +1219932353,Freaky Threads ( vintage lounge and boutique),Apparel,Fashion,USD,2014-10-28,1500.00,2014-09-28 20:47:31,10.00,failed,1,US,10.00,10.00,1500.00 +1219933968,Rest stop: Prison escape novel adventure with prison poetry.,Publishing,Publishing,USD,2011-07-22,4800.00,2011-06-07 01:56:46,155.00,failed,4,US,155.00,155.00,4800.00 +1219936600,Just A Cook,Cookbooks,Food,USD,2017-05-18,14500.00,2017-04-18 20:41:42,398.00,failed,5,US,102.00,398.00,14500.00 +1219937605,Strömma Active,Apparel,Fashion,USD,2016-04-01,7500.00,2016-02-24 20:46:27,11300.00,successful,182,US,11300.00,11300.00,7500.00 +"1219937688,""""""You're a Butt"""" Handmade Plush Gag Gifts"",Crafts,Crafts,GBP,2016-07-13,3100.00,2016-06-13 19:26:42,102.00,failed,7,GB,142.56,136.30,4142.50" +1219949164,Lion (El León): An Absurdist Bi-Lingual Comedy,Theater,Theater,USD,2011-09-01,1500.00,2011-08-02 19:02:16,1601.00,successful,33,US,1601.00,1601.00,1500.00 +1219950761,A Debut Album from Thor Dickey on CD and Vinyl,Country & Folk,Music,USD,2011-08-28,5000.00,2011-07-14 02:07:33,5000.00,successful,56,US,5000.00,5000.00,5000.00 +1219967193,Help Bruce Promote the New Album with Video & Media Blitz,Country & Folk,Music,USD,2016-06-20,2500.00,2016-05-21 01:45:45,110.00,failed,3,US,110.00,110.00,2500.00 +1219968245,BMX The Game,Video Games,Games,GBP,2013-04-26,55000.00,2013-04-02 17:21:35,29186.29,failed,436,GB,44331.74,45166.03,85112.97 +1219975663,Super Mario Bros - Stop Motion Pixel Art,Animation,Film & Video,CAD,2014-03-22,300.00,2014-02-20 01:28:56,1341.00,successful,73,CA,1223.73,1214.89,271.79 +1219979186,Support the Tattooed Squirrel,Mixed Media,Art,USD,2014-08-22,5000.00,2014-07-22 14:47:08,45.00,failed,3,US,45.00,45.00,5000.00 +"1219979511,""""""La Vie"""" Support what you define is """"The Life"""" (Canceled)"",Fashion,Fashion,USD,2014-03-15,1000.00,2014-02-04 02:42:30,0.00,canceled,0,US,0.00,0.00,1000.00" +1219986642,Lovesum's NEW SINGLE!,Faith,Music,USD,2017-03-10,1390.00,2017-02-08 14:12:51,1460.00,successful,25,US,1410.00,1460.00,1390.00 +1219997628,Felted Crufts. An exhibition of needle-felted dogs,Textiles,Art,GBP,2017-09-24,500.00,2017-08-25 11:47:42,93.00,failed,3,GB,0.00,124.52,669.44 +1220011519,Gate Seventeen (Boarding Soon),Theater,Theater,CAD,2014-04-01,2795.00,2014-03-05 22:38:26,3004.00,successful,66,CA,2708.24,2725.46,2535.84 +1220012513,A classic and Modern clock that makes telling time easier.,Product Design,Design,USD,2017-10-30,10000.00,2017-09-26 22:31:36,385.00,failed,16,US,92.00,385.00,10000.00 +1220012909,Deck of Legends,Tabletop Games,Games,USD,2013-09-06,2500.00,2013-08-07 18:24:57,12005.92,successful,383,US,12005.92,12005.92,2500.00 +122002030,Sort My Stuff - App,Apps,Technology,GBP,2014-10-19,27000.00,2014-08-20 10:06:48,111.00,failed,10,GB,185.60,178.16,43336.60 +"1220021108,""Chipmunk, a nature story for children"",Children's Books,Publishing,USD,2013-01-26,3000.00,2012-12-27 23:34:08,110.00,failed,4,US,110.00,110.00,3000.00" +"1220024733,""Miniature Sea Monsters, Dungeon Furniture and Big Beasts"",Tabletop Games,Games,USD,2014-09-10,2500.00,2014-08-20 17:58:02,4611.50,successful,134,US,4611.50,4611.50,2500.00" +1220031183,Dear Ferguson,Publishing,Publishing,USD,2014-09-22,1500.00,2014-08-23 01:35:02,10.00,failed,1,US,10.00,10.00,1500.00 +1220034897,SAVE THE CELLPHONES,Product Design,Design,USD,2012-07-11,30000.00,2012-06-11 02:18:15,141.00,failed,6,US,141.00,141.00,30000.00 +12200518,LAUNCH: An Original Short Film,Shorts,Film & Video,USD,2014-03-06,10000.00,2014-02-09 21:06:12,10352.00,successful,125,US,10352.00,10352.00,10000.00 +1220060122,Our new project needs wings! Help us play the Mick Ronson Memorial Benefit in Hull. ,Pop,Music,USD,2010-04-15,3000.00,2010-03-04 18:41:20,1833.00,failed,29,US,1833.00,1833.00,3000.00 +1220060271,Laberinto Yoéme - Documental,Documentary,Film & Video,MXN,2016-12-31,300000.00,2016-11-15 14:00:01,320780.67,successful,261,MX,344.85,15077.11,14100.39 +1220070860,Avant Garde Soul,Pop,Music,USD,2014-03-26,15000.00,2014-02-24 19:29:03,0.00,failed,0,US,0.00,0.00,15000.00 +1220070899,Tail-E-Wags: A Board Game for Budding Entrepreneurs,Tabletop Games,Games,USD,2015-09-01,29000.00,2015-08-11 14:02:37,1366.00,canceled,35,US,1366.00,1366.00,29000.00 +1220074162,Dulce Crepes,Food,Food,USD,2014-10-16,19500.00,2014-09-16 23:49:45,11643.45,failed,22,US,11643.45,11643.45,19500.00 +122007929,The World,Video Games,Games,USD,2014-12-20,3500.00,2014-11-20 16:36:24,0.00,failed,0,US,0.00,0.00,3500.00 +1220085332,A Kirtan Album From the Heavens!,World Music,Music,USD,2016-03-01,20000.00,2016-01-28 06:25:32,20236.00,successful,135,US,20236.00,20236.00,20000.00 +1220085764,nfcTack & nfcPad: Nano Suction NFC Stickers (Canceled),Product Design,Design,USD,2014-02-01,8000.00,2013-12-31 01:49:48,2487.00,canceled,99,US,2487.00,2487.00,8000.00 +1220090730,Le Süd. (Canceled),Restaurants,Food,USD,2016-05-19,30000.00,2016-04-19 21:49:30,25.00,canceled,1,US,25.00,25.00,30000.00 +1220100608,Revival Glory Realm music (Canceled),Faith,Music,USD,2016-04-03,20000.00,2016-03-04 19:07:15,0.00,canceled,0,US,0.00,0.00,20000.00 +1220107204,Chord Board,Design,Design,USD,2013-01-27,12000.00,2012-12-28 00:03:14,1455.00,failed,44,US,1455.00,1455.00,12000.00 +1220111580,HairVo: The Revolutionary Platform for the World of Fashion,Technology,Technology,USD,2017-07-09,21500.00,2017-06-09 18:57:46,30.00,failed,4,US,20.00,30.00,21500.00 +1220111934,Do you like to Art? Painting Acrylic Abstract Drawing Design,Art,Art,USD,2015-09-12,22000.00,2015-08-13 17:07:36,260.00,failed,7,US,260.00,260.00,22000.00 +1220118932,The A-holes Guidebook Series,Nonfiction,Publishing,USD,2015-03-14,500.00,2015-02-12 18:48:09,1.00,failed,1,US,1.00,1.00,500.00 +1220123904,Millennial Challenge,Nature,Photography,USD,2016-05-01,3028.00,2016-03-28 21:49:28,1.00,failed,1,US,1.00,1.00,3028.00 +1220124501,CyGotchaBags- Bike Bag Saddlebag with Smartphone Integration,Product Design,Design,USD,2016-11-21,10000.00,2016-10-22 01:48:47,57.00,failed,3,US,55.00,57.00,10000.00 +"1220127326,""Dude, You Suck (Canceled)"",Shorts,Film & Video,USD,2011-09-02,2500.00,2011-08-03 00:34:48,0.00,canceled,0,US,0.00,0.00,2500.00" +"1220130370,""K’ai, A True Space Opera, 3D Animation Production, Reveals a Unique Story of Freedom"",World Music,Music,USD,2010-10-20,4200.00,2010-09-20 01:05:16,763.00,failed,8,US,763.00,763.00,4200.00" +1220132523,Blu Brew,Drinks,Food,USD,2016-02-18,1600.00,2016-01-19 19:52:40,10.00,failed,1,US,10.00,10.00,1600.00 +1220134988,CAPTURE! – turning stories into pictures,Photography,Photography,USD,2012-12-30,26000.00,2012-11-24 17:54:53,1825.00,failed,31,US,1825.00,1825.00,26000.00 +1220135515,Forgotten Warriors,Documentary,Film & Video,USD,2012-06-19,350000.00,2012-05-05 00:22:18,126.00,failed,3,US,126.00,126.00,350000.00 +"1220136549,""Telegraph Quartet's debut album, a celebration!"",Music,Music,USD,2016-05-25,10000.00,2016-04-26 02:00:49,11293.51,successful,93,US,11293.51,11293.51,10000.00" +1220141294,An Untitled Education: Edinburgh vs. the MFA Factories,Documentary,Film & Video,USD,2011-08-06,33000.00,2011-07-07 03:56:39,425.00,failed,7,US,425.00,425.00,33000.00 +1220146664,Wicken - Making Memorable Metal On Our Debut Album,Rock,Music,USD,2013-10-02,1500.00,2013-09-01 23:10:57,25.00,failed,2,US,25.00,25.00,1500.00 +1220151203,Buda-Full Food Trailer,Food,Food,USD,2012-01-02,10000.00,2011-12-03 20:55:25,0.00,failed,0,US,0.00,0.00,10000.00 +"1220152236,""""""100 Paintings in 100 Days"""" - A Collection of Famous People."",Painting,Art,USD,2013-11-04,20000.00,2013-09-30 18:51:10,110.00,failed,4,US,110.00,110.00,20000.00" +1220153581,Help America Get Fit with Trainer Technology,Apps,Technology,USD,2016-12-10,20000.00,2016-10-26 15:26:56,5.00,failed,1,US,0.00,5.00,20000.00 +1220165338,Dark Horse BBQ team looking to do the empire league,Food,Food,USD,2014-06-01,2500.00,2014-05-02 17:15:50,50.00,failed,1,US,50.00,50.00,2500.00 +"1220167348,""""""My Castle"""": A brutal, mind-bending horror feature"",Narrative Film,Film & Video,USD,2011-07-26,40000.00,2011-06-06 16:47:25,0.00,failed,0,US,0.00,0.00,40000.00" +1220168024,The LMNTRY EP Album { Nu Wave RNB },Music,Music,AUD,2016-09-16,3000.00,2016-08-17 10:16:14,25.00,failed,1,AU,0.00,18.77,2252.93 +1220174502,Uppity Hobo Designs T-Shirt Printing,Fashion,Fashion,USD,2014-01-15,5000.00,2013-12-31 19:06:18,30.00,failed,1,US,30.00,30.00,5000.00 +1220175032,Poochi Pouch - A dog pouch that attaches to collar for Poo.,Product Design,Design,USD,2017-04-12,8000.00,2017-03-19 21:11:46,8089.00,successful,102,US,626.00,8089.00,8000.00 +1220178957,ETA: Enter The Arena (reboot),Tabletop Games,Games,USD,2013-11-02,4000.00,2013-10-18 16:05:05,4356.00,successful,58,US,4356.00,4356.00,4000.00 +1220180081,Submarine Base Defender (IOS Version),Mobile Games,Games,GBP,2014-10-02,110.00,2014-09-02 23:29:24,0.00,failed,0,GB,0.00,0.00,176.73 +1220180702,Defend from The Romans 3D Multiplayer Tower Defense,Games,Games,USD,2014-02-13,1100.00,2014-01-14 21:03:00,25.00,canceled,6,US,25.00,25.00,1100.00 +1220187686,Blue Spotted Salamander Hunt,Animals,Photography,CAD,2014-08-15,10.00,2014-07-16 15:43:31,3.87,failed,1,CA,3.61,3.55,9.17 +1220193145,Spirofont: A spirograph inspired typography set,DIY,Crafts,USD,2017-07-21,1000.00,2017-06-21 21:11:58,20.00,failed,1,US,0.00,20.00,1000.00 +"1220194032,""Noveria's Second Album, 'In Silence'"",Rock,Music,USD,2014-06-03,1.00,2014-04-04 23:42:19,256.00,successful,6,US,256.00,256.00,1.00" +1220194718,A New Concept Planter/Birdfeeder,Crafts,Crafts,USD,2015-11-21,190000.00,2015-09-22 19:35:22,73.00,failed,4,US,73.00,73.00,190000.00 +122020618,Four Seasons. Sustainable Agriculture in the Hudson Valley.,Documentary,Film & Video,USD,2011-06-25,15000.00,2011-05-16 01:26:36,73.00,failed,6,US,73.00,73.00,15000.00 +122021649,International Theater Workshop Hartenburg,Performance Art,Art,USD,2011-10-10,3000.00,2011-09-10 05:18:04,3158.00,successful,24,US,3158.00,3158.00,3000.00 +1220220130,The Magical Ukulele,Children's Books,Publishing,USD,2012-08-06,1800.00,2012-07-07 20:02:59,25.00,failed,1,US,25.00,25.00,1800.00 +1220225028,The Victory of Revision: A Guide for Poets and Teachers,Poetry,Publishing,USD,2014-10-13,3700.00,2014-09-13 16:39:38,217.00,failed,7,US,217.00,217.00,3700.00 +1220227367,The Deep Woods,Video Games,Games,SEK,2017-01-02,1500.00,2016-12-03 10:42:51,4780.00,successful,33,SE,59.71,529.92,166.29 +1220233695,Bid'ah,Performance Art,Art,USD,2013-04-27,2700.00,2013-03-28 22:47:06,3071.11,successful,99,US,3071.11,3071.11,2700.00 +1220235941,Dead Cargo,Fiction,Publishing,USD,2015-07-26,5000.00,2015-06-16 00:10:22,395.00,failed,8,US,395.00,395.00,5000.00 +1220238507,Hall of Femmes: Barbara Stauffacher Solomon,Publishing,Publishing,SEK,2016-10-03,70000.00,2016-09-03 17:45:36,81690.00,successful,246,SE,347.00,9446.44,8094.64 +1220239235,RUBICON,Video Games,Games,USD,2012-06-02,2000.00,2012-05-03 22:44:25,5215.64,successful,278,US,5215.64,5215.64,2000.00 +1220246470,The Out of Pocket Calculator (Canceled),Apps,Technology,USD,2014-10-29,15000.00,2014-09-29 16:26:30,0.00,canceled,0,US,0.00,0.00,15000.00 +1220250977,Old Blue Eyes,Theater,Theater,USD,2017-12-21,10000.00,2017-11-21 01:51:15,0.00,failed,0,US,0.00,0.00,10000.00 +1220253280,Poland Drive: Milky Way Story (Canceled),Games,Games,GBP,2015-05-07,7000.00,2015-04-07 08:14:37,0.00,canceled,0,GB,0.00,0.00,10789.48 +1220253791,1st Armored at Falaise,Documentary,Film & Video,CAD,2017-04-29,10000.00,2017-03-30 01:03:46,111.00,failed,2,CA,0.00,80.60,7261.64 +1220266080,Moksha Patam - The Ancient Game of Self-Knowledge,Tabletop Games,Games,GBP,2016-09-14,15000.00,2016-08-15 12:08:49,40.00,failed,2,GB,0.00,52.70,19763.37 +1220267496,Prototype the TORA BOARD GAME!,Tabletop Games,Games,USD,2016-08-29,100.00,2016-07-30 03:55:11,194.00,successful,12,US,0.00,194.00,100.00 +"122026794,""Disciple, Part I: For Want of a Piglet"",Fiction,Publishing,USD,2012-07-30,3500.00,2012-06-30 02:08:52,3570.00,successful,10,US,3570.00,3570.00,3500.00" +122027450,A safer way to hang onto iPads and iPhones,Product Design,Design,USD,2014-12-18,15000.00,2014-11-18 00:40:47,15776.00,successful,103,US,15776.00,15776.00,15000.00 +"1220274943,""seagulls,trawlers and sardines"",Shorts,Film & Video,USD,2017-11-07,2300.00,2017-10-20 19:03:22,0.00,failed,0,US,0.00,0.00,2300.00" +1220282774,Studio Funding for Unsung Heroes,Metal,Music,USD,2017-02-01,1200.00,2016-12-14 08:04:05,15.00,failed,1,US,0.00,15.00,1200.00 +1220283104,Alba (Canceled),Tabletop Games,Games,GBP,2015-01-31,500.00,2014-12-22 20:22:48,210.00,canceled,13,GB,328.13,321.68,765.90 +1220286167,NeuroBytes: Electronic Neuron Simulators,Hardware,Technology,USD,2017-12-15,25000.00,2017-11-15 15:19:36,33924.00,successful,140,US,8512.00,33924.00,25000.00 +"1220288320,""Madness is Red, Madness is Blue: A Bipolar Art Exhibition"",Mixed Media,Art,USD,2013-10-01,6000.00,2013-08-25 20:29:52,505.00,failed,9,US,505.00,505.00,6000.00" +1220289372,Rampage 3: No Mercy,Action,Film & Video,EUR,2015-06-12,50000.00,2015-05-12 08:45:07,35052.15,failed,461,DE,39114.29,39328.32,56099.72 +122029000,SesameTouch - My Digital Life Companion,Technology,Technology,EUR,2015-11-01,100000.00,2015-09-30 10:14:18,16085.00,failed,174,FR,18102.71,17474.77,108640.15 +1220292885,The Trouble With Ray,Documentary,Film & Video,USD,2015-12-09,50000.00,2015-11-09 09:09:14,51589.00,successful,333,US,51589.00,51589.00,50000.00 +"1220312123,Distributed Objects: Sabisha Friedberg & Sergei Tcherepnin,Music,Music,USD,2014-08-16,8500.00,2014-07-16 21:51:04,9021.00,undefined,0,""N,0"""""",,9021.00,8500.00" +1220315384,Habitats 2nd edition,Tabletop Games,Games,EUR,2017-07-31,8000.00,2017-07-06 14:02:58,26559.00,successful,566,NL,8930.17,31520.29,9494.42 +1220316994,Hand of the Morningstar: The Complete Series,Graphic Novels,Comics,USD,2014-11-11,3500.00,2014-10-17 08:36:25,1081.00,failed,23,US,1081.00,1081.00,3500.00 +1220323063,Life is a mosaic,Art,Art,USD,2013-05-10,7000.00,2013-04-10 18:30:49,320.00,failed,5,US,320.00,320.00,7000.00 +1220343206,Recreational Vehicle Rentals by Owner,Web,Technology,USD,2018-01-21,10000.00,2017-12-22 21:39:54,0.00,live,0,US,0.00,0.00,10000.00 +"1220351952,""""""Willie Fresh"""" Garbage Bin Protection"",Gadgets,Technology,AUD,2017-09-29,15000.00,2017-08-24 02:43:53,80.13,failed,6,AU,55.70,62.75,11747.20" +1220352943,Timbrr - A Cedar & Copper stylus for your Smart Device,Product Design,Design,USD,2014-06-23,12000.00,2014-05-18 07:59:56,14650.00,successful,334,US,14650.00,14650.00,12000.00 +1220360434,« HER » The Tharu Women’s Journey to Freedom (Glossy Book),Nonfiction,Publishing,CAD,2017-11-03,6500.00,2017-09-04 19:01:56,13526.00,successful,118,CA,29.04,10631.98,5109.26 +1220374451,'The Buckle Strap' 100% Vegan & Eco-Friendly Camera Strap,Photography,Photography,GBP,2016-12-17,18000.00,2016-11-17 19:45:56,2005.00,canceled,59,GB,838.31,2455.99,22048.83 +"1220386754,""Ahri Golden's Debut Studio Album, DELVE"",Music,Music,USD,2013-07-01,15000.00,2013-06-01 00:41:32,15150.00,successful,220,US,15150.00,15150.00,15000.00" +1220398235,Edward Boccia Monograph: An Undiscovered American Artist,Painting,Art,USD,2014-09-16,30000.00,2014-08-02 13:45:11,1030.00,failed,6,US,1030.00,1030.00,30000.00 +1220398802,Honeycomb Streams,Software,Technology,USD,2017-06-03,30000.00,2017-05-04 21:11:38,1301.00,failed,6,US,100.00,1301.00,30000.00 +1220402369,Gx Drone Photography,Video Art,Art,USD,2016-05-18,1900.00,2016-04-27 22:04:31,31.00,failed,3,US,31.00,31.00,1900.00 +1220410563,Uncovered Web Series,Webseries,Film & Video,USD,2016-08-10,1700.00,2016-07-11 06:58:49,0.00,failed,0,US,0.00,0.00,1700.00 +1220413984,Murder on Board: a murder/mystery novel,Fiction,Publishing,GBP,2013-12-14,5000.00,2013-11-14 12:31:19,170.00,failed,7,GB,270.14,278.07,8178.62 +1220423926,The Bones Of My Feet. written word | poetry (Canceled),Poetry,Publishing,USD,2013-09-20,8000.00,2013-08-21 04:24:13,0.00,canceled,0,US,0.00,0.00,8000.00 +122042736,Gamer Scents: Mandles & Candles (Canceled),Candles,Crafts,USD,2016-03-09,1500.00,2016-02-08 23:08:46,1.00,canceled,1,US,1.00,1.00,1500.00 +1220428149,Jungle Fantasy: Survivors,Comics,Comics,USD,2017-02-25,6200.00,2017-02-13 03:55:13,28396.00,successful,274,US,16821.00,28396.00,6200.00 +1220429459,NEON COWBOYS - Plastic Injected El Wire Cowboy Hat,Accessories,Fashion,USD,2014-05-26,60000.00,2014-04-23 20:56:04,1513.00,failed,29,US,1513.00,1513.00,60000.00 +1220441079,Solar System Coffee : Capsules that will improve your life !,Drinks,Food,EUR,2016-07-27,70000.00,2016-07-12 12:51:09,75.00,failed,8,FR,81.79,83.35,77790.74 +1220445497,Jewell4men - Combining the parts to fit YOUR personality,Product Design,Design,DKK,2017-06-22,35000.00,2017-05-23 11:23:49,14554.00,failed,23,DK,1220.12,2186.47,5258.10 +1220446603,DAINTY POISONS ! CHILLED MASON JAR DRINKS,Drinks,Food,USD,2016-06-17,1500.00,2016-06-02 19:34:51,0.00,failed,0,US,0.00,0.00,1500.00 +1220467206,Custom Paintballer's Practical Guide,Periodicals,Publishing,CAD,2015-05-19,2500.00,2015-04-21 00:32:14,48.00,failed,1,CA,39.20,39.34,2049.18 +1220467549,Bujinkan in Black & White: Lessons of the Ninja Grandmaster,Art Books,Publishing,USD,2016-09-10,55000.00,2016-08-06 05:46:42,3864.00,failed,35,US,786.00,3864.00,55000.00 +1220467920,Beaters 2 Bentleys,Action,Film & Video,USD,2014-07-31,3300.00,2014-07-01 01:50:01,3360.00,successful,20,US,3360.00,3360.00,3300.00 +122046798,Meople,Apps,Technology,EUR,2017-02-12,4000.00,2017-01-13 13:49:30,350.00,failed,9,FR,174.90,372.75,4259.99 +1220479084,Graffiti Park (Outdoor Art Gallery),Public Art,Art,AUD,2014-02-02,1000000.00,2013-12-04 22:44:52,100.00,failed,1,AU,90.89,89.43,894294.40 +"1220479562,""Get """"Flaccid Penis Seeks Vaginal Dryness"""" to FringeNYC!!"",Theater,Theater,USD,2011-08-13,2000.00,2011-07-18 23:08:55,2015.02,successful,25,US,2015.02,2015.02,2000.00" +1220505932,Munaco Art in the Barn,Art,Art,USD,2014-07-05,2950.00,2014-06-14 00:06:01,4766.00,successful,68,US,4766.00,4766.00,2950.00 +1220507213,Vivogrow - The Auto-Adaptive Pot That Can Grow Anything,Hardware,Technology,AUD,2015-07-13,50000.00,2015-06-10 17:17:38,14108.00,suspended,59,AU,10861.11,10441.86,37006.88 +"12205180,""An album of 10 """"jazz art songs"""" by Matthew John Mortimer"",Jazz,Music,USD,2014-05-12,2000.00,2014-03-13 05:03:29,120.00,failed,2,US,120.00,120.00,2000.00" +1220518388,King Supreme: The Supreme Servant,Comic Books,Comics,USD,2015-04-12,762.00,2015-03-19 17:04:38,846.00,successful,20,US,846.00,846.00,762.00 +1220523410,Squizmo: A 3D Printed Tube Squeezing (and Sealing) Gizmo,Product Design,Design,USD,2014-05-29,14000.00,2014-04-29 16:00:34,1675.00,failed,58,US,1675.00,1675.00,14000.00 +1220525949,Vibe,Apps,Technology,GBP,2017-02-02,50000.00,2017-01-03 21:53:03,1.00,failed,1,GB,0.00,1.25,62438.34 +1220543194,HappiGreetings by HappiJar - cards of pure happijoyfulness,Printing,Crafts,GBP,2015-05-02,2000.00,2015-03-23 00:09:12,2062.00,successful,27,GB,3083.40,3178.27,3082.71 +122055189,The AA Squad Issue #1,Comic Books,Comics,USD,2016-11-02,3500.00,2016-10-03 06:00:13,3765.00,successful,100,US,731.00,3765.00,3500.00 +1220552572,4 elemental magic dice for your RPGs,Gaming Hardware,Games,EUR,2016-06-22,6400.00,2016-05-23 10:20:16,1331.00,failed,43,FR,1493.70,1472.88,7082.23 +1220557923,Rescue - Before The Tide,Rock,Music,AUD,2015-06-02,3000.00,2015-05-03 14:09:08,0.00,failed,0,AU,0.00,0.00,2315.53 +1220561310,Strike Team: Code Name: Diamond Force One-Shot Comic,Comic Books,Comics,USD,2018-01-17,2300.00,2017-12-11 22:49:42,1198.00,live,57,US,230.00,1198.00,2300.00 +1220566003,Elected: The Game Where You Become President (Canceled),Tabletop Games,Games,USD,2015-09-05,25000.00,2015-08-06 18:28:49,260.00,canceled,10,US,260.00,260.00,25000.00 +1220578875,Handmade Album Art for Matt Lowery's New Record,Music,Music,USD,2010-12-06,1200.00,2010-11-06 01:04:54,1250.00,successful,34,US,1250.00,1250.00,1200.00 +1220580222,Brian Ewing Prison Break 2438 project,Fiction,Publishing,USD,2011-07-08,2900.00,2011-05-02 20:20:34,170.00,failed,7,US,170.00,170.00,2900.00 +"1220581981,Woe to the Living; the game of classic pulp horror,Tabletop Games,Games,USD,2012-03-16,1000.00,2012-02-17 07:51:53,5940.00,successful,307,US,5940.00,5940.00,1000.00" +1220582119,The Fair Housing Five: A Children's Book About Fair Housing,Children's Books,Publishing,USD,2010-12-13,5000.00,2010-09-14 00:42:49,5361.00,successful,93,US,5361.00,5361.00,5000.00 +12205842,A Hyacinth for His Hideousness (Gay Romance Novel),Translations,Publishing,EUR,2017-07-10,6500.00,2017-06-10 15:38:35,1050.00,failed,15,AT,207.21,1198.58,7419.75 +1220587826,FNL DENIM - Season 1,Apparel,Fashion,USD,2015-10-28,10000.00,2015-09-18 03:20:48,11249.00,successful,91,US,11249.00,11249.00,10000.00 +1220591211,BEAT IT,Shorts,Film & Video,GBP,2018-01-02,1000.00,2017-11-23 22:31:48,1310.00,live,20,GB,536.86,1775.26,1355.16 +"1220596145,""The good, the bad and all that Jas - the full story"",Nonfiction,Publishing,USD,2016-10-31,2000.00,2016-09-19 02:40:33,23.00,failed,2,US,22.00,23.00,2000.00" +1220596934,The DropStop Gizmo: Keep your acoustic guitar intact!,Product Design,Design,USD,2011-11-09,25000.00,2011-10-10 00:40:09,440.00,failed,8,US,440.00,440.00,25000.00 +1220599059,My Summer As A Goth,Narrative Film,Film & Video,USD,2011-11-01,20000.00,2011-09-14 09:46:21,23563.26,successful,269,US,23563.26,23563.26,20000.00 +1220599609,The Frauds Do I Kveld Med Ylvis!,Comedy,Film & Video,GBP,2014-06-22,150.00,2014-05-20 16:20:05,238.14,successful,23,GB,400.73,405.61,255.49 +1220600765,Passion for handmade leather bracelets,Crafts,Crafts,GBP,2016-06-03,5000.00,2016-05-04 21:02:09,75.00,failed,5,GB,110.13,108.24,7216.15 +1220609201,QRyptex,Software,Technology,USD,2015-02-14,300.00,2015-01-15 01:22:59,10.00,failed,2,US,10.00,10.00,300.00 +1220610767,HAIR ON SOAP: a diary you can stick with,Zines,Publishing,USD,2015-11-06,3000.00,2015-10-07 16:29:45,3732.00,successful,61,US,3732.00,3732.00,3000.00 +1220613855,Copper Door Coffee Roasters,Drinks,Food,USD,2014-08-15,10000.00,2014-07-16 02:20:34,10185.00,successful,146,US,10185.00,10185.00,10000.00 +1220620750,Novel: The Crisis before Midlife,Fiction,Publishing,USD,2013-02-27,5000.00,2012-12-29 00:40:26,1.00,failed,1,US,1.00,1.00,5000.00 +1220626069,Husbands the Series Season 2,Webseries,Film & Video,USD,2012-04-18,50000.00,2012-03-19 19:56:18,60000.77,successful,956,US,60000.77,60000.77,50000.00 +1220629843,Sweet Ascent wants to record an awesome EP!,Music,Music,USD,2013-05-31,1.00,2013-05-01 00:50:29,1195.00,successful,42,US,1195.00,1195.00,1.00 +"1220638223,Wilder | A comic about life & death; Issue 1,Comic Books,Comics,USD,2017-11-21,2000.00,2017-10-17 19:27:55,3230.00,successful,53,US,290.00,3230.00,2000.00" +"1220638563,""FOOTBALL FANS! Are you """"All about the SEC?"""" Saylor Davis"",Country & Folk,Music,USD,2015-05-09,500.00,2015-04-09 01:08:02,510.00,successful,10,US,510.00,510.00,500.00" +122064054,Knockout Threads at New England Metal and Hardcore Fest '11!,Fashion,Fashion,USD,2011-03-21,1000.00,2011-02-23 05:41:38,1125.69,successful,11,US,1125.69,1125.69,1000.00 +1220641607,Pan Horror Stories collection ebooks,Fiction,Publishing,GBP,2016-08-21,500.00,2016-07-22 20:03:20,151.00,failed,15,GB,26.45,199.51,660.62 +1220647453,prof-advisor,Web,Technology,EUR,2017-05-18,250.00,2017-04-18 16:32:57,11.00,failed,2,IT,0.00,12.30,279.48 +1220648095,The Chest Club Photo Shoot,People,Photography,USD,2015-04-21,8000.00,2015-02-20 07:14:21,550.00,failed,2,US,550.00,550.00,8000.00 +1220649059,SQUAND #Screeprinter's helper: holds your #squeegee upright,Crafts,Crafts,GBP,2015-12-24,1750.00,2015-11-24 11:06:08,1795.00,successful,24,GB,2722.52,2676.35,2609.25 +1220667423,You Are My Pastor,Shorts,Film & Video,USD,2013-02-22,2500.00,2013-02-14 20:40:17,2640.00,successful,29,US,2640.00,2640.00,2500.00 +122068516,Piquing interest through pictures,Children's Books,Publishing,SGD,2016-10-09,50000.00,2016-09-09 05:11:43,0.00,failed,0,SG,0.00,0.00,36041.23 +122068787,Unmask Art Live Art Tutorials,Video Art,Art,USD,2017-01-13,290.00,2016-12-28 08:48:22,615.00,successful,20,US,300.00,615.00,290.00 +1220689382,Honeycutters save world with second album!,Indie Rock,Music,USD,2010-11-26,15000.00,2010-10-12 01:10:18,15103.58,successful,86,US,15103.58,15103.58,15000.00 +1220699366,New Animated Series METAL MULE and More!,Animation,Film & Video,USD,2012-11-25,30000.00,2012-10-26 02:45:07,235.00,failed,3,US,235.00,235.00,30000.00 +1220699751,The Short Film 'Real',Shorts,Film & Video,USD,2014-04-19,1500.00,2014-03-20 03:38:14,1860.00,successful,17,US,1860.00,1860.00,1500.00 +1220702491,Gr?p Exhibition,Photography,Photography,USD,2011-06-05,700.00,2011-05-06 21:39:46,755.00,successful,13,US,755.00,755.00,700.00 +1220710484,Greenhouse for Foodbank,Farms,Food,USD,2014-09-18,25000.00,2014-08-19 17:06:49,30.00,failed,2,US,30.00,30.00,25000.00 +1220711842,The Master,Video Games,Games,EUR,2016-02-08,8800.00,2016-01-06 01:40:18,704.00,failed,27,ES,765.28,793.76,9921.98 +1220712509,It's Only Rock & Roll But I Like It,Photography,Photography,USD,2011-08-02,500.00,2011-07-16 22:37:49,745.00,successful,28,US,745.00,745.00,500.00 +1220729474,Mirror & Missal - A Film of Lunar Cycles and Love Potions,Narrative Film,Film & Video,USD,2011-09-12,5000.00,2011-08-09 08:41:59,5258.00,successful,49,US,5258.00,5258.00,5000.00 +1220730702,From the Heart (Joshua Kinn EP),Faith,Music,USD,2015-03-07,500.00,2015-02-05 04:48:51,805.00,successful,25,US,805.00,805.00,500.00 +1220759186,A Pocket full of Sunshine | a book of miracles & inspiration,Publishing,Publishing,USD,2015-04-26,13000.00,2015-04-07 00:55:00,360.00,failed,6,US,360.00,360.00,13000.00 +1220764864,Bubblegum... and other photo stories,Art Books,Publishing,GBP,2016-05-04,7500.00,2016-04-04 16:32:11,7918.00,successful,229,GB,11266.46,11474.86,10869.09 +1220778705,MoonLight Automatic toilet & bathroom nightlight/deodorizer,Product Design,Design,USD,2015-08-02,60000.00,2015-06-23 20:52:13,295.00,failed,6,US,295.00,295.00,60000.00 +1220779983,Bicycle Nebula Playing Cards,Playing Cards,Games,USD,2017-05-25,10000.00,2017-05-05 18:01:40,10394.00,successful,242,US,6339.00,10394.00,10000.00 +"1220787196,""Luxx Network Digital Community, Exclusive Product Content"",Web,Technology,USD,2016-10-26,100000.00,2016-09-26 18:51:18,50.00,suspended,1,US,0.00,50.00,100000.00" +1220816526,Luru Wei Photo Book,Photobooks,Photography,GBP,2015-04-10,10000.00,2015-02-09 16:34:08,0.00,failed,0,GB,0.00,0.00,14591.30 +1220823414,Goat Milk Soap and Lotion,Crafts,Crafts,USD,2014-09-19,1500.00,2014-09-09 22:55:07,0.00,failed,0,US,0.00,0.00,1500.00 +"1220824694,""Adventures of One Sock """"My dog Rodger"""""",Children's Books,Publishing,USD,2012-03-28,1000.00,2012-02-12 01:09:31,210.00,failed,9,US,210.00,210.00,1000.00" +1220829640,Like A Girl Gear Inspirational Women's Apparel,Apparel,Fashion,USD,2014-10-15,3500.00,2014-09-15 19:34:59,75.00,failed,2,US,75.00,75.00,3500.00 +1220832320,Keith' More-Fire - Apollo [Debut Studio Album],Music,Music,USD,2013-07-12,14500.00,2013-06-12 19:24:11,0.00,failed,0,US,0.00,0.00,14500.00 +1220833944,Chaddick Dance Theater Winter 2015 Concert,Performances,Dance,USD,2015-02-16,3000.00,2015-01-08 06:12:12,3261.00,successful,61,US,3261.00,3261.00,3000.00 +1220835277,The Solomon Collective,Art,Art,USD,2013-10-08,5000.00,2013-08-09 22:20:23,14.00,failed,5,US,14.00,14.00,5000.00 +1220837325,Nineteen Action News is going on tour!,Indie Rock,Music,USD,2011-05-01,1500.00,2011-03-18 14:46:19,1561.00,successful,41,US,1561.00,1561.00,1500.00 +1220845720,KYON:The pet collar re-invented,Wearables,Technology,USD,2016-05-15,75000.00,2016-03-16 15:35:24,88701.00,successful,362,US,88701.00,88701.00,75000.00 +1220846218,Pudgy & Pals Children's Book Series,Children's Books,Publishing,USD,2011-12-24,21523.00,2011-10-25 05:57:56,76.00,failed,2,US,76.00,76.00,21523.00 +1220848317,“Extremists for Peace” Music Video Project,Country & Folk,Music,USD,2016-06-30,6500.00,2016-05-18 01:03:41,6931.00,successful,105,US,6931.00,6931.00,6500.00 +1220853331,New Version Stem-Nozzle Misters,Design,Design,USD,2013-09-11,25000.00,2013-08-12 01:15:00,499.00,failed,9,US,499.00,499.00,25000.00 +1220856186,Draw the Line,Public Art,Art,USD,2015-05-21,2500.00,2015-04-21 13:42:21,3959.00,successful,111,US,3959.00,3959.00,2500.00 +"1220859950,""please laugh @ """"my cartoon life: the funny part"""""",Animation,Film & Video,USD,2011-11-03,5000.00,2011-10-04 16:27:01,56.00,failed,3,US,56.00,56.00,5000.00" +1220865013,Professional Recording Studio Youth Project Education,Hip-Hop,Music,USD,2015-03-26,5000.00,2015-03-06 05:56:04,51.00,failed,2,US,51.00,51.00,5000.00 +1220867108,Fox and Bigfoot animated series,Animation,Film & Video,USD,2012-06-02,12000.00,2012-04-25 01:02:27,13600.00,successful,104,US,13600.00,13600.00,12000.00 +122086991,Beyond Journey. The Photographs of Regula Franz,Art Books,Publishing,USD,2014-10-26,1800.00,2014-09-26 18:15:42,4514.00,successful,54,US,4514.00,4514.00,1800.00 +"1220874493,""Circumstances, a feature film"",Shorts,Film & Video,USD,2012-06-07,7000.00,2012-05-08 06:02:58,0.00,failed,0,US,0.00,0.00,7000.00" +122087583,Askari: Stories of African Veterans of World War II,Documentary,Film & Video,USD,2013-04-21,40000.00,2013-03-22 21:20:42,811.00,failed,15,US,811.00,811.00,40000.00 +1220877544,Time for Mast to Hoist the Sails!,Fashion,Fashion,USD,2012-12-14,3000.00,2012-11-27 04:33:03,375.00,failed,9,US,375.00,375.00,3000.00 +122088603,Marylhurst Chamber Choir at the European Choir Games!,Classical Music,Music,USD,2017-07-12,2500.00,2017-06-20 00:00:46,1536.00,failed,19,US,945.00,1536.00,2500.00 +1220887001,Celebrating Angels in Love,Fashion,Fashion,USD,2017-04-06,15000.00,2017-03-10 23:32:37,202.00,failed,4,US,95.00,202.00,15000.00 +"1220887827,""The area's first 100% organic, GMO-Free coffee shop & bakery"",Food,Food,USD,2013-07-14,35000.00,2013-06-14 01:31:42,870.00,failed,17,US,870.00,870.00,35000.00" +1220891014,Vintage Drums for The Ne Plus Ultra Jass Orchestra,Jazz,Music,USD,2018-01-01,2600.00,2017-12-10 22:17:20,2600.60,successful,39,US,535.00,2600.60,2600.00 +1220896078,ReFit: The smart armband for charging + personal monitoring,Gadgets,Technology,DKK,2017-07-04,100000.00,2017-05-05 13:28:46,9052.00,canceled,8,DK,789.21,1389.00,15344.72 +1220900401,Perception | Feature Length Film,Narrative Film,Film & Video,USD,2014-06-05,10000.00,2014-05-06 02:21:56,2761.00,failed,15,US,2761.00,2761.00,10000.00 +1220906994,The Morning Life - The Sound Of Collapse,Rock,Music,USD,2016-02-11,3000.00,2016-01-12 00:18:34,1321.00,failed,10,US,1321.00,1321.00,3000.00 +1220911123,Geek Out Geek Bar!!,Food,Food,USD,2013-08-23,9750.00,2013-07-24 02:00:06,44538.13,successful,658,US,44538.13,44538.13,9750.00 +1220930152,Bellouis (Canceled),Couture,Fashion,USD,2015-03-13,20000.00,2015-02-11 19:08:31,0.00,canceled,0,US,0.00,0.00,20000.00 +1220931878,The World Deserves Pozole,Food,Food,USD,2014-08-08,2500.00,2014-07-15 22:37:50,198.00,failed,9,US,198.00,198.00,2500.00 +"1220933346,""Lume Cube - Flash & Video Light for GoPro, iPhone & Android"",Gadgets,Technology,USD,2014-12-18,56000.00,2014-11-18 22:40:27,229517.00,successful,1660,US,229517.00,229517.00,56000.00" +1220933607,BBQ sauce company,Food,Food,USD,2016-01-11,2000.00,2015-12-12 01:33:12,50.00,failed,1,US,50.00,50.00,2000.00 +1220938202,Let's Join Together Music Video. (Features Adults & Kids),Film & Video,Film & Video,USD,2012-05-27,39000.00,2012-04-25 06:21:26,300.00,failed,1,US,300.00,300.00,39000.00 +1220942763,PASSION (Canceled),World Music,Music,USD,2013-11-25,16000.00,2013-10-21 21:50:46,600.00,canceled,8,US,600.00,600.00,16000.00 +1220943152,Band or Album – The Social Game You're Playing Even Now,Tabletop Games,Games,USD,2015-11-24,2000.00,2015-10-27 13:32:27,5593.00,successful,265,US,5593.00,5593.00,2000.00 +1220953276,Latino Film Industry Awards (Canceled),Television,Film & Video,USD,2015-04-02,100000.00,2015-03-03 18:43:40,0.00,canceled,0,US,0.00,0.00,100000.00 +1220953553,I Wasn't Trying To Be Funny...,Theater,Theater,USD,2013-04-13,12000.00,2013-03-14 20:28:00,12432.50,successful,147,US,12432.50,12432.50,12000.00 +1220956807,The More Than Rubies Organization,Webseries,Film & Video,USD,2016-03-06,1000.00,2016-01-21 22:58:53,12.00,failed,3,US,12.00,12.00,1000.00 +1220959659,The Scenic Route's First Studio Album,Indie Rock,Music,USD,2013-12-27,1000.00,2013-11-12 00:15:45,1000.00,successful,18,US,1000.00,1000.00,1000.00 +"1220960279,""Franklin, New Hampshire School Community Art Car"",Public Art,Art,USD,2015-09-01,5000.00,2015-08-14 16:37:43,10.00,failed,1,US,10.00,10.00,5000.00" +1220965427,The Dough - A Webseries,Webseries,Film & Video,AUD,2015-06-15,2000.00,2015-04-30 08:19:13,2050.00,successful,26,AU,1637.66,1587.42,1548.71 +1220969605,Nature & Fibers in Weaving sculptural landscapes,Weaving,Crafts,USD,2017-09-15,5000.00,2017-08-16 06:57:26,31.00,failed,2,US,0.00,31.00,5000.00 +1220981848,Wicked Aerial Photos of Chciago,Places,Photography,USD,2015-02-26,4000.00,2015-01-27 02:29:34,11.00,failed,2,US,11.00,11.00,4000.00 +1220992742,Forex For Teens ( FFT ),Web,Technology,USD,2016-01-22,50000.00,2015-12-23 20:20:15,0.00,failed,0,US,0.00,0.00,50000.00 +1221007355,Colour Vandals,Graphic Design,Design,GBP,2015-06-29,120.00,2015-05-30 16:03:06,0.00,failed,0,GB,0.00,0.00,187.49 +"1221007905,""A Caregivers Guide to Pet Hospice Care:Honoring Their Love"""""",Print,Journalism,USD,2017-08-02,8700.00,2017-07-03 16:39:18,0.00,failed,0,US,0.00,0.00,8700.00" +1221011496,TIM SHEFF'S DEBUT EP,Music,Music,USD,2011-03-04,5000.00,2011-02-01 19:16:53,5600.00,successful,92,US,5600.00,5600.00,5000.00 +1221011568,See Tom Cruise Run,Art,Art,GBP,2014-09-10,6000.00,2014-08-11 11:11:55,185.00,failed,8,GB,310.34,300.31,9739.63 +122101255,Vision General Video Studio,Video,Journalism,USD,2015-12-22,10000.00,2015-11-22 09:54:13,0.00,failed,0,US,0.00,0.00,10000.00 +1221024753,Advertising App for Nanny agencies,Apps,Technology,NZD,2016-05-30,14200.00,2016-03-31 05:30:47,1.00,failed,1,NZ,0.67,0.68,9724.70 +1221025490,The 3D Printed HOG Scrubber - For Self Sustaining Aquariums,Product Design,Design,USD,2013-10-29,40000.00,2013-09-02 11:57:47,1580.00,canceled,10,US,1580.00,1580.00,40000.00 +1221051645,Codinca,Tabletop Games,Games,USD,2013-10-08,13000.00,2013-09-08 22:11:18,6077.00,failed,102,US,6077.00,6077.00,13000.00 +1221055560,Life of the Party - Take Two - Movie,Movie Theaters,Film & Video,USD,2015-07-30,10000.00,2015-05-31 19:40:21,3255.00,failed,13,US,3255.00,3255.00,10000.00 +1221058442,Wo Ai Ni (I Love You) Mommy,Documentary,Film & Video,USD,2010-05-31,5000.00,2010-03-02 18:43:06,5021.00,successful,47,US,5021.00,5021.00,5000.00 +1221064787,Pyromaniac and The Rise of a Phoenix,Hip-Hop,Music,USD,2017-09-11,3500.00,2017-08-12 02:13:35,1.00,failed,1,US,0.00,1.00,3500.00 +1221077467,Showing You Beauty Naturally,Fashion,Fashion,USD,2016-07-01,3000.00,2016-06-20 21:10:12,52.00,failed,4,US,52.00,52.00,3000.00 +"1221079784,""OPUS FRESH: Re-defining adventurewear, sustainably."",Fashion,Fashion,USD,2013-06-02,16000.00,2013-04-03 13:53:42,152444.00,successful,730,US,152444.00,152444.00,16000.00" +1221090126,Tour for Peace,Classical Music,Music,USD,2011-04-28,6000.00,2011-03-31 18:30:16,6776.00,successful,108,US,6776.00,6776.00,6000.00 +1221090542,Flavored PINK Cupcake Shoppe,Food,Food,USD,2015-02-01,1500.00,2015-01-14 00:17:38,21.00,failed,2,US,21.00,21.00,1500.00 +1221095359,The Industry of Cool,Art,Art,USD,2012-10-15,180000.00,2012-08-16 22:11:47,0.00,failed,0,US,0.00,0.00,180000.00 +1221095775,WATCHDOG WARRIORS,Journalism,Journalism,USD,2011-04-10,5000.00,2011-02-23 04:52:46,1123.00,failed,18,US,1123.00,1123.00,5000.00 +122110038,Luna Dance Institute creates space for more dance-makers!,Dance,Dance,USD,2012-06-02,5600.00,2012-05-03 23:05:25,5807.00,successful,88,US,5807.00,5807.00,5600.00 +1221102466,Fat to Fit in 180 days!,Documentary,Film & Video,USD,2015-01-10,24900.00,2014-11-11 04:52:24,7.00,failed,3,US,7.00,7.00,24900.00 +"1221102956,""""""TeeBot"""" The suitcase 3D printer."",3D Printing,Technology,EUR,2015-06-12,5000.00,2015-05-13 04:03:46,20207.00,successful,56,NL,22548.76,22672.14,5609.97" +1221113988,Zaiynah's Grandma Mobile Pastry (Canceled),Food,Food,USD,2013-07-19,50000.00,2013-06-18 00:28:14,400.00,canceled,14,US,400.00,400.00,50000.00 +"1221115351,""The Folio #5 & #6, in 1E & 5E Format"",Tabletop Games,Games,USD,2015-11-03,10000.00,2015-10-19 21:00:17,14052.00,successful,430,US,14052.00,14052.00,10000.00" +122112205,Finding Fiona SanFrancisco: A Geography Unit for Grades 3-6,Nonfiction,Publishing,USD,2012-10-18,5000.00,2012-09-18 02:42:20,235.00,failed,10,US,235.00,235.00,5000.00 +1221130777,TOXIC TUTU,Film & Video,Film & Video,USD,2013-11-15,99000.00,2013-10-16 00:57:09,1462.00,failed,32,US,1462.00,1462.00,99000.00 +1221131086,Wardenclyffe Gallery,Public Art,Art,USD,2012-02-22,5555.00,2012-01-22 21:11:31,7364.11,successful,119,US,7364.11,7364.11,5555.00 +1221139818,Charity Case,Shorts,Film & Video,USD,2012-11-03,3250.00,2012-09-26 23:26:57,3325.00,successful,21,US,3325.00,3325.00,3250.00 +1221140349,Coen Anders Watch - Elegant Timepieces For Every Occasion,Product Design,Design,SGD,2016-10-08,21000.00,2016-09-08 10:06:18,23321.00,successful,96,SG,2205.84,16810.35,15137.32 +1221146377,Gensan City Rockerz,Music Videos,Film & Video,CAD,2015-10-14,75000.00,2015-09-14 16:40:13,0.00,failed,0,CA,0.00,0.00,58018.10 +1221153634,ORANGE ALERT: A New Play About Life at Ground Zero,Theater,Theater,USD,2011-07-28,5900.00,2011-06-13 04:13:54,6480.00,successful,76,US,6480.00,6480.00,5900.00 +1221155479,Making of Rayneil- Male Model,People,Photography,AUD,2014-12-05,8000.00,2014-11-05 23:17:43,0.00,failed,0,AU,0.00,0.00,6697.92 +122116146,Toypocalypse Falls - Campaign Setting,Tabletop Games,Games,USD,2012-08-05,500.00,2012-07-06 21:57:29,1002.72,successful,48,US,1002.72,1002.72,500.00 +1221162260,GRADUATE SHOWCASE (Canceled),Fashion,Fashion,AUD,2016-07-20,4000.00,2016-05-27 02:51:39,35.00,canceled,1,AU,25.17,26.19,2993.56 +"122116447,""""""Growin' Up Great"""""",Animation,Film & Video,USD,2017-01-20,15000.00,2016-12-21 15:45:40,445.00,failed,6,US,0.00,445.00,15000.00" +1221164898,Fury Theatre is Producing Oleanna,Plays,Theater,USD,2014-10-26,1700.00,2014-09-12 23:55:48,1700.01,successful,45,US,1700.01,1700.01,1700.00 +1221171794,The ROBAUTO Learn-to-hack Robots Kit (Suspended),Hardware,Technology,USD,2013-03-18,1500.00,2013-02-19 18:35:38,1047.00,suspended,18,US,1047.00,1047.00,1500.00 +1221178234,Stuck on Earth: Going Where No Band Has Gone Before,Documentary,Film & Video,USD,2011-09-26,20000.00,2011-08-27 03:44:06,24030.84,successful,415,US,24030.84,24030.84,20000.00 +1221181083,99 chances,Tabletop Games,Games,USD,2014-09-12,2000.00,2014-08-12 04:54:23,2000.00,successful,47,US,2000.00,2000.00,2000.00 +1221202771,The Inn on Church: It Takes a Village,Architecture,Design,USD,2016-09-17,45000.00,2016-08-18 12:29:29,46409.00,successful,131,US,50.00,46409.00,45000.00 +1221219819,Art of Elfquest & Line of Beauty by Wendy and Richard Pini,Art Books,Publishing,USD,2015-10-02,25000.00,2015-09-01 16:19:57,134293.50,successful,663,US,134293.50,134293.50,25000.00 +1221220539,ALIVE Photo: Journey into the Wild with Pro photographers!,Nature,Photography,USD,2015-03-23,33000.00,2015-02-20 14:39:18,50389.00,successful,280,US,50389.00,50389.00,33000.00 +1221221528,Social Dominoes,Tabletop Games,Games,USD,2016-10-12,3000.00,2016-09-12 02:18:29,3179.00,successful,22,US,28.00,3179.00,3000.00 +1221236202,Rising For Rhinos,Documentary,Film & Video,GBP,2015-10-30,16000.00,2015-10-05 16:27:49,1010.00,failed,17,GB,1533.09,1549.32,24543.64 +1221236435,Tour Support from our fans! (Canceled),Music,Music,USD,2012-01-02,800.00,2011-12-10 23:56:42,0.00,canceled,0,US,0.00,0.00,800.00 +"1221239200,""""""Paris in the South""""..... Elegant Style With Southern Class"",Ready-to-wear,Fashion,USD,2017-10-31,10000.00,2017-10-01 13:00:51,11679.00,successful,46,US,0.00,11679.00,10000.00" +1221243107,ALL ARE PEOPLE,Apparel,Fashion,USD,2016-08-03,5000.00,2016-07-27 22:06:22,0.00,failed,0,US,0.00,0.00,5000.00 +122124564,The Tie Maker: Premium Neckwear for Men (Canceled),Accessories,Fashion,USD,2015-03-07,8200.00,2015-02-03 17:22:19,3740.00,canceled,44,US,3740.00,3740.00,8200.00 +1221261164,Writer's Residency at the Vermont Studio Center,Fiction,Publishing,USD,2014-10-11,600.00,2014-09-11 03:32:56,720.00,successful,20,US,720.00,720.00,600.00 +"1221263676,""The Slim Travel Wallet: Holds Dollars, Currencies, & Coins"",Product Design,Design,USD,2017-08-21,2000.00,2017-07-08 11:25:36,5012.00,successful,131,US,1426.00,5012.00,2000.00" +1221264456,'Hope for a Mourning' - An exploration of loss - Double LP,Indie Rock,Music,NZD,2017-07-11,5724.00,2017-06-11 15:36:14,918.00,failed,14,NZ,0.00,670.66,4181.77 +122127570,Fallen Angel,Tabletop Games,Games,AUD,2016-07-02,10000.00,2016-06-11 14:43:10,31208.00,successful,524,AU,23139.17,23452.32,7514.84 +"1221279169,""ProTap: Draft Beer, Wine, and Cold Beverage Dispenser"",Drinks,Food,USD,2017-04-20,350000.00,2017-03-21 19:25:56,7188.00,failed,21,US,3565.00,7188.00,350000.00" +1221285021,Monroe Monroe to Record a Brand New EP at the Blasting Room!,Music,Music,USD,2012-09-24,2000.00,2012-08-22 22:04:51,2000.00,successful,23,US,2000.00,2000.00,2000.00 +1221300096,Live at the Livery,Faith,Music,USD,2014-11-08,1800.00,2014-10-09 07:47:09,2642.00,successful,95,US,2642.00,2642.00,1800.00 +"1221309307,""Scoop Ice Cream Truck in Huntington Beach, CA"",Food Trucks,Food,USD,2016-10-10,20000.00,2016-09-10 01:53:16,175.00,failed,5,US,25.00,175.00,20000.00" +122132455,SHIELD PROTECTOR FOR JEWELRY MAKERS AND OTHER PROFESSIONS,Gadgets,Technology,USD,2016-03-21,20000.00,2016-02-10 05:30:02,305.00,failed,8,US,305.00,305.00,20000.00 +1221327139,The Get Away,Comedy,Film & Video,USD,2017-07-09,10000.00,2017-06-09 16:00:30,1552.00,failed,34,US,100.00,1552.00,10000.00 +"1221328442,""Giammaria Zanella - Aerial videos, vlogs and more!"",Film & Video,Film & Video,EUR,2017-05-29,3000.00,2017-04-24 14:38:32,11.00,failed,2,IT,0.00,12.34,3365.11" +"1221330579,""Help Us Create NYC's Upcoming Fantasy Musical, """"Memory"""""",Classical Music,Music,USD,2016-09-03,2850.00,2016-07-18 20:28:27,975.00,failed,7,US,330.00,975.00,2850.00" +1221331433,Constant Flow Jiu-Jitsu,Documentary,Film & Video,USD,2012-08-03,4000.00,2012-06-04 02:43:01,65.00,failed,2,US,65.00,65.00,4000.00 +1221344346,Precision Machined Metal Dice - Floating d6 and Fudge Dice,Tabletop Games,Games,USD,2013-05-06,10000.00,2013-03-27 01:53:45,8524.00,failed,288,US,8524.00,8524.00,10000.00 +"1221348121,""Biscayne Boulevard Clothing, Samples for First Line"",Fashion,Fashion,USD,2012-10-09,1000.00,2012-09-14 04:42:02,0.00,failed,0,US,0.00,0.00,1000.00" +1221348676,Town of Salem,Video Games,Games,USD,2013-06-19,20000.00,2013-05-15 02:03:10,1375.00,failed,63,US,1375.00,1375.00,20000.00 +"1221348694,""MOE BETTA Debut Album """"GODS SINNER"""""",Hip-Hop,Music,USD,2016-04-19,12000.00,2016-03-20 21:57:37,25.00,failed,1,US,25.00,25.00,12000.00" +1221362,TWIRL. No more tangled earphone cables!,Gadgets,Technology,EUR,2016-05-17,35000.00,2016-04-17 16:42:16,2323.00,failed,93,NL,2621.17,2606.16,39266.28 +"1221364118,""WWII Documentary - """"Vanishing Voices of World War II"""""",Documentary,Film & Video,USD,2010-11-07,5000.00,2010-09-11 02:34:53,960.00,failed,16,US,960.00,960.00,5000.00" +1221374425,Forgotten Fields,Video,Journalism,EUR,2017-11-25,15000.00,2017-09-26 21:24:58,11.00,failed,2,IT,0.00,13.07,17827.43 +1221375283,World premieres of Wisdom Of Obscurity and Paper Dragon! ,Theater,Theater,USD,2011-04-03,1500.00,2011-03-03 20:42:55,1745.00,successful,20,US,1745.00,1745.00,1500.00 +1221376295,Skully Seazon,Fashion,Fashion,USD,2016-01-19,5000.00,2015-12-30 04:27:47,100.00,failed,1,US,100.00,100.00,5000.00 +1221379255,Souler Debut Album-Mastering and CD/LP Manufacturing,Rock,Music,USD,2016-12-15,1000.00,2016-11-26 19:45:58,260.00,failed,5,US,100.00,260.00,1000.00 +"1221392058,""""""SUPER12X12CHESS"""""",Games,Games,USD,2017-07-21,10000.00,2017-06-16 00:26:53,219.00,failed,3,US,20.00,219.00,10000.00" +1221394794,Artist-Residency Program at the Alternative Education Center,Art,Art,USD,2013-05-03,2500.00,2013-04-05 17:51:56,2501.00,successful,9,US,2501.00,2501.00,2500.00 +1221399443,VICTORIA EDWARDS FIRST CD!,Music,Music,USD,2013-07-16,12500.00,2013-06-01 15:25:23,6597.00,failed,62,US,6597.00,6597.00,12500.00 +1221400263,Michael Wynek - Timepieces with a Purpose,Accessories,Fashion,CAD,2017-04-20,5000.00,2017-03-21 16:49:31,8176.00,successful,61,CA,4874.87,6068.43,3711.13 +1221400380,BB King Collector’s Edition,Film & Video,Film & Video,USD,2012-01-01,30000.00,2011-12-02 02:17:40,0.00,failed,0,US,0.00,0.00,30000.00 +1221401495,Sedis: Make Your Own Rules,Tabletop Games,Games,USD,2017-05-27,15000.00,2017-04-27 14:31:33,22692.00,successful,281,US,6160.00,22692.00,15000.00 +1221401683,MetAir: Portable USB Power & LED Light That Runs on Air,Gadgets,Technology,USD,2015-04-23,63000.00,2015-03-25 17:09:09,16778.00,failed,107,US,16778.00,16778.00,63000.00 +1221403322,Sylvia Theater - Downtown Matters! - It's Where It All Began,Theater,Theater,USD,2014-08-02,12800.00,2014-07-03 22:37:45,14423.00,successful,97,US,14423.00,14423.00,12800.00 +1221404010,Gateway: The City's Reason,Webseries,Film & Video,USD,2012-12-24,16500.00,2012-11-24 23:18:27,565.00,failed,12,US,565.00,565.00,16500.00 +1221406150,What Am I,Drama,Film & Video,USD,2016-05-15,10000.00,2016-04-15 17:32:55,102.00,failed,3,US,102.00,102.00,10000.00 +1221407538,Hardware Art: Small Batch Crank Flashlight & Power Source,Gadgets,Technology,USD,2015-04-09,5000.00,2015-03-10 18:48:45,5166.00,successful,38,US,5166.00,5166.00,5000.00 +1221409883,Gidget Swimwear | Functional Swimwear That Covers,Apparel,Fashion,USD,2017-06-08,18500.00,2017-05-09 08:30:23,3450.00,failed,52,US,427.00,3450.00,18500.00 +1221415363,RPG and Wargaming Tabletop Accessories,Tabletop Games,Games,USD,2015-11-30,500.00,2015-11-08 17:06:26,12301.50,successful,120,US,12301.50,12301.50,500.00 +1221417336,A Christmas Barrel - A Video Advent Calendar,Webseries,Film & Video,USD,2013-11-22,1350.00,2013-11-12 20:33:35,1454.00,successful,33,US,1454.00,1454.00,1350.00 +1221417603,Live Through This: Life on the Other Side of Suicide,Photography,Photography,USD,2013-03-21,15538.00,2013-02-19 17:00:06,22887.41,successful,593,US,22887.41,22887.41,15538.00 +1221423282,Calaverismos,Animation,Film & Video,MXN,2016-12-20,50000.00,2016-11-15 16:51:06,13550.00,canceled,10,MX,7.23,654.84,2416.39 +"1221426881,""""""Buck Nekkid for Jesus"""" by John Maxwell (Presented by FTW)"",Theater,Theater,USD,2012-07-13,3500.00,2012-06-13 20:35:02,4175.00,successful,66,US,4175.00,4175.00,3500.00" +1221428216,Always Remember Foundation,Mixed Media,Art,USD,2015-02-21,10000.00,2014-12-23 21:28:50,7.00,failed,3,US,7.00,7.00,10000.00 +1221430440,Custom Glass Etching,Conceptual Art,Art,USD,2017-01-31,40000.00,2016-12-14 17:29:08,0.00,failed,0,US,0.00,0.00,40000.00 +1221438093,LOOKMANOBRAKES II,Mixed Media,Art,CAD,2016-12-30,200000.00,2016-11-30 16:32:01,120.00,failed,2,CA,89.29,89.15,148588.41 +1221440124,3D end grain cutting boards,Woodworking,Crafts,USD,2016-11-30,5000.00,2016-10-31 21:23:26,450.00,failed,3,US,0.00,450.00,5000.00 +1221451580,Acclaim.TV - Films of the Global African Diaspora website,Film & Video,Film & Video,USD,2016-12-27,10000.00,2016-11-29 20:04:33,263.00,failed,7,US,124.00,263.00,10000.00 +122145518,Plant a Fart,Technology,Technology,AUD,2016-02-01,10000.00,2016-01-02 01:29:05,336.00,failed,11,AU,245.32,241.54,7188.56 +1221469272,Pix?ppia: An app for children with Autism & Social Disorders,Apps,Technology,USD,2015-10-16,100000.00,2015-09-01 16:23:39,2922.00,failed,35,US,2922.00,2922.00,100000.00 +1221489322,Worlds of Magic,Video Games,Games,USD,2013-11-03,5000.00,2013-10-03 18:00:05,34139.72,successful,1507,US,34139.72,34139.72,5000.00 +1221490876,Court of the Proletariat (Canceled),Fiction,Publishing,USD,2011-11-06,7500.00,2011-10-14 21:41:54,0.00,canceled,0,US,0.00,0.00,7500.00 +1221506285,Hiding and Seeking A Photo Book,Photography,Photography,USD,2012-10-15,11000.00,2012-09-15 03:35:35,3940.00,failed,83,US,3940.00,3940.00,11000.00 +"1221511168,""Razor Blazers - I'm Sick/Linear Rerun 7"""""",World Music,Music,USD,2012-02-07,2000.00,2012-01-04 00:07:50,2020.00,successful,32,US,2020.00,2020.00,2000.00" +1221512126,Help Silken Veils' Puppets!,Theater,Theater,USD,2011-07-16,1000.00,2011-06-23 05:28:22,2020.00,successful,11,US,2020.00,2020.00,1000.00 +1221516046,Dungeon Crawlers: Season 2,Webseries,Film & Video,USD,2015-12-06,2500.00,2015-11-06 17:58:24,1153.00,failed,35,US,1153.00,1153.00,2500.00 +1221521037,Mous - The simple solution to storing your Apple headphones,Product Design,Design,GBP,2014-04-01,25000.00,2014-02-25 20:42:55,234.00,failed,11,GB,389.27,387.78,41429.83 +1221522996,Ms.Rhonda's Popcorn Shop,Restaurants,Food,USD,2015-09-21,20000.00,2015-08-22 01:13:35,0.00,failed,0,US,0.00,0.00,20000.00 +1221523101,RAMS: The First Feature Documentary About Dieter Rams,Design,Design,USD,2016-07-23,200000.00,2016-06-22 13:50:41,279278.00,successful,5110,US,210139.00,279278.00,200000.00 +122152634,LegiØn,Graphic Novels,Comics,GBP,2017-03-13,500.00,2017-01-12 23:10:29,15.00,canceled,2,GB,12.16,18.54,618.01 +1221529271,Phaneron: The Tragedy of Demolache,Fiction,Publishing,USD,2015-01-24,750.00,2014-12-25 17:51:06,750.00,successful,13,US,750.00,750.00,750.00 +122153261,Revolutionizing the CPAP Industry One Auction at a Time.,Web,Technology,USD,2015-08-27,30000.00,2015-07-28 14:50:27,103.00,failed,4,US,103.00,103.00,30000.00 +"1221534754,""Team Prolific """"Its Up To You"""" Music Video"",Hip-Hop,Music,USD,2011-11-25,700.00,2011-10-16 16:05:31,700.00,successful,7,US,700.00,700.00,700.00" +1221535317,TOSS OF A STONE :: Darren Guyaz's Debut Album,Indie Rock,Music,USD,2011-07-02,3600.00,2011-05-15 19:54:52,3910.00,successful,104,US,3910.00,3910.00,3600.00 +"1221537703,""Closure Cards """"Greeting Cards For The Dead"""""",Crafts,Crafts,USD,2015-03-30,1100.00,2015-02-18 02:39:39,112.00,failed,5,US,112.00,112.00,1100.00" +1221540658,Grandmothers Sweetgrass,Weaving,Crafts,USD,2015-04-22,1000.00,2015-03-23 22:27:58,0.00,failed,0,US,0.00,0.00,1000.00 +122154337,Local made bee hives,Crafts,Crafts,USD,2018-01-29,10000.00,2017-12-30 13:03:32,0.00,live,0,US,0.00,0.00,10000.00 +1221545295,Monster Books are Back! Get the Three New Books Today!,Children's Books,Publishing,USD,2014-04-03,300.00,2014-02-19 04:57:38,309.00,successful,14,US,309.00,309.00,300.00 +1221550460,The Hollow Earth,Video Games,Games,USD,2015-08-27,35000.00,2015-07-28 10:18:51,1200.00,failed,25,US,1200.00,1200.00,35000.00 +1221551240,Love My Growth Oil,Ready-to-wear,Fashion,USD,2016-02-03,12000.00,2016-01-04 18:25:58,35.00,failed,1,US,35.00,35.00,12000.00 +1221557277,Flagger Jack - Bocce With Football Flags,Design,Design,USD,2016-04-23,5000.00,2016-03-09 18:23:47,2793.00,failed,61,US,2793.00,2793.00,5000.00 +1221560073,The Secret Santa Club,Children's Books,Publishing,USD,2013-01-10,35000.00,2012-12-11 07:09:54,0.00,failed,0,US,0.00,0.00,35000.00 +122156080,Reboot the Suit: Bring Back Neil Armstrong’s Spacesuit,Space Exploration,Technology,USD,2015-08-19,500000.00,2015-07-20 10:50:04,719779.88,successful,9477,US,719779.88,719779.88,500000.00 +1221566260,The Story of the ZX Spectrum in Pixels,Publishing,Publishing,GBP,2014-07-24,15000.00,2014-06-24 20:06:03,19468.83,successful,574,GB,33153.61,33073.69,25482.04 +1221568919,Role Play Film,Shorts,Film & Video,GBP,2013-07-01,3000.00,2013-06-11 17:05:48,431.00,failed,16,GB,669.93,645.24,4491.22 +1221576248,Teddy Bears and Granny's Garden Gnomes,Playing Cards,Games,USD,2017-12-16,25000.00,2017-11-13 00:14:21,410.00,failed,4,US,0.00,410.00,25000.00 +"1221578339,""SPIN remote - The Simplest, most Stylish remote ever."",Gadgets,Technology,EUR,2015-01-13,100000.00,2014-12-02 17:51:21,114289.00,successful,1087,NL,142279.68,132438.35,115880.23" +1221579224,Collective Minds Inc,Periodicals,Publishing,USD,2014-12-05,3000.00,2014-10-06 21:20:41,310.00,failed,4,US,310.00,310.00,3000.00 +1221580478,Meeha - How America Experiences Health and Wellness,Apps,Technology,USD,2015-08-20,10000.00,2015-07-06 22:35:09,10650.00,successful,45,US,10650.00,10650.00,10000.00 +1221588333,Wood Produce Bins,Product Design,Design,USD,2015-03-02,900.00,2015-01-30 21:47:58,645.00,failed,26,US,645.00,645.00,900.00 +1221588535,Bones of the Coast - A Comic Anthology of West Coast Horror,Anthologies,Comics,CAD,2016-08-18,29200.00,2016-07-19 22:48:01,48438.00,successful,1362,CA,11008.80,37712.55,22734.35 +122158930,1000 cranes for Ishinomaki: after the Tsunami,Photography,Photography,USD,2012-05-08,1800.00,2012-03-09 02:14:35,3332.00,successful,83,US,3332.00,3332.00,1800.00 +1221592395,Exploring Unique Nature Preserves in Northeast Indiana,Nonfiction,Publishing,USD,2015-07-10,600.00,2015-06-10 19:32:19,100.00,failed,1,US,100.00,100.00,600.00 +"122159381,""Humans On The High Street, sharing the great work you do."",Photography,Photography,GBP,2014-04-09,3450.00,2014-03-14 17:12:19,0.00,failed,0,GB,0.00,0.00,5772.32" +"1221607550,""Bring """"Stagestruck: Confessions from Summer Stock"""" to PBS!"",Documentary,Film & Video,USD,2011-08-30,16000.00,2011-07-01 19:24:34,16225.00,successful,81,US,16225.00,16225.00,16000.00" +1221609082,Help get KFTN radio on the air,Journalism,Journalism,USD,2015-05-01,5000.00,2015-03-02 23:35:31,12.00,failed,3,US,12.00,12.00,5000.00 +12216100,Remote Mask - Simplifies Satellite/CableTV Remote Controls,Hardware,Technology,USD,2013-04-12,5500.00,2013-02-11 04:02:12,1308.00,failed,26,US,1308.00,1308.00,5500.00 +1221613468,Make-Believe,Film & Video,Film & Video,USD,2014-04-24,2500.00,2014-03-25 20:30:03,2515.00,successful,36,US,2515.00,2515.00,2500.00 +1221621514,Classic Oldhammer Halfling Miniatures in True 28mm Scale,Tabletop Games,Games,USD,2016-02-17,2000.00,2016-02-02 00:56:33,6650.52,successful,86,US,6650.52,6650.52,2000.00 +1221621694,Prosperity & Friends Activity Book - Inspire Greatness!,Publishing,Publishing,USD,2012-04-05,3500.00,2012-03-16 22:14:19,330.00,failed,8,US,330.00,330.00,3500.00 +1221632329,Fundraiser for An Innovative New Press,Publishing,Publishing,USD,2016-09-07,5000.00,2016-07-09 02:58:16,5405.00,successful,47,US,60.00,5405.00,5000.00 +1221635131,#peoplesleepingontrains:nyc,Art Books,Publishing,USD,2015-10-21,10000.00,2015-09-21 21:12:26,195.00,failed,4,US,195.00,195.00,10000.00 +1221638584,Sugar Bro Comic Book,Comic Books,Comics,USD,2015-05-29,350.00,2015-05-17 14:45:23,447.00,successful,24,US,447.00,447.00,350.00 +122164531,Wings of Steel: The Film (Canceled),Documentary,Film & Video,USD,2011-10-18,50000.00,2011-08-19 01:20:57,0.00,canceled,0,US,0.00,0.00,50000.00 +122164879,LOVE & COMPASSION along the Camino de Santiago.,Art Books,Publishing,USD,2012-05-10,10000.00,2012-03-15 20:52:46,3700.00,failed,66,US,3700.00,3700.00,10000.00 +"1221652996,""IT IS NOW TIME FOR """"AT THE OFFICE 2013"""" TO GO ON THE ROAD!!!"",Theater,Theater,USD,2013-10-24,6000.00,2013-09-24 00:10:53,5.00,failed,1,US,5.00,5.00,6000.00" +1221658338,FANTASY FOOTBALL RATMEN TEAM BY WILLY MINIATURES,Tabletop Games,Games,EUR,2017-01-03,4000.00,2016-12-09 17:59:05,50182.00,successful,545,ES,7120.76,53137.51,4235.58 +1221660269,Handcrafted Artisan and Foodie Soaps,Crafts,Crafts,USD,2013-08-19,1000.00,2013-07-20 02:41:48,97.00,failed,12,US,97.00,97.00,1000.00 +1221660852,heroin(e),Fiction,Publishing,USD,2015-08-08,5000.00,2015-06-24 06:44:30,0.00,failed,0,US,0.00,0.00,5000.00 +122167126,Uncalm Art - help support the dream of an artist,Art,Art,USD,2015-10-13,500.00,2015-09-29 01:04:08,143.00,failed,2,US,143.00,143.00,500.00 +1221686535,Duo Mount - highly compatible and durable bike mount,Product Design,Design,AUD,2016-12-01,20000.00,2016-11-01 22:03:42,78768.00,successful,1220,AU,38570.48,58485.30,14850.01 +1221693084,ZLATE: The Premium Apple Watch Charging Stand & Dock,Product Design,Design,GBP,2016-01-08,8000.00,2015-12-02 20:36:13,0.00,canceled,0,GB,0.00,0.00,11659.77 +1221693741,Mobile Slots World,Mobile Games,Games,USD,2015-01-16,50000.00,2014-12-17 22:44:04,0.00,failed,0,US,0.00,0.00,50000.00 +1221707806,Help get vinyl records pressed of our new album!,Rock,Music,USD,2010-07-15,2200.00,2010-06-03 01:07:36,637.00,failed,11,US,637.00,637.00,2200.00 +1221708303,When Johnny Comes Marching Home,Plays,Theater,USD,2015-10-29,5000.00,2015-10-01 17:06:47,1362.00,failed,20,US,1362.00,1362.00,5000.00 +1221709093,The Greys ( Unreal Engine 4 ),Video Games,Games,EUR,2015-12-22,10000.00,2015-10-23 19:29:51,6.00,failed,2,DE,6.81,6.57,10947.03 +1221718473,The Tea Mixer Project,Food,Food,USD,2012-08-06,750.00,2012-06-27 00:00:27,570.00,failed,19,US,570.00,570.00,750.00 +1221720589,LAGOsurf,Apparel,Fashion,AUD,2015-05-04,10000.00,2015-04-04 07:28:48,0.00,failed,0,AU,0.00,0.00,7912.64 +1221726005,Project: Game Play Theatre,Webseries,Film & Video,USD,2013-09-11,15000.00,2013-07-13 04:02:40,2.00,failed,2,US,2.00,2.00,15000.00 +1221726545,Caulking Plug for all adhesives,Design,Design,CAD,2015-04-02,1000.00,2015-03-03 08:51:14,1000.00,successful,20,CA,799.66,790.89,790.89 +122172843,Parks Explorer - Travel Webseries,Webseries,Film & Video,USD,2013-02-06,4000.00,2013-01-07 21:08:17,25.00,failed,1,US,25.00,25.00,4000.00 +1221730998,Men and Monsters Graphic poster,Graphic Design,Design,GBP,2015-05-20,300.00,2015-04-26 11:57:03,30.00,failed,2,GB,45.56,46.92,469.20 +1221733597,Disruptive Strong Bag | For Real World Strength,Product Design,Design,USD,2016-04-22,30000.00,2016-03-15 10:37:24,64131.00,successful,237,US,64131.00,64131.00,30000.00 +1221734249,Samurai Armor (wearable),Design,Design,USD,2013-04-09,10000.00,2013-03-10 07:02:06,18245.00,successful,45,US,18245.00,18245.00,10000.00 +"1221734370,""Wes Walker & Dyl - """"Jordan Belfort"""" T-Shirts Fund"",Fashion,Fashion,USD,2016-05-07,500.00,2016-04-07 21:52:39,40.00,failed,2,US,40.00,40.00,500.00" +1221736126,Bogey's Washer Golf,Live Games,Games,USD,2014-12-02,30000.00,2014-10-03 22:53:34,0.00,failed,0,US,0.00,0.00,30000.00 +1221739112,Waypoint Gaming,Web,Journalism,USD,2016-01-03,500.00,2015-11-04 04:41:56,6.00,failed,2,US,6.00,6.00,500.00 +"1221742819,""Life's a Song - CD and More -- """"Be Part of It!"""""",Music,Music,USD,2013-12-12,10000.00,2013-11-10 10:59:19,10134.11,successful,180,US,10134.11,10134.11,10000.00" +1221748651,OKrevolution (Canceled),Art,Art,USD,2015-03-16,5000.00,2015-03-09 17:05:34,20.00,canceled,1,US,20.00,20.00,5000.00 +1221755782,Professional illustrations and editing for The Steel Harvest,Fiction,Publishing,USD,2013-11-29,7500.00,2013-10-30 14:54:06,1.00,failed,1,US,1.00,1.00,7500.00 +1221755815,Glitter Bombs for America Website,Stationery,Crafts,USD,2015-02-22,10000.00,2015-01-23 03:46:40,18.00,failed,4,US,18.00,18.00,10000.00 +1221760828,Ultra Soft Sustainable Underwear Aiding Homeless Youth,Apparel,Fashion,USD,2017-09-04,11000.00,2017-07-31 18:29:44,6272.00,failed,104,US,63.00,6272.00,11000.00 +"1221761423,""Parables: The Preacher, The Professor and The Philosopher"",Mixed Media,Art,USD,2012-10-05,10000.00,2012-09-05 21:57:02,550.00,failed,3,US,550.00,550.00,10000.00" +"1221761484,""WAITERS, reconstruction of the original dance/theatre work"",Dance,Dance,USD,2013-05-24,4000.00,2013-04-19 06:09:41,4085.00,successful,37,US,4085.00,4085.00,4000.00" +1221763365,The Mischief and Mayhem of Molly Woggles,Children's Books,Publishing,CAD,2014-04-26,10000.00,2014-03-27 13:36:24,25.00,failed,1,CA,22.39,22.80,9119.93 +1221768109,CAP CAM MOUNT iPhone VIDEO - CAP - CAMERA - VIDEO - CAM,Product Design,Design,USD,2012-02-12,90000.00,2011-12-29 01:53:19,175.00,failed,6,US,175.00,175.00,90000.00 +1221772379,Cerberus Hard Enamel Pins,Accessories,Fashion,USD,2017-12-08,600.00,2017-11-17 18:58:53,251.00,canceled,13,US,225.00,251.00,600.00 +1221797457,In Season,Poetry,Publishing,USD,2017-04-11,311.00,2017-03-12 21:47:52,7.00,failed,1,US,0.00,7.00,311.00 +1221804817,Veterans Rock Apparel (Honoring America's Heroes),Fashion,Fashion,USD,2013-05-11,20000.00,2013-04-10 05:57:56,70.00,failed,2,US,70.00,70.00,20000.00 +1221811879,TireFlops: a Fashionable and Sustainable Footwear Solution,Footwear,Fashion,GBP,2015-01-26,9000.00,2014-12-17 23:35:07,9540.00,successful,122,GB,14933.53,14358.82,13546.06 +1221818,Meztli - TRANSitar,Experimental,Theater,MXN,2017-03-24,40000.00,2017-02-22 06:09:27,1100.00,failed,4,MX,4.90,58.18,2115.73 +1221818333,Wolves Den and Rayven's View,Food,Food,USD,2015-06-03,150000.00,2015-05-04 21:18:27,300.00,failed,3,US,300.00,300.00,150000.00 +1221824434,Alex Cole & Tonz at the Lake Conway Sandbar,Pop,Music,USD,2014-10-14,1000.00,2014-09-29 20:32:00,1000.00,successful,19,US,1000.00,1000.00,1000.00 +1221826560,granny's cottage,Candles,Crafts,USD,2015-07-01,500.00,2015-06-01 04:38:52,0.00,failed,0,US,0.00,0.00,500.00 +1221846247,Steven Universe Glossy Vinyl Stickers,Stationery,Crafts,USD,2015-10-11,400.00,2015-09-11 03:33:46,101.00,failed,1,US,101.00,101.00,400.00 +1221863223,HYENT: The world's first mobile app rewarding your lifestyle,Apps,Technology,USD,2014-10-31,30000.00,2014-09-22 17:59:17,2401.00,failed,24,US,2401.00,2401.00,30000.00 +"1221869620,""Gayzy Art - Romantic, loving art for the LGBTQ community"",Painting,Art,GBP,2017-09-03,1000.00,2017-08-16 20:53:11,10.00,failed,1,GB,0.00,13.21,1321.39" +1221871602,[fla’nø:r] - A Fine Art Photo Book,Photobooks,Photography,EUR,2017-06-17,6000.00,2017-05-18 20:50:40,4085.00,failed,8,AT,0.00,4564.19,6703.84 +1221876466,The world is your theatre,Shorts,Film & Video,AUD,2014-08-07,5500.00,2014-07-08 02:06:14,0.00,failed,0,AU,0.00,0.00,5106.78 +"1221879142,Roses & Swallows - The State of Georgia,Music,Music,GBP,2015-11-08,1500.00,2015-10-09 23:18:54,1520.00,undefined,0,""N,0"""""",,2314.00,2283.56" +1221888361,First Team Records,Hip-Hop,Music,USD,2017-06-22,3000.00,2017-05-23 07:31:24,0.00,failed,0,US,0.00,0.00,3000.00 +1221893567,Beyond Materials: Invisibility and Negative Refraction,Nonfiction,Publishing,GBP,2013-10-11,2000.00,2013-09-11 17:13:29,34.00,failed,4,GB,53.37,54.33,3195.76 +1221894964,FUN-O-PLANET #1: FAILED ALIEN (First issue printing!),Comic Books,Comics,USD,2014-06-18,2500.00,2014-05-19 19:05:32,2686.00,successful,97,US,2686.00,2686.00,2500.00 +1221895838,Sea Salt and Cinnamon Vegan Cupcakes,Food,Food,USD,2014-05-29,1000.00,2014-05-15 01:19:11,1351.00,successful,32,US,1351.00,1351.00,1000.00 +1221896894,EPOCH ART SHOW,Art,Art,USD,2013-12-17,300.00,2013-12-07 20:26:45,15.00,failed,1,US,15.00,15.00,300.00 +1221900652,Fudge Everything!,Food,Food,USD,2013-08-11,5000.00,2013-07-12 15:09:29,7520.00,successful,68,US,7520.00,7520.00,5000.00 +122190269,The Rivercrest Yacht Club ALBUM #2!,Hip-Hop,Music,USD,2013-05-31,3000.00,2013-04-11 22:49:48,3695.00,successful,23,US,3695.00,3695.00,3000.00 +"1221904071,""""""No Turning Back"""" - A new Hooper album!"",Music,Music,USD,2015-10-08,18000.00,2015-09-08 16:57:52,19105.00,successful,221,US,19105.00,19105.00,18000.00" +1221906772,Paper Puzzle Box: the cube with 12 sides,Product Design,Design,USD,2015-09-17,8900.00,2015-08-18 21:15:23,1792.00,failed,66,US,1792.00,1792.00,8900.00 +1221917896,Piconizer: iOS Gadget Frees Space & Organizes Photos,Gadgets,Technology,USD,2014-12-17,50000.00,2014-11-17 14:05:02,64709.00,successful,469,US,64709.00,64709.00,50000.00 +1221919850,ARGENTUM by Guido Argentini,Photography,Photography,USD,2014-01-01,28000.00,2013-12-02 20:47:29,690.00,failed,11,US,690.00,690.00,28000.00 +1221932814,C. is for COLORING BOOK,Conceptual Art,Art,USD,2014-03-13,945.00,2014-02-19 19:01:12,1445.66,successful,65,US,1445.66,1445.66,945.00 +1221934451,Super Kart Racing for iOS and Android,Video Games,Games,USD,2013-05-01,4550.00,2013-03-27 03:26:43,4560.00,successful,41,US,4560.00,4560.00,4550.00 +1221935437,Entrepreneur opportunity,Performance Art,Art,USD,2017-08-02,900.00,2017-07-27 19:15:19,0.00,failed,0,US,0.00,0.00,900.00 +1221938308,Online Morse Code Interactive Learning Game,Video Games,Games,USD,2014-09-03,100.00,2014-08-04 19:03:43,22.00,failed,4,US,22.00,22.00,100.00 +1221939218,Critical Hit: A Dungeon and Dragons Adventure,Film & Video,Film & Video,GBP,2013-09-24,10000.00,2013-08-25 16:20:49,70.00,failed,4,GB,108.99,112.81,16115.52 +1221949448,Alex the Amazing Horse Calendar,Photography,Photography,USD,2013-09-09,500.00,2013-08-10 01:05:01,275.00,failed,5,US,275.00,275.00,500.00 +1221953225,Be there when a Local Wine Bar goes State-of-the-Art!,Food,Food,USD,2014-10-08,24500.00,2014-09-08 15:45:51,24810.00,successful,61,US,24810.00,24810.00,24500.00 +1221953314,Tiramisu On The Beach,Comedy,Film & Video,USD,2015-02-03,11000.00,2014-12-06 01:54:37,2075.00,failed,15,US,2075.00,2075.00,11000.00 +1221955023,What Is Love?,Documentary,Film & Video,USD,2015-01-19,28000.00,2014-12-20 06:32:05,215.00,failed,5,US,215.00,215.00,28000.00 +1221955282,LEGO Electric LED USB Blue Green Red Light 1x4 plate,Design,Design,USD,2015-05-11,300.00,2015-04-21 17:20:22,541.00,successful,12,US,541.00,541.00,300.00 +1221958154,Gay for Eagles,Art,Art,USD,2011-04-03,500.00,2011-03-02 02:49:50,578.00,successful,23,US,578.00,578.00,500.00 +1221968306,FLAMING HEART - first pendant with real fire inside!,Design,Design,USD,2015-11-05,3000.00,2015-10-06 16:44:15,2217.00,failed,66,US,2217.00,2217.00,3000.00 +1221969771,Health Heroes Comics - Let's Move Edition,Comic Books,Comics,USD,2016-03-02,10000.00,2016-02-01 15:57:30,2038.00,failed,38,US,2038.00,2038.00,10000.00 +1221970643,SonLight Kandles and More,Candles,Crafts,USD,2015-06-08,3000.00,2015-05-01 23:15:30,0.00,failed,0,US,0.00,0.00,3000.00 +1221979896,Support the Caged Pulse Jets Burning Man Project! ,Sculpture,Art,USD,2010-08-13,1000.00,2010-07-23 08:15:19,1407.08,successful,33,US,1407.08,1407.08,1000.00 +"1221982062,""Want to be in the Music Video for """"Say Goodbye"""" "",Hip-Hop,Music,USD,2010-12-07,1600.00,2010-11-07 02:49:53,0.00,failed,0,US,0.00,0.00,1600.00" +1221990593,Support PMCD´s ¨From a Different Clay¨,Dance,Dance,USD,2011-06-08,1500.00,2011-04-28 05:15:32,1940.00,successful,27,US,1940.00,1940.00,1500.00 +1221993988,Cubicles: The Movie...The Graphic Novel,Comics,Comics,USD,2011-02-17,1000.00,2011-01-13 03:46:40,1730.42,successful,54,US,1730.42,1730.42,1000.00 +1221994499,The Travel Experiment,Webseries,Film & Video,USD,2011-01-01,15000.00,2010-10-11 18:25:37,0.00,failed,0,US,0.00,0.00,15000.00 +1221994544,The Craft of Acting (Comedy Short),Comedy,Film & Video,USD,2016-03-23,350.00,2016-03-08 18:58:35,385.00,successful,5,US,385.00,385.00,350.00 +1221997027,Shock Troop (Canceled),Narrative Film,Film & Video,USD,2011-04-30,3000.00,2011-01-30 02:55:51,1955.00,canceled,15,US,1955.00,1955.00,3000.00 +1222001623,Gray Wolf's Chainmaille,Crafts,Crafts,USD,2016-04-22,1500.00,2016-03-23 15:05:42,207.00,failed,8,US,207.00,207.00,1500.00 +1222004218,Another Potato Salad,Food,Food,USD,2015-09-02,10.00,2015-08-03 16:59:01,5.00,failed,1,US,5.00,5.00,10.00 +1222004407,Freedom From Choice Documentary (Finishing Funds),Documentary,Film & Video,AUD,2014-06-07,18500.00,2014-05-08 13:28:01,22715.00,successful,257,AU,21222.74,21328.64,17370.89 +1222004583,Handmade Organic Body and Personal Products,Crafts,Crafts,USD,2017-09-27,3000.00,2017-09-07 22:36:33,10.00,failed,6,US,0.00,10.00,3000.00 +"1222013725,""""""Call me"""" card. Stylish, creative and romantic.(Laser cut.)"",Design,Design,USD,2011-10-06,1000.00,2011-09-06 02:58:40,183.50,failed,15,US,183.50,183.50,1000.00" +1222014350,Walrus Advocates of Round Island Sanctuary,Nonfiction,Publishing,USD,2014-09-03,300.00,2014-08-04 10:10:57,372.00,successful,11,US,372.00,372.00,300.00 +1222017866,Doodle Weddings - Quirky Illustrations Unique to You!,Digital Art,Art,GBP,2014-08-28,650.00,2014-08-07 21:06:25,870.11,successful,33,GB,1468.17,1442.85,1077.85 +1222027563,Unlimited Online Backups To Protect Everyone's Computers,Software,Technology,USD,2015-12-20,15000.00,2015-11-20 20:34:32,0.00,failed,0,US,0.00,0.00,15000.00 +1222036006,Keep On Keeping On.,Animation,Film & Video,GBP,2015-05-22,5000.00,2015-04-27 16:59:09,2415.00,failed,32,GB,3667.74,3777.10,7820.08 +1222036120,Video for Independent Singer to get songs heard (Canceled),Indie Rock,Music,USD,2014-12-25,6000.00,2014-11-25 02:25:26,150.00,canceled,3,US,150.00,150.00,6000.00 +"1222041665,""Clear Conscience: NEW ALBUM """"Shelter From The Storm"""""",Rock,Music,USD,2012-12-09,1500.00,2012-11-27 02:43:06,2697.00,successful,33,US,2697.00,2697.00,1500.00" +1222044707,Bakery Coffee House Growth Project,Small Batch,Food,USD,2017-08-23,100000.00,2017-07-24 22:40:24,136.00,failed,4,US,35.00,136.00,100000.00 +1222046447,Take a walk on the wild side,Nature,Photography,USD,2016-11-30,1600.00,2016-10-16 08:43:25,0.00,failed,0,US,0.00,0.00,1600.00 +1222049037,Wasted,Shorts,Film & Video,USD,2010-10-16,2500.00,2010-09-13 20:11:46,2251.66,failed,43,US,2251.66,2251.66,2500.00 +1222063138,El Viaje - de Buenos Aires a Miami en 95 dias por mar.,Nonfiction,Publishing,USD,2013-04-11,300.00,2013-03-12 04:02:45,381.00,successful,18,US,381.00,381.00,300.00 +1222063151,Battle Royale Tournaments (online),Live Games,Games,USD,2017-11-23,5000.00,2017-10-24 21:22:22,35.00,failed,2,US,25.00,35.00,5000.00 +1222066071,The Three Brotherteers - A Kids’ Book on Social Acceptance,Children's Books,Publishing,USD,2017-12-16,5000.00,2017-11-15 15:59:27,5292.00,successful,101,US,895.00,5292.00,5000.00 +"1222066809,""Drag City: DC """"Hair and Paint Makes A Man What He Ain't"""""",Documentary,Film & Video,USD,2011-03-04,5000.00,2011-01-03 17:46:04,20.00,failed,2,US,20.00,20.00,5000.00" +1222072087,Let A Girl Show You How To Hunt And Fish (Canceled),Apparel,Fashion,USD,2015-05-01,20000.00,2015-04-01 19:28:38,285.00,canceled,3,US,285.00,285.00,20000.00 +1222085038,BoxAway,Restaurants,Food,USD,2017-04-26,75000.00,2017-03-27 22:17:47,2.00,failed,2,US,1.00,2.00,75000.00 +1222100369,Mountain Man Beard Co,Accessories,Fashion,USD,2015-04-03,600.00,2015-03-04 17:05:42,0.00,failed,0,US,0.00,0.00,600.00 +1222102019,The Stompin Grounds,Drinks,Food,USD,2017-06-04,25000.00,2017-05-15 18:49:06,75.00,failed,2,US,50.00,75.00,25000.00 +1222109255,The Wolf - a graphic novella,Comics,Comics,GBP,2014-04-22,5000.00,2014-03-23 10:01:43,2129.58,failed,93,GB,3511.11,3579.55,8404.35 +122212261,The New Frontier--Uzo,Documentary,Film & Video,USD,2014-06-15,40000.00,2014-05-16 18:04:18,11.00,failed,2,US,11.00,11.00,40000.00 +1222123691,Making Seafood Salad For My Son For The First Time,Small Batch,Food,USD,2014-07-20,30.00,2014-07-10 21:13:22,5.00,failed,1,US,5.00,5.00,30.00 +1222126330,The Cartoon Crossover Encyclopedia,Academic,Publishing,USD,2016-03-31,1800.00,2016-03-01 20:54:30,5.00,failed,1,US,5.00,5.00,1800.00 +1222127365,Soul Shine Farms 100% Grass Fed Beyond Organic Prime Beef,Farms,Food,USD,2016-08-06,55000.00,2016-07-17 21:08:24,10.00,failed,1,US,0.00,10.00,55000.00 +1222131974,Jason Waller's First Full Length Album - Coming 2013,Pop,Music,USD,2013-04-20,11300.00,2013-03-21 18:02:51,14101.50,successful,145,US,14101.50,14101.50,11300.00 +"1222138081,""Howling Moon, a Werewolf Feature Film in the Final Stage of Completion"",Film & Video,Film & Video,USD,2010-08-02,1900.00,2010-06-25 06:45:16,310.00,failed,7,US,310.00,310.00,1900.00" +1222142831,Patent for DoctorData,Technology,Technology,USD,2017-02-04,1150.00,2017-01-05 04:38:13,0.00,failed,0,US,0.00,0.00,1150.00 +1222142917,Unity - A Special Kind Of Hero,Comics,Comics,GBP,2013-06-15,200.00,2013-05-16 20:32:14,509.00,successful,41,GB,775.80,786.20,308.92 +1222145954,At Sweet Cakes Bakery you can have your cake and eat it too!,Food,Food,USD,2013-07-11,6000.00,2013-06-11 23:18:43,6846.01,successful,56,US,6846.01,6846.01,6000.00 +1222146424,Get us to the SF Fringe Festival- Hamlet vs Zombies,Theater,Theater,USD,2011-09-03,750.00,2011-08-19 17:49:10,795.00,successful,11,US,795.00,795.00,750.00 +1222148672,Dead End - a revolutionary zombie apocalypse board game,Tabletop Games,Games,USD,2012-09-16,25000.00,2012-08-17 19:14:15,2784.00,failed,76,US,2784.00,2784.00,25000.00 +1222152881,Not All Heroes,Publishing,Publishing,USD,2013-06-07,36000.00,2013-05-08 21:39:26,3877.00,failed,46,US,3877.00,3877.00,36000.00 +1222160584,Anamnesis | Cortometraje,Drama,Film & Video,MXN,2017-10-05,65000.00,2017-09-05 18:04:43,78570.00,successful,42,MX,586.62,4247.72,3514.08 +1222163022,Studio 25: Creative Co-working,Art,Art,USD,2018-01-16,6600.00,2017-12-09 05:17:42,340.00,live,5,US,0.00,340.00,6600.00 +"1222175607,""Sterling Thompson Album """"God I Will"""""",Music,Music,USD,2012-04-14,15000.00,2012-02-14 06:28:52,0.00,failed,0,US,0.00,0.00,15000.00" +1222183403,The Struggles and Accomplishments of the UnDrafted,Radio & Podcasts,Publishing,USD,2015-09-21,75000.00,2015-08-07 19:31:41,525.00,failed,2,US,525.00,525.00,75000.00 +1222215098,Wormwood,Webseries,Film & Video,USD,2013-07-22,5264.00,2013-07-03 20:00:38,5413.88,successful,48,US,5413.88,5413.88,5264.00 +"1222216205,""Before David was king, he met a bear named Ted D. Bear."",Children's Books,Publishing,USD,2012-12-09,8000.00,2012-11-09 17:14:15,20.00,failed,1,US,20.00,20.00,8000.00" +1222216582,Arcane Coffee Company LLC,Food Trucks,Food,USD,2015-07-04,17800.00,2015-05-15 07:00:12,297.00,failed,6,US,297.00,297.00,17800.00 +1222220348,RED UTOPIA: communist party offices around the world.,Photobooks,Photography,EUR,2017-07-17,7500.00,2017-06-17 10:43:59,14211.00,successful,166,NL,1090.10,16544.43,8731.49 +1222221178,Journey through Kuumba (Creativity),Art,Art,USD,2011-02-08,1500.00,2011-01-23 16:35:23,1590.00,successful,34,US,1590.00,1590.00,1500.00 +1222222352,Sweetening thing up one bead at a time by Candy Shop Drops,Fashion,Fashion,USD,2013-05-12,1000.00,2013-04-22 21:03:34,5.00,failed,1,US,5.00,5.00,1000.00 +1222229499,MAGGIE AND RENE MATICH - A LOVE STORY,Documentary,Film & Video,GBP,2017-09-21,1000.00,2017-08-22 20:08:59,1682.00,successful,47,GB,426.26,2282.16,1356.82 +1222232218,Zack Orion and the Ardeshir Mountain Boys: Debut Album,Country & Folk,Music,USD,2012-06-01,8042.00,2012-04-23 20:08:42,8066.42,successful,73,US,8066.42,8066.42,8042.00 +"1222237560,""""""Called Up"""""",Webseries,Film & Video,USD,2011-06-04,3000.00,2011-05-05 14:55:24,3110.36,successful,32,US,3110.36,3110.36,3000.00" +"1222238605,""First full-length album, """"Origin""""!"",Indie Rock,Music,USD,2014-06-28,2771.00,2014-05-29 01:54:24,200.00,failed,4,US,200.00,200.00,2771.00" +1222247098,Fleet Commander - Genesis,Tabletop Games,Games,EUR,2016-02-10,50000.00,2016-01-11 20:11:16,218114.00,successful,1683,FR,238272.05,245922.97,56374.87 +1222247396,POLIWORD - an internet project that could change the world,Web,Technology,SEK,2015-08-11,474900.00,2015-07-13 20:37:08,0.00,canceled,0,SE,0.00,0.00,56253.11 +"1222247812,""Mega Visions: Welcome to a New, Unofficial SEGA Magazine!"",Web,Journalism,USD,2016-07-18,13000.00,2016-06-20 19:23:02,15907.00,successful,463,US,7811.00,15907.00,13000.00" +1222248834,InstaLan Gaming Festival,Live Games,Games,GBP,2014-11-29,1000.00,2014-09-30 20:52:10,358.00,failed,8,GB,581.19,561.55,1568.58 +1222253515,Blood Bukkake: Full Frontal (A Slasher Flick),Shorts,Film & Video,USD,2011-09-04,1000.00,2011-07-06 20:10:16,265.00,failed,11,US,265.00,265.00,1000.00 +122225467,The Inventorium,Experimental,Theater,GBP,2014-06-05,5000.00,2014-05-06 23:44:40,285.00,failed,9,GB,481.01,479.52,8412.69 +"1222261366,""""""The Puppet Kama Sutra"""" Coffee Table Book"",Art Books,Publishing,USD,2011-09-21,46969.00,2011-08-27 09:12:39,355.41,failed,15,US,355.41,355.41,46969.00" +1222273097,Larkin Family Documentary,Documentary,Film & Video,USD,2014-12-05,2000.00,2014-10-06 20:01:24,586.00,failed,10,US,586.00,586.00,2000.00 +1222273116,Delta Rose's Tour and Road to Rocklahoma Music Festival,Rock,Music,USD,2015-04-30,2500.00,2015-04-09 09:03:38,2567.00,successful,18,US,2567.00,2567.00,2500.00 +1222277865,45 Days - The Foreign Orange Project,Music,Music,USD,2012-02-04,6500.00,2011-12-31 21:26:34,897.00,failed,23,US,897.00,897.00,6500.00 +122227811,Photography guide to L.A. hidden and known beauty,Places,Photography,USD,2016-02-03,1500.00,2016-01-04 19:10:41,1.00,failed,1,US,1.00,1.00,1500.00 +1222289265,Getting Social: Marketing A Small Business On The Social Web,Nonfiction,Publishing,USD,2012-03-01,2500.00,2012-01-30 16:22:59,42.00,failed,4,US,42.00,42.00,2500.00 +1222306211,VOLTA: The World’s Strongest Cross-device Magnetic Cable,Gadgets,Technology,AUD,2017-02-27,10000.00,2017-02-01 00:01:25,149862.50,suspended,2109,AU,2628.20,113446.25,7570.02 +1222310256,Haley's Art- fashion and music,Painting,Art,USD,2015-05-16,3000.00,2015-04-16 21:21:52,0.00,failed,0,US,0.00,0.00,3000.00 +"1222313308,""the Zut Alors present """"BOY GIRL PARTY"""""",Pop,Music,USD,2010-07-31,1995.00,2010-06-14 18:04:42,2212.00,successful,67,US,2212.00,2212.00,1995.00" +1222316757,MOTUS - 1st SMART Robot Cameraman for Your Phone,Camera Equipment,Technology,USD,2017-06-01,45000.00,2017-05-02 17:54:48,40336.00,canceled,129,US,10634.00,40336.00,45000.00 +122232434,Dark Skies Observatory Bulgaria!!,Space Exploration,Technology,GBP,2016-04-15,1200.00,2016-03-16 05:16:04,62.00,failed,7,GB,88.52,87.92,1701.64 +1222327643,One Handed Keyboard,Apps,Technology,USD,2015-06-29,30000.00,2015-06-15 17:28:34,560.00,failed,7,US,560.00,560.00,30000.00 +1222337538,Single Girl in a Virtual World,Documentary,Film & Video,USD,2011-02-20,20000.00,2010-12-22 17:49:05,440.00,failed,7,US,440.00,440.00,20000.00 +"122234631,""DIE, VAMPIRE DEMON! (a short, comedic horror movie)"",Horror,Film & Video,USD,2015-01-12,10000.00,2014-12-16 02:26:05,1015.00,failed,35,US,1015.00,1015.00,10000.00" +1222348129,Alive Inside Studios,Webcomics,Comics,USD,2014-10-05,25000.00,2014-09-03 23:31:18,25.00,failed,1,US,25.00,25.00,25000.00 +1222349619,TMound.com,Software,Technology,USD,2016-10-05,1.00,2016-08-06 13:13:49,150.00,successful,2,US,0.00,150.00,1.00 +"1222358452,""Lets do this, New York and Silicon Valley!"",Publishing,Publishing,EUR,2015-11-30,5300.00,2015-10-15 07:57:24,5551.00,successful,82,AT,6322.94,6051.72,5778.08" +1222358540,Young Abraham,Animation,Film & Video,CAD,2017-03-08,100000.00,2017-02-06 11:43:34,0.00,failed,0,CA,0.00,0.00,74052.13 +"1222359726,""Bicycle Natural Disasters """"Tornado"""" Playing Cards"",Playing Cards,Games,USD,2017-04-17,4000.00,2017-03-18 16:31:43,5683.00,successful,254,US,3052.00,5683.00,4000.00" +1222364816,Pixel of Hope,Art,Art,USD,2016-04-09,700.00,2016-03-10 13:52:35,0.00,failed,0,US,0.00,0.00,700.00 +1222367067,Only Positives Co. (Canceled),Apparel,Fashion,USD,2016-06-21,5000.00,2016-05-22 05:41:20,0.00,canceled,0,US,0.00,0.00,5000.00 +1222373782,AIE Guild Hall: BlizzCon and Beyond,Video Games,Games,USD,2013-10-11,4000.00,2013-09-26 19:56:35,5684.00,successful,95,US,5684.00,5684.00,4000.00 +1222381366,What I Hate About Myself,Documentary,Film & Video,USD,2013-05-04,2400.00,2013-04-04 00:59:58,2845.00,successful,62,US,2845.00,2845.00,2400.00 +1222399806,Exploring the Ancestral Soundscape: A Teaching Triptych,Mixed Media,Art,USD,2014-10-02,2200.00,2014-09-03 04:00:59,2500.00,successful,60,US,2500.00,2500.00,2200.00 +122240109,Funding the Marathon Album,Faith,Music,USD,2015-11-12,450.00,2015-10-31 16:13:01,29.00,failed,2,US,29.00,29.00,450.00 +122240409,Gamller™: Turn your smartphone into a gaming controller,Gadgets,Technology,EUR,2017-06-02,35000.00,2017-05-03 01:00:41,139.00,canceled,8,ES,114.38,155.92,39259.67 +"1222409490,""Untitled """"Cowbelles"""" Documentary"",Documentary,Film & Video,USD,2011-07-23,5000.00,2011-06-23 05:14:57,6255.00,successful,42,US,6255.00,6255.00,5000.00" +1222409771,Keynote Performance Academy,Dance,Dance,USD,2016-03-26,5000.00,2016-01-26 04:52:02,12.00,failed,3,US,12.00,12.00,5000.00 +"122241528,""William Ingram """"WAI"""""",Hip-Hop,Music,USD,2012-09-30,10000.00,2012-08-18 03:20:07,0.00,failed,0,US,0.00,0.00,10000.00" +1222417333,Sheree Cosmetics,Fashion,Fashion,USD,2017-09-23,5000.00,2017-07-25 01:15:17,26.00,failed,2,US,25.00,26.00,5000.00 +1222428156,Main Street MMO: Real Cities in Realtime 3D,Video Games,Games,USD,2012-04-24,20000.00,2012-02-24 20:50:50,635.00,failed,22,US,635.00,635.00,20000.00 +1222428424,Cardio Lobby,Web,Technology,GBP,2017-07-12,30000.00,2017-06-12 16:40:58,0.00,canceled,0,GB,0.00,0.00,38922.12 +"1222430639,""SOUNDS DELICIOUS: Full Length Covers On Vinyl, Every Month"",Indie Rock,Music,USD,2016-07-01,20000.00,2016-06-01 06:24:56,37623.00,successful,250,US,37623.00,37623.00,20000.00" +1222434574,Mile Marker Zero: A Galveston Island-Hurricane Ike Mystery ,Fiction,Publishing,USD,2011-02-14,25000.00,2011-01-11 23:30:21,351.00,failed,5,US,351.00,351.00,25000.00 +1222437549,Blackmore Vale Orchestra: Classical music project in Dorset,Classical Music,Music,GBP,2017-03-06,650.00,2017-02-04 21:30:30,10.00,canceled,1,GB,0.00,12.16,790.13 +1222458071,GO ZOMBIE! Zombie Portrait Print Project.,Illustration,Art,GBP,2013-05-28,1200.00,2013-04-28 01:57:18,3662.00,successful,68,GB,5664.58,5579.34,1828.29 +1222481702,CLIQUE - The Card Game,Tabletop Games,Games,USD,2011-12-31,3000.00,2011-11-01 19:30:43,1621.00,failed,41,US,1621.00,1621.00,3000.00 +1222491894,Trifecta - A Card Game For Two Players,Tabletop Games,Games,USD,2013-03-08,5000.00,2013-02-05 14:43:19,6312.00,successful,400,US,6312.00,6312.00,5000.00 +1222497610,The KLAR Coat – The Only Coat You Need,Product Design,Design,EUR,2017-03-31,80000.00,2017-03-01 21:23:58,14138.00,failed,65,DE,5922.22,15114.87,85527.65 +122250175,Waste Not Nut: Get every last penny out of each bottle!,Product Design,Design,USD,2015-11-08,5000.00,2015-10-06 19:45:12,7190.00,successful,101,US,7190.00,7190.00,5000.00 +"1222505502,""TShirt """"PAUSE"""" (Canceled)"",Apparel,Fashion,EUR,2015-12-12,300.00,2015-10-14 15:23:23,0.00,canceled,0,IT,0.00,0.00,325.08" +1222506585,Blacksmith - Do More with Less!,3D Printing,Technology,EUR,2016-10-14,10000.00,2016-08-30 19:04:32,6173.00,failed,21,NL,7267.23,6791.50,11001.95 +1222510863,Community Garden at Corning Achievement Elementary,Food,Food,USD,2013-04-02,2600.00,2013-03-03 20:52:03,2625.00,successful,39,US,2625.00,2625.00,2600.00 +1222512878,Zentastic New Studio Album & Videos (Canceled),World Music,Music,USD,2013-10-13,25000.00,2013-09-13 21:48:47,0.00,canceled,0,US,0.00,0.00,25000.00 +1222518292,Dirt Nap Rhapsody,Fiction,Publishing,USD,2015-06-13,2500.00,2015-05-14 08:39:25,335.00,failed,4,US,335.00,335.00,2500.00 +"1222522550,""GnomeCon 2016 - March 4-6, 2016"",Events,Comics,USD,2015-12-25,1500.00,2015-11-25 02:34:18,195.00,failed,6,US,195.00,195.00,1500.00" +1222526264,SHAMSEE: Lone Idiot and Cub Graphic Novel!,Graphic Novels,Comics,USD,2016-09-01,2500.00,2016-08-02 22:55:07,2695.00,successful,69,US,301.00,2695.00,2500.00 +1222536396,SunBloc Prototype House for Solar Decathlon China 2013,Product Design,Design,GBP,2013-04-16,100000.00,2013-02-15 21:10:16,40.00,canceled,5,GB,62.10,61.40,153499.01 +1222545079,Pipeline A Pentaptych: the Environment vs the Economy,Painting,Art,CAD,2015-11-07,5800.00,2015-10-08 21:46:31,0.00,failed,0,CA,0.00,0.00,4359.26 +1222559523,The Human Bible,Publishing,Publishing,USD,2016-05-22,15000.00,2016-04-22 10:15:37,1.00,failed,1,US,1.00,1.00,15000.00 +1222567604,Altered V3 DS - World's First Dual Sport Electric Skateboard,Hardware,Technology,USD,2013-11-23,50000.00,2013-10-22 21:53:06,22815.00,failed,52,US,22815.00,22815.00,50000.00 +1222569339,Farming the better red meat,Farms,Food,USD,2015-04-26,300000.00,2015-03-27 14:10:05,101.00,failed,3,US,101.00,101.00,300000.00 +1222577275,Lunar Lament of a Haunted Heart (Animated Short Film),Animation,Film & Video,GBP,2014-01-02,3000.00,2013-12-03 09:57:39,669.00,failed,30,GB,1098.48,1098.34,4925.30 +1222581554,Villains and Vigilantes Card Game,Tabletop Games,Games,USD,2013-12-06,1000.00,2013-11-05 22:43:20,9470.89,successful,166,US,9470.89,9470.89,1000.00 +1222588790,Sun Visor Extender,Design,Design,USD,2014-08-16,35000.00,2014-07-17 06:33:25,120.00,failed,4,US,120.00,120.00,35000.00 +1222602114,The Examiner (Canada),Publishing,Publishing,CAD,2017-03-03,20000.00,2017-02-01 15:04:48,0.00,failed,0,CA,0.00,0.00,14920.92 +1222605271,Spearhead Platoon,Video Games,Games,GBP,2013-06-13,20000.00,2013-05-14 10:35:30,484.00,failed,23,GB,743.08,756.16,31246.09 +1222605876,Radio Diaries: New Season,Radio & Podcasts,Publishing,USD,2014-06-27,40000.00,2014-05-28 14:59:19,61361.06,successful,1107,US,61361.06,61361.06,40000.00 +1222609820,Realjobmatch.com (Canceled),Web,Technology,CAD,2015-01-10,30000.00,2014-11-11 21:07:04,0.00,canceled,0,CA,0.00,0.00,24927.30 +1222623568,Big Joe Muse and the Interstate Gypsies debut album.,Pop,Music,USD,2013-09-19,6500.00,2013-08-20 16:23:49,6800.00,successful,33,US,6800.00,6800.00,6500.00 +1222631078,Sin7 EP,Metal,Music,USD,2017-05-08,6000.00,2017-04-08 19:26:28,555.00,canceled,4,US,545.00,555.00,6000.00 +122263181,The Outer Realm: Bootleg Star Wars Collectable Toy Book,Nonfiction,Publishing,USD,2016-02-18,25000.00,2015-12-20 01:04:35,17547.00,failed,178,US,17547.00,17547.00,25000.00 +1222638520,Panache Network - Minecraft Hub Server,Video Games,Games,GBP,2014-05-30,750.00,2014-04-30 08:26:28,0.00,failed,0,GB,0.00,0.00,1255.10 +12226412,Kawaii Ice Cream Jellyfish,Crochet,Crafts,USD,2017-09-21,500.00,2017-08-22 17:56:59,669.00,successful,11,US,20.00,669.00,500.00 +1222643766,Laptops for Military Veterans,Technology,Technology,USD,2016-03-02,10000.00,2016-02-01 17:53:59,50.00,failed,2,US,50.00,50.00,10000.00 +1222645236,THE SUN-SEEKER PACK: Solar Charged Lithium Power Centre,Gadgets,Technology,AUD,2015-05-07,120000.00,2015-04-07 06:56:26,3020.00,canceled,5,AU,2300.04,2389.62,94951.73 +1222646122,Dasein,Video Games,Games,EUR,2016-05-25,27000.00,2016-04-25 01:49:43,972.00,failed,27,FR,1091.03,1085.52,30153.45 +"1222646258,""FATE - """"What if you had one last right of passage?"""""",Children's Books,Publishing,USD,2015-04-29,10000.00,2015-03-30 22:08:31,0.00,failed,0,US,0.00,0.00,10000.00" +1222654551,Kawaii Bunny Hard Enamel Pins,Art,Art,EUR,2017-08-12,550.00,2017-07-13 21:23:13,647.00,successful,27,FR,105.62,759.58,645.70 +"1222657793,""ACT BioRemediation Products Launch Concrete, Asphalt, Soil"",Hardware,Technology,USD,2016-05-01,5000.00,2016-03-15 16:19:10,81.00,failed,4,US,81.00,81.00,5000.00" +"1222667374,""Rikki presents... """"K!ck$tart"""" (Friday @ Firelounge)"",Performance Art,Art,GBP,2013-11-28,100.00,2013-10-31 22:57:25,100.01,successful,11,GB,160.38,163.46,163.45" +1222672468,Games That Teach You To Program (Canceled),Video Games,Games,CAD,2015-10-05,1000.00,2015-08-06 21:14:36,0.00,canceled,0,CA,0.00,0.00,773.04 +1222673733,The Fantasist,Fiction,Publishing,USD,2017-01-13,2000.00,2016-12-14 06:49:26,842.23,failed,21,US,225.00,842.23,2000.00 +"1222673767,Prince of Whales (Debut Album),Music,Music,USD,2016-03-09,1100.00,2016-02-25 00:45:10,890.00,undefined,0,""N,0"""""",,890.00,1100.00" +122267842,POLIA AND BLASTEMA a metaphysical fable by E Elias Merhige,Experimental,Film & Video,USD,2016-05-27,15000.00,2016-04-27 03:11:43,20067.00,successful,160,US,20067.00,20067.00,15000.00 +1222678932,DREAM ART - 30 DREAM PAINTINGS AND FREE PUBLIC EXHIBITION,Painting,Art,AUD,2015-02-26,2100.00,2014-12-28 23:40:34,2148.00,successful,46,AU,1744.78,1681.54,1643.96 +1222680669,Alan Moore & Mitch Jenkins - 'His Heavy Heart',Shorts,Film & Video,GBP,2013-07-17,45000.00,2013-06-17 13:52:15,60788.19,successful,1558,GB,95449.85,92763.91,68670.84 +1222682457,ROGER,Narrative Film,Film & Video,USD,2015-07-28,5000.00,2015-06-30 02:07:40,10.00,failed,1,US,10.00,10.00,5000.00 +1222682635,The Echo Chamber,Shorts,Film & Video,USD,2014-07-25,1000.00,2014-06-25 21:58:22,1497.00,successful,32,US,1497.00,1497.00,1000.00 +1222691644,How to be Unstoppable,Nonfiction,Publishing,USD,2015-02-15,9000.00,2015-01-21 21:37:46,35.00,failed,1,US,35.00,35.00,9000.00 +1222694515,Blasted Oak Pyrography,Crafts,Crafts,GBP,2013-11-05,3000.00,2013-10-06 14:11:29,15.00,failed,3,GB,24.02,24.12,4824.08 +1222698851,Pubes,Shorts,Film & Video,USD,2011-03-18,5000.00,2011-01-17 21:24:09,224.99,failed,12,US,224.99,224.99,5000.00 +1222700078,Carnival of the Animals the Documentary Film,Documentary,Film & Video,USD,2011-05-08,25000.00,2011-04-08 21:42:44,250.00,failed,1,US,250.00,250.00,25000.00 +1222700791,Ultimate Spell,Tabletop Games,Games,USD,2013-06-03,250.00,2013-05-03 01:14:45,370.00,successful,19,US,370.00,370.00,250.00 +"1222704987,""Schutzhund Dogs: No Better Friend, No Worse Enemy"",Film & Video,Film & Video,USD,2013-05-09,250000.00,2013-04-09 18:54:32,5050.00,failed,69,US,5050.00,5050.00,250000.00" +1222715299,GoLapse- Easy Timelapse Trolley,Camera Equipment,Technology,USD,2016-01-08,6000.00,2015-12-09 02:07:07,33054.00,successful,262,US,33054.00,33054.00,6000.00 +1222718909,Big Moose's Food Truck,Food Trucks,Food,AUD,2015-10-30,10000.00,2015-09-29 15:41:15,0.00,failed,0,AU,0.00,0.00,7087.67 +1222719072,Mamas Love Boogers,Children's Books,Publishing,USD,2016-05-28,5000.00,2016-03-29 05:36:51,5170.00,successful,35,US,5170.00,5170.00,5000.00 +1222722118,Sly and The Family Stone Convention,Music,Music,USD,2014-06-05,15000.00,2014-05-06 09:25:59,550.00,failed,11,US,550.00,550.00,15000.00 +1222723760,Elen Mir - Hand Made and Fair Trade Jewelry Line!,Fashion,Fashion,USD,2011-02-17,500.00,2010-11-19 22:55:16,110.00,failed,2,US,110.00,110.00,500.00 +1222728303,The Nicolas Cage,Sculpture,Art,USD,2014-08-20,55.00,2014-07-21 19:02:32,11.01,failed,4,US,11.01,11.01,55.00 +1222733698,Day Planner :: Vol 1,Journalism,Journalism,USD,2016-12-14,650.00,2016-12-07 05:15:20,981.13,successful,28,US,456.13,981.13,650.00 +122273399,Cartoon Magazine that Showcases Artist/Comic Work For Free!,Comics,Comics,USD,2013-04-14,50.00,2013-02-13 05:44:49,868.00,successful,53,US,868.00,868.00,50.00 +1222734494,When Skies Are Grey EP // Kelly Bransford,Music,Music,USD,2017-08-21,3000.00,2017-07-22 18:35:32,3145.00,successful,54,US,530.00,3145.00,3000.00 +1222735204,Manik Spinz Vs. Andre Cato,Hip-Hop,Music,USD,2011-08-07,6000.00,2011-07-08 01:58:30,0.00,failed,0,US,0.00,0.00,6000.00 +1222737928,Vikings in GB - book,Academic,Publishing,NOK,2015-03-18,100000.00,2015-02-16 13:36:04,0.00,failed,0,NO,0.00,0.00,12368.43 +1222738587,Minecraft MMO - Lost Kingdoms,Video Games,Games,GBP,2014-12-24,200.00,2014-11-24 21:46:51,50.00,failed,1,GB,78.30,77.68,310.72 +1222741060,Libertad Honduras - A Voice for the Voiceless,Documentary,Film & Video,USD,2015-01-28,187000.00,2014-12-24 01:51:41,1195.00,failed,12,US,1195.00,1195.00,187000.00 +1222748306,Extended Play,Documentary,Film & Video,USD,2017-02-22,5000.00,2017-01-25 20:15:27,5241.00,successful,44,US,1405.00,5241.00,5000.00 +1222749093,BAATHHAUS: CAVE SONG MUSIC VIDEO,Electronic Music,Music,USD,2013-05-15,3000.00,2013-04-16 15:51:45,3355.00,successful,85,US,3355.00,3355.00,3000.00 +1222751275,President Pootin,Art,Art,GBP,2015-08-26,5000.00,2015-08-06 09:40:38,0.00,failed,0,GB,0.00,0.00,7695.62 +1222751572,the rose trilogy: lost + found and to kiss a rose,Shorts,Film & Video,USD,2012-01-27,6500.00,2011-11-28 23:14:06,0.00,failed,0,US,0.00,0.00,6500.00 +1222753673,I Define Me,Apparel,Fashion,USD,2016-02-29,10000.00,2016-01-06 21:51:37,3696.00,failed,46,US,3696.00,3696.00,10000.00 +1222753718,New album Un blues en la penumbra/ Tere Estrada,Blues,Music,MXN,2017-01-01,90000.00,2016-12-02 21:10:53,12745.00,canceled,18,MX,0.00,599.03,4230.12 +1222754437,Oceanus Brass - Nautically Inspired Tools,Technology,Technology,USD,2017-09-10,250.00,2017-07-12 15:12:24,16677.00,successful,374,US,386.00,16677.00,250.00 +1222754617,Starting up a Word Press site & publishing photo booklets,Photography,Photography,GBP,2016-07-16,700.00,2016-06-16 19:06:17,53.00,failed,5,GB,74.91,69.40,916.65 +1222767877,eSuitsMe,Apparel,Fashion,USD,2017-02-02,29900.00,2016-12-29 17:54:23,3361.00,failed,11,US,2314.00,3361.00,29900.00 +1222768561,The Groovy Iron Breakfast & Donut Truck,Food Trucks,Food,USD,2015-10-11,3500.00,2015-09-11 21:11:21,0.00,failed,0,US,0.00,0.00,3500.00 +1222769983,My Electric Heart's First Headlining Tour!,Pop,Music,USD,2011-04-29,1200.00,2011-03-29 00:38:26,0.00,failed,0,US,0.00,0.00,1200.00 +"1222774547,""""""PREACHER MAN"""""",Film & Video,Film & Video,USD,2013-09-06,40000.00,2013-08-07 21:57:20,303.00,failed,6,US,303.00,303.00,40000.00" +"1222775601,""67.2 years in average human lifespan, 67.2 minutes of music"",Indie Rock,Music,USD,2011-07-05,3000.00,2011-06-05 02:59:25,3202.00,successful,58,US,3202.00,3202.00,3000.00" +1222782123,Hoo Nose a New Food Trailer is coming to Portland Oregon,Food Trucks,Food,USD,2015-07-16,12500.00,2015-06-29 22:22:35,25.00,failed,1,US,25.00,25.00,12500.00 +1222782442,Whatevski + The Slackers: The Big Tunes Project,Music,Music,USD,2011-12-06,5000.00,2011-11-01 22:59:51,11826.20,successful,409,US,11826.20,11826.20,5000.00 +"1222784718,""""""Be The Change"""" Tour- Hip-Hop shows for the community"",Hip-Hop,Music,USD,2012-06-14,1400.00,2012-05-24 21:46:41,1440.00,successful,53,US,1440.00,1440.00,1400.00" +122280208,The Boss Lady / Vanity Queen,Product Design,Design,USD,2015-09-30,100000.00,2015-08-27 20:27:15,74.00,failed,2,US,74.00,74.00,100000.00 +1222802637,Help me build a BRAZILLIANT ARTS CENTRE IN LONDON,Spaces,Dance,GBP,2015-10-10,7000.00,2015-08-19 20:00:02,751.00,failed,13,GB,1170.47,1159.77,10810.14 +122280700,The Animals Know: Life Lessons From Little Lips,Children's Books,Publishing,USD,2016-05-29,24000.00,2016-04-29 00:36:22,0.00,failed,0,US,0.00,0.00,24000.00 +122281090,An LGBT inclusive comic set in dark fantasy (Canceled),Comic Books,Comics,USD,2016-07-06,4500.00,2016-06-06 12:23:22,2225.00,canceled,67,US,2225.00,2225.00,4500.00 +1222821163,Luke & Emily - First Studio Record,Country & Folk,Music,USD,2015-11-15,2000.00,2015-10-16 23:19:54,3775.00,successful,62,US,3775.00,3775.00,2000.00 +"1222827578,Real musicians Platform,Music,Music,GBP,2016-02-21,3000.00,2016-01-12 22:14:49,0.00,undefined,0,""N,0"""""",,0.00,4193.05" +122283649,TekAddict | The Tech Addiction Webseries,Webseries,Film & Video,AUD,2014-01-16,10000.00,2013-12-17 23:25:34,101.00,failed,2,AU,90.40,88.78,8789.66 +1222840843,Books & Beyond,Nonfiction,Publishing,USD,2009-12-13,5000.00,2009-09-15 00:08:42,5575.00,successful,69,US,5575.00,5575.00,5000.00 +1222844812,tiltcard iPhone/Phone/iPad/Tablet Stand: Fits in Your Wallet,Product Design,Design,USD,2015-05-06,400.00,2015-04-06 02:16:26,2287.00,successful,178,US,2287.00,2287.00,400.00 +1222849429,Retirement Restaurant and Gift Shop/Convenience Store - # 1,Restaurants,Food,USD,2017-01-13,1500.00,2016-12-14 21:41:53,1.00,canceled,1,US,0.00,1.00,1500.00 +1222861690,Orange Junk series (Vol 1-4) by Heldrad,Webcomics,Comics,USD,2016-12-15,8000.00,2016-11-17 18:45:52,8132.00,successful,142,US,1035.00,8132.00,8000.00 +1222861937,The Republic belongs to the People.,Print,Journalism,USD,2015-09-17,35000.00,2015-08-18 00:39:56,0.00,failed,0,US,0.00,0.00,35000.00 +1222862821,Border of Lights 2013,Art,Art,USD,2013-09-15,2500.00,2013-08-22 05:09:03,4341.00,successful,62,US,4341.00,4341.00,2500.00 +1222866577,Protect The Electric Grid From Hackers With SCADATrust,Technology,Technology,USD,2014-05-27,101010.00,2014-04-24 18:08:22,10.00,failed,7,US,10.00,10.00,101010.00 +1222888752,Boudicca the Graphic Novel,Comics,Comics,USD,2011-10-21,10000.00,2011-08-22 02:14:03,175.00,failed,5,US,175.00,175.00,10000.00 +1222889812,3DPandoras: The next generation in 3D Full-Color Printing,3D Printing,Technology,USD,2014-10-10,100000.00,2014-09-10 15:04:21,156885.00,successful,65,US,156885.00,156885.00,100000.00 +1222890258,FIERCE! The Movie,Documentary,Film & Video,GBP,2015-09-10,50000.00,2015-08-11 02:17:22,7828.00,failed,165,GB,12129.72,12073.17,77115.27 +1222896284,Transition to Professional Recording Artist,World Music,Music,USD,2016-06-01,4000.00,2016-04-27 18:35:15,4300.20,successful,63,US,4300.20,4300.20,4000.00 +1222896757,The Dog Table of the EleMUTTs,Illustration,Art,USD,2011-10-16,8000.00,2011-09-01 19:24:56,1060.00,failed,31,US,1060.00,1060.00,8000.00 +122290911,The Killing of Tony Blair,Documentary,Film & Video,GBP,2013-10-07,50000.00,2013-08-28 18:17:14,163891.06,successful,4459,GB,255150.08,261877.92,79893.90 +"1222919222,""""""The Course"""" "",Art,Art,USD,2011-01-18,10000.00,2010-12-04 16:34:10,10203.00,successful,50,US,10203.00,10203.00,10000.00" +1222920226,8th Annual Buffalo Small Press Book Fair!,Publishing,Publishing,USD,2014-04-05,2000.00,2014-02-28 02:05:58,2323.00,successful,85,US,2323.00,2323.00,2000.00 +"1222922723,""Shape and Bake- Bakeware you use to create, connect, bake."",Food,Food,USD,2015-10-01,20000.00,2015-08-13 17:48:35,2337.00,failed,6,US,2337.00,2337.00,20000.00" +1222926333,FREE ENERGY,DIY Electronics,Technology,USD,2014-10-24,100.00,2014-08-25 22:49:42,33.00,failed,5,US,33.00,33.00,100.00 +1222935588,TagEm Trainers - Allowing you to customize your feet!,Design,Design,USD,2011-06-23,30000.00,2011-04-24 15:49:32,150.00,failed,3,US,150.00,150.00,30000.00 +122294012,Silk Road & Spice Route of Queens: NYC Food Tour,Events,Food,USD,2014-07-16,2000.00,2014-06-10 05:46:55,2175.00,successful,40,US,2175.00,2175.00,2000.00 +1222940920,timshel - Weight of the Words EP,Indie Rock,Music,USD,2013-10-17,1000.00,2013-09-17 00:42:08,1521.00,successful,30,US,1521.00,1521.00,1000.00 +1222942574,UB4Me Apparel - Our First Retail Store,Fashion,Fashion,USD,2013-03-24,3000.00,2013-02-21 21:44:19,3830.00,successful,28,US,3830.00,3830.00,3000.00 +1222944804,Caleb Kopta: KIDS - EP,Indie Rock,Music,USD,2016-08-13,3000.00,2016-07-14 18:57:35,190.00,failed,4,US,80.00,190.00,3000.00 +1222946882,LOVELAND: Ghost Inches Inchermission & The Soft Launch of Season 2,Video Games,Games,USD,2010-04-13,500.00,2010-03-28 23:20:52,516.00,successful,24,US,516.00,516.00,500.00 +1222952051,BiT: Evolution,Video Games,Games,GBP,2013-09-14,9000.00,2013-08-14 11:10:08,997.00,failed,71,GB,1541.60,1597.14,14417.53 +1222956909,Day One Travelers,Documentary,Film & Video,USD,2011-11-13,3000.00,2011-10-08 21:04:02,4286.00,successful,46,US,4286.00,4286.00,3000.00 +1222956967,Fishing Away / DABADEW,Games,Games,USD,2014-01-13,500000.00,2013-11-14 19:03:57,1452.00,failed,11,US,1452.00,1452.00,500000.00 +1222967495,Changes in the Landscape,Journalism,Journalism,USD,2014-05-04,25000.00,2014-04-04 19:47:24,26370.00,successful,154,US,26370.00,26370.00,25000.00 +1222967727,Celebrity eBay,Comedy,Publishing,GBP,2017-11-10,8000.00,2017-09-26 16:12:16,98.00,failed,3,GB,0.00,129.24,10550.19 +1222968742,deleted project (Canceled),Technology,Technology,EUR,2015-06-12,20500.00,2015-05-12 07:53:33,121.00,canceled,4,DE,135.02,135.76,23000.89 +1222975353,LIVE ARTS EXCHANGE FESTIVAL (LAX),Experimental,Theater,USD,2015-04-03,12000.00,2015-02-27 21:37:17,12035.00,successful,89,US,12035.00,12035.00,12000.00 +1222975953,Endless Rift,Video Games,Games,GBP,2016-07-25,1000.00,2016-07-07 22:15:36,83.00,failed,8,GB,32.16,109.29,1316.71 +"1222976284,""Ultimate Steak Knife: Damascus Steel + Olive, Walnut, Antler"",Product Design,Design,AUD,2017-08-25,20000.00,2017-07-26 06:20:19,7957.00,failed,47,AU,579.15,6297.59,15829.05" +1222992720,Whom You Love: the biology of sexual orientation,Documentary,Film & Video,USD,2012-08-22,50000.00,2012-07-23 23:17:35,23056.00,failed,229,US,23056.00,23056.00,50000.00 +1223004954,Kyle Raper makes movies,Shorts,Film & Video,USD,2016-04-24,500.00,2016-03-25 03:09:57,1.00,failed,1,US,1.00,1.00,500.00 +"122300994,""""""Dead Wizard's Society"""" An epic of occult proportions."",Comics,Comics,USD,2016-11-29,5000.00,2016-10-30 01:45:25,52.00,failed,3,US,0.00,52.00,5000.00" +1223018857,BYDEE Mural Project,Public Art,Art,USD,2011-06-21,8500.00,2011-05-22 21:47:39,110.00,failed,2,US,110.00,110.00,8500.00 +1223018908,Hayfields TV Series,Comedy,Film & Video,GBP,2017-12-26,1200.00,2017-11-21 12:00:56,1223.00,successful,16,GB,79.19,1653.17,1622.08 +1223020814,Old Chapel Apple Juice,Drinks,Food,GBP,2014-08-29,1200.00,2014-07-30 23:11:22,21.00,failed,2,GB,35.66,34.82,1989.88 +122303192,Baltimore Food Co-op Store Expansion (Canceled),Food,Food,USD,2012-09-19,10000.00,2012-08-16 20:20:59,3837.05,canceled,91,US,3837.05,3837.05,10000.00 +"122304394,""""""Mighty Five's Infinite Funk Odyssey"""" - A New Funk Musical"",Theater,Theater,USD,2011-07-12,4500.00,2011-06-02 04:04:32,695.00,canceled,11,US,695.00,695.00,4500.00" +1223045200,ONE DOOR: A Dramatic Short Film,Drama,Film & Video,USD,2014-10-30,2000.00,2014-09-30 02:54:01,2040.00,successful,22,US,2040.00,2040.00,2000.00 +1223047531,The ZERO | G Bottle Belt,Product Design,Design,USD,2014-11-07,2500.00,2014-09-30 17:23:23,2930.00,successful,97,US,2930.00,2930.00,2500.00 +1223052188,Get Gone Records Debut Album,Rock,Music,USD,2012-04-22,3000.00,2012-03-13 20:42:20,3116.00,successful,63,US,3116.00,3116.00,3000.00 +1223058036,The Cowboy and The Spaceman: Android Collective+,Tabletop Games,Games,GBP,2017-12-31,200.00,2017-12-26 13:00:24,402.00,successful,25,GB,368.86,544.77,271.03 +122306240,Reference Art Gallery,Art,Art,USD,2011-02-20,2500.00,2010-12-22 03:11:39,3455.00,successful,68,US,3455.00,3455.00,2500.00 +1223065713,Tambatajá de Marrí,Film & Video,Film & Video,USD,2013-04-25,1000.00,2013-03-28 22:44:28,0.00,failed,0,US,0.00,0.00,1000.00 +1223065899,Ross Cooper - I Rode The Wild Horses,Country & Folk,Music,USD,2017-11-04,20000.00,2017-10-05 20:40:43,21298.00,successful,106,US,6817.00,21298.00,20000.00 +"1223070186,""""""Turning Point"""" Christian Movie"",Film & Video,Film & Video,USD,2011-01-19,20000.00,2010-10-21 06:49:27,0.00,failed,0,US,0.00,0.00,20000.00" +"1223071711,""""""RunRainbow"""" Feature Film Sizzle Reel"",Horror,Film & Video,USD,2016-11-11,3734.00,2016-10-27 21:59:08,715.00,failed,20,US,225.00,715.00,3734.00" +1223072503,R.O.T: Age of Arius,Video Games,Games,USD,2015-07-19,10000.00,2015-06-09 22:01:39,14426.00,successful,395,US,14426.00,14426.00,10000.00 +1223074802,How-to.com,Graphic Design,Design,USD,2015-09-02,20000.00,2015-08-03 22:16:58,0.00,failed,0,US,0.00,0.00,20000.00 +1223074917,FLUXO – The World’s First Truly Smart Lamp,Hardware,Technology,EUR,2016-01-12,50000.00,2015-12-09 09:36:13,409782.00,successful,971,AT,444748.10,447238.20,54570.26 +1223075762,SPIN News with Sven Gali (Canceled),Comedy,Film & Video,USD,2015-05-14,25000.00,2015-04-14 22:25:46,0.00,canceled,0,US,0.00,0.00,25000.00 +1223083394,SFC #1,Comics,Comics,USD,2017-04-21,875.00,2017-03-22 20:01:38,1374.00,successful,58,US,1022.00,1374.00,875.00 +1223084539,Does This Dress Make Me Look Alone? A comedic solo show,Theater,Theater,USD,2014-08-20,2500.00,2014-07-21 23:56:51,2522.00,successful,25,US,2522.00,2522.00,2500.00 +1223088568,Contact lens case for the 21st Century,Product Design,Design,USD,2012-02-24,1000.00,2012-01-25 22:30:53,3116.00,successful,185,US,3116.00,3116.00,1000.00 +1223097233,Sol Trader: a single player space game all about people,Video Games,Games,GBP,2015-10-20,10000.00,2015-09-21 17:16:13,10615.24,successful,593,GB,16486.77,16351.77,15404.05 +1223097694,Dragonslayer: Chapters 1 & 2,Graphic Novels,Comics,USD,2016-08-01,4000.00,2016-07-02 19:31:37,2373.00,failed,91,US,1748.00,2373.00,4000.00 +1223098715,Anderson HS schoolfront beautification project,Civic Design,Design,USD,2016-09-14,875.00,2016-08-31 00:33:40,945.00,successful,16,US,0.00,945.00,875.00 +1223104846,KEITH MOON: THE REAL ME,Theater,Theater,USD,2013-03-28,20000.00,2013-02-26 20:53:09,940.00,failed,9,US,940.00,940.00,20000.00 +1223112948,Lost Falls Distillery: From the Land To Your Hand,Food,Food,USD,2013-12-12,11500.00,2013-11-11 06:42:42,15105.00,successful,284,US,15105.00,15105.00,11500.00 +122311428,Made-to-measure makeup case with ALTERABLE structure,Product Design,Design,GBP,2016-04-03,2500.00,2016-02-08 12:33:20,2751.00,successful,36,GB,3989.55,3872.14,3518.85 +1223120521,Coin Rings of The Realm (Canceled),Crafts,Crafts,USD,2014-08-20,400.00,2014-07-21 19:08:07,3735.00,canceled,60,US,3735.00,3735.00,400.00 +1223120666,Fatherland: A film about a camp for the born free generation,Documentary,Film & Video,USD,2012-12-29,25000.00,2012-11-29 09:16:05,1782.00,failed,25,US,1782.00,1782.00,25000.00 +122312222,Ascensum - Lovecraft horror card game,Tabletop Games,Games,EUR,2017-05-27,55000.00,2017-04-11 15:31:25,1840.00,canceled,16,IT,1015.90,2063.94,61693.77 +1223123648,Karibu - A Revolution in Millennial Media (Canceled),Web,Journalism,GBP,2016-06-09,12000.00,2016-05-12 12:05:03,102.00,canceled,4,GB,147.35,146.92,17284.34 +1223127562,Cafe History (bread in the morning Pasta at night),Food,Food,USD,2012-02-25,75000.00,2012-01-26 21:40:55,0.00,failed,0,US,0.00,0.00,75000.00 +1223131119,Hubba Hubba gets serious.,Indie Rock,Music,USD,2015-07-10,3000.00,2015-05-15 03:14:12,3044.00,successful,32,US,3044.00,3044.00,3000.00 +1223135602,Release the Samurai,Tabletop Games,Games,GBP,2016-01-23,850.00,2016-01-03 12:27:40,1152.00,successful,25,GB,1700.39,1646.35,1214.75 +1223140385,JordyCakes Custom Cake & Cupcake Boutique,Food,Food,USD,2014-01-27,10000.00,2014-01-06 16:43:02,14352.76,successful,260,US,14352.76,14352.76,10000.00 +1223144687,Small Sur's new full-length album!,Rock,Music,USD,2011-04-25,1000.00,2011-03-25 04:42:59,1151.00,successful,43,US,1151.00,1151.00,1000.00 +1223145606,Historical Conquest: The Game,Tabletop Games,Games,USD,2013-03-31,5000.00,2013-03-01 10:19:33,5005.00,successful,89,US,5005.00,5005.00,5000.00 +1223146341,Better Smut than 50 Shades,Web,Journalism,USD,2014-08-11,500.00,2014-07-12 03:48:50,15.00,failed,1,US,15.00,15.00,500.00 +1223147991,Ramen,Food,Food,USD,2014-08-09,10.00,2014-07-10 20:36:02,10.00,successful,1,US,10.00,10.00,10.00 +1223149124,Nashville Film Institute Visual Art Décor Project (Canceled),Art,Art,USD,2011-09-16,3250.00,2011-08-02 14:52:22,45.00,canceled,3,US,45.00,45.00,3250.00 +1223150190,Que Hace un Pez t-Shirt,Fashion,Fashion,USD,2015-09-28,200.00,2015-09-18 00:49:24,374.00,successful,13,US,374.00,374.00,200.00 +122315878,Artistes juifs et musulmans du Maroc retissent des liens,Documentary,Film & Video,EUR,2015-07-19,15000.00,2015-06-09 22:53:19,15373.00,successful,144,FR,17062.93,16816.53,16408.51 +1223170023,Harpy Records,Indie Rock,Music,GBP,2015-11-28,50000.00,2015-10-29 14:13:34,0.00,failed,0,GB,0.00,0.00,75697.93 +1223173237,Socotra-Garden of Dragons,Documentary,Film & Video,USD,2010-12-11,20000.00,2010-10-27 12:47:17,250.00,failed,1,US,250.00,250.00,20000.00 +1223178092,Canopy Walk,Tabletop Games,Games,EUR,2014-08-10,5550.00,2014-07-11 21:33:37,5888.00,successful,192,NL,8035.64,7882.83,7430.32 +1223178795,The Cyber Spectre - Issue #1 - Art By Ale Garza and Oracle,Comic Books,Comics,GBP,2017-11-05,2000.00,2017-10-03 18:33:46,7626.00,successful,162,GB,1331.67,10056.97,2637.55 +1223188266,How Warm is a Warmpod?,Architecture,Design,USD,2015-11-02,1000.00,2015-10-26 16:36:53,45.00,failed,3,US,45.00,45.00,1000.00 +"1223191803,""""""Lost and Inspired in Barcelona"""""",Photography,Photography,USD,2012-11-07,3600.00,2012-10-02 00:58:23,3710.00,successful,52,US,3710.00,3710.00,3600.00" +"1223194216,""Anywhere, But Backwards"",Fiction,Publishing,USD,2014-06-07,3000.00,2014-05-08 03:16:36,285.00,failed,3,US,285.00,285.00,3000.00" +1223206044,One More Breath,Family,Film & Video,USD,2015-05-07,50000.00,2015-04-07 01:52:20,6214.00,failed,67,US,6214.00,6214.00,50000.00 +"122320816,""Be a part of PARDIGM SHIFT's new album """"Event Horizon"""""",Rock,Music,USD,2014-03-19,2000.00,2014-01-18 03:59:51,82.00,failed,4,US,82.00,82.00,2000.00" +1223215103,Horizon: Revolutionary Phone Holder and Car Mount (Canceled),Product Design,Design,GBP,2015-04-20,10000.00,2015-03-21 10:20:37,795.00,canceled,25,GB,1174.14,1202.00,15119.44 +"1223215508,""1990's punk/emo/hardcore 7"""" record album cover book"",Music,Music,USD,2009-12-10,4000.00,2009-09-22 23:54:00,0.00,failed,0,US,0.00,0.00,4000.00" +122321929,EnviroShare,Web,Journalism,CAD,2015-04-04,500.00,2015-02-03 02:48:17,30.00,failed,4,CA,23.57,23.69,394.82 +1223226038,Lincoln Street Art Park & Sculpture Garden,Public Art,Art,USD,2011-06-26,1450.00,2011-05-17 19:47:01,1470.00,successful,44,US,1470.00,1470.00,1450.00 +"1223228754,""OnTrack - Stay synced, save time"",Software,Technology,EUR,2016-09-22,10000.00,2016-08-23 11:23:40,752.00,failed,8,BE,0.00,843.30,11214.03" +1223232660,Vikpy Social App,Apps,Technology,CAD,2014-10-23,2000.00,2014-09-08 18:26:59,0.00,failed,0,CA,0.00,0.00,1784.12 +"1223238068,""My Debut Album: """"Naturally"""""",Indie Rock,Music,USD,2013-11-26,5300.00,2013-09-27 01:53:54,6031.00,successful,53,US,6031.00,6031.00,5300.00" +122323880,Life After Murder - Nonfiction Book and Photo Exhibit,Public Art,Art,USD,2012-09-26,4382.00,2012-09-06 21:32:20,1635.00,failed,22,US,1635.00,1635.00,4382.00 +1223243545,Porchlight Sessions,Documentary,Film & Video,USD,2010-06-02,8000.00,2010-04-26 06:48:17,1520.00,failed,8,US,1520.00,1520.00,8000.00 +1223246754,CaringBoundaries.com,Web,Technology,NOK,2015-05-27,800000.00,2015-04-27 12:28:34,0.00,failed,0,NO,0.00,0.00,102811.91 +1223255283,Que? Where's the 'crowd'? (Suspended),Crafts,Crafts,GBP,2015-07-18,2800.00,2015-06-26 18:51:48,56.00,suspended,2,GB,87.89,86.66,4332.89 +122325808,funding for bbq trailer,Food Trucks,Food,USD,2015-03-08,14000.00,2015-02-06 06:14:57,2.00,failed,2,US,2.00,2.00,14000.00 +1223260824,REAL TIME...Yours & Mine Magazine,Periodicals,Publishing,USD,2013-06-27,5000.00,2013-04-28 05:41:51,100.00,failed,1,US,100.00,100.00,5000.00 +1223262133,Little Balance Box - Sit. Stand. Push. Walk.,Product Design,Design,USD,2015-02-28,15000.00,2015-01-26 08:54:06,5609.00,failed,61,US,5609.00,5609.00,15000.00 +1223266721,The Get Right Band's First Full-Length Album!,Rock,Music,USD,2014-04-01,7000.00,2014-02-16 00:57:50,7620.00,successful,130,US,7620.00,7620.00,7000.00 +1223267495,Our Past and Present Futures: A new LP from Devin Sinha!,Country & Folk,Music,USD,2015-06-18,6000.00,2015-05-19 15:40:18,730.00,failed,21,US,730.00,730.00,6000.00 +1223273176,qwik-keyz™: Keyboard TouchGuide for the iPhone,Technology,Technology,USD,2012-06-04,15000.00,2012-04-20 04:02:21,15155.50,successful,257,US,15155.50,15155.50,15000.00 +1223282643,DemiGod Wars: Would you like to help Developers shape game?,Video Games,Games,USD,2015-03-12,175000.00,2015-02-10 17:45:16,0.00,canceled,0,US,0.00,0.00,175000.00 +1223288208,The Good Kids Apparel,Childrenswear,Fashion,USD,2017-12-15,2000.00,2017-11-15 16:38:14,5.00,failed,1,US,0.00,5.00,2000.00 +1223290525,Wilder Sons Summer Tour Fund,Rock,Music,USD,2015-07-22,1200.00,2015-06-04 16:49:57,65.00,failed,2,US,65.00,65.00,1200.00 +1223293557,Noboru (?),Drama,Film & Video,USD,2014-11-07,10000.00,2014-10-08 05:50:40,10125.00,successful,51,US,10125.00,10125.00,10000.00 +"1223295,""Lake Ontario, a love story and quest for hope"",Documentary,Film & Video,USD,2015-06-19,5500.00,2015-05-20 20:36:04,5894.00,successful,49,US,5894.00,5894.00,5500.00" +1223296646,An Evening with Kevin Thornton -NYC,Narrative Film,Film & Video,USD,2010-10-28,1980.00,2010-07-30 03:21:16,281.00,failed,7,US,281.00,281.00,1980.00 +1223307292,Bakers Brew,Restaurants,Food,GBP,2014-09-01,27000.00,2014-08-02 08:00:26,4.00,failed,2,GB,6.75,6.52,43999.02 +1223314080,ART PROJECTS 2016!,Mixed Media,Art,USD,2016-05-20,2500.00,2016-03-21 15:50:47,0.00,failed,0,US,0.00,0.00,2500.00 +1223314499,Paint Me the Sky,Children's Books,Publishing,USD,2015-09-27,5000.00,2015-08-28 23:02:48,0.00,failed,0,US,0.00,0.00,5000.00 +1223322900,Franklin,Shorts,Film & Video,USD,2014-04-28,625.00,2014-03-29 00:09:41,823.00,successful,25,US,823.00,823.00,625.00 +1223329640,LEESTENT,Architecture,Design,EUR,2016-12-12,750.00,2016-11-12 00:26:32,780.00,successful,20,NL,131.13,814.24,782.92 +1223332108,Destiny - The Film Series,Documentary,Film & Video,USD,2017-01-26,25000.00,2016-12-08 19:18:51,1049.00,failed,21,US,292.00,1049.00,25000.00 +122333410,The (Still) Mad One: The Wife in Space Volume 5,Nonfiction,Publishing,GBP,2016-07-31,4000.00,2016-07-21 19:46:04,9266.00,successful,374,GB,7311.36,12188.58,5261.63 +1223335620,V: an apocalypse begins,Fiction,Publishing,AUD,2016-01-05,5000.00,2015-12-15 01:46:13,0.00,failed,0,AU,0.00,0.00,3504.59 +1223350013,Documentary Film- The Rollin' Green Project,Documentary,Film & Video,USD,2013-03-13,3000.00,2013-02-11 21:18:24,20.00,failed,1,US,20.00,20.00,3000.00 +1223351159,Legacy of the Elder Star (Canceled),Video Games,Games,USD,2015-10-19,30000.00,2015-09-17 20:00:22,2521.00,canceled,76,US,2521.00,2521.00,30000.00 +1223353064,Parsha Coloring Pages: A little more for your fridge door.,Comics,Comics,USD,2014-03-16,5000.00,2014-02-14 06:46:27,7117.00,successful,182,US,7117.00,7117.00,5000.00 +1223354034,Memoe: Simplify Your Messaging,Apps,Technology,CAD,2016-08-20,5000.00,2016-07-21 19:26:57,26.00,canceled,2,CA,19.97,20.18,3880.78 +1223355703,Christian clothing that actually looks cool.,Apparel,Fashion,USD,2017-03-27,1700.00,2017-03-11 21:39:37,1810.00,successful,27,US,400.00,1810.00,1700.00 +1223355821,Where Heaven Meets Hell: The Sulfur Miners of Kawah Ijen,Documentary,Film & Video,USD,2010-06-23,6000.00,2010-05-18 19:16:16,7320.00,successful,90,US,7320.00,7320.00,6000.00 +1223364046,Screwduino - Arduino compatible w/ screw terminals/mtg holes,DIY Electronics,Technology,USD,2015-08-30,500.00,2015-07-31 22:17:54,2252.00,successful,63,US,2252.00,2252.00,500.00 +1223368123,Pinups VS. Creatures 2011,Art Books,Publishing,USD,2011-08-29,2500.00,2011-07-30 07:12:22,476.00,failed,14,US,476.00,476.00,2500.00 +1223381054,Film The First Ever Hollie LA Music Video!,Pop,Music,USD,2009-11-01,3000.00,2009-09-08 09:39:16,100.00,failed,2,US,100.00,100.00,3000.00 +1223385190,If I Were Enlightened,Music Videos,Film & Video,USD,2014-07-04,10000.00,2014-06-04 09:27:40,33837.38,successful,1541,US,33837.38,33837.38,10000.00 +122338707,New Projects - Serving Entrepreneurs with E-learning Tools,Web,Technology,USD,2014-06-22,10000.00,2014-05-23 04:45:03,50.00,failed,2,US,50.00,50.00,10000.00 +1223395429,Team Tower Defense - Competitive MMO Style Tower Defense!,Video Games,Games,USD,2013-06-24,65000.00,2013-05-24 15:33:31,185.00,canceled,5,US,185.00,185.00,65000.00 +1223406865,Tap - Unlock Your Mac With Multi-touch And Pattern,Software,Technology,USD,2016-08-01,5000.00,2016-06-17 03:53:01,5173.00,successful,352,US,1842.00,5173.00,5000.00 +1223409582,Generator (Canceled),Technology,Technology,USD,2015-08-16,500.00,2015-06-17 17:29:27,0.00,canceled,0,US,0.00,0.00,500.00 +1223423587,Feminist: Stories from the Women's Liberation Movement,Documentary,Film & Video,USD,2011-05-01,10000.00,2011-04-01 05:01:43,12005.00,successful,144,US,12005.00,12005.00,10000.00 +1223430312,Instant Empire needs your help to release Lamplight Lost!,Indie Rock,Music,USD,2015-04-17,5000.00,2015-03-27 19:08:51,9461.00,successful,116,US,9461.00,9461.00,5000.00 +"1223433747,""Passport wallet: Pocket sized, waterproof protection."",Product Design,Design,AUD,2013-12-13,60000.00,2013-11-13 00:18:53,7394.00,failed,80,AU,6937.76,6610.05,53638.48" +1223438806,Sam's Abtract and mix media Art Project,Painting,Art,USD,2015-07-10,387.00,2015-06-10 06:09:13,0.00,failed,0,US,0.00,0.00,387.00 +1223447242,Seven Poets and the Assassin's Secret: a real-time iOS story,Fiction,Publishing,USD,2012-08-06,13500.00,2012-07-20 22:15:50,14264.00,successful,96,US,14264.00,14264.00,13500.00 +"1223449774,50 REASON YOU CANT GT IN MY PANTS,Film & Video,Film & Video,USD,2015-10-28,5000.00,2015-09-08 20:19:38,0.00,undefined,0,""N,0"""""",,0.00,5000.00" +1223451164,Show live events to family and fans,Video,Journalism,DKK,2016-02-10,5000.00,2015-12-12 10:41:20,660.00,failed,4,DK,96.78,99.70,755.28 +1223456589,phone tether for iphone,Product Design,Design,USD,2013-07-16,11111.00,2013-06-13 02:04:35,175.00,failed,3,US,175.00,175.00,11111.00 +"1223458003,""F8 Cosmetics """"Colors of Allure"""""",Fashion,Fashion,USD,2014-08-12,35000.00,2014-07-13 20:43:23,11.00,failed,3,US,11.00,11.00,35000.00" +1223459242,Mystery Art Envelope Commissions,Art,Art,USD,2017-11-24,45.00,2017-11-10 21:48:04,397.00,successful,10,US,257.00,397.00,45.00 +1223464883,World Cup Wall Chart Poster,Graphic Design,Design,GBP,2014-06-12,500.00,2014-05-13 19:12:09,0.00,failed,0,GB,0.00,0.00,848.10 +1223465258,BANG. FLASH! BLACK...,Shorts,Film & Video,USD,2011-09-17,1000.00,2011-08-16 18:40:51,1060.00,successful,19,US,1060.00,1060.00,1000.00 +122346539,Mr. Lester's Farm. 100 yrs. of American history in 32 pgs.,Children's Books,Publishing,USD,2012-07-04,8180.00,2012-06-04 18:29:08,9062.00,successful,110,US,9062.00,9062.00,8180.00 +122346738,JAR'D,Food,Food,USD,2016-09-13,4000.00,2016-08-22 21:17:39,1895.00,failed,32,US,260.00,1895.00,4000.00 +1223467587,Johnny Takes Back the School,Children's Books,Publishing,USD,2015-06-16,10000.00,2015-05-02 00:19:00,20.00,failed,1,US,20.00,20.00,10000.00 +1223473244,Vision2Victory Mind Body Soul Experience: THRT,Festivals,Theater,USD,2017-12-15,70000.00,2017-11-29 10:55:17,0.00,failed,0,US,0.00,0.00,70000.00 +1223478979,Joan Dark,Comics,Comics,USD,2012-06-21,37800.00,2012-05-22 17:23:14,6283.66,failed,100,US,6283.66,6283.66,37800.00 +1223482326,Hungry For Love - Last Hour Left to Fund this NYC Food Film!,Narrative Film,Film & Video,USD,2014-12-22,60000.00,2014-11-19 20:00:52,60642.00,successful,492,US,60642.00,60642.00,60000.00 +"1223486281,""Publishing """"Call Me Victoria"""" for the art of Storytelling"",Nonfiction,Publishing,USD,2012-10-20,1777.00,2012-09-20 20:15:06,260.00,failed,9,US,260.00,260.00,1777.00" +1223488205,Paul Fonfara(painted saints) tour of the UK Sept 2013,Country & Folk,Music,USD,2013-09-14,1000.00,2013-08-29 18:50:18,1050.52,successful,27,US,1050.52,1050.52,1000.00 +"122349187,""One Dollar, One Photograph. Unique Photo project"",Places,Photography,USD,2015-03-06,1000.00,2015-02-04 20:39:08,266.00,failed,14,US,266.00,266.00,1000.00" +1223492998,Boxai - Open up to Joy!,Art,Art,USD,2013-11-11,18500.00,2013-10-11 21:06:04,1337.00,failed,37,US,1337.00,1337.00,18500.00 +"1223495882,""Sincerely, Me_ (Canceled)"",Film & Video,Film & Video,USD,2014-05-23,250000.00,2014-04-08 23:19:06,1410.00,canceled,7,US,1410.00,1410.00,250000.00" +"1223498022,Matt Maine - Ocean Blue,Hip-Hop,Music,USD,2016-04-15,5000.00,2016-03-31 00:08:17,0.00,undefined,0,""N,0"""""",,0.00,5000.00" +1223498581,Landover LARP,Games,Games,USD,2014-04-10,7500.00,2014-02-24 04:27:17,70.00,failed,5,US,70.00,70.00,7500.00 +1223499789,MBE Artist T-Katz Album and Music Video,Kids,Music,USD,2016-04-23,20000.00,2016-02-23 04:21:42,60.00,failed,1,US,60.00,60.00,20000.00 +1223502629,Into The Dark,Thrillers,Film & Video,USD,2016-12-16,8000.00,2016-11-16 03:04:47,576.00,canceled,8,US,104.00,576.00,8000.00 +"122350606,""High in Shanghai: business, blogging, exploring"",Web,Journalism,EUR,2015-08-29,3000.00,2015-07-15 00:14:18,1.00,failed,1,DE,1.11,1.11,3341.39" +1223506815,Finding Belovezhskaya Pushcha,Theater,Theater,USD,2011-09-02,1500.00,2011-08-06 19:21:45,2211.00,successful,65,US,2211.00,2211.00,1500.00 +1223506984,The Jon Lipsky Play Anthology,Anthologies,Publishing,USD,2012-12-09,6000.00,2012-11-08 14:35:08,7605.00,successful,116,US,7605.00,7605.00,6000.00 +1223512008,Beautiful Being Box,Web,Technology,CAD,2015-08-16,300.00,2015-07-17 18:26:57,0.00,failed,0,CA,0.00,0.00,228.87 +1223515159,Delinquent - A Youth Feature Film,Drama,Film & Video,NZD,2014-10-31,500.00,2014-10-06 00:31:24,750.00,successful,4,NZ,582.53,585.43,390.29 +"1223517704,""""""La Cajita"""" Mexican Candy Subscription Box"",Food,Food,USD,2017-08-18,5000.00,2017-07-19 19:30:40,1.00,failed,1,US,0.00,1.00,5000.00" +"1223522194,""BUNDY - Simply Designed, Premium Leather Bags - Made in USA"",Fashion,Fashion,USD,2015-10-16,10000.00,2015-09-17 19:36:22,1706.00,failed,10,US,1706.00,1706.00,10000.00" +"1223526627,NANA JACOBI - EXPANDER - VINYL PRESS,Music,Music,DKK,2015-02-27,8000.00,2015-01-23 10:09:31,9100.00,undefined,0,""N,0"""""",,1370.01,1204.40" +1223542386,The Drummer Boy,Film & Video,Film & Video,USD,2015-02-21,300000.00,2015-01-22 11:50:35,32.00,failed,3,US,32.00,32.00,300000.00 +1223543691,Subliminal Panda-The first shirt to help kids become artists,Apparel,Fashion,USD,2016-02-29,10000.00,2016-01-30 20:00:15,10122.00,successful,77,US,10122.00,10122.00,10000.00 +122354493,A New York Album: Saints and Fireworks,Indie Rock,Music,USD,2013-06-16,20000.00,2013-05-17 23:18:30,20882.00,successful,111,US,20882.00,20882.00,20000.00 +12235576,Magnetic Mountains,Documentary,Film & Video,GBP,2016-04-29,17500.00,2016-03-30 10:57:33,20243.50,successful,295,GB,28827.94,29584.95,25575.45 +122356927,Programmable Motorcycle CDIs Controlled Via Bluetooth,Apps,Technology,USD,2015-03-21,3000.00,2015-03-01 03:26:24,0.00,canceled,0,US,0.00,0.00,3000.00 +1223569482,SNAPTRAX - BLUETOOTH BASEBALL CAP (Canceled),Wearables,Technology,AUD,2014-08-23,158000.00,2014-07-24 02:29:28,81.00,canceled,4,AU,75.97,75.64,147539.45 +1223574601,SuperGreen Hemp Yoga Mat: with lifetime guarantee!,Product Design,Design,CAD,2014-04-18,9500.00,2014-03-04 07:37:22,6217.00,failed,54,CA,5623.48,5642.58,8622.25 +1223581545,The Moods of the Mad King!,Tabletop Games,Games,USD,2017-06-02,3000.00,2017-05-02 19:29:28,3177.00,successful,110,US,1131.00,3177.00,3000.00 +1223592063,Ties of the Ribbon - A Complex Visual Thriller,Shorts,Film & Video,GBP,2017-04-30,9000.00,2017-03-31 08:17:41,9100.00,successful,84,GB,3850.94,11774.91,11645.51 +1223602108,Kung Fu Kid Legends (Canceled),Video Games,Games,CAD,2015-02-20,20000.00,2015-01-16 22:21:02,5.00,canceled,3,CA,4.18,4.01,16056.52 +1223610776,48 State Road Trip - Discovering & Documenting Our Country,Documentary,Film & Video,USD,2011-06-27,20000.00,2011-04-28 02:03:58,0.00,canceled,0,US,0.00,0.00,20000.00 +122361961,Blueluna Dragonfly Designs,Jewelry,Fashion,USD,2014-11-21,1500.00,2014-10-22 18:37:37,800.00,failed,26,US,800.00,800.00,1500.00 +"1223620701,""The Sports Planner - Plan Well, Perform Well"",Product Design,Design,GBP,2017-05-28,12000.00,2017-04-28 19:20:06,127.00,failed,16,GB,66.90,163.24,15424.16" +1223624741,Before Danica Patrick,Documentary,Film & Video,USD,2013-04-06,100000.00,2013-03-07 00:13:56,0.00,failed,0,US,0.00,0.00,100000.00 +1223625381,The Buzzing Brew Walk,Food,Food,USD,2013-03-14,750.00,2013-01-15 03:20:10,0.00,failed,0,US,0.00,0.00,750.00 +12236287,Christoper Noyes Summer Tour,World Music,Music,USD,2012-06-13,900.00,2012-05-30 17:41:41,900.00,successful,15,US,900.00,900.00,900.00 +1223632489,Dual Motor Controller - Arduino Compatible,Hardware,Technology,CAD,2015-05-07,1650.00,2015-04-07 07:46:44,25.00,failed,3,CA,20.03,20.66,1363.30 +1223642352,Keep the Kuhn Cinema,Theater,Theater,USD,2013-05-13,35000.00,2013-04-12 02:00:39,35842.19,successful,350,US,35842.19,35842.19,35000.00 +1223646758,Toy-Z: The Ballad of Mr Huggles,Comic Books,Comics,GBP,2017-07-06,2500.00,2017-06-06 19:02:39,2558.00,successful,75,GB,551.96,3298.99,3224.18 +1223662175,The road unchosen,Shorts,Film & Video,USD,2016-07-04,3500.00,2016-05-05 18:05:18,132.00,failed,5,US,132.00,132.00,3500.00 +1223672340,Murder in Swan Pond,Webseries,Film & Video,USD,2013-01-19,2750.00,2013-01-04 09:04:36,4183.00,successful,108,US,4183.00,4183.00,2750.00 +1223674614,Winks* Eyeliner Accessory,Accessories,Fashion,USD,2015-08-12,10000.00,2015-07-13 22:06:40,51.00,failed,2,US,51.00,51.00,10000.00 +"1223683242,""BROKEN WATER """"Seaside and Sedmikrásk"""""",Indie Rock,Music,USD,2012-04-01,2999.00,2012-02-18 18:38:12,3181.33,successful,77,US,3181.33,3181.33,2999.00" +1223687242,BLOOD MOON,Film & Video,Film & Video,USD,2011-07-31,5000.00,2011-06-15 16:52:32,185.00,failed,5,US,185.00,185.00,5000.00 +"1223690262,""The Mini Maker, a kid focused makerspace"",Makerspaces,Technology,USD,2015-08-21,20000.00,2015-07-22 19:55:13,21360.00,successful,80,US,21360.00,21360.00,20000.00" +122370255,Chasing Ireland,Places,Photography,USD,2014-11-16,5000.00,2014-10-05 00:44:30,644.00,failed,12,US,644.00,644.00,5000.00 +1223707078,Inspire worldwide recognition of West Africa through film,Shorts,Film & Video,USD,2013-11-20,10000.00,2013-09-21 02:54:43,45.00,failed,3,US,45.00,45.00,10000.00 +1223712676,The Nixie Clock III using IN-18 nixie tubes,DIY Electronics,Technology,USD,2015-12-25,1500.00,2015-11-25 16:38:12,5519.00,successful,18,US,5519.00,5519.00,1500.00 +122371665,madly wish ~ Project SwEtsy Shop,Quilts,Crafts,USD,2014-09-22,5000.00,2014-08-23 19:56:59,362.00,failed,6,US,362.00,362.00,5000.00 +122371923,The Halloween Hullabaloo!,Theater,Theater,USD,2010-11-14,2500.00,2010-10-15 12:20:49,160.00,failed,4,US,160.00,160.00,2500.00 +1223722164,Origin's Tap House,Drinks,Food,USD,2016-10-23,25000.00,2016-09-23 03:26:33,101.00,failed,2,US,100.00,101.00,25000.00 +1223730663,Mamahood: turn and face the strange,Plays,Theater,CAD,2016-05-28,1650.00,2016-03-30 05:48:24,1690.00,successful,42,CA,1273.69,1291.65,1261.08 +12237409,Habit Zen,Apps,Technology,USD,2016-10-04,50000.00,2016-09-09 18:10:57,54185.00,successful,834,US,18077.00,54185.00,50000.00 +1223744015,Reach: Musicianship and Mentoring,Music,Music,USD,2016-12-23,1000.00,2016-12-13 02:25:45,609.00,failed,8,US,125.00,609.00,1000.00 +122374670,Demon X Soul,Video Games,Games,GBP,2013-12-13,1000.00,2013-11-13 01:27:33,5.00,failed,1,GB,8.01,8.13,1627.00 +1223747777,Wooden notebooks. Leather pencil case. Motivating posters.,Design,Design,USD,2017-05-29,1000.00,2017-04-29 07:57:10,1283.00,successful,17,US,498.00,1283.00,1000.00 +122375086,Minions & Immortals (Canceled),Video Games,Games,USD,2013-07-10,100000.00,2013-06-08 05:03:41,10420.00,canceled,71,US,10420.00,10420.00,100000.00 +1223751153,Bring FMO to Print,Periodicals,Publishing,USD,2013-03-10,15000.00,2013-02-01 22:51:27,0.00,failed,0,US,0.00,0.00,15000.00 +1223761270,The Monument Project: Africa,Public Art,Art,USD,2014-01-30,25000.00,2013-12-31 00:06:45,26197.23,successful,262,US,26197.23,26197.23,25000.00 +1223767251,Neo_SoulZ Open Mic,Performance Art,Art,USD,2014-06-22,10000.00,2014-05-23 23:27:21,23.23,failed,1,US,23.23,23.23,10000.00 +1223772742,51 Serif St. - A horror comic!,Comics,Comics,USD,2012-04-29,1000.00,2012-03-30 22:19:33,3672.00,successful,88,US,3672.00,3672.00,1000.00 +1223776664,EVOLVing: Verge Dance Company's fall show,Dance,Dance,USD,2011-11-27,750.00,2011-10-28 22:48:21,2285.00,successful,39,US,2285.00,2285.00,750.00 +"1223779675,""""""Free Space: The Real Life Story of A Bingo Queen"""" Mock Doc"",Narrative Film,Film & Video,USD,2011-07-30,60000.00,2011-06-26 23:22:53,325.00,failed,13,US,325.00,325.00,60000.00" +1223785302,Orbital Alert,Video Games,Games,USD,2012-09-01,7500.00,2012-08-02 17:10:15,5.00,failed,1,US,5.00,5.00,7500.00 +1223789591,The Beginning of the End: TRUE Cross Platform RPG,Video Games,Games,USD,2011-04-08,2000.00,2011-01-07 05:48:59,0.00,failed,0,US,0.00,0.00,2000.00 +1223791463,WYCO Shades - Interchangeable Sunglasses (Canceled),Accessories,Fashion,USD,2014-09-10,50000.00,2014-08-11 07:46:27,9377.00,canceled,66,US,9377.00,9377.00,50000.00 +1223794509,FOR MY NEXT TRICK,Shorts,Film & Video,GBP,2013-11-15,7500.00,2013-10-18 15:59:14,7523.00,successful,43,GB,12016.88,12087.86,12050.90 +1223797754,The One Artsy Mama Mobile App,Apps,Technology,USD,2014-10-14,550.00,2014-09-26 18:24:47,87.00,failed,4,US,87.00,87.00,550.00 +1223805327,Jesus Right Before You: Music for Intimate Prayer,Music,Music,USD,2015-01-19,10000.00,2014-11-22 08:36:36,0.00,failed,0,US,0.00,0.00,10000.00 +122380887,Chip Off Agenda,Product Design,Design,CAD,2014-12-15,7000.00,2014-11-25 02:39:48,25.00,failed,2,CA,22.26,21.56,6036.56 +122381237,Party Planner in a Box-Elegant Disposable Party Supplies,Crafts,Crafts,USD,2012-03-21,500.00,2012-01-21 23:28:25,5.00,failed,1,US,5.00,5.00,500.00 +1223830323,Help get my 3rd album in physical production,Electronic Music,Music,USD,2015-08-15,1000.00,2015-07-16 01:08:40,340.00,failed,5,US,340.00,340.00,1000.00 +1223830709,Help fund It's a Wacky World EP Release!,Pop,Music,USD,2017-09-30,2500.00,2017-08-29 05:04:21,3121.00,successful,39,US,500.00,3121.00,2500.00 +"1223833081,""Sarah Kelly """"My Corner of Heaven"""" Independent full album"",Indie Rock,Music,USD,2013-12-15,20000.00,2013-11-15 17:02:40,30356.00,successful,126,US,30356.00,30356.00,20000.00" +1223835355,NOOCH | Vegan Market: From Table Top to Store Front.,Vegan,Food,USD,2012-07-01,10000.00,2012-06-01 02:27:39,10202.83,successful,241,US,10202.83,10202.83,10000.00 +1223835429,The Space Needle Lamp - Tribute to Seattle's Famous Icon,Product Design,Design,USD,2014-12-06,5350.00,2014-11-06 08:04:26,104.00,failed,5,US,104.00,104.00,5350.00 +1223836724,Progress Road Trip Installation! Made in America for America (Canceled),Photography,Photography,USD,2009-12-15,3500.00,2009-09-16 22:09:18,275.00,canceled,10,US,275.00,275.00,3500.00 +122384386,TweetFree - Post to social networks from censored countries,Software,Technology,USD,2011-10-22,15000.00,2011-09-22 05:13:30,16.00,failed,3,US,16.00,16.00,15000.00 +1223844645,Lost Souls And Locked Doors,Country & Folk,Music,USD,2013-08-28,2000.00,2013-07-19 19:28:36,2022.00,successful,47,US,2022.00,2022.00,2000.00 +1223845605,THE PISTOLEERS: WESTWARD EXPANSION EDITION,Graphic Novels,Comics,USD,2014-07-06,1000.00,2014-06-06 06:02:36,1281.00,successful,35,US,1281.00,1281.00,1000.00 +1223845916,Homöopathische Arzneimittel in der Tanzfotografie in 2016,Photobooks,Photography,EUR,2016-03-06,1200.00,2016-01-06 13:14:34,400.00,failed,9,DE,432.78,443.60,1330.80 +1223846370,New years eve masquerade party,Festivals,Film & Video,USD,2015-12-07,10000.00,2015-11-08 09:30:15,0.00,failed,0,US,0.00,0.00,10000.00 +1223854715,BOB 17,Rock,Music,USD,2012-06-28,5000.00,2012-05-29 14:51:10,2145.00,failed,27,US,2145.00,2145.00,5000.00 +1223864862,The In-Between: a short film,Shorts,Film & Video,USD,2016-09-13,6000.00,2016-08-24 18:46:47,6400.00,successful,55,US,2456.00,6400.00,6000.00 +1223869516,MyPad!™ A Home For Your Tablets & More!,Design,Design,USD,2012-08-31,65000.00,2012-08-01 18:27:59,13808.00,failed,75,US,13808.00,13808.00,65000.00 +1223884798,SJS DIRECT COVER KICKSTARTER,Comic Books,Comics,USD,2016-03-11,2800.00,2016-01-11 16:09:32,297.00,failed,11,US,297.00,297.00,2800.00 +"1223885148,Affordable recording studio for new artists!!,Music,Music,USD,2015-10-05,3000.00,2015-09-05 01:03:51,0.00,undefined,0,""N,0"""""",,0.00,3000.00" +1223890120,Información Nacional,Web,Technology,MXN,2017-11-10,90000.00,2017-10-16 22:03:14,0.00,failed,0,MX,0.00,0.00,4719.45 +12238970,Cooking Like A Florentine,Food,Food,USD,2016-05-04,6300.00,2016-04-09 01:51:25,6350.00,successful,39,US,6350.00,6350.00,6300.00 +"1223908071,N-Siv EP SOLO #1,Music,Music,CAD,2016-04-06,4500.00,2016-02-16 05:14:43,0.00,undefined,0,""N,0"""""",,0.00,3440.89" +1223922893,World's Smartest Wireless Speaker,Product Design,Design,USD,2016-12-16,50000.00,2016-11-01 18:07:47,4922.00,failed,25,US,3221.00,4922.00,50000.00 +"1223926332,""Anonymous: The Machine, The Movement, The Movie"",Shorts,Film & Video,USD,2010-10-08,2000.00,2010-09-08 07:03:21,50.00,failed,1,US,50.00,50.00,2000.00" +1223927291,Odyn the app,Apps,Technology,USD,2017-04-13,20000.00,2017-03-14 00:06:52,10.00,failed,1,US,0.00,10.00,20000.00 +1223933458,700 Knights 2 of 4 - Let's Print,Graphic Novels,Comics,USD,2016-11-18,49.00,2016-10-10 17:10:24,226.00,successful,25,US,117.00,226.00,49.00 +1223940048,REMOTE,Theater,Theater,GBP,2016-03-30,3000.00,2016-02-29 11:11:20,3198.00,successful,89,GB,4436.61,4576.22,4292.89 +1223944347,Faire Play 2: When in Rome,Product Design,Design,USD,2015-02-12,15000.00,2015-01-13 15:03:01,3646.00,failed,101,US,3646.00,3646.00,15000.00 +1223954131,Barnstorm: The Cabaret Re-Imagined Empty Storefront Buildout,Art,Art,USD,2011-04-19,4000.00,2011-03-19 07:11:40,5175.00,successful,74,US,5175.00,5175.00,4000.00 +"1223954215,""Elizabeth Hummel """"It's About Time"""" album release"",Country & Folk,Music,USD,2014-07-06,4000.00,2014-06-04 20:49:56,4795.00,successful,77,US,4795.00,4795.00,4000.00" +122396955,Help fund Tacoma Opera's production of La Bohème,Musical,Theater,USD,2016-10-08,2500.00,2016-08-11 18:59:25,2930.00,successful,36,US,85.00,2930.00,2500.00 +1223970947,GigSearcher.com Matching Bands w/ Venues & Orlando Shooting,Music,Music,USD,2016-06-26,5000.00,2016-05-27 05:04:15,100.00,failed,1,US,100.00,100.00,5000.00 +1223983205,DreamCatchR,Apps,Technology,USD,2014-10-25,500.00,2014-09-25 23:01:06,25.00,failed,1,US,25.00,25.00,500.00 +1223991734,Buster's Desserts,Food,Food,USD,2016-01-30,250000.00,2015-12-01 22:41:21,0.00,failed,0,US,0.00,0.00,250000.00 +1224002188,Weather Point 2.0 - The World’s Smallest Weather Station,Gadgets,Technology,USD,2015-07-24,25000.00,2015-06-24 14:40:30,140600.00,successful,3769,US,140600.00,140600.00,25000.00 +1224003945,Jessica's Cupcake Shop is Getting a Food Truck!,Food,Food,USD,2014-04-23,9995.00,2014-03-24 17:27:21,10.00,failed,2,US,10.00,10.00,9995.00 +1224009824,Perry Vision - the laptop periscope (Canceled),Design,Design,AUD,2015-02-14,18000.00,2015-01-15 01:10:34,4281.00,canceled,93,AU,3506.15,3358.96,14123.19 +1224011013,Scientific Evidences of God - my journey of discovery,Nonfiction,Publishing,CAD,2016-12-22,10000.00,2016-11-22 18:22:58,0.00,failed,0,CA,0.00,0.00,7399.73 +1224012697,frij - The only cooking app you will ever need,Apps,Technology,USD,2014-07-09,15000.00,2014-06-09 02:08:59,147.00,failed,25,US,147.00,147.00,15000.00 +1224015449,Dwarves Kingdom Documentary,Documentary,Film & Video,USD,2012-12-31,20000.00,2012-11-28 22:42:51,6421.00,failed,84,US,6421.00,6421.00,20000.00 +1224022445,Synergy Titanium Pen,Product Design,Design,USD,2016-07-19,15000.00,2016-06-14 16:40:41,822.00,failed,4,US,150.00,822.00,15000.00 +1224023853,12 Cities in Israel - Travel Show,Television,Film & Video,USD,2017-07-14,10000.00,2017-06-14 02:58:45,301.00,failed,5,US,50.00,301.00,10000.00 +1224032681,Pacoo The Smartes App!!!,Apps,Technology,EUR,2018-01-07,50000.00,2017-11-08 13:46:10,0.00,live,0,IT,0.00,0.00,60684.77 +1224033515,A Trek Through Sand,Fiction,Publishing,USD,2013-04-08,1500.00,2013-02-22 00:10:10,41.50,failed,3,US,41.50,41.50,1500.00 +1224038290,BANTOU WEAR,Apparel,Fashion,GBP,2017-06-04,5000.00,2017-04-25 15:25:00,75.00,failed,1,GB,0.00,95.64,6376.25 +"1224050955,""""""Cleveland Summer Nights"""" A New Album by Wink Burcham"",Music,Music,USD,2016-03-31,16000.00,2016-03-01 00:19:01,17281.00,successful,186,US,17281.00,17281.00,16000.00" +1224051976,The Face Of Marty Gleason - Film,Shorts,Film & Video,USD,2011-05-04,2000.00,2011-02-02 05:02:56,160.00,failed,8,US,160.00,160.00,2000.00 +"1224056151,""Polliwog's Guides to the Natural World- """"One Giant Octopus"""""",Children's Books,Publishing,USD,2012-12-21,5000.00,2012-11-21 02:49:27,1330.00,failed,20,US,1330.00,1330.00,5000.00" +"122405678,""CNH | Ceramic """"Nest"""" heaters"",Product Design,Design,MXN,2018-01-07,250000.00,2017-11-28 18:38:55,10245.00,live,31,MX,40.39,536.05,13080.79" +1224061768,Exposed - Graphic Novel,Comics,Comics,GBP,2013-05-03,7000.00,2013-04-03 18:16:32,205.00,failed,6,GB,312.39,318.87,10888.16 +"1224069032,""STAR POWER: Teen bullying, Suicide Prevention, Inner Power"",Young Adult,Publishing,USD,2016-03-20,10000.00,2016-02-13 16:52:22,185.00,failed,6,US,185.00,185.00,10000.00" +"1224081276,""Producer and Lyricist O.Z Bangaz, Records First Album!"",Music,Music,USD,2012-10-18,4000.00,2012-09-18 05:57:01,60.00,failed,2,US,60.00,60.00,4000.00" +1224091753,Human trafficking awareness film,Film & Video,Film & Video,USD,2017-04-15,4500.00,2017-03-16 13:07:41,4500.00,successful,22,US,355.00,4500.00,4500.00 +"122409435,""Aaron McDonnell EP """"Follow"""""",Country & Folk,Music,USD,2014-02-21,7500.00,2014-01-22 19:21:37,7770.00,successful,40,US,7770.00,7770.00,7500.00" +122409898,Annie's War,Fiction,Publishing,USD,2014-01-03,16000.00,2013-11-29 18:33:32,1795.00,failed,12,US,1795.00,1795.00,16000.00 +1224099020,$1 Drawings and more for College,Art,Art,USD,2015-06-11,1000.00,2015-05-12 08:04:09,29.00,failed,8,US,29.00,29.00,1000.00 +1224099303,The Existence Collection,Jewelry,Fashion,USD,2015-04-20,6500.00,2015-02-19 02:16:53,0.00,failed,0,US,0.00,0.00,6500.00 +1224104946,The Beginning of the End,Young Adult,Publishing,USD,2015-08-09,5000.00,2015-07-10 03:27:31,1262.00,failed,13,US,1262.00,1262.00,5000.00 +1224106225,The Maze: A Resource for Storytellers & Game Masters,Puzzles,Games,USD,2017-04-04,2500.00,2017-02-07 00:01:57,2852.00,successful,55,US,210.00,2852.00,2500.00 +1224111082,The Adventures of JACK UZI--Now In Production!,Webseries,Film & Video,USD,2011-12-12,1300.00,2011-10-13 02:16:06,240.00,failed,7,US,240.00,240.00,1300.00 +1224114577,Intelligent IOT Sunset Landscape Lighting Timer,Technology,Technology,USD,2017-08-26,500.00,2017-06-27 04:04:58,0.00,failed,0,US,0.00,0.00,500.00 +1224115187,Time for another EP,Pop,Music,USD,2012-08-01,1500.00,2012-07-12 15:08:23,1505.00,successful,14,US,1505.00,1505.00,1500.00 +1224115923,November Athletic,Apparel,Fashion,AUD,2017-12-14,40000.00,2017-11-14 14:45:54,2880.00,canceled,18,AU,530.68,2210.45,30700.74 +1224121489,Story of a Sleeping Man,Shorts,Film & Video,USD,2012-03-12,3000.00,2012-02-01 04:20:27,3004.00,successful,48,US,3004.00,3004.00,3000.00 +"1224126520,""""""Journey to the Sun"""""",Pop,Music,USD,2012-02-04,1500.00,2012-01-05 22:18:53,1730.00,successful,16,US,1730.00,1730.00,1500.00" +1224128878,Poetry Album: What You Will Need in Class Today,Poetry,Publishing,USD,2015-01-20,850.00,2014-12-21 14:15:51,871.00,successful,29,US,871.00,871.00,850.00 +1224128932,Ti~Zen Titanium rings,Design,Design,USD,2015-03-07,12500.00,2015-01-21 18:06:08,254.00,failed,7,US,254.00,254.00,12500.00 +1224132053,The Lost Bowl. A skateboard DIY. phase 2.,Sculpture,Art,USD,2012-03-25,2500.00,2012-02-24 05:21:34,2722.00,successful,41,US,2722.00,2722.00,2500.00 +1224134830,In Serpents Tongue Excellent Adventure,Metal,Music,USD,2015-06-12,3000.00,2015-05-03 10:14:29,1.00,failed,1,US,1.00,1.00,3000.00 +1224141292,The GW GemPen: Gemstone Rollstop Fountain Pen Collection,Art,Art,USD,2017-06-13,5000.00,2017-05-14 19:58:41,5486.00,successful,18,US,2456.00,5486.00,5000.00 +12241424,New Mayor of New York,Webseries,Film & Video,USD,2014-12-02,1200.00,2014-11-11 04:48:08,2975.00,successful,28,US,2975.00,2975.00,1200.00 +1224151257,Otaku no Video Otaking Edition Subtitled Anime Blu-Ray,Animation,Film & Video,USD,2015-06-26,40000.00,2015-06-02 16:00:04,102869.10,successful,1509,US,102869.10,102869.10,40000.00 +122415945,Launch the Taproot Ensemble,Theater,Theater,USD,2011-08-08,2500.00,2011-07-09 21:17:38,380.00,failed,8,US,380.00,380.00,2500.00 +1224166236,Phoenix Racewear - Bold New Off-Road Gear for Women,Apparel,Fashion,USD,2014-12-11,22000.00,2014-11-06 18:12:53,1039.00,canceled,18,US,1039.00,1039.00,22000.00 +1224166969,Andromeda The Game,Tabletop Games,Games,EUR,2017-10-28,30000.00,2017-09-28 20:00:23,2470.00,canceled,30,ES,2735.53,2879.29,34971.15 +122416765,Chris Turner: Believe,Music,Music,USD,2011-05-02,6500.00,2011-03-21 03:14:58,1000.00,failed,21,US,1000.00,1000.00,6500.00 +1224168556,Sealed I2C Sensor Suite for OpenROV / Arduino,Product Design,Design,USD,2014-12-06,5500.00,2014-11-06 20:59:06,801.00,failed,15,US,801.00,801.00,5500.00 +"1224174958,""Life, Love, & Pain"",Publishing,Publishing,USD,2015-03-30,25000.00,2015-01-29 20:20:31,0.00,failed,0,US,0.00,0.00,25000.00" +1224180401,Queer tears for Mother Earth,Comic Books,Comics,SEK,2016-04-27,18000.00,2016-02-27 19:55:42,18001.00,successful,37,SE,2123.84,2238.71,2238.58 +1224184517,Kela's Mark,Painting,Art,USD,2016-05-08,275.00,2016-04-28 05:43:01,830.00,successful,18,US,830.00,830.00,275.00 +1224191556,Hartford River Dream #1: No One Wants to Be the River,Shorts,Film & Video,USD,2013-08-30,400.00,2013-08-21 20:42:39,537.00,successful,17,US,537.00,537.00,400.00 +1224207939,Times of War,Games,Games,CAD,2016-07-30,500000.00,2016-05-31 23:19:11,501.00,failed,2,CA,0.00,384.70,383936.11 +1224213851,Gamebox,Tabletop Games,Games,EUR,2017-12-14,1000.00,2017-11-09 11:43:52,667.00,failed,7,NL,0.00,787.46,1180.60 +"1224216503,""Kids Absorbent Bed Sheets, Bed Wetting Solution (Canceled)"",Childrenswear,Fashion,USD,2014-12-15,9500.00,2014-11-24 20:09:06,58.00,canceled,2,US,58.00,58.00,9500.00" +1224218021,Spot the Kitty,Mobile Games,Games,CAD,2014-12-04,10000.00,2014-11-04 05:37:37,107.00,failed,4,CA,95.00,93.91,8776.55 +1224222124,Fractured,Shorts,Film & Video,GBP,2014-10-23,730.00,2014-09-23 20:33:25,368.00,failed,19,GB,601.66,590.66,1171.69 +1224225816,durteeshirts: Get your durt on.,Fashion,Fashion,USD,2014-05-01,2000.00,2014-04-01 21:38:03,2025.00,successful,32,US,2025.00,2025.00,2000.00 +1224227263,Vegan trip around the world,Video,Journalism,EUR,2016-06-24,20000.00,2016-05-25 01:48:12,10.00,failed,2,ES,11.23,11.07,22131.97 +1224229585,(Thanksgiving Challenge) Thanksgiving (Thanks4giving),Hip-Hop,Music,USD,2017-11-23,5000.00,2017-11-10 07:06:51,0.00,failed,0,US,0.00,0.00,5000.00 +1224235488,The Prodigal,Drama,Film & Video,GBP,2016-02-16,150.00,2016-01-27 16:45:28,156.00,successful,12,GB,222.03,222.73,214.17 +1224236806,Dam It: The Cooperative Dam-building Survival Board Game!,Tabletop Games,Games,USD,2011-02-28,30000.00,2011-02-01 05:00:34,2830.00,failed,24,US,2830.00,2830.00,30000.00 +1224243647,MID Strategy,Television,Film & Video,USD,2017-04-21,50000.00,2017-03-22 15:13:51,1.00,failed,1,US,0.00,1.00,50000.00 +1224251370,Lord of the rings tough mudder (Suspended),Events,Comics,GBP,2014-11-18,2500.00,2014-09-19 19:37:35,0.00,suspended,0,GB,0.00,0.00,3920.58 +1224258483,Expression Mats - Imaginatively designed with you in mind!,Product Design,Design,USD,2017-08-17,20000.00,2017-07-18 08:59:31,2462.00,canceled,35,US,551.00,2462.00,20000.00 +1224261080,Meowsome Cat Eats the Universe,Video Games,Games,USD,2013-12-24,7777.00,2013-10-25 04:38:12,207.00,failed,8,US,207.00,207.00,7777.00 +1224261901,Sock Fanatics,Ready-to-wear,Fashion,USD,2014-06-19,1350.00,2014-05-20 18:35:20,132.00,failed,6,US,132.00,132.00,1350.00 +1224267244,Project FairyTale,Children's Books,Publishing,USD,2012-04-08,2000.00,2012-02-23 07:49:43,26.00,failed,2,US,26.00,26.00,2000.00 +1224275663,The Dog Talker episodes #2 and #3: Love or Duty?,Comedy,Film & Video,USD,2014-06-13,4000.00,2014-05-28 08:15:46,4025.00,successful,44,US,4025.00,4025.00,4000.00 +122428047,DragonKnights (Protectors of the Realm),Fiction,Publishing,USD,2013-04-17,5000.00,2013-03-18 18:16:51,25.00,failed,1,US,25.00,25.00,5000.00 +1224292413,The Little Acorn,Children's Books,Publishing,USD,2015-02-27,2500.00,2015-01-13 16:31:56,0.00,failed,0,US,0.00,0.00,2500.00 +1224294116,Improved children's book 2nd print self - online reviews 1st,Children's Books,Publishing,USD,2013-11-09,9500.00,2013-09-10 05:51:54,0.00,failed,0,US,0.00,0.00,9500.00 +12242962,Lego Star Wars Lightup Lightsabers,Product Design,Design,USD,2015-02-20,500.00,2015-01-21 18:55:21,5798.00,successful,167,US,5798.00,5798.00,500.00 +1224300146,PUSHING PAINT AROUND,Painting,Art,USD,2013-06-10,7500.00,2013-05-21 22:19:15,7905.00,successful,21,US,7905.00,7905.00,7500.00 +1224314059,Fantasy Fan Sports,Web,Journalism,USD,2015-10-26,10000.00,2015-09-26 21:21:36,1.00,failed,1,US,1.00,1.00,10000.00 +1224324912,Naturally You Handcrafted Soaps & Bath Products,Crafts,Crafts,GBP,2016-03-13,1000.00,2016-02-22 18:18:56,12.00,failed,1,GB,17.29,17.38,1448.71 +1224332436,iNcense - the iPad stand,Product Design,Design,USD,2012-08-06,10000.00,2012-06-07 23:59:27,163.00,failed,4,US,163.00,163.00,10000.00 +1224337563,The Anniversary (Canceled),Horror,Film & Video,USD,2015-06-06,4500.00,2015-05-07 01:37:37,560.00,canceled,10,US,560.00,560.00,4500.00 +1224338495,Help Gerald reunite with The Copper Tones,Music,Music,USD,2014-07-20,200.00,2014-07-03 22:32:26,200.00,successful,9,US,200.00,200.00,200.00 +1224343140,Journey North,Public Art,Art,GBP,2013-07-31,350.00,2013-07-04 01:12:05,4.00,failed,1,GB,6.08,6.06,530.34 +1224346274,Alternate Hilarities: Weirder Science,Anthologies,Publishing,USD,2015-08-14,1200.00,2015-07-15 09:33:16,364.00,failed,19,US,364.00,364.00,1200.00 +1224350513,Match Made in Radio,Film & Video,Film & Video,USD,2012-11-04,3500.00,2012-09-05 23:17:34,0.00,failed,0,US,0.00,0.00,3500.00 +1224360974,Help Fund One of Mags Nashville Song Recordings,Pop,Music,CAD,2015-10-11,4000.00,2015-09-11 05:24:23,4150.00,successful,66,CA,3144.73,3210.33,3094.30 +1224361128,Matthew Leonard Dunn's Homemade Specialty Cookies,Small Batch,Food,USD,2015-10-08,1000.00,2015-09-10 20:57:47,81.00,failed,3,US,81.00,81.00,1000.00 +1224361739,SENS: All-Natural Bars Packed With Cricket Protein,Small Batch,Food,EUR,2016-09-19,10000.00,2016-08-17 09:00:39,13006.00,successful,290,DE,2982.27,14584.97,11214.03 +"1224372188,""Participation in XIth Florence Biennale, Italy"",Digital Art,Art,EUR,2017-07-11,7000.00,2017-06-20 10:04:59,0.00,failed,0,AT,0.00,0.00,7990.50" +1224377216,ECLIPSE - Say Goodbye to Messy Cables,Product Design,Design,USD,2016-11-18,50000.00,2016-10-26 16:52:24,939071.99,successful,8907,US,156282.00,939071.99,50000.00 +1224384248,The Golf Juice (Canceled),Product Design,Design,USD,2015-07-31,35000.00,2015-06-16 19:40:38,20.00,canceled,1,US,20.00,20.00,35000.00 +1224387812,BLACK SUNDAY NEEDS YOU,Metal,Music,EUR,2015-11-29,3200.00,2015-09-30 22:36:52,90.00,failed,5,FR,101.29,98.12,3488.65 +1224388175,V RAE EXPRESSIONS - a 2013 holidays debut,Art Books,Publishing,USD,2013-12-04,17950.00,2013-11-04 22:25:33,7830.00,failed,26,US,7830.00,7830.00,17950.00 +122439095,Move - Museum of Virtual Expressions,Digital Art,Art,USD,2014-08-09,10000.00,2014-07-10 22:56:47,637.00,failed,5,US,637.00,637.00,10000.00 +1224402231,Footsies - Pedaling Romance Below the Knees.,Shorts,Film & Video,USD,2013-12-16,3000.00,2013-11-16 22:36:20,864.00,failed,20,US,864.00,864.00,3000.00 +1224405542,N/A (Canceled),Conceptual Art,Art,USD,2012-04-21,50000.00,2012-03-07 23:11:47,0.00,canceled,0,US,0.00,0.00,50000.00 +1224409841,Victorious Women Magazine,Publishing,Publishing,USD,2017-07-11,10000.00,2017-06-17 22:12:51,0.00,canceled,0,US,0.00,0.00,10000.00 +1224411948,Send Victoria & Zeta Five on the 2016 Olympic Games Tour,World Music,Music,USD,2015-10-01,20000.00,2015-08-19 05:28:09,130.00,failed,2,US,130.00,130.00,20000.00 +1224414014,Wild Raven Industries Inc. OMNEXT,Technology,Technology,USD,2015-10-09,500000.00,2015-09-09 04:03:35,10.00,failed,1,US,10.00,10.00,500000.00 +1224414745,AO MUSIC,World Music,Music,USD,2012-07-28,10000.00,2012-06-28 22:37:53,4925.00,failed,14,US,4925.00,4925.00,10000.00 +1224416818,The Bearded Kraken - 100% Pure and Natural Beard Oils,DIY,Crafts,EUR,2016-02-04,500.00,2016-01-05 01:08:39,1000.00,successful,41,ES,1085.94,1120.20,560.10 +1224420048,Bruno Hansen - Never Give in,Documentary,Film & Video,NZD,2017-11-29,15000.00,2017-11-02 21:30:52,1970.00,failed,24,NZ,442.31,1349.59,10276.08 +1224427246,Bliss,Comic Books,Comics,USD,2015-08-12,5000.00,2015-07-13 10:06:44,1021.00,failed,27,US,1021.00,1021.00,5000.00 +1224434814,Mike Wolfer's CRYPT OF SCREAMS!,Anthologies,Comics,USD,2016-08-08,3000.00,2016-07-18 02:00:02,12061.00,successful,218,US,6424.00,12061.00,3000.00 +1224438746,A Wall Apart,Musical,Theater,USD,2017-05-30,15000.00,2017-04-30 00:31:42,515.00,failed,8,US,30.00,515.00,15000.00 +1224441976,Pierce Edens: Stripped Down Gussied Up (New Album)!,Country & Folk,Music,USD,2017-03-31,7000.00,2017-03-08 14:05:22,8230.00,successful,102,US,1973.00,8230.00,7000.00 +1224442885,247Irvine.com,Web,Journalism,USD,2015-03-22,5000.00,2015-03-08 17:20:12,0.00,failed,0,US,0.00,0.00,5000.00 +1224448738,Dark and Bitter Anthology,Anthologies,Publishing,USD,2017-09-04,3000.00,2017-08-14 20:30:34,3126.00,successful,42,US,300.00,3126.00,3000.00 +122445659,CT15: Elite Basketball Conditioning,Film & Video,Film & Video,USD,2015-04-06,35000.00,2015-03-27 18:25:40,6824.00,failed,11,US,6824.00,6824.00,35000.00 +1224462060,Smoke The Fire Gives: Eric George's New Album,Country & Folk,Music,USD,2016-11-28,3000.00,2016-10-25 04:56:59,4630.00,successful,102,US,415.00,4630.00,3000.00 +1224467400,MatchPoint,Apps,Technology,CAD,2015-04-22,35000.00,2015-03-23 01:41:37,100.00,failed,2,CA,79.47,82.52,28880.27 +1224467902,Field Visits for Bradley Manning,Documentary,Film & Video,USD,2013-03-04,5000.00,2013-02-02 21:33:01,5134.00,successful,109,US,5134.00,5134.00,5000.00 +1224479735,Vikingheart Modern Viking Lifestyle Magazine,Young Adult,Publishing,SEK,2015-07-26,500000.00,2015-06-26 03:31:06,100.00,failed,1,SE,12.14,11.59,57951.53 +1224484987,FITCAZE | Turn your iPhone into a better one. iPhone 6/6S/7.,Gadgets,Technology,EUR,2017-05-02,15000.00,2017-04-06 21:38:58,17892.00,canceled,255,FR,49.12,19611.32,16441.42 +1224495309,Stop Dieting to Lose Weight,Food,Food,EUR,2017-01-28,5000.00,2016-11-29 08:28:07,310.00,failed,36,DE,31.97,332.97,5370.51 +1224497197,KEEPERS OF THE MOON&SUN - english edition,Graphic Novels,Comics,USD,2015-10-06,3102.00,2015-08-07 22:32:43,6876.00,successful,255,US,6876.00,6876.00,3102.00 +122450030,Geek Yarn and Roving!,Crafts,Crafts,USD,2012-11-29,1500.00,2012-10-30 22:00:59,1829.42,successful,50,US,1829.42,1829.42,1500.00 +1224508263,Wits + Beaux I domestic manufacturing + NYC hustle,Fashion,Fashion,USD,2013-09-12,40000.00,2013-08-13 14:33:40,13672.00,canceled,102,US,13672.00,13672.00,40000.00 +1224520516,U MAD BRO?,Video Games,Games,EUR,2017-02-06,1500.00,2017-01-17 19:53:41,71.00,failed,7,ES,11.68,75.47,1594.35 +1224525408,DuoScreen — Your laptop's missing half,Hardware,Technology,USD,2014-10-15,100000.00,2014-09-15 17:05:58,55208.00,failed,241,US,55208.00,55208.00,100000.00 +1224527186,Death Is Blind,Shorts,Film & Video,GBP,2016-05-11,450.00,2016-04-11 21:10:59,575.00,successful,13,GB,812.23,828.49,648.39 +"122453307,""Escape the Chamber """"Quarantine Prison Bus"""""",Live Games,Games,USD,2016-10-26,4000.00,2016-09-11 01:23:38,0.00,canceled,0,US,0.00,0.00,4000.00" +1224534075,Licks n'Love Natural Gourmet Dog Treats,Small Batch,Food,USD,2014-12-31,4000.00,2014-12-10 02:44:18,4076.00,successful,75,US,4076.00,4076.00,4000.00 +1224543401,Geophotography of Australia,Nature,Photography,AUD,2017-02-15,450000.00,2017-01-16 07:16:44,0.00,canceled,0,AU,0.00,0.00,344986.20 +1224544174,Black Love: Challenging the Status Quo,Nonfiction,Publishing,USD,2010-09-16,1350.00,2010-08-26 11:15:59,1385.00,successful,33,US,1385.00,1385.00,1350.00 +1224557668,BODYPAINTING DAY 2015: New York City & Amsterdam,Public Art,Art,USD,2015-03-31,10000.00,2015-01-30 04:24:04,12115.00,successful,180,US,12115.00,12115.00,10000.00 +1224563371,Christmas pawbles enamel pin set,Illustration,Art,GBP,2017-10-11,400.00,2017-09-11 21:30:37,404.00,successful,26,GB,83.15,536.21,530.91 +1224564732,Hacking Happiness Summit,Video,Journalism,GBP,2014-11-01,20000.00,2014-09-30 19:09:09,23109.00,successful,154,GB,37515.89,36557.35,31639.06 +1224566997,CaddyTrack - The tracked mobile platform to build on,Robots,Technology,USD,2016-09-30,289000.00,2016-08-16 02:20:01,6629.00,canceled,39,US,1.00,6629.00,289000.00 +1224581250,Your Favorite Bowl,Ceramics,Art,USD,2017-10-12,2000.00,2017-09-12 14:26:07,3483.00,successful,43,US,65.00,3483.00,2000.00 +1224582900,Florida State Park Plein Air Tour,Painting,Art,USD,2014-11-01,1500.00,2014-10-01 19:49:00,1505.00,successful,7,US,1505.00,1505.00,1500.00 +1224583137,E58 Music Launch - Phase 1,Faith,Music,USD,2015-02-07,10000.00,2015-01-18 18:17:34,10721.00,successful,61,US,10721.00,10721.00,10000.00 +1224585331,Pencil Shaving Desk Tidy,Design,Design,GBP,2015-05-06,7500.00,2015-04-04 09:22:26,7768.00,successful,201,GB,11518.92,11973.24,11560.16 +1224597724,My Real Time Geo Mobile Based RPG,Mobile Games,Games,USD,2016-08-12,500000.00,2016-07-13 21:38:11,1.00,failed,1,US,0.00,1.00,500000.00 +1224600291,Annapolis Chamber Music Project,Classical Music,Music,USD,2015-05-02,3500.00,2015-04-02 04:25:46,3725.00,successful,35,US,3725.00,3725.00,3500.00 +"1224614358,""New CD: Mr. Lif & Brass Menazeri, Hip Hop meets Balkan Brass"",Music,Music,USD,2011-05-19,8000.00,2011-04-19 21:08:38,8604.00,successful,154,US,8604.00,8604.00,8000.00" +1224621518,Vincent Macleod : Agent of T.R.A.C.E (Canceled),Fiction,Publishing,CAD,2014-11-06,100000.00,2014-10-07 19:34:57,0.00,canceled,0,CA,0.00,0.00,87473.76 +1224623955,Korner Cuddles,Design,Design,USD,2015-01-10,500.00,2014-12-11 21:16:17,20.00,failed,1,US,20.00,20.00,500.00 +1224632300,15 weeks from 0 to Rock and Roll half marathon (Canceled),Film & Video,Film & Video,USD,2014-08-09,1000.00,2014-07-10 17:39:05,0.00,canceled,0,US,0.00,0.00,1000.00 +1224638365,Zanzibar: A Tale Beyond Fiction,Photography,Photography,USD,2013-07-19,5000.00,2013-06-25 04:24:22,6580.00,successful,87,US,6580.00,6580.00,5000.00 +1224640492,Man Ex Maqina,World Music,Music,USD,2013-01-05,6000.00,2012-11-26 20:34:42,7125.00,successful,43,US,7125.00,7125.00,6000.00 +1224648067,Automated Keepsake Box,Design,Design,USD,2015-01-25,7000.00,2014-12-26 23:41:02,1.00,failed,1,US,1.00,1.00,7000.00 +1224648997,Window-Grown Super Nutritious Micro Veggies in 10 Days!,Food,Food,USD,2014-10-31,5000.00,2014-10-01 08:53:22,9938.00,successful,209,US,9938.00,9938.00,5000.00 +1224653561,warmpod.com,Architecture,Design,USD,2015-04-05,1000.00,2015-03-06 04:27:28,120.00,failed,3,US,120.00,120.00,1000.00 +1224654187,TB Freelance Studios,Graphic Design,Design,USD,2014-11-27,1200.00,2014-10-28 19:06:07,750.00,failed,6,US,750.00,750.00,1200.00 +1224656897,New England Motorcycle Museum,Public Art,Art,USD,2016-07-14,265000.00,2016-05-15 15:23:12,12572.00,failed,39,US,12512.00,12572.00,265000.00 +1224666621,STOP,Documentary,Film & Video,USD,2012-11-16,10000.00,2012-10-23 22:13:46,10325.00,successful,136,US,10325.00,10325.00,10000.00 +1224670911,Help Sister Sparrow & The Dirty Birds get a new van,Rock,Music,USD,2012-04-06,20000.00,2012-02-21 17:42:47,21025.01,successful,234,US,21025.01,21025.01,20000.00 +"122467118,TenPints Entertainment,Music,Music,USD,2015-09-05,9625.00,2015-08-14 10:09:01,9639.00,undefined,0,""N,0"""""",,9639.00,9625.00" +1224671400,Michelle Pajak-Reynolds: NYFW show new collection & lookbook,Fashion,Fashion,USD,2012-07-20,5000.00,2012-06-20 21:48:53,5095.00,successful,73,US,5095.00,5095.00,5000.00 +1224675374,Chicken Soup for the Cure,Food,Food,USD,2014-08-10,10000.00,2014-07-11 23:15:00,60.00,failed,2,US,60.00,60.00,10000.00 +"1224676652,""America in 90 Days - a humorous 30,000 mile travelogue through the lower 48 States. (Canceled)"",Publishing,Publishing,USD,2010-07-09,10000.00,2010-06-08 03:33:52,140.00,canceled,3,US,140.00,140.00,10000.00" +1224677474,The Pumps Debut Album,Rock,Music,USD,2013-11-05,2500.00,2013-10-06 05:21:52,2564.00,successful,30,US,2564.00,2564.00,2500.00 +122468175,MAKA MÉXICO // WITH ARTISAN SOUL,Embroidery,Crafts,MXN,2017-07-29,150000.00,2017-06-29 03:30:08,321020.00,successful,212,MX,167.12,18026.73,8423.18 +1224686048,KuPower - The most advanced PowerBank with Storage!,Gadgets,Technology,USD,2016-05-12,10000.00,2016-03-28 06:19:40,11397.00,successful,135,US,11397.00,11397.00,10000.00 +1224700559,KeyStar,Design,Design,GBP,2014-12-30,2800.00,2014-12-05 17:33:31,1.00,failed,1,GB,1.57,1.54,4323.12 +1224706366,HUNTINGTON'S DANCE doc stretch goal,Documentary,Film & Video,USD,2014-05-30,5500.00,2014-04-30 19:53:51,7282.99,successful,101,US,7282.99,7282.99,5500.00 +1224708728,Reusable Wool Eco Dryer Balls from vulnerable Nepali women,Gadgets,Technology,GBP,2015-11-14,10000.00,2015-09-15 11:42:18,1052.00,failed,48,GB,1625.31,1603.95,15246.69 +1224714723,Game Over: the 2 - 6 Player Battle Royale,Tabletop Games,Games,USD,2014-07-18,7500.00,2014-06-13 21:48:49,8115.00,successful,186,US,8115.00,8115.00,7500.00 +1224716382,Remember Reminder app project,Apps,Technology,USD,2017-09-05,5000.00,2017-08-06 18:42:24,1.00,failed,1,US,0.00,1.00,5000.00 +1224725203,Chameleon 3D printer filament coloring kit !,3D Printing,Technology,USD,2015-08-21,10000.00,2015-07-22 18:43:40,4873.00,failed,68,US,4873.00,4873.00,10000.00 +1224730085,Studio Project - Our First EP / Album,Music,Music,USD,2014-12-16,1000.00,2014-11-16 04:34:36,1000.00,successful,14,US,1000.00,1000.00,1000.00 +"122474264,Controversy in the Cosmos,Film & Video,Film & Video,USD,2014-11-21,1800.00,2014-10-22 11:41:59,0.00,undefined,0,""N,0"""""",,0.00,1800.00" +1224745694,Raw Healthy Chocolate,Vegan,Food,CAD,2015-01-22,20000.00,2014-12-23 01:12:11,158.00,failed,4,CA,136.17,126.95,16069.42 +"1224757788,""Arsenal, the intelligent camera assistant"",Camera Equipment,Technology,USD,2017-06-08,50000.00,2017-05-09 17:13:46,135.00,canceled,1,US,135.00,135.00,50000.00" +1224766220,TOURING TEDDIES - Give Your Kids the World!,Product Design,Design,USD,2014-03-06,8000.00,2014-02-04 22:59:44,8113.00,successful,39,US,8113.00,8113.00,8000.00 +1224768617,Low-Tech Backups (Canceled),Technology,Technology,USD,2015-04-02,500.00,2015-03-03 17:04:40,4.00,canceled,3,US,4.00,4.00,500.00 +1224787454,Let's create a vinyl record store.,Rock,Music,MXN,2017-06-25,200000.00,2017-05-26 07:17:10,0.00,failed,0,MX,0.00,0.00,11088.32 +1224798587,Chatbox Shamus: From Sloth to Sleuth (Canceled),Video Games,Games,USD,2014-03-15,5000.00,2014-01-14 09:20:14,271.00,canceled,14,US,271.00,271.00,5000.00 +1224804811,Spinmount. Capture Any Angle With Your GoPro.,Product Design,Design,AUD,2014-10-21,16000.00,2014-08-26 22:37:36,7940.00,failed,268,AU,7393.98,6982.06,14069.64 +122481129,My dream is to own a food truck,Food Trucks,Food,USD,2017-06-23,10000.00,2017-05-24 17:54:49,67.00,failed,2,US,0.00,67.00,10000.00 +1224812754,No Nay Never podcast 2017 season,Radio & Podcasts,Publishing,GBP,2017-01-16,100.00,2016-12-17 17:39:33,1053.00,successful,82,GB,379.64,1292.85,122.78 +1224829444,Horses Love Mohair!,Weaving,Crafts,USD,2014-11-30,2000.00,2014-11-14 19:21:12,3258.00,successful,202,US,3258.00,3258.00,2000.00 +1224833790,RED WEIGHT - An Inspiring Film About Mental Health,Drama,Film & Video,GBP,2016-06-06,5250.00,2016-05-07 22:54:23,0.00,failed,0,GB,0.00,0.00,7561.90 +1224834643,Sway,Film & Video,Film & Video,USD,2010-07-03,6000.00,2010-04-06 03:37:06,6020.00,successful,44,US,6020.00,6020.00,6000.00 +1224835989,Recover Your Body After Pregnancy,Nonfiction,Publishing,USD,2017-07-20,5000.00,2017-06-20 12:05:03,665.00,failed,16,US,406.00,665.00,5000.00 +1224839248,Soul Wars Trading Card Game,Tabletop Games,Games,GBP,2017-05-11,2500.00,2017-04-11 08:53:22,36.00,failed,3,GB,1.24,46.29,3214.40 +1224840418,My Family Fights (Canceled),Children's Books,Publishing,USD,2014-09-25,7500.00,2014-08-26 13:21:58,20.00,canceled,1,US,20.00,20.00,7500.00 +1224842405,Illuminations of the Past,Photography,Photography,USD,2013-07-24,1000.00,2013-06-24 23:41:35,1320.00,successful,19,US,1320.00,1320.00,1000.00 +122484776,Wasted on the Young - A novel,Fiction,Publishing,CAD,2016-06-25,2000.00,2016-05-26 22:28:23,3421.00,successful,74,CA,2606.97,2647.22,1547.63 +1224848224,WildmanT Male Enhancing Underwear/Swimwear,Apparel,Fashion,USD,2014-12-05,5000.00,2014-11-05 14:16:49,30.00,failed,1,US,30.00,30.00,5000.00 +"1224854775,""Aquaskin Aquapals-attractive,reusable,unique drink bottles"",Product Design,Design,USD,2013-12-29,25000.00,2013-11-29 01:30:18,26094.00,successful,69,US,26094.00,26094.00,25000.00" +1224856368,(Un)Graceful Cat Paperback/Hardback,Young Adult,Publishing,USD,2017-06-24,3000.00,2017-05-20 03:39:40,190.00,canceled,6,US,10.00,190.00,3000.00 +122486189,Veloce - A smarter and faster way of storing your cards,Design,Design,SEK,2016-10-21,5000.00,2016-09-21 19:04:51,19510.00,successful,49,SE,327.03,2191.52,561.64 +1224862931,Not By Choice,Webseries,Film & Video,USD,2012-12-18,20000.00,2012-11-18 21:47:44,645.00,failed,5,US,645.00,645.00,20000.00 +1224869485,Gray Coyote,Comic Books,Comics,USD,2017-05-01,9500.00,2017-03-31 07:06:19,1322.00,failed,35,US,275.00,1322.00,9500.00 +1224875190,The Oregon Coast - An Adventure in High Definition,Documentary,Film & Video,USD,2012-09-21,7500.00,2012-07-23 19:33:26,1091.00,failed,5,US,1091.00,1091.00,7500.00 +1224888167,Maiden Hell,Comics,Comics,USD,2011-03-08,3000.00,2010-12-28 01:39:59,161.00,failed,7,US,161.00,161.00,3000.00 +1224888533,Eating Up Easter - Finishing Funds,Documentary,Film & Video,USD,2017-06-09,30000.00,2017-05-10 16:22:26,35182.00,successful,249,US,4215.00,35182.00,30000.00 +"12248887,""Teethy Fruits baby teethers, BPA free, Baby teething product"",Product Design,Design,USD,2015-10-08,15000.00,2015-10-01 22:15:20,18.00,failed,2,US,18.00,18.00,15000.00" +1224892115,Bdesireed,Apparel,Fashion,USD,2015-12-05,1500.00,2015-11-20 19:07:06,1500.00,successful,1,US,1500.00,1500.00,1500.00 +1224898418,Good News Baltimore: Taking News To Places Its Never Been,Film & Video,Film & Video,USD,2013-05-30,12000.00,2013-04-15 08:30:13,12696.00,successful,87,US,12696.00,12696.00,12000.00 +1224899484,Girl Lux - The Pocket Pantie™,Apparel,Fashion,USD,2014-11-03,20000.00,2014-10-09 01:22:52,21295.00,successful,211,US,21295.00,21295.00,20000.00 +1224907300,World of Wonders,Childrenswear,Fashion,USD,2015-08-12,8000.00,2015-07-13 22:57:43,21.00,failed,2,US,21.00,21.00,8000.00 +1224907821,The Original Santa & Mrs Claus Romper,Apparel,Fashion,USD,2017-11-14,9000.00,2017-10-16 16:35:34,10456.00,successful,110,US,0.00,10456.00,9000.00 +1224918542,Why Did God Give?,Children's Books,Publishing,USD,2014-06-11,5000.00,2014-04-26 06:29:43,121.70,failed,9,US,121.70,121.70,5000.00 +1224926369,Nintendo Entertainment System/Famicom: a visual compendium,Video Games,Games,GBP,2016-07-02,25000.00,2016-06-01 08:05:09,190214.84,successful,4129,GB,237071.39,247019.43,32465.85 +1224929515,A Bite of a Snake Play,Plays,Theater,USD,2017-04-21,30000.00,2017-02-20 09:24:20,10.00,failed,1,US,10.00,10.00,30000.00 +1224930348,THE WORKSHOP,Crafts,Crafts,EUR,2015-03-10,60000.00,2015-01-09 01:06:09,0.00,failed,0,NL,0.00,0.00,63432.32 +1224935546,Scenes of Springfield Simpsons pin badges,Art,Art,GBP,2018-01-02,450.00,2017-12-08 22:10:19,277.00,live,19,GB,94.99,375.38,609.82 +122493728,W A R P A I N T,Shorts,Film & Video,USD,2012-03-10,3000.00,2012-02-11 18:41:41,3110.00,successful,38,US,3110.00,3110.00,3000.00 +1224939278,Indian wedding invitations,People,Photography,USD,2015-09-16,5000.00,2015-08-17 17:56:23,0.00,failed,0,US,0.00,0.00,5000.00 +1224939617,The Designated Smoke Pit LLC,Food Trucks,Food,USD,2016-08-22,25000.00,2016-06-23 22:18:49,2.00,failed,2,US,0.00,2.00,25000.00 +1224944428,Rhoda Uxbridge and The Multiverse,Shorts,Film & Video,GBP,2013-03-31,20000.00,2013-02-19 13:50:43,2398.00,failed,41,GB,3713.99,3655.60,30488.73 +1224946457,Loveolutionary Music for a New Paradigm of Peace,Pop,Music,USD,2012-01-11,5000.00,2011-12-10 08:12:25,5895.46,successful,104,US,5895.46,5895.46,5000.00 +1224955213,Watch us grow dreams!,Farms,Food,USD,2014-08-03,18725.00,2014-07-04 06:09:53,612.00,failed,18,US,612.00,612.00,18725.00 +1224965971,The Arcanum Book,Anthologies,Publishing,GBP,2016-03-04,900.00,2016-02-03 22:12:57,1200.61,successful,44,GB,1731.66,1699.81,1274.21 +1224976081,NEK LEVEL WAVE PHOTOGRAPHY,Photography,Photography,AUD,2014-04-30,1000.00,2014-04-02 23:09:31,0.00,failed,0,AU,0.00,0.00,925.93 +1224976776,The Greensburg Project: A Search For Home,Theater,Theater,USD,2012-02-01,5000.00,2011-12-08 20:45:16,75.00,failed,2,US,75.00,75.00,5000.00 +1224981095,The Chinese Calligraphy Posters : Seven Deadly Sins,Graphic Design,Design,USD,2014-02-20,3000.00,2014-01-11 08:04:49,7775.66,successful,132,US,7775.66,7775.66,3000.00 +1224985706,Calvin The Octopus Hard Enamel Pin Badge,Art,Art,GBP,2017-08-12,180.00,2017-07-12 23:26:20,837.00,successful,71,GB,534.53,1077.59,231.74 +1224987066,T-Shirts for Quest Scouts: Scouting for Adults,Graphic Design,Design,USD,2016-11-19,400.00,2016-11-05 00:44:27,510.00,successful,15,US,100.00,510.00,400.00 +"1224994622,""T Clamp """"Your towel will never fall off again"""" / Relaunch"",Design,Design,DKK,2016-12-09,5000.00,2016-11-09 18:56:46,6052.00,successful,78,DK,367.68,859.27,709.90" +1224996871,False Family History,Graphic Design,Design,USD,2017-12-22,500.00,2017-11-22 18:48:17,78.00,failed,2,US,100.00,78.00,500.00 +1225015086,Emma and Jessica's Oscar Red Carpet POV Documentary!,Documentary,Film & Video,USD,2014-02-28,2000.00,2014-02-21 16:50:00,0.00,failed,0,US,0.00,0.00,2000.00 +1225016005,Through the eyes of a child,Children's Books,Publishing,USD,2015-10-04,5000.00,2015-09-14 21:47:14,0.00,failed,0,US,0.00,0.00,5000.00 +1225017235,Burgers for Breakfast,Shorts,Film & Video,GBP,2016-01-30,1000.00,2016-01-04 21:37:50,1060.00,successful,32,GB,1564.60,1542.60,1455.29 +1225017332,Earth Story Calendar 2012,Nonfiction,Publishing,USD,2011-12-28,1200.00,2011-12-08 04:04:19,120.00,failed,2,US,120.00,120.00,1200.00 +1225028386,Cats On Amps 2016 Calendar!,Animals,Photography,USD,2015-09-07,100.00,2015-08-07 19:37:45,2442.00,successful,67,US,2442.00,2442.00,100.00 +1225034603,Art Map London,Art,Art,GBP,2014-07-03,1500.00,2014-06-03 18:02:44,2034.00,successful,44,GB,3406.25,3487.00,2571.53 +"1225043644,""Bouncer, Stop, Hop, and Roll"",Comic Books,Comics,USD,2015-05-31,500.00,2015-04-21 23:02:45,235.00,failed,7,US,235.00,235.00,500.00" +1225047384,The Indian (Canceled),Narrative Film,Film & Video,USD,2012-12-15,100000.00,2012-11-15 12:02:30,1175.00,canceled,15,US,1175.00,1175.00,100000.00 +1225047763,DEEP MADNESS Horror Soundscapes by Darkraven Europe,Tabletop Games,Games,USD,2017-03-02,2000.00,2017-01-31 22:36:31,22040.00,successful,678,US,8660.00,22040.00,2000.00 +1225066824,El Gun Legro - Memoirs of A Legro EP,Hip-Hop,Music,USD,2015-06-13,9500.00,2015-04-14 21:48:52,980.00,failed,22,US,980.00,980.00,9500.00 +122506856,Abigail Hubbard Video Project,Electronic Music,Music,GBP,2013-08-20,600.00,2013-06-28 15:24:59,663.00,successful,25,GB,1016.45,1030.66,932.72 +1225070411,WHITE LIGHTER: The Finishing Touches,Country & Folk,Music,USD,2010-10-21,5500.00,2010-09-10 12:29:38,6087.00,successful,130,US,6087.00,6087.00,5500.00 +1225073658,Tweet Blender - The Awesome Twitter Widget For All,Software,Technology,USD,2010-07-01,3200.00,2010-05-17 23:58:13,384.58,failed,12,US,384.58,384.58,3200.00 +1225073909,How to Kiss Like a Movie Star,Nonfiction,Publishing,USD,2012-08-23,12000.00,2012-07-30 23:22:09,12000.00,successful,94,US,12000.00,12000.00,12000.00 +1225075164,New Twist To An Old Idea (Suspended),Product Design,Design,USD,2015-06-30,50000.00,2015-05-26 23:33:58,296.00,suspended,12,US,296.00,296.00,50000.00 +1225079426,A copy of Tom's book has your name on it!,Nonfiction,Publishing,USD,2010-03-14,3500.00,2009-12-15 02:02:08,652.00,failed,13,US,652.00,652.00,3500.00 +1225083063,Bipolar,Narrative Film,Film & Video,USD,2013-08-01,1500.00,2013-07-02 17:26:36,50.00,failed,2,US,50.00,50.00,1500.00 +1225084318,A Chance of Snow,Shorts,Film & Video,USD,2014-01-25,5000.00,2013-12-26 15:21:19,5121.00,successful,73,US,5121.00,5121.00,5000.00 +1225085769,Celtic Art Inspired by the Book of Kells — Solo Art Show,Painting,Art,USD,2011-09-13,800.00,2011-07-15 02:52:31,950.00,successful,14,US,950.00,950.00,800.00 +122509395,My First Worship Album,Indie Rock,Music,USD,2014-02-09,1500.00,2014-01-10 07:25:19,1840.00,successful,33,US,1840.00,1840.00,1500.00 +1225104120,Speakerplug - a mini plug-style wireless speaker amp!,Sound,Technology,CAD,2015-08-17,130000.00,2015-07-13 18:21:58,2693.00,canceled,19,CA,2127.58,2054.47,99176.08 +1225109358,Hive Mind Game,Tabletop Games,Games,USD,2015-11-26,11400.00,2015-10-27 21:08:06,3245.00,failed,74,US,3245.00,3245.00,11400.00 +1225111444,The Worlds Most Advanced Workout Tights 2.0,Apparel,Fashion,AUD,2016-12-27,15000.00,2016-11-12 09:49:29,9837.00,canceled,76,AU,455.63,7104.07,10832.67 +1225113443,La Grande Ride,Web,Technology,USD,2015-06-28,20000.00,2015-05-29 07:28:09,0.00,failed,0,US,0.00,0.00,20000.00 +1225123953,Happy We'll Be,Dance,Dance,USD,2012-07-10,12000.00,2012-06-11 18:40:00,13325.00,successful,148,US,13325.00,13325.00,12000.00 +122512479,Valérie LB reaching for the stars and hoping to move people.,Painting,Art,CAD,2015-11-29,30000.00,2015-09-30 20:56:45,497.00,failed,9,CA,371.10,372.65,22493.81 +"1225125477,""SoundDuino 3 , Sterio Audio Shield for Arduino"",Hardware,Technology,USD,2016-12-10,200.00,2016-10-21 20:36:59,870.00,successful,12,US,0.00,870.00,200.00" +1225127348,A1FILAMENT -3D BIO-COMPOSTIBLE WITH LOWEST MEAN DEVIATION,3D Printing,Technology,USD,2017-07-27,465000.00,2017-06-12 20:30:49,1386.00,failed,6,US,25.00,1386.00,465000.00 +1225128112,All-Points Bulletin,Thrillers,Film & Video,USD,2015-07-04,7500.00,2015-06-08 16:00:01,575.00,failed,3,US,575.00,575.00,7500.00 +1225130157,Clean South - A Vegan Southern Food Truck for Los Angeles,Food Trucks,Food,USD,2015-10-17,12000.00,2015-09-17 19:32:32,1672.09,failed,19,US,1672.09,1672.09,12000.00 +1225142139,Soul Doctor - Broadway Launch,Theater,Theater,USD,2012-08-21,50000.00,2012-07-19 22:05:11,6.00,failed,2,US,6.00,6.00,50000.00 +"1225143928,""""""This is For You"""" an installation by Rivkah Gevinson"",Public Art,Art,USD,2011-10-29,400.00,2011-10-07 20:53:17,565.00,successful,31,US,565.00,565.00,400.00" +1225151574,Almighty Pen Stand,Woodworking,Crafts,USD,2017-05-31,1000.00,2017-04-16 01:31:54,412.00,failed,13,US,230.00,412.00,1000.00 +1225153196,CLRCASE - A Vinyl Record Display Case Unlike Any Other,Product Design,Design,USD,2017-11-01,25000.00,2017-09-21 06:57:12,13498.00,failed,79,US,2816.00,13498.00,25000.00 +122515831,I The Game,Video Games,Games,USD,2016-08-15,675.00,2016-06-21 22:40:19,16.00,failed,2,US,15.00,16.00,675.00 +1225163122,Postag App - For Android and New Features,Apps,Technology,USD,2015-05-13,35000.00,2015-04-13 19:56:46,100.00,failed,2,US,100.00,100.00,35000.00 +"1225163667,""MyArtlyx Studio """"Work It"""" T-Shirts"",Apparel,Fashion,USD,2016-05-17,300.00,2016-05-02 17:18:48,1.00,failed,1,US,1.00,1.00,300.00" +1225164406,Aaron Howard - Heart on Fire - New album 2013,Music,Music,USD,2013-10-18,4000.00,2013-09-18 00:45:29,10127.44,successful,130,US,10127.44,10127.44,4000.00 +1225167158,Bridget is Self-Publishing her Crocodiles and Dinosaurs!,Illustration,Art,USD,2012-08-29,450.00,2012-07-30 22:28:15,600.33,successful,26,US,600.33,600.33,450.00 +1225174262,The Loom,Nonfiction,Publishing,GBP,2012-12-01,18000.00,2012-11-01 17:31:12,5.00,failed,1,GB,8.04,8.00,28816.60 +1225176359,Globetrotter - An Animated Short Film.,Animation,Film & Video,USD,2014-07-08,5000.00,2014-06-08 23:40:52,57.00,failed,8,US,57.00,57.00,5000.00 +1225194330,Brimfield Bread Oven: A Wood Fired Bakery and Cafe,Restaurants,Food,USD,2015-10-27,20000.00,2015-09-27 19:44:51,22722.86,successful,268,US,22722.86,22722.86,20000.00 +1225197074,Mini-Paradise,Art,Art,USD,2015-06-01,75000.00,2015-04-27 17:23:32,81.00,failed,4,US,81.00,81.00,75000.00 +1225198036,The Schiedam Parkmurder (Canceled),Drama,Film & Video,EUR,2015-06-20,40000.00,2015-05-21 10:37:15,1.00,canceled,1,NL,1.11,1.12,44807.89 +"1225210952,""Brice Mousset, 1st season of his official company OUI/WE/"",Dance,Dance,USD,2012-10-01,7900.00,2012-09-04 17:23:31,8487.00,successful,106,US,8487.00,8487.00,7900.00" +1225211551,Season's End - A horror novel ready for publication.,Fiction,Publishing,GBP,2016-11-23,5500.00,2016-10-24 15:44:36,25.00,failed,2,GB,23.24,31.09,6839.01 +1225213200,A Hackerspace Grows in Brooklyn.,Software,Technology,USD,2010-02-15,2000.00,2010-01-20 22:57:26,3000.96,successful,46,US,3000.96,3000.96,2000.00 +1225213896,Angry Brains To Happy Brains (Canceled),Children's Books,Publishing,USD,2012-02-14,23088.00,2012-01-08 11:49:35,5.00,canceled,1,US,5.00,5.00,23088.00 +1225221235,Fill My Sketchbook With Your Art! (Canceled),Illustration,Art,USD,2010-11-28,50.00,2010-08-30 02:18:25,0.00,canceled,0,US,0.00,0.00,50.00 +1225228376,Waking La Llorona,Immersive,Theater,USD,2017-10-18,10000.00,2017-09-25 01:18:57,11091.00,successful,112,US,120.00,11091.00,10000.00 +1225232574,In the Eyes of the Wicked,Drama,Film & Video,USD,2015-02-16,1000.00,2015-01-17 02:15:51,1000.00,successful,9,US,1000.00,1000.00,1000.00 +1225234610,The Hali Erickson Project,Pop,Music,USD,2017-11-12,3000.00,2017-10-13 21:32:39,320.00,live,9,US,20.00,320.00,3000.00 +1225235525,Snow Globes for Children,Glass,Crafts,USD,2014-08-16,12000.00,2014-07-17 00:50:57,5.00,failed,1,US,5.00,5.00,12000.00 +1225237764,Soundhailer,Music,Music,SEK,2015-05-29,300000.00,2015-04-29 11:57:14,5.00,failed,1,SE,0.58,0.59,35283.74 +1225238691,Hell's Rising Chronicles,Young Adult,Publishing,USD,2016-02-13,30000.00,2016-01-14 08:16:26,60.00,failed,1,US,60.00,60.00,30000.00 +1225240977,Ellston Bay - The Film,Thrillers,Film & Video,GBP,2016-08-15,35000.00,2016-07-14 11:33:25,10916.00,canceled,67,GB,2505.73,14286.84,45807.92 +1225248462,Electric Candy Couture Launch,Fashion,Fashion,USD,2014-01-06,25000.00,2013-12-06 18:05:32,14710.00,failed,171,US,14710.00,14710.00,25000.00 +1225249890,Automatic Central Offsite Backup (Canceled),Technology,Technology,USD,2011-07-19,1700.00,2011-05-20 01:14:00,0.00,canceled,0,US,0.00,0.00,1700.00 +"122525094,""Tabletop Taverns, for RPGs and gamers."",Tabletop Games,Games,GBP,2014-03-21,5950.00,2014-02-20 00:59:56,2035.00,failed,59,GB,3404.68,3355.54,9811.03" +"1225259358,"""""" Society's Rival """" The Album"",Hip-Hop,Music,USD,2014-02-07,10000.00,2013-12-09 20:20:38,0.00,failed,0,US,0.00,0.00,10000.00" +1225262201,1942 Stalingrad Commisar House Wargaming Map in Scale,Tabletop Games,Games,USD,2017-04-21,5000.00,2017-03-22 15:09:51,1.00,failed,1,US,0.00,1.00,5000.00 +122526300,Miramar Parkland Trash Receptacles,Woodworking,Crafts,USD,2015-07-24,550.00,2015-06-09 01:15:59,0.00,failed,0,US,0.00,0.00,550.00 +1225266970,KUSTOME COLLABO - Luxury Sneakers (Canceled),Product Design,Design,USD,2014-07-05,350000.00,2014-05-21 19:06:35,240883.00,canceled,285,US,240883.00,240883.00,350000.00 +1225267005,True Norwegian Black Pudding,Publishing,Publishing,USD,2011-10-01,4000.00,2011-08-17 20:15:09,646.32,failed,18,US,646.32,646.32,4000.00 +1225271233,Rock Art Imagery of the Dominican Republic-- A Book,Nonfiction,Publishing,USD,2011-08-23,1962.00,2011-07-24 05:45:36,1224.00,failed,20,US,1224.00,1224.00,1962.00 +1225272340,Mother Jones Returns! Inflatable - 12' tall,Performance Art,Art,USD,2017-05-06,7200.00,2017-04-06 19:34:48,26.00,failed,2,US,0.00,26.00,7200.00 +1225273867,Mob City: The Card Game (Canceled),Tabletop Games,Games,CAD,2014-11-21,7500.00,2014-10-27 05:01:37,936.00,canceled,19,CA,833.08,831.26,6660.75 +1225278197,Waiting to STALK your closet,Fashion,Fashion,USD,2013-06-01,25500.00,2013-05-02 03:05:48,45.00,failed,2,US,45.00,45.00,25500.00 +"1225279180,""// CANVAS & LEATHER BAGS, BACKPACKS, WALLETS, IPAD CASE,"",Design,Design,USD,2015-03-09,10000.00,2015-01-08 23:00:41,22920.00,successful,109,US,22920.00,22920.00,10000.00" +1225281588,Country Fried Rock *Radio*--Emerging Roots Music,Radio & Podcasts,Publishing,USD,2011-02-28,3000.00,2011-01-29 01:01:54,3000.00,successful,12,US,3000.00,3000.00,3000.00 +1225283428,WHEELS,Comedy,Film & Video,USD,2015-12-03,10000.00,2015-10-26 17:00:19,2750.00,failed,16,US,2750.00,2750.00,10000.00 +1225285317,Pork 'n' Beans- pilot a fart-powered flying pig,Mobile Games,Games,USD,2016-03-24,5000.00,2016-02-23 04:55:18,16.00,failed,3,US,16.00,16.00,5000.00 +"1225290659,"")*( Publish """"The People of Burning Man"""" Coffee Table Book"",Photography,Photography,USD,2011-03-19,25000.00,2011-01-19 20:11:24,36830.69,successful,521,US,36830.69,36830.69,25000.00" +1225299943,Solar Ace - Outbound,Live Games,Games,USD,2018-01-07,12000.00,2017-12-08 00:16:56,25.00,live,1,US,0.00,25.00,12000.00 +1225309004,Bayou Maharajah: A video documentary on James Booker,Documentary,Film & Video,USD,2010-07-02,1500.00,2010-06-02 16:51:27,2245.00,successful,16,US,2245.00,2245.00,1500.00 +"1225316319,""Black Sailors- Pirates, Orcs, Fantasy Miniatures!"",Tabletop Games,Games,CAD,2014-12-16,7000.00,2014-11-26 12:38:08,77685.00,successful,346,CA,68835.81,66992.93,6036.56" +1225321123,Fils et Papa - Fashion for father & son,Childrenswear,Fashion,EUR,2017-09-13,10000.00,2017-07-30 09:32:24,3188.00,failed,25,BE,1320.54,3813.81,11963.01 +1225323542,2012 J.C. Stone Maine Sculpture Symposium (Canceled),Sculpture,Art,USD,2012-08-24,10000.00,2012-07-30 18:42:57,1.00,canceled,1,US,1.00,1.00,10000.00 +1225325602,Même pas peur !,Tabletop Games,Games,EUR,2016-10-07,1000.00,2016-09-07 21:03:50,141.00,failed,7,FR,0.00,157.07,1114.00 +1225337864,Sub Rosa Playing Cards,Playing Cards,Games,EUR,2017-12-14,5000.00,2017-11-07 18:05:54,5306.00,successful,175,FR,1183.02,6264.24,5902.98 +1225338997,A Professional Studio For You!! (Canceled),Music,Music,USD,2015-07-30,15000.00,2015-06-30 00:44:42,0.00,canceled,0,US,0.00,0.00,15000.00 +1225346298,Beard and Bean: Steampunk Science,Experimental,Theater,USD,2015-12-21,1500.00,2015-11-21 02:51:32,2233.00,successful,54,US,2233.00,2233.00,1500.00 +1225354282,Scary spider,Product Design,Design,EUR,2016-04-28,25000.00,2016-04-05 22:10:21,19.00,failed,5,IT,21.66,21.67,28507.57 +1225358844,Help Launch the Premiere Issue of KHLOE Magazine! (Canceled),Publishing,Publishing,USD,2011-08-12,5000.00,2011-05-22 06:05:06,1200.00,canceled,5,US,1200.00,1200.00,5000.00 +"1225364150,""HR + GSR + MOTION Dev Board for Health, and Fitness Products"",DIY Electronics,Technology,USD,2016-07-14,5000.00,2016-06-14 16:38:04,22485.00,successful,222,US,17245.00,22485.00,5000.00" +1225364260,Undercover Skeptic: The Chiropractic Lie (Canceled),Nonfiction,Publishing,AUD,2014-10-09,2000.00,2014-09-09 12:26:34,1.00,canceled,1,AU,0.94,0.87,1741.86 +1225365037,One Unknown,Fiction,Publishing,USD,2015-10-06,10000.00,2015-08-07 03:48:33,0.00,failed,0,US,0.00,0.00,10000.00 +1225367391,Greg Smith & The Broken English Record New Album!,Music,Music,USD,2012-09-08,8000.00,2012-07-18 17:47:21,11256.00,successful,68,US,11256.00,11256.00,8000.00 +"1225369942,""""""The Rustic Skillet"""" Restaurant and Bar in Mckenzie Bridge"",Restaurants,Food,USD,2014-11-20,10000.00,2014-10-21 18:16:20,1215.00,failed,14,US,1215.00,1215.00,10000.00" +1225373252,Bobs Adventures,Video Games,Games,MXN,2018-01-20,30000.00,2017-12-11 20:33:51,200.00,live,2,MX,5.28,10.46,1569.69 +"1225373477,""Frayed Lines Apparel """"Fish Hard and Fray Lines"""""",Fashion,Fashion,USD,2014-05-12,6000.00,2014-04-07 19:16:56,6072.00,successful,57,US,6072.00,6072.00,6000.00" +1225374409,Timon of Athens at the Portsmouth Players' Ring,Theater,Theater,USD,2012-06-01,1000.00,2012-05-15 21:56:27,1135.00,successful,39,US,1135.00,1135.00,1000.00 +1225377220,Eliza - Free iPhone Therapist (Best Chatbot Since Siri),Apps,Technology,USD,2014-07-05,100.00,2014-06-05 14:09:30,264.00,successful,25,US,264.00,264.00,100.00 +1225381827,Workout Wager App,Apps,Technology,USD,2015-04-02,75000.00,2015-03-03 17:05:30,1.00,failed,1,US,1.00,1.00,75000.00 +1225387600,Menstrual Cups for All - XO Flo Mini,Product Design,Design,USD,2017-11-02,28000.00,2017-10-03 18:31:12,28879.00,successful,626,US,5198.00,28879.00,28000.00 +1225389196,CJS SWEET CAKES NEEDS ELEGANT EDIBLE LACE,Food,Food,USD,2012-03-13,800.00,2012-02-06 22:02:59,815.00,successful,13,US,815.00,815.00,800.00 +1225393342,Enpowering Women thru ART,Mixed Media,Art,CAD,2016-05-05,5000.00,2016-04-05 03:55:12,0.00,failed,0,CA,0.00,0.00,3882.29 +1225407468,Twisted Christmas: Summoning the Krampus!,Tabletop Games,Games,GBP,2017-12-01,100.00,2017-11-17 05:27:26,1772.00,successful,66,GB,1228.96,2390.07,134.88 +1225408442,Rare Elements - RPG Adventure - Ré of Light (Canceled),Tabletop Games,Games,USD,2015-08-10,85000.00,2015-07-06 15:40:04,9429.00,canceled,102,US,9429.00,9429.00,85000.00 +1225408944,Action Sports Capital of the World,Film & Video,Film & Video,AUD,2015-09-11,25000.00,2015-08-02 01:19:11,0.00,failed,0,AU,0.00,0.00,17655.37 +1225409942,The Wild Farm: Producing Local Sumac Spices,Food,Food,USD,2014-03-15,33000.00,2014-02-13 13:39:45,35110.55,successful,283,US,35110.55,35110.55,33000.00 +"1225410291,""Birds of Paradise, Exotic Music of the Old & New Worlds"",Music,Music,USD,2015-02-12,5000.00,2015-01-13 08:41:21,5103.00,undefined,0,""N,0"""""",,5103.00,5000.00" +1225411862,INFLUENCE - a web series about random acts of kindness,Webseries,Film & Video,USD,2011-11-01,1000.00,2011-10-03 18:41:26,300.00,failed,11,US,300.00,300.00,1000.00 +1225412379,Detective: City of Angels,Tabletop Games,Games,USD,2017-11-03,40000.00,2017-10-10 16:59:27,267112.00,successful,3102,US,53573.00,267112.00,40000.00 +1225413416,Combat! A Pick-Up-And-Play Card Game,Tabletop Games,Games,USD,2014-09-01,1000.00,2014-08-03 21:02:01,735.00,failed,17,US,735.00,735.00,1000.00 +122541564,World of Lausjarn,Video Games,Games,AUD,2017-04-18,2800.00,2017-03-19 04:19:00,38.00,canceled,1,AU,0.00,28.59,2106.69 +1225416159,The Suicide of James Rider,Drama,Film & Video,USD,2017-12-13,18000.00,2017-10-24 15:31:06,25000.00,successful,173,US,1140.00,25000.00,18000.00 +"1225427919,""Incredible! Plant Veg, Grow a Revolution"",Nonfiction,Publishing,GBP,2013-12-12,10000.00,2013-11-12 08:34:27,10774.00,successful,344,GB,17254.61,17529.25,16269.95" +122542925,Cthulhu Wars En Español (Canceled),Games,Games,USD,2015-01-19,40000.00,2014-12-13 15:59:05,17751.00,canceled,87,US,17751.00,17751.00,40000.00 +122543002,We're forming a global community for Entrepreneurs. Join us!,Web,Technology,CAD,2017-11-14,12000.00,2017-09-15 06:10:09,628.00,failed,19,CA,98.53,492.09,9402.91 +122543187,Traveling Light,Photography,Photography,USD,2016-11-22,7500.00,2016-10-23 00:27:42,210.00,failed,3,US,100.00,210.00,7500.00 +1225435174,#MIRACLEMATT: Story of Matt Manzari,Documentary,Film & Video,USD,2015-12-12,6000.00,2015-11-17 16:59:27,6696.00,successful,45,US,6696.00,6696.00,6000.00 +1225436046,313 RPG,Video Games,Games,GBP,2013-07-11,150.00,2013-06-11 22:06:53,159.00,successful,13,GB,247.14,240.22,226.63 +122543656,Big ART Hardcover BOOK - Women NudeART - Tattooed - Portrait,Photobooks,Photography,EUR,2015-11-19,179.00,2015-09-20 18:40:34,531.00,successful,8,DE,600.21,567.53,191.31 +1225437174,It's TWO complicated! a feature film,Film & Video,Film & Video,USD,2011-03-21,8000.00,2011-01-15 21:22:18,420.00,failed,6,US,420.00,420.00,8000.00 +1225438543,Rustic Pony Restaurant & Meats,Food,Food,USD,2016-11-29,55000.00,2016-10-20 11:01:32,272.00,failed,6,US,0.00,272.00,55000.00 +1225439567,The Vermont Sugarbush,Farmer's Markets,Food,USD,2015-03-22,5000.00,2015-01-21 18:28:30,6.00,failed,2,US,6.00,6.00,5000.00 +1225444603,Combat Paper Program,Art,Art,USD,2012-03-21,15000.00,2012-02-20 04:28:03,19000.00,successful,321,US,19000.00,19000.00,15000.00 +1225456851,Cat Café Studio: India's First Cat Café,Spaces,Food,USD,2017-02-16,54000.00,2016-12-18 21:15:25,10010.00,failed,165,US,1020.00,10010.00,54000.00 +1225461046,American Bride - Novel Part One,Fiction,Publishing,USD,2013-11-29,12000.00,2013-11-08 22:17:12,0.00,failed,0,US,0.00,0.00,12000.00 +"1225462268,""""""Kyle Supley's Out There!"""" A New Series. Get Out to Get In!"",Webseries,Film & Video,USD,2015-06-17,10000.00,2015-05-18 17:11:35,11112.00,successful,164,US,11112.00,11112.00,10000.00" +1225468845,But Mum - A Children’s Book for both the Parent and Child,Children's Books,Publishing,GBP,2014-12-23,5000.00,2014-11-23 16:32:23,10.00,failed,1,GB,15.66,15.54,7767.96 +1225495836,Quality food PACKED with natural flavor!,Food,Food,USD,2015-11-07,3500.00,2015-09-23 04:14:21,58.00,failed,4,US,58.00,58.00,3500.00 +1225497157,Help Me Not Wreck,Apps,Technology,USD,2015-07-16,5000.00,2015-06-16 17:54:11,0.00,failed,0,US,0.00,0.00,5000.00 +1225497899,The fools dream,Comedy,Film & Video,GBP,2014-08-07,8000.00,2014-07-08 22:28:33,0.00,failed,0,GB,0.00,0.00,13443.34 +122549951,LAAMP the Series,Webseries,Film & Video,USD,2014-07-24,1100.00,2014-06-24 04:00:44,140.00,failed,5,US,140.00,140.00,1100.00 +1225504468,Cult Leader - The Board Game,Tabletop Games,Games,USD,2015-10-26,10000.00,2015-09-26 15:16:42,1.00,failed,1,US,1.00,1.00,10000.00 +1225504531,Lemonade Stand,Drinks,Food,USD,2014-11-13,25.00,2014-10-14 17:30:14,10.00,failed,1,US,10.00,10.00,25.00 +1225530140,Phone Silks - The best way to carry your smart phone!,Wearables,Technology,USD,2015-05-31,25000.00,2015-04-06 17:24:35,26452.00,successful,152,US,26452.00,26452.00,25000.00 +1225530204,Regina Knows!,Webseries,Film & Video,USD,2016-06-30,50000.00,2016-05-24 04:12:28,0.00,failed,0,US,0.00,0.00,50000.00 +1225532179,Leather and Candles,Candles,Crafts,USD,2016-05-21,4000.00,2016-05-06 12:56:30,51.00,failed,3,US,51.00,51.00,4000.00 +1225535937,Need Help Funding My Own Glass Blowing Studio!,Glass,Crafts,USD,2015-03-20,2000.00,2015-02-13 19:32:56,2162.00,successful,9,US,2162.00,2162.00,2000.00 +1225546103,Demo Recording of a New Musical: HADLEYBURG,Theater,Theater,USD,2013-11-16,7500.00,2013-10-12 05:43:04,550.00,failed,7,US,550.00,550.00,7500.00 +"1225553511,""Sylvia Plath's """"Three Women"""""",Theater,Theater,USD,2011-10-03,1000.00,2011-09-03 00:45:10,1175.01,successful,40,US,1175.01,1175.01,1000.00" +1225553537,Girls of Summer: Big Diamond Dreams,Documentary,Film & Video,USD,2017-07-03,24042.00,2017-06-06 16:32:40,26237.00,successful,318,US,2545.00,26237.00,24042.00 +1225558383,ROOMMATES - a feature film,Shorts,Film & Video,USD,2011-04-03,50000.00,2011-01-09 08:24:06,2750.01,failed,79,US,2750.01,2750.01,50000.00 +1225558771,2 headed cow= 5 song E.P. mix and master project,Country & Folk,Music,USD,2013-08-17,850.00,2013-07-04 03:34:16,976.00,successful,14,US,976.00,976.00,850.00 +1225567880,4 Elements of Hip Hop Summer School,Hip-Hop,Music,GBP,2015-07-14,4485.00,2015-06-14 20:40:08,202.00,failed,8,GB,314.35,314.99,6993.72 +1225568410,Drink n' Delegate (Canceled),Playing Cards,Games,CAD,2015-09-26,8625.00,2015-08-12 20:29:03,1290.00,canceled,24,CA,985.41,974.39,6514.84 +1225572646,Sky Seasoning Promo,Film & Video,Film & Video,USD,2011-09-03,500.00,2011-08-04 03:54:27,0.00,failed,0,US,0.00,0.00,500.00 +"1225594105,""Munger's Drive By Deli & Grill """"Making friends with food """""",Food,Food,USD,2013-03-23,17000.00,2013-02-05 15:32:46,340.00,canceled,8,US,340.00,340.00,17000.00" +1225599990,Naked Gods Need A Van!,Music,Music,USD,2011-07-14,4500.00,2011-05-30 03:14:25,5724.00,successful,91,US,5724.00,5724.00,4500.00 +"1225601912,""The """"Me-Steve"""" Show - Sitcom Project"",Film & Video,Film & Video,USD,2014-03-10,1000.00,2014-01-24 20:31:57,1050.00,successful,13,US,1050.00,1050.00,1000.00" +122560577,Boston Metaphysical Society - Chapter 6,Graphic Novels,Comics,USD,2015-11-06,3200.00,2015-10-07 21:06:24,6647.00,successful,233,US,6647.00,6647.00,3200.00 +1225621055,Feminist/ Anti Period Shaming Enamel Badges,Accessories,Fashion,GBP,2017-08-22,1000.00,2017-07-23 21:15:21,155.00,failed,8,GB,66.30,198.76,1282.31 +1225621899,Weightlifting Documentary,Documentary,Film & Video,USD,2012-04-27,36000.00,2012-03-13 21:43:48,950.00,failed,21,US,950.00,950.00,36000.00 +122562310,TONY,Music,Music,USD,2011-11-17,18000.00,2011-10-17 21:53:47,19281.00,successful,279,US,19281.00,19281.00,18000.00 +1225623418,miniHolster,Product Design,Design,GBP,2013-05-04,50000.00,2013-03-15 12:28:54,0.00,failed,0,GB,0.00,0.00,76915.98 +1225627649,Crocoduo - Natural Smartphone Holder for Kids & Adults,Product Design,Design,USD,2015-06-17,20000.00,2015-05-18 14:19:01,278.00,canceled,10,US,278.00,278.00,20000.00 +122562970,Love Mythos: Sanctuary Island Visual Novel and Puzzle Game,Video Games,Games,USD,2017-04-05,8000.00,2017-03-01 14:59:48,4987.00,failed,194,US,1745.00,4987.00,8000.00 +1225633444,Torn Armor,Tabletop Games,Games,USD,2013-04-04,50000.00,2013-03-03 05:49:16,67742.00,successful,561,US,67742.00,67742.00,50000.00 +1225634077,2nd Order Science,Documentary,Film & Video,USD,2012-06-30,20000.00,2012-05-31 21:15:01,100.00,failed,2,US,100.00,100.00,20000.00 +1225637896,Authentic Melodies,Hip-Hop,Music,USD,2016-10-12,10000.00,2016-09-15 13:43:50,1.00,failed,1,US,0.00,1.00,10000.00 +1225639544,Oscar López Rivera: Between Torture and Resistance,Nonfiction,Publishing,USD,2012-04-02,3500.00,2012-02-17 07:55:47,4183.00,successful,72,US,4183.00,4183.00,3500.00 +1225643586,Iranian Online,Web,Technology,GBP,2015-04-29,1000.00,2015-03-30 18:25:45,10.00,failed,1,GB,14.88,15.43,1543.28 +1225645513,Musicapolis,R&B,Music,USD,2016-07-07,5000.00,2016-06-07 07:29:42,126.00,failed,3,US,126.00,126.00,5000.00 +1225650428,The Little Prince,Theater,Theater,EUR,2016-06-18,20000.00,2016-05-23 17:55:16,6967.00,failed,62,AT,7818.65,7709.67,22131.97 +1225656844,Befriending the Enemy: Asian Carp,Documentary,Film & Video,USD,2014-08-21,38000.00,2014-07-14 20:08:21,0.00,failed,0,US,0.00,0.00,38000.00 +1225662500,Saltlands - Sail through the Desert!,Tabletop Games,Games,EUR,2016-05-30,38000.00,2016-04-26 11:56:58,83832.00,successful,1267,NL,94245.78,93506.15,42385.17 +1225664063,Classic Hymns for Modern Worship - E.P.,Music,Music,USD,2011-12-01,8000.00,2011-11-04 03:11:26,11460.00,successful,89,US,11460.00,11460.00,8000.00 +1225666377,The Search for Clay Henry (of Subway fame) (Suspended),Documentary,Film & Video,USD,2016-02-24,5000.00,2016-01-25 16:51:15,0.00,suspended,0,US,0.00,0.00,5000.00 +1225668208,Contraptions,Tabletop Games,Games,USD,2016-01-01,6500.00,2015-12-02 05:06:14,460.00,failed,9,US,460.00,460.00,6500.00 +1225672106,Choice Game - The game of the century!,Video Games,Games,USD,2014-07-19,16000.00,2014-05-20 18:21:46,70.00,failed,15,US,70.00,70.00,16000.00 +1225675403,Support/Funding sought for a captivating documentary film.,Documentary,Film & Video,GBP,2013-02-21,4000.00,2013-01-19 14:23:47,0.00,failed,0,GB,0.00,0.00,6118.45 +1225679445,SLaM (Canceled),Theater,Theater,USD,2010-09-05,20000.00,2010-07-09 18:24:04,0.00,canceled,0,US,0.00,0.00,20000.00 +"1225695970,""Chartreuse: RAW, VEGAN, ORGANIC, LOCAL"",Food,Food,USD,2012-11-07,12813.00,2012-10-08 16:48:09,255.00,failed,8,US,255.00,255.00,12813.00" +1225697452,Back up power for 286 hours with 100 amp hour CSA certified,Hardware,Technology,CAD,2014-08-28,21000.00,2014-08-07 19:36:34,6.01,failed,6,CA,5.48,5.54,19347.71 +1225697706,Grind Mode Music Worldwide,Music,Music,USD,2016-03-04,100000.00,2016-02-03 00:16:42,25.00,failed,1,US,25.00,25.00,100000.00 +12257020,Aromatherapy cat beds,Crochet,Crafts,USD,2014-12-16,2000.00,2014-10-17 19:30:05,170.00,failed,8,US,170.00,170.00,2000.00 +1225707190,Emerging,Documentary,Film & Video,USD,2016-08-16,37000.00,2016-07-09 01:05:42,76.00,failed,3,US,25.00,76.00,37000.00 +1225709012,Animal Assassins - Collectible Designer Vinyl Toy,Product Design,Design,USD,2014-12-26,9000.00,2014-11-26 19:48:57,1886.00,failed,28,US,1886.00,1886.00,9000.00 +122571350,bush tucker woman (Canceled),Food,Food,AUD,2015-12-28,6500.00,2015-11-28 00:19:01,25.00,canceled,1,AU,18.10,18.27,4750.42 +1225714686,You make the call,Web,Technology,USD,2014-10-26,1000.00,2014-08-27 02:43:47,0.00,failed,0,US,0.00,0.00,1000.00 +"1225725375,""Alt Fashion Lookbook - """"Shiny Elegance"""""",People,Photography,GBP,2016-10-18,15000.00,2016-08-19 17:52:02,187.00,canceled,4,GB,0.00,227.91,18281.54" +1225726416,Glimpse Into The Hidden Castles and History of Hungary,Places,Photography,USD,2015-05-17,5000.00,2015-04-17 23:30:06,36.00,canceled,2,US,36.00,36.00,5000.00 +1225730817,Project Art Gallery Of Miami,Public Art,Art,USD,2016-10-23,100000.00,2016-09-23 16:46:41,1.00,failed,1,US,0.00,1.00,100000.00 +1225737988,Truistreligion.com Crowd Fund,Fashion,Fashion,USD,2017-01-22,9000.00,2016-12-23 22:10:21,10.00,failed,1,US,0.00,10.00,9000.00 +1225744594,Singer-Songwriter EP,Music,Music,USD,2015-07-22,200.00,2015-06-14 20:05:50,322.00,successful,9,US,322.00,322.00,200.00 +1225745407,The Toddler Target,Design,Design,USD,2016-12-15,45000.00,2016-11-15 15:51:12,1066.00,failed,18,US,50.00,1066.00,45000.00 +1225747913,Revista Dinero y Salud Financiera,Periodicals,Publishing,MXN,2017-08-03,89990.00,2017-07-04 04:33:45,100.00,failed,2,MX,2.76,5.62,5053.35 +1225756300,Learning the knots | L'apprentissage des noeuds,Apps,Technology,CAD,2015-11-23,8000.00,2015-09-24 22:58:46,90.00,failed,3,CA,67.76,67.43,5993.86 +122576389,Fotografie Nieuws & Deals App,Apps,Technology,EUR,2014-07-04,1150.00,2014-06-04 17:46:03,4.00,failed,2,NL,5.44,5.44,1562.63 +1225769958,GEODE: Make your own photos glow with this LED light,Product Design,Design,USD,2012-11-02,50000.00,2012-10-03 19:30:32,17048.00,failed,211,US,17048.00,17048.00,50000.00 +"1225772732,""Everything, By Everyone - a film about online creativity and entertainment"",Film & Video,Film & Video,USD,2010-09-02,12000.00,2010-06-21 21:14:48,15151.23,successful,231,US,15151.23,15151.23,12000.00" +1225773398,Shadowscrapers - Mobile Puzzle Game,Mobile Games,Games,USD,2017-03-25,600.00,2017-02-28 16:23:20,902.50,successful,36,US,169.00,902.50,600.00 +1225776770,Penny Haymaker: A Director Prepares,Shorts,Film & Video,GBP,2013-05-17,300.00,2013-05-07 23:28:55,450.00,successful,15,GB,700.88,685.54,457.02 +1225777534,Chance Hayden Produces Debut CD of Modern Soul,Rock,Music,USD,2012-07-21,7500.00,2012-06-15 09:02:35,7815.01,successful,105,US,7815.01,7815.01,7500.00 +1225780289,Eva Lance To The Moon,Experimental,Film & Video,USD,2017-03-01,3300.00,2016-12-31 06:15:29,71.00,failed,4,US,0.00,71.00,3300.00 +1225785511,Dregs/4 Pints Shy Live CD Production,Music,Music,USD,2013-03-13,2000.00,2013-02-11 15:58:20,5571.50,successful,107,US,5571.50,5571.50,2000.00 +1225791785,Syrian Eyes of the World: Expansion in Syria & worldwide,People,Photography,CAD,2016-04-19,5000.00,2016-03-12 19:28:56,5698.00,successful,107,CA,4286.91,4474.63,3926.50 +1225793456,Faces of Our Community - A Portrait Project!,Painting,Art,USD,2012-01-20,2500.00,2011-11-21 15:57:37,15.00,failed,3,US,15.00,15.00,2500.00 +1225804186,Greedy Claw Crane Game,Tabletop Games,Games,USD,2017-04-27,10000.00,2017-03-28 17:00:35,1163.00,canceled,57,US,964.00,1163.00,10000.00 +1225804430,Minerva Awakening: My First Novel,Fiction,Publishing,USD,2016-02-21,2500.00,2016-01-19 03:12:05,261.00,failed,9,US,261.00,261.00,2500.00 +1225810508,The Boom Squad!,Comics,Comics,USD,2012-09-21,5000.00,2012-08-22 02:57:12,80.00,failed,3,US,80.00,80.00,5000.00 +"1225815894,""Large woodcut print, 76x107 cm, Hahnemuhle 300gr."",Art,Art,EUR,2017-04-14,250.00,2017-03-15 18:19:50,0.00,canceled,0,NL,0.00,0.00,267.45" +1225818412,Your walk: Your Dream (Canceled),Fashion,Fashion,USD,2011-06-15,6500.00,2011-05-07 08:15:23,51.00,canceled,2,US,51.00,51.00,6500.00 +1225818508,Traditional Boatbuilding in North Carolina,Crafts,Crafts,USD,2013-06-16,5000.00,2013-04-17 00:06:40,145.00,failed,5,US,145.00,145.00,5000.00 +1225818872,UltimateBeat - too much to lose,Documentary,Film & Video,USD,2012-09-01,6500.00,2012-08-02 19:01:17,6650.00,successful,63,US,6650.00,6650.00,6500.00 +1225826394,Book Research: The G2 Kitchen Project,Nonfiction,Publishing,USD,2011-08-24,1500.00,2011-07-25 19:05:36,1500.00,successful,17,US,1500.00,1500.00,1500.00 +1225831571,A Journey of Heros,Documentary,Film & Video,USD,2015-12-31,5000.00,2015-12-01 00:58:17,0.00,failed,0,US,0.00,0.00,5000.00 +1225836843,Liberation of the Mermaid,Children's Books,Publishing,USD,2014-08-11,17000.00,2014-07-12 21:27:53,0.00,failed,0,US,0.00,0.00,17000.00 +"1225857662,""""""Centurion Films Presents..."""" A Comedic Film for Film Buffs"",Film & Video,Film & Video,USD,2011-07-08,1500.00,2011-06-03 18:09:34,174.00,failed,7,US,174.00,174.00,1500.00" +12258630,Sequencing Through Time and Place,Art,Art,USD,2011-05-19,10000.00,2011-04-19 04:14:36,10350.00,successful,46,US,10350.00,10350.00,10000.00 +1225865160,Found Leather Goods: Found on a Journey,Accessories,Fashion,USD,2016-10-18,6500.00,2016-09-18 02:22:42,8257.00,successful,75,US,1545.00,8257.00,6500.00 +1225868085,Sean Carney Plays Serious Classic Blues,Jazz,Music,USD,2012-01-21,4500.00,2011-12-22 02:10:49,1680.00,failed,23,US,1680.00,1680.00,4500.00 +1225896261,Calvary-St. George's Orchestral Concerts (Haydn),Classical Music,Music,USD,2012-09-10,4600.00,2012-07-26 19:09:57,4805.00,successful,27,US,4805.00,4805.00,4600.00 +1225905892,Rabbit-Moon Animation,Animation,Film & Video,USD,2013-02-13,2000.00,2013-01-14 18:38:17,11.00,failed,2,US,11.00,11.00,2000.00 +1225920286,Interactive Show + Auction Gallery In NYC (Canceled),Art,Art,USD,2014-06-03,35000.00,2014-04-04 21:39:11,0.00,canceled,0,US,0.00,0.00,35000.00 +1225929145,WINDOWLESS - a short film in preproduction,Shorts,Film & Video,CHF,2017-10-09,18000.00,2017-09-09 23:05:38,19790.00,successful,80,CH,2067.47,20265.22,18432.24 +1225937700,The Humble Bee — A printmaking project to help pollinators,Art,Art,USD,2017-02-28,2000.00,2017-01-27 00:52:52,525.00,failed,18,US,257.00,525.00,2000.00 +1225945192,Silhouette V2,Drinks,Food,GBP,2016-09-29,2000.00,2016-08-30 10:49:51,2322.00,successful,51,GB,0.00,3009.88,2592.49 +1225954105,Annuaire des artisans marocains sans moyen de marketing ...,Web,Technology,EUR,2015-10-08,75000.00,2015-09-08 15:50:38,1.00,failed,1,FR,1.12,1.14,85214.68 +1225954464,Help Vox Humana Record a Compact Disc,Classical Music,Music,USD,2011-12-14,7500.00,2011-11-14 18:22:33,125.00,failed,4,US,125.00,125.00,7500.00 +"122597511,""""""Berkeley Hills"""" The Song & Music Video"",Shorts,Film & Video,USD,2014-02-09,1967.00,2014-01-08 07:30:33,426.00,failed,9,US,426.00,426.00,1967.00" +"1225976233,""23, Please: The Sketch Show That Never Was @ Edinburgh"",Festivals,Theater,GBP,2016-08-01,500.00,2016-07-08 01:17:10,500.00,successful,12,GB,32.16,657.70,657.70" +1225985155,Reclaimed metal for the lover of the sea,Art,Art,USD,2017-04-19,1500.00,2017-04-09 18:54:10,1510.00,successful,12,US,470.00,1510.00,1500.00 +1225989850,The Get Right Band's Best Album!,Rock,Music,USD,2016-04-09,12000.00,2016-03-16 02:00:47,12785.00,successful,107,US,12785.00,12785.00,12000.00 +1225990394,Legend of the Peach Girl,Children's Books,Publishing,USD,2012-07-07,2500.00,2012-06-07 22:56:57,105.00,failed,2,US,105.00,105.00,2500.00 +1225990856,IndustryInform,Web,Technology,CAD,2015-03-08,85000.00,2015-02-06 08:51:00,3.00,failed,3,CA,2.39,2.36,66750.43 +"1226000238,""Miss Illusions: A novel of mystery, magic, and misadventure!"",Fiction,Publishing,USD,2012-12-01,1500.00,2012-11-03 05:24:54,45.00,failed,3,US,45.00,45.00,1500.00" +1226002791,Soldurios- 28mm Sci-fi tabletop miniatures,Tabletop Games,Games,USD,2016-06-06,6500.00,2016-04-07 17:24:35,295.52,failed,7,US,295.52,295.52,6500.00 +1226009949,The world's handiest mobile device cleaner ever designed.,Product Design,Design,USD,2015-10-02,10000.00,2015-08-26 17:54:51,8011.00,canceled,160,US,8011.00,8011.00,10000.00 +122601899,The Worst,Shorts,Film & Video,USD,2012-08-31,5000.00,2012-07-17 19:51:07,5354.11,successful,165,US,5354.11,5354.11,5000.00 +1226027413,In Loving Memory : A Day of the Dead Community Celebration,Spaces,Dance,USD,2014-08-01,3200.00,2014-06-24 18:38:06,319.00,failed,10,US,319.00,319.00,3200.00 +1226029184,Daddy's Bedtime Adventures: A Children's Adventure Book,Children's Books,Publishing,USD,2016-07-19,9000.00,2016-06-19 17:51:19,1640.00,canceled,24,US,1375.00,1640.00,9000.00 +1226029391,HELP 23 SHADES RAISE MONEY FOR TOUR!,Rock,Music,USD,2011-11-10,10000.00,2011-10-16 23:25:13,1852.00,failed,25,US,1852.00,1852.00,10000.00 +1226032463,Jesus Jumpkick: An Epic Retelling,Comic Books,Comics,USD,2015-08-23,1300.00,2015-07-23 12:08:51,1463.00,successful,41,US,1463.00,1463.00,1300.00 +1226037318,Amg! Ice Cream!,Tabletop Games,Games,GBP,2013-09-24,500.00,2013-07-26 01:16:39,805.00,successful,65,GB,1234.36,1297.30,805.78 +1226041118,MAEN Watches: A New Standard in Affordable Luxury Watches,Accessories,Fashion,SEK,2017-06-27,100000.00,2017-05-23 14:01:37,358925.00,successful,187,SE,4775.55,42490.91,11838.38 +1226042487,Melodic Moods (Canceled),Electronic Music,Music,GBP,2016-06-09,3500.00,2016-05-10 01:02:25,0.00,canceled,0,GB,0.00,0.00,5041.27 +1226048317,Thistil Mistil Kistil Volume One,Comics,Comics,USD,2013-09-28,10000.00,2013-08-29 06:03:30,4576.00,failed,107,US,4576.00,4576.00,10000.00 +1226049432,JusticeBeautiful,Apparel,Fashion,USD,2017-10-01,1200.00,2017-08-02 04:48:59,0.00,failed,0,US,0.00,0.00,1200.00 +"122605684,""Real Python for Web Development, featuring web2py"",Software,Technology,USD,2013-03-07,2500.00,2013-02-05 17:07:48,26059.17,successful,1212,US,26059.17,26059.17,2500.00" +1226067213,Make Ovok! A new oddFAUNA creature sculpt in resin,Sculpture,Art,USD,2012-06-18,4000.00,2012-05-19 03:41:56,6138.34,successful,61,US,6138.34,6138.34,4000.00 +122607091,DIY Light-Up Paper Bow Ties,DIY Electronics,Technology,USD,2017-04-08,20000.00,2017-03-07 15:09:00,7870.00,failed,156,US,2119.00,7870.00,20000.00 +122607207,The Geeks Shall Inherit the Earth,Documentary,Film & Video,CAD,2014-07-12,25000.00,2014-06-12 03:01:14,2670.00,failed,32,CA,2448.31,2484.88,23266.64 +1226075814,A Stompin' in Harlem!,Theater,Theater,USD,2011-05-15,20000.00,2011-03-10 19:31:14,375.00,failed,7,US,375.00,375.00,20000.00 +1226083917,Super Best Friends Club - ALBUM 2,Rock,Music,GBP,2014-04-03,2500.00,2014-03-04 09:43:11,2779.00,successful,102,GB,4653.55,4605.34,4142.98 +"1226084542,""""""The Resistance"""" Action Web-series"",Film & Video,Film & Video,AUD,2014-04-30,200.00,2014-03-31 05:32:39,85.00,failed,1,AU,78.60,78.70,185.19" +1226087835,The Healing Waterfall Book: 100 Guided Imagery Scripts,Nonfiction,Publishing,USD,2016-10-31,900.00,2016-10-10 18:01:37,1760.00,successful,44,US,750.00,1760.00,900.00 +1226088894,Juliana: Crossing the Heavens,Performance Art,Art,USD,2015-03-02,800.00,2015-01-31 02:16:32,0.00,failed,0,US,0.00,0.00,800.00 +1226093342,Gabe's Adventure: Memories To Last A Lifetime (Canceled),Photobooks,Photography,USD,2014-08-27,1000.00,2014-08-12 20:47:58,10.00,canceled,2,US,10.00,10.00,1000.00 +1226105394,Kingdom of Solomon - Euro Style Board Game,Tabletop Games,Games,USD,2011-07-04,5000.00,2011-05-27 22:07:55,10020.00,successful,151,US,10020.00,10020.00,5000.00 +1226105636,Raji: An Ancient Epic,Video Games,Games,GBP,2017-12-12,120000.00,2017-11-08 02:06:34,66018.43,canceled,2121,GB,2679.97,88315.43,160528.67 +1226114754,In 30,Painting,Art,USD,2012-12-01,3030.00,2012-11-01 12:00:18,705.00,failed,17,US,705.00,705.00,3030.00 +1226116496,There is Hope Beyond the Fog,Publishing,Publishing,USD,2015-04-01,3200.00,2015-02-26 00:50:05,3235.00,successful,29,US,3235.00,3235.00,3200.00 +1226117857,Field of Miracles,Documentary,Film & Video,USD,2013-06-22,8000.00,2013-05-23 03:34:16,140.00,failed,4,US,140.00,140.00,8000.00 +1226145649,Pick the Lock,Tabletop Games,Games,USD,2015-12-07,1000.00,2015-11-07 17:47:16,13566.00,successful,944,US,13566.00,13566.00,1000.00 +"1226147263,""GR Stone - """"Old Family Honey"""" - Album Funding"",Music,Music,USD,2017-02-15,2500.00,2017-01-16 19:24:47,320.00,failed,4,US,220.00,320.00,2500.00" +1226147937,Gigi and Lily's - Number Adventure,Video Games,Games,USD,2014-06-03,10000.00,2014-04-14 23:51:24,0.00,failed,0,US,0.00,0.00,10000.00 +1226148777,Anchorage Ballet: Creating the backdrop for Chopiniana.,Dance,Dance,USD,2014-02-01,4850.00,2014-01-05 19:08:52,2322.00,failed,38,US,2322.00,2322.00,4850.00 +1226160523,Metaphysical Evidence. (Canceled),Webseries,Film & Video,USD,2014-09-14,15000.00,2014-07-16 21:35:26,335.00,canceled,5,US,335.00,335.00,15000.00 +1226166136,Mephistopheles ~ A Musical Vision of the Faust Tale,Rock,Music,AUD,2017-10-12,3000.00,2017-09-12 04:55:13,0.00,failed,0,AU,0.00,0.00,2349.44 +"1226168827,""PetSac - Plush doll with full size """"Backpack Inside"""""",Fashion,Fashion,USD,2015-04-09,20000.00,2015-03-10 16:38:27,265.00,failed,4,US,265.00,265.00,20000.00" +1226169979,PyImageSearch Gurus: Become a computer vision + OpenCV Guru,Technology,Technology,USD,2015-02-13,2500.00,2015-01-14 15:55:10,34882.00,successful,253,US,34882.00,34882.00,2500.00 +1226174586,the Superhero Training Network,Webseries,Film & Video,USD,2014-05-03,7500.00,2014-03-04 04:03:32,1645.00,failed,24,US,1645.00,1645.00,7500.00 +1226182088,5TH AVENUE APPAREL PRESENTS: CRAFTED BY FAITH,Apparel,Fashion,USD,2014-07-14,8000.00,2014-06-14 05:52:19,395.00,failed,4,US,395.00,395.00,8000.00 +1226183630,A new full-length album by Curtis Eller's American Circus,Country & Folk,Music,USD,2013-05-07,7000.00,2013-04-05 17:50:57,11728.13,successful,323,US,11728.13,11728.13,7000.00 +1226185820,Marital Bliss (Canceled),Shorts,Film & Video,USD,2011-03-02,6000.00,2011-01-25 23:29:48,2610.00,canceled,16,US,2610.00,2610.00,6000.00 +1226209335,The SeparAide™,Product Design,Design,USD,2015-11-11,50000.00,2015-10-12 11:36:12,2692.00,failed,40,US,2692.00,2692.00,50000.00 +1226211488,Lovers and Poets- music video,Rock,Music,USD,2010-08-03,400.00,2010-07-20 07:32:35,679.44,successful,17,US,679.44,679.44,400.00 +1226219708,I Heart Olive Oils. Learn Why You Should Too…,Food,Food,USD,2013-09-21,30000.00,2013-08-22 23:31:10,3438.00,failed,82,US,3438.00,3438.00,30000.00 +1226235225,The Creed Project,Action,Film & Video,USD,2015-11-04,7000.00,2015-09-05 05:59:30,0.00,failed,0,US,0.00,0.00,7000.00 +1226240721,Sewing Kit,Country & Folk,Music,USD,2017-04-30,7500.00,2017-03-31 15:36:23,7895.00,successful,147,US,2872.00,7895.00,7500.00 +1226250607,Magnetic Cruiser Cup,Product Design,Design,USD,2017-09-08,42696.00,2017-08-09 01:17:32,236.00,failed,5,US,223.00,236.00,42696.00 +1226261808,Irony studio time and music video too capture the journey,Hip-Hop,Music,USD,2017-05-25,2000.00,2017-04-25 03:03:00,0.00,failed,0,US,0.00,0.00,2000.00 +1226268660,Workout Configuration Guide - Create Your Own Workouts,Apps,Technology,USD,2017-11-30,10000.00,2017-11-10 00:32:54,50.00,failed,2,US,25.00,50.00,10000.00 +1226287212,TRUESWING W1 (for Wii & Wii U),Games,Games,GBP,2013-07-02,70000.00,2013-05-13 07:30:07,837.00,failed,17,GB,1285.69,1253.05,104795.13 +1226291101,Walking Borneo: A Rainforest Journey,Documentary,Film & Video,GBP,2014-07-11,750.00,2014-06-11 15:41:23,126.00,failed,3,GB,211.82,215.71,1284.00 +1226293181,MTM EP Pre-Release & Bonus Content,Rock,Music,USD,2016-10-11,1000.00,2016-09-09 06:29:34,1000.00,successful,14,US,140.00,1000.00,1000.00 +1226295018,Russell James Pyle's Second Full-length Album,Country & Folk,Music,USD,2017-04-02,6500.00,2017-03-03 15:20:46,7868.00,successful,118,US,635.00,7868.00,6500.00 +1226297024,A Holiday Potpourri - Christmas Album,Music,Music,USD,2016-11-04,1000.00,2016-10-10 05:17:18,175.00,failed,5,US,0.00,175.00,1000.00 +1226297348,Steward Outdoor,Apparel,Fashion,USD,2016-04-13,20000.00,2016-03-14 12:04:30,7453.00,failed,88,US,7453.00,7453.00,20000.00 +1226301798,Hopkinsville Brewing Company,Drinks,Food,USD,2015-12-25,35000.00,2015-11-25 23:43:26,40044.00,successful,142,US,40044.00,40044.00,35000.00 +1226302432,A GAMER DREAM!,Games,Games,USD,2015-03-22,10000000.00,2015-01-22 00:27:27,128.00,failed,5,US,128.00,128.00,10000000.00 +122630505,Strawberry Serenade- Hentai Princess Tank Tops,Apparel,Fashion,USD,2016-04-13,500.00,2016-03-30 04:15:49,39.00,failed,4,US,39.00,39.00,500.00 +1226308427,My first novel.,Fiction,Publishing,USD,2015-08-03,10000.00,2015-06-19 04:58:26,60.00,failed,2,US,60.00,60.00,10000.00 +1226318575,Parris Chic Boutique Online Modern Calligraphy Class,Art,Art,USD,2015-10-16,3000.00,2015-09-16 15:18:11,3150.00,successful,28,US,3150.00,3150.00,3000.00 +1226319682,Awesome cover art for YA science fiction / fantasy book,Fiction,Publishing,USD,2011-11-10,700.00,2011-10-11 06:43:19,880.00,successful,13,US,880.00,880.00,700.00 +1226321329,Jollie World - The Pilot Episode!,Animation,Film & Video,GBP,2016-05-10,40000.00,2016-04-10 18:55:09,2117.00,failed,23,GB,2990.43,3050.30,57634.40 +1226323330,Dorkpod DIY Open Source Vertical Electric Transport Kit,Makerspaces,Technology,USD,2016-12-10,3000.00,2016-11-10 18:50:47,3186.00,successful,56,US,1.00,3186.00,3000.00 +1226325759,Candy Store Expansion: Gluten Free & Vegan products,Small Batch,Food,USD,2015-02-02,17500.00,2014-12-19 06:46:16,981.00,failed,9,US,981.00,981.00,17500.00 +1226330637,Yokko's Journey (Canceled),Video Games,Games,EUR,2016-03-05,5000.00,2016-02-24 01:09:40,37.00,canceled,6,FR,41.11,41.03,5545.02 +1226331137,MyGarage - The Digital Garage Sale App,Apps,Technology,AUD,2017-03-04,4000.00,2017-02-02 08:32:31,0.00,failed,0,AU,0.00,0.00,3009.78 +1226334526,Terrace Style - Streetwear for the stands,Fashion,Fashion,GBP,2013-11-09,5000.00,2013-10-10 21:19:53,1.00,failed,1,GB,1.61,1.61,8033.94 +1226337125,Going Cardboard - A Board Game Documentary,Documentary,Film & Video,USD,2011-04-24,4500.00,2011-03-09 15:02:51,15180.50,successful,332,US,15180.50,15180.50,4500.00 +1226337266,Mathdots - An innovative visual math tool for education,Software,Technology,USD,2012-09-20,10000.00,2012-08-21 00:36:00,361.00,failed,13,US,361.00,361.00,10000.00 +1226340650,New Podcaststudio - Universitetsradioen,Radio & Podcasts,Publishing,DKK,2015-04-15,13880.00,2015-03-16 13:25:24,14245.00,successful,84,DK,2003.87,2064.73,2011.83 +1226344101,Turning Point: A documentary about homelessness & soccer,Documentary,Film & Video,GBP,2015-06-22,7000.00,2015-04-23 00:11:33,7765.00,successful,150,GB,11559.58,12211.62,11008.54 +122636156,Through The Night,Horror,Film & Video,USD,2016-06-05,1000.00,2016-05-06 03:12:57,175.00,failed,4,US,175.00,175.00,1000.00 +1226365338,Ten More Years of Unseen Worlds,Music,Music,USD,2017-12-18,10000.00,2017-11-20 23:16:13,17035.01,successful,289,US,6980.00,17035.01,10000.00 +"1226373008,""""""Seasons of Purpose"""""",Performances,Dance,USD,2015-03-06,6500.00,2015-01-14 00:33:55,0.00,failed,0,US,0.00,0.00,6500.00" +1226373088,HOLED-UP an Indie Feature Film Noir,Narrative Film,Film & Video,USD,2013-03-10,4350.00,2013-02-08 22:50:52,2455.00,failed,30,US,2455.00,2455.00,4350.00 +1226376205,Zombie Fabulous! by Stephen Hines and Aaron Lindeman,Comics,Comics,USD,2013-03-28,400.00,2013-02-26 12:42:04,811.00,successful,46,US,811.00,811.00,400.00 +1226385160,A Better Internet (Canceled),Web,Technology,USD,2014-08-23,1600.00,2014-07-24 20:49:56,0.00,canceled,0,US,0.00,0.00,1600.00 +1226386226,Steam Couture Magazine,Periodicals,Publishing,GBP,2013-06-04,10000.00,2013-05-05 20:59:10,110.00,failed,3,GB,171.27,171.34,15576.08 +1226386898,Night Vision: A Multidisciplinary Album and Collaboration,Music,Music,USD,2013-01-13,1977.00,2012-12-05 21:41:59,2209.77,successful,65,US,2209.77,2209.77,1977.00 +1226388618,Mixfader - the world's #1 connected object for becoming a DJ,Hardware,Technology,EUR,2015-07-01,50000.00,2015-05-27 05:25:21,110485.00,successful,1285,FR,121378.48,122593.57,55479.73 +1226402777,Mahans Mayhem,Music,Music,USD,2017-03-20,5000.00,2017-02-18 06:51:12,70.00,failed,2,US,0.00,70.00,5000.00 +1226405892,Evolution of Art-Permaculture,Design,Design,USD,2010-11-12,5000.00,2010-10-13 05:30:55,0.00,failed,0,US,0.00,0.00,5000.00 +"1226422146,""Boss' Daughter - Debut Album and 50 Day, 21 State Tour"",Punk,Music,USD,2015-09-26,1000.00,2015-09-01 17:27:18,1300.00,successful,21,US,1300.00,1300.00,1000.00" +1226424821,Andy & Toto Show,Webseries,Film & Video,USD,2013-02-19,5000.00,2013-01-20 13:19:01,283.00,failed,18,US,283.00,283.00,5000.00 +1226443513,Lighting Fires at Gas Stations,Film & Video,Film & Video,USD,2011-09-27,10000.00,2011-08-30 17:55:19,750.00,failed,9,US,750.00,750.00,10000.00 +1226445366,Spring Heeled Jack: Reborn in Blood comic adaptation,Comic Books,Comics,USD,2017-12-05,20000.00,2017-11-04 23:03:13,31.00,failed,2,US,31.00,31.00,20000.00 +"1226456653,The Journey of Self Belief: A story of failure and success,Publishing,Publishing,GBP,2015-11-04,2000.00,2015-10-05 19:21:39,184.00,undefined,0,""N,0"""""",,278.54,3027.64" +1226457848,The Story of The Three Little Hermit Crabs,Children's Books,Publishing,USD,2017-08-04,2000.00,2017-07-09 03:59:46,2028.00,successful,19,US,490.00,2028.00,2000.00 +1226460784,Gonet: The future of Social Media,Apps,Technology,USD,2016-12-03,20000.00,2016-10-24 21:02:08,0.00,canceled,0,US,0.00,0.00,20000.00 +122647071,Off Campus Radio Show and Podcast,Publishing,Publishing,USD,2013-12-05,12500.00,2013-10-30 12:52:02,1891.00,failed,35,US,1891.00,1891.00,12500.00 +1226482723,Kigo: A traveling photo journal,Photobooks,Photography,USD,2016-05-13,1500.00,2016-04-23 20:03:46,270.00,failed,6,US,270.00,270.00,1500.00 +122648903,Launch Daemons - Fram EP and a new experimental music label,Electronic Music,Music,GBP,2013-05-02,1200.00,2013-04-02 09:12:18,1267.00,successful,51,GB,1924.48,1970.76,1866.54 +1226491591,Out of the Depths: A Book By Rick Lee James,Nonfiction,Publishing,USD,2013-11-15,1000.00,2013-10-16 03:25:08,1615.00,successful,28,US,1615.00,1615.00,1000.00 +1226496359,Rockpool Jewellery's First Stacker Ring Collection,Design,Design,GBP,2014-10-31,3000.00,2014-10-01 20:08:23,11.00,failed,2,GB,17.87,17.57,4790.80 +1226497043,Tourism and Hospitality e-Learning Site,Web,Technology,AUD,2015-05-12,2900.00,2015-04-28 01:09:23,0.00,failed,0,AU,0.00,0.00,2320.19 +1226500478,Orbit(Film) Astronaut Appreciation Society,Shorts,Film & Video,USD,2011-07-19,5000.00,2011-06-17 21:05:54,5014.00,successful,57,US,5014.00,5014.00,5000.00 +1226501728,POSTDOZER - Power Post and Stump Puller,Hardware,Technology,GBP,2015-07-19,2500.00,2015-06-19 16:30:07,0.00,failed,0,GB,0.00,0.00,3868.65 +1226517510,88 KEYS: An Audio Documentary About Playing the Piano,Classical Music,Music,USD,2012-08-17,3000.00,2012-07-13 05:53:58,3680.00,successful,40,US,3680.00,3680.00,3000.00 +1226521511,The ARC Plasma Speaker,Sound,Technology,USD,2014-03-29,10000.00,2014-02-26 22:00:05,74445.78,successful,572,US,74445.78,74445.78,10000.00 +"1226528872,""Nagore Rodriguez Exhibition in Miami, Florida"",Painting,Art,EUR,2016-02-15,2500.00,2016-01-16 20:46:35,1.00,failed,1,ES,1.09,1.11,2773.99" +1226530830,Labuntina Sing-along,Music Videos,Film & Video,GBP,2016-03-24,7500.00,2016-02-22 10:20:36,8164.00,successful,154,GB,11760.66,11535.80,10597.56 +1226537345,The 2017 Procedural Generation Jam,Technology,Technology,GBP,2017-07-01,2000.00,2017-06-01 13:36:43,4558.52,successful,268,GB,842.36,5879.00,2579.35 +"1226537948,""Outward Spectacle: National Parks, A Multimedia Art Concept"",Art,Art,USD,2017-06-09,8888.00,2017-05-09 09:36:27,9000.33,successful,124,US,1709.00,9000.33,8888.00" +1226542600,Sunnyside Up! Building a farm to build community,Food,Food,USD,2013-04-27,4500.00,2013-03-28 03:33:10,6520.00,successful,160,US,6520.00,6520.00,4500.00 +1226555081,Documentary About Autism,Documentary,Film & Video,USD,2012-10-19,4000.00,2012-09-19 02:38:33,4000.00,successful,40,US,4000.00,4000.00,4000.00 +1226555889,Dr. Sugar Skulls Poster,Graphic Design,Design,USD,2014-10-31,800.00,2014-10-01 16:32:00,151.00,failed,5,US,151.00,151.00,800.00 +1226567808,Noahs Plant Preservations,Technology,Technology,USD,2017-10-01,5000.00,2017-08-02 18:42:05,68.77,failed,3,US,0.00,68.77,5000.00 +1226571287,WEBCAM - An Epic Sci-Fi Love Story,Science Fiction,Film & Video,USD,2016-11-19,45000.00,2016-10-18 19:04:20,50050.00,successful,509,US,12764.00,50050.00,45000.00 +1226580192,Catch Me Up - by William Shatner,Publishing,Publishing,USD,2015-01-19,50000.00,2014-11-20 18:39:58,60503.00,successful,1085,US,60503.00,60503.00,50000.00 +1226581090,T.E.R.A Plastic Mitigation Project,Crafts,Crafts,USD,2012-10-09,500.00,2012-09-19 19:18:17,735.00,successful,31,US,735.00,735.00,500.00 +"1226581148,""Sun and Surf of Oahu, Hawaii Calendar 2016/2017"",Photography,Photography,USD,2016-03-08,500.00,2016-02-17 00:02:02,175.00,failed,3,US,175.00,175.00,500.00" +1226584028,Open Compass,Technology,Technology,USD,2013-03-08,14000.00,2013-02-06 16:14:23,4435.00,failed,100,US,4435.00,4435.00,14000.00 +122658563,Art Prints for the OC Mart Mix Art Walk!,Illustration,Art,USD,2012-07-10,550.00,2012-07-05 22:39:59,620.00,successful,17,US,620.00,620.00,550.00 +1226592933,UFO Hunter,Tabletop Games,Games,USD,2013-10-26,2000.00,2013-09-11 00:36:30,4365.00,successful,115,US,4365.00,4365.00,2000.00 +1226619199,Teeg's Baits,Design,Design,USD,2016-03-01,3500.00,2016-01-30 04:11:30,58.00,failed,2,US,58.00,58.00,3500.00 +"1226622252,Documentary: A Child Of Their Own,Film & Video,Film & Video,USD,2016-05-13,15000.00,2016-04-28 11:28:39,0.00,canceled,0,""N,0"""""",,0.00,15000.00" +1226624455,ALL ON YOU MUSIC PROMO CAMPAIGN,Music,Music,USD,2016-10-26,10000.00,2016-08-27 22:47:30,1.00,failed,1,US,0.00,1.00,10000.00 +1226638902,On the Wall,Shorts,Film & Video,USD,2015-05-12,600.00,2015-03-17 20:04:57,70.00,failed,3,US,70.00,70.00,600.00 +1226641518,Get Razormaze back on the road!!,Jazz,Music,USD,2011-01-19,2500.00,2010-10-21 21:47:39,2795.00,successful,49,US,2795.00,2795.00,2500.00 +1226642031,Memoirs of a Drunkard: Hell and Back.,Nonfiction,Publishing,USD,2012-03-15,3500.00,2012-02-14 23:32:38,710.00,failed,21,US,710.00,710.00,3500.00 +1226647845,GG Hoodies 2.0,Apparel,Fashion,USD,2016-12-26,1200.00,2016-11-21 17:44:41,1200.00,successful,13,US,405.00,1200.00,1200.00 +1226654953,Poncerella,Drama,Film & Video,GBP,2015-03-07,600.00,2015-02-05 15:46:41,51.00,failed,2,GB,77.29,75.38,886.85 +1226661473,Miss Dakota ~ GYPSY ROSE,Dance,Dance,USD,2013-08-31,5500.00,2013-08-06 00:42:13,6108.00,successful,72,US,6108.00,6108.00,5500.00 +1226661635,The Puppet Show: Season 2,Comedy,Film & Video,USD,2014-08-20,400000.00,2014-07-21 04:46:26,2.00,failed,1,US,2.00,2.00,400000.00 +1226667865,RGB-LED Fidget Spinner PCB,Technology,Technology,EUR,2017-07-09,10000.00,2017-06-09 21:05:44,1440.00,canceled,37,DE,1269.46,1643.76,11415.00 +"1226671371,""The """"Do Good Tour"""""",Faith,Music,USD,2015-07-08,4500.00,2015-06-08 14:36:54,4600.00,successful,21,US,4600.00,4600.00,4500.00" +1226675296,BLOOD HARBOR: A Novel of Suspense,Fiction,Publishing,USD,2012-06-12,750.00,2012-05-29 20:57:08,1155.00,successful,20,US,1155.00,1155.00,750.00 +1226677059,Banana & Kim - A Short Film,Shorts,Film & Video,USD,2011-10-07,600.00,2011-09-07 18:13:35,807.00,successful,15,US,807.00,807.00,600.00 +1226678558,Indigo Keys debut album - Journey To Arcturus,Electronic Music,Music,USD,2016-09-03,3333.00,2016-08-04 02:14:42,7239.00,successful,100,US,3500.00,7239.00,3333.00 +"122668862,""Prymal The Jungle Warrior """"The Savage Campaign"""""",Comic Books,Comics,USD,2015-01-07,1999.00,2014-11-23 05:06:29,12644.00,successful,131,US,12644.00,12644.00,1999.00" +"1226689673,""Emily Gatzke's EP Album- """"Finding Lighthouses"""""",Music,Music,USD,2013-06-01,1000.00,2013-04-26 18:37:56,1135.00,successful,31,US,1135.00,1135.00,1000.00" +1226692572,Coleslaw,Food,Food,USD,2014-08-08,10.00,2014-07-09 17:19:24,0.00,failed,0,US,0.00,0.00,10.00 +1226692926,RAISE THE FULL ARTIST PACKAGE (Canceled),Rock,Music,USD,2012-07-09,7777.00,2012-06-05 20:13:22,82.00,canceled,5,US,82.00,82.00,7777.00 +1226692944,The Rides of March - A Short Film,Shorts,Film & Video,CAD,2015-08-05,20000.00,2015-07-06 17:52:23,3915.00,failed,68,CA,3113.98,2992.66,15288.18 +122669374,Yanchor - One of the world smallest bottle openers,Product Design,Design,GBP,2016-03-31,2000.00,2016-03-01 09:40:50,664.00,failed,68,GB,919.70,950.16,2861.93 +1226694795,72 Hour Steam Leage of Legends New Account,Live Games,Games,USD,2014-10-01,200.00,2014-09-22 15:37:11,0.00,failed,0,US,0.00,0.00,200.00 +1226697324,Josh Baney- The Next Big EDM Producer new album and colabs!,Electronic Music,Music,USD,2015-08-26,15000.00,2015-07-27 19:46:59,0.00,failed,0,US,0.00,0.00,15000.00 +1226699354,2013 Steve Rude the Dude Sketchbook,Comics,Comics,USD,2013-04-04,10000.00,2013-03-05 19:08:35,15525.00,successful,278,US,15525.00,15525.00,10000.00 +1226705165,Physical Science Teacher Activity Resource Center Website,Nonfiction,Publishing,USD,2012-05-18,25000.00,2012-03-29 23:54:26,160.00,failed,5,US,160.00,160.00,25000.00 +122670618,Chasing the Sun,Nature,Photography,USD,2015-09-20,1050.00,2015-08-21 00:35:06,155.00,failed,4,US,155.00,155.00,1050.00 +1226707646,Islands of Nyne: Battle Royale,Video Games,Games,USD,2016-06-10,40000.00,2016-05-10 20:58:44,50571.00,successful,957,US,50571.00,50571.00,40000.00 +1226713540,Barrel Hot Sauce,Small Batch,Food,USD,2017-01-16,10000.00,2016-12-17 21:48:25,580.00,failed,24,US,325.00,580.00,10000.00 +1226716495,The Chinese Cockling Disaster in Morecambe Bay Book.,Nonfiction,Publishing,GBP,2016-10-23,28500.00,2016-09-02 12:40:17,80.00,canceled,2,GB,52.58,97.19,34622.67 +1226721974,LAST PLAIN,Narrative Film,Film & Video,USD,2011-07-10,3000.00,2011-04-25 22:53:45,601.00,failed,2,US,601.00,601.00,3000.00 +1226722575,EXPEDITION: FAMOUS EXPLORERS - NOW WITH FREE MINIATURES!,Tabletop Games,Games,USD,2013-03-31,20000.00,2013-03-06 00:16:17,27011.00,successful,449,US,27011.00,27011.00,20000.00 +1226723447,Skygears (Canceled),Video Games,Games,USD,2012-06-20,20000.00,2012-05-16 02:11:46,10.00,canceled,1,US,10.00,10.00,20000.00 +122672388,The Camping Stik,Design,Design,AUD,2017-04-17,4500.00,2017-03-18 02:09:53,178.00,failed,7,AU,0.00,133.93,3385.75 +1226727376,Flipsters foldable shoes,Fashion,Fashion,AUD,2014-05-06,50000.00,2014-04-01 04:57:43,747.00,failed,25,AU,690.84,699.63,46829.63 +1226740754,Sign And Email,Apps,Technology,USD,2017-03-17,1000.00,2017-01-31 22:47:06,1.00,failed,1,US,0.00,1.00,1000.00 +1226746587,Westminster Press,Installations,Art,USD,2015-06-01,10000.00,2015-04-02 14:59:55,10248.00,successful,135,US,10248.00,10248.00,10000.00 +1226755806,Moving Dust presents 'THIS MUCH' 2015,Plays,Theater,GBP,2015-07-26,6000.00,2015-06-16 20:19:19,6007.00,successful,47,GB,9335.61,9356.41,9345.50 +1226758252,Kuipiio Album Project,Pop,Music,USD,2013-04-19,10000.00,2013-02-28 22:49:07,0.00,failed,0,US,0.00,0.00,10000.00 +"1226761402,""""""No Pride, No Shame, No Reason Not To..."""" An Autobiography"",Nonfiction,Publishing,USD,2012-08-23,1000.00,2012-07-24 19:32:41,50.00,failed,2,US,50.00,50.00,1000.00" +1226762918,Restore our Indian Heritage Murals to greatness.,Public Art,Art,USD,2015-03-28,15000.00,2015-02-26 21:13:40,291.00,failed,9,US,291.00,291.00,15000.00 +1226765507,Burned: Zzyzx Feature Film Special Edition Blue-Ray Master,Film & Video,Film & Video,USD,2011-03-15,15000.00,2011-01-14 23:31:52,5.00,failed,1,US,5.00,5.00,15000.00 +1226766391,YouTube: The Story So Far,Documentary,Film & Video,GBP,2012-12-10,25000.00,2012-11-05 09:28:03,28.00,failed,2,GB,44.87,45.13,40298.53 +1226775162,Young Makers to build remote controlled amphibious vehicle,Hardware,Technology,USD,2014-06-07,3600.00,2014-04-08 06:36:49,3631.74,successful,22,US,3631.74,3631.74,3600.00 +122677536,Amor de Ninfa-Love of Nymph Shortfilm,Fantasy,Film & Video,MXN,2017-07-05,11200.00,2017-06-05 08:53:26,550.00,failed,1,MX,0.00,30.25,615.99 +"1226775907,""Simple southern boys, eyes on the prize"",Indie Rock,Music,USD,2014-08-11,30000.00,2014-07-12 19:41:41,0.00,failed,0,US,0.00,0.00,30000.00" +1226780813,The Brand Project,Graphic Design,Design,AUD,2014-08-27,223.00,2014-07-28 20:53:51,70.00,failed,2,AU,65.77,65.37,208.24 +1226781405,Digital Picture Frames: SOLVED using iSotto Frame,Product Design,Design,USD,2015-05-15,50000.00,2015-03-31 16:30:30,5393.00,failed,103,US,5393.00,5393.00,50000.00 +"1226782416,""Album for us, cake for Coco"",Mixed Media,Art,USD,2012-12-08,8000.00,2012-11-08 20:02:18,1066.00,failed,20,US,1066.00,1066.00,8000.00" +1226783734,THE SEASONS INGREDIENT Stories & Cookery in Isles of Scilly,Nonfiction,Publishing,GBP,2013-04-08,8000.00,2013-03-09 13:58:07,205.00,failed,5,GB,307.41,314.90,12288.60 +1226784957,Rise of Redemption Book Promotion and Tour,Fiction,Publishing,USD,2014-12-19,4000.00,2014-11-18 16:51:52,50.00,failed,1,US,50.00,50.00,4000.00 +"1226785096,""The Abominable Dock Lamp, is now on Etsy."",Product Design,Design,USD,2013-12-10,45000.00,2013-11-05 23:31:11,8476.00,failed,63,US,8476.00,8476.00,45000.00" +1226789474,Painting Survival - On a Blank Canvas,Public Art,Art,USD,2017-08-12,5000.00,2017-06-13 19:04:59,5854.00,successful,93,US,310.00,5854.00,5000.00 +1226814988,I Want To Put A Suicide Cupcake In Every State (Canceled),Illustration,Art,USD,2014-08-20,300.00,2014-08-10 04:04:40,40.00,canceled,2,US,40.00,40.00,300.00 +1226816062,The Lord of Shadows Book 2,Fiction,Publishing,USD,2014-01-14,2000.00,2013-11-15 05:55:39,0.00,failed,0,US,0.00,0.00,2000.00 +12268189,A Dream of Life,Video Games,Games,USD,2012-03-11,5000.00,2012-01-31 21:38:33,540.00,failed,28,US,540.00,540.00,5000.00 +1226820110,INCEPTIVE Playing Cards by the USPCC - (Cardistry),Playing Cards,Games,EUR,2015-10-31,15000.00,2015-09-22 00:02:05,2917.00,canceled,95,FR,3297.20,3169.03,16296.02 +122682336,FATAL Butterfly album (Canceled),Punk,Music,USD,2016-03-28,2000.00,2016-01-28 03:52:40,0.00,canceled,0,US,0.00,0.00,2000.00 +"1226825561,""Fantastic Plastic: 3D Printing Awesome! (New name, Cover!)"",Printing,Crafts,USD,2016-05-31,7000.00,2016-05-01 05:55:30,49.00,canceled,4,US,49.00,49.00,7000.00" +1226830238,Wood iPad Case by Root Cases,Product Design,Design,USD,2012-10-05,3000.00,2012-09-05 19:11:13,4570.00,successful,79,US,4570.00,4570.00,3000.00 +1226831187,Technical Weatherproof Outerwear with Style,Design,Design,CAD,2015-07-13,40000.00,2015-06-08 20:02:52,44780.00,successful,279,CA,35994.64,34504.55,30821.39 +1226835537,Gizmo the Truck Kitty,Children's Books,Publishing,USD,2014-05-28,3000.00,2014-04-28 10:21:48,211.00,failed,7,US,211.00,211.00,3000.00 +1226848278,A Volleyball Shirt Designed By Volleyball Players,Apparel,Fashion,USD,2015-07-27,500.00,2015-06-27 18:05:20,85.00,failed,2,US,85.00,85.00,500.00 +1226849998,Organic Quail Eggs,Farms,Food,USD,2014-09-11,3000.00,2014-08-12 00:00:14,12.00,failed,3,US,12.00,12.00,3000.00 +1226850497,Lincoln Assassination - The Henry Rathbone Story,Nonfiction,Publishing,USD,2013-07-31,6000.00,2013-07-01 19:39:41,300.00,failed,7,US,300.00,300.00,6000.00 +1226852842,portable coffe mug and coffee pot that keeps drinks warm,Technology,Technology,USD,2016-04-20,50000.00,2016-03-21 18:45:53,1.00,failed,1,US,1.00,1.00,50000.00 +1226854563,Geeves and Gee,Webseries,Film & Video,USD,2012-05-05,1000.00,2012-03-19 18:22:19,3.10,failed,3,US,3.10,3.10,1000.00 +1226855269,PÜPH - Where art and fashion meet to play,Fashion,Fashion,USD,2016-03-03,50000.00,2016-02-02 17:58:21,1560.00,failed,9,US,1560.00,1560.00,50000.00 +1226863112,Happy Families the comeback!,Publishing,Publishing,NZD,2014-06-26,1650.00,2014-06-19 00:56:32,1767.00,successful,15,NZ,1531.16,1548.51,1445.97 +1226869926,Expect the Unexpected,Fiction,Publishing,USD,2014-03-22,1000.00,2014-01-21 18:22:00,50.00,failed,2,US,50.00,50.00,1000.00 +1226870925,Dog Friend Tracker App,Apps,Technology,EUR,2015-02-12,1700.00,2015-01-13 20:00:42,1.00,failed,1,NL,1.19,1.14,1934.76 +1226872453,PedalPoint,Software,Technology,USD,2014-11-02,500.00,2014-10-03 09:41:52,156.00,failed,6,US,156.00,156.00,500.00 +1226876623,Grimm Andersen: Once upon a time,Comics,Comics,USD,2011-11-23,3700.00,2011-09-24 00:21:51,46.00,failed,2,US,46.00,46.00,3700.00 +1226879828,Beach Chair Solar,Product Design,Design,USD,2017-01-31,13000.00,2016-12-03 02:43:19,540.00,failed,3,US,0.00,540.00,13000.00 +1226881060,The Where At,Apps,Technology,USD,2017-08-11,15000.00,2017-06-22 18:03:23,0.00,failed,0,US,0.00,0.00,15000.00 +1226885901,Mini Titanium Dual Money Clip (DC1),Accessories,Fashion,USD,2017-12-02,300.00,2017-11-14 01:37:47,879.00,successful,21,US,311.00,879.00,300.00 +1226887016,Bidi Bidi Skaters - Multiplayer Racing on iOS,Video Games,Games,USD,2012-12-16,2500.00,2012-11-16 06:57:02,1061.00,failed,15,US,1061.00,1061.00,2500.00 +1226892236,Amazighs in Morocco (Short documentary),Film & Video,Film & Video,GBP,2017-11-04,325.00,2017-10-25 21:38:24,325.00,successful,8,GB,13.22,428.60,428.60 +1226894900,AU Collection architectural candles,Product Design,Design,USD,2014-12-18,5000.00,2014-11-25 16:01:44,1230.00,failed,25,US,1230.00,1230.00,5000.00 +1226897361,PRODUCE the Stage Play SKYLAR'S SYNDROME by Gavin Kayner,Plays,Theater,USD,2016-04-21,525.00,2016-02-21 04:23:43,0.00,failed,0,US,0.00,0.00,525.00 +1226899041,Sharing Gods Word,Family,Film & Video,USD,2015-04-05,75000.00,2015-03-06 05:34:15,15.00,failed,1,US,15.00,15.00,75000.00 +1226900948,Help Launch the Edible Academy!,Community Gardens,Food,USD,2016-08-08,25000.00,2016-06-09 18:28:32,27097.00,successful,176,US,2186.00,27097.00,25000.00 +1226902126,B.S. FYKS Art T-Shirt,Conceptual Art,Art,USD,2016-03-04,500.00,2016-02-03 02:17:36,516.00,successful,20,US,516.00,516.00,500.00 +1226911765,Hunting Season,Tabletop Games,Games,USD,2016-03-07,3000.00,2016-02-06 01:35:17,3883.00,successful,171,US,3883.00,3883.00,3000.00 +1226912481,Halls of Balthorg - Awesome Goblin Dungeon Audio,Tabletop Games,Games,USD,2017-11-24,2000.00,2017-11-10 20:57:41,2073.00,successful,82,US,1837.00,2073.00,2000.00 +1226912594,iHead: Game change for hair salons and the shaved domes,Product Design,Design,GBP,2014-09-04,56000.00,2014-08-07 12:09:42,123.00,failed,5,GB,207.54,200.44,91257.23 +1226917990,MEAT @ Grain Station Marketplace,Food,Food,USD,2013-06-28,15000.00,2013-05-29 02:01:15,15397.00,successful,115,US,15397.00,15397.00,15000.00 +1226925427,Show love through love and make a difference! Book: TSOG,Literary Journals,Publishing,USD,2015-11-12,5000.00,2015-10-13 20:00:24,105.00,failed,3,US,105.00,105.00,5000.00 +1226929953,The Ruby Dolls present 'Fabulous Creatures' - a new musical,Musical,Theater,GBP,2014-07-05,4000.00,2014-06-05 09:57:48,4100.00,successful,95,GB,6856.51,7019.23,6848.03 +1226932335,Connie and the Tooth Troll,Children's Books,Publishing,GBP,2017-07-24,6500.00,2017-06-24 16:15:19,7150.00,successful,205,GB,635.11,9362.93,8511.75 +1226949960,Harry's Trilogy,Indie Rock,Music,USD,2016-07-11,8000.00,2016-06-11 07:14:38,688.00,failed,14,US,611.00,688.00,8000.00 +1226953459,Hymns recording,Music,Music,USD,2015-03-14,15000.00,2015-02-12 14:56:20,15775.00,successful,63,US,15775.00,15775.00,15000.00 +1226958044,Flako's Tacos! (Canceled),Food Trucks,Food,USD,2014-09-01,50000.00,2014-07-14 22:09:45,55.00,canceled,3,US,55.00,55.00,50000.00 +1226967020,The Roll – all-in-one picnic backpack. Comfort and more!,Product Design,Design,EUR,2016-04-17,100000.00,2016-03-20 17:23:07,12567.00,failed,40,NL,14162.68,14154.26,112630.37 +1226975381,Dream Makers Artisan Gallery,Printing,Crafts,USD,2017-06-29,3000.00,2017-06-16 22:58:07,25.00,failed,1,US,25.00,25.00,3000.00 +1226981979,Video Production,Music,Music,USD,2017-11-30,1500.00,2017-10-03 17:39:49,0.00,failed,0,US,0.00,0.00,1500.00 +1226982269,One Bright Light,Country & Folk,Music,USD,2013-08-20,3000.00,2013-07-21 18:06:39,3960.00,successful,24,US,3960.00,3960.00,3000.00 +1226983457,#claudiastravels,Places,Photography,USD,2015-07-10,1000.00,2015-06-10 20:26:43,0.00,failed,0,US,0.00,0.00,1000.00 +1226985550,New Beginnings,R&B,Music,USD,2016-01-01,7500.00,2015-11-02 05:59:50,410.00,failed,7,US,410.00,410.00,7500.00 +1226989591,Mike Messenger (Canceled),Apps,Technology,USD,2015-06-28,15000.00,2015-05-29 20:38:31,408.00,canceled,8,US,408.00,408.00,15000.00 +"1226994330,""CAMS Pro Sling Strap, Camera Plate, & Lens Plate"",Product Design,Design,USD,2014-09-22,25000.00,2014-08-13 22:56:32,47107.00,successful,420,US,47107.00,47107.00,25000.00" +1226994920,A Collection of Dad Poems,Poetry,Publishing,USD,2016-02-18,850.00,2016-01-19 15:59:54,8051.69,successful,273,US,8051.69,8051.69,850.00 +"1226996665,""NAVIGATOR – """"Phantom Ships"""" CD"",Rock,Music,USD,2014-12-12,3500.00,2014-10-28 20:54:31,685.00,failed,19,US,685.00,685.00,3500.00" +1226997871,Greetings from Coney Island (a story told via your mailbox!),Fiction,Publishing,USD,2012-06-10,3500.00,2012-05-11 18:09:26,6396.00,successful,153,US,6396.00,6396.00,3500.00 +1227004091,Trade Show Fund for 2 Young Female Jewelry Artists,Jewelry,Fashion,USD,2018-01-12,3000.00,2017-12-13 00:34:31,0.00,live,0,US,0.00,0.00,3000.00 +1227021007,Hoxie Gorge Farm,Farms,Food,USD,2015-02-04,10000.00,2015-01-05 21:35:38,12196.00,successful,160,US,12196.00,12196.00,10000.00 +1227024215,Dragon Lady: A Memoir by Jane Goodwell,Nonfiction,Publishing,CAD,2017-09-12,3300.00,2017-07-14 23:54:57,21.00,failed,2,CA,0.00,17.30,2718.96 +1227025308,Capoeira for Community: A Taste of Brazil in Boston,Performance Art,Art,USD,2012-12-09,3000.00,2012-11-19 21:33:00,3055.00,successful,50,US,3055.00,3055.00,3000.00 +1227028689,LA STRADA: Classical-Electronic Soundtrack by KEVIN KELLER,Classical Music,Music,USD,2015-04-09,4300.00,2015-03-09 11:30:41,11086.00,successful,148,US,11086.00,11086.00,4300.00 +122703332,Dream It Hair Designs,Fashion,Fashion,USD,2015-02-12,1200.00,2015-01-13 04:54:44,0.00,failed,0,US,0.00,0.00,1200.00 +122703342,The PigiBak: Simply a better way to carry your stuff.,Accessories,Fashion,USD,2014-12-31,6000.00,2014-12-04 08:35:51,4319.00,failed,196,US,4319.00,4319.00,6000.00 +1227042103,The Arm Pillow ™,Product Design,Design,USD,2016-05-08,20000.00,2016-03-09 08:15:41,220.00,failed,5,US,220.00,220.00,20000.00 +1227057909,Create Street Art Banners with the Bothwell Arts Center,Art,Art,USD,2014-06-20,2750.00,2014-05-21 22:21:37,2862.00,successful,27,US,2862.00,2862.00,2750.00 +1227067631,Funny B.S. & Stuff...#bumper stickers...Gotcha! (Canceled),Accessories,Fashion,USD,2014-08-07,3000.00,2014-07-08 23:29:17,0.00,canceled,0,US,0.00,0.00,3000.00 +1227067839,Lorian Burner - The adjustable adaptable racing drone,Technology,Technology,GBP,2015-05-19,10000.00,2015-04-17 19:35:31,1927.00,failed,10,GB,2861.02,3013.86,15640.15 +1227075435,Max Thrust,Shorts,Film & Video,USD,2012-06-07,1500.00,2012-05-08 15:21:16,1541.00,successful,19,US,1541.00,1541.00,1500.00 +1227078023,THE CHAIR a dark horror film on death row with a GREAT cast,Horror,Film & Video,USD,2014-06-29,300000.00,2014-05-15 06:00:48,123153.00,failed,245,US,123153.00,123153.00,300000.00 +122707887,God and Gigs: A book for musicians balancing faith and work,Nonfiction,Publishing,USD,2015-11-16,7222.00,2015-10-07 16:39:15,7776.00,successful,88,US,7776.00,7776.00,7222.00 +1227085461,ECLIPSE Debut Album (Canceled),Pop,Music,USD,2013-07-08,6000.00,2013-06-08 00:54:19,0.00,canceled,0,US,0.00,0.00,6000.00 +1227089257,Ariel Sky - Not Your Mama's EMR,Web,Technology,USD,2014-12-19,350000.00,2014-10-20 20:52:10,25.00,failed,1,US,25.00,25.00,350000.00 +1227095763,Greetings from the Back of My Van,Mixed Media,Art,USD,2012-07-02,100.00,2012-06-02 20:31:33,1928.00,successful,148,US,1928.00,1928.00,100.00 +1227120132,2 Dogs Hot Sauce Michigan Crowdfunding,Small Batch,Food,USD,2017-01-01,3000.00,2016-11-30 22:12:18,3375.00,successful,32,US,425.00,3375.00,3000.00 +1227121180,My Escape( In tenebrosam abyssum),Poetry,Publishing,USD,2013-04-05,3000.00,2013-03-06 20:38:28,1.00,failed,1,US,1.00,1.00,3000.00 +1227121520,Real Wood Counter Top Cutting Boards,Food,Food,USD,2016-10-08,12000.00,2016-08-09 05:04:02,560.00,failed,11,US,160.00,560.00,12000.00 +1227122258,#DareByKionde handcrafted hardware jewelry line,Jewelry,Fashion,USD,2016-08-16,5000.00,2016-07-17 06:33:46,19.00,failed,2,US,0.00,19.00,5000.00 +122712407,Visitors Only: A Short Film by Tranquilo Way,Horror,Film & Video,USD,2016-11-01,3000.00,2016-10-02 06:18:44,3355.00,successful,37,US,203.00,3355.00,3000.00 +1227124707,Cutie Bootie Boutique new equipment,Embroidery,Crafts,USD,2016-05-15,500.00,2016-04-25 17:53:44,11.00,failed,1,US,11.00,11.00,500.00 +122712599,Resurrecting Rodney,Metal,Music,USD,2014-09-08,1118.00,2014-08-09 01:24:41,20.00,failed,1,US,20.00,20.00,1118.00 +1227127255,My Father's War in Vietnam Book,Nonfiction,Publishing,USD,2014-10-03,600.00,2014-09-08 17:41:44,205.00,failed,7,US,205.00,205.00,600.00 +1227128622,Jason's Imagination,Children's Books,Publishing,USD,2016-12-10,20000.00,2016-11-10 23:18:12,287.00,failed,9,US,132.00,287.00,20000.00 +12271339,Camper Shell Life,Photography,Photography,USD,2014-03-15,1500.00,2014-02-14 00:17:30,325.00,failed,8,US,325.00,325.00,1500.00 +"1227134544,""""""Against the Grain"""" Gospel album"",Faith,Music,USD,2015-10-25,5500.00,2015-09-25 02:15:16,845.00,failed,7,US,845.00,845.00,5500.00" +1227144170,Holy World themed resin 28mm scale cast terrain,Gaming Hardware,Games,CAD,2017-03-11,7500.00,2017-02-09 06:25:29,1557.00,canceled,11,CA,820.47,1169.36,5632.75 +1227156655,Tate Stevens Album Kickstarter,Country & Folk,Music,USD,2014-12-03,60000.00,2014-11-03 23:41:43,6308.00,failed,63,US,6308.00,6308.00,60000.00 +1227158544,Fluffer LP,Indie Rock,Music,USD,2012-05-06,500.00,2012-03-07 05:21:30,556.36,successful,21,US,556.36,556.36,500.00 +1227162377,Sweetlings Season 2: The Deadly Tropical Vacation,Webseries,Film & Video,USD,2014-04-27,7391.00,2014-04-01 20:27:41,7772.69,successful,53,US,7772.69,7772.69,7391.00 +1227163243,Giant vs Horde: Battle a real human without limits!,Video Games,Games,USD,2014-05-15,50000.00,2014-04-16 18:13:20,7251.00,failed,93,US,7251.00,7251.00,50000.00 +1227165982,2014-2015 Elk River Arts & Lectures Series,Art,Art,USD,2014-09-21,1500.00,2014-08-22 19:58:30,2200.00,successful,30,US,2200.00,2200.00,1500.00 +1227169447,Simon Needs A Mandolin,Country & Folk,Music,USD,2016-11-15,1650.00,2016-10-16 22:01:58,1930.00,successful,35,US,247.00,1930.00,1650.00 +1227176938,New Company Fashion Look! (Canceled),Fashion,Fashion,USD,2011-12-12,2500.00,2011-11-12 20:37:07,0.00,canceled,0,US,0.00,0.00,2500.00 +1227180894,Fresh food through family farms,Food,Food,USD,2014-08-08,7500.00,2014-07-09 17:20:22,10.00,failed,1,US,10.00,10.00,7500.00 +1227186659,The first book to celebrate fairground art and the Waltzer.,Art Books,Publishing,GBP,2015-07-28,20100.00,2015-06-23 07:36:00,9443.00,failed,206,GB,15002.41,14708.26,31307.44 +1227188678,Trofeo Wallet,Product Design,Design,USD,2013-12-06,5000.00,2013-10-22 19:29:50,7800.00,successful,287,US,7800.00,7800.00,5000.00 +1227191350,DAFUNK Clothing (Canceled),Fashion,Fashion,GBP,2014-03-16,400.00,2014-01-15 12:52:15,15.00,canceled,1,GB,24.58,24.73,659.57 +1227196781,Barnraiser Fundraiser,Architecture,Design,USD,2015-05-31,30000.00,2015-04-15 20:38:31,30655.00,successful,53,US,30655.00,30655.00,30000.00 +1227199150,Cabina Deporte,Journalism,Journalism,EUR,2016-01-09,3000.00,2015-11-10 02:34:05,0.00,failed,0,ES,0.00,0.00,3274.22 +122720303,Black Carbon Fiber LEGO - Flat Tiles (Canceled),Product Design,Design,USD,2015-04-22,2000.00,2015-03-23 17:12:36,445.00,canceled,18,US,445.00,445.00,2000.00 +1227218508,Boys for Boobs,Fashion,Fashion,USD,2012-10-25,3000.00,2012-09-25 02:12:23,20.00,failed,1,US,20.00,20.00,3000.00 +1227219799,Binary Marketing Show: First European Tour! (Canceled),Electronic Music,Music,USD,2011-07-26,6000.00,2011-04-30 04:59:55,695.00,canceled,17,US,695.00,695.00,6000.00 +1227220275,Adam Sweeney & the Jamboree - Debut Album Release,Indie Rock,Music,USD,2011-05-04,5000.00,2011-04-04 17:11:55,5730.00,successful,63,US,5730.00,5730.00,5000.00 +1227224990,Organic and Natural Bath and Beauty Products,Crafts,Crafts,USD,2015-09-05,700.00,2015-08-14 21:57:31,10.00,failed,1,US,10.00,10.00,700.00 +1227234387,Brooklyn Rocksteady (Documentary),Documentary,Film & Video,USD,2011-04-04,3000.00,2011-02-17 09:46:16,3600.33,successful,82,US,3600.33,3600.33,3000.00 +1227234932,Disappeared in Mexico - Ayotzinapa,Documentary,Film & Video,CAD,2015-02-18,10000.00,2015-01-19 03:47:12,20.00,failed,1,CA,16.70,16.06,8028.26 +1227240544,Writing With Kids (Canceled),Art,Art,USD,2015-05-09,10000.00,2015-04-09 18:53:27,0.00,canceled,0,US,0.00,0.00,10000.00 +"1227243931,""The Degenerate: """"We're All Shadows Here"""" Comic Book"",Comic Books,Comics,USD,2016-09-17,10000.00,2016-08-18 18:34:18,2440.00,failed,26,US,333.00,2440.00,10000.00" +1227250210,Cards Across America,Nonfiction,Publishing,USD,2012-02-07,5000.00,2011-12-09 05:01:19,35.00,failed,3,US,35.00,35.00,5000.00 +1227255895,You Are You: A photobook about gender unique children,Photography,Photography,USD,2014-05-14,35000.00,2014-04-10 16:20:33,41665.00,successful,437,US,41665.00,41665.00,35000.00 +1227259740,The Adventures of a Comic Con Girl,Comics,Comics,USD,2012-09-05,5000.00,2012-08-07 02:16:00,5768.00,successful,111,US,5768.00,5768.00,5000.00 +1227260732,Home grown sandwich shop and market in small ski town,Food,Food,USD,2015-03-08,30000.00,2015-01-08 00:13:28,10.00,failed,1,US,10.00,10.00,30000.00 +"1227260975,""Using cheer to build better women. Small Gym, BIG Heart!"",Performances,Dance,USD,2015-01-21,20000.00,2014-12-19 21:15:45,176.00,failed,5,US,176.00,176.00,20000.00" +122726973,Shrine for Shrek,Crafts,Crafts,NZD,2014-09-05,15.00,2014-08-06 13:56:01,4.00,failed,2,NZ,3.41,3.32,12.44 +1227274022,Kill Count,Film & Video,Film & Video,USD,2013-11-09,3000.00,2013-10-25 00:50:48,615.00,failed,7,US,615.00,615.00,3000.00 +1227274765,Can A Guitar Change The World?,Documentary,Film & Video,USD,2012-06-24,49000.00,2012-05-15 22:51:05,1545.00,failed,19,US,1545.00,1545.00,49000.00 +1227274995,Patriotic and Bullet Pens,Woodworking,Crafts,USD,2015-08-26,1000.00,2015-08-04 00:16:23,1565.00,successful,23,US,1565.00,1565.00,1000.00 +1227277267,MIOMIO: Unbranded organic childrenswear handmade in Italy,Childrenswear,Fashion,EUR,2016-10-28,28000.00,2016-09-30 16:55:04,3530.00,failed,41,IT,614.19,3855.48,30581.71 +1227280486,You're the Queen Cosette. The First EP.,Indie Rock,Music,USD,2012-07-27,1500.00,2012-06-27 00:31:59,1580.00,successful,33,US,1580.00,1580.00,1500.00 +1227282566,Dodge Juggle,Television,Film & Video,USD,2017-09-14,1000000.00,2017-08-15 21:59:59,520.00,failed,27,US,139.00,520.00,1000000.00 +"1227284878,""FlatandJuicy: """"CITY OF ELEPHANTS"""" eBook & App"",Publishing,Publishing,USD,2013-09-21,71000.00,2013-08-19 14:35:06,3515.00,failed,50,US,3515.00,3515.00,71000.00" +1227286359,The T200 Thruster: Make/100 Limited Edition,Robots,Technology,USD,2017-01-31,5000.00,2017-01-17 17:00:06,9101.00,successful,26,US,7205.00,9101.00,5000.00 +1227287561,Photographic Note Card Innovations - Black & White and Color,Photography,Photography,USD,2017-11-13,1100.00,2017-10-14 14:36:11,1418.00,successful,22,US,440.00,1418.00,1100.00 +1227293673,The Scars,Rock,Music,USD,2012-08-27,8000.00,2012-07-28 09:57:43,3007.00,failed,28,US,3007.00,3007.00,8000.00 +"1227296792,""Mislead: America's Secret Epidemic, PostProduction Push!"",Documentary,Film & Video,USD,2012-10-15,25000.00,2012-09-10 05:12:26,635.00,failed,23,US,635.00,635.00,25000.00" +1227304601,Practical Prepping on a Budget,Nonfiction,Publishing,USD,2015-04-14,5500.00,2015-03-09 21:33:53,0.00,failed,0,US,0.00,0.00,5500.00 +"1227315610,SourKoolaid,Music,Music,USD,2016-05-19,5000.00,2016-04-19 22:40:28,6093.69,successful,0,""N,0"""""",,6093.69,5000.00" +"1227316790,""GLORY, HONOR AND PRAISE! Dorothy's debut album!"",World Music,Music,USD,2012-11-21,1200.00,2012-10-22 20:19:35,1216.00,successful,34,US,1216.00,1216.00,1200.00" +12273202,Karma,Apparel,Fashion,USD,2015-12-12,4500.00,2015-11-24 23:55:31,5.00,failed,1,US,5.00,5.00,4500.00 +1227339601,RE-LIGHT The Light Factory,Photography,Photography,USD,2014-05-29,20000.00,2014-04-20 03:57:26,32525.00,successful,321,US,32525.00,32525.00,20000.00 +122734032,The worlds first socially responsible athletic apparel brand,Fashion,Fashion,USD,2015-06-13,5000.00,2015-05-14 19:36:48,0.00,canceled,0,US,0.00,0.00,5000.00 +1227342522,Starlite objects project.,Product Design,Design,GBP,2013-06-22,4000.00,2013-06-02 02:13:57,8.00,failed,1,GB,12.18,12.21,6103.61 +1227347284,The Unsaid Sang,Indie Rock,Music,USD,2010-10-23,2200.00,2010-09-23 21:51:43,400.00,failed,5,US,400.00,400.00,2200.00 +1227348288,Thetford Gaming Centre,Tabletop Games,Games,GBP,2016-09-01,5000.00,2016-08-12 09:19:58,331.00,failed,6,GB,429.32,439.70,6641.96 +122735092,TRUMPMANIA - The Movement,Nonfiction,Publishing,USD,2017-02-04,50000.00,2017-01-05 21:18:31,0.00,failed,0,US,0.00,0.00,50000.00 +1227355691,JR Teller's debut concept album - Degradation of Romance,Hip-Hop,Music,GBP,2013-11-20,700.00,2013-10-21 18:17:29,0.00,failed,0,GB,0.00,0.00,1134.06 +1227357390,GH Entertainment,Music,Music,USD,2015-05-22,27500.00,2015-05-01 10:59:46,0.00,failed,0,US,0.00,0.00,27500.00 +1227359017,Help fund Courtney Marie Andrews' new album!,Music,Music,USD,2012-11-22,3000.00,2012-10-23 17:53:39,5272.00,successful,94,US,5272.00,5272.00,3000.00 +1227369199,Soldiers Destiny,Video Games,Games,EUR,2015-11-30,8000.00,2015-10-01 18:39:13,6.00,failed,2,NL,6.75,6.54,8721.63 +1227378133,The Sorceress' Apprentice-Ongoing Erotic Fantasy Fiction.,Fiction,Publishing,USD,2017-12-26,2000.00,2017-11-26 06:11:15,442.00,failed,17,US,181.00,442.00,2000.00 +1227378888,AVALON Magazine Celebrating Humanity,Publishing,Publishing,USD,2011-12-27,50000.00,2011-12-06 06:00:25,2940.00,failed,24,US,2940.00,2940.00,50000.00 +1227383587,Mismash goes to the USA,Apparel,Fashion,EUR,2016-05-12,30000.00,2016-04-12 12:51:50,71.00,failed,4,ES,81.02,80.57,34044.10 +1227403453,Simple Startup,Graphic Design,Design,USD,2016-12-15,7000.00,2016-11-15 23:32:01,1160.00,failed,3,US,0.00,1160.00,7000.00 +122740524,Plan 9 From Outer Space - LIVE AND UNDEAD!,Theater,Theater,USD,2012-02-17,2000.00,2012-01-18 17:17:30,3020.00,successful,69,US,3020.00,3020.00,2000.00 +1227406138,Foldable Shoes for Purse- that won't get it dirty!,Fashion,Fashion,USD,2011-11-29,200.00,2011-11-28 11:35:18,0.00,failed,0,US,0.00,0.00,200.00 +1227406158,Help Hello Ramona Make an Album!,Rock,Music,USD,2012-05-15,1500.00,2012-03-26 23:40:50,1851.00,successful,18,US,1851.00,1851.00,1500.00 +1227409710,Adal Pérez en JM Jazz World Orchestra,Art,Art,MXN,2017-06-24,40000.00,2017-04-25 20:50:44,36.00,failed,2,MX,1.40,2.00,2217.66 +1227415659,MY TINSEL TOWN (Canceled),Apps,Technology,USD,2014-09-13,577000.00,2014-07-15 00:55:45,0.00,canceled,0,US,0.00,0.00,577000.00 +1227417904,Smoke E.Z.,Drama,Film & Video,USD,2015-08-01,50000.00,2015-07-02 03:22:19,70.00,failed,2,US,70.00,70.00,50000.00 +"1227424681,""Coia ep """"The Sinner Inside"""""",Music,Music,USD,2012-01-21,2000.00,2011-12-01 07:05:09,370.00,failed,10,US,370.00,370.00,2000.00" +1227433232,Goats and Sheep,Bacon,Food,USD,2014-08-20,80.00,2014-07-21 21:11:11,91.00,successful,3,US,91.00,91.00,80.00 +1227435514,The New Spartans: Issue No.1 (Canceled),Comics,Comics,USD,2011-08-03,5000.00,2011-05-05 23:40:15,271.00,canceled,14,US,271.00,271.00,5000.00 +1227436386,The Last Son,Hip-Hop,Music,USD,2017-05-11,1000.00,2017-04-11 17:36:04,0.00,failed,0,US,0.00,0.00,1000.00 +1227438350,Spico3D - The portable 3D One Shot Scanner,Technology,Technology,EUR,2015-09-05,25000.00,2015-08-06 08:49:17,215.00,failed,3,DE,233.43,242.26,28169.97 +122744093,The Baseball Bond: Our Real Life Field of Dreams Documentary,Documentary,Film & Video,USD,2011-09-06,25000.00,2011-07-20 00:39:23,1075.00,failed,8,US,1075.00,1075.00,25000.00 +1227445911,Undead P.O.W. Wants You For a Top Secret Assignment!,Video Games,Games,USD,2015-11-16,125000.00,2015-10-07 00:47:13,105.00,canceled,1,US,105.00,105.00,125000.00 +1227447226,The Deew Box,Design,Design,USD,2015-10-18,135000.00,2015-09-09 17:14:33,850.00,failed,19,US,850.00,850.00,135000.00 +122745514,The Farmers Hammer,Conceptual Art,Art,USD,2015-03-07,1500.00,2015-02-05 22:49:03,296.00,failed,5,US,296.00,296.00,1500.00 +122745538,Momentary Times Documentary,Documentary,Film & Video,USD,2011-04-16,9500.00,2011-03-16 02:33:58,0.00,failed,0,US,0.00,0.00,9500.00 +1227472069,Bringing The Art of Food & Drink Back To Hibbing (Canceled),Restaurants,Food,USD,2016-03-31,150000.00,2016-02-29 20:14:30,0.00,canceled,0,US,0.00,0.00,150000.00 +1227483133,New Innovative Speaker System for Digital Cinema Worldwide,Sound,Technology,EUR,2017-04-30,45000.00,2017-03-01 14:01:10,2.00,failed,2,FR,0.00,2.19,49324.26 +1227487879,Gentlemen's Quarters,Shorts,Film & Video,GBP,2016-11-10,5000.00,2016-10-11 18:23:09,0.00,canceled,0,GB,0.00,0.00,6329.75 +1227489543,One,Music,Music,USD,2015-12-03,10000.00,2015-11-03 22:32:49,0.00,failed,0,US,0.00,0.00,10000.00 +1227492953,Gluten Free Fabulous,Cookbooks,Food,USD,2015-11-02,1500000.00,2015-09-03 20:07:37,100.00,failed,1,US,100.00,100.00,1500000.00 +1227494953,We're Still Here: Love in the Wisconsin Uprising-photo book,Photography,Photography,USD,2014-12-10,9600.00,2014-11-11 13:13:19,11501.00,successful,214,US,11501.00,11501.00,9600.00 +1227500975,wired.,Electronic Music,Music,USD,2017-07-16,250.00,2017-07-02 20:19:13,311.00,successful,13,US,218.00,311.00,250.00 +1227504855,All aboard the ARTmobile!,Art,Art,USD,2014-07-07,550.00,2014-06-16 21:22:50,0.00,failed,0,US,0.00,0.00,550.00 +1227518141,The Life of Alfred Nobel,Television,Film & Video,CHF,2017-07-08,50000000.00,2017-05-09 18:42:04,22.00,failed,1,CH,0.00,22.72,51647023.58 +1227521869,The Milky,Product Design,Design,CAD,2015-07-17,50000.00,2015-06-17 22:07:25,1256.00,failed,17,CA,1019.42,967.79,38526.74 +1227535049,Usage Based Auto Insurance App (Canceled),Technology,Technology,USD,2013-06-23,100000.00,2013-05-09 06:26:40,25.00,canceled,1,US,25.00,25.00,100000.00 +1227536947,Arkhon - The War of Factions a unique tactical board game,Tabletop Games,Games,USD,2017-02-26,70000.00,2016-12-28 20:13:22,3980.00,failed,50,US,2253.00,3980.00,70000.00 +1227542835,The Hanging of Will Banks,Documentary,Film & Video,USD,2010-08-27,5000.00,2010-06-27 03:17:50,125.00,failed,3,US,125.00,125.00,5000.00 +1227551060,Julio of Jackson Heights (documentary film),Documentary,Film & Video,USD,2011-03-21,12000.00,2010-12-23 16:04:34,12840.00,successful,181,US,12840.00,12840.00,12000.00 +"1227551559,""""""18"""" (What Does it Mean to Grow Up?)"",Documentary,Film & Video,USD,2015-04-03,5000.00,2015-02-02 06:12:24,50.00,failed,1,US,50.00,50.00,5000.00" +1227554020,Life + Planner,Calendars,Publishing,USD,2017-12-12,4500.00,2017-11-07 02:58:07,0.00,failed,0,US,0.00,0.00,4500.00 +1227554873,Realm Works - Streamlined RPG Campaign Tools,Tabletop Games,Games,USD,2013-02-25,100000.00,2013-01-22 18:00:10,170748.02,successful,1836,US,170748.02,170748.02,100000.00 +1227558515,Sculptural Systems in Society and Culture,Sculpture,Art,USD,2012-03-29,1600.00,2012-03-04 20:36:41,1721.00,successful,18,US,1721.00,1721.00,1600.00 +1227561174,PIXEL: Interactive LED Art,Gadgets,Technology,USD,2013-03-09,8000.00,2013-01-08 20:18:50,51536.75,successful,303,US,51536.75,51536.75,8000.00 +1227562000,Overlords of Infamy - A Board Game of Silly Super-Villainy!,Tabletop Games,Games,USD,2016-03-23,19000.00,2016-02-17 16:00:04,35076.00,successful,537,US,35076.00,35076.00,19000.00 +1227562645,Epic Salad,Food,Food,CAD,2014-08-16,60.00,2014-07-17 05:46:55,82.00,successful,3,CA,76.45,74.84,54.76 +1227563039,My Germs Bottle Tabs~ See why everybody wants My Germs! ~,Gadgets,Technology,USD,2017-08-05,4000.00,2017-07-18 07:13:29,767.00,failed,25,US,189.00,767.00,4000.00 +1227571223,Hitting The Road,Photography,Photography,CAD,2014-03-23,8000.00,2014-02-21 17:07:33,887.00,failed,10,CA,802.12,803.59,7247.69 +1227575888,How Did I End Up Here? (Canceled),Comedy,Film & Video,USD,2015-04-30,50000.00,2015-03-31 20:58:08,0.00,canceled,0,US,0.00,0.00,50000.00 +1227585054,Precious Threadz Children's Boutique,Childrenswear,Fashion,USD,2015-02-13,10000.00,2015-01-14 19:47:50,2.00,failed,1,US,2.00,2.00,10000.00 +1227620914,R.I.S.E.....When Hell Won't Back Off......My Story,Nonfiction,Publishing,USD,2015-12-31,4000.00,2015-11-16 03:23:13,1525.00,failed,26,US,1525.00,1525.00,4000.00 +1227633657,Entertainment Replicas - zelda mtg zombie mario gamers,Games,Games,USD,2014-09-09,1000.00,2014-07-11 19:02:22,355.00,failed,3,US,355.00,355.00,1000.00 +1227640918,Not A Villain: Book 2,Comics,Comics,USD,2013-11-10,8000.00,2013-10-11 00:02:33,12940.29,successful,334,US,12940.29,12940.29,8000.00 +1227644969,--**4 new WALLA songs and a Music Video**--,Music,Music,USD,2013-01-22,2500.00,2012-11-23 00:10:16,0.00,failed,0,US,0.00,0.00,2500.00 +1227649841,R.A.W. (Rare And Wanted) Style,Apparel,Fashion,USD,2016-03-26,1000.00,2016-02-25 03:13:13,1000.00,successful,18,US,1000.00,1000.00,1000.00 +1227651606,Buck Naked Shower Buddy (Canceled),Product Design,Design,USD,2015-05-05,65530.00,2015-03-06 19:32:20,1528.00,canceled,45,US,1528.00,1528.00,65530.00 +"1227658496,""Independent Feature, Mister White, Seeks Festival Funding"",Narrative Film,Film & Video,USD,2013-03-02,2000.00,2013-01-31 00:49:34,2202.78,successful,37,US,2202.78,2202.78,2000.00" +1227662461,ARTIMAGE BY VALICENTE,Apparel,Fashion,EUR,2017-05-28,75000.00,2017-04-28 23:26:03,0.00,failed,0,FR,0.00,0.00,84127.87 +"1227666957,""Imagine Font/Typeface,George Washington Calligraphy+Magnets"",Design,Design,USD,2013-10-05,400.00,2013-09-11 01:39:19,624.00,successful,10,US,624.00,624.00,400.00" +1227669172,LOXKEY - Minimalist Key Organizer / EDC Spinner,Product Design,Design,CHF,2017-03-09,2000.00,2017-02-07 18:25:07,5069.00,successful,151,CH,2418.00,5004.44,1974.53 +1227670748,Clem Snide covers Journey super limited vinyl/download,Indie Rock,Music,USD,2011-06-03,5000.00,2011-05-04 03:29:05,20060.99,successful,411,US,20060.99,20060.99,5000.00 +1227671008,Mr. McFrawley's Traveling Show - a picture book that might/might not be for kids!,Art,Art,USD,2010-06-01,5000.00,2010-03-26 22:20:26,5152.00,successful,97,US,5152.00,5152.00,5000.00 +1227671973,WOULD YOU LET THE WORLD GO TO CHAOS? ASTOR WOULD NOT!,Children's Books,Publishing,USD,2014-02-08,4602.00,2014-01-14 01:30:57,4688.00,successful,17,US,4688.00,4688.00,4602.00 +1227692162,Earthruler,Comics,Comics,USD,2013-06-25,3500.00,2013-05-26 22:09:07,4241.00,successful,120,US,4241.00,4241.00,3500.00 +1227695889,Late Late Breakfast: THE PILOT!,Comedy,Film & Video,USD,2016-04-07,8775.00,2016-03-08 16:47:40,10729.00,successful,189,US,10729.00,10729.00,8775.00 +1227702537,The Provider,Shorts,Film & Video,USD,2015-04-09,1250.00,2015-03-10 02:38:02,2210.00,successful,33,US,2210.00,2210.00,1250.00 +"1227704148,""The Ambassadors """"Superheroes for Christ"""""",Children's Books,Publishing,USD,2012-10-06,4000.00,2012-09-04 10:17:13,1080.00,failed,22,US,1080.00,1080.00,4000.00" +122770647,NYC Premiere of AN INFINITE ACHE Play by David Schulner,Theater,Theater,USD,2013-10-11,9000.00,2013-09-12 12:57:29,9376.00,successful,177,US,9376.00,9376.00,9000.00 +1227707375,The President - Geo Political Simulator,Games,Games,AUD,2016-12-17,7500.00,2016-11-17 00:33:24,0.00,failed,0,AU,0.00,0.00,5378.66 +1227709503,Search,Drama,Film & Video,USD,2016-04-29,1500.00,2016-03-30 20:55:18,2.00,failed,2,US,2.00,2.00,1500.00 +122771907,Hero,Fantasy,Film & Video,USD,2015-10-06,7000.00,2015-09-05 20:51:47,715.00,failed,6,US,715.00,715.00,7000.00 +1227719937,IE Sports Net,Video,Journalism,USD,2016-01-09,10000.00,2015-12-10 02:18:13,0.00,failed,0,US,0.00,0.00,10000.00 +"1227721130,""Stefan Gubatz - Mono / 2 x 12"""" Vinyl album"",Electronic Music,Music,EUR,2015-09-20,3500.00,2015-07-22 14:52:07,3889.00,successful,132,DE,4211.97,4336.63,3902.85" +1227724059,Shoulder Relief Support System,Product Design,Design,USD,2016-04-01,30000.00,2016-02-01 16:44:42,825.00,failed,6,US,825.00,825.00,30000.00 +1227733458,Mrs.Schindler's Diary,Film & Video,Film & Video,USD,2013-12-10,10000.00,2013-11-10 17:24:33,10390.00,successful,67,US,10390.00,10390.00,10000.00 +1227742058,Composer Cards,Product Design,Design,USD,2012-05-05,1500.00,2012-04-05 04:21:53,317.00,failed,12,US,317.00,317.00,1500.00 +1227743045,Three! A Children's Book,Children's Books,Publishing,USD,2016-01-20,3000.00,2015-12-21 18:28:44,3453.00,successful,51,US,3453.00,3453.00,3000.00 +122774778,Pipeline Dreamers Clothing,Apparel,Fashion,USD,2014-06-28,3000.00,2014-06-03 02:05:52,3002.00,successful,20,US,3002.00,3002.00,3000.00 +1227751612,WONDERLAND LOST HARDCOVER by Everette Hartsoe,Art Books,Publishing,USD,2017-07-26,499.00,2017-07-12 18:55:24,1889.00,successful,42,US,1256.00,1889.00,499.00 +122775543,Help Build Fitraa Academy for Muslim Kids All Over the Globe,Product Design,Design,USD,2015-11-04,7500.00,2015-09-25 03:32:45,70.00,failed,3,US,70.00,70.00,7500.00 +1227764014,Canadian Film Collaboration: Ship of Fellows,Comedy,Film & Video,CAD,2017-03-25,5000.00,2017-02-08 05:12:20,5037.75,successful,29,CA,589.65,3775.58,3747.28 +1227766781,PH T-SHIRTS (Canceled),Fashion,Fashion,USD,2012-05-14,10000.00,2012-04-23 21:18:11,0.00,canceled,0,US,0.00,0.00,10000.00 +1227770346,Centro de alto rendimiento Gaming en Granada (Canceled),Video Games,Games,EUR,2015-07-23,99000.00,2015-06-23 22:15:20,0.00,canceled,0,ES,0.00,0.00,108296.14 +"1227777181,""Fashion Meets """"Whiskey"""" a Fashion-Forward Americana"",Fashion,Fashion,USD,2012-04-02,10000.00,2012-02-17 23:00:40,10080.00,successful,143,US,10080.00,10080.00,10000.00" +1227780606,Ether Wars - A sci-fi strategic dice rolling game.,Tabletop Games,Games,EUR,2016-12-22,22000.00,2016-11-22 16:02:43,24062.00,successful,437,ES,6265.03,25135.28,22981.30 +1227793713,Dungeons and Dragons 5th Ed 3rd & 4th Level Package.,Tabletop Games,Games,USD,2015-03-19,30.00,2015-02-26 21:30:02,984.00,successful,101,US,984.00,984.00,30.00 +1227797267,Hipcooks Cookbook: 'Round the World in 12 Dinner Parties,Food,Food,USD,2012-03-16,28000.00,2012-02-14 20:00:43,28009.00,successful,168,US,28009.00,28009.00,28000.00 +1227801111,T-Shirt Dreams,Apparel,Fashion,USD,2016-10-29,10000.00,2016-09-29 17:01:36,1.00,failed,1,US,0.00,1.00,10000.00 +1227802304,Imperial Harvest - A Strategic Pocket-Game for 2+ Players,Tabletop Games,Games,USD,2015-03-19,10000.00,2015-02-17 17:41:51,18377.00,successful,509,US,18377.00,18377.00,10000.00 +"1227804258,""BAD GIRLS, illustrated Pin Up, by Giancarlo Caracuzzo"",Graphic Novels,Comics,EUR,2015-10-26,3500.00,2015-09-26 17:02:04,1341.00,failed,31,IT,1498.84,1477.38,3855.94" +1227805094,Home Craft Day to Leading to Start Up,DIY,Crafts,USD,2015-01-10,1500.00,2014-12-16 06:29:02,4.00,failed,2,US,4.00,4.00,1500.00 +1227807298,The Whatever TV Show,Shorts,Film & Video,USD,2011-09-11,6000.00,2011-08-11 21:30:47,5.00,failed,1,US,5.00,5.00,6000.00 +1227809189,Christ Like Culture Wear,Fashion,Fashion,USD,2014-07-13,1600.00,2014-06-12 03:23:18,5.00,failed,1,US,5.00,5.00,1600.00 +1227810714,LITTLE TIBET 2,Documentary,Film & Video,GBP,2013-03-31,25000.00,2013-02-04 21:08:50,10398.16,failed,115,GB,16337.59,15851.34,38110.92 +1227815316,CD Development & Production,Country & Folk,Music,USD,2011-05-16,2500.00,2011-04-16 02:23:13,2785.00,successful,15,US,2785.00,2785.00,2500.00 +1227826242,Genesee Live: A Webseries by Mark Czelusniak (Canceled),Webseries,Film & Video,USD,2012-10-12,2500.00,2012-09-12 14:14:29,0.00,canceled,0,US,0.00,0.00,2500.00 +1227830013,The Big Move,Kids,Music,USD,2014-08-18,500.00,2014-07-16 03:17:11,35.00,failed,2,US,35.00,35.00,500.00 +1227831658,ADVS-magic.sign™ color LED illuminated Identification Device,Technology,Technology,USD,2013-08-27,84500.00,2013-07-13 09:15:50,1845.00,failed,7,US,1845.00,1845.00,84500.00 +1227832784,A Child Called It Movie,Film & Video,Film & Video,USD,2017-07-09,500000.00,2017-05-10 01:20:43,21.00,canceled,2,US,1.00,21.00,500000.00 +1227832962,The Wish a Bears Tale Book,Children's Books,Publishing,USD,2012-08-26,5000.00,2012-07-27 23:08:01,25.00,failed,3,US,25.00,25.00,5000.00 +1227833943,I Used To Live Here,Nonfiction,Publishing,USD,2016-09-01,400.00,2016-08-02 13:13:15,715.00,successful,40,US,315.00,715.00,400.00 +1227836025,The Arcane Eye,Tabletop Games,Games,USD,2018-01-19,25000.00,2017-12-20 23:04:41,365.00,live,9,US,130.00,365.00,25000.00 +1227838077,First Novel Publication - The Country Of New Beginnings,Fiction,Publishing,USD,2015-03-25,1000.00,2015-02-23 17:52:29,0.00,failed,0,US,0.00,0.00,1000.00 +"1227840421,""Professional """"X-Treme"""" LED Poi, Hoops and Staff Props"",Hardware,Technology,USD,2012-11-22,20000.00,2012-11-07 23:42:07,35638.20,successful,191,US,35638.20,35638.20,20000.00" +"1227843413,""Heaven with a Gun, Tombstone Epitaph & Caretaker Trailers"",Shorts,Film & Video,USD,2017-08-06,5000.00,2017-06-07 03:04:20,58.00,canceled,1,US,0.00,58.00,5000.00" +1227846792,#FREEHUGS: A Thrive Experience (Canceled),People,Photography,USD,2014-08-31,4200.00,2014-08-01 21:07:00,50.00,canceled,2,US,50.00,50.00,4200.00 +1227854296,ICARUS,Flight,Technology,USD,2014-01-04,1000.00,2013-12-05 02:24:25,1054.50,successful,31,US,1054.50,1054.50,1000.00 +1227857114,The Art of Nigerian Women,Art Books,Publishing,USD,2015-11-25,10000.00,2015-10-10 06:43:02,11212.00,successful,30,US,11212.00,11212.00,10000.00 +122786244,THE NIGERIAN NATIONAL PORTRAIT,Art,Art,USD,2017-03-11,30000.00,2017-02-09 16:15:06,30.00,failed,2,US,30.00,30.00,30000.00 +122787661,Dakota Dreams: Women's Stories of Passion and Perseverance,Nonfiction,Publishing,USD,2016-03-28,7500.00,2016-02-23 05:33:08,7610.00,successful,30,US,7610.00,7610.00,7500.00 +1227885610,3Cs Pastries,Food,Food,USD,2014-10-04,575.00,2014-09-04 18:41:08,830.00,successful,26,US,830.00,830.00,575.00 +1227893206,AGRowBot: the Autonomous Ground Row-Crop Robot,Robots,Technology,USD,2017-08-03,25000.00,2017-07-13 19:59:30,122.00,failed,7,US,40.00,122.00,25000.00 +1227900386,Jammly Jams & Jellies,Small Batch,Food,USD,2015-10-01,3000.00,2015-08-27 17:25:12,3836.00,successful,113,US,3836.00,3836.00,3000.00 +1227904528,Pass The Love Forward,Illustration,Art,USD,2015-12-16,400.00,2015-11-27 19:20:29,25.00,failed,1,US,25.00,25.00,400.00 +"122791081,""Sun, Wind & Water: Clean Energy Solutions for Young Readers"",Nonfiction,Publishing,USD,2015-12-29,15000.00,2015-11-29 23:42:26,15670.00,successful,59,US,15670.00,15670.00,15000.00" +1227915303,Come Danse With Us (Canceled),Electronic Music,Music,GBP,2013-08-25,45000.00,2013-07-26 22:25:48,143.00,canceled,8,GB,218.87,221.63,69743.65 +1227925402,FunTEE's4US,Fashion,Fashion,USD,2015-12-01,50000.00,2015-10-26 17:11:14,15.00,failed,3,US,15.00,15.00,50000.00 +"1227927951,""Customized, Personalized Hand Drawn Hats and Art"",Art,Art,USD,2013-04-10,1500.00,2013-03-21 21:25:13,279.00,failed,13,US,279.00,279.00,1500.00" +"1227930455,""If We Get Sean, They Will Come."",Dance,Dance,USD,2012-08-10,7500.00,2012-07-11 15:54:08,1069.00,failed,18,US,1069.00,1069.00,7500.00" +1227941745,Re-Creating AD&D Module Cover Paintings Part 1,Painting,Art,USD,2013-06-10,4500.00,2013-05-11 13:56:45,5975.00,successful,112,US,5975.00,5975.00,4500.00 +1227942513,Thursday the 12th,Shorts,Film & Video,USD,2013-03-13,10000.00,2013-02-13 01:11:16,10040.90,successful,38,US,10040.90,10040.90,10000.00 +1227946081,CROSS DOG BLUES: Book One of A Great Long Story to Tell,Fiction,Publishing,USD,2015-03-06,5000.00,2015-02-03 23:33:33,5179.00,successful,81,US,5179.00,5179.00,5000.00 +1227948387,I'm Hooked! Crochet Items (Canceled),Crafts,Crafts,GBP,2014-06-20,150.00,2014-04-21 22:16:26,25.00,canceled,2,GB,41.98,42.60,255.58 +1227949717,McLain's Art Studio,Mixed Media,Art,USD,2014-11-28,100000.00,2014-09-30 22:33:24,2.00,failed,1,US,2.00,2.00,100000.00 +1227955113,Glasses! A board book for young ones in glasses,Children's Books,Publishing,USD,2013-11-27,6000.00,2013-10-28 04:11:08,7118.00,successful,223,US,7118.00,7118.00,6000.00 +1227957435,SOS PowerBank: Life-Saving Portable Solar Battery (Canceled),Technology,Technology,USD,2015-09-01,15000.00,2015-07-22 01:00:25,36146.00,canceled,634,US,36146.00,36146.00,15000.00 +1227963699,Inhumanwich!,Narrative Film,Film & Video,USD,2010-12-01,2000.00,2010-10-27 21:22:29,2065.50,successful,22,US,2065.50,2065.50,2000.00 +"1227964472,""Bobs Belly- grievance, family loss and cancer"",Nonfiction,Publishing,AUD,2015-05-18,10000.00,2015-03-23 23:58:03,0.00,failed,0,AU,0.00,0.00,7882.71" +1227970019,Chucky: Wanna Play? (Canceled),Games,Games,USD,2012-11-15,925000.00,2012-10-16 04:15:01,585.00,canceled,19,US,585.00,585.00,925000.00 +1227974983,Howler PC's Startup,Gaming Hardware,Games,GBP,2017-01-10,12000.00,2016-11-11 16:22:53,81.00,failed,5,GB,12.41,98.64,14612.76 +1227977966,New Shining Through EP,Music,Music,USD,2012-02-14,500.00,2012-01-27 22:05:37,907.22,successful,24,US,907.22,907.22,500.00 +1228001426,ATS GeoSuite Groundwater Exploration Tools,Software,Technology,NZD,2016-10-16,15000.00,2016-09-01 11:24:36,434.00,failed,8,NZ,0.00,311.02,10749.61 +1228006695,The Warped Vinyls,Metal,Music,USD,2014-07-31,50000.00,2014-07-01 03:54:21,50.00,failed,2,US,50.00,50.00,50000.00 +1228008486,When Chelsea Smiled Publishing Campaign,Fiction,Publishing,USD,2016-04-12,2500.00,2016-03-05 23:29:14,86.00,failed,4,US,86.00,86.00,2500.00 +1228015737,GinzVelo - The Future of Sustainable Transportation,Technology,Technology,USD,2015-07-25,50000.00,2015-06-25 03:40:59,6306.00,failed,16,US,6306.00,6306.00,50000.00 +1228018453,Illaborate Glassworks HELP KEEP ME WORKING!!!,Mixed Media,Art,USD,2015-10-14,900.00,2015-08-15 04:06:46,111.00,failed,4,US,111.00,111.00,900.00 +"1228019062,""Cooked To Perfection, a culinary learning center. (Canceled)"",Small Batch,Food,USD,2015-08-17,5000.00,2015-07-18 13:19:41,70.00,canceled,2,US,70.00,70.00,5000.00" +"1228019792,Rock the Farmagain,Music,Music,USD,2016-06-01,1200.00,2016-05-04 03:31:24,1200.00,successful,0,""N,0"""""",,1200.00,1200.00" +1228020482,EcoBaguette Bread Sleeves--Breaking Bread Habits!,Product Design,Design,USD,2017-06-04,32000.00,2017-04-05 06:36:39,515.00,failed,9,US,196.00,515.00,32000.00 +"1228022859,""Oh, The Irony to record new music!"",Music,Music,USD,2011-12-03,5000.00,2011-10-26 09:05:03,148.00,failed,9,US,148.00,148.00,5000.00" +1228027110,Help Support the Jack Tone Riordan Trio Live Album/Video,Jazz,Music,USD,2016-08-30,5000.00,2016-07-29 21:38:18,5328.00,successful,52,US,575.00,5328.00,5000.00 +"1228029527,""Limited Edition """"On the Horizon"""" bracelets"",Jewelry,Fashion,GBP,2017-02-16,1875.00,2017-01-17 12:12:00,370.00,failed,5,GB,358.55,459.70,2329.54" +1228031654,But *His* Emails t-shirt,Fashion,Fashion,USD,2017-07-24,500.00,2017-07-12 00:19:47,0.00,failed,0,US,0.00,0.00,500.00 +1228038165,The Quantum Aura,Fiction,Publishing,USD,2013-02-28,3500.00,2013-01-19 00:06:35,115.00,failed,6,US,115.00,115.00,3500.00 +122804406,The Knot & Twist,Farmer's Markets,Food,USD,2015-07-16,5000.00,2015-06-16 23:48:53,5640.00,successful,39,US,5640.00,5640.00,5000.00 +122804802,Fry Jack's Quality Belizean Food,Food,Food,USD,2012-11-21,5500.00,2012-09-22 22:22:46,355.00,failed,5,US,355.00,355.00,5500.00 +1228050286,Zombies Invade Piccolo Spoleto,Theater,Theater,USD,2011-06-02,3650.00,2011-05-03 16:47:48,4065.00,successful,79,US,4065.00,4065.00,3650.00 +1228065157,Live streaming - public performance,Film & Video,Film & Video,USD,2015-08-21,400.00,2015-07-22 05:51:58,25.00,failed,1,US,25.00,25.00,400.00 +1228065368,El Voto Hispano | The Documentary,Documentary,Film & Video,USD,2014-04-27,158000.00,2014-03-18 07:15:23,165401.00,successful,461,US,165401.00,165401.00,158000.00 +1228069616,Slender Crucis - Unique Horror set in the Cotswolds,Film & Video,Film & Video,GBP,2013-05-12,550.00,2013-03-13 16:13:31,692.00,successful,9,GB,1030.61,1054.20,837.88 +1228073117,Exotic Wildlife Education Center,Architecture,Design,USD,2015-08-14,500000.00,2015-07-15 18:09:24,1.00,failed,1,US,1.00,1.00,500000.00 +1228074690,The Barmobile: Boston's Mobile Cocktail Catering Company,Food Trucks,Food,USD,2015-05-15,35000.00,2015-04-15 18:22:34,41738.00,successful,243,US,41738.00,41738.00,35000.00 +"1228077856,""The """"Code of Light"""" Album Live Stage Show and DVD"",Mixed Media,Art,USD,2013-04-13,8000.00,2013-03-29 23:53:26,30.00,failed,1,US,30.00,30.00,8000.00" +1228083278,MLB Game-Used Baseball Beanie: Choose Your Team,Accessories,Fashion,USD,2016-11-09,5000.00,2016-10-10 17:28:31,16418.00,successful,98,US,10348.00,16418.00,5000.00 +1228088825,Ski Towns of America (Canceled),Photography,Photography,USD,2013-11-05,5500.00,2013-10-09 03:38:26,4300.00,canceled,5,US,4300.00,4300.00,5500.00 +1228091072,Build a Vegan Butcher Shop with The Herbivorous Butcher,Vegan,Food,USD,2014-12-01,50000.00,2014-11-03 01:00:55,61806.00,successful,715,US,61806.00,61806.00,50000.00 +1228092728,Die Ustica-Verschwörung,Graphic Novels,Comics,EUR,2017-07-11,800.00,2017-05-12 10:36:44,3112.00,successful,87,DE,1675.44,3552.35,913.20 +1228094604,Help Me Achieve My Goal!!! (Canceled),Classical Music,Music,USD,2014-06-22,500.00,2014-06-19 00:26:46,1.00,canceled,1,US,1.00,1.00,500.00 +1228096182,Bloom,Experimental,Film & Video,USD,2016-04-19,20000.00,2016-03-17 00:34:37,1.00,failed,1,US,1.00,1.00,20000.00 +1228101465,African Stories Photo Book,Photobooks,Photography,EUR,2015-09-20,28300.00,2015-08-17 17:55:17,50.00,failed,1,ES,55.55,55.76,31557.35 +122810856,The Dog House,Events,Food,USD,2016-07-13,20000.00,2016-06-13 23:33:21,50.00,failed,1,US,0.00,50.00,20000.00 +1228120279,The Sisters Of The Sapphire Exclusive,Comic Books,Comics,USD,2017-05-03,800.00,2017-04-03 11:13:15,47.00,failed,4,US,10.00,47.00,800.00 +1228121154,Elena's Serenade: The Animated Feature Film Pilot,Animation,Film & Video,USD,2016-02-27,85000.00,2016-01-13 16:39:44,85426.00,successful,215,US,85426.00,85426.00,85000.00 +1228122793,Amazon and Andean Superfood Project...,Farms,Food,USD,2016-11-04,120000.00,2016-10-05 14:50:33,1510.00,failed,8,US,1426.00,1510.00,120000.00 +1228123061,Windows to the Soul Vol #1: Journey Through My Mind,Poetry,Publishing,USD,2014-10-08,7145.00,2014-09-03 16:31:10,0.00,failed,0,US,0.00,0.00,7145.00 +1228133406,The Adventure Field Journal,Gadgets,Technology,USD,2016-07-05,12000.00,2016-06-09 00:38:07,100.00,failed,2,US,100.00,100.00,12000.00 +1228135438,Flippin' Fruit - The 'Juiced Up' Dice Game!,Tabletop Games,Games,GBP,2014-02-10,2800.00,2014-01-11 09:26:30,3803.00,successful,170,GB,6266.83,6354.33,4678.44 +1228135582,Back at it Again! The Ambras Playing Cards,Playing Cards,Games,CAD,2015-04-21,500.00,2015-03-22 00:55:52,1955.00,successful,24,CA,1542.20,1613.17,412.58 +1228139929,Go Kin Packs - generate electricity from walking.,Technology,Technology,CAD,2014-07-17,30000.00,2014-06-17 16:19:27,16805.00,failed,102,CA,15483.46,15639.83,27919.96 +1228141866,UrGrowth,Web,Technology,USD,2015-03-20,25000.00,2015-02-18 02:39:32,1.00,failed,1,US,1.00,1.00,25000.00 +1228148408,Barked Goods Equipment Fund,Food,Food,USD,2014-06-30,4000.00,2014-05-01 14:49:46,611.00,failed,15,US,611.00,611.00,4000.00 +1228150171,Logo Mania,Design,Design,GBP,2015-07-15,15000.00,2015-06-15 21:57:35,0.00,failed,0,GB,0.00,0.00,23390.35 +1228151393,The Jamz 101.7 AND Josh and Angie go to Counseling,Radio & Podcasts,Publishing,USD,2012-09-14,5500.00,2012-08-15 19:38:00,5567.00,successful,80,US,5567.00,5567.00,5500.00 +122815320,YOU SHOULD COPRODUCE (THE BIRDIES),Indie Rock,Music,USD,2012-05-25,6000.00,2012-03-26 04:33:47,7263.82,successful,150,US,7263.82,7263.82,6000.00 +1228194062,99 Suggins,Games,Games,USD,2015-08-23,25000.00,2015-07-24 21:52:45,0.00,failed,0,US,0.00,0.00,25000.00 +1228199680,Art for YOU,Illustration,Art,CAD,2015-09-03,500.00,2015-08-04 20:58:00,500.00,successful,12,CA,381.31,377.93,377.93 +1228203512,Calhoun County,Documentary,Film & Video,USD,2012-05-10,5000.00,2012-04-12 21:42:58,1388.00,failed,34,US,1388.00,1388.00,5000.00 +1228212714,LOL! Frågespelet med nördiga och kul frågor!,Games,Games,SEK,2017-11-27,9000.00,2017-10-30 22:04:26,5373.00,failed,15,SE,0.00,641.87,1075.17 +"122822563,""Mylo's Travels Washington, DC"",Children's Books,Publishing,USD,2017-07-28,3950.00,2017-06-26 23:09:36,5474.00,successful,92,US,2156.00,5474.00,3950.00" +1228226628,Abbigail - a short film (Canceled),Shorts,Film & Video,USD,2010-08-06,20000.00,2010-05-26 05:56:58,450.00,canceled,12,US,450.00,450.00,20000.00 +1228228063,YMshop,Fashion,Fashion,CAD,2015-05-31,15000.00,2015-04-01 16:44:34,0.00,failed,0,CA,0.00,0.00,12000.00 +1228232324,Condiment Cards,Graphic Design,Design,USD,2012-12-18,4500.00,2012-11-16 05:50:52,1387.00,failed,44,US,1387.00,1387.00,4500.00 +1228233851,Island Hop - Exciting party and board game like no other!,Live Games,Games,USD,2015-10-05,100000.00,2015-09-05 15:57:30,1.00,failed,1,US,1.00,1.00,100000.00 +1228235272,A Star is Born....... Meet Alexa,People,Photography,USD,2017-12-31,2500.00,2017-12-02 06:50:54,25.00,failed,1,US,0.00,25.00,2500.00 +1228253386,No Woman Could Possibly Do That!,Documentary,Film & Video,GBP,2013-06-30,10000.00,2013-05-30 11:58:32,191.00,failed,9,GB,287.04,285.94,14970.73 +1228255733,'The Arena' Novel (Canceled),Fiction,Publishing,USD,2013-08-16,100.00,2013-07-17 03:27:19,0.00,canceled,0,US,0.00,0.00,100.00 +1228261501,UNION Magazine - Issue #1,Periodicals,Publishing,GBP,2015-06-12,2500.00,2015-05-14 12:00:03,2567.00,successful,36,GB,4022.83,3975.41,3871.65 +1228263280,London Sketchfest 2016 - Exclusive Hidden Show Tickets!,Festivals,Theater,GBP,2016-10-11,2500.00,2016-09-04 23:33:50,61.00,failed,2,GB,0.00,74.64,3059.15 +1228263855,Skin Horse Volume 6,Webcomics,Comics,USD,2016-06-04,7000.00,2016-04-24 06:48:43,23125.00,successful,374,US,23125.00,23125.00,7000.00 +1228264420,The Official Binder of Women,Nonfiction,Publishing,USD,2012-12-21,1000.00,2012-12-05 10:40:31,81.00,failed,3,US,81.00,81.00,1000.00 +1228269727,DeoxCraft - Minecraft Server,Games,Games,EUR,2017-05-27,600.00,2017-05-01 12:48:29,75.00,failed,3,ES,0.00,84.13,673.02 +1228274339,QuickStack: Let's make it easy!,Hardware,Technology,CAD,2014-01-04,20000.00,2013-11-26 00:34:15,2397.00,failed,37,CA,2279.20,2203.94,18389.11 +1228275971,Whispering Mountains: The Living Presence of the Jonang,Documentary,Film & Video,USD,2013-07-15,4000.00,2013-06-21 23:14:57,4871.00,successful,71,US,4871.00,4871.00,4000.00 +"1228276168,""An Underground Restaurant: Local Food, Artisan Economics"",Food,Food,USD,2012-08-06,3500.00,2012-07-07 17:27:42,3753.00,successful,62,US,3753.00,3753.00,3500.00" +1228284117,Plus size in the World of Cosplay.,Nonfiction,Publishing,USD,2012-10-10,2000.00,2012-09-10 19:03:38,45.00,failed,3,US,45.00,45.00,2000.00 +"1228285569,""The """"Second Virtual Conductor Album"""" Project"",Classical Music,Music,GBP,2015-05-30,600.00,2015-04-07 22:57:52,758.00,successful,16,GB,1130.59,1162.11,919.88" +1228288049,I Am Alone,Narrative Film,Film & Video,USD,2012-08-11,25000.00,2012-07-12 07:11:38,15303.14,failed,150,US,15303.14,15303.14,25000.00 +1228292584,Literacy for Brooklyn Kids,Plays,Theater,USD,2016-04-15,10000.00,2016-02-15 22:12:08,273.00,failed,10,US,273.00,273.00,10000.00 +1228292899,Jesus Hit Official Music Video by Father Time from Vine,Music Videos,Film & Video,USD,2015-02-22,1000.00,2015-01-22 03:01:53,51.00,failed,2,US,51.00,51.00,1000.00 +1228292914,Dunpets Colors - Dungeon Crawl & Pets,Video Games,Games,EUR,2017-12-22,15000.00,2017-11-22 21:25:20,4310.75,failed,59,ES,755.97,5109.52,17779.46 +1228294261,Project Haunts,Webseries,Film & Video,USD,2013-06-14,10000.00,2013-05-15 05:23:24,261.00,failed,15,US,261.00,261.00,10000.00 +1228294436,Reckoning,Shorts,Film & Video,USD,2012-04-21,15000.00,2012-03-22 03:53:11,20.00,failed,2,US,20.00,20.00,15000.00 +1228295174,Internetopia - the supersized Internet poster.,Design,Design,USD,2013-12-29,2000.00,2013-11-27 09:20:31,11347.00,successful,220,US,11347.00,11347.00,2000.00 +"12283010,""""""Isaiah is Talking"""" - Go for Freedom Productions"",Shorts,Film & Video,USD,2013-12-01,500.00,2013-11-05 18:10:07,500.00,successful,9,US,500.00,500.00,500.00" +1228318480,Border Sheriff Series,Film & Video,Film & Video,USD,2012-03-15,18000.00,2012-02-23 08:09:27,50.00,failed,1,US,50.00,50.00,18000.00 +1228322332,Bohemian Pipe Dreams - Book of Poetry & Artwork,Poetry,Publishing,USD,2014-01-22,2340.00,2014-01-07 16:29:37,1.00,failed,1,US,1.00,1.00,2340.00 +1228324950,WAV Bands: You’ll never need an AUX cord again.,Accessories,Fashion,USD,2017-02-25,75000.00,2017-01-26 18:07:01,4224.00,failed,119,US,2853.00,4224.00,75000.00 +1228327224,Rememband Silicone Bracelet,Product Design,Design,USD,2013-12-22,17000.00,2013-12-02 00:48:21,44.00,failed,5,US,44.00,44.00,17000.00 +1228327245,My Life as Transgender,Drama,Film & Video,GBP,2015-01-04,5000.00,2014-11-05 01:02:39,10.00,failed,1,GB,15.97,15.15,7573.46 +"1228328315,""KieryGeek: A vlog of games, comics, and geekery"",Webseries,Film & Video,USD,2013-09-06,1200.00,2013-08-07 21:11:03,1415.00,successful,76,US,1415.00,1415.00,1200.00" +1228331611,The ThinkTank STEAMlab Project,Makerspaces,Technology,USD,2016-04-01,300000.00,2016-02-29 01:45:47,4263.00,failed,36,US,4263.00,4263.00,300000.00 +1228335557,CELLO: A smarter phone battery with security and a kickstand,Gadgets,Technology,HKD,2017-03-07,50000.00,2017-01-16 20:09:09,57388.00,successful,116,HK,3397.23,7389.55,6438.24 +1228340351,How Far Can The Arbiter See,Fiction,Publishing,USD,2013-04-28,1000.00,2013-03-29 09:15:27,10.00,failed,1,US,10.00,10.00,1000.00 +1228350714,Become a songwriter,Music,Music,USD,2016-11-07,600.00,2016-10-08 02:34:52,4.00,failed,1,US,0.00,4.00,600.00 +1228367544,FlyingBirdHats: Get your bird on for your favorite team! ,Product Design,Design,USD,2011-05-26,8500.00,2011-04-06 01:33:59,90.00,failed,2,US,90.00,90.00,8500.00 +1228370222,Modern Tent- The first ever portable shelter with flatform.,Product Design,Design,CAD,2014-05-16,100000.00,2014-04-01 17:51:37,2.00,canceled,1,CA,1.81,1.84,91937.12 +1228372938,Salton Sea: A Feature Film,Drama,Film & Video,USD,2016-06-18,45000.00,2016-05-04 19:26:03,45863.00,successful,96,US,45863.00,45863.00,45000.00 +1228384024,BEDIGAMI: The Cardboard Bedroom Set,Product Design,Design,USD,2015-11-30,10000.00,2015-10-27 19:02:50,249.00,failed,1,US,249.00,249.00,10000.00 +1228384227,Windsor International Film Festival,Festivals,Film & Video,CAD,2015-11-16,5000.00,2015-10-31 22:55:18,6675.00,successful,74,CA,5070.87,5013.90,3755.73 +1228384755,Undead Samurai,Tabletop Games,Games,GBP,2017-02-14,400.00,2017-01-25 21:36:47,137.00,failed,4,GB,191.33,170.21,496.97 +1228391497,The Masters of Pixel Art - VOLUME 2,Digital Art,Art,SEK,2016-10-13,130000.00,2016-09-13 13:22:59,266305.00,successful,435,SE,6754.84,30183.73,14734.55 +1228392684,Salt City Clothings' Launch,Fashion,Fashion,USD,2012-07-09,2500.00,2012-05-25 05:49:26,1131.00,failed,15,US,1131.00,1131.00,2500.00 +1228396872,AUDREY MARTIN'S debut album LIVING ROOM,Jazz,Music,USD,2013-05-23,15775.00,2013-04-23 18:45:43,15800.00,successful,81,US,15800.00,15800.00,15775.00 +1228401253,Twin Cities Horror Festival II: The Revenge,Theater,Theater,USD,2013-10-05,8000.00,2013-08-13 19:18:11,9500.00,successful,180,US,9500.00,9500.00,8000.00 +1228405548,100% Grass-Fed Beef,Food,Food,USD,2014-08-24,3000.00,2014-08-08 19:37:56,6.00,failed,2,US,6.00,6.00,3000.00 +"1228412636,""The Literary Hatchet, The Next Four Issues"",Fiction,Publishing,USD,2013-09-29,5500.00,2013-08-30 14:36:31,542.07,failed,4,US,542.07,542.07,5500.00" +1228420191,Portrait of DC and New York,Fine Art,Photography,USD,2015-02-17,650.00,2015-02-11 05:51:01,0.00,failed,0,US,0.00,0.00,650.00 +1228421039,Oil Pastel Landscape Project to Help National Kidney Fndtn.,Mixed Media,Art,USD,2014-09-01,200.00,2014-08-22 03:58:14,310.00,successful,12,US,310.00,310.00,200.00 +1228423685,Seneria: In The Beginning,Fiction,Publishing,USD,2015-04-17,5000.00,2015-03-08 13:44:28,3.00,failed,1,US,3.00,3.00,5000.00 +"1228448884,""Food for All: Help, Save & Eat"",Technology,Technology,USD,2016-12-08,50000.00,2016-10-21 20:01:53,50233.07,successful,648,US,175.00,50233.07,50000.00" +1228450052,Gemstones and Gemology. Top cut natural gemstones as reward!,Jewelry,Fashion,NOK,2016-06-10,200000.00,2016-04-11 07:02:27,0.00,failed,0,NO,0.00,0.00,24381.92 +1228460038,STRONG LIKE BULL Bottle Opener,Design,Design,USD,2013-09-24,10000.00,2013-08-23 16:00:13,12342.08,successful,261,US,12342.08,12342.08,10000.00 +1228476040,Krashdummy,Apparel,Fashion,USD,2014-08-29,10000.00,2014-07-30 20:20:48,0.00,failed,0,US,0.00,0.00,10000.00 +1228477697,A day in YOUR shoes,Places,Photography,CAD,2014-10-10,20000.00,2014-08-11 14:51:14,5.00,failed,1,CA,4.56,4.47,17861.93 +1228484002,WARRIOR anthology: LGBTQIA short stories,Anthologies,Publishing,GBP,2016-12-22,3000.00,2016-11-22 18:45:07,7053.00,successful,284,GB,191.21,8639.46,3674.80 +1228486866,The Selfie Bear - GoPro for Babies,Technology,Technology,USD,2015-04-19,10000.00,2015-03-20 01:08:09,0.00,failed,0,US,0.00,0.00,10000.00 +1228505420,*OUTSIDER ART...ROADSIDE ATTRACTIONS...FOLK AMERICA!*,Publishing,Publishing,USD,2012-09-15,3000.00,2012-08-25 03:29:27,100.00,failed,1,US,100.00,100.00,3000.00 +122851387,SCREEN PRINTED CLOTHING LINE,Textiles,Art,USD,2015-02-23,3000.00,2015-01-24 21:22:38,103.00,failed,4,US,103.00,103.00,3000.00 +1228516045,How to Build Tiny,Architecture,Design,USD,2017-04-23,40000.00,2017-03-24 21:44:03,10135.00,failed,87,US,8917.00,10135.00,40000.00 +1228529546,Operation Forest Tower,Architecture,Design,CAD,2015-06-22,85000.00,2015-05-23 02:18:56,5.00,failed,1,CA,4.10,4.04,68742.42 +122853129,Delicious TV Dinners? It's Possible with My Served Meals!,Food,Food,USD,2017-07-19,10000.00,2017-06-19 04:36:48,4363.00,failed,45,US,835.00,4363.00,10000.00 +1228539600,Becoming a Belly Dancer: From Student to Stage - The Book,Academic,Publishing,USD,2016-11-17,1000.00,2016-10-18 19:32:06,2809.00,successful,54,US,1311.00,2809.00,1000.00 +"1228543505,""Holy Here, Wholly You: Embodying Heaven On Earth"",Nonfiction,Publishing,USD,2016-02-11,4800.00,2016-01-12 02:23:14,7777.00,successful,58,US,7777.00,7777.00,4800.00" +1228545961,Property Manager Card Game,Tabletop Games,Games,USD,2014-07-27,5000.00,2014-06-27 23:34:28,244.00,failed,13,US,244.00,244.00,5000.00 +122854661,FoodPunchh ... #WTFoodPunchh?,Apps,Technology,USD,2016-07-09,25000.00,2016-05-10 04:39:18,330.00,failed,8,US,330.00,330.00,25000.00 +1228547947,A Studio Startup,Photography,Photography,USD,2014-04-13,5500.00,2014-03-29 03:10:33,440.00,failed,4,US,440.00,440.00,5500.00 +1228549576,UggTug - a fun maze game for iOS and Android devices,Video Games,Games,GBP,2013-04-10,10000.00,2013-03-20 23:05:33,300.00,failed,6,GB,453.00,460.82,15360.75 +1228552298,Nothing Really Matters,Children's Books,Publishing,USD,2012-04-14,15000.00,2012-03-05 22:48:40,128.00,failed,4,US,128.00,128.00,15000.00 +1228552644,Not MY Babygirl,Fiction,Publishing,USD,2013-10-16,2500.00,2013-09-16 23:09:19,85.00,failed,5,US,85.00,85.00,2500.00 +1228556064,Disney/Nick stars Chris and Kyle Massey are making an album!,Electronic Music,Music,USD,2015-06-24,80000.00,2015-05-20 20:22:58,602.00,failed,4,US,602.00,602.00,80000.00 +1228557034,EcoTikiLites,Sculpture,Art,USD,2013-08-27,20000.00,2013-07-26 21:31:24,101.00,failed,2,US,101.00,101.00,20000.00 +1228565048,Unearthed: Lancaster University Fine Art Degree Show,Art,Art,GBP,2015-05-26,400.00,2015-04-26 02:03:36,401.00,successful,22,GB,603.00,611.82,610.30 +"1228565386,The Great Divide,Music,Music,SEK,2016-01-04,20000.00,2015-12-03 13:50:00,5800.00,undefined,0,""N,0"""""",,679.98,2344.78" +1228567781,St. Petersen EP + Tour,R&B,Music,USD,2017-03-02,500.00,2017-02-01 10:07:41,1006.00,successful,23,US,105.00,1006.00,500.00 +1228569166,The History of India & USA Through British Silver Rupees,Nonfiction,Publishing,USD,2017-03-24,625.00,2017-02-07 02:16:31,0.00,failed,0,US,0.00,0.00,625.00 +1228570778,Scriggles - Virtual Pet App,Games,Games,USD,2012-07-09,14000.00,2012-06-13 02:43:36,672.13,failed,17,US,672.13,672.13,14000.00 +1228576239,Freedom Now Singers to Join CIW's Historic Farmworker March!,Music,Music,USD,2013-03-10,1400.00,2013-02-26 02:14:32,2007.00,successful,35,US,2007.00,2007.00,1400.00 +1228578778,Intergalactic Poetry/Art/Music/Fortune Telling (Canceled),Public Art,Art,USD,2015-03-04,10000.00,2015-02-02 20:20:27,1.00,canceled,1,US,1.00,1.00,10000.00 +1228587493,Drake II: Horizons,Tabletop Games,Games,CAD,2014-03-08,15000.00,2014-02-06 01:35:49,125585.00,successful,491,CA,113203.18,113272.30,13529.36 +1228592468,TOP KIT SPORTS GEAR BAGS: Destroy the Duffle Bag (Canceled),Product Design,Design,USD,2013-08-05,22500.00,2013-06-21 07:44:22,2310.00,canceled,26,US,2310.00,2310.00,22500.00 +"122859670,""SynergyZine IX: """"Ragabash"""" - Social-Satire Edition!"",Periodicals,Publishing,USD,2012-09-11,5000.00,2012-08-10 03:05:17,792.00,failed,26,US,792.00,792.00,5000.00" +122860352,The Adventures of Toffy and Olly Olly,Art,Art,USD,2014-08-23,100.00,2014-07-24 15:45:12,716.00,successful,7,US,716.00,716.00,100.00 +1228607754,The Invisible Light Photo Tour: National Park Edition,Photography,Photography,USD,2010-07-01,5450.00,2010-04-20 21:19:31,195.00,failed,4,US,195.00,195.00,5450.00 +"1228612082,""Rob Cooperman To Record 1st Album, """"Anthology of Apologies"""""",Music,Music,USD,2012-11-18,8000.00,2012-10-16 00:19:45,8238.00,successful,105,US,8238.00,8238.00,8000.00" +1228615134,Inside Out Show Webseries,Webseries,Film & Video,USD,2013-02-10,49000.00,2013-01-10 20:54:25,0.00,failed,0,US,0.00,0.00,49000.00 +1228617641,Entering Angel's Gate,Graphic Novels,Comics,USD,2016-07-07,100.00,2016-06-07 15:48:04,272.00,successful,10,US,272.00,272.00,100.00 +1228620700,Her Story: The Book of Women,Publishing,Publishing,USD,2015-06-02,15000.00,2015-04-07 18:31:45,0.00,failed,0,US,0.00,0.00,15000.00 +122862772,History of the 20th Maine Regiment,Nonfiction,Publishing,USD,2013-07-22,3500.00,2013-06-26 00:27:12,3521.00,successful,23,US,3521.00,3521.00,3500.00 +1228628243,Today's Paramedic,Web,Journalism,USD,2016-07-01,60000.00,2016-05-02 18:58:08,15.00,failed,1,US,15.00,15.00,60000.00 +1228631522,Braddah's Island Style - fresh kitchen & grill,Events,Food,USD,2016-05-26,5000000.00,2016-04-26 22:59:03,25.00,failed,1,US,25.00,25.00,5000000.00 +1228632228,Support Taiko Meantime and Chieko Kojima's UK tour 2015,World Music,Music,GBP,2014-11-30,5000.00,2014-10-31 22:51:34,5095.00,successful,79,GB,8143.53,7991.91,7842.89 +1228643427,The Farmington Cookbook,Cookbooks,Food,USD,2015-07-23,4500.00,2015-06-23 18:10:22,1.00,failed,1,US,1.00,1.00,4500.00 +"1228645005,""Low-cost & sustainable housing solutions for Lagos, Nigeria"",Civic Design,Design,EUR,2016-07-17,2500.00,2016-06-07 19:31:08,133.00,failed,6,IT,114.56,146.49,2753.49" +1228647982,Six-Gun Gorilla: Long Days of Vengeance,Comic Books,Comics,USD,2015-12-25,15000.00,2015-11-30 19:29:05,2140.00,failed,84,US,2140.00,2140.00,15000.00 +"1228651059,""Get """"The Forest"""" Published with Amazon"",Children's Books,Publishing,USD,2014-11-06,2200.00,2014-10-07 22:42:55,2265.00,successful,48,US,2265.00,2265.00,2200.00" +1228651243,The Brooklyn Rider Almanac,Music,Music,USD,2014-05-25,40000.00,2014-03-26 15:55:51,58502.88,successful,277,US,58502.88,58502.88,40000.00 +1228653070,Fictional truth,Rock,Music,USD,2017-09-29,15000.00,2017-08-30 11:48:43,20.00,failed,1,US,20.00,20.00,15000.00 +1228661056,Journey to the Demo,Country & Folk,Music,USD,2013-11-16,5000.00,2013-09-17 17:47:51,864.00,failed,23,US,864.00,864.00,5000.00 +1228664232,Kiss the Skull - A New Screen Print,Art,Art,GBP,2013-12-13,475.00,2013-11-29 15:08:03,686.00,successful,15,GB,1118.21,1116.12,772.82 +1228706685,BALTIC Watches: Neo-Vintage Watches Assembled in France,Product Design,Design,EUR,2017-05-17,65000.00,2017-04-12 13:59:51,514806.00,successful,1044,FR,315006.32,575504.45,72663.86 +1228715179,Professional Recording For Everyone,Music,Music,USD,2014-09-06,20000.00,2014-08-07 06:34:32,0.00,failed,0,US,0.00,0.00,20000.00 +1228724100,New DJ Maj Record (Title TBA),Hip-Hop,Music,USD,2015-12-01,60000.00,2015-10-19 15:32:33,895.00,failed,22,US,895.00,895.00,60000.00 +1228726434,Things-Could-Be-Worse Mugs,Design,Design,USD,2015-08-01,25000.00,2015-07-10 18:06:45,264997.26,successful,4327,US,264997.26,264997.26,25000.00 +1228727991,New kiln needed for jewellery start-up inspired by SN son,Crafts,Crafts,GBP,2015-01-31,1000.00,2015-01-01 22:50:05,1061.00,successful,49,GB,1651.22,1625.23,1531.79 +1228735681,WAINWRIGHTS IN VERSE,Publishing,Publishing,GBP,2014-11-29,2200.00,2014-11-07 00:51:15,171.26,failed,16,GB,274.18,268.63,3450.87 +"1228741764,""Earamps. 1.1 oz. simple, enhanced hearing headset"",Sound,Technology,USD,2016-01-16,2500.00,2015-12-17 22:42:57,202.00,failed,5,US,202.00,202.00,2500.00" +"1228752491,""uBlade, a hardcore Roguelike RPG in real-time"",Mobile Games,Games,USD,2017-04-07,15000.00,2017-02-06 15:34:02,0.00,canceled,0,US,0.00,0.00,15000.00" +"1228753125,""Smigin Pro. The smarter, simpler way to learn a language."",Software,Technology,USD,2015-10-29,20000.00,2015-09-29 15:38:05,20703.00,successful,252,US,20703.00,20703.00,20000.00" +1228761568,The Gunslinger,Narrative Film,Film & Video,USD,2013-12-20,250.00,2013-12-03 03:18:32,10.00,failed,1,US,10.00,10.00,250.00 +1228771297,Hoonah's Heros: A Documentary,Documentary,Film & Video,USD,2010-07-19,15000.00,2010-06-01 19:23:00,16120.00,successful,89,US,16120.00,16120.00,15000.00 +1228773277,SOKKAR - Socks of Iceland Knitting Patterns,Knitting,Crafts,CAD,2016-04-04,6000.00,2016-02-04 05:44:16,2655.25,failed,39,CA,1898.95,2030.32,4587.86 +1228773474,FusionNow! High-Gain Nuclear Fusion Without the Wait!,Technology,Technology,USD,2015-04-04,2700.00,2015-03-05 19:40:14,320.00,failed,6,US,320.00,320.00,2700.00 +1228775718,The Open Source Programmable Frequency Function Generator,Software,Technology,USD,2011-08-29,1500.00,2011-07-30 02:35:25,61.00,failed,5,US,61.00,61.00,1500.00 +1228780040,Infinity Electric Bike - It Listens to your Heart,Technology,Technology,EUR,2016-07-28,180000.00,2016-06-08 20:01:13,17586.00,failed,6,IT,19574.16,19543.26,200033.34 +1228780373,The south's largest independently run film comic and gaming,Games,Games,GBP,2015-04-08,10000.00,2015-03-09 19:23:20,0.00,canceled,0,GB,0.00,0.00,14591.30 +1228787181,Wikid Sin Music Video,Rock,Music,USD,2012-05-14,1500.00,2012-03-30 06:49:39,0.00,failed,0,US,0.00,0.00,1500.00 +1228788122,Atomic! The 2nd Book in the Power Worlds Series,Comedy,Publishing,USD,2017-04-23,6500.00,2017-03-09 21:06:55,8500.00,successful,230,US,3329.00,8500.00,6500.00 +122878853,Errlus: The Time Pirate,Science Fiction,Film & Video,USD,2014-08-28,45000.00,2014-07-29 18:33:26,37.00,failed,4,US,37.00,37.00,45000.00 +1228789316,199tour! Photobook,Art Books,Publishing,GBP,2013-06-13,250.00,2013-05-14 01:37:28,5.00,failed,1,GB,7.68,7.81,390.58 +1228793387,TheKickingButProject,Webseries,Film & Video,USD,2014-12-24,3000.00,2014-12-03 00:39:16,105.00,failed,5,US,105.00,105.00,3000.00 +1228797468,The ROVO Dice Machine,Games,Games,EUR,2017-11-24,100000.00,2017-10-25 18:58:36,4187.00,canceled,105,DE,1437.83,4972.92,118770.49 +1228801286,ACE 2014! - A 100% Community Powered Comic Convention!,Events,Comics,USD,2013-10-23,10000.00,2013-09-23 17:56:47,20251.00,successful,268,US,20251.00,20251.00,10000.00 +122880908,Atwater Village Farm~ A Local Market,Food,Food,USD,2011-07-15,20000.00,2011-05-16 21:35:21,22365.00,successful,191,US,22365.00,22365.00,20000.00 +12288091,Raw Milk Microbiology for Cheesemakers,Translations,Publishing,GBP,2014-09-01,12000.00,2014-07-25 10:13:29,17174.00,successful,237,GB,29255.94,27986.64,19555.12 +1228812886,AnoDisks - Designer Game Pieces,Tabletop Games,Games,USD,2014-10-10,1.00,2014-09-16 20:01:51,1493.66,successful,40,US,1493.66,1493.66,1.00 +122881390,On the Refugee Trail: Desperate journeys for asylum,Journalism,Journalism,AUD,2015-11-14,2500.00,2015-09-15 04:42:33,3004.00,successful,38,AU,2130.24,2165.67,1802.32 +1228818061,Samaritan,Film & Video,Film & Video,USD,2017-05-06,500.00,2017-03-09 22:11:45,540.00,successful,3,US,500.00,540.00,500.00 +1228819955,The Accidental Groupie Book Publishing Project,Publishing,Publishing,USD,2013-07-26,1100.00,2013-06-26 23:36:39,41.00,failed,3,US,41.00,41.00,1100.00 +1228831216,The Male Perspective,Dance,Dance,USD,2012-07-06,2500.00,2012-05-14 04:55:29,2515.00,successful,41,US,2515.00,2515.00,2500.00 +122883163,Black The Fall,Video Games,Games,GBP,2014-10-31,25000.00,2014-09-30 14:43:46,28485.37,successful,1669,GB,46244.06,45489.25,39923.35 +1228836051,PolarSeal Heated Tops,Wearables,Technology,HKD,2017-09-05,390000.00,2017-08-02 14:33:07,4623089.00,successful,3125,HK,13425.70,592126.77,49951.33 +1228841245,The Creativity Expo-Brain Injury Arts,Documentary,Film & Video,USD,2012-06-09,7500.00,2012-05-10 02:22:26,235.00,failed,5,US,235.00,235.00,7500.00 +122884697,Branka's Journey,Narrative Film,Film & Video,USD,2014-07-18,15000.00,2014-06-18 16:17:11,15511.00,successful,132,US,15511.00,15511.00,15000.00 +1228853020,Photographic project 'The Forgotten Faces of Communism',Photography,Photography,GBP,2014-05-10,5000.00,2014-03-11 14:02:13,235.00,failed,4,GB,393.19,395.01,8404.49 +1228863813,Kestan : Ethical and Organic Womenswear,Apparel,Fashion,USD,2016-08-16,10000.00,2016-07-18 18:51:25,10017.00,successful,33,US,2000.00,10017.00,10000.00 +1228864246,Northern Knights,Documentary,Film & Video,USD,2015-02-21,3000.00,2015-01-22 22:28:27,2.00,failed,2,US,2.00,2.00,3000.00 +1228865442,God Feet | Handcrafted Footwear With A Purpose,Footwear,Fashion,USD,2016-01-02,10000.00,2015-11-30 20:44:52,10734.00,successful,121,US,10734.00,10734.00,10000.00 +1228867352,México Creates - Bike: Olympic Love.,Product Design,Design,MXN,2018-01-19,106000.00,2017-12-20 14:50:36,5710.00,live,4,MX,0.00,298.77,5546.25 +1228867626,Cthulhu Wars : Onslaught Two,Tabletop Games,Games,USD,2015-11-18,75000.00,2015-10-19 16:58:30,1018717.03,successful,4420,US,1018717.03,1018717.03,75000.00 +1228872739,Magic the Gathering Art Necklaces,Glass,Crafts,USD,2014-07-26,500.00,2014-06-26 00:12:55,75.00,failed,2,US,75.00,75.00,500.00 +1228879903,Alice's Adventures in Wonderland Audiobook,Radio & Podcasts,Publishing,USD,2015-09-20,1500.00,2015-08-21 06:03:45,85.00,failed,3,US,85.00,85.00,1500.00 +1228886016,Luxury Business Card Dispenser,Accessories,Fashion,CAD,2015-06-01,25000.00,2015-04-17 19:41:45,3418.00,failed,10,CA,2775.70,2734.40,20000.00 +1228903488,charming changeables,Accessories,Fashion,USD,2017-10-06,9480.00,2017-09-06 18:01:13,0.00,canceled,0,US,0.00,0.00,9480.00 +1228913114,INFINIT || Flight Deck Inspired Race Chronograph || Watch,Product Design,Design,CAD,2016-03-16,10000.00,2016-02-15 08:44:25,9531.00,failed,36,CA,6882.03,7349.63,7711.29 +1228919166,Peak Performance Planner,Calendars,Publishing,USD,2016-10-31,3000.00,2016-09-16 16:01:00,521.00,failed,10,US,21.00,521.00,3000.00 +1228926206,Wallteriors Handcrafted Wallcovering,Design,Design,USD,2015-07-17,15000.00,2015-07-02 20:39:18,115.00,failed,1,US,115.00,115.00,15000.00 +1228938194,Rikishi Japanese Sofubi Toy! (Canceled),Mixed Media,Art,USD,2011-08-27,7000.00,2011-06-28 04:38:0 \ No newline at end of file diff --git a/module-2/Intro-Scipy/your-code/main.ipynb b/module-2/Intro-Scipy/your-code/main.ipynb index d08aab8e..ebd9ea27 100644 --- a/module-2/Intro-Scipy/your-code/main.ipynb +++ b/module-2/Intro-Scipy/your-code/main.ipynb @@ -12,14 +12,32 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 28, "metadata": {}, "outputs": [], "source": [ "#import numpy and pandas\n", - "\n" + "\n", + "import pandas as pd\n", + "import numpy as np\n", + "from scipy.stats import tmean\n", + "from scipy.stats import mode" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, { "cell_type": "markdown", "metadata": {}, @@ -31,11 +49,29 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 23, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Book1.csv main.ipynb\r\n" + ] + } + ], + "source": [ + "ls" + ] + }, + { + "cell_type": "code", + "execution_count": 24, "metadata": {}, "outputs": [], "source": [ - "# Your code here:\n" + "# Your code here:\n", + "data = pd.read_csv('Book1.csv')" ] }, { @@ -47,12 +83,180 @@ }, { "cell_type": "code", - "execution_count": 6, - "metadata": {}, - "outputs": [], + "execution_count": 25, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
IDnamecategorymain_categorycurrencydeadlinegoallaunchedpledgedstatebackerscountryusd pledgedusd_pledged_realusd_goal_real
01000002330The Songs of Adelaide & AbullahPoetryPublishingGBP2015-10-091000.02015-08-11 12:12:280.0failed0.0GB0.00.01533.95
11000003930Greeting From Earth: ZGAC Arts Capsule For ETNarrative FilmFilm & VideoUSD2017-11-0130000.02017-09-02 04:43:572421.0failed15.0US100.02421.030000.00
21000004038Where is Hank?Narrative FilmFilm & VideoUSD2013-02-2645000.02013-01-12 00:20:50220.0failed3.0US220.0220.045000.00
31000007540ToshiCapital Rekordz Needs Help to Complete AlbumMusicMusicUSD2012-04-165000.02012-03-17 03:24:111.0failed1.0US1.01.05000.00
41000011046Community Film Project: The Art of Neighborhoo...Film & VideoFilm & VideoUSD2015-08-2919500.02015-07-04 08:35:031283.0canceled14.0US1283.01283.019500.00
\n", + "
" + ], + "text/plain": [ + " ID name \\\n", + "0 1000002330 The Songs of Adelaide & Abullah \n", + "1 1000003930 Greeting From Earth: ZGAC Arts Capsule For ET \n", + "2 1000004038 Where is Hank? \n", + "3 1000007540 ToshiCapital Rekordz Needs Help to Complete Album \n", + "4 1000011046 Community Film Project: The Art of Neighborhoo... \n", + "\n", + " category main_category currency deadline goal \\\n", + "0 Poetry Publishing GBP 2015-10-09 1000.0 \n", + "1 Narrative Film Film & Video USD 2017-11-01 30000.0 \n", + "2 Narrative Film Film & Video USD 2013-02-26 45000.0 \n", + "3 Music Music USD 2012-04-16 5000.0 \n", + "4 Film & Video Film & Video USD 2015-08-29 19500.0 \n", + "\n", + " launched pledged state backers country usd pledged \\\n", + "0 2015-08-11 12:12:28 0.0 failed 0.0 GB 0.0 \n", + "1 2017-09-02 04:43:57 2421.0 failed 15.0 US 100.0 \n", + "2 2013-01-12 00:20:50 220.0 failed 3.0 US 220.0 \n", + "3 2012-03-17 03:24:11 1.0 failed 1.0 US 1.0 \n", + "4 2015-07-04 08:35:03 1283.0 canceled 14.0 US 1283.0 \n", + "\n", + " usd_pledged_real usd_goal_real \n", + "0 0.0 1533.95 \n", + "1 2421.0 30000.00 \n", + "2 220.0 45000.00 \n", + "3 1.0 5000.00 \n", + "4 1283.0 19500.00 " + ] + }, + "execution_count": 25, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ "# Your code here:\n", - "\n" + "data.head()\n" ] }, { @@ -64,12 +268,60 @@ }, { "cell_type": "code", - "execution_count": 8, - "metadata": {}, - "outputs": [], + "execution_count": 27, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
countrycurrency
0USUSD
\n", + "
" + ], + "text/plain": [ + " country currency\n", + "0 US USD" + ] + }, + "execution_count": 27, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ "# Your code here:\n", - "\n" + "\n", + "\n", + "\n", + "data[['country','currency']].mode()" ] }, { @@ -83,12 +335,25 @@ }, { "cell_type": "code", - "execution_count": 9, - "metadata": {}, - "outputs": [], + "execution_count": 29, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "nan" + ] + }, + "execution_count": 29, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ "# Your code here:\n", - "\n" + "\n", + "percen_75 = np.quantile(data['goal'],0.75)\n", + "tmean(data['goal'],(data['goal'].min(),percen_75))\n" ] }, { @@ -108,12 +373,36 @@ }, { "cell_type": "code", - "execution_count": 10, - "metadata": {}, - "outputs": [], + "execution_count": 41, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "0 0\n", + "1 0\n", + "2 0\n", + "3 0\n", + "4 0\n", + " ..\n", + "45095 0\n", + "45096 0\n", + "45097 0\n", + "45098 0\n", + "45099 0\n", + "Name: goal_met, Length: 45100, dtype: int64" + ] + }, + "execution_count": 41, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ "# Your code here:\n", - "\n" + "\n", + "data['goal_met'] = np.where(data['usd_goal_real'] < data['usd_pledged_real'],1,0)\n", + "data.goal_met" ] }, { @@ -125,12 +414,37 @@ }, { "cell_type": "code", - "execution_count": 11, - "metadata": {}, - "outputs": [], + "execution_count": 45, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "0 0\n", + "1 1\n", + "2 1\n", + "3 1\n", + "4 1\n", + " ..\n", + "45095 1\n", + "45096 0\n", + "45097 1\n", + "45098 1\n", + "45099 1\n", + "Name: usd, Length: 45100, dtype: int64" + ] + }, + "execution_count": 45, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ "# Your code here:\n", - "\n" + "\n", + "\n", + "data['usd'] = np.where(data['currency'] == 'USD',1,0)\n", + "data.usd" ] }, { @@ -149,11 +463,29 @@ }, { "cell_type": "code", - "execution_count": 12, - "metadata": {}, - "outputs": [], + "execution_count": 53, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "(2.6504557486134566, 0.0)" + ] + }, + "execution_count": 53, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ "# Your code here:\n", + "from scipy.stats import fisher_exact\n", + "\n", + "ct = pd.crosstab(data['goal_met'],data['usd'] )\n", + "\n", + "oddsratio, pvalue = fisher_exact(ct)\n", + "\n", + "oddsratio, pvalue\n", "\n" ] }, @@ -170,14 +502,26 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 55, "metadata": {}, "outputs": [], "source": [ "# Your code here:\n", + "from scipy.interpolate import interp1d\n", + "\n", + "kickstarter = pd.read_csv('Book1.csv')\n", "\n" ] }, + { + "cell_type": "code", + "execution_count": 59, + "metadata": {}, + "outputs": [], + "source": [ + "rand = kickstarter.drop_duplicates(subset=['backers']).sample(10)\n" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -187,12 +531,33 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 60, "metadata": {}, "outputs": [], "source": [ "# Your code here:\n", - "\n" + "\n", + "f = interp1d(rand['backers'], rand['usd_pledged_real'])" + ] + }, + { + "cell_type": "code", + "execution_count": 61, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 61, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "f" ] }, { @@ -206,12 +571,34 @@ }, { "cell_type": "code", - "execution_count": 16, - "metadata": {}, - "outputs": [], + "execution_count": 69, + "metadata": {}, + "outputs": [ + { + "ename": "KeyError", + "evalue": "'backster'", + "output_type": "error", + "traceback": [ + "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[0;31mKeyError\u001b[0m Traceback (most recent call last)", + "\u001b[0;32m~/opt/anaconda3/lib/python3.8/site-packages/pandas/core/indexes/base.py\u001b[0m in \u001b[0;36mget_loc\u001b[0;34m(self, key, method, tolerance)\u001b[0m\n\u001b[1;32m 2894\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 2895\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_engine\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mget_loc\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mcasted_key\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 2896\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mKeyError\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0merr\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", + "\u001b[0;32mpandas/_libs/index.pyx\u001b[0m in \u001b[0;36mpandas._libs.index.IndexEngine.get_loc\u001b[0;34m()\u001b[0m\n", + "\u001b[0;32mpandas/_libs/index.pyx\u001b[0m in \u001b[0;36mpandas._libs.index.IndexEngine.get_loc\u001b[0;34m()\u001b[0m\n", + "\u001b[0;32mpandas/_libs/hashtable_class_helper.pxi\u001b[0m in \u001b[0;36mpandas._libs.hashtable.PyObjectHashTable.get_item\u001b[0;34m()\u001b[0m\n", + "\u001b[0;32mpandas/_libs/hashtable_class_helper.pxi\u001b[0m in \u001b[0;36mpandas._libs.hashtable.PyObjectHashTable.get_item\u001b[0;34m()\u001b[0m\n", + "\u001b[0;31mKeyError\u001b[0m: 'backster'", + "\nThe above exception was the direct cause of the following exception:\n", + "\u001b[0;31mKeyError\u001b[0m Traceback (most recent call last)", + "\u001b[0;32m\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[0;31m# Your code here:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m----> 2\u001b[0;31m \u001b[0mx_new\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mnp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0marange\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrand\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m'backster'\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mmin\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0mrand\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m'backster'\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mmax\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", + "\u001b[0;32m~/opt/anaconda3/lib/python3.8/site-packages/pandas/core/frame.py\u001b[0m in \u001b[0;36m__getitem__\u001b[0;34m(self, key)\u001b[0m\n\u001b[1;32m 2900\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mcolumns\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mnlevels\u001b[0m \u001b[0;34m>\u001b[0m \u001b[0;36m1\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 2901\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_getitem_multilevel\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mkey\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 2902\u001b[0;31m \u001b[0mindexer\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mcolumns\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mget_loc\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mkey\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 2903\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mis_integer\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mindexer\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 2904\u001b[0m \u001b[0mindexer\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0;34m[\u001b[0m\u001b[0mindexer\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", + "\u001b[0;32m~/opt/anaconda3/lib/python3.8/site-packages/pandas/core/indexes/base.py\u001b[0m in \u001b[0;36mget_loc\u001b[0;34m(self, key, method, tolerance)\u001b[0m\n\u001b[1;32m 2895\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_engine\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mget_loc\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mcasted_key\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 2896\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mKeyError\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0merr\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 2897\u001b[0;31m \u001b[0;32mraise\u001b[0m \u001b[0mKeyError\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mkey\u001b[0m\u001b[0;34m)\u001b[0m \u001b[0;32mfrom\u001b[0m \u001b[0merr\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 2898\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 2899\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mtolerance\u001b[0m \u001b[0;32mis\u001b[0m \u001b[0;32mnot\u001b[0m \u001b[0;32mNone\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", + "\u001b[0;31mKeyError\u001b[0m: 'backster'" + ] + } + ], "source": [ "# Your code here:\n", - "\n" + "x_new = np.arange(rand['backster'].min(),rand['backster'].max())\n" ] }, { @@ -223,9 +610,21 @@ }, { "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], + "execution_count": 72, + "metadata": {}, + "outputs": [ + { + "ename": "NameError", + "evalue": "name 'x_new' is not defined", + "output_type": "error", + "traceback": [ + "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)", + "\u001b[0;32m\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[1;32m 4\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mpyplot\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0mplt\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 5\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m----> 6\u001b[0;31m \u001b[0mplt\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mplot\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mx_new\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mf\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mx_new\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", + "\u001b[0;31mNameError\u001b[0m: name 'x_new' is not defined" + ] + } + ], "source": [ "# Run this code:\n", "\n", @@ -244,19 +643,32 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 74, "metadata": {}, "outputs": [], "source": [ "# Your code here:\n", - "\n" + "\n", + "g = interp1d(rand['backers'], rand['usd_pledged_real'], 'cubic')" ] }, { "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], + "execution_count": 75, + "metadata": {}, + "outputs": [ + { + "ename": "NameError", + "evalue": "name 'x_new' is not defined", + "output_type": "error", + "traceback": [ + "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)", + "\u001b[0;32m\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[0;31m# Run this code:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 2\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m----> 3\u001b[0;31m \u001b[0mplt\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mplot\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mx_new\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mg\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mx_new\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", + "\u001b[0;31mNameError\u001b[0m: name 'x_new' is not defined" + ] + } + ], "source": [ "# Run this code:\n", "\n", @@ -337,7 +749,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.2" + "version": "3.8.5" } }, "nbformat": 4,