Is there a resource that lists ALL the mimeTypes in existence?

I have found a few places with under 1000 mimeTypes, but then they still don't include common ones like .rar, .fla, .rb, .docx!

Does anyone have a COMPLETE list of mimetypes? Not down to the most obsure "company-only" ones, but at least all of the ones we might use.

Also, I'm looking for a list that maps file extensions to mimeTypes.

link|improve this question

feedback

7 Answers

up vote 9 down vote accepted

http://www.iana.org/assignments/media-types/ lists the "official" mime-types, but it doesn't prevent anyone making their own an not registering it with IANA.

link|improve this answer
is there anything that maps them to file extensions? it doesn't look like iana does... – Lance Pollard Nov 14 '09 at 21:51
Whilst you can find lists of file extensions mapped to mime-types (ie. reference.sitepoint.com/html/mime-types-full), most lists are not comprehensive. Additionally, a file extension may map to multiple mime-types as it may be used by more than one application. filext.com is a site you might find useful. – adrianbanks Nov 14 '09 at 22:51
There is a pretty good list on stdicon.com : stdicon.com/mimetypes – Paul Tarjan Jan 7 '10 at 20:34
feedback

Here's the most up-to-date mime.types maintained by the Apache HTTPD community: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/conf/mime.types?view=annotate

link|improve this answer
2  
Latest version: svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/… – Teddy Nov 16 '09 at 5:33
feedback

iana is tracking the official ones but of course folks can always declare their own...

In other words, it is doubtful you'll ever get the full list on the Planet.

Also consider the case of NPAPI plugins which declare MIME-types just to be be easily accessible... and these MIME-types might be not interesting to you for a reason or another.

link|improve this answer
feedback

IANA lists the official ones. A list which includes file extensions which I find useful is the one included as /etc/mime.types in Debian & Ubuntu.

The Apache web server project also maintains a list.

link|improve this answer
mime.types is also available on some other systems (/etc/apache2/mime.types in OS X) – cobbal Nov 14 '09 at 21:44
feedback

There's a good table in the classic book "HTTP: The Definitive Guide" by Gourley and Totty (O'Reilly, with a squirrel on the cover) in Appendix D. It appears to be complete and up-to-date as of the time the book was written (in 2002). That was a long time ago, but you'll find all the old favorites there as well as obscure "company-only" ones.

ISBN 1-56592-509-2, http://oreilly.com/catalog/9781565925090/

link|improve this answer
thanks a lot man! – Lance Pollard Nov 23 '09 at 18:00
feedback

There is a good Mime Type Table you can find on http://mdrive.co.in/mime_type.php Which is updated 16-08-2011. I am sure that meet your all needful mime type.

link|improve this answer
Link is no longer working. – Herman Schaaf Mar 2 at 8:41
feedback

Here is a full list that is easy on the eyes:

http://www.webmaster-toolkit.com/mime-types.shtml

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.